body
	{
 		background: #fff;
		font-family:微软雅黑, 'open sans', sans-serif;
		font-weight: 300;
		overflow-x: hidden; /* prevent horizontal scrollbar from appearing */
	}
	
a {
	color: #47c6f8;
}
	
a:hover {
	color: #0ff;
}
.pd-top2{
	padding-top:20px;	
}
/* start h2 */
h2
	{
		text-align: center;
		font-size: 24px;
		padding-bottom: 40px;
		font-family:微软雅黑;
	}	
h2 span
	{
		color: #28a7e9;
		font-weight: bold;
	}
/* end h2 */
.copyrights{text-indent:-9999px;height:0;line-height:0;font-size:0;overflow:hidden;}
/* start about team service portfolio contact */
#about, #team, #service
	{
		padding-top: 50px;
		padding-bottom: 20px;
	}
#contact{
	padding-top: 50px;
	padding-bottom: 50px;	
}
#portfolio{
	padding-top: 0px;
	padding-bottom: 20px;	
}	
/* end about team service portfolio contact */

/* start preloader */
.preloader
	{
		position: fixed;
  		top: 0;
  		left: 0;
  		width: 100%;
  		height: 100%;
  		z-index: 99999;
  		display: -webkit-box;
  		display: -webkit-flex;
  		display: -ms-flexbox;
  		display: flex;
  		-webkit-flex-flow: row nowrap;
  		    -ms-flex-flow: row nowrap;
  		        flex-flow: row nowrap;
  		-webkit-box-pack: center;
  		-webkit-justify-content: center;
  		    -ms-flex-pack: center;
  		        justify-content: center;
  		-webkit-box-align: center;
  		-webkit-align-items: center;
  		    -ms-flex-align: center;
  		        align-items: center;
  		background: none repeat scroll 0 0 #ffffff;
	}
.sk-spinner-wave.sk-spinner 
	{
  		width: 50px;
  		height: 30px;
  		text-align: center;
  		font-size: 10px; 
  	}
.sk-spinner-wave div 
	{
  		background-color: #333;
  		height: 100%;
  		width: 6px;
  		display: inline-block;
         -webkit-animation: sk-wavestretchdelay 1.2s infinite ease-in-out;
                 animation: sk-wavestretchdelay 1.2s infinite ease-in-out;
         
    }
.sk-spinner-wave .sk-rect2 
	{
          -webkit-animation-delay: -1.1s;
                  animation-delay: -1.1s; 
      }
.sk-spinner-wave .sk-rect3 
	{
          -webkit-animation-delay: -1s;
                  animation-delay: -1s; 
     }
.sk-spinner-wave .sk-rect4 
	{
          -webkit-animation-delay: -0.9s;
                  animation-delay: -0.9s;
     }
.sk-spinner-wave .sk-rect5 
	{
          -webkit-animation-delay: -0.8s;
                  animation-delay: -0.8s; 
     }

@-webkit-keyframes sk-wavestretchdelay {
  0%, 40%, 100% {
            -webkit-transform: scaley(0.4);
                    transform: scaley(0.4); }

  20% {
            -webkit-transform: scaley(1);
                    transform: scaley(1); } }

@keyframes sk-wavestretchdelay {
  0%, 40%, 100% {
            -webkit-transform: scaley(0.4);
                    transform: scaley(0.4); }

  20% {
            -webkit-transform: scaley(1);
                    transform: scaley(1); } }
/* end preloader */

/* start header */
header
	{
		min-height: 20px;
		padding-top: 18px;
		padding-bottom: 10px;
		background:#303030;
	}
header .fa
	{
		color: #28a7e9;
	}
header span
	{
		font-weight: bold;
		padding-right: 10px;
		padding-left: 4px;
	}
header a
	{
		color: #999;
	}
header .social-icon
	{
		text-align: right;
	}
header .social-icon li a
	{
		border: none;
		width: 20px;
		height: 20px;
		line-height: 20px;
		text-align: center;
	}
/* end header */

/* start nagivation */
.navbar-default
	{
		background: #fff;
		border: none;
		box-shadow: none;
		margin: 0 !important;
	}
.navbar-default .navbar-brand
	{
		font-weight: 500;
		font-size: 30px;
		height: 70px;
		line-height: 40px;
		padding:3px 0 0 12px;
	}
.navbar-default .navbar-nav li a
	{
		font-weight: bold;
		font-size: 14px;
		height: 70px;
		line-height: 40px;
	}

.navbar-default .navbar-nav > li > a.current { 
	color: #601d40; 
}
.navbar-default .navbar-nav li .active { 
	color: #601d40; 
}
.templatemo-nav,.top-ban-hy {
	border-radius: 0;	
	width: 100%;
	z-index: 1000;
	box-shadow: rgba(0, 0, 0, 0.0980392) 0px 1px 10px;
	-moz-box-shadow: rgba(0, 0, 0, 0.0980392) 0px 1px 10px;
	-webkit-box-shadow: rgba(0, 0, 0, 0.0980392) 0px 1px 10px;
}
.sticky {	
	position: fixed;
	left: 0;
	top: 0;	
}
/* end navigation */

/* start home */
#home
	{
		background:  no-repeat center center;
		background-size: cover;
		min-height: 560px;
	}
#home h1
	{
		font-weight: 300;
		font-size: 70px;
		padding-bottom: 10px;
	}
#home h1 span
	{
		color: #28a7e9;
		font-weight: bold;
	}
#home .btn
	{
		background: transparent;
		border-radius: 2px;
		color: #fff;
		font-size: 16px;
		font-weight: bold;
		margin-top: 20px;
		width: 180px;
		height: 60px;
		padding-top: 18px;
		-webkit-transition: all 0.4s ease-in-out;
		        transition: all 0.4s ease-in-out;
	}
#home .btn:hover
	{
		background: #28a7e9;
		border-color: transparent;
	}
.element {
	height: 60px;
	font-size: 16px;
}
/* end home */

/* start about */
#about a{
	color:#1c1c1c;
	-webkit-transition: all 0.4s ease-in-out;
	transition: all 0.4s ease-in-out;
	overflow:hidden;
}
#about a .col-md-4:hover{
	
}
#about .media-heading-wrapper
	{
		padding-bottom: 32px;
	}
#about .media-heading-wrapper .fa
	{
		border: 1px solid #fff;
		border-radius: 2px;
		color: #fff;
		font-size: 24px;
		width: 60px;
		height: 60px;
		line-height: 60px;
		text-align: center;
		margin-bottom: 20px;
		margin-right: 20px;
	}
#about .media-heading-wrapper h3
	{
		font-size: 16px;
		font-weight: bold;
		padding-top: 20px;
		padding-left: 52px;
	}
#about .media .media-body a{
	color:#601d40;	
}
#about a{
	text-decoration:none;
}
#about span{
	color:#601d40;	
}
/* end about */

/* start team */
#team .team-wrapper
	{
		background: #f1f1f1;
		padding-bottom: 10px;
		-webkit-transition: all 0.4s ease-in-out;
		        transition: all 0.4s ease-in-out;
		position: relative;
	}
#team .team-wrapper:hover
	{
		cursor: pointer;
		opacity: 0.7;
		bottom: 4px;
	}
#team .team-wrapper .team-des
	{
		padding: 20px;
	}
#team .team-wrapper .team-des span
	{
		color: #555555;
		display: block;
		font-weight: bold;
		padding-bottom: 12px;
	}
#team .team-wrapper .team-des h4{
	font-size:12px;
	border:1px solid #601d40;
	width:30%;
	text-align:center;
	color:#601d40;
	margin:0 auto;
	padding:3px 0;
	margin-top:20px;	
}
#team .team-wrapper .team-des h4 a{
	color:#601d40;
	text-decoration:none;	
}
/* end team */

/* start service */
#service .col-md-3
	{
		cursor: pointer;
		min-height:275px;
		padding: 40px;
		-webkit-transition: all 0.4s ease-in-out;
		        transition: all 0.4s ease-in-out;
	}
#service a{
	color:#1c1c1c;	
}
#service .col-md-3:hover
	{
		background: #f1f1f1;
	}
#service .active
	{
		background: #505050;
		padding: 40px;
	}
#service .fa
	{
		border: 1px solid #fff;
		border-radius: 2px;
		color: #fff;
		font-size: 50px;
		width: 100px;
		height: 100px;
		line-height: 100px;
		text-align: center;
	}
#service h4
	{
		color: #1c1c1c;
		font-weight: 600;
		padding-top: 10px;
		padding-bottom: 14px;
		font-size:16px;
	}
#service p
	{
		overflow : hidden;
		text-overflow: ellipsis;
		display: -webkit-box;
		-webkit-line-clamp: 6;
		-webkit-box-orient: vertical;	
	}
#service span{
	color:#601d40;	
}
/* end service */

/* start portfolio */
#portfolio
	{
		padding-bottom: 0px;
	}
#portfolio .col-md-3
	{
		padding: 5px;
	}
	.portfolio-thumb, 
	.portfolio-overlay {
		max-width: 450px;
	}
	.portfolio-thumb img{
		width:100%;	
	}
#portfolio .portfolio-thumb
	{
		overflow: hidden;
		padding: 0;
		margin: 0 auto;
	}
#portfolio .portfolio-thumb .portfolio-overlay
	{
		background: #5e3252;
		top: 5px;
		left: 5px;
		right: 5px;
		bottom: 5px;	
		opacity: 0;
		position: absolute;
		padding: 20px 10px 20px 20px;
		margin-left: auto;
		margin-right: auto;
		-webkit-transition: all 0.4s ease-in-out;
		        transition: all 0.4s ease-in-out;
	}
#portfolio .portfolio-thumb .portfolio-overlay h4
	{
		font-weight: bold;
		padding-bottom: 10px;
		color:#fff;
	}
#portfolio .portfolio-thumb .portfolio-overlay p
	{
		color:#fff;
	}
#portfolio .portfolio-thumb .portfolio-overlay .btn
	{
		background: none;
		border: 1px solid #fff;
		border-radius: 2px;
		color: #fff;
		font-weight: bold;
	}
#portfolio .portfolio-thumb:hover .portfolio-overlay
	{
		cursor: pointer;
		opacity: 0.9;
	}
#portfolio .portfolio-thumb:hover .portfolio-overlay .aaab
	{
		top:20px;
	}	
/* end portfolio */

/* start contact */
#contact
	{
		
	}
#contact .form-control
	{
		background: transparent;
		border: 1px solid #601d40;
		border-radius: 2px;
		box-shadow: none;
		color: #333;
		margin-top: 6px;
		margin-bottom: 16px;
		resize:none
	}
#contact label
	{
		font-weight: 500;
	}
#contact input
	{
		height: 50px;
	}
#contact input[type="submit"]
	{
		background: #601d40;
		font-weight: bold;
		color:#fff;
		-webkit-transition: all 0.4s ease-in-out;
		        transition: all 0.4s ease-in-out;
	}
#contact input[type="submit"]:hover
	{
		background: transparent;
		color:#601d40;
	}
#contact address
	{
		border-bottom: 1px solid #505050;
		margin-bottom:0px;
		
	}
#contact address .address-title
	{
		font-weight: bold;
		font-size: 20px;
	}
#contact address span
	{
		display: block;
	}
#contact address p
	{
		display: block;
		padding-bottom: 5px;
	}
#contact address p img{
	margin-right:10px;	
}
#contact address .fa
	{
		border: 1px solid #fff;
		border-radius: 2px;
		width: 40px;
		height: 40px;
		line-height: 40px;
		text-align: center;
		margin-right: 10px;
		margin-bottom: 10px;
	}
/* end contact */

/* start copyright */
#copyright
	{
		background:#1e1a2a;
		padding: 40px 0;
	}
#copyright p
	{
		font-weight: 400;
	}
	
#copyright ul{
	list-style-type:none;
	padding:0;
	font-size:12px;
	font-weight:400;
	overflow:hidden;
}
#copyright .hy-cs-1,#copyright .hy-cs-4{
	min-height:159px;
	border-right:1px solid #5e5c69;	
}
#copyright .hy-cs-5{
	min-height:159px;	
}
#copyright ul h1,#copyright .hy-cs-4 h1{
	font-size:14px;
	color:#fff;
	margin-top:10px;	
}
#copyright .hy-cs-4 h1{
	padding-left:37px;	
}
#copyright ul li a,#copyright dl dd a,#copyright dl dt a{
	color:#fff;	
}
#copyright .hy-cs-1{
	width:12%; float:left;	
}
#copyright .hy-cs-1 ul{
	margin-left:37px;	
}
#copyright .hy-cs-4{
	width:25%; float:left;
}
#copyright .hy-cs-4 dl{
	font-size:14px;
	font-weight:400;
	width:50%;
	float:left;
}
#copyright .hy-cs-4 .d1{
	padding-left:37px;	
}
#copyright .hy-cs-4 .d2 dt {
	font-weight:400;	
}
#copyright .hy-cs-5{
	width:39%; float:left;	
}
#copyright .hy-cs-5 .hy-first{
	padding-left:37px;	
}
#copyright .hy-cs-5 ul{
	width:33.3%;
	float:left;
	border:0;	
}
#copyright .hyname{
	color:#fff;
	padding:30px 0 0 0;
	overflow:hidden;
	clear:both;
}
/* end copyright */

/* start social icon */
.social-icon
	{
		position: relative;
		padding: 0;
		margin: 0;
	}
.social-icon h4
	{
		display: inline-block;
	}
.social-icon li
	{
		display: inline-block;
		list-style: none;
	}
.social-icon li a
	{
		border: 1px solid #fff;
		border-radius: 2px;
		color: #fff;
		width: 40px;
		height: 40px;
		line-height: 40px;
		text-align: center;
		text-decoration: none;
		-webkit-transition: all 0.4s ease-in-out;
		        transition: all 0.4s ease-in-out;
		margin-right: 10px;
	}
.social-icon li a:hover
	{
		background: #28a7e9;
		border-color: transparent;
	}



/*news  about*/
.info-center{
	margin:0 58px;	
}
.font-zd{
	text-indent:2em;	
}
.company-hy{ /*公司简介*/
	
}
.company-hy p{
	line-height:2;
	font-size:14px;
	margin:0;	
}
.company-hy .ft-info{
	line-height:2;	
}
.company-hy .ft-info span{
	font-weight:300;	
}
.about-ban
{
	background:  no-repeat center center;
	background-size: cover;
	height: 300px;
}
.backg-line{
	 border-top:1px solid #ddd; margin:65px 0 10px 0; position:relative;	
}
.backg-line span{
	border-bottom:5px solid #601d40; margin:0 15px; position:relative; top:-25px; background:#fff; font-size:24px; height:40px; line-height:40px;	
}

.hy-honor{/*华亚荣誉*/
	overflow:hidden;
}
.hy-honor .hr{
	padding:10px 7px;	
}
.hy-honor .hr img{
	border-radius:5px;	
}

.left-float-nav{
	width:100px;
	text-align:center;
	position:absolute;
	margin-left:15px;
	z-index:1001;
}
.left-float-nav ul{
	list-style-type:none;
	margin:0;
	padding:0;
	height:100%;
	padding:20px 0;
	position:relative;
	z-index:1000;
	color:#fff;
}
.left-float-nav ul li{
	height:40px;
	line-height:40px;	
}
.left-float-nav ul li a{
	color:#fff;
	text-decoration:none;	
}
.left-float-nav .back-img{
	background:#601d40;
	opacity:0.7;
	-webkit-opacity:0.7;
	height:100%;
	width:100%;
	position:absolute;
	color:#fff;
	z-index:899;	
}

.left-fl-nav{
	position:absolute;
	width:150px;
	margin-left:-65px;
}
.left-fl-nav ul{
	list-style-type:none;
	padding-left:0;
	display:block;
}
.left-fl-nav ul li{
	padding-left:29px;
}
.left-fl-nav ul li a{
	color:#393939;	
	height:30px; line-height:30px;
	text-decoration:none;	
}
.left-fl-nav ul li a:hover{
	color:#8c0c4f;	
}
.left-fl-nav ul li .active{
	color:#8c0c4f;
	font-weight:600;	
}
.left-fl-nav .tit{
	color:#1c1c1c;
	font-size:16px;
	height:24px;
	line-height:24px;	
	float:left;
	display:block;
	width:150px;
	margin:0;
	overflow:hidden;
	margin:50px 0 10px 0;
}
.left-fl-nav .tit span{
	padding-left:5px;	
	font-weight:600;
}
.left-fl-nav .tit i{
	background:url(/uploads/image/simages/youceicon.png) no-repeat; width:24px; height:24px;
	float:left;
}
.lf-sticky {	
	position: fixed;
	top: 60px;	
}

.news-hy .media{
	margin:0 0 30px 0;	
}
.news-hy a{
	text-decoration:none;	
}
.news-hy .media .media-body h4{
	font-weight:600;
	color:#1c1c1c;
	font-size:16px;	
}
.news-hy .media .media-body h6{
	padding-right:5px;	
	font-weight:100;
	color:#1c1c1c;
}
.news-hy .media .media-body h6 img{
	padding-right:5px;	
}
.news-hy .media .media-body p{
	color:#1c1c1c;
	font-size:14px;
	line-height:1.6;
	margin-bottom:0;	
}
/*enterprise*/
.enterprise-ban{
	background:url(/uploads/image/simages/enter-ban.png) no-repeat center center;
	background-size: cover;
	height: 300px;	
}
.solve img{
	padding-bottom:20px;	
}
.production img{
	padding:10px 0;	
}
.quality img{
	padding:0; margin:0;
	border-radius:0;
	border:15px solid #e5e5e5;	
}
.invent{
	margin-bottom:50px;	
}
.invent .bbc{
	padding-bottom:20px;	
}
.invent img{
	border:15px solid #e5e5e5;	
}

/*service*/
.prduct-ban{
	background:url(/uploads/image/simages/fuwubanner.png) no-repeat center center;
	background-size: cover;
	height: 300px;		
}
.traffic .media {
	clear:both;
	margin:0;
	padding:20px 0;	
}
.part{
	padding-bottom:50px;	
}
.part .tit{
	color:#4b4b4b;
	font-size:16px;
	font-weight:600;
	padding:20px 0 30px ;
}
.part .info-bor{
	margin:0 50px;
}
/*contact*/
.contact-ban{
	background:url(/uploads/image/simages/lianxibanner.png) no-repeat center center;
	background-size: cover;
	height: 300px;		
}
.way{
	margin-top:50px;	
}
.way .phone h4{
	color:#78658d;
	font-size:16px;
	margin:0 0 15px;	
}
.lx .phone h4{
	color:#1c1c1c;
	font-size:14px;
	margin:0 0 9px;	
}
.lx .phone h6{
	height:40xp;
	line-height:40px;
	color:#1c1c1c;
	font-size:14px;
	margin:0;	
}
.way .phone h6{
	height:54xp;
	line-height:54px;
	color:#78658d;
	font-size:16px;
	margin:0;	
}

.message .tit h1{
	color:#333333;
	font-size:22px;
	font-weight:600;	
}
.message .tit h2{
	color:#969696;
	font-size:18px;
	text-align:left;
	font-weight:100;
	margin:0; 
	padding:0;
}
.message ul,.msgipt ul{
	list-style-type:none;
	padding:0;
}
.message ul li{
	margin-top:20px;
	padding:15px 20px;
	overflow:hidden;
	border-top:1px  dashed #ddd;
	border-bottom:1px  dashed #ddd;	
}
.message ul li span{
	color:#a3a3a3;
	font-size:14px;
	font-weight:100;
}
.message ul li label{
	color:#969696;	
}

.msgipt ul li input{
	outline:none;
	width:100%;
	padding:10px 15px;
	margin-top:50px;		
}
.msgipt ul li textarea{
	margin-top:27px;
	resize:none	;
	width:100%;	
	outline:none;
	padding:10px 15px;
	height:138px;
}
.msgipt .btnfrom{
	float:right;
	width:200px;
	height:54px;
	background:#601d40;
	color:#fff;
	font-size:24px;
	border:0;	
	outline:none;
	margin:25px 15px 75px 0;
}
.msgipt .row{
	margin:0 46px;	
}


 .accordion {
 	width: 100%;
 	margin: 30px auto 20px;
 	background: #f0f0f0;
 	-webkit-border-radius: 4px;
 	-moz-border-radius: 4px;
 	border-radius: 4px;
	padding-left:0;
	list-style-type:none;
 }

.accordion .link {
	cursor: pointer;
	display: block;
	padding: 15px 15px 15px 42px;
	color: #4d4d4d;
	font-size: 14px;
	font-weight: 700;
	border-bottom: 2px solid #fff;
	position: relative;
	-webkit-transition: all 0.4s ease;
	-o-transition: all 0.4s ease;
	transition: all 0.4s ease;
}

.accordion li:last-child .link {
	border-bottom: 0;
}

.accordion li i {
	position: absolute;
	top: 16px;
	left: 12px;
	font-size: 18px;
	color: #595959;
	-webkit-transition: all 0.4s ease;
	-o-transition: all 0.4s ease;
	transition: all 0.4s ease;
}

.accordion li i.fa-chevron-down {
	top:19px;
	right: 12px;
	left: auto;
	font-size: 16px;
}

.accordion li.open .link {
	color: #b63b4d;
}

.accordion li.open i {
	color: #b63b4d;
}
.accordion li.open i.fa-chevron-down {
	-webkit-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	-o-transform: rotate(180deg);
	transform: rotate(180deg);
}

/**
 * submenu
 -----------------------------*/
 .submenu {
 	display: none;
 	background: #fff;
 	font-size: 18px;
	color:#505050;
	list-style-type:none;
	padding:15px 0 20px;
 }

 .submenu li {
 	padding:0 50px;
 }

 .submenu a {
 	display: block;
 	text-decoration: none;
 	color: #d9d9d9;
 	padding: 12px;
 	padding-left: 42px;
 	-webkit-transition: all 0.25s ease;
 	-o-transition: all 0.25s ease;
 	transition: all 0.25s ease;
 }

 .submenu a:hover {
 	background: #b63b4d;
 	color: #fff;
 }
.recruit{
	margin-bottom:50px;	
}
.hy-map{
	margin:0px 0 50px;	
}

/*新闻详情*/
.ban-top{
	margin-top:5px;	
}
.newsinfotit{
	overflow: hidden;text-overflow: ellipsis;-webkit-box-orient: vertical;display: -webkit-box;-webkit-line-clamp: 2;
	color:#3d464d;
	font-size:24px;	
	margin:10px 0;
	font-weight:600;
	font-family:"微软雅黑";
	padding-top:15px;
}
.newsinfo{
	margin-bottom:60px;
	line-height:2;	
}
.newsinfo p{
	margin-bottom:0;
}
.newsinfo img{
	max-width:100%;
	height:auto;
}
.newsinfo .ftime{
	padding-bottom:15px;
	display:block;	
}
.hy-lineh p{
	line-height:1.7;	
}
.top-nav-ban-yc{
	display:none;	
}
.hide-ht{
	height:100px;
	display:none;	
}



/* 2017-2-16 new*/
.aaab{
	position:absolute; top:30px;
	-webkit-transition: all 0.4s ease-in-out;
	transition: all 0.4s ease-in-out;	
}

/* tfocus */
#tfocus-btn li.active,#tfocus-leftbtn,#tfocus-rightbtn{display:block;}
#tfocus{overflow:hidden;}
#tfocus-pic{width:635px;height:400px;position:relative; float:left; list-style-type:none; padding:0; margin:0; }
#tfocus-pic li{width:635px;height:400px;position:absolute;left:0;top:0;filter:alpha(opacity:0);opacity:0;}
#tfocus-pic li img{ width:100%; height:100%;}

#tfocusbtn{height:400px;z-index:20; float:left; padding-left:20px; margin:0;}
#tfocus-btn{width:480px;height:400px;position:relative;left:0;bottom:0;float:left; overflow:hidden;}
#tfocus-btn ul{position:absolute;left:0;top:0; padding:0; height:100000px;}
#tfocus-btn li{height:126px;display:block;float:left; margin-bottom:12px; }
#tfocus-btn li img{overflow:hidden; width:223px; height:126px; float:left;}
#tfocus-btn li.active{opacity:1; -webkit-opacity:1;}
#tfocus-btn li.active img{opacity:1; -webkit-opacity:1;}
#tfocus-btn li .tffont{
	opacity:0.8; -webkit-opacity:0.8;	
}
#tfocus-btn .active .tffont{
	opacity:1; -webkit-opacity:1;	
}
#tfocus-btn .active .left-img-sm .bk{
	opacity:0; -webkit-opacity:0;	
}
#tfocus-btn li:hover{
	opacity:1; -webkit-opacity:1;		
}

#tfocus-btn .left-img-sm .bk:hover{
	opacity:0; -webkit-opacity:0;	
}


#tfocus-pic .backft{
	position:absolute;
	bottom:0;
	width:100%;
	height:44px;	
}
#tfocus-pic .backft .back{
	position:absolute;
	z-index:1;
	background:#000;
	opacity:0.5; -moz-opacity:0.5; -webkit-opacity:0.5; filter: alpha(opacity=50);
	width:100%;
	height:44px;	
}
#tfocus-pic h1{ font-size:16px; color:#fff; padding:0 15px; height:44px; line-height:44px; font-family:微软雅黑; margin:0; position:absolute;
	z-index:2; font-weight:bold;}

#tfocus-pic .prev,#tfocus-pic .next{
	height:100%;	
	margin:0;
	width:50px;
	z-index:999;
	position: absolute;	
	width:22px;
	height:36px; 
	top: 50%;
	-webkit-transform: translatey(-50%);
	-moz-transform:  translatey(-50%);
	-ms-transform:  translatey(-50%);
	-o-transform:  translatey(-50%);
	transform:  translatey(-50%);
	cursor:pointer;
}
#tfocus-pic .prev{
	left:15px;
	background:url(/uploads/image/simages/zuojian.png) no-repeat;
}
#tfocus-pic .next{
	right:15px; 
	background:url(/uploads/image/simages/youjian.png) no-repeat;
}

#tfocusbtn #tfocus-leftbtn,#tfocusbtn #tfocus-rightbtn{
	height:30px;
	width:223px;	
	margin:0;
	z-index:999;
	position: absolute;
	text-align:center;
}
#tfocusbtn #tfocus-leftbtn{
	top:0; 
}
#tfocusbtn #tfocus-rightbtn{
	bottom:0; 
}
#tfocusbtn #tfocus-leftbtn img,#tfocusbtn #tfocus-rightbtn img{
	padding-top:4px;
	opacity:0.8;

}
#tfocusbtn #tfocus-leftbtn img:hover,#tfocusbtn #tfocus-rightbtn img:hover{
	color:#fff;
	opacity:1;
}

#tfocus-pic #tfocus-leftbtn span,#tfocus-pic #tfocus-rightbtn span{
	height:40px;
	line-height:40px;
	z-index:10000;
	position:absolute;
	display:block;	
	top: 50%;
	-webkit-transform: translatey(-50%);
	-moz-transform:  translatey(-50%);
	-ms-transform:  translatey(-50%);
	-o-transform:  translatey(-50%);
	transform:  translatey(-50%);
}

.tffont{
	width:240px;
	float:left;
	padding-left:20px;	
}

.tffont h1{
	font-size:16px;	
	color:#1c1c1c;
	overflow : hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	margin:10px 0;
	font-weight:bold;
}
.tffont p{
	font-size:14px;	
	color:#1c1c1c;
	overflow : hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
	margin:0;
}

#fy-btm .pagination {
	float:right;	
}
#fy-btm .pagination  li{
	border:0px;	
	padding:0;
}

.pagination>li>a{
	color:#333;	
}
.pagination>li>a:hover{
	color:#8c0c4f;	
}
/*2-20新增*/
#tfocus-btn li:hover{
	opacity:1;
	-webkit-opacity:1;	
}
.left-img-sm{
	width:223px; height:126px; float:left; position:relative;
}
.left-img-sm .bk{
	background:#000; opacity:0.4; -webkit-opacity:0.4; position:absolute; height:126px; width:100%; top:0; 
}

/*2-23*/
.swiper-container {
	width: 100%;
	height: 100%;
	margin-left: auto;
	margin-right: auto;
}
.swiper-slide {
	text-align: center;
	font-size: 18px;
	background: #fff;

	/* center slide text vertically */
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	-webkit-justify-content: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	-webkit-align-items: center;
	align-items: center;
}
.swiper-container{
	display:none;
	height:auto;	
}

.index-ban-one{
	background:url(/uploads/image/simages/index-banner.png) no-repeat center center; background-size:cover; height:560px;	
}
.index-ban-one img{
	position:absolute;
	left:900px;
	top:78px;	
}
.index-ban-two{
	background:url(/uploads/image/simages/index-banner1.png) no-repeat center center; background-size:cover; height:560px;	
}
.index-ban-three{
	background:url(/uploads/image/simages/index-banner2.png) no-repeat center center; background-size:cover; height:560px;	
}

#allmap{width:628px;height:320px; float:left;}

.pd-pc{
	display:block;
}
.pd-h5{
	display:none;	
}
.pd-h5 ul{
	padding:0;
	list-style-type:none;	
}
.pd-h5 ul li{
	width:33.3%;
	float:left;
	padding:20px 10px;
	text-align:center;
	color:#333;	
	border-right:1px solid #ddd;
	border-bottom:1px solid #ddd;
}
.pd-h5 ul li img{
	display:block;
	margin:0 auto;
	padding:0 10px;
	width:auto;
	height:50px;
	overflow:hidden;	
}


.swiper-container .news-one{
	background:url(/uploads/image/simages/xinwenbanner-s.png) no-repeat center center; background-size:cover; height:300px;
}
.swiper-container .news-two{
	background:url(/uploads/image/simages/xinwenbanner2-s.png) no-repeat center center; background-size:cover;	height:300px;
}
.swiper-container .news-three{
	background:url(/uploads/image/simages/xinwenbanner3-s.png) no-repeat center center; background-size:cover;	height:300px;
}
.swiper-container .back-bg{
	height:35px; background:#000; opacity:0.7; width:100%; position:absolute; bottom:0; left:0;
	z-index:99;
}
.swiper-container .ft{
	position:absolute; bottom:0; height:35px; line-height:35px; color:#fff; width:100%; text-align:center;
	z-index:100;
}

.swiper-slide a{
	width:100%;
	height:300px;
	display:block;	
}
.quality .pledge h4{
	font-size:14px;
}


.h5-al h4{
	display:none;	
}

.vd{
	width:533px;
	height:300px;
	margin:0 auto;
	
}
.vjs-poster,.vjs-tech,.vjs-poster{
	background-size:cover;		
}

.left-fl-nav .hide-info{
	padding-left:29px;	
	height:30px;
	line-height:30px;
	color:#393939;
	text-decoration:underline;
}
.news-btn{
	width:100%;
	border-top:1px solid #d9d9d9;
	padding-bottom:20px;	
}
.news-btn a{
	color:#333;
	cursor:pointer;
	display:block;
	padding:5px 0;	
}
.pro-pinfo{
	margin-bottom:50px;	
}
.pro-p-top{
	height:50px; line-height:50px; font-size:18px; padding-top:8.5px; color:#333;
}
.pro-p-top span{
	position:relative; top:2px;	
}
.pro-pinfo ul{
	padding:0;
	list-style-type:none;	
}
.pro-pinfo ul li{
	width:50%;
	float:left;
	text-align:center;	
}
.pro-pinfo ul a{	
}
.pro-pinfo ul a img{
	width:auto;
	margin:0 auto;
	height:100px;
}


.newslist .media-left img{
	width:192px;
	height:114px;	
}

@media only screen and ( max-width: 1441px ) {
	.index-ban-one img{
		position:absolute;
		left:810px;
		top:78px;	
	}	
}

/* end social icon */

@media only screen and (max-width: 1199px) and (min-width: 992px) {
	#portfolio .portfolio-thumb .portfolio-overlay {
		padding: 0px 8px;
	}
	.index-ban-one img{
		left:530px;
		top:78px;
		height:90px;	
	}
}

/* start 980 media quires */
@media only screen and ( max-width: 980px ) {
	#team .team-wrapper
		{
			margin-top: 40px;
		}
	#portfolio .col-md-3{
		padding:5px 0;
	}
	#portfolio .portfolio-thumb .portfolio-overlay
	{
		background: #5e3252;
		top: 5px;
		left: 0px;
		right: 5px;
		bottom: 5px;
		width: 100%;
		opacity: 0;
		position: absolute;
		padding: 40px 10px 20px 20px;
		-webkit-transition: all 0.4s ease-in-out;
		        transition: all 0.4s ease-in-out;
	}
	.index-ban-one img{
		left:330px;
		height:80px;	
	}
	#portfolio .portfolio-thumb:hover .portfolio-overlay{
		display:none;	
	}
	.portfolio-thumb img{
		width:80%;
		margin:0 auto;	
	}
	.h5-al h4{
		display:block;	
		font-size:14px;
		color:#333;
		text-align:center;
	}

}
/* end 360 media quires */

/* start 768 media quires */
@media only screen and ( max-width: 767px ) {
	#home
		{
			min-height: 300px;
			padding-top: 80px;
			padding-bottom: 60px;
		}
	#home h1
		{
			font-size: 52px;
		}

	.templatemo-nav,.top-ban-hy {
		position: fixed;
    	top: 0;
	}
	header {
		margin-top: 70px;
	}
	header .social-icon {
		text-align: left;
	}
	.navbar-toggle {
		margin-top: 15px;
	}
	.navbar-collapse {
		max-height: 300px;
		overflow-y: auto;
	}
	.navbar-default .navbar-nav li a {
		height: 45px;
		padding-top: 5px;
		padding-bottom: 5px;
		line-height: 35px;
	}
	.info-center{
		margin:0;	
	}
	
	/*2-23*/
	#copyright .hy-cs-1{
		width:33.3%;
		border:0;	
	}
	#copyright .hy-cs-5,#copyright .hy-cs-4{
		width:100%;	
	}
	.swiper-container{
		display:block;
		padding:0 15px;	
	}
	#tfocus{
		display:none;	
	}
	.index-ban-one,.index-ban-two,.index-ban-three{
		height:200px;	
		max-height:200px;	
	}	
	.about-ban,
	.enterprise-ban,
	.prduct-ban,
	.contact-ban{
		height:130px;	
		max-height:130px;
	}
	.hide-ht{
		height:0px;	
	}
	.left-fl-nav{
		display:none;	
	}
	.newslist .media-left{
		width:100%;
		display:block;
		padding:0;	
	}
	.newslist .media-body h4{
		-webkit-line-clamp:2;
		margin-top:10px; 	
	}
	.newslist .media-body p{
		-webkit-line-clamp:3; 	
	}
	.newslist .media-body h4,.newslist .media-body h6,.newslist .media-body p{
		overflow:hidden; 
		text-overflow:ellipsis;
		display:-webkit-box; 
		-webkit-box-orient:vertical;
	}
	.newslist .media-left img{
		width:100%;	
		height:auto;	
	}
	.newslist .media-body{
		width:100%;		
		display:block;
	}
	
	.way,.hy-map{
		margin-top:0px;
	}
	.hy-map img{
		width:100%;	
	}
	#allmap{
		width:100%;	
	}
	.msgipt .row{
		margin:0;	
	}
	.msgipt .row ul li{
		padding:0;	
	}
	.msgipt .btnfrom{
		width:100%;
		float:none;	
	}
	
	.index-ban-one img{
		width:240px;
		left:50%;
		margin-left:-120px;
		height:auto;
	}
	
	
	.pd-pc{
		display:none;
	}
	.pd-h5{
		display:block;	
	}
	
	
	.h5-licon{
		width:100px;
		height:100px;	
	}
	.h5-licon img{
		width:100px;	
		height:100px;
	}
	.h5-rinfo h4{
		overflow : hidden;
	  text-overflow: ellipsis;
	  display: -webkit-box;
	  -webkit-line-clamp: 2;
	  -webkit-box-orient: vertical;
	  font-size:16px;	
	  line-height:1.4;	
	  margin:0;	
	  color:#1c1c1c;
	  font-weight:500;
	}
	.h5-rinfo h5{
		overflow : hidden;
	  text-overflow: ellipsis;
	  display: -webkit-box;
	  -webkit-line-clamp: 3;
	  -webkit-box-orient: vertical;
	  line-height:1.4;
	  margin:0;	
	  color:#1c1c1c;
	  font-weight:300;
	}
	
	.swiper-container a:link ,.swiper-container  a:visited {
		text-decoration:none;
	}
	
	
	#about, #team, #service,#contact{
		padding-top:20px;	
	}
	#about h2, #team h2, #service h2,#contact h2 ,#portfolio h2{
		padding-bottom:20px;	
	}
	
	
	#service .col-md-3{
		padding:0 15px;
		min-height:255px;
	}
	#copyright .hy-cs-1 ul{
		margin-left:20px;	
	}
	#copyright .hy-cs-4 h1,#copyright .hy-cs-4 .d1{
		padding-left:20px;
		width:33.3%;
	}
	#copyright .hy-cs-4 .d2{
		width:50%;
		padding-left:20px;	
	}
	
	.vd{
		height:200px;
		width:100%;
	}
	#copyright .hy-cs-1{
		min-height:125px;	
	}
	#service .col-md-3:hover
	{
		background:none;
	}
	#about, #team, #service{
		padding-bottom:0;	
	}
	.navbar-brand img{
		height:50px;
		margin-top:7px;	
	}
}
/* end 768 media quires */

/* start 360 media quires */
@media only screen and ( max-width: 360px ) {
	header .social-icon
		{
			text-align: left;
		}
	#home
		{
			min-height: 200px;
			padding-top: 60px;
			padding-bottom: 40px;
		}
	#home h1
		{
			font-size: 32px;
		}

}
/* end 360 media quires */


















