body,
html {
	padding: 0;
	margin: 0;
	font-family: "Microsoft Yahei", "Hiragino Sans GB", sans-serif;
	font-size: 14px;
	background: #f5f5f7;
}

div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
form,
fieldset,
input,
textarea,
blockquote,
p {
	padding: 0;
	margin: 0;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

li {
	display: inline;
	list-style-type: none;
}

img {
	vertical-align: top;
	border: 0;
}

ol,
ul {
	list-style: none;
}

a {
	text-decoration: none;
}

a:hover {
	color: #f00;
}

.oh {
	overflow: hidden;
}

.main_width {
	width: 1320px;
}

.center {
	margin: 0 auto;
}

.fll {
	float: left;
}

.flr {
	float: right;
}


/*公共属性end*/

.header {
	height: 65px;
	background: #01135d;
}

.logo {
	margin-top: 8px;
}

.logo img {
	width: 90%;
}

.nav>ul>li>a {
	color: #fff;
	font-size: 18px;
}

.nav>ul>li {
	float: left;
	width: 113px;
	text-align: center;
	line-height: 65px;
	position: relative;
}

.nav>ul>li:hover {
	background: url(../images/nav_hover.png) no-repeat ;
	background-size: 100% 
}

.nav>ul>li:hover>a {
	font-weight: bold;
}
.nav ul li ul{
	background: #01135d;
	position: absolute;
	top: 65px;
	left: 0;
	width: 100%;
	display: none;
}
.nav ul li:hover ul{
	display: block;
}
.nav ul li ul li{
	display: block;
	line-height: 40px;
}
.nav ul li ul li:hover a{
	color: #ffe901;
}
.nav ul li ul li a{
	color: #fff;
}
.banner {
	background: url(../images/banner.jpg) no-repeat center;
	height: 362px;
}


.ss {
	margin-top: 16px;
}


.dl {
	width: 66px;
	height: 30px;
	background: #0054ff;
	border-radius: 30px;
	text-align: center;
	line-height: 30px;
	margin-top: 18px;
}

.dl a {
	color: #fff;
}

.sj ul li {
	color: #fff;
	width: 140px;
	float: left;
	text-align: center;
	border-right: 1px solid #215fc1;
}

.sj ul li h5 {
	font-size: 22px;
}

.sj ul li p {
	font-size: 16px;
}

.sj {
	overflow: hidden;
	padding-top: 224px;
	float: left;
}

.sj ul li:nth-last-child(1) {
	border: 0;
}

.content_main {
	background: #fff;
	min-height: 600px;
	box-shadow: 1px 1px 10px #ccc;
	border-radius: 10px;
}

.dqwz {
	font-size: 16px;
	color: #818389;
	height: 50px;
	border-bottom: 1px solid #cacfe8;
	line-height: 50px;
	padding-left: 38px;
}

.dqwz a {
	font-size: 16px;
	color: #002da1;
}

.lx {
	font-size: 16px;
	margin: 0 38px;
	border-bottom: 1px dashed #b5b5b5;
	padding: 15px 0;
	
}
.lx1.lx{
	margin: 0 23px;
}
.lx a {
	color: #000;
	font-size: 16px;
	padding: 0 10px;
	border-right: 1px solid #b5b5b5;
}
.lx a:hover{
	color: #0f53e2;

}
.lx a:nth-last-child(1) {
	border-right: 0;
}

.ss_px {
	margin: 0 38px;
	overflow: hidden;
    border-bottom: 1px dashed #b5b5b5;
    padding-bottom: 15px;
}

.ss input {
	height: 39px;
	border: 1px solid #0f53e2;
	width: 206px;
	border-top-left-radius: 5px;
	border-bottom-left-radius: 5px;
	padding: 0 10px;
	float: left;
}

.ss span {
	width: 72px;
	height: 41px;
	float: left;
	background: url(../images/ss.png) no-repeat left #0f53e2;
	border-top-right-radius: 5px;
	border-bottom-right-radius: 5px;
	font-size: 16px;
	color: #fff;
	line-height: 38px;
	background-size: 28%;
	background-position-x: 8px;
}

.ss span label {
	padding-left: 30px;
}
.ss span label a{
	color: #fff;
}
.text_wz {
	font-size: 15px;
	color: #414141;
	margin-left: 16px;
	float: left;
	margin-top: 8px;
}

.text_wz label {
	color: #f56d00;
}

.px select {
	border: 0;
	font-size: 16px;
	background: none;
}

.px select option {
	font-size: 14px;
}

.px {
	font-size: 16px;
	color: #c2c2c2;
	margin-top: 10px;
}
.px a{
	color: #333;
	padding: 0 15px;
}
.px a:hover{
	color: #0f53e2;
	font-weight: bold;
}
.resources_list {
	margin: 20px 38px 0 38px;
}

.resources_list ul {
	overflow: hidden;
}

.resources_list ul li {
	width: 297px;
	float: left;
	margin-right: 15px;
	border: 1px solid #e5e5e5;
	margin-bottom: 20px;
	box-shadow: 1px 1px 10px #ccc;
	border-radius: 5px;
}

.resources_list ul li:nth-child(4n) {
	margin-right: 0;
}

.resources_list ul li img {
	width: 100%;
	height: 202px;
}

.resources_inform {
	padding: 0 8px;
}

.resources_inform h5 {
	font-size: 18px;
	font-weight: bold;
	padding: 13px 10px;
	color: #414346;
}

.resources_inform .type {
	color: #6c81a8;
	font-size: 16px;
	padding-left: 10px;
}

.resources_inform span b {
	font-weight: normal;
	font-size: 16px;
}

.resources_inform span {
	overflow: hidden;
	display: block;
	margin-top: 6px;
	color: #6c81a8;
}
.resources_list.resources_list12 ul li .resources_inform span b{
	width: 53px;
}
.resources_list.resources_list12 ul li .resources_inform span b.ll{
	width: 86px;
}
.resources_inform span .learn {
	background: url(../images/guankan.png) no-repeat left;
	float: left;
	padding-left: 20px;
	margin-left: 10px;
	margin-top: 6px;
	margin-bottom: 16px;
}


/*分页*/

.pag {
	width: 100%;
	height: 60px;
	text-align: center;
	line-height: 60px;
	color: #1e1e1e;
	margin-top: 20px;
}

.pag a {
	padding: 2px 10px;
	color: #1e1e1e;
	border: 1px solid #d9d9d9;
}

.pag a:hover,
.pag a.xz {
	text-decoration: none;
	background: #2f6699;
	color: #fff;
}

.pag span {
	padding: 0px 5px;
	color: #1e1e1e;
}

.footer{
	height: 50px;
	background: #0f2b5c;
	margin-top: 40px;
}
.footer p{
	font-size: 16px;
	color: #fff;
	text-align: center;
	line-height: 50px;
}

.lm_class{
	margin-top: 20px;
}
.lm{
	width: 297px;
	background: url(../images/bj.jpg) no-repeat bottom #ebf3fe;
	min-height: 600px;
	box-shadow: 1px 1px 10px #ebf3fe;
	padding-bottom: 30px;
}
.lm h5{
	background: url(../images/h5_bj.jpg) no-repeat right;
	height: 78px;
	font-size: 36px;
	text-align: center;
	line-height: 78px;
	color: #fff;
}

.xq_content{
	margin-top: 26px;
}

.lm_class ul li{
	display: block;
	line-height: 51px;
}

.lm_class ul li a{
	font-size: 20px;
	color: #000;
	margin: 0 30px;
	border-bottom: 1px dashed #aec5ec;
	display: block;
	padding-left: 30px;
}

.lm_class ul li:hover{
	background: url(../images/hover_bj.jpg) no-repeat;
}

.content_main1{
	width: 1023px;
	background: url(../images/line.jpg) no-repeat left top #fff;
	border-radius: 0;
}

.resources_list1.resources_list ul li{
	margin-right: 20px;
	width: 300px;
}
.resources_list1.resources_list ul li:nth-child(3n){
	margin-right: 0;
}

.yonghu{
	background: #fff;
	height: 120px;
}
.yonghu_list ul li{
	background: #f5f7fb;
	border: 1px solid #cbd2d9;
	width: 312px;
	height: 90px;
	float: left;
	border-radius: 10px;
	margin-right: 20px;
}
.yonghu_list ul li:nth-child(4n){
	margin-right: 0;
}
.yonghu_list {
	overflow: hidden;
	padding-top: 14px;
}

.js_icon{
	width: 70px;
	height: 70px;
	background: url(../images/js_icon.png) no-repeat center #f5f7fb;
	border-radius: 70px;
    margin-top: 10px;
    margin-left: 40px;
}
.js_icon.xx_icon{
	background: url(../images/xs_icon.png) no-repeat center #f5f7fb;
}
.js_icon.qy_icon{
	background: url(../images/qy_icon.png) no-repeat center #f5f7fb;
}
.js_icon.sh_icon{
	background: url(../images/tt_icon.png) no-repeat center #f5f7fb;
}

.yonghu_list ul li span{
	font-size: 24px;
	color: #38424c;
	font-weight: bold;
    margin-top: 25px;
    margin-right: 58px;
}

.resources_list11.resources_list{
	margin: 0 auto;
}
.resources_list11.resources_list ul li{
	width: 316px;
}

.type1.type{
	font-size: 14px;
	margin-bottom: 16px;
}
.sz{
	font-size: 16px;
	color: #d62323;
}


.resources_list.resources_list12 ul li h5{
	padding: 13px 10px 0 10px;
}

.resources_list.resources_list12 ul li .ll{
	background: url(../images/icon1.png) no-repeat left;
}
.resources_list.resources_list12 ul li .ppt{
	background: url(../images/ppt_icon.png) no-repeat left;
	margin-right: 5px;
}
/*.yonghu_list ul li:hover{
	background: #0f54e3;
}
.yonghu_list ul li:hover span{
	color: #fff;
}*/


.zy_title{
	background: url(../images/shu_icon.png) no-repeat left;
	font-weight: bold;
	font-size: 18px;
	padding-left: 15px;
	margin-top: 20px;
	margin-left: 20px;
}
.zyzb{
	width: 580px;
	height: 396px;
	background: #fff;
	border-radius: 10px;
}
.zy_img{
	text-align: center;
}


.zy_text{
	margin: 0 40px;
}
.zy_text ul li{
	float: left;
	width: 166px;
	margin-bottom: 16px;
}
.zy_text ul li img{
	float: left;
	margin-top: 2px;
	margin-right: 10;
}
.zy_text ul li span{
	font-size: 16px;
	float: left;
    margin-left: 11px;
    margin-right: 11px;
}
.zy_text ul li label{
	float: left;
	font-size: 16px;
}


.zy_right{
	width: 720px;
    height: 396px;
    background: #fff;
    border-radius: 10px;
}

.newList{
	width: 350px;

}
.newList ul{
	padding: 5px 0px 0 20px;
}
.newList ul li{
	display: block;
	line-height: 48px;
	overflow: hidden;
	border-bottom: 1px solid #f6f6f6;
	padding-left: 5px;
}
.newList ul li a{
	float: left;
	color: #333;
	font-size: 16px;
}
.newList ul li span{
	float: right;
}
.newList ul li:nth-last-child(1){
	border-bottom: 0;
}
.newList ul li:nth-child(1){
	background: url(../images/one.png) no-repeat left;
	padding-left: 28px;
}
.newList ul li:nth-child(2){
	background: url(../images/two.png) no-repeat left;
	padding-left: 28px;
}
.newList ul li:nth-child(3){
	background: url(../images/three.png) no-repeat left;
	padding-left: 28px;
}
.newList ul li:nth-child(4){
	background: url(../images/si.png) no-repeat left;
	padding-left: 28px;
}
.newList ul li:nth-child(5){
	background: url(../images/wu.png) no-repeat left;
	padding-left: 28px;
}
.newList ul li:nth-child(6){
	background: url(../images/liu.png) no-repeat left;
	padding-left: 28px;
}
.newList ul li:nth-child(7){
	background: url(../images/qi.png) no-repeat left;
	padding-left: 28px;
}
.rmzy1{
	margin-right: 20px;
}

.hzdw{
	background: #fff;
	height: 300px;
	border-radius: 10px;
	margin-top: 36px;
}

.hzdw_left{
	width: 200px;
	background: #2b4a80;
	height: 100%;
	border-bottom-left-radius: 10px;
	border-top-left-radius: 10px;
}

.hzdw_left p{
	height: 74px;
	border-bottom:1px solid rgb(160 181 217 / 40%);
	text-align: right;
	line-height: 74px;
	padding-right: 30px;
}
.hzdw_left p label{
	font-size: 18px;
	font-weight: bold;
	color: #fff;
}
.hzdw_right {
	width: 1120px;
}
.hzdw_right p{
	height: 74px;
	border-bottom:1px solid rgb(160 181 217 / 40%);
}
.hzdw_right p img{
	margin-left: 30px;
}
.hzdw_right .two_img img{
	margin-left: 40px;
	margin-top: 7px;
}
.hzdw_right .two_img img.hz_img{
	margin-top:11px;
}
.hzdw_right p span{
	float: left;
	width: 200px;
	font-size: 16px;
	background: url("../images/yuan.png") no-repeat left;
	padding-left: 15px;
	margin-top: 10px;
}
.hzdw_text{
	padding-left: 30px;
}
.hzdw_text.hzdw_text1 span{
	margin-top: 28px;
}

.title{
	text-align: center;
	background: url("../images/line11.png") no-repeat center bottom;
	height: 55px;
	margin-bottom: 30px;
}
.title h5{
	font-size: 30px;
	color: #0959cb;
}
.title h5 span{
	color: #000;
}
.title a{
	float: right;
	font-size: 16px;
	color: #003b97;
	margin-top: -24px;
	font-weight: 500;
}
.zyzx {
	margin-top: 25px;
}

.title1.title{
	background: url("../images/line22.png") no-repeat center bottom;
	height: 55px;
}


.title.title1 h5{
	font-size: 30px;
	color: #d62323;
}

.zxsc{
	margin-top: 20px;
}
.szzt{
	margin-top: 20px;
}

.szzt1{
	margin-top: 20px;
}

.zyjs_right{
	width: 510px;
	height: 382px;
	border-top-right-radius: 20px;
	background: url("../images/img55.png") no-repeat;}
.zyjs_left {
	width: 810px;
}

.title333{
	text-align: left;
	background: url(../images/line11.png) no-repeat center bottom;
	background-position: -614px 53px;
    border-bottom: 1px solid #ccc;
	margin-bottom: 17px;
}

.js_text{
	height: 289px;
	width: 100%;
	background: #6c81a8;
	border-top-left-radius: 20px;
	padding-top: 20px;
}
.js_text p{
	font-size: 18px;
	color: #fff;
	line-height: 44px;
	padding: 0 27px;
	text-indent: 2rem;
}


.zyjs {
	margin-top: 40px;
	margin-bottom: 30px;
}
.zyjs_right a{
	width: 178px;
	height: 54px;
	background: #2159be;
	text-align: center;
	line-height: 54px;
	display: block;
	font-size: 18px;
	color: #fff;
	border-top-right-radius: 10px;
	margin-top: 328px;
}

.newList span{
	float: right;
}

.newList22{
	width: auto;
}
.newList.newList22 ul{
	    padding: 5px 30px 0 30px;
}

.newList.newList22 ul li{
	border-bottom: 1px solid #e4e4e4;
	background: url("../images/yuan.png") no-repeat left;
	padding-left: 15px;
}
.newList22 ul li:nth-child(1){
	background: url("../images/yuan.png") no-repeat left;
	padding-left: 15px;
}

.newList22 ul li:nth-child(2){
	background: url("../images/yuan.png") no-repeat left;
	padding-left: 15px;
}
.newList22 ul li:nth-child(3){
	background: url("../images/yuan.png") no-repeat left;
	padding-left: 15px;
}

.newList22 ul li{
	background: url("../images/yuan.png") no-repeat left;
	padding-left: 15px;
}

.show_content{
	margin: 0 20px ;
	padding-bottom: 30px;
}
.show_content h1{
	text-align: center;
	font-size: 30px;
	padding: 30px 0;
}

.show_content p img{
	max-width: 100%;
}
.show_content p{
	font-size: 18px;
	line-height: 46px;
}
.content_main.content_main11{
	margin-top: 30px;
}