*{
	margin: 0;
	padding: 0;
}
body{
	overflow-x: hidden;
	overflow-y:auto;
	*position:relative;
 	*left:0;
 	*top:0;
 	font-family: "微软雅黑";
 	background: #f4f0f0;
}
ul,li{
	list-style: none;
	margin: 0;
	padding: 0
}
.clear {
    clear:both; 
    height: 0; 
    line-height: 0; 
    font-size: 0;
}
.header{
	width: 100%;
	height:240px;
	background: url(../images/header.jpg) no-repeat; 
	background-size: cover;
}
.header .logo{
	width: 1090px;
	height: 240px;
	margin: 0 auto;
}
.header .logo img{
	margin-top: 70px;
}
.nav{
	width: 100%;
	height: 60px;
	background: #fff;
	border-bottom: 2px solid #277dd2;
}
.nav ul{
	width: 1080px;
	margin: 0 auto;
}
.nav ul li{
	width: 134px;
	height: 50px;
	float: left;
	padding-top: 13px;
	border-right:1px solid #ccc;
	text-align: center;
}
.nav ul li:last-child{
	border-right:none;
}
.nav ul li:hover{
	background: #2981d4;
	transition: all 0.9s; 
	-moz-transition: all 0.9s; 
	-webkit-transition: all 0.9s; 
	-o-transition: all 0.9s; 
}
.nav ul li a{
	color: #000;
	font-size: 18px;
}
.nav ul li:hover a{
	color: #fff;
}
.banner{
	width: 1080px;
	height: 430px;
	margin: 0 auto;
}
.banner .banner-left{
	width: 490px;
	height: 330px;
	float: left;
	margin-top: 45px;
	position: relative;
}
.banner .banner-right{
	width: 540px;
	height: 330px;
	float: left;
	margin-top: 45px;
	margin-left: 45px;
}
.banner .banner-left ul{
	width: 490px;
	height: 330px;	
}
.banner .banner-left ul li{
	width: 490px;
	height: 330px;
	float: left;	
}
.banner .banner-left ul li a {
    display: block;
    width: 100%;
    overflow: hidden;
}
.banner .banner-left .dots { 
	position: absolute; 
	right: 20px; 
	bottom: 27px;
}
.banner .banner-left .dots li 
{ 
	float: left;
	width: 10px; 
	height: 10px; 
	margin: 0 4px; 
	text-indent: -999em; 
	background: #fff; 
	cursor: pointer; 
	opacity: .4; 
	filter: alpha(opacity=40);
	-webkit-transition: background .5s, opacity .5s; 
	-moz-transition: background .5s, opacity .5s; 
	transition: background .5s, opacity .5s;
}
.banner .banner-left .dots li.active {
	background: #fff;
	opacity: 1;
	filter: alpha(opacity=100);
}
.banner .banner-left ul li img{
	z-index: -9999;
	position: absolute;
    width:490px;
    height: 330px;
}
.banner .banner-left ul li .bot{
	width: 490px;
	height: 60px;
	background: rgba(0,0,0,0.4);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#7f000000,endColorstr=#7f000000);
	margin-top: 270px;
	padding-top: 15px;
	padding-left: 15px;
}
.banner .banner-left ul li .bot a{
	color: #fff;
	font-size: 16px;
}
.banner .banner-left ul li .bot a:hover{
	color: #2981d4;
}
.banner .banner-right ul li{
	width: 540px;
	height: 35px;
	border-bottom: 1px dashed #ccc; 
	padding-top: 10px;
}
.banner .banner-right ul li span.icon{
	float: left;
	margin-top: 4px;
}
.banner .banner-right ul li span.word a{
	color: #4d4d4d;
	font-size: 16px;
	float: left;
	margin-left: 15px;
}
.banner .banner-right ul li span.time{
	color: #979797;
	font-size: 16px;
	float: right;
}
.banner .banner-right ul li span.word a:hover{
	color: #2981d4;
}
.cooper{
    width: 100%;
    height: 576px;
    background: #fff;
}
.cooper .box{
	width: 1080px;
	height: 540px;
	margin: 0 auto;
}
.cooper .box .head{
	width: 1080px;
	height: 80px;
}
.cooper .box .head h2{
	color:#2e76c7;
	font-size: 22px;
	padding-top: 32px;
}
.cooper .box .item {
    width: 520px;
    height: 410px;
    float: left;
    margin-right: 40px;
}
.cooper .box .item:last-child{
	margin-right: 0;
}
.cooper .box .item h2 {
    margin-top: 20px;
}

.cooper .box .item h2 a{
	color: #434343;
	font-size: 18px;
}
.cooper .box .item h2 a:hover{
	color: #2e76c7;
}
.cooper .box .item p {
    color: #434343;
    font-size: 14px;
    padding: 10px 0;
}
.cooper .box .item a.btn {
    color: #2e76c7;
    font-size: 14px;
}
.cooper .box .item a.btn:hover{
	color: #000;
}
.sz {
    width: 1080px;
    height: 490px;
    margin: 0 auto;
}
.sz .head{
	width: 1080px;
	height: 80px;
}
.sz .head h2{
	color:#2e76c7;
	font-size:22px;  
	padding-top: 35px;
	float: left;
}
.sz .head a{
	float: right;
	color:#2e76c7; 
	font-size:14px; 
	padding-top: 45px;
}
.sz .head a:hover{
	color: #000;
}
.sz .item{
	width:100%;
	height:356px;
	background: #fff;
	float: left;
	margin-top: 10px;
}	
.sz .item:last-child{
	margin-right: 0;
}

.sz .item img {
    float: left;
    width: 370px;
    height: 356px;
}
.sz .item .con {
    float: left;
    width: 710px;
    height: 356px;
}
.sz .item .con h2 a{
	color: #2e76c7;
	font-size:18px;
	margin-left: 22px;
}
.sz .item .con h2 a:hover{
	color: #000;
}
.sz .item .con h2 {
    padding-top: 20px;
    height: 42px;
    overflow: hidden;
    line-height: 42px;
}
.sz .item .con p {
    color: #575757;
    font-size: 14px;
    margin: 0px 22px;
    line-height: 30px;
    display: block;
}
.sz .item .con a.btn {
    color: #2e76c7;
    font-size: 14px;
    margin-left: 22px;
    line-height: 46px;
    display: block;
    font-weight: bold;
}
.sz .item .con a.btn:hover{
	color: #000;
}
.in_lm_btn {
    display: block;
    margin-left: 22px;
    overflow: hidden;
    margin-top: 22px;
}
.in_lm_btn a {
    display: block;
    width: 150px;
    height: 40px;
    line-height: 40px;
    float: left;
    margin-right: 20px;
    text-align: center;
    font-size: 16px;
    font-weight: bold;
    color: #fff;
    background: #2e76c7;
}
.sj{
	width: 100%;
	height: 420px;
	background: #fff;
}
.sj .box{
	width: 1080px;
	height: 420px;
	margin: 0 auto;
}
.sj .box .box-left{
	width: 703px;
	height: 420px;
	float: left;
}
.sj .box .box-right{
	width: 320px;
	height: 420px;
	float: left;
	margin-left: 55px;
}
.sj .box .box-left .head{
	width:703px;
	height: 85px;
}
.sj .box .box-left .head h2{
	color:#2e76c7;
	font-size: 22px; 
	float: left;
	padding-top:35px;
}
.sj .box .box-left .head a{
	color:#2e76c7;
	font-size: 14px;
	float: right; 
	margin-top: 43px;
}
.sj .box .box-left .head a:hover{
	color: #000;
}
.sj .box .box-left .item{
	width: 330px;
	height: 330px;
	float: left;
	margin-right: 39px;
}
.sj .box .box-left .item:last-child{
	margin-right: 0;
}
.sj .box .box-left .item p{
	text-align: center;
	margin-top: 25px;
}
.sj .box .box-left .item p a{
	color: #434343;
	font-size: 16px;
}
.sj .box .box-left .item p a:hover{
	color:#2e76c7;
}
.sj .box .box-right .head{
	width: 320px;
	height:85px;
}
.sj .box .box-right .head h2{
	color:#2e76c7;
	font-size: 22px; 
	float: left;
	padding-top:35px;
}
.sj .box .box-right ul li{
	width: 320px;
	height: 38px;
	background: #4682cb;
	margin-bottom:5px; 
}
.sj .box .box-right ul li span.icon{
	float: left;
	padding-top: 8px;
	margin-top: 8px;
	margin-left: 15px;
}
.sj .box .box-right ul li span.word a {
    color: #fff;
    font-size: 16px;
    float: left;
    margin-left: 10px;
    line-height: 38px;
    display: block;
}
.sj .box .box-right ul li span.f {
    color: #fff;
    float: right;
    font-size: 24px;
    margin-right: 15px;
    line-height: 38px;
}
.sj .box .box-right ul li:hover{
	background: #6dadfb;
	transition: all 0.7s;
	-moz-transition: all 0.7s;
	-webkit-transition: all 0.7s;
	-o-transition: all 0.7s;
}
.footer{
	width: 100%;
	height: 90px;
	background:#2275ce; 
}
.footer .box{
	width: 1080px;
	height: 90px;
	margin: 0 auto;
}
.footer .box p{
	color: #fff;
	font-size: 14px;
	text-align: center;
	padding-top:40px; 
}

/*unit.html*/
.un-content{
	width: 100%;
	background: #fff;
	padding-bottom: 150px;
}
.un-content .box{
	width: 1080px;
	margin: 0 auto;
}
.un-content .box .head{
	width: 1080px;
	height: 85px;
	border-bottom: 1px solid #ccc;
overflow: hidden;
}
.un-content .box .head h2{
color:#2275ce;
	font-size: 22px;
	padding-top: 45px;
	border-bottom: 2px solid #2275ce;
	float: left;
}
.un-content .box .head p{
	float: right;
	color: #717171;
	font-size: 14px;
	padding-top: 50px;
}
.un-content .box .head p span a{
	color: #717171;
	font-size: 14px;
	margin-right: 5px;
	margin-left: 5px;
}
.un-content .box .head p span a:hover{
	color:#2275ce;
}
.un-content .box .con{
	width: 1080px;
	margin-top: 50px;
}
.un-content .box .con .item{
	width:520px;
	height: 470px;
	float:left;
	margin-right: 40px;
}
.un-content .box .con .item:nth-child(3n+3){
	margin-right: 40px;
}
.un-content .box .con .item h2 a{
	color:#434343;
	font-size: 18px;
}
.un-content .box .con .item h2 a:hover{
	color:#2e76c7; 
}
.un-content .box .con .item h2{
	margin-left: 22px;
	margin-top: 10px;
}
.un-content .box .con .item p{
	color:#434343;
	font-size: 14px;
	padding: 10px 22px;
}
.un-content .box .con .item a.btn{
	padding-left: 22px;
	color:#2e76c7;
	font-size: 14px; 
}
.un-content .box .con .item a.btn:hover{
	color: #000;
}

/*survey.html*/
.sur-con {
    width: 1080px;
    position: relative;
    font-size: 14px;
    color: #333;
    line-height: 32px;
    padding: 16px 0;
}
.sur-con .left{
	width: 410px;
	height: 440px;
	clear:both;
	float: left;
	margin-top: 20px;
	margin-right: 55px;
}
.sur-con .left img{
	margin-top: 20px;
}
.sur-con .right{
	padding-top: 20px;
}
.sur-con .right p{
	padding-top: 20px;
	color: #000;
	font-size: 16px;
	line-height: 38px;
}

/*constru.html*/
.stru-content{
	width: 100%;
	background: #fff;
}
.stru-content .box{
	width:1080px;
	margin: 0 auto ; 
	padding-top: 50px;
}
.stru-content .box .box-left{
	width: 245px;
	float: left;
	margin-bottom:120px;
}
.stru-content .box .box-right{
	width:800px;
	float: right;
	margin-bottom: 40px; 
}
.stru-content .box .box-left h2{
	width: 210px;
	height:47px; 
	background: #2275ce;
	color: #fff;
	font-size: 18px;
	padding-top: 13px;
	padding-left: 35px;
}
.stru-content .box .box-left ul li{
	width: 245px;
	height: 47px;
	background: #ebebeb;
	margin-top: 3px;
	padding-top: 13px;
}
.stru-content .box .box-left ul li a{
	color: #000;
	font-size: 18px;
	margin-left: 35px;
}
.stru-content .box .box-left ul li:hover{
	background: #2275ce;
	transition: all 0.7s;
	-moz-transition: all 0.7s;
	-webkit-transition: all 0.7s;
	-o-transition: all 0.7s;
}
.stru-content .box .box-left ul li:hover a{
	color: #fff;
	transition: all 0.7s;
	-moz-transition: all 0.7s;
	-webkit-transition: all 0.7s;
	-o-transition: all 0.7s;
}
.stru-content .box .box-right .head{
	height: 50px;
	border-bottom: 1px solid #ccc;
}
.stru-content .box .box-right .head h2{
	color:#2275ce;
	font-size: 22px; 
	padding-top: 10px;
	border-bottom: 2px solid #2275ce;
	float: left;
}
.stru-content .box .box-right .head p{
	float: right;
	margin-top: 15px;
	color: #717171;
	font-size: 14px;
}
.stru-content .box .box-right .head p span a{
	color: #717171;
	font-size: 14px;
	margin-right: 5px;
	margin-left: 5px;
}
.stru-content .box .box-right .head p span a:hover{
	color:#2275ce; 
}
.stru-content .box .box-right p{
	color:#2c2c2c;
	font-size: 16px; 
	margin-top: 20px;
	line-height: 2.3em;
}
.stru-content .box .box-right img{
	margin: 20px 0;
}

/*dyna.html*/
.dyna{
	width: 1080px;
	margin-top: 15px;
}
.dyna ul li{
	width:1080px;
	height: 40px;
	border-bottom: 1px dashed #ccc;
	padding-top: 20px; 
}
.dyna ul li span.icon{
    float: left;
    margin-top: 12px;
}
.dyna ul li span.word a{
	color:#313131;
	font-size: 16px;
	margin-left: 15px; 
}
.dyna ul li span.time{
	float: right;
	color: #8d8d8d;
	font-size: 16px;
}
#page {
	padding-top: 60px;
    margin: 0 auto;
    color: #666;
    display: block;
    text-align: center;
}
#page li {
    display: inline-block;
    min-width: 30px;
    height: 28px;
    cursor: pointer;
    color: #666;
    font-size: 13px;
    line-height: 28px;
    background-color: #f9f9f9;
    border: 1px solid #dce0e0;
    text-align: center;
    margin: 0 4px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

.xl-nextPage,
.xl-prevPage {
    width: 60px;
    color: #0073A9;
    height: 28px;
}

#page li.xl-disabled {
    opacity: .5;
    cursor: no-drop;
}

#page li.xl-active {
    background-color: #0073A9;
    border-color: #0073A9;
    color: #FFF
}

/*teach.html*/
.tea-con .item{
	width: 798px;
	height: 220px;
	border: 1px solid #ccc;
	margin-top: 20px;
}
.stru-content .box .box-right .tea-con .item img{
	margin:0;
}
.tea-con .item img{
	width:230px;
	height: 220px; 
	float: left;
}
.tea-con .item .con-right{
	width: 568px;
	float: left;
    padding-top: 20px;
}
.tea-con .item .con-right h2{
	width: 568px;
	float: left;
}
.tea-con .item .con-right h2 a{
	color:#2e76c7;
	font-size: 16px; 
	margin-left: 22px;
}
.tea-con .item .con-right h2 a:hover{
	color: #000;
}
.stru-content .box .box-right .tea-con .item .con-right p{
	color:#575757;
	font-size: 14px;
	line-height: 2em;
	padding: 10px 22px;
	padding-left: 22px;
}
.tea-con .item a.btn{
	color:#2e76c7;
	font-size: 14px;
	margin-left: 22px;
}
.tea-con .item a.btn:hover{
	color: #000;
}

/*practice.html*/
.pra-content{
	width: 1080px;
	margin-top: 20px;
}
.pra-content .item{
	width: 330px;
	height: 300px;
	float: left;
	margin-right: 42px;
	margin-top: 15px;
}
.pra-content .item:nth-child(3n+3){
	margin-right: 0;
}
.pra-content .item p{
	padding-top: 20px;
	text-align: center;
}
.pra-content .item p a{
	color: #434343;
	font-size: 16px;
	
}
.pra-content .item p a:hover{
	color:#2e76c7;
}

/*news.html*/
.news-content{
	width: 1080px;
}
.news-content .news-top{
	padding: 20px 0;
	border-bottom:1px solid #ccc; 
}
.news-content .news-top h2{
	text-align: center;
	color: #4c4c4c;
	font-size: 28px;
}
.news-content .news-top p{
	color:#848484;
	font-size: 14px; 
	text-align: center;
	margin-top: 20px;
}
.news-content .news-bottom{
	margin-top: 20px;
}
.news-content .news-bottom p{
	color: #424242;
	font-size:16px;
	line-height: 2em;
}

.hzdw{
    display: block;
    width: 100%;
    overflow: hidden;
    margin-bottom: 20px;
}
.tplist {
    display: block;
    width: 100%;
    overflow: hidden;
    margin-bottom: 20px;
}
.tpy{
    display: block;
    width: 100%;
    overflow: hidden;
    margin-bottom: 20px;
}

/***************/
.sj-un-content{
	width: 100%;
	background: #fff;
	padding-bottom: 150px;
}
.sj-un-content .box {
    width: 1080px;
    margin: 0 auto;
    padding-top: 50px;
    overflow: hidden;
}
.sj-un-content .box-left {
    width: 245px;
    float: left;
    margin-bottom: 120px;
}


.sj-un-content .box-right{
	width:800px;
	float: right;
	margin-bottom: 40px; 
}
.sj-un-content .box-left h2{
	width: 210px;
	height:47px; 
	background: #2275ce;
	color: #fff;
	font-size: 18px;
	padding-top: 13px;
	padding-left: 35px;
}
.sj-un-content .box-left ul li{
	width: 245px;
	height: 47px;
	background: #ebebeb;
	margin-top: 3px;
	padding-top: 13px;
}
.sj-un-content .box-left ul li a{
	color: #000;
	font-size: 18px;
	margin-left: 35px;
}
.sj-un-content .box-left ul li:hover{
	background: #2275ce;
	transition: all 0.7s;
	-moz-transition: all 0.7s;
	-webkit-transition: all 0.7s;
	-o-transition: all 0.7s;
}
.sj-un-content .box-left ul li:hover a{
	color: #fff;
	transition: all 0.7s;
	-moz-transition: all 0.7s;
	-webkit-transition: all 0.7s;
	-o-transition: all 0.7s;
}
.sj-un-content .box-right .head{
	height: 50px;
	border-bottom: 1px solid #ccc;
}

.sj-un-content .box .head h2{
	color:#2275ce;
	font-size: 22px;
	padding-top: 10px;
	border-bottom: 2px solid #2275ce;
	float: left;
}
.sj-un-content .box .head p{
	float: right;
	color: #717171;
	font-size: 14px;
	padding-top: 10px;
}
.sj-un-content .box .head p span a{
	color: #717171;
	font-size: 14px;
	margin-right: 5px;
	margin-left: 5px;
}
.sj-un-content .box .head p span a:hover{
	color:#2275ce;
}
.sj-un-content .box .con{
	width: 1080px;
	margin-top: 50px;
}
.sj-un-content .box .con .item{
	width:330px;
	height: 410px;
	border: 1px solid #ccc; 
	float:left;
	margin-right: 42px;
}
.sj-un-content .box .con .item:nth-child(3n+3){
	margin-right: 0;
}
.sj-un-content .box .con .item h2 a{
	color:#434343;
	font-size: 18px;
}
.sj-un-content .box .con .item h2 a:hover{
	color:#2e76c7; 
}
.sj-un-content .box .con .item h2{
	margin-left: 22px;
	margin-top: 10px;
}
.sj-un-content .box .con .item p{
	color:#434343;
	font-size: 14px;
	padding: 10px 22px;
}
.sj-un-content .box .con .item a.btn{
	padding-left: 22px;
	color:#2e76c7;
	font-size: 14px; 
}
.sj-un-content .box .con .item a.btn:hover{
	color: #000;
}

.sj-un-content .sj_dyna{
	width: 800px;
	margin-top: 15px;
}
.sj-un-content .sj_dyna ul li{
	width:800px;
	height: 40px;
	border-bottom: 1px dashed #ccc;
	padding-top: 20px; 
}
.sj-un-content .sj_dyna ul li span.icon{
	float: left;
margin-top: 12px;

}
.sj-un-content .sj_dyna ul li span.word a{
	color:#313131;
	font-size: 16px;
	margin-left: 15px; 
}
.sj-un-content .sj_dyna ul li span.time{
	float: right;
	color: #8d8d8d;
	font-size: 16px;
}

/*********************/
.page {
    display: block;
    margin-top: 20px;
    width: 100%;
    overflow: hidden;
}
.defaultButtonStyle {
    width: 88px;
    margin-right: 10px;
}
.defaultInputStyle {
    font-size: 12px;
    font-family: 微软雅黑;
    color: rgb(0, 0, 0);
    line-height: 14px;
    width: 56px;
    height: 18px;
    border-width: 1px;
    border-style: solid;
    border-color: rgb(204, 204, 204);
    border-image: initial;
    padding: 0px 10px;
    margin: 0px 8px 0px 4px !important;
}