/**************************************/
/*************[公用start]**************/
/**************************************/



div.clear{
	clear: both;
	height: 0;
	width: 0;
}



a{
	text-decoration: none;
	color:inherit;
	cursor: pointer;
}

img{
	border:0;
/*	width: 100%;*/
	max-width: 100%;
}


div.wp{
	width: 1200px; /*主要内容区尺寸大小，每次制作前更新！！！ */
	margin:0 auto;
}

.fl{
	float: left;
}

.fr{
	float: right;
}

.tran{
	transition: all .3s ease-out 0s;
}




/*图片中心放大代码区域*/

.img-box{/*图片盒子类名*/
	
	overflow: hidden;
}

.img-box img{
	transition: .3s;
	transition: all 0.6s cubic-bezier(0.215, 0.61, 0.355, 1) 0s; /* ueco 时间曲线*/
	width: 100%;
	max-width: 100%;
}

.img-box:hover img{
	/*图片中心放大代码*/
	  -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1);
}


/*图片中心放大代码区域*/





/**************************************/
/************[公用over]****************/
/**************************************/




/*header-start*/
/**************************************************************/

#header{

}

.header-1{
	height:122px ;
}

.logo{
	width:526px;
	margin-top: 22px;
}

.logo a,.logo img{
	display: block;
	width: 100%;
}

.header-right{
	margin-top:22px; 
}

.header-1-a{
	font-size: 16px;
	color:#333;
	text-align: right;
}
.header-1-a a:hover{
	color:#0380c7;
}

.search{
	width: 278px;
	margin-top: 15px;
	position: relative;
}
.search input:focus{
	outline: none;
}

.search input[type="text"]{
	width: 100%;
	border:1px solid #dedede;
	padding: 8px 12px;
	padding-right: 62px;
	font-size: 16px;
	height: 45px;
}

.search input[type="image"]{
	position: absolute;
	right: 0;
	top: 0;
}


.nav-wp{
	background-color: #0380c7;
}


.nav ul{
	margin:0;
}

.nav>ul>li{
	float: left;
	width: 14.28571%;
	text-align: center;
	position: relative;
	background-repeat: no-repeat;
	background-position: left center;
	background-image: url(../images/nav.jpg);
}
.nav>ul>li:first-child{
	background-image: none;
}

.nav>ul>li>a{
	display: block;
	height: 54px;
	line-height: 54px;
	color:#fff;
	transition: .3s;
	font-size: 16px;
}

.nav>ul>li:hover>a,.nav>ul>li.active>a {
	background-color: #0273b3;
}

.nav>ul>li>ul{
	position: absolute;
	left: 0;
	right: 0;
	top: 54px;
	z-index: 600;
	/* display: none; */
	opacity: 0;
	visibility: hidden;
	transition: .3s;
	border-top: 1px solid #72b8e0;
}
.nav>ul>li:hover{
	background-image: none;
}
.nav>ul>li:hover+li{
	background-image: none;
}
.nav>ul>li:hover>ul{
	opacity: 1;
	visibility: visible;
}
.nav>ul>li>ul>li>a{
	display: block;
	padding: 10px 5px;
	transition: .3s;
	text-align: center;
	line-height: 1.4;
	font-size: 14px;
	color:#fff;
	text-align: center;
	background-color: #0380c7;

}
.nav>ul>li>ul>li>a:hover{
	background-color: #0273b3;
}
/**************************************************************/
/*header-over*/





/*main-start*/
/**************************************************************/

#main{
	
}
.fafa .slides>li{
	height: 495px;
	background-repeat: no-repeat;
	background-position: center ;
	-webkit-background-size: cover;
	background-size: cover;
}
.fafa .slides>li>a img{
	display: none;
	width: 100%;
}

.fafa .flex-control-nav{
	display: block;
	bottom:22px;
	font-size: 0;
}

.fafa .flex-control-nav li{
	margin:0 6px;
}


.fafa .flex-control-paging li a{
	width: 14px;
	height: 14px;
}


.main{
	padding: 25px 0;
}

.main1{
	padding:22px 85px;
	background-color: #e7f3ff;
	background-repeat: no-repeat;
	background-position: left top;
	background-image: url(../images/main1.png);
}
.main1 h1{
	text-overflow: ellipsis;
    transition: .3s;
    white-space: nowrap;
    overflow: hidden;
	font-size: 28px;
	margin: 0;
	text-align: center;
    color: #0380c7;
	font-weight: bold;
}

.main1 p{
	text-overflow: ellipsis;
    transition: .3s;
    white-space: nowrap;
    overflow: hidden;
	font-size: 15px;
	margin: 0;
	text-align: center;
    color: #000;
	margin-top: 12px;
}

.m25{
	margin-top: 25px;
}
.main-left{
	width:560px ;
	margin-right: 30px;
}

.main-right{
	overflow: hidden;
}
.fmain2 .slides>li>a{
	display: block;
	position: relative;
	padding-bottom: 60.7%;
	overflow: hidden;
}
.fmain2 .slides>li>a img{
	display: block;
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	z-index: 30;
}
.fmain2 .slides>li>a h1 {
    margin: 0;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    height: 39px;
    line-height: 39px;
    color: #fff;
    background-image: url(../images/heidi2.png);
    padding-left: 22px;
    font-size: 16px;
    padding-right: 150px;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
	z-index: 50;
}
.fmain2 .flex-control-nav{
	display: block;
	text-align: right;
	font-size: 0;
	height: 0;
	bottom: 20px;
	padding-right: 9px;
}

.fmain2 .flex-control-paging li a{
	width: 22px;
	height: 4px;
	background-image: url(../images/arrow-b3.png);
}

.fmain2 .flex-control-paging li a.flex-active{
	background-image: url(../images/arrow-b3-h.png);

}

.fmain2 .flex-control-nav li{
	margin:0 4px;
}
.title-11{
	background-repeat:repeat-x;
	background-position: left bottom;
	background-image: url(../images/title-11.jpg);
}
.title-11 span{
	height:43px ;
	line-height: 43px;
	padding: 0 32px;
	font-size: 18px;
	color:#000;
	cursor: pointer;
}

.title-11 span.cur{
	background-color: #0380c7;
	color:#fff;
}
.title-11 a.fr.frr{
	display: block;
}
.title-11 a.fr{
	font-size: 14px;
	color:#737373;
	display: none;
	margin-top: 11px;
}

.title-11 a.fr:hover{
	color: #0380c7;
}

.main1-right-div-wp .main1-right-div{
	display: none;
}

.main1-right-div-wp .main1-right-div:first-child{
	display: block;
}
.tui{
	padding:  20px 0 13px;
	border-bottom: 1px dashed #d4d4d4;
}
.tui h1{
	margin:0;
	font-size: 18px;
	color:#0380c7;
	text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}

.tui p{
	margin:0;
	font-size: 14px;
	color:#616161;
    overflow: hidden;
	line-height: 1.8;
	height: 50px;
	margin-top: 8px;
}


.list ul{
	margin:0;

}

.list li{
	
	text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    padding-left:0px;
	background-repeat: no-repeat;
    background-image: url(../images/dian1.jpg);
	background-position: 0px center;
	position: relative;
	padding-right:80px;
	transition: .3s;
	padding-left: 14px;
}
.list li:first-child{
	margin-top: 0;
}
.list li a{
	font-size: 16px;
	color:#333;
}
.list li span{
	font-size: 16px;
	color:#a0a0a0;
	position: absolute;
	right: 0px;
	top: 0;
}
.list li:hover a{
	color:#0380c7;
}
.list1 {
	padding-top: 17px;
}
.list1 li{
	margin-top: 13px;

}

.list2 {
	padding-top: 24px;
}
.list2 li{
	margin-top:20px;

}


.yt-list ul{
	margin:0;
}

.yt-list li{
	margin-top: 24px;
}

.yt-pic{
	width: 196px;
	margin-right: 24px;
}
.yt-pic>a{
	position: relative;
	padding-bottom: 63%;
	overflow: hidden;
	display: block;
}

.yt-pic>a img{
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	transition: .3s;
}

.yt-pic>a:hover img{
	  -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1);
}
.yt-con{
	overflow: hidden;
	padding-top:5px;
}

.yt-con h1{
	color: #333;
    font-size: 16px;
    margin: 0;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.yt-con h1 a:hover{
	color:#0380c7;
}
.yt-con  h2{
	font-size: 14px;
	color:#333;
	margin:0;
	overflow: hidden;
	margin: 13px 0 7px;
	white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.yt-con p{
	margin:0;
	font-size: 14px;
	color:#616161;
    overflow: hidden;
	line-height: 1.8;
	height: 50px;
	margin-top: 8px;
}



.main4-1-left{
	width:141px ;
}

.main4-1-left dl{
	margin:0;
}


.main4-1-left dd{
	border:1px solid #e7e7e7;
	border-top: 0;
	border-right: 0;
}
.main4-1-left dd:first-child{
	border-top:1px solid #e7e7e7;
}

.main4-1-left dd span{
	display: block;
	height: 69px;
	line-height: 69px;
	font-size: 16px;
	color:#000;
	cursor: pointer;
	padding-left: 54px;
	background-color: #f7f7f7;
	background-repeat: no-repeat;
	background-position: 18px center;
	position: relative;
}
.main4-1-left dd span i{
	position: absolute;
	width: 11px;
	top: 50%;
	margin-top: -9px;
	right: -2px;
	display: none;
}
.main4-1-left dd span i img{
	display: block;
	width: 100%;
}
.main4-1-left dd.cur{
	border-color: #0380c7!important;
}
.main4-1-left dd.cur span{
	background-color: #0380c7;
	color:#fff;
}
.main4-1-left dd.cur span i{
	display: block;
}
.main4-1-left dd.m4d1 span{background-image: url(../images/m4d1.png);}
.main4-1-left dd.m4d2 span{background-image: url(../images/m4d2.png);}
.main4-1-left dd.m4d3 span{background-image: url(../images/m4d3.png);}
.main4-1-left dd.m4d4 span{background-image: url(../images/m4d4.png);}

.main4-1-left dd.m4d1.cur span{background-image: url(../images/m4d1h.png);}
.main4-1-left dd.m4d2.cur span{background-image: url(../images/m4d2h.png);}
.main4-1-left dd.m4d3.cur span{background-image: url(../images/m4d3h.png);}
.main4-1-left dd.m4d4.cur span{background-image: url(../images/m4d4h.png);}



.main4-1-div-wp .main4-1-div{
	display: none;
}

.main4-1-div-wp .main4-1-div:first-child{
	display: block;
}

.main4-1-right{
	overflow: hidden;
	height: 281px;
	border:2px solid #0380c7;
	padding: 17px;
}

.main4-1-p{
	font-size: 14px;
	color:#333;
	text-indent: 2em;
	line-height: 2.2;
	height: 210px;
	overflow: hidden;
}
.main4-1-a{
	margin-top: 10px;
}
.main4-1-a a{
	font-size: 14px;
	color:#0380c7;
}
.main4-1-a a:hover{
	text-decoration: underline
}
.main4-2 ul{
	margin:0;
}

.main4-2 li{
	float: left;
	border-left: 1px solid #ffffff;
	width: 127px;
}

.main4-2 li.cur{
	width:356px ;
}
.main4-2 li>a{
	display: block;
	height: 281px;
	background-repeat: no-repeat;
	background-position: left center;
	position: relative;
	background-size: cover;
}

.lanse-wp{
	position: absolute;
	width: 100%;
	left: 0;
	top: 0;
	bottom: 0;
	background-image: url(../images/landi.png);
}
.lanse{
	position: absolute;
	left: 0;
	top: 0;
	bottom: 0;
	right: 0;
	padding: 110px 48px 0;
	font-size: 22px;
	color:#fff;
	text-align: center;
	background-repeat: no-repeat;
	background-position:center 50px ;
}


.heise{
	position: absolute;
	left: 0;
	bottom: 0;
	right: 0;
	height:52px ;
	line-height: 52px;
	background-image: url(../images/heidi.png);
	color:#fff;
	font-size: 18px;
	padding-left: 40px;
	z-index: 20;
	display: none;
}

.main4-2 li.cur .heise{
	display: block;
}
.main4-2 li.cur .lanse-wp{
	display: none;
}


.main4-2-2{
	display: none;
}

.main4-2-2-list .item>a{
	display: block;
	position: relative;
	overflow: hidden;
	padding-bottom: 79%;
}
.main4-2-2-list .item>a>img{
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	z-index: 10;
}


.main4-2-2-list .item>a .heise{
	padding-left: 0;
	text-align: center;
	display: block;
	font-size: 16px;
	height: 45px;
	line-height: 45px;
}




.main5{
	border:1px solid #e7e7e7;
}

.main5 .title-11{
	background-image: url(../images/title-11-2.jpg);
}

.main5 .title-11 a.fr{
	margin-right: 12px;
}

.main5-div-wp{
	position: relative;
	overflow: hidden;
}
.main5-div{
	position: absolute;
	left: -15000%;
	top: 0;
	width: 100%;
	padding: 25px;
}
.main5-div.cur{
	position: relative;
	left: 0;
}


.main5-list .item h1{
	color: #5d5d5d;
    font-size: 16px;
    margin: 0;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
	text-align: center;
	margin-top: 18px;
}
.main5-pic:hover+h1{
	color:#0380c7;
}
.main5-pic>a{
	position: relative;
	padding-bottom: 63%;
	overflow: hidden;
	display: block;
}

.main5-pic>a img{
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	transition: .3s;
}

.main5-pic>a:hover img{
	  -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1);
}



/**************************************************************/
/*main-over*/





/*footer-start*/
/**************************************************************/

#footer{
	
}

.footer-1{
	background-color: #0380c7;
	padding: 35px 0;
}

.foo1-list ul,.foo1-list dl{
	margin:0;
}

.foo1-list li{
	float: left;
	margin-left: 85px;
}
.foo1-list li:first-child{
	margin-left: 0;
}
.foo1-list li h1{
	margin:0;
	font-size: 16px;
	color:#fff;
}
.foo1-list li dd{
	margin-top: 13px;
}
.foo1-list li dd:first-child{
	margin-top: 23px;
}
.foo1-list li dd a{
	font-size: 14px;
	color:#f7f7f7;
	transition: .3s;
}
.foo1-list li dd a:hover{
	color:#fff;
}

.er{
	width:96px ;
	font-size: 14px;
	color:#fff;
	text-align: center;
}
.er:first-child{
	margin-right: 34px;
}
.er img{
	display: block;
	width: 100%;
	margin-bottom: 10px;
}

.footer-2{
	background-color: #00639b;
	color:#fff;
	font-size: 14px;
	line-height: 1.6;
	padding: 10px 0;
}


/**************************************************************/
/*footer-over*/





/**************************************/
/********[特殊css样式要求区域]**********/
/**************************************/

#header-2{
	display: none;
	height: 75px;
	/*border-bottom:0px solid #035cac;*/
	box-shadow: 0 4px 8px -3px #000;
	position: fixed;
	top: 0px;
	left: 0;
	width: 100%;
	z-index: 1001;
	background-color: #fff;
  
}
.nav-2{
	display: none;
	background-color: #fff;
	position: relative;
	z-index:900;
	
}

.nav-2>ul>li{

	border-top: 1px dotted #ccc;
	position: relative;
}

.jiaspan{
	position: absolute;
	width: 30px;
	height: 30px;
	background-image: url(../images/jia2.png);
	background-repeat: no-repeat;
	background-position: center ;
	top: 5px;
	
	right: 14px;
}
.jiaspan.cur{
	background-image: url(../images/jia2h.png);

}
.nav-2>ul>li:first-child{
	/*border-top: 0;*/
}
.nav-2>ul>li>a{
	
	padding:8px 10px;
	display: block;
	font-size: 16px;
	width: 100%;
	color:#333;
	font-family: "anb";
	text-transform: uppercase;

}
.nav-2>ul>li>ul{
	padding-bottom: 10px;
	display: none;
}
.nav-2>ul>li>ul>li>a{
	padding: 6px 10px;
	display: block;
	font-size: 14px;
	padding-left: 25px;
	width: 100%;
	color:#666;
}
/*.downla-2 {
	padding: 5px 0 10px;
	display: none;
}
.downla-2 dd{
	padding-left: 30px;
}
.downla-2 dd a{
	font-size: 14px;
	display: inline-block;
	padding: 3px 0; 
	width: auto;
}*/
/*.nav-2 li a:hover{
	color:#1a0d07;
}*/

.nav-2-form{
	padding: 10px;
	position: relative;
}
.nav-2-form input[type="image"]{
	position: absolute;
	right: 19px;
    top: 17px;
    width: 18px;

}

.nav-2-form .form-control{padding-right: 50px;}
.logo-2 {
   font-size: 0;
       width: 350px;
    margin-left: 15px;
    margin-top: 9px;
}

.logo-2 img{
	display: block;
	width: 100%;
}


.menu2{
	
	margin-right: 15px;
	height: 75px;
	font-size: 0;

}
.menu2 li{
	cursor:pointer ;
	margin-left: 15px;
	float: right;
	margin-top: 29px;
}
.menu2 li+li{
	margin-top: 21px;
}
.menu2 li img{
	/*vertical-align: middle;*/

	
}

.chenggao{
		display: none;
		height: 75px;
	}


#nav-2-heidi{
	position: fixed;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	z-index: 800;
	background-image: url(../images/heidi.png);
	display: none;
	
}










/**************************************/
/********[特殊css样式要求区域]**********/
/**************************************/

.banner-2{
	background-repeat: no-repeat;
	background-position: center ;
	-webkit-background-size: cover;
	background-size: cover;
}

.banner-2-wen{
	height: 349px;
	padding-top: 100px;
}

.banner-2-wen h1{
	margin:0;
	font-size: 44px;
	color:#fff;
	font-weight: bold;
	text-transform: uppercase;
}

.line2{
	width: 70px;
	height: 5px;
	background-color: #fff;
	margin:20px 0 22px;
}

.banner-2-wen h2{
	margin:0;
	font-size: 30px;
	color:#fff;
	font-weight: bold;
}

.erji-top{
	background-image: url(../images/nav22.jpg);
	background-repeat: repeat-x;
	background-position: left bottom;
}

.erji-nav dl{
	margin:0;
}

.erji-nav dd{
	float: left;
	margin-left: 65px;
}
.erji-nav dd>a{
	display: block;
	font-size: 16px;
	color:#333;
	height:69px ;
	line-height: 69px;
	background-repeat: repeat-x;
	background-position: left bottom;
}
.erji-nav dd.active>a,.erji-nav dd:hover>a{
	background-image: url(../images/nav222.jpg);
	color:#0380c7;

}
.erji-nav dd:first-child{
	margin-left: 0;
}

.mianbaoxie{
	font-size: 14px;
	color:#333;
	height:69px ;
	line-height: 69px;
	padding-left: 27px;
	background-image: url(../images/mian.png);
	background-repeat: no-repeat;
	background-position: left center;
}

.mianbaoxie a:hover{
	color:#0380c7;

}

.erji-content{
	padding: 50px 0;
}
.chanpin-item{
	margin-bottom: 30px;
}
.chanpin-item>a{
	display: block;
}

.chanpin-pic{
	position: relative;
	padding-bottom: 65.4%;
	overflow: hidden;
}

.chanpin-pic img{
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	transition: .3s;
}

.chanpin-item>a:hover img{
	  -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1);
}

.chanpin-item>a h1{
	margin:0;
	height: 60px;
	line-height: 60px;
	font-size: 16px;
	color:#333;
	background-color: #ebebeb;
	text-align: center;
	text-overflow: ellipsis;
	transition: .3s;
    white-space: nowrap;
    overflow: hidden;
}


.chanpin-item>a:hover h1{
	background-color: #0380c7;
	color:#fff;
}
/*.fenye{
	font-size: 0;
	line-height: normal;
	text-align: center;
	margin-top: 50px;
}
.fenye ul{
	margin:0;
	display: inline-block;
}
.fenye li{
	float: left;
	height: 50px;
	line-height: 50px;
	margin:0 15px;
}
.fenye li a img{
	display:block;
	width:50px ;
}
.fenye li a{
	font-size: 16px;
	color:#2c2c2c;
}
.fenye li.cur a,.fenye li a:hover{
	color:#0380c7
}*/
.m-page{text-align: center;padding: 40px 0 ;overflow: hidden;color: #999;}
.m-page ul{display: inline-block;overflow: hidden;vertical-align: middle;}
.m-page ul li{float: left;margin-right: 8px;}
.m-page ul li a{
    display: block;line-height: 32px;font-size: 14px;padding: 0 13px;border: 1px solid #e7e7e7;
   transition: .3s;
}
.m-page ul li.on a,.m-page ul li a:hover{border-color: #4a86db;color:#fff;background-color: #4a86db;}

.about-left{
	width: 414px;
	margin-right: 95px;
	padding-top: 88px;
}

.about-right{
	overflow: hidden;
}

.about1{
	border:6px solid #31a3e4;
	padding: 45px 16px 45px 25px;
}

.about1 h1{
	font-size: 36px;
	color:#31a3e4;
	margin:0;
	font-weight: bold;
}

.about1 p{
	font-size: 18px;
	color:#2c2c2c;
	margin:0;
	line-height: 2;
	margin-top: 15px;
}

.about2{
	font-size: 28px;
	color:#fff;
	background-color: #0380c7;
	padding: 60px 52px;

	line-height: 2;
	margin-top: 40px;
}

.about-title{
	font-size: 36px;
	color:#333;
}
.about-con{
	font-size: 16px;
	color:#666;
	line-height: 2;
	margin-top: 25px;
}
.about-con p{
	margin:0;
}

.about-con img{
	display: block;
	margin:25px auto;
}



.danpian-h1{
	font-size: 28px;
	line-height: 1.6;
	color:#333;
	text-align: center;

}

.danpian-h2{
	font-size: 14px;
	line-height: 1.6;
	color:#999;
	text-align: center;
	border-bottom: 1px solid #eee;
	padding: 10px 0 15px;
	
}

.danpian-con{
	font-size: 16px;
	color:#666;
	line-height: 2;
	padding: 20px 0 20px;
}
.danpian-con *{
	font-size: 16px!important;
	color:#666!important;
	line-height: 2!important;
}
.danpian-con img{
	display: block;
	margin:15px auto;
}


.dan-page{
	padding-top: 10px;
	border-top: 1px solid #eee;
}

.dan-a{
	margin-top: 12px;
	text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}

.dan-a a{
	font-size: 16px;
	color:#666;
}

.dan-a a:hover{
	color:#0380c7;

}

.gaoguan-1-div{
	width: 45.4%;
	font-size: 18px;
	color:#000;
	font-weight: bold;
	text-align: center;
}

.gaoguan-1-div img{
	display: block;
	width: 100%;
	margin-bottom: 26px;
}

.gaoguan-2-li dl{
	margin:0;
}

.gaoguan-2-li dd{
	float: left;
	width: 50%;
	padding-left: 8px;
	font-size: 18px;
	color:#000;
}

.gaoguan-2-li dd:first-child{
	padding-left: 0;
	padding-right: 8px;
	color:#305db6;
	font-weight: bold;
	text-align: right;
}

.gaoguan-2-li{
	margin-top: 39px;
}

.gaoguan-2-li:first-child{
	margin-top: 0px;
}

.gaoguan-2{
	padding: 75px 0 50px;
}

.meiti ul{
	margin:0;
}

.meiti li{
	padding: 50px 0;
	border-bottom:1px solid #dbdbdb;
}
.meiti li:first-child{
	padding-top: 0;
}
.meiti-pic{
	width: 302px;
	margin-right: 50px;
}

.meiti-pic>a{
	position: relative;
	padding-bottom: 63%;
	overflow: hidden;
	display: block;
}

.meiti-pic>a img{
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	transition: .3s;
}

.meiti-pic>a:hover img{
	  -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1);
}

.meiti-con{
	overflow: hidden;
}
.meiti-con h1{
	color: #2c2c2c;
	font-size: 16px;
	margin:0;
	white-space: nowrap;
    overflow: hidden;
	text-overflow: ellipsis;
}

.meiti-con h1 a:hover{
	color:#0380c7;
}
.meiti-con p{
	color: #999999;
    line-height: 1.8;
	font-size: 15px;
	margin:0;
	margin-top: 22px;
	height: 54px;
	overflow: hidden;

}

.meiti-con h2{
	color: #7e7e7e;
	font-size: 18px;
	margin:0;
	white-space: nowrap;
    overflow: hidden;
	text-overflow: ellipsis;
	margin-top: 35px;
}


.rongyu-pic{
	border:1px solid #e4e4e4;
	padding: 20px 34px;
}

.rongyu-pic>a{
	position: relative;
	padding-bottom: 150%;
	overflow: hidden;
	display: block;
}

.rongyu-pic>a img{
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	transition: .3s;
}

.rongyu-pic>a:hover img{
	  -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1);
}

.rongyu-item:hover h1{
	color:#0380c7
}
.rongyu-item h1{
	color: #000;
    font-size: 18px;
    margin: 0;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
	text-align: center;
	margin-top: 30px;
}


.rongyu-item {
    margin-bottom: 50px;
}

.xinwen1{
	padding: 28px;
	background-color: #f4f4f4;
}

.xinwen2 ul{
	margin:0;
}

.xinwen2 li{
	width:45% ;
	padding: 60px 0 45px;
	border-bottom: 1px solid #dbdbdb;
}

.xinwen2 li h1{
	font-size: 14px;
	color:#666;
	margin:0;
}

.xinwen2 li h1 span{
	font-size: 22px;
	padding-right: 10px;
}

.xinwen2 li h2{
	font-size: 20px;
	font-weight: bold;
	line-height: 1.6;
	color:#2c2c2c;
	margin:0;
	height: 64px;
	overflow: hidden;
	margin-top: 25px;
}
.xinwen2 li h2 a:hover{
	color:#0380c7;
}
.xinwen2 li p{
	font-size: 14px;
	line-height: 1.8;
	color:#999;
	margin:0;
	height: 75px;
	overflow: hidden;
	margin-top: 15px;
}

.xinwen1-pic{
	width: 580px;
	margin-right: 56px;
}
.xinwen1-pic>a{
	position: relative;
	padding-bottom: 66%;
	overflow: hidden;
	display: block;
}

.xinwen1-pic>a img{
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	transition: .3s;
}

.xinwen1-pic>a:hover img{
	  -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1);
}
.xinwen1-con{
	overflow: hidden;
	padding-top: 30px;
}

.xinwen1-con h1{
	color: #a2a2a2;
    font-size: 16px;
    margin: 0;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.xinwen1  h2{
	font-size: 26px;
	line-height: 1.7;
	color:#2c2c2c;
	margin:0;
	height: 88px;
	overflow: hidden;
	margin-top: 20px;
}
.xinwen1 h2 a{
	display: block;
}
.xinwen1 h2 a:hover{
	color:#0380c7;
}

.xinwen1 p{
	font-size: 14px;
	line-height: 1.8;
	color:#999;
	margin:0;
	height: 75px;
	overflow: hidden;
	margin-top: 18px;
}
.xinwen1-a{
	margin-top: 30px;
}
.xinwen1-a a{
	display: block;
	width: 115px;
	height: 38px;
	line-height: 36px;
	border:1px solid #dedede;
	font-size: 14px;
	color:#989898;
	padding-left: 14px;
	background-repeat: no-repeat;
	background-position: 82px center;
	background-image: url(../images/more.png);
	transition: .3s;
}

.xinwen1-a a:hover{
	background-color: #0380c7;
	border-color:#0380c7;
	color:#fff;
	background-image: url(../images/moreh.png);
}

.fxinwen .flex-control-nav{
	display: block;
	text-align: left;
	font-size: 0;
	height: 0;
	bottom: 26px;
	padding-left: 631px;
}

.fxinwen .flex-control-paging li a{
	width: 10px;
	height: 10px;
	background-image: url(../images/arrow-b2.png);
}

.fxinwen .flex-control-paging li a.flex-active{
	background-image: url(../images/arrow-b2-h.png);

}

.fxinwen .flex-control-nav li{
	margin:0 5px;
}