

button, input, select, textarea,h1, h2, h3, h4, h5, h6{line-height:1.3;font-weight: 300;}
body {font-family: 'OpenSans-Regular', Arial, Helvetica, sans-serif;}
address, cite, dfn, em, var {font-style:normal;} 
code, kbd, pre, samp {font-family: courier new, courier, monospace;} 
small {font-size:  0.75em;} 
ul, ol {list-style: none;margin:0; padding: 0px;}
body,legend {color:#666;}
a{color:inherit;text-decoration: none;}
a:hover  {color:#003894;text-decoration: none;}
a:active{color:inherit;}
.css3, a {-webkit-transition-duration: 0.5s;-ms-transition-duration: 0.5s;-o-transition-duration: 0.5s;-moz-transition-duration: 0.5s;	transition-duration: 0.5s;}
img {max-width: 100%;vertical-align: middle;}
.clearfix{*zoom:1;}
.clearfix:after{content: ''; display: block; clear: both;}
.cy-pro-detailsothertxt p{ margin-bottom:0.2rem;}
.pc {display: block;}
.mobile {display: none;}
/* @media (min-width: 1600px) {
  .container {max-width: 1550px;}
} */
.owl-carousel .owl-nav button.owl-prev, .owl-carousel .owl-nav button.owl-next, .owl-carousel button.owl-dot {
	top: 50%;
	transform: translateY(-50%);
	pointer-events: auto;
	text-align: center;
	position: absolute;
	z-index: 30!important;
	cursor: pointer;
	width: 50px;
	height: 50px;
	background-color: #fff;
	border: 1px solid #ccc;
	font-size: 18px;
	line-height: 50px;
	color: #999;
	text-align: center;
	border-radius: 50%;
}

/*位置控制*/
.vertical-align {font-size: 0}
.vertical-align:before {display: inline-block;height: 100%;vertical-align: middle;content: ""}
.vertical-align-bottom,.vertical-align-middle {display: inline-block;max-width: 100%;}
.vertical-align-middle {vertical-align: middle}
.vertical-align-bottom {vertical-align: bottom}


/* 头部文件 */
.headerPc {width: 100%;background-color: #fff;position: fixed;top: 0;left: 0;z-index: 300;box-shadow: 0 2px 5px hsl(214deg 3% 49% / 30%);}
.headerPc .logo {
	float: left;
	display: block;
	margin-top: 5px;
}
.headerPc .nav {
	float: right;
}
.headerPc .nav ul li {
	float: left;
	margin-right: 40px;
	position: relative;
}
.headerPc .nav ul li .tits {
	font-size: 14px;
	color: #262626;
	display: block;
	font-family: FZE;
  position: relative;
  transition: .65s .1s;
}
.headerPc .nav ul li .tits::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 50%;
  width: 0;
  height: 2px;
  background-color: #00528e;
  transform: translateX(-50%);
  transition: .65s .1s;
}
.headerPc .nav ul li dl {
	width: 180px;
	background-color: #fff;
	box-shadow: 0 5px 20px rgba(0, 0, 0, 0.2);
	position: absolute;
	left: 50%;
	margin-left: -90px;
	border-radius: 6px;
	display: none;
}
.headerPc .nav ul li dl dd {margin: 0px; padding: 0px;}
.headerPc .nav ul li dl dd a {
	display: block;
	text-align: center;
	font-size: 15px;
	line-height: 46px;
	color: #00528e;
}
.headerPc .nav ul li dl:after {
	width: 0;
	height: 0;
	border-right: 10px solid transparent;
	border-left: 10px solid transparent;
	border-bottom: 10px solid #fff;
	content: '';
	position: absolute;
	top: -10px;
	left: 50%;
	margin-left: -10px;
	z-index: 5;
}
.headerPc .nav ul li.on .tits {
	color: #00528e;
}
.headerPc .nav ul li.on .tits::after {width: 100%;}

@media (min-width: 992px) {
	.headerPc {height: 80px;}
	.headerPc .logo {height: 60px;}
	.headerPc .nav ul li {margin-right: 20px;}
	.headerPc .nav ul li:hover .tits {color: #00528e;}
  .headerPc .nav ul li:hover .tits::after {width: 100%;}
	.headerPc .nav ul li:hover dl {display: block;}
	.headerPc .nav ul li .tits {height: 80px; line-height: 80px;}
	.rat-banner {margin-top: 80px;}
}
@media (min-width: 1024px) {
	.headerPc .nav ul li dl dd a:hover {color: #00528e;}
}
@media (min-width: 1200px) {
	.headerPc {height: 80px;}
	.headerPc .logo {height: 70px;}
	.headerPc .nav ul li {margin-right: 30px;}
	.headerPc .nav ul li .tits {font-size: 14px;}
	.headerPc .nav ul li .tits {height: 80px; line-height: 80px;}
	.rat-banner {margin-top: 80px;}
}
@media (min-width: 1400px) {
	.headerPc {height: 90px;}
	.headerPc .logo {height: 80px;}
	.headerPc .nav ul li .tits {font-size: 15px;}
	.headerPc .nav ul li {margin-right: 40px;}
	.headerPc .nav ul li .tits {height: 90px; line-height: 90px;}
	.rat-banner {margin-top: 90px;}
}
/* @media (min-width: 1600px) {
	.headerPc .nav ul li .tits {font-size: 16px;}
	.headerPc .nav ul li {margin-right: 50px;}
} */
@media (max-width: 991px) {
	.headerPc {height: 60px;}
	.headerPc .logo {height: 45px;}
	.headerPc .logo img {height: 100%;}
}

.menu_pp {display: none;}
@media (max-width:991px) {
	.menu_pp {display: block;}
}
/*手机端菜单*/
.bgs {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: auto;
  z-index: 90;
  width: 100%;
  background: rgba(0, 0, 0, 0.6);
}
.menu_pp_nav{
	width: 90%;
	height: 100%;
	background-color: #fff;
	position: fixed;
	top: 0;
	left: -90%;
	color: #fff;
	overflow: hidden;
	z-index: 100;
}
.menu_pp_nav ul{
	width: 100%;
	padding-top: 30px;
}
.menu_pp_nav>ul{
	height: 100%;
	background-color: #fff;
	position: absolute;
	left:0;
}
.menu_pp_nav ul a{
	display: block;
	padding: 0px 10px;
	font-family: arial;
	font-weight: bold;
	color: #333;
	font-size: 14px;
	border-top: 1px solid #ccc;
}
/* .menu_pp_nav ul li:first-of-type a{
	border: none;
} */
.menu_pp_nav ul li{
	padding:0 30px;
	font-size: 16px;
	font-weight: 600;
	line-height: 40px;
	position: relative;
}
.menu_pp_nav ul li span{
	font-size: 30px;
	color: #005aab;
	position: absolute;
	right: 35px;
	top: -1px;
}
.menu_pp_nav ul li p {
	line-height: 35px;
	padding: 0px;
	margin: 0px;
	overflow: hidden;
}
.menu_pp_nav ul li p a {
	color: #666;
	font-weight: 300;
	border-top: 1px solid #ccc;
}
.menu_pp_logo{
	width: 100%;
	padding: 15px 30px 0 30px;
	overflow: hidden;
	position: relative;
}
.menu_pp_search{
	width: 100%;
	height: 35px;
	line-height: 35px;
	position: relative;
}
.menu_pp_search input{
	width: 100%;
	height: 35px;
	padding-left: 10px;
	color: #333;
	border-radius: 5px;
	border: 1px solid #ccc;
}
.menu_pp_search>i{
	width: 15px;
	position: absolute;
	top: 10px;
	right: 10px;
	color: #333;
}
.menu_pp_logo>img{
	max-width: 80%;
}
.menu_pp_logo h2{
	height: 40px;
	line-height: 40px;
	font-size: 18px;
	color: #333;
}
.logo_close{
	width: 30px;
	height: 30px;
	border-radius:15px;
	border: 1px solid #005aab;
	float: right;
	position: relative;
	right: 0;
	top: 4px;
	z-index: 61;
}
.logo_close span:first-of-type{
	display: block;
	background-color: #005aab;
	width: 70%;
	height: 1px;
	border-radius: 1px;
	position: absolute;
	top: 14.5px;
	left: 15%;
	transform: rotate(-45deg);
}
.logo_close span:last-of-type{
	display: block;
	background-color: #005aab;
	width: 70%;
	height: 1px;
	border-radius: 1px;
	position: absolute;
	top: 14.5px;
	left: 15%;
	transform: rotate(45deg);
}
.menu_pp_two{
	width: 100%;
	height: 100%;
	color: #333;
	padding: 15px 0;
	position: absolute;
	left: -100%;
	bottom: 0;
	z-index: 60;
	background-color: #fff;
	overflow-y: auto;
}
.menu_pp_two ul{
	padding: 0;
}
.menu_pp_two h3{
	line-height: 45px;
	font-size: 16px;
	padding-left: 45px;
	position: relative;
}
.menu_pp_two h3 span{
	font-size: 30px;
	position: absolute;
	left: 30px;
	top: -3px;
	color: #005aab;
}
.menu_pp_two h2{
	font-size: 24px;
	padding: 30px 30px 10px;
}
.menu_pp_two h2 a {
	font-family: arial;
	color: #005aab;
}
/*头部公共END END END*/
@media (min-width:300px) {
	/*手机端菜单图标*/
	.menu_icon{
		float: right;
		width: 32px;
		height: 32px;
		background-color: #005aab;
		position: relative;
		top: 10px;
    right: 0px;
	}
	.menu_icon span{
		display: block;
		width: 70%;
		height: 2px;
		border-radius: 2.5px;
		background-color: #fff;
		position: absolute;
		left: 15%;
	}
	.menu_icon span:nth-child(1){
		top:9px;
	}
	.menu_icon span:nth-child(2){
		top: 15px;
	}
	.menu_icon span:nth-child(3){
		top: 22px;
	}
	/*手机端菜单图标变化*/
	.icon_now span:nth-child(1){
		animation: icon1 1s forwards;
	}
	.icon_now span:nth-child(2){
		animation: icon2 1s forwards;
	}
	.icon_now span:nth-child(3){
		animation: icon3 1s forwards;
	}
	.icon_back span:nth-child(1){
		animation: icon4 1s forwards;
	}
	.icon_back span:nth-child(2){
		animation: icon5 1s forwards;
	}
	.icon_back span:nth-child(3){
		animation: icon6 1s forwards;
	}
	@keyframes icon1{
		0%{top:9px;transform: rotate(0deg);}
		40%{top:15px;transform: rotate(0deg);}
		60%{top:15px;transform: rotate(0deg);}
		100%{top:15px;transform: rotate(405deg);}
	}
	@keyframes icon3{
		0%{top:22px;transform: rotate(0deg);}
		40%{top:15px;transform: rotate(0deg);}
		60%{top:15px;transform: rotate(0deg);}
		100%{top:15px;transform: rotate(405deg);}
	}
	@keyframes icon2{
		0%{transform: rotate(0deg);}
		40%{transform: rotate(0deg);}
		60%{transform: rotate(0deg);}
		100%{transform: rotate(495deg);}
	}
	@keyframes icon4{
		0%{top:15px;transform: rotate(405deg);}
		40%{top:15px;transform: rotate(0deg);}
		60%{top:15px;transform: rotate(0deg);}
		100%{top:9px;transform: rotate(0deg);}
	}
	@keyframes icon6{
		0%{top:15px;transform: rotate(405deg);}
		40%{top:15px;transform: rotate(0deg);}
		60%{top:15px;transform: rotate(0deg);}
		100%{top:22px;transform: rotate(0deg);}
	}
	@keyframes icon5{
		0%{transform: rotate(495deg);}
		40%{transform: rotate(0deg);}
		60%{transform: rotate(0deg);}
		100%{transform: rotate(0deg);}
	}
	/*头部公共END END END*/
	
}
@media (min-width:768px) {
	.menu_icon{
		width: 50px;
		height: 50px;
		top: 12.5px;
	}
	.menu_icon span:nth-child(1){
		height: 5px;
		top: 12.5px;
	}
	.menu_icon span:nth-child(2){
		height: 5px;
		top: 22.5px;
	}
	.menu_icon span:nth-child(3){
		height: 5px;
		top: 32.5px;
	}
	/*手机端菜单图标变化*/
	.icon_now span:nth-child(1){
		animation: icon1 1s forwards;
	}
	.icon_now span:nth-child(2){
		animation: icon2 1s forwards;
	}
	.icon_now span:nth-child(3){
		animation: icon3 1s forwards;
	}
	.icon_back span:nth-child(1){
		animation: icon4 1s forwards;
	}
	.icon_back span:nth-child(2){
		animation: icon5 1s forwards;
	}
	.icon_back span:nth-child(3){
		animation: icon6 1s forwards;
	}
	@keyframes icon1{
		0%{top:12.5px;transform: rotate(0deg);}
		40%{top:22.5px;transform: rotate(0deg);}
		60%{top:22.5px;transform: rotate(0deg);}
		100%{top:22.5px;transform: rotate(405deg);}
	}
	@keyframes icon3{
		0%{top:32.5px;transform: rotate(0deg);}
		40%{top:22.5px;transform: rotate(0deg);}
		60%{top:22.5px;transform: rotate(0deg);}
		100%{top:22.5px;transform: rotate(405deg);}
	}
	@keyframes icon2{
		0%{transform: rotate(0deg);}
		40%{transform: rotate(0deg);}
		60%{transform: rotate(0deg);}
		100%{transform: rotate(495deg);}
	}
	@keyframes icon4{
		0%{top:22.5px;transform: rotate(405deg);}
		40%{top:22.5px;transform: rotate(0deg);}
		60%{top:22.5px;transform: rotate(0deg);}
		100%{top:12.5px;transform: rotate(0deg);}
	}
	@keyframes icon6{
		0%{top:22.5px;transform: rotate(405deg);}
		40%{top:22.5px;transform: rotate(0deg);}
		60%{top:22.5px;transform: rotate(0deg);}
		100%{top:32.5px;transform: rotate(0deg);}
	}
	@keyframes icon5{
		0%{transform: rotate(495deg);}
		40%{transform: rotate(0deg);}
		60%{transform: rotate(0deg);}
		100%{transform: rotate(0deg);}
	}
	/*头部公共END END END*/
}

/* 首页Banner */
.rat-banner {
  margin-left: auto;
  margin-right: auto;
  overflow: hidden;
  position: relative;
}
.rat-banner img {width: 100%;}
.rat-banner .swiper-button-next, .rat-banner .swiper-button-prev {
    background: rgba(0,0,0,0.2);
    display: inline-block;
    height: 50px;
    line-height: 50px;
    width: 50px;
    text-align: center;
    color: #fff;
    font-size: 40px;
    transition: all 0.3s ease-in-out;
    transform: translateX(-56px);
}
.rat-banner .swiper-button-next {
    transform: translateX(56px);
}
.rat-banner:hover .swiper-button-next, .rat-banner:hover .swiper-button-prev {
    transform: translateX(0);
}
.rat-banner .swiper-pagination-bullet{
	opacity: 1;
	width:30px;
	height:4px;
	background: #fff;
	border-radius: 0;
}
.rat-banner>.swiper-pagination-bullets{
	text-align: center;
	bottom: 20px;
}
.rat-banner .swiper-pagination-bullet-active{
	background:#55b2e5;
}
@media (max-width:767px) {
	.rat-banner {margin-top: 60px;width: auto;margin-left: 0px; margin-right: 0px;}
	.rat-banner .swiper-pagination-bullet{width:20px;height:4px;}
	.rat-banner>.swiper-pagination-bullets{bottom:5px;}
	.swiper-button-next, .swiper-button-prev {display: none;}
}

/* 首页简介 */
.cy-index-aboutmain {
  background-image: url(../images/index-about-leftbg.jpg);
  background-repeat: no-repeat;
  background-size: 40% auto;
  background-position: left center;
  background-color: #f9fafe;
  padding: 50px 0px;
  margin: 0px;
  overflow: hidden;
}
.cy-index-aboutinfo {
	width: 50%;
	padding: 60px 0px 40px;
	margin: 0px;
	overflow: hidden;
	float: left;
}
.cy-index-aboutinfo h3 {
	font-size: 24px;
	font-weight: 600;
	line-height: 1.8;
	color: #005aab;
	padding: 0px;
	margin: 0px 0px 30px;
	overflow: hidden;
}
.cy-index-abouttxt {
	font-size: 16px;
	line-height: 1.6;
	padding: 0px;
	margin: 0px 0px 30px;
	overflow: hidden;
}
.cy-index-aboutinfo a {
	display: inline-block;
	font-size: 14px;
	line-height: 2;
	padding: 5px 30px;
	border-radius: 35px;
  background: -webkit-linear-gradient(left, #019ce9, #005dae);
  background: -o-linear-gradient(left,#019ce9, #005dae);
  background: -moz-linear-gradient(left,#019ce9, #005dae);
  background: -ms-linear-gradient(left,#019ce9, #005dae);
	color: #fff;
	margin: 0px;
	overflow: hidden;
}
.cy-index-aboutimg {
	padding: 90px 0px;
	margin: 0px;
	float: right;
	width: 45%;
	position: relative;
}
.cy-index-aboutimg::after {
	content: '';
	position: absolute;
	top: 0px;
	left: 75%;
  background: -webkit-linear-gradient(left, #daebf5, #a0bae4);
  background: -o-linear-gradient(left,#daebf5, #a0bae4);
  background: -moz-linear-gradient(left,#daebf5, #a0bae4);
  background: -ms-linear-gradient(left,#daebf5, #a0bae4);
	border-radius: 80px 0px 0px 80px;
	width: 300%;
	height: 100%;
	padding: 0;
	margin: 0px;
	overflow: hidden;
	z-index: 1;
}
.cy-index-aboutimg img {
	position: inherit;
	width: 100%;
	border-radius: 0px 80px 0px 80px;
	z-index: 2;
}

/* 首页产品 */
.cy-index-promain {
	border-top: 1px solid #ddf4ff;
	padding: 0px;
	margin: 0px;
	overflow: hidden;
}
.cy-index-prolist {
	padding: 30px 0px;
	margin: 0px;
	overflow: hidden;
}
.cy-index-prolist h3 {
	width: 130px;
	font-size: 24px;
	font-weight: 600;
	color: #005dae;
	line-height: 35px;
	padding: 0px;
	margin: 0px;
	overflow: hidden;
	float: left;
}
.cy-index-prolist ul {
	width: calc(100% - 130px);
	padding: 0px;
	margin: 0px;
	overflow: hidden;
	float: left;
}
.cy-index-prolist li {
	font-size: 17px;
	line-height: 35px;
	font-weight: 600;
	color: #666;
	padding: 0px 30px 0px 0px;
	margin: 0px;
	overflow: hidden;
	float: left;
}
.cy-index-proinfo {
  background: -webkit-linear-gradient(left, #3b559a, #6482cf);
  background: -o-linear-gradient(left,#3b559a, #6482cf);
  background: -moz-linear-gradient(left,#3b559a, #6482cf);
  background: -ms-linear-gradient(left,#3b559a, #6482cf);
	padding: 0px;
	margin: 0px;
	overflow: hidden;
	position: relative;
}
.cy-index-proinfoleft {
	width: 30%;
	color: #fff;
	padding: 100px 10% 60px 0px;
	margin: 0px;
	overflow: hidden;
	float: left;
}
.cy-index-proinfoleft i {
	display: block;
	padding: 0px;
	margin: 0px 0px 10px;
	overflow: hidden;
}
.cy-index-proinfoleft h3 {
	font-size: 32px;
	font-weight: 600;
	line-height: 1.6;
	letter-spacing: 2px;
	padding: 0px;
	margin: 0px;
	overflow: hidden;
}
.cy-index-proinfoleft span {
	display: block;
	font-size: 24px;
	text-transform: uppercase;
	padding: 0px;
	margin: 0px 0px 35px;
	overflow: hidden;
}
.cy-index-proinfoleft p {
	font-size: 15px;
	line-height: 1.8;
	padding: 0px;
	margin: 0px;
	overflow: hidden;
}
.cy-index-proinforight {
	width: 70%;
	min-height: 600px;
	padding: 80px 0px;
	margin: 0px;
	float: left;
	position: relative;
}
.cy-index-proinforight::after {
	content: '';
	width: 180%;
	height: 100%;
	background-image: url(../images/prolistbg.jpg);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: left;
	position: absolute;
	top: 0;
	left: 0;
	margin: 0px;
	padding: 0px;
	overflow: hidden;
	z-index: 0;
}
.cy-index-proinfomore {
  position: inherit;
  font-size: 16px;
  line-height: 40px;
  color: #fff;
  padding: 0px 0px 0px 5%;
  margin: 0px 0px 70px;
  overflow: hidden;
  z-index: 2;
}
.cy-index-proinfomore a {
	display: inline-block;
	padding: 0px 30px;
	line-height: 40px;
	border: 1px solid #fff;
	border-radius: 20px;
	font-size: 14px;
	color: #fff;
	margin: 0px;
	overflow: hidden;
	float: right;
}
.cy-index-proinfolist {
	position: inherit;
	padding: 0px;
	margin: 0px;
	overflow: hidden;
	z-index: 2;
}
.cy-index-proinfolist li {
	width: calc(25% - 1px);
	margin: 0px 1px 1px 0px;
	padding: 0px;
	overflow: hidden;
	position: relative;
	float: left;
}
.cy-index-proinfolist li:nth-child(3) {margin-right: 25%;}
.cy-index-proinfolist li:nth-child(4) {margin-left: 25%;}
.cy-index-proinfooneimg {
	border: 5px solid #b3cde4;
	padding: 0px;
	margin: 0px;
	overflow: hidden;
}
.cy-index-proinfooneimg img {width: 100%;}
.cy-index-proinfoonetxt {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	padding: 0px 5%;
	margin: 0px;
	overflow: hidden;
	background-color: rgba(0, 147, 232, 0.5);
	font-size: 18px;
	line-height: 1.8;
	color: #fff;
	text-align: center;
	z-index: 3;
	display: none;
}
.cy-index-proinfoonetxt i {
	display: block;
	width: 24px;
	height: 24px;
	border: 1px solid #fff;
	border-radius: 50%;
	text-align: center;
	line-height: 24px;
	padding: 0px;
	margin: 5px auto;
	overflow: hidden;
}
.cy-index-proinfolist li:hover .cy-index-proinfoonetxt {display: block;}

/* 选择蓝玥 */
.cy-index-culturemain {padding: 100px 0px; margin: 0px; overflow: hidden;}
.cy-index-culturetitle {
  line-height: 1.8;
  text-align: center;
  padding: 0px;
  margin: 0px 0px 60px;
  overflow: hidden;
}
.cy-index-culturetitle p {
  font-size: 16px;
  color: #333;
  padding: 0px;
  margin: 0px;
  overflow: hidden;
}
.cy-index-culturetitle h3 {
  font-size: 32px;
  font-weight: 600;
  color: #000;
  padding: 0px;
  margin: 0px;
  overflow: hidden;
}
.cy-index-culturetitle h3 strong {
  color: #00528e;
}
.cy-index-culturetitle h3 i {
  color: #C00;
  font-style: normal;
}
.cy-index-culturetitle span {
  display: block;
  font-size: 13px;
  line-height: 30px;
  color: #999;
  text-transform: uppercase;
  padding: 0px;
  margin: 0px;
  overflow: hidden;
}
.cy-index-cultureinfo {background-image: url(../images/index-culturemainimg.png); background-repeat: no-repeat; background-position: top center; min-height: 580px; padding: 0px; margin: 0px; overflow: hidden; position: relative;}
.cy-index-cultureinfo li {width: 50%; position: absolute; padding: 0px; margin: 0px; overflow: hidden;}
.cy-index-cultureinfo li:nth-child(1) {left: 0;top: 0; height: 35%;}
.cy-index-cultureinfo li:nth-child(2) {right: 0;top: 0; height: 35%;}
.cy-index-cultureinfo li:nth-child(3) {left: 0;top: 40%; height: 30%;}
.cy-index-cultureinfo li:nth-child(4) {right: 0;top: 40%; height: 30%;}
.cy-index-cultureinfo li:nth-child(5) {left: 0;bottom: 0; height: 25%;}
.cy-index-cultureinfo li:nth-child(6) {right: 0;bottom: 0; height: 25%;}
.cy-index-cultureone {width: calc(100% - 280px); padding: 0px; margin: 0px;}
.cy-index-cultureinfo li:nth-child(1) .cy-index-cultureone {text-align: left; margin-left: 70px;}
.cy-index-cultureinfo li:nth-child(2) .cy-index-cultureone {text-align: right; float: right; margin-right: 70px;}
.cy-index-cultureinfo li:nth-child(3) .cy-index-cultureone {text-align: left;}
.cy-index-cultureinfo li:nth-child(4) .cy-index-cultureone {text-align: right; float: right;}
.cy-index-cultureinfo li:nth-child(5) .cy-index-cultureone {text-align: left; margin-left: 70px;}
.cy-index-cultureinfo li:nth-child(6) .cy-index-cultureone {text-align: right; float: right; margin-right: 70px;}
.cy-index-cultureone h3 {font-size: 24px; font-weight: 600; line-height: 30px; color: #333; padding: 0px 0px 10px; margin: 0px 0px 20px; position: relative;}
.cy-index-cultureone h3::after {content: ''; width: 100%; height: 2px; background-color: #ccc; position: absolute; bottom: 0; padding: 0; margin: 0px; overflow: hidden;}
.cy-index-cultureone h3::before {content: ''; width: 8px; height: 8px; background-color: #ccc; position: absolute; border-radius: 50%; bottom: 0; padding: 0; margin: 0px; overflow: hidden;}
.cy-index-cultureone h3 i {margin-right: 5px;}
.cy-index-cultureinfo li:nth-child(1) .cy-index-cultureone h3::after,.cy-index-cultureinfo li:nth-child(3) .cy-index-cultureone h3::after,.cy-index-cultureinfo li:nth-child(5) .cy-index-cultureone h3::after {left: 0;}
.cy-index-cultureinfo li:nth-child(2) .cy-index-cultureone h3::after,.cy-index-cultureinfo li:nth-child(4) .cy-index-cultureone h3::after,.cy-index-cultureinfo li:nth-child(6) .cy-index-cultureone h3::after {right: 0;}
.cy-index-cultureinfo li:nth-child(3) .cy-index-cultureone h3::before,.cy-index-cultureinfo li:nth-child(1) .cy-index-cultureone h3::before,.cy-index-cultureinfo li:nth-child(5) .cy-index-cultureone h3::before {right: 0; margin-bottom: -3px;margin-right: -2px;}
.cy-index-cultureinfo li:nth-child(4) .cy-index-cultureone h3::before,.cy-index-cultureinfo li:nth-child(2) .cy-index-cultureone h3::before,.cy-index-cultureinfo li:nth-child(6) .cy-index-cultureone h3::before {left: 0; margin-left: -2px;margin-bottom: -3px;}
.cy-index-cultureone p {font-size: 14px; line-height: 2; padding: 0px; margin: 0px; overflow: hidden;}

/* 优势 */
.cy-index-advantagemain {
  background-image: url(../images/index-advantagebg.jpg);
  background-repeat: no-repeat;
  background-position: bottom;
  background-size: 100% auto;
  background-color: #01458e;
  padding: 60px 0px;
  margin: 0px;
  overflow: hidden;
}
.cy-index-advantagetitle {
	font-size: 32px;
	line-height: 1.8;
	font-weight: 600;
	text-align: center;
	color: #fff;
	padding: 0px;
	margin: 0px 0px 30px;
	overflow: hidden;
}
.cy-index-advantageinfo {
	padding: 0px;
	margin: 0px;
	overflow: hidden;
}
.cy-index-advantageinfo ul {
	display: flex;
	flex: 0 0 auto;
}
.cy-index-advantageinfo li {
	background-color: #3f5b9f;
	color: #fff;
	text-align: center;
	width: 20%;
	padding: 40px 20px;
	margin: 0px;
	overflow: hidden;
	float: left;
}
.cy-index-advantageinfo li:nth-child(2n) {background-color: #6c99cd;}
.cy-index-advantageinfo li:hover {background-color: #005aab;}
.cy-index-advantageinfo li h3 {
	font-size: 20px;
	font-weight: 600;
	line-height: 2.2;
	padding: 0px;
	margin: 5px 0px 15px;
	overflow: hidden;
	position: relative;
}
.cy-index-advantageinfo li h3::after {
	position: absolute;
	bottom: 0;
	left: 50%;
	transform: translateX(-50%);
	content: '';
	width: 30px;
	height: 1px;
	background-color: #fff;
	padding: 0px;
	margin: 0px;
	overflow: hidden;
}
.cy-index-advantageinfo li p {
	font-size: 14px;
	line-height: 1.8;
	padding: 0px;
	margin: 0px;
	overflow: hidden;
}

/* 应用领域 */
.cy-index-appmain {
	padding: 60px 0px;
	margin: 0px;
	overflow: hidden;
}
.cy-index-apptitle {
	text-align: center;
	padding: 0px;
	margin: 0px 0px 30px;
	overflow: hidden;
}
.cy-index-apptitle h3 {
	font-size: 32px;
	line-height: 1.8;
	font-weight: 600;
	color: #01458e;
	padding: 0px;
	margin: 0px;
	overflow: hidden;
}
.cy-index-apptitle p {
	font-size: 16px;
	line-height: 1.8;
	padding: 0px;
	margin: 0px;
	overflow: hidden;
}
.cy-index-applist {
	padding: 0px;
	margin: 0px;
}
.cy-index-appone {
	background-color: #fff;
	box-shadow: 0 0 10px #ccc;
	padding: 0px;
	margin: 10px;
	overflow: hidden;
}
.cy-index-apponeimg {
	padding: 0px;
	margin: 0px;
	overflow: hidden;
}
.cy-index-apponetxt {
	font-size: 16px;
	line-height: 30px;
	text-align: center;
	color: #333;
	padding: 10px 10px;
	margin: 0px;
	overflow: hidden;
}
.cy-index-applist .owl-nav .owl-prev {left: -15px;}
.cy-index-applist .owl-nav .owl-prev:hover {background-color: #00528e; color: #fff; border: 1px solid #00528e;}
.cy-index-applist .owl-nav .owl-next {right: -15px;}
.cy-index-applist .owl-nav .owl-next:hover {background-color: #00528e; color: #fff; border: 1px solid #00528e;}

/* 底部信息 */
.cy-footer-main {
	background-color: #353535;
	padding: 0px;
	margin: 0px;
	overflow: hidden;
}
.cy-footer-contactinfo {
	padding: 15px 3% 15px 7%;
	margin: 50px 0px 0px;
	border-top: 1px solid #666;
	border-bottom: 1px solid #666;
	overflow: hidden;
}
.cy-footer-contactinfo li {
	color: #fff;
	padding: 0px;
	margin: 0px;
	overflow: hidden;
	float: left;
}
.cy-footer-contactinfo li:nth-child(1) {width: 40%;}
.cy-footer-contactinfo li:nth-child(2) {width: 35%;}
.cy-footer-contactinfo li:nth-child(3) {width: 25%;}
.cy-footer-contactinfo li i {
	font-size: 40px;
	width: 40px;
	height: 40px;
	line-height: 40px;
	text-align: center;
	padding: 0px;
	margin: 5px 15px 0px 0px;
	overflow: hidden;
	float: left;
}
.cy-footer-contactinfo li p {
	width: calc(100% - 55px);
	font-size: 15px;
	line-height: 24px;
	padding: 0px;
	margin: 0px;
	overflow: hidden;
	float: left;
}
.cy-footer-bottom {
	padding: 20px 0px 30px;
	margin: 0px;
	overflow: hidden;
}
.cy-footer-copyright {
	font-size: 15px;
	line-height: 24px;
	color: #999;
	padding: 0px;
	margin: 0px;
	overflow: hidden;
	float: left;
}
.cy-footer-mune {
	padding: 0px;
	margin: 0px;
	overflow: hidden;
	float: right;
}
.cy-footer-mune li {
	font-size: 15px;
	line-height: 24px;
	padding: 0px 15px;
	margin: 0px;
	overflow: hidden;
	float: left;
	position: relative;
}
.cy-footer-mune li:last-child {padding-right: 0px;}
.cy-footer-mune li::after {
	content: '';
	position: absolute;
	top: 20%;
	right: 0;
	width: 1px;
	height: 60%;
	background-color: #999;
	padding: 0px;
	margin: 0px;
	overflow: hidden;
}
.cy-footer-mune li:last-child:after {display: none;}
.cy-footer-mune li a {
	color: #999;
}

/* 内页开始 */
.cy-ny-topok {margin-top: 90px;}
.cy-ny-banner {
	padding: 0px;
	margin: 90px 0px 0px;
	overflow: hidden;
}
.cy-ny-banner img {width: 100%;}
.cy-ny-maininfo {padding: 60px 0px;margin: 0px;overflow: hidden;}
/*二级导航*/
.localNav_area{height: 60px; box-sizing: border-box;border-bottom: 1px solid #e6e6e6; background: #f7f7f7;}
.localNav_area .localNav{height: 100%;}
.localNav_area .localNav p {margin: 0px;}
.localNav_area .home{width: 60px;height: 100%; border-left:1px solid #e6e6e6;border-right:1px solid #e6e6e6;  display: flex;justify-content: center;align-items: center;}
.localNav_area .b{box-sizing: border-box;height: 100%;padding: 0px 35px; border-right:1px solid #e6e6e6;font-size: 16px;line-height: 60px;color: #333; }
.localNav_area .b .txt {font-weight: 600;}
.menuLink{position: relative; padding: 0px 0px 0px 20px !important;width: 250px;}
.menuLink .open{position: relative; display: block;width: 100%; font-size: 14px; color: #333; }
.menuLink .open .img{position: absolute;right: 20px;top: 50%;transform: translateY(-50%);transition: all .5s;}
.menuLink .open .img.xz{transform: translateY(-50%)rotate(180deg);}
.menuLink .menu {display:none; position:absolute; top:100%; left:0px; padding:15px 0px; border:1px solid #ccc; background:#fff; width:100%;  z-index:1030;}
.menuLink .menu a {position:relative;display:block; white-space:nowrap;  font-size:15px; padding:10px 38px 10px 20px; background:#fff; line-height:1.2;z-index:1030;color: #666;}
.menuLink .menu a:hover{color:#fff; text-decoration:none; background:#005aab;}
.menuLink .menu li.on a {color:#fff; text-decoration:none; background:#005aab;}
.menuLink2:hover .menu {display: block;}

/* 公司简介 */
.cy-about-profilemain {background-image: url(../images/about-profilebg.jpg);background-repeat: no-repeat;background-size: cover;padding: 80px 0px;margin: 0px;overflow: hidden;}
.cy-about-profileinfo {padding: 0px;margin: 0px 0px 50px;overflow: hidden;}
.cy-about-profiletitle {width: 30%;padding: 0px;margin: 0px;overflow: hidden;float: left;}
.cy-about-profiletitle p {font-size: 32px; font-weight: 600; color: #005dae; line-height: 50px;padding: 0px;margin: 0px 0px 15px;overflow: hidden;position: relative;}
.cy-about-profiletitle p::after {content: '';width: 40px;height: 2px;background: -webkit-linear-gradient(left, #1a73c2, #2eb76a);background: -o-linear-gradient(left,#1a73c2, #2eb76a);background: -moz-linear-gradient(left,#1a73c2, #2eb76a);background: -ms-linear-gradient(left,#1a73c2, #2eb76a);padding: 0px;margin: 0px;position: absolute;left: 0;bottom: 0;overflow: hidden;}
.cy-about-profiletitle .imgbox {padding: 0px;margin: 30px 0px 0px;border-radius: 10px;overflow: hidden;position: relative;}
/*.cy-about-profiletitle .imgbox::after {content: '';width: 100%;height: 100%;background-color: rgba(0, 0, 0, 0.3);position: absolute;left: 0;top: 0;padding: 0;margin: 0px;overflow: hidden;z-index: 2;}*/
.cy-about-profiletitle .imgbox img {width: 100%;}
/*.cy-about-profiletitle .imgbox i {position: absolute;top: 50%;left: 50%;-o-transform: translate(-50%, -50%);-webkit-transform: translate(-50%, -50%);-moz-transform: translate(-50%, -50%);-ms-transform: translate(-50%, -50%);transform: translate(-50%, -50%);cursor: pointer;background: url(../images/play.png) no-repeat center center;background-size: 64px;width: 100%;height: 100%;z-index: 4;}*/
.cy-about-profiletxt {width: 65%;padding: 0px;margin: 0px;font-size: 15px;line-height: 2;color: #333;overflow: hidden;float: right;}
.cy-about-profiletxt p {text-indent: 2em;}
.cy-index-profilenum {padding: 0px; margin: 50px 0px 0px; border: 2px solid #005aab; background-color: #fff; overflow: hidden;}
.cy-index-profilenum li {width: 25%; padding: 20px 10px; margin: 0px; display: flex; justify-content: center; overflow: hidden; float: left; border-left: 1px solid #005aab;}
.cy-index-profilenum li:first-child {border-left: 0px;}
.cy-index-profileico {width: 60px; height: 60px; padding: 0px; margin: 0px 10px 0px 0px; overflow: hidden; float: left;}
.cy-index-profileico img {width: 100%;}
.cy-index-profilenumtxt { padding: 0px; margin: 0px; overflow: hidden; float: left;}
.cy-index-profilenumtxt span {display: block; font-size: 14px; line-height: 30px; color: #005aab; padding: 0px; margin: 0px; overflow: hidden;}
.cy-index-profilenumtxt span strong {font-size: 32px; margin: 0px 5px 0px 0px; padding: 0px; overflow: hidden;}
.cy-index-profilenumtxt p {font-size: 14px; line-height: 25px; padding: 0px; margin: 0px; overflow: hidden;}

/* 联系我们 */
.rat-contact-maininfo {
  background-color: #fff;
  padding: 60px 0px;
  margin: 0px;
  overflow: hidden;
}
.rat-contact-title {
  font-size: 32px;
  line-height: 1.6;
  color: #000;
  padding: 0px;
  margin: 0px 0px 30px;
  overflow: hidden;
}
.rat-contact-title span {
  display: block;
  font-size: 16px;
  padding: 0px;
  margin: 0px;
  overflow: hidden;
}
.rat-contact-info {
  padding: 0px;
  margin: 0px;
  overflow: hidden;
  position: relative;
}
.rat-contact-message {
  width: 48%;
  padding: 0px;
  margin: 0px;
  overflow: hidden;
  float: left;
}
.rat-contact-messageinpt,.rat-contact-messagelab {
  width: 100%;
  padding: 0px;
  margin: 0px 0px 15px;
  overflow: hidden;
  position: relative;
}
.rat-contact-messageinpt .name {
  float: left;
  color: #888;
  font-size: 14px;
  line-height: 36px;
  position: absolute;
  left: 20px;
  top: 50%;
  margin-top: -18px;
}
.rat-contact-messageinpt .name span {
  color: #C00;
  padding-left: 5px;
}
.rat-contact-messageinpt input {
  float: left;
  width: 100%;
  color: #666666;
  font-size: 14px;
  line-height: 24px;
  padding: 20px 20px 20px 70px;
  border: 1px solid #ededed;
}
.rat-contact-messagelab textarea {
  float: left;
  width: 100%;
  color: #666666;
  font-size: 14px;
  line-height: 24px;
  height: 182px;
  padding: 12px 20px;
  border: 1px solid #ededed;
}
.rat-contact-messagebtn {
  padding: 0px;
  margin: 30px 0px 0px;
  overflow: hidden;
}
.rat-contact-messagebtn button {
  background-color: #005aab;
  color: #fff;
  font-size: 16px;
  line-height: 30px;
  padding: 10px 50px;
  margin: 0px;
  border: 0px;
  overflow: hidden;
}
.rat-contact-infotxt {
  width: 48%;
  min-height: 100%;
  position: absolute;
  background-color: #f6f6f6;
  background-image: url(../images/contact-infobg.png);
  background-repeat: no-repeat;
  background-size: 100% auto;
  background-position: bottom;
  padding: 3% 5%;
  margin: 0px;
  overflow: hidden;
  right: 0;
  float: right;
}
.rat-contact-infotxt h3 {
  font-size: 24px;
  line-height: 2.5;
  color: #000;
  border-bottom: 1px solid #ccc;
  padding: 0px 0px;
  margin: 0px 0px 20px;
  overflow: hidden;
}
.rat-contact-infotxt p {
  font-size: 15px;
  line-height: 1.8;
  padding: 0px;
  margin: 0px 0px 5px;
  overflow: hidden;
}
.rat-contact-maps {
  font-size: 14px;
  line-height: 2;
  height: 380px;
  border: 1px solid #ccc;
  padding: 0px;
  margin: 50px 0px 0px;
  overflow: hidden;
}

/* 应用领域 */
.cy-app-one {
	background-color: #fff;
	box-shadow: 0 0 10px #ccc;
	padding: 0px;
	margin: 0px 0px 20px;
	overflow: hidden;
}
.cy-app-oneimg {
	padding: 0px;
	margin: 0px;
	overflow: hidden;
}
.cy-app-onetxt {
	font-size: 16px;
	line-height: 30px;
	text-align: center;
	color: #333;
	padding: 10px 10px;
	margin: 0px;
	overflow: hidden;
}

/* 产品列表 */
.rat-ny-prolistinfo {
	padding: 0px;
	margin: 0px;
}
.rat-ny-prolistinfo li {
	background-color: #f6f6f6;
	width: calc(25% - 15px);
	margin: 0px 20px 20px 0px;
	padding: 20px 15px 10px;
	float: left;
}
.rat-ny-prolistinfo li:hover {box-shadow: 2px 2px 8px 0 #ccc;}
.rat-ny-prolistinfo li:nth-child(4n) {margin-right: 0px;}
.rat-pro-image {
	width: 100%;
	padding: 0px;
	overflow: hidden;
	text-align: center;
}
.rat-ny-prolistinfo li .rat-pro-image img {
  width: 100%;
  transition: All 0.6s;
  -webkit-transition: All 0.6s;
}
.rat-ny-prolistinfo li:hover .rat-pro-image img {
  transform: translate(0, -8px) scale(1.06);
  -webkit-transform: translate(0, -8px) scale(1.06);
}
.rat-pro-info {
	width: 100%;
	margin-top: 15px;
}
.rat-pro-info p {
	color: #7f7f7f;
	font-size: 14px;
	line-height: 24px;
	height: 24px;
	width: 100%;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
  margin: 0px 0px 5px;
}
.rat-pro-info .product-name {
	color: #262626;
	font-size: 16px;
	font-weight: 600;
}
.rat-ny-prolistinfo li:hover .rat-pro-info .product-name {color: #005aab;}

.pagination .page-item a {display: inline-block;width: 30px;height: 30px;line-height: 24px;text-align: center;font-size: 16px;color: #666;background-color: #f1f1f1;border-radius: 3px;margin-right: 10px;transition: all .6s;}
.pagination .page-item a.page-link {padding: 2px 0px;}
.pagination .page-item.active a.page-link {background-color:#0094d9; color: #fff;}

/* 产品详情 */
.cy-pro-detailsimg {
	text-align: center;
	border: 1px solid #eee;
	padding: 10px;
	margin: 0px;
	overflow: hidden;
}
.cy-pro-detailstxt {
	padding: 0px 0px 0px 5%;
	margin: 0px;
	overflow: hidden;
}
.cy-pro-detailstxt h3 {
	font-size: 28px;
	font-weight: 600;
	line-height: 2;
	border-bottom: 1px solid #ddd;
	padding: 0px;
	margin: 0px 0px 20px;
	overflow: hidden;
}
.cy-pro-detailstxt p {
	font-size: 14px;
	line-height: 2;
	color: #666;
	padding: 0px;
	margin: 0px;
	overflow: hidden;
}
.cy-pro-detailsother {
	background-color: #f6f6f6;
	padding: 50px 0px;
	margin: 0px;
	overflow: hidden;
}
.cy-pro-detailsotherinfo {
	background-color: #fff;
	padding: 15px;
	margin: 0px;
	overflow: hidden;
}
.cy-pro-detailsothertitle {
	border-bottom: 1px solid #ddd;
	padding: 0px;
	margin: 0px;
	overflow: hidden;
}
.cy-pro-detailsothertitle h4 {
	font-size: 16px;
	font-weight: 600;
	line-height: 40px;
	color: #555;
	cursor: default;
	background-color: #fff;
	border: 1px solid #ddd;
	border-bottom: 1px solid #fff;
	border-bottom-color: transparent;
	float: left;
	margin-bottom: -1px;
	padding: 0px 20px;
}
.cy-pro-detailsothertxt {
	font-size: 14px;
	line-height: 1.8;
	min-height: 320px;
	padding: 20px 0px;
	margin: 0px;
	overflow: hidden;
}
.cy-pro-detailshot {
	background-color: #fff;
	padding: 15px;
	margin: 0px;
	overflow: hidden;
}
.cy-pro-detailshot h3 {
	font-size: 16px;
	font-weight: 600;
	line-height: 40px;
	color: #555;
	margin: 0px;
	padding: 0px 0px;
}
.cy-pro-detailshot ul {
	min-height: 320px;
	padding: 0px;
	margin: 0px;
	overflow: hidden;
}
.cy-pro-detailshot li {
	padding: 0px;
	margin: 0px 0px 20px;
	overflow: hidden;
}
.cy-pro-detailshotoneimg {
	border: 1px solid #f0f0f0;
	padding: 0px;
	margin: 0px;
	overflow: hidden;
}
.cy-pro-detailshotonetxt {
	font-size: 14px;
	line-height: 30px;
	color: #666;
	text-align: center;
	padding: 0px;
	margin: 0px;
	overflow: hidden;
}

@media (max-width: 991px) {
  .pc {display: none;}
  .mobile {display: block;}
  
  .cy-index-aboutmain {padding: 30px 0px;}
  .cy-index-aboutinfo {width: 100%; padding: 0px; margin-bottom: 15px; float: none;}
  .cy-index-aboutinfo h3 {font-size: 20px; margin-bottom: 10px;}
  .cy-index-abouttxt {font-size: 12px; line-height: 1.8; margin-bottom: 0px;}
  .cy-index-aboutimg {width: 100%; padding: 20px 0px; float: none;}
  .cy-index-aboutimg::after {border-radius: 25px 0px 0px 25px;}
  .cy-index-aboutimg img {border-radius: 0px 20px 0px 20px;}
  .cy-index-prolist {padding: 15px 0px;}
  .cy-index-prolist h3 {width: 100px; font-size: 18px; line-height: 30px;}
  .cy-index-prolist ul {width: calc (100% - 100px);}
  .cy-index-prolist li {font-size: 13px; padding-right: 15px; line-height: 30px; font-weight: 300;}
  .cy-index-proinfoleft {width: 100%; padding: 20px 0px;}
  .cy-index-proinfoleft i img {height: 30px;}
  .cy-index-proinfoleft h3 {font-size: 24px; line-height: 1.2;}
  .cy-index-proinfoleft span {font-size: 16px; margin-bottom: 15px;}
  .cy-index-proinfoleft p {font-size: 12px;}
  .cy-index-proinforight {width: 100%; padding: 30px 0px; min-height: auto;}
  .cy-index-proinforight::after {width: 110%; left: -5%;}
  .cy-index-proinfomore {font-size: 14px; line-height: 25px; padding: 0px; margin: 0px 0px 20px;}
  .cy-index-proinfomore a {display: block;margin-top: 10px;width: 100%; line-height: 30px; text-align: center;}
  .cy-index-proinfolist li {width: calc(33.33333% - 2px);}
  .cy-index-proinfolist li:nth-child(3),.cy-index-proinfolist li:nth-child(4) {margin-right: 0px; margin-left: 0px;}
  .cy-index-culturemain {padding: 30px 0px;}
  .cy-index-culturetitle {margin-bottom: 20px;}
  .cy-index-culturetitle p {font-size: 13px; margin-bottom: 10px;}
  .cy-index-culturetitle h3 {font-size: 16px; margin-bottom: 10px;}
  .cy-index-culturetitle span {font-size: 12px; line-height: 1.1;}
  .cy-index-cultureinfo {background: none; min-height: auto; position: inherit;}
  .cy-index-cultureinfo li {width: 100%; position: inherit; top: auto; left: auto; right: auto; bottom: auto; height: auto; margin-bottom: 20px;}
  .cy-index-cultureone {width: 100%; text-align: left;}
  .cy-index-cultureinfo li:nth-child(2n) .cy-index-cultureone {text-align: left; float: inherit;}
  .cy-index-cultureinfo li:nth-child(1) .cy-index-cultureone,.cy-index-cultureinfo li:nth-child(5) .cy-index-cultureone {margin-left: 0px;}
  .cy-index-cultureinfo li:nth-child(3) .cy-index-cultureone h3::before, .cy-index-cultureinfo li:nth-child(1) .cy-index-cultureone h3::before, .cy-index-cultureinfo li:nth-child(5) .cy-index-cultureone h3::before {right: inherit; left: 0;}
  .cy-index-cultureinfo li:nth-child(4) .cy-index-cultureone h3::before, .cy-index-cultureinfo li:nth-child(2) .cy-index-cultureone h3::before, .cy-index-cultureinfo li:nth-child(6) .cy-index-cultureone h3::before {margin-left: 0px;}
  .cy-index-cultureone h3 {font-size: 18px; line-height: 25px; padding-bottom: 5px; margin-bottom: 10px;}
  .cy-index-cultureone p {font-size: 13px; line-height: 1.6;}
  
  .cy-index-advantagemain,.cy-index-appmain {padding: 30px 0px;}
  .cy-index-advantagetitle {font-size: 24px; margin-bottom: 15px;}
  .cy-index-advantageinfo ul {display: block;}
  .cy-index-advantageinfo li {width: 100%; padding: 20px;}
  .cy-index-advantageinfo li img {height: 80px;}
  .cy-index-advantageinfo li p {font-size: 12px; line-height: 1.6;}
  
  .cy-index-apptitle {margin-bottom: 10px;}
  .cy-index-apptitle h3 {font-size: 24px;}
  .cy-index-apptitle p {font-size: 12px; line-height: 1.6;}
  
  .cy-footer-contactinfo {padding: 20px 0px 10px; border-top: 0px; margin: 0px; display: none;}
  .cy-footer-contactinfo li,.cy-footer-contactinfo li:nth-child(1),.cy-footer-contactinfo li:nth-child(2),.cy-footer-contactinfo li:nth-child(3) {width: 100%; margin-bottom: 5px;}
  .cy-footer-contactinfo li p {font-size: 12px;}
  .cy-footer-bottom {padding: 10px 0px 5px;}
  .cy-footer-copyright {font-size: 13px; text-align: center;}
  .cy-footer-mune {display: none;}
  
  .cy-ny-banner {margin-top: 60px;}
  .localNav_area {height: 50px;}
  .localNav_area .home {width: 50px;}
  .localNav_area .b {padding: 0px 15px; font-size: 14px; line-height: 50px;}
  .menuLink {width: 180px;}
  .menuLink .menu a {font-size: 14px; padding: 5px 20px 5px 10px;}
  
  .cy-about-profilemain,.cy-ny-maininfo {padding: 30px 0px;}
  .cy-about-profileinfo {margin-bottom: 15px;}
  .cy-about-profiletitle {width: 100%; margin-bottom: 10px;}
  .cy-about-profiletitle p {font-size: 24px; line-height: 35px;}
  .cy-about-profiletitle .imgbox {margin-top: 10px;}
  .cy-about-profiletxt {width: 100%; font-size: 13px; line-height: 1.8;}
  .cy-index-profilenum {margin-top: 0px;}
  .cy-index-profilenum li {width: 50%; border-bottom: 1px solid #005aab;}
  .cy-index-profilenum li:nth-child(3) {border: 0px;}
  .cy-index-profilenum li:nth-child(4) {border-bottom: 0px;}
  .cy-index-profileico {width: 50px; height: 50px;}
  .cy-index-profilenumtxt span,.cy-index-profilenumtxt p {font-size: 12px; line-height: 1.4;}
  .cy-index-profilenumtxt span strong {font-size: 22px;}
  .cy-app-onetxt {font-size: 14px; line-height: 25px; padding: 5px 10px;}
  .rat-contact-title {font-size: 24px; margin-bottom: 15px;}
  .rat-contact-title span {font-size: 14px;}
  .rat-contact-info {position: inherit;}
  .rat-contact-messageinpt input {padding: 10px 10px 10px 60px;}
  .rat-contact-messageinpt, .rat-contact-messagelab {margin-bottom: 10px;}
  .rat-contact-message, .rat-contact-infotxt {width: 100%; position: inherit; margin-bottom: 20px;}
  .rat-contact-messageinpt .name {left: 10px;}
  .rat-contact-messagebtn {margin-top: 15px;}
  .rat-contact-messagebtn button {font-size: 14px; padding: 5px 10px; width: 100%; text-align: center;}
  .rat-contact-infotxt h3 {font-size: 18px; line-height: 2; margin-bottom: 10px;}
  .rat-contact-infotxt p {font-size: 13px;}
  .rat-contact-maps {margin: 0px;}
  .rat-ny-prolistinfo li {width: calc(50% - 5px); padding: 10px 5px 5px; margin: 0px 10px 10px 0px;}
  .rat-ny-prolistinfo li:nth-child(2n) {margin-right: 0px;}
  .rat-pro-info {margin-top: 5px;}
  .rat-pro-info p {margin-bottom: 0px;}
  .rat-pro-info .product-name {font-size: 13px;}