/*
* @Author: sunjijing
* @Date:   2021-08-23 10:16:48
* @Last Modified by:   sunjijing
* @Last Modified time: 2021-10-12 09:07:23
*/
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: "微软雅黑", Arial !important; -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;outline:none; }
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: 5px; }
#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(/eportal/fileDir/ztbjxdwl/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; width:12.5%; text-align:center; line-height: 50px; }
.head_nav_list li a { font-size: 16px; color: #fff; display:block; }
.head_nav_list li.on, .head_nav_list li:hover { background: #0a76c4; }
.mobile_nav, .mobile_search { display: none; }

/* 底部样式 */
.foot01 { background: #006bb7 url(/kcsjyjy/template/common/footer/footer_bg.png) no-repeat 28% center; padding: 40px 0 30px; }
.foot_left { width: 660px; }
.foot_left .link { margin-bottom: 30px; line-height: 28px; }
.foot_left .link i { margin: 0 8px; }
.foot_left .link, .foot_left .link * { font-size: 14px; color: #fff; }
.foot_left .link select { float: left; width: 150px; height: 28px; border: none; background: #fff; border-radius: 4px; background: rgba(255, 255, 255, .3); padding: 0 15px 0 5px;  margin-right:20px;}
.foot_left .link select option{color:#333}
.foot_left p { margin-top: 10px; }
.foot_left p span { font-size: 12px; color: #fff; white-space: nowrap; margin-right: 12px;display: inline-block; }
.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; }
.foot02 { background: #00508b; text-align: center; }
.foot02 p { line-height: 30px; font-size: 12px; color: #fff; }
.foot02 p span{ margin:0 6px;}
.foot02 p span,.foot02 p span a{font-size: 12px; color: #fff; }

/* 响应式代码 */
@media screen and (min-width:1400px) {
	html, body { max-width: 1920px; margin: 0 auto; }
	.pubcon { width: 1440px; }
	/*头部*/
.head_top { padding-top: 50px; padding-bottom: 30px; }
	.head_top .logo img { }
	.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 {  line-height: 60px; text-align: center; }

}
@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 { padding: 0; text-align: center; }

	.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) {
	.foot01 { padding: 20px 0; }
	.foot02 p { line-height: 1.5em; padding: 10px 0; }
	.foot_left .link { margin-bottom: 20px; }
	.foot_left .link select { width:23%; margin-right:2%;}
	.foot_left .link a { white-space: nowrap; }
	.foot_left p span {white-space: normal; line-height: 2em; }
}
@media screen and (max-width:559px) {
	.head_top .logo img { height: 24px; }
	.mobile_nav, .mobile_search { width: 24px; height: 24px; top: 8px; }
	.head_top .search, .head_nav {  }
	.foot_left .link i { margin: 0; }
	.foot_left .link { margin-bottom: 0px; }
	.foot_left .link select {  margin:0 2% 20px 0; width:48%;}
	.ewm_list { justify-content:center; }
	.ewm_list li { margin:0 2% ; width: 25%; text-align: center; }
	.ewm_list li img { width: 100%; height: auto; }
}

@media screen and (max-width:413px){
.head_top{ margin-top:34px;}
}