@charset "utf-8";
/* CSS Document */
*{margin:0; padding:0; list-style:none; box-sizing:border-box; font-size: 14px; font-family: "Arial"}
img{ border:0;}
a{ text-decoration:none; color:#333;  }
input,textarea,button{outline:none;}
em{ font-style:normal;}
h1,h2,h3,h4,h5,h6{ font-weight:normal;}
hr{ border:none;}
.l{ float:left}
.r{ float:right}
.tow{ overflow:hidden; text-overflow: ellipsis; white-space: nowrap;}
.container{width:1200px; margin: 0 auto; }
.w1440{ width:1400px; margin: 0 auto; }
.clearfix:before,.clearfix:after{content:".";display:block;height:0;clear:both;visibility:hidden}
table{border-collapse: collapse;}


@font-face {
    font-family: 'bex';
    src: url('../font/锐字巅峰粗黑简1.0.TTF') format('truetype');
    font-weight: normal;
    font-style: normal;
}

*:focus{   
	border:none;
}




/* 导航栏 */
.header_nav{height:150px; width:100%; z-index: 9; background:url(../images/header.jpg) no-repeat center;}
.h_logo{width:129px; height: 150px; display: flex; align-items: center; float:left; margin-left: 10px;}
.h_logo img{ width:100%; align-items: center; margin: 0px auto;}
.header_nav_right{width:960px; height: auto; float: right}
.header_top{width:100%; height:92px; line-height: 92px}
.header_top h3{color:#000000; font-size: 16px; float: left; font-weight: bold;}
.header_dh{float: right; color:#000000; font-size: 16px; line-height:88px;}
.header_dh i{color:#204690; font-size: 28px; font-weight: bold;}
.nav{ height:58px; width:100%;  }
.nav .nLi{position:relative;float:left;display:inline;height:100%; margin-right: 39px }
.nav .nLi h3{ font-weight: normal; width:auto; height:58px; margin: 0px auto; display: table; padding: 0 10px;}
.nav .nLi h3 p{height:100%; line-height:58px; color:#fff; font-size:18px;  width:100%; position: relative; text-align: center;  }
.nav .nLi h3 a{display:block;width:100%;height:100%;color:#fff; display: flex; align-items: center;  }
.nav .nLi h3 a img{align-items: center; margin: 0px auto;}
.nav .nLi:last-child{margin-right: 0}
.nav .sub{position:absolute;top:58px;left:50%; z-index:999;display:none;padding:0;width:160px; margin-left: -80px; background:#fff;line-height:26px;} 
.nav .sub li{height:40px;border-bottom:1px solid #eee;text-align:center;line-height:40px;zoom:1}
.nav .sub li p{float:left;margin:0;width:100%; font-size:14px}
.nav .sub li span{float:right}
.nav .sub a{display:block;padding:0 10px;height:100%;color:#333;}
.nav .nLi.active h3,.nav .nLi:hover h3{border-bottom:3px solid #fff}
.sub li:hover a{color:#fff; background: #ca0202}
.nav .nLi:last-child{background: none}



/* 首页:banner */
.banner{ width:100%; height:650px; position: relative; overflow: hidden; }
.banner .slideBox{position:relative;overflow:hidden;width:100%;height:100%}
.banner .slideBox .hd{z-index:1;overflow:hidden;height:auto; position: absolute; bottom:20px; right:50%; margin-right:-35px }
.banner .slideBox .hd ul{overflow:hidden;zoom:1;margin: 0px auto; display: table; width:auto;}
.banner .slideBox .hd ul li{margin:0 8px; width:12px;height:12px; cursor:pointer; border-radius:50%; background: #c1bcbb; float: left; font-size: 16px; color:#fff; text-indent: -999px; margin-top:11px}
.banner .slideBox .hd ul li.on{background: #13a0a5}
.banner .slideBox .bd{position:relative;z-index:0;width:100%;height:886px; overflow: hidden}
.banner .slideBox .bd ul{width:100%;height:100%}
.banner .slideBox .bd li{width:100%;height:650px;vertical-align:middle;zoom:1}
.banner .slideBox .bd li a{width:100%; height:650px; display: block}

/*关于我们*/
.index_about{width:100%; height: auto; overflow: hidden;}
.index_video{width:44%; height: auto; float: left}
.index_video video{width:100%; height: auto; display: block}
.index_about_right{width:56%; height: 570px; float: right; background: url(../images/about_bjs.jpg) no-repeat center; padding-left: 3%; padding-top: 46px;}
.about_right_xx{width:674px;}
.index_title{width:100%; height: auto; overflow: hidden}
.index_about_title{width:auto; float: left;}
.index_about_title h4{color:#204690; font-size: 48px; opacity: 0.2; font-family: "IMpact"; text-transform: uppercase}
.index_about_title h5{color:#333333; font-size: 36px; position: relative; display: table}
.index_about_title h5:after{content: ""; width: 76px; height: 2px; background: #dcdcdc; position:absolute; top:25px; right:-89px}
.in_about_t{color:#204690; font-size: 26px; font-weight: bold; float: right; margin-top: 56px;}
.about_info{width:100%; height: auto; overflow: hidden; margin: 34px 0 46px; font-size: 16px; color: #666666; line-height: 28px; display: block}
.index_ab_li{width:100%; height: auto; overflow: hidden; margin-bottom: 70px;}
.index_ab_li a{width:90px; height: auto; float: left; margin-right: 56px;}
.index_ab_li a img{width:100%; height: auto; display: block;  -webkit-transition: -webkit-transform 0.5s ease-out;
    -moz-transition: -moz-transform 0.5s ease-out;
    transition: transform 0.5s ease-out;
}
.index_ab_li a h4{width:100%; color:#333333; font-size: 16px; text-align: center; margin-top: 10px;}
.index_ab_li a:last-child{margin-right: 0}
.ab_more{width:auto; height: auto; display:table; color:#666666; font-size: 16px; background: url(../images/ab_jts.png) no-repeat right center; padding-right: 50px;}
.index_ab_li a:hover img{-webkit-transform: rotate(360deg); -moz-transform: rotate(360deg); transform: rotate(360deg);}
.index_ab_li a:hover h4{color:#ca0202}
.ab_more:hover{color:#204690}

/*案例*/
.index_case{width:100%; height: auto; overflow: hidden; margin-top: 73px;}
.index_news_title{width:auto; float: left;}
.index_news_title h4{color:#204690; font-size: 48px;  font-family: "IMpact"; text-transform: uppercase}
.index_news_title h5{color:#333333; font-size: 36px; position: relative; display: table}
.index_news_title h5:after{content: ""; width: 76px; height: 2px; background: #dcdcdc; position:absolute; top:25px; right:-90px}
.in_case_t{float: right; color:#666666; font-size: 16px; line-height: 36px; width: 804px; margin-top: 20px;}
.index_case .swiper-container{overflow: hidden; margin-top:48px; }
.index_case_li{width:100%; height: auto; overflow: hidden; border:1px solid #d2d2d2}
.index_case_pic{width:100%; height: auto; display: block}
.index_case_pic img{width:100%; height: auto; display: block; transform: scale(1);  transition: all 1s ease 0s; -webkit-transform: scale(1);  -webkit-transform: all 1s ease 0s;}
.index_case_li h4{width:100%; height: 50px; background: #e1e1e1; text-align: center; line-height: 50px; color:#010101; font-size: 16px; text-overflow: ellipsis; 
	overflow: hidden; white-space: nowrap}
.index_case_li:hover h4{background: #e71919; color:#fff; }
.index_case_li:hover{border: 1px solid #e71919}
.index_case_li:hover img{transform: scale(1.05);transition: all 1s ease 0s;-webkit-transform: scale(1.05);-webkit-transform: all 1s ease 0s;}



/*广告*/
.index_guanggao{width:100%; height: 226px; background: url(../images/gg_bjs.jpg) no-repeat center; background-attachment: fixed;
    background-size: cover; padding: 34px 0; margin-top: 95px;}
.index_guanggao_left{width:720px; height: auto; float: left}
.index_guanggao_left h3{color:#ffffff; font-size: 36px; font-weight: bold;}
.index_guanggao_left h4{color:#ffffff; font-size: 18px; line-height: 40px; margin: 8px 0 10px;}
.index_guanggao_nav{width:100%; height: auto; overflow: hidden}
.index_guanggao_nav a{width:168px; height: 54px; line-height: 54px; margin-right:14px;  float: left; background: #ca0202; color:#fff; font-size: 16px; font-weight: bold; text-align: center}
.index_guanggao_nav a:last-child{margin-right: 0}
.index_guanggao_right{width:275px; height: 151px; border: 4px solid #ffffff; text-align: center; float: right; padding-top: 20px;}
.index_guanggao_right h5{color:#ffffff; font-size: 32px; font-weight: bold; font-family: "Arial"; margin-top: 10px;}
.index_guanggao_right p{width:178px; height: 49px; background: rgba(255,255,255,0.2); border-radius: 25px; text-align: center; line-height: 49px; font-size: 16px; color: #ffffff; margin: 0px auto;}
.index_guanggao_nav a:hover{background: #333}




/*新闻*/
.index_news{width:100%; height: auto; overflow: hidden; margin-top:60px; }
.in_news_nav{float: right; margin-top:40px;}
.in_news_nav a{color:#333333; font-size: 16px; margin-left: 30px; padding: 0 10px 10px}
.in_news_nav a:hover{border-bottom: 1px solid #204690 }
.index_news_left{width:452px; height: auto; float: left; margin-top: 38px;}
.index_news_pic{width:100%; height: auto; border: 1px solid #eeeeee; border-radius:10px; padding: 10px;}
.index_news_pic img{width:100%; height: auto; display: block; transform: scale(1);  transition: all 1s ease 0s; -webkit-transform: scale(1);  -webkit-transform: all 1s ease 0s;}
.index_news_left h3{width:100%; height:64px; line-height: 32px; color:#000000; font-size: 18px; font-weight: bold;  word-break:break-all;display:-webkit-box; -webkit-line-clamp:2; -webkit-box-orient:vertical; overflow:hidden; margin-top:20px;}
.index_news_left p{width:100%; height: 56px; font-size: 16px; color:#999999; line-height: 28px;  word-break:break-all;display:-webkit-box; -webkit-line-clamp:2; -webkit-box-orient:vertical; overflow:hidden; margin-top: 8px;}
.index_news_left span{color:#ca0202; font-size: 16px; display: block; text-align: right; margin-top: 10px;}
.index_news_left i{width:46px; height: 46px; background: url(../images/jia_icon.jpg) no-repeat center; display: block;  float: right; margin-right: 30px; margin-top: -30px; z-index: 999; position: relative}
.index_news_left:hover img{transform: scale(1.05);transition: all 1s ease 0s;-webkit-transform: scale(1.05);-webkit-transform: all 1s ease 0s;}
.index_news_left:hover h3{color:#ca0202}
.index_news ul{width:694px; height: auto; float: right; margin-top: 38px;}
.index_news ul li{width:100%; height: auto; border-bottom: 1px solid #e5e5e5; padding-bottom: 20px; margin-bottom: 20px;}
.index_news ul li dl{width:100%; height: 30px; line-height: 30px; overflow: hidden}
.index_news ul li dl dt{width:560px; height: 30px; line-height: 30px; color:#000000; font-size: 16px; font-weight: bold; text-overflow: ellipsis; overflow: hidden; 
	white-space: nowrap; float: left}
.index_news ul li dl dd{color:#ca0202; font-size: 14px; float: right}
.index_news ul li p{width:100%; height: 28px; line-height: 28px; color: #999999; font-size: 16px; text-overflow: ellipsis; overflow: hidden; white-space: nowrap;
	margin-top: 8px;}
.index_news ul li:hover dl dt{color:#ca0202}
.index_news ul li:hover p{color:#ca0202}




/*底部*/
.footer{width:100%; height:auto; overflow: hidden; background:url(../images/footer_bjs.jpg) no-repeat top center; background-size: cover; position: relative; margin-top: 60px; padding: 34px 0;}
.footer_mav{width:348px; height: auto; float: left}
.footer_mav dl{width:100%; height: auto; overflow: hidden;  background: url(../images/nav_xs.png) no-repeat right top;}
.footer_mav dl dt,.footer_mav dl dd{width:174px; height: auto; float: left; background: url(../images/nav_xs.png) no-repeat left top; text-align: center;  padding: 30px 0}
.footer_mav dl dt a,.footer_mav dl dd a{width:100%; height: auto; display: block; color:#000000; font-size: 16px; line-height: 40px;}
.footer_xx{width:280px; height: auto; float: left; margin-left: 116px;}
.footer_xx h3{color:#333333; font-size: 32px; font-weight:bold; margin-bottom: 10px;}
.footer_xx h3 span{color:#ca0202; font-size: 32px; font-weight:bold; margin-left: 10px;}
.footer_xx p{color:#2e2e2e; font-size: 16px; line-height: 28px;}
.f_sj,.f_wx{width:134px; height: auto; float: right; margin-left: 15px; margin-top:40px;}
.f_sj img,.f_wx img{width:100%; height: auto; display: block}
.f_sj h3,.f_wx h3{color:#6e6e6e; font-size: 14px; line-height: 40px; text-align: center}


.footer_bq{width:100%; height:72px; line-height:72px; overflow: hidden; background: #333333; text-transform: uppercase }
.footer_bq_tab{width: auto; display: table; margin: 0px auto}
.copy_bq{width:auto; height:72px; line-height:72px; position: relative; color:#777777; font-size:14px; float: left; }
.copy_bq a{color:#777777; font-size:14px; margin-right: 10px;}
.copy_bq a:hover{color:#fff!important}
.footer_zhichi{width:auto; height:auto; overflow: hidden; float: right; margin-left: 30px;}
.footer_zhichi p{ width: auto; float: left; margin-right: 20px;   color:#666666; line-height:72px;}
.footer_zhichi .pt{width:121px;height: 18px; background: url(../images/vl.png) no-repeat; margin-top:22px; margin-right: 10px}
.footer_zhichi .js{width:121px;height: 28px; background: url(../images/wl.png) no-repeat; margin-top:24px;}
.footer_zhichi .pt:hover{background: url(../images/vl_hover.png) no-repeat}
.footer_zhichi .js:hover{background: url(../images/wl_hover.png) no-repeat} 
.footer_zhichi span{float: left; font-size:14px; color: #777777; }
.footer_zhichi i{ float: left;}



/*弹出视频*/
.video_bj{width:100%; height:100%; position:fixed; top:0px; left:0px; background:rgba(0,0,0,0.5); z-index:888; display:none}
.video_xx{width:600px; height:400px; position:fixed; top:50%; left:50%; margin-left:-300px; margin-top:-190px; z-index:999}
.close{width:100%; height:40px; text-align:right; background:rgba(0,0,0,0.5);}
.close img{width:32px; height:32px; margin-top:4px; margin-right:10px;}
.video-box{width:100%; height:360px;}
.sj_video{width:100%; height:auto; overflow:hidden; display:none;}


/*客服*/
.lxfx {
    height: auto;
    position: fixed;
    right:0px;
    top:250px;
    width: 77px;
    z-index: 999;
}
.lxfx li a {
    color: rgb(255, 255, 255);
    display: block;
    height: 47px;
    margin-top: 9px;
    width: 300px;
	font-size: 14px;
}
.leftlx {
    float: left;
    height: 47px;
    width: 77px;
}
.lxfx li span {
    border-left: 1px solid rgb(255, 255, 255);
    color: rgb(255, 255, 255);
    float: left;
    font-size: 20px;
    height: 24px;
    line-height: 22px;
    margin-top: 8px;
    padding-left: 8px;
}
.fix_ewm {
    border: 5px solid rgb(255, 255, 255);
    display: none;
    height: 120px;
    left: -145px;
    position: absolute;
    top: -40px;
    width: 120px;
}
.lxfx li i {
    display: block;
    height: 27px;
    margin: 0 auto;
    text-align: center;
    width: 30px; background:url(../images/fx.png) no-repeat;
}
.lxfx li i.icon-tel {
    background-position: 0 -25px;
}
.lxfx li i.icon-ly {
    background-position: 4px -53px;
}
.lxfx li i.icon-wx {
    background-position: -34px 4px;
}
.lxfx li i.icon-wb {
    background-position: -30px -22px;
}
.lxfx li i.icon-top {
    background-position: -30px -49px; height:32px;
}

.lxfx li p {
    line-height: 12px;
    text-align: center;
}
.lxfx li {
    background:#ca0202;
    height: 62px;
    margin-bottom: 1px;
    margin-left: 0;
    overflow: hidden;
    position: relative;
    width: 77px; float:left;
}






/*å†…é¡µ*/
.ny_banner{ width:100%;  position:relative;  height:220px;clear: left; background-image: linear-gradient(to left, #0111af , #2a96d4); 
    background-image: -webkit-gradient(to left, #0111af , #2a96d4); 
    background-image: -webkit-radial-gradient(to left, #0111af , #2a96d4);}
/*.about_ban{background: url(../images/about_ban.jpg) no-repeat center}
.news_ban{background: url(../images/news_ban.jpg) no-repeat center}
.product_ban{background: url(../images/product_ban.jpg) no-repeat center}
.product_ban2{background: url(../images/product_ban2.jpg) no-repeat center}
.contact_ban{background: url(../images/contact_ban.jpg) no-repeat center}
.join_ban{background: url(../images/join_ban.jpg) no-repeat center}
.yangban_ban{background: url(../images/yangban_ban.jpg) no-repeat center}
.service_ban{background: url(../images/service_ban.jpg) no-repeat center}
.honor_ban{background: url(../images/honor_ban.jpg) no-repeat center}*/





.ny_baninfo{width:1200px; position: absolute; top:70px; left:50%; margin-left: -600px; }
.ny_baninfo h3{font-size: 32px; color: #fff; line-height: 40px; margin-top: 48px; font-weight: bold;}
.ny_baninfo .ny_fubiao{width:100%; height: auto; overflow: hidden; margin-top: 28px;}
.ny_baninfo .ny_fubiao hr{width:55px; height: 1px; float: left; background: #2e3d9a; margin-top: 10px; margin-right: 8px;}
.ny_baninfo .ny_fubiao *{ color: #fff;}
.ny_baninfo .ny_fubiao p{float: left; font-size: 14px; color: #fff;}
.ny_baninfo .ny_fubiao p a{font-size: 14px; color: #fff}
.ny_baninfo h4{    font-size: 36px; font-family: "Arial"; font-weight: normal;}
.ny_baninfo .ny_fubiao p a:hover{color:#2e3d9a}
.shine{height:50px;line-height:50px;font-weight:bold;display:block;position:absolute;left:0;top:0%; color: #fff;}


.ny_baninfo_2{width:1200px; position: absolute; top:175px; left:50%; margin-left: -600px; }
.ny_baninfo_2 h3{font-size: 32px; color: #333; line-height: 40px; margin-top: 40px; font-weight: bold;}
.ny_baninfo_2 .ny_fubiao{width:100%; height: auto; overflow: hidden; margin-top: 28px;}
.ny_baninfo_2 .ny_fubiao hr{width:55px; height: 1px; float: left; background: #2e3d9a; margin-top: 10px; margin-right: 8px;}
.ny_baninfo_2 .ny_fubiao *{ color: #333;}
.ny_baninfo_2 .ny_fubiao p{float: left; font-size: 14px; color: #666;}
.ny_baninfo_2 .ny_fubiao p a{font-size: 14px; color: #666}
.ny_baninfo_2 h4{    font-size: 36px; font-family: "Arial"; font-weight: normal;}
.ny_baninfo_2 .ny_fubiao p a:hover{color:#2e3d9a}
.ny_baninfo_2 .shine{height:50px;line-height:50px;font-weight:bold;display:block;position:absolute;left:0;top:0%; color: #333;}



/*å†…éƒ¨äºŒçº§å¯¼èˆª*/
.ny_nav{width:1300px; height:54px; margin: 0 auto; margin-top: 40px;}
.ny_nav ul{width:auto; overflow: hidden; display: table; margin: 0 auto;}
.ny_nav ul li{ height:54px; line-height:54px; float:left; text-align:center;position:relative; background: #eee; margin-right: 2px; position: relative; text-align: center;}
.ny_nav ul li a{display:block; color:#fff; font-size: 15px; color: #333;padding: 0 50px; text-align: center;}
.ny_nav ul li:hover,.ny_nav ul li.active{ background: #e71919}
.ny_nav ul li:hover a,.ny_nav ul li.active a{ color: #fff;}
.ny_nav ul li.active::after{ content: "";position: absolute; height: 2px; width: 100%; background: #2e3c99; bottom: 0; left: 0;}
.ny_pro_bt{width:100%; height:auto; overflow:hidden}
.ny_pro_bt ul{width:1200px; height: auto; overflow: hidden;  margin: 60px auto 0;}
.ny_pro_bt ul li{width:auto; float: left; background: url(../images/p_xx.png) no-repeat left center; padding-left: 50px; margin-right: 30px; line-height: 40px; 
    margin-bottom: 10px;}
.ny_pro_bt ul li a{font-size: 18px; color: #060507;}
.ny_pro_bt ul li:hover a{color:#2e3d9a}
.ny_pro_bt ul li:hover{background: url(../images/p_hx.png) no-repeat left center}
.ny_pro_bt ul li.active{background: url(../images/p_hx.png) no-repeat left center}
.ny_pro_bt ul li.active a{color:#2e3d9a}


/*é”€å”®æœåŠ¡*/
.ny_service_all{width:100%; height: auto; overflow: hidden; margin: 30px 0; font-size:16px; color:#666; line-height:34px;}
.ny_service_all p{ color: #666 ; font-size:16px; }
.ny_news_show{width:100%; height: auto; overflow: hidden; font-size:16px; color:#666; margin: 40px 0}
.ny_service_all img{max-width:100%}
.ny_news_show p{color:#666; font-size:16px; line-height:34px;}
.ny_service_all td{color: #666 ; font-size:16px; }


/*è£èª‰èµ„è´¨*/
.ny_honor_all{width:100%; height: auto; overflow: hidden; margin: 40px 0}
.ny_honor_all ul{width:100%; height: auto; overflow: hidden;}
.ny_honor_all ul li{width:23.5%; height: auto; float: left; margin-right:2%; margin-bottom:25px;}
.ny_honor_all ul li .honor_pic{width:100%;  height: auto; overflow: hidden; border:1px solid #ddd;}
.ny_honor_all ul li .honor_pic img{width:100%; height: auto; overflow: hidden; display:block; transform: scale(1);  transition: all 1s ease 0s; -webkit-transform: scale(1);  -webkit-transform: all 1s ease 0s;}
.ny_honor_all ul li p{width:100%; height:35px; line-height: 35px;  font-size:1.2rem; color: #333; text-align: center;
    text-overflow: ellipsis; overflow: hidden; white-space: nowrap;}
.ny_honor_all ul li:nth-child(4n){margin-right: 0px;}
.ny_honor_all ul li:hover img{transform: scale(1.05);transition: all 1s ease 0s;-webkit-transform: scale(1.05);-webkit-transform: all 1s ease 0s;}



/*产品中心*/
.ny_product{width:100%; height: auto; overflow: hidden; margin-top: 35px;}
.ny_product ul{width:100%; height: auto; overflow: hidden}
.ny_product ul li{width:24%; float: left; height: auto; margin-bottom: 20px; margin-right: 1.2%; border: 1px solid #eee;}
.ny_product ul li .products_pic{display: block;overflow: hidden;width:100%;}
.ny_product ul li .products_pic img{width:100%;transform: scale(1);  transition: all 1s ease 0s; -webkit-transform: scale(1);  -webkit-transform: all 1s ease 0s;}
.ny_product ul li:hover img{transform: scale(1.05);transition: all 1s ease 0s;-webkit-transform: scale(1.05);-webkit-transform: all 1s ease 0s;}
.ny_product li p{width:100%; height:40px; line-height:40px; text-align: center;  font-size: 16px; color: #666; background: #f0f0f1; text-overflow:ellipsis; overflow:hidden; white-space:nowrap}
.ny_product ul li:nth-child(4n){float: right; margin-right: 0;}


.ny_right{ height: auto; float: right; padding-top:10px; width: 100%;}
.ny_right_title{width:100%; height: 47px; border-bottom: 1px solid #dddddd}
.ny_right_title h3{font-size: 24px; height: 40px; line-height: 40px; color: #484848; font-weight: bold; }
.ny_right_title h3 span{ font-size: 15px; color: #666; float: right; font-weight: normal;}
.ny_about_info{width:100%; height: auto; overflow: hidden; font-size: 14px; color: #666666; line-height: 30px; margin-top:35px; }
.ny_about_info img{max-width: 100%;}

.pro_inside_img{ padding:10px 40px ; background: #fff; width: 100%; overflow: hidden;  margin: 20px 0;}
.inside_img{ width: 40%; position: relative; overflow: hidden; margin: 0 auto;}
.inside_img img{ width: 100%;}
.chanpin_jj{ position: absolute; height: 64px; background: rgba(0,0,0,0.6); width: 100%; bottom: 0; left: 0; padding: 0 20px;}
.chanpin_jj p{ line-height: 64px; font-size: 20px; color: #fff; font-weight: bold; text-align: center;}
.chanpin_jj p span{font-size: 14px; color: #fff; line-height: 64px; padding-left: 10px; font-weight: normal;}
.chanpin_jj .tel{ line-height: 64px; color: #fff; float: right; padding-left: 36px; background: url(../images/sf_17.png) no-repeat 10px center; font-size: 15px;}
.chanpin_jj .tel em{ font-size: 28px; font-family: "Impact"; color: #fff;}




.slideTxtBox2 .hd ul{height: 54px; line-height: 54px; background: #f7f7f7; border-bottom: 1px solid #eee; margin-bottom: 20px;}
.slideTxtBox2 .hd ul li{ height: 54px; line-height: 54px; width: 220px;  text-indent: 36px; font-weight: bold; color: #333; font-size: 18px; position: relative; float: left;}
.slideTxtBox2 .hd ul li::before{ height: 6px; width: 6px; background: #2e3c99; position: absolute; left: 20px; top:24px; display: block; content: "";}
.bd_xx{ padding: 0 20px; line-height: 1.8; font-size: 14px; color: #454545;}
.slideTxtBox2 .hd ul span{ float: right; font-size: 14px; font-weight: normal; color: #666; text-transform: uppercase; display: block; padding-right: 15px;}
.bd_xx em { display: block; overflow: hidden; margin-bottom: 16px; line-height: 28px;}
.bd_xx em span{ font-weight: bold; color: #2e3c99;}
.bd_xx p{ font-size: 16px; line-height: 30px;}
.slideTxtBox2 .hd ul form{width: 100%; overflow: hidden; }
.slideTxtBox2 .bd form input[type="text"]{ height: 48px; line-height: 48px; border: 1px solid #dedede; float: left; width: 49.2%; margin-bottom: 10px; text-indent: 10px;}
.slideTxtBox2 .bd form input[type="text"]:nth-child(2n){ float: right;}
.slideTxtBox2 .bd form textarea{ height: 100px; border: 1px solid #dedede; margin-bottom: 10px; line-height: 30px; text-indent: 10px; width: 100%;}
.slideTxtBox2 .bd form input[type="submit"]{ height: 48px; width: 200px;border-radius: 24px; background: #2e3d9a; color: #fff; font-size: 16px; margin: 0 auto; margin-bottom: 20px; border: none; display: table;}



/*新闻*/
.ny_news_top{width:100%; height: auto; overflow: hidden}
.ny_news{width:100%; height: auto; overflow: hidden}
.ny_news ul{margin-bottom:20px;}
.ny_news li{height: 150px; overflow: hidden; border: 1px solid #dddddd; padding:16px 15px 0; margin-top: 19px;}
.ny_news li .ny_news_info{width:100%; height: 40px; overflow: hidden}
.ny_news li .ny_news_info h4{width:820px; height: 40px; line-height: 40px; float: left; font-size: 18px; color:#333; font-weight: normal; text-overflow: ellipsis; overflow: hidden; white-space: nowrap}
.ny_news li .ny_news_info span{font-size: 16px; color: #777777; float: right; line-height:40px;}
.ny_news li p{width:100%; height:32px; font-size: 15px; color: #777777; line-height:32px;}
.ny_news_top .slideBox{width:100%; height:auto; overflow:hidden; position:relative; }
.ny_news_top .slideBox .hd{width:400px; height:25px; position: absolute; left:0; bottom:0}
.ny_news_top .slideBox .hd ul{width:auto; float: right}
.ny_news_top .slideBox .hd ul li{ float:left; margin-right: 10px; width:15px; height:15px; background:#fff; cursor:pointer; border-radius: 50% }
.ny_news_top .slideBox .hd ul li.on{background:none; border: 2px solid #fff; }
.ny_news_top .slideBox .bd{width:100%; height: auto; overflow: hidden}
.ny_news_top .slideBox .bd li{width:100%; height:auto; overflow:hidden; }
.news_img{width:33%; height: auto; float: left}
.news_img img{width:100%; height: 100%; transform: scale(1);  transition: all 1s ease 0s; -webkit-transform: scale(1);  -webkit-transform: all 1s ease 0s;}
.news_info{width:64%; height: auto; float: right}
.news_info h4{width:100%; height: 40px; line-height: 40px; font-size: 24px; color: #2e3d9a; font-weight: bold; margin: 15px 0; text-overflow:ellipsis; overflow:hidden; white-space:nowrap}
.news_info span.r_riqi{font-size: 16px; color: #777777;}
.news_info p{width:100%; height:90px; font-size: 16px; color: #777777; line-height: 28px; margin:25px 0}
.r_more{width:152px; height: 42px; background: #fff; color: #2e3d9a; display: block; text-align: center; line-height: 42px; font-size: 16px; border: 1px solid #2e3d9a}
.ny_news li:hover{border:1px solid #2e3d9a}
.keyword_light video{width:500px;height:300px; margin:0px auto; display:block;}
.index_one{width:100%; height: auto; overflow: hidden; margin-bottom: 28px;}
.index_one_right{width:286px; height: auto; float: right}
.index_one_t{width:100%; height: 31px; border-bottom: 1px solid #dddddd}
.index_one_t h3{width:107px; height: 31px; background:url(../images/nav_bjs.png) no-repeat; padding-left: 10px; line-height: 31px; color: #ffffff; font-size: 20px; float: left}
.index_one_t a{font-size: 14px; color: #2e3d9a; float: right; line-height: 32px;}
.index_one_t a:hover{color:#2e3d9a;font-weight: bold;}



/*联系我们*/
.ny_contact{width:100%; height: auto; overflow: hidden; margin: 40px 0}
.ny_contact_map{width:100%;  height:400px; overflow: hidden; margin-top: 20px;}
.ny_conta_xx{width:100%; height: auto; display: block; overflow: hidden; margin-top: 20px;}
.contact_right{width:50%;float: left; font-size: 16px; color: #666666; line-height:32px}
.ny_cont_wx{width:340px; height: auto; float: right}
.ny_cont_wx dl{width:140px; height: 200px; float: left; margin-right: 26px;}
.ny_cont_wx dl dt{width:140px; height: 140px; border: 4px solid #e5e5e5; padding: 10px; background: #fff}
.ny_cont_wx dl dd{ font-size: 14px; color: #626262; height: 35px; line-height: 35px; text-align: center}
.ny_cont_wx dl dt img{width:100%; height: 100%;}


