﻿/*全局样式开始*/

html {
    margin-top: 0 !important;
}

.height_100 {
    height: 100%;
}

.am-header .am-header-title {
    position: relative;
}

.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: #641515 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*/

/*.index {
    padding-top: 44px;
}*/

.index .am-header-title {
    margin: 0;
    padding: 0;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    width: 100%;
}

.am-header-default {
    background: #fff;
    height: 44px;
}

.am-header .am-header-title img {
    margin: 9px 0;
        height: auto;
}

.am-header-default .hotline {
    font-size: 14px;
    line-height: 51px;
    padding-right: 10px;
    color: #fff;
    float: right;
}


/*banner*/

/*.am-slider-default .am-control-nav {
    bottom: 10px;
    display: none;
}

.am-slider-default .am-control-nav li a {
    background-color: #fff;
    opacity: 1;
}

.am-slider-default .am-control-nav li a:hover {
    background-color: #8a946d;
    background-color: #8a946d;
}
*/

/*搜索框*/

.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;
}


/*首页菜单*/

.index_menu_box li {
    text-align: center;
}

.index_menu_box a {
    text-align: center;
    display: block;
    font-size: 14px;
    font-family: "宋体";
    color: #333;
}

.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: 55px;
    margin-bottom: 10px;
    background-size: 55px;
    background-repeat: no-repeat;
    background-position: center;
}



/*首页标题*/

.title {
   font-size: 24px;
    color: #555555;
    margin-top: 0px;
    margin-bottom: 0px;
    line-height: 1.42;
    font-weight: 500;
    text-transform: uppercase;
      display: block !important;
    text-align: center;
}

.subtitle {
   text-align: center;
    display: block;
    font-size: 14px;
    color: #bbbbbb;
    line-height: 1.42;
      margin-bottom: 30px;
}


/*产品中心*/

.index_pro_box ,.index_about_box {
    padding: 20px 15px;
}
.index_about_content {
    padding: 10px;
    border: 1px solid #e6e6e6;
}

.index_pro_box .pro_list {
    padding-top: 10px;
    display: flex;
    flex-wrap: wrap;
}
.index_pro_box .pro_list::before,.index_pro_box .pro_list::after{
    display: none;
}

.index_pro_box .pro_list li {
   /* position: relative;*/
    overflow: hidden;
    width: calc(100% / 2 - 10px);
    margin: 0 5px 10px;
}
.index_pro_box .pro_list li .pic,.index_pro_box .pro_list li .pic img{
    width: 100%;
}

.index_pro_box .pro_list li .images {
   border-radius: 5px;
   overflow: hidden;
    position: relative;
}

.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 .5s;
    -ms-transition: all .5s;
    transition: all .5s;
}

.index_pro_box .pro_list li .item_link {
    width: 100%;
    height: 100%;
    position: relative;
}

.index_pro_box .i_pro_text {
    width: 100%;
    height: 100%;
    margin-bottom: 20px;
}

.index_pro_box .i_pro_text .topic {
    color: #181818;
    font-size: 18px;
   padding: 10px 0 5px;
    font-weight: 400;
    line-height: 1.42;
}

.index_pro_box .pro_list li .item_link .bg .desc {
   color: rgba(255,255,255,0.8);
    font-size: 13px;
    position: absolute;
    width: 100%;
    bottom: 30%;
    padding: 0 50px;
    line-height: 1.7em;
}

.index_pro_box .pro_list li .item_link .bg{
    background-color: rgba(99, 136, 207, 0.85);
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    transition: all 0.5s;
     border-radius: 5px;
}
.index_pro_box .pro_list li:hover .item_link .bg{
    top:0;
}
.index_pro_box .item_link .number{
    position: absolute;
    bottom: 60%;
    left: -70px;
    color: #fff;
    font-size: 48px;
    z-index: 2;
    transition: all 0.5s;
}
.index_pro_box ul li:hover .item_link .number{
    left: 45px;
}
.i_more_btn{
    display: block;
    padding: 10px 50px;
    border: 1px solid #e1e1e2;
    color: #999999;
    -webkit-transition: all .5s;
    -ms-transition: all .5s;
    transition: all .5s;
    border-radius: 2px;
    margin: 0 auto;
    width: 183px;
}
.i_more_btn:hover{
    background-color: #6388cf;
    color: #fff;
    border-color: #6388cf;
    padding: 10px 50px 10px 45px;
}


/*案例展示*/
.index_case_box {
    padding: 20px 15px;
}
.index_case_box .case_list {
    margin-top: 30px;
}
.index_case_box .case_list li {
    padding: 0;
    margin-bottom: 15px;
    position: relative;
}
.index_case_box .case_list li:hover .i_case_text {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #678bd0;
    padding: 10px 20px;
    border-radius: 5px;
}
.index_case_box .case_list li .images {
    overflow: hidden;
    border-radius: 5px;
}

.index_case_box .case_list li img {
    width: 100%;
}

.index_case_box .case_list li .item_link {
    width: 100%;
    height: 100%;
}
.index_case_box .case_list li:hover .item_link{
    padding-bottom: 82px;
}
.index_case_box .i_case_text {
    width: 100%;
    height: 100%;
    -webkit-transition: all .5s;
    -ms-transition: all .5s;
    transition: all .5s;
}

.index_case_box .i_case_text .topic {
   color: #333;
    padding: 10px 0;
    line-height: 1.42;
    font-size: 16px;
}
.index_case_box  ul li:hover .i_case_text .topic {
    color: #fff;
}
.index_case_box .i_case_text .type{
    color: rgba(0,0,0,.42);
    font-size: 14px;
}
.index_case_box  ul li:hover .i_case_text .type {
    color: rgba(244,244,244,0.8);
}


.index_case_box .proIn{
    position: absolute;
    right: 10px;
    bottom: 15px;
    width: 40px;
    height: 40px;
    text-align: center;
    line-height: 40px;
    border-radius: 50%;
    border: 1px solid #eeeeee;
    color: #d2d2d2;
    z-index: 2;
    background-color: #fff;
    -webkit-transition: all .5s;
    -ms-transition: all .5s;
    transition: all .5s;
}
.index_case_box ul li:hover .proIn{
    transform: translateY(10px);
}
.index_case_box  ul li .i_case_text .desc{
    color: rgba(255,255,255,.9);
    margin-top: 5px;
    display: none;
    line-height: 1.5;
    display: none;
    font-size: 14px;
    height: 105px;
    overflow: hidden;
}
.index_case_box  ul li:hover .i_case_text .desc{
    display: -webkit-box;
}
/*关于我们*/
.index_aboutus_box {
    background-color: #FFD0BC;
    padding: 20px 15px;
    background: url(/wap/templates/default/images/aboutbg.jpg) no-repeat center;
    background-size: 100% 100%;
}
.index_aboutus_con{
    background-color: rgba(255,255,255,0.8);
    padding-bottom: 20px;
}
.index_aboutus_box .aboutus_content {
    font-size: 14px;
    color: rgba(103,103,103,0.81);
    margin-top: 10px;
}
/*服务支持*/

.index_service_box {
    padding: 20px 15px;
}
.index_service_box .service_list {
    margin-top: 30px;
}
.index_service_box .service_list li {
    padding: 0;
    margin-bottom: 15px;
}
.index_service_box .item_link {
    border-radius: 5px;
    padding: 40px 15px;
    background-color: #bbbbbb;
    -webkit-transition: all .5s;
    -ms-transition: all .5s;
    transition: all .5s;
}
.index_service_box .service_list li:hover .item_link {
    background-color: rgba(88,141,244,1);
    box-shadow: 0 0 30px rgba(88,141,244,1);
}
.index_service_box .i_service_text .topic {
    color: #fff;
    padding: 10px 0;
    font-size: 14px;
}
.index_service_box  ul li:hover .i_service_text .topic {
    color: #fff;
}
.index_service_box .i_service_text .line{
    margin: 10px 0;
    width: 40px;
    height: 1px;
    background-color: rgba(255,255,255,.17);
    -webkit-transition: all .5s;
    -ms-transition: all .5s;
    transition: all .5s;
}
.index_service_box  ul li:hover .i_service_text .line {
   width: 100%;
}

.index_service_box  ul li .i_service_text .desc{
    color: rgba(255,255,255,.62);
    line-height: 1.5;
    font-size: 14px;
    height: 20px;
    overflow: hidden;
}
/*相关咨询*/
.index_news_box {
    padding: 20px 15px;
}

.index_news_box ul {
}
.index_news_box ul li{
    margin-bottom: 30px;
    border: 1px solid #eeeeee;
    overflow: hidden;
}
.index_news_box ul li:hover .i-n-img img {
  -webkit-transform: scale(1.2);
-ms-transform: scale(1.2);
transform: scale(1.2);
}
.index_news_box ul li .i-n-img img{
    max-width: 100%;
    -webkit-transition: all .5s;
    -ms-transition: all .5s;
    transition: all .5s;
}
.index_news_box .i-n-img {
    overflow: hidden;
    width: 100%;
    margin-left: 0;
    float: none;
}

.index_news_box .i-n-text {
    padding: 15px 20px;
}

.index_news_box .i-n-text h3 {
    margin: 0;
}

.index_news_box .i-n-text h3 a {
    color: #333;
    font-size: 16px;
    display: block;
    margin-bottom: 0.5em;
}
.index_news_box .i-n-text .time{
    margin-bottom: 0.5em;
    font-size: 12px;
    color: #888888;
}


.index_news_box .i-n-text .desc {
    margin-top: 10px;
    color: #a8a8a8;
    line-height: 2em;
    font-size: 13px;
    overflow: hidden;
    height: 182px;
}

.index_news_box .i-n-text .desc a {
    color: inherit;
    width: 100%;
}
.index_news_box .i-n-text .read{
    font-size: 12px;
    display: inline-block;
    padding: 8px 30px;
    border: 1px solid #e1e1e2;
    color: #999999;
    -webkit-transition: all .5s;
    -ms-transition: all .5s;
    transition: all .5s;
    border-radius: 2px;
    margin-top: 20px;
}
.index_news_box ul li:hover .read{
    background-color: #6388cf;
    color: #fff;
    border-color: #6388cf;
}
/*分类首页*/

.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;
}











/*新闻*/

.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: #ffd0bc;*/
    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;
}










/*搜索页面*/

.pro_serarch .keywd_input {
    border: 1px solid #e2e2e2;
    width: calc(100% - 150px);
}
.top-news-topics-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    justify-content: center;
	padding: 0;
}
.top-news-topics-wrap li {
	width: 49%;
	margin: 0 0 10px 0;
    box-sizing: border-box;
    background-color: #f5f5f5;
    outline: solid 1px #bbb;
}
.top-news-topics-wrap li a {
    width: 100%;
    height: 100%;
    display: block;
    color: #464646;
    -webkit-transition: color 0.3s ease;
    transition: color 0.3s ease;
}
.top-news-topics-wrap li img {
    opacity: 1;
    -webkit-transition: opacity 0.3s ease;
    transition: opacity 0.3s ease;
    max-width: 100%;
    height: auto;
}
.top-news-topic-wording {
    padding: 13px 19px;
}
.top-news-topic-heading {
    font-size: 16px;
    line-height: 24px;
    margin: 0;
    padding: 0;
}
.top-news-topics-wrap li a {
    width: 100%;
    height: 100%;
    display: block;
    color: #464646;
    -webkit-transition: color 0.3s ease;
    transition: color 0.3s ease;
}
.index_service_box .service-warp>div{

}