/*全局样式开始*/

html {
    
}
body, html {
    height: auto !important;
}
.height_100 {
    height: 100% !important;
}

.am-header .am-header-title {
    position: relative;
}

.over-y {
    overflow-y: hidden;
}
.am-with-fixed-header {
    padding-top: 53px;
}

/*主盒容器*/

.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: rgba(11, 152, 211, 0.8);
    border-top: 0;
}

.foot_menu a {
    height: 50px;
    line-height: 75px;
    font-size: 13px;
    font-weight: 300;
    color: #fff;
    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: 30px;
    display: block;
    background-position: left center;
    font-weight: 300;
    background-size: 36px;
    background-image: inherit !important;
    margin-left: 0;
}

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



/*全局样式结束*/


/*首页*/


/*logo*/
.pass_logo .am-header .am-header-title{
        margin: 0;
    text-align: left;
}
.pass_logo .am-header-default{
      background: #fff;
}
.am-header-default {
    background: #0e90d2;
    height: 53px;
}

.am-header .am-header-title img {
    height: 45px;
    margin-top: 4px;
}



/*banner*/

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

.am-slider-default .am-control-nav li a {
    background-color: #dfdfdf;
}

.am-slider-default .am-control-nav li a:hover {
    background-color: #0e90d2;
    background-color: #0e90d2;
}


#floor_3_main {
    width: 100%;
    background: #fff;
}
 .in_title {
    padding-top: 21px;
}
 .in_title .entit {
    position: relative;
    width: 80%;
    margin: auto;
    margin-bottom: 6px;
    font-size: 21px;
    line-height: 21px;
    font-weight: bold;
    color: #0e87db;
    text-align: center;
}
 .in_title .tit {
    font-size: 21px;
    line-height: 24px;
    text-align: center;
    color: #434343;
    margin: 0;
}
 .in_title .tit em {
    display: inline-block;
    width: 98px;
    height: 1px;
    margin-bottom: 5px;
    background: #cecece;
}
 .in_title .tit span {
    display: inline-block;
    margin: 0 16px;
}
 .floor_3 .proAdvant .list li {
    display: block;
    width: 90%;
    margin: 0 auto;
    padding-top: 21px;
    padding-bottom: 16px;
    border-top: 1px dashed #b2b2b2;
}
ul,li{margin: 0;padding: 0;}
 .floor_3 .proAdvant .list li:first-child {
    border-top: none;
}
 .floor_3 .proAdvant .list li .txt {
    display: block;
    width: 100%;
}
 .floor_3 .proAdvant .list li .txt .tit {
    font-size: 16px;
    font-weight: bold;
    color: #0e87db;
    text-align: center;
    padding-bottom: 16px;
    margin-bottom: 0;
} .floor_3 .proAdvant .list li .tit span {
    display: inline-block;
    width: 24px;
    height: 24px;
    background: #0e87db;
    border-radius: 5px;
    color: #fff;
    font-size: 16px;
    font-weight: normal;
    line-height: 24px;
    margin-right: 5px;
}
 .floor_3 .proAdvant .list li .img {
    width: 100%;
}   
 .floor_3 .proAdvant .list li .img img {
    display: block;
    width: 100%;
    height: 100%;
}
.floor_3 .proAdvant .list li .txt .cont {
    margin-top: 6px;
    font-size: 12px;
    color: #666;
    line-height: 19px;
    text-align: justify;
    margin-bottom: 0;
}
.clear, .clearfix:after {
    content: "";
    display: block;
    clear: both;
    width: 100%;
    height: 0;
    line-height: 0;
    font-size: 0;
}
#floor_6_main {
    width: 100%;
    margin-bottom: 40px;
}
#floor_6_main .proAdvant {
    width: 90%;
    margin: 0 auto;
    margin-top: 16px;
}
#floor_6_main .proAdvant .list {
    width: 100%;
}
#floor_6_main .proAdvant .list li {
    float: left;
    width: calc(100% / 4);
    text-align: center;
    cursor: pointer;
}
#floor_6_main .proAdvant .list li a {
    display: block;
}
#floor_6_main .proAdvant .list li .img {
    position: relative;
    display: block;
    width: 71px;
    height: 71px;
    line-height: 110px;
    margin: 0 auto;
    border: 1px solid #666;
    border-radius: 50%;
    transition: all .5s;
}
#floor_6_main .proAdvant .list li .img img {
    position: absolute;
    top: 50%;
    margin-top: -21px;
    left: 50%;
    margin-left: -21px;
    display: inline-block;
    width: 43px;
    height: 43px;
}
#floor_6_main .proAdvant .list li .tit {
    font-size: 13px;
    line-height: 27px;
    color: #666;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    margin: 0;
}


/*搜索框*/

.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;
}


/*按钮*/

.i_more_btn {
    width: 120px;
    height: 37.7665px;
}




/*首页菜单*/
.index_menu_box li {
    text-align: center;
}

.index_menu_box a {
    text-align: center;
    display: block;
    font-size: 14px;
    font-family: "宋体";
    color: #ffffff;
}

.index_menu_box a img {
    height: 60px;
}

.index_menu_box a p {
    margin: 5px 0;
}

.index_menu_box li span {
    display: block;
    width: 100%;
    height: 40px;
    margin-bottom: 10px;
    background-size: 40px;
    background-repeat: no-repeat;
    background-position: center;
}



/*首页标题*/

.index_title {
    background: #147fd6;
    border-radius: 10px 10px 0 0;
    padding: 0 10px;
    line-height: 40px;
}
.title {
    font-size: 15px;
    font-weight: normal;
    color: #fff;
    margin-top: 0px;
    margin-bottom: 0px;
}
.titile_more {
    color: #fff;
    display: block;
    font-size: 12px;
    font-weight: 300;
}



/*首页产品*/

.index_pro_box li img {
    width: 100%;
}

.index_pro_box li .images {
    width: 100%;
}

.index_pro_box li .item_link {
    width: 100%;
    overflow: hidden;
}


.index_pro_box li .topic {
        color: #ffffff;
    font-size: 14px;
    height: 28px;
    font-weight: normal;
    line-height: 28px;
    vertical-align: middle;
    margin: 0;
}
.index_pro_box li .desc{
    font-size: 12px;
        color: #cccccc;
            line-height: 25px;
}






.sort_list ul{
    display: flex;
    flex-wrap: nowrap;
    margin: 20px 0;
}

.sort_list ul li{
    width: calc(100% / 3 - 10px);
    margin: 0 5px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    border: 1px solid #e6e6e6;
    padding: 5px;
}
.sort_list ul li.on{
    background: #147FD6;
    border: none;
    color: #fff;
}
.pro_list ul{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.pro_list ul li{
    width: calc(100% / 2 - 10px);
    margin-bottom: 10px;
}
.pro_list ul li img{
    height: 124px;
}







/*首页作品分类*/
.index_sort_box li a{position: relative;}
.index_sort_box li .topic {
   font-size: 13px;
    color: #ffffff;
    line-height: 35px;
    height: 35px;
    margin: 0;
    font-weight: 400;
    position: absolute;
    bottom: 0;
    opacity: 0.6;
    width: 100%;
}
/*首页新闻*/
.index_menu_39_box .i-n-text h3 a {color:#000;font-size:16px;}
.index_menu_39_box .i-n-text h3 {margin-bottom:0.5rem;}
.index_menu_39_box .i-n-text > div {font-size:13px;height:60px;color:#333;margin-bottom:15px;text-align:justify;line-height:20px;}
.index_menu_39_box li {border-bottom:1px solid #e1e1e1;padding-bottom:15px;margin-bottom:15px;}
.index_menu_39_box li > div > a {font-size:12px;float:right;background:#2ca7db;color:#fff;padding:0 12px;border-radius:4px;}
.index_menu_39_box ul {padding-bottom: 0;}
/*联系我们*/
.company_row img {width:160px;margin-right:10px;box-shadow:3px -1px 5px 0px #c0bebe;}
.company_row div {line-height:2rem;color:#000;font-size:1.25rem;letter-spacing:1.5px;}
/*首页切换*/
.idnex_tab_row {margin:0;}
.idnex_tab_row.am-tabs-default .am-tabs-nav>.am-active a {border-radius:10px 10px 0 0;}
.idnex_tab_row.am-tabs-default .am-tabs-nav a {line-height:35px;font-size:15px;}
.index_news_sort_box .am-tabs-bd .am-tab-panel{padding: 10px 0 15px;}
.index_news_sort_box .am-tabs-default .am-tabs-nav {background-image:linear-gradient(180deg,rgba(239,239,239,0.95) 0%,rgba(214,214,214,0.95) 100%),linear-gradient( #fefefe,#f8f8f8);background-blend-mode:normal,normal;}
.index_news_sort_box .am-tabs-bd .am-tab-panel.am-active li a {    background-image: url(/wap/templates/default/images/right_icon.png);background-size: 12px;background-repeat: no-repeat;background-position: left center;color:#333;font-size:14px;border-bottom:1px dashed #c3c3c3;line-height:25px;padding:4px 0;padding-left:24px;}
.index_news_sort_box .am-tabs-bd {padding:0 5px 0px;border-bottom:1px solid #c3c3c3;border-radius:0 0 10px 10px;margin-bottom:0px;}
.font-copyright iframe {
    display: none;
}

/*产品轮播*/
.index_pro_sor_row {
    -webkit-box-shadow: initial;
    box-shadow: initial;
    margin: 30px 30px;
}
.index_pro_sor_row span {
    color: #000;
    font-size: 14px;
}

.index_pro_sor_row img {
    max-height: 200px;
    width: 60vw !important;
    margin: 0 auto;
}
.index_pro_sor_row.am-slider-b3 .am-direction-nav a.am-prev {    left: 5px;background-image: url(/wap/templates/default/images/icon2.png);
    background-size: 30px;
    background-repeat: no-repeat;
    opacity: 1;
    transform: rotate(-135deg);}
.index_pro_sor_row.am-slider-b3 .am-direction-nav a.am-next {
    right: 5px;background-image: url(/wap/templates/default/images/icon2.png);
    background-size: 30px;
    background-repeat: no-repeat;
    opacity: 1;
    transform: rotate(45deg);}
    .index_pro_sor_row.am-slider-b3 .am-direction-nav a.am-next:before,.index_pro_sor_row.am-slider-b3 .am-direction-nav a.am-prev:before{display:none;}
/*分类首页*/

.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;
}





/*新闻*/
.views img {
    height: auto !important;
}

.n-img {
    max-width: 100px;
    max-height: 100px;
}

.n-text {
    width: calc(100% - 110px);
}

.nl_text {
    width: 100%;
}

.n-text h3 {
    margin: 0;
}

.n-text h3 a {
    font-size: 14px;
    color: #555555;
    font-weight: 400;
    line-height: 28px;
    display: block;
}

.n-text div {
    font-size: 12px;
    color: #888;
    line-height: 25px;
    height: 45px;
}

.n-text div a {
    color: #888;
}

.nl .news-list {
    border-bottom: 1px dashed #ededed;
}



/*分类招聘*/

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

.lists.jobs li a {
    color: #fff;
    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: 22px;
    font-weight: bold;
    color: #555555;
    margin-top: 0px;
    margin-bottom: 10px;
    padding-bottom: 5px;
    border-bottom: 1px dashed #ededed;
}

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

.infos {
    font-size: 14px;
    color: #555555;
}





/*留言板*/

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

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

    font-size: 1.4rem;
}





.font-copyright {
    font-size: 12px;
    color: #505050;
    line-height: 1.7;
}

.font-copyright a {
    color: #505050;
}

.foot-weix {
    font-size: 12px;
    color: #505050;
    line-height: 1.7;
}
/*搜索页面*/

.pro_serarch .keywd_input {
    border: 1px solid #e2e2e2;
    width: calc(100% - 150px);
}
.pl img {
    width: calc(50vw - 2rem - 2px);
    height: calc(50vw - 2rem - 2px);
}
.pl .img {
    border: 1px solid #cdcdcd;
}
.nl img {
    max-height: 100px;

}
/*内页*/
.title-row {position:relative;color:#fff;background:#1177cb;height:40px;overflow:hidden;line-height:40px;}
.title-row .am-header-left {position:absolute;top:6px;left:10px;line-height:initial;font-size:20px;}
.pagena-row h1#headerSortBox {text-align:center;font-size:16px;margin:0;font-weight:400;line-height:40px;}
.pagena-row #headerSortBox:after {display:none;}
.title-row .am-header-left a {color:#fff;display:block;}
.sort_row {background:#e4e2e3;padding:0.5rem;overflow:hidden;}
.sortBoxItme2 {float:left;display:block;background:#fff;width:47%;color:#414141;text-align:center;font-size:13px;line-height:35px;white-space:nowrap;margin:1.5%;border-radius:3px;overflow:hidden;padding:0 5px;text-overflow:ellipsis;}
a.sortBoxItme2.sortBoxItme2on {color: #fff;background: #1177cb;}


.am-header-right:before {-webkit-transform:rotate(0);-ms-transform:rotate(0);-o-transform:rotate(0);transform:rotate(0);}
.am-header-right {position:absolute;height:53px;margin-top:0;margin-bottom:0;line-height:22px;background:0 0 !important;-webkit-transition:color .25s linear;-o-transition:color .25s linear;transition:color .25s linear;z-index:100;right:0 !important;top:0;padding-top:15px;text-align:center;width:50px;padding-left:12px;}
.am-header-right:before,.am-header-right span,.am-header-right:after {background:#fff;}
.close span {opacity:0}
.close:before {-webkit-transform:rotate(45deg);-ms-transform:rotate(45deg);-o-transform:rotate(45deg);transform:rotate(45deg);-webkit-transform-origin:8%;-ms-transform-origin:8%;-o-transform-origin:8%;transform-origin:8%;}
.close:after {-webkit-transform:rotate(-45deg);-ms-transform:rotate(-45deg);-o-transform:rotate(-45deg);transform:rotate(-45deg);-webkit-transform-origin:8%;-ms-transform-origin:8%;-o-transform-origin:8%;transform-origin:8%;}
.am-header-right:before,.am-header-right::after {transition:transform .2s ease-in-out;}
.am-header-right:before,.am-header-right span,.am-header-right:after {display:block;width:30px;height:3px;margin:0;background:#1177cb;border-radius:1px;}
.am-header-right span {margin:6px 0;}
.am-header-right:before,.am-header-right:after {content:"";}
.am-header-right.close {
    background: #3f413e !important;
}
.am-header-right.close:before, .am-header-right.close span, .am-header-right.close:after {
 
    background: #fff;

}
ul.sortsubnavcontainer {display:none;margin:0;background:#fff;padding:0;}
.sidebar_l {position:absolute;right:0;left:0;background:#3f413e;    display: none;}
ul.sortnavul {margin:0;color:#fff;padding-left:0;}
ul.sortnavul a {color:#fff;display:block;border-bottom:1px solid #b2b2b2;text-align:center;line-height:40px;letter-spacing:1px;font-size:15px;}
ul.sortsubnavcontainer a {color:#333;}
.sidebar_l.show {
    display: block;
}
.pro_tab_row {
    margin: 0;
}