*{margin:0px;padding:0px;}body{background:#ffffff;margin:0px;padding:0px;text-decoration:none;font-variant:normal;font-family:'Microsoft YaHei';}a:link,a:visited,a:hover,a:active{text-decoration:none;}a{text-decoration:none;}li{list-style-type:none;}ul,ol{list-style-type:none;list-style-image:none;}input[type="button"],input[type="submit"],input[type="text"]{-webkit-appearance:none;}textarea{-webkit-appearance:none;}select{-webkit-appearance:none;}html{font-size:12px;}@media screen and (max-width:1199px){html{font-size:100px;}body{max-width:750px;margin:0 auto;}}@media (max-width:767px){html{font-size:13.333333333333vw;}body{max-width:initial;}}



.main{
	width: 1200px;
	margin: 0 auto;
}


.head{
	width: 100%;
	height: 120px;
	background: url(../images/bg01.jpg) no-repeat center;
}



.head .main{
	width: 1640px;
	margin: 0 auto;
	position: relative;
 
}

.head .logo{
	position: absolute;
	left: 0;
	top: 0;
	
}

.head .logo img{
	display: block;
	float: left;
	width: 18%;
}

.head .logo p{
	color:#000000;
	font-size: 21px;
	float: left;
	margin-left: 15px;
	line-height: 120px;
}
.head .logo span{
	color: #987a2f;
}


.head .nav{
	float: right;
	 
}

.head .nav ul li{
	float: left;
	height: 120px;
	line-height: 120px;
	padding: 0 5px;
	margin-left: 60px;
	position: relative;
}
.head .nav ul li:after{
	content: "";
	width: 0;
	left: 50%;
	bottom: 0;
	background: #D3AE54;
	height: 2px;
	position: absolute;
	transition: .5s;

}
.head .nav ul li:hover:after{
	left: 0;
	width: 100%;
}
.head .nav ul li:first-child{
	margin-left: 0;
}

.head .nav ul li a{
	color: #000000;
	font-size: 18px;
	display: block;
}
.head .nav ul li:hover a{
	color: #219391;
	font-weight: bold;
}


.img-box{
	overflow: hidden;
	width: 100%;
	height: auto;
	overflow: hidden;
}
.img-box img{
	transition: .5s;
}
.img-box:hover img{
	transform: scale(1.05);
}
 
.in-banner{
	width: 100%;
}
.in-banner img{
	display: block;
	width: 100%;
}
.banner{
	width: 100%;
	height: auto;
	overflow: hidden;
	position: relative;
}
.banner img{
	display:block;
	width: 100%;
}


.banner .hd{
	position: absolute;
	bottom: 20px;
	left: 50%;
	transform: rotateX(-50%);
	z-index: 1;
}
.banner .hd ul li{
	float: left;
	margin: 0 5px;
	width: 10px;
	height: 10px;
	border-radius: 50%;
	background: #fff;
}

.banner .hd ul .on{
	background: #219391;
}



.item{
	width: 100%;
	height:900px;
	overflow: hidden;
	background: url(../images/bg04.png) no-repeat center bottom;
	background-position: 0 -222px;
}
.item .main{
	width: 1400px;
}

.item .title{
	margin-top: 55px;
}
.item .title p{
	color:#1b1b1b;
	text-align: center;
	font-size: 40px;
}

.item .part{
	float: left;
	width: 33.333%;
	box-sizing: border-box;
	padding: 24px;
	background: #fff;
	transition: .5s;
	box-shadow: 0 0 5px 2px #F6F6F6;
	margin-top: 40px;
}

.item .part .intro{
	width: 100%;
	height: auto;
	overflow: hidden;
	position: relative;
}
.item .part:hover{
	background: #3BA1A0;
	position: relative;
	z-index: 1;
	 
}


.item .part .intro img{
	display: block;
	width: 100%;
	height: 499px;
}
.item .part .intro .bd{
	position: relative;
	top: 50%;
	transform: translateY(-50%);
}

.item .part .intro  .info{
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	transition: .5s;
	height: 100%;
	background: rgba(0,0,0,.5);
}

.item .part .intro  .info .tit{
	position: relative;
	padding-top: 50px;
}
.item .part .intro  .info .tit:after{
	content: "";
	width: 1px;
	height: 26px;
	position: absolute;
	left: 50%;
	top: 0;
	background: #fff;
}
.item .part .intro  .info .tit h4{
	color: #ffffff;
	font-size: 30px;
	font-weight: normal;
	text-align: center;
}

.item .part .intro  .info span{
	display: block;
	width: 70px;
	height: 70px;
	border: 1px solid #fff;
	border-radius: 50%;
	text-align: center;
	line-height: 70px;
	color: #fff;
	font-size: 20px;
	margin: 0 auto;
	margin-top: 30px;
}

.item .part .intro  .info  p{
	text-align: center;
	color: #fff;
	font-size: 16px;
	font-weight: normal;
	margin-top: 15px;
}

.item .part ul{
	width: 395px;
	margin: 0 auto;
	height: auto;
 
	margin-top: 25px;
}

.item .part ul li{
	float: left;
	width: 32%;
	position: relative;
	margin-left: 2%;
	margin-bottom: 10px;
}
.item .part ul li:after{
	content: "";
	width: 
}
.item .part ul li:nth-child(3n-2){
	margin-left: 0;
}
.item .part ul li a{
	color: #5f5f5f;
	font-size: 14px;
 
}

.item .part ul li i{
	content: "";
	position: absolute;
	width: 5px;
	height: 10px;
	margin-left: 10px;
	margin-top: 6px;
	background: url(../images/icon02.png)no-repeat center;
}
.item .part .text{
	width: 395px;
	margin: 0 auto;
	margin-top: 22px;
	color: #5f5f5f;
	font-size: 14px;
	line-height: 30px;
}

.item .part:hover ul li a{
	color: #fff;
}
.item .part:hover .text p{
	color: #fff;
}

.item .part:hover  .info{
 	background: rgba(0,0,0,.1);
}
.item .part:hover  .info span{
	border: 1px  solid #CEAA52;
}
.item .part:hover ul li i{
	background: url(../images/icon10.png) no-repeat center;
}
.item .part .hotpro i:after{
	content: "";
	width: 25px;
	height: 17px;
	background: url(../images/icon01.png) no-repeat center;
	position: absolute;
	left: -8px;
	top: -13px;
}
.adv{
	width: 100%;
	height: auto;
	overflow: hidden;
	background: #F2F2F2;
	padding-bottom: 75px;
}

.adv .title {
	margin-top: 45px;
}

.adv .title p{
	color:#1b1b1b;
	font-size: 40px;
	text-align: center;
}
.adv .title  p{
	color: #219391;
}
.adv .title span{
	display: block;
	text-align: center;
	color: #0f0000;
	font-size: 18px;
	text-align: center;
	margin-top: 5px;
}
.adv ul{
	height: auto;
	overflow: hidden;
	margin-top: 40px;
}
.adv ul li{
	float: left;
	width: 25%;
	height: auto;
	overflow: hidden;
	position: relative;
}
.adv ul li img{
	display: block;
	transition: .5s;
	width: 100%;
}
.adv ul li .icon{
	width: 82px;
	height:auto;
	overflow: hidden;
	margin: 0 auto;
	margin-top:10%;
}

.adv ul li .bd{
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	transition: .5s;
	background: rgba(53,135,135,.6);
}

.adv ul li .bd .intro{
	border: 1px solid #ffffff40;
	width: 80%;
	margin: 0 auto;
	top: 50%;
	overflow: hidden;
	height: auto;
	transition: .5s;
	position: relative;
	transform: translateY(-50%);
 	box-sizing: border-box;
	padding-bottom:92%;
}

.adv ul li .bd .intro .box{
	position: absolute;
	width: 100%;
}
.adv ul li .bd .intro h4{
	color: #fff;
	font-size: 23px;
 	margin-top: 25%;

 	text-align: center;
	font-weight: normal;
}

.adv ul li .bd .intro p{
	width: 70%;
	margin:  0 auto;
	margin-top: 5%;
	color: #fff;
	height: 72px;
	font-size: 14px;
	line-height: 24px;
	display: -webkit-box;
	  -webkit-line-clamp:3;
	  -webkit-box-orient: vertical;
	  overflow: hidden;
}

.adv ul li:hover  .bd{
	background: rgba(237,223,187,0);
}

.adv ul li:hover .intro{
	background: rgba(230,215,179,.6);
}
.adv ul li:hover img{
	transform: scale(1.05);
}

.adv ul li:hover .icon img{
	transform: scale(1);
}

.branch{
	width: 100%;
	height: auto;
	overflow: hidden;
	background: url(../images/bg02.png) no-repeat left -120px;
}

.branch .title {
	margin-top: 45px;
}
.branch .title p{
	color: #1b1b1b;
	font-size: 40px;
	text-align: center;
}

.branch   img{
	display: block;
	margin: 0 auto;
	margin-top: 50px;
}

.news{
	width: 100%;
	height: auto;
	overflow: hidden;
	background: #FAFAFA;
	margin-top: 60px;
	padding-bottom: 20px;
}

.news .main{
	width: 1377px;
	height: auto;
	overflow: hidden;
	position: relative;
}
.news .main:after{
	content: "";
	width: 1px;
	height: 360px;
	position: absolute;
	background: #E5E5E5;
	left: 755px;
	top: 180px;
}
.news .title{
	margin-top: 60px;
}
.news .title p{
	color: #1b1b1b;
	font-size: 40px;
	text-align: center;
}

.news .left{
	float: left;
	width: 710px;
	margin-top: 50px;
}

.news .left ul li{
	width: 100%;
	height: auto;
	overflow: hidden;
	margin-bottom: 20px;
}
.news .left ul li .img{
	width: 268px;
	height: auto;
	position: relative;
	overflow: hidden;
	float: left;
}
.news .left ul li .img img{
	display: block;
	width: 268px;
	height: 207px;
}
.news .left ul li .img .time{
	width: 88px;
	height: 88px;
	background: #3BA1A0;
	overflow: hidden;
	position: absolute;
	left: 0;
	top: 0;
}

.news .left ul li .img .time b{
	color: #fff;
	font-size: 32px;
	font-weight: normal;
	text-align: center;
	margin-top: 8px;
	display: block;
}

.news .left ul li .img .time span{
	display: block;
	text-align: center;
	color: #fff;
	font-size: 16px;
}
.news .left .pic img{
	display: block;
	width: 327px;
	height: 197px;
}

.news .left .intro{
	float: right;
	width: 410px;
	height: auto;
	margin-top: 30px;
	overflow: hidden;

}

.news .left .intro h4{
	width: 100%;
	color: #2d2d2d;
	overflow: hidden;
	font-size: 16px;
	font-weight: normal;
	  white-space: nowrap;
    text-overflow: ellipsis;
}
.news .left .intro h4:hover{
	color: #3BA1A0;
}


.news .left .intro p{
	font-size: 14px;
	line-height: 24px;
	margin-top: 10px;
	height: 72px;
	color: #727272;
	display: -webkit-box;
	-webkit-line-clamp:3;
	-webkit-box-orient: vertical;
	overflow: hidden;

}

.news .left .intro  span{
	display: block;
	width: 36px;
	height: 11px;
	background: url(../images/icon07.png) no-repeat center;
	margin-top: 35px;
}

.news  .right{
	float: right;
	width: 585px;
	height: auto;
	overflow: hidden;
	margin-top: 50px;
}

.news  .right ul li{
	width: 100%;
	height: auto;
	border-bottom: 1px solid #EEEEEE;
	overflow: hidden;
	padding-bottom: 40px;
	background: url(../images/icon07.png) no-repeat right 5px;
	margin-bottom: 30px;
}
.news  .right ul li .time{
	width: 70px;
	float: left;
}
.news  .right ul li .time b{
	color: #999999;
	font-size: 24px;
	text-align: center;
	display: block;
	height: 40px;
	border-bottom: 1px solid #eeeeee;
	font-weight: normal;
}
.news  .right ul li .time span{
	display: block;
	width: 100%;
	color: #999999;
	font-size: 16px;
	text-align: center;
	margin-top: 10px;
}

.news  .right ul li .info{
	float: left;
	margin-left: 25px;
	width: 440px;
}

.news  .right ul li .info h4{
	width: 100%;
	color: #2d2d2d;
	font-size: 16px;
	font-weight: normal;
}

.news  .right ul li .info p{
	color: #727272;
	font-size: 14px;
	line-height: 24px;
	margin-top: 10px;
	display: -webkit-box;
	-webkit-line-clamp:2;
	-webkit-box-orient: vertical;
	overflow: hidden;
}
.news  .right ul li:hover .info h4{
	color: #3ba1a0;
}

.about{
	width: 100%;
	height: 300px;
	overflow: hidden;
	background: url(../images/bg03.png) no-repeat center;
	position: relative;
	margin-top: 70px;
}
.about:after{
	content: "";
	width: 43px;
	height: 22px;
	position: absolute;
	left: 50%;
	margin-left: -22px;
	top: 0;
	background: url(../images/icon03.png) no-repeat center;
}
.about .title p{
	color: #fafafa;
	font-size: 40px;
	text-align: center;
	margin-top:50px;
}
.about .info{
	width: 1130px;
	margin: 0 auto;
	margin-top: 30px;
	text-align: center;
	color: #fff;
	font-size: 15px;
	height: 90px;
	line-height: 24px;
	position: relative;

	overflow: hidden;
}

.about .info p{
	height: 50px;
	display: -webkit-box;
	-webkit-line-clamp:2;
	overflow: hidden;
	-webkit-box-orient: vertical;
}
.about .info:after{
	content: "";
	width: 110px;
	position: absolute;
	left: 50%;
	margin-left: -55px;
	bottom:0;
	background: #fff;
	height: 1px;
}

.footer{
	width: 100%;
	height: auto;
	overflow: hidden;
	padding-bottom: 30px;
	background: #F3F3F3;
	padding-top: 60px;
}

.footer .main{
	width: 1744px;
}
.footer .left{
	float: left;
}
.footer .left .ewm{
	float: left;
}
.footer .left .logo{
	float: left;
	margin-left: 25px;
}
.footer .left .logo img{
width: 210px;
}
.footer .left .ewm img{
	display: block;
	width: 205px;
	height: 205px;
	border: 3px solid #fff;
	box-sizing: border-box;
}
.footer .left .ewm p{
	font-size: 20px;
	text-align: center;
	margin-top: 15px;
}
.footer .left .ewm  span{
	text-align: center;
	font-size: 16px;
}

.footer .cont{
	float: right;
	height: auto;
	overflow: hidden;
}

.footer .cont ul{
	margin-top: 60px;
}
.footer .cont ul li{
	float: left;
	padding: 0 60px;
	position: relative;
}
.footer .cont ul li:after{
	content: "";
	width: 1px;
	height: 104px;
	position: absolute;
	right: 0;
	top: 50%;
	margin-top: -52px;
	background: #D9D9D9;
}
.footer .cont ul li div{
	display: flex;
	justify-content: center;
	align-items: center;
	height: 40px;
}
.footer .cont ul li img{
	display: block;
	margin: 0 auto;
}
.footer .cont p{
	text-align: center;
	color: #1f1f1f;
	font-size: 20px;
	max-width: 280px;
	margin-top: 20px;
}
.footer .cont ul li:last-child:after{
	width: 0;
	height: 0;
	overflow: hidden;
}
.footer .cont ul li:last-child{
	padding-right: 0;
}

.footer  .fn{
	width: 100%;
	height: auto;
	overflow: hidden;
}
.footer  .fn ul {
	display: table;
	margin: 0 auto;
}

.footer  .fn ul li{
	float: left;
	padding: 0 50px;
	position: relative;
}
.footer  .fn ul li:after{
	content: "/";
	color: #838383;
	font-size: 18px;
	position: absolute;
	right: 0;
	top: 0;
}
.footer  .fn ul li:last-child:after{
	width: 0;
	height: 0;
	overflow: hidden;
}
.footer  .fn ul li a{
	color: #838383;
	font-size: 18px;
}

.footer .cr{
	width: 100%;
	height: auto;
	overflow: hidden;
	margin-top: 90px;
	text-align: center;
	color: #000000`;
	font-size: 18px;
}
.crumbs{
	width: 1200px;
	margin: 0 auto;
	height: auto;
	overflow: hidden;
	padding-bottom: 5px;
	margin-top: 20px;
	border-bottom: 1px solid #eee;
}
.crumbs .main{
	width: 1600px;

}
.crumbs img{
	display: block;
	height: 30px;
	float: left;
}
.crumbs p{
	color: #333;
	font-size: 16px;
	line-height: 30px;
	float: left;
	margin-left: 5px;
}

.crumbs a{
	display: block;
	font-size: 14px;
	float: left;
	line-height: 30px;
	color: #333;
	margin-right: 20px;
	position: relative;
}
.crumbs a:after{
	content: ">";
	position: absolute;
	right:-15px;
	top: 0;
	color: #333;
	font-family: '宋体';
}
.crumbs a:last-child:after{
	width: 0;
	height: 0;
	overflow: hidden;
}

.in-content{
	width: 1200px;
	margin: 0 auto;
	height: auto;
	overflow: hidden;
	margin-top: 30px;
	margin-bottom: 50px;
}
.in-content .left{
	float: left;
	width: 260px;
	height: auto;
	overflow: hidden;
}
.in-content .left .tit{
	width: 100%;
	height: 125px;
	overflow: hidden;
	background: #219391;
}

.in-content .left .tit span{
	display: block;
	color: #fff;
	font-size: 22px;
	margin-left: 25px;
	font-family: 'Arial Regular';
	margin-top: 25px;
	letter-spacing: 3px;
	text-transform: uppercase;
}

.in-content .left .tit  p{
	font-size: 24px;
	font-weight: bold;
	color: #fff;
	margin-left: 25px;
	margin-top: 10px;
}

.in-content .left .bd{
	width: 100%;
	height: auto;
	overflow: hidden;
	margin-top: 10px;
}
.in-content .left .bd ul li{
	width: 100%;
	margin-bottom: 5px;

	position: relative;
}
.in-content .left .bd ul li:last-child{
	display: none;
}

.in-content .left .pro_bd ul li{
	display: block !important;
}
.in-content .left .bd ul li h4{
	width: 100%;
	height: 50px;
	line-height: 50px;
	transition: .5s;
	background: #219391;
	opacity: .5;
	display: block;
	font-size: 16px;
	color: #fff;
	text-indent: 40px;
	position: relative;
}
.in-content .left .bd ul li h4:after{
	content: ">";
	position: absolute;
	left: -20px;
	top: 0;
	color: #fff;
	font-family: '宋体';
	font-size: 18px;
	font-weight: bold;
}
.in-content .left .bd ul li .on{
	opacity: 1;
}
.in-content .left .bd ul li a{
	display: block;
	font-size: 16px;
	color: #fff;
	margin-left: 40px;
}

.in-content .left .bd ul li dl{
	width: 100%;
	height: auto;
	display: none;
	overflow: hidden;
}
.in-content .left .bd ul li dl dd{
	line-height: 30px;
 	position: relative;
}
.in-content .left .bd ul li dl dd:after{
	content: "";
	width: 4px;
	height: 4px;
	position: absolute;
	left: 25px;
	top: 50%;
	margin-top: -2px;
	background: #eee;
	border-radius: 50%;
}
.in-content .left .bd ul li dl dd a{
	color: #333;
	font-size: 14px;
	display: block;
	 white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}
.in-content .left .bd ul li dl dd:hover a{
	color: #219391;
}

.in-content .left .bd ul li dl dd:hover:after{
	background:  #219391;
}
.in-content .left .tel{
	width: 100%;
	height: auto;
	overflow: hidden;
	background: #219391 url(../images/icon09.png) no-repeat 20px 25px;
	padding: 20px 18px;
	box-sizing: border-box;

}

.in-content .left .tel p{
	color: #fff;
	font-size: 18px;
	margin-left: 40px;
}
.in-content .left .tel b{
	color: #fff;
	font-size: 24px;
	font-family: 'arial';
	font-style: italic;
	letter-spacing: 2px;
	margin-left: 35px;
	display: block;
	margin-top: 5px;
}

.in-content  .right{
	float: right;
	width:900px;
}

.in-content  .right .tit{
	width: 100%;
	height: auto;
	overflow: hidden;

	border-bottom: 1px solid #eee;
}
.in-content  .right .tit p{
	float: left;
	font-size: 24px;
	line-height: 35px;
	color: #333;
	padding-bottom: 5px;
	position: relative;
}
.in-content  .right .tit p:after{
	content: "";
	width: 100%;
	height: 2px;
	position: absolute;
	left: 0;
	bottom: 0;
	background: #219391;
}
.in-content  .right .tit span{
	display: block;
	font-size: 14px;
	float: left;
	margin-left: 10px;
	text-transform: uppercase;
	color: #666;
	line-height: 35px;
	margin-top: 5px;
	font-family: 'Arial';
}

.in-content  .right .pro-list{
	width: 100%;
	height: auto;
	overflow: hidden;
	margin-top: 20px;
}
.in-content  .right .pro-list ul li{
	float: left;
	width: 292px;
	margin-left: 10px;
	position: relative;
	margin-bottom: 20px;
}
.in-content  .right .pro-list ul li:nth-child(3n-2){
	margin-left: 0;
}

.in-content  .right .pro-list ul li img{
	display:block;
	width: 100%;
	border: 1px solid #eee;
	box-sizing: border-box;
}

.in-content  .right .pro-list ul li p{
	width: 100%;
	height: 40px;
	position: absolute;
	z-index: 1;
	left: 0;
	bottom: 0;
	background: rgba(47,47,47,.8);
	text-align: center;
	line-height: 40px;
	color: #fff;
	font-size: 16px;
}

.fy{
	width: 100%;
	height: auto;
	overflow: hidden;
	margin-top: 50px;
	border-top: 1px solid #d2d2d2;
	border-bottom: 1px solid #d2d2d2;
	margin-bottom: 50px;
}


 .fy p{
	width: 300px;
	padding: 0 10px;
	height: 50px;
	float: left;
	line-height: 50px;
	border-left: 1px solid #d2d2d2;
	 white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;

}
 .fy p:first-child{
 	border: none;
 }

 .fy a{
 	color:#333333;
 	font-size: 14px;
 }

  .fy .return{
  	float: right;
  	line-height: 50px;
  	width: 140px;
  	border-left: 1px solid #d2d2d2;
  	text-align: center;
  }
.page{
	width: 100%;
	height: auto;
	overflow: hidden;
	margin-top: 20px;
	 
}
.page  ul{
	display: table;
	margin: 0 auto;
}

.page  ul li{
	border: 1px solid #d2d2d2;
	padding: 0 15px;
	height: 35px;
	line-height: 35px;
	color:#333;
	float: left;
	margin: 0 5px;
}
.page  ul li a{
	color:#333;
	
}
.page ul  .thisclass{
	background: #1E5AD2;
	border: 1px solid #1E5AD2;
	color:#fff;
}
 
.page  select{
	border: none;
	background: none;
	outline: none;
}

.hot{
	width: 100%;
	height: auto;
	overflow: hidden;
	margin-top: 30px;
}


.hot .tit{
	width:260px;
	float: left;
	height: 125px;
	overflow: hidden;
	background: #219391;
}


.hot .tit span{
	display: block;
	color: #fff;
	font-size: 22px;
	 
	margin-left: 50px;
	font-family: 'Arial Regular';
	margin-top: 25px;
	letter-spacing: 3px;
	text-transform: uppercase;
}


.hot .tit  p{
	font-size: 24px;
	font-weight: bold;
	color: #fff;
	margin-left: 50px;
	margin-top: 10px;
}

.hot .show{
	float: right;
	width: 900px;
	height: auto;
	overflow: hidden;
}
.hot .show .box{
	width: 800%;
}
.hot .show .pic{
	float: left;
}
.hot .show .pic ul li{
	float: left;
	width: 292px;
	height: auto;
	overflow: hidden;
	position: relative;
	margin-left: 20px;
}

.hot .show .pic ul li p{
	width: 100%;
	height: 40px;
	line-height: 40px;
	position: absolute;
	left: 0;
	bottom: 0;
	background: rgba(0,0,0,.5);
	text-align: center;
	color: #fff;
	 white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
	font-size: 14px;
}
.hot .show .pic ul li img{
	display:block;
	width: 100%;
	height: 
}

.quick{
	margin-top: 20px;
}

.quick ul{
	width: 100%;
	height: auto;
	overflow: hidden;
	margin-top: 10px;
}

.quick ul li{
	width: 100%;
	height: auto;
	overflow: hidden;
	line-height: 35px;
	border-bottom: 1px solid #ccc;
}
.quick ul li a{
	display: block;
	font-size: 14px;
	 white-space: nowrap;
	 overflow: hidden;
    text-overflow: ellipsis;
	color: #333;
 
}
.quick ul li:hover a{
	color: #219391;
}

.left-hot{
	width: 100%;
	height: auto;
	overflow: hidden;
	margin-top: 20px;
}

.left-hot{
	width: 100%;
	height: auto;
	overflow: hidden;
}

.left-hot .show{
	width: 100%;
	height:400px;
	overflow: hidden;
	margin-top: 10px;
}
.left-hot .box{
	height: 200%;
}
.left-hot .pic{
	width: 100%;
	height: auto;
	overflow: hidden;
}
.left-hot .pic ul li{
	width: 100%;
	height: auto;
	overflow: hidden;
	position: relative;
	margin-bottom: 10px;
}

.left-hot .pic ul li p{
	width: 100%;
	height: 40px;
	text-align: center;
	line-height: 40px;
	color: #fff;
	font-size: 14px;
	background: rgba(0,0,0,.5);
	position: absolute;
	left:0;
	bottom: 0;
}
.left-hot .pic ul li img{
	display: block;
	width: 100%;
}

.news-list{
	width: 100%;
	height: auto;
	overflow: hidden;
	margin-top: 15px;
}

.news-list ul li{
	height: auto;
	overflow: hidden;
 	border-bottom: 1px solid #EEEEEE;
	box-sizing:border;
	padding-bottom: 15px;
	margin-bottom: 20px;
}
.news-list ul li a{
	display: flex;
	justify-content: flex-start;
	align-items: center;
}
.news-list ul li .pic {
	display: block;
	width: 240px;
	float: left;
}
.news-list ul li img{
	display: block;
	width: 100%;
}
.news-list ul li .info{
	float: left;
	width: 750px;
	margin-left: 30px;
	 
}

.news-list ul li .info h4{
	width: 100%;
	color: #333;
	font-size: 18px;
	font-weight: normal;
}

.news-list ul li .info p{
	font-size: 14px;
	margin-top: 10px;
	color: #666;
	display: -webkit-box;
	-webkit-line-clamp:2;
	-webkit-box-orient: vertical;
	overflow: hidden;
	height: 50px;
	line-height: 24px;
}
.news-list ul li .info span{
	display: block;
	color: #333;
	font-size: 14px;
}

/*.news-list ul li .time{
	float: right;
	text-align: center;
	font-family: 'georgia';
	margin-top: 5px;
	width: 90px;
}
.news-list ul li .time p{
	color:#333;
 	
	font-size: 30px;
}
.news-list ul li .time span{
	display: block;
	color: #666;
	font-size: 14px;
	margin-top: 10px;
	
}*/

.news-list ul li .info h4:hover{
	color:#219391;
}

.article{
	width: 100%;
	height: auto;
	overflow: hidden;
	margin-top: 15px;
}
.article .t{
	width: 100%;
	height: auto;
	border-bottom: 1px solid #eee;
	padding-bottom: 10px;
	overflow: hidden; 
	margin-bottom: 30px;
}
.article .t h4{
	color: #333;
	font-size: 22px;
	text-align: center;
}
.article .t span{
	display: block;
	text-align: center;
	font-size: 14px;
	color: #666;
	margin-top: 10px;
}
.article .intro{
	font-size: 16px;
	line-height: 30px;
	color: #333;
	min-height: 300px;
}

.article .intro img{
	display: block;
	margin: 0 auto;
	max-width: 100%;
}

.map-box{
	width: 100%;
	height: auto;
	overflow: hidden;
	margin-top: 55px;
}
.map-box .map{
	width: 100%;
	height: 400px;
	margin-top: 15px;
}

.in-title{
	display: table;
	margin: 0 auto;
	margin-top: 50px;
	position: relative;
}
.in-title:after{
	content: "";
	width: 260px;
	position: absolute;
	left: 50%;
	margin-left: -130px;
	background: #ccc;
	height: 6px;
	top: 50%;
	margin-top: -3px;
}
.in-title p{
	color:#333;
	z-index: 1;
	background: #fff;
	display: table;
	position: relative;
	font-size: 24px;
	padding:0 30px;
}
.img-list{
	width: 1200px;
	margin: 0 auto;
	height: auto;
	overflow: hidden;
	margin-top: 30px;
}

.img-list ul li{
	float: left;
	width: 354px;
	padding: 15px;
	box-sizing: border;
	margin-left: 20px;
	border: 1px solid #eee;
	margin-bottom: 20px;
}
.img-list ul li:nth-child(3n-2){
	margin-left: 0;
}
.img-list ul li img{
	display: block;
	width: 100%;
	height: 260px;
	
	 
}

.img-list ul li div{
	border: 1px solid #eee;
	box-sizing: border-box;
}
.img-list ul li h4{
	font-size: 18px;
	text-align: center;
	color: #333;
 
	 white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
 	margin-top: 10px;
}

.img-list ul li p{
	width: 100%;
	height: auto;
	overflow: hidden;
	margin: 10px auto;
	color: #333;
	font-size: 14px;
	line-height: 24px;
	 white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}
@media (max-width: 1800px){
	.footer .main{
		width: 1600px;
	}
}

@media (max-width: 1660px){

	.head .main{
		width: 1400px;
	}
	.head .nav ul li{
		margin-left: 40px;
	}


	.footer .main{
		width: 1400px;
	}
	.footer .cont ul li{
		padding: 0 30px;
	}


 
}

 
@media (max-width: 1440px){
 	
 	.head .main{
 		width: 1280px;
 	}
 	.head .logo p{
 		font-size: 18px;
 	}
 	.head .nav ul li{
 		margin-left: 35px;
 	}
 	.item .main{
 		width: 1280px;
 	}
 	.item .part .intro img{
 		width: 100%;
 		height: 445px;
 	}
 	.adv ul li .bd .intro h4{
 		font-size: 20px;
 	}
 	.adv ul li .icon{
 		width: 70px;
 	}

 	.branch img{
 		width: 1200px;
 	}

 	.news .main{
 		width: 1280px;
 	}
 	.news .left {
 		width: 700px;
 	}
 	.news .left .intro{
 		width: 335px;
 	}
 	.news .right{
 		width: 475px;
 	}
 	.news .right ul li .info{
 		width: 330px;
 	}
 	.footer .left .ewm  img{
 		width: 170px;
 		height: 170px;
 	}
 	.footer .logo img{
 		height: 170px;
 	}
 	.footer .main{
 		width: 1280px;
 	}
 	.footer .left .ewm p{
 		font-size: 18px;
 	}
 	.footer .left .ewm  span{
 		font-size: 14px;
 	}
}



 