﻿@charset "utf-8";
@font-face{font-family:'iconfont';src:url('http://at.alicdn.com/t/font_1432720974_1547027.eot');src:url('http://at.alicdn.com/t/font_1432720974_1547027.eot?#iefix') format('embedded-opentype'),url('http://at.alicdn.com/t/font_1432720974_1547027.woff') format('woff'),url('http://at.alicdn.com/t/font_1432720974_1547027.ttf') format('truetype'),url('http://at.alicdn.com/t/font_1432720974_1547027.svg#iconfont') format('svg')}
@font-face{font-family:'Pacifico';font-style:normal;font-weight:400;src:local('Pacifico Regular'),local('Pacifico-Regular'),url(http://fonts.gstatic.com/s/pacifico/v7/Q_Z9mv4hySLTMoMjnk_rCfesZW2xOQ-xsNqO47m55DA.woff2) format('woff2')}
.fa{display:inline-block;font-family:"iconfont";font-size:20px;font-style:normal;font-weight:400;line-height:1;-webkit-font-smoothing:antialiased;-webkit-text-stroke-width:0.2px;-moz-osx-font-smoothing:grayscale}
.fa-icon-qq:before{content:"\e604"}
.fa-icon-weibo:before{content:"\e600"}
.fa-icon-weixin:before{content:"\e605"}
.fa-icon-zaixianzixun:before{content:"\e608"}
/*初始化开始*/
*{margin:0;padding:0;}
body{background:#fff; background-size:cover; font:12px/22px "Microsoft YaHei","SimSun"; font-size:100%;}
body,ul,ol,li,p,a,h1,h2,h3,h4,h5,h6,form,fieldset,table,td,img,div,tr,dl,dd,select,option,span{ margin:0; padding:0;box-sizing: border-box;}
li,img,input,em,select{ list-style:none; font-style:normal; outline:none;}
a{ text-decoration:none !important; cursor:pointer !important;color: #333;}
a:hover{text-decoration: none !important;color: #333;}
select::-ms-expand { display: none; }
.img_none{display:none;}
.img-position-absolute{position: absolute;	top: 0;	bottom: 0; left: 0;	right: 0; max-width: 100%; max-height: 100%;display: block;	margin:auto;padding: auto;}
.clear::after {
    content: '.';
    height: 0;
    display: block;
    visibility: hidden;
    clear: both;}
body {
    font-size: 14px;
    font-family: 'Microsoft Yahei', Arial, Helvetica, sans-serif;
    border: 0;
    color: #333;
}
/*header开始*/
.container-fluid{
    max-width: 96%;
    margin: 0 auto;
}
.header2{background: #ffffff}
.logo{
    padding: 0;
    line-height: 120px;
}
.header-top{
    background:#106995;
    font-size: 12px;
    color: white;
    line-height: 25px;
}
.dex span a{
    display: inline-block;
    padding: 0 5px;
    color: white;
}
.dex span:hover .a{
    color:red;
}
.dex span:hover .a{
    color:red;
}
.dex>b{
    display: inline-block;
    margin-right: 2%;
}
.top-title{
    margin-top: 30px;
    margin-left: 30px;
    padding-left: 20px;
    /*border-left: 2px solid #106995;*/
}
.top-title>p{
    color: #666;
}
/*.top-title>h4{
    line-height: 30px;
}
.top-title>h4>span{
    display: inline-block;
    color: #106995;
    font-weight: bolder;
}
.top-title>h4>span:nth-child(2){
    margin-left: 20px;
}
.top-title>h4>span:nth-child(3){
    margin-left: 20px;
}*/
.num{
    margin-top:45px;
}
/*.num span {
    display: inline-block;
    color: #333;
    margin-left: 10px;
    margin-top: 20px;
}*/
.phone{
    line-height: 120px;
    margin-right: 10px;
}
.top-num {
    margin-top: 5px;
    font-size: 24px;
    color: #0090ff !important;
}

.top-title h3{
    font-size: 25px;
    letter-spacing:7px
}
.glyphicon {
    top: 0;
}
.ser{
    width: 300px;
    height: 30px;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translateX(-50%) translateY(-50%);
    -moz-transform: translateX(-50%) translateY(-50%);
    -ms-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
}
.btn-default {
     color: #0090ff;
     background-color: #fff;
     border-color: #ccc;
 }
.btn-default:focus {
      color: #0090ff;
      background-color: #fff;
      border-color: #ccc;
  }
.top-search{
    width: 300px;
    position: relative;
    height: 120px;
    margin-right: 20px;
}

.header2 .navbox{
    position: relative;
    height: 50px;
    width: 100%;
    z-index: 999;
  /*  background: -webkit-linear-gradient(#1b8cc4, #0f6893); !* Safari 5.1 - 6.0 *!
    background: -o-linear-gradient(#1b8cc4, #0f6893); !* Opera 11.1 - 12.0 *!
    background: -moz-linear-gradient(#1b8cc4, #0f6893); !* Firefox 3.6 - 15 *!
    background: linear-gradient(#1b8cc4, #0f6893); !* 标准的语法 *!*/
}

.header2 .navbox nav {
    max-width: 96%;
    margin: 0 auto;
}

.header2 .navbox  nav ul {
    width: 100%;
}

.header2 .navbox nav li {
    position: relative;
    width:10%;
    transition: all 0.3s;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
}
/*.header2>.navbox>nav>ul>li:nth-child(1) a{
    background: none;
}*/
.header2>.navbox>nav>ul>li>a{
    margin: 0 auto;
    display: block;
    height: 50px;
    font-size: 16px;
    line-height: 50px;
    font-weight: bolder;
}
/*.header2 .navbox  nav li a p{*/
/*line-height: 12px;*/
/*font-size: 12px;*/
/*}*/
.header2 .navbox  nav li a h3{
    line-height: 50px;
    font-size: 16px;
    position: relative;
    z-index: 3;
}
.xia{
     font-weight:100;
     line-height: 50px;
     display: inline-block;
     margin-left: 2%;
    font-size: 14px;
    color: #f60;
}
.header2 .navbox  nav li:hover{
    background: #eee;
}
.hover{
    background:#eee !important;
    color: #f60;
}


.header2 .navbox  nav li:hover>a {
    color: #f60;
    text-decoration: none
}

.header2 .navbox nav li:hover ul {
    display: block;
    z-index: 8;
}

.header2 .navbox  nav li ul {
    display: none;
    position: absolute;
    left: 0;
    top: 50px;
    width: 100%;
    background: #fff;
}
.header2 .navbox nav li ul li{
    width: 100%;
    background: none;
}

.header2 .navbox nav li ul li a {
    line-height: 50px;
    background: none;
}

.header2 .navbox nav li ul li:hover {
    background: #eee;
}
.header2 .navbox nav li ul li:hover>a{
    color:#f60;
}
.icon-menu{
    line-height: 80px;
}
.search{
    width: 100%;
    background: white;
    position: absolute;
    z-index: 9;
    padding: 20px 0;
    display: none;
}
.search>div>.input-group{
    width: 400px;
}
    /**/
/* banner*/
.banner{ width:100%;}
.ban_img { width:100%; padding-top:35.29%; position:relative; transition-duration: 5s;}
.swiper-pagination-bullet { width:12px; height:12px; border:1px solid #e1f2fc;  border-radius:0; background:#000;border-radius:50%;box-shadow:5px 0 5px inset #aaa; }
.swiper-pagination-bullet-active {
    opacity: 1;
    background:#613e03 !important;
}
/**/
.tit{
    margin-top: 30px;
    color: #727272;
}
.tit>h3{
    background: url("../images/tit-bj_02.png") center center no-repeat;

}
.img-about{
    padding-top: 51.16%;
}
.about-left{
    width: 31%;
    position: relative;
}
.about-right{
    width: 67%;
}
.about-right>h5{
   line-height: 2;
}
.about-right>p{
    line-height: 1.7;
    word-break: break-all;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.about-right>h4{
    line-height: 1.7;
    color: red;
}
.about-img {
    width:100%;
    text-align:center;
}
.about-img img {
    max-width:100%;
}
.about-mes{
    margin: 20px 0;
}
/**/
.lc-mes>span>a{
    display: inline-block;
    width: 10.5%;
    padding:3px 0 ;
    text-align: center;
    background: rgba(255, 255, 255, 0.58);
    transition: all .3s linear;

}
.lc-mes>span:hover>a{
    background: rgba(255, 102, 0, 0.86);
    transform:rotateY(360deg);
    -ms-transform:rotateY(360deg); 	/* Firefox */
    -webkit-transform:rotateY(360deg); /* Safari 和 Chrome */
    -o-transform:rotateY(360deg);
    transition: all .3s linear;
}
.lc-mes>span>a>p{
    line-height: 35px;
    color:#411616;
}

.lc{
    background:url("../images/bj1_06.jpg")center center no-repeat;
    background-size: 100% 100%;
}
.lc-mes{
    padding:130px 0;
}
.lc-img{
    height:45px;
    display: -webkit-box;
    display: -moz-box;
    display: box;
    -webkit-box-align: center;
    -moz-box-align: center;
    box-align: center;
    -webkit-box-pack: center;
    -moz-box-pack: center;
    box-pack: center;
}
.lc-img>img{
    width: 65%;
}

.zy-lc{
    background: #0090ff;
}
.zy-mes>span>a{
    display: inline-block;
    width: 10.5%;
    padding:3px 0 ;
    text-align: center;
    background: rgba(255, 255, 255, 0.58);
    transition: all .3s linear;

}
.zy-mes>span:hover>a{
    background: rgba(255, 102, 0, 0.86);
    transform:rotateY(360deg);
    -ms-transform:rotateY(360deg); 	/* Firefox */
    -webkit-transform:rotateY(360deg); /* Safari 和 Chrome */
    -o-transform:rotateY(360deg);
    transition: all .3s linear;
}
.zy-mes>span>a>p{
    line-height: 35px;
    color:#411616;
}

.zy-mes{
    padding:5px 0;
}
.zy-img{
    height:40px;
    display: -webkit-box;
    display: -moz-box;
    display: box;
    -webkit-box-align: center;
    -moz-box-align: center;
    box-align: center;
    -webkit-box-pack: center;
    -moz-box-pack: center;
    box-pack: center;
}
.zy-img>img{
    width: 65%;
}
.new-left>div>h4{
    width: 90%;
    line-height: 30px;
}
.new-left>div>h5{
    width: 10%;
    line-height: 30px;
    color: #ff6600;
}
.nes-mes>li{
    line-height: 3;
}
.nes-mes>li>a>p{
    width: 85%;
    overflow: hidden;
    color: #666;
    word-break: break-all;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
}
.nes-mes>li>a>span{
    width: 15%;
}
.new-right>div>h4{
    width: 90%;
    line-height: 30px;
}
.new-right>div>h5{
    width: 10%;
    line-height: 30px;
    color: #ff6600;
}
.news{
    margin-top: 20px;
}
/**/
.pro{
    margin-top: 30px;
}
.pro>li>a{
    display: block;
    position:relative;
    overflow: hidden;
}
.pro>li>a>img{
    transition: all .3s linear;
}
.pro>li>a:hover img{
    transform: scale(1.1,1.1);
    -ms-transform: scale(1.1,1.1);
    -moz-transform: scale(1.1,1.1);
    -webkit-transform: scale(1.1,1.1);
    -o-transform: scale(1.1,1.1);
    transition: all .3s linear;
}
.pro>li>p{
    line-height: 35px;
    text-align: center;
}
.img-cover{
    padding-top: 65.02% ;
}
.bt{
    background: url("../images/bj1_06.jpg")center center no-repeat;
    background-attachment:fixed;
    background-size: cover;
    padding: 20px 0;
}
.bt>div>div{
    width: 50%;
}
.bt>div>div>h1{
    color:#fffc00;
    margin-left: 2%;
}
.bt>div>div>h3{
    color:white;
    margin:15px 0 0 2%;
}
.bt-r{
    text-align: right;
}
.bt-r>span{
    display: inline-block;
    background: #fffc00;
    padding: 20px 70px;
    color: #003399;
    font-size: 18px;
    border-radius: 5px;
    margin-top: 10px;
}
/**/
.contact{
    padding: 20px 0;
    background: url("../images/bj2_06.png") top center no-repeat;
    background-size: 100% 100%;
}
.contact-mes{
    margin-top: 30px;
}
.contact-left p{font-size: 14px;color: #666;line-height: 30px;}
.contact-left>h5{line-height:40px;font-size: 16px}
.address span{font-size: 12px;color: #24a9ce; }
.contact-form h4 { font-size: 16px;line-height: 40px;color: #333;}
.contact-form label{display: block;}
.contact-form label p{font-size: 14px;color: #666;line-height: 30px;font-weight: 100;}
.contact-form label input{display: block; width: 100%;line-height: 36px;background: #f2f2f2;border: 1px dashed #999;}
.contact-form label textarea{display: block; width: 100%;line-height: 36px;background: #f2f2f2;border: 1px dashed #999;}
.contact-form label input[type=submit]{width: 132px;height: 36px;line-height: 36px;color: white;border: none;background: #006faf;margin-top: 25px;font-size: 14px;}
.contact-left>p{
    text-indent: 28px;
    line-height: 2;
}
/**/
.foot-fl>div>div{
    width: 20%;
    overflow: hidden;
}
.foot-fl>div>div>h4{
    line-height: 40px;
    font-size: 16px;
    color: #000000;
}
/**/
footer{
        background: #3366cc;
    margin-top: 15px;
    }
.footer-nav{
    text-align: center;
    color: white;
    font-size: 12px;
}
.footer-nav>a{
    display: inline-block;
    padding: 5px 10px;color: white;
    margin-top: 15px;
    font-size: 12px;
}
footer>div>p{
    color: white;
    text-align: center;
    font-size: 12px;
}
/**/
.hot{width:100%; height:58px; background:#000000; position:fixed; bottom:0; left:0; z-index:99; border-top:solid 2px #fff;}
.hot span{ color:#fff; font-size:16px; line-height:20px;}
.hot h6{ font-size:12px; line-height:20px;}
.hot .row div a{ display:block; color:#fff; padding:7px 0;}
.dbbox{ position: fixed; left: 0; bottom:70px; z-index:99; width: 100%; }
.dbbox .dbs{ position: relative; padding: 0 15px; display:none;}
.dbbox .dbs .neirong{padding: 10px; background: #fff; border-radius: 5px;}
.dbbox .dbs.ewm-box{ text-align:center; }
.dbbox .dbs.ewm-box:after{ content: ""; position: absolute; left:50%; bottom:-6px; z-index: 1; width:25%; height:6px;}
.dbbox .dbs.fenxiang-box:after{ content: ""; position: absolute; left:75%; bottom:-6px; z-index: 1; width:25%; height:6px; }
.dbbox .dbs.ewm-box img{ max-width: 140px; }
.dbbox .dbs.fenxiang-box .bdshare-button-style1-32 .li{ position: relative; padding: 6px 0; width: 20%; height: 44px; }
.dbbox .dbs.fenxiang-box .bdshare-button-style1-32 a{ position: absolute; left: 50%; top:6px; margin:0 0 0 -16px; float: inherit !important; display: block; }
footer ul li a{ padding: 0 10px; height: 12px; font-size: 12px; line-height: 12px; }
/**/
header .sjdnav{ width:150px; height:auto; position:absolute;right:10px; top:90px;z-index:9999; }
header .sjdnav ul{ padding:0; margin:0;}
header .sjdnav li{ height:35px;display:block; padding:0; background:#000000; text-align:center; margin-bottom:2px;}
header .sjdnav li a{display:block; color:white; line-height:35px; }
header .sjdnavhide{ height:0; overflow:hidden;}
/**/
.neiye-mes{margin: 20px 0;}
.neiye-nav-title{ height:50px;color:#fff;background:#0090ff; line-height: 50px;font-size: 20px;}
.neiye-nav-title h5{line-height:50px; font-size: 18px; margin-left: 20%;}
/*.neiye-nav-title h5 small{line-height: 50px;color: white;font-size: 12px}*/
/*.neiye-nav-title h5 span{display: inline-block;margin-right: 5%;}*/
#neiye-nav{background: white;padding: 8px 0;}
.neiye-nav{margin-top: 15px;}
/*.neiye-nav-con{margin:8px 0;cursor: pointer;}
.neiye-nav-con h5{color:#000; line-height: 40px; text-align: left; font-size: 16px;
    margin-left:10%;background:#e8e8e8;}*/
#neiye-nav2{
    border: 1px solid #a9a9a9;
    padding:0 1% 30px 1%;
}
.neiye-nav-con2{cursor: pointer;border-bottom: 1px solid #cecece;}
.neiye-nav-con2 a{display: block; }
.neiye-nav-con2 h5{color:#000; line-height: 40px; text-align: left; font-size: 16px;margin-left: 20% }
.neiye-nav-con2 h5 span{margin-right: 10% ;color:#0090ff;display: inline-block}
.neiye-nav-con2 a:hover{background: #0090ff;}
.neiye-nav-con2 a:hover>h5{color: white;}
.neiye-nav-con2 a:hover>h5>span{color: white;}
.neiye-nav-con2 .active{
    background:#0090ff;
}
.neiye-nav-con2 .active>h5{
    color: white;
}
.neiye-nav-con2 .active>h5>span{
    color: white;
}
#neiye-nav2>img{margin-top: 10px}

#neiye-nav2>p{
    line-height: 2;
}
/*#neiye-nav2>h5{
    color: #1857a6;
    line-height: 42px;
}*/

.padding2{
    border-bottom: 1px solid #ccc;
    line-height: 42px;
}
.padding2>.neiye-left-title>h3{
    line-height: 42px;
    font-size: 18px;
    color:#333333;
    margin-left: 5%;
}
.padding2>.neiye-left-title>h3>b{
    display: inline-block;
    margin-left: 10%;
    color:#0090ff;
}
.padding2>.neiye-left-title{width: 30%}
.padding2>.neiye-right-title{
    color: #aaaaaa;font-size: 14px;}
.ab{
margin-top: 30px;
}
.ab>p{line-height: 2.5;text-indent: 28px;font-size: 14px;}
.about-message{margin-top: 30px}
/**/
.subNavBox{margin:10px 10px 0px 10px;}
.subNav{text-align:center;cursor:pointer;font-size:24px;color:white; background:#0090ff;}
.subNav h5{font-size:18px;line-height:45px;display:inline;}
.subNav h5 small{color: white;}
.subNav span{line-height:45px;margin-right:20px;font-size: 18px;}
.subNav b{line-height: 45px;}
.navContent{display:none;}
.navContent>li{border-bottom: 1px solid #cecece}
.navContent>li:hover{background:#e3e3e3;}
.navContent>li>a{display:block;font-size:16px;line-height:40px;color:#333;
    text-align: center;
}
.navContent>li>a>span{color:#0090ff;display: inline-block;margin-right: 5%}
/**/
.item-list{margin-bottom: 20px}
.list-left{
    width:175px ;
    height: 115px;
}
.list-right{width: calc(98% - 175px);
              margin-left: 2%}
.list-right>a>h5{
    line-height: 30px;
}
.list-right>a>p{
    font-size: 14px;
    line-height: 2;
    word-break: break-all;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.list-right>a>span{
    font-size: 12px;
    color:#999999
}
.infomation{
    margin-top: 20px;
}
.con-top{
    margin-top: 20px;
}
.con-top>p{
    line-height: 2;
}
.track>p{
    line-height: 2;
    margin-top: 20px;
}
.pro-mes{
    margin-top: 20px;
}
.pro-mes>p{

    width: 70%;
    margin: 20px auto 0 auto;
}
.item-list:hover {
    box-shadow: 5px 5px 15px #333;
    transform: translateY(-6px);
    transition: all linear .3s;}
.item-list{ transition: all linear .3s;}
@media (max-width:1200px){
    .about-right>p{
        line-height: 1.7;
        word-break: break-all;
        display: -webkit-box;
        -webkit-line-clamp: 3;
        -webkit-box-orient: vertical;
        overflow: hidden;
    }
}
@media (max-width:991px) {
    .icon-menu {
        font-size: 40px;
        color: #006faf;
    }
    .about-left{
        width: 100%;
    }
    .about-right{
        width: 100%;
    }
    .bt>div>div{
        width: 100%;
    }
    .bt-r{
        text-align: left;
    }
    .bt>div>div>h1 {
        margin-left: 0;}
    .bt>div>div>h3 {
        color: white;
        margin: 15px 0 0 0;
    }
    .logo {
        padding: 0;
        line-height: 90px;
    }
}

@media (max-width:767px){

    body{
        padding-bottom: 55px;
    }
    .footer-nav>a {
        display: inline-block;
        padding: 0px 10px;
        margin-top: 10px}
}
@media (max-width:567px){

}
@media (max-width:500px){
    .list-right>a>h5{
        line-height: 20px;
        font-size: 12px;
    }
    .list-right>a>p{
        font-size: 12px;
        line-height: 2;
        word-break: break-all;
        display: -webkit-box;
        -webkit-line-clamp: 1.5;
        -webkit-box-orient: vertical;
        overflow: hidden;
    }
    .list-right>a>span{
        font-size: 10px;
        color:#999999
    }
    .list-left{
        width:122px ;
        height: 84px;
    }
    .list-right{width: calc(98% - 122px);
        margin-left: 2%}
}
@media (max-width:467px){
    .bt>div>div>h1 {
        margin-left: 0;
        font-size: 22px;
    }
    .bt>div>div>h3 {
        color: white;
        margin: 15px 0 0 0;
        font-size: 18px;
    }
    .bt-r>span {
        display: inline-block;
        background: #fffc00;
        padding: 10px 40px;
        color: #003399;
        font-size: 16px;
        border-radius: 5px;
        margin-top: 10px;
    }
}

@media (max-width:376px){


}



/*浮动QQ*/
.dock {
	position: fixed;
	right: 0px;
	width: 50px;
	-moz-opacity: 0.7;
	opacity: 0.7;
	z-index: 200;
}

.dock.close {
	z-index: 50;
}

.dock ul.icons {
	position: absolute;
	list-style: none;
	right: 0px;
	padding: 0px;
	width: 50px;
	border: 1px solid #333;
	border-right: none;
	background: #111;
	-moz-border-radius: 10px 0 0 10px;
	-webkit-border-radius: 10px 0 0 10px;
	border-radius: 10px 0 0 10px;
	-webkit-transition: all .3s ease-in-out 0s;
	-moz-transition: all .3s ease-in-out 0s;
	-ms-transition: all .3s ease-in-out 0s;
	-o-transition: all .3s ease-in-out 0s;
	transition: all .3s ease-in-out 0s;
}

.dock.close ul.icons {
	right: -70px;
}

.dock ul.icons li i {
	display: block;
	position: relative;
	width: 50px;
	height: 50px;
	background: url(../images/icons.png) no-repeat;
	cursor: pointer;
	-webkit-transition: all .3s ease-in-out 0s;
	-moz-transition: all .3s ease-in-out 0s;
	-ms-transition: all .3s ease-in-out 0s;
	-o-transition: all .3s ease-in-out 0s;
	transition: all .3s ease-in-out 0s;
	z-index: 210;
}

.dock ul.icons li.active i {
	-moz-opacity: 0.4;
	opacity: 0.4;
}

.dock ul.icons li.up i {
	background-position: -63px -150px;
}

.dock ul.icons li.tel i {
	background-position: -62px -108px;
}

.dock ul.icons li.im i {
	background-position: -63px -20px;
}

.dock ul.icons li.wechat i {
	background-position: -59px -66px;
}

.dock ul.icons li.down i {
	background-position: -63px -190px;
}

.dock ul.icons li p {
	display: block;
	position: absolute;
	top: 50px;
	right: -260px;
	padding: 15px 20px;
	height: 120px;
	color: White;
	line-height: 30px;
	border: 1px solid #333;
	border-right: none;
	background: #111;
	-moz-border-radius: 10px 0 0 10px;
	-webkit-border-radius: 10px 0 0 10px;
	border-radius: 10px 0 0 10px;
	-moz-opacity: 0;
	opacity: 0;
	filter: alpha(opacity=0);
	-webkit-transition: all .4s ease-in-out .1s;
	-moz-transition: all .4s ease-in-out .1s;
	-ms-transition: all .4s ease-in-out .1s;
	-o-transition: all .4s ease-in-out .1s;
	transition: all .4s ease-in-out .1s;
	overflow: hidden;
	z-index: 201;
}

.dock ul.icons li.active p {
	right: 50px;
	-moz-opacity: 1;
	opacity: 1;
	filter: alpha(opacity=100);
}

.dock ul.icons li.tel p {
width: 143px;
    height:130px;
    line-height:30px
}

.dock ul.icons li.im p {
	width: 140px;
    height:170px;
    line-height:30px
}

.dock ul.icons li.im p a {
	display: block;
	margin-top: 12px;
	width: 100px;
	height: 35px;
	line-height: 32px;
	color: #00dfb9;
	font-size: 16px;
	text-align: center;
	text-decoration: none;
	border: 1px solid #00dfb9;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	-webkit-transition: all .3s ease-in-out 0s;
	-moz-transition: all .3s ease-in-out 0s;
	-ms-transition: all .3s ease-in-out 0s;
	-o-transition: all .3s ease-in-out 0s;
	transition: all .3s ease-in-out 0s;
}

.dock ul.icons li.im p a:hover {
	color: White;
	background: #0f8773;
	border: 1px solid #0f8773;
}

.dock ul.icons li.wechat p {
	width: 180px;
    height:180px;
    line-height:30px
}

.dock ul.icons li.wechat p img {
	
	border: 2px solid #000;
}

.dock a.switch {
	position: absolute;
	display: block;
	top: 270px;
	right: 11px;
	width: 26px;
	height: 26px;
	background: url(../images/icons.png) no-repeat 0px -640px;
	cursor: pointer;
	-webkit-transition-delay: .15s;
	-moz-transition-delay: .15s;
	-ms-transition-delay: .15s;
	-o-transition-delay: .15s;
	transition-delay: .15s;
}

.dock a.switch.off {
	background-position: -32px -640px;
}


