@charset "utf-8";
blockquote, body, button, dd, dl, dt, fieldset, form, h1, h2, h3, i, h4, h5, h6, hr, input, img, li, ol, p, pre, td, textarea, th, ul, a, div, ul, font, em, i, b {
    margin: 0;
    padding: 0;
}

body {
    width: 100%;
    height: 100%;
    font-family: "微软雅黑", "MicrosoftYaHei", "宋体";
    font-size: 14px;
}

ol, ul {
    list-style: outside none none;
}

h1, h2, h3, h4, h5, h6 {
    font-size: 100%;
    font-weight: normal;
}

*:focus {
    outline: none;
}

a {
    text-decoration: none;
}

a:hover {
    text-decoration: none;
}

b, em, i {
    font-weight: normal;
    font-style: normal;
}

img {
    border: none;
}

button, input, select, textarea {
    font-size: 100%;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

.clearfix:after {
    clear: both;
    content: ".";
    display: block;
    height: 0;
    visibility: hidden;
    *zoom: 1;
}

.fl {
    float: left;
}

.fr {
    float: right;
}

.w-00 {
    width: 100%;
}

.h-00 {
    height: 100%;
}

.w-1200 {
    width: 1200px;
}

.mar-auto-0 {
    margin: 0px auto;
}

.over-heddin {
    overflow: hidden;
}

.text-over {
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}

.pos-r {
    position: relative;
}
/*页面样式*/
.heeder-top{
    height: 40px;
    background: #414141;
}
.nav > div{
	position:relative;
}
.header-left{
    width: auto;
    line-height: 39px;
}
.header-left span{
    font-size: 14px;
    color: #b0b0b0;
}
.header-left a{
    font-size: 12px;
    color: #b0b0b0;
    padding: 0 10px;
}
.header-left a.active{
	color:#fff;
}
.header-left a:hover{
    color:#fff;
}
.header-right{
    width: auto;
    line-height: 39px;
}
.header-right span{
    margin-left: 16px;
}
.header-right a{
    font-size: 12px;
    color: #b0b0b0;
}
.header-right a:hover{
    color: #fff;
}
.nav{
    background: #fff;
}
.nav-logo{
    margin: 18px 0;
}
.nav-menu{
    width: auto;
}
.banner-main{
    height: auto;
}
.main-text{
    height: auto;
    padding: 70px 0;
}
.main-text-title{
    text-align: center;
    margin-bottom: 55px;
}
.main-text-title>h3{
    line-height: 40px;
    text-align: center;
    font-size: 42px;
    color: #32b8c3;
    font-weight: 600;
}
.main-text-title>span{
    line-height: 36px;
    text-align: center;
    width: 100%;
    font-size: 20px;
    color: #32b8c3;
}
.main-text-icon{
    width: 0px;
    height: 0px;
    position: absolute;
    left: 50%;
    bottom: -16px;
    margin-left: -8px;
    border-left: 8px transparent solid;
    border-right: 8px transparent solid;
    border-top: 8px #32b8c3 solid;
    border-bottom: 8px transparent solid;
}
.main-text-content{
    width: 1666px;
}
.main-text-content li{
    width: 14.285%;
    padding: 0 4px;
    box-sizing: border-box;
    height: auto;
    float: left;
}
.main-text-content li img{
    width: 100%;
	border:1px solid #fff;/* 将border颜色从#ccc改为#fff */
	transition:all 0.3s;
}
.main-text-content li img:hover{
	border:1px solid #fff;/* 将触发效果从#32b8c3改为#fff  */
	opacity:1;/* 将触发透明度从0.7改为1 */
}
.main-text-content li:first-child{
    margin: 0px;
}
@media screen and (max-width: 1657px){
    .main-text-content{
        width: 100%;
    }
}
.swiper-slide {
    background-size:cover;
}
.main-one{
    height: 810px;
    padding: 70px 0;
    overflow: hidden;
    background-repeat:no-repeat;
    background-position:center center;
}
.main-one-btn{
    text-align: center;
}
.main-one-img{
    height: 610px;
    line-height: 500px;
    text-align: center;
}
.main-one-img img{
    display: inline-block;
    vertical-align: middle;
	display:none;
}
.main-one-btn>input{
    width: 128px;
    height: 38px;
    border: 1px #32b8c3 solid;
    background: none;
    font-size: 18px;
    color: #32b8c3;
    margin: 0 35px;
	border-radius:5px;
	transition:all 0.5s;
}
.main-one-btn>input.action,.main-one-btn>input:hover{
    background: #32b8c3;
    color: #fff;
}
.main-one-meun{
    width: 1600px;
    position: absolute;
    left: 50%;
    bottom: 0px;
    margin-left: -800px;
    z-index: 100;
}
.main-one-submeun{
    width: 20%;
    height: 571px;
    overflow: hidden;
    float: left;
    background: url("../img/bg-img04.png") 0 571px no-repeat;
    transition: background 0.6s;
    -moz-transition: background 0.6s;
    -ms-transition: background 0.6s;
    -webkit-transition: background 0.6s;
	display:none;
}
.main-one-submeun:hover{
    background: url("../img/bg-img04.png") center no-repeat;
    background-size: cover;
    cursor: pointer;
}
.main-one-submeun:hover .main-one-title{
    margin-bottom: 15px;
    margin-top: 300px;
}
.main-one-text{
    font-size: 14px;
    color: #fff;
    line-height: 25px;
}
.main-one-title{
    width: 100%;
    text-align: center;
    margin-top: 450px;
    margin-bottom: 65px;
    transition: margin-bottom 1s,margin-top 1.5s;
    -moz-transition: margin-bottom 1s,margin-top 1.5s;
    -ms-transition: margin-bottom 1s,margin-top 1.5s;
    -webkit-transition: margin-bottom 1s,margin-top 1.5s;
}
.main-one-title>h4{
    line-height: 44px;
    font-size: 24px;
    color: #32b8c3;
    font-weight: 600;
}
.main-one-title>span{
    line-height: 26px;
    font-size: 16px;
    color: #32b8c3;
}
.main-one-text{
    width: 78%;
    margin: 0 auto;
    overflow: hidden;
}
.main-one-text-btn{
    width: 100px;
    height: 34px;
    background: #fff;
    font-size: 14px;
    color: #32b8c3;
    text-align: center;
    line-height: 34px;
    display: block;
    margin: 45px auto 70px;
}
.main-two{
    height: auto;
    padding: 10px 0;/* 将padding值从70px改为10px */
    overflow: hidden;
}
.main-two-column{
    height: auto;
    text-align: center;
}
.main-two-sub{
    display: inline-block;
    vertical-align: middle;
    width: 588px;
    height: 344px;
    margin: 5px 12px;
    overflow: hidden;
}
.main-two-sub>img{
    transition: transform 1s;
}
.main-two-mask{
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0px;
    top: 0px;
    z-index: 50;
    font-size: 90px;
    color: #fff;
    text-align: center;
    line-height: 344px;
    transition:background 1s;
}
.main-two-mask>span{
    transition:transform 1.5s;
}
.main-three{
    height: auto;
    padding: 0px 0;
    overflow: hidden;
    background-size: cover;
}
.main-three-title{
    text-align: center;
    margin-bottom: 25px;
}
.main-three-title>h3{
    line-height: 40px;
    text-align: center;
    font-size: 30px;
    color: #fff;
    font-weight: 600;
}
.main-three-title>span{
    line-height: 36px;
    text-align: center;
    width: 100%;
    font-size: 20px;
    color: #fff;
}
.main-text-icons{
    width: 0px;
    height: 0px;
    position: absolute;
    left: 50%;
    bottom: -16px;
    margin-left: -4px;
    border-left: 8px transparent solid;
    border-right: 8px transparent solid;
    border-top: 8px #32b8c3 solid;
    border-bottom: 8px transparent solid;
}
.main-three-text{
    line-height: 25px;
    font-size: 16px;
    color: #fff;
    text-align: center;
}
.main-three-column{
    height: auto;
    margin: 20px auto 65px;
    text-align: center;
}
.main-three-sub{
    display: inline-block;
    vertical-align: middle;
    width: 270px;
    height: 180px;
    margin: 13px;
    overflow: hidden;
}
.main-three-sub a {
    display:block;
}
.main-three-sub>img{
    width: 100%;
    height: 100%;
}
.main-three-mask{
    position: absolute;
    left: 0;
    top: 0px;
    right: 0;
    bottom: 0;
    z-index: 50;
    width: 100%;
    height: 100%;
    background: #004d99;
    text-align: center;
    line-height: 180px;
    visibility: hidden;
    cursor: pointer;
}
.main-three-sub:hover .main-three-mask{
    visibility: visible;
}

.main-three-orde>p{
    width: 100%;
    height: auto;
    font-size: 18px;
    color: #fff;
    font-weight: 600;
    line-height: 35px;
}
.main-three-btn{
    width: 100%;
    height: 50px;
    text-align: center;
}
.main-three-btn>a{
    display: inline-block;
    vertical-align: middle;
    width: 98px;
    height: 48px;
    border: 1px #fff solid;
    text-align: center;
    line-height: 48px;
    font-size: 12px;
    color: #fff;
    transition: font-size 1s,box-shadow 1s;
    -moz-transition: font-size 1s,box-shadow 1s;
    -ms-transition: font-size 1s,box-shadow 1s;
    -webkit-transition: font-size 1s,box-shadow 1s;
}
.main-three-btn:hover a{
    font-size: 22px;
    box-shadow: 0 0 2px 0px #d2d2d2;
}
.main-three-orde {
    position: absolute;
    top: 50%;
    right: 0;
    bottom: 0;
    left: 0;
    opacity: 0;
    margin-top: -35px;
    -webkit-transition: opacity .35s;
    -moz-transition: opacity .35s;
    -ms-transition: opacity .35s;
    -o-transition: opacity .35s;
    transition: opacity .35s;
}
.main-three-mask:before {
    border-top: 1px solid #FFF;
    border-bottom: 1px solid #FFF;
    transform: scale(0, 1);
    -ms-transform:scale(0, 1); 	/* IE 9 */
    -moz-transform:scale(0, 1); 	/* Firefox */
    -webkit-transform:scale(0, 1); /* Safari 和 Chrome */
    -o-transform:scale(0, 1); 	/* Opera */
}
.main-three-mask:before, .main-three-mask:after {
    position: absolute;
    top: 10px;
    right: 10px;
    bottom: 10px;
    left: 10px;
    content: '';
    opacity: 0;
    z-index: 1;
    -webkit-transition: opacity 0.35s ease, -webkit-transform 0.35s ease;
    transition: opacity 0.35s ease, transform 0.35s ease;
}
.main-three-mask:after {
    border-right: 1px solid #FFF;
    border-left: 1px solid #FFF;
    -webkit-transform: scale(1, 0);
    transform: scale(1, 0);
}
.main-three-mask{
    transition:transform 1s;
}

.main-three-sub:hover .main-three-orde {
    opacity: 1;
}
.main-three-sub:hover .main-three-mask::before, .main-three-sub:hover .main-three-mask::after {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
    -webkit-transition: opacity 0.4s ease, -webkit-transform 0.4s ease .2s;
    transition: opacity 0.4s ease, transform 0.45s ease .2s;
}
.main-news{
    height: auto;
    padding: 20px 0 60px;/* 将padding-top值从70px改为20px */
    overflow: hidden;
    background: #fff;
}
.bdsharebuttonbox{
	margin-bottom:45px;
	margin-top:25px;
}
.main-news-title{
    text-align: center;
    margin-bottom: 35px;
}
.main-news-title>h3{
    line-height: 40px;
    text-align: center;
    font-size: 42px;
    color: #32b8c3;
    font-weight: 600;
}
.main-news-title>span{
    line-height: 36px;
    text-align: center;
    width: 100%;
    font-size: 20px;
    color: #3e3e3e;
}
.main-news-list{
    width: 30.83%;
    margin-right: 3.75%;
    float: left;
}
.main-news-list:last-child{
    width: 30.83%;
    margin-right: 0;
}
.main-news-titles{
    line-height: 40px;
    height: 40px;
    border-bottom: 2px #666 solid;
    margin-bottom: 14px;
}
.main-news-titles>h3{
    font-size: 18px;
    line-height: 40px;
    color: #212121;
    font-weight: 600;
    float: left;
}
.main-news-titles>a{
    font-size: 16px;
    color: #aaa;
    float: right;
}
.main-news-titles>a:hover{
	color:#32b8c3;
}
.main-news-column{
    height: 217px;
    overflow: hidden;
}
.main-news-column li{
    width: 100%;
    line-height: 36px;
    font-size: 14px;
    color: #666;
    float: left;
}
.main-news-column li>a{
    font-size: 14px;
    color: #666;
    width: 90%;
}
.main-news-column li:hover a{
    color: #32b8c3;
}
.main-news-column li:hover span{
    color: #32b8c3;
}
.main-itself{
    height: auto;
    padding: 70px 0 60px;
    overflow: hidden;
    background: url("../images/bg-img03.png") center no-repeat;
    background-size: cover;
}
.main-itself-column{
    width: 1381px;
    height: auto;
}
.main-itself-list{
    width: 25%;
    float: left;
    height: auto;
    padding: 0 38px;
    box-sizing: border-box;
}
.main-itself-list:hover .main-itself-icon{
    background: #32b8c3;
}
.main-itself-icon{
    width: 120px;
    height: 120px;
    border-radius: 50%;
    background: #fff;
    margin: 0 auto 38px;
    transition: background 1s,transform 1s;
}
.main-itself-icon a{
	display:block;
}
.main-itself-list:hover .main-itself-icon{
    background: #32b8c3;
}
.main-itself-icon img{
    width: 100%;
    height: 100%;
}
.main-itself-title{
    width: 100%;
    margin-bottom: 17px;
    color: #fff;
    transition: color 0.8s;
}
.main-itself-list:hover .main-itself-title{
    color: #32b8c3;
}
.main-itself-title>h5{
    width: 100%;
    text-align: center;
    line-height: 44px;
    font-size: 24px;
    font-weight: 600;
}
.main-itself-title>span{
    display: block;
    width: 100%;
    text-align: center;
    font-size: 28px;
    font-size: 16px;
}
.main-itself-text{
    width: 100%;
    font-size: 18px;
    color: #fff;
    text-align: center;
    line-height: 34px;
}
.main-contact{
    height: auto;
    padding: 70px 0;
    overflow: hidden;
    background: #f2f2f2;
}
.main-contact-left{
    width: 395px;
    height: 522px;
    background: #fff;
}
.main-contact-title{
    margin-top: 33px;
    line-height: 36px;
    width: 100%;
}
.main-contact-title>ul{
    width: 100%;
    text-align: center;
}
.main-contact-title ul>li{
    display: inline-block;
    vertical-align: middle;
    font-size: 16px;
    color: #3e3e3e;
    margin: 0 11px;
	position:relative;
}
.main-contact-title ul>li.active:after{
	content:"";
	position:absolute;
	left:0;
	bottom:0;
	width:100%;
	height:2px;
	background-color:#32b8c3;
}
.main-contact-title ul>li>a{
    font-size: 16px;
    color: #3e3e3e;
}
.main-contact-right{
    width: 712px;
    height: 522px;
    margin-left: 92px;
/*    margin-right:124px;*/
}
.main-contact-text{
    margin-top: 17px;
}
.main-contact-list{
    display: block;
    width: 100%;
    margin-left:30px;
}
.main-contact-list dt{
    width: auto;
    float: left;
    line-height: 30px;
    color: #333;
    font-size: 18px;
	font-weight:normal;
}
.main-contact-list dd{
        width: 80%;
    float: left;
    line-height: 30px;
    color: #333;
    font-size: 18px;
}
.main-contact-number{
    margin-top: 30px;
    width: 100%;
    text-align: center;
}
.main-contact-numbers{
    line-height: 55px;
    font-size: 34px;
    color: #3e3e3e;
}
.main-contact-date{
    line-height: 25px;
    font-size: 14px;
    color: #b2b2b2;
}
.main-contact-date>span{
    font-size: 14px;
    color: #f0c62a;
    margin: 0 5px;
}
.main-contact-logo{
    width: 145px;
    height: 109px;
    margin: 30px auto;
}
.main-contact-a{
    padding-left: 40px;
    width: 337px;
    margin-top: 36px;
    height: 36px;
    line-height: 36px;
    font-size: 16px;
    float: left;
    border:none;
    border-bottom: 1px #b4b4b4 solid;
    background: none;
    border-radius:0;
}
.main-contact-b{
    margin-top: 36px;
    width: 337px;
    height: 37px;
    margin-left: 37px;
    float: left;
}
.main-contact-bs{
    width: 243px;
    height: 35px;
    line-height: 35px;
    border:1px #d2d2d2 solid;
    border-radius: 4px;
    background: none;
    float: left;
}
.main-contact-bx{
    display: block;
    width: 85px;
    height: 37px;
    margin-left: 6px;
    float: left;
}
.main-contact-box{
    margin-top: 48px;
    width: 710px;
    height: 178px;
    padding: 10px;
    line-height: 30px;
    border: 1px #d2d2d2 solid;
    border-radius: 4px;
    resize: none;
    background: none;
    font-size: 16px;
}
.main-contact-btn{
    width: 400px;
    height: 50px;
    background: #32b8c3;
    border: none;
    margin-top: 60px;
    font-family: "微软雅黑";
    font-size: 16px;
    color: #fff;
    border-radius: 6px;
    margin-left:150px;
}
.main-contact-btn:hover{
	background-color:#37b5f9;
}
.footer{
    background: #25292f;
}
.footer-sup{
    padding: 20px 0;
    height: auto;
}
.footer-sup-title{
    width: auto;
    float: left;
    font-size: 14px;
    color: #8d8d8d;
    line-height: 25px;
}
.footer-sup-text{
    width: 1130px;
    line-height: 25px;
    font-size: 14px;
    color: #8d8d8d;
    float: left;
}
.footer-sup-text li{
    margin: 0 6px;
    float: left;
    cursor: pointer;
}
.footer-sup-text li a{
    color: #8d8d8d;
}
.footer-sup-text li a:hover{
    color: #32b8c3;
}
.footer-sub{
    overflow: hidden;
}
.footer-column{
    margin-top: 59px;
    height: auto;
}
.footer-list{
    width: 130px;
    margin-right: 9px;
    float: left;
}
.footer-list-title{
    line-height: 25px;
    font-size: 16px;
    color: #e8e8e8;
}
.footer-list-w{
    line-height: 35px;
    display: block;
    height: 35px;width: 100%;
    font-size: 26px;
    color: #929292;
}
.footer-list-sub a{
    line-height: 30px;
    color: #929292;
    font-size: 14px;
    width: 100%;
    display: block;
}
.footer-list-sub a:hover{
	color:#32b8c3;
}
.footer-img{
    width: 227px;
    float: right;
}
.footer-img-list{
    width: 84px;
    height: 114px;
    float: left;
    margin-left: 40px;
    font-size: 12px;
    color: #929292;
}
.footer-img-list>img{
    width: 84px;
    height: 84px;
}
.footer-img-list>p{
    line-height: 30px;
    text-align: center;
    width: 100%;
}
.footer-img-list:first-child{
    width: 84px;
    height: 114px;
    float: left;
    margin-left: 18px;
}
.footer-bottom{
    font-size: 14px;
    color: #8d8d8d;
    line-height: 50px;
    margin-top: 40px;
}
.footer-bottom-right span{
    margin-left: 32px;
}
.footer-bottom-right a{
    font-size: 14px;
    color: #8d8d8d;
}
.nav-main{
    display: none;
}
@media screen and (max-width: 1660px){
    .main-one-meun{
        width: 100%;
        position: absolute;
        left: 0px;
        bottom: 0px;
        margin: 0;
        z-index: 100;
    }
}
@media screen and (max-width: 1381px){
    .main-itself-column{
        width: 100%;
    }
	.main-text-content li{
		width:14%;
	}
	.main-two-sub{
		width:529px;
		height:309px;
	}
	.main-two-mask{
		font-size:81px;
	}
	.newsxiugai{
		width:1000px;
	}
}
@media screen and (min-width: 1200px){
    .nav-list>li{
        width: 105px;
        padding: 28px 0;
        float: left;
	    position:relative;
	    text-align:center;
    }
    .main-contact-a:nth-child(2){
        margin-left: 37px;
    }
    .nav-list>li > a b{
	    font-family: "arial";
        font-size: 14px;
        text-transform: uppercase;
    }
    .nav-list>li:hover > a,.nav-list>li.active > a{
	    color:#fff;
    }
    .nav-list>li>a{
        padding: 0;
        font-size: 18px;
        color: #333;
	    display:block;
    }
    .nav-list>li dl{
	    position:absolute;
	    width:100%;
	    left:0;
/*	    top:106px;*/
	    background-color:#fff;
	    display:none;
	    z-index:100;
    }
    .nav-list>li dl dd{
	    text-align:center;
	    font-size:16px;
	    line-height:50px;
    }
    .nav-list>li dl dd a:hover{
	    background-color:#32b8c3;
	    color:#fff;
    }
    .nav-list>li dl dd a{
	    color:#666;
	    display:block;
    }
    .nav-list .actives>a{
        display: inline-block;
        vertical-align: middle;
        line-height: 65px;
        border-bottom: 4px #32b8c3 solid;
    }
	.nav-list>li:hover dl{
		display:block;
	}
	.nav-list>li:hover,.nav-list>li.active{
		background-color:#32b8c3;
	}
    .newsinner,.newsinners{
	    min-height:1423px;
    }
    .hotread img {
        width:360px;
        height:370px;
    }
    .projectdetail > img {
        width:470px;
    }
    .solveinner:hover .solvepopup{
	    opacity:0;
    }
    .solveinner:hover .solvetext{
	    background-color:#32b8c3;
	    border-bottom: 1px solid #32b8c3;
        border-left: 1px solid #32b8c3;
        border-right: 1px solid #32b8c3;
    }
    .solveinner:hover .solvetext p,.solveinner:hover .solvetext span{
	    color:#fff;
    }
    .main-two-sub:hover img{
        transform: scale(1.1,1.1);
        -moz-transform: scale(1.2,1.2);
        -ms-transform: scale(1.2,1.2);
        -webkit-transform: scale(1.2,1.2);
    }
    .main-two-sub:hover .main-two-mask{
        background: rgba(0,0,0,0.4);
    }
    .main-two-sub:hover .main-two-mask>span{
        transform: scale(0.9,0.9);
        -moz-transform: scale(0.9,0.9);
        -ms-transform: scale(0.9,0.9);
        -webkit-transform: scale(0.9,0.9);
        transform: rotate(360deg));
        -moz-transform: rotate(360deg));
        -ms-transform: rotate(360deg);
        -webkit-transform: rotate(360deg);
    }
}
@media screen and (max-width: 1200px){
    .w-1200{
        width: 100%;
    }
    .main-itself{
    	padding:40px 0 10px;
    }
    .main-contact-left{
        float: none;
        margin: 0 auto;
        width:100%;
        height:auto;
        padding-bottom:30px;
    }
    .footer-sup-text{
        width: 90%;
    }
    .main-contact-right {
        width: 712px;
        height: 522px;
        float: none;
        margin: 0 auto;
    }
    .main-contact-btn {
        display: block;
        margin: 60px auto 0;
    }
    .footer-list {
        width: 14.28%;
        padding-right: 9px;
        margin: 0;
    }
    .footer-img{
        display: none;
    }
}
@media screen and (max-width: 950px){
    .main-one-submeun{
        background: url("../img/bg-img04.png") center no-repeat;
        background-size: cover;
        cursor: pointer;
    }
    .main-one-title{
        margin-bottom: 15px;
        margin-top: 245px;
    }
    .nav-menu{
        width: 65px;
        height: 80px;
        margin-top: 10px;
        padding: 0;
    }
    .nav-main{
        width: 65px;
        height: 80px;
        font-size: 60px;
        color: #999;
        cursor: pointer;
        display: block;
    }
    .main-news-list {
        width: 94%;
        margin: 3%;
        float: none;
    }
    .main-news-list:last-child{
        width: 94%;
        margin: 3%;
    }
    .main-text-content li {
        width: 30%;
        padding: 2px 4px;
        box-sizing: border-box;
        height: auto;
        float: none;
        display: inline-block;
        vertical-align: middle;
    }
    .main-text-content{
        text-align: center;
    }
}
@media screen and (max-width: 720px){
    .nav{
        height: auto;
        padding: 5px;
    }
    .nav-logo {
        height: auto;
        margin: 0;
    }
    .main-two-sub{
        width: 50%;
        margin: 0;
        float:left;
        padding:10px;
        height:auto;
    }
    .main-contact-right{
        width: 100%;
    }
    .main-contact-a{
        width: 96%;
        margin-left: 2%;
    }
    .main-contact-b{
        margin-top: 36px;
        width: 96%;
        margin-left: 2%;
    }
    .main-contact-bs{
        width: 215px;
    }
    .main-contact-box{
        width: 96%;
        margin: 15px 2%;
    }
    .main-contact-btn{
        width: 270px;
    }
    .main-contact-right{
        height: 570px;
    }
    .main-one-text p{
        display: none;
    }
    .main-one-text-bt{
        width: 98%;
        font-size: 12px;
    }
    .main-one-btn>input{
        margin-top: 3px;
    }
    .main-three-sub {
        width:50%;
        float:left;
        height:auto;
        margin:0;
        padding:10px;
    }
    .main-three-sub img {
        width:100%;
    }
    .main-three-mask {
        display:none !important;
    }
}
