* {
    margin: 0;
    border: 0;
    padding: 0;
    vertical-align: baseline;
    outline: none;
    list-style: none;
    color: #555;
    font-style: normal;
    outline: none;
}

body {
    background: #fff;
    font: 14px 'Microsoft Yahei', 'Microsoft Jhenghei', Tahoma, 'Simsun';
}

h1,
h2,
h6 {
    font-weight: normal;
}

a {
    color: #555;
    text-decoration: none;
}

a:focus {
    outline: none;
}

a:hover,
a:active {
    outline: 0;
    color: #0595C7;
}

img {
    vertical-align: middle;
}

.z {
    float: left;
}

.y {
    float: right;
}

.cl {
    zoom: 1;
}

.cl:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

.wp {
    width: 1200px;
    min-width: 1200px;
    margin: 0 auto;
}

.wps {
    margin: 0 12px;
}

/*btn-a*/

.btn-a {
    transition: 0.5s;
    position: relative;
}

.btn-a span {
    color: #fff;
    position: relative;
    z-index: 2;
}

.btn-a em {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 0;
    background: #fff;
    transition: 0.5s;
}

.btn-a:hover span {
    color: #333;
}

.btn-a:hover em {
    width: 100%;
}

/*头部*/

.header {
    position: fixed;
    width: 100%;
    z-index: 999;
    background: none;
    transition: 0.5s;
    background: none;
    min-width: 1200px;
}

.s-header,
.header:hover {
    background: #090b1a;
}

.header h1 {
    float: left;
    margin: 0;
    padding: 6px 0;
    height: 60px;
}

.header h1 a {
    display: block;
}

.header h1 img {
    height: 60px;
    vertical-align: middle;
}

.header .nav {
    float: right;
    margin-left: 40px;
    width: 800px;
    text-align: right;
}

.header .nav li {
    display: inline-block;
    *display: inline;
    zoom: 1;
    margin: 0 -2px;
    position: relative;
    z-index: 1000;
}

.header .nav li a {
    display: block;
    height: 72px;
    line-height: 72px;
    padding: 0 20px;
    font-size: 16px;
    color: #ddd;
    text-decoration: none;
}

.header .nav li.hover a {
    background: #12152c;
    color: #fff;
}

.header .nav .sub-menu {
    display: none;
    position: absolute;
    height: 0;
    left: 0;
    top: 72px;
    z-index: 1000;
    overflow: hidden;
}

.header .nav li.hover .sub-menu {
    display: block;
}

.header .nav .sub-menu a {
    font-size: 14px;
    height: 36px;
    line-height: 36px;
    padding: 0;
    background: #12152c;
    width: 108px;
    padding: 0;
    text-align: center;
    color: #ddd;
    font-size: 14px;
    -webkit-transition: all .2s;
    -moz-transition: all .2s;
    transition: all .2s;
}

.header .nav li.hover li a:hover {
    background: #242847;
    color: #fff;
}

.s-header {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1000;
    width: 100%;
    opacity: 0.9;
    -moz-opacity: 0.9;
    filter: alpha(opacity=8);
}


/*分类头部*/

/*翻页*/

/*边栏*/

/*案例列表*/

/*内页*/

/*案例内页*/

/*普通页面*/

/*footer*/

.footer {
    background: #090b1a;
    padding: 30px 0;
    min-width: 1200px;
    border-bottom: 1px #020205 solid
}

.footer dl {
    float: left;
}

.footer a,
.footer dd {
    color: #787d80;
}

.footer a:hover {
    color: #aaa;
}

.footer dt {
    line-height: 36px;
    height: 36px;
    margin-bottom: 5px;
    font-size: 16px;
    color: #eee;
}

.footer dd,
.footer dd a {
    line-height: 26px;
    font-size: 13px;
}

.footer .about {
    width: 180px;
    margin-right: 50px;
}

.footer .about dd {
    float: left;
    width: 50%;
}

.footer .flow {
    float: right;
}

.footer .flow dt {
    height: 16px;
    line-height: 16px;
}

.bot-footer {
    background: #090b1a;
    min-width: 1200px;
    border-top: 1px solid #171a35;
}

.bot-footer p {
    line-height: 50px;
    text-align: center;
}

.bot-footer p,
.bot-footer p em,
.bot-footer p a {
    color: #787d80;
    font-size: 13px;
}

.bot-footer p em {
    padding: 0 3px;
}

/*客服*/

.footer-kefu {
    position: fixed;
    top: 50%;
    margin-top: -120px;
    right: 0;
    width: 45px;
    z-index: 9999;
}

.footer-kefu li {
    width: 45px;
    height: 45px;
    line-height: 45px;
    float: right;
    position: relative;
    margin: 1px 0;
    background: #333;
    transition: .3s;
    cursor: pointer;
    border-radius: 1px;
    zoom: 1;
    transition: 0.5s;
}

.footer-kefu li:hover {
    background: #0595c7;
}

.footer-kefu li em {
    float: left;
    display: block;
    width: 45px;
    height: 45px;
    overflow: hidden;
}

.footer-kefu li a {
    display: block;
    height: 45px;
    font-size: 14px;
    color: #fff;
    overflow: hidden;
}

.footer-kefu .tel em {
    background: url(../images/side-mail.png) no-repeat center;
}

.footer-kefu .tel a {
    font-size: 16px;
}

.footer-kefu .top em {
    background: url(../images/side-top.png) no-repeat center;
}

/*ajax响应消息*/

.video-box {
    display: none;
    position: fixed;
    height: 100%;
    width: 100%;
    background: rgba(0, 0, 0, 0.7);
    top: 0;
    left: 0;
    z-index: 1000;
}

.video-tag {
    opacity: 1;
    background-color: #000000;
    filter: alpha(opacity=100);
    display: block;
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50% -50%);
    -webkit-transform: translate(-50%, -50%);
    z-index: 1001;
}

.video-close-btn {
    width: 50px;
    height: 50px;
    display: block;
    position: absolute;
    z-index: 1002;
    cursor: pointer;
    bottom: 10%;
    left: 50%;
}

/*header*/


#demo-link {
    border-radius: 18px;
    border: 1px solid #ead8d8;
    height: 34px;
    line-height: 34px;
}

/*index-banner*/
.index-banner {
    min-width: 1200px;
    background: url(../images/banner.jpg) no-repeat bottom center;
    position: relative;
    background-size: cover;
    background-position: center center;
    /* background-attachment: fixed; */
}

.index-banner .s {
    padding: 230px 0 150px;
    position: relative;
    z-index: 100;
    text-align: center;
}

.index-banner h2 {
    font-size: 45px;
    line-height: 50px;
    color: #fff;
}

.index-banner h2 span {
    color: #fff;
}

.index-banner .mc {
    color: #0595c7;
    margin-left: 20px;
}

.index-banner h6 {
    padding-top: 20px;
    line-height: 30px;
    font-size: 18px;
    color: #ddd;
}

.index-slogan {
    position: relative;
    z-index: 100;
    padding: 20px 0;
    background: rgba(0, 0, 0, 0.3);
}

.index-slogan .service-subject {
    float: left;
    width: 23%;
    padding: 0 1%;
}

.index-slogan .m {
    float: left;
    width: 50px;
    padding: 11px 0;
    margin-right: 12px;
}

.index-slogan .m img {
    vertical-align: middle;
}

.index-slogan .title-sub {
    line-height: 36px;
    font-size: 18px;
    color: #eee;
}

.index-slogan .des {
    font-size: 13px;
    color: #93979f;
    line-height: 18px;
    height: 36px;
    overflow: hidden;
}

/*index-title*/

.index-title {
    text-align: center;
}

.index-title .title {
    font-size: 30px;
    line-height: 30px;
    color: #333;
}

.index-title .tips {
    font-size: 15px;
    line-height: 15px;
    color: #888;
}

.index-title .title-line {
    height: 20px;
}

/*index-service*/

.index-service {
    padding: 100px 0;
    zoom: 1;
    min-width: 1200px;
}

.index-service .s {
    padding-top: 50px;
}

.index-service .sub {
    float: left;
    width: 25%;
    height: 220px;
    background: #fff;
    position: relative;
    transition: 0.3;
}

.index-service dl {
    padding: 15px;
}

.index-service dt {
    font-size: 20px;
    font-weight: 300;
    text-align: center;
}

.index-service dt {
    text-align: center;
    font-size: 20px;
    font-weight: 300;
    color: #555;
}

.index-service .des {
    height: 40px;
    line-height: 20px;
    padding: 0 15px;
    overflow: hidden;
    font-size: 13px;
    color: #646A75;
    text-align: center;
}

.index-service .m {
    padding: 20px 0;
    text-align: center;
}

.index-service .m img {
    height: 80px;
}

.index-service ul {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: #0595C7;
    color: #fff;
    text-align: center;
    display: none;
}

.index-service .ul-s {
    padding: 15px;
}

.index-service ul h6 {
    font-size: 20px;
    font-weight: 400;
    line-height: 30px;
    margin-bottom: 10px;
    color: #fff;
}

.index-service ul li {
    font-size: 13px;
    line-height: 24px;
    color: #fff;
}

.index-service .index2n {
    margin-top: 20px;
    height: 36px;
}

.index-service .index2n a {
    color: #fff;
    padding: 6px 25px;
    line-height: 36px;
    border-radius: 1px;
    border: 1px #FFF solid;
}

.index-service .index2n a:hover span {
    color: #0595c7;
}

/*index-case*/

.index-case {
    min-width: 1200px;
    padding: 80px 0;
    text-align: center;
    zoom: 1;
    background: #f8f8f8 url(../images/case-bg.jpg) no-repeat center center;
    background-size: cover;
    background-position: center center;
    /* background-attachment: fixed; */
}

.index-case .title {
    color: #eee;
}

.index-case ul {
    padding: 40px 10px;
}

.index-case li {
    float: left;
    width: 25%;
}

.index-case li a {
    cursor: auto;
    display: block;
    margin: 2px;
    position: relative;
    overflow: hidden;
}

.index-case li img {
    width: 100%;
    height: 192px;
    transition: 1s;
    -moz-transition: 1s;
    -webkit-transition: 1s;
    -o-transition: 1s;
    vertical-align: middle;
}

.index-case li img:hover {
    transform: scale(1.1);
    -moz-transform: scale(1.1);
    -o-transform: scale(1.1);
    -webkit-transform: scale(1.1);
}

.index-case li p {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    line-height: 32px;
    height: 32px;
    overflow: hidden;
    background: url(../images/a.png);
}

.index-case li span {
    color: #fff;
    padding: 0 15px;
    text-decoration: none;
}

/*index-customer*/

.index-customer {
    min-width: 1200px;
    padding: 80px 0;
    background: #fff;
}

.customer-box {
    padding: 50px 150px 30px;
}

.customer-box .m {
    float: left;
    width: 130px;
    margin-right: 20px;
}

.customer-box .m img {
    width: 130px;
    height: 130px;
    border-radius: 50%;
}

.customer-box .big-title {
    height: 20px;
    line-height: 20px;
    font-size: 18px;
    color: #333;
}

.customer-box p {
    padding: 15px 0 10px;
    line-height: 22px;
    font-size: 14px;
    color: #777;
    max-height: 66px;
    overflow: hidden;
}

.customer-box .s-title {
    height: 20px;
    line-height: 20px;
    font-size: 14px;
    color: #999;
}

.customer-box .hd {
    text-align: center;
    padding: 20px 0 0;
}

.customer-box .hd li {
    display: inline-block;
    *display: inline;
    zoom: 1;
    width: 8px;
    height: 8px;
    margin: 0 3px;
    cursor: pointer;
    border: 1px #0590c7 solid;
    border-radius: 50%;
}

.customer-box .hd .on {
    background: #0595c7;
}

/*index-news*/

.index-news {
    min-width: 1200px;
    padding: 80px 0;
    background: #f8f8f8 url(../images/brand_bg.png) no-repeat center;
    border: 1px #f0f0f0 solid;
    border-width: 1px 0;
}

.index-news .s {
    padding-top: 40px;
}

.index-news .news-list {
    float: left;
    width: 400px;
}

.index-news .list-s {
    margin: 0 15px;
    background: #fff;
    border: 1px #f2f2f2 solid;
}

.index-news .m {
    position: relative;
}

.index-news .m p {
    position: absolute;
    left: 0;
    width: 100%;
    top: 0;
    bottom: 0;
    text-align: center;
    line-height: 120px;
    font-size: 20px;
    background: rgba(0, 0, 0, 0.5);
    color: #eee;
}

.index-news .m img {
    width: 100%;
    height: 120px;
}

.index-news ul {
    padding: 10px 15px;
}

.index-news li {
    height: 30px;
    line-height: 30px;
    overflow: hidden;
    font-size: 13px;
    padding-left: 10px;
    background: url(../images/lidot.gif) no-repeat left center;
}

/*index-partner*/

.index-partner {
    min-width: 1200px;
    padding: 100px 0;
    background: #fff;
}

.index-partner .s {
    padding: 50px 0 0;
}

.index-partner ul {
    padding: 0 10px;
}

.index-partner li {
    float: left;
    width: 20%;
}

.index-partner .li-1 a {
    background: url(../images/ch1.png) no-repeat center center
}

.index-partner .li-2 a {
    background: url(../images/ch2.png) no-repeat center center
}

.index-partner .li-3 a {
    background: url(../images/ch3.png) no-repeat center center
}

.index-partner .li-4 a {
    background: url(../images/ch4.png) no-repeat center center
}

.index-partner .li-5 a {
    background: url(../images/ch5.png) no-repeat center center
}

.index-partner .li-6 a {
    background: url(../images/ch6.png) no-repeat center center
}

.index-partner .li-7 a {
    background: url(../images/ch7.png) no-repeat center center
}

.index-partner .li-8 a {
    background: url(../images/ch8.png) no-repeat center center
}

.index-partner .li-9 a {
    background: url(../images/ch9.png) no-repeat center center
}

.index-partner .li-10 a {
    background: url(../images/ch10.png) no-repeat center center
}


.index-partner a {
    display: block;
    margin: 10px;
    height: 80px;
    border: 1px #ededed solid;
    background-repeat: no-repeat;
    background-position: center;
    /* -webkit-filter: grayscale(100%);
    -moz-filter: grayscale(100%);
    -ms-filter: grayscale(100%);
    -o-filter: grayscale(100%);
    filter: grayscale(100%);
    filter: gray; */
    transition: 0.5s;
}

.index-partner a:hover {
    transform: scale(1.1);
    -moz-transform: scale(1.1);
    -o-transform: scale(1.1);
    -webkit-transform: scale(1.1);
}

/*index-contact*/

.index-contact {
    min-width: 1200px;
    padding: 45px 0;
    background-image: url(../images/contact-bg.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
    background-position: center top;
    position: relative;
}

.index-contact .cover {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: rgba(0, 0, 0, 0.5);
    z-index: 1;
}

.index-contact .s {
    position: relative;
    padding: 0 120px;
    z-index: 100;
}

.index-contact h6 {
    font-size: 30px;
    color: #fff;
    line-height: 40px;
}

.index-contact p {
    line-height: 50px;
    font-size: 18px;
    color: #eee;
}


/*index-process*/

.index-process {
    min-width: 1200px;
    background: #fff;
    padding: 80px 0;
}

.index-process ul {
    padding: 40px 40px 0;
}

.index-process li {
    float: left;
    width: 12.5%;
}

.index-process li a {
    display: block;
    border-left: 1px #ddd dotted;
    text-align: center;
    color: #808080;
    cursor: auto;
}

.index-process .no a {
    border-left: 0;
}

.index-process li p {
    font-size: 16px;
    line-height: 40px;
}

.index-process li img {
    height: 50px;
}

.about-section {
    padding: 60px 0;
}


.about-us .s {
    padding: 0 20px;
    text-indent: 2em;
    background: #f6f7fc;
    font-size: 16px;
    line-height: 26px;
    color: #666;
}

.about-us .title {
    margin-bottom: 30px;
    text-align: center;
}

.about-team {
    min-width: 1200px;
    background: #f6f7fc;
}



/*页面公共css*/

.page-title {
    text-align: center;
}

.page-title .title {
    font-size: 30px;
    line-height: 30px;
    color: #333;
}

.page-title .tips {
    font-size: 15px;
    line-height: 15px;
    color: #888;
}

.page-title .title-line {
    height: 20px;
}

.page-advantage {
    min-width: 1200px;
    padding: 80px 0;
    /*background: url(../images/youshi.jpg) no-repeat bottom center;*/
    background: #616892;
    position: relative;
}


.page-advantage .title {
    color: #eee;
    position: relative;
    z-index: 2;
}

.page-advantage .tips {
    color: #aaa;
    position: relative;
    z-index: 2;
}

.page-advantage .cover {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.5);
}

.page-advantage .s {
    padding: 40px 40px 0;
    position: relative;
    z-index: 2;
}

.page-advantage .data {
    float: left;
    width: 33.33%;
}

.page-advantage dl {
    padding: 25px 25px 25px 75px;
    position: relative;
}

.page-advantage dt {
    height: 32px;
    font-size: 18px;
    margin-bottom: 13px;
}

.page-advantage dt span {
    float: left;
    display: block;
    position: relative;
    line-height: 22px;
    padding-bottom: 13px;
    color: #eee;
}

.page-advantage dt em {
    position: absolute;
    height: 2px;
    bottom: 0;
    left: 0;
    width: 50%;
    background: #0595c7;
    transition: all 0.3s;
}

.page-advantage dl:hover em {
    width: 100%;
}

.page-advantage .m {
    position: absolute;
    top: 25px;
    left: 25px;
    width: 30px;
}

.page-advantage .m img {
    height: 36px;
}

.page-advantage .des {
    font-size: 13px;
    color: #999;
    height: 44px;
    overflow: hidden;
    line-height: 22px;
    letter-spacing: 1px;
}

.page-case {
    min-width: 1200px;
    padding: 80px 0;
}

.page-case .s {
    padding-top: 40px;
}

.page-case .title-do {
    margin-bottom: 40px;
    text-align: center;
}

.page-case .title-do li {
    display: inline-block;
    *display: inline;
    zoom: 1;
    height: 32px;
    line-height: 32px;
    margin: 0 6px;
    padding: 0 15px;
    border: 1px #ddd solid;
    border-radius: 1px;
    cursor: pointer;
}

.page-case .title-do li.on {
    border-color: #0595c7;
    background: #0595c7;
}

.page-case .title-do span {
    color: #666;
}

.page-case .title-do li.on span {
    color: #fff;
}

.page-case .n-k-t {
    display: none;
}

.page-case .current {
    display: block;
}

.page-case .m {
    width: 49%;
    text-align: right;
}

.page-case .m img {
    width: 568px;
    height: 480px;
    vertical-align: middle;
}

.page-case .info {
    width: 43%;
    padding-right: 2%;
    padding-top: 80px;
}

.page-case .info h6 {
    height: 40px;
    line-height: 40px;
    font-size: 18px;
    color: #333;
}

.page-case .info .des {
    margin: 10px 0;
    font-size: 14px;
    line-height: 22px;
    color: #888;
}

.page-case .info .tips {
    margin: 10px 0;
    font-size: 13px;
    line-height: 22px;
    color: #aaa;
}

.page-case .info a {
    display: block;
    margin-top: 20px;
    width: 140px;
    height: 36px;
    line-height: 36px;
    font-size: 14px;
    color: #0595C7;
    border: 1px #0595C7 solid;
    border-radius: 2px;
    text-align: center;
}

.page-case .info a span {
    color: #0595C7;
}

.page-case .info a em {
    background: #0595C7;
}

.page-case .info a:hover span {
    color: #fff;
}