/* 头部样式 */
.jet_header{
    background: #e3010c;
}
.jet_head{
    width: 1334px;
    height: 50px;
    line-height: 50px;
    margin:0 auto;
}
.zsearch{
    background: url(../images/fdj.png) no-repeat;
    width: 21px;
    height: 22px;
    display: inline-block;
    margin-top: 16px;
}
.k1{
    color:#fff;
    font-size: 12px;
}
.k1 a{
    color:#fff;
}
.button{
    top: 52px;
    position: absolute;
    right: 270px;
    z-index: 3;
    background: #fff;

}
input#keyword{
    width: 180px;
    height: 39px;
    border: 1px solid #e3010c;
    padding: 0 0 0 10px;
    color: #c3c3c3;
    font-size: 12px;
    float: left;
}
input#s_btn{
    background: #e3010c;
    border: none;
    width: 73px;
    height: 39px;
    background-image: url(../images/fdj.png);
    background-repeat: no-repeat;
    background-position: center;
}
.hotSearch{
    font-size: 12px;
    color:#fff;
    padding-top: 18px;
}
.hotSearch a{
    color:#fff;
    padding-right: 14px;
}
.jet_logo{
    width: 1334px;
    margin:0 auto;
    height: 114px;
    line-height: 114px;
}
.z_logo{
    padding-top: 18px;
}
/* 旋转 */
.hovereffect {
    width: 25%;
    height: 325px;
    float: left;
    overflow: hidden;
    position: relative;
    text-align: center;
    cursor: default;
}
.color-cyan {
    color: #4AC1BA;
}
.hovereffect.gray-1 {
    background: #fafafc;
}
.hovereffect.gray-2{
    background: #f6f7f9;
}
.hovereffect .panel-wrapper {
    display: block;
    position: relative;
    -webkit-transition: all .4s linear;
    transition: all .4s linear;
}
.color-cyan .panel-description{
    color:#4AC1BA;
    font-size: 24px;
    font-weight: normal;
}
.color-magenta .panel-description{
    color:#f33d30;
    font-size: 24px;
    font-weight: normal;
}
.color-blue .panel-description{
    color:#f6c629;
    font-size: 24px;
    font-weight: normal;
}
.color-green .panel-description{
    color:#ff7eb8;
    font-size: 24px;
    font-weight: normal;
}
.color-cyan .overlay {
    background: #4AC1BA;
    color: white;
}
.color-magenta .overlay {
    background: #f33d30;
    color: white;
}
.color-blue .overlay{
    background: #f6c629;
    color: white;
}
.color-green .overlay{
    background: #ff7eb8;
    color: white;
}
.hovereffect .overlay {
    width: 100%;
    height: 100%;
    position: absolute;
    overflow: hidden;
    top: 0;
    left: 0;
    opacity: 0;
    -webkit-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
}
.overlay {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
}

.color-cyan .panel-letter{
    padding-top: 56px;
    color:#67c4c9;
    font-size: 103px;
    font-family: Arial, Helvetica, sans-serif;
}
.color-magenta .panel-letter{
    padding-top: 56px;
    color:#f33d30;
    font-size: 103px;
    font-family: Arial, Helvetica, sans-serif;
}
.color-blue .panel-letter{
    padding-top: 56px;
    color:#f6c629;
    font-size: 103px;
    font-family: Arial, Helvetica, sans-serif;
}
.color-green .panel-letter{
    padding-top: 56px;
    color:#ff7eb8;
    font-size: 103px;
    font-family: Arial, Helvetica, sans-serif;
}
.hovereffect .overlay {
    width: 100%;
    height: 100%;
    position: absolute;
    overflow: hidden;
    top: 0;
    left: 0;
    opacity: 0;
    -webkit-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out
}

.hovereffect .overlay p {
    padding-top: 25%;
}

.hovereffect .panel-wrapper {
    display: block;
    position: relative;
    -webkit-transition: all .4s linear;
    transition: all .4s linear;
}

.hovereffect p {

    -webkit-transform: translatey(-100px);
    -ms-transform: translatey(-100px);
    transform: translatey(-100px);
    -webkit-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}

.hovereffect .head-wrapper {
    -webkit-transform: translatey(-100px);
    -ms-transform: translatey(-100px);
    transform: translatey(-100px);
    -webkit-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}


.hovereffect:hover .panel-wrapper {
    -ms-transform: scale(1.2);
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
}

.hovereffect:hover .overlay {
    opacity: 1;
    filter: alpha(opacity=100);
}

.hovereffect:hover p, .hovereffect:hover a.info {
    opacity: 1;
    filter: alpha(opacity=100);
    -ms-transform: translatey(0);
    -webkit-transform: translatey(0);
    transform: translatey(0);
}

.hovereffect:hover a.info {
    -webkit-transition-delay: .2s;
    transition-delay: .2s;
}

.overlay p {
    margin-left: 10%;
    margin-right: 10%;
    height: 60%;
}

.overlay a {
    font-size: 14px;
    border: 1px solid #fff;
    padding: 10px 30px;
    color: #fff;
}
/* 关于我们 */
.jet_about1{
    width: 1334px;
    margin:0 auto;
    height: 540px;
}
.about_wz{
    width: 690px;
}
.total{
    padding-top: 80px;
}
.about_wz h3{
    line-height: 50px;
    color:#666;
    font-size: 24px;
    font-family: Arial, Helvetica, sans-serif;
}
.line2{
    margin: 30px 0;
    width: 60px;
    height: 2px;
    background: #999999;
}
.about_wz span{
    color:#333;
    font-size: 24px;
}
.about_wz .about_1{
    color:#999999;
    font-size: 14px;
    line-height: 1.75em;
}
.about_wz .more1{
    margin-top: 66px;
}
.about_wz .more1:hover a{
    background: #e3010c;
    color: #fff;
    border: none;
}
.about_wz .more1 a{
    display: inline-block;
    text-align: center;
    width: 169px;
    height: 46px;
    line-height: 46px;
    border:1px solid #666666;
    color: #666666;
    transition: all .5s;
}

/* 产品中心 */
.jet_product{
     background: url(../images/product_bg.png) no-repeat center;
}
.jet_pro{
    width: 1300px;
    margin:0 auto;
    padding-top: 70px;
}
.jet_title{
    text-align: center;
    color:#5b5b5b;
    font-size: 36px;
    font-family: Arial, Helvetica, sans-serif;
}
.jet_title p{
    margin-top: 6px;
    color:#333333;
    font-size: 24px;
    background: url(../images/line.png) no-repeat center;
}
.jet_info{
    width: 1334px;
    margin:0 auto;
    padding-top: 80px;
}
.jet_info ul{
    padding-top: 60px;
}
.jet_info li{
    float: left;
    width: 414px;
    margin-left: 30px;
}
.jet_info li .wz1 h3{
    font-size: 18px;
    color:#333;
    padding-top: 22px;
}
.jet_info li:hover .wz1 h3{
    color:#e3010c;
}
.jet_info li .wz1 h4{
    line-height: 36px;
    font-size: 12px;
    color:#9d9d9d;
    font-family: Arial, Helvetica, sans-serif;
    border-bottom: 1px solid #e9eaee;
}
.jet_info li .wz1 .info{
    font-size: 12px;
    color:#9d9d9d;
    padding:18px 0;
}

.jet_info li .img{
    width: 414px;
    height: 200px;
    overflow: hidden;
}
.jet_info li .img img{
    transition: all .8s;
}
.jet_info li:hover .img img{
    transform: scale(1.1);
}
.jet_info .more1{
    text-align: center;
    margin:68px 0;
}
.jet_info .more1:hover a{
    color: #9d9d9d;
    background: none;
}
.jet_info .more1 a{
    display: inline-block;
    text-align: center;
    width: 169px;
    height: 46px;
    line-height: 46px;
    border:1px solid #e3010c;
    color: #fff;
    transition: all .5s;
    background: #e3010c;
}
.icon{
    width: 1334px;
    margin: 0 auto;
}
.icon li{
    float: left;
    width: 444px;
    height: 218px;
    text-align: center;
    margin-top: -46px;
    position: relative;
}
.icon .wz1{
    padding-top: 10px;
    color:#333;
    font-size: 16px;
}
.icon .wz2{
    padding-top: 10px;
    color:#666;
    font-size: 14px;
}
.icon li .line1{
    position: absolute;
    height: 148px;
    width: 1px;
    background: #f3f3f3;
    top:45px;
}
.icon li:nth-child(1) .line1{
    display: none;
}
.copyright{
    background-color:#f7f7f7;
}
.copyright a{
    color:#959595;
}
.bg1{
    overflow: hidden;
}
.foot_bg{
    background: #f7f7f7;
    height: 280px;
    padding-top:20px;
}

.total{
    position: relative;
    overflow: hidden;
}
.about_img{
  
}

.border-top,.border-left,.border-bottom,.border-right{
    position: absolute;
    background: #e3010c;

}
.border-top {
    width: 0%;
    height: 4px;
    top: 0;
    right: 0;
}
.border-left {
    height: 0%;
    width: 4px;
    border-right: 1px solid rgba(255,255,255,0.5);
    left: 0;
    top: 0;
}
.border-bottom {
    width: 0%;
    height: 4px;
    bottom: 0;
    left: 0;
    border-top: 1px solid rgba(255,255,255,0.5);
}
.border-right {
    height: 0%;
    width: 4px;
    bottom: 0;
    right: 0;
    border-left: 1px solid rgba(255,255,255,0.5);
}
.total .about_img .border-top{
	-webkit-animation: linemove1 0.6s  linear forwards;
    -moz-animation: linemove1 0.6s  linear forwards;
    -o-animation: linemove1 0.6s linear forwards;
    animation: linemove1 0.6s linear forwards;
}
.total .about_img .border-left{
	-webkit-animation: linemove2 0.6s 0.6s linear forwards;
    -moz-animation: linemove2 0.6s 0.6s linear forwards;
    -o-animation: linemove2 0.6s 0.6s linear forwards;
    animation: linemove2 0.6s 0.6s linear forwards;
}
.total .about_img .border-bottom{
	-webkit-animation: linemove1 0.6s 1.2s linear forwards;
    -moz-animation: linemove1 0.6s 1.2s linear forwards;
    -o-animation: linemove1 0.6s 1.2s linear forwards;
    animation: linemove1 0.6s 1.2s linear forwards;
}
.total .about_img .border-right{
	-webkit-animation: linemove2 0.6s 1.8s linear forwards;
    -moz-animation: linemove2 0.6s 1.8s linear forwards;
    -o-animation: linemove2 0.6s 1.8s linear forwards;
    animation: linemove2 0.6s 1.8s linear forwards;
}