/* CSS Document */
@charset "utf-8";
* { margin:0; padding:0;  }
body  { font:14px/1.5 "Microsoft Yahei"; color:#333; cursor:default; }
img { border:0px; vertical-align: top; }
ul,ol { list-style-type:none; }
table { border-collapse:collapse; border-spacing:0; }
input,textarea,select { font:14px/1 "Microsoft Yahei"; color:#555; outline:0; }
textarea { resize:none; overflow:auto; }
input[type='checkbox'], input[type='radio'] { vertical-align:-2px; margin-right:5px; }
h1,h2,h3,h4,h5,h6,font { font-size:14px; }
a { color:#333; text-decoration:none; cursor:pointer; }
a:hover,a:active { color:#e0272c; }
em {font-style: normal;}
h3,h4 {font-weight: 400;}
input::-webkit-input-placeholder, textarea::-webkit-input-placeholder { color:#e5e5e5; }
input:-moz-placeholder, textarea:-moz-placeholder { color:#e5e5e5; }
input::-moz-placeholder, textarea::-moz-placeholder { color:#e5e5e5; }
input:-ms-input-placeholder, textarea:-ms-input-placeholder { color: #e5e5e5; } 
.clearfix:after { content:""; clear:both; font-size:0px; line-height:0px; display:block; width:100%; height:1px; }
.hidden { display:none; }
.center { text-align:center; }
.autocut { overflow:hidden; text-overflow:ellipsis; white-space:nowrap; word-break:break-all; }
.ease { -webkit-transition:all ease 300ms; -moz-transition:all ease 300ms; -ms-transition:all ease 300ms; -o-transition:all ease 300ms; transition:all ease 300ms; }
a {-webkit-transition:all ease 300ms; -moz-transition:all ease 300ms; -ms-transition:all ease 300ms; -o-transition:all ease 300ms; transition:all ease 300ms;}
.noease, .noease * { -webkit-transition:none; -moz-transition:none; -ms-transition:none; -o-transition:none; transition:none; }
.wrap { width:1200px; margin:0 auto; position:relative; }
td{border: 1px solid #000;}
body{
	max-width: 100%;
	overflow-x: hidden;
	background: #eaeaea;
}

/*public head start*/
.p-header{
	position: relative;
	z-index: 9999;
	width: 100%;
	height: 120px;
	background: #fff;
}
.p-header .topBar{
	width: 100%;
	height: 35px;
	border-bottom: 1px solid #e8e5e5;
}
.p-header .topBar p{
	float: left;
	line-height: 35px;
	font-size: 12px;
	color: #717070;
}
.p-header .topBar .right{
	float: right;
	line-height: 35px;
	margin-right: 20px;
}
.p-header .topBar .right .tag{
	float: left;
}
.p-header .topBar .right .tag a{
	display: block;
	float: left;
	font-size: 12px;
	line-height: 35px;
	color: #000;
	margin: 0 10px;
}
.p-header .topBar .right .tel{
	float: left;
}
.p-header .topBar .right .tel span{
	float: left;
	font-size: 12px;
	line-height: 35px;
	color: #000;
	margin-left: 10px;
}
.p-header .topBar .right .tel .Tel2{
	font-size: 15px;
	font-weight: 400;
	color: #be1c2b;
}
.p-header .menuBox{
	width: 1200px;
	margin: 0 auto;
}
.p-header .menuBox h1{
	float: left;
}
.p-header .menuBox h1 img{
	display: block;
	width: 350px;
	height: 75px;
}
.p-header .menuBox .menuList{
	float: right;
	width: 800px;
	height: 55px;
	margin-top: 25px;
}
.p-header .menuBox .menuList li{
	float: left;
	position: relative;
	height: 40px;
	margin: 0 20px;
}
.p-header .menuBox .menuList .on{
	border-bottom: 1px solid #db3740;
} 
.p-header .menuBox .menuList li a{
	display: block;
	font-size: 15px;
	line-height: 40px;
	color: #000;
	width: 100%;
}
.p-header .menuBox .menuList li a:hover{
	color: #db3740;
}
.p-header .menuBox .menuList li .nav{
	position: absolute;
    left: 0;
    top: 40px;
    width: 200%;
    margin-left: -40%;
    background: #e8e2df;
    display: none;
}
.p-header .menuBox .menuList li .nav a{
	display: block;
    width: 100%;
    height: 36px;
    text-align: center;
    font-size: 14px;
    color: #000;
    line-height: 36px;
    border-bottom: 1px solid #fff;
}
.p-header .menuBox .menuList li .nav a:hover{
	background: #a2a5a4;
}

.renzi{
	margin: 0 auto;
	padding: 0;
}
.renzi img{
	width: 100%;
}
/*banner*/
.i-banner {
	position:relative;
	width:100%;
	height:500px;
	overflow:hidden;
}
.i-banner ul {
	width:100%;
	height:100%;
}
.i-banner ul li {
	width:100%;
	height:500px;
}
.i-banner .flexslider {
	position:relative;
	height:500px;
}
.i-banner .flex-control-nav {
	bottom:20px;
	z-index:999;
}
.flex-control-paging li a {
	width: 50px !important;
	height: 6px !important;
	background: #fff !important;
}
.flex-control-paging li a.flex-active {
	background: #006CB1 !important;
}
/*.i-banner .search {
	position: absolute;
	left: 50%;
	top: 50%;
	z-index: 99;
	width: 540px;
	height: 68px;
	margin-left: -270px;
	margin-top: -34px;
}
.i-banner .search .srBox {
	width: 100%;
	height: 36px;
}
.i-banner .search .srBox form {
	width: 100%;
	height: 36px;
}
.i-banner .search .srBox .keyword {
	float: left;
	width: 430px;
	height: 36px;
	padding-left: 36px;
	background: #fff url(../images/search-bg.png) left center no-repeat;
	border: 0;
}
.i-banner .search .srBox .btn {
	float: right;
	width: 70px;
	height: 36px;
	background: #EC6844;
	cursor: pointer;
	border: none;
	font-size: 16px;
	color: #fff;
}
.i-banner .search .tag {
	width: 540px;
	height: 22px;
	background: #57565A;
	margin-top: 6px;
}
.i-banner .search .tag * {
	font-size: 12px;
	color: #fff;
	line-height: 20px;
}
.i-banner .search .tag span {
	margin: 0 5px;
}*/
/*kc*/
.m-kcpx{
	width: 100%;
	height: 500px;
	background: #eaeaea;
}
.m-kcpx .kcBd{
	width: 1200px;
	height: 500px;
	display: block;
	position: relative;
	margin-top: 40px;
	border-bottom: 1px solid #20847f;
}

.m-kcpx .kcBd .m-left{
	width: 320px;
	float: left;
	display: block;
	background: #eaeaea;
}
.m-kcpx .kcBd .m-left .m-info{
	padding: 15px;
	margin-bottom: 15px;
	height: 200px;
	background: #fff;
	overflow: hidden;
	box-shadow: 3px 3px 5px rgba(0,0,0,0.25);
}
.m-kcpx .kcBd .m-left .m-info .m-title{
	display: block;
	overflow: hidden;
	width: 100%;
	margin-bottom: 5px;
	border-bottom: 1px solid #cac2c2;
}
.m-kcpx .kcBd .m-left .m-info .m-title h4{
	display: block;
	float: left;
	font-size: 16px;
}
.m-kcpx .kcBd .m-left .m-info .m-title .more{
	display: block;
	float: right;
	background: url(../images/pg-index-ico.png)right no-repeat;
}
.m-kcpx .kcBd .m-left ul{
	width: 100%;
}
.m-kcpx .kcBd .m-left ul li{
	width: 100%;
	height: 26px;
	line-height: 26px;
}
.m-kcpx .kcBd .m-left .xTitle{
	display: block;
	float: left;
}
.m-kcpx .kcBd .m-left ul li em{
	display: block;
	float: right;
	font-size: 10px;
	color: #828282;
}
.m-kcpx .kcBd .m-right{
	position: relative;
	display: block;
	width: 860px;
	height: 450px;
	float: right;
}
.m-kcpx .kcBd .m-right .m-kxTit{
	position: relative;
	width: 860px;
	height: 50px;
	background: #fff;
	margin-bottom: 10px;
	box-shadow: 3px 3px 5px rgba(0,0,0,0.25);
}
.m-kcpx .kcBd .m-right .m-kxTit .m-kcTit{
	position: relative;
    padding: 15px 10px;
    height: 20px;
}

.m-kcpx .kcBd .m-right .m-kxTit h4{
	font-size: 16px;
	border-left: 6px solid #20847f;
	padding: 0 0 0 15px;
	height: 20px;
	line-height: 20px;
	font-weight: 600;
}
.m-kcpx .kcBd .m-right ul{
	width: 110%;
}
.m-kcpx .kcBd .m-right ul li{
	float: left;
	width: 205px;
    height: 200px;
    margin-right: 13px;
    margin-bottom: 15px;
    background: #FFFFFF;
    text-align: center;
    box-shadow: 3px 3px 5px rgba(0,0,0,0.25); 
}
.m-kcpx .kcBd .m-right ul li img{
	width: 94%;
	height: 160px;
	padding: 5px;
}
/*kaiban*/
.m-kbsj{
	width: 100%;
	height: 340px;
	background: #eaeaea;
}
.m-kbsj .m-kbsj{
	width: 1200px;
	height: 340px;
	display: block;
	position: relative;
	margin-top: 20px;
	border-bottom: 1px solid #20847f;
}
.m-kbsj .m-kbsj .kbList{
	width: 860px;
	height: 300px;
	float: right;
}
.m-kbsj .m-kbsj .kbList .xTable {
	width: 860px;
	background: #fff;
	overflow: hidden;
}
.m-kbsj .m-kbsj .kbList .xTable table tbody tr td{
	width: 234px;
	height: 50px;
	text-align: center;
	border: 1px solid  #20847f;
}
.m-kbsj .m-kbsj .kbList .xTable table tbody tr .x1{
	background: #ee7f22;
	color: #fff;
	font-weight: 600;
	font-size: 16px;
}
.m-kbsj .m-kbsj .kbList .m-kbTit{
	width: 860px;
	height: 50px;
	background: #fff;
	position: relative;
	margin-bottom: 10px;
	box-shadow: 3px 3px 5px rgba(0,0,0,0.25);
}
.m-kbsj .m-kbsj .kbList .m-kbTit .m-kctime{
	position: relative;
	height: 20px;
	padding: 15px 10px;
}
.m-kbsj .m-kbsj .kbList .m-kbTit .m-kctime h4{
	border-left: 5px solid #20847f;
	padding: 0 0 0 15px;
	height: 20px;
	line-height: 20px;
	font-size: 16px;
	font-weight: 600;
}
.m-kbsj .m-kbsj .kb-right{
	position: relative;
	float: left;
	width: 290px;
	height: 285px;
	background: #fff;
	display: block;
	overflow: hidden;
	padding: 15px;
	box-shadow: 3px 3px 5px rgba(0,0,0,0.25);
}
.m-kbsj .m-kbsj .kb-right .m-title{
	display: block;
    overflow: hidden;
    width: 100%;
    margin-bottom: 5px;
    border-bottom: 1px solid #cac2c2;
}
.m-kbsj .m-kbsj .kb-right .m-title h4{
	display: block;
	float: left;
	font-size: 16px;
}
.m-kbsj .m-kbsj .kb-right .m-title .more{
	display: block;
	float: right;
	background: url(../images/pg-index-ico.png)right no-repeat;
}
.m-kbsj .m-kbsj .kb-right ul{
	width: 100%;
}
.m-kbsj .m-kbsj .kb-right ul li{
	height: 30px;
	line-height: 30px;
}
.m-kbsj .m-kbsj .kb-right .xTitle{
	display: block;
	float: left;
}
.m-kbsj .m-kbsj .kb-right ul li em{
	display: block;
	float: right;
	font-size: 10px;
	color: #828282;
}
/*haibao*/
.m-haibao{
	width: 100%;
	margin-top: 20px;
}
.m-haibao img{
	width: 100%;
}
/*xueyuan*/
.m-xyzx{
	width: 100%;
	height: 585px;
	background: #eaeaea;
}
.m-xyzx .m-Student{
	width: 1200px;
	height: 585px;
	display: block;
	position: relative;
	margin-top: 20px;
	border-bottom: 1px solid #20847f;
}
.m-xyzx .m-Student .m-sTit{
	width: 100%;
	height: 50px;
	background: #fff;
	box-shadow: 3px 3px 5px rgba(0,0,0,0.25);
}
.m-xyzx .m-Student .m-sTit .m-sTitle{
	display: block;
	position: relative;
	height: 20px;
	line-height: 20px;
	padding: 15px 10px;
}
.m-xyzx .m-Student .m-sTit .m-sTitle h4{
	display: inline-block;
	border-left: 5px solid #20847f;
    padding: 0 0 0 15px;
    height: 20px;
    line-height: 20px;
    font-size: 16px;
    font-weight: 600;
}
.m-xyzx .m-Student .m-sTit .m-sTitle a{
	float: right;
	margin-right: 10px;
	font-size: 13px;
}
.m-xyzx .m-Student .m-sList{
	width: 100%;
}
.m-xyzx .m-Student .m-sList ul{
	width: 110%;
}
.m-xyzx .m-Student .m-sList ul li{
	width: 289px;
	height: 240px;
	background: #fff;
	float: left;
	overflow: hidden;
	margin: 15px 15px 0 0;
	box-shadow: 3px 3px 5px rgba(0,0,0,0.25);
}
.m-xyzx .m-Student .m-sList ul li img{
	display: block;
    width: 175px;
    height: 160px;
    padding: 15px;
    margin: 0 auto;
    margin-top: 10px;

}
.m-xyzx .m-Student .m-sList ul li .s-title{
	width: 100%;
	height: 40px;
    line-height: 40px;
	display: block;
    text-align: center;
    background: #eaeaea;
}
/*cooperation*/
.m-cooper{
	width: 100%;
	height: 230px;
	margin-top: 20px;
	margin-bottom: 40px;
}
.m-cooper .m-cTit{
	width: 1200px;
	height: 230px;
}
.m-cooper .m-cTit .m-cTitle{
	display: block;
	position: relative;
	float: left;
	width: 160px;
}
.m-cooper .m-cTit .m-cList{
	display: block;
	position: relative;
	float: right;
	width: 1040px;
}
.m-cooper .m-cTit .m-cList ul{
	width: 110%;
}
.m-cooper .m-cTit .m-cList ul li{
	float: left;
}
/*footer*/
.footer{
	width: 100%;
	background: #fff;
	padding: 30px;
	border-top: 1px solid #e6e1e1;
}
.footer .m-footer{
	width: 1200px;
	height: 200px;
}
.footer .m-footer .m-contact{
	width: 400px;
	float: left;
	border-right: 1px dashed #c3c3c3;
}
.footer .m-footer .m-contact .m-cimg{
	width: 70px;
	height: 100px;
	float: left;
}
.footer .m-footer .m-contact .c-info{
	float: left;
	margin: 0 0 0 25px;
	line-height: 25px;
	margin-top: 20px;
}
.footer .m-footer .m-contact .c-info h4{
	font-size: 16px;
	color: #000;
}
.footer .m-footer .m-nav{
	width: 100px;
	float: left;
	font-size: 12px;
	margin: 0 10px 0 0;
	margin-left: 50px;
}
.footer .m-footer .m-nav a{
	display: block;
	line-height: 25px;
}
.footer .m-footer .m-weixin{
	display: block;
	float: left;
	border-left: 1px dashed #c3c3c3;
}
.footer .m-footer .m-weixin img{
	width: 100px;
	height: 100px;
	margin-left: 100px;
}
.footer .m-footer .m-weixin .text{
	margin-left: 120px;
}
.footer .m-footer .copyright{
	width: 1200px;
	display: inline-block;
	text-align: center;
	line-height: 30px;
	margin-top: 30px;
}
/*news*/
.xdx-news{
	width: 100%;
	padding: 30px 0;
	overflow: hidden;
}
.xdx-news .xdx-cur{
	width: 1180px;
	height: 35px;
	background: #fff;
	padding: 15px 0 0 20px;
}
.xdx-news .xdx-cur p{
	font-size: 13px;
    border-left: 6px solid #193163;
    padding: 0 0 0 15px;
    height: 20px;
}
.xdx-news .newList{
	width: 1200px;
	overflow: hidden;
	margin-top: 20px;
}
.xdx-news .newList .nsLeft{
	float: left;
	width: 930px;
	overflow: hidden;
	background: #fff;
}
.xdx-news .newList .nsLeft ul{
	width: 100%;
	padding: 0 20px;
	overflow: hidden;
}
.xdx-news .newList .nsLeft ul li{
	height: 120px;
	padding: 15px 0;
	border-bottom: 1px solid #BFBFBF;
}
.xdx-news .newList .nsLeft ul li:hover{
	box-shadow: 3px 3px 5px rgba(0,0,0,0.25);
}

.xdx-news .newList .nsLeft ul li .pic{
	float: left;
	display: block;
	width: 195px;
	height: 130px;
}
.xdx-news .newList .nsLeft ul li .pic img{
	display: block;
	width: 170px;
	height: 120px;
}
.xdx-news .newList .nsLeft ul li .info{
	float: left;
	width: 680px;
	margin-left: 10px;
}
.xdx-news .newList .nsLeft ul li .info .tit{
	display: block;
	width: 100%;
	font-size: 13px;
	line-height: 30px;
}
.xdx-news .newList .nsLeft ul li .info .desc{
	width: 100%;
	height: 45px;
	font-size: 12px;
	line-height: 20px;
}
.xdx-news .newList .nsLeft ul li .info .newdate{
	width: 100%;
	line-height: 2p5x;
	font-size: 12px;
}
.xdx-news .newList .nsLeft ul li .info .more{
	display: inline-block;
	width: 100px;
	font-size: 13px;
	overflow: hidden;
	height: 20px;
	border-bottom: 1px solid #000;
}	
.xdx-news .newList .nsRight{
	float: right;
	width: 250px;
	background: #fff;
	overflow: hidden;
}
.xdx-news .newList .nsRight .item1{
	width: 210px;
	padding: 0 20px;
	overflow: hidden;
}
.xdx-news .newList .nsRight .item1 .nsTit{
	width: 100%;
	height: 25px;
	padding: 15px 0 0 0;
	border-bottom: 1px solid #d3d4d6;
}
.xdx-news .newList .nsRight .item1 .nsTit h4{
	padding-left: 40px;
	font-size: 15px;
	font-weight: 600;
	background: url(../images/pg-news-list-icon1.png)left center no-repeat;
}
.xdx-news .newList .nsRight .item1 ul{
	width: 100%;
	padding: 12px 0 0 0;
	overflow: hidden;
}
.xdx-news .newList .nsRight .item1 ul li{
	width: 90%;
    height: 25px;
    font-size: 14px;
}
.xdx-news .newList .nsRight .item1 ul .Nav{
	color: #db3740;
}
.xdx-news .newList .nsRight .item2{
	width: 210px;
	padding: 0 20px;
	overflow: hidden;
}
.xdx-news .newList .nsRight .item2 .nsTit{
	width: 100%;
	height: 25px;
	padding: 15px 0 0 0;
	border-bottom: 1px solid #d3d4d6;
}
.xdx-news .newList .nsRight .item2 .nsTit h4{
	font-size: 15px;
	font-weight: 600;
	background: url(../images/pg-news-list-icon2.png)right no-repeat;
	margin-right: 110px;
}
.xdx-news .newList .nsRight .item2 ul{
	width: 100%;
	padding: 12px 0 0 0;
	overflow: hidden;
}
.xdx-news .newList .nsRight .item2 ul li{
	width: 100%;
    height: 30px;
    font-size: 12px;
}
.xdx-news .newList .nsRight .item3{
	width: 210px;
	padding: 0 20px;
	overflow: hidden;
	margin-bottom: 50px;
}
.xdx-news .newList .nsRight .item3 .nsTit{
	width: 100%;
	height: 25px;
	padding: 15px 0 0 0;
	border-bottom: 1px solid #d3d4d6;
}
.xdx-news .newList .nsRight .item3 .nsTit h4{
	font-size: 15px;
	font-weight: 600;
	/*background: url(../images/pg-news-list-icon2.png)right no-repeat;*/
	margin-right: 110px;
}
.xdx-news .newList .nsRight .item3 p{
	width: 100%;
	padding: 12px 0 0 0;
	overflow: hidden;
    font-size: 13px;
}
.xdx-news .newList .nsLeft .page{
	width: 100%;
    height: 30px;
    text-align: center;
    padding: 30px 0;
}
.xdx-news .newList .nsLeft .page * {
	display: inline-block;
	padding: 0 10px;
	text-align: center;
	line-height: 30px;
	height: 30px;
	margin: 0 5px;
	/*border-radius: 22px;
	-webkit-border-radius: 22px;*/
	-moz-border-radius: 22px;
	-ms-border-radius: 22px;
	-o-border-radius: 22px;
	background: #C9C9C9;
}
.xdx-news .newList .nsLeft .page a:hover,
.xdx-news .newList .nsLeft .page .selfpage {
	background: #d19a68;
	color: #fff;
}

/*content*/
.xdx-news .newList .nsLeft .arcTit{
	width: 100%;
	text-align: center;
	padding: 10px 0;
}
.xdx-news .newList .nsLeft .arcTit h3{
	display: block;
	margin: 0 auto;
	width: 880px;
	font-size: 16px;
	line-height: 30px;
	color: #000;
	padding: 10px 0;
	font-weight: 600;
	margin-bottom: 10px;
	border-bottom: 1px solid #eaeaea;
}
.xdx-news .newList .nsLeft .arcTit p{
	
}
.xdx-news .newList .nsLeft .content{
	width: 92%;
	padding: 0 35px;
}
.xdx-news .newList .nsLeft .content p{
	line-height: 35px;
}
.xdx-news .newList .nsLeft .group{
	width: 92%;
    height: auto;
    overflow: hidden;
    margin: 0 auto;
    border-top: 1px solid #C9C9C9;
    margin-top: 40px;
    padding-bottom: 50px;
    padding-top: 10px;
}
.xdx-news .newList .nsLeft .group >div{
	width: 100%;
    height: 40px;
}
.xdx-news .newList .nsLeft .group >div *{
	font-size: 14px;
    line-height: 40px;
    color: #333;
}
/*kuaiji*/
.renzi{
	width: 100%;
}
.renzi .kjkc{
	width: 100%;
	margin: 50px 0 50px;
}
.renzi .kjkc img{
	display:block;
	margin: 0 auto;
}
.renzi table{
	width: 900px;
	margin: 0 auto;
	margin-bottom: 60px;
}
.renzi table tbody{
	width: 100%;
}
.renzi table tbody tr{
	text-align: center;
}
.renzi table tbody tr .jibie{
	width: 200px;
}
.renzi table tbody tr .kemu{
	width: 400px;
}
.renzi table tbody tr .zhuyi{
	width: 500px;
}
.renzi table tbody tr .f1{
	font-size: 16px;
	font-weight: 600;
	background: #5341e5;
	color: #fff;
}
.renzi table tbody tr td{
	padding: 0 20px;
	height: 40px;
	border:1px solid #9a8e8e;
	font-size: 15px;
}
/*kuaiji end*/
