/*-----------------------------------------------------------*/
/*copyright by 动力无限  www.btoe.cn*/
/*邮箱 btoe@btoe.cn*/
/*合作电话 400-0599-360*/
/*版权所有违者必究*/
/*-----------------------------------------------------------*/


/*Generated by wjdhcms 3.0 */
@charset "utf-8";

::-webkit-scrollbar {
    width: 8px;
    height: 8px;
    background-color: #F5F5F5;
}

::-webkit-scrollbar-track {
    border-radius: 10px;
    background-color: #E2E2E2;
}

::-webkit-scrollbar-thumb {
    border-radius: 10px;
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, .3);
    box-shadow: inset 0 0 6px rgba(0, 0, 0, .3);
    background-color: #555;
}

 ::selection {
	background-color: #007cc2;
	color: #fff;
}

::-moz-selection {
	background-color: #007cc2;
	color: #fff;
}

::-webkit-selection {
	background-color: #007cc2;
	color: #fff;
}

#wjdh-kefu .wjdh-kefu-qq p,
#wjdh-kefu .wjdh-kefu-qq a,
#wjdh-kefu .wjdh-kefu-tel p,
#wjdh-kefu .wjdh-kefu-tel img,
#wjdh-kefu .wjdh-kefu-erweima img{
    box-sizing: content-box;
}
* {
    padding: 0;
    margin: 0;
    font-family: 'Microsoft YaHei', arial, helvetica, clean, sans-serif;
}

body {
    font: 14px/1.231 'Microsoft YaHei', arial, helvetica, clean, sans-serif;
    color: #333;
    margin: 0;
    background: url("../images/body_bg.png") center top no-repeat;
}
*:before, *:after {
    box-sizing: content-box;
}
:focus {
    outline: 1;
}

article,
aside,
canvas,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
summary {
    display: block;
}

a {
    color: #333;
    text-decoration: none;
}

a:link,
a:hover,
a:active,
a:visited {
    text-decoration: none;
}

ins {
    background-color: #ff9;
    color: #000;
    text-decoration: none;
}

mark {
    background-color: #ff9;
    color: #000;
    font-style: italic;
    font-weight: bold;
}

del {
    text-decoration: line-through;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #cccccc;
    margin: 1em 0;
    padding: 0;
}

input,
select {
    vertical-align: middle;
}

li,
ul {
    list-style-type: none;
}

img {
    border: none;
}
input,textarea {
    outline: 0;
    border: 0;
    resize: none;
}



h1,
h2,
h3,
h4,
h5,
h6,
dl,
dd,
dt,
i,
em {
    font-weight: normal;
    font-style: normal;
}

.webqq_ewm{box-sizing: content-box;}


.fixedNav {
    position: fixed;
    top: 0px;
    left: 0px;
    width: 100%;
    z-index: 100000;
    _position: absolute;
    _top: expression(eval(document.documentElement.scrollTop));
   box-shadow: 0px 10px 12px rgba(0,0,0,.1);
}



html{
        cursor: url(../images/cur.png),
        default;
}

a{
   cursor: url(../images/Acur.png),
   default ;
}

textarea{
    animation: animated 1s infinite;
    -moz-animation: animated 1s infinite;
    -webkit-animation: animated 1s infinite;
    -o-animation: animated 1s infinite;
 
}

input[type="text"]{
     animation: animated 1s infinite;
    -moz-animation: animated 1s infinite;
    -webkit-animation: animated 1s infinite;
    -o-animation: animated 1s infinite;
}
input[type="button"]
{
   cursor: url(../images/Acur.png),
   default  !important;
}

input,button{
        outline: none;
}

@keyframes animated {
    0% {
        cursor: url('../images/Pcuro1.png'),
        auto;
    }

    8.8% {
        cursor: url('../images/Pcuro2.png'),
            auto;
    }

    17.6% {
        cursor: url('../images/Pcuro3.png'),
            auto;
    }

    26.4% {
        cursor: url('../images/Pcuro4.png'),
            auto;
    }

    35.2% {
        cursor: url('../images/Pcuro5.png'),
            auto;
    }

    44% {
        cursor: url('../images/Pcuro6.png'),
            auto;
    }

    52.8% {
        cursor: url('../images/Pcuro7.png'),
            auto;
    }

    61.6% {
        cursor: url('../images/Pcuro8.png'),
            auto;
    }

    70.4% {
        cursor: url('../images/Pcuro9.png'),
            auto;
    }

    79.2% {
        cursor: url('../images/Pcuro10.png'),
            auto;
    }

    88% {
        cursor: url('../images/Pcuro11.png'),
            auto;
    }

    100% {
        cursor: url('../images/Pcuro12.png'),
            auto;
    }

    
}



.wjdh-ico1,.wjdh-ico2{vertical-align: middle;}


.swiper-button-next.swiper-button-disabled, .swiper-button-prev.swiper-button-disabled,.swiper-pagination-bullet{opacity: 1;}
.center{width:1200px;margin: auto;}
.hide{display: none;}
.clear{clear:both;}
.clears::after{content: "";display: block;clear: both;}
.empty{height: 1px;}

@-webkit-keyframes hvr-wobble-skew {
    16.65% {
        -webkit-transform: skew(-12deg);
        transform: skew(-12deg);
    }
    33.3% {
        -webkit-transform: skew(10deg);
        transform: skew(10deg);
    }
    49.95% {
        -webkit-transform: skew(-6deg);
        transform: skew(-6deg);
    }
    66.6% {
        -webkit-transform: skew(4deg);
        transform: skew(4deg);
    }
    83.25% {
        -webkit-transform: skew(-2deg);
        transform: skew(-2deg);
    }
    100% {
        -webkit-transform: skew(0);
        transform: skew(0);
    }
}
@keyframes hvr-wobble-skew {
    16.65% {
        -webkit-transform: skew(-12deg);
        transform: skew(-12deg);
    }
    33.3% {
        -webkit-transform: skew(10deg);
        transform: skew(10deg);
    }
    49.95% {
        -webkit-transform: skew(-6deg);
        transform: skew(-6deg);
    }
    66.6% {
        -webkit-transform: skew(4deg);
        transform: skew(4deg);
    }
    83.25% {
        -webkit-transform: skew(-2deg);
        transform: skew(-2deg);
    }
    100% {
        -webkit-transform: skew(0);
        transform: skew(0);
    }
}

.btn1{
    overflow: hidden;
    position: relative;
    z-index: 2;
}

.btn1::before{
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
    opacity: 1;
    -webkit-transform: translate(-105%,0);
    transform: translate(-105%,0);
    border-right-width: 1px;
    border-right-style: solid;
    border-right-color: rgba(255,255,255,1);
    background-color: rgba(255,255,255,0.25);
}
.btn1:hover::before{
    opacity: 0;
    -webkit-transform: translate(0,0);
    transform: translate(0,0);
}

/* top */
.topBox {
    width: 100%;
    height: 40px;
    line-height: 40px;
    background: #f7f7f7;
}

.topBox .center {
    height: 40px;
}

.topBox img {
    vertical-align: sub;
    margin-right: 8px;
}

.topBox p {
    float: left;
    font-size: 14px;
    color: rgba(51,51,51,.6);
    padding-left: 24px;
}

/* 询盘 */
.topxunpan {
    float: right;
}

.topxunpan .xp {
    height: 40px;
    position: relative;
    line-height: 40px;
    font-size: 14px;
    color: rgba(51,51,51,.6);
    cursor: pointer;
}

.topxunpan .xp i {
    font-size: 16px;
    font-weight: bold;
    color: rgba(255,188,0,.6);
    display: inline-block;
    vertical-align: top;
}

.topxunpan .xp #xunpantip {
    z-index: 999;
    position: absolute;
    top: 35px;
    left: 50%;
    width: 180px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    color: #fff;
    font-size: 14px;
    -webkit-transform: translateX(-50%) scale(0);
    -moz-transform: translateX(-50%) scale(0);
    -o-transform: translateX(-50%) scale(0);
    -ms-transform: translateX(-50%) scale(0);
    transform: translateX(-50%) scale(0);
    -webkit-transition: transform .4s, opacity .4s;
    -moz-transition: transform .4s, opacity .4s;
    -o-transition: transform .4s, opacity .4s;
    -ms-transition: transform .4s, opacity .4s;
    transition: transform .4s, opacity .4s;
    background-color: #007cc2;
    border-radius: 4px;
    opacity: 0;
    font-weight: bold;
    box-shadow: 0 3px 5px 0 #007cc2;
}

.topxunpan .xp #xunpantip::after {
    content: '';
    position: absolute;
    top: -16px;
    left: 50%;
    width: 0;
    height: 0;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    border: 8px solid transparent;
    border-bottom-color: #007cc2;
}

.topxunpan .xp #xunpantip.xunpantextactive {
    -webkit-transform: translateX(-50%) scale(1);
    -moz-transform: translateX(-50%) scale(1);
    -o-transform: translateX(-50%) scale(1);
    -ms-transform: translateX(-50%) scale(1);
    transform: translateX(-50%) scale(1);
    opacity: 1;
}

.top3 {
    float: right;
    height: 40px;
    line-height: 14px;
    padding: 13px 0;
    margin-left: 18px;
    overflow: hidden;
    box-sizing: border-box;
}

.top3 li {
    float: left;
    height: 100%;
    text-align: center;
    font-size: 14px;
    color: rgba(51,51,51,.6);
}

.top3 li::after{
    content: "丨";
    display: inline-block;
    vertical-align: top;
    font-size: 14px;
    line-height: 14px;
    color: rgba(51,51,51,.6);
}

.top3 li:last-child::after {
    display: none;
}

.top3 li a {
    color: rgba(51,51,51,.6);
    transition: all .5s;
}

.top3 li:hover a {
    color: #007cc2;
}

/* header */
.header {
    height: 145px;
    overflow: hidden;
}

.header h1 {
    float: left;
    width: 165px;
    height: 100%;
    padding: 22px 0 34px;
    box-sizing: border-box;
    position: relative;
}

.header h1 a, .header h1 img {
    display: block;
    width: 100%;
    height: 100%;
}

.header2 {
    float: left;
    height: 100%;
    margin-left: 40px;
    box-sizing: border-box;
    padding: 42px 0 46px 30px;
    position: relative;
}

.header2::before{
    content: "";
    display: block;
    width: 1px;
    height: 52px;
    background-color: #cecece;
    position: absolute;
    top: 50px;
    left: 0;
}

.header2 p {
    font-size: 18px;
    line-height: 30px;
    color: #4d4d4d;
}

.header3 {
    float: right;
    height: 100%;
    overflow: hidden;
    padding: 42px 0 46px;
    box-sizing: border-box;
}

.header3 img {
    float: left;
    width: 52px;
    height: 53px;
    margin-top: 2x;
}

.header3-2 {
    float: left;
    margin-left: 12px;
}
.header3-2 p{
    font-size: 17px;
    line-height: 17px;
    color: #333333;
}
.header3-2 span {
    display: block;
    font-family: Arial;
    font-size: 32px;
    line-height: 24px;
    color: #666666;
    margin-top: 14px;
}

/*导航开始*/
.webq_head_xx{ width:100%; height:auto;    }

.nav_xiala_xx{ width:100%; height: 70px; background:#007cc2;}

.nav_xiala{ width:1200px; height: 70px; margin: 0 auto; }

.nav_xiala ul li{ float:left; width: 150px; height: 70px; text-align:center; font-size:15px;  position:relative;  -webkit-transition: all .5s ease-in-out; transition: all .5s ease-in-out;}

.nav_xiala ul li::after{content: "";display: block;width: 1px;height: 100%;background: url("../images/nav_hr.png") center no-repeat;position: absolute;top: 0;right: 0;}

.nav_xiala ul li:last-child::after{display: none;}

.nav_xiala > ul > li > a{ display:block; color:#ffffff; height: 100%; line-height: 15px;  overflow: hidden;padding: 15px 0 18px;box-sizing: border-box;-webkit-transition: all .5s; transition: all .5s; -webkit-transform: perspective(1px) translateZ(0);transform: perspective(1px) translateZ(0);position: relative;}

.nav_xiala > ul li > a > span{font-family: Arial;font-size: 12px;line-height: 10px;color: #ffffff;margin-top: 12px;display: block;text-transform: uppercase;transition: all .5s;}

.nav_xiala > ul > li > a:before{content: "";display: block;width: 100%;height: 0;z-index: -1;position: absolute;bottom: 0;left: 0;background: #ff7600;transition: all .5s;}

.nav_xiala ul li:hover > a::before{height: 100%;}

.nav_xiala ul li:hover > a,.nav_xiala ul li:hover > a span{ color:#ffffff;   }

.nav_xiala .erji_xiala{  position:absolute; top: 70px; left: 50%; z-index:20;  height:0; visibility: hidden; width: 160px;margin-left: -80px; /*和一级栏目一样宽度*/ }
.nav_xiala .erji_xiala i{ display: block; opacity: 0; border-bottom:1px solid rgba(255,255,255,0.35); background:#ff7600;  position:relative;  }
.nav_xiala .erji_xiala i a{ height: 40px; line-height: 40px;  font-size:14px; display: block; color:#ffffff; padding: 0 10px; overflow: hidden; white-space: nowrap; text-overflow: ellipsis;  }

.nav_xiala .erji_xiala i a:hover{  color:#FFF;  }

.nav_xiala .erji_xiala i:hover{ background:#007cc2; }

.nav_xiala .erji_xiala i:hover a{color:#FFF;}/* 这个是三级菜单hover之后二级栏字体的颜色 */


.nav_xiala .erji_xiala i a{
    background: -webkit-linear-gradient(left, #007cc2, #007cc2) no-repeat;
    background: linear-gradient(to right, #007cc2, #007cc2) no-repeat;
    background-size: 0% 100%; -webkit-transition: all .5s; transition: all .5s;
}

.nav_xiala .erji_xiala i > a:hover{
    background: -webkit-linear-gradient(left, #007cc2, #007cc2) no-repeat;
    background: linear-gradient(to right, #007cc2, #007cc2) no-repeat;
    background-size: 100% 100%;
}


.nav_xiala ul li:hover .erji_xiala{ height:auto; visibility: visible; }

.nav_xiala .erji_xiala i{ opacity: 0; transform: rotateY(90deg); transition:.5s;}

.nav_xiala ul li:hover .erji_xiala i{ opacity: 1;  transform: rotateY(0); }

.nav_xiala ul li:hover .erji_xiala i:nth-child(1){ transition-delay: 50ms;}
.nav_xiala ul li:hover .erji_xiala i:nth-child(2){ transition-delay: 100ms;}
.nav_xiala ul li:hover .erji_xiala i:nth-child(3){ transition-delay: 150ms;}
.nav_xiala ul li:hover .erji_xiala i:nth-child(4){ transition-delay: 200ms;}
.nav_xiala ul li:hover .erji_xiala i:nth-child(5){ transition-delay: 250ms;}
.nav_xiala ul li:hover .erji_xiala i:nth-child(6){ transition-delay: 300ms;}
.nav_xiala ul li:hover .erji_xiala i:nth-child(7){ transition-delay: 350ms;}
.nav_xiala ul li:hover .erji_xiala i:nth-child(8){ transition-delay: 400ms;}
.nav_xiala ul li:hover .erji_xiala i:nth-child(9){ transition-delay: 450ms;}
.nav_xiala ul li:hover .erji_xiala i:nth-child(10){ transition-delay: 500ms;}

.nav_xiala  .erji_xiala i:nth-child(1){ transition-delay: 500ms;}
.nav_xiala  .erji_xiala i:nth-child(2){ transition-delay: 450ms;}
.nav_xiala  .erji_xiala i:nth-child(3){ transition-delay: 400ms;}
.nav_xiala  .erji_xiala i:nth-child(4){ transition-delay: 350ms;}
.nav_xiala  .erji_xiala i:nth-child(5){ transition-delay: 300ms;}
.nav_xiala  .erji_xiala i:nth-child(6){ transition-delay: 250ms;}
.nav_xiala  .erji_xiala i:nth-child(7){ transition-delay: 200ms;}
.nav_xiala  .erji_xiala i:nth-child(8){ transition-delay: 150ms;}
.nav_xiala  .erji_xiala i:nth-child(9){ transition-delay: 100ms;}
.nav_xiala  .erji_xiala i:nth-child(10){ transition-delay: 50ms;}


.nav_xiala .sanji_xiala {  width: 165px; height:0px; visibility: hidden; position: absolute; top: 0px; left: 100%; /*和一级栏目一样left*/  }
.nav_xiala .sanji_xiala span{ border-bottom:1px dashed rgba(255,255,255,0.35); display: block; background:#007cc2; text-align: left; opacity: 0; }
.nav_xiala .sanji_xiala span a { height: 40px; line-height: 40px; display: block; color:#FFF; font-size:14px; padding-left: 10px; padding: 0 8px 0 15px;
    overflow: hidden;   white-space: nowrap; text-overflow: ellipsis; }
.nav_xiala .sanji_xiala span a:hover{  color:#FFF; padding-left: 25px; }


.nav_xiala .sanji_xiala span a{
    background: -webkit-linear-gradient(left, #007cc2, #007cc2) no-repeat;
    background: linear-gradient(to right, #007cc2, #007cc2) no-repeat;
    background-size: 100% 0%; -webkit-transition: all .5s; transition: all .5s;
}

.nav_xiala .sanji_xiala span a:hover{
    background: -webkit-linear-gradient(left, #007cc2, #007cc2) no-repeat;
    background: linear-gradient(to right, #007cc2, #007cc2) no-repeat;
    background-size: 100% 100%;
}


.nav_xiala .sanji_xiala_di{ background:url(../images/liqsub_ss.png) no-repeat center; width: 7px; height: 11px; position: absolute; top: 14px; right: 5px;}

.nav_xiala .erji_xiala i:hover .sanji_xiala{ height:auto; visibility: visible; }

.nav_xiala .sanji_xiala span{ opacity: 0; transform: rotateY(90deg); transition:.5s;}

.nav_xiala .erji_xiala i:hover .sanji_xiala span{ opacity: 1;  transform: rotateY(0); }
.nav_xiala .erji_xiala i:hover .sanji_xiala span:nth-child(1){ transition-delay: 50ms;}
.nav_xiala .erji_xiala i:hover .sanji_xiala span:nth-child(2){ transition-delay: 100ms;}
.nav_xiala .erji_xiala i:hover .sanji_xiala span:nth-child(3){ transition-delay: 150ms;}
.nav_xiala .erji_xiala i:hover .sanji_xiala span:nth-child(4){ transition-delay: 200ms;}
.nav_xiala .erji_xiala i:hover .sanji_xiala span:nth-child(5){ transition-delay: 250ms;}
.nav_xiala .erji_xiala i:hover .sanji_xiala span:nth-child(6){ transition-delay: 300ms;}
.nav_xiala .erji_xiala i:hover .sanji_xiala span:nth-child(7){ transition-delay: 350ms;}
.nav_xiala .erji_xiala i:hover .sanji_xiala span:nth-child(8){ transition-delay: 400ms;}
.nav_xiala .erji_xiala i:hover .sanji_xiala span:nth-child(9){ transition-delay: 450ms;}
.nav_xiala .erji_xiala i:hover .sanji_xiala span:nth-child(10){ transition-delay: 500ms;}


.nav_xiala > ul > li.another > a:before{height: 100%;}
.nav_xiala > ul > li.another > a,.nav_xiala > ul > li.another > a > span{  color:#ffffff; }


/* footer */
.footer {
    width: 100%;
    height: 510px;
    cursor: default;
    background: url("../images/footer_bg.jpg") no-repeat center center;
}
.footer1 {
    width: 100%;
    height: 106px;
}
.foo_box {
    width: 100%;
    height: 106px;
    overflow: hidden;
}
.foo_box li {
    float: left;
    width: auto;
    height: 100%;
    overflow: hidden;
    padding: 22px 0 30px;
    box-sizing: border-box;
    position: relative;
}
.foo_box li::after{
    content: "";
    display: block;
    width: 1px;
    height: 62px;
    background-color: rgba(0,0,0,.1);
    position: absolute;
    top: 20px;
    right: 0;
}
.foo_box li:first-child{
    width: 330px;
    margin-right: 68px;
}
.foo_box li:nth-child(2){
    width: 290px;
    margin-right: 60px;
}
.foo_box li:last-child {
    width: 450px;
    margin-right: 0;
}
.foo_box li:last-child::after{
    display: none;
}
.foo_box li .foo_icon {
    float: left;
    width: 53px;
    height: 51px;
    transition: all 0.5s;
    position: relative;
}
.foo_box li .foo_icon::after {
    content: "";
    display: block;
    width: 53px;
    height: 51px;
    transition: all 0.5s;
}
.foo_box li .foo_icon1 {
    background: url("../images/footer1.png") no-repeat center center;
}
.foo_box li .foo_icon1::after {
    background: url("../images/footer1.png") center -55px no-repeat;
}
.foo_box li .foo_icon2 {
    background: url("../images/footer2.png") no-repeat center center;
}
.foo_box li .foo_icon2::after {
    background: url("../images/footer2.png") center -55px no-repeat;
}
.foo_box li .foo_icon3 {
    width: 42px;
    background: url("../images/footer3.png") no-repeat center center;
}
.foo_box li .foo_icon3::after {
    background: url("../images/footer3.png") center -55px no-repeat;
}
.foo_box li .foo_desc {
    float: left;
    height: 100%;
    margin-left: 25px;
}
.foo_box li .foo_desc h5 {
    font-size: 16px;
    line-height: 16px;
    color: #ffffff;
}
.foo_box li .foo_desc p {
    font-size: 16px;
    line-height: 20px;
    color: #ffffff;
    margin-top: 14px;
}
.foo_box li .foo_desc p i {
    display: block;
    font-size: 20px;
}
.foo_box li:hover .foo_icon {
    background-position: center 65px;
}
.foo_box li:hover .foo_icon::after {
    background-position: center;
}
.footer2 {
    height: 346px;
    overflow: hidden;
}
.foo2-1 {
    float: left;
    width: 210px;
    height: 294px;
    padding: 26px 0 22px;
    box-sizing: border-box;
    background-color: #ffffff;
}
.foo2-1 .foo_logo {
    width: 163px;
    height: 88px;
    margin: auto;
}
.foo2-1 .foo_logo a,
.foo2-1 .foo_logo img {
    display: block;
    width: 100%;
    height: 100%;
}
.foo2-1 .or-card {
    width: 130px;
    height: 130px;
    margin: 30px auto 0;
}
.foo2-1 .or-card img {
    display: block;
    width: 100%;
    height: 100%;
}
.foo2-2 {
    float: left;
    width: 506px;
    height: 100%;
    margin-left: 65px;
    overflow: hidden;
    padding: 84px 0 76px;
    box-sizing: border-box;
}
.foo2-2 .foo_nav {
    width: 100%;
    height: 100%;
    overflow: hidden;
}
.foo2-2 .foo_nav li {
    float: left;
    width: 100px;
    height: 100%;
    margin-right: 42px;
}
.foo2-2 .foo_nav li:first-child,
.foo2-2 .foo_nav li:nth-child(3) {
    width: 64px;
    margin-right: 68px;
}
.foo2-2 .foo_nav li:last-child {
    margin-right: 0;
}
.foo2-2 .foo_nav li h5 {
    font-size: 16px;
    font-weight: bold;
    line-height: 18px;
    color: #ffffff;
}
.foo2-2 .foo_nav li .foo_hr {
    width: 30px;
    height: 2px;
    margin: 12px 0;
    background-color: #ffffff;
}
.foo2-2 .foo_nav li p {
    font-size: 12px;
    line-height: 30px;
    color: #a4a4a4;
}
.foo2-2 .foo_nav li p a {
    display: block;
    color: #a4a4a4;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    transition: all 0.5s;
}
.foo2-2 .foo_nav li p:hover a {
    color: #ffffff;
    transform: translateX(3px);
}
.foo2-3 {
    float: right;
    width: 360px;
    height: 100%;
    padding: 82px 0 90px;
    box-sizing: border-box;
}
.input1 {
    float: left;
    width: 170px;
    height: 36px;
    overflow: hidden;
    margin: 0 20px 14px 0;
    box-sizing: border-box;
    background-color: #ffffff;
    border: solid 1px #dcdcdc;
}
.input1 label {
    float: left;
    width: 30px;
    height: 36px;
    display: block;
    position: relative;
}
.input1 label img {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
}
.input1 input,
.input1 textarea {
    float: left;
    width: calc(100% - 30px);
    height: 100%;
    display: block;
    font-size: 14px;
    color: #666666;
    padding-right: 10px;
    box-sizing: border-box;
}
.input1 input::placeholder,
.input1 textarea::placeholder {
    color: #666666;
}
.input2 {
    margin-right: 0;
}
.text1 {
    float: none;
    width: 360px;
    height: 70px;
}
.text1 textarea {
    line-height: 24px;
    padding-top: 6px;
    box-sizing: border-box;
}
.input3 {
    float: left;
    width: 242px;
    height: 36px;
    overflow: hidden;
}
.input3 input {
    float: left;
    width: 130px;
    height: 36px;
    font-size: 14px;
    color: #666666;
    padding: 0 20px;
    box-sizing: border-box;
    background-color: #ffffff;
    border: solid 1px #dcdcdc;
}
.input3 input::placeholder {
    color: #666666;
}
.input3 img {
    float: right;
    display: block;
    width: 90px;
    height: 36px;
    cursor: pointer;
}
.m_sub {
    float: left;
    display: block;
    width: 100px;
    height: 36px;
    font-size: 14px;
    color: #ffffff;
    border-radius: 3px;
    margin-left: 18px;
    cursor: pointer;
    background-color: #ff7600;
}
.footer3 {
    height: 58px;
    font-size: 12px;
    line-height: 58px;
    color: #a3a3a3;
    overflow: hidden;
}
.footer3 a {
    color: #a3a3a3;
    transition: all .5s;
}
.footer3 a:hover{
    color: #ffffff;
}
.footer3 .foo3-1 {
    float: left;
}
.footer3 .foo3-2 {
    float: right;
    height: 100%;
}
.footer3 .foo3-2 a {
    margin-right: 10px;
}
.footer3 .foo3-2 a img {
    vertical-align: middle;
}
.footer3 .foo3-2 a:last-of-type {
    margin-right: 0;
}