@charset "utf-8";
/* CSS Document */
#wrapper {
	position:relative;
}

.fullwidthbanner-container{
	width:100% !important;
	position:relative;
	padding:0;
	overflow:hidden;
}

.fullwidthbanner-container .fullwidthabnner	{
	width:100% !important;
	position:relative;
}

@media only screen and (min-width: 768px) and (max-width: 959px) {
	  .banner, .bannercontainer			{	width:768px; height:309px;}
}

@media only screen and (min-width: 480px) and (max-width: 767px) {
	   .banner, .bannercontainer		{	width:480px; height:193px;	}
}

@media only screen and (min-width: 320px) and (max-width: 479px) {
		.banner, .bannercontainer		{	width:320px;height:129px;	}
}

@media only screen and (max-width: 319px) {
		.banner, .bannercontainer		{	width:240px;height:97px;	}
}

.tp-bullets.simplebullets.round .bullet:hover,
.tp-bullets.simplebullets.round .bullet.selected,
.tp-bullets.simplebullets.navbar .bullet:hover,
.tp-bullets.simplebullets.navbar .bullet.selected {	
	background:#003361 !important; 
}
.tp-leftarrow:hover,
.tp-rightarrow:hover {	
	background-color:#003361 !important;
 }
/** BULLETS **/
.tp-bullets {
    z-index: 1001;
    position: absolute;
    bottom: 0px;
}

.tp-bullets.simplebullets.round .bullet {
    cursor: pointer;
    position: relative;
    background: #fff;
    width: 20px;
    height: 20px;
	border-radius:10px 10px 10px;
	margin:0 10px 16px 0;
    float: left;
    -webkit-transition: background 0.1s linear;
    -moz-transition: color, background 0.1s linear;
    -o-transition: color, background 0.1s linear;
    transition: color, background 0.1s linear;
	border-radius: 20px;  所有角都使用半径为5px的圆角，此属性为CSS3标准属性 
	-moz-border-radius: 20px;  Mozilla浏览器的私有属性 
	-webkit-border-radius: 20px;  Webkit浏览器的私有属性 
	border-radius: 20px 20px 20px 20px; 四个半径值分别是左上角、右上角、右下角和左下角 

}


.tp-leftarrow.large {
	z-index: 100;
	cursor: pointer;
	position: relative;
	background: #393939 url(../index_files/ztzl_left.png) no-Repeat;
	width: 26px;
	height: 31px;
	margin-left: 0px;
	margin-top: -21px;
	-webkit-transition: background 0.1s linear;
	-moz-transition: color, background 0.1s linear;
	-o-transition: color, background 0.1s linear;
	transition: color, background 0.1s linear;
	box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.3);/*增加阴影*/
	**打开注释，按钮变成圆形的
	border-radius: 20px;  所有角都使用半径为5px的圆角，此属性为CSS3标准属性 
	-moz-border-radius: 20px;  Mozilla浏览器的私有属性 
	-webkit-border-radius: 20px;  Webkit浏览器的私有属性 
	border-radius: 20px 20px 20px 20px; 四个半径值分别是左上角、右上角、右下角和左下角 
}

.tp-rightarrow.large {
    z-index: 100;
    cursor: pointer;
    position: relative;
    background: #393939 url(../index_files/ztzl_right.png) no-Repeat 0 0;
    width: 26px;
    height: 31px;
    margin-left: 0;
    margin-top: -21px;
    -webkit-transition: background 0.1s linear;
    -moz-transition: color, background 0.1s linear;
    -o-transition: color, background 0.1s linear;
    transition: color, background 0.1s linear;
	box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.3);/*增加阴影*/
	**打开注释，按钮变成圆形的
	border-radius: 20px;  所有角都使用半径为5px的圆角，此属性为CSS3标准属性 
	-moz-border-radius: 20px;  Mozilla浏览器的私有属性 
	-webkit-border-radius: 20px;  Webkit浏览器的私有属性 
	border-radius: 20px 20px 20px 20px; 四个半径值分别是左上角、右上角、右下角和左下角 
}



.tp-bullets.tp-thumbs {
    z-index: 100;
    position: absolute;
    background-color: #fff;
    width: 500px;
    height: 50px;
    margin-top: -50px;
}



.tp-bullets.tp-thumbs .tp-mask {
    width: 500px;
    height: 50px;
    overflow: hidden;
    position: relative;
}

.tp-bullets.tp-thumbs .tp-mask .tp-thumbcontainer {
    width: 5000px;
    position: absolute;
}

.tp-bullets.tp-thumbs .bullet {
    width: 100px;
    height: 50px;
    cursor: pointer;
    overflow: hidden;
    background: none;
    margin: 0;
    float: left;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
	/*filter: alpha(opacity=50);	*/
    -moz-opacity: 0.5;
    -khtml-opacity: 0.5;
    opacity: 0.5;
    -webkit-transition: all 0.2s ease-out;
    -moz-transition: all 0.2s ease-out;
    -o-transition: all 0.2s ease-out;
    -ms-transition: all 0.2s ease-out;
	**打开注释，按钮变成圆形的
	border-radius: 20px;  所有角都使用半径为5px的圆角，此属性为CSS3标准属性 
	-moz-border-radius: 20px;  Mozilla浏览器的私有属性 
	-webkit-border-radius: 20px;  Webkit浏览器的私有属性 
	border-radius: 20px 20px 20px 20px; 四个半径值分别是左上角、右上角、右下角和左下角 
}

.tp-bullets.tp-thumbs .bullet:hover,
.tp-bullets.tp-thumbs .bullet.selected {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    -moz-opacity: 1;
    -khtml-opacity: 1;
    opacity: 1;
}

.tp-thumbs img {
    width: 100%;
}

.tp-bannertimer {
    width: 100%;
    height: 10px;
    position: absolute;
    z-index: 200;
    z-index: 5000;
}

.tp-bannertimer.tp-bottom {
    bottom: 0px !important;
    height: 5px;
}


@media only screen and (min-width: 768px) and (max-width: 959px) {
    .responsive .tp-bullets.tp-thumbs {
        width: 300px !important;
        height: 30px !important;
    }
}

@media only screen and (min-width: 480px) and (max-width: 767px) {
    .responsive .tp-bullets.tp-thumbs {
        width: 300px !important;
        height: 30px !important;
    }

    .responsive .tp-bullets.tp-thumbs .tp-mask {
        width: 300px !important;
        height: 30px !important;
    }

    .responsive .tp-bullets.tp-thumbs .bullet {
        width: 60px !important;
        height: 30px !important;
    }
}

@media only screen and (min-width: 0px) and (max-width: 479px) {
    .responsive .tp-bullets {
        display: none;
    }

    .responsive .tparrows {
        display: none;
    }
}


.tp-simpleresponsive img {
    -moz-user-select: none;
    -khtml-user-select: none;
    -webkit-user-select: none;
    -o-user-select: none;
}

.tp-simpleresponsive a {
    text-decoration: none;
}

.tp-simpleresponsive ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.tp-simpleresponsive >ul >li {
    list-style: none;
    position: absolute;
    visibility: hidden;
}

.caption.slidelink a div,
.tp-caption.slidelink a div {
    width: 10000px;
    height: 10000px;
}

.tp-loader {
    background: url(loader.gif) no-repeat 10px 10px;
    background-color: #fff;
    margin: -22px -22px;
    top: 50%;
    left: 50%;
    z-index: 10000;
    position: absolute;
    width: 44px;
    height: 44px;
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
}




 header ol, ul, li, h5, body {
            margin: 0;
            padding: 0;
            border: 0;
            outline: 0;
            font-size: 100%;
            vertical-align: baseline;
            background: transparent;
            list-style: none;
        }

        /* 让链接在 hover 状态下显示下划线 */
        header a:hover {
            text-decoration: underline;
        }

        /* 默认不显示下划线，保持页面简洁 */
        header ins, a {
            text-decoration: none;
        }

        .nav_201601:hover {
            text-decoration: none;
        }

        header .clearfix:before, header .clearfix:after {
            content: "";
            display: table;
        }

        header .clearfix:after {
            clear: both;
            overflow: hidden;
        }


        /* 设置显示和隐藏，通常用来与 js 配合 */
        header .hide {
            display: none;
        }

        header .block {
            display: block;
        }
        /* 设置浮动，减少浮动带来的 bug */
        header .fl, header .fr {
            display: inline;
        }

        header .fl {
            float: left;
        }

        header .fr {
            float: right;
        }
        /*reset结束*/

        /*头部*/
        header {
            width: 100%;
            height: 80px;
            
            background: #fff;
            position: absolute;
            top: 20px;
            left: 0;
            z-index: 9999;
        }

        .header {
            color: #eeeeee;
            position: relative;
			background: #fff;

        }

            .header .fr {
                font-size: 0;
            }



            .header p {
                margin-top: 14px;
                text-align: right;
                padding-right: 33px;
                font-size: 13px;
                color: #FFF;
                line-height: 20px;
            }

        header nav {
            margin-top: 22px;
            position: relative;
			margin-left:100px;
            height: 40px;
			line-height:40px;
        }

            header nav a {
                display: inline-block;
                color: #eeeeee;
                font-size: 16px;
                position: relative;
            }

            header nav ul {
                position: absolute;
                width: 100%;
                left: 0;
                *top: 18px;
            }

                header nav ul li {
                    background-image: url(bg_arrow_head.png);
                    background-position: center center;
                    background-repeat: no-repeat;
                    height: 18px;
                    width: 100%;
                }

            header nav ol li a {
                margin-left: 20px;
                margin-right: 20px;
            }

            header nav div {
              
                position: absolute;
                z-index: 999;
                top: 35px;
            }

        header .header p a {
            color: #FFF;
        }

        header .nav_img {
            padding: 30px 0 0 10px;
        }

        header .header p span {
            padding: 0 16px;
        }

        header .zjwq {
            margin-right: 20px;
            display: inline-block;
            background-image: url(header_arrow.png);
            background-repeat: no-repeat;
            background-position: right center;
            width: 80px;
            text-align: left;
        }

        header .header p .gj {
            display: inline-block;
            width: 60px;
            background-image: url(header_gj.png);
            background-repeat: no-repeat;
            background-position: right center;
            text-align: left;
            margin-right: 20px;
        }



        /*栏目logo新*/
        .chn_logo_new {
            width: 100%;
            height: 326px;
            background-position: center center;
            background-repeat: no-repeat;
            position: relative;
        }

        .nav_p {
            padding: 30px 20px;
            width: 276px;
            font-size: 14px;
            color: #000000;
            line-height: 200%;
        }

        .head_fixed {
            position: fixed;
            left: 0;
            top: 0;
            margin: 0 auto;
            background: #fff ;
			height:112px;
        }
		.head_fixed .top_hide{ display:block;}
		
		.top_1{ background:#05459f; height:32px;}
.top_1_center{ width:1200px; margin:0 auto; color:#fff; font-size:14px; height:32; line-height:32px;}
.top_1_center .weather{ float:left;}
.top_1_center .rig_top{ float:right;}
.top_1_center .rig_top a{ color:#fff; text-decoration:none;}

        /*头部*/
        header .list_gj {
            position: absolute;
            top: 44px;
            left: 564px;
            background-color: #f6f6f6;
            padding: 15px;
            z-index: 99999;
        }

            header .list_gj table {
                min-width: 300px;
                line-height: 30px;
            }

            header .list_gj p {
                line-height: 24px;
                font-size: 12px;
                position: relative;
                color: #333;
                text-align: left;
                margin: 0;
                padding: 0;
            }

                header .list_gj p span {
                    position: absolute;
                    right: 0;
                    bottom: 0;
                }

            header .list_gj .gjsz {
                background-image: url(bg_gjsy.png);
                background-repeat: no-repeat;
                background-position: 0 8px;
                text-indent: 16px;
                color: #db2f3d;
            }

            header .list_gj .gjxd {
                background-image: url(bg_gjxd.png);
                background-repeat: no-repeat;
                background-position: 0 8px;
                text-indent: 16px;
                color: #27970c;
            }

        header .header .btn_gj {
            display: inline-block;
            background-image: url(btn_gj.png);
            width: 20px;
            height: 20px;
            position: relative;
            top: 5px;
            left: 0;
            margin-right: 10px;
        }

        header .header, header .act {
            background-image: url(btn_gj_act.png);
        }

        header .list_gj {
            display: none;
            color: #333;
        }

        header .search {
            position: absolute;
            right: 0;
            width: 406px;
            height: 62px;
            bottom: -62px;
            background-color: #f6f6f6;
            z-index: 99999;
            padding: 0 20px;
            display: none;
            text-indent: 0;
        }

            header .search h5 {
                color: #000000;
            }

            header .search input {
                margin-top: 10px;
            }

        header .input_search {
            display: inline;
            width: 360px;
            height: 35px;
            line-height: 24px;
            text-indent: 16px;
            color: #b2b2b2;
            padding: 0;
            border: none;
        }

        /*金融业务NEW*/
        .nav_jryw li {
            width: 174px;
        }

        .con_jryw {
            padding-top: 24px;
            display: none;
        }

            .con_jryw p {
                margin-bottom: 4px;
            }

        .nav_gyzj {
            left: 0px;
        }

        .nav_xwzx {
            left: 83px;
        }

        .nav_ywly {
            left: 166px;
        }

        .nav_swfw {
            left: 249px;
        }

        .nav_shzr {
            left: 332px;
        }

        .nav_rlzy {
            left: 415px;
        }

        .nav_ddjs {
            left: 498px;
        }

        .nav_tzzgx {
            right: 10px;
        }

        header nav ol {
            padding-bottom: 15px;
        }

            header nav ol a {
                display: inline-block;
                line-height: 20px;
                font-size: 14px;
                color: #333;
                text-align: center;
                margin-top: 15px;
            }

                header nav ol a:first-child {
                    margin-top: 8px;
                }

.nav_list {

    background:#fff;
    border-bottom: 2px #004A96 solid;
}

        a.nav_on {
            background: url(nav_bg2016.png) no-repeat center;
            display: block;
            height: 34px;
            line-height: 28px;
            color: #004898 !important;
            /*color: #004A96 !important;*/
            text-decoration: none;
        }
        a#nav_gyzj,a#nav_xwzx,a#nav_ywly,a#nav_swfw,a#nav_shzr,a#nav_rlzy,a#nav_tzzgx{float:left;height:34px; line-height:28px; text-align:center; font-size:16px; font-weight:bold;display:block; color:#fff; font-family:"微软雅黑"; margin-right:0;width:109px;}

        a.nav_201601 {
            float: left;
            height: 40px;
            line-height: 40px;
            text-align: center;
            font-size: 16px;
            
            display: block;
            color: #333;
            font-family: "微软雅黑";
            margin-left: 18px;
            margin-right: 14px;
          width：70px;
        }


        header input, select {
            vertical-align: middle;
        }


         .ppgs_con {
            display: none;
            font-size: 0;
        }

        .ppgs .more {
            z-index: 999;
            display: none;
        }

        .ppgs h2 {
            position: relative;
            color: #333;
            font-size: 18px;
            line-height: 48px;
            background-color: #f2f2f2;
            padding-left: 14px;
        }

            .ppgs h2 a.act {
                background-image: url(../images/bg_news1.jpg);
                background-repeat: no-repeat;
                background-position: left bottom;
                color: #004a96;
            }

            .ppgs h2 a {
                display: inline-block;
                margin-right: 30px;
                color: #333;
                text-decoration: none;
            }

        .bg_ppxc ul {
            top: 0;
            botttom: auto;
        }

        .list_ppxc {
            padding-top: 83px;
            height: 280px;
        }

        .header .logo {
            height: 66px;
			margin-top:7px; margin-left:10px;
        }

        .list_ppxc ol img {
            margin-left: 24px;
        }

        .bg_ppxc {
            position: relative;
        }

        .con_ppxc {
            position: absolute;
            top: 180px;
            left: 120px;
        }

            .con_ppxc dt {
                margin-right: 48px;
            }

        .con_zgs {
            width: 110px;
        }

        .con_ywzj {
            width: 136px;
        }

        .con_ppxc h6 {
            font-size: 14px;
            color: #333;
            line-height: 24px;
        }

        .con_ppxc h5 {
            font-weight: bold;
            font-size: 60px;
            color: #004a96;
        }

        .bg_ppxc .cg h4 {
            background-image: url(./images/bg_gc.png);
        }

        .bg_ppxc .cs h4 {
            background-image: url(./images/bg_chs.png);
        }

        .bg_ppxc .fdc h4 {
            background-image: url(./images/bg_fdc.png);
            padding-top: 48px;
            height: 36px;
        }

        .bg_ppxc .jcss h4 {
            background-image: url(./images/bg_jcss.png);
        }

        .bg_ppxc .hyzg h4 {
            background-image: url(./images/bg_hy.png);
        }

        .bg_ppxc .jryw h4 {
            background-image: url(./images/bg_jrfw.png);
        }

        .bg_ppxc ul {
            position: absolute;
            bottom: 0;
            width: 100%;
            z-index: 10;
            height: 83px;
        }

        .bg_ppxc li {
            width: auto !important;
            text-align: center;
            height: 83px;
            position: relative;
        }

            .bg_ppxc li.act {
                background: none;
                background-image: url(./aboutus/images/P020160528773848152793.png);
                background-repeat: repeat-x;
            }

            .bg_ppxc li div {
                display: none;
            }

            .bg_ppxc li.act div {
                display: block;
                background: none;
                background-image: url(./aboutus/images/P020160528773848152793.png);
                background-repeat: repeat-x;
                position: relative;
                z-index: 999999;
                height: 100%;
                left: 0;
                top: 0;
                position: absolute;
                width: 100%;
            }

            .bg_ppxc li div a {
                display: block;
                height: 100%;
                width: 100%;
            }

        header {
            background: none;
            background-image: url(./aboutus/images/P020160528763513302362.png);
            background-repeat: repeat-x; /*filter:Alpha(opacity=60);*/
			
        }

        .list_gj {
            padding-top: 5px;
        }

            .list_gj a {
                display: block;
                height: 32px;
                padding: 0 15px;
                line-height: 32px;
                float: left;
                font-size: 12px;
                cursor: pointer;
                text-decoration: none;
            }

                .list_gj a.tabact {
                    border-bottom: 2px solid #004A96;
                }

        .scy_zjwxh {
            text-align: center;
            right: 100px;
        }

        .nav_shzr {
            width: 110px;
        }

        .header .logo {
            height: 66px;
        }

        header {
            max-width: 1920px;
            margin: 0 auto;
          
        }

        .chn_logo {
            max-width: 1920px;
            margin: 0 auto;
        }

        footer {
            max-width: 1920px;
            margin: 30px auto 0 auto;
        }

    

        #nav_ddjs {
            float: left;
            height: 34px;
            line-height: 28px;
            text-align: center;
            font-size: 16px;
            font-weight: bold;
            display: block;
            color: #fff;
            font-family: "微软雅黑";
            margin-right: 0;
        }