@charset "utf-8";

/* 首页样式 */
/* banner */
.video {
	position: relative;
}

.video .bigVideo {
	min-width: 1250px;
}

/* 导航 */
#nav {
	height: 60px;
	position: fixed;
	top: 0;
	width: 100%;
	z-index: 1;
}

/*一级菜单*/
#nav ul {
	display: block;
	list-style-type: none;
}

#nav ul li {
	display: block;
	width: 120px;
	height: 60px;
	float: left;
	text-align: center;
}

#nav ul li a {
	color: #fff;
}

.nav333 ul li a {
	/* color: #333!important; */
}

.nav333 .md {
	color: #027AFF !important;
}

#nav ul li a:hover {
	color: #027AFF !important;
}

#nav ul li:hover .block {
	display: block;
}

/*二级菜单*/
#nav ul li ul {
	display: none;
	width: 1200px;
	background-color: #fff;
	position: absolute;
	left: 0;
	padding: 30px 100px;
	box-shadow: 0px 0px 2px 0px rgba(0, 0, 0, 0.1);
}

#nav ul li ul div {
	height: 140px;
}

#nav ul li ul a {
	color: #333 !important;
	cursor: pointer;
	line-height: 40px;
}

#nav ul li ul p {
	line-height: 22px;
	color: #666;
}

#nav ul li ul li:hover a:hover {
	color: #027AFF !important;
}

.consultNav span {
	color: #fff;
	float: right;
}

.consultNav span:first-child {
	border: 1px solid #fff;
	border-radius: 50px;
	text-align: center;
	padding: 5px 15px;
}

.consultNav span:first-child a {
	color: #fff;
}

.consultNav333 span {
	color: #fff;
	float: right;
}

.consultNav333 span:first-child {
	border: 1px solid #333;
	border-radius: 50px;
	text-align: center;
	padding: 5px 15px;
}

.consultNav333 span:first-child a {
	color: #fff;
}

/* footer */
.footerBox {
	background-color: #000000;
	padding: 30px;
	min-width: 1250px;
	margin-top: 60px;
}

.footerBox a {
	color: #fff;
	display: block;
	margin-bottom: 5px;
}

.footerBox a:hover {
	color: #027AFF;
	cursor: pointer;
}

.footerContact a {
	border: 1px solid #fff;
	padding: 5px 20px;
	border-radius: 50px;
}

.footerContact a:hover {
	border: 1px solid #027AFF;
	padding: 5px 20px;
	border-radius: 50px;
}

.footerContact span {
	line-height: 32px;
}

.Copyright {
	text-align: center;
	background-color: #1B1B1B;
	padding: 15px;
	color: #fff;
	min-width: 1250px;
}

/* 右侧固定菜单 */
.fixed-menu {
	position: fixed;
	right: 35px;
	top: 50%;
	margin-top: -90px;
	width: 60px;
	z-index: 999;
	background-color: #F7F7F7;
	border-radius: 30px;
	height: 140px;
}

.fx-ul li {
	position: relative;
	height: 60px;
	text-align: center
}

.fx-ul li a {
	position: absolute;
	left: 0;
	top: 0;
	z-index: 2;
	color: #fff;
	display: block;
	width: 60px;
	height: 60px;
	/* line-height:60px; */
	text-align: center;
	-webkit-transition: all 0.6s;
	-ms-transition: all 0.6s;
	-moz-transition: all 0.6s;
	text-decoration: none;
}

.fixedtitle {
	position: absolute;
	left: 0px;
	bottom: 1px;
	color: #fff;
	background-color: #F7F7F7;
	width: 120px;
	height: 40px;
	line-height: 20px;
	padding: 10px;
	text-align: center;
	-webkit-transition: all 0.6s;
	-ms-transition: all 0.6s;
	-moz-transition: all 0.6s;
	font-size: 16px;
	z-index: 1;
	opacity: 0;
}

.fixedtitle:before {
	content: '';
	display: block;
	width: 10px;
	height: 10px;
	position: absolute;
	right: -5px;
	top: 14px;
	background-color: #F7F7F7;
	transform: rotate(45deg);
}

.fx-ul li:hover .fixedtitle {
	left: -127px;
	top: 0;
	opacity: 1;
}

/* banner */
.bannerTextTop {
	width: 100%;
	text-align: center;
	color: #fff;
	position: absolute;
	top: 300px;
}

.bannerTextTop div:first-child {
	font-size: 50px;
}

.bannerTextBottom {
	width: 100%;
	text-align: center;
	color: #fff;
	position: absolute;
	top: 600px;
}

@media (max-width: 1600px) {
	.bannerTextTop {
		width: 100%;
		text-align: center;
		color: #fff;
		position: absolute;
		top: 200px;
	}

	.bannerTextBottom {
		width: 100%;
		text-align: center;
		color: #fff;
		position: absolute;
		top: 400px;
	}
}

.navCenter {
	position: relative;
}

/* 数字增长 */
.content-boxs {
	padding: 50px 120px;
}

.row-price {
	display: inline-block;
	border-right: 2px solid #E5E5E5;
	padding-bottom: 15px;
}

.row-price:last-child {
	border: none;
}

.price-box p {
	font-size: 60px;
}

.workOut {
	background-image: linear-gradient(to bottom, transparent, #DDEFFF);
	width: 100%;
	min-width: 1250px;
}

/* 标题 */
.title {
	font-size: 36px;
	margin-top: 50px;
	margin-bottom: 25px;
	font-weight: bold;
}

/* 横向切换 */
.centera {
	padding: 20px;
	overflow: hidden;
}

.hover {
	color: #027AFF;
	border-bottom: 2px solid #027AFF;
	padding-bottom: 10px;
}

#tablea {
	background: #fff;
	margin-top: 25px;
	padding: 30px;
	border-radius: 10px;
}

#oranger a {
	margin-right: 55px;
	font-size: 18px;
}

#oranger a:hover {
	color: #027AFF !important;
}

#oranger a:focus {
	color: #027AFF !important;
}

.box {
	margin: 10px;
	display: none
}

/* 横向切换圆角 */
.centera2 {
	padding: 30px 0;
	overflow: hidden;
}

.hover2 {
	color: #027AFF;
	border: 1px solid #027AFF !important;
	padding: 5px 15px;
	border-radius: 50px;
}

#tablea2 {
	padding: 30px 0;
	border-radius: 10px;
}

#oranger2 a {
	margin-right: 55px;
	font-size: 18px;
	border: 1px solid #333;
	padding: 5px 15px;
	border-radius: 50px;
}

#oranger2 a:hover {
	color: #027AFF !important;
	border: 1px solid #027AFF !important;

}

#oranger2 a:focus {
	color: #027AFF !important;
	border: 1px solid #027AFF !important;
}

.radiusPosition .img {
	position: relative;
}

.radiusPosition .div {
	width: 270px;
	height: 310px;
	background-color: #fff;
	border-radius: 10px;
	position: absolute;
	right: 60px;
	bottom: 80px;
	padding: 30px 35px;
}

.radiusPosition .div .leftImg {
	width: 50px;
	float: left;
}

.radiusPosition .div .rightText {
	width: calc(100% - 70px);
	float: right;
}

/* 左右切换样式 */
.tit-h1 {
	font-size: 38px;
	text-align: center;
	margin: 30px 0 15px;
	color: #f60;
}

.go-back {
	text-align: center;
	border-top: 1px dashed #ccc;
	padding: 10px;
	margin-top: 20px;
	font-size: 40px;
}

.tab-hd {
	overflow: hidden;
	zoom: 1;
	width: 200px;
	background-color: #F2F6FF;
	border-radius: 10px;
	padding-bottom: 40px;
	float: left;
}

.tab-hd li {
	float: left;
	width: 100%;
	cursor: pointer;
	font-size: 18px;
	margin-top: 40px;
	height: 58px;
	line-height: 58px;
	padding-left: 30px;
}

.tab-hd li img {
	margin-top: 3px;
	width: 70px;
	padding-right: 20px;
	float: right;
}

.tab-hd li.active {
	color: #027AFF;
	border-left: 2px solid #027AFF;
	background-image: linear-gradient(to left, #F3F6FE, #FFFFFF);
}

.tab-bd {
	width: calc(100% - 215px);
	float: right;
}

.tab-bd li {
	display: none;
}

.tab-bd li.thisclass {
	display: list-item;
}

.picList {
	width: 318px;
	height: 180px;
	float: left;
	margin-right: 15px;
}

.picList:nth-child(3n) {
	margin-right: 0;
}

.picList a:hover {
	color: #027AFF;
	cursor: pointer;
}

.indexAbout {
	background: url(https://video-factory.oss-cn-qingdao.aliyuncs.com/ctveh/img/4.png) no-repeat top center;
	margin-top: 90px;
	min-width: 1250px;
}

.Insight {
	width: 574px;
	border-right: 1px solid #E5E5E5;
	float: left;
}

.Insight a:hover {
	color: #027AFF;
	cursor: pointer;
}

.InsightRight {
	width: calc(100% - 600px);
	float: right;
}

.InsightRightPicList {
	border-bottom: 1px solid #E5E5E5;
	padding-bottom: 25px;
	margin-bottom: 25px;
}

.InsightRightPicList:last-child {
	border: none;
}

.InsightRightPicImg {
	width: 160px;
	float: left;
}

.InsightRightPicText {
	width: calc(100% - 175px);
	float: right;
}

.InsightRightPicText a:hover {
	color: #027AFF;
	cursor: pointer;
}

/* 解决方案栏目手风琴 */
.banner {
	min-width: 1250px;
	position: relative;
}

.bannerText {
	position: absolute;
	top: 180px;
	color: #fff;
	text-align: center;
}

.solutionBox {
	display: flex;
	align-items: center;
	justify-content: center;
}

.solutionBox .solution {
	cursor: pointer;
	display: flex;
}

.solutionBox .solution .box {
	display: flex;
	justify-content: space-between;
	width: 210px;
	height: 390px;
	transition: all 0.3s;
	color: white;
	margin-right: 15px;
	border-radius: 8px;
}

.solutionBox .solution .box .name {
	text-align: left;
	margin-top: 230px;
	background-image: linear-gradient(to bottom, transparent, #027AFF);
	width: 100%;
	padding: 50px 15px 15px 15px;
	border-radius: 8px;
}

.solutionBox .solution .Hover {
	width: 760px;
	transition: all 0.3s;
}

.solutionBox .solution .box:nth-child(1) {
	background: url(../images/sample/solution1.png) no-repeat;
}

.solutionBox .solution .box:nth-child(2) {
	background: url(../images/sample/solution2.png) no-repeat;
}

.solutionBox .solution .box:nth-child(3) {
	background: url(../images/sample/solution3.png) no-repeat;
}

.solutionJg {
	background: url(https://video-factory.oss-cn-qingdao.aliyuncs.com/ctveh/img/solutionBg.png) no-repeat top center;
	margin-top: 50px;
	padding-bottom: 26px;
	min-width: 1250px;
}

/* 切换 */
.show {
	display: block !important;
}

.ul_list {
	width: 240px;
	height: 380px;
	background-color: #F2F6FF;
	padding: 45px 10px;
	float: left;
	border-radius: 10px 0 0 10px;
}

.div_box {
	width: calc(100% - 240px);
	float: right;
	padding-left: 15px;
	background-color: #fff;
	height: 380px;
	border-radius: 0 10px 10px 0;
}

.ul_list li {
	cursor: pointer;
	display: block;
	font-size: 20px;
	font-weight: bold;
	background: #F2F6FF;
	border-radius: 10px;
	text-align: center;
	padding: 15px;
	margin-bottom: 15px;
}

.ul_list li.active {
	background: #027AFF;
	border-radius: 10px;
	text-align: center;
	padding: 15px;
	color: #fff;
}

.div_box .div_list {
	display: none;
}

.div_box .div_list ul li {
	line-height: 30px;
	font-size: 14px;
	cursor: pointer;
}

.div_box .div_list ul li:hover {
	color: #00a1ea;
}

.SampleFilmPic {
	width: 288px;
	height: 250px;
	margin-right: 15px;
}

.SampleFilmPic:nth-child(4n) {
	margin-right: 0;
}

.SampleFilm a:hover {
	color: #027AFF;
	cursor: pointer;
}

.cooperation {
	background-color: #F7FAFC;
	padding-bottom: 60px;
	min-width: 1250px;
}

.cooperation img {
	margin-right: 31px;
}

.cooperation img:last-child {
	margin-right: 0;
}

/* 样片视界 */
.sampleBox {
	margin-top: -82px;
	height: 164px;
	box-shadow: 2px 2px 46px 0px rgba(159, 159, 159, 0.1);
	padding: 30px 100px;
}

.sampleNav {
	padding-right: 100px;
	border-right: 1px solid #DADADA;
}

.sampleNav a {
	width: 18%;
	display: inline-block;
	margin-bottom: 15px;
}

.sampleNav a:hover {
	color: #027AFF;
	cursor: pointer;
}

.page {
	margin-bottom: 150px;
	margin-top: 40px;
}

.page a {
	padding: 0 8px;
}

.page a:hover {
	color: #027AFF;
	cursor: pointer;
}

.industryListImg {
	width: 160px;
	float: left;
}

.IindustryListText {
	width: calc(100% - 190px);
	float: right;
	border-bottom: 1px solid #E5E5E5;
	padding-bottom: 30px;
}

.industryList a {
	padding: 15px 15px 0 15px;
}

.industryList a:hover {
	background-color: #F7F7F7;
	border-radius: 10px;
}

.industryListImg2 {
	width: 80px;
	float: left;
}

.IindustryListText2 {
	width: calc(100% - 100px);
	float: right;
}

.industryListPicList2 {
	padding: 15px !important;
}

.industryListPicList2:hover p:first-child {
	color: #027AFF;
}

/* 关于我们页面 */
.aboutNumber {
	background-color: #F7FAFC;
	min-width: 1250px;
}

.aboutNumberDiv .row-price {
	width: 19%;
	text-align: center;
	border-right: none;
}

.aboutNumberDiv .row-price .price-box p {
	font-size: 26px;
}

.aboutPic {
	padding: 0 100px;
}

.aboutFourTitle {
	background: url(https://video-factory.oss-cn-qingdao.aliyuncs.com/ctveh/img/about4.jpg) no-repeat top center;
	height: 660px;
	padding-top: 30px;
	min-width: 1250px;
}

.enterpriseImg img {
	border-radius: 10px 0 0 10px;
}

.enterpriseText {
	background-color: #F7FAFC;
	border-radius: 0 10px 10px 0;
	height: 254px;
	padding: 0 40px;
}

.enterpriseImg2 img {
	border-radius: 0 10px 10px 0;
}

.enterpriseText2 {
	background-color: #F7FAFC;
	border-radius: 10px 0 0 10px;
	height: 254px;
	padding: 0 40px;
}

/* 合作伙伴 */
.marqueeleft {
	height: 60px;
	overflow: hidden;
	margin: 30px auto;
	width: 100%;
}

.marqueeleft ul {
	float: left;
}

.marqueeleft li {
	float: left;
	display: inline;
	overflow: hidden;
	margin-right: 15px;
}

.marqueeleft li .pic {
	display: block;
	margin: 2px;
	overflow: hidden;
}

#marquee1_1,
#marquee1_2,
#marquee2_1,
#marquee2_2 {
	padding: 0 !important;
	margin: 0 !important;
}

.g-tit-g1 {
	text-align: center;
}

.g-tit-g1 h3 {
	font-size: 36px;
	color: #242526;
	line-height: 1.4;
	font-weight: 400;
	margin-bottom: 6px;
}

.g-tit-g1 p {
	font-size: 24px;
	color: #666;
	line-height: 1.4;
	text-transform: uppercase;
	letter-spacing: .8px;
}

.pic-consult div {
	font-size: 24px;
	color: #242526;
	margin-top: 60px;
	text-align: center;
}

.pic-consult .btn {
	display: block;
	margin: 48px auto 0;
	width: 200px;
	line-height: 60px;
	background-color: #ea5413;
	font-size: 24px;
	color: #fff;
	text-align: center;
	text-decoration: none;
}
/* 详情 */
.videoDetails a:hover{
	color: #027AFF;
}

.SampleFilmPicDetils {
	width: 246px;
	height: 138px;
	margin-right: 15px;
}

.SampleFilmPicDetils:nth-child(3n) {
	margin-right: 0;
}

.SampleFilmDetils a:hover {
	color: #027AFF;
	cursor: pointer;
}
