/*
* @Author: sunjijing
* @Date:   2021-08-23 10:16:48
* @Last Modified by:   sunjijing
* @Last Modified time: 2021-10-18 10:09:59
*/
body, object, iframe, h1, h2, h3, h4, h5, h6, blockquote, a, code, em, img, q, small, strong, dd, dl, dt, li, ol, ul, fieldset, form, label, table, tbody, tr, th, td, input, textarea {
    color: inherit;
    font-size: inherit;
    font-family: inherit;
}
/* 图片自适应 */
img { width: auto\9; max-width: 100%; height: auto; -ms-interpolation-mode: bicubic; object-fit: cover; }

/* 去除苹果手机默认按钮样式 */
input[type='button'], input[type='submit'], input[type='reset'], textarea { resize: none; -webkit-appearance: none; }

/* 初始化 */
html, body, div, ul, li, ol, h1, h2, h3, h4, h5, h6, input, textarea, select, p, dl, dt, dd, a, span, i, img, button, form, table, th, tr, td, tbody, article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section { -webkit-tap-highlight-color: rgba(0, 0, 0, 0); font-family: "OS-R", "微软雅黑", Arial; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; margin: 0; padding: 0; color: #333; border: none; -webkit-overflow-scrolling: touch; }
html, body { min-width: 320px; margin: 0 auto; width: 100%; }
html { font-size: 62.5%; -webkit-text-size-adjust: 100%; -ms-text-size-adjust: 100%; }
body { font-size: 1.4rem; position: relative; overflow-x: hidden; color: #333; background-color: #fff; }
input, button, select, textarea { outline: none; }
em, i { font-style: normal; }
.clearfix:after { display: block; visibility: hidden; clear: both; height: 0; content: ''; }
.clearfix { zoom: 1; }
a { text-decoration: none; }
a:hover { text-decoration: none; color: #006bb7; }
ul, ol { list-style: none; }
h1, h2, h3, h4, h5, h6 { font-size: 100%; }
img { border: none; max-width: 100%; }
.fl { float: left; }
.fr { float: right; }
.pubcon { width: 1100px; margin: 0 auto; }
.over { overflow: hidden; }
.css3guodu { -o-transition: all 0.5s ease-out 0s; -webkit-transition: all 0.5s ease-out 0s; -moz-transition: all 0.5s ease-out 0s; transition: all 0.5s ease-out 0s; }

/* 头部样式 */
.head_top { padding-top: 10px; margin-bottom: 40px; }
.head_top * { font-size: 12px; color: #858585; line-height: 20px; }
#topSearch { display: inline-block; width: 190px; height: 20px; border-radius: 20px; background: #f6f6f6; padding: 0 5px 0 10px; float: left; margin-right: 20px; }
#topSearch .input1 { width: 155px; height: 20px; line-height: 20px; float: left; border: 0; background: none; font-size: 12px; }
#topSearch .button1 { width: 20px; height: 20px; background: url(/eportal/fileDir/cr8gci/template/common/header/header_search_but.png) no-repeat center; float: right; }
.head_top i { font-size: 10px; margin: 0 10px; font-style: normal; }
.head_top a:hover { color: #006bb7; }
.head_bottom .logo { width: 420px; }
.nav_list { border-top: 1px solid #f4f4f4; display: flex; }
.nav_list li { display: inline-block; height: 70px; line-height: 70px; padding: 0 15px; }
.nav_list li:first-child { display:none;}
.nav_list li a { font-size: 16px; color: #101010; }
.nav_list li.on, .nav_list li:hover { background: #006bb7; }
.nav_list li.on a, .nav_list li:hover a { color: #fff; font-weight: bold; }
.mobile_search, .mobile_nav { display: none; width: 24px; height: 24px; }

/* 底部样式 */
.foot_top { padding: 25px 0; background: #eef5ff; }
.mail_but a { display: inline-block; width: 128px; height: 38px; background: #fff; border-radius: 4px; line-height: 38px; text-align: center; margin-right: 5px; box-shadow: 0 0 5px rgba(0,0,0,.1); }
.mail_but a img { vertical-align: middle; margin-right: 6px; }
.link_select select { width: 260px; height: 38px; line-height: 38px; border: none; background: #fff url(/uiFramework/commonResource/image/2021102209522930155.png) no-repeat 96% center; border-radius: 4px; text-align: center; box-shadow: 0 0 5px rgba(0,0,0,.1); margin-left: 12px; appearance: none; -webkit-appearance: none; padding-left:10px; }
.foot_bot { background: #006bb7 url(/bjsgs/template/common/footer/footer_bg.png) no-repeat 28% top; padding: 40px 0 30px; }
.foot_left { width: 660px; }
.foot_left .link { margin-bottom: 20px; line-height: 28px; }
.foot_left .link i { margin: 0 8px; }
.foot_left .link, .foot_left .link * { font-size: 14px; color: #fff; }
.foot_left p { margin-top: 10px; }
.foot_left p span { font-size: 12px; color: #fff; white-space: nowrap; margin-right: 12px; }
.foot_left p span a{ font-size: 12px; color: #fff; }
.ewm_list { display: flex; }
.ewm_list li { display: inline-block; width: 90px; text-align: center; margin-left: 15px; }
.ewm_list li img { padding: 4px; background: #fff; border-radius: 4px; width: 90px; height: 90px; }
.ewm_list li p { color: #fff; font-size: 10px; }


/* 响应式代码 */
@media screen and (min-width:1440px) {
	html, body { max-width: 1920px; margin: 0 auto; }
	.pubcon { width: 1440px; }
	/*头部*/
	.head_bottom .logo { width: auto; }
	.nav_list li { height: 90px; line-height: 90px; padding: 0 20px; }
	.nav_list li:first-child {  display: inline-block;}
	/*底部*/
	.mail_but a { width: 168px; height: 50px; line-height: 50px; }
	.link_select select { margin-left: 20px; width: 340px; height: 50px; line-height: 50px; }
	.ewm_list li { margin-left: 50px; }
}
@media screen and (max-width:1200px) {
	* { box-sizing: border-box; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; }
	html, body { max-width: 100%; }
	.pubcon { width: 1000px; }
	/*头部*/
	.head_top { margin-bottom: 20px; }
	.head_bottom .logo, .head_bottom .nav { float: none; }
	.head_bottom .nav { margin-top: 15px; }
	.nav_list { justify-content: space-between; }
	.nav_list li { height: 50px; line-height: 50px; }
	.nav_list li:first-child {  display: inline-block;}
	/*底部*/
	.mail_but, .link_select { width: 100%; float: none; }
	.mail_but { display: flex; justify-content: space-between; margin-bottom: 10px; }
	.mail_but a { width: 24%; margin-right: 0; }
	.link_select { display: flex; justify-content: space-between; }
	.link_select select { width: 49%; margin-left: 0; padding-left:2%;}
	.foot_left, .foot_right { width: 100%; float: none; }
	.foot_right { margin-top: 20px; }
	.ewm_list li { margin-left: 0; margin-right: 20px; }
}
@media screen and (max-width:1023px) {
	.pubcon { width: 94%; }
	/*头部*/
	.header { position: relative; }
	.head_top span, .head_top a, .head_top i { display: none; }
	.head_top { margin-bottom: 0; position: absolute; top: 50px; z-index: 2; padding: 0 10px; background: #fff; width: 100vw; left: 0; border-top: 1px solid #eee; height: 50px; display: none;}
	.head_top .fr { width: 92vw; float: none; margin: 0 auto; padding: 10px 0;}
	.head_top .fr #topSearch{display: block; }
	#topSearch { float: none; width: 100%; display: flex; height: 30px; }
	#topSearch .input1 { width: 98%; height: 30px; line-height: 30px; }
	#topSearch .button1 { width: 30px; height: 30px;  position: absolute;right: 5%;}
	.head_bottom .nav { display: none; margin-top: 0; position: absolute; top: 50px; z-index: 10; width: 100%; background: #fff; left: 0; border-top: 1px solid #eee; }
	.nav_list { display: block; width: 92%; margin: 0 auto; }
	.nav_list li { display: block; width: 100%; height: 30px; line-height: 30px; }
	.head_bottom { padding: 10px 0; }
	.head_bottom .logo { width: auto; float: left; }
	.head_bottom .logo img { height: 30px; }
	.mobile_search, .mobile_nav { display: block; float: right; margin-left: 10px; }
}
@media screen and (max-width:767px) {
	/*头部*/
	.head_top, .head_bottom .nav { top: 42px; }
	/*底部*/
	.foot_left .link { margin-bottom: 20px; }
	.foot_left .link select { float: none; display: block; }
	.foot_left .link a { white-space: nowrap; }
	.foot_left p span { display: block; margin-right: 0; white-space: normal; line-height: 2em; }
}
@media screen and (max-width:559px) {
	/*头部*/
	.head_bottom .logo img { height: 22px; }
	.mobile_search, .mobile_nav { width: 20px; height: 20px; }
	/*底部*/
	.mail_but { flex-wrap: wrap; }
	.mail_but a { width: 49%; margin-bottom: 2%; }
	.link_select select { font-size: 12px; }
	.foot_bot { padding: 10px 0; }
	.foot_left .link i { margin: 0; }
	.ewm_list { justify-content: space-between; }
	.ewm_list li { margin-right: 0; width: 22%; text-align: center; }
	.ewm_list li img { width: 100%; height: auto; }
}