@charset "utf-8";
@import url(normalize.css);
@import url(base.css);
@import url(font.css);

/* reset*/

html {
    font-size: 62.5%;
}

body {
    width: 100%;
    height: 100%;
    overflow-x: hidden;
    overflow-y: scroll;
    color: #393a45;
    font-size: 16px;
    font: 1.6rem/1.8 'Microsoft Yahei', Arial, sans-serif;
}

input,
textarea {
    margin: 0;
    padding: 0;
    outline: 0;
    border: 0;
    background: 0 0;
    vertical-align: middle
}

body,
button,
dd,
dl,
form,
h1,
h2,
h3,
h4,
h5,
ol,
p,
ul,
menu {
    margin: 0
}

ol,
ul,
menu {
    padding-left: 0;
    list-style-type: none
}

img {
    border: 0;
    vertical-align: middle;
}

a,
input,
select,
textarea {
    outline: 0;border: 0;
    star: expression(this.onFocus=this.blur());
}

a {
    outline: 0;
    color: #393a45;
    text-decoration: none;
    font-family: "微软雅黑";
    transition: 0.4s all
}

a:hover {
    color: #17b2bb
}

b,
i {
    font-style: normal
}

input,
b,
h1,
img,
span,
*:before,
*:after,
.arrs,
.mask2,
a.cateMore,
.media-box h5 {
    -moz-transition: all ease-in-out 0.35s;
    -webkit-transition: all ease-in-out 0.35s;
    -o-transition: all ease-in-out 0.35s;
    -ms-transition: all ease-in-out 0.35s;
    transition: all ease-in-out 0.35s;
}

a.more {
    transition-duration: .5s;
    -ms-transition-duration: .5s;
    -moz-transition-duration: .5s;
    -webkit-transition-duration: .5s;
}

input,
b,
h1,
img,
span,
*:before,
*:after,
.arrs,
.mask2,
a.cateMore,
.medi-box h5 {
    -moz-transition: all ease-in-out 0.35s;
    -webkit-transition: all ease-in-out 0.35s;
    -o-transition: all ease-in-out 0.35s;
    -ms-transition: all ease-in-out 0.35s;
    transition: all ease-in-out 0.35s;
}


/* common  */

.opc0 {
    opacity: 0;
}

.fix {
    *zoom: 1;
}

.fix:before,
.fix:after {
    content: "";
    display: table;
}

.fix:after {
    clear: both;
}

.dib {
    display: inline-block;
    *display: inline;
    *zoom: 1;
}

.pr {
    position: relative;
}

.pa {
    position: absolute;
}

.el {
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}

.eln {
    white-space: normal;
}

.btn {
    cursor: pointer;
}

.hide {
    display: none;
}

.arr {
    width: 0;
    height: 0;
    overflow: hidden;
}

.f_ewm {
    float: left;
    margin-right: 1em;
}

.clear {
    height: 1px;
    margin-top: -1px;
    clear: both;
    overflow: hidden;
}

.left {
    float: left;
}

.right {
    float: right
}



/*my header*/

.header {
    width: 100%;
    height: auto;
    overflow-x: hidden;
    position: relative;
    z-index: 1
}

.topbar {
    width: 100%;
    height: 40px;
    font-size: 1.4rem;
    color: #fff;
    line-height: 40px;
    background: #17b2bb;
    margin: 0 auto;
    overflow: hidden;
}

.topbar .s01 {
    padding-left: 26px;
    padding-right: 24px;
    border-right: 1px #45c1c9 solid;
    background: url(../images/toptel.jpg) left center no-repeat;
}

.topbar .s01 b {
    font-size: 1.6rem
}

.topbar .s02 {
    padding-left: 26px;
    margin-left: 20px;
    background: url(../images/topapi.jpg) left center no-repeat;
}

.topbox {
    width: 100%;
    height: auto;
    overflow: hidden;
    position: relative;
}

.menubox {
    width: 1135px;
    height: 104px;
    overflow: hidden;
    float: right;
}

.menubox li {
    width: 125px;
    line-height: 104px;
    text-align: center;
    float: left
}

.menubox li a {
    font-size: 1.6rem;
    color: #000;
    display: block;
}

.menubox li.selected a {
    color: #17b2bb;
    font-weight: bold;
}

.menubox li:hover a {
    color: #17b2bb;
    font-weight: bold;
}

button.nav-trigger {
    display: none;
    position: absolute;
    top: 50%;
    margin-top: -25px;
    right: 0.4vw;
    z-index: 20;
    height: 50px;
    width: 50px;
    padding: 0 12px;
    background: 0 0;
    border: 0;
    outline: 0;
}


}
.nav-trigger {
    transition: -webkit-transform .3s cubic-bezier(.86, 0, .07, 1);
    transition: transform .3s cubic-bezier(.86, 0, .07, 1)
}
.nav-icon {
    position: relative;
    top: 2px;
    right: inherit;
    display: block;
    width: 26px;
    height: 2px;
    background-color: #000;
    border-radius: 2.5rem;
    transition: all .3s;
}
.nav-icon:after,
.nav-icon:before {
    content: "";
    position: absolute;
    z-index: -1;
    display: block;
    height: 2px;
    width: 100%;
    border-radius: 2.5rem;
    background-color: #000;
    transition: all .3s
}
.nav-icon:before {
    top: 7px
}
.nav-icon:after {
    top: -7px
}
.navigation-is-visible .nav-trigger {
    -webkit-transform: translate3d(-84vw, 0, 0);
    transform: translate3d(-84vw, 0, 0)
}
.navigation-is-visible .nav-icon {
    background-color: transparent!important
}
.navigation-is-visible .nav-icon:before {
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    top: 0;
    background-color: #fff
}
.navigation-is-visible .nav-icon:after {
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    top: 0;
    background-color: #fff
}
.navBox {
    display: none;
    z-index: 999;
}
.nav_transform1 {
    background-color: #fc6a21
}
.nav_transform1 .navTop {
    position: absolute;
    top: 0px;
    display: none;
    height: 4px;
    background: #f89120;
}
.nav_transform1 .navTop {
    transition-duration: .5s;
    -ms-transition-duration: .5s;
    -moz-transition-duration: .5s;
    -webkit-transition-duration: .5s;
}
.nav_transform1 ul.navCont {}
.nav_transform1 ul.navCont li {
    position: relative;
    float: left;
    text-align: center;
}
.nav_transform1 ul.navCont li.last {
    margin-right: 0
}
.nav_transform1 ul.navCont li a {
    display: block;
    color: #fff;
    padding: 0.9rem 1.7rem;
    font-weight: bold;
}


/*my menu*/
.ftmenu {
    color: #7f7f7d;
    line-height: 2rem;
    text-align: center;
    z-index: 9999;
    padding-top: 1.5rem;
    position: relative;
}
.ftmenu img {
    max-width: 100%;
}
.ftmenu li {
    width: 100%;
    height: 9vh;
    line-height:9vh;
    text-align: center;
}
.ftmenu li a {
    color: #bcbcbc;
    font-size: 1.4rem;
    color: #fff;
    display: inline-block;
}
.ftmenu li a:hover {
    color: #17b2bb
}



/*my index css*/
.sect_tp {
    width: 100%;
    height: 70px;
    line-height: 70px;
    margin-top: -35px;
    position: relative;
}
.sect_tp .wrap {
    background: #fff;
    border-radius: 5px;
    box-shadow: 0 8px 15px rgba(0, 0, 0, 0.1);
    overflow: hidden;
}
.sect_tp .p01 {}
.sect_tp .p01 b {
    margin-left: 3rem;
    padding-left: 3rem;
    color: #000;
    background: url(../images/t_tuijian.png) left center no-repeat
}
.sect_tp .p01 a {
    color: #585858;padding-right: 3rem
}
.sect_tp .p01 a:hover {
    color: #17b2bb;
    text-decoration: underline;
}
.sect_tp .p02 {
    color: #17b2bb;
    font-size: 2.2rem
}
.sect_tp .p02 span {
    background: url(../images/in_tel.png) left center no-repeat;
    color: #010101;
    font-size: 1.6rem;
    padding-left: 4.2rem
}
.sect_pro {
    height: auto;
    overflow: hidden;
    padding: 1.4rem 0 2rem 0
}
.sect_pro .pbox {
    width: 785px;
    height: auto;
    overflow: hidden;
    margin: 0 auto;
    text-align: center;
}
.sect_pro .pbox a {
    display: inline-block;
    line-height: 60px;
    height: 60px;
    color: #000;
    border: 1px #d7d7d7 solid;
    width: 142px;
    padding: 0 30px;
    margin: 0 0.4rem;
    float: left;
}
.sect_pro .pbox a:nth-child(2){width: 276px}
.sect_pro .pbox a:hover{background: #17b2bb;border: 1px #17b2bb solid;color: #fff}
.sect_pro .pbox b {
    color: #17b2bb;
    font-size: 2.2rem
}
.sect_pro .pbox a:hover b{color: #fff}
.sect_pro .pbox .pic {
    width: 20px;
    height: 60px;
    display: inline-block;
}
.sect_pro .pbox .btn01{background: url(../images/more01.png) center no-repeat;}
.sect_pro .pbox .btn02{background: url(../images/ptel01.png) center no-repeat;}
.sect_pro .pbox .btn03{background: url(../images/ptel02.png) center no-repeat;}
.sect_pro .pbox a:hover .btn01{background: url(../images/more01h.png) center no-repeat;}
.sect_pro .pbox a:hover .btn02{background: url(../images/ptel01h.png) center no-repeat;}
.sect_pro .pbox a:hover .btn03{background: url(../images/ptel02h.png) center no-repeat;}
.sect_honor {
    height: auto;
    padding: 1rem 0;
    background: url(../images/honor.jpg) center no-repeat;
    background-size: 100% 100%;
    overflow: hidden;
}
.sect_honor .pbox {
    text-align: center;
    padding: 4rem 0;
}
.sect_honor .pbox a {
    display: inline-block;
    line-height: 60px;
    height: 60px;
    color: #fff;
    border: 1px #d7d7d7 solid;
    padding: 0 45px;
    margin: 0 4px;
}
.sect_honor .pbox b {
    color: #17b2bb;
    font-size: 22px
}
.sect_honor .pbox .pic {
    width: 48px;
    height: 60px;
    display: inline-block;
}
.sect_honor .pbox .bt01{background: url(../images/more02.png) right center no-repeat;}
.sect_honor .pbox .bt02{background: url(../images/more02.png) right center no-repeat;}
.sect_honor .pbox a:hover .bt01{background: url(../images/more01.png) right center no-repeat;}
.sect_honor .pbox a:hover .bt02{background: url(../images/more01.png) right center no-repeat;}
.sect_honor .pbox a:hover{background: #fff;color: #17b2bb;border: 1px #fff solid}
.sect_news {
    height: auto;
    overflow: hidden;
    background: #f8f8f8;
    padding: 4rem 0 6rem 0;
}
.sect_news .ntitle {
    width: 100%;
    height: 8rem;
    line-height: 8rem;
    font-size: 2.6rem;
    background: url(../images/line2.jpg) left bottom no-repeat;
}
.sect_news .ntitle span {
    color: #17b2bb;
    font-weight: bold;
    padding-right: 2rem
}

.sect_us {
    height: auto;
    overflow: hidden;
    padding: 1rem 0 2rem 0
}
.news01 {
    height: auto;
    overflow: hidden;
}
.news01 li {
    width: 100%;
    height: auto;
    line-height: 2.7rem;
    color: #696969;
    overflow: hidden;
}
.news01 li img {
    width: 100%;
    height: 214px;
    background: #fff;
}
.news01 li span {
    color: #000;
    line-height: 4rem;
    padding-top: 2rem;
    display: block;
}
.news01 li span:hover{color: #17b2bb}
.news02 {
    height: auto;
    overflow: hidden;
    padding-left: 1rem
}
.news02 li {
    width: 100%;
    height: auto;
    line-height: 2.5rem;
    color: #696969;
    padding-bottom: 2.3rem;
    overflow: hidden;
}
.news02 li img {
    width: 100%;
    height: auto;
    float: left;
}
.news02 li span {
    color: #161616;
    line-height: 2.8rem;
    display: block;
}
.news02 li span:hover{color: #17b2bb}
.news02 li b {
    display: block;
    color: #161616
}
.news02 li:last-child {
    padding-bottom: 0
}
.news03 {
    padding-left: 1rem;
    height: auto;
    padding-top: 20px;
    overflow: hidden;
}
.news03 li {
    width: 100%;
    height: 56px;
    line-height: 56px;
    border-bottom: 1px #cccccc solid;
    overflow: hidden;
}
.news03 li span {
    float: right;
    color: #161616;font-weight: bold;
}
.news04 {
    width: 100%;
    height: auto;
    overflow: hidden;
}
.news04 li {
    width: 100%;
    height: auto;
    color: #656464;
    border-bottom: 1px #c6c6c6 dotted;
    padding: 2.5rem 0 3rem 0;
    overflow: hidden;
}
.news04 li span {
    width: 24px;
    height: 24px;
    line-height: 24px;
    text-align: center;
    color: #fff;
    background: #17b2bb;
    display: inline-block;
    margin-right: 5px
}
.news04 li a {
    color: #0c0c0c;
    padding-bottom: 2rem;
    display: block;
}
.news04 li a:hover{color: #17b2bb}
.news04 li:last-child {
    border: none;
}

.honorlist{padding: 0 2%}
.honorlist li{line-height: 4rem}
.honorlist li .indiv{display:block;text-align: center;margin-bottom:20px;width: 100%;position: relative;background: #fff}
.honorlist li .indiv .npic{border:0px;background: #fff;padding-top:8px;}
.honorlist li .indiv .npic img{max-width: 100%;height: 200px;margin: 0 auto}

.sect_case {
    height: auto;
    overflow: hidden;
    padding: 3rem 0;
}
.intitle {
    padding-top: 2rem
}
.intitle .p01 {
    width: 20rem;
    height: 6.2rem;
    color: #17b2bb;
    font-weight: bold;
    font-size: 3.2rem;
    text-align: center;
    margin: 0 auto;
    background: url(../images/dot.png) bottom center no-repeat;
}
.intitle .p02 {
    width: 1300px;
    color: #8c8c8c;
    line-height: 2.3rem;
    text-align: center;
    margin: 0 auto;
    padding: 1rem 0 3rem 0
}
.intitle .p02 a {
    padding: 0 2rem;
    color: #8c8c8c;
    display: inline-block;
}
.intype {
    height: auto;
    overflow: hidden;
    padding: 0.5rem 0;
    text-align: center;
    border: 1px #d7d7d7 solid
}
.intype a {
    color: #000;
    font-weight: bold;
    padding: 0 2rem;
}
.intype a:hover {
    color: #17b2bb;
}
.intype a.cur {
    color: #17b2bb
}
#mysubmenu .cur {
    color: #17b2bb
}




.sect_pro .gdbox {
    width: 100%;
    height: 360px;
    padding-top: 38px;
    overflow: hidden;
}
.sect_honor .gdbox {
    padding: 0 6rem;
    height: 380px;
    overflow: hidden;
}
.content-slider li {
    width: 333px;
    height: 360px;
    margin-right: 17px;
    color: #8d8d8d;
    text-align: center;
    position: relative;
    float: left;
    overflow: hidden;
}


.content-slider li .imgbox {
    width: 331px;
    height: 250px;
    border: 1px #d7d7d7 solid;
    overflow: hidden;
}
.content-slider li .imgbox img {
    width: 331px;
    height: 250px;
}
.content-slider span {
    color: #000;
    line-height: 2rem;
    padding-top: 1rem;
    display: block;
}


/*my index honor*/
.content-slider2 li {
    width: 274px;
    height: 380px;
    margin: 0px 20px;
    color: #8d8d8d;
    text-align: center;
    position: relative;
    float: left;
    overflow: hidden;
}

.content-slider2 li .imgbox {
    width: 272px;
    height: 380px;
    border: 1px #d7d7d7 solid;
    overflow: hidden;
}
.content-slider2 li .imgbox img {
    width: 272px;
    height: 380px;
}
.honorbox{width: 1280px;margin: 0 auto}
.honorbox li{list-style: none;padding-bottom: 1rem}
.honorbox li img{width: 100%}

/*my footer css*/
.footer {
    background: #292929;
    color: #bcbcbc;
    line-height: 42px;
    padding: 3rem 0 5rem;
    position: relative;
    z-index: 
}
.footer a {
    color: #bcbcbc;
}
.footer a:hover {
    color: #18abb5;
}
.footer span {
    color: #18abb5;
    font-size: 22px;
    line-height: 66px;
    height: 66px;
    background: url(../images/line.jpg) left bottom no-repeat;
    display: block;
}
.footer p {
    padding-top: 15px;
}
.footer p a{padding-right: 3rem}
.footer .ftapi {
    padding-top: 64px;
}
.footer .ftapi img {
    max-width: 100%;
    float: right;
}
.fticp {
    height: 56px;
    background: #292929;
    color: #bcbcbc;
    line-height: 56px;
    border-top: 1px #383838 solid;
}
.fticp a {
    color: #bcbcbc;
}
.fticp a:hover {
    color: #18abb5;
}


/*my newsindex*/
.mlist {
    width: 100%;
    height: auto;
    overflow: hidden;
}
.mlist li {
    padding:1.5rem 1rem;
    color: #8f8d85;
    font-size: 1.4rem;
    background: #fff;
    overflow: hidden;
    margin: 1.2rem 0;position: relative;
}

.mlist li .t {
    display: block;
    color: #222222;
    line-height: 5rem;
}
.mlist li .imgbox{padding-left:2rem;}
.mlist li .imgbox img{max-width: 100%}
.mlist li .imgbox{padding-left:3rem;padding-right: 1rem}
.mlist li .date{text-align: center;padding-left: 2rem}
.mlist li .date i{font-size: 38px;font-weight: bold;display: block;color: #000;}
.mlist li .date:before{display: block;content: '';position:absolute;width: 1px;top: -100px;bottom: -100px;left:0;background-color: #dcdcdc;}
.mlist li .timebox{position: relative;}
.mlist li .t:hover {
    color: #17b2bb;
    padding-left: 10px
}
.mlist li .t span {
    padding-right: 0.9rem
}
.mlist li .more2 {
    color: #6c2923;
    font-size: 0.9rem;
    padding-top: 0.4rem;
    display: block;
}
.mlist li .more2 span {
    width: 1rem;
    height: 1rem;
    line-height: 0.9rem;
    text-align: center;
    border-radius: 50%;
    background: #6c2923;
    margin-left: 0.4rem;
    color: #fff;
    display: inline-block;
}
.mlist li .more2:hover {
    text-decoration: underline;
}



/*my contact list*/
.inlx {
    line-height: 60px;
    height: 60px;
    color: #000;
    margin: 10px 0
}
.inlx .bd {
    border: 1px #d7d7d7 solid;
    padding: 0 30px
}
.inlx .bd .pic {
    width: 50px;
    height: 60px;
    display: inline-block;
    float: left;
}

/*about us*/
.box{padding: 4%;background: #fff}
.index_{padding-top: 3rem;padding-bottom: 3rem}


/*newsbox*/
.new-box {
    margin-bottom: 1rem;
}
.new-box li {
    background-color: #f7f7f7;
    line-height: 45px;
    border-bottom: 1px solid #d2d2d2
}
.new-box li .iconDetail {
    float: left;
    color: #fff;
    background-color: #0d62be;
    width: 45px;
    height: 45px;
    text-align: center;
    cursor: pointer;
    position: relative;
}
.new-box li .iconDetail:after {
    position: absolute;
    display: block;
    content: '+';
    width: 24px;
    height: 24px;
    line-height: 24px;
    font-size: 24px;
    left: 50%;
    top: 50%;
    margin-top: -12px;
    margin-left: -12px;
    -webkit-transition: -webkit-transform 0.3s ease, background 0.3s ease;
}
.new-box li.open .iconDetail:after {
    content: '-'
}
.new-box li a {
    padding: 0 10px;
    display: block;
    float: left;
}
.new-box .licont {
    background-color: #f0f0f0;
    padding: 10px 10px 10px 55px;
    color: #5b5b5b;
    border-bottom: 1px solid #d2d2d2;
    display: none;
    height: 70px;
    overflow: hidden;
}
.news-box {
    position: relative;
    padding: 1rem;
    overflow: hidden;
    margin-bottom: 1rem;
    background: #fff;
}
.news-box .news_time .date {
    text-align: center;
    padding: 0;
    position: relative;
    padding-left: 15px
}
.news-box .news_time .date:before {
    display: block;
    content: '';
    position: absolute;
    width: 1px;
    top: -100px;
    bottom: -100px;
    left: 0;
}
.news-box .news_time .date i {
    font-size: 38px;
    font-weight: bold;
    display: block;
    color: #000
}
.news-box .news_cont h5 {
    font-size: 1rem;
    font-weight: normal;
    padding-bottom: 6px
}
.news-box .news_cont h5 a {
    color: #363535;
    display: block;
    position: relative;
}
.news-box .news_cont h5 a:after {
    display: block;
    content: '';
    position: absolute;
    width: 20%;
    height: 1px;
    background-color: #2b2a2a;
}
.news-box.on .news_cont h5 a:after {
    width: 40%;
}
.news-box .news_cont p {
    padding: 5px 0 10px 0;
    font-size: 0.875rem;
    text-align: justify;
}
.news-box a.more {
    border: 1px solid #d2d2d2;
    color: #000;
    padding: 3px 15px;
    display: inline-block;
}
.news-box a.more:hover {
    background: #1ba975;
    color: #fff
}
/*my about us*/
.sect_inner{background: #f3f1f1}
.aboutBox {
    padding-left: 2rem
}
.box img{max-width: 100%}
.aboutBox h2 {
    color: #18b2bc;
    font-size:4.5rem;
    line-height: 4rem;
    text-align: center;
    font-family: 'arial';
    text-transform: uppercase;
}
.aboutBox h4 {
    color: #18b2bc;
    font-size: 2.5rem;
    text-align: center;
    font-weight: normal;
}
.aboutBox .p {
    color: #262626;
    line-height:3rem;
    text-indent: 2em;
    padding: 2rem 0;
   /* font-size: 1.6rem*/
}



/* 导航 */
.nav {
    height: 95px;
    position: absolute;
    top: 0px;
    right: 0px;
}
.nav .nLi {
    float: left;
    display: inline;
    position: relative;
}
.nav .nLi h3 {
    float: left;
    font-weight: normal;
}
.nav .nLi h3 a {
    height: 95px;
    line-height: 95px;
    padding: 0px 13px;
    display: block;
    text-align: center;
    font-size: 16px;
}
.nav .nLi h3 a:hover {
    color: #fff;
    background: #FF8901;
}
.nav .selectli h3 a {
    color: #fff;
    background: #FF8901;
}
.nav .on h3 a {
    color: #fff;
    background: #FF8901;
}
.nav .sub {
    display: none;
    width: 90px;
    left: 0px;
    top: 95px;
    position: absolute;
    z-index: 9999;
    padding: 5px 0;
    background-color: #fff;
    transition: opacity 0.3s ease-in-out;
    -moz-transition: opacity 0.3s ease-in-out;
    -webkit-transition: opacity 0.3s ease-in-out;
    -o-transition: opacity 0.3s ease-in-out;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
    -o-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
    -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
}
.nav .sub li {
    zoom: 1;
    border-bottom: solid 1px #f1f1f1;
    height: 32px;
    line-height: 32px;
}
.nav .sub a {
    display: block;
    padding: 0 10px;
    font-size: 14px;
    transition: padding 0.2s ease-in-out;
    -moz-transition: padding 0.2s ease-in-out;
    -webkit-transition: padding 0.2s ease-in-out;
    -o-transition: padding 0.2s ease-in-out;
}
.nav .sub a:hover {
    color: #FF8901;
}
.sub li:hover>a {
    padding-left: 18px;
}
.nav .sub li.selectli a {
    color: #FF8901;
}
#sub1 {
    width: 480px;
    left: -200px;
}
#sub1 li {
    width: 200px;
    margin: 0px 20px;
    float: left;
}


.wapNavBtn {
    display: none;
    position: absolute;
    top: 58px;
    right: 32px;
    cursor: pointer;
    animation: transform .6s ease-in-out 0s both;
    -moz-animation: transform .6s ease-in-out 0s both;
    -webkit-animation: transform .6s ease-in-out 0s both;
    -o-animation: transform .6s ease-in-out 0s both;
}



/*my banner*/
.banner {
    width: 100%;
    height: 215px;
    background: url(../images/banner.jpg) center no-repeat #f8f6f6;
    background-size: auto 100%;
    overflow: hidden;
    position: relative;
}
.banner span{width: 100px;left: 50%;top:50%;margin-left: 80px;margin-top: -20px;font-size: 22px;text-align: center;color: #fff;background: #17b2bb;display: block;line-height: 40px;padding: 0 2rem;position: relative;}
.banner .p01 {
    color: #000;
    font-size: 3.6rem;
}
.banner .p02 {
    color: #000;
    line-height: 2.7rem;
    color: #898787
}
.banner .p03 {}
.banner .p03 .more {
    width: 50px;
    height: 172px;
    float: right;
    margin-right: 50px;
    background: url(../images/more.png) center no-repeat
}
.banner .p03 .more:hover {
    background: url(../images/moreh.png) center no-repeat;
    margin-right: 40px
}

/*my piclist*/
.piclist {
    padding: 0rem 0 2rem 0
}
.piclist li {
    height: auto;
    background: #f4f4f4;
    margin-top: 3rem;
    overflow: hidden;
}
.piclist li .imgbox {
    background: #dddddd
}
.piclist li .imgbox img {
    max-width: 100%;max-height: 100%;vertical-align: middle;
}
.piclist li .txtbox {
    padding: 1rem 1rem;
    height: auto;
    color: #868686;
    padding-bottom: 3.4rem;
    overflow: hidden;
}
.piclist li .txtbox span {
    color: #000;
    display: block;
}
.piclist li .btnbox {
    width: 95%;
    height: 40px;
    text-align: center;
    line-height: 40px;
    color: #000;
    font-size: 1.6rem;
    border: 1px #bababa solid;
    margin: 0 auto;
    margin-top: 1rem
}
.piclist li .btnbox a {
    width: 135px;
    display: inline-block;
}
.newslist {
    padding-top: 16px;
    float: left;
    overflow: hidden;
}
.newslist li {
    padding: 0px 5px 0px 5px;
    overflow: hidden;
    height: 35px;
    line-height: 35px;
}
.newslist li a {
    margin-left: 13px;
}
.newslist li a:hover {
    text-decoration: underline;
}

.notice {
    background: #20B4D2;
    padding-bottom: 55px;
}
.notice_p1 {
    height: 81px;
    line-height: 81px;
    background: #35CAE9;
    overflow: hidden;
}
.notice_p1 a {
    color: #fff;
}
.notice_a1 {
    float: left;
    margin-left: 25px;
}
.notice_p1 .more_01 {
    margin-right: 25px;
}
.noticelist {
    padding-top: 16px;
    overflow: hidden;
}
.noticelist li {
    padding: 0px 5px 0px 5px;
    color: #fff;
    overflow: hidden;
    height: 35px;
    line-height: 35px;
}
.noticelist li a {
    color: #fff;
    margin-left: 13px;
}
.noticelist li a:hover {
    text-decoration: underline;
}


/* 内页 */
.left_side {
    width: 300px;
    float: right;
    display: inline;
    margin-top: 30px;
}
.right_side {
    width: 870px;
    height: 100%;
    overflow: hidden;
    float: left;
    display: inline;
    margin-top: 30px;
}
.right_title {
    height: 81px;
    line-height: 81px;
    background: url(../images/pbg1.jpg) repeat-x bottom;
    overflow: hidden;
}
.right_title_left {
    float: left;
    width: 90px;
    height: 81px;
    background: url(../images/pbg2.jpg) no-repeat bottom;
    font-size: 20px;
    font-weight: bold;
}
.right_title_right {
    float: right;
    margin-right: 10px;
    display: inline;
}
.right_title_right a {}
.right_title_right a:hover {
    text-decoration: underline;
}
.right_title_right_sp1 {
    width: 14px;
    height: 13px;
    background: url(../images/page_icon.png) no-repeat;
    float: left;
    margin-top: 36px;
    margin-right: 5px;
}
.right_title_right_sp2 {
    float: left;
}
.right_content {
    padding: 20px 0px 10px 0px;
}




/* 新闻 */
#indexNews {
    padding: 5px 0px;
}
#indexNews li {
    border-bottom: #D9D9D9 1px dotted;
    padding: 10px 5px 10px 5px;
}
.indexNewsd1 {
    font-size: 16px;
    font-weight: bold;
}
.indexNewsd1 i {
    margin-top: 0px;
    margin-right: 15px;
}
.indexNewssp1 {
    float: right;
    text-align: right;
}
#indexNews li a:hover {
    color: #FF8901;
}
#indexNews li a:hover i {
    animation: swing 1s;
}
.indexNewsp1 {
    padding: 6px 3px;
    color: #666;
    font-size: 14px;
}
.page {
    width: 100%;
    padding: 30px 0;
    text-align: center;
}
.page a {
    display: inline-block;
    height: 18px;
    line-height: 18px;
    border: 1px solid #dbdbdb;
    padding: 0 2px 0;
}
.page a:hover {
    background: #404040;
    color: #fff;
    border: none;
    height: 20px;
    line-height: 20px;
    padding: 0 3px 0;
}
.page .current {
    height: 18px;
    line-height: 18px;
    padding: 0 10px;
    background: #404040;
    color: #fff;
}





/*
 * 分页
 */
div.digg {
    padding: 5px;
    margin: 10px;
    text-align: center;
    float: right;
    display: inline;
}
div.digg a {
    border: #aaaadd 1px solid;
    padding: 3px 5px;
    margin: 10px 3px;
    color: #585858;
    text-decoration: none;
    float: left;
}
div.digg a:hover {
    border: #585858 1px solid;
    color: #000;
}
div.digg a:active {
    border: #585858 1px solid;
    color: #000;
}
div.digg span {
    float: left;
}
div.digg span.current {
    border: solid 1px #585858;
    padding: 3px 5px;
    font-weight: bold;
    margin: 10px 3px;
    color: #fff;
    background-color: #585858;
}
div.digg span.disabled {
    border: #eee 1px solid;
    padding: 3px 5px;
    margin: 10px 3px;
    color: #ddd;
}
div.digg select {
    border: #aaaadd 1px solid;
    padding: 3px 0px;
    float: left;
}





/*
 * 内页详情
 */
#newTitle {
    line-height: 40px;
    text-align: center;
}
#newsInfo {
    height: 30px;
    line-height: 30px;
    text-align: center;
    padding-bottom: 1rem;
    border-bottom: solid 1px #f1f1f1;
    margin: 10px;
}
.newsinfoleft {
    padding-left: 30px;
}
#newsInfo i {
    margin-right: 5px;
}
#infoImage {
    width: 100%;
    text-align: center;
    margin: 10px 0 10px 0;
    position: relative;
}
#infoImage .pinfol {
    width: 52px;
    height: 100px;
    background: url(../images/plf.png) center no-repeat;
    left: 2%;
    top: 50%;
    margin-top: -50px;
    position: absolute;
}
#infoImage .pinfor {
    width: 52px;
    height: 100px;
    background: url(../images/prt.png) center no-repeat;
    right: 2%;
    top: 50%;
    margin-top: -50px;
    position: absolute;
}
#infoImage img {
    max-width: 100%;
    padding: 3px;
    border: #dcdcdc solid 1px;
}
#newsContent {
    margin: 0 auto;
    padding: 2%;
    line-height: 3rem;
    text-align: left;
}
#newsContent img {
    max-width: 100%;
    text-indent: 0em;
}
#newsContent div {
    text-indent: 2em;
}
.contactus {
    height: auto;
    line-height: 30px;
    text-align: left;
}
#company_main {
    margin: 0 auto;
    line-height: 30px;
    padding: 10px;
}
#company_main img {
    max-width: 100%;
}
#company_main a {
    text-decoration: underline;
}
#newsContent div.alink {
    padding: 5px;
    margin: 0 auto;
    text-indent: 0em;
}
.recruit_info_tit_bg {
    height: 40px;
    background: #f8f8f8;
    border-radius: 2px;
    margin: 0px auto;
}

.recruit_info_tit_bg .recruit_info_tit {
    width: 130px;
    height: 40px;
    border-top-left-radius: 2px;
    border-bottom-left-radius: 2px;
    background: #17b2bb;
    color: #ffffff;
    text-align: center;
    line-height: 40px;
}





/*Related*/
.related {
    padding: 10px 0px;
    float: left;
}
.related p {
    height: 25px;
    font-weight: bold;
    border-bottom: solid 1px #F1F1F1;
}
.related ul {
    width: 100%;
    padding: 10px 0px;
    float: left;
}
.related ul li {
    width: 50%;
    height: 30px;
    line-height: 30px;
    float: left;
}
.related ul li b {
    float: left;
}
.related ul li a {
    float: left;
    margin-left: 5px;
    display: inline;
    color: #666;
}
.related ul li a:hover {
    color: #FF8901;
}




/*上一条下一条*/
#prev_next {
    margin: 10px 10px;
    clear: both;
    overflow: hidden;
}
#prev_next li {
    margin: 10px 0;
}
#prev_next li i {
    margin-right: 5px;
}
#prev_next li a:hover {
    color: #FF4E00;
}





/*******************************message css start***************************************/
.message_ul {
    margin: 0px auto;
    float: left;
    padding: 10px;
}
.message_ul li {
    float: left;
    width: 100%;
    margin: 5px 0px;
}
.message_ul li label {
    width: 80px;
    float: left;
    text-align: right;
    margin-top: 4px;
}
.message_ul li b {
    margin-top: 5px;
    float: left;
}
.G_textarea {
    width: 450px;
    height: 100px;
    border: 1px solid #dedede;
    padding: 3px;
    float: left;
}
.G_InputText {
    width: 250px;
    height: 30px;
    line-height: 28px;
    border: 1px solid #dedede;
    padding: 3px;
    float: left;
    border-radius: 2px;
}
.yanzheng {
    width: 100px;
    height: 25px;
    border: 1px solid #dedede;
    padding: 3px;
}
.But {
    width: 80px;
    height: 31px;
    line-height: 31px;
    background: #20B4D2;
    border-radius: 2px;
    text-align: center;
    margin-top: 14px;
    margin-left: 5px;
    color: #FFF;
    cursor: pointer;
    transition: all 1s;
    -webkit-transition: all 1s;
    -moz-transition: all 1s;
    -o-transition: all 1s;
    border: 0px;
}
.But:hover {
    background: #FF8901;
}
.G_tips {
    width: 486px;
    line-height: 28px;
    margin: 30px 65px;
    border: 1px solid #dedede;
    padding: 3px 7px 7px 7px;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    box-shadow: 0px 0px 3px rgba(0, 0, 0, .1);
    -webkit-box-shadow: 0px 0px 3px rgba(0, 0, 0, .1);
    -moz-box-shadow: 0px 0px 3px rgba(0, 0, 0, .1);
}
.red {
    color: #ff0000;
}

@media(min-width:768px) {
    .footernav { display: none;}
}