/* ====== Header ====== */
.header{position: relative; width: 100%; height: 96px; line-height: 96px; background-color: #fff;overflow: hidden;}
.head-navlist .nav-item{float: left; margin-left: 40px;}
.head-navlist .nav-item a{display: inline-block; padding: 0 3px; color: #666; font-size: 16px; -webkit-transition: .3s; -o-transition: .3s; transition: .3s;}
.head-navlist .nav-item.on a, .head-navlist .nav-item:hover a{color: #00AEEF;}
.back{position: absolute; bottom: 0; width: 100%; height: 8px; text-align: center;line-height: 0;}
.back .left{display: inline-block; width: 38px;border-bottom: 8px solid #00AEEF;}
.language{ position: relative;   color: #666;
    font-size: 16px;
padding: 0 20px;
    margin-left: 20px;}
.language:before {
    content: "";
    position: absolute;
    left: 0;
    top: 50%;
    border-left: 1px solid #eee;
    height: 20px;
    margin-top: -10px;
}


/* ====== Banner ====== */
.gr-banner{width: 100%; position: relative; height: 600px; overflow: hidden;}
.gr-banner .bd{width: 100%!important; position: relative; z-index: 0;}
.gr-banner .bd ul{width: 100% !important;}
.gr-banner .bd li{width: 100% !important; height: 600px; overflow: hidden; text-align: center;}
.gr-banner .bd li a{display: block; height: 600px;}
.gr-banner .hd{width: 100%; position: absolute; z-index: 1; bottom: 0; left: 0; height: 40px; line-height: 40px;}
.gr-banner .hd ul{text-align: center;}
.gr-banner .hd ul li{cursor: pointer; display: inline-block; *display: inline; zoom: 1; width: 10px; height: 10px; margin: 0 4px; overflow: hidden; background: #A6CE39; filter: alpha(opacity=80); opacity: 0.8; line-height: 999px; border-radius: 50%;}
.gr-banner .hd ul .on{background: #00AEEF; opacity: 1; filter: alpha(opacity=100);}
.gr-banner .prev, .gr-banner .next{display: block; position: absolute; z-index: 1; top: 50%; margin-top: -30px; margin-left: -670px; left: 50%; z-index: 1; width: 40px; height: 60px; cursor: pointer; text-align: center; line-height: 60px; font-size: 0; background: rgba(0, 0, 0, .3); opacity: 0; filter: alpha(opacity=0); -webkit-transition: .5s; -o-transition: .5s; transition: .5s;}
.gr-banner .prev{-webkit-transform: translateX(-30px); -ms-transform: translateX(-30px); -o-transform: translateX(-30px); transform: translateX(-30px);}
.gr-banner .next{margin-left: 630px; -webkit-transform: translateX(30px); -ms-transform: translateX(30px); -o-transform: translateX(30px); transform: translateX(30px);}
.gr-banner .prev:before, .gr-banner .next:before{font-size: 24px; color: #fff; font-family: serif, "宋体";}
.gr-banner .prev:before{content: "<";}
.gr-banner .next:before{content: ">";}
.gr-banner .prev:hover, .gr-banner .next:hover{background: rgba(0, 0, 0, .5);}
.gr-banner:hover .prev, .gr-banner:hover .next{opacity: 1; filter: alpha(opacity=1); -webkit-transform: translateX(0px); -ms-transform: translateX(0px); -o-transform: translateX(0px); transform: translateX(0px);}

/*内页banner*/
.gr-banner-product,
.gr-banner-product .bd li,
.gr-banner-product .bd li a {
    height: 388px;
}
.gr-banner-odm,
.gr-banner-odm .bd li,
.gr-banner-odm .bd li a {
    height: 595px;
}
.page-banner{position: relative; width: 100%; height: 380px; overflow: hidden;}
@-moz-keyframes btnPage{0%{-moz-transform: translateY(6px);} 50%{-moz-transform: translateY(0);} 100%{-moz-transform: translateY(6px);} }
@-webkit-keyframes btnPage{0%{-webkit-transform: translateY(6px);} 50%{-webkit-transform: translateY(0);} 100%{-webkit-transform: translateY(6px);} }
@keyframes btnPage{0%{transform: translateY(6px);} 50%{transform: translateY(0);} 100%{transform: translateY(6px);} }
.page-banner img{
    position: absolute;
    left: 50%;
    margin-left: -960px;
    max-width: 1920px;
    /*-webkit-animation: SlickIn cubic-bezier(1,0,.5,.5) 1s; animation: SlickIn cubic-bezier(1,0,.5,.5) 1s;*/}
.page-banner-cont{position: absolute; left: 0; top: 0; width: 100%; height: 100%;}
.page-banner-cont .banner-tit{padding-bottom: 25px; padding-left: 100px;  line-height: 1.2; position: relative;}
.page-banner-cont .banner-tit .cn{position: relative; padding-bottom: 30px;margin-bottom: 30px;font-size: 32px;}
.page-banner-cont .banner-tit .cn:before {
    content: "";
    position: absolute;
    left: 2px;
    bottom: 0;
    width: 50px;
    border-top: 2px solid #363636;
}
.page-banner-cont .banner-tit .en{ font-size: 24px;text-transform: uppercase;}
@-webkit-keyframes SlickIn{0%{-webkit-transform: scale(1.2, 1.2)} 100%{-webkit-transform: scale(1, 1)}}
@-webkit-keyframes SlickOut{0%{-webkit-transform: scale(1, 1)} 100%{-webkit-transform: scale(.8, .8)}}
@keyframes SlickIn{0%{transform: scale(1.2, 1.2)} 100%{transform: scale(1, 1)}}
@keyframes SlickOut{0%{transform: scale(1, 1)} 100%{transform: scale(.8, .8)}}


/* ====== 首页 ====== */
.index-service {
    padding: 50px 0;
}
.index-service-list li {
    float: left;
    width: 288px;
    border-bottom: 9px solid #A6CE3C;
    -webkit-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
}
.index-service-list li:hover {
    -webkit-box-shadow:0 0 20px rgba(0,0,0,0.2);
    box-shadow:0 0 20px rgba(0,0,0,0.2);
}
.index-service-list li ~ li {
    margin-left: 16px;
}
.index-service-list li .cont {
    padding-top: 22px;
    padding-bottom: 18px;
    background: #00AEEF;
    color: #fff;
    text-align: center;
}
.index-service-list li .cont .tit {
    margin-bottom: 10px;
    font-size: 28px;
}
.index-service-list li .cont .des {
    font-size: 16px;
    line-height: 1.4;
}
.index-service-list li .pic {
    width: 288px;
    height: 183px;
    overflow: hidden;
}
.index-service-list li .pic img {
    -webkit-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
}
.index-service-list li:hover .pic img {
    -webkit-transform: scale(1.05);
    -ms-transform: scale(1.05);
    -o-transform: scale(1.05);
    transform: scale(1.05);
}


/* 首页大标题 */
.index-title {
    position: relative;
    padding-top: 50px;
    padding-bottom: 20px;
    width: 660px;
    margin: 0 auto 40px;
    border-bottom: 1px solid #E5E5E5;
    text-align: center;
    color: #333;
    font-size: 32px;
}
.index-title:before {
    content: "";
    position: absolute;
    left: 50%;
    bottom: -3px;
    margin-left: -18px;
    width: 36px;
    height: 7px;
    background: #00AEEF;
}
.index-title .tit-en {
    /* color: #999; */
    text-transform: uppercase;
    font-weight: 600;
}
.index-tit-des {
    margin-bottom: 40px;
    margin-top: -24px;
    text-align: center;
    font-size: 18px;
    color: #666;
}

/*推荐产品*/
.index-product {
    padding-bottom: 50px;
    background-color: #f5f5f5;
}
.product-side {
    width: 212px;
    height: 692px;
    overflow: hidden;
    background-color: #fff;
    border-bottom: 18px solid #A6CE3C;
}
.prodcut-side-tit {
    padding-top: 40px;
    padding-left: 25px;
    width: 212px;
    height: 126px;
    background: url(../images/cate_tit_bg.jpg) no-repeat center;
    color: #fff;
    font-size: 24px;
}
.product-side-content .tit a {
    display: inline-block;
    width: 100%;
    height: 60px;
    line-height: 60px;
    padding-left: 26px;
    font-size: 18px;
    color: #333;
    border-bottom: 1px solid #f5f5f5;
}
.product-side-content .tit.cur a,
.product-side-content .tit a:hover {
    color: #00AEEF;
}
.product-side-content .subtit-list {
    display: none;
    height: 308px;
}
.product-side-content .subtit-list li {
    height: 44px;
    line-height: 44px;
    border-bottom: 1px solid #f5f5f5;
}
.product-side-content .subtit-list li a {
    position: relative;
    display: block;
    padding-left: 44px;
    width: 100%;
    height: 44px;
    background: url(../images/icon-circle.png) no-repeat 25px center;
}
.product-side-content .subtit-list li.on a,
.product-side-content .subtit-list li:hover a {
    color: #00AEEF;
    background: url(../images/icon-circle-on.png) no-repeat 25px center;
}
.icon-sp {
    background-image: url(../images/sprite-icon.png);
    background-repeat: no-repeat;
}
.icon-more {
    display: inline-block;
    width: 5px;
    height: 8px;
    background-position: 0 -73px;
}
.product-side-content .subtit-list li a .icon-more {
    float: right;
    margin-right: 28px;
    margin-top: 17px;
    -webkit-transition: -webkit-transform .2s;
    -o-transition: -o-transform .2s;
    transition: transform .2s;
}
.product-side-content .subtit-list li:hover a .icon-more,
.product-side-content .subtit-list li.on a .icon-more {
    background-position: -5px -73px;
    -webkit-transform: translateX(5px);
    -ms-transform: translateX(5px);
    -o-transform: translateX(5px);
    transform: translateX(5px);
}
.product-side-content .subtit-list li a span {
    display: inline-block;
    height: 44px;
    width: 120px;
}
.product-show {
    width: 970px;
    margin-bottom: -17px;
}
.product-show-list {
    width: 990px;
    min-height: 550px;
}
.product-show-list li {
    float: left;
    margin-right: 20px;
    margin-bottom: 17px;
    width: 310px;
    height: 310px;
    background-color: #fff;
    text-align: center;
    overflow: hidden;
    -webkit-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
}
.product-show-list li:hover {
    -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
}
.product-show-list li .pic {
	padding: 40px;
    width: 310px;
    height: 310px;
    line-height: 230px;
    overflow: hidden;
    font-size: 0;
    -webkit-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
}
.product-show-list li:hover .pic {
    -webkit-transform: translateY(-27px);
    -ms-transform: translateY(-27px);
    -o-transform: translateY(-27px);
    transform: translateY(-27px);
}
.product-show-list li .pic img {
    -webkit-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
}
.product-show-list li:hover .pic img {
    -webkit-transform: scale(0.9);
    -ms-transform: scale(0.9);
    -o-transform: scale(0.9);
    transform: scale(0.9);
}
.product-show-list li .tit {
    width: 100%;
    height: 45px;
    line-height: 45px;
    background: #00AEEF;
    color: #fff;
    font-size: 16px;
    -webkit-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
}
.product-show-list li:hover .tit {
    -webkit-transform: translateY(-45px);
    -ms-transform: translateY(-45px);
    -o-transform: translateY(-45px);
    transform: translateY(-45px);
}
.search-box {
    margin-bottom: 15px;
    width: 200px;
    height: 40px;
    line-height: 40px;
    border: 1px solid #C9C9C9;
    -webkit-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
}
.search-box:hover {
    width: 250px;
    border-color: #00AEEF;
}
.search-box:hover .search-sub {
    background: #00AEEF url(../images/icon_search_on.png) no-repeat center;
}
.search-box .search-in {
    width: 80%;
    height: 38px;
    text-indent: 10px;
}
.search-box .search-sub {
    width: 20%;
    height: 38px;
    background: url(../images/icon_search.png) no-repeat center;
    cursor: pointer;
}

/* ====== 通用 ====== */
/* 更多 */
.com-more-bar {
    margin-top: 50px;
    height: 42px;
    text-align: center;
}
.com-more {
    position: relative;
    z-index: 1;
    display: inline-block;
    width: 160px;
    height: 42px;
    line-height: 42px;
    text-align: center;
    background: #00AEEF;
    color: #fff!important;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
}
.com-more:hover {
    background: transparent;
}
/* Pipaluk*/
.button--pipaluk::before, .button--pipaluk::after {
    content: '';
    box-sizing: border-box;
    border-radius: inherit;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
    -webkit-transition: -webkit-transform 0.3s, background-color 0.3s;
    transition: transform 0.3s, background-color 0.3s;
    -webkit-transition-timing-function: cubic-bezier(0.25, 0, 0.3, 1);
    transition-timing-function: cubic-bezier(0.25, 0, 0.3, 1);
}
.button--pipaluk::before {
    border: 2px solid #00AEEF;
}
.button--pipaluk.button--inverted::before {
    border-color: #fff;
}
.button--pipaluk::after {
    background: #00AEEF;
}
.button--pipaluk.button--inverted::after {
    background: #fff;
}
.button--pipaluk:hover::before {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
}
.button--pipaluk::before, .button--pipaluk:hover::after {
    -webkit-transform: scale3d(0.7, 0.7, 1);
    transform: scale3d(0.7, 0.7, 1);
}
.button--pipaluk:hover::after {
    background-color: #00AEEF;
}
.button--pipaluk.button--inverted:hover::after {
    background-color: #fff;
}


/* 轮播点 */
.com-slider .hd{margin-top: 40px; text-align: center;}
.com-slider .hd ul li{display: inline-block; margin: 0 5px; width: 10px; height: 10px; background-color: #C7C7C7;border-radius: 50%; text-indent: -9999px; cursor: pointer;}
.com-slider .hd ul li.on{background-color: #1ba3cf; border-color: #1ba3cf;}


.index-odm-list {
    width: 1235px;
    margin-bottom: -35px;
}
.index-odm-list li {
    position: relative;
    float: left;
    width: 278px;
    height: 143px;
    /* border: 1px solid #C9C9C9; */
    margin-right: 30px;
    margin-bottom: 35px;
    text-align: center;
    -webkit-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
}
.index-odm-list li:before {
    content: url(../images/index_odm_bg.png);
    position: absolute;
    left: 0;
    bottom: -20px;
}
.index-odm-list li:hover {
    -webkit-transform: translateY(-5px);
    -ms-transform: translateY(-5px);
    -o-transform: translateY(-5px);
    transform: translateY(-5px);
}
/* .index-odm-list li .num {
    position: absolute;
    left: 0;
    top: 0;
    width: 32px;
    height: 32px;
    line-height: 32px;
    background: #00AEEF;
    color: #fff;
    font-size: 20px;
    text-align: center;
    font-style: italic;
} */

.index-environment {
    background: #f5f5f5;
}
.index-envir-content .bd {
    height: 196px;
    overflow: hidden;
}
.index-envir-list {
    width: 1212px;
}
.index-envir-list li {
    float: left;
    margin-right: 8px;
    width: 294px;
    height: 196px;
    overflow: hidden;
    text-align: center;
    background: #fff;
}
.index-envir-list li img {
    -webkit-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
}
.index-envir-list li:hover img {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1);
}
.index-case {
    background: #f1f1f1;
}
.index-case-content .bd {
    height: 350px;
    overflow: hidden;
}
.index-case-list li {
    float: left;
    height: 350px;
    background: #fff;
}
.index-case-list li .cont,
.index-case-list li .pic {
    width: 50%;
    overflow: hidden;
}
.index-case-list li .cont {
    padding: 0 55px;
    height: 100%;
}
.index-case-list li .cont .case-logo {
    margin-bottom: 30px;
}
.index-case-list li .cont .des {
    line-height: 1.75;
}

.index-about-content .pic {
    width: 506px;
    height: 347px;
    margin-right: 60px;
    overflow: hidden;
}
.index-about-content .cont {
    padding-top: 8px;
    overflow: hidden;
}
.index-about-content .cont h4 {
    margin-bottom: 20px;
    font-size: 20px;
    color: #333;
}
.index-about-content .cont .des {
    padding-top: 15px;
    padding-bottom: 40px;
    line-height: 2;
}

.index-news {
    background: #f5f5f5;
}
.gr-news-list {
    border-top: 1px solid #E7E7E7;
    overflow: hidden;
}
.gr-news-list .news-item {
    border-bottom: 1px solid #E7E7E7;
}
.gr-news-list .news-item .box {
    padding: 30px 0;
    overflow: hidden;
}
.gr-news-list .news-item .news-date {
    padding-top: 6px;
    float: left;
    width: 80px;
}
.gr-news-list .news-item .news-date .news-md {
    font-size: 24px;
    color: #666;
    font-family: HELVETICANEUELTPRO-THEX, "微软雅黑";
}
.gr-news-list .news-item .news-date .more-news {
    margin-top: 20px;
    width: 39px;
    height: 34px;
    line-height: 34px;
    text-align: center;
    border: 1px solid #E0E0E0;
    position: relative;
    -webkit-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
}
.gr-news-list .news-item .news-date .more-news:before {
    content: "";
    position: absolute;
    left: -16px;
    top: 0;
    widows: 100%;
    height: 100%;
    background: #363636;
}
.gr-news-list .news-item .news-date .more-news .icon-more-news {
    width: 16px;
    height: 7px;
    background: url(../images/icon-more-news.png) no-repeat -16px 0;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
}
.gr-news-list .news-item:hover .news-date .more-news {
    border-color: #00AEEF;
    background-color: #00AEEF;
}
.gr-news-list .news-item:hover .news-date .more-news .icon-more-news {
    background: url(../images/icon-more-news.png) no-repeat 0 0;
}
.gr-news-list .news-item .news-cont {
    float: left;
    margin-left: 100px;
    width: 705px;
    -webkit-transition: transform .5s;
    -o-transition: transform .5s;
    transition: transform .5s;
}
.gr-news-list .news-item:hover .news-cont {
    -webkit-transform: translateX(20px);
    -ms-transform: translateX(20px);
    -o-transform: translateX(20px);
    transform: translateX(20px);
}
.gr-news-list .news-item .news-cont h2 {
    font-size: 18px;
    color: #333;
    padding: 10px 0 20px;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
}
.gr-news-list .news-item:hover .news-cont h2 {
    color: #00AEEF;
}
.gr-news-list .news-item .news-cont p {
    font-size: 14px;
    color: #666;
    line-height: 1.8;
}
.gr-news-list .news-item .news-pic {
    float: right;
    width: 200px;
    height: 130px;
    overflow: hidden;
    text-align: center;
    background: #fff;
}

.footer {
    padding-top: 40px;
    background: #363636;
    color: #999999;
}
.footer a {
    color: #999999;
}
.footer a:hover {
    color: #00AEEF;
}
.links {
    padding-bottom: 50px;
    line-height: 2;
}
.links .links-tit {
    margin-right: 8px;
    width: 70px;
}
.links .cont {
    width: 1110px;
}
.links a {
    margin-right: 10px;
}
.foot-navlist li {
    float: left;
    margin-right: 70px;
}
.foot-navlist li h5 {
    font-size: 18px;
    margin-bottom: 20px;
}
.foot-navlist li a {
    display: block;
    margin-bottom: 10px;
}
.foot-qr {
    width: 130px;
    margin-right: 20px;
    margin-left: 170px;
    text-align: center;
    line-height: 34px;
}
.foot-info .tel {
    margin-bottom: 10px;
    width: 269px;
    height: 46px;
    background: url(../images/foot_tel.png) no-repeat center;
    font-size: 30px;
    font-weight: 600;
    padding-left: 46px;
    line-height: 35px;
}
.foot-info .detail {
    line-height: 2.2;
}
.foot-info .icon-foot {
    background: url(../images/sprite_foot.png) no-repeat;
    position: relative;
    width: 21px;
    height: 21px;
    margin-right: 12px;
}
.foot-info .icon-tel {
    background-position: 0 0;
}
.foot-info .icon-email {
    background-position: 1px -30px;
}
.foot-info .icon-addr {
    background-position: 2px -63px;
}





.footer .copyright {
    margin-top: 40px;
    height: 60px;
    line-height: 60px;
    text-align: center;
    border-top: 1px solid #717171;
}


/* 标题 */
.com-title{position: relative; margin-bottom: 40px; padding: 45px 0 20px; text-align: center;font-size: 32px;
color: #333;}
.com-title:before {
    content: "";
    position: absolute;
    left: 50%;
    bottom: 0;
    width: 56px;
    border-bottom: 1px solid #232323;
    margin-left: -28px;
}


/* 案例页面 */
.gr-case-list li {
    margin-bottom: 16px;
    height: 350px;
    background: #fff;
}
.gr-case-list li .pic,
.gr-case-list li .cont {
    width: 50%;
    height: 100%;
}
.gr-case-list li .cont {
    padding: 0 58px;
}
.gr-case-list li .cont .case-logo {
    padding-bottom: 20px;
    border-bottom: 1px solid #D2D2D2;
    margin-bottom: 20px;
}
.gr-case-list li .cont .des {
    line-height: 1.75;
}


/*定制*/
.odm-yz-list li {
    float: left;
    width: 25%;
    text-align: center;
    color: #333;
    font-size: 16px;
}
.odm-yz-list li .pic {
    display: inline-block;
    width: 94px;
    height: 94px;
    border-radius: 50%;
    margin-bottom: 22px;
    -webkit-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
}
.odm-yz .odm-yz-des {
    margin: 44px auto 0;
    width: 745px;
    text-align: center;
    line-height: 2;
}
.odm-ys-list {
    padding-top: 52px;
    width: 1250px;
}
.odm-ys-list li {
    position: relative;
    float: left;
    margin-bottom: 90px;
    margin-right: 20px;
    width: 386px;
    height: 317px;
    background: #fff;
    padding: 50px 38px;
}
.odm-ys-list li.col-two {
    width: 588px;
    height: 230px;
}
.odm-ys-list li .num {
    position: absolute;
    left: 40px;
    top: -52px;
    width: 187px;
    height: 83px;
    line-height: 83px;
    background: url(../images/odm_ys_bg.png) no-repeat center;
    color: #fff;
    padding-left: 30px;
}
.odm-ys-list li .num em {
    font-size: 60px;
    font-family: Impact;
}
.odm-ys-list li .num em.f-mi {
    font-size: 44px;
}
.odm-ys-list li .tit {
    margin-bottom: 10px;
    font-size: 24px;
    color: #333;
}
.odm-ys-list li .des {
    line-height: 2;
}
.odm-lc {
    text-align: center;
}
.zixun-bar a {
    display: inline-block;
    width: 164px;
    height: 50px;
    line-height: 50px;
    background: #999;
    color: #fff;
    font-size: 16px;
    margin: 0 10px;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
}
.zixun-bar a.bg-red {
    background: #CF0F2F;
}
.zixun-bar a:hover {
    opacity: 0.8;
}
.odm-faq-list {
    padding: 0 60px;
}
.odm-faq-list li {
    margin-top: 30px;
    font-size: 16px;
}
.odm-faq-list li .tit {
    margin-bottom: 10px;
    color: #00AEEF;
}
.odm-faq-list li .des {

}


/*关于*/
.gr-cate {
    text-align: center;
    font-size: 64px;
    line-height: 64px;
    font-size: 18px;
    border-bottom: 1px solid #E7E7E7;
}
.gr-cate a {
    display: inline-block;
    margin: 0 35px;
    height: 64px;
}
.gr-cate a.on {
    border-bottom: 6px solid #00AEEF;
}
.gr-about-content {
    padding: 60px 0 80px;
}
.gr-about-content .about-tit {
    text-align: center;
}
.gr-about-content .about-tit .tit {
    font-size: 24px;
    color: #333;
}
.gr-about-content .about-tit .tit-en {
    font-size: 16px;
}
.gr-about-list {
    margin-top: 35px;
    margin-bottom: 50px;
    text-align: center;
}
.gr-about-list li {
    position: relative;
    display: inline-block;
    padding-top: 35px;
    width: 151px;
    height: 151px;
    border-radius: 50%;
    /*background: #00AEEF;*/
    color: #fff;
    margin: 0 40px;
    font-size: 16px;
    line-height: 1.2;
}
.gr-about-list li .cover {
    position: absolute;
    left: 0;
    top: 0;
    z-index: -1;
    width: 151px;
    height: 151px;
    border-radius: 50%;
    background: #00AEEF;
    box-shadow: 0 0 20px rgba(0,0,0,0.2);
    -webkit-animation: pulse 2s 0s ease both infinite;
    -moz-animation: pulse 2s 0s ease both infinite;
    animation: pulse 2s 0s ease both infinite;
}
/*呼吸效果*/
@-webkit-keyframes pulse {
    from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
}
50% {
    -webkit-transform: scale3d(1.05, 1.05, 1.05);
    transform: scale3d(1.05, 1.05, 1.05);
}
to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
}
}
@keyframes pulse {
    from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
}
50% {
    -webkit-transform: scale3d(1.05, 1.05, 1.05);
    transform: scale3d(1.05, 1.05, 1.05);
}
to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
}
}
.gr-about-list li em {
    font-size: 36px;
    font-family: Impact;
}
.gr-about-intro .pic {
    margin-right: 42px;
    width: 520px;
    height: 317px;
    overflow: hidden;
}
.gr-about-intro .cont {
    line-height: 2;
}
.gr-about-intro .cont p {
    text-indent: 2em;
}
.about-culture .pic {
    margin-right: 90px; 
}
.about-culture .cont {
    line-height: 2;
}
.about-culture .cont h5 {
    position: relative;
    left: -10px;
    margin-bottom: 10px;
    padding-top: 30px;
    font-size: 22px;
    color: #333;
}
.about-environ-list {
    width: 1222px;
}
.about-environ-list li {
    float: left;
    width: 386px;
    margin-right: 21px;
    text-align: center;
}
.about-environ-list li .pic {
    width: 386px;
    height: 258px;
    line-height: 258px;
    overflow: hidden;
    font-size: 0;
    text-align: center;
}
.about-environ-list li .pic img {
    -webkit-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
}
.about-environ-list li:hover .pic img {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1);
}
.about-environ-list li .tit {
    height: 70px;
    line-height: 64px;
    font-size: 16px;
}
.gr-contact-tit {
    text-align: center;
}
.gr-contact-tit h3 {
    position: relative;
    padding-bottom: 25px;
    margin-bottom: 30px;
    font-size: 32px;
    color: #333;
}
.gr-contact-tit h3:before {
    content: "";
    position: absolute;
    left: 50%;
    bottom: 0;
    width: 52px;
    border-bottom: 4px solid #0097F7;
    margin-left: -26px;
}
.gr-contact-tit p {
    font-size: 20px;
}
.gr-contact-list {
    margin-top: 50px;
    text-align: center;
}
.gr-contact-list li {
    display: inline-block;
    padding: 0 50px;
}
.gr-contact-list li .tit {
    margin-top: 20px;
    font-size: 18px;
    /*color: #333;*/
}
.gr-contact-list li .pic {
    display: inline-block;
    width: 93px;
    height: 93px;
    border-radius: 50%;
    -webkit-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
}
.gr-contact-list li:hover .pic,
.odm-yz-list li:hover .pic {
    box-shadow: 0 0 30px rgba(0,0,0,0.3);
}


/*客服*/
#floatDivBoxs{width:150px;background:#fff;position:fixed;top:100px;right:0;z-index:999;}
#floatDivBoxs .floatDtt{width:100%;height:45px;line-height:45px; background:#00AEEF;color:#fff;font-size:18px;text-indent:22px;position:relative;}
#floatDivBoxs .floatDqq{padding:0 14px;}
#floatDivBoxs .floatDqq li{height:45px;line-height:45px;font-size:15px;border-bottom:1px solid #e3e3e3;}
#floatDivBoxs .floatDqq li a {display: block;}
#floatDivBoxs .floatDqq li img{float: left;margin-top: 10px;margin-left: 4px;margin-right: 15px;width: 25px;}
#floatDivBoxs .floatDtxt{font-size: 14px; color: #666; padding: 18px 20px 5px;}
#floatDivBoxs .floatDtel{padding: 0 0 15px 20px; font-size: 16px; color: #00AEEF;}
#floatDivBoxs .floatImg{text-align:center;padding:10px;background:#EBEBEB;}
#floatDivBoxs .floatImg img{margin-bottom:5px;}
#floatDivBoxs .floatDtel img{display:block;}
#floatDivBoxs .floatDbg{width:100%;height:20px;background:url(../images/online_botbg.jpg) no-repeat;box-shadow:-2px 0 3px rgba(0,0,0,0.25);}
.floatShadow{background:#fff;box-shadow:-2px 0 3px rgba(0,0,0,0.25);}
#rightArrow{width:50px;height:45px;background:url(../images/online_arrow.png) no-repeat #00AEEF;position:fixed;top:100px;right:150px;z-index:999;}
#rightArrow a{display:block;height:45px;}