@charset "utf-8";
/* CSS Document */
/*2020.4.20 */
 body{
 	overflow-x:hidden;
 }
 .fl{
 	float: left;
 }
 .fr{
 	float: right;
 }
 .pos{
	position: relative;
}

body{
	/*margin-right: -15px;*/
}





.top-tit{
	min-height:35px;
	background: #1e3b65;
	border-top: 4px solid #2d476f;
	border-bottom: 4px solid #2d476f;
	text-align: right;
}


.top-two{
	
}
.top-two a{
	color: #fff;
	font-size: 16px;
	display: inline-block;
	padding: 0 20px;
	line-height:37px;
}
.top-two a:nth-child(1), .top-two a:nth-child(2) {
    display: none;
}

.top-two a:hover{
	color: #fff;
	background: #1d3b64;
}


.searchbg{
	background: url(/_upload/tpl/0b/68/2920/template2920/images/search.png) no-repeat left top;
	width:181px;
	height:30px;	
	margin:4px 24px 0 20px;
}
.searchbg input.inp-text{
	width:152px;
	height:31px;
	background: none;
	border:none;
	color: #333;
	outline: none;
	padding-left: 3px;
}
.searchbg input.inp-but{
	width:27px;
	height:31px;
	background: none;
	border:none;
	cursor: pointer;
}
.searchbg input.inp-but:focus{
	outline: none;
}


.wc-top{
	background:#fff;
	min-height:107px;
	
}
.logo{
	
}

.top-right a.a1{
	color: #fff;
	font-size: 18px;
	font-family: arial;
	text-decoration: none;
	 font-weight: bold;
	padding: 0 12px;
	line-height: 24px;
	display: block;
	padding-top: 12px;
	text-align: right;
}

.top-right .search{
	background: url(/_upload/tpl/0b/68/2920/template2920/images/search.png) no-repeat center center;
	width: 245px;
	height: 42px;
	float: right;
	margin-top: 22px;
}
.search input.inp-text{
	width: 200px;
	height: 40px;
	line-height: 40px;
	background: none;
	border: none;
	color: #fff;
	padding-left: 10px;outline:none; 
}
.search input.inp-but{
	background: none;
	border: none;
	cursor: pointer;
	width: 40px;
	 height: 42px;
}


/*wc-toppos*/

.navbar-default{
	clear: both;
}
/*banner */
.banner{
	
	width: 100%;
	
}
.banner .swiper-slide{
	position: relative;
}
.banner .ban-ttbg{
	position: absolute;
	left: 0;
	top: 0%;
	width:50%;
	background: rgba(26, 64, 124, 0.5);
	height: 100%;
	    display: none;
}
.banner .ban-tt{
   width: 100%;
   position: absolute;
   left: 0px;
   top: 0px;
   z-index: 1;
    display: none;
}
.banner img{
	 /*filter: blur(5px);*/
	/*使图片模糊，但是这个属性是全部模糊*/
    width: 100%;
}
.banner .btt{
	width: 600px;
	padding-top: 120px;
}
.banner .ban-tt h4 a{
	font-size: 40px;
	color: #edd03f;
	font-weight: bold;

	margin-bottom: 15px;
	display: block;
	text-decoration: none;
	line-height: 56px;
	display: block;
	text-shadow: 2px 2px 2px #333;

    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;

}
.banner .ban-tt p a{
	font-size: 34px;
	color: #edd03f;
	font-weight: bold;
	display: block;
	margin-top: 25px;
	text-decoration: none;
	text-shadow: 1px 2px 1px #333;

    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}

.banner .swiper-container-horizontal>.swiper-pagination-bullets, .swiper-pagination-custom, .swiper-pagination-fraction{
	width: 33%;
	
	left:0px;
	bottom: 40px;
}

.banner .swiper-pagination-bullet{
	background: #fff;
	border-radius: 100%;
	width: 20px;
	height: 20px;opacity: 1;
}
.banner .swiper-pagination-bullet-active{
	background: #ebc32a;
	opacity: 1;
}

/* banner */

/* wc-menu */

.wc-menu{
	margin-top:40px;
	
}
.wc-menu ul{
	/*display: table;*/
	text-align: center;
	width: 100%;
}
.wc-menu ul li{
	/* display: table-cell;
	padding: 0 50px; */
	/*line-height: 50px;*/
	position: relative;
        float: left; 
}
.wc-menu ul li:last-child{
	background: none;
}
.wc-menu ul li a{
	font-size: 13px;
	display: block;
	line-height: 25px;
	color: #123e7a;	
        padding: 0px 16px;
        border-bottom: 2px solid transparent;
       padding-bottom: 10px;
}
.wc-menu ul li a span{
	display: block;
	color: #b9c5d5;
	font-size: 12px;
	font-weight: bold;
	font-family: arial;
	text-transform: uppercase;
        display: none;

}


.wc-menu ul li a:hover,.wc-menu ul li a.move ,.wc-menu ul li a.selected,.wc-menu ul  li a.parent{
   border-bottom: 2px solid #ebc32a;

}
.wc-menu ul li .ernav{
	position: absolute;
	left: 0px;
	top: 56px;
	background: #4979b4;
	width: 110%;
	z-index: 10;
	display: none;
	
}
.wc-menu ul li .ernav ul{
	padding: 0 2px;
}
.wc-menu ul li .ernav ul li{
	text-align: center;
	float: none;
	margin: 0px;
	display: block;
	line-height: 24px;
	padding: 0;
	border-bottom: 1px solid #ccc;
	background: none;
}
.wc-menu ul li .ernav ul li:last-child{
border-bottom: none;

}
.wc-menu ul li .ernav ul li a{
	line-height: 28px;
	font-size: 14px;
	background: none;
	box-shadow: none;
	border-radius: 0;
	color: #fff;
	display: block;background: url(/_upload/tpl/0b/68/2920/template2920/images/di.png) no-repeat 4px 10px;
	padding: 3px 5px;

}

.wc-menu ul li .ernav ul li a:hover{
	background: url(/_upload/tpl/0b/68/2920/template2920/images/dii.png) no-repeat 4px 10px;
	color: #ebc32a;
	border-bottom: none;
}

/*手机导航*/
/* 展开右侧按钮 */

.menu-button {
    position: absolute;
    top: 10px;
    right: 0px;
    padding: 15px;
    cursor: pointer;
    -webkit-transition: .3s;
    transition: .3s;
    z-index:10;
}

.bar {
    position: relative;
    display: block;
    width: 35px;
    height: 2px;
    margin: 8px auto;
    background-color: #1d3b64;
    border-radius: 10px;
    -webkit-transition: .3s;
    transition: .3s;
}

.menu-button .bar:nth-of-type(1) {
    margin-top: 0px;
}

.menu-button .bar:nth-of-type(3) {
    margin-bottom: 0px;
}

.menu-button:hover .bar:nth-of-type(1) {
    -webkit-transform: translateY(1.5px) rotate(-4.5deg);
    -ms-transform: translateY(1.5px) rotate(-4.5deg);
    transform: translateY(1.5px) rotate(-4.5deg);
}

.menu-button:hover .bar:nth-of-type(2) {
    opacity: .9;
}

.menu-button:hover .bar:nth-of-type(3) {
    -webkit-transform: translateY(-1.5px) rotate(4.5deg);
    -ms-transform: translateY(-1.5px) rotate(4.5deg);
    transform: translateY(-1.5px) rotate(4.5deg);
}
/* end */

.header-nav .sub-title + ul > li > a {
    width: 100%;
    overflow: hidden;
    display: block;
    font-size: 16px;
    padding: 5px 0;
    color: #eee;
}

/*手机导航*/


.header-nav {
    bottom: auto;
    top: 0;
    text-align: left;
}

    .header-nav .nav {
        float: none;
    }

        .header-nav .nav > li {
            float: none;
            display: block;
            padding: 10px 0;
        }

.header-nav .nav > li:nth-child(2), .header-nav .nav > li:nth-child(3) {
    display: none !important;
}


            .header-nav .nav > li > a {
                padding: 0;
                font-size: 18px;
            }

                .header-nav .nav > li > a span {
                    padding-bottom: 8px;
                    display: block;
                    color: #fff;
                }

    .header-nav .nav-pills, .header-nav .dropdown-menu {
        position: fixed;
        top: 0;
        /*right: -280px;*/
        right: -340px;
        bottom: 0;
        -webkit-transition: all .3s;
        -o-transition: all .3s;
        transition: all .3s;
        z-index: 999;
        width: 280px;
        background: #1d3b64;
        opacity: 0.9;
        padding: 15px 15px 30px;
        left: auto;
        height: auto;
        overflow-x: hidden;
        overflow-y: auto;
        display: block;
        -webkit-box-shadow: none;
        box-shadow: none;
        margin: 0;
    }


.site-mobile .header-nav .nav-pills, .site-mobile .dropdown-menu.show {
    right: 0;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
    /**/
    margin: 0;
}

.site-mobile .site-mobile-shade {
    content: '';
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: rgba(0,0,0,.75);
    z-index: 999;
    -webkit-transition: all .6s;
    -o-transition: all .6s;
    transition: all .6s;
}


.header-nav .nav .fa-angle-down:before {
    content: "\f105";
    color: #fff;
    /*opacity: .75;*/
    margin-top: 0px;
}

.header-nav .nav > li > a:focus, .header-nav .nav > li > a:hover, .header-nav .nav .open > a, .header-nav .nav .open > a:focus, .header-nav .nav .open > a:hover {
    background: none;
    border: none;
    color: #fff;
}

    .header-nav .nav > li > a:focus .fa-angle-down:before, .header-nav .nav > li > a:hover .fa-angle-down:before {
        content: "\f105";
    }

.mobile-nav-header {
    display: block !important;
    text-align: right;
    margin-top: -15px;
    height: 60px;
    line-height: 60px !important;
    padding: 0 !important;
}

.header-nav .back, .header-nav .closeIcon {
    color: #fff;
    font-size: 38px;
    display: inline-block;
    cursor: pointer;
    padding: 0 13px;
}

.header-nav .sub-title + ul > li:before {
    content: "";
    position: absolute;
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background: #fff;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
    left: -18px;
    top: 14px;
    opacity: .85;
}

.header-nav .sub-title + ul {
    border-top: 1px dashed #fff;
    padding: 10px 0 10px 20px;
}

    .header-nav .sub-title + ul > li > a {
        width: 100%;
        overflow: hidden;
        display: block;
        font-size: 16px;
        padding: 5px 0;
        color: #eee;
    }

ol.no-style li, ul.no-style li {
    list-style: none;
    position: relative;
    line-height: 150%;
}


/* 手机导航end */



/**/
.index-con{
	
	
	
	
}

.newsbg{
	/*min-height: 660px;*/
        padding-top: 62px;
        padding-bottom: 68px;
	background: #eee;
}

.news-ct{
margin-top: 40px;
}


.new-top .new-tit{
	font-size: 36px;
	color: #123e7a;
}


.new-top .new-tit span{
	display: block;
	font-size: 22px;
	font-weight: bold;
	color: #ebc32a;
	text-transform: uppercase;
	/*padding-left: 15px;*/
	font-family: times;
	font-weight: lighter;
	margin-top: 5px;	
    display: none;
}
.new-top .new-tit h5{
	font-size: 36px;
text-transform: uppercase;
}

.new-top .new-more a{
	display: block;
	color: #fff;
	background: #f1ca52;
	width:88px;
	padding: 0 16px;
	height:40px;
	line-height: 40px;
	font-size: 16px;
	font-weight: bold;
	border-radius: 10px;
	text-transform: uppercase;
	text-align: center;
	transition: all 1s;
	border-bottom-left-radius: 0px;
	border-bottom-right-radius: 0px;
	border-bottom: 4px solid #dbb94d;
	/*margin-top: 28px;*/
}
.new-top .new-more a:hover{
	background: #e6b317;
	transition: all 1s;
}

.new-top .new-tit1{ 	
   	background:url(/_upload/tpl/0b/68/2920/template2920/images/nic11.png) no-repeat center top;
   	background-position: 0px 8px;
        padding-left: 55px;
        padding-bottom: 10px;
}

/*.new-top .new-tit1 h5{	
	background: #ebebeb;
	margin-left: 66px;
}
.new-top .new-tit1 span{
	margin-left: 66px;
	background: #ebebeb;
}*/

.new-top .new-tit2{ 	
   	background:url(/_upload/tpl/0b/68/2920/template2920/images/nic22.png) no-repeat center top;
   	background-position: 0px 4px;
        padding-left: 55px;
}

/*.new-top .new-tit2 h5{	
	background: #ebf3f6;
	margin-left: 55px;
}
.new-top .new-tit2 span{
	margin-left: 55px;
	background: #ebf3f6;
}*/

.new-top .new-tit3{ 	
   	background:url(/_upload/tpl/0b/68/2920/template2920/images/nic33.png) no-repeat center top;
   	background-position: 0px 4px;
        padding-left: 50px;
        padding-bottom: 10px;
}

/*.new-top .new-tit3 h5{	
	background: #ebf3f6;
	margin-left: 50px;
}
.new-top .new-tit3 span{
	margin-left: 50px;
	background: #ebf3f6;
}*/

.new-top .new-tit4{ 	
   	background:url(/_upload/tpl/0b/68/2920/template2920/images/nic44.png) no-repeat center top;
   	background-position: 0px 4px;
        padding-left: 62px;
        padding-bottom: 10px;
}

/*.new-top .new-tit4 h5{	
	background: #ededed;
	margin-left: 62px;
}
.new-top .new-tit4 span{
	margin-left: 62px;
	background: #ededed;
}*/

.new-top .new-tit5{ 	
   	background:url(/_upload/tpl/0b/68/2920/template2920/images/nic55.png) no-repeat center top;
   	background-position: 0px 14px;
        padding-top:10px;
        padding-left: 65px;
        padding-bottom:10px;
}

/*.new-top .new-tit5 h5{
	margin-left: 65px;
}

.new-top .new-tit5 span{
	margin-left: 65px;	
}*/

.new-top .new-tit6{ 	
   	background:url(/_upload/tpl/0b/68/2920/template2920/images/nic6.png) no-repeat center top;
   	background-position: 0px 2px;
        padding-left: 80px;
        padding-bottom: 10px;
}

/*.new-top .new-more a{
	display: block;
	color: #fff;
	background: #f1ca52;
	width:88px;
	/*padding: 0 16px;*/
	height:40px;
	line-height: 40px;
	font-size: 16px;
	font-weight: bold;
	border-radius: 6px;
	text-transform: uppercase;
	text-align: center;
	transition: all 1s;
	border-bottom-left-radius: 0px;
	border-bottom-right-radius: 0px;
	border-bottom: 4px solid #dbb94d;
	margin-top: 30px;
}

.new-top .new-more a:hover{
	background: #e6b317;
	transition: all 1s;
}*/






.new-left{
	margin-top:35px;
}
.new-left .slidetop{ 
			 overflow:hidden; position:relative; 
			   }
.new-left  .nxbg{
	position: absolute;
	left: 0px;
	top: 0px;
	z-index: 1;
}
.new-left  .nxbg img{
max-width: 100%;  

}


.new-left	 .hd{ 
			
			overflow:hidden; position:absolute; right:20px; bottom:30px; z-index:1; }
.new-left  .hd ul{ 
			overflow:hidden; zoom:1;  }
.new-left	 .hd ul li{ 
			float:left; 
			  margin: 0 3px;
			width:29px; height:28px;
			 line-height:14px; 
			 
			 text-align:center; 
			 background: #fff; cursor:pointer; 
			color: transparent;
			background: url(/_upload/tpl/0b/68/2920/template2920/images/neic1.png) no-repeat center center;
			}
.new-left	 .hd ul li.on{ 
			background: url(/_upload/tpl/0b/68/2920/template2920/images/neic2.png) no-repeat center center;
			
		 }
.new-left  .bd{ position:relative; height:100%; z-index:0;   }
.new-left  .bd li{ zoom:1; vertical-align:middle; max-height:527px;}
.new-left  .bd img{ max-width: 100%;    height: auto;}


/*小屏幕的新闻*/


.nban2{
	margin-top:25px;
	
}
.nban2 .slidetop .hd{ 
			
			overflow:hidden; position:absolute; right:0px; bottom:20px; z-index:1; }
.nban2 .slidetop .hd ul{ 
			overflow:hidden; zoom:1;  }
.nban2	.slidetop .hd ul li{ 
			float:left; 
			  margin: 0px;
			width:29px; height:28px;
			 line-height:14px; 
			 
			 text-align:center; 
			 background: #fff; cursor:pointer; 
			color: transparent;
			background: url(/_upload/tpl/0b/68/2920/template2920/images/neic1.png) no-repeat center center;
			}
.nban2	.slidetop .hd ul li.on{ 
			background: url(/_upload/tpl/0b/68/2920/template2920/images/neic2.png) no-repeat center center;
			
		 }
.nban2 .slidetop .bd{ position:relative; height:100%; z-index:0;   }
.nban2 .slidetop .bd li{ zoom:1; vertical-align:middle; }
.nban2 .slidetop .bd img{ max-width: 100%;  }

.nban2 .nxbg{
	position: absolute;
	left: 0px;
	top: 0px;
	width: 100%;
	z-index: 1;
}
.nban2 .nxbg img{
	max-width: 100%;
}

.nban2 .ban-text{
	position: absolute;
	left: 20px;
	bottom: 10px;
	z-index: 1;
	width: 60%;
}
.nban2 .ban-text a{
	display: block;
    color: #fff;
    font-size: 18px;
    font-weight: bold;
    line-height: 32px;
    text-decoration: none;
    height: 60px;
 	overflow: hidden;
 	font-size: 16px;
}
.nban2 .ban-text p{
	font-size: 16px;
    color: #fff;
    font-family: arial;
    word-wrap: break-word;
    width: 100%;
    margin-top: 10px;
    line-height: 24px;
      overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;	
}
.nban2 .ban-text span{
	color: #fff;
}

/*小屏幕新闻 end*/
.nban .slidetop .hd ul li.on{ 
			background: #1160a3;
	color: #fff;
	cursor: pointer;
			
		 }

.nban	.slidetop .hd ul li.on p{
	color: #fff;
}
.nban	.slidetop .hd ul li.on a{
	color: #fff;
}
.nban	.slidetop .hd ul li.on span{
	color: #fff;
}
.nban	.slidetop .hd ul li.on p a{
	color: #fff;
}


.new-left  .ban-text{
	position: absolute;
	left: 27px;
	bottom: 25px;
	width: 52%;
	line-height: 30px;
	z-index: 11;
}

.new-left  .ban-text a{
	display: block;
	color: #fff;
	font-size: 18px;
	font-weight: bold;
	line-height: 32px;

	text-decoration: none;
}
.new-left  .ban-text p{
	font-size: 16px;
	color: #fff;
	font-family: arial;
	word-wrap:break-word;
	width: 100%;
	margin-top: 10px;
	line-height: 24px;
	
}
.new-left  .ban-text span{
	display: block;
	font-size: 16px;
	color: #fff;
	margin-top: 5px;
	
}

.nban .new-left{
	padding-right: 0;
	width: 64%;
    overflow: hidden;
}


.new-rightdd{
    padding-left: 0 !important;
    width: 36%;
}
.new-right{
	
}
.new-right ul li{
	padding: 13px 10px 11px;
	border-bottom: 1px dashed #d0d0d0;
}
.new-right ul li .li-date{
	width:15%;
	color: #4292d0;
	height:103px;
        padding: 0 2% 0 2%;
}

/*.new-right ul li:first-child{
  
}
.new-right ul li:first-child .li-tt{
	margin-top: 0px;
	
}
.new-right ul li:first-child .li-date{
	margin-top: 0px;	
}*/

.new-right ul li .li-date span{
	font-size: 36px;
	font-weight: bold;
	font-family: arial;
        color: #1160a3;
	display: block;
}
.new-right ul li .li-date p{
	font-size: 18px;
	color: #1160a3;
}


.new-right ul li .li-tt{
	width:83%;
	min-height: 106px;
	/*margin-top: 35px;*/
	text-overflow: -o-ellipsis-lastline;

}
.new-right ul li .li-tt a{
	margin-top: 5px;
	font-size: 16px;
	color: #333;
	line-height: 25px;
overflow: hidden;
text-overflow: ellipsis;
display: -webkit-box;
-webkit-line-clamp: 2;
-webkit-box-orient: vertical;
}
.new-right ul li .li-tt a:hover{
	color: #4292d0;
}
.new-right ul li .li-tt p{
text-overflow: -o-ellipsis-lastline;
overflow: hidden;
text-overflow: ellipsis;
display: -webkit-box;
-webkit-line-clamp: 2;
-webkit-box-orient: vertical;
margin-top: 5px;
}
.new-right ul li .li-tt p a{
	font-size: 14px;
	color: #999;
	line-height: 20px;
	font-family: arial;
}

/*.new-right ul li:hover{
	background: #1160a3;
	color: #fff;
	cursor: pointer;
	
}
.new-right ul li:hover p{
	color: #fff;
}
.new-right ul li:hover a{
	color: #fff;
}
.new-right ul li:hover span{
	color: #fff;
}
.new-right ul li:hover p a{
	color: #fff;
}*/


.t11{
	padding: 0;
}
.t4{
	padding: 0;
}

@media (min-width: 1200px){

}


.pad0{
	padding: 0;
}



.activebg{
	background: #ebf3f6;
	min-height: 660px;
	padding: 60px 0 47px;

}
.ac-xuan{
	margin-top: 30px;
}
.ac-xuan .ac-xtop{
	
	padding-top:10px;
}
.ac-xuan .ac-xtop ul{
	width: 100%;
	display: table;
}
.ac-xuan .ac-xtop ul li{
	/*float: left;*/
	display: table-cell;
	border-bottom: 2px solid #dddddd;
	font-size: 16px;
	color: #3263a5;
	text-align: center;
	/*padding: 0 15px;*/
	padding-bottom: 15px;
	position: relative;
	cursor: pointer;
}
.ac-xuan .ac-xtop ul li i{
	position: absolute;
	left: 45%;
	bottom: 0px;
	display: block;
	border-left: 5px solid transparent;
	border-top: 5px solid transparent;
	border-bottom: 5px solid #ebc32a;
	border-right: 5px solid  transparent;
	display: none;
}
.ac-xuan .ac-xtop ul li span{
	font-size: 14px;
	font-weight: bold;
	color: #afbbca;
	display: block;
        display: none;
	/*text-transform: capitalize;*/
	
}
.ac-xuan .ac-xtop ul li:hover{
	border-bottom: 3px solid #ebc32a;
}
.ac-xuan .ac-xtop ul li.active{
	border-bottom: 3px solid #ebc32a;
}
.ac-xuan .ac-xtop ul li.active i{
	display: block;
}
.ac-xuan .ac-xtop ul li:hover i{
	display: block;
}

.ac-xul{
	/*display:none;*/
	
}
.ac-xul ul li{
	border-bottom: 1px solid #d4e1f3;
	    padding: 17px 0;
	
}
.ac-xul ul li .li-date{
	width: 10%;
}
.ac-xul ul li .li-date p{
	color: #ebc32a;
	font-size: 32px;
	font-weight: bold;
	    height: 39px;
}
.ac-xul ul li .li-date span{
	display: block;
	font-size: 18px;
	color: #ebc32a;
}
.ac-xul ul li .li-dtt{
	width: 90%;
	margin-top: 11px;
}
.ac-xul ul li .li-dtt a{
	display: block;
	font-size: 16px;
	color: #333;
	overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    word-break: break-all;
}
.ac-xul ul li .li-dtt:hover a{
	color: #123e7a;
}
.ac-xul ul li .li-dtt p a{
	display: block;
	font-size: 14px;
	color: #777;
	font-family: arial;
	margin-top: 9px;
           overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    word-break: break-all;
}
.ac-xul ul li .li-dtt p{
	margin-top: 6px;
           overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    word-break: break-all;
}

.ac-rightcon .xueshu{
	margin-top: 45px;
    padding: 0 13px;

}
.ac-rightcon .xueshu .li-img{	
	overflow: hidden;	
}

.ac-rightcon .xueshu .li-img img{
	max-width: 100%;
	transition: all 1.5s;
	transform: scale(1.0);	
}

.ac-rightcon .xueshu:hover .li-img img {	
	transition: all 1.5s;
	transform: scale(1.21);	
}


.ac-rightcon .xueshu .li-tt{
	background: #f6f6f6;
	padding:20px  15px 25px 15px;
        height: 260px;
}
.ac-rightcon .xueshu .li-tt a{
	font-size: 16px;
	color: #123e7a;
	display: block;
	
	
}
.ac-rightcon .xueshu .li-tt a.ji{

    height: 50px;
	line-height: 28px;
       margin-bottom: 25px;

    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}
.ac-rightcon .xueshu .li-tt a.a1{
	font-size: 14px;
	color: #777;
	font-family: arial;
	min-height: 70px;
           margin-bottom: 7px;
    line-height: 22px;

overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}

.ac-rightcon .xueshu .li-tcon{
	line-height: 32px;
}

.ac-rightcon .xueshu .li-tcon p{
	font-size: 14px;
	color: #3e6eb0;
}

.ac-rightcon .xueshu .li-tcon p img{
	   margin-right: 4px;
}

.ac-rightcon .xueshu .li-tcon p img.hid2{
	display: none;
}

.ac-rightcon .xueshu .li-tt:hover{	
	cursor: pointer;
        background:#fff;
      box-shadow: 0 0px 8px rgba(0,0,0,.2);
}

.ac-rightcon .xueshu .li-tt:hover  p img.hid2{
	display: initial;
}

/*.ac-rightcon .xueshu .li-tt:hover  p img.hid{
	display: none;
}
.ac-rightcon .xueshu .li-tt:hover p{
	color:#fff;
}

.ac-rightcon .xueshu .li-tt:hover a.ji{
	color:#ebc32a;
}*/

/* end*/

.keyanbg{
	background: #ededed;
	/*min-height: 920px;*/
	padding: 63px 0 68px;
display: none;
}

.ntul{
	width: 67%;
	/*padding-top: 12px;*/
}
.ntul ul li{
	
	
}
.ntul ul li a{
	font-size: 18px;
	font-weight: bold;
	color: #123e7a;
	float: left;
        /*padding: 0 60px;*/
        min-width: 177px;
	text-align: center;
	border-right: 1px solid #c6cbcf;
	min-height: 44px;
	padding-top: 10px;
	
}

.ntul ul li a:hover{
      color: #ebc32a;
}

.ntul ul li a:hover span{
      color: #123e7a;
}

.ntul ul li a.last{
	border: none;
}
.ntul ul li a span{
	display: block;
	font-size: 14px;
	font-weight: bold;
	color: #97a2ac;
	margin-top: 5px;
	text-transform: uppercase;
        font-family: Arial;
    display: none;
}
.ntul ul li a:hover{
	text-decoration: none;
}

/*ntcon*/
.nt-con{
	margin-top: 38px;
	
}
.mar0{
	margin: 0;
}
.nt-con .bd{
	float: right;
	width: 870px;
}
.nt-con .bd img{
			height: 627px;
			max-width: 100%;
		}
		
		.nt-con .hd{
			width: 500px;
			position: absolute;
			left: 0px;
			top: 0px;
			/*font-family: "黑体";*/
		}
		.nt-con .hd li{
			border-bottom: 1px solid #ddd;		
			background: #fff;
			padding: 34px 41px;
			min-height: 209px;
                        cursor: pointer;
		}
	.nt-con .hd li:last-child{
		border-bottom: none;
	}
	
		.nt-con .hd li a.a1{
			color: #123e7a;
			display: block;
			line-height: 27px;
			font-size: 18px;
			font-weight: bold;
		}
	.nt-con .hd li a.a2{
		display: block;color: #123e7a;
		font-size: 16px;
		margin-top: 14px;
                line-height: 27px;
text-overflow: -o-ellipsis-lastline;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    margin-top: 5px;
	}
.nt-con .hd li a:hover{
	color: #123e7a;
}
		.nt-con .hd li.on {
			background: #5880B0;
			
		}
		.nt-con .hd li.on a{
			color: #fff;
		}
		

/**/

.stbg{
	display: -webkit-flex;
    display: flex;
}
.st-one{
	border-right: 2px solid #fff;
}
.st-two{
	border-right: 2px solid #fff;
}
.st-one,.st-two,.st-three{
	width: 33.33%;
	cursor: pointer;
}


.block-image{
	overflow: hidden;
}
.st-one img,.st-two img,.st-three img{
	max-width: 100%;
	width: 100%;
	transform: scale(1.0,1.0);
	transition: all 1.5s;
}
.st-one:hover img,.st-two:hover img,.st-three:hover img{

	transform: scale(1.15,1.15);
	transition: all 1.5s;
}
.block-image .sbg{
	position: absolute;
	left: 0px;
	bottom: 0px;
	max-width: 100%;
	width: 100%;
	z-index: 1;
}

.block-image h3{
	position: absolute;
	left: 0px;
	top: 48%;
	width: 100%;
	text-align: center;
	z-index: 11;
	padding: 0 10%;
	/*display: none;*/
	/*opacity: 0;*/
}
.block-image h3 a{
	color: #fff;
	text-decoration: none;
	display: block;
	font-size: 22px;
	line-height: 28px;
	font-weight: bold;
	text-shadow: 2px 2px 2px #333;
}
.block-image h3 a span{
	display: block;
	margin-top: 20px;
	font-size: 20px;
	font-family: arial;
	line-height: 30px;
       font-weight: normal;
	display: none;
}
.st-one:hover h3,.st-two:hover h3,.st-three:hover h3{
/*display: initial;*/
/*opacity: 1;*/
transition: all 1.5s;
}




.video{
	background: #eee;
	padding: 68px 0 56px;
	min-height: 880px;
}

.ntop2{
	background: #e9c847;
	padding: 19px 10px;
}
.ntop2 .new-tit{
	color: #fff;
}
.ntop2 .new-tit span{
	color: #fff;
}
.ntop2 .new-more a{
	background: none;
	border: none;
	font-size: 16px;
	font-weight: bold;
	text-shadow: 2px 2px 2px #999;
       margin-top: 5px;
           -webkit-transition: all 0.2s linear;
    -moz-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    -ms-transition: all 0.2s linear;
    transition: all 0.2s linear;
}
.ntop2 .new-more a:hover{
	background: none;
           font-size: 18px;
}

@media (min-width: 1200px){
.con2{
	width: 1375px;
}


}

.f91 .no:first-child{
display:none;
}

.v-img{
	position: relative;
    overflow: hidden;
}
.v-img span{
	position: absolute;
	left: 50%;
	top: 45%;
}

.v-img .img1{
	max-width: 100%;
        transform: scale(1.0,1.0);
        transition: all 1.5s;
}

.v-img:hover .img1 {
       transform: scale(1.15,1.15);
    transition: all 1.5s;
}

.video .pad2{
margin-top: 34px;
/*margin-left: -30px;	
margin-right: -45px;*/
}



.v-tt{
	background: #fff;
	padding: 30px 30px;
	min-height: 111px;
	/*transition: all 1.5s;*/
}

.mar15{
	margin-bottom: 15px;
	
}
.v-tt a{
	display: block;
	font-size: 26px;
	font-weight: bold;
	color: #1b4a8e;
        overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
}

.v-tt p a{
	display: block;
	font-size: 18px;
	color: #777;
	font-family: arial;
	padding-top: 20px;font-weight: lighter;
}

.v-tt:hover,.v-tt2:hover{
	background: #4f6ca0;
	cursor: pointer;
	/*transition: all 1.5s;*/
}
.v-tt:hover a,.v-tt2:hover a{
	color: #fff;
}
.v-tt2{
	background: #fff;
	padding: 20px 20px;
	/*transition: all 1.5s;*/
}
.v-tt2 a{
	color: #1b4a8e;
	font-size: 16px;
	font-weight: bold;
	
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
}
.v-tt2 p a{
	font-size: 14px;
	color: #777;
	font-family: arial;
	display: block;
	margin-top: 15px;
	font-weight: lighter;


    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
}

.stdent-top{
	position: absolute;
	left: 0px;
	top: 0px;
	width: 100%;
	min-height: 120px;
	background: rgba(255,255,255,0.9);
	z-index: 1111;
	padding-top: 25px;
	display: none;
	/*opacity: 0;*/
}

.student:hover .student-top{
	/*opacity: 1;*/
	display: block;
	
}

/*这个地方是要鼠标点击图片，出现德赢新版app风采 这个导航条的*/






.stdent-top .new-ul2 {
	
}
.stdent-top .new-ul2 ul{
	/*background: url(/_upload/tpl/0b/68/2920/template2920/images/stbg1.png) no-repeat right center;
	min-height: 100px;*/
}
.stdent-top .new-ul2 ul li{
	float: left;
	padding: 11px 37px 11px 79px;
	background: url(/_upload/tpl/0b/68/2920/template2920/images/stbg1.png) no-repeat left center;
	text-align: center;
}
.stdent-top .new-ul2 ul li a{
	font-size: 28px;
	color: #123e7a;
	text-decoration:none;
	
}
.stdent-top .new-ul2 ul li a span{
	display: block;
	font-size: 18px;
	color: #ebc32a;
	padding-top:4px;
}

/* footer end */

.footer{
	background: #2b3e5d;	
        padding: 40px 0 32px 0;
	min-height: 145px;
}

.wc-copya{
	text-align: center;
	padding-top: 41px;
}
.wc-copya a{
	display: inline-block;
	font-size: 16px;
	color: #fff;
	padding:0 37px 0 38px;
}
.wc-copya a img{
	padding-right: 10px;
           -webkit-transition: all 0.2s linear;
    -moz-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    -ms-transition: all 0.2s linear;
    transition: all 0.2s linear;
}

.wc-copya a:hover img {
    margin-top: -6px;
}

.wc-copya a:hover{
    color: #fff !important;
}



.footer p{
	color: #fff;
	line-height: 25px;
	font-size: 14px;
	
}
.footer img{
	max-width: 100%;
}
.footer p a{
	color: #fff;
	
}
.footer p a:hover{
	text-decoration: underline;
}
.fer{
	text-align: center;
	/*padding-top:16px;*/
       float: right;
        
}
.fer a{
  /*padding: 0 6px;*/
	display: inline-block;
  margin-left: 26px;
	
}
.fer a p{
     margin-top:5px;
}
.fer a img{
	max-width: 100%;
}


.wc-copy{
    text-align: center;
    padding: 15px;
    background: #f5f5f5;
}

.wc-copy p{
	text-align: center;
	color:#333;
	font-size:14px;
}
.wc-copy p a:hover{
    color: #333;
}

 /*最小1200屏幕到最大*/

 @media (min-width: 1400px){

.container{
	width: 1400px;
}

}

 /*@media (min-width: 1299px){
.container{
	width: 1270px;
}

 .banner .btt{
  	padding-top:115px;
  	width: 47%;
  }
.ntul ul li a{
	
}
}*/
  
@media (min-width: 1400px){
.container{
	width: 1400px;
}

}

@media (max-width: 1400px) {
   .ntul ul li a{
        min-width: 153px;
   }

  .wc-copya a{
     padding: 0 22px 0 22px;
  }


}


@media (min-width: 1201px) and (max-width: 1399px) {

.container{
	width: 1230px;
}

.new-right ul li{
      padding: 6px 10px;
}

.ac-rightcon .xueshu .li-tt{
     min-height: 312px;
    padding: 20px 10px 20px 25px;
}

.wc-copya a{
   padding: 0 20px;
}


 .banner .btt{
  	padding-top: 50px;
  	width: 47%;
 }

.banner .ban-tt h4 a{
   font-size: 32px;
  -webkit-line-clamp: 2;
}

.banner .ban-tt p a{
font-size: 30px;
-webkit-line-clamp: 2;
}


.ntul ul li a{
  padding: 0 30px;
}

}


@media only screen and (max-width: 1200px){
  .container {
    width: 100%;
    margin: 0px auto;
   }
}
@media (min-width: 993px) and (max-width: 1400px) {
.stdent-top .new-ul2 ul li{
    padding: 11px 40px 11px 64px;
}
}
@media (min-width: 993px) and (max-width: 1200px) {
    /*中等屏幕设备 桌面*/

.wc-top{
    min-height: 90px;
}
.wc-menu {
    margin-top: 30px;
}

.new-top .new-tit-spe {
    padding: 30px 0;
}

.stdent-top .new-ul2 ul li{
    /*padding: 11px 74px 11px 104px;*/
}

  .navbar-nav>li>a {
    padding: 15px 10px;
} 

.navbar-default .navbar-nav>li>a{
	 font-size: 16px;
}

   .nul ul li .li-text p{
   	overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
   	
   	
   }
   .banner .ban-ttbg{
	   bottom:3%;
   }
   .banner .btt{
	   padding:20px;
	   min-height: 200px;
	   width: 50%;
   }
   .banner .ban-tt h4 a{
		
		overflow: hidden;
		font-size: 28px;
		line-height: 36px;
		margin-bottom:0px;
	}
   .banner .ban-tt p a{
   	font-size: 20px;
   	line-height: 26px;
    -webkit-line-clamp: 2;
   }
 .banner .btt{
 	padding-top: 80px;
 }
 .new-right ul li .li-date{
 	width: 18%;
   text-align: center;
 }
 .new-right ul li .li-tt{
 	width: 80%;
 }
.ac-xuan .ac-xtop{
        padding-top: 0px; 
}  

 .ac-rightcon .xueshu {
    margin-top: 33px;
}

.ntul{
	padding-top: 15px;
       width: 100%;
}

.ntul ul {
    display: table;
    padding-top: 15px;
    width: 100%;
}

.ntul ul li {
    display: table-cell;
    text-align: center;
    border-left: 1px solid #c6cbcf;
}

.ntul ul li:first-child {
    border-left: none;
}

.ntul ul li a {
    border: none;
    padding: 0;
    font-size: 16px;

    min-width: auto;
    float: none;
}


  .ntul ul li a span{
  	font-size: 12px;
  	display: inline;
  }
  
.wc-copya a{
    padding: 0 20px;
}
 .wc-copya{
padding-left:30px;
}

   .fer{
	  width: 100%;
          /*padding-right:15px;*/
   }

   .fer a{
	   padding-bottom: 5px;
   }
   
   .ke-con{
 	padding-top: 20px;
 } 
 .ke-con img{
 	max-width: 100%;
 } 
  .ke-con .btt{
  	background: #fff;
  	color: #123e7a;
  	padding: 15px 10px;
  }  
.ke-con .btt h4 a{
	color: #123e7a;
	font-size: 16px;
	line-height: 25px;
}   
 .ke-con .btt p a{
	color: #123e7a;
	margin-top: 10px;
	display: block;
}     
   .ke-con .swiper-wrapper{
   	padding-bottom: 40px;
   }
   
   .ke-con .swiper-pagination-bullet{
   	width: 12px;
   	height: 12px;
   	/*background: #fff;*/
   }
   .ke-con .swiper-pagination-bullet-active{
   	
   	background: #ebc32a;
   }
    
   .new-right ul li:last-child{
   	display: none;
   }
   


   .nt-con .hd{
   	width: 27%;
   }
   .nt-con .hd li{
   	padding: 10px ;
   }
   .nt-con .bd{
   	width: 73%;
   }
   .nt-con .bd img{
   	width: 100%;
   	height:500px;
   }
.nt-con .hd li{
height:167px;
min-height:167px;
overflow: hidden;
}

   .nt-con .hd li a.a1{  
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
height:50px;
    }

   .nt-con .hd li a.a2{
    margin-top: 10px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
display: none;
    }
   
   .ac-rightcon .xueshu .li-tt{
          min-height: 322px;
         padding: 20px 10px 10px 25px;
   }
   
  .ac-rightcon .xueshu .li-tcon p{
     overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
  }

  .ac-xul ul li {
    /*padding: 20px 0 19px;*/
}
   
  .new-right ul li{
       padding: 10px 0 13px;
  }
   
 .v-tt p a {
   overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
  }
   
}



/* 中屏以上**/
@media screen and (min-width: 992px) {

   .new-right ul li:first-child {
   
  }

  .new-right ul li:first-child .li-tt {
    margin-top: 0px;
}  

.col-lg-4.col-md-4.col-sm-12.w48{
       padding-left: 3%; 
} 


.video .pad2 .no{
      padding: 0 0 0 10px;
}

}


@media (min-width: 768px) and (max-width: 992px) {
    /*小屏幕设备 平板*/
	
  
  .navbar-nav>li>a { 
    /*padding: 10px 5px;*/
    
}

.menu-button{
	top: 34px;
}
 .ke-con{
 	padding-top: 20px;
 } 
 .ke-con img{
 	max-width: 100%;
 } 
  .ke-con .btt{
  	background: #fff;
  	color: #123e7a;
  	padding: 15px 10px;
  }  
.ke-con .btt h4 a{
	color: #123e7a;
	font-size: 16px;
	line-height: 25px;
}   
 .ke-con .btt p a{
	color: #123e7a;
	margin-top: 10px;
	display: block;
}     
   .ke-con .swiper-wrapper{
   	padding-bottom: 40px;
   }
   
   .ke-con .swiper-pagination-bullet{
   	width: 12px;
   	height: 12px;
   	/*background: #fff;*/
   }
   .ke-con .swiper-pagination-bullet-active{
   	
   	background: #ebc32a;
   }
   

.banner .ban-ttbg{
	   bottom:3%;
   }
  
    .banner .btt h4{
		height: 105px;
		
		overflow: hidden;
		
		line-height: 26px;
		margin-bottom:0px;
	}
  .banner .btt h4 a{
  	line-height: 36px;
  }
   .banner .btt p a{
	   margin-top:0px;
	   font-size: 16px;
   }
   
.new-right{
	margin-top:0px;
}
   .fer{
   width: 100%;
    text-align: center;
padding-top: 20px;
   }
   .fer a{
   	   padding-bottom: 5px;
   }

.wc-copya{
}

.wc-copya a {
    padding: 0 6px;
}

   .navbar-default .navbar-nav>li>a{
   	font-size: 14px;
   	padding: 15px 4px;
   }

   .nul ul li{
   	margin-bottom: 10px;
   }
   
  
   
  
   
   .banner .ban-tt p{
	  /* font-size: 34px;
	   line-height: 37px; */
   }
   .banner .ban-tt a{
	   
   }
   .banner .swiper-container-horizontal>.swiper-pagination-bullets, .swiper-pagination-custom, .swiper-pagination-fraction {
       width: 31%;
       bottom: 0px;
   }
   
   .banner .ban-ttbg{
	   bottom:1%;
   }
   
   
   /**/
   .newsbg ul li .li-date {
    width: 10%;
    height: auto;
    text-align: center;
    padding: 0;
}

.new-right ul li .li-tt{
    width: 90%;
    min-height: auto;
    margin-top: 12px;
}

.ac-xul ul li .li-date{
   text-align: center;
}

.ac-rightcon .xueshu .li-img img{
  width:100%;
}

.v-img .img1{
    width:100%;
}

.news-ct{
   margin-top: 20px;
}

   .mar15{
   	margin-top: 20px;
   }
   
   /*.video .pad2{
   	margin: 0;
   	margin-top: 35px;
   }*/


   .new-top .new-tit{
   	font-size: 30px;
   }
   .new-top .new-tit span{
   	font-size: 20px;
   }
   .keyanbg{
   	padding: 50px 0;
   	min-height: 550px;
   }
   .stdent-top{
   	position: relative;
   }
   .stdent-top .new-ul2{
   	padding-top: 20px;
   }
   .stdent-top .new-ul2 ul li{
   	padding: 0 25px 0 25px;
        background-image: none;
   }
    .stdent-top .new-ul2 ul li a{
   	font-size: 24px;
   }
   .t3{
   	margin-top: 30px;
   }
   .t4{
   	margin-top: 20px !important;
   }

   .block-image h3{
   	top: 21%;
   }
   .block-image h3 a{
   	font-size: 20px;
   	
   }
   .block-image h3 a span{
   	
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
   }
   
   
   
   
   .ntul{
 	width: 100%;
 	float: none;
 	padding-top: 13px;
 }

  .ntul ul {
    display: table;
    padding-top: 15px;
    width: 100%;
}

.ntul ul li {
    display: table-cell;
    text-align: center;
    border-left: 1px solid #c6cbcf;
}

.ntul ul li:first-child {
    border-left: none;
}

.ntul ul li a {
    border: none;
    padding: 0;
    font-size: 16px;

    min-width: auto;
    float: none;
}

  .ntul ul li a span{
  	font-size: 12px;
  	display: inline;
  }
  
  .mar151{
  	margin-left: -15px;
  }
  .mar152{
  	margin-right: -15px;
  }
  
  .banner .btt{
  	padding-top: 40px;
  	width: 47%;
  }
  .banner .ban-tt h4 a{
  	font-size: 24px;
  	margin-bottom: 0;
  }
  .banner .ban-tt p a{
  	font-size: 20px;
  }
  
  
.new-right ul li {
    padding: 9px 0;
}

  .nban .slidetop .hd{ 
			
			overflow:hidden; position:absolute; right:20px; bottom:30px; z-index:1; }
.nban .slidetop .hd ul{ 
			overflow:hidden; zoom:1;  }
.nban .slidetop .hd ul li{ 
			float:left; 
			  margin: 0 3px;
			width:29px; height:28px;
			 line-height:14px; 
			 
			 text-align:center; 
			 background: #fff; cursor:pointer; 
			color: transparent;
			background: url(/_upload/tpl/0b/68/2920/template2920/images/neic1.png) no-repeat center center;
			}
.nban .slidetop .hd ul li.on{ 
			background: url(/_upload/tpl/0b/68/2920/template2920/images/neic2.png) no-repeat center center;
			
		 }
   
}


@media (max-width: 767px) {
    /*超小屏幕设备 手机*/
    .nban .slidetop .hd{ 
			
			overflow:hidden; position:absolute; right:20px; bottom:30px; z-index:1; }
.nban .slidetop .hd ul{ 
			overflow:hidden; zoom:1;  }
.nban .slidetop .hd ul li{ 
			float:left; 
			  margin: 0 3px;
			width:29px; height:28px;
			 line-height:14px; 
			 
			 text-align:center; 
			 background: #fff; cursor:pointer; 
			color: transparent;
			background: url(/_upload/tpl/0b/68/2920/template2920/images/neic1.png) no-repeat center center;
			}
.nban .slidetop .hd ul li.on{ 
			background: url(/_upload/tpl/0b/68/2920/template2920/images/neic2.png) no-repeat center center;
			
		 }
   .logo {
     
	   margin-left: 10px;
   }
   .logo img{
   	max-width: 80%;
   }
   .wc-top{
	   position: relative;
	 
	   min-height: 70px;
   }
   

   .new-right{
   	margin-top:0px;
   }
   
   
   .fer a{
	   margin:40px 15px 5px 0;
   }
   .fer {
     text-align: center;
     width: 100%;
   }

   .footer{
	   padding-top: 20px;
   }
 .chang-right {
     margin-top: 30px;
     margin-bottom: 50px;
 }
  .swiper-wrapper {
  	
  }
  .banner .btt{
  	position: absolute;
  	left: 0px;
  	bottom: -68px;
  	width: 100%;
  	padding: 0 10%;
  	height: 104px;
  	overflow: hidden;
  	
  }
.banner .ban-ttbg{
  background:none;
}

  .banner .btt h4 a{
  	font-size: 16px;
  	display: block;
  	color:#fff;
  	line-height: 23px;
  	text-shadow: none;
  }
    .banner .btt p a{
  	font-size: 16px;
  	display: block;text-shadow: none;
  	color:#fff;	line-height: 23px;
  	margin-top: 10px;
  }
  
  
    .banner .ban-tt{
		background: rgba(26, 64, 124, 0.5);
		padding:0px;
		width:100%;
		min-height: 30px;
                bottom:0px;
	}

	 .banner .ban-tt h4{
		 color: #333;
		 font-size: 16px;
		 line-height: 25px;
		 margin-bottom: 0px;
	 }

   .banner .ban-tt p{
   	font-size: 14px;
	color: #333;
        margin:5px 0;
	line-height: 25px;
   }

   .banner .ban-tt a{
   	  background: none;	 
	  margin-top: 10px;
	  color: #fff;
	  /* padding: 5px 10px; */
	  display: block;
	  line-height: 35px;
	  height: 35px;
	  	font-size: 14px;
		/*width: 115px;*/
		display: none;
   }

   .banner .swiper-container-horizontal>.swiper-pagination-bullets, .swiper-pagination-custom, .swiper-pagination-fraction{
	   width: 100%;
	   bottom:0%;
	   height: 30px;
   }
   .banner .swiper-pagination-bullet{
	   background: #004687;
	   width: 10px;
	   height: 10px;
   }
   .banner .swiper-pagination-bullet-active{
	    background: #ebc32a;
   }
   .dong1 ul li span.li-att p{
	   font-size: 16px;
   }
   
   .new-top .new-tit h5{
   	font-size: 22px;
   }
   .new-top .new-tit span{
   	font-size: 16px;
   
    
   }
   .new-top .new-tit img {
    padding-right: 5px;
    max-width: 25%;
}

  .new-top .new-more a{
  	font-size: 14px;
  } 

.news-ct {
    margin-top: 5px;
}


   .new-left {
    margin-top: 15px;
}
  .new-top .new-more a{
  	padding: 0 10px;
  }
  .new-left .slidetop .ban-text{
  	bottom: 5px;
  	overflow: hidden;
  }

  /*.new-left .slidetop .ban-text p{
  	height: 50px;
  	overflow: hidden;
  }*/

  .new-right ul li .li-tt{
  	min-height: auto;
  	margin-top: 0px;
  }
  
  .ac-xul ul li .li-date{
  	width: 13%;
       text-align: center;
  }
  .ac-xul ul li .li-dtt{
  	width: 84%;
  }
  
  
  .video{
  	padding-bottom: 30px;
  	padding-top: 30px;
  }
  
  .ntop2{
  	margin: 0;  	
  }
  
  .video .pad2{
  	margin-right: -15px;
  	margin-left: -15px;
  }
  
  .mar15{
  	margin: 0 -15px;
  }
  .mar20{
  	margin: 20px -15px;
  }
 
  .wc-copya{
       padding-top: 25px;
         display: table;
    width: 100%;
}

  .wc-copya a{
  	margin-bottom: 10px;
        padding: 0;
        display: table-cell;
  }
  .v-tt{
  	min-height: 88px;
  	padding: 15px 20px;
  }
  .v-tt a{
  	font-size: 16px;
  }
  .v-tt p a {
    font-size: 14px;
   
}
  
  
  
   .pad3 a, .p-t a {
       display: block;
       font-size: 24px;
       font-weight: bold;
       color: #fff;
       position: absolute;
       left: 0;
       text-align: center;
       width: 100%;
       bottom: 22px;
       text-shadow: 2px 2px 2px #333;
   }



   .newsbg{
	   padding-top:30px;
	   padding-bottom: 32px;
   }

  
 
   .newsbg ul li .li-date{
    width: 13%;
    text-align: center;
    height: auto;
padding: 0;
   }



   .newsbg ul li .li-tt{
	   width: 84%;
   }

   .t3{
   	margin-top: 30px;
         padding: 0;
   }

  .ac-rightcon .xueshu {
    margin-top: 25px;      
}

.ac-rightcon .xueshu .li-img img{
	width: 100%;
}

.v-img .img1 {
 	width: 100%;
}

.ac-xuan .ac-xtop{
 padding-top: 10px;
}
 
 .stbg{
 	display: block;
 	
 }
 .st-one, .st-two, .st-three {
    width: 100%;
    margin:0 0 20px;
    
}
.st-one{
	border-right: 0px;
}
.st-two{
	border-right: 0px;
}

 .block-image h3{
 	opacity: 1;
 }
 .activebg{
 	padding: 30px 0;
 }

.activebg .ac-xuan{
   margin-top: 0px;
}

 .keyanbg{
 	padding: 20px 0;
 	min-height: 400px;
 }
 .ntul{
 	width: 100%;
 	float: none; 	
 }
  .ntul ul {
  	display: table;
  	padding-top: 15px;
        width: 100%;
  }

  .ntul ul li{
         display: table-cell;
         text-align: center;
        border-left: 1px solid #c6cbcf;
  }
 
.ntul ul li:first-child{
   border-left: none;
}

 .ntul ul li a{
    padding: 0;
    font-size: 16px;

    border: none;
    float: none;
    min-width: auto;
 }

  .ntul ul li a span{
  	font-size: 12px;  
        text-transform: capitalize;	
  }
 
 
 
 
 .new-left .slidetop .ban-text a{
 	height: 60px;
 	overflow: hidden;
 	font-size: 16px;
 }
 
 .student{
 	padding-bottom: 10px;
 }
 
 
 .stdent-top{
 	position: relative;
        padding: 20px 0;
       min-height: auto;
    z-index: 0;
 }

.stdent-top .new-ul2{
 	width: 100%;
 	float: none !important;
 }
  .stdent-top .new-ul2 ul {
  	display: table;
  	padding-top: 15px;
        width: 100%;
  }

  .stdent-top .new-ul2 ul li{
         display: table-cell;
         text-align: center;
        float: none;
 	background: none;
 	padding:0; 
  }
 

 .stdent-top .new-ul2 ul li a{
    padding: 0;
    font-size: 18px;
    min-height: 50px;
    border: none;
    float: none;
    min-width: auto;
 }

  .stdent-top .new-ul2 ul li a span{
  	font-size: 14px;  
        text-transform: capitalize;	
  }


 .new-tit2{
   margin-bottom: 10px;
 }
   
 .ke-con{
 	padding-top: 20px;
 } 
 .ke-con img{
 	max-width: 100%;
 } 
  .ke-con .btt{
  	background: #fff;
  	color: #123e7a;
  	padding: 15px 10px;
  }  
.ke-con .btt h4 a{
	color: #123e7a;
	font-size: 16px;
	line-height: 25px;
}   
 .ke-con .btt p a{
	color: #123e7a;
	margin-top: 10px;
	display: block;
}     
   .ke-con .swiper-wrapper{
   	padding-bottom: 40px;
   }
   
   .ke-con .swiper-pagination-bullet{
   	width: 12px;
   	height: 12px;
   	/*background: #fff;*/
   }
   .ke-con .swiper-pagination-bullet-active{
   	
   	background: #ebc32a;
   }
   
   .v-img .img1{
    width:100%;
}
   
}

@media only screen and (min-width: 766px) and (max-width: 855px){
	.banner .ban-tt a{
		display: none;
	}
	.banner .ban-tt{
		min-height: 120px;
	}
}


@media only screen and (min-width: 480px) and (max-width: 767px){
	.t-two{
		   margin-bottom: 0;
	}
	.top-two{
		margin-left: -30px;
	}
	.navbar-nav>li{
	display: block;
	text-align: left;
}
.navbar-default .navbar-toggle {
    border-color: #fff;
}
.navbar-default .navbar-toggle .icon-bar {
    background-color: #fff;
}
.navbar-default .navbar-toggle:focus, .navbar-default .navbar-toggle:hover {
    background-color: transparent;
}

.navbar-default .navbar-nav .open .dropdown-menu>li>a {
    color: #fff;
}
.banner{
	/* min-height: 300px; */
}

.wc-top {
    min-height: 70px;
}
.tbg{
	background: none;
}

.jingsai .t-one1 {
       background: url(/_upload/tpl/0b/68/2920/template2920/images/yimg1.jpg) no-repeat center center;
       min-height: 320px;
       margin: 0;
       padding-top: 10px;
       background-size: cover;
   }


.logo img{
	max-width: 80%;
}
.chang-right .chang-two span, .chang-right .chang-three span, .chang-right .chang-four span, .chang-right .chang-five span{
	font-size: 16px;
}


}
@media only screen and ( max-width:479px){

.navbar-nav>li{
	display: block;
	text-align: left;
}
.navbar-default .navbar-nav .open .dropdown-menu>li>a {
    color: #fff;
}
.navbar-default .navbar-nav .open .dropdown-menu>li>a:hover{
    color: #fff;
}
.navbar-default .navbar-toggle {
    border-color: #fff;
}
.navbar-default .navbar-toggle .icon-bar {
    background-color: #fff;
}
.navbar-default .navbar-toggle:focus, .navbar-default .navbar-toggle:hover {
    background-color: transparent;
}
.banner{
	/* min-height: 300px; */
	/*margin-top: 119px;*/
}
.navbar-default .navbar-nav>li>a{
	font-size: 16px;
}
.banner .bd{
	min-height: 300px;
}
.banner .ban-text{
	top: -230px;
	width: 300px;
	height: 130px;
}
.banner .bd ul li{
	min-height: 300px;
}
.banner .ban-text ul li a{
	font-size: 16px;
}
.t-two{
	   margin-bottom: 0;
   }
/**/

.flogo {
    text-align: center;
    float: none;
}


}
/* 苹果5e/se */
@media only screen and ( max-width:320px){
	
	.banner .btt{
		bottom: -33%;
		height: 102px;
	}
	.new-top .new-tit{
		font-size: 20px;
	}
	.new-top .new-tit span{
		font-size: 12px;
	}
	.new-top .new-more a{
		width: 70px;
	}
	.block-image h3{
		top: 36%;
	}
	.block-image h3 a {
		font-size: 18px;
	}
	.block-image h3 a span{
		font-size: 18px;
	}

        .ac-xuan .ac-xtop ul li span{
         font-size: 12px;
        }

.ac-xul ul li .li-date p{
  font-size: 28px;
}

        .ac-xul ul li .li-date span{
    font-size: 16px;
     }
	
.ntul ul li a span {
    font-size: 10px;
    font-weight: normal;
    text-transform: capitalize;
}
	
}




@media (max-width: 530px) {
.stdent-top{
    display: block !important;
}
.stdent-top .new-ul2{
    width: 100%;
    margin-top: 25px;
    display: block !important;
}

}







