@charset "utf-8";

/* CSS Document */

a {
	text-decoration: none;
	border: none;
}

img {
	border: none;
	max-width: 100%;
}

input,
textarea,
button {
	border: none;
	outline: 0;
	background: none;
}

* {
	margin: 0;
	padding: 0;
	list-style: none;
}

body {
	background: url(../img/bg.jpg);
	-webkit-font-smoothing: subpixel-antialiased;
	-moz-osx-font-smoothing: grayscale;
	font-family: "microsoft yahei", "微软雅黑";
	font-size: 14px;
	max-width: 100vw;
	overflow-x: hidden;
}

.wrap {
	width: 100%;
    margin: 0 auto;
    max-width: 1600px;
}

.clear:after,
.wrap:after {
	content: " ";
	display: table;
	height: 0;
	clear: both;
	visibility: hidden;
}


/*ifie*/

.browser_out {
	width: 100%;
	overflow: hidden;
	background-color: #efefef;
	padding: 20px 0;
	border-bottom: 1px solid #ccc;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 9999999999999;
}

.browser_c {
	overflow: hidden;
	width: 1000px;
	margin: 0 auto
}

.browser_c .browser_l {
	float: left;
	width: 56%;
	line-height: 25px;
	color: #444;
	font-size: 15px;
	margin-top: 10px
}

.browser_c .browser_r {
	float: right;
	width: 40%;
	padding: 20px 0
}

.browser_c .browser_r ul {
	overflow: hidden
}

.browser_c .browser_r ul li {
	float: left;
	width: 33.3333%
}

.browser_c .browser_r ul li a {
	display: block;
	text-align: center
}

.browser_c .browser_r ul li a span {
	display: inline-block;
	width: 60px
}

.browser_c .browser_r ul li a span img {
	width: 100%;
	border: none
}

.browser_c .browser_r ul li a p {
	font-size: 16px;
	color: #222;
	margin-top: 4px
}

.browser_close {
	position: absolute;
	top: 10px;
	right: 10px;
	cursor: pointer;
	width: 20px;
	height: 20px;
	line-height: 20px;
	text-align: center;
	color: #000;
	border: 1px solid #000
}

.browser_close:hover {
	background-color: #000000;
	color: #fff;
}


/*title*/

.title.scrolled {
	top: 0;
	opacity: 1;
}

.title {
	position: relative;
	top: 50px;
	opacity: 0;
	transition: all 1s;
	text-align: center;
}

.title p {
	font-size: 36px;
	padding-top: 50px;
	color: #1e388d;
}

.title span.black {
	color: #000000;
	margin-top: 20px;
	text-transform: uppercase;
	display: block;
	font-size: 16px;
}

.title span.gray {
	color: #9d9d9d;
	font-size: 14px;
	display: block;
}

.title span.gray:before {
	content: "";
	display: block;
	margin: 20px auto;
	width: 25px;
	height: 5px;
	border-radius: 2px;
	background-color: #1E388D;
}

.wqyj_box .title p,
.wqyj_box .title span,
.contact_box .title p,
.contact_box .title span {
	color: #fff;
}

.wqyj_box .title span.gray:before,
.contact_box .title span.gray:before {
	background-color: #fff;
}

.left {
	float: left;

}

.right {
	float: right;
}


/*导航*/

.nav_box {}

.nav_top {
	height: 48px;
	line-height: 48px;
}

.nav_top .left span {
	font-size: 14px;
	color: #777777;
}

.nav_top .right p {
	color: #777777;
	font-size: 14px;
}

.nav_top .right span {
	font-size: 24px;
	color: #1E388D;
	margin-left: 10px;
}

.nav_list .logo {
	float: left;
	clear: both;
}

.nav_list .logo img {
	max-width: 261px;
}

.nav_list>ul {
	width: 900px;
}

.nav_list>ul>li {
	position: relative;
	cursor: pointer;
	overflow: hidden;
	float: left;
	text-align: center;
	width: 11%;
	margin-right:3%;
	display: block;
	border-bottom: 3px solid transparent;
	transition: all 0.5s;
}


.nav_list li:hover,
.nav_list li.hover {
	border-color: #0061c6;
}

.nav_list li p {
	padding-top: 20px;
	color: #000;
	font-size: 16px;
	height: 20px;
	line-height: 20px;
}

.nav_list li span {
    padding-bottom: 10px;
    color: #000;
    font-size: 12px;
    height: 20px;
    display: block;
    letter-spacing: 1px;
}


.sub_nav {
    position: absolute;
    top: 73px;
    left: -50%;
    width: 200%;
    z-index: 9999;
    background-color: #fff;
}

.nav_list>ul>li:hover {
	overflow: visible;
}

.nav_list .sub_nav p {
	padding: 0;
	height: 36px;
	line-height: 36px;
	font-size: 12px;
	transition: all 0.5s;
}
.nav_list .sub_nav a:hover p{
	background: #0061c6;
	color: #fff;
}
.banner {
	position: relative;
}

.banner img {
	display: block;
	min-width: 100%;
}

.slideBox .hd ul {
	text-align: center;
	width: 100%;
	position: absolute;
	z-index: 999;
	bottom: 20px;
	cursor: pointer;
}

.slideBox .hd li {
	width: 20px;
	height: 5px;
	background-color: #fff;
	display: inline-block;
	margin: 0 2px;
}

.slideBox .hd li.on {
	background-color: #1E388D;
}

.about_box {
	background-color: #fafafa;
}

.about {
		margin-top: 60px;
	max-width: 1200px;
	margin-bottom: 60px;
}

.about_link {
	float: left;
	margin-bottom: -46px;
	width: 290px;
	height: 40px;
	line-height: 40px;
	background-color: #1e388d;
	border-bottom: 2px solid #6988ed;
	color: #fff;
	font-size: 16px;
	text-indent: 20px;
}

.about_link span {
	font-size: 12px;
	margin-left: 10px;
}

.about .hd {
	clear: both;
	margin-top: 90px;
}

.about .hd li {
	transition: all 0.5s;
	margin-bottom: 26px;
	width: 290px;
	height: 40px;
	line-height: 40px;
	border-radius: 4px;
	background-color: #fff;
	border-bottom: 2px solid #d7d7d7;
}

.about .hd li.on {
	background-color: #6988ed;
	border-bottom: 2px solid #5468a6;
}

.about .hd li a {
	display: block;
	font-size: 14px;
	color: #112b44;
	padding-left: 30px;
}

.about .hd li.on a {
	color: #fff;
}

.about .bd {
	border: 20px solid #fff;
	background-color: #fff;
	box-sizing: border-box;
	width: 760px;
	height: 340px;
	border-radius: 4px;
}

.about .bd .left img {
	display: block;
	width: 400px;
	height: 300px;
}

.about .bd .right {
	width: 300px;
	height: 300px;
}

.about_title {}

.about_title p {
	font-size: 28px;
	color: #1E388D;
}

.about_title span {
	font-size: 14px;
}

.tab .right {
	position: relative;
}

.about_detail p {
	font-size: 14px;
	color: #9d9d9d;
	line-height: 21px;
	margin-top: 10px; height: 207px;
	overflow: hidden;
}

.about_detail a {
	color: #c5c5c5;
	position: absolute;
	right: 10px;
	bottom: 5px;
}

.zyyw_box {
	background: url(../img/bg_zyyw.jpg) center center no-repeat;
	background-size: cover;
	background-attachment: fixed;
}

.zyyw {
	padding-bottom: 90px; max-width: 1200px;
}

.zyyw ul li {
	width: 20%;
	text-align: center;
	float: left;
}

.business_list p {
	color: #000000;
	transition: all 0.5s;
}

.business_list {
	height: 350px;
}
.business_list .business_img {
	display: inline-block;
	padding-top: 80px;
	padding-bottom: 50px;
	width: 66px;
	height: 80px;
}
.business_img img{
	transition: all 0.5s;
		width: 66px;
	height: 80px;
}
.zyyw a:hover .business_img img{
	transform: scale(1.25);
}
.zyyw a:hover p{
	font-size: 16px;
}
.zyyw .more {
	clear: both;
	display: block;
	text-align: center;
	margin: auto;
	width: 220px;
	line-height: 35px;
	font-size: 22px;
	height: 35px;
	border-radius: 50px;
	display: block;
	background-color: #000000;
	color: #fff;
}

.wqyj_box {
	background: url(../img/bg_wqyj.jpg) center center no-repeat;
	background-size: cover;
}

.wqyj .picScroll-left {
	position: relative;
}

.wqyj .hd {
	position: absolute;
	top: 160px;
	width: 100%;
}

.wqyj .hd a {
	display: block;
	background: url(../img/arr_left.png) center center no-repeat;
	width: 35px;
	height: 35px;
	position: absolute;
	top: 50px;
	cursor: pointer;
}

.wqyj .hd .next {
	right: 0;
	background-image: url(../img/arr_right.png);
}

.wqyj .hd .prev {
	left: 0;
}

.wqyj .tempWrap {
	margin: auto;
}

.wqyj .bd li {
	width: 300px;
	overflow: hidden;
	margin: 60px 25px;
}

.wqyj_item {
	background-color: #fff;
	border-radius: 5px;
	overflow: hidden;
}

.item_img {
	width: 300px;
	height: 230px;
	display: block;
	overflow: hidden;
}
.item_img img {
	width: 300px;
	height: 230px;
	display: block;
	transition: all 0.5s;
}
.wqyj a:hover .item_img img{
	transform: scale(1.25);
}


.item_detail {
	padding: 20px;
	min-height: 130px;
}

.item_detail p {
	color: #272727;
	font-size: 16px;
	text-align: center;
}

.item_detail p:after {
	content: "";
	display: block;
	margin: 10px auto;
	background-color: #1e388d;
	width: 30px;
	height: 2px;
}

.item_detail span {
	color: #8f8f8f;
	font-size: 12px;
	line-height: 18px;
	display: block;
}

.zjtd .bd {
	margin-top: 60px;
	height: 230px;
}

.zjtd .bd .right {
	width: 666px;
}

.zjtd .bd {
	margin: auto;
	margin-top: 60px;
	height: 230px;
	width: 950px;
}

.zjtd .hd {}

.zjtd .hd ul {
	width: 950px;
	margin: auto;
}

.zjtd .hd ul li {
	text-align: center;
	width: 25%;
	float: left;
}

.zjtd_box {
	background-color: #f6f6f6;
}

.zjtd_box {}

.zjtd_box {}

.zjtd {
	padding-bottom: 90px;max-width: 1200px;
}

.zjtd_img {
	border-radius: 100%;
	overflow: hidden;
	width: 194px;
	height: 194px;
}

.zjtd_img img {
	width: 194px;
	height: 194px;
}

.zjtd_item {
	position: relative;
}

.zjtd_item:after {
	content: "";
	width: 100%;
	height: 160px;
	background-color: #fff;
	border-top: 2px solid #1E388D;
	bottom: -230px;
	position: absolute;
	z-index: 0;
	visibility: visible;
	border-bottom-right-radius: 10px;
	border-bottom-left-radius: 10px;
}

.zjtd_item .left,
.zjtd_item .right {
	position: relative;
	z-index: 1;
}

.zjtd_item .left {
	margin-left: 40px;
}

.zjtd_item .right {
	margin-right: 30px;
}

.zjtd_title {}

.zjtd_title p {
	color: #505050;
	font-size: 30px;
	padding: 15px;
	height: 40px;
}

.zjtd_title span {
	font-size: 12px;
	margin-left: 10px;
}

.zjtd_detail {}

.zjtd_detail p {
    color: #949494;
    font-size: 14px;
    line-height: 24px;
    margin-top: 20px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 5;
    overflow: hidden;
    text-overflow: ellipsis;
}


.zjtd_tab {
	padding-top: 50px;
}

.zjtd_tab .zjtd_img {
	width: 70px;
	height: 70px;
	margin: auto;
	border-radius: 100%;
	overflow: hidden;
}

.zjtd_tab .zjtd_img img {
	width: 70px;
	height: 70px;
}

.zjtd .arrow {
	position: relative;
	width: 1200px;
	display: block;
}

.zjtd .arrow a {
	position: absolute;
	top: -90px;
	width: 15px;
	height: 27px;
	background: url(../img/arr_right_blue.png) center center no-repeat;
}

.zjtd .arrow .next {
	right: 0;
}

.zjtd .arrow .prev {
	left: 0;
	background-image: url(../img/arr_left_blue.png);
}

.zjtd_infomation {
	cursor: default;
}

.zjtd_infomation p {
	color: #505050;
	font-size: 16px;
	line-height: 24px;
	padding-top: 10px;
}

.zjtd_infomation span {
	color: #505050;
	font-size: 12px;
}

.zjtd .hd ul li {
	position: relative;
}

.zjtd .hd ul li:before {
	transition: all 111s;
	opacity: 0;
}

.zjtd .hd ul li.on:before {
	position: absolute;
	content: "";
	background: url(../img/arr_bottom.png) center center no-repeat;
	width: 35px;
	height: 21px;
	left: 50%;
	margin-left: -17px;
	opacity: 1;
}

.contact_box {
	background: url(../img/bg_guest.jpg) center center no-repeat;
	background-size: cover;
	background-attachment: fixed;
}

.contact {
	padding-top: 80px;
	text-align: center;
	padding-bottom: 120px;
}

.in_input {
	margin-bottom: 30px;
}

.contact input,
.contact textarea {
	border: 2px solid #fff;
	border-radius: 3px;
	box-sizing: border-box;
	color: #fff;
	font-size: 16px;
	font-family: "微软雅黑";
	padding: 15px;
}

.contact input {
	width: 430px;
	height: 50px;
}

.contact textarea {
	width: 900px;
	height: 230px;
}

.in_yanzheng {
	display: none;
}

.in_submit {
	margin-top: 0px;
	position: relative;
}

.in_submit input {
	width: 82px;
	height: 82px;
	border-radius: 100%;
	text-align: center;
	line-height: 80px;
	background: rgba(243, 224, 47, 1);
	padding: 0;
	position: absolute;
	z-index: 9999;
	left: 50%;
	margin-left: -40px;
	top: -50px;
}

::-webkit-input-placeholder {
	/* WebKit, Blink, Edge */
	color: #fff;
}

:-moz-placeholder {
	/* Mozilla Firefox 4 to 18 */
	color: #fff;
}

::-moz-placeholder {
	/* Mozilla Firefox 19+ */
	color: #fff;
}

:-ms-input-placeholder {
	/* Internet Explorer 10-11 */
	color: #fff;
}

.bottom {
	background-color: #222;
	padding-bottom: 40px;
}

.bottom .yqlj {
	border-bottom: 2px solid #fff;
	padding-top: 30px;
	line-height: 50px;
}

.bottom .yqlj li {
	float: left;
	margin-left: 20px;
}

.bottom .yqlj li a {
	color: #fff;
	font-size: 16px;
}

.bottom_infomation p {
	font-size: 20px;
	color: #fff;
	line-height: 72px;
}

.bottom_infomation span {
	color: #939393;
	line-height: 32px;
}

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

.bottom .qrcode {
	margin: 20px;
	display: inline-block;
}

.bottom .qrcode img {
	display: block;
	width: 124px;
	height: 124px;
}

.bottom .qrcode span {
	display: block;
}


/*inner*/

.in_banner {
	position: relative;
}

.in_banner img {
	display: block;
}

.inner_box {
	background-color: #fff;
	padding-bottom: 20px;
}

.in_sub_list {
	width: 250px;
}

.in_title {
	cursor: default;
	margin-top: -20px;
	background: url(../img/bg_in_title.jpg) center center no-repeat;
	background-size: cover;
	width: 250px;
	height: 84px;
	position: relative;
	z-index: 999;
	text-align: center;
}

.in_title p {
	color: #fff;
	font-size: 24px;
	height: 50px;
	line-height: 60px;
}

.in_title span {
	color: #fff;
	font-size: 12px;
	text-transform: uppercase;
}

.in_sub_list li {
	width: 250px;
	height: 75px;
	margin: 5px 0;
}

.in_sub_list li a {
	background-color: #fff;
	color: #888;
	display: block;
	width: 250px;
	height: 75px;
	font-size: 16px;
	line-height: 75px;
	text-align: center;
	position: relative;
	text-indent: -20px;
	transition: all 0.5s;
}

.list_item p:after {
	content: "";
	transition: all 0.5s;
	background: url(../img/btn_black.png) center center no-repeat;
	width: 6px;
	height: 11px;
	display: inline-block;
	position: absolute;
	top: 32px;
	right: 30px;
}

.in_sub_list li:hover a p:after,
.in_sub_list li.hover a p:after {
	background-image: url(../img/btn_white.png);
}

.in_sub_list li.hover a,
.in_sub_list li:hover a {
	background-color: #1448a8;
	color: #fff;
}

.ic_title {
	height: 34px;
	line-height: 34px;
	border-bottom: 2px solid #0061C6;
}

.ic_title p {
	color: #1448A8;
	margin-left: 10px;
}

.ic_title span {
	color: #9a9a9a;
	margin-left: 10px;
	font-size: 12px;
}

.in_contact {
	padding: 5px 0;
}

.in_contact .qrcode {
	width: 124px;
	text-align: center;
}

.in_contact .qrcode>img {
	display: block;
}

.in_contact .qrcode a {
	display: block;
	margin-top: -3px;
}

.in_contact .in_contact_img {
	margin-right: 10px;
}

.in_contact_img {}

.in_contact_img img {
	padding-top: 7px;
}

.in_contact_box {
	background-color: #fff;
	margin-top: 10px;
}

.in_contact_box>p {
	background-color: #1448a8;
	color: #FFFFFF;
	font-size: 24px;
	height: 30px;
	line-height: 30px;
	text-align: center;
}

.inner_box .inner>.right {
	    width: calc(100% - 275px);
	padding: 27px;
	box-sizing: border-box;
	background-color: #fff;
}

.in_right_title {
	height: 30px;
	width: 100%;
	padding-bottom: 25px;
	border-bottom: 2px solid #eee;
	margin-bottom: 20px;
}

.in_right_title p {
	font-size: 24px;
	color: #5a5a5a;
	height: 30px;
}

.in_right_title p span {
	font-size: 14px;
	margin-left: 20px;
}

.location {
	height: 30px;
	line-height: 40px;
	color: #505050;
	vertical-align: bottom;
}

.location a {
	color: #505050;
}

.location span,
.location a:hover {
	color: #6888ed;
}


/*图片列表*/

.img_list {}

.img_list ul {
	margin-left: -10px;
}

.img_list li {
	float: left;
	margin-left: 10px;
	margin-bottom: 10px;
	width: 285px;
}

.img_list_item {
	position: relative;
}

.img_list_item .item_img {
	width: 285px;
	height: 230px;
}

.img_list_item .item_img img {
	display: block;
	width: 100%;
}

.img_list_item .list_item_detail {
	position: absolute;
	padding: 0;
	background-color: rgba(20, 72, 168, 0.65);
	width: 100%;
	height: 35px;
	bottom: 0;
	transition: all 0.5s;
	min-height: auto;
}

.img_list_item .list_item_detail p {
	height: 35px;
	line-height: 35px;
	text-align: center;
	color: #fff;
	transition: all 0.5s;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
}

.img_list_item:hover .list_item_detail p {
	font-size: 16px;
}

.img_list_item:hover .list_item_detail {
	height: 40px;
	background-color: rgba(20, 72, 168, 0.85);
	line-height: 40px;
}

.img_art_list {}

.img_art_list li {
	clear: both;
	height: 180px;
	padding-bottom: 20px;
	margin-bottom: 20px;
	border-bottom: 1px solid #eee;
}

.img_art_list li a {
	color: #989898;
	transition: all 0.5s;
}

.img_art_list li a:hover {
	color: #0061C6;
}

.ia_img {
	width: 240px;
	height: 180px;
	overflow: hidden;
	float: left;
}

.img_art_list .ia_detail {
	position: relative;
	width: calc(100% - 270px);
	float: right;
	height: 180px;
}

.img_art_list .ia_detail p {
	font-size: 16px;
	margin-bottom: 30px;
}

.img_art_list .ia_detail span {
	font-size: 12px;
	line-height: 18px;
}

.img_art_list .ia_detail .more {
	position: absolute;
	right: 10px;
	bottom: 10px;
}


/*新闻列表*/

.news_list {}

.news_list li a {
	color: #989898;
	transition: all 0.5s;
}

.news_list li a:hover {
	color: #0061C6;
}

.news_list li {
	clear: both;
	height: 115px;
	padding-bottom: 20px;
	margin-bottom: 20px;
	border-bottom: 1px solid #eee;
}

.news_time p {
	height: 95px;
	line-height: 95px;
	text-align: center;
	width: 95px;
	background-color: #eee;
	font-size: 40px;
	color: #6090e8;
}

.news_time span {
	color: #FFFFFF;
	background-color: #1448A8;
	font-size: 12px;
	height: 20px;
	line-height: 20px;
	display: block;
	text-align: center;
}

.news_detail {
	position: relative;
	width: 760px;
	float: right;
	height: 115px;
}

.news_detail p {
	font-size: 16px;
	margin-bottom: 15px;
	color: #333;
}

.news_detail span {
	font-size: 12px;
	line-height: 18px;
}

.news_detail .more {
	position: absolute;
	right: 0px;
	bottom: 0px;
}

.inner_detail {
	overflow: hidden;
	width: 100%;
}

.inner_detail * {
	max-width: 100%;
}


/*翻页*/

.in_news+.list_page {
	border-top: none;
}

.list_page {
	text-align: center;
	padding-top: 20px;
}

.list_page a,
.list_page span {
	padding: 6px 12px;
	display: inline-block;
	font-size: 14px;
	margin: 0 4px;
}

.list_page a {
	background: #fff;
	color: #222;
	border-radius: 4px;
}

.list_page span,
.list_page a:hover {
	background: #1448a8;
	color: #fff;
	border-radius: 4px;
}


/*在线留言*/

.footer_box.footer_guest .footer_share {
	text-align: left;
	margin-top: 20px;
}

.in_guest {
	margin: 20px auto;
	clear: both;
	width: 750px;
}

.in_guest>div {
	overflow: hidden;
	margin-bottom: 20px;
}

.in_guest>div span {
	float: left;
	color: #333;
	font-size: 14px;
	line-height: 40px;
	width: 60px;
}

.in_guest>div.footer_radio {
	margin-bottom: 25px;
}

.in_guest>div.footer_radio span {
	float: none;
	width: auto;
	width: 10px\9;
	line-height: normal;
}

.in_guest>div.footer_radio input {
	float: none;
	width: auto;
}

.in_guest>div img {
	height: 39px;
	border-radius: 4px;
	float: left;
	margin-left: 10px;
}

.in_guest>div input,
.in_guest>div textarea {
	float: left;
	background: #fff;
	width: 570px;
	padding: 10px;
	border-radius: 4px;
	font-size: 14px;
	color: #1448a8;
	font-family: "微软雅黑";
	border: solid 1px #ddd;
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-o-transition: all 0.5s;
	transition: all 0.5s;
}

.in_guest>div input:focus,
.in_guest>div textarea:focus {
	border: solid 1px #1448a8;
}

.in_guest>div textarea {
	width: 570px;
	height: 170px;
	overflow-y: hidden;
	resize: none;
	color: 333;
}

.in_guest .in_yanzheng{
	display: block;
}
.in_guest .in_yanzheng input {
	width: 163px !important;
}

.in_guest .in_submit {
	margin-top: 25px;
	overflow: visible;
}

.in_guest .in_submit input {
	width: 185px;
	height: 41px;
	background: #1448a8;
	font-size: 19px;
	border: 0;
	line-height: 38px;
	text-align: center;
	margin-top: -16px;
	padding: 0;
	margin-left: 92px;
	cursor: pointer;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-o-transition: all 0.3s;
	-ms-transition: all 0.3s;
	transition: all 0.3s;
	border: solid 1px #1448a8;
	color: #fff;
}

.in_guest .in_submit input:hover {
	background: #1448a8;
}

.inner_guest ::-webkit-input-placeholder {
	/* WebKit, Blink, Edge */
	color: #666;
}

.inner_guest :-moz-placeholder {
	/* Mozilla Firefox 4 to 18 */
	color: #666;
}

.inner_guest ::-moz-placeholder {
	/* Mozilla Firefox 19+ */
	color: #666;
}

.inner_guest :-ms-input-placeholder {
	/* Internet Explorer 10-11 */
	color: #666;
}

.nodata{
	text-align: center;
	color: #505050;
}

.bottom a{
	color:#939393;
}

.news_stt{
	text-align: center;
	line-height: 50px;
}




/*内容翻页*/
.in_pnpage {
  padding: 30px 0 0;
  overflow: hidden;
  /* border-top: solid 1px #333333; */
}
.in_pnpage:after {
  content: " ";
  display: table;
  height: 0;
  clear: both;
  visibility: hidden;
}
.in_pnpage span {
  font-size: 15px;
  display: block;
  color: #5a5a5a;
}
.in_pnpage .in_page_prev {
  float: left;
}
.in_pnpage .in_page_next {
  float: right;
}
.in_pnpage span a {
  color: #6888ed;
  display: block;
  max-width: 400px;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  float: right;
  text-decoration: none;
}
.in_pnpage span a:hover {
  text-decoration: underline;
  color: #6888ed;
}

/*wyf 19-6-6*/
.nav_top .right{
}
.nav_top .right a{ margin: 0 10px;
}
.nav_top .right a.cn{ font-size: 16px; color: #0061c6;
}
.nav_top .right a.en{ font-size: 16px; color: #333;
}


.text-rn{
    overflow: hidden;
    text-overflow: ellipsis;
    display:-webkit-box;
    display:box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    max-width: auto; /*不是webkit内核的浏览器超出隐藏,需要具体设定最大宽*/
}

.item_detail .text-rn{
    overflow: hidden;
    text-overflow: ellipsis;
    display:-webkit-box;
    display:box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    max-width: auto; /*不是webkit内核的浏览器超出隐藏,需要具体设定最大宽*/
}


.nav_list .right a {font-family: 微软雅黑; color:#000;
}
.nav_list li p {
    font-size: 20px;
    font-weight: bold;
}
.nav_list li span {
    font-family: 微软雅黑;
}

.nav_list .sub_nav p {
    font-size: 14px;
    font-weight: bold;
}

