.container {
    width: 100%;
    height: auto;
    min-width: 1440px;
    background-color: #FFFFFF;
    position: relative;
    /*box-shadow: 0px 2px 8px 0px;*/
}

.row,.row_zw{
    width: 100%;
    position: relative;
    overflow: hidden;
}

/*.top-lineaner {*/
    /*width: 100%;*/
    /*height: 6px;*/
    /*background: linear-gradient(90deg, #457fdb, #02206f);*/
/*}*/

.nav {
    width: 100%;
    padding: 25px 90px;
    box-sizing: border-box;
    overflow: hidden;
    /* position: absolute;
    top: 6px;
    left: 0;
    right: 0;
    z-index: 9; */
}

.nav .logo {
    height: 52px;
    display: inline-block;
    float: left;
}

.nav .link {
    height: 52px;
    padding: 10px 0;
    box-sizing: border-box;
    line-height: 32px;
    display: inline-block;
    float: right;
}

.nav .link a {
    font-size: 18px;
    font-weight: normal;
    color: #ffffff;
    padding: 0 3px;
    box-sizing: border-box;
    margin-left: 74px;
}

.nav .link a.active {
    position: relative;
}

.nav .link a.active::after {
    position: absolute;
    width: 100%;
    bottom: -10px;
    left: 0;
    height: 2px;
    background-color: #fff;
    content: "";
}

.banner {
    width: 100%;
    display: block;
    height: 248px;
}

.banner-des {
    position: absolute;
    left: calc(50% - 600px);
    bottom: 70px;
    z-index: 9;
    width: 450px;
    color: #fff;
    text-align: left;
}

.banner-des label {
    width: 100%;
    display: block;
    font-size: 48px;
    line-height: 1.5;
}

.banner-des span {
    width: 100%;
    display: block;
    font-size: 36px;
    line-height: 1.25;
    opacity: 0.7;
    font-style: italic;
}

.menu {
    padding: 19px calc(50% - 600px) 10px !important;
    box-sizing: border-box;
    border-bottom: 1px solid #d8d8d8;
    overflow: hidden;
}

.menu a {
    width: 168px;
    height: 50px;
    display: inline-block;
    text-align: center;
    line-height: 50px;
    font-size: 16px;
    font-weight: 400;
    color: #000000;
}

.menu a.active {
    background: linear-gradient(90deg, #457fdb, #02206f);
    color: #fff;
}

.des {
    margin-top: 150px;
    background-color: #fafdff;
    min-height: 10px;
    padding-top: 40px;
    padding-bottom: 65px;
}

.des .text {
    width: 550px;
    height: 370px;
    font-size: 16px;
    margin-left: calc(50% - 600px);
    font-weight: 400;
    text-align: justify;
    color: #000000;
    overflow: auto;
    line-height: 23px;
}

.des .text .textBox {
    width: 92%;
}

.des-img {
    position: absolute;
    right: 0;
    top: 50px;
    width: 50%;
    text-align: center;
    overflow: hidden;
}
.des-img > img{  height: 482px; display: inline-block; }
/*.des-img > *{ margin-left: calc(50% - 480px);}*/
#wrapper {
    position: absolute;
    right: 0;
    top: 50px;
    width: 100%;
    width: 960px;
    height: 482px;
    opacity: 1;
}

#slider-wrap {
    width: 960px;
    height: 482px;
    position: relative;
    overflow: hidden;
}

#slider-wrap ul#slider {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
}

#slider-wrap ul#slider li {
    float: left;
    position: relative;
    width: 960px;
    height: 482px;
}

/*bar*/

#pagination-wrap {
    min-width: 20px;
    margin-top: 445px;
    margin-left: auto;
    margin-right: auto;
    height: 15px;
    position: relative;
    text-align: center;
}

#pagination-wrap ul {
    width: 100%;
}

#pagination-wrap ul li {
    margin: 0 6px;
    display: inline-block;
    width: 8px;
    height: 8px;
    background: #fff;
    opacity: 0.5;
    position: relative;
    top: 0;
}

#pagination-wrap ul li.active {
    opacity: 1;
    box-shadow: rgba(0, 0, 0, 0.1) 1px 1px 0px;
}

/*ANIMATION*/

#slider-wrap ul, #pagination-wrap ul li {
    -webkit-transition: all 0.3s cubic-bezier(1, .01, .32, 1);
    -moz-transition: all 0.3s cubic-bezier(1, .01, .32, 1);
    -o-transition: all 0.3s cubic-bezier(1, .01, .32, 1);
    -ms-transition: all 0.3s cubic-bezier(1, .01, .32, 1);
    transition: all 0.3s cubic-bezier(1, .01, .32, 1);
}

.build {
    width: 1200px;
    margin: 0 auto;
}

.build ul, .build ul>li, .build ul>li>a {
    width: 100%;
    display: block;
    padding: 0;
    margin: 0;
}

.build ul>li>a {
    padding: 20px 30px;
    box-sizing: border-box;
    border-bottom: 1px dashed #bcbcbc;
}

.build ul>li>a:hover {
    background: linear-gradient(90deg, #ebeff4, rgba(235, 239, 244, 0.00));
}

.build ul>li>a label, .build ul>li>a span {
    width: 100%;
    display: block;
    line-height: 1.6;
    margin: 3px 0;
}

.build ul>li>a label {
    font-size: 22px;
    color: #000000;
}

.build ul>li>a span {
    font-size: 12px;
    color: #999999;
}

.build ul>li>a span>b {
    font-weight: normal;
    color: #3171D8;
}

.recruit {
    width: 100%;
    background-color: #fff;
    overflow: hidden;
}

.recruitCon {
    width: 1200px;
    margin: 50px auto 0;
    overflow: hidden;
}

.recruitCon .title {
    font-size: 22px;
    margin-bottom: -4px;
    color: #000000;
    line-height: 30px;
    padding: 0 30px;
}

.recruitCon .con {
    padding: 30px;
    box-sizing: border-box;
    overflow: hidden;
    background: #f7f9fb;
    ;
}

.recruitCon .con .mgs {
    font-size: 18px;
    width: 100%;
    display: block;
    color: #000000;
    line-height: 25px;
}

.recruitCon .con .main {
    font-size: 14px;
    width: 100%;
    display: block;
    margin-top: 15px;
    color: #000000;
    line-height: 24px;
}

.text-tabs {
    width: 600px;
    position: absolute;
    right: 52%;
    top: 15px;
    /*text-align: right;*/
}

.text-tabs a {
    font-size: 14px;
    font-weight: 400;
    margin: 0 9px;
    color: #999999;
    line-height: 36px;
}

.text-tabs a.alt {
    width: 36px;
    height: 24px;
    display: inline-block;
    text-align: center;
    line-height: 24px;
    border: 1px solid #c1c1c1;
    border-radius: 2px;
}

.text-tabs a.alt:first-child {
    margin-left: 0;
    margin-right: 5px;
    ;
}

.text-tabs a.alt:last-child {
    margin-right: 0;
    margin-left: 5px;
}

.text-tabs a.active {
    color: #3171d8;
    border-bottom: 1px solid #3171d8;
    font-weight: bold;
    font-size: 16px;
}

.shares-name {
    font-size: 24px;
    font-weight: 600;
    color: #000000;
    line-height: 33px;
    margin-bottom: 20px;
}

.shares-des {
    font-size: 16px;
    font-weight: 400;
    color: #000000;
    line-height: 28px;
    margin-bottom: 35px;
}

.shares-table, .shares-table table {
    width: 100%;
}

.shares-table table th, .shares-table table td {
    padding: 14px 20px;
    line-height: 22px;
    font-size: 16px;
}

.shares-table table th {
    background: #e3e7ee;
    color: #000000;
}

.shares-table table td {
    background: #001e3e;
    color: #ffffff;
}

.saftTime {
    /*width: 534px;*/
    width: 100%;
    height: 65px;
    top: 10px;
    /*bottom: 145px;*/
    /*left: 370px;*/
    /*margin-left: calc(50% - 600px);*/
    background: #E3E7EE;
    position: absolute;
    overflow: hidden;
    padding: 5px 30px;
    box-sizing: border-box;
    line-height: 55px;
}

.saftTime span, .saftTime img {
    display: inline-block;
}

.saftTime img {
    float: left;
    margin-top: 7px;
}

.saftTime span {
    font-size: 38px;
    float: right;
    font-weight: 500;
    text-align: right;
    color: #009d09;
}

.saftTime span>i {
    font-size: 14px;
    font-style: normal;
}

.tab-ev, .main-ev {
    width: 1200px;
    margin: 50px auto;
    overflow: hidden;
}

.tab-ev a {
    width: 20%;
    display: inline-block;
    float: left;
    padding: 20px 20px 18px;
    box-sizing: border-box;
    text-align: center;
}

.tab-ev a label, .tab-ev a span {
    width: 100%;
    display: inline-block;
    text-align: center;
    font-size: 20px;
    font-weight: 600;
    color: #000000;
    line-height: 28px;
}

.tab-ev a span {
    width: 100px;
    height: 100px;
    text-align: center;
    line-height: 100px;
    margin-bottom: 15px;
}

.tab-ev a span>img {
    width: 100px;
}

.tab-ev a.active {
    border: 1px solid #3171d8;
}

.tab-ev a.active label {
    color: #3171D8;
}

.main-ev table {
    width: 50%;
    float: left;
    /*border-right: 1px solid #bccde2;*/
    border: 1px solid #bccde2;
}

.main-ev table th, .main-ev table td {
    text-align: left;
    padding: 12px 12px;
    line-height: 1.5;
    letter-spacing: 1px;
    color: #333333;
}

.main-ev table th {
    background: #e3e7ee;
    font-size: 16px;
    color: #333333;
}

.main-ev table td {
    font-size: 14px;
}

.main-ev table td:first-child {
    font-weight: 600;
}

.main-ev table td:last-child {
    color: #009d09;
}

/*  */

.foot {
    width: 100%;
    /*margin-top: 80px;*/
    min-height: 1px;
}

.com-map {
    width: 100%;
    background: #DEE4EC url(../img/bottomBg.png) no-repeat;
    background-size: cover;
    margin-top: 50px;
    padding: 0px 90px;
    box-sizing: border-box;
    overflow: hidden;
}

.com-map .link {
    display: inline-block;
    float: left;
    overflow: hidden;
}

.com-map .link ul {
    width: 120px;
    margin-right: 100px;
    display: inline-block;
    float: left;
}

.com-map .link ul li, .com-map .link ul li>a {
    width: 100%;
    display: block;
    padding: 0;
    margin: 0;
    font-size: 12px;
    line-height: 20px;
    margin: 4px 0;
    text-align: left;
    color: #333;
}

.com-map .link ul li:first-child>a {
    border-bottom: 1px solid #333;
    font-size: 14px;
    line-height: 36px;
    margin-bottom: 8px;
    overflow: hidden;
    font-weight: 600;
    text-align: left;
    color: #333333;
}

.com-map .link ul li:first-child>a>img {
    display: block;
    float: right;
    margin-top: 12px;
}

.com-map .code {
    display: inline-block;
    float: left;
    overflow: hidden;
    text-align: center;
    width: 173px;
}

.com-map .code img, .com-map .code span {
    width: 100%;
    margin-bottom: 10px;
}

.com-map .code span {
    font-size: 14px;
    color: #000000;
    line-height: 20px;
}

.com-map .com-des {
    display: inline-block;
    float: right;
    overflow: hidden;
    text-align: right;
}

.com-map .com-des span {
    width: 100%;
    display: block;
    margin-bottom: 8px;
    font-size: 14px;
    color: #000000;
    line-height: 20px;
}

.com-map .com-des img {
    height: 50px;
    margin-bottom: 8px;
}

.copy {
    width: 100%;
    min-height: 1px;
    padding: 20px 90px;
    box-sizing: border-box;
    background: linear-gradient(90deg, #457fdb, #02206f);
}

.copy span {
    width: 100%;
    display: block;
    font-size: 12px;
    font-weight: 400;
    text-align: center;
    color: #ffffff;
    line-height: 22px;
}


/* 关于裕龙-新闻中心 - 轮播图 js */
#zSlider {
	margin: 0px auto;
	width: 1200px;
	background: #f6f9fb;
	overflow: hidden;
	height: 636px;
}

#picshow {
	position: relative;
}

#picshow, #picshow_img {
	width: 846px;
	height: 636px;
	float: left;
	background-color: #f6f9fb;
}

#picshow_img li {
	width: 846px;
	height: 476px;
	float: left;
	display: none;
}

#picshow_img img {
	width: 846px;
	height: 476px;
}

#picshow_tx {
	/*left: 0px;*/
	right: 0px;
	width: 1200px;
	bottom: 0px;
	position: absolute;
	background: #f7f9fb;
	padding: 25px 50px;
	box-sizing: border-box;
}

#picshow_tx li {
	display: none;
}

#picshow_tx li a {
	width: 100%;
	display: block;
	text-decoration: none;
}

#picshow_tx li h3 {
	font-size: 28px;
	text-align: left;
	color: #000000;
	line-height: 40px;
	margin-bottom: 15px;
}

#picshow_tx li p {
	text-overflow: ellipsis;
	white-space: nowrap;
	font-size: 14px;
	text-align: left;
	color: #999999;
	line-height: 20px;
	overflow: hidden;
	margin-bottom: 15px;
}

#picshow_tx li span {
	width: 100%;
	display: block;
	font-size: 14px;
	text-align: left;
	color: #999999;
	line-height: 20px;
}

#select_btn {
	width: 354px;
	height: 476px;
	float: right;
	display: inline;
	background-color: #fff;
}

#select_btn li {
	border-bottom: 1px solid #d8d8d8;
	cursor: pointer;
	transition: all .7s ease 0s;
}

#select_btn li a {
	width: 100%;
	text-decoration: none;
	padding: 20px;
	box-sizing: border-box;
	display: block;
}

#select_btn li a:hover {
	background: linear-gradient(90deg, #457fdb, #02206f);
	opacity: 0.7;
}

#select_btn li.current {
	background: linear-gradient(90deg, #457fdb, #02206f);

}

#select_btn li.current a {
	background: linear-gradient(90deg, #457fdb, #02206f);
}

#select_btn li.current:hover {
	opacity: 0.7;
}

#select_btn .select_text {
	height: 50px;
	text-overflow: ellipsis;
	font-size: 18px;
	text-align: left;
	color: #000000;
	line-height: 25px;
	overflow: hidden;
	display: block;
	margin-bottom: 8px;
	display: -webkit-box;
 -webkit-box-orient: vertical;
-webkit-line-clamp: 2;
overflow: hidden;
}

#select_btn .select_date {
	font-size: 14px;
	font-family: PingFangSC, PingFangSC-Regular;
	font-weight: 400;
	text-align: left;
	color: #999999;
	line-height: 20px;
	overflow: hidden;
	display: block;
}

#select_btn li a:hover .select_text,#select_btn li a:hover  .select_date ,
#select_btn li.current .select_text,#select_btn li.current .select_date ,
#select_btn li.current a .select_text,#select_btn li.current a  .select_date {
	color:#fff
}


.banner img{ width: 100%;}



@media screen and (max-width: 1366px) {
    body{ background-color: #fed;}
    .container{ min-width: 1280px;}
    .nav{ padding: 25px 60px;}
    .com-map{ padding: 50px 60px;}
    .com-map .link ul{ margin-right: 65px;}
}


/*2011.08.08修改样式  wangze*/
.des{
    margin-top:0;
    background-color: #fafdff;
    padding-top: 75px;
}
.des-img{
    width: 37.5%;
    top:75px;
}

.des .text{
    height: 583px;
    padding-top:0;
    padding-bottom:0;
    display: flex;
    align-content: center;

    width: 50%;
    margin-left: 12%;
    flex-wrap:wrap;
}
/*.des .text:before{*/
/*    width: 100%;*/
/*    height:583px;*/
/*}*/
.saftTime{
    position: relative;
    width: 100%;
}
.des .text .textBox{
    margin-left:1%;
    overflow: hidden;
    /*align-items: center;*/
    /*display: flex;*/
    /*justify-content: center;*/
    /*flex-direction: column;*/
}
.des .text .textBox p{
    background: transparent !important;
    padding:0 5px;
}
.des .text .textBox p span{
    background-color: transparent !important;
}
.menu{
    padding:19px 0  10px;
    text-align: center;
}

.recruitCon{
    margin-top:20px;
}

#select_btn{
    float: left;
}

#picshow_tx{
    /*left:-345px;*/
}


/*2011.08.08修改样式-end  wangze*/


/* add by 0809 */
.banner-des{ display: none;}
.des{ width: 1200px; margin: 50px auto 0px; padding: 0; overflow: hidden; background: #fff; }
.des .text {
    width: 580px;
    /*display: inline-block;*/
    float: left;
    font-size: 16px;
    margin-left: 0;
    font-weight: 400;
    height: 408px;
    text-align: justify;
    color: #000000;
    overflow: auto;
    line-height: 26px;
    padding: 0px;
    box-sizing: border-box;
    background: #dff1ff;
    overflow: hidden;
    align-items: center;
    justify-content: space-around;
    flex-direction: column;
}
.des-img{ width: 580px; height: 408px; display: inline-block; float: right; position: relative; top: 0px; right:auto;}





.more-bg{position: absolute;bottom:0;left: 0;right: 0;z-index: 1;background: linear-gradient(to top, #dff1ff 75%, transparent);display: block;text-align: center;/* padding-bottom: 20px; */padding-top: 10px;}

/*.more-bg a{display: inline-block;padding-right: 40px;font-size: 12px;position: relative;line-height: 1.05;border: 1px solid #3171D8;padding: 5px 45px 5px 30px;border-radius: 50px;color: #3171D8;}*/
/*.more-bg a::before,.more-bg a::after{position: absolute;content: '';right: 23px;}*/
/*.more-bg a::before {width: 15px;height: 1px;background-color: #3171D8;top: 11px;!* right: 12px; *!}*/
/*.more-bg a::after {width: 6px;height: 6px;transform: rotate(45deg);border-top: 1px solid #3171d8;border-right: 1px solid #3171D8;top: 7.5px;}*/

.more-bg a{ display: inline-block; padding-right: 40px; font-size: 16px; position: relative; line-height: 2;}
.more-bg a::before,.more-bg a::after{position: absolute;content: '';right: 0;top: -15px;transform: rotate(135deg);}
.more-bg a::before {width: 12px;height: 12px;border-top: 1px solid #999;border-right: 1px solid #999;top: -20px;}
.more-bg a::after {width: 12px;height: 12px;border-top: 1px solid #999;border-right: 1px solid #999;}



.text{position: relative;}
.more-bg{
    display: none;
}