@charset "utf-8";

/*
 * 1.最外部直接用名称如：class="head",配置类wrap
 * 2.次外层加_in如：class="head_in",配置类inner
 * 3.section分开每部分
 * 4.相同样式的元素总的写样式，位置单独去配置
 * 5.后缀为_active的为动态切换时的样式
 * 6.banner img display:block;
 */


/*修改flexslider样式*/

.flex-control-nav {
	bottom: 40px;
	z-index: 5;
}

.flex-control-paging li a {
	background: #fff;
}

.flex-control-paging li a.flex-active {
	background: #006FBD;
}

.flexslider {
	margin: 0;
	border: none;
}


/*========头部=========*/


/*head*/

.head {
	width: 100%;
	height: 110px;
	position: absolute;
	top: 0;
	z-index: 10;
}

.head_in {
	height: 110px;
}

.head_in a img {
	height: 70px;
	margin-top: 20px;
}

.nav_in {
	/*width: 755px;*/
	width: 600px;
	height: 100%;
	margin-right: 10px;
	float: right;
}

.nav_in>li {
	position: relative;
	float: left;
	height: 100%;
	text-align: center;
	padding-left: 5px;
	padding-right: 5px;
}

.nav_in li a {
	display: block;
	width: 100%;
	height: 80px;
	line-height: 24px;
	color: #333333;
	font-size: 15px;
	padding-top: 30px;
	padding-left: 10px;
	padding-right: 10px;
	transition: background-color 200ms;
}



.nav_in li a.active {
	background-color: #006FBD;
	color: #FFFFFF;
}

.nav_in li .down_list {
	width: 100%;
	overflow: hidden;
	background: rgba(0, 0, 0, 0.5);
	position: absolute;
	z-index: 9999;
	left: 10px;
	top: 110px;

}

.nav_in li .down_list a {
	display: block;
	width: 100%;
	height: 40px;
	color: #fff;
	line-height: 40px;
	text-align: center;
  padding: 0;
}

.nav_in li .down_list a:hover {
	background: #a7a6a5;
}

.search{
	position: relative;
	float: right;
	width: 80px;
	height: 34px;
	margin-top: 36px;
	background: rgba(0,0,0,0);
	border-radius: 20px;
	-webkit-border-radius: 20px;
	transition: background-color 200ms;
}
.search_btn{
	position: absolute;
	display: block;
	width: 34px;
	height: 34px;
	right: -1px;
	top: 0;
	background-color: rgba(0,0,0,0);
	background-repeat:no-repeat ;
	background-size: 34px 34px;
	background-position: 50% 50%;
	border: none;
	border-radius: 50%;
	
}
.search input[type=text]{
	margin-top: 8px;
	margin-left: 15px;
	border: none;
	display: none;
	font-size: 12px;
}

.m_title{
	text-align: center;
}
.m_title h3{
	color: #006FBD;
	font-size: 30px;
	font-weight: 400;
}
.m_title p{
	font-size: 24px;
	padding-top: 10px;
	padding-bottom: 10px;
	color: #333333;
}
.con_4_in{
	overflow: hidden;
}
.m_title_2{
	float: left;
	overflow: hidden;
}
.m_title_2 h3{
	color: #006FBD;
	font-size: 30px;
	font-weight: 400;
}
.m_title_2 p{
	font-size: 24px;
	color: #333333;
}
.m_title_2 img{
	float: right;
	margin-top: 7px; margin-left:10px;
}




.con_1{
	position: relative;
	height: 607px;
}
.con_1_in{
	height: 607px;
}
.desc_l{
	width: 50%;
	height: 380px;
	background-color: #006FBD;
	opacity: 0;
}
.desc_l img{
	float: right;
	height: 100%;
	opacity: 0;
}
.desc_r{
	position: absolute;
	right: calc((100% - 1430px)/2);
	bottom: -95px;
	opacity: 0;
}

.desc_text{
	position: absolute;
	z-index: 10;
	width: 750px;
	height: 330px;
	padding-top: 50px;
	padding-left: 50px;
	padding-right: 50px;
	background-color:rgba(255,255,255,0.8);
	bottom: -85px;
	right: calc((100% - 1300px)/2);
	font-size: 14px;
	color: #333333;
	line-height: 30px;
	opacity: 0;
}
.desc_text p{
	height: 215px;
	overflow: hidden;
}
.more{
	float: right;
	margin-top: 20px;
}
.con_2{
	position: relative;
/*	height: 1140px;*/
	background-color: #f0f0f0;
}

.con2_bak{
	height: 250px;
	position: absolute;
	top: 155px;
	left: 40%;
	opacity: 0;
  z-index: 1;
	
}
.con2_ul1{
	margin-bottom: 25px;
	overflow: hidden;
	text-align: center;
	font-size: 0;
	opacity: 0;
  position: relative;
  z-index: 100;
}
.con2_ul1 li{
	font-size: 18px;
	height: 45px;
	line-height: 45px;
	padding-left: 20px;
	padding-right: 20px;
	display: inline-block;
}
.con2_ul1 li a{
	display: block;
	width: 100%;
	height: 100%;
	padding-left: 20px;
	padding-right: 20px;
	color: #333333;
}
.con2_ul1 li.active a{
	background: #006FBD;
	color: #FFFFFF;
}

.con2_ul2 {
	overflow: hidden;
	text-align: center;
}
.con2_ul2 li{
	position: relative;
	display: inline-block;
	width: 21%;
	overflow: hidden;
	margin-bottom: 30px;
	margin-left: 15px;
	margin-right: 15px;
	opacity: 0;
}
.con2_ul2 li a>img{
	display: block;
	width: 100%;
	height: auto;
}
.con2_ul2 li p{
	position: relative;
	z-index: 20;
	font-size: 15px;
	text-align: left;
	text-indent: 2em;
	height: 60px;
	line-height: 60px;
	background: #006FBD;
	color: #FFFFFF;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.con2_mask{
	position: absolute;
	width: 100%;
	height: calc(100% - 60px);
	left: 0;
	bottom: -100%;
	background: rgba(1,104,183,0.8);
	transition: all 300ms;
}
.con2_mask img{
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%,-50%);
}
.con2_ul2 li:hover .con2_mask{
	bottom: 60px;
}

.con_3{
	height: 860px;
}
.con3_div1{
	height: 350px;
}
.con3_div1 img{
	float: left;
	height: 350px;
	opacity: 0;
}
.con3_div1 div{
	width: 565px;
	float: right;
	opacity: 0;
}
.con3_div1 div h2{
	font-size: 24px;
	color: #333333;
	font-weight: 400;
	padding-top: 25px;
}
.con3_time{
	font-size: 14px;
	color: #006FBD;
	line-height: 60px;
}
.con3_div1 div .text{
	font-size: 14px;
	color: #333333;
	line-height: 30px;
	height: 90px;
	overflow: hidden;
}

.m_more{
	display: block;
	width: 150px;
	height: 44px;
	line-height: 44px;
	text-align: center;
	color: #006FBD;
	border: 1px solid #006FBD;
	border-radius: 22px;
}

.con_3_ul{
	margin-top: 25px;
	overflow: hidden;
	opacity: 0;
}
.con_3_ul li{
	position: relative;
	width: 386px;
	height: 210px;
	float: left;
	margin-left: 20px;
	overflow: hidden;
}
.con_3_ul li:first-child{
	margin-left: 0px;
}
.con_3_ul li div{
	position: absolute;
	left: 0;
	top: 100%;
	width: 326px;
	height: 100%;
	padding: 0 30px;
	background: rgba(1,104,183,0.8);
	transition: all 300ms;
	
}
.con_3_ul li:hover div{
	top: 0;
}
.con_3_ul li div h3{
	padding-top: 50px;
	font-size: 18px;
	font-weight: 400;
	color: #FFFFFF;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.con_3_ul li div p{
	font-size: 12px;
	color: #FFFFFF;
	padding-top: 5px;
	line-height: 24px;
	height: 48px;
	overflow: hidden;
}
.con_3_more{
	color: #FFFFFF;
	float: right;
	padding-top: 20px;
}
.con_4_in {
	opacity: 0;
}
.flexslider2 {
	margin-top: 40px;
	margin-bottom: 30px;
}
.flexslider2 .con_4_iteam{
	width: 350px;
	height: 178px;
	border-top: 1px solid #dbdbdb;
	border-bottom: 1px solid #dbdbdb;
}
.flexslider2 .con_4_iteam h2{
	font-size: 16px;
	font-weight: 400;
	padding-top: 40px;
	padding-bottom: 20px;
}
.flexslider2 .con_4_iteam p{
	font-size: 14px;
	color: #666666;
	line-height: 28px;
	height: 56px;
	overflow: hidden;
}
.flexslider2 .con_4_iteam:hover h2{
	color: #006FBD;
	font-weight: 600;
}
.flexslider2 .con_4_iteam:hover p{
	font-weight: 600;
}
.flexslider2 .flex-prev{
	display: none;
}
.flexslider2 .flex-next{
	display: none;
}
.jian_lr{
	font-size: 0;
	margin-bottom: 30px;
}
.jian_lr img{
	height: 28px;
	opacity: 0.2;
	cursor: pointer;
	
}
.jian_lr img:hover{
	opacity: 0.7;
}
.jian_lr span{
	font-size: 27px;
	padding-left: 25px;
	padding-right: 25px;
	position: relative;
	top: -5px;
	opacity: 0.2;
}
/*===========foot===========*/


.foot{
	background: #3c3c3c;
	height: 250px;
	padding-top: 50px;
	overflow: hidden;
}
.foot p,.foot span,.foot a{
	color: #999999;
	line-height:28px;
}
.foot_l{
	width: 450px;
	overflow: hidden;
	float: left;
}
.foot_l p{
	padding-top: 20px;
	font-size: ;
}
.foot_l p img{
	vertical-align: middle;
	padding-right: 20px;
}
.foot_ul{
	float: left;
	overflow: hidden;
	margin-left: 10px;
}
.foot_ul>li{
	width: 100px;
	padding-left: 30px;
	height: 140px;
	border-right: 1px solid #999999;
	float: left;
}
.foot_ul>li:last-of-type{
	border: none;
}
.qr_div{
	float: right;
	text-align: center;
}
.qr_div p{
	padding-top: 10px;
}
#top{
	position: fixed;
	bottom: 50px;
	right: 50px;
	z-index: 9999;
}


/*内页*/
.in_nav{
	height: 50px;
	line-height: 50px;
	font-size: 14px;
	color: #333333;
}
.in_nav a{
	color: #333333;
}
.plist_tab_wrap{
	border-bottom: 1px solid #006FBD;
	margin-bottom: 60px;
}
.plist_tab{
	position: relative;
	height: 40px;
	padding-top: 15px;
	padding-bottom: 15px;
}
.plist_tab li{
	box-sizing: border-box;
	float: left;
	height: 40px;
	border-left: 1px solid #ccc;
	line-height: 40px;
	text-align: center;
	cursor: pointer;
}
.plist_tab li:last-of-type{
	border-right: 1px solid #ccc;
}
.plist_tab li.active{
	color: #006FBD;
}

#tab_slider{
	position: absolute;
	bottom: 0;
	left: 0;
	height: 2px;
	background: #006FBD;
}
.plist_wrap{
	min-height: 1264px;
	position: relative;
	
}
.plist{
	position: relative;
	height: 100%;
	overflow: hidden;
}

.plist_ul{
	overflow: hidden;
}

.plist_ul li{
	width: 373px;
	height: 350px;
	float: left;
	border: 1px solid #dbdbdb;
	margin-right: 36px;
	margin-bottom: 36px;
}
.plist_ul li:nth-child(3n){
	margin-right: 0;
}
.plist_ul li img{
	display: block;
	width: 100%;
	height: 223px;
}

.plist_ul li p{
	height: 87px;
	overflow: hidden;
	padding: 20px;
	font-size: 16px;
	color: #333333;
	line-height: 28px;
	transition: background-color 200ms; 
}
.plist_ul li:hover p{
	background-color: #006FBD;
	color: #FFFFFF;
}
.plist .text{
	width: 100%;
	height: 100%;
	overflow: hidden;
	background: url(../../images/plin_bac.png)  right bottom no-repeat;
	background-size: 730px auto;
	font-size: 14px;
	color: #333333;
	line-height: 30px;
}
.plist .text h2{
	font-size: 24px;
}
.plist .text p,
.plist .text span,
.plist .text a{
	font-size: 14px;
	color: #333333;
	line-height: 30px;
}
 
.m_page{
	padding: 50px 0;
}

.fa_in{
	overflow: hidden;
}
.fa_in li{
	position: relative;
	width: 365px;
	height: 226px;
	float: left;
	margin-right: 52px;
	margin-top: 50px;
	overflow: hidden;
}
.fa_in li:nth-child(3n){
	margin-right: 0
}
.fa_in li .yr1{
	font-size: 30px;
	color: #333333;
	font-weight: 400;
}
.fa_in li .yr2{
	padding-top: 5px;
	font-size: 30px;
	color: #FFFFFF;
	font-weight: 400;
}
.fa_in li .nian1{
	position: relative;
	font-size: 14px;
	color: #aaaaaa;
	height: 30px;
	line-height: 30px;
	border-bottom: 1px solid #dbdbdb;
}
.fa_in li .nian2{
	font-size: 14px;
	color: #FFFFFF;
	height: 30px;
	line-height: 30px;
}
.fa_in li .nian1 i{
	position: absolute;
	left: 0;
	top: 0;
	z-index: 10;
	font-size: 14px;
	color: #aaaaaa;
	font-style: normal;
	display: block;
	width: 0;
	height: 30px;
	border-bottom: 1px solid #006FBD;
	 white-space: nowrap; 
	 overflow: hidden; 
	 transition: all 1s ease-in-out; 
	 -moz-transition: all 1s ease-in-out; 
	 -webkit-transition: all 1s ease-in-out;
}

.fa_in li:hover .nian1 i{
	width: 100%;
	color: #666666;
}
.fa_in li h3{
	font-size: 18px;
	font-weight: 400;
	color: #333333;
	height: 55px;
	line-height: 55px;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}
.fa_in li p{
	font-size: 14px;
	color: #666666;
	line-height: 28px;
}
.fa_show{
	position: absolute;
	bottom: -226px;
	left: 0;
	background: #FFFFFF;
	z-index: 20;
	width: 365px;
	height: 225px;
	border-top: 1px solid #006FBD;
	transition: all ease-out .5s;
    transform: translate(0,0px);
}
.fa_time{
	position: absolute;
	bottom: 0;
	width: 100%;
	height: 80px;
	text-indent: 20px;
	overflow: hidden;
	background: #006FBD;
}

.in_2{
	padding-top: 40px;
	padding-bottom: 40px;
}
.in_2  .title{
	font-size: 24px;
	font-weight: 400;
	color: #333333;
}
.in_2 img{
	display: block;
	margin: 15px auto;
	/*margin-top: 35px;
	margin-bottom: 35px;*/
} 
.in_2 h2{
	font-size: 18px;
	color: #333333;
	line-height: 30px;
}

.in_2 p{
	font-size: 14px;
	color: #333333;
	line-height: 30px;
/*	text-indent: 2em;*/
}

.fanye{
	position: relative;
	height: 77px;
	line-height: 77px;
	border-top: 1px solid #CCCCCC;
}
.fanye a.active{
	display: block;
	width: 455px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	color: #333333;
	font-size: 15px;
}
.fanye a.active:hover{ 
	color: #006FBD;
}
.fanye .mu{
	display: block;
	height: 34px;
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%,-50%);
}
.fanye .mu img{
	display: block;
	height: 34px;
}
.in_2 .time{
	line-height: 40px;
	text-indent: 0;
	color: #006FBD;
	border-bottom: 1px solid #CCCCCC;
	margin-bottom: 20px;
}
