* {
	margin: 0;
	padding: 0;
	font-size: 16px;
	font-family: '微软雅黑';
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

ol,
ul,
li,
dl,
dt,
dd,
form,
p,
h1,
h2,
h3,
h4,
h5,
img {
	margin: 0;
	padding: 0;
}

ol,
ul,
li {
	list-style: none;
	padding: 0;
	margin: 0;
}

img {
	border: none;
	max-width: 100%;
	vertical-align: bottom;
}

a {
	text-decoration: none;
	border: none;
	margin: 0;
	padding: 0;
}

input,
textarea {
	outline: 0;
	resize: none;
	border: none;
	_border: 0;
	margin: 0;
	padding: 0;
}

select {
	border: 0;
}

input::-webkit-search-cancel-button {
	display: none;
}

input[type=button],
input[type=submit],
input[type=search],
button {
	-webkit-appearance: none;
}

table,
table td {
	border-collapse: collapse;
}

select {
	border: 0;
	appearance: none;
	-webkit-appearance: none;
	-moz-appearance: none;
	outline: none;
}

select::-ms-expand {
	display: none;
}

.clear {
	clear: both;
}

.clearfix::after {
	content: '';
	clear: both;
	display: block;
}

.fl {
	float: left;
}

.fr {
	float: right;
}

.div1200 {
	width: 1200px;
	margin: 0 auto;
}

.wrap {
	width: 100%;
	min-width: 1200px;
	_zoom: 1;
	position: relative;
	overflow: hidden;
	margin: 0 auto;
}

@font-face {
	font-family: shsb;
	/*src: url(../font/SOURCEHANSERIFSC-BOLD_0.OTF);*/
	src: url(../font/SourceHanSerifSC-Bold_0.ttf);
}

/* content */

/* 小导航 */
.c-nav {
	background: #fff;
	box-shadow: 0 1px 10px 1px rgba(0, 0, 0, .09);
	position: relative;
}

.c-nav-l {
	font-size: 0;
}

.c-nav-l a {
	display: inline-block;
	line-height: 70px;
	font-size: 16px;
	color: #333;
	position: relative;
}

.c-nav-l a:hover,
.c-nav-l a.cnav-on {
	color: #2b78d9;
	font-weight: bold;
}

.c-nav-l a:hover::before,
.c-nav-l a.cnav-on::before {
	content: '';
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 2px;
	background: #2b78d9;
}

.c-nav-l a:hover::after,
.c-nav-l a.cnav-on::after {
	content: '';
	position: absolute;
	bottom: 2px;
	left: 50%;
	transform: translateX(-50%);
	border: 4px solid #2b78d9;
	border-top-color: transparent;
	border-left-color: transparent;
	border-right-color: transparent;
}

.c-nav-l a:not(:last-child) {
	margin-right: 55px;
}

.c-nav-r a {
	display: inline-block;
	line-height: 70px;
	font-size: 14px;
	color: #333;
	background: url(../images/1-02_05.png) no-repeat left center;
	padding-left: 24px;
}



/* public */
.page-tit {
	text-align: center;
}

.page-tit p {
	font-size: 24px;
	color: #144696;
	font-family: shsb;
	/* margin: -10px 0 -5px; */
}

.page-tit span {
	font-size: 36px;
	color: #da251d;
	font-family: shsb;
}

.xc-tit {
	text-align: center;
}

.titbox > .xc-tit > p {
	font-size: 0;
	position: relative;
	/*padding-bottom: 21px;*/
	padding-top: 10px !important;
	padding-left:0px !important;
	line-height:56px !important;
}

.xc-tit p:before {
	content: '';
	position: absolute;
	bottom: 0;
	left: 50%;
	transform: translateX(-50%);
	background: #bfbfbf;
	width: 260px;
	height: 1px;
}

.xc-tit p:after {
	content: '';
	position: absolute;
	bottom: -1px;
	left: 50%;
	transform: translateX(-50%);
	background: #144696;
	width: 48px;
	height: 3px;
}

.xc-tit span {
	font-size: 36px;
	font-family: shsb;
	display: inline-block;
	margin: -10px 0 -5px;
}

.xc-tit span:first-child {
	color: #da251d;
}

.xc-tit span:last-child {
	color: #144696;
}

/* xc0-box1 */
.xc0-box1 {
	background: url(../images/1-03_08.jpg) no-repeat center;
	height: 458px;
	padding: 20px 0 52px;
	box-sizing: border-box;
}

.xc0-box1-txt {
	width: 670px;
	height: 290px;
	box-sizing: border-box;
	padding: 37px 55px 0;
	box-shadow: 0 0 10px 1px rgba(20, 70, 150, .08);
	margin-top: 60px;
}

.xc0-box1-txt p:first-child {
	font-size: 30px;
	color: #144696;
	height: 30px;
	line-height: 30px;
	border-left: 3px solid #da251d;
	padding-left: 10px;
}

.xc0-box1-txt p {
	font-size: 16px;
	color: #444;
	line-height: 36px;
}

/* 宣传片优势 */
.xc0-box2 {
	background: url(../images/1-04_02.jpg) no-repeat center;
	height: 569px;
	box-sizing: border-box;
	padding: 28px 0;
}

.xc0-box2-list {
	margin-top: 28px;
}

.xc0-box2-list li {
	float: left;
	width: 300px;
	height: 462px;
	box-sizing: border-box;
	border: 1px solid #c9c9c9;
}

.xc0-box2-txt {
	width: 255px;
	margin-left: 20px;
	margin-top: 25px;
}

.xc0-box2-txt p {
	font-size: 14px;
	color: #666;
	line-height: 22px;
}

.xc0-box2-img {
	border: 1px solid #c9c9c9;
	width: 90px;
	height: 90px;
	transform: rotate(45deg);
	margin: 60px auto 0;
	position: relative;
}

.xc0-box2-img img {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%) rotate(-45deg);
}

.xc0-box2-img::before {
	content: '';
	width: 52px;
	height: 1px;
	background: #c9c9c9;
	position: absolute;
	left: -6px;
	bottom: -6px;
	transform-origin: left;
	transform: rotate(135deg);
}

.xc0-box2-img::after {
	content: '';
	width: 52px;
	height: 1px;
	background: #c9c9c9;
	position: absolute;
	top: -6px;
	right: -6px;
	transform-origin: right;
	transform: rotate(135deg);
}

.xc0-box2-list a.gra-btn {
	width: 224px;
	height: 42px;
	line-height: 42px;
	display: block;
	margin: 60px auto 0;
	border-radius: 20px;
	font-size: 22px;
	color: #fff;
	text-align: center;
}

.xc0-box2-list li:nth-child(1) a.gra-btn {
	background: -moz-linear-gradient(135deg, rgb(118, 39, 231) 0%, rgb(84, 78, 231) 52%, rgb(49, 117, 231) 100%);
	background: -webkit-linear-gradient(135deg, rgb(118, 39, 231) 0%, rgb(84, 78, 231) 52%, rgb(49, 117, 231) 100%);
	background: -ms-linear-gradient(135deg, rgb(118, 39, 231) 0%, rgb(84, 78, 231) 52%, rgb(49, 117, 231) 100%);
	background: linear-gradient(135deg, rgb(118, 39, 231) 0%, rgb(84, 78, 231) 52%, rgb(49, 117, 231) 100%);
}

.xc0-box2-list li:nth-child(2) a.gra-btn {
	background: -moz-linear-gradient(135deg, rgb(226, 14, 97) 0%, rgb(235, 85, 123) 52%, rgb(243, 155, 149) 100%);
	background: -webkit-linear-gradient(135deg, rgb(226, 14, 97) 0%, rgb(235, 85, 123) 52%, rgb(243, 155, 149) 100%);
	background: -ms-linear-gradient(135deg, rgb(226, 14, 97) 0%, rgb(235, 85, 123) 52%, rgb(243, 155, 149) 100%);
	background: linear-gradient(135deg, rgb(226, 14, 97) 0%, rgb(235, 85, 123) 52%, rgb(243, 155, 149) 100%);
}

.xc0-box2-list li:nth-child(3) a.gra-btn {
	background: -moz-linear-gradient(135deg, rgb(26, 186, 189) 0%, rgb(13, 158, 184) 52%, rgb(0, 130, 179) 100%);
	background: -webkit-linear-gradient(135deg, rgb(26, 186, 189) 0%, rgb(13, 158, 184) 52%, rgb(0, 130, 179) 100%);
	background: -ms-linear-gradient(135deg, rgb(26, 186, 189) 0%, rgb(13, 158, 184) 52%, rgb(0, 130, 179) 100%);
	background: linear-gradient(135deg, rgb(26, 186, 189) 0%, rgb(13, 158, 184) 52%, rgb(0, 130, 179) 100%);
}

.xc0-box2-list li:nth-child(4) a.gra-btn {
	background: -moz-linear-gradient(135deg, rgb(168, 14, 126) 0%, rgb(194, 11, 114) 52%, rgb(219, 7, 102) 100%);
	background: -webkit-linear-gradient(135deg, rgb(168, 14, 126) 0%, rgb(194, 11, 114) 52%, rgb(219, 7, 102) 100%);
	background: -ms-linear-gradient(135deg, rgb(168, 14, 126) 0%, rgb(194, 11, 114) 52%, rgb(219, 7, 102) 100%);
	background: linear-gradient(135deg, rgb(168, 14, 126) 0%, rgb(194, 11, 114) 52%, rgb(219, 7, 102) 100%);
}

/* 服务分类 */
.xc0-box3 {
	background: #f3f3f3;
	height: 465px;
	box-sizing: border-box;
	padding: 28px 0;
}

.xc0-box3-txt {
	text-align: center;
	margin-top: 13px;
}

.xc0-box3-txt p {
	font-size: 16px;
	color: #555;
	line-height: 30px;
}

.xc0-box3-list {
	margin-left: 10px;
	margin-top: 35px;
}

.xc0-box3-list li {
	float: left;
	border-radius: 8px;
	overflow: hidden;
	width: 170px;
}

.xc0-box3-list li:not(:last-child) {
	margin-right: 34px;
}

.xc0-box3-list-t {
	text-align: center;
	padding-bottom: 18px;
}

.xc0-box3-img {
	height: 71px;
	position: relative;
}

.xc0-box3-img img {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}

.xc0-box3-list-t p {
	font-size: 24px;
	color: #fff;
	font-weight: bold;
}

.xc0-box3-list-t p::before {
	content: '';
	display: block;
	width: 28px;
	height: 2px;
	background: #fff;
	margin: 0 auto 10px;
}

.xc0-box3-list li:nth-child(1) .xc0-box3-list-t {
	background: #4ab76e;
}

.xc0-box3-list li:nth-child(2) .xc0-box3-list-t {
	background: #f3a62a;
}

.xc0-box3-list li:nth-child(3) .xc0-box3-list-t {
	background: #0e86ec;
}

.xc0-box3-list li:nth-child(4) .xc0-box3-list-t {
	background: #ff5353;
}

.xc0-box3-list li:nth-child(5) .xc0-box3-list-t {
	background: #06cd9c;
}

.xc0-box3-list li:nth-child(6) .xc0-box3-list-t {
	background: #8864d2;
}

/* 合优优势 */
.xc0-box4 {
	background: url(../images/1-07_02.jpg) no-repeat center;
	height: 560px;
	box-sizing: border-box;
	padding: 20px 0;
}

.xc0-box4-list {
	width: 801px;
	margin-top: 24px;
}

.xc0-box4-list p:first-child {
	font-size: 24px;
	line-height: 30px;
}

.xc0-box4-list p:first-child span {
	font-size: 18px;
	color: #fff;
	display: inline-block;
	width: 24px;
	height: 24px;
	border-radius: 3px;
	text-align: center;
	line-height: 24px;
	margin-right: 10px;
	transform: translateY(-1px);
}

.xc0-box4-list p:last-child {
	font-size: 14px;
	color: #555;
	line-height: 26px;
	margin-top: 11px;
}

.xc0-box4-list li {
	margin-bottom: 20px;
}

.xc0-box4-list li:nth-child(1) p:first-child {
	color: #0e86ec;
}

.xc0-box4-list li:nth-child(1) span {
	background: #0e86ec;
}

.xc0-box4-list li:nth-child(2) p:first-child {
	color: #f3a62a;
}

.xc0-box4-list li:nth-child(2) span {
	background: #f3a62a;
}

.xc0-box4-list li:nth-child(3) p:first-child {
	color: #4ab76e;
}

.xc0-box4-list li:nth-child(3) span {
	background: #4ab76e;
}

.xc0-box4-list li:nth-child(4) p:first-child {
	color: #ff5c5c;
}

.xc0-box4-list li:nth-child(4) span {
	background: #ff5c5c;
}

/* 宣传片案例 */
.xc0-box5 {
	background: url(../images/1-08_02.jpg) no-repeat center;
	height: 632px;
	box-sizing: border-box;
	padding: 24px 0 32px;
}

.xc0-box5-list {
	margin-top: 34px;
}

.xc0-box5-list li {
	float: left;
	width: 280px;
	text-align: center;
	margin-bottom: 28px;
}

.xc0-box5-list li:not(:nth-child(4n)) {
	margin-right: 26px;
}

.xc0-box5-video {
	position: relative;
}

.xc0-box5-video::before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(20, 70, 150, .8);
	opacity: 0;
	transition: all .5s;
}

.pause {
	position: absolute;
	top: 50%;
	left: 50%;
	background: url(../images/1-09_03.png) no-repeat center;
	transform: translate(-50%, -50%);
	width: 260px;
	height: 190px;
	cursor: pointer;
	opacity: 0;
	transition: all .5s;
}

.xc0-box5-video:hover::before {
	opacity: 1;
}

.xc0-box5-video:hover .pause {
	opacity: 1;
}

.xc0-box5-list a {
	font-size: 16px;
	color: #313131;
	text-align: center;
	display: block;
	padding-top: 11px;
}

/* 服务流程 */
.xc0-box6 {
	background: #f3f3f3;
	box-sizing: border-box;
	height: 304px;
	padding: 28px 0 121px;
}

.xc-box6-list {
	margin-top: 28px;
}

.xc-box6-list li {
	float: left;
	text-align: center;
	width: 112px;
	position: relative;
}

.xc-box6-list li:not(:last-child) {
	margin-right: 99px;
}

.xc-box6-list li:not(:last-child)::after {
	content: url(../images/1-11_20.png);
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	left: 100%;
	margin-left: 37px;
}

.xc0-box6-img {
	position: relative;
	width: 100px;
	height: 100px;
	border: 6px solid #b8d7f1;
	border-radius: 50%;
	background: #0e86ec;
	transition: all .8s;
}

.xc0-box6-img:hover {
	transform: rotateY(360deg);
}

.xc0-box6-img img {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}

.xc-box6-list p {
	font-size: 16px;
	color: #333;
	line-height: 26px;
	width: 180px;
	position: absolute;
	top: 100%;
	left: 50%;
	transform: translateX(-50%);
	margin-top: 11px;
}


/* 企业宣传片 */
.xc1-box1 {
	padding: 20px 0 20px;
	background: #fff;
	box-sizing: border-box;
	height: 515px;
}
.xc1-box11 {
	padding: 2px 0 20px;
	background: #fff;
	box-sizing: border-box;
	height: 480px;
}

.xc1-box1-txt {
	margin-top: 28px;
}

.xc1-box1-r {
	width: 665px;
}

.xc1-box1-rtxt p:first-child {
	font-size: 30px;
	color: #144696;
	height: 30px;
	line-height: 30px;
	border-left: 3px solid #da251d;
	padding-left: 10px;
	margin-top: 6px;
}

.xc1-box1-rtxt p:last-child {
	font-size: 16px;
	color: #555;
	line-height: 30px;
	margin-top: 32px;
}

.xc1-box1-rlist {
	margin-top: 40px;
}

.xc1-box1-rlist li {
	float: left;
	text-align: center;
	margin-left: 55px;
}

.xc1-box1-rlist p {
	font-size: 16px;
	color: #333;
	margin-top: 11px;
}


/* 宣传片好处 */
.xc1-box2 {
	background: url(../images/1-01_02.jpg) no-repeat center;
	height: 352px;
	box-sizing: border-box;
	padding: 36px 0 44px;
}

.xc1-box2-list {
	margin-left: 40px;
	margin-top: 53px;
}

.xc1-box2-list p {
	font-size: 18px;
	color: #333;
}

.xc1-box2-list ul {
	margin-right: -50px;
}

.xc1-box2-list li {
	float: left;
}

.xc1-box2-list li:nth-child(1) p {
	text-indent: 15px;
	margin-top: -23px;
}

.xc1-box2-list li:nth-child(2) {
	margin-left: 20px;
}

.xc1-box2-list li:nth-child(2) p {
	text-indent: 6px;
	margin-bottom: 16px;
}

.xc1-box2-list li:nth-child(3) {
	margin-left: 25px;
}

.xc1-box2-list li:nth-child(3) p {
	margin-left: -12px;
	margin-top: -32px;
}

.xc1-box2-list li:nth-child(4) {
	margin-left: 48px;
}

.xc1-box2-list li:nth-child(4) p {
	margin-bottom: 17px;
	margin-left: -4px;
}

.xc1-box2-list li:nth-child(5) {
	margin-left: 13px;
}

.xc1-box2-list li:nth-child(5) p {
	margin-left: -3px;
	margin-top: -22px;
}

/* 如何策划一个有价值的企业宣传片 */
.xc1-box3 {
	height: 800px;
	padding: 28px 0 28px;
	background: url(../images/1-103_02.jpg) no-repeat center;
	box-sizing: border-box;
}

.xc1-box3-txt {
	text-align: center;
	margin-top: 23px;
}

.xc1-box3-txt p {
	font-size: 16px;
	color: #333;
	line-height: 30px;
}

.xc1-box3-list {
	margin-top: 57px;
}

.xc1-box3-bgtxt {
	background: url(../images/1-104_03.png) no-repeat center;
	height: 130px;
	text-align: center;
	padding-top: 20px;
	box-sizing: border-box;
}

.xc1-box3-bgtxt p {
	font-size: 16px;
	color: #333;
	line-height: 30px;
	margin-top: 24px;
}

/* 视频 */
.sp0-box1 {
	background: #f3f3f3 url(../images/1-03_02.jpg) no-repeat center bottom;
	box-sizing: border-box;
	height: 970px;
	padding: 10px 0 10px;
}

.sp0-box1-img {
	position: relative;
	margin-top: 28px;
}

.sp0-box1-abs {
	background: #fff;
	position: absolute;
	right: 0;
	top: 50%;
	transform: translateY(-50%);
	width: 800px;
	box-shadow: 0 0 5px 1px rgba(0, 0, 0, .08);
	box-sizing: border-box;
	padding: 42px 63px 37px 33px;
	height: 338px;
}

/* .sp0-box1-abs p:first-child {
	font-size: 30px;
	color: #144696;
}

.sp0-box1-abs p:first-child::before {
	width: 44px;
	height: 2px;
	background: #da251d;
	content: '';
	display: inline-block;
	vertical-align: middle;
	margin-right: 18px;
} */

.line-tit {
	font-size: 30px;
	color: #144696;
}

.line-tit::before {
	width: 44px;
	height: 2px;
	background: #da251d;
	content: '';
	display: inline-block;
	vertical-align: middle;
	margin-right: 18px;
}

.sp0-box1-abs p:last-child {
	font-size: 16px;
	color: #444;
	line-height: 33px;
	margin-top: 13px;
}

/* 视频制作优势 */
.sp0-box2 {
	margin-top: 36px;
}

.sp0-box2-list {
	margin-top: 28px;
}

.sp0-box2-list li {
	float: left;
	width: 220px;
	border-radius: 8px;
	overflow: hidden;
	background: #fff;
	height: 341px;
	position: relative;
}

.sp0-box2-list li:not(:last-child) {
	margin-right: 25px;
}

.sp0-box2-list-tit {
	position: relative;
}

.sp0-box2-list-tit p {
	font-size: 20px;
	color: #fff;
	font-weight: bold;
	line-height: 62px;
	text-align: center;
	position: relative;
	z-index: 99;
}

.sp0-box2-list-tit span {
	position: absolute;
	left: 50%;
	transform: translate(-50%, -50%);
	border-radius: 50%;
	width: 49px;
	height: 49px;
	line-height: 49px;
	text-align: center;
	font-size: 18px;
	color: #fffefe;
	top: 100%;
}

.sp0-box2-list li>p {
	font-size: 16px;
	color: #666;
	line-height: 26px;
	padding: 0 20px;
	margin-top: 51px;
}

.sp0-box2-list-img {
	text-align: center;
	position: absolute;
	bottom: 30px;
	width: 100%;
}

.sp0-box2-list li:nth-child(1) .sp0-box2-list-tit {
	background: #2b78d9;
}

.sp0-box2-list li:nth-child(1) .sp0-box2-list-tit span {
	background: #2b78d9;
}

.sp0-box2-list li:nth-child(2) .sp0-box2-list-tit {
	background: #4ab76e;
}

.sp0-box2-list li:nth-child(2) .sp0-box2-list-tit span {
	background: #4ab76e;
}

.sp0-box2-list li:nth-child(3) .sp0-box2-list-tit {
	background: #f3a62a;
}

.sp0-box2-list li:nth-child(3) .sp0-box2-list-tit span {
	background: #f3a62a;
}

.sp0-box2-list li:nth-child(4) .sp0-box2-list-tit {
	background: #ff5353;
}

.sp0-box2-list li:nth-child(4) .sp0-box2-list-tit span {
	background: #ff5353;
}

.sp0-box2-list li:nth-child(5) .sp0-box2-list-tit {
	background: #8864d2;
}

.sp0-box2-list li:nth-child(5) .sp0-box2-list-tit span {
	background: #8864d2;
}


/* 视频制作分类 */
.sp0-box3 {
	background: #faf9f7;
	height: 386px;
	box-sizing: border-box;
	padding: 28px 0 14px;
}

.sp0-box3-list {
	margin-top: 51px;
}

.sp0-box3-list li {
	float: left;
}

.sp0-box3-list li:not(:last-child) {
	margin-right: 70px;
}

.sp0-box3-list li:hover>a {
	color: #2b78d9;
}

.sp0-box3-list li:hover .sp-more {
	display: block;
}

.sp0-box3-img {
	position: relative;
}

.sp0-box3-img .sp-more {
	position: absolute;
	width: 100%;
	height: 100%;
	background: url(../images/3-003_03.png) no-repeat center;
	top: 0;
	left: 0;
	text-align: center;
	font-size: 16px;
	color: #fff;
	line-height: 210px;
	display: none;
}

.sp0-box3-list li>a {
	font-size: 18px;
	display: block;
	text-align: center;
	color: #333;
	padding-top: 17px;
}

/* 产品需要视频吗？ */
.sp1-box3 {
	background: url(../images/3-104_02.jpg) no-repeat center;
	height: 484px;
	box-sizing: border-box;
	padding: 60px 0 91px;
}

.sp1-box3-txt {
	width: 741px;
	margin-top: 30px;
}

.sp1-box3-txt p {
	font-size: 16px;
	color: #333;
	line-height: 30px;
}

.sp1-box3-txt p:not(:last-child) {
	margin-bottom: 30px;
}

.sp0-box7 {
	height: 372px;
	padding: 28px 0 0;
}


/* 3-1产品视频制作 */
.sp1-box1 {
	background: url(../images/3-100_02.jpg) no-repeat center;
	height: 460px;
	box-sizing: border-box;
	padding: 20px 0 194px;
}

.sp1-box1-txt {
	text-align: center;
}

.sp1-box1-txt p:first-child {
	font-size: 30px;
	color: #144696;
	margin-bottom: 20px;
	margin-top: 10px;
}

.sp1-box1-txt p:last-child {
	font-size: 16px;
	color: #444;
	line-height: 32px;
}

/* 制作建议 */
.sp1-box2 {
	background: url(../images/3-102_02.jpg) no-repeat center;
	height: 382px;
	box-sizing: border-box;
	padding: 28px 0 120px;
}

.sp1-box2-txt {
	width: 456px;
	margin-left: 386px;
	margin-top: 55px;
}

.sp1-box2-txt p {
	font-size: 16px;
	color: #333;
	line-height: 32px;
	text-indent: 34px;
}

.sp1-box2-txt p:not(:last-child) {
	margin-bottom: 31px;
}

.sp1-box2-txt span {
	color: #da251d;
}

/* 产品视频特点 */
.sp-box4 {
	background: url(../images/sp-00_02.jpg) no-repeat center;
	height: 468px;
	box-sizing: border-box;
	padding: 28px 0 0;
}

.sp-box4-txt {
	text-align: center;
	margin-top: 13px;
}

.sp-box4-txt p {
	font-size: 16px;
	color: #333;
	line-height: 30px;
}

.sp-box4-txt-list {
	margin-top: 28px;
}

.sp-box4-msg {
	width: 386px;
	margin-bottom: 12px;
}

.sp-box4-msg:nth-child(even) {
	float: right;
}

.sp-box4-msg:nth-child(odd) {
	float: left;
	clear: both;
}


/* 广告片 */
.gg0-box1 {
	background: #f3f3f3 url(../images/gg-00_02.jpg) no-repeat center bottom;
	box-sizing: border-box;
	padding: 12px 0 12px;
	height: 1170px;
}

.gg0-box1-txt {
	margin-top: 36px;
	position: relative;
}

.gg0-box1-txt::before {
	content: '';
	position: absolute;
	right: 0;
	top: 50%;
	transform: translateY(-50%);
	width: 476px;
	height: 410px;
	background: #2b78d9;
}

.gg0-box1-msg {
	background: #fff;
	margin-right: 18px;
	width: 560px;
	height: 370px;
	box-sizing: border-box;
	padding: 55px 53px 0 43px;
	position: relative;
	z-index: 99;
}

.gg0-box1-msg p:last-child {
	font-size: 16px;
	color: #444;
	line-height: 36px;
}

/* 广告片对品牌有什么影响力 */
.gg0-box2 {
	margin-top: 50px;
}

.gg0-box2-list {
	margin-top: 83px;
}

.gg0-box2-list li {
	width: 582px;
	height: 200px;
	box-sizing: border-box;
	border: 1px solid;
	border-radius: 5px;
	padding: 17px 39px 0 29px;
	position: relative;
	margin-bottom: 70px;
}

.gg0-box2-txt p:first-child {
	font-size: 26px;
	text-indent: 122px;
}

.gg0-box2-txt p:last-child {
	font-size: 16px;
	color: #555;
	line-height: 30px;
	margin-top: 29px;
}

.gg0-box2-img {
	position: absolute;
	width: 100px;
	height: 100px;
	border-radius: 50%;
	background: #fff;
	text-align: center;
	line-height: 100px;
	left: 40px;
	top: -40px;
	box-shadow: 0 0 13px 1px rgba(0, 0, 0, .09);
}

.gg0-box2-img img {
	vertical-align: middle;
}

.gg0-box2-img img:last-child {
	display: none;
}

.gg0-box2 li:hover .gg0-box2-img img:last-child {
	display: inline-block;
}

.gg0-box2 li:hover .gg0-box2-img img:first-child {
	display: none;
}

.gg0-box2 li:nth-child(odd) {
	float: left;
}

.gg0-box2 li:nth-child(even) {
	float: right;
}

.gg0-box2 li:nth-child(1) {
	border-color: #2bc2d2;
}

.gg0-box2 li:nth-child(1) p:first-child {
	color: #2bc2d2;
}

.gg0-box2 li:nth-child(1):hover .gg0-box2-img {
	background: -moz-linear-gradient(135deg, rgb(91, 109, 255) 0%, rgb(63, 159, 229) 52%, rgb(35, 209, 203) 100%);
	background: -webkit-linear-gradient(135deg, rgb(91, 109, 255) 0%, rgb(63, 159, 229) 52%, rgb(35, 209, 203) 100%);
	background: -ms-linear-gradient(135deg, rgb(91, 109, 255) 0%, rgb(63, 159, 229) 52%, rgb(35, 209, 203) 100%);
	background: linear-gradient(135deg, rgb(91, 109, 255) 0%, rgb(63, 159, 229) 52%, rgb(35, 209, 203) 100%);
}

.gg0-box2 li:nth-child(2) {
	border-color: #32b16c;
}

.gg0-box2 li:nth-child(2) p:first-child {
	color: #32b16c;
}

.gg0-box2 li:nth-child(2):hover .gg0-box2-img {
	background: -moz-linear-gradient(135deg, rgb(50, 177, 108) 0%, rgb(88, 158, 182) 48%, rgb(125, 139, 255) 100%);
	background: -webkit-linear-gradient(135deg, rgb(50, 177, 108) 0%, rgb(88, 158, 182) 48%, rgb(125, 139, 255) 100%);
	background: -ms-linear-gradient(135deg, rgb(50, 177, 108) 0%, rgb(88, 158, 182) 48%, rgb(125, 139, 255) 100%);
	background: linear-gradient(135deg, rgb(50, 177, 108) 0%, rgb(88, 158, 182) 48%, rgb(125, 139, 255) 100%);
}

.gg0-box2 li:nth-child(3) {
	border-color: #f6665a;
	margin-bottom: 0;
}

.gg0-box2 li:nth-child(3) p:first-child {
	color: #f6665a;
}

.gg0-box2 li:nth-child(3):hover .gg0-box2-img {
	background: -moz-linear-gradient(135deg, rgb(246, 102, 90) 0%, rgb(181, 72, 161) 52%, rgb(115, 42, 231) 100%);
	background: -webkit-linear-gradient(135deg, rgb(246, 102, 90) 0%, rgb(181, 72, 161) 52%, rgb(115, 42, 231) 100%);
	background: -ms-linear-gradient(135deg, rgb(246, 102, 90) 0%, rgb(181, 72, 161) 52%, rgb(115, 42, 231) 100%);
	background: linear-gradient(135deg, rgb(246, 102, 90) 0%, rgb(181, 72, 161) 52%, rgb(115, 42, 231) 100%);
}

.gg0-box2 li:nth-child(4) {
	border-color: #4569c0;
	margin-bottom: 0;
}

.gg0-box2 li:nth-child(4) p:first-child {
	color: #4569c0;
}

.gg0-box2 li:nth-child(4):hover .gg0-box2-img {
	background: -moz-linear-gradient(135deg, rgb(66, 105, 194) 0%, rgb(156, 104, 142) 52%, rgb(246, 102, 90) 100%);
	background: -webkit-linear-gradient(135deg, rgb(66, 105, 194) 0%, rgb(156, 104, 142) 52%, rgb(246, 102, 90) 100%);
	background: -ms-linear-gradient(135deg, rgb(66, 105, 194) 0%, rgb(156, 104, 142) 52%, rgb(246, 102, 90) 100%);
	background: linear-gradient(135deg, rgb(66, 105, 194) 0%, rgb(156, 104, 142) 52%, rgb(246, 102, 90) 100%);
}


/* 广告片分类 */
.gg0-box3 {
	height: 536px;
	box-sizing: border-box;
	padding: 20px 0;
	background: #faf9f7;
}

.gg0-box3-list {
	margin-top: 20px;
}

.gg0-box3-list li {
	float: left;
	width: 280px;
	position: relative;
	overflow: hidden;
}

.gg0-box3-list li:not(:last-child) {
	margin-right: 26px;
}

.gg0-box3-txt {
	position: absolute;
	width: 100%;
	height: 100%;
	bottom: 0;
	left: 0;
	text-align: center;
	box-sizing: border-box;
	height: 45px;
	transition: all .5s;
}

.gg0-box3-txt p {
	font-size: 22px;
	color: #fff;
	transition: all .5s;
	line-height: 45px;
}

.gg0-box3-txt a {
	display: block;
	width: 156px;
	height: 40px;
	border-radius: 20px;
	background: #fff;
	text-align: center;
	font-size: 16px;
	line-height: 40px;
	margin: 46px auto 0;
}

.gg0-box3-list li:nth-child(1) .gg0-box3-txt {
	background: rgba(61, 130, 219, 1);
}

.gg0-box3-list li:nth-child(1) a {
	color: rgba(61, 130, 219, 1);
}

.gg0-box3-list li:nth-child(1):hover p {
	font-size: 30px;
	margin-top: 150px;
	line-height: normal;
}

.gg0-box3-list li:nth-child(1):hover .gg0-box3-txt {
	height: 100%;
	background: rgba(61, 130, 219, .9);
}

.gg0-box3-list li:nth-child(2) .gg0-box3-txt {
	background: rgba(255, 131, 40, 1);
}

.gg0-box3-list li:nth-child(2) a {
	color: rgba(255, 131, 40, 1);
}

.gg0-box3-list li:nth-child(2):hover p {
	font-size: 30px;
	margin-top: 150px;
	line-height: normal;
}

.gg0-box3-list li:nth-child(2):hover .gg0-box3-txt {
	height: 100%;
	background: rgba(255, 131, 40, .9);
}

.gg0-box3-list li:nth-child(3) .gg0-box3-txt {
	background: rgba(255, 92, 92, 1);
}

.gg0-box3-list li:nth-child(3) a {
	color: rgba(255, 92, 92, 1);
}

.gg0-box3-list li:nth-child(3):hover p {
	font-size: 30px;
	margin-top: 150px;
	line-height: normal;
}

.gg0-box3-list li:nth-child(3):hover .gg0-box3-txt {
	height: 100%;
	background: rgba(255, 92, 92, .9);
}

.gg0-box3-list li:nth-child(4) .gg0-box3-txt {
	background: rgba(141, 128, 239, 1);
}

.gg0-box3-list li:nth-child(4) a {
	color: rgba(141, 128, 239, 1);
}

.gg0-box3-list li:nth-child(4):hover p {
	font-size: 30px;
	margin-top: 150px;
	line-height: normal;
}

.gg0-box3-list li:nth-child(4):hover .gg0-box3-txt {
	height: 100%;
	background: rgba(141, 128, 239, .9);
}

/* 广告片服务流程 */
.gg0-box4 .xc-box6-list li:not(:last-child)::after {
	display: none;
}

.gg0-box4 .xc-box6-list li:nth-child(1) p {
	color: #0f86ec;
}

.gg0-box4 .xc-box6-list li:nth-child(2) .xc0-box6-img {
	background: #ff5353;
	border-color: #f8b3b3;
}

.gg0-box4 .xc-box6-list li:nth-child(2) p {
	color: #ff5353;
}

.gg0-box4 .xc-box6-list li:nth-child(3) .xc0-box6-img {
	background: #38c13f;
	border-color: #a8dfab;
}

.gg0-box4 .xc-box6-list li:nth-child(3) p {
	color: #38c13f;
}

.gg0-box4 .xc-box6-list li:nth-child(4) .xc0-box6-img {
	background: #ea68a2;
	border-color: #efbbd3;
}

.gg0-box4 .xc-box6-list li:nth-child(4) p {
	color: #ea68a2;
}

.gg0-box4 .xc-box6-list li:nth-child(5) .xc0-box6-img {
	background: #8864d2;
	border-color: #c8bae6;
}

.gg0-box4 .xc-box6-list li:nth-child(5) p {
	color: #8864d2;
}

.gg0-box4 .xc-box6-list li:nth-child(6) .xc0-box6-img {
	background: #2e9e34;
	border-color: #a4d1a7;
}

.gg0-box4 .xc-box6-list li:nth-child(6) p {
	color: #2e9e34;
}

/* 器材配置 */
.gg0-box6 {
	background: url(../images/gg-06_02.jpg) no-repeat center;
	box-sizing: border-box;
	height: 462px;
	padding-top: 60px;
}

.gg0-box6-txt {
	width: 540px;
}

.gg0-box6-txt p {
	font-size: 20px;
	color: #144696;
	line-height: 36px;
	font-weight: bold;
	margin-top: 81px;
}

/* 品牌广告片 */
.gg1-box0 {
	background: #f3f3f3 url(../images/1-01_02.jpg) no-repeat center bottom;
	box-sizing: border-box;
	padding: 6px 0 0;
}

.gg1-box0-txt {
	margin-top: 20px;
}

.gg1-box0-msg {
	background: #fff;
	width: 600px;
	box-sizing: border-box;
	padding: 40px 40px 0 50px;
	height: 420px;
}

.gg1-box0-msg .line-tit {
	margin-bottom: 11px;
}

.gg1-box0-msg p:not(.line-tit) {
	font-size: 16px;
	color: #444;
	line-height: 34px;
	text-indent: 30px;
}

.gg1-box0-msg span {
	color: #da251d;
}

/* 品牌广告片好处 */
.gg-box1 {
	background: none;
}

.gg-box1 .xc1-box2-list li:nth-child(4) p {
	margin-left: 10px;
}

.gg-box1 .xc1-box2-list li:nth-child(5) p {
	margin-left: 20px;
}

/* 品牌广告要素分析 */
.gg1-box1 {
	padding: 24px 0 20px;
	box-sizing: border-box;
	background: #fff;
}

.gg1-box1-list {
	margin-top: 24px;
}

.gg1-box1-list li {
	width: 580px;
	height: 185px;
	box-sizing: border-box;
	background: #fff;
	border-top: 2px solid;
	box-shadow: 0 0 10px 0 rgba(0, 0, 0, .09);
	padding: 31px 0;
	margin-bottom: 20px;
	position: relative;
}

.gg1-box1-list li:nth-child(odd) {
	float: left;
}

.gg1-box1-list li:nth-child(even) {
	float: right;
}

.gg1-box1-img {
	width: 100px;
	height: 120px;
	line-height: 120px;
	text-align: center;
	border-right: 1px solid #e0e0e0;
}

.gg1-box1-img img {
	vertical-align: middle;
}

.gg1-box1-txt {
	width: 479px;
	box-sizing: border-box;
	padding: 0 21px;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	right: 0;
}

.gg1-box1-txt p:first-child {
	font-size: 20px;
	font-weight: bold;
}

.gg1-box1-txt p:last-child {
	font-size: 14px;
	color: #666;
	line-height: 22px;
	margin-top: 10px;
}

.gg1-box1-list li:nth-child(1) {
	border-color: #4ab76e;
}

.gg1-box1-list li:nth-child(1) p:first-child {
	color: #4ab76e;
}

.gg1-box1-list li:nth-child(2) {
	border-color: #ff5353;
}

.gg1-box1-list li:nth-child(2) p:first-child {
	color: #ff5353;
}

.gg1-box1-list li:nth-child(3) {
	border-color: #8864d2;
}

.gg1-box1-list li:nth-child(3) p:first-child {
	color: #8864d2;
}

.gg1-box1-list li:nth-child(4) {
	border-color: #0e86ec;
}

.gg1-box1-list li:nth-child(4) p:first-child {
	color: #0e86ec;
}


/* 4-0短视频 */
.dsp0-box1 {
	background: #fff;
	box-sizing: border-box;
	padding: 10px 0 10px;
	height: 478px;
}

.dsp0-box1-txt {
	margin-top: 20px;
}

.dsp0-box1-img {
	box-shadow: 10px 9px 0 0 #a6c6ef;
	width: 540px;
}

.dsp0-box1-msg {
	width: 620px;
	height: 361px;
	box-sizing: border-box;
	padding: 9px 0 0;
}

.dsp0-box1-msg .line-tit::before {
	display: none;
}

.dsp0-box1-msg .line-tit::after {
	width: 54px;
	height: 2px;
	background: #da251d;
	content: '';
	display: block;
	margin-top: 22px;
}

.dsp0-box1-msg p:nth-child(2) {
	font-size: 16px;
	color: #444;
	line-height: 36px;
	margin-top: 18px;
}

.dsp0-box1-msg p:nth-child(3) {
	color: #144696;
	font-size: 16px;
	line-height: 36px;
}

/* 我们不能忽视的短视频六大优势 */
.dsp0-box2 {
	background: #f5f5f5;
	padding: 28px 0 28px;
	box-sizing: border-box;
}

.dsp0-box2-list {
	margin-top: 32px;
}

.dsp0-box2-list li {
	float: left;
	width: 200px;
	height: 276px;
	box-sizing: border-box;
	border-radius: 5px;
	overflow: hidden;
	padding-top: 0px;
	text-align: center;
}

.dsp0-box2-img {
	width: 118px;
	height: 118px;
	line-height: 118px;
	text-align: center;
	border-radius: 50%;
	margin: 0 auto;
	border: 1px solid;
	background: #fff;
}

.dsp0-box2-img img {
	vertical-align: middle;
}

.dsp0-box2-txt {
	width: 155px;
	margin: 0 auto;
	text-align: left;
}

.dsp0-box2-txt p:first-child {
	font-size: 18px;
	font-weight: bold;
	text-align: center;
	margin: 17px 0 14px;
}

.dsp0-box2-txt p:last-child {
	font-size: 14px;
	color: #666;
	line-height: 18px;
}


.dsp0-box2-list li:nth-child(1) .dsp0-box2-img {
	border-color: #ff6b6b;
}

.dsp0-box2-list li:nth-child(1) p:first-child {
	color: #ff6b6b;
}

.dsp0-box2-list li:nth-child(2) .dsp0-box2-img {
	border-color: #2b78d9;
}

.dsp0-box2-list li:nth-child(2) p:first-child {
	color: #2b78d9;
}

.dsp0-box2-list li:nth-child(3) .dsp0-box2-img {
	border-color: #4dbd20;
}

.dsp0-box2-list li:nth-child(3) p:first-child {
	color: #4dbd20;
}

.dsp0-box2-list li:nth-child(4) .dsp0-box2-img {
	border-color: #ec6941;
}

.dsp0-box2-list li:nth-child(4) p:first-child {
	color: #ec6941;
}

.dsp0-box2-list li:nth-child(5) .dsp0-box2-img {
	border-color: #e565ae;
}

.dsp0-box2-list li:nth-child(5) p:first-child {
	color: #e565ae;
}

.dsp0-box2-list li:nth-child(6) .dsp0-box2-img {
	border-color: #2ac5d1;
}

.dsp0-box2-list li:nth-child(6) p:first-child {
	color: #2ac5d1;
}

.dsp0-box2-list li:hover .dsp0-box2-txt p {
	color: #fff;
}

.dsp0-box2-list li:hover:nth-child(1) {
	background: #ff6b6b;
}

.dsp0-box2-list li:hover:nth-child(2) {
	background: #2b78d9;
}

.dsp0-box2-list li:hover:nth-child(3) {
	background: #4dbd20;
}

.dsp0-box2-list li:hover:nth-child(4) {
	background: #ec6941;
}

.dsp0-box2-list li:hover:nth-child(5) {
	background: #e565ae;
}

.dsp0-box2-list li:hover:nth-child(6) {
	background: #2ac5d1;
}

/* 短视频的未来便是品牌的未来 */
.dsp0-box3 {
	background: url(../images/dsp-03_02.jpg) no-repeat center;
	height: 498px;
	box-sizing: border-box;
	padding: 28px 0 144px;
}

.dsp0-box3-txt {
	width: 726px;
	margin-top: 36px;
}

.iconp {
	font-size: 16px;
	color: #444;
	line-height: 30px;
	position: relative;
}

.iconp::before {
	content: url(../images/dsp-04_03.png);
	position: absolute;
	left: -20px;
}

.iconp:not(:last-child) {
	margin-bottom: 10px;
}


/* 平台众多，形式多变，而我们制作更灵活 */
.dsp0-box4 {
	background: url(../images/dsp-07_02.jpg) no-repeat center;
	height: 506px;
	box-sizing: border-box;
	padding: 28px 0 166px;
}

.dsp0-box4-txt {
	width: 624px;
	margin-left: 20px;
	margin-top: 25px;
}

.dsp0-box5 {
	background: #f5f5f5;
	box-sizing: border-box;
	height: 588px;
	padding: 28px 0 28px;
}

.dsp0-box5-list {
	margin-top: 28px;
}

.dsp0-box5-list li {
	float: left;
	overflow: hidden;
	width: 230px;
	border-top-left-radius: 8px;
	border-top-right-radius: 8px;
}

.dsp0-box5-list li:not(:last-child) {
	margin-right: 12px;
}

.dsp0-box5-list li:nth-child(even) {
	margin-top: 30px;
}

.dsp0-box5-img {
	position: relative;
}

.dsp0-box5-img span {
	font-size: 16px;
	color: #fff;
	position: absolute;
	bottom: 10px;
	left: 10px;
}

.dsp0-box5-txt {
	border: 1px solid #ddd;
	padding: 14px 9px 0;
	height: 180px;
	box-sizing: border-box;
}

.dsp0-box5-txt p {
	font-size: 14px;
	color: #555;
	line-height: 24px;
}

.dsp0-box5-txt p::before {
	content: '·';
	font-size: 14px;
	color: #da251d;
	font-weight: bold;
	margin-right: 3px;
}


/* 抖音短视屏 */
.dsp1-box0 {
	background: url(../images/dsp-05_02.jpg) no-repeat center;
	height: 438px;
	box-sizing: border-box;
	padding: 16px 0 0;
}

.dsp1-box0-txt {
	width: 715px;
	margin-left: auto;
	margin-top: 24px;
}

.dsp1-box0-txt p.line-tit {
	margin-bottom: 18px;
}

.dsp1-box0-txt p.line-tit::before {
	display: none;
}

.dsp1-box0-txt p.line-tit::after {
	width: 54px;
	height: 2px;
	background: #da251d;
	content: '';
	display: block;
	margin-top: 22px;
}

.dsp1-box0-txt p:not(.line-tit) {
	font-size: 16px;
	color: #444;
	line-height: 36px;
	text-indent: 32px;
}

.dsp1-box1 {background: #f5f5f5;}


/* 平面设计 */
.sj-box1 {
	box-sizing: border-box;
	background: url(../images/sj-01_03.jpg) no-repeat center;
	height: 475px;
	padding: 60px 0 0;
}

.sj-box1-txt {
	text-align: center;
	margin-top: 31px;
}

.sj-box1-txt p {
	font-size: 16px;
	color: #444;
	line-height: 36px;
}

/* 平面设计类别 */
.sj-box2 {
	background: #f3f3f3;
	box-sizing: border-box;
	padding: 206px 0 0;
}

.sj-box2-list {
	margin-top: 41px;
}

.sj-box2-list li {
	background: #fff;
}

.sj-box2-list li:not(:last-child) {
	margin-bottom: 39px;
}

.sj-box2-txt {
	width: 700px;
	background: #fff;
	box-sizing: border-box;
	padding: 36px 40px 0 36px;
}

.sj-box2-simg {
	height: 33px;
}

.sj-box2-btit {
	font-size: 30px;
	line-height: 60px;
	margin-top: 20px;
}

.sj-box2-stxt {
	font-size: 16px;
	color: #555;
	line-height: 30px;
	margin-top: 7px;
}

.sj-box2-more {
	font-size: 14px;
	color: #da251d;
	display: block;
	margin-top: 9px;
}

.sj-box2-more::after {
	content: url(../images/sj-03_13.png);
	display: block;
	margin-top: -7px;
}

.sj-box2-list li:nth-child(1) .sj-box2-btit {
	color: #5674fc;
}

.sj-box2-list li:nth-child(2) .sj-box2-btit {
	color: #e60012;
}

.sj-box2-list li:nth-child(3) .sj-box2-btit {
	color: #f39700;
}

.sj-box2-list li:nth-child(4) .sj-box2-btit {
	color: #23d1cb;
}

/* 平面设计优势 */
.sj-box3 {
	background: url(../images/sj-05_02.jpg) no-repeat center;
	height: 724px;
	box-sizing: border-box;
	padding: 60px 0 0;
}

.sj-box3-txt {
	margin-top: 129px;
}

.sj-box3-txt p {
	font-size: 16px;
	color: #444;
	position: relative;
	padding-left: 86px;
}

.sj-box3-txt p:not(:last-child) {
	margin-bottom: 72px;
}

.sj-box3-txt span {
	font-size: 30px;
	color: #fff;
	font-family: arial;
	position: absolute;
	width: 62px;
	height: 62px;
	border-radius: 50%;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
	background: #3780db;
	border: 4px solid #689ee3;
	text-align: center;
	line-height: 62px;
}

.sj-box3-txt p:nth-child(1) {
	margin-left: 456px;
}

.sj-box3-txt p:nth-child(2) {
	margin-left: 499px;
}

.sj-box3-txt p:nth-child(3) {
	margin-left: 542px;
}

.sj-box3-txt p:nth-child(4) {
	margin-left: 587px;
}

.sj-box3-txt p:nth-child(5) {
	margin-left: 635px;
}

/* 平面设计使用软件 */
.sj-box4 {
	background: url(../images/sj-06_02.jpg) no-repeat center;
	height: 487px;
	box-sizing: border-box;
	padding: 60px 0 0;
}

.sj-box4-txt {
	text-align: center;
	margin-top: 35px;
}

.sj-box4-txt p {
	font-size: 16px;
	color: #444;
	line-height: 26px;
}

.sj-box4-img {
	text-align: center;
	font-size: 0;
	margin-top: 45px;
}

.sj-box4-img img {
	margin: 0 24px;
}


/* 5-1产品拍摄 */
.ps-box0 {
	background: #fff;
	box-sizing: border-box;
	padding: 80px 0;
}

.ps-box0-img {
	width: 500px;
	position: relative;
}

.ps-box0-img img {
	position: relative;
}

.ps-box0-img::before {
	content: '';
	position: absolute;
	width: 480px;
	height: 370px;
	box-sizing: border-box;
	border: 2px solid #2b78d9;
	top: -18px;
	left: -18px;
}

.ps-box0-msg {
	height: 330px;
	width: 670px;
	box-sizing: border-box;
}

.ps-box0-msg .line-tit {
	margin-top: -7px;
	margin-bottom: 18px;
}

.ps-box0-msg .line-tit::before {
	display: none;
}

.ps-box0-msg .line-tit::after {
	width: 54px;
	height: 2px;
	background: #da251d;
	content: '';
	display: block;
	margin-top: 16px;
}

.ps-box0-msg .iconp {
	margin-left: 19px;
	line-height: 36px;
}

.ps-box0-msg .iconp span {
	color: #da251d;
}

/* 产品拍摄案例 */
.ps-box1 {
	background: #f5f5f5;
}

/* 代运营服务 */
.dyy-box0 {
	background: url(../images/dyy-01_02.jpg) no-repeat center;
	height: 460px;
	box-sizing: border-box;
	padding: 20px 0 88px;
}

.dyy-box0-txt {
	width: 680px;
	margin-top: 20px;
}

.dyy-box0-txt p {
	font-size: 15px;
	color: #555;
	line-height: 30px;
	text-indent: 32px;
}

.dyy-box0-txt p:not(:last-child) {
	margin-bottom: 12px;
}

.dyy-box0-txt span {
	font-size: 24px;
	color: #144696;
}

.dyy-box0-ctxt {
	width: 680px;
	margin-top: 40px;
}

.dyy-box0-ctxt p {
	font-size: 16px;
	color: #0e86ec;
	font-weight: bold;
	text-align: center;
	position: relative;
	width: 360px;
	margin: 0 auto;
}

.dyy-box0-ctxt p::before {
	content: '◆';
	font-size: 20px;
	color: #0e86ec;
	font-weight: bold;
	position: absolute;
	top: 50%;
	left: 0;
	transform: translateY(-50%);
}

.dyy-box0-ctxt p::after {
	content: '◆';
	font-size: 20px;
	color: #0e86ec;
	font-weight: bold;
	position: absolute;
	top: 50%;
	right: 0;
	transform: translateY(-50%);
}

/* 你是否也面临以下烦恼 */
.dyy-box1 {
	background: url(../images/dyy-02_02.jpg) no-repeat center;
	height: 370px;
	box-sizing: border-box;
	padding: 20px 0 0;
}

.dyy-box1-txt-list {
	padding-top: 20px;
}

.dyy-box1-txt {
	padding: 0 100px;
	margin-top: 20px;
}

.dyy-box1-txt-r {
	text-align: right;
}

.dyy-box1-txt p:first-child {
	font-size: 20px;
	color: #0e86ec;
	font-weight: bold;
}

.dyy-box1-txt p:last-child {
	font-size: 16px;
	color: #555;
	margin-top: 13px;
}

.dyy-box1-txt span {
	display: inline-block;
	width: 21px;
	height: 21px;
	line-height: 21px;
	text-align: center;
	font-size: 16px;
	color: #fff;
	background: #0e86ec;
	border-radius: 50%;
}

/* 在短视频上，我们能提供什么样的服务 */
.dyy-box2 {
	background: url(../images/dyy-04_02.png) no-repeat center;
	height: 296px;
	box-sizing: border-box;
	padding: 26px 0 0;
}

.dyy-box2-list {
	margin-top: 20px;
}

.dyy-box2-list li {
	float: left;
	width: 186px;
	height: 186px;
	background: #fff;
	box-shadow: 0 0 10px 1px rgba(0, 0, 0, .09);
	border-radius: 10px;
	text-align: center;
}

.dyy-box2-list li:not(:last-child) {
	margin-right: 67px;
}

.dyy-box2-list p {
	font-size: 16px;
	color: #555;
	margin-top: 20px;
}

.dyy-box2-img {
	width: 80px;
	height: 80px;
	border: 6px solid #f7f7f7;
	border-radius: 50%;
	margin: 34px auto 0;
	text-align: center;
	line-height: 80px;
	position: relative;
}

.dyy-box2-img img {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}

/* 试用平台 */
.dyy-box3 {
	background: #f3f3f3;
	padding: 20px 0 0;
	box-sizing: border-box;
	height: 290px;
}

.dyy-box3-list {
	text-align: center;
	margin-top: 20px;
}

.dyy-box3-list ul {
	font-size: 0;
}

.dyy-box3-list li {
	display: inline-block;
	margin: 0 43px;
}

.dyy-box3-list a {
	display: block;
}

.dyy-box3-list .dyy-box2-img {
	width: 92px;
	height: 92px;
	border: 1px solid #347eda;
}

.dyy-box3-list p {
	color: #444;
	font-size: 16px;
	margin-top: 11px;
}

/* 合优优势 */
.dyy-box4 {
	background: url(../images/dyy-08_02.jpg) no-repeat center;
	height: 522px;
	box-sizing: border-box;
	padding: 60px 0 0;
}

.dyy-box4 .xc-tit span {
	color: #fff;
}

.dyy-box4-txt {
	width: 665px;
	margin-left: auto;
	margin-top: 146px;
}

.dyy-box4-txt p.iconp {
	color: #fff;
	display: inline-block;
	margin-bottom: 16px;
}

.dyy-box4-txt p.iconp:nth-child(odd) {
	margin-right: 69px;
}

.dyy-box4-txt p.iconp::before {
	content: url(../images/dyy-08_03.png);
}

/* 短视频为什么成为营销新风口 */
.dyy-box5 {
	background: url(../images/dyy-09_02.jpg) no-repeat center;
	height: 580px;
	box-sizing: border-box;
	padding: 20px 0 0;
}

.dyy-box5 .xc0-box4-list {
	width: 700px;
	margin-top: 20px;
}

.dyy-box5 .xc0-box4-list li {
	margin-bottom: 30px;
}

/* footer */
.footer {
	background: #144696;
	padding: 40px 0 0;
}

.footer-bottom {
	background: #103b80;
	text-align: center;
	height: 40px;
	line-height: 40px;
	margin-top: 30px;
}

.footer-bottom p {
	font-size: 12px;
	color: #fff;
}
.footer-bottom p a{
	font-size: 12px;
	color: #fff;
}

.foo-img {
	width: 132px;
}

.foo-img p {
	font-size: 14px;
	color: #bcdaff;
	text-align: center;
	margin-top: 16px;
}

.foo-nav {
	margin-left: 30px;
}

.foo-nav>ul>li {
	float: left;
}

.foo-nav>ul>li:not(:last-child) {
	/*margin-right: 32px;*/
	/*margin-right: 38px;*/
	margin-right: 28px;
}

.foo-nav>ul>li>a {
	font-size: 16px;
	color: #fff;
	font-weight: bold;
}

.foo-second {
	margin-top: 12px;
}

.foo-second a {
	font-size: 12px;
	color: #bcdaff;
	line-height: 24px;
}

.foo-aft p:first-child {
	font-size: 18px;
	color: #a9cfff;
	position: relative;
	padding-left: 32px;
}

.foo-aft p:first-child::before {
	content: url(../images/foo-img_05.png);
	position: absolute;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
}

.foo-aft p:nth-child(2) {
	font-size: 30px;
	font-weight: bold;
	color: #fff;
	font-family: arial;
	margin-top: 10px;
	margin-bottom: 10px;
}


/* 微电影制作 */
.qt-box0 {background: url(../images/qt-00_02.jpg) no-repeat center;height: 278px;box-sizing: border-box;padding: 20px 0 0;}
.qt-box0 p.line-tit {text-align: center;}
.qt-box0 p.line-tit::before {display: none;}
.qt-box0 p.line-tit::after {width: 54px;
	height: 2px;
	background: #da251d;
	content: '';
	display: block;
	margin: 20px auto 13px;}
.qt-box0-txt p:not(.line-tit) {font-size: 16px;color: #444;line-height: 36px;margin-bottom: 9px;text-align: center;}
.qt-box0-txt span {color: #da251d;}

/* 微电影趋势 */
.qr-box1 {background: url(../images/qt-01_02.jpg) no-repeat center;height: 454px;padding: 20px 0 0;box-sizing: border-box;}
.qr-box1-txt {width: 727px;margin-left: auto;margin-top: 20px;}
.qr-box1-txt .iconp {line-height: 24px;font-size: 14px;}
.qr-box1-txt .iconp:not(:last-child) {margin-bottom: 24px;}

/* 微电影优势 */
.qr-box2 {margin: 0;background: #f5f5f5;box-sizing: border-box;padding: 20px 0 0;height: 624px;}



.top{background:url(images/index_01.jpg) no-repeat center top ;-moz-background-size:100% 100%;-ms-background-size:100% 100%;-webkit-background-size:100% 100%;-o-background-size:100% 100%; background-size:100 100%%;height:30px;line-height: 30px;;} 
.top .wrap{width:1216px;}
.top .left{font-size: 12px;color:#fff;background:url(images/index_03.png) no-repeat 10px 11px;padding-left: 30px;;}
.top .fb{font-size: 14px;color:#fff;}
.top .fb a{color:#fff;margin:0 6px;}
.top .fb .last{margin-right:0;}
.top .fb span{padding-left:6px;}
.header .wrap{width:1216px;}
.header{background:url(images/index_11.jpg) repeat-x left bottom #f8f8f8;padding-bottom:5px;}
.header .smenu a{font-size: 15px;color:#323232;height:56px;line-height: 56px;;}
.header .smenu li{float: left;line-height: 56px;padding-left:12px;;}
.header .smenu li .tit{height:56px;line-height: 56px;position: relative;overflow: hidden;z-index:1;width:76px;}
.header .smenu li.ind .tit{width:50px;}
.header .smenu li .tit .one{top: 0;left: 0;z-index: 1;}
.header .smenu li .tit div{position: absolute;text-align: center;-webkit-transition: all 0.3s ease-in-out;-moz-transition: all 0.3s ease-in-out;-o-transition: all 0.3s ease-in-out;transition: all 0.3s ease-in-out;width:100%;}
.header .smenu  .two{bottom: -80px;left: 0;z-index: 2;}
.header .smenu a:hover .one{top:-80px;left:0;}
.header .smenu a:hover  .two{bottom:0px;left:0;color:#003fa5;}
.header .smenu .active b{left:0;}
.header .smenu{padding-top:24px;}
.header .active a{color:#003fa5}
.header .smenu li a{display: block;position: relative;}
.header .smenu li b{width:100%;height:4px;background:#21519f;position: absolute;width:100%;bottom:0;left:50%;width:0;-moz-transition:0.3s;-ms-transition:0.3s;-webkit-transition:0.3s;-o-transition:0.3s;transition:0.3s;}
.header  .smenu li.active b{width:100%;}
.header .smenu li a:hover b{width:100%;left:0;}
.bannerimg{width:100%;}
.babot{margin-top:-132px;background:url(images/banner_11.png) no-repeat  center top;-moz-background-size: 100%;-ms-background-size: 100%;-webkit-background-size: 100%;-o-background-size: 100%;background-size: 100%;padding-top:130px;position: relative;z-index:55554;}
.index .bus{padding-bottom:38px;background:url(images/index_02.png) no-repeat center bottom;-moz-backgroud-size:100%;-ms-backgroud-size:100%;-webkit-backgroud-size:100%;-o-backgroud-size:100%;backgroud-size:100%;}
.index .bus .tp{position: absolute;left:78px;top:-38px;z-index:9999;}
.index .bus .txt{font-size:15px;color:#666;line-height: 24px;text-align: center;}
.titbox .tit{text-align: center;padding-bottom:3px;background: url(../images/index_47.png) no-repeat center bottom;}
.index .bus ul{text-align: center;font-size: 0;}
.index .bus li{display:inline-block;*display:inline;*zoom:1;vertical-align:middle;width:222px;padding-right:26px;position: relative;}
.index .bus li .tp{-moz-transition:.8s;-ms-transition:.8s;-webkit-transition:.8s;-o-transition:.8s;transition:.8s;}
.index .bus li:hover .tp{-moz-transform:rotate(360deg);-ms-transform:rotate(360deg);-webkit-transform:rotate(360deg);-o-transform:rotate(360deg);transform:rotate(360deg);}
.index .bus li .con{background:#144696;color:#fff;padding-left:20px;padding-right:16px;text-align:left;padding-bottom:20px;}
.index .bus li .li_txt{font-size: 12px;line-height: 23px;;}
.index .bus li.li5{padding-right: 0;}
.index .bus .li_tit{font-size: 20px;text-align: center;line-height: 36px;padding-top:2px;}
.index .bus .list{padding-top:72px;}
.index .bus .txt{padding-top:26px;}
.index .case{padding-top:16px;}
.index .case .men{width:1008px;margin:0 auto;padding-top:30px;}
.index .case .men ul{background:url(/images/index_15.jpg) repeat-x left 42px;}
.index .case .men li{background:url(/images/id_15.png) no-repeat 12px 13px;text-align: left;}
.index .case .men{font-size: 0;text-align: center;}
.index .case .men li{display: inline-block;*display: inline;*zoom:1;}
.index .case .men a{color:#676767;display: block;font-size: 15px;width:98px;padding-left:52px;line-height: 20px;padding-bottom:40px;}
.index .case .men a:hover{color:#ef4a4d;}
.index .case .men li:hover{background:url(/images/index_15_15.png) no-repeat left bottom;}
.index .case .men li.active{background:url(/images/index_15_15.png) no-repeat left bottom;}
.index .case .men .active a{color:#ef4a4d;}
.index .case .list{padding-top:26px;text-align: center;display: none;}
.index .case .list.active{display: block;}
.index .case .list li{margin-right:33px;display: inline-block;*display: inline;*zoom:1;vertical-align: middle;width:30%;padding:7px;background:#000;}
.index .case .list li.last{margin-right: 0;}
.index .case{padding-bottom:4px;-moz-background-size: 100%;-ms-background-size: 100%;-webkit-background-size: 100%;-o-background-size: 100%;background-size: 100%;background:#f5f5f5;}
.index .why{padding-top:150px;/*padding-top:60px;*/padding-bottom:30px;background:url(/images/qr_02.png) no-repeat center top #f5f5f5;-moz-background-size:100%;-ms-background-size:100%;-webkit-background-size:100%;-o-background-size:100%;background-size:100%;}
.index .why .list{padding-top:76px;text-align: center;font-size: 0;}
.index .why li{width:349px;padding:11px;background:#e9e9e9;display:inline-block;*display:inline;*zoom:1;vertical-align:middle;color:#4d4d4d;position: relative;}
.index .why .li1{margin-right:37px;}
.index .why .li2{margin-right:27px;}
.index .why li:hover{background:#144696;color:#fff;}
.index .why .con{padding:8px 12px 20px;}
.index .why .con .li_tit{font-size: 16px;line-height: 46px;;}
.index .why .con .li_txt{font-size: 12px;line-height: 22px;;}
.index .why .ts{position: absolute;width:82px;height:82px;border:7px solid #e9e9e9;font-size:21px;text-align:center;line-height:82px;color:#fff;background:#247db9;-moz-border-radius:50%;-ms-border-radius:50%;-webkit-border-radius:50%;-o-border-radius:50%;border-radius:50%;top:-40px;left:50%;margin-left:-48px;}
.index .news{padding-top:30px;padding-bottom:30px;background:#e9e9e9;}
.index .news .box{width:569px;}
.index .news .con li{padding-left:14px;background:url(images/1_42.png) no-repeat 3px 19px;border-bottom:1px dashed #333333;}
.index .news .con li a{line-height: 32px;padding-top:7px;display: block;color:#333;position: relative;}
.index .news .con li span{position: absolute;right:0;bottom:0;}
.index .news .con li a:hover{color:#144696;}
.index .news .con li.last{border-bottom:none;}
.index .news .box{border-bottom:5px solid #144696;}
.index .news .box .li_img{overflow: hidden;}
.index .news .box .li_img img{transition: 1.5s;}
.index .news .box:hover .li_img img{transform: scale(1.05);}
.index .news .list{padding-top:30px;}
.index .news .tab{font-size: 0;text-align: center;padding-top:14px;}
.index .news .tab li{display: inline-block;*display: inline;*zoom:1;vertical-align: middle;font-size: 18px;color:#333;line-height: 22px;padding:0 30px;border-right:1px solid #999;}
.index .news .tab a{ color:#333;}
.index .news .tab a:hover{color:#144696;}
.index .news .tab .last{border:none;}
.index .news .li_img{overflow: hidden;}
.index .bus li .li_img{overflow: hidden;}
.index .bus li img{-moz-transition:1s;-ms-transition:1s;-webkit-transition:1s;-o-transition:1s;transition:1s;}
.index .bus li .li_img:hover img{-moz-transform: scale(1.1);-ms-transform: scale(1.1);-webkit-transform: scale(1.1);-o-transform: scale(1.1);transform: scale(1.1);}
.tp22_b ul li{width:70px;float: left;text-align: center;}
.tp22_b ul li img{-moz-transition:0.8s;-ms-transition:0.8s;-webkit-transition:0.8s;-o-transition:0.8s;transition:0.8s;}
.tp22_b ul li:hover img{-moz-transform: rotate(360deg);-ms-transform: rotate(360deg);-webkit-transform: rotate(360deg);-o-transform: rotate(360deg);transform: rotate(360deg);}
.tp22_b ul{padding-top:5px;}
.tp22_b ul p{font-size: 12px;color:#428ac8;}

#img_ul li{position: relative;overflow: hidden;background:#fff;}
.banner_1  .img2{position: absolute;bottom:5px;;right:0;width:100%;z-index:55554;}
.banner_1  .img2{position: absolute;bottom:5px;;right:0;width:100%;z-index:55554;}
.banner_1  .box{width:39%;left:31.8%;top:-2%;position: absolute;height:auto;height:500px;overflow: hidden;}
.banner_1 .min{position: absolute;width:100%;left:0%;;top:0;z-index:999;}
.banner_1 .box .qu{position: absolute;left:0;;width:100%;top: 0%;;z-index:9999;}
.banner_1 .pia{position: absolute;left:0;top:23.7%;width:100%;height:291px;}
.banner_1 .pia .left{width:50%;position: absolute;left:0;top:0;}
.banner_1 .pia .right{width:50%;position: absolute;right:0;top:0;}
.banner_1 .z1{position: absolute;left:27%;;width:47.5%;top:30%;z-index:9999;}
.banner_1 .z2{position: absolute;width:38%;left:31%;;top:57.7%;z-index:999;}
.banner_box{position: relative;}
.banner_box{width:100%;overflow: hidden;}
.banner_box .banner{float: left;width:1423px;}
.banner_box #img_ul{position: relative;width:20000px;}
.banner_box #img_ul li{float: left;}
#qiuye_i{position: absolute;bottom:40px;left:0;z-index:55554;width:100%;text-align: center;}
#qiuye_i li{display:inline-block;*display:inline;*zoom:1;background:#fff;width:14px;height:14px;margin:0 3px;-o-border-radius:50%;-webkit-border-radius:50%;-ms-border-radius:50%;-moz-border-radius:50%;border-radius:50%;opacity: 0.6;}
#qiuye_i li.on{opacity: 1;}
.menu{padding-top:34px;position: relative;z-index:8000;}
.menu ul{text-align: center;font-size: 0;}
.menu li{display: inline-block;*display: inline;*zoom:1;vertical-align: middle;font-size: 16px;height:40px;line-height: 40px;width:150px;background:#dcdbdb;border:1px solid #fff;margin:0 5px;;}
.menu li a{color:#424242;display: block;}
.menu li a:hover,.menu li.active a{background:#21519f;color:#fff;}
.banner_box .bg{position: absolute;left:0;bottom:0;z-index:9999;width:100%;}
.index .wrap {
    width: 1216px;
    margin: 0 auto;
}

.banner_2{position:relative;}
.banner_2 .img2{position: absolute;width:7.9%;left:34.7%;top:17.8%;}
.banner_2 .img3{width:22%;position: absolute;left:41.5%;top:18%;}
.banner_2 .img4{width:62%;position: absolute;left:20%;top:32%;}

.banner_3{position: relative;}
.banner_3 .pc{position: absolute;width:29.85%;left:64.44%;top:8%;}
.banner_3 .pho{position: absolute;width:16.6%;left: 33%;top:44%;;}
.banner_3 .ren{width:45%;position: absolute;right:4.2%;top:-8%;z-index:2;}
.banner_3 .bor{width:22%;left:8.1%;top:15%;position: absolute;}
.banner_3 .jz{width:38.4%;position: absolute;left:10.34%;top:25%;}
.banner_3 .wz{position: absolute;width:32.5%;left:10.41%;top:40.6%;}
@-webkit-keyframes dli{
    0%{opacity: 0;-webkit-transform:translateX(-20px);}
    100%{opacity: 1;-webkit-transform:translateX(0);}
}
@-ms-keyframes dli{
    0%{opacity: 0;-ms-transform:translateX(-20px);}
    100%{opacity: 1;-ms-transform:translateX(0);}
}
@-moz-keyframes dli{
    0%{opacity: 0;-moz-transform:translateX(-20px);}
    100%{opacity: 1;-moz-transform:translateX(0);}
}
@keyframes dli{
    0%{opacity: 0;transform:translateX(-20px);}
    100%{opacity: 1;transform:translateX(0);}
}
@-moz-keyframes zhe2{
    0%{height:0;}
    100%{height:100%;}
}
@-webkit-keyframes zhe2{
    0%{height:0;}
    100%{height:100%;}
}
@-ms-keyframes zhe2{
    0%{height:0;}
    100%{height:100%;}
}
@keyframes zhe2{
	0%{height:0;}
	100%{height:100%;}
}
.banner_4{position: relative;}
.banner_4 .img1{
	width:30.5%;
	left:35.2%;
	position: absolute;
	top:19.3%;
}
.banner_4 .img3{
	width: 61.6%;
	left:19.9%;
	top:30.16%;
	position: absolute;
}
.banner_4 .img2{
	position: absolute;
	width: 50%;
	left:25%;
	top: 52.7%;
}
.banner_4 .img4{
	position: absolute;
	width:29.4%;
	left:35.2%;
	top: 64.2%;
}


/*关于我们*/
.about{padding-bottom:80px;overflow: hidden;}
.about .wrap{width:1216px;}
.about .txt{font-size: 16px;color:#292929;line-height: 26px;text-indent: 2em;padding-left:114px;padding-right: 114px;}
.about .inner{padding-top:74px;}
.about .pic{position: relative;height:670px;}
.about .pic .img1{margin-left:50px;}
.about .pic .po{position: absolute;}
.about .pic .img3{top:-5px;left:256px;}
.about .pic .img2{top:124px;left:125px;}
.about .pic .img4{top:26px;left:184px;}
.about .pic .img5{top:104px;left:270px;}
.about .pic .img7{top: 310px;right: 20px;}
.about .pic .img6{top: 370px;right: 100px;}
.about .pic .p1{left:132px;top:346px;}
.about .pic .p2{left:288px;top:346px;z-index:999;}
.about .pic .p3{left:445px;top:346px;}
.about .pic .p4{left:714px;top:342px;}
.about .pic .p5{left:856px;top:228px;z-index:999;}
.about .pic .p6{left:760px;top:48px;}
.about .pic .p7{left:478px;top:32px;z-index:999;}

/*联系我们*/
.lxwm{margin-left:112px;}
.lxwm ul li{width:471px; height:185px; margin:0 60px 25px 0; float:left;}
.lxwm ul li .title{ margin-bottom:8px; text-indent:1em; font-size:24px; color:#fff; background:url(/images/lxwm_01.png) no-repeat; height:41px;line-height:41px;}
.lxwm ul li .title span{  margin-left:55px; font-size:18px;}
.lxwm ul li .title_r{ text-indent:1.5em; background:url(/images/lxwm_02.png) no-repeat;}
.lxwm ul li .title_r span{  margin-left:65px;}
.lxwm ul li > p{ margin-left:3px; line-height:2em;font-size:14px; color:#2f2f2f;}

.xsrx{margin:70px 0 0 35px;}
.xsrx p{ font-size:18px; font-style:italic; color:#0942a1;}
.xsrx span{ font-size:31px; color:#cd170f;display:block;font-style:italic; }
.xs_img{margin-top:-35px;}

.zxly{margin:0 0 50px 112px;}
.zxly h3{font-size:24px; color:#124eb1; margin-bottom:10px;}
.zxly ul li .xm{ height:42px;color:#595959; font-size:14px;width:320px;  float:left; border:1px solid #013b9e;margin:0 10px 4px 0; background:#fff; text-indent:0.5em; }
.zxly ul li textarea{width:968px; height:225px; font-size:14px; padding:10px 8px ;border:1px solid #013b9e; background:#fff;}

/*广告片详情*/
.vi_center{width:1100px; margin:0 auto;overflow: hidden;}
.visjxq{ margin:30px 0 0; border-top:1px solid #dddddd;}
.visjxq h3{ width:160px; margin-top:-22px;font-size:30px; background:#f3f3f3; color:#e1261f;}
.visj_con{width:830px; margin-top:58px;}
.visj_con p{ line-height:2em;font-size:16px; color:#333;}
.visj_img{margin-top: 60px;}
.alxs_center{width:1215px !important; margin:0 auto;}
.ggpxq_con{ margin-top:50px;text-align:center;}
.ggpxq_con span{ display:block; margin-bottom:10px; font-size:18px; color:#333;}
.ggpxq_con p{ line-height:2em; padding:0 45px;font-size:16px;color:#333;text-align: left;}
.ggpxq_con img{margin-top:20px;}

/*微电影*/
.wdy{ margin:30px 0 0; border-top:1px solid #dddddd;}
.wdy h3{ width:115px; margin-top:-22px;font-size:30px; background:#f3f3f3; color:#e1261f;}

.wdy_con{ width:1100px;height:350px;}
.wdy_con p{width:769px; margin-top:80px;  line-height:2em;font-size:14px; color:#333;}

.wdyfl{position:relative; height:580px;border-top: 1px solid #dddddd;}
.fl_bg img{ margin-top:163px;}
.wdyfl ul{position:absolute; top:80px; left:85px;}
.wdyfl ul li{width:282px; float:left; text-align:center; margin:0 43px 0 0;}
.wdyfl ul li.last{margin-right:0;}
.wdyfl ul li span{ display:block; margin:25px 0 10px ;font-size:22px; color:#e1261f;}
.wdyfl ul li p{padding: 0 10px;font-size:14px; line-height:1.5em; color:#666;}

.wdyfl ul li.cpwdy span{ color:#22519f;}
.wdyfl ul li.cpwdy p{padding:0;}


/*宣传片详情*/
.zsp_con{ width:660px; margin-top:60px;}
.zsp_con p{line-height:2em;font-size:16px; color:#333;}
.zsp_con .txt{padding-bottom:16px}
.zsp_con .p3{font-size: 14px;color:#333;line-height: 26px;padding-bottom: 18px;;}
.zsp_con .p3 span{color:#fff;display: inline-block;*display: inline;*zoom:1;vertical-align: middle;background:#004d9c;width:84px;text-align: center;margin-right: 10px;;}


/*宣传片详情*/
.xcpxq_con{width:550px;margin-top:60px;}
.xcpxq_con p{line-height:2em;font-size:14px; color:#333;}
.xcpxq_con p.zjyt{margin-top:20px;}

.jbys{ padding-top:45px;border-top:1px solid #dddddd; }
.jbys h3{ font-size:22px; color:#22519f;}
.jbys ul{margin:35px 0 30px 60px;}
.jbys ul li{width:150px; float:left; text-align:center; margin:0 115px 0 0;}
.jbys ul li.last{margin-right:0;}
.jbys ul li span{ display:block; margin-top:15px;font-size:14px; color:#666666;}

.culture{overflow: hidden;}
.culture .wrap{padding-top:28px;padding-bottom:112px;width: 1200px;}
.culture .left{padding-top:18px;background:url(../images/2_3.png) no-repeat left 18px ;}
.culture p{font-size: 22px;color:#737373;padding-left:127px;line-height: 64px;padding-top:82px;}
.value{overflow: hidden;}
.value .wrap{padding-top:22px;padding-bottom:118px;width: 1200px;}
.value .left{background:url(../images/2.3_3.png) no-repeat}
.value p{padding-left:170px;font-size: 22px;color:#737373;line-height: 41px;padding-top:73px;}
.value .p2{padding-top:69px;}
.dsj .wrap{width: 1200px;}
.dsj .zhe{position: absolute;left:0;bottom:0;background:url(../images/2.4__03.png) no-repeat center bottom;  width:100%;height:0%;}
.dsj .zhe{-moz-animation:zhe2 10s ease-out both ;-ms-animation:zhe2 10s ease-out both ;-webkit-animation:zhe2 10s ease-out both ;-o-animation:zhe2 10s ease-out both ;animation:zhe2 10s ease-out both ;}
.dsj .img2{position: absolute;left:136px;bottom:139px;}
.dsj .img3{position:absolute;right:159px;top:45px;}
.dsj .inner{position: relative;margin-top:20px;padding-top:20px;}
.dsj .zhe li{position: absolute;}
.dsj .li1{position: absolute;bottom:30px;right:260px;text-align: right;}
.dsj .li2{right:290px;bottom:86px;text-align: right;}
.dsj .li3{left:822px;bottom:152px;text-align:left;}
.dsj .li4{bottom:206px;left:806px;text-align: left;}
.dsj .li5{bottom:208px;right:460px;text-align: right;}
.dsj .li6{bottom:286px;left:730px;text-align: left;}
.dsj .li7{bottom:258px;right:552px;text-align: right;}
.dsj .li8{bottom:296px;right:648px;text-align: right;}
.dsj .li9{bottom:360px;left:560px;text-align: left;}
.dsj .li10{bottom:374px;right:700px;text-align: right;}
.dsj .li11{bottom:438px;left:402px;text-align: left;}
.dsj .li12{bottom:486px;left:372px;text-align: left;}
.dsj .zhe li .num{font-size: 16px;color:#9d1f23;line-height: 18px;}
.dsj .zhe li p{font-size: 12px;color:#2f2f2f;line-height: 18px;}
.dsj .zhe ul{width:100%;height:100%;position: absolute;left:0;bottom:0;overflow: hidden;}


/*招聘*/
.zaop{overflow: hidden;}
.zaop .inner{padding-top:0px;}
.zaop .inner .txt{font-size:15px;color:#606060;line-height: 36px;text-align: center ;}
.zaop .inner .yx{font-size: 15px;color:#21519f;text-align: center;line-height: 36px;padding-bottom:10px;}
.zaop .inner .yx img{margin-right:4px;}
.zaop table{width:992px;background:#fff;margin:0 auto;padding-top:1px;}
.zaop th{background:#21519f;font-size: 16px;color:#fff;font-weight: normal;text-align:center;line-height:41px;border-bottom:1px solid #fff;}
.zaop th img{margin-right: 8px;;}
.zaop .t2 td{font-size: 14px;color:#333;text-align: center;line-height: 38px;background:#ccc;}
.zaop .t2 td a{color:#333;}
.zaop .yq{padding-left:56px;padding-right:42px;padding-bottom:92px;}
.zaop .yq .left{text-align: left;}
.zaop .yq .text{font-size: 14px;color:#737373;line-height: 24px;;}
.zaop .text{padding-top:25px;}
.zaop .text .p1{padding-top:8px;padding-bottom:24px;}
.zaop .yq a{color:#21519f;}
.zaop .yq .right{padding-top:38px;}
/*案例欣赏*/
.alxs_center{width:1215px !important; margin:0 auto;}
.visj ul li{float:left; padding:25px;background:#fff;margin:0 30px 30px 0; width:334px; text-align:center;text-align: left;}
.visj ul li .li_tit{padding-top:10px;font-size: 16px;color:#333;line-height: 42px;}
.visj ul li .li_txt{font-size: 12px;color:#666;line-height: 24px;padding-bottom: 20px;}
.visj ul li a:hover .li_tit{color:#e1261f;}
.visj ul li a:hover .li_txt{color:#e1261f;}
.alxs_page{text-align:center; margin-top:20px;}
.visj ul li.last{margin-right: 0;}
.visj .btn{font-size: 0;padding-bottom: 12px;border-bottom: 1px solid #eaeaea;}
.visj .btn1{font-size: 12px;color: #fff;background: #222;line-height: 24px;padding:0 7px;margin-right: 5px;-moz-border-radius: 5px;-ms-border-radius: 5px;-webkit-border-radius: 5px;-o-border-radius: 5px;border-radius: 5px;display: inline-block;*display: inline;*zoom:1;margin-right: 5px;}
.visj .btn2{font-size: 12px;color:#fff;background:#e1261f;line-height: 24px;padding:0 9px;display: inline-block;*display: inline;*zoom:1;-moz-border-radius: 5px;-ms-border-radius: 5px;-webkit-border-radius: 5px;-o-border-radius: 5px;border-radius: 5px;}
.visj ul li .ll{padding-top: 14px;line-height: 14px;font-size:0px;color:#666;}
.visj ul li .ll span{font-size: 12px;display: inline-block;*display: inline;*zoom:1;margin-right: 18px;}
.visj ul li .ll img{margin-right: 10px;}
/*新闻资讯*/
.xwzx .wrap{}
.xwzx .list{padding:4px 8px 0 6px;margin-top:40px;background:url(/images/zw_03.png) repeat-y center top;}
.xwzx .list li{border:1px solid #d2d2d2;border-top:none;border-bottom:2px solid #d2d2d2;background:#fff;padding:11px 21px 10px 11px;width:536px;height:112px;margin-bottom:22px;margin-top:1px;box-shadow: 5px 5px 5px rgba(0,0,0,0.3);letter-spacing: 1px;;}
.xwzx .list li .li_tit{font-size: 16px;color:#4b4a4a;font-weight: bold;line-height: 44px;background:url(/images/zw_06.png) left bottom no-repeat;}
.xwzx .list .con{width:400px;}
.xwzx .list .li_img{width:121px;height:100%;display:table; text-align:center; *position:relative; *overflow:hidden;}

.li_img span{display:table-cell; vertical-align:middle; *position:absolute; *left:50%; *top:50%;}
.li_img span img{*position:relative; *left:-50%; *top:-50%;}
.xwzx .list .li_txt{font-size: 14px;color:#6d6c6c;line-height: 26px;padding-top:8px;}
.xwzx .list li{position: relative;}
.xwzx .list li b{width:24px;height:15px;position: absolute;display: block;top:0;}
.xwzx .list .li1 b{background:url(/images/ZX_03.png) no-repeat;right:-24px;}
.xwzx .list .li2 b{background:url(/images/ZX_05.png) no-repeat;left:-24px;}
.xwzx .wrap{width:1216px;}
.xwzx .end{font-size: 18px;color:#fefefe;width:120px;margin:0 auto;margin-top:-1px;height:39px;line-height: 39px;background:url(/images/zx_0_03.png) left top;text-align: center;padding-top:18px;margin-left:542px;}
.xwzx .list li:hover{transform: scale(1.03);}


/*VI设计详情*/
.vi_center{width:1100px; margin:0 auto;overflow: hidden;}
.visjxq{ margin:30px 0 0; border-top:1px solid #dddddd;}
.visjxq h3{ width:160px; margin-top:-22px;font-size:30px; background:#f3f3f3; color:#e1261f;}
.visj_con{width:830px; margin-top:58px;}
.visj_con p{ line-height:2em;font-size:16px; color:#333;}
.visj_img{margin-top: 60px;}
.jbys{ padding-top:45px;border-top:1px solid #dddddd; }
.jbys h3{ font-size:22px; color:#22519f;}
.jbys ul{margin:35px 0 30px 60px;}
.jbys ul li{width:150px; float:left; text-align:center; margin:0 115px 0 0;}
.jbys ul li.last{margin-right:0;}
.jbys ul li span{ display:block; margin-top:15px;font-size:14px; color:#666666;}



.yyxt{margin:30px 0 0 0;border-top:1px solid #dddddd;padding-top:54px;}
.yyxt h3{ margin-bottom:50px; font-size:22px; color:#22519f;}
.yyxt ul li{ position:relative; width:335px; margin:0 47px 70px 0; height:104px;border-top:16px solid #22519f; text-align:center; background:#fff; float:left;
	-o-border-radius:0 0 8px 8px ; 
	-moz-border-radius:0 0 8px 8px ;
	-wekit-border-radius:0 0 8px 8px ;
	border-radius:0 0 8px 8px ;}
.yyxt ul li.red{ border-color:#e1261f;}
.yyxt ul li.last{margin-right:0;}
.yyxt ul li img{position:absolute; top:-45px; left:-2px;}
.yyxt ul li span{display:block;margin-top: 17px; font-size:16px;color:#666666;}
.yyxt ul li span.bz{margin-top:30px;}
.yyxt ul li span.fzl{margin-top:12px;}
.yyxt ul li p{ line-height:2em;font-size:12px; padding:0 40px;color:#666666;}
.yyxt ul li p.fzl_p{padding:0 22px; line-height:1.8em;}
.lgsj{
	width: 100%;
	margin-top: 45px;
	margin-bottom: 65px;
}
.lgsj li{
	width: 336px;
	float: left;
	margin-left: 46px;
	position: relative;
}
.lgsj li:first-of-type{
	margin-left: 0;
}
.lgsj_img{
	width: 100%;
}
.lgsj_img img{
	width: 100%;
}
.lgsj_text{
	font-size: 14px;
	line-height: 2em;
	color: #FFFFFF;
	background: #22519f;
	padding: 20px 20px;
}
.lgsj li i{
	width: 21px;
	height: 20px;
	display: block;
	background: url(../images/jh.png) no-repeat;
	background-size: 100% 100%;
	position: absolute;
	right: 0;
	bottom: 0;
	z-index: 9;
}
.mt30{
	margin-top: 30px;
}
.hcsj_text{
	width: 550px;
	height: 146px;
	background: #FFFFFF url(../images/langdian.png) no-repeat 12px 48px;
	font-size: 14px;
	line-height: 28px;
	color: #333333;
	padding: 35px 0;
}
.hcsj_text p{
	padding: 0 28px;
}

.hcsj_img{
	width: 550px;
	height: 216px;
}

.hcfl{
	margin-top: 45px;
}
.hcfl h4{
	font-size: 22px;
	line-height: 28px;
	color: #22519f;
	text-align: center;
}
.hcfl ul{
	width: 100%;
	padding: 40px 0 60px 0;
}
.hcfl ul li{
	width: 114px;
	float: left;
	margin-right: 50px;
}
.hcfl ul li.last{
	margin-right: 0;
}
.hcfl ul li img{
	width: 114px;
	height: 114px;
}
.hcfl ul li p{
	font-size: 16px;
	line-height: 28px;
	color: #1a2537;
	text-align: center;
	margin-top: 15px;
}


.bzsj_img,.bzsj_img img{
	width: 550px;
	height: 302px;
}
.bzsj_text{
	width: 550px;
	height: 232px;
	background: #FFFFFF url(../images/langdian.png) no-repeat 12px 48px;
	font-size: 14px;
	line-height: 28px;
	color: #333333;
	padding: 35px 0;
}
.bzsj_text p{
	padding: 0 28px;
}
.bzgn{
	margin-top: 45px;
}
.bzgn h4{
	font-size: 22px;
	line-height: 28px;
	color: #22519f;
	text-align: center;
}
.bzgn ul{
	width: 100%;
	margin-top: 30px;
	margin-bottom: 20px;
}
.bzgn ul li{
	width: 336px;
	float: left;
	background: #FFFFFF;
	margin-right: 46px;
	margin-bottom: 45px;
}
.bzgn ul li.last{
	margin-right: 0;
}
.bzgn_img{
	width: 102px;
	height: 102px;
}
.bzgn ul li p{
	width: 200px;
	height: 102px;
	font-size: 16px;
	color: #1a2537;
	line-height: 102px;
	padding-left: 34px;
}


/*------------------------------ 修改9.6 ------------------------------*/
.xc1-box2-list2 {padding: 0 70px;margin-top: 33px;}
.xc1-box2-list2 li {float: left;width: 140px;position: relative;padding-bottom: 59px;}
.xc1-box2-list2 li:not(:last-child) {margin-right: 90px;}
.xc1-box2-list2 p {font-size: 18px;color: #333;width: 170px;text-align: center;position: absolute;bottom: 0;left: 50%;transform: translateX(-50%);}
.xc1-box2-list_img {position: relative;}
.xc1-box2-list_img img:last-child {position: absolute;left: 50%;top: 50%;transform: translate(-50%,-50%);}

/*------------------------------ 修改9.7 ------------------------------*/
.hc-box0 {background: url(../images/hc_bg_01.jpg) no-repeat center top;height: 858px;box-sizing: border-box;padding: 20px 0 20px;}
.hc-box0-list {margin-top: 20px;}
.hc-box0-txt {position: relative;}
.hc-box0-txt:nth-child(1) {background: url(../images/hc_border_03.png) no-repeat center;width: 565px;height: 732px;}
.hc-box0-txt:nth-child(2) {background: url(../images/hc_border_05.png) no-repeat center;width: 565px;height: 732px;}
.hc-box0-p {width: 400px;position: absolute;top: 50%;left: 50%;transform: translate(-50%,-50%);}
.hc-box0-p p {font-size: 0;}
.hc-box0-p span {font-size: 16px;line-height: 34px;color: #333;}
.hc-box0-p span:first-child {margin-right: 15px;}
.hc-box0-p .hc-box0-blue {color: #3d77e9;}
.hc-box0-p .hc-box0-pink {color: #eb6974;}
