﻿
/*CSS样式重写*/
body,p,h1,h2,h3,h4,h5,h6,ul,ol,li,dl,dt,dd,pre{
    margin:0;
    padding:0;
    border:none;
    list-style:none;
    box-sizing: border-box;
}
body{
    font-family: "microsoft yahei","Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 14px;
    line-height: 1.42857143;
    color: #333;
    min-width: 1200px;
}
a{
    color: #333;
    text-decoration:none;
    transition: .3s;
}
a:hover{
    color: #0070D0;
    text-decoration:none;
}
input,button{
    outline:0;
}
img{
    vertical-align: middle;
    border: 0;
    transition: .3s;
    max-width: 100%;
}

/*通用样式*/
.lf{
    float: left;
}
.rt{
    float: right;
}
.container{
    width: 1200px;
    margin: 0 auto;
    position: relative;
}
.container:before,
.container:after{
    content: '';
    display: table;
    clear: both;
}
.ellipsis{
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}

/*头部*/
.header{
    height: 158px;
    border-top: 6px solid #005CA7;
    background: url(../image/header.jpg) no-repeat center top;
}
.header .logo{
    float: left;
    margin-top: 35px;
    animation: zoomIn 1s;
}
.header form{
    position: relative;
    height: 40px;
    margin-top: 55px;
    padding-right: 50px;
}
.header input[type='text']{
    width: 200px;
    height: 40px;
    line-height: 40px;
    padding: 0 15px;
    border: none;
    background-color: #fff;
}
.header input[type='submit']{
    position: absolute;
    top: 0;
    right: 0;
    width: 50px;
    height: 40px;
    border: none;
    background: #0062C7 url(../image/search10.png) no-repeat center center;
}
.toggle{
    display: none;
}
/*导航栏*/
.nav{
    height: 60px;
    background-color: #005CA7;
}
.menu>li{
    float: left;
    position: relative;
    width: 133.33px;
    line-height: 60px;
}
.menu>li:after{
    content: '';
    position: absolute;
    top: 20px;
    right: 0;
    width: 1px;
    height: 20px;
    background-color: #2D8EC3;
}
.menu>li:last-child:after{
    display: none;
}
.menu>li>a{
    display: block;
    position: relative;
    color: #fff;
    font-size: 16px;
    text-align: center;
}
.menu>li:hover>a:before{
    content: '';
    position: absolute;
    left: 50%;
    bottom: 2px;
    width: 0;
    height: 0;
    margin-left: -6px;
    border: 6px solid transparent;
    border-bottom-color: #0083F3;
}
.menu>li:hover>a:after{
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    height: 3px;
    background: #0083F3;
}

.menu>li>span{
    display: none;
}
.second-menu{
    position: absolute;
    top: 60px;
    left: 0;
    right: 0;
    line-height: 35px;
    padding: 5px 0;
    background: rgba(0,0,0,.6);
    z-index: 999;
    display: none;
}
.second-menu a{
    position: relative;
    display: block;
    color: #fff;
    font-size: 14px;
    text-align: center;
}
.second-menu a:hover{
    color: #0083F3;
}

.section{
    position: relative;
    min-height: 500px;
    padding-bottom: 40px;
    background: url(../image/section-bg.jpg) no-repeat center top;
}
.section>.container{
    width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
    background-color: #fff;
}

.title{
    height: 40px;
    line-height: 40px;
    margin: 25px 0;
}
.title span{
    color: #818080;
    font-size: 30px;
    text-transform: uppercase;
}
.title p{
    color: #000;
    font-size: 24px;
    padding-left: 50px;
    background: url(../image/gsdt.png) no-repeat left center;
}
.title a i{
    display: inline-block;
    margin: 0 3px;
    width: 9px;
    height: 9px;
    background: #C2C0C0;
    border-radius: 50%;
}
.title a:hover i{
    background: #0083F3;
}

.wrapper{
    overflow: hidden;
}

/*通知公告*/
.notice{
    float: right;
    width: 380px;
}
.notice .title p{
    background-image: url(../image/tzgg.png);
}
.notice ul li {
    font-size: 16px;
    padding-bottom: 14px;
    margin-bottom: 15px;
    border-bottom: 1px solid #E3E3E3;
}
.notice ul li span{
    float: right;
    color: #999;
}
.notice ul li p{
    position: relative;
    padding-left: 17px;
    margin-right: 60px;
}
.notice ul li p:before{
    content: '';
    position: absolute;
    top: 7px;
    left: 0;
    width: 7px;
    height: 7px;
    background-color: #CBCBCB;
    border-radius: 50%;
}
.notice ul li p:hover:before{
    background-color: #005CA7;
}

/*公司动态*/
.company{
    float: left;
    width: 790px;
}
.albumBox{
    float: left;
    width: 425px;
    height: 296px;
    overflow:hidden;
    position:relative;
}
.albumBox .hd{
    position:absolute;
    right: 0;
    bottom: 15px;
    z-index:1;
}
.albumBox .hd ul{
    width: 100%;
    text-align: right;
    padding-right: 10px;
}
.albumBox .hd ul li{
    width: 20px;
    height: 20px;
    line-height: 20px;
    color: #fff;
    font-size: 12px;
    text-align: center;
    background: #666;
    cursor:pointer;
    display: inline-block;
}
.albumBox .hd ul li.on{
    background:#0062C7;
}
.albumBox .bd li{
    zoom:1;
    vertical-align:middle;
    position: relative;
}
.albumBox .bd li>a{
    display: block;
    height: 100%;
    overflow: hidden;
}
.albumBox .bd img{
    display:inline-block;
    width: 100%;
    height: 296px;
}
.albumBox .bd img:hover{
    transform: scale(1.1);
}
.albumBox .bd li p{
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    height: 50px;
    line-height: 50px;
    color: #fff;
    font-size: 16px;
    text-align: left;
    padding: 0 120px 0 15px;
    background-color: rgba(0,0,0,.5);
}
.albumBox .bd li p a{
    color: #fff;
}

.txt-list{
    float: right;
    width: 345px;
}
.txt-list li{
    font-size: 16px;
    padding-bottom: 14px;
    margin-bottom: 15px;
    border-bottom: 1px solid #E3E3E3;
}
.txt-list li span{
    float: right;
    color: #999;
}
.txt-list li p{
    margin-right: 60px;
}

/*企业名录*/
.business{
    padding-bottom: 50px;
}
.business .title p{
    background-image: url(../image/qyml.png);
}
.business-box{
    position: relative;
}
.business-box .bd{
    height: 460px;
}
.business-box .bd li a.lf{
    width: 590px;
    height: 460px;
    overflow: hidden;
}
.business-box .bd li a.lf img{
    width: 100%;
    min-height: 460px;
}
.business-box .bd li a.lf img:hover{
    transform: scale(1.15);
}
.business-box .bd .intro{
    margin-top: 55px;
}
.intro{
    float: right;
    width: 610px;
    padding: 30px 40px;
    color: #fff;
    font-size: 16px;
    background: rgba(26,130,224,.8);
    box-sizing: border-box;
}
.intro h2{
    position: relative;
    font: 24px normal;
}
.intro h2:after{
    content: '';
    position: absolute;
    left: 0;
    bottom: -15px;
    width: 60px;
    height: 3px;
    background: #F6D300;
}
.intro h2 a{
    color: #fff;
}
.intro h2 a:hover{
    color: #F6D300;
}
.intro p{
    height: 210px;
    line-height: 30px;
    overflow: hidden;
    text-indent: 2em;
    text-align: justify;
    margin-top: 50px;
}
.business-box .hd{
    position: absolute;
    left: 0;
    right: 0;
    bottom: -50px;
    text-align: center;
}
.business-box .hd li{
    display: inline-block;
    width: 8px;
    height: 8px;
    margin: 0 3px;
    background: #CACACA;
    border-radius: 50%;
    transition: .3s;
    cursor: pointer;
}
.business-box .hd li.on{
    width: 30px;
    background: #2688E5;
    border-radius: 35px;
}
.business-box .arrow{
    position: absolute;
    top: 25px;
    right: 0;
}
.business-box .arrow a{
    float: left;
    width: 60px;
    height: 60px;
    background: #fff url(../image/arrow-left.png) no-repeat center center;
}
.business-box .arrow a.next{
    background: #00B4D5 url(../image/arrow-right.png) no-repeat center center;
}
.business-box .arrow a:hover{
    background-color: rgba(246,211,0,.8);
}

/*托管资产*/
.assets .title p{
    background-image: url(../image/tgzc.png);
}
.assets .intro{
    float: left;
    padding: 30px 50px 30px 35px;
    background: #00B5E5;
}
.assets-img{
    float: right;
    width: 590px;
    height: 400px;
    margin-top: -20px;
    overflow: hidden;
}
.assets-img img{
    width: 100%;
    min-height: 400px;
}
.assets-img img:hover{
    transform: scale(1.15);
}

/*友情链接*/
.link h3{
    font: 18px normal;
    padding-bottom: 15px;
    margin: 30px 0;
    border-bottom: 1px solid #DBD5D5;
}
.link h3 span{
    color: #B1B1B1;
    padding-left: 5px;
}
.link ul li{
    float: left;
    font-size: 16px;
}
.link ul li span{
    margin: 0 20px;
}
.link ul li:last-child span{
    display: none;
}

/*尾部*/
.footer{
    height: 208px;
    color: #fff;
    background: #0062C7 url(../image/footer1.jpg) no-repeat;
}
.footer p{
    line-height: 30px;
    margin-top: 39px;
}

/*幻灯片*/
.slideBox{
    overflow:hidden;
    position:relative;
    text-align: center;
}
.slideBox .hd{
    position:absolute;
    width: 100%;
    bottom: 25px;
    z-index: 1;
}
.slideBox .hd ul{
    width: 100%;
    text-align: center;
}
.slideBox .hd ul li{
    display: inline-block;
    margin:0 8px;
    width: 16px;
    height: 16px;
    border: 2px solid #fff;
    cursor: pointer;
    border-radius: 50%;
}
.slideBox .hd ul li.on{
    background: #2688E5;
    border-color: #2688E5;
}
.slideBox .bd li{
    zoom:1;
    vertical-align:middle;
    position: relative;
}
.slideBox .bd img{
    display:inline-block;
    max-width: 100%;
}
.slideBox>a{
    position: absolute;
    bottom: 25px;
    left: 50%;
    margin-left: -80px;
    width: 0;
    height: 0;
    border: 10px solid transparent;
    border-right-color: #fff;
    z-index: 99;
}
.slideBox .next{
    margin-left: 60px;
    border-left-color: #fff;
    border-right-color: transparent;
}
.slideBox .prev:hover{
    border-right-color: #8F0100;
}
.slideBox .next:hover{
    border-left-color: #8F0100;
}

/*banner*/
.banner{
    position: relative;
}
.banner .topic{
    position: absolute;
    top: 38%;
    right: 50%;
    margin-right: -600px;
    color: #fff;
    font-size: 28px;
    text-align: right;
    animation: slideInUp 1s;
    
}
.banner .topic p{
    position: relative;
    font-size: 36px;
    line-height: 18px;
    border-bottom: 16px solid #00ACC7;
    display: none;
}

/*面包屑*/
.bread{
    height: 58px;
    line-height: 58px;
    font-size: 15px;
    background: #F1F1F1;
    /*margin-bottom: 25px;*/
}
.bread img{
    position: relative;
    top: -1px;
    margin-right: 15px;
}

/*左侧导航*/
.side{
    float: left;
    width: 260px;
    background: #E2F6FB;
}
.side>div{
    height: 116px;
    padding: 30px 0 0 35px;
    color: #fff;
    font-size: 12px;
    box-sizing: border-box;
    background: #00ACC7 url(../image/nav-bg.jpg) no-repeat;
}
.side>div p{
    font-size: 25px;
}
.side>div span{
    display: none;
}
.side>ul{
    padding-bottom: 30px;
}
.side>ul>li{
    position: relative;
}
.side>ul>li>a{
    position: relative;
    display: block;
    height: 52px;
    line-height: 52px;
    font-size: 16px;
    padding-left: 40px;
}
.side>ul>li.on>a{
    color: #fff;
    background: #007CE0;
}
.side>ul>li span{
    position: absolute;
    top: 15px;
    right: 30px;
    color: #fff;
    font: 20px '宋体';
    font-weight: bolder;
}
.side>ul>li ul{
    background-color: #F1F1F1;
}
.side>ul>li li a{
    display: block;
    padding-left: 55px;
    height: 35px;
    line-height: 35px;
    overflow: hidden;
}
.side>ul>li li.on a{
    color: #007CE0;
}

/*右侧主体*/
.column{
    margin-left: 300px;
    padding-bottom: 25px;
    min-height: 410px;
}
.column>h2{
    height: 115px;
    line-height: 115px;
    font-size: 30px;
    font-weight: normal;
    margin-bottom: 35px;
    border-bottom: 1px solid #E3E3E3;
}
.column>h2 span{
    position: relative;
    display: inline-block;
}
.column>h2 span:after{
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    height: 2px;
    background: #00B8EE;
}

/*企业名录：列表页*/
.business-list li{
    padding-bottom: 20px;
    margin-bottom: 30px;
    border-bottom: 1px solid #D9D9D9;
    overflow: hidden;
}
.business-list li a.lf{
    width: 293px;
    height: 238px;
    overflow: hidden;
}
.business-list li img{
    width: 100%;
    height: 100%;
}
.business-list li img:hover{
    transform: scale(1.1);
}
.business-list li .info{
    margin-left: 324px;
}
.business-list li h2{
    font: 26px normal;
}
.business-list li p{
    height: 100px;
    line-height: 25px;
    overflow: hidden;
    margin: 30px 0;
    color: #666;
    font-size: 15px;
}
.business-list li .info>a{
    display: inline-block;
    padding: 5px 15px;
    border: 1px solid #BFBFBF;
}
.business-list li .info>a:hover{
    color: #fff;
    background: #0083F3;
    border-color: #0083F3;
    border-radius: 25px;
}

/*通知公告：列表页*/
.notice-list li{
    position: relative;
    margin-bottom: 25px;
}
.notice-list li p{
    margin-left: 96px;
    padding-right: 50px;
    height: 76px;
    line-height: 75px;
    font-size: 18px;
    border-bottom: 1px solid #D6D6D6;
}
.notice-list .more{
    position: absolute;
    top: 20px;
    right: 0;
}
.date{
    float: left;
    width: 70px;
    height: 70px;
    color: #0070D0;
    text-align: center;
    border: 3px solid #0070D0;
}
.date h2{
    font-size: 24px;
    margin: 0 10px 5px;
    border-bottom: 1px solid #0070D0;
}
.date h3{
    font-size: 18px;
}

/*托管资产：列表页*/
.assets-list li{
    padding: 30px 50px 0 0;
    color: #fff;
    background: #00BBE1;
    margin-bottom: 30px;
    overflow: hidden;
}
.assets-list li a.lf{
    width: 488px;
    height: 330px;
    overflow: hidden;
}
.assets-list li img{
    width: 100%;
    height: 100%;
}
.assets-list li img:hover{
    transform: scale(1.1);
}
.assets-list li .info{
    margin-left: 520px;
}
.assets-list li h2 a{
    color: #fff;
    font-size: 26px;
}
.assets-list li h2 a:hover{
    color: #F6D300;
    text-decoration: underline;
}
.assets-list li p{
    height: 150px;
    line-height: 30px;
    overflow: hidden;
    margin: 40px 0;
    font-size: 16px;
    text-align: justify;
}
.assets-list li .info>a{
    color: #fff;
    font-size: 24px;
}
.assets-list li .info>a:hover{
    color: #F6D300;
    margin-left: 10px;
}

/*通用：列表页*/
.common-list{
    margin-top: -30px;
}
.common-list li{
    height: 58px;
    line-height: 58px;
    padding: 0 10px;
    font-size: 18px;
    border-bottom: 1px dotted #8C8C8C;
}
.common-list li:hover{
    background: #F6F6F6;
}
.common-list li span{
    float: right;
    color: #666;
    font-size: 16px;
}
.common-list li p{
    margin-right: 120px;
}
.common-list li a{
    position: relative;
    padding-left: 20px;
    text-decoration: none;
}
.common-list li a:before{
    content: '>';
    position: absolute;
    top: 0;
    left: 0;
    line-height: 25px;
    font-family: '宋体';
    color: #0083F3;
    font-size: 14px;
    font-weight: bold;
}

/*现任领导*/
.leader-list{
    margin-top: -10px;
    padding: 5px;
    overflow: hidden;
}
.leader-list li{
    float: left;
    width: 430px;
    height: 200px;
    padding: 20px;
    margin-bottom: 30px;
    border-top: 3px solid #007CE0;
    box-sizing: border-box;
    box-shadow: 2px 2px 2px #F3EFEF, -2px -2px 2px #F3EFEF;
}
.leader-list li:nth-child(2n){
    float: right;
}
.leader-list li .name{
    color: #0083F3;
    font-size: 26px;
}
.leader-list li span{
    color: #333;
    font-size: 18px;
}
.leader-list li pre{
    line-height: 30px;
    margin-top: 20px;
    font-family: 'Mocrosoft yahei';
}

/*项目建设*/
.project-list li{
    padding-bottom: 15px;
    margin-bottom: 25px;
    border-bottom: 1px solid #D4D4D4;
}
.project-list li .rt{
    color: #999;
    text-align: right;
}
.project-list li .rt span{
    display: block;
    margin-bottom: 25px;
}
.project-list li .rt a{
    opacity: .6;
}
.project-list li .rt a:hover{
    opacity: 1;
}
.project-list li .info{
    margin-right: 140px;
}
.project-list li h2{
    font: 22px normal;
}
.project-list li p{
    height: 50px;
    line-height: 25px;
    margin-top: 10px;
    color: #666;
    overflow: hidden;
}

/*政策文件*/
.file-list li{
    padding-bottom: 20px;
    margin-bottom: 30px;
    border-bottom: 1px solid #D4D4D4;
}
.file-list li h2{
    font: 22px normal;
}
.file-list li p{
    margin: 10px 0;
    height: 50px;
    line-height: 25px;
    overflow: hidden;
    color: #666;
}
.file-list li span{
    color: #999;
    font-weight: bold;
    margin-right: 20px;
}

/*详情页*/
.detail{
    margin: 20px 0;
}
.caption{
    text-align: center;
}
.caption h3{
    line-height: 40px;
    font-size: 28px;
    font-weight: 500;
    margin: 30px 0 10px;
}
.caption p span{
    color: #999;
    margin: 0 5px;
}
.content{
    margin: 25px 0 20px !important;
    padding-bottom: 30px !important;;
    border-bottom: 1px solid #E3E3E3;
    min-height: 300px;
}
.content p{
    font-size: 18px;
    line-height: 1.75em;
    text-indent: 2em;
}
.detail>p{
    line-height: 30px;
    color: #666;
    font-size: 18px;
    text-align: justify;
}
.detail>p>a{
    color: #666;
}
.detail>p>a:hover{
    color: #0083F3;
}
.content table{
    width: 100%;
    border-collapse: collapse;
}
.content table td{
    border: 1px solid #ddd;
}

/*简介页*/
.profile{
    min-height: 300px;
}
.profile p{
    font-size: 18px;
    text-indent: 2em;
    line-height: 1.75em;
    margin-bottom: 1.5em;
}

@-webkit-keyframes zoomIn {
    from {
        opacity: 0;
        -webkit-transform: scale3d(.3, .3, .3);
        transform: scale3d(.3, .3, .3);
    }

    50% {
        opacity: 1;
    }
}

/*CSS3动画*/
@keyframes zoomIn {
    from {
        opacity: 0;
        -webkit-transform: scale3d(.3, .3, .3);
        transform: scale3d(.3, .3, .3);
    }

    50% {
        opacity: 1;
    }
}

.zoomIn {
    -webkit-animation-name: zoomIn;
    animation-name: zoomIn;
}

@-webkit-keyframes slideInDown {
    from {
        -webkit-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0);
        visibility: visible;
    }

    to {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

@keyframes slideInDown {
    from {
        -webkit-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0);
        visibility: visible;
    }

    to {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

.slideInDown {
    -webkit-animation-name: slideInDown;
    animation-name: slideInDown;
}

@-webkit-keyframes slideInLeft {
    from {
        -webkit-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0);
        visibility: visible;
    }

    to {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

@keyframes slideInLeft {
    from {
        -webkit-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0);
        visibility: visible;
    }

    to {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

.slideInLeft {
    -webkit-animation-name: slideInLeft;
    animation-name: slideInLeft;
}

@-webkit-keyframes slideInRight {
    from {
        -webkit-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0);
        visibility: visible;
    }

    to {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

@keyframes slideInRight {
    from {
        -webkit-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0);
        visibility: visible;
    }

    to {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

.slideInRight {
    -webkit-animation-name: slideInRight;
    animation-name: slideInRight;
}

@-webkit-keyframes slideInUp {
    from {
        -webkit-transform: translate3d(0, 100%, 0);
        transform: translate3d(0, 100%, 0);
        visibility: visible;
    }

    to {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

@keyframes slideInUp {
    from {
        -webkit-transform: translate3d(0, 100%, 0);
        transform: translate3d(0, 100%, 0);
        visibility: visible;
    }

    to {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

.slideInUp {
    -webkit-animation-name: slideInUp;
    animation-name: slideInUp;
}