﻿@font-face
{
    font-family: myFirstFont1;
    src: url(../fonts/BAIJAMJUREE-BOLD.TTF);
}
*{ margin:0; padding:0; box-sizing: border-box; transition-property: all;-ms-transition-property: all;-moz-transition-property: all; -webkit-transition-property: all; -o-transition-property: all;}
body{   font-family: "microsoft yahei"; color:#333; font-size:0.9rem; background: #FFFFFF;  line-height: 26px; min-width: 1280px;}
a{ text-decoration: none; -webkit-transition: all ease .1s;  -moz-transition: all ease .1s; transition: all ease .1s; border:none; color: #333;}
a:focus { outline: 0 }
a:hover{ color: #CA0002;}
img{ border:none; -webkit-transition: all ease .5s;  -moz-transition: all ease .5s; transition: all ease .5s;}
ul,li{ list-style:none;}
.clear{ clear:both;}
.clearfix{ clear:both;}
p{ margin:0 auto; padding:0;}
.padding5{ padding:5px;}
.padding10{ padding:10px;}
.padding15{ padding:15px;}
.padding20{ padding:20px;}
.padding30{ padding:30px;}
.padding40{ padding:40px;}
.fr{ float:right;}
.fl{ float:left; }
.paddingright{ padding-right:10px;}
.paddingleft{ padding-left:10px;}
.undis{ display:block;  background-size: cover;}
.dis{ display:none;  }
.pr5{ padding-right:5px;}
.red{ color:#f00;}
.fff{ color:#fff;}
.pdt30{ padding-top: 30px;}
.txtcenter{ text-align: center;}
.auto1280{ width:1280px;  margin: 0 auto;}
.auto_1280{ width:1280px;  margin: 0 auto;}
.flex {display: flex; flex-wrap: wrap;}
.flex-center { display: flex; align-items: center; justify-content: space-between;}
.flex-center-contain { justify-content: space-between;}
.flex-center-contain1 { justify-content: space-between; align-items: center; }
.flex-center-contain2 { align-items: center; }
.flex-center-contain3 {   align-items: flex-start; justify-content: center;}
em,i{ font-style: normal;}


::-webkit-scrollbar {
  width: 6px;
  height:5px;
}


::-webkit-scrollbar-track {
  background-color: #f5f5f5;
  border-radius: 10px;
}


::-webkit-scrollbar-thumb {
  background-color: #888;
  border-radius: 10px;
}


::-webkit-scrollbar-thumb:hover {
  background-color: #555;
}

#home .home,
#products .products,
#solution .solution,
#contact .contact,
#newsT .newsT,
#about .about{background: #CA0002; color: #FFFFFF;}

#translate{ display: none;}

.HeaderM{ display: none;}


input,button,select,textarea{ outline:none; font-family: "microsoft yahei"; }
textarea{resize:none;}
input[type="button"], input[type="submit"], input[type="reset"],input[type="text"] {-webkit-appearance: none; font-weight:normal;}

#warp{ width:100%; height:auto; overflow: hidden;}


header{ width: 100%; height: 110px; padding: 20px 0;}

header .header-left{}
header .header-left .logo{ width: 153px; height: 70px;}
header .header-left .logo a{ display: block;background: url(../images/logo.png) no-repeat; width: 153px; height: 70px;}
header .header-left .logo a h1{ display: none;}

header .header-left .hsearch{ margin-left: 25px; width: 662px;}


header .header-right{ height: 50px; background: url(../images/toptel.png) no-repeat left center; padding-left:60px;}
header .header-right em{ display: block; color: #666; line-height: 20px;}
header .header-right b{ display: block; color: #111; line-height: 30px; font-size: 1.6rem;}

.searchshow{  width: 100%;height: 49px; background: #ff0000; border-radius: 7px; padding: 2px;}
.searchshow input{ width:88%; height: 45px; padding: 0 20px; line-height: 45px; border-radius: 7px 0 0 7px;  border: none; background: #FFFFFF;}
.searchshow button{ width: 12%; height: 45px; line-height: 45px; border: none; background: #ff0000;   font-size:1.2rem; color: #FFFFFF; text-align: center;}

.search-txt{ width: 100%; height: 21px; line-height: 28px;}
.search-txt a:after{ content: "、";}
.search-txt a:last-child:after{content: "";}

.nav-main.current{ position: fixed; left: 0; top: 0; z-index: 999;}
.nav-main{ width: 100%; height: 72px; line-height: 72px; background: #F8F8FB;}
.nav-main nav{ position: relative; width: 100%;}
.nav-main nav li{ position: relative;}
.nav-main nav li a{ display: block; padding: 0 35px; font-size: 1rem;}
.nav-main nav li a:hover{background: #CA0002; color: #FFFFFF;}
.nav-main nav li a.navmoon{background: #CA0002; color: #FFFFFF;}

.nav-main nav li:hover ul{ display: block;}
.nav-main nav li ul{ display: none; position: absolute; left: 0; z-index: 999; top:72px; background: #FFFFFF; box-shadow: 3px 3px 10px 0 rgba(0,0,0,.1); width: 200px;}
.nav-main nav li ul li{ height: 42px; line-height: 42px; font-size: 0.9rem; border-bottom: 1px solid #EEEEEE; }
.nav-main nav li ul li a{ display: block; padding: 0 15px; font-weight: normal; font-size: 0.9rem; color: #333333; text-align: center;}
.nav-main nav li ul li a:hover{ background: #CA0002; color: #FFFFFF;}

nav li.pronav{ position: inherit;}
nav li.pronav .sec_cont{ display: none; width: 100%; height: auto; background: #FFFFFF; position: absolute; left: 0; top: 72px; z-index: 999; box-shadow: 3px 3px 20px 0 rgba(0,0,0,.1);  box-sizing: border-box; visibility: hidden;}

.secLeft{ width:25%; padding:50px 0; background:#f2f2f2;}
.secLeft ul{ padding-left:30%; position:initial !important; background:none !important; width:100% !important; box-shadow:none !important; cursor:pointer;}
.secLeft ul li{ border-bottom:none  !important; height:50px  !important; line-height:50px  !important; text-align:left !important; padding-left:20px !important; font-size:16px !important; font-weight:bold !important; width:100% !important;}
.secLeft ul li.thistab{ background:#fff !important; color:#CA0002 !important; border-left:4px solid #CA0002}
.secLeft ul li:hover{background:#fff !important; color:#CA0002 !important; border-left:4px solid #CA0002}

.secRight{ width:75%; padding:50px 80px; background:#fff;}
.secRight a{ width:31.3%; display:block; font-size: 15px !important; color: #333333 !important; height:50px !important; line-height:50px  !important; overflow:hidden; border-bottom:1px solid #eee; margin:0 1%;}
.secRight a:hover{ color: #FFFFFF !important; border-bottom: 1px solid #CA0002 !important; font-weight: normal !important;}
nav li.pronav:hover .sec_cont{ visibility: visible; display: block;}


/**banner**/
.main_visual .owl-carousel,.main_visual .owl-stage-outer,.main_visual .owl-stage,.main_visual .owl-carousel .owl-item{width: 100%;height: 100%; }
.main_visual .owl-carousel .item{width: 100%;height: 100%; overflow: hidden; margin: 0 auto;}
.main_visual .owl-carousel .item a{ display: block;  width: 100%;height: 100%;}
.main_visual .owl-carousel .item img{ width: 100%;height: 100%; display: block;}
.main_visual .owl-prev,.main_visual .owl-next{width:58px;height: 58px;background-repeat: no-repeat; background-size:cover; background-position: center center; position: absolute;top: 50%;margin-top: -29px;text-indent: -999px; overflow: hidden;}
.main_visual .owl-prev{background-image: url(../images/BL.png);left: 8%; }
.main_visual .owl-next{background-image: url(../images/BR.png);right: 8%; }
.main_visual .owl-prev:hover{ background-image: url(../images/BLs.png);}
.main_visual .owl-next:hover{ background-image: url(../images/BRs.png);}
.main_visual .owl-dots{ width: 100%; text-align: center; height: 12px; position:absolute; left: 0; bottom:20px;  z-index: 999;}
.main_visual .owl-dots .owl-dot{display: inline-block;  margin:0 5px;}
.main_visual .owl-dots .owl-dot span{  display: inline-block; width: 12px; height: 12px; background:#ccc; border-radius:50%; }
.main_visual .owl-dot.active span{background: #CA0002;  }
.main_visual .owl-controls{ height: 0;}
.main_visual .owl-nav{ height: 0;}


.home-products{ padding: 80px 0;}
.home-products-title{ width: 100%; text-align: center;}
.home-products-title em{ display: block; width: 59px; height: 3px; background: #CA0002; margin: 0 auto;}
.home-products-title h2{ color: #111111; font-size: 2rem; line-height: 48px; margin-top: 20px;}
.home-products-title span{ display: block;}

.home-products-menu{ height: 68px; line-height: 66px; border-bottom:2px solid #EEEEEE; margin-top: 30px;}
.home-products-menu li{ cursor: pointer; width: calc(100% / 7); text-align: center; font-size: 1.1rem;}
.home-products-menu li.thistab{ color: #CA0002; font-weight: bold; border-bottom:2px solid #CA0002;}


.home-products-list{ padding-top: 40px; }
.home-products-list dl{ text-align: center; width: 24%; padding: 45px;  box-shadow: 0px 0px 20px 1px rgba(0,0,0,0.08); border-radius:12px ;}
.home-products-list dl dd{ padding-top: 25px;}
.home-products-list dl dd b{ display: block; color: #111111; font-size: 1.3rem; font-weight: normal; line-height: 40px; height: 40px; overflow: hidden;}
.home-products-list dl dd a{ margin-top: 5px; display: block; height: 22px; line-height: 22px;  }
.home-products-list dl dd a img{ margin-left: 10px; vertical-align: middle;}


.home-about{ width: 100%; height: auto; background: url(../images/home-aboutbg.png) no-repeat center; background-size:cover; padding: 95px 0;}
.home-about-left{ width: 52%; padding-right: 65px;}
.home-about-left em{ display: block; width: 59px; height: 3px; background: #CA0002;}
.home-about-left h2{ color: #111111; font-size: 2rem; line-height: 48px; margin-top: 20px;}
.home-about-left span{ display: block;}
.home-about-left p{ font-size: 1rem; margin-top: 25px;}
.home-about-left a{ display: block; width: 152px; height: 49px; background: url(../images/home-more.png) no-repeat; margin-top: 75px;}
.home-about-left a:hover{  filter: grayscale(100%); }
.home-about-right{ width: 48%;}
.home-about-right img{ width: 100%; height: auto; border:13px solid #FFFFFF; border-radius:12px;}

.home-blog{ padding: 80px 0;}

.home-blog-title{ margin-bottom: 30px;}
.home-blog-title-left{}
.home-blog-title-left em{ display: block; width: 59px; height: 3px; background: #CA0002;}
.home-blog-title-left h2{ color: #111111; font-size: 2rem; line-height: 48px; margin-top: 20px;}
.home-blog-title-left span{ display: block;}

.home-blog-title a{ display: block; width: 152px; height: 49px; background: url(../images/home-more.png) no-repeat;}
.home-blog-title a:hover{  filter: grayscale(100%); }

.home-blog-left{ width: 47%;}
.home-blog-left-menu{ width: 100%; margin-bottom: 28px;}
.home-blog-left-menu li{ cursor: pointer; font-size: 1rem; margin-right: 40px; height: 30px; line-height: 20px;}
.home-blog-left-menu li.thistab{ font-weight: bold; color: #111111; border-bottom:3px solid #CA0002;}

.home-blog-list{ width: 100%;}


.home-blog-list-picbox{ width: 100%; margin-bottom: 25px;}
.home-blog-list-picbox-left{ width: 280px; height: auto;}
.home-blog-list-picbox-left img{ width: 100%; height: auto;  border-radius:6px;}

.home-blog-list-picbox-right{ width: calc(100% - 280px); height: auto; padding-left: 20px;}
.home-blog-list-picbox-right a.homebloglinks1{ display: block; color: #111; font-weight: bold; font-size: 1.3rem; line-height: 30px; height: 60px; overflow: hidden;}
.home-blog-list-picbox-right a:hover{ color: #CA0002;}
.home-blog-list-picbox-right em{ display: block; color: #999; line-height: 30px; margin-top: 6px;}
.home-blog-list-picbox-right a.homebloglinks2{ display: block; height: 22px; line-height: 22px; font-size: 1rem; margin-top: 32px;}
.home-blog-list-picbox-right a.homebloglinks2 img{ margin-left: 10px; vertical-align: middle;}

.home-blog-list-info{}
.home-blog-list-info dl{height: 36px; line-height: 36px; overflow: hidden;}

.home-blog-right{ width: 50%;}
.main_visual1 .owl-carousel,.main_visual1 .owl-stage-outer,.main_visual1 .owl-stage,.main_visual1 .owl-carousel .owl-item{width: 100%;height: 100%; }
.main_visual1 .owl-carousel .item{width: 100%;height: 100%; overflow: hidden; margin: 0 auto; position: relative;}
.main_visual1 .owl-carousel .item a{ display: block;  width: 100%;height: 100%;}
.main_visual1 .owl-carousel .item img{ width: 100%;height: 100%; display: block; border-radius:12px;}
.main_visual1 .owl-carousel .item p{ position: absolute; left: 25px; color: #FFFFFF; font-size: 1rem; z-index: 333;  bottom:22px; font-weight: bold;}
.main_visual1 .owl-prev,.main_visual1 .owl-next{ display: none; text-indent: -999px; overflow: hidden;}
.main_visual1 .owl-dots{ width: 100%; text-align: right; height: 7px; position:absolute; right:25px; bottom:30px;  z-index: 999;}
.main_visual1 .owl-dots .owl-dot{display: inline-block;  margin:0 4px;}
.main_visual1 .owl-dots .owl-dot span{  display: inline-block; width: 7px; height: 7px; background:#ccc; border-radius:50%; }
.main_visual1 .owl-dot.active span{background: #CA0002;  }
.main_visual1 .owl-controls{ height: 0;}
.main_visual1 .owl-nav{ height: 0;}


footer{}

.footer-box{ width: 100%; padding: 70px 0; background: #CA0002; color: #FFFFFF;}

.footer-box-menu{width: 68%; padding-right: 100px; border-right:2px solid #cb6667;}
.footer-box-menu dl dt{ font-weight: bold; font-size: 1.3rem; line-height: 34px; margin-bottom: 15px;}
.footer-box-menu dl dd a{ display: block; color: #FFFFFF; line-height: 30px; background: url(../images/flinks.png) no-repeat left center; padding-left: 18px;}
.footer-box-menu dl dd a:hover{ text-decoration: underline;}

.footer-box-contact{ width: 32%; padding-left: 100px;}
.footer-box-contact b{ display: block; font-size: 1.3rem; line-height: 34px; margin-bottom: 15px;}
.footer-box-contact li em{ display: block; width: 16px; }
.footer-box-contact li em img{ margin-top: 5px;}
.footer-box-contact li span{ display: block; width: calc(100% - 16px); padding-left: 15px; }
.footer-box-contact p{ line-height: 42px; margin-top: 15px;}


.footer-share{ }
.footer-share i{ display: block; font-size: 0.9rem; margin-bottom: 10px; line-height: 32px;}
.footer-share a{ display: block; width: 42px; height: 42px; line-height: 42px; border:1px solid #FFFFFF; font-size: 1rem; color: #FFFFFF; margin-right: 15px; position: relative; border-radius:50%; text-align: center;}
.footer-share a:hover{ background: #FFFFFF; color: #CA0002; }
.footer-share a:hover .fwx{ display: block;}
.footer-share a .fwx{ display: none; box-shadow: 3px 3px 10px 0 rgba(0,0,0,.1); background: #FFFFFF; border-radius:8px; width: 140px; height: 140px; text-align: center; position: absolute; left: 0; bottom: 42px;}
.footer-share a .fwx img{ width: 120px; height: 120px; margin-top: 10px;}


.footer-copy{ line-height: 52px; height: 52px; font-size: 1rem;}




.client-2 {
            position: fixed;
            right: -152px;
            top: 50%;
            z-index: 900;
        }
        
        .client-2 li a {
            text-decoration: none;
        }
        .client-2 li {
            margin-top: 1px;
            clear: both;
            height: 62px;
            position: relative;
        }
        
        .client-2 li i {
            background: url(../images/fx.png) no-repeat;
            display: block;
            width: 30px;
            height: 27px;
            margin: 0px auto;
            text-align: center;
        }
        
        .client-2 li p {
            height: 20px;
            font-size: 12px;
            line-height: 20px;
            overflow: hidden;
            text-align: center;
            color: #fff;
        }
        
        .client-2 .my-kefu-qq i {
            background-position: 4px 5px;
        }
        
        .client-2 .my-kefu-tel i {
            background-position: 0 -21px;
        }
        
        .client-2 .my-kefu-liuyan i {
            background-position: 4px -53px;
        }
        
        .client-2 .my-kefu-weixin i {
            background-position: -34px 4px;
        }
        
        .client-2 .my-kefu-weibo i {
            background-position: -30px -22px;
        }
        
        .client-2 .my-kefu-ftop {
            display: none;
        }
        
        .client-2 .my-kefu-ftop i {
               width: 33px;
    height: 31px;
    background-position: -23px -47px;
    background-size: 52px 82px;
        }
        .client-2 .my-kefu-ftop .my-kefu-main{
            padding-top: 6px;
        }
        
        .client-2 .my-kefu-left {
            float: left;
            width: 80px;
            height: 47px;
            position: relative;
        }
        
        .client-2 .my-kefu-tel-right {
            font-size: 14px;
            color: #fff;
            float: left;
            height: 24px;
            line-height: 22px;
            padding: 0 3px;
            margin-top: 10px;
        }
        
        .client-2 .my-kefu-right {
            width: 20px;
        }
        
        .client-2 .my-kefu-tel-main {
            background: #CA0002;
            color: #fff;
            height: 62px;
            width: 230px;
            padding:9px 0 0;
            float: left;
        }
        
        .client-2 .my-kefu-main {
            background: #CA0002;
            width: 97px;
            height: 62px;
            position: relative;
            padding:9px 0 0;
            float: left;
        }
        
        .client-2 .my-kefu-weixin-pic {
            position: absolute;
            left: -130px;
            top: -24px;
            display: none;
            z-index: 333;
        }
        
        .my-kefu-weixin-pic img {
            width: 115px;
            height: 115px;
            display: block;
        }


.banner2{ width: 100%; height: 400px; }
.banner2info{ text-align: center; color: #FFFFFF; width: 100%; height: auto;}
.banner2info h1{ font-size: 2.4rem; line-height: 52px;}
.banner2info em{ display: block; width: 60px; height: 4px; background: #FFFFFF; margin: 0 auto; margin-top: 15px;}

.abmenu{ width: 100%; height: 72px;  line-height: 72px; position: relative; z-index: 333; border-bottom: 3px solid #EEEEEE;}
.abmenuL{}
.abmenuL a{ display: block; float: left; padding: 0 45px; font-size: 1rem; }
.abmenuL a:hover{ background: #CA0002; color: #FFFFFF;}
#lm_hover{ color: #FFFFFF; background:#CA0002;font-weight: bold; }
.abmenuR i{ padding-right: 10px; color: #CA0002; margin-top: 26px; font-size: 20px;}
.abmenuR a{ margin: 0 5px; }

.about1{ width: 100%; height: auto; background: url(../images/abbg1.png) no-repeat center; background-size:cover; padding: 80px 0  40px 0; text-align: center;}
.about1 h2{ font-size: 40px; line-height: 56px;}
.about1 em{ text-transform: uppercase; font-style: normal; line-height: 40px;}
.about1info{ width: 100%; padding: 30px 0; font-size: 18px; line-height: 36px;}

.about1List{ width: 900px; margin: 0 auto;}
.about1List dl{ text-align: center;}
.about1List dl dd{ line-height: 60px; height: 60px; font-size: 20px;}

.ab2Tit{ line-height: 96px; padding-top: 30px; font-weight: bold; font-size: 36px; color:#111; text-align:center;}
.ab2List{ padding-bottom: 50px;}
.main_visual2 .owl-carousel,.main_visual2 .owl-stage-outer,.main_visual2 .owl-stage,.main_visual2 .owl-carousel .owl-item{width: 100%;height: 100% !important;}
.main_visual2 .owl-carousel .item{width: 100%;height: 100%; background-repeat: no-repeat; background-position: center center;-webkit-background-size: cover; background-size: cover;}
.main_visual2 .owl-carousel .item img{ width: 100%; height: auto; border-radius: 6px;}
.main_visual2 .owl-prev,.main_visual2 .owl-next{ text-indent: 9999em;}
.main_visual2 .owl-dots{ width: 100%; text-align: center; height: 10px; position:absolute; left: 0; bottom: 0;  z-index: 999;}
.main_visual2 .owl-dots .owl-dot{display: inline-block;  margin:0 5px ;}
.main_visual2 .owl-dots .owl-dot span{  display: inline-block; width: 10px; height: 10px; background:#CCCCCC; border-radius: 10px;}
.main_visual2 .owl-dot.active span{width: 20px; height: 10px; background:#CA0002;border-radius: 10px;}

.about3{ width: 100%; height: auto; background: url(../images/abbg3.png) no-repeat center; background-size:cover; padding-bottom: 70px;}
.about3List{}
.about3List dl{ width: 23%; height: auto; background:#fff;  box-shadow: 3px 3px 20px 0 rgba(0,0,0,.1);  border-radius:6px; text-align: center; padding: 60px 50px;}
.about3List dl dd{ width: 100%; padding-top: 30px;}
.about3List dl dd b{ display: block; font-size: 24px;}
.about3List dl dd p{ line-height: 28px; display: block; font-style: normal; margin-top: 5px;}


.about-info{ padding: 25px 0;}
.about-info img{max-width: 100%;}

.about-img-list{ padding: 25px 0;}
.about-img-list dl{ width: 32%; height: auto; text-align: center; margin: 0.5%;}
.about-img-list dl img{ width: 100%; height: auto;}
.about-img-list dl dd{ width: 100%; height: 58px; line-height: 58px; font-size: 18px; background: #F5F5F5;}

/*==????????==*/
.ContactInner{padding-bottom:0px !important}
.ContactInner .long .left,.ContactInner .long .right,.ContactInner #dituContent {height: 500px;}
.ContactInner .long .left {width:50%;}
.ContactInner .long .left img {}
.ContactInner .long .right {position:relative;width:50%;/* border:1px #ddd solid;*/padding:60px 40px 40px 50px;background:#f7f7f7; box-sizing:border-box;}
.ContactInner .long .right .title {color:#333333;font-size:26px;}
.ContactInner .long .right .tel {position:relative;margin-top:25px;color:#333333;font-size:14px;display:block;}
.ContactInner .long .right .tel font {margin-top:10px;font-size:30px;color:#CA0002;display:block;font-weight:bold;}
.ContactInner .long .right .wx {min-height:156px;margin-top:20px;color:#333333;font-size:14px;display:block;line-height:26px;}
.ContactInner .long .right .consult {position:absolute;top:100px;right:60px;}
.ContactInner .long .right .ewm {position:relative;color:#737373;font-size:12px;text-align:center;display:block;line-height:15px;}
.ContactInner .long .right .ewm img {width: 120px;display:block;margin:0 auto 5px;}
.ContactInner .long .right .online {/* float:left;*/color:#fff;margin:30px auto 0;font-size:14px;padding:8px 40px;background:#CA0002;display:block;border-radius:20px;text-align:center;}
.ContactInner .long .right .online:hover {background:#666;}
.ContactInner .map {}
.ContactInner #dituContent {height: 500px;}
.ContactInner #dituContent img{max-width: initial;}





/*==?????????==*/

.MessageCon{background: url(../images/MessageBg.jpg) no-repeat center;background-size:cover; padding:100px 0;}

.MessageCon .long{padding:80px; background: #fff;}

.MessageCon .title{margin-bottom:40px;overflow: hidden;}

.MessageCon .title h2{float:left;color:#191919;font-size:24px;}

.MessageCon .title .tel{float:right;margin-top:25px;color:#333333;font-size:26px;/*font-weight: bold;*/}

.MessageCon .title .tel em{display:block;float:left;margin-right:10px;margin-top:5px;color:#333;font-size:25px;font-weight:400;font-family:"iconfont";}

.MessageCon input{position: relative; float:left;width:49.5%;margin-bottom:1%}

.MessageCon .block:nth-child(2n+1){}

.MessageCon input,.MessageCon textarea{padding:15px 20px 15px 45px;border:1px #ddd solid; background-repeat:no-repeat ; background-position:15px 17px; box-sizing:border-box;}

.MessageCon textarea{width:100%;height:120px;}

.MessageCon button{width:25%;margin-top:20px;padding:16px 0;border:none;color:#fff;font-size:14px; background: #666;}

.MessageCon button:hover{background:#CA0002}

.MessageCon .x1{background-image: url(../images/ico201.png);}

.MessageCon .x2{background-image: url(../images/ico202.png); margin-left:1%;}

.MessageCon .x3{background-image: url(../images/ico203.png);}

.MessageCon .x4{background-image: url(../images/ico204.png); margin-left:1%;}

.MessageCon .x5{background-image: url(../images/ico205.png);}





/*==????????==*/
.form-item{display: flex;flex-wrap: wrap;}
.form-item .shell{display: flex;width: calc(50% - 20px);margin-bottom:20px;border: 1px #ddd solid;padding: 10px 20px;align-items: center;background: #fff;}
.form-item .shell.w100{width:100%}
.form-item .ml{margin-left:20px;}
.form-item .shell.vt{    align-items: flex-start;}
.form-item h5 {/* width: 60px; */flex-shrink: 0;margin-right: 10px;color: #3a3a3a;font-size: 16px;}
.form-item .fill{flex: 1;/* width: 100%; */line-height: 30px;color: #fff;font-size: 15px;border: none;background: none;}
.form-item textarea{height:180px}
.form-item .submit{position: relative;width: 350px;display: table;/* margin-top: 10px; */color: #fff;font-size: 16px;padding: 18px 80px;border:none;cursor: pointer;border-radius: 5px;background: #CA0002;}
.form-item .submit:after{opacity:0; content:"";position:absolute;left:0;top:0;right:0;bottom:0; background:#fff}
.form-item .submit:hover:after{opacity:0.2}
/*--*/
.form-item .code{flex-shrink: 0;/* width: 300px; */display: flex;margin-right: 20px;border: 1px #ddd solid; background: #fff;align-items: center;}
.form-item .code input{ flex: 1;}
.form-item .code img{height: 35px;margin: 0px 15px;flex-shrink: 1;cursor: pointer;}
.form-item .yzm{display: flex;/* margin:0 0 0 20px; */align-items: center;}
.form-item .yzm input{width: 150px;padding: 18px 20px;border: none;background: none;}
.form-item .explain{margin-top:20px;color: #9a9a9a;font-size:16px;}
.form-item .explain i{color:red}
.form-item .explain font{color: #CA0002;font-weight:bold;}

.rack{width:100%;padding:50px 0;}

.titleBx{color:#000123;font-size:40px;margin-bottom:50px; text-align: center;}

.titleBx span{display: block; margin:10px auto 0;color:#bdbdbd;font-size:14px;font-weight:400}

/*==??????????==*/
 .news-list{display: flex;margin:0 0 -30px -30px;flex-wrap: wrap; padding:50px 0;}
 .news-list li{float:left;width: calc(33.3% - 30px);margin: 0 0 30px 30px;}
 .news-list li a{display: block;height:100%;background: #fff;border:1px #eee solid;}
 .news-list .pic{padding-top:60%; position:relative}
 .news-list .pic img{ position:absolute;top:0;left:0; width: 100%;height: 100%;object-fit: cover;}
 .news-list .box{padding:30px;}
 .news-list h4{color:#090929;font-size: 22px;margin-bottom:10px;width: 100%;overflow: hidden;text-overflow: ellipsis;white-space: nowrap;}
 .news-list p{-webkit-line-clamp: 2;color: #7a7a7a;font-size: 15px;line-height: 25px; height:50px; overflow:hidden; margin-bottom:20px;}
 .news-list .time{color: #999;font-size:14px;justify-content: space-between;align-items: center;}
 .news-list .time i{opacity: 0;font-size: 24px;}
 .news-list li:hover a{border-color:#CA0002;transform: translateY(-0px);}
 .news-list li:hover h4{color:#CA0002}
 .news-list li:hover .time i{opacity:1; color:#CA0002;transform: translateX(-5px);}
 
 
 /*==?????????==*/
  .EssayCont{ padding:50px 0;}
 .EssayCont .lefter {float:left;width:70%;}
 .EssayCont .righter {float:right;width:25%;}
 .EssayCont .righter .shell {width:100%;margin-bottom:30px;border:1px #ddd solid}
 .EssayCont .righter .shell:last-child {margin-bottom:0px;}
 .EssayCont .righter .shell .tit {position:relative;color:#333333;font-size:18px;border-bottom:1px #e6e8eb solid;padding-bottom:15px;margin-bottom:20px;}
 .EssayCont .righter .shell .tit.bor:before {content:"";position:absolute;left:0;bottom:-1px;width:20%;height:1px;background:#CA0002;}
 .EssayCont .righter .shell .tit .more{float:right;font-size:14px;color: #999;margin-top: 5px;transition: all .4s ease-in-out;}
 .EssayCont .righter .shell .tit .more:hover{color:#CA0002}
 /*--*/
 .EssayCont .bgb {margin-bottom:30px;background:#fff;}
 .EssayCont .bgb:last-child {margin-bottom:0px;}
 .EssayCont .bgb.p3 {padding:20px; box-sizing:border-box;}

 /*--*/
 .EssayCont .news {}
 .EssayCont .news li {clear:both;width:100%;margin-bottom:12px;}
 .EssayCont .news li:last-child{margin-bottom:0px;}
 .EssayCont .news .one {position:relative;}
 .EssayCont .news .one h4 {position:absolute;left:0;right:0;bottom:0;width:100%;padding:10px 20px;color:#fff;font-size:14px;background:rgba(0,0,0,0.6)}
 .EssayCont .news .one:hover h4 {background:#CA0002}
 .EssayCont .news .two{}
 .EssayCont .news .two a {position:relative;display:block;padding-left:15px;color:#333333;font-size:15px;}
 .EssayCont .news .two a:before {content:"";position:absolute;left:0;top:9px;width:6px;height:6px;border-radius:50%;background:#b2b2b2;}
 .EssayCont .news .title {width:100%;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;}
 .EssayCont .news .two:hover a {color:#CA0002;}
 .EssayCont .news .two:hover a:before {background:#CA0002;}
 /*--*/
 .EssayCont .content .titleTop{text-align: center;padding: 0 0 30px 0;margin: 0 0 40px 0;border-bottom: 1px #e4e4e4 solid;}
 .EssayCont .content .title{color:#333333;font-size:28px;}
 .EssayCont .content .msg{margin-top: 15px;color:#a7a7a7;font-size:14px;}
 .EssayCont .content .msg *,.NewsDetail .msg span,.NewsDetail .msg a{color:#a3a3a3;font-size:14px;}
 .EssayCont .content .msg span{margin:0 5px;}
 .EssayCont .content .msg a:hover,.NewsDetail .msg .active{color:#CA0002}
 .EssayCont .content .msg .active{font-weight:bold;}
 .EssayCont .content .wor{min-height:300px;font-size:16px; line-height:30px;}
.EssayCont .content .wor img{ max-width:100%; height:auto;}


 /*--*/
 .EssayCont .pagIng{margin-top:60px;padding-top:50px;border-top:1px #eee solid;overflow: hidden;}
 .EssayCont .pagIng span{ display: inline-block;color:#888888;font-size:15px;}
 .EssayCont .pagIng li{width:47%;color:#666666;font-size:15px;padding: 15px 20px;max-width: 100%;overflow: hidden;text-overflow: ellipsis;white-space: nowrap;background: #f6f6f6; box-sizing:border-box;}
 .EssayCont .pagIng li:hover{ background: #CA0002; color:#fff;}
  .EssayCont .pagIng li:hover a{color:#fff;}
 .EssayCont .pagIng .prev{float:left}
 .EssayCont .pagIng .next{float:right} 

.wz{ width:1280px; line-height:42px; padding-bottom:20px; font-size:16px; margin:0 auto;}
.wz i{ color: #CA0002; padding-right:5px; font-size:18px;}

.downList{ width:1280px; height:auto; overflow:hidden;}
.downList li{ width:100%; height:48px; line-height:48px; border-bottom:1px dotted #ccc;}

.goodsInfos{overflow:hidden;  margin:0 auto; margin-bottom:20px;padding:20px 0;width:1280px;height:auto;}
.goodsInfos .tit{overflow:hidden;}
.goodsInfos .tit h2{font-size:25px;line-height:50px;}
.goodsInfos .tit img{float:right;width:180px;border:1px solid #ccc;border-radius:8px; padding:20px;}
.goodsInfos .tit a{display:inline-block;padding-left:40px;height:65px;background:url(../images/pdf.png) left center no-repeat;color:#1174c0;font-size:16px;line-height:65px;}
.goodsInfos .tit div{float:left;}
.goodsInfos dl{overflow:hidden;width:100%;height:36px;border-bottom:1px solid #ccc;line-height:36px;}
.goodsInfos dl:nth-child(even){ background:#eee;}
.goodsInfos dl dt{float:left;overflow:hidden;width:50%;height:36px;font-weight:700; box-sizing:border-box; padding:0 10px; }
.goodsInfos dl dd{float:left;overflow:hidden;width:50%;height:36px; box-sizing:border-box; padding:0 10px;}
.goodsInfos h3{color:#CA0002;line-height:35px;}

.goodsShow{ float:right; width:1000px; height:auto; overflow:hidden;}

.goodsShow1{width:1000px; height:auto; overflow:hidden;}
.goodsShowL{ width:200px; height:auto; overflow:hidden; float:left; position:relative;}
.goodsShowL img{ width:100%; height:auto;}
.goodsShowL .GLTXT{ width:100%; height:auto; line-height:197px; text-align:center; position:absolute; left:0; top:0; z-index:666; color: #1698d4; font-weight:bold; font-size:30px;}

.goodsShowR{ width:750px; height:auto; overflow:hidden;}
.goodsShowR h2{ width:100%; padding:15px 0; line-height:28px; font-size:20px; border-bottom:1px solid #dedede;}
.goodsShowRinfo1{ width:100%; height:auto; padding:25px 0; overflow:hidden; line-height:26px;}
.goodsShowRinfo1 table{ border:1px solid #ccc; border-left:0px; border-top:0px; font-size: 13px;}
.goodsShowRinfo1 table td{ border:1px solid #ccc;border-right:0px; border-bottom:0px; padding:12px 2px;  text-align:center}
.goodsShowRinfo1 table tr:first-child{ background: #f7f7f7;}

.goodsShowRinfo2{ width:100%; height:auto; padding:25px 0; overflow:hidden; }
.goodsShowRinfo2 a{ display:block; float:left; width:120px; height:46px; line-height:46px; font-size:18px; color:#fff; text-align:center; margin-right:20px;}
.goodsShowRinfo2 a:hover{ opacity: 0.7;}
.goodsShowRinfo2 a:first-child{ background:#40368c; border-radius: 5px;}
.goodsShowRinfo2 a:last-child{ background:#1b96d4; border-radius: 5px;}


.goodsShow2{width:1000px; height:auto; overflow:hidden; padding-top:40px;}
.goodsShow2 h2{ width:100%; height:46px; line-height:46px; border-bottom:1px solid #dedede;}
.goodsShow2 h2 a{ font-size:16px; padding:0 15px;}
.goodsShow2 h2 .tabs .thistab,.tabs .thistab a:hover {  color: #0352a0;  }


.GoodsMain{ width:94%; height:auto; padding:30px 0;  margin:0 auto;}
.MainWz{ width:100%; height:36px; line-height:36px; padding-bottom:20px; font-size:16px;}
.MainWz i{ color: #1698d4; padding-right:5px; font-size:18px;}

.GoodsMenu{ width: 100%; height: auto;}
.GmobielMenu{ display:none;}

.MainLeft{float: left;width: 20%;height: auto; background:#585d62; border-radius:10px;}
.MainLeft h2{width: 100%;height: 66px;line-height: 66px;color: #FFFFFF; border-bottom:1px solid #fff; padding-left:20px;box-sizing: border-box;font-size: 24px;}
.GoodsMenu .menu_head{width: 100%;height: 50px;line-height: 50px;margin-top: 1px;}
.GoodsMenu .menu_head a{display: block;width: 100%;height: 50px;background: #898989 url(../images/Mlibgs.png) no-repeat 20px center;font-size: 16px;color: #FFFFFF;  padding-left: 20px;box-sizing: border-box;}
.GoodsMenu .menu_head.current a{background: #CA0002 url(../images/Mlibgs.png) no-repeat 20px center;}
.GoodsMenu dd{ width: 100%; height: auto; display: none;}
.GoodsMenu dd a{display: block;width: 100%;height: 42px;line-height: 42px; background: #d1cfcf; color:#666; font-size: 15px;box-sizing: border-box;padding-left: 30px;}
.GoodsMenu dd li{ position:relative; width:100%;}
.GoodsMenu dd li ul{z-index:999; display:none;}
.GoodsMenu dd li ul a{display:block;width: 100%;height: 42px;line-height: 42px;font-size:14px;padding:0;padding-left: 16px;text-align: left; background: #eee; color:#666;}
.GoodsMenu dd li ul a i{ padding:0 10px;}

#lm_hover2{ color: #CA0002 ;}

.pro-left-menu{ width:20%;}
.pro-left-menu h2{width: 100%;height: 56px;line-height: 56px; margin-bottom:1px; color: #FFFFFF; background:#CA0002; padding-left:20px;box-sizing: border-box;font-size: 24px;}
.pro-left-menu ul li{  line-height:42px;margin-bottom:1px;}
.pro-left-menu ul li a{ display:block; padding:0 20px;  background:#eee;  font-size:1rem;}
.pro-left-menu ul li a i{ line-height:42px;}
.pro-left-menu ul li ul li a{ background:#f7f7f7; padding:0 30px; font-size:0.9rem}
#lm_hover3{ color: #CA0002 ;}
#lm_hover4{ color: #fff; background:#CA0002;}

.GoodsR{width: 78%;height:auto;overflow:hidden;}
.ABMenu{ width:100%; height:36px; line-height:36px; margin-bottom:20px;}

.GoodsDesc{ margin-bottom:20px; overflow:hidden}
.GoodsDesc .gtest{  width:100%}
.GoodsDesc h2{ font-size:24px;    color: #111; line-height:40px; border-bottom:1px solid #eee}
.GoodsDesc .gtest .desc{ line-height:24px; margin-top:15px; color:#666}
.GoodsDesc table {
    border: 1px solid #ccc;
    border-left: 0px;
    border-top: 0px;
    font-size: 14px;
    table-layout: fixed;
    width: 100%;
    box-sizing: border-box;
    border-spacing: 0;
}

    .GoodsDesc table td {
        border: 1px solid #ccc;
        border-right: 0px;
        border-bottom: 0px; border-style:solid !important;
        padding: 8px 2px;
        text-align: center;
        word-wrap: break-word;
    }

    .GoodsDesc table tr {
        background: #fff;
    }

        .GoodsDesc table tr:nth-child(1) {
            background: #f6f6f6;
        }

.GoodsDesc .pic{ width:20%; float:right}
.GoodsDesc .pic img{ width:100%}
.GoodsDesc .downexcel a{margin: 10px 0px;display: inline-block;width: 134px;text-align: center;padding: 8px;cursor: pointer;color: #fff;border-radius: 5px;background: #585d62;}
.GoodsDesc .downexcel a:hover{ background:#1698d4}

.goodsListBox{overflow: hidden;width: 100%;padding: 0 2px 14px 2px;height: auto;background:#c6dff2;overflow-x:auto;  border-radius:10px 10px 0 0; border:1px solid #ccc;}
.tableSort{ width:100%;}
.tableSort th{text-align: center;padding:5px 0; font-weight: normal; font-size: 14px;  border-right:1px solid #ccc;}
.tableSort th b{ border-top:1px solid #ccc; line-height:30px; font-weight:normal; display:block;}
.tableSort th:last-child{ border-right:none;}
.tableSort th.select-item{ padding:5px;}
.tableSort th.select-item input{ margin-right:5px;}
.tableSort th div{height:200px;background:#fff;padding:10px;overflow-y:auto;white-space:nowrap;display:block;text-align:left;font-size:12px;line-height:20px;font-weight:normal; color:#666;}
.tableSort th div::-webkit-scrollbar {
    width: 4px;
    height:4px
}
.tableSort th div::-webkit-scrollbar-thumb {
    border-radius: 10px;
    background: rgba(0,0,0,0.2);
}
.tableSort th div::-webkit-scrollbar-track {
    border-radius: 0;
    background: rgba(0,0,0,0.1);
} 


.key-wrap{ padding:0 13px;}
    .key-wrap .key-item {
        margin: 0 10px 10px 0;
        display: inline-block;
        zoom: 1;
        padding: 0 6px;
        height: 22px;
        border: 1px solid #dedede;
        font-size: 12px;
        line-height: 22px;
        background: #fff;
    }
.key-wrap .key-item .close-icon {
    vertical-align: -3px;
    margin-left: 7px;
    display: inline-block;
    zoom: 1;
    width: 15px;
    height: 15px;
    cursor: pointer;
    background-image: url(../images/del.png);
}
.criteria-result-wrap{padding: 15px; border-top:1px solid #ccc;}
.clear-btn {
    vertical-align: top;
    display: inline-block;
    zoom: 1;
    width: 98px;
    height: 34px;
    background-color: #585d62;
    font-size: 14px;
    line-height: 34px;
    text-align: center;
    color: #fff;
    cursor: pointer;
}
.sure-btn {
    margin-left: 10px;
    vertical-align: top;
    display: inline-block;
    zoom: 1;
    width: 98px;
    height: 34px;
   
    background-color: #CA0002;
    font-size: 14px;
    line-height: 34px;
    text-align: center;
    color: #fff;
    cursor: pointer;
}
.statistics-info {
    margin-left: 17px;
    vertical-align: top;
    display: inline-block;
    zoom: 1;
    font-weight:bold;
    height: 34px;
    font-size: 14px;
    line-height: 34px;
    
}

.goodsList{width: 100%;height:auto;overflow-x:scroll;border: 1px solid #ccc;border-left: 0;}
.goodsList::-webkit-scrollbar {
    width: 6px;
    height:6px;
}
.goodsList::-webkit-scrollbar-thumb {
    border-radius: 10px;
    background:#5c97d0;}
.goodsList::-webkit-scrollbar-track {
    border-radius: 0;
    background: rgba(0,0,0,0.1);
} 
.goodsList table{border-left:0px;border-top:none;/* border: 1px solid #ccc; */}
.goodsList tbody tr:nth-child(even){background: #f1f8ff;}
.goodsList tbody{  border-left:0px; border-top:0px; font-size: 14px; table-layout: fixed;  width: 100%; box-sizing:border-box; border-spacing:0;}
.goodsList tbody td{border: 1px solid #ccc;border-right:0px;border-bottom:0px;padding:0;text-align:center;white-space: nowrap;font-size: 13px;position:relative;}
.goodsList tbody td ul{ display:none; background:#fff; position:absolute; right:-120px; top:0; width:120px; z-index:999; line-height:18px; }
.goodsList tbody td ul li{ padding:10px 0; text-align:left;}
.goodsList tbody td ul li i{ padding:0 10px;}
.goodsList tbody td:hover ul{ display:block;}
.goodsList tbody td .fa-file-pdf-o{font-size:18px;color: #003e8b; border:none; height:32px; line-height:32px;}
.goodsList .select-w select{cursor: pointer;z-index: 2;height:30px;line-height:30px;margin-top:10px;width:70px;border-radius: 7px;margin-bottom:15px;}
.goodsList i{
    display:block;
    width:100%;
    font-style:normal;
    line-height:32px;
    min-height: 32px;
    border-top:1px solid #ccc;
    }
.goodsList b{ display:block;  height:32px; line-height:32px; font-weight:normal; width:100%;}
.tableSort th.tdp1 i{ display:block; line-height:32px; font-style:normal; }
.goodsList .title-w{ min-height:32px;  text-align:center; width:100%; }
#tableContent td{padding: 0 2px;}
.goodsList tbody tr{background:#fff; }
.goodsList tbody tr span{}
.goodsList dl{ width:100%; height:auto; border:1px solid #eee; background:#f7f7f7; box-sizing:border-box; margin-bottom:10px;}
.goodsList dl dt{ width:100%; height:42px; line-height:42px; text-align:left; box-sizing:border-box; padding:0 25px; background:#eee; font-weight:bold;}
.goodsList dl dt span{ color: #003e8b;}
.goodsList dl dd{ width:100%; height:auto; padding:18px; float:left;}
.goodsList dl dd i{ line-height:32px;}
.goodsList dl dd span{ display:block; float:left; width:16%; border:1px solid #dedede; text-align:center; height:auto; line-height:26px;}
.goodsList dl dd span b{ color: #003e8b;  display:block; }
.goodsList dl dt ul{ float:right; width:auto; height:36px; line-height:36px; overflow:hidden;}
.goodsList dl dt ul li{ float:left; padding:0 20px; background: url(../images/pdf-icon.png) no-repeat left center; }


.Seabg{ width:96%;}
.main-box{ background:#fff; width:1280px; height:auto; padding:30px; box-sizing: border-box;}


.wtList{padding-top: 30px;}
.wtList li{border-radius: 25px; -webkit-border-radius: 25px; background-color: #ffffff;margin-top: 19px;}
.wtListTop{height: 90px;position: relative;}
.wtListTopWz{line-height: 90px;padding: 0 80px 0 27px;}
.wtListTopBut{position: absolute;top: 20px;right: 0;bottom: 0; width: 80px;cursor: pointer;}
.wtListTopButAn span{display: inline-block;width: 18px;height: 2px;background-color: #808080;
transition:.8s; -webkit-transition:.8s; -moz-transition:.8s; -ms-transition:.8s; -o-transition:.8s;
}
.wtListTopButAn{width: 24px;position: absolute;top: 50%;left: 50%;margin: -12px 0 0 -12px;
	height: 24px; line-height: 24px;font-size: 0; }
.wtListTopButAn span:nth-child(2){transform: rotate(90deg); position: absolute;top: 0;left: 0;}
.wtListTopBut.on .wtListTopButAn span:nth-child(2){transform: rotate(0);opacity: 0;}
.wtListBot{padding: 0 27px 30px;display: none;}
.allNyBan{position: relative;z-index: 3;}
.allNyBanPos{position: absolute;top: 50%;left: 50%;transform: translate(-50%, -50%);
-ms-transform:translate(-50%, -50%);
-moz-transform:translate(-50%, -50%);
-webkit-transform:translate(-50%, -50%);
-o-transform:translate(-50%, -50%);}

.pdtion1{ width:1280px; height:auto; overflow:hidden; padding-bottom:60px;}
.main_visual6 .owl-carousel,.main_visual6 .owl-stage-outer,.main_visual6 .owl-stage,.main_visual6 .owl-carousel .owl-item{width: 100%;height: 100% !important;}
.main_visual6 .owl-carousel .item{ cursor: pointer; width: 100%;height: 100%;  background-repeat: no-repeat; background-position: center center;-webkit-background-size: cover; background-size: cover;}
.main_visual6 .owl-carousel .item p{ width: 100%; height: auto; box-sizing: border-box; background: #f7f7f7; padding: 15px 40px; font-size: 15px; text-align:center;}
.main_visual6 .owl-prev,.main_visual6 .owl-next{display: none; text-indent: -999em; }

.main_visual6 .owl-dots{ width: 100%; text-align: center; height: 9px; position:absolute; left: 0; bottom: 0px;  z-index: 999;}
.main_visual6 .owl-dots .owl-dot{display: inline-block;  margin:0 5px ;}
.main_visual6 .owl-dots .owl-dot span{  display: inline-block; width: 9px; height: 9px; background:#cccccc; border-radius: 5px;}
.main_visual6 .owl-dot.active span{width:18px; height: 9px; background:#ffb027; }


.pdtion2BG{ width:100%; height:auto; background:#f7f7f7; padding-bottom:50px; }
.pdtion2Box{ width:1280px; height:auto;}
.pdtion2Box img{ width:100%; height:auto;}

.pdtion3BG{ width:100%; height:auto; overflow:hidden; background:#f7f7f7; margin-top:50px; padding-bottom:60px; }
.pdtion3List{ width:1300px; height:auto;}
.pdtion3List dl{float:left;width: 11%;margin:0.5%;padding-bottom: 10px;overflow:hidden;text-align:center;border-radius: 10px;background:#fff;box-shadow: 0 0 37px rgb(12 49 113 / 16%);}
.pdtion3List dl dt{ width:100%; height:auto; overflow:hidden;}
.pdtion3List dl dt img{width:100%; height:auto;}
.pdtion3List dl dd{width:100%;height: 32px;line-height: 32px;border-top: 0px solid #eee;overflow:hidden;color: #0163af;}

.pdtion4List{ width:1280px; height:auto; padding-top:35px;}
.pdtion4List .main_visual{ margin-top: 0;}

.downList{ width: 1300px; height: auto;  padding-top:35px;}
.downList dl{ float: left; width: 31.3%; height: auto; overflow: hidden; background: #FFFFFF; margin: 1%; border:1px solid #eee; box-sizing:border-box;}
.downList dl:hover{box-shadow: 3px 3px 10px 0 rgba(0,0,0,.1); transition: all ease .5s;}
.downList dl:hover h3{background: url(../images/downicon2.jpg) no-repeat right 25px;}
.downList dl dt{ width: 100%; height: auto; overflow: hidden;}
.downList dl dt img{ width: 100%; height: auto;}
.downList dl dd{ width: 100%; height: auto; padding: 25px 35px; box-sizing: border-box;}
.downList dl dd h4{ color: #000000; font-size: 18px; line-height: 24px; height: 24px; overflow: hidden;}
.downList dl dd p{ color: #999; line-height: 36px;}
.downList dl dd h3{ width: 100%; margin-top: 15px; border-top: 2px solid #eeeeee; line-height: 32px; padding-top: 20px; font-size: 16px; color: #999999; background: url(../images/downicon1.jpg) no-repeat right 25px;}

.simpleBg{ width:100%; height:auto; padding:35px 0; background:#f7f7f7;}
.simple1{ width:1300px; height:66px; overflow:hidden; margin-bottom:25px;}
.simple1 dl{ float:left; width:31.3%; height:66px; line-height:66px; background:#fff; box-sizing:border-box; margin:0 1%; padding:0 15px;}
.simple1 dl dt{ float:left; width:25%;  height:66px; line-height:66px;}
.simple1 dl dd{ float:left; width:75%;  height:66px; line-height:66px;}
.simple1 dl dd input{ border:none; padding:0 15px; box-sizing:border-box; width:100%;   height:66px; line-height:66px;}

.simple2{ width:1274px; height:200px; overflow:hidden; margin-bottom:25px; padding:15px; box-sizing:border-box; background:#fff;}
.simple2 dl dt{ float:left; width:8%;  height:100%; line-height:26px;}
.simple2 dl dd{ float:left; width:92%;  height:100%; line-height:26px;}
.simple2 dl dd textarea{ border:none;  box-sizing:border-box; width:100%;   height:100%; line-height:26px;}

.simple3{ width:100%; height:46px; text-align:center; overflow:hidden;}
.simple3 button{ text-align:center; color:#fff; width:170px; height:46px; line-height:46px; border:none; background: #CA0002; font-size:16px;}

.souList{ width:1280px; height:auto; overflow:hidden; margin:0 auto;}
.souList dl{ width:1280px; height:242px; margin-bottom:15px;}
.souList dl dt{ float:left; width:404px; height:242px; overflow:hidden;}
.souList dl dt img{ width:404px; height:242px;}
.souList dl dd{ float:left; width:876px; height:242px; overflow:hidden; background:#f7f7f7; box-sizing:border-box; padding:35px;}
.souList dl dd a{ display:block; height:52px; line-height:52px; font-weight:bold; font-size:20px; overflow:hidden;}
.souList dl dd p{ font-size:16px; line-height:28px; height:84px; overflow:hidden; margin-top:10px;}
.souMenu{ width:1280px; height:auto; overflow:hidden; margin:0 auto; padding:30px 0;}
.souMenu dl{ width:100%; margin-bottom:15px;}
.souMenu dl dt{ font-size:24px; color:#111; height:36px; line-height:36px; overflow:hidden;}
.souMenu dl dd{ padding-top:10px;}
.souMenu dl dd a{ width:31.3% !important; text-align:left !important; display:block; font-size: 15px !important; color: #333333 !important; height:50px !important; line-height:50px  !important; overflow:hidden; border-bottom:1px solid #eee; margin:0 1%;}

.desigList{ width:1280px; height:auto; overflow:hidden; margin:0 auto;}
.desigList dl{ width:100%; height:auto; border:1px solid #ccc; border-radius:8px; margin-bottom:10px; padding:25px;}
.desigList dl dt{font-size:20px; color:#111; height:36px; line-height:36px; overflow:hidden; font-weight:bold; margin-bottom:10px;}
.desigList dl dd{ font-size:16px; color:#666; line-height:28px; height:56px; overflow:hidden;}

.GoodsMenuBox{ width:1280px; height:auto; overflow:hidden; margin:0 auto; padding:30px 0;}
.GoodsMenuBox dl{ width:100%; margin-bottom:15px; border:1px solid #ccc; border-radius:8px;}
.GoodsMenuBox dl dt{ width:100%; height:72px; line-height:72px; border-bottom:1px solid #ccc; background:#f7f7f7; font-size:18px; color:#111; font-weight:bold; padding:0 20px;}
.GoodsMenuBox dl dt img{ vertical-align:middle; width:42px; height:42px; margin-right:15px;}
.GoodsMenuBox dl dd{ width:100%; padding:20px 10px;}
.GoodsMenuBox dl dd a{ display:block; width:33.3%; padding:0 10px; height:42px; line-height:42px; overflow:hidden;}

.goods_1280{ width:94%; margin:0 auto;}

.goodsSubMenu{  width:94%; margin:0 auto; padding:25px 0;}
.goodsSubMenu a{ display:block; float:left; padding:10px 15px; background:#f7f7f7; font-size:15px; border-radius:3px; margin-right:8px;  margin-bottom:8px;}


.gsShowData{ width:1280px; line-height:30px; padding:15px 0; border-top:1px solid #ccc; border-bottom:1px solid #ccc;   margin:0 auto; }
.gsShowData i{ color:#CA0002; margin-left:40px; margin-right:10px; font-size:18px;}

.goodsInfosMenu{ padding:25px 0;}
.goodsInfosMenu h2{ font-size:32px; font-weight:bold; line-height:42px; margin-bottom:20px;}
.goodsInfosMenu ul{ line-height:42px;  border-bottom:1px solid #eee;}
.goodsInfosMenu ul li{ font-size:16px; margin-right:20px;  cursor:pointer;}
.goodsInfosMenu ul li.thistab{ color:#CA0002; font-weight:bold; border-bottom:2px solid #CA0002;}

.gsteList{ width:100%; line-height:26px; padding:25px 0;}
.gsteList img{ max-width:100%; height:auto;}
.gsteList dl{ width:100%; height:42px; line-height:32px; padding:5px 0; border-bottom:1px solid #eee; display:flex; font-size:14px !important;}
.gsteList dl dt{ width:30%;}
.gsteList dl dd{ width:70%;}

.goodsInfosDown{ padding-bottom:25px;}
.goodsInfosDown h2{ font-size:32px; font-weight:bold; line-height:42px; margin-bottom:20px;}
.goodsInfosDown ul{  width:100%;}
.goodsInfosDown ul li{ line-height:42px; border-bottom:1px dotted #ccc;}
.goodsInfosDown ul li a{ float:right; color:#CA0002;}
.goodsInfosDown ul li a i{ margin-right:10px;}
.goodsData{ width:100%; height:100vh;}
.goodsDataLeft{ width:100%; height:100vh;}
.goodsDataLeft iframe{ height:100vh;}
.goodsDataRight{ width:30%; padding:40px;}

.Datalogo{ width:100%; height:auto; text-align:center;}
.Datalogo img{ max-width:60%; height:auto; border:1px solid #ccc; border-radius:5px; padding:15px;}
.goodsDataRight h1{ color:#111; font-size:22px; line-height:36px; text-align:center;padding:15px 0;}

.goodsDataRightFrom{ width:100%; height:auto; padding:20px; background:#eee; border-radius:10px;}
.goodsDataRightFrom h2{ color:#111; font-size:20px; line-height:30px; margin-bottom:5px;}
.goodsDataRightFrom dl{ width:100%; height:auto;}
.goodsDataRightFrom dl dt{ font-size:15px; height:36px; line-height:36px; width:100%;}
.goodsDataRightFrom dl dd{  width:100%; height:36px;}
.goodsDataRightFrom dl dd input{ width:100%; height:36px; line-height:36px; border:1px solid #ccc; border-radius:5px; padding:0 15px;}
.goodsDataRightFrom button{ width:180px; height:42px; line-height:42px; text-align:center; font-size:18px; background:#CA0002; color:#fff; border:none; border-radius:5px; margin-top:10px;}

.optain{ display:none;}


.goods-search{ width:100%; padding:5px 0; margin:0 auto; margin-bottom:25px;}
.goods-search-box{ width:500px;}
.goods-search-box input{ width:80%; height: 52px; padding: 0 20px; line-height: 50px; border: 1px solid #111; border-radius:6px 0 0 6px; border-right:none; background: none;}
.goods-search-box button{ width: 20%; height: 52px; line-height: 52px; border: none; background: #CA0002; font-size:18px;  border-radius: 0 6px 6px 0; color: #FFFFFF; text-align: center;}

.goodsData-download{ text-align:center; padding:10px 0;}
.goodsData-download a{ background:#CA0002; color:#fff; border-radius:6px; font-size:1rem; height:36px; line-height:36px; padding:0 25px; display:inline-block;}


.application-list{ padding: 35px 0;}
.application-list dl{ width: 24%; margin-bottom: 1.5%; border-radius:6px; cursor: pointer; position: relative; text-align: center;}
.application-list dl dd img{ width: 100%; height: auto; border-radius:6px;}
.application-list dl dt{ position: absolute; left: 0; top:0; padding:30px; z-index: 333; border-radius:6px; width: 100%; height: 100%; background: rgba(0,0,0,0.5);}
.application-list dl dt .home-appinfo{ width: 100%; height: auto; margin-top: 15px; transition: all ease .5s;}
.application-list dl dt .home-appinfo a{ color: #FFFFFF; line-height: 28px; display: block;}
.application-list dl dt .home-appinfo a:hover{ text-decoration: underline;}
.application-list dl dt b{ display: block; color: #FFFFFF; font-weight: bold; font-size:2rem; height: 54px; line-height: 54px; }




.down-list{ padding:30px 0; }
.down-list dl{ width:48%; margin:1%; background:#fff; border-radius:8px; box-shadow: 3px 3px 10px 0 rgba(0,0,0,.1); padding:25px; }
.down-list dl dt{ width:60px; font-size:2.4rem;}
.down-list dl dt a{color: #111111;}
.down-list dl dd{  width: calc(100% - 60px); padding-left:5px;}
.down-list dl dd a{ display:block; height:30px; line-height:30px; overflow:hidden; font-size:1.2rem; font-family: myFirstFont1; font-weight: normal; color: #111111;}
.down-list dl dd p{ line-height:20px;}


