/*全局样式开始*/

html {
    margin-top: 0 !important;
}

.height_100 {
    height: 100%;
}

.am-header .am-header-title {
    position: relative;
    font-weight: 700;
    color:#fff;
}

.over-y {
    overflow-y: hidden;
}




/*主盒容器*/

.mian-box {
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    height: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    flex-direction: column;
    position: relative;
}

.content-box {
    position: relative;
    overflow: auto;
    z-index: 1;
    width: 100%;
    height: 100%;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    overflow-y: auto;
    overflow-x: hidden;
}




/*列表页盒模型 用于无限滚动*/

.main_list_box {
    position: absolute;
    width: 100%
}

#commercelist {
    width: 100%;
    height: calc(100% - 104px);
    position: absolute;
    top: 0;
    left: 0;
    overflow-x: hidden;
    overflow-y: auto;
    touch-action: pan-y;
    -webkit-overflow-scrolling: touch;
}



/*底部菜单*/

.foot_menu {
    border-top: 0.02rem solid #e7e7e7;
    text-align: center;
}

.flex_align_center {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.flex_subitem {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    -webkit-flex: 1;
    flex: 1;
    display: block;
}

.foot_menu {
    height: 54px;
    background: #fff;
}

.foot_menu a {
    height: 50px;
    line-height: 75px;
    font-size: 13px;
    font-weight: 300;
    color: #888;
    background-repeat: no-repeat;
    background-size: 25px;
    background-position: center 3px;
}



/*分类菜单*/

#headerSortBox:after {
    content: "";
    position: absolute;
    right: 0px;
    top: 50%;
    margin-top: -2px;
    border-width: 5px 5px 0 5px;
    border-style: solid;
    border-color: #fff transparent;
}

#headerSortBox.on:after {
    border-width: 0px 5px 5px 5px;
}

.sortbar {
    display: none;
    position: absolute;
    top: 105%;
    left: 25%;
    right: 25%;
    padding: 5px;
    background-color: rgba(47, 47, 47, 1);
    border-radius: 7px;
    border: 1px solid rgba(0, 0, 0, 0.15);
    box-shadow: 0 0 10px 2px rgba(0, 0, 0, 0.15);
    -moz-box-shadow: 0 0 10px 2px rgba(0, 0, 0, 0.15);
    -webkit-box-shadow: 0 0 10px 2px rgba(0, 0, 0, 0.15);
}

#headerSortBox.on+.sortbar {
    display: block;
}

.sortbar a {
    display: block;
    overflow: hidden;
    border-color: #494949 #181818 #181818 #494949;
    border-left: 1px solid #494949;
    border-style: solid;
    border-width: 1px;
    height: 37px;
    background-color: rgba(58, 58, 58, 1);
    color: #FFFFFF;
    line-height: 37px;
    text-align: center;
    text-shadow: 0 2px 2px #000000;
}


/*左侧菜单*/

.quickmenu ul {
    padding-left: 0;
    margin-bottom: 0;
    margin-top: 0;
}

.quickmenu ul li {
    font-size: 15px;
    line-height: 45px;
    -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, .08);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, .08);
    border-top: 1px solid #333;
    border-bottom: 1px solid #333;
    background-color: #333;
}

.quickmenu ul li a {
    color: #fff;
    background-repeat: no-repeat;
    padding-left: 45px;
    display: block;
    background-position: left center;
    font-weight: 300;
    background-size: 36px;
    margin-left: 15px;
}

.quickmenu ul li.divider {
    padding-left: 10px;
    color: #fff;
    line-height: 35px;
}

/*全局样式结束*/


/*首页*/


/*logo*/

.i_index {
    padding-top: 0;
}

.i_index .am-header-default {
    position: static;
}

.i_index .am-header-title {
    margin: 0;
    position: absolute;
    top: 0;
    left: 0;
    padding: 0 5px;
}

.am-header-default {
    background: #fff;
    height: 51.94px;
}

.am-header .am-header-title img {
    height: 40px;
    margin: 5px 0;
}

.am-header-default .hotline {
    font-size: 14px;
    line-height: 51px;
    padding-right: 10px;
    color: #fff;
    float: right;
}

.temp_linkpc{
    float: right;
}
/*banner*/
.am-slider-default {
box-shadow: none;
margin:0;
padding:0;
font-size:0;
border-top:1px solid #fff;

}
.am-slider-default .am-control-nav {
    bottom: 10px;
}

.am-slider-default .am-control-nav li a {
    opacity: 1;
    width: 34px;
    height: 4px;
    background: #085ecc;
    opacity: 0.5;
    border-radius: 0;

}

.am-slider-default .am-control-nav li a:hover {
    background-color: #8a946d;
    background-color: #8a946d;
}
.am-slides{
	padding: 0;
	line-height: 0;
	margin: 0;
}
.am-slider-default .am-viewport{
	height:initial!important;
}
/*首页菜单*/
.index_menu_box{
	padding:0;
	margin:0;
display:inline-block;
width:100%;
_margin-top:-3px;
margin-top: -3px;
}
.index_menu_box li {
    text-align: center;
    background-color: #163c6f;
}
.index_menu_box li:hover {
    background-color: #085ecc;
}
.index_menu_box li:hover a{
    color: #fff;
}
.index_menu_box a {
    text-align: center;
    display: block;
    font-size: 14px;
    color: #fff;
}

.index_menu_box a img {
    height: 60px;
}

.index_menu_box a p {
    margin: 5px 0;
	font-size: 12px;
}
.index_menu_box ul .menu_active{
    background-color: #085ecc;
}
/*.index_menu_box li span {
    display: block;
    width: 100%;
    height: 55px;
    margin-bottom: 10px;
    background-size: 55px;
    background-repeat: no-repeat;
    background-position: center;
}*/

/*搜索框*/

.i-s-box {
    line-height: 30px;
    height: 30px;
    position: relative;
    color: #999999;
}

.i-s-box a {
    color: #a9a9a9;
    display: inline-block;
    width: 89px;
}

.index-search input {
    padding: 0;
    margin: 0;
    display: inline-block;
    color: #a9a9a9;
    font-size: 14px;
    height: 30px;
}





/*首页标题*/

.title {
   font-size: 14px;
    font-weight: bold;
    color: #333;
    margin-top: 0px;
    margin-bottom: 0px;
    line-height: 30px;
}

.subtitle {
    display: block;
    color: #666666;
    font-size: 14px;
    line-height: 1.5;
}

/*报价*/
/*开始首页报价*/
.index_product_price .product_price_list{
       margin: 0;
    padding: 20px 15px 0;
}
.index_product_price li{
    margin-bottom: 3px;
    width: 33.3%;
    float: left;
    display: inline-block;
    padding: 0px 5px;
    font-size: 12px;
    line-height: 34px;
    overflow: hidden;
     -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box; 
    -o-box-sizing: border-box; 
    -ms-box-sizing: border-box; 
    box-sizing: border-box;
}
.index_product_price li a{
    display: block;
    color: #FFF;
    background: #085ecc;
    font-size: 12px;
    text-align: center;
    padding: 0 5px;
    border-radius: 5px;

}
.index_product_price .title{
    border-top: 1px solid #ededed;
    border-bottom: 1px solid #ededed;
}
.ajaxdiv1 ul li{
    margin-bottom: 3px;
    width: 33.3%;
    float: left;
    display: inline-block;
    padding: 0px 5px;
    font-size: 12px;
    line-height: 34px;
    overflow: hidden;
     -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box; 
    -o-box-sizing: border-box; 
    -ms-box-sizing: border-box; 
    box-sizing: border-box;
}
.ajaxdiv1 ul{
    overflow: hidden;
    padding: 0;
    margin: 0;
}
.ajaxdiv1 li a{
    display: block;
    color: #FFF;
    background: #085ecc;
    font-size: 12px;
    text-align: center;
    padding: 0 5px;
    border-radius: 5px;

}
.ajaxdiv1 table{
    width: 100%;
    padding: 0;
    border-collapse: collapse;
    border-spacing: 0;
    border: 1px solid #bfd0e6;
        border-top: 2px solid #085ecc;
}
.ajaxdiv1 th{
    height: 39px;
    font-size: 12px;
    color: #FFF;
    font-weight: normal;
    background: #528edb;
    border-right: 1px solid #e6e6e6;
    padding: 0 10px;
        text-align: center;
}
.ajaxdiv1 tr th:nth-child(1) {
    border-left: 1px solid #4384d8;
}
.ajaxdiv1 tr th:nth-last-child(1) {
    border-right: 1px solid #4384d8;
}
.ajaxdiv1  tr td:nth-child(1){
padding: 0 5px;
text-align: left;
}
.ajaxdiv1  tr td{
        height: 30px;
    font-size: 12px;
    line-height: 30px;
    border-right: 1px solid #e6e6e6;
    text-align: right;
    padding: 0 5px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.ajaxdiv1 tr:nth-child(2n+1) {
    background: #ededed;
}
.navPage {
    margin-top: 20px;
    text-align: center;
}
.navPage ul li{
    width: 26px;
    float: none;
    padding: 0;
}
.navPage ul li a{
    line-height: 25px;
    border: 1px solid #cccccc;
    border-radius: 0;
    color: #cccccc;
    background: #fff;
    height:26px;
}
.navPage ul .pagebarCurrent {
    background-color: #085ecc;
    border: 1px solid #085ecc;
}
.ajaxdiv1 .priceTitle{
    float: left;
    color: #000;
    display: inline-block;
    position: relative;
    padding: 0 10px;
    font-size: 14px;
    height: 33px;
    line-height: 33px;
    color: #FFF;
    background: #085ecc;
    border-radius: 5px 0 0 0;
}

.ajaxdiv1 .priceTitle:after{
    display: block;
    content: " ";
    position: absolute;
    right: -20px;
    top: 0;
    width: 20px;
    height: 33px;
    background: url(/wap/templates/default/images/icon01.png) no-repeat center center;
}
.ajaxdiv1 .updateTime{
    display: block;
    float: right;
    height: 30px;
    line-height: 30px;
    margin-top: 3px;
    color: #085ecc;
    font-size: 12px;
}
.products .pl .img{
    width: 30%;

}
.products .pl .img img{
    border: 1px solid #cdcdcd;
}
.products .pl .i_pro_text{
    width: 65%;
}
.products .pl .i_pro_text .p_topic{
    font-size: 14px;
    color: #333;
    font-weight: bold;
}
.products .pl ul li:hover .i_pro_text .p_topic{
    color:#085ecc;
}
.products .pl ul li .i_pro_text .p_time{
    color: #adadad;
    font-style: 12px;
}
.products .pl ul li .i_pro_text .p_infos{
     font-size: 14px;
    color: #333;
    font-weight: normal;
}
.products .pl ul li{
    border-bottom:1px solid #cdcdcd;
}
/*结束首页报价*/


/*开始首页新闻*/
.index_news_box .news_container {
    width: 100%;
}

.index_news_box .news_container #tabs {
    overflow: hidden;
    width: 100%;
    margin: 0;
    padding: 0;
    list-style: none;
    border-bottom: 2px solid #085ecc;
    margin-bottom: 20px;
}

.index_news_box .news_container #tabs li {
    float: left;
    margin: 0;
    width: 33.3%;
}

.index_news_box .news_container li .tab_tit {
    position: relative;
    padding: 5px;
    text-decoration: none;
    color: #333;
    font-size: 14px;
    display: block;
    text-align: center;
    font-weight: 600;
}
.index_news_box .news_container .current .tab_tit{
    color: #085ecc;
}
.index_news_box .news_container .current .tab_tit .arrow{
    border:solid 3px;
    border-color:#fff #fff #085ecc #fff;
    position:absolute;
    left:50%;
    transform:translateX(-50%);
    bottom:0;
}
.index_news_box .news_container .hoverItem .tab_tit {
    color: #085ecc;
}

.index_news_box .news_container #content {
    padding: 0 15px 0px;
    margin-bottom: 20px;
    position: relative;
}

.index_news_box .news_container #content .tit {
    color: #4b5052;
    margin-bottom: 15px;
    font-size: 19px;
    line-height: 25px;
    font-weight: 300;
    text-transform: none;
    text-align: center;
}
.index_news_box .news_container #content .n_li{
    height: 30px;
    line-height: 30px
}
.index_news_box .news_container #content .n_li .n_link{
    width: 75%;
    color: #333;
    font-size: 14px;
    padding-left: 15px;
    background: url(/wap/templates/default/images/icon04.png) no-repeat 2px center;

}
.index_news_box .news_container #content .n_li:hover .n_link{
    color:#085ecc;
}
.index_news_box .news_container #content .n_li .time{
    width: 25%;
    color: #666;
    font-size: 12px;
    text-align: right;
    font-family: "microsoft yahei";
}
.index_news_box .news_container #imgcontent {
    position: relative;
    padding-top: 0;
    padding-bottom: 0;
    overflow: hidden;
    padding: 0 15px 0px;
}

.index_news_box .news_container #imgcontent img {
    margin: 0 auto;
    width: 100%;
}

.index_news_box .news_container .item {
    display: none;
}

.index_news_box .news_container .imgitem {
    display: none;
    position: relative;
}

.index_news_box .news_container .show {
    display: block;
}
.index_news_box #imgtab1 .scontainer1-prev{
    border-top-left-radius: 100px;
    border-bottom-left-radius: 100px;
    padding-left: 10px;
    padding-right: 5px;
    background-image: url(/wap/templates/default/images/rightarrow.png);
    width: 35px;
    height: 45px;
    background-size: 30px;
    border-top-right-radius: 100px;
    border-bottom-right-radius: 100px;
    background-color: rgba(255, 255, 255, .2);
    left: -20px;
    background-position-x: 10px;
}
.index_news_box #imgtab1  .scontainer1-prev:hover {
    background-image: url(/wap/templates/default/images/horightarrow.png);
    background-position-x: 10px;
}

.index_news_box #imgtab1  .scontainer1-next {
    width: 35px;
    height: 45px;
    border-top-left-radius: 100px;
    border-bottom-left-radius: 100px;
    padding-left: 10px;
    padding-right: 5px;
    background-image: url(/wap/templates/default/images/rightarrow.png);
    transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    background-size: 30px;
    border-top-right-radius: 100px;
    border-bottom-right-radius: 100px;
    background-color: rgba(255, 255, 255, .2);
    right: -20px;
    background-position-x: 10px;
}
.index_news_box #imgtab1  .scontainer1-next:hover {
    background-image: url(/wap/templates/default/images/horightarrow.png);
    right: -20px;
    transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    background-position-x: 10px;
}

.index_news_box .scontainer1  {
    width: 100%;
    height:100%;
     position: relative;
}

.index_news_box .scontainer1 .swiper-slide {
    text-align: center;
    font-size: 18px;
    background: #fff;
    /* Center slide text vertically */
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
}

.index_news_box {
    padding: 10px 0 0;
    position: relative;
}
.index_news_box .scontainer1 .images {
    overflow: hidden;
    height: 187px;
}
.index_news_box .scontainer1 .images  img {
    width: 100%;
}
.index_news_box .scontainer1 .topic {
    color: #fff;
    font-size: 14px;
    margin: 0;
    height: 37px;
    font-weight: 400;
    line-height: 37px;
    vertical-align: middle;
    position: absolute;
    bottom: 0;
    background: rgba(0, 0, 0, 0.4);
    width: 100%;
    left: 0;
}
.index_news_box #imgtab1 .scontainer1-p1{
    position: static;
}
/*第二个轮播*/
.index_news_box #imgtab2  .scontainer2-prev {
    border-top-left-radius: 100px;
    border-bottom-left-radius: 100px;
    padding-left: 10px;
    padding-right: 5px;
    background-image: url(/wap/templates/default/images/rightarrow.png);
    width: 35px;
    height: 45px;
    background-size: 30px;
    border-top-right-radius: 100px;
    border-bottom-right-radius: 100px;
    background-color: rgba(255, 255, 255, .2);
    left: -20px;
    background-position-x: 10px;
}
.index_news_box #imgtab2 .scontainer2-prev:hover {
    background-image: url(/wap/templates/default/images/horightarrow.png);
    background-position-x: 10px;
}

.index_news_box #imgtab2 .scontainer2-next {
    width: 35px;
    height: 45px;
    border-top-left-radius: 100px;
    border-bottom-left-radius: 100px;
    padding-left: 10px;
    padding-right: 5px;
    background-image: url(/wap/templates/default/images/rightarrow.png);
    transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    background-size: 30px;
    border-top-right-radius: 100px;
    border-bottom-right-radius: 100px;
    background-color: rgba(255, 255, 255, .2);
    right: -20px;
    background-position-x: 10px;
}
.index_news_box #imgtab2 .scontainer2-next:hover {
    background-image: url(/wap/templates/default/images/horightarrow.png);
    right: -20px;
    transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    background-position-x: 10px;
}

.index_news_box .scontainer2  {
    width: 100%;
    height: 100%;
}

.index_news_box .scontainer2 .swiper-slide {
    text-align: center;
    font-size: 18px;
    background: #fff;
    /* Center slide text vertically */
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
}
.index_news_box .scontainer2 .images {
    overflow: hidden;
    height: 187px;
}
.index_news_box .scontainer2 .images  img {
    width: 100%;
}
.index_news_box .scontainer2 .topic {
    color: #fff;
    font-size: 14px;
    margin: 0;
    height: 37px;
    font-weight: 400;
    line-height: 37px;
    vertical-align: middle;
    position: absolute;
    bottom: 0;
    background: rgba(0, 0, 0, 0.4);
    width: 100%;
    left: 0;
}
.index_news_box #imgtab2 .scontainer2-p2{
    position: static;
}
/*第三个*/
.index_news_box #imgtab3 .scontainer3-prev {
    border-top-left-radius: 100px;
    border-bottom-left-radius: 100px;
    padding-left: 10px;
    padding-right: 5px;
    background-image: url(/wap/templates/default/images/rightarrow.png);
    width: 35px;
    height: 45px;
    background-size: 30px;
    border-top-right-radius: 100px;
    border-bottom-right-radius: 100px;
    background-color: rgba(255, 255, 255, .2);
    left: -20px;
    background-position-x: 10px;
}
.index_news_box #imgtab3 .scontainer3-prev:hover {
    background-image: url(/wap/templates/default/images/horightarrow.png);
    background-position-x: 10px;
}

.index_news_box #imgtab3 .scontainer3-next {
    width: 35px;
    height: 45px;
    border-top-left-radius: 100px;
    border-bottom-left-radius: 100px;
    padding-left: 10px;
    padding-right: 5px;
    background-image: url(/wap/templates/default/images/rightarrow.png);
    transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    background-size: 30px;
    border-top-right-radius: 100px;
    border-bottom-right-radius: 100px;
    background-color: rgba(255, 255, 255, .2);
    right: -20px;
    background-position-x: 10px;
}
.index_news_box #imgtab3 .scontainer3-next:hover {
    background-image: url(/wap/templates/default/images/horightarrow.png);
    right: -20px;
    transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    background-position-x: 10px;
}

.index_news_box .scontainer3  {
    width: 100%;
    height: 100%;
}

.index_news_box .scontainer3 .swiper-slide {
    text-align: center;
    font-size: 18px;
    background: #fff;
    /* Center slide text vertically */
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
}
.index_news_box .scontainer3 .images {
    overflow: hidden;
    height: 187px;
}
.index_news_box .scontainer3 .images  img {
    width: 100%;
}

.index_news_box .scontainer3 .topic {
    color: #fff;
    font-size: 14px;
    margin: 0;
    height: 37px;
    font-weight: 400;
    line-height: 37px;
    vertical-align: middle;
    position: absolute;
    bottom: 0;
    background: rgba(0, 0, 0, 0.4);
    width: 100%;
    left: 0;
}

.index_news_box #imgtab3 .scontainer3-p3{
    position: static;
}
.index_news_box #imgtab1 .scontainer1-p1 .swiper-pagination-bullet-active,#imgtab2 .scontainer2-p2 .swiper-pagination-bullet-active,#imgtab3 .scontainer3-p3 .swiper-pagination-bullet-active{
    background:#085ecc;
}
/*结束首页新闻*/
/*开始首页行情*/
.index_market_box .market_container {
    width: 100%;
}

.index_market_box .market_container #market_tabs {
    overflow: hidden;
    width: 100%;
    margin: 0;
    padding: 0;
    list-style: none;
    border-bottom: 2px solid #085ecc;
    margin-bottom: 20px;
}

.index_market_box .market_container #market_tabs li {
    float: left;
    margin: 0;
    width: 33.3%;
}

.index_market_box .market_container li .tab_tit {
    position: relative;
    padding: 5px;
    text-decoration: none;
    color: #333;
    font-size: 14px;
    display: block;
    text-align: center;
    font-weight: 600;
}
.index_market_box .market_container .current .tab_tit{
    color: #085ecc;
}
.index_market_box .market_container .current .tab_tit .arrow{
    border:solid 3px;
    border-color:#fff #fff #085ecc #fff;
    position:absolute;
    left:50%;
    transform:translateX(-50%);
    bottom:0;
}
.index_market_box .market_container .hoverItem .tab_tit {
    color: #085ecc;
}

.index_market_box .market_container #market_content {
    padding: 0 15px 0px;
    margin-bottom: 20px;
    position: relative;
}

.index_market_box .market_container #market_content .tit {
    color: #4b5052;
    margin-bottom: 15px;
    font-size: 19px;
    line-height: 25px;
    font-weight: 300;
    text-transform: none;
    text-align: center;
}
.index_market_box .market_container #market_content .n_li{
    height: 30px;
    line-height: 30px
}
.index_market_box .market_container #market_content .n_li .n_link{
    width: 75%;
    color: #333;
    font-size: 14px;
    padding-left: 15px;
    background: url(/wap/templates/default/images/icon04.png) no-repeat 2px center;

}
.index_market_box .market_container #market_content .n_li:hover .n_link{
    color:#085ecc;
}
.index_market_box .market_container #market_content .n_li .time{
    width: 25%;
    color: #666;
    font-size: 12px;
    text-align: right;
    font-family: "microsoft yahei";
}
/*.index_market_box .market_container #market_imgcontent {
    position: relative;
    padding-top: 0;
    padding-bottom: 0;
    overflow: hidden;
    padding: 0 15px 0px;
}

.index_market_box .market_container #market_imgcontent img {
    margin: 0 auto;
    width: 100%;
}
*/
.index_market_box .market_container .item {
    display: none;
}

/*.index_market_box .market_container .imgitem {
    display: none;
    position: relative;
}*/

.index_market_box .market_container .show {
    display: block;
}
.index_market_box #market_imgtab1 .scontainer1-prev{
    border-top-left-radius: 100px;
    border-bottom-left-radius: 100px;
    padding-left: 10px;
    padding-right: 5px;
    background-image: url(/wap/templates/default/images/rightarrow.png);
    width: 35px;
    height: 45px;
    background-size: 30px;
    border-top-right-radius: 100px;
    border-bottom-right-radius: 100px;
    background-color: rgba(255, 255, 255, .2);
    left: -20px;
    background-position-x: 10px;
}
.index_market_box #market_imgtab1  .scontainer1-prev:hover {
    background-image: url(/wap/templates/default/images/horightarrow.png);
    background-position-x: 10px;
}

.index_market_box #market_imgtab1  .scontainer1-next {
    width: 35px;
    height: 45px;
    border-top-left-radius: 100px;
    border-bottom-left-radius: 100px;
    padding-left: 10px;
    padding-right: 5px;
    background-image: url(/wap/templates/default/images/rightarrow.png);
    transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    background-size: 30px;
    border-top-right-radius: 100px;
    border-bottom-right-radius: 100px;
    background-color: rgba(255, 255, 255, .2);
    right: -20px;
    background-position-x: 10px;
}
.index_market_box #market_imgtab1  .scontainer1-next:hover {
    background-image: url(/wap/templates/default/images/horightarrow.png);
    right: -20px;
    transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    background-position-x: 10px;
}

.index_market_box .scontainer1  {
    width: 100%;
    height:100%;
     position: relative;
}

.index_market_box .scontainer1 .swiper-slide {
    text-align: center;
    font-size: 18px;
    background: #fff;
    /* Center slide text vertically */
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
}

.index_market_box {
    padding: 10px 0 0;
    position: relative;
}
.index_market_box .scontainer1 .images {
    overflow: hidden;
    height: 187px;
}
.index_market_box .scontainer1 .images  img {
    width: 100%;
}
.index_market_box .scontainer1 .topic {
    color: #fff;
    font-size: 14px;
    margin: 0;
    height: 37px;
    font-weight: 400;
    line-height: 37px;
    vertical-align: middle;
    position: absolute;
    bottom: 0;
    background: rgba(0, 0, 0, 0.4);
    width: 100%;
    left: 0;
}
.index_market_box #market_imgtab1 .scontainer1-p1{
    position: static;
}
/*第二个轮播*/
.index_market_box #market_imgtab2  .scontainer2-prev {
    border-top-left-radius: 100px;
    border-bottom-left-radius: 100px;
    padding-left: 10px;
    padding-right: 5px;
    background-image: url(/wap/templates/default/images/rightarrow.png);
    width: 35px;
    height: 45px;
    background-size: 30px;
    border-top-right-radius: 100px;
    border-bottom-right-radius: 100px;
    background-color: rgba(255, 255, 255, .2);
    left: -20px;
    background-position-x: 10px;
}
.index_market_box #market_imgtab2 .scontainer2-prev:hover {
    background-image: url(/wap/templates/default/images/horightarrow.png);
    background-position-x: 10px;
}

.index_market_box #market_imgtab2 .scontainer2-next {
    width: 35px;
    height: 45px;
    border-top-left-radius: 100px;
    border-bottom-left-radius: 100px;
    padding-left: 10px;
    padding-right: 5px;
    background-image: url(/wap/templates/default/images/rightarrow.png);
    transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    background-size: 30px;
    border-top-right-radius: 100px;
    border-bottom-right-radius: 100px;
    background-color: rgba(255, 255, 255, .2);
    right: -20px;
    background-position-x: 10px;
}
.index_market_box #market_imgtab2 .scontainer2-next:hover {
    background-image: url(/wap/templates/default/images/horightarrow.png);
    right: -20px;
    transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    background-position-x: 10px;
}

.index_market_box .scontainer2  {
    width: 100%;
    height: 100%;
}

.index_market_box .scontainer2 .swiper-slide {
    text-align: center;
    font-size: 18px;
    background: #fff;
    /* Center slide text vertically */
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
}
.index_market_box .scontainer2 .images {
    overflow: hidden;
    height: 187px;
}
.index_market_box .scontainer2 .images  img {
    width: 100%;
}
.index_market_box .scontainer2 .topic {
    color: #fff;
    font-size: 14px;
    margin: 0;
    height: 37px;
    font-weight: 400;
    line-height: 37px;
    vertical-align: middle;
    position: absolute;
    bottom: 0;
    background: rgba(0, 0, 0, 0.4);
    width: 100%;
    left: 0;
}
.index_market_box #market_imgtab2 .scontainer2-p2{
    position: static;
}
/*第三个*/
.index_market_box #market_imgtab3 .scontainer3-prev {
    border-top-left-radius: 100px;
    border-bottom-left-radius: 100px;
    padding-left: 10px;
    padding-right: 5px;
    background-image: url(/wap/templates/default/images/rightarrow.png);
    width: 35px;
    height: 45px;
    background-size: 30px;
    border-top-right-radius: 100px;
    border-bottom-right-radius: 100px;
    background-color: rgba(255, 255, 255, .2);
    left: -20px;
    background-position-x: 10px;
}
.index_market_box #market_imgtab3 .scontainer3-prev:hover {
    background-image: url(/wap/templates/default/images/horightarrow.png);
    background-position-x: 10px;
}

.index_market_box #market_imgtab3 .scontainer3-next {
    width: 35px;
    height: 45px;
    border-top-left-radius: 100px;
    border-bottom-left-radius: 100px;
    padding-left: 10px;
    padding-right: 5px;
    background-image: url(/wap/templates/default/images/rightarrow.png);
    transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    background-size: 30px;
    border-top-right-radius: 100px;
    border-bottom-right-radius: 100px;
    background-color: rgba(255, 255, 255, .2);
    right: -20px;
    background-position-x: 10px;
}
.index_market_box #market_imgtab3 .scontainer3-next:hover {
    background-image: url(/wap/templates/default/images/horightarrow.png);
    right: -20px;
    transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    background-position-x: 10px;
}

.index_market_box .scontainer3  {
    width: 100%;
    height: 100%;
}

.index_market_box .scontainer3 .swiper-slide {
    text-align: center;
    font-size: 18px;
    background: #fff;
    /* Center slide text vertically */
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
}
.index_market_box .scontainer3 .images {
    overflow: hidden;
    height: 187px;
}
.index_market_box .scontainer3 .images  img {
    width: 100%;
}

.index_market_box .scontainer3 .topic {
    color: #fff;
    font-size: 14px;
    margin: 0;
    height: 37px;
    font-weight: 400;
    line-height: 37px;
    vertical-align: middle;
    position: absolute;
    bottom: 0;
    background: rgba(0, 0, 0, 0.4);
    width: 100%;
    left: 0;
}

.index_market_box #market_imgtab3 .scontainer3-p3{
    position: static;
}
.index_market_box #market_imgtab1 .scontainer1-p1 .swiper-pagination-bullet-active,.index_market_box #market_imgtab2 .scontainer2-p2 .swiper-pagination-bullet-active,.index_market_box #market_imgtab3 .scontainer3-p3 .swiper-pagination-bullet-active{
    background:#085ecc;
}
/*广告4*/
.index_adbox04_box {
    padding-bottom: 20px;
}
.index_adbox04_box .adbox04_content ul{
    padding: 0;
    margin: 0;
}
/*广告7*/
.index_adbox07_box {
    padding-bottom: 20px;
}
.index_adbox07_box .adbox07_content ul{
    padding: 0;
    margin: 0;
}
/*结束首页行情*/

/*.index_news_box {
    border-top: 10px solid #f5f5f5;
}

.index_news_box .i-n-img img{
    width: 100%;
}
.index_news_box .i-n-img {
     max-width: 100%;
    height: auto;
}

.index_news_box .i-n-text {
    width: 100%;
    border-bottom: 1px dotted #dbdbdb;
  height: 40px;
}

.index_news_box  .i-n-text h3 {
    margin: 0;
    width: 65%;
    height: 100%;
}

.index_news_box .i-n-text h3 a {
    color: #555555;
    font-size: 14px;
    font-weight: 400;
    line-height: 40px;
    font-family: "宋体";
}

.index_news_box .i-n-text .time {
    font-family: "宋体";
    color:#777777;
    font-size: 14px;
    width: 35%;
    line-height: 40px;

}

.index_news_box .i-n-text .time a {
    color: inherit;
    width: 100%;
}*/
/*热门房型*/

/*.index_pro_box {
    padding-top: 30px;
    padding-bottom: 30px;
}
.index_pro_box .pro_list li {
    position: relative;
   padding-top: 15px;
}
.index_pro_box .pro_list li:hover .item_link{
    border-bottom: 1px solid #b98b45;
}
.index_pro_box .pro_list li .images {
    overflow: hidden;
}
.index_pro_box .pro_list li:hover .images img{
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
}
.index_pro_box .pro_list li img {
    width: 100%;
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}

.index_pro_box .pro_list li .item_link {
    width: 100%;
    border-bottom: 1px solid #ebebeb;
    display: block;
    padding-bottom: 15px;
}

.index_pro_box .i_pro_text {
    width: 100%;
    height: 100%;
}
.index_pro_box .i_pro_text .topic {
    color: #333333;
    font-size: 16px;
    margin: 15px 0 5px;
    font-weight: 400;
    line-height: 24px;
    vertical-align: middle;
}
.index_pro_box .i_pro_text .desc {
    display: inline-block;
    color: #999999;
    width: 100%;
    font-size: 14px;
    line-height: 1.5;
}

.i_more_btn:hover {
    border: 2px solid #5a4234;
    background-color: #5a4234;
    color: #ffffff;
}

.i_more_btn {
    padding-top: 10px;
    padding-right: 40px;
    padding-bottom: 10px;
    padding-left: 40px;
    font-size: 16px;
    border: 2px solid #b3b2b0;
    color: #666666;
    width: 164px;
    margin: 0 auto;
    display: block;
    margin-top: 20px;
    color: #949494;
}*/

/*周边景点*/
.index_attractions_box{
    padding-top: 30px;
    padding-bottom: 40px;
}
.index_attractions_box .attractions_list li {
    margin-top: 20px;
}
.index_attractions_box .attractions_list li .link{
    position: relative;
}
.index_attractions_box .attractions_list .i_attractions_text{
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin:0 auto;
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}
.index_attractions_box .attractions_list li:hover .i_attractions_text{
   background-color:  rgba(0,0,0,.5);
}
.index_attractions_box .attractions_list .i_attractions_text .read {
    display: inline-block;
    width: 100px;
    height: 100px;
    line-height: 100px;
    font-size: 26px;
    color: #fff;
    border-radius: 50%;
    border: 1px solid #fff;
    text-align: center;
    padding: 0;
    background: transparent;
    position: absolute;
    top: 50%;
    transform: translate(-50%,-50%);
    left: 50%;
}

.index_attractions_box .attractions_list li:hover .i_attractions_text .read {
    background-color: #fff;
    border: 1px solid #fff;
    color: #333;

}
.index_attractions_box .attractions_list .i_attractions_text .topic{
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    opacity: 0;
}
.index_attractions_box .attractions_list li:hover .topic{
    opacity: 1;
    color: #fff;
}








/*精品民宿欢迎*/
.index_welcome_box{
    background:#fff;
    padding-top: 10px;
}
.index_welcome_box .aboutus_border{
    border:1px solid #dedade;
    padding: 3px;
}

.index_scenic_box .swiper-button-prev {
    border-top-left-radius: 100px;
    border-bottom-left-radius: 100px;
    padding-left: 10px;
    padding-right: 5px;
    background-image: url(/wap/templates/default/images/rightarrow.png);
    width: 35px;
    height: 45px;
    background-size: 30px;
    border-top-right-radius: 100px;
    border-bottom-right-radius: 100px;
    background-color: rgba(255, 255, 255, .2);
    left: -20px;
    background-position-x: 10px;
    display: none;
}

.index_scenic_box .swiper-button-prev:hover {
    background-image: url(/wap/templates/default/images/hoghtarrow.png);
    background-position-x: 20px;
}

.index_scenic_box .swiper-button-next {
    width: 35px;
    height: 45px;
    border-top-left-radius: 100px;
    border-bottom-left-radius: 100px;
    padding-left: 10px;
    padding-right: 5px;
    background-image: url(/wap/templates/default/images/rightarrow.png);
    transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    background-size: 30px;
    border-top-right-radius: 100px;
    border-bottom-right-radius: 100px;
    background-color: rgba(255, 255, 255, .2);
    right: -20px;
    background-position-x: 10px;
    display: none;
}

.index_scenic_box .swiper-button-next:hover {
    background-image: url(/wap/templates/default/images/horightarrow.png);
    right: -20px;
    transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    background-position-x: 10px;
}

.index_scenic_box .swiper-container {
    width: 100%;
    height: 100%;
}

.index_scenic_box .swiper-slide {
    text-align: center;
    font-size: 18px;
    background: #fff;
    /* Center slide text vertically */
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
}

.index_scenic_box {
    padding:10px 10px 10px 10px;
    position: relative;
    border:1px solid #ededed;
}

.index_scenic_box .scenic_list li {
    position: relative;
}

.index_scenic_box .scenic_list li .images {
    overflow: hidden;
}

.index_scenic_box .scenic_list li img {
    width: 100%;
}

.index_scenic_box .scenic_list li .item_link {
    width: 100%;
    overflow: hidden;
    padding-top: 20px;
}

.index_scenic_box .topic {
    color: #fff;
    font-size: 14px;
    margin: 0;
    height: 37px;
    font-weight: 400;
    line-height: 37px;
    vertical-align: middle;
    position: absolute;
    bottom: 0;
    background: rgba(0, 0, 0, 0.4);
    width: 100%;
}

/*分类首页*/

.ili_title {
    line-height: 44px;
    padding-left: 10px;
    border-top: 1px solid #eee;
    border-bottom: 1px solid #eee;
    color: #727272;
    font-size: 18px;
    height: 44px;
    margin-top: 10px;
}

.ili_title i {
    padding-right: 6px;
    font-size: 15px;
}




/*新闻*/



.nl_text {
    width: 100%;
}

.news-list .n_link {
    font-weight: 400;
    width: 65%;
    color: #333;
    font-size: 14px;
    padding-left: 15px;
    background: url(/wap/templates/default/images/icon04.png) no-repeat 2px center;

}
.nl .news-list {
     line-height: 35px;
}
.news-list .n_time{
    color: #666;
    font-size: 12px;
    font-family: "microsoft yahei";
    width: 35%;
    text-align: right;
}








/*分类招聘*/

.lists.jobs li {
    list-style: none;
    position: relative;
    border-bottom: 1px dashed #ededed;
}

.lists.jobs li a {
    color: #999;
    display: block;
    width: 100%;
    height: 100%;
}

.lists.jobs ol li>a {
    display: block;
    overflow: hidden;
    margin-right: 25px;
    height: 49px;
    padding-left: 50px;
    background: url(/wap/templates/default/images/icon-32x32-list-jobs.png) no-repeat 10px center;
    background-size: 23px;
    background-position: 15px center;
    white-space: nowrap;
}

.lists.jobs li>a>span {
    display: block;
    overflow: hidden;
    line-height: 50px;
    text-overflow: ellipsis;
    color: #000000;
    font-size: 17px;
    font-weight: 300;
}

.lists.jobs li>i {
    display: block;
    position: absolute;
    top: 0px;
    right: 5px;
    width: 50px;
    height: 50px;
    background-image: url(/wap/templates/default/images/icon-11x11-attributeitems.png);
    background-position: center;
    background-repeat: no-repeat;
    -moz-transition: all 0.4s;
    transition: all 0.4s;
    -webkit-transition: all 0.4s;
    background-size: 10px;
}

.lists.jobs li>i.on {
    transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
}

.lists.jobs li>i.on+div {
    display: block;
    overflow: hidden;
}

.lists.jobs li>div {
    display: none;
    background-color: #f1f0f5;
    color: #000;
    width: 100%;
}

.lists.jobs li>div>span {
    display: block;
    float: left;
    padding: 15px;
    width: 100%;
    font-size: 18px;
    line-height: 100%;
    text-align: left;
    font-weight: 300;
    background-repeat: no-repeat;
    background-position: 20px center;
    background-size: 23px;
    padding-left: 54px;
    border-bottom: 1px dashed #e2dbdb;
    margin-left: 0px;
}

.lists.jobs li>div>span.j_num {
    background-image: url(/wap/templates/default/images/pro_icon.png);
}

.lists.jobs li>div>span.j_sexneed {
    background-image: url(/wap/templates/default/images/sex_icon.png);
}

.lists.jobs li>div>span.j_jobsobj {
    background-image: url(/wap/templates/default/images/boj_icon.png);
}

.lists.jobs li>div>span.j_more {
    padding-left: 15px;
}










/*下载列表页*/

.lists.downs .dl div {
    display: block;
    border-bottom: 1px dashed #ededed;
    overflow: hidden;
    background: #fff;
    color: #555555;
    line-height: 50px;
}

.lists.downs .dl div>small {
    display: block;
    float: left;
    width: 50px;
    background-image: url(/wap/templates/default/images//icon-32x26-downs.png);
    background-position: center;
    background-repeat: no-repeat;
    color: #ffffff;
    line-height: 50px;
    text-align: center;
}

.lists.downs .dl div a:nth-of-type(1) {
    display: block;
    width: calc(100% - 150px);
    white-space: nowrap;
    overflow: hidden;
    float: left;
    text-overflow: ellipsis;
    color: #8c8c8c;
}

.lists.downs .dl div>a:nth-of-type(2) {

    font-size: 16px;
}

.lists.downs .dl div>a:only-of-type {
    line-height: 52px;
}

.lists.downs .dl div>small.docx {
    background-image: url(/wap/templates/default/images/docx.png);
}

.lists.downs .dl div>small.rar {
    background-image: url(/wap/templates/default/images/rar.png);
}

.lists.downs .dl div>small.ppt {
    background-image: url(/wap/templates/default/images/ppt.png);
}

.lists.downs .dl div>small.pdf {
    background-image: url(/wap/templates/default/images/pdf.png);
}

.lists.downs .dl div>small.apk {
    background-image: url(/wap/templates/default/images/apk.png);
}

.lists.downs .dl div>small.xls {
    background-image: url(/wap/templates/default/images/xlsx.png);
}

.lists.downs .dl div>small.jpg {
    background-image: url(/wap/templates/default/images/jpg.png);
}

.lists.downs .dl div>small.txt {
    background-image: url(/wap/templates/default/images/txt.png);
}











/*详细页*/

.v_title {
    text-align: center;
    font-size: 20px;
    font-weight: bold;
    color: #333;
    margin-top: 0px;
    margin-bottom: 0;
    padding-bottom: 0;
    text-align: left;
}

.detailed_box {
    line-height: 30px;
    color: #555;
    font-size: 17px;
}

.infos {
    font-size: 14px;
    color: #666;
      border-bottom: 1px dashed #ededed;
}











/*留言板*/

.gbook_frm_box input {
    margin-bottom: 10px;
}

.am-btn {
    padding: 10px 16px;

    font-size: 1.4rem;
}










/*搜索页面*/

.pro_serarch .keywd_input {
    border: 1px solid #e2e2e2;
    width: calc(100% - 150px);
}