body {
    padding: 0px;
    margin: 0px;
    font-size: 1rem;
    font-family: 'Microsoft YaHei';
    color: #000000;
    background: #fff;
}

div,
ul,
li,
p,
form {
    padding: 0px;
    margin: 0px;
    list-style-type: none;
}

a {
    text-decoration: none;
    font-family: Microsoft Yahei;
    color: #343434;
    transition: all 500ms;
    -webkit-transition: all 500ms;
    -o-transition: all 500ms;
    -moz-transition: all 500ms;
}

a:hover {
    color: #FF9800;
}

.bg-my {
    background: #fff;
}

.header {
    z-index: 200;
    background: rgba(0, 0, 0, .6);
    box-shadow: 0 0 2px rgba(0, 0, 0, .2);
}

.w-75 {
    width: auto !important;
}

@media (min-width: 1600px) {
    .w-75 {
        width: 75% !important;
    }
}

.thumb-span {
    overflow: hidden;
}

.ie .ratio-1x1 {
  padding-top: 100%;
}

.ie .ratio-3x2 {
  padding-top: 66.6666666667%;
}

.ie .ratio-4x3 {
  padding-top: 75%;
}

.ie .ratio-16x9 {
  padding-top: 56.25%;
}
.ie .ratio-21x9 {
  padding-top: 42.8571428571%;
}

.thumb-span span {
    background: center center no-repeat;
    background-size: cover;
    transition: all .3s linear;
    -webkit-transition: all .3s linear;
}




/* 导航 */

.menu {
    height: 8rem;
    width: 100%;
    padding-top: 2rem;
}
.header {
    height: 2.5rem;
    background: #FF9800;
    line-height: 2.5rem;
    color: #fff;
}
.top-nav {
    height: 65px;
    font-size: 1.2rem;
}
/*.top-nav>li {
    max-width: 8em;
}*/
.top-nav li {
    height: 55px;
    line-height: 55px;
    padding: 0;
    color: #000;
    position: relative;
}
.top-nav li a {
    padding: 0;
    color: #000;
    text-align: center;
    transition: no;
}
.top-nav li:hover a {
    background: #fff;
    color: #FF9800;
}
.top-nav>li>.current {
    display: block;
    font-weight: 600;
    color: #FF9800;
    background: #fff;
}

.top-nav>li>a:before {
    content: "";
    position: absolute;
    height: 2px;
    width: 100%;
    bottom: 0px;
    background: #FF9800;
    -webkit-transition: all .4s ease-in-out;
    transition: all 0.4s ease-in-out;
    transform: scale(0, 1);
    transform-origin: 50% 0;
    left: 0;
}

.top-nav>li:hover>a:before {
    transform: scale(1, 1);
}
.top-nav>li>.current:before {
    transform: scale(0.6, 1);
}


/* 二级 */

#nav_all li ul {
    display: none;
    position: absolute;
    z-index: 99;
    padding: 0;
    top: 55px;
    left: 0px;
    background: none;
    width: 100%;
    /*overflow: hidden;*/
    border-bottom: none;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
}
#nav_all ul li {
    padding: 0;
    /*overflow: hidden;*/
    float: none;
    height: 50px;
    background: #FFF;
    line-height: 50px;
    border-bottom: 1px solid #f2f2f2;
}
#nav_all ul li:last-child {
    border-bottom: none;
}
#nav_all ul li a {
    margin: 0px;
    height: 50px;
    display: block;
    line-height: 50px;
    background: #FFF;
    color: #333;
    font-size: 15px;
    font-weight: normal;
    text-align: center;
    padding: 0 10px;
}
#nav_all ul li:hover>a {
    background: #FF9800;
    height: 50px;
    line-height: 50px;
    color: #fff;
}

#nav_all li ul.menu-second li {
    position: relative;
}


#title h3 { text-align:center;  font-size:32px; font-weight:600; letter-spacing:1px;}
#title h3 span { color:#FD0000;}
#title .with-line {
    width:17%;
    font-size: 14px;
    color: #FF9800;
    margin: 0 auto;
    position: relative;
    text-align: center
}

#title .with-line:before {
    content: "";
    border-top: 1px solid #FF9800;
    display: block;
    position: absolute;
    width: 28%;
    top: 10px;
    left: 0

}

#title .with-line:after {
    content: "";
    border-top: 1px solid #FF9800;
    display: block;
    position: absolute;
    width: 28%;
    top: 10px;
    right: 0
}

.bg-hd {
    /*height: 588px; */
    background: url(../../images/n-bbg02.jpg) center top no-repeat; 
    background-size: cover;
}

.bg-hd2 {
    position: absolute; 
    height: 670px; 
    background-color: transparent; 
    background-repeat: no-repeat; 
    background-position: center center; 
    background-image: url(../../images/n-bbg02.jpg); 
    background-attachment: fixed;  
    width:100%;
}

.banner_menu_box {
    position: relative;
    top:0;left:0;
    z-index: 999999;
    height: 0px;
}
.banner_menus_box {
    position: absolute;
    width:300px;
    top:0;left:0;
    padding-top:38.1%;
    background: #fff;
    box-shadow: 2px 2px 10px #fff;
    opacity: 0.8;
    filter: alpha(opacity=80);
}
@media (min-width: 1600px) {
    .banner_menus_box {
        padding-top: 50.67% !important;
    }
}
.banner_menus {
    position: absolute;
    top:0;left:0;
    height: 100%;
    width: 100%;
}
.banner_menus_list { padding: 1.2rem 3rem 0; }
.banner_menus_list li { line-height: 3.2rem; }
.banner_menus_list a { font-size: 1.1rem; }

.deanindexbg {
    width: 100%;
    height: 618px;
    position: relative;
    overflow: hidden;
    background: url(../../images/bg.jpg) center center no-repeat;
    background-size: 100%;
    background-size: cover;
}

.deanindexbg-case {
    background-image: url(../../images/top-bg1.jpg);
}
.deanindexbg-lxwm {
    background-image: url(../../images/top-bg3.jpg);
}
.deanindexbg-news {
  width: 100%;
  height: 618px;
  position: relative;
  overflow: hidden;
  background: url(../../images/banner.jpg) 0 0 no-repeat;
    background-size: auto;
  background-size: cover;
}

.deanindexbg-products {
  width: 100%;
  height: 618px;
  position: relative;
  overflow: hidden;
  background: url(../../images/cpbg.jpg) 0 0 no-repeat;
    background-size: auto;
  background-size: cover;
}

@-webkit-keyframes deanup{0%{top:0}to{top:100%}}

@keyframes deanup{0%{top:0}to{top:100%}}

.deanindexbgon{ width:100%; height:618px; background:rgba(0,0,0,0.2); position:absolute; z-index:1; left:0; top:0;}

.deanw1200s{  position:absolute; left:50%; margin-left:-600px; top:0; z-index:1; }

.deanlines{ width:1px; height:618px; background: hsla(0,0%,100%,.2); position:absolute; left:0; margin-left:-1px; top:0; z-index:2;}

.deanlines i {
    width: 5px; 
    height: 5px; 
    content: ""; 
    display: inline-block; 
    position: absolute; 
    left:-2px; 
    top: 0; 
    z-index: 1000; 
    background: hsla(0,0%,100%,.9); 
    border-radius: 50%; 
    -webkit-animation: deanup 4s cubic-bezier(0,0,.8,-.26) infinite; 
    animation: deanup 4s cubic-bezier(0,0,.8,-.26) infinite;
  } 

.deangoincl { height:100px;  position:absolute; left:50%; margin-left:-600px; top:50%; margin-top:-50px; color:#fff;}

.deangoincl h2{ font-size:22px; font-weight:normal; padding-left:10px;}

.deangoincl h3{ font-size:40px; font-weight:normal; padding-left:10px;}

.nav-link-my { color: #000; font-size: 1.5rem; }
.nav-tabs .nav-link.active { color: #0b76be; }
.nav-tabs .nav-lind a:hover { background: none; }



.deanct {
    width: 75%;
    min-height: 100%;
    padding: 58px;
    margin: 0 auto;
    margin-top: 0px;
    margin-bottom: 0px;
    background: #fff;
    margin-top: -100px;
    position: relative;
    z-index: 10;
    margin-bottom: 50px;
    border-radius: 5px;
    box-shadow: 5px 10px 35px rgba(0,0,0,0.1);
}

.deanmilestone{margin: 22px 0 15px 180px;}
.deanmilesbox{ margin-left: 68px; border-left: solid 1px #ececec;}
.deantimeaxis_year{ width: 80px; height: 80px; line-height: 80px; color: #f90; font-size: 18px; text-align: center; margin-left: -40px; background: url(../../images/abus-circle.png) no-repeat center top;}
.deantimexis_node{margin-top: 33px; vertical-align: middle;}
.deantimexis_node_time{font-size: 14px; color: #999999; margin-left: -36px; margin-top: -6px; float: left;}
.deantimexis_node_icon{ width: 7px; height: 7px; background: url(../../images/abus-circle-s.jpg) no-repeat center top; margin-left: -3.5px;  float: left;}
.deantimexis_node_article{font-size: 14px; width: 710px; line-height: 28px; padding: 16px 20px; position: relative;  background: #f8f8f8; border-radius: 5px; margin: -25px 0px 30px 20px;  float: left;}
.deantimexis_node_arrow{position: absolute; top: 20px; left: -14px; width: 0; height: 0; font-size: 0; border: solid 7px; border-color: #ffffff #f8f8f8 #ffffff #ffffff;}


.contact_us01 .lximg{width: 65.75%;float: left;height: 489px;background: #eee}
.contact_us01 .intro{padding: 41px 52px;background: url(../../images/contact_us01.jpg) no-repeat center;background-size: cover;}
.contact_us01 .intro li{line-height: 27px;font-size: 14px;color: #212121;}

.contact_us03 .pd{padding:30px 20px 30px; background:#f1f1f1;}
.contact_us03 .img_box{text-align:center; margin-bottom:20px;}
.contact_us03 .name{font-size:18px; color:#303030; margin-bottom:15px; text-align:center;}
.contact_us03 .text_con{height:auto; line-height:28px; font-size:15px; color:#303030; overflow:hidden; text-align:center;}
.imgY180:hover img { cursor:pointer; -moz-transform:rotateY(180deg); -ms-transform:rotateY(180deg); -o-transform:rotateY(180deg); -webkit-transform:rotateY(180deg); transform:rotateY(180deg) }
.imgY180 img { -moz-transition:all .8s ease 0s; -ms-transition:all .8s ease 0s; -o-transition:all .8s ease 0s; -webkit-transition:all .8s ease 0s; transition:all .8s ease 0s;}



.news-nav a {
  display: inline-block;
  margin-right: 10px;
  margin-bottom: 10px;
  margin-top: 10px;
  font-size: 16px;
  text-align: center;
  padding: 3px 25px;
  border: 1px solid #999;
  color: #333;
  border-radius: 20px;
}
.news-nav a:hover {
  background: #0b76be;
  border: 1px solid #0b76be;
  color: #fff;
}
.news-nav .on {
  background: #0b76be;
  border: 1px solid #0b76be;
  color: #fff;
}


.menu-products {
    height: 55px;
    width: 100%;
    margin: 0 auto;
    line-height: 55px;
    background: #DF4A4C;
    position: fixed;
    top: 0;
    filter: alpha(opacity=90);
    -moz-opacity: 0.9;
    opacity: 0.9;
    z-index: 10000
}

.news_column {
    font-size: 26px;
    color: #000;
}

.news_column span {
    display: block;
    font-size: 16px;
    color: #3B95EF;
}


.more{ margin-top:30px; }
.more a{ width:160px; height:2.8rem; border-radius: .1rem; background: #FF9801; display:block; color:#0b76be; text-align:center; letter-spacing: 0.1rem; line-height:2.6rem; font-size:16px; color: #fff;}
.more a:hover{ background:#fff; color:#FF9801;}


.contact{ margin-top:15px; }
.contact a{ width:132px; height:2.4rem; border-radius: .1rem;  display:block; color:#fff; text-align:center; border: 1px solid #fff; line-height:2.2rem; font-size:14px; color: #fff;}
.contact a:hover{ background:#fff; color:#FF9801;}


.about-us{background:url(../../images/about_us.jpg) no-repeat center;height:670px;overflow:hidden;}
.about-us .about-us-cont h1{font-size:36px;color: #fff;margin-top:100px;margin-bottom:30px;}
.about-us .about-us-cont p{width:712px;color:#fff;font-size:16px;line-height: 32px;color:#e1e1e1}

.about-us .about-icons{overflow:hidden;margin-top:60px;}
.about-us .about-icons .about-icon01{float:left;margin-right:60px;overflow:hidden;}
.about-us .about-icons .about-icon01 .about-icon01-img{width:46px;height:46px;float:left;}
.about-us .about-icons .about-icon01 .about-icon01-img img{width:100%;}
.about-us .about-icons .about-icon01 .about-text{float:left;margin-left:10px}
.about-us .about-icons .about-icon01 .about-text h1{font-size:22px;color:#fff}
.about-us .about-icons .about-icon01 .about-text p{font-size:12px;color:#fff}

.news_title {
    height: 36px;
    font-size: 18px;
    border-bottom: 1px #eeeeee solid;
    margin-bottom: 15px;
}

.news_title a {
    color: #ff0000;
}

.news_title span {
    float: right;
    color: #999;
}

.news_list {}

.news_list>ul {}

.news_list>ul>li {
    padding-top: 5px;
    height: 55px;
    border-bottom: 1px #eeeeee dashed;
}

.news_list>ul>li>.xuhao {
    width: 42px;
    height: 42px;
    font-size: 18px;
    color: #fff;
    text-align: center;
    line-height: 42px;
    background: #3B95EF;
}

.news_list>ul>li>.title {
    height: 42px;
    font-size: 14px;
    color: #666666;
    text-align: left;
    line-height: 21px;
    overflow: hidden;
}



.news_zhuti:hover .thumb-span span {
    transform: scale(1.05);
    -webkit-transform: scale(1.05);
}

.news_zhuti .zhuti {
    overflow: hidden;
}

.news_zhuti .zt_title {
    position: absolute;
    width: 100%;
    height: 40px;
    left: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.25);
    overflow: hidden;
    z-index: 99;
    color: #fff;
    top: auto;
    line-height: 40px;
    text-align: center;
    font-size: 1.2rem;
    transition: all .3s linear;
    -webkit-transition: all .3s linear;
}

.news_zhuti:hover .zt_title {
    display: block;
    width: 100%;
    height: 40px;
    color: #fff;
    line-height: 40px;
    text-align: center;
    background: #FF9800;
}

.news_zhuti .product_text {
    padding: 0.5rem 1rem 1rem;
    background: #fff;
    border: 1px solid #EDEFF0;
    border-top: 0;
    transition: all .3s linear;
    -webkit-transition: all .3s linear;
    line-height: 2;
    font-size: 1rem;
    text-align: justify;

}

.news_zhuti:hover .product_text {
    box-shadow: 0 0 10px rgba(0, 0, 0, .1);
}

.news_zhuti p {
    padding-top: 0.75rem;
    padding-bottom: 0;
}

.news_zhuti .desc {
    padding: 0;
    height: 6rem;
    overflow: hidden;
}

.news_zhuti .xian {
    overflow: hidden;
    position: relative;
    padding: 0.75rem 0 1.5rem;
}

.news_zhuti .xian:after {
    display: inline-block;
    background: #F2F4F5;
    content: '';
    position: absolute;
    width: 100%;
    height: 1px;
    bottom: 0px;
    left: 0;
}

.news_zhuti .xian:before {
    position: absolute;
    width: 0;
    left: 0;
    bottom: 0;
    border-top: 1px solid #FF9800;
    content: '';
    z-index: 999;
    transition: all .3s linear;
    -webkit-transition: all .3s linear;
}

.news_zhuti:hover .xian:before {
    width: 100%;
}

.video-width{
    width: 600px;
    max-width: 100%;
}
.vid-wrap {
    max-width: 100%;
    margin:0 auto;
    background: #000;
    position: relative;
    padding-bottom: 56.25%;
    /*需要用padding来维持16:9比例,也就是9除以16*/
    height: 0;
}

.vid-wrap video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%
}

.product_pic {
    font-size: 1rem;
    background: #fff;
    transition: all .3s linear;
    -webkit-transition: all .3s linear;
}

.product_pic:hover {
    transform: translateY(-1rem);
    -webkit-transform: translateY(-1rem);
}

.product_pic span {
    overflow: hidden;
    display: block;
}

.product_pic:hover .thumb-span span {
    transform: scale(1.05);
    -webkit-transform: scale(1.05);
}

.product_pic .product_text {
    padding: 0.4rem 1rem;
    border: 1px solid #EDEFF0;
}

.product_pic .product_text i.bi {
    display: inline-block;
    transition: all .3s linear;
    -webkit-transition: all .3s linear;
}

.product_pic p {
    padding: 0.75rem 0;
    text-align: center;
}

.product_pic .xian {
    overflow: hidden;
    position: relative;
}

.product_pic .xian:after {
    display: inline-block;
    background: rgba(0, 0, 0, .05);
    content: '';
    position: absolute;
    width: 100%;
    height: 1px;
    bottom: 0px;
    left: 0;
    transition: all .3s linear;
    -webkit-transition: all .3s linear;
}


.product_more_btn {
    width: 200px;
    margin: 0 auto;
    height: 48px;
    background: #3B95EF;
    overflow: hidden;
}

.product_more_btn a {
    display: block;
    font-size: 18px;
    line-height: 48px;
    text-align: center;
    color: #fff;
}

.product_more_btn:hover a {
    color: #ffdc28;
}




.youshi {}
.youshi p { padding: 1.4rem 0; font-size: 1.2rem; line-height: 1rem; }
.youshi span { font-size: 14px; line-height: 1.5rem; display: inline-block;}

.service_pic {
    background: #fff;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
    line-height: 2rem;
    font-size: 1rem;
    position: relative;
}

.service_pic span {
    overflow: hidden;
    display: block;
}
.service_pic h3 {
    position: absolute;
    width: 100%;
    height: 2.8rem;
    left: 2rem;
    bottom: 4rem;
    color: #fff; 
}

.service_pic p {
    position: absolute;
    width: 100%;
    height: 2.8rem;
    left: 2rem;
    bottom: 1.3rem;
    color: #fff;
}

.service_pic:hover .thumb-span span {
    transform: scale(1.05);
    -webkit-transform: scale(1.05);
}


.service_pic .product_text {
    padding: 0.5rem 1rem 1rem;
    background: #fff;
    border: 1px solid #EDEFF0;
    border-top: 0;
    transition: all .3s linear;
    -webkit-transition: all .3s linear;
    line-height: 2;
    font-size: 1rem;
    text-align: justify;
}

.service_pic .product_text .fs-t {
    color: #333;
    font-size: 1.25rem;
    height: 3rem;
    overflow: hidden;
}

.service_pic:hover .product_text {
    color: #666;
}

.service_pic:hover .product_text .fs-t {
    color: #000;

}

.service_pic p {
    padding-top: 0.75rem;
    padding-bottom: 0;
}

.service_pic p.desc {
    padding: 0;
    color: #888;
    font-size: 0.9rem;
    height: 5rem;
    overflow: hidden;
}

.service_pic .more_box {
    color: #808080;
    font-size: 0.9rem;
}

.service_pic:hover .more_box {
    color: #000;
}

.service_pic .xian {
    overflow: hidden;
    position: relative;
    padding: 0.75rem 0 1.5rem;
}

.service_pic .xian:after {
    display: inline-block;
    background: #F2F4F5;
    content: '';
    position: absolute;
    width: 100%;
    height: 1px;
    bottom: 0px;
    left: 0;
}

.service_pic .xian:before {
    position: absolute;
    width: 0;
    left: 0;
    bottom: 0;
    border-top: 1px solid #8F8F8F;
    content: '';
    z-index: 999;
    transition: all .3s linear;
    -webkit-transition: all .3s linear;
}

.service_pic:hover .xian:before {
    width: 100%;
}

.service_pic:hover .thumb-span span {
    transform: scale(1.05);
    -webkit-transform: scale(1.05);
}

.service_pic .product_text i.bi {
    display: inline-block;
    transition: all .3s linear;
    -webkit-transition: all .3s linear;
}

.service_pic:hover .product_text i.bi {
    color: #000;
    -webkit-transform: translateX(0.75rem);
    transform: translateX(0.75rem);
}

.yingcang {
    width: 100%;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}


.profile {
    font-size: 1.8rem;
    height: 4rem;
}

.profile p {
    border-bottom: 2px solid #3B95EF;
    width: 5rem;
    height: 1.2rem;
}

.profile_text {
    margin-top: 2rem;
    padding: 0.7rem 0;
    font-size: 1rem;
    color: #000;
    line-height: 1.6rem;
    text-align: justify;
}

.profile_right {
    /*    margin-top: 65px;
    padding-top: 10px;
    width: 100%;
    overflow: hidden;
    height: 400px;
    text-align: center;*/
    /*background: url('../../images/clwqc/profile_bk.png') no-repeat center center;*/
}

.p-xian {
    border-bottom: 1px solid #dedede;
    height: .1rem;
}


.crumbs { height: 5rem; line-height: 5rem; font-size: 1rem; background: #F8F9FA; }


.submenu {  }
.submenu ul li { float: left; margin-right: 3rem;  }
.submenu ul li a { line-height: 5rem; }
.submenu ul li .hover { font-weight: 700; color: #3B95EF; border-bottom: 2px solid #3B95EF; padding-bottom: 1.5rem;}


.gsjs_plate {
    font-size: 1rem;
    background: #fff;
    padding: 2rem 2.5rem;
    text-align: justify;
    transition: all .3s linear;
    -webkit-transition: all .3s linear;
    border: 1px solid #EDEFF0;
}


.gsjs_plate:hover {
    transform: translateY(-1rem);
    -webkit-transform: translateY(-1rem);
    box-shadow: 0 0 10px rgba(0, 0, 0, .1);
}

.gsjs_plate i { font-size: 2.5rem; }
.gsjs_plate span { font-size: 0.8rem; color: #808080; border-bottom: 1px solid #dedede; margin-top: 1rem;}
.gsjs_plate:hover span { color: #f00; border-bottom: 1px solid #f00;}
.gsjs_plate h4 { font-weight: 700; padding: 1rem 0; }
.gsjs_plate .mh { min-height: 5rem; }


.product_list {
     transition: transform .3s linear;
    -webkit-transition: transform .3s linear;
}

.product_list:hover {
    background: #0b76be;
    color: #fff;
    transform: translateY(-1rem);
    -webkit-transform: translateY(-1rem);
    box-shadow: 0 0 10px rgba(0, 0, 0, .1);
}

.product_list_box { border: 1px solid #EDEFF0; border-top: none; padding: 1rem; }

.product_list:hover p{ color: #fff; }
.product_list:hover .product_list_box { border: none; }

.product_list_box p{ font-size: 0.8rem; color: #808080; padding-top: 0.6rem; }

.product_list_box h5 { border-bottom: 1px solid #EDEFF0; height: 2.5rem; overflow: hidden; font-size: 1rem; }

.page_box {

}

.page_box h1 {
    font-size: 24px;
    font-weight: 700;
    text-align: center;
    border-bottom: 1px solid #eee;
    margin-top: 20px;
    line-height: 60px;
}

.page_box_content {
    text-align: justify;
}

.page_box_content p {
    text-align: justify;
    padding-bottom: 15px;
    line-height: 25px;
}


.news-list-box { padding-top: 30px; }
.news-list-box .item { border-bottom: 1px dashed #E1E1E1; padding: 30px 0; font-family: pingfang sc, microsoft yahei, arial }
.news-list-box .item:first-child { padding-top: 0 }
.news-list-box .item a { display: block }
.news-list-box .item .img { overflow: hidden }
.news-list-box .item .img img { width: 100%; display: block; height: 100%; -webkit-transition: all ease 300ms; -moz-transition: all ease 300ms; -ms-transition: all ease 300ms; -o-transition: all ease 300ms; transition: all ease 300ms }
.news-list-box .item .img:hover img { transform: scale(1.06, 1.06) }
.news-list-box .item .list-txt { }
.news-list-box .item .list-txt h3 { font-size: 18px; line-height: 30px }
.news-list-box .item .list-txt .desc { padding-top: 10px; color: #999; height: 90px; overflow: hidden; line-height: 24px; margin-bottom: 12px }
.news-list-box .item .list-txt>span { display: inline-block; font-size: 12px; color: #b7b7b7; padding-right: 26px; line-height: 18px; }
.news-list-box .item .list-txt span i { width: 20px; height: 18px; display: inline-block; padding-top:3px;}



.news-list {
    font-size: 1rem;
    background: #fff;
    padding-bottom: .5rem;
    text-align: justify;
    transition: all .3s linear;
    -webkit-transition: all .3s linear;
    border: 1px solid #EDEFF0;
}


.news-list:hover {
    transform: translateY(-1rem);
    -webkit-transform: translateY(-1rem);
    box-shadow: 0 0 10px rgba(0, 0, 0, .1);
}

.news-list span { color: #808080;  margin-bottom: 1rem;}
.news-list h5 { height: 2.8rem; line-height: 1.8rem; overflow: hidden; padding-left: 1rem;}
.news-list p { color: #999; padding-left: 1rem; font-size: .9rem;}
.news-list i { font-style:normal; }
.news-list:hover h5 { color: #f00; }


.deanchanpinms { margin-top: 2rem; height: 3rem;}

.deanchanpinms h3 {
 font-weight:normal;
 z-index:1;
 height:68px;
}
.deanchanpinms h3 a {
 color:#1e1e1e;
 font-size:32px;
 font-weight:normal;
 display:block;
 letter-spacing:1px;
}
.deanchanpinms h3 span {
 color:#e9e9e9;
 font-size:27px;
 font-weight:normal;
 display:block;
 margin-top: -10px;
}

.subnav { line-height: 3rem; }
.subnav li a{ padding: 5px 10px; }
.gl a {
    background: #004abb;
    color: #fff !important;
    font-weight: 200;
    padding: 5px 10px;
    border-radius: 2px;
    font-size: 16px;
}
.subnav a:hover {
    background: #004abb;
    color: #fff !important;
    font-weight: 200;
    padding: 5px 10px;
    border-radius: 2px;
    font-size: 16px;
}

.product-title {
    text-align: center;
    background: #FF9800;
    color:#fff;
}
.product-title h3{
    margin: 0;
    padding: 0;
    margin-bottom: 2rem;
    line-height: 3rem;        
    font-size: 3rem;
}
.product-title .en{
    color: #fff;
    font-size: 1.2rem;
    line-height: 1.5rem;
    display: inline-block;
    position: relative;
}
.product-title .en span{
    padding:0 20px;
    position: relative;
    display: inline-block;
    background: #FF9800;
    text-transform:Uppercase;
    z-index: 9999;
    min-width: 15rem;
    text-align: center;
}
.product-title .en:after{
    display: inline-block;
    position: absolute;
    width:calc(100% + 256px);
    left:-128px;
    top:6px;
    height:1px;
    background: #fff;
    content:'';
    z-index: 999;
}
.product-title .en:before{
    display: inline-block;
    position: absolute;
    width:calc(100% + 176px);
    left:-88px;
    bottom:6px;
    height:1px;
    background: #fff;
    content:'';
    z-index: 999;
}


/* 分页 */
#pages {
    padding: 14px 0 10px 0;
    text-align: center;
}

#pages a {
    display: inline-block;
    height: 32px;
    line-height: 30px;
    background: #F1F1F1;
    border: 1px solid #E4E4E4;
    text-align: center;
    color: #999;
    padding: 0 10px;
}

#pages a.a1 {
    background: url(../images/admin_img/pages.png) no-repeat 0 5px;
    width: 70px;
    padding: 0;
    background: #F1F1F1;
}

#pages a:hover {
    background: #3B95EF;
    color: #fff;
    text-decoration: none
}

#pages span {
    display: inline-block;
    height: 32px;
    line-height: 30px;
    background: #3B95EF;
    border: 1px solid #348ECC;
    color: #fff;
    text-align: center;
    padding: 0 10px
}

.page .noPage {
    display: inline-block;
    width: 70px;
    height: 32px;
    line-height: 30px;
    background: url(../img/icu/titleBg.png) repeat-x 0 -55px;
    border: 1px solid #e3e3e3;
    text-align: center;
    color: #a4a4a4;
}


.news_box {
    text-align: justify;
}
.news_box .vid-wrap{
    background: transparent;
    max-width: 1200px;
    padding:0;
    height: auto;
}
.news_box .vid-wrap video{
    position: relative;
}
.news_box img{
    max-width: 100%;
    height: auto;
}

.news_box h1 {
    font-size: 1.5rem;
    font-weight: 700;
    text-align: center;
    line-height: 3rem;
}
.news_box p {
    text-align: justify;
    padding-top: 1rem;
    line-height: 1.8rem;
}
.news_box p[align=center] {
    text-align: center;
}

.news_box .mark {
    font-size: 0.8rem;
    color: #999;
    height: 2.2rem;
    line-height: 2rem;
    text-align: center;
    margin-bottom: 5px;
    border-top: 1px dashed #e5e5e5;
    border-bottom: 1px dashed #e5e5e5;
    background: #fff;
}

.related {
    border-top: dashed 1px #ccc;
    margin-top: 40px
}

.related h5 {
    padding-bottom: 4px;
    font-weight: 700;
}

.related {
    padding: 10px 0 0
}
.related ul {
}
.related li {
   background: url(../../images/fk.gif) no-repeat 5px center;
    line-height: 35px;
    padding-left: 20px;
}

.related li a {
    color: #808080;
}
.product-detail {}

.product-detail h3 {
    margin-top: 0;
    font-size: 27px;
    color: #333;
    line-height: 30px;
    padding-bottom: 20px;
    margin-bottom: 0;
    
}

.p-shuxin {
    line-height: 50px;
    border-top: 1px dashed #e5e5e5;
    border-bottom: 1px dashed #e5e5e5;
    font-weight: 800;
    color: #ff0000;
}

.p-shuxin a {
    color: #ff0000;
}

.product-detail .product-biaoqian {
    padding: 10px 0;
    border-bottom: 1px dashed #e5e5e5;
}

.product-detail .product-biaoqian span {
    font-size: 15px;
    padding: 2px 5px;
    margin-right: 5px;
    color: #fff;
    font-size: 12px;
    line-height: 12px;
}

.product-detail .product-biaoqian span:nth-of-type(1) {
    background: #d9534f;
}

.product-detail .product-biaoqian span:nth-of-type(2) {
    background: #aace3b;
}

.product-detail .product-biaoqian span:nth-of-type(3) {
    background: #46b8da;
}

.product-detail .product-biaoqian span:nth-of-type(4) {
    background: #f0ad4e;
}

.product-detail .product-biaoqian span:nth-of-type(5) {
    background: #005cca;
}

.product-detail .product-biaoqian span:last-of-type {
    margin-right: 0;
}

.product-detail .product-option {
    padding: 14px 0;
    border-bottom: 1px solid #c9c9c9;
    overflow: hidden;
}
.product-detail h3 {
    border-bottom:3px solid #f7f7f7;
}

.product-detail .product-option li {
    width: 50% !important;
    float: left;
    overflow: hidden;
    height: 40px;
    line-height: 40px;
}

.product-detail .product-linkman {
    padding: 10px 0;
    /*border-bottom:1px solid #c9c9c9;*/
    overflow: hidden;
}

.product-detail .product-linkman p {
    height: 40px;
    line-height: 40px;
}
.product-detail .product-desc{
    color:#555;
    line-height: 2;
}

.product-detail .product_btns {
    display: block;
    width: 100%;
    height: 44px;
    line-height: 44px;
    text-align: center;
    font-size: 18px;
}

.product-detail .product_btns.btn1 {
    border: 1px solid #77be39;
    color: #77be39;
    background: #fff;
}

.product-detail .product_btns.btn2 {
    border: 1px solid #77be39;
    background: #77be39;
    color: #fff;
}

.product-detail .product_btns.btn1:hover {
    background: #005cca;
    border-color: #005cca;
    color: #fff;
}

.product-detail .product_btns.btn2:hover {
    background: #005cca;
    border-color: #005cca;
    color: #fff;
}

.product_box {
    text-align: justify;
    padding: 1rem 0;
}

.product_box p {
    text-align: justify;
    padding-top: 1rem;
    line-height: 2rem;
}

.product_box img {
    max-width: 100% !important;
    height: 100% !important;
}


.product-qiugou {}

.product-qiugou .form-group {
    position: relative;
    background: #f4f4f4;
    overflow: hidden;
    border-radius: 0px;
}

.product-qiugou .form-group label {
    position: absolute;
    line-height: 50px;
    left: 15px;
    top: 0;
    color: #ababab;
    font-weight: 100;
    transition: all .3s;
}

.product-qiugou .form-group input {
    color: #ababab;
    height: 50px;
    line-height: 50px;
    padding-left: 7em;
    border: none;
    background: none;
    box-shadow: none;
    transition: all .3s;
}

.product-qiugou .form-group textarea {
    padding: 10px 0 20px 7em;
    color: #ababab;
    line-height: 30px;
    border: none;
    background: none;
    box-shadow: none;
    transition: all .3s;
}

.product-qiugou h3 {
    text-align: left;
    margin-bottom: 25px;
}

.product-qiugou input[type=submit] {
    width: 250px;
    height: 50px;
    background: #FF9800;
    color: #fff;
    line-height: 50px;
    text-align: center;
    border: none;
    box-shadow: none;
    font-size: 18px;
}

.product-qiugou .form-group:hover textarea,
.product-qiugou .form-group:hover input,
.product-qiugou .form-group:hover label {
    background: #eee;
    color: #004599;
}

.product-qiugou input[type=submit]:hover {
    background: #004599;
    color: #fff;
}

.icon-box-wrapper {
    background: #F8F9FA;
    padding: 23px 0 25px 30px;
}

.icon-wrapper {
    background: #DF0125;
    border-radius: 50%;
    width: 70px;
    height: 70px;
    padding: 6px 0 0 15px;
    float: left;
}

.icon-wrapper i {
    font-size: 40px;
    color: #fff;
}

.icon-text {
    float: right;
    text-align: left;
    width: 72%;
}

.icon-text h5 {
    font-size: 20px;
    font-weight: 700;
    padding: 10px 0 5px 0;
}

.foot_menu {
    background: #F5F6F6;
}
.foot_menu {
    color: #000;
}

.foot_menu li a {
    color: #a2a2a2;
}

.foot_menu li a:hover {
    color: #000;
}

.foot_qcode {
    color: #000;
}

.foot_qcode li {
    float: right;
    margin-left: 60px;
    color: #000;
    text-align: center;
}

.foot_banquan {
    line-height: 70px;
    color: #a2a2a2;
    text-align: center;
    height: 60px;
    border-top:1px solid #E9ECEF;;
}
.foot_banquan a {
    color: #a2a2a2;
}


.slide-content-box {
    position:absolute;
    width:100%;
    height:100%;
    top:0;
    left:0;
}
#banner-slide .slide-texts-1 .text-box {
    float:left;
    padding-top:80px;
    /*text-align:center;*/
}
#banner-slide .slide-texts-1 .img1 {
    max-width:500px;
    transform:translateX(60px);
    -o-transform:translateX(60px);
    -moz-transform:translateX(60px);
    -webkit-transform:translateX(60px);
    opacity:0;
    position: absolute;
    bottom:80px;
    left:0px;
}
#banner-slide .slide-texts-1 .text1 {
    font-size:60px;
    color:#fff;
    transform:translateX(30px);
    -o-transform:translateX(30px);
    -moz-transform:translateX(30px);
    -webkit-transform:translateX(30px);
    text-shadow:1px 1px 2px rgba(0,0,0,0.2);
    opacity:0;
}
#banner-slide .slide-texts-1 .text2 {
    font-size:24px;
    color:#fff;
    transform:translateX(30px);
    -o-transform:translateX(30px);
    -moz-transform:translateX(30px);
    -webkit-transform:translateX(30px);
    text-shadow:1px 1px 2px rgba(0,0,0,0.2);
    opacity:0;
}
#banner-slide.swiperAnimate .swiper-slide-active .slide-texts-1 .img1 {
    transform:translateX(0px);
    -o-transform:translateX(0px);
    -moz-transform:translateX(0px);
    -webkit-transform:translateX(0px);
    opacity:1;
    transition:all 1s 0.6s;
    -o-transition:all 1s 0.6s;
    -moz-transition:all 1s 0.6s;
    -webkit-transition:all 1s 0.6s;
}
#banner-slide.swiperAnimate .swiper-slide-active .slide-texts-1 .text1 {
    transform:translateY(0px);
    -o-transform:translateY(0px);
    -moz-transform:translateY(0px);
    -webkit-transform:translateY(0px);
    opacity:1;
    transition:all 1s;
    -o-transition:all 1s;
    -moz-transition:all 1s;
    -webkit-transition:all 1s;
}
#banner-slide.swiperAnimate .swiper-slide-active .slide-texts-1 .text2 {
    font-size:24px;
    color:#fff;
    transform:translateY(0px);
    -o-transform:translateY(0px);
    -moz-transform:translateY(0px);
    -webkit-transform:translateY(0px);
    opacity:1;
    transition:all 1s .3s;
    -o-transition:all 1s .3s;
    -moz-transition:all 1s .3s;
    -webkit-transition:all 1s .3s;
}
#banner-slide .slide-texts-2 .text-box {
}
#banner-slide .slide-texts-2 .img1 {
    color:#000;
    width:16%;
    max-width: 300px;
    transform:translateX(60px);
    -o-transform:translateX(60px);
    -moz-transform:translateX(60px);
    -webkit-transform:translateX(60px);
    opacity:0;
    position: absolute;
    top:50px;
    right:0px;
}
#banner-slide .slide-texts-2 .xian {
    opacity:0;
    position: absolute;
    top: 15px;
    left: 30%;
    transform:translateX(-100px);
    -o-transform:translateX(-100px);
    -moz-transform:translateX(-100px);
    -webkit-transform:translateX(-100px);
}
#banner-slide .slide-texts-2 .texts {
    width:90%;
    max-width: 800px;
    opacity:0;
    transform:translateY(60px);
    -o-transform:translateY(60px);
    -moz-transform:translateY(60px);
    -webkit-transform:translateY(60px);
}
#banner-slide .slide-texts-2 .items {
    max-width: 600px;
    float:right;
    width:90%;
    opacity:0;
    transform:translateY(50px);
    -o-transform:translateY(50px);
    -moz-transform:translateY(50px);
    -webkit-transform:translateY(50px);
}
#banner-slide.swiperAnimate .swiper-slide-active .slide-texts-2 .xian {
    transform:translateX(0px);
    -o-transform:translateX(0px);
    -moz-transform:translateX(0px);
    -webkit-transform:translateX(0px);
    opacity:1;
    transition:all 0.5s;
    -o-transition:all 0.5s;
    -moz-transition:all 0.5s;
    -webkit-transition:all 0.5s;
}
#banner-slide.swiperAnimate .swiper-slide-active .slide-texts-2 .texts {
    transform:translateY(0px);
    -o-transform:translateY(0px);
    -moz-transform:translateY(0px);
    -webkit-transform:translateY(0px);
    opacity:1;
    transition:all 1s;
    -o-transition:all 1s;
    -moz-transition:all 1s;
    -webkit-transition:all 1s;
}
#banner-slide.swiperAnimate .swiper-slide-active .slide-texts-2 .items {
    transform:translateY(0px);
    -o-transform:translateY(0px);
    -moz-transform:translateY(0px);
    -webkit-transform:translateY(0px);
    opacity:1;
    transition:all 1s .6s;
    -o-transition:all 1s .6s;
    -moz-transition:all 1s .6s;
    -webkit-transition:all 1s .6s;
}
#banner-slide.swiperAnimate .swiper-slide-active .slide-texts-2 .img1 {
    opacity:1;
    transform:translateX(0px);
    -o-transform:translateX(0px);
    -moz-transform:translateX(0px);
    -webkit-transform:translateX(0px);
    transition:all 1s;
    -o-transition:all 1s;
    -moz-transition:all 1s;
    -webkit-transition:all 1s;
}
#banner-slide .slide-texts-3 .text-box {
    padding-top:80px;
    text-align:center;
}

#banner-slide .slide-texts-3 .img1 {
    max-width:500px;
    transform:translateY(30px);
    -o-transform:translateY(30px);
    -moz-transform:translateY(30px);
    -webkit-transform:translateY(30px);
    opacity:0;
}

#banner-slide .slide-texts-3 .textimg1 {
    margin-top:80px;
    max-width:800px;
    transform:translateY(30px);
    -o-transform:translateY(30px);
    -moz-transform:translateY(30px);
    -webkit-transform:translateY(30px);
    opacity:0;
}

#banner-slide .slide-texts-3 .text1 {
    margin-top:30px;
    font-size:28px;
    color:#fff;
    transform:translateY(30px);
    -o-transform:translateY(30px);
    -moz-transform:translateY(30px);
    -webkit-transform:translateY(30px);
    opacity:0;
}
#banner-slide.swiperAnimate .swiper-slide-active .slide-texts-3 .img1 {
    transform:translateY(0px);
    -o-transform:translateY(0px);
    -moz-transform:translateY(0px);
    -webkit-transform:translateY(0px);
    opacity:1;
    transition:all .6s;
    -o-transition:all .6s;
    -moz-transition:all .6s;
    -webkit-transition:all .6s;
}
#banner-slide.swiperAnimate .swiper-slide-active .slide-texts-3 .textimg1 {
    transform:translateY(0px);
    -o-transform:translateY(0px);
    -moz-transform:translateY(0px);
    -webkit-transform:translateY(0px);
    opacity:1;
    transition:all .8s .5s;
    -o-transition:all .8s .5s;
    -moz-transition:all .8s .5s;
    -webkit-transition:all .8s .5s;
}
#banner-slide.swiperAnimate .swiper-slide-active .slide-texts-3 .text1 {
    transform:translateY(0px);
    -o-transform:translateY(0px);
    -moz-transform:translateY(0px);
    -webkit-transform:translateY(0px);
    opacity:1;
    transition:all 1s .9s;
    -o-transition:all 1s .9s;
    -moz-transition:all 1s .9s;
    -webkit-transition:all 1s .9s;
}
#banner-slide {
    position: relative;
}
#banner-slide .banner-text{
    position: absolute;
    width:100%;
    bottom:1.5rem;
    left:0;
    z-index: 999;
}
#banner-slide .banner-text p{
    color:#fff;
    text-shadow: 0px 1px 3px rgba(0,0,0,0.3);
    font-size:24px;
}
#banner-slide .banner-text p.en{
    font-size:16px;
}
@media (max-width: 1200px) {
}
@media (min-width: 1200px) and (max-width: 1399px) {
}
@media (min-width: 1400px) and (max-width: 1599px) {
}
@media (min-width: 1600px) and (max-width: 1800px) {
}