/*--------------------------------------------------------------
 *
 *
# General
--------------------------------------------------------------*/
body {
  background: #fff;
 /* color: #444;*/
  color:#333;
  font-family: "Microsoft Yahei", sans-serif;
}

a {
  color: #1e82e8;
  transition: 0.5s;
}

a:hover, a:active, a:focus {
  color: #51d8af;
  outline: none;
  text-decoration: none;
}

p {
  padding: 0;
  margin: 0 0 30px 0;
}

h1, h2, h3, h4, h5, h6 {
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
  margin: 0 0 20px 0;
  padding: 0;
}
@media (min-width: 1920px){
.container {
    max-width: 1200px;
}
}
/* Prelaoder */
#preloader {
  position: fixed;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 999;
  width: 100%;
  height: 100%;
  overflow: visible;
  background: #fff url("../img/preloader.gif") no-repeat center center;
}
.tlinks{text-indent:-9999px;height:0;line-height:0;font-size:0;overflow:hidden;}
/* Back to top button */
.back-to-top {
  position: fixed;
  display: none;
  background: #1e82e8;
  color: #fff;
  padding: 6px 12px 9px 12px;
  font-size: 16px;
  border-radius: 2px;
  right: 15px;
  bottom: 15px;
  transition: background 0.5s;
}

@media (max-width: 768px) {
  .back-to-top {
    bottom: 15px;
  }
}

.back-to-top:focus {
  background: #1e82e8;
  color: #fff;
  outline: none;
}

.back-to-top:hover {
  background: #0c2e8a;
  color: #fff;
}

/*--------------------------------------------------------------
# Top Bar
--------------------------------------------------------------*/
#topbar {
  background: #fff;
  padding: 10px 0;
  border-bottom: 1px solid #eee;
  font-size: 14px;
}

#topbar .contact-info a {
  line-height: 1;
  color: #555;
}

#topbar .contact-info a:hover {
  color: #1e82e8;
}

#topbar .contact-info i {
  color: #1e82e8;
  padding: 4px;
}

#topbar .contact-info .fa-phone {
  padding-left: 20px;
  margin-left: 20px;
  border-left: 1px solid #e9e9e9;
}

#topbar .social-links a {
  color: #555;
  padding: 4px 12px;
  display: inline-block;
  line-height: 1px;
  border-left: 1px solid #e9e9e9;
}

#topbar .social-links a:hover {
  color: #1e82e8;
}

#topbar .social-links a:first-child {
  border-left: 0;
}

/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/
#header {
  padding: 20px 0;
  height: 6.5rem;
  transition: all 0.5s;
  z-index: 997;
  background: #fff;
  box-shadow: 0px 6px 9px 0px rgba(0, 0, 0, 0.06);
}

#header #logo h1 {
  font-size: 42px;
  margin: 0;
  padding: 0;
  line-height: 1;
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
}

#header #logo h1 a {
  color: #0c2e8a;
  line-height: 1;
  display: inline-block;
}

#header #logo h1 a span {
  color: #1e82e8;
}

#header #logo img {
  padding: 0;
  margin: 0;
}

@media (max-width: 768px) {
  #header {
    padding: 20px 0;
    height: 74px;
  }
  #header #logo h1 {
    font-size: 34px;
  }
  #header #logo img {
    max-height: 40px;
  }
}

/*--------------------------------------------------------------
# Intro Section
--------------------------------------------------------------*/
#intro {
  width: 100%;
  height: 70vh;
  /*background: #000;*/
  background: #fff;
  position: relative;
}

#intro .intro-content {
  position: absolute;
  position: absolute;
  bottom: 0;
  top: 0;
  left: 0;
  right: 0;
  z-index: 10;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  text-align: center;
}

#intro .intro-content h2 {
  color: #0c2e8a;
  margin-bottom: 30px;
  font-size: 64px;
  font-weight: 700;
}

#intro .intro-content h2 span {
  color: #1e82e8;
  text-decoration: underline;
}

@media (max-width: 767px) {
  #intro .intro-content h2 {
    font-size: 34px;
  }
}

#intro .intro-content .btn-get-started, #intro .intro-content .btn-projects {
  font-family: "Raleway", sans-serif;
  font-size: 15px;
  font-weight: bold;
  letter-spacing: 1px;
  display: inline-block;
  padding: 10px 32px;
  border-radius: 2px;
  transition: 0.5s;
  margin: 10px;
  color: #fff;
}

#intro .intro-content .btn-get-started {
  background: #0c2e8a;
  border: 2px solid #0c2e8a;
}

#intro .intro-content .btn-get-started:hover {
  background: none;
  color: #0c2e8a;
}

#intro .intro-content .btn-projects {
  background: #1e82e8;
  border: 2px solid #1e82e8;
}

#intro .intro-content .btn-projects:hover {
  background: none;
  color: #1e82e8;
}

#intro #intro-carousel {
  z-index: 8;
}

#intro #intro-carousel::before {
  content: '';
/*  background-color: rgba(255, 255, 255, 0.7);*/
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  z-index: 7;
}

#intro #intro-carousel .item {
  width: 100%;
  height: 70vh;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  -webkit-transition-property: opacity;
  transition-property: opacity;
}
#intro .owl-nav, #intro .owl-dots {
     margin-top: -25px;
    text-align: center;
    z-index: 9999999;
    position: absolute;
    left: 44%;
}

#intro .owl-dot {
  display: inline-block;
  margin: 0 5px;
  width: 2rem;
  height: 0.4rem;
  background-color: #ddd;
  cursor:pointer;
  z-index:99999;
}

#intro .owl-dot.active {
  background-color: red;
}
/*--------------------------------------------------------------
# Navigation Menu
--------------------------------------------------------------*/
/* Nav Menu Essentials */
.nav-menu, .nav-menu * {
  margin: 0;
  padding: 0;
  list-style: none;
}

.nav-menu ul {
  position: absolute;
  display: none;
  top: 100%;
  left: 0;
  z-index: 99;
}

.nav-menu li {
  position: relative;
  white-space: nowrap;
}

.nav-menu > li {
  float: left;
}

.nav-menu li:hover > ul,
.nav-menu li.sfHover > ul {
  display: block;
}

.nav-menu ul ul {
  top: 0;
  left: 100%;
}

.nav-menu ul li {
  min-width: 180px;
}

/* Nav Menu Arrows */
.sf-arrows .sf-with-ul {
  padding-right: 22px;
}

.sf-arrows .sf-with-ul:after {
  content: "\f107";
  position: absolute;
  right: 8px;
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
}

.sf-arrows ul .sf-with-ul:after {
  content: "\f105";
}

/* Nav Meu Container */
#nav-menu-container {
  float: right;
  margin: 0;
}

@media (max-width: 768px) {
  #nav-menu-container {
    display: none;
  }
}

/* Nav Meu Styling */
.nav-menu a {
  padding:1.3rem 0.5rem;
  text-decoration: none;
  display: inline-block;
  color: #333;
  font-family: "Microsoft Yahei", sans-serif;
  font-size: 0.9rem;
  outline: none;
}

.nav-menu li:hover > a, .nav-menu > .menu-active > a {
  color: #1e82e8;
}

.nav-menu > li {
  margin-left: 10px;
}

.nav-menu ul {
  margin: 4px 0 0 0;
  padding: 10px;
  box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.25);
  background: #fff;
}

.nav-menu ul li {
  transition: 0.3s;
}

.nav-menu ul li a {
  padding: 10px;
  color: #333;
  transition: 0.3s;
  display: block;
  font-size: 13px;
  text-transform: none;
}

.nav-menu ul li:hover > a {
  color: #1e82e8;
}

.nav-menu ul ul {
  margin: 0;
}

/* Mobile Nav Toggle */
#mobile-nav-toggle {
  position: fixed;
  right: 0;
  top: 0;
  z-index: 999;
  margin: 20px 20px 0 0;
  border: 0;
  background: none;
  font-size: 24px;
  display: none;
  transition: all 0.4s;
  outline: none;
  cursor: pointer;
}

#mobile-nav-toggle i {
  color: #555;
}

@media (max-width: 768px) {
  #mobile-nav-toggle {
    display: inline;
  }
}

/* Mobile Nav Styling */
#mobile-nav {
  position: fixed;
  top: 0;
  padding-top: 18px;
  bottom: 0;
  z-index: 998;
  background: rgba(52, 59, 64, 0.9);
  left: -260px;
  width: 260px;
  overflow-y: auto;
  transition: 0.4s;
}

#mobile-nav ul {
  padding: 0;
  margin: 0;
  list-style: none;
}

#mobile-nav ul li {
  position: relative;
}

#mobile-nav ul li a {
  color: #fff;
  font-size: 16px;
  overflow: hidden;
  padding: 10px 22px 10px 15px;
  position: relative;
  text-decoration: none;
  width: 100%;
  display: block;
  outline: none;
}

#mobile-nav ul li a:hover {
  color: #fff;
}

#mobile-nav ul li li {
  padding-left: 30px;
}

#mobile-nav ul .menu-has-children i {
  position: absolute;
  right: 0;
  z-index: 99;
  padding: 15px;
  cursor: pointer;
  color: #fff;
}

#mobile-nav ul .menu-has-children i.fa-chevron-up {
  color: #1e82e8;
}

#mobile-nav ul .menu-item-active {
  color: #1e82e8;
}

#mobile-body-overly {
  width: 100%;
  height: 100%;
  z-index: 997;
  top: 0;
  left: 0;
  position: fixed;
  background: rgba(52, 59, 64, 0.9);
  display: none;
}

/* Mobile Nav body classes */
body.mobile-nav-active {
  overflow: hidden;
}

body.mobile-nav-active #mobile-nav {
  left: 0;
}

body.mobile-nav-active #mobile-nav-toggle {
  color: #fff;
}

/*--------------------------------------------------------------
# Sections
--------------------------------------------------------------*/
/* Sections Header
--------------------------------*/
.section-header {
  margin-bottom: 30px;
}

.section-header h2 {
  font-size: 32px;
  color: #0c2e8a;
  text-transform: uppercase;
  font-weight: 700;
  position: relative;
  padding-bottom: 20px;
}

.section-header h2::before {
  content: '';
  position: absolute;
  display: block;
  width: 50px;
  height: 3px;
  background: #1e82e8;
  bottom: 0;
  left: 0;
}

.section-header p {
  padding: 0;
  margin: 0;
}

/* About Section
--------------------------------*/
#about {
  padding: 60px 0 30px 0;
}

#about .about-img {
  overflow: hidden;
}

#about .about-img img {
  margin-left: -15px;
  max-width: 100%;
}

@media (max-width: 768px) {
  #about .about-img {
    height: auto;
  }
  #about .about-img img {
    margin-left: 0;
    padding-bottom: 30px;
  }
}

#about .content h2 {
  color: #0c2e8a;
  font-weight: 700;
  font-size: 36px;
  font-family: "Raleway", sans-serif;
}

#about .content h3 {
  color: #555;
  font-weight: 300;
  font-size: 18px;
  line-height: 26px;
  font-style: italic;
}

#about .content p {
  line-height: 26px;
}

#about .content p:last-child {
  margin-bottom: 0;
}

#about .content i {
  font-size: 20px;
  padding-right: 4px;
  color: #1e82e8;
}

#about .content ul {
  list-style: none;
  padding: 0;
}

#about .content ul li {
  padding-bottom: 10px;
}


/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/
#footer {
  background: #fff;
  padding: 1rem 0 0 0;
  font-size: 14px;
}
#footer .fblack{
	padding:2rem 0;
	background:#444;
}

#footer .fblack .row{

}
#footer .fblack .three{

}

#footer .fblack .threetop{
 border-bottom:1px solid #575757;
display:block; 
}
#footer .fblack .threetop .threetop-left{
font-size:1.1rem;
color:#fff;
line-height:2rem;
text-align:left;
background:url('../img/footico.png') left top no-repeat;
padding-left:2.5rem;
float:left;
width:50%;
height:auto;
}

#footer .fblack .threetop .threetop-right{
padding-top:2rem;
color:#fff;
font-size:1.3rem;
float:right;
width:50%;
height:auto;
text-align:right;
}

#footer .fblack .threebot{
padding:1rem;
text-align:center;
}
#footer .fblack .threebot ul{
	margin:0 auto;
	width:auto;
	display:inline;
	padding:0;
}
#footer .fblack .threebot ul li{
	background:url('../img/liico.png') left center no-repeat;
padding:0.5rem 3rem;
list-style:none;
float:none;
text-align:left;

}
#footer .fblack .threebot ul li a{
	color:#545454;
	font-size:1rem;
	font-weight:bold;
}
#footer ul.lastul{
	width:56%;
	float:left;
}
#footer .wximg{
	float:right;
	margin:0.8rem 1% auto auto;
	width:28%;
	text-align:right;
}
#footer .wximg img{
	width:100%;
}
#footer .fwhite{
	padding:0.5rem 0;
	background:#fff;
	color:#333;
}
#footer .copyright {
  text-align: center;
  padding-top:0;
}

#footer .copyright a{

	color:#333;

}
@media screen and (max-width:750px){
.mobile-hide{
	display:none;
}
.mobile-h3{
	display:inline;
	font-weight:normal !important;
}
.mobile-address{
/*	display:inline;*/
	padding-left:1rem;
}
.contact-address,.contact-phone,.contact-email{
	text-align:left;
}

}
@media (min-width: 768px) and (max-width:993px) {
	 #logo img{
		height:40px !important;
	}

}

/* product */
#product{

}
#product .word{

	text-align:center;
}
#product p{
	padding:0;
	margin:0;
}
#product .word .p1{
	font-size:2.3rem;
	color:#1e82e8;
	text-align:center;
	display:block;
	height:6rem;
	line-height:6rem;
	width:100%;
	margin-top:2rem;
}

#product .word .p2{
	font-size:1rem;
	color:#333;
	display:block;
	width:100%;
	text-align:center;
	padding:0.1rem 0;
}

#product .word .p3{
	display:block;
	width: 3rem;
	height:0.2rem;
	margin:0 auto;
	background:#1e82e8;
	margin-top:1rem;
}
#product .picture{

	margin-top:2rem;
}
#product .picture a{
	float:left;
	width:16%;
	margin:0 2%;
	text-align:center;
	display:block;
}
#product .picture img{
	width:100%;
}
#product .picture .picture2,#product .picture .picture4{

	margin-top:4rem;
}
#product .picture  .pictureimg{
	margin:0 auto;
	width:100%;
	border:1px dashed #cecece;
	border-radius:100%;
	padding:0.2rem;
}

#product .picture .picturep1{
	text-align:center;
	color:#333;
	font-size:1rem;
	padding:0.3rem;
}
#product .picture a:hover .pictureimg{
	border-color:#1e82e8
}
#product .picture a:hover .picturep1{
	color:#1e82e8
}
/****company*****/
#company{
	margin-top:2rem;
	position:relative;
}
#company .bigpic{
	
	
}
#company .bigpic img{
	width:100%;
}
#company .row{
	margin-top: -7rem;

}
#company .row .col-lg-3,#company .row .col-md-4{
flex: 0 0 23%;
margin:0 1%;
}
#company .row .col-6{
flex: 0 0 23%;
margin:0;
}
.column-ny {
	/*
	width:100%;
	overflow:hidden;
	*/
}
#company .row .lump1{

	background:#2b5fb3

}
#company .row .lump2{

	background:#2d9691

}#company .row .lump3{

	background:#7258bb

}#company .row .lump4{

	background:#d26550

}
#company .row .comimg{
	width:100%;
	padding:2rem 2rem 0 2rem;

	text-align:center;
}

#company .row .comimg img{
	width:auto;
	margin:0 auto;
}
#company .row .comp1,#company .row .comp2{
	padding: 0 1rem 1rem 1rem;
	text-align:center;
	color:#fff;
	font-size:0.9rem;
	margin:0;
}
/* NEWS**/
#news {
	
}
#news  .newlist {
	background: #fff;
	padding: 1rem;
	margin: 0 0 2rem 0;
	text-align: center;
}

#news .newlist .nav {
	overflow: hidden;
	margin: 2rem auto 2rem auto;
	width:auto;

}

#news .newlist .nav li {

	float: left;
	margin: 0 1.5rem 0 0
}

#news .newlist .nav li.last {
	margin-right: 0
}

#news .newlist .nav li a {
	display: block;
	padding: 0.5rem;
	background: #fff;
	color: #333;
	font-size: 1rem;
	text-align: center;
	border: 1px dashed #cacaca;
}

#news .newlist .nav li:hover {
}

#news .newlist .nav li:hover a ,.newlist .nav li a.current {
	color: #1e82e8;
	border: 1px dashed #1e82e8;
}

.newslist_lm{
	font-size: 18px;
	background-color: #0094e1;
	height: 70px;
	line-height: 70px;
	overflow: hidden;
}
.newslist_1{
	padding:0 6%;
	border-right: 1px solid #949494;
	float: left;
}

.newlist_lm_search{
	margin-right: 6%;
	margin-top: 1.3rem;
	float: right;
	width: 20%;
}
.pro_search_text:hover{
	background-color: #0094e1;
}
.news_list_item{
	padding:0 2%;
	float: left;
}
.newslist_container{
	overflow: hidden;
	width: 98%;
	margin:0 auto;
	margin-top: 45px;
	/*height: 100px;*/
	/*background-color: #009;*/
}
.newslist_img{
	float: left;
	width: 46%;
}
.newslist_text1{
	margin-left: 50%;
}
.newlist_text1_title{
	font-size: 20px;
}
.newlist_text1_item{
	margin: 20px 0;
	font-size: 14px;
	color: #848484;
}
.newlist_text1_cont{
	line-height: 28px;
}
.newlist_text1_more{
	margin-top: 40px;
	float: right;
}
.newslist_list{
	overflow: hidden;
}
.newslist_list_item{
	padding: 4% 1%;
	float: left;
	width: 33.33%;
}
.newslist_list_item_title{
	font-size: 18px;
	margin:35px 0;
}
.newlist_list_item_cont{
	line-height: 28px;
}
.newpage{
	text-align: center;
}
.new_cibtauber{
	width: 70%;
	margin: 0 auto;
}
.new_title{
	text-align: center;
	font-size: 28px;
	margin-top: 70px;
}
.new_sj_zj{
	text-align: center;
	color: #848484;
	font-size: 16px;
	margin: 25px 0;
}
.new_next{
	float: left;
	white-space: nowrap;
	width: 50%;
	text-overflow:ellipsis;
}
.new_prev{
	float: right;
	white-space: nowrap;
	width: 50%;
	text-overflow:ellipsis;
}
.next_pro{
	width: 80%;
	margin: 50px auto 0 auto;
}
.new_content{
	    color: #333;
    line-height: 40px;
    font-size: 14px;
	justify-content:
	
}
.newlist_list_item_tiem{
		font-style: 12px;
		margin:5px 0 10px 0;
	}
	.newslist_lm {
    font-size: 18px;
    background-color: #0094e1;
    height: 4rem;
    line-height: 4rem;
    overflow: hidden;}

	.newlist_list_item_cont{
		line-height: 22px;
		font-size: 11px;
	}
	.newslist_list_item_title{
		font-weight: 555;
		margin: 0;
		font-size: 13px;
	}
	.newslist_list_item2{
		margin-left: 39%;
	}
	.newslist_list_item1{
		float: left;
		width: 35%;
	}
	.newslist_list_item {
    padding: 4% 1%;
    float: left;
    width: 100%;
}

#news p{
	padding:0;
	margin:0;
}
#news .news-head{
	
	margin:2rem auto;
}

#news .news-head .newsp1{
	
	font-size:2.3rem;
	color:#1e82e8;
	text-align:center;
	display:block;
	height:6rem;
	line-height:6rem;
	width:100%;
	margin-top:2rem;
}
#news .news-head .newsp2{
	
	font-size:1rem;
	color:#333;
	display:block;
	width:100%;
	text-align:center;
	padding:0.1rem 0;
}
#news .news-head .newsp3{

	display:block;
	width: 3rem;
	height:0.2rem;
	margin:0 auto;
	background:#1e82e8;
	margin-top:1rem;
}
#news .news-body{

}
#news .news-body .newsb-left{
	float:left;
	width:43%;
	background:#f8f8f8;
}
#news .news-body .newsb-left a{
	color:#848484;
	margin: 1.5rem 3%;
	display:block;
}
#news .news-body .newsb-left a img{
	width:100%;
	height:15rem;
}
/* 图片大小为高度274px宽度600px*/
#news .news-body a .newsb-tj{
	margin-top:1rem;
}

#news .news-body .newsb-left .newsb-tjdate{
	float:left;
	padding:0;
	width:10%;
	margin-right:2%;
}
#news .news-body .newsb-left .newsb-tjdate .p4{
	font-size:1rem;
	padding:0 0 0.2rem 0;
	display:inline-block;
	border-bottom:1px solid #848484;
}
#news .news-body .newsb-left .newsb-tjdate .p5{
	font-size:0.9rem;
	padding:0.2rem 0;
}
#news .news-body .newsb-tjtit{
	font-size:1rem;
	height:4rem;
	line-height:2rem;
	overflow:hidden;
	width:87%;
	padding:0 0.5%;
	float:right;


}
#news .news-body .newsb-tjtit p{
	font-size:0.9rem;
}
#news .news-body .newsb-right{
	width:55%;
	float:right;
	overflow:hidden;
}

#news .news-body .newsb-right ul{
	padding:0 3% 0 0;	
}
#news .news-body .newsb-right ul li{
	width:100%;
	list-style:none;
	background:#f8f8f8;
	margin:0  0 3% 0;
	
}

#news .news-body .newsb-right ul li a{
	color:#333;
	font-size:1rem;
	display:block;
	padding: 1rem 0;
}

#news .news-body .newsb-right ul li a .newsb-rightdate{
	width:10%;
	float:left;
	margin:0.5rem 1%;
}
#news .news-body .newsb-right ul li a .p4{
	
	font-size:1rem;
	padding: 0 0 0.2rem 0rem;
	margin-left:0.5rem;
	display:inline-block;
	border-bottom:1px solid #848484;
}
#news .news-body .newsb-right ul li a .p5{
	
	font-size:0.9rem;
	padding: 0.2rem 0.5rem;
}
#news .newsb-rightbody{
	width:88%;
	float:right;
}

#news .newsb-rightbody .newsb-rightp1{
font-size:1rem;
/*	height:4rem;*/
	line-height:2rem;
	overflow:hidden;
	width:100%;
	padding:0 1rem;
	float:right;
}
#news .newsb-rightbody .newsb-rightp2{
font-size:0.9rem;
	height:2rem;
	line-height:2rem;
	overflow:hidden;
	width:100%;
	padding:0 1rem;
	float:right;

}
/*contact */
.contact{
	margin-top:2rem;
	height:auto !important;
	color:#333;
}
.contact-lx {
	margin-top:2.8rem;
	height:auto;

}
.contact-lx h3{
	font-weight:bold;
	font-size:1.2rem;
		padding:0 0 2.8rem 0;
	margin:0;
}
.contact-lx-left{
	width:40%;
	float:left;
}

.contact-lx-left p{
	font-size:0.9rem;
	text-align:left;
	padding:0 0 2rem 0;
	color:#333;
	margin:0;
}
.contact-lx-right{
	width:50%;
	float:right;
}

.contact-lx-right table{

}

.contact-lx-right form td input,textarea{
	background:#fff;
	border:1px solid #cacaca;
}
.contact-lx-right form th{
	color:#686868;
	font-weight: normal;
	display:block;
}
.contact-lx-right form tr{
	display:block;
	float:left;
	width:50%;
	padding-bottom:2rem;
}
.contact-lx-right form tr.str{
	width:100%;
}
.contact-lx-right form td{
	width:100%;
	display:block;
}
.contact-lx-right form td input[type=text]{
	width:95%;
	padding:0.3rem;
	font-size:1rem;

}

.contact-lx-right form td input[type=submit]{
	float:left;
	background:#195cb2;
	color:#fff;
	padding:0.5rem;
	width:100%;
	text-align:center;

}
/*** yingyong center ***/
.yingyong{
	background:url('../img/yybg.jpg') repeat-y center top;
}
.yingyong .yyword{
	font-size:0.9rem;
	color:#333333;
	line-height:2rem;
	text-align:left;
		margin-top:2rem;
}
.yingyong .yyword h3{
	font-size:1.4rem;
	color:#195cb2;
	height:2.5rem;
	line-height:2.5rem;
	text-align:left;
}
.yingyong .yypic1{
	margin-top:2rem;
}
.yingyong .yypic1 .img1{

	float:left;
	padding:0.5rem;
	border:1px solid #cacaca;
	border-right:none;

}
.yingyong .yypic1 .img2{

	float:left;
	padding:0.5rem;
	border:1px solid #cacaca;
	border-left:none;

}
.yingyong .yypic2 .img1{

	float:left;
	padding:0.5rem;
	border-radius:50%;
	border:1px solid #cacaca;
	z-index:999;
}
.yingyong .yypic2 .img2{

	float:left;
	padding:0.5rem;
	border-radius:50%;
	border:1px solid #cacaca;
	margin-left:-2rem;
	z-index:997;
}
.yingyong .yypic2 .img3{

	float:left;
	padding:0.5rem;
	border-radius:50%;
	border:1px solid #cacaca;
		margin-left:-2rem;
	z-index:995;
}
.yingyong .yypic2 img{
	border-radius:50%;
}
.yingyong .yypic3{

}
.yingyong .yypic3 .img1{

			float:right;
	padding:0.5rem;
	border:1px solid #cacaca;
	border-right:none;
}
.yingyong .yypic3 .img2{

			float:right;
	padding:0.5rem;
	border:1px solid #cacaca;
	border-right:none;
}

/* 产品列表 */
.productlist_list{
	width: 100%;
}
.productlist_list a{
	width:30%;
	height: 260px;
	background: #f8f8f8;
	float:left;
	margin: 10px 1%;
	overflow: hidden;
}
.productlist_list .productlist_list_item{
	
	width:100%;
	height: 100%;
	text-align:center;
}
.productlist_list .productlist_list_item .productlist_list_item1{
	    width: 300px;
    margin: 0 auto;
    background: #000;
    margin-top: 15px;
    overflow: hidden;
}
.productlist_list .productlist_list_item img{ 
	height: 130px;
	width: auto !important;
	margin: 10px auto 0 auto;
}
.productlist_list .productlist_list_item .productlist_list_item2{
	font-size: 12px;
	line-height:20px;
	margin-top:20px;
}
.pagination {
	
	display:block;
	width: 100%;
	text-align:center;
}
.pagination ul {
    margin: 0 auto;
    float: none;
    position: relative;
    width: auto;
    display: inline-block;
}
.pagination ul li {
	list-style:none;
	float:left;
}
.pagination ul li a {
    padding: 1px 10px;
    display: inline-block;
    float: left;
    margin: 0 5px;
    background: #1e82e8;
    color: #FFF !important;
    border-bottom: 1px solid #8d95a0;
    text-decoration: none;
    -webkit-transition: all 100ms ease-in-out;
    -moz-transition: all 100ms ease-in-out;
    -o-transition: all 100ms ease-in-out;
    -ms-transition: all 100ms ease-in-out;
    transition: all 100ms ease-in-out;
	font-size:12px;
}

.pagination .current {
    background: #8d95a0;
}

.pagination ul li a:hover {
    background: #8d95a0;
    font-weight:bold;
}

.pagination .current > a {
    color: #8d95a0;
}

.pagination ul li:first-child a{  border-radius: 4px 0px 0px 4px;} 
.pagination ul li:last-child a{   border-radius: 0px 4px 4px 0px;}
.clear{
	content:'';
	height:1px;
	width:100%;
	display:block;
	clear:both;
}
