﻿﻿@charset "UTF-8";

/* yui3 reset.css */

body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
code,
form,
fieldset,
legend,
input,
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 {
    color: #333;
    font-size: 14px;
    font-family: "Microsoft YaHei";
	/*background: url("/xcspfront/images/bg100.png") #f9f6e9 top center no-repeat;
    background-attachment: unset;
    background-size: unset;
    margin-top: 180px;202106.25*/
}

select,
input,
button,
textarea {
    font: 99% arial, helvetica, clean, sans-serif;
}

table {
    font-size: inherit;
    font: 100%;
}

pre,
code,
kbd,
samp,
tt {
    font-family: monospace;
    *font-size: 108%;
    line-height: 100%;
}

a {
    text-decoration: none;
}

input,
button,
textarea {
    font-family: "Microsoft YaHei";
    border: 0;
    outline: 0;
}

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;
}

/* utilities */

.center-block {
    display: block;
    margin-left: auto;
    margin-right: auto;
}


.l {
    float: left !important;
}

.r {
    float: right !important;
}

.hidden {
    display: none !important;
}

.invisible {
    visibility: hidden !important;
}

.respect {
  margin-right: 32px;
  padding-top: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
.respect-text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.respect-text::before {
  content: "";
  margin: -5px 2px 0 0;
  width: 16px;
  height: 19px;
  background: url("../images/respect_icon_1.png") center no-repeat;
  background-size: contain;
}
.respect-text:nth-child(2)::before {
  margin: -4px 2px 0 10px;
  height: 19px;
  background-image: url("../images/respect_icon_2.png");
}
.respect-text img {
  height: 15px;
}

/* css3效果 */
/* * {
    -o-transition: width .1s ease-in-out,color .1s ease-in-out;
    -moz-transition: width .1s ease-in-out,color .1s ease-in-out;
    -webkit-transition: width .1s ease-in-out,color .1s ease-in-out;
    transition: width .1s ease-in-out,color .1s ease-in-out;
} */

.ewb-main * {
    -o-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}

.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-ml20 {
    margin-left: 20px;
}

.ewb-mt20 {
    margin-top: 20px;
}

.ewb-row {
    overflow: hidden;
}

/* 头部 */
#header {
    min-height: 361px;
}

@media (max-width:767px){
    #header {
        min-height: 0;
    }
    
}

.ewb-header {
    min-height: 361px;
    background: url("../images/top_bg.jpg") center top no-repeat;
}

@media (max-width:767px){
    .ewb-header {
        min-height: 0;
    }
    
}

.ewb-logo-area {
    min-height: 276px;
}

@media (max-width:767px){
    .ewb-logo-area {
        min-height: 0;
    }
    
}

.ewb-logo {
    padding-left: 34px;
    /*padding-top: 48px;
	padding-bottom:40px;*/
    padding-top: 88px;/*2021.08.11*/
    text-align: center;/*2021.08.11*/
}


@media (max-width:991px) {
    .ewb-logo {
        padding-left: 0;
    }
}
@media (max-width:767px){
    .ewb-logo {
        padding-top: 30px;
        padding-bottom: 30px;
    }
    
}

/* 导航 */
.ewb-nav-area {
    position: relative;
    min-height: 65px;
    border-top-left-radius: 30px;
    background: url("../images/nav_bg.jpg") left top repeat-x #23834a;
}

@media (max-width:992px) {
    .ewb-nav-area {
        border-top-left-radius: 0;
    }
}

.ewb-nav {
    width: 922px;
    height: 53px;
    overflow: hidden;
}

@media (max-width:1149px) {
    .ewb-nav {
        width: 732px;
    }
}

.ewb-nav-items {
    padding-top: 12px;
    /* margin-left: 21px; */
}

.ewb-nav-items>li {
    float: left;
    width: 10%;
	padding-left:2px;
}

.ewb-nav-items>li:first-child {
    width: 65px;
}

.ewb-nav-items>li>a {
    display: block;
    line-height: 41px;
    text-align: center;
    font-size: 16px;
    font-weight: bold;
    color: #fff;
}

.ewb-nav-items>li>a:hover {
    border-radius: 20px;
    color: #ff5800;
    background: url("../images/nav_a_bg.jpg") center top no-repeat;
}

.ewb-nav-items>li:first-child>a:hover {
    background-image: url("../images/nav_home_bg.jpg");
}

.ewb-nav-shadow {
    height: 15px;
    background: url("../images/nav_shadow.jpg") left top repeat-x;
}

.ewb-nav-arr {
    position: absolute;
    right: 0;
    top: 0;
    width: 29px;
    height: 80px;
    background: url("../images/nav_arr.jpg") left top no-repeat;
}

@media (max-width:1208px) {
    .ewb-nav-arr {
        display: none;
    }
}

/* 手机端导航 */
.ewb-phone-nav {
    display: block;
    margin-top: 15px;
    width: 32px;
    height: 32px;
    background: url("../images/menu_ico.png") center no-repeat;
}

.ewb-phone-nav.active {
    background-image: url("../images/menu_ico_close.png");
}

.ewb-phone-menu.sidr {
    left: -260px;
}


/* 搜索选项 */
.ewb-nav-select {
    margin-top: 16px;
    margin-right: 5px;
    width: 94px;
    height: 33px;
    border-radius: 16px;
}

.ewb-select {
    width: 100%;
    height: 33px;
    border: 0;
    outline: none;
    color: #333;
    text-indent: 10px;
    border-radius: 16px;
}

.chosen-container {
    font-size: 14px;
}

.chosen-container-single .chosen-single {
    height: 33px;
    border: 0;
    line-height: 33px;
    border-radius: 16px;
}

.chosen-container-single .chosen-single div {
    right: 5px;
}

.chosen-container-active.chosen-with-drop .chosen-single {
    border: 0;
}

.chosen-container .chosen-drop {
    border: 0;
}

.chosen-container-single .chosen-single div b {
    background-image: url("../images/select_arr.png");
    background-position: left center;
}

/* 关键词搜索 */
.ewb-nav-search {
    position: relative;
    margin-top: 16px;
    width: 129px;
    height: 33px;
    border-radius: 16px;
    background-color: #fff;
}

.ewb-search-wrap {
    position: relative;
    margin-right: 30px;
}

.input-placeholder {
    position: absolute;
    top: 0;
    left: 12px;
    height: 33px;
    line-height: 33px;
    color: #999;
    cursor: text;
}

.ewb-search-input {
    width: 100%;
    height: 33px;
    line-height: 33px;
    border: 0;
    background: 0 0;
    text-indent: 12px;
    color: #999;
}

.ewb-search-btn {
    position: absolute;
    top: 4px;
    right: 5px;
    width: 25px;
    height: 25px;
    border: 0;
    cursor: pointer;
    background: url("../images/search_ico.png") center no-repeat;
}

.ewb-search-btn:hover {
    opacity: 0.8;
    filter: alpha(opacity=80);
    -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=(80));
}

/* 中间 */
.ewb-main {
    position: relative;
    padding-bottom: 20px !important;
    border-bottom: 1px solid #d5e6d6;
	background-color:#ffffff;/*2021.06.25*/
}

.ewb-slide-line {
    position: absolute;
    top: -20px;
    bottom: 0;
    width: 1px;
    background-color: #d5e6d6;
    z-index: 999999;
}

@media (max-width:767px) {
    .ewb-slide-line {
        top: -10px;
    }
    
}

.ewb-line01 {
    left: 0;
}

.ewb-line02 {
    right: 0;
}

/* 手机端更多 */
.ewb-phone-more {
    color: #666;
    display: block;
    height: 30px;
    line-height: 30px;
    text-align: center;
    background: #EDEDED;
    border: 1px solid #ccc;
    font-size: 16px;
    border-radius: 2px;
    clear: both;
    margin: 10px 0;
}

/* 底部 */
.ewb-footer {
    min-height: 154px;
    background: url("../images/footer_bg.jpg") center top no-repeat #d4cdbb;
}

.ewb-footer-left {
    width: 695px;
    padding-top: 25px;
    line-height: 26px;
}

@media (max-width:1149px) {
    .ewb-footer-left {
        width: 100%;
        text-align: center;
    }
    
}

.ewb-footer-left a {
    color: #333;
}

.ewb-footer-left a:hover {
    color: #ff5800;
}

.ewb-footer-right {
    width: 435px;
}

@media (max-width:1149px) {
    .ewb-footer-right {
        width: 100%;
    }
    
}

.ewb-footer-links {
    padding-top: 25px;
    line-height: 26px;
    text-align: right;
}

@media (max-width:1149px) {
    .ewb-footer-links {
        padding-top: 5px;
        text-align: center;;
    }
}
.ewb-footer-links a {
    margin-left: 6px;
    margin-right: 6px;
    color: #50462b;
}

.ewb-footer-links a:hover {
    color: #ff5800;
}

.ewb-friend-links {
    margin-left: 12px;
    display: block;
    width: 176px;
    height: 31px;
    text-indent: 10px;
    outline: none;
    border: 0;
    color: #666;
    border-radius: 3px;
    background-color: #fff;
}

.ewb-friend-area .chosen-container-single .chosen-single div b {
    background: url("../js/libs/chosen/chosen-sprite.png") center center no-repeat;
}

.ewb-friend-area .chosen-container-single .chosen-single {
    height: 33px;
    border: 0;
    line-height: 33px;
    border-radius: 3px;
}

.ewb-friend-area .chosen-container {
     margin-left: 12px;
}

.ewb-friend-area .chosen-container .chosen-drop {
    top: auto;
    bottom: 100%;
}

.ewb-friend-area .chosen-container-single .chosen-drop {
    padding-top: 5px;
    border-radius: 4px 4px 0 0;
}

@media (max-width:1149px) {
    .ewb-links-area {
        width: 435px;
        margin:5px auto;
    }
}

@media (max-width:767px){
    .ewb-links-area {
        width: 244px;
    }
}

.ewb-friend-area {
    margin-top: 13px;
    line-height: 31px;
}

@media (max-width:767px){
    .ewb-footer span {
        display: block;
    }
}

.ewb-gov-link2 {
    display: block;
    margin-top: 5px;
    margin-left: 11px;
}

@media (max-width:767px){
    .ewb-gov-link1,
    .ewb-gov-link2 {
        display: none;
    }
}

/* 快捷菜单 */
.ewb-quick {
    position: fixed;
    right: 5px;
    top: 361px;
    width: 83px;
    height: 400px;
    border: 1px solid #d5e6d6;
    z-index: 9999999;
    background-color: #fff;
}

@media (max-width:1400px) {
    .ewb-quick {
        top: 50%;
        margin-top: -180px;
    }
}

.ewb-quick-items {
    margin: 0 5px;
}

.ewb-quick-items>li {
    vertical-align: top;
    height: 72px;
}

.ewb-quick-items>li>a {
    display: block;
    padding-top: 39px;
    line-height: 32px;
    text-align: center;
    color: #333;
    border-bottom: 1px dashed #baccbb;
}

.ewb-quick-items>li>a:hover {
    color: #ff5a00;
}

.ewb-quick-items>li.ewb-quick01>a {
    background: url("../images/slide_ico01.png") center 7px no-repeat;
}

.ewb-quick-items>li.ewb-quick01>a:hover {
    background-image: url("../images/slide_ico01_hover.png");
}

.ewb-quick-items>li.ewb-quick02>a {
    background: url("../images/slide_ico02.png") center 7px no-repeat;
}

.ewb-quick-items>li.ewb-quick02>a:hover {
    background-image: url("../images/slide_ico02_hover.png");
}


.ewb-quick-items>li.ewb-quick03>a {
    background: url("../images/slide_ico03.png") center 9px no-repeat;
}

.ewb-quick-items>li.ewb-quick03>a:hover {
    background-image: url("../images/slide_ico03_hover.png");
}

.ewb-quick-items>li.ewb-quick04>a {
    background: url("../images/slide_ico04.png") center 13px no-repeat;
}

.ewb-quick-items>li.ewb-quick04>a:hover {
    background-image: url("../images/slide_ico04_hover.png");
}

.ewb-quick-items>li.ewb-quick05>a {
    background: url("../images/slide_ico05.png") center 13px no-repeat;
}

.ewb-quick-items>li.ewb-quick05>a:hover {
    background-image: url("../images/slide_ico05_hover.png");
}

.ewb-quick-items>li.ewb-quick06>a {
    background: url("../images/slide_ico06.png") center 13px no-repeat;
}

.ewb-quick-items>li.ewb-quick06>a:hover {
    background-image: url("../images/slide_ico06_hover.png");
}

/**2019-02-11***/
.ewb-nav-items>li.current a{
    border-radius: 20px;
    color: #ff5800;
    background: url("../images/nav_a_bg.jpg") center top no-repeat;
} 
/**2019-03-06***/
.ewb-quick03-img{ 
    display:none;
	position: absolute;
    right: 0;
    top: 50%;
    margin-top: 13px;
    margin-right: 85px;
    z-index: 999;
	border:1px solid #2b894d;
	width:102px; 
	height:102px;
	}
.ewb-quick03-img img{
	width:100px; 
	height:100px;}
.ewb-quick-items>li.ewb-quick03:hover .ewb-quick03-img{ 
      display:block;
	}

.ewb-quick04-img{ 
    display:none;
	position: absolute;
    right: 0;
    top: 50%;
    margin-top: 73px;
    margin-right: 85px;
    z-index: 999;
	border:1px solid #2b894d;
	width:102px; 
	height:102px;
	}
.ewb-quick04-img img{
	width:100px; 
	height:100px;}
.ewb-quick-items>li.ewb-quick04:hover .ewb-quick04-img{ 
      display:block;
	}

/* 2019-3-27 */
.ewb-nav-shadow {
   position: relative;
   z-index: 999;
   background-image: url("../images/nav_shadow.png");
}

.ewb-nav-area {
    position: relative;
    z-index: 9991;
    border-bottom-right-radius: 30px;
     /* box-shadow: 0 6px 16px #cecece; */
}

.ewb-slide-line {
    z-index: 99;
}

.ewb-nav-arr {
    z-index: 9999;
    background-image: url("../images/nav_arr.png");
}

/*2021.10.20*/
.ewb-main_cqjy{
    position: relative;
    padding-top: 10px !important;
    padding-bottom: 20px !important;
	background-color:#ffffff;
	padding-left:15px;
	padding-right:15px;
}

.m-jqadv {
    position: relative;
    width: 100%;
   /* height: 180px;*/
    overflow-x: hidden;
}
