* {
    margin: 0;
    padding: 0;
    text-decoration: none;
    font-family: "微软雅黑";
}

body {
    background: #d1dcf8;
    min-height: 100%;
}

input,
select {
    border: 0;
    outline: none;
}


/*公用头部导航css*/

.header {
    width: 100%;
    background: url(../images/navBJ.png) repeat;
    height: 80px;
    /*position: fixed;
    z-index: 99;
    left: 0;
    top: 0;*/
}

.header .nav {
    width: 1200px;
    margin: 0 auto;
}

.header .nav .logo {
    float: left;
    padding-top: 14px;
}

.header .nav .logo img {
    width: 177px;
    height: 70px;
}

.header .nav .right {
    float: right;
}

.header .right .item {
    float: left;
    margin-right: 30px;
    position: relative;
}

.header .right .item a {
    font-size: 16px;
    line-height: 80px;
    color: #FFF;
    transition: all 0.2s ease-out 0s;
}

.header .right .item a:hover {
    color: #2a61d1;
}

.header .right .item span {
    width: 100%;
    position: absolute;
    left: 0;
    bottom: 0;
    height: 5px;
    background: #2a61d1;
    display: none;
}

.header .right .item a:hover .item span {
    display: block;
}

.header .right .item.active a {
    color: #2a61d1;
}

.header .right .item.active span {
    display: block;
}


/*公用底部css*/

.foot {
    width: 100%;
    height: 202px;
    background: #0f0d0a;
}

.foot .center {
    width: 1000px;
    height: 202px;
    margin: 0 auto;
}

.foot .center .logo_shinng {
    float: left;
    margin-left: -95px;
    padding-top: 48px;
    margin-right: 58px;
}

.foot .center .logo_taitan {
    float: left;
    padding-top: 48px;
}

.foot .rightMain {
    float: right;
    padding-top: 42px;
    font-size: 14px;
    color: #ffe4ce;
}

.foot .rightMain .top a {
    display: inline-block;
    width: 98px;
    text-align: center;
    border-right: 1px solid #ffe4ce;
    color: #ffe4ce;
    margin-bottom: 12px;
}

.foot .rightMain .top a.fn {
    width: 77px;
    text-align: left;
}

.foot .rightMain .top a.active {
    border: none;
}

.foot .rightMain p {
    margin-bottom: 12px;
}

.foot .rightMain .zhanzhang a {
    font-size: 14px;
    color: #7e756e;
}

.foot .rightMain a:hover {
    text-decoration: underline;
}

.foot.active .center {
    width: 1200px;
    height: 202px;
    margin: 0 auto;
}

.foot.active .center .logo_shinng {
    margin-left: 0;
}

.foot.active .rightMain {
    float: left;
    margin-left: 102px;
}

.pagingCenter {
    overflow: hidden;
}

.pagingCenter .banner {
    width: 100%;
    height: 420px;
    background: url(../images/bannerS.png) no-repeat center;
}

.container_gy {
    width: 1200px;
    margin: -70px auto 0;
    overflow: hidden;
}

.container_gy .left {
    width: 251px;
    float: left;
    margin-right: 10px;
}

.container_gy .downCell {
    height: 276px;
    margin-bottom: 10px;
}

.container_gy .downCell .dwnBtn {
    display: block;
    position: relative;
    height: 128px;
}

.container_gy .main {
    padding: 12px 10px;
    width: 231px;
    overflow: hidden;
    background: #33477d;
    position: relative;
}

.container_gy .main .lingxing {
    width: 10px;
    height: 10px;
    position: absolute;
    left: 116px;
    top: 67px;
    background: #33477d;
    border: 1px solid #4b6bc4;
    transform: rotate( 45deg);
    z-index: 9;
}

.container_gy .main .item {
    width: 112px;
    height: 63px;
    float: left;
    color: #FFF;
}

.container_gy .main .item img {
    display: block;
    margin: 0 auto;
    width: 24px;
    padding-top: 6px;
}

.container_gy .main .item p {
    text-align: center;
    font-size: 14px;
    padding-top: 4px;
    transition: all 0.2s ease-out 0s;
}

.container_gy .main .item.active {
    border-bottom: 1px solid #4b6bc4;
    border-right: 1px dashed #4b6bc4;
}

.container_gy .main .item.rt {
    border-bottom: 1px solid #4b6bc4;
}

.container_gy .main .item.fn {
    border-right: 1px dashed #4b6bc4;
}

.container_gy .introduce .item:hover p {
    color: #b39160;
}

.container_gy .introduce .item:hover img {
    transform-style: preserve-3d;
    animation: e-icon 1.8s linear both infinite;
}

@keyframes e-icon {
    to {
        transform: rotateY(360deg)
    }
}

.container_gy .customerService {
    width: 251px;
    height: 454px;
    background: #33477d;
    margin-bottom: 10px;
}

.container_gy .customerService .top {
    margin: 0 17px;
    padding: 17px 0 15px;
    border-bottom: 1px solid #415da8;
    overflow: hidden;
}

.container_gy .customerService .name {
    float: left;
    font-size: 18px;
    color: #FFF;
}

.container_gy .customerService .top a {
    display: block;
    float: right;
}

.container_gy .customerService .top a img {
    width: 14px;
}

.container_gy .customerService .list {
    overflow: hidden;
    padding: 12px 17px;
}

.container_gy .customerService .list a {
    float: left;
    width: 102px;
    height: 31px;
    text-align: center;
    line-height: 31px;
    font-size: 14px;
    cursor: pointer;
    color: #000000;
    background: #FFF;
    border: 1px solid #2c5bbd;
    margin-bottom: 12px;
    transition: all 0.2s ease-out 0s;
}

.container_gy .customerService .list a:hover {
    color: #b39160;
}

.container_gy .customerService .list a.active {
    float: right;
}

.container_gy .customerService .quncode {
    width: 134px;
    margin: 0 auto 12px;
}

.container_gy .customerService .text {
    text-align: center;
    font-size: 18px;
    color: #ffffff;
    margin-bottom: 16px;
}

.container_gy .customerService .clickInQQqun {
    font-size: 14px;
    color: #ffffff;
    text-align: center;
    text-decoration: underline;
    display: block;
    margin: 0 auto;
    transition: all 0.2s ease-out 0s;
}

.container_gy .customerService .clickInQQqun:hover {
    color: #b39160;
}

.container_gy .rightCell {
    width: 939px;
    float: left;
    margin-bottom: 37px;
    background: #FFF;
}

.container_gy .rightCell .title {
    height: 69px;
    background: url(../images/navBj_gy.png) repeat;
    line-height: 69px;
    color: #FFF;
}

.container_gy .rightCell .title .lftext {
    float: left;
    font-size: 20px;
    padding-left: 28px;
}

.container_gy .rightCell .title .crumbs {
    float: right;
    padding-right: 20px;
}

.rightCell .crumbs .tip,
.rightCell .crumbs a {
    display: inline-block;
    font-size: 14px;
    color: #FFF;
}

.rightCell .crumbs a:hover {
    text-decoration: underline;
}

.pagination {
    text-align: center;
    clear: both;
}

.pagination a {
    cursor: pointer;
    display: inline-block;
    width: 24px;
    height: 24px;
    background: #eeeeee;
    color: #666666;
    margin-right: 14px;
}

.pagination a.item.select {
    color: #FFF;
    background: #4c71d3;
}

.pagination button {
    background: none;
    border: none;
    font-size: 14px;
    color: #666666;
    cursor: pointer;
}

.pagination button.ft {
    margin-right: 18px;
}

.pagination button.lt {
    margin-left: 6px;
}

.pagination input {
    width: 24px;
    height: 24px;
    border: none;
    text-align: center;
    background: #FFF;
    margin-left: 18px;
    border: 1px solid #e5e5e5;
}

.pagination .go {
    width: 36px;
    height: 24px;
    color: #FFF;
    background: #4c71d3;
    margin-left: 18px;
    font-size: 14px;
    border-radius: 4px;
}