@charset "utf-8";
@font-face {
  font-family: "BarlowExtraBold";
  src: url("/Public/Home/syht/Barlow-ExtraBold.woff.ttf") format("opentype");
}
@font-face {
  font-family: "ITCAvantGardeStdBk";
  src: url("/Public/Home/syht/ITCAvantGardeStd-Bk.otf") format("opentype");
}
@font-face {
  font-family: "ITCAvantGardeStdBold";
  src: url("/Public/Home/syht/ITCAvantGardeStd-Bold.otf") format("opentype");
}
@font-face {
  font-family: "NotoSansHans";
  src: url("/Public/Home/syht/NotoSansHans-Regular.otf") format("opentype");
}
@font-face {
  font-family: "SourceHanSansCNBold";
  src: url("/Public/Home/syht/SourceHanSansCN-Bold.otf") format("opentype");
}
@font-face {
  font-family: "LenovoXiaoxinChaokuGB";
  src: url("/Public/Home/syht/Lenovo-XiaoxinChaokuGB.ttf") format("opentype");
}
@font-face {
  font-family: "UniSansHeawyCAPS";
  src: url("/Public/Home/syht/UniSansHeavy.otf") format("opentype");
}
@font-face {
  font-family: "HarmonyOSSansBlack";
  src: url("/Public/Home/syht/HarmonyOS_Sans_Black.ttf") format("opentype");
}
@font-face {
  font-family: "HarmonyOSSansMedium";
  src: url("/Public/Home/syht/HarmonyOS_Sans_Medium.ttf") format("opentype");
}
@font-face {
  font-family: "HarmonyOSSansLight";
  src: url("/Public/Home/syht/HarmonyOS_Sans_Light.ttf") format("opentype");
}
/*网页背景色*/
#wrapper {
  width: 100%;
  height: 100%;
  font: 12px "Microsoft Yahei", "微软雅黑", "宋体", Arial, sans-serif;
  background: #fff;
}
video::-internal-media-controls-download-button {
    display:none;
}
video::-webkit-media-controls-enclosure {
    overflow:hidden;
}
video::-webkit-media-controls-panel {
    width: calc(100% + 50px); 
}
/*全局*/
*:link,
*:visited,
*:hover,
*:active,
*:focus,
.item-on-hover,
.btn-success,
#button {
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
menu,
section,
summary {
  margin: 0;
  padding: 0;
  display: block;
}
.clearfix:before,
.clearfix:after,
.container:before,
.container:after,
.nav:before,
.nav:after,
.row:before,
.row:after {
  display: table;
  content: " ";
}
::-moz-selection {
  /*针对Firefox*/
  background: #1090cf;
  color: #fff;
}

::selection {
  background: #1090cf;
  color: #fff;
}

.container {
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-right: auto;
  margin-left: auto;
}
a:focus {
  outline: 0 !important;
}
.container {
  width: 1260px;
  min-width: 1260px;
}

.list-unstyled {
  padding: 0;
  margin: 0;
  list-style: none;
}

.rslides {
  min-width: 1260px;
}

.sx-padding {
  padding: 45px 0;
}

.f-title {
  font-size: 24px;
  padding: 0;
  margin: 0 0 25px 0;
  color: #000000;
}

.f-title small {
  font-size: 14px;
  color: #999999;
  display: block;
  margin-top: 10px;
}

.btn-success {
  color: #fff;
  background-color: #1090cf;
  border-width: 0px;
  border-radius: 5px;
  padding: 10px 20px 8px 20px;
  margin: 0 15px;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.btn-success.about-more {
  padding: 14px 30px 12px 30px;
}

.btn-success.news-more {
  padding: 7px 10px 5px 10px;
  margin-left: 0;
}

.btn-success:hover,
.btn-success:focus,
.btn-success:active {
  color: #fff;
  background-color: #589ed7;
  text-decoration: none;
}

.btn {
  margin: 20px 0 0 0;
}

.red {
  color: #1090cf !important;
}

.diwen {
  color: #ffffff;
  background-color: #1090cf;
  padding: 10px 20px;
}

/*header*/
.header-top {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 999999999 !important;
}
.header {
  background-color: #333;
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.15);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.15);
  height: 55px;
}
.container {
  min-width: 1260px;
  margin: 0 auto;
}
.nav-container {
  max-width: 1260px;
  margin: 0 auto;
}
@media screen and (max-width: 1260px) {
  .nav-container {
    padding-left: 10px;
    padding-right: 10px;
  }
}

.header .logo {
  padding-top: 10px;
  display: table;
  padding-left: 5px;
}
.header .logo img {
  width: 135px;
}
.navbar-toggle {
  display: none;
}
.column {
  float: right;
  /*width: 10%;*/
  width: 15%;
  padding: 0;
  min-height: 33px;
  position: relative;
}

@media (max-width: 992px) {
  .column {
    display: none;
  }
}
.lang a {
  color: #fff;
  font-size: 18px;
  line-height: 58px;
  font-weight: bold;
}
.clearfix:before,
.clearfix:after,
.container:before,
.container:after,
.nav:before,
.nav:after,
.row:before,
.row:after {
  display: table;
  content: " ";
}
.nav {
  font-family: "Microsoft YaHei", SimSun, SimHei;
  display: table;
  margin-left: 25px;
}
.nav-box {
  width: calc(100% - 150px - 182px);
}
@media (max-width: 992px) {
  .nav-box {
    width: calc(100% - 150px);
  }
}
.navBar {
  position: relative;
  z-index: 1;
  color: #fff;
  height: 55px;
  line-height: 55px;
}
.navBar ul {
  width: 100%;
}
.flex {
  display: flex;
  justify-content: space-around;
}

.nav .m {
  position: relative;
  float: left;
  /*margin: 0 25px;*/
  /* 导航栏 */
  /* padding: 0 15px; */
  /* 原导航栏 */
  /* width: 12%; */
  display: inline;
  text-align: center;
}

/* .nav .ms{
  padding: 0 15px !important;
} */
.nav h3 {
  font-weight: normal;
  font-size: 16px;
}
.nav h3 a {
  zoom: 1;
  height: 55px;
  line-height: 55px;
  display: inline-block;
  color: #fff;
  text-decoration: none;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  overflow: hidden;
}
.nav .m:hover h3 a,
.nav .m.active h3 a {
  height: 53px;
  border-bottom: 2px solid #df6800;
  -webkit-transition: none;
  -moz-transition: none;
  -ms-transition: none;
  -o-transition: none;
  transition: none;
}
.nav .m h3 i {
  display: inline-block;
  zoom: 1;
  width: 7px;
  height: 4px;
  background: url(/Public/Home/images/icon.png) 0 -280px no-repeat;
  overflow: hidden;
  margin: -2px 0 0 5px;
  vertical-align: middle;
  filter: alpha(opacity=50);
  opacity: 0.5;
}
.nav .m:hover h3 i,
.nav .active h3 i {
  opacity: 1;
}
.nav .sub {
  display: none;
  width: 108px;
  padding: 10px 0;
  position: absolute;
  left: 16px;
  top: 55px;
  float: left;
  line-height: 40px;
}
@media (max-width: 1210px) and (min-width: 992px) {
  .nav .sub {
    left: 8px;
  }
}
@media (max-width: 991px) {
  .nav .sub {
    left: 0;
  }
}
.nav .sub .sub-1 {
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  background: #242424;
  opacity: 0.7;
  filter: alpha(opacity=70);
}
.nav .sub dl {
  display: inline-block;
  zoom: 1;
  vertical-align: top;
  padding: 15px 29px;
  line-height: 40px;
}
.nav .sub dl dt a {
  color: #fff;
  font-size: 16px;
}
.nav .sub dl:hover dd a {
  color: #df6800;
}
.nav .sub dl dd a {
  color: #fff;
  font-size: 14px;
  text-decoration: none;
}
.nav .sub li {
  text-align: center;
}
.nav .sub li a {
  color: #fff;
  font-size: 16px;
  display: block;
  zoom: 1;
  text-decoration: none;
}
.nav #m2 .sub {
  z-index: 1;
  width: 1920px;
  left: -600px;
}
.nav #m3 .sub {
  z-index: 1;
  width: 1920px;
  left: -790px;
}
.nav #m4 .sub {
  z-index: 1;
  width: 1920px;
  left: -930px;
}
.nav #m5 .sub {
  z-index: 1;
  width: 1920px;
  left: -1000px;
}
/* 修改头部导航栏 */
.nav-h {
  display: flex;
  justify-content: space-around;
}
.ms {
  width: auto;
}
.sub-h {
  left: 0 !important;
}
/*移动端nav*/
.slide-nav {
  display: none;
}
@media screen and (max-width: 767px) {
  .nav {
    display: none;
  }
  .slide-nav {
    display: block;
    position: fixed;
    top: 55px;
    left: 0;
    width: 220px;
    height: 100%;
    z-index: 999;
    background-color: #2b2b2b;
    margin-left: -220px;
    transition: margin-left 0.15s ease-in-out 0s;
    opacity: 0.9;
  }
  .slide-nav .menu {
    margin: 0;
    padding: 0;
  }
  .slide-nav .menu li {
    text-align: center;
    list-style-type: none;
    border-bottom: 1px solid #333333;
  }
  .slide-nav .menu li a {
    font-size: 16px;
    text-decoration: none;
    color: #fff;
    padding-top: 15px;
    padding-bottom: 15px;
    position: relative;
    width: 150px;
    margin-left: auto;
    margin-right: auto;
    height: 50px;
    line-height: 50px;
  }
  .slide-nav .menu li i {
    display: inline-block;
    zoom: 1;
    width: 15px;
    height: 15px;
    background: url(/Public/Home/images/down.png) left center no-repeat;
    overflow: hidden;
    margin: -2px 0 0 20px;
    vertical-align: middle;
    opacity: 0.5;
  }
  .slide-nav .menu li ul {
    display: none;
    padding-bottom: 20px;
  }
  .slide-nav .menu li ul li {
    height: 40px;
    line-height: 40px;
    border-bottom: none;
  }
  .slide-nav .menu li ul li a {
    font-size: 14px;
  }
  .container {
    width: 100%;
    min-width: 100%;
    padding: 0;
  }
  .header .logo {
    padding-left: 10px;
  }
  .navbar-toggle {
    display: block;
    position: relative;
    float: right;
    padding: 10px 8px;
    margin-top: 10px;
    margin-right: 10px;
    margin-bottom: 8px;
    border: 1px solid transparent;
    border-radius: 4px;
  }
  .sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    margin: -1px;
    padding: 0;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    border: 0;
  }
  .navbar-toggle .icon-bar {
    display: block;
    width: 22px;
    height: 2px;
    border-radius: 1px;
    margin-bottom: 4px;
    background-color: #df6800;
  }
  .navbar-toggle .icon-bar:last-child {
    margin-bottom: 0;
  }
  .hidden-xs {
    display: none !important;
  }
  .column {
    width: 100%;
    min-width: auto;
    min-height: auto;
    padding: 1em;
  }
}
/*banner*/
.banner {
  padding-top: 55px;
}
.banner .carousel-inner > .item > a > img {
  width: 100%;
}
/*设计理念*/
.sjln {
  max-width: 1260px;
  margin: 60px auto 0;
}
@media screen and (max-width: 1260px) {
  .sjln {
    padding-left: 10px;
    padding-right: 10px;
  }
}
.h-tit {
  text-align: center;
}
.h-tit h1 {
  font-size: 40px;
  color: #000;
}
.h-tit span {
  font-size: 16px;
  color: #333333;
  line-height: 36px;
}
.s-list {
  margin-top: 30px;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .s-item {
    display: inline-block;
    width: 17%;
    margin-right: 1.333%;
  }
  .s-item:last-child {
    margin-right: 0;
  }
}
.s-item {
  padding-top: 20px;
  padding-bottom: 20px;
}
.s-item a {
  text-decoration: none;
}
.s-img {
  height: 95px;
}
.s-item h3 {
  font-size: 16px;
  line-height: 30px;
  color: #666;
  margin-top: 20px;
  font-weight: bold;
}
.s-item p {
  font-size: 12px;
  color: #cacaca;
  line-height: 20px;
  /*溢出处理*/
  display: -webkit-box;
  /* -webkit-box-orient: vertical;
  -webkit-line-clamp: 2; */
  overflow: hidden;
  height: 57px;
}
.s-item a:hover h3 {
  color: #df6800;
}
.s-item a:hover .s-img {
  background: url(/Public/Home/images/q.gif) no-repeat center bottom;
}
.more {
  padding: 40px 0;
  margin: 0 auto;
}
.more a {
  display: block;
  font-size: 14px;
  color: #fff;
  background: #df6800;
  width: 150px;
  height: 30px;
  line-height: 30px;
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  border-radius: 50px;
  text-align: center;
  margin: 0 auto;
  text-decoration: none;
}
.more a:hover {
  background-color: #e7934a;
  color: #fff;
}
@media screen and (max-width: 767px) {
  .sjln {
    margin-top: 30px !important;
  }
  .h-tit h1 {
    font-size: 22px;
    margin-bottom: 10px;
  }
  .h-tit span {
    font-size: 12px;
    line-height: 20px;
  }
  .s-img {
    height: auto !important;
  }
}
/*解决方案*/
.jjfa {
  margin-top: 30px;
  width: 100%;
  background: url(/Public/Home/images/w.jpg) no-repeat center top #706f6f;
  height: 720px;
  background-size: 100% 100%;
}
.j-box {
  max-width: 1206px;
  margin: 0 auto;
  text-align: center;
}
.j-box img {
  width: 78%;
  text-align: center;
  margin-top: 15%;
}
.j-box ul {
  width: 77%;
  height: 810px;
  font-size: 14px;
  color: #fff;
  display: flex;
  justify-content: space-between;
  margin: 0 auto;
  padding-top: 40px;
}
.j-box li {
  width: 140px;
  text-align: center;
}
.j-box div {
  text-align: center;
  font-size: 16px;
  margin-top: 10px;
}
.j-box .w1 {
  display: block;
  background: url(/Public/Home/images/w1.png) center no-repeat;
  background-size: contain;
  width: 80px;
  height: 80px;
  margin: 0 auto;
  /*top: 77%;*/
  /*left: 29%;*/
}
/*.j-box .w1:hover {*/
/*    background: url(/Public/Home/images/w11.png) no-repeat;*/
/*    width: 61px;*/
/*    height: 60px;*/
/*}*/

/*.j-box .w1h {*/
/*    background: url(/Public/Home/images/w11.png) no-repeat;*/
/*    width: 61px;*/
/*    height: 60px;*/
/*}*/
.j-box .w2 {
  display: block;
  background: url(/Public/Home/images/w2.png) center no-repeat;
  background-size: contain;
  width: 60px;
  height: 80px;
  margin: 0 auto;
}

/*.j-box .w2:hover {*/
/*    background: url(/Public/Home/images/w22.png) no-repeat;*/
/*    width: 69px;*/
/*    height: 60px;*/
/*}*/

/*.j-box .w2h{*/
/*    background: url(/Public/Home/images/w22.png) no-repeat;*/
/*    width: 69px;*/
/*    height: 60px;*/
/*}*/
.j-box .w3 {
  display: block;
  background: url(/Public/Home/images/w3.png) center no-repeat;
  background-size: contain;
  width: 60px;
  height: 80px;
  margin: 0 auto;
}

/*.j-box .w3:hover {*/
/*    background: url(/Public/Home/images/w33.png) no-repeat;*/
/*    width: 86px;*/
/*    height: 60px;*/
/*}*/
/*.j-box .w3h{*/
/*    background: url(/Public/Home/images/w33.png) no-repeat;*/
/*    width: 86px;*/
/*    height: 60px;*/
/*}*/
.j-box span {
  /*position: absolute;*/
  text-align: center;
}
.j-box .w4 {
  display: block;
  width: 70px;
  height: 80px;
  background: url(/Public/Home/images/w4.png) center no-repeat;
  background-size: contain;
  opacity: 1;
  margin: 0 auto;
}
/*.j-box .w4:hover {*/
/*    background: url(/Public/Home/images/w44.png) no-repeat;*/
/*    width: 68px;*/
/*    height: 60px;*/
/*}*/
/*.j-box .w4h {*/
/*    background: url(/Public/Home/images/w44.png) no-repeat;*/
/*    width: 68px;*/
/*    height: 60px;*/
/*}*/

.j-box .w7 {
  display: block;
  background: url(/Public/Home/images/w7.png) center center no-repeat;
  width: 64px;
  height: 80px;
  margin: 0 auto;
}
/* .j-box .w7:hover {
  background: url(/Public/Home/images/w77.png) no-repeat;
  width: 86px;
  height: 60px;
} */
/* .j-box .w7h {
  background: url(/Public/Home/images/w77.png) no-repeat;
  width: 86px;
  height: 60px;
} */

.j-box .w5 {
  display: block;
  background: url(/Public/Home/images/w5.png) center no-repeat;
  background-size: contain;
  width: 60px;
  height: 80px;
  margin: 0 auto;
}
/*.j-box .w5:hover {*/
/*    background: url(/Public/Home/images/w55.png) no-repeat;*/
/*    width: 90px;*/
/*    height: 60px;*/
/*}*/
/*.j-box .w5h {*/
/*    background: url(/Public/Home/images/w55.png) no-repeat;*/
/*    width: 90px;*/
/*    height: 60px;*/
/*}*/
.j-box .w6 {
  display: block;
  background: url(/Public/Home/images/w6.png) center center no-repeat;
  background-size: contain;
  width: 60px;
  height: 80px;
  margin: 0 auto;
}

.j-box1 {
  max-width: 1206px;
  margin: 0 auto;
  text-align: center;
}
.j-box1 ul{
	padding-top: 380px;
}
.j-box1 ul li{
	float: left;
	margin:0 18px;
}
/* VR全景 */
.vr_iframe .ccj_wrap{
	height: 0;
	padding-bottom: 40%;
	position: relative;
	height: 36vw;
	max-height: 36vw;
}
.vr_top{
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 9;
}
/**全场景数字教室**/
.ccj_ban{
	position: relative;
}
.ccj_banimg{
	position: relative;
}
.ccj_banimg img{
	width: 100%;
	overflow: hidden;
}
.ccj_bantxt{
	width: 100%;
	position: absolute;
	bottom: 0;
	z-index: 99;
	background: rgba(234, 89, 3,.8);
	
	padding:80px 0;
}
.ccj_wrap{
	width: 76.5%;
	margin:0 auto;
}
.ccj_bantxt01{
	display: flex;
	justify-content:space-between;
}
.ccj_bantxt01 h4{
	color: #231815;
	font-size: 43px;
	text-transform: uppercase;
	text-align: left;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	line-height: 37px;
	font-family: 'ITCAvantGardeStdBold','BarlowExtraBold' !important;
}
.ccj_bantxt01 h4::after{
	border-top: #f4d5c2 solid 1px;
	position: absolute;
	top: 10px;
	width: calc(75% - 459px - 91px);
	margin-left: -6px;
	margin-top: 80px;
	content: initial;
}
.ccj_hr{
	border-top: #f4d5c2 solid 1px;
	flex:0.93;
	height: 20px;
	position: relative;
	top: 10px;
}
.cjjszjs{
	text-align: right;
}
.cjjszjs h6{
	color: #fff;
	font-size: 13px;
	font-weight: bold;
	line-height: 20px;
}
.ccj_bantxt02{
	display: flex;
	justify-content:space-between;
}
.ccj_bantxt02 h2{
	font-size: 49px;
	font-weight: bold;
	color: #fff;
	line-height: 70px;
}
.ccj_bantxt02 img{
	text-align: right;
	width: 20px;
	height: 20px;
	margin-top: 30px;
}
.ccj_cpintro p{
	color: #999999;
	font-size: 16px;
	line-height: 30px;
	text-align: left;
}
.pt70{
	padding-top: 70px;
}
.pb70{
	padding-bottom: 70px;
}
.ccjcontainer{
	width: 100%;
	margin: 0 auto;	
}
.ccjcontainer video{
	max-width: 100%;
	width: 100%;
}
.ccj_video{
	background: #f7f7f7;
}
.ccj_video video{
	width: 100%;
}
.ccj_fawrap{
	width: 1174px;
	margin:0 auto;
}
.ccj_faadv{
	background: url(/Public/Home/images/glbbg.jpg) no-repeat top center;
	background-size: 100% 100%;
	width: 100%;
	overflow: hidden;
}
.pt180{
	padding-top: 180px;
}
.pb180{
	padding-bottom: 180px;
}
.ccj_fatit01,.ccj_fatit02{
	display: flex;
	justify-content: space-between;
}
.ccj_fatit01 h4{
	color: #231815;
	font-size: 43px;
	text-transform: capitalize;
	text-align: left;
	line-height: 40px;
	font-weight: bold;
	font-family: 'ITCAvantGardeStdBold','BarlowExtraBold' !important;
}
.ccj_fatit02 h2{
	font-size: 49px;
	font-weight: bold;
	color: #ea5902;
	line-height: 70px;
	font-family: Arial, Helvetica, sans-serif;
	position: relative;
	width: 100%;
}
.ccj_fatit02 h2::after{
	border-top: #f4d5c2 solid 1px;
	position: absolute;
	top: -43px;
	width: 80%;
	width: calc(100% - 200px - 26px);
	right: 0;
	margin-left: 93px;
	text-align: revert;
	margin-top: 80px;
	content: '';
}
.ccj_fatit02 img{
	width: 49px;
	height: 6px;
	margin-top: 34px;
}
.ccj_faadvcon{
	margin-top: 90px;
	display: flex;
	justify-content: space-between;
}
.ccj_faadvcon ul{
	display: flex;
		justify-content: space-between;
		flex-wrap: wrap;
}
.ccj_faadvcon ul li{
	background: rgba(210, 210, 210, 0.2);
	border-radius: 30px;
	padding:45px;
	width: 48%;
	display: flex;
	margin-bottom: 40px;
}
.ccj_facon_txt h5{
	color: #231815;
	font-size: 24px;
	/* line-height: .5; */
	margin-bottom: 25px;
}
.ccj_facon_txt {
	margin-left: 6%;
}
.ccj_facon_txt  p{
	font-size: 16px;
	color: #656464;
	line-height: 30px;
}
.ccj_faadvcon ul li:last-child{
	background: rgba(210, 210, 210, 0.2);
	border-radius: 30px;
	padding:45px;
	width: 100%;
	display: flex;
	margin-bottom: 40px;
}
.ccj_faadvcon ul li:last-child .ccj_facon_txt {
	margin-left: 3%;
}
.hdlb_faadv li{ 
	width: 100% !important;
}
/**研讨型混合教学形态**/
.ccj_ytxcon {
    background: url(/Public/Home/images/ytx_bg1.jpg) no-repeat top center;
    background-size: 100% 100%;
    width: 100%;
    overflow: hidden;
}
.pt150{
	padding-top: 150px;
}
.pb150{
	padding-bottom: 150px;
}
.jxxt_tit{
	background: #652416;
	padding:20px 0;
	margin-bottom: 30px;
}
.jxxt_tit_con{
	display: flex;
	justify-content: space-between;
	width: 62%;
	margin:0 auto;
}
.jxxt_tit_con h3{
	font-size: 30px;
	color: #fff;
	text-align: center;
	line-height: 50px;
	width: 62%;
}
.ccj_hr2 {
    border-top: #f4d5c2 solid 1px;
    flex: 0.73;
    height: 20px;
    position: relative;
    top: 24px;
}
.jxxt_tit_ico{
	width: 54%;
	margin:15px auto 0;
}
.jxxt_tit_ico ul{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.jxxt_tit_ico ul li{
	display: flex;
	width: 23%;
	font-size: 20px;
	color: #fff;
	line-height: 56px;
	justify-content: space-between;
}
.ytxjx_con{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.ytxjx_con dl{
	width: 33%;
}
.ytxjx_con dl dt{
	background: #ba2731;
	padding:15px 0;
	text-align: center;
	font-size: 25px;
	color: #fff;
	font-weight: bold;
	margin-bottom: 5px;
	display: block;
}
.ytxjx_con dl dd{
	background: #fff;
	padding:15px 0;
	text-align: center;
	font-size: 20px;
	color: #666464;
	font-weight: normal;
	margin-bottom: 5px;
}
.hhxjx_faadv ul li:nth-child(3),.hhxjx_faadv ul li:nth-child(4){
	width: 48% !important;
}
.cjj_yjswrap{
	background: url(/Public/Home/images/yjsbg.jpg) no-repeat top center;
	background-size: 100% 100%;
	width: 100%;
	overflow: hidden;
}
.cjj_yjswrap .ccj_fawrap{
	background: none;
}
/* .cjj_yjswrap .ccj_video{
	background: none;
} */

/**全场景数字教室移动端**/
@media (max-width:1200px){
	.ccj_fawrap{max-width: 1176px;width: 100%;margin: 0 auto;padding-left: 20px !important;padding-right: 20px !important;}
	.ccj_faadv{background-size: cover;}
	
}
@media (max-width:768px){
	/**全场景数字教室移动端**/
	.ccj_bantxt01{width: 100%;}
	.ccj_bantxt01 h4::after{width: 0;}
	.ccj_hr{display: none;}
	.ccj_banimg img{min-height: 220px;object-fit: cover;}
	.cjjszjs{display: none;}
	.ccj_bantxt02 img{display: none;}
	.ccj_bantxt01 h4{font-size: 26px;line-height: 1.4;text-align: center;width: 100%;}
	.ccj_bantxt02 h2{font-size: 30px;text-align: center;line-height: 1.7;width: 100%;}
	.ccj_bantxt02{width: 100%;}
	.ccj_bantxt{padding: 15px 0;}
	.ccj_wrap{width: 100%;padding: 0 20px;}
	.pb70{padding-bottom: 30px;}
	.pt70{padding-top: 30px;}
	.pt150{	padding-top: 30px !important;}
	.pb150{	padding-bottom: 30px !important;}
	.ccj_hr2{ display:none;}
	.jxxt_tit{ margin-bottom: 15px;}
	.jxxt_tit_con h3{ width: 100%;    font-size: 25px;   line-height: 35px;}
	.jxxt_tit_ico{ width: 85%;}
	.jxxt_tit_ico ul li{ width: 29%; font-size: 15px; line-height: 40px;}
	.jxxt_tit_ico li img{ width: 40px; height: 40px;}
	.ytxjx_con dl{ width: 100%;}
	.ytxjx_con dl dt{ font-size: 20px;}
	.ytxjx_con dl dd{ font-size: 17px;}
	/* VR */
	.vr_iframe .ccj_wrap{width: calc(100% - 40px);margin: 0 20px;padding-bottom: 45%;}
	
	/* 解决方案 */
	.pb180{padding-bottom: 0px;}
	.pt180{padding-top: 30px;}
	.ccj_faimg01{display: none;}
	.ccj_fatit02 img{display: none;}
	.ccj_fatit02 h2::after{display: none;}
	.ccj_fatit01 h4{font-size: 26px;line-height: 1.4;text-align: center;width: 100%;}
	.ccj_fatit02 h2{font-size: 30px;text-align: center;line-height: 1.7;width: 100%;}
	.ccj_faadvcon{margin-top: 30px;}
	.ccj_faadvcon ul li{width: 100%;padding: 20px 20px !important;flex-wrap: wrap;margin-bottom: 20px;}
	.ccj_facon_ico{width: 100%;}
	.ccj_facon_ico img{max-width: 50px;margin: 0 auto 0;display: block;}
	.ccj_facon_txt{margin-left: 0;}
	.ccj_facon_txt h5{line-height: 1.5;font-size: 20px;margin-bottom: 10px;text-align: center;}
	.hhxjx_faadv ul li:nth-child(3), .hhxjx_faadv ul li:nth-child(4){ width: 100% !important;}
	.ccj_yjs_fagc img{ width: 100%; overflow: hidden;}
}


/*核心优势*/
.hxys {
  background: url(/Public/Home/images/e.jpg) repeat-x bottom #e8e9e9;
  padding: 65px 0;
}
.h-box {
  max-width: 1260px;
  margin: 40px auto 0;
}

@media screen and (max-width: 1260px) {
  .h-box {
    padding: 0 10px;
  }
}
.h-box .hd ul li {
  cursor: pointer;
  text-align: center;
}
.h-box .hd ul li.on {
  height: 40px;
  background: #df6800;
  color: #fff;
}
@media screen and (min-width: 768px) {
  .h-box .hd {
    height: 40px;
    line-height: 40px;
    border-bottom: 1px solid #a7a6a6;
    position: relative;
  }
  .h-box .hd ul {
    position: absolute;
    top: 1px;
    left: 0;
    height: 40px;
    width: 100%;
  }
  .h-box .hd ul li {
    float: left;
    width: 16.666%;
    cursor: pointer;
    font-size: 16px;
    text-align: center;
  }
  .h-left {
    float: left;
    width: 45%;
  }
  .h-right {
    float: right;
    width: 50%;
  }
}
.h-box .bd {
  margin-top: 40px;
}
.h-left {
  padding-bottom: 20px;
}
.h-left h3 {
  font-size: 22px;
  color: #df6800;
  padding: 45px 0;
}
.h-left p {
  font-size: 14px;
  color: #6a6969;
  line-height: 24px;
  /*溢出处理*/
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 4;
  overflow: hidden;
}
.h-right img {
  width: 100%;
}
.h-more {
  padding: 10px 0;
}
.h-more a {
  display: block;
  font-size: 14px;
  color: #fff;
  background: #df6800;
  width: 140px;
  height: 30px;
  line-height: 30px;
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  border-radius: 50px;
  text-align: center;
  text-decoration: none;
}
.h-more a:hover {
  background-color: #e7934a;
  color: #fff;
}

@media screen and (max-width: 767px) {
  .hxys {
    padding: 30px 0;
  }
  .h-box .hd ul li {
    display: inline-block;
    width: 32%;
    height: 40px;
    line-height: 40px;
    font-size: 14px;
  }
  .h-box .bd {
    margin: 0;
  }
  .h-left h3 {
    font-size: 16px;
    padding: 25px 0;
  }
  .h-left p {
    font-size: 12px;
  }
  .h-more a {
    margin: 10px auto 0;
  }
}

/*底部案例*/
@media screen and (min-width: 768px) {
  .d-item {
    float: left;
    width: 25%;
    height: 550px;
  }
}
.d-item {
  position: relative;
  overflow: hidden;
}
.d-item > a {
  display: block;
  height: 550px;
}
.d-item > a img {
  width: 100%;
  height: 100%;
}
.mask {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
}
.mask .bg {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background: #000;
  opacity: 0.65;
  -webkit-transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  -moz-transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  -ms-transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  -o-transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
}
.d-i-box {
  position: absolute;
  left: 0;
  right: 0;
  top: 140px;
  bottom: 0;
  transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  text-align: center;
  cursor: pointer;
}
.d-i-box > a {
  display: block;
  height: 220px;
  overflow: hidden;
}
.d-i-box > a img {
  position: relative;
  top: 50%;
  margin-top: -30%;
}
.d-i-content i {
  display: block;
  margin: 40px auto 0;
  width: 42px;
  height: 3px;
  background: #df6800;
  opacity: 1;
  filter: alpha(opacity=100);
  transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
}
.d-i-content h3 {
  color: #df6800;
  font-size: 22px;
  line-height: 24px;
  padding: 0;
  margin-top: 24px;
  font-weight: bold;
  transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
}
.d-i-content p {
  margin-top: 22px;
  line-height: 24px;
  font-size: 14px;
  color: #737271;
  text-align: center;
  padding: 0 23px;
  opacity: 0;
  -webkit-transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  -moz-transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  -ms-transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  -o-transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  /*溢出处理*/
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}
.d-i-content p span {
  display: block;
  font-size: 15px;
  color: #333;
}
.d-i-box .look {
  display: block;
  width: 120px;
  color: #fff;
  background: #df6800;
  border-radius: 50px;
  border: none;
  height: 36px;
  line-height: 36px;
  text-align: center;
  opacity: 0;
  margin: 20px auto 0;
  text-decoration: none;
}
.d-i-box .look:hover {
  color: #fff;
  background: #f69642;
}
.d-item:hover .d-i-box {
  top: 10px;
}
.d-item:hover .mask .bg {
  background: #fff;
  opacity: 0.7;
}
.d-item:hover .d-i-content p {
  opacity: 1;
}
.d-item:hover .d-i-box .look {
  opacity: 1;
}
/*footer*/
.footer1 {
  background: #333;
  padding: 35px 0;
}
.f-box,
.f2-box {
  max-width: 1260px;
  margin: 0 auto;
}
@media screen and (max-width: 1260px) {
  .f-box,
  .f2-box {
    padding-left: 10px;
    padding-right: 10px;
  }
}
.f-left ul li {
  float: left;
  width: 20%;
}
.f-left ul li h3 {
  font-size: 16px;
  color: #c2c1c1;
  line-height: 36px;
}
.f-left ul li a {
  display: block;
  font-size: 14px;
  color: #7a7a7a;
  padding: 10px 0;
  line-height: 1.2;
  text-decoration: none;
}
.f-left ul li a:hover {
  color: #df6800;
}
.f-right h3 {
  font-size: 16px;
  color: #c2c1c1;
  margin-top: 6px;
  margin-bottom: 10px;
}
.f-right span {
  font-size: 36px;
  color: #c2c1c1;
  margin-bottom: 10px;
}
.f-right p {
  color: #c2c1c1;
  height: 30px;
  line-height: 30px;
  font-size: 14px;
}
.f-right div img {
  max-width: 100%;
}
@media screen and (min-width: 768px) {
  .f-left {
    float: left;
    width: 80%;
  }
  .f-right {
    float: right;
    width: 20%;
  }
}
@media screen and (max-width: 767px) {
  .f-left {
    width: 100%;
  }
  .f-right {
    width: 100%;
  }
  .f-left ul li {
    float: left;
    width: 50%;
  }
}

.footer2 {
  background-color: #fafafa;
  padding: 12px 0;
}
.f2-box p {
  color: #7a7a7a;
  text-align: center;
  line-height: 24px;
}
.f2-box p a {
  margin: 0 10px;
  color: #7a7a7a;
  text-decoration: none;
}
.f2-box p a:hover {
  color: #df6800;
}
.f2-box p:last-child {
  width: 80%;
  margin-left: auto;
  margin-right: auto;
  text-align: left;
}

/*modal video*/
.modal1 {
  width: 60%;
  top: 80px;
  left: 50%;
  margin-left: -30%;
  z-index: 9999999;
  position: fixed;
  text-align: center;
  overflow: hidden !important;
  padding: 0 !important;
  display: none;
}
.modal-dialog {
  margin: 0;
  width: 100%;
}
.modal-content {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  border: none;
}
.modal-body {
  padding: 0;
  overflow: hidden;
  /*background: #000;*/
}
.close-box {
  height: 40px;
  background-color: rgb(245, 245, 245);
  width: 100%;
  margin: 0 auto;
}
.close-box button {
  padding-top: 5px;
  padding-right: 5px;
}
.modal1 video {
  width: 100%;
  display: block;
}
@media screen and (max-width: 767px) {
  .modal1 {
    width: 100%;
    top: 150px;
    left: 0;
    margin: 0;
    z-index: 9999999;
    position: fixed;
    display: none;
    text-align: center;
    overflow: hidden !important;
  }
}
.video-box {
  position: relative;
}
@media (min-width: 768px) {
  body.modal-open {
    padding-right: 17px !important;
  }
}
body {
  -webkit-transition: none !important;
  -moz-transition: none !important;
  -ms-transition: none !important;
  -o-transition: none !important;
  transition: none !important;
}

/*应用案例 yyal.html */
.aboutbanner {
  margin-top: 55px;
  background: url(/Public/Home/images/aboutbanner.jpg) no-repeat center top;
  background-size: cover;
  height: 566px;
  text-align: center;
  color: #fff;
  text-transform: uppercase;
}
.aboutbanner h1 {
  font-size: 50px;
  padding-top: 14%;
}
.aboutbanner h2 {
  font-size: 50px;
  padding-top: 14%;
}
.y-container {
  max-width: 1260px;
  margin: 0 auto 60px;
}
.y-container img {
  max-width: 100%;
}
@media screen and (max-width: 1260px) {
  .y-container {
    padding-left: 10px;
    padding-right: 10px;
  }
}
/* 修改标题样式 */
/* .y-container-n-t{
  max-width: 960px;
} */
.aboutbanner-n {
  margin-top: 55px;
  background: url(/Public/Home/images/aboutbanner.jpg) no-repeat center top;
  background-size: cover;
  height: 566px;
  text-align: center;
  color: #fff;
  text-transform: uppercase;
  display: flex;
  align-content: center;
  justify-content: center;
  align-items: center;
}
.aboutbanner-n h1 {
  font-size: 50px;
}
.aboutbanner-n h2 {
  font-size: 50px;
}

.y-top {
  margin-top: 60px;
  display: -webkit-flex;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}

.y-top a {
  font-size: 16px;
  height: 35px;
  line-height: 35px;
  text-decoration: none;
  width: 16%;
  text-align: center;
  color: #1a1a1a;
  border: 1px solid #d2d2d2;
  border-right: none;
}
.y-top a:last-child {
  border-right: 1px solid #d2d2d2;
}
.y-top a:hover,
.y-top a.on {
  color: #fff;
  background: #df6800;
}
.y-top-n a {
  width: auto;
  padding: 0 2%;
}
.y-content {
  margin-top: 60px;
}
.y-content ul li {
  border-bottom: 1px solid #aaaaaa;
  padding: 50px 0;
}
.y-img {
  float: left;
  width: 50%;
  box-sizing: border-box;
  padding-right: 15px;
}
.y-img img {
  max-width: 100%;
}
.y-info {
  float: right;
  width: 50%;
  margin-top: 30px;
}
.y-info h2 {
  font-size: 24px;
  color: #1a1a1a;
  line-height: 48px;
  /*溢出处理*/
  width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.y-info span {
  display: block;
  font-size: 16px;
  margin: 20px 0;
  /*溢出处理*/
  width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.y-info p {
  font-size: 16px;
  color: #7f7d7d;
  line-height: 28px;
  /*溢出处理*/
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
}
.y-more {
  margin: 40px 0;
}
.y-more a {
  display: block;
  font-size: 14px;
  color: #fff;
  background: #df6800;
  width: 220px;
  height: 30px;
  line-height: 30px;
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  border-radius: 50px;
  text-align: center;
  text-decoration: none;
}
.y-more a:hover {
  background-color: #e7934a;
  color: #fff;
}

.page {
  clear: both;
  font-size: 12px;
  text-align: center;
  overflow: hidden;
  margin-top: 60px;
  margin-bottom: 60px;
}
.page ul {
  display: -webkit-flex;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
.page ul li {
  flex-shrink: 0;
}
.page ul li a {
  padding: 6px 8px;
  color: #4c4c4c;
  border: 1px solid #ddd;
  height: 32px;
  line-height: 32px;
  text-decoration: none;
  margin: 0 8px;
}
.page ul li a:hover {
  color: #df6800;
  border-bottom: 2px solid #df6800;
}
.breadcrumb {
  border-top: 1px solid #a6a5a5;
  margin-bottom: 0;
  border-radius: 0;
  background: #fff;
}
.breadcrumb p {
  max-width: 1260px;
  margin: 0 auto;
  height: 55px;
  line-height: 55px;
  font-size: 14px;
}
.breadcrumb a {
  color: #666;
  text-decoration: none;
}
.breadcrumb a:hover {
  color: #df6800;
}
@media screen and (max-width: 1260px) {
  .breadcrumb {
    padding-left: 10px;
    padding-right: 10px;
  }
}

@media screen and (max-width: 767px) {
  .y-top a {
	min-width: 32%;
    width: auto;
    margin-bottom: 10px;
  }
  .y-top-n a {
    padding: 0;
  }
  .y-top a:nth-child(3n) {
    border-right: 1px solid #ccc;
  }
  .y-img {
    width: 100%;
  }
  .y-img img {
    width: 467px;
  }
  .y-info {
    width: 100%;
  }
  .y-more {
    margin: 20px 0;
  }
  .y-content ul li {
    margin-top: 0;
    padding: 30px 0;
  }
  .y-container {
    margin-bottom: 30px;
  }
  .page {
    margin-top: 30px;
    margin-bottom: 30px;
  }
  .aboutbanner {
    height: 150px;
  }
  .aboutbanner h1 {
    font-size: 32px;
  }
  /* 大标题居中 */
  .aboutbanner-n {
    height: 150px;
  }
  .aboutbanner-n h1 {
    font-size: 32px;
  }
  .y-top {
    margin-top: 40px;
  }
  .y-content {
    margin-top: 30px;
  }
}

.y-d-mask {
  background: rgba(255, 255, 255, 0.7);
  /*padding-top: 55px;*/
  margin-top: 55px;
  height: 75px;
  line-height: 75px;
  border-bottom: 1px solid #a6a5a5;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 999;
  display: none;
}
.y-d-mask > div {
  max-width: 1260px;
  margin: 0 auto;
}
@media screen and (max-width: 1260px) {
  .y-d-mask > div {
    padding-left: 10px;
    padding-right: 10px;
  }
}
.y-d-mask h2 {
  float: left;
  font-size: 24px;
  color: #1a1a1a;
  padding: 0 3px;
  max-width: 75%;
  overflow: hidden;
  height: 75px;
  line-height: 75px;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.y-d-mask h1 {
  float: left;
  font-size: 24px;
  color: #1a1a1a;
  padding: 0 3px;
  max-width: 75%;
  overflow: hidden;
  height: 75px;
  line-height: 75px;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.baojia {
  float: right;
}
.baojia a {
  background-color: #df6800;
  color: #fff !important;
  border-radius: 5px;
  padding: 5px 10px !important;
  text-decoration: none;
}
.y-detail h2 {
  margin-top: 80px;
  font-size: 26px;
  color: #df6800;
  text-align: center;
  line-height: 40px;
}
.y-detail h1 {
  margin-top: 80px;
  font-size: 26px;
  color: #df6800;
  text-align: center;
  line-height: 40px;
}
.y-detail > div {
  margin-top: 60px;
  color: #1a1a1a;
  line-height: 24px;
  font-size: 14px;
  /*text-align: center;*/
}
.y-relate {
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  padding: 40px;
}
.y-relate dl {
  width: 50%;
  text-align: center;
}
.y-relate dl dt {
  height: 95px;
}
.y-relate dl dt:hover {
  background: url(/Public/Home/images/q.gif) no-repeat center bottom;
}
.y-relate dl dd {
  display: block;
  text-align: center;
  font-size: 16px;
  font-weight: bold;
  line-height: 30px;
  margin-top: 20px;
}
.y-relate dl dd h3 {
  color: #666;
  text-align: center;
  font-size: 16px;
  font-weight: bold;
  line-height: 30px;
  margin: 10px 0;
}
.y-relate dl dd a {
  font-size: 14px !important;
  color: #df6800;
  display: block;
  line-height: 26px;
  text-decoration: none;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
@media (max-width: 767px) {
  .y-relate dl {
    width: 100%;
    margin-bottom: 20px;
  }
}
/*拼接类产品*/
.pj1-container {
  margin-top: 55px;
  background: #fafafa;
}
.pj1-box {
  max-width: 1260px;
  margin: 0 auto;
}
.pj1-box img {
  max-width: 100%;
}
@media screen and (max-width: 1260px) {
  .pj1-box {
    padding-left: 10px;
    padding-right: 10px;
  }
}
.pj1 {
  text-align: center;
  padding-top: 120px;
  padding-bottom: 30px;
}
.pj1 h1 {
  font-size: 50px;
  text-transform: uppercase;
  line-height: 75px;
}
.pj1 h2 {
  font-size: 35px;
  line-height: 75px;
  margin-bottom: 30px;
}
.more2 {
  margin: 60px 0;
}
.more2 a {
  color: #df6800;
  border-radius: 6px;
  border: 1px solid #df6800;
  font-size: 26px !important;
  padding: 0 10px;
  text-decoration: none;
}
.pj2-box {
  padding: 70px 0;
}
.pj2-left {
  float: left;
  width: 50%;
  text-align: center;
}
.pj2-right {
  float: right;
  width: 50%;
  text-align: center;
}
.pj2-box img {
  max-width: 100%;
}
.pj3-container {
  background: url(/Public/Home/images/pbg.jpg) no-repeat;
  background-size: 100% 100%;
  margin-top: 40px;
  padding: 60px 0;
}
.pj3-box {
  max-width: 1260px;
  margin: 0 auto;
}
.pj3-box img {
  max-width: 100%;
}
@media screen and (max-width: 1260px) {
  .pj3-box {
    padding-left: 10px;
    padding-right: 10px;
  }
}
.pj3 {
  text-align: center;
}
.pj3 h1 {
  color: #fff;
  font-size: 50px;
}
.more3 {
  margin: 50px 0;
}
.more3 a {
  color: #fff;
  border-radius: 6px;
  border: 1px solid #fff;
  font-size: 26px !important;
  padding: 1px 5px;
  text-decoration: none;
}
.pj5-list {
  margin-bottom: 20px;
}
.pj5-list span {
  background: url(/Public/Home/images/m.png) no-repeat left center;
  font-size: 26px;
  margin: 0 20px;
  padding-left: 25px;
  line-height: 60px;
}
.pj6-box {
  max-width: 1260px;
  margin: 0 auto;
  padding-top: 40px;
  padding-bottom: 40px;
}
@media screen and (max-width: 1260px) {
  .pj6-box {
    padding-left: 10px;
    padding-right: 10px;
  }
}
.pj6 {
  float: left;
  width: 50%;
}
.pj6-img {
  float: right;
  width: 50%;
}
.pj6-img img {
  max-width: 100%;
}
.yejing1 {
  background: #fceee3 !important;
}
.yejing2 {
  padding-top: 40px;
  padding-bottom: 40px;
}
.yejing-img {
  float: left;
  width: 50%;
}
.yejing-img img {
  max-width: 100%;
}
.yejing-right {
  float: right;
  width: 50%;
}
.yejing-right h1 {
  font-size: 50px;
  color: #333;
  margin-bottom: 50px;
  margin-top: 90px;
}
.yejing-right h2 {
  font-size: 30px;
  color: #333;
  line-height: 35px;
}
.dlp {
  background: url(/Public/Home/images/pj6.jpg) no-repeat center top;
  background-size: cover;
  height: 467px;
  margin: 40px 0;
  padding-top: 160px;
}
.dlp h1 {
  color: #fff !important;
}
.pj-list {
  padding-top: 40px;
  padding-bottom: 40px;
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
}
.pj-list dl {
  width: 33%;
  text-align: center;
}
.pj-list dl dt {
  height: 95px;
}
.pj-list dl dt:hover {
  background: url(/Public/Home/images/q.gif) no-repeat center bottom;
}
.pj-list dl dd {
  display: block;
  text-align: center;
  font-size: 16px;
  font-weight: bold;
  line-height: 30px;
  margin-top: 20px;
}
.pj-list dl dd h3 {
  color: #666;
  text-align: center;
  font-size: 16px;
  font-weight: bold;
  line-height: 30px;
  margin: 10px 0;
}
.pj-list dl dd a {
  font-size: 14px !important;
  color: #df6800;
  display: block;
  line-height: 26px;
  text-decoration: none;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.pj-detail-top-container {
  background: rgba(255, 255, 255, 0.7);
  /*padding-top: 55px;*/
  margin-top: 55px;
  height: 75px;
  line-height: 75px;
  border-bottom: 1px solid #a6a5a5;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 999;
  transform: translateZ(0);
}
.pj-detail-top {
  max-width: 1260px;
  margin: 0 auto;
}

@media screen and (max-width: 1260px) {
  .pj-detail-top {
    padding-left: 10px;
    padding-right: 10px;
  }
}
.pj-detail-top h2 {
  float: left;
  font-size: 24px;
  color: #1a1a1a;
  padding: 0 3px;
  overflow: hidden;
  max-width: 25%;
  height: 75px;
  line-height: 75px;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.pj-detail-top h1 {
  float: left;
  font-size: 24px;
  color: #1a1a1a;
  padding: 0 3px;
  overflow: hidden;
  max-width: 25%;
  height: 75px;
  line-height: 75px;
  text-overflow: ellipsis;
  white-space: nowrap;
}
@media (max-width: 767px) {
	.pj-detail-top h1{max-width: 32%; height:67px; line-height: 56px;}
	
}
.pj-detail-top .hd {
  float: right;
}
.pj-detail-top .hd ul li {
  float: left;
  font-size: 16px;
  padding: 0 10px;
  cursor: pointer;
}
.pj-detail-top .hd ul li a {
  font-size: 16px;
  color: #625d5d;
  text-decoration: none;
}
.pj-detail-top .hd ul li:hover,
.pj-detail-top .hd ul li.on a,
.pj-detail-top .hd ul li:hover a {
  color: #df6800;
}
@media screen and (max-width: 767px) {
  .pj-detail-top .hd ul li {
    font-size: 14px;
    padding: 0 12px;
  }
  .pj-detail-top-container {
    height: 50px;
    line-height: 50px;
  }
  .pj-detail-top h2 {
    font-size: 18px;
    height: 50px;
    line-height: 50px;
  }
  .pj-detail-top .hd ul li a {
    font-size: 14px;
  }
  .baojia {
    padding: 0 !important;
  }
}
.con-box {
  margin-top: 130px;
}
.c-item {
  max-width: 1200px;
  margin: 60px auto 0;
  padding-top: 40px;
  padding-bottom: 40px;
}
@media screen and (max-width: 1260px) {
  .c-item {
    padding-left: 10px;
    padding-right: 10px;
  }
}
.c-img {
  text-align: center;
}
.c-img img {
  max-width: 100%;
}
.c-intro h1 {
  text-align: center;
  font-size: 40px;
  color: #df6800;
  line-height: 60px;
  padding: 40px 0;
}
.c-intro p {
  text-align: center;
  font-size: 18px;
  line-height: 35px;
  color: #333;
}
.c-item img {
  max-width: 100%;
}
.c-bg {
  background: #fafafa;
}
.c-item-left {
  float: left;
  width: 41%;
}
.c-item-left h3 {
  font-size: 26px;
  color: #df6800;
  line-height: 76px;
}
.c-item-left p {
  font-size: 18px;
  line-height: 35px;
}
.c-item-right {
  float: right;
  width: 50%;
}
.c-item-right img {
  width: 100%;
  height: 100%;
}
@media (max-width: 767px) {
  .pj1 h1,
  .pj3 h1 {
    font-size: 32px;
    line-height: 50px;
  }
  .pj1 h2 {
    font-size: 22px;
    line-height: 40px;
    margin-bottom: 20px;
  }
  .pj1 {
    width: 100%;
    padding-top: 60px;
  }
  .pj2-left,
  .pj2-right,
  .pj6-img,
  .yejing-img,
  .yejing-right,
  .yt-left,
  .yt-right {
    width: 100% !important;
  }
  .more3 {
    margin: 30px 0;
  }
  .more3 a {
    font-size: 16px !important;
  }
  .pj5-list span {
    font-size: 18px;
    line-height: 40px;
  }
  .yejing-right h1 {
    font-size: 32px;
    line-height: 50px;
    margin-top: 40px;
    margin-bottom: 10px;
  }
  .yejing-right h2 {
    font-size: 22px;
  }
  .pj2-box {
    padding-left: 10px;
    padding-right: 10px;
  }
  .xh-slide .bd {
    padding-top: 55px;
  }
}

/*解决方案*/
.fa-box {
  margin-top: 130px;
  background: #fafafa;
}
.fa-box ul li {
  max-width: 1260px;
  margin: 0 auto;
  padding-top: 60px;
  padding-bottom: 60px;
}
@media screen and (max-width: 1260px) {
  .fa-box ul li {
    padding-left: 10px;
    padding-right: 10px;
  }
}
.fa-box img {
  max-width: 100%;
}
.fa-left {
  float: left;
  width: 40%;
  margin-left: 4%;
}
.fa h3 {
  font-size: 26px;
  color: #df6800;
  border-bottom: 1px solid #cfcdcd;
  text-align: center;
  line-height: 76px;
}
.fa h1 {
  font-size: 26px;
  color: #df6800;
  border-bottom: 1px solid #cfcdcd;
  text-align: center;
  line-height: 76px;
}
.fa p {
  line-height: 30px;
  padding: 20px 0;
  font-size: 14px;
}
.fa-right {
  float: right;
  width: 50%;
}
.guige {
  text-align: center;
}
.guige ul li {
  margin-top: 50px;
  display: inline-block;
  width: 13%;
  border-right: 1px solid #cfcdcd;
  padding: 5px;
}
.guige ul li:last-child {
  border-right: none;
}
.guige a {
  text-decoration: none;
}
.guige a h4 {
  font-size: 18px;
  color: #666;
  margin-top: 30px;
}
.guige a:hover h4 {
  color: #df6800;
}
.fa-all {
  max-width: 1260px;
  margin: 40px auto 70px;
}

@media screen and (max-width: 1260px) {
  .fa-all {
    padding-left: 10px;
    padding-right: 10px;
  }
}
.fa-all ul li {
  margin-top: 60px;
  margin-bottom: 20px;
  float: left;
  width: 25%;
  text-align: center;
}
.fa-all ul li a {
  text-decoration: none;
}
.fa-all ul li h4 {
  margin-top: 10px;
  font-size: 14px;
  color: #666;
}
.fa-all ul li:hover h4 {
  color: #df6800;
}
.fa-all ul li:hover {
  opacity: 0.6;
}
.fa-a-img img {
  max-width: 100%;
}
@media (max-width: 767px) {
  .fa-box ul li {
    padding-bottom: 20px;
  }
  .fa-right,
  .fa-left {
    width: 100%;
    margin: 0;
  }
  .fa-box {
    margin-top: 55px;
  }
  .guige ul li {
    width: 48%;
    border: none;
    margin-top: 20px;
  }
  .fa-box img {
    width: 100%;
    height: 100%;
  }
  .guige a h4 {
    margin-top: 0;
    font-size: 16px;
  }
}

/*智慧教室 zhjs.html*/
.zhjs1 {
  background: #1a1a1a;
  padding-top: 200px;
}
.zhjs-box {
  max-width: 1260px;
  margin: 0 auto;
}
@media screen and (max-width: 1260px) {
  .zhjs-box {
    padding-left: 10px;
    padding-right: 10px;
  }
}
.zhjs1-con {
  color: #fff;
  text-align: center;
  padding-bottom: 30px;
}
.zhjs1-con h1 {
  font-size: 50px;
  text-transform: uppercase;
  line-height: 75px;
}
.zhjs1-con img {
  max-width: 100%;
}
.zhjs2 {
  background-color: #fafafa;
  padding-top: 124px;
  margin-top: 43px;
}
.zhjs2-con {
  color: #333;
  text-align: center;
  padding-bottom: 30px;
  overflow: hidden;
}
.zhjs2-con h1 {
  font-size: 50px;
  text-transform: uppercase;
  line-height: 75px;
}
.zhjs2-con h2 {
  font-size: 35px;
  line-height: 75px;
  margin-bottom: 30px;
}
.zhjs2-con > a {
  font-size: 18px;
  color: #df6800;
  text-transform: uppercase;
  padding: 0 10px;
  text-decoration: none;
}
.zhjs3 {
  /*background: url(/Public/Home/images/y.jpg) no-repeat center top;*/
  /*background: url(/Public/Home/images/dingzhi.png) no-repeat center top;*/
  background-size: 70% 100%;
  /*padding-top: 18%;*/
  margin-top: 43px;
  height: 661px;
  position: relative;
}
.zhjs3-con {
  width: 30%;
  float: right;
  text-align: center;
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
}
.zhjs3-con h1 {
  font-size: 50px;
  text-transform: uppercase;
  line-height: 75px;
}
.zhjs3-con h2 {
  font-size: 35px;
  line-height: 75px;
  margin-bottom: 30px;
}
.zhjs2-con img {
  max-width: 100%;
}
@media (max-width: 767px) {
  .zhjs1-con h1 {
    font-size: 32px;
    line-height: 60px;
  }
  .more2 {
    margin: 20px 0;
  }
  .more2 a {
    font-size: 14px !important;
  }
  .zhjs1 {
    padding-top: 100px;
  }
  .zhjs2-con h1 {
    font-size: 32px;
  }
  .zhjs2-con h2 {
    font-size: 22px;
    line-height: 40px;
    margin-bottom: 15px;
  }
  .zhjs2 {
    padding-top: 60px;
  }
  .zhjs3-con h1 {
    font-size: 22px;
    line-height: 40px;
  }
  .zhjs3-con h2 {
    font-size: 18px;
    line-height: 30px;
    margin-bottom: 20px;
  }
  .zhjs3 {
    height: 220px;
  }
}
/*售后服务  shfw.html*/
.fwbanner {
  margin-top: 55px;
  background: url(/Public/Home/images/fwbanner.jpg) no-repeat center top;
  background-size: cover;
  height: 566px;
  text-align: center;
  color: #fff;
  text-transform: uppercase;
}
.fwbanner h1 {
  font-size: 50px;
  padding-top: 14%;
}
.fwbanner span {
  font-size: 30px;
  display: block;
  margin-top: 10px;
}
.fwbanner p {
  margin: 50px auto;
  font-size: 15px;
  line-height: 25px;
  padding-left: 10px;
  padding-right: 10px;
}
@media screen and (max-width: 767px) {
  .fwbanner {
    height: 375px;
  }
  .fwbanner p {
    margin-top: 10px;
  }
}

.shfw1 {
  border-bottom: 1px solid #a6a5a5;
  padding-bottom: 60px;
}

.shfw-box {
  max-width: 1260px;
  margin: 0 auto;
}
@media screen and (max-width: 1260px) {
  .shfw-box {
    padding-left: 10px;
    padding-right: 10px;
  }
}
.shfw-con {
  padding-top: 40px;
  padding-bottom: 40px;
}
.shfw-con img {
  max-width: 100%;
}
.shfw-con h1 {
  text-align: center;
  font-size: 36px;
  color: #df6800;
  background: url(/Public/Home/images/t.gif) repeat-x center center;
}
.shfw-con h1 span {
  background-color: #fff;
  padding: 0 20px;
}

.shfw-con h4 {
  text-align: center;
  font-size: 36px;
  color: #df6800;
}
.shfw-con h4 span {
  background-color: #fff;
  padding: 0 20px;
}

.shfw-con h2 {
  text-align: center;
  font-size: 24px;
  color: #1a1a1a;
  padding: 30px 0;
  font-weight: bold;
}
.shfw-h1 {
  text-align: center !important;
  font-size: 24px !important;
  color: #1a1a1a !important;
  padding: 30px 0 !important;
  font-weight: bold !important;
  background: none !important;
}
.form-box {
  max-width: 860px;
  margin: 0 auto;
}
.form-box ul li {
  float: left;
  width: 44%;
  padding: 5px 10px;
  margin-right: 6%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.form-box ul li:nth-child(2n) {
  margin-right: 0;
}
.form-box ul li:last-child {
  width: 100%;
  margin: 0;
}
.form-box label {
  text-align: left;
  line-height: 40px;
  font-weight: normal;
  color: #6e6e6e;
  font-size: 18px;
}
.form-box input {
  padding: 5px;
  border: 1px solid #ccc;
  border-radius: 3px;
  margin-right: 5px;
  height: 28px;
  line-height: 28px;
  color: #555;
  width: 100%;
}
.form-box textarea {
  border: 1px solid #ccc;
  font-size: 12px;
  color: #555;
  padding: 5px;
  min-height: 100px;
  width: 97%;
}
.form-box .sub-btn {
  margin: 40px auto;
}
.form-box .sub-btn input {
  cursor: pointer;
  background-color: #df6800;
  color: #fff;
  border: none;
  font-size: 16px;
  border-radius: 20px;
  text-align: center;
  margin-left: 38%;
  width: 130px;
  height: 35px;
  line-height: 35px;
  padding: 0;
}
.shfw-con .tel-box {
  margin: 40px auto 0;
  width: 80%;
}
@media screen and (max-width: 767px) {
  .shfw-con h1 {
    font-size: 22px;
    padding: 20px 0;
  }
  .shfw-con h2 {
    font-size: 18px;
    padding: 10px 0;
  }
  .shfw1 {
    padding-bottom: 10px;
  }
  .form-box ul li {
    width: 98%;
    padding: 0 10px;
  }
  .form-box label {
    font-size: 14px;
  }
  .form-box input {
    height: 20px;
    line-height: 20px;
  }
  .shfw-con .tel-box {
    margin-top: 10px;
  }
  .form-box .sub-btn {
    margin: 20px auto;
  }
}

/*常见问答  cjwd.html*/
/*常见问答*/
.cjwd-list {
  text-align: center;
  margin-bottom: 60px;
}
.cjwd-list a {
  font-size: 16px;
  color: #1a1a1a;
  border: 1px solid #d2d2d2;
  line-height: 35px;
  height: 35px;
  padding: 0 20px;
  margin: 0 35px;
  text-decoration: none;
  display: inline-block;
}
.cjwd-list a:hover,
.cjwd-list a.active {
  background-color: #df6800;
  color: #fff;
}
.cjwd-slideBox .hd {
  float: left;
  width: 20%;
  text-align: center;
}
.cjwd-slideBox .hd ul li {
  font-size: 14px;
  height: 30px;
  line-height: 30px;
  cursor: pointer;
  border: 1px solid #c8c6c6;
  margin: 0 10px 20px 10px;
  border-radius: 3px;
  /*溢出处理*/
  max-width: 80%;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.cjwd-slideBox .hd ul li.on {
  background: #df6800;
  color: #fff;
}
.cjwd-slideBox .bd {
  float: right;
  width: 80%;
  padding: 20px;
  border: 1px solid #ccc;
}
/* .cjwd-slideBox .bd h1{
    font-size: 18px;
    line-height: 40px;
    font-weight: bold;
}
.cjwd-slideBox .bd div{
    font-size: 14px;
    line-height: 30px;
} */
@media (max-width: 767px) {
  .cjwd-list {
    margin-bottom: 40px;
    text-align: center;
  }
  .cjwd-list a {
    margin: 0;
    width: 47%;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
  }
  .cjwd-slideBox .hd {
    width: 100%;
  }
  .cjwd-slideBox .hd ul li {
    width: 30%;
    float: left;
    margin: 0 5% 10px 0;
  }
  .cjwd-slideBox .hd ul li:nth-child(3n) {
    margin-right: 0;
  }
  .cjwd-slideBox .bd {
    width: 100%;
    margin-top: 20px;
  }
}
/*联系客服*/
.lxkf-box {
  background-color: #df6800;
  height: 165px;
  line-height: 165px;
  margin-top: 70px;
}
.lxkf {
  max-width: 1260px;
  margin: 0 auto;
}
@media screen and (max-width: 1260px) {
  .lxkf {
    padding-left: 10px;
    padding-right: 10px;
  }
}
.lxkf h1 {
  color: #fff;
  font-size: 20px;
  height: 165px;
  line-height: 165px;
  float: left;
}
.lxkf > div {
  float: right;
}
.lxkf > div a {
  color: #fff;
  border: 1px solid #fff;
  padding: 20px 30px;
  font-size: 18px;
  text-decoration: none;
}
.lxkf > div a:hover {
  color: #fff;
  background-color: #fc8824;
}
@media (max-width: 767px) {
  .lxkf-box {
    height: 120px;
  }
  .lxkf h1 {
    width: 100%;
    text-align: center;
    font-size: 14px;
    height: 60px;
    line-height: 60px;
    /*溢出处理*/
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
  }
  .lxkf > div {
    height: 40px;
    line-height: 40px;
    width: 100%;
    text-align: center;
  }
  .lxkf > div a {
    padding: 4px 12px;
    font-size: 16px;
  }
}
/*视频中心  spzx.html*/
.spzx-box {
  margin-bottom: 40px;
}
.spzx-box ul li {
  float: left;
  width: 18%;
  margin-right: 2.5%;
}
.spzx-box ul li:nth-child(5n) {
  margin-right: 0;
}
.spzx-box ul li a {
  text-decoration: none;
}
.spzx-box ul li img {
  width: 100%;
  /* hieght: 100%; */
}
.spzx-box ul li h3 {
  font-size: 16px;
  line-height: 30px;
  text-align: center;
  color: #666;
  width: 100%;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.spzx-box ul li a:hover h3 {
  color: #df6800;
}
@media (max-width: 767px) {
  .spzx-box ul li {
    width: 100%;
    margin-bottom: 20px;
  }
}

/*留言建议  lyjy.html*/
.liuyan-content {
  margin-top: 60px;
}
.ly-left {
  float: left;
  width: 32%;
}
.ly-left span {
  padding-bottom: 10px;
  font-size: 26px;
  color: #000;
  border-bottom: 1px solid #df6800;
}
.ly-left-con {
  font-size: 24px;
  color: #6e6e6e;
  line-height: 30px;
  margin-top: 40px;
  padding-bottom: 150px;
  border-right: 1px solid #999999;
  padding-right: 30px;
}

.ly-right {
  margin-top: 60px;
  float: right;
  width: 66%;
}
.liuyan-box {
  padding: 0px 20px 0px 50px;
  text-decoration: none;
  font-size: 18px;
}
.liuyan-box li {
  margin-bottom: 10px;
}
.liuyan-box li label {
  text-align: left;
  line-height: 40px;
  font-weight: normal;
  color: #6e6e6e;
}
.liuyan-box li input {
  padding: 0 10px;
  border: 1px solid #ccc;
  border-radius: 3px;
  margin-right: 5px;
  height: 40px;
  line-height: 40px;
  color: #555;
  width: 100%;
}
.liuyan-box li textarea {
  border: 1px solid #ccc;
  font-size: 12px;
  color: #555;
  padding: 5px;
  min-height: 100px;
  width: 100%;
}
.liuyan-box li .ly-send {
  cursor: pointer;
  background-color: #df6800;
  color: #fff;
  border: none;
  font-size: 16px;
  border-radius: 20px;
  height: 30px;
  line-height: 30px;
  margin: 0 auto;
  display: block;
  width: 100px;
  text-align: center;
  outline: none;
}
@media (max-width: 767px) {
  .ly-left {
    width: 100%;
  }
  .ly-left span {
    font-size: 18px;
  }
  .ly-left-con {
    padding: 5px;
    font-size: 14px;
    border-right: 0;
  }
  .ly-right {
    width: 100%;
  }
  .ly-right li label {
    font-size: 14px;
  }
  .ly-right li input {
    height: 30px;
    line-height: 30px;
  }
  .ly-right li textarea {
    min-height: 80px;
  }
  .liuyan-box {
    padding: 0;
  }
}

/*公司新闻  news.html*/
.news-content {
  margin-top: 60px;
}
.news-content h1 {
  font-size: 26px;
  color: #1a1a1a;
  margin: 60px 0;
  text-align: center;
}
.n-i-left {
  float: left;
  width: 35%;
}
.n-i-left img {
  max-width: 100%;
}
.n-i-right {
  width: 60%;
  float: right;
  padding-top: 20px;
  padding-right: 50px;
}
.news-item:hover {
  background-color: #fafafa;
  padding: 40px;
}
.n-i-right h2 {
  line-height: 48px;
  font-size: 24px;
  color: #1a1a1a;
  font-weight: bold;
  /*溢出处理*/
  width: 100%;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.n-i-right .data span {
  color: #666;
  font-size: 14px;
}

.n-i-right .data .year {
  border-bottom: 1px solid #1a1a1a;
  border-top: 1px solid #aaa;
  margin-right: 20px;
}
.news-item p {
  line-height: 28px;
  color: #1a1a1a;
  /*溢出处理*/
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
}
.news-item:hover span {
  color: #df6800;
}
.news-item {
  margin-bottom: 60px;
}

@media (max-width: 767px) {
  .n-i-left {
    width: 100%;
  }
  .n-i-right {
    width: 100%;
  }
  .n-i-right h2 {
    font-size: 18px;
    line-height: 40px;
  }
  .news-item {
    margin-bottom: 30px;
  }
}
/* 公开课 */
/* 轮播圆点 */
.carousel-indicators-li .active{
	margin: 0px 2px !important;
}
.carousel-indicators-li li{
	margin: 1px 2px !important;
}
/* 面向教育者 */
.y-top-ma{
	margin: 0;
	padding-bottom: 20px;
}
/* 横板教育动态(新闻)内容样式 */
.y-container-n {
  max-width: 1400px;
  margin: 0 auto 60px;
}
.news-ul {
  display: flex;
  flex-wrap: wrap;
}
.n-i-li {
  width: 33.3333%;
  padding: 0 15px;
  display: flex;
}
.n-i-li a {
  margin: 30px 0;
  text-decoration: none;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  background-color: #f8f8f8;
  width: 100%;
  animation: 0s all;
}
.n-i-li a:hover {
  background-color: #f2f2f2;
}
.n-i-li a:hover img {
  transform: scale(1.1);
}
.n-i-top {
  height: auto;
  position: relative;
  padding-top: 50%;
  overflow: hidden;
}
.n-i-top img {
  font-size: 18px;
  color: #333333;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  transition: all ease-in-out 0.5s;
}
.n-i-bottom {
  padding: 15px 20px 30px;
}
.n-i-bottom-n {
  padding: 40px 20px;
}
.n-i-bottom-n h2 {
  line-height: 28px;
  font-size: 18px;
  color: #333333;
  font-weight: bold;
  overflow: hidden;
  width: 100%;
  text-decoration: none;
  text-align: center;
}
.n-i-bottom h2 {
  line-height: 28px;
  font-size: 18px;
  color: #333333;
  font-weight: bold;
  overflow: hidden;
  width: 100%;
  text-decoration: none;
}
.n-i-li .data {
  padding: 15px 20px;
}
.n-i-li .data span {
  color: #666;
  font-size: 17px;
}
@media (max-width: 991px) {
  .n-i-li {
    width: 50%;
  }
  .n-i-bottom h2 {
    font-size: 16px;
  }
  .n-i-li .data span {
    font-size: 16px;
  }
}
@media (max-width: 767px) {
  .n-i-li {
    width: 100%;
  }

  .n-i-bottom h2 {
    font-size: 16px;
  }
  .n-i-li .data span {
    font-size: 14px;
  }
  .n-i-bottom h2 {
    margin-top: 0;
  }
  .n-i-bottom p {
    margin: 0;
  }
  .n-i-bottom {
    height: auto;
    padding-top: 20px;
  }
}

.news-detail-con .tit {
  text-align: center;
  margin-bottom: 30px;
}
/* 修改新闻留白 */
.news-detail-con-s {
  margin: 0 auto;
  padding: 0 15px;
  max-width: 960px;
}
.news-detail-con .tit h3 {
  font-size: 30px;
  color: #333333;
  margin-top: 60px;
  border-bottom: 1px solid #c8c6c6;
  line-height: 88px;
}
.news-detail-con .tit h1 {
  font-size: 30px;
  color: #333333;
  margin-top: 60px;
  border-bottom: 1px solid #c8c6c6;
  line-height: 88px;
}
.news-detail-con .tit span {
  color: #666;
  display: block;
  height: 35px;
  line-height: 35px;
  font-size: 14px;
}
.news-detail-con .content {
  font-size: 14px;
  line-height: 30px;
}
.news-detail-con .content img {
  max-width: 100%;
}
.fanye {
  margin-top: 60px;
  padding: 40px 0 0;
  border-top: 1px solid #c8c6c6;
}
.fanye a {
  float: left;
  width: 48%;
  font-size: 14px;
  color: #df6800 !important;
  text-decoration: none;
  display: block;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.fanye a:first-child {
  margin-right: 4%;
}

@media (max-width: 767px) {
  .fanye a {
    width: 100%;
    margin: 0 0 10px;
    text-align: center;
  }
}

/*联系我们  contact.html*/
.contact-list {
  max-width: 1260px;
  margin: 80px auto 50px;
  padding-left: 10px;
  padding-right: 10px;
}
.contact-list h1 {
  text-align: center;
  color: rgb(26, 26, 26);
  font-size: 26px;
}
@media (max-width: 767px) {
  .map-box {
    display: none;
  }
}

/*招贤纳士 zhaopin.html*/
.zhaopin-list {
  margin-top: 60px;
}
.zhaopin-list h1 {
  text-align: center;
  color: rgb(26, 26, 26);
  font-size: 26px;
}
.zhaopin-list ul {
  margin-top: 40px;
}
.zhaopin-list ul li {
  margin-bottom: 50px;
}
.zhaopin-list ul li h2 {
  font-weight: bold;
  font-size: 18px;
  color: #1a1a1a;
  height: 36px;
  line-height: 36px;
}
.zhaopin-list ul li p {
  color: rgb(26, 26, 26);
  line-height: 30px;
  font-size: 14px;
}
.zhuanyuan {
  padding: 20px 0;
}
.zhuanyuan p {
  height: 30px;
  line-height: 30px;
  font-size: 14px;
}
@media (max-width: 767px) {
  .zhaopin-list ul li {
    margin-bottom: 30px;
  }
}

/*发展历程  history.html*/
.history-list {
  margin-top: 60px;
  padding-bottom: 40px;
}
.history-list h1 {
  font-size: 26px;
  color: #1a1a1a;
  margin: 60px 0;
  text-align: center;
}

/*公司介绍  intro.html*/
.uninfop p{
	text-indent: 2em;
}
.intro-list {
  margin-top: 60px;
  padding-bottom: 40px;
}
.intro-list h1 {
  font-size: 26px;
  color: #1a1a1a;
  margin: 50px 0;
  text-align: center;
}
.intro-list .i-img {
  float: left;
  width: 50%;
  padding: 20px;
  margin: 20px auto;
}
.intro-list img {
  max-width: 100%;
}
.intro-list p {
  color: rgb(26, 26, 26);
  line-height: 30px;
  font-size: 14px;
}
@media (max-width: 767px) {
  .intro-list .i-img {
    width: 100%;
    padding: 0;
    margin: 7px auto;
  }
  .intro-list h1 {
    margin: 10px 0 30px;
  }
}

/*86英寸*/
.zbox,
.gbox {
  max-width: 1260px;
  margin: 0 auto;
}
@media screen and (max-width: 1260px) {
  .zbox,
  .gbox {
    padding-left: 10px;
    padding-right: 10px;
  }
}
.zhjs-slide .bd {
  margin-top: 100px;
}
.zbox1-con {
  padding-top: 50px;
  border-bottom: 1px solid #a6a5a5;
}
.zbox1-con h1 {
  font-size: 40px;
  color: #df6800;
  margin: 60px 0;
  text-align: center;
}
.zbox1-con ul {
  max-width: 860px;
  margin: 0 auto;
}
.zbox1-con ul li span {
  float: left;
  width: 20%;
  font-size: 20px;
  line-height: 40px;
}
.zbox1-con ul li p {
  float: right;
  width: 76%;
  font-size: 20px;
  line-height: 40px;
}
.zbox1-img {
  clear: both;
  text-align: center;
  margin-top: 30px;
  margin-bottom: 30px;
}
.zbox1-img img {
  max-width: 100%;
}
.zbox1-left {
  float: left;
  width: 48%;
}
.zbox1-right {
  float: right;
  width: 48%;
}
.gbox1-con {
  padding-top: 50px;
  text-align: center;
  padding-bottom: 50px;
  margin-top: 168px;
}
.gbox1-con h1 {
  font-size: 40px;
  text-transform: uppercase;
  line-height: 75px;
  margin: 20px auto;
  color: #df6800;
}
.gbox1-con h2 {
  font-size: 26px;
  line-height: 48px;
  margin-bottom: 45px;
}
.gbox1-img {
  text-align: center;
}
.gbox1-img img {
  max-width: 100%;
}
.gbox2 {
  background: #fafafa;
  margin-bottom: 50px;
  margin-top: 168px;
}
.gbox3 {
    background: #fafafa;
    margin-bottom: 50px;
    /* margin-top: 168px; */
}
.gbox2-con {
  /*padding-top: 90px;*/
  padding-top: 60px;
  padding-bottom: 40px;
}
.gbox2-con h1 {
  /* color: #df6800; */
  color: #333;
  font-size: 40px;
  text-align: center;
}
.gbox2-con h1 a {
  color: #df6800;
  font-size: 40px;
  text-align: center;
  text-decoration: none;
}
.gbox2-con h1 a:hover {
  text-decoration: none;
}
.gbox2-con p {
  font-size: 18px;
  color: #333;
  line-height: 35px;
  padding: 80px 0;
  margin: 0 200px;
  text-align: center;
}
.gbox2-img {
  text-align: center;
}
.gbox2-img img {
  max-width: 100%;
}
.gbox3-con {
  padding-top: 60px;
  padding-bottom: 40px;
}
.gbox3-con h2 {
  font-size: 24px;
  color: #df6800;
  line-height: 60px;
}
.gbox3-con h1 {
  font-size: 40px;
  color: #1a1a1a;
  line-height: 60px;
  margin-bottom: 90px;
}
.gbox3-img {
  display: -webkit-flex;
  display: flex;
  justify-content: space-between;
}
.gbox3-img img {
  max-width: 50%;
  margin-right: 20px;
}
.gbox1-left {
  float: left;
  width: 48%;
}
.gbox1-left h1 {
  text-align: left;
  font-size: 30px;
  color: #df6800;
  margin-bottom: 50px;
  margin-top: 40px;
}
.gbox2-left {
  margin-top: 24%;
  float: left;
  width: 48%;
  text-align: left;
}
.gbox2-left span {
  font-size: 24px;
  color: #df6800;
  line-height: 60px;
}
.gbox2-left h3 {
  font-size: 40px;
  color: #1a1a1a;
  line-height: 60px;
  margin-bottom: 90px;
}
.gbox1-left p {
  text-align: left;
  font-size: 18px;
  color: #1a1a1a;
  line-height: 35px;
}
 .gbox16 {
    max-width: 1440px;
    margin: 0 auto;
}
.gbox16-left {
  float: left;
  width: 38%;
}
.gbox16-left h1 {
  text-align: left;
  font-size: 30px;
  /* color: #df6800; */
   color: #333;
  margin-bottom: 50px;
  line-height: 40px;
  margin-top: 40px;
}
.gbox16-left p {
  text-align: left;
  font-size: 18px;
  /* color: #1a1a1a; */
  color: #707070 !important;
  line-height: 35px;
  text-align: justify;
}
.gbox17-left {
  float: left;
  width: 59%;
  text-align:left;
}
.gbox17-left h1 {
  text-align: left;
  font-size: 30px;
  color: #df6800;
  margin-bottom: 50px;
  margin-top: 40px;
}
.gbox17-left p {
  text-align: left;
  font-size: 18px;
  /* color: #1a1a1a; */
  color: #707070 !important;
  line-height: 35px;
  text-align: justify;
}
.gbox16-right {
  float: right;
  width: 59%;
}
.gbox17-right {
  float: right;
  width: 38%;
}
.gbox17-right h2 {
  text-align: left;
  font-size: 30px;
  /* color: #df6800; */
   color: #333;
  margin-bottom: 50px;
  /* margin-top: 40px; */
}
.gbox17-right p {
  text-align: left;
  font-size: 18px;
  /* color: #1a1a1a; */
  color: #707070 !important;
  line-height: 35px;
  text-align: justify;
}
/*双师课堂*/
.sskt_detail h1{
	color: #333;
}
.bzssktpz {
	margin-top: 20px;
}
.bzktcon1-1{
	width: 45%;
	float: left;
}
.bzktcon1-2{
	width: 45%;
	float: right;
}
.bzktpz_con img{
	width: 100%;
	max-width: 550px;
	margin-bottom: 15px;
}
.bzktpz_con h4{
	text-align: center;
	font-size: 26px;
	    line-height: 50px;
	color: #333;
}
.bzktpz_con p{
	text-align: center;
	line-height: 30px;
	font-size: 18px;
	color: #707070 !important;
}
.gjsskt-con{
	margin-bottom: 60px;
}
.gjsskt-1{
	width:19%;
	float: left;
	margin-right: 1%;
	border-radius: 10px;
	background: #f7f7f7;
	padding:2%;
	height:260px;
	overflow: hidden;
}
.gjsskt-1 h4{
	text-align: left;
	font-size: 18px;
	line-height: 28px;
	color: #333;
	margin-bottom: 15px;
}
.gjsskt-1 p{
	text-align: left;
	line-height: 27px;
	font-size: 14px;
	color: #707070 !important;
}
.ssktkq {
	margin-top: 8px !important;
}
.ssktkq .gbox1-left p{
	color: #707070 !important;
}
.sskt_detail p{
	color: #707070 !important;
}
.ssktjs {
	padding:2.5% 3%;
	background: #f7f7f7;
	border-radius: 10px;
}
.ssktjs p{
	line-height: 33px;
	text-align: left !important;
	text-indent: 2em;
}


@media (max-width: 767px){
	.zhjs-slide{ padding:0 20px;}
	.gbox16-left{ width: 100%; float: none;}
	.gbox16-right{ width: 100%; float:none;}
	.gbox16-right img{ max-width: 640px; width:100%;}
	.gbox17-left{ width: 100%; float:none;}
	.gbox17-left img{ max-width: 640px; width:100%;}
	.gbox17-right{ width: 100%; float:none;}
}



.gbox16-con {
    padding-top: 50px;
    text-align: center;
    padding-bottom: 50px;
    margin-top: 68px;
}
.gbox1-right {
  float: right;
  width: 48%;
}
.gbox1-right p {
  text-align: left;
  font-size: 18px;
  color: #1a1a1a;
  line-height: 35px;
}
.yun_more .gbox1-right h1 {
  text-align: left;
  font-size: 30px;
  color: #df6800;
  margin-bottom: 50px;
  margin-top: 40px;
}
.gbox1-right h1 {
  font-size: 30px;
  margin-bottom: 5px !important;
  margin-top: 60px;
  color: #df6800;
}
.gbox1-right h1 strong {
  font-size: 60px;
}
.gbox1-right h1 span {
  font-size: 50px;
  color: #df6800;
}
.gbox1-right h2 {
  font-size: 20px;
  color: #1a1a1a;
}
.gbox1-right h3 {
  float: left;
  font-size: 30px;
  text-align: center;
  margin: 0 30px;
  color: #1a1a1a;
  margin-bottom: 5px !important;
  margin-top: 100px;
}
.gbox1-right h3 span {
  font-size: 50px;
  color: #df6800;
}
.gbox1-right h2 {
  font-size: 24px;
  color: #df6800;
  line-height: 60px;
  text-align: left;
}
.gbox1-right h1 {
  font-size: 40px;
  color: #1a1a1a;
  line-height: 60px;
  margin-bottom: 90px;
  text-align: left;
}
.gbox1-left img {
  max-width: 100%;
}
.zbox-list {
  max-width: 1260px;
  margin: 70px auto;
}
@media (max-width: 1260px) {
  .zbox-list {
    padding-left: 10px;
    padding-right: 10px;
  }
}
.zbox-list dl {
  float: left;
  width: 32%;
  margin-right: 1.3333%;
}
.zbox-list dl:last-child {
  margin-right: 0;
}
.zbox-list dl dt {
  text-align: center;
  height: 95px;
}
.zbox-list dl dt:hover {
  background: url(/Public/Home/images/q.gif) no-repeat center bottom;
}
.zbox-list dl dt img {
  max-width: 100%;
}
.zbox-list dl dd {
  display: block;
  text-align: center;
  font-size: 16px;
  font-weight: bold;
  line-height: 30px;
  margin-top: 20px;
}
.zbox-list dl dd a {
  text-decoration: none;
  font-size: 14px !important;
  color: #df6800;
  display: block;
  /*溢出处理*/
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.zbox-list dl dd span {
  color: #666;
}
.gbox1-right img {
  max-width: 100%;
}
@media (max-width: 767px) {
  .gbox1-con {
    padding-bottom: 30px;
    padding-top: 30px;
  }
  .gbox1-con h1 {
    font-size: 22px;
    line-height: 30px;
  }
  .gbox1-con h2 {
    font-size: 18px;
    line-height: 30px;
  }
  .gbox2-con h1 {
    font-size: 22px;
  }
  .gbox2-con p {
    font-size: 14px;
    line-height: 30px;
    margin: 0;
    padding: 20px 0;
  }
  .gbox2-con {
    padding-top: 40px;
    padding-bottom: 30px;
  }
  .gbox3-con h2 {
    font-size: 18px;
    line-height: 40px;
  }
  .gbox3-con h1 {
    font-size: 22px;
    line-height: 40px;
    margin-bottom: 20px;
  }
  .gbox3-con {
    padding-top: 40px;
    padding-bottom: 30px;
  }
  .gbox3-img {
    flex-wrap: wrap;
  }
  .gbox3-img img {
    max-width: 100%;
    margin: 0 0 15px 0;
  }
  .gbox1-left {
    width: 100%;
    margin-bottom: 20px;
  }
  .gbox1-right {
    width: 100%;
  }
  .gbox1-left p {
    font-size: 14px;
    line-height: 30px;
  }
  .zbox-list dl {
    width: 100%;
    margin-bottom: 35px;
  }
  .zbox-list dl dt {
    height: 70px;
  }
  .zbox-list {
    margin: 30px auto 0;
  }
  .gbox1-left h1 {
    margin-top: 0;
    margin-bottom: 20px;
  }
  .gbox2 {
    margin-bottom: 20px;
  }
  .gbox1-right h1 strong {
    font-size: 40px;
  }
  .gbox1-right h1 {
    margin-top: 10px;
    font-size: 18px;
  }
  .gbox1-right h1 span {
    font-size: 24px;
  }
  .gbox2-left {
    margin-top: 0;
    width: 100%;
  }
  .gbox2-left span {
    font-size: 18px;
    line-height: 30px;
  }
  .gbox2-left h3 {
    font-size: 22px;
    margin-bottom: 20px;
  }
  .gbox2-right {
    width: 100%;
  }
  .gbox1-right h3 {
    font-size: 18px;
    margin-top: 10px;
  }
  .gbox1-right h3 span {
    font-size: 40px;
  }
  .zbox1-con h1 {
    font-size: 22px;
    margin: 20px 0;
  }
  .zbox1-con ul li span {
    font-size: 14px;
    line-height: 30px;
    /*溢出处理*/
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
  }
  .zbox1-con ul li p {
    font-size: 14px;
    line-height: 30px;
  }
  .zbox1-con {
    padding-top: 30px;
  }
  .zbox1-left {
    width: 100%;
  }
  .zbox1-right {
    width: 100%;
  }
  .zbox1-con ul li p {
    float: left;
  }
}

/*周边产品  zbcp.html*/
.zb-container {
  margin: 55px auto 0;
  max-width: 1260px;
  /*padding-top: 50px;*/

  position: relative;
}
.za-prev {
  position: absolute;
  width: 15px;
  height: 28px;
  background: url(/Public/Home/images/e.gif) no-repeat center;
  top: 30px;
  left: 0;
}
.za-next {
  position: absolute;
  width: 15px;
  height: 28px;
  background: url(/Public/Home/images/e2.gif) no-repeat center;
  top: 30px;
  right: 0;
}
@media (max-width: 1260px) {
  .zb-container {
    padding-left: 10px;
    padding-right: 10px;
  }
}
.zb-container .cd {
  margin-bottom: 50px;
  padding: 0 20px;
  overflow: hidden;
  /*height: 82px;*/
}
.zb-container .cd ul li {
  float: left;
  width: 16.666%;
  text-align: center;
}
.zb-container .cd ul li a {
  text-decoration: none;
}
.zb-container .cd ul li p {
  font-size: 14px;
  color: #666;
  /*溢出处理*/
  width: 100%;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.zb-container .cd ul li:hover p,
.zb-container .cd ul li.on p {
  color: #df6800;
}
.show-list {
  background: #fafafa;
  padding: 30px;
}
.show-left {
  width: 49%;
  float: left;
  padding: 4%;
}
.show-left h1 {
  font-size: 40px;
  color: #df6800;
  line-height: 70px;
  margin-bottom: 20px;
}
.show-left p {
  font-size: 18px;
  color: #1a1a1a;
  line-height: 32px;
}

.show-right {
  width: 49%;
  float: right;
}
.show-right img {
  max-width: 100%;
}
.show-box {
  margin-bottom: 80px;
  text-align: center;
}
.show-box h1 {
  font-size: 30px;
  color: #df6800;
  padding: 50px 0 20px 0;
  border-bottom: 1px solid #df6800;
  margin: 0 auto 80px;
  display: inline-block;
}
.s1-bd ul li {
  margin: 0 auto 40px;
  width: 680px;
  height: 330px;
  text-align: center;
}
.s1-bd ul li img {
  max-height: 100%;
  max-width: 100%;
}
.s1-hd {
  width: 645px;
  height: 100px;
  margin: 0 auto;
  position: relative;
  padding: 6px 0 10px;
  /*overflow: hidden;*/
}
.s1-hd ul li {
  float: left;
  width: 129px;
  height: 70px;
  text-align: center;
}
.s1-hd ul li img.on {
  border: 2px solid #ff6600;
}
.s1-hd ul li img {
  max-width: 100%;
  max-height: 100%;
}
.s1-hd span {
  cursor: pointer;
  position: absolute;
  width: 30px;
  height: 70px;
  top: 6px;
}
.s1-hd .s1-prev {
  background: url(/Public/Home/images/slideLeft.png) no-repeat center;
  left: -40px;
}
.s1-hd .s1-next {
  background: url(/Public/Home/images/slideRight.png) no-repeat center;
  right: -40px;
}
@media (max-width: 767px) {
  .zb-container {
    padding-top: 30px;
  }
  .zb-container .hd {
    margin-bottom: 20px;
  }
  .zb-container .hd ul li {
    width: 33.33%;
    margin-bottom: 20px;
  }
  .show-left {
    width: 100%;
  }
  .show-left h1 {
    font-size: 22px;
    margin: 0;
  }
  .show-left p {
    font-size: 14px;
    line-height: 30px;
  }
  .show-right {
    width: 100%;
  }
  .show-list {
    padding: 0;
  }
  .show-box h1 {
    margin: 0 auto 50px;
  }
  .slide-box {
    display: none;
  }
  .phone-box ul li {
    float: left;
    width: 49%;
    margin-right: 2%;
    margin-bottom: 2%;
  }
  .phone-box ul li:nth-child(2n) {
    margin-right: 0;
  }
  .phone-box ul li img {
    max-width: 100%;
  }
}
@media (min-width: 768px) {
  .phone-box {
    display: none;
  }
}
/*信号处理  xinhaochuli.html*/
.xh-slide {
  margin-top: 55px;
}
.xh-container {
  padding-top: 100px;
}
.xh-container .hd,
.xh-container .gg-hd {
  border-bottom: 1px solid #ccc;
  padding: 30px 10px 50px;
}
.xh-container .hd ul,
.xh-container .gg-hd ul {
  max-width: 1260px;
  margin: 0 auto;
  text-align: center;
}
.xh-container .hd ul li,
.xh-container .gg-hd ul li {
  display: inline-block;
  width: 19%;
  text-align: center;
  cursor: pointer;
}
.xh-container .hd ul li span,
.xh-container .gg-hd ul li span {
  border: 2px solid #adadad;
  text-align: center;
  height: 30px;
  line-height: 30px;
  font-size: 16px;
  padding: 5px 30px;
}
.xh-container .hd ul li:hover span,
.xh-container .hd ul li.on span,
.xh-container .gg-hd ul li:hover span,
.xh-container .gg-hd ul li.on span {
  border: 2px solid #f9a459;
}
.top-img {
  border-bottom: 1px solid #a6a5a5;
  margin: 0 auto;
  text-align: center;
  padding: 80px 10px 60px;
}
.top-img img {
  max-width: 100%;
}
.top-img p {
  font-size: 20px;
  color: #1a1a1a;
}
.xh-list ul li {
  border-bottom: 1px solid #a6a5a5;
}
.xh-item {
  max-width: 1260px;
  margin: 0 auto;
  padding: 70px 10px;
}
.xh-left {
  float: left;
  width: 20%;
  font-size: 24px;
  color: #df6800;
  line-height: 32px;
  padding-right: 10px;
}
.xh-right {
  float: right;
  width: 80%;
  display: -webkit-flex;
  display: flex;
}
.xh-right span {
  display: inline-block;
  width: 24%;
  font-size: 20px;
  color: #1a1a1a;
  line-height: 32px;
  /*溢出处理*/
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.xh-right h4 {
  display: inline-block;
  width: 48%;
  font-size: 20px;
  color: #1a1a1a;
  line-height: 32px;
  /*溢出处理*/
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.xh-right P {
  font-size: 20px;
  color: #1a1a1a;
  line-height: 32px;
}
/*云图  yuntu.html*/
.yuntu-img {
  max-width: 1260px;
  margin: 130px auto 80px;
  padding-left: 10px;
  padding-right: 10px;
  padding-bottom: 50px;
}
.yuntu-img img {
  max-width: 100%;
}
.img-left {
  float: left;
  width: 49%;
}
.img-right {
  float: right;
  width: 49%;
}

.ytbox1 {
  background: #fff;
  padding: 50px 0;
}
.ytbox2 {
  background: #fafafa;
  padding: 50px 0;
}
.yt-box {
  max-width: 1260px;
  margin: 0 auto;
  padding-left: 10px;
  padding-right: 10px;
}
.ytbox-con {
  margin-top: 50px;
}
.ytbox-con img {
  max-width: 100%;
}
.yt-left {
  float: left;
  width: 48%;
}
.yt-right {
  float: right;
  width: 48%;
}
.yt-left h1,
.yt-right h1 {
  font-size: 30px;
  color: #df6800;
  margin-bottom: 50px;
}
.yt-left p,
.yt-right p {
  font-size: 18px;
  color: #1a1a1a;
  line-height: 35px;
}

@media (max-width: 767px) {
  .ytbox1 {
    padding: 0;
  }
  .yt-left p,
  .yt-right p {
    font-size: 14px;
    line-height: 20px;
  }
  .xh-container {
    padding-top: 50px;
  }
  .xh-container .hd ul li,
  .xh-container .gg-hd ul li {
    width: 44%;
    margin-bottom: 10px;
  }
  .xh-container .hd ul li span,
  .xh-container .gg-hd ul li span {
    width: 100%;
    font-size: 14px;
    padding: 0;
    display: block;
  }
  .xh-container .hd,
  .xh-container .gg-hd {
    padding: 10px 10px 40px;
  }
  .top-img {
    padding-top: 0;
    padding-bottom: 40px;
  }
  .top-img p {
    font-size: 14px;
  }
  .xh-left {
    font-size: 16px;
    width: 100%;
  }
  .xh-right {
    width: 100%;
  }
  .xh-right p {
    font-size: 14px;
  }
  .xh-item {
    padding: 30px 10px;
  }
  .yuntu-img {
    margin-top: 40px;
    margin-bottom: 40px;
  }
}
/*监视器  jianshiqi.html*/
.ytimg-list {
  border-bottom: 1px solid #a6a5a5;
  padding: 40px 0;
  text-align: center;
}
.ytimg-list li {
  /*float: left;*/
  display: inline-block;
  width: 33%;
  text-align: center;
}
.ytimg-list li p {
  max-width: 100%;
}
.ytimg-list li h3 {
  font-size: 30px;
  color: #df6800;
  margin: 30px 0;
}
.ytimg-list img {
  max-width: 100%;
}
@media (max-width: 767px) {
  .ytimg-list li h3 {
    font-size: 16px;
    margin: 10px 0;
  }
  .xh-right span {
    width: 100%;
    font-size: 14px;
  }
  .img-left,
  .img-right {
    width: 100%;
  }
  .img-left {
    margin-bottom: 20px;
  }
  .yt-left h1,
  .yt-right h1 {
    font-size: 22px;
    margin-bottom: 35px;
  }
}
/*核心优势内页  hxys-detail.html*/
.gsgm {
  text-align: center;
  margin-bottom: 50px;
  padding-top: 55px;
}
.de-box {
  max-width: 1260px;
  margin: 0 auto;
}
@media (max-width: 1260px) {
  .de-box {
    padding-left: 10px;
    padding-right: 10px;
  }
}
.de-box h1 {
  font-size: 26px;
  color: #1a1a1a;
  margin: 40px 0 60px;
  font-weight: bold;
  text-align: center;
}
.de-box h2 {
  font-size: 20px;
  color: #1a1a1a;
  line-height: 50px;
  text-align: center;
  font-weight: bold;
  margin-bottom: 50px;
}
.de-box h2 span {
  font-size: 30px;
  color: #df6800;
}
.de-box p {
  font-size: 14px;
  color: #666;
  line-height: 30px;
  margin-bottom: 60px;
  text-align: center;
}
.de-box img {
  max-width: 100%;
}
.nde-box p {
  font-size: 14px;
  color: #666;
  line-height: 30px;
  margin-bottom: 20px;
  text-align: left;
}


.yfsl {
  background: #fafafa;
  padding-top: 55px;
  padding-bottom: 30px;
}
.yf-left {
  float: left;
  width: 50%;
  text-align: center;
}
.yf-right {
  width: 50%;
  float: right;
}
.yf-right p {
  font-size: 14px;
  line-height: 30px;
}
@media (max-width: 767px) {
  .yf-left,
  .yf-right {
    width: 100%;
  }
}
.yf-slide {
  padding-top: 50px;
  padding-bottom: 40px;
}

.yf-item {
  border: 5px solid #df6800;
  padding: 50px;
}
.i-left {
  float: left;
  width: 40%;
  text-align: center;
}
.i-left img {
  max-width: 100%;
  height: 165px;
}
.i-right {
  float: right;
  width: 60%;
}
.i-right p {
  font-size: 14px;
  line-height: 35px;
  margin: 0;
}
@media (min-width: 768px) {
  .yf-item {
    height: 315px;
  }
  .i-right p {
    /*溢出处理*/
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 6;
    overflow: hidden;
  }
}
.yf-slide .hd ul li {
  float: left;
  padding: 40px 15px 0 15px;
  cursor: pointer;
  width: 22%;
  text-align: center;
  font-size: 18px;
  background: url(/Public/Home/images/r.gif) no-repeat bottom center;
}
.yf-slide .hd ul li.on {
  color: #df6800;
  background: url(/Public/Home/images/rr.png) no-repeat center top;
}
.yf-slide .hd {
  line-height: 40px;
  color: #1a1a1a;
  top: -5px;
  position: relative;
}
.zzys {
  padding-top: 55px;
}
.zz-list {
  margin-bottom: 30px;
}
.zz-list span {
  display: inline-block;
  width: 24%;
  text-align: center;
  color: #df6800;
  font-size: 24px;
  font-weight: bold;
}
.f-zzys {
  padding-top: 50px;
  background: #fafafa;
  padding-bottom: 50px;
}
.gsgm-img {
  text-align: center;
}
.pkys {
  margin-bottom: 50px;
  padding-top: 55px;
}
.pk-list li {
  float: left;
  width: 23%;
  margin-right: 2.666%;
  background: #fafafa;
  text-align: center;
  padding: 30px 20px;
}
.pk-list li:last-child {
  margin-right: 0;
}
.pk-list li h2 {
  font-size: 50px;
  color: #df6800;
  background: url(/Public/Home/images/q.gif) no-repeat bottom center;
  padding-bottom: 30px;
  margin-bottom: 35px;
}
.pk-list li p {
  font-size: 14px;
  text-align: center;
  line-height: 28px;
  margin: 0;
}
@media (min-width: 768px) {
  .pk-list li p {
    /*溢出处理*/
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 4;
    overflow: hidden;
  }
  .pk-list li {
    height: 290px;
  }
}
.yf-left {
  float: left;
  width: 48%;
}
.yf-left p {
  font-size: 14px;
  line-height: 35px;
  height: 180px;
  margin: 0;
  text-align: left;
}
.yf-right {
  float: right;
  width: 48%;
  /*margin-top: 60px;*/
  margin-top: 20px;
}
.yf-right h2 {
  font-size: 35px;
  color: #df6800;
}
.fwys {
  background: #fafafa;
  padding-top: 55px;
}
.fw-list {
  padding: 30px 0;
}
.fw-list ul li {
  float: left;
  width: 33.333%;
  text-align: center;
}
.fw-list ul li img {
  max-width: 100%;
}
.fw-list ul li p {
  font-size: 14px;
      margin: 5px auto 20px;
      line-height: 25px;
      /* display: -webkit-box;
      -webkit-box-orient: vertical;
      -webkit-line-clamp: 2; */
      width: 83%;
}
.nhxys_txt{
	font-size: 16px;
	text-align: center;
	color: #333;
	line-height: 50px;
}

/*荣誉证书*/
.ryzs {
  padding-top: 55px;
}
.ry-list ul {
  text-align: center;
  margin-bottom: 50px;
}
.ry-list ul li {
  display: inline-block;
  width: 24%;
  margin-bottom: 20px;
}
.ry-list ul li img {
  max-height: 150px;
  max-width: 100%;
}
.zl-list ul li img {
  max-height: 260px !important;
  max-width: 100%;
}
@media (max-width: 767px) {
  .de-box h1 {
    margin: 10px auto 40px;
    font-size: 22px;
  }
  .yf-left,
  .yf-right {
    width: 100%;
  }
  .yf-slide {
    padding-top: 0;
  }
  .i-left,
  .i-right {
    width: 100%;
  }
  .yf-item {
    padding: 10px;
  }
  .i-right p {
    height: auto;
  }
  .yf-slide .hd ul li {
    font-size: 14px;
    background: none;
    padding: 40px 10px 0;
    width: 25%;
    text-align: center;
  }
  .zz-list span {
    width: 48%;
    margin-bottom: 10px;
    font-size: 15px;
  }
  .pk-list li {
    width: 100%;
  }
  .yf-right h2 {
    font-size: 18px;
    margin-bottom: 0;
  }
  .fw-list ul li {
    width: 100%;
  }
  .fw-list ul li p {
	margin: 10px auto;
	width: 94%;
  }
  .ry-list ul li {
    width: 100%;
  }
}

/*网站地图*/
.link-container {
  max-width: 1260px;
  margin: 55px auto;
}
@media (max-width: 1260px) {
  .link-container {
    padding-left: 10px;
    padding-right: 10px;
  }
}
.site-tit {
  width: 100%;
  text-align: center;
  font-size: 26px;
  font-weight: inherit;
  color: rgb(26, 26, 26);
  padding: 50px 0;
}
.link-box {
  padding: 10px 0;
}
.link-box h2 a {
  color: #f60;
  font-weight: bold;
  font-size: 18px;
  height: 30px;
  line-height: 30px;
  margin-bottom: 10px;
  text-decoration: none;
}
.link-box ul {
  padding-left: 15px;
  margin-top: 15px;
}
.link-box ul li {
  display: inline-block;
  padding: 0 20px;
  border-right: 1px solid #ccc;
  height: 20px;
  margin-bottom: 18px;
}
.link-box ul li:last-child {
  border-right: none;
}
.link-box ul li a {
  font-size: 14px;
  color: rgb(26, 26, 26);
  text-decoration: none;
}
.link-box ul li:hover a {
  color: #f60;
}

/*周边出品*/
.mod18 {
  width: 680px;
  height: 406px;
  margin: 20px auto 200px auto;
  position: relative;
}
.btn {
  margin: 20px 0 0 0;
}
.mod18 .btn {
  position: absolute;
  width: 15px;
  height: 70px;
  top: 405px;
  cursor: pointer;
  z-index: 99;
  font-size: 50px;
  font-weight: bold;
}
.mod18 #prevTop,
.mod18 #nextTop {
  top: 213px;
  width: 46px;
  height: 48px;
}
.mod18 .picBox {
  height: 400px;
  position: relative;
  overflow: hidden;
}
.mod18 .picBox ul {
  height: 400px;
  position: absolute;
}
.mod18 .picBox li {
  width: 680px;
  height: 330px;
}
.mod18 .cf li {
  position: relative;
  color: #fff;
}
.mod18 li {
  float: left;
}
.mod18 .cf a {
  display: block;
  width: 680px;
  height: 330px;
  position: absolute;
  color: #fff;
}

.mod18 .z-prev {
  left: 0;
  background: url(/Public/Home/images/prevBtn.png) no-repeat;
}
.mod18 .z-next {
  right: 0;
  background: url(/Public/Home/images/nextBtn.png) no-repeat right;
}

.mod18 #nextTop {
  background: url(/Public/Home/images/nextBtnTop.png) 0 0 no-repeat;
}

.mod18 #prevTop {
  background: url(/Public/Home/images/prevBtnTop.png) 0 0 no-repeat;
}

.mod18 .listBox {
  width: 642px;
  height: 100px;
  margin: 0 auto;
  position: relative;
  padding: 6px 0 10px;
  overflow: hidden;
}
.mod18 .listBox ul {
  height: 100px;
  position: absolute;
  margin-top: 20px;
}
.mod18 .listBox li {
  width: 129px;
  height: 70px;
  cursor: pointer;
  position: relative;
}

.mod18 .listBox li i {
  display: none;
}
.mod18 .listBox .on i {
  display: block;
}
.mod18 .listBox li img {
  width: 124px;
  height: 70px;
}
.mod18 .listBox .on img {
  width: 118px;
  height: 64px;
  border: 2px solid #ff6600;
}

.ii-img {
  max-width: 1260px;
  display: -webkit-flex;
  display: flex;
  justify-content: space-between;
  margin: 0 auto;
}
.ii-img img {
  max-width: 49%;
}

@media (max-width: 767px) {
  .c-item-right,
  .c-item-left {
    width: 100%;
  }
  .c-item-left h3 {
    font-size: 18px;
    line-height: 50px;
  }
  .c-item-left p {
    font-size: 14px;
    line-height: 30px;
  }
  .c-intro h1 {
    font-size: 22px;
    padding: 20px 0;
  }
  .c-intro p {
    font-size: 14px;
    line-height: 30px;
  }
  .xh-right {
    flex-wrap: wrap;
  }
  .xh-right h4 {
    width: 100%;
    font-size: 14px;
    line-height: 30px;
  }
  /*双师课堂*/
  .bzktpz_con h4{ font-size: 1rem;}
  .bzktpz_con p{ font-size: .875rem; line-height:22px;}
  .gjsskt-1{ width: 100%; padding:4%; height: 163px; margin-bottom: 10px;}
  .gjsskt-con{ margin-bottom: 30px;}
}

/*智慧讲台*/
.intro-list2 {
    margin-top: 60px;
    padding-bottom: 40px;
}
.jtbanner{
	margin-top: 55px;
	background-size: cover !important;
	height: 566px;
	text-align: center;
	color: #fff;
	text-transform: uppercase;
	width: 100%;
	/* position: relative; */
}
.jtbanner1{
	max-width: 1311px;
	margin:30px auto;
	overflow: hidden;
}
.jtcon_txt01{
	background: url(/Public/Home/images/jtbg.jpg) no-repeat top center;
	background-size: 100% 100%;
	width: 100%;
	overflow: hidden;
	padding:90px 0;
	margin-top: 50px;
}
.jtcon_txt01 .jtcon_tit{
	border-bottom: #dbdbdb solid 1px;
	text-align: center;
	margin-bottom: 30px;
	
}
.jtcon_txt01 .jtcon_tit h2,.jtcon_txt01 .jtcon_tit h1{
	font-size: 48px;
	color: #282828;
	margin:0 0 20px !important;
	/* line-height: 20px; */
}
.jtcon_txt01 .jtcon_tit h1{
	font-weight: bold;
}
.jtcon_txtde p{
	text-align: center;
	font-size: 24px;
	color: #999999;
	line-height: 40px;
	font-weight: normal;
}
.jt_cpadvcon ul li:last-child{
	width: 48% !important;
}
.jtbanner{height: 29vw;}
@media (max-width:1200px){
	.jtbanner{height: 29vw;}
}
@media (max-width:768px){
	.jt_cpadvcon ul li:last-child{width: 100% !important;}
	.jtcon_txt01 .jtcon_tit h2, .jtcon_txt01 .jtcon_tit h1{font-size: 30px;}
	.jtcon_txtde p{font-size: 19px;}
	.jtbanner{height: 29vw;}
}





.gbox-zhjt {
  width: 30%;
  margin-right: 2%;
  float: left;
}
.gbox-zhjt:nth-of-type(3) {
  margin-right: 0;
}
.zhjtcon1 img {
  float: left;
  width: 100%;
  height: 180px;
}
.zhjtbg {
  background-color: #dcdddf;
  padding: 3%;
  width: 35%;
  float: left;
  height: 180px;
}
.zhjtbg h4 {
  color: #f26d37;
  font-weight: bold;
  line-height: 30px;
  text-align: left;
  border-bottom: #ccc solid 1px;
  margin-bottom: 15px;
}
.zhjtbg p {
  font-size: 14px;
  color: #404142;
  line-height: 24px;
  padding: 0;
  margin: 0;
}
.gbox21-left {
  float: left;
  width: 65%;
}

.solution .thumbnail {
  margin-bottom: 0;
  padding: 0;
  border: none;
}
.solution_top img {
  display: block;
  width: 100%;
}
.solution .solution_constitute {
  padding-top: 4.375rem;
}
.solution .solution_constitute_title {
  text-align: center;
}
.solution .solution_constitute_title h2 {
  font-size: 3.25rem;
  font-family: "Arial";
  font-weight: bold;
  background-image: -webkit-linear-gradient(right, #dd9935, #f46404);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.solution .solution_constitute_title h1 {
  font-size: 4rem;
  color: #1d1d1f;
  font-family: "SourceHanSansCNBold";
}
.solution_pic_text,
.solution_text_pic {
  padding: 7.875rem 0;
  background-image: linear-gradient(#ffffff, #f5f5f7);
}
.container_1388 {
  width: 86.75rem;
  margin: auto;
}
.flex_center {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.solution_pic {
  width: 70%;
  overflow: hidden;
}
.solution_pic img {
  display: block;
  width: 100%;
}
.solution_pic_text .solution_text {
  width: 30%;
  padding-left: 6%;
}
.solution_text h3 {
  font-size: 2.25rem;
  color: #fe6400;
  font-family: "SourceHanSansCNBold";
  margin-bottom: 1.75rem;
}
.solution_text li {
  font-size: 1.375rem;
  color: #1d1d1f;
  font-family: "SourceHanSansCNMedium";
}
.solution_text_pic .flex_center {
  justify-content: flex-end;
}
.solution_text_pic .solution_text {
  padding-right: 6%;
}
.solution_value {
  padding: 8.25rem 0 10rem;
}
.solution_value_title {
  margin-bottom: 4.375rem;
}
.solution_value_title h2 {
  font-size: 2.5rem;
  text-align: center;
}
.solution_value_list {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
.solution_value_item {
  width: 30%;
  margin-top: 4.375rem;
}
.solution_value_item:nth-child(odd) {
  margin-right: 6%;
}
.solution_value_item p {
  font-size: 1.375rem;
  color: #1d1d1f;
  font-family: "SourceHanSansCNBold";
}
.solution_value_pic {
  width: 100%;
}
.solution_product {
  background-color: #f5f5f7;
  padding: 8.125rem 0 4.375rem;
}
.solution_product_title {
  text-align: center;
}
.solution_product_title h2 {
  font-size: 4.0625rem;
  color: #1d1d1f;
  font-family: "SourceHanSansCNBold";
  margin-bottom: 1.625rem;
}
.solution_product_title p {
  font-size: 1rem;
  color: #fe6400;
}
.container_1388 {
  width: 86.75rem;
}
.solution_product_item {
  margin-top: 6.25rem;
}
.solution_product_item_title {
  width: 44%;
  margin: 0 auto 3.125rem;
}
.solution_product_item_title p {
  font-size: 1.125rem;
  color: #1d1d1f;
}
.solution_product_item img {
  width: 100%;
}

@media only screen and (max-width: 87rem) {
  .container_1388 {
    width: 95%;
  }
}
@media screen and (max-width: 46.875rem) {
  .solution .solution_constitute_title h2 {
    font-size: 2.25rem;
  }
  .solution .solution_constitute_title h1 {
    font-size: 3rem;
  }
  .solution_pic,
  .solution_text {
    width: 100%;
  }
  .solution_pic_text,
  .solution_text_pic {
    padding: 4.875rem 0;
  }
  .solution_pic_text .solution_text,
  .solution_text_pic .solution_text {
    width: 100%;
    padding: 0;
    text-align: center;
  }
  .solution_value_item {
    width: 43%;
    margin-top: 2rem;
  }
  .solution_value_item p {
    font-size: 1rem;
  }
  .solution_product_title h2 {
    font-size: 2.25rem;
  }
  .solution_product_title p {
    font-size: 0.875rem;
  }
  .solution_product_item_title {
    width: 100%;
  }
}
/* 下载中心的栏目 */
.listss{
	display: flex;
	flex-wrap: wrap;
}
/* 面向教育者培训视频 */
.nav_videos{
	width: 100%;
	height: 100%;
}
/* 修改6+1 */
.text_ifname{
	margin-top: 55px;
	width: 100%;
	height: calc(100vh - 55px);
}
/* 在线咨询 */
#newBridge .icon-right-center{
	top: auto !important;
	bottom: 0 !important;
	transform: translateY(0) !important;
}
@media(min-width:200px){
	#newBridge .icon-right-center{
		width: 195px !important;
		height: 90px !important;
	}
	#newBridge .nb-icon-base-5 .nb-icon-inner-wrap{
		width: 195px !important;
		height: 90px !important;
	}
}
/* 教学硬件图片处理 */
.gbox17-left img{
	max-width: 100%;
	display: block;
	margin: 0 auto;
}
.gbox16-right img{
	max-width: 100%;
	display: block;
	margin: 0 auto;
}
@media (min-width:768px){
	.gg_tops{padding-left: 20px;padding-right: 20px;}
}
/* 修改头部图标列表展示 */
.nav .sub dl{
	padding: 15px 2.5%;
}
@media (max-width:1620px){
	.nav #m2 .sub dl{padding: 15px 6px;}
}
@media (max-width:1200px){
	.nav-box{width: calc(100% - 150px - 180px)}
	.nav .sub dl dd a{font-size: 12px;}
	.nav #m2 .sub{left: -680px;}
}
@media (max-width:992px){
	.nav .sub{width: 86px;}
	.nav-box{width: calc(100% - 160px)}
	.nav #m2 .sub dl{width: 4.4%;}
	.nav #m2 .sub{left: -770px;}
	.nav #m3 .sub{left: -890px;}
	.nav #m3 .sub dl{padding: 15px 8px;}
}

/* 导航修改-三级头部导航 */
.head_ul{
	position: absolute;
	left: 0;
	width: 100%;
	display: none;
    bottom: 0.5px;
    transform: translate(0px, 100%);
}
.head_ul ul{
	display: flex;
	max-width: 1700px;
	padding: 0 20px;
	margin: 0 auto;
	justify-content: center;
}
.head_ul li:hover .text a {
  color: #df6800;
}
.head_ul ul li{
	padding: 15px 1%;
}
.navBar{
	position: static;
}
.nav .m1{
	position: static;
}
.nav .m1 .sub{
	width: 100vw;
	left: 0;
}
.nav .m1 .sub-2{
	max-width: 1700px;
	padding: 0 20px;
	margin: 0 auto;
	display: flex;
	justify-content: center;
}
.nav .head_ul ul li a{
	font-size: 14px;
	line-height: 1.5;
}
/* 底部 */
.f-left ul{
	display: flex;
	flex-wrap: wrap;
}
.f-left ul li{
	width: auto;
	flex: 1;
	float: none;
}
@media (max-width:1740px){
	.head_ul ul{max-width: calc(100% - 40px);}
}
@media (max-width: 1620px) {
	.head_ul ul li{padding: 15px 6px;}
}
@media (max-width:1200px) {
	.nav .head_ul ul li a{font-size: 12px;}
	.nav .m1 .sub dl{padding: 15px 2%;}
}
@media(max-width:767px){
	.slide-nav .menu li ul li{height: auto;line-height: normal;}
	.slide-nav .menu>li>ul>li>a{font-size: 15px;}
	.slide-nav .menu li>ul>li>ul>li>a{font-size: 14px;}
}

/* 产品融合 */
.fus1 .imgs_top{
	position: relative;
	margin-top: 55px;
}
.fus1 .imgs_top>img{
	min-height: 200px;
	display: block;
	width: 100%;
}
.fus1 .imgs_top .text{
	position: absolute;
	top: 50%;
	left: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	transform: translate(-50%,-50%);
	overflow: hidden;
	max-width: 1240px;
	width: 100%;
}
.fus1 .imgs_top .text a{
	position: relative;
	margin-right: 10px;
	overflow: hidden;
	width: calc(50% - 10px);
}
.fus1 .imgs_top .text a:nth-child(2){
	margin-left: 10px;
	margin-right: 0;
}
.fus1 .imgs_top .text .txt{
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}
.fus1 .imgs_top .text .txt h2{
	color: #dedede;
	font-weight: normal;
	font-family: "DreamHanSansCN-W5" !important;
	font-size: 26px;
	text-align: center;
	width: 100%;
	line-height: 1.5;
	margin-bottom: 15px;
}
.fus1 .imgs_top .text .txt>div{
	color: #fff;
	background-color: #fe6400;
	padding: 3px 15px;
	text-align: center;
	display: inline-block;
	margin: 0 auto;
	font-size: 14px;
	border-radius: 30px;
}
.fus1 .imgs_top .text img{
	display: block;
	width: 100%;
	transition: all .5s;
}
.fus1 .imgs_top .text a:hover>img{
	transform: scale(1.05);
}
.fus_main{
	padding: 113px 0 226px;
}
.fus_title{
	display: flex;
	align-items: center;
	justify-content: space-between;
	border-bottom: 1px solid #d0d0d0;
	padding-bottom: 15px;
}
.fus_title h1,
.fus_title_s h1{
	font-size: 52px;
	font-weight: bold;
	text-transform: uppercase;
	font-family: "UniSansHeavyCAPS" !important;
	font-family: 'BarlowExtraBold','ITCAvantGardeStdBold' !important;
	color: #000;
}
.fus_title_s h3,
.fus_title .txt h3{
	color: #606060;
	font-size: 30px;
	font-family: "DreamHanSansCN-W10" !important;
	font-family: 'ITCAvantGardeStdBold','BarlowExtraBold' !important;
	font-weight: normal;
}
.fus_title .txt div{
	width: 33px;
	height: 10px;
	background-color: #fe6400;
	margin: 20px 0 30px auto;
}
.fus1_title{
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding: 40px 0 15px;
	border-bottom: 1px solid #d0d0d0;
}
.fus1_title h3{
	font-weight: bold;
	color: #fe6400;
	font-size: 30px;
	font-family: "DreamHanSansCN-W20" !important;
	font-family: 'ITCAvantGardeStdBold','BarlowExtraBold' !important;
}
.fus1_uls .flex{
	display: flex;
	flex-wrap: wrap;
	margin-top: 45px;
	margin-bottom: 42px;
}
.fus1_uls .flex .img{
	width: 60%;
	position: relative;
}
.fus1_uls .flex .img img{
	width: 100%;
	display: block;
}
.fus1_uls .flex .text{
	width: 40%;
	position: relative;
}
.fus1_uls .flex .text p{
	color: #3e3a3c;
	font-size: 1rem;
	font-family: "DreamHanSansCN-W5" !important;
	line-height: 1.6;
	margin-bottom: 20px;
	text-align: justify;
}
.fus1_uls .flex .text p:last-child{
	margin-bottom: 0;
}
.fus1_uls li:nth-child(odd) .flex .img{
	padding-left: 7%;
	left: 40%;
}
.fus1_uls li:nth-child(odd) .flex .text{
	right: 60%;
}
.fus1_uls li:nth-child(even) .flex .img{
	padding-right: 7.5%;
}
.w960{
	max-width: 960px;
	margin: 0 auto;
}
.fus1_bottom{
	margin-top: 86px;
}
.fus1_bottom .uls{
	display: flex;
	flex-wrap: wrap;
	margin-bottom: 42px;
}
.fus1_bottom .uls li{
	width: calc(25% - 20px + 5px);
	color: #fff;
	text-align: center;
	margin-right: 20px;
}
.fus1_bottom .uls li a{
	width: 100%;
	display: block;
	padding: 12px 0;
	font-size: 25px;
	font-family: "DreamHanSansCN-W10" !important;
	background-color: #000;
	color: #fff;
	transition: all 0s;
}
.fus1_bottom .uls li a:hover{
	background-color: #fe6400;
	text-decoration: none;
}
.fus1_bottom .uls li:nth-child(4n){
	margin-right: 0;
}
.fus1_bottom>img{
	margin: 0 auto;
	max-width: 100%;
	display: block;
}
.fus_title_s{
	display: none;
}
@media (max-width:1400px){
	.fus1 .imgs_top .text{padding-left: 20px !important;padding-right: 20px !important;}
}
@media (max-width:1200px){
	.w960{padding-left: 20px !important;padding-right: 20px !important;}
}
@media (max-width:768px){
	.fus1 .imgs_top .text .txt h2{font-size: 4vw;margin-bottom: 5px;}
	.fus1 .imgs_top .text .txt>div{font-size:2.5vw;}
	.fus_title{display: none;}
	.fus_title_s{display: block;}
	.fus_title_s h1{font-size: 26px;text-align: center;}
	.fus_title_s h3{font-size: 24px;text-align: center;margin-top: 10px;color: #000;}
	.fus_main{padding-top: 30px;padding-bottom: 60px;}
	.fus1_title img{display: none;}
	.fus1_title{padding: 15px 0;}
	.fus1_title h3{text-align: center;font-size: 18px;width: 100%;}
	.fus1_uls li .flex .img{width: 100%;position: static;padding: 0 !important;}
	.fus1_uls li .flex .text{width: 100%;position: static;margin-top: 10px;}
	.fus1_uls .flex{margin: 20px 0 10px;}
	.fus1_uls .flex .text p{margin-bottom: 15px;}
	.fus1_bottom{margin-top: 20px;}
	.fus1_bottom .uls li{font-size: 16px;width: 49%;margin-right: 2%;margin-bottom: 10px;}
	.fus1_bottom .uls li a{font-size: 16px;padding: 8px 0;}
	.fus1_bottom .uls li:nth-child(2n){margin-right: 0%;}
	.fus1_bottom .uls{margin-bottom: 10px;}
}
/* fus2.html */
.fus2{
	margin-top: 55px;
	position: relative;
}
.fus2_banner1{
	position: relative;
}
.fus2_banner1>img{
	width: 100%;
	display: block;
}
.fus2_banner1 .text{
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%) scale(1);
	max-width: 1024px;
	width: 10000%;
}
.fus2_banner1 .text>img{
	width: 100%;
	display: block;
}
.fus2_banner1 .text .txt{
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	display: flex;
	max-width: 1024px;
	width: 10000%;
	height: 100%;
}
.fus2_banner1 .text .txt>div:nth-child(1){
	/* width: 39.5%; */
	padding-left: 44px;
	padding-top: 32px;
	flex: 39.5%;
}
.fus2_banner1 .text .txt>div:nth-child(1) h1{
	color: #fff;
	font-size: 2.6875rem;
	font-family: "DreamHanSansCN-W22" !important;
	font-weight: bold;
	margin-bottom: 5px;
	font-weight: bold;
}
.fus2_banner1 .text .txt>div:nth-child(1) p{
	color: #fff;
	font-size: 2.6875rem;
	font-family: "DreamHanSansCN-W5" !important;
	font-weight: normal;
}
.fus2_banner1 .text .txt>div:nth-child(1) p img{
	margin-left: 5px;
}
.fus2_banner1 .text .txt>div:nth-child(1)>img{
	margin-left: auto;
	margin-top: 25px;
	display: block;
}
.fus2_banner1 .text .txt>div:nth-child(1)>div{
	margin-top: 16px;
	margin-left: 5px;
}
.fus2_banner1 .text .txt>div:nth-child(1)>div p{
	font-size: 0.875rem;
	font-family: "Arial-CE-Regular" !important;
	color: #fff;
}
.fus2_banner1 .text .txt>div:nth-child(1){
	
}
.fus2_banner1 .text .txt>div:nth-child(2){
	/* width: 60.5%; */
	padding-left: 39px;
	flex: 60.5%;
	/* flex: 1; */
}
.fus2_banner1 .text .txt>div:nth-child(2) p{
	font-size: 1rem;
	line-height: 1.7;
	color: #fff;
	font-family: "DreamHanSansCN-W5" !important;
	margin-bottom: 15px;
	text-align: justify;
}
.fus2_banner1 .text .txt>div:nth-child(2) p:last-child{
	margin-bottom: 0;
}
.fus2_banner2{
	margin-top: 10px;
	position: relative;
}
.fus2_banner2>img{
	width: 100%;
	display: block;
}
.fus2_banner2 .text{
	position: absolute;
	top: 50%;
	left: 50%;
	max-width: 1565px;
	width: 10000%;
	transform: translate(-50%,-50%) scale(1);
}
.fus2_banner2 .text h2{
	font-size: 2.9375rem;
	text-align: center;
	font-family: "DreamHanSansCN-W22" !important;
	color: #fff;
	font-weight: bold;
	letter-spacing: 2px;
}
.fus2_banner2 .text h3{
	font-size: 1.375rem;
	text-align: center;
	font-family: "Arial-CE-Regular" !important;
	color: #fff;
	margin: 20px 0 0;
	font-weight: bold;
}
.fus2_banner2 .uls{
	display: flex;
	align-items: stretch;
	justify-content: center;
	margin-top: 75px;
}
.fus2_banner2 .uls li{
	flex: 1;
	padding: 0 8px;
}
.fus2_banner2 .uls li h4{
	width: 76px;
	height: 76px;
	background: url("/Public/Home/images/fus2_bg1.png") no-repeat center/cover;
	display: flex;
	justify-content: center;
	align-items: center;
	font-family: "DreamHanSansCN-W20" !important;
	text-align: center;
	font-size: 1.875rem;
	color: #fff;
	margin: 0 auto 25px;
	font-weight: bold;
}
.fus2_banner2 .uls li h5{
	font-size: 1.4375rem;
	text-align: center;
	border-bottom: 1px solid #635b74;
	margin-bottom: 16px;
	padding-bottom: 14px;
	font-family: "DreamHanSansCN-W20" !important;
	color: #fff;
	font-weight: bold;
}
.fus2_banner2 .uls li p{
	text-align: center;
	color: #fff;
	font-family: "DreamHanSansCN-W5" !important;
	font-size: 1rem;
	line-height: 1.7;
	margin: 0 5px;
	letter-spacing: 2px;
}
.font2_text{
	display: block;
	margin: 118px auto;
	max-width: 100%;
	padding: 0 20px;
}
.fus2_title_h1{
	font-size: 16.6875rem;
	text-align: center;
	padding: 0 20px;
	color: #dfdfdf;
	font-family: "UniSansHeavyCAPS" !important;
	text-transform: uppercase;
}
.fus2_title{
	border-top: 1px solid #d0d0d0;
	border-bottom: 1px solid #d0d0d0;
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding: 23px 0;
}
.fus2_title>div{
	display: flex;
	flex-wrap:wrap;
}
.fus2_title h2{
	color: #000;
	font-size: 2.375rem;
	font-family: "DreamHanSansCN-W20" !important;
	padding-right: 14px;
	margin-right: 14px;
	border-right: 2px solid #dfdfdf;
	font-weight: bold;
}
.fus2_title div p{
	color: #dfdfdf;
	font-size: 1.125rem;
	text-transform: uppercase;
	line-height: 1.2;
	font-weight: bold;
}
.fus2_title>img{
	display: block;
	margin-right: 10px;
	margin-top: 18px;
}
.fus2_uls_text{
	padding-bottom: 130px;
}
.fus2_uls_text li .flex{
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	margin: 45px 0;
	background-color: #f9f9f9;
}
 .fus2_uls_text li .flex .img{
	 width: 51%;
	 position: relative;
 }
  .fus2_uls_text li .flex .img img{
	  width: 100%;
  }
 .fus2_uls_text li .flex .text{
	 position: relative;
 	 width: 49%;
	 padding: 0 10px 0 43px;
	 font-family: "DreamHanSansCN-W5" !important;
 }
 .fus2_uls_text li .flex .text p{
	 font-size: 1rem;
	 line-height: 2;
	 font-family: "DreamHanSansCN-W5" !important;
	 padding-left: 15px;
	 position: relative;
	 color: #3e3a3c;
 }
  .fus2_uls_text li .flex .text p::after{
	  position: absolute;
	  content: "";
	  width: 5px;
	  height: 5px;
	  top: 14px;
	  left: 0px;
	  background-color: #ff6600;
  }
/* .fus2_uls_text li:nth-child(2n) .flex .img{
	
}
.fus2_uls_text li:nth-child(2n) .flex .text{
	
} */
.fus2_uls_text li:nth-child(2n+1) .flex .img{
	left: 49%;
}
.fus2_uls_text li:nth-child(2n+1) .flex .text{
	right: 51%;
}
@media (max-width:1200px){
	.fus2_banner1 .text .txt>div:nth-child(1) p img{margin-left:19px}
}
@media (max-width:1024px){
	.font2_text{margin: 70px auto;width: 80%;}
	.fus2_uls_text li .flex .text{padding: 0 10px 0 10px;}
	.fus2_uls_text{padding-bottom: 50px;}
}
@media (min-width:768px){
	.f-left ul li>div{display: block !important;height: auto !important;opacity: 1 !important;}
}
@media (max-width:767px){
	.font2_text{margin: 5% auto;width: 60%;}
	.fus2_title{display: block;}
	.fus2_title>img{display: none;}
	.fus2_title h2{width: 100%;padding-right: 0;margin-right: 0;text-align: center;font-size: 1.5rem;}
	.fus2_title div{width: 100%;margin-top: 10px;}
	.fus2_title{padding: 10px 0;}
	.fus2_title div p{width: 100%;text-align: center;line-height: 1.2;}
	.fus2_uls_text{padding-bottom: 30px;}
	.fus2_uls_text li .flex{margin: 15px 0;}
	.fus2_uls_text li .flex .img{position: static;width: 100%;}
	.fus2_uls_text li .flex .text{position: static;width: 100%;padding: 10px 0 0;}
	.fus2_banner2 .uls{margin-top: 40px;}
	.fus2_banner2 .uls li h4{width: 100px;height: 100px;font-size: 2.5rem;margin-bottom: 15px;}
	.fus2_banner2 .uls li p{font-size: 1.25rem;}
	.fus2_banner2 .uls li h5{font-size: 1.6875rem;margin-bottom: 10px;padding-bottom: 10px;}
	.fus2_banner1 .text .txt>div:nth-child(1)>img{margin-top: 27px;}
	.fus2_banner1 .text .txt>div:nth-child(1)>div p{font-size: 1rem;}
	.fus2_banner1 .text .txt>div:nth-child(1)>div{margin-top: 12px;}
	.fus2_uls_text li .flex .text p{padding-left: 8px;}
	.fus2_uls_text li .flex .text p::after{left: -3px;}
	.fus2_banner2 .uls li{padding: 0 4px;}
	.f-left ul li{width: 32.5%;margin-right: 1.16%;flex: none;}
	.f-left ul li:nth-child(3n){margin-right: 0%}
	/* 点击缩放 */
	.f-right{margin-top: 15px;}
	.f-left ul li{width: 100%;margin-right: 0;}
	.f-left ul li>div{display: none;}
	.f-left ul li h3{position: relative;}
	.f-left ul li h3::after{content: "";position: absolute;right: 0px;top: 15px;width: 14px;height: 2px;background-color: #fff;}
	.f-left ul li h3::before{content: "";position: absolute;right: 6px;top: 10px;width: 2px;height: 14px;background-color: #fff;transition: all 0.5s;}
	.f-left ul li h3.active::before{transform: rotate(90deg);}
}
@media (max-device-width:390px){
	.fus2_banner1 .text .txt>div:nth-child(1)>img{margin-top: 30px;}
	.fus2_banner1 .text .txt>div:nth-child(1)>div{margin-top: 13px;}
}
.fus3{
	margin-top: 55px;
	position: relative;
}
.w1140{
	max-width: 1140px;
	margin: 0 auto;
}
.fus3_banner1{
	position: relative;
}
.fus3_banner1>img{
	width: 100%;
	display: block;
}
.fus3_banner1 .text{
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%) scale(1);
	display: flex;
	max-width: 1140px;
	width: 100%;
}
.fus3_banner1 .text .img{
	width: calc(100% - 560px);
	padding-left: 104px;
}
.fus3_banner1 .text .img h2{
	font-size: 3.25rem;
	font-weight: bold;
	font-family: 'ITCAvantGardeStdBold','BarlowExtraBold' !important;
	text-transform: uppercase;
}
.suf3_btn{
	font-family: "DreamHanSansCN-W20" !important;
	padding: 1px 46px;
	background-color: #fe6400;
	font-size: 2.6875rem;
	color: #fff;
	width: auto;
	border-radius: 30px;
    max-width: max-content;
	margin-top: 22px;
	letter-spacing: 2px;
	 text-rendering: optimizeLegibility; /* 优化文本显示 */
	-webkit-font-smoothing: antialiased; /* Chrome、Safari等WebKit引擎支持的平滑字体处理 */
	text-shadow: 0px 0px 3px #fff;
}
.fus3_banner1 .text .txt{
	width: 560px;
}
.fus3_banner1 .text .txt p{
	line-height: 2;
	font-size: 1rem;
	font-family: "DreamHanSansCN-W5" !important;
	text-align: justify;
	margin-bottom: 20px;
	color: #3e3a3c;
}
.fus3_banner1 .text .txt p:last-child{
	margin-bottom: 0;
}
.fus3_text{
	padding: 176px 0 290px;
	/* background-size: 2100px 4722px;
	background-position: -80px 90px; */
	background:url("/Public/Home/images/suf3_bg.jpg") no-repeat center/cover;
	background-color: #fdfcfd;
	background-size: 2001px 5301px;
	background-position: -37px -17px;
	max-width: 1920px;
	margin: 0 auto;
}
@media (min-width:1920px){
	.fus3_text{
		background-size: 103.7vw 5301px;
		max-width: 100%;
	}
}
.fus3_text .text{
	margin-top: 80px;
	margin-bottom: 183px;
}
.fus3_text .text h3{
	border: 1px solid #646162;
	border-radius: 30px;
	color: #3e3a3c;
	font-size: 20px;
	font-weight: normal;
	font-family: "DreamHanSansCN-W5" !important;
	padding: 9px 37px;
	max-width: max-content;
	margin: 0 auto 107px;
}
.fus3_text .text img{
	max-width: 100%;
	margin: 0 auto;
	display: block;
}
.fus3_text .uls li:last-child .text{
	margin-bottom: 0;
}
.fus3_text .text h2{
	font-size: 1.9375rem;
	color: #000;
	text-transform: uppercase;
	font-weight: bold;
	font-family: 'ITCAvantGardeStdBold','BarlowExtraBold' !important;
	margin-bottom: 10px;
}
.fus3_text .text h1{
	font-size: 1.875rem;
	color: #fe6400;
	font-family: "DreamHanSansCN-W15" !important;
	font-weight: 500;
	margin-bottom: 28px;
}
.fus3_text .text p{
	font-size: 1.25rem;
	line-height: 1.6;
	color: #000;
	font-family: "DreamHanSansCN-W5" !important;
}
.fus3_text .text p:nth-child(5){
	margin-bottom: 68px;
}
.margin-top{
	padding-top: 38px;
	padding-bottom: 65px;
}
.margin-top2{
	padding-top: 30px;
}
.fus3_text .uls li:last-child .text{
	margin-top: 74px;
}
@media (max-width:1200px){
	.w1140{padding-left: 20px !important;padding-right: 20px !important;}
	.fus3_banner1 .text{width: 1140px;}
	.fus3_banner1 .text .img{width: calc(100% - 660px);padding-left:0;}
	.fus3_banner1 .text .txt{width: 660px;}
	.fus3_text .text h3{padding: 9px 30px;}
}
@media (max-width:767px){
	.fus3_text{padding: 30px 0;}
	.fus3_text .text h3{font-size: 1rem;line-height: 1.5;padding: 6px 10px;}
	.fus3_text .text{margin: 15px 0 30px;}
	.fus3_text .uls li:last-child .text{margin-top: 15px;}
	.fus3_text .text h3{margin-bottom: 20px;border: 0px;}
	.fus3_text .text h2{font-size: 1.5rem;text-align: center;margin-bottom: 5px;}
	.fus3_text .text h1{font-size: 1.25rem;margin-bottom: 10px;text-align: center;}
	.fus3_text .text p{font-size: 1rem;}
	.fus3_text .text p:nth-child(5){margin-bottom: 20px;}
	.margin-top,.margin-top2,.margin-top3{padding-top: 0px;padding-bottom: 0px;}
}

/* 录播产品 */
.lu{
    margin-top: 55px;
    position: relative;
}
.lu_video{
	width: 100%;
	background-color: #fff;
	position: relative;
	overflow: hidden;
}
.lu_video img{
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 10;
	object-fit: cover;
	cursor: pointer;
}
.lu_video video{
	width: 100%;
	max-height: 90vh;
	object-fit: cover;
	object-position: bottom;
	background-color: #fff;
}
.lu_banner{
	width: 100%;
	position: relative;
}
.lu_banner>img{
	width: 100%;
	display: block;
}
.lu_banner .text{
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,calc(-50%));
	max-width: 1100px;
	width: 100%;
}
.lu_banner .text h2{
	font-size: 28px;
	font-family: "AlimamaShuHeiTi" !important;
	display: inline-block;
	background: url("/Public/Home/images/lu_banner_bg.png") no-repeat center/cover;
	line-height: 1;
	padding: 6px 22px;
	color: #fff;
	font-weight: bold;
	margin-bottom: 8px;
}
.lu_banner .text h1{
	font-size: 64px;
	font-family: "LenovoXiaoxinChaokuGB" !important;
	font-weight: normal;
	color: #000000;
	line-height: 1.5;
}
.lu_banner .text>p{
	color: #9e9e9e;
	font-size: 25px;
	margin-bottom: 20px;
	font-family: "Arial" !important;
}
.lu_banner .text h3{
	font-size: 24px;
	color: #585858;
	font-family: "DreamHanSansCN-W5" !important;
	display: inline-block;
	border-top: 1px solid #5b6065;
	border-bottom: 1px solid #5b6065;
	line-height: 1.5;
	padding: 5px 0;
}
.lu_banner .text .uls{
	display: flex;
	align-items: stretch;
	margin-top: 20px;
}
.lu_banner .text .uls li{
	display: flex;
	align-items: center;
	width: auto;
	margin-right: 30px;
}
.lu_banner .text .uls li .img{
	width: 37px;
	margin-right: 10px;
}
.lu_banner .text .uls li .img img{
	width: 100%;
	height: auto;
	display: block;
	object-fit: contain;
}
.lu_banner .text .uls li p{
	font-family: "DreamHanSansCN-W5" !important;
	color: #585858;
	font-size: 12px;
}
.lu_bgs{
	width: 100%;
	height: 30px;
	background-color: #a1c4fd;
}
.lu_pr1{
	width: 100%;
	padding-top: 120px;
	background: url("/Public/Home/images/lu_bg1.png") no-repeat center/cover;
}
.lu_title{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: stretch;
	padding: 30px 0;
	border-bottom: 1px solid #ccccce;
	width: 100%;
}
.lu_title h2{
	font-family: "UniSansHeawyCAPS" !important;
	/* font-family: 'ITCAvantGardeStdBold', 'BarlowExtraBold' !important; */
	line-height: 1;
	font-size: 50px;
	color: #000000;
}
.lu_title .txt{
	position: relative;
	padding-top: 58px;
}
.lu_title .txt:before{
	content: "";
	position: absolute;
	right: 0;
	top: 25px;
	background-color: #fe6400;
	width: 33px;
	height: 10px;
}
.lu_title .txt p{
	font-family: "DreamHanSansCN-W10" !important;
	font-size: 32px;
	color: #606060;
}
.lu_pr1 .flex{
	display: flex;
	flex-wrap: wrap;
	margin-top: 87px;
	padding-bottom: 90px;
	border-bottom: 1px solid #d0d0d0;
}
.lu_pr1 .flex .img{
	width: calc(100% - 330px);
	padding-right: 10px;
	overflow: hidden;
}
.lu_pr1 .flex .img img{
	max-width: 100%;
	margin-right: 0;
	margin-left: 0;
}
.lu_pr1 .flex .txt{
	width: 330px;
}
.lu_pr1 .flex .txt>div{
	padding: 30px 0;
	border-bottom: 1px dashed #d3d4d5;
	display: flex;
}
.lu_pr1 .flex .txt>div:last-child{
	border-bottom: 0px dashed #d3d4d5;
}
.lu_pr1 .flex .txt>div>span{
	display: block;
	font-family: "DIN-Bold" !important;
	font-size: 28px;
	color: #474747;
	width: 34px;
	height: 34px;
	border: 2px solid #474747;
	border-radius: 50%;
	margin-right: 20px;
	display: flex;
	align-items: center;
	justify-content: center;
	font-weight: bold;
}
.lu_pr1 .flex .txt>div>div>p{
	font-size: 31px;
	font-family: "DreamHanSansCN-W20" !important;
	line-height: 1;
	color: #474747;
	letter-spacing: 2px;
	font-weight: bold;
}
.lu_pr1 .flex .txt>div>div>span{
	font-size: 20px;
	font-family: "DreamHanSansCN-W05" !important;
	color: #474747;
	margin-top: 10px;
	display: block;
}
.lu_list{
	margin-top: 160px;
	margin-bottom: 200px;
}
.lu_list .uls{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.lu_list .uls li{
	width: 49%;
	margin-right: 2%;
	max-width: 507px;
	margin-bottom: 120px;
	border: 1px solid #6d95f4;
	border-radius: 40px;
	box-shadow: 0px 0px 60px 7px rgba(112,115,119,0.08);
}
.lu_list .uls li:nth-child(2n){
	margin-right: 0;
}
.lu_list .uls li:last-child{
	width: 100%;
	margin-right: 0%;
	max-width: 100%;
	margin-bottom: 0;
}
.w1100{
	max-width: 1100px;
	margin: 0 auto;
}
.lu_list .uls li .title{
	position: relative;
	transform: translate(-0%,-50%);
	padding-left: 20px;
	display: flex;
	align-items: center;
}
.lu_list .uls li .title>img{
	width: 120px;
	display: flex;
	position: relative;
	z-index: 10;
}
.lu_list .uls li .title h3{
	font-family: "DreamHanSansCN-W25" !important;
	color: #fff;
	font-size: 38px;
	background: url("/Public/Home/images/lu_list_bg.png") no-repeat center/cover;
    padding: 22px 10px 20px 102px;
    margin-left: -80px;
	min-width: 402px;
}
.lu_list .uls li .title h3 img{
	max-width: 100%;
	display: block;
}
.lu_list .uls li:last-child .title h3{
	min-width: 500px;
}
.lu_list .uls li .text{
	padding: 0 46px 50px;
}
.lu_list .uls li .text p{
	font-size: 1.125rem;
	line-height: 1.5;
	margin-bottom: 30px;
	color: #3f3f3f;
	text-align: justify;
}
.lu_list .uls li .text p:last-child{
	margin-bottom: 0;
}
.lu_list .uls li .text p span{
	color: #1c418c;
}
.lu_list2{
	padding: 150px 0 310px;
	background: url("/Public/Home/images/lu_list2bg.png") no-repeat center/cover;
}
.lu_list2 .uls{
	margin-top: 70px;
}
.lu_list2 .uls li{
	display: flex;
	flex-wrap: wrap;
	margin-bottom: 66px;
	padding-bottom: 56px;
	border-bottom: 1px solid #c6c6c9;
}
.lu_list2 .uls li:last-child{
	margin-bottom: 0;
	padding-bottom: 0;
	border-bottom: 0px solid #c6c6c9;
}
.lu_list2 .uls li .img{
	width: calc(100% - 372px);
	padding-right: 30px;
}
.lu_list2 .uls li .img img{
	max-width: 100%;
	margin: 0 0;
	display: block;
}
.lu_list2 .uls li .text{
	width: 372px;
}
.lu_list2 .uls li .text .title{
	background: url("/Public/Home/images/lu_list2_bg.png") no-repeat bottom;
	display: flex;
	flex-wrap: wrap;
	margin-bottom: 28px;
	padding-bottom: 4px;
}
.lu_list2 .uls li .text .title h3{
	font-family: "DreamHanSansCN-W25" !important;
	font-size: 32px;
	color: #1c418d;
	margin-right: 15px;
}
.lu_list2 .uls li .text .title h3 img{
	max-width: 100%;
	display: block;
}
.lu_list2 .uls li .text .title p{
	font-size: 10px;
	color: #999999;
	line-height: 1;
}
.lu_list2 .uls li .text>p{
	font-family: "DreamHanSansCN-W8" !important;
	line-height: 1.5;
	color: #3f3f3f;
	font-size: 22px;
}
.lu_list2 .uls li:nth-child(2n+1){
    flex-direction: row-reverse;
}
.lu_list2 .uls li:nth-child(2n+1) .img{
	padding-left: 30px;
	padding-right: 0;
}
.lu_list2 .uls li:nth-child(2n+1) .img img{
    margin-left: auto;
}
.lu_list2 .imgs{
	margin-top: 260px;
}
.lu_list2 .imgs img{
	max-width: 100%;
	display: block;
	margin: 0 auto;
}





@media (max-width:1300px) {
	.lu_banner .text h2{font-size: 2vw;padding:0.5vw 2vw;}
	.lu_banner .text h1{font-size: 4vw;}
	.lu_banner .text>p{font-size: 1.8vw;margin-bottom: 1vw;}
	.lu_banner .text h3{font-size: 1.7vw;padding: 0.5vw 0;}
	.lu_banner .text .uls{margin-top: 1vw;}
	.lu_banner .text .uls li .img{width: 3vw;}
	.lu_banner .text .uls li p{font-size: 1vw;}
}
@media (max-width:1200px) {
	.w1100,
	.lu_banner .text{padding-left: 20px !important;padding-right: 20px !important}
}
@media (max-width:1024px){
	.lu_list .uls li{width: 100%;max-width: initial;}
	.lu_list .uls li:last-child h3{min-width: 500px;}
}
@media (max-width:768px) {
	.lu_bgs{height: 20px;}
	.lu_pr1{padding-top: 5%;}
	.lu_title{padding: 10px 0;flex-direction: column-reverse;}
	.lu_title .txt p{text-align: center;font-size: 1.5rem;width: 100%;padding-top: 0;color: #000;font-weight: bold;line-height: 1.5;margin-bottom: 5px;}
	.lu_title .txt{padding-top: 0;}
	.lu_title .txt::before{display: none;}
	.lu_title h2{text-align: center;font-size: 1.125rem;line-height: 1.2;color: #dfdfdf;font-weight: bold;font-family: "Helvetica Neue", Helvetica, Arial, sans-serif !important;text-transform: uppercase;}
	.lu_pr1 .flex .img{width: 100%;padding-right: 0;}
	.lu_pr1 .flex .img img{margin: 0 auto;display: block;}
	.lu_pr1 .flex .txt{width: 100%;margin-top: 3%;}
	.lu_pr1 .flex .txt>div{padding: 15px 0;}
	.lu_pr1 .flex .txt>div>div>p{font-size: 1.125rem;}
	.lu_pr1 .flex .txt>div>div>span{font-size: 0.875rem;}
	.lu_pr1 .flex .txt>div>span{width: 20px;height: 20px;font-size: 0.875rem;margin-right: 5px;}
	.lu_pr1 .flex{margin-top: 3%;padding-bottom: 3%;}
	.lu_list{margin-top: calc(5% + 80px);margin-bottom:calc(5% + 80px);}
	.lu_list .uls li .title{padding-right: 20px;}
	.lu_list .uls li .title h3 img{height: 30px;object-fit: contain;}
	.lu_list .uls li .title>img{width: 100px;}
	.lu_list .uls li .title h3{max-width: 350px;width: 100%;min-width: initial;padding-top: 20px;padding-bottom: 20px;}
	.lu_list .uls li .text{padding: 0 20px 20px;margin-top: -30px;}
	.lu_list .uls li{margin-bottom: calc(5% + 60px);}
	.lu_list .uls li:last-child .title h3{min-width: initial;}
	.lu_list .uls li .text p{margin-bottom: 2%;}
	
	.lu_list2{padding-top: 5%;padding-bottom: 10%;}
	.lu_list2 .lu_title h2{color: #aaa;}
	.lu_list2 .uls{margin-top: 5%;}
	.lu_list2 .uls li .text .title h3 img{height: 20px;}
	.lu_list2 .uls li .text .title{margin-bottom: 3%;}
	.lu_list2 .uls li .text>p{font-size: 1rem;}
	.lu_list2 .uls li{margin-bottom: 5%;padding-bottom: 5%;}
	.lu_list2 .uls li:nth-child(2n+1) {flex-direction: initial;}
	.lu_list2 .uls li .img{width: 100%;padding: 0 !important;}
	.lu_list2 .uls li .img img{display: block;margin: 0 auto !important;}
	.lu_list2 .uls li .text{width: 100%;padding-top: 10px;}
	.lu_list2 .imgs{margin-top: 7%;}
}
@media (max-width:500px){
	.lu_list .uls li .title h3{padding: 4vw 10px 4vw 102px;}
	.lu_list .uls li .title h3 img{height: 6vw;}
}
@media (max-width:380px){
	.lu_list .uls li .title h3{padding: 2.5vw 10px 2.5vw 60px;margin-left:-50px;}
	.lu_list .uls li .title>img{width: 80px;}
	.lu_list{margin-top: calc(5% + 50px);}
	.lu_list .uls li .text{margin-top: -10px;}
	.lu_list .uls li{margin-bottom: calc(5% + 40px);}
	.lu_list .uls li .title h3 img{height: 6vw;}
}