button, input, select, textarea,h1, h2, h3, h4, h5, h6{line-height:1.3;font-weight: 300;}
address, cite, dfn, em, var {font-style:normal;} 
code, kbd, pre, samp {font-family: courier new, courier, monospace;} 
small {font-size:  0.75em;} 
h1, h2, h3, h4, h5, h6 {
	font-weight: 500;
	font-family: "HCo Gotham Cond","Arial Narrow",sans-serif;
}
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;}
button,input,textarea{outline:0;border:none;font:inherit;border-radius:0}
button{cursor:pointer}
.clearfix:after,.clearfix:before {content:" ";display:table}
.clearfix:after {clear:both}

@media (min-width: 1400px) {
	.container {max-width: 1400px;}
}
.pc {display: block;}
.mobile {display: none;}

/*位置控制*/
.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%;
	font-size: 14px
}
.vertical-align-middle {
	vertical-align: middle
}
.vertical-align-bottom {
	vertical-align: bottom
}

.cy-header-main {
  background-color: #fff;
  padding: 0px;
  margin: 0px;
  overflow: hidden;
}
.cy-header-logo {
  padding: 0px;
  margin: 0px;
  overflow: hidden;
  float: left;
}
.cy-hdader-other {
  background-color: #415dd8;
  line-height: 30px;
  font-size: 14px;
  border-radius: 5px;
  padding: 5px 30px;
  margin: 10px 0px;
  overflow: hidden;
  float: right;
}
.cy-hdader-other a {color: #fff;}
.cy-hdader-other:hover {background-color: #415dd8;}

/* 首页Banner */
.rat-banner {
  width: 100%;
	margin-top: 0px;
  margin-left: auto;
  margin-right: auto;
  overflow: hidden;
  position: relative;
}
.rat-banner .swiper-wrapper {height: inherit;}
.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:#004088;
}
@media (max-width:767px) {
	.rat-banner {margin-top: 0px;width: auto;}
	.rat-banner .swiper-pagination-bullet{width:20px;height:4px;}
	.rat-banner>.swiper-pagination-bullets{bottom:5px;}
	.rat-banner .swiper-button-next, .rat-banner .swiper-button-prev {display: none;}
}

.cy-pro-listmain {
  color: #000;
  padding: 120px 0px;
  margin: 0;
  overflow: hidden;
}
.cy-pro-listname {
  font-size: 46px;
  font-weight: 600;
  line-height: 1.2;
  padding: 0px;
  margin: 0px;
  overflow: hidden;
}
.cy-pro-listtxt {
  font-size: 14px;
  line-height: 1.8;
  padding: 0px 0px 0px 30px;
  border-left: 3px solid #160d5d;
  margin: 0px;
  overflow: hidden;
}
.cy-pro-listtxt p {margin: 0px;}
.cy-pro-listinfo {
  margin-top: 50px;
}
.cy-pro-listoneimg {
  border: 1px solid #ccc;
  text-align: center;
  padding: 20px 0px;
  margin: 0px;
  overflow: hidden;
}
.cy-pro-listonetxt {
  font-size: 16px;
  line-height: 30px;
  text-align: center;
  padding: 15px 10px;
  margin: 0px;
  overflow: hidden;
}
.cy-pro-listonebtn {
  width: 80%;
  font-size: 14px;
  line-height: 40px;
  background-color: #003894;
  border-radius: 5px;
  text-align: center;
  padding: 5px 10px;
  margin: 0px auto 20px;
  overflow: hidden;
}
.cy-pro-listonebtn a {color: #fff;}
.cy-pro-listonebtn:hover {background-color: #c00;}

.rat-about-main {
  background-color: #f6f6f6;
  padding: 80px 0px;
  margin: 0px;
  overflow: hidden;
}
.cy-about-title {
  font-size: 52px;
  font-weight: 600;
  color: #000;
  text-align: center;
  padding: 0px;
  margin: 0px 0px 80px;
  overflow: hidden;
}
.cy-about-factoryimg {
  padding: 0px;
  margin: 0px 0px 50px;
  overflow: hidden;
  position: relative;
}
.cy-about-factoryimg img {width: 100%;}
.cy-about-factoryimgname {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  background-color: rgba(0,0,0,0.5);
  font-size: 16px;
  color: #fff;
  text-align: center;
  line-height: 25px;
  padding: 10px 20px;
  margin: 0px;
  overflow: hidden;
}
.cy-about-factorytitle {
  padding: 0px;
  margin: 0px 0px 30px;
  border-bottom: 1px solid #ccc;
}
.cy-about-factorytitle h3 {
  display: block;
  font-size: 16px;
  font-weight: 600;
  color: #000;
  line-height: 30px;
  padding: 15px 0px;
  margin: 0px;
  float: left;
  position: relative;
}
.cy-about-factorytitle h3::after {
  content: '';
  width: 80px;
  height: 2px;
  background-color: #c00;
  position: absolute;
  bottom: -1px;
  left: 0px;
  padding: 0px;
  margin: 0px;
}
.cy-about-factorytitle a {
  background-color: #004088;
  color: #fff;
  line-height: 30px;
  font-size: 14px;
  border-radius: 5px;
  padding: 5px 30px;
  margin: 10px 0px;
  overflow: hidden;
  float: right;
}
.cy-about-factorylist {
  padding: 0px;
  margin: 10px 0px;
  overflow: hidden;
}
.cy-about-factorylist ul {
  margin: 0px -10px;
}
.cy-about-factorylist li {
  width: calc(33.33333% - 20px);
  padding: 0px;
  margin: 0px 10px 20px;
  overflow: hidden;
  float: left;
}
.cy-about-factorylist li img {width: 100%;}

.cy-choose-main {
  padding: 80px 0px;
  margin: 0px;
  overflow: hidden;
}
.cy-choose-title {
  font-size: 52px;
  font-weight: 600;
  color: #000;
  text-align: center;
  padding: 0px;
  margin: 0px 0px 60px;
  overflow: hidden;
}
.cy-choose-oneimg {
  box-shadow: 0px 0px 10px #999;
  background-color: #fff;
  border-radius: 5px;
  width: 80px;
  height: 80px;
  line-height: 80px;
  text-align: center;
  margin: 10px;
  padding: 10px;
  overflow: hidden;
}
.cy-choose-onetitle {
  width: 80%;
  font-size: 16px;
  font-weight: 600;
  color: #000;
  padding: 0px;
  margin: 0px 0px 10px;
  overflow: hidden;
}
.cy-choose-onetxt {
  width: 80%;
  font-size: 14px;
  line-height: 1.8;
  color: #666;
  padding: 0px;
  margin: 0px;
  overflow: hidden;
}
.cy-factory-btn {
  padding: 0px;
  margin: 30px 0px 0px;
  text-align: center;
  overflow: hidden;
}
.cy-factory-btn a {
  background-color: #004088;
  color: #fff;
  line-height: 30px;
  font-size: 14px;
  border-radius: 5px;
  padding: 5px 30px;
  margin: 10px 0px;
  overflow: hidden;
  display: inline-block;
}
.cy-clients-main {
  background-color: #f6f6f6;
  padding: 60px 0px;
  margin: 0px;
  overflow: hidden;
}
.cy-clients-info {
  width: 60%;
  padding: 0px;
  margin: 0px 15% 0px 25%;
}
.cy-clients-info2 {
  width: 60%;
  padding: 0px;
  margin: 0px 25% 0px 15%;
}
.cy-clients-title {
  font-size: 52px;
  line-height: 1;
  color: #000;
  font-weight: 600;
  margin: 70px 0px 50px;
  padding: 0px;
  overflow: hidden;
}
.cy-clients-one {
  padding: 0px;
  margin: 0px 0px 50px;
  overflow: hidden;
}
.cy-clients-one .txt {
  font-size: 12px;
  line-height: 1.8;
  padding: 0px;
  margin: 0px 0px 20px;
  overflow: hidden;
}
.cy-clients-one .nameinfo {
  padding: 0px;
  margin: 0px;
  overflow: hidden;
}
.cy-clients-one .nameinfo .clients-ico {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  padding: 0px;
  margin: 0px;
  overflow: hidden;
  float: left;
}
.cy-clients-one .nameinfo .clients-ico img {width: 100%;}
.cy-clients-one .nameinfo .clients-name {
  width: calc(100% - 60px);
  font-size: 14px;
  line-height: 20px;
  padding: 5px 0px;
  margin: 0px;
  overflow: hidden;
  float: right;
}
.cy-other-main {
  padding: 80px 0px;
  margin: 0px;
  overflow: hidden;
}
.cy-other-honorbg {
  background-color: #ddd;
  height: 700px;
  border-radius: 20px;
  padding: 30px;
  margin: 0px;
  overflow: hidden;
}
.cy-other-honorlist {
  padding: 0px;
  margin: 0px 0px 100px;
  overflow: hidden;
}
.cy-other-honorlist li {
  width: calc(50% - 30px);
  background-color: #004088;
  border-radius: 10px;
  margin: 0px 15px 30px;
  padding: 20px 10px;
  overflow: hidden;
  float: left;
}
.cy-other-honorone {
  color: #fff;
  text-align: center;
  padding: 0px;
  margin: 0px;
  overflow: hidden;
}
.cy-other-honorone h4 {
  font-size: 52px;
  font-weight: 600;
  padding: 0px;
  margin: 0px;
  overflow: hidden;
}
.cy-other-honorone p {
  font-size: 20px;
  line-height: 25px;
  height: 50px;
  padding: 0px;
  margin: 0px;
  overflow: hidden;
}
.cy-other-honorstats {
  font-size: 52px;
  font-weight: 600;
  line-height: 1.2;
  color: #000;
  border-right: 3px solid #004088;
  padding: 0px 50px 0px 50px;
  margin: 0px 0px 60px;
  overflow: hidden;
}
.cy-other-honortitle {
  font-size: 52px;
  font-weight: 600;
  color: #000;
  padding: 0px;
  margin: 0px 0px 50px;
  overflow: hidden;
}
.cy-other-honortxt {
  font-size: 14px;
  line-height: 1.8;
  padding: 0px 0px 0px 30px;
  border-left: 3px solid #004088;
  margin: 0px;
  overflow: hidden;
}
.cy-other-honorimg {
  padding: 0px;
  margin: 50px 0px;
  text-align: center;
  overflow: hidden;
}
.cy-other-orderinfo {
  padding: 0px;
  margin: 100px 0px 0px;
  overflow: hidden;
}
.cy-other-ordertxt {
  width: 70%;
  padding: 0px;
  margin: 0px;
  overflow: hidden;
}
.cy-other-ordertxt h3 {
  font-size: 52px;
  font-weight: 600;
  color: #000;
  line-height: 1.3;
  padding: 0px;
  margin: 0px 0px 80px;
  overflow: hidden;
}
.cy-other-ordertxt p {
  font-size: 14px;
  line-height: 1.8;
  padding: 0px;
  margin: 0px;
  overflow: hidden;
}
.cy-other-ordercontact {
  padding: 0px;
  margin: 0px;
  overflow: hidden;
}
.cy-other-ordercontact h3 {
  font-size: 18px;
  font-weight: 600;
  color: #000;
  padding: 0px;
  margin: 0px 0px 30px;
}
.cy-other-ordercontact label {
  width: 100%;
  padding: 0px;
  margin: 0px 0px 20px;
  overflow: hidden;
}
.cy-other-ordercontact input {
  width: 100%;
  padding: 10px 20px;
  margin: 0px;
  border: 1px solid #ddd;
  font-size: 15px;
  line-height: 25px;
  overflow: hidden;
}
.cy-other-ordercontact textarea {
  width: 100%;
  height: 150px;
  padding: 10px 20px;
  margin: 0px;
  border: 1px solid #ddd;
  font-size: 16px;
  line-height: 25px;
  overflow: hidden;
}
.cy-other-ordercontact button {
  width: 100%;
  padding: 10px 20px;
  margin: 0px;
  border: 0px;
  background-color: #004088;
  color: #fff;
  font-size: 24px;
  line-height: 25px;
  overflow: hidden;
}
.cy-quote-main {
  background: rgba(0,0,0,0.6);
  padding: 0px;
  margin: 0px;
  position: fixed;
  z-index: 10000;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  display: none;
}
.cy-quote-info {
  position: absolute;
  background: #fff;
  width: 90%;
  max-width: 560px;
  padding: 40px 15px 20px;
  border-radius: 10px;
  top: 50%;
  left: 50%;
  margin: 0px;
  transform: translate(-50%, -50%);
}
.cy-quote-info i {
  font-size: 24px;
  position: absolute;
  top: 10px;
  right: 10px;
}

@media (max-width: 991px) {
  .cy-hdader-other {font-size: 12px; margin: 12px 0px;padding: 0px 20px;}
  .cy-pro-listmain,.rat-about-main,.cy-choose-main,.cy-clients-main {padding: 30px 0px;}
  .cy-other-main {padding: 30px 0px 0px;}
  .cy-pro-listname,.cy-about-title,.cy-choose-title {font-size: 24px; margin-bottom: 25px;}
  .cy-pro-listtxt {font-size: 12px; line-height: 1.5; padding-left: 20px;}
  .cy-pro-listinfo {margin-top: 30px;}
  .cy-about-factoryimg {margin-bottom: 20px;}
  .cy-about-factorytitle h3 {font-size: 14px; padding: 5px 0px;}
  .cy-about-factorytitle a {font-size: 12px; padding: 0px 20px; margin: 5px 0px;}
  .cy-about-factorylist li {width: 100%; margin: 0px 0px 20px; float: inherit;}
  .cy-choose-onetitle {width: 100%;}
  .cy-choose-onetxt {width: 100%; margin-bottom: 20px; font-size: 12px; line-height: 1.5;}
  .cy-factory-btn {margin-top: 15px;}
  .cy-clients-info,.cy-clients-info2 {width: 100%; margin: 0px;}
  .cy-clients-title,.cy-other-honortitle {font-size: 28px; margin: 0px 0px 30px;}
  .cy-clients-one {margin-bottom: 20px;}
  .cy-clients-one .txt {margin-bottom: 10px;}
  .cy-other-honorbg {padding: 20px 10px; height: inherit; margin-bottom: 20px;}
  .cy-other-honorlist {margin-bottom: 30px;}
  .cy-other-honorstats {font-size: 28px; padding: 0px 25px; margin-bottom: 20px;}
  .cy-other-honortxt {font-size: 12px; padding-left: 20px;}
  .cy-other-honorimg {margin: 30px 0px 20px;}
  .cy-other-orderinfo {margin-top: 50px;}
  .cy-other-ordertxt {width: 100%;}
  .cy-other-ordertxt h3 {font-size: 28px; margin-bottom: 20px;}
  .cy-other-ordercontact {margin-top: 30px;}
  .cy-other-ordercontact h3 {font-size: 16px; margin-bottom: 15px;}
}