.min_width {
    width: 100%;
    min-width: 1200px;
}

.w1200 {
    width: 1200px;
    margin: auto;
}

a {
    cursor: pointer;
}

button {
    cursor: pointer;
}

select::-ms-expand {
    display: none;
}

select {
    appearance: none;
    -moz-appearance: none;
    /* Firefox */
    -webkit-appearance: none;
    /* Safari 和 Chrome */
    background: url("../images/zz_form_select_icon.png") right 10px center no-repeat;
}

.zz_title {
    font-size: 36px;
    font-family: "Microsoft YaHei";
    color: rgb(51, 51, 51);
    font-weight: 500;
}

.hide {
    display: none;
}

.base_phone-left,
.base_phone-right,
.base_phone {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -webkit-align-items: center;
    align-items: center;
}

.base_phone-left {
    width: 450px;
    height: 58px;
    background: #fff;
    border: 1px solid #ff6909;
    padding-left: 32px;
    font-size: 22px;
    color: #ff6909;
    border-radius: 29px;
    justify-content: flex-start;
    -webkit-justify-content: flex-start;
}

.base_phone-right {
    width: 236px;
    height: 60px;
    background-image: -moz-linear-gradient(90deg,
            rgb(255, 105, 9) 0%,
            rgb(255, 157, 28) 100%);
    background-image: -webkit-linear-gradient(90deg,
            rgb(255, 105, 9) 0%,
            rgb(255, 157, 28) 100%);
    background-image: -ms-linear-gradient(90deg,
            rgb(255, 105, 9) 0%,
            rgb(255, 157, 28) 100%);
    background-image: linear-gradient(90deg,
            rgb(255, 105, 9) 0%,
            rgb(255, 157, 28) 100%);
    border-radius: 29px;
    margin-left: 35px;
    justify-content: center;
    -webkit-justify-content: center;
    color: #fff;
    font-size: 22px;
    margin-left: -85px;
    box-shadow: 0 1px 10px 2px rgba(0, 0, 0, 0.3);
    cursor: pointer;
}

.base_phone {
    justify-content: center;
    -webkit-justify-content: center;
    margin-top: 50px;
}

/* 头部 start */
header {
    height: auto;
    background-color: #ffffff;
}

.zz_head_top {
    width: 100%;
    height: 29px;
    background-color: #f1f1f1;
    padding-top: 7px;
    box-sizing: border-box;
}

.zz_head_top>ul>li {
    font-size: 12px;
    font-family: "Microsoft YaHei";
    color: rgb(136, 136, 136);
    float: left;
    line-height: 14px;
}

.zz_head_top>ul>li>a {
    font-size: 12px;
    font-family: "Microsoft YaHei";
    color: rgb(136, 136, 136);
    text-decoration: none;
    cursor: pointer;
}

.zz_head_top>ul>li>a:hover {
    color: #004b92;
    text-decoration: underline;
}

.zz_head_top>ul>li:nth-child(2) {
    /* width: 48px; */
    height: 20px;
    margin: 0 10px;
    text-align: center;
    margin-left: 18px;
    cursor: pointer;
}

.chose_city .city_icons {
    float: left;
    margin-right: 4px;
    margin-top: -1px;
}

.zz_head_top>ul>li:nth-child(2)>p {
    text-align: center;
}

.zz_head_top>ul>li:nth-child(3) {
    float: right;
    margin-left: 35px;
}

.zz_head_top>ul>li:nth-child(4),
.zz_head_top>ul>li:nth-child(5),
.zz_head_top>ul>li:nth-child(6) {
    float: right;
    margin: 0 10px;
}

.chose_city {
    position: relative;
}

.chose_city>p {
    cursor: pointer;
    display: inline-block;
}

.chose_city>table {
    width: 370px;
    height: 117px;
    position: absolute;
    left: -78px;
    top: 20px;
    z-index: 3;
    padding: 10px 0;
    box-sizing: border-box;
    border-width: 1px;
    border-color: rgb(236, 236, 236);
    border-style: solid;
    background-color: rgb(255, 255, 255);
    display: none;
}

.chose_city>table td {
    width: 77px !important;
    font-size: 12px;
    font-family: "Microsoft YaHei";
    color: rgb(102, 102, 102);
    cursor: pointer;
}

.chose_city>table td:hover {
    color: #004b92;
    text-decoration: underline;
}

.zz_head_btm {
    width: 100%;
    height: 120px;
}

.zz_logo {
    float: left;
    margin-top: 12px;
}

.zz_head_nav {
    float: right;
    padding-top: 30px;
}

.zz_head_hot_line {
    text-align: right;
}

.zz_head_hot_line>span {
    font-size: 14px;
    font-family: "Microsoft YaHei";
    color: rgb(51, 51, 51);
}

.zz_head_hot_line>b {
    font-size: 14px;
    font-family: "Impact";
    color: rgb(253, 125, 34);
    font-weight: 500;
}

.zz_base_nav {
    margin-top: 20px;
}

.zz_base_nav>li {
    float: left;
    width: 120px;
    /* height: 30px; */
    color: rgb(51, 51, 51);
    padding-bottom: 15px;
    position: relative;
}

.zz_base_nav>li a {
    display: inline-block;
    width: 100%;
    height: 30px;
    font-size: 20px;
    font-family: "Microsoft YaHei";
    color: inherit;
}

.nav_actine {
    background-color: rgb(253, 125, 34);
    font-weight: bold;
    color: #ffffff !important;
}

.tow_nav {
    width: 120px;
    display: none;
    background-color: #ffffff;
    position: absolute;
    top: 44px;
    z-index: 3;
    border: 1px solid #cccccc;
}

.tow_nav li {
    height: 42px;
    padding-top: 8px;
}

.zz_base_nav li a:hover {
    background-color: rgb(253, 125, 34);
    font-weight: bold;
    color: #ffffff !important;
}

/* 头部 end */
.hz>li:hover h4,
.hz>li:hover p {
    color: #f08519 !important;
}

/* banner start */
.banner {
    height: 450px;
    width: 100%;
    min-width: 1200px;
    position: relative;
    overflow: hidden;
}

.banner_swiper {
    width: 1920px !important;
    position: absolute !important;
    top: 0;
    left: 50%;
    margin-left: -960px !important;
}

/* banner end */

/* banner 表单 stary */
.ban-input {
    width: 300px;
    height: 316px;
    background: #fff;
    padding: 20px 10px 0;
    border-radius: 6px;
    left: 67%;
    top: 68px;
    position: absolute;
    z-index: 2;
}

.ban-input>h3 {
    font-size: 22px;
    line-height: 24px;
    color: #333;
    margin-bottom: 8px;
}

.ban-input>h4 {
    font-size: 15px;
    color: #666;
    margin-bottom: 14px;
}

.input {
    width: 100%;
    height: 37px;
    border: 1px solid #e6e6e6;
    margin-bottom: 10px;
    position: relative;
}

.input select,
.input input {
    font-size: 15px;
    text-align: left;
    width: 100%;
    padding-left: 10px;
}

.input input {
    width: 100%;
    height: 100%;
}

.code {
    background: #ff8e26;
    width: 129px;
    height: 36px;
    color: #fff;
    line-height: 37px;
    font-size: 15px;
    margin-right: -11px;
    position: absolute;
    right: 10px;
    top: 0;
}

.ban-input>button {
    width: 100%;
    height: 43px;
    background: linear-gradient(to bottom, #ff6909, #ff9d1c);
    color: #fff;
    line-break: 43px;
    font-size: 15px;
    position: absolute;
    bottom: 0;
    right: 0;
    border-radius: 0 0 6px 6px;
}

/* banner 表单 end */
/* banner 下方信息 start */
.hz {
    width: 1200px;
    height: 123px;
    margin: 0 auto;
}

.hz>li {
    width: 288px;
    height: 123px;
    padding: 32px 35px 0 40px;
    float: left;
    background: #f5f5f5;
}

.hz .hzhover {
    background: #fff;
    border-bottom: 6px solid #ff971a;
}

.right-hz .hzh4 {
    color: #f08519;
}

.hz>li:nth-child(2) {
    border-left: 1px solid #fff;
    border-right: 1px solid #fff;
}

.hz>li:nth-child(3) {
    border-right: 1px solid #fff;
}

.hz>li,
.hot-box ul li {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    text-align: center;
}

.hz>li>img {
    height: 58px;
}

.right-hz>h4 {
    font-size: 18px;
    line-height: 20px;
    color: #333;
    font-weight: bold;
    margin-bottom: 5px;
    width: 110px;
    text-align: left;
}

.right-hz>p {
    font-size: 14px;
    color: #666;
    line-height: 14px;
    margin-bottom: 6px;
    text-align: left;
}

.right-hz {
    float: right;
    text-align: left;
    width: 140px;
}

/* banner 下方信息 end */
/* 热门业务领域 start */
.hot-box {
    background: #fff;
    padding-bottom: 50px;
    position: relative;
}

.hot-box ul {
    height: 520px;
    padding-left: 10px;
}

.hot-box ul li:last-child {
    margin-right: 0px;
}

.backtop {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
}

.hot-box ul li {
    float: left;
    width: 270px;
    height: 500px;
    margin-right: 25px;
    padding-bottom: 40px;
    background: #fff;
    position: relative;
    transition: all 0.35s;
    -webkit-transition: all 0.35s;
    -moz-transition: all 0.35s;
    text-align: center;
    box-shadow: 0 0 10px 0px rgba(0, 0, 0, 0.2);
}

.hot-box ul li>img {
    position: absolute;
    left: 0;
    top: 0;
}

.hot-box ul li p {
    line-height: 26px;
    margin-top: 42px;
    margin-bottom: 20px;
    font-size: 24px;
    color: #333;
    font-weight: bold;
}

.hot-box ul li h4 {
    font-size: 16px;
    color: #666;
    line-height: 26px;
    text-align: left;
    font-weight: lighter;
}

.hot-box ul li a {
    font-size: 16px;
    color: #f08519;
    width: 171px;
    height: 40px;
    line-height: 40px;
    border-radius: 19.5px;
    border: 1px solid #f08519;
    transition: all 0.35s;
    -webkit-transition: all 0.35s;
    -moz-transition: all 0.35s;
    position: absolute;
    bottom: 25px;
    left: 50%;
    margin-left: -86px;
}

.hot-box .w1200 ul li:hover {
    box-shadow: 0 0 10px 2px rgba(0, 0, 0, 0.2);
    -webkit-box-shadow: 0 0 10px 2px rgba(0, 0, 0, 0.2);
    transform: scale(1.05);
    -webkit-transform: scale(1.05);
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}

.scale {
    transform: scale(2);
    -webkit-transform: scale(2);
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}

.hot-box ul li:hover a {
    background: #f08519;
    color: #fff;
}

.hot-box ul li>span.sp1,
.hot-box ul li>span.sp3 {
    position: absolute;
    width: 1px;
    height: 182px;
    background: #cce0ff;
}

.hot-box ul li>span.sp2 {
    height: 1px;
    width: 252px;
    height: 1px;
    background: #cce0ff;
    position: absolute;
    left: 10px;
    bottom: 10px;
}

.hot-box ul li>span.sp1 {
    left: 10px;
    bottom: 10px;
}

.hot-box ul li>span.sp3 {
    right: 10px;
    bottom: 10px;
}

.txt-box {
    padding: 0 33px;
}

.img-box {
    height: 206px;
}

.img-box>img {
    height: 100%;
    width: 100%;
}

.tt-box h3 {
    font-weight: bold;
    color: #333;
    font-size: 30px;
}

.tt-box {
    padding: 50px 0 50px 0;
    text-align: center;
}

/* 热门业务领域 start */

/* 六大服务 start */
.find {
    padding-top: 50px;
    background: #fff;
    padding-bottom: 50px;
}

.find-pic {
    width: 140px;
    height: 130px;
    position: relative;
    float: left;
}

.find-pic>img {
    height: 100%;
    width: 100%;
}

.circle {
    height: 88px;
    width: 88px;
    border-radius: 50%;
    border: 2px solid #f08519;
    color: #fc964f;
    font-size: 18px;
    line-height: 88px;
    font-weight: bold;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-left: -44px;
    margin-top: -44px;
    z-index: 1;
    display: none;
    cursor: pointer;
}

.model {
    display: none;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.6);
}

.find-right {
    padding: 29px 100px 26px 55px;
    float: left;
    width: 440px;
    background: url("../images/d5b0437bf89347e79d577e8a8028283a.gif).png") no-repeat right;
    right: 0;
    background-position-x: 400px;

    overflow: hidden;
}

.find-small:hover .find-right {
    background: url("../images/78ff7a59b6c4435d83c448231a91c33b.gif).png") no-repeat right;
    right: 0;
    background-position-x: 400px;
}

.find-small {
    box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.1);
    width: 580px;
    height: 130px;
    float: left;

    margin-bottom: 17px;
}

.find-right>h3 {
    font-size: 22px;
    font-weight: bold;
    color: #fc964f;
    margin-bottom: 14px;
    text-align: left;
    line-height: 22px;
}

.find-right>p {
    font-size: 16px;
    line-height: 20px;
    color: #333;
    text-align: left;
}

.find-box {
    width: 1200px;
    height: 430px;
}

.find-box .find-small:nth-child(2n + 1) {
    margin-right: 40px;
}

.clear {
    clear: both;
}

/* 6大服务 end */
/* <!-- center banner start --> */
.ws {
    min-width: 1200px;
    margin: 0 auto;
}

.cd-box>img {
    height: 51px;
    width: 51px;
}

.ws>img {
    height: 23px;
    width: 12px;
}

.cd-box>p {
    font-size: 22px;
    font-weight: bold;
    line-height: 24px;
    margin-top: 10px;
    color: #fff;
}

.cd-process {
    background: url("../images/135699020215415e821486201b15b141.gif).png") no-repeat;
    background-position-x: center;
    width: 100%;
    height: 220px;
}

.del {
    width: 149px;
    height: 149px;
    background: url("../images/a158949cb5dc44d781dbd0a543571939.gif).png") no-repeat;
    background-size: 100% 100%;
    line-height: 135px;
    font-size: 24px;
    color: #fff;
    margin-left: 130px;
    cursor: pointer;
}

.zs {
    width: 100%;
    padding-top: 50px;
    background: url(../images/lback.png) no-repeat bottom;
    background-size: 100%;
}

.pic>img {
    width: 226px;
    height: 339px;
    float: left;
    border: 1px solid #bebebe;
    margin-right: 10px;
}

.pic {
    height: 410px;
}

/* <!-- center banner end --> */
/* <!-- 页脚 与底部信息 start --> */
footer {
    width: 100%;
    min-width: 1200px;
    height: 120px;
    background: #f2f2f2;
    padding-top: 38px;
    margin-bottom: 160px;
}

footer p {
    font-size: 18px;
    color: #666666;
    margin-bottom: 8px;
}

.zz_btm_banner {
    width: 100%;
    height: 160px;
    position: fixed;
    bottom: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.8);
    z-index: 999;
}

.zz_btm_banner>img {
    position: absolute;
    left: 86px;
    bottom: 0;
}

.zz_btm_banner_content {
    padding-left: 170px;
    padding-top: 50px;
}

.zz_btm_banner_content>div:nth-child(1) {
    position: absolute;
    left: 382px;
    top: 50px;
}

.zz_btm_banner_content>div:nth-child(1)>h4 {
    font-size: 18px;
    font-family: "Microsoft YaHei";
    color: rgb(255, 255, 255);
    font-weight: 500;
    text-align: left;
}

.zz_btm_banner_content>div:nth-child(1)>p {
    font-size: 20px;
    font-family: "Microsoft YaHei";
    color: #ff9a1b;
    font-weight: 500;
    text-align: left;
    margin-top: 12px;
}


.zz_btm_banner_content>div:nth-child(2) {
    float: right;
    width: 236px;
    height: 58px;
    background-image: -moz-linear-gradient(90deg, rgb(255, 105, 9) 0%, rgb(255, 157, 28) 100%);
    background-image: -webkit-linear-gradient(90deg, rgb(255, 105, 9) 0%, rgb(255, 157, 28) 100%);
    background-image: -ms-linear-gradient(90deg, rgb(255, 105, 9) 0%, rgb(255, 157, 28) 100%);
    background-image: linear-gradient(90deg, rgb(255, 105, 9) 0%, rgb(255, 157, 28) 100%);
    line-height: 58px;
    cursor: pointer;
}

.zz_btm_banner_content>div:nth-child(2)>img {
    margin-right: 4px;
    margin-top: -4px;
}

.zz_btm_banner_content>div:nth-child(2)>a {
    font-size: 22px;
    color: #ffffff;
}

/* <!-- 页脚 与底部信息 end --> */
/* <!-- 顶呱呱集团 start --> */
.base_DGG_group {
    padding-top: 58px;
    padding-bottom: 46px;
}

.base_DGG_group_content {
    margin-top: 36px;
}

.base_DGG_group_content>p {
    font-size: 16px;
    font-family: "Microsoft YaHei";
    color: rgb(102, 102, 102);
    line-height: 1.5;
}

.base_DGG_group_content_top {
    width: 100%;
    margin-top: 45px;
    overflow: hidden;
    padding: 0 172px;
}

.base_DGG_group_content>.base_DGG_group_content_top>li {
    float: left;
    width: 86px;
}

.base_DGG_group_content>.base_DGG_group_content_top>li>i {
    display: block;
    width: 81px;
    margin: auto;
}

.base_DGG_group_content>.base_DGG_group_content_top>li>span {
    display: inline-block;
    margin-top: 24px;
    font-size: 18px;
    font-family: "Microsoft YaHei";
    color: rgb(250, 79, 79);
    margin-bottom: 10px;
}

.base_DGG_group_content>.base_DGG_group_content_top>li>p {
    font-size: 18px;
    font-family: "Microsoft YaHei";
    color: #666666;
}

.base_DGG_group_content>.base_DGG_group_content_top>li:not(:last-child) {
    margin-right: 68px;
}

.base_DGG_group_content_btm {
    width: 100%;
    margin-top: 50px;
    overflow: hidden;
}

.base_DGG_group_content_btm>li {
    float: left;
    width: 286px;
}

.base_DGG_group_content_btm>li:not(:last-child) {
    margin-right: 18px;
}

.base_DGG_group_content_btm>li>p {
    font-size: 18px;
    font-family: "Microsoft YaHei";
    color: rgb(51, 51, 51);
    margin-top: 12px;
}

/* <!-- 顶呱呱集团 end --> */
/* 职称评审 弹出表单 start */
input[type="radio"] {
    display: none;
}

.base_pops_form {
    min-height: 100%;
    width: 100%;
    overflow: hidden;
    background: rgba(0, 0, 0, 0.6);
    position: fixed;
    top: 0;
    left: 0;
    z-index: 999;
    display: none;
}

.base_pops_form>form {
    width: 430px;
    margin: auto;
    margin-top: 15%;
    background-color: #fff;
    border-radius: 7px;
    overflow: hidden;
    position: relative;
    padding: 75px 40px 20px 40px;
}

.zz_close_pops_btn {
    position: absolute;
    right: 12px;
    top: 6px;
    width: auto;
    z-index: 1000;
    cursor: pointer;
}

.base_pops_form>form>h4 {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    text-align: center;
    background-color: rgb(253, 125, 34);
    color: white;
    font-size: 23px;
    font-weight: bold;
    line-height: 51px;
    height: 51px;
}

.base_pops_form>form>div {
    width: 100%;
    height: 42px;
    position: relative;
}

.base_pops_form div>div {
    float: right;
    width: 184px;
    height: 100%;
}

.base_pops_form>form>div:not(:last-child) {
    margin-bottom: 20px;
}

.base_pops_form>form>div>input,
.base_pops_form>form>div>select {
    text-align: left;
    width: 100%;
    height: 100%;
    border: 1px solid #cccccc;
    border-radius: 5px;
    padding-left: 42px;
    font-size: 18px;
    float: right;
}

.base_pops_form>form>div>i {
    position: absolute;
    left: 0;
    top: 0;
    width: 42px;
    height: 100%;
    text-align: center;
    line-height: 42px;
}

.get_pops_btn {
    width: 100%;
    height: 43px;
    background: rgb(253, 125, 34);
    color: white;
    border: none;
    outline: none;
    border-radius: 3px;
    cursor: pointer;
    font-size: 16px;
    font-weight: bold;
    /* margin-top: 10px; */
}

.base_pops_form div label {
    font-size: 18px;
    font-weight: bold;
    width: auto;
    padding: 8px 22px;
    border: 1px solid #ff8d11;
    border-radius: 6px;
    color: #ff8d11;
    background: #fff;
    cursor: pointer;
}

.base_pops_form div label:nth-child(1) {
    float: left;
}

.base_pops_form div label:nth-child(2) {
    float: right;
}

.base_pops_form div span {
    float: left;
    font-size: 18px;
    color: #999999;
    font-weight: bold;
    vertical-align: middle;
    line-height: 42px;
}

.cur {
    background: #ff8d11 !important;
    color: #fff !important;
}

option::placeholder {
    background-color: #ff8d11;
}

.zz_pop_form input,
.zz_pop_form select {
    width: 184px !important;
    padding-left: 22px !important;
}

.jdy_pop_form div div {
    width: 256px;
}

/* 职称评审 弹出表单 end */
.right-sidebar {
    position: fixed;
    right: 0;
    top: 15%;
    z-index: 99;
    /*transform: translateY(-26%);*/
    width: 128px;
    height: 394px;
    background: linear-gradient(0deg, rgba(36, 162, 255, 1), rgba(17, 136, 241, 1));
    border: 2px solid rgba(255, 255, 255, 1);
    box-shadow: 0px 4px 16px 0px rgba(24, 120, 220, 0.1);
    border-radius: 64px 64px 6px 6px;
}

.right-sidebar>h4 {
    text-align: center;
    font-size: 18px;
    font-family: Microsoft YaHei;
    font-weight: bold;
    color: rgba(255, 255, 255, 1);
    margin-top: 24px;
}

.right-sidebar>h4 font {
    font-weight: 400;
}

.right-sidebar ul {
    width: 100%;
    margin-top: 18px;
    text-align: center;
}

.right-sidebar ul li {
    width: 100px;
    height: 32px;
    border: 1px solid rgba(255, 255, 255, .4);
    border-radius: 2px;
    font-size: 14px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: rgba(255, 255, 255, 1);
    margin: 0 auto;
    line-height: 32px;
    cursor: pointer;
}

.right-sidebar ul li+li {
    margin-top: 12px;
}

.right-sidebar ul li:hover {
    background: linear-gradient(0deg, rgba(195, 227, 255, 1), rgba(255, 255, 255, 1)) !important;
    box-shadow: 0px 6px 16px 0px rgba(0, 175, 172, 0.32) !important;
    border: none !important;
    color: rgba(34, 142, 236, 1) !important;
}

.right-sidebar .hot-line {
    font-size: 14px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: rgba(255, 255, 255, 1);
    text-align: center;
    margin-top: 16px;
}

.right-sidebar .hot-line font {
    font-size: 16px;
    font-family: DIN;
    font-weight: bold;
}

.right-sidebar .go-top {
    position: absolute;
    left: 50%;
    bottom: -7%;
    transform: translateX(-50%);
    z-index: 100;
    width: 48px;
    height: 48px;
    background: linear-gradient(0deg, rgba(36, 162, 255, 1), rgba(17, 136, 241, 1));
    border: 2px solid rgba(255, 255, 255, 1);
    box-shadow: 0px 4px 16px 0px rgba(24, 120, 220, 0.1);
    border-radius: 50%;
    cursor: pointer;
}

.right-sidebar .go-top img {
    width: 10px;
    height: 8px;
}

.right-sidebar .go-top p {
    font-size: 12px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: rgba(255, 255, 255, 1);
    text-align: center;
}
/*#meiqia-container iframe{
    left: 50% !important;
    width: 500px !important;
    margin-left: -250px !important;
    top: 50% !important;
    margin-top: -250px !important;

}*/