@charset "utf-8";
/* CSS Document */
/* common */
body,div,h1,h2,h3,h4,h5,h6,dl,dd,dt,p,a,form,select,input,ul,ol,li{margin:0; padding:0; text-indent:0; font-weight:normal;font-size:14px; font-family:'Microsoft YaHei', sans-serif;color:#5a5a5a;}
ul,ol{list-style:none; text-indent:0; list-style-position:outside;}
img{border:0;display:block;}
b{font-weight:normal}
/* link : style */
a{text-decoration:none;}
a:hover{text-decoration:none;}
/*clear*/
.clearfix:before,
.clearfix:after {
    content: " ";
    display: table;
}
.clearfix:after {
    clear: both;
}


.wrap{
    margin:0 auto;
    width:100%;
    max-width:1920px;
    min-width:1000px;
    overflow:hidden;
    position:relative;
}
.main{
    margin:0 auto;
    width:1000px;
    position:relative;
}
.header{
    top:0;
    left:50%;
    margin-left:-960px;
    width:1920px;
    height:100px;
    position:absolute;
    z-index:9999;
    background:#1b1126;
    background:rgba(27,17,38,0.8);
}
.header .logo{
    margin-top:35px;
    margin-left:14px;
    float:left;
    width:116px;
    height:35px;
}
.header .logo-text{
    margin-left:8px;
    padding-left:8px;
    margin-top:44px;
    float:left;
    font-size:16px;
    color:#ffffff;
    line-height:24px;
    border-left:1px solid #ffffff;
}
.header .nav{
    margin-top:47px;
    margin-left:54px;
    float:left;
}
.header .nav > li{
    margin-right:20px;
    float:left;
}
.header .nav > li a{
    font-size:16px;
    line-height:16px;
    color:#ffffff;
    cursor:pointer;
}
.header .nav > li.first{
    padding-right:22px;
    cursor:pointer;
    background:url("../img/nav-tag.png") no-repeat right 2px;
}
.header .nav > li.first > a{
    color:#ff5554;
}
#navBtn{
    position:relative;
}
#navBtn ul{
    top:40px;
    left:50%;
    margin-left:-290px;
    padding:0 10px;
    width:580px;
    position:absolute;
    display:none;
    border-top:1px solid #ff5554;
    border-bottom:1px solid #ff5554;
    transition:0.4s;
}
#navBtn.act ul{
    display:block;
    transition:0.4s;
}
#navBtn ul span{
    top:-7px;
    left:50%;
    margin-left:-6px;
    width:12px;
    height:7px;
    display:block;
    position:absolute;
    background:url("../img/nav-jt.png") no-repeat center;
}
#navBtn ul li{
    margin:0 12px;
    float:left;
    line-height:30px;
}
#navBtn ul li a{
    font-size:16px;
    line-height:16px;
    color:#ffffff;
}
.header .phone{
    margin-top:46px;
    float:right;
    padding-left:25px;
    height:20px;
    font-size:16px;
    color:#ffffff;
    background:url("../img/phone.png") no-repeat left center;
}
.banner{
    width:100%;
    height:800px;
    position:relative;
}
.banner #banner{
    margin:0 auto;
    width:100%;
    height:800px;
}
.banner #banner .swiper-slide{
    width:1920px;
    height:800px;
    overflow:hidden;
    position:relative;
}
.banner #banner .img1{
    left:50%;
    margin-left:-960px;
    width:1920px;
    height:800px;
    position:absolute;
    background:url("../img/banner-1-bg.jpg") no-repeat center;
}
.banner #banner .txt1{
    top:300px;
    left:582px;
    position:absolute;
    animation:2s txt1 infinite linear;
}
@keyframes txt1 {
    0%{left:582px;}
    50%{left:542px;}
    100%{left:582px;}
}
.banner #banner .txt2{
    top:287px;
    left:742px;
    position:absolute;
    animation:2s txt2 infinite linear;
}
@keyframes txt2 {
    0%{transform:scale(1)}
    50%{transform:scale(1.05)}
    100%{transform:scale(1)}
}
.banner #banner .txt3{
    top:414px;
    left:710px;
    position:absolute;
    animation:2s txt3 infinite linear;
}
@keyframes txt3 {
    0%{transform:scale(1.05)}
    50%{transform:scale(1)}
    100%{transform:scale(1.05)}
}
.banner #banner .txt4{
    top:415px;
    left:970px;
    position:absolute;
    animation:2s txt4 infinite linear;
}
@keyframes txt4 {
    0%{left:990px;}
    50%{left:970px;}
    100%{left:990px;}
}
.banner #banner .txt5{
    top:530px;
    left:652px;
    position:absolute;
    animation:1s txt5 infinite linear;
}
@keyframes txt5 {
    0%{opacity: 1}
    50%{opacity: 0.6}
    100%{opacity: 1}
}
.banner #banner .tag{
    top:536px;
    left:688px;
    position:absolute;
    animation:2s tag infinite linear;
}
@keyframes tag {
    0%{transform:rotate(0deg)}
    100%{transform:rotate(360deg)}
}
.banner #banner .y1{
    top:410px;
    left:560px;
    width:25px;
    height:25px;
    position:absolute;
    animation:1s y1 infinite linear;
}
@keyframes y1 {
    0%{transform:rotate(0deg)}
    100%{transform:rotate(360deg)}
}
.banner #banner .y2{
    top:574px;
    left:1160px;
    width:53px;
    height:53px;
    position:absolute;
    animation:1s y2 infinite linear;
}
@keyframes y2 {
    0%{transform:rotate(360deg)}
    100%{transform:rotate(0deg)}
}
.banner #banner .img{
    left:50%;
    margin-left:-960px;
    width:1920px;
    height:800px;
    position:absolute;
}
.banner .pagination {
    width:100%;
    bottom:80px;
    z-index:99999;
    text-align:center;
    position: absolute;
}
.banner .swiper-pagination-switch {
    margin:0 5px;
    width:12px;
    height:12px;
    cursor:pointer;
    display:inline-block;
    background:#000000;
    border-radius:100%;
    transition:0.4s;
}
.banner .swiper-active-switch {
    width:12px;
    height:12px;
    background:#fb575f;
    transition:0.4s;
}
.part{
    margin:0 auto;
    width:100%;
    position:relative;
}
.part .title{
    padding:60px 0;
}
.part .title h2{
    font-size:40px;
    line-height:40px;
    text-align:center;
    color:#ffffff;
}
.part .title p{
    margin-top:20px;
    font-size:20px;
    line-height:20px;
    text-align:center;
    color:#ffffff;
}
.part .title span{
    margin:30px auto 0;
    width:50px;
    height:2px;
    display:block;
    background:#ffffff;
}
.p1{
    height:681px;
    background:url("../img/p1-bg.jpg") no-repeat center;
}
.p1 .box{
    margin-top:25px;
    width:1000px;
    height:269px;
    position:relative;
    background:url("../img/p1-box.png") no-repeat center;
}
.p1 .box p{
    padding-top:40px;
    margin-left:620px;
    font-size:16px;
    line-height:36px;
    color:#ffffff;
    text-indent:32px;
    width:350px;
}
.p1 .box .video{
    top:-30px;
    left:25px;
    width:548px;
    height:326px;
    position:absolute;
    background:url("../img/p1-video.jpg") no-repeat center;
}
.p1 .box .video video{
    width:548px;
    height:326px;
}
.part .link{
    left:50%;
    margin-left:-159.5px;
    bottom:0;
    width:319px;
    height:76px;
    display:block;
    font-size:30px;
    color:#ffffff;
    line-height:76px;
    text-align:center;
    position:absolute;
    background:url("../img/link.png") no-repeat center;
}
.part .link span{
    display:block;
    background:#fc5559;
    background:linear-gradient(to top right, #fc5559 , #9656fb);
}
.part .link span.sp1{
    top:-5px;
    right:13px;
    width:6px;
    height:6px;
    position:absolute;
    animation:1s sp1 infinite linear;
}
@keyframes sp1 {
    0%{transform:rotate(0deg)}
    100%{transform:rotate(360deg)}
}
.part .link span.sp2{
    top:5px;
    right:4px;
    width:11px;
    height:11px;
    position:absolute;
    animation:1s sp2 infinite linear;
}
@keyframes sp2 {
    0%{transform:rotate(360deg)}
    100%{transform:rotate(0deg)}
}
.part .link:hover span.sp1{
    animation:0.5s sp2 infinite linear;
}
.part .link:hover span.sp2{
    animation:0.5s sp1 infinite linear;
}
.p2{
    height:1152px;
    background:url("../img/p2-bg.jpg") no-repeat center;
}
.p2 .b1{
    top:0;
    left:10px;
    width:341px;
    height:399px;
    position:absolute;
    overflow:hidden;
    background:url("../img/p2-b1.png") no-repeat center;
}
.p2 .b1 h2{
    margin-top:104px;
    font-size:30px;
    line-height:30px;
    color:#ffffff;
    text-align:center;
}
.p2 .b1 p{
    margin-top:56px;
    font-size:24px;
    line-height:24px;
    color:#ffffff;
    text-align:center;
}
.p2 .b1 a{
    margin:36px auto ;
    width:220px;
    height:50px;
    font-size:24px;
    line-height:50px;
    display:block;
    color:#ffffff;
    text-align:center;
    border-radius:24px;
    background:linear-gradient(to right, #9b57f1 , #ff5554);
}
.p2 .b2{
    top:0;
    right:10px;
    width:604px;
    height:399px;
    position:absolute;
    overflow:hidden;
    background:url("../img/p2-b2.png") no-repeat center;
}
.p2 .b2 .img1{
    bottom:67px;
    left:150px;
    width:350px;
    height:255px;
    position:absolute;
    animation:5s p2-b2-img1 infinite ease;
    background:url("../img/p2-b2-img1.png") no-repeat center top;
}
@keyframes p2-b2-img1 {
    0%{height:0;}
    50%{height:255px;}
}
.p2 .b2 .img2{
    top:325px;
    left:150px;
    position:absolute;
}
.p2 .b2 .img3{
    top:52px;
    left:141px;
    position:absolute;
    animation:5s p2-b2-img3 infinite ease;
}
@keyframes p2-b2-img3 {
    0%{opacity:0;}
    40%{opacity:0;}
    50%{opacity:1;}
}
.p2 .b3{
    top:438px;
    left:10px;
    width:606px;
    height:361px;
    position:absolute;
    overflow:hidden;
    background:url("../img/p2-b3.png") no-repeat center;
}
.p2 .b3 ul li{
    float:left;
    width:170px;
    height:90px;
    background:url("../img/p2-b3-tag.png") no-repeat center;
    border-radius:9px;
    animation:2s p2-b3-li1 infinite linear;
}
.p2 .b3 ul li.l2{
    animation:2s p2-b3-li2 infinite linear;
}
@keyframes p2-b3-li1 {
    0%{background:url("../img/p2-b3-tag.jpg") repeat 0;}
    100%{background:url("../img/p2-b3-tag.jpg") repeat 255px;}
}
@keyframes p2-b3-li2 {
    0%{background:url("../img/p2-b3-tag.jpg") repeat 255px;}
    100%{background:url("../img/p2-b3-tag.jpg") repeat 0;}
}
.p2 .b3 img{
    margin:36px auto 0;
}
.p2 .b3 ul{
    margin-top:35px;
    margin-left:27px;
}
.p2 .b3 ul li{
    margin-right:20px;
    margin-bottom:30px;
}
.p2 .b3 ul li h3{
    font-size:28px;
    line-height:90px;
    text-align:center;
    color:#ffffff;
}
.p2 .b3 ul li p{
    margin-top:10px;
    font-size:28px;
    line-height:34px;
    color:#ffffff;
    text-align:center;
}
.p2 .b4{
    top:438px;
    right:10px;
    width:341px;
    height:359px;
    position:absolute;
    overflow:hidden;
    background:url("../img/p2-b4.png") no-repeat center;
}
.p2 .b4 h2{
    margin-top:64px;
    font-size:30px;
    line-height:30px;
    color:#ffffff;
    text-align:center;
}
.p2 .b4 p{
    margin-top:56px;
    font-size:24px;
    line-height:24px;
    color:#ffffff;
    text-align:center;
}
.p2 .b4 a{
    margin:36px auto ;
    width:220px;
    height:50px;
    font-size:24px;
    line-height:50px;
    display:block;
    color:#ffffff;
    text-align:center;
    border-radius:24px;
    background:linear-gradient(to right, #9b57f1 , #ff5554);
}
.p3{
    height:763px;
    background:url("../img/p3-bg.jpg") no-repeat center;
}
.p3 ul{
    width:1100px;
}
.p3 ul li{
    margin-right:35px;
    float:left;
    width:225px;
    height:340px;
    position:relative;
    background:url("../img/p3-li.png") no-repeat center;
}
.p3 ul li.l1{
    margin-top:26px;
    animation:2s p3l1 infinite linear;
}
@keyframes p3l1 {
    0%{margin-top:26px;}
    50%{margin-top:64px;}
    100%{margin-top:26px;}
}
.p3 ul li.l2{
    margin-top:64px;
    animation:2s p3l2 infinite linear;
}
@keyframes p3l2 {
    0%{margin-top:64px;}
    50%{margin-top:26px;}
    100%{margin-top:64px;}
}
.p3 ul li h2{
    top:-26px;
    left:50%;
    margin-left:-90px;
    width:180px;
    height:50px;
    font-size:24px;
    color:#ffffff;
    line-height:50px;
    position:absolute;
    text-align:center;
    background:url("../img/p3-tit.png") no-repeat center;
}
.p3 ul li p{
    margin-top:45px;
    font-size:18px;
    line-height:28px;
    text-align:center;
    color:#ffffff;
}
.p3 ul li img{
    top:144px;
    left:50%;
    margin-left:-122.5px;
    width:245px;
    height:180px;
    position:absolute;
}
.p4{
    height:866px;
    background:url("../img/p4-bg.jpg") no-repeat center;
}
.p4 img{
    margin-left:-20px;
}
.p5{
    height:846px;
    background:url("../img/p5-bg.jpg") no-repeat center;
}
.p5 .box{
    margin-left:133px;
    width:878px;
    height:498px;
    position:relative;
    background:url("../img/p5-box.png") no-repeat center;
}
.p5 .btn{
    top:40px;
    left:-133px;
    width:65px;
    height:60px;
    cursor:pointer;
    position:absolute;
    background:url("../img/p5-btn.jpg") no-repeat center;
}
#p5{
    top:40px;
    left:-70px;
    width:935px;
    height:410px;
    position:absolute;
}
#p5 img{
    float:left;
    width:515px;
    height:410px;
    border-right:5px solid #ffffff;
}
#p5 .info{
    float:left;
    width:415px;
    height:410px;
    background:#1b1126;
}
#p5 .info .tit{
    width:415px;
    height:110px;
    overflow:hidden;
    background:#9b57f1;
    background:linear-gradient(to right, #9b57f1 , #ff5554);
}
#p5 .info .tit h3{
    margin-top:18px;
    font-size:20px;
    line-height:20px;
    color:#ffffff;
    display:block;
    text-align:center;
}
#p5 .info .tit span{
    margin:9px auto 0;
    width:10px;
    height:1px;
    color:#ffffff;
    display:block;
    background:#ffffff;
}
#p5 .info .tit h2{
    margin-top:8px;
    font-size:36px;
    line-height:36px;
    color:#ffffff;
    text-align:center;
}
#p5 .info .txt{
    margin-top:18px;
}
#p5 .info .txt p{
    margin-left:38px;
    width:350px;
    font-size:24px;
    color:#ffffff;
    line-height:36px;
    position:relative;
}
#p5 .info .txt p span{
    top:16px;
    left:-10px;
    width:6px;
    height:6px;
    display:block;
    position:absolute;
    background:#ffffff;
    border-radius:3px;
}
.p6{
    height:760px;
    background:url("../img/p6-bg.jpg") no-repeat center;
}
.p6 .box{
    margin-top:50px;
    margin-left:-12px;
    width:1024px;
    height:355px;
    position:relative;
    background:url("../img/p6-box.png") no-repeat center;
}
.p6 .box ul{
    top:-48px;
    left:16px;
    position:absolute;
}
.p6 .box ul li{
    margin-bottom:14px;
    width:272px;
    height:100px;
    cursor:pointer;
    overflow:hidden;
    background:#9b57f1;
    background:linear-gradient(to right, #9b57f1 , #ff5554);
}
.p6 .box ul li h2{
    margin:1px;
    padding:13px 0;
    width:270px;
    font-size:24px;
    line-height:36px;
    text-align:center;
    color:#ffffff;
    background:#1b1126;
}
.p6 .box ul li.act h2{
    background:none;
}
.p6 .video{
    top:-50px;
    left:300px;
    width:709px;
    height:383px;
    position:absolute;
    overflow:hidden;
    background:url("../img/p6-v.jpg") no-repeat center;
}
.p6 .video div{
    top:-383px;
    width:709px;
    height:383px;
    position:absolute;
    transition:0.4s;
}
.p6 .video div.act{
    top:0;
    transition:0.4s;
}
.p6 .video div video{
    width:709px;
    height:383px;
}
.p7{
    height:820px;
    background:url("../img/p7-bg.jpg") no-repeat center;
}
.p7 .box{
    margin:0 auto;
    width:806px;
    height:468px;
    overflow:hidden;
    background:url("../img/p7-box.png");
}
.p7 .box ul{
    margin-top:72px;
    margin-left:105px;
}
.p7 .box ul li{
    margin-bottom:36px;
    float:left;
    width:150px;
    animation:4s mac infinite linear;
}
@keyframes mac {
    2%{transform:rotate(5deg);}
    4%{transform:rotate(-5deg);}
    6%{transform:rotate(5deg);}
    8%{transform:rotate(-5deg);}
    10%{transform:rotate(5deg);}
    12%{transform:rotate(-5deg);}
    14%{transform:rotate(0deg);}
}
.p7 .box ul li.l1{
    background:url("../img/p7-tag1.jpg") no-repeat center top;
}
.p7 .box ul li.l2{
    background:url("../img/p7-tag2.jpg") no-repeat center top;
}
.p7 .box ul li.l3{
    background:url("../img/p7-tag3.jpg") no-repeat center top;
}
.p7 .box ul li.l4{
    background:url("../img/p7-tag4.jpg") no-repeat center top;
}
.p7 .box ul li.l5{
    background:url("../img/p7-tag5.png") no-repeat center top;
}
.p7 .box ul li.l6{
    background:url("../img/p7-tag6.png") no-repeat center top;
}
.p7 .box ul li.l7{
    background:url("../img/p7-tag7.png") no-repeat center 15px;
}
.p7 .box ul li p{
    margin-top:94px;
    font-size:18px;
    line-height:20px;
    color:#ffffff;
    text-align:center;
}
.p8{
    height:968px;
    background:url("../img/p8-bg.jpg") no-repeat center;
}
.p8 .main{
    overflow:hidden;
    width:1002px;
}
.p8 .box{
    margin-top:172px;
    width:1002px;
    height:462px;
    position:relative;
    background:url("../img/p8-box.jpg") no-repeat center;
}
.p8 .box > h2{
    top:-158px;
    right:105px;
    color:#ffffff;
    font-size:54px;
    font-weight:bold;
    line-height:54px;
    position:absolute;
}
.p8 ul{
    top:-172px;
    right:12px;
    position:absolute;
}
.p8 ul li{
    margin-bottom:10px;
    width:70px;
    height:73px;
    cursor:pointer;
    position:relative;
    overflow:hidden;
}
.p8 ul li span{
    top:0;
    left:0;
    width:70px;
    height:73px;
    display:block;
    position:absolute;
    background:url("../img/p8-shadow.png") no-repeat center;
}
.p8 ul li.act span{
    top:73px;
}
.p8 ul li.l1{
    background:url("../img/p8-tag1.jpg") no-repeat center;
}
.p8 ul li.l2{
    background:url("../img/p8-tag2.jpg") no-repeat center;
}
.p8 ul li.l3{
    background:url("../img/p8-tag3.jpg") no-repeat center;
}
.p8 ul li.l4{
    background:url("../img/p8-tag4.jpg") no-repeat center;
}
.p8 ul li.l5{
    background:url("../img/p8-tag5.jpg") no-repeat center;
}
.p8 ul li.l6{
    background:url("../img/p8-tag6.jpg") no-repeat center;
}
.p8 .box > div{
    top:700px;
    left:0;
    width:900px;
    height:600px;
    position:absolute;
    transition:0.8s;
}
.p8 .box > div.act{
    top:0;
    transition:0.8s;
}
.p8 .box > div .img{
    margin-top:-172px;
    margin-left:20px;
    width:350px;
    height:600px;
    position:relative;
}
.p8 .box > div .img.t1{
    background:url("../img/p8-t1.jpg") no-repeat center;
}
.p8 .box > div .img.t2{
    background:url("../img/p8-t2.jpg") no-repeat center;
}
.p8 .box > div .img.t3{
    background:url("../img/p8-t3.jpg") no-repeat center;
}
.p8 .box > div .img.t4{
    background:url("../img/p8-t4.jpg") no-repeat center;
}
.p8 .box > div .img.t5{
    background:url("../img/p8-t5.jpg") no-repeat center;
}
.p8 .box > div .img.t6{
    background:url("../img/p8-t6.jpg") no-repeat center;
}
.p8 .box > div .img span{
    top:0;
    right:0;
    width:50px;
    height:50px;
    font-size:24px;
    line-height:50px;
    color:#ffffff;
    display:block;
    text-align:center;
    position:absolute;
    background:#ff5555;
}
.p8 .box > div .info{
    top:50px;
    left:425px;
    position:absolute;
    background:#1b1126;
}
.p8 .box > div .info h2{
    font-size:30px;
    line-height:30px;
    color:#ffffff;
}
.p8 .box > div .info span{
    margin-top:29px;
    width:23px;
    height:2px;
    color:#ffffff;
    display:block;
    background:#ffffff;
}
.p8 .box > div .info img{
    margin-top:33px;
}
.p8 .box > div .info p{
    margin-top:24px;
    color:#ffffff;
    font-size:18px;
    line-height:24px;
}
.p9{
    height:561px;
    background:url("../img/p9-bg.jpg") no-repeat center;
}
#p9{
    width:1000px;
}
#p9 .box{
    padding-top:20px;
    position:relative;
    background:url("../img/p9-line.png") no-repeat 490px 10px;
}
#p9 .box .img{
    width:428px;
    height:275px;
    position:relative;
    background:url("../img/p9-img.png") no-repeat center;
}
#p9 .box .img img{
    top:-20px;
    left:20px;
    width:428px;
    height:275px;
    position:absolute;
}
#p9 .box .info{
    top:34px;
    left:550px;
    width:400px;
    height:230px;
    position:absolute;
}
#p9 .box .info h2{
    font-size:24px;
    line-height:24px;
    color:#ffffff;
}
#p9 .box .info > span{
    margin-top:28px;
    width:32px;
    height:2px;
    display:block;
    background:#fc5559;
    background:linear-gradient(to top right, #fc5559 , #9656fb);
}
#p9 .box .info p{
    margin-top:20px;
    font-size:18px;
    line-height:32px;
    color:#ffffff;
}
#p9 .box .info a{
    left:0;
    margin-left:0;
}
.p9 .main{
    position:relative;
}
.p9Next{
    top:110px;
    right:0;
    width:37px;
    height:37px;
    z-index:9999;
    cursor:pointer;
    position:absolute;
    background:url("../img/p9-next.png") no-repeat center;
}
.footer{
    padding-top:50px;
    padding-bottom:80px;
    background:#1b1126;
}
.footer p{
    font-size:14px;
    color:#ffffff;
    line-height:80px;
    text-align:center;
}

.fl{float:left;display:inline;}
.fr{float:right;display:inline;}
.absl{position: absolute;left: 0;top: 0;}
.abst{position: absolute;left: 0;bottom: 0;}
.absr{position: absolute;right: 0px;top: 0;}
.table{width: 100%;height: 80px;background: #231632;position: fixed;bottom: 0;left: 0;z-index: 999;}
.table .con{width: 1000px;height: 100%; margin: 0 auto;position: relative;}
.table .con .str{left: -114px;bottom: -1px;}
.table .message{width: 784px;top: 24px;left:129px;}
.table form .bor{width: 146px;height: 40px;margin-right: 12px;background: url(../img/wid2.png) no-repeat;}
.table .bor img{margin: 8px 8px 0 10px;}
.table .bor input{width: 108px;height: 40px;border: none;font-size: 16px;background:none;color: #a7a2ad;}
#phoneCode{width: 80px;}
#getcode{width: 96px;border-left: 2px solid #6263cf;height: 28px;line-height: 28px;padding-left: 3px;margin-top: 7px;cursor: pointer;color: #dc558c;}
.table form .borw{width: 220px;background: url(../img/wid3.png) no-repeat;}
.table form .borw2{width: 136px;background: url(../img/wid1.png) no-repeat;}
.table form .borw2 input{width:94px}
.table form .bor .mart{margin-top: 6px;}
#submsg{background: url(../img/msg4.png) no-repeat;width: 134px;height: 36px;border: none;cursor: pointer;}
.table .bor input::-webkit-input-placeholder{color: #a7a2ad;}
.table .bor input::-moz-placeholder{color: #a7a2ad;}
.table .bor input::-ms-input-placeholder{color: #a7a2ad;}






































