/*通用类*/

.wrap {
    width: 1200px;
    margin: 0 auto;
}

.fix {
    *zoom: 1;
    *clear: both;
}

.fix:before,
.fix:after {
    display: table;
    clear: both;
    content: '';
}

.oh {
    overflow: hidden;
    *zoom: 1;
}

.fl,
.l {
    float: left;
}

.fr,
.r {
    float: right;
}

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

.pr {
    position: relative;
}

.pa {
    position: absolute;
}

.tc {
    text-align: center;
}

.tr {
    text-align: right;
}

.tl {
    text-align: left;
}

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

.v-align-m {
    vertical-align: middle;
}

.hide {
    display: none;
}

.opc0 {
    opacity: 0;
    filter: alpha(opacity=0);
}

.btn {
    display: block;
    width: 186px;
    height: 40px;
    border-radius: 5px;
    font-size: 16px;
    color: #fff;
    text-align: center;
    line-height: 40px;
    background-color: #ff3f40;
    transition: all .2s;
    -moz-transition: all .2s;
    -webkit-transition: all .2s;
    -o-transition: all .2s;
}

.btn:hover {
    color: #fff;
    opacity: .8;
    filter: alpha(opacity=80);
}

*[class*="rect-"] {
    position: relative;
    display: block;
    width: 100%;
    height: 0;
    over1flow: hidden;
}

*[class*="rect-"] .full {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    *height: auto;
}

.rect-35-1 {
    padding-bottom: 35.1%;
}

.rect-35-7 {
    padding-bottom: 35.7%;
}

.rect-40-1 {
    padding-bottom: 40.1%;
}

.rect-50 {
    padding-bottom: 50%;
}

.rect-53-8 {
    padding-bottom: 53.8%;
}

.rect-55 {
    padding-bottom: 55%;
}

.rect-5625 {
    padding-bottom: 56.25%;
}

.rect-57-3 {
    padding-bottom: 57.3%;
}

.rect-58-9 {
    padding-bottom: 58.9%;
}

.rect-60 {
    padding-bottom: 60%;
}

.rect-618 {
    padding-bottom: 61.8%;
}

.rect-62-7 {
    padding-bottom: 62.7%;
}

.rect-64-9 {
    padding-bottom: 64.9%;
}

.rect-70 {
    padding-bottom: 70%;
}

.rect-70-3 {
    padding-bottom: 70.3%;
}

.rect-71 {
    padding-bottom: 71%;
}

.rect-75 {
    padding-bottom: 75%;
}

.rect-80 {
    padding-bottom: 80%;
}

.rect-82 {
    padding-bottom: 82%;
}

.rect-90 {
    padding-bottom: 90%;
}

.rect-100 {
    padding-bottom: 100%;
}

.rect-118 {
    padding-bottom: 118%;
}

.rect-56-2 {
    padding-bottom: 56.2%;
}

.rect-57-8 {
    padding-bottom: 57.8%;
}

.rect-45-8 {
    padding-bottom: 45.8%;
}

/* 字体图标 */

@font-face {
    font-family: 'iconfont';
    /* project id 663870 */
    src: url('//at.alicdn.com/t/font_663870_pr63wgc3sg7gb9.eot');
    src: url('//at.alicdn.com/t/font_663870_pr63wgc3sg7gb9.eot?#iefix') format('embedded-opentype'), url('//at.alicdn.com/t/font_663870_pr63wgc3sg7gb9.woff') format('woff'), url('//at.alicdn.com/t/font_663870_pr63wgc3sg7gb9.ttf') format('truetype'), url('//at.alicdn.com/t/font_663870_pr63wgc3sg7gb9.svg#iconfont') format('svg');
}

.iconfont {
    display: inline-block;
    font-family: "iconfont" !important;
    font-size: 16px;
    vertical-align: middle;
    font-style: normal;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

/*动画效果*/

.imgZoom img,
.imgY180 img {
    transition: all .8s ease 0s;
}

.imgZoom {
    overflow: hidden;
}

.imgZoom:hover img {
    -webkit-transform: scale(1.1, 1.1);
    transform: scale(1.1, 1.1);
}

.imgY180:hover img {
    cursor: pointer;
    -webkit-transform: rotateY(180deg);
    transform: rotateY(180deg)
}

@keyframes shake {
    0%,
    to {
        transform: translate3d(0, -10px, 0)
    }
    100% {
        transform: translate3d(0, 10px, 0)
    }
}

.shake {
    animation-name: shake
}

/* 右侧导航栏 */
#newBridge {
    display: none !important;
}
.dx-conct {
    position: fixed;
    top: 50%;
    right: 5px;
    cursor: pointer;
    transition: all .3s ease;
    transform: translateY(-50%);
    z-index: 9999999;
}

.dx-bar ul li {
    width: 60px;
    height: 60px;
    font: 14px/60px 'Microsoft YaHei';
    color: #fff;
    list-style:none;
    text-indent: 60px;
    margin-bottom: 3px;
    border-radius: 5px;
    transition: all .3s ease;
    overflow: hidden;
}

.dx-bar .dx-top {
    background: #ff7200 url(../../img/pc/sideBar/fixCont-top.png) no-repeat 17px 18px;
}
.dx-bar .dx-top a{
    color:#fff;
    font: 14px/60px 'Microsoft YaHei';
    text-decoration:none;
}
.dx-bar .dx-top a:hover{
    text-decoration:none;
}
.dx-bar .dx-top a:visited{
    text-decoration:none;
}
.dx-bar .dx-top a:active{
    text-decoration:none;
}
.dx-bar .dx-top a:link{
    text-decoration:none;
}
.dx-bar .dx-phone {
    background: #ff7200 url(../../img/pc/sideBar/fixCont-mobile.png) no-repeat 17px 16px;
}

.dx-bar .dx-service {
    background: #ff7200 url(../../img/pc/sideBar/fixCont-service.png) no-repeat 16px 20px;
}

.dx-bar .dx-ercode {
    background: #ff7200 url(../../img/pc/sideBar/fixCont-qrcode.png) no-repeat 17px 16px;
}

.hd_qr {
    padding: 0 19px 20px 19px !important;
    background: none !important;
    box-shadow: none !important;
    max-width:100% !important;
    margin-left:0 !important;
}

.back-top {
    position: fixed;
    right: 15px;
    bottom: 15px;
    z-index: 999;
    display: block;
    width: 56px;
    height: 56px;
    background: transparent url(../../img/pc/back_top.png) 0 0 no-repeat;
    -webkit-background-size: 100% 100%;
    background-size: 100% 100%;
    transition: all .3s;
    -moz-transition: all .3s;
    /* Firefox 4 */
    -webkit-transition: all .3s;
    /* Safari 和 Chrome */
    -o-transition: all .3s;
    /* Opera */
    opacity: 1;
    filter: alpha(opacity=100);
}

.back-top:hover {
    background-image: url(../../img/pc/back_top_cur.png);
}

.back-top.hide {
    z-index: -1;
    opacity: 0;
    filter: alpha(opacity=0);
}
