﻿@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: 'ysbt';
  src: url("./fonts/优设标题黑.woff") format("woff"),
   url("./fonts/优设标题黑.ttf") format("truetype"), 
   url("./fonts/优设标题黑.eot") format("embedded-opentype");
}
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, em, strong, 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 "SourceHanSansCN-Regular", arial, helvetica, clean, sans-serif;
	color: #333;
	min-width: 1300px;
}
select, input, button, textarea {
	font: 99% arial, helvetica, clean, sans-serif;
	font-family: "SourceHanSansCN-Regular";
	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;
}

/* placeholder */

input[type=text]::-ms-clear, input[type=password]::-ms-reveal {
 display: none;
}
 textarea::-webkit-input-placeholder, input::-webkit-input-placeholder {
 color: #999;
}
 textarea::-moz-placeholder, input::-moz-placeholder {
 color: #999;
}
 textarea:-moz-placeholder, input:-moz-placeholder {
 color: #999;
}
 textarea:-ms-input-placeholder, input:-ms-input-placeholder {
 color: #999;
}
.placeholder {
	color: #999;
}
.ewb-ml10 {
	margin-left: 10px;
}
.ewb-mt10 {
	margin-top: 10px;
}
/* 属性值渐变 */

.trans {
	transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1);
	-ms-transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1);
	-webkit-transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1);
}
/* 单行文本溢出 */

.ewb-otw {
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}
 @media (max-width: 1299px) {
body {
	min-width: auto;
}
}
/* nav */

.ewb-nav {
	position: absolute;
	z-index: 999;
	top: 0;
	right: 0;
	left: 0;
	height: 69px;
	background: url('../images/nav_bg.png') repeat-x;
}
.ewb-nav:hover {
	background-image: url('../images/nav_bg_cur.png');
}
.ewb-logo {
	float: left;
	margin: 20px 0 0 17px;
}
.ewb-search {
	position: relative;
	z-index: 999;
	float: right;
	/*width: 94px;*/
	width: 380px;/*20220401*/
	height: 69px;
	/*background: url('../images/search_ico.png') center center no-repeat;20220401*/
	cursor: pointer;
}
.ewb-search:hover {
	/*background-image: url('../images/search_ico_cur.png');20220401*/
}
.ewb-search-box {
	/*display: none;20220401*/
	position: absolute;
	z-index: 999;
	/*top: 69px;20220401*/
	right: 0;
	/*padding: 14px 0 0 22px;*/
	padding: 18px 0 0 22px;
	width: 358px;
	height: 46px;
	/*background: url('../images/search_bg.png') repeat;20220401*/
}
.ewb-search:hover .ewb-search-box {
	display: block;
}
.ewb-input-box {
	position: relative;
	float: left;
	padding-left: 18px;
	width: 253px;
	height: 32px;
	background: url('../images/input_bg.png') repeat;
}
.input-placeholder {
	position: absolute;
	top: 0;
	left: 18px;
	display: block;
	height: 32px;
	line-height: 31px;
	color: #fff;
	z-index: 0;
	cursor: text;
}
.ewb-search-txt {
	width: 100%;
	height: 32px;
	line-height: 31px;
	border: 0;
	color: #fff;
	background: none;
}
.ewb-search-btn {
	float: left;
	width: 73px;
	height: 32px;
	border: 0;
	cursor: pointer;
	color: #fff;
	background-color: #3373cb;
}
.ewb-search-btn:hover {
	background-color: #175ab7;
}
.ewb-nav-list {
	float: right;
	margin-right: -10px;
}
.ewb-nav-node {
	float: left;
	height: 69px;
	vertical-align: top;
}
.ewb-nav-name {
	display: block;
	padding: 5px 19px 0 19px;
	height: 60px;
	line-height: 59px;
	font-size: 16px;
	color: #fff;
}
.ewb-nav-name:hover {
	border-bottom: 4px solid #236aeb;
}
/* 替换开始2020.09.24 */

.ewb-nav-drop {
    display: none;
    position: absolute;
    z-index: 999;
    /*top: 0;*/
    top: 60px;/*2020,09.24*/
    right: 0;
    left: 0;
    /*height: 402px;*/
    height: 340px;/*2020,09.24*/
    text-align: center;
    background-color: rgba(26, 39, 62, .96);
}

.ewb-nav-node:hover .ewb-nav-drop {
    display: block;
}

.ewb-drop-list {
    /*padding-top: 90px;*/
    padding-top: 40px;/*2020,09.24*/
    margin: 0 10px;
}

.ewb-drop-node {
    float: left;
    width: 33.33%;
    padding: 0 35px;
    vertical-align: top;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.ewb-plan-tt {
    height: 44px;
    line-height: 44px;
    font-size: 16px;
    font-weight: bold;
    color: #b0baeb;
    background-repeat: no-repeat;
    box-shadow: 0px 26px 46px 0px rgba(17, 43, 118, 0.43);
}

.ewb-drop-list li:nth-child(1) .ewb-plan-tt {
    background-image: url("../images/newnav_bg1.png");
}

.ewb-drop-list li:nth-child(2) .ewb-plan-tt {
    background-image: url("../images/newnav_bg2.png");
}

.ewb-drop-list li:nth-child(3) .ewb-plan-tt {
    background-image: url("../images/newnav_bg3.png");
}

.ewb-plan-list {
    margin-top: 16px;
}

.ewb-plan-list li {
    height: 43px;
    line-height: 43px;
    border-bottom: 1px dashed #3b3f67;
    vertical-align: top;
}

.ewb-plan-list li:last-child {
    border: none;
}

.ewb-plan-list li a {
    display: block;
    max-width: 100%;
    color: #91a1bf;
    font-size: 15px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.ewb-plan-list li a:hover {
    color: #fff;
    background: #3a4172;
    background: linear-gradient(to right, transparent, #3a4172 50%, transparent);
    background: -webkit-linear-gradient(left, transparent, #3a4172 50%, transparent);
    background: -o-linear-gradient(right, transparent, #3a4172 50%, transparent);
    background: -moz-linear-gradient(left, transparent, #3a4172 50%, transparent);
}

@media (max-width: 1199px) {
	    .ewb-nav {
        position: static;
        height: auto;
        min-height: 40px;
        background: #fff;
    }
    .ewb-nav:hover {
        background: #fff;
    }
    .ewb-logo {
        margin-top: 5px;
        height: 30px;
    }
    .ewb-search {
        margin-top: 6px;
        width: 50%;
        height: 26px;
        border-radius: 15px;
        border: 1px solid #eee;
        background: none;
    }
    .ewb-search:hover {
        background: none;
    }
    .ewb-search-box {
        position: relative;
        display: block;
        position: static;
        width: auto;
        padding: 0;
        padding-right: 30px;
        height: 26px;
        background: none;
    }
    .ewb-input-box {
        float: none;
        width: auto;
        height: 26px;
    }
    .input-placeholder {
        color: #999;
        height: 26px;
        line-height: 25px;
    }
    .ewb-search-txt {
        height: 26px;
        line-height: 25px;
        color: #333;
    }
    .ewb-search-btn {
        position: absolute;
        top: 3px;
        right: 10px;
        font-size: 0;
        width: 20px;
        height: 20px;
        background: url('../images/search_ico_cur.png');
        background-size: 20px 20px;
    }
    .ewb-nav-ico {
        float: right;
        margin: 10px 10px;
        width: 20px;
        height: 20px;
        background: url('../images/nav_ico.png');
        background-size: 20px 20px;
        cursor: pointer;
    }
    .ewb-nav-list {
        display: block;
        position: fixed;
        z-index: 9999;
        top: 0;
        right: 0;
        left: 100%;
        width: 100%;
        height: 100%;
        background-color: #2b3544;
        overflow: auto;
    }
    .ewb-nav-node {
        width: 100%;
        height: auto;
    }
    .ewb-nav-node.haschild,
    .ewb-drop-node {
        background: url('../images/menu_jt.png') right 18px no-repeat;
        background-size: auto 14px;
    }
    .ewb-nav-node.haschild.active,
    .ewb-drop-node.active {
        background-image: url('../images/menu_jt_cur.png');
    }
    .ewb-nav-name {
        padding: 0 20px;
        height: 50px;
        line-height: 50px;
    }
    .ewb-nav-name:hover {
        border-bottom: 0;
    }
    .ewb-nav-drop {
        position: static;
        height: auto;
    }
    .ewb-nav-node:hover .ewb-nav-drop {
        display: none;
    }
    .ewb-nav .container,
    .ewb-drop-node {
        width: 100%;
    }
    .ewb-plan-tt {
        margin: 0 -30px;
        padding: 0 30px;
        color: #fff;
        height: 50px;
        line-height: 50px;
        font-size: 16px;
    }
    .ewb-drop-list {
        padding: 0 30px;
    }
    .ewb-plan-list {
        display: none;
        margin: 0 -30px;
        background-color: #161d25;
    }
    .ewb-plan-list li {
        padding-left: 0;
    }
    .ewb-plan-list li:first-child {
        border-top: 0;
    }
    .ewb-plan-list li a {
        color: #fff;
    }
    .ewb-menu-hd {
        height: 50px;
        background-color: #1d242d;
        position: relative;
    }
    .ewb-menu-close {
        display: block;
        position: absolute;
        top: 18px;
        left: 20px;
        width: 14px;
        height: 14px;
        background: url('../images/menu_close.png');
        background-size: 14px 14px;
        cursor: pointer;
    }
    .ewb-menu-logo {
        display: block;
        margin: 0 auto;
        padding-top: 11px;
        width: 127px;
        height: 28px;
    }
    .ewb-menu-logo img {
        display: block;
        width: 100%;
        height: 100%;
    }
}

@media (max-width: 767px) {
    .ewb-nav {
        padding: 0 5px;
    }
    .ewb-logo {
        margin-left: 5px;
    }
    .ewb-nav-ico {
        margin: 10px 5px;
    }
    .ewb-nav-node.haschild,
    .ewb-drop-node {
        background-size: auto 10px;
        background-position: right 20px;
    }
}

@media (max-width: 480px) {
    .ewb-nav {
        padding-bottom: 5px;
    }
    .ewb-search {
        width: 100%;
    }
}


/* 替换结束*/

/* footer */

.ewb-footer-hd {
	padding-bottom: 10px;
	min-height: 192px;
	background-color: #2d3034;
}
.ewb-footer-info {
	float: left;
	width: 480px;
	height: 202px;
	padding-top: 12px;
	background: url('../images/footer_line.jpg') right center no-repeat;
}
.ewb-work-time {
	padding-left: 28px;
	height: 56px;
	line-height: 56px;
	font-size: 16px;
	color: #fff;
	background: url('../images/work_ico.png') left center no-repeat;
}
.ewb-work-list>li {
	float: left;
	padding-left: 28px;
	/*width: 194px;*/
	width:205px;/*2020.08.22*/
	vertical-align: top;
}
.ewb-work-list>li>h3 {
	height: 26px;
	line-height: 26px;
	color: #fff;
}
.ewb-work-list>li>p {
	height: 35px;
	line-height: 35px;
	font-size: 24px;
	color: #239afb;
}
.ewb-footer-list {
	float: left;
	margin: 16px 0 0 48px;
}
.ewb-footer-list>li {
	float: left;
	width: 144px;
	vertical-align: top;
	color: #fff;
}
.ewb-footer-tt {
	height: 48px;
	line-height: 48px;
	font-size: 16px;
}
.ewb-footer-name {
	height: 29px;
	line-height: 29px;
	vertical-align: top;
}
.ewb-footer-tt>a, .ewb-footer-name>a {
	color: #fff;
}
.ewb-footer-code {
	position: relative;
	float: right;
	margin: 32px 10px 0 0;
}
.ewb-code-toggle {
	float: right;
	width: 21px;
	height: 60px;
	background: url('../images/code_toggle.png') no-repeat;
}
.ewb-code-toggle>span {
	display: block;
	padding-top: 6px;
	height: 54px;
	line-height: 16px;
	color: #fff;
	text-align: center;
	background: url('../images/toggle_arrow.png') center 40px no-repeat;
	cursor: pointer;
}
.ewb-code-toggle.active>span {
	background-image: url('../images/toggle_arrowh.png');
}
.ewb-code-box {
	float: right;
	width: 116px;
}
.ewb-code-box>img {
	width: 116px;
	height: 116px;
}
.ewb-code-box>span {
	display: block;
	height: 34px;
	line-height: 34px;
	font-size: 16px;
	color: #fff;
	text-align: center;
}
.ewb-code-drop {
	display: none;
	position: absolute;
	z-index: 999;
	top: 0;
	right: 21px;
	padding: 10px 10px 0 10px;
	/*width: 363px;*/
	width: 490px;/*20231228*/
	height: 138px;
	background-color: #f0f5fa;
	box-shadow: 0px 0px 10px 0px rgba(1, 7, 22, 0.8);
}
.ewb-code-drop .ewb-code-box {
	float: left;
	padding: 0 10px;
	width: 101px;
}
.ewb-code-drop .ewb-code-box>img {
	width: 101px;
	height: 101px;
}
.ewb-code-drop .ewb-code-box>span {
	height: 36px;
	line-height: 36px;
	color: #333;
}
.ewb-footer-bd {
	padding: 9px 0;
	line-height: 24px;
	text-align: center;
	background-color: #191c23;
	font-size: 0;
	-webkit-text-size-adjust: none;
}
.ewb-footer-content {
	display: inline-block;
	vertical-align: top;
	margin: 0 12px;
	font-size: 14px;
	color: #fff;
}
 @media (max-width: 1199px) {
.ewb-footer-info {
	float: left;
	width: 280px;
}
}
@media (max-width: 767px) {
.ewb-footer-hd,  .ewb-footer-bd {
	padding: 9px 5px;
}
.ewb-footer-info,  .ewb-footer-list {
	float: none;
	width: auto;
}
.ewb-footer-info {
	padding: 0;
	height: auto;
	background: none;
}
.ewb-footer-list {
	margin-left: 10px;
}
.ewb-footer-list>li {
	float: left;
	width: 33.33333333333333%;
}
.ewb-footer-code {
	margin: 20px 0 0 0;
	width: 100%;
}
.ewb-code-drop {
	position: static;
	display: block;
	width: auto;
	height: auto;
}
.ewb-code-drop .ewb-code-box {
	float: left;
	width: 50%;
	padding: 0;
}
.ewb-code-drop .ewb-code-box>img {
	display: block;
	margin: 0 auto;
}
}
/* 分页 */

.ewb-page {
	text-align: center;
	height: 26px;
}
.ewb-page-items {
	text-align: center;
	display: inline-block;
 *display: inline;
	zoom: 1;
}
.ewb-page-li {
	min-width: 36px;
 *width: 36px;
	margin-right: 4px;
	font-size: 14px;
	text-align: center;
	float: left;
}
.ewb-page-li>a {
	display: block;
	color: #555;
	height: 24px;
	line-height: 24px;
	padding: 0 8px;
	border: 1px solid #dfdfdf;
	border-radius: 2px;
}
.ewb-page-li>a:hover {
	border: 1px solid #0030cc;
}
.ewb-page-li.current>a {
	border: 0;
	height: 26px;
	line-height: 26px;
	color: #0030cc;
}
.ewb-page-li.ewb-page-noborder>span {
	display: block;
	height: 26px;
	line-height: 26px;
	padding: 0 10px;
	border: 0;
	color: #666;
}
.ewb-page-num {
 *width: 60px;
}
.ewb-page-li.ewb-page-num>span {
	padding: 0 5px;
	font-weight: bold;
}
.ewb-page-input {
	width: 38px;
	height: 24px;
	text-align: center;
	border: 1px solid #dfdfdf;
	border-radius: 2px;
	line-height: 24px;
	color: #666;
	outline: none;
	vertical-align: top;
 *margin-top: -1px;
}
.ewb-page-hover {
 *width: 62px;
}
.ewb-page-go {
	margin-left: 2px;
}
.ewb-page-go:hover>a, .ewb-page-hover:hover>a {
	color: #fff;
	background-color: #999;
	border-color: #999;
}
.ewb-page-go>a {
	font-size: 12px;
	padding: 0 6px;
}
.ewb-page-goto {
	margin-right: 0;
}
.ewb-page-li.ewb-page-goto>span {
	padding: 0 6px 0 0;
	text-align: right;
}
.ewb-page-inpt {
	margin-left: -2px;
}
.ewb-page-li.ewb-page-ellipsis>span {
	padding: 0 17px 0 16px;
	font-size: 14px;
	color: #555;
}
/*当前位置和打印*/

.ewb-crumbs {
	line-height: 47px;
	border-bottom: 1px solid #e3e3e3;
}
.ewb-location {
	float: left;
	margin-left: 5px;
	padding-left: 18px;
	color: #999;
	background: url(../images/location_ico.png) left center no-repeat;
}
.ewb-location a {
	color: #999;
}
.ewb-location a:hover {
	color: #3373cb;
}
.ewb-location span {
	color: #333;
}
.ewb-crumbs-links {
	float: right;
	margin: 15px 14px 0 0;
}
.ewb-crumbs-links a {
	float: left;
	margin-left: 25px;
	width: 20px;
	height: 18px;
}
.ewb-ci-ico1 {
	background: url(../images/ci_ico1.png);
}
.ewb-ci-ico2 {
	background: url(../images/ci_ico2.png);
}
.ewb-ci-ico3 {
	background: url(../images/ci_ico3.png);
}
.ewb-ci-ico4 {
	background: url(../images/ci_ico4.png);
}
.ewb-ci-ico1:hover {
	background: url(../images/ci_ico1_hover.png);
}
.ewb-ci-ico2:hover {
	background: url(../images/ci_ico2_hover.png);
}
.ewb-ci-ico3:hover {
	background: url(../images/ci_ico3_hover.png);
}
.ewb-ci-ico4:hover {
	background: url(../images/ci_ico4_hover.png);
}
/*返回顶部*/

.ewb-return-top {
	display: none;
	position: fixed;
	left: 50%;
	bottom: 275px;
	margin-left: 620px;
	width: 50px;
	height: 50px;
	background: url(../images/top_btn.jpg);
	cursor: pointer;
}
.ewb-return-top:hover {
	background: url(../images/top_btn_hover.jpg);
}
 @media (max-width: 767px) {
.ewb-location {
	float: none;
}
.ewb-crumbs {
	padding: 5px 0;
	line-height: 36px;
}
.ewb-crumbs-links {
	margin-top: 5px;
}
}

/*2020.05.13*/
.foot_gmzx{
	padding-top:11px;
}
	
.m_l220{
	margin-left:220px;
}
	
/*20220401*/

.ewb-nav-search {
	float: left;
	/*height: 380px;20220408*/
	vertical-align: top;
}