/*******************************
	头部
*******************************/
.header {
  padding: 24px 0 24px;
}
.header .logo {
  width: 347px;
  height: 71px;
  margin-left: 15px;
}
.header .h_info .line {
  width: 0;
  height: 4px;
  background-color: #665886;
  margin-left: auto;
  margin-right: 0;
  margin-top: 6px;
  transition: all 0.8s;
  -webkit-transition: all 0.8s;
}
.header .h_info a:hover .line {
  width: 23px;
  transition: all 0.8s;
  -webkit-transition: all 0.8s;
}
.nav {
  background-color: #3f2e56;
  height: 43px;
  line-height: 43px;
}
.nav li {
  width: 12.5%;
  float: left;
  position:relative;
}
.nav li > a {
  font-size: 16px;
  color: #fff;
}
.nav li.faseee{display: none;}
.nav li:hover > a,
.nav li.act > a {
  background-color: #851c5a;
}
.nav li:hover .s-nav,
.nav li.act .s-nav {
  display: block;
}
.nav .s-nav {
  position: absolute;
  z-index: 999;
  background-color: #665886;
  width: 100%;
  left: 0;
  top: 42px;
}
.nav .s-nav a {
  padding: 8px;
  line-height: 20px;
  font-size: 13px;
  color: #fff;
}

.nav .s-nav a:hover{ background-color:#3f2e56;}


/*******************************
	轮播图
*******************************/
.banner li {
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  height: 620px;
}
/*******************************
	新闻快讯
*******************************/
.newsflash {
  border-bottom: 1px solid #f2f2f2;
  box-shadow: 0px 2px 20px #f2f2f2;
}
.newsflash .newsflash_title {
  background-image: url(../images/radio_ico.jpg);
  background-repeat: no-repeat;
  background-position: left center;
}
.newsflash .newsflash_content {
  width: 84%;
  margin-left: 1%;
}
.newsflash .newsflash_content li {
  line-height: 24px;
  height: 24px;
}
.newsflash .newsflash_content .newsf_li {
  width: 80%;
}
/*******************************
	标题
*******************************/
.title {
  width: 398px;
  border: 2px solid #ddd;
  height: 58px;
}
.title h6 {
  position: relative;
  top: -14px;
}
.title .t-p {
  margin-top: -9px;
}
.title .t-p .line {
  width: 34px;
  height: 4px;
  background-color: #665886;
}
.s-title {
  width: 53px;
  height: 31px;
}
/*******************************
	关于中晟科华
*******************************/
.aboutzskh ul {
  margin-left: -1%;
}
.aboutzskh li {
  width: 24%;
  margin-left: 1%;
  float: left;
  margin-bottom: 16px;
  height: 238px;
  background-position: 90% 10%;
  background-repeat: no-repeat;
  overflow: hidden;
}
.aboutzskh li img {
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -o-transform: scale(1);
  -webkit-transition: all 0.8s;
  -moz-transition: all 0.8s;
  -o-transition: all 0.8s;
}
.aboutzskh li img:hover {
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -o-transform: scale(1.1);
  -webkit-transition: all 0.8s;
  -moz-transition: all 0.8s;
  -o-transition: all 0.8s;
}
.aboutzskh li .qy_div {
  bottom: 10%;
  left: 5%;
}
.aboutzskh li .qy_div .line {
  width: 27px;
  height: 4px;
  background-color: #fff;
  margin-top: 8px;
}
.aboutzskh li:hover .qy-bg {
  opacity: 0.3;
  filter: alpha(opacity=30);
  transition: all 0.5s;
}
.aboutzskh li .qy-bg {
  left: 0;
  top: 0;
  background-color: #fff;
  opacity: 0;
  filter: alpha(opacity=0);
  transition: all 0.5s;
}
.aboutzskh li.a0 {
  background-image: url(../images/qy01.png);
  background-color: #665886;
}
.aboutzskh li.a1 {
  background-image: url(../images/qy02.png);
  background-color: #665886;
}
.aboutzskh li.a2 {
  background-image: url(../images/qy04.png);
  background-color: #851c5a;
}
.aboutzskh li.a3 {
  background-image: url(../images/qy03.png);
  background-color: #851c5a;
}
/*******************************
	产品展示
*******************************/
.business {
  background: url(../images/bussiness.jpg) no-repeat center bottom #eeeeee;
}
.business li {
  width: 23%;
}
.business li a {
  padding: 5px;
  background-color: #fff;
  height: 218px;
  overflow: hidden;
}
.business li a img {
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -o-transform: scale(1);
  -webkit-transition: all 0.8s;
  -moz-transition: all 0.8s;
  -o-transition: all 0.8s;
}
.business li a img:hover {
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -o-transform: scale(1.1);
  -webkit-transition: all 0.8s;
  -moz-transition: all 0.8s;
  -o-transition: all 0.8s;
}
.business .bx-wrapper .bx-controls-direction a {
  width: 16px;
  height: 29px;
  background-position: center center;
  background-repeat: no-repeat;
  margin-top: -15px;
}
.business .bx-wrapper .bx-controls-direction a.bx-prev {
  background-image: url(../images/prev_left.png);
  left: -5%;
}
.business .bx-wrapper .bx-controls-direction a.bx-next {
  background-image: url(../images/next_left.png);
  right: -5%;
}
.s-more {
  width: 132px;
  height: 33px;
  line-height: 33px;
  border: 1px solid #cccccc;
  color: #555555;
}
.s-more:hover {
  background-color: #851c5a;
  border-color: #851c5a;
  color: #fff;
}
/*******************************
	新闻中心
*******************************/
.news li {
  width: 46%;
  float: left;
  margin: 0 2% 28px;
}
.news li .news_left {
  width: 16%;
  border: 1px solid #dddddd;
}
.news li .news_left p {
  margin: 2px;
  border-top: 1px solid #dddddd;
}
.news li .news_right {
  width: 80%;
}
.news li .news_right .news-p {
  height: 66px;
  overflow: hidden;
  -webkit-line-clamp: 3;
}
.news li:hover a {
  color: #666;
}
.news li:hover a .news_right h1 {
  color: #851c5a;
}
.news li:hover a .news_left {
  background-color: #851c5a;
}
.news li:hover a .news_left .date {
  color: #fff;
}
.news li:hover a .news_left p {
  color: #fff;
}
.link-yq {
  background-color: #f6f6f6;
}
.link-yq .bx-wrapper .bx-controls-direction a.disabled {
  display: block;
}
.link-yq .bx-wrapper .bx-controls-direction a {
  width: 18px;
  height: 27px;
  margin-top: -14px;
  background-repeat: no-repeat;
  background-position: center center;
}
.link-yq .bx-wrapper .bx-controls-direction a.bx-prev {
  background-image: url(../images/p01.png);
  left: -26px;
}
.link-yq .bx-wrapper .bx-controls-direction a.bx-next {
  background-image: url(../images/p02.png);
  right: -26px;
}
/**************************
	 底部
**************************/
.footer {
  background: url(../images/footer_bg.jpg) no-repeat center bottom #753b71;
}
.footer .f_left {
  width: 37%;
}
.footer .f_left .ewm {
  width: 26.5%;
}
.footer .f_left .f-l-text {
  width: 70%;
}
.footer .f_right {
  width: 59%;
}
.footer .f_right dl {
  float: left;
  width: 16.66%;
  margin-top: 15px;
}
.footer .f_right dl dt a {
  font-size: 15px;
}
.footer .f_right dl dd {
  margin-bottom: 5px;
}
.footer .f_right .line {
  margin-top: 10px;
  margin-bottom: 7px;
  width: 16px;
  height: 2px;
  background-color: #a883a5;
}
.footer .f_right a {
  font-size: 13px;
  color: #fff;
  line-height: 20px;
}
/**************************
	 底部备案
**************************/
.foot {
  background-color: #222222;
}
.foot a{color:#aaa;font-size: 13px;}
/**********页码********/
.pager {
  line-height: 12px;
}
.pager a {
  border: 1px solid #cccccc;
  padding: 0 3px;
}
.pager a.act,
.pager a:hover {
  background-color: #eeeeee;
  border-color: #aeaeae;
  color: #000;
}
.pager a,
.pager span {
  margin: 0 1px 5px;
}

.Page_next {
font-size:13px;
    border-top: 1px dotted #cccccc;
    margin: 20px  auto;
    padding-top: 30px;
	padding-bottom:20px;
    text-align: center;
    width: 95%;
}

.wx .ewm {
  display: none;
  position: absolute;
  background-color: #000;
  left: 0;
  top: -44px;
  
   top: 100%;
    width: 80px;
    height: 80px;
	z-index:1000000;

  
}
.wx:hover .ewm {
  display: block;
}
