@charset "UTF-8";
/* css utf-8 编码声明  下面注释若有必要可自行删除
Write by 奇点网络 WWW.QIDIANRT.COM  QQ/WeChat：1195650011  Tel：15508600880
 */
/* 此CSS样式为奇点网络-李露露编写 类名通用加前缀 q_ */
html,body{scroll-behavior:smooth;}  /* 不使用js只用css实现锚点平滑滚动 */
body {
	width:100%;
	margin:0 auto;
	min-height: 300px;
	font-family: Arial,Verdana,sans-serif;
	font-size: 14px;
	color:#555;
}
ul,li {list-style: none;}
.clearfix {clear:both;}
img {max-width:100%;}
div a {outline: none;}
/* 统一调整字间距以及过渡效果 */
div,a,span,p,ul,li{/*transition: all 0.6s;*/padding:0;margin:0;scroll-behavior:smooth;}
.main1600{width:1600px;margin:0 auto;}
.main1750{width:1750px;margin:0 auto;}
.main1850{width:1850px;margin:0 auto;}
/* 电脑端隐藏 */
@media (min-width:760px ) {
	.pc_hidden{display: none;}
}
/* 手机端隐藏 */
@media (max-width:760px ) {
	.m_hidden{display: none;}
}
/* 平板端隐藏 */
@media (min-width:760px ) and (max-width: 1000px) {
	.pb_hidden{display: none;}
}
@media (max-width: 760px) {
	.q_banner .swiper_button {display: none;}
}
/* 返回顶部  开始 */
#toTop{width:55px;height:55px;bottom:100px;right:10px;position:fixed;cursor:pointer;z-index:999999;}
@media(max-width: 760px){
	#toTop{width:35px;height:35px;bottom:75px;}
}
/* 返回顶部  结束 */
/* q_header  start! */
	.q_header{width:100%;margin:0 auto;position: relative;box-shadow: 0 0 10px #eee;background-color: #fff;}
	.q_header_top{width:100%;margin:0 auto;padding:0;height:30px;background-color: #004ea1;}
	
	.yuyan {float:right;width:240px;margin:0 30px; height:30px;}
	.yuyan ul{display: flex; justify-content: space-between;}
	.yuyan li{margin: 0 5px;}
	.yuyan a{font-size: 15px; color: #ffffff; line-height: 30px; margin: 0 0px; }
	
	
	.q_header.q_header_fixed{position: fixed;top:0; left:0;z-index: 9999;box-shadow: 0 0 7px #809cbb;animation: 0.5s ease-in-out 0s normal both 1 running fadeInDown;border-bottom: 1px solid rgba(255,255,255,0);}
	/*.q_header.q_header_fixed .q_header_top{display: none;}*/
	.q_nav{width:100%;margin:0 auto;padding:0;}
	.q_logo{width:450px;float:left;padding:10px 0;height:100px;}
	.q_logo a{outline: none;}
	.q_tel{width:200px;float:right;padding:25px 0;height:100px;text-align: right;}
	.q_tel_l {    width: 200px;    float: left;    padding: 10px 0;    line-height: 36px;    height: 100px;    font-size: 18px;    font-family: Arial;    letter-spacing: 1px;    transition: all 0s;}
	
	.q_nav_ul{width:calc(100% - 700px);float:left;height:100px;text-align: right;}
	.q_nav_ul>li{display: inline-block;height:100px;line-height: 100px;margin:0 25px;position: relative;transition: all 0s;}
	.q_nav_ul>li>a{position: relative;display: block;width:100%;font-size: 17px;color:#000;outline: none;transition: all 0s;}
	.q_nav_ul>li>a:after{position: absolute;left: 50%;bottom: 0px;content: "";width: 0;height: 3px;border-radius: 3px;z-index: 9999;
		-webkit-transition: all 0.5s ease-in-out;
		   -moz-transition: all 0.5s ease-in-out;
		    -ms-transition: all 0.5s ease-in-out;
		     -o-transition: all 0.5s ease-in-out;
		        transition: all 0.5s ease-in-out;}
	.q_nav_ul>li>a:hover:after,.q_nav_ul>li>a.on:after{width: 100%;background-color: #004ea1;transform: translateX(-50%);}

	.q_nav_son{position: absolute;min-width: 160px;margin-left:-45px;top:75px;left:0;z-index: 999;
		text-align: center;background-color: rgba(255,255,255,.95);padding:25px 0 0;display: none;transition: all 0s;
	}
	.q_nav_son>li{width:100%;padding:0 20px; line-height: 35px; font-size: 14px;transition: all 0s;}
	.q_nav_son>li>a{outline: none;display: block;width:100%;color:#555;transition: all 0s;}
	.q_nav_son>li:hover{background-color: rgba(36,99,169,.8);}
	.q_nav_son>li:hover a{color:#fff;}
/* q_header  end! */

/* q_section start! */
	.q_section{width:100%;margin:0 auto;padding:60px 0 0;position: relative;}
	.section_title{width:100%;margin:0 auto;padding:0;text-align: center;}
	.section_title_cn{width:100%;margin:0 auto;height:30px;line-height: 30px;font-size: 26px;color:#2e2e2e;letter-spacing: 1px;}
	.section_title_en{width:100%;margin:0 auto;height:25px;line-height: 25px;font-size: 12px;color:#797979;text-transform: uppercase;}
	.section_title_span{width:500px;margin:12px auto 0;padding:0;border-bottom: 1px solid #b3b3b3;position: relative;}
	.section_title_span span {width:50px;height:3px;background-color: #004ea1;position: absolute;top:-1px;left:50%;margin-left: -25px;}
	.section_more{width:100%;margin:80px auto;padding:0;text-align: center;}
	.section_more a{outline: none;display: inline-block;padding:10px 40px;color:#fff;font-size: 15px;background-color: #004ea1;letter-spacing: 1px;}
	.section_more a:hover{background-color: #1d44c2;}
/* q_section end! */

/* q_banner start! */
	.q_banner .swiper-pagination-bullet{background-color: rgba(255,255,255,0);opacity: 1;border:1px solid #fff;}
	.q_banner .swiper-pagination-bullet-active{background-color: #fff;}
/* q_banner end! */

/* q_product start! */
	.q_section.q_product{padding-bottom: 0;}
	.q_product_list{width:100%;margin:65px auto 0;padding:0;}
	.q_product_item{width:23.5%;float:left;margin:0 2% 70px 0;overflow: hidden;}
	.q_product_item:nth-of-type(4n){margin:0 0 70px 0;}
	.q_product_item a{outline: none;display: block;width:100%;position: relative;}
	.q_product_item_img{width:100%;margin:0 auto;}
	.q_product_item_img>a>img{width:100%;}
	.q_mask{width:100%;height:100%;position: absolute;left:0;top:0;background-color:rgba(0,0,0,0)}
	.q_mask_in{width:100%;position: absolute;width:100%;padding:0 15px;text-align: center;top:-100%;}
	.q_product_item:hover .q_mask{background-color:rgba(0,0,0,.5)}
	.q_product_item:hover .q_mask .q_mask_in{top:50%;
		transform: translateY(-50%);
		-webkit-transform: translateY(-50%);
		-moz-transform: translateY(-50%);
		-ms-transform: translateY(-50%);
		-o-transform: translateY(-50%);
		transition: all 0.3s;
	}
	.q_product_item_txt{width:100%;margin:0 auto;padding:20px 15px;background-color: #004ea1;}
	.q_product_item_txt a{outline: none;display: block;width:100%;text-align: center;height:25px;line-height: 25px;color:#fff;font-size: 16px;overflow: hidden;text-overflow: ellipsis;white-space: nowrap;}

/* q_product end! */

/* q_search start! */
	.q_search{margin:0 auto;padding:0;}
	.q_search_main{width:100%;margin:0 auto;padding:25px 30px;min-height: 40px;background-color:#fafafa;}
	.q_search_form{width:420px;float:left;}
	.q_search_form .form-group{padding-bottom:0;}
	.q_search_form .input{padding-left:15px;}
	.q_search_form .button.bg-blue{background-color: #004ea1;border:1px solid #004ea1;}
	.q_search_form .input:focus{border:1px solid #004ea1;}
	.q_search_keys{width:calc(100% - 570px);padding:0 30px 0 80px;float:left;line-height: 34px;height:34px;
		overflow: hidden;text-overflow: ellipsis;white-space: nowrap;
	}
	.q_search_keys a{outline: none;display:inline-block; padding:0 12px;line-height: 34px;height:34px;position: relative;font-size: 14px;color:#666;}
	.q_search_keys a:after{
		content:'';
		position: absolute;
		left:100%;
		top:10px;
		width:1px;
		height:14px;
		background-color: #888;
	}
	.q_search_keys a:hover{color:#004ea1;}
	.q_search_keys a:last-of-type:after{width:0px;}
	.q_search_more{width:150px;float:right;}
	.q_search_more a{outline: none;display: block;width:100%;background-color:#004ea1; color:#fff;text-align:center;line-height: 34px;height:34px;}
	.q_search_more a:hover{box-shadow: 0 0 10px #888;}
/* q_search end! */

/* q_about start!  */
	.q_about{width:100%;margin:0 auto;}
	.q_about_bg{height:525px;background:url('../images/q_about_bg.jpg') no-repeat top center;padding:70px 0 0 ;}
	.q_about .section_title_cn{color:#fff;}
	.q_about .section_title_en{color:#ddd;}
	.q_about .section_title_span{border-bottom: 1px solid #fff;}
	.q_about_bg_txt{width:50%;margin:50px auto;text-align: left;line-height: 33px;font-size: 16px;color:#ddd;}
	.q_about_bg_more{width:100%;margin:0 auto;text-align: center;}
	.q_about_bg_more a{display: inline-block;padding:10px 30px;border-radius: 30px;background-color: #fff;color:#333;;font-size: 16px;}
	.q_about_icon{width:100%;margin:0 auto;padding:45px 0;background-color: #dedede;}
	.q_about_icon_list{width:72%;margin:0 auto;padding: 0 0 0 5%;}
	.q_about_icon_item{width:30%;float:left;margin:0 5% 0 0;}
	.q_about_icon_item:nth-of-type(3n){margin:0 0 0 0;}
	.q_about_icon_item_img{width:90px;float:left;}
	.q_about_icon_item_txt{width:calc(100% - 115px);height:60px;float:right;padding:12px 0 0;}
	.q_about_icon_item_txt .big{width:100%;margin:0 auto;font-size: 16px;color:#333;line-height: 23px;}
	.q_about_icon_item_txt .small{width:100%;margin:0 auto;font-size: 11px;color:#333;line-height: 15px;font-family: "Arial";}
/* q_about end!  */

/* q_case start!  */
	.q_case{}
	.q_case_list{width:100%;margin:65px auto 0;padding:0;transition: all 0s;}
	.q_case_l,.q_case_r{width:100%;position: relative;transition: all 0s;}
	.swiper_button_case{position: absolute;top:25px;width:65px;height:65px;line-height: 65px;text-align: center;z-index: 2;color:#fff;border:1px solid #fff;font-size: 24px;cursor: pointer;}
	.swiper_button_case_prev{right:90px;border-right:0;}
	.swiper_button_case_next{right:25px;background-color: #fff;color:#222;}
	.q_case_l .swiper-slide{transition: all 0s;}
	.swiper_case .swiper-slide a{outline: none;display: block;width:100%;text-align: center;color:#fff;transition: all 0s;}
	.swiper_case .swiper-slide a img,.q_case_r img{width:100%;}
	.swiper_case_h3{width:100%;padding:20px 15px;background-color: rgba(0,0,0,.7);position: absolute;bottom:0;left:0;}
	.swiper_case_h3 h3{width:100%;padding:0;font-size: 20px;height:30px;line-height: 30px;overflow: hidden;text-overflow: ellipsis;white-space: nowrap;letter-spacing: 1px;}
	/* q_case_r_mask */
	.q_case_r{color:#fff;}
	.q_case_r_mask{width:100%;height:100%;position: absolute;left:0;top:0;padding:50px 120px 0 100px;}
	.q_case_r_top_h{width:100%;margin:0 auto;font-size: 48px;line-height: 55px;height:55px;font-weight: bold;overflow: hidden;text-overflow: ellipsis;white-space: nowrap;}
	.q_case_r_top_span{width:100px;height:2px;background-color: #fff;margin:10px 0;}
	.q_case_r_top_p{width:100%;margin:0 auto;font-size: 16px;line-height: 30px;height:60px;text-align:justify; display: -webkit-box;-webkit-box-orient: vertical;-webkit-line-clamp: 2;overflow: hidden;}
	.q_case_r_line{width:100%;height:1px;background-color: #eee;margin:55px auto;}
	.q_case_r_main .q_case_r_top_h{font-size: 30px;line-height: 40px;height:40px;font-weight: normal;}

	/* q_partner_list */
	.q_partner_list{width:100%;margin:60px auto 0;padding:0;}
	.q_partner_item{width:20%;float:left;border:1px solid #ddd;border-right: 1px solid #ddd;}
	.q_partner_item:nth-of-type(5n){border-right: 1px solid #ddd;}
	.q_partner_item a{outline: none;display: block;width:100%;text-align: center;overflow: hidden;}
	.q_partner_item a img{width:100%;
		-moz-transition: all .8s ease 0s;
		-ms-transition: all .8s ease 0s;
		-o-transition: all .8s ease 0s;
		-webkit-transition: all .8s ease 0s;
		transition: all .8s ease 0s;
	}
	.q_partner_item a img:hover{
		-moz-transform:scale(1.2,1.2);
		-ms-transform:scale(1.2,1.2);
		-o-transform:scale(1.2,1.2);
		-webkit-transform:scale(1.2,1.2);
		transform:scale(1.2,1.2);
	}

/* q_case end!  */

/* q_news start!  */
	.q_news{background-color: #f5f5f5;padding: 60px 0 10px;}
	.q_news_list{width:100%;margin:65px auto 0;padding:0;}
	.q_news_item{width:33.33%;float: left;box-shadow: 0 0 5px #ddd;padding:75px;background-color: #fff;transition: all 0.1s;}
	.q_news_item_txt{width:100%;margin:0 auto;transition: all 0.1s;}
	.q_news_item_txt h3{width:100%;margin:0 auto;}
	.q_news_item_txt h3 a{outline: none;width:100%;margin:0 auto;display: block;font-size: 16px;color:#222; height: 25px;line-height: 25px;text-overflow: ellipsis;white-space: nowrap;transition: all 0.1s;}
	.q_news_item_txt_date{width:100%;margin:5px auto;font-size: 13px;line-height: 20px;height:20px;color:#888;transition: all 0.1s;}
	.q_news_item_txt_p{width:100%;margin:0 auto;padding:0;text-align: justify;color:#777;font-size: 14px;line-height: 25px;height:50px;transition: all 0.1s;
		display: -webkit-box;-webkit-box-orient: vertical;-webkit-line-clamp: 2;overflow: hidden;
	}
	.q_news_item_img{width:100%;margin:30px auto 0;padding:0;}
	.q_news_item_img a{width:100%;outline: none;display: block;text-align: center;}
	.q_news_item_img a img{width:100%;}
	.q_news_item:hover{background-color: #004ea1;color:#fff;box-shadow: 0 0 5px #006cdf;}
	.q_news_item:hover a{color:#fff;}
	.q_news_item:hover .q_news_item_txt h3 a{color:#fff;}
	.q_news_item:hover .q_news_item_txt_date{color:#fff;}
	.q_news_item:hover .q_news_item_txt_p{color:#fff;}
/* q_news end!  */


/* q_server start! */
	.q_section.q_server{padding-bottom: 0;}
	.q_server_list{width:100%;margin:15px auto 0;padding:0;  position: relative;
    width: 100%;
    --columns: 3;
    --gap: 10px;
    --gap-count: calc(var(--columns) - 1);
    display: flex;
    flex-wrap: wrap;
    justify-content: center;}
	.q_server_item{width:32.5%;float:left;margin:0 0px 5px 5px;overflow: hidden;}
	.q_server_item:nth-of-type(4n){margin:0 0 20px 0;}
	.q_server_item a{outline: none;display: block;width:100%;position: relative;}
	.q_server_item_img{width:100%;margin:0 auto;}
	.q_server_item_img>a>img{width:100%;}
	.q_mask_s{width:100%;height:100%;position: absolute;left:0;top:0;background-color:rgba(0,0,0,0)}
	.q_mask_s_in{width:100%;position: absolute;width:100%;padding:0 15px;text-align: center;top:-100%;}
	
	.q_server_mask_h{width:100%;margin:0 auto;font-size: 24px;line-height: 30px;height:30px;letter-spacing: 3px;font-weight: 700;color:#ddd;}
	.q_server_mask_p{margin:15px auto 0;font-size:18px;line-height: 25px;height:25px;letter-spacing: 2px;color:#ddd;}
	.q_server_mask_more{width:100%;margin:25px auto 0;overflow:hidden;}
	.q_server_mask_more span{display: inline-block;border:1px solid #fff;padding:6px 20px;font-size: 15px;line-height: 23px;letter-spacing: 2px;color:#ddd;}
		
	
	
	.q_server_item:hover .q_mask_s{background-color:rgba(0,0,0,.5)}
	.q_server_item:hover .q_mask_s .q_mask_s_in{top:50%;
		transform: translateY(-50%);
		-webkit-transform: translateY(-50%);
		-moz-transform: translateY(-50%);
		-ms-transform: translateY(-50%);
		-o-transform: translateY(-50%);
		transition: all 0.3s;
	}
	.q_server_item_txt{width:100%;margin:0 auto;padding:20px 15px;background-color: #004ea1;}
	.q_server_item_txt a{outline: none;display: block;width:100%;text-align: center;height:25px;line-height: 25px;color:#fff;font-size: 16px;overflow: hidden;text-overflow: ellipsis;white-space: nowrap;}

/* q_product end! */









/* q_footer start!  */
	.q_footer{width:100%;margin:0 auto;color:#fff;}
	.q_footer a{outline: none;color:#fff;}
	.q_footer a:hover{color:#004ea1;}
	/* q_footer_t */
	.q_footer_t{width:100%;margin:0 auto;padding:20px 0;background-color: #404040;border-bottom: 2px solid #909090;text-align: center;}
	.q_footer_nav{width:100%;margin:0 auto;}
	.q_footer_nav li{display: inline-block;padding:0 20px;border-right: 1px solid #fff;line-height: 13px;height:13px;font-size: 12px;}
	.q_footer_nav li:last-of-type{border-right: 0px solid #fff;}
	.q_footer_nav li a{display:block;}
	/* q_footer_c */
	.q_footer_c{width:100%;margin:0 auto;padding:50px 0;background-color: #404040;}
	.q_footer_wx{width:500px;float:left;}
	.q_footer_add{width:380px;float:left;padding:0 30px 0 0;}
	.q_footer_add_item_icon{width:25px;float:left;}
	.q_footer_add_item_txt{width:calc(100% - 35px);float:right;line-height: 25px;font-size: 13px;}
	.q_footer_form{width:calc(100% - 900px);float:right;}
	.q_footer_form_item{width:48%;float:left;margin:0 4% 0 0;padding:5px 0 0 ;}
	.q_footer_form_item:nth-of-type(2){margin:0 0 0 0;}
	.q_footer_form_item_h{width:100%;margin:0 auto;font-size: 15px;height:20px;line-height: 20px;letter-spacing: 1px;}
	.q_footer_form_item_main{width:100%;margin:15px auto 0;}
	.q_footer_swiper{position: relative;}
	.q_footer_swiper .swiper-slide a{outline: none;display: block;width:100%;height:50px;line-height: 50px;color:#ddd; padding:0 65px 0 15px;font-size: 15px;background-color: #464d53;}
	.q_footer_swiper .swiper_button{width:50px;height:50px;line-height: 50px;text-align: center;font-size: 20px;background-color: #004ea1;position: absolute;top:0;right:0;z-index: 2;cursor: pointer;}
	/* q_footer_b */
	.q_footer_b{width:100%;margin:0 auto;padding:20px 0;background-color: #000;font-size: 13px;}}
	.q_footer_b a,.q_footer_b span{color:#aaa;margin:0 5px;outline: none;line-height: 20px;}
	.q_footer_b span a{margin:0;}
	.q_footer_b_l{width:70%;float:left;}
	.q_footer_b_r{width:25%;float:right;text-align: right;}
/* q_footer end!  */


/* q_banner_n start!  */
	.q_banner_n{width:100%;margin:0 auto;}
/* q_banner_n end!  */

/* q_main start!  */
	.q_main{width:100%;margin:0 auto;padding:50px 0;background:#fff url('../images/q_main_bg.jpg') no-repeat top center;min-height: 500px;}
	.q_main .section_title_cn{color:#004ea1;}
	.q_nav_n{width:100%;margin:50px auto;padding:0 20px;text-align: center;}
	.q_nav_n>li{display: inline-block;margin:0 10px 10px;}
	.q_nav_n>li>a{display:block;padding:12px 40px;font-size: 18px;color:#004ea1;transition: all 0.1s;border:1px solid #004ea1;outline: none;}
	.q_nav_n>li>a.on,.q_nav_n>li>a:hover{background-color: #004ea1;color:#fff;}

	/* q_main_content */
	.q_main_content{width:100%;margin:0 auto;min-height: 350px;font-size: 17px;line-height: 2;color:#111;text-align: justify;}
	.q_main_content p{width:100%;margin:0 auto 10px;font-size: 17px;line-height: 2;color:#111;text-align: justify;}
/* q_main end!  */


/* q_n_about start!  */
	.q_n_about_list{width:100%;margin:50px auto 0;color:#fff;}
	.q_n_about_div_l img,.q_n_about_div_r img{width:100%;}
	div.q_n_about_div:nth-of-type(2) .q_n_about_div_r {float:left;}
	div.q_n_about_div:nth-of-type(2) .q_n_about_div_l {float:right;}
	.q_about_mask{width:100%;height:100%;position: absolute;top:0;left:0;}
	.q_about_mask_in{width:100%;position: absolute;left:0;padding:0 60px;font-size: 18px;line-height: 2;
		top:50%;
		-webkit-transform: translateY(-50%);
		-ms-transform: translateY(-50%);
		-o-transform: translateY(-50%);
		transform: translateY(-50%);
	}
/* q_n_about end!  */

/* q_n_product start!  */
	.q_n_product .q_product_list{min-height: 300px;}
	.q_n_product_top{width:100%;margin:0 auto;}
	.q_n_product_top_l,.q_n_product_top_r{position: relative;}
	.q_n_product_top_l>img,.q_n_product_top_r>img{width:100%;}
	.q_n_product_mask{width:100%;height:100%;position: absolute;top:0;left:0;}
	.q_n_product_mask_in{width:100%;position: absolute;left:0;color:#fff;padding:0 100px;
		top:50%;
		transform: translateY(-50%);
		-webkit-transform: translateY(-50%);
		-moz-transform: translateY(-50%);
		-ms-transform: translateY(-50%);
		-o-transform: translateY(-50%);
	}
	.q_n_product_top_r h1{width:100%;margin:0 auto;font-size: 30px;line-height: 40px;height:40px;overflow: hidden;text-overflow: ellipsis;white-space: nowrap;}
	.q_n_product_line{width:100%;height:1px;background-color: #fff;margin:40px auto;}
	.q_n_product_p{width:100%;margin:0 auto;font-size: 16px;line-height: 2;text-align: justify;color:#e5e5e5;}
	.q_n_product_tel{width:100%;margin:40px auto;font-size: 18px;line-height: 25px;font-weight: bold;}
	.q_n_product_more{width:100%;margin:0 auto;}
	.q_n_product_more a{outline: none;display: inline-block;color:#fff;border:1px solid #fff;padding:8px 60px;font-size: 17px;letter-spacing: 1px;transition: all 0.1s;}
	.q_n_product_more a:hover{color:#004ea1;background-color: #fff;}

	/* q_product_body */
	.q_product_body{width:100%;margin:10px auto 0;padding:50px 0;background-color: #f7f7f7;}
	.q_product_body_main{width:90%;margin:0 auto;}
	.q_product_body_title{width:100%;margin:0 auto;text-align: center;}
	.q_product_body_title>div{display: inline-block;border:1px solid #004ea1;padding:3px;}
	.q_product_body_title>div>span{display: block;background-color: #004ea1;color:#fff;font-size: 17px;padding:7px 40px;}
	.q_product_body_content{width:100%;margin:35px auto 0; min-height: 240px;font-size: 17px;line-height: 2.5;color:#444;text-align: justify;padding-bottom: 20px;border-bottom: 1px solid #ccc;}
	.q_product_body_content p{width:100%;margin:0 auto 10px;font-size: 17px;line-height: 2.5;color:#444;text-align: justify;}
	.q_product_body_content_img{width:100%;margin:30px auto;text-align: center;}
/* q_n_product end!  */

/* q_n_news start!  */
	.q_n_news_list{min-height: 200px;}
	.q_n_news_item{width:100%;margin:0 auto;padding:15px 0;border-top:1px solid #bbb;transition: all 0s;}
	div.q_n_news_item:last-of-type{border-bottom:1px solid #bbb;}
	.q_n_news_date{width:200px;height:195px;padding:60px 30px;text-align: center;float:left;font-family: "Arial";}
	.q_n_news_date_big{width:100%;height:45px;line-height: 45px;font-size: 30px;color:#111;font-weight: bold;transition: all 0s;}
	.q_n_news_date_small{width:100%;height:30px;line-height: 30px;font-size: 20px;color:#222;transition: all 0s;}
	.q_n_news_img{width:380px;height:195px;float:left;}
	.q_n_news_img a{outline: none;display: block;width:100%;overflow: hidden;}
	.q_n_news_img a img{width:380px;height:195px;
		-moz-transition: all .8s ease 0s;
		-ms-transition: all .8s ease 0s;
		-o-transition: all .8s ease 0s;
		-webkit-transition: all .8s ease 0s;
		transition: all .8s ease 0s;
	}
	.q_n_news_img a img:hover{
		-moz-transform:scale(1.2,1.2);
		-ms-transform:scale(1.2,1.2);
		-o-transform:scale(1.2,1.2);
		-webkit-transform:scale(1.2,1.2);
		transform:scale(1.2,1.2);
	}
	.q_n_news_txt{width:calc(100% - 600px);padding:50px 40px;float:right;}
	.q_n_news_txt h2{width:100%;margin:0 auto;}
	.q_n_news_txt h2 a{outline: none;display: block;width:100%; font-size: 24px;color:#000;line-height: 35px;height:35px;overflow: hidden;text-overflow: ellipsis;white-space: nowrap;transition: all 0s;}
	.q_n_news_txt h2 a:hover{color:#004ea1;}
	.q_n_news_txt p{width:100%;margin:10px auto 0;font-size: 16px;color:#555;letter-spacing: 1px;line-height: 25px;height:50px;transition: all 0s;}
	.q_n_news_item:hover{background-color: rgba(0,78,161,.8);}
	.q_n_news_item:hover .q_n_news_date_big{color:#fff;}
	.q_n_news_item:hover .q_n_news_date_small{color:#fff;}
	.q_n_news_item:hover .q_n_news_txt h2 a{color:#fff;}
	.q_n_news_item:hover .q_n_news_txt p{color:#fff;}

	/* 内页 */
	.q_n_news_body{width:90%;margin:35px auto 0;padding:0;}
	.q_n_news_title{width:100%;margin:0 auto;text-align: center;font-size: 28px;color:#000;line-height: 35px;}
	.q_n_news_span{width:100%;margin:10px auto;text-align: center;font-size: 13px;color:#888;line-height: 20px;}
	.q_n_news_span span{margin:5px;}
	.q_n_news_body_main{width:100%;margin:35px auto 0; min-height: 240px;font-size: 17px;line-height: 2.5;color:#444;text-align: justify;padding:20px 0;border-top: 1px solid #ccc;border-bottom: 1px solid #ccc;}
	.q_n_news_body_main p{width:100%;margin:0 auto 10px;font-size: 17px;line-height: 2.5;color:#444;text-align: justify;}
/* q_n_news end!  */

/* q_n_contact start!  */
	.q_n_contact_main{width:100%;margin:65px auto 0;box-shadow: 0 0 3px #ddd;}
	.q_n_map{width:1010px;height:450px;float:left;}
	.q_n_contact_txt{width:calc(100% - 1010px);height:450px;float:right;padding:70px 70px 0;background-color: #004ea1;color:#fff;}
	.q_n_contact_txt p{color:#fff;}
	.q_n_contact_txt_cn{width:100%;margin:0 auto;font-size: 24px;line-height: 30px;font-family:Arial, Helvetica, sans-serif}
	.q_n_contact_txt_en{width:100%;margin:10px auto 0;font-size: 12px;line-height: 18px;text-transform:uppercase;color:#ddd;}
	.q_n_contact_txt_span{width:45px;height:1px;background-color: #aaa;margin:20px 0;}
	.q_n_contact_txt_p{width:100%;margin:15px auto 0;}
	.q_n_contact_txt_p p{width:100%;margin:0 auto;line-height: 25px;font-size: 15px;}
	.q_n_contact_tel{width:100%;margin:20px auto 0;}
	.q_n_contact_tel_icon{width:48px;float:left;height:40px;}
	.q_n_contact_tel_txt{width:calc(100% - 60px);float:right;height:40px;line-height: 40px;font-size: 28px;font-weight: bold;}
	.q_n_contact_txt_line{width:100%;height:1px;background-color: #aaa;margin:20px auto;}
	.q_n_contact_txt_phone{width:100%;font-size: 20px;line-height: 30px; font-family:Arial, Helvetica, sans-serif}
	.q_n_contact_txt_phone_add{width:100%;font-size: 20px;line-height: 30px;margin:5px auto 0;}
	.q_n_contact_txt_phone_add span{margin-right: 10px;font-size: 20px;line-height: 30px;}

/* q_n_contact end!  */


/* number  start! */
	.q_number{width:100%;padding:50px 0;color:#fff;margin:100px auto 0;background-color: #004ea1;}
	.q_number_item{width:33.33%;float:left;padding:5px 20px;text-align: center;}
	.q_number_top{width:100%;margin:0 auto;padding:0;}
	.q_number_top .timer{font-size: 60px;font-family: Arial;}
	.q_number_top .sub{font-size: 16px;vertical-align: top;}
	.q_number_txt{width:100%;margin:10px auto 0;padding:0;font-size: 17px;}
/* number  end! */



/* pagelist start!  */
	.pagelist {list-style: none;line-height: 45px;margin:50px auto 30px;text-align: center;padding:5px 0;}
	.pagelist > a,.pagelist>span{
		display: inline-block;text-decoration: none;outline: none;min-width:40px;height:35px;line-height: 35px;
		font-size: 15px;padding:0 10px;color:#222;background-color: #f3f3f3;margin:3px 2px;border-radius: 5px;transition: all .1s;}
	.pagelist > span{color:#fff;background-color: #004ea1;}
	.pagelist >a:hover{color:#fff;background-color: #004ea1;}
	@media(max-width: 1400px){
		.pagelist {margin:35px auto 20px;}
	}
	@media(max-width: 760px) {
		.pagelist {margin:20px auto 5px;}
		.pagelist > a,.pagelist > span{min-width:40px;height:30px;line-height: 30px;font-size: 11px;font-weight: normal;padding:0 8px;font-weight: normal;}
	}
	@media(max-width: 500px) {
		.pagelist {line-height: 40px;margin:25px auto 10px;}
		.pagelist > a,.pagelist > span{min-width:40px;height:30px;line-height: 30px;font-size: 12px;margin:3px 1px;}
	}
/* pagelist end!  */

/* page start! */
	.page{width:100%;margin:20px auto;line-height: 25px;}
	.page-a{width:50%;padding:0;float:left;color:#999;font-size: 12px;}
	.page-a a{outline: none;color:#fff;background-color: #004ea1;padding:5px 30px;display: inline-block;letter-spacing: 1px;border:1px solid #004ea1;transition: all 0.1s;}
	.page-a a:hover{color:#004ea1;background-color: #fff;}
	.page-next{float:right;text-align: right;}
	@media (max-width: 760px) {
		.page-a a{padding:4px 25px;}
	}
/* page end! */

.q_show_pic{width:100%;margin:10px auto;padding:0;}
.q_show_pic p{width:100%;margin:0 auto 5px;padding:0;text-align: center;}
.q_show_pic p img{max-width:100%;}





/* q_footer_main */
.main1200 {
    width: 1200px;
    margin: 0 auto;
}
	.q_footer .main1200:after{content:"."; display:block; height:0; visibility:hidden; clear:both;}
	.q_footer .main1600:after{content:"."; display:block; height:0; visibility:hidden; clear:both;}
	.q_footer_main{width:100%;margin:0 auto;padding:45px 0;background-color: #404040;}
	.q_footer_item{width:50%;float:left;}
	.q_footer_item2{width:40%;}
	.q_footer_title{width:100%;margin:0 auto;line-height: 30px;height:30px;}
	.q_footer_title:after{content:"."; display:block; height:0; visibility:hidden; clear:both;}
	.q_footer_title_icon{width:30px;height:30px;float:left;}
	.q_footer_title_span{width:calc(100% - 30px);float:right;font-size: 17px;font-weight: bold;color:#fff;}
	.q_footer_content{width:100%;margin:30px auto 0;padding:0 0 0 30px;}
	.q_footer_contact{width:100%;margin:0 auto;padding:0;}
	.q_footer_contact:after{content:"."; display:block; height:0; visibility:hidden; clear:both;}
	.q_footer_contact_item{width:50%;float:left;padding:0 20px 0 0;margin:0 0 10px 0;}
	.q_footer_contact_item:after{content:"."; display:block; height:0; visibility:hidden; clear:both;}
	.q_footer_contact_item_icon{width:20px ;float:left;}
	.q_footer_contact_item_txt{width:calc(100% - 28px);float:right;height:20px;line-height: 20px;color:#eee;font-size: 13px;overflow: hidden;text-overflow: ellipsis;white-space: nowrap;}
	.q_footer_line{width:15%;height:1px;background-color: #fff;margin:15px 0 0 8%;}
	.q_footer_contact1{margin:20px auto 0;}
	.q_footer_contact1 .q_footer_contact_item{width:100%;}
	.q_footer_product_list{width:100%;margin:0 auto;}
	.q_footer_product_list:after{content:"."; display:block; height:0; visibility:hidden; clear:both;}
	.q_footer_product_list li{float:left;margin:0 15px 10px 0;}
	.q_footer_product_list li a{line-height: 20px;color:#eee;font-size: 13px;}
	.q_footer_product_list li a:hover{color:#00a6c9;}
	.q_footer_weixin{width:100%;margin:20px auto 0;}
	.q_footer_weixin a{outline: none;display: inline-block;width:40px;height:40px;line-height: 40px;border-radius: 50%;background-color: #fff;
		color:#0a79d2;font-size: 17px;margin:0 6px;text-align: center;position: relative;
	}
	.q_footer_weixin a .icon_hover{position: absolute;width: 100px;top: -130px;left: 50%;margin-left: -50px;box-shadow: 0 0 5px#ccc;display:none;z-index: 99999999999;overflow: hidden;transition: all .3s;}
	.q_footer_weixin a:hover .icon_hover{animation: 0.3s linear 0s normal both 1 running fadeInDown;display:block;}

	.q_footer_b{width:100%;margin:0 auto;padding:20px 0;background-color: #1d1d1d;color:#aaa;}
	.q_footer_b span,.q_footer_b a{margin:0 2px;line-height: 20px;font-size: 12px;color:#aaa;outline: none;}
	.q_footer_b a:hover{color:#00a6c9;}
	.q_footer_b span a{margin:0;}
	.q_footer_b_r{width:15%;float:right;text-align: right;}
	.q_footer_b_l{width:80%;float:left;}
/* q_footer end! */




/* Layout container */
        .content-container {
            display: flex;
            align-items: center;
            max-width: 1200px;
            margin: 0 auto;
            gap: 40px;
        }
        
        /* Text content styles */
		
		
		
        .text-content {
            flex: 1;
            padding: 20px;
        }
        
		.text-title {
             font-size: 1.4rem;           
            color:#09F;
			width:100%;
			 padding: 0px 10px;
			 line-height:2.4rem;
			 font-weight:bold;
             
	    }
        .text-content h2 {
            font-size: 2rem;
            margin-bottom: 15px;
            color: #222;
        }
        
        .text-content p {
            font-size: 1.2rem;
            margin-bottom: 20px;
			font-family: 'Arial', sans-serif;
            line-height: 1.6;
            margin: 0;
            padding: 0px 10px;
        }
        
        /* Image styles */
        .image-container {
            flex: 1;
            text-align: center;
        }
        
        .image-container img {
            max-width: 100%;
            height: auto;
            border-radius: 8px;
            box-shadow: 0 4px 12px rgba(0,0,0,0.1);
        }
        
        /* Responsive adjustments */
        @media (max-width: 768px) {
            .content-container {
                flex-direction: column;
                gap: 20px;
            }
            
            .text-content, .image-container {
                width: 100%;
                padding: 10px;
            }
        }