/* CSS Document */
:root {
    --primary: #86B817;
    --secondary: #FE8800;
    --light: #F5F5F5;
    --dark: #14141F;
}

body {
    font-family: "微软雅黑";
    text-align: center;
    padding: 0;
    margin: 0 auto;
    font-size: 14px;
    color: #666;
    line-height: 28px;
    background: #f4f4f4;
}


img {
    pointer-events: none;
}

input::-ms-clear {
    display: none;
}

*body,
h1,
h2,
h3,
h4,
h5,
h6,
hr,
p,
blockquote,
dl,
dt,
dd,
ul,
ol,
li,
pre,
form,
fieldset,
legend,
button,
input,
textarea,
th,
td {
    margin: 0;
    padding: 0;
    font-family: "微软雅黑";
}

body>div {
    text-align: left;
    margin-right: auto;
    margin-left: auto;
}

div,
form,
ul,
ol,
li,
dl,
dt,
dd {
    margin: 0 auto;
    padding: 0;
    border: 0;
    text-align: left;
    font-weight: normal;
}

img,
a img,
p,
pre {
    border: 0;
    margin: 0;
    padding: 0;
}

h1,
h2,
h3,
h4 {
    margin: 0;
    padding: 0;
    font-weight: normal;
    line-height: 28px;
}

ul,
ol,
li {
    list-style: none;
    text-align: left;
}

table,
th,
td,
input,
textarea,
select,
p {
    font-size: 14px;
    line-height: 28px;
    border: 0;
    outline: none;
    font-family: "微软雅黑";
}

table,
td,
th {
    font-weight: normal;
    font-size: 14px;
    font-family: "微软雅黑";
}

input[type="button"],
input[type="submit"],
input[type="reset"] {
    -webkit-appearance: none;
    vertical-align: middle;
    border: none;
    font-family: "微软雅黑";
}

img {
    vertical-align: middle;
}

pre {
    white-space: normal;
}


/* 默认链接颜色 */

.page {
    text-align: center
}

a {
    outline-style: none !important;
    color: #666;
    text-decoration: none;
}

a:hover {
    color: rgb(0, 47, 167);
    text-decoration: none;
}

a:link {
    text-decoration: none;
}

a:active {
    text-decoration: none;
}

a:hover {
    ttext-decoration: none;
}

a:visited {
    text-decoration: none;
}

.fl_between {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

/*清除链接虚框*/

a,
area {
    blr: expression(this.onFocus=this.blur());
}

for IE :focus {
    -moz-outline-style: none;
}

for Firefox
/* 下划线 */

.unline,
.unline a {
    text-decoration: underline
}

.nounline,
.nounline a,
.list12 .nounline {
    text-decoration: none;
}


/* 通用属性 */

.left,
.fl {
    float: left;
}

.right,
.fr {
    float: right;
}

.overflow {
    overflow: auto;
    overflow: hidden;
}

.clearfix:after {
    display: ·;
    font-size: 0;
    content: " ";
    clear: both;
    height: 0;
}

.clearfix {
    zoom: 1;
}

.center {
    margin: 0 auto;
}

.clear {
    clear: both;
    font-size: 1px;
    width: 1px;
    visibility: hidden;
    margin-top: 0px !important;
    *margin-top: -1px;
    line-height: 0
}


/*ie and firefox1.5 updata */

.none {
    display: none;
}

.both {
    clear: both;
}

textarea {
    -webkit-appearance: none;
}

.button {
    border-radius: 0;
}



/*头和尾*/

.top_con {
    background: #f2f2f2;
    height: 40px;
    line-height: 40px;
    overflow: hidden;
    zoom: 1;
}

.top_con dt {
    float: left;
}

.top_con dd {
    float: right;
    font-size: 13px;
}

.top_con dd a {
    margin-left: 22px;
}

.top_con dd a img {
    margin-right: 3px;
}

.top_con dd a.red_a {
    color: rgb(0, 47, 167);
}








/* .head dd a {
    margin-left: -5px;
} */

.nav {
    height: 54px;
    line-height: 54px;
    /* background: rgb(0, 47, 167); */
    color: #fff;
    font-size: 15px;
}

.nav ul {
    width: 1200px;
    margin: 0 auto;
    display: flex;
    text-align: justify;
}

.nav li {
    font-weight: bold;
    position: relative;
}

.nav li span a {
    color: #fff;
    display: block;
    padding: 0 30px;
}

.nav li span a:hover {
    background: rgb(0, 47, 167);
}

.nav li .list {
    width: 120px;
    height: 89px;
    overflow: hidden;
    padding-top: 15px;
    background: url(../images/nav_a.png) no-repeat top center;
    position: absolute;
    top: 55px;
    left: 0;
    z-index: 100;
    display: none;
}

.nav li .list p {
    width: 100%;
    height: 32px;
    line-height: 32px;
    text-align: center;
}

.nav li .list p a {
    font-size: 14px;
    color: #ede4cd;
    display: block;
}

.nav .active span a {
    background: rgb(0, 47, 167);
}

.ny_banner img {
    width: 100%;
    cursor: default
}

.main {
    width: 100%;
    padding-bottom: 20px;
    margin-top: -50px;
    position: relative;
    z-index: 10;
}

.main2 {
    margin-top: 32px;
}

.mCon {
    width: 1200px;
    margin: 0 auto;
    background: #ffffff;
    padding-left: 30px;
    padding-right: 30px;
    box-sizing: border-box;
    overflow: hidden;
    zoom: 1;
}

.mcCrumbs {
    height: 56px;
    line-height: 56px;
    padding-bottom: 4px;
    font-size: 15px;
    color: #666666;
}

.mcCrumbs a {
    font-size: 15px;
    color: #666;
    margin-right: 5px;
}

.mcCrumbs a:hover {
    color: rgb(0, 47, 167);
}

.mcCrumbs span {
    font-size: 15px;
    color: #666;
}

.mcCon {
    overflow: hidden;
}

.mcCon .mccLeft {
    width: 20%;
    /* padding-right: 42px; */
    float: left;
}

.mcCon .mccLeft .item {
    
    height: 45px;
    line-height: 45px;
    margin-bottom: 5px;
    box-sizing: border-box;
}

.mcCon .mccLeft .item a {
    height: 45px;
    padding-left: 28px;
    font-size: 15px;
    color: #666666;
    display: block;
    /*background: linear-gradient(to left, #fff 0%, #f5d7d7 100%);*/
    background: url(../images/list_a.png) no-repeat;
}

.mcCon .mccLeft .active a {
    color: #ffffff;
    background: rgb(0, 47, 167);
}

.mccRight {
    /* width: 888px; */
    float: left;
}

.mccrTitle {
    width: 100%;
    height: 40px;
    line-height: 27px;
    padding-left: 20px;
    border-bottom: 1px solid #d8d8d8;
    box-sizing: border-box;
    font-size: 20px;
    color: #666666;
    position: relative;
}

.mccrTitle:after {
    content: "";
    width: 6px;
    height: 27px;
    background: rgb(0, 47, 167);
    left: 0px;
    top: 0px;
    position: absolute;
}

.mccrList {
    padding-top: 12px;
    padding-bottom: 1px;
    padding-left: 7px;
}

.mccrList .item {
    height: 38px;
    line-height: 38px;
    padding-left: 9px;
    position: relative;
}

.mccrList .item:after {
    content: "";
    width: 4px;
    height: 4px;
    background: rgb(0, 47, 167);
    position: absolute;
    left: 0rem;
    top: 12px;
}

.mccrList .item a {
    height: 38px;
    line-height: 38px;
    display: block;
}

.mccrList .item a .txt {
    font-size: 15px;
    float: left;
    padding-left: 6px;
    color: #666;
}

.mccrList .item a .date {
    font-size: 15px;
    color: #999;
    float: right;
}

.mccrList .item .txt{
    height: 38px;
    line-height: 38px;
    font-size: 15px;
    float: left;
    padding-left: 6px;
    color: #666;
}
.mccrList .item .aBtn{
    height: 38px;
    line-height: 38px;
}
.btn-main{
    color: #d50808;
    border: 1px solid #d50808;
    border-radius:2px;
}
.mccrList .item .aBtn a{
    height: 28px;
    line-height: 28px;
    font-size: 13px;
    color: #999;
    float: right;
    margin-right: 0.3rem;
}

.mccrList .item:hover:after {
    background: rgb(0, 47, 167);
}

.mccrList .item:hover a {
    color: rgb(0, 47, 167);
}

.mccrList .item:nth-of-type(5n) {
    padding-bottom: 12px;
    margin-bottom: 12px;
    border-bottom: 1px dashed #d8d8d8;
}

.mccrList .item:last-child {
    border-bottom: none;
}

.mccrBottom {
    display: table;
    padding-top: 10px;
    padding-bottom: 30px;
    margin: 0 auto;
}

.mccrBottom span {
    height: 32px;
    line-height: 32px;
    padding-left: 12px;
    padding-right: 12px;
    font-size: 15px;
    color: #333333;
    margin-right: 13px;
    background: linear-gradient(#e9e9e9, #e9e9e9), linear-gradient(#dcdcdc, #dcdcdc);
    ;
    display: block;
    float: left;
    cursor: pointer;
}

.mccrBottom span a {
    font-size: 15px;
    color: #333333;
    display: block;
}

.mccrBottom .active {
    color: #fff;
    background: rgb(0, 47, 167);
}

.mccrBottom .active a {
    color: #ffffff;
}

.mccrBottom .more {
    padding-left: 6px;
    padding-right: 6px;
    background: none;
}

.mccrBottom .more a {
    letter-spacing: 1px;
    font-size: 16px;
    color: #cacaca;
}

.mccrBottom span:hover {
    color: #fff;
    background: rgb(0, 47, 167);
}

.mccrBottom span:hover a {
    color: #fff;
}

.mccrBottom span:last-child {
    margin-right: 0px;
}

.mccTitle {
    padding-bottom: 24px;
    text-align: center;
}

.mccTitle .bTitle {
    line-height: 60px;
    font-size: 26px;
    color: #333;
    font-weight: bold;
}

.mccTitle .sTitle {
    line-height: 34px;
    font-size: 15px;
    color: #999;
}

.mccTitle .sTitle span {
    font-size: 15px;
    color: #999;
    margin: 0 30px;
}

.shouc_a {
    font-weight: normal;
}

.shouc_a img {
    vertical-align: inherit;
    margin-right: 6px;
}

.mccCon {
    width: 100%;
    padding-bottom: 50px;
}

.mccCon p {
    font-size: 15px;
    color: #666666;
    line-height: 28px;
    /* text-indent: 2em; */
}


ul#sel {
    display: flex;
    overflow: inherit;

    justify-content: flex-start;
    
}

ul#sel>li {
    color: red;
    width: 207px;
    height: 30px;
    position: relative;
    border: 1px solid #ccc;
    box-sizing: border-box;
    margin: 0;
    /* background-color:red; */
    opacity: 1;
    text-align: center;
    margin-right:1em;

}

ul#sel>li>div {
    height: 39px;
    line-height: 29px;
    color: #fff;
    padding-left: 10px;
    cursor: pointer;
    background-image: url(../images/seldown.png);
    background-repeat: no-repeat;
    background-size: 14px 14px;
    background-position: 90% 30%;
    font-size: 13px;
}

ul#sel>li>ul {
    position: absolute;
    width: 207px;
    bottom: 29px; 
    left: 0;
    z-index: 888999;
    box-sizing: border-box;
    border: 2px solid #ccc;
    background-color: #fff;
    opacity: 1;
    overflow-y: auto;
    max-height: 300px;
    display: none;
}

ul#sel>li>ul.active {
    display: block;
}

ul#sel>li>ul::-webkit-scrollbar {
    /*滚动条整体样式*/
    width: 10px;
    /*高宽分别对应横竖滚动条的尺寸*/
    height: 1px;
}

ul#sel>li>ul::-webkit-scrollbar-thumb {
    /*滚动条里面小方块*/
    border-radius: 10px;
    box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2);
    background: #535353;
}

ul#sel>li>ul::-webkit-scrollbar-track {
    /*滚动条里面轨道*/
    box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2);
    border-radius: 10px;
    background: #ededed;
}

ul#sel>li ul li {
    color: #000;
    width: 90%;
    opacity: 1;
    padding-left: 10px;
    cursor: pointer;
    border-bottom: 1px solid #ccc;
    line-height: 20px;
    padding: 3px 10px;
    margin: auto;
    font-size:13px;

}

ul #sel>li ul li.active {
    background-color: #3399FF;
    color: #fff;
}
/* 
.footer {
    background: #929191;
    padding: 15px 0;
} */

/* .foot_r {
    float: right;
    text-align: center;
    width: 135px;
    color: #f8f3f3;
    position: relative;
}

.foot_r img {
    width: 120px;
    height: 120px;
    border: 4px solid #fff;
    display: block;
} */

div.foot_jsh {
    float: left;
    /* width: 870px; */
    width: 80%;
}

div.foot_jsh h1 {
    font-size: 16px;
    font-weight: bold;
    margin-bottom: 15px;
}

div.foot_jsh h1 a {
    margin-right: 30px;
    color: #fff;
    opacity: 0.8;
}

div.foot_jsh ul {
    overflow: hidden;
    zoom: 1;
}

div.foot_jsh ul li {
    width: 395px;
    margin-right: 20px;
    color: #fff;
    opacity: 0.8;
    float: left;
    line-height: 30px;
    height: 30px;
    overflow: visible;
    border-radius: 0px;
}

.foot_selet {
    /* margin-bottom: 20px; */
}

.foot_selet select {
    background: #3e3e3e url(../images/select_jt.png) no-repeat 216px center;
    width: 240px;
    height: 39px;
    line-height: 39px;
    padding-left: 10px;
    margin-right: 10px;
    color: #fff;
    opacity: 0.8;
    appearance: none;
    -moz-appearance: none;
    -webkit-appearance: none;
}

.foot_selet select::-ms-expand {
    display: none;
}

.alertwrap {
    display: none;
}

.filter_black {
    overflow-y: scroll;
    position: fixed;
    z-index: 30;
    top: 10px;
    right: 0;
    bottom: 0;
    left: 0;
    background: rgba(0, 0, 0, .55);
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

/* .alert_box {
    width: 1060px; 
    max-height: 96%; 
    overflow: hidden; 
    width: 85vw;
    border-radius: 5px;
    background: #fff;
    padding-bottom: 10px;
} */

.alert_con {
    flex: 1;
}

.alert_title {
    height: 57px;
    line-height: 57px;
    background: #ededed;
    align-items: center;
    font-size: 20px;
    text-align: center;
    font-weight: bold;
    color: #333;
}

.alert_title a {
    width: 34px;
    height: 34px;
    overflow: hidden;
}

.alert_title a.alert_close {
    background: url(../images/hwldx_004.png) no-repeat center/40%;
}

/* .alert_infor {
    margin: 35px;
    height: 380px;
    overflow-y: auto;
} */

.tousu_btn a {
    display: block;
    width: 210px;
    height: 56px;
    line-height: 56px;
    margin: 15px auto 30px auto;
    text-align: center;
    font-size: 17px;
    color: #fff;
    font-weight: bold;
    background: rgb(0, 47, 167);
    cursor: pointer;
}

.tousu_btn button {
    display: block;
    width: 210px;
    height: 56px;
    line-height: 56px;
    margin: 15px auto 30px auto;
    text-align: center;
    font-size: 17px;
    color: #fff;
    font-weight: bold;
    background: rgb(0, 47, 167);
    cursor: pointer;
}

.tousu_btn a.alertbtn {
    width: 270px;
    margin-bottom: 35px;
}

.zixun_box {
    width: 20rem;
    overflow: hidden;
    background: #fff;

}

.zixun_infor {
    margin: 0 35px 35px 35px;
    text-align: center;
    font-size: 17px;
}

.zixun_infor img {
    margin: 15px 0 25px 0;
}

.zixun_btn a {
    display: block;
    width: 115px;
    height: 44px;
    line-height: 44px;
    margin: 0 auto;
    text-align: center;
    font-size: 17px;
    color: #fff;
    font-weight: bold;
    background: rgb(0, 47, 167);
    cursor: pointer;
}

.zixun_btn a.alertbtn {
    width: 115px;
}

.zttch_box {
    width: 85vw;
    height: auto;
    border-radius: 5px;
    background: #fff;
    padding-bottom: 30px;
}

/* .zttch_title {
    height: 57px;
    line-height: 57px;
    background: #ededed;
    align-items: center;
    font-size: 20px;
    padding: 0 40px;
    font-weight: bold;
    color: #333;
} 


.zttch_title a {
    float: right;
    cursor: pointer;
}

.zttch_infor {
    margin: 35px 0 15px 0;
    margin-left: -100px
}*/

.so_div {
    text-align: center;
    margin-bottom: 35px;
}

.so_div a img {
    margin-left: -5px;
}

.search_text2 {
    width: 575px;
    height: 54px;
    border: 1px solid #ddd;
    line-height: 54px;
    padding-left: 12px;
    font-size: 16px;
    vertical-align: middle;
}

.search_text2::-webkit-input-placeholder {
    color: #999;
    font-size: 16px;
}

.zhengc_box {
    margin-bottom: 30px;
    border: 1px solid #ddd;
    border-bottom: 0;
}

.zhengc_tr {
    min-height: 50px;
    border-bottom: 1px solid #ddd;
    position: relative;
}

.zhengc_tr .left {
    width: 119px;
    height: 100%;
    font-size: 14px;
    color: #333;
    background: #f3f3f3;
    line-height: 50px;
    position: absolute;
    left: 0px;
    top: 0px;
    border-right: 1px solid #ddd;
    padding-left: 15px;
}

.zhengc_tr .con {
    width: 100%;
    padding-top: 10px;
    padding-bottom: 10px;
    font-size: 14px;
    color: #333;
    line-height: 30px;
    padding-left: 150px;
    box-sizing: border-box;
}

.zhengc_tr .con img {
    width: 897px;
    margin-top: 10px;
    margin-bottom: 10px;
    height: auto;
    display: block;
}

.zhengc_tr .con a {
    color: rgb(0, 47, 167);
    text-decoration: underline;
}

.zhengc_tr .con2 img {
    width: auto;
    height: auto;
    display: inline;
    margin-bottom: 0;
}

.zhengc_tr .con2 a {
    color: #333;
    text-decoration: underline;
}

.mar_top {
    margin: 20px auto 0 auto;
}

.mccrTitle2 {
    margin-top: 35px;
}

.mccrTitle3 {
    margin-top: 35px;
    border: 0;
}

.zhengc_li .zaiti_soso .item {
    width: auto;
    margin-right: 50px;
}

.zhengc_li .mcctciRight.footer .active,
.zhengc_li .mcctciRight .active a {
    color: rgb(0, 47, 167);
}

.zhengc_li .mcctciRight .box {
    width: 90px;
    height: 22px;
    border: 1px solid #ccc;
    float: left;
}

.zhengc_li .mcctciRight .box span {
    height: 22px;
    line-height: 22px;
    padding-left: 5px;
    padding-right: 5px;
    font-size: 14px;
    color: #999999;
    float: left;
}

.zhengc_li .mcctciRight .box input {
    width: 60px;
    height: 22px;
    line-height: 22px;
    font-size: 14px;
    color: #333333;
    display: block;
    float: left;
    background: none;
}

.zhengc_li .mcctciRight .line {
    width: 20px;
    height: 24px;
    line-height: 24px;
    text-align: center;
    font-size: 14px;
    color: #333333;
    float: left;
}

.zhengc_li .mcctciRight .inp {
    width: 202px;
    height: 25px;
    line-height: 25px;
    border: 1px solid #ccc;
}

.zhengc_li .mcctciRight .inp input {
    width: 190px;
    height: 22px;
    line-height: 22px;
    padding-left: 10px;
    font-size: 14px;
    color: #333333;
    display: block;
}

.zhengc_tBtn {
    overflow: hidden;
}

.zhengc_tBtn .mcctbCon {
    padding-top: 16px;
    padding-bottom: 16px;
    /* float: right; */
}

.zhengc_tBtn .btn {
    width: 76px;
    height: 30px;
    line-height: 30px;
    background: rgb(0, 47, 167);
    text-align: center;
    float: left;
    margin-left: 17px;
    font-size: 14px;
    color: #fff;
    cursor: pointer;
}

.zhengc_tBtn .btn:hover {
    opacity: 0.8;
}

.zhengc_tBtn .btn:last-child {
    background: #bababa;
}

.zhengc_chxlist {
    padding-bottom: 20px;
}

.zhengc_chxlist table {
    width: 100%;
}

.zhengc_chxlist table tr {
    height: 48px;
    line-height: 48px;
}

.zhengc_chxlist table tr th {
    font-size: 16px;
    color: #000;
    background: #f7f7f7;
    text-align: center;
    font-weight: bold;
}

.zhengc_chxlist table tr td {
    font-size: 15px;
    color: #333;
    text-align: center;
    border-bottom: 1px dashed #d8d8d8;
    position: relative
}

.zhengc_chxlist table tr .date {
    color: #999999;
}

.zhengc_chxlist table tr td a {
    color: rgb(0, 47, 167);
}

.zhengc_chxlist table tr td span {
    display: none;
    position: absolute;
    top: 35px;
    left: 120px;
    line-height: 30px;
    text-indent: 1em;
    background: #fff;
    z-index: 10;
    border: 1px solid #000;
}

.zhengc_chxlist table tr td a:hover {
    text-decoration: underline;
}

.zhengc_chxlist table tr .title {
    text-align: left;
    padding-left: 40px;
}

.zhengc_chxlist table tr .title a {
    color: #333333;
    display: block;
    width: 90%;
    height: 48px;
    line-height: 48px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.zhengc_chxlist table tr .title a:hover {
    color: rgb(0, 47, 167);
    text-decoration: none;
}

.mcccNoContent {
    /*padding-top: 110px;*/
    padding-bottom: 110px;
}

.mcccNoContent .img {
    text-align: center;
}

.mcccNoContent .img img {
    display: block;
    margin: 0 auto;
}

.mcccNoContent .txt {
    height: 72px;
    line-height: 72px;
    font-size: 16px;
    color: #999;
    text-align: center;
}

.red_font {
    color: rgb(0, 47, 167);
}

.tous_box {
    padding-top: 20px;
    overflow: hidden;
}

.tous_tit {
    font-size: 26px;
    height: 76px;
    text-align: center;
    color: #333;
    font-weight: bold;
}

.tous_con {
    margin: 0 auto;
}

.tous_con .mcccItem {
    display: table;
    padding-bottom: 17px;
    position: relative;
    width: 81vw;
}

.tous_con .mcccItem .left {
    width: 15vw;
    height: 46px;
    line-height: 46px;
    float: left;
    font-size: 0.8rem;
    text-align: right;
}

.tous_con .mcccItem span {
    width: 18px;
    font-size: 15px;
    color: rgb(0, 47, 167);
}

.tous_con .mcccItem .inp {
    width: 40vw;
    float: left;
}

.tous_con .mcccItem .content {
    width: 510px;
    height: 227px;
    border-radius: 2px;
    border: 1px solid #cbcbcb;
    float: left;
}

.tous_con .mcccItem .activeInp {
    border: 1px solid rgb(0, 47, 167);
}

.tous_con .mcccItem .content textarea {
    width: 100%;
    height: 220px;
    padding: 12px;
    padding-top: 6px;
    box-sizing: border-box;
    line-height: 30px;
    font-size: 15px;
    color: #333;
}

.tous_con .mcccItem .inp input {
    width: 40vw;
    /* padding-left: 12px; */
    height: 44px;
    line-height: 44px;
    font-size: 0.8rem;
    color: #333;
    border: 1px solid #cbcbcb;
    border-radius: 2px;
    background: none;
}

.tous_con .mcccItem .authcode {
    width: 50vw;
    height: 44px;
    line-height: 44px;
    float: left;
}

.tous_con .mcccItem .authcode.activeInp {
    border: none;
}

.tous_con .mcccItem .authcode input {
    width: 128px;
    padding-left: 12px;
    height: 42px;
    line-height: 42px;
    border: 1px solid #cbcbcb;
    border-radius: 2px;
    font-size: 15px;
    color: #333;
    box-sizing: border-box;
    float: left;
}

.tous_con .mcccItem .authcode.activeInp input {
    border: 1px solid rgb(0, 47, 167);
}

.tous_con .mcccItem .authcode .img {
    width: 133px;
    height: 44px;
    padding-left: 12px;
    padding-right: 12px;
    display: block;
    float: left;
}

.tous_con .mcccItem .authcode em {
    font-size: 13px;
    color: #999999;
    font-style: normal;
    float: left;
    cursor: pointer;
}

/* .tous_con .mcccItem .hint {
    width: 150px;
    height: 52px;
    line-height: 52px;
    position: absolute;
    left: 615px;
    font-size: 14px;
    color: rgb(0, 47, 167);
    display: none;
    text-align: left;
} */

.tous_con .mcccItem .yzmHint {
    left: 440px;
}

.tous_con .mcccBtn {
    padding-top: 30px;
    padding-bottom: 72px;
    display: table;
    margin: 0 auto;
}

.tous_con .mcccBtn .btn {
    width: 155px;
    height: 56px;
    text-align: center;
    line-height: 56px;
    background-color: rgb(0, 47, 167);
    font-size: 17px;
    color: #fff;
    float: left;
    cursor: pointer;
}

.tous_con .mcccBtn .btn:hover {
    opacity: 0.8;
}

.tous_con .mcccBtn .btn:last-child {
    background: #3e7cd0;
    margin-left: 40px;
}

.tous_con .mcccBtn .btn a {
    color: #fff;
    display: block;
}

.tous_con .mcccItem span.red_font {
    color: rgb(0, 47, 167);
    width: 100px;
    line-height: 46px;
    padding-left: 10px;
    float: left;
}

.tous_con .mcccItem .inp input:focus,
.tous_con .mcccItem .authcode input:focus {
    border-color: rgb(0, 47, 167);
}

.zait_box {
    margin: 15px 40px 40px 40px;
    overflow: hidden;
    zoom: 1;
}

.mccPic {
    width: 640px;
    height: 360px;
    position: relative;
    margin: 0 auto;
    float: left;
}

.mccPic .swiper-container {
    width: 100%;
    height: 360px;
    margin: 0 auto;
    overflow: hidden;
}

.mccPic .swiper-container .swiper-wrapper {
    position: relative;
    width: 100%;
    height: 100%;
    z-index: 1;
    display: flex;
    transition-property: transform;
    box-sizing: content-box;
}

.mccPic .swiper-container .swiper-wrapper .swiper-slide {
    width: 640px;
    height: 360px;
    position: relative;
    float: left;
}

.mccPic .swiper-container .swiper-wrapper .swiper-slide img {
    width: 640px;
    height: 360px;
    display: block;
    border-radius: 6px;
}

.mccPic .swiper-button-next {
    width: 44px;
    height: 44px;
    background-size: 37px 70px;
    position: absolute;
    left: 10px;
    top: 50%;
    opacity: 0.9;
    transform: translateY(-50%);
    cursor: pointer;
    z-index: 20;
}

.mccPic .swiper-button-prev {
    width: 44px;
    height: 44px;
    background-size: 37px 70px;
    position: absolute;
    right: 10px;
    top: 50%;
    opacity: 0.9;
    transform: translateY(-50%);
    cursor: pointer;
    z-index: 20;
}

.mccPic .swiper-button-next:focus,
.mccPic .swiper-button-prev:focus {
    outline: none;
}

.mccPic .swiper-button-next:hover,
.mccPic .swiper-button-prev:hover {
    opacity: 1;
}

.zait_tipR {
    width: 390px;
    float: right;
}

.zait_tipR h1 {
    font-size: 25px;
    color: #333;
    font-weight: bold;
    margin: 20px 0;
}

.zait_jiag {
    overflow: hidden;
    zoom: 1;
}

.zait_jiag li {
    float: left;
    width: 160px;
    color: #999;
}

.zait_jiag li span {
    display: block;
    color: rgb(0, 47, 167);
    font-weight: bold;
    font-size: 16px;
}

.zait_jiag li span b {
    font-size: 32px;
}

.zait_lix {
    margin: 20px 0;
}

.zait_lix li {
    color: #999;
    overflow: hidden;
    zoom: 1;
    line-height: 40px;
}

.zait_lix li b {
    color: #999;
    display: block;
    width: 100px;
    float: left;
}

.zait_lix li span {
    display: block;
    color: #000;
    float: left;
    font-weight: bold;
}

.zixun_a {
    float: left;
}

.zixun_a a {
    background: rgb(0, 47, 167);
    color: #fff;
    font-size: 18px;
    width: 202px;
    height: 58px;
    line-height: 58px;
    text-align: center;
    display: block;
    border-radius: 3px;
    cursor: pointer;
}

.zixun_a a:hover {
    color: #fff;
}

.zixun_a img {
    margin-right: 6px;
}

.woy_zxun {
    background: rgb(0, 47, 167);
    color: #fff;
    font-size: 18px;
    width: 202px;
    height: 58px;
    line-height: 58px;
    text-align: center;
    display: block;
    border-radius: 3px;
    cursor: pointer;
    float: left;
}

.woy_zxun:hover {
    color: #fff;
}

.woy_zxun img {
    margin-right: 5px;
}

.shouc_btn {
    margin-left: 40px;
    float: left;
}

.shouc_btn a {
    font-size: 18px;
    background: url(../images/shouc.png) no-repeat left center;
    padding-left: 25px;
    display: block;
    line-height: 58px;
}

.shouc_btn a:hover,
.shouc_btn a.active {
    background: url(../images/shouc2.png) no-repeat left center;
    color: rgb(0, 47, 167);
}

.zait_botjsh {
    background: #fff;
    box-shadow: 0px 3px 20px 10px #f6f6f6;
    border-radius: 10px;
    padding: 20px 40px;
    margin: 0 40px 40px 40px;
}

.zt_botbt {
    font-size: 20px;
    color: #767a88;
    background: url(../images/bt.png) no-repeat left bottom;
    height: 60px;
    line-height: 60px;
    font-weight: bold;
    margin-bottom: 30px;
}

.zt_jsh {
    margin-bottom: 30px;
    padding-left: 8px;
}

.zt_xbt {
    font-size: 15px;
    color: rgb(0, 47, 167);
    font-weight: bold;
    background: url(../images/xbt.png) no-repeat left center;
    padding-left: 18px;
}

.zt_jshlix {
    overflow: hidden;
    zoom: 1;
    margin-left: 18px;
}

.zt_jshlix li {
    color: #999;
    overflow: hidden;
    zoom: 1;
    line-height: 40px;
    width: 50%;
    float: left;
}

.zt_jshlix li b {
    color: #000;
    display: block;
    width: 100px;
    float: left;
}

.zt_jshlix li span {
    display: block;
    color: #666;
    float: left;
    font-weight: bold;
}

.zt_jshnr {
    padding-left: 18px;
    color: #666;
    font-weight: bold;
}

.zt_jshnr p {
    color: #666;
}

.zt_picbox {
    margin-left: -20px;
    padding: 20px 0;
    overflow: hidden;
    zoom: 1;
}

.zt_picli {
    width: 212px;
    float: left;
    margin-left: 20px;
}

.zt_picli img {
    width: 212px;
    height: 135px;
    margin-bottom: 10px;
}

.zt_picli .txt {
    color: #222;
    font-weight: bold;
    line-height: 22px;
}

.zt_picli .date {
    color: #999;
    line-height: 22px;
}

.tuij_List {
    overflow: hidden;
    zoom: 1;
    margin-top: 30px;
}

.tuij_Item {
    overflow: hidden;
    position: relative;
    margin-bottom: 30px;
}

.tuij_Item .mcccliImg {
    width: 273px;
    height: 173px;
    float: left;
}

.tuij_Item .mcccliImg img {
    width: 273px;
    height: 173px;
    display: block;
}

.tuij_Item .mcccliCon {
    width: 630px;
    padding-left: 30px;
    float: left;
}

.tuij_Item .mcccliCon a {
    display: block;
}

.tuij_Item .mcccliCon .title {
    line-height: 64px;
    font-size: 22px;
    color: #333333;
    font-weight: bold;
}

.tuij_Item .mcccliCon a:hover .title {
    color: rgb(0, 47, 167);
}

.tuij_Item .mcccliCon .address {
    line-height: 24px;
    padding-bottom: 15px;
    font-size: 14px;
    color: #666666;
}

.tuij_Item .mcccliCon .hint {
    display: inline-block;
    height: 24px;
    line-height: 24px;
    border-radius: 2px;
    font-size: 14px;
    color: #deca94;
    padding-left: 9px;
    padding-right: 9px;
    background: #f5f2e9;
    margin-right: 5px;
}

.tuij_Item .mcccliCon .time {
    line-height: 46px;
    font-size: 14px;
    color: #999;
}

.tuij_Item .mcccliRight {
    position: absolute;
    right: 0px;
    top: 53%;
    transform: translateY(-50%);
}

.tuij_Item .mcccliRight .txt {
    font-size: 14px;
    color: #888;
    text-align: center;
}

.tuij_Item .mcccliRight .txt2 {
    font-size: 14px;
    color: rgb(0, 47, 167);
    text-align: center;
    font-weight: bold;
}

.tuij_Item .mcccliRight .txt2 b {
    font-size: 32px;
    font-weight: normal;
    color: rgb(0, 47, 167);
    margin: 0 5px;
}

.zhaosh_tipR {
    width: 425px;
    float: right;
}

.zait_dl {
    overflow: hidden;
    zoom: 1;
    margin: 20px 0;
}

.zait_dl dt {
    float: left;
}

.zait_dl dt span {
    background: #ffead8;
    color: #ff943e;
    padding: 3px 8px;
    border-radius: 2px;
    margin-right: 5px;
}

.zait_dl dt span.green_span {
    background: #d8ebd2;
    color: #3a991c;
}

.zait_dl dd {
    float: right;
}

.shouc_xbtn a {
    font-size: 15px;
    background: url(../images/shoucang.png) no-repeat left center;
    padding-left: 18px;
    display: block;
    color: #888;
}

.shouc_xbtn a:hover,
.shouc_xbtn a.active {
    background: url(../images/shoucang2.png) no-repeat left center;
    color: rgb(0, 47, 167);
}

.zhaosh_date {
    height: 200px;
}

.zhaosh_date li {
    color: #333;
    font-weight: bold;
    line-height: 42px;
}

.zhaosh_btns {
    display: block;
    border: 1px solid rgb(0, 47, 167);
    color: rgb(0, 47, 167);
    font-size: 18px;
    width: 180px;
    height: 56px;
    line-height: 56px;
    border-radius: 3px;
    text-align: center;
    float: left;
    margin-left: 30px;
    cursor: pointer;
}

.zhaosh_btns img {
    margin-right: 5px;
}

.zhaosh_lunbo {
    width: 600px;
    height: 380px;
}

.zhaosh_lunbo .swiper-container {
    width: 100%;
    height: 380px;
    margin: 0 auto;
    overflow: hidden;
}

.zhaosh_lunbo .swiper-container .swiper-wrapper .swiper-slide {
    width: 600px;
    height: 380px;
    position: relative;
    float: left;
}

.zhaosh_lunbo .swiper-container .swiper-wrapper .swiper-slide img {
    width: 600px;
    height: 380px;
    display: block;
}

.tous_con .mcccItem .rad_xuan input {
    width: auto;
    vertical-align: middle;
    margin: 0 6px;
}

.zhaosh_List {
    overflow: hidden;
    zoom: 1;
    margin-top: 10px;
}

.zhaosh_Item {
    overflow: hidden;
    position: relative;
    margin-bottom: 30px;
    padding-bottom: 30px;
    border-bottom: 1px solid #ddd;
}

.zhaosh_Item .mcccliImg {
    width: 273px;
    height: 173px;
    float: left;
}

.zhaosh_Item .mcccliImg img {
    width: 273px;
    height: 173px;
    display: block;
}

.zhaosh_Item .mcccliCon {
    width: 630px;
    padding-left: 30px;
    float: left;
}

.zhaosh_Item .mcccliCon a {
    display: block;
}

.zhaosh_Item .mcccliCon .title {
    line-height: 64px;
    font-size: 22px;
    color: #333333;
    font-weight: bold;
}

.zhaosh_Item .mcccliCon a:hover .title {
    color: rgb(0, 47, 167);
}

.zhaosh_Item .mcccliCon .address {
    line-height: 24px;
    padding-bottom: 15px;
    font-size: 14px;
    color: #666666;
}

.zhaosh_Item .mcccliCon .hint {
    display: inline-block;
    height: 24px;
    line-height: 24px;
    border-radius: 2px;
    font-size: 14px;
    color: #deca94;
    padding-left: 9px;
    padding-right: 9px;
    background: #f5f2e9;
    margin-right: 5px;
}

.zhaosh_Item .mcccliCon .time {
    line-height: 46px;
    font-size: 14px;
    color: #999;
}

.zhaosh_Item .mcccliRight {
    position: absolute;
    right: 0px;
    top: 53%;
    transform: translateY(-50%);
}

.zhaosh_Item .mcccliRight .txt {
    font-size: 14px;
    color: #888;
    text-align: center;
}

.zhaosh_Item .mcccliRight .txt2 {
    font-size: 14px;
    color: rgb(0, 47, 167);
    text-align: center;
    font-weight: bold;
}

.zhaosh_Item .mcccliRight .txt2 b {
    font-size: 32px;
    font-weight: normal;
    color: rgb(0, 47, 167);
    margin: 0 5px;
}

.zhsh_cen {
    float: left;
    width: 495px;
    padding-left: 30px;
}

.zhaos_titl {
    line-height: 46px;
    font-size: 22px;
    color: #333333;
    font-weight: bold;
}

.jsh {
    color: #999;
    height: 85px;
}

.dingw span {
    margin-right: 8px;
}

.dingw img {
    margin-right: 8px;
}

.zhsh_R {
    width: 146px;
    float: right;
    padding-top: 30px;
}

.zhsh_R .zixun_a a {
    background: rgb(0, 47, 167);
    color: #fff;
    font-size: 18px;
    width: 146px;
    height: 52px;
    line-height: 52px;
    text-align: center;
    display: block;
    border-radius: 0;
    cursor: pointer;
    margin-bottom: 15px;
}

.zhsh_R .zhaosh_btns {
    width: 144px;
    height: 52px;
    line-height: 52px;
    margin: 0;
    border-radius: 0;
}

.zhaosh_btnNO {
    display: block;
    font-size: 18px;
    width: 144px;
    height: 52px;
    line-height: 52px;
    background: #cdcdcd;
    color: #fff;
    text-align: center;
    margin-top: 30px;
}

.fb_touz_a a {
    font-weight: normal;
    color: #fff;
    background: rgb(0, 47, 167);
    padding: 3px 16px;
    line-height: 20px;
    margin-top: 16px;
    float: right;
}

.fb_touz_a a:hover {
    color: #fff;
}

.fabu_datit {
    font-size: 26px;
    text-align: center;
    font-weight: bold;
    color: #333;
    line-height: 80px;
}

.fabu_xbt {
    width: 815px;
    height: 40px;
    line-height: 27px;
    padding-left: 20px;
    border-bottom: 1px solid #d8d8d8;
    box-sizing: border-box;
    font-size: 20px;
    color: #000;
    position: relative;
    margin: 25px auto;
}

.fabu_xbt:after {
    content: "";
    width: 6px;
    height: 27px;
    background: rgb(0, 47, 167);
    left: 0px;
    top: 0px;
    position: absolute;
}

.fabu_nr {
    width: 815px;
    margin: 0 auto;
    overflow: hidden;
    zoom: 1;
}

.fabu_tr {
    overflow: hidden;
    zoom: 1;
    margin-bottom: 6px;
}

.fabu_tr .left {
    width: 120px;
    text-align: right;
    float: left;
    font-size: 15px;
    height: 44px;
    line-height: 44px;
}

.fabu_tr .tianb {
    float: left;
    padding-left: 20px;
    width: 672px;
}

.fabu_tr .input_text {
    border: 1px solid #ddd;
    height: 41px;
    line-height: 41px;
    padding-left: 10px;
    width: 660px;
    background: none;
    margin-bottom: 10px;
}

.fabu_tr .input_text2 {
    width: 230px;
    margin-right: 10px;
}

.fabu_tr textarea {
    border: 1px solid #ddd;
    height: 140px;
    line-height: 41px;
    padding-left: 10px;
    width: 660px;
    background: none;
}

.fabu_tr .input_text:focus {
    border-color: rgb(0, 47, 167);
}


/*单选按钮,复选框自定义样式 begin*/

.yes_dx {
    overflow: hidden;
    zoom: 1;
    margin: 0 30px 0 0;
    color: #000;
    float: left;
    font-size: 15px;
    line-height: 44px;
}

.yes_dx span {
    background: url("../images/xuan1.png") no-repeat;
    background-size: 18px auto;
    display: inline-block;
    width: 18px;
    height: 18px;
    margin: 14px 10px 0 0;
    float: left;
}

.yes_dx input {
    width: auto;
    display: none;
}

.yes_dx input:checked+span {
    background: url("../images/xuan2.png") no-repeat;
    background-size: 18px auto;
}

.yes_dx2 {
    overflow: hidden;
    zoom: 1;
    margin: 9px 30px 0 0;
    color: #000;
    float: left;
    font-size: 15px;
    line-height: 26px;
    cursor: pointer;
}

.yes_dx2 span {
    background: url("../images/xuan3.png") no-repeat;
    background-size: 14px auto;
    display: inline-block;
    width: 14px;
    height: 14px;
    margin: 5px 10px 0 0;
    float: left;
}

.yes_dx2 input {
    width: auto;
    display: none;
}

.yes_dx2 input:checked+span {
    background: url("../images/xuan4.png") no-repeat;
    background-size: 14px auto;
}


/*单选按钮,复选框自定义样式 end*/

.wenjuan_datit {
    text-align: center;
    font-size: 20px;
    color: #000;
    line-height: 50px;
    margin: 35px 0 13px 0;
}

.wenjuan_xbt {
    font-size: 14px;
    color: #666;
    margin: 0 30px;
    line-height: 26px;
    text-indent: 24px;
}

.wenj_nr {
    margin: 0 30px;
}

.wenj_bt {
    font-size: 16px;
    color: #000;
    font-weight: bold;
    margin-top: 20px;
}

.wenj_li li {
    display: block;
    width: 100%;
    overflow: hidden;
    zoom: 1;
    padding-left: 22px;
}

.wenj_btn {
    margin: 35px auto;
}

.login_bg {
    background: url("../images/login_bg.png") no-repeat center;
    height: 556px;
}

.qh_bor {
    border: 10px solid rgba(255, 255, 255, 0.2);
    width: 453px;
    height: 443px;
    float: right;
    margin: 40px 0;
}

.qh_box {
    background: #fff;
    padding: 35px 45px;
    height: 372px;
}

.tabs_li {
    margin: 0 17px;
}

.tabs_li li {
    margin-bottom: 20px;
}

.tabs_li input {
    border: 1px solid #d7d7d7;
    width: 315px;
    height: 50px;
    line-height: 50px;
    padding-left: 12px;
}

.tabs_li input.yzm_text {
    width: 151px;
    margin-right: 8px;
}

.tabs_li img {
    border: 1px solid #ddd;
    height: 52px;
}

.hy_Lbox {
    width: 226px;
    margin: 35px 0;
}

.hy_Rbox {
    width: 898px;
    margin: 35px 0;
    background: #fff;
    padding: 30px;
    min-height: 465px;
}

.hy_top {
    background: #fff;
    padding: 25px 0;
}

.hy_top dt img {
    display: block;
    width: 62px;
    height: 62px;
    border-radius: 90px;
    border: 1px solid #ddd;
    margin: 0 auto 10px auto;
}

.hy_top dd span {
    display: block;
    color: #999;
    font-size: 14px;
    text-align: center;
}

.hy_top dd p {
    text-align: center;
    font-size: 16px;
    color: #333;
}

.hyL_ul {
    background: #fff;
    margin: 10px 0;
}

.hyL_ul li {
    font-size: 15px;
}

.hyL_ul li a {
    display: block;
    height: 54px;
    line-height: 54px;
    padding-left: 60px;
    color: #333;
}

.hyL_ul li.hy_icon01 a {
    background: url("../images/hy_icon1.png") no-repeat 30px center;
}

.hyL_ul li.hy_icon02 a {
    background: url("../images/hy_icon2.png") no-repeat 30px center;
}

.hyL_ul li.hy_icon03 a {
    background: url("../images/hy_icon3.png") no-repeat 30px center;
}

.hyL_ul li.hy_icon04 a {
    background: url("../images/hy_icon4.png") no-repeat 30px center;
}

.hyL_ul li.hy_icon05 a {
    background: url("../images/hy_icon5.png") no-repeat 30px center;
}

.hyL_ul li.hy_icon06 a {
    background: url("../images/hy_icon5.png") no-repeat 30px center;
}

.hy_Lbot a {
    display: block;
    height: 54px;
    line-height: 54px;
    padding-left: 60px;
    color: #333;
    background: #fff url("../images/hy_icon6.png") no-repeat 30px center;
    border-left: 3px solid #fff;
    font-size: 15px;
}

.hy_Lbot a:hover,
.hy_Lbot a.hover {
    color: rgb(0, 47, 167);
    background: #fbf0f0 url("../images/hy_icon6_hover.png") no-repeat 30px center;
    border-left: 3px solid rgb(0, 47, 167);
}

.hy_bt {
    font-size: 16px;
    color: #000;
    font-weight: bold;
    background: url("../images/hy_tit.png") no-repeat left center;
    padding-left: 20px;
}

.xg_mm_li {
    margin: 20px 0;
}

.xg_mm_li li {
    margin-bottom: 17px;
}

.xg_mm_li li span {
    display: block;
    width: 80px;
    text-align: right;
    color: #333;
    float: left;
    height: 47px;
    line-height: 47px;
    margin-right: 20px;
}

.xg_mm_li li input {
    border: 1px solid #d7d7d7;
    width: 285px;
    height: 47px;
    line-height: 47px;
    padding-left: 12px;
}

.xg_mm_btn {
    margin-left: 100px;
    width: 300px;
}

.xg_mm_btn a {
    display: block;
    background: rgb(0, 47, 167);
    font-size: 16px;
    text-align: center;
    height: 50px;
    line-height: 50px;
    color: #fff;
}

.xg_mm_btn a:hover {
    background: rgb(0, 47, 167);
}


/* CSS Document */

body {
    font-family: "微软雅黑";
    text-align: center;
    padding: 0;
    margin: 0 auto;
    font-size: 14px;
    color: #666;
    line-height: 28px;
    background: #f4f4f4;
}

*body,
h1,
h2,
h3,
h4,
h5,
h6,
hr,
p,
blockquote,
dl,
dt,
dd,
ul,
ol,
li,
pre,
form,
fieldset,
legend,
button,
input,
textarea,
th,
td {
    margin: 0;
    padding: 0;
    font-family: "微软雅黑";
}

body>div {
    text-align: left;
    margin-right: auto;
    margin-left: auto;
}

div,
form,
ul,
ol,
li,
dl,
dt,
dd {
    margin: 0 auto;
    padding: 0;
    border: 0;
    text-align: left;
    font-weight: normal;
}

img,
a img,
p,
pre {
    border: 0;
    margin: 0;
    padding: 0;
}

h1,
h2,
h3,
h4 {
    margin: 0;
    padding: 0;
    font-weight: normal;
    line-height: 28px;
}

ul,
ol,
li {
    list-style: none;
    text-align: left;
}

table,
th,
td,
input,
textarea,
select,
p {
    font-size: 14px;
    line-height: 28px;
    border: 0;
    outline: none;
    font-family: "微软雅黑";
}

table,
td,
th {
    font-weight: normal;
    font-size: 14px;
    font-family: "微软雅黑";
}

input[type="button"],
input[type="submit"],
input[type="reset"] {
    -webkit-appearance: none;
    vertical-align: middle;
    border: none;
    font-family: "微软雅黑";
}

img {
    vertical-align: middle;
}

pre {
    white-space: normal;
}


/* 默认链接颜色 */

.page {
    text-align: center
}

a {
    outline-style: none !important;
    color: #666;
    text-decoration: none;
}

a:hover {
    color: rgb(0, 47, 167);
    text-decoration: none;
}

a:link {
    text-decoration: none;
}

a:active {
    text-decoration: none;
}

a:hover {
    text-decoration: none;
}

a:visited {
    text-decoration: none;
}


/*清除链接虚框*/

a,
area {
    blr: expression(this.onFocus=this.blur());
}

for IE :focus {
    -moz-outline-style: none;
}

for Firefox
/* 下划线 */

.unline,
.unline a {
    text-decoration: underline
}

.nounline,
.nounline a,
.list12 .nounline {
    text-decoration: none;
}


/* 通用属性 */

.left,
.fl {
    float: left;
}

.right,
.fr {
    float: right;
}

.overflow {
    overflow: auto;
    overflow: hidden;
}

.clearfix:after {
    display: block;
    clear: both;
    height: 0;
}

.clearfix {
    zoom: 1;
}

.center {
    margin: 0 auto;
}

.clear {
    clear: both;
    font-size: 1px;
    width: 1px;
    visibility: hidden;
    margin-top: 0px !important;
    *margin-top: -1px;
    line-height: 0
}


/*ie and firefox1.5 updata */

.none {
    display: none;
}

.both {
    clear: both;
}

textarea {
    -webkit-appearance: none;
}

.button {
    border-radius: 0;
}


/*头和尾*/


/*.top_con{ background:#f2f2f2;height:40px;line-height:40px;overflow:hidden;zoom:1;}
.top_con dt{float:left;}
.top_con dd{float:right;font-size: 13px;}
.top_con dd a{margin-left:22px;}
.top_con dd a img{margin-right:3px;}
.top_con dd a.red_a{color: rgb(0, 47,167);}*/

.head {
    background: #fff;
    overflow: hidden;
    zoom: 1;
    padding: 10px 0;
    height: 50px;
    line-height: 50px;
}

.w1200-new {
    width: 100vw;
    margin: 0 auto;
    overflow: hidden;
    zoom: 1;
    
}

.w1200 {
    /* width: 1200px; */
    width: 90%;
    margin: 0 auto;
    overflow: hidden;
    zoom: 1;

}

.head dt {
    float: left;
}

.head dd {
    float: right;
    /* padding-top: 20px; */
    margin-right: 20px;
}

.search_text {
    width: 353px;
    height: 41px;
    border: 1px solid #ddd;
    line-height: 41px;
    padding-left: 12px;
    vertical-align: middle;
}

.search_text::-webkit-input-placeholder {
    color: #999;
}

.head dd span {
    /* margin-left: 15px; */
    font-size: 16px;
    font-weight: 400;
}
.head dd span a::after {
    content: '|';
    margin: 0 10px; 
}

.head dd span a:nth-child(2):after{
    content: '';
}

.head dd img {
    margin-right: 5px;
    vertical-align: middle;
}


/*.nav{height: 54px;line-height: 54px;background: rgb(0, 47,167);color: #fff;font-size: 15px;}
.nav ul{width:1200px;margin:0 auto;display: flex;text-align: justify;}
.nav li{font-weight: bold;position: relative;}
.nav li span a{color: #fff;display: block;padding:0 30px;}
.nav li span a:hover{background: rgb(0, 47,167);}
.nav li .list{
	width: 120px;height:89px;
	overflow: hidden;padding-top:15px;
	background: url(../images/nav_a.png) no-repeat top center;
	position: absolute;
	top:55px;
	left:0;
	z-index:100;
	display: none;
}
.nav li .list p{width: 100%;height: 32px;line-height: 32px;text-align: center; }
.nav li .list p a{font-size: 14px;color: #ede4cd;display: block;}
.nav .active span a{background: rgb(0, 47,167);}*/

.lx_us {
    position: fixed;
    width: 111px;
    height: 89px;
    bottom: 15%;
    right: 3%;
    z-index: 999;
    /* bottom: 320px; */
    margin: auto;
}

.lx_us img {
    pointer-events: auto;
}

.lx_us .zxzx,
.lx_us .lxwm {
    position: absolute;
    right: 0;
    left: 0;
    margin: 0 auto;
    width: 64px;

}

.lx_us .zxzx {
    top: 14px;

}

.lx_us .lxwm {
    top: 44px;

}

.fffbox {
    /* background: #fff; */
    overflow: hidden;
    zoom: 1;
    position: relative;
    z-index: 1;
}

.in_banner {
    position: relative;
    background: url(../images/banner.gif) no-repeat top center;
    /* background-size: 100% 529px; */
    height: 380px;
    overflow: hidden;
    zoom: 1;
}

.nav_first_shadow {
    position: fixed;
    z-index: 99999;
    left: 4%;
    /* height: 414px; */
    margin: auto;
    /* top: 0; */
    bottom: 285px;
    ;
}

.nav_first_shadow img {
    pointer-events: auto;
}

.nav_first_shadow ul li {
    width: 72px;
    height: 72px;
    border-radius: 8px;
    margin-bottom: 5px;
    background-color: #fff;
    display: none;

}

.nav_first_shadow ul li a {
    border-radius: 8px;
    display: block;
    height: 100%;
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    
    font-size: 14px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #666666;
}

.nav_first_shadow ul li {
    border: 1px solid #f9990f;
}

.nav_first_shadow ul li.active {
    border: 1px solid #1742AF;
}

.nav_first_shadow ul li.active a {
    color: #1742AF;
}

.nav_first_shadow ul li.door a img {
    transition: all .3s;
    transform: rotate(90deg);
}

.nav_first_shadow ul li:last-child {
    border: none;
}

.nav_first_shadow ul li:last-child a {
    border-radius: 8px;
    margin-bottom: 5px;
    background: #1742AF;
    color: #FFFFFF;

}

.nav_first_shadow ul li a>img:nth-child(2) {
    display: none;
}

.nav_first_shadow ul li.active a>img:nth-child(1) {
    display: none;
}

.nav_first_shadow ul li.active a>img:nth-child(2) {
    display: inline-block;

}

.index_backtop {
    position: fixed;
    right: 4.5%;
    /* bottom: 187px; */
    bottom: 5Vh;
    z-index: 99999;
    cursor: pointer;
    display: none;
}

.index_backtop img,
.index_backtop {
    height: 54px;
    height: 54px;
}

.wenzi img:nth-child(1) {
    position: absolute;
    top: 116px;
    /* left: 35%; */
    width: 280px;
    height: 70px;
    transform: translate(-80px, 0px);
    left: 0;
    right: 0;
    margin: 0 auto;
}

.wenzi img:nth-child(2) {
    position: absolute;
    top: 37%;
    /* left: 45%; */
    width: 280px;
    height: 70px;
    transform: translate(80px, 0px);
    left: 0;
    right: 0;
    margin: 0 auto;
}

.wenzi img {
    cursor: default;
}

.soso_box {
    width: 640px;
    height: 66px;
    line-height: 66px;
    background: rgba(16, 42, 107, 0.66);
    border: 2px solid rgba(185, 202, 247, 0.66);
    vertical-align: middle;
    margin-top: 220px;

}

.soso_box input {
    background: none;
    width: 550px;
    height: 61px;
    line-height: 61px;
    border: 0;
    font-size: 16px;
    color: #fff;
    padding-left: 25px;
    vertical-align: top;
}

.soso_box input::-webkit-input-placeholder {
    color: #fff;
}

.guanjci_p {
    color: #bad9f3;
    text-align: center;
    margin-top: 15px;
}

.guanjci_p a {
    color: #fff;
    margin: 0 5px;
    font-size: 19px;
    font-weight: bloc;
    font-weight: bold;
}

.guanjci_p a:hover {
    color: #f9990f;
}

.ban {
    float: right;
    width: 364px;
    height: 364px;
    margin-top: 35px;
}

.ban a {
    display: block;
    position: relative;
    width: 364px;
    height: 364px;
    background-size: 364px 364px;
}

.ban img {
    width: 364px;
    height: 364px;
}

.ban p {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    padding: 0 22px;
    font-size: 18px;
    font-weight: bold;
    height: 150px;
    line-height: 248px;
    color: #FFF;
    background: url("../images/banbg.png") bottom;
}

.ban p span {
    display: block;
    width: 80%;
    word-break: break-all;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}

/* .ingg_r {
    float: left;
    margin-top: 35px;
    margin-bottom: 40px;
    position: relative;
}

.ingg_r.active .ingg_r_sd {
    display: flex;
} */

.tl dl dt a img:last-child {
    display: none
}

.active.tl dl dt a img:first-child {
    display: none;
}

.active.tl dl dt a img:last-child {
    display: block;
}

.tl dl dt a {
    color: #fff;
}

.active.tl dl dt a {
    color: #002FA7;
}

/* .ingg_r .ingg_r_sd {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: none;
    justify-content: center;
    align-items: center;
    background-color: rgba(0, 0, 0, .5);
}

.ingg_r .ingg_r_sd span {
    color: #fff;
    font-size: 30px;
}

.ingg_r img {
    width: 809px;
    height: 364px;
} */

.in_box01 {
    /* background: #f7f7f9; */
    padding: 5px 0;
}

.in_box01 .w1200 {
    display: flex;
    justify-content: space-between;
    overflow: visible;
}

.in_box01 .w1200>div {
    width: 24%;
    float: left;
    width: 280px;
    height: 200px;
    /* border:1px solid red; */
    box-sizing: border-box;
    /* overflow: hidden; */
    background-color: contain;
    position: relative;
    margin: 0;
}

.in_box01 .w1200>div:first-child {
    background-image: url(../images/shouye/dz1_bg.png);
}

.in_box01 .w1200>div:nth-child(2) {
    background-image: url(../images/shouye/dz2_bg.png);
}

.in_box01 .w1200>div:nth-child(3) {
    background-image: url(../images/shouye/dz3_bg.png);
}

.in_box01 .w1200>div:nth-child(4) {
    background-image: url(../images/shouye/dz4_bg.png);
}

.in_box01 .w1200>div.active:first-child {
    background-image: url(../images/shouye/dz1_bg_active.png);
}

.in_box01 .w1200>div.active:nth-child(2) {
    background-image: url(../images/shouye/dz2_bg_active.png);
}

.in_box01 .w1200>div.active:nth-child(3) {
    background-image: url(../images/shouye/dz3_bg_active.png);
}

.in_box01 .w1200>div.active:nth-child(4) {
    background-image: url(../images/shouye/dz4_bg_active.png);
}

.in_box01 .w1200>div.active .nr {
    display: block;
}

.in_box01 .w1200>div .nr {
    display: none;
    width: 1200px;
    height: 250px;
    position: absolute;
    bottom: -245px;
    left: 0;
    z-index: 99;

}

.in_box01 .w1200>div .nr>div {
    width: 100%;
    height: 100%;
    background-color: #fff;
    border: 2px solid rgba(96, 132, 225);
    margin-top: 20px;

}

.in_box01 .w1200>div .nr .sel {
    position: absolute;
    background-color: #fff;
    top: 9px;
    width: 20px;
    height: 20px;
    border: 2px solid rgba(96, 132, 225);
    border-bottom: 0;
    border-right: 0;
    transform: rotate(45deg);
    left: 120px;
}

.in_box01 .w1200>div .nr>div ul {
    display:flex;
    margin-top:10px;
    /*height: 100%;
    align-items: center; */
    justify-content: flex-start;
    width: 100%;
    word-wrap: break-word;
}

.in_box01 .w1200>div .nr>div ul li:first-child {
    margin-left: 10px;
}

.in_box01 .w1200>div .nr>div ul li {
    margin: 0;
    /* margin-right: 60px; */
    text-align: center;
    padding: 4px;
    font-size: 16px;
    float: left;
}

.in_box01 .w1200>div .nr>div ul li a {
    display: block;
    height: 100%;
    width: 100%;
    color:rgb(17, 70, 204);
}
.in_box01 .w1200>div .nr>div ul li a:hover {
    display: block;
    height: 100%;
    width: 100%;
    background-color:rgb(31, 13, 230);
    color:#ffffff;
}

.in_box01 .w1200>div .nr>div ul li img {}

.in_box01 dl {
    /* background: #fff; */
    height: 200px;
    /* padding-top: 20px; */
    width: 100%;
    display: flex;
    justify-content: right;
    align-items: center;
    text-align: center;
    /* border:1px solid red; */
    margin: 0;
}

ul li {
    list-style: none;
}

.in_box01 dt {
    text-align: center;
    font-size: 20px;
    font-weight: bold;
    color: #101336;
    /* display:block;
    border:1px solid red;
    margin:auto; */
}

.in_box01 dt img {
    display: block;
    margin: 0 auto 20px auto;
    width: 100px;
}

.in_box01 dd {
    padding-top: 10px;
}

.in_box01 dd p {
    text-align: center;
    color: #ddd;
    font-size: 13px;
}

.in_box01 dd p span {
    color: #84879a;
    margin: 0 5px;
    font-weight: 600;
    /*box-shadow: 10px 10px 10px 0px #ccc;*/
    /*text-shadow: 0px 6px 1px #ccc*/
    /*text-shadow: 0 0 30px #ccc, 0 0 30px #ccc, 0 0 0px #ccc, 0 0 30px #ccc;*/
}

.in_box01 dd p a {
    color: #84879a;
}

.in_box02 {
    background: url(../images/in_box02.png) repeat-y top center;
    height: 330px;
    padding: 30px 0;
}

.in_cityjsh {
    width: 400px;
    height: 245px;
    float: left;
    background: url(../images/city_div.png) no-repeat top left;
    margin-left: 70px;
    padding: 70px 0 0 85px;
}

.in_cityjsh h1 {
    font-size: 38px;
    color: #f6df40;
    font-weight: bold;
    margin-bottom: 20px;
}

.in_cityjsh ul li {
    font-size: 17px;
    color: #fff;
    margin-right: 20px;
    float: left;
}

.in_video {
    width: 500px;
    height: 282px;
    float: right;
    border: 12px solid rgba(255, 255, 255, 0.1);
    margin-right: 30px;
}

.in_title {
    border-bottom: 1px solid #ccc;
    height: 60px;
    line-height: 60px;
    margin: 20px 0;

    position: relative;
    z-index: 9999;

}


.in_news {
    overflow: hidden;
    zoom: 1;
    width: 48%;
}

.in_news dl {
    /* background: #f7f7f9; */
    /* width: 320px; */
    /* height: 125px; */
    padding: 0px 31px;
    float: left;
    margin: 9px;
    margin-bottom: 20px;
    height: 95px;
}

.in_news dl dt {
    font-size: 16px;
    color: #000;
    font-weight: bold;
    margin-bottom: 10px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
}

.in_news dl dt a {
    color: #000;
}

.in_news dl dd {
    color: #999;
    width: 100%;
    word-break: break-all;
    display: -webkit-box;
    /**对象作为伸缩盒子模型展示**/
    -webkit-box-orient: vertical;
    /**设置或检索伸缩盒子对象的子元素的排列方式**/
    -webkit-line-clamp: 2;
    /**显示的行数**/
    overflow: hidden
}

.in_nav {
    overflow: hidden;
    zoom: 1;
    margin-bottom: 30px;
}

.in_nav ul {
    margin-left: -20px;
}

.in_nav li {
    float: left;
    margin-left: 20px;
    margin-bottom: 20px;
}

.in_nav li img {
    width: 285px;
    height: 146px;
}

.in_nav li img:hover {
    transform: scale(1.05)
}

.ny_banner img {
    width: 100%;
}

.right_huodong {}

.right_huodong>li>a {
    display: flex;
    margin-bottom: 30px;
}

.right_huodong>li img {
    width: 154px;
    height: 96px;
}

.right_huodong>li div {
    margin: 0;
    padding-left: 20px;
    width: calc(100% - 154px);
    ;
    box-sizing: border-box;

}

.right_huodong>li div p {
    font-weight: 400;
    font-family: Microsoft YaHei;
}

.right_huodong>li div p:first-child {
    font-size: 17px;
    overflow: hidden;
    text-overflow: ellipsis;
    margin-bottom: 10px;
    white-space: nowrap;
    color: #000000;
}

.right_huodong>li div p:nth-child(2) {
    font-size: 14px;
    margin-bottom: 10px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    color: #666666;
    line-height: 20px;
}

.right_huodong>li div p:last-child {
    font-size: 14px;
    color: #666666;
    line-height: 20px;
}



.mCon {
    /* width: 1260px; */
    width: 90%;
    margin: 0 auto;
    background: #ffffff;
    padding-left: 30px;
    padding-right: 30px;
    box-sizing: border-box;
    overflow: hidden;
    zoom: 1;
    padding-bottom: 20px;
    min-height: 80vh;
}

.mcCrumbs {
    height: 56px;
    line-height: 56px;
    padding-bottom: 4px;
    font-size: 15px;
    color: #666666;
    position: relative;
}

.mcCrumbs a {
    font-size: 15px;
    color: #666;
    margin-right: 5px;
}

.mcCrumbs a:hover {
    color: rgb(0, 47, 167);
}

.mcCrumbs span {
    font-size: 15px;
    color: #666;
}

.mcCon {
    overflow: hidden;
    background-image: url(../images/tcdabg.png);
}

.mcCon .mccLeft {
    width: 15%;
    /* padding-right: 42px; */
    margin-right:10px;
    float: left;
}

.mcCon .mccLeft .item {
    
    height: 45px;
    line-height: 45px;
    margin-bottom: 5px;
    box-sizing: border-box;
    
}

.mcCon .mccLeft .item a {
    height: 45px;
    padding-left: 28px;
    font-size: 15px;
    color: #666666;
    display: block;
    /*background: linear-gradient(to left, #fff 0%, #f5d7d7 100%);*/
    background: url(../images/list_a.png)  no-repeat;
    background-size: cover;
}

.mcCon .mccLeft .active a {
    color: #ffffff;
    background: rgb(0, 47, 167);
}

.mccRight {
    width: 83%;
    float: left;
    /* width:100%; */
}

.mccRight>.fw_box2>a,
.mccRight>.fw_box1>a {
    width: 33%;
    /* width:356px; */
    /* height:84px; */
    box-sizing: border-box;
    display: inline-block;
    padding-left: 50px;
    /* margin-right: 22px; */
    border: 1px solid #ddd;
    padding: 15px 0 10px 50px;
}

.mccrTitle {
    width: 100%;
    height: 40px;
    line-height: 27px;
    padding-left: 20px;
    border-bottom: 1px solid #d8d8d8;
    box-sizing: border-box;
    font-size: 20px;
    color: #666666;
    position: relative;
}

.mccrTitle:after {
    content: "";
    width: 6px;
    height: 27px;
    background: rgb(0, 47, 167);
    left: 0px;
    top: 0px;
    position: absolute;
}

.mccrList {
    padding-top: 12px;
    padding-bottom: 1px;
    padding-left: 7px;
}

.mccrList .item {
    height: 38px;
    line-height: 38px;
    padding-left: 9px;
    position: relative;
}

.mccrList .item:after {
    content: "";
    width: 4px;
    height: 4px;
    background: rgb(0, 47, 167);
    position: absolute;
    left: 0rem;
    top: 12px;
}

.mccrList .item a {
    height: 38px;
    line-height: 38px;
    display: block;
}

.mccrList .item a .txt {
    font-size: 15px;
    float: left;
    padding-left: 6px;
    color: #666;
}

.mccrList .item a .date {
    font-size: 15px;
    color: #999;
    float: right;
}

.mccrList .item:hover:after {
    background: rgb(0, 47, 167);
}

.mccrList .item:hover a {
    color: rgb(0, 47, 167);
}

.mccrList .item:nth-of-type(5n) {
    padding-bottom: 12px;
    margin-bottom: 12px;
    border-bottom: 1px dashed #d8d8d8;
}

.mccrList .item:last-child {
    border-bottom: none;
}

.mccrBottom {
    display: table;
    padding-top: 10px;
    padding-bottom: 30px;
    margin: 0 auto;
}

.mccrBottom span {
    height: 32px;
    line-height: 32px;
    padding-left: 12px;
    padding-right: 12px;
    font-size: 15px;
    color: #333333;
    margin-right: 13px;
    background: linear-gradient(#e9e9e9, #e9e9e9), linear-gradient(#dcdcdc, #dcdcdc);
    ;
    display: block;
    float: left;
    cursor: pointer;
}

.mccrBottom span a {
    font-size: 15px;
    color: #333333;
    display: block;
}

.mccrBottom .active {
    color: #fff;
    background: rgb(0, 47, 167);
}

.mccrBottom .active a {
    color: #ffffff;
}

.mccrBottom .more {
    padding-left: 6px;
    padding-right: 6px;
    background: none;
}

.mccrBottom .more a {
    letter-spacing: 1px;
    font-size: 16px;
    color: #cacaca;
}

.mccrBottom span:hover {
    color: #fff;
    background: rgb(0, 47, 167);
}

.mccrBottom span:hover a {
    color: #fff;
}

.mccrBottom span:last-child {
    margin-right: 0px;
}

.mccTitle {
    padding-bottom: 24px;
    text-align: center;
    border-bottom: solid 1px #ddd;
}

.mccTitle .bTitle {
    line-height: 60px;
    font-size: 26px;
    color: #333;
    font-weight: bold;
}

.mccTitle .sTitle {
    line-height: 34px;
    font-size: 15px;
    color: #999;
    cursor: text;
    position: relative
}

.mccTitle .sTitle span {
    font-size: 15px;
    color: #999;
    margin: 0 30px;
}

.shouc_a {
    font-weight: normal;
}

.shouc_a img {
    vertical-align: inherit;
    margin-right: 6px;
}

.mccCon {
    width: 96%;
    padding-bottom: 50px;
    padding-top: 35px;
}
.content .mccCon1 {
    width: 100%;
    /*初始要显示的高度*/
    height:400px;	
    overflow:hidden;	/*关键样式：内容会被修剪，并且其余内容是不可见的。*/
    position:relative;
    line-height:1.7em;
   /*  padding-bottom: 50px; */
   
}


.get_ct_more {
	height:80px;
	position:absolute;
	bottom:0px;
    width:100%;
	background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0)), to(#fff));
    background-image: -webkit-linear-gradient(top, rgba(255, 255, 255, 0), #fff);
    background-image: linear-gradient(-180deg, rgba(255, 255, 255, 0), #fff);
	margin:0px;
	margin-right:10px;
}
.more_bt {
    display: inline-block;
	width:200px;
	height:30px;
	margin-left:45%;
	margin-bottom:-5px;
    background-color: #fff;
    border: 1px solid #ef0909;
    color: #ef0909;
    border-radius: 32px;
    line-height: 32px;
    font-size: 14px;
    cursor: pointer;
    text-indent: 0;
    text-align: center;
}

.mccCon p {
    font-size: 15px;
    color: #404040;
    line-height: 28px;
    /* text-indent: 2em; */
    cursor: text;
}

.mccCon p a img {
    cursor: pointer;
}

.footer {
    margin: 0 auto;
    padding: 16px 0 10px 0;
    width: 100%;
    /* overflow: hidden; */
    background: #017ebc;
}

.foot_r {
    float: right;
    text-align: center;
    width: 135px;
    color: #fff;
    margin-left: 30px;
}

.foot_r img {
    width: 120px;
    height: 120px;
    border: 4px solid #fff;
    display: block;
}

.foot_jsh {
    float: left;
    width: 870px;
}

.foot_jsh h1 {
    font-size: 16px;
    font-weight: bold;
    margin-bottom: 15px;
}

.foot_jsh h1 a {
    margin-right: 30px;
    color: #222;
    opacity: 0.8;
}

.foot_jsh ul {
    /* margin-top: 30px; */
    overflow: hidden;
    zoom: 1;
}

.foot_jsh ul li {
    width: 350px;
    margin-right: 20px;
    /* color: #222; */
    color: #fff;
    opacity: 0.8;
    float: left;
    line-height: 45px;
}

/* .foot_jsh ul li:nth-child(4) {
    width: 470px;
    margin: 0;
} */

.foot_jsh ul li:nth-child(4) span:nth-child(2) {
    margin-left: 50px;
}

.foot_selet {
    /* margin-bottom: 35px; */
}

.foot_selet select {
    background: #e1e2e3 url(../images/select_jt.png) no-repeat 216px center;
    ;
    width: 200px;
    height: 39px;
    line-height: 39px;
    padding-left: 10px;
    margin-right: 10px;
    color: #222;
    opacity: 0.8;
    appearance: none;
    -moz-appearance: none;
    -webkit-appearance: none;
}

.foot_selet select::-ms-expand {
    display: none;
}

.questtion_Title {
    width: 100%;
    height: 40px;
    line-height: 28px;
    padding-left: 20px;
    border-bottom: 1px solid #d8d8d8;
    box-sizing: border-box;
    font-size: 20px;
    color: #666;
    position: relative;
    margin-left: 14px;
}

.questtion_Title:after {
    content: "";
    width: 6px;
    height: 27px;
    background: rgb(0, 47, 167);
    left: 0px;
    top: 0px;
    position: absolute;
}

.quest_List {
    padding-top: 2px;
    padding-bottom: 12px;
}

.quest_List .item {
    padding-top: 7px;
    padding-bottom: 7px;
    padding-left: 3px;
    border-bottom: 1px dashed #d8d8d8;
}

.quest_List .item .title {
    line-height: 42px;
    padding-left: 35px;
    font-size: 16px;
    background: url(../images/a_icon_01.png) no-repeat left 13px;
    cursor: pointer;
}

.quest_List .item .con {
    padding-left: 35px;
    line-height: 34px;
    padding-bottom: 3px;
    font-size: 15px;
    color: #666;
    display: none;
    background: url(../images/a_icon_02.png) no-repeat left 8px;
}

.quest_List .item:first-child .con {
    display: block;
}


/*.quest_List .item:last-child{border-bottom: none;}*/

.alertwrap {
    display: none;
}

/* .filter_black {
    position: fixed;
    z-index: 30;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: rgba(0, 0, 0, .55);
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
} */

.alert_box {
    width: 80vw;
    max-height: 96%;
    overflow: hidden;
    border-radius: 5px;
    background: #fff;
    padding-bottom: 10px;
}

.alert_con {
    flex: 1;
}

.alert_title {
    height: 57px;
    line-height: 57px;
    background: #ededed;
    align-items: center;
    font-size: 20px;
    text-align: center;
    font-weight: bold;
    color: #333;
}

.alert_title a {
    width: 34px;
    height: 34px;
    overflow: hidden;
}

.alert_title a.alert_close {
    background: url(../images/hwldx_004.png) no-repeat center/40%;
}

.alert_infor {
    margin: 35px;
    height: 580px;
    overflow-y: auto;
}

.tousu_btn a {
    display: block;
    width: 210px;
    height: 56px;
    line-height: 56px;
    margin: 15px auto 30px auto;
    text-align: center;
    font-size: 17px;
    color: #fff;
    font-weight: bold;
    background: rgb(0, 47, 167);
    cursor: pointer;
}

.tousu_btn a.alertbtn {
    width: 270px;
    margin-bottom: 35px;
}

.zixun_box {
    width: 20rem;
    overflow: hidden;
    background: #fff;

}

.zixun_infor {
    margin: 0 35px 35px 35px;
    text-align: center;
    font-size: 17px;
}

.zixun_btn a {
    display: block;
    width: 115px;
    height: 44px;
    line-height: 44px;
    margin: 0 auto;
    text-align: center;
    font-size: 17px;
    color: #fff;
    font-weight: bold;
    background: rgb(0, 47, 167);
    cursor: pointer;
}

.zixun_btn a.alertbtn {
    width: 115px;
}

/* .zttch_box {
    width: 960px;
    max-height: 96%;
    border-radius: 5px;
    background: #fff;
    padding-bottom: 30px;
} */

.zttch_title {
    
    height: 57px;
    line-height: 57px;
    background: #ededed;
    align-items: center;
    font-size: 20px;
    padding: 0 40px;
    font-weight: bold;
    color: #333;
}

.zttch_title a {
    float: right;
    cursor: pointer;
}

.zttch_infor {
    margin: 35px 0 15px 0;
    /* margin-left: -30px; */
    height: 400px;
    overflow-y: auto;
}


.so_div {
    text-align: center;
    margin-bottom: 35px;
}

.so_div a img {
    margin-left: -5px;
}

.search_text2 {
    width: 575px;
    height: 54px;
    border: 1px solid #ddd;
    line-height: 54px;
    padding-left: 12px;
    font-size: 16px;
    vertical-align: middle;
}

.search_text2::-webkit-input-placeholder {
    color: #999;
    font-size: 16px;
}

.zhengc_box {
    margin-bottom: 30px;
    border: 1px solid #ddd;
    border-bottom: 0;
}

.zhengc_tr {
    min-height: 50px;
    border-bottom: 1px solid #ddd;
    position: relative;
}

.zhengc_tr .left {
    width: 119px;
    height: 100%;
    font-size: 14px;
    color: #333;
    background: #f3f3f3;
    line-height: 50px;
    position: absolute;
    left: 0px;
    top: 0px;
    border-right: 1px solid #ddd;
    padding-left: 15px;
    cursor: default;
}

.zhengc_tr .con {
    width: 100%;
    padding-top: 9px;
    padding-bottom: 10px;
    font-size: 14px;
    color: #333;
    line-height: 30px;
    padding-left: 150px;
    box-sizing: border-box;
    cursor: default;
}

.zhengc_tr .con img {
    width: 897px;
    margin-top: 10px;
    margin-bottom: 10px;
    height: auto;
    display: block;
}

.zhengc_tr .con a {
    color: rgb(0, 47, 167);
    text-decoration: underline;
}

.zhengc_tr .con2 img {
    width: auto;
    height: auto;
    display: inline;
    margin-bottom: 0;
}

.zhengc_tr .con2 a {
    color: #333;
    text-decoration: underline;
}

.mar_top {
    margin: 20px auto 0 auto;
}

.mccrTitle2 {
    margin-top: 35px;
}

.mccrTitle3 {
    margin-top: 35px;
    border: 0;
}

.zhengc_top {
    border-top: 1px solid #ddd;
}

.zhengc_li {
    overflow: hidden;
    /* border: 1px solid #ddd; */
    border-bottom: 1px solid #ddd;
    border-top: 0;
    position: relative;
}


.zhengc_li .mcctciLeft {
    font-weight: 800;
    /* width: 155px; */
    width: 115px;
    height: 100%;
    /* line-height: 35px; */
    font-size: 14px;
    color: #201e1e;
    /* background: #E6E6E6; */
    float: left;
    padding-top: 20px;
    padding-bottom: 15px;
    box-sizing: border-box;
    position: absolute;
    left: 0px;
    top: 0px;
    /* margin: 15px 0; */
}

.zhengc_li .mcctciRight {
    height: 100%;
    padding-top: 15px;
    padding-bottom: 15px;
    padding-left: 115px;
    box-sizing: border-box;
    overflow: hidden;
}

.zhengc_li .mcctciRight .item {
    /* min-width: 80px; */
    line-height: 24px;
    font-size: 15px;
    float: left;
    color: #333;
    cursor: pointer;
    /* text-align: center; */
    /* padding:4px 10px; */
    margin-right: 20px;
    margin-bottom: 5px;
}

.zhengc_li .mcctciRight .item a {
    color: #333;
    margin-bottom: 5px;
    display: inline-block;
}

.zhengc_li .zaiti_soso .ban p.item {
    width: auto;
    margin-right: 50px;
}

.zhengc_li .mcctciRight .active,
.zhengc_li .mcctciRight .active a {
    /* color: #fff; */
    /* background: rgb(0, 47, 167); */
    color: #002FA7;
}

.zhengc_li .mcctciRight .box {
    width: 90px;
    height: 22px;
    border: 1px solid #ccc;
    float: left;
}

.zhengc_li .mcctciRight .box span {
    height: 22px;
    line-height: 22px;
    padding-left: 5px;
    padding-right: 5px;
    font-size: 14px;
    color: #999999;
    float: left;
}

.zhengc_li .mcctciRight .box input {
    width: 60px;
    height: 22px;
    line-height: 22px;
    font-size: 14px;
    color: #333333;
    display: block;
    float: left;
    background: none;
}

.zhengc_li .mcctciRight .line {
    width: 20px;
    height: 24px;
    line-height: 24px;
    text-align: center;
    font-size: 14px;
    color: #333333;
    float: left;
}

.zhengc_li .mcctciRight .inp {
    /* width: 202px;
    height: 25px; */
    width: 266px;
    height: 34px;
    line-height: 25px;
    border: 1px solid #ccc;
    border-radius:30px;
}


.zhengc_li .mcctciRight .inp input {
    width: 100%;
    height: 100%;
    line-height: 22px;
    padding-left: 10px;
    font-size: 14px;
    color: #333333;
    display: block;
    background: none;
    background-image: url(../images/icon_search.png);
    background-repeat: no-repeat;
    background-position: 97% 50%;
    /* padding-right: 60px; */
    box-sizing: border-box;
    background-size:20px 20px;
}

.zhengc_tBtn {
    overflow: hidden;
}

.zhengc_tBtn .mcctbCon {
    padding-top: 16px;
    padding-bottom: 16px;
    float: right;
}

.zhengc_tBtn .btn {
    width: 76px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    float: left;
    margin-left: 17px;
    font-size: 14px;
    color: #fff;
    cursor: pointer;
    border-radius: 30px;
}

.zhengc_tBtn .btn:hover {
    opacity: 0.8;
}

.zhengc_chxjieg .mcccTitle {
    font-weight: 800;
    width: 100%;
    height: 40px;
    line-height: 27px;
    padding-left: 20px;
    box-sizing: border-box;
    font-size: 20px;
    color: rgb(102, 102, 102);
    position: relative;
}

.zhengc_chxjieg .mcccTitle:after {
    content: "";
    width: 6px;
    height: 27px;
    left: 0px;
    top: 0px;
    position: absolute;
    background: rgb(0, 47, 167);
}

.zhengc_chxlist {
    padding-bottom: 20px;
}

.zhengc_chxlist table {
    width: 100%;
}

.zhengc_chxlist table tr {
    height: 48px;
    line-height: 48px;
}

.zhengc_chxlist table tr th {
    font-size: 16px;
    color: #000;
    background: #e9e9e9;
    text-align: center;
    font-weight: bold;
    border-top: 1px solid #999;
    border-bottom: 1px solid #999
}

.zhengc_chxlist table tr td {
    font-size: 15px;
    color: #333;
    text-align: center;
    border-bottom: 1px dashed #d8d8d8;
}

.zhengc_chxlist table tr .date {
    color: #999999;
}

.zhengc_chxlist table tr td a {
    color: rgb(0, 47, 167);
}

.zhengc_chxlist table tr td a:hover {
    text-decoration: underline;
}

.zhengc_chxlist table tr .title {
    text-align: left;
    padding-left: 40px;
}

.zhengc_chxlist table tr .title a {
    color: #333333;
    display: block;
    width: 90%;
    height: 48px;
    line-height: 48px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.zhengc_chxlist table tr .title a:hover {
    color: rgb(0, 47, 167);
    text-decoration: none;
}

.mcccNoContent {
    /*padding-top: 110px;*/
    padding-bottom: 110px;
}

.mcccNoContent .img {
    text-align: center;
}

.mcccNoContent .img img {
    display: block;
    margin: 0 auto;
}

.mcccNoContent .txt {
    height: 72px;
    line-height: 72px;
    font-size: 16px;
    color: #999;
    text-align: center;
}

.red_font {
    color: rgb(0, 47, 167);
}

.tous_box {
    padding-top: 20px;
    overflow: hidden;
}

.tous_tit {
    font-size: 26px;
    height: 76px;
    text-align: center;
    color: #333;
    font-weight: bold;
}

.tous_con {
    margin: 0 auto;
}

/* .tous_con .mcccItem {
    display: table;
    padding-bottom: 17px;
    position: relative;
} */

.tous_con .mcccItem .left {
    width: 15vw;
    height: 46px;
    line-height: 46px;
    float: left;
    font-size: 0.8rem;
    text-align: right;
}

.tous_con .mcccItem span {
    width: 18px;
    font-size: 15px;
    color: rgb(167, 0, 0);
}

.tous_con .mcccItem .inp {
    width: 40.4vw;
    float: left;
}

.tous_con .mcccItem .content {
    width: 40vw;
    height: 227px;
    border-radius: 2px;
    border: 1px solid #cbcbcb;
    float: left;
}

.tous_con .mcccItem .activeInp {
    border: 1px solid rgb(0, 47, 167);
}

.tous_con .mcccItem .content textarea {
    resize: none;
    width: 100%;
    height: 220px;
    padding: 12px;
    padding-top: 6px;
    box-sizing: border-box;
    line-height: 30px;
    font-size: 15px;
    color: #333;
}

/* .tous_con .mcccItem .inp input {
    width: 495px;
    padding-left: 12px;
    height: 44px;
    line-height: 44px;
    font-size: 15px;
    color: #333;
    border: 1px solid #cbcbcb;
    border-radius: 2px;
    background: none;
} */

.tous_con .mcccItem .authcode {
    width: 40vw;
    height: 44px;
    line-height: 44px;
    float: left;
}

.tous_con .mcccItem .authcode.activeInp {
    border: none;
}

.tous_con .mcccItem .authcode input {
    width: 15vw;
    padding-left: 12px;
    height: 42px;
    line-height: 42px;
    border: 1px solid #cbcbcb;
    border-radius: 2px;
    font-size: 0.8rem;
    color: #333;
    box-sizing: border-box;
    float: left;
}
.tous_con .mcccItem .authcode .imgurl{
    height:100%;
}
.tous_con .mcccItem .authcode  .imgurl img{
    /* margin-left:20px; */
    height:100%;
    width:10vw;
}

.tous_con .mcccItem .authcode .imgurl2{
    height:100%;
}
.tous_con .mcccItem .authcode  .imgurl2 img{
    margin-left:20px;
    height:100%;

}

.tous_con .mcccItem .authcode.activeInp input {
    border: 1px solid rgb(0, 47, 167);
}

.tous_con .mcccItem .authcode .img {
    width: 133px;
    height: 44px;
    padding-left: 12px;
    padding-right: 12px;
    display: block;
    float: left;
}

.tous_con .mcccItem .authcode em {
    font-size: 13px;
    color: #999999;
    font-style: normal;
    float: left;
    cursor: pointer;
}

.tous_con .mcccItem .hint {
    width: 15vw;
    height: 52px;
    line-height: 52px;
    position: absolute;
    left: 56vw;
    font-size: 0.8rem;
    color: rgb(0, 47, 167);
    display: none;
    text-align: left;
}

/* .tous_con .mcccItem .yzmHint {
    left: 440px;
} */

.tous_con .mcccBtn {
    padding-top: 30px;
    padding-bottom: 72px;
    display: table;
    margin: 0 auto;
}

.tous_con .mcccBtn .btn {
    width: 155px;
    height: 56px;
    text-align: center;
    line-height: 56px;
    background-color: rgb(0, 47, 167);
    font-size: 17px;
    color: #fff;
    float: left;
    cursor: pointer;
}

.tous_con .mcccBtn .btn:hover {
    opacity: 0.8;
}

.tous_con .mcccBtn .btn:last-child {
    background: rgb(0, 47, 167);
    margin-left: 40px;
}

.tous_con .mcccBtn .btn a {
    color: #fff;
    display: block;
}

.tous_con .mcccItem span.red_font {
    color: rgb(0, 47, 167);
    width: 100px;
    line-height: 46px;
    padding-left: 10px;
    float: left;
}

.tous_con .mcccItem .inp input:focus,
.tous_con .mcccItem .authcode input:focus {
    border-color: rgb(0, 47, 167);
}

.zait_box {
    margin: 15px 40px 40px 40px;
    overflow: hidden;
    zoom: 1;
}

.mccPic {
    width: 640px;
    height: 360px;
    position: relative;
    margin: 0 auto;
    float: left;
}

.mccPic .swiper-container {
    width: 100%;
    height: 360px;
    margin: 0 auto;
    overflow: hidden;
}

.mccPic .swiper-container .swiper-wrapper {
    position: relative;
    width: 100%;
    height: 100%;
    z-index: 1;
    display: flex;
    transition-property: transform;
    box-sizing: content-box;
}

.mccPic .swiper-container .swiper-wrapper .swiper-slide {
    width: 640px;
    height: 360px;
    position: relative;
    float: left;
}

.mccPic .swiper-container .swiper-wrapper .swiper-slide img {
    width: 640px;
    height: 360px;
    display: block;
    border-radius: 6px;
}

.mccPic .swiper-button-next {
    width: 44px;
    height: 44px;
    background-size: 37px 70px;
    position: absolute;
    left: 10px;
    top: 50%;
    opacity: 0.9;
    transform: translateY(-50%);
    cursor: pointer;
    z-index: 20;
}

.mccPic .swiper-button-prev {
    width: 44px;
    height: 44px;
    background-size: 37px 70px;
    position: absolute;
    right: 10px;
    top: 50%;
    opacity: 0.9;
    transform: translateY(-50%);
    cursor: pointer;
    z-index: 20;
}

.mccPic .swiper-button-next:focus,
.mccPic .swiper-button-prev:focus {
    outline: none;
}

.mccPic .swiper-button-next:hover,
.mccPic .swiper-button-prev:hover {
    opacity: 1;
}

.zait_tipR {
    width: 390px;
    float: right;
}

.zait_tipR h1 {
    font-size: 25px;
    color: #333;
    font-weight: bold;
    margin: 20px 0;
}

.zait_tipR .gl {
    display: flex;
    justify-content: ;
}

.zait_jiag {
    overflow: hidden;
    zoom: 1;
}

.zait_jiag li {
    float: left;
    width: 160px;
    color: #000;
}

.zait_jiag li span {
    display: block;
    color: rgb(0, 47, 167);
    font-weight: bold;
    font-size: 16px;
}

.zait_jiag li span b {
    font-size: 32px;
}

.zait_lix {
    margin: 20px 0;
}

.zait_lix li {
    color: #999;
    overflow: hidden;
    zoom: 1;
    line-height: 40px;
}

.zait_lix li b {
    color: #000;
    display: block;
    width: 100px;
    float: left;
}

.zait_lix li span {
    width: 285px;
    display: block;
    color: #999;
    float: left;
    font-weight: bold;
}

.zixun_a {
    float: left;
}

.zixun_a a {
    background: rgb(0, 47, 167);
    color: #fff;
    font-size: 18px;
    width: 202px;
    height: 58px;
    line-height: 58px;
    text-align: center;
    display: block;
    border-radius: 3px;
    cursor: pointer;
}

.zixun_a a:hover {
    color: #fff;
}

.zixun_a img {
    margin-right: 6px;
}

.woy_zxun {
    background: rgb(0, 47, 167);
    color: #fff;
    font-size: 18px;
    width: 180px;
    height: 58px;
    line-height: 58px;
    text-align: center;
    display: block;
    border-radius: 3px;
    cursor: pointer;
    float: left;
}

.woy_zxun:hover {
    color: #fff;
}

.woy_zxun img {
    margin-right: 5px;
}

.shouc_btn {
    margin-left: 40px;
    float: left;
}

.shouc_btn a {
    font-size: 18px;
    background: url(../images/shouc.png) no-repeat left center;
    padding-left: 25px;
    display: block;
    line-height: 58px;
}

.shouc_btn a:hover,
.shouc_btn a.active {
    background: url(../images/shouc2.png) no-repeat left center;
    color: rgb(0, 47, 167);
}

.zait_botjsh {
    background: #fff;
    box-shadow: 0px 3px 20px 10px #f6f6f6;
    border-radius: 10px;
    padding: 20px 40px;
    margin: 0 40px 40px 40px;
}

.zt_botbt {
    font-size: 20px;
    color: #767a88;
    background: url(../images/bt.png) no-repeat left bottom;
    height: 60px;
    line-height: 60px;
    font-weight: bold;
    margin-bottom: 30px;
}

.zt_jsh {
    margin-bottom: 30px;
    padding-left: 8px;
}

.zt_xbt {
    font-size: 15px;
    color: rgb(0, 47, 167);
    font-weight: bold;
    background: url(../images/xbt.png) no-repeat left center;
    padding-left: 18px;
}

.zt_jshlix {
    overflow: hidden;
    zoom: 1;
    margin-left: 18px;
}

.zt_jshlix li {
    color: #999;
    overflow: hidden;
    zoom: 1;
    line-height: 40px;
    width: 50%;
    float: left;
}

.zt_jshlix li b {
    color: #000;
    display: block;
    width: 100px;
    float: left;
}

.zt_jshlix li span {
    display: block;
    color: #666;
    float: left;
    font-weight: bold;
}

.zt_jshnr {
    padding-left: 18px;
    color: #666;
    font-weight: bold;
}

.zt_jshnr p {
    color: #666;
}

.zt_picbox {
    margin-left: -20px;
    padding: 20px 0;
    overflow: hidden;
    zoom: 1;
}

.zt_picli {
    width: 212px;
    float: left;
    margin-left: 20px;
}

.zt_picli img {
    width: 212px;
    height: 135px;
    margin-bottom: 10px;
}

.zt_picli .txt {
    color: #222;
    font-weight: bold;
    line-height: 22px;
}

.zt_picli .date {
    color: #999;
    line-height: 22px;
}

.tuij_List {
    overflow: hidden;
    zoom: 1;
    margin-top: 30px;
}

.tuij_Item {
    overflow: hidden;
    position: relative;
    margin-bottom: 30px;
}

.tuij_Item .mcccliImg {
    width: 273px;
    height: 173px;
    float: left;
}

.tuij_Item .mcccliImg img {
    width: 273px;
    height: 173px;
    display: block;
}

.tuij_Item .mcccliCon {
    width: 630px;
    padding-left: 30px;
    float: left;
}

.tuij_Item .mcccliCon a {
    display: block;
}

.tuij_Item .mcccliCon .title {
    line-height: 64px;
    font-size: 22px;
    color: #333333;
    font-weight: bold;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
}

.tuij_Item .mcccliCon a:hover .title {
    color: rgb(0, 47, 167);
}

.tuij_Item .mcccliCon .address {
    line-height: 24px;
    padding-bottom: 15px;
    font-size: 14px;
    color: #666666;
}

.tuij_Item .mcccliCon .hint {
    display: inline-block;
    height: 24px;
    line-height: 24px;
    border-radius: 2px;
    font-size: 14px;
    color: rgb(93, 113, 189);
    padding-left: 9px;
    padding-right: 9px;
    background: rgb(229, 234, 246);
    margin-right: 5px;
}

.tuij_Item .mcccliCon .time {
    line-height: 46px;
    font-size: 14px;
    color: #999;
}

.tuij_Item .mcccliRight {
    position: absolute;
    right: 0px;
    top: 53%;
    transform: translateY(-50%);
}

.tuij_Item .mcccliRight .txt {
    font-size: 14px;
    color: #888;
    text-align: center;
}

.tuij_Item .mcccliRight .txt2 {
    font-size: 14px;
    color: rgb(0, 47, 167);
    text-align: center;
    font-weight: bold;
}

.tuij_Item .mcccliRight .txt2 b {
    font-size: 32px;
    font-weight: normal;
    color: rgb(0, 47, 167);
    margin: 0 5px;
}

.zhaosh_tipR {
    width: 425px;
    float: right;
}

.zait_dl {
    overflow: hidden;
    zoom: 1;
    margin: 20px 0;
}

.zait_dl dt {
    float: left;
}

.zait_dl dt span {
    background: #ffead8;
    color: #ff943e;
    padding: 3px 8px;
    border-radius: 2px;
    margin-right: 5px;
}

.zait_dl dt span.green_span {
    background: #d8ebd2;
    color: #3a991c;
}

.zait_dl dd {
    float: right;
}
.shouc_xbtn{
    cursor: pointer;
}
.shouc_xbtn a {
    font-size: 15px;
    background: url(../images/shoucang.png) no-repeat left center;
    padding-left: 18px;
    display: block;
    color: #888;
}

.shouc_xbtn a:hover,
.shouc_xbtn a.active {
    background: url(../images/shoucang2.png) no-repeat left center;
    color: rgb(0, 47, 167);
}

.zhaosh_date {
    height: 200px;
}

.zhaosh_date li {
    color: #333;
    font-weight: bold;
    line-height: 42px;
}

.zhaosh_btns {
    display: block;
    border: 1px solid rgb(0, 47, 167);
    color: rgb(0, 47, 167);
    font-size: 18px;
    width: 180px;
    height: 56px;
    line-height: 56px;
    border-radius: 3px;
    text-align: center;
    float: left;
    margin-left: 30px;
    cursor: pointer;
}

.zhaosh_btns img {
    margin-right: 5px;
}

.zhaosh_lunbo {
    width: 600px;
    height: 380px;
}

.zhaosh_lunbo .swiper-container {
    width: 100%;
    height: 380px;
    margin: 0 auto;
    overflow: hidden;
}

.zhaosh_lunbo .swiper-container .swiper-wrapper .swiper-slide {
    width: 600px;
    height: 380px;
    position: relative;
    float: left;
}

.zhaosh_lunbo .swiper-container .swiper-wrapper .swiper-slide img {
    width: 600px;
    height: 380px;
    display: block;
}

.tous_con .mcccItem .rad_xuan input {
    width: auto;
    vertical-align: middle;
    margin: 0 6px;
}

.zhaosh_List {
    overflow: hidden;
    zoom: 1;
    margin-top: 10px;
}

.zhaosh_Item {
    overflow: hidden;
    position: relative;
    margin-bottom: 30px;
    padding-bottom: 30px;
    border-bottom: 1px solid #ddd;
}

.zhaosh_Item .mcccliImg {
    width: 273px;
    height: 173px;
    float: left;
}

.zhaosh_Item .mcccliImg img {
    width: 273px;
    height: 173px;
    display: block;
}

.zhaosh_Item .mcccliCon {
    width: 630px;
    padding-left: 30px;
    float: left;
}

.zhaosh_Item .mcccliCon a {
    display: block;
}

.zhaosh_Item .mcccliCon .title {
    line-height: 64px;
    font-size: 22px;
    color: #333333;
    font-weight: bold;
}

.zhaosh_Item .mcccliCon a:hover .title {
    color: rgb(0, 47, 167);
}

.zhaosh_Item .mcccliCon .address {
    line-height: 24px;
    padding-bottom: 15px;
    font-size: 14px;
    color: #666666;
}

.zhaosh_Item .mcccliCon .hint {
    display: inline-block;
    height: 24px;
    line-height: 24px;
    border-radius: 2px;
    font-size: 14px;
    color: #deca94;
    padding-left: 9px;
    padding-right: 9px;
    background: #f5f2e9;
    margin-right: 5px;
}

.zhaosh_Item .mcccliCon .time {
    line-height: 46px;
    font-size: 14px;
    color: #999;
}

.zhaosh_Item .mcccliRight {
    position: absolute;
    right: 0px;
    top: 53%;
    transform: translateY(-50%);
}

.zhaosh_Item .mcccliRight .txt {
    font-size: 14px;
    color: #888;
    text-align: center;
}

.zhaosh_Item .mcccliRight .txt2 {
    font-size: 14px;
    color: rgb(0, 47, 167);
    text-align: center;
    font-weight: bold;
}

.zhaosh_Item .mcccliRight .txt2 b {
    font-size: 32px;
    font-weight: normal;
    color: rgb(0, 47, 167);
    margin: 0 5px;
}

.zhsh_cen {
    float: left;
    width: 495px;
    padding-left: 30px;
}

.zhaos_titl {
    line-height: 46px;
    font-size: 22px;
    color: #333333;
    font-weight: bold;
}

.jsh {
    color: #999;
    height: 85px;
}

.dingw span {
    margin-right: 8px;
}

.dingw img {
    margin-right: 8px;
}

.zhsh_R {
    width: 146px;
    float: right;
    padding-top: 30px;
}

.zhsh_R .zixun_a a {
    background: rgb(0, 47, 167);
    color: #fff;
    font-size: 18px;
    width: 146px;
    height: 52px;
    line-height: 52px;
    text-align: center;
    display: block;
    border-radius: 0;
    cursor: pointer;
    margin-bottom: 15px;
}

.zhsh_R .zhaosh_btns {
    width: 144px;
    height: 52px;
    line-height: 52px;
    margin: 0;
    border-radius: 0;
}

.zhaosh_btnNO {
    display: block;
    font-size: 18px;
    width: 144px;
    height: 52px;
    line-height: 52px;
    background: #cdcdcd;
    color: #fff;
    text-align: center;
    margin-top: 30px;
}

.fb_touz_a a {
    font-weight: normal;
    color: #fff;
    background: rgb(0, 47, 167);
    padding: 3px 16px;
    line-height: 20px;
    margin-top: 16px;
    float: right;
}

.fb_touz_a a:hover {
    color: #fff;
}

.fabu_datit {
    font-size: 26px;
    text-align: center;
    font-weight: bold;
    color: #333;
    line-height: 80px;
}

.fabu_xbt {
    width: 815px;
    height: 40px;
    line-height: 27px;
    padding-left: 20px;
    border-bottom: 1px solid #d8d8d8;
    box-sizing: border-box;
    font-size: 20px;
    color: #000;
    position: relative;
    margin: 25px auto;
}

.fabu_xbt:after {
    content: "";
    width: 6px;
    height: 27px;
    background: rgb(0, 47, 167);
    left: 0px;
    top: 0px;
    position: absolute;
}

.fabu_nr {
    width: 815px;
    margin: 0 auto;
    overflow: hidden;
    zoom: 1;
}

.fabu_tr {
    overflow: hidden;
    zoom: 1;
    margin-bottom: 6px;
}

.fabu_tr .left {
    width: 120px;
    text-align: right;
    float: left;
    font-size: 15px;
    height: 44px;
    line-height: 44px;
}

.fabu_tr .tianb {
    float: left;
    padding-left: 20px;
    width: 672px;
}

.fabu_tr .input_text {
    border: 1px solid #ddd;
    height: 41px;
    line-height: 41px;
    padding-left: 10px;
    width: 660px;
    background: none;
    margin-bottom: 10px;
}

.fabu_tr .input_text2 {
    width: 230px;
    margin-right: 10px;
}

.fabu_tr textarea {
    border: 1px solid #ddd;
    height: 140px;
    line-height: 41px;
    padding-left: 10px;
    width: 660px;
    background: none;
}

.fabu_tr .input_text:focus {
    border-color: rgb(0, 47, 167);
}


/*单选按钮,复选框自定义样式 begin*/

.yes_dx {
    overflow: hidden;
    zoom: 1;
    margin: 0 30px 0 0;
    color: #000;
    float: left;
    font-size: 15px;
    line-height: 44px;
    cursor: pointer;
}

.yes_dx span {
    background: url("../images/xuan1.png") no-repeat;
    background-size: 18px auto;
    display: inline-block;
    width: 18px;
    height: 18px;
    margin: 14px 10px 0 0;
    float: left;
}

.yes_dx input {
    width: auto;
    display: none;
}

.yes_dx input:checked+span {
    background: url("../images/xuan2.png") no-repeat;
    background-size: 18px auto;
}

.yes_dx2 {
    overflow: hidden;
    zoom: 1;
    margin: 9px 30px 0 0;
    color: #000;
    float: left;
    font-size: 15px;
    line-height: 26px;
}

.yes_dx2 span {
    background: url("../images/xuan3.png") no-repeat;
    background-size: 14px auto;
    display: inline-block;
    width: 14px;
    height: 14px;
    margin: 5px 10px 0 0;
    float: left;
}

.yes_dx2 input {
    width: auto;
    display: none;
}

.yes_dx2 input:checked+span {
    background: url("../images/xuan4.png") no-repeat;
    background-size: 14px auto;
}


/*单选按钮,复选框自定义样式 end*/

.wenjuan_datit {
    text-align: center;
    font-size: 20px;
    color: #000;
    line-height: 50px;
    margin: 35px 0 13px 0;
}

.wenjuan_xbt {
    font-size: 14px;
    color: #666;
    margin: 0 30px;
    line-height: 26px;
    text-indent: 24px;
}

.wenj_nr {
    margin: 0 30px;
}

.wenj_bt {
    font-size: 16px;
    color: #000;
    font-weight: bold;
    margin-top: 20px;
}

.wenj_li li {
    display: block;
    width: 100%;
    overflow: hidden;
    zoom: 1;
    padding-left: 22px;
}

.wenj_btn {
    margin: 35px auto;
}

.fw_box {
    margin: 10px 20px 15px 20px;
    overflow: hidden;
    zoom: 1;
}

.fuw_dashi {
    overflow: hidden;
    zoom: 1;
    /* margin-bottom: 20px; */
    cursor: pointer;
    margin-left: 15px;
}

.fw_bt {
    font-size: 17px;
    color: #333;
    height: 32px;
    line-height: 32px;
    font-weight: bold;
    background: url(../images/fang.png) no-repeat left center;
    padding-left: 20px;
    word-wrap: break-word;
    white-space: normal;
    word-break: break-all;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
    /* margin-bottom: 10px; */
}

.fw_jianj {
    font-size: 14px;
    color: #999;
    line-height: 21px;
    margin: 10px 0 6px 0;
    padding-left: 20px;
    display: -webkit-box;
    /* -webkit-box-orient: vertical;
    -webkit-line-clamp: 1; 
    overflow: hidden;
	/* border:1px dashed #d2d8e9;padding:8px; */
}

.fw_span {
    padding-left: 15px;
    margin-top: 20px;
    margin-bottom: 10px;
    /* display: none; */
}

.fw_span span {
    color: #4d76dd;
    background: #e0e9ff;
    padding: 3px 6px;
    margin-left: 5px;
}

.fw_span span:nth-child(2) {
    color: #f67400;
    background: #ffeed7;
    padding: 4px 6px;
    margin-left: 5px;
}

.fw_span span img {
    margin-right: 8px;
}


.login_bg {
    background: url("../images/login_bg.png") no-repeat center;
    height: 556px;
    min-height: 85vh;
}

.qh_bor {
    border: 10px solid rgba(255, 255, 255, 0.2);
    width: 453px;
    height: 443px;
    float: right;
    margin: 40px 0;
}

.qh_box {
    background: #fff;
    padding: 35px 45px;
    height: 372px;
}

.horizontal {
    /*background: url("../images/line2.png") no-repeat center;*/
    overflow: hidden;
    zoom: 1;
    margin-bottom: 25px;
}

.horizontal li {
    width: 100%;
    text-align: center;
    font-size: 18px;
    float: left;
}

.horizontal li.active a {
    color: rgb(0, 47, 167)
}

.tabs_li {
    margin: 0 17px;
}

.tabs_li li {
    margin-bottom: 20px;
}

.tabs_li input {
    border: 1px solid #d7d7d7;
    width: 315px;
    height: 50px;
    line-height: 50px;
    padding-left: 12px;
}

.tabs_li input.yzm_text {
    width: 151px;
    margin-right: 8px;
}

.tabs_li img {
    border: 1px solid #ddd;
    height: 52px;
    cursor: pointer;
}

.login_btn {
    margin: 0 16px;
    cursor: pointer;
}

.login_btn a {
    display: block;
    background: rgb(0, 47, 167);
    font-size: 16px;
    text-align: center;
    height: 50px;
    line-height: 50px;
    color: #fff;
}

.login_btn a:hover {
    background: rgb(0, 47, 167);
}

.yzm_a {
    display: block;
    background: #efefef;
    border: 1px solid #ddd;
    font-size: 16px;
    text-align: center;
    width: 148px;
    height: 52px;
    line-height: 52px;
    float: right;
}

.login_p {
    font-size: 16px;
    text-align: right;
    color: rgb(0, 47, 167);
    padding-top: 20px;
}

.login_p a {
    color: rgb(0, 47, 167);
    margin: 0 8px;
}

.hy_Lbox {
    /* width: 226px; */
    width: 20%;
    margin: 35px 0;
}

.hy_Rbox {
    /* width: 898px; */
    width: 70%;
    margin: 35px 0;
    background: #fff;
    padding: 30px;
    /* min-height: 465px; */
    min-height: 80vh;
}

.hy_top {
    background: #fff;
    padding: 25px 0;
}

.hy_top dt img {
    display: block;
    width: 62px;
    height: 62px;
    border-radius: 90px;
    border: 1px solid #ddd;
    margin: 0 auto 10px auto;
}

.hy_top dd span {
    display: block;
    color: #999;
    font-size: 14px;
    text-align: center;
}

.hy_top dd p {
    text-align: center;
    font-size: 16px;
    color: #333;
}

.hyL_ul {
    background: #fff;
    margin: 10px 0;
}

.hyL_ul li {
    font-size: 15px;
}

.hyL_ul li a {
    display: block;
    height: 54px;
    line-height: 54px;
    padding-left: 60px;
    color: #333;
}

.hyL_ul li.hy_icon01 a {
    background: url("../images/shouc.png") no-repeat 30px center;
}

.hyL_ul li.hy_icon02 a {
    background: url("../images/hy_icon2.png") no-repeat 30px center;
}

.hyL_ul li.hy_icon03 a {
    background: url("../images/hy_icon3.png") no-repeat 30px center;
}

.hyL_ul li.hy_icon04 a {
    background: url("../images/hy_icon4.png") no-repeat 30px center;
}

.hyL_ul li.hy_icon05 a {
    background: url("../images/hy_icon5.png") no-repeat 30px center;
}

.hy_Lbot a {
    display: block;
    height: 54px;
    line-height: 54px;
    padding-left: 60px;
    color: #333;
    background: #fff url("../images/hy_icon6.png") no-repeat 30px center;
    border-left: 3px solid #fff;
    font-size: 15px;
}

.hy_Lbot a:hover,
.hy_Lbot a.hover {
    color: rgb(0, 47, 167);
    background: #fbf0f0 url("../images/hy_icon6_hover.png") no-repeat 30px center;
    border-left: 3px solid rgb(0, 47, 167);
}

.hy_bt {
    font-size: 16px;
    color: #000;
    font-weight: bold;
    background: url("../images/hy_tit.png") no-repeat left center;
    padding-left: 20px;
}

.xg_mm_li {
    margin: 20px 0;
}

.xg_mm_li li {
    margin-bottom: 17px;
}

.xg_mm_li li span {
    display: block;
    width: 80px;
    text-align: right;
    color: #333;
    float: left;
    height: 47px;
    line-height: 47px;
    margin-right: 20px;
}

.xg_mm_li li input {
    border: 1px solid #d7d7d7;
    width: 285px;
    height: 47px;
    line-height: 47px;
    padding-left: 12px;
}

.xg_mm_btn {
    margin-left: 100px;
    width: 300px;
}

.xg_mm_btn a {
    display: block;
    background: rgb(0, 47, 167);
    font-size: 16px;
    text-align: center;
    height: 50px;
    line-height: 50px;
    color: #fff;
}

.xg_mm_btn a:hover {
    background: rgb(0, 47, 167);
}

.zhaomm_box {
    margin: 35px 0;
    background: #fff;
    padding: 70px;
    /* min-height: 350px; */
    min-height: 80vh;
}

.buz {
    text-align: center;
    margin-bottom: 50px;
}

.zhao_mm_li {
    margin: 20px auto;
    width: 420px;
}

.zhao_mm_li li {
    margin-bottom: 17px;
}

.zhao_mm_li li span {
    display: block;
    width: 80px;
    text-align: right;
    color: #333;
    float: left;
    height: 47px;
    line-height: 47px;
    margin-right: 20px;
}

.zhao_mm_li li input {
    border: 1px solid #d7d7d7;
    width: 300px;
    height: 47px;
    line-height: 47px;
    padding-left: 12px;
}

.zhao_mm_li input.yzm_text {
    width: 141px;
    margin-right: 8px;
}

.zhao_mm_li img {
    border: 1px solid #ddd;
    width: 148px;
    height: 52px;
    /* float: right; */
}

.zhao_mm_li .yzm_a {
    font-size: 14px;
}

.imgurl {
    cursor: pointer;
    display: inline-block
}

.zhao_mm_btn {
    /*width: 315px;
    margin: 20px 0 0 420px;*/
    cursor: pointer;
    margin: 0 auto;
}

.buz_OK {
    text-align: center;
    font-size: 18px;
    color: #666;
}

.buz_OK img {
    display: block;
    margin: 20px auto;
}

.buz_btns {
    margin: 30px auto 0 auto;
}

.in_box01 span {
    cursor: pointer
}

@media (max-width: 1440px) {

    body {
        zoom: 0.9;
        padding: 0;
        margin: 0;
    }
}

@media all and (-ms-high-contrast: none),
(-ms-high-contrast: active) and (max-width: 1440px) {

    /* IE10+ CSS styles go here */
    body {
        zoom: 1;
        /* border: 1px solid #f00; */
        /* page-size: 100%; */
    }
}


/*11-08新增*/

.soso_sel {
    width: 744px;
    margin: 0 auto;
    font-size: 15px;
    height: 37px;
    line-height: 37px;
    color: #666;
    margin-bottom: 10px;
}

.soso_sel select {
    border: none;
    background: url(../images/so_jt.png) no-repeat right center;
    vertical-align: top;
    -webkit-appearance: none;
    height: 37px;
    line-height: 37px;
    padding-right: 13px;
    color: #666;
    margin-right: 15px;
    font-size: 15px;
}

.soso_sel select>option {
    border: none
}

.zongh_jieg {
    border-bottom: 1px solid #ddd;
    padding-bottom: 20px;
    font-size: 16px;
    color: #ccc;
    margin-bottom: 15px;
}

.zongh_jieg span {
    margin: 0 15px;
    color: #333;
    cursor: pointer;
}

.zongh_jieg span b {
    color: #0331a8;
    font-weight: normal;
}

.zongh_solist {
    border-bottom: 1px dashed #ddd;
    padding-bottom: 20px;
    margin-bottom: 20px;
}

.zongh_solist dt {
    font-size: 18px;
    line-height: 40px;
}

.zongh_solist dt a {
    color: #333;
}

.zongh_solist dd p {
    font-size: 15px;
    margin-bottom: 6px;
}

.cheng_span {
    background: #ff6427;
    padding: 2px 4px;
    margin-right: 6px;
    color: #fff;
    font-size: 14px;
}

.blue_date {
    background: #6fa0c5;
    padding: 2px 4px;
    margin-right: 6px;
    color: #fff;
    font-size: 14px;
}

.chy_map {
    background: url(../images/chy_map.jpg) no-repeat center;
    height: 772px;
    margin: 0 auto;
    padding-top: 50px;
    position: relative;
}

.chy_map dl dt {
    font-size: 20px;
    color: #00a2cd;
    font-weight: 400;
    line-height: 36px;
}

.chy_map dl dt::before {
    content: "";
    display: inline-block;
    background: #00a2cd;
    width: 5px;
    height: 20px;
    margin-right: 12px;
    vertical-align: middle;
}

.chy_map dl dd {
    padding-left: 19px;
}

.chy_map dl dd p {
    font-size: 14px;
    color: #000;
    font-weight: bold;
}

.chy_map dl.huadu {
    position: absolute;
    left: 280px;
    top: 60px;
}

.chy_map dl.conghua {
    position: absolute;
    left: 480px;
    top: 80px;
}

.chy_map dl.zengcheng {
    position: absolute;
    right: 260px;
    top: 60px;
}

.chy_map dl.huangpu {
    position: absolute;
    right: 60px;
    top: 175px;
}

.chy_map dl.tianhe {
    position: absolute;
    right: 50px;
    top: 365px;
}

.chy_map dl.haizhu {
    position: absolute;
    right: 50px;
    top: 580px;
}

.chy_map dl.fanyu {
    position: absolute;
    right: 290px;
    top: 625px;
}

.chy_map dl.nansha {
    position: absolute;
    left: 370px;
    top: 625px;
}

.chy_map dl.liwan {
    position: absolute;
    left: 190px;
    top: 625px;
}

.chy_map dl.yuexiu {
    position: absolute;
    left: 60px;
    top: 565px;
}

.chy_map dl.baiyun {
    position: absolute;
    left: 60px;
    top: 335px;
}

.chy_map dl.linkong {
    position: absolute;
    left: 60px;
    top: 185px;
}

.dingzhi_box {
    background: #fafbfd;
    border: 1px solid #c9d3ec;
    /* padding: 45px;
    margin: 30px; */
}

.dingzhi_box h1 {
    font-size: 20px;
    text-align: center;
    color: #222;
    font-weight: bold;
    margin: 30px auto;
}

.dingzhi_box h1 b {
    color: #002fa7;
}

.dingzhi_btn {
    margin: 35px auto;
}

.dingzhi_btn a {
    display: block;
    width: 350px;
    height: 50px;
    line-height: 50px;
    margin: 15px auto 0 auto;
    text-align: center;
    font-size: 16px;
    color: #fff;
    background: rgb(0, 47, 167);
    cursor: pointer;
}

.dzhi_con {
    /* margin-left: -30px; */
    overflow: hidden;
    zoom: 1;
}

.dingz_xuanx {
    background: #fcfdfe;
    border: 1px solid #ddd;
    height: auto;
    width: 95%;
    margin-bottom:10px;
}

.dingz_xuanx dt {
    font-size: 16px;
    font-weight: bold;
    color: #002fa7;
    padding: 8px 80px;
    height: 50px;
    line-height: 50px;
    text-align: left;
    position: relative;
	
}

.dingz_xuanx dt img {
    position: absolute;
    left: 15px;
    top: 10px;
}

.dingz_xuanx dd {
    padding-bottom: 30px;
}

.dingz_xuanx dd ul {
    overflow: hidden;
    zoom: 1;
}

.dingz_xuanx dd li {
    overflow: hidden;
    zoom: 1;
    padding-left: 40px;
    vertical-align: middle;
    color: #000;
    float: left;
}

.dingz_xuanx2 dd li {
    padding-left: 40px;
    float: left;
    cursor: pointer;
}

.dzhi_jieg {
    border-top: 1px dashed #afbde3;
    padding-top: 20px;
    margin-top: 30px;
}

.dzhi_jieg h2 {
    font-weight: bold;
    color: #222;
    font-size: 14px;
    text-align: left;
}

.dzhi_jieg dl {
    overflow: hidden;
    zoom: 1;
}

.dzhi_jieg dl:first-child {
    float: left;
    width: 300px;
}

.dzhi_jieg dl dt a {
    color: red;
    margin-right: 3px;
}

.dzhi_jieg dl {
    float: left;
    height: 64px;
    line-height: 44px;
    /* width: 300px; */
}

.dzhi_jieg dl dd {
    float: left;
}

.dzhi_jieg dl dd input {
    width: 300px;
    height: 44px;
    background: #FFFFFF;
    border: 1px solid #DDDDDD;
    border-radius: 2px;
}

.dzhi_jieg dt {
    font-weight: bold;
    color: #222;
    float: left;
    margin-right: 15px;
    padding: 10px 0;
}

.dzhi_jieg dd {
    padding: 10px;
}

.dzhi_jieg dd span {
    border-radius: 60px;
    border: 1px solid #ddd;
    padding: 5px 15px;
    margin-right: 15px;
}

.zongh_jieg,
.zongh_solist dt {
    font-weight: 800
}

.grey {
    font-size: 15px;
    font-weight: 400 !important;
    color: #333333;
}

.jiequ {
    cursor: pointer;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
    line-height: 48px;
}

.boDy {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    height: 54px;
    overflow: hidden;
}

.touz_datits {
    font-size: 26px;
    font-weight: bold;
    color: #333;
    text-align: center;
    line-height: 60px;
}

.touzi_tp {
    margin: 20px 0;
}

.touzi_tp p img {
    cursor: text
}

.touzi_tit {
    width: 100%;
    height: 40px;
    line-height: 28px;
    padding-left: 20px;
    box-sizing: border-box;
    font-size: 18px;
    color: #666;
    position: relative;
    margin-top: 26px;
}

.touzi_tit:after {
    content: "";
    width: 6px;
    height: 21px;
    background: rgb(0, 47, 167);
    left: 0px;
    top: 4px;
    position: absolute;
}

.touzi_tit a {
    color: #999;
    font-size: 14px;
    float: right;
}

.touzi_fffbox {
    /* width: 1200px; */
    width: 90%;
    margin: 0 auto 20px auto;
    background: #ffffff;
    padding-left: 30px;
    padding-right: 30px;
    padding-bottom: 15px;
    box-sizing: border-box;
    overflow: hidden;
    zoom: 1;
    min-height: 80vh;
}

.hy_xinxli {
    /* margin: -39px 0 0 130px; */
    overflow: hidden;
    zoom: 1;
    position: relative;
    z-index: 10;
}

.hy_xinxli li {
    background: #d3d3d4;
    color: #fff;
    padding: 0 15px;
    margin: 0 6px;
    float: left;
    cursor: pointer;
}

.hy_xinxli li a {
    color: #fff;
}

.hy_xinxli li.active {
    background: #002fa7;
}

.hy_xinxli span {
    float: right;
}

.hy_xinxli span a {
    color: #999;
}

.zaiti_dllist {
    width: 528px;
    float: left;
    border-bottom: 1px dashed #ddd;
    background: url(../images/tz_line.jpg) no-repeat right center;
    padding: 0 40px 20px 0;
    margin-top: 25px;
}

.zaiti_dllist:nth-child(even) {
    background: none;
    padding: 0 0 20px 40px;
}

.zaiti_dllist:nth-child(5),
.zaiti_dllist:nth-child(6) {
    border-bottom: 0;
}

.zait_tit,
.zait_tit a {
    font-size: 16px;
    font-weight: bold;
    color: #000;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
}

.zaiti_dllist dd p {
    color: #333;
    height: 50px;
    text-indent: 2em;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}

.zaiti_dllist dt {
    margin-top: 10px;
}

.zaiti_dllist dt span {
    background: #ff6427;
    color: #fff;
    padding: 3px 10px;
    margin-right: 6px;
}

.zhengce_List {
    border: 1px solid #ddd;
    border-bottom: 0;
    margin: 15px 0;
}

.zhengce_List h3 {
    height: 30px;
    line-height: 30px;
    font-size: 16px;
    color: #333;
    font-weight: bold;
    cursor: pointer;
    background: url(../images/tz_bt2.png) no-repeat 15px 24px;
    padding: 17px 0 17px 40px;
}

.zhengce_List h3.open {
    background: url(../images/tz_bt.png) no-repeat 15px 30px;
    color: #002fa7;
    border-bottom: 0;
    padding: 17px 0 0 40px;
}

.zhengce_List h3.open a {
    color: #002fa7;
}

.zhengce_List h3+div {
    border-bottom: 1px solid #ddd;
    overflow: hidden;
    display: block !important;
    -webkit-transform: translateZ(0);
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.zhengce_List .con {
    line-height: 34px;
    padding-bottom: 20px;
    font-size: 15px;
    color: #666;
    padding-left: 40px;
}

.zhengce_List .con p {
    cursor: text;
    height: 86px;
    overflow: hidden;
    margin-bottom: 6px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
    padding-right: 40px;
}

.zhengce_List .con span {
    background: #ff6427;
    color: #fff;
    padding: 3px 10px;
}

.zhengce_List h3.open+div {
    height: auto;
}

.zhank_nr {
    display: none;
    height: 0;
}

.zhengce_List .open {
    display: block;
    height: auto;
}





.hy_Lbot a:hover,
.hy_Lbot a.hover {
    color: rgb(0, 47, 167);
    background: rgba(0, 47, 167, 0.06) url("../images/hy_icon6_hover.png") no-repeat 30px center;
    border-left: 3px solid rgb(0, 47, 167);
}

.hyL_ul li.hy_icon01 a.hover, 
.hyL_ul li.hy_icon01 a:hover{
    background: rgba(0, 47, 167, 0.06) url("../images/shouc2.png") no-repeat 30px center;
    color: rgb(0, 47, 167);
    border-left: 3px solid rgb(0, 47, 167);
}

.hyL_ul li.hy_icon02 a.hover,
.hyL_ul li.hy_icon02 a:hover {
    background: rgba(0, 47, 167, 0.06) url("../images/zixun_c.png") no-repeat 30px center;
    color: rgb(0, 47, 167);
    border-left: 3px solid rgb(0, 47, 167);
}

.hyL_ul li.hy_icon03 a.hover,
.hyL_ul li.hy_icon03 a:hover {
    background: rgba(0, 47, 167, 0.06) url("../images/tousu_c.png") no-repeat 30px center;
    color: rgb(0, 47, 167);
    border-left: 3px solid rgb(0, 47, 167);
}

.hyL_ul li.hy_icon04 a.hover {
    background: rgba(0, 47, 167, 0.06) url("../images/hy_icon4.png") no-repeat 30px center;
    color: rgb(0, 47, 167);
    border-left: 3px solid rgb(0, 47, 167);
}

.hyL_ul li.hy_icon05 a.hover {
    background: rgba(0, 47, 167, 0.06) url("../images/hy_icon5.png") no-repeat 30px center;
}

.complaint_main {
    padding: 20px 30px
}

.complaint_top_0 {
    border-bottom: 1px solid #DDDDDD;
    padding-bottom: 10px;
    font-size: 14px;
}

.complaint_num {
    color: #000;
    font-size: 14px;
    margin: 0 16px;
    cursor: pointer;
}

.complaint_num.active {
    color: #002FA7;
    font-size: 16px;
    font-family: PingFangSC-Medium,PingFang SC!important;
}

.complaint_num:first-child {
    margin-left: 0;
}

.complaint_num_0 {
    color: #002FA7;
    margin-left: 16px
}

.complaint_list_0 li {
    padding: 20px 0;
    border-bottom: 1px dashed #ddd;
    cursor: pointer;
}

.complaint_list_0 .complaint_tit {
    font-size: 16px;
    color: #000;
}

.complaint_list_0 {
    margin-bottom: 30px
}

.complaint_tit .complaint_tit_span0 {
    display: inline-block;
    width: 80%;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.complaint_tit .complaint_list_time {
    float: right;
    color: #999;
    font-size: 14px;
    margin-top: 2px
}

.complaint_btn0 {
    background: rgba(3, 49, 168, 0.1);
    border: 0;
    margin-top: 10px;
    color: #0331A8;
    padding: 3px 5px;
}

.complaint_btn1 {
    background: rgba(194, 5, 5, 0.1);
    border: 0;
    margin-top: 10px;
    color: #C20505;
    padding: 3px 5px;
}

.consult_popup {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, .5);
    display: none
}

.consult_main {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 820px;
    height: 680px;
    margin-left: -410px;
    margin-top: -340px; 
    /* transform: translate(-50%,-50%);
    -webkit-transform: translate(-50%,-50%);
    -moz-transform: translate(-50%,-50%); */
    background: #fff;
}

.consult_popup1 {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, .5);
    display: none;
    z-index: 100;
}
.consult_main1 {
    position: absolute;
    top: 35%;
    left: 50%;
    width: 820px;
    height: 80vh;
    margin-left: -410px;
    margin-top: -225px;
    background: #fff;
    overflow-y: auto;
}

.consult_tit_1 {
    height: 57px;
    line-height: 57px;
    background: #EDEDED;
    padding-left: 30px;
    font-size: 18px;
    position: absolute;
    top: 35%;
    left: 50%;
    width: 790px;
    margin-left: -410px;
    margin-top: -282px;
}
.consult_tit_1 .consult_img_r {
    float: right;
    margin-top: 20px;
    margin-right: 20px;
    width: 15px
}
td span{
    color:red;
}
.consult_tit_0 {
    height: 57px;
    line-height: 57px;
    background: #EDEDED;
    padding-left: 30px;
    font-size: 18px;
}

.consult_tit_0 .consult_img_r {
    float: right;
    margin-top: 20px;
    margin-right: 20px;
    width: 15px
}

.consult_content0 {
    padding: 0 30px;
    max-height: 320px;
    overflow-y: auto;
    margin-top: 20px
}

.consult_content0 h3 {
    font-size: 16px;
    color: #000;
}

.consult_content0 h3 small {
    display: inline-block;
    width: 100%;
    color: #999;
    font-size: 14px;
}

.consult_content0 p {
    font-size: 14px;
    color: #666;
    line-height: 30px;
}

.lxfsbtn {
    width: 170px;
    height: 40px;
    background: rgb(0, 47, 167);
    font-size: 15px;
    color: #fff;
    font-weight: 800;
    border-radius: 5px;
    border: none;
    outline: none;
    cursor: pointer;
}

.wenj_li li.wenj_input_qita {
    display: none
}

.wenj_input_qita input {
    width: 520px;
    border: 1px solid #ddd;
    height: 52px;
    line-height: 52px;
    padding: 0 20px;
    margin-top: 10px;
    font-size: 15px;
}

.wenj_text_0 {
    width: 520px;
    padding: 20px;
    height: 132px;
    border: 1px solid #ddd;
    margin-top: 20px;
    font-size: 15px;
}

.wenj_popup {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    display: none
}

.wenj_main {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 520px;
    height: 180px;
    margin-left: -260px;
    margin-top: -120px;
    background: #fff;
    text-align: center;
    padding: 30px 0
}

.wenj_main p img {
    width: 52px;
    height: 52px;
    border-radius: 50%;
    margin-top: 15px
}

.wenj_main p {
    margin-bottom: 18px;
    font-size: 17px;
}

.wenj_close {
    display: inline-block;
    width: 115px;
    height: 44px;
    line-height: 44px;
    background: rgb(0, 47, 167);
    color: #fff
}

.wenj_close:hover {
    color: #fff
}


/* 12-5新增 */

.alert_title22 {
    height: 48px;
    line-height: 48px;
    padding: 0 15px;
    color: #fff;
    background: #002fa7;
    font-size: 16px;
    margin-bottom: 25px;
}

.alert_title22 a {
    float: right;
}

.zixun_btn {
    border-top: 1px dashed #ddd;
    padding: 22px 0;
    margin-top: 30px;
}

.ale_infor {
    text-align: center;
    color: #222;
    font-size: 17px;
}

.newimg {
    text-align: center;
    margin-top: 35px;
}

.zoomImage {
    width: 100%;
    height: 0;
    padding-bottom: 75%;
    overflow: hidden;
    /* background-position: center center; */
    background-repeat: no-repeat;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
}

.warp {
    width: 364px;
    height: 364px;
    /* padding-bottom: 100%; */
    overflow: hidden;
    position: relative;

}

.b {
    width: 100%;
    height: 0;
    padding-bottom: 100% !important;
}

.investmap-nav {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 1146px;
    height: 142px;
    margin: 0 auto;
    margin-top: 20px;
    background: #FFFFFF;
    box-shadow: 2px 3px 13px 0px rgba(133, 139, 156, 0.22);
    margin-bottom: 24px;
}

.investmap-nav-kid {
    height: 100%;
    cursor: pointer;
}

.investmap-nav-kid div {
    width: 190px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    height: 100%;
}

.investmap-nav-kid div span {
    margin-top: 10px;
    font-size: 15px;
    font-weight: 400;
    color: #666666;
}

.investmap-nav-kid.active span {
    color: #002FA7;
}

.investmap-nav-kid.active::after {
    content: '';
    display: block;
    height: 2px;
    width: 100%;
    background: #002FA7;
}

.investmap-nav-line {
    width: 1px;
    height: 72px;
    background: #DDDDDD;
}

.investmap-menu {
    /* display: flex;
    flex-wrap: wrap; */
}

.region {
    margin-top: 12px;
    display: inline-block;
    height: 33px;
    padding: 0 24px;
    border: 1px solid #C9D3EC;
    border-radius: 17px;
    font-size: 15px;
    font-weight: 400;
    color: #333333;
    line-height: 33px;
    text-align: center;
    margin-right: 22px;
    cursor: pointer;
    position: relative;
}

.region div {
    width: 122px;
    height: 52px;
    line-height: 58px;
    text-align: center;
    font-size: 14px;
    font-weight: 400;
    color: #002FA7;
    position: absolute;
    background: url('../images/icon8.png') no-repeat;
    background-size: cover;
    left: 0;
    display: none;
    z-index: 999;
    opacity: 1;
}

.region.active {
    background: #002FA7;
    border-radius: 17px;
    color: #FFFFFF;
}

.line {
    width: 1143px;
    height: 1px;
    background: #DDDDDD;
    margin-top: 24px;
}

.filter {
    margin-top: 24px;
}

.filter .left {
    width: 286px;
    height: 541px;
    background: rgba(0, 47, 167, 0.03);
    border: 1px solid rgba(0, 47, 167, .3);
    overflow: hidden;
}

.filter .left ul {
    width: 306px;
    height: 541px;
    overflow: scroll;
    overflow-x: hidden;
}

.filter .left::-webkit-scrollbar {
    width: 0;
}

.filter .left li {
    display: flex;
    align-items: center;
    /*    min-height: 55px;*/
    border-bottom: 1px solid rgba(0, 47, 167, .3);
    font-size: 16px;
    padding: 10px 0;
    font-weight: 400;
    color: #333333;
    line-height: 24px;
    cursor: pointer;
}

.filter .left li i {
    display: inline-block;
    width: 9px;
    height: 9px;
    margin-right: 10px;
    margin-left: 24px;
    border: 1px solid #9DA6BC;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    flex-shrink: 0
}

.filter .left li.active {
    color: rgba(0, 47, 167, 1);
}

.filter .left li.active i {
    border: 1px solid rgba(0, 47, 167, 1);
}

.filter .right,
#investmap {
    width: 824px;
    height: 540px;
}

.details {
    padding: 20px;
    display: none;
    width: 275px;
    height: 485px;
    overflow: scroll;
    overflow-x: hidden;
}

.details h2 {
    font-size: 18px;
    font-weight: bold;
    color: #333333;
    display: flex;
    align-items: center;
    margin-bottom: 20px;
}

.details h2 img {
    margin-right: 15px;
    cursor: pointer;
}

.details p {
    line-height: 30px;
}

.details p span {
    display: inline-block;
    /* display: inline-flex;
    justify-content: space-between; */
    width: 75px;
    font-size: 15px;
    font-weight: 400;
    color: #333333;
    float: left;
    text-align: right;
}

.details p small {
    display: inline-block;
    width: 170px;
    font-size: 14px;
    font-weight: 400;
    color: #666666;
}

.electron {}

.electron h2 {
    font-size: 20px;
    font-weight: 400;
    color: #666666;
    line-height: 48px;
    display: flex;
    width: 100%;
    border-bottom: 1px solid #ddd;
    align-items: center;
}

.electron h2::before {
    content: '';
    display: inline-block;
    width: 6px;
    height: 27px;
    background-color: RGBA(0, 47, 167, 1);
    margin-right: 13px;
}

.electronimg {
    margin-top: 30px;

}

.electronimg a {
    display: inline-block;
    margin-right: 65px;
}

.electronimg img {
    max-width: 166px;
    max-height: 216px;
    /* margin-right: 66px; */
    border: 1px solid #ccc;
}

.electronimg img:nth-child(5n) {
    margin-right: 0;
}

@media only screen and (max-width: 1366px) {}

body {
    background-image: url(../images/indexbg.png);
}



/* 魅力广州导航页 */
.nav_mlgz {
    width: 100%;
}

.nav_mlgz .sub_title {
    text-align: center;
    width: 913px;
    height: 65px;
    margin: 65px auto;
}

.nav_mlgz .ml_con {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
    
}

.nav_mlgz .ml_con li {
    width: 340px;
    height: 163px;
    background: #FFFFFF;
    box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.13);
    /* display: flex;
    align-items: center;
    justify-content: center; */
    margin: 0;
    margin-bottom: 40px;
    /* margin-left: 45px; */
}

.nav_mlgz .ml_con li:first-child {
    margin-left: 0;
}

.nav_mlgz .ml_con li a {
    display: flex;
    flex-direction: column;
    font-size: 16px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #333333;
}

.nav_mlgz .ml_con li a :hover {
    color: blue;
}

.nav_mlgz .ml_con li a img {
    width: 60px;
    margin: auto;
    margin-bottom: 15px;

}



.complaint_main table {
    width: 100%;
}

.complaint_main table tr {
    height: 48px;
    line-height: 48px;
}

.complaint_main table tr th {
    font-size: 13px;
    color: #000;
    background: #f7f7f7;
    text-align: center;
    font-weight: bold;
}

.complaint_main table tr td {
    font-size: 12px;
    color: #333;
    text-align: center;
    border-bottom: 1px dashed #d8d8d8;
    position: relative;
    word-wrap:break-word;
    word-break:break-all;
}

.complaint_main table tr .date {
    color: #999999;
}

.complaint_main table tr td a {
    color: rgb(0, 47, 167);
}

.complaint_main table tr td span {
    display: none;
    position: absolute;
    top: 35px;
    left: 120px;
    line-height: 30px;
    text-indent: 1em;
    background: #fff;
    z-index: 10;
    border: 1px solid #000;
}

.complaint_main table tr td a:hover {
    text-decoration: underline;
}

.complaint_main table tr .title {
    text-align: left;
    padding-left: 10px;
}

.complaint_main table tr .title a {
    color: #333333;
    display: block;
    width: 90%;
    height: 48px;
    line-height: 48px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.complaint_main table tr .title a:hover {
    color: rgb(0, 47, 167);
    text-decoration: none;
}


.tous_con .bmItem {
    display: table;
    padding-bottom: 17px;
    position: relative;
}
.tous_con .bmItem .left {
    width: 120px;
    height: 20px;
    line-height: 20px;
    float: left;
    font-size: 14px;
    text-align: right;
    font-weight: bold;
}
.tous_con .bmItem .text {
    width: 510px;
    height: 20px;
    line-height: 20px;
    font-size: 14px;
    float: left;
    margin-left: 5px;
}
/* 20220802 */
.video_bg {
    width: 500px;
    float:right;
}
.tit {
    width: 400px;
    font-size: 26px; 
    color: #fbce03; 
    font-weight: bold; 
    text-align: center;
    float:left;
    padding: 0 0 10px ;
    /* position: relative; */
}

.foot_r  a {
    outline-style: none !important;
    color: #FFF;
    text-decoration: none;
}

.province .active {
    color: rgb(0, 47, 167)
}
.city .active {
    color: rgb(0, 47, 167)
}



/*20221024*/
.in_box01 .w1201 {
    display: flex;
    justify-content: space-around;
    overflow: visible;
}

.in_box01 .w1201>div {
    width: 24%;
    float: left;
    width: 280px;
    height: 200px;
    /* border:1px solid red; */
    box-sizing: border-box;
    /* overflow: hidden; */
    background-color: contain;
    position: relative;
    margin: 0;
    background-size:95% 100%;
    background-repeat: no-repeat;
    background-position: center;
}

.in_box01 .w1201>div:first-child {
    background-image: url(../images/dz1_bg_active.png);
}

.in_box01 .w1201>div:nth-child(2) {
    background-image: url(../images/dz1_bg_active.png);
}

.in_box01 .w1201>div:nth-child(3) {
    background-image: url(../images/dz1_bg_active.png);
}

.in_box01 .w1201>div:nth-child(4) {
    background-image: url(../images/dz1_bg_active.png);
}

.in_box01 .w1201>div.active:first-child {
    background-image: url(../images/dz1_bg.png);
}

.in_box01 .w1201>div.active:nth-child(2) {
    background-image: url(../images/dz1_bg.png);
}

.in_box01 .w1201>div.active:nth-child(3) {
    background-image: url(../images/dz1_bg.png);
}

.in_box01 .w1201>div.active:nth-child(4) {
    background-image: url(../images/dz1_bg.png);
}

.in_box01 .w1201>div.active .nr1 {
    display: block;
}

.in_box01 .w1201>div .nr1 {
    display: none;
    /* width: 1200px; */
    width: 80vw;
    height: 180px;
    position: absolute;
    bottom: -180px;
    left: 0;
    z-index: 99;

}

.in_box01 .w1201>div .nr1>div {
    width: 100%;
    height: 100%;
    background-color: #fff;
    border: 2px solid rgba(96, 132, 225);
    margin-top: 20px;

}

.in_box01 .w1201>div .nr1 .sel {
    position: absolute;
    background-color: #fff;
    top: 9px;
    width: 20px;
    height: 20px;
    border: 2px solid rgba(96, 132, 225);
    border-bottom: 0;
    border-right: 0;
    transform: rotate(45deg);
    /* left: 120px; */
    left: 10vw;
}

.in_box01 .w1201>div .nr1>div ul {
    display: flex;
    height: 100%;
    align-items: center;
    justify-content: center;

}

.in_box01 .w1201>div .nr1>div ul li:first-child {
    margin-left: 60px;
}

.in_box01 .w1201>div .nr1>div ul li {
    margin: 0;
    margin-right: 60px;
    text-align: center;
    width: 113px;
}

.in_box01 .w1201>div .nr1>div ul li a {
    display: block;
    height: 100%;
    width: 100%;
}
.line{
    position:absolute;
    display: inline-block;
    width: 3px;
    height: 20px;
    line-height: 20px;
    background: #ff82a9;
    top: 16px;
    margin-left:5px;
    margin-right:15px;
}

.font a{
    padding: 0 5px;
    color: #686868;
}
.tabs_li div {
    position: relative;
    left: 42%;
    top: -20px;
    width: 35px;
    height: 30px;
    cursor: pointer;
    margin-top: -20px;
}
.tabs_li div img {
    position: absolute;
    width: 100%;
    height: 100%;
    border: 0;
    opacity: 0.5;
}


.bann {
    float: left;
    width: 1200px;
    height: 364px;
    margin-top: 35px;
}
.bann a {
    display: block;
    position: relative;
    width: 1200px;
    height: 364px;
    background-size: 1200px 364px;
}

.bann img {
    width: 1200px;
    height: 364px;
}

.bann p {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    padding: 0 22px;
    font-size: 18px;
    font-weight: bold;
    height: 150px;
    line-height: 248px;
    color: #FFF;
    background: url("../images/banbg.png") bottom;
}

.bann p span {
    display: block;
    width: 80%;
    word-break: break-all;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}
.warpp {
    width: 1200px;
    height: 364px;
    overflow: hidden;
    position: relative;

}
.bb {
    width: 100%;
    height: 0;
    padding-bottom: 100% !important;
}
.loading{position:fixed; left:0; top:0; font-size:18px; z-index:100000000;width:100%; height:100%; background:#1a1a1c; text-align:center;}
.loadbox{position:absolute; width:160px;height:150px; color: #aaa; left:50%; top:50%; margin-top:-100px; margin-left:-75px;}
.loadbox img{ margin:10px auto; display:block; width:40px;}

@media only screen and (max-width: 904px) {
    .mCon {
        width: 100vw;
    }
}
@media only screen and (max-width: 760px) {
    .mCon {
        width: 100vw;
    }
    .footer {
        width: 100%;
        height: 12rem;
        background: #017ebc;
        padding-top: 0.5rem;
    }
    .w1200{
        width: 100vw !important;
        display: flex;
        justify-content: space-between;
    }
    .foot_jsh{
        width: 75vw !important;
    }
    ul#sel{
        width: 75vw !important;
    }
    
    ul#sel > li >ul>li{
        font-size: 0.7rem;
    }
    .foot_r{
        width: 25vw !important;
        font-size: 0.8rem;
    }
    .foot_r img {
        width: auto;
        height: auto;
        max-width: 100%;
        max-height: 100%;
        border: 4px solid #fff;
        
    }
    div.foot_jsh ul li{
        width: 15rem !important;
        font-size: 0.7rem;
    }
    div.foot_jsh .foot_ul li{
        width: 18rem !important;
        font-size: 0.7rem;
    }
}

 /* 弹窗禁止页面滚动 */
.modal-open {
    overflow: hidden;
}
.mccCon.partial  {
    height: 96px;
    overflow: hidden;
}
.partial1  {
    height: 60px;
    overflow: hidden;
}
.hide-article-box{
    width: 100%;
    background-image: -webkit-gradient(
        linear,
        left top,
        left bottom,
        from(rgba(255, 255, 255, 0)),
        color-stop(70%, #fff)
    );
    background-image: linear-gradient(-180deg,rgba(255,255,255,0) 0%,#fff 70%);
    padding-bottom: 32px;
}
.hide-article-pos {
    position: relative;
    z-index: 10;
    margin-top: -200px;
    padding-top:140px;
    text-align: center;
}
.column-mask{
    text-align: center;
}

.order-mask{
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-color: rgba(0, 0, 0, 0.6);
    pointer-events: auto;
    z-index: 20;
    overflow: hidden;
} 
.order-mask .dingyue{
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 690px;
    height: 450px;
    background-color: #fff;
    /* margin:150px auto; */
    border-radius: 4px;
    
}
.btn-dingyue{
    display: inline-block;
    width:8rem;
    height: 2rem;
    color:#ef0909;
    border: 1px solid #ef0909;
    border-radius: 4px;
    font-size: 0.9rem;
    cursor: pointer;
    background-color: #ffffff;
}
.agree{
    display: flex;
    align-items: center;
    margin-top: -6vh;
    width: 12rem;
}
.con_button{
    width: 86.6vw;
    height: 5.54vh;
    width: 325px;
    height: 45px;
    line-height: 45px;
    font-size: 1.1rem;
    color: #fff;
    border-radius: 22.5px;
}
.notagree{
    background-color: #ccc;
}
.agreebtn{
    background-image: linear-gradient(#61D3A4, #5BC9AB);
}




/*** Section Title ***/
.section-title {
    position: relative;
    display: inline-block;
    text-transform: uppercase;
}

.section-title::before {
    position: absolute;
    content: "";
    width: calc(100% + 80px);
    height: 2px;
    top: 4px;
    left: -40px;
    background: var(--primary);
    z-index: -1;
}

.section-title::after {
    position: absolute;
    content: "";
    width: calc(100% + 120px);
    height: 2px;
    bottom: 5px;
    left: -60px;
    background: var(--primary);
    z-index: -1;
}

.section-title.text-start::before {
    width: calc(100% + 40px);
    left: 0;
}

.section-title.text-start::after {
    width: calc(100% + 60px);
    left: 0;
}

/*** Service ***/
.service-item {
    box-shadow: 0 0 45px rgba(0, 0, 0, .08);
    transition: .5s;
}

.service-item:hover {
    background: var(--primary);
}

.service-item * {
    transition: .5s;
}

.service-item:hover * {
    color: var(--light) !important;
}

.qikan-item {
    box-shadow: 0 0 45px rgba(0, 0, 0, .08);
    transition: .5s;
    padding: 0.3rem;
    overflow: hidden;
    height: 12rem;
    max-height: 12rem;
}
.col-sm-6 h6{
    font-size: 16px;
    background: var(--primary);
    color: white;
    height: 2rem;
    line-height: 2rem;
    padding-left: 0.5rem;
    clear: both;
    
}

.qikan-item ul{
    list-style-type: none;
}
.qikan-item ul li {
   
    background: url(/images/dot_l.png) left center no-repeat;
    line-height: 35px;
    height: 35px;
    position: relative;
    
}
.qikan-item ul li {
    border-bottom: 0px;
}
.qikan-item  ul li span {
    font-size: .8rem;
    float: left;
    max-width: 20em;
    color: #000;
    padding-left: 0.3rem;
    overflow: hidden;
    text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
    display: block;
}
.qikan-item  ul li a {
    font-size: .8rem;
    float: right;
    color: #666;
    margin-right: 0.5rem;
}
.mccrTitle a{
    float: right;
}