body, html, ol, ul, h1, h2, h3, h4, h5, h6, p, th, td, dl, dd, form, fieldset, legend, input, textarea, select {
    margin: 0;
    padding: 0
}

body {
    font-size: 14px;
    font-family: "微软雅黑";
    color: #444;
    background: #fff;
}

a {
    text-decoration: none
}

a:hover {
    text-decoration: none;
}

em {
    font-style: normal
}

img {
    border: 0;
    vertical-align: middle
}

li {
    list-style: none;
}

table {
    border-collapse: collapse;
    border-spacing: 0
}

p {
    word-wrap: break-word
}

input, textarea, select, button {
    font-size: 14px;
    font-family: "微软雅黑";
}

input:focus {
    outline: none;
}

html, body {
    min-width: 1240px;
    width: 100%;
    height: 100%;
    background: #fff;
}

input::-webkit-input-placeholder {
    color: #ccc;
}

input::-moz-placeholder {
    color: #ccc;
}

input:-ms-input-placeholder {
    color: #ccc;
}

textarea::-webkit-input-placeholder {
    color: #ccc;
}

textarea::-moz-placeholder {
    color: #ccc;
}

textarea:-ms-input-placeholder {
    color: #ccc;
}

.clearfix:after {
    content: "";
    display: block;
    clear: both;
}

.clearfix {
    zoom: 1;
}

.index-header {
    width: 100%;
    height: 640px;
    background-image: url(../images/banner2.jpg);
    background-size: 100%;
    background-repeat: no-repeat;
    background-position: center top;
    position: relative;
}

.main {
    width: 1200px;
    margin: 0 auto;
}

.index-header .login {
    width: 100%;
    height: 40px;
}

.index-header .login .content {
    height: 20px;
    line-height: 20px;
    float: right;
    margin-top: 20px;
    color: #fff;
    font-size: 14px;
}

.index-header .login .content a {
    color: #fff;
    font-size: 14px;
}

.index-header .login .content a:hover {
    color: #147cdc
}

.index-header .login .content img {
    position: relative;
    bottom: 1px;
}

.hd1 {
    width: 100%;
    height: 55px;
}

.hd1 .logo {
    float: left;
    display: block;
    width: 200px;
    height: 55px;
    background-image: url(../images/logo.png);
    background-position: left center;
    background-repeat: no-repeat;
}

.hd1 .diqu {
    padding: 0 5px;
    padding-left: 20px;
    color: #eee;
    font-size: 12px;
    background-image: url(../images/dingwei.png);
    background-repeat: no-repeat;
    background-position: 5px center;
    border-radius: 15px;
    background-color: rgba(0, 0, 0, 0.4);
    line-height: 20px;
    display: inline-block;
    margin-top: 15px;
    margin-left: 10px;
}

.hd1 .nav {
    height: 55px;
    float: right;
}

.hd1 .nav li {
    float: left;
    height: 55px;
    padding-left: 30px;
}

.hd1 .nav li:first-child {
    padding-left: 0
}

.hd1 .nav li a {
    display: block;
    width: 100%;
    height: 100%;
    line-height: 55px;
    color: #fff;
    font-size: 18px;
}

.hd1 .nav li a:hover {
    color: #147cdc
}

.hd1 .nav li a.hover {
    color: #147cdc
}

/*首页搜索*/
.index-header .shaixuan {
    position: absolute;
    top: 100px;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    background-color: rgba(0, 0, 0, 0.5);
    width: 820px;
    height: 180px;
    border-radius: 15px;
    box-sizing: border-box;
    padding: 25px;
}

.index-header .shaixuan .diqu {
    width: 100%;
    height: 40px;
}

.index-header .shaixuan .diqu li {
    height: 30px;
    padding: 0 10px;
    float: left;
}

.index-header .shaixuan .diqu li a {
    display: block;
    width: 100%;
    height: 100%;
    padding-bottom: 10px;
    background-position: center 35px;
    background-repeat: no-repeat;
    /*background-size: 10px;*/
    font-size: 16px;
    color: #fff;
}

.index-header .shaixuan .diqu li a.hover {
    background-image: url(../images/sanjiao.png);
}

.index-header .shaixuan .sousuo {
    width: 100%;
    height: 55px;
    position: relative;
}

.index-header .shaixuan .sousuo .cylist {
    position: absolute;
    width: 648px;
    top: 55px;
    left: 0;
    background-color: #fff;
    border: 1px solid #ddd;
    display: none;
    z-index: 99;
    max-height: 300px;
    overflow: auto;
}

.index-header .shaixuan .sousuo .cylist li a {
    padding: 10px 15px;
    font-size: 14px;
    color: #444;
    display: block;
}

.index-header .shaixuan .sousuo .input {
    float: left;
    width: 650px;
    height: 55px;
    background-color: #fff;
    border-radius: 8px 0 0 8px;
    border: 0;
    box-sizing: border-box;
    padding-left: 15px;
    font-size: 16px;
}

.index-header .shaixuan .sousuo .sub {
    float: left;
    width: 120px;
    height: 55px;
    background-color: #147cdc;
    border-radius: 0 8px 8px 0;
    border: 0;
    color: #fff;
    font-size: 18px;
}

.index-header .shaixuan .tiaojian {
    padding-right: 15px;
    height: 35px;
    background-image: url(../images/sanjiao2.png);
    background-position: right center;
    background-repeat: no-repeat;
    color: #ccc;
    font-size: 14px;
    display: inline-block;
    line-height: 35px;
}

/*地图*/
.ditu {
    width: 100%;
    height: 580px;
    padding: 60px 0;
    box-sizing: border-box;
}

.ditu .l {
    float: left;
    width: 675px;
    height: 460px;
}

.ditu .r {
    float: left;
    width: 525px;
    height: 460px;
}

.ditu .r td .img {
    width: 55px;
    height: 60px;
    display: inline-block;
    background-repeat: no-repeat;
    background-position: center;
    background-size: 49px;
}

.ditu .r td.zongshu {
    font-size: 30px;
    color: #444;
}

.ditu .r td .num {
    font-size: 30px;
    color: #f9ac17;
}

.ditu .r td .zsnum {
    font-size: 48px;
    margin-left: 20px;
}

.ditu .r .shuju {
    width: 100%;
    border: 1px solid #bbb;
}

.ditu .r .shuju td {
    text-align: center;
    padding: 15px 5px;
    border: 1px solid #bbb;
    min-height: 50px;
    font-size: 16px;
    color: #444;
}

.ditu .r .shuju td a {
    font-size: 16px;
    color: #444;
}

td.xiexian {
    background: linear-gradient(22deg, transparent 49.5%, #bbb 49.5%, #bbb 50.5%, transparent 50.5%);
}

.ditu .r .shuju tr:first-child td {
    background-color: #f3f3f3;
}

.ditu .r .shuju td:first-child {
    background-color: #f3f3f3;
}

.ditu .r td.miaoshu {
    font-size: 14px;
    color: #444;
    line-height: 25px;
}

.cp {
    float: left;
    width: 50%;
    height: 450px;
    padding: 30px 0;
    /*padding-bottom: 50px;*/
    box-sizing: border-box;
}

/*.cp {background-color: #f3f3f3;}*/
/*.cp:nth-of-type(odd){background-color: #f1f1f1;}
.cp:nth-of-type(even){background-color: #fff}*/
.cp:nth-child(4n+1), .cp:nth-child(4n+2) {
    background-color: #f1f1f1;
}

.cp:nth-child(4n+3), .cp:nth-child(4n+4) {
    background-color: #fff
}

.cp .biaoti {
    width: 100%;
    height: 35px;
}

.cp .biaoti .l {
    float: left;
    padding-left: 35px;
    background-position: left center;
    background-image: url(../images/btl.png);
    background-repeat: no-repeat;
    line-height: 35px;
    font-size: 30px;
    color: #444;
}

.cp .ms {
    padding-left: 35px;
    font-size: 14px;
    color: #666;
    line-height: 24px;
}

.cp .biaoti .r {
    float: right;
    font-size: 16px;
    color: #888;
    line-height: 35px;
    display: inline-block;
}

.cp .content {
    width: 100%;
    /*height: 400px;*/
    overflow: hidden;
    margin-top: 15px;
}

.cp .content li {
    float: left;
    width: 280px;
    height: 340px;
    position: relative;
}

.cp .content li .hot {
    width: 85px;
    height: 30px;
    background-image: url(../images/hot.png);
    background-repeat: no-repeat;
    background-size: 100%;
    text-align: center;
    font-size: 18px;
    color: #fff;
    line-height: 30px;
    position: absolute;
    top: -15px;
    right: 15px;
}

.cp .content li {
    margin-right: 20px;
}

.cp .content li:nth-child(4) {
    margin-right: 0;
}

.cp .content li .pic {
    width: 100%;
    height: 210px;
    background-size: 100%;
    background-repeat: no-repeat;
    background-position: center;
    position: relative;
}

.cp .content li .pic img {
    width: 100%;
    height: 100%;
}

.cp .content li .pic .ceshi2 {
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    z-index: 2;

}

.cp .content li .pic .ceshi2 p {
    font-size: 22px;
    color: #FFFFFF;
    text-align: center;
    line-height: 30px;
}

.cp .content li .leixing {
    width: 100%;
    margin: 20px 0;
    height: 30px;
    overflow: hidden;
}

.cp .content li .leixing .type {
    padding: 0 5px;
    float: left;
    margin-right: 5px;
    line-height: 30px;
    font-size: 14px;
    color: #fff;
    background-color: #d3d3d3;
    border-radius: 5px;
}

.cp .content li .title {
    width: 100%;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    font-size: 22px;
    color: #444;
    height: 29px;
    margin-bottom: 5px;
}

.cp .content li:hover .title {
    color: #2194ff
}

.cp .content li .weizhi {
    width: 100%;
    font-size: 16px;
    color: #aaa;
}

/*footer*/
/*.footer{
	width: 100%;
	background-color: #34383b;
}
.footer .up{
	padding: 40px 0 30px 0;
	width: 100%;
	min-height: 170px;
	border-bottom: 1px solid #2a2e31;
}
.footer .up .l{
	width: 800px;
	float: left;
	text-align: left;
}
.footer .up .l .p1{
	font-size: 14px;
	color: #ddd;
	line-height: 25px;
	width: 100%;
	height: 25px;
}
.footer .up .l .p1 a{
	color: #ddd;
	padding: 0 15px;
}
.footer .up .l .p1 a:first-child{padding-left: 0}
.footer .up .l .p2{
	width: 100%;
	height: 70px;
}
.footer .up .l .p2 .linktitle{
	display: block;
	float: left;
	margin: 20px 0;
	margin-right: 10px;
	padding: 0 20px;
	background-color: #23272a;
	height: 30px;
	line-height: 30px;
	font-size: 16px;
	color: #888;
}
.footer .up .l .p2 .linktitle:hover{
	color: #fff;
}
.footer .up .l .p2 .linktitle.hover{
	color: #fff;
}
.footer .up .l .p3{
	float:left;
}
.footer .up .l .p4{
	float:left;
	width: 40%;
	margin-right: 20%;
}
.footer .up .l .p4 p{
	color: #888;
	font-size: 14px;
	line-height: 25px;
}
.footer .up .l .p4 p:hover{
	color:#fff;
}
.footer .up .l .p3 .item2{
	display: inline-block;
	margin-right: 13px;
	line-height: 25px;
	color: #888;
	font-size: 14px;
}
.footer .up .l .p3 .item2:hover{color: #fff;}
.footer .up .r{
	width: 400px;
	float: left;
	text-align: right;

}
.footer .up .r .logo{padding: 10px 0;}
.footer .up .r .tel{padding: 10px 0;font-size: 28px;color: #feb935;}
.footer .up .r .other{line-height: 25px;font-size: 16px;color: #888;}
.footer .down{
	text-align: center;
	font-size: 14px;
	color: #888;
	line-height: 25px;
	padding: 15px 0;
	width: 100%;
}*/
.footer {
    width: 100%;
    background-color: #34383b;
}

.footer .up {
    border-bottom: 1px solid #2a2e31;
    padding-top: 45px;
    padding-bottom: 10px;
}

.footer .up .main {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
}

.footer .up .main .zuo {
    width: 800px;
}

.footer .up .main .zuo .p1 {
    width: 100%;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    flex-wrap: wrap;
    margin-bottom: 20px;
}

.footer .up .main .zuo .p1 .item {
    padding: 0 15px;
    height: 20px;
    line-height: 20px;
    border-right: 1px solid #ddd;
    font-size: 14px;
    color: #ddd;
}

.footer .up .main .zuo .p1 .item:first-child {
    padding-left: 0;
}

.footer .up .main .zuo .p2 {
    width: 100%;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    flex-wrap: wrap;
}

.footer .up .main .zuo .p2 .item {
    font-size: 13px;
    color: #888;
    margin-right: 10px;
    margin-bottom: 10px;
}

.footer .up .main .zuo .p2 .item:hover {
    color: #fff;
}

.footer .up .main .you {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-end;
}

.footer .up .main .you .logo {
    width: 150px;
    margin-bottom: 15px;
}

.footer .up .main .you .p1 {
    font-size: 14px;
    color: #aaa;
    margin-bottom: 15px;
}

.footer .up .main .you .p2 {
    font-size: 26px;
    color: #2480de;
}

.footer .down {
    border-top: 1px solid #3a3f43;
    padding: 15px 0;
}

.footer .down .main {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.footer .down .main .p1 {
    font-size: 12px;
    color: #555;
}

.footer .down .main .p1:first-child {
    margin-bottom: 10px;
}

/*公共头部*/
.header {
    width: 100%;
    /*height: 140px;*/
}

.header .up {
    width: 100%;
    height: 40px;
    background-color: #303035;
}

.header .up .l {
    float: left;
}

.header .up .l li {
    float: left;
    padding-right: 50px;
}

.header .up .l li a {
    line-height: 40px;
    color: #888;
    font-size: 13px;
    display: block;
    width: 100%;
    height: 100%;
}

.header .up .l li a:hover {
    color: #fff;
}

.header .up .l li a.hover {
    color: #fff;
}

.header .up .r {
    float: right;
}

.header .up .r .login {
    width: 100%;
    height: 40px;
}

.header .up .r .login .content {
    height: 40px;
    line-height: 40px;
    float: right;
    color: #888;
    font-size: 14px;
}

.header .up .r .login .content a {
    color: #888;
    font-size: 14px;
}

.header .up .r .login .content a:hover {
    color: #fff
}

.header .up .r .login .content img {
    position: relative;
    bottom: 1px;
}

.header .down {
    width: 100%;
    height: 100px;
    background-color: #fff;
    box-sizing: border-box;
    padding: 28px 0;
    border-bottom: 1px solid #F5F5F5;
}

.header .down .logo {
    float: left;
    display: block;
    width: 185px;
    height: 44px;
    background-image: url(../images/logo3.png);
    background-position: left center;
    background-repeat: no-repeat;
    background-size: auto 44px;
}

.header .down .sousuo {
    width: 520px;
    height: 44px;
    float: left;
}

.header .down .sousuo .input {
    width: 424px;
    height: 42px;
    border: 1px solid #ddd;
    border-right: 0;
    background-color: #fff;
    padding-left: 15px;
    font-size: 14px;
    float: left;
}

.header .down .sousuo .sub {
    background-color: #147cdc;
    width: 70px;
    height: 44px;
    border: 0;
    float: left;
    font-size: 14px;
    color: #fff;
}

.header .down .remen {
    float: left;
    height: 44px;
}

.header .down .remen li {
    float: left;
    height: 44px;
    padding-right: 15px;
    font-size: 14px;
    line-height: 44px;
    color: #666;
}

.header .down .remen li a {
    font-size: 14px;
    line-height: 44px;
    color: #666;
}

.header .down .remen li:hover a {
    color: #147cdc;
}

.header .down .remen li:first-child {
    padding-left: 15px;
    padding-right: 0;
}

.header .down .dtxz {
    width: 160px;
    height: 44px;
    line-height: 44px;
    color: #fff;
    font-size: 18px;
    border-radius: 21px;
    background-color: #58a7f5;
    display: block;
    text-align: center;
    float: right;
}

.dingwei {
    width: 100%;
    height: 15px;
    line-height: 15px;
    color: #aaa;
    font-size: 14px;
    margin: 20px 0;

}

.dingwei a {
    line-height: 15px;
    color: #aaa;
    font-size: 14px;
}

.sxtj {
    width: 100%;
    /*margin-bottom: 25px;*/
    background: #FFFFFF;
    padding-top: 20px;
    border:1px solid #ededed;
    margin-bottom: 40px;
}

.sxtj .hang {
    /*padding-bottom: 20px;*/
    display: table;
    padding-right: 20px;
}
.sxtj .hang .form{
    background-color: #f5f5f5;
}

.img2 {
    width: 7px;
    height: 7px;
    margin-left: 5px;
    margin-right: 5px;
    display: inline-block;
    background-size: cover;
    background-image: url(/Public2/images/close2.png);
}

.img {
    width: 14px;
    height: 14px;
    margin-right: 6px;
    vertical-align: middle;
    /*float:left;*/
    /*margin-top: 2px;*/
    display: inline-block;
    background-size: cover;
    background-image: url(/Public2/images/search-clear.png);
}

.kuang:hover a .img2 {
    width: 7px;
    height: 7px;
    margin-left: 5px;
    margin-right: 5px;
    display: inline-block;
    background-size: cover;
    background-image: url(/Public/images/search-close-select.png);
}

.qk a {
    font-size: 14px;
    color: #666;
    /*margin-top: 150px;*/
    /*vertical-align: middle;*/
}

.qk a:hover {
    color: #147cdc;
}

.qk a:hover .img {
    width: 14px;
    height: 14px;
    vertical-align: middle;
    background-image: url(/Public/images/search-clear-active.png);
}

.sxtj .hang span {
    display: table-cell;
    vertical-align: middle;
}

.sxtj .hang .t1 {
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    flex-wrap: wrap;
}
.sxtj .form .hang {
    width: 100%;
    background-color: #f4f4f4;
    box-sizing: border-box;
    display: flex;
    justify-content: flex-start;
    align-items: center;
}
.sxtj .form .hang .title{
    padding-top: 0;
}
.sxtj .form .hang .t1{
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex: 1;
    height: 100%;
    flex-wrap: nowrap;
}
.sxtj .form .hang .t1 .a1{
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    flex-wrap: wrap;
    box-sizing: border-box;
    padding: 10px 0;
    gap: 10px;
}

.sxtj .hang .t2 {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    flex-wrap: wrap;
}

.sxtj .hang .qk {
    height: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-shrink: 0;
}

.sxtj .hang .title {
    font-size: 14px;
    color: #444;
    font-weight: bold;
    display: inline-block;
    float: left;
    width: 80px;
    line-height: 30px;
    padding-top: 10px;
    margin-left: 20px;
}

.sxtj .hang .tj {
    font-size: 14px;
    color: #888;
    margin-left: 20px;
    display: inline-block;
    /*float: left;*/
    line-height: 30px;
    margin-top: 6px;
    padding-left: 5px;
    padding-right: 5px;
    text-align: center;
}

.sxtj .hang .tj.hover {
    background-color: #147cdc;
    color: #fff;
    border-radius: 10px;
}

.sxtj .hang .tj:hover {
    /*color:#147cdc;*/
}

.sxtj .hang input[type=checkbox]:checked + label {
    color: #fff;
    background-color: #147cdc;
    border-radius: 10px;
}

.sxtj .hang .zhedie {
    position: relative;
    overflow: hidden;
}

.sxtj .hang .zhedie .open {
    position: absolute;
    right: 6px;
    top: 5px;
    font-size: 14px;
    color: #888;
    display: block;
    line-height: 30px;
    width: 80px;
    text-align: right;
    background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 1) 50%);
}

.jianbian {
    background: -moz-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 1) 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(255, 255, 255, 0)), color-stop(100%, rgba(255, 255, 255, 1)));
    background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 1) 100%);
    background: -o-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 1) 100%);
    background: -ms-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 1) 100%);
    background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 1) 100%);
}

.kuang {
    float: left;
    /*margin-right: 15px;*/
    /*margin-top: 10px;*/
    text-align: center;
    line-height: 25px;
    display: inline-block;
    border: 1px solid #147cdc;
    color: #147cdc;
    padding-left: 5px;

}

.kuang:hover {
    color: #147cdc;
    /*border: 1px dashed #147cdc;*/
    /*border-radius: 10px 10px 10px 10px;*/
}

.kuang img {
    width: 7px;
    height: 7px;
    margin-left: 5px;
    margin-right: 5px;
}

.kuang img:hover {
    color: #147cdc;
}

.sxtj .hang .fanwei {
    font-size: 16px;
    color: #ddd;
    margin-left: 15px;
    display: inline-block;
}

.sxtj .hang .fanwei .fw {
    width: 50px;
    height: 20px;
    border: 1px solid #ddd;
    padding-left: 5px;
}

.listcon {
    display: flex;
    justify-content: flex-start;
    align-items: stretch;
}

.listcon .left {
    width: 890px;
    margin-right: 30px;
    background: #FFFFFF;
    padding-left: 20px;
    padding-right: 20px;
    margin-bottom: 15px;
    padding-top: 15px;
}

.listcon .left2 {
    width: 890px;
    margin-right: 30px;
}

.listcon .right {
    width: 280px;
    float: left;
    /*background: #ffffff;*/
    /*padding-left: 10px;*/
    /*padding-right: 10px;*/
    /*padding-top: 15px;*/
    margin-bottom: 15px;
}

.listcon .left2 .block {
    width: 100%;
    background: #FFFFFF;
    padding-left: 20px;
    padding-right: 20px;
    padding-top: 15px;
    margin-bottom: 30px;
    box-sizing: border-box;
}

.listcon .right .xuanzhi {
    width: 100%;
    margin-bottom: 15px;
    display: block;
}

.listcon .right .xuanzhi .shang {
    width: 100%;
    height: 140px;
    background-color: #f6f6f6;
    background-image: url(../images/dtxz2.jpg);
    /*background-size: cover;*/
    background-repeat: no-repeat;
    background-position: center;
    margin-bottom: 30px;
}

.listcon .right .xuanzhi .xia {
    width: 100%;
    height: 45px;
    font-size: 18px;
    color: #fff;
    background-color: #147cdc;
    display: flex;
    justify-content: center;
    align-items: center;
}

.fenlei {
    width: 100%;
    height: 43px;
    border-bottom: 2px solid #147cdc;
}

.fenlei .title {
    float: left;
    padding: 0 15px;
    min-width: 120px;
    height: 43px;
    line-height: 43px;
    color: #fff;
    background-color: #147cdc;
    text-align: center;
    font-size: 16px;
    font-weight: bold;
}

.total {
    width: 100%;
    height: 45px;
    border-bottom: 1px solid #ddd;
}

.total .num {
    float: left;
    line-height: 45px;
    font-size: 14px;
    color: #888;
    margin-left: 5px;
}

.total .num span {
    font-weight: bold;
    line-height: 45px;
    font-size: 14px;
    color: #147cdc;
    margin-left: 5px;
}

.total .displayorder {
    float: right;
    height: 45px;
    margin-right: 10px;
}

.total .displayorder .order {
    line-height: 45px;
    font-size: 14px;
    color: #888;
    margin-left: 30px;
    padding-right: 15px;
    display: inline-block;
    height: 45px;
    background-repeat: no-repeat;
    background-position: right center;
    background-image: url(../images/daoxu.png);
}

.total .displayorder .order.hover {
    color: #147cdc;
    background-image: url(../images/daoxuh.png);
}

.yqlist {
    width: 100%;
    min-height: 1px;
}

.yqlist .img3 {
    margin-top: 50px;
    text-align: center;
}

.yqlist li {
    padding: 20px 0;
    border-bottom: 1px solid #ededed;
}

.yqlist table {
    width: 100%;
    border-collapse: separate;
}

.yqlist table td {
    padding: 10px 0;
}

.yqlist table td.pic {
    text-align: left;
    width: 270px;
    padding: 0;
    position: relative;
}

.yqlist table td.pic img {
    width: 240px;
    height: 180px;
    border: 1px solid #f1f1f1;
    /*border-radius: 5px;
	margin-right: 30px;*/
    /*position: relative;*/
}

.yqlist table td .ceshi {
    width: 240px;
    height: 180px;
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    z-index: 2;
}

.yqlist table td .ceshi p {
    font-size: 22px;
    color: #FFFFFF;
    width: 80%;
    text-align: center;
    line-height: 35px;
}

.yqlist table td.title {
    font-size: 24px;
    color: #444;
    font-weight: bold;
    padding: 0;
}

.yqlist table td.title p {
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    width: 400px;
    height: 47px;
}

.yqlist li:hover table td.title {
    color: #147cdc
}

.yqlist table td.jiage {
    text-align: right;
    font-size: 16px;
    color: #de3731;
    padding-top: 0;
}

.yqlist table td.jiage .number {
    font-size: 30px;
}

.yqlist table td.dizhi {
    font-size: 14px;
    color: #666;
}

.yqlist table td.info {
    font-size: 14px;
    color: #666;
}

.yqlist table td .biaoqian {
    padding: 0 15px;
    height: 30px;
    line-height: 30px;
    background-color: #f2f5f7;
    color: #849aae;
    border-radius: 8px;
    display: inline-block;
    margin-top: 0;
    margin-bottom: 10px;
}

.page {
    width: 100%;
    text-align: center;
    margin-top: 30px;
    margin-bottom: 30px;
}

.page a, .page span {
    display: inline-block;
    padding: 3px 10px;
    margin: 0 3px;
    /*border: 1px solid #cfcfcf;*/
    /*-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;*/
    background-color: #f4f4f4;
    line-height: 23px;
}

.page a, .page li {
    display: inline-block;
    list-style: none;
    text-decoration: none;
    color: #999;
}

.page a.first, .page a.prev, .page a.next, .page a.end {
    margin: 0;
}

.page a:hover {
    border-color: #147cdc;
}

.page span.current {
    color: #fff;
    font-weight: 700;
    background-color: #2e6cf7;
}

.newszx {
    width: 100%;
}

.newszx .title {
    width: 100%;
    /*height:90px;*/
    font-size: 18px;
    color: #444;
    font-weight: bold;
    /*border-bottom: 1px dashed #AAAAAA;*/
    margin-bottom: 10px;
    /*padding-bottom: 10px;*/
}

.zxlist li {
    width: 100%;
    height: 18px;
    margin-bottom: 10px;
}

.zxlist li a {
    display: block;
    width: 100%;
    height: 100%;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    font-size: 14px;
    color: #888;
    line-height: 18px;
}

.zxlist li:hover a {
    color: #147cdc
}

.tjyq {
    width: 100%;
}

.tjyq li {
    width: 100%;
    margin-bottom: 10px;
    border-bottom: 1px solid #f1f1f1;
}

.tjyq li .pic {
    width: 100%;
    height: 195px;
    position: relative;
}

.tjyq li .pic img {
    width: 100%;
    height: 100%;
}

.tjyq li .pic .title {
    position: absolute;
    bottom: 0;
    left: 0;
    padding: 0 15px;
    height: 40px;
    width: calc(100% - 30px);
    font-size: 16px;
    color: #fff;
    line-height: 40px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    background-color: rgba(0, 0, 0, 0.5);
}

.tjyq li .info {
    width: 100%;
    height: 50px;
}

.tjyq li .info .dizhi {
    float: left;
    font-size: 16px;
    color: #666;
    line-height: 50px;
}

.tjyq li .info .jiage {
    float: right;
    font-size: 16px;
    color: #de3731;
    line-height: 50px;
}

.weixin {
    width: 100%;
    height: 85px;
    margin-bottom: 50px;
}

.weixin .pic {
    width: 75px;
    height: 85px;
    float: left;
    background-size: 100%;
    background-image: url(../images/weixin.png);
    background-repeat: no-repeat;
    background-position: top center;
}

.weixin .content {
    width: 185px;
    height: 85px;
    box-sizing: border-box;
    padding: 18px 25px;
    float: left;
}

.weixin .content .up {
    padding-bottom: 10px;
    font-size: 14px;
    color: #2496de;
}

.weixin .content .down {
    font-size: 14px;
    color: #888;
}

.newstop {
    width: 100%;
    height: 260px;
    margin-bottom: 30px;
}

.newstop li {
    float: left;
    width: 260px;
}

.newstop li:nth-child(2) {
    margin: 0 65px;
}

.newstop li .pic {
    width: 100%;
    height: 195px;
    margin-bottom: 20px;
}

.newstop li .pic img {
    width: 260px;
    height: 195px;
}

.newstop li .title {
    font-size: 16px;
    color: #666;
    width: 100%;
    overflow: hidden; /*必须结合的属性,当内容溢出元素框时发生的事情*/
    text-overflow: ellipsis; /*可以用来多行文本的情况下，用省略号“…”隐藏超出范围的文本 。*/
    display: -webkit-box; /*必须结合的属性 ，将对象作为弹性伸缩盒子模型显示 。*/
    -webkit-line-clamp: 2; /*用来限制在一个块元素显示的文本的行数。*/
    -webkit-box-orient: vertical; /*必须结合的属性 ，设置或检索伸缩盒对象的子元素的排列方式 。*/
}

.newslist {
    width: 100%;
}

.newslist .sel-type {
    width: 100%;
    height: 50px;
    background-color: #f3f3f3;
    border-bottom: 1px solid #ddd;
    border-top: 1px solid #ddd;
}

.newslist .sel-type .item2 {
    width: 120px;
    height: 50px;
    float: left;
    display: block;
    font-size: 16px;
    line-height: 50px;
    color: #666;
    text-align: center;
    box-sizing: border-box;
}

.newslist .sel-type .item2.hover {
    height: 51px;
    color: #147cdc;
    border-top: 3px solid #147cdc;
    background-color: #fff;
    line-height: 44px;
}

.newslist .xwlist {
    width: 100%;
}

.newslist .xwlist li {
    padding: 20px 0;
    width: 100%;
    border-bottom: 1px dashed #ccc;
    position: relative;
}

.newslist .xwlist li .share {
    position: absolute;
    height: 25px;
    right: -115px;
    bottom: 12px;
    padding: 0 15px;
    /*background-color: #f00;*/
    transition: all 0.3s;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    opacity: 0;
    z-index: -10
}

.newslist .xwlist li:hover .share {
    right: 0;
    opacity: 1;
    z-index: 99
}

.newslist .xwlist li .share .item {
    margin-right: 15px
}

.newslist .xwlist li .share .qrcode {
    position: relative;
}

.newslist .xwlist li .share .qrcode .code {
    position: absolute;
    left: -30px;
    top: 35px;
    display: none;
}

.newslist .xwlist li .share .qrcode:hover .code {
    display: block;
    z-index: 99
}

.newslist .xwlist li table {
    width: 100%;
}

.newslist .xwlist li table td.pic {
    width: 160px;
    vertical-align: top;
}

.newslist .xwlist li table td.pic img {
    width: 140px;
    height: 105px;
    margin-right: 20px;
}

.newslist .xwlist li table td.title {
    font-size: 16px;
    color: #333;
    font-weight: bold;
}

.newslist .xwlist li:hover table td.title {
    color: #147cdc;
}

.newslist .xwlist li table td.intro {
    font-size: 14px;
    line-height: 24px;
    color: #666;
}

.newslist .xwlist li table td.intro .nr {
    height: 48px;
    line-height: 25px;
    overflow: hidden; /*必须结合的属性,当内容溢出元素框时发生的事情*/
    text-overflow: ellipsis; /*可以用来多行文本的情况下，用省略号“…”隐藏超出范围的文本 。*/
    display: -webkit-box; /*必须结合的属性 ，将对象作为弹性伸缩盒子模型显示 。*/
    -webkit-line-clamp: 2; /*用来限制在一个块元素显示的文本的行数。*/
    -webkit-box-orient: vertical; /*必须结合的属性 ，设置或检索伸缩盒对象的子元素的排列方式 。*/
}

.newslist .xwlist li table td.time {
    font-size: 14px;
    color: #aaa;
}

.newstitle {
    width: 100%;
    font-size: 26px;
    color: #444;
    font-weight: bold;
}

.newsinfo {
    width: 100%;
    font-size: 14px;
    color: #aaa;
    padding: 25px 0;
}

.newsinfo a {
    color: inherit;
}

.newscontent {
    padding: 15px 0;
    width: 100%;
    font-size: 16px;
    color: #333;
    line-height: 30px;
}

.newscontent img {
    max-width: 100%;
}

.yuanqutitle {
    width: 100%;
    font-size: 26px;
    color: #444;
}

.yuanquinfo {
    width: 100%;
    font-size: 14px;
    color: #aaa;
    padding-top: 20px;
    padding-bottom: 30px;
}

.yuanqucon {
    width: 100%;
    background-color: #fff;
    margin-bottom: 30px;
    box-sizing: border-box;
    padding: 30px 20px;
    /*padding-top: 0;*/
    display: flex;
    justify-content: flex-start;
    align-items: stretch;
}

.yuanqucon .l {
    width: 520px;
    height: 485px;
    margin-right: 30px;
}

.yuanqucon .r {
    width: 630px;
    height: 485px;
    background: #ffffff;
    padding-left: 10px;
    padding-right: 10px;
    /*padding-top: 10px;*/
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
}

.yuanqucon .r .btitle {
    width: 100%;
    margin-bottom: 20px;
}

.yuanqucon .r .btitle .p1 {
    font-size: 30px;
    color: #444;
    margin-bottom: 15px;
}

.yuanqucon .r .btitle .p2 {
    font-size: 14px;
    color: #aaa;
}

.yuanqucon .r .jiage {
    width: 100%;
    height: 40px;
    font-size: 16px;
    color: #e11120;
    font-weight: bold;
}

.yuanqucon .r .jiage .number {
    font-size: 42px;

}

.yuanqucon .r .yqinfo {
    width: 100%;
    height: 100px;
    box-sizing: border-box;
    padding: 20px 0;
    border-top: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
    text-align: center;
    display: table;
}

.yuanqucon .r .yqinfo .item2 {
    display: table-cell;
    padding: 0 15px;
}

.yuanqucon .r .yqinfo .item2 .up {
    font-size: 20px;
    color: #444;
    font-weight: bold;
    padding-bottom: 15px;
    white-space: nowrap;
}

.yuanqucon .r .yqinfo .item2 .dwon {
    font-size: 16px;
    color: #888;
}

.yuanqucon .r .other {
    width: 100%;
    margin-top: 13px;
    font-size: 16px;
    color: #666;
}

.yuanqucon .r .other .title {
    color: #aaa;
}

.yuanqucon .r .other .ditu {
    font-size: 12px;
    color: #e11120;
}

.yuanqucon .r .tel {
    width: 100%;
    /*margin-top: 45px;*/
}

.yuanqucon .r .tel .phone {
    width: 380px;
    height: 65px;
    background-color: #ee313f;
    float: left;
    margin-right: 20px;
}

.yuanqucon .r .tel .phone .pic {
    width: 65px;
    height: 65px;
    background-color: #e11120;
    background-image: url(../images/tel2.png);
    background-repeat: no-repeat;
    background-position: center;
    float: left;
    margin-right: 20px;
}

.yuanqucon .r .tel .phone .num {
    line-height: 65px;
    color: #fff;
    font-size: 30px;
    font-weight: bold;
    float: left;
    display: block;
}

.yuanqucon .r .tel .zixun {
    width: 180px;
    height: 65px;
    box-sizing: border-box;
    border-radius: 8px;
    border: 1px solid #fd969d;
    display: block;
    float: left;
    text-align: center;
    background-color: #fbe2e4;
    color: #e11120;
    font-size: 24px;
    line-height: 63px;
}

.basetable {
    width: 100%;
    margin-bottom: 20px;
}

.basetable td {
    padding: 10px 0;
    font-size: 16px;
    color: #666;
}

.basetable td .title {
    color: #aaa;
    margin-right: 15px;
}

.basetable2 {
    width: 100%;
    margin-bottom: 20px;
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
}

.basetable2 .item {
    padding: 10px 0;
    font-size: 16px;
    color: #666;
    width: 33.3333%;
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
}

.basetable2 .item .title {
    color: #aaa;
    margin-right: 15px;
    flex-shrink: 0
}

.imageslist {
    width: 100%;
    border-bottom: 1px solid #ddd;
    margin-bottom: 30px;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    flex-wrap: wrap;
}

.imageslist img {
    width: 49%;
    /*height: 330px;*/
    margin-bottom: 30px;
}

/*.imageslist img:nth-child(2n+1){
	float: left;
	margin-right: 30px;
	margin-bottom: 30px;
}
.imageslist img:nth-child(2n){
	float: right;
	margin-bottom: 30px;
}*/
.jichu {
    width: 100%;
    height: 170px;
    overflow: hidden;
    border-bottom: 1px solid #f3f3f3;
}

.jichu .jic {
    font-size: 16px;
    color: #888;
}

.jichu .jchu1 {
    width: 420px;
    font-size: 15px;
    color: #888;
    float: left;
}

.jichu .jc1 {
    margin-top: 20px;
}

.jichu .jchu2 {
    width: 430px;
    font-size: 15px;
    color: #888;
    float: left;
}

.xiangguan {
    width: 100%;
    height: 170px;
    overflow: hidden;
    border-bottom: 1px solid #f3f3f3;
}

.xiangguan .xg-title {
    margin-top: 20px;
    font-size: 16px;
    color: #888;
}

.xiangguan .xg-content {
    margin-top: 20px;
    font-size: 16px;
    color: #888;
}

.yqjianjie {
    width: 100%;
    font-size: 16px;
    color: #888;
    /*line-height: 30px;*/
    max-height: 210px;
    overflow: hidden;
    margin-top: 20px;
    line-height: 40px;
    /*background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 1) 99%)*/

}

.isopen {
    width: 80px;
    height: 25px;
    text-align: center;
    display: inline-block;
    margin: 0 auto;
    line-height: 25px;
    color: #999;
    font-size: 10px;
    border-radius: 5px;
    margin-bottom: 20px;
    background-image: url(/Public/images/sj.png);
    background-position: right center;
    background-size: 9px;
    background-repeat: no-repeat;
}

.isopen:hover {
    color: #147cdc;
    background-image: url(/Public/images/sj2.png);
}


.zttable {
    width: 100%;
}

.zttable li {
    width: 100%;
    margin-bottom: 35px;
}

.zttable li table {
    width: 100%;
}

.zttable li table td {
    text-align: left;
}

.zttable li table td.pic {
    width: 250px;
    position: relative;
}

.zttable li table td.pic img {
    width: 220px;
    height: 165px;
    margin-right: 30px;
}

.zttable li table td.pic div {
    position: absolute;
    top: 0px;
    left: 0px;
    /*right: 0px;*/
    bottom: 0px;
    margin: auto;
    font-size: 14px;
    color: #fff;
    display: flex;
    justify-content: center;
    width: 220px;
    height: 165px;
    align-items: center;
    box-sizing: border-box;
    padding: 20px;
}

.zttable li table td.title {
    font-size: 18px;
    color: #444;
    /*vertical-align: top;*/
}

.zttable li table td.jiage {
    font-size: 16px;
    color: #de3731;
    text-align: right;
    vertical-align: top;
}

.zttable li table td.jiage .number {
    font-size: 30px;
    font-weight: bold;
}

.zttable li table td.dizhi {
    font-size: 14px;
    color: #666;
    padding-bottom: 7px;
}

.zttable li table td.other {
    font-size: 16px;
    color: #444;
}

.zttable li table td.other .stitle {
    color: #aaa;
}

.zttable {
    width: 100%;
}

.zttable .list {
    width: 100%;
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
}

.zttable .list .item {
    width: calc(33.333% - 37px);
    margin-right: 37px;
    box-shadow: 0 2px 6px #eee;
}

.zttable .list .item:last-child {
    margin-right: 0
}

.zttable .list .item .pic {
    width: 100%;
    height: 175px;
    position: relative;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 16px;
    color: #fff;
    padding: 20px;
    box-sizing: border-box;
}

.zttable .list .item .down {
    width: 100%;
    height: 100px;
    padding: 15px 10px;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: flex-start;
}

.zttable .list .item .down .p1 {
    width: 100%;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    font-size: 16px;
    color: #444;
}

.zttable .list .item .down .p2 {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: 14px;
    color: #444;
}

.zttable .list .item .down .p3 {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: 12px;
    color: #666;
}

.ztsel {
    width: 100%;
    height: 27px;
    margin-bottom: 25px;
    margin-top: 20px;
}

.ztsel .item2 {
    height: 25px;
    border: 1px solid #ddd;
    padding: 0 15px;
    line-height: 25px;
    color: #888;
    font-size: 16px;
    display: inline-block;
    margin-right: 10px;

    border: 1px solid #147cdc;
    color: #147cdc;
    font-weight: bold;
    font-size: 18px;
}

.ztsel .item2.hover {
    background-color: #147cdc;
    color: #fff;
    border: 1px solid #147cdc;
}


/* scrolltab */
.scrolltab {
    position: relative;
    width: 520px;
    float: left;
}

.scrolltab .ulBigPic {
    width: 520px;
    height: 390px;
    overflow: hidden;
    padding: 0;
    margin: 0;
}

.scrolltab .ulBigPic li {
    width: 520px;
    height: 390px;
    display: none;
}

.scrolltab .ulBigPic .liSelected {
    display: block;
}

.scrolltab .ulBigPic img {
    background-color: #fff;
    transition: 0.3s
}

.scrolltab .ulBigPic li:hover img {
    transform: scale(1.2, 1.2)
}

.scrolltab .ulBigPic .sPic {
    width: 520px;
    height: 390px;
    float: left;
    overflow: hidden;
}

.scrolltab .ulBigPic .sSideBox {
    width: 290px;
    float: right;
    overflow: hidden;
}

.scrolltab .sSideBox span {
    width: 290px;
    display: block;
    overflow: hidden;
}

.scrolltab .ulBigPic .sTitle {
    height: 32px;
    line-height: 32px;
    font-size: 14px;
    font-weight: 700;
    color: #333;
}

.scrolltab .ulBigPic .sIntro {
    line-height: 24px;
    color: #666;
    word-wrap: break-word;
    word-break: break-all;
}

.scrolltab .ulBigPic .sMore {
    height: 24px;
    line-height: 24px;
}

.scrolltab .ulBigPic .sMore a {
    color: #841;
}

.scrolltab .ulBigPic .sTitle a {
    color: #333;
}

.scrolltab .ulBigPic .sTitle a:hover {
    color: #840;
}

.scrolltab .sLeftBtnA, .scrolltab .sLeftBtnASel, .scrolltab .sLeftBtnABan, .scrolltab .sRightBtnA, .scrolltab .sRightBtnASel, .scrolltab .sRightBtnABan {
    width: 30px;
    height: 75px;
    display: block;
    position: absolute;
    top: 39px; /*background:url(../images/leftjt.png) no-repeat;*/
}

.scrolltab .sLeftBtnA, .scrolltab .sLeftBtnASel, .scrolltab .sRightBtnA, .scrolltab .sRightBtnASel {
    cursor: pointer;
}

.scrolltab .sLeftBtnA, .scrolltab .sLeftBtnASel, .scrolltab .sLeftBtnABan {
    left: 0;
    top: 0
}

.scrolltab .sLeftBtnA {
    background-position: center;
    background-image: url(../images/leftjt.png);
}

.scrolltab .sLeftBtnASel {
    background-position: center;
    background-image: url(../images/leftjt.png);
}

.scrolltab .sLeftBtnABan {
    background-position: center;
    background-image: url(../images/leftjt.png);
}

.scrolltab .sRightBtnA, .scrolltab .sRightBtnASel, .scrolltab .sRightBtnABan {
    right: 0;
    top: 0;
}

.scrolltab .sRightBtnA {
    background-position: center;
    background-image: url(../images/rightjt.png);
}

.scrolltab .sRightBtnASel {
    background-position: center;
    background-image: url(../images/rightjt.png);
}

.scrolltab .sRightBtnABan {
    background-position: center;
    background-image: url(../images/rightjt.png);
}

.scrolltab .dSmallPicBox {
    width: 520px;
    height: 75px;
    margin-top: 20px;
    position: relative;
}

.scrolltab .dSmallPic {
    width: 445px;
    height: 75px;
    position: absolute;
    overflow: hidden;
    left: 0;
    right: 0;
    margin: auto;
}

.scrolltab .dSmallPic ul {
    position: absolute;
}

.scrolltab .dSmallPic li {
    width: 100px;
    height: 75px;
    padding: 0 6px;
    float: left;
    display: inline;
    cursor: pointer;
    overflow: hidden;
}

.scrolltab .dSmallPic .sPic {
    width: 100px;
    height: 75px;
    display: block;
}

.scrolltab .dSmallPic .sPic img { /*border:1px solid #ddd;padding:2px;*/
}

.scrolltab .dSmallPic .sTitle {
    width: 141px;
    height: 30px;
    line-height: 30px;
    display: block;
    text-align: center;
    color: #333;
    overflow: hidden;
}

.scrolltab .dSmallPic .liSelected {
    opacity: 0.8
}

.scrolltab .dSmallPic .liSelected .sPic img {
    border-color: #fff;
}

.scrolltab .sLeftBtnB, .scrolltab .sLeftBtnBSel, .scrolltab .sLeftBtnBBan, .scrolltab .sRightBtnB, .scrolltab .sRightBtnBSel, .scrolltab .sRightBtnBBan {
    width: 18px;
    height: 37px;
    display: block;
    position: absolute;
    top: 45px;
    background: url(../images/bgArt.png) no-repeat;
}

.scrolltab .sLeftBtnB, .scrolltab .sLeftBtnBSel, .scrolltab .sRightBtnB, .scrolltab .sRightBtnBSel {
    cursor: pointer;
}

.scrolltab .sLeftBtnB, .scrolltab .sLeftBtnBSel, .scrolltab .sLeftBtnBBan {
    left: 20px;
}

.scrolltab .sLeftBtnB {
    background-position: 0 -87px;
}

.scrolltab .sLeftBtnBSel {
    background-position: -36px -87px;
}

.scrolltab .sLeftBtnBBan {
    background-position: -73px -87px;
}

.scrolltab .sRightBtnB, .scrolltab .sRightBtnBSel, .scrolltab .sRightBtnBBan {
    right: 20px;
}

.scrolltab .sRightBtnB {
    background-position: -16px -87px;
}

.scrolltab .sRightBtnBSel {
    background-position: -52px -87px;
}

.scrolltab .sRightBtnBBan {
    background-position: -88px -87px;
}

.ceshi4 {
    width: 100%;
    height: 180px;
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    z-index: 2;
}

.ceshi4 p {
    font-size: 22px;
    color: #FFFFFF;
    text-align: center;
    line-height: 30px;
}

.mapinfo {
    width: 100%;
    height: calc(100vh - 40px);
    position: relative;
    overflow: hidden;
    background-color: #f5f5f5;
}

.mapinfo .menu_left {
    width: 400px;
    height: 100%;
    background-color: #fff;
    position: absolute;
    top: 0;
    left: 0;
    transition: left 0.3s linear;
    z-index: 99;
}

.mapinfo .menu_left.close {
    left: -400px;
}

.mapinfo .menu_left .menuoc {
    width: 20px;
    height: 120px;
    position: absolute;
    right: -20px;
    top: 0;
    bottom: 0;
    cursor: pointer;
    margin: auto;
    background-image: url(../images/takeup-search.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    transition: background-image 0.3s linear;
}

.mapinfo .menu_left .sousuo {
    padding: 20px 20px;
}

.mapinfo .menu_left .sousuo .searchbox {
    width: 100%;
    height: 35px;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    box-shadow: 0 0 10px #ddd;
    margin-bottom: 15px;
}

.mapinfo .menu_left .sousuo .searchbox .input {
    width: calc(100% - 91px);
    height: 35px;
    border: 0;
    padding-left: 15px;
    box-sizing: border-box;
}

.mapinfo .menu_left .sousuo .searchbox .but {
    width: 45px;
    height: 23px;
    margin: 6px 0;
    display: flex;
    justify-content: center;
    align-items: center;
}

.mapinfo .menu_left .sousuo .searchbox .but.sub {
    border-right: 1px solid #ddd;
}

.mapinfo .menu_left .sousuo .searchbox .but img {
    height: 16px;
}

.mapinfo .menu_left .sousuo .result {
    width: 100%;
    font-size: 14px;
    color: #666;
    /*margin-bottom: 15px;*/
}

.mapinfo .menu_left .sousuo .result #num {
    color: #1f6cdd;
    font-weight: bold;
}

.mapinfo .menu_left .sousuo .sel {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    border: 1px solid #ddd;
}

.mapinfo .menu_left .sousuo .sel .item {
    width: 100%;
    height: 35px;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #fff;
    color: #999;
}

.mapinfo .menu_left .sousuo .sel .item.hover {

    background-color: #999;
    color: #fff;
}

.mapinfo .menu_left .reslist {
    border-top: 1px solid #ddd;
    width: 100%;
    height: calc(100% - 108px);
    overflow-y: auto;
}

.mapinfo .menu_left .reslist .item {
    padding: 20px;
    border-bottom: 1px solid #ddd;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    transition: background-color 0.3s linear;
}

.mapinfo .menu_left .reslist .item:hover {
    background-color: #eee;
}

.mapinfo .menu_left .reslist .item .pic {
    width: 115px;
    height: 86px;
    margin-right: 20px;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    background-color: #ddd;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 12px;
    color: #fff;
    box-sizing: border-box;
    padding: 10px;
}

.mapinfo .menu_left .reslist .item .info {
    width: calc(100% - 135px);
    height: 86px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: flex-start;
}

.mapinfo .menu_left .reslist .item .info .title {
    width: 100%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    font-size: 14px;
    color: #333;
    font-weight: bold;
}

.mapinfo .menu_left .reslist .item:hover .info .title {
    color: #1f6cdd;
}

.mapinfo .menu_left .reslist .item .info .jiage {
    width: 100%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    font-size: 14px;
    color: #ff9327;
}

.mapinfo .menu_left .reslist .item .info .p1 {
    width: 100%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    font-size: 14px;
    color: #666;
}

.mapinfo *::-webkit-scrollbar {
    width: 7px;
}

.mapinfo *::-webkit-scrollbar-track {
    background-color: #fff;
    -webkit-border-radius: 2em;
    -moz-border-radius: 2em;
    border-radius: 2em;
}

.mapinfo *::-webkit-scrollbar-thumb {
    background-color: #999;
    -webkit-border-radius: 2em;
    -moz-border-radius: 2em;
    border-radius: 2em;
}

#dituContent .BMapLabel a {
    color: white !important;
    position: relative;
}

#dituContent .BMapLabel a .yqinfo {
    display: none;
    background: #fff;
    overflow: hidden;
    width: 325px;
    height: 125px;
    position: absolute;
    top: -150px;
    left: -95px;
    padding: 20px;
    box-sizing: border-box;
    justify-content: flex-start;
    align-items: center;
}

#dituContent .BMapLabel a .yqinfo .pic {
    width: 115px;
    height: 85px;
    background-color: #f5f5f5;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    margin-right: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 10px;
    box-sizing: border-box;
    font-size: 12px;
    color: #fff;
}

#dituContent .BMapLabel a .yqinfo .info {
    width: calc(100% - 135px);
    height: 85px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: flex-start;
}

#dituContent .BMapLabel a .yqinfo .info .title {
    width: 100%;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    font-size: 14px;
    color: #333;
}

#dituContent .BMapLabel a .yqinfo .info .jiage {
    width: 100%;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    font-size: 12px;
    color: #ff9327;
}

#dituContent .BMapLabel a .yqinfo .info .p1 {
    width: 100%;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    font-size: 12px;
    color: #333;
}

#dituContent .BMapLabel:hover a .yqinfo {
    display: flex;
}

#dituContent .BMapLabel .sanjiao {
    width: 11px;
    height: 10px;
    background-image: url(../images/label.png);
    background-position: 0px 0px;
    background-repeat: no-repeat;
    position: absolute;
    bottom: -9px;
    left: 8px;
    margin: auto;
}

#dituContent .BMapLabel:hover {
    background-color: rgb(255, 147, 39) !important;
    border: 1px solid rgb(255, 147, 39) !important;
}

#dituContent .BMapLabel:hover .sanjiao {
    background-position: 0px -10px;
}

.mapinfo .tiaojian {
    width: 400px;
    height: 100%;
    background-color: #fff;
    position: absolute;
    top: 0;
    left: 0;
    transition: left 0.3s linear;
    z-index: 101;
    padding-bottom: 60px;
    box-sizing: border-box;
}

.mapinfo .tiaojian .anniu {
    width: 100%;
    height: 60px;
    position: absolute;
    bottom: 0;
    left: 0;
    box-shadow: 0 0 15px #ddd;
    display: flex;
    justify-content: center;
    align-items: center;
}

.mapinfo .tiaojian .anniu .sub {
    width: 100px;
    height: 40px;
    border: 0;
    background-color: #1f6cdd;
    font-size: 16px;
    color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
}

.mapinfo .tiaojian.close {
    left: -400px;
}

.mapinfo .tiaojian .top {
    padding: 20px;
    border-bottom: 1px solid #ddd;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.mapinfo .tiaojian .top .l {
    font-size: 16px;
    color: #333;
}

.mapinfo .tiaojian .top .r {
    font-size: 14px;
    color: #666;
    cursor: pointer;
}

.mapinfo .tiaojian .tj {
    padding: 20px;
    border-bottom: 1px solid #ddd;
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    flex-direction: column;
}

.mapinfo .tiaojian .tj .title {
    padding: 20px 0;
    padding-top: 0;
    font-size: 14px;
    color: #333;
}

.mapinfo .tiaojian .tj .neirong {
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    flex-wrap: wrap;
}

.mapinfo .tiaojian .tj .neirong .diqu {
    width: 100px;
    height: 30px;
    border: 0;
    background-color: #f8f8f8;
    margin-right: 20px;
}

.mapinfo .tiaojian .tj .neirong .label {
    padding: 0 10px;
    height: 26px;
    border: 1px solid #ededed;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-right: 10px;
    margin-bottom: 10px;
    cursor: pointer;
}

.mapinfo .tiaojian .tj .neirong .label.hover {
    color: #1f6cdd;
    border: 1px solid #1f6cdd;
}

#zhazhao {
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    position: absolute;
    top: 0;
    left: 0;
    z-index: 100;
}

#zhazhao.close {
    display: none;
}


.layui-layer-imgnext, .layui-layer-imgprev {
    z-index: 2147483648
}

.fw-header {
    width: 100%;
    height: 80px;
    background-color: #fff;
    position: sticky;
    top: 0;
    box-shadow: 0 0 10px #ddd;
}

.fw-header .main {
    height: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.fw-header .main .logo {
    width: 160px;
    height: 40px;
    display: block;
    background-image: url(../images/logo3.png);
    background-position: left center;
    background-repeat: no-repeat;
    background-size: cover;
}

.fw-header .main .r {
    width: 690px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.fw-header .main .r .item {
    font-size: 16px;
    color: #666;
}

.fw-header .main .r .item:hover {
    color: #147cdc;
}

.fwbanner {
    width: 100%;
    height: 320px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    display: flex;
    justify-content: flex-start;
    align-items: center;
}

.fwbanner.fw1 {
    background-image: url(../images/fwbj1.jpg);
}

.fwbanner.fw2 {
    background-image: url(../images/fwbj2.jpg);
}

.fwbanner.fw3 {
    background-image: url(../images/fwbj3.jpg);
}

.fwbanner .p1 {
    font-size: 48px;
    color: #fff;
    letter-spacing: 3px;
}

.fwbanner .p2 {
    font-size: 18px;
    color: #fff
}

.fwcontent {
    width: 100%;
}

.fw_pubtitle {
    width: 100%;
    margin-top: 60px;
    margin-bottom: 35px;
    text-align: center;
    font-size: 34px;
    color: #333;
}

.fw_pubtitle2 {
    width: 100%;
    margin-bottom: 35px;
    text-align: center;
    font-size: 20px;
    color: #aaa;
}

.qunti {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
}

.qunti .item {
    width: 375px;
    height: 340px;
}

.qunti .item .shang {
    width: 100%;
    height: 60px;
    box-sizing: border-box;
    border: 1px solid #ddd;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0 25px;
    background-color: #3394ee;
    font-size: 20px;
    color: #fff;
}

.qunti .item .xia {
    width: 100%;
    height: calc(100% - 60px);
    box-sizing: border-box;
    border: 1px solid #ddd;
    border-top: 0;
    padding: 25px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

.qunti .item .xia .p1 {
    width: 100%;
    height: 120px;
    background-position: center;
    background-repeat: no-repeat;
}

.qunti .item .xia .p1.qt1 {
    background-image: url(../images/qt1.png);
}

.qunti .item .xia .p1.qt2 {
    background-image: url(../images/qt2.png);
}

.qunti .item .xia .p1.qt3 {
    background-image: url(../images/qt3.png);
}

.qunti .item .xia .p2 {
    font-size: 20px;
    color: #333;
    line-height: 35px;
}

.qunti .item .xia .p3 {
    width: 240px;
    font-size: 16px;
    color: #888;
    line-height: 27px;
    text-align: center;
}

.moshi {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    margin-bottom: 70px;
}

.moshi .item {
    width: 380px;
    height: 480px;
    box-sizing: border-box;
    border: 2px solid #ddd;
    padding: 44px;
    transition: all 0.3s;
}

.moshi .item:hover {
    background-color: #147cdc;
    border: 2px solid #147cdc;
}

.moshi .item .p1 {
    width: 100%;
    height: 160px;
    background-position: center;
    background-repeat: no-repeat;
}

.moshi .item .p1.ms1 {
    background-image: url(../images/ms1.png);
}

.moshi .item .p1.ms2 {
    background-image: url(../images/ms2.png);
}

.moshi .item .p1.ms3 {
    background-image: url(../images/ms3.png);
}

.moshi .item:hover .p1.ms1 {
    background-image: url(../images/ms1h.png);
}

.moshi .item:hover .p1.ms2 {
    background-image: url(../images/ms2h.png);
}

.moshi .item:hover .p1.ms3 {
    background-image: url(../images/ms3h.png);
}

.moshi .item .p2 {
    font-size: 20px;
    color: #333;
    text-align: center;
    margin-bottom: 20px;
}

.moshi .item .p3 {
    font-size: 16px;
    color: #333;
    text-align: center;
    margin-bottom: 20px;
}

.moshi .item .p4 {
    font-size: 16px;
    color: #666;
    text-align: center;
    line-height: 35px;
}

.moshi .item:hover * {
    color: #fff;
}

.kfs {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    margin-bottom: 70px;
}

.kfs .item {
    width: 380px;
}

.kfs .item .p1 {
    width: 100%;
    height: 215px;
    background-position: center;
    background-size: 100%;
    background-repeat: no-repeat;
    margin-bottom: 15px;
    transition: all 0.3s;
}

.kfs .item:hover .p1 {
    background-size: 120%;
}

.kfs .item .p1.kfs1 {
    background-image: url(../images/kfs1.jpg);
}

.kfs .item .p1.kfs2 {
    background-image: url(../images/kfs2.jpg);
}

.kfs .item .p1.kfs3 {
    background-image: url(../images/kfs3.jpg);
}

.kfs .item .p2 {
    width: 100%;
    font-size: 24px;
    color: #147cdc;
    font-weight: bold;
    text-align: center;
    margin-bottom: 15px;
}

.kfs .item .p3 {
    width: 100%;
    font-size: 20px;
    color: #666;
    text-align: center;
    margin-bottom: 15px;
}

.luodi {
    width: 100%;
    margin-bottom: 60px;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
}

.luodi .item {
    width: 205px;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
}

.luodi .item .p1 {
    width: 140px;
    height: 140px;
    box-sizing: border-box;
    border: 2px solid #666;
    border-radius: 10px;
    background-position: center;
    background-repeat: no-repeat;
    margin-bottom: 30px;
    transition: all 0.3s;
}

.luodi .item .p1:hover {
    background-color: #147cdc;
    border: 2px solid #147cdc;
}

.luodi .item .p1.pt1 {
    background-image: url(../images/pt1.png);
}

.luodi .item .p1.pt2 {
    background-image: url(../images/pt2.png);
}

.luodi .item .p1.pt3 {
    background-image: url(../images/pt3.png);
}

.luodi .item .p1.pt4 {
    background-image: url(../images/pt4.png);
}

.luodi .item .p1.pt5 {
    background-image: url(../images/pt5.png);
}

.luodi .item .p1:hover.pt1 {
    background-image: url(../images/pt1h.png);
}

.luodi .item .p1:hover.pt2 {
    background-image: url(../images/pt2h.png);
}

.luodi .item .p1:hover.pt3 {
    background-image: url(../images/pt3h.png);
}

.luodi .item .p1:hover.pt4 {
    background-image: url(../images/pt4h.png);
}

.luodi .item .p1:hover.pt5 {
    background-image: url(../images/pt5h.png);
}

.luodi .item .p2 {
    width: 100%;
    text-align: center;
    font-size: 24px;
    color: #147cdc;
    font-weight: bold;
    margin-bottom: 20px;
}

.luodi .item .p3 {
    width: 100%;
    text-align: center;
    font-size: 18px;
    color: #888;
    line-height: 30px;
}

/*百度地图控件*/
.BMap_cpyCtrl {
    display: none;
}

.anchorBL {
    display: none;
}


/*
这个是新加的地图的检索框
 */
.map-table {
    height: 540px;
    box-shadow: 0 0 10px 2px rgba(3, 0, 0, 0.08);
    /*position: relative;*/
    margin-top: -40px;
    width: 320px;
    background-color: #fff;
    z-index: 999999999;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    /*border: 1px solid #ddd;*/
    /*box-sizing: border-box;*/
}

.table-serch {
    width: 100%;
    height: 40px;
    border-bottom: 1px solid #eee;
}

.table-serch ul{
    width: 100%;
    display: flex;
    justify-content: flex-start;
    align-items: stretch;
}

.table-serch li {
    width: 55px;
    text-align: center;
    height: 36px;
    line-height: 36px;
    font-size: 14px;
    color: #333;
    border-bottom: 1px solid #eee;
    border-top: 3px solid #fff;
    border-right: 1px solid #fff;
    border-left: 1px solid #fff;
    cursor: pointer;
    position: relative;
    top: 1px;
}

.table-serch li.table-li-active {
    color: #1F6CDD;
    border-bottom: 1px solid #fff;
    border-top: 3px solid #1F6CDD;
    border-right: 1px solid #eee;
    border-left: 1px solid #eee;
}

.table-serch li.table-li-active:first-child {
    border-left: 1px solid #fff;
}

.table-serch li.table-li-active:last-child {
    border-right: 1px solid #fff;
}

.table-serch-select {
    width: 100%;
    height: 50px;
    border-bottom: 1px solid #eee;
    display: flex;
    display: none;
    justify-content: flex-start;
    align-items: center;
    padding: 0 15px;
}

.table-serch-select div {

    height: 50px;
    line-height: 50px;
    font-size: 14px;
    margin-right: 20px;
    color: #666;
    border-bottom: 1px solid #eee;
    position: relative;
    /*top: 1px;*/
    cursor: pointer;
}

.table-serch-select div.active {
    color: #1F6CDD;
    border-bottom: 1px solid #1F6CDD;

}

.map-serch-info {
    width: 100%;
    flex: 1;
    overflow: auto;
}

.map-serch-info .list {
    width: 100%;
}

.map-serch-info .list .item {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 15px 15px;
    box-sizing: border-box;
    cursor: pointer;
    border-bottom: 1px solid #ddd;
}

.map-serch-info .list .item.active {
    background-color: #f5f7fb;
}

.map-serch-info .list .item:hover {
    background-color: #f5f7fb;
}

.map-serch-info .list .item .p1 {
    max-width: 200px;
    font-size: 14px;
}

.map-serch-info .list .item .p2 {
    max-width: 200px;
    font-size: 14px;
}

.base_info {
    width: 100%;
    display: flex;
    justify-content: flex-start;
    align-items: stretch;
    flex-wrap: wrap;
}

.base_info .item {
    width: calc((100% - 20px) / 2);
    margin-right: 20px;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    margin-bottom: 15px;
}

.base_info .item:nth-child(2n+2) {
    margin-right: 0;
}

.base_info .item .p1 {
    width: 80px;
    font-size: 16px;
    color: #aaa;
    margin-right: 15px;
}

.base_info .item .p2 {
    width: calc(100% - 95px);
    font-size: 16px;
    color: #666;
}

.jcss_info {
    width: 100%;
    display: flex;
    justify-content: flex-start;
    align-items: stretch;
    flex-wrap: wrap;
}

.jcss_info > .item {
    width: calc((100% - 180px) / 6);
    margin-bottom: 30px;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    flex-direction: column;
    margin-right: 30px;
}

.jcss_info > .item:nth-child(6n+6) {
    margin-right: 0;
}

.jcss_info > .item .p1 {
    width: 50px;
    margin-bottom: 25px;
}

.jcss_info > .item .p2 {
    font-size: 18px;
    color: #444;
    text-align: center;
}

.newszx2 {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.newszx2 #sel_type {
    display: flex;
    justify-content: flex-end;
    align-items: center;
}

.newszx2 #sel_type > .item {
    width: 80px;
    height: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
    box-sizing: border-box;
    border: 1px solid #ddd;
    font-size: 16px;
    color: #888;
    margin-left: 10px;
}

.newszx2 #sel_type > .item.hover {
    background-color: #147cdc;
    border: 1px solid #147cdc;
    color: #fff;
}

.zttable .list2 {
    width: 100%;
}

.zttable .list2 > .item {
    width: 100%;
    display: flex;
    justify-content: flex-start;
    align-items: stretch;
    padding-bottom: 30px;
}

.zttable .list2 > .item .pic {
    width: 220px;
    height: 160px;
    margin-right: 25px;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    background-position: center;
    background-repeat: no-repeat;
    border-radius: 5px;
    flex-shrink: 0;
}

.zttable .list2 > .item .info {
    flex: 1;
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    flex-direction: column;
    gap: 15px;
}

.zttable .list2 > .item .info .p1 {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
}

.zttable .list2 > .item .info .p1 .a1 {
    font-size: 18px;
    color: #444;
}

.zttable .list2 > .item .info .p1 .a2 {
    color: #de3731;
}

.zttable .list2 > .item .info .p1 .a2 .b1 {
    font-size: 18px;
}

.zttable .list2 > .item .info .p1 .a2 .b2 {
    font-size: 14px;
}

.zttable .list2 > .item .info .p2 {
    width: 100%;
    font-size: 14px;
    color: #666;
}

.zttable .list2 > .item .info .p3 {
    width: 100%;
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    flex-direction: column;
    gap: 10px;
}

.zttable .list2 > .item .info .p3 .a1 {
    width: 100%;
    display: flex;
    justify-content: flex-start;
    align-items: center;
}

.zttable .list2 > .item .info .p3 .a1 .b1 {
    font-size: 16px;
    color: #aaa;
}

.zttable .list2 > .item .info .p3 .a1 .b2 {
    font-size: 16px;
    color: #666;
}

.rmwd_info {
    width: 100%;
    padding-bottom: 30px;
}

.rmwd_info .item {
    width: 100%;
    margin-bottom: 25px;
}

.rmwd_info .item:last-child {
    margin-bottom: 0;
}

.rmwd_info .item .p1 {
    width: 100%;
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    margin-bottom: 15px;
}

.rmwd_info .item .p1 .a1 {
    margin-right: 10px;
    padding-top: 3px;
}

.rmwd_info .item .p1 .a2 {
    font-size: 18px;
    color: #333;
}

.rmwd_info .item .p2 {
    width: 100%;
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
}

.rmwd_info .item .p2 .a1 {
    margin-right: 10px;
    padding-top: 5px;
}

.rmwd_info .item .p2 .a2 {
    font-size: 16px;
    color: #666;
    line-height: 30px;
}

.listcon .right .pubtitle2 {
    width: 100%;
    box-sizing: border-box;
    padding-left: 15px;
    font-size: 22px;
    color: #333;
    font-weight: bold;
    margin-bottom: 20px;
    position: relative;
}

.listcon .right .pubtitle2::before {
    content: '';
    width: 7px;
    height: 100%;
    background-color: #147cdc;
    border-radius: 0 5px 5px 0;
    position: absolute;
    top: 0;
    left: 0;
}

.listcon .right .block {
    width: 100%;
    background-color: #fafafc;
    margin-bottom: 30px;
    padding: 30px 0;
}

.listcon .right .block.block2 {
    background-color: #fff;
}

.listcon .right .xqtj {
    width: 100%;
    padding: 0 20px;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    gap: 15px;
}

.listcon .right .xqtj .input {
    width: 100%;
    height: 45px;
    border: 1px solid #ddd;
    box-sizing: border-box;
    padding-left: 10px;
    border-radius: 5px;
    font-size: 16px;
}

.listcon .right .xqtj .input2 {
    width: 100%;
    height: 90px;
    border: 1px solid #ddd;
    box-sizing: border-box;
    padding: 10px;
    border-radius: 5px;
    font-size: 16px;
}

.listcon .right .xqtj .sub {
    width: 100%;
    height: 45px;
    border: 0;
    background-color: #147cdc;
    font-size: 16px;
    color: #fff;
    border-radius: 5px;
}

.listcon .right .xqtj .dhhj {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 20px;
    color: #147cdc;
}

.listcon .right .xqtj .dhhj .pic {
    width: 21px;
    margin-right: 10px;
}

.listcon .right .zxzx {
    width: 100%;
    padding: 0 20px;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    gap: 15px;
}

.listcon .right .zxzx .item {
    width: 100%;
    display: flex;
    justify-content: flex-start;
    align-items: center;
}

.listcon .right .zxzx .item .p1 {
    width: 18px;
    height: 18px;
    background-color: #c3c3cb;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 12px;
    color: #fff;
    margin-right: 10px;
    border-radius: 5px;
}

.listcon .right .zxzx .item .p1.red {
    background-color: #d53c3c;
}

.listcon .right .zxzx .item .p2 {
    width: calc(100% - 28px);
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    font-size: 16px;
    color: #666;
}

.listcon .right .tjyq {
    width: 100%;
    padding: 0 20px;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    gap: 30px;
}

.listcon .right .tjyq .item {
    width: 100%;
    display: flex;
    justify-content: flex-start;
    align-items: stretch;
}

.listcon .right .tjyq .item .p1 {
    width: 100px;
    margin-right: 10px;
}

.listcon .right .tjyq .item .p1 .pic {
    width: 100%;
}

.listcon .right .tjyq .item .p2 {
    width: calc(100% - 110px);
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: flex-start;
}

.listcon .right .tjyq .item .p2 .a1 {
    width: 100%;
    font-size: 16px;
    color: #333;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    white-space: pre-wrap;
}

.listcon .right .tjyq .item .p2 .a2 {
    width: 100%;
    font-size: 14px;
    color: #aaa;
}
.newfooter {
    width: 100%;
    background-color: #34383b;
}

.newfooter .row1 {
    width: 100%;
    border-bottom: 1px solid #2a2e31;
    padding-top: 45px;
    padding-bottom: 30px;
}

.newfooter .row1 .main {
    display: flex;
    justify-content: space-between;
    align-items: stretch;
}

.newfooter .row1 .main .l {
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    gap: 15px;
}

.newfooter .row1 .main .l .p1 {
    width: 100%;
    display: flex;
    justify-content: flex-start;
    align-items: center;
}

.newfooter .row1 .main .l .p1 .item {
    padding: 0 15px;
    height: 20px;
    line-height: 20px;
    border-right: 1px solid #ddd;
    font-size: 16px;
    color: #ddd;
}

.newfooter .row1 .main .l .p1 .item:last-child {
    border: 0;
}
.newfooter .row1 .main .l .p1 .item:first-child {
    padding-left: 0;
}

.newfooter .row1 .main .l .p2 {
    width: 100%;
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
    align-items: stretch;
    gap: 10px;
}

.newfooter .row1 .main .l .p2 .item {
    font-size: 14px;
    color: #888;
}

.newfooter .row1 .main .r {
    flex-shrink: 0;
    display: flex;
    justify-content: flex-start;
    align-items: stretch;
    gap: 30px;
}
.newfooter .row1 .main .r .p1{
    width: 100px;
}
.newfooter .row1 .main .r .p1 .pic{
    width: 100%;
}
.newfooter .row1 .main .r .p2{
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    align-items: flex-start;
    gap: 5px;
}
.newfooter .row1 .main .r .p2 .a1 {
    font-size: 16px;
    color: #aaa;
}
.newfooter .row1 .main .r .p2 .a2 {
    font-size: 26px;
    color: #2480de;
}
.newfooter .row2{
    width: 100%;
    padding: 15px 0;
}
.newfooter .row2 .main{
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    gap: 10px;
}
.newfooter .row2 .main .p1{
    font-size: 12px;
    color: #555;
}