* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

a {
    text-decoration: none;
    color: #333;
}

a:hover {
    text-decoration: none;
}

body {
    font-family: "微软雅黑";
}

ul {
    list-style: none;
}

li {
    list-style: none;
}

.clear {
    clear: both;
    overflow: hidden;
}

.mobile-inner-header {
    background-color: rgba(243, 243, 245, 0.7);
    width: 100%;
    height: 60px;
    display: none;
    line-height: 60px;
    text-align: center;
    color: #333;
    font-weight: bold;
    font-size: 22px;
}

.mobile-inner-header-icon {
    color: #333;
    height: 60px;
    font-size: 25px;
    text-align: center;
    float: right;
    width: 60px;
    position: relative;
    -webkit-transition: background 0.5s;
    -moz-transition: background 0.5s;
    -o-transition: background 0.5s;
    transition: background 0.5s;
    outline: none;
}

.mobile-inner-header-icon:hover {
    background-color: rgba(51, 51, 51, 0.2);
    cursor: pointer;
}

.mobile-inner-header-icon span {
    position: absolute;
    left: calc((100% - 25px) / 2);
    top: calc((100% - 1px) / 2);
    width: 25px;
    height: 1px;
    background-color: rgba(51, 51, 51, 1);
}

.mobile-inner-header img {
    height: 65%;
}

.mobile-inner-header-icon span:nth-child(1) {
    transform: translateY(4px) rotate(0deg);
}

.mobile-inner-header-icon span:nth-child(2) {
    transform: translateY(-4px) rotate(0deg);
}

.mobile-inner-header-icon-click span:nth-child(1) {
    animation-duration: 0.5s;
    animation-fill-mode: both;
    animation-name: clickfirst;
}

.mobile-inner-header-icon-click span:nth-child(2) {
    animation-duration: 0.5s;
    animation-fill-mode: both;
    animation-name: clicksecond;
}

@keyframes clickfirst {
    0% {
        transform: translateY(4px) rotate(0deg);
    }
    100% {
        transform: translateY(0) rotate(45deg);
    }
}

@keyframes clicksecond {
    0% {
        transform: translateY(-4px) rotate(0deg);
    }
    100% {
        transform: translateY(0) rotate(-45deg);
    }
}

.mobile-inner-header-icon-out span:nth-child(1) {
    animation-duration: 0.5s;
    animation-fill-mode: both;
    animation-name: outfirst;
}

.mobile-inner-header-icon-out span:nth-child(2) {
    animation-duration: 0.5s;
    animation-fill-mode: both;
    animation-name: outsecond;
}

@keyframes outfirst {
    0% {
        transform: translateY(0) rotate(-45deg);
    }
    100% {
        transform: translateY(-4px) rotate(0deg);
    }
}

@keyframes outsecond {
    0% {
        transform: translateY(0) rotate(45deg);
    }
    100% {
        transform: translateY(4px) rotate(0deg);
    }
}

.mobile-inner-nav {
    background-color: rgba(243, 243, 245, 0.9);
    width: 100%;
    position: absolute;
    top: 60px;
    left: 0px;
    padding-top: 30px;
    padding-bottom: 80px;
    display: none;
    z-index: 999;
}

.mobile-inner-nav a {
    display: inline-block;
    line-height: 50px;
    text-decoration: none;
    width: 80%;
    margin-left: 10%;
    color: #333;
    border-bottom: solid 1px rgba(51, 51, 51, 0.3);
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
    font-weight: 300;
}

.mobile-inner-nav a:hover {
    color: rgba(51, 51, 51, 0.4);
    border-bottom: solid 1px rgba(51, 51, 51, 0.2);
}

.banner img {
    width: 100%;
}

.banner.swiper-container-horizontal>.swiper-pagination-bullets {
    bottom: 65px;
}

.banner .swiper-pagination-bullet {
    width: 43px;
    height: 7px;
    background: #005490;
    border-radius: 4px;
}

.banner.swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 0 7px;
}

.head {
    width: 100%;
    background: #fff;
    height: 127px;
}

.heads {
    max-width: 1700px;
    margin: auto;
}

.logo {
    float: left;
    height: 127px;
    line-height: 127px;
    width: 34.7%;
}

.logo img {
    width: 100%;
}

.tel {
    float: right;
    height: 127px;
    line-height: 127px;
    font-size: 18px;
    color: #ff0000;
    font-weight: bold;
}

.tel img {
    margin-right: 5px;
}

.search {
    float: right;
    height: 127px;
    line-height: 127px;
    cursor: pointer;
    margin-right: 20px;
}

.search-box {
    width: 28%;
    position: fixed;
    right: 0;
    top: 127px;
    display: none;
    z-index: 9999;
    background: rgba(0, 84, 144, 0.7);
    padding: 18px 2%;
}

.search-box .close {
    float: right;
    width: 35px;
    height: 35px;
    background: url(../images/wel26.png) no-repeat center;
    background-size: 100%;
    margin-top: 2px;
    opacity: 1;
}

.search-box form {
    width: 76%;
    height: 40px;
    line-height: 40px;
    position: relative;
    border: 1px solid rgba(255, 255, 255, 1);
}

.search-box form .text {
    font-size: 12px;
    color: #fff;
    border: none;
    background: none;
    padding: 0 28px 0 18px;
    width: 100%;
    height: 40px;
    color: #fff;
    line-height: 40px;
    outline: none;
}

.search-box form .submit {
    width: 25px;
    height: 25px;
    position: absolute;
    top: 50%;
    right: 14px;
    margin-top: -15px;
    background: url(../images/searchd.png) no-repeat center;
    border: none;
}

.search-box form .text::-webkit-input-placeholder {
    color: #fff;
}

.search-box form .text:-moz-placeholder {
    color: #fff;
}

.search-box form .text::-moz-placeholder {
    color: #fff;
}

.search-box form .text:-ms-input-placeholder {
    color: #fff;
}

.nav {
    float: right;
    margin-right: 28px;
}

.nav ul {
    margin-bottom: 0;
}

.nav ul li {
    float: left;
    height: 127px;
    line-height: 127px;
    position: relative;
    padding: 0 22px;
}

.nav ul li a {
    display: block;
    font-size: 18px;
    color: #000;
}

.nav ul li .detailnav {
    position: absolute;
    top: 127px;
    left: 50%;
    transform: translateX(-50%);
    /* width: 100%; */
    z-index: 999;
    display: none;
}

.nav ul li .detailnav li {
    height: 41px;
    line-height: 40px;
    width: 100%;
    padding: 0 1em;
    text-align: center;
    background: #fff;
    border-top: 1px solid #ddd;
    white-space: nowrap;
}

.nav ul li .detailnav li a {
    font-size: 15px;
}

.nav ul li:hover .detailnav {
    display: block;
}

.product {
    width: 100%;
    overflow: hidden;
    background: #f7f7f7;
    padding-top: 20px;
    padding-bottom: 310px;
}

.title {
    text-align: center;
}

.maintitle {
    font-size: 36px;
    color: #000;
    font-weight: bold;
}

.titles {
    text-transform: uppercase;
    font-size: 24px;
    color: #8f8f8f;
}

.pnav {
    max-width: 1700px;
    margin: 45px auto 0;
    font-size: 0;
	text-align: center;
    display: flex;
    flex-wrap: wrap;
}

.pnav a {
    display: flex;
    width: calc(100% / 9);
    text-align: center;
    align-items: center;
    justify-content: center;
    background: #fff;
    border: 1px solid #dcdcdc;
    min-height: 173px;
    line-height: 1.5;
    font-size: 18px;
    color: #000;
    position: relative;
}

.pnav a.active {
    color: #fff;
    background: #005490;
    border: 1px solid #005490;
}

.pnav a.active::before {
    content: "";
    position: absolute;
    top: 173px;
    left: 0;
    width: 100%;
    height: 27px;
    background: url(../images/before.png) center no-repeat;
}

.prolists {
    overflow: hidden;
}

.prolists a {
    display: block;
    float: left;
    margin-top: 40px;
    width: 23.5%;
    margin-right: 2%;
}

.prolists a:nth-child(4n) {
    margin-right: 0;
}

.prolists a img {
    width: 100%;
    border: 4px solid #fff;
}

.prolists a p {
    margin-top: 9px;
    width: 100%;
    text-align: center;
    background: #fff;
    font-size: 20px;
    color: #000;
    line-height: 67px;
}

.prolists {
    display: none;
}

.promore {
    text-align: center;
    margin-top: 50px;
}

.promore a {
    display: inline-block;
    width: 195px;
    height: 53px;
    line-height: 53px;
    background: #005490;
    border-radius: 30px;
    color: #fff;
    font-size: 20px;
}

.about {
    width: 100%;
    position: relative;
    margin-top: -250px;
}

.abouts {
    max-width: 1700px;
    margin: auto;
    overflow: hidden;
    background: #fff;
    padding: 40px 35px;
    border-radius: 20px;
    box-shadow: 0 0 10px #ddd;
}

.ab {
    width: 100%;
    overflow: hidden;
    margin-top: 40px;
}

.left_ab {
    float: left;
    width: 48.1%;
    text-indent: 2em;
    font-size: 16px;
    color: #000;
    line-height: 2.75;
}

.right_ab {
    float: right;
    width: 49.8%;
}

.right_ab img {
    width: 100%;
}

.shuju {
    width: 100%;
    overflow: hidden;
    margin-top: 30px;
}

.sj {
    width: 25%;
    float: left;
    text-align: center;
}

.sj_top {
    font-size: 24px;
    color: #000;
}

.sj_bot {
    font-size: 32px;
    color: #000;
}

.sj_bot span {
    font-size: 72px;
    font-weight: bold;
}

.abmore {
    text-align: center;
    margin-top: 45px;
}

.abmore a {
    display: inline-block;
    width: 195px;
    height: 53px;
    line-height: 53px;
    background: #005490;
    border-radius: 30px;
    color: #fff;
    font-size: 20px;
}

.honor {
    width: 100%;
    overflow: hidden;
    margin-top: 65px;
    background: url(../images/honbg.png) top center no-repeat;
    padding-top: 40px;
}

.honors {
    max-width: 1700px;
    margin: 35px auto 0;
}

.honor .maintitle,
.honor .titles {
    color: #fff;
}

#certify {
    position: relative;
    width: 100%;
    margin: 0 auto
}

#certify .swiper-container {
    margin: auto;
}

#certify .swiper-slide {
    width: 557px;
}

#certify .swiper-slide img {
    display: block;
    margin: auto;
    width: 100%;
}

.workshop {
    width: 100%;
    overflow: hidden;
    margin-top: 65px;
}

.workshops {
    max-width: 1700px;
    margin: 25px auto 0;
}

.left_workshop {
    float: left;
    width: 49.1%;
}

.left_workshop a {
    display: block;
    float: left;
    width: 49%;
    margin-right: 2%;
    margin-bottom: 20px;
}

.left_workshop a:nth-child(2n) {
    margin-right: 0;
}

.left_workshop a img {
    width: 100%;
}

.right_workshop {
    float: right;
    width: 49.9%;
}

.right_workshop img {
    width: 100%;
}

.midcontact {
    width: 100%;
    margin-top: 40px;
    height: 472px;
    background: url(../images/image_24.jpg) center no-repeat;
    padding-top: 95px;
    text-align: center;
}

.midcontact_title {
    font-size: 50px;
    color: #fff;
    font-weight: bold;
}

.midcontact_titles {
    font-size: 36px;
    color: #fff;
    margin-top: 40px;
}

.midcontact_link {
    text-align: center;
    margin-top: 50px;
}

.midcontact_link a {
    display: inline-block;
    width: 195px;
    height: 53px;
    line-height: 53px;
    background: #005490;
    border-radius: 30px;
    color: #fff;
    font-size: 20px;
}

.new {
    width: 100%;
    overflow: hidden;
    background: #f8f8f8;
    padding-top: 40px;
    padding-bottom: 60px;
}

.news {
    max-width: 1700px;
    margin: 50px auto 0;
    overflow: hidden;
}

.newmore {
    text-align: center;
    margin-top: 60px;
}

.newmore a {
    display: inline-block;
    width: 195px;
    height: 53px;
    line-height: 53px;
    background: #005490;
    border-radius: 30px;
    color: #fff;
    font-size: 20px;
}

.nw {
    float: left;
    width: 32%;
    margin-right: 2%;
    background: #fff;
    padding: 4px;
}

.nw:nth-child(3n) {
    margin-right: 0;
}

.newpic img {
    width: 100%;
}

.newcontainer {
    padding: 10px;
}

.newtitle {
    font-size: 21.7px;
    color: #000;
}

.newcon {
    font-size: 15.2px;
    color: #6e6e6e;
    line-height: 2.6;
    padding-bottom: 11px;
    border-bottom: 1px solid #dcdcdc;
    margin-top: 5px;
}

.newbot {
    width: 100%;
    overflow: hidden;
    margin-top: 15px;
}

.newdate {
    float: left;
    font-size: 15.2px;
    color: #6e6e6e;
}

.newarrow {
    float: right;
}

.foot {
    width: 100%;
    overflow: hidden;
    /* height: 439px; */
    background: url(../images/fbg.png) center center;
}

.foots {
    max-width: 1700px;
    margin: auto;
    /* height: 351px; */
    padding-top: 65px;
}

.copy {
    width: 100%;
    text-align: center;
    height: 88px;
    line-height: 87px;
    border-top: 1px solid rgba(255, 255, 255, 0.3);
    font-size: 16px;
    color: #fff;
}

.copy a {
    font-size: 16px;
    color: #fff;
    margin-left: 6px;
}

.flogo {
    float: left;
    width: 27.8%;
}

.flogo img {
    width: 100%;
}

.fnav {
    float: left;
    margin-top: 15px;
    width: 22.3%;
    margin-left: 10%;
}

.ftitle {
    font-size: 18px;
    color: #fff;
    font-weight: bold;
    border-bottom: 1px solid rgba(255, 255, 255, 0.3);
    padding-bottom: 16px;
}

.flist a {
    display: block;
    width: 60%;
    float: left;
    font-size: 14px;
    color: #fff;
    margin-top: 25px;
}

.flist a:nth-child(2n) {
    width: 40%;
}

.fcontact {
    float: right;
    width: 28.8%;
    margin-top: 15px;
}

.right_fcon {
    float: right;
    margin-top: 25px;
}

.right_fcon img {
    width: 145px;
}

.left_fcon {
    float: left;
}

.left_fcon p {
    margin-top: 25px;
    font-size: 14px;
    color: #fff;
}

.insidebanner img {
    width: 100%;
}

.inhonor {
    width: 100%;
    overflow: hidden;
    margin: 20px 0;
}

.inhonors {
    max-width: 1700px;
    margin: 20px auto 0;
}

.inhonors a {
    display: block;
    margin-bottom: 30px;
    float: left;
    width: 19.1%;
    margin-right: 1.125%;
}

.inhonors a:nth-child(5n) {
    margin-right: 0;
}

.inhonors a img {
    width: 100%;
}

.inworkshop {
    width: 100%;
    overflow: hidden;
    margin: 20px 0;
}

.inworkshops {
    max-width: 1700px;
    margin: 20px auto 0;
}

.inworkshops a {
    display: block;
    float: left;
    width: 24%;
    margin-right: calc(4% / 3);
    text-align: center;
    margin-bottom: 30px;
}

.inworkshops a:nth-child(4n) {
    margin-right: 0;
}

.inworkshops a img {
    width: 100%;
}

.inworkshops a p {
    font-size: 24px;
    color: #000;
    margin-top: 15px;
}

.inproduct {
    width: 100%;
    overflow: hidden;
    margin: 20px 0 40px;
}

.inproducts {
    max-width: 1700px;
    margin: 20px auto 0;
}

.inpronav {
    font-size: 0;
	text-align: center;
    display: flex;
    flex-wrap: wrap;
}

.inpronav a {
    display: flex;
    align-items: center;
    text-align: center;
    justify-content: center;
    width: calc(100% / 9);
    text-align: center;
    background: #fff;
    border: 1px solid #dcdcdc;
    min-height: 80px;
    line-height: 1.5;
    font-size: 18px;
    color: #000;
    position: relative;
}

.inpronav a:hover {
    color: #fff;
    background: #005490;
    border: 1px solid #005490;
}

.inpronav a:hover::before {
    content: "";
    position: absolute;
    top: 80px;
    left: 0;
    width: 100%;
    height: 27px;
    background: url(../images/before.png) center no-repeat;
}

.inprolist a {
    display: block;
    margin-top: 40px;
    width: 23.5%;
    margin-right: 2%;
    float: left;
}

.inprolist a:nth-child(4n) {
    margin-right: 0;
}

.inprolist a img {
    width: 100%;
}

.inprolist a p {
    margin-top: 12px;
    border: 1px solid #dbd8da;
    font-size: 17px;
    color: #000;
    line-height: 57px;
    text-align: center;
}

.proshow {
    width: 100%;
    overflow: hidden;
    margin: 20px 0 40px;
}

.proshows {
    max-width: 1700px;
    margin: 20px auto 0;
}

.proshow_container {
    width: 100%;
    overflow: hidden;
    margin-top: 40px;
}

.proshow_container_fl {
    float: left;
    width: 53.6%;
    background: #f1f3f2;
}

.proshow_container_fl img {
    width: 100%;
}

.proshow_container_fr {
    float: right;
    width: 46%;
    background: #f2f2f2;
    padding: 63px;
}

.proshow_title {
    font-size: 27px;
    color: #000;
    font-weight: bold;
}

.proshow_specialtitle {
    font-size: 18px;
    color: #000;
    margin-top: 55px;
}

.proshow_specialitem {
    width: 100%;
    overflow: hidden;
    margin-top: 20px;
}

.proshow_specialitem span {
    display: block;
    float: left;
    background: #fff;
    border-radius: 100%;
    width: 93px;
    height: 93px;
    line-height: 91px;
    border: 1px solid #00479d;
    text-align: center;
    font-size: 14px;
    color: #000;
    font-weight: 300;
    margin-right: 48px;
    text-transform: capitalize;
}

.proshow_specialitem span:last-child {
    margin-right: 0;
}

.proshow_view {
    margin-top: 85px;
    font-size: 14px;
    color: #000;
}

.proshow_contact {
    width: 100%;
    overflow: hidden;
    margin-top: 20px;
}

.proshow_contactpic {
    float: left;
}

.proshow_contactpic img {
    width: 200px;
}

.proshow_contacts {
    float: left;
    margin-left: 45px;
}

.proshow_contacts_title {
    font-size: 20px;
    color: #000;
    margin-top: 5px;
}

.proshow_contacts_num {
    font-size: 36px;
    color: #f85d00;
    font-weight: bold;
    margin-top: 10px;
}

.proshow_contacts_more {
    margin-top: 35px;
}

.proshow_contacts_more a {
    display: block;
    width: 190px;
    height: 47px;
    line-height: 47px;
    border-radius: 30px;
    background: #f85d00;
    font-size: 20px;
    color: #fff;
    text-align: center;
}

.inabout {
    width: 100%;
    margin-top: -90px;
    position: relative;
}

.partner {
    width: 100%;
    overflow: hidden;
    background: #f5f5f7;
    margin-top: 60px;
    padding-top: 55px;
    padding-bottom: 90px;
}

.partners {
    max-width: 1700px;
    margin: 25px auto 0;
}

.partners img {
    float: left;
    margin-top: 35px;
    border-radius: 10px;
    width: 23.5%;
    margin-right: 2%;
}

.partners img:nth-child(4n) {
    margin-right: 0;
}

.culture {
    width: 100%;
    overflow: hidden;
    margin: 35px 0;
}

.cultures {
    max-width: 1700px;
    margin: 50px auto 0;
}

.cul {
    float: left;
    width: 49.5%;
    margin-right: 1%;
    position: relative;
}

.cul:last-child {
    margin-right: 0;
}

.cul img {
    width: 100%;
}

.cultitle {
    font-size: 24px;
    color: #000;
    position: absolute;
}

.cul:first-child .cultitle {
    top: 60px;
    left: 55px;
}

.cul:last-child .cultitle {
    top: 60px;
    right: 55px;
}

.innew {
    width: 100%;
    overflow: hidden;
    margin: 30px 0;
}

.innews {
    max-width: 1700px;
    margin: auto;
}

.innewlists {
    width: 100%;
    background: #fff;
    border: 1px solid #e9e9e9;
    padding: 20px;
    -webkit-box-shadow: #e9e9e9 0px 0px 10px;
    -moz-box-shadow: #e9e9e9 0px 0px 10px;
    box-shadow: #e9e9e9 0px 0px 10px;
    margin-top: 30px;
    overflow: hidden;
}

.innewpic {
    float: left;
    width: 24.5%;
}

.innewpic img {
    width: 100%;
}

.innewintro {
    float: right;
    width: 71%;
}

.innewtitle {
    font-size: 20.5px;
    color: #000000;
    font-weight: bold;
    margin-top: 15px;
}

.innewdate {
    font-size: 14.4px;
    color: #b1b1b1;
    margin-top: 8px;
}

.innewcon {
    font-size: 16.8px;
    color: #333333;
    margin-top: 15px;
    line-height: 28px;
}

.innewmore {
    margin-top: 50px;
    width: 115px;
    height: 36px;
    line-height: 34px;
    border-radius: 10px;
    border: 1px solid #dcdcdc;
    text-align: center;
    font-size: 14.4px;
    color: #3f3f3f;
}

.news_title {
    margin: 5px 0;
    padding: 0;
    text-align: center;
    font-size: 16px;
}

.news_info {
    text-align: center;
    color: #999;
    border: 1px solid #e1e1e1;
    border-left: 0;
    border-right: 0;
    margin: 10px 0;
    padding: 5px 0;
}

#art_content {
    word-break: break-all;
    font-size: 13px;
    padding: 0 0 10px 0;
}

#art_content img {
    max-width: 920px;
}

.newshow {
    width: 100%;
    overflow: hidden;
}

.newshows {
    max-width: 1700px;
    margin: 30px auto 40px;
}

.g-gywm {
    max-width: 1700px;
    margin: 30px auto;
    overflow: hidden;
}

.wm-l {
    width: 40%;
    float: left;
    color: #fff;
    height: 460px;
    overflow: hidden;
    background: #015083;
    padding: 60px 0 0 40px;
}

.wm-l h4 {
    font: 20px "Microsoft YaHei";
    line-height: 60px;
    padding-bottom: 30px;
    margin: 0;
}

.wm-l li {
    font: 16px "Microsoft YaHei";
    color: #fff;
    line-height: 40px;
}

.wm-l li b {
    font-weight: bold;
    font-size: 20px;
    color: #fff;
}

.wm-r {
    float: left;
    width: 60%;
}

.listcontacts {
    width: 100%;
    background: #f1f1f1;
    overflow: hidden;
}

.listcontacts>div {
    max-width: 1700px;
    margin: 5rem auto;
    overflow: hidden;
}

.listcontacts>div>span {
    font-size: 28px;
    color: #6a6a6a;
}

.listcontacts>div>span>i {
    font-style: normal;
    font-size: 19px;
    color: #8d8c8c;
    font-family: Arial Regular;
    text-transform: uppercase;
    margin-left: 5px;
}

.listcontactsTitle {
    overflow: hidden;
    margin-top: 3rem;
}

.listcontactsTitle input {
    height: 58px;
    display: block;
    float: left;
    padding-left: 47px;
    box-sizing: border-box;
    width: 48%;
    font-size: 16px;
    margin-bottom: 2rem;
    border: 1px solid #ccc;
    outline: none;
}

.listcontactsTitle input:nth-child(1) {
    background: url(../image/122.png)left 0 no-repeat #fff;
    background-position: 11px;
}

.listcontactsTitle input:nth-child(2) {
    float: right;
    background: url(../image/123.png)left 0 no-repeat #fff;
    background-position: 17px;
}

.listcontactsTitle input:nth-child(3) {
    background: url(../image/124.png)left 0 no-repeat #fff;
    background-position: 8px;
}

.listcontactsTitle input:nth-child(4) {
    float: right;
    background: url(../image/125.png)left 0 no-repeat #fff;
    background-position: 12px;
}

.listcontactsTextarea {
    width: 100%;
    border: 1px solid #ccc;
    background: url(../image/126.png)left 0 no-repeat #fff;
    background-position: 12px 16px;
    padding-left: 47px;
    font-size: 16px;
    padding-top: 18px;
    height: 174px;
    outline: none;
}

.listcontactsubmit {
    text-align: center;
    margin-top: 3rem;
}

.listcontactsubmit input {
    background: #015083;
    color: #fff;
    border: 0;
    width: 260px;
    height: 50px;
    font-size: 16px;
    margin: 0 5px;
}

.listcontactsubmit input:nth-child(2) {
    background: #484848;
}