body{background:#fff;font-family: "宋体" , Arial, sans-serif!important;}
#box_root{
    width: 100%;
    float: left;
    /*background: url(../images/root.jpg) no-repeat top center;*/


}

#box_main {
    /*
    width: 1000px;
    margin: 0 auto;
    */
    text-align: left;
    position: relative;
}

.logo {
    float:left;
    height: 52px;
    display: flex;
    justify-content: center;
}
.logo img {
    width: 80%;
}
.logo-fbt {
    position: relative;
    color:#bfbfbf;
    /*border-left: 1px solid #bfbfbf;*/
    padding-left: 10px;
}
.logo-fbt:after {
    content:'';
    height: 30px;
    width: 1px;
    background-color: #bfbfbf;
    position: absolute;
    left:-20px;
    top: 6px;
    opacity: 0.4;
}
#box_header_wrap {
    height: 52px;
    background-color: #fff;

}
.top-tel {
    font-size: 12px;
    color:#8b8b8b;
}
.top-tel strong {
    font-weight: normal;
}
.top-tel a {
    display: inline-block;
    color:#8b8b8b;
    text-decoration: none;
}
.top-tel a:hover {
    text-decoration: none;
}
.top-lan {
    /*margin-left: 36px;*/
}
.top-lan a {
    color:#8b9193;
    font-size: 12px;
}
.top-lan a.selected {
    color:#f08300;
}
#box_header {

    position: relative;
    width: 1000px;
    margin: 0 auto;
    /*height: 112px;*/


}
.banner-nav {
    height: 82px;

    margin-top: -41px;
    position: relative;
    z-index: 1;
}
.banner-nav .col-md-12 {
    height: 82px;
    background-color: #fff;
    box-shadow: 0 13px 42px 8px rgba(0, 0, 0, 0.05);
}


#index_nav_items {
    margin-top: 46px;
}
.index-nav-item {
    color:#fff;
    height: 100px;
    position: relative;
    overflow: hidden;
}
.index-nav-item01 {
    background-color: #2f7bd3;
}
.index-nav-item02 {
    background-color: #00aeca;
}

.index-nav-item03 {
    background-color: #78c847;
}

.index-nav-item04 {
    background-color: #4484dc;
}
.index-nav-item a h3 {
    font-size: 18px;
    color:#fff;
}
.index-nav-item a span {
    font-size: 11px;
    opacity:0.6;
    color:#fff;
}

.index-nav-item span sup {
    font-size: 10px;
    display: inline-block;
    transform: scale(0.5);
}
.index-nav-item-inner {
    position: absolute;
    top: 20px;
    left: 20px;
    z-index: 2;
    transition: all 0.3s;
}
.index-nav-item:hover .index-nav-item-inner {
    transform: translate3d(10px,0,0);
}
.index-nav-item img {
    position: absolute;
    bottom:0;
    left:0;
    width: 100%;
    z-index: 1;
    transition: all 0.3s;
    height: 100%;
}
.index-nav-item:hover img {
    transform: scale(1.1);
}



.index-title {
    margin-top: 60px;
    margin-bottom: 40px;
}
.index-title h3 strong {
    font-size: 18px;
    color:#5b6065;
    font-weight: normal;
    margin-right: 10px;
}
.index-title h3 span {
    font-size: 14px;
    color: #858c92;
    font-weight: normal;
}

.index-jjfa-list-item {
    background-color: #fff;
    transition: all 0.3s;
    padding-bottom:20px;
}
.index-jjfa-list-item:hover {
    background-color: #00aeca;
}
.index-jjfa-list-item:hover .index-jjfa-text h3,.index-jjfa-list-item:hover .index-jjfa-text p {
    transition: all 0.3s;
}
.index-jjfa-list-item:hover .index-jjfa-text h3,.index-jjfa-list-item:hover .index-jjfa-text p {
    color:#fff;
    transform: translate3d(10px,0,0);
}
.index-jjfa-img {
    overflow: hidden;
    height: 203px;
}
.index-jjfa-img img {
    width: 100%;
    transition: all 0.3s;
}
.index-jjfa-list-item:hover img {
    transform: scale(1.1);
}
.index-jjfa-text {
    padding-left: 22px;
    border-bottom: 1px solid #efeeec;
    padding-bottom: 30px;
}
.index-jjfa-text h3 {
    color:#5b6065;
    font-size: 18px;
    margin:22px 0;
}
.index-jjfa-text p {
    color:#858c92;
    font-size: 14px;
    padding-right:20px;
}
.index-jjfa-more {
    display: inline-block;
    padding: 5px 10px;
    border:1px solid #efeeec;
    color:#858c92;
    margin-top: 20px;
    background-color: #fff;
    margin-left: 20px;
    transition: all 0.3s;
    /*background: url("../images/more.png") no-repeat 50% 80%;*/
}
.index-jjfa-list-item:hover .index-jjfa-more {
    border-radius: 20px;
    padding: 5px 20px;
    transform: translate3d(10px,0,0);
}


.customer-item {
    align-items: center;
    justify-content: center;
    border:1px solid #eeeeee;
    height: 100px;
    display: inline-flex;
}

/* LOGO	*/
#box_h1 {

    position: absolute;
    top: 32px;
    left: 19px;
    width: 260px;
    height: 36px;

}

#box_h1 a{

    display: block;
    width: 10px;
    height: 10px;
    text-indent: -9999999px;
}

.menu-wrap {
    border-top: 1px solid #f1f1f1;
}

#top_menu > li {
    display: inline-block;
    position: relative;
    height: 50px;
}
#top_menu > li.current a {
    font-weight: bold;
}
#top_menu > li > a {
    display: block;
    font-size: 14px;
    height: 52px;
    line-height: 50px;
    padding: 0 20px;
    color:#545f63;
    text-decoration: none;
}
#top_menu > li > ul {
    position: absolute;
    transition: all 0.36s ease;
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 199;
    opacity: 0;
    visibility: hidden;
    width: 180px;
    height: auto;
    border-width: 2px 0 0;
    border-style: solid;
    border-color: #f08300;
    overflow: hidden;
    background: #fff;
    box-shadow: 0 13px 42px 11px rgba(0, 0, 0, 0.05);
}
#top_menu > li > ul > li {
    border-bottom: 1px solid rgba(170, 170, 170, .2);
    text-align: left;
}
#top_menu > li > ul > li > a {
    padding: 0px 26px;
    font-size: 13px;
    line-height: 48px;
    transition: all 0.6s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
    background-color: #fff;
    display: block;
    color:#545f63;
}
#top_menu > li:hover ul {
    opacity: 1;
    visibility: inherit;
}
#top_menu > li > ul li a:hover {
    background-color: #f08300;
    padding-left: 34px;
    color:#fff;
}
#top_menu >li.haschild:after {
    width: 10px;
    height: 10px;
    content:'';
    background: url(../images/arrow-down-o.png) no-repeat top center;
    position: absolute;
    right:3px;
    top: 45%;
}
.index-news-section {
    margin-top: 31px;
    display: inline-block;
}
.index-news-section > span {
    font-size: 12px;
    color:#4a5660;
}
.banner-swiper-nav {
    display: inline-block;
    float: left;
    margin-top: 30px;
}
.index-banner-nav {
    float:right;
    width: 70px;
    margin-top: 35px;
}
.index-banner-nav span {
    margin-left: 10px;
}

#lan {
    display:inline-block;
    position: relative;
    top: -8px;
}
#lan a {
    display:inline-block;
    padding: 5px;
    background: #00a8e0;
    color:#fff;
    border-radius: 50%;
    font-size: 16px;
}

#top_hotline {
    position: absolute;
    width: 310px;
    top: 40px;
    right: 0px;
    font-size: 14px;
}
#top_hotline span {
    color:#000;
    display: inline-block;
    width: 65px;
    float:left;
}
#top_hotline ul {
    width: 235px;
    float:right;
}
#top_hotline ul li {
    color:#707070;
    margin-bottom: 10px;
    background: url(../images/top_icon.png) no-repeat 0 50%;
    padding-left: 20px;
    box-sizing: border-box;
}


/* Box_banner */
#box_banner {
    /*position: absolute;
    top: 184px;
    left: 0px;
    width: 940px;
    z-index:1;
    */
}

.index_col {
    width: 310px;
    position: absolute;
    top: 0px;
}
.index_col1 {
    left: 0px;
}
.index_col2 {
    left: 327px;
}
.index_col3 {
    left: 650px;
}
.index_col h3 {
    background: #14b3c9;
    color:#fff;
    height: 23px;
    line-height:23px;
    padding: 0 10px;
}
.index_col h4 {
    color:#515151;
    font-weight: bold;
    font-size: 14px;
    margin: 25px 0;
}
.index_col_body {
    font-size: 12px;
    color:#515151;
    line-height:22px;
}



/* NAV */
#box_nav_wrap {
    border-top: 1px solid #ededed;
    height: 45px;
}
#box_nav {
    width: 1000px;
    margin: 0 auto;
    /*position: absolute;*/
    /*top: 155px;*/
    /*left: 10px;*/
    /*z-index: 1000;*/
}

#box_nav ul li {
    float: left;

    /*background:  url(../images/nav_line.jpg) no-repeat right 50%;*/
}
#box_nav ul li.first_nav {

}
#box_nav>ul>li>a {
    float: left;
    text-decoration: none;
    color: #717171;
    font-size: 14px;
    text-align: center;
    display: block;
    float: left;
    height: 45px;
    line-height: 45px;

    margin-right:45px;
}
#box_nav>ul>li:last-child>a {
    margin-right: 0;
}

#box_nav ul li a:hover {
    color: #869849;
    text-decoration: none;
}
#box_nav ul li.first_nav a { color: #717171;/*border-bottom:2px solid #ffc600;*/ background:none;}
#box_nav ul li.first_nav a:hover { color: #869849; }
#box_nav ul li.last_nav {  padding-right: 0; margin-right: 0;background: transparent; border-right: none; }


/* CONTENT */
.box1,.box2,.box3 {

}



#box_newlist {
    width: 190px;
    float: left;
}
#box_newlist ul {

}

#box_about {
    width: 300px;
    float: right;
}


div#box_case {
    clear: both;
    width: 457px;
    overflow: hidden;
    padding-top: 5px;
    position: absolute;
    top: 567px;
    left: 270px;

}
div#box_case h3 {
    font-weight: bold;
    color: #ff0000;
}
div#box_pics {

}


div#box_about strong {
    color: #0869a2;
}
div#box_about p {
    line-height: 22px;
    color: #333;
}





/* search */
.s {
    position: absolute;
    top: 153px;
    right: 10px;
    width: 153px;
}
.s form {
    position: relative;
    width: 167px;
}
#search_input {
    border: 1px solid #bfbfbf;
    color:#bfbfbf;
    width: 167px;
    height: 22px;
    line-height:22px;
    font-size: 14px;
    padding: 3px 20px 3px 5px;
    box-sizing:border-box;
}
#search_btn {
    background:transparent url(../images/search.png) no-repeat top center;
    width: 20px;
    height: 22px;
    border:none;
    text-indent: -99999px;
    position:absolute;
    right:3px;
    top:3px;
}
form#search {
    width: 220px;
    height: 27px;
    margin-bottom: 24px;
}
input#kw {
    width: 185px;
    float: left;
    padding: 4px 3px;
    border: none;
    color: #ccc;
    background: none;
}
input#go{
    width: 28px;
    height: 27px;
    float: left;
    background: transparent;
    text-indent: -99999px;
    border: none;
}

div#box_list {

    background: url(../images/s_bg.jpg) no-repeat;
}
div#box_list ul li {
    padding-left: 15px;
    line-height: 15px;
    padding-top: 5px;
    padding-bottom: 5px;
    color: #065576;
    font-family: Arial, Helvetica, sans-serif;
}

#box_bottom .box1 img,#box_bottom .box2 img,#box_bottom .box3 img{
    float: left;
    padding-bottom: 70px;
    padding-right: 10px;
}




.box1 {
    position: absolute;
    top: 361px;
    left: 510px;
    width: 366px;
    padding: 0;
    line-height: 22px;
    font-family:  arial;
    font-size: 14px;
}
.box1 a {
    color: #333;
}
.box1 .more {
    display: block;
    text-indent: -99999px;
    width: 111px;
    height: 23px;
}
.box2 {
    position: absolute;
    top: 659px;
    left: 20px;
    width: 245px;
    padding: 0;
    margin: 0;

}
.box_contact{
    position: absolute;
    top: 619px;
    left: 713px;
    width: 160px;
    padding: 0;
    margin: 0;
    color:#fff;
}
.box3 {
    position: absolute;
    top: 655px;
    left: 740px;
    width: 196px;
    padding: 0;
    line-height: 22px;
}
div.box_newlist {
}
div.box_newlist ul {
    float: left;
    width: 315px;
    overflow:hidden;
}
div.box_newlist ul li { margin-bottom: 5px; width: 140px;float: left;}
div.box_newlist ul li a {
    color: #7b7b7b;
    text-decoration: none;
    display: block;
    float: left;
    padding: 3px 5px;
    padding-left: 15px;
    background: url(../images/a.jpg) no-repeat 0 50%;
}
div.box_newlist ul li a:hover {
    color: #333;
    /*background: url(../images/hover.jpg) no-repeat 0 50%;*/
}
div.box_newlist a.more {
    color: #b4b4b4;
    float: right;
    margin-top: -120px;
    display: block;
    width: 42px;
    height: 15px;
    font-family: Arial, Helvetica, sans-serif;
}
div.box_newlist1 {
    width: 310px;
    float: left;
    padding-right: 35px;
    overflow: hidden;

}
div.box_newlist2 {
    width: 283px;
    float: right;
    margin: 0;
    padding: 0;
    overflow:hidden;

}
.np {
    padding-left: 8px;
    margin-bottom: 10px;
}
.link {
    position: absolute;
    top: 742px;
    left: 72px;
}

/* BOX_FOOTER */
#box_wrap {
    clear: both;
    width: 100%;
    height: 99px;
    padding-top: 10px;
    background: #083581;
}
#box_footer {

    clear: both;
    width: 960px;
    margin: 0 auto;
    text-align: center;
    color: #707070;
}
#box_footer ul {
    padding-top: 10px;
}
#box_footer ul li {
    float:left;
    padding: 0 10px;
    background: url(../images/nav_line.jpg) no-repeat right 50%;
}
#box_footer ul li.first_nav { padding-left: 0; }
#box_footer ul li.last_nav { padding-right: 0; }
#box_footer ul li a { float: left; }

#box_footer a {
    color: #a4a4a4;
    text-decoration: none;
}
#box_footer a:hover {
    color: #707070;
    text-decoration: none;
}
#box_footer p {
    clear: both;
    text-align: left;
    padding-top: 5px;
    color: #a4a4a4;
    line-height: 24px;
}
.page_footer_menulist:before {
    content: '';
    width: 1px;
    height:83px;
    position: absolute;
    background-color: rgba(255,255,255,0.3);
    left:0;
    top: 50px;
}
.page_footer_menulist:after {
    content: '';
    width: 1px;
    height:83px;
    position: absolute;
    background-color: rgba(255,255,255,0.3);
    right:0;
    top: 50px;
}
.page_footer_menulist {
    position: relative;
    height: 120px;
    padding-top: 60px;
    margin: 0 20px;
    display: flex;
    justify-content: space-around;
    align-items: center;
}
.page_footer_menulist  ul {
    display: inline-block;
    width: 150px;
    text-align: center;
}
.page_footer_menulist li {
    color:#fff;
}
.page_footer_menulist li:first-child {
    margin-bottom: 10px;
}
.page_footer_menulist li a {
    color:#889198;
}


.box1 .tt,.box2 .tt,.box3 .tt {
    padding: 0!important;
    margin: 0;
    padding-right: 100px!important;
    padding-bottom: 10px!important;
    display: block;
}

.box_news {
    position: absolute;
    top: 364px;
    left: 763px;
}
.box_news ul li  {
    line-height: 20px;
    padding-left: 10px;
    background: url(../images/arrow.gif) no-repeat 0 50%;
}
.box2 {
    position: absolute;
    top: 619px;
    left: 20px;
    line-height: 22px;
    width: 158px;
    color:#fff;
}
.cmore{
    display:inline-block;
    padding: 3px 10px;
    border: 1px solid #fff;
    color:#14b3c9!important;
    float:right;
    margin-top: 10px;
    font-weight: bold;
}
.cmore:hover{
    color:#14b3c9!important;
    background:#fff;
}
.box2 ul li  {
    line-height: 20px;
    padding-left: 10px;
    background: url(../images/arrow.gif) no-repeat 0 50%;
}
.box_prolist {
    position: absolute;
    top: 619px;
    left: 362px;
    width: 167px;
}
.box_prolist ul li  {
    width: 150px;
    float: left;
    line-height: 20px;
    /*padding-left: 10px;
    background: url(../images/arrow.gif) no-repeat 0 50%;*/
}
.box_prolist ul li a {
    color: #fff;
}
.box3 {
    position: absolute;
    top: 730px;
    left: 705px;
    width: 230px;
}
.footer_wrap {
    clear: both;
    width: 100%;
    height: 150px;
    padding-top:16px;


}
.footer {
    padding-top: 20px;
    width: 960px;
    margin: 0 auto;
    clear: both;
    line-height: 20px;
    color: #fff;
    text-align:center;
}
.footer ul {
    width: 432px;
}
.footer ul li {
    float: left;
    border-right: 1px solid #9e9fa8;
    padding-right: 5px;
    padding-left: 5px;
}
.footer ul li.last_nav {
    border-right: none;
}
.footer ul li a {

}
#fnav {
    text-align: center;
    margin-top: 20px;
}
#fnav a {
    color: #868686;
    border-right: 1px solid #9e9fa8;
    padding: 0 10px;
}
#fnav a:last-child {
    border:none;
}
.footer p {
    clear:both;
    color:#868686;
    font-size:14px;
    text-align: center;
    line-height:38px;

}

#box_content {
    width: 1000px;
    margin:0 auto;
    position:relative;
    height: 486px;
}

#line {
    height: 78px;
    background: url(../images/line.png) no-repeat top center;
}
#index_text {
    width: 1000px;
    margin: 60px auto;
}
#index_text h5 {
    font-weight: bold;
    text-align:center;
    font-size: 24px;
    padding: 20px 0;
    color:#939393;
}
#index_text p {
    border-top: 1px solid #ccc;
    font-size: 18px;
    padding: 20px 0;
    text-align:center;
    line-height:24px;
    color:#a6a6a6;
}
#index_imgs {
    height: 271px;
    overflow: hidden;
    /*background: url(../images/index-1.png) no-repeat top center;*/
}
#box_banner .swiper-container {
    width: 100%;
    height: 529px;
}
#customer_swiper {
    width: 100%;
    height: 104px;
}
.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;
}


.news-list dt{
    float:left;
    width: 63px;
    margin-bottom: 20px;
}
.news-list dd{
    float:left;
    width: 236px;
    margin-bottom: 20px;
}
.news-list  a {
    text-decoration: none;
    color:#515151;
}
.news-list  a:hover {
    color: #00a6c8;
}

#fnav {
    display: inline;
}
.footer-logo {
    display: inline;
}
.footer-logo div {
    display: inline-block;
    height: 30px;
}
.footer-logo div img {
    height: 100%;
}


.index-imgs-item {
    height: 270px;
    /*line-height: 270px;*/
    width: 25%;
    float:left;
    display: inline-block;
    color:#fff;
    text-decoration: none;
    font-size: 20px;
    text-align: center;
    position: relative;

    -moz-transition: all 0.35s ease;
    -o-transition: all 0.35s ease;
    -webkit-transition: all 0.35s ease;
    transition: all 0.35s ease;
    overflow: hidden;


    font-family: "宋体" , Arial, sans-serif;
}
.index-imgs-item:before {
    opacity: 0;
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    left:0;
    right:0;
    background: rgba(0,0,0,0.5);
    z-index: 1;

    -webkit-transform: translateY(-100%);

    -moz-transition: all 0.35s ease;
    -o-transition: all 0.35s ease;
    -webkit-transition: all 0.35s ease;
    transition: all 0.35s ease;
}
.index-imgs-item:hover {
    /*transform: scale(1.2,1.2);*/
}
.index-imgs-item:hover:before {
    opacity: 1;
    -webkit-transform: translateY(0);
}
.index-imgs-item span {
    position: absolute;
    z-index: 2;
    -moz-transition: all 0.35s ease;
    -o-transition: all 0.35s ease;
    -webkit-transition: all 0.35s ease;
    transition: all 0.35s ease;
    opacity: 1;
    bottom:0px;
    padding: 20px 0;
    width: 100%;
    left:0;
    background-color: #fff;
    color:#333;
    font-size: 14px;
}
.index-imgs-item:after {
    content: '';
    background: url(../images/search_p.png) no-repeat top center;
    display: block;
    width: 30px;
    height: 30px;
    position: absolute;
    top: 39%;
    left: 49%;
    z-index: 2;
    opacity: 0;
    transition: all 0.35s ease;
    -webkit-transition: all 0.35s ease;
}
.index-imgs-item:hover:after {
    opacity: 1;
}
.index-imgs-item:hover span {
    opacity: 1;
    background-color: #ffb43e;
    color:#fff;
}
.index-imgs-item1 {
    background: url('../images/ii1.png') no-repeat center center;
}
.index-imgs-item2 {
    background: url('../images/ii2.png') no-repeat center center;
}
.index-imgs-item3 {
    background: url('../images/ii3.png') no-repeat center center;
}
.index-imgs-item4 {
    background: url('../images/ii4.png') no-repeat center center;
}


.index-col-img {
    position: relative;
    display: block;
    width: 310px;
    height: 96px;
    overflow: hidden;
    -moz-transition: all 0.35s ease;
    -o-transition: all 0.35s ease;
    -webkit-transition: all 0.35s ease;
    transition: all 0.35s ease;
}
.index-col-img:before {
    box-sizing: border-box;
    opacity: 0;
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    left:0;
    right:0;
    border:3px solid #14b3c9;
    z-index: 1;

    -moz-transition: all 0.35s ease;
    -o-transition: all 0.35s ease;
    -webkit-transition: all 0.35s ease;
    transition: all 0.35s ease;

    transform: scale(0.5,0.5);
}
.index-col-img img {
    -moz-transition: all 0.35s ease;
    -o-transition: all 0.35s ease;
    -webkit-transition: all 0.35s ease;
    transition: all 0.35s ease;
}
.index-col-img:hover img {
    transform: scale(1.2,1.2);
}
.index-col-img:hover:before {
    opacity:1;
    transform: scale(1,1);
}

#menusvg {
    display: none;
}
#banner_mobile {
    display: none;
}
.mobile-lan {
    display: none!important;
}







.fixed100 {
    width: 100%;
}
.index_title_style {
    display: inline-block;
    padding-left: 7px;
    border-left: 4px solid #758058;
    font-size: 18px;
    color:#758058;
    font-family: "宋体" , Arial, sans-serif;
}

.index_about {

}
.index_about p {
    color:#737373;
    font-size:14px;
    line-height: 27px;
    margin-top: 15px;
}
.index_about p strong {
    color:#758058;
    font-weight: bold;
}
.index_news_tab {
    width: 100%;
    float:left;
    padding-top: 15px;
    padding-bottom: 5px;
    margin-bottom: 0;
}
.index_news_tab li {
    float:left;
    font-size: 18px;
}
.index_news_tab li a {
    color:#898989;
    display: block;
    padding: 0 5px;
    text-decoration: none;
}
.index_news_tab li.active a {
    color:#818a68;
    border-bottom: 3px solid #818a68;
}
.index_news_list {
    clear:both;
}
.news-frist-content {
    padding-left: 0px!important;
}
.news-frist-content p {
    color:#737373;
    font-size: 12px;
}
.news-frist-content p a {
    text-decoration: none;
    color:#737373;
    font-size: 12px;
}
.news-frist-content h4{
    font-size: 14px;
    color:#000;
}
.inde_news_list_ul {
    margin-top: 15px!important;
}
.inde_news_list_ul a{
    text-decoration: none;
    color:#737373;
    line-height: 27px;
}
.inde_news_list_ul a:hover{
    text-decoration: none;
    color:#000;
}
.index_contact p {
    font-size: 13px;
    line-height: 22px;
}
.index_contact a {
    color:#737373;
}
.index_service {
    text-align: center;
}
.index_case_more {
    height: 126px;
    display: block;
    background-color: #869849;
    color:#fff;
    font-size:14px;
    line-height:126px;
    text-align: center;
}
.index_case_more:hover {
    text-decoration: none;
    color:#fff;
    background-color: #94a850;
}
.page_footer {
    background-color: #4a5660;
    height: 204px;
    margin-top: 60px;
    border-top: 24px #8a9199 solid;
    clear:both;
}
.footer_c_ul li {
    line-height: 20px;
}
.page_footer_logo {
    height: 120px;
    padding-top: 60px;
}
.page_footer_logo img {
    max-width: 100%;
}
.page_footer_content {
    color:#fff;
    height: 120px;
    padding-top: 60px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
}
.page_footer_content a,.page_footer_content a:hover{
    color:#fff;
    text-decoration: none;
}
.page_footer_menu {
    margin-top: 50px;
    margin-bottom: 30px;
    display: inline-flex;
    justify-content: space-between;
    width: 200px;
    flex-wrap: wrap;
}
.page_footer_menu a {
    text-align: left;
    width: 100px;
    display: inline-block;
    /*padding-right: 10px;*/
    /*padding-left: 10px;*/
    /*border-right: 1px solid #fff;*/
    line-height: 12px;
    font-size: 16px;
    margin-bottom: 30px;

}
.page_footer_menu a:first-child {
    padding-left:0;
}
.page_footer_menu a:last-child {
    border:none;
}

.page_footer_logo {
    display: inline-flex;
    justify-content: center;
    align-items: center;
}
.page_footer_wx {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    height:249px;
    color:#fff;
    flex-direction: column;
}
.page_footer_wx p {
    margin-top: 10px;
}
.page_footer_copy {
    background-color: #000;
    color:#fff;
    text-align: center;
}
.page_footer_copy p {
    font-size: 12px;
    padding: 10px 0;
}
.page_footer_content .title {
    font-size: 16px;
    padding-bottom: 25px;
    margin-bottom: 25px;
    position: relative;
}
.page_footer_content .title:after {
    content:'';
    width: 20px;
    height: 2px;
    background-color: #00aeca;
    position: absolute;
    bottom:0;
    left:0;
}
.page_footer_content .title span {
    margin-left: 10px;
}
.page_footer_c {
    flex-direction: column;
    text-align: left;
    align-items: flex-start;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    -ms-align-items: flex-start;
}
.page_footer_c p {
    font-size: 14px;
    line-height: 43px;
}
ul,ol {
    margin:0!important;
}
.index_case_ul ul {
    display: inline-block;
    height:100%;
    font-size: 14px;
    line-height: 45px;
    /*padding-right:45px;*/
    color:#737373;
}
.index_case_ul ul li {
    float:left;
    width: 220px;
}
.index_case_ul ul li a {
    color:#737373;
    text-decoration: none;
}
.case_nav {
    left: 10px;
    display: inline-block;
    position: relative;
    top: -3px;
}

#pxzs {
    overflow: hidden;
    /*width: 100%;*/
    position: relative;
    height: 114px;
}
#pxzs ul {
    position: absolute;
    left: 0;
    top: 0;
}
#pxzs li{
    /*float: left;*/
    list-style: none;
    display: inline-block;
}
#pxzs li img{
    width: 170px;
    height: 114px;
    /*border-radius: 9px;*/
}
.mobile-show {
    display: none;
}
.mobile-hide {
    display: block;
}


.toolbar-item,.toolbar-layer{background:url(../images/toolbar.png) no-repeat; }
.toolbar{position:fixed;right:0px;bottom:50%;z-index:999999;}
.toolbar-item{display:block;width:52px;height:52px;margin-top:1px;position:relative;overflow:hidden}
.toolbar-item:hover .toolbar-layer,.toolbar-item:hover .toolbar-layer1{opacity:1;filter:alpha(opacity=100);}
.toolbar-item:hover{overflow: visible}

.toolbar-item-weixin{background-position:0 -798px;}
.toolbar-item-weixin:hover{background-position:0 -860px;}
.toolbar-item-weixin .toolbar-layer{height:192px;background-position:0 0;position:absolute;right:46px;width:172px;opacity:0;filter:alpha(opacity=0);}

.toolbar-item-feedback{background-position:0 -426px;}
.toolbar-item-feedback:hover{background-position:0 -488px;}
.toolbar-item-feedback .toolbar-layer1 a.qq1{ font-size:18px;background:url(../fonts/f6b3ba4d8ce1459880a30ff7f989f717.woff);
        transition: all 0.35s ease;
        z-index: 10;
    }
    #box_nav #menu.enter {
        -webkit-transform:translate(0px,0);
    }
    #box_nav #menu  li {
        display: block;
        float:none;

    }
    #box_nav #menu  li a {
        display: block;
        margin-right:0;
        float:none;
        text-align: left;
        color:#fff;
        padding: 10px 10px;
        border-bottom: 1px solid #000000;
    }
    #box_nav #menu  li ul{
        display: none;
        position: absolute;
        top: -9999px;
    }
    #lan {
        position: fixed;
        top: 27px;
        right: 50px;
        z-index: 1000;

    }
    #lan a {
        width: 15px;
        height: 15px;
        text-align: center;
        line-height: 15px;
    }
    .mobile-lan {
        display: block!important;
    }
}

.cpen-list li {
    width: 238px;
    background: url(../images/c.png) no-repeat right 50%;
}
.cpen-list li span {
    display: inline-block;
    width: 218px;
}
.cpen-t span {
    font-size: 14px;
    color: #333!important;
}