html{

}
*,*:before,*:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; 
}
.cl{zoom:1}
.cl:after{clear:both;display:block;visibility:hidden;height:0;content:'\20'}
body {
  margin:0;
  padding:0 0 0 0;
  font:14px/1.8 PingFang SC,Hiragino Sans GB,Microsoft YaHei UI,Microsoft YaHei,Source Han Sans CN, Arial,sans-serif !important;
  color:#333333;
  background-color: #FFFFFF;
}
select,textarea{
  font:14px/1.8 PingFang SC,Hiragino Sans GB,Microsoft YaHei UI,Microsoft YaHei,Source Han Sans CN, Arial, sans-serif;
}
@font-face {
  font-family: 'iconfont';
  src: url('../font/iconfont3.ttf') format('truetype');
}
@font-face {
  font-family: 'iconfont';
  src: url('../font/iconfont4.ttf') format('truetype');
}
@font-face {
  font-family: 'iconfont';
  src: url('../font/iconfont.woff2') format('woff2'),
       url('../font/iconfont.woff') format('woff'),
       url('../font/iconfont.ttf') format('truetype');
}
@font-face {
  font-family: 'iconfont';
  src: url('../font/iconfont2.woff2') format('woff2'),
       url('../font/iconfont2.woff') format('woff'),
       url('../font/iconfont2.ttf') format('truetype');
}

.iconfont {
  font-family: "iconfont" !important;
  font-size: 16px;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
@font-face {
    font-family: 'Din';
    src: url('../font/DINPro-Bold.otf');
}

.din {
    font-family: din;
}
ul,li,dl,dd,dt{
  margin:0;
  padding:0;
  list-style-type:none;
}
h1,h2,h3{
  margin:0;
  padding:0;
}
em,i{
    font-style: normal;
}
img{
    border: 0;
}
a,a:focus,a:hover,.btn:focus,li, li:focus, li:hover, input, input:focus, input:hover, textarea, textarea:focus, textarea:hover, select, select:focus, select:hover {
    -webkit-tap-highlight-color: transparent;
    outline: none;
}
a,a:link,a:active,a:visited {
  color:#000000;
  text-decoration:none;
  outline: none;
}
a:hover {
  color:#1476fe;
  transition: all 0.35s;
  text-decoration:none !important;
}
textarea{
    resize: none;
}
input::-webkit-input-placeholder,textarea::-webkit-input-placeholder{
    color:#CCCCCC;
}
input::-moz-placeholder,textarea::-moz-placeholder{   /* Mozilla Firefox 19+ */
   color:#CCCCCC;
}
input:-moz-placeholder,textarea:-moz-placeholder{    /* Mozilla Firefox 4 to 18 */
   color:#CCCCCC;
}
input:-ms-input-placeholder,textarea:-ms-input-placeholder{    /* ie  */
   color:#CCCCCC;
}
.cy-wrap{
  display: table;
  width: 100%;
}
.cy-wp{
  display: table;
  width:1550px;
  margin-left: auto;
  margin-right: auto;
}
.cy-wp.cl,.cy-cl{
  margin-bottom: 8px;
}
.cy-md-2{
  width: 50%;
}
.cy-md-3{
  width: 33.33333%;
}
.cy-md-4{
  width: 25%;
}
.cy-ml-3{
  width: 30%;
}
.cy-mr-7{
  width: 70%;
}
.cy-ml-4{
  width: 40%;
}
.cy-mr-6{
  width: 60%;
}
.cy-md-2,.cy-md-3,.cy-md-4,.cy-ml-3,.cy-mr-7{
  float: left;
}
.cy-w100{
  display: table;
  width: 100%;
}
.cy-w50{
  display: inline-block;
  width: 49.5%;
}
.cy-center{
  text-align: center !important;
}
.cy-left{
  text-align: left !important;
}
.cy-right{
  text-align: left !important;
}
.cy-blue{
    color:#1476fe !important;
}
.cy-blue{
    color:#3860F4 !important;
}
.cy-red{
    color:#ed0808 !important;
	font-weight: bold;
}
.cy-imgs{
    transition: All 0.4s ease-in-out;
    -webkit-transition: All 0.4s ease-in-out;
    -moz-transition: All 0.4s ease-in-out;
    -o-transition: All 0.4s ease-in-out;
}
.cy-imgs:hover {
    transform: scale(1.1);
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -o-transform: scale(1.1);
    -ms-transform: scale(1.1);
}
.cy-fl{
  float: left;
}
.cy-fr{
  float: right;
}
.cy-posr{
    position: relative;
}
.cy-posa{
    position: absolute;
}
.cy-bg-grey {
    background: #f0f0f0;
}
.cy-line{
    display: block;
    margin: 15px auto;
    width: 40px;
    height: 4px;
    border-radius: 2px;
    background-color: #1476fe;
}

/*页眉 start*/
.cy-header{
    width: 100%;
    position: fixed;
    top: 0px;
    left: 0px;
    height: 100px;
    background: rgba(0,0,0,0);
    transition: all 0.35s;
    z-index: 99999;
}
.cy-header.show {
    height: 80px;
    /* background-color: rgba(80,44,196,0.9); */
	background-color: rgba(0,0,0,0.7);
    transition: all 0.35s;
}
.cy-header .cy-wp{
    display: flex;
    height: 100%;
    justify-content: space-between;
    align-items: center;
}
.cy-header .logo{
    flex: 0 0 160px;
    width: 160px;
    height: 50px;
}
.cy-header .logo img{
    display: block;
    width: 100%;
    height: 100%;
}
.cy-header .nav{
    display: flex;
    flex: 0 0 auto;
}
.cy-header .nav ul{
    display: flex;
}
.cy-header .nav li{
    font-size: 16px;
    height: 38px;
    line-height: 38px;
}
.cy-header .nav li a{
    display: block;
    padding: 0 25px;
    height: 100%;
    color: #FFFFFF;
    font-weight: bold;
    position: relative;
}
.cy-header .nav li.cur a,.cy-header .nav li a:hover{
    color: #1476fe;
	/* background: rgba(255,255,255,0.6);
	border-radius: 20px; */
}
.cy-header .nav li a:after{
    position: absolute;
    display: block;
    content: "";
    left: 50%;
    bottom: -6px;
    width: 0;
    height: 3px;
    border-radius: 1.5px;
    background-color: #1476fe;
    transition: all 0.35s;
}
.cy-header.show .nav li a:after{
    bottom: -21px;
}
.cy-header .nav li.cur a:after,.cy-header .nav li a:hover:after {
    width: 30px;
    margin-left: -15px;
    background-color: #1476fe;
}
.cy-header .btn{
    width: auto;
    padding-left: 20px;
}
.cy-header .btn a{
    display: block;
    height: 38px;
    line-height: 38px;
    padding: 0 15px;
    border-radius: 24px;
    text-align: center;
    font-size: 20px;
    border: 1px solid #1476fe;
    color: #fff;
    background-color: #1476fe;
}
.cy-header .btn a i{font-size: 20px; margin-right: 5px;}
.cy-header .btn a:hover{
    border: 1px solid #fff;
    background: none;
    color: #fff;
}
.icon-menu {
    display: none;
    position: absolute;
    right: 4%;
    top: 16px;
    width: 16px;
    height: 14px;
    background: url(../image/icon-menu.png) no-repeat center center;
    background-size: 100% 100%;
}
.m-menu{
    display: none;
}
/*页眉 end*/


/*页脚 start*/
.cy-footer{
    width: 100%;
    background: #2a2a32;
    color: #b0b0b0;
    padding-top: 50px;
}
.cy-footer .topbox{
    display: flex;
    justify-content: space-between;
}
.cy-footer .hotline{
    flex: 0 1 400px;
    width: 400px;
}
.cy-footer .hotline .title{
    font-size: 16px;
    color: #FFFFFF;
    font-weight: bold;
}
.cy-footer .hotline .title i{
    font-size: 32px;
    color: #1476fe;
    vertical-align: middle;
    font-weight: normal;
}
.cy-footer .hotline .phone{
    font-size: 40px;
    font-weight: bold;
    color: #FFFFFF;
    margin-bottom: 18px;
    font-family: 'Din';
}
.cy-footer .footernav{
    display: flex;
    flex: 0 1 750px;
    width: 750px;
}
.cy-footer .footernav li{
    width: 20%;
}
.cy-footer .footernav li strong{
    display: block;
    font-size: 18px;
    color: #FFFFFF;
    padding-bottom: 5px;
    margin-bottom: 20px;
    position: relative;
}
.cy-footer .footernav li strong:after {
    position: absolute;
    display: block;
    content: "";
    left: 0;
    bottom: 0;
    width: 15px;
    height: 2px;
    background-color: #1476fe;
}
.cy-footer .footernav li strong a{
    color: #FFFFFF;
}
.cy-footer .footernav li span{
    display: block;
}
.cy-footer .footernav li span a{
    display: block;
    color: #b0b0b0;
    line-height: 32px;
}
.cy-footer .footernav li span a:hover{
    color: #FFFFFF;
}
.cy-footer .consulting{
    display: flex;
    flex: 0 1 382px;
    width: 382px;
    height: 210px;
    padding: 40px 40px;
/*    background: #1476fe;
    box-shadow: 0 7px 0 0 #222;
    border-radius: 5px; */
}
.cy-footer .consulting .qrcode{
    width: 50%;
    text-align: center;
    font-size: 13px;
    color: #FFFFFF;
    padding-top: 5px;
    padding-left: 0px;
}
.cy-footer .consulting .qrcode img {
    width: 90%;
    border-radius: 3px;
    box-shadow: 1px 4px 3px 2px #3230303d;
}
.cy-footer .contact{
    display: flex;
    border-top: 1px solid #404040;
    margin-top: 50px;
    padding-top: 50px;
    justify-content: space-between;
}
.cy-footer .contact .item{
    width: 25%;
}
.cy-footer .contact .item strong{
    display: block;
    font-size: 18px;
    color: #FFFFFF;
    padding-bottom: 5px;
    margin-bottom: 25px;
    position: relative;
}
.cy-footer .contact .item strong:after {
    position: absolute;
    display: block;
    content: "";
    left: 0;
    bottom: 0;
    width: 15px;
    height: 2px;
    background-color: #1476fe;
}
.cy-footer .contact .item strong a{
    color: #FFFFFF;
}
.cy-footer .contact .item span{
    font-size: 15px;
}
.cy-footer .links{
    margin-top: 50px;
    margin-bottom: 50px;
}
.cy-footer .links a{
    color: #b0b0b0;
	padding: 0 1px;
}
.cy-footer .links a:hover{
    color: #FFFFFF;
}
.cy-footer .links .item a{
    margin: 0 0px;
}
.cy-footer .links .city{
    margin-top: 20px;
}
.cy-footer .copyright{
    width: 100%;
    background: #222228;
    line-height: 60px;
    color: #707070;
}
.cy-footer .copyright a{
    color: #707070;
}
.cy-footer .copyright a:hover{
    color: #FFFFFF;
}
.cy-footer .copyright .cy-wp{
    display: flex;
    justify-content: space-between;
}
.cy-footer .copyright .left{
    font-size: 12px;
	text-transform:uppercase
}
.cy-footer .copyright .left span{
    margin-left: 15px;
}
.cy-footer .copyright .right{
    font-size: 14px;
}
/*页脚 end*/

/*右边在线客服 start*/
.cy-rightim{
    width: 50px;
    position: fixed;
    right: 10px;
    top: 45%;
    margin-top: -210px;
    z-index: 200;
}
.cy-rightim li{
    display: block;
    cursor: pointer;
    width: 50px;
    height: 50px;
    position: relative;
    transition: all linear .2s;
    margin-top: 6px;
}
.cy-rightim .im-con {
    display: none;
    position: absolute;
    right: 49px;
    top: 0;
    padding: 10px 20px;
    transition: all linear .2s;
    border-radius: 5px;
    background-color: rgba(0,170,255,0.5);
    margin-right: 20px;
}
.cy-rightim li:hover .im-con{
    display: block;
}
.cy-rightim .im-con .icon-arrow {
    display: block;
    position: absolute;
    top: 15px;
    width: 10px;
    height: 20px;
    opacity: 0.5;
    background: url(../image/icon-im-arrow-imageformatwebp.png) no-repeat 0 0px;
    z-index: 2;
    padding: 30px 20px;
    right: -40px;
}
.cy-rightim .im-con .text {
    display: block;
    height: 34px;
    line-height: 34px;
    font-size: 14px;
    color: #fff;
    white-space: nowrap;
    width: 260px;
}
.cy-rightim .im-con .text span{
    min-width: 80px;max-width: 80px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    float: left;
}

.cy-rightim .im-con .text strong{
    font-size:18px;
    font-weight:bold;
    margin-left: 5px;
    min-width: 160px;
    max-width: 160px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    float: left;
}
.cy-rightim li.im-phone{
    background:#0af url() no-repeat center center;
    background-size: 100% 100%;
    border-radius: 4px 4px 0 0;
}
.cy-rightim li.im-mobile{
    background:#0af url() no-repeat center center;
    background-size: 100% 100%;
}
.cy-rightim li.im-qq{
    background:#0af url() no-repeat center center;
    background-size: 100% 100%;
}
.cy-rightim .imqq-con{
    display: none;
    padding: 0 25px 0 0;
    width: 378px;
    position: absolute;
    left: -370px;
    top: -50px;
}
.cy-rightim li.im-qq:hover .imqq-con{
    display: block;
}
.cy-rightim .imqq-con .icon-qq{
    display: inline-block;
    width: 22px;
    height: 22px;
    vertical-align: -6px;
    margin-left: 6px;
    background: url() no-repeat center center;
    background-size: 18px 18px;
}
.cy-rightim .imqq-con .icon-arrow {
    display: block;
    width: 12px;
    height: 22px;
    background: url(../image/icon-arric-imageformatwebp.png) no-repeat 0 0;
    position: absolute;
    right: 14px;
    top: 70px;
    z-index: 2;
}
.cy-rightim .imqq-con .text{
    border-radius: 3px;
    overflow: hidden;
    background: #fff;
    box-shadow: 0 0 16px #dcdbdb;
    padding: 15px 15px 15px 15px;
    margin-top: 15px;
}
.cy-rightim .imqq-con .text strong{
    display: block;
    height: 20px;
    line-height: 20px;
    font-size: 16px;
    color: #333;
    text-align: left;
    font-weight: bold;
}
.cy-rightim .imqq-con .links {
    display: block;
    width: 100%;
    padding-top: 13px;
}
.cy-rightim .imqq-con .links a{
    width: 33.333%;
    display: inline;
    height: 40px;
    text-align: left;
    padding-bottom: 5px; 
    float: left; 
}
.cy-rightim .imqq-con .links a span{
    min-width: 70px;max-width: 70px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    float: left;
}
.cy-rightim li.im-weixin{
    background:#0af url() no-repeat center center;
    background-size: 100% 100%;
}
.cy-rightim li.im-wm{
    background:#0af url() no-repeat center center;
}

.cy-rightim .imwx-con {
    display: none;
    position: absolute;
    top: 0px;
    right: 100%;
    margin-right: 20px;
    background: #fff;
    padding: 15px;
    z-index: 100;
    box-shadow: 0 0 16px #dcdbdb;
    border-radius: 6px;
}
.cy-rightim .imwx-con .icon-arrow {
    display: block;
    width: 12px;
    height: 22px;
    background: url(../image/icon-arric-imageformatwebp.png) no-repeat 0 15px;
    position: absolute;
    right: -40px;
    top: 0;
    z-index: 2;
    padding: 30px 20px;
}
.cy-rightim .imwx-con2 {
    display: flex;
}
.cy-rightim li.im-weixin:hover .imwx-con{
    display: block;
}
.cy-rightim .imwx-con img{
    display: block;
    width: 144px;
    height: 144px;
}
.cy-rightim .imwx-con span{
    width: 144px;
    height: 50px;
    float: left;
    border-top: 1px #CCCCCC solid;
    margin-top: 10px;
    text-align: center;
    line-height: 26px;
    font-size: 14px;
    padding-top: 10px;
    color: #1476fe;
}
.cy-rightim li.im-gotop{
    background:#0af url() no-repeat center center;
    background-size: 100% 100%;
    border-radius: 0 0 4px 4px;
}
.cy-rightim li:hover{
    background-color: #039be7;
}
/*右边在线客服 end*/

/*页码*/
.cy-pages {
    padding: 80px 0;
    display: flex;
}
.cy-pages a{
    display: inline-block;
    width: 40px;
    height: 40px;
    line-height: 40px;
    border-radius: 3px;
    background: #eaeaea;
    text-align: center;
    color: #333;
    transition: all 0.35s;
    margin: 0 5px;
}
.cy-pages a:hover{
    background: #1476fe;
    color: #fff;
}
.cy-pages a i{
    margin-right: 0;
}
.cy-pages span {
    display: inline-block;
    width: 40px;
    height: 40px;
    line-height: 40px;
    width: 40px;
    border-radius: 3px;
    background: #1476fe;
    color: #fff;
    text-align: center;
    margin: 0 2px;
}
/*现在位置*/
.cy-path{
    margin-top: 25px;
    color: #999999;
}
.cy-path a{
    color: #999999;
}
.cy-path a:hover{
    color: #1476fe;
}

/*客户LOGO*/
.cy-client-list{
    display: block;
    margin-top: 45px;
}
.cy-client-list li{
    float:left;
    width:228px;
    height:82px;
    line-height:400px;
    margin:25px 36px 25px 0;
    overflow:hidden;
    border-radius:3px;
    background-position: center top;
    transition: all ease-out 0.35s;
	cursor: pointer;
}
.cy-client-list li:nth-child(6n){
  margin-right: 0;
}
.cy-client-list li.logo-client1:hover,
.cy-client-list li.logo-client2:hover,
.cy-client-list li.logo-client3:hover,
.cy-client-list li.logo-client4:hover,
.cy-client-list li.logo-client5:hover,
.cy-client-list li.logo-client6:hover,
.cy-client-list li.logo-client7:hover,
.cy-client-list li.logo-client8:hover,
.cy-client-list li.logo-client9:hover,
.cy-client-list li.logo-client10:hover,
.cy-client-list li.logo-client11:hover,
.cy-client-list li.logo-client12:hover,
.cy-client-list li.logo-client13:hover,
.cy-client-list li.logo-client14:hover,
.cy-client-list li.logo-client15:hover,
.cy-client-list li.logo-client16:hover,
.cy-client-list li.logo-client17:hover,
.cy-client-list li.logo-client18:hover{
    background-position: center bottom;transition: all ease-out 0.5s;
}
.cy-client-list li.logo-client1{
    background:url(../image/logo-client1.png);
    background-size: 100% auto;
}
.cy-client-list li.logo-client2{
    background:url(../image/logo-client2.png);
    background-size: 100% auto;
}
.cy-client-list li.logo-client3{
    background:url(../image/logo-client3.png);
    background-size: 100% auto;
}
.cy-client-list li.logo-client4{
    background:url(../image/logo-client4.png);
    background-size: 100% auto;
}
.cy-client-list li.logo-client5{
    background:url(../image/logo-client5.png);
    background-size: 100% auto;
}
.cy-client-list li.logo-client6{
    background:url(../image/logo-client6.png);
    background-size: 100% auto;
}
.cy-client-list li.logo-client7{
    background:url(../image/logo-client7.png);
    background-size: 100% auto;
}
.cy-client-list li.logo-client8{
    background:url(../image/logo-client8.png);
    background-size: 100% auto;
}
.cy-client-list li.logo-client9{
    background:url(../image/logo-client9.png);
    background-size: 100% auto;
}
.cy-client-list li.logo-client10{
    background:url(../image/logo-client10.png);
    background-size: 100% auto;
}
.cy-client-list li.logo-client11{
    background:url(../image/logo-client11.png);
    background-size: 100% auto;
}
.cy-client-list li.logo-client12{
    background:url(../image/logo-client12.png);
    background-size: 100% auto;
}
.cy-client-list li.logo-client13{
    background:url(../image/logo-client13.png);
    background-size: 100% auto;
}
.cy-client-list li.logo-client14{
    background:url(../image/logo-client14.png);
    background-size: 100% auto;
}
.cy-client-list li.logo-client15{
    background:url(../image/logo-client15.png);
    background-size: 100% auto;
}
.cy-client-list li.logo-client16{
    background:url(../image/logo-client16.png);
    background-size: 100% auto;
}
.cy-client-list li.logo-client17{
    background:url(../image/logo-client17.png);
    background-size: 100% auto;
}
.cy-client-list li.logo-client18{
    background:url(../image/logo-client18.png);
    background-size: 100% auto;
}

/*自适应*/
@media only screen and (min-width:1024px) and (max-width:1900px){
 body {
     font-size: 0.729167vw;
}
 select,textarea{
     font-size: 0.729167vw;
}
 .iconfont {
     font-size: 0.833333vw;
}
 .cy-wp{
     width:80.7291666vw;
}
 .cy-wp.cl,.cy-cl{
     margin-bottom: 0.416667vw;
}
 .cy-line{
     margin: 0.78125vw auto;
     width: 2.083333vw;
     height: 0.208333vw;
}
/*页眉 start*/
 .cy-header{
     height: 5.208333vw;
}
 .cy-header.show {
     height: 4.166667vw;
}
 .cy-header .logo{
     flex: 0 0 8.333333vw;
     width: 8.333333vw;
     height: 2.604167vw;
}
 .cy-header .nav li{
     font-size: 0.833333vw;
     height: 1.979167vw;
     line-height: 1.979167vw;
}
 .cy-header .nav li a{
     padding: 0 1.302083vw;
}
 .cy-header .nav li a:after{
     left: 50%;
     bottom: -0.3125vw;
     height: 0.15625vw;
}
 .cy-header.show .nav li a:after{
     bottom: -1.09375vw;
}
 .cy-header .nav li.cur a:after,.cy-header .nav li a:hover:after {
     width: 1.5625vw;
     margin-left: -0.78125vw;
}
 .cy-header .btn{
     padding-left: 1.041667vw;
}
 .cy-header .btn a{
     height: 1.979167vw;
     line-height: 1.979167vw;
     padding: 0 1.5625vw;
     border-radius: 1.25vw;
     font-size: 0.9375vw;
}
/*页眉 end*/
/*页脚 start*/
 .cy-footer{
     padding-top: 2.604167vw;
}
 .cy-footer .hotline{
     flex: 0 1 20.833333vw;
     width: 20.833333vw;
}
 .cy-footer .hotline .title{
     font-size: 0.833333vw;
}
 .cy-footer .hotline .title i{
     font-size: 1.666667vw;
}
 .cy-footer .hotline .phone{
     font-size: 2.083333vw;
     margin-bottom: 0.9375vw;
}
 .cy-footer .footernav{
     flex: 0 1 39.0625vw;
     width: 39.0625vw;
}
 .cy-footer .footernav li strong{
     font-size: 0.9375vw;
     padding-bottom: 0.260417vw;
     margin-bottom: 1.041667vw;
}
 .cy-footer .footernav li strong:after {
     width: 0.78125vw;
     height: 0.104167vw;
}
 .cy-footer .footernav li span a{
     line-height: 1.666667vw;
}
 .cy-footer .consulting{
     flex: 0 1 19.895833vw;
     width: 19.895833vw;
     height: 10.9375vw;
     padding: 2.083333vw 1.583333vw;
     box-shadow: 0 0.364583vw 0 0 #222;
     border-radius: 0.260417vw;
}
 .cy-footer .consulting .online{
     width: 50%;
}
 .cy-footer .consulting .online a.btn-online{
     height: 1.5625vw;
     line-height: 1.354167vw;
     padding: 0 1.5625vw;
     border-radius: 0.885417vw;
     font-size: 0.833333vw;
     font-weight: 700;
     margin-bottom: 0.78125vw;
}
 .cy-footer .consulting .online a{
     line-height: 1.666667vw;
     font-size: 0.833333vw;
}
 .cy-footer .consulting .qrcode{
     font-size: 0.677083vw;
     padding-top: 0.260417vw;
     padding-left: 1.041667vw;
}
 .cy-footer .consulting .qrcode img {
    width: 5.208333vw;
     box-shadow: 0.052083vw 0.208333vw 0.15625vw 0.104167vw #3230303d;
}
 .cy-footer .contact{
     margin-top: 2.604167vw;
     padding-top: 2.604167vw;
}
 .cy-footer .contact .item{
     width: 25%;
}
 .cy-footer .contact .item strong{
     font-size: 0.9375vw;
     padding-bottom: 0.260417vw;
     margin-bottom: 1.302083vw;
}
 .cy-footer .contact .item strong:after {
     width: 0.78125vw;
     height: 0.104167vw;
}
 .cy-footer .contact .item span{
     font-size: 0.78125vw;
}
 .cy-footer .links{
     margin-top: 2.604167vw;
     margin-bottom: 2.604167vw;
}
 .cy-footer .links .item a{
     margin: 0 0.78125vw;
}
 .cy-footer .links .city{
     margin-top: 1.041667vw;
}
 .cy-footer .copyright{
     line-height: 3.125vw;
}
 .cy-footer .copyright .left{
    width: 85%;
     font-size: 0.625vw;
     line-height: 1.5;
     padding: 15px 0;
}
 .cy-footer .copyright .left span{
     margin-left: 0.78125vw;
}
 .cy-footer .copyright .right{
    width: 15%;
     font-size: 0.729167vw;
     text-align: right;
     line-height: 1.5;
     padding: 15px 0;
}
/*页脚 end*/
/*右边在线客服 start*/
 .cy-rightim{
     width: 2.604167vw;
     right: 0.520833vw;
     top: 45%;
     margin-top: -10.9375vw;
}
 .cy-rightim li{
     width: 2.604167vw;
     height: 2.604167vw;
     margin-top: 0.3125vw;
}
 .cy-rightim .im-con{
     height: 2.604167vw;
     right: 2.552083vw;
     padding: 0 1.041667vw 0 0;
}
 .cy-rightim .im-con .icon-arrow {
     right: 0.520833vw;
     top: 0.78125vw;
     width: 0.520833vw;
     height: 1.041667vw;
}
 .cy-rightim .im-con .text {
     height: 2.604167vw;
     line-height: 2.604167vw;
     font-size: 0.729167vw;
     padding: 0 1.041667vw;
}
 .cy-rightim .im-con .text strong{
     font-size:0.9375vw;
     margin-left: 0.260417vw;
}
 .cy-rightim .imqq-con{
     padding: 0 1.302083vw 0 0;
     width: 19.6875vw;
     left: -19.270833vw;
     top: -2.604167vw;
}
 .cy-rightim li.im-qq:hover .imqq-con{
}
 .cy-rightim .imqq-con .icon-qq{
     width: 1.145833vw;
     height: 1.145833vw;
     vertical-align: -0.3125vw;
     margin-left: 0.3125vw;
}
 .cy-rightim .imqq-con .icon-arrow {
     width: 0.625vw;
     height: 1.145833vw;
     right: 0.729167vw;
     top: 3.645833vw;
}
 .cy-rightim .imqq-con .text{
     box-shadow: 0 0 0.833333vw #dcdbdb;
     padding: 0.78125vw 0.78125vw 0.78125vw 0.78125vw;
     margin-top: 0.78125vw;
}
 .cy-rightim .imqq-con .text strong{
     height: 1.041667vw;
     line-height: 1.041667vw;
     font-size: 0.833333vw;
}
 .cy-rightim .imqq-con .links {
     padding-top: 0.677083vw;
}
 .cy-rightim .imqq-con .links a{
     width: 4.6875vw;
     margin-right: 1.041667vw;
     height: 2.083333vw;
     padding-bottom: 0.260417vw;
}
 .cy-rightim .imwx-con {
     top: -0.572917vw;
     left: -10vw;
     width: 9.791667vw;
     height: 13.4375vw;
     padding-top: 1.5625vw;
     padding-left: 1.041667vw;
}
 .cy-rightim .imwx-con img{
     width: 7.395833vw;
     height: 7.395833vw;
}
 .cy-rightim .imwx-con span{
     width: 7.395833vw;
     height: 2.604167vw;
     margin-top: 0.520833vw;
     line-height: 1.354167vw;
     font-size: 0.729167vw;
     padding-top: 0.520833vw;
}
 .cy-rightim li.im-gotop{
     border-radius: 0 0 0.208333vw 0.208333vw;
}
/*右边在线客服 end*/
/*页码*/
 .cy-pages {
     padding: 4.166667vw 0;
}
 .cy-pages a{
     width: 2.083333vw;
     height: 2.083333vw;
     line-height: 2.083333vw;
     margin: 0 0.260417vw;
}
 .cy-pages span {
     width: 2.083333vw;
     height: 2.083333vw;
     line-height: 2.083333vw;
     width: 2.083333vw;
     border-radius: 0.15625vw;
}
/*现在位置*/
 .cy-path{
     margin-top: 1.302083vw;
}
/*客户LOGO*/
 .cy-client-list{
     margin-top: 2.34375vw;
}
 .cy-client-list li{
     width:11.875vw;
     height:4.270833vw;
     line-height:20.833333vw;
     margin:1.302083vw 1.875vw 1.302083vw 0;
}
}

/*Mobile v1*/
@media only screen and (max-width:767px){
.cy-wp {
    width: 92%;
}
.cy-header {
    height: 45px;
}
.cy-header.show {
    height: 45px;
}
.cy-header .logo {
    flex: 0 0 96px;
    width: 96px;
    height: 30px;
}
.cy-header .nav{
    display: none;
}
.icon-menu {
    display: block;
}
.cy-rightim{
    display: none;
}
.cy-pages {
    padding: 20px 0;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
}
.cy-pages a {
    width: 25px;
    height: 25px;
    line-height: 25px;
    margin: 0 4px 4px 4px;
}
.cy-pages span {
    width: 25px;
    height: 25px;
    line-height: 25px;
    width: 25px;
    margin: 0 4px 4px 4px;
}
.cy-client-list {
    width: 300px;
    margin: 0 auto;
    margin-top: 25px;
}
.cy-client-list ul{
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
}
.cy-client-list li {
    float: none;
    width: 140px;
    height: 50.5px;
    margin: 0px 0 15px 0;
}
.cy-client-list li:nth-child(6n) {
    margin-right: 0;
}
.menu-mask{
    position: fixed;
    top: 0;
    display: none;
    z-index: 10001000;
    width: 100%;
    padding: 0 0;
    height: 100%;
    background: #121212;
}
.icon-close{
    position: absolute;
    right: 20px;
    top: 20px;
    width: 22px;
    height: 22px;
    background:url(../image/icon-close-imageformatwebp.png) no-repeat center center;
    background-size: 100% 100%;
}
.m-menu{
    display: block;
    margin-top: 62px;
    width: 100%;
    padding-left: 45px;
    padding-right: 45px;
}
.m-menu a{
    display: block;
    font-size: 16px;
    line-height: 40px;
    height: 40px;
    margin: 5px 0;
    color: #FFFFFF;
    position: relative;
}
.m-menu a.cur{
    color: #1476fe;
}
.m-menu a.cur:after {
    position: absolute;
    display: block;
    content: "";
    left: 2px;
    bottom: 0px;
    width: 30px;
    height: 3px;
    border-radius: 1.5px;
    background-color: #1476fe;
    transition: all 0.35s;
}
.m-menu .language{
    border-top: 1px solid #333333;
    padding-top: 30px;
    margin-top: 20px;
}
.m-menu .language a {
    display: block;
    width: 50%;
    height: 38px;
    line-height: 38px;
    padding: 0 30px;
    border-radius: 24px;
    text-align: center;
    font-size: 18px;
    border: 1px solid #1476fe;
    color: #fff;
    background-color: #1476fe;
}
.cy-footer .contact {
    display: flex;
    border-top: 1px solid #404040;
    margin-top: 30px;
    padding-top: 30px;
    margin-bottom: 10px;
    justify-content: space-between;
    flex-direction: row;
    flex-wrap: wrap;
}
.cy-footer {
    padding-top: 30px;
}
.cy-footer .hotline {
    flex: 0 0 100%;
    width: 100%;
    margin-bottom: 20px;
}
.cy-footer .footernav {
    display: none;
    flex: 0 0 100%;
    width: 100%;
    flex-direction: row;
    flex-wrap: wrap;
}
.cy-footer .footernav li {
    width: 33.333%;
    margin-bottom: 15px;
}
.cy-footer .footernav li strong {
    margin-bottom: 10px;
}
.cy-footer .footernav li span a {
    line-height: 1.8;
    font-size: 13px;
}
.cy-footer .consulting {
    display: flex;
    flex: 0 0 100%;
    width: 100%;
    height: 210px;
    padding: 20px 30px;
    background: #1476fe;
    box-shadow: 0 7px 0 0 #222;
    border-radius: 5px;
}
.cy-footer .topbox {
    display: flex;
    justify-content: flex-start;
    flex-direction: column;
}
.cy-footer .hotline .title {
    font-size: 16px;
    line-height: 1.2;
}
.cy-footer .hotline .phone {
    line-height: 1.5;
    margin-bottom: 8px;
}
.cy-footer .contact .item {
    width: 50%;
    padding-right: 2%;
    margin-bottom: 15px;
}
.cy-footer .contact .item strong {
    margin-bottom: 10px;
    position: relative;
}
.cy-footer .contact .item span {
    font-size: 12px;
    line-height: 1.5;
}
.cy-footer .links {
    display: none;
}
.cy-footer .copyright .cy-wp {
    display: block;
    line-height: 1.5;
    padding: 15px 0;
}
.cy-footer .copyright .right {
    font-size: 12px;
    margin-top: 10px;
}

}

.t-pages{
  /* float:right; */
  margin: 20px 0 0 0;
  text-align: center;
}
.t-pages .pagination{display:inline-block;padding-left:0;border-radius:4px;}
.t-pages .pagination li{width: auto; float: left; padding: 0 5px;}
.t-pages .pagination span{float: left;display:inline;}
.t-pages .pagination li a{position:relative;float:left;padding:6px 12px;line-height:1.42857143;color:#393D49;background:#fff;border:1px solid #eee}
.t-pages .pagination li a:hover{color:#fff;background:#1476fe}
.t-pages .pagination li.pager-first a,
.t-pages .pagination li.pager-last a{background:#1476fe;color:#fff}
.t-pages .pagination li.am-active a{background:#666;color:#fff}
.t-pages .pagination  a.page-num-current{background:#1476fe;color:#fff}
/* .t-pages .pagination .disabled{display:none}
.t-pages .pagination .page-status{position:relative;float:left;padding:6px 12px;line-height:1.42857143;color:#393D49;background:#fff;margin:0 0 0 8px;border:1px solid #eee} */

.lcms-tags{width: 100%; height:auto;}
.lcms-tags a {
    font-size: 15px;
    background: #9da0b3;
    padding: 4px 12px;
    margin: 5px;
    border-radius: 12px;
    -moz-transition: all .5s;
    -webkit-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
    color: #fff
}
.lcms-tags a:nth-child(5n){
    background: #e8ba00;
}
.lcms-tags a:nth-child(5n+1){
    background: #108f01;
}
.lcms-tags a:nth-child(5n+2){
    background: #364cc6;
}
.lcms-tags a:nth-child(5n+3){
    background: #ff4b19;
}
.lcms-tags a:nth-child(5n+4){
    background: #a60ceb;
}


@media only screen and (max-width:767px){
	.t-pages .pagination span.page-index,
	.t-pages .pagination span.page-numbar,
	.t-pages .pagination span.page-last{display: none;}
}

.cy-homenews .menu li{
    cursor: pointer;
}

.cy-homenews .menu li.on a{
    border-radius: 5px;
    background-color: #1476fe;
    font-weight: 700;
    color: #fff;