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: inherit;
}

.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;
}

/* 导航 */

.nav {
    height: 100px;
    width: 100%;
    line-height: 98px;
}

.nav-pills {
    font-size: 16px;
}

.nav-pills li {
    padding: 0;
    color: #fff;
}

.nav-pills li a:hover {
    border-bottom: 2px solid #fff;
    font-weight: 700;
    border-radius: 0;
}

.nav-pills .nav-link {
    padding: 0;
    color: #fff;
    background: transparent;
}

.nav-pills .nav-link.active {
    color: #fff;
    border-bottom: 2px solid #3B95EF;
    font-weight: 700;
    border-radius: 0;
    background: transparent;
}

/* 二级 */
#nav_all li div {
    display: none;
    position: absolute;
    z-index: 99;
    padding: 0;
    /*top: 90px;*/
    left: 0px;
    background: #fff;
    width: 100%;
    overflow: hidden;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
}

#nav_all ul li {
    padding: 0;
    overflow: hidden;
    float: none;
    background: #FFF;
    line-height: 40px;
}

#nav_all ul li a {
    margin: 0px;
    display: block;
    line-height: 40px;
    color: #333;
    font-size: 15px;
    font-weight: normal;
    text-align: center;
    padding: 0;
}

#nav_all ul li a:hover {
    background: #3B95EF;
    line-height: 40px;
    color: #fff;
}

.header-tel {
    line-height: 98px;
    color: #3B95EF;
    font-size: 18px;
    font-weight: 700;
}

.news_column {
    font-size: 26px;
    color: #3B95EF;
}

.news_column span {
    display: block;
    font-size: 16px;
    color: #3B95EF;
}



.more {
    float: right;
    margin: 15px auto 0;
    width: 140px;
    height: 36px;
    line-height: 36px;
    font-size: 16px;
    color: #ccc;
    border: 1px #dedede solid;
    border-radius: 3px;
    position: relative;
    overflow: hidden;
}

.more a {
    position: relative;
    display: block;
    width: 100%;
    height: 100%;
}

.more p {
    position: relative;
    z-index: 99;
    padding: 0 20px 0;
    color: #000;
    transition: all .3s linear;
    -webkit-transition: all .3s linear;
}

.more i {
    display: inline-block;
    transition: all .3s linear;
    -webkit-transition: all .3s linear;
}

.more em {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 0;
    transition: .5s;
    background: #3B95EF;
    z-index: 0;
    transition: all .3s linear;
    -webkit-transition: all .3s linear;
}

.more:hover em {
    width: 100%;
}

.more:hover i {
    -webkit-transform: translateX(0.75rem);
    ;
    transform: translateX(0.75rem);
    ;
}

.more:hover p {
    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: #3B95EF;
}

.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 #A9A9A9;
    content: '';
    z-index: 999;
    transition: all .3s linear;
    -webkit-transition: all .3s linear;
}

.news_zhuti:hover .xian:before {
    width: 100%;
}

.vid-wrap {
    width: 100%;
    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;
    box-shadow: 0 0 10px rgba(0, 0, 0, .1);
}

.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;
}

.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-box {
    background: url('../../images/pinz_bg.jpg') center center;
    background-size: 100% 100%;
}

.youshi-box .more {
    float: inherit;
}

.youshi-box .more p {
    color: #fff;
}

.youshi {
    width: 100%;
    min-height: 420px;
    overflow: hidden;
}

.youshi li>div {
    display: block;
    position: relative;
    overflow: hidden;
}

.youshi li .text {
    background-color: #fff;
    text-align: center;
    position: relative;
    z-index: 1;
    height: 232px;
}

.youshi li:hover .text {
    opacity: 0;
}

.youshi li h4 {
    line-height: 50px;
    font-size: 18px;
    margin: 0;
    position: relative;
}

.youshi li h4:after {
    position: absolute;
    width: 40px;
    height: 1px;
    background: #093E5E;
    content: '';
    bottom: 5px;
    left: calc((100% - 40px)/2);
}

.youshi li p {
    color: #777;
    line-height: 1.8;
}

.youshi li i {
    display: inline-block;
    background: no-repeat center;
    height: 68px;
    margin-top: -34px;
    width: 68px;
    vertical-align: middle;
}

.youshi li .box {
    position: absolute;
    left: 0;
    top: 100%;
    width: 100%;
    height: 100%;
    background-color: #f08200;
    color: #fff;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
}

.youshi li .box i {
    margin-top: 110px;
}

.youshi li .box h4:after {
    background: rgba(255, 255, 255, .8);
}

.youshi li .box p {
    color: #fff;
}

.youshi li:hover .text {
    opacity: 0;
}

.youshi li:hover .box {
    top: 0;
    opacity: 1;
}

.youshi_icon {
    background: #999;
    margin: 0 auto;
    margin-bottom: 40px;
    text-align: center;
    width: 130px;
    height: 130px;
    border-radius: 100px;
}

.youshi_kouhao {
    width: 100%;
    height: 60px;
    margin: 0 auto;
    font-size: 20px;
    color: #000;
    text-align: center;
    line-height: 60px;
    border-bottom: 1px #000 dashed;
}

.youshi_miaoshu {
    width: 100%;
    padding: 20px 0;
    margin: 0 auto;
    font-size: 14px;
    color: #999;
    text-align: center;
    line-height: 24px;
}

.service_pic {
    background: #fff;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
    line-height: 2rem;
    font-size: 1rem;
}

.service_pic:hover {
    box-shadow: 0 0 10px rgba(0, 0, 0, .1);
}

.service_pic span {
    overflow: hidden;
    display: block;
}


.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);
}



.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;*/
}



.crumbs { height: 5rem; line-height: 5rem; font-size: 1rem; background: #F8F9FA; }


.submenu {  }
.submenu ul li { float: left; margin-right: 1rem;  }
.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: #3B95EF;
    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 {
    font-size: 1rem;
    background: #fff;
    padding: 2.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: 7rem; line-height: 1.8rem; overflow: hidden; }
.news-list p { color: #3B95EF; }
.news-list i { font-style:normal; }
.news-list:hover h5 { color: #f00; }


.product-title {
    text-align: center;
    background: #383842;
    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: #383842;
    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;
    padding: 1rem 0;
}

.news_box h1 {
    font-size: 1.5rem;
    font-weight: 700;
    text-align: center;
    line-height: 4rem;
}
.news_box p {
    text-align: justify;
    padding-top: 1rem;
    line-height: 1.5rem;
}

.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;
}

.product-detail {}

.product-detail h3 {
    margin-top: 0;
    font-size: 27px;
    color: #333;
    line-height: 30px;
    padding-bottom: 20px;
    margin-bottom: 0;
    border-bottom: 1px dashed #e5e5e5;
}

.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 .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: 30px;
    line-height: 30px;
}

.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: 0 0 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: #3B95EF;
    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 {
    color: #fff;
}

.foot_menu li a {
    color: #fff;
}

.foot_qcode {
    width: 380px;
    height: 210px;
    float: right;
    border-left: 1px #3e4549 solid;
}

.foot_qcode li {
    float: right;
    margin-left: 60px;
    color: #fff;
    text-align: center;
}

.foot_lianxi {
    color: #fff;
    line-height: 50px;
    float: right;
    font-size: 1.2rem;
}