﻿@charset "utf-8";

*{margin:0;padding:0;}
body{ font-family: sans-serif,"sans-serif", Arial, Helvetica, sans-serif;margin:0px; padding:0px; margin:0px auto; font-size:16px; color:#333; width:100%;  zoom:1;}
ul,li,form, dl,dt,dd,div,ul,li,p,em,i,address{ font-style:normal; list-style:none; padding: 0px; margin: 0px;}
h1,h2,h3,h4,h5,h6{ padding:0px; margin:0px;}
select,input,textarea,button{ font-size:14px; border-radius:0; -webkit-border-radius:0; color:#333;font-family: sans-serif,arial, sans-serif;}
input:focus { outline: none;}
input,button,select,textarea{ border:0px;outline:none;/*-webkit-appearance:none;*//*ǿ��ȥ�������Դ�����ʽ*/}
button{ cursor:pointer;}
textarea{resize:none;/*-webkit-appearance:none;*//*ǿ��ȥ��textarea�Դ�����ʽ*/}
textarea,input,select { background:none; border:none; margin:0; padding:0;}
article,aside,footer,header,hgroup,nav,section,figure,fxigcaption,address{ display: block;} /*html5����*/
figure,figcaption{ margin:0px; padding:0px;}
audio,canvas,progress,video { display: inline-block; vertical-align: baseline;}
img{
	 max-width:100%;  
	 border:none; border:0;
	 vertical-align:middle;
	}
a{ color:#333333; text-decoration:none;transition: all ease 0.3s;}
a:focus {outline:none; -moz-outline:none;}
a:hover{ text-decoration:none; color:#113a7e;}
.fl{float:left;}
.fr{float:right;}
.clear{ clear:both;}

/*�����ı�ʡ�Ժ�*/
.dot {
	display: block;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}
.dot2, .dot3, .dot4 {
	display: -webkit-box;
	display: box;
	overflow: hidden;
	text-overflow: ellipsis;
	word-break: break-all;
	-webkit-box-orient: vertical;
}
.dot2 {
	-webkit-line-clamp: 2;
}
/*�����ı�ʡ�Ժ�*/
.dot3 {
	-webkit-line-clamp: 3;
}
.dot4 {
	-webkit-line-clamp: 4;
}

/*input����*/
:-moz-placeholder {color: #999999;}
::-moz-placeholder {color: #999999;}
input:-ms-input-placeholder,
textarea:-ms-input-placeholder {color: #999999;}
input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {color: #999999;}

select {
	/*Chrome��Firefox����ı߿��ǲ�һ���ģ����Ը�д��һ��*/
	border: solid 1px #d9d9d9; text-indent:1em;
	/*�ܹؼ�����Ĭ�ϵ�selectѡ�����ʽ���*/
	appearance: none; color:#999999;
	-moz-appearance: none;
	-webkit-appearance: none;
	/*��ѡ�������Ҳ��м���ʾС��ͷͼƬ*/
	background: url(../images/selectarr.png) no-repeat scroll 95% center transparent;
	/*Ϊ����С��ͷ����һ��λ�ã����ⱻ���ָ���*/
	padding-right: 14px;
}

/*���ie��Ĭ��ѡ�����ʽ���������������ͷ*/
select::-ms-expand {
display: none;
}

/*��ҳ������*/
::-webkit-scrollbar{
	width: 6px; height:6px;-webkit-overflow-scrolling : touch;
	background-color: #e6e6e6;}
::-webkit-scrollbar-track{
	background-color: #e6e6e6;}
::-webkit-scrollbar-thumb{
	border-radius: 10px;
	background-color: #58504a;}
::-webkit-scrollbar-button{
	height: 0px;
	background-color: #e6e6e6;}

/*effict*/
.Scale-img {overflow: hidden;cursor: pointer; zoom:1; overflow: hidden;}
.Scale-img img,.Scale-img span {opacity: 1;-webkit-transition: opacity 0.6s, -webkit-transform 0.6s;transition: opacity 0.6s, transform 0.6s;}
.Scale-img:hover img,.Scale-img:hover span {opacity: 1;-webkit-transform: scale3d(1.05,1.05,1.05);transform: scale3d(1.05,1.05,1.05); top:0px; left:0px;}
.effict{transition: all ease 0.3s;}
.imgbox{ overflow:hidden; position:relative; /*background:url(../uploadfiles/nopic.jpg) center center no-repeat; background-size:contain;*/}
.imgbox span{ background-position:center center; background-repeat:no-repeat; background-size:cover; position:absolute; left:0px; top:0px; width:100%; height:100%;display: flex;align-items: center;justify-content: center;}
.imgbox img{ width:auto !important; max-height:100%;}


/*pages*/
.Pages{text-align: center;margin:50px 0 0 0;}
.Pages span{display: inline-block;}
.Pages a{display: inline-block;width:34px;height:34px;border-radius: 50%;border:1px solid #ebebeb;line-height: 34px;text-align: center;margin:0 3px;font-family: sans-serif;font-size: 14px;color:#666;}
.Pages a.a_prev,.Pages a.a_next{width:68px;border-radius: 3px;margin:0 20px;}
.Pages a:hover{background:#113a7e;color:#fff;border:1px solid #113a7e;}
.Pages a.a_cur{background:#113a7e;color:#fff;border:1px solid #113a7e;}
@media ( max-width:1024px){
	.Pages a{width:28px;height:28px;line-height: 28px;margin:0;}
	.Pages a.a_prev,.Pages a.a_next{width:50px;margin:0;}
}
/*pages end*/

.Contain{max-width:1320px;width:95%;margin:0 auto;}
@media(max-width:992px){
	body{font-size: 14px;}
}

/* Top */
.Top{height:35px;line-height: 35px;background:#113a7e;}
.Top .Topul{text-align: right;}
.Top .Topul ul li{display: inline-block;margin-left:-4px;font-size: 14px;color:#fff;padding:0 15px;position: relative;cursor: pointer;}
.Top .Topul ul li a{color:#fff;opacity: 0.4;}
.Top .Topul ul li:hover a{opacity: 1;}
.Top .Topul ul li::before{content:'';display: block;width:1px;height:12px;background:rgba(255,255,255,0.2);top:50%;margin-top:-6px;left:0;position: absolute;}
.Top .Topul ul li:first-child:before{display: none;}
.Top .Topul ul li:last-child{padding-right:0;}
.Top .Topul ul li.ewm{position: relative;}
.Top .Topul ul li.ewm img{width: 0;height: 0;position: absolute;left: 50%;transform: translateX(-50%);top: 50px;transition: all 0.3s;visibility: hidden;opacity: 0;}
.Top .Topul ul li.ewm:hover img{width: 150px;height: 150px;top: 35px;visibility: visible;opacity: 1;}

.Header{padding:18px 0;}
.Header .Logo{max-width:40%;}
.Header .MainNav{max-width:60%;margin-top:25px;position:relative;}
.Header .MainNav ul::after{content:'';display: block;clear: both;}
.Header .MainNav ul li{float:left;width:15%;margin-left:5%;text-align: center;line-height: 41px;font-size: 20px;font-family: sans-serif;position: relative;font-weight: bold;}
.Header .MainNav ul li a{display: block;}
.Header .MainNav ul li.parent a{color:#113a7e;}
.Header .MainNav ul li .NavPull{position: absolute;top:41px;left:0;width:100%;background:#fff;z-index:999;border-top:3px solid #113a7e;box-shadow: 0 0 10px rgba(0,0,0,0.2);display: none;}
.Header .MainNav ul li .NavPull dl dd{line-height: 35px;font-size: 15px;border-bottom:1px solid #e5e5e5;}
.Header .MainNav ul li .NavPull dl dd:hover{background:#113a7e;}
.Header .MainNav ul li .NavPull dl dd:hover a{color:#fff;}

.Header .m-btn{display: none;cursor: pointer;padding:15px 5px;border-radius: 5px;z-index:999;margin-top:3px;margin-left:10px;}
.Header .m-btn span{display: block;width:25px;height:3px;background:#113a7e;position: relative;-webkit-transition: all 200ms cubic-bezier(.4,0,0,1);-o-transition: all 200ms cubic-bezier(.4,0,0,1);transition: all 200ms cubic-bezier(.4,0,0,1);}
.Header .m-btn span::before, .m-btn span::after{content:'';display: block;height:3px;width:25px;background: #113a7e;position: absolute;left: 0;-webkit-transition: all 200ms cubic-bezier(.4,0,0,1);-o-transition: all 200ms cubic-bezier(.4,0,0,1);transition: all 200ms cubic-bezier(.4,0,0,1);}
.Header .m-btn span:before {top: -8px;}
.Header .m-btn span:after {bottom: -8px;}
.Header .m-btn.active span {background: transparent;}
.Header .m-btn.active span:before {transform: rotate(-48deg) translate(-6px, 5px);-webkit-transform: rotate(-48deg) translate(-6px, 5px);-o-transform: rotate(-48deg) translate(-6px, 5px);width: 24px;}
.Header .m-btn.active span:after {transform: rotate(48deg) translate(-6px, -5px);-webkit-transform: rotate(48deg) translate(-6px, -5px);-o-transform: rotate(48deg) translate(-6px, -5px);width: 24px;}

@media(max-width:1200px){
	.Header .MainNav ul li{font-size: 18px;line-height: 35px;}
}

@media(min-width:1025px){
.Header:not(.on) .MainNav ul li:nth-child(11){position:absolute;right:-130px;bottom:0;}
.Header .MainNav ul li:nth-child(11) .NavPull{width:200px;left:-40px;}
}
@media(max-width:1024px){
	.Header .MainNav{margin-top:15px;}
}

@media(max-width:992px){
	.Top{height:28px;line-height: 28px;font-size: 12px;}
	.Top .Topul ul li{font-size: 12px;padding:0 5px;}
	.Header{padding:5px 0;position: relative;}
    .Header .m-btn{display: block;}
	.Header .MainNav{position: absolute;background:#fff;top:50px;margin-top:0;max-width:100%;right:0;z-index:999;width:0;opacity: 0;transition: all .5s;-webkit-transition: all .5s;overflow: hidden;z-index:9999;}
	.Header .MainNav ul{box-sizing: border-box;padding:0 20px;}
	.Header .MainNav ul li{width:100%;box-sizing: border-box;text-align: left;font-size: 16px;line-height: 40px;border-top:1px dotted #e5e5e5;min-width:150px;margin-left:0;}
	.Header .Logo img{height:40px;}
	.Header .MainNav.show{width:100%;opacity: 1;}
	.Header .MainNav ul li b{display: block;width:40px;height:40px;background:url(../images/jt.png) no-repeat center right;position: absolute;right:0;top:0;}
	.Header .MainNav ul li .NavPull{position: static;box-shadow: 0 0 0 rgba(255,255,255,0.1);}
	.Header .MainNav ul li .NavPull dl dd:last-child{border-bottom:none;}
	.Header .MainNav ul li .NavPull dl dd{padding:0 20px;}
}


/* HomeBan */
.HomeBan{position: relative;}
.HomeBan .item .img{padding-top:29%;}
.HomeBan .slick-dots{position: absolute;text-align: center;bottom:30px;transform: translateX(-50%);-webkit-transform: translateX(-50%);left:50%;}
.HomeBan .slick-dots::before{content:'';width:70%;height:1px;background:#fff;position: absolute;left:50%;top:50%;margin-top:-3.5px;transform: translateX(-50%);-webkit-transform: translateX(-50%);}
.HomeBan .slick-dots li{display: inline-block;width:17px;height:17px;line-height: 15px;box-sizing: border-box;border-radius: 50%;position: relative;margin:0 20px;}
.HomeBan .slick-dots li button{color:transparent;font-size: 0px;width:7px;height:7px;background:#fff;border-radius: 50%;position: absolute;left:50%;margin-left:-3.5px;top:50%;margin-top:-3.5px;}
.HomeBan .slick-dots li.slick-active{border:1px solid #fff;}

.slider1{overflow: hidden;}
.slider1 .slick-arrow{ font-size:0; z-index:10;position: absolute; top:50%; margin-top:-22px; width:45px; height:45px; line-height:45px; background:#fff; border-radius:50%;cursor: pointer; padding: 0;transition: all ease 0.3s; color:#000;box-shadow: 0 0 10px rgba(0,0,0,0.2);}
.slider1 .slick-arrow:hover{ color:#fff; background-color:#113a7e;border:1px solid #113a7e;}
.slider1 .slick-prev:before{content: '<';}
.slider1 .slick-next:before{content: '>';}
.slider1 .slick-prev:before, .slick-next:before { font-size:20px; font-weight:bold;}
.slider1 .slick-prev{ left:-80px;}
.slider1 .slick-next{ right:-80px;}

.slider1:hover .slick-prev{ left:20px;}
.slider1:hover .slick-next{ right:20px;}

/* @media(max-width:1366px){
	.HomeBan .item .img{padding-top:490px;}
} */


@media ( max-width:1024px){
	.slider1 .slick-arrow{width:35px;height:35px;line-height: 35px;}
	.slider1 .slick-dots li button{width: 8px;height: 8px;}
	.slider1 .slick-prev{ left:10px;}
    .slider1 .slick-next{ right:10px;}
	.slider1:hover .slick-prev{ left:10px;}
    .slider1:hover .slick-next{ right:10px;}
	/* .HomeBan .item .img{padding-top:380px;} */
	.HomeBan .slider1 .slick-arrow{display: none !important;}
}

@media(max-width:768px){
	/* .HomeBan .item .img{padding-top:150px;} */
	.HomeBan .slick-dots{bottom:10px;}
}

.HomeCom{padding:80px 0;}

.HomeNews{background:url(../images/ibg1.png) no-repeat bottom center;background-size: cover;}
.HomeTit {line-height: 32px;margin-bottom:30px;}
.HomeTit .titbox .cn{font-size: 32px;color:#000;font-family: sans-serif;}
.HomeTit .titbox .en{font-size: 14px;color:#999;text-transform: uppercase;position: relative;margin-left:10px;top:-5px;}
.HomeMore a{font-size: 16px;color:#000;}
.HomeMore a img{position: relative;margin-left:10px;top:-2px;}

@media(max-width:1024px){
	.HomeCom{padding:40px 0;}
	.HomeTit .titbox .cn{font-size: 25px;}
	.HomeTit .titbox .en{font-size: 12px;margin-left:0;}
	.HomeMore a{font-size: 14px;}
}

@media(max-width:768px){
	.HomeCom{padding:20px 0;}
	.HomeTit{line-height: 20px;margin-bottom:15px;}
	.HomeTit .titbox .cn{font-size: 20px;}
	.HomeTit .titbox .en{top:-2px;margin-left:5px;}
	.HomeNews .HomeNewsBox .slick-dots li{display: none !important;}
	.HomeMore a img{top:0;}
}


.HomeNews .HomeNewsBox{overflow: hidden;}
.HomeNews .HomeNewsBox .slider{padding-bottom:60px;position: relative;}
.HomeNews .HomeNewsBox .slider::before{content:'';display: block;width:100%;height:1px;background:#dcdcdc;position: absolute;bottom:15px;left:0;}
.HomeNews .HomeNewsBox .item{margin-left:60px;}
.HomeNews .HomeNewsBox .slick-list{margin-left:-60px;}
.HomeNews .HomeNewsBox .item .tit{position: relative;padding:10px 0;padding-left:100px;min-height:60px}
.HomeNews .HomeNewsBox .item .tit .date{width:80px;height:80px;background:#113a7e;;display:flex;justify-content:center;align-items:center;flex-direction: column;text-align: center;position: absolute;left:0;top:0;color:#fff;}
.HomeNews .HomeNewsBox .item .tit .date p{font-size: 36px;color:#fff;}
.HomeNews .HomeNewsBox .item .tit .date span{font-size: 14px;color:#fff;opacity: 0.4;}
.HomeNews .HomeNewsBox .item .tit h1{font-weight: normal;line-height: 30px;font-size: 16px;}
.HomeNews .HomeNewsBox .item .img{padding-top:250px;margin-top:30px;}
.HomeNews .HomeNewsBox .item .img span{transition: all .5s;-webkit-transition: all .5s;}
.HomeNews .HomeNewsBox .item .dec{font-size: 14px;line-height: 28px;color:#666;margin:20px 0 20px 0;}
.HomeNews .HomeNewsBox .item .newsMore{font-size: 14px;color:#113a7e;font-family: sans-serif;}
.HomeNews .HomeNewsBox .item:hover .img span{transform: scale(1.1);-webkit-transform: scale(1.1);}

.HomeNews .HomeNewsBox .slick-arrow{position: absolute;width:31px;height:31px;background-size: 100%;color:transparent;font-size: 0px;bottom:0;z-index:999;}
.HomeNews .HomeNewsBox .slick-arrow.slick-prev{background-image: url(../images/prev.png);left:38%;}
.HomeNews .HomeNewsBox .slick-arrow.slick-next{background-image: url(../images/next.png);right:38%;}
.HomeNews .HomeNewsBox .slick-dots{position: absolute;width:20%;position: absolute;bottom:7px;transform: translateX(-50%);-webkit-transform: translateX(-50%);left:50%;background:#f3f3f3;text-align: center;}
.HomeNews .HomeNewsBox .slick-dots li{display: inline-block;margin:0 8px;width:8px;height:8px;background:#929292;border-radius: 50%;}
.HomeNews .HomeNewsBox .slick-dots li button{display: none;}
.HomeNews .HomeNewsBox .slick-dots li.slick-active{background:#113a7e;transform: scale(1.3);-webkit-transform: scale(1.3);}

.HomeDangjian {width:59.5%;}
.HomeDangjian .HdangjianBox{margin-left:-2%;}
.HomeDangjian .HdangjianBox .item{width:48%;margin-left:2%;float:left;margin-bottom:30px;background:#fff;}
.HomeDangjian .HdangjianBox .item .img{width:48%;padding-top:165px;}
.HomeDangjian .HdangjianBox .item .img span{transition: all .5s;-webkit-transition: all .5s;}
.HomeDangjian .HdangjianBox .item .txt{width:48%;padding-top:10px;}
.HomeDangjian .HdangjianBox .item .txt h1{font-size: 16px;line-height: 25px;font-weight: normal;font-family: sans-serif;height:75px;}
.HomeDangjian .HdangjianBox .item .txt .date{font-size: 14px;color:#999;;margin-top:20px;}
.HomeDangjian .HdangjianBox .item:hover .img span{transform: scale(1.1);-webkit-transform: scale(1.1);}

.HomeGonggao{width:32%;}
.HomeGonggao .HgonggaoBox{background:#f9f9f9;border-top:2px solid #113a7e;padding:0 25px;}
.HomeGonggao .HgonggaoBox .item{padding:28px 0;border-bottom:1px solid #ededed;padding-left:80px;position: relative;}
.HomeGonggao .HgonggaoBox .item .date{width:60px;height:55px;;position: absolute;left:0;top:30px;display:flex;justify-content:center;align-items:center;flex-direction: column;text-align: center;}
.HomeGonggao .HgonggaoBox .item .date span{font-size: 14px;color:#999;}
.HomeGonggao .HgonggaoBox .item .date p{font-size: 36px;color:#113a7e;line-height: 36px;}
.HomeGonggao .HgonggaoBox .item .tit{font-size: 18px;line-height: 28px;height:56px;}
.HomeGonggao .HgonggaoBox .item:last-child{border-bottom:none;}

@media(max-width:768px){
	.HomeDangjian{width:100%;}
	.HomeDangjian .HdangjianBox .item{width:98%;margin-bottom:10px;}
	.HomeDangjian .HdangjianBox .item .txt h1{font-size: 14px;line-height: 20px;height:60px;}
	.HomeDangjian .HdangjianBox .item .img{padding-top:110px;}

	.HomeGonggao{width:100%;margin-top:20px;}
	.HomeGonggao .HgonggaoBox{padding:0 10px;}
	.HomeGonggao .HgonggaoBox .item{padding-top:10px;padding-bottom:10px;}
	.HomeGonggao .HgonggaoBox .item .date{top:10px;}
	.HomeGonggao .HgonggaoBox .item .date p{font-size: 25px;}
	.HomeGonggao .HgonggaoBox .item .tit{font-size: 15px;}

	.HomeNews .HomeNewsBox .item .tit{padding-left:80px;}
	.HomeNews .HomeNewsBox .item .tit h1{font-size: 15px;}
	.HomeNews .HomeNewsBox .item .tit .date{width:70px;height:70px;top:5px;}
	.HomeNews .HomeNewsBox .item .tit .date p{font-size: 25px;}
}


.HomePart2{background:url(../images/ibg2.jpg) no-repeat bottom center;background-size: cover;}
.HomeXueshu {width:38%;}
.HomeXueshu .HxueshuBox .slider .slick-list{margin-left:-20px;}
.HomeXueshu .HxueshuBox .item{margin-left:20px;}
.HomeXueshu .HxueshuBox .item .img{padding-top:160px;}
.HomeXueshu .HxueshuBox .item .img span{transition: all .5s;-webkit-transition: all .5s;}
.HomeXueshu .HxueshuBox .item .txt{background:#fff;padding:0 15px;}
.HomeXueshu .HxueshuBox .item .txt .tit{padding:20px 0;border-bottom:1px solid #efefef;line-height: 22px;font-family: sans-serif;height:44px;}
.HomeXueshu .HxueshuBox .item .txt .con{padding:10px 0;}
.HomeXueshu .HxueshuBox .item .txt .con li{line-height: 32px;font-size: 14px;color:#000;font-family: sans-serif;}
.HomeXueshu .HxueshuBox .item .txt .con li span{color:#999;font-family: sans-serif;display: inline-block;}
.HomeXueshu .HxueshuBox .item .txt .con li span img{display: inline-block;position: relative;margin-right:5px;top:-3px;width:15px;}
.HomeXueshu .HxueshuBox .item:hover .img span{transform: scale(1.1)-webkit-transform: scale(1.1);}

.HomeKeyan{width:64.5%;}
.HomeKeyan .HkeyanBox::after{content:'';display: block;clear: both;}
.HomeKeyan .HkeyanBox .item{background:#fff;width:47%;margin-left:3%;float:left;}
.HomeKeyan .HkeyanBox .item .img{padding-top:301px;}
.HomeKeyan .HkeyanBox .item .img span{transition: all .5s;-webkit-transition: all .5s;background-image: 100% 100%;}
.HomeKeyan .HkeyanBox .item .tit{margin-top:10px;}
.HomeKeyan .HkeyanBox .item .tit h1{font-size: 18px;font-weight: normal;font-family: sans-serif;line-height: 25px;padding:10px 0;height:50px;}
.HomeKeyan .HkeyanBox .item .tit .dec{font-size: 14px;line-height: 25px;color:#999;}
.HomeKeyan .HkeyanBox .item .tit .date{;font-size: 14px;color:#999;margin-top:10px;}
.HomeKeyan .HkeyanBox .li{height:38px;line-height:42px;position:relative;padding-right:80px;padding-left:12px;}
.HomeKeyan .HkeyanBox .li:after{content:"";width:4px;height:4px;border-radius:50%;left:0;top:50%;margin-top:-2px;background:#113a7e;position:absolute;}
.HomeKeyan .HkeyanBox .li .tit{ display:block;text-overflow:ellipsis; white-space:nowrap; *white-space:nowrap; overflow:hidden; width:100%;}
.HomeKeyan .HkeyanBox .li .date{position:absolute;right:0;top:0;}
/* .HomeKeyan .HkeyanBox .slick-arrow{position: absolute;width:30px;height:30px;color:transparent;font-size: 0px;bottom:35px;z-index:999;}
.HomeKeyan .HkeyanBox .slick-arrow.slick-prev{background:url(../images/prev1.png) no-repeat center center;right:50px;}
.HomeKeyan .HkeyanBox .slick-arrow.slick-next{background:url(../images/next1.png) no-repeat center center;right:20px;} */
.HomeKeyan .HkeyanBox .item:hover .img span{transform: scale(1.1);-webkit-transform: scale(1.1);}

@media(max-width:768px){
	.HomeXueshu{width:100%;}
	.HomeXueshu .HxueshuBox .item .img{padding-top:74%;}

	.HomeKeyan{width:100%;margin-top:20px;}
	.HomeKeyan .HkeyanBox .item .img{padding-top:70%;}
	.HomeKeyan .HkeyanBox .item .tit h1{font-size: 15px;}
	.HomeXueshu .HxueshuBox .item .txt .con li span img{top:0;}

    .HomeKeyan .HkeyanBox .item{width:97%;margin-bottom:20px;}
.HomeKeyan .HkeyanBox .li{height:32px;line-height:32px;}
}
    .HomeKeyan .HkeyanBox .item .date{font-size:12px;}



/* Bottom */
.Bottom{background:#113a7e;}
.Bottom .KUaijieNav {padding:40px 0;border-bottom:1px solid rgba(255,255,255,0.1)}
.Bottom .KUaijieNav h1{font-size: 20px;font-weight: normal;font-family: sans-serif;color:#fff;margin-bottom:20px;}
.Bottom .KUaijieNav .dowebok li{display: inline-block;padding:0 40px;position: relative;font-size: 16px;}
.Bottom .KUaijieNav .dowebok li::before{content:'';display: block;width:1px;height:12px;background:rgba(255,255,255,0.2);position: absolute;left:0;top:50%;margin-top:-6px;}
.Bottom .KUaijieNav .dowebok li .ico{width:33px;height:33px;border-radius: 50%;background:rgba(0,0,0,0.2);line-height: 33px;text-align: center;display: inline-block;text-align: center;}
.Bottom .KUaijieNav .dowebok li a{color:#fff;}
.Bottom .KUaijieNav .dowebok li:first-child{padding-left:0;}
.Bottom .KUaijieNav .dowebok li:first-child::before{display: none;}

.str_wrap{background:none;}

.Bottom .Copy{padding:30px 0;color:#fff;opacity: 0.5;font-size: 14px;line-height: 28px;}
.Bottom .Copy a{color:#fff;}
.Bottom .Copy p span{display: inline-block;margin-right:40px;}

@media(max-width:768px){
	.Bottom .KUaijieNav{padding:20px 0;}
	.Bottom .KUaijieNav .dowebok li{padding:0 20px;font-size: 14px;}
	.Bottom .Copy{padding:10px 0;line-height: 25px;}
}


.nBanner .img{padding-top:360px;}
@media(max-width:1366px){
	.nBanner .img{padding-top:300px;}
}
@media(max-width:768px){
	.nBanner .img{padding-top:100px;}
}

.MainLeft{width:20%;margin-top:-40px;z-index:9;position: relative;}
.MainLeft .nNav{}
.MainLeft .nNav .tit{background:#113a7e;padding:35px 10px 35px 30px;}
.MainLeft .nNav .tit .cn{font-size: 30px;font-family: sans-serif;color:#fff;}
.MainLeft .nNav .tit .en{font-size: 12px;color:#fff;text-transform: uppercase;opacity: 0.3;display: none;}
.MainLeft .nNav ul{border:1px solid #d0d8e5;padding:20px;background:#fafafa;}
.MainLeft .nNav ul li{line-height: 60px;border-bottom:1px solid #eeeeee;padding:0 0px 0 0px;position: relative;font-size: 18px;font-family: sans-serif;}
.MainLeft .nNav ul li a{display: block;}
.MainLeft .nNav ul li:last-child{border-bottom:none;}
.MainLeft .nNav ul li::before{content:'';display: block;width:8px;height:8px;border-radius: 50%;box-sizing: border-box;border:2px solid #113a7e;position: absolute;left:-15px;top:50%;margin-top:-4px;opacity: 0;}

.MainLeft .nNav ul li::after{content:'';display: block;width:30px;height:30px;background:url(../images/jt.png) no-repeat center center;position: absolute;right:0;top:50%;margin-top:-15px;transform: translateX(-50px);-webkit-transform: translateX(-50px);opacity: 0;transition: all .5s;-webkit-transition: all .5s;}

.MainLeft .nNav ul li.on::before{opacity: 1;}
.MainLeft .nNav ul li.on::after{transform: translateX(0);-webkit-transform: translateX(0);opacity: 1;}
.MainLeft .nNav ul li.on a{color:#113a7e;}

.MainLeft .nNav ul li:hover::before{opacity: 1;}
.MainLeft .nNav ul li:hover::after{transform: translateX(0);-webkit-transform: translateX(0);opacity: 1;}


.MainRight{width:75%;padding:40px 0 80px 0;min-height:540px;}
.MainRight .nTit{border-bottom:1px solid #d0d8e5;line-height: 28px;margin-bottom:30px;}
.MainRight .nTit h1{font-size: 28px;font-family: sans-serif;color:#113a7e;padding-bottom:18px;}
.MainRight .nTit .Local{color:#999;font-size: 14px;}
.MainRight .nTit .Local a{color:#999;}
.MainRight .nTit .Local img{position: relative;top:-2px;}
.MainRight .nTit .Local a:last-child{color:#113a7e;}

@media(max-width:1024px){
	.MainLeft .nNav .tit{padding:25px 10px 25px 20px;}
	.MainLeft .nNav .tit .cn{font-size: 25px;}
	.MainLeft .nNav ul{padding:10px;}
	.MainLeft .nNav ul li{font-size: 16px;}
	.MainLeft .nNav ul li{padding-left:25px;}
	.MainLeft .nNav ul li::before{left:10px;}
}

@media(max-width:992px){
	.MainLeft{width:100%;margin-top: 20px;}
	.MainLeft .nNav .tit{padding:0 20px;height:40px;line-height: 40px;}
	.MainLeft .nNav .tit .cn{font-size: 16px;background:url(../images/next1.png) no-repeat right 5px center;}
	.MainLeft .nNav .tit .en{display: none;}
	.MainLeft .nNav ul {display: none;}
	.MainLeft .nNav ul li{line-height: 40px;font-size: 15px;}
	.MainRight{width:100%;}
	.MainRight .nTit h1{font-size: 20px;}
	.MainRight .nTit{line-height: 20px;margin-bottom:10px;}
}

@media(max-width:480px){
	.MainRight .nTit .Local{display: none;}
}



/* ��ϵ��� */
.About .AboutTit{margin:40px 0;}
.About .AboutTit span{;letter-spacing: 5px;font-size: 20px;text-transform: uppercase;color:#113a7e;}
.About .AboutTit h1{font-size: 34px;font-family: sans-serif;font-weight: normal;margin:10px 0 20px 0;}
.About .AboutTit b{display: block;width:20px;height:2px;background:#113a7e;}

.Content{font-family: sans-serif;line-height: 30px;color:#666;}
.About .num{margin:60px 0;}
.About .num .img{width:50%;padding-top:460px;}
.About .num .numbox{width:50%;}
.About .num .numbox ul::after{content:'';display: block;clear: both;}
.About .num .numbox ul li{width:50%;float:left;box-sizing: border-box;text-align: center;height:230px;display:flex;justify-content:center;align-items:center;flex-direction: column;background:#123b7b;color:#fff;}
.About .num .numbox ul li:nth-child(2){background:#294e88;}
.About .num .numbox ul li:nth-child(3){background:#0a326f;}
.About .num .numbox ul li p {margin:30px 0 20px 0;}
.About .num .numbox ul li p strong{font-size: 50px;;font-weight: normal;}
.About .num .numbox ul li p span{position: relative;margin-left:10px;top:-20px;font-weight: bold;font-size: 20px;}
.About .num .numbox ul li>span{opacity: 0.5;font-size: 14px;font-family: sans-serif;}
.About .num .numbox ul li:first-child p span{font-size: 16px;font-weight: normal;}


@media(max-width:992px){
	.About .AboutTit{margin:20px 0;}
	.About .AboutTit h1{font-size: 18px;margin:10px 0 20px 0;}
	.About .AboutTit span{font-size: 18px;}
	.Content{line-height: 25px;}
	.About .num .img{width:100%;padding-top:90%;}
	.About .num .numbox{width:100%;}
	.About .num .numbox ul li{height:190px;}
	.About .num .numbox ul li p strong{font-size: 30px;}
	.About .num .numbox ul li:first-child p span{font-size: 12px;}
	.About .num .numbox ul li p span{top:-10px;}
	.About .num .numbox ul li>span{display: block;padding:0 10px;line-height: 25px;height: 50px;}
	.About .num .numbox ul li p{margin:20px 0 10px 0;}
}

/* �����쵼 */
.Leader .item{margin-bottom:20px;padding:15px;background:#f8f8f8;padding-left:190px;position: relative;}
.Leader .item .img{width:150px;padding-top:200px;position: absolute;left:15px;top:15px;}
.Leader .item .img span{background-size: contain;}
.Leader .item .txt{padding:18px 10px;font-family: sans-serif;}
.Leader .item .txt h1{font-size: 18px;}
.Leader .item .txt p{font-size: 14px;color:#999;line-height: 22px;height:66px;margin-top:10px;}
.Leader .item .txt .con{margin-top:20px;padding-top:20px;border-top:1px dotted #c6c6c6;}
.Leader .item .txt .con ul::after{content:'';display: block;clear: both;}
.Leader .item .txt .con ul li{float:left;width:30%;font-size: 14px;color:#333;}
.Leader .item .txt .con ul li:first-child{width:40%;}
.Leader .item .txt .con ul li span{color:#999;}
.Leader .item .txt .con ul li span img{position: relative;margin-right:5px;top:-2px;}

@media(max-width:1024px){
	.Leader .item .txt .con ul li{width:100%;line-height: 35px;}
	.Leader .item .txt .con ul li:first-child{width:100%;}
}

@media(max-width:768px){
	.Leader .item{padding:5px;padding-left:110px;}
	.Leader .item .img{width:90px;left:10px;top:10px;padding-top:120px;}
	.Leader .item .txt{padding:5px 10px;}
	.Leader .item .txt p{height:auto;}
	.Leader .item .txt .con{padding-top:10px;line-height: 30px;}
	.Leader .item .txt .con ul li{line-height: 30px;}
	.Leader .item .txt h1{font-size: 16px;}
}


/* �����칫 */
.Xingzhengbg{}
.Xingzhengbg .item{
    width: 28%;
    float: left;
    margin-bottom: 20px;
    padding: 15px;
    background: #f8f8f8;
    padding-left: 190px;
    position: relative;
}
.Xingzhengbg .item a{cursor: auto;}
.Xingzhengbg .item:nth-child(2n+1){
    margin-right: 2%;
}
.Xingzhengbg .item .img {
    width: 150px;
    padding-top: 200px;
    position: absolute;
    left: 15px;
    top: 15px;
}
.Xingzhengbg .item .img span {
    background-size: contain;
}
.Xingzhengbg .txt {
    font-family: sans-serif;
}
.Xingzhengbg .txt h1 {
    font-size: 18px;
}

.Xingzhengbg .txt p {
    font-size: 15px;
    color: #999;
    line-height: 20px;
    height: 60px;
    margin-top: 10px;
 font-weight: bold;
}

.Xingzhengbg .txt .con {

    border-top: 1px dotted #c6c6c6;
}

.Xingzhengbg .txt .con ul li {
    float: left;
    width: 100%;
    font-size: 14px;
    color: #333;
    padding-top: 13px;
}

.Xingzhengbg .txt .con ul li span {
    color: #999;
}

.Xingzhengbg .txt .con ul li span img {
    position: relative;
    margin-right: 5px;
    top: -2px;
}
/* .Xingzhengbg table{width:100%;text-align: center;border-collapse: collapse;border-spacing: 0;border: 1px solid #e5e5e5;}
.Xingzhengbg table tr:first-child{background:#123b7b;color:#fff;}
.Xingzhengbg table tr td{padding:20px 10px;border:1px solid #e5e5e5;font-size: 18px;font-family: sans-serif;} */
@media(max-width:1366px){
    .Xingzhengbg .item{
        width: 27%;
    }
}
@media(max-width:1300px){
    .Xingzhengbg .item{
        width: 26%;
    }
}
@media(max-width:1224px){
    .Xingzhengbg .item{
        width: 76%;
    }
	/* .Xingzhengbg table tr td{font-size: 15px;padding:10px 5px;} */
}

@media(max-width:768px){
	/* .Xingzhengbg table tr td{font-size: 13px;}
	.Xingzhengbg table tr td:first-child{width:20%;} */
}

/* �����ƶ� */
.Guizhangzd .GuizhangzdBox .item{height:80px;line-height: 80px;border-bottom:1px dotted #cccccc;padding-right:100px;position: relative;}
.Guizhangzd .GuizhangzdBox .item p{padding-left:20px;position: relative;transition: all .5s;-webkit-transition: all .5s;font-family: sans-serif;font-size: 18px;}
.Guizhangzd .GuizhangzdBox .item p::before{content:'';display: block;width:6px;height:6px;border-radius: 50%;background:#113a7e;position: absolute;left:0;top:50%;margin-top:-3px;}
.Guizhangzd .GuizhangzdBox .item span{position: absolute;right:0;top:0;;}

.Guizhangzd .GuizhangzdBox .item:hover p{padding-left:30px;}

@media(max-width:1024px){
	.Guizhangzd .GuizhangzdBox .item{height:45px;line-height: 45px;}
	.Guizhangzd .GuizhangzdBox .item p{font-size: 15px;}
}

@media(max-width:768px){
	.Guizhangzd .GuizhangzdBox .item p{font-size: 14px;}
}


/* ������ */
.Workjb .WorkjbBox .item{height:80px;line-height: 78px;box-sizing: border-box;border:1px solid #ebebeb;background:#f8f8f8;margin-bottom:20px;padding-right:260px;position: relative;transition: all .5s;-webkit-transition: all .5s;}
.Workjb .WorkjbBox .item p{padding-left:36px;position: relative;font-family: sans-serif;font-size: 18px;}
.Workjb .WorkjbBox .item p::before{content:'';display: block;width:6px;height:6px;border-radius: 50%;background:#113a7e;position: absolute;left:20px;top:50%;margin-top:-3px;}
.Workjb .WorkjbBox .item ul{position: absolute;right:0;top:0;}
.Workjb .WorkjbBox .item ul li{display: inline-block;margin-left:-4px;padding:0 25px;position: relative;}
.Workjb .WorkjbBox .item ul li::before{content:"";display: block;width:1px;height:18px;background:#e8e8e8;position: absolute;left:0;top:50%;margin-top:-9px;}
.Workjb .WorkjbBox .item ul li:first-child:before{display: none;}
.Workjb .WorkjbBox .item ul li img{position: relative;margin-right:8px;top:-1px;}
.Workjb .WorkjbBox .item ul li a{color:#113a7e;}
.Workjb .WorkjbBox .item:hover{transform: translate3d(0,-3px,0);-webkit-transform: translate3d(0,-3px,0);box-shadow: 0 0 10px rgba(0,0,0,0.1);}

@media(max-width:1024px){
	.Workjb .WorkjbBox .item{height:50px;line-height: 48px;}
	.Workjb .WorkjbBox .item p{font-size: 15px;}
}

@media(max-width:480px){
	.Workjb .WorkjbBox .item{padding-right:0;height:auto;line-height: 30px;padding:10px 0;margin-bottom:10px;}
	.Workjb .WorkjbBox .item ul{position: static;}
}

/* ��֯���� */
.threeNav ul li{display: inline-block;padding-bottom:18px;font-size: 22px;font-family: sans-serif;font-weight: bold;margin-right:40px;position: relative;}
.threeNav ul li:after{content:'';display: block;width:100%;height:2px;background:#113a7e;position: absolute;bottom:-1px;left:0;transform: rotateY(90deg);-webkit-transform: rotateY(90deg);transition: all .5s;-webkit-transition: all .5s;}
.threeNav ul li:hover::after{transform: rotateY(0);-webkit-transform: rotateY(0);}
.threeNav ul li:hover a{color:#113a7e;}
.threeNav ul li.selected::after{transform: rotateY(0);-webkit-transform: rotateY(0);}
.threeNav ul li.selected a{color:#113a7e;}

.Zuzhijg .Part::after{content:'';display: block;clear: both;}
.Zuzhijg .Part {margin-left:-2%;}
.Zuzhijg .Part .item{width:48%;margin-left:2%;box-sizing: border-box;border:1px solid #ebebeb;padding:30px 30px 10px 30px;margin-bottom:20px;display: inline-block;}
.Zuzhijg .Part .item h1{font-size: 22px;}
.Zuzhijg .Part .item h1 span{font-size: 16px;font-weight: normal;color:#113a7e;display: inline-block;margin-left:10px;}
.Zuzhijg .Part .item p{font-size: 14px;line-height: 22px;color:#999;margin-top:20px;height:66px;overflow: auto;}
/* .Zuzhijg .Part1 .item{float:left;} */

.Zuzhijg .Part .item:first-child{
    width: 48%;display: block;
}


@media(max-width:1024px){
	.Zuzhijg .Part .item{padding:10px;}
	.Zuzhijg .Part .item h1{font-size: 16px;}
	.Zuzhijg .Part .item h1 span{font-size: 14px;}
	.Zuzhijg .Part .item p{margin-top:10px;}

	.threeNav ul li{font-size: 18px;margin-right:20px;}
}


@media(max-width:640px){
	.threeNav ul li{font-size: 16px;margin-right:10px;padding-bottom:10px;}
	.Zuzhijg .Part .item{width:98%;margin-bottom:10px;}
	.Zuzhijg .Part .item p{font-size: 13px;height:auto;}
}

/* ��֯����-ѧλ�㸺���� */
.Zuzhijg_1 .item{padding:40px 0;border-bottom:1px dotted #ccc;}
.Zuzhijg_1 .item h1{font-size: 20px;font-family: sans-serif;margin-bottom:20px;}
.Zuzhijg_1 .item h1 img{display: inline-block;margin-right:10px;position: relative;top:-1px;}
.Zuzhijg_1 .item ul::after{content:'';display: block;clear: both;}
.Zuzhijg_1 .item ul li{float:left;width:20%;font-size: 20px;color:#113a7e;font-weight: bold;font-family: sans-serif;}
.Zuzhijg_1 .item ul li:nth-child(2){display: none;}
.Zuzhijg_1 .item ul li:nth-child(3){width:35%;}
.Zuzhijg_1 .item ul li:nth-child(4){width:45%;}
.Zuzhijg_1 .item ul li span{color:#999;font-weight: normal;font-size: 16px;}
.Zuzhijg_1 .item ul li span img{position: relative;top:-2px;margin-right:5px;}


@media(max-width:1200px){
	.Zuzhijg_1 .item h1{font-size: 18px;}
	.Zuzhijg_1 .item ul li{font-size: 16px;}
	.Zuzhijg_1 .item ul li span{font-size: 14px;}
}

@media(max-width:640px){
	.Zuzhijg_1 .item{padding:20px 0;}
	.Zuzhijg_1 .item h1{margin-bottom:10px;font-size: 16px;}
	.Zuzhijg_1 .item ul li{width:50%;font-size: 14px;padding:3px 0;}
	.Zuzhijg_1 .item ul li:nth-child(3), .Zuzhijg_1 .item ul li:nth-child(4){width:100%;}
	.Zuzhijg_1 .item ul li span img{max-width:18px;max-height:18px}
}

/* ���Ŷ�̬ */
.News .NewsBox .item{margin-bottom:40px;}
.News .NewsBox .item .img{width:40%;padding-top:250px;}
.News .NewsBox .item .img span{transition: all .5s;-webkit-transition: all .5s;}
.News .NewsBox .item .txt{width:55%;padding-top:10px;}
.News .NewsBox .item .txt .date{color:#113a7e;;font-size: 22px;font-weight: bold;}
.News .NewsBox .item .txt h1{font-size: 20px;line-height: 30px;font-weight: normal;font-family: sans-serif;margin:20px 0 30px 0;}
.News .NewsBox .item .txt p{font-size: 14px;color:#999;line-height: 22px;}
.News .NewsBox .item .txt .more{font-size: 14px;color:#113a7e;font-family: sans-serif;font-weight: bold;margin-top:30px;}

.News .NewsBox .item:hover .img span{transform: scale(1.1);-webkit-transform: scale(1.1);}

@media(max-width:768px){
	.News .NewsBox .item .txt .date{font-size: 18px;}
	.News .NewsBox .item .txt h1{font-size: 18px;}
}

@media(max-width:640px){
	.News .NewsBox .item .img{width:100%;padding-top:60%;}
	.News .NewsBox .item .txt{width:100%;}
	.News .NewsBox .item .txt .date{font-size: 16px;}
	.News .NewsBox .item .txt h1{font-size: 16px;line-height: 25px;margin:10px 0;}
	.News .NewsBox .item .txt .more{margin-top:20px;}
}

/* ֪ͨ���� */
.Gonggao .GonggaoBox .item{padding:30px 0;padding-left:120px;position: relative;border-bottom:1px solid #e8e8e8;transition: all .5s;-webkit-transition: all .5s;}
.Gonggao .GonggaoBox .item .date{width:99px;border-right:1px solid #e8e8e8;position: absolute;left:0;top:30px;text-align: center;;}
.Gonggao .GonggaoBox .item .date p{font-size: 40px;font-weight: bold;color:#113a7e;}
.Gonggao .GonggaoBox .item .date span{font-size: 14px;color:#333;}
.Gonggao .GonggaoBox .item h1{font-size: 18px;font-family: sans-serif;margin-bottom:10px;padding-top:5px;font-weight: normal;}
.Gonggao .GonggaoBox .item p{font-size: 14px;color:#999;}
.Gonggao .GonggaoBox .item:hover{background:#f5f5f5;box-shadow: 0 10px 20px rgba(0,0,0,0.1);}

@media(max-width:640px){
	.Gonggao .GonggaoBox .item{padding:15px 0;padding-left:70px;}
	.Gonggao .GonggaoBox .item .date{top:15px;width:60px;}
	.Gonggao .GonggaoBox .item .date p{font-size: 25px;}
	.Gonggao .GonggaoBox .item .date span{font-size: 12px;}
	.Gonggao .GonggaoBox .item h1{font-size: 16px;margin-bottom:5px;padding-top:0;}
}

/* �������� */
.NewsInfo .InfoTit{padding:30px 0;text-align: center;border-bottom:1px dotted #ccc;margin-bottom:40px;}
.NewsInfo .InfoTit h1{font-size: 30px;font-family: sans-serif;line-height: 35px;font-weight: normal;max-width:850px;margin:0 auto;}
.NewsInfo .InfoTit p{margin-top:20px;font-size: 14px;color:#999;}
.NewsInfo .InfoBox{line-height: 30px;font-family: sans-serif;color:#666;}
.NewsInfo .InfoBox .img{text-align: center;margin:20px 0;}
.NewsInfo .NewsBtn{margin-top:50px;}
.NewsInfo .NewsBtn dl{font-family: sans-serif;}
.NewsInfo .NewsBtn dl::after{content:'';display: block;clear: both;}
.NewsInfo .NewsBtn dl dd{width:48%;float:left;margin-left:2%;box-sizing: border-box;padding:20px 40px;padding-left:110px;position: relative;background:#f7f7f7;font-size: 18px;line-height: 28px;}
.NewsInfo .NewsBtn dl dd a{color:#666;}
.NewsInfo .NewsBtn dl dd span{position: absolute;top:20px;left:40px;color:#000;}
.NewsInfo .NewsBtn dl dd:first-child span{color:#fff;}
.NewsInfo .NewsBtn dl dd:first-child{background:#113a7e;}
.NewsInfo .NewsBtn dl dd:first-child a{color:#c8d0dc;}

.NewsInfo .NewsBtn dl dd:hover span{color:#fff;}
.NewsInfo .NewsBtn dl dd:hover{background:#113a7e;}
.NewsInfo .NewsBtn dl dd:hover a{color:#c8d0dc;}

@media(max-width:1024px){
	.NewsInfo .InfoTit h1{font-size: 20px;line-height: 30px;}
	.NewsInfo .NewsBtn dl dd{font-size: 16px;line-height: 25px;}
}

@media(max-width:640px){
	.NewsInfo .InfoTit{padding:20px 0;margin-bottom:20px;}
	.NewsInfo .InfoTit h1{font-size: 16px;line-height: 24px;}
	.NewsInfo .InfoTit p{font-size: 13px;}
	.NewsInfo .InfoBox{line-height: 25px;}
	.NewsInfo .NewsBtn dl dd{width:98%;margin-bottom:10px;font-size: 14px;line-height: 22px;padding:20px;padding-left:80px;}
	.NewsInfo .NewsBtn dl dd span{left:20px;}
}

/* ʦ�ʶ��� */
.Teather .TeatherBox{margin-left:-2%;}
.Teather .TeatherBox .item{width:48%;margin-left:2%;float:left;margin-bottom:30px;background:#f5f5f5;padding-left:180px;position: relative;box-sizing: border-box;height:240px;}
.Teather .TeatherBox .item .img{width:180px;padding-top:240px;position: absolute;left:0;top:0;}
.Teather .TeatherBox .item .txt{height:240px;box-sizing: border-box;padding:30px;border:1px solid #f5f5f5;}
.Teather .TeatherBox .item .txt h1{font-size: 22px;color:#113a7e;font-family: sans-serif;font-weight: normal;}
.Teather .TeatherBox .item .txt .con{font-size: 14px;margin:20px 0 30px 0;}
.Teather .TeatherBox .item .txt .con .tit{color:#999;margin-bottom:10px;}
.Teather .TeatherBox .item .txt .con .dec{line-height: 25px;height:75px;overflow: hidden;}
.Teather .TeatherBox .item .txt .more{font-size: 14px;color:#113a7e;font-family: sans-serif;font-weight: normal;}
.Teather .TeatherBox .item:hover .txt{border:1px solid #113a7e;background:#fff;}

@media(max-width:1024px){
	.Teather .TeatherBox .item .txt{padding:15px;}
}

@media(max-width:640px){
	.Teather .TeatherBox .item{width:98%;margin-bottom:20px;padding-left:120px;height:160px;}
	.Teather .TeatherBox .item .img{width:120px;padding-top:160px;}
	.Teather .TeatherBox .item .txt{padding:10px;height:160px;}
	.Teather .TeatherBox .item .txt h1{font-size: 16px;}
	.Teather .TeatherBox .item .txt .con{margin:5px 0;font-size: 12px;}
	.Teather .TeatherBox .item .txt .con .tit{margin-bottom:5px;}
	.Teather .TeatherBox .item .txt .con .dec{line-height: 20px;height:60px;}
	.Teather .TeatherBox .item .txt .more{font-size: 12px;}
}

/* ʦ������ */
.TeatherInfo .TeaInfotit{margin-bottom:50px;}
.TeatherInfo .TeaInfotit .img{width:26%;}
.TeatherInfo .TeaInfotit .img .imgbox{padding-top:130%;}
.TeatherInfo .TeaInfotit .txt{width:70%;font-family: sans-serif;}
.TeatherInfo .TeaInfotit .txt .tit{padding:10px 0 20px 0;border-bottom:1px dotted #ccc;margin-bottom:30px;}
.TeatherInfo .TeaInfotit .txt .tit h1{font-size: 22px;color:#113a7e;font-weight: normal;}
.TeatherInfo .TeaInfotit .txt .tit p{color:#666;margin-top:10px;}
.TeatherInfo .TeaInfotit .txt ul::after{content:'';display: block;clear: both;}
.TeatherInfo .TeaInfotit .txt ul li{width:100%;float:left;margin-bottom:20px;}
.TeatherInfo .TeaInfotit .txt ul li span{color:#999;}
.TeatherInfo .TeaInfotit .txt ul li span img{position: relative;margin-right:5px;top:-1px;}
.TeatherInfo .TeaInfoBox .Part {margin-bottom:60px;}
.TeatherInfo .TeaInfoBox .Part .tit{border-bottom:1px solid #113a7e;padding-bottom:10px;margin-bottom:30px;}
.TeatherInfo .TeaInfoBox .Part .tit .cn{font-size: 26px;font-weight: bold;color:#113a7e;font-family: sans-serif;}
.TeatherInfo .TeaInfoBox .Part .tit .en{font-size: 14px;text-transform: uppercase;color:#999;display: none;}
.TeatherInfo .TeaInfoBox .Part .Content.ulhandle p{padding-left:20px;position: relative;margin-bottom:2px;}
.TeatherInfo .TeaInfoBox .Part .Content.ulhandle p::before{content:'';display: block;width:5px;height:5px;background:#113a7e;border-radius: 50%;position: absolute;left:0;top:12px;}


@media(max-width:640px){
	.TeatherInfo .TeaInfotit .txt{width:100%;margin-top:10px;}
	.TeatherInfo .TeaInfotit .txt .tit{padding-top:0;}
	.TeatherInfo .TeaInfotit .txt .tit h1{font-size: 16px;}
	.TeatherInfo .TeaInfotit .txt .tit{margin-bottom:10px;padding-bottom:10px;}
	.TeatherInfo .TeaInfotit .txt ul li{width:100%;margin-bottom:10px;}
	.TeatherInfo .TeaInfotit{margin-bottom:20px;}
	.TeatherInfo .TeaInfoBox .Part{margin-bottom:20px;}
	.TeatherInfo .TeaInfoBox .Part .tit .cn{font-size: 20px;}
	.TeatherInfo .TeaInfoBox .Part .tit .en{font-size: 12px;}
	.TeatherInfo .TeaInfoBox .Part .tit{padding-bottom:5px;margin-bottom:20px;}
	.TeatherInfo .TeaInfoBox .Part .Content ul li::before{top:9px;}
	.TeatherInfo .TeaInfoBox .Part .Content ul li{margin-bottom:5px;}
}


/* ѧ������ */
.Xueshubg .XueshubgBox{margin-left:-3%;}
.Xueshubg .XueshubgBox .item{width:30.33%;margin-left:3%;float:left;background:#f4f4f4;margin-bottom:30px;}
.Xueshubg .XueshubgBox .item .img{padding-top:130%;}
.Xueshubg .XueshubgBox .item .img span{transition: all .5s;-webkit-transition: all .5s;}
.Xueshubg .XueshubgBox .item .txt{padding:0 20px;}
.Xueshubg .XueshubgBox .item .txt .tit{padding:20px 0 0;border-bottom:1px solid #efefef;line-height: 22px;font-family: sans-serif;height: 44px;}
.Xueshubg .XueshubgBox .item .txt .con{padding:10px 0 20px 0;}
.Xueshubg .XueshubgBox .item .txt .con li{line-height: 32px;font-size: 14px;color:#000;font-family: sans-serif;}
.Xueshubg .XueshubgBox .item .txt .con li span{color:#999;font-family: sans-serif;display: inline-block;width:76px;}
.Xueshubg .XueshubgBox .item .txt .con li span img{display: inline-block;position: relative;margin-right:5px;top:-3px;width:15px;}
.Xueshubg .XueshubgBox .item:hover .img span{transform: scale(1.1);-webkit-transform: scale(1.1);}

@media(max-width:1024px){
	.Xueshubg .XueshubgBox .item{width:47%;}
}

@media(max-width:640px){
	.Xueshubg .XueshubgBox .item{width:97%;margin-bottom:10px;}
	.Xueshubg .XueshubgBox .item .txt{padding:0 10px;}
	.Xueshubg .XueshubgBox .item .txt .con li{line-height: 25px;}
	.Xueshubg .XueshubgBox .item .txt .tit{padding:10px 0;}
	.Xueshubg .XueshubgBox .item .txt .con li span img{top:0;}
}

/* �ĵ����� */
.MainRight_1{width:100%;}
.Worddown .WorddownBox{margin-left:-2%;}
.Worddown .WorddownBox .item{width:48%;margin-left:2%;float:left;box-sizing: border-box;padding:30px;padding-right:140px;position: relative;border:1px solid #f0f0f0;background:#f7f8f9;margin-bottom:30px;font-family: sans-serif;font-size: 18px;cursor: pointer;}
.Worddown .WorddownBox .item::before{content:'';display: block;width:2px;height:100%;background:#113a7e;position: absolute;left:0;top:0;}
.Worddown .WorddownBox .item .btn{width:100px;height:30px;line-height: 27px;border-radius: 30px;background:#113a7e;text-align: center;position: absolute;top:30px;right:30px;}
.Worddown .WorddownBox .item .btn a{font-size: 14px;color:#fff;}
.Worddown .WorddownBox .item:hover{background:#113a7e;}
.Worddown .WorddownBox .item:hover p{color:#fff;}
.Worddown .WorddownBox .item:hover .btn{background:rgba(255,255,255,0.2);}

@media(max-width:1024px){
	.Worddown .WorddownBox .item{padding:20px;padding-right:120px;font-size: 16px;}
	.Worddown .WorddownBox .item .btn{width:80px;height:25px;line-height: 25px;border-radius: 25px;font-size: 12px;top:20px;right:20px;}
}


@media(max-width:768px){
	.Worddown .WorddownBox .item{width:98%;margin-bottom:10px;font-size: 14px;padding:15px;padding-right:100px;}
	.Worddown .WorddownBox .item .btn{top:15px;right:10px;}
}

/* ѧ���������� */
.XueshuInfo .XsInfoTit{padding-right:200px;position: relative;font-family: sans-serif;}
.XueshuInfo .XsInfoTit .img{max-width:180px;position: absolute;right:0;top:10px;}
.XueshuInfo .XsInfoTit .txt h1{font-size: 22px;font-family: sans-serif;margin-bottom:10px;}
.XueshuInfo .XsInfoTit .txt ul li{padding-left:130px;position: relative;line-height: 30px;margin:10px 0;color:#666;}
.XueshuInfo .XsInfoTit .txt ul li span{color:#999;width:120px;text-align: right;position: absolute;top:0;left:0;}

.XueshuInfo .XsContent{margin-top:50px;}
.XueshuInfo .XsContent .Xstit{font-size: 22px;font-weight: bold;color:#113a7e;font-family: sans-serif;padding-bottom:10px;border-bottom:1px solid #e5e5e5;margin-bottom:20px;}

@media(max-width:768px){
	.XueshuInfo .XsInfoTit .txt h1{font-size: 18px;}
	.XueshuInfo .XsContent .Xstit{font-size: 18px;}
}

@media(max-width:640px){
	.XueshuInfo .XsInfoTit{padding-right:0;}
	.XueshuInfo .XsInfoTit .img{position: static;margin-bottom:10px;max-width:80px;}
	.XueshuInfo .XsInfoTit .txt ul li span{width:90px;}
	.XueshuInfo .XsInfoTit .txt ul li{padding-left:90px;margin:5px 0;line-height: 25px;}
}

/* �˲����� */
.Rencaiyj .Part1{}
.Rencaiyj .Part1 .PartLeft{width:55%;line-height: 30px;color:#666;}

.Rencaiyj .Part1 .PartRight{width:40%;box-sizing: border-box;padding:25px;background:#123b7b;}
.Rencaiyj .Part1 .PartRight .txt h1{font-size: 24px;color:#fff;margin-bottom:10px;}
.Rencaiyj .Part1 .PartRight .txt .con{font-size: 14px;line-height: 25px;opacity: 0.6;color:#fff;}
.Rencaiyj .Part1 .PartRight .txt .con p{margin-bottom:20px;}
.Rencaiyj .Part1 .PartRight .txt{border-bottom:1px solid rgba(255,255,255,0.1);margin-bottom:20px;}
.Rencaiyj .Part1 .PartRight ul li{line-height: 35px;font-size: 14px;color:#fff;}
.Rencaiyj .Part1 .PartRight ul li span{color:#90a8ce;}
.Rencaiyj .Part1 .PartRight ul li span img{position: relative;margin-right:5px;top:-2px;}
.Rencaiyj .Part1 .PartRight ul li strong{color:#68d6ff;;font-size: 20px;}
.Rencaiyj .Job{margin-top:50px;padding-top:40px;border-top:1px solid #e5e5e5;}
.Rencaiyj .Job .item{margin-bottom:10px;}
.Rencaiyj .Job .item .tit{height:60px;line-height: 60px;padding:0 55px 0 38px;background:#f6f6f6;position: relative;font-family: sans-serif;font-size: 18px;font-weight: bold;}
.Rencaiyj .Job .item .tit .more{width:35px;height:35px;background:url(../images/rdown.png) no-repeat center center;background-size: 100% 100%;position: absolute;right:20px;top:50%;margin-top:-17.5px;}
.Rencaiyj .Job .item.on .tit{background:#123b7b;color:#fff;}
.Rencaiyj .Job .item.on .tit .more{background:url(../images/rup.png) no-repeat center center;background-size: 100% 100%;}


.Rencaiyj .Job .item .con{border:1px solid #f0f0f0;padding:50px;display: none;box-shadow: 0 3px 10px rgba(0,0,0,0.1);}
.Rencaiyj .Job .item .con .box {margin-bottom:30px;}
.Rencaiyj .Job .item .con .box h1{font-size: 18px;font-family: sans-serif;margin-bottom:10px;}
.Rencaiyj .Job .item .con .box .dec{line-height: 25px;font-size: 14px;color:#666;}
.Rencaiyj .Job .item .con .box:last-child{margin-bottom:0;}


@media(max-width:768px){
	.Rencaiyj .Part1 .PartLeft{width:100%;}
	.Rencaiyj .Part1 .PartRight{width:100%;margin-top:20px;}
	.Rencaiyj .Part1 .PartRight .txt h1{font-size: 18px;}
}

@media(max-width:640px){
	.Rencaiyj .Part1 .PartLeft{line-height: 25px;}
	.Rencaiyj .Part1 .PartRight{padding:10px;}
	.Rencaiyj .Job .item .tit{height:45px;line-height: 45px;padding:0 40px 0 10px;font-size: 14px;}
	.Rencaiyj .Job .item .tit .more{width:28px;height:28px;right:10px;margin-top:-14px;}
	.Rencaiyj .Job .item .con{padding:10px;}
	.Rencaiyj .Job .item .con .box h1{font-size: 14px;}
	.Rencaiyj .Part1 .PartRight ul li span img{top:0;}
}

/* ��ҳ��ʽ */
.wp_paging{
	display: block;
    padding: 0;
    list-style: none;
    font-size: 14px;
    font-family: 'sans-serif', Verdana, Geneva, sans-serif;
    color: #494949;
    overflow: hidden;
    text-align: center;
    margin-left: 10%;
    line-height: 35px;
	float: none;
}

.wp_paging li {
    display: inline-block;
    float: left;
	line-height: 36px;
	height: 36px;
	margin-top: 50px;
}

.wp_paging li span,.wp_paging li a {
    display: inline-block;
    float: left;
    margin-left: 10px;
}
.wp_paging li a{
	cursor: pointer;
    color: #666;
    height: 34px;
    line-height: 34px;
}
.wp_paging li em {
    font-style: normal;
	color: #113a7e;
	font-weight: bold;
}
.wp_paging li.page_nav a span{
    width: 80px;
    border-radius: 5px;
    text-align: center;
	border: 1px solid #ebebeb;
	color: #666;
}

.wp_paging li.page_nav a span:hover{
    background-color: #113a7e;
	color: #fff;
	border: 1px #113a7e solid;
}

.wp_paging li input {
    font-size: 14px;
    *font-size: 100%;
    width: 50px;
    height: 34px;
    line-height: 34px;
    border: 1px solid #ebebeb;
    background: #fff;
    text-align: center;
	margin-top: 0;
}
.wp_paging li a.pagingJump:hover {
    color: #113e7f;
}
@media(max-width:992px){
	.wp_paging{
		margin-left: 30%;
	}
	.wp_paging li{
		margin-top: 0;
	}
	.wp_paging .pages_count{
		display: none;
	}
	.wp_paging .page_nav .first{
		display: none;
	}
	.wp_paging .page_nav .last{
		display: none;
	}
	.wp_paging li.page_nav a span{
		width: 66px;
		font-size: 12px;
	}
	.wp_paging .page_jump .pages{
		font-size: 12px;
	}
	.wp_paging .page_jump .pageNum{
		font-size: 12px;
		width: 50px;
	}
	.wp_paging .page_jump .pagingJump{
		font-size: 12px;
	}
}
@media(max-width:768px){
	.wp_paging{
		margin-left: 27%;
	}
}
@media(max-width:640px){
	.wp_paging{
		margin-left: 22%;
	}
}
@media(max-width:414px){
	.wp_paging{
		margin-left: 0%;
	}
}
/* ��������ƪ */
.NewsBtn .wp_artfuns .wp_art_adjoin span{
	height: 90px;
	float: left;
	line-height: 25px;
	padding-top: 10px;
}
.NewsBtn .wp_artfuns .wp_art_adjoin .prev{
    width: 10%;
    background: #f7f7f7;
	text-align: right;
}
.NewsBtn .wp_artfuns .wp_art_adjoin .prev-title{
    width: 38%;
    background: #f7f7f7;
	text-align: left;
	overflow-y: auto;
    overflow-x: hidden;
}
.NewsBtn .wp_artfuns .wp_art_adjoin .prev-title:hover a{
	color: blue;
}
.NewsBtn .wp_artfuns .wp_art_adjoin .next{
    width: 10%;
    background: #f7f7f7;
    margin-left: 20px;
	text-align: right;
	padding-left: 0;
}
.NewsBtn .wp_artfuns .wp_art_adjoin .next-title{
    width: 38%;
    background: #f7f7f7;
	text-align: left;
}
.NewsBtn .wp_artfuns .wp_art_adjoin .next-title:hover a{
	color: blue;
}
.NewsBtn .wp_artfuns .wp_art_adjoin span.active{
	background-color: #113a7e;

}

.NewsBtn .wp_artfuns .wp_art_adjoin span.active.prev{
	color: #fff;
}
.NewsBtn .wp_artfuns .wp_art_adjoin span.active.next{
	color: #fff;
}

.NewsBtn .wp_artfuns .wp_art_adjoin span.active.prev-title{
	color: #ced0dc;
}
.NewsBtn .wp_artfuns .wp_art_adjoin span.active.prev-title a{
	color: #ced0dc;
}
.NewsBtn .wp_artfuns .wp_art_adjoin span.active.next-title{
	color: #ced0dc;
}
.NewsBtn .wp_artfuns .wp_art_adjoin span.active.next-title a{
	color: #ced0dc;
}

@media(max-width:640px){

	.MainRight {
		padding: 40px 0;
		min-height: 400px;
	}
	.NewsInfo .NewsBtn{
		margin-top: 20px;
	}

	.NewsBtn .wp_artfuns .wp_art_adjoin .next-title{
		margin-top: 10px;
		width: 80%;
	}
	.NewsBtn .wp_artfuns .wp_art_adjoin .prev{
		width:20%;
	}
	.NewsBtn .wp_artfuns .wp_art_adjoin .prev-title{
		width: 80%;
		background: #f7f7f7;
		text-align: left;
		overflow-y: auto;
		overflow-x: hidden;
	}
	.NewsBtn .wp_artfuns .wp_art_adjoin .next{
		width:20%;
		margin-top: 10px;
		margin-left: 0;
	}
}


@media(max-width:500px){
	.NewsInfo .NewsBtn{
		margin-top: 10px;
	}
	.NewsBtn .wp_artfuns .wp_art_adjoin .next-title{
		margin-top: 10px;
		width: 80%;
	}
	.NewsBtn .wp_artfuns .wp_art_adjoin .prev-title{
		width: 80%;
	}
	.NewsBtn .wp_artfuns .wp_art_adjoin .next{
		margin-top: 10px;
		margin-left: 0;
	}
}

body{padding-top:201px;}
.Top{position: fixed;top:0;left:0;width:100%;z-index:9999;overflow:visible;}
.Header{position: fixed;width:100%;left:0;top:35px;z-index:10;background:#fff;box-shadow: 0 10px 10px rgba(0,0,0,0.1);}

.Top{transition: all .5s;-webkit-transition: all .5s;}
.Top.on{top:-35px;}

.Header{transition: all .5s;-webkit-transition: all .5s;}
.Header.on{height:60px;line-height: 60px;position: fixed;width:100%;top:0;left:0;background:#fff;box-shadow: 0 0 10px rgba(0,0,0,0.1);z-index:9999;padding:0;}
.Header.on .Logo{width:15%;}
.Header.on .Logo img{max-height:60px;}
.Header.on .MainNav{width:80%;margin-top:0;max-width:100%;}
.Header.on .MainNav ul li{width:7.6923%;margin-left:0;margin-right:0%;line-height: 60px;font-size: 16px;}
.Header.on .Search{padding-top:0}

body.on{padding-top:60px;}

@media(max-width:992px){
    body{padding-top:78px;}
    .Header{top:28px;}
    .Header.on{height:50px;line-height: 50px;}
    .Header.on .m-btn{top:9px;}
    .Header.on .MainNav{width:0;}
    .Header.on .MainNav.show{width:100%;}
    .Header.on .MainNav ul li{width:98%;}
 .Header.on .Search{padding-top:0}

    .NewsInfo .InfoBox img{width:100% !important;}
}
.Search {float: right;
    position: absolute;
    right: 45px;
    top: 0;
                float: right;
                padding: 13px 0 0 20px;
            }
            
            .Search .Searchico {
                cursor: pointer;
                color: #113a7e;
                text-align: center;
                display: none;
            }
.Search .Searchico .iconso img{width:17px;}
.Search .Searchico .icongb img{width:20px;}
            
            .Search .Searchico .icongb {
                display: none;
            }
            
            .Search .Searchico.on .icongb {
                display: inline-block;
            }
            
            .Search .Searchico.on .iconso {
                display: none;
            }
            
            .Search .Searchico .iconfont {
                font-size: 18px;
            }
            
            .Search .searchbox {
z-index:100;
line-height:35px;
                width: 350px;
                background: #fff;
                right: 0%;
                box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
                /* display: block !important; */
                position: absolute;
                top: 44px;
            }
            
            .Search .searchbox .input {
                width: 100%;
                height: 38px;
                line-height: 38px;
                text-indent: 1em;
            }
            
            .Search .searchbox .input::-webkit-input-placeholder {
                color: #959595;
            }
            
            .Search .searchbox .btn {
                position: absolute;
                right: 5px;
                top: 6px;
                width: 29px;
                background: none;
            }
.Search .searchbox .btn img{width:17px;}

@media(max-width:1024px){
.Search {    padding: 10px 12px 0 20px !important;}
.Header.on .Search {    padding: 0px 12px 0 20px !important;}
.Search .searchbox{right: -40px;}
.HomeBan{margin-top: 40px;}
}

@media(max-width:640px){
	.Top .Topul ul li:last-child{display: none;}
}

.xubox_bigimg img{width:100% !important;max-height:100% !important;height:auto !important;left:50% !important;top:50% !important;transform: translate(-50%,-50%);-webkit-transform: translate(-50%,-50%);}