@charset "utf-8";
/*-- #0055ff - #0350a2 - #333 - #fff - #ddd*/
body,header,footer,nav,h1,h2,h3,h4,h5,h6,ul,li,ol,dl,dd,dt,img,p,form,input,button{margin:0;padding:0;}

::selection{background-color:#ff7e00;color:#fff;}
::-moz-selection{background-color:#ff7e00;color:#fff;}
::-webkit-selection{background-color:#ff7e00;color:#fff;}

/*-定制---------------------------------------------------------------------------------------*/
body{background-color:#fff;font-size:14px;font-family:source-sans-pro, Source Sans Pro, Helvetica, Arial, sans-serif, sans-serif;}
a{text-decoration:none;}
.fl{float:left;}
.fr{float:right;}
.cr{clear:both;}
.bold_no{font-weight:400;}

.lazy{background: url(../images/loading.gif) center center no-repeat;}

/*-标题-H标签---------------------------------------------------------------------------------------*/
.title_h1{font-size:1.8em;line-height:3em;border-bottom:1px solid #ddd;}
.title_h2{font-size:1.6em;line-height:3em;border-bottom:1px solid #ddd;}
.title_h3{font-size:1.4em;line-height:3em;border-bottom:1px solid #ddd;}
.title_h4{font-size:1.2em;line-height:3em;border-bottom:1px solid #ddd;}
.title_h5{font-size:1.1em;line-height:3em;border-bottom:1px solid #ddd;}
.title_h6{font-size:1em;line-height:3em;border-bottom:1px solid #ddd;}

/*分页样式-------------------------------------------------------------------------------------*/
.pagination{margin:10px auto 0 auto;}
.pagination ul{margin:50px auto 0 auto;padding-bottom:50px;text-align:center;}
.pagination ul li{color:#fff;line-height:30px;display:inline-block;text-align:center;height:30px;overflow: hidden;}
.pagination ul li a{background:#0075DF;border-radius:5px;display:block;color:#fff;font-size:15px;line-height:30px;padding:0 12px;float:left;margin:0 5px;}
.pagination ul li.current a{color:#000;font-size:15px;margin:0;padding:0 12px;border-radius:5px;background:#ccc;line-height:30px;display: block;float: left;margin:0 5px;}
.pagination ul li span{display:block;float:left;padding:0;border-radius:5px;margin-left:0;color: #000;line-height:30px;}


.wm_w_auto{width:100%;margin:auto;}
.wm_w_auto1{width:100%;margin:auto;display: none;}
.wm_w_auto2{width:90% !important;}

.mobile_w96{width:90%;margin:20px auto 0 auto;}

.s-mobile-none{display:none !important;}

.wm_w_automini{}

/*-顶部---------------------------------------------------------------------------------------*/
header{width:100%;background-color:#fff;}
	.header_w{width:100%;margin:auto;}
		.header_welcome{width:100%;height:30px;background-color:#dbdbdb;color:#6c6c6c;line-height:30px;display:none;}
		.header_top{width:100%;height:auto;margin:16px auto 10px auto;text-align: center;}
			.header_top_logo{width:50px;height:50px;display:inline-block;vertical-align: top;}
				.header_top_logo img{width:50px;height:50px;}
			.header_top_name{display:inline-block;vertical-align:top;width:310px;margin-left: 10px;}
				.header_top_name h1{margin:0;font-size:25px;color:#373256;line-height:38px;font-weight:700;}
        .header_top_name p{font-size:10px;line-height: 11px;}
			.header_top_img{display: none;}
.header_top_tel{display: none;}

nav{width:100%;margin:auto;}
	nav ul{text-align:center;width:100%;margin:auto;background-color:#0a3190;padding:10px 0 20px 0;list-style:none;}
		nav ul li{float: left;width:24%;margin-top:10px;}
			nav ul li a{display:block;padding:0;color:#fff;font:400 15px/24px '';}
			nav ul li a:hover{color:#ddd;}

#swiper_nav{background-color:#0062bf;}
#swiper_nav .swiper-slide{width:auto !important;padding:15px 20px;}
#swiper_nav .swiper-slide a{font-size:16px;color:white;}

.nav_search_mini{width:100%;clear:both;margin:0 auto 0 auto;background-color:#0096ff;}
	.nav_search_mini form{margin:0 auto;padding:10px 10px 10px 0;width:220px;}
	.nav_search_mini form input{float:left;border:0;width:146px;height:30px;line-height:30px;padding:0 16px;}
	.nav_search_mini form button{float:left;border:0;height:30px;width:30px;overflow:hidden;}

.nav_search{display: none;}

/*-容器的左侧---------------------------------------------------------------------------------*/
.container_left{width:90%;margin:auto;}


/*-容器的右侧---------------------------------------------------------------------------------*/
.container_right{width:100%;margin: auto;}
	.container_right_title{font-weight:700;font-size:16px;height:45px;background-color: #eee;line-height:45px;padding-left:20px;color:#555;}

/*-列表样式一---------------------------------------------------------------------------------*/
.list_style_1{padding-top:20px;}
.list_style_1 h4{display:none;}
.list_style_1 ul{list-style:none;text-align: center;}
.list_style_1 ul li{display:inline-block;vertical-align:top;background:#0062bf;margin:0 8px 10px 0;padding:7px 10px;border-radius:5px;}
.list_style_1 ul li a{color:white;}
.list_style_1 dl{display:none;}

/*-文章---------------------------------------------------------------------------------------*/
.article{width:100%;margin:0 auto 50px auto;background-color:#fff;}
	.article_content{padding:0 40px;min-height: 300px;}
		.article_content_h3{font-size:1.6em;text-align:center;color:#0055ff;}
		.article_content_text{text-align:left;color:#333;line-height:220%;}
			.article_content_text a{color:#0055ff;text-decoration:underline;}
			.article_content_text a:hover{color:#0350a2;text-decoration:underline;}
			.article_content_text p{}
			.article_content_text_h1{font-size:16px;font-weight:700;color:#333;text-align: center;line-height:30px;border-bottom:1px solid #eee;margin-bottom:30px;}
			.article_content_text img{max-width:100%;}

/*-缩略图及名称的列表---------------------------------------------------------------------------------------*/
.photo{width:100%;margin:0 auto 50px auto;background-color:#fff;}
	.photo_list{padding:20px 0;}
		.photo_list ul{text-align:center;margin:0;padding:0;}
			.photo_list ul li{width:18%;margin:2% 2%;display:inline-block;}
		.photo_pic{width:100%;height:auto;border:1px solid #ddd;}
			.photo_pic img{width:100%;border:0;display:block;}
		.photo_name{color:#000;margin-top:10px;}
			.photo_name a{font-size:13px;line-height:20px;color:#333;}
			.photo_name a:hover{color:#0350a2;text-decoration: underline;}

	.photo_list_s2{padding:0;width:100%;margin-top: 10px;}
	.photo_list_s2 h2{color:#0078de;height:50px;line-height:50px;padding-left:40px;font-size:24px;font-weight:700;display:inline-block;vertical-align:top;}
	.photo_list_s2 span{font-size:18px;font-weight:700;color:#8c8c8c;display:inline-block;vertical-align:top;line-height:80px;margin-left:20px;}
	.photo_list_s2_a{position:absolute;right:30px;top:25px;padding-right:30px;background:url(../images/2.webp) no-repeat right center;line-height:40px;font-size:16px;color:#666;display: none;}

	.photo_list_s2_b{position:absolute;right:30px;top:25px;line-height:40px;font-size:16px;color:#666;display: none;}



		.photo_list_s2 ul{text-align:center;margin:0;padding:0;}
			.photo_list_s2 ul li{width:40%;margin:1% 2% 10px 2%;display:inline-block;vertical-align: top;}
		.photo_pic_s2{width:100%;height:auto;border:0;overflow:hidden;}
			.photo_pic_s2 img{width:100%;height:auto;border:0;display:block;}
		.photo_name_s2{color:#000;}
			.photo_name_s2 a{font-size:1em;line-height:1.2em;color:#0055ff;}
			.photo_name_s2 a:hover{color:#0350a2;}

	.photo_list_s3{padding:20px 0;}
		.photo_list_s3 ul{text-align:center;margin:0;padding:0;}
			.photo_list_s3 ul li{width:20%;margin:1% 1% 1% 1%;display:inline-block;}
		.photo_pic_s3{width:100%;height:auto;border:1px solid #ddd;overflow:hidden;}
			.photo_pic_s3 img{width:100%;height:auto;border:0;display:block;}


/*-信息列表---------------------------------------------------------------------------------------*/
.news{width:100%;margin:0 auto 50px auto;background-color:#fff;}
	.newslist{padding:50px 30px 20px 30px;}
.newslist h2{display:none;}
		.newslist ul {margin:0;padding:0;display:block;list-style:none;}
			.newslist ul li{line-height:2.5em;border-bottom:1px dashed #ddd;padding:20px 0;}
				.newslist_left_pic{float:left;width:200px;border:1px solid #ddd;}
					.newslist_left_pic img{width:100%;}
				.newslist_right_title{width:1000px;float:right;}
					.newslist_title a{font-size:16px;color:#333;text-decoration:none;display:block;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;width:86%;line-height:45px;}
					.newslist_title a:hover{color:#0350a2;text-decoration: underline;}
						.newslist_title span{font-size:12px;float:right;color:#999;}
					.newslist_subtitle{}
						.newslist_subtitle p{margin:0;padding:0;font-size:13px;line-height:1.8em;color:#888;}
					.newslist_time{font-size:12px;color:#999;}

	.newslist2{}
		.newslist2 ul{text-align: center;}
			.newslist2 ul li{width:20%;display:inline-block;margin:1% 2%;}
				.newslist2_pic{width:100%;border:1px solid #ddd;}
					.newslist2_pic img{width:100%;}
				.newslist2_title{line-height:3em;}
					.newslist2_title a{font-size:1em;color:#0055ff;text-decoration:none;display:block;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;width:100%;}
				.newslist2_subtitle{margin:0;padding:0;font-size:.9em;line-height:1.8em;color:#333;text-align: left;}
				.newslist2_time{font-size:.8em;}


/*-图片介绍---------------------------------------------------------------------------------------*/
.products_info{width:100%;margin:40px auto 50px auto;background-color:#fff;}
	.products_info_content{width:960px;margin: auto;padding:20px 0;}
		.products_info_pic{float:left;width:300px;border:1px solid #ddd;}
			.products_info_pic img{float:left;width:300px;height:250px;}
		.products_info_text{float: right;width:640px;}
			.products_info_text h2{margin-left:30px;}
			.products_info_text p{margin-left:30px;font-size:1em;line-height:1.6em;color:#333;}
			.products_info_text h4{margin:30px 0 20px 30px;font-size:1em;font-family:400;line-height:1.6em;}
			.products_info_list{margin:0 0 0 30px;padding:0;display:block;list-style:none;}
				.products_info_list li{line-height:2.5em;padding:20px 0;float:left;}
					.products_info_list li a{width:200px;display:block;border:1px solid #ddd;border-radius:5px;padding:0 1em;margin-right:20px;font-size:1em;color:#0055ff;text-decoration:none;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;}
		.products_info_article{width:100%;margin-top:30px;}
			.products_info_article h4{font-size:1.2em;line-height:3em;border-bottom:1px solid #ddd;}


/*-底部---------------------------------------------------------------------------------------*/
footer{width:100%;background-color:#000;padding:6px 0;margin-bottom: 51px;}
	.footer_w{width:100%;margin:auto;}
		.footer_logo{float:left;width:200px;}
			.footer_logo img{width:100px;height:100px;border-radius:100px;}
		.footer_content{width:100%;}
			.footer_nav{display: none;}
				.footer_nav ul{text-align:center;}
					.footer_nav ul li{display:inline-block;}
						.footer_nav ul li a{display:block;padding:0 40px 10px 0;color:#aaa;font:400 1em/1.5em '';}
						.footer_nav ul li a:hover{color:#ddd;}
			.footer_info{font-size:8px;color:#aaa;padding:0 0 0 0;text-align:center;}
				.footer_info a{color:#aaa;}
		.footer_icon{float:left;width:200px;}
			.footer_icon_weixin{float:left;}
				.footer_icon_weixin img{width:50px;height:50px;}
			.footer_icon_qq{float:left;}
				.footer_icon_qq img{width:50px;height:50px;}



/*-标题样式------------------------------------------------------------------------------------*/
.ts_1{margin:0 auto 10px auto;width:100%;}
	.ts_1_border{display: none;}
	.ts_1_title{width:300px;display:block;margin: auto;}
		.ts_1_title h2{font-size:30px;font-weight:400;color:#092f90;text-align:center;line-height:54px;height:54px;overflow:hidden;}
		.ts_1_title h5{font-size:15px;font-weight:400;color:#646464;text-align:center;line-height:25px;height:25px;overflow:hidden;padding:0 10px;}

.article_s1{width:100%;margin:50px auto 30px auto;}
	.article_s1_text{width:100%;font-size:15px;line-height:26px;color:#333;vertical-align: top;}
.article_s1_text1{text-align:center;}
.article_s1_text2{margin:20px auto;}
.article_s1_text3{text-align:center;width:100%;margin-top:10px;}.article_s1_text3 img{width:100%;}
	.article_s1_img{width:100%;background:black;text-align:center;}
	.article_s1_img video{width:100%;margin:auto;}

.button_s1{width:100%;margin:10px auto;}
	.button_s1_title{display: none;}
	.button_s1_text{border:1px solid #ff6600;line-height:30px;font-size:18px;color:#ff6600;padding:10px 20px;text-align:center;}

#news_pro{width:100%;margin:0 auto 20px auto;background: #f5f5f5;padding-bottom: 20px;}


/*-其它----------------------------------------------------------------------------------------*/

    .swiper-container{width:100%;height:100%;}
    .photo-slide {
    	text-align: center;font-size: 18px;background:#fff;
		/* Center slide text vertically */
		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;
	}

	.banner{display: none;}
	.banner1{width:100%;display: block;}

		.swiper_pic{width:100%;height:auto;border:0;overflow:hidden;}
			.swiper_pic img{width:100%;height:auto;border:0;display:block;}


.news_pro_pic{border:0;width:100%;}
	.news_pro_pic img{width:100%;display:block;}
.news_pro_info{width:100%;height:30px;line-height:22px;color:#333;font-size:15px;margin-top:10px;}
	.news_pro_info a{color:#333;font-size:14px;}


.footer_container{width:100%;margin-top:20px;}




	.footer_news{width:90%;position:relative;margin: 0 auto 40px auto;}.footer_news:nth-child(2){}
.footer_news h2{color:#0062bf;border-bottom:4px solid #0062bf;display:inline-block;vertical-align:top;font-size:22px;line-height:40px;}
.footer_news span{position:absolute;right:0;top:16px;font-size:14px;color:black;line-height: 20px;}
.footer_news11{border-top:1px solid #eeeeee;width:100%;padding: 10px 0;}.footer_news11 img{width:100%;}
		.footer_news ul{list-style:none;text-align: left;}
			.footer_news ul li{text-align:left;border-bottom: 1px dashed #eeeeee;}
				.footer_news_img{width:99%;}
					.footer_news_img img{width:100%;height:147px;border:1px solid #ddd;}
				.footer_news_title{padding:10px 0;}
					.footer_news_title a{font-size:15px;color:#000;text-decoration:none;display:block;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;width:90%;background:url(../images/5.webp) left center no-repeat;padding-left:20px;}
					.footer_news_title a:hover{color:#999;}
						.footer_news_title span{font-size:.8em;float:right;}
					.footer_news_subtitle{color:#999;line-height:20px;}
						.footer_news_subtitle p{margin:0;padding:0;font-size:.9em;line-height:1.8em;color:#777;}

.footer_news_title21{font-size:15px;color:black;line-height:30px;margin-top:10px;white-space: nowrap;overflow: hidden;text-overflow: ellipsis;}
.footer_news_title21:before{content:'问';font-size:14px;padding:4px;color:white;background:#0062bf;margin-right:10px;}
.footer_news_title22{font-size:13px;color:#888;line-height:20px;padding:0 0 0 30px;position:relative;margin-bottom:10px;min-height: 26px;-webkit-line-clamp: 2;display: -webkit-box;-webkit-box-orient: vertical;text-overflow: ellipsis;overflow: hidden;}
.footer_news_title22:before{content:'答';font-size:14px;padding:4px;color:white;background:black;position:absolute;left:0;line-height:16px;}




	.footer_contact{width:90%;padding:0 0 30px 0;margin:auto;}
		.footer_contact h3{font-size:24px;color:#ff7e00;font-weight:400;}
		.footer_contact h3 span{width:56%;height:14px;border-bottom:1px solid #6c4218;display:block;float:right;margin-left:20px;}
		.footer_contact_ewm{display: none;}
		.footer_contact_c{margin-top:10px;width:100%;font-size:14px;color:#fff;line-height:24px;}



	.pro_info{width:100%;margin:30px auto;}
		.pro_info_info{margin:20px;}



	/*==================================================================*/
	.web_products_preview{width:100%;margin:0 0 0 0 ;}
	.web_products_preview img{width:100%;}
	.web_products_info{width:100%;}
	.web_products_info_title{background:#fff;}
	.web_products_info_title h3{line-height:18px;line-height:50px;border-bottom:1px solid #ddd;color:#0140b4;}
	.web_products_info_title p{font-size:15px;margin-top:12px;line-height:200%;}
	/*放大镜*/
	.jqzoom{float:left;border:none;position:relative;padding:0px;cursor:pointer;margin:0px;display:block;}
	.jqzoom img{width:100%;background:url(../images/loading.gif) no-repeat center center;}
	.zoomdiv{z-index:100;position:absolute;top:0px;left:0px;width:500px;height:375px;background:#ffffff;border:1px solid #CCCCCC;display:none;text-align:center;overflow:hidden;}
	.jqZoomPup{z-index:10;visibility:hidden;position:absolute;top:0px;left:0px;width:20px;height:20px;border:1px solid #aaa;background:#ffffff /*url(../images/zoom.png) 50% center no-repeat*/;opacity: 0.5;-moz-opacity: 0.5;-khtml-opacity: 0.5;filter: alpha(Opacity=50);}
	/*图片小图预览列表*/
	.spec-preview{width:100%;}
	.spec-scroll{width:100%;clear:both;margin-top:5px;}
	.spec-scroll .prev{float:left;margin-right:4px;}
	.spec-scroll .next{float:right;}
	.spec-scroll .prev,.spec-scroll .next{display:block;width:20px;height:54px;line-height:54px;cursor:pointer;margin-top:30px;}
	.spec-scroll .items{float:left;position:relative;width:450px;height:100px;overflow:hidden;}
	.spec-scroll .items ul{position:absolute;width:999999px;height:100px;}
	.spec-scroll .items ul li{float:left;width:114px;text-align:center;margin:0;padding:0;}
	.spec-scroll .items ul li img{border:1px solid #CCC;padding:2px;width:100px;height:75px;}
	.spec-scroll .items ul li img:hover{border:2px solid #FF6600;padding:1px;}
	/*产品描述*/
	.web_products_article_title{color:#fff;line-height:40px;font-size:15px;margin:0;padding:0 20px;background-color:#0a3190;font-weight:700;border-radius: 5px;}
	.web_products_article{padding:16px 20px;line-height:200%;}
	.web_products_article table{border-collapse:collapse;border:none;}
	.web_products_article table td{padding:0 5px;}
	.web_products_article img{max-width:100%;margin:auto;}

	.pro_pn{padding:20px 0;}
	/*==================================================================*/


	.page_s{width:90%;display:inline-block;text-align:left;}
		.page_s a{width:90%;display:block;color:#333;height:30px;line-height:30px;border:1px solid #ddd;padding:0 15px;white-space:nowrap;overflow:hidden;text-overflow: ellipsis;border-radius:5px;}
		.page_s a:hover{color:#fff;background-color:#0A3190;}



#swiper3 .swiper-button-next,#swiper3 .swiper-button-prev,#swiper3 .swiper-pagination{display:none;}




	.feedback_title{margin:30px 0 0 30px;}
		.feedback_title h4{font-size:16px;font-weight:400;color:#333;}
	.feedback_sendtitle{font-size:26px;text-align:center;margin:80px 0 50px 0;}
	.feedback_img{display: none;}
	.feedback_form{margin:30px 0 0 0;float:left;}

	.feedback_top{margin-bottom:16px;}
	label{width:100px;display:block;float:left;text-align:right;margin-right:16px;line-height:30px;height:30px;}
	.feedback_input{font-size:13px;line-height:20px;height:20px;padding:3px 10px;border-radius:5px;border:1px solid #ccc;float:left;}
	.feedback_t{font-size:13px;line-height:20px;padding:3px 10px;float:left;width:200px;}
	.form_bottom{background:#0156C3;border:0;color:#fff;padding:5px 20px;margin:20px 0 0 116px;border-radius:5px;}




	.list_style_mini{margin-bottom:20px;text-align: center;margin-top: 10px;display: none;}
		.list_style_mini ul{list-style: none;}
			.list_style_mini ul li{text-align: center;background: #3da834;border-radius: 1000px;margin-bottom: 7px;margin: 10px 4px 0 4px;display: inline-block;}
				.list_style_mini ul li a{font-size: 14px;color:white;font-weight: 400;display: block;padding:7px 16px;}


.yb_conct{display: none;}




.s-foot{position:fixed;bottom:0;height:50px;width:100%;background:url(../images/footer-bg.jpg) repeat-x top center white;}
	.s-foot-xm,.s-foot-xm2{background-repeat:no-repeat;display:inline-block;vertical-align:bottom;text-align:center;}
	.s-foot-xm a,.s-foot-xm2 a{font-size:16px;color:black;line-height:50px;}
	.s-foot-xm a i,.s-foot-xm2 a i{color:#096cd1;}
	.s-foot-xm{width:33%;}
	.s-foot-xm2{width:34%}


.s-banner-mini{display: none;}
.s-banner-mini-mobile{width:100%;}
.s-banner-mini-mobile img{width:100%;}



/*产品中心*/
.s-photo{font-size:0;text-align:left;}
.s-photo-col{display:inline-block;vertical-align:top;}
	.s-photo-img{margin:auto;text-align:center;vertical-align:top;}
		.s-photo-img a{}
		.s-photo-img a img{vertical-align:middle;}
	.s-photo-title{padding:0;font-size:14px;line-height:20px;text-align:center;overflow:hidden;color:#fff;}
		.s-photo-title a{color:#333;text-decoration:none;display:block;padding:7px 15px;}
	.s-photo{padding:0 0 20px 0;margin-top:30px;text-align: center;}
	.s-photo-col{width:28%;height:auto;margin:10px 1.5%;margin-bottom:20px;}
		.s-photo-img{}
			.s-photo-img a{}
				.s-photo-img a img{width:auto;max-width:100%;max-height:100%;}
		.s-photo-title{margin-top:0;}
			.s-photo-title a{}
			.s-photo-title a:hover{}


.s-photo1{font-size:0;text-align:center;}
.s-photo1-col{display:inline-block;}
	.s-photo1-img{margin:auto;text-align:center;vertical-align:middle;}
		.s-photo1-img a{}
		.s-photo1-img a img{vertical-align:middle;}
	.s-photo1-title{padding:10px 0;font-size:15px;line-height:20px;text-align:left;overflow:hidden;}
		.s-photo1-title a{color:#333;text-decoration:none;}
		.s-photo1-title a:hover{color:#333;text-decoration:underline;}
	.s-photo1{padding:10px 0 40px 0;}
	.s-photo1-col{width:90%;height:auto;margin:10px 1.5%;vertical-align:top;}
		.s-photo1-img{}
			.s-photo1-img a{}
				.s-photo1-img a img{width:auto;max-width:100%;max-height:100%;}
		.s-photo1-title{text-align: center;}
			.s-photo1-title a{font-size:13px;color:#333;line-height:22px;padding:5px 0;}



.s-navs{width: 100%;text-align: center;margin-top:16px;display: none;}
.s-navs-sm{display: inline-block;width: 30%;margin-bottom:16px;}
.s-navs-sm a{color:#333;}
.s-navs-sm i{font-size: 0.5rem;display: block;color:#096cd1;line-height:0.7rem;}



.hr_ws{display:none;}