@charset "UTF-8"; 
/* css utf-8 编码声明  下面注释若有必要可自行删除
Write by 奇点网络 WWW.QIDIANRT.COM  QQ/WeChat：1195650011  Tel：15508600880 
 */
/* 此CSS样式为奇点网络-李露露编写 类名通用加前缀 q_ */
@font-face{
  font-family: SourceHanSansRegular;
  src: url('./SourceHanSansCN-Regular.otf');
}
@font-face{
  font-family: SourceHanSansBold;
  src: url('./SourceHanSansCN-Bold.otf');
}


body {
	width:100%;
	margin:0 auto;
	min-height: 100px;
	font-family: SourceHanSansRegular,'Microsoft Yahei',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:hover{color:#014d8b;}
/* 统一调整字间距以及过渡效果 */
div,a,span,p,ul,li{transition: all 0.6s;padding:0;margin:0;}
p,.p {margin:0;}
.main1200{width:1200px;margin:0 auto;}
.main1400{width:1400px;margin:0 auto;}
.main1500{width:1500px;margin:0 auto;}
/* 电脑端隐藏 */
@media (min-width:640px ) {
	.pc_hidden{display: none;}
}
/* 手机端隐藏 */
@media (max-width:640px ) {
	.m_hidden{display: none;}
}
/* 平板端隐藏 */
@media (min-width:640px ) and (max-width: 1000px) {
	.pb_hidden{display: none;}
}
@media (max-width: 640px) {
	.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;}
}
/* 返回顶部  结束 */
@font-face{
	font-family: 'SYHT_Regular';
	src:url('SourceHanSansCN-Regular.otf');
}
@font-face{
	font-family: 'SYHT_Bold';
	src:url('SourceHanSansCN-Bold.otf');
}
@font-face{
	font-family: 'SYHT_Normal';
	src:url('SourceHanSansCN-Normal.otf');
}
@font-face{
	font-family: 'SYHT_ExtraLight';
	src:url('SourceHanSansCN-ExtraLight.otf');
}
@font-face{
	font-family: '方正兰亭大黑';
	src:url('FZLTDHK.TTF');
}
@font-face{
	font-family: '苹果黑体';
	src:url('STHeiti-Light.ttf');
}

/* q_header 顶部通用样式  开始 */
	.q_header{width:100%;margin:0 auto;}
	.q_top{width:100%;margin:0 auto;padding:20px 0;background-color: #2b2b2b;text-align: right;transition:all 0s;
		position: fixed;top:130px;left:0;display: none; z-index: 999999999999999999999999;
	}
	.q_top.q_top_fixed{top:71px;animation: 0.5s ease-in-out 0s normal both 1 running fadeInDown;}
	/* 搜索 */
	.q_search_close{width:50px;float: left;margin-left: 600px; display: block;padding:0 10px; color:#fff;line-height: 30px;font-size: 18px;cursor: pointer;}
	.q_search{width:300px;display: inline-block;}
	.q_search .form-group{padding-bottom: 0px;}
	.q_search .input{border:0;border-radius: 0;height: 30px;line-height: 18px;font-size: 12px;background-color: #666;color:#fff;padding: 6px 12px;}
	.q_search .button{border:0;border-radius: 0;color:#fff;line-height: 18px;}
	.q_search .button:hover,.q_search .button:focus{background-color: rgba(43,43,43,0);}
	/* 导航 */
	.q_header_main{width:100%;margin:0 auto;padding:30px 0;background-color: #fff;transition:all 0s;}
	.q_logo{width:260px;height:70px;float:left;transition:all 0s;}
	.q_logo a{outline: none;display: block;width:100%;transition:all 0s;}
	.q_nav{width:850px;height:70px;float:right;text-align: right;transition:all 0s;}
	.q_nav>li{display: inline-block;margin-left: 25px;height:70px;line-height: 70px;color:#414141; font-size: 17px;transition:all 0s;position: relative;text-align: center;}
	.q_nav>li>a{outline: none;display: inline-block;padding:0;line-height: 70px;position: relative;transition:all 0s;color:#555;width:70px;}
	.q_nav>li>a:hover,.q_nav>li>a.on{color:#014d8b;}
	.q_nav>li>a:after{position: absolute;left: 50%;transform: translateX(-50%);bottom: -5px;content: "";width: 0;height: 3px;border-radius: 5px;z-index:100000;
		-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>li>a:hover:after,.q_nav>li>a.on:after{width: 100%;background-color: #014d8b;}
	.q_nav_son{position: absolute;min-width: 160px;margin-left:-45px;top:75px;left:0;z-index: 99999;
		text-align: center;background-color: rgba(255,255,255,.9);padding:30px 0px 10px;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,.75);}
	.q_nav_son>li:hover a{color:#fff;}


	.q_header_main.q_header_fixed{position: fixed;top:0; left:0;z-index: 9999;padding:15px 0;
		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_main.q_header_fixed .q_logo{width:149px;height:40px;}
	.q_header_main.q_header_fixed .q_nav{width:900px;height:40px;}
	.q_header_main.q_header_fixed .q_nav>li{margin-left: 30px;height:40px;line-height: 40px;font-size: 15px;}
	.q_header_main.q_header_fixed .q_nav>li>a{padding:0;line-height: 40px;}
	.q_header_main.q_header_fixed .q_nav>li>a:after{bottom: -5px;}
	.q_header_main.q_header_fixed .q_nav_son{top:31px;}

/* q_header 顶部通用样式  结束 */

/* 首页banner代码区块  q_banner 开始 */
	.q_banner{width:100%;height:700px;margin:0 auto;padding:0;}
	.sweiper_banner,.sweiper_banner .swiper-wrapper{width:100%;height:100%;margin:0 auto;padding:0;}
	.sweiper_banner .swiper-slide{height:100%;background:url('../images/banner.jpg') no-repeat center center;}
	.sweiper_banner .swiper-pagination-bullets{bottom:25px;}
	.sweiper_banner .swiper-pagination-bullet{width:60px;height:7px;border-radius: 0;}
/* 首页banner代码区块  q_banner 结束 */

/* 首页模块 通用  q_section 开始 */
	.q_section{width:100%;margin:0 auto;padding:60px 0 75px;}
	.q_section_title{width:100%;margin:0 auto;padding:0; text-align: center;}
	.q_section_main{width:100%;margin:50px auto 0;padding:0;}
/* 首页模块 通用  q_section 结束 */

/* 首页 大秦新闻 q_news 开始 */
	.q_news_left{width:500px;float:left;}
	.q_news_list{width:calc(100% - 600px);float:right;height:410px;}
	.q_news_left_img{width:500px;height:282px;margin:18px auto 0;overflow: hidden;}
	.q_news_left_img a{outline: none;display: block;overflow: hidden;}
	.q_news_left_img a img{
		width:100%;
		/*transition: all 0.5s;*/
		-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_news_left_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_news_left_h{width:100%;margin:20px auto 0;line-height: 30px;font-size: 18px;color:#2b2b2b;
		overflow: hidden;text-overflow:ellipsis;white-space: nowrap;
	}
	.q_news_left_h a{outline: none;color:#2b2b2b;}
	.q_news_left_p{width:100%;margin:10px auto 0;font-size:14px;color:#777;line-height:25px;height:50px;overflow:hidden;text-align:justify;}
	.q_news_item{width:100%;margin:0 auto 20px;padding:20px 0;border-bottom: 1px solid #ccc;}
	.q_news_item_date{width:85px;height:85px;float:left;background-color: #b9b9b9;color:#fff;text-align: center;padding:20px 0;font-family: "Arial";}
	.q_news_item_date_big{line-height: 30px;font-size: 30px;font-weight: bold;}
	.q_news_item_date_small{line-height: 15px;font-size: 12px;}
	.q_news_item_txt{width:calc(100% - 100px); height:85px;float:right;padding-right: 20px;}
	.q_news_item_txt h2{width:100%;height:30px;padding:0;margin:0 auto;}
	.q_news_item_txt h2 a{outline: none;display: block; width:100%;height:30px;line-height: 30px;padding:0;margin:0 auto;font-size: 18px;color:#2b2b2b;
		overflow: hidden;text-overflow:ellipsis;white-space: nowrap;
	}
	.q_news_item_txt p{width:100%;margin:7px auto 0;line-height: 20px;height:40px;font-size:13px;color:#777;text-align: justify;overflow: hidden;}
	.q_news_item:hover{background-color: #e4ecf5;}
	.q_news_item:hover .q_news_item_date{background-color: #2463a9;}
	.q_news_more{width:100%;margin:25px auto 0;text-align: right;}
	.q_news_more a{outline: none;font-family: "SYHT_Regular";font-size:14px;font-weight: bold;color:#2463a9;line-height: 20px;}
	.q_n_video_more{text-align: center;margin: 35px auto 10px;}
/* 首页 大秦新闻 q_news 结束 */

/* 首页 集团简介  q_about 开始 */
	.q_about{background-color:#f7f7f7;}
	.q_about_main{width:100%;margin:50px auto 0;padding:0 0 15px;border-bottom: 1px solid #ddd;}
	.q_about_r{width:680px;height:406px;float:right;}
	.q_about_l{width:calc(100% - 730px); float:left;}
	.q_about_p{width:100%;margin:30px auto 0;line-height: 25px;font-size: 14px;text-align: justify;}
	.q_about_p p{margin-bottom: 10px;text-indent: 28px;color:#666;}
	/* 视频代码 */

    #video {width: 100%;height: 100%;margin: 0 auto;position: relative;z-index: 1;}
    #video video {width: 100%;height: 100%;object-fit: fill;}
    .VideoBtn {position: absolute;left: 50%;top: 50%;display: block;width: 70px;height: 70px;margin-left: -35px;margin-top: -35px;cursor: pointer;z-index: 10;}


/* 首页 集团简介  q_about 結束 */

/* 首页 核心业务  q_business 开始 */
	.q_business{}
	.q_business_item{width:581px;height:354px;float:left;}
	.q_business_item_l{float:left;}
	.q_business_item_r{float:right;}
	.q_business_item a{outline: none;display: block;width:100%;position: relative;}
	.q_business_item_mask{position: absolute;width:100%;height:100%;top:0;left:0;background-color: rgba(0,5,10,.6);}
	.q_business_item_mask_in{width:100%;margin:0 auto;padding:0 30px;position: absolute;top:50%;text-align: center;color:#fff;
		transform:translateY(-50%);
		-webkit-transform:translateY(-50%);
		-moz-transform:translateY(-50%);
		-ms-transform:translateY(-50%);
		-o-transform:translateY(-50%);
	}
	.q_business_item_icon{width:100%;margin:0 auto;overflow: hidden;transition: all 0s;}
	.q_business_item_h{width:100%;margin:20px auto 0;text-align: center;}
	.q_business_item_h span{display: inline-block;width:60px;position: relative;font-size: 17px;font-weight: bold;letter-spacing: 2px;line-height: 25px}
	.q_business_item_h span::before{position: absolute;left: -105px;
		bottom: 10px;content: "";width: 85px;height: 1px;border-radius: 5px;background-color: #fff;
	}	
	.q_business_item_h span::after{position: absolute;left: 80px;
		bottom: 10px;content: "";width: 85px;height: 1px;border-radius: 5px;background-color: #fff;
	}
	.q_business_item_p{width:100%;margin:25px auto 0;text-align: justify;height:0;overflow: hidden;transition: all 0.4s;}
	.q_business_item_p p{width:100%;margin:0 auto; font-size: 12px;line-height: 22px;text-indent: 36px;}
	.q_business_item:hover{box-shadow: 3px 3px 10px #313131}
	.q_business_item:hover .q_business_item_mask{background-color: rgba(36,99,169,.93);}
	.q_business_item:hover .q_business_item_icon{height:0;}
	.q_business_item:hover .q_business_item_p{height:132px;}
/* 首页 核心业务  q_business 结束 */

/* 首页 产业布局  q_plan 开始 */
	.q_plan{background-color: #f7f7f7;}
	.q_plan_main{position: relative;width:100%;margin:30px auto 0;}
	.q_plan_list{width:100%;height:100%;position: absolute;top:0;left:0;}
	.q_plan_list span{display: inline-block;font-size: 24px;color:#282828;position: absolute;}
	.q_plan_list span.plan_title_BeiJing{color:#0361ad;}
	.q_plan_list span.plan_title_America{color:#0361ad;}
	.q_plan_list span.plan_title_BeiJing{color:#0361ad;}
	.q_plan_list span.plan_title_qufu{color:#0361ad;}
	.q_plan_list span.plan_title_ShangHai{color:#0361ad;}
	.q_plan_list span.plan_title_JiNan{color:#0361ad;}
	.plan_title_America{top:141px;left:-15px;}
	.plan_title_qufu{top:230px;left:1150px;}
	.plan_title_ShenZhen{top:265px;left:-15px;}
	.plan_title_BeiJing{top:-15px;left:1150px;}
	.plan_title_JiNan{top:153px;left:1150px;}
	.plan_title_ShangHai{top:425px;left:1150px;}
	.plan_title_HongKong{top:400px;left:-15px;}
	.q_plan_title:hover{color:#0361ad;font-weight:600;
		-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);
	}
	.plan_title_BeiJing,.plan_title_America,.plan_title_qufu,.plan_title_ShangHai,.plan_title_JiNan{color:#0361ad;}
	.q_plan_cicle{width:10px;height:10px;border-radius: 50%;background-color:#0361ad;transform: all 0.8s;}
	.plan_cicle_America{top:215px;left:225px;}
	.plan_cicle_qufu{top:240px;left:965px;}
	.plan_cicle_ShenZhen{top:277px;left:958px;}
	.plan_cicle_BeiJing{top:195px;left:947px;}
	.plan_cicle_JiNan{top:226px;left:968px;}
	.plan_cicle_ShangHai{top:248px;left:988px;}
	.plan_cicle_HongKong{top:281px;left:970px;}
	.q_plan_cicle_hover,.q_plan_cicle:hover{
		-moz-transform:scale(1.5,1.5); 
		-ms-transform:scale(1.5,1.5); 
		-o-transform:scale(1.5,1.5); 
		-webkit-transform:scale(1.5,1.5); 
		transform:scale(1.5,1.5);
	}

/* 首页 产业布局  q_plan 结束 */

/* 首页 友情链接  q_flink 开始 */
	.q_flink{}
	.q_flink_main ul li{width:24.1%;float:left;margin:0 1.2% 20px 0;}
	.q_flink_main ul li:nth-of-type(4n){margin:0 0 20px 0;}
	.q_flink_main ul li a{outline: none;display: block;padding:20px;line-height: 20px;font-size: 16px;color:#fff;border:1px solid rgba(0,0,0,0);
		background-color: #b9b9b9;text-align: center;letter-spacing: 1px;
	}
	.q_flink_main ul li:nth-of-type(1) a,.q_flink_main ul li:nth-of-type(3) a,
	.q_flink_main ul li:nth-of-type(6) a,.q_flink_main ul li:nth-of-type(8) a,
	.q_flink_main ul li:nth-of-type(10) a,.q_flink_main ul li:nth-of-type(11) a{background-color: #2463a9;}
	.q_flink_main ul li a:hover{box-shadow: 3px 3px 10px #888;border:1px solid #000;background-color: #000;}
/* 首页 友情链接  q_flink 结束 */

/* q_footer 底部通用样式  开始 */
	.q_footer{width:100%;margin:0 auto;padding:0;background-color: #5c5c5c;color:#fff;}
	.q_footer a{outline: none;color:#fff;}
	.q_footer a:hover{color:#f67706;}
	.q_footer_top{width:100%;margin:0 auto;padding:55px 0 90px;}
	.q_footer_title{width:100%;font-size: 22px;font-family: "Arial";line-height: 35px;height:35px;text-transform: uppercase;}
	.q_footer_main{width:100%;margin:10px auto 0;padding:0;}
	.q_footer_l{width:660px;float:left;}
	.q_footer_l_img{width:94px; float:left;padding:5px 0 0;}
	.q_footer_l_txt{width:calc(100% - 130px);float:right;}
	.q_footer_l_li{width:100%;margin:0 auto 10px;}
	.q_footer_l_li:after{content:"."; display:block; height:0; visibility:hidden; clear:both;font-size: 0;}
	.q_footer_l_li_h{width:60px;height:35px;float:left;font-size: 18px;line-height: 35px;}
	.q_footer_l_li_p{width:calc(100% - 65px);float:right;}
	.q_footer_l_li_p p:nth-of-type(1){font-size: 13px;color:#ccc;line-height: 16px;}
	.q_footer_l_li_p p:nth-of-type(2){font-size: 14px;color:#ccc;line-height: 19px;}




	.q_footer_l_txt_item{width:50%;float:left;padding:0 20px 0 0;}
	.q_footer_l_txt_item h3{width:100%;margin:0 auto 10px;font-size: 17px;line-height: 25px;color:#fff;}
	.q_footer_l_txt .p{width:100%;margin:0 auto;line-height: 25px;font-size: 14px;color:#eee;}
	.q_footer_l_txt .p span{display:block;}
	.q_footer_l_txt .p span.q_p_span{width:50px;float:left;}
	.q_footer_l_txt .p span.q_p_span_r{width:calc(100% - 60px);float:left;}
	.q_footer_line{width:20px;height:155px;float:left;background:url('../images/q_footer_line.png') no-repeat top center;}
	.q_footer_r{width:calc(100% - 710px);float:right;}
	.q_footer_item{width:20%;float:left;}
	.q_footer_item_h{width:100%;margin:0 auto;padding:0;line-height: 30px;height:30px;font-size: 16px;letter-spacing: 1px;}
	.q_footer_item ul{width:100%;margin:5px auto 0;padding:0 15px 0 0;}
	.q_footer_item ul li{width:100%;margin:0 auto;padding:0;}
	.q_footer_item ul li a{outline: none;display: block;line-height: 20px;font-size: 12px;color:#bbb;}

	.q_footer_bottom{width:100%;margin:0 auto;padding:20px 0;background-color: #2b2b2b;line-height: 20px;color:#ccc;font-size: 12px;text-align: center;letter-spacing: 1px;}
	.q_footer_bottom span{display: inline-block;margin:0 5px;}
	.q_footer_bottom span a{margin:0;}
	.q_footer_bottom a{outline: none; display: inline-block;margin:0 5px;color:#ddd;}
/* q_footer 底部通用样式  结束 */

/* 内页通用代码  q_banner_n 开始 */

	/* bnner部分 */
	.q_n_banner{width:100%;margin:0 auto;padding: 0;height:453px;background:url('../images/banner_n.jpg') no-repeat center center;}
	.q_banner_about{background-image: url(../images/banner_about.jpg);}
	.q_banner_about_index{background-image: url(../images/banner_about_index.jpg);}
	.q_banner_about_leader{background-image: url(../images/banner_about_leader.jpg);}
	.q_banner_news{background-image: url(../images/banner_news.jpg);}
	.q_banner_news_small{background-image: url(../images/banner_news_small.jpg);}
	.q_banner_event_small{background-image: url(../images/banner_event_small.jpg);}
	.q_banner_job{background-image: url(../images/banner_job.jpg);}
	.q_banner_job_small{background-image: url(../images/banner_job_small.jpg);}
	.q_banner_culture{background-image: url(../images/banner_culture.jpg);}
	.q_banner_business{background-image: url(../images/banner_business.jpg);}
	.q_banner_business_small{background-image: url(../images/banner_business_small.jpg);}
	.q_banner_contact{background-image: url(../images/banner_contact.jpg);}
	.q_banner_search_small{background-image: url(../images/banner_search_small.jpg);}

	/* bnner部分 左右结构 */
	.q_n_banner_small{height:190px;}
	.q_banner_honor{background-image: url(../images/banner_honor.jpg);}

	/* 主体部分 */
	.q_main{width:100%;margin:0 auto;padding:30px 0 0;min-height:500px;}
	.q_main_title{display: inline-block;}
	.q_main_title_l{width:25px;height:35px;float:left;background-color: #2463a9;margin-top: 5px;}
	.q_main_title_en{line-height: 40px;color:#2463a9;font-size: 40px;font-weight: bold;}
	.q_main_title_en span{display: block;}
	.q_main_title_cn{width:100%;font-size: 28px;color:#282828;margin-top:5px;}
	.q_main_title_r{margin-left: 15px;float:left;}

	.q_n_p{width:100%;margin:0 auto;padding:0;}
	.q_n_p p{width:100%;margin:0 auto 10px;padding:0;font-size: 14px;color:#3b3e43;line-height: 1.8;text-indent: 28px;text-align:justify;}

	/* 分页部分通用 开始  */
		.pagelist {list-style: none;line-height: 45px;margin:50px auto 20px;text-align: center;padding:5px 0;font-family: "思源黑体";}
		.pagelist > a,.pagelist>span{
			display: inline-block;text-decoration: none;outline: none;min-width:40px;height:35px;line-height: 35px;
			font-size: 13px;padding:0 15px;color:#666;margin:3px 4px;transition: all .4s;border:1px solid #bbb;}
		.pagelist > span{color:#fff;background-color: #2463a9;border:1px solid #2463a9;}
		.pagelist >a:hover{color:#fff;background-color: #2463a9;border:1px solid #2463a9;}

		@media(max-width: 1400px){
			.pagelist {margin:35px auto 15px;}
		}
		@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;}
		}
	/* 分页部分通用 结束  */

	/* 主体部分 左右结构  */
	.q_content{width:100%;margin:0 auto;padding:0;min-height:500px;}
	.q_content_l{width:230px;float:left;padding:50px 0;}
	.q_content_l_top{width:100%;margin:0 auto;padding:10px 15px;font-size: 28px;color:#727171;border-bottom: 3px solid #2463a9;}
	.q_content_l_nav{width:100%;margin:0 auto;padding:0 10px 0 0;}
	.q_content_l_nav li{width:100%;margin:0 auto;padding:0 0 0 15px; line-height: 40px;height:40px;border-bottom: 1px solid #eee;position: relative;}
	.q_content_l_nav li a{outline: none;display: inline-block;line-height: 40px;height:40px;color:#666;width: calc(100% - 25px);float:left;
		overflow: hidden;text-overflow:ellipsis;white-space: nowrap;
	}
	.q_content_l_nav li span{display: inline-block;width:20px;float:right;color:#666;}
	.q_content_l_nav li:hover span,.q_content_l_nav li:hover a,.q_content_l_nav li.on span,.q_content_l_nav li.on a{color:#2463a9;}
	.q_content_r{width:calc(100% - 230px);float:left;border-left:1px solid #ddd;padding:30px 0 30px 40px;}
	.q_content_r_top{width:100%;margin:0 auto;padding:0 0 10px;border-bottom: 1px solid #e5e5e5;}
	.q_catname{width:49%;float:left;line-height: 23px;height:23px;font-size: 14px;color:#555;}
	.q_catname_en{font-size: 22px;font-family: "Arial";color:#888;text-transform: uppercase;}
	.q_catname_cn{font-size: 16px;color:#888;border-left: 1px solid #ccc;line-height: 25px;height:25px;padding-left:5px;}
	.q_position{width:50%;float:right;line-height: 25px;height:25px;text-align: right;font-size: 12px;color:#888;}
	.q_position a{outline: none;display: inline-block;color:#888;}

	/* 右侧主体 */
	.q_content_r_main{width:100%;margin:30px auto 0;padding:0;min-height: 400px;}
/* 内页通用代码  q_banner_n 结束 */

/* 内页关于大秦  q_banner_n 开始 */
	.q_n_about{margin:30px auto 0;}
	.q_n_about_index{margin:30px auto;}
	/* 第一部分 */
	.q_n_about1{width:100%;margin:0 auto;padding:0 0 30px;}
	.q_n_about1_main{width:100%;margin:85px auto 0;padding:0;}
	.q_n_about1_l{width:45%;float:left;}
	.q_n_about1_l h1{width:100%;margin:0 auto;padding:0;font-size: 24px;color:#000;line-height: 30px;height:30px;
		overflow: hidden;text-overflow:ellipsis;white-space: nowrap;
	}
	.q_n_about1_l .q_n_p{margin:35px auto 0;}
	.q_n_about1_r{width:48%;float:right;position: relative;}
	.q_n_about1_r_img{width:547px;height:453px;margin-top: 0px;}
	.q_n_about1_r_img img{width:100%;transition: all 0.6s;}
	.q_n_about1_r_icon{position: absolute;width:76px;height:76px;top:400px;left:-27px;}
	.q_n_about1_r_line{width:3px;height:60px;background-color: #c2c2c2;position: absolute;top:300px;left:-45px;border-radius: 5px;}
	.q_n_about1_r:hover .q_n_about1_r_img img{
		-moz-transform:scale(1.1,1.1); 
		-ms-transform:scale(1.1,1.1); 
		-o-transform:scale(1.1,1.1); 
		-webkit-transform:scale(1.1,1.1); 
		transform:scale(1.1,1.1);
		box-shadow: 0 0 5px #ddd;
	}
	.q_n_about1_r:hover .q_n_about1_r_icon{box-shadow: 0 0 5px #2463a9;}
	.q_n_about1_r:hover .q_n_about1_r_line{background-color:#2463a9;}
	/* 第二部分 发展历程 */
	.q_n_about2{width:100%;margin:50px auto 0;padding:0;height:823px;padding:100px 0;}
	.q_n_event{background:url('../images/q_n_event_bg.jpg') no-repeat top center;}
	.q_n_event .q_main_title{float:right;color:#fff;}
	.q_n_event .q_main_title_l{background-color:#fff;}
	.q_n_event .q_main_title_en{color:#fff;}
	.q_n_event .q_main_title_cn{color:#fff;}
	.q_n_event_main{width:100%;margin:50px auto 0;padding:0;height: 450px;overflow-y:auto;}
	.q_n_event_main::-webkit-scrollbar {width: 5px;height: 1px;}
	.q_n_event_main::-webkit-scrollbar-thumb {border-radius: 10px;-webkit-box-shadow: inset 0 0 5px rgba(0,0,0,0.2);background: #2463a9;height: 30px;}
	.q_n_event_main::-webkit-scrollbar-track {-webkit-box-shadow: inset 0 0 5px rgba(0,0,0,0.2);border-radius: 10px;background: #ededed;}
	.q_n_event_list{width:1000px;margin:0 auto;padding:0;}

	/* The line and The date/time */
	.cbp_tmtimeline {margin: 0 auto;padding:0;list-style: none;position: relative;} 
	.cbp_tmtimeline:before {content: '';position: absolute;top: 0;bottom: 0;border-left: 2px dashed #fff;left: 20%;margin-left: -6px;}
	.cbp_tmtimeline > li{position: relative;}
	.cbp_tmtimeline > li .cbp_tmtime {display: block;width: 25%;padding-right: 100px;position: absolute;}
	.cbp_tmtimeline > li .cbp_tmtime span {display: block;text-align: right;color: #2463a9;font-size: 18px;padding:10px;
		text-align: center;color:#fff;background-color: #2463a9;letter-spacing: 1px;
	}
	.cbp_tmtimeline > li .cbp_tmlabel {margin: 0 0 15px 25%;background: #2463a9;color: #fff;padding:25px 40px;font-size: 1.2em;font-weight: 300;
		line-height: 1.4;position: relative;border-radius: 5px;
	}
	.cbp_tmtimeline > li .cbp_tmlabel h2 {margin-top: 0px;padding: 0 0 5px 0;font-size: 20px;}
	.cbp_tmtimeline > li .cbp_tmlabel p {font-size: 13px;line-height: 1.5;}
	.cbp_tmtimeline > li .cbp_tmlabel:after {right: 100%;border: solid transparent;content: " ";height: 0;width: 0;position: absolute;
		pointer-events: none;border-right-color: #2463a9;border-width: 10px;top: 10px;
	}
	/* The icons */
	.cbp_tmtimeline > li .cbp_tmicon {width: 10px;height: 10px;speak: none;font-style: normal;font-weight: normal;
		font-variant: normal;text-transform: none;font-size: 1.4em;line-height: 40px;-webkit-font-smoothing: antialiased;position: absolute;
		color: #fff;background: #fff;border-radius: 50%;box-shadow: 0 0 0 3px #2463a9;text-align: center;left: 20%;top: 15px;margin: 0 0 0 -10px;
	}

	/* 企业荣誉 */
	.q_n_honor{width:100%;margin:80px auto 0;padding:0;}
	.q_n_honor_main{width:100%;height:573px; margin:70px auto 0;padding:0;position: relative;}
	.q_n_honor_item{width:671px;height:389px;position: absolute;color:#fff;}
	.q_n_honor_item a{outline: none;color:#fff;}
	.q_n_honor_item a:hover{color:#f67706;}
	.q_n_honor_l{top:0;left:0;background:url('../images/q_n_honor_l_bg.jpg')no-repeat center center;z-index: 2;padding:60px 230px 50px 60px;}
	.q_n_honor_icon{width:120px;height:165px;position: absolute;top:-60px;right:75px;background:url('../images/q_n_honor_icon_bg.png')no-repeat center center;}
	.q_n_honor_r{top:-140px;right:0;background:url('../images/q_n_honor_r_bg.jpg')no-repeat center center;padding:60px 60px 50px 230px;text-align: right;}
	.q_n_honor_b{width:100%;height:288px;position: absolute;top:284px;left:0;text-align: right;background:url('../images/q_n_honor_b.png')no-repeat center right;}
	.q_n_honor_item_h{width:100%;margin:0 auto;padding:0;font-size: 21px;font-family: "SYHT_Normal";line-height: 35px;height:35px;}
	.q_n_honor_item_list{width:100%;margin:15px auto 0;padding:0;height:150px;}
	.q_n_honor_item_list li{width:100%;margin:0 auto;}
	.q_n_honor_item_list li a{display: block;line-height: 30px;height:30px;font-size: 14px;font-family: "SYHT_Normal";letter-spacing: 1px;
		overflow: hidden;text-overflow:ellipsis;white-space: nowrap;
	}
	.q_n_honor_item_list li a span{display: inline-block;height:30px;line-height: 30px;position: relative;margin-right: 20px;}
	.q_n_honor_item_list li a span:after{content: '';position: absolute;top: 15px;background: #fff;width: 20px;height: 1px;transition: all 0.6s;}
	.q_n_honor_item_disc{width:100%;margin:5px auto 0;font-size: 20px;line-height: 20px;height:20px;}
	.q_n_honor_item_list li a:hover{color:#f67706;}
	.q_n_honor_item_list li a:hover span:after{background: #f67706;}
	.q_n_honor_item_more{width:100%;margin:40px auto 0;}
	.q_n_honor_item_more a{outline: none;color:#fff;text-transform: uppercase;font-size: 17px;font-weight: bold;letter-spacing: 1px;}
	/* 主要领导 */
	.q_n_leader{width:100%;padding:100px 0;background-color: #f7f7f7;}
	.q_n_leader .q_main_title{float:right;}
	.q_n_leader_main{width:100%;margin:10px auto 0;padding:0;}
	.q_n_leader_item{width:100%;margin:120px auto 30px;background-color: #e4ecf5;position: relative;}
	.q_n_leader_item_main{width:100%;height:100%;overflow: hidden;padding:50px 60px;position: relative;}
	.q_n_leader_item_img{width:279px;height:389px;position: absolute;box-shadow: 0 0 5px #888;z-index: 2;}

	.q_n_leader_item_txt{width:calc(100% - 335px);float:right;min-height: 240px;position: relative;z-index: 1;}
	.q_n_leader_item_txt h2{width:100%;height:30px;line-height: 20px;font-size: 18px;color:#000;transition: all 0s;}
	.q_n_leader_item_txt h2 span{font-size: 24px;margin-right: 10px;line-height: 30px;transition: all 0s;}
	.q_n_leader_item_txt .q_n_p{width:100%;margin:15px auto 0;padding:0;}
	.q_n_leader_item_txt .q_n_p p{margin:0 auto 5px;color:#444;}
	.q_n_leader_item_main::after {content:"" ;position: absolute;width:100%;height:100%;background-color: #2463a9;bottom:-100%;left:0;opacity:0;z-index: 0;transition: all 0.4s;}
	.q_n_leader_item:hover .q_n_leader_item_img{box-shadow: 0 0 3px #3d83d0;}
	.q_n_leader_item:hover .q_n_leader_item_txt{color:#fff;}
	.q_n_leader_item:hover .q_n_leader_item_txt h2{color:#fff;}
	.q_n_leader_item:hover .q_n_leader_item_txt .q_n_p p{color:#fff;}
	.q_n_leader_item:hover .q_n_leader_item_main::after {bottom:0;opacity:1;}

	.q_n_leader_item1 .q_n_leader_item_img{top:-90px;left:60px;}
	.q_n_leader_item1 .q_n_leader_item_txt{float:right;}

	.q_n_leader_item2 .q_n_leader_item_img{top:-90px;right:60px;}
	.q_n_leader_item2 .q_n_leader_item_txt{float:left;}

	.q_n_leader_item3 .q_n_leader_item_img{top:-90px;left:60px;}
	.q_n_leader_item3 .q_n_leader_item_txt{float:right;}

	.q_n_leader_top{width:100%;margin:0 auto 20px;text-align: center;}

/* 内页关于大秦  q_banner_n 结束 */

/* 内页企业荣誉  q_n_honor 开始 */
	#accordion li{margin:0 auto 15px;}
	.q_n_honor_item_top{width:100%;margin:0 auto;padding:20px 20px 20px 40px;background-color: #2463a9;color:#fff;position: relative;font-size: 18px;line-height: 25px;}
	.q_n_honor_item_top h2{}
	.link_icon{display: inline-block;position: absolute;top:20px;right:20px;width:25px;height:25px;line-height: 25px;text-align: center;cursor: pointer;transition-duration: 0.2s;}
	.submenu{transition: all 0s;display: none;padding:30px 0 10px;}
	.q_n_honor_div{width:100%;margin:0 auto 10px;padding:15px 55px 15px 35px;background-color: #f7f7f7;}
	.q_n_honor_div_img{width:310px;height:175px;float:right;display: none;}
	.q_n_honor_div_img a{outline: none;display: block;width:100%;}
	.q_n_honor_div_date{width: 90px;float:left;line-height: 25px;font-size: 17px;color:#111;}
	.q_n_honor_div_txt{width:calc(100% - 100px);float:left;}
	.q_n_honor_div_txt h3{width:100%;margin:0 auto;}
	.q_n_honor_div_txt h3 a{outline: none;display: block;width:100%;margin:0 auto;font-size: 17px;color:#333;line-height: 25px;height:25px;
		overflow: hidden;text-overflow:ellipsis;white-space: nowrap;
	}
	.q_n_honor_div_txt p{display: none; width:100%;margin:10px auto 0;line-height: 25px;text-align: justify;font-size: 15px;color:#666;max-height: 75px;overflow: hidden;}

	.open .submenu{display: block;}
	.open .link_icon{
		transform:rotate(90deg);
		-ms-transform:rotate(90deg); 	/* IE 9 */
		-moz-transform:rotate(90deg); 	/* Firefox */
		-webkit-transform:rotate(90deg); /* Safari 和 Chrome */
		-o-transform:rotate(90deg); 	/* Opera */

	}
/* 内页企业荣誉  q_n_honor 结束 */

/* 内页新闻动态  q_n_news 开始 */
	/* 新闻封面页 */
	.q_n_news{margin:80px auto 30px;padding:0;}
	/* 大秦要闻 */
	.q_n_news_main{width:100%;margin:50px auto 30px;padding:0;}
	.q_n_news_item{width:100%;margin:0 auto -1px;padding:0;}
	.q_n_news_item_l{width:125px;height:175px;float:left;border-bottom: 1px solid #5c5c5c;padding:60px 0;text-align: center;color:#5c5c5c;}
	.q_n_news_item_l_big{font-size: 36px; height:36px;line-height: 36px;font-family: "Arial";font-weight: bold;}
	.q_n_news_item_l_small{font-size: 14px; height:20px;line-height: 20px;font-family: "Arial";}
	.q_n_news_item_r{width:calc(100% - 165px);height:175px;float:right;border-bottom:1px solid #5c5c5c;padding:25px 0;}
	.q_n_news_item_r_img{width:220px;height: 124px;float:left;}
	.q_n_news_item_r_img a{display: block;width:100%;outline: none;}
	.q_n_news_item_r_txt{width:calc(100% - 230px); float:right;padding:0 15px;}
	.q_n_news_item_r_txt h2{width:100%;margin:0 auto;padding:0;height:30px;}
	.q_n_news_item_r_txt h2 a{width:100%;margin:0 auto;padding:0;height:30px;line-height: 30px;font-size: 17px;color:#444;display: block;
		overflow: hidden;text-overflow:ellipsis;white-space: nowrap;outline: none;
	}
	.q_n_news_item_r_txt p{width:100%;margin:10px auto 0;line-height: 24px;height:72px;text-align: justify;font-size: 13px;color:#777;overflow: hidden;}
	.q_n_news_item:nth-of-type(1) .q_n_news_item_l{border-top:1px solid #5c5c5c;}
	.q_n_news_item:nth-of-type(1) .q_n_news_item_r{border-top:1px solid #5c5c5c;}
	.q_n_news_item:hover{background-color: #e4ecf5;}
	/* 产业新闻 */
	.q_n_news2{width:100%;margin:60px auto 0;height:950px;padding:80px 0; background:url('../images/q_n_news2_bg.jpg') no-repeat center center;}
	.q_n_news2 .q_n_news_main{margin:70px auto 30px;}
	.q_n_news2 .q_main_title{color:#fff;}
	.q_n_news2 .q_main_title_l{background-color:#fff;}
	.q_n_news2 .q_main_title_en{color:#fff;}
	.q_n_news2 .q_main_title_cn{color:#fff;}
	.q_n_news2 .q_n_news_item_l{border-bottom: 1px solid #fff;color:#fff;}
	.q_n_news2 .q_n_news_item_r{border-bottom: 1px solid #fff;}
	.q_n_news2 .q_n_news_item:nth-of-type(1) .q_n_news_item_l{border-top:1px solid #fff;}
	.q_n_news2 .q_n_news_item:nth-of-type(1) .q_n_news_item_r{border-top:1px solid #fff;}
	.q_n_news2 .q_n_news_item_r_txt h2 a{color:#fff;}
	.q_n_news2 .q_n_news_item_r_txt p{color:#eee;}
	.q_n_news2 .q_news_more{margin:40px auto 0;}
	.q_n_news2 .q_news_more a{color:#fff;}
	.q_n_news2 .q_n_news_item:hover{background-color: rgba(36,99,169,.85);}
	/* 视频中心 */
	.q_n_video{width:100%;margin:100px auto 0;padding:0;}
	.q_n_video_main{width:100%;height:680px; margin:80px auto 0;padding:0;position: relative;}
	.q_n_video_img{position: relative;width:1140px;height:678px;z-index: 2;}
	.q_n_video_bg{position: absolute;width:543px;height: 571px;background-color: #2463a9;top:-60px;right:0;}
	.video_top{margin:35px auto 0;}
	.video_top .swiper-slide{text-align: center;}
	.video_thumbs{margin:25px auto 0;}
	.video_thumbs  .swiper-slide{border:2px solid #2463a9;position: relative;}
	.video_thumbs  .swiper-slide-thumb-active{border:2px solid #f60;}
	#video1,#video2,#video3,#video4,#video5,#video6{width: 1140px;height: 678px;margin: 0 auto;position: relative;}
	#video1 video,#video2 video,#video3 video,#video4 video,#video5 video,#video6 video {width: 100%;height: 100%;object-fit: fill;}
    .VideoBtn1,.VideoBtn2,.VideoBtn3,.VideoBtn4,.VideoBtn5,.VideoBtn6 {position: absolute;left: 50%;top: 50%;display: block;width: 70px;height: 70px;margin-left: -35px;margin-top: -35px;cursor: pointer;z-index: 10;}
	#video1:hover .q_n_video_item_img_mask{top:0;}
	.video_mask{width:100%;height:100%;position: absolute;left:0;top:0;background-color: rgba(0,0,0,.5)}
	.video_txt{width:100%;margin:0 auto;height:25px;line-height: 25px;text-align: center;font-size: 17px;color:#fff;position: absolute;letter-spacing: 1px;font-weight: bold;top:50%;
		transform:translateY(-50%);
		-webkit-transform:translateY(-50%);
		-moz-transform:translateY(-50%);
		-ms-transform:translateY(-50%);
		-o-transform:translateY(-50%);
	}
	/* 底部案例 */
	.q_n_news_case{width:100%;margin:50px auto 80px;padding:0;}
	.q_n_news_case_item{width:19%;margin:0 1.25% 0 0;float:left;}
	.q_n_news_case_item:nth-of-type(5){margin:0;}
	.q_n_news_case_item a{outline: none;display: block;width:100%;overflow: hidden;position: relative;}
	.q_n_news_case_mask{position: absolute;width:100%;height:100%;top:0;left:0;background-color: rgba(0,0,0,.6);}
	.q_n_news_case_mask_in{position: absolute;width:100%;text-align: center;color:#fff;top:50%;left:0;opacity: 0;
		transform:translateY(-50%);
		-webkit-transform:translateY(-50%);
		-moz-transform:translateY(-50%);
		-ms-transform:translateY(-50%);
		-o-transform:translateY(-50%);
		padding:0 15px;
	}
	.q_n_news_case_mask_in h3{width:100%;height:25px;line-height: 25px;font-size: 17px;
		overflow: hidden;text-overflow:ellipsis;white-space: nowrap;
	}
	.q_n_news_case_mask_in p{width:100%;height:20px;line-height: 20px;font-size: 13px;color:#bbb;font-family: "Arial";
		overflow: hidden;text-overflow:ellipsis;white-space: nowrap;
	}
	.q_n_news_case_more{margin:15px auto 0; font-size: 13px;}
	.q_n_news_case_item:hover .q_n_news_case_mask{background-color: rgba(36,99,169,.8);}
	.q_n_news_case_item:hover .q_n_news_case_mask_in{opacity: 1;}
	/* 新闻列表页 */
	.q_n_news_small{}
	.q_n_news_list{width:100%margin:0 auto;padding:0;}
	.q_n_news_list_item{width:100%;margin:0 auto;padding:10px 0;border-bottom: 1px dashed #bbb;}
	.q_n_news_list_item_square{width:20px;height:30px;float:left;padding:4px 0;}
	.q_n_news_list_item_square span{width:6px;height:6px;background-color: #c4c4c4;display: inline-block;}
	.q_n_news_list_item_date{width:100px;line-height: 30px;float:right;color:#333;font-size: 12px;text-align: right;}
	.q_n_news_list_item_txt{width:calc(100% - 120px);height: 30px;float:left;}
	.q_n_news_list_item_txt a{outline: none;display: block;width:100%;height:30px;line-height: 30px;font-size: 15px;color:#444;
		overflow: hidden;text-overflow:ellipsis;white-space: nowrap;
	}
	.q_n_news_list_item:hover .q_n_news_list_item_square span{background-color: #2463a9;}
	.q_n_news_list_item:hover .q_n_news_list_item_date{color: #2463a9;}
	/* q_n_video_list */
	.q_n_video_list{width:100%margin:0 auto;padding:0;}
	.q_n_video_item{width:32%;margin:0 2% 20px 0;float:left;}
	.q_n_video_item:nth-of-type(3n){margin:0 0 20px 0;}
	.q_n_video_item_img{width:100%;margin:0 auto;padding:0;position: relative;overflow: hidden;}
	.q_n_video_item_img_mask{position: absolute;width:100%;height:100%;left:0;top:100%;background-color: rgba(0,0,0,.5);transition: all .5;}
	.video_mask_img{width:100%;text-align:center;position: absolute;left:0;top:50%;
		transform:translateY(-50%);
		-webkit-transform:translateY(-50%);
		-moz-transform:translateY(-50%);
		-ms-transform:translateY(-50%);
		-o-transform:translateY(-50%);
	}
	.q_n_video_item:hover .q_n_video_item_img_mask{top:0;}
	.q_n_video_item_txt{width:100%;margin:15px auto;padding:0 15px;text-align: center;font-size: 15px;color:#333;height:30px;line-height: 30px;
		overflow: hidden;text-overflow: ellipsis;white-space: nowrap;
	}
	/* 新闻中心 内页 */
	.q_n_news_title{width:100%;margin:0 auto;padding:0;height:25px;line-height: 25px;font-size: 18px;color:#2463a9;
		overflow: hidden;text-overflow:ellipsis;white-space: nowrap;
	}
	.q_n_news_title_date{width:100%;margin:5px auto 0;padding:0;line-height: 20px;height:20px;font-size: 13px;color:#777;}
	.q_n_news_body{width:100%;margin:30px auto 0;padding:0;color:#555;line-height: 2;font-size: 15px;min-height: 450px;}
	.q_n_news_body>p{width:100%;margin:0 auto 15px;padding:0;text-align: justify;}

	.q_n_news_back{width:100%;margin:25px auto 0;text-align: right;}
	.q_n_news_back a{outline: none; display: inline-block;padding:10px 20px;color:#fff;font-size: 13px;background-color: #2463a9;}
	.q_n_news_back a:hover{background-color: #f67706;color:#fff;}
	/* 分享 */
	#q_footer_share_body{width:100%;margin:25px auto 10px;padding:0;text-align: right;}
	#q_footer_share_body>span{font-size: 14px;color:#ccc;line-height: 30px;height:30px;display: inline-block;margin-right: 5px;}
	#q_footer_share_body a{border:0;margin:0;}
	#q_footer_share_body a::before{content:" "}
	#q_footer_share_body .icon-weibo{background:url('../images/share_weibo.png') no-repeat center center;}
	#q_footer_share_body .icon-wechat{background:url('../images/share_wechat.png') no-repeat center center;}
	#q_footer_share_body .icon-qq{background:url('../images/share_qq.png') no-repeat center center;}
	#q_footer_share_body .icon-qzone{background:url('../images/share_qzone.png') no-repeat center center;}
	#q_footer_share_body .icon-tencent{background:url('../images/share_baidu.jpg') no-repeat center center;}

/* 内页新闻动态  q_n_news 结束 */

/* 内页人才招聘  q_n_job 开始 */

	/* 频道页 */
	.q_n_job{width:100%;}
	.q_n_job_index{padding-bottom:30px;}
	/* 人才成长 */
	.q_n_job1{width:100%;margin:80px auto 0;padding:0;}
	.q_n_job_mainn{width:100%;margin:0 auto;padding:0;}
	.q_n_job_mainn .line{position: relative;}
	.q_n_job_mainn .line .x6{position: relative;}
	.q_n_job_img{width:600px;float:left;position: absolute;}
	.q_n_job_img img{position: relative;}
	.q_n_job_txt{width:600px;float:right;position: absolute;text-align:center;padding:80px 0  0;color:#2463a9;}
	.q_n_job_txt_h{width:100%;margin:0 auto;font-size: 30px;font-weight: bold;font-family: "SYHT_Bold";letter-spacing: 2px;padding:0;}
	.q_n_job_txt_h span{font-family: "方正兰亭大黑";font-size: 36px;margin-right: 2px;line-height: 36px;margin-left: -15px;}
	.q_n_job_txt_h_cn{margin-top: -20px;}
	.q_n_job_txt_h_en{width:100%;margin:5px auto 0;font-size: 16px;font-family: "Arial";font-weight: bold;letter-spacing:1px;padding:0;}
	.q_n_job_txt_p{width:100%;margin:15px auto 0;color:#444;line-height: 30px;font-size: 18px;letter-spacing:1px;}
	.q_n_job_txt_p p{line-height: 30px;font-size: 18px;color:#333;letter-spacing:1px;}
	/* 第一块 */
	.q_n_job1_1{margin:80px auto 0;height:278px;}
	.q_n_job1_1 .q_n_job_img{width:600px;height:278px;top:0;left:0;z-index: 1;}
	.q_n_job1_1 .q_n_job_txt{width:675px;height:355px;top:-77px;right:0;background-color: #e4ebf5;padding:120px 50px 0 130px;}
	.q_n_job1_1:hover .q_n_job_txt{background-color: #2463a9;color:#fff;}
	.q_n_job1_1:hover .q_n_job_txt .q_n_job_txt_p{color:#fff;}
	/* 第二块 */
	.q_n_job1_2{margin:0 auto;height:380px;}
	.q_n_job1_2_bg{width:310px;height:180px;background-color: #e4ebf5;position: absolute;bottom:-120px;left:-150px;}
	.q_n_job1_2 .q_n_job_img{width:435px;height:334px;top:-40px;right:0;z-index: 1;}
	.q_n_job1_2 .q_n_job_txt{width:675px;height:380px;top:0;left:0;padding:100px 130px 0 50px;}
	.q_n_job1_2:hover .q_n_job1_2_bg{background-color: #2463a9;}
	/* 第三块 */
	.q_n_job1_3{margin:0 auto; height:320px;}
	.q_n_job1_3 .q_n_job_img{width:688px;height:320px;top:0;left:0;z-index: 1;}
	.q_n_job1_3 .q_n_job_txt{width:520px;height:320px;top:0;right:0;padding:110px 10px 0 50px;}	

	/* 第四块 */
	.q_n_job1_4{margin:0 auto; height:336px;}
	.q_n_job1_4 .q_n_job_img{width:512px;height:336px;top:0;right:0;z-index: 1;}
	.q_n_job1_4 .q_n_job_txt{width:600px;height:336px;top:0;left:0;padding:100px 10px 0 50px;}

	/* 招聘区块 */
	.q_n_job2{width:100%;margin:60px auto 0;height:549px;background:url('../images/q_n_job2_bg.png') no-repeat center center;}
	.q_n_job2 .q_main_title{color:#fff;}
	.q_n_job2 .q_main_title_l{background-color:#fff;}
	.q_n_job2 .q_main_title_en{color:#fff;}
	.q_n_job2 .q_main_title_cn{color:#fff;}
	.q_n_job2 a{outline: none;}
	.q_n_job2_l{width:50%;float:left;margin-top: 330px;}
	.q_n_job2_r{width:50%;float:right;margin-top: 100px;}
	.q_n_job2_r .q_main_title{float:right;}

	.q_n_job2 a:hover .q_main_title{color:#f67706;}
	.q_n_job2 a:hover .q_main_title_l{background-color:#f67706;}
	.q_n_job2 a:hover .q_main_title_en{color:#f67706;}
	.q_n_job2 a:hover .q_main_title_cn{color:#f67706;}

	/* 人在大秦 */
	.q_n_job3{margin:150px auto 80px;}
	.q_n_job3 .q_main_title{float:right;text-align: right;}
	.q_n_job3 .q_n_job_mainn{margin:20px auto 0;}
	.swiper_job_button{width:60px;height:60px;outline: none;}
	.q_n_job_daqin{width:100%;height:auto;position: relative;margin:25px auto 0;}
	.job_thumbs{margin:25px auto 0;}
	.job_thumbs .swiper-slide a{outline: none;padding:5px;display: block;width:100%;}
	.job_thumbs .swiper-slide a img{border:2px solid #2463a9;}
	.job_thumbs .swiper-slide-thumb-active a img{border:2px solid #f67706;}
	.job_thumbs .swiper-slide a span{display: block;width:100%;line-height: 30px;height:30px;color:#333;font-size: 14px;text-align:center;margin:10px auto 0;
		overflow: hidden;text-overflow: ellipsis;white-space: nowrap;
	}
	.swiper_job_next{background: url('../images/swiper_job_next.png') center center no-repeat;background-size: 100%; right:-120px;margin-top: -30px;}
	.swiper_job_prev{background: url('../images/swiper_job_prev.png') center center no-repeat;background-size: 100%; left:-120px;margin-top: -30px;}
	@media(max-width: 1400px){
		.swiper_job_next{right:-80px;}
		.swiper_job_prev{left:-80px;}
	}

	.q_n_job_main_more{width:100%;margin:35px auto 0;text-align: center;}
	.q_n_job_main_more a{outline: none;font-family: "SYHT_Regular";font-size:14px;font-weight: bold;color:#2463a9;line-height: 20px;text-transform: uppercase;}

	/* 列表页 */
	.q_n_job_top{width:100%;margin:0 auto;padding:0;color:#2d69ac;}
	.q_n_job_top_salary{width:100%;font-size: 28px;line-height: 35px;}
	.q_n_job_top_address{width:100%;margin:7px auto 0;padding:0;font-size: 16px;line-height: 20px;}
	.q_n_job_top_address i{font-size: 18px;line-height: 20px;margin-right: 10px;}
	.q_n_news_body .q_n_job_main p{margin:0 auto;}
	.q_n_job_main{width:100%;margin:0 auto;padding:0;}
	.q_n_job_div{width:100%;margin:50px auto 0;padding:0;}
	.q_n_job_div_title{width:100%;margin:0 auto;padding:0;line-height: 20px;height:20px;font-size:17px;color:#2d69ac;letter-spacing:1px;padding-left:10px;border-left:3px solid #2d69ac;}
	.q_n_job_div_body{width:100%;margin:10px auto 0;padding:0;color:#666;font-size: 14px;}

	/* 人在大秦 */
	.q_n_job_list{width:100%;margin:0 auto;padding:0;}
	.q_n_job_list:after{content:"."; display:block; height:0; visibility:hidden; clear:both;}
	.q_n_job_item{width:32%;float:left;margin:0 2% 20px 0;}
	.q_n_job_item:nth-of-type(3n){margin:0 0 20px 0;}
	.q_n_job_item_img{width:100%;margin:0 auto;}
	.q_n_job_item_img a{width:100%;margin:0 auto;display: block;outline: none;overflow: hidden;}
	.q_n_job_item_img a img{
		width:100%;
		/*transition: all 0.5s;*/
		-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_job_item_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_job_item_txt{width:100%;margin:15px auto 0;padding:0;text-align: center;}
	.q_n_job_item_txt a{width:100%;margin:0 auto;padding:0;outline: none;display: block;height:30px;line-height: 30px;font-size: 15px;color:#333;
		overflow: hidden;text-overflow:ellipsis;white-space: nowrap;
	}
/* 内页人才招聘  q_n_job 结束 */

/* 内页大秦文化  q_n_culture 开始 */
	.q_n_culture{margin:40px auto 0;}
	.q_n_culture_main{width:100%;margin:80px auto;padding:0;}
	.q_n_culture_main .line{position: relative;}
	.q_n_culture_main .line .x6{position: relative;}
	.q_n_culture_img{width:600px;float:left;position: relative;}
	.q_n_culture_img img{position: relative;}
	.q_n_culture_txt{width:600px;height:395px;float:right;position: relative;text-align: center;padding:100px 0  0;color:#2463a9;}
	.q_n_culture_txt_h{width:100%;margin:0 auto;font-size: 30px;font-weight: bold;font-family: "SYHT_Bold";letter-spacing: 2px;padding:0;}
	.q_n_culture_txt_h sup{font-family: "方正兰亭大黑";font-size: 36px;margin-right: 2px;line-height: 36px;}
	.q_n_culture_txt_h_en{width:100%;margin:0 auto;font-size: 16px;font-family: "Arial";font-weight: bold;letter-spacing:1px;padding:0;}
	.q_n_culture_txt_p{width:100%;margin:30px auto;line-height: 30px;font-size: 18px;color:#333;letter-spacing:1px;}
	/* 第一块 */
	.q_n_culture1 .q_n_culture_txt{height:355px;padding:85px 0 0;}
	/* 第二块 */
	.q_n_culture2 .q_n_culture_img{float:right}
	.q_n_culture2 .q_n_culture_img img{z-index: 1;}
	.q_n_culture2 .q_n_culture_txt{float:left;background-color: #e4ecf5;}
	.q_n_culture2_bg{width:232px;height:438px;background-color: #e4ecf5;position: absolute;right:0;top:-93px;z-index: 0;}
	.q_n_culture2 .q_n_culture_img:hover .q_n_culture2_bg{background-color: #2463a9;}
	.q_n_culture2 .q_n_culture_txt:hover{background-color: #2463a9;}
	.q_n_culture2 .q_n_culture_txt:hover{color: #fff;}
	.q_n_culture2 .q_n_culture_txt:hover .q_n_culture_txt_p{color: #fff;}
	/* 第三块 */
	.q_n_culture3 .q_n_culture_img {text-align: right;top:-65px;}
	.q_n_culture3 .q_n_culture_txt{height:305px;padding:40px 0 0;}
	/* 第四块 */
	.q_n_culture4 .q_n_culture_img{float:right}
	.q_n_culture4 .q_n_culture_img img{z-index: 1;}
	.q_n_culture4 .q_n_culture_img:hover .q_n_culture4_bg{background-color: #2463a9;}
	.q_n_culture4_bg{width:526px;height:482px;background-color: #e4ecf5;position: absolute;left:-70px;top:-65px;z-index: 0;}
	.q_n_culture4 .q_n_culture_txt{float:left;padding:30px 80px 0;}
	.q_n_culture4 .q_n_culture_txt .q_n_culture_txt_p{text-align:left;color:#414141;font-size: 15px;}
	.q_n_culture_item{width:45%;margin-right: 3.5%;margin-bottom: 5px;float:left;}
	.q_n_culture_item h3{color:#000;font-size: 16px;}
	.q_n_culture_item p{color:#555;}
	/* 第五块 */
	.q_n_culture5 .q_n_culture_txt{background-color: #e4ecf5;height:350px;}
	.q_n_culture5 .q_n_culture_img {top:-60px;}
	.q_n_culture5 .q_n_culture_txt:hover{background-color: #2463a9;}
	.q_n_culture5 .q_n_culture_txt:hover{color: #fff;}
	.q_n_culture5 .q_n_culture_txt:hover .q_n_culture_txt_p{color: #fff;}
/* 内页大秦文化  q_n_culture 结束 */

/* 内页大秦地产  q_n_business 开始 */
	.q_n_business{}
	.q_n_business1{width:100%;margin:80px auto 50px;padding:0;}
	.q_n_business2{margin: 80px auto 0;padding:60px 0;background-color: #f7f7f7;position: relative;z-index: 0;}
	.q_n_business_title{width:100%;margin:10px auto 0;padding:0;line-height: 20px;font-size: 14px;color:#2463a9;}
	.q_n_culture_main{width:100%;margin:50px auto 0;padding:0;}

	/* 地产板块 */
	.q_n_culture_itemm{width:100%;height:420px;margin:0 0 130px;padding:50px 50px 20px;position: relative;}
	.q_n_culture_itemm_bg{width:1140px;height:100%;background-color: #e4ecf5;position: absolute;z-index: -1;overflow: hidden;}
	.q_n_culture_itemm_bg span{width:100%;height:100%;background-color: #2463a9;position: absolute;top:0;left:-100%;transition: all .3s}
	.q_n_culture_itemm:hover .q_n_culture_itemm_bg span{left:0;}
	.q_n_culture_itemm_img{width:513px;height:420px;float:right;position: absolute;transition: all 0.2s;}
	.q_n_culture_itemm_img a{outline: none;display: block;width:100%;box-shadow: 0 0 10px #ddd;}
	.q_n_culture_itemm_txt{width:calc(100% - 510px);float:left;height:340px;transition: all 0s;}
	.q_n_culture_itemm_txt .line{width:100%;height:100%;position: relative;left:0;top:0;}
	.q_n_culture_itemm_txt h2{width:100%;margin:0 auto;padding:0;line-height: 30px;font-size: 18px;color:#222;}
	.q_n_culture_itemm_p{width:100%;height:230px;overflow: hidden; margin:25px auto 0;padding:0;}
	.q_n_culture_itemm_p p{width:100%;margin:0 auto 5px;padding:0;text-align: justify;font-size: 14px;color:#555;line-height: 23px;text-indent:28px;}
	.q_n_culture_itemm_more{width:100%;margin:0 auto;padding:0;text-align:right;line-height: 20px;font-size: 13px;position: absolute;right:0;bottom:25px;}
	.q_n_culture_itemm_more a{outline: none;color:#2463a9;}
	.q_n_culture_itemm_pdf{bottom:0px;}
	.q_n_culture_itemm_pdf a{text-decoration: underline;}

	.q_n_culture_itemm:nth-of-type(2n+1) .q_n_culture_itemm_bg{top:0;left:0;}
	.q_n_culture_itemm:nth-of-type(2n) .q_n_culture_itemm_bg{top:0;right:0;}
	.q_n_culture_itemm:nth-of-type(2n) .q_n_culture_itemm_bg span{left:100%;}

	.q_n_culture_itemm:nth-of-type(2n+1) .q_n_culture_itemm_img{top:50px;right:0;}
	.q_n_culture_itemm:nth-of-type(2n+1) .q_n_culture_itemm_txt{float:left;}
	.q_n_culture_itemm:nth-of-type(2n) .q_n_culture_itemm_img{top:50px;left:0;}
	.q_n_culture_itemm:nth-of-type(2n) .q_n_culture_itemm_txt{float:right;}

	.q_n_culture_itemm:hover .q_n_culture_itemm_bg{box-shadow: 0 0 15px rgba(36,99,169,.5);}
	.q_n_culture_itemm:hover .q_n_culture_itemm_img{top:0;right:60px;}
	.q_n_culture_itemm:hover .q_n_culture_itemm_txt{width:calc(100% - 550px);color:#fff;}
	.q_n_culture_itemm:hover .q_n_culture_itemm_txt h2{color:#fff;}
	.q_n_culture_itemm:hover .q_n_culture_itemm_p p{color:#eee;}
	.q_n_culture_itemm:hover .q_n_culture_itemm_more a{color:#fff;}
	.q_n_culture_itemm:nth-of-type(2n):hover .q_n_culture_itemm_img{top:0;left:60px;}
	.q_n_culture_itemm:nth-of-type(2n):hover .q_n_culture_itemm_bg span{left:0;}

	.q_n_culture_main_more{width:100%;margin:25px auto 0;text-align: right;}
	.q_n_culture_main_more a{outline: none;font-family: "SYHT_Regular";font-size:14px;font-weight: bold;color:#2463a9;line-height: 20px;text-transform: uppercase;}

	/* 金融板块 */
/* 内页大秦地产  q_n_business 结束 */

/* 内页联系我们  q_n_contact 开始 */
	.q_n_contact{width:100%;}
	.q_n_contact1{width:100%;margin:0 auto;padding:70px 0 90px;}
	.q_n_contact2{width:100%;margin:0 auto;padding:100px 0 100px;position: relative;z-index: 0;background-color: #f7f7f7;}
	.q_n_contact_main{width:100%;margin:60px auto 0;padding:0;}
	/* 审计监察 */
	.q_n_contact1_item{width:50%;float:left;padding:0 25px 0 0;}
	.q_n_contact1_r{padding:0 0 0 50px;}
	.q_n_contact1_item h3{width:100%;margin:0 auto;font-size: 18px;color:#222;line-height: 25px;}
	.q_n_contact1_item .q_n_p {margin:10px auto 0;}
	.q_n_contact1_item .q_n_p p{text-indent: 0;margin:0 auto;color:#666;line-height: 28px;}
	.q_n_contact1_item_tel{width:100%;margin:0 auto;padding:0;line-height: 25px;font-size: 15px;color:#000;}
	/* 联系方式 */
	.q_n_conatct_div{width:100%;position: relative;height:535px;border-bottom: 6px solid #fff;}
	.q_n_contact_map{width:670px;height:458px;position: absolute;top:0;right:10px;}
	.q_n_contact_map_main{width:670px;height:458px;border:2px solid #fff;z-index: 2;position: relative;}
	.q_n_contact_map_bg{width:150px;height:350px;position: absolute;top:-10px;right:-10px;background-color: #2463a9;z-index: -1;}
	.q_n_contact_add{width:calc(100% - 730px);height:458px;padding:25px 0 0;}
	.q_contact_p{margin:0 auto 15px;}
	.q_contact_img{width:60px;height:60px;float:left;}
	.q_conatct_txt{width:calc(100% - 80px);float:right;height:60px;padding:8px 0;}
	.q_conatct_txt h3{width:100%;margin:0 auto;line-height: 18px;font-size: 16px;color:#333;}
	.q_conatct_txt p{width:100%;margin:0 auto;line-height: 30px;font-size: 22px;color:#3b3e43;height:30px;font-weight: bold;font-family: "Arial"}
	.q_conatct_txt p.q_conatct_txt_p{line-height: 30px;font-size: 17px;font-weight: normal;color:#222;}

	.my-map { margin: 0 auto; width: 100%; height: 100%; }
	.my-map .icon { background: url(http://lbs.amap.com/console/public/show/marker.png) no-repeat; }
	.my-map .icon-cir { height: 31px; width: 28px; }
	.my-map .icon-cir-red { background-position: -11px -5px; }
	.amap-container{height: 100%;}

	/* 地址列表 */
	.q_n_conatct_list{width:100%;margin:45px auto 0;}
	.q_n_conatct_list_title{width:100%;margin:0 auto;padding:0;line-height: 35px;font-size: 30px;color:#414141;font-family: "SYHT_Bold";}
	.q_n_conatct_list_main{width:100%;margin:0 auto;}
	.q_n_conatct_list_main:after{content:"."; display:block; height:0; visibility:hidden; clear:both;}
	.q_n_conatct_item{width:45%;float:left;margin:20px 0 70px 0;padding:0;}
	.q_n_conatct_item:nth-of-type(2n){float:right;}
	.q_n_conatct_item h3{width:100%;line-height: 30px;padding:0 0 15px;color:#2463a9;font-size: 24px;border-bottom: 1px solid #333;}
	.q_n_conatct_item_main{width:100%;margin:10px auto 0;padding:0;}
	.q_n_conatct_item_main p{width:100%;margin:0 auto;padding:0; line-height: 35px;font-size: 16px;color:#666;}
	.q_n_conatct_item_main p img{margin:5px auto 0;}

/* 内页联系我们  q_n_contact 结束 */

/* 搜索结果页  q_n_search 开始 */
	.q_n_search{width:100%;margin:20px auto 0;padding:0;}
	.q_search_top{width:100%;margin:0 auto;padding:0 0 10px; border-bottom: 1px dashed #bbb;}
	.q_search_top a{outline: none;color:#666;}
	.q_search_top_l{float:left;width:100px;height:25px;line-height: 25px;font-size: 15px;}
	.q_search_top_r{float:right;width:calc(100% -150px);text-align: right;height:25px;line-height: 25px;font-size: 13px;color:#777;letter-spacing: 1px;}
	.q_search_top_r span{color:#b00;letter-spacing: 1px;}
	.q_search_main{width:100%;margin:0 auto;padding:0;}
	.q_search_item{width:100%;margin:0 auto;padding:20px 0;border-bottom: 1px dashed #bbb;}
	.q_search_item h3{width:100%;margin:0 auto;padding:0;}
	.q_search_item h3 a{outline: none;display: block;width:80%;padding:0;height:30px;line-height: 30px;
		overflow: hidden;text-overflow: ellipsis;white-space: nowrap;color:#333;
	}
	.q_search_item h3 a i{font-style: normal;color:#111;}
	.q_search_item h3 a span{color:#000;}
	.q_search_item p{width: 100%;margin:5px auto;line-height: 20px;font-size: 14px;text-align: justify;color:#777;max-height:40px;overflow: hidden;}
	.q_search_item:hover {border-bottom: 1px solid #2463a9;}
	.q_search_item:hover h3 a i{color:#2463a9;}
	.q_search_item:hover h3 a{color:#2463a9;}
/* 搜索结果页  q_n_search 结束 */

.search_result {width:100%;margin:20px auto;text-align: center;padding:0 20px;font-size: 15px;color:#b00;line-height: 25px;}