@charset "utf-8";

/* CSS Document */
* {
	padding: 0;
	margin: 0;
	border: 0;
}

body {

	font-family: "微软雅黑";
	font-size: 14px;
	color: #595c5b;
	 background: #f5f5f5;
}

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;
}

/*头部*/
.container {
	padding: 0;
}


/*颜色选择*/
.index-content{
	background: #f5f5f5;
}
.contet-box {
	background: #fff;
	padding: 30px;
}

/*样式开始*/

.header{
	background-color: #0076c1;
	background-image: url(../images/head-top.png);
	background-position: right  center ;
	background-repeat: no-repeat;
	padding: 30px 0 20px ;
}

.logo {
	display: block;
	width: 60%;
	float: left;
}

.header-right{
	width: 40%;
	float: left;
	text-align: right;
	padding-right: 10px;
	margin-bottom: 8px;


}

/*搜索*/
.search {
	margin: 0 0 0 auto;
	width:250px;
	height: 34px;
	line-height: 34px;
	 border: 1px solid #e7e7e7;
	  border-radius: 20px;
}

.searchbox .search_kang {
	width: 200px;
	height: 30px;
	padding-left: 15px;
	border-radius: 20px;
	text-align: left;
	vertical-align: middle;
	outline: none;
	background: none;
	color: #e0e0e0;
	font-size: 14px;
}

.searchbox .search_kang::-webkit-input-placeholder { /* WebKit browsers */
	color:    #e0e0e0;
}
.searchbox .search_kang:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
	color:   #e0e0e0;
}
.searchbox .search_kang::-moz-placeholder { /* Mozilla Firefox 19+ */
	color:   #e0e0e0;
}
.searchbox .search_kang:-ms-input-placeholder { /* Internet Explorer 10+ */
	color:   #e0e0e0;
}

.searchbox .search_kang:-webkit-autofill {

	-webkit-box-shadow: 0 0 0 1000px transparent inset;
	-webkit-text-fill-color: #e0e0e0;

}


.searchbox .search-button {
	float: right;
    margin-top: 5px;
	line-height: normal;
	color: #fff;
	margin-bottom: 5px;
	margin-right: 16px;
	vertical-align: middle;
}

.header-search{
	width: 40%;
	float: left;
	text-align: right;
}

.header-right a{
	font-size:14px;
	color: #dbf1ff; 
}

.navbar-toggle {
	display: none;
	position: relative;
	float: right;
	width: 24px;
	height: 22px;
	background: url(../images/anniu.png) no-repeat;
	margin-top: 5px;
	padding: 0;
	margin-right: 0;
	margin-bottom: 8px;
	border: none;
	border-radius: 0px;
}



.header-nav .container {
	position: relative;

}

/*导航*/

.nav {
	width:100%;
	margin-bottom: 0;
	background: #fff;
}


.nav ul li {
	float: left;
	line-height:50px;
	text-align: center;
	width:12%;
	margin-left: 3.5%;
	position: relative;

}

.nav ul li:first-child{
	 width: 7%;
	 margin-left: 0;
}


.nav ul li a {
	display: block;
	width:80%;
	margin: 0 auto; 
	color: #0076c1;
	height: 50px;
	font-family: "微软雅黑";
	font-size: 18px;
}

.nav ul li:first-child a{
	width:100%;
}

.nav ul li.active a{
	color: #fff;
	background: #0076c1;
}

.nav ul li:hover  a{
	color: #fff;
	background: #0076c1;
}

.nav ul li ul{
	display: none;
	position: absolute;
	left: 0;
	top:50px;
	width: 100%;
	z-index: 99;
	background: #fff;
	padding: 10px 0;
        border-top: 5px solid #0076c1;
}


.nav ul li:hover ul{
	display: block;
}

.nav ul li ul li{
	width: 100%;
	line-height: 35px;
	margin-left: 0;
}

.nav ul li ul li:first-child{
	width: 100%;
}

.nav ul li ul li a{
	font-size: 16px;
	height: 35px;
	width: 100%;
	color: #0076c1;
}

.nav ul li:hover ul li a{
	 background: #fff;
	 color: #0076c1;

}

.nav ul li ul li:hover a{
	color: #fff;
	background: #0076c1;
}



/*banner相关设置*/

.banner img{
	 width: 100%;
}

.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%;
	border: 1px solid #fff;

}

.rsMinW .rsBullet.rsNavSelected span {
	background: #ffd200;
	border: 1px solid #ffd200;

}

#full-width-slider .rsGCaption {
	 display: none;
	position: absolute;
	left: 0;
	bottom: 0;
	font-size: 18px;
	color: #fff;
	width: 100%;
	height: 54px;
	line-height: 54px;
	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;
}


/*首页*/
.index-content{
	padding: 30px 0 0 ;

}

.video{
	padding-right: 1.71%;
}
.vide{
       width: 100%;
      height: 297px;
}


#u5{
width:100%!important;
}

#MediaPlayeru5{
width:100%;}
#MediaPlayeru5 embed{
width:100%;}

#u5 video{
width:100%!important;}

#u5u5{
width:100%;}

#u5u5 img{
 width:100%;}


.new{
	padding:0 0.75%; 
}

.index-list{
	background: #fff;
        position: relative;
}

.title {
	border-bottom: 1px solid #e0e0e0;
}

.title1{
	border-bottom:none;
}

.title h3 {
	float: left;
	height: 45px;
	line-height: 50px;
	color: #0064a4;
	font-size: 18px;
	font-weight: normal;
	margin: 0 0 0 15px;
	 background: url(../images/link-bag.png) left top no-repeat;
}

.title span{
	 font-size: 14px;
	 color: #9a9a9a;

}

.title .more {
	float: right;
	margin-top: 17px;
	font-size: 14px;
	color: #8a8a8a;
	padding-right:12px;
}

.more:hover {
	color: #2d52ad;
}

.index-list ul {
	min-height: 251px;
	padding: 5px 12px 4px 8px; 

}

.index-list ul li a {
	display: block;
	margin-left: 5px;
	height: 40px;
	line-height: 40px;


}

.index-list ul li a p {
	width: 80%;
	height: 40px;
	 float: left;
	color: #555555;
	font-size: 16px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;

}

.index-list ul li a:hover p{
	color: #2d52ad;
}

.index-list ul li a span{
	width: 20%;
	float: left;
	height: 40px;
	 font-size: 14px;
	 color: #ababab;
	 text-align: right;
}

.Schedule{
	padding-left: 1.9%;

}

.Schedule-img{
	margin: 6.5px 0;
	position: relative;
	 text-align: center;
            height: 171px;
             overflow: hidden;

}

.Schedule-img img{
         max-width: 100%;
}

.mag{
	display: block;
	width:40%;
	text-align: center; 
	position: absolute;
	top:30%;
	left: 30%;

}

.Schedule-Consultation{
	background: #2eac37;
	 text-align: center;
	 padding: 10px 0;
}


.Schedule-Consultation p{
	font-size: 16px;
	color: #fff;
	font-weight: bold;
	line-height: 24px;
}

.index-WeChat{
	padding-right: 1.71%;
	margin-top: 22px;
	height: 254px;
	position: relative;
	

}

.index-WeChatimg{
	 height: 100%;
	background: url(../images/code-bag.png) center center no-repeat;
} 



.code-bg{
	position: absolute;
	left: 0;
	top:15%;

	 padding-left: 10px;
	 background:url(../images/code-img.png) repeat; 
}

.code-bg p{
	font-size: 20px;
	padding-top: 5px;
	color: #FFF;
	margin-right: 10px;
	 float: left;
	background: url(../images/link-bag.png) center top no-repeat; 
}

.code-bg img{
	float: left;
	 width: auto;
	 margin: 7px;
}

.code-xinxi  {
	 width: 100%;
	text-align: center;
	 font-size: 14px;
	 color: #fff;
	 position: absolute;
	 bottom: 10px;
	 left:0;
}

.code-xinxi img{
	margin-right: 5px;
}

.qqbox {
    position: absolute;
    opacity: 0;
    filter: alpha(opacity=0);
    -moz-opacity: 0;
    -khtml-opacity: 0;
    z-index: 9;
    top: -125px;
    left: 5px;
    -webkit-transform: translateY(0);
    transform: translateY(0);
    -webkit-transition: all .3s;
    transition: all .3s;
  background: #fff;
      border: 1px solid #cdcdcd;
}

.qqbox.active {
	opacity: 1;
	-webkit-transform: translateY(90%);
	transform: translateY(36%);
}

.activity{
	padding: 0 0.75%;
	margin-top: 22px;

}

.activity ul{
	min-height: 209px;
}

.service-time{
	padding-left: 1.9%;
	margin-top: 22px;
}

.service-text{
	padding: 0 30px 0 15px;
}

.service-text p{
	 font-size: 14px;
	 color: #555555;
	 line-height: 21px;

}

.service-Button{
	margin: 9px 0 5px;
}

.service-Button a{
	 background: #0064a4;
	 font-size:16px;
	 color: #fff;
	 display: block;
	 width: 48.5%;
		height: 37px;
		line-height: 37px;
	  float: left;
	 margin-right: 1.5%;
	  text-align: center; 
}

.service-Button a+a{
	width: 48.5%;
	float: left;
	 margin-left: 1.5%; 
	 margin-right: 0;

}

.service-Consultation{
	background: #ffd300;
	 text-align: center;
	 padding: 4px 0;
}

.service-Consultation p{
	font-size: 16px;
	color: #333;
      font-weight: bold;
}

.link{
	 width: 100%;
	background-color: #fff;
	margin: 22px 0 24px;
	padding: 20px  13px;
	 background-image: url(../images/link-bag.png);
	 background-position:  13px top;
	 background-repeat:  no-repeat;
	 font-size: 16px;
	 color: #8a8a8a;
}

.link h2{
	font-size: 16px;
	color: #333;
	 float: left;
	 margin: 5px 0;
}

.link-a{
         line-height: 30px;
}

.link a{
	 font-size: 14px;
	 color: #8a8a8a;
	 margin: 0 20px;

}

/* 内容页 */
.gray-content{
	background: #f5f5f5;
}

/*当前位置*/
.location{
	 font-size: 14px;
		height: 58px;
		line-height: 58px;
	 color: #555;
		background: url(../images/location.png) left center no-repeat;
		padding-left: 22px;

}

.location a {
	font-size: 14px;
	color: #555;

}


/* 左边 */

.left-box{
	padding-right:1.9%;
}

.left-nav{
	background-color: #fff;
	background-image:url(../images/left-nav.png);
	background-repeat:no-repeat;
	background-position: right -10px;
	border-top: 4px solid #2eac37; 
	padding: 0 20px 20px ;
}

.left-nav h3{
	 font-size: 26px;
	 color: #555;
		margin:0px 0 0; 
		 line-height: 60px;
		 border-bottom: 1px solid #e7e7e7;
		  font-weight: normal;

}
.left-box ul li {
	height: 51px;
	border-bottom: 1px solid #e7e7e7;
	text-align:left;
	padding: 0 5px;

}

.left-box ul li a {
	 display: block;
	  float: left;
	 height: 50px;
	 line-height: 50px;
	font-size: 16px;
	color: #555;
}

.left-box ul li:hover a {
	color: #0076c1;
	border-bottom: 4px solid #0076c1;
}

.left-box ul li.active a {
	color: #0076c1;
	border-bottom: 4px solid #0076c1;
}


/* 右边 */
.right-box {
	padding-left: 0.65%;
}

.right-list{
	background: #fff;
	padding: 0 20px 0 32px;
}


/* 当前栏目 */
.columntitle{
	 color: #0076c1;
	 font-size: 20px;
	 margin: 0;
		height: 50px;
		line-height: 50px;
	 background: url(../images/link-bag.png) left top  no-repeat;

}

/* 列表 */

.list {
	margin-top: 8px;
	margin-bottom: 40px;
	padding-bottom: 30px;
}

.list ul{
    min-height: 380px;

}


.list ul li {
	height: 47px;
	line-height: 47px;
	border-bottom: 1px solid #eaeaea;
	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: #0076c1;
	font-weight: bold;


}

.list ul li a p {
	float: left;
	width: 80%;
	font-size: 16px;
	color: #555;
	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: 47px;
	font-size: 16px;
	color: #b6b6b6;
	
}



/*内容页*/

.article {
	padding: 25px 7% ;
	background: #fff;
	margin-bottom: 28px;
	border-top:3px solid #2eac37; 
}

.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: 24px;
	color: #0076c1;
	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;
	 background: #f5f5f5;
	text-align: center;
	 font-size:14px;
	 color: #8a8a8a; 
	 padding: 10px 0;

}


.article .content {
	color: #8a8a8a;
	font-size: 16px;
	line-height: 1.5;
	min-height: 250px;
	padding-bottom: 15px;
}


.article .content p {
	margin: 0;
	color: #8a8a8a;
	font-size: 16px;
	line-height: 32px;
}

.article .content p img {
	max-width: 100%;
}
.about{
   background: #fff;
   min-height: 280px;
    margin-bottom: 40px;
}

.about .content p {
    margin: 0;
    color: #8a8a8a;
    font-size: 16px;
    line-height: 32px;
}



/*尾部*/
.footer {
	padding: 19px 0 17px;
	background: #0064a4;
}

.footer  .container{
	position: relative;
}


.footer-about {
	text-align: left;
}


.footer-about p {
	font-size: 14px;
	color: #fff;
	line-height: 24px;
}

.footer-about  a{
	font-size: 14px;
	color: #fff;
}


.wechat-xin {
	position: absolute;
	bottom: 0;
	right: 0;

}


/*分页栏*/
.pagebar {
	background: #fff;
	margin: 40px auto 0;
}

.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: #044499;
	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: 1170px;
}

.ie7 .header-right{
	width: 39%;

}

.ie7 .searchbox .search_kang{
	width: 190px;
}

.ie7 .rsMinW .rsBullets{
	line-height: normal;
}

.ie7 .video{
	 width: 31%;

}

.ie7 .new{
	width: 39.5%;
}

.ie7 .index-list ul{
	min-height: 242px;

}

.ie7 .index-list ul li a{
	height: 36px;
	line-height: 36px;
}

.ie7 .Schedule{
	width: 23.1%;
}

.ie7 .index-WeChat{
	width: 31%;
}

.ie7 .activity{
	width: 39.5%;
}

.ie7 .activity UL{
	min-height: 190px;
}

.ie7 .service-time{
	width: 23.1%;
}

 .ie7 .link{
	width: 98%;
}


.ie8 .video{
	width: 33.33%;

}
.ie8 .new{
	width: 41.66%;
}

.ie8 .Schedule{
    width: 25%;
}

.ie8 .index-WeChat{
	width: 33.33%;
}

.ie8 .activity{
	width: 41.66%;
}

.ie8 .service-time{
	width: 25%;
}

.ie8 .link{
	width: 100%;
	 float: left;
}


.ie7 .left-box{
	width: 23.1%;

}

.ie8 .left-box {
	width: 25%;

}

.ie7 .right-box {
	width: 74.35%;

}


.ie8 .right-box {
	width: 75%;

}