﻿/* 超小设备（手机，小于 768px） */
@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: 180px;
      top: 0px;
    left:10px;
   height: auto;
  }

  .cy-nav-more {
    display: none;
  }

  .cy-nav-menu {
    display: block;
    width: 60px;
    height: 50px;
    position: absolute;
    top: 0;
    right: 0;
    padding: 10px 0;
    background: #f8a21b;
  }

  .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: #f8a21b;
    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: #f8a21b;
    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 {
    height: 120px;
    position: relative;
    top: auto;
    left: auto;
    margin: -96px 0 0;
  }

  .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;
    color: #fff;
  }

  .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 img {
    width: 100%;
  }

  .cy-ipc-title {
    bottom: 0px;
  }

  .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: 50px;
    margin-bottom: 10px;
    line-height: 50px;
  }

  .cy-ipc-nav li {
    width: auto;
    font-size: 12px;
  }

  .cy-ipc-nav a {
    padding: 0 7px;
  }

  .cy-ipc h4 {
    width: 90%;
    font-size: 20px;
  }

  .cy-ipc-cont {
    width: 100%;
    padding: 20px 0 30px;
  }
  /* inside page common end */

  /* about us */
  .cy-aboutUsP-list {
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    margin: 0;
  }

  .cy-aboutUsP-list li {
    width: 50%;
    height: 134px;
    padding-top: 20px;
    font-size: 13px;
  }

  .cy-aboutUsP-list a {
    width: 60px;
    height: 60px;
    padding: 20px;
  }

  .cy-aboutUs-framework.cy-ipc-cont {
    width: 100%;
  }

  .cy-aboutUsF-cont {
    margin-top: 20px;
  }
  /* about us end */

  /* news */
  .cy-newsC .cy-ipc h4 {
    width: 90%;
  }

  .cy-newsC .cy-ipc-cont {
    width: 100%;
  }

  .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-businessC .cy-ipc h4 {
    width: 90%;
  }

  .cy-businessC .cy-ipc-cont {
    width: 100%;
  }

  .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 */

  /* party work */
  .cy-partyC .cy-ipc h4 {
    width: 90%;
  }

  .cy-partyC .cy-ipc-cont {
    width: 100%;
  }

  .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 */

  /* tender */
  .cy-tenderC .cy-ipc h4 {
    width: 90%;
  }

  .cy-tenderC .cy-ipc-cont {
    width: 100%;
  }

  .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 */

  /* cooperation */
  .cy-cooperationC .cy-ipc h4 {
    width: 90%;
  }

  .cy-cooperationC .cy-ipc-cont {
    width: 100%;
  }

  .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-talentC .cy-ipc h4 {
    width: 90%;
  }

  .cy-talentC .cy-ipc-cont {
    width: 100%;
  }

  .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-contactC .cy-ipc h4 {
    width: 90%;
  }

  .cy-contactC .cy-ipc-cont {
    width: 100%;
  }

  .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;}
	
	.cy-newsL-cont ul li span{display: none}	
	  .cy-newsL-title ul li {
    margin-right: 5px;
		  font-size: 12px;
  }
	
		.cy-news-content h4{
		font-size: 22px;
			line-height: 30px
	}
	
	.cy-ipc{
		height: auto;
	}	
}

@media screen and (min-width: 375px) {
	
	 .cy-newsL-title ul li {
    margin-right: 10px;
		  font-size: 13px;
  }
	
	.cy-ipc{
		height: auto;
	}	
}

@media screen and (min-width: 461px) {
	
	 .cy-newsL-title ul li {
    margin-right: 15px!important;
		  font-size: 16px!important;
  }
	
	.cy-ipc{
		height: auto;
	}	

}
@media screen and (min-width: 540px) {
  /* header */
  .cy-headerReal {
    height: 60px;
  }

  .cy-headerReal.cy-fixed .cy-m-header {
    height: 60px;
  }

  .cy-logo {
      top: 20px;
    width: 150px;
  }

  .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{
		height: auto;
	}		
	
  .cy-ipc img {
   width: 100%;
  }

  .cy-ipc-title {
    bottom: 0px;
  }

  .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: 50px;
    margin-bottom: 20px;
    line-height: 50px;
  }

  .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 */
  .cy-aboutUsP-list li {
    font-size: 14px;
  }

  .cy-aboutUsP-list a {
    width: 68px;
    height: 68px;
    padding: 20px;
  }
  /* 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: 5px;
    width: 220px;
	  height: auto;
  }

  .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{
		height: auto;
	}	
	
	
  .cy-ipc img {
   width: 100%;
  }

  .cy-ipc-title {
    bottom: 0px;
  }

  .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 h4 {
    width: 660px;
  }

  .cy-ipc-cont {
    width: 660px;
    padding: 38px 0 68px;
  }

  /* inside page common end */

  /* about us */
  .cy-aboutUsP-list li {
    font-size: 15px;
  }

  .cy-aboutUsP-list a {
    width: 72px;
    height: 72px;
    padding: 20px;
  }

  .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: 25%;
  }

  .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: 5px;
    width: 220px;
  }

  .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;
	padding-left: 300px;
  }

  .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;
	background: #fff!important;
  }

  .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{
		height: auto;
	}		
	
  .cy-ipc img {
   width: 100%;
  }

  .cy-ipc-title {
    bottom: 0px;
  }

  .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: 50px;
    margin-bottom: 40px;
    line-height: 50px;
  }

  .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 */

  /* about us */
  .cy-aboutUsP-list {
    width: 90%;
    height: 150px;
    top: 50%;
    left: 5%;
    margin: -75px 0 0;
  }

  .cy-aboutUsP-list li {
    width: 25%;
    height: auto;
    padding-top: 10px;
    font-size: 16px;
  }

  .cy-aboutUsP-list a {
    width: 80px;
    height: 80px;
    padding: 24px;
  }

  .cy-aboutUsF-cont {
    margin-top: 40px;
  }
  /* about us end */

  /* news */
  .cy-newsC.cy-news-noT .cy-ipc-cont {
/*    width: 100%*/
	  width: 90%;
	  max-width: 1200px;
  }

  .cy-news-list1 li {
/*    height: 320px;*/
  }

  .cy-newsL1-img {
    width: 20%;
    height: 100%;
  }

  .cy-newsL1-cont {
    width: 80%;
    height: 100%;
    padding: 0px 35px 0px;
  }

  .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-businessC .cy-ipc h4,
  .cy-businessC .cy-ipc-cont {
    width: 900px;
  }

  .cy-business-areasList li {
    height: 300px;
  }

  .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 */

  /* party work */
  .cy-partyC .cy-ipc h4,
  .cy-partyC .cy-ipc-cont {
    width: 900px;
  }

  .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 */

  /* tender */
  .cy-tenderC .cy-ipc h4,
  .cy-tenderC .cy-ipc-cont {
    width: 100%
  }

  .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 */

  /* cooperation */
  .cy-cooperationC .cy-ipc h4,
  .cy-cooperationC .cy-ipc-cont {
    width: 900px;
  }

  .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 */

  /* talent */
  .cy-talentC .cy-ipc h4,
  .cy-talentC .cy-ipc-cont {
    width: 900px;
  }

  .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 */

  /* contact us */
  .cy-contactC .cy-ipc h4,
  .cy-contactC .cy-ipc-cont {
    width: 900px;
  }

  .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 */

  .cy-ipc-cont {
      width: 100%
  }
	
  	.cy-news {
		margin-top: 50px;
	}	
}

/* 大型设备（大台式电脑，1200px 起） */
@media screen and (min-width: 1420px) {
.cy-nav>li {
    width: 100px;
  }	
	.cy-nav>li>a {
    width: 100px;
    font-size: 16px;
  }

  .cy-nav>li.cy-active {
    width: 100px;
  }

  .cy-nav>li.cy-active>a {
    width: 100px;
    font-size: 16px;
  }
}

@media screen and (min-width: 1200px) {
.cy-nav>li {
    width: 80px;
  }	
	.cy-nav>li>a {
    width: 80px;
    font-size: 16px;
  }

  .cy-nav>li.cy-active {
    width: 80px;
  }

  .cy-nav>li.cy-active>a {
    width: 80px;
    font-size: 16px;
  }
	.cy-news-content h4{
		font-size: 32px;
			line-height: 48px;
		
	
}
}

@media screen and (min-width: 1200px) {

  body {
    line-height: 2;
  }

  .cy-container {
      top: 0;
    width: 100%;
    margin: 0 auto;
    padding: 0;
  }

  /* header */
  .cy-logo {
    width: 220px;
    left: 50px;
  }

/*
  .cy-nav>li {
    width: 100px;
  }

  .cy-nav>li>a {
    width: 100px;
    font-size: 16px;
  }

  .cy-nav>li.cy-active {
    width: 100px;
  }

  .cy-nav>li.cy-active>a {
    width: 100px;
    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: 50%;
  }

  .cy-newsB-item {
    height: 360px;
  }

  .cy-newsB-img {
    width: 65%;
  }

  .cy-newsB-cont {
    width: 45%;
    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: 48%;
    margin: 0;
    height: 360px;
  }

/*
  .cy-newsL-cont ul li {
    line-height: 30px;
  }
*/
	.cy-newsL-cont ul li{
		margin-bottom: 0px;
		margin-top: 5px;
	}

  .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: 300px;
  }

  .cy-newsL-title ul li {
    margin-right: 10px!important;
  }
  /* home end */

  /* inside page common */
  .cy-ipc {
    margin: 0;
  }

  .cy-ipc img {
   width: 100%
  }

  .cy-ipc-title {
    bottom: 0px;
  }

  .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 */

  /* about us */
  .cy-aboutUsP-list {
    width: 80%;
    left: 10%;
  }

  .cy-aboutUsP-list li {
    padding-top: 0;
  }

  .cy-aboutUsP-list a {
    width: 100px;
    height: 100px;
    padding: 32px;
  }

  .cy-aboutUs-framework.cy-ipc-cont {
    width: 900px;
  }
  /* about us end */

  /* news */
  .cy-newsC .cy-ipc h4,
  .cy-newsC .cy-ipc-cont {
    width: 100%
  }
  /* news 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;}
	
	.cy-news{margin-top: 50px;}
}

@media screen and (min-width: 1440px) {

  .cy-container {
    width: 100%;
  }

  /* header */
  .cy-headerReal {
    height: 100px;
  }

  .cy-logo {
    width: 348px;
  }

  .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: 50px;
  }

/*
  .cy-newsL-cont ul li {
    line-height: 50px;
  }
*/
		.cy-newsL-cont ul li{
		margin-bottom: 0px;
		margin-top: 5px;	
	}

  .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: 300px;
  }
  /* home end */

  /* inside page common */
  .cy-ipc img {
    width: 100%
  }

  .cy-ipc-title {
    bottom: 0px;
  }

  .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: 50px;
    margin-bottom: 40px;
    line-height: 50px;
  }

  .cy-ipc-nav li {
    width: 250px;
    font-size: 14px;
  }

  .cy-ipc-cont {
    padding-bottom: 100px;
  }
  /* inside page common end */

  /* about us */
  .cy-aboutUsP-img {
    height: 320px;
  }

  .cy-aboutUsP-list {
    width: 72%;
    left: 14%;
  }
  /* about us end */
  

  .cy-ctcWay li {
    width: 50%;
  }
	
	  .cy-newsL-title ul li {
    margin-right: 16px!important;
  }
	
}

@media screen and (min-width: 1440px) {
	.cy-newsL-cont ul li{
		margin-bottom: 0px;
		margin-top: 5px;
	}
}

@media screen and (min-width: 1600px) {
	.cy-newsL-cont ul li{
		margin-bottom: 0px;
	}
}

@media screen and (min-width: 1800px) {

  .cy-container {
    width: 100%;
  }

  /* header */
  .cy-headerReal {
    height: 100px;
  }

  .cy-logo {
    width: 348px;
	height: 80px;
    left: 90px;
  }

  .cy-nav {
    padding-left: 168px;
    font-weight: normal;
  }

  .cy-nav>li {
    width: 100px;
  }

  .cy-nav>li>a {
    width: 100px;
    height: 100px;
    line-height: 100px;
  }

  .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 30px 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 15px;
  }

  .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 */
  .cy-aboutUsP-img {
    height: 400px;
  }

  .cy-aboutUsP-list {
    width: 64%;
    left: 18%;
  }
  /* 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-newsL-cont ul li{
		margin-bottom: 15px;
		margin-top: 10px;
	}
}

@media (max-width: 768px) {
    .cy-aboutUs-profile p {
        width: auto;
    }
}

.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;
  }
}
@media (max-width: 1024px) {
  .cy-aboutUs-video .video-box .vbBox .desc {
    font-size: 24px;
  }
}
@media (max-width: 768px) {
  .cy-aboutUs-video .video-box .vbBox .desc {
    font-size: 20px;
  }
}
@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);
}
