@charset "utf-8";
/* CSS Document */
body{ background-color:#FFF; }
.newsHeader{border-bottom: 1px solid #ccc;margin-bottom: 5%;}

.gkContent{ width: 100%; height: auto; line-height: 2.25; font-size: 16px; color: #666; text-align: left; box-sizing: border-box; padding-top: 5%;margin-bottom: 5%;border-top: 1px solid #DCDCDC;}
.gkContent img{max-width:100%;}
.gkContent video{width:100% !important;height:auto !important;}
/*****/
.honorList > ul > li{margin-bottom: 5%;}

/***news**/
.hotNews{ width:100%; min-width: 320px; background-color: #f7f7f7; box-sizing: border-box; padding:4% 0; }
.colHotNews{width:100%;height: auto;display: flex;flex-direction: row;flex-wrap: nowrap;justify-content: space-between;align-items:stretch;background: #fff;box-sizing: border-box;padding: 3%;}
.chnAbout{ width: 100%; display: flex; flex-direction: column; flex-wrap: nowrap; justify-content: flex-start; align-items: center; position: relative;}
.chnAbout > h3{ width:100%; font-weight: normal; font-size: 36px; text-align: left; }
.chnAbout > div{width:100%;text-align: left;font-size: 16px;height: 100px;overflow: hidden;line-height: 30px;color: #999;margin-top: 1%;}
.chnAbout > p{ width:100%; height: 24px; line-height: 24px; position: absolute; left:0; bottom:0; box-sizing: border-box; padding-left:30px; background-image: url(../images/icon-calendar.png); background-repeat: no-repeat; background-position: left center; font-size: 16px; text-align: left; color: #999; }
.colNewsList{ width: 100%; }
.colNewsList > ul > li{ width: 100%; box-sizing: border-box; padding:2%; display: flex; flex-direction: row; flex-wrap: nowrap; justify-content: space-between; align-items: stretch; cursor: pointer;}
.colNewsList > ul > li > .cniDate{ width: 100px; height: 100px; background-color: #f7f7f7;  flex-shrink: 0; align-self: center; order:1; display: flex; flex-direction: column; flex-wrap: nowrap; justify-content: center; align-items: center;}
.colNewsList > ul > li > .cniDate > h3{ font-size: 30px; font-weight: 550; color: #91827c;}
.colNewsList > ul > li > .cniDate > p{ font-size: 18px; color: #bb0327; }
.colNewsList > ul > li > .cniAbout{ width:100%; height: 142px; box-sizing: border-box; padding:0 3%; overflow: hidden;  display: flex;flex-direction: column; flex-wrap: nowrap; justify-content: center; align-items: center; order:2;}
.colNewsList > ul > li > .cniAbout >h3{ width:100%; font-size: 22px; text-align: left; font-weight: normal; }
.colNewsList > ul > li > .cniAbout > div,.colNewsList > ul > li > .cniAbout > p{ width:100%; height: auto; line-height: 24px; text-align: left; color: #999; font-size: 14px; height: 48px; overflow: hidden; }
.colNewsList > ul > li > .cniAbout > p{ height: 24px; }
.colNewsList > ul > li > .cniAbout > div{ margin-top: 5px; margin-bottom: 5px; }
.colNewsList > ul > li > .cniImg{ order:3; display: block; width: 60px; height: 142px;overflow: hidden; flex-shrink: 0;background-image: url(../images/icon-colNewsList.png); background-repeat: no-repeat; background-position: left center; }
.colNewsList > ul > li:hover > .cniImg,.colNewsList > ul > li > .cniImg:hover{background-image: url(../images/icon-colNewsList-cur.png);}
.colNewsList > ul > li:hover{ background-color: #f7f7f7; }
.colNewsList > ul > li:hover > .cniDate{ background-color: #FFF; }
.colNewsList > ul > li:hover > .cniImg > img{ transform: scale(1.04,1.04); -webkit-transform: scale(1.04,1.04); }

.job{background-image: url(../images/job_bg.png);background-repeat: no-repeat; background-position: top center;padding-top: 5%; }
.jobContent{margin:4% 0 20%;}
.jobContent > div{width: 300px;margin: 0 auto;}
.jobContent > div > p >img{width: 100%;background-color: #fff;}
.jobContent > div > h3{height: 42px;font-size: 22px;font-weight: 400;color: #333333;line-height: 42px;background-color: #fff;text-align: center;}

.contactList{display: flex;}
.lxwm{width: 480px;height: 530px;background-color: #fff;box-sizing: border-box;padding:0 2%;}
.lxwm h3{line-height: 105px;font-size: 22px;color: #333;}
.lxwm > div{height:104px;border-top:1px solid #eee;background-image: url(../images/icon-phone.png);background-repeat: no-repeat;background-position: left center;padding-left: 13%;padding-top: 7%;box-sizing: border-box;}
.lxwm > div:nth-of-type(2){background-image: url(../images/icon-mail.png);}
.lxwm > div:nth-of-type(3){background-image: url(../images/icon-fax.png);}
.lxwm > div:nth-of-type(4){background-image: url(../images/icon-add.png);}
.lxwm > div > p{line-height: 24px;font-size: 16px;color: #333333;}
.map{width: 100%;height: 530px;}
#mapList{width: 100% !important;height: 530px !important;}

/**field***/

.fieldList > ul >li{background-color: #fff;padding: 2%;margin: 20px 0;}
.IdeaItemMain{ width: 100%; display: flex; flex-direction: row; flex-wrap: nowrap; justify-content: space-between; align-items: stretch;}



.cimImg{ display:block; width:45%; 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; padding:3%; display: flex; flex-direction: column; flex-wrap: nowrap; justify-content: center; align-items: flex-start; cursor: pointer;justify-content: unset;margin-left: 5%;}
.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; position: relative;}
.cimAboutOption{ width:100%; height: auto;}
.cimAboutOption > div{width: 100%;height: auto;font-size: 16px;line-height: 30px;color: #333333;box-sizing: border-box;padding-top: 10px;}
.fieldList > ul > li:nth-of-type(2n) > .IdeaItemMain {flex-direction: row-reverse;}
.fieldList > ul > li:nth-of-type(2n) > .IdeaItemMain  > .cimAbout{margin-right: 5%;margin-left: 0;}


/***products*

.productsList{display: flex; flex-direction: row; flex-wrap: nowrap; justify-content: space-between; align-items: stretch;}

.productsList > ul >li{background-color: #fff;margin: 20px 0;float: left;width: 49%;box-sizing: border-box;margin-right: 2%;}

.productsList > ul > li:nth-of-type(2n){margin-right: 0;}

.productsMain{ width: 100%; display: flex; flex-direction: row; flex-wrap: nowrap; justify-content: space-between; align-items: stretch;}

.productsImg{ display:block; width:45%; overflow: hidden; flex-shrink: 0; }

.productsImg img{ width: 100%; transition: all 0.5s linear; -webkit-transition: all 0.5s linear;}

.productsImg:hover img{ transform: scale(1.04,1.04); -webkit-transform: scale(1.04,1.04);}

.productsAbout{width:100%;flex:1;box-sizing: border-box;padding:3%;display: flex;flex-direction: column;flex-wrap: nowrap;justify-content: center;align-items: flex-start;cursor: pointer;justify-content: unset;}

.productsAbout > p{ width:90px; }

.productsAbout > p > img{ width:100%; }

.productsAbout > h3{ font-weight: bold; font-size: 28px; text-align: left;  padding-bottom: 2%; color: #F98328 ; }

.productsAboutMemo{ width:100%;  overflow: hidden;  text-align: left; font-size: 18px; color: #333333; box-sizing: border-box; position: relative;}

.productsAboutOption{ width:100%; min-height: 187px;}

.productsAboutOption > div{width: 100%;height: auto;font-size: 14px;line-height: 22px;color: #333333;box-sizing: border-box;padding-top: 10px;}

.productsAbout > .productsAboutLink{ display: inline-block; width:120px; height:40px;  color: #E00024; line-height: 40px; text-align: left; font-size: 14px; margin-top: 5%; transition: all 0.5s linear;-webkit-transition: all 0.5s linear; }



*/


.colNews{width: 100%;padding-top: 2%;}
.colNewsMain{ width: 100%; height:auto; display: flex; flex-direction: row; flex-wrap: nowrap; justify-content: flex-start; }
.cnmAside{ width:300px; flex-shrink: 0; margin-right:2%; }
.cnmMenu{ width:100%; height:auto; position: relative; z-index: 600;padding-top:5%;padding-bottom:30%; }
.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: #666; box-sizing: border-box; padding:0 10px;}
.cnmMenu > ul > li > a:hover,.cnmMenu > ul > li > a.active{ color: #E00024 !important; }

.cnmRight{ width: 100%; height:auto; background-color: #fff; }
.jjgsList{width:100%; height: auto; box-sizing: border-box; padding:20px 60px 0; overflow:hidden; }
.jjgsList > ul > li{width: 31.3%;height: auto;float: left;margin:3% 1%;position: relative;}
.jjgsList > ul > li > a > p > img{width: 100%;height: auto;}
.jjgsList > ul > li > a > div{width:100%;position: absolute;bottom: 0;height: 80px;line-height: 30px;padding-top:3%;background-color: rgba(0, 0, 0, 0.6);box-sizing: border-box;}
.jjgsList > ul > li > a > div > h3,.jjgsList > ul > li > a > div > p{font-size: 16px;color: #fff;text-align: center;}
.jjgsList > ul > li > a > div > span{display: none;width: 160px;height: 36px;background: #FF0000;border-radius: 6px;color: #fff;margin: 0 auto;margin-top: 4%;text-align: center;}
.jjgsList > ul > li:hover > a > div{width: 100%;height: 100%;background-color: rgba(255, 0, 0, 0.6);padding-top: 25%;}
.jjgsList > ul > li:hover > a > div > span{display: block;}


/****/
.page{ margin-top: 5%; margin-bottom:5%;text-align: center;}
.page > ul > li{ width:auto; display: inline-block; margin:5px 2px;}
.page > ul > li > a,.page > 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; }
.page > ul > li > a:hover,.page > ul > li > a.on,.page > ul > li.active,.page > ul > li:hover > span{ background-color: #e00024; border:1px solid #e00024;  font-weight: 550; color: #FFF !important; }
.page > ul > li.active span{border:1px solid #e00024;}
.page > ul > li > p{ display: flex; flex-direction: column; flex-wrap: nowrap; justify-content: center; align-items: center; }
.page > 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;}
.page > ul > li > p.formSubmit > input{ width: 48px; background-color: #FFF; border:1px solid #FFF;}

.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;}
.newsDetHeader >h3{ text-align: center; font-weight: 550; font-size: 32px;color: #333;; }
.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;}
.newsDetMemo img{display: inline-block;}


.article{width: 95.8%;border:1px solid #dedede;padding: 2%;}
.article h1{width: 100%;height: auto;margin: 10px auto;font-size:26px;line-height:30px;text-align: center;} 
.article h2{width: 100%;height: auto;margin: 6px auto;font-size:22px;line-height:24px;text-align: center;} 
.article h3{width: 100%;height: auto;line-height:52px;background:#f2f2f2;text-align: center;margin: 20px 0;font-weight: normal;font-size: 16px;}
.article h3 span{ margin:0 10px; display:inline-block;}
.article_list{width: 100%;line-height:40px !important;font-size: 16px !important;margin:0 auto;}
.article img,.article_list img{margin:0 auto;display: block;max-width:100%;}
.article_list p{line-height:40px !important;font-size: 16px !important;text-indent:2em;}
.article table,.newsDetMemo table{border:1px solid #000 !important;margin: 0 auto !important;width:90% !important;}
.article table,.article table tr th,.article table tr td,.newsDetMemo table,.newsDetMemo table tr th,.newsDetMemo table tr td { border:1px solid #000 !important; }

@media (max-width:1440px){	
	.productsTitle > p{width: 19.5%;height:60px;line-height:60px;margin-right: 5px;margin-bottom:2%;}
}
@media (max-width:1200px){	
	
	.lxwm{width: 40%;}
	.map{width: 100% !important;}
	.lxwm h3{font-size: 20px;;}
	.lxwm > div{padding-top: 2%;height: 64px;}
	#mapList{width: 100% !important;}
	
	
	.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; }
	
	
	
	.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;}
	
	.jjgsList > ul > li > a > div{height: 60px;line-height: 20px;}
	.jjgsList > ul > li > a > div > h3,.jjgsList > ul > li > a > div > p{font-size: 14px;}
	
	
}
@media (max-width:992px){
	
/****/
	
	.chnAbout > h3{ font-size: 20px; }
	
	.chnAbout > div{ height: 96px; line-height: 24px; font-size: 14px;}
	
	.colNewsList > ul > li{ flex-direction: column; padding:0; }
	
	.colNewsList > ul > li + li{ margin-top: 10px; }
	
	.colNewsList > ul > li > .cniImg{ order:1; width:100%; height: auto;display: none;}
	
	.colNewsList > ul > li > .cniAbout{ padding:0; height: auto; box-sizing: border-box; padding:10px 0;}
	
	.colNewsList > ul > li > .cniDate{ order:3; width:100%; height: 30px; line-height: 30px; flex-direction: row-reverse; justify-content: flex-end; color: #999; background-color: transparent;}
	
	.colNewsList > ul > li > .cniDate > h3,.colNewsList > ul > li > .cniDate > p{ font-weight: normal; font-size: 14px; }
	
	.colNewsList > ul > li > .cniDate > p{ position: relative; padding-right:10px; }
	
	.colNewsList > ul > li > .cniDate > p::after{ content: '-'; height: 30px; line-height: 30px; position: absolute; right:0; top:0; }
	
	.contactList{flex-direction: column;}
	.lxwm,.map{width: 100%;}
	.lxwm{height:auto}
	.lxwm > div{padding-top: 1%;}
	#mapList{width: 100% !important;}
	
	
	.IdeaItemMain{ flex-direction: column; }
	.fieldList > ul > li:nth-of-type(2n) > .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; }
	
	/*
	.productsList > ul >li{width:48%; }
	.productsList > ul > li > .productsMain{ flex-direction: column; }
	.productsImg{ width:100%; }
	.productsAbout,.newsDet{ padding:30px 10px 30px 10px; }
	.productsAbout > h3{ padding-bottom: 0; }
	.productsAboutMemo{ display: block; height:auto;margin-top: 20px; }
	.productsAboutOption{min-height: 120px;}
	*/

	.jjgsList > ul > li{ width:48%;}
	
	.newsDet{ padding:30px 10px 30px 10px; }
	.newsDetMemo,.detPage > p,.newsDetHeader > p{font-size: 14px;}
	.newsDetHeader >h3{ font-size: 18px; }
	
}
@media (max-width:768px){	
	
	.gkContent{ font-size: 14px;line-height:2; }
	
	/****/
	.colHotNews{ flex-direction: column; }
	.chnImg{ width:100%; padding-right: 0; }
	.chnAbout{ margin-top: 10px; padding-bottom: 40px;}
	.chnAbout > h3{ font-size: 16px; }
	.chnAbout > div{ height: auto; margin-top: 6px;}
	.colNewsList > ul > li > .cniAbout > div{ height: auto; }
	.colNewsList > ul > li > .cniDate > h3,.colNewsList > ul > li > .cniDate > p{ color: #999; }
	.detPage{  flex-direction: column; padding-bottom: 20px; }
	.detPage > p{ width:100%; height: 30px; line-height: 30px; text-align: left;}
	.detPage > p:nth-of-type(2n){ text-align: left; }
	
	.cnmrList > ul > li{ flex-direction:column; }
	.cnmrList > ul > li > .cnmrImg{ width:100%;}
	.cnmrList > ul > li > .cnmrAbout{ padding-left: 0; margin-top: 10px; height:auto; }
	.cnmrList > ul > li > .cnmrAbout > div{ height:auto; }
	
	.jobContent > div{width: 200px;}
	.jobContent > div > h3{font-size: 16px;}
	
	
	.fieldList > 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; }
	
	
	
	.colNewsMain{ flex-direction: column; }
	
	.cnmAside{ width:100%; }
	.cnmMenu{ width:100%; display: flex;  flex-direction: row; flex-wrap: nowrap; justify-content: space-between; align-items: center;padding-bottom: 1%; }
	.cnmMenu > h3{ width:100px; height:48px; line-height: 48px; font-size: 18px; padding:0 12px;  position: inherit; left:0; top:0; flex-shrink: 0;}
	.cnmMenu > ul{ width:100%; height: auto;margin-top: 0;}
	.cnmMenu > ul > li{ width:50%;float: left;height: 48px; box-sizing: border-box; padding:5px 10px; }
	.cnmMenu > ul > li > a{ height: 38px; line-height: 38px; text-align: left;}
	.jjgsList{padding: 20px 10px 0;}
	.jjgsList > ul > li{width: 100%;}
	
	.newsDet{ padding:30px 10px 30px 10px; }
}

@media (max-width:640px){
	.locaMenu{display: block;}
	.locaMain > h3, .locaMenu, .locaMenu > a{height: auto !important;line-height: 30px;}
	.locaMenu > a{ width:20%; margin-right: 0; text-align: center; display: inline-block; height: 48px; box-sizing: border-box; padding:0px !important; }
	.locaMenu > a:nth-of-type(5n){ margin-right: 0; }
	.locaMenu > a:nth-of-type(6n)::after {display: none;}

@media (max-width:480px){
	
}
	
@media (max-width:375px){	
	
}







