body {
    font-size: 14px;
    color: #888;
}

input,button{outline:medium;}

.am-container{
    max-width: 1200px;
}

ul{
    margin: 0;
    padding-left: 0;
    list-style-type: none;
}

.color-white{
    color: #fff;
}

.mt20{
    margin-top: 20px;
}

.header{
    position: relative;
    height: 95px;
    background-color: #2C3A4C;
}

.header::after{
    content: '';
    position: absolute;
    left:0;top:38px;
    width:100%;height:1px;line-height: 1px;overflow: hidden;
    background-color: rgba(255, 255, 255, .1);
}

.top{
    height: 38px;
    line-height: 38px;
    color: #fff;
}

.top-bg-icon{
    background-image: url("../images/top-bg-icon.png");
    background-repeat: no-repeat;
}

.top ul{
    overflow: hidden;
    zoom:1;
}

.top ul li{
    float: left;
    padding: 0 20px;
    border-right: rgba(255, 255, 255, .1) solid 1px;
}

.top ul li:hover{
    background-color: rgba(255, 255, 255, .1);
}

.top-tel{
    padding-left: 30px;
    background-position: 0 -9px;
}

.top-zx{
    padding-left: 30px;
    background-position: 0 -48px;
}

.top-search input{
    width:200px;
    border: none;
    background-color: transparent;
}

.top-search button{
    text-indent: -999em;
    border: none;
    background-color: transparent;
    background-position: 0 -86px;
}

.get-price{
    display: block;
    padding: 0 24px 0 44px;
    background-color: #D60024;
    background-position: 16px bottom;
}

.pheader{
    position: relative;
    height:88px;
    margin: 0 auto;
    max-width: 1200px;
}

.pheader .logo{
    display: block;
    width:262px;
    height:80px;
    background: url("../images/top-logo.png") no-repeat 0 0px;
    margin-top: 10px;
}

.pheader .logo h1{
    display: none;
}

.pheader .nav{
    position: absolute;
    top:0;
    right:0;
}

.pheader .nav li{
    float: left;
}

.pheader .nav li a{
    display: block;
    padding: 0 22px;
    line-height: 78px;
    color: #2C3A4C;
    font-size: 16px;
    font-weight: 600;
}

.pheader .nav li a:hover{
    background-color: rgba(255, 255, 255, .1);
}


.banner {
    position: relative;
    height: 530px;
    overflow: hidden;
}

.banner .bd {
    position: relative;
    z-index: 0;
}

.banner ul a {
    display: block;
    width: 100%;
    height: 530px;
    background: no-repeat center center;
    background-size: cover;
    text-indent: -999em;
}

.banner .hd {
    position: absolute;
    height: 10px;
    left: 50%;
    bottom: 30px;
    margin-left: -40px;
}

.banner .hd ul li {
    display: inline-block;
    margin: 0 5px;
    width: 10px;
    height: 10px;
    overflow: hidden;
    background-color: #fff;
    border-radius: 5px;
    text-indent: -999em;
    cursor: pointer;
}

.banner .hd ul li.on {
    background-color: #D60024;
}
.banner .prev,
.banner .next{ position:absolute; left:2%; top:50%; margin-top:-25px; display:block; width:32px; height:40px; background:url(../images/slider-arrow.png) -110px 5px no-repeat; filter:alpha(opacity=50);opacity:0.5;   }
.banner .next{ left:auto; right:2%; background-position:8px 5px; }
.banner .prev:hover,
.banner .next:hover{ filter:alpha(opacity=100);opacity:1;}

.home-box{
    padding-top: 65px;
    padding-bottom: 80px;
}

.home-box .hd{
    padding-bottom: 40px;
    text-align: center;
}

.home-box .hd h3{
    position: relative;
    margin:0;
    padding: 0;
    height: 50px;
    font-size: 26px;
    color: #333;
}

.home-box .hd h3::after{
    content: '';
    position: absolute;
    width:66px;
    height: 2px;
    left: 50%;bottom: 0;
    margin-left: -33px;
    background-color: #D60024;
    overflow: hidden;
}

.home-box .hd p{
    margin-top: 10px;
    margin-bottom: 0;
    font-size: 14px;
    color: #888;
}

.home-box .hd.bg-deep h3{
    color: #fff;
}

.home-box .hd.bg-deep h3::after{
    background-color: rgba(255, 255, 255, .5);
}

.home-box .hd.bg-deep p{
    color: #fff;
}

.choose-list{
    position: relative;
    padding-top: 15px;
    padding-bottom: 15px;
    height: 180px;
}

.choose-list img{
    position: absolute;
    top:0;left:0;
    -ms-transition: transform .3s linear;
    -webkit-transition: transform .3s linear;
    -moz-transition: transform .3s linear;
    -o-transition: transform .3s linear;
    transition: transform .3s linear;
}

.choose-list .choose-info{
    margin-left: 170px;
}

.choose-list .choose-info .choose-title{
    font-size: 16px;
    color: #333;
    font-weight: 600;
}

.choose-list:hover img{
    transform:rotate(14deg);
    -ms-transform:rotate(14deg);
    -moz-transform:rotate(14deg);
    -webkit-transform:rotate(14deg);
    -o-transform:rotate(14deg);
}

.home-products{
    height: 680px;
    background-color: #F2F2F5;
}

.product-category{
    height: 65px;
    background-color: #243141;
}

.product-category ul li{
    line-height: 65px;
    text-align: center;
    font-size: 16px;
    cursor: pointer;
}

.product-category ul li a{
    color: #fff;
}

.product-category ul li.active{
    position: relative;
    color: #fff;
    background-color: #D60024;
}

.product-category ul li.active::after{
    content: '';
    position: absolute;
    bottom: -10px;
    left: 50%;
    margin-left: -10px;
    width: 0;
    height: 0;
    border-width: 10px 10px 0;
    border-style: solid;
    border-color: #D60024 transparent transparent;
}

.product-category-describe{
    width: 80%;
    height: 85px;
    margin: auto;
    padding-top: 30px;
    text-align: center;
    font-size: 16px;
    overflow: hidden;
}

.product-list{
    float: left;
    /*padding-top: 20px;*/
}

.product-item{
    margin: auto;
    padding: 5px;
    width:210px;
    height:220px;
    background-color: #fff;
    -ms-transition: all .3s linear;
    -webkit-transition: all .3s linear;
    -moz-transition: all .3s linear;
    -o-transition: all .3s linear;
    transition: all .3s linear;
}

.product-item .product-thumb{
    width:100%;
    height: 175px;
    overflow: hidden;
}

.product-item .product-thumb img{
    width:100%;
    height:100%;
}

.product-item .product-title{
    height: 35px;
    line-height: 35px;
    text-align: center;
    background-color: #D60024;
}

a:hover .product-item{
    box-shadow:0 0 5px rgba(0,0,0,0.5)
}

.hover-enlarge img{
    width:100%;
    height: auto;
}

.hover-enlarge img, .cooperative-list img{
    -ms-transition: transform .3s linear;
    -webkit-transition: transform .3s linear;
    -moz-transition: transform .3s linear;
    -o-transition: transform .3s linear;
    transition: transform .3s linear;
}

a:hover .product-thumb img, .hover-enlarge:hover img{
    -webkit-transform: scale(1.1) !important;
    -moz-transform: scale(1.1) !important;
    -ms-transform: scale(1.1) !important;
    transform: scale(1.1) !important;
}

.home-application{
    min-height: 650px;
    background: url("../images/3col-BlueBackground.jpg") no-repeat 0 0;
    /*background-size: cover;*/
    padding-bottom: 0px;
}

.home-application .bd{
    position: relative;
    height: 458px;
}

.home-application .application-category{
    position: absolute;
    width: 190px;
    height: 100%;
    border-right:#7A8596 solid 2px;
}

.application-category ul li{
    position: relative;
}

.application-category ul li a{
    display: block;
    padding-right: 35px;
    height: 35px;
    line-height: 35px;
    text-align: right;
    color: #fff;
    font-size: 14px;
}

.application-category ul li.on a{
    color: #e50012;
    background: -webkit-gradient(linear,right top,left top,from(rgba(255,255,255,.2)),to(rgba(255,255,255,0)));
    background: linear-gradient(to left,rgba(255,255,255,.2),rgba(255,255,255,0));
}

.application-category ul li.on:after{
    content: '';
    height: 100%;
    width: 4px;
    position: absolute;
    top:0;
    left: inherit;
    right: -3px;
    background: #e50012;
}

.home-application .application-info{
    margin-left: 240px;
}

.home-application .application-title{
    color: #fff;
    font-size: 24px;
    font-weight: 400;
    margin-bottom: 15px;
}

.home-application .application-txt {
    height: 80px;
    font-size: 14px;
    color: #fff;
    line-height: 1.8;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}

.home-application .application-btn{
    padding-top: 15px;
}

.home-application .application-pro{
    margin-top: 30px;
    padding-top: 10px;
    border-top: rgba(255,255,255,.2) 1px dashed;
    font-size: 0;
    overflow: hidden;
}

.home-application .application-pro .product-list .product-item{
    width:160px;
    height: 165px;
}

.home-application .application-pro .product-item .product-title{
    height: 25px;
    line-height: 25px;
    font-size: 12px;
}

.home-application .application-pro .product-item .product-thumb{
    height: 131px;
}

.recommend-news{
    width: 495px;
    height: 430px;
    background: url("../images/home-news-bg.gif") no-repeat 0 0;
}

.recommend-news .recommend-news-title{
    display: block;
    width: 430px;
    line-height: 50px;
    text-align: center;
    color: #fff;
}

.recommend-news .recommend-news-thumb{
    width:450px;
    height: 300px;
    margin-left: 23px;
    overflow: hidden;
}

.recommend-news p{
    margin: 10px 24px 0;
    font-size: 12px;
}

.home-news-list{
    width:550px
}

.home-news-list .news-item{
    margin-left: 0;
}

.news-list li{
    padding-bottom: 20px;
}

.news-item{
    margin-left: 180px;
}

.news-item .news-item-title{
    font-size: 14px;
}

.news-item .news-item-describe{
    margin: 6px 0 4px;
    font-size: 12px;
    color: #666;
}

.news-item>span{
    display: inline-block;
    font-size: 12px;
}

.news-item .news-item-view{
    margin-left: 20px;
}

.cooperative{
    background-color: #F5F8FA;
}

.cooperative-list li{
    padding-top: 5px;
    padding-bottom: 10px;
    text-align: center;
}

.cooperative-list li img{
    border: #f6f6f6 1px solid;
}

.cooperative-list li img:hover{
    transform:translateY(-8px);
}

.footer{
    padding-top:35px;
    padding-bottom: 30px;
    background-color: #3D3E49;
    font-size: 12px;
}

.company-contact{
    padding-top: 20px;
    padding-bottom: 20px;
    line-height: 26px;
    color: #B5B4B4;
}

.foot-menu h4{
    margin: 0 0 12px;
    padding-bottom: 12px;
    font-size: 14px;
    color: #fff;
    font-weight: normal;
    border-bottom: rgba(255,255,255,.1) solid 1px;
}

.foot-menu li{
    height:22px;
    line-height: 22px;
}

.footer a{
    color: #868695;
}

.footer a:hover{
    color: #B5B4B4;
}

.copyright{
    margin-top: 30px;
    padding-top: 15px;
    border-top: rgba(255,255,255,.2) solid 1px;
}


.hvr-sweep-to-left {
    vertical-align: middle;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    box-shadow: 0 0 1px transparent;
    position: relative;
    -webkit-transition-property: color;
    transition-property: color;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
}

.hvr-sweep-to-left:before {
    content: "";
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    -webkit-transform: scaleX(1);
    -ms-transform: scaleX(1);
    transform: scaleX(1);
    -webkit-transform-origin: 100% 50%;
    -ms-transform-origin: 100% 50%;
    transform-origin: 100% 50%;
    -webkit-transition-property: transform;
    -webkit-transition-property: -webkit-transform;
    transition-property: -webkit-transform;
    transition-property: transform;
    transition-property: transform, -webkit-transform;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
}

.product-list a:hover .hvr-sweep-to-left:before {
    -webkit-transform: scaleX(0);
    -ms-transform: scaleX(0);
    transform: scaleX(0);
}

.hvr-sweep-to-left:before {
    background: #333;
}

.page-main{
    position: relative;
    width:1200px;
    margin: auto;
    min-height: 600px;
    background-color: #fff;
    z-index:999;
}

.page-to-top{
    margin-top: -60px;
}
.page-bottom-margin{
    padding-bottom: 35px;
}

.page-left{position:absolute;top:0;left:0;width:260px;box-shadow:0 0 7px rgba(0,0,0,0.5);}
.sub-nav{
    width:80%;
    margin: 20px auto 0;
}
.sub-nav li a{
    display: block;
    height: 40px;
    line-height: 40px;
    color: #333;
    border-bottom: #D9D9D9 solid 2px;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
}
.sub-nav li a:hover{
    padding-left: 6px;
    color: #D60024;
}
.sub-nav li.active a{
    color: #D60024;
    background: url("../images/sub-menu-select.png") no-repeat 92% center;
}
.left-kefu{margin-top:30px;height:120px;background: url("../images/kefu-mm.jpg") no-repeat left bottom;}
.left-kefu ul{margin-top:50px;margin-left:110px}
.left-kefu ul li{font-size: 16px;}
.left-kefu ul li i{font-size: 18px;}
.left-kefu ul li a{margin-top: 10px}
.page-left-bottom{height:8px;background-color: #D60024;overflow: hidden}
.page-right{margin-left: 280px;padding-right: 20px}
.page-right-head{
    height: 60px;
    line-height:59px;
    border-bottom: #DBDBEA solid 1px;
}

.subway a{
    margin-left: 5px;
    margin-right: 5px;
    color: #666;
}

.subway a:hover{
    color: #0e90d2;
}

.subway a:first-child i{
    font-size: 18px;
}

.product-search{
    margin-top: 15px;
    height: 32px;
    line-height: 30px;
    border: #417FB1 solid 1px;
    border-radius: 15px;
    overflow: hidden;
    background-color: #417FB1;
}

.product-search input{
    display: block;
    padding: 0 10px;
    width: 220px;
    height: 30px;
    line-height: 30px;
    border: none;
    background-color: #fff;
    border-radius: 15px;
}

.product-search button{
    display: block;
    margin: 0;
    padding: 0 10px;
    border: none;
    height:30px;
    background-color: #417FB1;
    color: #fff;
    font-weight: normal;
    text-align: center;
}

.content{
    padding-top: 20px;
    padding-bottom: 20px;
}

.content img{
    max-width: 100%;
    height: auto;
}

.content table{
    width:100%;
    border-collapse:collapse;
}

.content table th,.content table td{
    padding: 5px;
}

#map{
    position: relative;
    height: 450px;
    z-index: 1;
}

.contact-box{
    position: relative;
    height: 570px;
    margin-top: -10px;
    background: url("../images/contact-bg.png") no-repeat 0 0;
    background-size: cover;
    z-index: 2;
}

.company-lx{
    padding-top: 100px;
    color: #fff;
}

.company-lx h2{
    position: relative;
    font-size: 18px;
    font-weight: 500;
}

.company-lx h2:after{
    content: '';
    position: absolute;
    width:50px;
    height:2px;
    top:inherit;
    bottom: -10px;
    left:0;
    background-color: rgba(255,255,255,.3);
}

.company-lx p{
    line-height: 1.8;
}

.manager-lx{
    margin-top: 60px;
}

.manager-lx .txt-box{
    position: relative;
    width:80%;
    text-align: center;
}

.manager-lx .txt-box .txt-box-inner{
    position: relative;
    padding: 20px;
    height: 100%;
    color: #fff;
}

.manager-lx .manager-name{
    padding-bottom: 10px;
}

.manager-lx .manager-contact{
    color: #cdcdcd;
}

.manager-lx .txt-box:before {
    content: "";
    width: 20px;
    height: 1px;
    background: #fff;
    position: absolute;
    top: 0;
    left: 0;
    transition: all 0.3s linear 0.3s;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}

.manager-lx .txt-box:after {
    content: "";
    height: 20px;
    width: 1px;
    background: #fff;
    position: absolute;
    top: 0;
    left: 0;
    transition: all 0.3s linear 0.3s;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}

.manager-lx .txt-box-inner:before {
    content: "";
    width: 20px;
    height: 1px;
    background: #fff;
    position: absolute;
    bottom: 0;
    right: 0;
    transition: all 0.3s linear 0.3s;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}

.manager-lx .txt-box-inner:after {
    content: "";
    height: 20px;
    width: 1px;
    background: #fff;
    position: absolute;
    bottom: 0;
    right: 0;
    transition: all 0.3s linear 0.3s;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}

.manager-lx a:hover .txt-box:before{
    transition-delay: 0s;
    width: 100%
}

.manager-lx a:hover .txt-box:after{
    transition-delay: 0s;
    height: 100%
}

.manager-lx a:hover .txt-box-inner:before{
    transition-delay: 0s;
    width: 100%
}

.manager-lx a:hover .txt-box-inner:after{
    transition-delay: 0s;
    height: 100%
}

.qrcode{
    position: relative;
    width:354px;
    height:525px;
    margin: 45px auto 0;
}

.qrcode:after{
    content: '';
    position: absolute;
    left: 17%;
    top: 150px;
    background-color: #20c2ff;
    width: 66%;
    height: 2px;
    -moz-box-shadow: 0 0 6px rgba(32,194,255,.7);
    -webkit-box-shadow: 0 0 6px rgba(32,194,255,.7);
    box-shadow: 0 0 6px rgba(32,194,255,.7);
    -webkit-animation: qrcode 3s linear 1s infinite both;
    animation: qrcode 3s linear 1s infinite both;
}

@-webkit-keyframes qrcode {
    0% {
        opacity: 1;
        filter:alpha(opacity:100);
        top: 170px;
    }
    100% {
        opacity: 1;
        filter:alpha(opacity:100);
        top: 400px;
    }
}
@-moz-keyframes qrcode {
    0% {
        opacity: 1;
        filter:alpha(opacity:100);
        top: 170px;
    }
    100% {
        opacity: 1;
        filter:alpha(opacity:100);
        top: 400px;
    }
}
@keyframes qrcode {
    0% {
        opacity: 1;
        filter:alpha(opacity:100);
        top: 170px;
    }
    100% {
        opacity: 1;
        filter:alpha(opacity:100);
        top:400px;
    }
}

.pages{
    padding: 20px 0;
}
.pages a{
    display: inline-block;
    padding: 5px 15px;
    margin: 0 5px;
    color: #555;
    background-color: #eee;
    -ms-transition: background .3s linear;
    -webkit-transition: background .3s linear;
    -moz-transition: background .3s linear;
    -o-transition: background .3s linear;
    transition: background .3s linear;
}

.pages a:hover{
    color: #eee;
    background-color: #D60024;
}

.pages span{
    display: inline-block;
    padding: 5px 15px;
    margin: 0 5px;
    color: #fff;
    background-color: #D60024;
}

.product_parameter{
    height: 350px;
    padding-top: 25px;
    background: url("../images/cpcs.jpg") no-repeat 0 0;
}

.product_parameter .product-thumb{
    width:340px;
    height:300px;
    padding: 0 10px 10px 0;
    background: url("../images/product-thumb-bg.gif") no-repeat right bottom;
    overflow: hidden;
}

.product_parameter .product-thumb img{
    width:330px;
    height:290px;
}

.product_parameter .product-info{
    width: 510px;
    margin-left: 30px;
    color: #fff;
}

.product_parameter .product-info h2{
    padding:10px 0 0;
    font-size: 18px;
    font-weight: normal;
}

.product_parameter .product-info li{
    padding-bottom: 8px;
    line-height: 1.2;
}

.product_parameter .product-info li:last-child{
    padding-bottom: 0;
}

.product_parameter .product-info label{
    font-weight: normal;
    text-align: right;
}

.application-top{
    background-color: #F2F2F5;
}

.application-list:first-child .application-list-text{
    padding-top: 123px;
    background-position: right top;
}
.application-list:first-child .application-list-thumb{
    padding-top: 38px;
}

.application-list .application-list-text{
    min-height:400px;
    padding: 72px 30px 0 75px;
    background: url('../images/application-list-bg.gif') no-repeat 0 0;
}

.application-list-odd .application-list-text{
    float: right;
    padding: 72px 75px 0 30px;
    background-position: right -50px;
}

.application-list .application-list-text .application-title{
    margin: 0;
    padding-bottom: 15px;
    font-size: 18px;
    font-weight: 500;
    color: #404040;
}

.application-list .application-list-text .application-describe{
    padding-top: 15px;
}

.application-list-thumb img{
    width:100%;
    height: auto;
}

h2.news-title{margin-top:30px;text-align: center;font-size: 16px;font-weight: 500;color: #D60024}
.news-attribute{text-align: center;height: 30px;line-height: 30px;background-color:#F5F8FA;}
.news-next-prev{border-top: #ccc dotted 1px;padding: 15px 0;}

.job-title{width:100%;overflow:hidden;font-weight: 500;font-size: 16px;line-height: 26px;color: #404040;text-align: center}
.job-title .job-title-text{padding: 0 35px;display: inline-block;vertical-align: baseline;zoom: 1;position: relative;}
.job-title .job-title-text:before{content: '';position:absolute;width:1000px;top:13px;right:100%;border-top:1px solid;}
.job-title .job-title-text:after{content: '';position:absolute;width:1000px;top:13px;left:100%;border-top:1px solid;}

.show{ display: block; }
.dn{ display: none; }

.side_nav {
    position: fixed;
    top: 50%;
    right: 0;
    width: 60px;
    z-index: 99999;
}
.side_nav ul li {
    position: relative;
    width: 60px;
    height: 60px;
    float: right;
    margin-bottom: 1px;/* border-bottom: 1px solid #fff; */
}
.side_nav ul li a {
    display: inline-block;
    height: 60px;
    position: absolute;
    top: 0;
    left: 0;/*  border-bottom: 1px solid #fff; */
}
/* .side_nav ul li:last-child,.side_nav ul li:last-child a{
    border-bottom: 0;
} */
.current_side_n {
    width: 140px!important;
}
.current_side_n a {
    width: 140px!important;
}
/* .current_side_n span{

} */
.side_nav ul li span {
    /*      display:block; */
    width: 148px;
    height: 148px;
    float: left;
    color: #fff;
    line-height: 60px;
    font-size: 16px;
    margin-left: 60px;
    cursor: pointer;
}
.side_nav ul li span img {
    width: 148px;
    height: 148px;
}
.side_nav_3 a {
    width: 60px;
}
.side_nav_3 a span {
    position: absolute;
    right: 60px;
    bottom: 0;
    margin-left: 0!important;
    display: none;
}
.tel a {
    background: #005aa1 url(../images/24hour_09.png) no-repeat 15px 15px;
}
.QQ a {
    background: #005aa1 url(../images/0013920_47.png) no-repeat 15px -96px;

}
.sub_QR a {
    background: #005aa1 url(../images/0013920_47.png) no-repeat 15px -207px;
}
.back_top a {
    background: #005aa1 url(../images/0013920_47.png) no-repeat 15px -317px;
}