@charset "utf-8";
/* CSS Document */
body{ background-color:#FFF; }



/****/
.colFlash{ width:100%; }
.colFlash img{ width: 100%; }
/******/


.colLocation{ width:100%; height: auto; line-height: 70px;background-color: #fff; box-sizing: border-box;   text-align: left; border-bottom:1px solid #cacaca;}
.colLocation > .Location{font-size: 14px;color:#999;}
.colLocation > .Location > a{font-size: 14px;color:#999;}
.colLocation > .Location > span,.colLocation > .Location i{ color: #999 !important; }
.colLocation > .Location i{ font-size: 18px;  }


/****/
.colNews{width: 100%;background: #F8F8F8;padding-top: 2%;padding-bottom:10px;}
.colNewsMain{ width: 100%; height:auto; display: flex; flex-direction: row; flex-wrap: nowrap; justify-content: flex-start; }
.cnmAside{ width:344px; flex-shrink: 0; margin-right:2%; }
.cnmMenu{ width:100%; height:auto; position: relative; z-index: 600;background-color: #fff;padding-top:5%;padding-bottom:30%; }
.cnmMenu > h3{ width:100%; height:80px; line-height: 80px; text-align: center; font-size: 26px; box-sizing: border-box; padding:0 30px; font-weight: 550; color: #333;position: relative; }
.cnmMenu > h3::after{ content: ' '; width: 60px; height: 4px; background-color: #F68228; position: absolute; left:0;right: 0; bottom:0;margin: 0 auto;}
.cnmMenu > ul{ width:100%; height: auto;margin-top: 10%; }
.cnmMenu > ul > li{ width:100%; height: auto; box-sizing: border-box; padding:15px 37px 0 37px;position: relative;}
.cnmMenu > ul > li > a{ display: inline-block; width:100%; background-color: #F8F8F8; height: 50px; line-height: 50px; font-size: 18px; text-align: center; color: #195FB5; box-sizing: border-box; padding:0 10px;transition:all 0.3s}
.cnmMenu > ul > li > a:hover,.cnmMenu > ul > li > a.active{ color: #fff !important; background-color: #195FB5;font-size: 20px;margin-top: 0px;}
.cnmMenu > ul > li > a::after{ content: ' '; width: 9px; height: 9px; background-color: #195fb5; position: absolute; left:25%; top:55%;border-radius: 50px;}
.cnmMenu > ul > li > a:hover::after,.cnmMenu > ul > li > a.active::after{  background-color: #fff; }

.cnmRight,.productsRight,.videoRight{ width: 100%; height:auto; background-color: #fff; }
.cnmrList{ width:100%; height: auto; box-sizing: border-box; padding:20px 60px 0;  }
.cnmrList > ul > li{ width:100%; height:46px;line-height: 46px; box-sizing: border-box;  border-bottom: 1px dashed #E3E3E3; display: flex; flex-direction: row; flex-wrap: nowrap; justify-content:space-between; cursor: pointer; align-items: stretch; }
.cnmrList > ul > li > a{font-size: 16px;}
.cnmrList > ul > li > span{font-size: 14px;color: #999;}
.cnmrList > ul > li > a:hover{color: #195fb5 !important;}

.pages{ margin-top: 5%; margin-bottom:5%;}
.pages > ul > li{ width:auto; display: inline-block; margin:5px 2px;}
.pages > ul > li > a,.pages > ul > li > span{ display: block; width: 100%; height: 30px; line-height: 28px; text-align: center; padding:0 10px; box-sizing: border-box; font-size: 14px; border:1px solid #DDD; border-radius: 2px; }
.pages > ul > li > a:hover,.pages > ul > li > a.on,.pages > ul > li.active,.pages > ul > li:hover > span{ background-color: #2566cb; border:1px solid #2566cb;  font-weight: 550; color: #FFF !important; }
.pages > ul > li.active span{border:1px solid #2566cb;}
.pages > ul > li > p{ display: flex; flex-direction: column; flex-wrap: nowrap; justify-content: center; align-items: center; }
.pages > ul > li > p > input{ width: 40px; height: 20px; line-height: 18px; font-size: 14px;  text-align: center; border:0; border-radius: 2px; background-color: transparent;}
.pages > ul > li > p.formSubmit > input{ width: 48px; background-color: #FFF; border:1px solid #FFF;}

.cnmRight > .ItemTitle,.productsRight > .ItemTitle{ width:100%; height: auto; box-sizing: border-box; padding-top: 1.6%; padding-bottom: 2%; text-align: center;}
.cnmRight > .ItemTitle > p,.productsRight > .ItemTitle > p{ display: inline-block; font-size: 30px; line-height: 2.625; position: relative; }
.cnmRight > .ItemTitle > p::after,.productsRight > .ItemTitle > p::after{ content: ' '; width: 119px; height:16px; background-image:url(../images/ItemTitle.png);background-size:cover; position: absolute; left:0; bottom:0; }

.gkContent{ width: 100%; height: auto; line-height: 2.25; font-size: 16px; color: #666; text-align: left; box-sizing: border-box; padding:0 5%;margin-top: 2%;margin-bottom: 30%;}
/*****/
.jjgsList{width:100%; height: auto; box-sizing: border-box; padding:20px 60px 0; overflow:hidden; }
.jjgsList > ul > li{width: 23%;height: auto;float: left;margin:3% 1%;}
.jjgsList > ul > li > img{width: 100%;height: auto;}
/*****/
.IdeaList{width:100%; height: auto; box-sizing: border-box; overflow:hidden;}
.IdeaList > ul > li{ width: 100%; height:auto;margin-bottom:10px;overflow: hidden; }

.IdeaItemMain{ width: 100%; display: flex; flex-direction: row; flex-wrap: nowrap; justify-content: space-between; align-items: stretch;}

.cimImg{ display:block; width:30%; overflow: hidden; flex-shrink: 0; }
.cimImg img{ width: 100%; transition: all 0.5s linear; -webkit-transition: all 0.5s linear;}
.cimImg:hover img{ transform: scale(1.04,1.04); -webkit-transform: scale(1.04,1.04);}
.cimAbout{ width:100%; /*height:100%;*/ flex:1; box-sizing: border-box; display: flex; flex-direction: column; flex-wrap: nowrap; justify-content: center; align-items: flex-start; cursor: pointer;}
.cimAbout > p{ width:90px; }
.cimAbout > p > img{ width:100%; }
.cimAbout > h3{ font-weight: bold; font-size: 30px; text-align: left;  padding-bottom: 2%; color: #F98328 ; }
.cimAboutMemo{ width:100%;  overflow: hidden;  text-align: left; font-size: 18px; color: #333333; box-sizing: border-box; margin-bottom: 2%; position: relative;padding-bottom: 3%;}
.cimAboutMemo > p::after{ content: ' '; width:72px; height: 2px; background-color:#F98328; position: absolute; left:0; bottom:0; }
.cimAboutOption{ width:100%; height: auto;}
.cimAboutOption > div{width: 80%;height: auto;font-size: 16px;line-height: 30px;color: #333333;box-sizing: border-box;}
/*****/

.jobTitle{width:100%; height: 40px;border-bottom:1px solid #CCCCCC;margin-bottom:1%;}
.jobTitle > p{float: left;width: 71px;position: relative;text-align: center;margin-right: 2%;}
.jobTitle > p > a{font-size: 16px;line-height: 40px;}
.jobTitle > p.curr > a,.jobTitle > p:hover > a{font-weight: bold;color: #195FB5;}
.jobTitle > p.curr > a::after,.jobTitle > p:hover > a::after{content: ' '; width: 71px; height:8px; background-image:url(../images/jobTitle.png);background-size:cover; position: absolute; left:0; bottom:-8px;}

/*****/

.productsRight{background-image: url(../images/listbg.jpg) ;background-repeat: no-repeat;background-position:bottom;}
.productsRight .cimImg{width: 40%;}
.productsRight .cimAboutMemo{font-size: 24px;font-weight: bold;}
.productsRight .cimAbout{justify-content:unset}

.productsTitle{width:100%; height: auto;margin-bottom:1%;}
.productsTitle > p{float: left;width: 25%;height: 72px;line-height:72px; text-align: center;background-color: #fff;color: #333;font-size: 18px;position: relative;}
.productsTitle > p.cur,.productsTitle > p:hover{background-color: #195fb5;color: #fff;}
.productsTitle > p:last-of-type{margin-right: 0px;}
.productsTitle > p.cur > a,.productsTitle > p > a:hover{color: #fff !important;}
.productsTitle > p.cur > a::after{content: ' '; width: 100%; height:14px; background-image:url(../images/productsTitle.png);background-repeat: no-repeat;background-position: center;position: absolute; left:0; bottom:-14px;}


.productsTitle1{width:45%; height: 52px;margin-bottom:1%;border-bottom:1px solid #ccc;float: left;}
.productsTitle1 > p{float: left;width: 26%;height: 52px;line-height:52px; text-align: center;margin-right: 66px;font-size: 16px;position: relative;}

.productsTitle1 > p:last-of-type{margin-right: 0px;}
.productsTitle2{width:55%; height: 52px;margin-bottom:1%;border-bottom:1px solid #ccc;float: right;}
.productsTitle2 > p{float: left;width: 30%;height: 52px;line-height:52px; text-align: center;margin-right: 66px;font-size: 16px;position: relative;}

.productsList{margin-top: 5%;margin-left: 5%;display: none;}

/*****/
.videoRight{background-color: unset; }
.videoRight video{width:100% !important;height:100% !important;}
/*****/
.newsDet{width:100%; height: auto; box-sizing: border-box; padding:20px 60px 0; } 
.newsDetHeader{ width:100%; height: auto; padding:3% 0; box-sizing: border-box; border-bottom:1px solid #999;}
.newsDetHeader >h3,.newsDetHeader > p{ text-align: center; font-weight: 550; font-size: 32px;color: #333;}
.newsDetHeader >h3{font-family:"Microsoft YaHei","Arial";}
.newsDetHeader > p{ font-size: 14px; text-align: center; line-height: 2; color: #999; font-weight: normal; margin-top: 10px;}
.newsDetMemo{ width: 100%; height: auto; padding:5% 0 10px 0; box-sizing: border-box; line-height: 2.25; text-align: left; color: #666; font-size: 16px;/*border-bottom:1px solid #999;*/}
.detPage{ width:100%; height: auto;margin-top: 2%;margin-bottom: 5%; }
.detPage > p{ width:100%; height: 40px; line-height: 40px; text-align: left; overflow: hidden; white-space: nowrap; text-overflow: ellipsis; font-size: 16px;}
.detPage > p > span,.detPage > p > a{ color: #333; }
.detBack{ width: 100%; height: auto; box-sizing: border-box; padding:3% 0; }
.detBack > a{ display: inline-block; float: left; width:94px; overflow: hidden;color: #999;font-size: 14px;}

.gkContent img,.newsDetMemo img{max-width:100%;display: inline-block;margin: 0 auto;}

.newsColBlank{clear: both;}
@media (max-width:1440px){	
	.productsTitle > p{width: 19.5%;height:60px;line-height:60px;margin-right: 5px;margin-bottom:2%;}
}
@media (max-width:1200px){	

	.cnmMenu > ul > li{padding:15px}
	.cnmMenu > ul > li > a::after{display: none;}
	/****/
	.cnmMenu > h3{  height:60px; line-height: 60px; font-size: 20px;  padding:0 30px; }
	.cnmMenu > ul > li > a{ height: 40px; line-height: 40px; font-size: 18px; }
	.cnmAside{ width:200px; margin-right:20px;}
	/****/
	.cimAbout > p{ width:72px; }
	.cimAbout > h3{ font-size: 22px; }
	.cimAbout > h3::after{ content: ' '; width:60px; height: 5px; }
	.cimAboutOption > div{font-size: 14px;line-height: 24px;}
	.cimAboutMemo{ display: block; font-size: 16px;height:auto;margin-bottom: 0px;padding-bottom: 0; }
	.productsTitle > p{width: 18.5%;height:50px;line-height:50px;margin-right: 5px;margin-bottom:5px;}
	.productsTitle > p > a{font-size: 14px; display: block;text-overflow: ellipsis; white-space: nowrap;overflow: hidden;}
	
	
	.newsDetHeader >h3{ font-size: 22px; }
}
@media (max-width:992px){
	

	
	.IdeaList{padding:10px;}
	.IdeaItemMain{ flex-direction: column; }
	.cimImg{ width:100%; }
	.productsRight .cimImg{ width:100%; }
	.cimAbout,.newsDet{ padding:30px 10px 30px 10px; }
	.cimAbout > h3{ padding-bottom: 0; }
	.cimAboutMemo{ display: block; height:auto;margin-top: 20px; }
	.productsTitle > p{width: 18.5%;height:40px;line-height:40px;margin-right: 5px;margin-bottom:5px;}
	.productsTitle > p > a{font-size: 12px; display: block;text-overflow: ellipsis; white-space: nowrap;overflow: hidden;}
	.productsRight .cimAboutMemo{font-size: 18px;}
	.productsList .cimAbout{padding:10px}
	
	.newsDetMemo,.detPage > p,.newsDetHeader > p{font-size: 14px;}
	.newsDetHeader >h3{ font-size: 18px; }
	
}
@media (max-width:768px){	
	.colNews{padding: 0 !important;background:#fff;}	
	.colNewsMain{ flex-direction: column; }

	.cnmAside{ width:100%;padding-bottom:30px; }
	.cnmMenu{ width:100%; display: flex; height:auto; flex-direction: column; flex-wrap: nowrap; justify-content: space-between;  align-items: stretch; padding-top: 10px;padding-bottom:2%;}
	.cnmMenu > h3{ width:100%; flex-wrap: nowrap; justify-content: center; font-size: 18px; padding:0 12px; display: block; height:48px; line-height: 48px; position:relative; left:0; top:0; flex-shrink: 0; margin-bottom: 10px;}
	.cnmMenu > ul{ width:100%; height: auto; display: flex; flex-direction: row; flex-wrap: wrap; justify-content: flex-start; align-items: center;}
	.cnmMenu > ul > li{ width:18.4%; margin-right: 2%; text-align: center; display: inline-block; height: 48px; box-sizing: border-box; padding:0; overflow: hidden; white-space: nowrap; text-overflow: ellipsis;}
	.cnmMenu > ul > li:nth-of-type(5n){ margin-right: 0; }
	.cnmMenu > ul > li > a{ height: 38px; line-height: 38px; font-size: 14px; text-align: center;}
	.cnmMenu > ul > li > a.active,.cnmMenu > ul > li > a:hover{ color: #aa0727; }


	.nlLocation{ padding-top: 5px; padding-bottom: 5px; }
	.cnmrList{padding: 10px;}
	.cnmrList > ul > li{ text-align: left;white-space: nowrap;overflow: hidden;text-overflow: ellipsis;display: block; }
	.cnmrList > ul > li > span{display: none;}

	/******/
	.IdeaList{padding:10px;}
	.IdeaList > ul > li > .IdeaItemMain{ flex-direction: column; }
	.cimImg{ width:100%; }
	.cimAbout,.newsDet{ padding:30px 10px 30px 10px; }
	.cimAbout > h3{ padding-bottom: 0; }
	.cimAboutMemo{ display: block; height:auto;margin-top: 20px; }
	/*******/
	.gkContent{ font-size: 14px; }
	.jjgsList > ul > li{width: 48%;}
	
	.productsTitle > p{width: 18.5%;height:40px;line-height:40px;margin-right: 5px;margin-bottom:5px;}
	.productsTitle > p > a{font-size: 12px; display: block;text-overflow: ellipsis; white-space: nowrap;overflow: hidden;}
	
	.productsTitle1{ display:none;width:45%; height: 52px;margin-bottom:1%;border-bottom:1px solid #ccc;float: left;}
.productsTitle1 > p{ display:none;float: left;width: 26%;height: 52px;line-height:52px; text-align: center;margin-right: 66px;font-size: 16px;position: relative;}


.productsTitle2{display:none;width:55%; height: 52px;margin-bottom:1%;border-bottom:1px solid #ccc;float: right;}
.productsTitle2 > p{display:none;float: left;width: 26%;height: 52px;line-height:52px; text-align: center;margin-right: 66px;font-size: 16px;position: relative;}
	
	/****/
	.cnmRight > .ItemTitle > p,.productsRight > .ItemTitle > p{ font-size: 18px; }
	.cnmRight > .ItemTitle > p::after,.productsRight > .ItemTitle > p::after{ width: 64px; height: 8px;}
	/****/
	.detBack{display: none; }
	.detPage{  flex-direction: column; padding-bottom: 20px; }
	.detPage > p{ width:100%; height: 30px; line-height: 30px; text-align: left;}
	
}

@media (max-width:640px){
	
	/*********/
	.cnmRight > .ItemTitle > p,.productsRight > .ItemTitle > p{ font-size: 16px; }

	.cnmMenu > ul > li{ width:32%; margin-right: 2%; text-align: center; display: inline-block; height: 48px; box-sizing: border-box; padding:0; }
	.cnmMenu > ul > li:nth-of-type(5n){ margin-right: 2%; }
	.cnmMenu > ul > li:nth-of-type(3n){ margin-right: 0; }
	/****/
	.productsTitle > p{width: 31%;height:40px;line-height:40px;margin-right: 5px;margin-bottom:5px;}
	.productsTitle > p > a{font-size: 12px;    display: block;text-overflow: ellipsis; white-space: nowrap;overflow: hidden;}
	.productsTitle > p.cur > a::after{display: none;}


}

@media (max-width:480px){
	
}
	
@media (max-width:375px){	
	
}







