.header {
	width: 100vw;
	position: fixed;
	top: 0;
	z-index: 2;
	-webkit-box-shadow: 0px 0px 6px 2px rgba(0,0,0,0.2);
	box-shadow: 0px 0px 6px 2px rgba(0,0,0,0.2)
}

.header .header-tp {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	height: 1.1733rem;
	padding: 0 0.1333rem;
	background: #1c1a1f
}

.header .header-tp .header-menu {
	width: 0.6133rem;
	height: 0.4267rem;
	background: url("/assets/images/header/menu.png?v=1587179319710") no-repeat center;
	background-size: cover;
	-webkit-transition: -webkit-transform 0.2s;
	transition: -webkit-transform 0.2s;
	-o-transition: transform 0.2s;
	transition: transform 0.2s;
	transition: transform 0.2s, -webkit-transform 0.2s;
	z-index: 2
}

.header .header-tp .header-menu-active {
	-webkit-transform: rotate(90deg);
	-ms-transform: rotate(90deg);
	transform: rotate(90deg)
}

.header .header-tp ul.header-menu-list {
	display: none;
	width: 180px;
	position: absolute;
	left: 0;
	top: 1.1733rem;
	line-height: 1;
	font-size: 14px;
	background: #39383e;
	color: #fff;
	z-index: 2
}

.header .header-tp ul.header-menu-list li.header-menu-first {
	padding: 15px 10px;
	border-bottom: 1px solid #4f4e54
}

.header .header-tp ul.header-menu-list li.header-menu-first:last-child {
	border-bottom: none
}

.header .header-tp ul.header-menu-list li.header-menu-first ul.header-menu-secondlist {
	display: none;
	color: gray
}

.header .header-tp ul.header-menu-list li.header-menu-first ul.header-menu-secondlist li.header-menu-second {
	margin-bottom: 20px;
	line-height: 1
}

.header .header-tp ul.header-menu-list li.header-menu-first ul.header-menu-secondlist li.header-menu-second:first-child {
	margin-top: 20px
}

.header .header-tp ul.header-menu-list li.header-menu-first ul.header-menu-secondlist li.header-menu-second:last-child {
	margin-bottom: 5px
}

.header .header-tp ul.header-menu-list li.header-menu-first.arrow-right {
	background: url("/assets/images/header/arrow-right.png?v=1587179319710") no-repeat 155px center;
	background-size: 12px
}

.header .header-tp ul.header-menu-list li.header-menu-first.arrow-down {
	background: url("/assets/images/header/arrow-down.png?v=1587179319710") no-repeat 155px 15px;
	background-size: 12px
}

.header .header-tp .header-logo {
	width: 2.2rem;
	height: 0.5333rem;
	background: url("/assets/images/header/logo.png?v=1587179319710") no-repeat center;
	background-size: cover
}

.header .header-tp .header-phone {
	width: 0.5333rem;
	height: 0.5333rem;
	background: url("/assets/images/header/phone.png?v=1587179319710") no-repeat center;
	background-size: cover
}

.header .header-nav {
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	height: 1.0667rem;
	background: #fff
}

.header .header-nav ul.header-nav-wrap {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	width: 100vw;
	font-size: 0.5333rem;
	padding: 0 0.2rem 0 0.2667rem
}

.header .header-nav ul.header-nav-wrap li.header-nav-first {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	width: 20%;
	font-size: 0.3733rem;
	text-align: center;
	line-height: 1;
	color: #666
}

.header .header-nav ul.header-nav-wrap li.header-nav-first.header-nav-active {
	color: red
}

.header .header-nav ul.header-nav-wrap .arrow-down {
	width: 12px;
	height: 8px;
	margin-left: 4px;
	background: url("/assets/images/header/arrow-down.png?v=1587179319710") no-repeat center;
	background-size: cover
}

.header .header-nav ul.header-nav-wrap ul.header-nav-course {
	display: none;
	position: absolute;
	width: 110px;
	top: 1.0667rem;
	padding: 10px 20px;
	font-size: 13px;
	background: rgba(0,0,0,0.8);
	color: #fff
}

.header .header-nav ul.header-nav-wrap ul.header-nav-course .header-menu-secondlist {
	display: none;
	position: absolute;
	width: 155px;
	left: 90px;
	top: 0;
	background: rgba(0,0,0,0.8);
	color: #fff
}

.header .header-nav ul.header-nav-wrap ul.header-nav-course .header-menu-secondlist a {
	color: #fff
}

.header .header-nav ul.header-nav-wrap ul.header-nav-course .header-menu-secondlist .header-menu-second {
	padding: 10px 0;
	border-bottom: 1px solid #585656
}

.header .header-nav ul.header-nav-wrap ul.header-nav-course .header-menu-secondlist .header-menu-second:last-child {
	border-bottom: none
}

.header .header-nav ul.header-nav-wrap ul.header-nav-course .header-menu-first {
	position: relative;
	padding: 10px 0;
	border-bottom: 1px solid #585656
}

.header .header-nav ul.header-nav-wrap ul.header-nav-course .header-menu-first:last-child {
	border-bottom: none
}

.header-mask {
	display: none;
	width: 100%;
	height: 100%;
	bottom: 0;
	position: fixed;
	background: rgba(0,0,0,0);
	z-index: 1
}

.footer {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	background-color: #252525
}

.footer .footer-nav {
	background-color: #1f1f1f
}

.footer .footer-nav .container {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex
}

.footer .footer-nav dl {
	-webkit-box-flex: 1;
	-ms-flex: 1;
	flex: 1;
	padding: 0.5333rem 0rem
}

.footer .footer-nav dl dd {
	margin-bottom: 0.2667rem;
	font-size: 0.2133rem;
	color: #fff
}

.footer .footer-nav dl dt {
	margin-bottom: 0.2rem;
	font-size: 12px;
	color: #bdbdbd
}

.footer .footer-nav dl dt a {
	color: #bbb
}

.footer .footer-btm {
	padding: 0.3333rem 0rem;
	color: #5b5b5b;
	font-size: 14px
}

.footer .footer-btm .container {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center
}

.footer .footer-btm .footer-friendship-link {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	margin-bottom: 0.2rem
}

.footer .footer-btm .footer-friendship-link a {
	margin-left: 0.5067rem;
	font-size: 14px
}

@font-face {
	font-family:冬青黑体W3;src:url("../../fonts/冬青黑体W3.otf?v=1587179319710")
}

@font-face {
	font-family:HiraginoSansGB-W3;src:url("../../fonts/苹果丽黑W3.otf?v=1587179319710")
}

@font-face {
	font-family:HiraginoSansGB-W6;src:url("../../fonts/苹果丽黑W6.otf?v=1587179319710")
}

* {
	margin: 0;
	padding: 0;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	outline: 0;
	-webkit-tap-highlight-color: transparent
}

html,body {
	height: 100%;
	background-color: #f9fafc
}

html {
	-webkit-text-size-adjust: none;
	-webkit-font-smoothing: antialiased
}

body {
	font: 14px/1.5 冬青黑体W3, '微软雅黑', tahoma, arial, Hiragino Sans GB, \5b8b\4f53, sans-serif;
	color: #333
}

input {
	outline: none
}

ul {
	list-style-type: none;
	padding: 0
}

a {
	color: #666
}

a,a:hover {
	text-decoration: none
}

em {
	font-style: normal
}

.hidden {
	display: none
}

.visiable {
	display: block
}

.tac {
	text-align: center
}

img {
	max-width: 100%
}

.layout {
	margin-top: 2.24rem
}

.container {
	position: relative;
	width: 100%;
	padding: 0 0.4rem
}

.swiper-slide {
	overflow: hidden
}

.swiper-slide img {
	display: block;
	margin: 0 auto
}

.swiper-slide:hover .silkroad-hover-detail {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex
}

.swiper-pagination-bullet {
	width: 6px;
	height: 6px;
	border-radius: 50%
}

.swiper-pagination-bullet-active {
	background: #E43E13
}

.btn {
	display: inline-block;
	line-height: 1;
	width: 5.3333rem;
	height: 0.8rem;
	line-height: 0.8rem;
	border-radius: 4px;
	font-size: 0.3733rem;
	border: 1px solid #EC6941;
	text-align: center;
	color: #fff;
	background-color: #EC6941;
	-webkit-appearance: none;
	-webkit-transition: all .1s linear 0s;
	-o-transition: all .1s linear 0s;
	transition: all .1s linear 0s;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	outline: none;
	cursor: pointer
}

.btn:hover {
	background-color: #e43e13
}

.form-group {
	margin-bottom: 15px
}

.form-control {
	height: 40px;
	padding: 6px 12px;
	border: 1px solid #584d46;
	background-color: #fff;
	vertical-align: middle;
	transition: border-color 0.2s cubic-bezier(0.645, 0.045, 0.355, 1) 0s;
	-webkit-transition: border-color 0.2s cubic-bezier(0.645, 0.045, 0.355, 1) 0s;
	-moz-transition: border-color 0.2s cubic-bezier(0.645, 0.045, 0.355, 1) 0s;
	-o-transition: border-color 0.2s cubic-bezier(0.645, 0.045, 0.355, 1) 0s
}

.form-control:hover {
	border-color: #6e6e6e
}

.form-control:focus {
	border-color: #ff5722;
	outline: none
}

.form-label-inline {
	display: inline-block
}

.form-label {
	display: block
}

.section {
	padding-top: 15px;
}

.section .section-title {
	margin-bottom: 0.6rem;
	font-size: 0.8rem;
	font-family: HiraginoSansGB-W3;
	text-align: center;
	color: #333436
}

.section .section-title b {
	font-family: HiraginoSansGB-W6
}

.section .section-title em {
	color: #F54F23
}

.section .section-describe {
	margin-bottom: 0.64rem;
	font-size: 0.3733rem;
	text-align: center;
	font-family: 微软雅黑;
	color: #666
}

.section .section-btn {
	margin-top: 0.5333rem;
	text-align: center
}

.section-list {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap
}

.section-item {
	position: relative;
	margin-bottom: 0.2667rem
}

.section-item>h3,.section-item>p {
	margin-top: 0.1333rem
}

.section-item em {
	color: #FE743E
}

.section-item h3 {
	font-size: 0.32rem;
	margin-bottom: 0.0667rem;
	font-weight: normal;
	color: #333
}

.section-item p {
	font-size: 0.2667rem;
	color: gray
}

.section-item:hover .section-hover {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex
}

.section-item:hover .section-txt.section-abs {
	height: inherit
}

.section-item:hover .section-txt.section-abs h3 {
	margin-bottom: 0.1333rem
}

.section-item:hover .section-default-hidden {
	display: block
}

.section-item .section-cover {
	display: block;
	margin: 0 auto
}

.section-item .section-txt {
	padding: 0.2rem 0;
	font-size: 12px;
	color: #333
}

.section-item .section-txt.section-abs {
	position: absolute;
	width: 100%;
	bottom: 0px;
	line-height: 1;
	background-color: rgba(0,0,0,0.4)
}

.section-item .section-txt.section-abs * {
	color: #fff
}

.section-item .section-default-hidden {
	display: none;
	line-height: 22px
}

.section-item .section-hover {
	display: none;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0px;
	right: 0;
	top: 0px;
	padding: 0.2rem;
	margin: auto;
	background-color: rgba(0,0,0,0.8);
	color: #fff
}

.section-bg-write {
	background-color: #fff
}

.section-form {
	background-color: #27242b;
	text-align: center;
	line-height: 1;
	margin-bottom: 10vw
}

.section-form form {
	width: 90vw;
	margin: 0 auto
}

.section-form .form-group {
	margin-bottom: 0.4rem
}

.section-form .form-control {
	width: 100%
}

.section-form .form-submit .btn {
	width: 100%
}

.silkroad-hover-detail {
	display: none;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	position: absolute;
	left: 0px;
	top: 0px;
	width: 100%;
	height: 100%;
	line-height: 1;
	color: #fff;
	background-color: rgba(0,0,0,0.6)
}

.silkroad-hover-detail h3 {
	margin-bottom: 0.4667rem;
	font-size: 0.2667rem;
	font-weight: normal
}

.silkroad-hover-detail .silkroad-hover-intro p {
	text-align: center;
	margin-bottom: 0.1333rem;
	font-size: 0.2133rem
}

.section-nav-tab {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin-bottom: 0.5333rem
}

.section-nav-tab .section-nav-item {
	cursor: pointer
}

.section-nav-tab .section-nav-item.section-nav-btn {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	width: 2.6667rem;
	height: 0.6667rem;
	border-radius: 0.0533rem;
	margin: 0 0.2667rem;
	font-size: 0.32rem;
	color: #4b4b4b;
	background: #8c8c8c
}

.section-nav-tab .section-nav-item.section-nav-btn.section-nav-active {
	color: #fff;
	background: #EC6941
}

.section-tab-list .section-tab-col {
	display: none;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between
}

.section-tab-list .section-tab-col:first-child {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex
}

.banner {
	position: relative
}

.banner .banner-cover {
	display: block;
	width: 100%
}

.banner .section-btn {
	position: absolute;
	width: 100%;
	text-align: center
}

.doyoo-btn img {
	display: block
}

.endfoot-box {
	background-color: #1a1a1d;
	position: fixed;
	left: 0;
	bottom: 0;
	width: 100%;
	z-index: 1
}

.endfoot-box .endfoot .endfoot-item {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-pack: distribute;
	justify-content: space-around
}

.endfoot-box .endfoot p {
	width: 49.5%;
	font-size: 0.32rem;
	color: #fff;
	border-right: 0.1vw solid #000;
	border-bottom: 0.1vw solid #000;
	text-align: center;
	padding: 0.24rem 0
}

.endfoot-box h3 {
	font-size: 0.2667rem;
	text-align: center;
	color: #fff;
	opacity: 0.5;
	font-weight: normal;
	padding: 0.1333rem 0
}

.line {
	width: 0.5333rem;
	height: 0.0533rem;
	margin: 0 auto 0.6667rem;
	background: -webkit-gradient(linear, right top, left top, from(#b1062b), to(#f64f23));
	background: -webkit-linear-gradient(right, #b1062b, #f64f23);
	background: -o-linear-gradient(right, #b1062b, #f64f23);
	background: linear-gradient(-90deg, #b1062b, #f64f23)
}

.hot-market-sec .section-describe {
	margin-bottom: 1.7333rem
}

.hot-market-sec .hot-market-list {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between
}

.hot-market-sec .hot-market-list .hot-market-item {
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	width: 4.48rem;
	height: 5.3333rem;
	padding: 0 0.2rem;
	margin-bottom: 1.1rem;
	text-align: center;
	-webkit-box-shadow: 0 0 9px 2px rgba(0,0,0,0.1);
	box-shadow: 0 0 9px 2px rgba(0,0,0,0.1)
}

.hot-market-sec .hot-market-list .hot-market-item .hot-market-num {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	position: absolute;
	font-size: 0.8rem;
	width: 1.3333rem;
	height: 1.3333rem;
	top: -0.6667rem;
	padding: 0.1333rem;
	text-align: center;
	background: #fff;
	color: #F14A24;
	border-radius: 50%;
	font-family: HiraginoSansGB-W6;
	-webkit-box-shadow: 0 0 9px 2px rgba(0,0,0,0.1);
	box-shadow: 0 0 9px 2px rgba(0,0,0,0.1)
}

.hot-market-sec .hot-market-list .hot-market-item:nth-child(n+3) {
	margin-bottom: 0
}

.hot-market-sec .hot-market-list .hot-market-item h3 {
	font-size: 0.3733rem;
	color: #F14A24;
	margin-bottom: 0.2rem
}

.hot-market-sec .hot-market-list .hot-market-item p {
	font-size: 0.3733rem;
	color: #999
}

.visual-effects-sec .section-list .section-item {
	width: 4.5333rem;
	height: 2.6667rem;
	margin-bottom: 0.2667rem
}

.visual-effects-sec .section-list .section-item .section-txt {
	text-align: center;
	font-size: 0.3733rem;
	color: #fff
}

.source-material-sec .section-btn {
	margin-top: -2.8rem
}

.movie-television-sec .section-serial {
	text-align: center;
	font-family: HiraginoSansGB-W3;
	font-weight: bold
}

.movie-television-sec .section-serial .section-serial-number {
	font-size: 0.4267rem
}

.movie-television-sec .section-serial .section-serial-line {
	width: 40px;
	height: 4px;
	margin: 0 auto;
	margin-bottom: 0.3333rem;
	background: -webkit-gradient(linear, right top, left top, from(#b1062b), to(#f64f23));
	background: -webkit-linear-gradient(right, #b1062b, #f64f23);
	background: -o-linear-gradient(right, #b1062b, #f64f23);
	background: linear-gradient(-90deg, #b1062b, #f64f23)
}

.movie-television-sec .section-serial .section-serial-txt {
	margin-bottom: 0.6667rem;
	font-size: 0.3733rem
}

.movie-television-sec .movie-television-sec1 .movie-television-list {
	margin-top: -2rem;
	text-align: center
}

.movie-television-sec .movie-television-sec1 .movie-television-list .hot-market-item {
	position: relative;
	display: inline-block;
	width: 3.0667rem;
	padding: 0.4rem 0.5333rem;
	text-align: center;
	background: #fff;
	border-radius: 4px;
	-webkit-box-shadow: 0 0 9px 2px rgba(0,0,0,0.1);
	box-shadow: 0 0 9px 2px rgba(0,0,0,0.1)
}

.movie-television-sec .movie-television-sec1 .movie-television-list .hot-market-item .hot-market-num {
	margin-left: 12px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	font-size: 0.8rem;
	width: 1.3333rem;
	height: 1.3333rem;
	margin-bottom: 0.5333rem;
	padding: 0.1333rem;
	text-align: center;
	background: #fff;
	color: #F14A24;
	border-radius: 50%;
	font-family: HiraginoSansGB-W6;
	-webkit-box-shadow: 0 0 9px 2px rgba(0,0,0,0.1);
	box-shadow: 0 0 9px 2px rgba(0,0,0,0.1)
}

.movie-television-sec .movie-television-sec1 .movie-television-list .hot-market-item:nth-child(n+3) {
	margin-bottom: 0
}

.movie-television-sec .movie-television-sec1 .movie-television-list .hot-market-item h3 {
	margin-bottom: 0.4rem;
	font-size: 0.3733rem
}

.movie-television-sec .movie-television-sec1 .movie-television-list .hot-market-item p {
	font-size: 0.3733rem;
	color: #999
}

.movie-television-sec .movie-television-sec2 {
	padding: 1.3333rem 0;
	background: #f2f2f2
}

.movie-television-sec .movie-television-sec2 .section-list .section-item {
	width: 33.33%;
	text-align: center;
	padding: 0.2667rem;
	background: transparent;
	margin-bottom: 0;
	border-right: 1px solid #ddd;
	border-bottom: 1px solid #ddd
}

.movie-television-sec .movie-television-sec2 .section-list .section-item:nth-child(3n) {
	border-right: none
}

.movie-television-sec .movie-television-sec2 .section-list .section-item:nth-child(n+4) {
	border-bottom: none
}

.movie-television-sec .movie-television-sec2 .section-list .section-item .section-cover {
	width: 0.9rem;
	height: 0.9rem
}

.movie-television-sec .movie-television-sec3 {
	padding: 1.3333rem 0 0
}

.movie-television-sec .movie-television-sec3 .film-editing-list .film-editing-item {
	width: 9.2rem;
	height: 4.8rem;
	margin: 0.2rem auto;
	border-radius: 8px
}

.movie-television-sec .movie-television-sec3 .film-editing-list .film-editing-item .film-editing-txt {
	padding-top: 0.5333rem;
	margin-left: 0.6333rem;
	text-align: left;
	color: #fff;
	font-size: 12px
}

.movie-television-sec .movie-television-sec3 .film-editing-list .film-editing-item .film-editing-txt h3 {
	font-size: 0.3733rem;
	margin-bottom: 0.4rem;
	font-family: HiraginoSansGB-W6
}

.movie-television-sec .movie-television-sec3 .film-editing-list .film-editing-item .film-editing-txt ul li {
	position: relative;
	margin-bottom: 0.1333rem
}

.movie-television-sec .movie-television-sec3 .film-editing-list .film-editing-item .film-editing-txt ul li i {
	width: 6px;
	height: 6px;
	position: absolute;
	left: -10px;
	top: 5px;
	border-radius: 50%;
	background: #fff;
	margin-left: 10px
}

.movie-television-sec .movie-television-sec3 .film-editing-list .film-editing-item .film-editing-txt ul li div {
	display: inline-block;
	margin-left: 10px
}

.mainstream-software-sec {
	height: 16rem;
	background: url("/assets/images/yingshi/ysqn/j1.jpg?v=1587179319710") no-repeat center;
	background-size: cover
}

.mainstream-software-sec .section-title {
	color: #fff
}

.strong-points-sec .strong-points-list .strong-points-item {
	border-radius: 8px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	height: 3.4667rem;
	margin-bottom: 0.2667rem;
	background: #fff;
	-webkit-box-shadow: 0 0 9px 2px rgba(0,0,0,0.1);
	box-shadow: 0 0 9px 2px rgba(0,0,0,0.1)
}

.strong-points-sec .strong-points-list .strong-points-item .strong-points-txt {
	padding-top: 0.2rem;
	padding-left: 0.4rem;
	color: #666
}

.strong-points-sec .strong-points-list .strong-points-item .strong-points-txt h3 {
	margin-bottom: 0.2rem;
	font-size: 0.3733rem;
	color: #666
}

.strong-points-sec .strong-points-list .strong-points-item .strong-points-txt p {
	font-size: 0.2667rem
}

.strong-points-sec .strong-points-list .strong-points-item .strong-points-txt .strong-points-line {
	width: 0.5333rem;
	height: 0.0533rem;
	margin-bottom: 0.2667rem;
	background: -webkit-gradient(linear, right top, left top, from(#b1062b), to(#f64f23));
	background: -webkit-linear-gradient(right, #b1062b, #f64f23);
	background: -o-linear-gradient(right, #b1062b, #f64f23);
	background: linear-gradient(-90deg, #b1062b, #f64f23)
}

.strong-points-sec .strong-points-list .strong-points-item img {
	width: 3.5867rem;
	height: 3.4667rem
}

.strong-points-sec .strong-points-list .strong-points-item .strong-points-cover {
	width: 3.6267rem
}

.stage-works-sec .section-nav-tab {
	margin: 0 -0.4rem 0.5333rem
}

.stage-works-sec .section-nav-tab .section-nav-item.section-nav-btn {
	width: 1.9867rem;
	height: 1.0667rem;
	border-radius: 0.5333rem;
	background-color: transparent;
	border: 2px solid #EC6941;
	color: #EC6941
}

.stage-works-sec .section-nav-tab .section-nav-item.section-nav-btn.section-nav-active {
	background-color: #EC6941;
	color: #fff
}

.section-tab-col img {
	width: 9.1467rem;
	height: 10.48rem;
	max-width: none
}

.star-student-sec .section-list .section-item {
	width: 4.4rem;
	-webkit-box-shadow: 0 0 9px 2px rgba(0,0,0,0.1);
	box-shadow: 0 0 9px 2px rgba(0,0,0,0.1);
	text-align: center
}

.star-student-sec .section-list .section-item .section-cover {
	width: 2.36rem;
	height: 2.36rem;
	margin-top: 0.3333rem
}

.star-student-sec .section-list .section-item .line {
	margin: 0.4rem auto 0.2667rem
}

.star-student-sec .section-list .section-item .star-student-company {
	margin-bottom: 0.4rem
}

.star-student-sec .section-list .section-item .star-student-salary {
	margin-bottom: 0.4rem;
	font-weight: bold
}

.teristic-superiority-sec .section-list {
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center
}

.teristic-superiority-sec .section-list .section-item {
	width: 2.9333rem;
	height: 3.7333rem;
	margin: 0 0.0533rem 0.4rem;
	background: url("/assets/images/yingshi/ysqn/n1.png?v=1587179319710") no-repeat center;
	background-size: cover;
	text-align: center
}

.teristic-superiority-sec .section-list .section-item .section-cover {
	width: 1.4533rem;
	height: 1.4533rem;
	margin: 0.4rem auto 0
}

.teristic-superiority-sec .section-list .section-item .section-txt {
	color: #fff
}

.section-form {
	height: 11.4667rem;
	padding-top: 4.8rem;
	background: url("/assets/images/yingshi/ysqn/form.jpg?v=1587179319710") no-repeat center;
	background-size: cover
}

/*# sourceMappingURL=ysqn.css.map */
