
a,img{
    transition: all ease-out .5s;
}
/*tupian*/
.index-img {
    overflow: hidden;
    position: relative;
}

.index-img:before {
    position: absolute;
    transition: 0.3s;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(255, 255, 255, 0.2);
    content: '';
    -webkit-transform: scale3d(3, 1.4, 1) rotate3d(0, 0, 1, 45deg) translate3d(0, -100%, 0);
    transform: scale3d(3, 1.4, 1) rotate3d(0, 0, 1, 45deg) translate3d(0, -100%, 0);
}

.index-img:hover:before {
    -webkit-transform: scale3d(3, 1.4, 1) rotate3d(0, 0, 1, 45deg) translate3d(0, 100%, 0);
    transform: scale3d(3, 1.4, 1) rotate3d(0, 0, 1, 45deg) translate3d(0, 100%, 0);
}
.imgh img{
    display: block;
    width: 100%;
    height: 100%;
}
.imgh:hover img{
    transform: scale(1.1);
}


/*按钮*/
.mm{
    transition: .5s;
}
.mm:hover{
    transform: translateY(-5px);
}
.mm:before{
    pointer-events: none;
    position: absolute;
    z-index: -1;
    content: '';
    top: 100%;
    left: 5%;
    height: 10px;
    width: 90%;
    opacity: 0;
    background: -webkit-radial-gradient(center, ellipse, rgba(0, 0, 0, 0.35) 0%, rgba(0, 0, 0, 0) 80%);
    background: radial-gradient(ellipse at center, rgba(0, 0, 0, 0.35) 0%, rgba(0, 0, 0, 0) 80%);
    /* W3C */
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-property: transform, opacity;
    transition-property: transform, opacity;
}
.mm:hover:before{
    opacity: 1;
}
a,img{
    transition: all ease-out .5s;
}
/*首页banner*/
.banner-box{
    width: 100%;
    max-height: 625px;
    overflow: hidden;
}
.pics_wrap {
    width: 100%;
    height: auto;
    overflow: hidden;
    z-index: -1;
}

.html5zoo-img-0 img {
    width: 100%;
}

.html5zoo-arrow-left-0 {
    left: 10% !important;
}

.html5zoo-arrow-right-0 {
    right: 10% !important;
}

.html5zoo-bullet-wrapper-0 div {
    margin: 0 4px !important;
}

.html5zoo-nav-0 {
    margin-top: -35px !important;
    left: 48% !important;
}

.html5zoo-bullet-wrapper-0 {
    width: 100% !important;
}

.banner {
    width: 1000px;
    margin: 0 auto;
    position: relative;
    height: 325px;
    margin-top: 8px;
}

.banner ul.bb {
    position: relative;
    padding: 0px;
    margin: 0px;
    z-index: 5;
}

.banner ul.bb li {
    position: absolute;
    display: none;
}

.banner .num {
    position: absolute;
    right: 2px;
    bottom: 10px;
    z-index: 100;
}

.banner .num li {
    width: 18px;
    height: 18px;
    display: inline-block;
    margin-right: 4px;
    background: #fff;
    line-height: 18px;
    text-indent: -100px;
    overflow: hidden;
    border-radius: 10px;
}

.banner .num li.num_hover {
    background-color: #f7de07;
}

.banner .num li.num_hover a {
    color: #fff;
}

.banner .num li a {
    float: left;
    display: block;
    text-align: center;
    color: #666;
    text-decoration: none;
    cursor: pointer;
    width: 18px;
    height: 18px;
    line-height: 18px;
}

#bannerArrow, #bannerCircle {
    display: none
}

/*幻灯片样式2*/
#focus {
    width: 255px;
    height: 188px;
    overflow: hidden;
    position: relative;
}

#focus ul {
    height: 188px;
    position: absolute;
}

#focus ul li {
    float: left;
    width: 255px;
    height: 188px;
    overflow: hidden;
    position: relative;
    background: #000;
}

#focus ul li a img {
    height: 188px;
    width: 255px;
}

#focus ul li div {
    position: absolute;
    overflow: hidden;
}

#focus .btnBg {
    position: absolute;
    width: 255px;
    height: 20px;
    left: 0;
    bottom: 0;
    background: #000;
}

#focus .btn {
    position: absolute;
    width: 255px;
    height: 10px;
    padding: 5px 10px;
    right: 0;
    bottom: 0;
    text-align: right;
}

#focus .btn span {
    display: inline-block;
    _display: inline;
    _zoom: 1;
    width: 25px;
    height: 10px;
    _font-size: 0;
    margin-left: 5px;
    cursor: pointer;
    background: #fff;
}

#focus .btn span.on {
    background: #fff;
}


/*nav-list*/
.nav-list{
    height: 35px;
    margin: 44px 0 33px;
    text-align: center;
}
.nav-list li:last-child{
    border: 0;
}
.nav-list li{
    display: inline-block;
    margin: 0 40px;
    border-right: 1px solid #ddd;
    height: 35px;
    width: 230px;
}
.nav-list li .nav-img{
    display: block;
    width: 38px;
    height: 35px;
    overflow: hidden;
}
.nav-list li .nav-img img{
    display: block;
    width: 100%;
    height: 100%;
}

.nav-list li .nav-name{
    display: block;
    margin-left: 17px;
    line-height: 35px;
    color: #666666;
    font-size: 16px;
    width: 172px;
    overflow: hidden;
    -ms-text-overflow: ellipsis;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.nav-list li:hover .nav-name{
    color: #0194dd;
}

/*duct*/
.duct-box{
    background:#fff;
    margin-top: 44px;
}

.duct-tit{
    line-height: 1;
    text-align: center;
    padding-top: 24px;
}
.duct-tit b{
    display: block;
    font-size: 30px;
    color: #333333;
}
.duct-tit b span{
    color: #0093dd;
}

.duct-tit i{
    display: block;
    font-size: 24px;
    color: #0093dd;
    margin: 29px 0 24px;
}
.duct-tit p{
    font-size: 16px;
    line-height: 34px;
    color: #666666;
}

.duct-nav{
    height: 230px;
    border-right: 1px solid #ddd;
    box-sizing: border-box;
    margin: 55px 0 13px;
}

.duct-nav li{
    float: left;
    height: 230px;
    border-left: 1px solid #ddd;
    box-sizing: border-box;
    text-align: center;
    line-height: 1;
    width: 294px;
}

.duct-nav li .dn-img{
    display: block;
    width: 80px;
    height: 80px;
    margin: 22px auto 24px;
    overflow: hidden;
    position: relative;
}

.duct-nav li .dn-img img{
    display: block;
    max-height: 100%;
    max-width: 100%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
}

.duct-nav li .dn-name{
    display: block;
    text-align: center;
    width: 80%;
    overflow: hidden;
    -ms-text-overflow: ellipsis;
    text-overflow: ellipsis;
    white-space: nowrap;
    margin: 0 auto 23px;
    font-size: 18px;
    color: #666666;
}
.duct-nav li:hover .dn-name{
    color: #0093dd;
    transform: translateY(-5px);
}

.duct-nav li p{
    text-align: center;
    font-size: 12px;
    color: #999;
    overflow: hidden;
    -ms-text-overflow: ellipsis;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.duct{
    width: 100%;
    margin-bottom: 62px;
}
.duct li:nth-child(4n+1){
    margin-left: 0;
}
.duct li{
    float: left;
    width: 275px;
    margin: 37px 0 0 26px;
    transition: all ease-out .5s;
}
.duct li:hover{
    transform: translateY(-5px);
}
.duct li .duct-img{
    display: block;
    width: 100%;
    height: 210px;
    overflow: hidden;
}
.duct li .duct-img img{
    display: block;
    width: 100%;
    height: 100%;
}

.duct li:hover .duct-img img{
    transform: scale(1.1);
}

.duct li .duct-name{
    display: block;
    line-height: 1;
    text-align: center;
    overflow: hidden;
    -ms-text-overflow: ellipsis;
    text-overflow: ellipsis;
    white-space: nowrap;
    box-sizing: border-box;
    font-size: 16px;
    color: #333333;
    margin-top: 28px;
    position: relative;
}

.duct li:hover .duct-name{
    text-align: left;
    color: #0093dd;
    padding-right: 25px;
}

.duct li .duct-name:before{
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    background: url("../images/d-j.png") no-repeat center;
    width: 17px;
    height: 8px;
    transition: all ease-out .5s;
    opacity: 0;
}

.duct li:hover .duct-name:before{
    opacity: 1;
}

/*small-box*/
.small-box{
    margin-bottom: 75px;
}

.small1{
    width: 395px;
    height: 240px;
    box-sizing: border-box;
    border-top: 2px solid #0093dd;
    border-bottom: 2px solid #0093dd;
    text-align: center;
    line-height: 36px;
    padding-top: 45px;
}

.small1 i{
    display: block;
    font-size: 16px;
    color: #666;
}
.small1 b{
    display: block;
    font-size: 18px;
    color: #333;
}
.small1 p{
    font-size: 20px;
    color: #666;
}
.small2{
    width: 355px;
    height: 240px;
    overflow: hidden;
    margin-left: 15px;
}
.small2 img{
    display: block;
    width: 100%;
    height: 100%;
}

.small3{
    width: 395px;
    height: 240px;
    box-sizing: border-box;
    border-top: 2px solid #0093dd;
    border-bottom: 2px solid #0093dd;
    text-align: center;
    padding-top: 97px;
    line-height: 1;
    background: url("../images/tell2.png") no-repeat center 55px;
}
.small3 b{
    display: block;
    font-size: 24px;
    letter-spacing: 2px;
    color: #333333;
}
.small3 p{
    font-size: 36px;
    color: #0093dd;
    font-weight: bold;
    margin-top: 28px;
}

/*ys-box*/
.ys-box{
    background: url("../images/ys-bg.jpg") no-repeat center;
    height: 850px;
    box-sizing: border-box;
    padding-top: 72px;
}
.ys-tit{
    color: #fff;
    line-height: 1;
    text-align: center;
}
.ys-tit b{
    display: block;
    font-size: 48px;
    margin-bottom: 20px;
}

.ys-tit p{
    font-size: 18px;
}

.ys-nav{
    width: 100%;
    margin: 29px 0 32px;
    border-top: 1px solid rgba(255,255,255,.25);
    border-bottom: 1px solid rgba(255,255,255,.25);
    height: 78px;
    line-height: 78px;
    color: #fff;
    font-weight: bold;
    overflow: hidden;
}
.ys-nav li:first-child{
    margin-left: 0;
}
.ys-nav li{
    float: left;
    height: 78px;
    position: relative;
    margin-left: 162px;
    font-size: 20px;
    cursor: pointer;
}
.ys-nav li:before{
    content: '';
    position: absolute;
    bottom: 0;
    left: 50%;
    background: url("../images/y-d.png") no-repeat center;
    width: 15px;
    height: 10px;
    margin-left: -7.5px;
    transform: translateY(20px);
    transition: all ease-out .5s;
}

.ys-nav li.on:before{
    transform: translateY(0);
}

.ys-list{
    width: 100%;
    height: 550px;
    background: url("../images/ys-list.jpg") no-repeat center;
    box-sizing: border-box;
    position: relative;
    padding: 103px 334px 0 330px;
}

.ys-list li{
    width: 526px !important;
    height: 345px;
    background-color: rgba(255,255,255,.9);
    border-radius: 5px;
    overflow: hidden;
    box-sizing: border-box;
    padding: 42px 0 0 36px;
    margin:0 auto;
    float: left;
}

.ys-list li b{
    display: block;
    line-height: 1;
    border-bottom: 1px solid #ddd;
    padding-bottom: 25px;
    font-size: 22px;
    color: #0093dd;
}
.ys-list li b span{
    font-family: Arial-BoldMT;
    font-size: 60px;
    color: #999999;
    padding-right: 20px;
}

.ys-list li p{
    width: 448px;
    font-size: 16px;
    line-height: 36px;
    color: #666666;
    margin-top: 18px;
}

/*case-box*/
.case-box{
    margin: 73px 0 64px;
}

.case-tit{
    line-height: 1;
    text-align: center;
}
.case-tit b{
    display: block;
    font-size: 30px;
    color: #333333;
    margin-bottom: 20px;
}

.case-tit b span{
    color: #0093dd;
}

.case-tit p{
    font-size: 16px;
    color: #666;
}

.case{
    margin-top: 6px;
}

.case li:nth-child(3n+1){
    margin-left: 0;
}

.case li{
    float: left;
    margin: 40px 0 0 50px;
    width: 360px;
    height: 335px;
    border: solid 1px #ececec;
    box-sizing: border-box;
    transition: all ease-out .5s;
}

.case li:hover{
    transform: translateY(-5px);
    border-color: #0093dd;
}

.case li .case-img{
    display: block;
    width: 100%;
    height: 250px;
    overflow: hidden;
}
.case li .case-name{
    display: block;
    padding:0 22px;
    box-sizing: border-box;
    margin-top: 19px;
    line-height: 1;
    overflow: hidden;
    -ms-text-overflow: ellipsis;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-size: 16px;
    color: #333;
    width: 100%;
}

.case li:hover .case-name{
    color: #0093dd;
}

.case li .case-j{
    background: url("../images/c-j.png") no-repeat center;
    width: 17px;
    height: 8px;
    margin-top: 20px;
    display: block;
    margin-left: 22px;
    -webkit-animation: hang linear 2s infinite;
    transition: all ease-out .5s;
}

@-webkit-keyframes hang {
    0%,100%{
        -webkit-transform: translateX(8px);
    }
    50%{
        -webkit-transform: translateX(0);
    }
}
.case li:hover .case-j{
    background: url("../images/c-j2.png") no-repeat center;
}

/*about-box*/
.about-box{
    height: 500px;
    background: url("../images/about-bg.jpg") no-repeat center;
}

.aboutL{
    width: 899px;
    height: 500px;
    position: absolute;
    left: 0;
    top: 0;
    margin-left: -366px;
}

.about{
    width: 599px;
    padding-top: 80px;
    box-sizing: border-box;
    line-height: 1;
}

.about-n{
    font-size: 30px;
    color: #dcdcdc;
}

.about-n b{
    color: #191919;
    padding-right: 7px;
}

.about-n b span{
    color: #0093dd;
}

.about .about-p{
    overflow: hidden;
    font-size: 14px;
    line-height: 30px;
    color: #666666;
    margin: 80px 0 63px;
    height: 90px;
}
.about-li li:first-child{
    border-left: 0;
}
.about-li li{
    float: left;
    height: 97px;
    border-left: 1px solid #d2d2d2;
    line-height: 1;
    text-align: center;
    width: 24%;
    box-sizing: border-box;
}

.about-li li i{
    display: block;
    width: 100%;
    height: 35px;
    transition: all ease-out .5s;
}

.about-li li:hover i{
    transform: translateY(-3px);
}

.about-li li p{
    font-size: 16px;
    color: #333333;
    transition: all ease-out .5s;
    margin: 20px 0 3px;
}

.about-li li:hover p{
    transform: translateY(-3px);
    color: #0093dd;
}

.about-li li span{
    display: block;
    font-size: 12px;
    color: #999999;
}



.aboutTime {
    width: 100%;
    background: #0093dd;
    height: 200px;
    padding-top: 59px;
    box-sizing: border-box;
}
.aboutTime ul {
    width: 100%;
    margin: 0 auto;
}
.aboutTime ul li {
    float: left;
    width: 25%;
    text-align: center;
    position: relative;
    font-size: 14px;
    color: #fff;
    height: 90px;
}
.aboutTime ul li:before {
    content: "";
    width: 1px;
    background: rgba(255,255,255,.2);
    display: block;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
}
.aboutTime ul li:first-child:before {
    display: none;
}
.aboutTime ul li span {
    display: block;
    font-size: 18px;
}
.aboutTime ul li span b {
    color: #fff;
    font-size: 48px;
    position: relative;
    line-height: 48px;
    display: inline-block;
    padding-right: 5px;
}

.aboutTime ul li p {
    line-height: 1;
    margin-top: 23px;
    font-size: 16px;
}

/*new-box*/
.new-box{
    margin: 58px 0 30px;
}

.new-nav{
    height: 30px;
    border-bottom: 1px solid #e0e0e0;
    margin-top: 35px;
    line-height: 1;
}

.new-nav li{
    float: left;
    margin-right: 40px;
    position: relative;
}
.new-nav li:first-child:before{
    display: none;
}
.new-nav li:before{
    content: '/';
    position: absolute;
    left: -25px;
    top: -2px;
    font-size: 16px;
    color: #333;
}

.new-nav li a{
    display: block;
    color: #333;
}

.new-nav li.on a{
    color: #0093dd;
}

.new-nav .nav-m{
    display: block;
    float: right;
    color: #666666;
    font-size: 12px;
    margin-top: 5px;
}
.new-nav .nav-m:hover{
    color: #0093dd;
}

.new{
    width: 100%;
    margin-top: 41px;
}


.new li{
    width: 100%;
}

.newL{
    width: 419px;
    line-height: 1;
}

.newL .newL-img{
    display: block;
    width: 100%;
    height: 242px;
    overflow: hidden;
}
.newL .newL-name{
    display: block;
    overflow: hidden;
    -ms-text-overflow: ellipsis;
    text-overflow: ellipsis;
    white-space: nowrap;
    width: 100%;
    color: #333333;
    font-size: 18px;
    padding: 45px 0 25px;
}

.newL:hover .newL-name{
    transform: translateY(-5px);
    color: #0093dd;
}

.newL p{
    width: 100%;
    overflow: hidden;
    font-size: 14px;
    line-height: 24px;
    color: #999999;
    height: 48px;
}

.newL span{
    display: block;
    background: url("../images/n-span.png") no-repeat center;
    width: 417px;
    height: 1px;
    margin: 30px 0 42px;
}
.newL .newL-more{
    display: block;
    width: 85px;
    background: url("../images/newL-j.png") no-repeat right center;
    text-align: left;
    font-size: 12px;
    color: #333333;
}

.newL .newL-more:hover{
    transform: translateX(5px);
    color: #0093dd;
}

.newR{
    width: 760px;
}
.newR li:nth-child(1),
.newR li:nth-child(3){
    border-right: 1px solid #ccc;
}
.newR li:nth-child(1),
.newR li:nth-child(2){
    border-bottom: 1px solid #ccc;
}
.newR li{
    float: left;
    width: 380px;
    height: 242px;
    box-sizing: border-box;
    position: relative;
    overflow: hidden;
    z-index: 0;
}


.newR li .new-img{
    display: block;
    width: 100%;
    height: 100%;
    overflow: hidden;
    transform: translateY(255px);
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: -1;
}
.newR li .new-img img{
    display: block;
    width: 100%;
    height: 100%;
}
.newR li:hover .new-img{
    transform: translateY(0);
}

.newR li .new-name{
    display: block;
    overflow: hidden;
    -ms-text-overflow: ellipsis;
    text-overflow: ellipsis;
    white-space: nowrap;
    width: 280px;
    margin-left: 47px;
    line-height: 1;
    font-size: 18px;
    color: #333333;
    padding-top: 80px;
    z-index: 2;
}

.newR li p{
    width: 280px;
    overflow: hidden;
    font-size: 14px;
    line-height: 24px;
    color: #999999;
    height: 48px;
    margin: 25px 0 0 47px;
    transition: all ease-out .5s;
    z-index: 2;
}

.newR li:hover p,
.newR li:hover .new-name{
    color: #fff;
}


.newR li:hover .new-name{
    padding-top: 120px;
}

.newR li:hover p{
    margin-top: 15px;
}

.newR li i{
    display: block;
    font-size: 20px;
    color: #999999;
    position: absolute;
    top: 30px;
    right: 23px;
    transition: all ease-out .5s;
}

.newR li:hover i{
    opacity: 0;
}


/*常见问题*/
.nh {
    position: relative;
}

.nhBox {
    width: 1032px;
    position: relative;
    float: right;
}

.nhBox .tempWrap {
    width: 100% !important;
}



.nhBox .prev3,
.nhBox .next3{
    width: 53px;
    height: 23px;
    display: block;
    position: absolute;
    bottom: 0;
    left: -145px;
    z-index: 2;
    background: #121212;
    cursor: pointer;
    font-size: 13px;
    color: #fff;
    text-align: center;
    line-height: 23px;
    transition: all ease-out .5s;
}
.nhBox .prev3:hover,
.nhBox .next3:hover{
    background: #008bd9;
}
.nhBox .next3 {
    left: -92px;
}

.nhBox li {
    background: #008bd9;
    width: 490px !important;
    height: 100px;
    padding: 22px 33px 20px 14px;
    box-sizing: border-box;
    margin-right: 52px;
}

.nhBox li a {
    width: 390px;
    display: block;
    overflow: hidden;
    -ms-text-overflow: ellipsis;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-size: 16px;
    color: #fff;
    margin-bottom: 14px;
    transition: .6s;
    background: url("../images/wen.png") no-repeat 0 0;
    padding-left: 35px;
}

.nhBox li:hover a {
    transform: translateX(5px);
}

.nhBox li p {
    width: 390px;
    background: url("../images/da.png") no-repeat 0 0;
    padding-left: 35px;
    font-size: 14px;
    height: 23px;
    line-height: 23px;
    color: #fff;
    overflow: hidden;
    -ms-text-overflow: ellipsis;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.nh h3 {
    float: left;
    line-height: 1;
}

.nh h3 a {
    display: block;
    font-size: 28px;
    color: #008bd9;
}

.nh h3 span {
    display: block;
    font-size: 12px;
    color: #5b5b5b;
    margin-top: 6px;
}


/*link*/
.link-box{
    position: relative;
    height: 77px;
    border-top: 1px solid #eee;
    line-height: 77px;
    overflow: hidden;
}
.link{
    width: 100%;
    overflow: hidden;
}

.link p{
    font-size: 18px;
    color: #008bd9;
    background: url("../images/link.png") no-repeat right center;
    width: 122px;
    text-align: center;
}

.link .link-a{
    width: 87%;
    margin-left:20px;
}
.link .link-a a{
    padding: 0 15px;
    font-size: 14px;
    color: #555;
    display: inline-block;
}
.link .link-a a:hover{
    transform: translateY(-3px);
    color: #008bd9;
}

/*form-box*/
.form-box{
    height: 184px;
    background-color: #0093dd;
}

.formL{
    line-height: 1;
    padding-top: 44px;
    color: #fff;
}
.formL b{
    display: block;
    font-size: 30px;
}
.formL i{
    display: block;
    font-size: 12px;
    color: #ffffff;
    opacity: 0.3;
    margin: 16px 0;
}

.form-tell{
    line-height: 36px;
}

.form-tell p{
    background: url("../images/tell3.png") no-repeat 0 center;
    padding-left: 27px;
    box-sizing: border-box;
    font-size: 16px;
}
.form-tell a{
    display: block;
    text-align: center;
    color: #0093dd;
    font-size: 16px;
    width: 120px;
    height: 36px;
    background-color: #ffffff;
    border-radius: 18px;
}

.formR{
    width: 637px;
}
.webq_bottom_r {
    width: 100%;
    box-sizing: border-box;
    padding-top: 45px;
}

.webq_bottom_rt {
    color: #fff;
    font-size: 22px;
    line-height: 30px;
    text-align: center;
    padding: 40px 0 10px 0;
}

.webq_bottom_rt2 {
    height: 40px;
    line-height: 20px;
    color: #fff;
    font-size: 14px;
    text-transform: uppercase;
}

.webq_bottom_rt2 span {
    font-size: 20px;
}

.webq_bottom_rli2 {
    width: 42px;
    height: 4px;
    background: #000;
}


.webq_bottom_r1 {
    height: 42px;
    margin-top: 18px;
    padding: 6px 5px 5px 10px;
    box-sizing: border-box;
    width: 215px;
    float: left;
    border: solid 1px rgba(255, 255, 255, .3);
}

.webq_bottom_r3 {
    float: left;
}

.webq_bottom_r3_1 {
    width: 214px;
    float: left;
    height: 42px;
    line-height: 42px;
    padding: 0 6px 0 11px;
    box-sizing: border-box;
    border: solid 1px rgba(255, 255, 255, .3);
}

.webq_bottom_rml {
    margin-left: 21px;
}


.webq_bottom_r4 {
    height: 37px;
    float: right;
    width: 81px;
    background: #fff;
}

.webq_bd_1 {
    width: 100%;
    height: 100%;
    border: 0;
    background: none;
    line-height: 24px;
    color: #fff;
}

.webq_bd_2 {
    width: 100%;
    height: 42px;
    line-height: 42px;
    border: 0;
    background: none;
    color: #fff;
    display: block;
}

.webq_yan {
    margin-right: 20px;
    float: left;
    height: 42px;
    margin-top: 18px;
    width: 215px;
    border: solid 1px rgba(255, 255, 255, .3);
    box-sizing: border-box;
}

.webq_yan input {
    width: 120px;
    height: 42px;
    box-sizing: border-box;
    padding-left: 10px;
    font-size: 14px;
    color: #fff;
    float: left;
    background: none;
}

.webq_yan .web_yanimg {
    width: 90px;
    height: 38px;
    overflow: hidden;
    float: right;
}

.webq_yan .web_yanimg img {
    display: block;
    width: 100%;
    height: 100%;
}

.webq_bd_go {
    border: 0;
    width: 130px;
    height: 130px;
    box-sizing: border-box;
    background: url("../images/form-bt.png") no-repeat center;
    cursor: pointer;
    color: #008fdb;
    text-align: center;
    font-size: 18px;
    font-weight: bold;
    padding: 10px 39px;
    margin: -15px 0 0 40px;
}


.webq_bottom_r input::-webkit-input-placeholder {
    color: #fff;
}

.webq_bottom_r input::-moz-placeholder {
    color: #fff;
}

.webq_bottom_r input:-moz-placeholder {
    color: #fff;
}

.webq_bottom_r input:-ms-input-placeholder {
    color: #fff;
}

.webq_bottom_r textarea::-webkit-input-placeholder {
    color: #fff;
}

.webq_bottom_r textarea::-moz-placeholder {
    color: #fff;
}

.webq_bottom_r textarea:-moz-placeholder {
    color: #fff;
}

.webq_bottom_r textarea:-ms-input-placeholder {
    color: #fff;
}















































































































































































