﻿*
{
    padding: 0;
    margin: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.fix:after, .fix:before
{
    display: block;
    content: "clear";
    height: 0;
    clear: both;
    overflow: hidden;
    visibility: hidden;
}
 
.z
{
    _zoom: 1;
}
.h1
{
    height: 1px;
}
.h5
{
    height: 5px;
}
.h10, .h
{
    height: 10px;
}
.h15
{
    height: 15px;
}
.h20
{
    height: 20px;
}
.h1, .h5, .h10, .h15, .h20, .h25, .h, .h30, .h35, .h40, .h45, .h50, .h55, .h60
{
    font-size: 0px;
    line-height: 0;
    overflow: hidden;
    clear: both;
    visibility: hidden;
}

ol, ul
{
    list-style: none;
}
*:before, *:after
{
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.trans
{
    -o-transition: .3s;
    -ms-transition: .3s;
    -moz-transition: .3s;
    -webkit-transition: .3s;
    transition: .3s;
}

hr
{
    border: none;
    outline: none;
}
h1, h2, h3, h3, h4, h5, h6
{
    font-weight: normal;
}
body
{
    font-family: "微软雅黑" , "Microsoft Yahei";
}

.wrap a
{
    color: #555;
}
.wrap i
{
    font-size: 16px;
    color: #888;
    margin: 0px 6px;
}
a
{
    color: #333;
}
a
{
    text-decoration: none;
}
a:hover
{
    color: #ff3366;
}

.wrap
{
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
}

.rel, .pr
{
    position: relative;
    padding: 10px 70px;
    background-color: #fff;
}


.tit-i
{
    text-align: center;
    padding: 40px 0;
    line-height: 36px;
    overflow: hidden;
}

.tit-i::after
{
    display: block;
    content: '';
    width: 80px;
    height: 4px;
    background-color: #ff3366;
    position: absolute;
    bottom: 25;
    left: 50%;
    transform: translateX(-50%);
}

.tit-i h3
{
    font-size: 30px;
    color: #002;
    margin-bottom: 22px;
}
.tit-i h5
{
    font-size: 20px;
    color: #cacace;
    text-transform: uppercase;
    font-family: Arial;
}
.tit-i h5 span
{
    color: #cacace;
}
.tit-i em
{
    width: 45px;
    border-bottom: 1px solid #7f7f90;
    display: inline-block;
}


.mainn
{
    padding-top: 80px;
}
.header
{
    /*height: 101px;*/
    height: 80px; /*box-shadow: 0px 2px 2px rgba(0, 0, 0, .3);*/
    position: fixed;
    width: 100%;
    left: 0;
    top: 0;
    z-index: 9999;
    -o-transition: .3s;
    -ms-transition: .3s;
    -moz-transition: .3s;
    -webkit-transition: .3s;
    transition: .3s;
}

.headern
{
    box-shadow: 0 2px 10px 0 rgba(0,0,0,.1);
    height: 80px;
    position: fixed;
    width: 100%;
    background-color: #fdfdfd;
    left: 0;
    top: 0;
    z-index: 9999;
    -o-transition: .3s;
    -ms-transition: .3s;
    -moz-transition: .3s;
    -webkit-transition: .3s;
    transition: .3s;
}
.translucent
{
    background-color: rgba(0, 0, 0, 0.5);
}
.header .logo
{
    float: left;
    margin-right: 65px; /*height: 101px;*/
    height: 60px;
    margin-top: 13px;
}
.header .logo a
{
    display: block;
    height: 100%; /*line-height: 101px;*/
}
.header .logo a img
{
    display: inline-block;
    vertical-align: middle;
}
.headern .logo
{
    float: left;
    margin-right: 65px; /*height: 101px;*/
    height: 60px;
    margin-top: 13px;
}
.headern .logo a
{
    display: block;
    height: 100%; /*line-height: 101px;*/
}
.headern .logo a img
{
    display: inline-block;
    vertical-align: middle;
}


.nav ul li
{
    float: left;
    line-height: 50px;
    width: 100px;
    margin-right: 10px;
}
.nav ul li a
{
    display: inline-block;
    text-align: center;
    font-size: 16px;
    color: #fff;
}
.nav ul li a:hover
{
    color: #fff;
}
.navn ul li
{
    float: left;
    line-height: 50px;
    width: 100px;
    margin-right: 10px;
}
.navn ul li a
{
    display: inline-block;
    text-align: center;
    font-size: 16px;
    color: #1e1e1e;
}
.navn ul li a:hover
{
}
.navigation-link
{
    display: block;
    position: relative;
    margin-top: 10px;
    text-decoration: none;
    color: #333;
    -webkit-transition: color .2s ease-in-out;
    transition: color .2s ease-in-out;
}

.navigation-link:before
{
    content: "";
    position: absolute;
    bottom: 0;
    width: 0;
    border-bottom: solid 2px;
}

.navigation-link:before
{
    left: 0;
}



.navigation-link:hover:before
{
    width: 100%;
    color: #fff;
}

.navigation-link:before
{
    -webkit-transition: width .2s ease-in-out;
    transition: width .2s ease-in-out;
}
.navigationn-link
{
    display: block;
    position: relative;
    margin-top: 10px;
    text-decoration: none;
    color: #333;
    -webkit-transition: color .2s ease-in-out;
    transition: color .2s ease-in-out;
}

.navigationn-link:before
{
    content: "";
    position: absolute;
    bottom: 0;
    width: 0;
    border-bottom: solid 2px;
    color: #ff3366;
}

.navigationn-link:before
{
    left: 0;
}

.navigation-link:hover
{
    color: #ff3366;
}

.navigationn-link:hover:before
{
    width: 100%;
}

.navigationn-link:before
{
    -webkit-transition: width .2s ease-in-out;
    transition: width .2s ease-in-out;
}


.header .tel
{
    background: url(../images/tel.png) left center no-repeat;
    line-height: 73px;
    float: right;
    padding-left: 50px;
    color: #fff;
    margin-left: 10px;
    font-size: 18px;
}

.headern .tel
{
    background: url(../images/teln.png) left center no-repeat;
    line-height: 73px;
    float: right;
    padding-left: 50px;
    color: #1e1e1e;
    margin-left: 10px;
    font-size: 18px;
}



.wap_header
{
    display: none;
}
.wap_header
{
    height: 50px;
    line-height: 50px;
    background-color: #f5f4f496;
    padding: 0;
    position: fixed;
    width: 100%;
    z-index: 999999;
}
.wap_header img
{
    height: 40px;
    padding: 10px 0 0 10px;
}
.nav_main
{
    position: absolute;
    top: 0;
    right: 10px;
    width: 50px;
    color: #fff;
    text-align: center;
    font-size: 30px;
    line-height: 45px;
    cursor: pointer;
    background: url(../images/menu.png) center center no-repeat;
    -webkit-background-size: 50px;
    background-size: 30px;
    height: 50px;
}
.wrap_menu
{
    z-index: 60;
    position: absolute;
    top: 50px;
    width: 100%;
    left: 0;
    background: url(../images/mask.png) repeat;
    text-align: center;
    display: none;
}
.wrap_menu li
{
    border-bottom: 1px solid #565656;
}
.wrap_menu a
{
    display: block;
    font-size: 12px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    color: #fff;
    font-size: 14px;
}
.wrap_menu a:hover, .m-nav a:active
{
    color: #cacace;
}

.index_banner .flexslider
{
    background: none;
}
.index_banner .slides li .pic
{
    display: block;
    padding-top: 36.4%; /* -webkit-background-size: cover;     -moz-background-size: cover;     -o-background-size: cover;     background-size: cover; */
    background-position: center bottom;
    position: relative;
}
.index_banner .slides li .ban-txt
{
    width: 760px;
    position: absolute;
    left: 50%;
    margin-left: -800px;
    top: 50%;
    height: 205px;
    margin-top: -102px;
    text-align: center;
}
.index_banner .slides li.s3 .ban-txt
{
    width: 100%;
    position: absolute;
    top: 46%;
    height: 205px;
    text-align: center;
    left: 0;
    margin-left: 0px;
}
.index_banner .slides li.s1 .ban-txt
{
    margin-top: -155px;
    left: 56%;
}
.index_banner .flexslider .slides img
{
    max-width: 100%;
    width: auto;
    display: inline-block;
    vertical-align: middle;
}

.index_banner .flexslider .slides video
{
    max-width: 100%;
    width: auto;
    vertical-align: middle;
    overflow: hidden;
}

.index_banner .slides li .ban-txt h2
{
    font-size: 53px;
    color: #fff;
}
.index_banner .slides li .ban-txt h3
{
    font-size: 38px;
    color: #cacace;
}
.index_banner .slides li .ban-txt h4
{
    font-size: 18px;
    color: #fff;
}

.index_banner .slides li .ban-txt h5
{
    font-size: 53px;
    color: #fff;
    margin-top: 6px;
}
.index_banner .slides li.s1 .ban-txt h2
{
    height: 118px;
    line-height: 118px;
    margin-top: 5px;
}
.sps
{
    position: absolute;
    top: 51%;
    left: 50%;
    z-index: 10;
    margin-left: -80px;
    color: #fff;
}
.index_banner .slides li .ban-txt h2
{
    height: 118px;
    line-height: 118px;
    margin-top: 5px;
}

.index_banner .slides li .ban-txt h3
{
    padding-top: 25px;
}
.index_banner .slides li.s1 .ban-txt h3
{
    padding-top: 1px;
}
.index_banner .slides li.s1 .ban-txt h4
{
    margin-top: 29px;
}

.index_banner .flex-control-paging li a
{
    width: 40px;
    height: 3px;
    border-radius: 0;
    background-color: rgba(255,255,255,0.7);
}
.index_banner .flex-control-paging li a.flex-active
{
    background-color: #ff3366;
}
.index_banner .flex-control-nav
{
    bottom: 45px;
}
.index_banner .flex-direction-nav a
{
    background: url(../images/ban_prev.png) no-repeat;
    width: 24px;
    height: 44px;
    opacity: 1;
    filter: alpha(opacity=100);
}
.index_banner .flex-direction-nav .flex-prev
{
    left: 50%;
    margin-left: -570px;
}
.index_banner .flex-direction-nav .flex-next
{
    background-image: url(../images/ban_next.png);
    right: 50%;
    margin-right: -570px;
}
.index_banner .slides li.s2 .ban-txt
{
    position: absolute;
    top: 44%;
    left: 50%;
    z-index: 10;
    margin-left: -80px;
    color: #fff;
}
.index_banner .slides li.s2 .ban-txt h2
{
    line-height: 56px;
    height: 56px;
    margin-bottom: 10px;
}
.index_banner .slides li.s2 .ban-txt h3
{
    text-transform: uppercase;
    padding-top: 8px;
}
.index_banner .slides li.s2 .ban-txt h4
{
    margin-top: 29px;
}
.index_banner .slides li.s2 .ban-txt h6
{
    font-size: 14px;
    border-top: 1px solid #d3d3d7;
    width: 149px;
    margin: 0 auto;
    color: #fff;
    line-height: 35px;
    margin-top: 15px;
}
.index_banner .slides li.s3 .ban-txt h2
{
    height: 45px;
    line-height: 61px;
}
.index_banner .slides li.s3 .ban-txt h3
{
    text-transform: uppercase;
    padding-top: 43px;
    padding-bottom: 18px;
}
.index_banner .slides li.s3 .ban-txt h4
{
    line-height: 30px;
    margin-top: 20px;
}
.index_banner
{
    position: relative;
}
.banner-bg
{
    height: 54px;
    width: 100%;
    position: absolute;
    left: 0;
    bottom: -30px;
    z-index: 60;
}
.ban-video
{
    -webkit-filter: brightness(.4);
}

.ul-icon-i li
{
    float: left;
    width: 24%;
    text-align: center;
    padding-bottom: 50px;
    overflow: hidden;
    padding-top: 20px;
    margin-bottom: 10px;
    border: 1px solid #f9f7f7;
    margin-right: 10px;
}




.ul-icon-i li:hover
{
    background-color: #f5f5f5;
}

.ul-icon-i li .pad
{
    padding: 0 40px;
    position: relative;
}
.ul-icon-i li a
{
    display: block;
}
.ul-icon-i li a span
{
    background: url(../images/seivce_icon.png) no-repeat;
    width: 134px;
    height: 134px;
    display: inline-block;
    margin-bottom: 35px;
}
.ul-icon-i li h3
{
    font-size: 16px;
    margin-bottom: 18px;
}
.ul-icon-i li em
{
    width: 25px;
    border-bottom: 2px solid #707070;
    display: inline-block;
    margin-bottom: 30px;
}
.ul-icon-i li p
{
    text-align: left;
    line-height: 24px;
    font-size: 14px;
}
.ul-icon-i li.li1 a span
{
    background-position: 0 0;
}
.ul-icon-i li.li2 a span
{
    background-position: -305px 0;
}
.ul-icon-i li.li3 a span
{
    background-position: -615px 0;
}
.ul-icon-i li.li4 a span
{
    background-position: -930px 0;
}

.ul-icon-i li .pad .pic
{
    position: absolute;
    left: 50%;
    top: 0;
    width: 134px;
    margin-left: -67px;
    -o-transition: .3s;
    -ms-transition: .3s;
    -moz-transition: .3s;
    -webkit-transition: .3s;
    transition: .3s;
}
.ul-icon-i li .pad .pic img
{
    display: none;
}
.ul-icon-i li .pad .pic .pic-icon
{
    position: absolute;
    left: 0;
    top: -134px;
    display: block;
}
.ul-icon-i li a:hover p
{
    color: #f16a05;
}

.num_warp
{
    width: 100%;
    background: url(../images/wmdys.jpg) no-repeat center;
    height: 228px;
}
.num_warp1
{
    width: 100%;
    padding: 50px 0;
    background-color: #fe6507;
    height: 228px;
}
.num
{
    width: 1200px;
    height: 228px;
    margin: auto;
}

.num_list ul li
{
    float: left;
    width: 300px;
    height: 228px;
    list-style: none;
}
.num_list ul li a
{
    display: block;
    width: 300px;
    height: 228px;
}
.num_num
{
    width: 100%;
    height: 64px;
    padding-top: 65px;
    text-align: center;
    font-size: 18px;
    color: #fff;
}
.num_num span
{
    font-size: 48px;
}
.num_con
{
    width: 100%;
    font-size: 14px;
    color: #fff;
    text-align: center;
    height: 60px;
    line-height: 201px;
}


.ul-case li .txt h5, .ul-case li .txt h3
{
    color: #fff;
}
.ul-case li .txt:hover
{
    opacity: 1;
}
.ul-case li .txt b, .ul-case li .txt .pad
{
    display: inline-block;
    vertical-align: middle;
}
.ul-case li .txt b
{
    width: 0;
    height: 100%;
}
.ul-case li .txt h5
{
    font-size: 16px;
}
.ul-case li .txt em
{
    width: 45px;
    height: 0;
    border-bottom: 1px solid #fff;
    display: inline-block;
    margin: 20px 0 10px 0;
}
.ul-case li .txt h3
{
    font-size: 18px;
    margin-bottom: 20px;
}
.ul-case li .txt .more
{
    width: 122px;
    height: 45px;
    display: inline-block;
    text-align: center;
    line-height: 45px;
    background-color: #ff3366;
    color: #fff;
    border-radius: 5px;
    font-size: 14px;
}
.ul-case li .txt .more:hover
{
    opacity: .8;
    -ms-filter: 'progid:DXImageTransform.Microsoft.Alpha(Opacity= 80)';
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
}
.ul-case li.on .txt
{
    top: 0;
}

.ul-case-i
{
    margin: 0 -15px;
}
.ul-case-i li
{
    float: left;
    width: 25%;
    padding: 0 6px;
    margin-bottom: 16px;
    overflow: hidden;
}
.ul-case-i li a
{
    display: block;
    position: relative;
    -o-transition: .3s;
    -ms-transition: .3s;
    -moz-transition: .3s;
    -webkit-transition: .3s;
    transition: .3s;
}
.ul-case-i li .pic img
{
    width: 100%;
    display: block;
}
.ul-case-i li a .hover
{
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    text-align: center;
    background: rgba(255,0,0,0.6);
    color: #fff; /*display: none;*/
    -o-transition: .3s;
    -ms-transition: .3s;
    -moz-transition: .3s;
    -webkit-transition: .3s;
    transform: scale(0);
    transition: all 0.5s;
}


.ul-case-i li .hover b, .ul-case-i li .hover .txt, .case-img .hover b, .case-img .hover .txt
{
    display: inline-block;
    vertical-align: middle;
}
.ul-case-i li .hover b, .case-img .hover b
{
    width: 0;
    height: 100%;
}
.ul-case-i li a:hover .hover
{
    transform: scale(1);
}
.ul-case-i-1 li
{
    width: 25%;
}
.more-i
{
    text-align: center;
    padding-bottom: 35px;
    margin-top: 13px;
}
.more-i a
{
    display: inline-block;
    width: 65px;
    height: 65px;
    background: url(../images/casemore.png) center center no-repeat #000014;
    border-radius: 100%;
}
.more-i a:hover
{
    background-color: #ff3366;
}


.customer
{
    background: url(../images/bg_3.jpg) center top no-repeat;
    padding-top: 25px;
    padding-bottom: 54px;
    margin-top: 50px;
}
.ul-customer li
{
    float: left;
    width: 20%;
    padding: 0 6px;
    padding-bottom: 10px;
}
.ul-customer li a
{
    display: block;
    width: 100%;
    height: 87px;
    border: 1px solid #fff;
    text-align: center;
    border: 0;
}
.ul-customer li a b, .ul-customer li a img
{
    display: inline-block;
    vertical-align: middle;
}
.ul-customer li a b
{
    width: 0;
    height: 100%;
}
.ul-customer li a img
{
    border: 1px solid #ddd;
    margin: 0px auto;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    -webkit-filter: grayscale(100%);
    -moz-filter: grayscale(100%);
    -ms-filter: grayscale(100%);
    -o-filter: grayscale(100%);
    filter: grayscale(100%);
    filter: gray;
    width: 100%;
}
.ul-customer li a img:hover
{
    -webkit-filter: grayscale(0%);
    -moz-filter: grayscale(0%);
    -ms-filter: grayscale(0%);
    -o-filter: grayscale(0%);
    filter: grayscale(0%);
    filter: none;
    opacity: 1;
}

.news-list
{
    width: 1200px;
    margin: 0px auto 0 auto;
    overflow: hidden;
}
.news-list .newsleft
{
    float: left;
    width: 370px;
    height: 363px;
    margin-right: 20px;
    background: #f5f5f5;
    position: relative;
}
.news-list .newsleft .text
{
    padding: 0 19px;
}

.news-list .newsleft h2
{
    font-size: 18px;
    font-weight: bold;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.news-list .newsleft span
{
    display: block;
    font-size: 12px;
    line-height: 12px;
    margin: 10px 0 15px;
    color: #999;
}
.news-list .newsleft p
{
    height: 52px;
    overflow: hidden;
    line-height: 25px;
    font-size: 14px;
    color: #999;
}
.news-list .pic
{
    position: absolute;
    left: 0;
    width: 100%;
    height: 200px;
    overflow: hidden;
}
.news-list .pic img
{
    width: 100%;
    -webkit-transition: transform 0.3s linear;
    -moz-transition: transform 0.3s linear;
    -ms-transition: transform 0.3s linear;
    -o-transition: transform 0.3s linear;
    transition: transform 0.3s linear;
}
.news-list .pic:hover img
{
    -webkit-transform: scale(1.3,1.3);
    -moz-transform: scale(1.3,1.3);
    -ms-transform: scale(1.3,1.3);
    -o-transform: scale(1.3,1.3);
    transform: scale(1.3,1.3);
}



.news-list .item h3
{
    margin: 32px 0 30px;
    font-size: 18px;
    line-height: 18px;
}

.news-list .text
{
    margin-top: 217px;
    position: relative;
}

.news-list .newsright
{
    float: right;
    width: 418px;
    height: 361px;
    padding: 0 30px;
    background: #f8f8f8;
    overflow: hidden;
}

.news-list .newsright .ntext
{
    margin-top: 20px;
}
.news-list .newsright .ntext .em
{
    position: absolute;
    left: 20px;
    text-align: center;
    display: block;
    font-size: 18px;
    color: #888;
    width: 63px;
    height: 55px;
    padding-top: 5px;
    float: right;
    color: #FFF;
    border-radius: 5px;
    background-color: #afafaf;
    margin-top: -22px;
}

.news-list .newsright .ntext .em strong
{
    font-size: 12px;
    font-weight: normal;
    display: block;
    line-height: 1;
    margin-bottom: 5px;
    padding-top: 2px;
}
.news-list .newsright .ntext .h3
{
    font-size: 14px;
    color: #000;
    font-weight: bold;
    line-height: 30px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    margin-left: 62px;
}
.news-list .newsright .ntext .p
{
    color: #888;
    font-size: 12px;
    line-height: 18px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    margin-left: 62px;
}

.news-more
{
    text-align: center;
    padding-bottom: 50px;
    padding-top: 30px;
}
.news-more a
{
    display: inline-block;
    width: 125px;
    height: 41px;
    border: 1px solid #898c9a;
    border-radius: 5px;
    line-height: 41px;
    text-align: center;
    font-size: 15px;
    color: #00;
    text-transform: uppercase;
}
.news-more a:hover
{
    background: #e50112;
    border-color: #e50112;
    color: #fff;
}
.footer
{
    background-color: #1e1e1e;
    padding-top: 45px;
}

.footer .footlink
{
    overflow: hidden;
    color: #fff;
    padding-bottom: 5px;
}





.footer dl
{
    float: left;
    width: 20%;
}
.footer dl dt
{
    font-size: 16px;
    padding-bottom: 20px;
}
.footer li
{
    line-height: 26px;
}
.footer a
{
    color: #b0b0b0;
}
.footer a:hover
{
    text-decoration: underline;
}
.footer .weixin
{
    background: url(../images/wx.png) no-repeat;
    width: 106px;
    height: 106px;
    display: inline-block;
    margin-right: 10px;
    margin-bottom: 25px;
}
.footer .weixin-pic
{
    position: absolute;
    left: -150px;
    top: 0;
    display: none;
}
.footer .tel
{
    font-weight: normal;
    font-size: 24px;
    padding-bottom: 15px;
}
.footer h5
{
    font-size: 16px;
    color: #a8a8af;
}
.footer .sina
{
    background-image: url(../images/wz.png);
}
.footercopy
{
    height: 40px;
    line-height: 40px;
    color: #a3a3a9;
    background-color: #000000;
    text-align: center;
}

.footercopy .link
{
    float: right;
    margin-right: 20px;
    margin-top: -40px;
}

.footercopy a span
{
    display: inline-block;
    line-height: 14px;
    height: 14px;
    margin-top: 5px;
    padding-left: 2px;
    padding-right: 15px;
    color: #a3a3a9;
}

.footer span
{
    color: #8b8b8b;
}
.footer span a
{
    color: #8b8b8b;
}
.nav-right
{
    position: fixed;
    width: 40px;
    right: 10px;
    z-index: 100;
    top: 500px;
    height: 80px;
}
.nav-right ul li
{
    width: 40px;
    height: 40px;
}
.nav-right ul li a
{
    display: block;
    background-color: #716a69;
    height: 40px;
    width: 40px;
    text-align: center;
    line-height: 37px;
}
.nav-right ul li a img
{
    vertical-align: middle;
    display: inline-block;
}
.nav-right ul li a:hover
{
    background-color: #000022;
}
.nav-right ul li .weixin
{
    position: absolute;
    left: -154px;
    bottom: 0;
    display: none;
}
.nav-right ul li .weixin em
{
    background: url(../images/arr3.png) no-repeat;
    width: 5px;
    height: 17px;
    display: block;
    position: absolute;
    right: -5px;
    top: 50%;
    margin-top: 3px;
}
.nav-right ul li .weixin img
{
    display: block;
}


.ban-in
{
    position: relative;
    background-position: center 0;
    background-repeat: no-repeat; /*padding-top: 16%;*/
    height: 300px;
}
.ban-in .ban-bg
{
    height: 54px;
    width: 100%;
    text-align: center;
    position: absolute;
    left: 0;
    top: 30%;
    z-index: 60;
    font-size: 37px;
    color: rgb(255, 255, 255);
    height: 100px;
    font-weight: 500;
    line-height: 65px;
}
.about-info
{
    text-align: left;
    text-indent: 2em;
    font-size: 14px;
    line-height: 34px;
    color: #666;
    padding-bottom: 50px;
}
.about1
{
    display: block;
}


.aboutkh
{
    position: relative;
    overflow: hidden;
    padding: 8.33333333% 3.64583333%;
    background-image: url(../images/adbg1.jpg);
    background-size: cover;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-attachment: fixed;
    color: #fff;
    text-align: center;
    font-weight: bold;
    text-shadow: 0 0 5px rgba(0, 0, 0, 0.15);
    font-size: 65px;
}
.image_show
{
    width: 1200px;
    margin: 10px auto;
}
.image_show p
{
    position: absolute;
    margin-top: 26%; /* 水平水平对齐方式为居中 */
    text-align: center;
    width: 100%; /* 高度自动，随着内容高度改变 */
    height: 100%;
}
.image_show .img
{
    position: relative;
    transition: 0.4s 0s;
    -webkit-transition: 0.4s 0s;
    overflow: hidden;
}

.image_show .img img:hover
{
    transform: scale(1.1,1.1);
    -webkit-transform: scale(1.1,1.1);
}


.image_show .img, .image_show .img img
{
    float: left;
}
.image_text1:hover
{
    background: #d33977;
}
.image_text2:hover
{
    background: #d33977;
}
.image_text3:hover
{
    background: #d33977;
}
.image_text4:hover
{
    background: #d33977;
}
.image_text5:hover
{
    background: #d33977;
}
.image_text1
{
    position: relative;
    width: 200px;
    height: 104px;
    background: #523a7b;
    color: #fff;
    font-size: 16px;
    font-family: "宋体" , "微软雅黑" ,Arial, Helvetica, sans-serif;
    text-align: center;
    float: left;
}

.image_text2
{
    float: left;
    position: relative;
    width: 180px;
    height: 145px;
    background: #BF6049;
    color: #fff;
    font-size: 16px;
    font-family: "宋体" , "微软雅黑" ,Arial, Helvetica, sans-serif;
    text-align: center;
}
.image_text3
{
    float: left;
    position: relative;
    width: 200px;
    height: 145px;
    background: #588455;
    color: #fff;
    font-size: 16px;
    font-family: "宋体" , "微软雅黑" ,Arial, Helvetica, sans-serif;
    text-align: center;
}
.image_text4
{
    float: left;
    position: relative;
    width: 200px;
    height: 172px;
    background: #6d4f44;
    color: #fff;
    font-size: 16px;
    font-family: "宋体" , "微软雅黑" ,Arial, Helvetica, sans-serif;
    text-align: center;
}

.image_text5, #tp4, #tp5
{
    width: 33.33%;
    height: 203px;
}
.image_text5
{
    float: left;
    position: relative;
    height: 203px;
    padding-top: 20px;
    background: #3a499e;
    color: #fff;
    font-size: 16px;
    font-family: "宋体" , "微软雅黑" ,Arial, Helvetica, sans-serif;
    text-align: center;
}
.col_left
{
    width: 199px;
    float: right;
    overflow: hidden;
}
.col_right
{
    float: left;
    width: 599px;
    overflow: hidden;
}


.clear
{
    height: 0;
    clear: both;
    line-height: 0;
    font-size: 0;
    overflow: hidden;
}

.bg-blue
{
    margin-top: 43px;
    background: url(../images/bg_4.png) center top no-repeat;
    padding-top: 25px;
    padding-bottom: 50px;
}
.wrapper
{
    width: 1200px;
    margin: auto;
    position: relative;
}

.lump-box
{
    display: block;
}

.in-3
{
}
.in-3 .main-tit
{
    text-align: center;
    margin-bottom: 25px;
}
.in-3 .main-tit .t1
{
    font-size: 24px;
    font-weight: bold;
}
.in-3 .main-tit .t1 span
{
    color: #1857a4;
}
.in-3 .main-tit .t2
{
    font-size: 16px;
}
.in-3 .lump
{
    position: relative;
}
.in-3 .lump .box
{
    width: 100%;
    padding-top: 72%;
    background: #fff no-repeat center/cover;
    position: relative;
}
.in-3 .lump .box .txt-box
{
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    padding: 10px 20px;
}
.in-3 .lump .box .txt-box .tit
{
    font-size: 22px;
    line-height: 30px;
    margin-bottom: 10px;
    font-weight: bold;
}
.in-3 .lump .box .txt-box .txt
{
    font-size: 16px;
    line-height: 29px;
}
.in-3 .lunbo
{
    position: relative;
}
.in-3 .prev
{
    transition: 0.3s;
    cursor: pointer;
    position: absolute;
    left: -74px;
    top: 50%;
    width: 30px;
    height: 60px;
    background: url(../images/in-3-jt.png) no-repeat;
    transform: translateY(-50%) rotate(180deg);
}
.in-3 .next
{
    transition: 0.3s;
    cursor: pointer;
    position: absolute;
    right: -72px;
    top: 50%;
    width: 30px;
    height: 60px;
    background: url(../images/in-3-jt.png) no-repeat;
    transform: translateY(-50%);
}

@media only screen and (min-width:1024px)
{
    .in-3 .more:hover
    {
        color: #1857a4;
        border: 2px solid #1857a4;
    }
}
@media only screen and (max-width:1440px)
{
    .in-3 .more
    {
        width: 15vw;
    }
}
@media only screen and (max-width:980px)
{
    .in-3 .more
    {
        width: 20vw;
    }
}
@media only screen and (max-width:640px)
{
    .in-3 .lump .box .txt-box .tit
    {
        line-height: 30px;
        margin-bottom: 5px;
    }
    .in-3 .lump .box .txt-box .txt
    {
        line-height: 28px;
    }
    .in-3 .more
    {
        width: 30vw;
        border: 1px solid #333;
    }
}

.processs
{
    background: #fff;
    padding: 20px 0 50px;
}
.processs h3
{
    text-align: center;
    margin-bottom: 20px;
    color: #f16a05;
    font-size: 35px;
}
.processs ul li
{
    position: relative;
    width: 148px;
    float: left;
    margin: 0 107px 0 0;
    text-align: center;
}
.processs ul li.last
{
    margin-right: 0;
}
.processs ul li .procimg
{
    width: 147px;
    height: 147px;
    line-height: 147px;
    background-color: #636161;
    border-radius: 50%;
}
.processs ul li .procimg img
{
    -moz-transition: 0.8s;
    -ms-transition: 0.8s;
    -webkit-transition: 0.8s;
    -o-transition: 0.8s;
    transition: 0.8s;
}
.processs ul li .procimg:hover img
{
    -moz-transform: rotateY(180deg);
    -ms-transform: rotateY(180deg);
    -o-transform: rotateY(180deg);
    -webkit-transform: rotateY(180deg);
    transform: rotateY(180deg);
}
.processs ul li span
{
    display: block;
    margin-top: 25px;
    font-size: 15px;
    color: #616161;
}
.proclin
{
    position: absolute;
    top: 66px;
    left: 146px;
}

.sub-nav
{
    text-align: center;
    margin-bottom: 50px;
    margin-top: -18px;
}
.sub-nav ul li
{
    display: inline-block;
    font-size: 16px;
}
.sub-nav ul li a
{
    display: block;
    text-align: center;
    height: 45px;
    line-height: 45px;
    border-radius: 18px;
    border: solid 1px #d2d2d2;
    background-color: #fff;
    transition: all .3s;
    margin: 0 10px;
    width: 144px;
    font-size: 20px;
    color: #000;
}
.sub-nav ul li a:hover, .sub-nav ul li.on a
{
    color: #fff;
    background-color: #ff3366;
    border-color: #ff3366;
}


.ul-case
{
    margin: 0 -15px;
}
.ul-case li
{
    float: left;
    width: 33.3333%;
    padding: 0 5px;
    margin-bottom: 10px;
    overflow: hidden;
    position: relative;
}
.ul-case li .block
{
    display: block;
    width: 100%;
    height: 100%;
    position: relative;
    overflow: hidden;
}
.ul-case li .pic img
{
    display: block;
    width: 100%;
}
.ul-case li .txt
{
    position: absolute;
    left: 0;
    top: 0%;
    width: 100%;
    height: 100%;
    background: url(../images/casemask.png) repeat;
    text-align: center;
    color: #fff;
    -o-transition: .3s;
    -ms-transition: .3s;
    -moz-transition: .3s;
    -webkit-transition: .3s;
    transition: .3s;
    opacity: 0;
}


.pagess
{
    clear: both;
    height: 60px;
    margin: 20px;
    overflow: hidden;
    margin-left: 0px;
    text-align: center;
}

.pagess ul li
{
    display: inline-block;
    border: 1px solid #ccc;
    padding: 10px 19px;
    margin: 0 3px;
    line-height: 20px;
    background: #fff;
    color: #999;
}
.pagess ul li:hover
{
    background: #ff3366;
    color: #fff;
    border: 1px solid #ff3366;
}
.pagess ul li.thisclass
{
    display: inline-block;
    border: 1px solid #ff3366;
    padding: 10px 19px;
    margin: 0 3px;
    background: #ff3366;
    color: #fff;
}
.pagess ul li.thisclass a
{
    color: #fff;
}
.pagess ul li a
{
    display: block;
    color: #999;
}
.pagess ul li a:hover
{
    color: #fff;
}

.casefilter
{
    width: 100%;
    margin-top: -30px;
    height: 168px;
    padding-bottom: 40px;
}

.casefilters
{
    padding: 20px 0;
}
.casefilters h4
{
    float: left;
    width: 80px;
    font-size: 18px;
    line-height: 35px;
    font-weight: bold;
    color: #333;
}
.casefilter-all
{
    float: left;
    width: 80px;
}
.casefilter-all a
{
    display: block;
    text-align: center;
    line-height: 40px;
    font-size: 16px;
    color: #333;
}
.casefilters ul
{
    float: left;
    width: calc(100% - 180px);
}
.casefilters li
{
    float: left;
    width: 100px;
    text-align: center;
    line-height: 40px;
    font-size: 16px;
}
.casefilters li:first-child
{
    clear: both;
}
.casefilters li a
{
    display: block;
    color: #333;
}
.casefilter-all a.casefilter-active
{
    color: #e60d11;
}
.casefilters li a.casefilter-active, .casefilters li a:hover
{
    color: #e60d11;
}
.casefilter-more
{
    display: none;
    float: left;
    width: 20px;
    height: 18px;
    margin-top: 12px;
}
.casefilter-more.casefilter-more1
{
    transform: rotate(180deg);
    filter: grayscale(100%);
}

.case_banner .case_banner_content
{
    max-width: 1100px;
    margin: 0 auto;
    position: relative;
    height: 460px;
}
.case_banner .case_banner_content .banner_content_left
{
    position: absolute;
    bottom: 68px;
    width: 55%;
}
.case_banner .case_banner_content .banner_content_left .content_left_title
{
    font-size: 32px;
    color: #fff;
    position: relative;
    padding-bottom: 30px;
    margin-bottom: 45px;
    font-weight: 100;
}
.case_banner .case_banner_content .banner_content_left .content_left_title:before
{
    content: "";
    position: absolute;
    display: inline-block;
    width: 38px;
    height: 2px;
    background: #fff;
    bottom: 0;
}
.case_banner .case_banner_content .banner_content_left .content_left_txt
{
    font-size: 14px;
    color: #fff;
    line-height: 26px;
    margin-bottom: 80px;
}
.case_banner .case_banner_content .banner_content_left .content_left_button a
{
    display: inline-block;
    width: 150px;
    height: 45px;
    line-height: 45px;
    text-align: center;
    color: #fff;
    font-size: 14px;
    background: rgba(255,255,255,0.13);
    border-radius: 50px;
}
.case_banner .case_banner_content .banner_content_left .content_left_button a:hover
{
    background: #ff7019;
}
.case_banner .case_banner_content .banner_content_left .content_left_button a:last-child
{
    margin-left: 35px;
}
.case_banner .case_banner_content .banner_content_left .content_left_button a span
{
    font-size: 18px;
    margin-right: 10px;
    display: inline-block;
    position: relative;
    top: 2px;
}
.case_banner .case_banner_content .banner_content_left .content_left_button a:last-child span
{
    margin-right: 0px;
    margin-left: 10px;
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg);
}
.case_banner .case_banner_content .banner_content_right
{
    position: absolute;
    right: 0;
    bottom: 75px;
    width: 400px;
    background: #rgba(0,0,0,.27);
    z-index: 50;
}
.case_banner .case_banner_content .banner_content_right .content_right_img
{
    margin: 10px auto;
}
.case_banner .case_banner_content .banner_content_right .content_right_img img
{
    border-radius: 50%;
}

.CaseDetail .IndexService_content
{
    padding-top: 45px;
    max-width: 1800px;
}
.CaseDetail .CaseDetail_content
{
    background: #fff;
    padding: 50px 25px;
}
.CaseDetail .CaseDetail_content .CaseDetail_content_top p
{
    margin-bottom: 45px;
    text-align: center;
    box-shadow: 0px 0px 0px;
}
.CaseDetail .CaseDetail_content .CaseDetail_content_top p:last-child
{
    margin-bottom: 0px;
}
.CaseDetail .CaseDetail_content .CaseDetail_content_top p img
{
    max-width: 100%;
    -webkit-box-shadow: rgb(0 0 0 / 13%) 0px 0px 10px;
    -moz-box-shadow: rgba(0,0,0,0.13) 0px 0px 10px;
    -ms-box-shadow: rgba(0,0,0,0.13) 0px 0px 10px;
    -o-box-shadow: rgba(0,0,0,0.13) 0px 0px 10px;
    box-shadow: rgb(0 0 0 / 13%) 0px 0px 10px;
}
.CaseDetail .CaseDetail_content .CaseDetail_content_contact
{
    text-align: center;
    margin-top: 50px;
}
.CaseDetail .CaseDetail_content .CaseDetail_content_contact a
{
    font-size: 18px;
    color: #fff;
    text-align: center;
    width: 259px;
    height: 60px;
    line-height: 60px;
    display: inline-block;
    background: #ff7019;
    border-radius: 50px;
}
.CaseDetail .IndexService_content .IndexService_content_title
{
    padding-bottom: 50px;
}
.CaseDetail .CaseDetail_content .case_body_tag
{
    margin-top: 15px;
    line-height: 35px;
}
.CaseDetail .CaseDetail_content .case_body_tag img
{
    float: none !important;
    margin-right: 10px;
}
.CaseDetail .CaseDetail_content .case_body_tag a
{
    color: #333;
    font-size: 16px;
    display: inline-block;
    line-height: 35px;
}
.CaseDetai_banner
{
    background: url(../images/apxq.jpg) 50% center / cover no-repeat;
    height: 460px;
}
.casecur
{
    line-height: 76px;
    font-family: "宋体";
    color: #666;
}
.case-article
{
    line-height: 30px;
    color: #666;
}
.case-article-bg
{
    margin-bottom: 5%\0 !important;
    background-position: top center\0 !important;
    background-color: #f6f6f6;
}
.case-article .case-logo
{
    text-align: center;
    padding-top: 38px;
}
.case-article h1
{
    line-height: 40px;
    font-size: 18px;
    text-align: center;
}
.case-article .btn
{
    text-align: center;
    padding: 10px 0;
    margin-bottom: 30px;
}
.case-article .btn a
{
    display: inline-block;
    width: 120px;
    height: 30px;
    text-align: center;
    line-height: 30px;
    background-color: #cacace;
    color: #fff;
    font-size: 14px;
    margin: 0 12px;
    border-radius: 5px;
}
.case-article .computer-bg
{
    position: relative;
    text-align: center;
    background: url(../images/computer.png) center top no-repeat;
    transform: translateY(45.9%);
    -webkit-transform: translateY(45.9%);
    -moz-transform: translateY(45.9%);
    width: 70%;
    margin: 0 auto;
    margin: -32% auto 0 auto;
    -webkit-background-size: 100%;
    background-size: 89%;
    padding-top: 70%;
    margin: 0 auto\0;
    padding-top: 50%\0;
}
.case-article .computer-bg img
{
    position: absolute;
    left: 8.5%;
    top: 4%;
    width: 83%;
}
.case-article .case-back
{
    text-align: center;
    margin-top: 50px;
    margin-bottom: 90px;
}
.case-article .case-back a
{
    display: inline-block;
    width: 178px;
    height: 48px;
    text-align: center;
    line-height: 48px;
    border: 1px solid #63637f;
    color: #002;
    font-size: 18px;
    border-radius: 5px;
}
.case-article .case-back a:hover
{
    background-color: #cacace;
    color: #fff;
    border-color: #cacace;
}

.ul-list
{
    margin: 0 -15px;
}
.ul-list li
{
    float: left;
    width: 25%;
    margin-bottom: 30px;
}
.ul-list li img
{
    display: block;
    transition: all 0.6s;
    width: 100%;
    height: auto;
    overflow: hidden;
}
.ul-list li
{
    width: 25%;
    float: left;
    box-sizing: border-box;
    padding-right: 20px;
}


.ul-list li .img img
{
    width: 100%;
    height: auto;
    display: block;
}

.ul-list .pd:hover .h3
{
    color: #e50112;
}

.ul-list li .pad .pic
{
    overflow: hidden;
}

.ul-list li .pad .pic img:hover
{
    transform: scale(1.1,1.1);
    -webkit-transform: scale(1.1,1.1);
}
.ul-list li .pad
{
    padding: 0 15px;
    background-color: #f8f8f8;
}
.ul-list li .bor
{
    border: 0px solid #e2e3e8;
}

.ul-list li .txt
{
    padding: 20px 14px;
    line-height: 20px;
    color: #fff;
}
.ul-list li .more
{
    height: 42px;
    line-height: 42px;
    border-top: 1px dotted #e2e3e8;
    background-color: #f0f2f5;
    padding: 0 14px;
    display: none;
}
.ul-list li .more a
{
    color: #cacace;
}
.ul-list li .more a:hover
{
    text-decoration: underline;
}
.ul-list li .title
{
    height: 55px;
    margin-bottom: 20px;
}
.ul-list li .title span
{
    float: left;
    border: 1px solid #e2e3e8;
    background-color: #ff3366;
    display: inline-block;
    text-align: center;
    padding: 6px 5px;
    margin-right: 15px;
}
.ul-list li .title span em
{
    display: block;
    font-size: 16px;
}
.ul-list li .title h3
{
    border-bottom: 0px solid #e2e3e8;
    overflow: hidden;
    height: 54px;
}

.sub-nav ul li .mycur
{
    display: block;
    text-align: center;
    height: 45px;
    line-height: 45px;
    border-radius: 18px;
    border: solid 1px #ff3366;
    background-color: #fff;
    transition: all .3s;
    width: 144px;
    font-size: 20px;
    color: #000;
    color: #fff;
    background-color: #ff3366;
    border-color: #d51a21;
}
.cur
{
    line-height: 76px;
    font-family: "宋体";
    color: #666;
    border-bottom: 1px solid #f8f8f8;
}
.article
{
    color: #666;
    line-height: 30px;
}
.article h1
{
    font-size: 26px;
    color: #333;
    text-align: center;
    padding-top: 45px;
    font-weight: 500;
}
.article .time
{
    line-height: 72px;
    border-bottom: 1px solid #999;
    text-align: center;
    margin-bottom: 25px;
}
.article .subtitle
{
    line-height: 72px;
    border-bottom: 1px dotted #eee;
    text-align: center;
    margin-bottom: 25px;
}
.article .share
{
    margin-bottom: 70px;
}
.article .share span
{
    font-size: 14px;
    float: left;
    display: inline-block;
    line-height: 37px;
}
.nextnav
{
    border-top: solid 1px #eee;
    padding-top: 20px;
    margin-top: 20px;
}

.prevnav
{
    padding-bottom: 20px;
    margin-bottom: 20px;
}


.article-prev, .article-next
{
    position: absolute;
    top: 50%;
    background: url(../images/article_prev.png) no-repeat;
    width: 36px;
    height: 66px;
    margin-top: -33px;
    left: 0;
    z-index: 2;
}
.article-next
{
    background-image: url(../images/article_next.png);
    left: auto;
    right: 0;
}
.lxwm
{
    width: 100%;
    height: 282px;
    box-shadow: 0px 0px 2px #ddd;
    margin: 0 auto;
    box-sizing: border-box;
    padding: 0px 60px;
    margin-bottom: 20px;
}
.lxwml
{
    float: left;
    margin-top: 40px;
    font-size: 18px;
    margin-top: 20px;
}

.lxwml ul li
{
    font-size: 16px;
    margin-top: 20px;
}
.lxwmr
{
    width: 300px;
    float: right;
    margin-top: 40px;
    font-size: 16px;
}

.lxwml .lxwmgs span
{
    font-size: 20px;
    font-weight: bold;
}
.lxwmg
{
    text-align: center;
    padding: 20px 0;
    font-size: 16px;
    color: #818181;
    width: 100%;
    float: left;
}
.lxwmg a
{
    display: inline-block;
    background: #ff3366;
    border: solid 1px #ff3366;
    color: #fff;
    padding: 6px 30px;
    border-radius: 3px;
    overflow: hidden;
    margin-top: 20px;
}
.lxwmgg
{
    margin-top: 20px;
}
.lxwmsm
{
    float: right;
    padding-right: 55px;
    padding-top: 14px;
}
#andamap
{
    width: 100%;
    height: 350px;
    font-family: "微软雅黑";
    border: 1px solid #ccc;
}
.andamap-c
{
    line-height: 20px;
    font-size: 14px;
}
#andamap h4
{
    font-size: 20px;
}
.iw_poi_title
{
    color: #CC5522;
    font-size: 14px;
    font-weight: bold;
    overflow: hidden;
    padding-right: 13px;
    white-space: nowrap;
}
.iw_poi_content
{
    font: 12px arial,sans-serif;
    overflow: visible;
    padding-top: 4px;
    white-space: -moz-pre-wrap;
    word-wrap: break-word;
}

