@charset "UTF-8";

/* @font-face {
    font-family: "SourceHanSansCN-Regular";
    src: url("../fonts/SourceHanSansCN-Regular.woff") format("woff"),
        url("../fonts/SourceHanSansCN-Regular.ttf") format("truetype"),
        url("../fonts/SourceHanSansCN-Regular.eot") format("embedded-opentype");
}

@font-face {
    font-family: "SourceHanSansCN-Medium";
    src: url("../fonts/SourceHanSansCN-Medium.woff") format("woff"),
        url("../fonts/SourceHanSansCN-Medium.eot") format("embedded-opentype"),
        url("../fonts/SourceHanSansCN-Medium.ttf") format("truetype");
}

@font-face {
    font-family: "SourceHanSansCN-Bold";
    src: url("../fonts/SourceHanSansCN-Bold.woff") format("woff"),
        url("../fonts/SourceHanSansCN-Bold.eot") format("embedded-opentype"),
        url("../fonts/SourceHanSansCN-Bold.ttf") format("truetype");
} */

html {
    color: #000;
    background: #FFF;
}

body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
code,
form,
fieldset,
legend,
input,
button,
textarea,
p,
blockquote,
th,
td {
    margin: 0;
    padding: 0;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

fieldset,
img {
    border: 0;
}

address,
caption,
cite,
code,
dfn,
th,
var {
    font-style: normal;
    font-weight: normal;
}

ol,
ul {
    list-style: none;
}

caption,
th {
    text-align: left;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-size: 100%;
    font-weight: normal;
}

q:before,
q:after {
    content: "";
}

abbr,
acronym {
    border: 0;
    font-variant: normal;
}

sup {
    vertical-align: text-top;
}

sub {
    vertical-align: text-bottom;
}

input,
textarea,
select {
    font-family: inherit;
    font-size: inherit;
    font-weight: inherit;
    *font-size: 100%;
}

legend {
    color: #000;
}

iframe {
    display: block;
}

/* yui3 fonts */

body {
    font: 14px/1.231 "Microsoft YaHei", arial, helvetica, clean, sans-serif;
    color: #333;
    background: url('../images/sky_bg.png') no-repeat;
    background-size: 100% 624px;
}

select,
input,
button,
textarea {
    font: 99% arial, helvetica, clean, sans-serif;
    font-family: "Microsoft YaHei";
    outline: 0;
    border: 0;
}

table {
    font-size: inherit;
    font: 100%;
}

pre,
code,
kbd,
samp,
tt {
    font-family: monospace;
    *font-size: 108%;
    line-height: 100%;
}

a {
    cursor: pointer;
    text-decoration: none;
}


/* utilities */

.center-block {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.clearfix {
    *zoom: 1;
}

.clearfix:before,
.clearfix:after {
    display: table;
    line-height: 0;
    content: "";
}

.clearfix:after {
    clear: both;
}

.l {
    float: left !important;
}

.r {
    float: right !important;
}

.hidden {
    display: none !important;
}

.invisible {
    visibility: hidden !important;
}

.ewb-mt30 {
    margin-top: 30px;
}

/* 竖版pad及以下 */

@media (max-width: 979px) {
    body {
        cursor: pointer;
    }
    .ewb-mt30 {
        margin-top: 20px;
    }
}


/* 属性值渐变 */

.trans {
    -webkit-transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1);
    transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1);
}

/* 单行文本溢出 */

.ewb-otw {
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

/* 间距 */

.mt20 {
    margin-top: 20px;
}

/* header */

#header {
    height: 230px;
}

.ewb-header {
    height: 230px;
}

.ewb-header .container {
    position: relative;
}

/* logo */

.ewb-logo {
    float: left;
    margin-top: 100px;
    max-width: 282px;
}

/* 地区 */

.ewb-region {
    float: left;
    margin: 105px 0 0 20px;
}

.ewb-region-name {
    position: relative;
    display: inline-block;
    vertical-align: top;
    padding: 0 20px 0 44px;
    height: 30px;
    line-height: 28px;
    border: 1px solid #dcdcdc;
    border-radius: 16px;
    font-size: 15px;
    color: #999;
    background: rgba(255, 255, 255, 0.8) url('../images/region_ico.png') 19px center no-repeat;
    cursor: pointer;
}

.ewb-region:hover .ewb-region-name {
   /* color: #fff;
    background-image: url('../images/region_ico_cur.png');
    background-color: #1483dd; */
}

/* 地区选择 */

.ewb-region-ico {
    position: absolute;
    z-index: 9999;
    bottom: -8px;
    left: 50%;
    display: none;
    margin-left: -4.5px;
    width: 9px;
    height: 8px;
    background: url('../images/region_jt.png') no-repeat;
}

.ewb-region-drop {
    display: none;
    position: absolute;
    z-index: 999;
    top: 132px;
    right: 0;
    left: 0;
    padding-top: 8px;
}

.ewb-region:hover .ewb-region-drop,
.ewb-region:hover .ewb-region-ico {
    display: block;
}

.ewb-region-wrap {
    width: 100%;
    padding: 20px 0;
    border: 1px solid #dedede;
    background-color: #fff;
}

.ewb-region-node {
    position: relative;
    padding-left: 126px;
    min-height: 32px;
    vertical-align: top;
}

.ewb-region-type {
    position: absolute;
    top: 0;
    left: 0;
    width: 126px;
    height: 32px;
    line-height: 32px;
    text-align: right;
    font-weight: bold;
    color: #09348c;
}

.ewb-region-conent {
    padding-left: 10px;
    font-size: 0;
    -webkit-text-size-adjust: none;
}

.ewb-region-conent li {
    display: inline-block;
    *display: inline;
    *zoom: 1;
    margin-right: 12px;
    padding: 4px 0;
}

.ewb-region-conent li a {
    display: block;
    padding: 0 10px;
    height: 24px;
    line-height: 24px;
    font-size: 14px;
    border-radius: 3px;
    color: #333;
    -webkit-transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1);
    transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1);
}

.ewb-region-conent li a:hover {
   /* color: #fff;
    background-color: #2c69c3; */
}

/* nav */

.ewb-nav-menu {
    display: none;
    float: right;
    margin-top: 26px;
    width: 28px;
    height: 28px;
    background: url('../images/menu.png') center center no-repeat;
    cursor: pointer;
}

.ewb-nav {
    float: right;
    margin-top: 95px;
}

.ewb-nav-node {
    float: left;
    vertical-align: top;
}

.ewb-nav-name {
    display: block;
    margin: 0 20px;
    line-height: 24px;
    font-size: 16px;
    color: #666666;
    text-align: center;
}

.ewb-nav-name>i {
    display: block;
    margin: 0 auto;
    width: 48px;
    height: 48px;
    border-radius: 50%;
    background-position: center center;
    background-repeat: no-repeat;
}

.ewb-nav-node:hover .ewb-nav-name,
.ewb-nav-node.current .ewb-nav-name {
    font-weight: bold;
    color: #fff;
}

.ewb-nav-name>i.icon1 {
    background-image: url('../images/nav_icon1.png');
}

.ewb-nav-name>i.icon2 {
    background-image: url('../images/nav_icon2.png');
}

.ewb-nav-name>i.icon3 {
    background-image: url('../images/nav_icon3.png');
}

.ewb-nav-name>i.icon4 {
    background-image: url('../images/nav_icon4.png');
}

.ewb-nav-name>i.icon5 {
    background-image: url('../images/nav_icon5.png');
}

.ewb-nav-name>i.icon6 {
    background-image: url('../images/nav_icon6.png');
}

.ewb-nav-node:hover .ewb-nav-name,
.ewb-nav-node.current .ewb-nav-name {
    color: #09348c;
}

.ewb-nav-node:hover .ewb-nav-name>i,
.ewb-nav-node.current .ewb-nav-name>i {
    background-color: #09348c;
}

.ewb-nav-node:hover .ewb-nav-name>i.icon1,
.ewb-nav-node.current .ewb-nav-name>i.icon1 {
    background-image: url('../images/nav_icon1h.png');
}

.ewb-nav-node:hover .ewb-nav-name>i.icon2,
.ewb-nav-node.current .ewb-nav-name>i.icon2 {
    background-image: url('../images/nav_icon2h.png');
}

.ewb-nav-node:hover .ewb-nav-name>i.icon3,
.ewb-nav-node.current .ewb-nav-name>i.icon3 {
    background-image: url('../images/nav_icon3h.png');
}

.ewb-nav-node:hover .ewb-nav-name>i.icon4,
.ewb-nav-node.current .ewb-nav-name>i.icon4 {
    background-image: url('../images/nav_icon4h.png');
}

.ewb-nav-node:hover .ewb-nav-name>i.icon5,
.ewb-nav-node.current .ewb-nav-name>i.icon5 {
    background-image: url('../images/nav_icon5h.png');
}

.ewb-nav-node:hover .ewb-nav-name>i.icon6,
.ewb-nav-node.current .ewb-nav-name>i.icon6 {
    background-image: url('../images/nav_icon6h.png');
}


/* 1200分辨率以下 */

@media (max-width: 1199px) {
    .ewb-logo {
        width: 390px;
        max-width: 390px;
    }
    .ewb-region-name {
        padding: 0 10px 0 30px;
        background-position: 10px center;
        font-size: 14px;
    }
    .ewb-nav-name {
        margin: 0;
        padding-left: 10px;
        padding-right: 10px;
        font-size: 14px;
    }
}

/* 竖版pad及以下 */

@media (max-width: 979px) {
    #header,
    .ewb-header {
        height: 100px;
    }
    .ewb-logo,
    .ewb-region {
        margin-top: 25px;
    }
    .ewb-region-drop {
        top: 55px;
    }
    .ewb-nav-menu {
        display: block;
    }
    .ewb-nav {
        position: absolute;
        z-index: 999;
        top: 52px;
        right: 12px;
        display: none;
        width: 200px;
        margin-top: 0;
        padding: 10px 0;
        border-radius: 3px;
        background-color: rgba(0, 0, 0, 0.6);
    }

    .ewb-nav-node {
        float: none;
        margin: 0 10px;
        height: auto;
    }

    .ewb-nav-name {
        padding-top: 0;
        height: 34px;
        line-height: 33px;
        text-align: center;
        color: #fff;
    }

    .ewb-nav-name>i {
        display: none;
    }

    .ewb-nav-node:hover .ewb-nav-name, 
    .ewb-nav-node.current .ewb-nav-name {
        color: #fff;
        background-color: #09348c;
    }
}

/* 手机端 */

@media (max-width: 767px) {
    #header,
    .ewb-header {
        height: auto;
    }
    .ewb-header {
        padding-bottom: 12px;
		-webkit-background-size: 100% 100%;
		background-size: 100% 100%;
    }
    .ewb-logo {
        margin-top: 10px;
        width: 90%;
        max-width: 454px;
    }
    .ewb-region {
        margin-top: 10px;
        margin-left: 0;
    }
    .ewb-region-name {
        padding-left: 25px;
        height: 28px;
        line-height: 26px;
        font-size: 12px;
        background-size: 10px auto;
    }
    .ewb-region-drop {
        top: 100%;
        left: 12px;
        right: 12px;
        padding-top: 6px;
    }

    .ewb-region-ico {
        top: 26px;
    }

    .ewb-region-wrap {
        padding: 5px 0;
        font-size: 12px;
    }

    .ewb-region-name {
        font-size: 12px;
    }

    .ewb-region-node {
        padding-left: 0;
        min-height: 24px;
    }

    .ewb-region-type {
        position: static;
        display: block;
        text-align: left;
        padding-left: 10px;
        height: 24px;
        line-height: 24px;
    }

    .ewb-region-conent li {
        margin-right: 5px;
    }

    .ewb-region-conent li a {
        font-size: 12px;
    }
    .ewb-nav-menu {
        position: absolute;
        right: 12px;
        bottom: 0;
        margin: 0;
    }
    .ewb-nav {
        top: 100%;
    }
}

/* footer */

#footer {
	/* height: 270px; */
	background: #dee2ea url('../images/footer_bg.png') right bottom no-repeat;
	/* background-size: 100% 100%; */
}

.ewb-select {
	padding-top: 15px;
	height: 60px;
	background-color: #01479d;
}

.ewb-select-ul {
	margin-left: -40px;
}

.ewb-select-item {
	width: 33.33%;
}

.ewb-select-block {
	margin-left: 40px;
}

.ewb-sel {
	width: 100%;
	height: 30px;
}
.ewb-sel {
	width: 100%;
	height: 30px;
	line-height: 30px;
	border: 0;
}

.chosen-container {
    width: 100%;
    height: 30px;
    line-height: 30px;
	text-align: center;
	border-radius: 0;
    font-family: "Microsoft YaHei";
}

.chosen-container-single .chosen-single {
    padding: 0;
    height: 30px;
    border: 0;
    box-shadow: none;
    font-size: 14px;
	font-weight: normal;
    color: #666;
	border-radius: 0;
	background-color: #eaedf1;
}

.chosen-container-single .chosen-single.cur {
    color: #676767;
}

.chosen-container-active.chosen-with-drop .chosen-single {
    border: 0;
}

.chosen-container-single .chosen-single span {
    margin-right: 26px;
    height: 30px;
    line-height: 30px;
}

.chosen-container-single .chosen-single div {
    width: 26px;
    padding: 0;
	background-color: #eaedf1;
}

.chosen-container-single .chosen-single div b {
    width: 26px;
    height: 30px;
    background: url('../images/sel_ico.jpg') left center no-repeat #eaedf1;
}

.chosen-container-active.chosen-with-drop .chosen-single div b {
    background: url('../images/sel_ico_cur.jpg') left center no-repeat #eaedf1;
}

.chosen-container-single .chosen-drop {
	top:auto;
    bottom: 30px;
	margin-top: 0;
    border: 1px solid #e9edf0;
    border-bottom: 0;
    border-radius: 0;
	box-shadow:none;
}

.chosen-container .chosen-results {
    margin: 0;
    padding: 0;
    color: #676767;
}

.chosen-container .chosen-results li {
    padding-left: 10px;
    padding-right: 10px;
    line-height: 16px;
}

.chosen-container .chosen-results li.highlighted {
    color: #fff;
    background-color: #0087ff;
}

.ewb-footer-con {
	padding: 20px 0 24px;
}

.ewb-footer-warp {
	padding-left: 3px;
}

.ewb-footer-block {
	float:left;
	margin-left: 3px;
}

.ewb-footer-info {
	height: 28px;
	line-height: 28px;
	font-size: 0;
	-webkit-text-size-adjust:none;
}

.ewb-footer-sp1 {
	margin-right: 13px;
	font-size: 14px;
}

.ewb-footer-sp1 a {
	color: #333;
}

.ewb-footer-link1 {
	font-size: 14px;
	color: #333;
}

.ewb-footer-link2 {
	display: inline-block;
	margin-left: 7px;
	font-size: 14px;
	color: #333;
	 cursor: default;
}

.ewb-footer-sp2 {
	margin-right: 12px;
	display: inline-block;
	margin-top: 3px;
	width: 18px;
	height: 20px;
	font-size: 14px;
	vertical-align: top;
	background: url("../images/footer_icon1.png") left center no-repeat;
}

.ewb-footer-custom {
	display: block;
	width: 107px;
	height: 30px;
	line-height: 30px;
	text-align: center;
	font-size: 0;
	-webkit-text-size-adjust:none;
	border-radius: 2px;
	background-color: #e6e6e6;
}

.ewb-footer-custom:hover {
	background-color: #fff;
}

.ewb-footer-custom span {
	display: inline-block;
	padding-left: 29px;
	font-size: 14px;
	color: #1986df;
	background: url("../images/footer_icon2.png") left center no-repeat; 
}

.ewb-footer-img {
	margin-top: 43px;
	display: block;
}

.ewb-footer-img img {
	float: right;
}

.visits {
    position: relative; 
    display: inline-block; 
    padding: 0 2px;  
    line-height: 20px;
    color: #fff;
    vertical-align: middle;
    background-color: #000;
    letter-spacing: 2px;
    font-style: normal;
}

.visits::before {
    content: attr(text);
    position: absolute;
    z-index: 10;
    color: #3c98d1;
    -webkit-mask: linear-gradient(to bottom, #def0f8, transparent);
}

/* 竖版pad及以下 */

@media (max-width: 1199px) {
	.ewb-footer-sp1,
	.ewb-footer-link1,
	.ewb-footer-link2,
	.ewb-footer-custom span {
		font-size: 12px;
	}
}

@media (max-width: 979px) {
	
	.chosen-container,
    .chosen-container-single .chosen-single {
		font-size: 12px;
	}
	.ewb-footer-block {
		float: none;
		text-align: center;
	}
	#footer,
	.ewb-footer {
	    height: auto;
	}
	
	.ewb-footer-info {
		height: auto;
	}
	.ewb-footer-sp1,
	.ewb-footer-link1,
	.ewb-footer-link2 {
		display: block;
	}
}

/* 手机端 */

@media (max-width: 767px) {

    #footer,
    .ewb-footer {
        height: auto;
    }
	.ewb-select-ul {
		margin-left: 0;
	}
	.ewb-select {
        height: auto;
        padding: 5px 0 15px;
	}
	.ewb-select-block {
		margin-left: 0;
	}
	.ewb-select-item {
		margin-top: 10px;
		width: 100%;
	}
	
}

/* 20220106新头部 */

body {
    background: none;
}

#header {
    position: relative;
    height: 355px;
    background: url("../images/header_bg.jpg") center top no-repeat;
    background-size: 100% 316px;
}

.header-logo {
    margin-top: 88px;
}

.header-query-box {
    position: relative;
    width: 380px;
    height: 55px;
    line-height: 53px;
    margin-top: 124px;
    padding-right: 80px;
    background-color: #fff;
    border: 1px solid #01479d;
    box-shadow: 0 0 6px rgba(1, 71, 157, 0.45);
    box-sizing: border-box;
    overflow: hidden;
}

.header-query-input {
    width: 100%;
    height: 53px;
    line-height: 53px;
    padding: 0 15px;
    font-size: 18px;
    background-color: transparent;
    vertical-align: top;
    box-sizing: border-box;
}

.header-query-btn {
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    width: 80px;
    color: #fff;
    font-size: 18px;
    background-color: #01479d;
    text-align: center;
}

.menu-icon {
    position: absolute;
    top: 5px;
    right: 15px;
    z-index: 2;
}

.nav-wrap {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    height: 52px;
    line-height: 52px;
    background-color: #01479d;
}

.nav-list {
    font-size: 0;
    -webkit-text-size-adjust: none;
    text-align: center;
}

.nav-item {
    display: inline-block;
    width: 16.6%;
    font-size: 18px;
    text-align: center;
    vertical-align: top;
}

.nav-item a {
    display: block;
    padding: 0 5px;
    color: #fff;
    box-sizing: border-box;
}

.nav-item.active,
.nav-item:hover {
    background-color: rgba(31, 156, 250, 0.9);
}

.nav-item.show-hide-menu img {
    display: inline-block;
    vertical-align: sub;
}

@media (max-width:1199px) {

    .nav-wrap {
        height: auto;
    }
}

@media (max-width:980px) {
    .header-logo {
        float: none !important;
        display: block;
        width: 85%;
        margin: 40px auto 0;
    }

    .header-query-box {
        float: none !important;
        width: 85%;
        margin: 20px auto;
    }
}

@media (max-width:767px) {

    #header {
        height: auto;
        background-size: 100% 100%;
    }

    .header-logo {
        width: 95%;
    }

    .header-query-box {
        width: 95%;
        height: 36px;
        line-height: 34px;
        padding-right: 60px;
    }
    
    .header-query-input {
        height: 34px;
        line-height: 34px;
        padding: 0 10px;
        font-size: 14px;
    }
    
    .header-query-btn {
        width: 60px;
        font-size: 14px;
    }

    .nav-wrap {
        display: none;
        position: fixed;
        top: 0;
        left: 0;
        right: 0;
        bottom: auto;
        margin: 0;
        z-index: 3;
        line-height: 40px;
    }

    .nav-list {
        padding: 0;
    }

    .nav-item {
        width: 100%;
        margin: 0;
    }
}


#imgConac{
	    margin-left: 24px;
	    /* margin-top: 15px; */
}