@charset "utf-8";
/* CSS Document */
body,blockquote,fieldset,div,dl,dt,dd,h1,h2,h3,h4,h5,h6,form,input,ul,li,ol,p,pre,th,td,textarea,b
{font-family:'PingFang','Microsoft YaHei';margin:0;padding:0;box-sizing:border-box;-moz-box-sizing:border-box;-webkit-box-sizing:border-box;}
table{border-collapse:collapse;border-spacing:0;}
ol,ul,li{list-style:none;}
img{border:0;display:inline-block;vertical-align:middle;}
a{color:#333;text-decoration:none;}
::-webkit-input-placeholder{font-family:'PingFang','Microsoft YaHei';color:rgb(180,180,180);}

/* --Public-- */
.hidden{overflow:hidden;}
.fl{float:left;}
.fr{float:right;}
.clear{clear:both;}
.clearfix:after{content:".";visibility:hidden;display:block;height:0;clear:both;}
.center{text-align:center;}
.valign-middle{display:table-cell;vertical-align:middle;}
.swiper-slide {
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	-webkit-justify-content: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	-webkit-align-items: center;
	align-items: center;
	position:relative;
}
/* --header-- */
body{padding-top:115px;}
.pub{width:80%;margin:auto;max-width:1480px;}

.header_bg{width:100%;height:auto;background:#FFF;box-shadow:0 0 12px rgba(0,0,0,0.18);position:fixed;left:0;top:0;z-index:99;}
.header{height:115px;overflow:hidden;}

.logo{width:auto;height:115px;line-height:115px;display:table;}
.logo img{width:auto;height:49px;max-width:260px;}

.nava{height:38px;overflow:hidden;margin-top:38px;}
.nava li{width:auto;height:38px;float:left;font-size:16px;color:#666;line-height:38px;margin-left:10px;padding:0 15px;border-radius:10px;
-webkit-transition:all 0.4s;transition:all 0.4s;}
.nava li img{width:auto;height:66px;display:none;padding:8px 0;}
.nava li:hover{background:#19529f;color:#FFF;border-radius:30px;}

.icon{margin-top:46px;margin-left:20px;}
.icon li{width:auto;height:24px;float:left;display:table;line-height:24px;margin-left:16px;}
.icon li .img{width:24px;height:auto;display:block;cursor:pointer;}

/* --下拉菜单-- */
.ComboBox_bg{width:100%;height:auto;position:fixed;left:0;top:110px;z-index:999;background-color:#eee;display:none;}
.ComboBox{padding:20px 0px 40px;display:none;}
.ComboBox_title{padding-bottom:10px;font-size:16px;color:#333;line-height:40px;background: url(../Image/dots_grey.svg) left bottom repeat-x;position:relative;}
.ComboBox_title .close_down{width:auto;height:12px;position:absolute;right:10px;top:14px;cursor:pointer;
transition:.2s ease-in-out;-webkit-transition:.2s ease-in-out;-moz-transition:.2s ease-in-out;-o-transition:.2s ease-in-out;}
.ComboBox_title .close_down:hover{transform:rotate(-90deg);-webkit-transform:rotate(-90deg);-moz-transform:rotate(-90deg);-o-transform:rotate(-90deg);}
.ComboBox_con{width:auto;height:auto;max-height:240px;margin-top:30px;overflow:auto;}
.ComboBox_search form{width:50%;float:left;position:relative;}
.ComboBox_search .s{width:100%;height:44px;line-height:24px;font-size:14px;color:#333;padding:10px 54px 10px 10px;background:#FFF;border:none;outline:none;float:left;border-top-left-radius:6px;border-bottom-left-radius:6px;}
.ComboBox_search .b{width:44px;height:44px;cursor:pointer;border:none;outline:none;position:absolute;right:0px;top:0px;border-top-right-radius:6px;border-bottom-right-radius:6px;background:url(../Image/arrow.png) no-repeat center #19529f;background-size:auto 40%;}
.ComboBox_language{}
.ComboBox_language a{width:auto;height:40px;font-size:16px;color:#19529f;line-height:40px;display:block;overflow:hidden;}


.index_banner{width:100%;height:auto;position:relative;}
.swiper-banner{width:100%;height:auto;overflow:hidden;position:relative;}
.swiper-banner img{width:100%;height:auto;display:block;}
.swiper-banner .swiper-pagination-bullets{left:50%;margin-left:-24px;bottom:20px !important;}


.index_nava_bg{width:100%;height:auto;background:url(../Image/bg1.jpg) no-repeat center #FFF;}
.index_nava{height:auto;padding:70px 0;overflow:hidden;}
.index_nava li{width:12.5%;height:auto;overflow:hidden;float:left;cursor:pointer;}
.index_nava li .img{margin:auto;}
.index_nava li .img img{width:32%;height:auto;display:block;margin:auto;padding:28px;background:rgb(196,196,196);border-radius:40px;
-webkit-transition:all 0.4s;transition:all 0.4s;}
.index_nava li p{font-size:16px;color:#333;line-height:24px;text-align:center;margin-top:24px;}
.index_nava li:hover .img img{background:#19529f;}

.index_middle_bg{width:100%;height:738px;overflow:hidden;}
.index_product{width:50%;height:auto;background:url(../Image/b7.png) no-repeat center;background-size:cover;}
.swiper-product{width:100%;height:auto;overflow:hidden;position:relative;}
.swiper-product-con{overflow:hidden;padding:100px 0 120px 0;}
.swiper-product-con h2{width:auto;height:32px;overflow:hidden;font-size:24px;font-weight:normal;text-align:center;line-height:32px;}
.swiper-product-con p{width:auto;height:24px;overflow:hidden;font-size:14px;text-align:center;line-height:24px;margin-top:8px;}
.swiper-product-con .img{width:auto;height:auto;display:table;margin-top:40px;}
.swiper-product-con .img img{width:auto;height:auto;max-width:100%;max-height:414px;display:block;}
.swiper-product .swiper-pagination-bullets{left:50%;margin-left:-24px;bottom:50px !important;}

.index_cases{width:50%;height:369px;position:relative;cursor:pointer;}
.index_cases .img{width:100%;height:369px;position:absolute;left:0;top:0;overflow:hidden;}
.index_cases .img img{width:100%;height:100%;-webkit-transition:all 0.4s;transition:all 0.4s;}
.index_cases .title{position:absolute;left:70px;top:120px;z-index:9;}
.index_cases .title img{height:34px;display:block;}
.index_cases:hover .img img{transform:scale(1.1);}

.index_news{width:50%;height:369px;position:relative;cursor:pointer;}
.index_news .img{width:100%;height:369px;position:absolute;left:0;top:0;overflow:hidden;}
.index_news .img img{width:100%;height:100%;-webkit-transition:all 0.4s;transition:all 0.4s;}
.index_news .title{position:absolute;left:70px;top:120px;z-index:9;}
.index_news .title img{height:34px;display:block;}
.index_news:hover .img img{transform:scale(1.1);}

.index_more{width:172px;height:56px;background:#19529f;margin:40px auto 0;display:block;font-size:16px;color:#FFF;line-height:56px;text-align:center;border-radius:30px;}

.index_company_bg{width:100%;height:auto;padding:70px 0;background:url(../Image/bg2.jpg) no-repeat center #FFF;}
.index_company{height:auto;overflow:hidden;}
.index_company_title{}
.index_company_title img{height:34px;margin:auto;display:block;}
.index_company_title2{font-size:24px;text-align:center;color:#333;line-height:32px;margin-top:26px;}
.index_company_con{width:80%;height:auto;margin:16px auto 0;text-align:center;}
.index_company_con p{font-size:16px;color:#333;line-height:36px;}

.index_shows_bg{width:100%;height:auto;margin-bottom:70px;}
.index_shows{height:auto;box-shadow:0 0 12px rgba(0,0,0,0.18);position:relative;}
.index_shows_con{width:50%;height:auto;padding:60px 64px;}
.index_shows_con img{max-width:100%;display:block;}
.index_shows_con ul{margin-top:30px;}
.index_shows_con ul li{padding:30px 0 30px 70px;border-bottom:1px dashed #999; background-repeat:no-repeat; background-position:left center; background-size:auto;}
.index_shows_con ul li h2{font-size:24px;color:#333;line-height:32px;}
.index_shows_con ul li p{font-size:16px;color:#333;line-height:24px;margin-top:10px;}
.index_shows_img{width:50%;height:100%;position:absolute;right:0;top:0;}
.index_shows_img img{width:100%;height:100%;display:block;}


.footer_bg{width:100%;height:auto;background:rgb(31,40,51);padding:40px 0px;}
.footer{height:auto;margin:auto;}

.footer_left{width:36%;height:auto;}
.footer_left h1{font-size:18px;color:#babfc6;margin-bottom:17px;line-height:40px;}
.footer_left p{line-height:30px;font-size:14px;color:#babfc6;margin-top:12px;padding-left:30px;background-repeat:no-repeat; background-position:left center; background-size:auto;}

.footer_middle{width:30%;height:auto;margin-left:4%;margin-right:4%;}
.footer_middle h1{font-size:18px;color:#babfc6;margin-bottom:5px;line-height:40px;}
.footer_middle p{width:40%;height:auto;float:left;line-height:30px;margin-top:12px;}
.footer_middle p a{font-size:14px;color:#babfc6;}

.footer_right{width:26%;height:auto;text-align:right;}
.footer_right h1{font-size:18px;color:#babfc6;margin-bottom:17px;line-height:40px;}
.footer_right p{line-height:30px;font-size:14px;color:#babfc6;margin-top:12px;}

.foot_bg{width:100%;height:auto;background:rgb(31,40,51);padding:20px 0px;border-top:1px solid rgb(50,63,80);}
.foot{font-size:14px;color:#babfc6;line-height:20px;text-align:center;}
.foot a{font-size:14px;color:#babfc6;}
.foot a:hover{font-size:14px;color:#FFF;}

.inner_banner_bg{width:100%;height:auto;background-repeat:no-repeat; background-position:left center; background-size:auto;}
.inner_banner{height:419px;overflow:hidden;display:table;}
.inner_banner img{height:112px;display:block;margin:auto;}

.inner_nava_bg{width:100%;height:auto;background:rgb(245,245,245);}
.inner_nava{height:80px;overflow:hidden;}
.inner_nava li{height:80px;overflow:hidden;float:left;font-size:18px;color:#333;text-align:center;line-height:80px;}
.inner_nava.s4 li{width:25%;}
.inner_nava li:hover{background:#19529f;color:#fff;}
.inner_nava li.cur{background:#19529f;color:#fff;}


.product_nava{height:auto;overflow:hidden;}
.product_nava li{width:12.5%;height:auto;overflow:hidden;float:left;cursor:pointer;}
.product_nava li .img{margin:auto;}
.product_nava li .img img{width:32%;height:auto;display:block;margin:auto;padding:28px;background:rgb(196,196,196);border-radius:40px;
-webkit-transition:all 0.4s;transition:all 0.4s;}
.product_nava li p{font-size:15px;color:#333;line-height:24px;text-align:center;margin-top:24px;}
.product_nava li:hover .img img{background:#19529f;}


.inner_bg{width:100%;height:auto;background:#FFF;padding:50px 0;}
.inner{position:relative;}


/* --公司简介-- */
.inner_company_text{width:38%;overflow:hidden;margin-top:20px;}
.inner_company_text img{max-width:100%;margin-bottom:30px;display:block;}
.inner_company_text p{font-size:16px;color:#333;line-height:32px;text-indent:2em;}
.inner_company_img{width:54%;overflow:hidden;}
.inner_company_img img{width:100%;height:auto;display:block;}

.inner_company_advantage{width:16%;position:absolute;left:42%;top:10%;background:url(../Image/bg5.jpg) no-repeat center;background-size:cover;color:#fff;text-align:center;padding:0 15px 30px;}
.inner_company_advantage h2{font-size:48px;line-height:60px;margin-top:30px;}
.inner_company_advantage h2 span{font-size:16px;font-weight:normal;margin-left:10px;}
.inner_company_advantage p{font-size:16px;font-weight:normal;line-height:24px;}

/* --企业文化-- */
.fold_wrap{width:100%;height:auto;overflow:hidden;}
.fold_wrap li{float:left;width:25%;height:520px;position:relative;overflow:hidden;cursor:pointer;}
.fold_wrap li .mask_b{position:absolute;overflow:hidden;width:100%;height:100%;left:0;top:0;background:rgba(0,0,0,.4);_background:#B2B2B2;}
.fold_wrap li.active .mask_b{background:none;}
.fold_wrap li .mask_b h4{color:#fff;width:100%;text-align:center;display:block;font-size:24px;font-weight:normal;position:relative;line-height:520px;}
.fold_wrap li.big{width:322px;}
.fold_wrap li .adv_intro{width:100%;height:160px;padding:30px 60px; position:absolute;left:0;bottom:-160px;background:rgba(1,92,181,0.75);color:#FFF;overflow:hidden;}
.fold_wrap li .adv_intro h2{font-size:30px;font-weight:normal;line-height:42px;margin-bottom:10px;}
.fold_wrap li .adv_intro p{font-size:16px;line-height:24px;}
.adv_intro_show{bottom:0 !important; transition:bottom 0.3s linear 0.3s; -webkit-transition:bottom 0.3s linear 0.3s;}

.pic_auto{width:100%;height:100%;}
.pic_auto1{background:url(../Image/bg6.jpg) no-repeat center 0;}
.pic_auto2{background:url(../Image/bg7.jpg) no-repeat center 0;}
.pic_auto3{background:url(../Image/bg8.jpg) no-repeat center 0;}
.pic_auto4{background:url(../Image/bg9.jpg) no-repeat center 0;}

.inner_culture{display:none;}
.inner_culture li{margin-bottom:30px;}
.inner_culture li img{width:100%;display:block;border-radius:4px;margin-bottom:24px;}
.inner_culture li h2{font-size:20px;line-height:32px;font-weight:normal;color:#19529f;margin-bottom:12px;padding:0 5px;}
.inner_culture li p{font-size:16px;line-height:32px;padding:0 5px;}


/* --品牌历程-- */
.brand_title{font-size:24px;font-weight:normal;text-align:center;}
.brand_year{font-size:32px;line-height:60px;text-align:center;font-family:'FuturaLL';color:#333;position:relative;}
.brand_year span{width:90px;height:2px;background:#250908;position:absolute;left:50%;margin-left:-45px;bottom:0px;}
.brand_list{width:72%;height:auto;margin:40px auto 0;padding:15px 0px;display:block;background:url(../Image/line.png) repeat-y center top;}
.brand_list .icon{background:url(../Image/icon.png) no-repeat center;}
.brand_list h2{font-size:20px;color:#fff;margin-bottom:12px;padding:5px 10px;font-family:'FuturaLL';background:#19529f;display:inline-block;border-radius:4px;}
.brand_list h1{font-size:24px;color:#333;margin-bottom:12px;font-weight:normal;}
.brand_list .content{font-size:16px;color:#333;line-height:24px;}
.brand_list .content p{padding-left:60px;position:relative;margin-bottom:8px;}
.brand_list .content .t1{position:absolute;left:0;top:0;}
.brand_list .content .t2{}
.brand_list img{width:100%;height:auto;display:block;}

.brand_list2{width:100%;height:auto;display:none;}
.brand_list2 li{margin-top:30px;}
.brand_list2 .time{font-size:20px;color:#333;line-height:32px;text-align:center;font-weight:bold;font-family:'FuturaLL';}
.brand_list2 .img{width:82%;margin:8px auto 16px;}
.brand_list2 .img img{width:100%;display:block;}
.brand_list2 .cont{width:100%;font-size:16px;line-height:30px;color:#333;text-align:center;}


/* --资质荣誉-- */
.honor_list{width:80%;margin:auto;overflow:hidden;}
.honor_list li{width:23.33%;height:auto;margin:1.5% 5%;float:left;overflow:hidden;cursor:pointer;}
.honor_list li .img{overflow:hidden;}
.honor_list li .img img{width:auto;height:auto;max-width:100%;max-height:380px;display:block;margin:auto;
-webkit-transition:all 0.3s;transition:all 0.3s;}
.honor_list li:hover .img img{transform:scale(1.04);}
.honor_list li p{height:36px;overflow:hidden;margin-top:6px;font-size:16px;line-height:36px;color:#333;text-align:center;}

/* --案例中心-- */
.cases_list{width:100%;margin:auto;overflow:hidden;}
.cases_list li{width:23.33%;height:auto;margin:1.5% 5%;float:left;overflow:hidden;cursor:pointer;}
.cases_list li .img{overflow:hidden;}
.cases_list li .img img{width:auto;height:auto;max-width:100%;max-height:380px;display:block;margin:auto;
-webkit-transition:all 0.3s;transition:all 0.3s;}
.cases_list li:hover .img img{transform:scale(1.04);}
.cases_list li .txt{height:46px;overflow:hidden;font-size:16px;line-height:46px;color:#333;text-align:center;background:#eee;padding:0 15px;
-webkit-transition:all 0.3s;transition:all 0.3s;}
.cases_list li:hover .txt{color:#fff;background:#19529f;padding:0 25px;}
.cases_list li .fr{width:10%;height:46px;overflow:hidden;text-align:right;font-family:'宋体';font-weight:bold;}
.cases_list li .fl{width:90%;height:46px;overflow:hidden;text-align:left;}


/* --产品列表-- */
.product_list{overflow:hidden;}
.product_list li{width:22%;margin:40px 1.5% 0;padding-bottom:60px;position:relative;float:left;}
.product_list li .box{display:block;overflow:hidden;position:relative;}
.product_list li .box .bg{width:100%;height:100%;background:rgba(0,0,0,0.4);position:absolute;left:0;top:0;z-index:2;padding:20px;transform:scale(1.2);opacity:0;
-webkit-transition:.5s;-o-transition:.5s;transition:.5s;}
.product_list li .box .bg .border{width:100%;height:100%;border:1px solid #FFF;}
.product_list li .box .img{overflow:hidden;border-radius:4px;}
.product_list li .box .img img{width:100%;height:auto;display:block;
-webkit-transition:all 0.5s;transition:all 0.5s;}
.product_list li p{width:100%;height:60px;overflow:hidden;position:absolute;left:0;bottom:0px;}
.product_list li p b{width:100%;height:60px;padding:0px 20px;position:absolute;left:0;top:0;z-index:3;font-size:16px;line-height:60px;color:#666;font-weight:normal;
-webkit-transition:all 0.5s;transition:all 0.5s;}
.product_list li p span{width:0;height:2px;background:#19529f;position:absolute;left:0;bottom:0;z-index:2;
-webkit-transition:all 0.5s;transition:all 0.5s;}
.product_list li:hover .box .bg{transform:scale(1);opacity:1;}
.product_list li:hover .box .img img{transform:scale(1.2);}
.product_list li:hover p b{color:#19529f;font-size:18px;}
.product_list li:hover p span{width:100%;}


/* --产品详情-- */
.product-box{min-height:320px;padding:0 200px 0 200px;color:#666;position:relative;}

.pxq_all{width:100%;}
.pxq_left{width:50%;float:left;position:relative;}
.pxq_right{width:46%;float:right;}

.exper_up .xiaotu{position:relative;width:15%;float:left;margin-right:5%;}
.exper_up .xiaotu .prev{ position:absolute; left:50%; top:0;margin-left:-20px; width:40px; height:17px; background:url(../Image/s.png) no-repeat; cursor:pointer; }
.exper_up .xiaotu .next{ position:absolute; left:50%; bottom:0;margin-left:-20px; z-index:2; width:40px; height:17px; background:url(../Image/x.png) no-repeat; cursor:pointer; }
.exper_up .xtu{ position:relative; width:100%; margin:16px auto; overflow:hidden;}
.exper_up .xtu dl{position:absolute; left:0; top:0; width:100%;}
.exper_up .xtu dl dd{cursor:pointer;text-align:center;margin-bottom:10px;}
.exper_up .xtu dl dd img{border:#e0e0e0 solid 1px;box-sizing:border-box;width:100%; opacity:0.5;}
.exper_up .xtu dl dd.current img{border:#250908 solid 1px; opacity:1;}
.exper_up .datu{font-size:16px;position:relative;width:80%;height:326px;overflow:hidden;float:left;border:1px solid #eee;}
.exper_up .datu ul{position:absolute;width:100%;height:100%;left:0;top:0;}
.exper_up .datu ul li{position:absolute;width:100%;height:100%;left:0;top:0;color:#FFF;text-align:left;}
.exper_up .datu ul li img{width:100%;height:100%;}

.product-title{font-size:24px;line-height:36px;color:#333;font-weight:bold;padding:10px 0;}
.product-deatils li{width:100%;margin-top:20px;padding-bottom:18px;border-bottom:1px solid #eee;}
.product-deatils li .t1{font-size:14px;color:#999;margin-bottom:6px;}
.product-deatils li .t2{font-size:16px;color:#333;line-height:32px;}
.product-mobile{font-family:'FuturaLL';font-size:24px;line-height:42px;color:#19529f;font-weight:bold;display:inline-block;padding-left:40px;background:url(../Image/b30.png) no-repeat left center; background-size:auto 32px;}

.product-font{width:90%;margin-left:10%;margin-top:32px;}
.product-font p{font-size:16px;line-height:32px;color:#333;margin-bottom:20px;}
.product-font span{font-size:16px !important;}

.recommend{padding-top:20px;margin-top:40px;border-top:1px dashed rgb(230,230,230);}
.recommend h2{font-size:20px;margin-bottom:20px;font-weight:normal;}
.recommend .item{margin:0 10px;cursor:pointer;position:relative;overflow:hidden;}
.recommend .item .bg{width:100%;height:100%;background:rgba(0,0,0,0.4);position:absolute;left:0;top:0;z-index:2;padding:20px;transform:scale(1.2);opacity:0;
-webkit-transition:.5s;-o-transition:.5s;transition:.5s;}
.recommend .item .bg .border{width:100%;height:100%;border:1px solid #FFF;}
.recommend .item .bg .border table{width:100%;height:100%;color:#FFF;font-size:16px;}
.recommend .item img{width:100%;-webkit-transition:all 0.5s;transition:all 0.5s;}
.recommend .item:hover .bg{transform:scale(1);opacity:1;}
.recommend .item:hover img{transform:scale(1.2);}
.recommend .owl-pagination{display: none;}


/* --新闻资讯-- */
.news_list{width:80%;margin:auto;}
.news_list li{width:50%;margin-bottom:40px;display:inline-block;vertical-align:top;}
.news_list li .con{
    margin: 0 20px;
    padding-bottom: 180px;
    background-color: #fff;
    position: relative;
	box-shadow: 0 0 12px rgba(0,0,0,.18);
    -webkit-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
}
.news_list li .img{width:100%;height:300px;overflow:hidden;position:relative;background-repeat: no-repeat;background-position: center center;-webkit-background-size: cover;background-size: cover;
-webkit-transition:.5s;-o-transition:.5s;transition:.5s;}
.news_list li .txt{
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    height: 180px;
    font-size: 14px;
    padding: 14px 22px;
    -webkit-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
}
.news_list li .txt .type {
    display: block;
    color: #a51f24;
    line-height: 22px;
    margin-bottom: 18px;
    white-space: nowrap;
    -ms-text-overflow: ellipsis;
    text-overflow: ellipsis;
    overflow: hidden;
}
.news_list li .txt h3{
    display: block;
    font-size: 24px;
    color: #333;
	font-weight:bold;
    line-height:34px;
    height:68px;
    margin-bottom:8px;
    -webkit-box-orient:vertical;
    -webkit-line-clamp:2;
    display: -webkit-box;
    overflow: hidden;
}
.news_list li .txt .date {
    color: #1e1e1e;
	font-family:'FuturaLL';
    line-height: 24px;
    margin-bottom: 8px;
    white-space: nowrap;
    -ms-text-overflow: ellipsis;
    text-overflow: ellipsis;
    overflow: hidden;
}
.news_list li .info {
    display: none;
    color: #666;
    line-height: 24px;
    white-space: nowrap;
    -ms-text-overflow: ellipsis;
    text-overflow: ellipsis;
    overflow: hidden;
    -webkit-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
}
.news_list li .con:hover{padding-bottom: 210px;}
.news_list li .con:hover .img{height: 270px;}
.news_list li .con:hover .txt{height: 210px;}
.news_list li .con:hover .info{display: block;}


/* --新闻详情-- */
.news-box{width:60%;min-height:320px;margin:auto;color:#666;position:relative;}
.news-deatils{padding-bottom:20px;margin-bottom:30px;background:url(../Image/news_bottom.jpg) repeat-x left bottom;}
.news-deatils-name{font-size:30px;line-height:36px;margin-bottom:24px;color:#333;text-align:center;}
.news-deatils-time{font-size:12px;color:#999;line-height:24px;font-family:'FuturaLL';text-align:center;}
.news-deatils-time span{display:inline-block;margin:auto 10px;}
.news-deatils-time .t1{padding-left:20px;background:url(../Image/b25.png) no-repeat left center; background-size:auto 16px;}
.news-deatils-time .t2{padding-left:24px;background:url(../Image/b26.png) no-repeat left center; background-size:auto 16px;}
.news-deatils-time .t3{padding-left:20px;background:url(../Image/b27.png) no-repeat left center; background-size:auto 16px;}

.news-box-img img{max-width:80%;height:auto;display:block;margin:0 auto 30px;}
.news-box-con{font-size:15px;line-height:32px;color:#333;padding:0 10px;}
.news-box-con p{margin-bottom:20px;text-indent:2em;}
.news-box-con img{max-width:80%;display:block;margin:0 auto 20px;}
.news-box-con .bt{text-align:center;font-weight:bold;}

/* --联系我们-- */
#allmap{width:100%;height:760px;overflow:hidden;margin:auto;position:relative;}
.contact_font{background:#fff;z-index:3;padding:4%;margin-top:6%;width:30%;top:0;right:12%;position:absolute;}
.contact_font h1{font-size:24px;color:#19529f;font-weight:normal;padding-bottom:20px;margin-bottom:20px;border-bottom:1px solid rgb(220,220,220);}
.contact_font p{font-size:16px;color:rgb(77,77,77);line-height:24px;padding:10px 0;}

/* --大图展示-- */
.big_img{width:100%;height:100%;background:rgba(0,0,0,0.9);position:fixed;top:0;left:0;z-index:-1;opacity:0;}
.big_img .swiper-container2{position:relative;width:100%;height: 100%;}
.big_img .swiper-container2 .swiper-wrapper{width: 100%;height: 100%;}
.big_img .swiper-slide{width:100%;height:100%;display: table}
.big_img .swiper-slide .cell{width:100%;height:100%;display: table-cell;vertical-align: middle;text-align: center;}
.big_img .swiper-slide img{max-width:90%;max-height:80%;margin:0 auto;}
.big_img .swiper-button-close{width:46px;height:46px;background: url(../Image/close.png) no-repeat center;position:absolute;right:10%;top:10%;z-index:10;cursor:pointer;}


/* --分页-- */
.page{font-size:15px;color:#646464;text-align:center;margin-top:40px;}
.page a{margin:0px 2px;padding:4px 12px;font-size: 15px;color:#646464;border:1px solid rgb(220,220,220);}
.page span{margin:0px 2px;padding:4px 12px;font-size: 15px;color:#fff;background:#19529f;border:#19529f solid 1px;}
.page a:hover{background:#19529f;border:#19529f solid 1px;color: #fff;}


/* --翻页-- */
.txt-upDown{width:auto;height:auto;clear:both;font-size:14px;padding-top:20px;margin-top:40px;border-top:1px dashed rgb(230,230,230);}
.txt-upDown-li{width:50%;height:42px;line-height:42px;padding:0 5px;overflow:hidden;color:#666;display:block;
-webkit-transition:all 0.3s;transition:all 0.3s;}
.txt-upDown-li .arrow{width:10%;height:42px;overflow:hidden;font-family:'宋体';font-weight:bold;}
.txt-upDown-li .title{width:90%;height:42px;overflow:hidden;color:#666;}
.txt-upDown-li:hover{color:#fff;background:#19529f;padding:0 20px;cursor:pointer;}
.txt-upDown-li:hover .title{color:#fff;}
.txt-upDown-li:hover .title a{color:#fff;}
.txt-upDown-li.txt-right{text-align:right;}

/* --手机端导航-- */
.sj_nav_all{display:none;box-shadow:0px 0px 8px rgba(0,0,0,0.2);z-index:99999;}
.sj_lightbox{width:100%;height:100%;position:fixed;left:0;top:0;background-color:rgba(0,0,0,0.6);z-index:9900;display:none;}

.sj_head{width:100%;height:72px;display:block;position:fixed;left:0;top:0;z-index:9999;background:#FFF;box-shadow:0px 0px 8px rgba(0,0,0,0.2);}
.sj_head_logo{width:80%;height:72px;float:left;padding-left:15px;overflow:hidden;}
.sj_head_logo img{width:auto;height:36px;float:left;margin-top:18px;}
.sj_head_logo b{width:auto;height:72px;float:left;font-size:18px;color:#FFF;line-height:72px;font-family:Tahoma, Geneva, sans-serif;}
.sj_head_bar{width:14%;height:72px;padding-top:22px;float:right;position:relative;cursor:pointer;}
.sj_head_bar .bar{width:50%;max-width:30px;height:3px;margin:5px auto 0;display:block;background-color:#250908;
    transition:.3s ease-in-out;-webkit-transition:.3s ease-in-out;-moz-transition:.3s ease-in-out;-o-transition:.3s ease-in-out;
}
.sj_head_bar.sj_head_bar_active .bar:nth-child(1){
	margin-top:12px;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
}
.sj_head_bar.sj_head_bar_active .bar:nth-child(2){opacity:0;}
.sj_head_bar.sj_head_bar_active .bar:nth-child(3){
	margin-top:-11px;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}

.sj_nav{width:86%;height:100%;background:#fff;overflow:auto;position:fixed;left:-86%;top:0;z-index:9999;}
.sj_nav_top{width:100%;height:72px;overflow:hidden;border-bottom:1px solid #eef1f4;}
.sj_nav_top_logo{width:auto;height:36px;margin-left:15px;margin-top:18px;float:left;}
.sj_nav_top_logo img{max-width:100%;height:36px;}
.sj_nav_top_language{width:auto;height:72px;text-align:right;line-height:72px;float:right;}
.sj_nav_top_language span{float:left;margin-right:20px;}
.sj_nav_top_language span a{font-size:16px;color:#666}
.sj_nav_top_language span.cur a{color:#00abe7;}

.sj_nav_ser{width:100%;position:relative;}
.sj_nav_ser form{width:100%;position:relative;}
.sj_nav_ser .s{width:100%;height:56px;line-height:24px;font-size:15px;color:#333;padding:15px 55px 15px 15px;background:#FFF;border:none;border-bottom:#eef1f4 solid 1px;outline:none;float:left;}
.sj_nav_ser .b{width:50px;height:56px;cursor:pointer;border:none;outline:none;position:absolute;right:0px;top:0px;background:url(../Image/ser3.png) no-repeat center;}

.sj_nav_li{margin:0px 15px;border-bottom:1px solid #ddd;}
.sj_nav_li a{font-size:16px;color:#250908;display: block;}
.sj_nav_li .navn{height:50px;line-height:50px;padding:0px 5px;}
.sj_nav_li .navn .yw500{width:100%;}
.sj_nav_li .navm{width:100%;}
.sj_nav_li .navl{width:35%;float:left;}
.sj_nav_li .navr{width:65%;float:right;text-align: right;}
.sj_nav_li .navr img{width:15px;-webkit-transform:rotate(-90deg);-moz-transform:rotate(-90deg);-o-transform:rotate(-90deg);transform:rotate(-90deg);-webkit-transition:transform 0.5s;-moz-transition:transform 0.5s;-o-transition:transform 0.5s;transition:transform 0.5s;}
.sj_nav_li ul{display:none;padding:5px 0;}
.sj_nav_li ul li a{width:100%;height:40px;line-height:40px;padding:0px 5px;font-size:15px;color:#333;}
.sj_nav_li.current .navn{background-color:#19529f;}
.sj_nav_li.current .navl{color: #fff;} 
.sj_nav_li.current .navr img{-webkit-transform:rotate(0deg);-moz-transform:rotate(0deg);-o-transform:rotate(0deg);transform:rotate(0deg);}



/* --分享按钮-- */
.js-sharefix{position:fixed !important;top:30px !important;left:280px !important;}
.left-share{position:absolute;top:0px;left:40px;}
.left-share a{float: none !important; display: block !important; width:73px !important; height: 73px !important; background-repeat: no-repeat; -moz-background-size: cover; -o-background-size: cover; background-size: cover; background-position: center !important; padding: 0 !important; margin: 0 0 1px !important; }
.bds_tsina { background-image: url(../Image/sharebtn_01.jpg) !important; }
.bds_tqq { background-image: url(../Image/sharebtn_03.png) !important; }
.bds_sqq { background-image: url(../Image/sharebtn_05.jpg) !important; }
.bds_weixin { background-image: url(../Image/sharebtn_07.jpg) !important; }
.bds_tieba { background-image: url(../Image/sharebtn_09.jpg) !important; }
.bds_more{background-image: url(../Image/sharemorebtn.png) !important;background-color:#E6E6E6;}
.bds_tsina:hover { background-image: url(../Image/sharebtnac_01.jpg) !important; }
.bds_tqq:hover { background-image: url(../Image/sharebtnac_03.jpg) !important; }
.bds_sqq:hover { background-image: url(../Image/sharebtnac_05.jpg) !important; }
.bds_weixin:hover { background-image: url(../Image/sharebtnac_07.jpg) !important; }
.bds_tieba:hover { background-image: url(../Image/sharebtnac_09.jpg) !important; }
.bds_more:hover{background-image: url(../Image/sharemorebtnhover.png) !important;background-color:#4B99F1;}
.bd_weixin_popup{height:290px !important;}


