/*
* @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: initial;
    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: 40px; padding-bottom: 25px; }
.head_top .logo img { height: 58px; }
.head_top .search { margin-top: 10px; }
#search_form { display: inline-block; width: 237px; height: 30px; border-radius: 30px; border: 1px solid #006cb7; padding: 0 15px; -margin-right: 15px; }
#search_form .input1 { width: 175px; height: 30px; line-height: 30px; background: none; border: 0; float: left; font-size: 14px; color: #006cb7; }
#search_form .button1 { width: 30px; height: 30px; border: 0; background: url(/crecb/template/common/header/header_search_but.png) no-repeat right center; float: right; }
.head_nav { background: #006bb7; height: 50px; line-height: 50px; }
.head_nav_list { display: flex; }
.head_nav_list li { float: left; padding: 0 37.6px; line-height: 50px; }
.head_nav_list li a { font-size: 16px; color: #fff; }
.head_nav_list li.on, .head_nav_list li:hover { background: #0a76c4; }
.mobile_nav, .mobile_search { display: none; }

/* 底部样式 */
.foot_top { padding: 25px 0; background: #eef5ff; }
.mail_but, .link_select { width: 50%;  }
.mail_but a { display: inline-block; width: 48%;  height: 38px; background: #fff; border-radius: 4px; line-height: 38px; text-align: center; margin-right: 2%; box-shadow: 0 0 5px rgba(0,0,0,.1); float:left; }
.mail_but a img { vertical-align: middle; margin-right: 6px; }
.link_select select { width: 48%; 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:2%; appearance: none; -webkit-appearance: none;float:left; }
.foot_bot { background: #006bb7 url(/eportal/fileDir/cr8gci/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 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_top { padding-top: 50px; padding-bottom: 30px; }
	.head_top .search { display: flex; align-items: center; }
	#search_form { width: 280px; height: 36px; line-height: 36px; -margin-right: 20px; display: inline-flex; }
	#search_form .input1 {  height: 36px; line-height: 36px; width: 98%; }
	#search_form .button1 { width: 36px; height: 36px; }
	.head_nav { height: 60px; line-height: 60px; }
	.head_nav_list { display: flex; }
	.head_nav_list li { padding: 0 24.6px; line-height: 60px; min-width: 12.5%; text-align: center; }
	.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: 92%; }
	.head_nav_list { display: flex; }
	.head_nav_list li { min-width: 12.5%; padding: 0; text-align: center; }
	/*.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:3%;}*/
	.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) {
	.header { position: relative; border: 1px solid #eee; z-index: 100; }
	.mobile_nav, .mobile_search { display: block; width: 26px; height: 26px; position: absolute; top: 12px; }
	.mobile_nav { right: 4vw; }
	.mobile_search { right: calc(4vw + 40px); }
	.head_top { padding: 10px 0; }
	.head_top .logo { float: none; }
	.head_top .logo img { height: 30px; }
	.head_top .search, .head_nav { display: none; }
	.head_top .search { display: flex; margin-top: 0; position: absolute; background: #fff; width: 100%; left: 0; padding: 10px 4vw; border-top: 1px solid #eee; top: 50px; display: none; overflow: hidden; }
	.head_top .search .icon { width: 30px; height: 30px; float: right; }
	#search_form { width: calc(100% - 50px); display: inline-flex; margin-right: 0; float: left; }
	#search_form .input1 { width: 96%; }
	.head_nav { width: 100%; position: absolute; top: 50px; left: 0; display: none; background: #006bb7 !important; height: auto; }
	.head_nav_list { display: block; padding: 15px 0; }
	.head_nav_list li { display: block; width: 100%; line-height: 30px; }
	.head_nav_list li a {  }
}
@media screen and (max-width:767px) {
.foot_top{ padding:25px 0 5px;}
.mail_but, .link_select{ width:100%; float:none; display: flex; justify-content: space-between;}
.mail_but a,.link_select select{  margin:0 0 20px 0;}
	.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) {
.mail_but a,.link_select select{  width:49%;}
	.head_top .logo img { height: 24px; }
	.mobile_nav, .mobile_search { width: 24px; height: 24px; top: 8px; }
	.head_top .search, .head_nav { top: 44px; }
	.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; }
}