html {
    font-size: 625%;
}

img {
    max-width: 100%;
}

/* 主页 */
header {
    width: 100%;
    height:.7rem;
    position: fixed;
    top: 0;
    z-index: 9999;
}

header nav {
    display: none;
}

header .heamain {
    width: 100%;
}

header .heamain .logo {
    width: 240px;
    line-height: .7rem;
    margin-left: 4%;
    float: left;
}
header .heamain .logo img {
    width: 48%;
    vertical-align: middle;
}
header .heacl {
    display: block;
    width:.5rem;
    height: .7rem;
    text-align: center;
    line-height: .7rem;
    float: right;
    margin-right: 8px;
}

header .heacl i {
    color: #666;
}

.phonenav {
    display: block;
    position: fixed;
    width: 240px;
    height: 100%;
    top: 50px;
    right: 0;
    background-color: rgba(4, 95, 177, 1);
    z-index: 9999;
    right: -240px;
    transition: all 0.4s;
}

.phonenav nav {
    width: 100%;
    margin-top: .7rem;
}

.phonenav nav ul {
    width: 100%;
}

.phonenav nav ul li {
    cursor: pointer;
    padding: 10px;
    width: 100%;
    text-align: center;
    height: 40px;
    color: #fff;
    font-size: 1.0em;
    line-height: 40px;
    border-bottom: 1px solid #ccc;
}

.phonenav nav ul li a {
    color: #FFFFFF;
}

.phonenav nav ul li:hover {
    background-color: rgba(4, 95, 177, .3);
}

.phonenav nav ul li span {
    padding: 10px;
}

.banner {
    height: auto;
    margin-top: .7rem;
    display: none;
}

.banner {
    width: 100%;
    height: auto;
    position: relative;
    overflow: hidden;
}

.banner2 {
    height: auto;
    margin-top: .7rem;
    display: block;
}

.banner2 img {
    max-height: 350px;
    max-width: 100%;
}

.banner .swiper-button-next {
    right: 10px;
}

.banner .swiper-button-prev {
    margin-top: -22px;
    left: 10px;
    top: 50%;
}

.swiper-pagination-fraction, .swiper-pagination-custom, .swiper-container-horizontal > .swiper-pagination-bullets {
    bottom: .1rem;
}

/*首页*/
.molist {
    width: 100%;
    margin-top: .0rem;
    overflow: hidden;
    margin-bottom: .5rem;
}

.title {
    width: 94%;
    margin: 0 auto;
    padding: .3rem 0;
    height: auto;
}

.title span {
    font-size: .20rem;
    font-family: "MicrosoftYaHeiLight";
    font-weight: 400;
    color: rgba(51, 51, 51, 1);
    display: inline-block;
    border-bottom: 0px solid rgba(1, 66, 156, 1);
    padding: 20px 0;
    vertical-align: middle;

}

.title .phone_more {
    display: inline-block;
    font-size: .14rem;
    font-family: "MicrosoftYaHei";
    font-weight: 400;
    color: rgba(153, 153, 153, 1);
    vertical-align: middle;

}

.title .more {
    display: none;
}

.title a i {
    padding-left: 5px;
}

.about_us {
    width: 96%;
    margin: 0 auto;
}

.about_us .about_left {
    width: 100%;

}

.about_us .about_left h3 {
    font-size: 20px;
    font-family: "MicrosoftYaHei";
    font-weight: 400;
    color: rgba(51, 51, 51, 1);
    text-align: center;
}

.about_us .about_left h5 {
    font-size: 12px;
    font-family: MicrosoftYaHei;
    font-weight: 400;
    color: rgba(51, 51, 51, 1);
    margin-bottom: 36px;
    text-align: center;
}

.about_us .about_left p {
    font-size: 14px;
    font-family: MicrosoftYaHei;
    font-weight: 400;
    color: rgba(102, 102, 102, 1);
}

.product ul {
    width: 96%;
    margin: 0 auto;
}

.product li {
    display: inline-block;
    width: 31%;
    height: 3.22rem;
	overflow:hidden;
    background: rgba(4, 95, 177, 0.05);
    border-radius: 10px;
    text-align: center;
    margin-right: 2%;
    transition: 0.5s;
    vertical-align: top;
}

.product li:nth-of-type(3n) {
    margin-right: 0%;
}

.product li img {
    width: 100%;

}

.product li h2 {
    font-size: .18rem;
	height:.54rem;
	overflow:hidden;
    font-family: MicrosoftYaHei-Bold;
    font-weight: bold;
    color: rgba(51, 51, 51, 1);
    margin-top: .12rem;
    margin-bottom: .1rem;
    transition: .5s;
}

.product li p {
    width: 80%;
    margin: 0 auto;
    font-size: .12rem;
	height:1rem;
	overflow:hidden;
    font-family: MicrosoftYaHei;
    font-weight: 400;
    color: rgba(102, 102, 102, 1);
    line-height: .20rem;
}

.product li a {
    display: inline-block;
    width: auto;
    height: 22px;
    margin: .3rem auto;
}

.product li:hover {
    box-shadow: 0px 3px 20px 0px rgba(0, 0, 0, 0.15);
    transition: .5s;
    transform: translateY(-10px);
}

.product li a .imgMR {
    display: block;
    transition: .5s;
    max-width: 50%;
    text-align: center;
    margin-left: 20%;
}

.product li a .imgActive {
    display: none;
    transition: .5s;
}

.product li:hover {
    box-shadow: 0px 3px 20px 0px rgba(0, 0, 0, 0.15);
    transition: .5s;
    transform: translateY(-10px);
}

.product li:hover h2 {
    color: rgba(4, 95, 177, 1);
    transition: .5s;
}

.product li:hover a .imgMR {
    display: none;
    transition: .5s;
}

.product li:hover a .imgActive {
    display: block;
    transition: .5s;
    max-width: 50%;
    margin-left: 20%;
}

/* 产品展示模块 开始 */
.patient {
    width: 100%;
}

.patient .patmain {
    width: 96%;
    margin: 0 auto;
    position: relative;
}

.patient .patta {
    width: 94%;
}

.patient .patta .pattabt {
    width: 96%;
    height: .5rem;
    line-height: .48rem;
}

.patient .patta .pattabt .patttxex {
    font-size: .12rem;
    color: #999;
}

.patient .patta .pattabt .patttxex:hover {
    cursor: pointer;
    color: #333;
}

.swiper-slide-thumb-active .patttxex {
    color: #333 !important;
    border-bottom: 2px solid #045fb1;
}

.patient .swiper-button-next {
    z-index: 9999;
    top: 25px;
    right: -0.1rem;
}

.patient .patmain .patcon li {
    display: inline-block;
    width: 30%;
    margin-right: 2%;
    margin-top: .3rem;
	vertical-align:top;
	text-align:center;
}

.news .newsmain {
    width: 1200px;
    margin: 0 auto;
}

.news .newsmain .newslist_box {
    width: 96%;
    height: auto;
    position: relative;
    overflow: hidden;
    float: left;
    margin-left: 2%;
    padding-bottom: 30px;
    background: rgba(4, 95, 177, 0.05);
    border-radius: 10px;
    transition: 0.5s;
}

.news .newsmain .newslist_box h6 {
    font-size: 20px;
    font-family: MicrosoftYaHei-Bold;
    font-weight: bold;
    color: rgba(51, 51, 51, 1);
    width: 90%;
    margin: 20px auto;
    margin-bottom: 14px;
}

.news .newsmain .newslist_box p {
    font-size: 12px;
    font-family: MicrosoftYaHei;
    font-weight: 400;
    color: rgba(153, 153, 153, 1);
    width: 90%;
    margin: 0 auto;
}

.news {
    background-size: 100% auto;
    padding-bottom: 20px;
}

.newsbtn {
    margin-top: 10px;
}

.news .newsmain {
    width: 100%;
}

.news .newsmain .newsl {
    width: 100%;
}

.news .newsmain .newsr {
    width: 100%;
    margin-left: 0;
}

.news .newsmain .newsr ul li .newscon {
    width: 70%;
    padding-left: 20px;
    height: 120px;
}

.news .newsmain .newsr ul li .newscon h6 {
    margin-top: 12px;
    font-size: .18rem;
    margin-right: 2%;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.news .newsmain .newsr ul li .newscon P {
    font-size: 12px;
    width: 94%;
    height: 55px;
    margin-top: 4px;
    color: #999;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
}

.about {
    padding-bottom: 10px;
}

.about .abomain {
    width: 100%;
}

.about .abomain .abotext {
    width: 92%;
    margin-left: 4%;
}

.about .abomain .abotext ul li .inlbox {
    margin-top: 20%;
    margin-left: 4px;
}

.about .abomain .abotext ul li span {
    font-size: .1em;
    margin-left: 4px;
}

.about .abomain .abotext .abobtn {
    margin-top: 20px;
}

.about .abomain .aboimg {
    width: 100%;
    height: 370px;
    margin-top: 10px;
}

/* 底部 */
.footer {
    width: 100%;
    height: auto;
    background-color: #f3f3f3;
}

.footer .con {
    width: 96%;
    margin: 0 auto;
}

.footer .Contact {
    padding-top: 8%;
    width: 96%;
    float: none;
    margin: 0 auto;
    text-align: center;
}

.footer .Contact li {
    display: inline-block;
    margin-right: 6%;
    vertical-align: top;
}

.footer .Contact li .foot_phone span {
    font-size: 30px;
    font-family: "Arial-BoldMT";
    font-weight: normal;
    color: rgba(102, 102, 102, 1);
    vertical-align: middle;
}

.footer .Contact li .foot_phone img {
    vertical-align: middle;
    padding-right: 5px;
}

.footer .Contact li .foot_kf {
    width: 150px;
    height: 45px;
    background: rgba(4, 95, 177, 1);
    border-radius: 2px;
    text-align: center;
    line-height: 45px;
    margin: 0 auto;
    margin-top: 23px;
    margin-bottom: 15px;
}

.footer .Contact li .foot_kf img {
    vertical-align: middle;
    padding-right: 5px;
}

.footer .Contact li .foot_kf a {
    color: #FFFFFF;
}

.footer .Contact li .cont_pp {
    margin-bottom: 16px;
}

.footer .Contact li p {
    color: #999;
    font-size: 14px;
    line-height: 26px;
}

.footer .Contact li .Contact_tt {
    color: #fff;
    font-size: 20px;
}

.footer .Contact li .Contact_pp {
    font-size: 16px;
    margin-bottom: 4%;
}

.footer .Contact li a {
    display: inline-block;
    padding-right: 20px;
}

.footer .WeChat {
    width: 96%;
    margin: 0 auto;
    text-align: center;
    float: none;
    clear: both;
}

.footer .WeChat img {
    max-width: 100%;
    vertical-align: middle;
    padding-right: 30px;
}

.footer .copy {
    font-size: .14rem;
    text-align: center;
    height: auto;
    line-height: 40px;
    border-top: 1px solid #e6e6e6;
    margin-top: 2%;
    background-color: #f3f3f3;
    width: 100%;
}

.footer .copy a {
    color: #929292;
    font-size: .14rem;
}

.footer .copy .coma {
    width: 96%;
    height: auto;
    margin: 0 auto;
    color: #929292;
}

.page {
    width: 96%;
    margin: 30px auto;
}

.page .fr a {
    width: 30px;
    height: 40px;
    line-height: 40px;
    display: inline-block;
    margin: 0 5px;
    background: #f0f0f0;
    text-align: center;
    margin-bottom: 10px;
}

/* 新闻*/
.dbbanner {
    height: 49px;
    overflow: hidden;
    position: relative;
    line-height: 49px;
    border-bottom: 1px solid #e4e4e4;
}

.dbbanner .dbbanner_txt {
    width: 90%;
    margin: 0 auto;
}

.pro .promain {
    width: 100%;
}

.pro .promain .pronav {
    margin-top: 10px;
}

.pro .promain .news ul li img {
    width: 92%;
}

.pro .promain .news ul li .newstext {
    width: 92%;
    margin-left: 4%;
}

.pro .promain .news ul li .newstext .datatime {
    top: 70%;
    right: 4%;
}

.pro .promain .newscon {
    width: 92%;
    margin-left: 4%;
}

.pro .promain .newscon .newscon {
    margin-left: 0;
}

.pro .promain .hgo {
    text-align: center;
    margin-bottom: 80px;
}

.pro .promain .hgo .next {
    margin-right: 4%;
    margin-top: 8px;
}

.dbpatient {
    padding-top: 0;
}

.dbpatient .patma {
    width: 100%;
}

.dbpatient .patma ul li {
    width: 92%;
    margin-left: 4%;
}

.dbpatient .patma ul a:nth-child(3n+1) li {
    margin-left: 4%;
}

.online .onlima {
    width: 100%;
}

.online .onlima .form {
    width: 92%;
    margin-left: 4%;
}

.online .onlima .mb {
    display: none;
}

.online .onlima .ontext {
    width: 92%;
    margin-left: 4%;
}

.online {
    margin-top: 20px;
}

.online .onlima .map {
    padding-bottom: 40px;
    width: 92%;
    margin-left: 4%;
}

.molist .mlimain {
    width: 100%;
}

.about .abomain .aboimg {
    margin-left: 0;
}

.news .newsmain .newsr ul li:hover {
    border: none;
}

.online .onlima .ontext p span {
    font-size: 12px;
    margin-left: 40px;
}

.product .probner .swiper-button-next1, .swiper-button-prev1 {
    width: 40px;
    height: 50px;
    background-color: #EAEAEA;
    margin-top: 80px;
}

.product .probner .swiper-button-next1 {
    right: 35px;
}

.product .probner .swiper-button-prev1 {
    left: 35px;
}

/*新闻详情*/
.new_xq {
    width: 96%;
    height: auto;
    padding-bottom: 40px;
    margin-bottom: 60px;
}

.new_xq .new_xq_con {
    width: 96%;
    margin: 0 auto;
}

.new_xq .new_xq_con .newDetails {
    overflow: hidden;
}

.new_xq .new_xq_con .newDetails p {
    margin: 30px 0 30px 0;
    font-size: 14px;
    font-family: "MicrosoftYaHei";
    font-weight: 400;
    color: rgba(102, 102, 102, 1);
    line-height: 30px;
    text-indent: 2em;
}

.new_xq .new_xq_con .newDetails .newDetails_title {
    border-bottom: 1px solid rgba(226, 226, 226, 1);
}

.new_xq .new_xq_con .newDetails .newDetails_title .da {
    font-size: 24px;
    font-weight: bold;
    text-align: center;
    margin-top: 34px;
    color: #333333;
    margin-bottom: 14px;
}

.new_xq .new_xq_con .newDetails .newDetails_title .xiao {
    text-align: center;
    margin-top: 0px;
    color: #999999;
}

.new_xq .new_xq_con .con_page {
    height: 40px;
    line-height: 40px;
    margin-top: 60px;
    border-top: 1px solid rgba(226, 226, 226, 1);
    font-family: MicrosoftYaHei;
}

.new_xq .new_xq_con .con_page a:hover {
    color: rgba(4, 95, 177, 1);
}

.new_xq .new_xq_con .con_page a {
    display: block;
    font-size: 14px;
    font-family: "MicrosoftYaHei";
    font-weight: 400;
    color: rgba(102, 102, 102, 1);
}

.newDetails img {
    max-width: 100%;
    text-align: center;
    margin: 0 auto;
}

.new_xq .new_xq_con .con_page .right {
    float: none;
}

.submenu {
    width: 100%;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: .3rem;
    margin-bottom: .5rem;
}

.submenu li {
    float: left;
    margin: 10px;
    position: relative;
    line-height: 40px;
    border-bottom: 3px solid transparent;
    transition: .5s;
}

.submenu li a {
    font-size: 18px;
    font-family: MicrosoftYaHei;
    font-weight: 400;
    color: rgba(136, 136, 136, 1);
}

.product_box {
    width: 96%;
    margin: 0 auto;
    overflow: hidden;
    padding: 20px;
}

.product_box li {
    display: inline-block;
    width: 96%;
    text-align: center;
    margin-right: 0%;
    margin-bottom: 20px;
    padding: 0px;
    padding-bottom: .3rem;
}

.product_box li:nth-of-type(4n) {
    margin-right: 0%;
}

.product_box li img {
    max-width: 100%;
}

.product_box li a {
    display: inline-block;
    opacity: 0;
    transition: .5s;
    margin-top: 73px;

}

/*产品详情*/
/*产品详情*/
.productdetail {
    padding: 40px 0 150px;
}

.productdetail .detail_top .fl {
    padding-bottom: .3rem;
    width: 96%;
}

.productdetail .detail_top .fl img {
    max-width: 100%;
}

.productdetail .detail_top .fr {
    width: 96%;
    margin: 0 auto;
    padding-bottom: .3rem;
}

.productdetail .detail_top .fr span.first {
    font-size: 36px;
    font-family: Alibaba-PuHuiTi-R;
    font-weight: normal;
    color: rgba(17, 17, 17, 1);
    line-height: 30px;
    display: block;
}

.productdetail .detail_top .fr span.second {
    display: block;
    font-size: 20px;
    font-family: Alibaba-PuHuiTi-R;
    font-weight: normal;
    color: rgba(102, 102, 102, 1);
    line-height: 30px;
    margin: 20px 0 40px;
}

.productdetail .detail_top .fr p {
    font-size: 14px;
    font-family: Alibaba-PuHuiTi-R;
    font-weight: normal;
    color: rgba(102, 102, 102, 1);
}

.productdetail .detail_top a {
    text-align: right;
    font-size: 14px;
    font-family: Alibaba-PuHuiTi-R;
    font-weight: normal;
    color: rgba(56, 178, 226, 1);
    display: inline-block;
    margin-top: 50px;

}

.productdetail .detail_top .fh {
    float: right;
}

.productdetail .detail_top .ljzx {
    display: inline-block;
    width: 130px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    background-color: #045fb1;
    color: #FFFFFF;
}

.productdetail .detail_top .ljzx img {
    vertical-align: middle;
    padding: 0 12px;
}

.productdetail .detailnav {
    height: 60px;
    width: 100%;
    line-height: 60px;
    background: rgba(247, 247, 250, 1);
}

.productdetail .detailnav li {
    float: left;
    font-size: .18rem;
    color: #666;
    margin-right: 25px;
    cursor: pointer;
    position: relative;
}

.productdetail .detailnav li i {
    display: none;
    width: 0;
    height: 0;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-bottom: 6px solid #045fb1;
    position: absolute;
    bottom: 0px;
    left: 45%;
    transform: .5s;
}

.productdetail .detailnav li.active {
    border-bottom: 3px solid #045fb1;
    color: #045fb1;
}

.productdetail .detailnav .active i {
    display: block;
}

.productdetail .detail_content .tab {
    padding-top: 60px;
}

.productdetail .detail_content .tab li {
    display: block;
    margin-bottom: 20px;
    width: 96%;
    background: url(../img/ico8.png) no-repeat left center;
    padding-left: 10px;
    box-sizing: border-box;
    line-height: 30px;
}

.productdetail .detail_content .tab li h3 {
    color: #045fb1;
    font-size: 20px;
    font-family: MicrosoftYaHei;
    margin-bottom: 20px;
}

.productdetail .detail_content .tabcontent .tab {
    display: none;
}

.productdetail .detail_content .tabcontent .tab:nth-of-type(1) {
    display: block;
}

/*联系我们*/
.contact {
    width: 100%;
    margin: .5rem auto;
}

.contact .contact_left {
    float: none;
    width: 90%;
    text-align: left;
    margin: 0 auto;
}

.contact .contact_left h1 {
    margin-top: 50px;
    height: 35px;
    font-size: .36rem;
    font-family: AlibabaSans-Medium;
    font-weight: 500;
    color: rgba(53, 53, 53, 1);
    line-height: 22px;
}

.contact .contact_left form {
    margin-top: 30px;
}

.contact .contact_left form li {
    height: 44px;
    width: 96%;
    line-height: 44px;
    border-bottom: 1px solid rgba(203, 203, 203, 1);
    margin-bottom: 30px;
}

.contact .contact_left form li input {
    outline: none;
    background-color: none;
    font-size: .16rem;
    font-family: MicrosoftYaHei;
    font-weight: 400;
    color: rgba(153, 153, 153, 1);
}

.contact .contact_left form button {
    display: block;
    width: 120px;
    height: 39px;
    margin: 0 auto;
    background: rgba(4, 95, 177, 1);
    font-size: 14px;
    font-family: MicrosoftYaHei;
    font-weight: 400;
    color: rgba(255, 255, 255, 1);
    cursor: pointer;
}

.contact .contact_rigth {
    width: 96%;
    float: none;
    position: relative;
    margin: 0 auto;
    margin-top: .3rem;

}
.contact .contact_rigth .swiper-container4{
width: 100%;
height: 460px;	
overflow: hidden;
position: absolute;


}
.contact .contact_rigth ul {
    width: 100%;
    position: absolute;
    top: 80px;
    background: rgba(51, 51, 51, 1);
    padding-top: 50px;
    padding-bottom: 60px;
}

.contact .contact_rigth ul li {
    margin-left: 10%;
    height: 26px;
    line-height: 26px;
    margin-bottom: 19px;
    font-size: .14rem;
    font-family: Alibaba-PuHuiTi-R;
    font-weight: normal;
    color: rgba(255, 255, 255, 1);
}

.contact .contact_rigth ul li img {
    vertical-align: middle;
    margin-right: 34px;
}

.contact .contact_rigth span {
    display: block;
    position: absolute;
    width: 33px;
    height: 33px;
    background: rgba(4, 95, 177, 1);
    top: 66px;
    left: -3%;
    z-index: 6666;
}

.contact .contact_rigth .bjhz {
    width: 128px;
    height: 458px;
    background: rgba(241, 241, 241, 1);
    float: right;
}

/*关于我们*/
.case, .about .culture, .about .des .wrap {
    padding: 20px 0;
}

.wrap {
    width: 96%;
    margin: 0 auto;
}

.case .left {
    display: none;
}

.case .right {
    width: 100%;
}

.case .right li {
    width: 100%;
    height: 120px;
}

.case .right li .text p {
    height: 72px;
    overflow: hidden
}

.case .right li a {
    display: flex;
    justify-content: space-between;
}

.case .right li .text {
    width: 56%;
    padding: 10px;
}

.case .right li .text span {
    font-size: 16px;
}

.case .right li .text p {
    font-size: 12px;
}

.case .right li img {
    width: 150px;
    height: 120px;
}

.commontitle span {
    font-size: 20px;
}

.commontitle {
    margin-bottom: 20px;
}

.about .des .photo img {
    width: 100%;
}

.about .culture li {
    width: 48%;
    margin: 0 auto 10px !important;
    height: auto;
}

.about .culture li:nth-of-type(1) {
    margin-right: 4% !important;
}

.about .culture li .layer span {
    font-size: 20px;
    margin: 10px 0;
}

.about .culture li .layer p {
    font-size: 12px;
    line-height: 20px;
}

.about .guihua {
    padding: 20px 0;
}

.about .culture li .layer {
    top: 20px;
}

.about .guihua li span {
    font-size: 20px;
}

.about .guihua li p {
    font-size: 12px;
    line-height: 20px;
    height: 60px;
    overflow: hidden
}

.join {
    width: 100%;
    margin: .4rem auto;
}

.join .join_box {
    width: 96%;
    margin: 0 auto;
    padding-bottom: 20px;
    border-bottom: 1px dashed #999999;
}

.join .join_box p {
    color: #666;
    font-size: .14rem;
    line-height: .24rem;
    margin-left: 6%;
}

.join .join_box p span {
    display: inline-block;
    width: 90px;
    line-height: 30px;
}

.join .join_box h3 {
    color: #333;
    font-size: .16rem;
    font-weight: 600;
}

.join .join_box h3 i {
    vertical-align: middle;
    display: inline-block;
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background-color: #666;
    margin-right: 16px;
}

.join .join_box h3 span {
    font-size: .14rem;
    font-weight: normal;
    display: inline-block;
    margin-left: .2rem;
}
.page{width: 96%;margin: 30px auto;}
.page #pagecount{
    width: 96%;
    margin-left: 2%;
}
.page .fr {
    width: 96%;
}
.page #pagecount span{display: inline-block;width: auto;
    padding: 0px 6px;
    height: 30px;
    border-radius: 3px;
    line-height: 30px;
    display: inline-block;
    margin: 0 5px;
    background: #f0f0f0;
    text-align: center;}
.page #pagecount span:hover{
    background: #045fb1;
    color: #fff;
    cursor: pointer;
}