@CHARSET "UTF-8";

/*头部样式*/

.topbox {
    height: 100px;
    background-color: rgba(0, 0, 0, .3);
    /*padding-bottom: 11px;*/
    position: fixed;
    left: 50%;
    margin-left: -50%;
    width: 100%;
    z-index: 9999999999;
    top: 10px;
}

.topbox2 {
    background-color: rgba(0, 0, 0, .3);
    height: 100px;
}

.shadow {
    background: url(../images/shadow.png) repeat-x;
    padding-top: 32px;
}

#header {
    width: 1200px;
    margin: 0 auto;
}

.top {}

.logo {
    float: left;
    padding-top: 14px;
}

.topLink {
    width: 400px;
    float: right;
    text-align: right;
    position: relative;
    z-index: 9999;
}

.translate {
    width: 100px;
    position: absolute;
    left: 0;
    top: 10px;
    z-index: 9999;
    display: none;
}

.tran-in {
    left: 120px;
}

.translate li {
    border: 1px dashed #cccccc;
    line-height: 26px;
    text-align: left;
    background: #fff;
}

.translate li a {
    display: block;
    padding-left: 10px;
    background: url(../images/dot4.png) no-repeat 88% 11px;
}

.translate li a:hover {
    text-decoration: none;
    color: #275cea;
    cursor: pointer;
}

.translate-en {
    display: none;
    padding: 6px;
    padding-top: 0px;
}

.translate li .translate-en a {
    padding-left: 0px;
    text-align: center;
    background: #fff;
    border-bottom: 1px solid #cccccc;
}

.translate li .translate-en a:hover {
    font-weight: bold;
}

.topLink .f_count {
    color: #ff0000;
    font-size: 13px;
    font-weight: bold;
}

.k1 {
    color: #a4a4a4;
    font-size: 14px;
    line-height: 24px;
}

.k1 a {
    color: #a4a4a4
}

.k1 a:hover {
    color: #fff;
}

.menubox {
    padding-top: 20px;
}

.menus {
    width: 49px;
    height: 49px;
    z-index: 200;
    position: relative;
}

.menus span {
    display: none;
}

.navtoggle {
    position: fixed;
    left: 0;
    top: 0;
    background-color: rgba(0, 0, 0, .7);
    width: 100%;
    height: 100%;
    display: none;
    z-index: 100;
}

#menu2 {
    width: 860px;
   float: right;
   padding-top: 33px;
}


/*热门搜索*/

.search {
    text-align: left;
    height: 24px;
    background-color: #f8f8f8;
    padding: 5px 10px 5px 10px;
}

#formsearch {
    width: 246px;
    float: right;
    height: 34px;
    background: url(../images/search.png) no-repeat;
}


/*主体样式*/

#container {
    width: 1200px;
    margin: 0 auto;
    margin-top: 10px;
}

.pagebg {
    /*background: url(../images/pagebg.png) no-repeat 50% 100% #f0f0f0;*/
    background-color: #606060;
    padding-bottom: 50px;
}

.boxx {
    width: 1200px;
    margin: 0 auto;
}

.menu_cate {
    width: 220px;
    float: left;
}

.section1 {
    background: url(../images/section1_1.jpg) no-repeat 50% 100%;
    background-size: cover;
}

.about {
    height: 286px;
    background: url(../images/about.png) no-repeat 50% 0;
    text-align: center;
    color: #141a60;
    font: 400 20px/38px "Microsoft YaHei";
    padding-top: 64px;
    margin-top: 200px;
    opacity: 0;
    transition: all 1s;
}

.active .about {
    margin-top: 90px;
    opacity: 1;
    transition-delay: 0.7s;
}

.about img {
    margin-bottom: 25px;
}

.down {
    position: absolute;
    width: 220px;
    z-index: 120;
    bottom: 0;
    left: 50%;
    margin-left: -110px;
    text-align: center;
    animation: Prompt 2s linear infinite;
    -webkit-animation: Prompt 2s linear infinite;
}

.down a {
    display: block;
    background: url(../images/down1.png) no-repeat 50% 0;
    padding-top: 46px;
    color: #000;
    font: 400 13px/38px "Microsoft YaHei";
}

@keyframes Prompt {
    0% {
        bottom: 50px;
        opacity: 1;
    }
    50% {
        bottom: 30px;
        opacity: .6;
    }
    100% {
        bottom: 50px;
        opacity: .8;
    }
}

@-webkit-keyframes Prompt {
    0% {
        bottom: 50px;
        opacity: 1;
    }
    50% {
        bottom: 30px;
        opacity: .6;
    }
    100% {
        bottom: 50px;
        opacity: .8;
    }
}

.section2 {
    background: url(../images/section22.jpg) no-repeat 50% 0;
    background-size: cover;
}

.coml {
    color: #f02b2b;
    text-align: left;
    position: relative;
    padding-top: 240px;
    width: 500px;
    height: 630px;
    float: left;
    opacity: 0;
    transition: all 1s;
}

.active .coml {
    top: 0;
    opacity: 1;
    transition-delay: 0.7s;
}

.coml h2 {
    display: block;
    width: 372px;
    height: 191px;
    font-size: 46px;
    background: url(../images/abh1.png) no-repeat 60px 0;
    line-height: 130px;
}

.coml h2 span {
    display: block;
    color: #fff;
    font-weight: bold;
    line-height: 4px;
    text-transform: uppercase;
}

.company .content {
    color: #e3e7ee;
    font: 400 14px/25px "Microsoft YaHei";
    /* padding:0 193px; */
    text-align: left;
    padding: 54px 15px;
    position: relative;
    top: 50px;
    opacity: 0;
    transition: all 1s;
    max-height: 380px;
}

.company .content::after {
    content: url(../images/abafter.png);
    position: absolute;
    bottom: 0px;
    left: 15px;
}

.active .company .content {
    top: 0;
    opacity: 1;
    transition-delay: 0.7s;
}

.links {
    padding-top: 180px;
    padding-left: 70px;
    float: right;
    opacity: 0;
    transition: all 1.5s;
    -webkit-transform: scale(.5, .5);
    -moz-transform: scale(.5, .5);
}

.active .links {
    opacity: 1;
    transition-delay: 1.2s;
    -webkit-transform: scale(1, 1);
    -moz-transform: scale(1, 1);
}

.section3 {
    background: url(../images/section22.jpg) no-repeat 50% 0;
    background-size: cover;
}

.coml2 {
    color: #f02b2b;
    text-align: left;
    position: relative;
    padding-top: 240px;
    width: 450px;
    height: 630px;
    float: left;
    opacity: 0;
    transition: all 1s;
}

.active .coml2 {
    top: 0;
    opacity: 1;
    transition-delay: 0.7s;
}

.coml2 h2 {
    display: block;
    width: 450px;
    height: 191px;
    font-size: 46px;
    background: url(../images/abh1.png) no-repeat 60px 0;
    line-height: 130px;
}

.coml2 h2 span {
    display: block;
    color: #fff;
    font-weight: bold;
    line-height: 4px;
    text-transform: uppercase;
}

.links2 {
    padding-top: 180px;
    float: right;
    opacity: 0;
    transition: all 1.5s;
    -webkit-transform: scale(.5, .5);
    -moz-transform: scale(.5, .5);
}

.active .links2 {
    opacity: 1;
    transition-delay: 1.2s;
    -webkit-transform: scale(1, 1);
    -moz-transform: scale(1, 1);
}

.ywul {
    margin-top: 50px;
}

.ywul li {
    display: block;
    float: right;
    height: 31px;
    border-radius: 18px;
    border: 1px solid #acacac;
    margin: 8px 10px;
}

.ywul li a {
    line-height: 31px;
    color: #fff;
    padding: 0 15px;
    font-size: 16px;
}

.ywul li:hover {
    background-color: #fff;
}

.ywul li:hover a {
    color: #333;
}

.pro h2 {
    color: #fff;
    font: 400 60px/80px "Microsoft YaHei";
    text-align: center;
    position: relative;
    top: 50px;
    opacity: 0;
    transition: all 1s;
}

.active .pro h2 {
    top: 0;
    opacity: 1;
    transition-delay: 0.7s;
}

.pro .content {
    color: #eceded;
    font: 400 14px/25px "Microsoft YaHei";
    padding: 0 193px;
    text-align: center;
    padding-top: 15px;
    position: relative;
    top: 50px;
    opacity: 0;
    transition: all 1s;
}

.active .pro .content {
    top: 0;
    opacity: 1;
    transition-delay: 0.7s;
}

.focus_box {
    position: relative;
    right: -50px;
    opacity: 0;
    transition: all 1.5s;
}

.active .focus_box {
    right: 0;
    opacity: 1;
    transition-delay: 1.2s;
}

.section4 {
    background: url(../images/section22.jpg) no-repeat 50% 0;
    background-size: cover;
}

.coml3 {
    color: #f02b2b;
    text-align: left;
    position: relative;
    padding-top: 240px;
    width: 380px;
    height: 630px;
    float: left;
    opacity: 0;
    transition: all 1s;
}

.active .coml3 {
    top: 0;
    opacity: 1;
    transition-delay: 0.7s;
}

.coml3 h2 {
    display: block;
    width: 372px;
    height: 191px;
    font-size: 46px;
    background: url(../images/abh1.png) no-repeat 60px 0;
    line-height: 130px;
}

.coml3 h2 span {
    display: block;
    color: #fff;
    font-weight: bold;
    line-height: 4px;
    text-transform: uppercase;
}

.company .content {
    color: #e3e7ee;
    font: 400 14px/25px "Microsoft YaHei";
    /* padding:0 193px; */
    text-align: left;
    padding: 54px 15px;
    position: relative;
    top: 50px;
    opacity: 0;
    transition: all 1s;
    max-height: 380px;
}

.company .content::after {
    content: url(../images/abafter.png);
    position: absolute;
    bottom: 0px;
    left: 15px;
}

.active .company .content {
    top: 0;
    opacity: 1;
    transition-delay: 0.7s;
}

.links3 {
    padding-top: 180px;
    width: 790px;
    float: right;
    opacity: 0;
    transition: all 1.5s;
    -webkit-transform: scale(.5, .5);
    -moz-transform: scale(.5, .5);
}

.active .links3 {
    opacity: 1;
    transition-delay: 1.2s;
    -webkit-transform: scale(1, 1);
    -moz-transform: scale(1, 1);
}

.product_list {
    padding-bottom: 25px;
}

.product_lists li {
    float: left;
    margin-left: 15px;
    margin-right: 15px;
    margin-bottom: 30px;
    _display: inline;
    border: 8px solid #fff;
    background-color: #fff;
}


/* .product_lists li a.img{border:1px solid #eee;} */

.product_lists li a.img img {
    width: 345px;
    height: 210px;
}

.product_lists li h3 {
    text-align: left;
    padding: 8px 0;
    border: 1px solid #eee;
    width: 320px;
    border: 1px solid #ebebeb;
    padding: 0 12px;
    height: 110px;
    position: relative;
}

.product_lists li h3 a {
    display: block;
    font-weight: normal;
    color: #333;
    font: 400 16px/36px "Microsoft YaHei";
}

.product_lists li span {
    color: #333;
    font: 400 14px/26px "Microsoft YaHei";
    width: 100%;
    text-align: left!important;
}

.product_lists li:hover h3 a {
    color: #d30101;
}

.product_lists li:hover h3 span {
    color: #d30101;
}

.product_lists li h3 span:hover {
    color: #333;
    cursor: pointer;
}

.jian2 {
    position: absolute;
    right: 30px;
    bottom: 0px;
}

.section5 {
    background: url(../images/section22.jpg) no-repeat 50% 0;
    background-size: cover;
}

.coml4 {
    color: #f02b2b;
    text-align: left;
    position: relative;
    padding-top: 180px;
    width: 380px;
    margin: 0 auto;
    opacity: 0;
    transition: all 1s;
}

.active .coml4 {
    top: 0;
    opacity: 1;
    transition-delay: 0.7s;
}

.coml4 h2 {
    display: block;
    width: 450px;
    height: 191px;
    font-size: 46px;
    background: url(../images/abh1.png) no-repeat 60px 0;
    line-height: 130px;
}

.coml4 h2 span {
    display: block;
    color: #fff;
    font-weight: bold;
    line-height: 4px;
    text-transform: uppercase;
}


.links4 {
    padding-top: 40px;
    width: 1200px;
    
    opacity: 0;
    transition: all 1.5s;
    -webkit-transform: scale(.5, .5);
    -moz-transform: scale(.5, .5);
}

.active .links4 {
    opacity: 1;
    transition-delay: 1.2s;
    -webkit-transform: scale(1, 1);
    -moz-transform: scale(1, 1);
}


.p1,.p2,.p3 {
    float: left;
}
.p1 {
    width: 480px;
}
.p2 {
    width:410px;
}
.p3 {
    width: 309px;
}
.section6 {
    background: url(../images/section22.jpg) no-repeat 50% 0;
    background-size: cover;
}

.coml5 {
    color: #f02b2b;
    text-align: left;
    position: relative;
    padding-top: 240px;
    width: 400px;
    height: 630px;
    float: left;
    opacity: 0;
    transition: all 1s;
}

.active .coml5 {
    top: 0;
    opacity: 1;
    transition-delay: 0.7s;
}

.coml5 h2 {
    display: block;
    width: 372px;
    height: 191px;
    font-size: 46px;
    background: url(../images/abh1.png) no-repeat 60px 0;
    line-height: 130px;
}

.coml5 h2 span {
    display: block;
    color: #fff;
    font-weight: bold;
    line-height: 4px;
    text-transform: uppercase;
}

.company .content {
    color: #e3e7ee;
    font: 400 14px/25px "Microsoft YaHei";
    /* padding:0 193px; */
    text-align: left;
    padding: 54px 15px;
    position: relative;
    top: 50px;
    opacity: 0;
    transition: all 1s;
    max-height: 380px;
}

.company .content::after {
    content: url(../images/abafter.png);
    position: absolute;
    bottom: 0px;
    left: 15px;
}

.active .company .content {
    top: 0;
    opacity: 1;
    transition-delay: 0.7s;
}

.links5 {
    padding-top: 180px;
    width: 754px;
    float: right;
    opacity: 0;
    transition: all 1.5s;
    -webkit-transform: scale(.5, .5);
    -moz-transform: scale(.5, .5);
}

.active .links5 {
    opacity: 1;
    transition-delay: 1.2s;
    -webkit-transform: scale(1, 1);
    -moz-transform: scale(1, 1);
}


.img_zs {
    margin-bottom: 40px;
    border-bottom: 1px solid #515152;
}
.time{
    color:#696969;
    font:400 18px/27px "Microsoft YaHei";
    text-align: center;
    padding: 28px;
   
}
.time p{
    width:82px;
    height:86px;
}
.time span{
    display:inline-block;
    font-size: 27px;
    padding:10px 15px 0;
    color: #989898;
}
.newsc {
    display:inline-block;
    width: 586px;
    padding: 42px 30px 19px 0;
    height: 81px;
}

.newsc a {
    font-size: 18px;
    color: #fff;
    font-weight: bold;
    line-height: 27px;
}

.newsc span {
    font-size: 14px;
    color: #fff; 
    display: block;
    font-weight: normal;  
    line-height: 27px; 
}

.img_zs:hover {
    background-color: #d5d5d5;
}
.img_zs:hover a {
    color: #333333;
}

.img_zs:hover span {
    color: #696969; 
}
.img_zs:hover .time{
    background-color: #d5d5d5;
    color:#696969;
}
.img_zs:hover .time span {
    color: #696969;
}

.contact .tit {
    position: relative;
    top: 50px;
    opacity: 0;
    transition: all 1s;
}

.active .contact .tit {
    top: 0;
    opacity: 1;
    transition-delay: 0.7s;
}

.contact h2 {
    color: #fff;
    font: 400 60px/80px "Microsoft YaHei";
    text-align: center;
}

.contact .con {
    color: #e3e7ee;
    font: 400 14px/25px "Microsoft YaHei";
    padding: 0 193px;
    text-align: center;
    padding-top: 15px;
}

.con-list {
    padding-top: 42px;
    opacity: 0;
    transition: all 1.5s;
    -webkit-transform: scale(.5, .5);
    -moz-transform: scale(.5, .5);
}

.active .con-list {
    opacity: 1;
    transition-delay: 1.2s;
    -webkit-transform: scale(1, 1);
    -moz-transform: scale(1, 1);
}

.con-list li {
    width: 249px;
    height: 297px;
    float: left;
    background-color: rgba(0, 0, 0, .2);
    color: #fff;
    font: 400 14px/26px "Microsoft YaHei";
    padding: 0 24px;
    margin-right: 3px;
    position: relative;
    cursor: pointer;
}

.con-list li .img {
    height: 95px;
}

.con-list li.con1 .img {
    background: url(../images/c1.png) no-repeat 50% 30px;
}

.con-list li.con2 .img {
    background: url(../images/c2.png) no-repeat 50% 30px;
}

.con-list li.con3 .img {
    background: url(../images/c3.png) no-repeat 50% 30px;
}

.con-list li.con4 .img {
    background: url(../images/c4.png) no-repeat 50% 30px;
}

.con-list li.con4 {
    margin: 0;
}

.con-list li:before {
    position: absolute;
    bottom: 0;
    left: 0;
    height: 2px;
    content: "";
    width: 0;
    background: #20466f;
    transition: width .6s ease-out;
}

.con-list li:hover:before {
    width: 100%
}


.section7 {
    background: url(../images/section22.jpg) no-repeat 50% 0;
    background-size: cover;
}

.coml6 {
    color: #f02b2b;
    text-align: left;
    position: relative;
    padding-top: 180px;
    width: 1200px;
    height: 250px;
    float: left;
    opacity: 0;
    transition: all 1s;
}

.active .coml6 {
    top: 0;
    opacity: 1;
    transition-delay: 0.7s;
}

.coml6 h2 {
    display: block;
    width: 372px;
    height: 191px;
    float: left;
    font-size: 46px;
    background: url(../images/abh1.png) no-repeat 60px 0;
    line-height: 130px;
}

.coml6 h2 span {
    display: block;
    color: #fff;
    font-weight: bold;
    line-height: 4px;
    text-transform: uppercase;
}

.company .content2 {
    color: #e3e7ee;
    font: 400 14px/25px "Microsoft YaHei";
    text-align: left;
    width: 730px;
    position: relative;
    float: right;
    opacity: 0;
    transition: all 1s;
    max-height: 200px;
    padding-bottom: 30px;
}

.company .content2::after {
    content: url(../images/abafter.png);
    position: absolute;
    bottom: 0px;
    left: 0px;
}

.active .company .content2 {
    top: 0;
    opacity: 1;
    transition-delay: 0.7s;
}

.links6 {
    width: 1200px;
    opacity: 0;
    transition: all 1.5s;
    -webkit-transform: scale(.5, .5);
    -moz-transform: scale(.5, .5);
}

.active .links6 {
    opacity: 1;
    transition-delay: 1.2s;
    -webkit-transform: scale(1, 1);
    -moz-transform: scale(1, 1);
}





/*----- Common css ------*/

.fl {
    float: left;
}

.wd1200 {
    width: 1200px;
    margin: 0 auto;
}

.fr {
    float: right;
}

.di {
    _display: inline;
}

.fwn {
    font-weight: normal;
}

.dib {
    *display: inline;
    _zoom: 1;
    _display: inline;
    _font-size: 0;
}


/*友情链接*/

.f_link {
    width: 1200px;
    margin: 0 auto;
    margin-top: 15px;
    line-height: 30px;
    line-height: 30px;
    background-color: #ececec;
    text-indent: 20px;
}


/*页面底部*/

#footer {
    position: relative;
    width: 1200px;
    margin: 0 auto;
    text-align: center;
    padding-top: 8px;
    margin-top: 30px;
    color: #bac1ca;
    font-size: 14px;
    line-height: 26px;
}

#footer a {
    color: #bac1ca;
}

#footer a:hover {
    color: #ffcb07;
    text-decoration: none;
}

.nav_foot {
    text-align: center;
}

.copyright {
    text-align: center;
}

.gotop {
    text-align: center;
    padding-top: 20px;
}

.gotop a {
    display: inline-block;
    width: 50px;
    background: url(../images/gotop.png) no-repeat 50% 100%;
    padding-bottom: 24px;
    color: #fff;
    font: 400 14px/30px "Microsoft YaHei";
}

#footer .gotop a:hover {
    color: #fff;
}


/*------------内页-------------------*/

.left .box {
    margin-bottom: 10px;
}

.left .box h3 {
    line-height: 31px;
    padding-left: 15px;
    font-weight: bold;
    font-family: "微软雅黑";
    background: url(../images/nav.png) no-repeat 0% 100%;
    font-size: 14px;
    color: #000;
}

.left .box .content {
    padding: 5px 0px;
}

.prodescription {
    border: 1px solid #e5e5e5;
/*    background: #f9f9f9;*/
    line-height: 24px;
    padding: 10px;
    margin-bottom: 15px;
    text-indent: 20px;
}

.n_banner {
    width: 1000px;
    margin: 0 auto;
}

.n_banner img {
    width: 1000px;
    margin: 0 auto
}

.left {
    width: 225px;
    float: left;
}

.sort_menu {
    background: url(../images/menu2.png) no-repeat 50% 50%;
    color: #333;
    font: 400 24px/56px "Microsoft YaHei";
    text-align: center;
}

.sort_menu span {
    color: #ffcb07;
    text-transform: uppercase;
    margin-right: 10px;
    font-size: 36px;
    font-family: "arial";
}

.sort_menu h3 {
    background-color: #ececec;
    line-height: 28px;
    padding-left: 15px;
    font-weight: bold;
}

.sort_product {
    margin-top: 10px;
}

.sort_product h3 {
    background-color: #ececec;
    line-height: 28px;
    padding-left: 15px;
    font-weight: bold;
}

.n_contact {
    margin-top: 10px;
}

.n_contact h3 {
    background-color: #ececec;
    line-height: 28px;
    padding-left: 15px;
    font-weight: bold;
}

.n_contact .content {
    padding: 5px;
    line-height: 24px;
}

.rightt {}

.sitemp {
    line-height: 50px;
    height: 50px;
    overflow: hidden;
    padding-right: 10px;
}

.sitemp h2 {
    width: 340px;
    float: left;
    line-height: 50px;
    text-align: center;
    text-align: left;
    text-indent: 15px;
    color: #333;
    font-size: 15px;
}

.sitemp .site {
    line-height: 50px;
    font-size: 15px;
    color:#fff
}
.sitemp .site a{color:#fff}

.rightt .content {
    padding: 10px;
    padding-top: 15px;
    overflow: hidden;
    line-height: 24px;
}

.pagecon {
    color: #fff;
    padding: 20px 15px;
}

.shadow .boxx {
    position: relative;
}

.shadow .menus {
    position: absolute;
    left: 0;
    top: 0;
}

#parallel {
    width: 1200px;
    position: fixed;
    bottom: 0;
    z-index: 99999;
    left: 50%;
    margin-left: -600px;
    background: url(../images/dbgs.jpg) no-repeat top center #fff;
}

#parallel li {
    float: left;
    margin: 10px 25px;
    margin-bottom: 0;
    padding-bottom: 10px;
    _display: inline;
}

#parallel li {
    text-align: center;
    padding-top: 5px;
    font-weight: normal;
}

#parallel li a {
    display: block;
    line-height: 24px;
}

#parallel li span {
    display: block;
    width: 80px;
    border: 1px solid #ccc;
    margin: 0 auto;
    margin-top: 5px;
    cursor: pointer;
}

#parallel li a.img img {
    display: block;
    width: 151px;
    height: 160px;
}

.ahref {
    position: absolute;
    right: 70px;
    top: 80px;
    width: 14px;
    height: 40px;
    background: #fcc300;
    color: #fff;
    text-align: center;
    padding: 10px 10px 15px;
    line-height: 24px;
    cursor: pointer;
}

.ahref:hover {
    background: #5d65ef;
}

.parallel-box {
    width: 1200px;
    margin: 0 auto;
    padding-top: 30px;
}