body {
    font-family: "Microsoft Yahei", "Arial", "sans-serif", "simsun";
	background: #fff;
}

a {
	color: #353535;
}

a:hover {
    cursor: pointer;
}

.left {
    float: left;
}

.right {
    float: right;
}

.hide {
    display: none;
}

.layui-container {
    width: 1200px\0;
    *width: 1200px;
    box-sizing: content-box;
}

.ie-2 {
	width: 16.66666667%\0;
	*width: 16.66666667%;
}

.ie-3 {
	width: 25%\0;
	*width: 25%;
}

.ie-4 {
	width: 33.33333333%\0;
	*width: 33.33333333%;
}

.ie-5 {
	width: 41.66666667%\0;
	*width: 41.66666667%;
}

.ie-6 {
	width: 50%\0;
	*width: 50%;
}

.ie-7 {
	width: 58.33333333%\0;
	*width: 58.33333333%;
}

.ie-8 {
	width: 66.66666667%\0;
	*width: 66.66666667%;
}

.ie-9 {
	width: 75%\0;
	*width: 75%;
}

.ie-10 {
	width: 83.33%\0;
	*width: 83.33%;
}

.layui-card {
	box-shadow: none;
}

.layui-card-header, .layui-card-body {
	padding: 0;
}

.bg {
	height: 710px;
}

/* index-head start */
.index-head {
	height: 360px;
}

.site-title {
    position: relative;
}

.site-title ul {
    position: absolute;
    top: 20px;
    right: 15px;
    z-index: 100;
	font-size: 15px;
	letter-spacing: 1px;
}

.site-title ul a {
	color: #fff;
}

.site-title ul li {
	float: left;
	padding: 0 8px 0 10px;
}

.site-title ul li+li {
    background: url(../images/white_hr.png) no-repeat left center;
}

.site-title img {
    display: block;
	margin: 0 auto;
	padding-top: 110px;
}
/* index-head end */

/* nav start */
.navbar {
	width: 1242px;
	min-height: 87px;
	line-height: 67px;
	margin: 0 auto;
	background: url(../images/nav_bg.png);
}

.navbar ul li {
	float: left;
	width: 9.5%;
	text-align: center;
}

.navbar ul li.long {
	width: 14%;
}

.navbar ul li.active {
	background: url(../images/bottom_arrow.png) no-repeat center 50px;
}

.navbar ul li a {
	display: inline-block;
	width: 100%;
	color: #fefefe;
	font-size: 18px;
	font-weight: bold;
	letter-spacing: 2px;
}
/* navbar end */

/* white-bg start */
.white-bg {
	margin-top: -283px;
}

.white-bg>.layui-container>.layui-row {
	background: #fff;
}
/* white-bg end */

/* site-date start */
.site-date {
	height: 52px;
}

.date {
    float: left \0;
    *float: left;
    width: 800px \0;
    *width: 800px;
	line-height: 52px;
	letter-spacing: 1px;
}

.date .spanText1 {
	padding-left: 14px;
}

.search {
    float: right \0;
    *float: right;
    width: 400px \0;
    *width: 400px;
}

.search-box {
	float: right;
	width: 335px;
	height: 32px;
	margin-top: 12px;
	margin-right: 15px;
}

.search-box .searchCon {
	float: left;
	width: 247px;
	height: 32px;
	line-height: 32px;
	padding-left: 10px;
	border: none;
	background: url(../images/search_input.png);
}

.search-box button {
	float: right;
	width: 69px;
	height: 32px;
	cursor: pointer;
	border: none;
	background: url(../images/search_button.png);
}
/* site-date end */

/* headLine start */
.index-headLine {
    height: 95px;
	padding-bottom: 22px;
	position: relative;
}

.index-headLine h2 {
    height: 95px;
    overflow: hidden;
    text-align: center;
}

.index-headLine h2 h4 {
	height: 55px;
	line-height: 55px;
    margin: 0 auto;
	font-size: 30px;
	font-weight: bold;
	letter-spacing: 2px;
}

.index-headLine h2 h4 a {
    display: block;
    width: 80%;
    height: 55px;
    line-height: 55px;
    margin: 0 auto;
	color: #2d54a1;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.index-headLine h2 p {
	height: 40px;
	line-height: 40px;
	font-size: 16px;
	color: #454545;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}
/* headLine end */

/* index-news start */
.index-news {
	height: 350px\0;
	*height: 350px;
}

.index-image {
	float: left\0;
	*float: left;
	width: 600px\0;
	*width: 600px;
}

.image-news {
    position: relative;
	width: 585px\0;
	*width: 585px;
	margin-right: 15px;
	margin-bottom: 25px;
}

.image-news .bd {
    height: 350px;
    position: relative;
    overflow: hidden;
}

.image-news .bd li {
    height: 350px;
    background-color: #fff;
    position: relative;
}

.image-news .bd li a {
    display: block;
}

.image-news .bd li img {
    width: 100%;
    height: 350px;
}

.image-news .bd li p {
    position: absolute;
    left: 0;
    bottom: 0;
    line-height: 38px;
    height: 38px;
    width: 100%;
    white-space: nowrap;
    overflow: hidden;
}

.image-news .bd li p i {
    position: absolute;
    left: 0;
    top: 0;
    display: block;
    width: 100%;
    height: 38px;
    background: #000;
    opacity: .3;
    filter: alpha(opacity=30);
}

.image-news .bd li p a,
.image-news .bd li p a:visited {
    position: relative;
    display: block;
    color: #fff;
    font-size: 16px;
    line-height: 38px;
    padding-left: 12px;
}

.image-news .hd {
    position: absolute;
    z-index: 1;
    bottom: 13px;
    right: 10px;
}

.image-news .hd li {
    cursor: pointer;
    width: 10px;
    height: 10px;
    display: block;
    overflow: hidden;
    text-indent: 20px;
    float: left;
    margin-left: 8px;
	background: url(../images/default_li.png);
}

.image-news .hd li.on {
	background: url(../images/active_li.png);
}

.image-news .prev,
.image-news .next {
    width: 40px;
    height: 40px;
    margin: -20px 0 0;
    display: none;
    background: url(../images/ad_ctr.png) no-repeat 0 0;
    position: absolute;
    top: 50%;
    z-index: 10;
    cursor: pointer;
    text-indent: -9999px;
    filter: alpha(opacity=20);
    opacity: 0.2;
}

.image-news .prev {
    left: 16px;
}

.image-news .next {
    background-position: 0 -40px;
    right: 16px;
}

.image-news .prev:hover,
.image-news .next:hover {
    filter: alpha(opacity=50) !important;
    opacity: 0.5 !important;
}

.index-text {
	float: left\0;
	*float: left;
	width: 600px\0;
	*width: 600px;
	height: 350px;
	margin-bottom: 25px;
	background: #fff;
}

.index-text .index-news-card {
	margin-left: 15px;
	margin-bottom: 25px;
}

.index-text .layui-card-header {
	padding: 0;
	margin-bottom: 8px;
	height: 39px;
	line-height: 39px;
	border: none;
	border-bottom: 1px solid #dbdbdb;
}

.index-text .layui-card-header h4 {
	float: left;
	font-size: 20px;
	font-weight: bold;
	padding: 0 12px;
	background: #2d54a1;
}

.index-text .layui-card-header h4 a {
	color: #fff;
}

.index-text .layui-card-header .more {
	float: right;
	line-height: 42px;
	margin-right: 12px;
	font-size: 14px;
}

.index-text .layui-card-body {
	padding: 0;
}

.index-news-head {
	padding: 0 38px;
	border-bottom: 1px dashed #ededed;
}

.index-news-head h3 {
	height: 40px;
	line-height: 40px;
	font-size: 17px;
	font-weight: bold;
	text-align: center;
	color: #454545;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}

.index-news-head h3:hover a {
	color: #2d54a1;
}

.index-news-head p {
	line-height: 26px;
	text-indent: 2em;
	margin-bottom: 12px;
	min-height: 52px;
}

.index-news-head p .blue {
	color: #2d54a1;
}

.index-news-list li {
	height: 39px;
	margin-left: 17px;
	line-height: 39px;
	padding-left: 15px;
	font-size: 15px;
	background: url(../images/grey_spot.png) no-repeat left center;
}

.index-news-list li span {
	float: right;
	color: #454545;
	display: none;
	margin-left: 2%;
}

.index-news-list li a {
    display: block;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
	color: #454545;
}

.index-news-list li:hover a {
	color: #2d54a1;
}
/* index-news end */

/* index-case start */
.index-case .layui-col-lg5 {
	float: left\0;
	*float: left;
	width: 500px\0;
	*width: 500px;
}

.index-case .layui-col-lg2 {
	float: left\0;
	*float: left;
	width: 200px\0;
	*width: 200px;
}

.layui-card.index-work-card {
	float: left\0;
	*float: left;
	width: 485px\0;
	*width: 485px;
	background: #fff;
	margin-right: 15px;
	margin-bottom: 20px;
}

.index-work-card .layui-card-header {
	height: 46px;
	padding: 0;
	border-bottom: 1px solid #dbdbdb;
}

.index-work-card .layui-card-header h4 {
	float: left;
	height: 45px;
	line-height: 45px;
	font-size: 19px;
	font-weight: bold;
	letter-spacing: 1px;
	background: url(../images/tab.png) no-repeat 6px center;
}

.index-work-card .layui-card-header h4 a {
	display: block;
	padding: 0 19px;
	color: #2d54a1;
}

.index-work-card .layui-card-header .more {
	float: right;
	width: 56px;
	height: 40px;
	line-height: 40px;
}

.index-work-card .layui-card-body {
	padding: 6px 8px 0 4px;
	min-height: 180px;
}

.index-work-list {
	margin-top: 5px;
}

.index-work-list li {
	height: 39px;
	line-height: 39px;
	padding-left: 15px;
	font-size: 15px;
	background: url(../images/grey_spot.png) no-repeat left center;
}

.index-work-list li span {
	float: right;
	color: #454545;
	display: none;
	margin-left: 2%;
}

.index-work-list li a {
    display: block;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
	color: #454545;
}

.index-work-list li:hover a {
	color: #2d54a1;
}
/* index-case end */

/* index-group start */
.index-group {
	width: 100%;
	width: 200px\0;
	*width: 200px;
	display: inline-block;
	margin-bottom: 20px;
}

.index-group ul li {
	float: left;
	width: 100%;
	height: 56px;
	line-height: 56px;
	margin-bottom: 12px;
	background: #e0e9f6;
}

.index-group ul li.group4 {
	margin-bottom: 0;
}

.index-group ul li i {
	display: inline-block;
	float: left;
	width: 75px;
	height: 100%;
}

.index-group ul li.group1 i {
	background: url(../images/blue_icon1.png) no-repeat 30px center;
}

.index-group ul li.group2 i {
	background: url(../images/blue_icon2.png) no-repeat 30px center;
}

.index-group ul li.group3 i {
	background: url(../images/blue_icon3.png) no-repeat 30px center;
}

.index-group ul li.group4 i {
	background: url(../images/blue_icon4.png) no-repeat 30px center;
}

.index-group ul li:hover i {
	-webkit-animation: jump 1.5s ease-out backwards;
	-moz-animation: jump 1.5s ease-out backwards;
	-ms-animation: jump 1.5s ease-out backwards;
	animation: jump 1.5s ease-out backwards;
}

@keyframes jump {
	0% {-webkit-transform:translate(0);transform:translate(0)}
	10% {-webkit-transform:translateY(5px) scaleX(1.2) scaleY(.8);transform:translateY(5px) scaleX(1.2) scaleY(.8)}
	30% {-webkit-transform:translateY(-13px) scaleX(1) scaleY(1) rotateZ(5deg);transform:translateY(-13px) scaleX(1) scaleY(1) rotateZ(5deg)}
	50% {-webkit-transform:translateY(0) scale(1) rotateZ(0);transform:translateY(0) scale(1) rotateZ(0)}
	55% {-webkit-transform:translateY(0) scaleX(1.1) scaleY(.9) rotateZ(0);transform:translateY(0) scaleX(1.1) scaleY(.9) rotateZ(0)}
	70% {-webkit-transform:translateY(-4px) scaleX(1) scaleY(1) rotateZ(-2deg);transform:translateY(-4px) scaleX(1) scaleY(1) rotateZ(-2deg)}
	80% {-webkit-transform:translateY(0) scaleX(1) scaleY(1) rotateZ(0);transform:translateY(0) scaleX(1) scaleY(1) rotateZ(0)}
	85% {-webkit-transform:translateY(0) scaleX(1.05) scaleY(.95) rotateZ(0);transform:translateY(0) scaleX(1.05) scaleY(.95) rotateZ(0)}
	100% {-webkit-transform:translateY(0) scaleX(1) scaleY(1);transform:translateY(0) scaleX(1) scaleY(1)}
}
@-webkit-keyframes jump {
	0% {-webkit-transform:translate(0);transform:translate(0)}
	10% {-webkit-transform:translateY(5px) scaleX(1.2) scaleY(.8);transform:translateY(5px) scaleX(1.2) scaleY(.8)}
	30% {-webkit-transform:translateY(-13px) scaleX(1) scaleY(1) rotateZ(5deg);transform:translateY(-13px) scaleX(1) scaleY(1) rotateZ(5deg)}
	50% {-webkit-transform:translateY(0) scale(1) rotateZ(0);transform:translateY(0) scale(1) rotateZ(0)}
	55% {-webkit-transform:translateY(0) scaleX(1.1) scaleY(.9) rotateZ(0);transform:translateY(0) scaleX(1.1) scaleY(.9) rotateZ(0)}
	70% {-webkit-transform:translateY(-4px) scaleX(1) scaleY(1) rotateZ(-2deg);transform:translateY(-4px) scaleX(1) scaleY(1) rotateZ(-2deg)}
	80% {-webkit-transform:translateY(0) scaleX(1) scaleY(1) rotateZ(0);transform:translateY(0) scaleX(1) scaleY(1) rotateZ(0)}
	85% {-webkit-transform:translateY(0) scaleX(1.05) scaleY(.95) rotateZ(0);transform:translateY(0) scaleX(1.05) scaleY(.95) rotateZ(0)}
	100% {-webkit-transform:translateY(0) scaleX(1) scaleY(1);transform:translateY(0) scaleX(1) scaleY(1)}
}

.index-group ul li span {
	float: left;
	color: #2d54a1;
	font-size: 15px;
}
/* index-group end */

/* column start */
.index-column {
	width: 100%;
	height: 85px;
	margin-bottom: 25px;
	overflow: hidden;
}

.picScroll-left {
	width: 100%;
	height: 85px;
	overflow: hidden;
	position: relative;
	margin-left: auto;
	margin-right: auto;
}
 
.picScroll-left .hd .prev {
	position: absolute;
	left: 0;
	top: 0;
	width: 17px;
	height: 85px;
    z-index: 10;
    cursor: pointer;
    text-indent: -9999px;
    filter: alpha(opacity=20);
    opacity: 0.9;
}
 
.picScroll-left .hd .next {
	position: absolute;
	right: 0;
	top: 0;
	width: 17px;
	height: 85px;
    z-index: 10;
    cursor: pointer;
    text-indent: -9999px;
    filter: alpha(opacity=20);
    opacity: 0.9;
}

.picScroll-left .hd img {
	float: left;
}
 
.picScroll-left .bd {
	width: 100%;
}

.picScroll-left .bd .tempWrap {
	width: 1154px;
	margin-left: 23px;
}

.picScroll-left .bd ul {
	height: 85px;
	overflow: hidden;
}

.picScroll-left .bd ul li {
	width: 280px;
	height: 85px;
	float: left;
	margin-right: 11px;
	margin-right: 9px\0;
	*margin-right: 9px;
	display: inline;
	overflow: hidden;
	text-align: center;
}

.picScroll-left .bd ul li .pic {
	text-align: center;
	display: inline-block;
	width: 280px;
	height: 85px;
}

.picScroll-left .bd ul li .pic img {
	display: block;
	width: 280px;
	height: 85px;
}
/* column end */

/* index-12309 start */
.index-12309 {
	width: 100%;
	width: 200px\0;
	*width: 200px;
	height: 270px;
	margin-bottom: 20px;
	background: url(../images/12309_blue.png) no-repeat center;
}

.index-12309 .title {
	width: 100%;
	height: 71px;
	background: url(../images/12309_title.png) no-repeat center;
	padding-top: 23px;
	padding-bottom: 10px;
}

.index-12309 a {
	float: left;
	width: 103px;
	height: 16px;
	line-height: 16px;
	margin-bottom: 7px;
	font-size: 12px;
	color: #fff;
	text-align: center;
}

.index-12309 .a1 {
	margin-left: 20px;
	background: url(../images/12309_blue1.png);
}

.index-12309 .a2 {
	margin-left: 76px;
	background: url(../images/12309_blue2.png);
}

.index-12309 .a3 {
	margin-left: 23px;
	width: 120px;
}

.index-12309 .a4 {
	margin-left: 76px;
	background: url(../images/12309_blue1.png);
}

.index-12309 .a5 {
	margin-left: 53px;
}

.index-12309 .a6 {
	margin-left: 20px;
	background: url(../images/12309_blue1.png);
}

.index-12309 .a7 {
	margin-left: 58px;
}
/* index-12309 end */

/* index-media start */
.index-media .hd {
    width: 100%;
	width: 200px\0;
	*width: 200px;
    height: 45px;
    line-height: 45px;
    background-color: #2d54a1;
    text-align: center;
    color: #fff;
    font-size: 20px;
	font-weight: bold;
}

.index-media .bd {
    width: 100%;
    height: 292px;
    padding-top: 8px;
    background-color: #f0f4fa;
}

.index-media .bd ul {
    margin: 0 50px;
    text-align: center;
}

.index-media .bd ul li {
    width: 94px;
    height: 123px;
}

.index-media .bd ul li p {
    height: 30px;
    line-height: 30px;
}

.index-media .bd .media-para span {
	display: inline-block;
	width: 122px;
	height: 30px;
	line-height: 30px;
	padding-left: 35px;
	margin: 0 18px 0;
	color: #2d54a1;
	background: url(../images/media_bg.png) no-repeat center;
}

.index-media .bd .media-para span a {
	color: #454545;
}

.index-media .bd .media-para:hover span a {
	color: #2d54a1;
}

.welcome {
	margin-bottom: 20px;
}
/* index-media end */

/* index-art start */
.picMarquee-left {
	overflow: hidden;
	position: relative;
	margin-bottom: 20px;
}

.picMarquee-left .layui-card-header {
	height: 45px;
	line-height: 45px;
	margin-bottom: 17px;
	text-align: center;
	border: none;
	background: url(../images/tab_title.png) no-repeat center;
}

.picMarquee-left .layui-card-header a {
	font-size: 20px;
	color: #2d54a1;
	font-weight: bold;
}
	
.picMarquee-left .bd ul {
	overflow: hidden;
	zoom: 1;
}
	
.picMarquee-left .bd ul li {
	width: 226px;
	height: 156px;
	position: relative;
	margin: 0 20px;
	margin: 0 10px\0;
	*margin: 0 6px;
	float: left;
	overflow: hidden;
	text-align: center;
}

.picMarquee-left .bd ul li .pic img {
	width: 226px;
	height: 156px;
	display: block;
}

.picMarquee-left .bd ul li .title {
	position: absolute;
	left: 0;
	bottom: 0;
	width: 226px;
	text-align: center;
	color: #fff;
	height: 30px;
	line-height: 30px;
	font-size: 14px;
	background: rgba(0, 0, 0, 0.5);
	z-index: 3;
	filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0, startColorstr='#50000000', endColorstr='#50000000') \9;
}

.picMarquee-left .bd ul li .title a {
	color: #fff;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	width: 90%;
	padding-left: 5%;
	display: inline-block;
}
/* index-art end */

/* index-website start */
.index-website .layui-card {
	margin-bottom: 0;
}
.index-website .layui-card-header {
	height: 45px;
	line-height: 45px;
	text-align: center;
	border: none;
	background: url(../images/tab_title.png) no-repeat center;
}

.index-website .layui-card-header a {
	font-size: 20px;
	color: #2d54a1;
	font-weight: bold;
}

.index-website .layui-card-body ul {
	display: inline-block;
}

.index-website .layui-card-body ul li {
    float: left;
    width: 170px;
    height: 38px;
    line-height: 38px;
    margin-left: 30px;
    font-size: 14px;
	text-align: center;
    background: url(../images/grey_spot.png) no-repeat left center;
}
/* index-website end */

/* link start */
.index-link {
    height: 56px;
    background-color: #dae2f1;
}

.index-link p {
    float: left;
    width: 130px;
    height: 56px;
    line-height: 56px;
	margin-right: 28PX;
    text-align: center;
    font-size: 20px;
    font-weight: bold;
}

.index-link h4 {
    float: left;
    width: 224px;
    height: 36px;
    line-height: 36px;
    margin-top: 10px;
    background: url(../images/link_white.png);
    text-align: center;
}

.index-link h4.hunan {
	margin-left: 47px;
}

.index-link .link-fix {
    float: left;
    width: 224px;
    height: 36px;
	line-height: 36px;
    margin-left: 40px;
    margin-top: 10px;
    color: #333;
    text-align: center;
    text-align-last: center;
    box-sizing: content-box;
    border: none;
    background: url(../images/link_bg.png);
    outline: none;
    cursor: pointer;
    appearance: none;
    -moz-appearance: none;
    -webkit-appearance: none;
}
/* link end */

/* index-foot start */
.index-foot {
	min-height: 214px;
	background: #2d54a1;
}

.bottom-top {
	padding-top: 30px;
	text-align: center;
}

.bottom-top p {
	line-height: 28px;
	color: #fff;
}

.bottom-top p a {
	color: #fff;
}

.bottom-top p span {
	margin-right: 2%;
}

.bottom-bottom {
	padding-top: 20px;
	padding-bottom: 10px;
	text-align: center;
}
/* index-foot end */

/* 二级 start */
.second-list {
	padding-top: 30px;
	padding-bottom: 50px\0;
	*padding-bottom: 50px;
	background: #fff;
	padding: 20px 20px 0;
}

.secondary-body .layui-card {
    box-shadow: none;
    margin: 0 30px 0 20px;
}

.second-list {
	width: 1160px\0;
	*width: 1160px;
	display: inline-block\0;
	*display: inline-block;
}

.second-list .layui-card-header {
	height: 61px;
	line-height: 61px;
    font-size: 27px;
    letter-spacing: 2px;
	text-indent: 28px;
	padding: 0;
    color: #2d54a1;
    border: none;
    text-align: left;
}

.second-list .layui-card-body {
    padding: 0;
}

.second-list .list-left {
	float: left\0;
	*float: left;
}

.second-list .list-left .layui-card {
	margin-right: 20px;
}

.second-list .list-right {
	float: left\0;
	*float: left;
	border: 1px solid #e7e7e7;
	margin-bottom: 50px;
	padding-bottom: 20px;
}

.list-all {
	padding-bottom: 30px;
}

.secondary-nav {
	height: 57px;
    line-height: 57px;
	margin: 0 20px 15px;
    font-size: 16px;
    border-bottom: 3px solid #e7e7e7;
}

.secondary-nav .location {
	max-width: 50%;
	float: right;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}

.secondary-nav .nav-title {
    font-size: 16px;
}

.secondary-nav h4 {
	max-width: 50%;
	height: 57px;
	line-height: 57px;
	letter-spacing: 1px;
	font-size: 20px;
	border-bottom: 3px solid #2d54a1;
	font-weight: bold;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}

.list-all .secondary-nav h4 {
	font-size: 20px;
	font-weight: bold;
}

.secondary-nav h4 a {
	display: inline-block;
	padding: 0 20px;
	color: #2d54a1;
}

.sub {
    display: block;
    width: 100%;
}

.sub h4 {
    float: left;
    height: 35px;
    line-height: 35px;
    padding: 0 15px;
    margin-left: 20px;
    font-size: 16px;
    border: 1px solid #eee;
    background: #fff;
}

.sub h4 a {
    color: #2d54a1;
}

.sub h4.hear {
    border: 1px solid #2d54a1;
    background: #2d54a1;
}

.sub h4.hear a {
    color: #fff;
}

.secondary-breadcrumb {
	width: 100%;
	line-height: 30px;
	font-size: 14px;
	padding-bottom: 15px;
	margin: 0 20px;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}

.secondary-tit {
	font-size: 18px;
	background: #e4eaf7;
	line-height: 50px;
	margin: 0 20px 15px;
	padding-left: 20px;
}

.secondary-tit h4 a {
	font-weight: bold;
	color: #2d54a1;
}

.secondary-news-list {
    min-height: 400px;
	margin: 0 20px;
}

.secondary-news-list li {
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
    line-height: 44px;
    border-bottom: 1px dashed #cccccc;
    font-size: 16px;
    color: #595757;
    padding: 0 10px 0 20px;
	background: url(../images/grey_spot.png) no-repeat left center;
}

.secondary-news-list li span {
    float: right;
    color: #b6b6b6;
    padding-left: 10px;
}

.secondary-news-list li a {
    letter-spacing: .5px;
}

.secondary-news-list li a:hover {
    color: #2d54a1;
}

.contact p {
	padding-left: 30px;
	line-height: 35px;
	text-align: left;
	font-size: 16px;
}

.map {
	margin: 20px auto;
	text-align: center;
}

.secondary-siblings li {
    text-align: center;
	height: 49px;
    line-height: 49px;
	border-bottom: #ccc 1px solid;
	background:  url(../images/grey_arrow.png) no-repeat 15px center;
	transition: all .2s;
	-webkit-transition: all .2s;
	-moz-transition: all .2s;
	-o-transition: all .2s;
}

.secondary-siblings li a {
    display: block;
    font-size: 18px;
    margin: 0;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	text-align: left;
	padding-left: 25%;
}

.secondary-siblings li.this  {
	background: #2d54a1 url(../images/white_arrow.png) no-repeat 15px center;
}

.secondary-siblings li:hover  {
	background: #2d54a1 url(../images/white_arrow.png) no-repeat 15px center;
}

.secondary-siblings li:hover a {
    color: #fff;
}

.secondary-siblings li.this a {
    color: #fff;
}

.secondary-siblings li b {
	float: left;
	margin-left: 30px;
}

.secondary-siblings li span {
	float: left;
	margin-left: 30px;
}

#page-box {
    text-align: center;
    margin-top: 20px;
}
/* 二级 end */

/** 详情 start */
.content-white {
	background: #fff;
}

.detail-nav {
	background: #fff;
	width: 98%;
	padding-right: 2%;
	height: 42px;
    line-height: 42px;
	padding-top: 15px;
    font-size: 16px;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}

.detail-nav .nav-title {
	padding-left: 80px;
    font-size: 16px;
	background: url(../images/location.png) no-repeat 45px center;
}

.detail-content {
    padding: 10px 40px 30px;
}

.detail-content h2 {
	line-height: 50px;
    font-size: 32px;
    color: #2d54a1;
    text-align: center;
    font-weight: bold;
}

.detail-attr {
	margin: 20px auto;
    padding: 10px 0;
    text-align: center;
    font-size: 16px;
	background: #f7f7f7;
}

.detail-attr label {
    color: #666666;
    margin-right: 40px;
}

.detail-attr label:last-child a {
    padding: 0 6px;
}

.detail-attr label.print {
	cursor: pointer;
}

.detail-attr2 {
	margin: 20px auto;
    padding: 10px 0;
    text-align: center;
    font-size: 16px;
	background: #f7f7f7;
}

.detail-attr2 label {
    color: #666666;
    margin-left: 40px;
}

.detail-attr2 label:last-child a {
    padding: 0 6px;
}

.detail-attr2 label.print {
	cursor: pointer;
}

.general_font span {
	cursor:pointer;
	margin-left: 5px;
}

.detail-content-center {
    padding: 0 15px;
    min-height: 400px;
	overflow: hidden;
}

.detail-content-html {
    color: #353535;
    font-size: 16px;
}

.detail-content-html p {
	margin: 5px 0;
}

.detail-content-html address {
	font-style: italic;
}

.detail-content-html p, .detail-content-html span {
    line-height: 38px;
    font-size: 18px;
	word-wrap: break-word;
}

.detail-content-html img {
	max-width: 100%;
}

.detail-content-html table {
	max-width: 100%;
}

.detail-content-html * {
    color: #353535;
    line-height: 38px;
    letter-spacing: .5px;
	font-family: "Microsoft YaHei","SimSun","Arial","sans-serif"!important;
	/* text-align: justify;
	text-justify: inter-ideograph; */
} 

.detail-content-file {
	display: inline-block;
	line-height: 40px;
	margin-top: 20px;
    font-size: 16px;
}

.detail-content-file span {
    color: #000000;
    font-size: 16px;
    float: left;
}

.detail-content-file .file-list {
    margin-left: 80px;
}

.detail-content-file .file-list a {
	line-height: 40px;
    display: block;
    margin-bottom: 5px;
    font-size: 16px;
    color: #1d4c73;
}

.detail-content-file .file-list a:hover {
    text-decoration: underline;
}

.ewm {
	display: block;
	margin: 0 auto;
	width: 154px;
	margin-bottom: 30px;
}

.ewm p {
	text-align: center;
	line-height: 35px;
	color: #6b6a6a;
}
/* 详情 end */

/* 汇总 start */
.secondary-sina-list {
	display: inline-block;
	width: 94%;
	padding: 20px 3% 0;
}

.secondary-sina-list li {
	line-height: 50px;
	text-align: center;
	margin-bottom: 25px;
	cursor: pointer;
}

.secondary-sina-list li a {
	display: inline-block;
	width: 85%;
    background: #f5f5f5;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}

.secondary-sina-list li:hover a {
	color: #2d54a1;
}

.secondary-sina-list li p {
	font-size: 16px;
	color: #1d4c73;
}
/* 汇总 end */

/* 内设机构 start */
.jg-hd {
    width: 96%;
    margin: 0 2%;
    height: 45px;
    background: #f0f0f0;
    margin-bottom: 15px;
    display: inline-block;
}

.jg-hd h4 {
    float: left;
    background: #2d54a1;
    color: #fff;
    height: 45px;
    line-height: 45px;
    font-size: 18px;
    padding: 0 20px;
    letter-spacing: 2px;
}

.jg-hd h4 a {
    font-weight: bold;
    color: #fff;
}

.secondary-jg-list {
    display: inline-block; width: 96%;
    padding: 20px 2% 0;
}

.secondary-jg-list li {
    height: 50px;
    margin-bottom: 28px;
    line-height: 50px;
    text-align: center;
    cursor: pointer;
}

.secondary-jg-list li p {
    font-size: 16px;
    color: #1d4c73;
}

.secondary-jg-list li a {
    width: 85%;
    background: #f5f5f5;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    display: inline-block;
}
/* 内设机构 end */

@media screen and (max-width: 1242px) {
	.navbar {
	    width: 100%;
		min-height: 68px;
		background: #2d54a1;
	}
	
	.layui-container {
		padding: 0;
	}
	
	.white-bg {
		margin-top: -282px;
	}
	
	.image-news {
		margin-right: 0;
	}
	
	.index-text .index-news-card {
		margin-left: 0;
	}
	
	.layui-card.index-work-card {
		margin-right: 0;
	}
}

@media screen and (min-width: 1200px) {
	.layui-container {
	    width: 1200px;
	}
}

@media all and (max-width: 1200px) {
	.index-logo {
		text-align: center;
	}
	
	.navbar {
		width: 100%;
		clear: both;
	}
	
	.index-news-head p {
		min-height: auto;
	}
	
	.index-group ul li {
		width: 23.5%;
		margin-right: 2%;
		margin-bottom: 0;
	}
	
	.index-group ul li.group4 {
		margin-right: 0;
	}
	
	.index-news-list li span {
		display: inline-block;
	}
	
	.index-work-list li span {
		display: inline-block;
	}
	
	.picScroll-left .hd {
		display: none;
	}
	
	.picScroll-left .bd .tempWrap {
		width: 100%;
		margin-left: 0;
	}
	
	.welcome {
		width: 100%;
		height: auto;
	}
	
	.index-12309 {
		height: 200px;
		background-size: 100% 100%;
	}
	
	.index-12309 a {
		width: 120px;
		height: 23px;
		line-height: 23px;
		margin-bottom: 20px;
		background: url(../images/12309_blue3.png) no-repeat center!important;
		margin-left: 0!important;
		margin-right: 0;
		width: 25%!important;
	}
	
	.index-media .bd {
		padding-top: 20px;
		height: 180px;
	}
	
	.index-media .bd ul {
		display: inline-block;
		width: 100%;
		margin: 0;
	}
	
	.index-media .bd ul li {
		float: left;
		width: 50%;
	}
	
	.media-para {
		text-align: center;
	}
	
	.index-website .layui-card-body ul li {
		margin-left: 3%;
		width: 17%;
	}
	
	.index-link {
		width: 100%;
		height: auto;
		display: inline-block;
		padding-bottom: 20px;
	}
	
	.index-link p {
		text-align: left;
		width: 98%;
		margin-left: 2%;
		height: 46px;
		line-height: 52px;
	}
	
	.index-link h4 {
		width: 45%!important;
		margin-left: 2%!important;
		background: #fff;
		border-radius: 8px;
	}
	
	.index-link .link-fix {
		text-align: center;
		width: 45%!important;
		margin-left: 2%!important;
		background: #fff;
		border-radius: 8px;
	}
	
	.bottom-top p span {
		display: block;
		width: 100%;
	}
	
	.index-foot {
		margin-top: -4px;
	}
	
	.detail-content-html img {
		height: auto!important;
	}
}

@media all and (max-width: 992px) {
	.index-head {
		height: 280px;
	}
	
	.navbar ul li a {
		font-size: 16px;
		letter-spacing: 0;
	}
	
	.navbar {
		width: 100%;
		clear: both;
		height: 90px;
		padding-top: 15px;
		line-height: 35px;
	}
	
	.navbar ul li {
		width: 20%;
	}
	
	.navbar ul li.long {
		width: 20%;
	}
	
	.search {
		display: none;
	}
	
	.white-bg {
		margin-top: -325px;
	}
	
	.index-headLine h2 p {
		width: 90%;
		margin: 0 auto;
	}
	
	.index-news-head {
		padding: 0;
	}
	
	.index-website .layui-card-body ul li {
		margin-left: 2%;
		width: 17%;
		padding-left: 1%;
	}
	
	.second-list .list-left {
		margin-bottom: 25px;
	}
	
	.second-list .list-left .layui-card {
		margin: 0;
	}
	
	.secondary-nav {
		border: none;
		height: auto;
		margin: 0 15px 15px;
	}
	
	.secondary-nav .location {
		width: 100%;
		max-width: 100%;
		line-height: 45px;
	}
	
	.secondary-nav h4 {
		width: 100%;
		max-width: 100%;
		line-height: 46px;
		height: 46px;
	}
	
	.secondary-nav h4 a {
		padding: 0 0 0 10px;
	}
}

@media screen and (max-width: 768px) {
	.site-title img {
		width: 80%;
		margin-left: 10%;
	}
	
	.navbar {
		height: 80px;
		line-height: 30px;
	}
	
	.navbar ul li a {
		font-size: 15px;
	}
	
	.navbar ul li.long {
		width: 26%;
	}
	
	.white-bg {
		margin-top: -335px;
		padding: 0 15px;
	}
	
	.index-group ul li i {
		width: 60px;
		background-position-x: 20px!important;
	}
	
	.index-website .layui-card-body ul li {
		margin-left: 2%;
		width: 22%;
		padding-left: 1%;
	}
	
	.second-list .list-left {
		margin-bottom: 25px;
	}
	
	.second-list .list-left .layui-card {
		margin: 0;
	}
	
	.second-list .layui-card-header {
		height: 48px;
		line-height: 48px;
		font-size: 22px;
	}
	
	.secondary-siblings li {
		height: 40px;
		line-height: 40px;
	}
	
	.secondary-siblings li a {
		font-size: 16px;
	}
	
	.secondary-nav {
		border: none;
		height: auto;
		margin: 0 15px 15px;
	}
	
	.secondary-nav .location {
		width: 100%;
		max-width: 100%;
		line-height: 45px;
	}
	
	.secondary-nav h4 {
		width: 100%;
		max-width: 100%;
		line-height: 36px;
		height: 36px;
		font-size: 18px;
	}
	
	.secondary-nav h4 a {
		padding: 0 0 0 10px;
	}
	
	.secondary-breadcrumb {
		margin: 0;
		padding-bottom: 10px;
	}
	
	.secondary-tit {
		line-height: 45px;
		margin: 0;
	}
	
	.secondary-news-list {
		margin: 0;
		padding: 0 10px;
	}
	
	.detail-nav .nav-title {
		padding-left: 60px;
		background-position-x: 25px
	}
	
	.detail-content {
		padding: 10px 20px 30px;
	}
	
	.detail-content h2 {
		font-size: 26px;
	}
	
	.detail-attr {
		margin: 12px auto;
	}
	
	.detail-content-center {
		padding: 0;
	}

	.secondary-wechat-list li img {
		width: 80%;
	}

	.secondary-wechat-list li p {
		font-size: 14px;
	}

	.secondary-sina-list {
		width: 100%;
	    padding: 20px 0 0;
	}
	
	.secondary-sina-list li a {
		width: 88%;
	}

	.secondary-sina-list li p {
		font-size: 14px;
	}
}

@media screen and (max-width: 600px) {
	.index-head {
		height: 220px;
	}
	
	.index-logo img {
		padding-top: 90px;
		width: 90%;
		margin-left: 5%;
	}
	
	.navbar ul li a {
		font-size: 12px;
	}
	
	.white-bg {
		margin-top: -395px;
	}
	
	.date {
		letter-spacing: 0;
	}
	
	.index-headLine {
		padding-bottom: 15px;
	}
	
	.index-headLine h2 h4 {
		font-size: 26px;
	}
	
	.index-group ul li span {
		font-size: 12px;
	}
	
	.index-12309 {
		height: 270px;
	}
	
	.index-12309 a {
		width: 33%!important;
	}
	
	.index-group ul li i {
		width: 40px;
		background-position-x: 7px!important;
	}
	
	.index-website .layui-card-body ul li {
		margin-left: 3%;
		width: 30%;
		padding-left: 0;
		font-size: 12px;
	}
}

@media screen and (max-width: 500px) {
	.index-head {
		height: 200px;
	}
	
	.navbar {
		height: 94px;
		line-height: 28px;
		padding-top: 10px;
	}
	
	.navbar ul li {
		width: 25%;
	}
	
	.navbar ul li.long {
		width: 40%;
	}
	
	.navbar ul li a {
		font-size: 14px;
	}
	
	.spanText2, .spanText3 {
		display: none;
	}
	
	.index-headLine h2 h4 {
		font-size: 22px;
	}
	
	.white-bg {
		margin-top: -406px;
	}
	
	.image-news .bd, .image-news .bd li, .image-news .bd li img {
		height: 250px;
	}
	
	.index-group ul li i {
		display: none;
	}
	
	.index-group ul li span {
		width: 100%;
		text-align: center;
		font-size: 14px;
	}
	
	.index-column, .picScroll-left, .picScroll-left .bd ul li, .picScroll-left .bd ul li .pic, .picScroll-left .bd ul li .pic img {
		width: 100%;
		height: auto;
		margin-right: 0;
	}
	
	.index-12309 a {
		width: 50%!important;
	}
	
	.index-website .layui-card-body ul li {
		margin-left: 6%;
		width: 44%;
	}
}