
img {
	object-fit: cover;
}
/*====================导航*********/
.header{
	width:100%;
	background: #fff;
	position:fixed;
	top:0;
	left:0;
	z-index:999;
	height:80px;
}

.header>.container {
	width: 1220px;
	height: 80px;
	background: #fff;
	margin: 0 auto;
}

/*左侧logo*/
.header .left{
	width: 284px;
}

.header>.container>.logo {
	position: relative; left: 0; top: 0; z-index: 999;
	width: 284px; height: 100%; box-sizing: border-box; padding: 16px 0;
	/* border-radius: 0 0 30px 30px; background: linear-gradient(-45deg, #9F5df8 0%, #00b9f3 100%); */
}

.header .left .img2{
	display: none;
}
/*右侧*/
.header .nav{
	-webkit-transition: 0.5s;
	-moz-transition: 0.5s;
	-o-transition: 0.5s;
	transition: 0.5s;
	height: 100%;
	line-height: 50px;
	display: block;
}
.header .navbar_nav>li{
	float:left;
	position: relative;
	display: block;
	line-height: 80px;
	text-align: center;
	width: 164px;
}
.header .navbar_nav>li:first-child {
	width: 112px;
}
.header .navbar_nav li:after{
    content: "";
    width: 0;
    height: 2px;
    background: #6E91F6;
    position: absolute;
    bottom: 0;
    left: 0;
    transition: all 0.5s ease 0s;
}
/* , .header .navbar_nav li.active */
.header .navbar_nav li:hover
{
    background: #6E91F6
}
.header .navbar_nav li:hover:after{
    width: 100%;
}
.header .navbar_nav li a{
	text-decoration: none;
	height: 100%;
	padding: 0 25px;
	display: block;
	-webkit-transition: 0.5s;
	-moz-transition: 0.5s;
	-o-transition: 0.5s;
	transition: 0.5s;
	color: #3C3C3C;
	font-size: 16px;
}
/* , .header .navbar_nav li.active a */
.header .navbar_nav li:hover a{
	color: #fff;
	/* color: orangered; */
}
.header .navbar_nav li.dropdown{
	display: inherit;
	position: relative;
}
.header .navbar_nav li.dropdown .jt{
	width: 20px;
	height: 20px;
	background: url(i/top.png) no-repeat;
	background-size: 100% 100%;
	display: block;
}
.header .navbar_nav li.dropdown .dropdown_menu{
	display: none;
	position: absolute;
	top:80px;
	width: 100%;
	background: #fff;
	box-shadow: 0 15px 27px 0 rgba(167,165,165,0.38);
	width: 100%;
}
.header .navbar_nav li.dropdown .dropdown_menu a{
	font-size: 14px;
	color: #666;
	padding: 0 10px;
	line-height: 80px;
	text-align: center;
	background: #fff;
	margin-bottom: 2px;
}
.header .navbar_nav li.dropdown:hover .dropdown_menu{
	display: block;
	background: #f3f3f3;
	-webkit-transition: 0.5s;
	-moz-transition: 0.5s;
	-o-transition: 0.5s;
	transition: 0.5s;
}
.header .navbar_nav li.dropdown:hover .dropdown_menu a{
	color: #666;
}
.header .navbar_nav li.dropdown:hover .dropdown_menu a:hover{
	color: #fff;
	background: #6E91F6;
}
/*白色背景的头部*/
.header.on{
	/* background: #fff; */
	border-bottom: 1px solid #ccc;
}
/* .header.on .left .img1{
	display: none;
}
.header.on .left .img2{
	display: block;
} */
/* .header.on .navbar_nav li a{
	color: #333;
} */
.header.on .navbar_nav li:hover a{
	color: #fff;
}
#navToggle{
	display: none;
}

.m_nav{
	position: fixed;
	top: 0px;
	box-shadow: 0 15px 27px 0 rgba(167,165,165,0.38);
	width: 100%;
    height: 100%;
    background: #fff;
    transition: all ease 0.5s;
    -webkit-transition: all ease 0.5s;
	z-index: 1000;
    opacity: 1;
    visibility: visible;
    margin-top: 0;
    overflow-y: auto;
    transition: all .6s cubic-bezier(.77, 0, .175, 1) 0ms;
    top: 0;
    transform: translateX(100%);
}
.m_nav.open{
    transform: translateX(0);
}
.m_nav .top{
	height: 60px;
	padding: 20px;
	box-sizing: border-box;
}
.m_nav .top .closed{
	width: 30px;
	height: 30px;
	vertical-align: middle;
	float:right;
	cursor: pointer;
}
.m_nav .logo{
	width: 100%;
	margin:0 auto;
}
.m_nav .logo img{
	height: 50px;
	display: block;
	margin:30px auto;
}
.m_nav .ul{
	margin-top: 30px;
}
.m_nav .ul li{
	padding: 0 20px;
	border-bottom: 1px solid #f5f5f5;
	transform: translateY(0);
	-webkit-transform: translateY(100%);
    transform: translateY(100%);
    -webkit-transition: all .6s cubic-bezier(.77, 0, .175, 1) 0ms;
    transition: all .6s cubic-bezier(.77, 0, .175, 1) 0ms;
    opacity: 0;
}
.m_nav.open .ul li{
	opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
}
.m_nav .ul li:nth-child(1) {
    -webkit-transition: all .2s cubic-bezier(.77, 0, .175, 1) 0ms;
    transition: all .2s cubic-bezier(.77, 0, .175, 1) 0ms;
}
.m_nav .ul li:nth-child(2) {
    -webkit-transition: all .4s cubic-bezier(.77, 0, .175, 1) 0ms;
    transition: all .4s cubic-bezier(.77, 0, .175, 1) 0ms;
}
.m_nav .ul li:nth-child(3) {
    -webkit-transition: all .6s cubic-bezier(.77, 0, .175, 1) 0ms;
    transition: all .6s cubic-bezier(.77, 0, .175, 1) 0ms;
}
.m_nav .ul li:nth-child(4) {
    -webkit-transition: all .8s cubic-bezier(.77, 0, .175, 1) 0ms;
    transition: all .8s cubic-bezier(.77, 0, .175, 1) 0ms;
}
.m_nav .ul li:nth-child(5) {
    -webkit-transition: all 1.0s cubic-bezier(.77, 0, .175, 1) 0ms;
    transition: all 1.0s cubic-bezier(.77, 0, .175, 1) 0ms;
}
.m_nav .ul li:nth-child(6) {
    -webkit-transition: all 1.2s cubic-bezier(.77, 0, .175, 1) 0ms;
    transition: all 1.2s cubic-bezier(.77, 0, .175, 1) 0ms;
}
.m_nav .ul li a{
	display: block;
	text-decoration: none;
	color: #333;
	font-size: 16px;
	height: 80px;
	line-height: 80px;
	width: 100%;
}
.m_nav .ul li .dropdown_menu{
	display: none;
}
.m_nav .ul li.dropdown.active .dropdown_menu{
	display: block;
}
.m_nav .ul li .dropdown_menu a{
	display: block;
	height: 50px;
	line-height: 50px;
	text-align: left;
	padding-left: 30px;
	box-sizing: border-box;
	border-bottom: 1px solid #f5f5f5;
}
.m_nav .ul li .dropdown_menu a:last-child{
	border: none;
}
.banner{
	width: 100%;
}
.banner img{
	width: 100%;
}


/*banner*/
#banner {
    margin-top: 80px; width: 100%; background: #000;
}
.banner{
	width: 100%; max-width: 1920px; box-sizing: border-box; display: flex; justify-content: center;
	position:relative; margin:0 auto; overflow:hidden; z-index:1;
}
.img-banner {
	padding-top: 80px;
}

/* 介绍 */
.intro {
	text-align: center;
}

.intro .chinese-words {
	font-size: 26px; font-weight: 500; color: #3b3b3b; line-height: 48px; margin-bottom: 20px;
	padding: 0 10px;
}

.intro .english-words {
	font-size: 14px; font-weight: 400; color: #4f4f4f; line-height: 25px; padding: 0 10px;
}

.tips-complex {
	margin: -20px auto 30px auto;
}

.cooperate {
	position: relative; clear: both;
}

.cooperate-bg {
	width: 100%; background: #a7a7a7;
}

.cooperate-img {
	width: 400px; height: 274px; background: #4722E5;
	position: absolute; left: 410px; bottom: -44px;
}

.cooperate-ads {
	/* box-sizing: border-box; padding: 0px 100px; */
	display: flex; flex-wrap: wrap; justify-content: space-around;
}

.cooperate-ads>.ad {
	width: 16%; height: 160px; text-align: center; box-sizing: border-box;
	/* margin: 0px 20px 100px 20px; */
}

.cooperate-ads>.ad img {
	width: 140px;
}

.cooperate-big-ads {
	display: flex; flex-wrap: wrap; justify-content: space-between; box-sizing: border-box;
}

.cooperate-big-ads>.big-ad {
	width: 33.3%; /* height: 112px; */font-size: 14px; line-height: 30px; text-align: center;
	margin-bottom: 40px;
}

/*
<div class="fixed-btn">
    <div class="zxzx" data-id="1">
        <img src="/images/icon/zxzx.png" draggable="false" alt="在线咨询" />
    </div>
    <div class="tzhz" data-id="2">
        <img src="/images/icon/tzhz.png" draggable="false" alt="投资合作" />
    </div>
</div>

<div class="fixed-img">
    <img src="/images/news/zxzx.png" draggable="false" alt="在线咨询" />
    <img src="/images/news/qrcode.jpg" draggable="false" alt="在线咨询" />
</div>
*/
.tap-box {
    position: fixed; left: 0; right: 0; top: 0; bottom: 0; background: rgba(0,0,0,0.1); z-index: 99;
}
.fixed-btn {
    width: 85px; height: 300px; background: linear-gradient(-65deg, #9F5DF8 12%, #00B9F3 100%); border-radius: 10px;
    box-sizing: border-box; padding: 34px 17px 5px 17px; position: fixed; right: 0; top: 267px; z-index: 9999;
}
.fixed-btn .btn {
    color: #ffffff; display: block; text-align: center; font-size: 20px; font-weight: 500; line-height: 30px; cursor: pointer;
}
.fixed-btn .zxzx {
    margin-bottom: 37px;
}
.fixed-img {
    position: fixed; right: -410px; top: 190px; z-index: 9999; border-radius: 10px; width: 350px; height: 500px;
    overflow: hidden;
}
.fixed-img.on {
    right: 110px !important;
}

/* 底部 */
footer {
	width: 100%; background: #6E91F6; padding-top: 15px; box-sizing: border-box;
}

.footer-left {
	width: 934px; float: left;
	/* display: flex; flex-wrap: wrap; justify-content: space-between; */
}

.footer-right {
	width: 227px;float: right; font-size: 12px; color: #fff;
}
.footer-right>.footer-logo {
	padding: 25px 0;
}

.footer-right .tel, .footer-right .address {
	padding: 2px 0;
}


.footer-left>.qrcode {
	width: 66px; height: 140px; border: 1px solid #dcdcdc;
}

.bah {
	padding: 30px 0 20px 0; box-sizing: border-box; color: #fff; font-size: 14px;
}

.chinese-words p, .english-words p {
	color: #3c3c3c; text-align: justify; max-width: 1220px; margin: 0 auto; margin-bottom: 30px; padding: 0 10px; text-align: justify;
}

.chinese-words p {
	font-size: 18px; line-height: 32px; font-weight: 500;
}
.english-words p {
	font-size: 12px; line-height: 20px;
}

/* about */
.industry-box {
	max-width: 1220px; background-color: #EEF8FE; margin: 100px auto 0 auto; padding: 80px 100px 20px 100px; box-sizing: border-box;
}
.pos-relative>.title{
	width: 258px; height: 98px; border: 4px solid #FFFFFF; border-radius: 10px; background-color: #6E91F6;
	color: #fff; font-size: 36px; font-weight: 500; text-align: center; line-height: 70px;  letter-spacing: 8px;
	position: absolute; top: -38px; left: 54px;
}
.pos-relative>.title>.nick-title {
	font-size: 18px; line-height: 10px; word-spacing: 10px; letter-spacing: 2px;
}

.industry {
	display: flex; flex-wrap: wrap; justify-content: space-between;
}
.industry-info {
	width: 49%;
}
.industry>.industry-info>.icon {
	width: 223px; margin: 0 auto; text-align: center;
}
.industry>.industry-info>.icon img {
	width: 100%;
}
.industry>.industry-info>.industry-title {
	padding-left: 60px; box-sizing: border-box; max-width: 450px; font-weight: 400; line-height: 30px; min-height: 50px;
	margin-bottom: 40px;background-repeat: no-repeat; background-size: 40px 50px; text-align: justify;
}
.industry>.industry-info>.bg-1 {
	background-image: url('../images/industry/1_.png');
}
.industry>.industry-info>.bg-2 {
	background-image: url('../images/industry/2_.png');
}
.industry>.industry-info>.bg-3 {
	background-image: url('../images/industry/3_.png');
}
.industry>.industry-info>.bg-4 {
	background-image: url('../images/industry/4_.png');
}

.dev-box {
	width: 100%; text-align: center; margin-bottom: 20px;
}
.show-768 {
	display: none;
}

.honor-box {
	width: 100%; background: url('../images/honor_bg.webp') no-repeat; background-size: 100% 100%;
}
.honor-box>.honor-lists {
	display: flex; flex-wrap: wrap; justify-content: space-between; padding: 30px 0;
}
.honor-box>.honor-lists>li{
	background: url('../images/icon/honor-icon.png') no-repeat; background-size: 15px; background-position: 5px center;
	width: 45%; line-height: 18px; padding-left: 25px; box-sizing: border-box; color: #fff; height: 50px; padding-top: 14px;
}


/* swhz */
.cooperate-box .title {
	line-height: 26px;
}
.cooperate-lists {
	display: flex; flex-wrap: wrap; justify-content: space-between;
}
.brand {
	width: 24%; text-align: center;
}

.movie-box {
	display: flex; justify-content: space-between; overflow: hidden;
}
.movie-lists {
	width: calc(100% - 150px);
}
.movie-pre-lists {
	border: 1px solid #dcdcdc; width: 150px; overflow: auto; box-shadow: rgb(0 0 0) 10px 0px 50px 5px; height: 761.094px;
}

.pre-img {
	padding: 10px; box-sizing: border-box; font-size: 12px; line-height: 20px; cursor: pointer; opacity: 0.7; color: #000;
}
.pre-img:hover {
	opacity: 1; background: #6E91F6; color: #fff;
}


/* jrwm */
.contact-box {
	display: flex; flex-wrap: wrap; justify-content: space-between; padding-top: 180px; padding-bottom: 180px;
}
.black-bg {
	background: #141414; position: relative;
}
.contact-text {
	color: #fff;
}
.contact-text>.title {
	font-size: 24px; font-weight: 500; color: #fff; line-height: 42px;
}
.contact-text>.intro {
	width: 370px; font-size: 16px; font-weight: 500; line-height: 28px; color: #fefefe; padding-top: 10px; text-align: left;
}
.join-btn {
	width: 236px; height: 50px; border: 3px solid #0C9BFF; border-radius: 26px; cursor: pointer;
	font-size: 18px; font-weight: 500; line-height: 50px; text-align: center; display: flex; justify-content: center; align-items: center;
}
.join-btn span {
	padding: 0 5px; letter-spacing: 10px;
}
.contact-img {
	width: 690px;
}


.contact-shadow {
	position: fixed; left: 0; right: 0; top: 0; bottom: 0; z-index: 69; background: rgba(0, 0, 0, 0.7);
}
/* 弹窗表单 */
@font-face {
	font-family: "ysbt";
	src: url("../font/优设标题黑.TTF") format("truetype");
}
.contact-form {
	width: 711px; background: #fff; border-radius: 5px;
	position: fixed; left: calc(50% - 355px); top: 15%; z-index: 99;
}
.form-header {
	background: url('../images/tab-bg.webp') no-repeat; height: 144px; padding: 35px 60px; box-sizing: border-box; color: #0072DF;
}
.form-header .form-title {
	font-size: 42px; font-family: ysbt; line-height: 44px;
}
.form-body {
	position: relative;
}
.form-body, .footer-btn {
	width: 400px; margin: 16px auto 40px auto;
}
.form-body .nick-title {
	text-align: center;font-size: 16px; font-weight: 400; color: #4e4e4e; line-height: 18px; margin-bottom: 26px;
}
.form-group .label-name {
	font-size: 16px; line-height: 40px; font-weight: 400; color: #272727;
}
.form-group input {
	width: 100%; height: 30px; font-size: 13px; line-height: 22px; padding: 4px 10px; box-sizing: border-box; color: #272727; border: 1px solid #dcdcdc;
}
.form-group .required::before {
	content: "* ";
	color: red;
}
.form-group .tips {
	padding-left: 10px; font-size: 12px; line-height: 14px; color: red;
}
.form-group .tips::before {
	content: "! ";
	color: red;
}

.footer-btn {
	display: flex; justify-content: right;
}
.footer-btn .btn  {
	width: 80px; height: 34px; margin-left: 8px; border-radius: 5px;  font-size: 16px; cursor: pointer;
}
.btn-default {
	color: #808080; background: #fff; border: 1px solid #dcdcdc;
}
.btn-success {
	color: #fff; background: #0072DF; border: 1px solid #0072DF;
}

/* open */
.open-box {
	background: url('../images/platform/2.webp') no-repeat; background-size: 100% 101%;
}
.open-box .screen {
	/* width: 688px; height: 510px; */
}

.open-box .screen-text {
	width: 450px; color: #fff; text-align: left;
}

.screen-text>.nick-title {
	font-size: 16px; line-height: 45px; font-weight: bold; padding-top: 15px;
}
.screen-text>.title {
	font-size: 40px; line-height: 50px; color: #fff; font-weight: bolder;
}
.screen-text>.info {
	font-size: 20px; line-height: 30px; color: #fff; font-weight: normal;
}
.screen-text>.info>p {
	padding: 5px 0;
}
.open-platform>.shadow {
	cursor: pointer;
}
.platform-bg-1 {
	background-color: #00b9f3;
}
.platform-bg-2 {
	background-color: #9F5df8;
}
.open-platform>.open-platform-img {
	display: none; text-align: center; backgournd: #fff;
}
.open-platform>.active {
	display: block;
}
.AI-lab {
	background: url('../images/platform/4.webp') no-repeat; background-size: 100% 101%; box-sizing: border-box;
	position: relative; height: 740px;
}
.AI-lab>.huge-title {
	font-size: 72px; line-height: 80px; color: #fff; text-align: center; width: 100%;
}
.AI-lab>.title {
	color: #fff; padding-top: 30px; padding-bottom: 90px; text-align: center; width: 100%;
}
.huge-title-pos {
	position: absolute; top: 82%;
}
.title-pos {
	position: absolute; top: 90%;
}
.mn-swiper {
	width: 80% !important; margin: 0 auto; overflow: hidden; position: relative;
}
.swiper-slide {
	width: 33.3%;
	margin: 0 auto;
}
.swiper-slide img {
	width: 100%;
}
.swiper-container-free-mode>.swiper-wrapper {
	transition-timing-function: linear;
}

.partner-box {
	width: 100%; background: url('../images/platform/5.webp') no-repeat; background-size: 100% 101%; padding-left:0; padding-right: 0;
}
.partner-box .title {
	font-size: 36px; margin-bottom: 20px; color: #fff;
}
.partner-box .intro {
	width: 90%; text-align: justify; color: #fff;
}
.partner-box .intro p {
	font-size: 20px; line-height: 36px;
}
.partners {
	display: flex; flex-wrap: wrap; justify-content: space-between; margin-top: 50px;
}
.partner-item {
	width: 22%; display: flex; align-items: center; justify-content: center;
}
.partner-item:first-child {
	width: 16%;
}
.partner-item img {
	max-width: 100%;
}
/* news */
.news {
	box-sizing: border-box; padding: 50px 80px ;
}
.news-item {
	display: flex; flex-wrap: wrap; justify-content: space-between; border-bottom: 1px solid #A5A5A5;
}
.news-item>.news-thum {
	width: 148px;
}
.news-item>.news-thum img {
	width: 100%; height: auto; cursor: pointer;
}
.news-item>.news-title {
	width: 80%; padding-top: 10px;
}

.news-item>.news-title>.title {
	font-size: 24px; line-height: 24px; height: 24px; margin-bottom: 26px; width: 100%;  cursor: pointer;
	text-overflow: ellipsis; overflow: hidden; word-break: break-all; white-space: nowrap;
}
.news-item>.news-title>.nick-title {
	width: 80%; font-size: 16px; line-height: 24px; word-break: break-all; overflow: hidden; display: -webkit-box;
    -webkit-line-clamp: 2; -webkit-box-orient: vertical; color: #555555; text-align: justify;
}

.pages ul {
	box-sizing: border-box; padding: 0 80px 30px 80px; display: flex; justify-content: center;
}
.pages ul li {
	padding: 10px; height: 18px; font-size: 14px; line-height: 18px; width: 18px; text-align: center;
	border: 1px solid #A5A5A5; border-radius: 3px; cursor: pointer; margin-left: 5px; margin-right: 5px;
}

.pages ul li:hover, .pages ul li.active {
	background: #00b9f3; color: #fff; border-color: #00b9f3; box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2);
}

/* cpxl */
.cpxl-box {
	position: relative; cursor: pointer;
}
.cpxl-box>.shadow {
	background: rgba(0, 0, 0, 0.96); border-radius: 15px; position: absolute; top: 0; left: 0; z-index: 99;
	width: 100%; height: 100%; cursor: pointer;
}
.first-title {
	 width: 100%; height: 100%; display: flex; justify-content: center; align-items: center;
}
.img-lists, .inside-lists {
	position: relative;
}
.second-title, .third-title, .inside-sec-title, .inside-thr-title {
	width: 100%; height: 100%; background: rgba(0, 0, 0, 0.95); border-radius: 15px;
	position: absolute;  top: 0; left: 0; z-index: 88; display: flex; justify-content: center; align-items: center;
}
.third-title, .inside-thr-title {
	height: 100%; background: rgba(0, 0, 0, 0.9);
}

.third-title .title, .inside-thr-title .title {
	width: 33%; color: #fff; text-align: center; font-size: 28px;
}

.fourth-title, .inside-frt-title {
	display: flex; justify-content: center; align-items: flex-end; width: 100%; height: 30%; position: absolute; left: 0; bottom: 0;
	background: linear-gradient(to top, rgba(0,0,0,1), rgba(0,0,0,0.8), rgba(0,0,0,0)); border-radius: 15px;
}
.fourth-title .title, .inside-frt-title .title {
	width: 33%; text-align: center; height: 84px;
	color: #fff; font-size: 32px; font-weight: normal; line-height: 90px;
}

.mobile-bottom {
	display: none;
}

.mobile-footer {
	background: #6E91F6; padding: 13px 0 80px 0;
}

.mobile-footer-logo {
	width: 406px; margin: 0 auto; padding: 0 20px; box-sizing: border-box;
	font-size: 12px; line-height: 26px; color: #fff; display: flex; justify-content: space-between; align-items: center;
}
.footer-logo {
	height: 30px;
}
.mobile-bah {
	width: 406px; margin: 0 auto; text-align: center; font-size: 12px; color: #fff; line-height: 26px;
}

.footer-bar {
	width: 100%; height: 65px; display: flex; justify-content: space-around; align-items: center; background: #E5E5E5;
	position: fixed; left: 0; bottom: 0; z-index: 9999; font-size: 12px; color: #828282;
}

.bar {
	width: 30%; text-align: center;
}
.bar .text {
	background: url('../images/footer/icon.png') no-repeat; background-size: 9px; background-position: 20% 4px;
}

.bar.active .text {
	background: none; color: #6E91F6;
}

.jkcw .icon {
	background: url('../images/footer/jkcw.png') no-repeat;
}
.jkcw.active .icon {
	background: url('../images/footer/jkcw-active.png') no-repeat;
}
.ssgd .icon {
	background: url('../images/footer/ssgd.png') no-repeat;
}
.ssgd.active .icon {
	background: url('../images/footer/ssgd-active.png') no-repeat;
}
.lxwm .icon {
	background: url('../images/footer/lxwm.png') no-repeat;
}
.lxwm.active .icon {
	background: url('../images/footer/lxwm-active.png') no-repeat;
}
.jkcw .icon, .ssgd .icon, .lxwm .icon  {
	width: 50px; height: 32px; background-size: 55% !important; background-position: center !important; margin: 0 auto;
}

.branch-proup {
	display: none; position: fixed; top: 0; bottom: 0; left: 0; right: 0; z-index: 10; background-color: rgba(0, 0, 0, 0.3);
}

.video-title {
	width: 100%; overflow: hidden; text-overflow: ellipsis; word-break: break-all; white-space: nowrap;
}

/* 新闻详情 */
.crumb {
    width: 360px; height: 22px; line-height: 22px; font-size: 18px; color: #929292; display: block;
    white-space: nowrap; overflow: hidden; text-overflow: ellipsis; word-break: break-all;
}

.crumb a {
    color: #929292;
}
.news-detail {
    display: flex; justify-content: space-between;
}
.page-left {
    width: calc(100% - 400px);
}
.page-right {
    width: 340px;
}
.p-title {
    width: calc(100% - 90px); font-size: 36px; line-height: 48px; color: #2d2d2d; font-weight: bold;
}

.p-creator {
    font-size: 18px; line-height: 22px; margin-top: 20px; color: #929292;
}
.p-creator span {
    padding-left: 10px; padding-right: 10px;
}
.p-creator span:first-child {
    padding-left: 0px;
}

.p-intro {
    background: #F5F5F5; padding: 20px; text-align: justify; font-size: 18px; line-height: 32px; color: #4F4F4F;
    margin-top: 30px; margin-bottom: 40px;
}

.divider {
    margin-top: 40px; border-top: 2px dotted #727272; display: flex; justify-content: space-around; padding: 40px;
}
.divider .pre, .divider .next {
    padding: 7px 20px; border: 1px solid #929292; color: #929292; border-radius: 5px; font-size: 18px;
}
.divider .pre a, .divider .next a {
    color: #929292;
}
.bottom-guide {
    position: relative;
}
.guide-btn {
    width: 20%; height: 30%; cursor: pointer; position: absolute; top: 20%; right: 2%; z-index: 99;
    border: 1px solid #3B3B3B; opacity: 0;
}
/*calc(50% - 195px)*/
.guide-qrcode {
    position: fixed; left: -500px; top: 20%; z-index: 100; padding: 20px; border-radius: 8px;
    background: #ffffff; box-shadow: 0 0 30px 20px rgba(0, 0, 0, 0.3);
}
.guide-close {
    width: 30px; height: 30px; line-height: 26px; text-align: center; border: 1px solid #3B3B3B;
    border-radius: 50%; font-size: 24px; margin: 20px auto 10px auto; cursor: pointer;
}

.link-head {
    border-left: 7px solid #6E91F6; padding-left: 20px; font-size: 32px; line-height: 30px; color: #2d2d2d; font-weight: bold;
}

.link-container, .rec-lists {
    margin-top: 20px; border-top: 1px solid #5F5F5F; width: 100%; box-sizing: border-box; padding-right: 30px;
}
.link-title {
    font-size: 20px; line-height: 30px; color: #3B3B3B; font-weight: 500; text-align: justify;
}
.link-else {
    font-size: 14px; line-height: 22px; color: #929292;
}
.link-else span {
    padding-top: 10px; padding-right: 20px; display: inline-block;
}

.rec-lists {
    padding-top: 40px;
}
.rec-lists span{
    display: inline-block; margin-right: 50px; margin-bottom: 30px;
}

/*媒体查询：注意and后面空格的添加*/
/*iphone: w < 768px*/
@media screen and (max-width: 767px){
	.hide-768 {
		display: none !important;
	}
	.w1220{
		width:100%;
		opacity: 1;
	}

	.header.on{
		background: #6E91F6;
	}
	.p-l-r {
		padding-left: 15px; padding-right: 15px; box-sizing: border-box;
	}

	/* #page3 {
		padding: 0 15px;
	} */
	.contact-box {
		padding: 30px 10px; box-sizing: border-box;
	}
	.contact-text {
		width: 55%;
	}
	.contact-text>.title {
		font-size: 12px; line-height: 40px;
	}
	.big-title {
		font-size: 16px; line-height: 28px; font-weight: 500;
	}
	.contact-text>.intro {
		width: 100%; font-size: 12px; line-height: 24px; text-align: justify;
	}
	.join-btn {
		width: 114px; height: 35px; font-size: 12px; line-height: 35px; border-radius: 20px; border: 1px solid #0C9BFF;
	}
	.join-btn span {
		letter-spacing: 4px;
	}


	.contact-img {
		width: 40%; margin-top: 88px;
	}

	/* banner */
	#banner .banner video {
		/* width: auto;
		height: 412px; */
	}

	.m-b-100 {
		margin-bottom: 50px;
	}
	.m-b-70 {
		margin-bottom: 35px;
	}
	.m-b-50 {
		margin-bottom: 25px;
	}
	.m-b-30 {
		margin-bottom: 15px;
	}
	.m-b-10 {
		margin-bottom: 5px;
	}
	.p-t-100 {
		padding-top: 50px;
	}
	.p-t-80 {
		padding-top: 35px;
	}
	.p-t-50 {
		padding-top: 25px;
	}
	.p-b-100 {
		padding-bottom: 50px;
	}
	.p-b-70 {
		padding-bottom: 35px;
	}
	.p-b-50 {
		padding-bottom: 25px;
	}

	.nick-title {
		font-size: 12px; line-height: 22px; font-weight: 400; color: #666;
	}
	.title {
		font-size: 16px; line-height: 32px; font-weight: 600;
	}

	.intro .chinese-words {
		font-size: 14px; line-height: 22px; margin-bottom: 5px; font-weight: bold;
	}
	.intro .english-words {
		font-size: 12px !important; line-height: 14px; letter-spacing: -0.89px; transform: scale(0.80); padding: 0;
	}
	.cooperate-ads {
		padding: 0 20px; box-sizing: border-box;
	}
	.cooperate-ads .ad{
		width: 23.5%; /* max-width: 144px; */height: 100px; text-align: center; box-sizing: border-box; margin: 0;
	}
	.cooperate-ads>.ad img {
		width: 100%; max-width: 90px;
	}
	.cooperate-ads:after{
		/*display: none;*/

		display:block;
		content:'';
		width:50%;
		height:0;
	}
	.tips-complex {
		margin: 0 auto 5px auto; font-size: 14px;
	}
	.cooperate-big-ads {
		padding: 0 20px; box-sizing: border-box;
	}
	.cooperate-big-ads>.big-ad {
		width: 32%; max-width: 228px; /* height: 66px; */ font-size: 14px; line-height: 30px; text-align: center;
		margin-bottom: 6%;
	}
	.cooperate-big-ads>.big-ad img {
		width: 100%;
	}
	.cooperate-big-ads>.big-ad .partner-name {
		font-size: 12px; line-height: 14px; transform: scale(0.85); padding-top: 5px;
	}
	.small-text {
		width: 105%; margin-left: -2.5%;
	}
	.cooperate-big-ads>.big-ad .partner-name span {
		display: block;
	}
	.chinese-words p {
		font-size: 14px; line-height: 20px; font-weight: 600; margin-bottom: 5px;
	}

	.english-words p {
		line-height: 14px; margin-bottom: 2px;/* width: 120%; margin-left: -10%; scale: 0.83; */
	}

	.industry-box {
		margin-top: 50px; padding-top: 25px;
	}
	.industry {
		/* padding-top: 45px; */ padding-top: 0;
	}
	.pos-relative>.title {
		width: 130px; font-size: 18px; line-height: 38px; font-weight: 600; height: 55px; left: 16px;
	}
	.pos-relative>.title>.nick-title {
		font-size: 12px; line-height: 6px; word-spacing: -1px; letter-spacing: 0px; color: #fff;
	}
	.industry>.industry-info>.icon {
		width: 100px;
	}
	.industry>.industry-info>.industry-title {
		padding-left: 30px; margin-bottom: 10px; font-size: 12px; line-height: 16px;
		background-size: 15%;
	}
	.honor-box {
		background: url(../images/honor_bg.webp) no-repeat;
		background-size: auto 100%;
		background-position: center center;
	}
	.honor-box>.honor-lists {
		padding-left: 10px; box-sizing: border-box;
	}
	.honor-box>.honor-lists>li {
		width: 100%; height: auto; font-size: 12px; line-height: 26px; padding-top: 0;
	}

	.show-768 {
		display: block !important; /*margin-top: -30px;*/
	}

    /* tap-box */
    .fixed-btn {
        width: 45px; height: 170px; padding: 14px 7px;
    }
    .fixed-btn .btn {
        font-size: 14px; line-height: 18px;
    }
    .fixed-btn .zxzx {
        margin-bottom: 18px;
    }
    .fixed-img {
        /*right: 75px;*/ right: -410px; width: 246px; height: 352px;
    }
    .fixed-img.on {
        right: 75px !important;
    }


	/* open */
	.open-box .screen {
		width: 37%; margin-top: 50px; margin-left: 8%;
	}
	.open-box .screen-text {
		width: 50%;
	}
	.screen-text>.nick-title {
		font-size: 12px; line-height: 16px; margin-bottom: 10px;
	}
	.screen-text>.title {
		font-size: 20px; line-height: 24px;
	}
	.screen-text>.info {
		font-size: 12px; line-height: 14px;
	}

	.AI-lab {
		height: 230px;
	}
	.AI-lab>.huge-title {
		font-size: 26px; line-height: 34px;
	}
	.AI-lab>.title {
		padding-top: 10px; padding-bottom: 14px; font-size: 14px; line-height: 30px;
	}

	.partner-box .title {
		font-size: 22px; text-align: center;
	}
	.partner-box .intro {
		padding-left: 15px;
	}
	.partner-box .intro p {
		font-size: 12px; line-height: 16px;
	}
	.partners {
		width: 95%; margin: 15px auto; padding: 0 22px; box-sizing: border-box;
	}

	.brand img {
		width: 100%;
	}

	/* cpxl */
	.fourth-title .title, .inside-frt-title .title {
		height: 60px; font-size: 14px;
	}


	/* swhz */
	.movie-lists {
		width: calc(100% - 100px);
	}
	.movie-pre-lists {
		border: 1px solid #dcdcdc; width: 100px; overflow: auto; box-shadow: rgb(0 0 0) 10px 0px 50px 5px; height: 761.094px;
	}

	.movie-box {
		display: block;
	}
	.movie-lists {
		width: 100%;
	}
	.movie-pre-lists {
		width: 100%; height: 60px; overflow: hidden; overflow-x: scroll;white-space:nowrap
	}
	.movie-list-cover {
		width: 820px; height: 60px;
	}
	.pre-img {
		padding: 0;
	}
	.pre-img .thum {
		display: none;
	}
	.pre-img {
		width: 100px; line-height: 60px; text-align: center; float: left;
	}

	/* jrwm */
	.contact-form {
		width: 360px;
		left: calc(50% - 180px);
		top: 25%;
	}
	.form-header {
		height: 73px; background-size: 100% 100%; padding: 10px 20px;
	}
	.form-header .form-title {
		font-size: 24px; line-height: 30px;
	}

	.form-body, .footer-btn {
		width: 100%; box-sizing: border-box; padding: 16px 30px 20px 30px; margin: 0;
	}
	.form-body .nick-title {
		margin-bottom: 10px;
	}
	.form-group .label-name {
		font-size: 14px; line-height: 26px;
	}
	.form-group input {
		font-size: 12px;
	}
	.footer-btn .btn {
		height: 28px; font-size: 13px;
	}

	footer {
		display: none;
	}

	.mobile-bottom {
		display: block;
	}
	.qrcode-box {
		position: fixed; bottom: 80px; left: 3%; background: #E5E5E5; display: flex; justify-content: space-between;
		width: 94%; height: 131px; box-sizing: border-box; padding: 20px; border-radius: 5px;
	}
	.qrcode-box .qrcode {
		width: 25%;
	}

    /* news list*/
    .news { padding: 20px 20px;}
    .news-item>.news-thum { width: 75px; }
    .news-item>.news-title { width: calc(100% - 85px); padding-top: 0;}
    .news-item>.news-title>.title {font-size: 16px; line-height: 18px; height: 18px; margin-bottom: 12px;}
    .news-item>.news-title>.nick-title {width: 90%; font-size: 12px; line-height: 16px;}
    .pages ul {padding: 0 15px 30px 15px; }
    .pages ul li{ padding: 6px; height: 16px; font-size: 12px; line-height: 16px; width: 16px;}

    .header {
        box-shadow: none !important;
    }
    .news-detail {
        display: block;
    }
    .crumb {
        display: none;
    }
    .page-left, .page-right{
        width: 100%; box-sizing: border-box; padding: 20px 40px;
    }
    .p-title {
        width: 100%; font-size: 30px;
    }
    .p-creator {
        font-size: 12px; line-height: 16px;
    }
    .p-intro {
        font-size: 16px;
    }
}
/*pad: w >= 768  && w< 992*/
@media screen and (max-width: 992px) and (min-width: 768px) {
	.w1220{
		width:100%;
	}
	.p-l-r {
		padding-left: 30px; padding-right: 30px; box-sizing: border-box;
	}
	/* banner */
	#banner .banner video {
		width: auto;
		height: 590px;
	}
	.m-b-100 {
		margin-bottom: 50px;
	}
	.m-b-70 {
		margin-bottom: 35px;
	}
	.m-b-50 {
		margin-bottom: 25px;
	}
	.m-b-30 {
		margin-bottom: 15px;
	}
	.m-b-10 {
		margin-bottom: 5px;
	}
	.p-t-100 {
		padding-top: 50px;
	}
	.p-t-50 {
		padding-top: 25px;
	}
	.p-b-100 {
		padding-bottom: 50px;
	}
	.p-b-70 {
		padding-bottom: 35px;
	}
	.p-b-50 {
		padding-bottom: 25px;
	}

	.intro .chinese-words {
		font-size: 16px; line-height: 24px; margin-bottom: 0px; font-weight: bold;
	}
	.intro .english-words {
		font-size: 12px !important; line-height: 16px;
	}

	.cooperate-ads .ad{
		height: 120px; text-align: center; box-sizing: border-box; margin: 0;
	}
	.cooperate-ads>.ad img {
	    width: 110px;
	}

	.cooperate-ads:after{
		display:block;
		content:'';
		width:50%;
		height:0;
	}
	.tips-complex {
		margin: 0 auto 10px auto; font-size: 14px;
	}

	.cooperate-big-ads img {
		width: 95%;
	}

	/* about */
	.chinese-words p {
		font-size: 16px; line-height: 28px; font-weight: 500; margin-bottom: 10px;
	}

	.english-words p {
		line-height: 16px; margin-bottom: 0px; width: 120%; margin-left: -11%; scale: 0.8;
	}

	.industry-box {
		margin-top: 80px;
	}
	.pos-relative>.title {
		width: 200px; font-size: 28px; line-height: 64px;
	}
	.pos-relative>.title>.nick-title {
		font-size: 14px; line-height: 12px; word-spacing: 8px;
	}
	.industry>.industry-info>.icon {
		width: 150px;
	}
	.dev-box img {
		/* width: 104% !important; margin-left: -2%; */
	}
	.industry>.industry-info>.industry-title {
		font-size: 14px; line-height: 20px; padding-left: 40px; background-size: 9%;
	}

	/* open */
	.open-box .screen {
		width: 37%; margin-top: 50px; margin-left: 8%;
	}
	.open-box .screen-text {
		width: 50%;
	}
	.screen-text>.nick-title {
		font-size: 12px; line-height: 16px;
	}
	.screen-text>.title {
		font-size: 24px; line-height: 28px;
	}
	.screen-text>.info {
		font-size: 14px; line-height: 18px;
	}
	.AI-lab {
		height: 440px;
	}
	.AI-lab>.huge-title {
		font-size: 36px; line-height: 50px;
	}
	.AI-lab>.title {
		padding-top: 20px; padding-bottom: 40px;
	}
	.partner-box .title {
		font-size: 26px;
	}
	.partner-box .intro p {
		font-size: 16px; line-height: 28px;
	}
	.brand img {
		width: 100%;
	}

	.contact-box {
		padding-top: 60px; padding-bottom: 60px;
	}
	.contact-img {
		width: 44%; margin-top: 58px;
	}

	/* news */

	.news-item>.news-thum {
		width: 120px;
	}

	.news-item>.news-title {
		width: calc(100% - 160px); padding-top: 5px;
	}
	.news-item>.news-title>.title {
		font-size: 18px; margin-bottom: 20px;
	}
	.news-item>.news-title>.nick-title {
		font-size: 14px;
	}

	/* cpxl */
	.fourth-title .title, .inside-frt-title .title {
		height: 75px; font-size: 24px;
	}

	footer {
		display: none;
	}

	.mobile-bottom {
		display: block;
	}

	.qrcode-box {
		position: fixed; bottom: 80px; left: 3%; background: #E5E5E5; display: flex; justify-content: space-between;
		width: 94%; height: 131px; box-sizing: border-box; padding: 20px; border-radius: 5px;
	}
	.qrcode-box .qrcode {
		width: 25%;
	}
	.bar .text {
		background-position: 33% 4px;
	}

    /* news-detail */
    .page-left {
        width: calc(100% - 300px); box-sizing: border-box; padding-left: 30px;
    }
    .page-right {
        width: 260px;
    }
}
/*中等屏幕   w >= 992  && w<1200*/
@media screen and (max-width: 1220px) and (min-width: 992px) {
	.w1220{
		width:970px;
	}

	/* banner */
	/* #banner .banner video {
		width: 100%;
	} */

	.m-b-100 {
		margin-bottom: 80px;
	}
	.p-t-100 {
		padding-top: 80px;
	}
	.p-b-100 {
		padding-bottom: 80px;
	}


	.header {
		height: 60px;
	}

	.header>.container {
		width: 992px;
		height: 60px;
		background: #fff;
		margin: 0 auto;
	}

	.header>.container>.logo {
		width: 235px; height: 100%; padding: 0; display: flex; align-items: center;
	}
	.header>.container>.logo>a {
		display: block; text-align: left;
	}
	.header>.container>.logo>a>img {
		width: 68%;
	}

	.header .nav {
		line-height: 60px;
	}
	.header .navbar_nav>li {
		width: 126px; line-height: 60px;
	}
	.header .navbar_nav>li:first-child {
		width: 100px;
	}
	.header .navbar_nav li.dropdown .dropdown_menu {
		top: 60px;
	}
	.header .navbar_nav li.dropdown .dropdown_menu a {
		line-height: 60px;
	}

	#banner {
		margin-top: 60px;
	}

	.img-banner {
		padding-top: 60px;
	}

	.footer-left {
		float: unset; width: 100%; text-align: center;
	}
	.footer-right {
		float: unset; width: 100%; display: flex; justify-content: left; align-items: end;
	}
	.footer-right>.footer-logo, .footer-right>.tel, .footer-right>.address {
		padding: 10px 20px; font-size: 14px;
	}
	.footer-right>.footer-logo img {
		width: 125px;
	}

	.bah {
		width: 970px; margin: 0 auto; text-align: left;  padding-left: 26px; padding-top: 0px; font-size: 12px;
	}
	.open-box .screen {
		width: 490px; margin-top: 40px;
	}
	.AI-lab {
		height: 630px;
	}

	.contact-box {
		padding-top: 125px; padding-bottom: 125px;
	}
	.contact-img {
		width: 540px;
	}


	.mobile-bottom {
		display: none;
	}
}

@media screen and (max-width: 1448px) {
	.dev-box img {
		width: 100%;
	}
}
/* 头部导航和底部 1220px */
@media screen and (max-width: 992px) {
	.header {
		width: 100%;
		padding: 0 15px; box-sizing: border-box;
		left: 0;
		overflow: hidden; height: 55px;
		background: #6E91F6;
	}
	.header>.container {
		width: 100%;
		height: 55px;
		background: #6E91F6;
		margin-left: 0;
	}
	.header>.container>.logo {
		padding: 15px 10px 0px 0px;
		background: none;
	}
	.header .left .img1{
		display: none;
	}
	.header .left .img2{
		display: block;
	}

	.header #navToggle {
		padding: 3px 15px;
		margin-right: -15px;
		display: inline-block;
		float: right;
		position: fixed;
		top: 5px;
		right: 30px;
	}
	.header #navToggle span {
		position: relative;
		width: 25px;
		height: 1px;
		margin-top: 19px;
	}
	.header #navToggle span:before,
	.header #navToggle span:after {
		content: '';
		position: relative;
		width: 100%;
		height: 1px;
		left: 0;
	}
	.header #navToggle span,
	.header #navToggle span:before,
	.header #navToggle span:after {
		-webkit-transition: 0.3s;
		-moz-transition: 0.3s;
		-o-transition: 0.3s;
		transition: 0.3s;
		display: block;
		background: #fff;
		height: 2px;
	}
	.header #navToggle span:before {
		top: 8px;
	}
	.header #navToggle span:after {
		bottom: 10px;
	}
	.header #navToggle.open span:before {
		top: 10px;
		-webkit-transform: translateY(-11px) rotate(-45deg);
		-moz-transform: translateY(-11px) rotate(-45deg);
		-ms-transform: translateY(-11px) rotate(-45deg);
		-o-transform: translateY(-11px) rotate(-45deg);
		transform: translateY(-11px) rotate(-45deg);
	}
	.header #navToggle.open span:after {
		bottom: 12px;
		-webkit-transform: translateY(10px) rotate(45deg);
		-moz-transform: translateY(10px) rotate(45deg);
		-ms-transform: translateY(10px) rotate(45deg);
		-o-transform: translateY(10px) rotate(45deg);
		transform: translateY(10px) rotate(45deg);
	}
	.header #navToggle.open span {
		background: none;
	}
	.header #navToggle.open span:before,
	.header #navToggle.open span:after {
		background: #4f4f4f;
	}

	.header .nav{
		display: none;
	}

	#banner {
		margin-top: 55px;
	}
	.img-banner {
		padding-top: 55px;
	}
	/*
	.banner img{
		height: 600px;
		object-fit: cover;
	}
	 */



	.industry-box {
		padding-left: 20px; padding-right: 20px;
	}
	/* .pos-relative>.title {
		width: 40%; font-size: 24px;
	} */
}



/*


*/
