html,
body {
    padding: 0;
    margin: 0;
    color: #333;
    transition: all 0.5s;
	font:14px/180% Arial, Helvetica, sans-serif ,"新宋体" !important;
}

#bootomAd{
	display: flex;
	flex-wrap: wrap;
}
.wrap {
    /* max-width: 1200px; */
    margin: 0 auto;
}
.top_banner .wrap .bootom-li{
	border-radius: 8px !important;
}
.top_banner .wrap img{
	border-radius: 8px !important;
}

.wrap2 {
    width: 790px;
    margin: 25px auto;
}

.clearfixed {
    clear: both;
}

a {
    color: #333;
}

ul {
    padding: 0;
    margin: 0;
}

ul li {
    list-style: none;
}

.fl {
    float: left;
}

.fr {
    float: right;
}

th {
    background: #EFEFEF;
}

.layui-table {
    margin: 0;
}

.red {
    color: #e93030;
}

a,
a:hover,
a:active,
a:visited,
a:link,
a:focus {
    /* -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
	-webkit-tap-highlight-color: transparent;
	outline: none;
	background: none;
	text-decoration: none;
	transition-duration: .5s;
	-ms-transition-duration: .5s;
	-moz-transition-duration: .5s;
	-webkit-transition-duration: .5s; */
}

p {
    padding: 0;
    margin: 0;
}

a:hover {
    color: #005a80;
}

img {
    max-width: 100%;
}

p.imgDiv {
    overflow: hidden;
}

p.imgDiv img {
    width: 100%;
    transition: all 0.5s;
}

input:focus,
button:focus,
textarea:focus {
    outline: none;
}

a.more {
    display: block;
    width: 10.25rem;
    height: 3rem;
    text-align: center;
    line-height: 3rem;
    border: 1px #005a80 solid;
    color: #005a80;
    margin-top: 6.5rem;
}

a.more:hover {
    background: #005a80;
    color: #FFFFFF;
}

/*top*/

.top {
    height: 35px;
    background: #292e3c;
	color: hsla(0, 0%, 100%, .6);
	padding: 0 13%;
}
.top a{
	color: hsla(0, 0%, 100%, .6);
}

.top .text_p {
    float: left;
    line-height: 35px;
}

.top .link_p {
    float: right;
    line-height: 35px;
}

.top_banner {
    margin: 10px 0 0 0;
}

.top_banner ul .bootom-li {
    width: 390px;
    float: left;
    margin: 5px;
	/* background-color: #aacede; */
	border-radius: 4px;
	text-align: center;
}

/* .top_banner ul li:first-child {
    margin-left: 0;
} */

.search {
    width: 410px;
    position: relative;
}

.search input.search_inp {
    width: 200px;
    height: 30px;
    padding-left: 116px;
    border: 2px #ff8c00 solid;
    border-radius: 5px 0 0 5px;
}

.search_select {
    position: absolute;
    left: 0;
}

.search_select .layui-input-block {
    margin-left: 0;
    width: 100px;
    height: 30px;
    border: 0;
    left: 10px;
    top: 2px;
}
#searchCatalog{
	padding-left: 0;
	text-align: center;
	padding-right: 8px;
	color: #fb602b;
	font-weight: bold;
}

.search_select .layui-input {
    border: 0;
    height: 28px;
    border-right: 1px #ccc solid;
    font-size: 14px;
}

.search_select .layui-form-select dl dd.layui-this {
    background: #4a7387;
}

.search button {
    width: 90px;
    height: 34px;
	background: linear-gradient(90deg,#ff8c00,#ff5e00) no-repeat;
    color: #FFFFFF;
    float: right;
    border-radius: 0 5px 5px 0;
    border: 0;
    outline: 0;
    cursor: pointer;
    margin-left: -1px;
	letter-spacing: 10px;
	font-weight: bold;
}

.search button img {
    margin-right: 10px;
    width: 15px;
	margin-bottom: 2px;
}

header {
    width: 100%;
    z-index: 99;
    text-align: center;
    /*overflow: hidden;*/
}

.index-search-warp .logo a {
    height: 96px;
    position: relative;
    z-index: 999;
    display: flex;
    justify-content: center;
    align-items: center;
}

.index-search-warp .logo img {
    max-height: 100%;
}

header .rightDiv {
    width: 100%;
    height: 45px;
	margin-top: 0px;
	background: #ff8c00;
}

header .rightDiv .menu {
    text-align: center;
    position: relative;
    height: 45px;
}

header .rightDiv .menu>ul {
    display: block;
    /* display: inline-block !important; */
    /*overflow: hidden;*/
	/* margin-left: 13%; */
}

header .rightDiv .menu>ul>li {
    float: left;
    position: relative;
    /*width: 126px;*/
}

header .rightDiv .menu>ul>li>a {
    height: 45px;
    /* width: 159px; */
    display: inline-block;
    /* justify-content: center; */
    /* align-items: center; */
    text-align: center;
    color: #ffffff;
    position: relative;
    font-size: 16px;
	font-weight: bold;
	line-height: 45px;
	margin: 0 1.5em;
	letter-spacing: 2px;
}

header .rightDiv .menu>ul>li:first-child a::after {
    display: none;
}

header .rightDiv .menu>ul>li>a::after {
/*    content: "";
    width: 5px;
    height: 5px;
    background: #CCCCCC;
    border-radius: 50%;
    display: block;
    top: 8px;
    position: absolute;
	line-height: 45px; */
}

header .rightDiv .menu>ul>li:hover a span,
header .rightDiv .menu>ul>li:focus a span,
header .rightDiv .menu>ul>li.on a span,
header .rightDiv .menu>ul>li.active a span {
    display: block;
    /* width: 60px; */
    height: 2px;
	background: black;
    margin: 0 auto;
    margin-top: -0.625rem;
	color: black;
    /* background: #3fba9e;
	border-bottom: 2px #3fba9e solid; */
}

header .rightDiv .menu>ul>li:hover>a,
header .rightDiv .menu>ul>li:focus>a,
header .rightDiv .menu>ul>li.on>a,
header .rightDiv .menu>ul>li.active>a {
	color: black;
	/* -webkit-background-clip: text;
	-webkit-text-fill-color: transparent; */
}

header .rightDiv .menu ul li div.down_list {
    background: rgba(255, 255, 255, 0.8);
    border-radius: 0.625rem;
    margin-top: -0.65rem;
    display: none;
}

header .rightDiv .menu ul li div.down_list ul li a {
    text-align: center;
    padding: 0;
    display: block;
}

header .mbtn {
    display: inline-block;
    width: 50px;
    height: 50px;
    background: url(../img/menu1.png) no-repeat center center;
    background-size: 55%;
    position: absolute;
    top: 45px;
    right: 0;
    display: none;
}

header .telDiv {
    color: #4c4948;
    width: 22%;
    margin-top: 1.875rem;
    font-size: 1rem;
    line-height: 3.75rem;
}

header .telDiv img {
    margin-right: 0.625rem;
    margin-top: 0.8rem;
}

header .telDiv p.tel {
    font-size: 1.5rem;
    color: #4c4948;
    font-weight: bold;
    line-height: 3.125rem;
}

header .mbtn:active {
    opacity: .8;
}

body.on-menu header .mbtn {
    background: url(../img/menu-hide1.png) no-repeat center center;
    background-size: 1.375rem auto;
}

.header2 {
    background: #FFFFFF;
}

.indexLeft {
    width: 290px;
    float: left;
    margin-top: 20px;
}

.indexLeft .content {
    margin-bottom: 12px;
}

.title {
    font-size: 14px;
    background: #ff5e00;
    min-height: 40px;
    line-height: 40px;
    padding: 0 14px;
	color: #ffffff;
	border-top-left-radius: 8px;
	border-top-right-radius: 8px;
	font-weight: bold;
}

.title a {
    font-size: 12px;
    color: #ffffff;
    float: right;
}

.ulDiv {
    width: 100%;
	border-top-left-radius: 8px;
	border-top-right-radius: 8px;
}

.ulDiv ul {
    padding: 3px 0;
	border: 1px #ff8c00 solid;
}

.ulDiv>ul>li {
	height: 28px;
	line-height: 18px;
	padding: 5px 8px;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
	font-size: 14px;
	border-bottom: 1px #ff8c0096 dashed;
}
.ulDiv ul li:last-child{
	border-bottom: none;
}
.ulDiv ul li .text_p {
    display: inline-block;
    width: 80%;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
	margin-top: 6px;
	font-weight: bold;
}

.ulDiv ul li span.time {
    font-size: 12px;
    color: #999999;
    float: right;
	margin-top: 5px;
}

.ulDiv>ul>li::before {
    content: "";
    display: block;
    width: 3px;
    height: 3px;
    border-radius: 50%;
    background: #999999;
    float: left;
    margin-top: 16px;
    margin-right: 5px;
}

.indexRight {
    width: 900px;
    float: right;
    margin-top: 20px;
}

.indexRight .content .xuqiu {
    width: 443px;
    float: left;
}

.indexRight .content .xinpin2 {
    width: 443px;
    float: right;
}

.muluDiv {
    margin-top: 12px;
    border: 1px #ccc solid;
}

.muluDiv .content {
    padding: 12px 15px;
}

.muluDiv .mulu_p1 {
    font-size: 14px;
    width: 131px;
    float: left;
}

.muluDiv .mulu_p1 span {
    font-family: "ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¥ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â®ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¹ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¤ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â½ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â¦ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã¢â‚¬Å“";
    font-weight: bold;
    font-size: 12px;
}

.muluDiv ul li {
    border-bottom: 1px #eee solid;
    padding: 0;
    padding-top: 15px;
}

.muluDiv ul li:first-child {
    padding-top: 0;
}

.muluDiv ul li:last-child {
    border: 0;
    margin-bottom: -10px;
}

.muluDiv .mulu_p2 {
    width: 735px;
    float: left;
}

.muluDiv .mulu_p2 a {
    display: inline-block;
    padding: 0 7px;
    height: 14px;
    margin-bottom: 15px;
    line-height: 14px;
    border-left: 1px #ccc solid;
    font-size: 14px;
    color: #666666;
}

.rencai {
    width: 600px;
    float: left;
}

.content1 {
    margin-top: 12px;
}

footer {
    border-top: 1px #e6e6e6 solid;
    margin-top: 10px;
    padding-top: 40px;
    text-align: center;
    padding-bottom: 30px;
	background: #292e3c;
	color: hsla(0, 0%, 100%, .6);
}
footer a{
	color: hsla(0, 0%, 100%, .6);
}

footer .link_par a {
    padding: 0 12px;
    height: 14px;
    line-height: 14px;
    border-right: 1px #ccc solid;
}

footer .link_par a:last-child {
    border: 0;
}

footer .nav_bott {
    margin: 10px 0;
}

footer .nav_bott a {
    padding: 0 12px;
    height: 14px;
    line-height: 14px;
    border-right: 1px #ccc solid;
}

footer .nav_bott a:last-child {
    border: 0;
}

footer .qrcard {
    float: right;
    margin-top: -10px;
}

footer .qrcard img {
    width: 90px;
    height: 90px;
	margin: 0 10px;
}

.position {
    width: 100%;
    /* border-top: 1px #ccc solid; */
    color: #999999;
    margin-top: 10px;
    font-size: 13px;
	padding: 10px 0;
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.position a {
    color: #999999;
}

.neiLeftDiv {
    width: 900px;
    float: left;
}

.neiRightDiv {
    width: 290px;
    float: right;
}

.neiLeftDiv .muluDiv {
    min-height: 450px;
    margin-top: 0;
}

.neiLeftDiv .muluDiv ul li:last-child {
    border-bottom: 1px #eee solid;
}

.ershouDiv th,
.gongyingDiv th {
    font-weight: bold;
    color: #333333;
}

.gongyingDiv tr td:nth-child(1) a {
    color: #283e49;
    font-weight: bold;
}

.gongyingDiv tr td:nth-child(3) {
    font-size: 12px;
    color: #666666;
}

.gongyingDiv tr td img {
    border: 1px #eee solid;
}

.gongyingDiv tr:last-child td {
    padding: 20px 0;
}

.gongyingDiv .col1 {
    width: 180px;
}

.gongyingDiv .col2 {
    width: 115px;
}

.layui-laypage a,
.layui-laypage span {
    padding: 5px 15px;
    margin: 0 5px;
}

.neiRightDiv img {
    /* margin-bottom: 10px; */
}

.ershouDiv .col1 {
    width: 100px;
}

.ershouDiv .col2 {
    width: 135px;
}

.ershouDiv .col3 {
    width: 135px;
}

.ershouDiv th:nth-child(2),
.ershouDiv th:nth-child(3),
.ershouDiv th:nth-child(4) {
    text-align: center;
}

.ershouDiv tr td {
    height: 30px;
}

.ershouDiv tr td:nth-child(2),
.ershouDiv tr td:nth-child(3),
.ershouDiv tr td:nth-child(4) {
    font-size: 12px;
    color: #666666;
    text-align: center;
}

.ershouDiv tr td:nth-child(1) {
    font-weight: bold;
}

.ershouDiv tr td:nth-child(1) span {
    color: #005a80;
}

.jishuDiv.ulDiv ul li::before {
    width: 4px;
    height: 4px;
    background: #005a80;
}

.xinpin.ulDiv ul li span.text_p,
.jishuDiv.ulDiv ul li .text_p {
    font-weight: bold;
}

.jishuDiv.ulDiv>ul>li {
    height: 35px;
    padding: 0 15px;
}

.jishuDiv #demo2,
.xinpin #demo2 {
    margin: 40px 0;
}

.xinpin.ulDiv ul li::before {
    width: 4px;
    height: 4px;
    background: #005a80;
    margin-top: 10px;
}

.xinpin.ulDiv ul li span.text_p,
.xinpin.ulDiv ul li span.time {
    float: left;
    line-height: 26px;
}

.xinpin.ulDiv ul li span.time {
    margin-left: 10px;
}

.xinpin.ulDiv ul li span.from {
    float: right;
    color: #999;
    font-size: 12px;
    line-height: 26px;
}

.xinpin.ulDiv ul li {
    height: 35px;
    padding: 0 15px;
}

.wrap2 .content {
    margin-top: 40px;
}

.login_lf {
    width: 500px;
    float: left;
}

.login_lf .textDiv {
    margin-top: 40px;
    font-size: 12px;
    line-height: 20px;
}

.login_lf .textDiv .title_p {
    color: #005a80;
    font-weight: bold;
}

.login_lf .textDiv .title_p,
.login_lf .textDiv .text_p {
    margin-bottom: 25px;
}

.login_form {
    width: 240px;
    height: 330px;
    border-radius: 10px;
    overflow: hidden;
    background: #fafafa;
    border: 1px #333 solid;
    float: right;
}

.login_form ul {
    margin-top: 20px;
}

.login_form ul li {
    padding: 5px 20px;
    margin: 0 auto;
}

.login_form ul li input {
    width: 150px;
}

.login_form ul li input[type="checkbox"] {
    width: 15px;
}

.login_form ul li button {
    width: 80px;
    height: 24px;
    margin-top: 15px;
    margin-left: 35px;
}

.login_form ul li a {
    float: right;
    color: #283e49;
}

.login_form ul li label {
    text-align: right;
    width: 50px;
}

.login_psw ul li input {
    width: 126px;
}

.login_psw ul li label {
    width: 70px;
    text-align: right;
    display: inline-block;
}

.login_title {
    height: 35px;
    background: url(../img/login_bg.jpg);
    padding: 20px;
}

.back {
    text-align: center;
    width: 90%;
    margin: 0 auto;
    margin-top: 20px;
    padding-top: 10px;
    border-top: 1px #ccc solid;
}

.back a {
    color: #283e49;
}

.zhuce {
    float: right;
    margin-top: 20px;
    margin-right: 30px;
}

.zhuce a {
    color: #283e49;
}

.link_p1 {
    margin-left: 55px;
    margin-top: 20px;
}

.link_p1 a {
    color: #283e49;
}

.login_title span {
    display: block;
    font-size: 14px;
    color: #283e49;
    font-weight: bold;
    margin-top: 6px;
}

.login_title2 {
    font-size: 16px;
    padding: 15px 20px;
    font-weight: bold;
}

.xuqiuDiv th {
    font-weight: bold;
    color: #333333;
}

.xuqiuDiv tr td:first-child a {
}

.xuqiuDiv th:nth-child(2),
.xuqiuDiv th:nth-child(3),
.xuqiuDiv tr td:nth-child(2),
.xuqiuDiv tr td:nth-child(3) {
    text-align: center;
}

.xuqiuDiv .col1 {
    width: 90px;
}

.xuqiuDiv .col2 {
    width: 75px;
}

.xuqiuDiv .col3 {
    width: 165px;
}

.xuqiuDiv .col4 {
    width: 300px;
}

.xuqiuDiv .col5 {
    width: 80px;
}
.xuqiuDiv td img{
	width: 40px;
	height: 40px;
	border-radius: 50%;
}

.zhaopinDiv table {
    border: 1px #eee solid;
}

.zhaopinDiv table tr {
    border-bottom: 1px #eee solid;
}

.zhaopinDiv table tr td:last-child img {
    width: 15px;
    margin-left: 10px;
}

.zhaopinDiv .col1 {
    width: 120px;
}

.zhaopinDiv .col2 {
    width: 120px;
}

.zhaopinDiv .col3 {
    width: 240px;
}

.zhaopinDiv th {
    font-weight: bold;
    color: #333333;
}

.zhaopinDiv th:nth-child(2),
.zhaopinDiv th:nth-child(3),
.zhaopinDiv tr td:nth-child(2),
.zhaopinDiv tr td:nth-child(3) {
    text-align: center;
}

.zhaopinDiv tr td:nth-child(1) .title_p {
    font-weight: bold;
    color: #283e49;
}

.zhaopinDiv tr td:nth-child(1) .text_p {
    margin: 10px 0;
}

.zhaopinDiv tr td:nth-child(1) .text_p span {
    padding: 0 10px;
    border-left: 1px #eee solid;
    height: 14px;
    line-height: 14px;
}

.zhaopinDiv tr td:nth-child(1) .text_p span:nth-child(1) {
    color: #fc703e;
    border-left: 0;
    padding-left: 0;
}

.zhaopinDiv tr td:nth-child(1) .text_p2 {
    font-size: 12px;
    color: #999999;
}

.zhaopinDiv tr td:nth-child(1) .text_p2 span {
    display: inline-block;
    padding: 0 10px;
    border: 1px #eee solid;
    border-radius: 3px;
}

.rencai_xqDiv {
    border: 1px #eee solid;
}

.rencai_xq_title {
    padding: 30px 35px;
    background: #f5fafe;
    text-align: center;
}

.rencai_xq_title .title_p {
    font-size: 24px;
    color: #333333;
    margin-bottom: 20px;
}

.rencai_xq_title .time {
    font-size: 12px;
    color: #999999;
}

.rencai_xq_title .time span {
    margin: 0 10px;
}

.rencai_xqDiv .zhaopinDiv table {
    border: 0;
    border-bottom: 1px #eee solid;
    padding-left: 35px;
}

.rencai_xqDiv .zhaopinDiv table tr td:first-child {
    padding-left: 30px;
}

.rencai_xq_text {
    padding: 30px 35px;
    line-height: 20px;
    color: #666666;
}

.rencai_xq_text span {
    color: #333333;
    font-weight: bold;
}

.huiyiDiv .col1 {
    width: 180px;
}

.huiyiDiv .col2 {
    width: 110px;
}

.huiyiDiv .col3 {
    width: 195px;
}

.huiyiDiv .col4 {
    width: 90px;
}

.huiyiDiv th {
    font-weight: bold;
    color: #333333;
}

.huiyiDiv tr td:nth-child(1) a {
    font-weight: bold;
    color: #283e49;
}

.huiyiDiv th:nth-child(2),
.huiyiDiv th:nth-child(3),
.huiyiDiv th:nth-child(4),
.huiyiDiv th:nth-child(5),
.huiyiDiv tr td:nth-child(2),
.huiyiDiv tr td:nth-child(3),
.huiyiDiv tr td:nth-child(5) {
    text-align: center;
}

.yewuDiv .title {
    font-size: 18px;
    height: ;
    color: #283e49;
    font-weight: bold;
    text-align: center;
    padding: 20px 0;
    line-height: 20px;
}
.yewuDiv{
	border: 1px #ff8c00 solid;
	padding-bottom: 40px;
}

.yewuDiv .title span {
    color: #283e49;
    font-size: 14px;
    display: block;
    margin-top: 10px;
    font-weight: normal;
}

.yewu_form .layui-form {
    width: 540px;
    margin: 40px auto;
}

.yewu_form .layui-form input,
.yewu_form .layui-form textarea {
    border: 1px #999 solid;
}

.yewu_form .layui-form .fl,
.yewu_form .layui-form .fr {
    width: 270px;
}

.yewu_form .layui-form label span {
    color: #c00;
    margin-right: 3px;
    font-size: 14px;
}

.yewu_form form .layui-btn {
    background: #ff8c00;
    text-align: center;
    margin: 0 auto;
	border-radius: 8px;
	letter-spacing: 5px;
}

#demo2 a {
    font-weight: normal;
    color: #333333;
    background: #FFFFFF;
}

.chanpinDiv .col1 {
    width: 240px;
}

.chanpinDiv table tr td:nth-child(1) a {
    font-weight: bold;
}

.chanpinDiv table tr td:nth-child(1) a span {
    color: #f41f1f;
}

.chanpinDiv tr td:last-child {
    position: relative;
}

.chanpinDiv tr td:last-child a {
    text-align: right;
    color: #283e49;
}

.chanpinDiv tr td:last-child a p {
    width: 87%;
    float: left;
}

.chanpinDiv tr td:last-child img {
    /* position: absolute; */
    /* top: 44%; */
    margin-left: 10px;
    width: 16px;
    right: 10px;
}

.chanpinDiv tr {
    border-bottom: 1px #ccc solid;
}

.chanpinDiv tr:last-child {
    border: 0;
}

.chanpinDiv table {
    border: 1px #ccc solid;
}

.chanpinDiv table td ul li {
    min-width: 250px;
    float: left;
    font-size: 12px;
    color: #999999;
    margin-top: 6px;
    font-weight: normal;
}

.chanpinDiv table th:first-child {
    color: #333333;
}

.about_lf {
    width: 250px;
    float: left;
    border: 1px #ccc solid;
    background: #f9f9f9;
}

.about_lf ul li a {
    padding: 15px 25px;
    display: block;
    border-bottom: 1px #ccc solid;
    font-size: 15px;
}

.about_lf ul li:last-child a {
    border: 0;
}

.about_lf ul li a span {
    float: right;
    font-family: "ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¥ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â®ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¹ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¤ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â½ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â¦ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã¢â‚¬Å“";
    display: none;
}

.about_lf ul li.now a {
    color: #283e49;
}

.about_lf ul li:hover a span,
.about_lf ul li.now a span {
    display: block;
}

.about_rt {
    width: 940px;
    float: right;
    border: 1px #ccc solid;
}

.about_rt .content .title_p {
    height: 50px;
    background: #efefef;
    line-height: 50px;
    font-size: 16px;
    font-weight: bold;
    border-bottom: 1px #ccc solid;
    padding: 0 25px;
}

.about_rt .content .textDiv {
    padding: 25px;
    line-height: 24px;
    color: #666666;
    min-height: 400px;
}

.mineDiv {
    margin-top: 20px;
}

.min_lf {
    width: 200px;
    float: left;
    background: #FFFFFF;
    border: 1px #eee solid;
    padding: 20px 0;
}

.min_lf ul li:first-child {
    font-size: 16px;
    font-weight: bold;
}

.min_lf .xian {
    width: 100%;
    height: 1px;
    background: #eee;
    display: block;
    margin: 10px 0;
}

.min_lf ul li {
    padding: 10px 0;
    padding-left: 50px;
    padding-right: 20px;
}

.min_lf ul li:first-child {
    padding-left: 25px;
}

.min_lf ul li a span {
    font-family: "ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¥ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â®ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¹ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¤ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â½ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â¦ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã¢â‚¬Å“";
    float: right;
    font-weight: bold;
    color: #283e49;
    display: none;
}

.min_lf ul li a {
    width: 100%;
    display: block;
}

.min_lf ul li a.now {
    color: #283e49;
}

.min_lf ul li a.now span,
.min_lf ul li a:hover span {
    display: block;
}

.mine_fr {
    width: 990px;
    min-height: 700px;
    float: right;
    border: 1px #eee solid;
    background: #FFFFFF;
    font-size: 16px;
    /*  */
}

.mine_top_title {
    height: 36px;
    line-height: 28px;
    position: relative;
    padding-left: 25px;
    padding-right: 25px;
    border-bottom: 1px #eee solid;
    font-weight: bold;
    color: #283e49;
}

.mine_top_title span {
    display: block;
    position: absolute;
    bottom: 0;
    height: 2px;
    width: 50px;
    background: #283e49;
}

.mine_fr {
    padding: 20px 0;
}

.mine_form {
    width: 765px;
    margin: 0 auto;
    margin-top: 40px;
}

.mine_form .layui-form-label {
    width: 70px;
    text-align: right;
    display: inline-block;
    font-size: 14px;
}

.mine_form .layui-form-label span {
    color: #c00;
}

.mine_form input {
    width: 600px;
    display: inline-block;
    font-size: 14px;
    border: 1px #999 solid;
    height: 40px;
    margin-top: 5px;
    margin-left: -10px;
}

.mine_form textarea {
    border: 1px #999 solid;
    margin-left: -10px;
    width: 600px;
    font-size: 14px;
}

.mine_form .layui-btn {
    background: #283e49;
    margin-left: -10px;
}

.zhuceDiv {
    width: 770px;
    margin: 30px auto;
    border: 1px #ccc solid;
    background: #fafafa;
}

.zhuce1,
.zhuce2,
.zhuce3 {
    padding: 30px 50px;
}

.zhuce1,
.zhuce2 {
    border-bottom: 1px #ccc dashed;
}

.zhuceDiv .title_p {
    font-size: 14px;
    color: #005a80;
    font-weight: bold;
    margin-bottom: 20px;
}

.zhuceDiv ul li {
    min-height: 20px;
    margin-bottom: 10px;
}

.zhuceDiv ul li label,
.zhuceDiv ul li input,
.zhuceDiv ul li p {
    float: left;
}

.zhuceDiv ul li p {
    font-size: 12px;
    color: #999999;
    margin-left: 10px;
    margin-top: 2px;
}

.zhuceDiv ul li label {
    width: 140px;
    text-align: right;
    margin-right: 5x;
}

.zhuceDiv ul li input {
    width: 190px;
    height: 20px;
    border-radius: 2px;
    border: 1px #666 solid;
}

.zhuceDiv .tijiao {
    width: 120px;
    height: 35px;
    border-radius: 5px;
    border: 1px #ccc solid;
    outline: none;
    margin-top: 30px;
    cursor: pointer;
    background: url(../img/btn_bg.jpg) repeat-x;
}

.login_psw ul li input.send_btn {
    width: 60px;
    float: right;
    margin-left: 5px;
    margin-top: 0;
    height: 23px;
}

.zhuceDiv ul li input.send_btn {
    width: 65px;
    float: left;
    margin-left: 5px;
    margin-top: 0;
    height: 23px;
    text-align: center;
}

.zhuceDiv ul li input.yanzheng {
    width: 120px;
}

.input1,
.input2 {
    float: left;
    width: 49%;
}

.input2 {
    margin-left: 2%;
}

.mine_form .input1 input,
.mine_form .input2 input {
    width: 268px;
}

.mine_psw_form {
    width: 580px;
    margin-top: 100px;
}

.mine_psw_form input {
    width: 400px;
}

.mine_psw_form .layui-form-label {
    width: 150px;
    margin-right: 10px;
}

.mine_psw_form .layui-btn {
    margin-left: 60px;
}

.title_fr {
    width: 370px;
    float: right;
    font-weight: normal;
    font-size: 12px;
    color: #333333;
    display: flex;
    justify-content: right;
}

.title_fr a {
    display: block;
    float: left;
    margin-left: 10px;
    border: 1px #eee solid;
    padding: 0 10px;
    height: 25px;
    line-height: 25px;
}

.title_fr a.fabu {
    background: #283e49;
    border: none;
    color: #FFF;
}

.tiaoshu {
    float: left;
}

.tiaoshu span {
    display: inline;
    width: auto;
    height: auto;
    background: none;
    position: relative;
    font-weight: bold;
    font-style: italic;
    color: #283e49;
    margin-right: 5px;
}

.mine_xinpin {
    padding: 0 25px;
    margin-top: 10px;
}

.mine_xinpin ul li {
    padding: 20px 0;
    border-bottom: 1px #eee dashed;
    position: relative;
}

.mine_xinpin ul li p {
    float: left;
}

.mine_xinpin ul li p:nth-child(1) {
    width: 63%;
    font-size: 14px;
    /* font-weight: bold; */
}

.mine_xinpin ul li p:nth-child(2) {
    width: 20%;
    margin-left: 3%;
    font-size: 12px;
    color: #666;
}

.mine_xinpin ul li p:nth-child(3) {
    width: 10%;
    margin-left: 4%;
    font-size: 12px;
    color: #666;
}

.mine_xinpin ul li p.operate input {
    width: 40px;
    height: 20px;
    background: none;
    border: 1px #ccc solid;
    color: #666;
    cursor: pointer;
}

.title_2 {
    font-size: 14px;
    background: #f4f4f4;
    padding: 10px 15px;
    margin: 20px 0 30px 0;
}

.title_2 span {
    display: block;
    width: 5px;
    height: 5px;
    border-radius: 50%;
    border: 2px #666 solid;
    float: left;
    margin: 5px 7px 0 0;
}

.fabuDiv {
    width: 850px;
    margin: 0 auto;
    font-size: 14px;
}

.fabuDiv label span {
    color: #CC0000;
}

.fabuDiv input,
.fabuDiv .layui-layedit-tool,
.fabuDiv .layui-layedit-iframe {
    border: 1px #999 solid;
}

.fabuDiv .layui-layedit-iframe {
    border-top: 0;
}

.blue {
    color: #005a80;
}

.fabuDiv .layui-form-checkbox[lay-skin=primary] {
    float: left;
}

.fabuDiv p.fl {
    margin-top: 8px;
}

.fabuDiv .layui-form-checked[lay-skin=primary] i {
    border-color: #005a80 !important;
    background-color: #005a80;
    color: #fff;
}

.fabuDiv .layui-btn {
    background: #005a80;
}

.mine_xinpin ul li p.operate {
    width: 90px;
    float: right;
    margin: 0;
}

.mine_xinpin ul li p.operate input:hover {
    background: #283e49;
    color: #FFFFFF;
    border: 1px #283e49 solid;
}

.fabuDiv .layui-form .layui-form-checkbox i {
    display: none;
}

.leixing input {
    display: none;
}

.leixing .label1 {
    width: 80px;
    height: 30px;
    border: 1px #999 solid;
    display: inline-block;
    font-size: 14px;
    text-align: center;
    line-height: 30px;
    border-radius: 2px;
    cursor: pointer;
}

.leixing .label1.checked {
    background: #283e49;
    color: #fff;
}

.leixing .layui-form-radio {
    display: none;
}

.mine_xinpin ul li p.zhaopin_zw {
    width: 50%;
}

.mine_xinpin ul li p.zhaopin_p {
    width: 30%;
}

.mine_xinpin ul li p.zhaopin_p span {
    padding: 0 8px;
    border-left: 1px #ccc solid;
    height: 14px;
    display: inline-block;
    line-height: 14px;
}

.mine_xinpin ul li p.zhaopin_p span:nth-child(1) {
    color: #fc703e;
    border-left: 0;
    padding-left: 0;
}

.layui-form-select dl dd.layui-this {
    background: #005a80;
}

.fabuDiv .layui-form-checkbox {
    display: none;
}

#fuli p {
    display: inline-block;
}

#fuli .add_fuli input {
    display: inline-block;
    padding: 6px;
    border-radius: 2px;
}

.add_fuli button {
    width: 30px;
    height: 30px;
}

.add .label1 {
    margin-right: 5px;
}

#fuli .add_fuli input {
    width: 100px;
}

.fabuDiv label.label1 span {
    color: #333333;
}

.leixing .label1.checked span {
    color: #FFFFFF;
}

.layui-form-label {
    min-width: 100px !important;
    padding: 9px 0 !important;
}

.mine_xinpin ul li p.xuqiu_title {
    width: 60%;
}

.mine_xinpin ul li p.xuqiu_p span {
    padding: 0 7px;
    border-left: 1px #ccc solid;
    height: 14px;
    line-height: 14px;
    display: inline-block;
    color: #999;
}

.mine_xinpin ul li p.xuqiu_p span:nth-child(1) {
    padding-left: 0;
    border: 0;
}

/* #fuli .add_fuli  .layui-form-checkbox{
	display: block;
}
#fuli .add_fuli .layui-form .layui-form-checkbox i{
	display: block;
} */

.qiye_xx {
    background: #f5f9fa;
    padding: 20px;
}

.qiye_xx p {
    margin-left: 16px;
    margin-top: 10px;
}

.renzhengDiv .textDiv {
    font-size: 14px;
    padding: 0 25px;
    text-align: left;
    line-height: 24px;
}

.renzhengDiv .textDiv .vip {
    width: 16px;
}

.renzhengDiv .textDiv .title_p {
    font-weight: bold;
    margin-bottom: 10px;
}

.renzhengDiv .textDiv table th,
.renzhengDiv .textDiv table {
    text-align: center;
}

.renzhengDiv .textDiv table {
    margin-top: 20px;
}

.renzhengDiv .textDiv th {
    background: #e5eef2;
    padding: 16px 0;
    border-right: 1px #ddd solid;
    color: #283e49;
}

.chengnuo {
    margin-top: 40px;
    line-height: 24px;
}

a.go_on {
    display: block;
    width: 100px;
    height: 40px;
    background: #283e49;
    text-align: center;
    line-height: 40px;
    border-radius: 3px;
    color: #FFFFFF;
    margin-top: 45px;
    margin-bottom: 45px;
}

.huiyuan1 {
    width: 315px;
}

.logo_img .layui-upload-list {
    width: 100px;
    float: left;
    margin-top: 0;
    height: 36px;
    margin-left: 10px;
}

.logo_img .layui-upload-list img {
    max-height: 36px;
    /* border: 1px #eee solid; */
}

.logo_img .layui-btn {
    float: left;
    margin-left: 10px;
    background: #f4f4f4;
    color: #333333;
    border: 1px #ccc solid;
    width: 150px;
}

.fabuDiv textarea {
    border: 1px #999 solid;
}

.title_3 {
    margin: 0 -40px;
    margin-top: 40px;
    margin-bottom: 20px;
}

.input3 {
    width: 280px;
}

.label2 {
    width: 100px;
}

.label3 {
    margin-left: -20px;
    width: 120px;
}

.fabuDiv .layui-btn.tijiao2 {
    width: 180px;
}

.renzhengDiv1 .operate {
    width: 100px;
    float: right;
    margin-top: 0;
}

.renzhengDiv1 .operate input {
    width: 40px;
    height: 20px;
    background: none;
    border: 1px #ccc solid;
    color: #666;
    cursor: pointer;
    font-size: 12px;
    color: #999999;
    background: #FFF;
}

.renzhengDiv1 {
    padding: 25px;
}

.renzhengDiv1 ul li {
    border-left: 4px #283e49 solid;
    padding: 30px 20px;
    background: #f5f9fa;
    font-size: 16px;
    margin-bottom: 20px;
}

.renzhengDiv1 ul li p {
    width: 80%;
    float: left;
}

.sp {
    font-size: 10px;
    color: #FFFFFF;
    display: inline-block;
    border-radius: 2px;
    min-width: 40px;
    padding: 0 2px;
    text-align: center;
    margin-left: 10px;
}

.sp1 {
    background: #657eff;
}

.sp2 {
    background: #89a4af;
}

.sp3 {
    background: #ff6665;
}

.mine_pro_list ul li ul li {
    float: left;
    width: 280px;
}

input:focus {
    /* border: 1px #c00 solid; */
}

.proDiv input.qrm-input {
    border: 0;
}

.proDiv .layui-tab-title {
    margin-left: 110px;
    border: 0;
}

.proDiv .layui-tab-title .layui-this {
    color: #FFFFFF;
    background: #283e49;
    border: 0;
    border: 1px #283e49 solid;
}

.proDiv .layui-tab-title li {
    min-width: 60px;
    border-radius: 2px;
    border: 1px #eee solid;
    margin-right: 10px;
    height: 30px;
    line-height: 30px;
    padding: 0;
}

.proDiv .layui-tab-title .layui-this:after {
    border: 0;
}

.proDiv .title_2 {
    margin: 20px 25px 30px 25px;
}

.proDiv .title_4 {
    margin: 0 -45px;
    font-size: 14px;
    background: #f4f4f4;
    padding: 10px 15px;
    /* margin-top: 40px; */
}

.pro_miaoshu .layui-input-block {
    margin: -45px;
    margin-top: 15px;
	text-align: center;
}

.label4 {
    margin-left: -5px;
    width: 105px;
}

#addDiv {
    display: block;
}

/* #deletDiv{
	display: none;
} */

.pro_xq {
    border: 1px #eee solid;
    padding: 20px;
    padding-top: 10px;
}

.pro_xq .layui-table td,
.pro_xq .layui-table th {
    text-align: left;
}

.pro_xq .col1 {
    width: 20%;
}

.pro_xq .col2 {
    width: 15%;
}

.pro_xq .col3 {
    width: 15%;
}

.pro_xq .col4 {
    width: 15%;
}

.pro_xq .col5 {
    width: 15%;
}

.table2 {
    margin-top: 20px;
}

.pro_xq .content1 img {
    float: left;
    width: 360px;
    height: 240px;
}

.pro_xq .textDiv {
    float: right;
    width: 470px;
}

.pro_xq .textDiv .title_p {
    font-size: 20px;
    margin-top: 25px;
    margin-bottom: 35px;
}

.pro_xq .textDiv ul li {
    width: 49%;
    float: left;
    font-size: 14px;
    margin-bottom: 10px;
}

.pro_xq .textDiv ul li span {
    color: #999;
}

.pro_xq .textDiv ul li:nth-child(even) {
    margin-left: 2%;
}

.pro_xq_text {
    margin-top: 40px;
}

.pro_xq_title {
    width: 100%;
    height: 40px;
    line-height: 40px;
    background: #f6f6f6;
    border: 1px #eee solid;
}

.pro_xq_title span {
    display: block;
    width: 95px;
    background: #283e49;
    text-align: center;
    color: #FFFFFF;
}

.pro_xq_text .wenzi {
    font-size: 14px;
    line-height: 26px;
    padding: 20px;
}

.company_xx {
    border: 1px #eee solid;
}

.company_xx .title_p {
    padding: 20px;
    background: #f5fafe;
    font-size: 16px;
    color: #283e49;
    border-bottom: 1px #eee solid;
}

.company_xx .content {
    padding: 20px;
}

.company_xx .content ul li {
    margin-bottom: 10px;
}

/* .company_xx .content ul li span.sp1{
	display: inline-block;
	width: 25%;
} */

.company_js {
    border: 1px #eee solid;
    margin-top: 12px;
    margin-bottom: 12px;
}

.company_js .title_p {
    padding: 20px;
    background: #efefef;
    font-size: 14px;
    color: #333;
    border-bottom: 1px #eee solid;
}

.company_js .content {
    padding: 20px;
    line-height: 24px;
}

.company_1 {
    border-top: 5px #e5ecef solid;
}

.company_1 table tr:nth-child(even) {
    background: #f5f8fa;
}

.company_1 .col1 {
    width: 12%;
}

.company_1 .company_img {
    border: 1px #eee solid;
    float: left;
}

.company_1 .company_name {
    float: left;
    margin-left: 20px;
    font-size: 18px;
    position: relative;
    padding: 25px 20px;
    padding-left: 0;
}

.company_1 .company_name span {
    font-size: 12px;
    display: block;
}

.company_1 .company_name .vip {
    position: absolute;
    top: 28px;
    right: 0;
    width: 15px;
}

.company_1 .time {
    float: right;
    /* width: 100px; */
    margin-top: 40px;
}

.company_2 {
    
}

.company_2 .title_p {
	font-size: 14px;
	background: #ff5e00;
	min-height: 40px;
	line-height: 40px;
	padding: 0 14px;
	color: #ffffff;
	border-top-left-radius: 8px;
	border-top-right-radius: 8px;
	font-weight: bold;
}

.company_2 .content {
    padding: 20px;
    line-height: 24px;
	border: 1px #ff8c00 solid;
}

.company_3 {
    margin-top: 20px;
}

.company_3 .chanpinDiv tr td:last-child a p {
    text-align: left;
}

.company_3 .chanpinDiv table td ul li {
    text-align: left;
}

.company_3 .chanpinDiv table td ul {
    width: 80%;
}

.company_3>.title_p {
    background: #e5ecef;
    height: 40px;
    line-height: 40px;
    padding: 0 20px;
    color: #283e49;
}

.mine_pro .layui-table {
    border: 0;
    width: 94%;
    margin: 0 auto;
}

.mine_pro .layui-table td {
    padding: 20px 0;
}

.mine_pro .chanpinDiv tr {
    border-bottom: 1px #eee dashed;
}

.mine_pro .chanpinDiv tr:last-child {
    border: 0;
}

.mine_pro .chanpinDiv tr:hover {
    background: none;
}

.mine_pro .chanpinDiv td {
    border: 0;
    /* border-bottom: 1px #eee solid; */
}

.mine_pro .operate input {
    width: 40px;
    height: 20px;
    background: none;
    border: 1px #ccc solid;
    color: #666;
    cursor: pointer;
}

.div1,
.div2 {
    margin-left: -5%;
    width: 110%;
    border-bottom: 1px #eee solid;
}

.div1 table,
.div2 table {
    border: 0;
    /* width: 90%; */
    margin-top: 10px;
    float: left;
}

.div1 table td,
.div2 table td {
    border: 0;
    width: 15%;
    vertical-align: top;
    text-align: center;
    padding: 0 10px;
    width: ;
}

.div1 table td input,
.div2 table td input {
    width: 90%;
    margin-bottom: 10px;
    border: 1px #ccc solid;
    border-radius: 2px;
    padding-left: 10px;
    height: 25px;
}

.div1 table th,
.div2 table th {
    background: none;
    border: 0;
    font-weight: normal;
    height: 30px;
    line-height: 30px;
    font-size: 12px;
    color: #666;
}

.div1 .add_btn .div2 .add_btn {
    width: 10%;
    float: right;
}

.bt_ul {
    margin-left: -30px;
    margin-top: 20px;
}

.bt_ul li {
    float: left;
    width: 19%;
    font-size: 12px;
    color: #999;
}

.add_btn button {
    width: 25px;
    height: 25px;
    border: 1px #333 solid;
    text-align: center;
    line-height: 20px;
    font-size: 16px;
    color: #333;
    background: none;
    float: left;
    margin-right: 10px;
    margin-top: 10px;
    font-family: "ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¥ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â®ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¹ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¤ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â½ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â¦ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã¢â‚¬Å“";
    cursor: pointer;
}

.add_btn #deletDiv {
    display: none;
}

.add_btn #deletDiv1 {
    display: none;
}

.mine_xinpin ul li.ulli {
    padding: 0;
}

.pick3 {
    width: 305px;
}

.min_lf ul li img {
    width: 20px;
    float: left;
}

.layui-layedit-iframe {
    height: 350px;
}

/* .fabuDiv .layui-form input[type=checkbox]{
	display:block;
} */

.layui-form input[type=checkbox].tongyi {
    display: block;
    margin-top: 11px;
    margin-right: 10px;
}

.mine_xinxi li {
    font-size: 14px;
    margin-bottom: 10px;
    line-height: 26px;
}

.mine_xinxi li span {
    float: left;
    width: 10%;
    text-align: right;
    margin-right: 20px;
}

.mine_xinxi li p {
    display: inline-block;
    width: 80%;
    float: left;
}

.mine_xinxi li img {
    border: 1px #ccc solid;
    width: 150px;
}

.mar_22 {
    margin-left: -40px;
}

.title_fr2 {
    width: 160px;
}

.input-val {
    width: 200px;
    height: 35px;
    padding-left: 10px;
    float: left;
}

#canvas {
    height: 35px;
}

.backTop {
    position: fixed;
    bottom: 100px;
    right: 0px;
    width: 20px;
    height: auto;
    background: #333;
    text-align: center;
    /* background: rgba(255,255,255,0.6); */
    border: 1px #ccc solid;
    color: #fff;
    font-size: 12px;
    padding: 5px 0;
}

.backTop img {
    width: 30px;
    margin: 0 auto;
}

.backTop:hover {
    color: #fff;
}

.btn2 {
    margin-left: -45px;
}

.tags {
    margin: 10px 0 10px 0;
}

.tags a {
    margin: 0 3px;
    background: #005a80;
    color: #fff;
    display: inline-block;
    padding: 3px 6px;
}

.other {
    margin: 5px 0 0 0;
}

.other .t {
    display: flex;
    justify-content: space-between;
    align-items: baseline;
}

.other .name {
    margin: 0 0 10px 0;
    font-size: 18px;
    font-weight: bold;
}

.other ul {
    display: flex;
    flex-wrap: wrap;
}

.other ul li {
    width: 50%;
    margin: 5px 0;
    font-size: 14px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.other ul li:before {
    height: 2px;
    width: 2px;
    background: #222;
    display: block;
    float: left;
    margin-right: 8px;
    line-height: 20px;
    content: '';
    margin-top: 9px;
}

.pagination {
    display: flex;
    justify-content: center;
    margin-top: 30px;
	border: unset !important;
}

.pagination li {
    width: 50px;
    min-width: 40px !important;
    margin: 0 3px;
    background: #ff8c00;
    color: #FFFFFF;
    width: 30px;
    height: 30px;
    line-height: 30px;
    padding: 0 !important;
    border-bottom: none !important;
    text-align: center;
}

.pagination li.active {
    background: rgb(245, 247, 248);
}
.pagination .active a{
    color: #ff8c00 !important;
	font-weight: bold;
	font-size: 16px;
}

.pagination li.active span {
    color: #005a80;
}

.pagination li span {
    color: #fff;
}

.pagination li a {
    color: #fff !important;
}


@media screen and (max-width:767px) {
    .wrap {
        width: 96%;
        margin: 0 auto;
    }
    .btn2 {
        margin-left: 0;
    }
    .backTop {
        right: 15px;
        bottom: 15px;
    }
    .mine_form .layui-form-label {
        width: 90%;
        text-align: left;
        margin: 0 auto;
        float: none;
        display: block;
    }
    .mine_xinpin ul li {
        padding: 20px;
    }
    .mine_form .layui-input-block {
        margin-left: 0;
        width: 90%;
        margin: 0 auto;
    }
    .mine_form .layui-input-block input {
        margin-left: 0;
        width: 100%;
    }
    img {
        width: 100%;
    }
    header .logo {
        width: 60%;
        margin-left: 0;
    }
    header .logo a {
        position: absolute;
        top: 25px;
        width: 50%;
    }
    header .wrap {
        display: block;
    }
    header {
        /* position: fixed !important;
		z-index: 999;
		top: 0;
		left: auto;
		right: 0; */
        width: 100%;
        min-height: 60px;
        margin-top: 35px;
        /*background-color: transparent;*/
        transition: right 300ms !important;
    }
    header .rightDiv .menu>ul>li:last-child>a {
        margin-top: 0;
        /* margin-left: 1.25rem; */
    }
    header .rightDiv .menu>ul>li>a:hover {
        color: #009A44;
    }
    .on-fixed header {
        box-shadow: 0px 0px 10px rgba(0, 0, 0, .1);
    }
    /*body.on-menu header {right: 45%;}*/
    header .mbtn {
        display: block;
    }
    body.on-menu header .mbtn {
        z-index: 999;
    }
    header .rightDiv .menu {
        float: right;
        position: fixed;
        top: 0px;
        right: 0;
        width: 100%;
        height: 100%;
        padding-top: 0;
        background-color: rgba(255, 255, 255, 1);
        border-bottom: 1px solid #f8f8f847;
        transition: right 300ms;
        right: -100%;
        padding: 0;
        z-index: 99;
        overflow-y: auto;
        text-align: center;
        padding-top: 60px;
    }
    header .rightDiv .menu ul li {
        padding: 0;
        margin: 0;
        border-bottom: 1px solid #ccc;
        float: none;
        width: 100%;
    }
    header .rightDiv .menu ul li a {
        display: block;
        line-height: 50px;
        height: 50px;
        /*color: #fff;*/
        /*padding: 0 15px;*/
        text-align: left;
        font-size: 16px;
    }
    header .rightDiv .menu>ul>li>a small {
        display: none;
    }
    header .rightDiv .menu>ul {
        display: block;
        padding-top: 50px;
        width: 100%;
    }
    body.on-menu header .rightDiv .menu {
        right: 0;
    }
    body.on-menu .main {
        right: 0;
    }
    header .rightDiv .menu>ul>li>a {
        padding: 0 20px;
        background: none;
        margin: 0;
        width: 100%;
    }
    header .rightDiv .menu ul li i {
        display: block;
    }
    header .twoMenu {
        position: relative;
        top: 0px;
        background: none;
        padding: 0;
        width: initial;
    }
    header .twoMenu dl {
        margin-bottom: 10px;
    }
    header .twoMenu dl dd {
        margin-top: 0;
    }
    header .rightDiv .menu ul li .twoMenu dl dt>a {
        color: #fff;
    }
    .on-fixed header .rightDiv .menu ul li .twoMenu dl dt>a {
        color: #000;
    }
    header .rightDiv .menu ul li .twoMenu {
        top: 10px;
        box-shadow: none;
    }
    header .rightDiv .menu ul li .twoMenu .liDiv>a {
        line-height: 32px;
        height: 32px;
        font-weight: normal;
    }
    header .twoMenu .liDiv>a:after {
        top: 0;
    }
    header .rightDiv .menu ul li.relativeLi .twoMenu .ulDiv {
        margin: 0 15px;
    }
    header .rightDiv .menu ul li>a:hover,
    header .rightDiv .menu ul li>a:focus,
    header .rightDiv .menu ul li>a.on {
        color: #FFF;
    }
    header .rightDiv .menu ul li .twoMenu dl dt>a {
        line-height: 50px;
        height: initial;
    }
    header .rightDiv .menu>ul>li>a::before {
        display: none;
    }
    header .rightDiv .menu>ul>li:hover,
    header .rightDiv .menu>ul>li:focus,
    header .rightDiv .menu>ul>li.on {
        background: none;
    }
    header .rightDiv .menu>ul>li.on>a {
        color: #283e49;
    }
    header .rightDiv .menu>ul>li:hover a span,
    header .rightDiv .menu>ul>li:focus a span,
    header .rightDiv .menu>ul>li.on a span,
    header .rightDiv .menu>ul>li.active a span {
        display: none;
        width: 20px;
        height: 2px;
        background: #56961f;
        margin: 0 auto;
        margin-top: 1rem;
        /* background: #3fba9e;
		border-bottom: 2px #3fba9e solid; */
    }
    .hideDiv {
        display: none;
    }
    .top_banner {
        margin-top: 80px;
    }
    .top_banner ul .bootom-li {
        width: 100%;
        margin-left: 0;
        margin-bottom: 10px;
    }
    .search {
        width: 100%;
        margin-top: 0;
    }
    .search_select {
        width: 30%;
    }
    .search_select .layui-input-block {
        width: 100%;
    }
    .search input.search_inp {
        width: 40%;
        padding-left: 35%;
    }
    .top_banner img {
        width: 100%;
    }
    .search button {
        width: 24%;
        margin-left: -1%;
    }
    .indexLeft {
        width: 100%;
        float: none;
    }
    .indexLeft img {
        width: 100%;
    }
    .indexRight,
    .indexRight .content .xuqiu,
    .indexRight .content .xinpin,
    .indexLeft .content,
    .rencai {
        width: 100%;
        float: none;
    }
    .indexRight .content .xuqiu,
    .rencai {
        margin-bottom: 12px;
    }
    .content1,
    .content1 img {
        width: 100%;
    }
    .muluDiv .mulu_p1 {
        width: 30%;
    }
    .muluDiv .mulu_p2 {
        width: 68%;
    }
    .ulDiv ul li span:nth-child(1) {
        width: 70%;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
        display: inline-block;
    }
    footer {
        line-height: 26px;
        margin-top: 20px;
    }
    footer .qrcard {
        float: none;
        margin-bottom: 20px;
        margin-top: -10px;
    }
    header .rightDiv .menu>ul>li>a::after {
        display: none;
    }
    .neiLeftDiv,
    .neiRightDiv {
        width: 100%;
    }
    .gongyingDiv .col1 {
        width: 90px;
    }
    .gongyingDiv .col2 {
        width: 115px;
    }
    .gongyingDiv tr td:nth-child(3) a {
        display: block;
        height: 100px;
        overflow: auto;
        /* padding-right: 5px; */
    }
    .layui-laypage a,
    .layui-laypage span {
        padding: 0 9px;
        margin: 0 2px;
    }
    .layui-table td,
    .layui-table th {
        padding: 5px;
    }
    .ershouDiv .col1 {
        width: 65px;
    }
    .ershouDiv .col2 {
        width: 90px;
    }
    .ershouDiv .col3 {
        width: 90px;
    }
    .ershouDiv tr td:nth-child(1) {
        font-size: 12px;
    }
    .xinpinDiv.ulDiv ul li span:nth-child(1) {
        width: 50%;
    }
    .xuqiuDiv .col1 {
        width: 45px;
    }
    .xuqiuDiv .col2 {
        width: 40px;
    }
    .xuqiuDiv .col3 {
        width: 70px;
    }
    .xuqiuDiv .col4 {
        width: 100px;
    }
    .zhaopinDiv .col1 {
        width: 60px;
    }
    .zhaopinDiv .col2 {
        width: 60px;
    }
    .zhaopinDiv .col3 {
        width: 120px;
    }
    .rencai_xqDiv {
        margin-bottom: 12px;
    }
    .huiyiDiv .col1 {
        width: 85px;
    }
    .huiyiDiv .col2 {
        width: 50px;
    }
    .huiyiDiv .col3 {
        width: 70px;
    }
    .huiyiDiv .col4 {
        width: 40px;
    }
    .yewu_form .layui-form {
        width: 90%;
        margin: 0 auto;
        margin-top: 30px;
    }
    .yewu_form .layui-form .fl,
    .yewu_form .layui-form .fr {
        width: 100%;
    }
    .yewu_form .layui-form .fl {
        margin-bottom: 15px;
    }
    .yewu_form form .layui-btn {
        float: left;
    }
    .login_lf {
        width: 100%;
    }
    .login_logo {
        width: 180px;
        display: block;
        margin-left: 10px;
        margin-top: 20px;
    }
    .login_form {
        float: none;
        margin: 0 auto;
    }
    .wrap2 {
        width: 96%;
        margin: 0 auto;
    }
    .chanpinDiv tr td:last-child a p {
        width: 80%;
    }
    .about_lf,
    .about_rt {
        width: 100%;
        float: none;
        margin-bottom: 15px;
    }
    .zhuceDiv {
        width: 100%;
    }
    .zhuceDiv ul li label,
    .zhuceDiv ul li input,
    .zhuceDiv ul li p {
        width: 100%;
        text-align: left;
        margin-left: 0;
        float: none;
        margin: 5px 0;
    }
    .zhuceDiv ul li input.send_btn {
        float: right;
        margin: 5px 0;
    }
    .zhuceDiv ul li input.yanzheng {
        width: 70%;
    }
    .search2 {
        margin-top: 80px;
    }
    .header2 {
        margin-top: 0;
        margin-bottom: 12px;
    }
    a.hideDiv {
        display: none;
    }
    .mine_fr,
    .min_lf {
        width: 99%;
        min-height: auto;
        margin-bottom: 12px;
        padding-bottom: 10px;
    }
    .mine_form .input1 input,
    .mine_form .input2 input,
    .mine_form input {
        width: 100%;
    }
    .mine_form {
        width: 100%;
    }
    .input1,
    .input2 {
        width: 100%;
    }
    .mine_form .input2 {
        margin-top: 10px;
    }
    .mine_psw_form {
        margin-top: 20px;
    }
    .mine_form textarea {
        width: 100%;
        margin: 0 auto;
    }
    .mine_psw_form .layui-form-label {
        width: 90%;
        text-align: left;
        margin-left: 0;
        margin: 0 auto;
    }
    .mine_psw_form .layui-input-block {
        width: 90%;
        margin: 0 auto;
    }
    .mine_psw_form .layui-input-block input {
        width: 100%;
        margin-left: 0;
    }
    .mine_psw_form .layui-btn {
        margin-left: 0;
    }
    .mine_xinpin ul li p:nth-child(3) input {
        width: 100%;
        height: 20px;
        background: none;
        border: 1px #ccc solid;
        color: #666;
        cursor: pointer;
        margin-bottom: 5px;
    }
    .mine_xinpin ul li p.operate input {
        width: 50px;
        height: 20px;
        background: none;
        border: 1px #ccc solid;
        color: #666;
        cursor: pointer;
        margin-bottom: 5px;
    }
    .title_fr {
        width: 80px;
    }
    .fabuDiv {
        width: 93%;
    }
    .fabuDiv .layui-form-label {
        width: 100%;
        text-align: left;
        padding: 9px 0;
    }
    .fabuDiv .layui-input-block {
        margin-left: 0;
    }
    .mine_xinpin ul li p:nth-child(2) {
        width: 70%;
        margin-left: 0;
        margin-top: 10px;
    }
    .mine_xinpin ul li p.operate {
        position: absolute;
        top: 20px;
        right: 0;
        width: auto;
        margin: 0;
    }
    .fabuDiv .layui-form-select .layui-edge {
        top: 75%;
    }
    #fuli .label1 {
        margin-bottom: 10px;
    }
    .pro_xq .textDiv {
        width: 100%;
    }
    .pro_xq .content1 img {
        width: 100%;
    }
    .company_xx {
        margin-top: 20px;
    }
    .proDiv .layui-tab-title {
        margin-left: 0;
    }
    .input2 {
        margin-left: 0;
    }
    .logo_img .layui-btn {
        margin-left: 0;
    }
    .proDiv .title_4 {
        margin: 0 -26px;
        font-size: 14px;
        background: #f4f4f4;
        padding: 10px 15px;
        margin-top: 40px;
    }
    .div1,
    .div2 {
        margin-left: -2%;
        width: 110%;
        border-bottom: 1px #eee solid;
    }
    .bt_ul {
        margin-left: 0;
    }
    .fabuDiv .layui-input-block {
        width: 100%;
    }
    .proDiv .layui-tab-title li {
        min-width: 40px;
    }
    .min_lf ul li {
        width: 25%;
        float: left;
    }
    .min_lf ul li:first-child {
        width: 50%;
        float: none;
    }
    .min_lf {
        padding: 0;
        padding-bottom: 20px;
    }
    .mine_form .layui-btn {
        margin-left: 0;
    }
    .mine_xinpin {
        padding: 0;
    }
    .title_3 {
        margin-left: 0;
        margin-right: 0;
    }
    .label3 {
        margin-left: 0;
    }
    .company_1 .company_name {
        margin-left: 0;
    }
    .company_1 .time {
        float: left;
        margin-top: 0;
        margin-bottom: 20px;
    }
    .indexRight .content .xinpin2 {
        width: 100%;
    }
    .mine_xinpin ul li p.operate {
        right: 10px;
    }
    .mine_xinxi li {
        padding: 0 20px;
    }
    .mine_xinxi li span {
        /* display: block; */
        width: 30%;
        text-align: left;
    }
    .mine_xinxi li p {
        width: 60%;
    }
}

@media screen and (min-width: 768px) and (max-width:992px) {
    .wrap {
        width: 96%;
        margin: 0 auto;
    }
    .indexRight .content .xinpin2 {
        width: 100%;
    }
    img {
        width: 100%;
    }
    .neiRightDiv>a>img {
        width: 30%;
        float: left;
        margin: 10px;
    }
    header .logo {
        width: 60%;
        margin-left: 0;
    }
    header .logo a {
        position: absolute;
        top: 25px;
        width: 50%;
    }
    header .wrap {
        display: block;
    }
    header {
        /* position: fixed !important;
		z-index: 999;
		top: 0;
		left: auto;
		right: 0; */
        width: 100%;
        min-height: 60px;
        margin-top: 35px;
        /*background-color: transparent;*/
        transition: right 300ms !important;
    }
    header .rightDiv .menu>ul>li:last-child>a {
        margin-top: 0;
        /* margin-left: 1.25rem; */
    }
    header .rightDiv .menu>ul>li>a:hover {
        color: #009A44;
    }
    .on-fixed header {
        box-shadow: 0px 0px 10px rgba(0, 0, 0, .1);
    }
    /*body.on-menu header {right: 45%;}*/
    header .mbtn {
        display: block;
    }
    body.on-menu header .mbtn {
        z-index: 999;
    }
    header .rightDiv .menu {
        float: right;
        position: fixed;
        top: 0px;
        right: 0;
        width: 100%;
        height: 100%;
        padding-top: 0;
        background-color: rgba(255, 255, 255, 1);
        border-bottom: 1px solid #f8f8f847;
        transition: right 300ms;
        right: -100%;
        padding: 0;
        z-index: 99;
        overflow-y: auto;
        text-align: center;
        padding-top: 60px;
    }
    header .rightDiv .menu ul li {
        padding: 0;
        margin: 0;
        border-bottom: 1px solid #ccc;
        float: none;
        width: 100%;
    }
    header .rightDiv .menu ul li a {
        display: block;
        line-height: 50px;
        height: 50px;
        /*color: #fff;*/
        /*padding: 0 15px;*/
        text-align: left;
        font-size: 16px;
    }
    header .rightDiv .menu>ul>li>a small {
        display: none;
    }
    header .rightDiv .menu>ul {
        display: block;
        padding-top: 50px;
        width: 100%;
    }
    body.on-menu header .rightDiv .menu {
        right: 0;
    }
    body.on-menu .main {
        right: 0;
    }
    header .rightDiv .menu>ul>li>a {
        padding: 0 20px;
        background: none;
        margin: 0;
        width: 100%;
    }
    header .rightDiv .menu ul li i {
        display: block;
    }
    header .twoMenu {
        position: relative;
        top: 0px;
        background: none;
        padding: 0;
        width: initial;
    }
    header .twoMenu dl {
        margin-bottom: 10px;
    }
    header .twoMenu dl dd {
        margin-top: 0;
    }
    header .rightDiv .menu ul li .twoMenu dl dt>a {
        color: #fff;
    }
    .on-fixed header .rightDiv .menu ul li .twoMenu dl dt>a {
        color: #000;
    }
    header .rightDiv .menu ul li .twoMenu {
        top: 10px;
        box-shadow: none;
    }
    header .rightDiv .menu ul li .twoMenu .liDiv>a {
        line-height: 32px;
        height: 32px;
        font-weight: normal;
    }
    header .twoMenu .liDiv>a:after {
        top: 0;
    }
    header .rightDiv .menu ul li.relativeLi .twoMenu .ulDiv {
        margin: 0 15px;
    }
    header .rightDiv .menu ul li>a:hover,
    header .rightDiv .menu ul li>a:focus,
    header .rightDiv .menu ul li>a.on {
        color: #FFF;
		font-weight: bold;
    }
    header .rightDiv .menu ul li .twoMenu dl dt>a {
        line-height: 50px;
        height: initial;
    }
    header .rightDiv .menu>ul>li>a::before {
        display: none;
    }
    header .rightDiv .menu>ul>li:hover,
    header .rightDiv .menu>ul>li:focus,
    header .rightDiv .menu>ul>li.on {
        background: none;
    }
    header .rightDiv .menu>ul>li.on>a {
        color: #283e49;
    }
    header .rightDiv .menu>ul>li:hover a span,
    header .rightDiv .menu>ul>li:focus a span,
    header .rightDiv .menu>ul>li.on a span,
    header .rightDiv .menu>ul>li.active a span {
        display: none;
        width: 20px;
        height: 2px;
        background: #56961f;
        margin: 0 auto;
        margin-top: 1rem;
        /* background: #3fba9e;
		border-bottom: 2px #3fba9e solid; */
    }
    .hideDiv {
        display: none;
    }
    .top_banner {
        margin-top: 80px;
    }
    .top_banner .bootom-li {
        width: 100%;
        margin-left: 0;
        margin-bottom: 10px;
    }
    .search {
        width: 100%;
        margin-top: 0;
    }
    .search_select {
        width: 15%;
    }
    .search_select .layui-input-block {
        width: 100%;
    }
    .search input.search_inp {
        width: 40%;
        padding-left: 35%;
    }
    .top_banner img {
        width: 100%;
    }
    .search button {
        width: 24%;
        margin-left: -1%;
    }
    .indexLeft {
        width: 100%;
        float: none;
    }
    .indexLeft img {
        width: 100%;
    }
    .indexRight,
    .indexRight .content .xuqiu,
    .indexRight .content .xinpin,
    .indexLeft .content,
    .rencai {
        width: 100%;
        float: none;
    }
    .indexRight .content .xuqiu,
    .rencai {
        margin-bottom: 12px;
    }
    .content1,
    .content1 img {
        width: 100%;
    }
    .muluDiv .mulu_p1 {
        width: 30%;
    }
    .muluDiv .mulu_p2 {
        width: 68%;
    }
    .ulDiv ul li span:nth-child(1) {
        width: 70%;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
        display: inline-block;
    }
    footer {
        line-height: 26px;
        margin-top: 20px;
    }
    footer .qrcard {
        float: none;
        margin-bottom: 20px;
        margin-top: -10px;
    }
    header .rightDiv .menu>ul>li>a::after {
        display: none;
    }
    .neiLeftDiv,
    .neiRightDiv {
        width: 100%;
    }
    .gongyingDiv .col1 {
        width: 90px;
    }
    .gongyingDiv .col2 {
        width: 115px;
    }
    .gongyingDiv tr td:nth-child(3) a {
        display: block;
        height: 100px;
        overflow: auto;
        /* padding-right: 5px; */
    }
    .layui-laypage a,
    .layui-laypage span {
        padding: 0 9px;
        margin: 0 2px;
    }
    .layui-table td,
    .layui-table th {
        padding: 5px;
    }
    .ershouDiv .col1 {
        width: 65px;
    }
    .ershouDiv .col2 {
        width: 90px;
    }
    .ershouDiv .col3 {
        width: 90px;
    }
    .ershouDiv tr td:nth-child(1) {
        font-size: 12px;
    }
    .xinpinDiv.ulDiv ul li span:nth-child(1) {
        width: 50%;
    }
    .xuqiuDiv .col1 {
        width: 45px;
    }
    .xuqiuDiv .col2 {
        width: 40px;
    }
    .xuqiuDiv .col3 {
        width: 70px;
    }
    .xuqiuDiv .col4 {
        width: 100px;
    }
    .zhaopinDiv .col1 {
        width: 60px;
    }
    .zhaopinDiv .col2 {
        width: 60px;
    }
    .zhaopinDiv .col3 {
        width: 120px;
    }
    .rencai_xqDiv {
        margin-bottom: 12px;
    }
    .huiyiDiv .col1 {
        width: 85px;
    }
    .huiyiDiv .col2 {
        width: 50px;
    }
    .huiyiDiv .col3 {
        width: 70px;
    }
    .huiyiDiv .col4 {
        width: 40px;
    }
    .yewu_form .layui-form {
        width: 90%;
        margin: 0 auto;
        margin-top: 30px;
    }
    .yewu_form .layui-form .fl,
    .yewu_form .layui-form .fr {
        width: 100%;
    }
    .yewu_form .layui-form .fl {
        margin-bottom: 15px;
    }
    .yewu_form form .layui-btn {
        float: left;
    }
    .login_lf {
        width: 100%;
    }
    .login_logo {
        width: 180px;
        display: block;
        margin-left: 10px;
        margin-top: 20px;
    }
    .login_form {
        float: none;
        margin: 0 auto;
    }
    .wrap2 {
        width: 96%;
        margin: 0 auto;
    }
    .chanpinDiv tr td:last-child a p {
        width: 80%;
    }
    .about_lf,
    .about_rt {
        width: 100%;
        float: none;
        margin-bottom: 15px;
    }
    .zhuceDiv {
        width: 100%;
    }
    .zhuceDiv ul li label,
    .zhuceDiv ul li input,
    .zhuceDiv ul li p {
        width: 100%;
        text-align: left;
        margin-left: 0;
        float: none;
        margin: 5px 0;
    }
    .zhuceDiv ul li input.send_btn {
        float: right;
        margin: 5px 0;
    }
    .zhuceDiv ul li input.yanzheng {
        width: 70%;
    }
    .search2 {
        margin-top: 80px;
    }
    .header2 {
        margin-top: 0;
        margin-bottom: 12px;
    }
    a.hideDiv {
        display: none;
    }
    .mine_fr,
    .min_lf {
        width: 99%;
        min-height: auto;
        margin-bottom: 12px;
        padding-bottom: 10px;
        float: none;
    }
    .mine_form .input1 input,
    .mine_form .input2 input,
    .mine_form input {
        width: 90%;
    }
    .mine_form {
        width: 100%;
    }
    .input1,
    .input2 {
        width: 100%;
    }
    .mine_form .input2 {
        margin-top: 10px;
    }
    .mine_psw_form {
        margin-top: 20px;
    }
    .mine_form textarea {
        width: 90%;
    }
    .mine_psw_form .layui-form-label {
        width: 90%;
        text-align: left;
        margin-left: 0;
        margin: 0 auto;
    }
    .mine_psw_form .layui-input-block {
        width: 90%;
        margin: 0 auto;
    }
    .mine_psw_form .layui-input-block input {
        width: 100%;
        margin-left: 0;
    }
    .mine_psw_form .layui-btn {
        margin-left: 0;
    }
    .mine_xinpin ul li p:nth-child(3) input {
        width: 100%;
        height: 20px;
        background: none;
        border: 1px #ccc solid;
        color: #666;
        cursor: pointer;
        margin-bottom: 5px;
    }
    .mine_xinpin ul li p.operate input {
        width: 50px;
        height: 20px;
        background: none;
        border: 1px #ccc solid;
        color: #666;
        cursor: pointer;
        margin-bottom: 5px;
    }
    .title_fr {
        width: 80px;
    }
    .fabuDiv {
        width: 93%;
    }
    .fabuDiv .layui-form-label {
        width: 100%;
        text-align: left;
        padding: 9px 0;
    }
    .fabuDiv .layui-input-block {
        margin-left: 0;
    }
    .mine_xinpin ul li p:nth-child(2) {
        width: 70%;
        margin-left: 0;
        margin-top: 10px;
    }
    .mine_xinpin ul li p.operate {
        position: absolute;
        top: 20px;
        right: 0;
        width: auto;
        margin: 0;
    }
    .fabuDiv .layui-form-select .layui-edge {
        top: 75%;
    }
    #fuli .label1 {
        margin-bottom: 10px;
    }
    .pro_xq .textDiv {
        width: 100%;
    }
    .pro_xq .content1 img {
        width: 100%;
    }
    .company_xx {
        margin-top: 20px;
    }
    .proDiv .layui-tab-title {
        margin-left: 0;
    }
    .input2 {
        margin-left: 0;
    }
    .logo_img .layui-btn {
        margin-left: 0;
    }
    .proDiv .title_4 {
        margin: 0 -26px;
        font-size: 14px;
        background: #f4f4f4;
        padding: 10px 15px;
        margin-top: 40px;
    }
    .div1,
    .div2 {
        margin-left: -2%;
        width: 110%;
        border-bottom: 1px #eee solid;
    }
    .bt_ul {
        margin-left: 0;
    }
    .fabuDiv .layui-input-block {
        width: 100%;
    }
    .proDiv .layui-tab-title li {
        min-width: 40px;
    }
    .min_lf ul li {
        width: 25%;
        float: left;
    }
    .min_lf ul li:first-child {
        width: 100%;
        float: none;
    }
}

@media screen and (min-width:992px) and (max-width:1024px) {
    .wrap {
        width: 100%;
    }
    .neiRightDiv.hideDiv {
        display: none;
    }
    header .rightDiv .menu>ul>li>a {
        height: 3.125rem;
        padding: 0 0.8rem;
        display: block;
        width: 70px;
        /* justify-content: center; */
        /* align-items: center; */
        text-align: center;
        color: #333333;
        position: relative;
        font-size: 1rem;
        margin: 0;
        margin-top: 0
    }
    .mine_fr {
        width: 79%;
    }
    .min_lf {
        width: 20%;
    }
    .fabuDiv {
        width: 80%;
    }
    .top_banner .bootom-li {
        width: 32%;
        margin-left: 2%;
    }
    .neiLeftDiv {
        width: 95%;
        margin: 0 auto;
        float: none;
        margin-top: 20px;
    }
    .position {
        width: 95%;
        margin: 0 auto;
    }
}

@media screen and (min-width:1025px) and (max-width:1200px) {
    .wrap {
        width: 100%;
    }
}

@media screen and (min-width:1201px)and (max-width:1600px) {}

.search{
	position: relative;
}
.ex-input-warp{
	display: none;
	top: 44px;
	left: 0;
	width: 100%;
	background-color: aquamarine;
	position: absolute;
	background-color: #fff;
	-webkit-box-shadow: 0 2px 8px 0 rgb(0 0 0 / 15%);
	box-shadow: 0 2px 8px 0 rgb(0 0 0 / 15%);
	border-radius: 4px;
	z-index: 1;
	font-size: 12px;
}
.ex-main-content{
	padding: 24px 24px 0;
	border-bottom: 1px solid #eee;
	vertical-align: baseline;
}
.ex-part{
	margin-top: 0;
	padding: 0;
	margin-bottom: 24px;
}
.ex-part ul{
	box-sizing: content-box;
	list-style: none;
	text-align: left;
}
.ex-part ul li{
	margin-top: 8px;
	margin-right: 20px;
	display: inline-block;
}
.ex-part ul li a{
	display: inline-block;
	padding: 1px 5px;
	color: #ffffff;
	background-color: #72b5cf;
	font-size: 12px;
	border-radius: 2px;
}
.ex-title{
	color: #999;
	font-size: 12px;
	display: table-cell;
	vertical-align: middle;
	width: 100vw;
	text-align: left;
}
.button-text{
	
}
.ex-footer{
	display: table-cell;
	vertical-align: middle;
	padding: 12px 24px;
	width: 100vw;
}
.ex-footer p{
	float: left;
	font-size: 13px;
	color: #ff8c00;
}
.ex-footer a{
	color: #ff8c00;
	font-size: 13px;
	float: right;
	font-weight: bold;
}
.ex-button-text-primary{
	
}
.ex-tag-warp{
	position: absolute;
	right: 94px;
	top: 14px;
}
.ex-tag-warp ul{
	box-sizing: content-box;
	list-style: none;
	text-align: left;
}
.ex-tag-warp ul li{
	margin-right: 7px;
	display: inline-block;
}
.ex-tag-warp ul li a{
	display: inline-block;
	padding: 1px 5px;
	color: #ffffff;
	background-color: #ff8c00;
	font-size: 10px;
	border-radius: 2px;
}
.hideDiv img{
	border-radius: 8px;
}



/* .layui-form input[type=radio]{
	display: inline-block !important;
} */
.layui-form .my-radio-warp label{
        font-size: 14px;
        height: 36px;
        line-height: 40px;
        box-sizing: border-box;
        margin-right: 20px;
    }
    .layui-form input[type="radio"]   
    {   
        display: none !important;   
    }   
    
    /*定义 radio 元素相邻元素 span 样式*/
    .layui-form input[type="radio"] + span   
    {   
        display: inline-block;
        position: relative;
        border: 1px solid #99a1a7;
        width: 15px;
        height: 15px;
        line-height: 15px;
        border-radius: 50%;
        overflow: hidden;
        box-sizing: border-box;
        margin: 0 5px 0 0;
    }   
    /*定义 radio 元素相邻元素 span 样式伪类的样式*/
    .layui-form input[type="radio"]:checked + span{
        border:1px solid green;
    }
    .layui-form input[type="radio"]:checked + span:after   
    {   
        content: ' ';
        box-sizing: border-box;
        position: absolute;
        left: 2px;
        top: 2px;
        width: 9px;
        height: 9px;
        background-color: green;
        border-radius: 50%;
    }
	
	
	.form-wrap {
		position: relative;
	}
	.form-wrap .search-form {
		position: relative;
		display: inline-block;
		width: 100%;
		z-index: 20;
	}
	.form-wrap .search-form .input {
		width: 80%;
		font-size: 15px;
		border-radius: 10px 0 0 10px;
		height: 45px;
		padding-left: 86px;
		padding-right: 0px;
		outline: none;
		border: 2px solid #ff8c00;
		transition: all .3s ease;
	}
	
	.form-wrap .search-form .input:focus {
		border-color: #ff8c00
	}
	.form-wrap .search-form .search-button {
		color: #ffffff;
		text-align: center;
		line-height: 50px;
		font-size: 17px;
		font-weight: 700;
		display: inline-block;
		position: absolute;
		top: 0;
		width: 108px;
		right: 0px;
		bottom: 0;
		z-index: 2;
		outline: none;
		border: none;
		cursor: pointer;
		border-radius: 0 10px 10px 0;
		background: linear-gradient(90deg,#ff8c00,#ff5e00);
	}
	
	.types-select{
		height: 36px;
		position: absolute;
		left: 6px;
		top: 6px;
		display: inline-block;
		cursor: pointer;
		border-right: 1px solid #eee;
		z-index: 88;
	}
	.types-select .chosed {
	    text-align: center;
	    color: #4b4b4b;
	    font-size: 14px;
	    width: 72px;
	    height: 36px;
	    line-height: 36px;
	    vertical-align: middle;
	    border-radius: 0 10px 10px 0;
	    background-color: #fff;
		font-weight: bold;
	}
	.types-select .chosed span {
	    vertical-align: middle;
		color: #fb602b;
		margin-left: 4px;
	}
	.types-select .chosed img {
	    width: 22px;
		vertical-align: middle;
		margin-bottom: 4px;
	}
	#typesSelectUl {
	    padding: 6px 0;
	    background-color: #fff;
	    position: absolute;
	    top: 36px;
	    left: 0;
	    right: 0;
	    -webkit-box-shadow: 0 2px 8px 0 rgba(0,0,0,.15);
	    box-shadow: 0 2px 8px 0 rgba(0,0,0,.15);
	    border-radius: 4px;
	    display: none;
	}
	#typesSelectUl li {
	    height: 32px;
	    line-height: 32px;
	    color: #333;
	    font-size: 14px;
	    cursor: pointer;
	    text-align: center;
	}
	#typesSelectUl li:hover{
	    color: #fb602b;
	}
	
	
	#catalogPriorityList{
		z-index: 10;
		position: absolute;
		top: 42px;
		left: 0;
		background-color: #ffffff;
		width: 98%;
		padding: 0 5px;
		border-bottom-left-radius: 15px;
		border-bottom-right-radius: 15px;
		
		/* -webkit-box-shadow: 0 0 4px rgba(175, 175, 175, 0.3);
		-moz-box-shadow: 0 0 4px rgba(175, 175, 175, .3);
		box-shadow: 0 0 4px rgba(175, 175, 175, .3); */
		-webkit-box-shadow: 0 2px 8px 0 rgba(0,0,0,.15);
		box-shadow: 0 2px 8px 0 rgba(0,0,0,.15);
	}
	.cp-recommend{
		padding: 14px 24px 10px;
		border-bottom: 1px solid #eee;
	}
	.cp-recommend-title{
		color: #999;
		font-size: 14px;
		display: table-cell;
		vertical-align: middle;
	}
	.cp-recommend-tags{
		
	}
	.cp-recommend-tags div{
		margin-top: 8px;
		margin-right: 32px;
		display: inline-block;
		color: #333;
		font-size: 14px;
		line-height: 1.4;
	}
	.component-tag:after {
	    content: attr(data-tag-content);
	    display: inline-block;
		padding: 1px 2px;
	    min-width: 16px;
	    height: 16px;
	    line-height: 15px;
	    background-color: #fb602b;
	    color: #fff;
	    font-size: 12px;
	    border-radius: 2px;
	    margin-left: 4px;
	    vertical-align: middle;
	    text-align: center;
	}
	.cp-recommend-footer{
		display: flex;
		justify-content: space-between;
		align-items: center;
		padding: 5px 24px;
	}
	.cp-recommend-footer p{
		float: left;
		font-size: 13px;
		color: #333;
		box-sizing: content-box;
	}
	.cp-recommend-footer span{
		color: #fb602b;
		font-size: 13px;
		float: right;
		cursor: pointer;
		font-weight: bold;
	}
	
	
	.search-range-warp{
		margin-bottom: 1px;
		padding: 2px;
		color: #665c5c;
		position: relative;
	}
	.search-range-form{
		display: flex;
		justify-content: flex-start;
		align-items: center;
	}
	.range-title{
		font-size: 15px;
		font-weight: bold;
		background: linear-gradient(90deg,#ff5e00,#ff8c00);
		-webkit-background-clip: text;
		-webkit-text-fill-color: transparent;
	}
	.range-item{
		display: flex;
		justify-content: center;
		align-items: center;
	}
	.range-item span{
		margin-left: 5px;
		margin-right: 20px;
		letter-spacing: 1px;
	}
	.range-input{
		font-size: 14px;
		border-radius: 4px;
		height: 60px;
		padding-left: 10px;
		padding-right: 50px;
		outline: none;
		border: 1px solid #ff8c00;
		transition: all .3s ease;
	}
	.range-item input[type="checkbox"]{
		width: 15px;
		height: 21px;
	}
	
	.fuzz-warp {
	    position: absolute;
		right: 20px;
		bottom: -26px;
		z-index: 2;
	}
	.fuzz-input{
		width: 20px !important;
	}
	.fuzz-text{
		font-weight: bold;
		width: 100%;
		color: #ff8c00;
		margin: 0 !important;
		
		text-align: center;
	}
	
	.conanct-warp{
		display: inline-block;
		color: #ffffff;
		font-weight: bold;
		font-size: 16px;
		background: linear-gradient(90deg,#ff8c00,#ff5e00);
		padding: 4px 12px;
		border-radius: 20px;
		cursor: pointer;
	}
	
	
	
	
	
	
	
	
	
	
	.cndns-right  *{margin:0;padding:0;list-style-type:none;}
	.cndns-right a,img{border:0;text-decoration:none;}
	.cndns-right p{margin:0px;padding:0px;line-height:20px;}
	.cndns-right i{margin:0px;padding:0px;font-style:normal;}
	.cndns-right ul{margin:0px;padding:0px;list-style:none;}
	.cndns-right ul li{margin:0px;padding:0px;list-style:none;}
	.cndns-right a{color:#333333;text-decoration:none;}
	.cndns-right a:hover{color:#ff5a00;text-decoration:none;}
	.cndns-right .clear{clear:both;font-size:0px;line-height:0;height:0;}
	@font-face {
		font-family: 'icomoon';
	    src:url('fonts/icomoon.eot?qradjf');
	    src:url('fonts/icomoon.eot?qradjf#iefix') format('embedded-opentype'),
	        url('fonts/icomoon.ttf?qradjf') format('truetype'),
	        url('fonts/icomoon.woff?qradjf') format('woff'),
	        url('fonts/icomoon.svg?qradjf#icomoon') format('svg');
	    font-weight: normal;
	    font-style: normal;
	}
	.cndns-right .demo-icon{
	  font-family:"icomoon";
	  font-style:normal;
	  font-weight:normal;
	  speak:none;
	  display:inline-block;
	  text-decoration:inherit;
	  text-align:center;
	  font-variant:normal;
	  text-transform:none;
	  font-size:24px;
	  -webkit-font-smoothing:antialiased;
	  -moz-osx-font-smoothing:grayscale;
	  color:#999; 
	}
	/*new right*/
	.cndns-right{position:fixed;right:1px;top:50%;margin-top:-100px;z-index:100}
	.cndns-right-meau{position:relative;}
	.cndns-right-btn{width:48px;height:48px;border:1px solid #ddd !important;text-align:center;display:block;margin-bottom:6px;position:relative;background-color:#fff}
	.cndns-right-btn span{color:#848484;font-size:26px;line-height:48px;}
	.cndns-right-btn sup{display:block;min-width:24px;height:24px;text-align:center;line-height:24px;color:#fff;border-radius: 50%;background-color:#ff6800;position:absolute;left:-12px;top:-12px;}
	.cndns-right-btn p{color:#ff6800;font-size:14px;line-height:18px;padding-top:5px;display:none;}
	.cndns-right-meau:hover .cndns-right-btn span{display:none}
	.cndns-right-meau:hover .cndns-right-btn p{display:block;}
	.meau-car .cndns-right-btn {border-color:#ff6800;margin-bottom:20px;}
	.meau-car.cndns-right-meau:hover .cndns-right-btn{background-color:#ff6800}
	.meau-car.cndns-right-meau:hover .cndns-right-btn span{color:#fff;display:block;}
	.meau-car .cndns-right-btn span{color:#ff6800;}
	.meau-sev .cndns-right-btn{border-color:#ff6800;background:url(/img/02index-banner-8.gif) no-repeat #ff6800 center;} 
	.meau-sev .cndns-right-btn p{color:#fff}
	.meau-sev .cndns-right-btn span{color:#fff}
	.meau-top .cndns-right-btn span{font-size:12px;line-height:12px;padding-top:10px;display:block}
	.meau-top .cndns-right-btn i{display:block;color:#999}
	.meau-top.cndns-right-meau:hover .cndns-right-btn{background-color:#ff6800}
	.meau-top.cndns-right-meau:hover .cndns-right-btn span{display:block;color:#fff} 
	.meau-top.cndns-right-meau:hover .cndns-right-btn i{color:#fff;}
	.cndns-right-box{position:absolute;top:-15px;right:48px;padding-right:25px;display:none;}
	.cndns-right-box .box-border{border:1px solid #ccc;border-top:4px solid #ff6800;padding:20px;background-color:#fff;-webkit-box-shadow: 0 3px 8px rgba(0,0,0,.15);-moz-box-shadow: 0 3px 8px rgba(0,0,0,.15);box-shadow: 0 3px 8px rgba(0,0,0,.15);position:relative}
	.cndns-right-box .box-border .arrow-right{display:block;width:13px;height:16px;background:url(/img/arrow.png) no-repeat;position:absolute;right:-13px;top:26px;}
	.cndns-right-box .box-border .sev-t span{font-size:42px;float:left;display:block;line-height:56px;margin-right:20px;color:#d3d3d3}
	.cndns-right-box .box-border .sev-t p{float:left;color:#ff6800;font-size:24px;line-height:28px;}
	.cndns-right-box .box-border .sev-t p i{display:block;font-size:14px;color:#aaa;}
	.cndns-right-box .box-border .sev-b{padding-top:10px;margin-top:10px;border-top:1px solid #e4e4e4}
	.cndns-right-box .box-border .sev-b h4{color:#666;font-size:14px;font-weight:normal;padding-bottom:10px;}
	.cndns-right-box .box-border .sev-b li{float:left;width:33.33333%}
	.cndns-right-box .box-border .sev-b li a{display:inline-block;color:#999;font-size:13px;padding-left:43px;background:url(/img/q1.gif) no-repeat left 3px;line-height:36px;}
	.cndns-right-box .box-border .sev-b li a:hover{color:#ff6800}
	.meau-sev .cndns-right-box .box-border{width:430px;}
	.meau-contact .cndns-right-box .box-border{width:230px;}
	.cndns-right-meau:hover .cndns-right-box{display:block}
	.meau-code .cndns-right-box{top:inherit;bottom:-35px;}
	.meau-code .cndns-right-box .box-border{width:156px;text-align:center;border-top:1px solid #ccc;}
	.meau-code .cndns-right-box .box-border i{display:block;color:#f66e06;font-size:16px;line-height:16px;}
	.meau-code .cndns-right-box .box-border .arrow-right{top:inherit;bottom:50px;}
	.meau-sev .cndns-right-btn .demo-icon{display:none;}
	.meau-sev:hover .cndns-right-btn{background:#ff6800}
	.meau-zs .cndns-right-btn{background-color:#ff6800;color:#fff;margin-top:80px;border-color:#ff6800}
	.meau-zs .cndns-right-btn span{color:#fff}
	.meau-zs .cndns-right-btn p{color:#fff}
	.cndns-right #zixunUl2 li{
		text-align: center;
		margin-bottom: 10px;
	}
	.cndns-right #zixunUl2 li img{
		display: inline-block;
		width: 70px;
		height: 70px;
	}
	.cndns-right #zixunUl2 li a{
		display: block;
	}
	
	
	
	table {
	    border-collapse: separate;
	    border-spacing: 0;
	    border-top: 0.5px solid #ff8c0096;
	    border-left: 0.5px solid #ff8c0096;
	}
	td,th {
	    border: 0.5px solid #ff8c0096;
	    border-top: none;
	    border-left: none;
	}
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	.nav{ height:45px; background:#008cd7}
	.cpfw{ float:left; width:220px; height:45px; position:relative; z-index:100}
	.cpfwtxt{ background:#fb602b; display:inline-block; width:220px; height:45px; line-height:45px; text-align:center; color:#fff; font-size:18px; cursor:pointer}
	.cpfwb{ background:#fefefe; width:200px; position:absolute; left:0; top:0px; padding:0 10px; height:452px;overflow-y: scroll;}
	.cpfwb li{ border-bottom:1px solid #d8d8d8; padding:10px 0; line-height:20px; color:#999}
	.cpfwb li h1{ color:#666; font-size:16px; line-height:25px; padding-bottom:5px;}
	.cpfwb li a{ color:#999;}
	.cpfwb li a:hover{ color:#f60;}
	.navr{ /*float:left;*/ padding-left:20px; width:1124px;}
	.navr a{ display:inline-block; margin:0 20px; line-height:45px; color:#fff; font-size:16px; position:relative}
	.navr a:hover,.navr a.now{ font-weight:bold; color:#fb602b}
	
	.navr2{ float:left; width:888px;}
	.navr2 a{ display:inline-block; margin-right:15px; line-height:45px; color:#fff; font-size:16px; position:relative; padding:0 45px;}
	.navr2 a:hover,.navr2 a.now{ background:#003f96 }
	a.scesyq{ display:inline-block; float:right; color:#fff; font-weight:bold; background:#8fc320; line-height:45px; width:210px; text-align:center; font-size:20px;}
	.esyq{ float:right; width:280px; padding-top:10px; height: 440px;}
	.cpfwb .ph10{margin-left: 4px;}
	
	.banner{ float:left; padding:10px 0 0 230px; width:680px;}
	.idx-focus{float: left;}
	.idx-focus,.focus-pic li{width: 680px;height: 442px;position: relative;overflow: hidden;}
	.idx-foc-tmp{height: 380px;}
	.focus-pic{height: 380px;}
	.focus-pic li{float: left;height: 380px;}
	.focus-pic li img{width: 680px;height: 380px;}
	.focus-pic .bg{height: 30px;width: 100%;position: absolute;left: 0;bottom: 0;background: #000;opacity: .6;filter:Alpha(opacity=60);z-index: 1; display:none}
	.focus-pic .txt{height: 30px;position: absolute;width: 100%;line-height: 30px;text-indent: 10px;overflow: hidden;z-index: 2;left: 0;bottom: 0; display:none}
	.idx-focus .xtaber-tabs{height: 62px;background: #565656; padding-left:1px;}
	.idx-focus .xtaber-tabs li{float: left;padding: 0 1px;position: relative;cursor: pointer;z-index: 3; width:111px; position:relative}
	.idx-focus .xtaber-tabs img{width: 111px;height: 62px;}
	.idx-focus .xtaber-tabs .current{}
	.bannertxt{ position:absolute; left:0; top:0; width:113px; height:62px; background:rgba(0,0,0,0.5); padding:0 10px; box-sizing:border-box}
	.bannertxt span{ display:table-cell; width:93px; height:62px; vertical-align:middle; line-height:20px; color:#fff;}
	.idx-focus .xtaber-tabs .current .bannertxt{ display:none}
	.idx-focus .btn-prev,.idx-focus .btn-next{background: url(img/foc_btn.png) no-repeat;_background: url(img/foc_btn_8.png) no-repeat;width: 31px;height: 50px;position: absolute;z-index: 4;top: 85px;_filter:Alpha(opacity=70); display:none}
	.idx-focus .btn-prev{background-position: 0 0;left: 10px;}
	.idx-focus .btn-next{background-position: -33px 0;right: 10px;}
	
	
	
	
	/* 首页顶部-右侧文章 */
	.top-right .p-title{
		font-size: 18px;
		font-weight: normal;
		height: 36px;
		line-height: 36px;
		margin: 0;
		padding: 0;
		border-bottom: solid 3px #ff8c00;
	}
	.top-right .p-title span.more {
	    float: right;
	    color: #4679bd;
	    font-size: 12px;
	    font-weight: normal;
	}
	.top-right .p-title span.more a {
	    color: #c6c6c6;
	    font-weight: normal;
	}
	.top-right .p-title b {
	    font-weight: normal;
	    padding: 0 1px;
	    color: #f2f2f2;
	}
	.top-right .p-title a:visited {
	    color: #353535;
	    text-decoration: none;
	}
	
	.ulDiv2 ul {
	    padding: 0;
		/* border: 1px #ff8c00 solid; */
	}
	.ulDiv2>ul>li {
		height: 25px;
		line-height: 16px;
		padding: 4px 2px;
		text-overflow: ellipsis;
		white-space: nowrap;
		overflow: hidden;
		font-size: 14px;
		border-bottom: 1px #ff8c0096 dashed;
		cursor: pointer;
	}
	.ulDiv2 ul li:last-child{
		border-bottom: none;
	}
	.ulDiv2 ul li .text_p {
	    display: inline-block;
	    width: 57%;
		text-overflow: ellipsis;
		white-space: nowrap;
		overflow: hidden;
		margin-top: 4px;
		font-weight: normal;
	}
	.ulDiv2 ul li a:hover{
	    color: #ff8c0096;
	}
	.ulDiv2 ul li span.time {
	    font-size: 12px;
	    color: #999999;
	    float: right;
		margin-top: 5px;
	}
	.ulDiv2>ul>li::before {
	    content: "";
	    display: block;
	    width: 5px;
	    height: 5px;
	    border-radius: 50%;
	    background: #ff8c00;
	    float: left;
	    margin-top: 12px;
	    margin-right: 5px;
	}
	
	
	
	
	
	
	
	
	
	
	
	
	/* 跑马灯滚动table */
	.scroll-list-warp{
		/* margin-bottom: 360px; */
	}
	.latest-right {
		width: 600px;
		/* height: 440px; */
		margin: 10px 0;
	}
	
	.latest-right .latest-title {
		background: #fbfbfb;
		height: 38px;
		line-height: 38px;
		border-bottom: 1px solid #ededed;
		font-family: "Microsoft YaHei", "å¾®è½¯é›…é»‘", "SimHei", "é»‘ä½“";
		font-size: 14px;
		color: rgb(225, 94,0);
	}
	.latest-title p{
		float:left; text-align:center; font-weight:bold; font-size:16px;
	}
	.latest-title .p01{ width:310px;
	}
	.latest-title .p03{ width:120px;
	}
	.latest-title .p04{ width:170px;
	}
	.list_lh{min-height:400px; overflow:hidden;margin:0 auto;}
	
	.list_lh .list-ul{
		list-style:none;
		width: 600px;
		margin: 0 auto; overflow:hidden;
	}
	.list_lh .list-ul li{
		height: 50px;
		border-bottom: 1px dotted #ccc;
	}
	.list_lh .list-ul li:hover{
		background:#FBFBFB;
		cursor:pointer;
	}
	.list-ul .div01,.list-ul .div02,.list-ul .div03,.list-ul .div04{ float:left; height:50px;}
	.list-ul .div01 { 
		width:310px;
		height: 50px;
		color: #838383;
		display: flex;
		justify-content: flex-start;
		align-items: center;
		overflow: hidden;
		
		white-space: nowrap;
		text-overflow: ellipsis;
	}
	.list-ul .div01 a{
		overflow: hidden;
		white-space: nowrap;
		text-overflow: ellipsis;
	}
	.list-ul .div01 span{
		width: 6px;
		height: 6px;
		background-color: rgb(225, 94,0);
		border-radius: 50%;
		margin: 0 5px;
		flex-shrink: 0;
		display: inline-block;
	}
	.list-ul .div02 {
		height: 50px;
		color: #838383;
		display: flex;
		justify-content: center;
		align-items: center;
		overflow: hidden;
	}
	.list-ul .div03 { width:120px;height: 50px;
		line-height: 50px;
		text-align: center;}
	.list-ul .div04 {width:170px;height: 50px;
	}
	
	.list-ul .div01 .buy-div {
		background: url(/img/v3/dd.png) no-repeat left center;
		height:20px;
		line-height: 20px;
		margin: 10px 0px 0px 20px;
		text-indent: 10px;
	}
	.list-ul .div01 .buy-div a {
		font-size: 14px;
		color: #333;
	}
	.list-ul .div01 p{
		margin: 5px 0px 0px 30px;
		width: 250px;
		line-height: 18px;
		color: #838383;
	}
	.list-ul .div04 .me-response {
		width: 80px;
		height: 26px;
		margin: 0px 0px 0px 0px;
		float: left;
		display: block;
	}
	.need-query .me-response span{
		padding: 7px 10px; 
		border-radius: 30px;
		background-color: #f60;
		font-size: 12px;
		color: #ffffff;
		background: linear-gradient(90deg,#5dc1ff,#30a7ec);
		-webkit-box-shadow: 0 0 4px rgba(175, 175, 175, 0.3);
		-moz-box-shadow: 0 0 4px rgba(175, 175, 175, .3);
		box-shadow: 0 0 4px rgba(175, 175, 175, .3);
	}
	.file-query .me-response span{
		padding: 7px 10px; 
		border-radius: 30px;
		background-color: #f60;
		font-size: 12px;
		color: #ffffff;
		background: linear-gradient(90deg,#ff8c00,#ff5e00);
		-webkit-box-shadow: 0 0 4px rgba(175, 175, 175, 0.3);
		-moz-box-shadow: 0 0 4px rgba(175, 175, 175, .3);
		box-shadow: 0 0 4px rgba(175, 175, 175, .3);
	}
	.list-ul .div04 .response-num {
		float: left;
		background: url(/img/v3/z.png) no-repeat left center;
		display: block;
		height: 26px;
		line-height: 26px;
		text-indent: 20px;
		margin: 0px 0px 0px 10px;
	}
	
	
	.a1 {
	    width: 1200px;
	    height: 350px;
	    margin: 0px auto;
	    padding: 0px;
	    /* background: url(/img/v3/img_demand_bg.jpg) 50%; */
	    overflow: hidden;
	    font-family: "Microsoft YaHei", "微软雅黑", "SimHei", "黑体";
		
		position: absolute;
		top: 0;
		left: 0;
	}
	.a2{ 
	    width:700px; 
	    margin:0px auto 20px auto; 
	    height:50px; 
	    line-height:50px; 
	    color:#FFF; 
	    margin-top:35px; 
	    font-size:36px; 
	    text-align:center;
	    text-shadow: 0px 3px 3px rgba(0,0,0,0.5);
	    font-family: "Microsoft YaHei", "微软雅黑", "SimHei", "黑体";
	}
	.a3{ width:400px;
	    height:70px;
	    line-height:40px;
	    margin:0px auto;
	    text-align:center;
	    text-shadow: 0px 3px 1px rgba(0,0,0,0.5);
	    font-family: "Microsoft YaHei", "微软雅黑", "SimHei", "黑体";
	}
	.a4{ 
	    width:265px; 
	    height:40px; 
	    line-height:40px;
	    margin:30px auto 8px auto; 
	    border:#fff 2px solid;
	    text-align:center; 
	    color:#fff;
	    font-size:20px;
	    box-shadow: 5px 5px 10px rgba(0,0,0,0.5);
	    -moz-border-radius:50px;      /* Gecko browsers */
	    -webkit-border-radius: 50px;   /* Webkit browsers */
	    border-radius:50px;            /* W3C syntax */
	    font-family: "Microsoft YaHei", "微软雅黑", "SimHei", "黑体";
	}
	.a4:hover{ border:#FFB978 2px solid; color:#FFB978;}
	.a5{ width:80%;
	    height:40px;
	    line-height:40px;
	    margin:30px auto;
	    text-align:center; 
	    font-size:18px;
	    color:#fcdf9b;
	    text-shadow: 0px 5px 3px rgba(0,0,0,0.5);
	}
	.a1 a{text-decoration:none;}
	
	.odometer {
	  font-size: 40px; margin-top:5px;
	}
	
	
	
	
	
	
	
	.sub-menu {
		 clear: left; 
		width: 1200px;
		margin: 0 auto;
		height: 38px;
		line-height: 38px;
	}
	.sub-div01 {
		width: 100%;
	}
	.sub-div01 .shop-guide {
	}
	
	.sub-div01 .shop-guide a {
		font-size: 13px;
		font-weight: bold;
		padding: 0px 10px 0px 5px;
		box-sizing: border-box;
	}
	.sub-div01 ul {
		list-style: none;
		width: 100%;
	}
	.sub-div01 ul li {
		float: left;
		
		max-width: 105px;
		overflow: hidden;
		white-space: nowrap;
		text-overflow: ellipsis;
	}
	.sub-div01 ul li span{
		margin: 0 5px;
	}
	.sub-div01 ul li a {
		padding: 0px 2px;
		box-sizing: border-box;
		font-size: 13px;
	}
	
	.sub-div02 {
		margin: 0px 0px 0px 0px;
	}
	.sub-div02 ul {
		list-style: none;
	}
	.sub-div02 ul li {
		float: left;
	}
	.sub-div02 ul li a {
		font-size: 13px;
		font-weight: bold;
		padding: 0px 2px;
		box-sizing: border-box;
	}
	
	
	
	.clearfix::before {
	    content: '';
	    display: table;
	    clear: both;
	}
	.guide-wrapper{
		flex: 1;
		height: 84px;
		line-height: 84px;
		background: url(/img/v3/3388239862376698494-2.jpg) center/800px 84px no-repeat;
		padding: 0px 20px 0px 14px;
		display: inline-block;
		margin-left: 40px;
	}
	.guide-wrapper .img1{
		width: 192px;
		vertical-align: middle;
		margin-right: 10px;
	}
	.guide-wrapper span{
		display: inline-block;
		vertical-align: middle;
		font-size: 16px;
		color: #333;
	}
	.guide-wrapper .number{
		color: #30a7ec;
		font-weight: bold;
	}
	.guide-wrapper a{
		width: 90px;
		height: 34px;
		line-height: 34px;
		font-size: 14px;
		float: right;
		text-align: center;
		background: -webkit-gradient(linear,right top,left top,from(#5dc1ff),to(#30a7ec));
		background: -webkit-linear-gradient(right,#5dc1ff 0,#30a7ec 100%);
		background: -o-linear-gradient(right,#5dc1ff 0,#30a7ec 100%);
		background: linear-gradient(270deg,#5dc1ff 0,#30a7ec 100%);
		-webkit-box-shadow: 0 2px 4px 0 rgba(87,189,252,.4);
		box-shadow: 0 2px 4px 0 rgba(87,189,252,.4);
		font-weight: 600;
		border-radius: 4px;
		color: #fff;
		cursor: pointer;
		margin-top: 30px;
	}
	.guide-wrapper .img2{
		width: 32px;
		float: right;
		margin-top: 30px;
		margin-right: 10px;
	}
	
	.twinkle {
		text-decoration: none;
		animation: changeshadow 1s  ease-in  infinite;
		/* 其它浏览器兼容性前缀 */
		-webkit-animation: changeshadow 1s linear infinite;
		-moz-animation: changeshadow 1s linear infinite;
		-ms-animation: changeshadow 1s linear infinite;
		-o-animation: changeshadow 1s linear infinite;
	}
	@keyframes changeshadow {
		0%{ text-shadow: 0 0 4px rgba(87,189,252,.4)}  
		50%{ text-shadow: 0 0 40px #5dc1ff}  
		100%{ text-shadow: 0 0 4px #30a7ec}  
	}
	/* 添加兼容性前缀 */
	@-webkit-keyframes changeshadow {
	  0%{ text-shadow: 0 0 4px rgba(87,189,252,.4)}  
		  50%{ text-shadow: 0 0 40px #5dc1ff}  
		  100%{ text-shadow: 0 0 4px #30a7ec}  
	}
	@-moz-keyframes changeshadow {
		0%{ text-shadow: 0 0 4px rgba(87,189,252,.4)}  
			50%{ text-shadow: 0 0 40px #5dc1ff}  
			100%{ text-shadow: 0 0 4px #30a7ec}  
	}
	@-ms-keyframes changeshadow {
		0%{ text-shadow: 0 0 4px rgba(87,189,252,.4)}  
			50%{ text-shadow: 0 0 40px #5dc1ff}  
			100%{ text-shadow: 0 0 4px #30a7ec}  
	}
	@-o-keyframes changeshadow {
		0%{ text-shadow: 0 0 4px rgba(87,189,252,.4)}  
			50%{ text-shadow: 0 0 40px #5dc1ff}  
			100%{ text-shadow: 0 0 4px #30a7ec}  
	}
	
	
	
	
	
	
	
	
	#home_fl_wrap {
	    position: fixed;
	    z-index: 99998;
	    left: -100%;
	    bottom: 0;
	    width: 100%;
	    height: 156px;
	}
	.home_fl_bg {
	    position: absolute;
	    left: 0;
	    top: 0;
	    width: 100%;
	    height: 100%;
	    background-color: #000000;
	    opacity: .7;
	    filter: Alpha(opacity=70);
	}
	.home_fl_cont {
	    width: 1190px;
	    height: 156px;
	    margin: 0 auto;
	    position: relative;
	}
	.fl_cont_pic {
	    position: absolute;
	    bottom: 0px;
	    left: 0;
	    width: 922px;
	    height: 203px;
		border: 0;
	}
	.fl_cont_sm {
	    width: 168px;
	    position: absolute;
	    right: 86px;
		border: 0;
	}
	#fl_cont_close {
	    position: absolute;
	    top: 12px;
	    right: 10px;
	    width: 40px;
	    height: 40px;
	    display: block;
	    font-size: 38px;
	    line-height: 1.2;
	    font-family: Simsun;
	    color: #fff;
	    cursor: pointer;
	}
	
	
	
	
	
	
	
	#flash{width:1200px;height: 420px;margin: 1px auto;position: relative;}
	#flash #flash-play{width:1200px;height: 420px;list-style: none;position:absolute;top:0px;left:0px;}
	#flash #flash-play li{display: none;position:absolute;top:0px;left:0px;}
	#flash #flash-play li img{width:1200px;height: 420px;float: left;}
	#flash-button{position: absolute;bottom:20px;left:590px;list-style: none;}
	#flash-button li{margin-left: 10px;float: left;}
	#flash-button li div{width:12px;height: 12px;background:#DDDDDD;border-radius: 6px;cursor: pointer;}
	#flash-prev{width:40px;height:63px;background:url(/img/v3/beijing.png) 0px 0px;position: absolute;top:180px;left:10px;z-index: 1000;}
	#flash-next{width:40px;height:63px;background:url(/img/v3/beijing.png) -40px 0px;position: absolute;top:180px;right:10px;z-index: 1000;}
	#flash-prev:hover{background:url(/img/v3/beijing.png) 0px -62px;}
	#flash-next:hover{background:url(/img/v3/beijing.png) -40px -62px;}
	
	
	
	
	
	
	
	.ulDiv-new {
	    width: 100%;
		border-top-left-radius: 8px;
		border-top-right-radius: 8px;
		float: left;
	}
	.ulDiv-new ul {
	    padding: 3px 0;
		border: 1px #ff8c00 solid;
		list-style-type: disc;
	}
	.ulDiv-new ul li{
		list-style: none;
	}
	.ulDiv-new .title{
		font-size: 17px;
	}
	.ulDiv-new .title .a-active{
		font-weight: bold;
		border-bottom: #ffffff solid 2px;
		padding-bottom: 5px;
	}
	.ulDiv-new .title span{
		margin: 0 25px;
		cursor: pointer;
	}
	.ulDiv-new .title span:hover{
		font-size: 18px;
		font-weight: bold;
	}
	
	/*å¾®ä¿¡ç¾¤*/
	.wrapCon {
		width: 90%;
		min-width: 990px;
		height: auto;
		overflow: hidden;
		margin: 0 auto;
	}
	
	.groupBox {
		width: 100%;
		height: auto;
		overflow: hidden;
		margin: 0 auto 0px;
	}
	
	.groupBox li {
		width: 220px;
		margin: 10px 8px 6px 10px;
		float: left;
		position: relative;
		overflow: hidden;
		border-radius: 2px;
		box-shadow: 0 1px 3px rgba(0, 0, 0, 0.25);
	}
	.groupBox li:hover {
		cursor:pointer;
	}
	.groupBox li .dask {
		width: 220px;
		height: 274px;
		background: url(/images/group-bg.png) repeat;
		position: absolute;
		top: -274px;
		left: 0;
	}
	
	.groupBox li .indask {
		width: 185px;
		margin: 30px auto;
		font-size: 14px;
	}
	
	.groupBox li .indask p {
		line-height: 20px;
		color: #666;
	}
	
	.groupBox li .indask a {
		margin: 0 auto;
		color: #fff;
		text-decoration: none;
		display: block;
		width: 85px;
		height: 30px;
		line-height: 30px;
		border-radius: 2px;
		margin-top: 50px;
		text-align: center;
		font-weight: bold;
	}
	
	.groupBox li .indask a img {
		padding-right: 5px;
	}
	
	.getInto {
		float: left;
		background: #2db354;
	}
	
	.getInto:hover {
		background: #3fc366;
	}
	
	.addGroup {
		/* float: right; */
		background: #3e9cea;
	}
	
	.addGroup:hover {
		background: #40a2f3;
	}
	
	.groupCon {
	border-top: 1px solid #e4e4e4;
		width: 100%;
		background: #fff;
	}
	
	.ingroupCon1 {
		padding: 10px;
		margin: 0 auto;
		padding-bottom: 0;
	}
	
	.groupImg {
		margin: 0 auto;
		overflow: hidden;
	}
	
	.groupImg img {
		display: inline-block;
		width: 100%; 
		height: 150px; 
		object-fit: contain;
	}
	
	.groupName {
		width: 100%;
		height: 30px;
		line-height: 30px;
		font-size:14px;
		color: #2db354;
		overflow: hidden;
		text-align: center;
	}
	
	.groupHost {
		font-size: 14px;
		width: 100%;
		height: 28px;
		line-height: 28px;
		margin-top: 10px;
		overflow: hidden;
		color: #666;
		border-bottom: 1px solid #ededed;
	}
	
	.groupHost span {
		color: #2DB354;
		padding-left: 5px;
	}
	
	.groupLables {
		font-size: 14px;
		height: 32px;
		line-height: 32px;
		color: #666;
		overflow: hidden;
		white-space: nowrap;
		text-overflow: ellipsis;
	}
	
	.ingroupCon2 {
		height: 30px;
		line-height: 30px;
		background: #f6f6f6;
		border-top: 1px solid #ededed;
		text-indent: 20px;
		font-size: 13px;
		color: #999;
		padding: 0px 10px;
	}
	
	.groupNumber {
		float: left;
		background: url(/images/icon-peoper.png) no-repeat left center;
	}
	
	.groupAttention {
		float: right;
		background: url(/images/icon-views.png) no-repeat left center;
	}
	/*end*/