html {
	font-size: 100px;
}

body {
	font-size: 0.14rem;
}

.flex {
	display: flex;
	justify-content: center;
	align-items: center;
}

.fl {
	float: left;
}

.fr {
	float: right;
}

.w1200 {
	width: 1200px;
	margin: 0 auto;
}

img {
	vertical-align: middle;
	border: 0;
}
.banner-text {
	position: absolute;
	top: 44%;
	left: 25%;
	text-align: center;
}
.banner-text .p3
{font-size: 18px;
	color: #fff;
margin-top: 15px;}
header {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	background: rgba(255,255,255,.98);
	box-shadow: 0 0 .02rem #ccc;
	height: 1.26rem;
	z-index: 999;
}

.top {
	height: .46rem;
	justify-content: space-between;
}

.top a {
	padding: .05rem;
}

.header_logo {
	padding: .03rem;
}

.head {
	justify-content: space-between;
}
.header_nav li>a {
	height: 80px;line-height: 80px;
	font-size: .18rem;display: inline-block;
	padding: 0 .22rem;
}
.header_nav li>a:hover{color: rgb(42, 140, 224);font-weight: 400;}
.header_nav li{position: relative;z-index: 999;}
.pannel{position: absolute;top: 0px;left: -13px;opacity: 0;transform: translateY(-5px);background: #fff;width: 130px;z-index: 2;display: none;}
.pannel a{display: inline-block;text-align: center;width: 100%;height: 42px;line-height: 42px;white-space: nowrap;overflow: hidden;text-overflow: ellipsis;padding: 2px 12px;font-size: 15px;}
.pannel a:hover{background: rgb(42, 140, 224);color: #fff;transition: 0.4s all ease-out;}
.header_nav li:hover .pannel{opacity: 1;transition: .4s all ease-out;transform: translateY(80px);z-index: 998;display: block;}
main {
	width: 100%;
	/*padding-top: 1.06rem;*/
}

.banner {
	z-index: 8;
	max-height: 9.1rem;
	overflow: hidden;
	position: relative;
}

.banner .swiper-pagination{position: absolute;bottom: 150px !important;}
.news {
	height: 4.41rem;
	padding: 90px 0;
	width: 100%;
	background: rgba(19, 98, 165, 1);
}

.newsleft {
	width: 5rem;
	flex-direction: column;
	align-items: flex-start;
}

.title h2 {
	font-size: 40px;
	color: #fff;
}

.title .titleLine {
	width: 30px;
	height: 4px;
	background: #fff;
	margin: 20px 0;
	display: block;
}

.title p {
	font-size: 14px;
	color: #fff;
}

.about{height: 600px;position: relative;background: rgba(19, 98, 166, 1);display: flex;}
.about_l{width: 800px;}
/*.about_l img{width: 100%;}*/
.about_r_tab{display: flex;width: 772px;padding: 60px 0;height: 100%;box-sizing: border-box;background: #fff;}
.about_r_tab_box1{background: #F5F5F5;width: 230px;}
.about_r_tab_box1 a{color: #333;display: block;text-align: center;line-height: 80px;height: 80px;font-size: 16px;}
.about_r_tab_box1 a.active,.about_r_tab_box1 a:hover{background: rgb(42, 140, 224);color: #fff;}
.application{height: 2000px;background: url(../images/pro_bg2_03.jpg) center center repeat;background-attachment: fixed;padding: 100px 0;overflow: hidden;}
.about_r_tab_box2{background: #fff;color: #666;overflow-y: scroll;flex: 1;padding: 0 35px;}


@media only screen and (max-width: 1600px ) {
	.about_l{width: 700px;}
	.about_r_tab{width: 600px;}
}
@media only screen and (max-width: 1200px ) {
	.about_l{width: 500px;}
	.about_r_tab{width: 500px;}
}
.about_r_tab_box2_tab1 h2{font-size: 28px;line-height: 2;}
.about_r_tab_box2_tab1 span{font-size: 14px;color: #707070;}
.about_r_tab_box2_tab1 .about_con{font-size: 14px;line-height: 2;text-align: justify;margin-top: 25px;}
.about_r_tab_box2_tab1{display: none;}
.about_r_tab_box2_tab1.active{display: block;}
.application .applicationLeft,.application .applicationRight{width: 46%;}
.application .title{margin-bottom: 60px;}
.application .title h2{font-size: 40px;color: #000;}
.application .title span{background: rgba(19, 98, 166, 1);display: block;width: 30px;height: 4px;margin: 14px 0;}
.application .title .title_con h3{font-size: 16px;color: #000;float: left;}
.application .title .title_con{color: #666;font-size: 16px;line-height: 2;}
.application .item{margin-bottom: 50px;cursor: pointer;position: relative;}
.application .item .item_con .img{background:#1362a6;height: 0;padding-bottom: 50%;}
.application .item .item_con .img img{width: 100%;}
.application .item_con p{font-size: 20px;margin: 32px 0 12px;}

.application .item .item_cover{position: absolute;width: 100%;height: 100%;top: 0;left: 0;padding: 30px;}
.item_cover h2,.item_cover h3,.item_cover p{color: #fff;}
.item_cover h2{font-size: 30px;font-weight: 300;opacity: 0;}
.item_cover h3{font-weight: 100;margin-top: 20px;transform: translateX(200px);opacity: 0;transition: 0.6s all ease-in-out;font-style: italic;font-size: 20px;}
.item_cover p{font-weight: 300;margin-top: 20px;transform: translateX(200px);opacity: 0;transition: 0.6s all ease-in-out;line-height: 25px;transition-delay: .2s;}

.dots {
    position: absolute;
    bottom: 120px;
    right: 30px;
    margin: 0 auto;
    width: 30px;
    height: 30px;
    color: #fff;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-around;
}
.dots span {
    width: 5px;
    height: 5px;
    background-color: #fff;
    border-radius: 50%;
    display: block;
    opacity: 0;
    transition: transform 0.4s ease-out, opacity 0.5s ease;
    transform: translateY(30px);
}
.application .item:hover span {
    opacity: 1;
    transform: translateY(0px);
}
.dots span:nth-child(1) {
    transition-delay: 0.05s;
}
.dots span:nth-child(2) {
    transition-delay: 0.1s;
}
.dots span:nth-child(3) {
    transition-delay: 0.15s;
}
.application .item:hover .img{transform: scale(1.05);transition: all 0.4s ease-out;}
.application .item:hover img{opacity: 0.2;}
.application .item:hover .con_p,.application .item:hover .h2,.application .item:hover .h3{opacity: 1;transform: translateX(0);}
.newslisti a {
	display: inline-block;
	width: 140px;
	height: 40px;
	background: #fff;
	text-align: center;
	line-height: 40px;
	font-size: 14px;
	margin: 60px 0px;
	color: #000;
}

.newslisti a+a {
	margin-left: 20px;
}

.newslisti a:hover {
	color: #1362a6;
	box-shadow: 0px -2px 3px 0px rgba(0, 0, 0, 0.35) inset;
}

.newsright {
	width: 7rem;
	align-items: center;
	justify-content: space-between;
	flex-flow: wrap;
}

.newsitem {
	position: relative;
	width: 3.4rem;
	box-sizing: border-box;
	margin: 10px 0;
	background: #fff;
}
.newsitem .txt{
	padding:8px 15px;box-sizing: border-box;
}
.newsitem .txt h2{font-size: 16px;color: #1362a6;line-height: 1.5;}
.newsitem .txt p{line-height: 1.5;text-align: justify;font-size: 14px;color: #666;margin-top: 5px;}
.newsitem p::after {
	content: "";
	width: 0px;
	height: 0px;
	border-width: 10px;
	position: absolute;
	border-style: solid;
	border-color: transparent #ffc907 #ffc907 transparent;
	right: 0px;
	bottom: 0px;
}
.newsitem:hover p::after{
	border-color: transparent #e21711 #e21711 transparent;
}
.newsitem:hover .txt{
	background: rgba(0,0,0,.75);
}
.newsitem:hover h2,.newsitem:hover p{color: #fff;transition: 0.6s all ease-in-out;}

footer {
	/*height: 4.2rem;*/
	background: rgba(245, 245, 245, 1);
	padding-top: .32rem;
	box-sizing: border-box;
}

footer .w1200.flex {
	justify-content: space-between;
}

.footer_left {
	flex: 1;
	justify-content: space-between;
	align-items: baseline;
}

.footer_left dl {
	width: 22%;
	padding-right: 3%;
}

.footer_left dl dt {
	width: 100%;
	font-size: .16rem;
	font-weight: 600;
	color: #333;
	padding: .1rem 0;
	line-height: .41rem;
	padding-bottom: .08rem;
	margin-bottom: .12rem;
	border-bottom: 1px solid #fff;
}

.footer_left dl dd {
	font-size: .14rem;
	color: #7B7B7B;
	line-height: .26rem;
}

.footer_right {
	box-sizing: border-box;
	padding: .52rem 0 .22rem .24rem;
}

.footer_right p {
	text-align: center;
	padding-top: .08rem;
}

.line {
	margin: .32rem auto .12rem;
	height: .01rem;
	background: rgba(230, 230, 230, 1);
}

.copyright {
	padding-bottom: .12rem;
}

.copyright p {
	text-align: center;
	line-height: 1.5;
	font-size: .13rem;
	color: #808080;
}


.nbanner{height: 460px;overflow: hidden;}

.about_n{padding: 60px 0;}
.about_n h2{font-size: 36px;color: #000;text-align: center;}
.about_n>span{display: block;margin: 25px auto;width: 30px;height: 4px;background: rgba(19, 98, 166, 1);}
.about_n>div{line-height: 2;font-size: 16px;margin-bottom: 12px;color: #666;text-align: justify;}

.about_culture{background: url(../images/culture_bg.jpg) no-repeat;background-attachment: fixed;height: 735px;}

.about_news{padding: 80px 0;background: rgba(241, 241, 241, 1);}
.about_news h2{padding-left: 35px;font-size: 30px;color:#1362a6;border-left: 5px solid rgba(19, 98, 166, 1);font-weight: bold;margin-bottom: 45px;}
.about_news_items{display: flex;justify-content: space-between;align-items: center;flex-flow: wrap;}
.about_news_item{width: 23%;background: #F6F6F6;padding: 2px;box-shadow: 0 0 5px #ccc;margin-bottom: 25px;}
.about_news_item .img{width: 100%;height: 200px;overflow: hidden;}
.about_news_item .img img{width: 100%;}
.about_news_item .name{color: #333;padding: 25px 0;text-align: center;font-size: 14px;white-space: nowrap;overflow: hidden;text-overflow: ellipsis;}
.about_news_item:hover{background: rgba(19, 98, 166, 1)}
.about_news_item:hover img{transform: scale(1.05);transition: 0.4s all ease-out;}
.about_news_item:hover .name{color: #fff;}

.about_history{padding: 60px 0;}
.about_history h2{font-size: 36px;color: #000;text-align: center;}
.about_history>span{display: block;margin: 25px auto;width: 30px;height: 4px;background: rgba(19, 98, 166, 1);}
.about_history_items{display: flex;flex-flow: wrap;align-items: center;justify-content: flex-start;}
.about_history_item{width: 18%;margin:0 12px 20px;cursor: pointer;}
.about_history_item .about_history_title{font-size: 18px;font-weight: bold;color: rgba(19, 98, 166, 1);padding-left: 12px;border-left: 1px solid #ccc;margin-left: 28px;padding-bottom: 12px;}

.about_history_item .img{width: 100%;height: 145px;overflow: hidden;padding: 2px;border: 1px solid #ccc;box-sizing: border-box;}
.about_history_item .img img{width: 100%;}
.about_history_item .name{color: #333;padding: 15px 20px;text-align: center;font-size: 14px;white-space: nowrap;overflow: hidden;text-overflow: ellipsis;}
.about_history_item:hover img{transform: scale(1.05);transition: 0.4s all ease-out;}
.about_history_item:hover .name{color: #fff;background: rgba(19, 98, 166, 1)}

.about_honor{background: rgba(19, 98, 166, 1);padding: 60px 0;}
.about_honor h2{padding-left: 35px;font-size: 30px;color:#fff;border-left: 5px solid #fff;font-weight: bold;margin-bottom: 45px;}
.about_honor_items{background: #fff;padding: 45px 20px;}
.about_honor_item img{width: 100%;}
.about_honor_item .name{color: #333;padding: 15px 20px;text-align: center;font-size: 14px;white-space: nowrap;overflow: hidden;text-overflow: ellipsis;}
.about_honor_items .swiper-container{padding:0 0px 45px 0px !important;}
.about_honor_items .swiper-pagination{bottom: 0px !important;}
.about_honor_items .swiper-button-next{/*right: -45px !important;*/top: 35%;}
.about_honor_items .swiper-button-prev{/*left: -45px !important;*/top: 35%;}
.about_honor_item .img{max-height: 180px;overflow: hidden;border: 1px solid #eee;}

.newslist_up{display: flex;justify-content: space-between;padding: 60px 0;}
.newslist_title h2{font-size: 30px;color: #1362a6;padding-left: 35px;border-left: 5px solid #1362a6;font-weight: bold;margin-bottom: 13px;}
.newslist_title span{font-size: 14px;color: #707070;}
.newslist_nav{display: flex;flex-flow: wrap;justify-content: flex-end;align-items: center;}
.newslist_nav a{display: inline-block;padding: 15px 18px;margin: 5px;background: #737373;color: #fff;}
.newslist_nav a:hover,.newslist_nav a.active{background: #1362a6;transition: .4s all ease-out;}

.newslist_down{display: flex;align-items: center;flex-flow: wrap;justify-content: flex-start;}
.newslist_down .newslist_item{width: 32%;margin: 0 1% 30px;box-shadow: 0 0 2px #ccc;background: #fff;}
.newslist_down .newslist_item:nth-child(3n){margin-right: 0 !important;}
.newslist_down .newslist_item:nth-child(3n + 1){margin-left: 0 !important;}
.newslist_down .newslist_item img{width: 100%;}
.newslist_down .newslist_item .time{border-right: 1px solid #ccc;padding-right: 18px;text-align: center;}
.newslist_down .middle,.newslist_down .detail{padding: 25px;display: flex;justify-content: space-between;}
.newslist_down .detail{border-top: 1px solid #ccc;}
.time .date{font-size: 40px;color: #000;margin-top: 5px;}
.time .year{font-size: 14px;color: #707070;margin-top: 8px;}
.newslist_down .middle .name{font-size: 18px;line-height: 2;width: 75%;height: 72px;overflow: hidden;}
.newslist_down .newslist_item:hover{box-shadow: 0 0 25px #ccc;transition: all ease-in .5s;transform: translateY(-10px);}
.newslist_down .newslist_item:hover .name{color: #1362a6;}

.newspagen{display: flex;justify-content: center;align-items: center;flex-flow: wrap;margin: 25px auto;padding: 25px 0;}
.newspagen a{display: inline-block;padding: 7px 11px;border: 1px solid #ccc;color: #666;font-size: 14px;margin: 4px;}
.newspagen a:hover,.newspagen a.cur{color: #fff;background: #1362a6;border-color: #1362a6;transition: .3s all ease-in;}
.dateline{color: #999 !important;font-size: 13px !important;text-align: center !important;}
.news_n{line-height: 2;text-align: justify;font-size: 16px;padding: 25px 0;border-top: 1px dashed #ccc;}
.newspagena{padding-top: 12px;border-top: 1px dashed #ccc;text-align: center !important;color: #999 !important;margin: 25px auto;font-size: 13px !important;}
.newspagena a{font-size: 14px;color: #666;}
.proslist_up{padding:60px 0 22px;border-bottom: 1px solid #ccc;margin-bottom: 60px;justify-content: space-between;align-items: baseline;}
.proslist_title h2{font-size: 38px;color: #333;}
.position{width: 600px;text-align: right;color: #666;}
.proslist_down{align-items: flex-start;justify-content: space-between;}
.proslist_nav{width: 260px;background: #fff;}
.proslist_nav .title{background: #1362a6;border-bottom: 1px solid #fff;padding: 25px;}
.proslist_nav h2{font-weight: bold;font-size: 24px;color: #fff;}
.proslist_nav span{font-size: 13px;color: #fff;margin-top: 12px;display: inline-block;}
.proslist_nav a{display: inline-block;padding: 20px 26px;font-size: 16px;white-space: nowrap;overflow: hidden;text-overflow: ellipsis;width: 100%;color: #333;border-bottom: 1px solid rgba(228,228,228,1);}
.proslist_nav a:last-child{border-bottom: none;}
.proslist_nav a:hover,.proslist_nav a.active{background: #1362a6;color: #fff;transition: .4s all ease-in;}
.proslist_items{justify-content: flex-start;flex-flow: wrap;width: 850px;}
.proslist_item{width: 31%;margin:0 14px 20px;position: relative;}
.proslist_item .img{width: 100%;height: 198px;overflow: hidden;background: #fff;position: relative;}
.proslist_item img{width: 100%;}
.proslist_item .name{text-align: center;padding: 25px 20px;white-space: nowrap;overflow: hidden;text-overflow: ellipsis;}
.proslist_item:nth-child(3n){margin-right: 0 !important;}
.proslist_item:nth-child(3n + 1){margin-left: 0 !important;}
.proslist_item:hover img{transform: scale(1.05);transition: .4s all ease-out;}
.proslist_item mark {
    position: absolute;
    left: 0;
    top: 0;
    box-sizing: border-box;
    width: 100%;
    height: 100%;
    background: rgba(19, 98, 166, 0.75);
    filter: alpha(opacity=20);
    z-index: 20;
    opacity: 0;
    transform: skewX(45deg);
    visibility: hidden;
    transition: 360ms;
}
.proslist_item:hover mark {
    opacity: 1;
    transform: skewX(0);
    visibility: visible;
}
mark:before {
    content: "";
    width: 100%;
    height: 0%;
    border-left: 3px solid #1362a6;
    border-right: 3px solid #1362a6;
    box-sizing: border-box;
    position: absolute;
    left: 0;
    top: 0;
    transition: 320ms;
}
.proslist_item:hover mark:before {
    height: 100%;
    transition: 330ms 200ms;
}
mark:after {
    content: "";
    width: 0%;
    height: 100%;
    border-top: 3px solid #1362a6;
    border-bottom: 3px solid #1362a6;
    box-sizing: border-box;
    position: absolute;
    left: 0;
    top: 0;
    transition: 320ms;
}
.proslist_item:hover mark:after {
    width: 100%;
    transition: 330ms 200ms;
}
mark b {
    display: block;
    width: 46px;
    height: 46px;
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -23px;
    margin-top: -23px;
    z-index: 30;
}
mark b:before {
    content: "";
    width: 100%;
    height: 2px;
    background: #fff;
    position: absolute;
    left: 0;
    top: 23px;
    transform: translateX(-200px);
    -webkit-transform: translateX(-200px);
    -moz-transform: translateX(-200px);
}
.proslist_item:hover mark b:before {
    transition: 355ms 180ms;
    transform: translateX(0);
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
}
mark b:after {
    content: "";
    width: 2px;
    height: 100%;
    background: #fff;
    position: absolute;
    left: 23px;
    top: 0;
    transform: translateY(-200px);
    -webkit-transform: translateY(-200px);
    -moz-transform: translateY(-200px);
}
.proslist_item:hover mark b:after {
    transition: 355ms 240ms;
    transform: translateY(0);
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
}

.proslist_n{width: 850px;background: #fff;margin-bottom: 15px;}
.pros_n{margin: 10px 0;align-items: flex-start;}
.pros_n_l{width: 400px;height: 400px;/*border: 1px solid #ccc;*/}
.pros_n_r{flex: 1;background: #1362a6;padding: 40px;height: 350px;box-sizing: border-box;}
.pros_n_r h2{font-size: 24px;color: #fff;line-height: 2;}
.classname{font-size: 16px;margin-bottom: 20px;padding-bottom: 20px;border-bottom: 1px dashed #fff;color: #fff;}
.pros_n_r .dateline2{color: #fff;text-align: center;margin-bottom: 20px;}
.pros_detail{text-align: justify;font-size: 15px;line-height: 2;margin: 25px 0;color: #fff;}
.pros_n_d{height: 60px;padding-left: 16px;border-left: 5px solid #1362a6;border-right: 5px solid #1362a6;font-size: 24px;line-height: 60px;background: #eee;}
.pros_n_d2{min-height: 200px;text-align: justify;line-height: 2;font-size: 16px;}
.tb-pic a {
	display: table-cell;
	text-align: center;
	vertical-align: middle;
}

.tb-pic a img {
	vertical-align: middle;
	width: 100%;
	height: 100%;
}

.tb-pic a {
	*display: block;
	*font-family: Arial;
	*line-height: 1;
}

.tb-thumb {
	margin: 10px 0 0;
	overflow: hidden;
}

.tb-thumb li {
	background: none repeat scroll 0 0 transparent;
	float: left;
	height: 52px;
	margin: 0 8px 0 0;
	overflow: hidden;
	padding: 1px;
}

.tb-s310,
.tb-s310 a {
	height: 300px;
	width: 400px;
}

.tb-s310,
.tb-s310 img {
	max-height: 300px;
	max-width: 400px;
}

.tb-s310 a {
	*font-size: 271px;
}

.tb-s40 a {
	*font-size: 35px;
}

.tb-s40,
.tb-s40 a {
	/*height: 50px;*/
	height: 36px;
	width: 50px;
}

.tb-booth {
	border: 1px solid #CDCDCD;
	position: relative;
	z-index: 1;
}

.tb-thumb .tb-selected {
	background: none repeat scroll 0 0 #0f6cc9;
	/*height: 54px;*/
	height: 41px;
	padding: 2px;
}

.tb-thumb .tb-selected div {
	background-color: #FFFFFF;
	border: medium none;
}

.tb-thumb li div {
	border: 1px solid #CDCDCD;
}

div.zoomDiv {
	z-index: 999;
	position: absolute;
	top: 0px;
	left: 0px;
	width: 300px;
	height: 300px;
	background: #ffffff;
	border: 1px solid #CCCCCC;
	display: none;
	text-align: center;
	overflow: hidden;
}

div.zoomMask {
	position: absolute;
	background: url("../images/mask.png") repeat scroll 0 0 transparent;
	cursor: move;
	z-index: 1;
}

.contxt {
	width: 94%;
	display: block;
	padding: 0 2%;
	font-family: "微软雅黑";
	font-size: 14px;
	height: 44px;
	outline: none;
	border: 1px solid #eee;
}

.contxta {
	width: 97%;
	line-height: 30px;
	padding: 1%;
	height: 150px;
	font-family: "微软雅黑";
	font-size: 14px;
	outline: none;
	border: 1px solid #eee;
	max-width: 100%;
}

.single-box .btn {
	width: 150px;
	border: 0;
	background: #0f6cc9;
	font-family: "微软雅黑";
	height: 46px;
	cursor: pointer;
	font-size: 16px;
	color: #fff;
	float: right;
	margin-left: 15px;
}

.book_title {
	font-size: 16px;
	line-height: 30px;
	padding-bottom: 40px;
}

.book_title p {
	color: #000;
}

.single-box {
	overflow: hidden;
}

.book_nr div.fl,
.book_nr div.fr {
	width: 49%;
	padding-bottom: 15px;
}

.book_nr div.book {
	width: 100%;
	padding-bottom: 15px;
}

@media only screen and (max-width: 640px) {
	.book_nr div.book {
		width: 90% !important;
		padding-bottom: 15px;
	}
	.book_nr div.fl,
	.book_nr div.fr {
		width: 90% !important;
		padding-bottom: 15px;
		float: left !important;
	}
}