@charset "utf-8";

/* CSS Document */
* {
	padding: 0;
	margin: 0;
	border: 0;
}

body {

	font-family: "微软雅黑";
	font-size: 14px;
	color: #595c5b;
}

ul li {
	list-style: none;
}

a {
	text-decoration: none;
	color: #828282;
}

a:hover,
a:visited {
	text-decoration: none;
}

a:hover {
	color: #006ec7;
}

p,
ul {
	margin: 0;
}

.clearfix:after {
	content: "";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

.clearfix {
	zoom: 1;
}

.col-md-3,
.col-sm-3,
.col-xs-12,
.col-md-4,
.col-md-6,
.col-md-12,
.col-sm-6,
.col-xs-12,
.col-sm-12 {
	padding: 0;
}

/*头部*/

.body1{
    position:relative;
    min-height:100vh;
    padding-bottom:150px;
}
.container {
	padding: 0;
}


/*颜色选择*/
.hedtopcolor {
	background: #003085;
}

.contentcolor {
	background: #f2f5f9;
}

.contet-box {
	background: #fff;
	padding: 30px;
}

/*样式开始*/

.header-nav {
	padding: 20px 0 25px;


}

.logo {
	display: block;
	width: 45%;
	float: left;
}

.navbar-toggle {
	display: none;
	position: relative;
	float: right;
	width: 24px;
	height: 22px;
	background: url(../images/anniu.png) no-repeat;
	margin-top: 15px;
	padding: 0;
	margin-right: 0;
	margin-bottom: 8px;
	border: none;
	border-radius: 0px;
}



.header-nav .container {
	position: relative;

}

/*导航*/

.nav {
	float: left;
	width:55%;
	margin-bottom: 0;
	margin-top: 10px;
}

.nav .container{
	 width: auto;

}

.nav ul{
	 width: 73%;
	  float: left;

}

.nav ul li {
	float: left;
	height: 38px;
	line-height: 38px;
	text-align: center;
	width:22%;
	background: url(../images/nav-bolid.png) left center no-repeat;

}

.nav ul li:first-child{
	 width: 12%;
	background: none;
}


.nav ul li a {
	display: block;
	width: 100%;
	color: #333;
	height: 45px;
	font-family: "微软雅黑";
	font-size: 18px;
}

.nav ul li.active {
	
	border-bottom: 3px solid #1b4a98;
}
.nav ul li.active a{
     color: #1b4a98;
}

.nav ul li:hover {
	
	border-bottom: 3px solid #2d52ad;
}

.nav ul li:hover a{
   color: #2d52ad;
}

/*搜索*/
.search {
	float: left;
	width:27%;
	height: 38px;
	line-height: 38px;
	 border: 1px solid #dddddd;
	  border-radius: 20px;
}

.searchbox .search_kang {
	width: 130px;
	height: 28px;
       line-height: 28px;
	padding-left: 15px;
	border-radius: 20px;
	text-align: left;
	vertical-align: middle;
	outline: none;
           margin-bottom: 5px;
}

.searchbox .search_kang:-webkit-autofill {

	-webkit-box-shadow: 0 0 0 1000px #fff inset;
	/*-webkit-text-fill-color: #e0e0e0;*/

}


.searchbox .search-button {
	width: 27px;
	height: 28px;
	line-height: normal;
	color: #fff;
	margin-bottom: 5px;
	vertical-align: middle;
}



/*banner相关设置*/
.banner{
	margin: 0 0 5px;
}

.banner .fullWidth{
	overflow: hidden;
}

#full-width-slider {
	width: 100%;
	color: #000;
	box-shadow: 0 3px 3px #ccc;
}

#full-width-slider .rsOverflow {
	position: absolute;
	left: 0;
	top: 0;
}


.rsMinW .rsBullets {
	position: absolute;
	bottom: 5px;
	right: 45%;
	z-index: 35;
	padding-top: 4px;
	height: auto;
	text-align: center;
	line-height: 6px;
	overflow: hidden;
}

.rsMinW .rsBullet {
	/*width: 45px;*/
	height: 10px;
	display: inline-block;
	*display: inline;
	*zoom: 1;
	box-sizing: content-box;
	padding: 6px 5px 6px 4px;
}

.rsMinW .rsBullet span {
	display: block;
	width: 10px;
	height: 10px;
	border-radius: 50%;
	background: #fff;

}

.rsMinW .rsBullet.rsNavSelected span {
	background: #2d52ad;

}

#full-width-slider .rsGCaption {
	 display: none;
	position: absolute;
	left: 0;
	bottom: 0;
	font-size: 18px;
	color: #fff;
	width: 100%;
	height: 54px;
	line-height: 54px;
	/* background: url(../images/banner-title.png) left center repeat; */
	text-align: left;
	padding-left: 2%;
	padding-right: 10%;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

#full-width-slider .rsArrowLeft {
	position: absolute;
	left: 10px;
	top: 43%;
}

#full-width-slider .rsArrowLeft .rsArrowIcn {
	width: 28px;
	height: 35px;
	
}


#full-width-slider .rsArrowRight {
	position: absolute;
	right: 10px;
	top: 43%;


}

#full-width-slider .rsArrowRight .rsArrowIcn {
	 display: none;
	width: 28px;
	height: 35px;
}


/*首页标题*/


.title {
	border-bottom: 1px solid #cccccc;
	margin-bottom: 2px;
}

.title h3 {
	float: left;
	height: 45px;
	line-height: 45px;
	color: #1b4a98;
	font-size: 18px;
	font-weight: normal;
	margin: 0 0 0 5px;
	 background: url(../images/title-bolid.png) left center no-repeat;
	 padding-left: 10px;
}

.title .more {
	float: right;
	margin-top: 14px;
	font-size: 14px;
	color: #666;
	padding-right:5px;
}

.more:hover {
	color: #2d52ad;
}



/*第二版*/
.Notice{
	padding-right: 1%;
}
.new{
	padding: 0 0.5%;
	
}

.promotion{
	padding-left: 1%;
}

.index-list ul {
	min-height: 250px;
        margin-top: 8px;

}

.index-list ul li {
	 background: url( ../images/index-list.png) left bottom repeat-x;
}

/*.index-list ul li:first-child{
	background: none;
} */

.index-list ul li a {
	display: block;
	margin-left: 5px;
	height: 42px;
	line-height: 42px;


}

.index-list ul li a p {
	width: 100%;
	height: 42px;
	color: #2b2b2b;
	font-size: 14px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;

}

.index-list ul li a:hover p{
	color:#1b4a98;
}


/*当前位置和当前栏目*/


.banner-contact{
	position: relative;
}

.banner-contact img{
	max-width:100% ;
}

.banner-text{
	width:70%;
	 height: 80%;
	top:10%;
	left: 15%;
	position: absolute;
	 background: url(../images/banner-bu.png) repeat;

}

.banner-text h4{
	color: #fff;
	text-align: center;
	font-size: 16px;
	margin-top: 7%;
}

.banner-text h2{
	 font-size: 30px;
	  color: #fff;
	   text-align: center;


}

.banner-text p{
	 font-size: 16px;
	 color: #fff;
	 line-height: 36px;
	

}

.banner-text .abstract {
    width: 70%;
    margin: 3% 15%;
     height: 108px;
	 text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.banner-text .more{
	 display: block;
	 margin: 3% auto;
	 height: 40px;
	 line-height: 40px;
	  text-align: center;
	  width: 156px;
	font-size: 16px;
	color: #2d52ad;
	background: #fff;
	border-radius: 20px;
	

}
.banner-video {
    width: 44%;
    height: 80%;
    top: 10%;
    left: 28%;
    position: absolute;
    /* background: url(../images/banner-bu.png) repeat; */
}

.banner-video .more{

    display: block;
    margin: 3% auto;
    height: 35px;
    line-height: 35px;
    text-align: center;
    width: 120px;
    font-size: 14px;
    color: #2d52ad;
    background: #fff;
    border-radius: 20px;

	

}


.banner-content img{
	max-width:100% ;

}

.location {
	text-align: left;
	font-size: 16px;
	color: #666;
	padding-left: 22px;
	background: url(../images/location.png) left center no-repeat;
}

.location a {
	font-size: 16px;
	color: #666;

}

.location .on {
	color: #02783f;
}

.columntitle {
	color: #1b4a98;
	text-align: left;
	height: 45px;
	line-height: 45px;
	font-size: 20px;
	font-weight: normal;
	margin-bottom: 0;
	margin-top: 10px;
	 background: url(../images/title-bolid.png) left center no-repeat;
	 padding-left: 10px;
	 border-bottom: 1px solid #cccccc;
}

.association{
	margin-top: 20px;
 
    min-height: 400px;
	 
}

.association h3{
	font-size: 18px;
	color: #2d52ad;
	font-weight: normal;
}

.association p{
	line-height: 32px;
}

.association ul{
	margin-left: -2%;
}

.association ul li{
	width: 23%;
	margin-left: 2%;
	margin-bottom:20px; 
	float: left;
	text-align: center;
	padding: 15px 0;
	border: 1px solid #e3e3e3;
}

.association ul li p{
	height: 73px;
	line-height: 73px;
}
.association ul li p+p{
	 height: auto;
	 line-height:16px;
	 width: 86%;
	 margin: 10px 7%;
	 padding: 10px 5px;
		border-radius: 20px;
		font-size: 16px;
		color: #666;
	background: #fafafa;
}


/*列表*/
.conterntbox{
   margin-bottom:20px;
}
.contactitle h3{
	 text-align: center;
	 font-size: 24px;
	 color: #333333;
	  font-weight: normal;
	  margin: 20px 0 5px;

}
.contactitle p{
	 text-align: center;
	color: #b9b9b9;
}



.list-contanct{
     width: 70%;
    margin: 0 auto;
}

.list-contanct ul li{
	width:100%;
	 height:290px;
          padding: 35px 0 35px 35px;
	  background: #f2f2f2;
	 margin:0 0 25px;
	 float:left;
	 overflow:hidden;
	 zoom:1;
}

.list-contanct li .expert_img{
   float:left;
	width:305px;
	height:205px;
	overflow:hidden;
    margin-top: 8px;
   
}

.list-contanct ul li .expert_img img{
	height:100%;
}


.list-contanct ul li .expert_text{
   overflow:hidden;
   zoom:1;
   padding: 0px 2%  0 6% ;
/*cursor: pointer;*/

}

.list-contanct ul li .expert_text h4{
	font-size:20px;
	color:#333;
	font-weight: normal;
	height:30px;
	line-height:30px;
	margin-bottom:0px;
margin-top: -3px;
}
.list-contanct ul li .expert_text p{
   font-size:14px;
   color:#666666;
   line-height:25px;
}

.list-contanct ul li a:hover .expert_text p{
  color:#666666;
}

.list-contanct .content-table{
    margin-top: 40px;
}
.list-contanct table{
   border: 1px solid #dee3f1;
}

.list-contanct table tr td{
  border: 1px solid #dee3f1 !important;
 font-size: 16px;
    color: #333;
    line-height: 1.5;
       padding: 30px 45px !important;
}

.list-contanct table tr td+td{
   padding: 30px 0 30px 160px !important;
}

table tr:nth-child(odd){

background: #f5f7fb;

}



.list-contanct table .firstRow{
background: #dee3f1;
    color: #000000;
    height: 45px;
    font-size: 18px;
     padding: 0 !important;
}
.list-contanct table .firstRow td{
   color: #000;
    padding: 0 !important;
font-size: 18px;
}


.left-box{
	margin-top: 13px;
}
.left-box ul li {
	height: 64px;
	line-height: 64px;
	background: #f5f5f5;
	background-repeat: no-repeat;
	border-bottom: 1px solid #fff;
	text-align: center;

}

.left-box ul li:hover {
	height: 101px;
	 line-height: 101px;
	background: #1b4a98;

}

.left-box ul li:hover a {
	color: #fff;
}

.left-box ul li.active {
	 height: 101px;
	 line-height: 101px;
	background: #1b4a98;
}

.left-box ul li.active a {
	color: #fff;
}

.left-box ul li a {
	font-size: 18px;
	color: #666666;
}


.right-box {
	margin-top: 13px;
	padding-left: 4%;
}

.list {
	margin-top: 8px;
        min-height: 400px;
}


.list ul li {
	height: 47px;
	line-height: 47px;
	border-bottom: 1px dashed #c1c1c1;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}


.list ul li a {
	display: block;
	height: 47px;
	font-size: 14px;
	color: #1e1e1e;
}

.list ul li a:hover p {
	color: #1b4a98;
	font-weight: bold;


}

.list ul li a p {
	float: left;
	width: 80%;
	font-size: 16px;
	color: #666;
	overflow: hidden;
	line-height: 47px;
	margin: 0;
	text-overflow: ellipsis;
	white-space: nowrap;
}

 .list ul li a span {
	float: left;
	text-align: right;
	width: 20%;
	line-height: 45px;
	font-size: 16px;
	color: #7a7a7a;
	
} 

.list-video ul {
    margin-left: -2%;
    overflow: hidden;
    margin-bottom: 20px;
   margin-top: 20px;
}
.list-video ul li {
	width: 31%;
	margin-left: 2%;
	margin-bottom: 25px;
    float: left;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}


.list-video ul li a {
	display: block;
}

.list-video ul li a:hover p {
	color: #044499;
	font-weight: bold;


}

.list-video ul li .list-img{
        height:150px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.list-video ul li .list-img img{
	width: 100%;
	min-height: 100%;
}

.list-video ul li a p {
	width: 100%;
	font-size: 16px;
	color: #666;
	overflow: hidden;
	line-height: 47px;
	margin: 0;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.list-video ul li a span {
	width: 100%;
	line-height: 25px;
	font-size: 14px;
	color: #7a7a7a;
	
} 

/*内容页*/
/*
.article {
       width: 85%;
    margin: 0 auto;
	padding-top: 25px;
}
*/

.article h1.intro {
	text-align: center;
	font-size: 16px;
	color: #595c5b;
	font-family: "微软雅黑";
	line-height: 1.5;
	margin: 0;
}

.article h2.title {
	text-align: center;
	font-size: 26px;
	color: #333;
	font-family: "微软雅黑";
	line-height: 1.5;
	margin: 8px 0;
	border-bottom: none;
}

.article h3.subtitle {
	font-size: 16px;
	color: #393939;
	line-height: 1.5;
	text-align: center;
	margin: 0
}

.article h4.information  {
	margin: 15px 0 10px;
	text-align: center;
	padding-bottom: 15px;
	border-bottom: 1px solid #e5e5e5;
	position: relative;
}

.article h4.information p{
	line-height: 20px;
	font-size: 14px;
	color: #959595;

}

.article h4.information .share_blog{
	display:block;
	position:absolute;
	top:0;
	right:80px;
   width:30px;
   height:30px;
	background:url(../images/share_blog.png) center center no-repeat;
}

.article h4.information .share_wechat{
	display:block;
	  position:absolute;
	 top:0;
	right:40px;
   width:30px;
   height:30px;
	background:url(../images/share_wechat.png) center center no-repeat;
}

.article h4.information .popup_sqq{
	display:block;
	  position:absolute;
	top:0;
	right:0;
   width:30px;
   height:30px;
	background:url(../images/popup_sqq.png) center center no-repeat;
}


.article .content {
	color: #666666;
	font-size: 14px;
	line-height: 1.5;
	min-height: 250px;
	padding-bottom: 15px;
	border-bottom: 1px solid #dadadf;
}

.article .content video{
    width: 90%;
    height: auto;
}

.article .content p {
	margin: 0;
	color: #666;
	font-size: 14px;
	line-height: 32px;
}

.article .content p img {
	max-width: 100%;
       max-width: 100%;
    margin: 5px auto;
    display: block;
}

.paging{
	padding:30px 0;
	position:relative;
}


.paging ul li{
	 width:80%;
	 font-size:14px;
	 color:#666;
	  height:18px;
	 margin-bottom:10px;
	 overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.paging ul li a{
	 font-size:14px;
	 color:#666;
}

.paging .return{
	 display:block;
	 float:left;
	 background-color:#2d52ad;
	 padding: 9px 18px 9px 40px;
	 border-radius:5px;
	  background-image:url(../images/return.png);
	  background-position: 18px center;
	  background-repeat: no-repeat;
	   font-size:14px;
	    color:#fff;
		position:absolute;
		top:40px;
		 right:0;
}


/*尾部*/
.footer {
	padding: 22px 0;
	background: #1b4a98;
}

.footer1{
      width: 100%;
       position: absolute;
    left: 0;
    bottom: 0;
} 

.footer  .container{
	position: relative;
}


.footer-about {
	text-align: center;
	min-height: 106px;
}


.footer-about p {
	font-size: 14px;
	color: #b1c9fa;
	line-height: 30px;
}

.footer-about  a{
	font-size: 14px;
	color: #b1c9fa;
}


.wechat-xin {
	position: absolute;
	bottom: 0;
	right: 0;

}





/*分页栏*/
.pagebar {
	background: #fff;
	margin: 40px auto;
}

.p_first_d,
.p_last_d {
	font-size: 14px;
	color: #808080;
	padding: 5px 11px;
	border: 1px solid #e8e8e8;
	margin: 12px 4px;
	display: inline-table;
}

.p_first,
.p_last {
	font-size: 14px;
	color: #808080;
	padding: 5px 11px;
	border: 1px solid #e8e8e8;
	margin: 12px 4px;
	display: inline-table;
}


.p_prev_d,
.p_prev {
	font-size: 14px;
	color: #808080;
	padding: 5px 11px;
	border: 1px solid #e8e8e8;
	margin: 12px 4px;
	display: inline-table;
}

.p_no {
	padding: 5px 11px;
	border: 1px solid #e8e8e8;
	margin: 0px 4px;
	color: #595c5b;
}

.p_no_d {
	background: #1b4a98;
	color: #fff;
	padding: 5px 11px;
	border: 1px solid #e8e8e8;
	margin: 0px 4px;
	display: inline-table;
}

.p_next,
.p_next_d {
	font-size: 14px;
	color: #808080;
	padding: 5px 11px;
	margin: 12px 0 12px 4px;
	border: 1px solid #e8e8e8;
	display: inline-table;
}



/*兼容ie*/

.ie7 .container,
.ie8 .container {
	max-width: 1200px;
}

.ie7 .nav ul{
        width: 71%;
}


.ie7 .item-indelists{
	width:66%;
}

.ie7 .Notice{
    width: 32%;
}

.ie7 .new{
	width: 32%;
}

.ie7 .promotion{
     width: 32%;
}





.ie7 .contet-box{
	width: 95%;
}



.ie8 .Notice{
    width: 33%;
}


.ie8 .new{
	width: 33%;
}


.ie8 .promotion{
     width: 33%;
}



.ie8 .banner-list ul li .media-heading{
	height: 20px;
}




.ie7 .footer-left {
	width: 58%;
	overflow: hidden;
}



.ie8 .footer-left {

	width: 58%;
}


.ie7 .left-box{
	width: 22%;

}

.ie8 .left-box {
	width: 25%;

}

.ie7 .right-box {
	width: 70%;

}

.ie7 .list ul li a p.media-heading {
	height: 25px;
	line-height: 25px;
	margin-bottom: 0;
}

.ie8 .right-box {
	width: 75%;

}

.ie7 .footer-right,
.ie8 .footer-right {
	width: auto;
	margin-bottom: 0;
}


/* 青春印象样式 */
.video{
	color: #ae8f3c;
	margin: 11px 0 0;
	float: left;
}
.video a{
	font-size: 16px;
	color: #ae8f3c;
	margin: 0 30px;
	font-family: "微软雅黑";
}
.video a img{
	margin-right: 15px;
}
.video_detail .sp{
	float: left;
	width: 40%;
	padding: 20px 0;
        height: 310px;
}
.video_detail .sp video{
      width: 100%;
    height: 100%;
    outline: none;
}
.video_detail .yx{
	float: right;
	width: 59%;
	padding: 20px 0;
	
}
.video_detail .yx .row{
	margin: 0;
}
.video_detail .yx .col-sm-4{
	margin-bottom: 10px;
	
	
}
.video_detail .yx .col-sm-4 .pic{
	overflow: hidden;
    position: relative;
}
.video_detail .yx a img{
	width: 100%;
	height: 130px;
	transition: all 1s;
}
.video_detail .yx a:hover img{
    transform: scale(1.2);
 }
.video_detail .yx a p{
	font-size: 16px;
	color: #ffffff;
	margin-top: -30px;
	margin-left: 15px;
	position: absolute;
}
#list_yx{
    width:23%;
}
#list_yx img{
   width:100%;
    height:auto;

}
#list_yx p {
    width: 100%;
    font-size: 16px;
    color: #666;
    overflow: hidden;
    line-height: 47px;
    margin: 0;
    text-overflow: ellipsis;
    white-space: nowrap;
}
#list_yx:hover p {
	color: #044499;
	font-weight: bold;


}