﻿

/* 导航  */
.mainNav .content{
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
.headroom{
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
.mainNav_fixed{
	position: relative;
	left: 0;
	top: 0;
	z-index: 9999;
	height: 0px;
	overflow: hidden;
	-webkit-transition: height 0.2s ease-in-out,overflow ease-in-out 0.2s;
	-moz-transition: height 0.2s ease-in-out,overflow ease-in-out 0.2s;
	-ms-transition: height 0.2s ease-in-out,overflow ease-in-out 0.2s;
	-o-transition: height 0.2s ease-in-out,overflow ease-in-out 0.2s;
	transition: height 0.2s ease-in-out,overflow ease-in-out 0.2s;
}

.index_sideSlip{
	position: fixed;
	top: 0;
	left: 0;
	bottom: 0;
	width: 270px;
	overflow: hidden;
	background-color: rgb(51,51,51);
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-webkit-transition: all .45s;
    transition: all .45s;
    z-index: 10;
    overflow-y: scroll;
    display: none;
}
.sideSlip_off{
	-webkit-transform: translateX(-270px);
	-moz-transform: translateX(-270px);
	-ms-transform: translateX(-270px);
	-o-transform: translateX(-270px);
	transform: translateX(-270px);
}
.index_sideSlip_mask{
	position: fixed;
	z-index: 1;
	width: 100%;
	height: 100%;
	background-color: rgba(0,0,0,0.16);
	top: 0;
	left: 0;
}
.sideSlip_mask_off{
	display: none;
}
.index_sideSlip_back{
	width: 84%;
	margin: 6% 8% 3% 8%;
	height: 40px;
}
.index_sideSlip_back a{
	width: 100%;
	height: 100%;
	display: inline-block;
	height: 40px;
	line-height: 40px;
	color: #fff;
	background-color: rgb(14,144,210);
	text-align: center;
}
.sideSlip_fastTrack_head{
	line-height: 30px;
	height: 30px;
	font-size: 12px;
	background-color: rgb(64,64,64);
	color: #999999;
	width: 100%;
	padding: 0 1em;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	border-bottom: solid 1px rgb(36,36,36);
}
.sideSlip_fastTrack{
	overflow: hidden;
	background-color: rgb(51,51,51);
}
.sideSlip_fastTrack .sideSlip_fastTrack_inside{
	font-size: 14px;
	line-height: 44px;
	height: 44px;
	width: 50%;
	text-align: center;
	float: left;
	border-top: solid 1px rgb(61,61,61);
	border-bottom: solid 1px rgb(36,36,36);
}
.sideSlip_fastTrack .sideSlip_fastTrack_inside a{
	-webkit-transition: all .45s;
    transition: all .45s;
	display: inline-block;
	width: 100%;
	height: 100%;
	color: #ccc;
	background-color: rgb(51,51,51);
}
.sideSlip_fastTrack .sideSlip_fastTrack_inside a:hover{
	background-color: rgb(71,71,71);
}


.sideSlip_navigation_item{
	background-color: rgb(26,26,26);
}
.sideSlip_navigation li .sideSlip_navigation_out{
	font-size: 15px;
	display: inline-block;
	height: 44px;
	line-height: 44px;
	width: 100%;
	color: rgb(204,204,204);
	text-indent: 1em;
	border-top: solid 1px rgb(61,61,61);
	border-bottom: solid 1px rgb(36,36,36);
	background-color: rgb(51,51,51);
	-webkit-transition: all .3s;
    transition: all .3s;
}
.sideSlip_navigation li .sideSlip_navigation_out:hover{
	background-color: rgb(71,71,71);
}
.sideSlip_navigation li ul{
	padding-left: 15px;
	background-color: rgb(26,26,26);
	overflow: hidden;
	-webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}
.sideSlip_navigation li .sideSlip_list_height_3{
	height: 126px;
}
.sideSlip_navigation li .sideSlip_list_height_6{
	height: 252px;
}
.sideSlip_navigation li .sideSlip_list_height_9{
	height: 378px;
}
.sideSlip_navigation li .sideSlip_list_off{
	height: 0;
}
.sideSlip_navigation li ul .sideSlip_navigation_in{
	font-size: 14px;
	width: 100%;
}
.sideSlip_navigation li ul .sideSlip_navigation_in a{
	display: inline-block;
	width: 100%;
	color: rgb(204,204,204);
	height: 22px;
	line-height: 22px;
	padding: 10px 0;
}



.index_sideSlip_button{
	position: absolute;
	right: 0;
	top: 0;
}




*{
	margin: 0;
	padding: 0;
	border: none;
	font-family: "微软雅黑";
}
a{
	text-decoration: none;
}
body{
	background: #ffffff;
}
ul,ol,li{
	list-style: none;
}
.clearfix{
	clear: both;
}
.content{
	width: 1200px;
	margin: 0 auto;
	height: 100%;
	overflow: hidden;
}

.mainbody_artical_paging{
	font-size: 1em;
	margin: 50px 0 40px 40px;
	overflow: hidden;
}
.mainbody_artical_paging li{
	display: inline-block;
	border: solid 1px #dcdcdc;
	margin: 0 0.25em;
	width: 2.5em;
	float: left;
}
.mainbody_artical_paging li a{
	display: inline-block;
	height: 30px;
	width: 100%;
	line-height: 30px;
	color: #000;
	font-weight: 600;
	text-align: center;
}
.mainbody_artical_paging .paging_text{
	width: 5em;
}
.mainbody_artical_paging .paging_text a{
	color: #304457;
}


/* top */
.top{
	width: 100%;
	height: 44px;
	background: #670000;
	border-bottom: 1px solid #9b0000;
}
.top .email{
	width: 50%;
	float: left;
	height: 100%;
	padding-left: 24px;
}
.top .email ul li{
	width: 90px;
	float: left;
	line-height: 44px;
}
.top .email ul li a{
	display: block;
	color: #ffffff;
	font-size: 0.75em;
	text-align: center;
}
.top .search{
	width: 185px;
	height: 100%;
	padding-right: 24px;
	float: right;
}
.top .search .searchText{
	width: 150px;
	height: 24px;
	border: none;
	outline: none;
	background: #761a1b;
	float: left;
	color: #ffffff;
	text-indent: 0.5em;
	margin-top: 10px;
}
.top .search .submit{
	width: 35px;
	height: 24px;
	float: left;
	border: none;
	outline: none;
	background: #761a1b;
	cursor: pointer;
	color: #ffffff;
	margin-top: 10px;
}
.top  .email-right {
	height: 100%;
	float: right;
	margin-right: 20px;
}
.top .email-right ul li {
	width: 90px;
	float: left;
	line-height: 44px;
}
.top .email-right ul li a {
	display: block;
	color: #ffffff;
	font-size: 0.75em;
	text-align: center;
}



/* topLogo */
.topLogo{
	width: 100%;
	height: 172px;
	background: #304457;
	border-bottom: 1px solid #5f87af;
	border-top: 1px solid #5f87af;
	position: relative;
}
.topLogo .logo{
	width: 300px;
	height: 81px;
	margin: 47px auto 0;
}
.topLogo .logo img{
	width: 100%;
}

.topLogo .menu{
	font-size: 1.5em;
	position: absolute;
	right: 40px;
	top: 40px;
	display: none;
	color: #ffffff;
}

/* mainNav */
.mainNav{
	width: 100%;
	height: 45px;
	border-top: 1px solid #263443;
	background: #304457;
}
.mainNav .content{
	overflow: visible;
}
.mainNav .mainNavList{
	width: 100%;
	height: 100%;
}
.mainNav .mainNavList li.dropdown{
	width: 10.5%;
	float: left;
	height: 100%;
	position: relative;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
.mainNav .mainNavList li a{
	width: 100%;
	height: 100%;
	line-height: 45px;
	text-align: center;
	display: block;
	color: #ffffff;font-size: 1.2rem;
}
.mainNav .mainNavList li:hover{
	background: #670000;
}
.mainNav .mainNavList li:hover ul{
	visibility: visible;
	-webkit-opacity: 1;
	-moz-opacity: 1;
	-ms-opacity: 1;
	-o-opacity: 1;
	opacity: 1;
	transform: rotate3d(0,0,0,0);
    -webkit-transform: rotate3d(0,0,0,0);
    -moz-transform: rotate3d(0,0,0,0);
    -ms-transform: rotate3d(0,0,0,0);
    -o-transform: rotate3d(0,0,0,0);

}
.mainNav .mainNavList li ul{
	background: #304457;
	position: absolute;
	z-index: 100;
	width: 100%;
	visibility:hidden;
	-webkit-opacity: 0;
	-moz-opacity: 0;
	-ms-opacity: 0;
	-o-opacity: 0;
	opacity: 0;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
	transform: rotate3d(1,0,0,-90deg);
    -webkit-transform: rotate3d(1,0,0,-90deg);
    -moz-transform: rotate3d(1,0,0,-90deg);
    -ms-transform: rotate3d(1,0,0,-90deg);
    -o-transform: rotate3d(1,0,0,-90deg);
    -webkit-transform-origin: 0 0 0;
    -moz-transform-origin: 0 0 0;
    transform-origin: 0 0 0;

}

/* smSubNav*/
.smSubNav{
	display: none;
	width: 100%;
	height: 50px;
	position: relative;
}
.smSubNav h1{
	text-align: center;
	font-weight: 400;
	line-height: 50px;
	font-size: 1.5em;
	color: #ffffff;
	background: #304457;
}
.smSubNav .menu{
	position: absolute;
	top: 0;
	right: 0;
	font-size: 1.5em;
	color: #ffffff;
}

/* footer */
.footer{
	width: 100%;
	background: #4e4e4e;
	overflow: hidden;
	padding: 36px 0 20px;
}
.copyInfo{
	width: 100%;
	overflow: hidden;
	border-bottom: 1px solid #191919;
}
.copyInfo .infoTop{
	display: none;
}
.copyInfo .infoLeft{
	width: 20%;
	float: left;
}
.copyInfo .infoList{
	width: 100%;
}
.copyInfo .infoList li{
	width: 100%;
	height: 32px;
	line-height: 32px;
	color: #a4a4a4;
	font-size: 0.75em;
}
.copyInfo .infoList li a{
	color: #a4a4a4;
}
.copyInfo .infoList li p span{
	font-size: 0.875em;
	margin-right: 10px;
}
.copyInfo .infoMid{
	width: 60%;
	float: left;
}
.copyInfo .infoMid a{
	margin: 0 auto;
	display: block;
	text-align: center;
}
.copyInfo .infoMid img{
	margin-top: 20px;
}
.copyInfo .infoRight{
	width: 20%;
	float: left;
}

.copyright{
	border-top: 1px solid #5c5c5c;
	position: relative;
}
.copyright .rights{
	margin-top: 24px;
	color: #A4A4A4;
	font-size: 0.75em;
	text-align: center;
}
.copyright .visit{
	margin: 0 auto;
	overflow: hidden;
}
.copyright .visit p{
	color: #A4A4A4;
	font-size: 0.75em;
	text-align: center;
	line-height: 26px;
}
.copyright .company{
	position: absolute;
	right: 25.5%;
	top: 12px;
	width: 60px;
}
.copyright .company img{
	width: 100%;
}
.copyright .content{
	position: relative;
}
.infoBottom{
	margin-top: 135px;
	overflow: hidden;
}
.infoBottom .infoList li{
	float: left;
	width: auto;
}
.infoBottom .infoList li p{
    color: #a4a4a4;
    font-size: 0.75em;
    display: block;
    text-align: left;
    padding-right: 18px;
}
.infoBottom .infoList li a{
	color: #a4a4a4;
    font-size: 0.75em;
    display: block;
    text-align: left;
    padding-right: 40px;
}


.headTitle3{
	position: relative;
	z-index: 1;
	left:22px; float: left;
}

.headTitle4{
	position: relative;
	z-index: 1;
	float: left;

}
.headTitle4 h3 a span{
	display: inline-block;
	width: 170px;
	border-top: 48px solid #76aade;
	border-right: 27px solid transparent; z-index: -1; position: absolute;
}
.headTitle4 h3 a.main{
	display: inline-block;
	margin-left: 10px;
	padding-left: 30px; color: #fff!important;
}

 .ling3{
	width: 140px;
	height: 50px;
	line-height: 50px;
	text-align: center;

}
.ling3 a{color: #fff; font-size: 22px;}
 .ling3:before{
	content: '';
	position: absolute;
	top: 0; right: 0; bottom: 0; left: 0;
	background-color: #76aade;
	transform: skewX(-40deg);
	z-index: -10;
}

.headTitle5{ margin-bottom: 8px!important;margin-top: 0px!important;}
.headTitle5 h3 a.main {margin-top: 0px!important; line-height: 36px!important;}
.headTitle5 h3 a.sub {margin-top: 0px!important;}
.headTitle5 h3 a span{ display: block; position: absolute; width: 3px; background:#76aade; height: 40px;  }
.heng{width: 100%; border-bottom: 1px solid #c1c1c1; height: 2px;margin-top: 100px;}
.headTitle0{width: 100%!important; text-align: center!important;margin-bottom: 10px!important;}
.headTitle0 h3{position: relative; width: 100%; margin-top: 0px;}
.headTitle0 h3 a.main{width: 100%!important; text-align: center!important;  }
.headTitle0 h3 .leftline{ left:35%; top:34px; border-bottom: 0px solid #9c9c9c; width: 98px; height: 6px; position: absolute;
	background: linear-gradient(30deg, transparent 0, transparent 5px, #76aade 5px, #76aade 25px, transparent 25px, transparent 30px, #304457 30px, #304457 50px, transparent 50px, transparent 55px) repeat-x;
	background-size: 100px 3px;
}
.headTitle0 h3 .rightline{ left:56.8%; top:34px; border-bottom: 0px solid #9c9c9c; width: 98px; height: 6px; position: absolute;
	background: linear-gradient(30deg, transparent 0, transparent 5px, #304457 5px, #304457 25px, transparent 25px, transparent 30px, #76aade 30px, #76aade 50px, transparent 50px, transparent 55px) repeat-x;
	background-size: 100px 3px;
}
.headTitle0 h3 a i {border-bottom: 0!important;}
.headTitle2{width: 98%; margin-left: 2%;    margin-top: 22px;}
.headTitle{
	width: 98%;
	height: 99px;
	border-bottom: 0px solid #76aade;border-radius:1px; text-align: right; margin-top: 22px;
	float: none;
	margin-bottom: 30px;
}

.headTitle  a.sub{ font-size: 18px}
.headTitle h3{
	width: 100%; font-size: 1.35rem;
}
.headTitle h3 a.main{
	padding-left: 10px;
	color: #304457;
	line-height: 46px;
	margin-top: 8px;
	display: block;
	width: 135px;
	float: left;
	border-bottom: 5px solid #304457;
}
.headTitle h3 a.main span{
	margin: 0 12px 0 -10px;
}
.headTitle h3 a.sub{
	line-height: 39px;
	font-size: 0.725em;
	color: #76aade;
	float: right;
	padding-right: 10px;
	padding-left: 10px;
	border: 0px solid #304457;margin-top: 30px; border-radius:8px;
}
.headTitle h3 a.sub:hover{
	color: #304457;
}
.headTitle h3 a.sub span{
	margin-left: 6px;
	color: #304457;
}




.headTitle1{
	text-align: left;
}
.headTitle1 h3{
	width: 42%; margin-right: 0.5%; float: left; margin-left: 20px;
}

.post-body{width: 100%;}
 .post-news .news-item { width:50%; float:left;}
 .post-news .news-item.item-1, .post-news .news-item.item-2 { background:#f3f3f3;position: relative;}
 .post-news .news-item.item-3, .post-news .news-item.item-4 {background:#f3f3f3;position: relative;}
 .post-news .news-item .meta-picture {}
 .post-news .news-item.item-1 .meta-picture, .post-news .news-item.item-2 .meta-picture { width:50%; float:left;overflow: hidden;}
 .post-news .news-item.item-3 .meta-picture, .post-news .news-item.item-4 .meta-picture {width: 50%;float:right;overflow: hidden;}
 .post-news .news-item .meta-picture img {width: 100%;  height: 200px;}
 .post-news .news-item:hover .meta-picture img {width: 100%; transform: scale(1.3); transition: all 1s ease 0s; -webkit-transform: scale(1.3); -webkit-transform: all 1s ease 0s;}
 .post-news .news-item .meta-title {display: block;}
.post-news .news-item .meta-title a{color:#333;}
.post-news .news-item:hover .meta-title a {color: #cc1a1a;}
 .post-news .news-item.item-1 .meta-title, .post-news .news-item.item-2 .meta-title {width: 50%;float:right;text-align: center;position: absolute;top: 0;right: 0;}
 .post-news .news-item.item-1 .meta-title a, .post-news .news-item.item-2 .meta-title a { display: block; padding-left: 20px; padding-right: 20px; font-size: 18px; font-weight: bold; padding-top: 60px; background: url(../images/jian_l.png) no-repeat 20px 20px;}
 .post-news .news-item.item-3 .meta-title, .post-news .news-item.item-4 .meta-title {width:50%;text-align: center;position: absolute;top: 0;left: 0;}
 .post-news .news-item.item-3 .meta-title a, .post-news .news-item.item-4 .meta-title a { display: block; padding-right: 20px; padding-left: 20px; font-size: 18px; font-weight: bold; padding-top: 60px; background: url(../images/jian_r.png) no-repeat 225px 20px;}


.articleList01{overflow: hidden; width: 100%;}

.AcademicList{overflow: hidden;}
.AcademicList li{width: 25%;float: left;}
.AcademicList li a{display: block;margin:0 2% 4px 0;}
.AcademicList li img{display: block;width: 100%;}

.academic01{position: relative;}
.academicInfo{position: absolute;left: 0;top:0;width: 100%;height: 100%;background: url(../images/aca_bg.png)  repeat;filter:alpha(opacity=0);-moz-opacity:0;opacity:0;-ms-opacity:0;transition:1s;-webkit-transition:ease 1s;-o-transition:all ease 1s;-moz-transition:ease 1s;}
.academicInfo p{color:#fff;font-size: 14px;padding:23px;line-height: 22px;}
.AcademicList li:hover .academicInfo{opacity: 1;filter:alpha(opacity=100);}
.academicImg{overflow: hidden;height: 0;padding-bottom: 66%;background: #d8494a;}
.academicImg img{width: 100%;display: block;}

.academicImg01{background:url(../images/aca03.png) no-repeat center top ;background-size: 100% 100%; padding-bottom: 66%;height: 0;}
.academicImg03{background:url(../images/aca03.png) no-repeat center top ;background-size: 100% 100%; padding-bottom: 66%;height: 0;}
.academicImg04{background:url(../images/aca03.png) no-repeat center top ;background-size: 100% 100%; padding-bottom: 66%;height: 0;}
.academicImg01 p{color:#fff;font-size: 14px;padding:23px;line-height: 22px;}


.academicInfo01{overflow: hidden;height: 0;padding-bottom: 66%;background: #d8494a;filter:alpha(opacity=0);-moz-opacity:0;opacity:0;-ms-opacity:0;transition:1s;-webkit-transition:ease 1s;-o-transition:all ease 1s;-moz-transition:ease 1s;position: absolute;left: 0;top:0;width: 100%;}
.academicInfo01 img{width: 100%;display: block;}

.AcademicList li:hover .academicInfo01{opacity: 1;filter:alpha(opacity=100);}



.tz_culture {
	width: 100%;
}
.tz {
	background: rgb(255, 255, 255); margin: 40px 0px 0px; width: 100%; overflow: hidden;
}
.tz .title {
	background: url("../images/tz_title_03.png") no-repeat; width: 232px; height: 240px; float: left; position: relative;
}
.tz .title h2 {
	margin: 90px 0px 0px 50px; color: #fff;
}
.tz .title a {
	left: 100px; bottom: 40px; color: rgb(255, 255, 255); font-size: 14px; position: absolute;
}
.tz .title a:hover {
	font-weight: bold;
}
.tz ul {
	margin: 33px 0px 0px 252px; overflow: hidden;
}
.tz ul li {
	margin: 0px 2% 20px 0px; width: 48%; overflow: hidden; float: left; min-height: 40px; max-height: 40px;
}
.tz ul li span {
	background: #76aade; width: 75px; height: 30px; text-align: center; color: rgb(255, 255, 255); line-height: 30px; font-family: Cambria; font-size: 18px; float: left; display: inline-block;
}
.tz ul li a {
	margin: 0px 0px 0px 90px; line-height: 20px; font-size: 17px; display: block;color: #363636;
}
.culture {
	background: rgb(255, 255, 255); margin: 20px 0px 0px; width: 100%; overflow: hidden;
}
.culture .title {
	background: url("../images/culture_title_03.png") no-repeat; width: 231px; height: 240px; float: right; position: relative;
}
.culture .title h2 {
	margin: 90px 0px 0px 50px; color: #fff;
}
.culture .title a {
	left: 100px; bottom: 40px; color: rgb(255, 255, 255); font-size: 14px; position: absolute;
}
.culture .title a:hover {
	font-weight: bold;
}
.culture ul {
	margin: 25px 230px 0px 25px; overflow: hidden;
}
.culture ul li {
	background: url("../images/culture_li_03.png") no-repeat left 8px; margin: 0px 2% 30px 0px; padding: 0px 0px 0px 11px; width: 46%; overflow: hidden; float: left; max-height: 39px;
}
.culture ul li span {
	background: #76aade; width: 75px; height: 30px; text-align: center; color: rgb(255, 255, 255); line-height: 30px; font-family: Cambria; font-size: 18px; float: left; display: inline-block;
}
.culture ul li a {
	line-height: 20px; overflow: hidden; font-size: 16px; display: block; max-height: 20px;color: #363636;

}
.culture_con {

}
.culture_con a{font-size:14px!important;color:#b2b2b2!important;}
.tz ul li a:hover,.culture ul li a:hover { color:#304457 }

.ishijian{display: block;}
 .training { width: 50%; float: left; padding-right: 15px; }
 .training>.title-box { height: 160px; background: right center no-repeat; }
 .training .title-box span {display: block;width: 180px;background: #2481d2;height: 100%;position: relative;}
 .training .title-box span:before,
 .training .title-box span:after { content: ''; display: block; position: absolute; background: #fff; }
 .training .title-box span:before { width: 37px; height: 2px; top: 40px; left: 30px; }
 .training .title-box span:after {width: 0;height: 0;border-width: 15px 15px 0;border-style: solid;border-color: #2481d2 #fff;position: absolute;left: 50%;top: 100%;margin-left: -15px;}
 .training .title-box span .title { font-size: 24px; color: #fff; padding-top: 50px; padding-left: 30px; }
.training .title-box span .title a, .training .title-box span .sub-title a{color: #fff; }
 .training .title-box span .sub-title { padding-left: 30px; color: #fff; font-size: 14px; margin-top: 5px; }
 .training .title-box .img-box { display: none; }
 .training .news-highlight { background: #fff; padding: 35px 20px 25px; height: 164px; overflow: hidden; border-bottom: solid 1px #f3f1f1; border-right: 1px solid #eee;border-left: 1px solid #eee;}
 .training .news-highlight .time { float: left; width: 160px; text-align: center; }
 .training .news-highlight .time i {color: #2481d2;font-size: 50px;}
 .training .news-highlight .time span {color: #2481d2;display: block;text-align: center;}
 .training .news-highlight .time span:after { content: ''; display: block; width: 20px; height: 2px; background: #0065d9; margin: 15px auto 10px; }
 .training .news-highlight .time img { }
 .training .news-highlight .title-box { margin-left: 160px; border-left: dashed 1px #d3d1d1; padding-left: 20px; }
 .training .news-highlight .title-box .title {font-size: 18px;color: #2481d2;margin-bottom: 20px;text-overflow: ellipsis;overflow: hidden;white-space: nowrap;}
 .training .news-highlight .title-box .sub-title { color: #999; line-height: 30px; font-size: 16px; height: 60px; overflow: hidden; text-overflow: ellipsis; display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; }
 .training ul { background: #fff; padding: 15px 0; height: 306px;  border: 1px solid #eee;
	 border-top:0; }
 .training ul li { overflow: hidden; padding: 14px 0; line-height: 18px; }
 .training ul li .time {float: left;text-align: center;width: 180px;font-size: 16px;color: #999;}
 .training ul li .title { margin-left: 180px; border-left: dashed 1px #d3d1d1; color: #333; margin-right: 20px; padding-left: 15px; text-overflow: ellipsis; overflow: hidden; white-space: nowrap; transition:ease-in-out 0.2s;}
 .training ul li:hover .title{color: #2580d2;}
 .bulletin { width: 50%; float: right; padding-left: 15px; }
 .bulletin .title-box { height: 160px; background: #e9ecef; }
 .bulletin .title-box span { display: block; width: 180px; height: 100%; position: relative; }
 .bulletin .title-box span:before { content: ''; display: block; position: absolute; width: 37px; height: 2px; top: 40px; left: 30px; background: #cccaca; }
 .bulletin .title-box span .title { font-size: 24px; color: #333333; padding-top: 50px; padding-left: 30px; }
 .bulletin .title-box span .sub-title { padding-left: 30px; color: #333333; font-size: 14px; margin-top: 5px; }
.bulletin .title-box span .title a,.bulletin .title-box span .sub-title a{  color: #333333;}
.bulletin .title-box span .more { font-size: 14px; padding: 10px 30px 0; position: relative; float: left; }
.bulletin .title-box span .more a{color: #878787; }
.bulletin .title-box span .more:before,
 .bulletin .title-box span .more:after { content: ''; display: block; position: absolute; right: 10px; width: 0; height: 0; border-width: 5px 0px 5px 5px; border-style: solid; border-color: #e9ecef #090265; position: absolute; top: 50%; }
 .bulletin .title-box span .more:after { right: 17px; }
 .bulletin .img-box { width: 100%; padding-bottom: 190px; }
 .bulletin ul { background: #fff; height: 281px; padding: 30px; border: 1px solid #eee;
	 border-top:0;}
 .bulletin ul li { margin-bottom: 30px; transition:ease-in-out 0.2s;}
 .bulletin ul li:hover{padding-left:10px;margin-right: -10px;}

li {}
 .bulletin ul li .title {color: #2481d2;text-overflow: ellipsis;overflow: hidden;white-space: nowrap;font-size: 18px;margin-bottom: 10px;width: 80%;}
 .bulletin ul li .sub-title { color: #999; font-size: 16px; line-height: 30px; height: 60px; overflow: hidden; text-overflow: ellipsis; display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; }





.headroom{
	width: 100%;
	height: 60px;
	background: #d4dae0;
}
.headroom .home{
	width: 160px;
	height: 44px;
	float: left;
}
.headroom .home a{
	display: block;
}
.headroom .home img{
	width: 100%;
	height: 100%;
	margin: 8px 0 0 50px;
}
.headroom .topBarNav{
	float: right;
}
.headroom .topBarNav ul li{
	float: left;
	width: 120px;
	height: 60px;
	line-height: 60px;
	text-align: center;
}
.headroom .topBarNav ul li a{
	color: #ffffff;
	font-size: 0.875em;
}

.bgImg .route_navigation{
	position: relative;
	width: 1200px;
	font-size: 1em;
	line-height: 3em;
	margin: 0 auto;
	overflow: hidden;
	z-index: 4;
}
.bgImg .route_navigation li{
	display: inline-block;
	font-size: 0.75em;
	float: left;
}
.bgImg .route_navigation li i{
	color: #fff;
	font-size: 1em;
}
.bgImg .route_navigation li a{
	color: #fff;
	cursor: pointer;
}
.bgImg .route_navigation li span{
	color: #fff;
	margin: 0 6px 0 4px;
}
.bgImg .route_navigation li .route_navigation_lastherf{
	cursor: text;
}


.bgImg{
	width: 100%;
	height: 270px;
	position: relative;
	margin-bottom: 50px;
}
.bgImg .imgBox{
	background: url(../images/bg.jpg);
	background-size: 100% 100%;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.bgImg i.mask{
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	background: rgba(0,0,0,0.5);
	z-index: 2;
}
.bgImg h1{
	width: 300px;
	height: 80px;
	line-height: 80px;
	text-align: center;
	color: #ffffff;
	background: #5f87af;
	margin: 0 auto;
	position: relative;
	z-index: 3;
	top: 160px;
	font-weight: 500;
	font-size: 1.75em;
	letter-spacing: 0.375em;
}
.bgImg:hover .imgBox{
	-webkit-filter: blur(6px);
    -moz-filter: blur(6px);
    -ms-filter: blur(6px);
    -o-filter: blur(6px);
    filter: blur(6px);
    filter: progid:DXImageTransform.Microsoft.Blur(PixelRadius=0, MakeShadow=false);
}
.bgImg .bread_nav{
	margin-top: 0;
}
.pageTitle{
	width: 1200px;
	margin: 0 auto;
	padding-top: 70px;
	position: relative;
	z-index: 3;
}
.pageTitle .pageTitleCn{
	color: #ffffff;
	width: 25%;
	float: left;
	font-weight: 400;
	font-size: 1.5em;
	text-align: center;
}
.pageTitle .pageTitleEn{
	width: 75%;
	float: right;
	color: #ffffff;
}
.pageTitle .pageTitleEn span{
	width: 22%;
	height: 1px;
	background: #ffffff;
	display: block;
	float: left;
	margin-top: 12px;
}
.pageTitle .pageTitleEn h3{
	float: left;
	width: 56%;
	text-align: center;
	font-size: 1.5em;
	font-weight: 600;
	letter-spacing: 0.5em;
}


.route_navigation li span{
	color: #999;
	font-size: 1em;
}


/*@media (max-width:1660px){
	.copyright .company{
		right: 20%;
	}
}*/

@media (max-width: 1200px) {
	.content{
		width: 100%;
	}
	.copyInfo .infoLeft .infoList li p{
		padding-left: 24px;
	}
	.copyInfo .infoLeft,.copyInfo .infoRight{
		width: 30%;
	}
	.copyInfo .infoMid{
		width: 40%;
	}
	.headroom .topBarNav ul li{
		width: 100px;
	}
	.copyright .company{
		right: 25.5%;
	}
	.bgImg .route_navigation{
		width: 98%;
	}
	.pageTitle{
		width: 100%;
	}
}

@media (max-width: 1024px) {

	.smSubNav{
		display: block;
	}
	.headroom{
		display: none;
	}
	.smSubNav .menu{
		right: 20px;
		top: 12px;
		display: none;
	}
	.smSubNav h1{
		font-size: 1.25em;
	}
	.bgImg{
		display: none;
	}
	.copyright .company{
		display: none;
	}
	.mainNav{
		display: inherit;
	}
	.topLogo .menu{
		display: block;
	}
	.topLogo{
		height: 120px;
	}
	.topLogo .logo{
		width: 240px;
		margin: 28px auto 0;
		height: 65px;
	}
	.top .email{
		width: 55%;
	}
	.top .email ul li{
		width: 70px;
	}
	.copyInfo .infoLeft{
		width: 28%;
	}
	.copyInfo .infoRight{
		width: 32%;
	}
	.headTitle{
		width: 96%;}

}
@media (max-width: 768px) {
	.top{
		display: none;
	}
	.topLogo{
		height: 80px;
	}
	.topLogo .logo{
		width: 200px;
		margin: 13px auto 0;
		height: 54px;
	}
	.footer{
		padding: 36px 0 0;
	}
	.copyInfo .infoTop{
		display: block;
	}
	.copyInfo .infoTop a{
		margin: 20px auto 32px;
		width: 256px;
		height: 68px;
		display: block;
	}
	.topLogo .menu{
		top: 27px;
	}
	.copyInfo .infoLeft{
		width: 70%;
	}
	.copyInfo .infoRight{
		width: 30%;
	}
	.copyInfo .infoMid{
		display: none;
	}
	
	.copyInfo .infoLeft{
		width: 100%;
	}
	.copyInfo .infoRight{
		width: 100%;
	}
	.copyInfo .infoList li p{
		padding-left: 24px;
		overflow: hidden;
		text-overflow: ellipsis;
		white-space: nowrap;
	}
	.infoBottom{
		width: 230px;
		margin: 270px auto 0;
	}
	.infoBottom .infoList li a{
		padding-right: 20px;
	}

}

@media (max-width: 640px){
	.mainbody_artical_paging li{
		font-size: 0.75em;
	}
	.topLogo .logo{
		width: 160px;
		margin: 14px auto 0;
	}
	.tz .title {
		background: rgb(37, 146, 147); width: 100%; height: 50px; line-height: 50px; float: none;
	}
	.tz .title h2 {
		margin: 10px 0px 0px 10px; width: auto; float: left; position: static; font-size: 22px; font-weight: 400;
	}
	.tz .title a {
		margin: 0px 10px 0px 0px; width: auto; float: right; position: static;
	}
	.tz ul {
		margin: 30px 0px 0px;
	}
	.tz ul li{width:100%}
	.culture .title {
		background: rgb(161, 150, 74); width: 100%; height: 50px; line-height: 50px; float: none;
	}
	.culture .title h2 {
		margin: 10px 0px 0px 10px; width: auto; float: left; position: static;font-size: 22px;font-weight: 400;
	}
	.culture .title a {
		margin: 0px 10px 0px 0px; width: auto; float: right; position: static;
	}
	.culture ul {
		margin: 30px 0px 0px;
	}
	.culture ul li{width:100%}
}

@media (max-width: 520px) {
	.copyright .visit{
		display: none;
	}
	.copyright .rights{
		margin: 16px 0;
	}
	.news .newsList ul {
		overflow: hidden;
		max-height: 485px!important;}
	.headTitle{
		width: 98%;margin-top: 50px;}
	.headTitle h3 a.main {
		width: 99%!important;
	}
	.training { width: 100%;}
	.bulletin { width: 100%;}
	.training .news-highlight .time {width: 116px;}
	.training .news-highlight .title-box {
		margin-left: 119px;}
	.training ul li .time {width: 120px;}
	.training ul li .title {
		margin-left: 118px;}
	.training .news-highlight .title-box .title {
		font-size: 18px;
		color: #2481d2;
		margin-bottom: 20px;
	 text-overflow: clip;
	 overflow: visible;
		white-space: inherit;
	}
}

@media (max-width: 429px) {

.topLogo .menu {
    top: 6px;
    right: 20px;
}
}
























































