.swiper-container {
    width: 100%;
}

.swiper-container .swiper-slide {
    height: 480px;;
    background-position: center center;
}

.swiper-img {
    height: 480px;
}

.swiper-img div {
    height: 480px;
}

.pagination {
    position: absolute;
    width: 400px;
    text-align: center;
    z-index: 20;
    left: 50%;
    margin-left: -200px;
    bottom: 10px;
    z-index: 9;
}

.swiper-pagination-switch {
    display: inline-block;
    width: 21px;
    height: 6px;
    margin: 0 2px;
    background: url(../images/v2/icons_v2.png);
    background-position: 0 -22px;
}


/* .swiper-visible-switch {
  background: #aaa;
} */

.swiper-active-switch {
    background-position: 0 -16px;
}

.index-title {
    text-align: center;
}

@media (max-width: 840px) {
    .swiper-container .swiper-slide {
        height: 230px;
        background-image: url('../images/mobile-banner.png') !important;
        background-size: 100% 100%;
        background-position: center center;
    }
    
    .swiper-img {
        height: 280px;
    }
    
    .swiper-img div {
        height: 280px;
    }
}

/* .index-title i {
    display: inline-block;
    height: 4px;
    width: 36px;
    background: url(../images/icons.png);
    background-position: -172px 0;
} */

.index-title h3 {
    /* margin-top: 10px; */
    font-size: 32px;
    font-weight: bold;
    line-height: 34px;
    color: #191a24;
}

.index-title h4 {
    margin-top: 10px;
    color: #ffffff;
    font-size: 16px;
}

@media (max-width: 840px) {
    .index-title h3 {
        font-size: 16px;
        line-height: 17px;
    }

    .index-title h4 {
        margin-top: 5px;
        color: #ffffff;
        font-size: 12px;
    }
}


.introduce-box  {
    padding: 80px 0;
}
.introduce-box .small-tl{
    margin-top: 28px;
    font-size: 16px;
	color: #676e80;
    text-align: center;
}

.introduce-box .tips {
    margin-top: 30px;
    font-size: 14px;
	color: #a2aab9;
    text-align: center;
}
.introduce-box .tips span{
    margin: 0 78px;
}
.introduce-content {
    margin-top: 57px;
}
.introduce-content .introduce-item {
    display: inline-block;
    width: 508px;
	height: 224px;
    padding: 0 25px 0 52px;
	background-color: #f7f8fa;
	border-radius: 8px;
	border: solid 1px #eaeef4;
}
.introduce-content .introduce-item:hover {
    background: url(../images/back-active.png);
    background-size: 100% 100%;
    box-shadow: 0px 8px 16px 0px 
		rgba(20, 24, 33, 0.1);
}
.introduce-content .introduce-item.second {
    margin-left: 20px;
}
.introduce-item .name {
    margin-top: 52px;
    font-size: 24px;
	font-weight: bold;
	color: #141821;
}
.introduce-content .introduce-item:hover .name {
    color: #db0e0e;
}
.introduce-item .dec {
    margin-top: 20px;
    font-size: 16px;
	color: #141821;
}
.introduce-item .keywords {
    display: inline-block;
    margin-top: 8px;
    font-size: 14px;
	color: #a2aab9;
}
.introduce-left {
    width: 334px;
    float: left;
}
.introduce-img {
    width: 168px;
    height: 168px;
    margin-top: 44px;
    margin-left: 340px;
    background: url(../images/icon_qdfw.png) no-repeat;
    background-size: 100% 100%;
}
.introduce-img.after {
    background: url(../images/icon_hdfw.png) no-repeat;
    background-size: 100% 100%;
}

@media (max-width: 1200px) {
    .introduce-box  {
        padding: 36px 0;
    }
    .introduce-box .small-tl {
        padding: 0 15px;
        margin-top: 14px;
        font-size: 12px;
    }
    .introduce-box .tips {
        padding: 0 15px;
        margin-top: 14px;
        font-size: 12px;
        text-align: left;
    }
    .introduce-box .tips span {
        display: block;
        margin: 0 0;
    }
    .introduce-content {
        margin-top: 22px;
    }
    .introduce-content .introduce-item {
        display: block;
        width: 100%;
        padding: 0 12px 16px 12px;
        border-radius: 8px;
        height: auto;
        box-sizing: border-box;
    }
    .introduce-item .name {
        margin-top: 15px;
        font-size: 15px;
    }
    .introduce-item .dec {
        margin-top: 10px;
        font-size: 12px;
    }
    .introduce-item .keywords {
        display: inline-block;
        margin-top: 4px;
        font-size: 12px;
    }
    .introduce-left {
        width: 100%;
        float: initial;
    }
    .introduce-img {
        width: 100px;
        height: 100px;
        margin-top: 14px;
        margin-left: 0;
    }
    .introduce-content .introduce-item.second {
        margin-top: 12px;
        margin-left: 0;
    }
}




.functions-box {
    height: 694px;
    padding-top: 86px;
    background: url(../images/functions-back.png) no-repeat 100% 100%;
}
.functions-box .index-title h3{
    color: #ffffff;
}
.tab-list li{
    position:relative;
    width: 20%;
    float: left;
    font-size: 16px;
	color: #a2aab9;
    text-align: center;
}

.tab-list .icon {
    width: 56px;
    height: 56px;
    margin: 0 auto;
    background-image: url(../images/function-icon1.png);
    background-size: 100% 100%;
}
.tab-list .active .icon {
    background-image: url(../images/function-icon1-active.png);
}

.tab-list .icon.dhy-icon {
    background-image: url(../images/function-icon2.png) ;
}

.tab-list .active .icon.dhy-icon {
    background-image: url(../images/function-icon2-active.png) ;
}

.tab-list .icon.dhm-icon {
    background-image: url(../images/function-icon3.png) ;
}

.tab-list .active .icon.dhm-icon {
    background-image: url(../images/function-icon3-active.png) ;
}

.tab-list .icon.zs-icon {
    background-image: url(../images/function-icon4.png);
}

.tab-list .active .icon.zs-icon {
    background-image: url(../images/function-icon4-active.png) ;
}

.tab-list .icon.cp-icon {
    background-image: url(../images/function-icon5.png) ;
}

.tab-list .active .icon.cp-icon {
    background-image: url(../images/function-icon5-active.png) ;
}

.tab-list {
    height: 120px;
    margin-top: 64px;
    border-bottom: solid 1px #e2e8f2;
}
.tab-list li{
    cursor: pointer;
}
.tab-list li span {
    display: inline-block;
    padding: 0 14px;
	height: 32px;
    margin-top: 14px;
	border-radius: 16px;
    font-size: 16px;
	font-weight: bold;
    line-height: 32px;
}
.tab-list li i {
    position: absolute;
    left: 50%;
    bottom: -21px;
    margin-left: -20px;
    z-index: 9;
    display: none;
    width: 40px;
	height: 6px;
	background-color: #db0e0e;
	border-radius: 3px;
}
.tab-list li.active i{
    display: block;
}
.tab-list li.active span {
    background-color: #ffffff;
    color: #db0e0e;
}

.tab-content {
    display: none;
    position: relative;
    width: 960px;
	height: 320px;
    margin: 64px auto 0 auto;
	background-color: rgba(255,255,255, 0.7);
	box-shadow: 0px 6px 24px 0px 
		rgba(89, 97, 120, 0.2);
	border-radius: 8px;
	border: solid 3px #ffffff;
}
.functions-left {
    width: 582px;  
    padding: 82px 0 0 72px;
}
.functions-left h5 {
    font-size: 18px;
	font-weight: bold;
	color: #141821;
}
.functions-dec-list {
    margin-top: 20px;
    font-size: 14px;
	font-weight: normal;
	letter-spacing: 1px;
	color: #676e80;
}
.functions-dec-list li {
    margin: 5px 0;
}
.functions-dec-list span{
    font-weight: bold;
}
.tab-content .right-img {
    position: absolute;
    right: 126px;
    top: 38px;
    width: 128px;
    height: 250px;
    z-index: 9;
    background: url(../images/iPhone_dhy.png);
    background-size: 100% 100%;
}

.functions-content2 .right-img{
    width: 251px;
    height: 237px;
    right: 38px;
    top: 54px;
    background: url(../images/icon_dhymtt.png);
    background-size: 100% 100%;
    
}
.functions-content3 .right-img{
    width: 525px;
    height: 284px;
    right: 28px;
    top: 22px;
    background: url(../images/icon_gjcgw.png);
    background-size: 100% 100%;
    
}

.functions-content3 .functions-left {
    width: 333px;  
}
.functions-content4 .right-img{
    width: 160px;
    height: 226px;
    right: 102px;
    top: 50px;
    background: url(../images/dhzs.jpg);
    background-size: 100% 100%;
    
}
.functions-content4 .functions-left {
    padding-top: 40px;
}

.functions-content4 .bottom-img {
    width: 495px;
    height: 120px;
    margin-top: 12px;
    background: url(../images/cerd_qyg.png);
    background-size: 100% 100%;
}

.functions-content5 .right-img{
    width: 428px;
    height: 250px;
    right: 36px;
    top: 33px;
    background: url(../images/pcshow.png);
    background-size: 100% 100%;
    
}

.functions-content5 .functions-left {
    width: 420px;  
}
.functions-content5 .tips {
    margin-top: 20px;  
    color: #191a24;
}
.functions-content5 .functions-dec-list {
    margin-top: 0;
}

@media (max-width: 1200px) {
    .functions-box {
        height: auto;
        padding-top: 36px;
        padding-bottom: 36px;
        background: url(../images/functions-back.png) no-repeat 100% 100%;
    }
    .functions-box .index-title h3{
        color: #ffffff;
    }
    .tab-list {
        height: 60px;
        margin-top: 32px;
        border-bottom: solid 1px #e2e8f2;
    }
    .tab-list li{
        position:relative;
        width: 20%;
        float: left;
        font-size: 12px;
        color: #a2aab9;
        text-align: center;
    }
    .tab-list .icon {
        width: 28px;
        height: 28px;
        background-size: 100% 100%;
    }
    .tab-list li span {
        padding: 0 7px;
        height: 16px;
        margin-top: 7px;
        border-radius: 8px;
        font-size: 10px;
        line-height: 16px;
    }
    .tab-list li i {
        bottom: -11px;
        margin-left: -13px;
        width: 26px;
        height: 3px;
        border-radius: 3px;
    }
    .tab-content {
        width: 100%;
        height: auto;
        margin: 27px 0 0 0;
        box-shadow: none;
        border-radius: 3px;
        border: solid 1px #ffffff;
        padding-bottom: 30px;
    }
    .functions-left,
    .functions-content5 .functions-left,
    .functions-content4 .functions-left,
    .functions-content3 .functions-left {
        width: 100%;
        padding: 15px;
        box-sizing: border-box;
    }
    .functions-dec-list {
        margin-top: 8px;
        font-size: 12px;
        letter-spacing: 0px;
    }
    .tab-content .right-img {
        position: initial;
        margin: 0 auto;
    }
    .functions-content3 .right-img {
        width: 263px;
        height: 142px;
    }
    .functions-content4 .bottom-img {
        width: 100%;
    }
    .functions-content5 .right-img {
        width: 257px;
        height: 150px;
    }
    
}







.example-box {
    position: relative;
    padding-top: 80px;
    /* height: 310px; */
}

.example-list {
    width: 1220px;
    margin-left: -10px;
    margin-top: 48px;
    /* box-shadow: 0px 0px 28px 0px rgba(7, 28, 59, 0.1); */
}
@media (max-width: 1200px) {
    .example-list {
        width: 100%;
    }   
}
.example-item {
    float: left;
    width: 218px;
    height: 70px;
    margin: 12px;
    background-color: #f4f8ff;
    text-align: center;
    line-height: 112px;
    border-radius: 4px;
	border: solid 1px #eaeef4;
}

.example-item a {
    display: block;
    width: 100%;
    height: 100%;
}


.example-item img {
    display: block;
    width: 100%;
    height: 100%;
}

.example-item:hover {
    box-shadow: 0px 0px 28px 0px rgba(7, 28, 59, 0.1);
}


@media (max-width: 1200px) {
    .example-item {
        width: 23%;
        height: 64px;
        margin: 1%;
        border: none;
        padding: 0;
    }
}
@media (max-width: 840px) {
    .example-box {
        padding-top: 36px;
        height: auto
    }
    .example-list {
        width: 100%;
        margin-left: 0;
        margin-top: 20px;
        /* box-shadow: 0px 0px 28px 0px rgba(7, 28, 59, 0.1); */
    }
    .example-item {
        width: 23%;
        height: 32px;
        margin: 1%;
        border: none;
        padding: 0;
        line-height: 32px;
        border-radius: 0;
        border: none;
        background: none;
        box-sizing: border-box;
    }
    .example-list .example-item:nth-child(2n) {
        /* padding-left: 6px; */
        /* padding-right: 0; */
    }
    .example-item a {
        display: block;
        width: 100%;
        height: 100%;
        border-radius: 2px;
        background-color: #f4f8ff;
        border: solid 1px #eaeef4;
    }
    .example-item:hover {
        box-shadow: none;
    }
}





.article-box {
    padding-top: 80px;
    padding-bottom: 80px;
    /* background: url(../images/v2/bg_05.png) no-repeat 100% 100%; */
}

.article-list {
    width: 1224px;
    margin-left: -12px;
    margin-top: 64px;
}

@media (max-width: 1200px) {
    .article-list {
        width: 100%;
    }   
}

.article-item {
    float: left;
    width: 540px;
    padding: 24px;
    height: 152px;
    background-color: #f7f8fa;
    margin: 0 12px 24px 12px;
}
.article-item:hover{
    background-color: #ffffff;
    box-shadow: 0px 0px 28px 0px 
		rgba(7, 28, 59, 0.1);
}

.article-img {
    float: left;
    width: 152px;
    height: 152px;
    background-color: #ffffff;
	border-radius: 8px;
	border: solid 1px #e2e8f2;
    text-align: center;
    line-height: 152px;
}

.article-info {
    margin-left: 176px;
}

.article-img img {
    max-width: 100%;
    max-height: 100%;
    vertical-align: middle;
}

.article-info h3 {
    margin-top: 6px;
    font-size: 18px;
	font-weight: bold;
	line-height: 22px;
	color: #191a24;
}

.article-item:hover h3{
    color: #db0e0e;
    opacity: 1;
}

.article-info p {
    font-size: 14px;
    color: #8590a6;
}

.article-info .time {
    text-align: right;
    margin-top: 14px;
    line-height: 18px;
}

.article-info .dec {
    margin-top: 18px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 24px;
	letter-spacing: 0px;
	color: #676e80;
}

.article-box .more-btn {
    display: block;
    margin: 30px auto 0 auto;
    width: 112px;
	height: 40px;
	border-radius: 4px;
	border: solid 1px #ff2741;
    font-size: 14px;
    line-height: 40px;
    color: #ff2741;
    text-align: center;
}

@media (max-width: 1200px) {
    .article-box {
        padding-top: 36px;
        padding-bottom: 36px;
    }
    .article-list {
        width: 100%;
        margin-left: 0;
        margin-top: 20px;
    }
    .article-item {
        width: 100%;
        padding: 15px;
        box-sizing: border-box;
        margin: 0;
        height: auto;
        margin-bottom: 12px;
    }
    .article-img {
        width: 80px;
        height: 80px;
        border-radius: 4px;
        line-height: 80px;
    }
    .article-info {
        margin-left: 96px;
    }
    .article-info h3 {
        margin-top: 0px;
        font-size: 14px;
        line-height: 16px;
    }
    .article-info .dec {
        margin-top: 7px;
        line-height: 18px;
        letter-spacing: 0px;
        font-size: 12px;
    }
    .article-info .time {
        text-align: left;
        margin-top: 2px;
        line-height: 18px;
        font-size: 12px;
    }
    .article-box .more-btn {
        margin: 15px auto 0 auto;
        width: 76px;
        height: 30px;
        border-radius: 2px;
        border: solid 1px #ff2741;
        font-size: 12px;
        line-height: 30px;
    }
}




.growup-box {
    margin-top: 36px;
}
.growup-list{
    margin-top: 50px;
    width: 1224px;
    margin-left: -12px;
}
.growup-item {
    width: 382px;
    float: left;
    margin: 12px;
    background-color: #f7f8fa;
    height: 377px;
	border-radius: 4px;
	border: solid 1px #eaeef4;
}
.growup-item-content {
    padding: 17px 32px 10px 32px;
}
.growup-item .info-top {
    line-height: 30px;
    position: relative;
}
.growup-item .info-top h4 {
    font-size: 20px;
	font-weight: bold;
	color: #191a24;
}
.growup-item .small-tl { 
    position: relative;
}
.growup-item .small-tl span {
    display: block;
    position: absolute;
    left: 0;
    top: 9px;
    z-index: 0;
    width: 200px;
    height: 28px;
    background-image: url(../images/HOT.png);
    background-size: auto 100%;
    background-position: 0 0;
    background-repeat: no-repeat;
}
.growup-item .small-tl.new span { 
    background-image: url(../images/Latest.png);
}
.growup-item .small-tl.problem  span{ 
    background-image: url(../images/problem.png);
}
.growup-item .more-btn {
    position: absolute;
    right: 0;
    top: 3px;
    z-index: 9;
}
.more-icon {
    display: inline-block;
    width: 6px;
    height: 10px;
    background: url(../images/icon-more.png) no-repeat;
    background-size: 100% 100%;
}
.main-img {
    position: relative;
    height: 108px;
    margin-top: 23px;
	background-color: #ffffff;
	border-radius: 4px;
	border: solid 1px #eaeef4;
}
.main-img img {
    display: block;
    width: 100%;
    height: 100%;
}
.main-img p {
    position: absolute;
    left: 8px;
    right: 8px;
    bottom: 6px;
    z-index: 9;
    font-size: 16px;
	color: #ffffff;
    text-align: center;
}

.growup-item .item-list{
    margin-top: 17px;
    padding-top: 20px;
    border-top: dashed 1px #d7dce2;
}
.growup-item .item-list a{
    display: block;
}
.growup-item .item-list  li {
    margin-bottom: 18px;
}
.growup-item .item-list h5{
    display: inline-block;
    width: 180px;
    font-size: 16px;
	color: #191a24;
 }
 .growup-item .item-list h5:hover,
 .growup-item .item-list a:hover{
    color: #ff2626;
    opacity: 1;
 } 
 .growup-item .time{
    float: right;
    color: #a2aab9;
    font-size: 14px;
 }


 @media (max-width: 1200px) {
    .growup-list{
        margin-top: 24px;
        width: 100%;
        margin-left: 0;
        box-sizing: border-box;
    }
    .growup-item {
        width: 100%;
        float: initial;
        margin: 0;
        height: auto;
        margin-top: 12px;
        border-radius: 4px;
        border: solid 1px #eaeef4;
    }
    .growup-item-content {
        padding: 16px 16px 5px 16px;
    }
    .growup-item .info-top {
        line-height: 18px;
        position: relative;
    }
    .growup-item .info-top h4 {
        font-size: 14px;
    }
    .growup-item .small-tl span {
        top: 6px;
        z-index: 0;
        width: 100px;
        height: 14px;
    }
    .growup-item .more-btn {
        top: -2px;
        font-size: 12px;
    }
    .main-img {
        height: 106px;
        margin-top: 10px;
    }

    .main-img p {
        font-size: 14px;
    }
    .growup-item .item-list li {
        line-height: 20px;
        margin-bottom: 2px;
    }
    .growup-item .item-list {
        margin-top: 13px;
        padding-top: 10px;
        border-top: dashed 1px #d7dce2;
    }
    .growup-item .item-list h5 {
        width: 190px;
        font-size: 14px;
    }

    .growup-item .time {
        font-size: 12px;
    }
 }


 .form-box {
    height: 313px;
	background: url(../images/icon-more.png) no-repeat;
    background-size: 100% 100%;
 }




 .company_contact {
    width: 100%;
    height: 313px;
	background: url(../images/bj_02.png) no-repeat;
}
.company_contact .contact {
    width: 1200px;
    margin: auto;
    padding-top: 90px;
}
@media (max-width: 1200px) {
    .company_contact .contact  {
        width: 100%;
        padding-left: 15px;
        padding-right: 15px; 
    }   
}

.contact_title {
    width: 310px;
    float: left;
}
.contact_input {
    width: 600px;
    float: left;
}
.contact_input span {
    color: red;
}
.contact_input .info_user {
    width: 200px
}

.contact_input .info_user_second {
    width: 286px
}
.contact_input .info_user_second >div{
    float: inherit;
    margin-left: 0;
    width: 100%;
}
.contact_input .info_user_second  div{
    float: inherit;
    margin-left: 0;
}

.contact_input .input-item{
    margin-bottom: 12px;
}
.contact_input  .layui-form-danger {
    border: 1px solid red;
}
#phone {
    margin-bottom: 0px;
}
.contact_submit {
    width: 220px;
    float: left;
}
.contact_title .apply-tl {
    margin-top: 10px;
    height: 26px;
    font-size: 26px;
    font-weight: bold;
    font-stretch: normal;
    line-height: 22px;
    letter-spacing: 0px;
    color: #ffffff;
}
.contact_title .phone-tips {
    /*height: 12px;*/
    margin-top: 30px;
    font-size: 16px;
    font-weight: normal;
    color: #ffffff;
}
.contact_title .phone {
    /*height: 16px;*/
    font-size: 26px;
	font-weight: bold;
	color: #ffffff;
}
.contact_title li span {
    height: 17px;
    font-size: 24px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 0px;
    letter-spacing: 0px;
    color: rgba(255, 255, 255, 0.2);
}
.contact_input div {
    float: left;
    margin-left: 24px;
}
/* .contact_input input,
.contact_input select,
.contact_input select option {
    text-indent: 14px;
} */
.contact_input .inputfiled {
    text-indent: 8px; 
}
.contact_input label {
    display: inline-block;
    /* width: 56px; */
    margin-bottom: 5px;
    font-size: 14px;
    font-weight: normal;
    font-stretch: normal;
    color: #ffffff;
}
.contact_input .info_user input {
    width: 150px;
    height: 32px;
    background-color: #ffffff;
    border-radius: 2px;
}
.contact_input .info_user_second input {
    height: 32px;
    background-color: #ffffff;
    border-radius: 2px;
}

.contact_input .info_user_second .company-input {
    width: 100%;
}
.contact_input div select {
    width: 150px;
    height: 34px;
    background-color: #ffffff;
    border-radius: 2px;
}

.contact_input div .layui-form-select {
    display: inline-block;
    width: 140px;
    margin-right: 2px;
}
.contact_input div .layui-form-select:nth-child(2n) {
    margin-right: 0;
    margin-left: 2px;
}
.contact_submit {
    border-left: 1px solid rgba(255, 255, 255, 0.5);
    padding-left: 42px;
    height: 120px;
}
.contact_submit li button {
    display: block;
    width: 140px;
    height: 42px;
    margin-top: 16px;
    margin-bottom: 24px;
	background-color: #db0e0e;
	border-radius: 2px;
    color: #ffffff;
    line-height: 42px;
    font-size: 18px;
}
.contact_submit li button[disabled] {
    background-color: rgba(255, 255, 255, 0.5);
}

.contact_submit li p {
    font-size: 13px;
	line-height: 24px;
	letter-spacing: 1px;
	color: #a2aab9;
}

@media (max-width: 1200px) {
    .form-box {
        height: auto;
    }
    .company_contact {
        width: 100%;
        height: auto;
        padding-bottom: 36px;
        background-size: 100% 100%;
    }
    .company_contact .contact {
        width: 100%;
        margin: auto;
        padding-top: 31px;
    }
    .contact_title > ul {
        text-align: center;
    }
    .contact_title .apply-tl {
        height: 26px;
        font-size: 20px;
        line-height: 24px;
        text-align: center;
    }
    .contact_title .phone-tips {
        display: inline-block;
        margin-top: 12px;
        font-size: 13px;
        margin-right: 10px;
    }
    .contact_title .phone {
        display: inline-block;
        font-size: 16px;
    }
    .contact_input {
        margin-top: 20px;
        width: 100%;
        float: initial;
    }
    .contact_input .info_user {
        width: 100%;
    }
    .contact_input div {
        float: initial;
        margin-left: 0;
    }
    .contact_input .input-item {
        margin-bottom: 12px;
    }
    .contact_input .info_user input {
        width: 100%;
        height: 32px;
        border-radius: 2px;
    }
    .contact_input .info_user_second {
        width: 100%;
    }
    #company {
        width: 100%;
    }
    .contact_title {
        float: initial;
    }
    .contact_input div select {
        width: 49%;
        height: 34px;
    }
    .contact_input div .layui-form-select {
        display: inline-block;
        width: 48%;
        margin-right: 2px;
    }
    .contact_submit li button {
        display: block;
        width: 130px;
        height: 36px;
        margin: 32px auto 12px auto;
        border-radius: 2px;
        line-height: 36px;
        font-size: 16px;
    }
    .contact_submit li p {
        font-size: 12px;
        line-height: 20px;
        text-align: center;
    }
    .contact_submit {
        float: initial;
        width: 100%;
        padding-left:0;
        height: auto;
        border: none;
    }
}