﻿*{
    margin: 0;
    padding: 0;
    font-family:"微软雅黑", "Arial", "Microsoft YaHei", "黑体", "宋体", sans-serif;
}
@font-face {
    font-family: 'iconfont';
    src: url('IconFont/iconfont.eot');
    src: url('IconFont/iconfont.eot?#iefix') format('embedded-opentype'),
    url('IconFont/iconfont.woff') format('woff'),
    url('IconFont/iconfont.ttf') format('truetype'),
    url('IconFont/iconfont.svg#iconfont') format('svg');
}
.iconfont {
    font-family:"iconfont" !important;
    font-size:16px;
    font-style:normal;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

html,body{
    width: 100%;
    height: 100%;
}
ul{
    list-style-type: none;
}
a{
    text-decoration: none;
    color: #fff;
}
a:hover{
    color: #FFF;
}
.nav{
    width: 100%;
    height: 75px;
    background-color: transparent;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1000;
    transition:background-color 1s;
    -webkit-transition:background-color 1s;
    -moz-transition:background-color 1s;
}
.nav>ul{
    overflow: hidden;
    width: 1260px;
    height: 100%;
    margin: 0 auto;
}
.nav>ul>li{
    float: left;
}
.nav>ul>.nav-last{
    float: right;
}
.nav>ul>li>a{
    color: #fff;
    font-size: 18px;
}
.nav>ul>li{
    padding: 0 20px;
    /*height: 100%;*/
    text-align: center;
    line-height: 75px;
    height: 75px;
}
.nav>ul>li>a:hover{
    color: #e64340;
}
.nav>ul>#menuLogo{
    width: 121px;
    margin-right: 35px;
}
.nav>ul>#menuLogo>a{
    display: inline-block;
    width: 100%;
    height: 100%;

}
.nav>ul>#menuLogo>a>img{
    width: 100%;
    height: 100%;
    vertical-align: middle;
}
#login{
    display: inline-block;
    font-size: 16px;
    color: #fff;
    margin-right: 20px;
}
#register{
    display: inline-block;
    border-radius: 20px;
    padding: 0 15px;
    height: 28px;
    line-height: 28px;
    color: #e64340;
    font-size: 16px;
    background: #fff;
    text-align: center;
    margin-right: 5px;
}
.nav>ul>.nav-last{
    /*width: 180px;*/
    text-align: right;

}
.nav>ul>.nav-last>a{
    text-align: center;

}
.nav-last>div>a{
    color: #000;
    font-size: 14px;
}
#username{
    margin-right: 8px;
}
.nav-last>div{
    display: none;
}

.menu:hover .menu-list{
    visibility: visible;
}
.menu-list{
    visibility: hidden;
    position: absolute;
    /*width: 85px;*/
    top: 55px;
    z-index: 10000;

}
.menu-list>li{
    line-height: 38px;
    /*text-align: center;*/
}
.menu-list>li>a{
    display: inline-block;
    width: 100%;
    height: 100%;
    background-color: #f4f4f4;
    color: #000;
    font-size: 14px;
    border-bottom: 1px solid #ddd;
    padding: 0 3px 0 10px;
    text-align: left;
}
.menu-list>li>a i{
    font-size: 18px;
    margin-right: 5px;
}
.menu-list>li>a:hover{
    background-color: #e0e0e0;
}


.cm-footer{
    padding: 80px 0 30px 0;
    background-color: #3D3E48;
}
.cm-footer-content{
    width: 1260px;
    margin: 0 auto;
    overflow: hidden;
    padding-bottom: 50px;
    border-bottom: 1px solid #494949;
}
.cm-footer-content>div{
    float: left;
    width: 410px;
}
.cm-footer-content>div>h5{
    color: #fff;
    font-size: 14px;
}
.cm-footer-content>div>a{
    color: #959595;
    display: block;
    margin-top: 20px;
    font-size: 14px;
}
.cm-footer-content>div:last-of-type{
    width: auto;
    overflow: hidden;
}
.cm-footer-content>.cm-footer-qrcode{
    float: right;
}
.cm-footer-qrcode>div{
    width: 120px;
    float: left;
    margin-left: 60px;
    text-align: center;
    font-size: 12px;
    color: #eee;
}
.cm-footer-qrcode>div>p{
    margin-top: 5px;
}
.cm-footer-record{
    text-align: center;
    font-size: 12px;
    color: #959595;
    margin-top: 26px;
}


/*联系方式*/
.contact{
    background-color: #eee;
    position: fixed;
    top: 50%;
    right: 10px;
    z-index: 10;
    margin-top: -205px;
    border-radius: 2px;


}
.contact>a{
    /*font-family: iconfont;*/
    color: #9C9C9C;
    font-size: 18px;
    display: block;
    padding: 8px;
    text-align: center;
    border-top: 1px solid #e3e3e3;
    position: relative;
    cursor:pointer;

}
.contact>a:first-of-type{
    border-top: none;
}
.contact>a:last-of-type>i{
    font-size: 35px;
}
.contact>a>img {
    position: absolute;
    display: none;
    width: 128px;
    left: -132px;
    top: -33px;

}
.contact>a>div {
    position: absolute;
    display: none;
    width: 90px;
    right: 64px;
    top: 0;


}
.huichang>span{
    display: block;
    padding: 8px 16px;
    background-color: #4e4e4e;
    color: #959595;
    font-size: 12px;
}
.huichang>span:hover{
    color: #fff;
}
.contact>a:hover .commonImage{
    display: block;
}
#phone>img{
    width: 130px;
    top: 5px;
    left: -134px;
}
.contact>a:hover{
    color: #fff;
    background-color: #108AED;
}
.contact>a>span{
    font-size: 12px;
    display: block;
    margin-top: 2px;
}

.common-btn{
    display: inline-block;
    background-color: #e64340;
    font-size: 18px;
    color: #fff;
    height: 55px;
    line-height: 55px;
    border-radius: 55px;
    padding: 0 55px;
}
.common-container{
    padding: 90px 0 80px 0;
}
.common-container-title{
    text-align: center;
    margin-bottom: 60px;
}
.common-container-title>h3{
    font-size: 28px;
    color: #434343;
    margin-bottom: 8px;
}
.common-container-title>span{
    font-size: 14px;
    color: #959595;
}
.common-container-title>p{
    font-size: 16px;
    color: #959595;
    margin-top: 24px;
}

.common-card{
    width: 1200px;
    height: auto;
    overflow: hidden;
    position: relative;
    margin: 0 auto;
    border: 1px solid #dddddd7d;
    /*box-shadow: 0 1px 6px rgba(0, 0, 0, 0.2);*/
}
.common-card .card-title{
    padding: 16px 40px;
    background-color: #F1F8FE;
}
.common-card .card-title>span{
    margin-right: 5px;
    font-size: 30px;
    color: #434343;
}
.common-card .card-title>span:first-of-type{
    color: #108AED;
}
.common-card .card-title>span:last-of-type{
    font-size: 16px;
}
.common-card .card-content{
    padding: 50px 40px;
}
.common-banner{
    position: relative;
}
.common-banner>img{
    width: 100%;
}
.common-banner-title{
    width: 100%;
    position: absolute;
    top: 50%;
    z-index: 10;
    margin-top: -90px;
    text-align: center;
    color: #fff;
}
.common-banner-title>h3{
    font-size: 60px;
    margin-bottom: 35px;
    font-weight: 500;
}
.common-banner-title>p{
    font-size: 22px;
}

/*tabs*/
.cm-tabs-title{
    text-align: center;
    height: 38px;
    line-height: 38px;
    margin-bottom: 80px;
}
.cm-tabs-title>a{
    display: inline-block;
    font-size: 14px;
    color: #959595;
    padding: 0 30px;
    cursor: pointer;

}
.cm-tabs-title>span{
    display: inline-block;
    height: 9px;
    width: 1px;
    background-color: #eee;
}
.cm-tabs-title>span:last-of-type{
    display: none;
}
.cm-tabs-title .del{
    background-color: #00CD45;
    color: #fff;
}
.cm-tabs-title>.tabs-title-checked{
    background-color: #00CD45;
    color: #fff;
}
.cm-tabs-content .cm-tabs-item{
    display: none;
}
.cm-tabs-content>.del{
    display: block;
}
.cm-tabs-content>.ckecked{
    display: block;
}


.casus-item{
    overflow: hidden;
}
.casus-item>div{
    float: left;
    margin: 0 30px 60px 0 ;
    width: 400px;
    padding: 20px;
    box-sizing: border-box;
    background-color: #F9FBFF;
    border-radius: 8px;
    height: 385px;
    overflow: hidden;
}
.casus-item>div:nth-of-type(3n+3){
    margin-right: 0;
}
.casus-item .casus-item-cover{
    width: 100%;
    height: 200px;
    overflow: hidden;
}
.casus-item .casus-item-cover img{
    width: 100%;
    -webkit-transition: -webkit-transform 0.3s;
    -moz-transition: -moz-transform 0.3s;
    -o-transition: -o-transform 0.3s;
    transition: transform 0.3s;
}
.casus-item .casus-item-cover img:hover{
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1);
}
.casus-item .casus-item-title{
    font-size: 16px;
    color: #656565;
    margin: 16px 0 0 0;
}
.casus-item .casus-item-date{
    font-size: 12px;
    color: #959595;
}
.casus-item .casus-item-des{
    font-size: 12px;
    color: #959595;
    margin-top: 20px;
    height: 48px;
    overflow: hidden;
}

.common-down{
    text-align: center;
    padding: 10px 0;
}
.common-down>i{
    font-size: 34px;
    font-weight: 700;
    color: #e64340;
    position: relative;
    -webkit-animation: shake-data-v-78f4f68b 1s infinite;
    animation: shake-data-v-78f4f68b 1s infinite;
}

.sidebar{
    width: 160px;
    position: fixed;
    top: 50%;
    right: 10px;
    z-index: 100;
    margin-top: -315px;
    color: #fff;
    font-size: 14px;
    text-align: center;
}
.sidebar>div{
    height: 88px;
    margin-top: 10px;
    background-color: #50ADF8;
}
.sidebar>div:first-of-type:before{
    content: '';
    width: 160px;
    height: 10px;
    background-color: #2D5C95;
    position: relative;
    top: -10px;
    border-radius: 10px 10px 0 0;
    display: block;
}
.sidebar>div:not(:first-of-type):before{
    content: '';
    width: 142px;
    height: 10px;
    background-color: #2D5C95;
    display: block;
    transform: skew(-60deg);
    -webkit-transform:skew(-60deg) ;
    -moz-transform: skew(-60deg);
    -o-transform:skew(-60deg) ;
    -ms-transform: skew(-60deg);
    position: relative;
    top: -10px;
    left: 9px;
}
.sidebar>div:last-of-type{
    height: 38px;
    border-radius: 0 0 38px 38px;
}
.sidebar>.one a{
    display: inline-block;
    line-height: 34px;
}
.sidebar>.one a img{
    vertical-align: middle;
}
.sidebar>.two p:first-of-type{
    margin: 4px 0;
}
.sidebar>.three a{
    display: block;
}
.sidebar>.three a:nth-of-type(2){
    margin: 5px 0;
}
.sidebar>.three a i{
    font-size: 16px;
    margin-right: 5px;
}
.sidebar>.four a{
    display: inline-block;
}
.sidebar>.four a:first-of-type>img{
    margin: -2px 0 2px 0;
    vertical-align: middle;
}
.sidebar>.five{
    height: 180px;
}
.sidebar>.five img{
    border: 8px solid #fff ;
    margin-top: 4px;
}
.sidebar i{
    font-size: 18px;
}