@charset "utf-8";
body{
    font:14px/1.5 Microsoft Yahei, Arial, sans-serif;
    color: #333;
}
.w_body {
    overflow: hidden;
    position: relative;
    z-index: 0;
}
.box1{
    width: 1400px;
    margin: 0 auto;
}
.header{
    width:100%;
    height: 100px;
    background:#070a13;
}
.head_warp{
    height:100px;
    position: relative;
}
.head_warp .logo_con{
    padding: 15px 0 0 0;
}
.head_warp .logo_con .head_logo{
    display:block;
}
.head_warp .logo_con .head_logo img{
    width:220px;
    height:70px;
}
.head_warp .nav_con{
    margin-left: 230px;
}
.head_warp .nav_box{
}
.nav_box li {
    line-height: 100px;
    height: 100px;
    text-align: center;
    font-size: 16px;
    padding-left: 15px;
    float: left;
}
.nav_box li a{
    padding: 5px 10px;
    color:#fff;
    position: relative;
}
.nav_box li.on .nav_on{
    color:#4a6777;
    background: #f1f1f1;
    border-radius: 2px;
}
.head_warp .nav_ico{
    position: absolute;
    right: -200px;
    top: 37px;
}
.head_warp .nav_ico li{
    display: block;
    float: left;
    width:22px;
    height:22px;
    margin-left: 3px;
}
.nav_lang{
    margin-top: 35px;
    width: 100px;
    height: 30px;
    padding-left: 30px;
    background: url("../images/ico_lang.jpg") left center no-repeat;
}
.nav_lang select{
    -webkit-appearance: none; /* Chrome, Safari, Opera */
    -moz-appearance: none; /* Firefox */
    appearance: none; /* 标准属性 */
    border: none; /* 设置你想要的边框样式 */
    padding: 5px 30px 5px 10px; /* 调整以适应箭头 */
    background: #070a13;
    color: #fff;
}
.nav_lang .arrow {
    position: absolute;
    top: 50%;
    right: 10px; /* 根据需要调整位置 */
    transform: translateY(-50%);
    width: 0;
    height: 0;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-top: 5px solid white; /* 自定义箭头的颜色和方向 */
}
.banner{
    width: 100%;
    position: relative;
    z-index: 1;
}
.banner .videobox{
    z-index: 1;
    position: relative;
}
.banner video{
    display: block;
    width: 100%;
    height: 100vh;
    object-fit: cover;
}
.brand{
    width: 100%;
    height: 110px;
    background: #024ca1;
}
.brand_info{
    position: relative;
    height: 110px;
}
.brand_info h1{
    display: block;
    height: 30px;
    position: absolute;
    left: 0;
    top: 10px;
    color: #fff;
    font-size: 22px;
    font-weight: bold;
}
.brand_info h2{
    display: block;
    height: 30px;
    position: absolute;
    right: 0;
    top: 20px;
    color: #fff;
    font-size: 14px;
}
.brand_info ul{
    display: block;
    width: 100%;
    height: 30px;
    position: absolute;
    bottom: 10px;
}
.brand_info ul li{
    display: block;
    width: 200px;
    margin-right: 100px;
    float: left;
    color: #f1f1f1;
    font-weight: bold;
    font-size: 14px;
}
.brand_info ul li:nth-child(5){
    margin-right: 0;
    text-align: right;
}
.dream{
    padding-top: 20px;
    padding-bottom: 20px;
}
.dream_top{
    border-bottom: 1px solid #ccc;
}
.dream_top h1{
    color: #024ca1;
    font-size: 46px;
    font-weight: bold;
    text-align: center;
    letter-spacing: 2px;
    padding-top: 20px;
    padding-bottom: 20px;
}
.dream_top p{
    color: #444;
    line-height: 50px;
    font-size: 26px;
    text-align: justify;
    letter-spacing: 1px;
    font-family: Arial;
    padding-bottom: 50px;
}
.dream_bottom{
    padding-top: 30px;
    padding-bottom: 20px;
}
.dream_bottom li{
    display: block;
    width: 25%;
    height: 120px;
    float: left;
    text-align: center;
}
.dream_bottom li h3{
    font-size: 52px;
    color: #024ca1;
}
.dream_bottom li span{
    font-size: 14px;
    color: #444;
}
.service{
    padding-top: 20px;
    padding-bottom: 20px;
}
.service h1{
    font-size: 46px;
    text-align: center;
    letter-spacing: 1px;
    font-weight: bold;
    font-family: Arial;
    color: #024ca1;
    margin-bottom: 50px;
}
.service li{
    display: block;
    width: 25%;
    height: 220px;
    float: left;
    text-align: center;
    cursor: pointer;
}
.service li .pic1{
    display: block;
    height: 139px;
}
.service li .pic2{
    display: none;
    height: 139px;
}
.service li img{
    display: block;
    width: 209px;
    height: 139px;
    margin: 0 auto;
}
.service li span{
    display: block;
    width: 100%;
    height: 30px;
    line-height: 30px;
    margin: 0 auto;
    text-align: center;
    padding-top: 30px;
}
.workers{
    padding-top: 20px;
    padding-bottom: 40px;
}
.workers h1{
    font-size: 46px;
    text-align: center;
    letter-spacing: 1px;
    font-weight: bold;
    font-family: Arial;
    color: #024ca1;
    margin-bottom: 20px;
}
.w_nav{
    display: block;
    width: 600px;
    height: 30px;
    margin: 0 auto;
    padding: 20px 0 50px 0;
}
.w_nav li{
    float: left;
    padding: 2px 10px;
    margin: 0 20px;
    cursor: pointer;
    font-weight: bold;
    font-size: 16px;
    color: #444;
}
.w_nav li.cur{
    background: #024ca1;
    color: #f1f1f1;
    border-radius: 3px;
}
.w_nav li em{
    font-size: 24px;
    color: #444;
    font-weight: bold;
    display: inline-block;
}
.w_nav li.cur em{
    color: #f1f1f1;
}
.w_content li{
    display: block;
    width: 23%;
    height: 250px;
    float: left;
    text-align: center;
    cursor: pointer;
    margin: 0 1%;
    overflow: hidden;
    position: relative;
}
.w_content li span{
    display: none;
    width: 100%;
    height: 220px;
    position: absolute;
    left: 0;
    top: 0;
}
.w_content li:hover span{
    display: block;
}
.w_content .pic{
    display: block;
    width: 100%;
    height: 220px;
    overflow: hidden;
}
.w_content li img{
    display: block;
    width: 100%;
    height: 220px;
}
.w_content li p{
    display: block;
    width: 100%;
    height: 30px;
    line-height: 30px;
    color: #fff;
    font-size: 16px;
    font-weight: bold;
    background: #024ca1;
    overflow: hidden;
}
.workers .btn_free{
    display: block;
    width: 150px;
    height: 35px;
    line-height: 35px;
    color: #f1f1f1;
    background: #024ca1;
    font-size: 16px;
    text-align: center;
    margin: 0 auto;
    border-radius: 3px;
    margin-top: 40px;
}
.trusted{
    width: 100%;
}
.trusted_content{
    width: 100%;
    height: 420px;
    background: #024ca1;
    margin-top: 30px;
}
.trusted_top h1{
    font-size: 46px;
    text-align: center;
    letter-spacing: 1px;
    font-weight: bold;
    font-family: Arial;
    color: #024ca1;
}
.chooseus{
    width: 100%;
    padding-top: 40px;
}
.chooseus_top h1{
    font-size: 46px;
    text-align: center;
    letter-spacing: 1px;
    font-weight: bold;
    font-family: Arial;
    color: #024ca1;
}
.chooseus_content{
    width: 100%;
    background: #024ca1;
    margin-top: 30px;
    padding-top: 20px;
    padding-bottom: 20px;
}
.chooseus_ul{
    display: block;
    width: 1400px;
}
.chooseus_content li{
    display: block;
    width: 45%;
    height: 130px;
    overflow: hidden;
    float: left;
    margin-left: 5%;
}
.chooseus_content li span{
    display: block;
    width: 80%;
    height: 50px;
    line-height: 50px;
    font-size: 22px;
    color: #fff;
    overflow: hidden;
    font-weight: bold;
    padding-left: 50px;
}
.chooseus_content li p{
    display: block;
    width: 80%;
    height: 80px;
    line-height: 30px;
    font-size: 14px;
    color: #e3e3e3;
    overflow: hidden;
    padding-left: 50px;
}
.quote{
    width: 100%;
    padding-top: 30px;
    padding-bottom: 30px;
    background: #ffcb05;
}
.quote h1{
    font-size: 46px;
    text-align: center;
    letter-spacing: 1px;
    font-weight: bold;
    font-family: Arial;
    color: #333;
}
.quote_ul{
    width: 1400px;
    margin: 0 auto;
    padding-top: 30px;
}
.quote_ul li{
    display: block;
    width: 700px;
    margin-bottom: 30px;
    float: left;
}
.quote_ul .ipt_box{
    display: block;
    width: 450px;
    height: 48px;
    line-height: 48px;
    border: 1px solid #ddd;
    padding-left: 20px;
    padding-right: 20px;
    background: #fff;
    margin-left: 50px;
    color: #024ca1;
}
.quote_ul .txt_box{
    display: block;
    width: 450px;
    height: 150px;
    line-height: 30px;
    border: 1px solid #ddd;
    padding-left: 20px;
    padding-right: 20px;
    background: #fff;
    margin-left: 50px;
}
.quote_ul .btn_send{
    display: block;
    width: 100px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    color: #ffcb05;
    background: #024ca1;
    border: none;
    margin-left: 440px;
    cursor: pointer;
}
.footer{
    width: 100%;
    background: #000;
}
.foot_warp{
    width:1280px;
    height:380px;
    margin:0 auto;
    position:relative;
}
.foot_logo{
    width:200px;
    height:269px;
    position:absolute;
    top: 40px;
    left: 30px;
    /*background:url(../images/logo2.png) no-repeat;*/
}
.foot_service{
    width:220px;
    height:269px;
    position:absolute;
    top: 40px;
    left: 430px;
    color: #fff;
}
.foot_service li{
    margin-bottom: 20px;
}
.foot_service li.cur{
    font-size: 24px;
}
.foot_service a{
    color: #eee;
    font-weight: bold;
}
.foot_contact{
    width:200px;
    height:269px;
    position:absolute;
    top: 40px;
    right: 30px;
    color: #999;
}
.foot_contact li{
    margin-bottom: 20px;
    color: #eee;
    font-weight: bold;
}
.foot_contact li.cur{
    font-size: 24px;
    color: #fff;
}
.foot_link{
    width:200px;
    height:30px;
    position:absolute;
    bottom: 50px;
    right: 30px;
}
.foot_link li{
    display: block;
    float: left;
    width:22px;
    height:22px;
    margin-left: 3px;
}

.footer .foot_icp{
    width:100%;
    background: #fff;
    text-align:center;
}
.footer .foot_icp p{
    height: 40px;
    line-height:40px;
    font-size:14px;
    color:#999;
}

/*视频播放*/
.zhezhao{
    display: none;
    width:100%;
    height:100%;
    background: #666;
    z-index: 666;
    position: fixed;
    left:0;
    top:0;
    filter:alpha(opacity=90); /* IE */
    -moz-opacity:0.9; /* 老版Mozilla */
    -khtml-opacity:0.9; /* 老版Safari */
    opacity: 0.9; /* 支持opacity的浏览器*/
}
.video{
    display: none;
    width:800px;
    height:450px;
    position: fixed;
    left:50%;
    top:20%;
    margin-left: -400px;
    z-index: 999;
}
.video video{
    width:800px;
    height:450px;
    object-fit: fill;
}
.video .close{
    display: block;
    width:160px;
    height:30px;
    line-height: 30px;
    text-align: center;
    color: #000;
    font-size: 14px;
    font-weight: bold;
    background: #ffda10;
    border-radius: 15px;
    position: absolute;
    top:-40px;
    left:400px;
    margin-left: -80px;
}
.scale-handler{overflow: hidden}
.scale-handler:hover .scale-pic {
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
}
.scale-handler .scale-pic {
    -webkit-transition: all 0.6s ease;
    -moz-transition: all 0.6s ease;
    -ms-transition: all 0.6s ease;
    transition: all 0.6s ease;
}
/* 跑马灯容器 */
.marquee-container {
    width: 1560px;
    overflow: hidden; /* 隐藏溢出内容 */
    white-space: nowrap; /* 防止内容换行 */
    position: relative;
    background: #024ca1;
    border: none;
}

/* 跑马灯内容 */
.marquee-content {
    display: inline-block;
    white-space: nowrap;
    animation: marquee 25s linear infinite; /* 应用动画 */
    border: none;
    background: #024ca1;
    height: 360px;
    margin-top: 30px;
}

/* 定义动画 */
@keyframes marquee {
    0% { transform: translateX(0); }
    100% { transform: translateX(-50%); } /* 移动一半距离（因为克隆了一份） */
}

/* 图片样式 */
.marquee-content img {
    width:1560px;
    height: 360px;

}

/*media*/
@media screen and (max-width:1560px){
    .box1{
        width: 100%;
    }
    .head_warp .nav_con{
        margin-left: 60px;
    }
    .head_warp .nav_ico{
        margin-top: 20px;
        margin-right: 10px;
    }
    .nav_lang{
        right: 0px;
        top: 60px;
    }
}

/*------------------2.5D--------------------*/
.case_title{
    width: 100%;
    height: 60px;
    line-height: 60px;
    color: #fff;
    background: #024ca1;
    text-align: center;
    font-size: 32px;
    font-weight: bold;
    letter-spacing: 1px;
}
.case_pic {
    overflow: hidden;
    position: relative;
    padding-top: 30px;
    padding-bottom: 30px;
}
/*2D*/
.carousel-track {
    width: 3240px; /* 足够宽容纳所有项目 */
    position: relative;
    transition: transform 0.5s ease;
}
.carousel-track p{
    display: block;
    text-align: center;
    color: #000;
    width: 60%;
    margin: 0 auto;
    height: 100px;
    line-height: 25px;
    font-weight: bold;
}
.carousel-item {
    float: left;
    width: 240px;
    margin: 0 55px;
}
.carousel-item img {
    width: 70%;
    height: auto;
    display: block;
    margin: 0 auto;
}
.carousel-control {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background: rgba(0,0,0,0.5);
    border: none;
    width: 50px;
    height: 45px;
    cursor: pointer;
    z-index: 10;
}
.carousel-control.prev {
    left: 0;
    background: url("../images/arrow_left.png");
}
.carousel-control.next {
    right: 0;
    background: url("../images/arrow_right.png");
}
/*end*/
/*2.5D*/
.carousel-track2 {
    width: 3240px; /* 足够宽容纳所有项目 */
    position: relative;
    transition: transform 0.5s ease;
}
.carousel-track2 p{
    display: block;
    text-align: center;
    color: #000;
    width: 60%;
    margin: 0 auto;
    height: 100px;
    line-height: 25px;
    font-weight: bold;
}
.carousel-item2 {
    float: left;
    width: 240px;
    margin: 0 55px;
}
.carousel-item2 img {
    width: 70%;
    height: auto;
    display: block;
    margin: 0 auto;
}
.carousel-control2 {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background: rgba(0,0,0,0.5);
    border: none;
    width: 50px;
    height: 45px;
    cursor: pointer;
    z-index: 10;
}
.carousel-control2.prev {
    left: 0;
    background: url("../images/arrow_left.png");
}
.carousel-control2.next {
    right: 0;
    background: url("../images/arrow_right.png");
}
/*end*/
/*3D*/
.carousel-track3 {
    width: 3960px; /* 足够宽容纳所有项目 */
    position: relative;
    transition: transform 0.5s ease;
}
.carousel-track3 p{
    display: block;
    text-align: center;
    color: #000;
    width: 60%;
    margin: 0 auto;
    height: 100px;
    line-height: 25px;
    font-weight: bold;
}
.carousel-item3 {
    float: left;
    width: 240px;
    margin: 0 55px;
}
.carousel-item3 img {
    width: 70%;
    height: auto;
    display: block;
    margin: 0 auto;
}
.carousel-control3 {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background: rgba(0,0,0,0.5);
    border: none;
    width: 50px;
    height: 45px;
    cursor: pointer;
    z-index: 10;
}
.carousel-control3.prev {
    left: 0;
    background: url("../images/arrow_left.png");
}
.carousel-control3.next {
    right: 0;
    background: url("../images/arrow_right.png");
}
/*end*/
.case_info{
    position: relative;
    background: #024ca1;
    height: 350px;
    padding:50px 30px 40px 30px;
    width: 1340px;
}
.case_info_txt{
    width: 520px;
    height: 350px;
    padding-left: 40px;
    text-align: justify;
    font-size: 16px;
    color: #eee;
    line-height: 30px;
}
.case_info_pic{
    width: 900px;
    height: 440px;
    margin-right: -130px;
}
.case_ban{
    margin-top: 100px;
}
.case_ban li{
    display: block;
    width: 33%;
    height: 570px;
    float: left;
    padding-bottom: 50px;
}
.case_ban li img{
    display: block;
    width: 80%;
    margin: 0 auto;
}
.case_ban_title{
    display: block;
    width: 80%;
    height: 50px;
    background: #ffcb05;
    margin: 0 auto;
    position: relative;
    margin-top: 30px;
}
.case_ban li h2{
    display: block;
    width: 80%;
    height: 70px;
    text-align: center;
    font-size: 18px;
    color: #333;
    font-weight: bold;
    line-height: 35px;
    position: absolute;
    top: -18px;
    left: 10%;
}
.case_ban li p{
    display: block;
    width: 80%;
    height: 250px;
    margin: 0 auto;
    text-align: justify;
    font-family: Arial;
    font-weight: bold;
    font-size: 16px;
    margin-top: 30px;
    line-height: 25px;
}
.case_anli{
    padding-bottom: 40px;
}
.case_anli h1{
    font-size: 46px;
    text-align: center;
    letter-spacing: 1px;
    font-weight: bold;
    font-family: Arial;
    color: #024ca1;
    margin-bottom: 40px;
}
.case_anli li{
    display: block;
    width: 23%;
    height: 250px;
    float: left;
    text-align: center;
    cursor: pointer;
    margin: 0 1%;
    overflow: hidden;
    margin-bottom: 30px;
    position: relative;
}
.case_anli li span{
    display: none;
    width: 100%;
    height: 220px;
    position: absolute;
    left: 0;
    top: 0;
}
.case_anli li:hover span{
    display: block;
}
.case_anli .pic{
    display: block;
    width: 100%;
    height: 220px;
    overflow: hidden;
}
.case_anli li img{
    display: block;
    width: 100%;
    height: 220px;
}
.case_anli li p{
    display: block;
    width: 100%;
    height: 30px;
    line-height: 30px;
    color: #fff;
    font-size: 16px;
    font-weight: bold;
    background: #024ca1;
    overflow: hidden;
}


/*------------------yuyue--------------------*/
/* 项目简报 */
.project_wrap{
    min-width:1280px;
    height: 1450px;
    background: #024ca1;
}
.project_title{
    height: 60px;
    line-height: 60px;
    text-align: center;
    font-size: 42px;
    font-weight: bold;
    font-family: Arial;
    color: #fff;
    padding-top: 30px;
    padding-bottom: 30px;
}
.project_wrap_con{
    width:1280px;
    height:1200px;
    margin:0 auto;
    background: url(../images/project_bg2.jpg) no-repeat center;
}
.project_wrap_con .project_wrap_con_r{
    width: 630px;
    height: 1200px;
    margin-left: 551px;
}
.project_brief_con{
    width:auto;
    height:auto;
    padding-left: 25px;
    padding-top: 30px;
    position:relative;
    padding-bottom: 50px;
}
.project_brief_con h1{
    font-size: 26px;
    color: #464646;
    margin-bottom: 20px;
}
.project_brief_con .project_b_con1{
    width: 640px;
    height: auto;
    margin-top: 20px;
}
.project_b_con1 li{
    width: 295px;
    display:inline-block;
    margin: 0 40px 0 0;
}
.project_b_con1 li:nth-child(2){
    margin-right:0;
}
.project_input_title{
    font-size: 18px;
    color: #464646;
    height: 36px;
    line-height: 36px;
    font-weight: bold;
}
.red{
    color:red;
}
.project_input_text{
    width: 275px;
    height: 32px;
    border: 1px solid #d1d1d1;
    padding-left: 20px;
    color: #464646;
    font-size: 16px;
}
.project_b_con2{
    width: 640px;
    height: auto;
    margin-top: 25px;
}
.project_input_chk_con{
    width: 690px;
    height: auto;
    margin-top: 5px;
}
.project_input_chk_con li{
    height: 34px;
    line-height: 34px;
    width: auto;
    display: inline-block;
    margin: 0 15px 0 0;
}
.project_input_chk{
    width: 16px;
    height: 16px;
    background: #fff;
    vertical-align: sub;
    margin-right: 10px;
}
.project_input_chk_m{
    font-size: 14px;
    color: #464646;
}
.project_b_con1 .project_input_li{
    width: auto;
    display: inline-block;
    margin-right:50px;
}
.project_b_con1 .project_input_li:last-child{
    margin-right:0;
}
.project_input_t1{
    width: 150px;
    height: 32px;
    border: 1px solid #d1d1d1;
    padding-left: 20px;
    color: #464646;
    font-size: 16px;
}
.project_brief_btn{
    display: block;
    position: absolute;
    bottom: -25px;
    left: 278px;
    height: 38px;
    width: 168px;
    background: #024ca1;
    text-align: center;
    line-height: 38px;
    font-size: 22px;
    color: #ffcb05;
    border-radius: 6px;
}
.contact_wrap{
    width: 100%;
    height: 660px;
    background: #024ca1;
    padding-top: 40px;
    position: relative;
}
.contact_ban_wrap{
    width: 1400px;
    background: #fff;
    opacity: 0.5;
    height: 620px;
    position: absolute;
    left: 50%;
    top: 40px;
    margin-left: -700px;
    z-index: 1;
}
.contact_ban{
    width: 1300px;
    height: 540px;
    padding: 40px 50px;
    z-index: 99;
    position: relative;
}
.contact_left {
    width: 650px;
}
.contact_left li{
    display: block;
    width: 650px;
    margin-bottom: 30px;
    float: left;
}
.contact_left .ipt_box{
    display: block;
    width: 600px;
    height: 48px;
    line-height: 48px;
    border: 1px solid #ddd;
    padding-left: 20px;
    padding-right: 20px;
    background: #fff;
    color: #024ca1;
    opacity: 1;
}
.contact_left .txt_box{
    display: block;
    width: 600px;
    height: 150px;
    line-height: 30px;
    border: 1px solid #ddd;
    padding-left: 20px;
    padding-right: 20px;
    background: #fff;
}
.contact_left .btn_send{
    display: block;
    width: 100px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    color: #ffcb05;
    background: #024ca1;
    border: none;
    cursor: pointer;
}
.contact_right {
    width: 550px;
    padding: 0px 50px 50px;
}
.contact_right h1{
    display: block;
    height: 80px;
    line-height: 40px;
    color: #024ca1;
    font-size: 32px;
    text-align: center;
    font-weight: bold;
}
.contact_right p{
    padding-top: 20px;
    display: block;
    line-height: 50px;
    font-size: 22px;
    color: #fff;
    text-align: justify;
}
.contact_right .email{
    display: block;
    height: 32px;
    line-height: 32px;
    background: url("../images/ico_email.jpg") left center no-repeat;
    padding-left: 50px;
    color: #024ca1;
    font-size: 22px;
    font-weight: bold;
    margin-top: 20px;
}
.contact_map{
    height: 726px;
    background: url("../images/contact_bg1.jpg");
}
.contact_map_wrap{
    height: 726px;
    background: url("../images/contact_bg.jpg") center center;
    position: relative;
}
.contact_map_info{
    width: 800px;
    height: 80px;
    background: #ffcb05;
    position: absolute;
    left: 50%;
    margin-left: -400px;
    bottom: 400px;
    z-index: 999;
}
.contact_map_info p{
    display: block;
    width: 450px;
    padding-left: 50px;
    height: 50px;
    line-height: 50px;
    margin-top: 15px;
    color: #000;
    font-size: 14px;
    font-weight: bold;
}
.contact_map_info p span{
    border-bottom: 2px solid #024ca1;
}
.contact_map_info a{
    display: block;
    width: 180px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    color: #fff;
    background: #024ca1;
    border: none;
    cursor: pointer;
    margin-top: 25px;
    margin-right: 50px;
}