﻿
body {
 
}

input + label {
  margin-left: 5px;
}


/*��ҳ��ʽ*/
.page_info{text-align:center;margin-top:10px;color:#333;}
.page_info span{padding:0 2px;font-weight:bold;}
.page_list{height:24px;line-height:24px;text-align:center;letter-spacing:0;font-family:"Arial Black";font-size:12px;margin-top:20px;}
.page_list a{display:inline-block;color:#898989;border:1px solid #e8e8e8;background:#f8f8f8;text-align:center;padding:0 8px;margin:0 1px;}
.page_list a:hover{color:#fff;border:1px solid #898989;background:#898989;}
.page_list a.on{color:#333;border:1px solid #ccc;background:#E5EDF2;}
.Cal {
  z-index: 100000001 !important;
}

.ac_results, .ac_over {
  z-index: 100000002 !important;
}


.header, .footer {
  color: #FCC;
}

.header-content a {
  text-decoration: none;
  color: #404040;
  font-size: 16px;
}

.header-content a:hover {
  color: #004386;
}


.header h1 {
  font-size: 28px;
}

.header-content > div {
  vertical-align: middle;
  display: inline-block;
}

.header-content {
  height: 100%;
  width: 100%;
  margin: 0 auto;
  text-align: center;
}

.header-title {
  width: 165px;
  height: 100%;
  margin: 0 10px 0 20px;
  float: left;
}

.header-title a {
  display: block;
  width: 121px;
  height: 25px;
  background: url(../image/logo.png) no-repeat 0 50%;
  margin: 0 auto;
}

/*.select-rct{
    float: left;
    .rct-option{
        height: 80px;
        line-height: 80px;
        font-size: 16px;
        font-weight: bold;
    }

}
*/
.header-nav {
  height: 80px;
  float:right;
}

.header-nav li {
  float: left;
}

.header-nav .nav-li {
  height: 80px;
  color: #ccc;
  padding: 0 30px;
  display: inline-block;
  line-height: 80px;
  position: relative;
  font-size: 14px;
}

.header-nav .nav-li.curr, .header-nav .nav-li:hover {
  color: #004386;
}

.header-nav .nav-li.curr:after, .header-nav .nav-li:hover:after {
 content: '';
    width: 30px;
    height: 1px;
    background: #004386;
    position: absolute;
    bottom: 9px;
    left: 50%;
    margin-left: -15px;
    border-radius: 10px;
}

.header-user {
  margin-left: 0;
  vertical-align: top;
  display: inline-block;
  float: right;
  position: relative;
}

.header-user .user-pic {
  width: 18px;
  height: 18px;
  background: url("/templets/temp/css/i/common-icons.png") no-repeat -1px 0px;
  display: inline-block;
  vertical-align: middle;
}

.header-user .user-pic.hunter {
  background: url("/templets/temp/css/i/common-icons.png") no-repeat -59px 0px;
}

.header-user .user-name, .header-user .about-us {
  display: inline-block;
  height: 80px;
  line-height: 80px;
  vertical-align: middle;
  font-size: 14px;
  position: relative;
}

.header-user .user-name:after, .header-user .about-us:after {
  content: '';
  width: 10px;
  height: 10px;
  background: url("/templets/temp/css/i/common-icons.png") no-repeat;
  background-position: -42px -3px;
  margin-left: -5px;
  position: absolute;
  bottom: 15px;
  left: 50%;
  display: none;
}

.header-user .user-name:after {
  margin-left: 0;
}

.header-user .user-mc {
  display: inline-block;
  position: relative;
}

.header-user .user-mc:hover .nam {
  color: #e2231a;
}

.header-user .user-mc:hover .user-pic {
  background-position: -22px 0px;
}

.header-user .user-mc:hover .user-pic.hunter {
  background-position: -84px 0px;
}

.header-user .user-mc:hover .user-name:after {
  display: block;
}

.header-user .user-mc:hover .user-hover {
  display: block;
}

.header-user .user-hover {
  background: #fff;
  position: absolute;
  top: 70px;
  left: 50%;
  margin-left: -45px;
  width: 100px;
  border: 1px solid #e2e3e5;
  box-shadow: 0px 0px 7px rgba(226, 226, 226, 0.8);
  border-radius: 5px;
  text-align: left;
  display: none;
  z-index: 10;
  padding: 9px 0;
}

.header-user .user-hover li {
  height: 30px;
  line-height: 30px;
  padding-right: 4px;
  text-align: center;
  border-left: 4px solid #fff;
}

.header-user .user-hover li a {
  color: #333;
  font-size: 12px;
}

.header-user .user-hover li:hover {
  background: #f3f5f7;
  border-left: 4px solid #e2231a;
}

.header-user .user-hover li:hover a {
  color: #e2231a;
}

.header-user .user-hover .arrow-up {
  width: 0px;
  height: 0px;
  border-right: 7px solid transparent;
  border-left: 7px solid transparent;
  border-bottom: 7px solid #e2e3e5;
  font-size: 0px;
  line-height: 0px;
  position: absolute;
  top: -7px;
  left: 50%;
  margin-left: -8px;
  z-index: 10;
}

.header-user .user-hover .arrow-up i {
  width: 0px;
  height: 0px;
  border-right: 6px solid transparent;
  border-left: 6px solid transparent;
  border-bottom: 6px solid #fff;
  font-size: 0px;
  line-height: 0px;
  z-index: 11;
  position: absolute;
  top: 1px;
  left: -6px;
}

.header-user .about-us:hover:after {
  display: block;
}

.header-user .about-us:hover .us-hover {
  display: block;
}

.header-user .us-hover {
  background: #fff;
  position: absolute;
  top: 70px;
  left: -18px;
  width: 80px;
  height: 80px;
  border: 1px solid #e2e3e5;
  box-shadow: 0px 0px 7px rgba(226, 226, 226, 0.8);
  border-radius: 5px;
  text-align: left;
  padding: 5px;
  display: none;
  z-index: 10;
}

.header-user .us-hover img {
  width: 100%;
  height: 100%;
}

.header-user .us-hover .arrow-up {
  width: 0px;
  height: 0px;
  border-right: 7px solid transparent;
  border-left: 7px solid transparent;
  border-bottom: 7px solid #e2e3e5;
  font-size: 0px;
  line-height: 0px;
  position: absolute;
  top: -7px;
  left: 50%;
  margin-left: -8px;
  z-index: 10;
}

.header-user .us-hover .arrow-up i {
  width: 0px;
  height: 0px;
  border-right: 6px solid transparent;
  border-left: 6px solid transparent;
  border-bottom: 6px solid #fff;
  font-size: 0px;
  line-height: 0px;
  z-index: 11;
  position: absolute;
  top: 1px;
  left: -6px;
}

.verti-line {
  display: inline-block;
  width: 1px;
  height: 15px;
  background-color: white;
  vertical-align: middle;
  background: #ccc;
  margin: 0 10px;
}

.fll{    float: left;
    height: 37px;
	filter:Gray; -webkit-filter: grayscale(100%); 
    display: block;cursor:pointer;
    width: 178px;
    /* line-height: 37px; */}
	
.fl2{    float: left;filter: none !important;
    height: 37px;filter: grayscale(100%);
 -webkit-filter: grayscale(100%);cursor:pointer;
    display: block;
    width: 178px;
    /* line-height: 37px; */}


.footer {
 display: block;
    text-align: center;
    background-color: #fafafa;
    color: #cccccc;
    line-height: 20px;
    height: 516px;
    font-size: 12px;
    min-width: 1280px;
}

.footer .footer-cm {
      width: 1280px;
    margin: 0 auto;
    padding: 40px 0 30px;
}

.footer .ft-line {
     display: block;
    height: 81px;
    margin: 29px 0;
    border-bottom: 1px solid #e6e6e6;
    color: #666;
}

.footer .ft-line .fl {
  text-align: left;
}

.footer .ft-line .rct-icon1 {
  width: 60px;
  height: 15px;
  background: url("/templets/temp/css/i/footer-icons.png") no-repeat;
  background-position: 0 0;
  display: inline-block;
  vertical-align: middle;
}

.footer .ft-line .rct-icon2 {
  width: 53px;
  height: 15px;
  background: url("/templets/temp/css/i/footer-icons.png") no-repeat;
  background-position: 0 -24px;
  display: inline-block;
  vertical-align: middle;
}

.footer .ft-line .triangle {
  width: 0px;
  height: 0px;
  border-left: 5px solid #666;
  border-top: 4px solid transparent;
  border-bottom: 4px solid transparent;
  font-size: 0px;
  line-height: 0px;
  margin: 0px 5px 0 15px;
  vertical-align: middle;
}

.footer .ft-line .link-w {
  margin: 0 5px 0 10px;
}

.footer .ft-line .link-w:hover {
  color: #004386;
}

.footer .ft-line .jdc-icon {
  width: 55px;
  height: 15px;
  background: url("/templets/temp/css/i/footer-icons.png") no-repeat;
  background-position: -100px 2px;
  display: inline-block;
  vertical-align: middle;
  margin: 0;
}

.footer .ft-line .jdc-icon:hover {
  background-position: -100px -20px;
}

.footer .ft-line .gap-line {
  color: #666;
  margin: 0 15px;
}

.footer .ft-line .share-item {
  width: 22px;
  height: 20px;
  background: url("/templets/temp/css/i/common-icons.png") no-repeat;
  background-position: 0px -20px;
  display: inline-block;
  vertical-align: middle;
  margin-left: 12px;
}

.footer .ft-line .facebook {
  background-position: 0px -21px;
}

.footer .ft-line .facebook:hover {
  background-position: -1px -47px;
}

.footer .ft-line .linkin {
  background-position: -28px -21px;
}

.footer .ft-line .linkin:hover {
  background-position: -28px -47px;
}

.footer .ft-line .instagram {
  background-position: -58px -21px;
}

.footer .ft-line .instagram:hover {
  background-position: -58px -47px;
}

.footer .ft-line .twitter {
  background-position: -84px -21px;
}

.footer .ft-line .twitter:hover {
  background-position: -85px -48px;
}

.footer .ft-line .weixin {
  background-position: -114px -21px;
  position: relative;
}

.footer .ft-line .weixin:hover {
  background-position: -115px -46px;
}

.footer .ft-line .weixin:hover .weixin-hover {
  display: block;
}

.footer .ft-line .weibo {
  background-position: -145px -21px;
}

.footer .ft-line .weibo:hover {
  background-position: -145px -46px;
}

.footer .ft-line .zhihu {
  background-position: -173px -23px;
}

.footer .ft-line .zhihu:hover {
  background-position: -173px -46px;
}

.footer .ft-line .weixin-hover {
  background: #fff;
  position: absolute;
  top: -100px;
  left: -38px;
  width: 80px;
  height: 80px;
  border: 1px solid #e2e3e5;
  box-shadow: 0px 0px 7px rgba(226, 226, 226, 0.8);
  border-radius: 5px;
  text-align: left;
  padding: 5px;
  display: none;
  z-index: 10;
}

.footer .ft-line .weixin-hover img {
  width: 100%;
  height: 100%;
}

.footer .ft-line .weixin-hover .arrow-up {
  width: 0px;
  height: 0px;
  border-right: 7px solid transparent;
  border-left: 7px solid transparent;
  border-top: 7px solid #e2e3e5;
  font-size: 0px;
  line-height: 0px;
  position: absolute;
  bottom: -7px;
  left: 50%;
  margin-left: -8px;
  z-index: 10;
}

.footer .ft-line .weixin-hover .arrow-up i {
  width: 0px;
  height: 0px;
  border-right: 6px solid transparent;
  border-left: 6px solid transparent;
  border-top: 6px solid #fff;
  font-size: 0px;
  line-height: 0px;
  z-index: 11;
  position: absolute;
  bottom: 1px;
  left: -6px;
}

.footer .ft-bt {
  padding: 8px 0;
}

.footer .ft-bt .gap-line {
  color: #ccc;
  margin: 0 15px;
}

.footer .ft-bt .hunting-login {
  width: 100px;
  height: 25px;
  line-height: 25px;
  border: 1px solid #ccc;
  display: inline-block;
  border-radius: 15px;
  color: #999;
  margin: 3px 0;
}

.footer .ft-bt .hunting-login i {
  width: 20px;
  height: 18px;
  background: url("/templets/temp/css/i/common-icons.png") no-repeat;
  background-position: -58px 0px;
  display: inline-block;
  vertical-align: middle;
  margin-right: 5px;
}

.footer .ft-bt .hunting-login:hover {
  color: #004386;
  border: 1px solid #004386;
}

.footer .ft-bt .hunting-login:hover i {
  background-position: -83px 0px;
}

.footer.fixed {

  bottom: 0;
  left: 0;
  right: 0;
  z-index: 10;
}

.phone{position: absolute;
    left: 516px;
    font-size: 14px;
    top: 81px;}
.email{position: absolute;
    left: 516px;
    font-size: 14px;
    top: 131px;}
.namen{position: absolute;
    left: 516px;
    font-size: 14px;
    top: 187px;}
.loca{position: absolute;
    left: 516px;
    font-size: 14px;
    top: 232px;text-align:left}

.crumbs {
  height: 32px;
  line-height: 32px;
  width: 1220px;
  padding: 0 20px;
  margin: 0 auto;
}

.crumbs a {
  color: #999999;
}

.crumbs span {
  color: #999999;
  font-family: "����";
}



.btn-area {
  text-align: center;
  padding: 50px 0 30px;
}

.btn {
  width: 100px;
  height: 30px;
  border: 1px solid #ddd;
  border-radius: 50px;
  color: #666;
  background: #fff;
  display: inline-block;
  line-height: 30px;
  margin-right: 25px;
  text-align: center;
  font-size: 14px;
}

.btn:hover {
  color: #e2231a;
  border: 1px solid #e2231a;
}

.btn.red {
  background: #e2231a;
  color: #fff;
  border: 1px solid #e2231a;
}

.btn.red:hover {
  color: #fff;
  background: #c0221b;
}

.btn:last-child {
  margin-right: 0;
}

/* ��ť */
.btn-w {
  margin: 25px 0 30px;
  text-align: center;
}

a.btn-a {
  border-radius: 28px;
  width: 100px;
  height: 28px;
  line-height: 28px;
  display: inline-block;
  border: 1px solid #999999;
  background: #fff;
  margin-right: 40px;
  text-align: center;
}

a.btn-a.btn-red {
  color: #fff;
  background: #e2231a;
  border: 1px solid #e2231a;
}

a.btn-a.btn-red:hover {
  color: #fff;
  background: #c0221b;
}

a.btn-a.btn-grey {
  background: #999999;
  color: #fff;
}

a.btn-a.btn-cancel {
  color: #666666;
  border: 1px solid #dddddd;
}

a.btn-a.btn-cancel:hover {
  color: #e2231a;
  border: 1px solid #e2231a;
}

a.btn-a:last-child {
  margin-right: 0;
}

/* ���� */
.sty-thick {
  border: none !important;
  border-radius: 0 !important;
}

.sty-thick .thickwrap {
  border: none;
  border-radius: 8px;
  overflow: hidden;
}

.sty-thick .thicktitle {
  background: #f3f5f7;
  color: #666666;
  height: 50px;
  line-height: 50px;
  padding: 0 20px;
  font-weight: bold;
}

.sty-thick .thickclose {
  top: 20px;
  right: 20px;
}

.sty-thick .thick-btn {
  margin: 20px 0 20px 0;
}

.sty-thick .line {
  padding-left: 6px;
  padding-top: 10px;
}

.sty-thick .line .ipt.select {
  width: 200px;
  width: 160px;
  height: 30px;
  line-height: 32px;
  border-radius: 2px;
}

.sty-thick .line .ipt {
  height: 28px;
  width: 152px;
  border: 1px solid #cccccc;
  line-height: 30px;
  padding-left: 6px;
  overflow: hidden;
  border-radius: 2px;
  outline: none;
}

.sty-thick .line .label {
  text-align: right;
  display: inline-block;
  margin-left: 60px;
}

.sty-thick .line .lbl {
  text-align: right;
  display: inline-block;
  margin-left: 55px;
}

.sty-thick .eb-item {
  width: auto;
  margin-bottom: 15px;
  color: #666;
}

.sty-thick .eb-item p {
  margin-bottom: 5px;
}

.sty-thick .eb-item input {
  vertical-align: middle;
}

.addsubmit {
  text-align: center;
}

.addsubmit .add-icon {
  width: 40px;
  height: 40px;
  margin: 20px auto 18px;
  background: url(/templets/temp/css/i/dlg-icons.png) no-repeat 0 -105px;
}

.addsubmit .add-icon.ask-icon {
  background: url(/templets/temp/css/i/dlg-icons.png) no-repeat -65px -105px;
}

.addsubmit .add-icon.err-icon {
  background: url(/templets/temp/css/i/dlg-icons.png) no-repeat 0px -52px;
}

.addsubmit .add-icon.succ-icon {
  background: url(/templets/temp/css/i/dlg-icons.png) no-repeat 0px 0px;
}

.addsubmit .add-icon.suc-face {
  background: url(/templets/temp/css/i/dlg-icons.png) no-repeat -66px 0px;
  width: 40px;
  height: 40px;
}

.addsubmit .add-icon.fail-face {
  background: url(/templets/temp/css/i/dlg-icons.png) no-repeat -65px -52px;
  width: 40px;
  height: 40px;
}

.addsubmit span {
  color: #666666;
}

.addsubmit p {
  font-size: 14px;
  padding-bottom: 4px;
}

.addsubmit p.tip-msg {
  width: 400px;
  margin: 10px auto;
  color: #666;
  font-size: 12px;
  text-align: left;
}

.addsubmit .dlg-tip {
  color: #999;
}

.addsubmit .dlg-tip .red {
  color: #e2231a;
}

/* ����end */
/* ���Ҳ��� start */
.content {
  width: 1240px;
  margin: 0 auto 60px;
}

.left-nav {
  width: 196px;
  height: 600px;
  overflow-y: auto;
  margin-right: 18px;
  background: #fff;
  font-size: 14px;
  display: inline-block;
}

.left-nav ul {
  padding-top: 10px;
}

.left-nav .lnav-item {
  height: 35px;
  line-height: 35px;
  padding-left: 60px;
  font-weight: bold;
  margin-bottom: 10px;
}

.left-nav .lnav-item a {
  color: #333;
  padding-left: 24px;
  background: url(/templets/temp/css/i/nav-icon.png) no-repeat;
}

.left-nav .lnav-item.curr {
  border-left: 4px solid #e2231a;
  background: #f8f9fa;
  padding-left: 56px;
}

.left-nav .lnav-item.curr a {
  color: #e2231a;
  background: url(/templets/temp/css/i/nav-icon.png) no-repeat 0 -90px;
}

.left-nav .lnav-item:nth-child(2) a {
  background: url(/templets/temp/css/i/nav-icon.png) no-repeat 0 -30px;
}

.left-nav .lnav-item:nth-child(2).curr a {
  color: #e2231a;
  background: url(/templets/temp/css/i/nav-icon.png) no-repeat 0 -120px;
}

.left-nav .lnav-item:nth-child(3) a {
  background: url(/templets/temp/css/i/nav-icon.png) no-repeat 0 -60px;
}

.left-nav .lnav-item:nth-child(3).curr a {
  color: #e2231a;
  background: url(/templets/temp/css/i/nav-icon.png) no-repeat 0 -150px;
}

.left-nav .lnav-item:nth-child(4) a {
  background: url(/templets/temp/css/i/task-icon.png) no-repeat 0 -20px;
}

.left-nav .lnav-item:nth-child(4).curr a {
  color: #e2231a;
  background: url(/templets/temp/css/i/task-icon.png) no-repeat 0 0px;
}

.left-nav dl {
  margin: 0 10px;
  padding: 30px 0 20px;
  border-bottom: 1px solid #ebedef;
  text-align: center;
}

.left-nav dt {
  width: 60px;
  height: 60px;
  display: inline-block;
  margin-bottom: 10px;
  border-radius: 30px;
  overflow: hidden;
}

.left-nav dt img {
  width: 100%;
  height: 100%;
}

.left-nav .num-icon {
  height: 15px;
  width: 15px;
  background: #e2231a;
  color: #fff;
  display: inline-block;
  line-height: 15px;
  border-radius: 50px;
  margin: 0 5px;
  font-size: 12px;
  text-align: center;
  font-weight: normal;
}

.right-mc {
  width: 1020px;
  display: inline-block;
  vertical-align: top;
}

.right-mc .title-box {
  position: relative;
  width: 100%;
  margin-bottom: 20px;
}

.right-mc .title-box h2 {
  font-size: 16px;
  font-weight: bold;
  padding-left: 10px;
  border-left: 3px solid #e2231a;
  margin: 20px 0;
  line-height: 16px;
}

/* ���Ҳ��� end */
/* �����Ҳ��� start */
.content-three {
  overflow: hidden;
}

.content-three .left-nav {
  float: left;
}

.content-three .center-mc {
  width: 840px;
  float: left;
  margin-bottom: 50px;
}

.content-three .center-mc .title-box h2 {
  font-size: 16px;
  font-weight: bold;
  padding-left: 10px;
  border-left: 3px solid #e2231a;
  margin: 20px 0;
  line-height: 16px;
}

.content-three .right-mc {
  float: right;
  width: 160px;
  background: #fff;
  margin-top: 57px;
  border-radius: 5px;
  position: fixed;
  margin-left: 20px;
}

.content-three .right-mc ul {
  padding: 20px 0;
  font-weight: bold;
}

.content-three .right-mc li {
  padding: 8px 10px 8px 46px;
}

.content-three .right-mc li.rm-cur {
  background: #f8f9fa;
  border-left: 4px solid #e2231a;
  padding-left: 42px;
}

.content-three .right-mc li.rm-cur a {
  color: #e2231a;
}

.content-three .right-mc li.rm-check:after {
  content: '';
  width: 20px;
  height: 20px;
  background: url(/templets/temp/css/i/my-resume.png) no-repeat;
  display: inline-block;
  background-position: -48px -48px;
  vertical-align: middle;
  margin: 0 10px;
}

/* �����Ҳ��� end */
.empty {
  height: 348px;
  background: #fff;
  text-align: center;
  color: #666666;
  padding-top: 100px;
  font-size: 13px;
}

.empty .empty-btn {
  padding-top: 40px;
}

.empty .empty-btn a {
  width: 98px;
  height: 28px;
  border-radius: 14px;
  line-height: 28px;
  border: 1px solid #dddddd;
  display: inline-block;
  text-align: center;
  color: #666666;
  margin: 0 10px;
}

.empty .empty-btn a:hover {
  color: #e2231a;
  border: 1px solid #e2231a;
}

.empty .empty-txt {
  padding-top: 16px;
}

.toast {
  width: 80px;
  padding: 10px 50px;
  background: #fff;
  border: 1px solid #ececec;
  border-radius: 50px;
  text-align: center;
  position: fixed;
  top: 50%;
  left: 50%;
  display: none;
}

.toast span {
  width: 25px;
  height: 25px;
  background: url(/templets/temp/css/i/dlg-icons.png) no-repeat 0 0;
  background-size: 60px;
  display: inline-block;
  vertical-align: middle;
}

.header-user .nonuser-name {
  display: inline-block;
  height: 80px;
  line-height: 80px;
  vertical-align: middle;
  font-size: 14px;
  position: relative;
}

.fy-cc-partner {
  position:relative;
	height:52px;
	max-width: 1400px;
	margin: 0 auto;
}

.fy-ccp-wrap{
	position:relative;
	width:1200px;
	margin:0 auto;
}
.fy-ccp-box{
	position:relative;
	height:52px;
	overflow:hidden;
}
.fy-ccp-container{
	position:absolute;
	left:0px;
}
.fy-ccp-btn{
	position:absolute;
	top:13px;
	cursor:pointer;
	opacity:0.5;
	filter:alpha(opcaity=50);
	transition:all ease-out 200ms;
	-webkit-transition:all ease-out 200ms;
}
.fy-ccp-btn-lf{
  /* left: -40px; */
  left: 0
}
.fy-ccp-btn-rg{
  /* right: -40px; */
  right: 0;
}
.fy-ccp-btn:hover{
	opacity:1;
	filter:alpha(opcaity=100);
}

.fy-cc-partner ul  {
}
.fy-cc-partner li {
  background-repeat: no-repeat;
  width: 150px;
	height: 40px;
	overflow:hidden;
	float:left;
	text-align:center; margin-right:2px;
}

@media screen and (max-width:1440px) {	
  .fy-ccp-wrap {
      position: relative;
      width:80%;
      margin: 0 auto;
  }
  .fy-ccp-btn-lf{
    left: 40px;
  }
  .fy-ccp-btn-rg{
    right: 40px;
  }
}

@media screen and (max-width:1300px) {	
  .fy-ccp-wrap {
      position: relative;
      width:85%;
      margin: 0 auto;
  }
}
  @media screen and (max-width:1220px) {	
  .fy-cc-partner ul li{
    width:170px;
    height:52px;
    overflow:hidden;
    float:left;
    text-align:center;
  }
}
@media screen and (max-width:1200px) {	
  .fy-ccp-wrap{
    position:relative;
    width:100%;
    margin:0 auto;
  }
  .fy-ccp-btn-lf{
    left:15px;
  }
  .fy-ccp-btn-rg{
    right:15px;
  }
  .fy-ccp-box {
    position: relative;
    height: 52px;  margin-left:30px; margin-right:30px;
    overflow: hidden;
  }
  .fy-cc-partner ul li {
    width: 168px;
    /* height: 54px; */
    overflow: hidden; text-align:center;
    float: left;
    text-align: center;
  }
}

@media screen and (max-width:780px) {
  .fy-cc-partner ul li{ width:100px;}	
}

@media screen and (max-width:540px) {
  .fy-cc-partner ul li{ width:80px;}	
  .fy-ccp-btn-lf {
    left: 15px; right:15px;
  }
}

@media screen and (max-width:480px) {	
  .fy-cc-partner ul li {
      width: 70px;
  }
}

@media screen and (max-width:420px) {
  .fy-ccp-btn {
      top: 13px;
  }	
  .fy-cc-partner ul li {
      width: 74px;
  }
}
@media screen and (max-width:400px) {
  
  .fy-cc-partner ul li {
      width: 65px;
  }
  .fy-ccp-btn {
    top: 10px;
  }
}