﻿/*common nav start*/

.nav {
    width: 100%;
    height: 65px;
    margin: 0 auto;
    background:#0D161F;
    transition: top .3s;
    -moz-transition: top .3s;
    -webkit-transition: top .3s;
    -o-transition: top .3s;
    position: fixed;
    left: 0px;
    top: 0px;
    z-index: 9999;
    min-width: 1200px;
    border-bottom: 1px solid #575C61;
}

.nav_fixed {
    position: fixed;
    left: 0px;
    top: 0px;
    z-index: 9999;
    min-width: 1200px;
}

.gizle {
    top: -65px;
}

.sabit {
    top: 0;
    z-index: 9999;
}

.nav-warp {
    width: 1200px;
    height: 65px;
    margin: 0 auto;
}

.nav-log {
    width: 200px;
    height: 65px;
    float: left;
}

.nav-menu {
    height: 65px;
    float: right;
    /*line-height:65px;*/
    border-right: 1px solid #333;
}

.nav-menu-li {
    float: left;
    text-align: center;
    width: 146px;
    height: 65px;
}

.nav-menu-a {
    color: #fff;
    font-size: 13px;
    font-weight: 100;
    display: block;
    float: left;
    width: 100%;
    border-left: 1px solid #333;
    height: 65px;
}

.nav-menu-a-cut {
    background: #FF6600;
    color: #fff;
    font-size: 13px;
    font-weight: 100;
    display: block;
    float: left;
    width: 100%;
}

.nav-menu-a span {
    display: inline-block;
    width: 100%;
    height: 24px;
    overflow: hidden;
    background: url(../images/menu_ico.png) no-repeat;
    margin-top: 10px;
    margin-bottom: 3px;
}

.nav-menu-a span.ico01 {
    background-position: 60px 0px;
}

.nav-menu-a span.ico02 {
    background-position: 60px -169px;
}

.nav-menu-a span.ico03 {
    background-position: 60px -95px;
}

.nav-menu-a span.ico04 {
    background-position: 60px -241px;
}

.nav-menu-a span.ico05 {
    background-position: 60px -23px;
}

.nav-menu-a span.ico06 {
    background-position: 60px -360px;
}

.public_h {
    height: 65px;
    width: 100%;
    margin: 0 auto;
    background: url(../images/nav-bg.png) repeat;
}

.select_menu {
    width: 100%;
    margin: 0 auto;
    background: url(../images/bg5.png) repeat;
    display: none;
    position: relative;
    z-index: 999999;
}

.select_menu_box {
    width: 1200px;
    margin: 0 auto;
    overflow: hidden;
    padding-bottom: 40px;
    position: relative;
    z-index: 999999;
}

.select_menu_li1 {
    width: 472px;
    float: left;
    overflow: hidden;
    text-align: center;
    margin-top: 40px;
}

.select_menu_li2 {
    width: 147px;
    float: left;
    border-left: 1px solid #E4E4E4;
    text-align: center;
    margin-top: 40px;
}

.select_menu_li3 {
    width: 140px;
    float: left;
    border-left: 1px solid #E4E4E4;
    text-align: center;
    margin-top: 40px;
}

.select_menu_li6 {
    width: 140px;
    float: left;
    text-align: center;
    margin-top: 40px;
}

.select_menu_li2 a {
    display: inline-block;
    float: left;
    text-align: left;
    width: 127px;
    margin-left: 20px;
    margin-bottom: 20px;
    font-size: 14px;
    color: #000;
}

.select_menu_li2 a:first-child {
    margin-top: 20px;
}

.select_menu_li2 a:hover {
    color: #FF6600;
    font-weight: 600;
}

.select_menu_li3 a {
    display: inline-block;
    float: left;
    text-align: left;
    width: 120px;
    margin-left: 20px;
    margin-bottom: 20px;
    font-size: 14px;
    color: #000;
}

.select_menu_li3 a:first-child {
    margin-top: 20px;
}

.select_menu_li3 a:hover {
    color: #FF6600;
    font-weight: 600;
}

.select_menu_li6 p {
    display: inline-block;
    width: 100%;
    float: left;
    color: #333333;
    font-size: 15px;
    line-height: 22px;
}

.select_menu_li6 p:first-child {
    margin: 20px 0;
}

.select_menu_li1 div {
    width: 100%;
    float: left;
    margin-top: 108px;
}


/*common nav end*/


/*list page start*/

.pages {
    width: 100%;
    margin: 0 auto;
    text-align: center;
    color: #000;
    font-size: 12px;
    margin-top: 60px;
    margin-bottom: 60px;
}

.pages a {
    padding: 12px 25px;
    color: #000;
    font-size: 12px;
    border: 1px solid #CCCCCC;
    margin-left: 5px;
    border-radius: 5px;
	display:inline-blcok;
}

.pages a:first-child {
    padding: 12px 40px;
    color: #000;
    font-size: 12px;
    border: 1px solid #CCCCCC;
    margin-left: 5px;
    border-radius: 5px;
}

.pages a:last-child {
    padding: 12px 40px;
    color: #000;
    font-size: 12px;
    border: 1px solid #CCCCCC;
    margin-left: 5px;
    border-radius: 5px;
}

.pages span {
    padding: 12px 25px;
    color: #fff;
    font-size: 12px;
    border: 1px solid #FF6600;
    margin-left: 5px;
    background: #FF6600;
    border-radius: 5px;
    font-weight: 600;
}

.pages > b{
    padding: 12px 25px;
    color: #fff;
    font-size: 12px;
    border: 1px solid #FF6600;
    margin-left: 5px;
    background: #FF6600;
    border-radius: 5px;
    font-weight: 600;
	display:inline-block;
}

.pages a:hover {
    background: #FF6600;
    color: #fff;
    border: 1px solid #FF6600;
}


/*list page end*/


/*清除浮动*/

.clear {
    clear: both;
}


/*index banner start*/

.banner {
    width: 100%;
    height: 735px;
    margin: 0 auto;
    position: relative;
}


/* flexslider */

.flexslider {
    position: relative;
    height: 735px;
    overflow: hidden;
    background: url(../images/loading.gif) 50% no-repeat;
}

.slides {
    position: relative;
    z-index: 1;
}

.slides li {
    height: 735px;
}

.flex-control-nav {
    position: absolute;
    bottom: 30px;
    z-index: 2;
    width: 100%;
    text-align: center;
}

.flex-control-nav li {
    display: inline-block;
    width: 15px;
    height: 15px;
    margin: 0 8px;
    *display: inline;
    zoom: 1;
}

.flex-control-nav a {
    display: inline-block;
    width: 15px;
    height: 15px;
    line-height: 60px;
    overflow: hidden;
    background: url(../images/dot.png) right 0 no-repeat;
    cursor: pointer;
}

.flex-control-nav .flex-active {
    background-position: 0 0;
}

.flex-direction-nav {
    position: absolute;
    z-index: 3;
    width: 100%;
    top: 45%;
}

.flex-direction-nav li a {
    display: block;
    width: 50px;
    height: 50px;
    overflow: hidden;
    cursor: pointer;
    position: absolute;
}

.flex-direction-nav li a.flex-prev {
    left: 40px;
    background: url(../images/prev.png) center center no-repeat;
}

.flex-direction-nav li a.flex-next {
    right: 40px;
    background: url(../images/next.png) center center no-repeat;
}

.arrow {
    opacity: 1;
    animation: arrow 3s cubic-bezier(0.5, 0, 0.1, 1) infinite;
    -webkit-animation: arrow 3s cubic-bezier(0.5, 0, 0.1, 1) infinite;
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    border-radius: 100%;
    margin: auto;
    text-align: center;
    cursor: pointer;
    overflow: hidden;
    width: 80px;
    height: 80px;
}

.arrow:hover {
    animation-play-state: paused;
    -webkit-animation-play-state: paused;
}

@keyframes arrow {
    %0,
    %100 {
        bottom: 10px;
        opacity: 1;
    }
    50% {
        bottom: 20px;
        opacity: .5
    }
}

@-webkit-keyframes arrow {
    %0,
    %100 {
        bottom: 10px;
        opacity: 1;
    }
    50% {
        bottom: 20px;
        opacity: 0.5
    }
}

.arrow2 {
    opacity: 1;
    animation: arrow2 3s cubic-bezier(0.5, 0, 0.1, 1) infinite;
    -webkit-animation: arrow2 3s cubic-bezier(0.5, 0, 0.1, 1) infinite;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 70px;
    border-radius: 100%;
    margin: auto;
    text-align: center;
    cursor: pointer;
    overflow: hidden;
    width: 80px;
    height: 80px;
    z-index: 99;
}

.arrow2:hover {
    animation-play-state: paused;
    -webkit-animation-play-state: paused;
}

@keyframes arrow2 {
    %0,
    %100 {
        bottom: 70px;
        opacity: 1;
    }
    50% {
        bottom: 60px;
        opacity: .5
    }
}

@-webkit-keyframes arrow2 {
    %0,
    %100 {
        bottom: 70px;
        opacity: 1;
    }
    50% {
        bottom: 60px;
        opacity: 0.5
    }
}


/* index banner end */


/* index 滚动条 start */

#index_bottom {
    width: 100%;
    height: 100%;
    padding-top: 20px;
    overflow: hidden;
    background: #fff;
}

.bottom_color {
    height: 35px;
    overflow: hidden;
}


/* index 滚动条 end */


/*index_silde1 start*/

.index_silde1 {
    width: 100%;
    height: 684px;
    margin: 0 auto;
    background: #fff;
}

.index_silde1_box {
    width: 1200px;
    height: 684px;
    margin: 0 auto;
    overflow: hidden;
}

.silde1_box_title {
    width: 1200px;
    float: left;
    text-align: center;
    margin-top: 75px;
}

.silde1_box_title h2 {
    font-size: 45px;
    font-weight: 600;
    color: #000;
}

.silde1_box_title h2 span {
    opacity: 1px;
}

.silde1_box_msg {
    width: 1200px;
    float: left;
    background: url(../images/icon-5.png) no-repeat center center;
    text-align: center;
    margin-top: 15px;
}

.silde1_box_msg p {
    color: #FF6600;
}

.silde1_box_desp {
    width: 1200px;
    float: left;
    text-align: center;
    margin-top: 10px;
}

.silde1_box_desp p {
    color: #666666;
    line-height: 25px;
}

.silde1_list {
    width: 1200px;
    float: left;
    margin-top: 70px;
	font-size:14px;
}

.silde1_list_li {
    width: 146px;
    float: left;
    height: 100%;
    margin-left: 175px;
}

.silde1_list_li:first-child {
    width: 146px;
    float: left;
    height: 100%;
    margin-left: 45px;
}

.silde1_list_img {
    width: 146px;
    height: 146px;
    float: left;
    text-align: center;
    overflow: hidden;
}

.silde1_list_cname {
    width: 146px;
    float: left;
    margin-top: 10px;
    text-align: center;
}

.silde1_list_cname h3 {
    font-size: 20px;
    color: #000;
    font-weight: 600;
}

.silde1_list_child {
    width: 146px;
    float: left;
    overflow: hidden;
    margin-top: 20px;
    display: none;
}

.silde1_list_child a {
    display: inline-block;
    color: #666666;
    width: 80%;
    margin-left: 30px;
    margin-bottom: 8px;
}
.silde1_list_child p {
    display: inline-block;
    color: #666666;
    width: 80%;
    margin-left: 30px;
    margin-bottom: 8px;
}

.silde1_list_child a:hover {
    color: #000;
    font-weight: 600;
}


/*index_silde1 end*/


/*index news start*/

.index-news {
    width: 100%;
    background: #FFF;
    padding: 60px 0 56px 0;
    overflow: hidden;
}

.index-news .div_basic {
    margin: 0 auto;
    width: 1200px;
    overflow: hidden;
}

.news-list {
    position: relative;
    float: left;
    width: 33.33%;
    padding-bottom: 16px
}

.news-list:hover .date span {
    background-color: #1086d5
}

.index-news .title {
    display: block;
    height: 60px;
    line-height: 60px;
    font-size: 30px;
    color: #000;
    text-align: center;
}

.index-news .title-dep {
    height: 24px;
    line-height: 24px;
    text-align: center;
    font-size: 16px;
    color: #626262;
    margin-bottom: 54px
}

.index-news .list-dep img {
    display: block;
    width: 100%;
    height: auto;
}

.index-news .list-dep strong {
    display: block;
    border-bottom: 1px solid #e2e2e2
}

.index-news .list-dep strong a {
    display: block;
    height: 20px;
    overflow: hidden;
    margin: 16px 0;
    line-height: 20px;
    font-size: 16px;
    color: #000;
    transition: all 0.2s ease-in-out;
}

.index-news .list-dep strong a:hover {
    color: #1086d5
}

.index-news .list-dep .content {
    line-height: 20px;
    margin: 14px 0;
    height: 40px;
    overflow: hidden;
	color:#666;
}

.index-news .list-dep .more {
    text-align: right
}

.index-news .list-dep .more a {
    color: #a7a7a7;
}

.index-news .list-dep .more a:hover {
    color: #1086d5;
    text-decoration: underline
}

.index-news .list-dep {
    /*width: 70%;*/
    margin: 0 7.5%;
    padding-left: 15%;
    overflow: hidden;
}

.news-list {
    width: 33.33%;
    overflow: hidden;
}

.news-list .date {
    position: absolute;
    top: 0;
    height: 108px;
    width: 15%;
    left: 7.5%;
}

.news-list .date span {
    display: block;
    width: 100%;
    height: 48px;
    background: url(../images/date-bg.png) center center no-repeat;
    background-color: #c7c7c7;
    transition: all 0.3s ease-in-out;
}

.news-list .date p {
    line-height: 22px;
    text-align: center;
    padding-top: 6px
}


/*index news end*/


/*common contact start*/

#contectUs {
    width: 100%;
    background: #243648;
    padding: 100px 0 26px 0;
    overflow: hidden;
}

#contectUs .div_basic {
    margin: 0 auto;
    width: 1200px;
    overflow: hidden;
}

#contectUs .title-img {
    display: block;
    width: 412px;
    height: 80px;
    margin: 0 auto 80px;
}

.contectUs-list {
    padding: 0 24px;
}

.contectUs-list>div {
    padding: 42px 26px;
    border-bottom: 1px solid #5e5e5e;
    color: #999999;
    overflow: hidden;
}

.contectUs-list dl {
    float: left;
    width: 33.33%
}

.contectUs-list dt {
    font-size: 16px;
    line-height: 16px;
    margin-bottom: 28px;
    font-weight: bold
}

.contectUs-list dd {
    font-size: 16px;
    line-height: 16px;
}

.contectUs-list dd a {
    display: inline-block;
    width: 100px;
    height: 32px;
    line-height: 32px;
    text-align: center;
    border: 1px solid #ffffff;
    font-size: 12px;
    color: #999999;
    margin: 0 8px 8px 0
}


/*common contact end*/


/* common footer start */

.foot_bott {
    padding: 15px 0;
    background-color: #0d161f;
    border-top: 1px solid #595959;
}

.foot_bott a {
    color: #888;
}

.foot_bott a:hover {
    color: #005395
}

.foot_bott p {
    width: 1210px;
    margin: 0 auto;
    font-size: 12px;
    color: #e7e7e7;
    margin-bottom: 10px;
}

.footer .fot_con {
    position: relative;
    width: 1200px;
    margin: 0 auto;
}

.footer .down {
    margin: 0 auto;
    position: absolute;
    right: 0;
    top: -6px;
}

.footer .down dl {
    float: left;
    width: 75px;
    text-align: center;
    display: inline;
    overflow: hidden;
}

.footer .down .shi {
    width: 105px;
}

.footer .down .shi img {
    width: 105px;
    height: 40px;
}

.footer .down dl {
    margin-right: 10px;
}

.footer .down dl dt a img {
    width: 40px;
    height: 40px;
}

.footer .down dl dd {
    height: 20px;
    line-height: 20px;
}

.footer .down dl dd a {
    font-size: 12px;
    color: #888;
}


/* common footer end */


/* common 内页 banner start*/

.public_banner {
    width: 100%;
    height: 400px;
    margin: 0 auto;
}

.public_banner_box {
    width: 1200px;
    height: 400px;
    margin: 0 auto;
    position: relative;
}

.public_nav {
    width: 100%;
    float: left;
    margin-top: 42px;
}

.public_nav p {
    color: #FFFFFF;
    font-size: 16px;
    font-family: simsun;
}

.public_nav p a {
    color: #FFFFFF;
    font-size: 16px;
}

.public_nav2 {
    width: 100%;
    float: left;
    margin-top: 42px;
}

.public_nav2 p {
    color: #000;
    font-size: 12px;
    font-family: simsun;
}

.public_nav2 p a {
    color: #000;
    font-size: 12px;
}

.public_cname {
    width: 100%;
    float: left;
    margin-top: 40px;
}

.public_cname h3 {
    font-size: 50px;
    color: #fff;
    font-weight: 600;
    text-shadow: #333 2px 2px 0;
    -moz-text-shadow: #333 2px 2px 0;
    -webkit-text-shadow: #333 2px 2px 0;
}

.public_cname_son {
    width: 100%;
    float: left;
    margin-top: 18px;
}

.public_cname_son p {
    color: #fff;
    font-size: 14px;
}

.public_cname2 {
    width: 100%;
    float: left;
    margin-top: 40px;
}

.public_cname2 h3 {
    font-size: 50px;
    color: #000;
    font-weight: 600;
}

.public_cname_son2 {
    width: 100%;
    float: left;
    margin-top: 18px;
}

.public_cname_son2 p {
    color: #000;
    font-size: 14px;
}

.public_child {
    position: absolute;
    right: 0px;
    bottom: 50px;
}

.public_child_li {
    float: left;
    text-align: center;
    margin-left: 24px;
    width: 106px;
}

.public_child_li_img {
    width: 106px;
    height: 106px;
    float: left;
}

.public_child_li_img_cut {
    width: 106px;
    height: 106px;
    float: left;
    background: url(../images/icon-12.png) no-repeat center center;
}

.public_child_li_title {
    width: 106px;
    float: left;
    margin-top: 15px;
}

.public_child_li_title a {
    color: #fff;
    font-size: 12px;
}

.public_child_li_img:hover {
    background: url(../images/icon-12.png) no-repeat center center;
}


/*案例 banner 效果 start*/

.public_child_li .public_child_li_img {
    overflow: visible;
    position: relative;
}

.public_child_li .public_child_li_img a,
.public_child_li .public_child_li_img_cut a {
    background: scroll 0 0;
    display: block;
    width: inherit;
    height: inherit;
    /*overflow: hidden;*/
    position: absolute;
}

.public_child_li .public_child_li_img a {
    opacity: 1;
    transition: all 0.5s ease 0s;
}

.public_child_li .public_child_li_img:hover a {
    opacity: 0.3;
    transition: all 0.5s ease 0s;
}

.public_child_li .public_child_li_img a:hover {
    opacity: 1;
    transition: all 0.5s ease 0s;
}

.public_child_li .public_child_li_img a img {
    display: block;
    width: 100%;
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    /*transform: scale(1, 1);
    transition: all 1.2s ease 0s;*/
    z-index: 3;
}

.public_child_li .public_child_li_img a:hover img {
    opacity: 0;
    transform: scale(1.4, 1.4);
    transition: all 1.2s ease 0s;
}


/*案例 banner 效果 end*/


/* common 内页 banner end*/


/* case start */

.anli_list {
    width: 100%;
    margin: 0 auto;
    overflow: hidden;
}

.anli_list_li {
    width: 25%;
    float: left;
    text-align: center;
    position: relative;
}

.anli_list_li img {
    width: 100%;
}


/* case end */


/* index case start */

.container img {
    width: 100%;
    overflow: hidden;
}

.portfolio {
    display: none;
    width: 25%;
    float: left;
    text-align: center;
    position: relative;
}

.anli_list_li_h {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0px;
    left: 0px;
    background: url(../images/img-bg1.png) repeat;
}

.anli_list_li_h3 {
    font-size: 18px;
    font-weight: 600;
    color: #fff;
    display: inline-block;
    margin: 0 auto;
    margin-top: 45px;
    width: 100%;
}

.anli_list_li_desp {
    width: 80%;
    display: inline-block;
    margin: 0 auto;
    font-size: 12px;
    color: #fff;
    text-align: left;
    margin-top: 28px;
}

.anli_list_li_look {
    width: 100%;
    display: inline-block;
    margin: 0 auto;
    margin-top: 25px;
}

.anli_list_li_look img {
    width: 64px;
    height: 64px;
}


/* index case end */


/*about start*/

.fw_block {
    width: 100%;
    margin: 0 auto;
    background: #fff;
}

.fw_block_box {
    width: 1200px;
    margin: 0 auto;
}

.us_div {
    float: left;
    text-align: center;
    width: 16.6666667%;
    margin: 0px;
    padding: 0px;
    background: #000;
    outline: none;
    box-sizing: border-box;
    margin: 0;
    height: auto;
}

.us_div2 {
    float: left;
    text-align: center;
    width: 16.6666667%;
    margin: 0px;
    padding: 0px;
    background: #000;
    outline: none;
    box-sizing: border-box;
    margin: 0;
    height: auto;
    position: relative;
}

.us_div img {
    width: 100%;
    max-width: 100%;
    margin: 0px;
    padding: 0px;
}

.us_div2 img {
    width: 100%;
    max-width: 100%;
    margin: 0px;
    padding: 0px;
}

.img_op img {
    opacity: 0.3;
    filter: alpha(opacity=30);
    -webkit-opacity: 0.3;
    -moz-opacity: 0.3;
    -khtml-opacity: 0.3;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=30)";
    filter: progid: DXImageTransform.Microsoft.Alpha(Opacity=30);
}

.img_op2 img {
    opacity: 1;
    filter: alpha(opacity=100);
    -webkit-opacity: 1;
    -moz-opacity: 1;
    -khtml-opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    filter: progid: DXImageTransform.Microsoft.Alpha(Opacity=100);
}

.us_div2 div {
    position: absolute;
    left: 35px;
    bottom: 18px;
}

.us_div2 h5 {
    font-size: 20px;
    font-weight: 600;
    color: #fff;
    padding-bottom: 8px;
}

.us_div2 .p1 {
    height: 1px;
    background: #fff;
    ;
    width: 77px;
}

.us_div2 .p2 {
    font-size: 12px;
    color: #fff;
    text-align: left;
    padding-top: 8px;
}

.us_title1 {
    text-align: center;
    font-size: 20px;
    color: #000;
    font-weight: 600;
}

.us_desc1 {
    text-align: center;
    font-size: 14px;
    color: #999999;
    letter-spacing: 8px;
    padding-top: 18px;
}

.logo_icon_li {
    width: 16.6666667%;
    height: 80px;
    float: left;
    text-align: center;
    margin-bottom: 24px;
}

.logo_icon_li img {
    -webkit-filter: grayscale(100%);
    -moz-filter: grayscale(100%);
    -ms-filter: grayscale(100%);
    -o-filter: grayscale(100%);
    filter: grayscale(100%);
    filter: gray;
}

.logo_icon_li img:hover {
    -webkit-filter: grayscale(0%);
    -moz-filter: grayscale(0%);
    -ms-filter: grayscale(0%);
    -o-filter: grayscale(0%);
    filter: grayscale(0%);
}


/*about end*/


/*contact start*/

.lxwm_box1 {
    width: 466px;
    height: 240px;
    float: left;
}

.lxwm_box2 {
    width: 384px;
    height: 240px;
    float: left;
}

.lxwm_box3 {
    width: 300px;
    height: 240px;
    float: left;
    margin-left: 20px;
}

.lxwm_box_l1 {
    float: left;
    width: 100px;
    height: 100px;
}

.lxwm_box_r1 {
    float: left;
    width: 330px;
    margin-left: 30px;
}

.lxwm_box_r1 h5 {
    font-size: 14px;
    font-weight: 600;
    color: #000;
    padding-bottom: 15px;
}

.lxwm_box_r1 .p1 {
    font-size: 14px;
    color: #666;
    padding-bottom: 10px;
}

.lxwm_box_r1 .p2 {
    font-size: 14px;
    color: #000;
    padding-bottom: 10px;
}

.lxwm_box_l2 {
    width: 100px;
    float: left;
    overflow: hidden;
    height: 100px
}

.lxwm_box_r2 {
    width: 122px;
    float: left;
    overflow: hidden;
    margin-left: 33px;
}

.lxwm_box_r2_div1 {
    width: 110px;
    float: left;
    margin-bottom: 13px;
}

.lxwm_box_r2_div2 {
    width: 100px;
    float: left;
}

.lxwm_box_r2_div1 h4 {
    color: #666;
    font-size: 14px;
}

.lxwm_box_r2_div2 p {
    width: 108px;
    height: 33px;
    display: inline-blcok;
    border: 1px solid #ccc;
    text-align: center;
    line-height: 33px;
    margin-bottom: 10px;
    font-size: 14px;
    color: #000;
}

.lxwm_box_l3 {
    width: 100px;
    float: left;
    overflow: hidden;
    height: 100px
}

.lxwm_box_r3 {
    width: 122px;
    float: left;
    overflow: hidden;
    margin-left: 33px;
}

.lxwm_box_r3_div1 {
    width: 110px;
    float: left;
    margin-bottom: 13px;
}

.lxwm_box_r3_div2 {
    width: 100px;
    float: left;
}

.lxwm_box_r3_div1 h4 {
    color: #666;
    font-size: 14px;
}

.lxwm_box_r3_div2 p {
    width: 108px;
    height: 20px;
    display: inline-blcok;
    text-align: center;
    line-height: 20px;
    margin-bottom: 5px;
    font-size: 14px;
    color: #000;
}

.lxwm_message {
    width: 100%;
    height: 410px;
    margin: 0 auto;
    background: url(../images/bg2.jpg) no-repeat top center;
}

.lxwm_message_box {
    width: 1200px;
    height: 410x;
    margin: 0 auto;
}

.lxwm_message_div1 {
    width: 100%;
    float: left;
    text-align: center;
    margin-top: 45px;
}

.lxwm_message_div2 {
    width: 100%;
    float: left;
    text-align: center;
    margin-top: 10px;
    margin-bottom: 20px;
}

.lxwm_message_div3 {
    width: 100%;
    float: left;
    text-align: center;
}

.lxwm_message_div4 {
    width: 100%;
    float: left;
    text-align: center;
    margin-top: 18px;
}

.lxwm_message_div1 h3 {
    font-size: 45px;
    font-weight: 600;
    color: #fff;
}

.lxwm_message_div2 p {
    font-size: 14px;
    color: #fff;
}

.lxwm_message_div3_1 {
    width: 250px;
    height: 50px;
    margin-left: 4px;
    display: inline-block;
}

.lxwm_message_div3_1:first-child {
    margin-left: 0px;
}

.lxwm_message_div3_2 {
    width: 765px;
    display: inline-block;
    margin-top: 8px;
}

.input250 {
    width: 250px;
    height: 50px;
    border: none;
    outline: none;
    background: #fff;
    text-indent: 10px;
    line-height: 50px;
    font-size: 14px;
}

.text765 {
    width: 765px;
    height: 80px;
    background: #fff;
    border: none;
    outline: none;
    resize: none;
    text-indent: 0px;
    font-size: 14px;
    padding: 10px;
}

.sub250 {
    width: 250px;
    height: 50px;
    text-align: center;
    border: none;
    outline-color: red;
    background: #626369;
    line-height: 50px;
    font-size: 14px;
    color: #fff;
}


/*contact end*/


/* 右侧悬浮 start */

#rightFloat {
    position: fixed;
    top: 50%;
    right: 0;
    width: 55px;
    z-index: 9998;
    margin-top: -130px;
}

#rightFloat a {
    transition: all .3s ease-in-out;
    left: 0;
    color: #FFF;
    display: block;
    width: 520px;
    height: 60px;
    line-height: 60px;
    border-radius: 4px;
    background: rgba(0, 0, 0, 0.8);
    margin-bottom: 2px;
    position: relative;
}

#rightFloat a.sildeLeft:hover {
    left: -130px
}

#rightFloat a img {
    display: inline-block;
    width: 24px;
    height: 24px;
    margin: 18px;
    float: left;
}

.erweima {
    display: none;
    /* transition: all .3s ease-in-out; */
    position: absolute;
    left: -200px;
    top: -40px;
    width: 140px;
    height: 130px;
    padding: 10px 10px 20px 10px;
    background: url(../images/erweima-bg.png) no-repeat left top;
}

.erweima img {
    display: block!important;
    width: 110px!important;
    height: 110px!important;
    margin: 0!important;
}


/* 右侧悬浮 end */


/* news start */

#zixun {
    margin-top: 1%;
    padding-bottom: 20px;
    overflow: hidden;
}

#zixun .div_basic {
    position: relative;
    width: 1200px;
    margin: 0 auto;
}

#zixun .left {
    float: left;
    display: block;
    transition: all .3s ease-in-out;
}

#zixun .left li a {
    box-sizing: content-box;
    -moz-box-sizing: content-box;
    /* Firefox */
    -webkit-box-sizing: content-box;
    /* Safari */
    position: relative;
    transition: all .3s ease-in-out;
    padding: 16px;
    margin-bottom: 8px;
    background: #FFF;
    border: 1px solid #e0e0e0;
    position: relative;
    width: 66px;
    height: 66px;
    display: block;
}

#zixun .left li a span {
    display: block;
    line-height: 24px;
    color: #444444;
    position: relative;
}

#zixun .left li a b {
    transition: all .3s ease-in-out;
    position: absolute;
    width: 15px;
    height: 2px;
    background: #025499;
    bottom: -4px;
    left: 0
}

#zixun .left li a span:nth-child(1) {
    font-weight: bold;
}

#zixun .left li a span:nth-child(2) {
    position: relative;
}

#zixun .left li a.select {
    padding: 24px;
    background: #025499;
}

#zixun .left li a.select span {
    color: #FFF
}

#zixun .left li a.select b {
    background: #FFF
}

#zixun .left li>a:hover {
    padding: 24px;
    background: #025499;
}

#zixun .left li>a:hover span {
    color: #FFF
}

#zixun .left li>a:hover span b {
    background: #FFF
}

#zixun .right {
    float: right;
    width: 1052px;
}

.mianbaoxie {
    height: 46px;
    line-height: 46px;
    border-bottom: 1px solid #e6eaed;
    margin-bottom: 36px;
}

.mianbaoxie a {
    color: #000000;
    font-size: 14px;
}

.mianbaoxie a:hover {
    color: #0030ff;
    text-decoration: underline;
}

.zixun-xiangxi>strong {
    font-size: 30px;
    padding-bottom: 21px;
    display: block;
    color: #000
}

.zixun-xiangxi .fujia {
    color: #8d8d8d;
    display: block;
    font-size: 12px;
    line-height: 26px;
    float: left;
    margin-right: 24px
}

.jiathis_style {
    float: right;
    padding-right: 76px
}

.zixun-xiangxi-dep p {
    font-size: 16px;
    line-height: 30px;
    color: #333333;
    margin-bottom: 0px
}

.zixun-xiangxi-dep p:last-child {
    margin-bottom: 12px;
}

.zixun-fenxiang {
    text-align: center;
    margin-bottom: 48px
}

.zixun-fenxiang a {
    transition: all .3s ease-in-out;
    border-radius: 20px;
    color: #666666;
    border: 1px solid #e6eaed;
    display: inline-block;
    width: 130px;
    height: 38px;
    line-height: 38px;
    text-align: center;
}

.zixun-fenxiang a:hover {
    background: #025599;
    color: #FFF;
    border-color: #FFF
}

.xiangguan-title {
    border-bottom: 1px solid #f0f0f0;
    margin-bottom: 23px;
}

.xiangguan-title strong {
    display: inline-block;
    font-size: 18px;
    padding: 0 8px 9px 0;
    border-bottom: 4px solid #025499
}

#zixun .xiangguan li {
    box-sizing: content-box;
    -moz-box-sizing: content-box;
    /* Firefox */
    -webkit-box-sizing: content-box;
    /* Safari */
    padding: 1% 2%;
    width: 21%;
    float: left;
    overflow: hidden;
}

.xiangguan li a {
    overflow: hidden;
    transition: all .2s ease-in-out;
    display: block;
    border: 1px solid #f0f0f0;
}

.xiangguan li a p {
    margin: 12px;
    line-height: 24px;
    height: 48px;
    overflow: hidden;
    color: #333333
}

.xiangguan li a:hover {
    box-shadow: 0 0 20px #cdcdcd
}

.xiangguan li a img {
    width: 100%;
    height: auto;
}

.chat a {
    display: inline-block;
    width: 35px;
    height: 35px;
    margin: 4% 4px 0;
}

.quanping {
    background-position: center;
    background-size: cover!important;
    background-repeat: no-repeat
}

#zixun .right .zixun-title {
    display: none;
    font-size: 18px;
    padding: 0 16px;
    background: #025499;
    height: 40px;
    overflow: hidden;
    line-height: 40px;
    color: #FFF
}

#zixun .right .zixun-list {
    width: 100%;
    overflow: hidden;
}

#zixun .right .zixun-list li {
    padding: 2%;
    margin-bottom: 3%;
    width: 100%;
    overflow: hidden;
    border: 1px solid #E0E0E0;
}

.zixun-list-title {
    transition: all .3s ease-in-out;
    display: block;
    height: 48px;
    line-height: 48px;
    color: #444444;
    margin-bottom: 1%;
    font-size: 24px
}

.zixun-list-title:hover {
    color: #025499
}

.zixun-dep {
    position: relative;
}

.zixun-dep>a {
    display: block;
    width: 20%;
    float: left;
}

.zixun-dep>a>img {
    width: 100%;
    display: block;
    float: left
}

.dep_text {
    /*padding-bottom: 36px;*/
    /*position: relative;*/
    width: 80%;
    height: 110px;
    overflow: hidden;
    float: left;
}

.dep_text>a {
    transition: all .3s ease-in-out;
    display: none;
    padding: 0 20px;
    font-weight: bold;
    font-size: 16px;
    height: 24px;
    overflow: hidden;
    line-height: 24px;
    color: #444444
}

.dep_text>a:hover {
    color: #025499
}

.dep_text .xiangxi {
    padding: 1% 2%;
    font-size: 16px;
    height: 84px;
    overflow: hidden;
    line-height: 28px;
    color: #444444
}

.dep_text .date {
    padding: 0 20px;
    margin-left: 20%;
    position: absolute;
    top: 114px;
    left: 0;
    width: 96%;
    height: 36px;
    line-height: 36px;
    font-size: 14px;
    color: #333;
}

.dep_text .date .span1 {
    padding: 0 30px 0 20px;
    display: inline-block;
    float: left;
    background: url(../images/shijian.png) left center no-repeat;
}

.dep_text .date .span2 {
    padding: 0 30px 0 20px;
    display: inline-block;
    float: left;
    background: url(../images/author.jpg) left center no-repeat;
}

.fenxiang {
    margin: 0 20px 0 30px;
    display: inline-block;
    float: right;
    width: 16px;
    height: 36px
}

.zixun-fenxiang .jiathis_style .separator,
.zixun-fenxiang .jiathis_style .jiathis_separator {
    float: none;
    padding: 0 !important;
    margin: 0;
    font-size: 14px;
    color: #666666;
    text-align: center;
    display: inline-block !important;
    height: 38px !important;
    line-height: 38px !important;
    background: none;
}

.zixun-fenxiang a:hover span {
    color: #FFF !important;
    opacity: 1 !important;
}

.zixun-fenxiang .jiathis_style {
    float: none;
    padding: 16px 0 0 0;
}

#prodectDep {
    margin: 35px 0
}

#prodectDep .div_basic {
    width: 1200px;
    margin: 0px auto;
    overflow: hidden;
}

#prodectDep strong {
    height: 26px;
    line-height: 26px;
    padding: 0 14px;
    background: url(../images/anliTitleBg.png) left center no-repeat;
    font-size: 20px;
    color: #333333;
}

#prodectDep .title {
    padding: 18px 1% 10px;
    height: 36px;
    line-height: 36px;
    color: #3c3c3c;
    font-size: 18px;
    font-weight: bold;
    box-sizing: content-box;
    -moz-box-sizing: content-box;
    /* Firefox */
    -webkit-box-sizing: content-box;
    /* Safari */
}

#prodectDep .title span {
    font-size: 14px;
    color: #968f8f;
    padding-left: 16px;
    font-weight: normal;
}

#prodectDep .dep {
    padding: 0 1%;
    color: #737373;
    font-size: 14px;
    line-height: 28px;
    box-sizing: content-box;
    -moz-box-sizing: content-box;
    /* Firefox */
    -webkit-box-sizing: content-box;
    /* Safari */
}

#prodectDep .depLast {
    margin-bottom: 32px;
}


/* news end */


/* service start */

.service-new {
    width: 100%;
    overflow: hidden;
}

.service-new li {
    float: left;
    width: 33.33333%;
}

.service-new li a {
    display: block;
    position: relative;
    padding-bottom: 100%;
    overflow: hidden;
}

.service-new li a .img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -webkit-background-size: cover;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    -webkit-transition: all .6s ease;
    -moz-transition: all .6s ease;
    -ms-transition: all .6s ease;
    -o-transition: all .6s ease;
    transition: all .6s ease;
}

.service-new li a .text {
    position: absolute;
    left: 0;
    top: 40%;
    width: 100%;
    text-align: center;
    webkit-transition: all .6s ease;
    -moz-transition: all .6s ease;
    -ms-transition: all .6s ease;
    -o-transition: all .6s ease;
    transition: all .6s ease;
}

.service-new li a::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 0;
    height: 8px;
    background: rgb(2, 84, 153);
    webkit-transition: all .6s ease;
    -moz-transition: all .6s ease;
    -ms-transition: all .6s ease;
    -o-transition: all .6s ease;
    transition: all .6s ease;
}

.service-new .text h1 {
    display: inline-block;
    border-bottom: solid 2px #fff;
    border-top: solid 2px #fff;
    color: #fff;
    font-size: 36px;
    font-weight: bold;
    line-height: 1.5;
}

.service-new .text p {
    width: 59%;
    margin: 0 auto;
    margin-top: 10px;
    font-size: 14px;
    color: #fff;
}

.service-new li a:hover .img {
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1);
}

.service-new li a:hover::after {
    width: 100%;
}

.service-new li a:hover .text {
    -webkit-transform: translateY(-60px);
    -moz-transform: translateY(-60px);
    -ms-transform: translateY(-60px);
    -o-transform: translateY(-60px);
    transform: translateY(-60px);
}


/* service end */


/*programme start*/

.faan_banner_desc2 p:hover {
    background: #FF6600;
    border: 1px solid #FF6600;
}

.faan_div1 {
    width: 100%;
    height: 325px;
    margin: 0 auto;
    overflow: hidden;
    background: #fff;
}

.faan_div1_box {
    width: 1200px;
    height: 325px;
    margin: 0 auto;
    overflow: hidden;
}

.faan_div1_li {
    width: 25%;
    text-align: center;
    float: left;
    overflow: hidden;
    margin-top: 54px;
}

.faan_div1_img {
    width: 100%;
    float: left;
    text-align: center;
}

.faan_div1_title {
    width: 100%;
    float: left;
    text-align: center;
    margin-top: 20px;
}

.faan_div1_title h4 {
    font-size: 14px;
    color: #000;
}

.faan_div2 {
    width: 100%;
    height: 820px;
    margin: 0 auto;
    background: #E8E8E8;
    overflow: hidden;
}

.faan_div2_box {
    width: 1200px;
    height: 820px;
    margin: 0 auto;
    overflow: hidden;
}

.faan_div2_title {
    width: 100%;
    float: left;
    text-align: center;
    margin-top: 55px;
}

.faan_div2_title h3 {
    font-size: 20px;
    color: #000;
    font-weight: 600;
}

.faan_div2_line {
    width: 100%;
    float: left;
    text-align: center;
    margin-top: 16px;
}

.faan_div2_line_box {
    width: 137px;
    height: 2px;
    background: #FDC00F;
    display: inline-block;
}

.faan_div2_tip1 {
    width: 100%;
    text-align: center;
    margin-top: 20px;
    float: left;
}

.faan_div2_tip1 h3 {
    font-size: 45px;
    color: #000;
    font-weight: 600;
}

.faan_div2_tip2 {
    width: 100%;
    text-align: center;
    margin-top: 20px;
    float: left;
}

.faan_div2_tip2 p {
    font-size: 14px;
    color: #666666;
}

.faan_div2_tip3 {
    width: 100%;
    float: left;
    text-align: center;
    margin-top: 50px;
}

.faan_div2_tip4 {
    width: 100%;
    margin-top: 35px;
    float: left;
}

.faan_div2_tip4 p {
    font-size: 14px;
    color: #666666;
    line-height: 24px;
}

.faan_div2_tip5 {
    width: 100%;
    float: left;
    text-align: center;
    margin-top: 35px;
}

.faan_div2_tip5 a {
    display: inline-block;
    width: 248px;
    height: 48px;
    text-align: center;
    border: 1px solid #999;
    line-height: 48px;
    font-size: 16px;
    font-weight: 600;
    color: #000;
}

.faan_div2_tip5 a:hover {
    background: #FF6600;
    border: 1px solid #FF6600;
    color: #fff;
}

.faan_div3 {
    width: 100%;
    height: 992px;
    margin: 0 auto;
    background: #fff;
}

.faan_div3_box {
    width: 1200px;
    height: 992px;
    margin: 0 auto;
}

.faan_div3_tip1 {
    width: 100%;
    float: left;
    text-align: center;
    margin-top: 20px;
}

.faan_div3_tip1 p {
    font-size: 14px;
    color: #666666;
    line-height: 24px;
}

.faan_div3_list {
    width: 100%;
    float: left;
    overflow: hidden;
    margin-top: 42px;
}

.faan_div3_list_li {
    width: 25%;
    float: left;
    text-align: center;
}

.faan_div3_list_li_img {
    width: 100%;
    float: left;
    text-align: center;
}

.faan_div3_list_li_title {
    width: 100%;
    float: left;
    text-align: center;
    margin-top: 18px;
    margin-bottom: 18px;
}

.faan_div3_list_li_title h4 {
    font-size: 16px;
    color: #000;
    font-weight: 600;
}

.faan_div3_list_li_desc {
    width: 100%;
    float: left;
    text-align: center;
}

.faan_div3_list_li_desc p {
    display: inline-block;
    width: 190px;
    text-align: left;
    color: #666666;
    font-size: 12px;
    line-height: 20px;
}

.faan_div3_list_li_desc p b {
    color: #000;
}

.faan_div3_list_li_click {
    width: 100%;
    float: left;
    margin-top: 15px;
}

.faan_div3_list_li_click a {
    width: 118px;
    height: 38px;
    text-align: center;
    line-height: 38px;
    border: 1px solid #ccc;
    display: inline-block;
    font-size: 14px;
    color: #000;
}

.faan_div3_tip2 {
    width: 100%;
    float: left;
    text-align: center;
    margin-top: 60px;
}

.faan_div3_tip2 a {
    display: inline-block;
    width: 248px;
    height: 48px;
    text-align: center;
    line-height: 48px;
    border: 1px solid #ccc;
    font-size: 16px;
    color: #000;
    font-weight: 600;
}

.faan_div3_tip2 a:hover {
    background: #FF6600;
    border: 1px solid #FF6600;
    color: #fff;
}

.faan_div4 {
    width: 100%;
    height: 980px;
    margin: 0 auto;
    background: #000;
}

.faan_div4_box {
    width: 1200px;
    height: 980px;
    margin: 0 auto;
    overflow: hidden;
}

.faan_div4_title {
    width: 100%;
    float: left;
    text-align: center;
    margin-top: 55px;
}

.faan_div4_title h3 {
    font-size: 20px;
    color: #fff;
    font-weight: 600;
}

.faan_div4_tip1 {
    width: 100%;
    text-align: center;
    margin-top: 20px;
    float: left;
}

.faan_div4_tip1 h3 {
    font-size: 45px;
    color: #fff;
    font-weight: 600;
}

.faan_div4_tip2 {
    width: 100%;
    float: left;
    text-align: center;
    margin-top: 20px;
}

.faan_div4_tip2 p {
    font-size: 14px;
    color: #fff;
    line-height: 24px;
}

.faan_div4_tip3 {
    width: 100%;
    height: 516px;
    float: left;
    text-align: center;
    margin-top: 90px;
}

.faan_div5 {
    width: 100%;
    height: 1000px;
    margin: 0 auto;
    /*background: #fff url(../images/bg3.jpg) no-repeat bottom center;*/
}

.faan_div5_box {
    width: 1200px;
    height: 1135px;
    margin: 0 auto;
    overflow: hidden;
}

.faan_div5_tip1 {
    width: 100%;
    height: 462px;
    float: left;
    text-align: center;
    margin-top: 55px;
}

.faan_div5_tip2 {
    width: 100%;
    float: left;
    text-align: center;
    margin-top: 40px;
}

.faan_div5_tip2 p {
    font-size: 14px;
    color: #666;
    line-height: 24px;
}

.faan_div5_tip3 {
    width: 100%;
    float: left;
    text-align: center;
    margin-top: 45px;
}

.faan_div5_tip3 a {
    display: inline-block;
    width: 248px;
    height: 48px;
    line-height: 48px;
    border: 1px solid #ccc;
    color: #000;
    font-weight: 600;
    font-size: 16px;
}

.faan_div5_tip3 a:hover {
    background: #FF6600;
    border: 1px solid #FF6600;
    color: #fff;
}


/*programme end*/


/*滚动条 start*/

::-webkit-scrollbar {
    width: 6px;
    height: 6px;
}

::-webkit-scrollbar-track-piece {
    background-color: #eee;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    -ms-border-radius: 0px;
    -o-border-radius: 0px;
    border-radius: 0px;
}

::-webkit-scrollbar-thumb:vertical {
    height: 5px;
    background-color: #333;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    -ms-border-radius: 6px;
    -o-border-radius: 6px;
    border-radius: 6px;
}

::-webkit-scrollbar-thumb:horizontal {
    width: 5px;
    background-color: #eee;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    -ms-border-radius: 0px;
    -o-border-radius: 0px;
    border-radius: 0px;
}


/*滚动条 end*/

#mobile_case,
.wrapper,
#bottom_div {
    height: 0;
    display: none
}

.nav-yidong {
    display: none;
}




/*网站建设*/
.service_info{color:#666;font-size:14px;line-height:25px;padding:5px 0px;clear:both; font-family:"宋体"}
service_info img{max-width:100%;}
.service_p{height:40px;font-weight:bold;font-size:16px;line-height:20px; padding-top:20px;}
.service_list{width:386px;height:410px;float:left;overflow:hidden;margin-bottom:15px;padding-right:20px;}
.service_list img{width:100%; height:100px;}
.service_list .title{font-size:14px;font-weight:bold;height:30px;line-height:30px;padding-left:5px;}
.service_list .intro{line-height:25px;padding-left:0px;width:100%; padding-top:10px;}
.service_list .pic{border:1px solid #ccc;padding:1px;width:240px;height:150px;}
.service_list .fontbold{font-weight:bold;color:#000;}

.service_list:nth-child(5){border-right:#ccc 1px solid;border-left:#ccc 1px solid;padding-left:20px;}
.service_list:nth-child(6){padding-left:20px; padding-right:0px; margin-right: 20px}
.service_list:nth-child(9){border-right:#ccc 1px solid;border-left:#ccc 1px solid;padding-left:20px;}
.service_list:nth-child(10){padding-left:20px; padding-right:0px; margin-right: 20px}

.service_wh{width:795px;margin-left:15px;height:100%;overflow:hidden;float:left;line-height:20px;}
.service_wh td{padding-top:5px;padding-bottom:5px;}
.service_al{width:150px;float:left;}

.newadword{width:100%;text-align:right;padding-top:15px;padding-bottom: 15px;}
.newclasspic{width:100%;text-align:right;padding-top:15px;padding-bottom: 15px;}
.job_l{width:49%;float:left;}
.job_r{width:49%;float:right;}

/* 套餐 start */

.package-list>li {
    width: 400px;
    float: left;
    border-right: 1px dashed #ccc;
    min-height: 650px;
    overflow: hidden;
    padding: 0 80px 80px;
}

.tc_list_pc {
    width: 232px;
    height: 172px;
    overflow: hidden;
    text-align: center;
    margin: 0 auto;
}

.tc_list_pc img {
    width: 232px;
    height: 172px;
}

.tc_list_nav {
    height: 50px;
    line-height: 50px;
    width: 150px;
    margin: 0 auto;
    overflow: hidden;
}

.tc_list_nav li {
    float: left;
    width: 50px;
    height: 50px;
    line-height: 50px;
    border: 0 none;
    text-align: center;
}

.tel {
    display: inline-block;
    background: url("../images/tctel.gif") no-repeat center;
    width: 50px;
    height: 50px;
}

.tel:hover {
    background: url("../images/tctel1.gif") no-repeat center;
}

.qqlx {
    display: inline-block;
    background: url("../images/tcqq.gif") no-repeat center;
    width: 50px;
    height: 50px;
}

.qqlx:hover {
    background: url("../images/tcqq1.gif") no-repeat center;
}

.maillx {
    display: inline-block;
    background: url("../images/tcemail.gif") no-repeat center;
    width: 50px;
    height: 50px;
}

.maillx:hover {
    background: url("../images/tcemail1.gif") no-repeat center;
}

.tc_list_menu {
    width: 220px;
    height: 28px;
    background: url("../images/tcnavbg.jpg") no-repeat center;
    line-height: 28px;
    clear: both;
    margin: 20px 0;
}

.tc_list_menu li {
    float: left;
    width: 73px;
    text-align: center;
    border: 0 none;
}

.package-list a,
.package-list a:link,
.package-list a:visited,
.package-list a:active {
    color: #FFF;
    text-decoration: none;
    border: 0 none;
}

.tc_list_title {
    font-size: 14px;
    font-weight: bold;
    color: #000;
    height: 50px;
    line-height: 30px;
    padding-top: 10px;
    padding-bottom: 10px;
}

.tc_list_cn {
    color: #999;
    line-height: 20px;
    width: 220px;
    margin-bottom: 10px;
}

#tel {
    width: 542px;
    height: 330px;
    background: url("../images/zixunbg.gif") no-repeat;
    overflow: hidden;
}

#tel .tel-info {
    width: 238px;
    height: 23px;
    margin: 170px 0 0 250px;
    display: block;
}

#QQlx {
    width: 542px;
    height: 330px;
    background: url("../images/qqzx.jpg") no-repeat;
    overflow: hidden;
}

#QQlx .qqlx-info {
    margin: 50px 0 0 245px;
    display: block;
}

#QQlx .qqlx-info ul {
    clear: both;
    margin-bottom: 6px;
    width: 280px;
    display: inline-block;
}

#QQlx .qqlx-info li {
    float: left;
    margin-right: 10px;
    width: 100px;
    overflow: hidden;
}

#QQlx .qqlx-info li span {
    display: block;
    text-align: center;
    height: 22px;
    line-height: 22px;
    color: #6A6A6A;
}

#tel>img,
#QQlx>img {
    display: none;
    width: 100%;
}


/* 套餐 end */