
/* --- zc_xmsb_reset.css --- */
html,
body,
div,
h1,
h2,
h3,
h4,
h5,
h6,
p,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
input,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
textarea,
article,
aside,
audio,
canvas,
figure,
footer,
header,
mark,
menu,
nav,
section,
time,
video {
  margin: 0;
  padding: 0;
  word-break: break-all;
  font-family: '微软雅黑'
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: 100%;
  font-weight: normal
}

article,
aside,
dialog,
figure,
footer,
header,
hgroup,
nav,
section,
blockquote {
  display: block;
}

ul,
ol {
  list-style: none;
}

img {
  border: 0 none;
  vertical-align: middle;
}

blockquote,
q {
  quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

strong,
em,
i {
  font-style: normal;
  font-weight: normal;
}

ins {
  text-decoration: underline;
}

button {
  cursor: pointer;
  outline: none;
  background-color: transparent;
  border: none;
}

del {
  text-decoration: line-through;
}

mark {
  background: none;
}

input::-ms-clear {
  display: none !important;
}

body {
  font: 12px/1.5 \5FAE\8F6F\96C5\9ED1, \5B8B\4F53, "Hiragino Sans GB", STHeiti, "WenQuanYi Micro Hei", "Droid Sans Fallback", SimSun, sans-serif;
}

a {
  text-decoration: none;
  color: #333;
}

a:hover {
  text-decoration: none;
}


/*一行文本超出显示省略号*/
.one-line {
  overflow: hidden;
  white-space: nowrap;
  display: block;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
}

/*多行文本超出显示省略号*/
.two-line {
  overflow: hidden;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  /* 可以显示的行数，超出部分用...表示*/
  -webkit-box-orient: vertical;
}

/*多行文本超出显示省略号*/
.three-line {
  overflow: hidden;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  /* 可以显示的行数，超出部分用...表示*/
  -webkit-box-orient: vertical;
}

/*清除浮动代码*/
.firebox:after {
  display: block;
  clear: both;
  content: "";
  visibility: hidden;
  height: 0
}

.firebox {
  zoom: 1
}

/* 怪异盒模型 */
.border-box {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}

input[type=number] {
  -moz-appearance: textfield;
}

input {
  outline: none
}

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;

}

::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: #999;
}

::-moz-placeholder {
  /* Firefox 19+ */
  color: #999;
}

:-ms-input-placeholder {
  /* IE 10+ */
  color: #999;
}

:-moz-placeholder {
  /* Firefox 18- */
  color: #999;
}

/* --- zc_xmsb_swiper.css --- */
.swiper-container{margin:0 auto;position:relative;overflow:hidden;-webkit-backface-visibility:hidden;-moz-backface-visibility:hidden;-ms-backface-visibility:hidden;-o-backface-visibility:hidden;backface-visibility:hidden;z-index:1}.swiper-wrapper{position:relative;width:100%;-webkit-transition-property:-webkit-transform,left,top;-webkit-transition-duration:0s;-webkit-transform:translate3d(0px,0,0);-webkit-transition-timing-function:ease;-moz-transition-property:-moz-transform,left,top;-moz-transition-duration:0s;-moz-transform:translate3d(0px,0,0);-moz-transition-timing-function:ease;-o-transition-property:-o-transform,left,top;-o-transition-duration:0s;-o-transform:translate3d(0px,0,0);-o-transition-timing-function:ease;-o-transform:translate(0px,0px);-ms-transition-property:-ms-transform,left,top;-ms-transition-duration:0s;-ms-transform:translate3d(0px,0,0);-ms-transition-timing-function:ease;transition-property:transform,left,top;transition-duration:0s;transform:translate3d(0px,0,0);transition-timing-function:ease;-webkit-box-sizing:content-box;-moz-box-sizing:content-box;box-sizing:content-box}.swiper-free-mode>.swiper-wrapper{-webkit-transition-timing-function:ease-out;-moz-transition-timing-function:ease-out;-ms-transition-timing-function:ease-out;-o-transition-timing-function:ease-out;transition-timing-function:ease-out;margin:0 auto}.swiper-slide{float:left;-webkit-box-sizing:content-box;-moz-box-sizing:content-box;box-sizing:content-box}.swiper-wp8-horizontal{-ms-touch-action:pan-y}.swiper-wp8-vertical{-ms-touch-action:pan-x}
/* --- zc_xmsb_index.css --- */
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    background-color: #fff;
    font-size: 16px;
    min-width: 1200px;
}

input {
    border: none;
}

.w1200 {
    width: 1200px;
    margin: 0 auto;
}

.header{
    height: 88px;
    display: flex;
    flex-wrap: nowrap;
    align-items: center;
    justify-content: space-between;
}
.header ul{
    display: flex;
    align-items: center;
    justify-content: center;
    margin-left: 35px;
}
.header ul li{
    padding: 0 25px;
}
.header ul li a{
    font-weight: 400;
    font-size: 18px;
    text-align: left;
    color: #222222;
}
.header ul li a:hover{
    color: #1990FF;
}
.header-btn{
    width: 140px;
    height: 45px;
    border-radius: 22.5px 22.5px 22.5px 22.5px;
    background: #4974F5;
    text-align: center;
    line-height: 45px;
    color: #fff;
    font-weight: 400;
    font-size: 16px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-indent:6px;
    cursor: pointer;
}
.xm-actives{
    color: #4974F5!important;
}
.modal-content{
    height: 550px!important;
}

/*公用标题*/
.module-title {
    width: 100%;
    text-align: center;
    padding-top: 60px;
    padding-bottom: 45px;
}

.module-title h4 {
    color: #222;
    font-size: 40px;
    font-family: Microsoft YaHei;
    font-weight: bold;
}

.module-title p {
    font-size: 25px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #999;
}
.address-box {
    display: inline-block;
    padding-left: 48px;
    height: 42px;
    line-height: 42px;
    width: 100%;
    box-sizing: border-box;
    color: #999;
    font-size: 14px;
}

.drop-wrapper::-webkit-scrollbar {
    width: 6px;
    height: 1px;
}
.drop-wrapper::-webkit-scrollbar-thumb:vertical {
    background: #dddee0;
}
.drop-wrapper::-webkit-scrollbar-track {
    background: transparent;
}
.drop-wrapper {
    width: 200px;
    height: 225px;
    overflow-y: scroll;
    background: #fff;
    position: absolute;
    left: 30px;
    z-index: 11;
    top: 42px;
    border: 1px solid #eee;
    padding: 10px 0;
    box-sizing: border-box;
    display: none;
}
.drop-wrapper ul li {
    height: 42px;
    line-height: 42px;
    font-size: 14px;
    color: #666;
    padding-left: 25px;
}
/*公用标题 end*/
.container {
    width: 100%;
    overflow: hidden;
}

.banner-box {
    width: 100%;
    height: 540px;
    background-image: url(../images/xmsb_banner2.jpg);
    background-size: cover;
    position: relative;
    background-position: top center;
    margin-top: 88px;
}
/*.banner-box > .w1200 {*/
    /*height: 720px;*/
    /*background-image: url(../images/banner_content.png);*/
    /*position: relative;*/
    /*background-position: 32px 20px;*/
    /*background-repeat: no-repeat;*/
/*}*/
.banner-box .banner-content {
    height: 660px;
    width: 700px;
    position: absolute;
    left: 0;
    top: 0;
}
.banner-box .form-banner {
    float: right;
    width: 460px;
    position: relative;
    margin-top: 32px;
}

.banner-box .form-banner-top {
    height: 78px;
    display: flex;
    align-items: center;
    margin-bottom: 20px;
}
.banner-box .form-banner-top span {
    font-size: 14px;
    font-weight: bold;
    color: #ffffff;
    line-height: 22px;
    padding-left: 50px;
    background: url(../images/xmsb_tell.png) 0 center no-repeat;
}
.banner-box .form-banner-top font {
    display: inline-block;
    font-size: 40px;
    font-weight: bold;
    color: #ffffff;
}
.banner-box .form-banner-top .tel-list font.on {
    transform: scale(1.2);
    color: #fff;
}
.banner-box .form-banner-content h2 {
    font-size: 28px;
    color: #474747;
    line-height: 40px;
    text-align: center;
    font-weight: 600;
}
.banner-box > .w1200 {
    position: relative;
    height: 100%;
    overflow: hidden;
}
.banner-box .form-banner-content .title-s {
    width: 337px;
    height: 34px;
    line-height: 34px;
    text-align: center;
    background: #f7f7f7;
    font-size: 17px;
    font-weight: 400;
    color: #707070;
    margin: 15px auto 0;
}
.banner-box .form-banner-content .item-form select.xmsb-city-select {
    width: 100%;
    height: 100%;
    font-size: 14px;
    font-family: Microsoft YaHei, "微软雅黑", sans-serif;
    font-weight: 400;
    padding-left: 48px;
    padding-right: 15px;
    background: #f7f7f7;
    border: none;
    color: #666;
    appearance: auto;
    cursor: pointer;
}
.banner-box .form-banner-content .item-form select.xmsb-city-select:invalid {
    color: #999;
}
.banner-box .form-banner-content .zc-check-box {
    margin: 12px 0 0;
    justify-content: center;
    height: auto;
    font-size: 12px;
}
.form-banner-content .check-box span.xmsb-patent-opt {
    cursor: pointer;
}
.form-banner-content .check-box span.xmsb-patent-opt.active::before {
    background: url("../images/xmsb_check.png") 0 center no-repeat;
    border: none;
}
.banner-box .form-banner-content .check-box {
    font-size: 15px;
    font-weight: 400;
    color: #bdbdbd;
    padding: 15px 0;
    line-height: 20px;
}
.form-banner-content .check-box span {
    padding-left: 21px;
    margin-right: 10px;
    position: relative;
}
.form-banner-content .check-box span::before {
    display: block;
    content: "";
    width: 14px;
    height: 14px;
    position: absolute;
    left: 0;
    top: 2px;
    border: 1px solid #a0a0a0;
    border-radius: 8px;
    box-sizing: border-box;
}
.form-banner-content .check-box span.active::before {
    background: url("../images/xmsb_check.png") 0 center no-repeat;
    border: none;
}
.banner-box .form-banner-content {
    width: 388px;
    /* height: 500px; */
    background: #ffffff;
    border-radius: 9px;
    padding:16px 25px;
    box-sizing: border-box;
    margin-left: 45px;
}

.banner-box .form-banner-content .item-form {
    width: 100%;
    height: 42px;
    background: #f7f7f7;
    border-radius: 6px;
    margin-bottom: 12px;
    position: relative;
}
.banner-box .form-banner-content .item-form .left-img {
    position: absolute;
    left: 12px;
    top: 50%;
    transform: translateY(-50%);
}

.banner-box .form-banner-content .item-form input {
    width: 100%;
    height: 100%;
    font-size: 14px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    padding-left: 48px;
    padding-right: 15px;
    background: #f7f7f7;
}

.banner-box .form-banner-content .item-form button {
    position: absolute;
    right: 0;
    top: 10px;
    height: 22px;
    font-size: 14px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #ce7001;
    padding: 0 15px;
    border-left: 1px solid #f29918;
}

.banner-box .form-banner-content .submit {
    width: 100%;
    height: 49px;
    line-height: 49px;
    background: linear-gradient(55deg, #ca9360, #eac8a3);
    border-radius: 6px;
    box-shadow: 0px 2px 8px 0px rgba(255, 126, 0, 0.4);
    font-size: 21px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #ffffff;
    text-shadow: 0px 0px 5px rgba(119, 66, 18, 0.75);
}

.banner-box .form-banner-content .submit:hover {
    box-shadow: none;
}
.five-box {
    width: 1200px;
    padding: 10px 0;
    background-color: #ffffff;
    position: relative;
    margin: 0px auto 0;
}
.five-box ul {
    display: flex;
    justify-content: space-between;
    padding: 0 0 80px;
}
.five-box ul li {
    width: 208px;
}

.five-box ul li img {
    width: 130px;
    height: 130px;
    display: block;
    margin: 0 auto;
}

.five-box ul li p {
    font-size: 30px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #686767;
    margin-top: 30px;
    text-align: center;
}
/*顶呱呱热门项目推荐*/
.product-box {
    background: rgba(240, 240, 240, 0.5);
    padding-bottom: 65px;
}
.product-box ul {
    padding: 0 30px 25px;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.product-box ul li {
    position: relative;
    width: 276px;
    height: 312px;
    margin-bottom: 45px;
}
.product-box ul li .item {
    position: absolute;
    top: 0;
    left: 0;
    width: 276px;
    height: 312px;
    background: linear-gradient(180deg, #4b53b6, #161da1);
    border-radius: 15px;
    padding: 20px 10px;
    box-sizing: border-box;
    transition: top linear 0.2s;
}
.product-box ul li:hover .item {
    top: -20px;
}
.product-box ul li h3 {
    font-size: 36px;
    color: #fff;
    padding: 15px 0;
    text-align: center;
    font-weight: 800;
    border-bottom: 2px solid #fff;
    margin-bottom: 14px;
}
.product-box ul li p {
    font-size: 18px;
    color: #fff;
    font-weight: 400;
    height: 34px;
    line-height: 34px;
    padding-left: 40px;
    background: url("../images/xmsb_check01.png") 10px center no-repeat;
}
.product-box ul li .btn {
    width: 80%;
    margin: 14px auto 0;
    height: 46px;
    line-height: 46px;
    background: #fff;
    border-radius: 28px;
    font-weight: 400;
    color: #212121;
    font-size: 20px;
    text-align: center;
    cursor: pointer;
    transition: all 1s;
}
.product-box ul li:hover .btn {
    transform: scale(1.2);
}
.product-box .tell-box {
    width: 780px;
    height: 110px;
    border: 1px solid #222222;
    border-radius: 28px;
    margin: 0 auto;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 40px;
}
.product-box .tell-box font {
    display: inline-block;
    font-size: 38px;
    font-family: DIN;
    font-weight: bold;
    color: #222;
}
.tel-list font.on {
    transform: scale(1.2);
    color: #333ca8;
}
/*自己申报项目补贴*/
.proble-box .small-title {
    text-transform: uppercase;
    width: 1148px;
    height: 64px;
    line-height: 64px;
    text-align: center;
    background: #161da1;
    color: #fff;
    margin: 20px auto 0;
    font-size: 25px;
}
.proble-box ul {
    padding: 30px 0 52px 70px;
    background: url("../images/xmsb_proble_bg.jpg") right bottom no-repeat;
}
.proble-box ul li {
    display: flex;
    align-items: center;
    margin-bottom: 24px;
    font-size: 38px;
    font-weight: normal;
    color: #222222;
}
.proble-box ul li img {
    margin-right: 24px;
}
/*享受一站式VIP项目申报服务*/
.none {
    display: none;
}
.serve-bg {
    height: 786px;
    background: linear-gradient(180deg, #4b53b6, #161da1);
}
.serve-box .module-title h4,
.serve-box .module-title p {
    color: #fff;
}
.serve-box .tab-hd {
    width: 100%;
    height: 70px;
    line-height: 70px;
    border: 1px solid #fff;
    border-radius: 3px;
    display: flex;
    align-items: center;
}
.serve-box .tab-hd li {
    flex: 1;
    box-sizing: border-box;
    height: 70px;
    line-height: 70px;
    text-align: center;
    font-size: 28px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #ffffff;
    border-right: 2px solid #fff;
    cursor: pointer;
}
.serve-box .tab-hd li:last-child {
    border-right: none;
}
.serve-box .tab-hd li.active {
    background: #fff;
    color: #333ca8;
    font-weight: 800;
}
.team-swiper {
    height: 492px;
}
.team-swiper .swiper-slide .item > img {
    position: absolute;
    left: 0;
    bottom: 0;
}
.team-swiper .swiper-slide .item {
    position: relative;
    height: 378px;
    background: #ffffff;
    border-radius: 3px 3px 0px 0px;
    margin-top: 56px;
    padding-left: 352px;
    box-sizing: border-box;
}
.team-swiper .swiper-slide .item .name {
    position: relative;
    height: 95px;
    padding-top: 75px;
    padding-left: 115px;
    font-size: 18px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #989898;
    margin-bottom: 25px;
}
.team-swiper .swiper-slide .item .name b {
    font-size: 46px;
    font-family: Microsoft YaHei;
    font-weight: bold;
    color: #333ca8;
    height: 46px;
    line-height: 46px;
    position: absolute;
    left: 0;
    bottom: 0;
}
.team-swiper .swiper-slide .item p {
    font-size: 16px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #666666;
    line-height: 28px;
    padding-right: 70px;
}
.team-swiper .swiper-slide .item p.zz {
    color: #161da1;
}
.team-swiper .swiper-slide .item .title {
    width: 167px;
    height: 42px;
    line-height: 42px;
    text-align: center;
    background: #161da1;
    font-size: 19px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #feffff;
    margin: 18px 0 16px;
}
.team-swiper .swiper-slide .item .icons img {
    display: inline-block;
    margin-right: 10px;
}
.serve-box .tab-box > ul {
    display: flex;
    justify-content: space-between;
    margin-top: 55px;
}
.serve-box .tab-box > ul li {
    position: relative;
}
.serve-box .tab-box > ul li p {
    position: absolute;
    bottom: 36px;
    left: 0;
    width: 100%;
    text-align: center;
    font-size: 16px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #666666;
    line-height: 32px;
    z-index: 2;
}
.serve-box .money .btn {
    margin: 40px auto 0;
    width: 488px;
    height: 52px;
    line-height: 52px;
    text-align: center;
    background: #ebecff;
    border-radius: 2px;
    font-size: 22px;
    font-family: Microsoft YaHei;
    font-weight: bold;
    color: #333ca8;
    cursor: pointer;
}
.serve-box .point {
    height: 390px;
    background: #ffffff;
    margin-top: 55px;
    padding: 0 40px 0 70px;
    box-sizing: border-box;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.serve-box .point h5 {
    font-size: 28px;
    font-family: Microsoft YaHei;
    font-weight: bold;
    color: #333333;
    line-height: 55px;
    text-align: center;
}
.serve-box .point p {
    font-size: 16px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #666666;
    line-height: 36px;
}
.serve-box .point ul {
    display: flex;
    margin-top: 20px;
}
.serve-box .point ul li {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    margin-right: 37px;
}
.serve-box .point ul li b {
    color: #333;
    font-size: 16px;
    margin-top: 15px;
    font-weight: 800;
}
.serve-box .point ul li span {
    font-size: 14px;
    color: #666;
}
/**/
.pagination {
    position: absolute;
    z-index: 20;
    left: 50%;
    transform: translateX(-50%);
    bottom: 12px;
    height: 16px;
}
.swiper-pagination-switch {
    display: inline-block;
    width: 16px;
    height: 16px;
    border-radius: 16px;
    background: none;
    margin-right: 8px;
    opacity: 0.8;
    border: 1px solid #eee;
    cursor: pointer;
}
.swiper-visible-switch {
    background: none;
}
.swiper-active-switch {
    background: #f7f7f7;
}
/**/
.case-box > .item {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-bottom: 15px;
}
.case-box > .item div {
    width: 370px;
    height: 258px;
    box-shadow: 0px 13px 18px 0px rgba(4, 0, 0, 0.17);
    border-radius: 9px;
    margin-bottom: 50px;
    overflow: hidden;
}
.case-box > .item div img {
    width: 100%;
    height: 100%;
    transition: all 0.6s;
}
.case-box > .item img:hover {
    transform: scale(1.1);
}
.case-box > .btn {
    width: 496px;
    height: 90px;
    line-height: 90px;
    text-align: center;
    background: linear-gradient(180deg, #4b53b6, #161da1);
    font-size: 42px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #ffffff;
    margin: 0 auto 80px;
}
/*一站式企业服务标杆*/
.star-box {
    padding: 0 30px 30px;
    background: rgba(240, 240, 240, 0.5);
}
.star-box > ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.star-box > ul li {
    width: 370px;
    height: 434px;
    background: #ffffff;
    padding: 25px 25px 0;
    box-sizing: border-box;
    margin-bottom: 57px;
}
.star-box > ul li div {
    width: 100%;
    height: 282px;
    overflow: hidden;
    margin-bottom: 30px;
}
.star-box > ul li img {
    display: block;
    width: 100%;
    height: 282px;
    transition: all 0.6s;
}
.star-box > ul li img:hover {
    transform: scale(1.1);
}
.star-box > ul li p {
    font-size: 22px;
    font-weight: 400;
    color: #999999;
    line-height: 30px;
    text-align: center;
}
/*底部*/
footer {
    width: 100%;
    height: 145px;
    background: #fff;
    padding-top: 48px;
}
footer p {
    width: 100%;
    line-height: 18px;
    text-align: center;
    font-size: 16px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #333;
    margin-bottom: 20px;
}
/*app 挂载 start*/
.down-app>div{
    cursor: pointer;
    position: fixed;
    right:0;
    top:50%;
    z-index: 1000;
    transform: translateY(-50%);
}
.down-app>div:hover .app_img{
    display: block;
}
.people-btn{
    display: flex;
    flex-direction: column;
    position: relative;
}
.people-btn img:last-child{
    position: absolute;
    bottom:-20px;
    right:0
}
.app_img{
    position: absolute;
    right: 134px;
    top: -33px;
    display: none;
    padding:12px 10px;
    background:#fff;
    box-shadow: 0px 0px 5px -3px #000;
}
.app_img p{
    color:#000 !important;
    font-size: 16px !important;
    margin-top: 8px !important;
    text-align: center;
}
.xz-sjx{
    width: 0;
    height: 0;
    border-width: 18px;
    border-style: solid;
    z-index: 100;
    border-color: transparent transparent transparent #fff;
    position: absolute;
    right:-24px;
    top:47%;
    transform: translateY(-50%);
}
/*app 挂载 end*/
/*右侧悬浮菜单*/
.right-suspension {
    position: fixed;
    top: 50%;
    transform: translateY(-50%);
    right:8px;
    z-index: 9999;
}
.right-people{
    display: block;
}
.right-btn{
    width: 119px;
    height: 33px;
    border-radius: 8px 8px 8px 8px;
    font-weight: 700;
    font-size: 18px;
    text-align: center;
    color: #FFFFFF;
    line-height: 33px;
    background: linear-gradient(to left, #F76923, #FEC15B);
}
.right-menu{
    width: 120px;
    height: 335px;
    background: url(../images/gjzl_cb_bg.png)no-repeat;
    background-size: cover;
    border-radius: 12px 12px 60px 60px;
    cursor: pointer;
}
.right-menu ul{
    padding: 20px 0 8px;
}
.right-menu ul li{
    width: 95px;
    height: 26px;
    border-radius: 13px 13px 13px 13px;
    background: #ffffff;
    font-weight: 400;
    font-size: 14px;
    text-align: center;
    color: #112696;
    line-height: 26px;
    margin: 0px auto;
    margin-bottom: 8px;
}

.hot-text{
    font-weight: 400;
    font-size: 14px;
    text-align: center;
    color: #FFFFFF;
}
.hot-tel{
    font-weight: 700;
    font-size: 20px;
    text-align: center;
    color: #FFFFFF;
}
.top-fix{
    text-align: center;
}
.top-fix p{
    color: #808080;
    font-size: 12px;
}