﻿@charset "utf-8";
/* CSS Document */
html,
body,
a,
p,
ul,
img {
  padding: 0;
  margin: 0;
  list-style: none;
  border: none;
  font: 13px "Microsoft yahei", "微软雅黑";
  color: #666666;
}
img {
  border: none;
}
body {
  background: url(/images/bg.jpg) repeat;
}
a {
  text-decoration: none;
}
a:link {
  color: #666666;
  text-decoration: none;
}
a:hover {
  color: #e30300;
  text-decoration: none;
}
.blank1,
.blank10,
.blank4,
.blank5,
.blank20,
.blank30,
.blank50,
.blank15 {
  overflow: hidden;
  clear: both;
  display: block;
  font-size: 1px;
}
.blank10 {
  height: 10px;
}
.blank1 {
  height: 1px;
}
.blank4 {
  height: 4px;
}
.blank5 {
  height: 5px;
}
.blank20 {
  height: 20px;
}
.blank30 {
  height: 30px;
}
.blank50 {
  height: 50px;
}
.blank15 {
  height: 15px;
}
.strong {
  font-weight: bold;
  font-size: 14px;
}

/*头部*/
.head {
  width: 100%;
  height: auto;
  overflow: hidden;
}
.top_head {
  width: 100%;
  height: 103px;
  border-bottom: 1px solid #000;
  background: #efefef;
}
.top_head_c {
  width: 74%;
  height: 103px;
  margin: 0 auto;
  overflow: hidden;
}
.logo {
  width: 650px;
  float: left;
}
.dh {
  float: right;
  width: 250px;
}

/*导航*/

.nav {
  width: 1002px;
  height: 100px;
  margin: 0 auto;
}
.nav ul {
  padding: 0px 1px;
}
.nav ul li {
  width: 165px;
  float: left;
  text-align: center;
  height: 100px;
  line-height: 70px;
  background: url(/images/index_09.jpg) no-repeat left top;
}
.nav ul li a {
  padding-left: 4px;
  text-align: center;
  font-size: 14px;
  color: #333;
  font-weight: bold;
  width: 165px;
  display: block;
  line-height: 70px;
}
.nav ul li a:hover {
  color: #0156ac;
  width: 165px;
  height: 100px;
  display: block;
}
.nav ul li a span {
  padding-left: 4px;
  font-size: 9px;
  padding: 0px;
  color: #666;
  top: -50px;
  position: relative;
  font-family: Arial, Helvetica, sans-serif;
  font-weight: normal;
}

/*flash*/
.banner {
  width: 100%;
  height: 400px;
  overflow: hidden;
}
#full-screen-slider {
  width: 100%;
  height: 400px;
  float: left;
  position: relative;
}
#slides {
  display: block;
  width: 100%;
  height: 400px;
  list-style: none;
  padding: 0;
  margin: 0;
  position: relative;
}
#slides li {
  display: block;
  width: 100%;
  height: 100%;
  list-style: none;
  padding: 0;
  margin: 0;
  position: absolute;
}
#slides li a {
  display: block;
  width: 100%;
  height: 100%;
  text-indent: -9999px;
}
#pagination {
  display: block;
  list-style: none;
  position: absolute;
  left: 45%;
  top: 510px;
  z-index: 9900;
  padding: 5px 15px 5px 0;
  margin: 0;
}
#pagination li {
  display: block;
  list-style: none;
  width: 10px;
  height: 10px;
  float: left;
  margin-left: 15px;
  border-radius: 5px;
  background: #7f7f7f;
}
#pagination li a {
  display: block;
  width: 100%;
  height: 100%;
  padding: 0;
  margin: 0;
  text-indent: -9999px;
}
#pagination li.current {
  background: #1f2229;
}

.n_banner {
  width: 100%;
  height: 177px;
  background: url(/images/n_banner.jpg) no-repeat center top;
}

/*产品*/
.product {
  width: 1002px;
  height: auto;
  margin: 50px auto;
  overflow: hidden;
}
.product_t {
  width: 1002px;
  height: 83px;
}
.product_b {
  width: 1002px;
  height: auto;
  overflow: hidden;
  padding-top: 35px;
}
.brands-list {
  overflow: hidden;
  margin: 0 auto;
}
.brands-list ul {
  padding: 0px 5px;
  overflow: hidden;
}
.brands-list li {
  float: left;
  width: 300px;
  margin: 16px 14px;
  display: inline;
  border: 1px solid #cccccc;
}
.brands-list li a {
  position: relative;
  height: 225px;
  display: block;
  cursor: pointer;
  margin-bottom: 32px;
}
.brands-list li a img {
  width: 300px;
  height: 225px;
}
.brands-list li a .p_title {
  z-index: 2;
  position: absolute;
  bottom: -30px;
  left: 0;
  width: 300px;
  height: 35px;
  color: #565656;
  line-height: 35px;
  font-size: 14px;
  text-align: center;
}
.brands-list li a .shine {
  z-index: 3;
  position: absolute;
  top: 0;
  left: 0;
  width: 460px;
  height: 215px;
  background: url(/images/shine_brands.png) no-repeat -360px 0;
}

.index_m {
  background: #0156ac;
  width: 100%;
  height: auto;
  overflow: hidden;
}
.index_m_c {
  width: 1002px;
  height: auto;
  margin: 0 auto;
  overflow: hidden;
}

/*联系我们*/
.contact {
  width: 360px;
  height: auto;
  background: #148ae4;
  float: left;
  padding-bottom: 35px;
}
.contact_l {
  float: left;
  width: 80px;
}
.contact_l img {
  padding-left: 25px;
}
.contact_r {
  float: left;
  width: 255px;
}
.contact_r img {
  padding-top: 25px;
  padding-bottom: 15px;
}
.contact_r p {
  line-height: 30px;
  color: #fff;
}

/*新闻*/
.news {
  width: 620px;
  height: auto;
  float: right;
  overflow: hidden;
  padding: 15px 0px;
}
.news_tit {
  width: 620px;
  height: 45px;
  color: #fff;
  font-family: "微软雅黑";
  line-height: 45px;
  font-size: 18px;
}
.news_body {
  width: 620px;
  height: auto;
  overflow: hidden;
  padding-top: 5px;
}
.news_body_top {
  float: left;
  width: 620px;
}
.news_body_top img {
  float: left;
  padding: 0px 10px 0px 0px;
}
.news_body_top p {
  line-height: 25px;
  text-indent: 2em;
  color: #fff;
}
.news_body_top p span {
  line-height: 30px;
  font-size: 14px;
  color: #fff;
}
.news_body_top a {
  font-weight: bold;
  line-height: 25px;
  text-indent: 0em;
  color: #fff;
}
.news_body_top a:hover {
  color: #ff7e00;
}
.news_body_bottom {
  float: left;
  width: 620px;
}
.news_body_bottom ul {
  padding: 10px 0px 0px 0px;
  overflow: hidden;
}
.news_body_bottom ul li {
  width: 620px;
  float: left;
  line-height: 28px;
  background: url(/images/index_28.jpg) no-repeat left center;
}
.news_body_bottom ul li span {
  float: right;
  line-height: 28px;
  color: #fff;
}
.news_body_bottom ul li a {
  line-height: 28px;
  color: #fff;
  padding-left: 25px;
}
.news_body_bottom ul li a:hover {
  color: #ff7e00;
}

/*公司简介*/
.company {
  width: 1002px;
  height: auto;
  margin: 0 auto;
  background: url(/images/index_31.jpg) no-repeat center top;
  overflow: hidden;
  padding-bottom: 25px;
}
.company_b {
  padding: 125px 90px 0px 90px;
}
.company_b p {
  line-height: 30px;
  text-indent: 2em;
  padding-left: 8px;
}
.company_m {
  width: 158px;
  height: 38px;
  margin: 30px auto;
  background: url(/images/index_34.jpg) no-repeat center center;
}
.company_m a {
  color: #fff;
  line-height: 38px;
  font-family: "微软雅黑";
  font-size: 18px;
  text-align: center;
  display: block;
}
.company_m a:hover {
  color: #ff7e00;
}

.main {
  width: 1002px;
  height: auto;
  margin: 0 auto;
  overflow: hidden;
}

/*左侧*/
.left {
  width: 270px;
  overflow: hidden;
  float: left;
  height: auto;
  padding-bottom: 50px;
}

/*左侧产品分类*/
.l_prolist {
  width: 270px;
  overflow: hidden;
  height: auto;
}
.l_prolist_tit {
  width: 247px;
  height: 84px;
  float: left;
}
.l_prolist_body {
  width: 270px;
  height: auto;
  background: url(/images/left_07.jpg) repeat-y left top;
  overflow: hidden;
}
.l_prolist_body ul {
  padding: 20px 0px;
  overflow: hidden;
}
.l_prolist_body ul li {
  height: 55px;
  overflow: hidden;
}
.l_prolist_body ul li a {
  line-height: 50px;
  font-size: 14px;
  padding-left: 15px;
}
.l_prolist_body ul li a:hover {
  color: #fff;
  background: url(/images/left_09.jpg) no-repeat left center;
  height: 55px;
  display: block;
}
.l_prolist_body img {
  padding-left: 15px;
}
.l_prolist_bottom {
  width: 247px;
  height: 31px;
}

.l_contact {
  background: #148ae4;
  width: 247px;
  height: auto;
  overflow: hidden;
  margin-top: 45px;
  padding-bottom: 10px;
}
.l_contact_l {
  float: left;
}
.l_contact_l img {
  padding: 0px 10px;
}
.l_contact_r {
  float: right;
  width: 206px;
}
.l_contact_r img {
  padding: 15px 0px;
}
.l_contact_r p {
  color: #fff;
  line-height: 30px;
}
.l_contact_b {
  width: 247px;
  height: 15px;
}

/*右侧*/
.right {
  width: 710px;
  overflow: hidden;
  float: right;
  padding-bottom: 50px;
  padding-top: 15px;
}
.right_tit {
  width: 710px;
  height: 55px;
  border-bottom: 1px solid #bebebe;
}
.right_tit_l {
  padding-left: 10px;
  line-height: 55px;
  font-size: 24px;
  color: #0155ab;
  float: left;
  font-family: "微软雅黑";
}
.right_tit_r {
  line-height: 55px;
  float: right;
  background: url(/images/ico.png) no-repeat left center;
}
.right_tit_r p {
  line-height: 55px;
  padding-left: 20px;
}
.right_tit_r p a {
  line-height: 55px;
}

/*产品列表页*/
.n_product_list_body {
  width: 710px;
  overflow: hidden;
  padding-top: 40px;
  margin: 0 auto;
}
.n_product_list_body p {
  font-size: 13px;
  text-indent: 2em;
  line-height: 28px;
}
.n_product_list_body ul {
  overflow: hidden;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-wrap: wrap;
}
.n_product_list_body ul li {
  width: 32%;
  overflow: hidden;
  margin-right: 2%;
  margin-bottom: 20px;
}
.n_product_list_body ul li:nth-of-type(3n) {
  margin-right: 0;
}
.n_product_list_body ul li .photo {
  width: 100%;
}
.n_product_list_body ul li .photo a img {
  width: 100%;
  border: 2px solid #d8d8d8;
  box-sizing: border-box;
}
.n_product_list_body ul li .photo a img:hover {
  border: 2px solid #0058d0;
}
.n_product_list_body ul li .info {
  width: 100%;
  height: 40px;
  margin-top: 16px;
}
.n_product_list_body ul li .info a {
  text-indent: 0em;
  text-align: left;
  color: #0155ab;
  font-size: 16px;
  font-family: "微软雅黑";
  line-height: 1.2;
}
.n_product_list_body ul li .intro {
  width: 450px;
  height: auto;
  text-indent: 0em;
  line-height: 30px;
  text-align: left;
}
.n_product_list_body ul li .more {
  width: 90px;
  height: 27px;
  text-align: center;
  margin-top: 10px;
  background: #0155ab;
  float: left;
}
.n_product_list_body ul li .more a {
  color: #fff;
  line-height: 27px;
  font-size: 20px;
  font-family: "微软雅黑";
}
.n_product_list_body ul li .more a:hover {
  color: #fd0000;
}

/*产品内容页*/
.n_product_body_tit {
  font-weight: bold;
  font-family: "微软雅黑";
  font-size: 18px;
  padding-top: 12px;
  text-align: center;
  padding-bottom: 12px;
}
.n_product_body_time {
  text-align: center;
}
.n_product_body_img {
  text-align: center;
  padding: 15px 0px;
}
.n_product_body_img img {
  padding: 1px;
  border: 1px solid #bfbfbf;
}
.n_product_body_body {
  padding: 20px 10px;
  margin: 0 auto;
}
.n_product_body_body p {
  text-indent: 2em;
  line-height: 30px;
}

h1 {
  text-align: center;
  font-size: 20px;
  padding-bottom: 13px;
  font-weight: bold;
  font-family: "微软雅黑";
}
.pager {
  text-align: center;
  background: #f9f9f9;
  line-height: 30px;
}

/*内页新闻列表*/
.n_news_body {
  width: 710px;
  overflow: hidden;
  padding-top: 10px;
  margin: 0 auto;
}
.n_news_body p {
  font-size: 13px;
  text-indent: 2em;
  line-height: 28px;
}
.n_arc {
  width: 710px;
  margin: 0 auto;
  overflow: hidden;
}
.n_arc p {
  line-height: 35px;
  text-indent: 2em;
}
.n_arc_tt {
  width: 710px;
  height: 35px;
  background: #0155ab;
  line-height: 35px;
  text-align: center;
}
.n_arc_tt_left {
  width: 110px;
  height: 35px;
  float: left;
  line-height: 35px;
  text-align: center;
}
.n_arc_tt_tit {
  width: 410px;
  height: 35px;
  float: left;
  line-height: 35px;
}
.n_arc_tt_tit a {
  height: 35px;
  line-height: 35px;
}
.n_arc_tt_date {
  width: 90px;
  height: 35px;
  text-align: center;
  float: left;
  line-height: 35px;
}
.n_arc_tt_click {
  width: 75px;
  float: right;
  height: 35px;
  text-align: center;
  line-height: 35px;
}
.n_arc_body {
  width: 710px;
  height: 35px;
  border-bottom: 1px dashed #ccc;
}

/*内页新闻内容页*/
.n_news_body_time {
  text-align: center;
}
.n_news_body_body {
  padding: 10px 10px;
}

/*单页*/
.singlepage_body {
  overflow: hidden;
  padding: 20px 10px;
  margin: 0 auto;
}
.singlepage_body p {
  font-size: 13px;
  text-indent: 2em;
  line-height: 30px;
}

/*单页--联系方式*/
.n_lxwm {
  overflow: hidden;
  margin: 0 auto;
}

/*相关文章*/
.related {
  padding-top: 15px;
  padding-bottom: 15px;
  width: 710px;
  margin: 0 auto;
}
.related_title {
  line-height: 35px;
  font-size: 18px;
  font-weight: bold;
  color: #353535;
  font-family: "微软雅黑";
  color: #000;
}
.related_new {
  width: 710px;
  height: auto;
  margin: auto;
}
.related_new_title {
  width: 710px;
  height: 30px;
  line-height: 30px;
  background: #0155ab;
  font-size: 13px;
  font-weight: 100;
  display: inline-block;
  border-top: #999 solid 2px;
}
.related_new_title_left {
  width: 540px;
  height: 30px;
  line-height: 30px;
  text-align: left;
  padding-left: 15px;
  float: left;
  overflow: hidden;
  color: #fff;
}
.related_new_title_right {
  width: 150px;
  height: 30px;
  line-height: 30px;
  text-align: center;
  float: left;
  overflow: hidden;
  color: #fff;
}
.related_new_body {
  width: 710px;
  font-size: 13px;
  font-weight: 100;
  height: 35px;
  line-height: 35px;
  border-bottom: #ccc solid 1px;
}
.related_new_body_left {
  width: 540px;
  height: 35px;
  line-height: 35px;
  text-align: left;
  padding-left: 15px;
  float: left;
  overflow: hidden;
  color: #353535;
}
.related_new_body_left a {
  color: #353535;
  line-height: 35px;
}
.related_new_body_left a:hover {
  color: #f00;
}
.related_new_body_right {
  width: 150px;
  height: 35px;
  line-height: 35px;
  text-align: center;
  float: left;
  overflow: hidden;
  color: #353535;
}

/*页码样式*/
.pagelist {
  width: 60%;
  float: right;
  overflow: hidden;
  padding: 12px 0 0 28px;
  text-align: center;
}
.pagelist ul {
  float: right;
  overflow: hidden;
}
.pagelist ul li {
  float: left;
  width: auto;
  height: 30px;
  margin: 4px;
  text-align: center;
  border: 1px solid #eee;
  color: #000;
  text-align: center;
  line-height: 30px;
  padding: 0px 4px;
}
.pagelist ul li a {
  text-align: center;
  line-height: 30px;
}
.pagelist .thisclass {
  background: #ccc;
  border: 1px solid #ccc;
  color: #fff;
  font-weight: bold;
  line-height: 30px;
}
.pagelist .thisclass a {
  font-weight: bold;
}
.pagelist span {
  line-height: 30px;
}

/*接待 （样式名不可修改）*/
.qlswu_Reception {
  width: 100%;
  text-align: center;
  line-height: 24px;
  padding-top: 3px;
}
.qlswu_Reception img {
  cursor: pointer;
  position: relative;
  top: 5px;
}
.qlswu_call {
  display: inline-block;
  cursor: hand;
  font-family: "Impact";
  color: red;
  text-indent: 0em;
  white-space: 2px;
  letter-spacing: 1px;
  font-size: 16px;
}
.qlswu_call_title {
  font-weight: bold;
}

/*友情链接*/
.link {
  width: 100%;
  height: auto;
  overflow: hidden;
  margin: 0 auto;
  background: url(/images/index_38.jpg) repeat-x #f2f2f2;
}
.link_c {
  width: 1002px;
  height: auto;
  overflow: hidden;
  margin: 0 auto;
}
.hotTitle {
  width: 164px;
  float: left;
}
.hotList {
  width: 790px;
  height: auto;
  overflow: hidden;
  float: left;
}
.hotList ul {
  padding-top: 35px;
}
.hotList li {
  float: left;
  padding-left: 0px;
  padding-right: 15px;
  padding-top: 0px;
  width: auto;
  white-space: nowrap;
}
.hotList li a {
  text-decoration: none;
  line-height: 30px;
}
.hotList li a:hover {
  text-decoration: none;
  line-height: 30px;
}

/*底部*/
.foot {
  width: 100%;
  overflow: hidden;
  height: auto;
  background: url(/images/index_41.jpg) repeat-x;
}
.foot_body {
  width: 1002px;
  height: auto;
  margin: 0 auto;
  overflow: hidden;
  padding: 20px 0px;
}
.foot_body_l {
  float: left;
  overflow: hidden;
  width: 650px;
}
.foot_body_l img {
  float: left;
  padding-right: 20px;
}
.foot_body_l p {
  line-height: 30px;
  color: #fff;
}
.foot_body_r {
  float: right;
}
.foot_body_r p {
  line-height: 30px;
  color: #fff;
}
.rt-side{

position: fixed;

right: 0;

top: 30%;

transform: translateY(-50%);

height: 250px;

z-index: 9999;

}

.rt-side ul{

position: relative;

background: rgba(0,0,0,0.5);

border-radius: 10px 0 0 10px;

}

.rt-side ul li{

width: 50px;

height: 50px;

}

.rt-side ul li:nth-child(1){

background: url(../images/icons.png) no-repeat;

background-position: -62px -148px;

}

.rt-side ul li:nth-child(2){



background: url(../images/icons.png) no-repeat;

background-position: -61px -28px;

}

.rt-side ul li:nth-child(3){

background: url(../images/icons.png) no-repeat;

background-position: -59px -64px;

}

.rt-side ul li:nth-child(4){

background: url(../images/icons.png) no-repeat;

background-position: -62px -188px;

}

.rt-side .rt-tel,.rt-side .rt-wx{

top: 36px;

left: 50px;

width: 150px;

height: 132px;

background:rgba(0,0,0,0.1);

position: absolute;

border-radius: 10px 0 0 10px;

}

.rt-side .rt-tel i{

font-style: normal;

display: block;

margin-left: 20px;

margin-top: 20px;

}

.rt-side ul li:hover{

cursor: pointer;

}

.rt-side ul li:hover .rt-tel {

cursor: pointer;

transition: all 0.2s;

background:rgba(0,0,0,0.5);

left: -150px;

color: #fff;

font-size: 14px;

line-height: 24px;

}

.rt-side ul li:hover .rt-wx {

cursor: pointer;

transition: all 0.2s;

background:rgba(0,0,0,0.5);

left: -150px;



}

.rt-side .rt-wx img{

width: 120px;

height: 110px;

padding: 10px;

}

