* {
    margin: 0;
    padding: 0;
    list-style:none;
    border:0;
}
body {
    font-family:"微软雅黑",Helvetica,sans-serif;
    color:#fff;
    font-size:14px;
    width:100%;
}
html, body{
	height:100%;
	overflow:hidden;
	overflow-y: scroll;
}
body ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
}
body a {
    text-decoration: none;
}
body a:hover{
    color:#4AA3DD;
}
.floatL {
    float: left;
}
.floatR {
    float: right;
}
.center{
    margin: 0 auto;
}
.hiddenele{
    display:none;
}
table {
    border-collapse: collapse;
    border-spacing: 0;
}
.ellipsis {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.lookmore {
    float: right;
    display: inline-block;
    color: #1192d4;
    font-size: 12px;
}
.lookmore:hover {
    color: #c70715;
}
/*@font-face {
  font-family: "方正正中黑";
  src: url("../font/方正正中黑.TTF");
}*/


/* 项目css部分 */
.clear:after{
    content: '';
    display: block;
    clear: both;
}
/*右侧浮层样式*/
#goTop {
    left: 50%;
    margin-left: 510px;
    position: fixed;
    top: 260px;
    width: 40px;
    z-index: 998;
}
.mod-sidebar {
    height: 290px;
    width: 40px;
}
.mod-sidebar li {
    background: #4AA3DD;
    height: 40px;
    margin-bottom: 1px;
    width: 40px;
}
.mod-sidebar li a {
    background: #4AA3DD;
    color: #fff;
    display: block;
    font-size: 12px;
    height: 28px;
    line-height: 14px;
    padding: 6px 0;
    text-align: center;
    width: 40px;
}
.mod-sidebar li.item1 a {
    background: url("../img/index_bg.png") no-repeat scroll 0 -262px;
    height: 40px;
    padding: 0;
    width: 40px;
}
.mod-sidebar li.erweima {
    cursor: pointer;
    height: 40px;
    padding: 0;
    position: relative;
    width: 40px;
}
.mod-sidebar li.gotop{
    margin-top: 84px;
}
.mod-sidebar li.erweima:hover .erweima_d{
    display: block;
}
.mod-sidebar li.erweima a.erweima_l {
    height: 40px;
    padding: 0;
    width: 40px;
}
.mod-sidebar .erweima_l img {
    height: 40px;
    width: 40px;
}
.erweima_d {
    background: url("../img/index_bg.png") no-repeat scroll 0 -699px;
    bottom: -50px;
    display: none;
    height: 127px;
    left: -150px;
    padding: 3px;
    position: absolute;
    width: 140px;
}
.erweima_d img {
    height: 126px;
    width: 126px;
}
/*头部导航样式*/
.navw {
    background: url("../img/icons.png") no-repeat center 18px;
    height: 90px;
    width: 100%;
}
.nav {
    height: 90px;
    width: 1000px;
}
.nav_list {
    height: 40px;
    line-height: 40px;
    padding-top: 20px;
    width: 720px;
}
.nav_list li {
    float: left;
}
.nav_list li a {
    color: #444545;
    display: block;
    font-size: 16px;
    padding: 0 32px;
}
.nav_list li a:hover {
    background: #2b293d;
    color: #fff;
}
.nav_list li.current a {
    background: #2b293d;
    color: #fff;
}
.icons {
    height: 75px;
    width: 235px;
    margin-top: 6px;
}
.icons a {
    background: url("../img/icons1.png") no-repeat scroll 0 11px;
    color: #2b293d;
    float: left;
    font-size: 12px;
    height: 18px;
    line-height: 18px;
    margin: 0 1px;
    padding-top: 57px;
    text-align: center;
    transition: background-position 0.5s ease 0s;
    width: 55px;
}
.icons a:hover{
    color: #4AA3DD;
}
.icons a.icon1 {
    background-position: 0 11px;
}
.icons a.icon2 {
    background-position: -63px 11px;
}
.icons a.icon3 {
    background-position: -123px 11px;
}
.icons a.icon4 {
    background-position: -180px 11px;
}
/*banner*/
.banner{
    height:382px;
    background-image:url(../img/banner11.jpg);
    background-position:center center;
    background-repeat: no-repeat;
    position:relative;
}
.logo{
    width: 1000px;
    padding-top: 15px;
    height:45px;
}
.logo .a1{
    display: inline-block;
    width:110px;
    height:45px;
    overflow:hidden;
}
.logo .a2{
    display: inline-block;
    width:200px;
    height:45px;
    overflow:hidden;
}
.ml80{
    margin-left:80px;
}
.mr0{
    margin-right: 0;
}
.mr68{
    margin-right: 68px;
}
.mt10{
    margin-top: 10px;
}
#scrollnum {
    height: 32px;
    left: 50%;
    margin-left: -205px;
    position: absolute;
    top: 422px;
}
#scrollnum .comma {
    font-family: arial;
    font-size: 24px;
    color: #fff;
    margin-right: 6px;
    padding-top: 5px;
}
#scrollnum .num-wrap {
    background: #fff;
    width: 29px;
    margin-right: 4px;
}
#scrollnum .num-wrap span{
    display: inline-block;
    width: 29px;
    height: 32px;
    line-height: 32px;
    text-align: center;
    font-size: 24px;
    color: #da3637;
}
#scrollnum .num-scroll {
    /*animation: 5s ease 0s normal none 1 running myfirst;*/
    /*top: -192px;*/
}
@keyframes myfirst {
    0% {
        top: 0;
    }
    100% {
        top: -192px;
    }
}
@keyframes myfirst {
    0% {
        top: 0;
    }
    100% {
        top: -192px;
    }
}
/*各省导航样式*/
.gaokao_nav {
    width: 100%;
    height: 116px;
    background: #2b293d;
}
.gaokao_nav.fixed {
    left: 0;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 10000;
}
.gaokao_nav .nav_inner {
    margin: 0 auto;
    width: 970px;
    padding-left: 30px;
}
.gaokao_nav a {
    float: left;
    display: inline-block;
    width: 130px;
    height: 35px;
    border-radius: 4px;
    margin-top: 15px;
    margin-right: 42px;
    line-height: 35px;
    text-align: center;
    text-align: center;
    font-size: 14px;
    color: #3b3c3d;
    background: #fff;
}
.gaokao_nav a:hover {
    color: #fff;
    background: #4AA3DD;
}
.gaokao_nav .focus_btn,.gaokao_nav .focus_btn:hover {
    float: right;
    height: 78px;
    width: 96px;
    margin-right: 0;
    padding-top: 8px;
    border-radius: 4px;
    text-align: center;
    font-size: 24px;
    color: #fff;
    background: #4AA3DD;
}
.gaokao_nav .focus_btn span{
    display: block;
}
/*part1w*/
.part1w{
    width: 100%;
   
}
.part1 {
    width: 1000px;
}
.h2title{
    padding-top: 45px;
    padding-bottom: 15px;
    text-align: center;
    font-weight: normal;
    font-size: 40px;
    color: #2b293d;
    background: url("../img/h2tit_1.png") no-repeat center bottom;
}
.ptilte{
    padding-top: 5px;
    text-align: center;
    font-family: Arial;
    font-size: 20px;
    color: #99999a;
}
.part1 .bd {
    padding: 15px 0 34px 0;
}
.part1 .bd ul {
    width: 952px;
    height: 207px;
    background: url("../img/ulbg.png") no-repeat scroll left top;
    padding-left: 48px;
    font-size: 16px;
    color: #666;
}
.part1 .bd ul a, .part1 .bd ul span {
    display: inline-block;
    vertical-align: middle;
}
.part1 .bd li {
    background: url("../img/libg.png") repeat-x scroll center;
    height: 41px;
    line-height: 41px;
}
.part1 .bd .date {
    float: right;
    padding-left: 32px;
    background: #fff;
}
.part1 .bd .type {
    float: left;
    font-size: 16px;
    width: 145px;
    background: #fff;
}
.part1 .bd .url {
    float: left;
    display: block;
    padding-right: 32px;
    font-size: 13px;
    color: #666;
    background: #fff;
}
.part1 .bd .url:hover{
    color: #4AA3DD;
}
/*movewrap*/
.oUlplay{
    position: relative;
    width: 99999px;
}
.movewrap{
    background: #f5f5f5;
    height: 390px;
    position: relative;
    width: 1000px;
}
.moveL,.moveR{
    position: absolute;
    top: 0;
    display: inline-block;
    width: 38px;
    height: 123px;
    margin-top: 126px;
    cursor: pointer;
    background: url("../img/icons.png") no-repeat 0 0;
}
.moveL{
    left: 0;
    background-position: -65px -300px;
}
.moveR{
    right: 0;
    background-position: -190px -300px;
}
.moveL:hover{
    background-position: 0 -300px;
}
.moveR:hover{
    background-position: -130px -300px;
}
.moveinfo{
    position: absolute;
    left: 70px;
    top: 45px;
    width: 860px;
    height: 300px;
    overflow: hidden;
}
.oUlplay .playli{
    float: left;
    width: 860px;
    height: 300px;
    overflow: hidden;
}
.oUlplay .playli li{
    position: relative;
    float: left;
    width: 200px;
    height: 300px;
    margin-right: 20px;
    overflow: hidden;
    background: #f97c7d;
}
.g-doclist {
    overflow: hidden;
    padding-bottom: 40px;
    position: relative;
}
.g-doclist ul {
    overflow: hidden;
}
.g-doclist .playli{
    width: 860px;
    margin-right: 0;
    background: none;
}
.g-doclist .playli ul{
    width: 860px;
}
.g-doclist li {
    position: relative;
    float: left;
    width: 200px;
    height: 300px;
    margin-right: 20px;
    overflow: hidden;
    background: #f97c7d;
}
.g-doclist .subtitle {
    font-size: 20px;
    font-weight: 400;
}
.g-doclist .more {
    position: absolute;
    right: 0;
    top: 8px;
}
.g-doc {
    display: block;
    height: 100%;
    position: relative;
    width: 100%;
}
.g-doc:hover {
    color: #00aa7a;
    text-decoration: none;
}
.g-doc .text {
    width: 155px;
    height: 52px;
    margin: 0 auto;
    line-height: 26px;
    text-align: center;
    overflow: hidden;
    font-size: 14px;
    color: #fffefe;
}
.g-doc .text:hover {
    color: #2b293d;
}
.g-doc .type {
    display: block;
    width: 200px;
    height: 38px;
    margin-bottom: 16px;
    line-height: 38px;
    text-align: center;
    font-size: 18px;
    color: #fff;
    background: #4AA3DD;
}
.g-doc img {
    display: block;
    margin: 0 auto;
    width: 163px;
    height: 163px;
    margin-bottom: 12px;
    transition: transform 0.3s ease 0s;
}
.g-doc:hover img {
    transform: scale(1.1);
}
/*part2w*/
.part2w{
    width: 100%;
    height: 863px;
    background: url("../img/bg2.jpg") no-repeat scroll center -1px;
}
.part2 {
    width: 1000px;
    height: 600px;
    margin-top: 6px;
}
.part2w .h2title{
    padding-top: 132px;
    color: #fff;
    background: url("../img/h2tit_2.png") no-repeat center bottom;
}
.part2w .ptilte{
    color: #fff;
}
.ptitle1{
    position: relative;
    top: 118px;
    left: 0;
    width: 190px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    font-size: 22px;
    color: #2b293d;
}
.picwrap{
    width: 1000px;
    height: 540px;
    background: url("../img/part2bg.png") no-repeat scroll center top;
}
.picwrap li {
    float: left;
    margin: 1px 82px 52px 15px;
    position: relative;
    width: 116px;
    height: 217px;
}
.picwrap li p {
    display: none;
    color: #fff;
    font-size: 16px;
    height: 116px;
    left: 0;
    line-height: 116px;
    position: absolute;
    text-align: center;
    top: 0;
    width: 116px;
}
.picwrap li p a {
    color: #fff;
}
 .picwrap li:hover p{
    display: block;
}
.picwrap li a {
    display: inline-block;
    height: 116px;
    width: 116px;
    margin-bottom: 8px;
}
.picwrap li a img {
    height: 100%;
    width: 100%;
}
.picwrap li p {
    background: #2b293d;
    border-radius: 116px;
    filter:alpha(opacity=60);
    -moz-opacity:0.6;
    -khtml-opacity:0.6;
    opacity: 0.6;
}
.piclibg{
    display: block;
    height: 27px;
    margin-bottom: 10px;
    background: url("../img/imglibg.png") no-repeat center;
}
.time{
    display: block;
    margin-bottom: 10px;
    text-align: center;
    font-size: 16px;
}
.picwrap li a.kemu{
    display: block;
    width: 70px;
    height: 25px;
    margin: 0 auto;
    line-height: 25px;
    text-align: center;
    font-size: 16px;
    color: #fff;
    background: #2b293d;
}
.kemu a{
    display: inline-block;
    width: 70px;
    height: 25px;
    color: #fff;
}
/*part3w*/
.part3w{
    width: 100%;
    background: url("../img/bg3.jpg") no-repeat scroll center bottom;
}
.part3 {
    width: 1000px;
    padding-bottom: 53px;
}
.tiul{
    width: 1000px;
    padding-top: 48px;
}
.tili{
    width: 180px;
    height: 232px;
    margin-right: 25px;
    padding-bottom: 48px;
    margin-left: 25px;
}
.tili.mr0{
    margin-right: 0;
}
.tili> a{
    display: block;
    width: 170px;
    height: 155px;
    margin: 0 auto;
    overflow: hidden;
}
.tili> a img{
    display:block;
    width:100%;
    -webkit-box-shadow: 0 2px 1px #c3c3c3;
    -moz-box-shadow: 0 2px 1px #c3c3c3;
    box-shadow: 0 2px 1px #c3c3c3;
    filter:alpha(opacity=80);
    -moz-opacity:0.8;
    -khtml-opacity:0.8;
    opacity: 0.8;
    -webkit-transition: opacity 0.2s ease-in-out;
    -moz-transition: opacity 0.2s ease-in-out;
    -o-transition: opacity 0.2s ease-in-out;
    -ms-transition: opacity 0.2s ease-in-out;
    transition: opacity 0.2s ease-in-out;
}
.tili >a img:hover{
    filter:alpha(opacity=100);
    -moz-opacity:1;
    -khtml-opacity:1;
    opacity: 1;
}
.item{
    width: 170px;
    margin: 0 auto;
}
.item{
    border-radius:15px;
    width: 170px;
    margin: 0 auto;
    -webkit-box-shadow: 0 1px 3px #c3c3c3;
    -moz-box-shadow: 0 1px 3px #c3c3c3;
    box-shadow: 0 1px 3px #c3c3c3;
    -webkit-transition: box-shadow 0.2s ease-in-out;
    -moz-transition: box-shadow 0.2s ease-in-out;
    -o-transition: box-shadow 0.2s ease-in-out;
    -ms-transition: box-shadow 0.2s ease-in-out;
    transition: box-shadow 0.2s ease-in-out;
}
.item a img{
	display:block;
	width:100%;
	height:100%;
    border-radius:0 0 15px 15px;
}
.item:hover{
    -webkit-box-shadow: 0 0 8px #f38094, 0 0 8px #f38094;
    -moz-box-shadow: 0 0 8px #f38094,  0 0 8px #f38094;
    box-shadow: 0 0 8px #f38094,  0 0 8px #f38094;
}
.tip1{
    width: 170px;
    height: 35px;
    line-height: 35px;
    text-align: center;
    font-size: 16px;
    /*background: url("../img/icons.png") no-repeat scroll -301px -301px;*/
	background:#4AA3DD;
	border-radius:15px 15px 0 0;
}
.tip2{
    margin-bottom: 2px;
	margin-top: 8px;
    text-align: center;
    font-size: 16px;
    color: #515151;
}
.tip2 a{color:#515151;}

.tip3{
    width: 180px;
    text-align: center;
    font-size: 13px;
    color: #4AA3DD;
}
.tip3 a{color:#4AA3DD;}
/*part4w*/
.part4w{
    width: 100%;
    height: 650px;
    background: url("../img/bg4.jpg") no-repeat scroll center top;
}
.part4_1 {
    width: 1000px;
    height: 363px;
    margin-top: 38px;
    background: url("../img/part4bg.png") no-repeat scroll center top;
}
.part4w .h2title{
    padding-top: 42px;
    color: #fff;
    background: url("../img/h2tit_3.png") no-repeat center bottom;
}
.part4w .ptilte{
    color: #fff;
}
.part4_1 ul{
    width: 1000px;
    height: 362px;
}
.part4_1 li{
    float: left;
    width: 280px;
    height: 140px;
    margin-top: 21px;
    margin-bottom: 20px;
}
.part4_1 .li1{
    margin-left: 40px;
}
.part4_1 .li2{
    margin-left: 254px;
}
.part4_1 .li3{
    margin-left: 156px;
}
.part4_1 .li4{
    margin-left: 224px;
}
.part4_1 li a{
    display: block;
    width: 280px;
    height: 140px;
    overflow: hidden;
}
.part4_1 li a img{
    width: 100%;
    height: 100%;
}
.part4_1 li a img:hover{
    -webkit-transition: -webkit-transform 0.4s ease;
    -moz-transition: -moz-transform 0.4s ease;
    -ms-transition: -ms-transform 0.4s ease;
    transform:scale(1.04, 1.04);
    -ms-transform:scale(1.04, 1.04);
    -webkit-transform:scale(1.04, 1.04);
}
.part4_2{
    width: 1000px;
    height: 220px;
    padding-top: 45px;
}
.imgwrap{
    display: block;
    overflow: hidden;
    margin-right: 10px;
    margin-bottom: 10px;
}
.imgwrap img{
    width: 100%;
    height: 100%;
}
.imgwrap img:hover{
    -webkit-transition: -webkit-transform 0.4s ease;
    -moz-transition: -moz-transform 0.4s ease;
    -ms-transition: -ms-transform 0.4s ease;
    transform:scale(1.04, 1.04);
    -ms-transform:scale(1.04, 1.04);
    -webkit-transform:scale(1.04, 1.04);
}
.imgwrap1{
    width: 300px;
    height: 210px;
    background: #50cbd0;
}
.imgwrap2{
    width: 300px;
    height: 105px;
    margin-right: 0;
    background: #ef8c8b;
}
.imgwrap3{
    width: 155px;
    height: 95px;
    background: #efb834;
}
.imgwrap4{
    width: 135px;
    height: 95px;
    margin-right: 0;
    background: #8a9ae4;
}
.imgwrap5{
    width: 155px;
    height: 210px;
    background: #6fa9e1;
}
.imgwrap6{
    width: 215px;
    height: 100px;
    margin-right: 0;
    background: #f2c14a;
}
.imgdiv1{
    width: 300px;
    margin-right: 10px;
}
.imgdiv2{
    width: 215px;
}
.zsXF {
    position: fixed;
    left: 0;
    bottom: 0;
    height: 90px;
    width: 100%;
    z-index: 9999;
}
.zsXF .zsXFin {
    height: 90px;
    margin: 0 auto;
    width: 1000px;
    background: #4AA3DD;
}
.zsXF .zsXFin form {
    margin: 0 75px;
    line-height: 90px;
    font-size: 16px;
}
.zsXF .zsXFin form span {
    float:left;
    display: block;
    font-size: 22px;
    font-weight: bolder;
    margin-right: 28px;
}
.zsXF .zsXFin form .zsbutton {
    background: #fff;
    height: 30px;
    text-indent: 0.2em;
    vertical-align: middle;
    width: 120px;
}
.zsXF .zsXFin form .zsbutton1 {
    background: url("../img/icons.png") no-repeat -301px -361px;
    font-size: 18px;
    color: #8e6708;
    height: 32px;
    line-height: 30px;
    vertical-align: middle;
    width: 100px;
    margin-left: 36px;
    cursor: pointer;
}



	.tili {
    width: 260px;
    height: 403px;
    margin-right:25px;
    margin-left:36px;
    }
   .item{
   	width: 260px;
   	height: auto;
   }
   .item a{
   	display: block;
   }
	.tip1{
		width: 260px;
	    height: 42px;
	    line-height: 35px;
	    text-align: center;
	    font-size: 23px;
	}
	.tip2{
		font-size:28px;
	}	

@media screen and (max-width:414px){
 .Reserved,.footer_1200 .wrap1200,.wrap1200{
  width: auto !important;	
}
}






