﻿
@media screen and (min-width: 320px) {

	body {
		font-size: 12px;
		line-height: 1.6;
	}

	.cy-container {
		width: 100%;
		padding: 0 5%;
		transition: all .38s;
	}

	/* header */
	.cy-headerReal {
		height: 50px;
	}

	.cy-headerReal.cy-fixed {
		position: static;
		top: auto;
		left: auto;
	}

	.cy-headerReal.cy-fixed .cy-m-header {
		width: 100%;
		height: 50px;
		position: fixed;
		top: 0;
		left: 0;
		background: #fff;
		box-shadow: 0 0 10px #aaa;
		z-index: 2000;
	}

	.cy-logo {
		width: 60px;
		height: 60px;
		top: 5px;
		left: 5%;
	}

	.cy-nav-more {
		display: none;
	}

	.cy-nav-menu {
		display: block;
		width: 60px;
		height: 50px;
		position: absolute;
		top: 0;
		right: 0;
		padding: 10px 0;
		background: #1a3a77;
	}

	.cy-nav-menu span {
		display: block;
		width: 30px;
		height: 2px;
		position: relative;
		top: 0;
		margin: 6px auto 0;
		background: #fff;
		transition: all .38s;
	}

	.cy-nav-menu.cy-active .cy-nav-menu1 {
		top: 8px;
		transform: rotate(-315deg);
	}

	.cy-nav-menu.cy-active .cy-nav-menu2 {
		opacity: 0;
		transform: scale(0, 1);
	}

	.cy-nav-menu.cy-active .cy-nav-menu3 {
		top: -8px;
		transform: rotate(315deg);
	}

	.cy-nav {
		display: none;
		width: 100%;
		position: absolute;
		top: 50px;
		left: 0;
		padding: 30px 0 60px;
		background: #eee;
		z-index: 1500;
	}

	.cy-nav>li {
		display: block;
		width: 100%;
		height: auto;
		margin: 0 0 4px;
	}

	.cy-nav>li::before {
		display: none;
	}

	.cy-nav>li>a {
		display: block;
		width: 130px;
		height: 40px;
		position: relative;
		margin: 0 auto;
		background: #fff;
		box-shadow: 0 0 10px #aaa;
		line-height: 40px;
		overflow: hidden;
		z-index: 10;
	}

	.cy-nav>li>a::before {
		content: '';
		width: 100%;
		height: 100%;
		position: absolute;
		top: 100%;
		left: 0;
		background: #1a3d77;
		border-bottom: 3px solid #ed9c00;
		transition: top .5s;
		z-index: -1;
	}

	.cy-nav>li.cy-active>a {
		color: #fff;
	}

	.cy-nav>li.cy-active>a::before {
		top: 0;
	}

	.cy-nav2 {
		width: 110px;
		position: static;
		top: auto;
		left: auto;
		margin: 0 auto 5px;
		padding: 0;
	}

	.cy-nav2 a {
		display: block;
		width: 100%;
	}

	.cy-header-ctc {
		display: none;
		width: 100%;
		height: 40px;
		position: fixed;
		left: 0;
		bottom: 0;
		margin-left: -1px;
		background: #eee;
		z-index: 2000;
	}

	.cy-header-ctc li {
		float: left;
		width: 33.33%;
		height: 40px;
		padding-left: 1px;
	}

	.cy-header-ctc a {
		display: block;
		width: 100%;
		height: 100%;
		position: relative;
		padding: 3px 0;
		background: #1a3d77;
		overflow: hidden;
	}

	.cy-header-ctc a::before {
		content: '';
		width: 100%;
		height: 100%;
		position: absolute;
		top: 100%;
		left: 0;
		background: #ed9c00;
		transition: top .5s;
	}

	.cy-header-ctc a:hover::before {
		top: 0;
	}

	.cy-header-ctc img {
		width: auto;
		position: relative;
		margin: 0 auto;
	}

	/* header end */

	/* footer */
	.cy-footerReal .cy-container {
		padding: 10px 5% 0;
	}

	.cy-footerReal h2 {
		font-size: 18px;
	}

	.cy-ctc ul {
		width: 100%;
		height: auto;
		margin: 10px 0;
	}

	.cy-ctcWay li {
		width: 100%;
	}

	.cy-ctcSoftware {
		padding: 0;
	}

	.cy-ctcSoftware li {
		width: 50%;
		margin: 5px 0;
	}

	.cy-copyright {
		margin: 10px -5.56% 0;
		padding: 0 5%;
	}

	/* footer end */

	/* to top */
	.cy-toTop {
		bottom: 80px;
		width: 40px;
		height: 30px;
		background: rgba(255, 255, 255, .8);
	}

	.cy-toTop:hover::before {
		border-bottom-width: 30px;
	}

	/* to top end */

	/* home */
	.cy-banner {
		margin: 0 -5.56%;
	}

	.cy-bP-text {
		top: 25%;
		left: 0;
		margin: 0;
		height: auto;
		transform: translateY(-50%);
	}

	.cy-bP-text h4 {
		font-size: 16px;
	}

	.cy-bP-text h4 span {
		font-size: 12px;
	}

	.cy-bP-text h3 {
		font-size: 18px;
	}

	.cy-bP-text h5 {
		margin: 5px 0;
		font-size: 12px;
	}

	.cy-bP-text p {
		width: 100%;
		background: transparent;
	}

	.cy-banner-next {
		display: none;
	}

	.cy-banner-announcement {
		width: 100%;
		height: 28px;
		position: static;
		right: auto;
		bottom: auto;
		font-size: 12px;
	}

	.cy-banner-announcement h3 {
		font-size: 15px;
		line-height: 28px;
	}

	.cy-bannerA-item a {
		display: block;
		height: auto;
		line-height: 28px;
	}

	.cy-bannerA-arrows {
		height: auto;
		line-height: 28px;
	}

	.cy-bannerA-next {
		width: 12px;
		height: 12px;
		margin-top: 8px;
	}

	.cy-bannerP-arrows {
		display: none;
	}

	.cy-common-title h3 {
		font-size: 14px;
	}

	.cy-news-banner,
	.cy-news-list {
		float: none;
		width: 100%;
	}

	.cy-newsB-item {
		height: auto;
	}

	.cy-newsB-img {
		float: none;
		width: 100%;
	}

	.cy-newsB-cont {
		float: none;
		width: 100%;
		height: 200px;
		padding: 3% 5%;
	}

	.cy-newsB-cont p {
		height: 5em;
	}

	.cy-newsB-cont .cy-more-info {
		position: static;
		left: auto;
		bottom: auto;
		margin-top: 10px;
	}

	.cy-newsB-aha {
		width: 100%;
		bottom: 210px;
	}

	.cy-news-list {
		margin-top: 20px;
	}

	.cy-newsL-title .cy-more-info {
		display: none;
	}

	.cy-case>.cy-more-info {
		top: 1px;
	}

	.cy-common-title {
		padding-bottom: 10px;
	}

	.cy-case-list {
		margin: 0 -5.56%;
	}

	.cy-case-list li {
		width: 100%;
		height: auto;
	}

	.cy-caseL-cont {
		bottom: 0;
		background: rgba(240, 240, 240, .8);
	}

	.cy-partyWork {
		width: 100%;
	}

	.cy-pw-img {
		width: 100%;
		height: auto;
	}

	.cy-pw-list {
		width: 100%;
		height: 300px;
	}

	.cy-pw-title {
		height: 60px;
		padding: 18px 5% 16px;
	}

	.cy-pw-title>a {
		display: none;
	}

	.cy-pw-cont li {
		padding: 0 5%;
	}

	.cy-culture {
		width: 100%;
	}

	.cy-culture-img {
		height: auto;
	}

	.cy-culture-title {
		padding: 9px 5%;
	}

	.cy-culture-title>a {
		display: none;
	}

	.cy-culture-cont li {
		padding: 0 5%;
	}

	.cy-party-culture {
		padding-bottom: 20px;
	}

	/* home end */

	/* inside page common */
	.cy-ipc {
		margin: 0 -5.56%;
	}

	.cy-ipc-title {
		bottom: 80px;
	}

	.cy-ipc-title h3 {
		padding: 0 5%;
		font-size: 18px;
	}

	.cy-ipc-title h3 span {
		font-size: 14px;
	}

	.cy-ipc-hnav {
		padding: 0 5%;
		font-size: 12px;
		line-height: 30px;
	}

	.cy-ipc-hnav .cy-ipc-hnav4 {
		width: 22%;
	}

	.cy-ipc-nav {
		height: 28px;
		margin-bottom: 10px;
		line-height: 28px;
	}

	.cy-ipc-nav li {
		width: auto;
		font-size: 12px;
	}

	.cy-ipc-nav a {
		padding: 0 10px;
	}

	.cy-ipc h4 {
		font-size: 20px;
	}

	.cy-ipc-cont {
		padding: 20px 0 30px;
	}

	/* inside page common end */

	.cy-aboutUsF-cont {
		margin-top: 20px;
	}

	/* about us end */

	/* news */
	.cy-newsC .cy-ipc h4 {
		width: 90%;
	}

	.cy-news-list1 li {
		height: auto;
	}

	.cy-newsL1-img {
		width: 100%;
		height: 200px;
	}

	.cy-newsL1-cont {
		width: 100%;
		height: 230px;
		padding: 6% 5%;
	}

	.cy-newsL1-cont i {
		left: 5%;
		bottom: 12%;
		transform: scale(1, 1);
		background: #1a3a77;
	}

	.cy-news-list2 a {
		padding: 0 5%;
	}

	.cy-news-list2 a span {
		width: 80px;
	}

	.cy-news-list2 a p {
		width: 63%;
	}

	.cy-news-list2 a i {
		width: 15px;
	}

	/* news end */

	/* common turn page */
	.cy-ctp {
		height: 32px;
		margin-top: 25px;
		line-height: 32px;
	}

	.cy-ctp-arrows {
		width: 60px;
		font-size: 12px;
	}

	.cy-ctp-page {
		float: none;
		text-align: center;
	}

	.cy-ctp-page a {
		margin: 0 3px;
	}

	/* common turn page end */

	/* business */

	.cy-business-areasList li {
		height: auto;
	}

	.cy-business-areasList span {
		width: 160px;
		height: 68px;
		margin: -32px 0 0 -80px;
		font-size: 13px;
		line-height: 26px;
	}

	.cy-business-areasList a {
		width: 42px;
		height: 42px;
		padding: 12px;
	}

	.cy-bsa-List li {
		width: 100%;
	}

	/* business end */


	.cy-pn-list li {
		width: 100%;
	}

	.cy-pnl-cont {
		height: 180px;
		padding: 6% 5%;
	}

	.cy-pnl-img {
		height: auto;
	}

	.cy-pnl-cont h4 {
		font-size: 16px;
	}

	.cy-pnl-cont i {
		left: 5%;
		opacity: 1;
		transform: scale(1, 1);
	}

	/* party work end */

	/* culture */
	.cy-clts-list {
		margin: 0 -5.56%;
	}

	.cy-clts-list ul {
		display: none;
	}

	.cy-clts-bottom {
		margin: 0 -5.56% -30px;
	}

	/* culture end */



	.cy-tdp-list {
		margin: 0;
	}

	.cy-tdp-list li {
		width: 100%;
	}

	.cy-tdp-list a {
		margin: 0 0 14px;
		padding: 6% 5%;
	}

	.cy-tdp-list h4 {
		font-size: 15px;
	}

	/* tender end */


	.cy-cpPj-list {
		margin: 0;
	}

	.cy-cpPj-list li {
		width: 100%;
	}

	.cy-cpPj-list a {
		padding: 6% 5%;
		margin: 0 0 16px;
	}

	.cy-cpPj-list i {
		margin-top: 15px;
	}

	.cy-cpPt-list {
		margin-left: 0;
	}

	.cy-cpPt-list li {
		width: 100%;
	}

	.cy-cpPt-list a {
		margin: 0 0 15px;
		padding: 10% 20%;
	}

	/* cooperation end */

	/* talent */

	.cy-tlRc-zhp {
		height: 50px;
		line-height: 50px;
	}

	.cy-tlRc-zhp i {
		width: 60px;
		font-size: 18px;
	}

	.cy-tlRc-zhp b {
		width: 50px;
	}

	.cy-tlRc-zhp>span {
		padding: 0 5%;
	}

	.cy-tlRc-zhp>span span {
		margin-right: 16px;
		font-size: 12px;
	}

	.cy-tlRc-zhp>span .cy-tlRc-rsh {
		width: 30px;
	}

	.cy-tlRc-zhp>span .cy-tlRc-bum {
		display: none;
	}

	.cy-tlRc-cont {
		padding: 6% 5%;
		border-left-width: 0;
		border-right-width: 50px;
	}

	/* talent end */

	/* contact us */

	.cy-cu-ctw li {
		padding: 0;
		font-size: 14px;
	}

	.cy-cu-ctw a {
		display: block;
		margin-top: -30px;
		padding-left: 3em;
	}

	.cy-cu-ctw .cy-ctw-2wm {
		position: static;
		top: auto;
		right: auto;
	}

	.cy-ctw-2wm a {
		float: none;
		width: 123px;
		height: 30px;
		margin: 20px auto 0;
		padding: 0;
		line-height: 30px;
	}

	.cy-ctw-2wm p {
		float: none;
		margin: 0 auto;
	}

	.cy-cu-map {
		height: 260px;
	}

	/* contact us end */

	.add-join-box {
		display: none;
	}
}

@media screen and (min-width: 540px) {

	/* header */
	.cy-headerReal {
		height: 60px;
	}

	.cy-headerReal.cy-fixed .cy-m-header {
		height: 60px;
	}

	.cy-logo {
		top: 15px;
		width: 60px;
		height: 60px;
	}

	.cy-nav-menu {
		width: 68px;
		height: 60px;
		padding: 14px 0;
	}

	.cy-nav-menu span {
		width: 36px;
		height: 3px;
	}

	.cy-nav-menu.cy-active .cy-nav-menu1 {
		top: 9px;
	}

	.cy-nav-menu.cy-active .cy-nav-menu3 {
		top: -9px;
	}

	.cy-nav {
		top: 60px;
		padding: 40px 0 80px;
	}

	.cy-nav>li {
		margin: 0 0 6px;
	}

	.cy-nav>li>a {
		width: 150px;
		height: 50px;
		line-height: 50px;
		font-size: 16px;
	}

	.cy-nav2 {
		width: 130px;
		margin: 0 auto 6px;
	}

	.cy-nav2 li {
		height: 41px;
	}

	.cy-nav2 a {
		line-height: 40px;
		font-size: 14px;
	}

	.cy-header-ctc {
		height: 50px;
	}

	.cy-header-ctc li {
		height: 50px;
	}

	/* header end */

	/* footer */
	.cy-ctcSoftware li {
		width: 33.33%;
	}

	/* footer end */

	/* home */
	.cy-bP-text {
		height: 146px;
		position: absolute;
		top: 50%;
		left: 0;
		margin-top: -73px;
	}

	.cy-bP-text h4 {
		font-size: 24px;
	}

	.cy-bP-text h4 span {
		font-size: 13px;
	}

	.cy-bP-text h3 {
		font-size: 28px;
	}

	.cy-bP-text h5 {
		font-size: 15px;
		color: #fff;
	}

	.cy-bP-text p {
		width: 180px;
		background: #fff;
	}

	.cy-banner-announcement {
		height: 32px;
	}

	.cy-banner-announcement h3 {
		font-size: 16px;
		line-height: 32px;
	}

	.cy-bannerA-item a {
		line-height: 32px;
	}

	.cy-bannerA-arrows {
		line-height: 32px;
	}

	.cy-bannerA-next {
		margin-top: 10px;
	}

	.cy-newsB-cont .cy-more-info {
		margin-top: 20px;
	}

	.cy-news-list {
		height: 410px;
		margin-top: 36px;
	}

	.cy-newsL-cont ul {
		height: 360px;
	}

	.cy-newsL-cont ul li {
		line-height: 35px;
	}

	.cy-common-title,
	.cy-party-culture {
		padding-bottom: 32px;
	}

	.cy-common-title h3 {
		font-size: 15px;
	}

	.cy-case-list {
		margin: 0;
	}

	.cy-newsB-cont {
		height: 210px;
	}

	.cy-newsB-aha {
		bottom: 220px;
	}

	.cy-case>.cy-more-info {
		top: 5px;
	}

	/* home end */

	/* inside page common */

	.cy-ipc-title {
		bottom: 100px;
	}

	.cy-ipc-title h3 {
		font-size: 22px;
	}

	.cy-ipc-title h3 span {
		font-size: 15px;
	}

	.cy-ipc-hnav {
		font-size: 13px;
		line-height: 38px;
	}

	.cy-ipc-hnav .cy-ipc-hnav4 {
		width: 32%;
	}

	.cy-ipc-nav {
		height: 32px;
		margin-bottom: 20px;
		line-height: 32px;
	}

	.cy-ipc-nav li {
		font-size: 13px;
	}

	.cy-ipc-nav a {
		padding: 0 12px;
	}

	.cy-ipc h4 {
		font-size: 24px;
	}

	.cy-ipc-cont {
		padding: 30px 0 50px;
	}

	/* inside page common end */

	/* about us end */

	/* news */
	.cy-newsL1-img {
		height: 320px;
	}

	.cy-newsL1-cont {
		height: 260px;
	}

	.cy-news-list2 a p {
		width: 72%;
	}

	.cy-news-list2 a i {
		width: 5%;
	}

	/* news end */

	/* common turn page */
	.cy-ctp {
		height: 36px;
		margin-top: 32px;
		line-height: 36px;
	}

	.cy-ctp-arrows {
		width: 72px;
	}

	.cy-ctp-page a {
		margin: 0 5px;
	}

	/* common turn page end */

	/* business */
	.cy-business-areasList span {
		height: 90px;
		margin: -45px 0 0 -80px;
		line-height: 30px;
	}

	.cy-business-areasList a {
		width: 60px;
		height: 60px;
		padding: 16px;
	}

	.cy-bsa-List li {
		width: 50%;
	}

	/* business end */

	/* party work */
	.cy-pnl-cont {
		height: 200px;
	}

	/* party work end */

	/* culture */
	.cy-clts-list ul {
		/* display: block; */
		height: 120px;
		margin-top: -60px;
	}

	.cy-clts-list li {
		width: 120px;
		height: 120px;
		margin: 0 26px;
		font-size: 16px;
		line-height: 120px;
	}

	.cy-clts-bottom {
		margin-bottom: -50px;
	}

	/* culture end */

	/* tender */
	.cy-tdp-list a {
		margin: 0 0 16px;
	}

	.cy-tdp-list h4 {
		font-size: 16px;
	}

	.cy-cpPt-list {
		margin-left: -15px;
	}

	.cy-cpPt-list li {
		width: 50%;
	}

	.cy-cpPt-list a {
		margin: 0 0 15px 15px;
	}

	/* tender end */

	/* talent */
	.cy-tlRc-zhp i {
		width: 72px;
	}

	.cy-tlRc-zhp>span span {
		margin-right: 20px;
	}

	.cy-tlRc-zhp>span .cy-tlRc-rsh {
		width: 36px;
	}

	.cy-tlRc-zhp>span .cy-tlRc-bum {
		display: inline-block;
	}

	.cy-tlRc-cont {
		border-left-width: 72px;
	}

	/* talent end */

	/* contact us */
	.cy-cu-map {
		height: 300px;
	}

	/* contact us end */
}

/* å°åž‹è®¾å¤‡ï¼ˆå¹³æ¿ç”µè„‘ï¼Œ768px èµ·ï¼‰ */
@media screen and (min-width: 768px) {

	body {
		font-size: 13px;
		line-height: 1.68;
	}

	/* header */
	.cy-headerReal {
		height: 72px;
	}

	.cy-headerReal.cy-fixed .cy-m-header {
		height: 72px;
	}

	.cy-logo {
		top: 15px;
		width: 90px;
		height: 90px;
	}

	.cy-nav-menu {
		width: 82px;
		height: 72px;
		padding: 20px 0;
	}

	.cy-nav {
		top: 72px;
		padding: 50px 0 90px;
	}

	.cy-nav>li {
		margin: 0 0 8px;
	}

	.cy-nav>li>a {
		width: 180px;
		height: 60px;
		line-height: 60px;
		font-size: 18px;
	}

	.cy-nav2 {
		width: 150px;
		margin: 0 auto 8px;
	}

	.cy-nav2 li {
		height: 51px;
	}

	.cy-nav2 a {
		line-height: 50px;
		font-size: 16px;
	}

	.cy-header-ctc {
		height: 60px;
	}

	.cy-header-ctc li {
		height: 60px;
	}

	/* header end */

	/* footer */
	.cy-footerReal h2 {
		font-size: 20px;
	}

	.cy-ctc ul {
		width: 50%;
	}

	.cy-ctcSoftware {
		padding: 32px 0;
	}

	.cy-ctcSoftware li {
		margin: 0;
		padding: 0 20px 0 40px;
	}

	/* footer end */

	/* home */
	.cy-bP-text {
		height: 160px;
		margin-top: -80px;
	}

	.cy-bP-text h4 {
		font-size: 28px;
	}

	.cy-bP-text h4 span {
		font-size: 14px;
	}

	.cy-bP-text h3 {
		font-size: 36px;
	}

	.cy-bP-text p {
		width: 220px;
	}

	.cy-bP-text h5 {
		margin: 8px 0;
		font-size: 16px;
	}

	.cy-banner-announcement {
		position: absolute;
		right: 0;
		bottom: 0;
	}

	.cy-banner-next {
		display: block;
		bottom: 38px;
	}

	.cy-newsB-img {
		float: left;
		width: 50%;
	}

	.cy-newsB-cont {
		float: left;
		width: 50%;
		height: 100%;
	}

	.cy-newsB-item {
		height: 250px;
	}

	.cy-newsB-aha {
		width: 50%;
		bottom: 8px;
	}

	.cy-newsB-cont p {
		height: 5.2em;
	}

	.cy-newsL-title .cy-more-info {
		display: block;
	}

	.cy-case-list li {
		width: 50%;
		height: 400px;
	}

	.cy-pw-img,
	.cy-culture-img {
		height: 250px;
	}

	.cy-pw-title>a,
	.cy-culture-title>a {
		display: block;
	}

	/* home end */

	/* inside page common */
	.cy-ipc-title {
		bottom: 112px;
	}

	.cy-ipc-title h3 {
		font-size: 24px;
	}

	.cy-ipc-title h3 span {
		font-size: 16px;
	}

	.cy-ipc-nav {
		margin-bottom: 30px;
	}

	.cy-ipc-nav a {
		padding: 0 15px;
	}

	.cy-ipc-cont {
		padding: 38px 0 68px;
	}

	/* inside page common end */


	.cy-aboutUsF-cont {
		margin-top: 30px;
	}

	/* about us end */

	/* news */
	.cy-newsL1-img {
		height: 420px;
	}

	.cy-news-list2 a p {
		width: 80%;
	}

	/* news end */

	/* common turn page */
	.cy-ctp {
		height: 40px;
		margin-top: 35px;
		line-height: 40px;
	}

	.cy-ctp-arrows {
		width: 80px;
		font-size: 13px;
	}

	.cy-ctp-page {
		float: right;
		text-align: left;
	}

	.cy-ctp-page a {
		margin: 0 8px;
	}

	/* common turn page end */

	/* business */
	.cy-business-areasList span {
		width: 180px;
		height: 120px;
		margin: -50px 0 0 -90px;
		font-size: 14px;
		line-height: 36px;
	}

	.cy-business-areasList a {
		width: 84px;
		height: 84px;
		padding: 24px;
	}

	/* business end */

	/* party work */
	.cy-pn-list li {
		width: 50%;
	}

	.cy-pnl-cont h4 {
		font-size: 18px;
	}

	/* party work end */

	/* culture */
	.cy-clts-list ul {
		height: 160px;
		margin-top: -80px;
	}

	.cy-clts-list li {
		width: 160px;
		height: 160px;
		margin: 0 30px;
		font-size: 18px;
		line-height: 160px;
	}

	.cy-clts-bottom {
		margin-bottom: -68px;
	}

	/* culture end */

	/* tender */
	.cy-tdp-list {
		margin-left: -16px;
	}

	.cy-tdp-list li {
		width: 50%;
	}

	.cy-tdp-list a {
		margin: 0 0 16px 16px;
	}

	/* tender end */

	/* cooperation */
	.cy-cpPj-list {
		margin-left: -18px;
	}

	.cy-cpPj-list li {
		width: 50%;
	}

	.cy-cpPj-list a {
		margin: 0 0 18px 18px;
	}

	.cy-cpPj-list i {
		margin-top: 18px;
	}

	.cy-cpPt-list a {
		padding: 14% 22%;
	}

	/* cooperation end */

	/* talent */
	.cy-tlRc-zhp {
		height: 60px;
		line-height: 60px;
	}

	.cy-tlRc-zhp i {
		width: 80px;
		font-size: 20px;
	}

	.cy-tlRc-zhp b {
		width: 60px;
	}

	.cy-tlRc-zhp>span {
		padding: 0 30px;
	}

	.cy-tlRc-zhp>span span {
		margin-right: 24px;
		font-size: 14px;
	}

	.cy-tlRc-zhp>span .cy-tlRc-rsh {
		width: 42px;
	}

	.cy-tlRc-cont {
		padding: 5% 30px 6%;
		border-left-width: 80px;
		border-right-width: 60px;
	}

	/* talent end */

	/* contact us */
	.cy-cu-ctw li {
		padding-right: 200px;
		font-size: 15px;
	}

	.cy-cu-ctw .cy-ctw-2wm {
		position: absolute;
		top: 0;
		right: 0;
	}

	.cy-ctw-2wm a {
		float: right;
		width: 36px;
		height: 123px;
		margin: 0;
		padding: 19px 10px;
		line-height: 1.5;
	}

	.cy-ctw-2wm p {
		float: left;
		margin: 0;
	}

	.cy-cu-map {
		height: 360px;
	}

	/* contact us end */
}

/* ä¸­åž‹è®¾å¤‡ï¼ˆå°å¼ç”µè„‘ï¼Œ992px èµ·ï¼‰ */
@media screen and (min-width: 992px) {

	body {
		font-size: 14px;
		line-height: 1.8;
	}

	/* header */
	.cy-headerReal {
		height: 70px;
	}

	.cy-headerReal.cy-fixed {
		position: fixed;
		top: 0;
		left: 0;
	}

	.cy-logo {
		top: 10px;
		width: 100px;
		height: 100px;
	}

	.cy-nav-more {
		display: block;
	}

	.cy-nav-menu {
		display: none;
	}

	.cy-nav {
		display: block;
		position: static;
		top: auto;
		left: auto;
		padding: 0;
		font-size: 0;
		background: #fff;
		z-index: 10;
	}

	.cy-nav>li {
		display: inline-block;
		width: 60px;
		margin: 0;
		transition: width .5s;
	}

	.cy-nav>li>a {
		width: 60px;
		height: 70px;
		line-height: 70px;
		font-size: 14px;
		box-shadow: none;
		transition: width .5s, color .5s;
	}

	.cy-nav>li.cy-active {
		width: 80px;
	}

	.cy-nav>li.cy-active>a {
		width: 80px;
		font-size: 16px;
	}

	.cy-nav>li>a::before {
		top: 0;
		left: 0;
		transform: scale(0, 1);
		transition: transform .5s;
	}

	.cy-nav>li.cy-active>a::before {
		transform: scale(1, 1);
	}

	.cy-nav2 {
		width: 100%;
		position: absolute;
		top: 100%;
		left: 0;
		padding: 0 3px;
		box-shadow: 0 0 6px #ccc;
	}

	.cy-nav2 li {
		height: 31px;
	}

	.cy-nav2 a {
		line-height: 30px;
		font-size: 14px;
	}

	.cy-nav-more {
		width: 130px;
	}

	#cy-search {
		width: 100px;
	}

	.cy-search-submit {
		padding: 5px;
	}

	#cy-search-submit {
		width: 13px;
		height: 13px;
	}

	/* header end */

	/* footer */
	.cy-footerReal .cy-container {
		padding-top: 20px;
	}

	.cy-footerReal h2 {
		font-size: 24px;
	}

	/* footer end */

	/* to top */
	.cy-toTop {
		right: 50px;
		bottom: 120px;
		width: 70px;
		height: 35px;
		background: #fff;
	}

	.cy-toTop:hover::before {
		border-bottom-width: 35px;
	}

	/* to top end */

	/* home */
	.cy-bP-text {
		height: 190px;
		margin-top: -95px;
	}

	.cy-bP-text h4 {
		font-size: 32px;
	}

	.cy-bP-text h4 span {
		font-size: 15px;
	}

	.cy-bP-text h3 {
		font-size: 48px;
	}

	.cy-bP-text p {
		width: 300px;
	}

	.cy-bP-text h5 {
		margin: 10px 0;
		font-size: 18px;
	}

	.cy-common-title h3 {
		font-size: 16px;
	}

	.cy-common-title {
		padding-bottom: 10px;
	}

	.cy-newsB-item {
		height: 320px;
	}

	.cy-newsB-cont p {
		height: 9em;
	}

	.cy-newsB-cont .cy-more-info {
		position: absolute;
		left: 10%;
		bottom: 9%;
		margin: 0;
	}

	.cy-pw-img,
	.cy-culture-img {
		height: 320px;
	}

	.cy-bannerP-arrows {
		display: block;
	}

	/* home end */

	/* inside page common */
	.cy-ipc-title {
		bottom: 140px;
	}

	.cy-ipc-title h3 {
		font-size: 26px;
	}

	.cy-ipc-title h3 span {
		font-size: 18px;
	}

	.cy-ipc-hnav {
		font-size: 14px;
		line-height: 40px;
	}

	.cy-ipc-hnav .cy-ipc-hnav4 {
		width: 250px;
	}

	.cy-ipc-nav {
		height: 36px;
		margin-bottom: 40px;
		line-height: 36px;
	}

	.cy-ipc-nav li {
		width: 120px;
		font-size: 13px;
	}

	.cy-ipc-nav a {
		padding: 0;
	}

	.cy-ipc h4 {
		font-size: 30px;
	}

	.cy-ipc-cont {
		padding: 40px 0 80px;
	}

	/* inside page common end */


	.cy-aboutUsF-cont {
		margin-top: 40px;
	}

	/* about us end */


	.cy-news-list1 li {
		height: 320px;
	}

	.cy-newsL1-img {
		width: 56%;
		height: 100%;
	}

	.cy-newsL1-cont {
		width: 44%;
		height: 100%;
		padding: 30px 35px 55px;
	}

	.cy-newsL1-cont i {
		left: 35px;
		bottom: 55px;
		transform: scale(0, 0);
		background: #fff;
	}

	.cy-news-list2 a {
		padding: 0 30px;
	}

	.cy-news-list2 a p {
		width: 85%;
	}

	/* news end */

	/* common turn page */
	.cy-ctp {
		margin-top: 45px;
	}

	.cy-ctp-arrows {
		width: 90px;
		font-size: 14px;
	}

	/* common turn page end */

	/* business */


	.cy-business-areasList span {
		width: 320px;
		height: 150px;
		margin: -75px 0 0 -160px;
		font-size: 16px;
		line-height: 50px;
	}

	.cy-business-areasList a {
		width: 100px;
		height: 100px;
		padding: 32px;
	}

	.cy-bsa-List li {
		width: 33.33%;
	}

	/* business end */

	.cy-pnl-cont {
		padding: 25px 46px 25px 36px;
	}

	.cy-pnl-img {
		height: 280px;
	}

	.cy-pnl-cont i {
		left: 36px;
		opacity: 0;
		transform: scale(0, 0);
	}

	/* party work end */

	/* culture */
	.cy-cultureC h4 {
		width: 900px;
	}

	.cy-clts-list ul {
		height: 180px;
		margin-top: -90px;
	}

	.cy-clts-list li {
		width: 180px;
		height: 180px;
		margin: 0 42px;
		font-size: 20px;
		line-height: 180px;
	}

	.cy-clts-bottom {
		margin-bottom: -80px;
	}

	/* culture end */

	.cy-tdp-list {
		margin-left: -20px;
	}

	.cy-tdp-list a {
		margin: 0 0 20px 20px;
		padding: 26px 50px 26px 40px;
	}

	.cy-tdp-list h4 {
		font-size: 18px;
	}

	/* tender end */


	.cy-cpPj-list {
		margin-left: -20px;
	}

	.cy-cpPj-list a {
		margin: 0 0 20px 20px;
		padding: 40px 60px 40px 50px;
	}

	.cy-cpPj-list i {
		margin-top: 20px;
	}

	.cy-cpPt-list li {
		width: 33.33%;
	}

	.cy-cpPt-list a {
		padding: 30px 55px;
	}

	/* cooperation end */

	.cy-tlRc-zhp i {
		width: 100px;
		font-size: 24px;
	}

	.cy-tlRc-zhp>span {
		padding: 0 40px;
	}

	.cy-tlRc-zhp>span span {
		margin-right: 30px;
	}

	.cy-tlRc-zhp>span .cy-tlRc-rsh {
		width: 45px;
	}

	.cy-tlRc-cont {
		padding: 40px 60px 50px 85px;
		border-left-width: 100px;
		border-right-width: 60px;
	}

	/* talent end */

	.cy-cu-ctw li {
		font-size: 16px;
	}

	.cy-cu-ctw a {
		display: inline;
		margin-top: 0;
		padding-left: 0;
	}

	.cy-cu-map {
		height: 400px;
	}

	/* contact us end */

}

/* å¤§åž‹è®¾å¤‡ï¼ˆå¤§å°å¼ç”µè„‘ï¼Œ1200px èµ·ï¼‰ */
@media screen and (min-width: 1200px) {

	body {
		line-height: 2;
	}

	.cy-container {
		top: 0;
		/* width: 1180px; */
		margin: 0 auto;
		padding: 0;
	}

	/* header */
	.cy-logo {
		width: 126px;
		height: 126px;
		left: 50px;
	}

	.cy-nav>li {
		width: 86px;
	}

	.cy-nav>li>a {
		width: 86px;
	}

	.cy-nav>li.cy-active {
		width: 86px;
	}

	.cy-nav>li.cy-active>a {
		width: 86px;
		font-size: 16px;
	}

	.cy-nav>li>a::before {
		top: -100%;
		left: 0;
		transform: none;
		transition: top .5s;
	}

	.cy-nav>li.cy-active>a::before {
		top: 0;
	}

	.cy-nav2 li {
		height: 36px;
	}

	.cy-nav2 a {
		line-height: 35px;
		font-size: 12px;
	}

	.cy-nav-more {
		width: 150px;
	}

	#cy-search {
		width: 120px;
	}

	.cy-search-submit {
		padding: 4px;
	}

	#cy-search-submit {
		width: 15px;
		height: 15px;
	}

	/* header end */

	/* footer */
	.cy-footerReal .cy-container {
		padding: 20px 50px 0;
	}

	.cy-footerReal h2 {
		font-size: 26px;
	}

	.cy-ctc ul {
		height: 50px;
		margin: 15px 0 30px;
	}

	.cy-ctc .cy-ctcWay {
		width: 64%;
	}

	.cy-ctc .cy-ctcSoftware {
		width: 34%;
		padding: 18px 0 0;
	}

	.cy-ctcSoftware li {
		width: 33.33%;
	}

	.cy-copyright {
		margin: 10px -50px 0;
		padding: 0 50px;
	}

	/* footer end */

	/* to top */
	.cy-toTop {
		right: 41px;
		bottom: 150px;
	}

	/* to top end */

	/* home */
	.cy-banner {
		margin: 0;
	}

	.cy-bP-text {
		height: 210px;
		margin-top: -105px;
	}

	.cy-bP-text h4 {
		font-size: 36px;
	}

	.cy-bP-text h3 {
		font-size: 56px;
	}

	.cy-bP-text p {
		width: 350px;
	}

	.cy-bP-text h5 {
		font-size: 20px;
		margin: 12px 0;
	}

	.cy-banner-next {
		bottom: 30px;
	}

	.cy-banner-announcement {
		width: 450px;
		height: 40px;
		font-size: 14px;
	}

	.cy-banner-announcement h3 {
		font-size: 18px;
		line-height: 40px;
	}

	.cy-bannerA-arrows {
		height: 40px;
		line-height: 40px;
	}

	.cy-bannerA-item a {
		display: inline;
		height: 40px;
		line-height: 40px;
	}

	.cy-common-title h3 {
		font-size: 18px;
	}

	.cy-news-banner {
		float: left;
		width: 66%;
	}

	.cy-newsB-item {
		height: 360px;
	}

	.cy-newsB-img {
		width: 58%;
	}

	.cy-newsB-cont {
		width: 42%;
		padding: 30px 40px 30px 20px;
	}

	.cy-newsB-cont p {
		height: 10em;
	}

	.cy-newsB-cont .cy-more-info {
		left: 20px;
		bottom: 30px;
	}

	.cy-news-list {
		float: right;
		width: 33%;
		margin: 0;
		height: 360px;
	}

	.cy-newsL-cont ul li {
		line-height: 30px;
	}

	.cy-case-list li {
		width: 25%;
		height: 350px;
	}

	.cy-caseL-cont {
		bottom: -160px;
		background: #f0f0f0;
	}

	.cy-case>.cy-more-info {
		top: 16px;
	}

	.cy-common-title,
	.cy-party-culture {
		margin-left: 50px;
		margin-right: 50px;
	}

	.cy-party-culture .cy-common-title {
		margin: 0;
	}

	.cy-partyWork {
		width: 66%;
	}

	.cy-pw-img,
	.cy-pw-list {
		width: 50%;
		height: 350px;
	}

	.cy-pw-title {
		height: 70px;
		padding: 22px 25px 22px 30px;
	}

	.cy-pw-cont li {
		padding: 0 30px;
	}

	.cy-culture {
		width: 33%;
	}

	.cy-culture-img {
		height: 170px;
	}

	.cy-culture-title {
		padding: 9px 30px;
	}

	.cy-culture-cont li {
		padding: 0 30px;
	}

	.cy-newsB-aha {
		width: 58%;
		bottom: 10px;
	}

	.cy-pw-cont li p {
		width: 76%;
	}

	.cy-newsL-cont ul {
		height: 310px;
	}

	.cy-newsL-title ul li {
		margin-right: 5px;
	}

	/* home end */

	/* inside page common */
	.cy-ipc {
		margin: 0;
	}


	.cy-ipc-title {
		bottom: 146px;
	}

	.cy-ipc-title h3,
	.cy-ipc-hnav {
		padding: 0 0 0 50px;
	}

	.cy-ipc-hnav,
	.cy-ipc-nav li {
		font-size: 14px;
	}

	.cy-ctp-arrows {
		font-size: 16px;
	}

	/* inside page common end */

	/* culture */
	.cy-clts-list {
		margin: 0;
	}

	.cy-clts-list ul {
		height: 200px;
		margin-top: -100px;
	}

	.cy-clts-list li {
		width: 200px;
		height: 200px;
		margin: 0 72px;
		font-size: 24px;
		line-height: 200px;
	}

	.cy-clts-bottom {
		margin: 0 0 -80px;
	}

	/* culture end */


	/* contact us */
	.cy-cu-map {
		height: 440px;
	}

	/* contact us end */


	.add-join-box {
		display: block;
	}
}

@media screen and (min-width: 1440px) {

	.cy-container {
		width: 1400px;
	}

	/* header */
	.cy-headerReal {
		height: 80px;
	}

	.cy-logo {
		width: 144px;
		height: 144px;
	}

	.cy-nav>li {
		width: 86px;
	}

	.cy-nav>li>a {
		width: 86px;
		height: 80px;
		line-height: 80px;
	}

	.cy-nav>li.cy-active {
		width: 86px;
	}

	.cy-nav>li.cy-active>a {
		width: 86px;
	}

	.cy-nav2 {
		padding: 0 5px;
	}

	/* header end */
	/* home */
	.cy-bP-text {
		height: 220px;
		margin-top: -110px;
	}

	.cy-bP-text h4 {
		font-size: 40px;
	}

	.cy-bP-text h4 span {
		font-size: 16px;
	}

	.cy-bP-text h3 {
		font-size: 60px;
	}

	.cy-newsB-item,
	.cy-news-list {
		height: 380px;
	}

	.cy-newsL-title {
		height: 60px;
		padding-top: 18px;
	}

	.cy-newsL-cont ul li {
		line-height: 31px;
	}

	.cy-case-list li {
		height: 380px;
	}

	.cy-pw-img,
	.cy-pw-list {
		height: 380px;
	}

	.cy-pw-title {
		height: 80px;
		padding-top: 28px;
	}

	.cy-pw-cont li {
		height: 38px;
		line-height: 38px;
	}

	.cy-culture-img {
		height: 180px;
	}

	.cy-culture-list {
		height: 200px;
	}

	.cy-culture-title {
		height: 50px;
		padding-top: 12px;
	}

	.cy-culture-cont li {
		height: 50px;
		line-height: 50px;
	}

	.cy-newsL-cont ul {
		height: 320px;
	}

	/* home end */

	/* inside page common */
	.cy-ipc-title {
		bottom: 160px;
	}

	.cy-ipc-title h3 {
		font-size: 34px;
	}

	.cy-ipc-title h3 span {
		font-size: 20px;
	}

	.cy-ipc-hnav {
		font-size: 14px;
	}

	.cy-ipc-nav {
		height: 40px;
		margin-bottom: 50px;
		line-height: 40px;
	}

	.cy-ipc-nav li {
		width: 150px;
		font-size: 14px;
	}

	.cy-ipc-cont {
		padding-bottom: 100px;
	}

	/* inside page common end */


	/* about us end */


	.cy-ctcWay li {
		width: 50%;
	}
}

@media screen and (min-width: 1800px) {

	.cy-container {
		width: 1740px;
	}

	/* header */
	.cy-headerReal {
		height: 90px;
	}

	.cy-logo {
		width: 160px;
		height: 160px;
		left: 90px;
	}

	.cy-nav {
		padding-left: 168px;
		font-weight: normal;
	}

	.cy-nav>li {
		width: 100px;
	}

	.cy-nav>li>a {
		width: 100px;
		height: 90px;
		line-height: 90px;
	}

	.cy-nav>li.cy-active {
		width: 100px;
	}

	.cy-nav>li.cy-active>a {
		width: 100px;
	}

	.cy-nav2 {
		padding: 0 11px;
	}

	.cy-nav-more {
		width: 235px;
		height: 50px;
		top: 20px;
		padding: 0;
	}

	#cy-search-form {
		float: left;
		margin-top: 13px;
	}

	.cy-nav-more ul {
		float: right;
		width: 72px;
	}

	.cy-nav-more ul li {
		width: 100%;
	}

	/* header end */

	/* footer */
	.cy-ctc .cy-ctcWay {
		width: 52%;
	}

	.cy-ctc .cy-ctcSoftware {
		width: 25%;
	}

	/* footer end */

	/* to top */
	.cy-toTop {
		right: 10px;
		bottom: 186px;
	}

	/* to top end */

	/* home */
	.cy-bP-text {
		height: 250px;
		margin-top: -150px;
	}

	.cy-bP-text h3 {
		margin: 36px 0 30px;
	}

	.cy-newsB-aha {
		bottom: 20px;
	}

	.cy-newsB-item,
	.cy-news-list {
		height: 480px;
	}

	.cy-newsB-cont {
		padding: 60px 76px 72px 30px;
	}

	.cy-newsB-cont h4 {
		margin: 16px 0;
	}

	.cy-newsB-cont p {
		height: 11em;
		padding-top: 12px;
	}

	.cy-newsB-cont .cy-more-info {
		left: 30px;
		bottom: 72px;
	}

	.cy-newsL-cont ul {
		height: 420px;
	}

	.cy-newsL-cont ul li {
		line-height: 41px;
	}

	.cy-newsL-title ul li {
		padding: 0 20px;
	}

	.cy-case-list li {
		height: 500px;
	}

	.cy-caseL-cont p {
		padding: 0 100px;
	}

	.cy-case-list li:hover .cy-caseL-cont {
		padding-top: 20px;
	}

	.cy-pw-img,
	.cy-pw-list {
		height: 400px;
	}

	.cy-pw-cont li {
		height: 40px;
		line-height: 40px;
	}

	.cy-culture-img {
		height: 200px;
	}

	/* home end */

	/* inside page common */
	.cy-ipc-title h3,
	.cy-ipc-hnav {
		padding: 0 0 0 90px;
	}

	/* inside page common end */


	/* about us end */

	/* culture */
	.cy-clts-list ul {
		height: 200px;
		margin-top: -100px;
	}

	.cy-clts-list li {
		width: 200px;
		height: 200px;
		margin: 0 85px;
		font-size: 24px;
		line-height: 200px;
	}

	.cy-clts-bottom {
		margin-bottom: -100px;
	}

	/* culture end */

	.cy-common-title,
	.cy-party-culture {
		margin-left: 0;
		margin-right: 0;
	}

	.cy-case>.cy-more-info {
		top: 20px;
	}
}

.cy-aboutUs-video .video-box {
	margin: 0 auto;
	max-width: 600px;
}

.cy-aboutUs-video .video-box .vbBox:before {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 3;

	width: 100%;
	height: 100%;

	background: rgba(0, 0, 0, .2);

	content: '';
}

.cy-aboutUs-video .video-box .vbBox img {
	display: block;
	width: 100%;
	transition: all .5s;
}

.cy-aboutUs-video .video-box .vbBox .cont {
	position: absolute;
	top: 50%;
	left: 0;
	z-index: 3;

	width: 100%;

	transform: translate(0, -50%);
}

.cy-aboutUs-video .video-box .vbBox .vico {
	position: relative;
	padding: 16px;
}

.cy-aboutUs-video .video-box .vbBox .vico:before {
	display: block;
	margin: 5px 8px;
	border: 11px solid transparent;
	border-right: 0 none;
	border-left: 16px solid #fff;

	transition: all .3s;
	content: '';
}

.cy-aboutUs-video .video-box .vbBox .desc {
	font-size: 30px;
	font-weight: bold;
	line-height: 1;
	text-align: center;
	color: #fff;
}

@media (max-width: 1240px) {
	.cy-aboutUs-video .video-box .vbBox .desc {
		font-size: 26px;
	}

	.cy-business-areasList {
		width: auto;
	}
	.dock-box a{
		width: 400px;
	}
}

@media (max-width: 1200px) {
	.foot-link {
		padding: 25px 0;
	}
	.dock-box a{
		width: 300px;
	}
}

@media (max-width: 1024px) {
	
    .vwrap .videobox { width: 700px; height: 394px; margin: -175px 0 0 -350px; }
    .pvideo-box { width: 80%; left: 50%; transform: translate(-50%,-50%); margin-left: 0;}
	.cy-aboutUs-video .video-box .vbBox .desc {
		font-size: 24px;
	}

	.cy-ipc h4 {
		width: 90%;
	}

	.cy-ipc-cont {
		width: 100%;
	}
	.cy-newsT{ font-size: 18px; margin-bottom: 10px;}
	.cy-newsTime{ font-size: 14px;}
	/* news end */
	.cy-aboutUsP-list{ 
		flex-wrap: wrap;
		padding: 7% 0 3%;
	}
	.cy-aboutUsP-list li{
		width: 31.33%;
		margin: 0 1% 4%;
	}
}

@media (max-width: 768px) {
	.cy-aboutUs-video .video-box .vbBox .desc {
		font-size: 20px;
	}

	.foot-link dt {
		float: none;
		width: 100%;
	}

	.foot-link dd {
		padding-left: 0;
		padding-top: 5px;
	}

	.foot-link dd a {
		display: inline-block;
		margin-bottom: 5px;
	}
}

@media (max-width: 640px) {
    .vwrap .videobox { width: 400px; height: 225x; margin: -114px 0 0 -218px; }
    .pvideo-box { width: 100%; left: 0%; transform: translateY(-50%); }
    .pv-close { right: 0; top: -40px; width: 40px; height: 40px; font-size: 16px; line-height: 40px;}
	.cy-ipc img {
		position: relative;
		width: 140%;
		margin-left: -20%;
	}
	.cy-aboutUsP-list li{
		width: 48%;
	}
	.dock-box a{
		width: 240px;
	}
}

@media (max-width: 576px) {
	.cy-aboutUs-video .video-box .vbBox .desc {
		font-size: 16px;
	}
}

.cy-aboutUs-video .video-box .vbBox:hover img {
	transform: scale(1.03);
}

.cy-aboutUs-video .video-box .vbBox:hover .vico:before {
	transform: scale(1.7);
}

