html{
    height: 100%;
}
body{
    height: 100%;
    font-size: 14px;
    font-family: "微软雅黑";
    min-width: 1350px;
    min-height: 100%;
    position: relative;
    /*padding-bottom: 50px;*/
}
a{
    text-decoration: none;
}
ul{
    margin: 0;
    padding: 0;
    list-style: none;
}
h1,h2,h3,h4,h5{
    margin: 0;
    padding: 0;
}
p{
    margin: 0;
    padding: 0;
}
em{
    font-style: normal;
}
.fl{
    float: left;
}
.fr{
    float: right;
}
img{
    vertical-align: middle;
    border: none;
}
input{
    margin: 0;
    padding: 0;
    outline: none;
    border: none;
}
.w1200{
    width: 1200px;
    margin: 0 auto;
}
.clear{
    clear: both;
}

/*header*/
#header{
    width: 100%;
    height: 140px;
}
#header .headTop{
    width: 100%;
    height: 90px;
    background-color: #fff;
    overflow: hidden;
}
#header .headCon{
    width: 1200px;
    height: inherit;
    margin: 0 auto;
    position: relative;
    overflow: hidden;
}
.logo{
    width: 475px;
    height: inherit;
    float: left;
}
.logo a{
    max-width: 100%;
    height: 100%;
    display: block;
    position: relative;
}
.logo a img{
    max-width: 100%;
    display: block;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
}

.headTel{
    width: auto;
    padding-left: 54px;
    float: right;
    margin-top: 24px;
    margin-right: 10px;
}
.headTel p{
    height: auto;
    background-image: url("../images/hTel.png");
    background-position: left center;
    background-repeat: no-repeat;
    float: left;
    padding-left: 50px;
    overflow: hidden;
}
.headTel p b{
    color: #333;
    display: block;
    font-size: 18px;
    line-height: 18px;
    font-weight: 500;
    margin-bottom: 3px;
}
.headTel p b:nth-child(2){
    color: #ff9600;
    display: block;
    font-size: 28px;
    line-height: 28px;
    font-weight: bold;
}
.headBot{
    width: 100%;
    height: 50px;
    background-color: #06438a;
}
.headBot > ul{
    width: 1200px;
    height: 100%;
    margin: 0 auto;
}
.headBot > ul > li{
    width: 14%;
    height: 100%;
    font-size: 16px;
    line-height: 55px;
    position: relative;
    float: left;
    text-align: center;
}
.headBot > ul > li:last-child{
    margin-right: 0;
}
.headBot > ul > li > a{
    height: 100%;
    background: linear-gradient(#185eaf,#185eaf) top/100% 0% no-repeat;
    color: #ffffff;
    display: block;
    position: relative;
    z-index: 9;

    -webkit-transition: 0.5s;
       -moz-transition: 0.5s;
        -ms-transition: 0.5s;
         -o-transition: 0.5s;
            transition: 0.5s;
}
.headBot > ul > li:hover > a{
    background: linear-gradient(#185eaf,#185eaf) top/100% 100% no-repeat;
}
.ejMenu{
    width: 100%;
    height: auto;
    background: rgba(0,0,0,.6);
    position: absolute;
    left: 0;
    right: 0;
    top: 50px;
    z-index: 999;
    margin: auto;
    overflow: hidden;

    opacity: 0;
    visibility: hidden;

    -webkit-transform: translateY(20px);
    -moz-transform: translateY(20px);
    -ms-transform: translateY(20px);
    -o-transform: translateY(20px);
    transform: translateY(20px);

    -webkit-transition: 0.4s;
    -moz-transition: 0.4s;
    -ms-transition: 0.4s;
    -o-transition: 0.4s;
    transition: 0.4s;
}
.ejMenu li{
    width: 100%;
    height: 50px;
    border-bottom: 1px solid rgba(255,255,255,.1);
    line-height: 50px;
    text-align: center;
    background: #185eaf linear-gradient(#06438a,#06438a) left/0% 100% no-repeat;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -ms-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}
.ejMenu li:last-child{
    border: none;
}
.ejMenu li a{
    height: 100%;
    color: #ffffff;
    display: block;
}
.ejMenu li:hover{
    background: #185eaf linear-gradient(#06438a,#06438a) left/100% 100% no-repeat;
}

.headBot > ul > li:hover .ejMenu{
    visibility: visible;
    opacity: 1;
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
}
/*header*/

/*banner*/
.banner{
    width: 100%;
    height: 558px;
    position: relative;
    overflow: hidden;
}
.banner .bd{
    width: 100%;
    height: 100%;
    position: relative;
    z-index: 0;
}
.banner .bd ul,.banner .tempWrap{
    width: 100% !important;
    height: 100%;
}
.banner .bd li{
    width: 0%;
    height: 100%;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    transition:1s cubic-bezier(0.86, 0.29, 0, 1.01);
    -webkit-transition:1s cubic-bezier(0.86, 0.29, 0, 1.01);
    -moz-transition: 1s cubic-bezier(0.86, 0.29, 0, 1.01);
    -ms-transition: 1s cubic-bezier(0.86, 0.29, 0, 1.01);
    -o-transition: 1s cubic-bezier(0.86, 0.29, 0, 1.01);
}

.banner .hd{
    width: 100%;
    height: auto;
    display: inline-block;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 20px;
    margin: auto;
    z-index: 999;
    overflow: hidden;
}
.banner .hd ul{
    width: 100%;
    height: 100%;
    text-align: center;
}
.banner .hd ul li{
    width: 10px;
    height: 10px;
    background: #ffffff;
    -webkit-border-radius: 90%;
    -moz-border-radius: 90%;
    border-radius: 90%;
    cursor: pointer;
    display: inline-block;
    *
    display: inline;
    *
    zoom: 1;

    opacity: .5;
    margin: 0 10px;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -ms-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}
.banner .hd ul li:last-child{
    margin-bottom: 0;
}
.banner .hd ul li.on{
    opacity: 1;
}
/*banner*/

/* about */
.about{
    width: 100%;
    height: 990px;
    background: #f2f2f2;
    overflow: hidden;
}
.about h3{
    width: 100%;
    height: 110px;
    background-image: url('../images/aboTit.jpg');
    background-position: center center;
    background-repeat: no-repeat;
}
.aboutContent{
    width: 1200px;
    height: 880px;
    margin: 0 auto;
    overflow: hidden;
}
.aboutTop,
.aboutBot{
    width: 100%;
    height: 50%;
    overflow: hidden;
}
.aboImg{
    width: 50%;
    height: 100%;
    float: left;
    overflow: hidden;
}
.aboImg a{
    width: 100%;
    height: 100%;
    display: block;
}
.aboImg img{
    width: 100%;
    height: 100%;

    -webkit-transition: 0.6s cubic-bezier(.165,.84,.44,1);
       -moz-transition: 0.6s cubic-bezier(.165,.84,.44,1);
        -ms-transition: 0.6s cubic-bezier(.165,.84,.44,1);
         -o-transition: 0.6s cubic-bezier(.165,.84,.44,1);
            transition: 0.6s cubic-bezier(.165,.84,.44,1);
}
.aboImg:hover img{
    -webkit-transform: scale(1.1);
       -moz-transform: scale(1.1);
        -ms-transform: scale(1.1);
         -o-transform: scale(1.1);
            transform: scale(1.1);
}
.aboTxt{
    width: 50%;
    height: 100%;
    box-sizing: border-box!important;
    float: left;
    padding: 0 98px;
    position: relative;
}
.aboTxt h4{
    color: #1a1a1a;
    font-size: 18px;
    font-weight: 500;
    line-height: 18px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    padding-bottom: 10px;
    background: linear-gradient(#070001,#070001) bottom/100% 1px no-repeat;
    margin-bottom: 14px;
    margin-top: 90px;
}
.aboTxt p{
    color: #808080;
    font-size: 14px;
    line-height: 22px;
    text-align: justify;
    overflow: hidden;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 8;
    display: -webkit-box;
    height: 180px;
}
.aboTxt a{
    width: 72px;
    height: 24px;
    background-image: url('../images/moreBg.png');
    background-position: center center;
    background-repeat: no-repeat;
    display: block;

    -webkit-transition: 0.3s;
       -moz-transition: 0.3s;
        -ms-transition: 0.3s;
         -o-transition: 0.3s;
            transition: 0.3s;
}
.aboTxt a:hover{
    -webkit-transform: translateY(-5px);
    -ms-transform: translateY(-5px);
    -o-transform: translateY(-5px);
    transform: translateY(-5px);
}
.aboTxt:after{
    content: '';
    display: block;
    width: 0;
    height: 0;
    border-width: 10px;
    border-color: transparent;
    border-style: solid;
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
    z-index: 999;
}
.aboutTop .aboTxt a{
    float: right;
}
.aboutTop .aboTxt:after{
    left: -28px;
    border-right-color: #f2f2f2;
    border-right-width: 18px; 
}
.aboutBot .aboTxt:after{
    right: -28px;
    border-left-color: #f2f2f2;
    border-left-width: 18px;
}

/* about */

/* product */
.product{
    width: 100%;
    height: 560px;
    overflow: hidden;
}
.productContent{
    width: 1200px;
    height: inherit;
    margin: 0 auto;
    overflow: hidden;
}
.productContent h3{
    width: 100%;
    height: 104px;
    background-image: url('../images/proTit.png');
    background-position: left center;
    background-repeat: no-repeat;
    margin: 0;
}
.proLists{
    width: 100%;
    height: 416px;
    overflow: hidden;
}
.proTabs{
    width: 100%;
    height: 112px;
    margin-bottom: 10px;
    overflow: hidden;
}
.proTabs ul{
    width: 100%;
    height: 100%;
    margin-bottom: 0;
    overflow: hidden;
}
.proTabs ul li{
    width: 294px;
    height: 112px;
    background-image: url('../images/pTitBg.jpg');
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    float: left;
    margin-right: 8px;
    overflow: hidden;
}
.proTabs ul li:last-child{
    margin-right: 0;
}
.proTabs ul li a{
    width: 100%;
    height: 100%;
    background-color: rgba(16, 80, 167,.6);
    box-sizing: border-box!important;
    display: block;
    padding: 0 38px;
    position: relative;
    overflow: hidden;
}
.proTabs ul li a b{
    width: 100%;
    height: 100%;
    background: #333940;
    display: block;
    position: absolute;
    top: 0;
    left: 0;

    -webkit-transition: 0.3s;
       -moz-transition: 0.3s;
        -ms-transition: 0.3s;
         -o-transition: 0.3s;
            transition: 0.3s;
}
.proTabs ul li a span{
    color: #fff;
    display: block;
    line-height: 24px;
    font-size: 24px;
    position: relative;
    z-index: 99;
    margin-top: 30px;
    margin-bottom: 10px;
}
.proTabs ul li a i{
    color: #fff;
    display: block;
    font-size: 18px;
    line-height: 18px;
    font-style: normal;
    position: relative;
    z-index: 99;
}
.proTabs ul li:hover b{
    opacity: 0;
}
.proTabs ul li.on b{
    opacity: 0;
}

.prodBoxs{
    width: 100%;
    height: 288px;
    position: relative;
    overflow: hidden;
}
.prodUl{
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    opacity: 0;
    overflow: hidden;
}
.prodUl ul{
    width: 100%;
    height: 100%;
    margin-bottom: 0;
}
.prodUl ul li{
    width: 386px;
    height: inherit;
    float: left;
    margin: 0 7px;
    overflow: hidden;
}
.prodUl ul li a{
    width: 100%;
    height: 100%;
    display: block;
    position: relative;
    overflow: hidden;
}
.prodUl ul li a img{
    width: 100%;
    height: 100%;
}
.proMb{
    width: 100%;
    height: 100%;
    background-color: rgba(16, 80, 167,.6);
    position: absolute;
    top: -100%;
    left: 0;
    right: 0;
    margin: auto;
    opacity: 0;
    overflow: hidden;
}
.proMb p{
    color: #fff;
    font-size: 18px;
    line-height: 18px;
    text-align: center;
    padding: 0 15px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    margin-top: 115px;
    margin-bottom: 40px;
}
.proMb span{
    width: 123px;
    height: 31px;
    box-sizing: border-box!important;
    border: 1px solid #fff;
    border-radius: 45px;
    color: #fff;
    display: block;
    font-size: 14px;
    line-height: 30px;
    text-align: center;
    margin: 0 auto;
}
.prodUl ul li a img,
.proMb{
    -webkit-transition: 0.6s cubic-bezier(.165,.84,.44,1);
       -moz-transition: 0.6s cubic-bezier(.165,.84,.44,1);
        -ms-transition: 0.6s cubic-bezier(.165,.84,.44,1);
         -o-transition: 0.6s cubic-bezier(.165,.84,.44,1);
            transition: 0.6s cubic-bezier(.165,.84,.44,1);
}
.prodUl ul li:hover img{
    -webkit-transform: scale(1.1);
       -moz-transform: scale(1.1);
        -ms-transform: scale(1.1);
         -o-transform: scale(1.1);
            transform: scale(1.1);
}
.prodUl ul li:hover .proMb{
    opacity: 1;
    top: 0;
}

/* product */

/* news */
.news{
    width: 100%;
    height: 680px;
    background-image: url('../images/newsBg.jpg');
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    overflow: hidden;
}
.newsContent{
    width: 1200px;
    height: 100%;
    margin: 0 auto;
    overflow: hidden;
}
.newsContent h3{
    width: 100%;
    height: 60px;
    background-image: url('../images/newsTit.png');
    background-position: center center;
    background-repeat: no-repeat;
    margin-top: 50px;
    margin-bottom: 98px;
}
.newsLists{
    width: 100%;
    height: 408px;
    overflow: hidden;
}
.newsLef{
    width: 568px;
    height: 100%;
    float: left;
    overflow: hidden;
}
.newsLef ul{
    width: 100%;
    height: 100%;
    margin-bottom: 0;
}
.newsLef ul li{
    width: 100%;
    height: 100%;
}
.newsLef ul li a{
    width: 100%;
    height: 100%;
    display: block;
    position: relative;
    overflow: hidden;
}
.newsLef ul li a img{
    width: 100%;
    height: 100%;
}
.newsLef ul li a p{
    width: 100%;
    height: 50px;
    background-color: rgba(16, 80, 167,.7);
    color: #fff;
    position: absolute;
    bottom: -50px;
    margin-bottom: 0;
    padding: 0 10px;
    line-height: 50px;
    text-align: center;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    opacity: 0;
}
.newsLef ul li a:hover p{
    bottom: 0;
    opacity: 1;
}
.newsLef ul li a img,
.newsLef ul li a p{
    -webkit-transition: 0.6s cubic-bezier(.165,.84,.44,1);
       -moz-transition: 0.6s cubic-bezier(.165,.84,.44,1);
        -ms-transition: 0.6s cubic-bezier(.165,.84,.44,1);
         -o-transition: 0.6s cubic-bezier(.165,.84,.44,1);
            transition: 0.6s cubic-bezier(.165,.84,.44,1);
}
.newsLef ul li a:hover img{
    -webkit-transform: scale(1.1);
       -moz-transform: scale(1.1);
        -ms-transform: scale(1.1);
         -o-transform: scale(1.1);
            transform: scale(1.1);
}

.newsRig{
    width: 626px;
    height: 100%;
    float: right;
    overflow: hidden;
}
.newsRig ul{
    width: 100%;
    height: 100%;
    margin-bottom: 0;
}
.newsRig ul li{
    width: 100%;
    height: 102px;
    background: #ffffff linear-gradient(#2863a8,#2863a8) left/0% 100% no-repeat;
    overflow: hidden;
}
.newsRig ul li a{
    width: 100%;
    height: 100%;
    display: block;
    overflow: hidden;
}
.newsDate{
    width: 100px;
    height: 100%;
    float: left;
    font-size: 24px;
    line-height: 24px;
    overflow: hidden;
    text-align: center;
}
.newsDate span{
    width: 100%;
    color: #155eb4;
    display: block;
    font-weight: bold;
    padding-bottom: 10px;
    background: linear-gradient(#070001,#070001) bottom/70% 1px no-repeat;
    margin-bottom: 10px;
    margin-top: 18px;
}
.newsDate b{
    width: 100%;
    color: #676e74;
    display: block;
    font-weight: 500;
}
.newsTxt{
    width: 494px;
    height: 100%;
    box-sizing: border-box!important;
    float: right;
    padding-right: 20px;
    overflow: hidden;
}
.newsTxt h4{
    color: #155eb4;
    font-size: 18px;
    font-weight: 500;
    line-height: 18px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    margin-top: 20px;
    margin-bottom: 8px;
}
.newsTxt p{
    max-height: 38px;
    color: #808080;
    font-size: 14px;
    text-align: justify;
    overflow: hidden;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    display: -webkit-box;
}
.newsRig ul li{
    -webkit-transition: 0.8s cubic-bezier(.165,.84,.44,1);
       -moz-transition: 0.8s cubic-bezier(.165,.84,.44,1);
        -ms-transition: 0.8s cubic-bezier(.165,.84,.44,1);
         -o-transition: 0.8s cubic-bezier(.165,.84,.44,1);
            transition: 0.8s cubic-bezier(.165,.84,.44,1);
}
.newsDate span,.newsDate b,
.newsTxt h4,.newsTxt p{
    -webkit-transition: 0.3s;
       -moz-transition: 0.3s;
        -ms-transition: 0.3s;
         -o-transition: 0.3s;
            transition: 0.3s;
}
.newsRig ul li:hover{
    background: #ffffff linear-gradient(#2863a8,#2863a8) left/100% 100% no-repeat;
}
.newsRig ul li:hover .newsDate span,
.newsRig ul li:hover .newsDate b,
.newsRig ul li:hover .newsTxt h4,
.newsRig ul li:hover .newsTxt p{
    color: #fff;
}

.newsRig ul li.on{
    background: #ffffff linear-gradient(#2863a8,#2863a8) left/100% 100% no-repeat;
}
.newsRig ul li.on .newsDate span,
.newsRig ul li.on .newsDate b,
.newsRig ul li.on .newsTxt h4,
.newsRig ul li.on .newsTxt p{
    color: #fff;
}

/* news */

/* case */
.case{
    width: 100%;
    height: 520px;
    overflow: hidden;
}
.caseContent{
    width: 1200px;
    height: inherit;
    margin: 0 auto;
    overflow: hidden;
}
.caseContent h3{
    width: 100%;
    height: 110px;
    background-image: url('../images/caseTit.png');
    background-position: left center;
    background-repeat: no-repeat;
    overflow: hidden;
}
.caseList{
    width: 100%;
    height: 330px;
    overflow: hidden;
}
.caseList ul{
    width: 100%;
    height: 100%;
    margin-bottom: 0;
}
.caseList ul li{
    width: 386px;
    height: 330px;
    float: left;
    margin-right: 21px;
    overflow: hidden;
}
.caseList ul li:last-child{
    margin-right: 0;
}
.caseList ul li a{
    width: 100%;
    height: 100%;
    display: block;
    position: relative;
    overflow: hidden;
}
.caseImg{
    width: 100%;
    height: 218px;
    overflow: hidden;
}
.caseImg img{
    width: 100%;
    height: 100%;

    -webkit-transition: 0.5s;
       -moz-transition: 0.5s;
        -ms-transition: 0.5s;
         -o-transition: 0.5s;
            transition: 0.5s;
}
.caseMb{
    width: 342px;
    height: 140px;
    background-color: #f2f2f2;
    box-sizing: border-box!important;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    margin: 0 auto; 
    padding: 0 12px;
    z-index: 9;
}
.caseMb h4{
    background: linear-gradient(#070001,#070001) bottom/100% 1px no-repeat;
    color: #1a1a1a;
    font-size: 18px;
    font-weight: 500;
    line-height: 18px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    padding-bottom: 12px;
    margin-bottom: 12px; 
    margin-top: 13px;
}
.caseMb p{
    color: #808080;
    font-size: 14px;
    line-height: 24px;
    text-align: justify;
    max-height: 72px;
    overflow: hidden;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    display: -webkit-box;
}
.caseMb,.caseMb h4,.caseMb p{
    -webkit-transition: 0.3s;
       -moz-transition: 0.3s;
        -ms-transition: 0.3s;
         -o-transition: 0.3s;
            transition: 0.3s;
}
.caseList ul li:hover .caseImg img{
    -webkit-transform: scale(1.1);
       -moz-transform: scale(1.1);
        -ms-transform: scale(1.1);
         -o-transform: scale(1.1);
            transform: scale(1.1);
}
.caseList ul li:hover .caseMb{
    background-color: #2863a8;
    bottom: 15px;
}
.caseList ul li:hover .caseMb h4{
    background: linear-gradient(#fff,#fff) bottom/100% 1px no-repeat;
    color: #fff;
}
.caseList ul li:hover .caseMb p{
    color: #fff;
}


/* case */

/*contactCon*/
.contactCon{
    width: 100%;
    height: 532px;
    background-image: url('../images/contactbg.jpg');
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    overflow: hidden;
}
.contactsBox{
    width: 1200px;
    height: auto;
    margin: 0 auto;
    overflow: hidden;
}
.contactsBox .contactTop{
    width: 100%;
    height: 46px;
    margin-top: 50px;
    margin-bottom: 85px;
}
.contactTop ul{
    width: 100%;
    height: 100%;
    margin-bottom: 0;
}
.contactTop ul li{
    max-width: 360px;
    height: auto;
    background-image: url("../images/fTel.png");
    background-position: left 3px;
    background-repeat: no-repeat;
    padding-left: 66px;
    float: left;
    overflow: hidden;
    margin-right: 220px;
}
.contactTop ul li:nth-child(2){
    background-image: url("../images/fMail.png");
    margin-right: 0;
}
.contactTop ul li:nth-child(3){
    background-image: url("../images/fAddI.png");
    float: right;
    margin-right: 0;
}
.contactTop ul li p{
    color: #ffffff;
    font-size: 14px;
    margin-bottom: 5px;
}

.contactBot{
    width: 100%;
    height: 324px;
    margin: 0 auto;
    overflow: hidden;
}
.fMap{
    width: 526px;
    height: 325px;
    float: left;
    overflow: hidden;
}


.cForm{
    width: 624px;
    height: auto;
    float: right;
    overflow: hidden;
}

.cForm h3{
    color: #ffffff;
    font-size: 18px;
    text-align: left;
    margin-top: 0;
    margin-bottom: 20px;
    line-height: 18px;
}
.formBox{
    width: 100%;
    position: relative;
    overflow: hidden;
}
.formBox input{
    width: 390px;
    height: 40px;
    border: 1px solid #ffffff;
    background: none;
    color: #fff;
    display: inline-block;
    font-size: 14px;
    padding: 0 5px;
    outline: none;
    margin-bottom: 10px;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -ms-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}
input::-webkit-input-placeholder{
    color: #ffffff;
}
input:-moz-placeholder {
    color: #ffffff;
}
input::-moz-placeholder {
    color: #ffffff;
}
input:-ms-input-placeholder {
    color: #ffffff;
}

.formBox textarea{
    width: 100%;
    height: 184px;
    border: 1px solid #ffffff;
    box-sizing: border-box!important;
    background: none;
    color: #fff;
    font-size: 14px;
    float: left;
    padding: 5px 5px 20px;
    outline: none;
    resize: none;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -ms-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}
textarea::-webkit-input-placeholder{
    color: #ffffff;
}
textarea::-moz-input-placeholder{
    color: #ffffff;
}
textarea:-ms-input-placeholder{
    color: #ffffff;
}

.tjBtn{
    color: #fff!important;
    display: block;
    font-size: 14px;
    font-weight: 400;
    line-height: 24px;
    position: absolute;
    bottom: 5px;
    right: 8px;
    z-index: 99;

    -webkit-transition: 0.3s;
       -moz-transition: 0.3s;
        -ms-transition: 0.3s;
         -o-transition: 0.3s;
            transition: 0.3s;
}
.tjBtn:hover{
    color: #a9a9a9 !important;
}


/*contactCon*/

/*footer*/
#footer{
    width: 100%;
    height: 40px;
    background: #113360;
    line-height: 40px;
    text-align: center;
    overflow: hidden;
}
#footer p{
    color: #e6e6e6!important;
    font-size: 12px;
}
#footer p a{
    color: #e6e6e6!important;
}

/*footer*/


.showUl{
    opacity: 1!important;
    z-index: 999;
    animation-duration: 1000ms;
}
