@charset "utf-8";
html, body {
  font: 12px/1.8 'bb4171';
  color: #2a333c;
  width: 100%;
  -webkit-text-size-adjust: none;
}
body, ul, ol, li, div, p, h1, h2, h3, h4, h5, h6, dl, dt, dd, img, span, input {
  margin: 0;
  padding: 0;
  list-style: none;
}
a {
  color: #000;
  text-decoration: none;
}
a:hover {
  text-decoration: none;
}
.lf {
  float: left;
}
.ri {
  float: right;
}
.ptp {
  padding-top: 20px;
}
.br-bg {
  background: #fff;
}
.editor {
  word-wrap: break-word;
    font-family: "bb4171";
  font-size: 16px;
}
/*头部*/
.logo {
  float: left;
}

.top_fd{
    width: 100%;
    top: 0;
    min-width: 1200px;
    position: fixed;
    height: 100px;
    z-index: 102;
    background: white;
    -webkit-box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.2);
    box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.2);
}


@media (max-width: 1220px) {
    .top_fd{
        width: 100%;
        top: 0;
        min-width: 1200px;
        position: relative;
        height: 100px;
        z-index: 102;
        background: white;
        -webkit-box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.2);
        box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.2);
        -moz-box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.2);
    }
}
    
/*导航样式*/
#nav {
  height: 50px;
}
#nav * {
  margin: 0;
  padding: 0;
}
#nav a {
  text-decoration: none;
  font-size: 16px;
  display: block;
}

.nav_active a span{
  font-weight: bold;
  color:#c0504d;
}
 .nav_active{
    border-bottom: solid 5px #c0504d;
    box-sizing: border-box;
} 
.nav_active .navigation-link{
    color: black;
    font-weight:initial;
}

.navigation-link {
	display: block;
	position: relative;
  text-decoration: none;
  color: black;
	-webkit-transition: color .2s ease-in-out;
	transition: color .2s ease-in-out;
}

.navigation-link:before {
	content: "";
	position: absolute;
	bottom: 0;
	width: 0;
  border-bottom: solid 5px;
  left: 0;
}

.navigation-link:before {
    left: 0;
}

.navigation-link:hover:before {
	width: 100%;
}

.navigation-link:before {
	-webkit-transition: width .2s ease-in-out;
	transition: width .2s ease-in-out;
}

/*一级菜单*/
#nav ul {
  display: block;
  list-style-type: none;
  float: right;
}

#nav ul li {
  display: block;
  width: 100px;
  height: 100px;
  line-height: 100px;
  float: left;
  text-align: center;
}

/*二级菜单*/
#nav ul li ul {
  display: none;
}
#nav ul li ul li {
  width: 100px;
  background-color: #f9f9f9;
  border-bottom: dashed 1px #c2c7cd;
  height: 50px;
  line-height: 50px;
  margin-left: -20px;
}
#nav ul li:hover ul {
  display: block;
  position: relative;
  width: 80px;
  z-index: 99999;
}
#nav ul li ul li:hover {
  background-color: #c0504d;
  color: #FFF;
  transition: all 0.5s;
}
/*三级菜单*/
#nav ul li:hover ul li ul {
  display: none;
}
#nav ul li:hover ul li:hover ul {
  display: block;
  position: relative;
  left: 100px;
  top: -50px;
  z-index: 99999;
}
#nav ul li:hover ul li:hover ul li {
  width: 100px;
}
#nav ul li:hover ul li:hover ul li:hover {
  background-color: #383f49;
  transition: all 0.5s;
}
#nav ul ul li a:hover {
  color: #FFF !important;
  transition: all 0.5s;
}
/*四级菜单*/
#nav ul li:hover ul li:hover ul li ul {
  display: none;
}
#nav ul li:hover ul li:hover ul li:hover ul {
  display: block;
  position: relative;
  left: 170px;
  top: -50px;
  z-index: 99999;
}
#nav ul li:hover ul li:hover ul li:hover ul li {
  width: 170px;
}
#nav ul li:hover ul li:hover ul li:hover ul li:hover {
  background-color: #a6b1bd;
  transition: all 0.5s;
}
#nav ul ul li a:hover {
  color: #FFF !important;
  transition: all 0.5s;
}
/*首页*/
.inner {
  width: 1200px;
  margin: 0 auto;
  min-width: 1200px;
}
.index_web {
  width: 1200px;
  min-width: 1200px;
  height: auto;
  margin: 0 auto;
}
.gg {
  background: #f4f4f4;
  height: 60px;
  width: 100%;
  min-width: 1200px;
  margin: 0 auto;
  color: #ffffff;
  line-height: 60px;
  text-indent: 1rem;
}
.gg_center {
  width: 1200px;
  margin: 0 auto;
}
.gg_center p {
  color: #333333;
}
.gg_left {
  float: left;
  width: 700px;
  height: 60px;
  overflow: hidden;
}
.index_min {
  width: 1200px;
  margin: 0 auto;
}
.index_left {
  width: 340px;
  height: 965px;
  padding-top: 8px;
  float: left;
}
/*产品中心*/
.bt_1 {
  padding-top: 10px;
  height: 25px;
  line-height: 25px;
  background: #e7eded;
}
.bt_1 p {
  width: 119px;
  height: 25px;
  background: url(../cpzx.jpg) no-repeat;
  float: left;
  text-align: center;
  color: #e7eded;
  font-size: 15px;
  margin-left: 10px;
}
.moer_c {
  color: #074499;
  font-size: 10px;
  float: right;
  margin-right: 25px;
}
.left_cpfl {
  background: #ffffff;
  width: 324px;
  height: 435px;
  margin: 0 auto;
  border: 8px solid #e7eded;
}
.left_cpfl li {
  width: 295px;
  height: 38px;
  border-bottom: 1px #dedede dotted;
  line-height: 38px;
  font-size: 14px;
  margin: 0 auto;
}
.left_cpfl li:first-child {
  padding-top: 20px;
}

/*搜索栏*/
.top_seach {
  float: right;
  height: 38px;
  width: 360px;
  margin-top: 10px;
}
.metsearch ul {
  list-style: none;
  margin: 0px;
  padding: 0px;
}
span.parasearch_title {
  display: none;
}
span.parasearch_input input {
  float: left;
  display: inline;
  width: 300px;
  height: 38px;
  line-height: 32px;
  background: #ffffff;
  border: 0;
  padding-left: 5px;
  overflow: hidden;
  color: #888;
  font-family: microsoft yahei;
  font-size: 12px;
}
span.parasearch_search input.searchgo {
  float: left;
  height: 38px;
  width: 38px;
  background: #557cab url(../searchgo_bg.png);
  border: 0;
  padding: 0px 17px;
  font-size: 14px;
  color: #fff;
  font-weight: bold;
  cursor: pointer;
}
/**seach-end**/



/**产品展示**/
.pro_box{
  width: 1200px;
  margin: 0 auto;
  padding-top: 120px;
  height: 1450px;
}

.pro_bt{
  text-align: center;
  font-size: 45px;
  color: white;
}

.pro_more{
  text-align: center;
  width: 163px;
  height: 39px;
  background: white;
  color: black;
  display: block;
  line-height: 39px;
  font-size: 20px;
  margin: 0 auto;
  margin-top: 20px;
}

.pro_list{
  width: 1200px;
  margin-top: 65px;
}
.pro_list li{
  float: left;
  width: 390px;
  height: 570px;
  overflow: hidden;
  margin: 20px 0;
  -webkit-transition: all .5s ease;
  transition: all .5s ease;
}

.pro_list li img{
  width: 374px;
  height: 495px;
  border: 8px solid white;
}

.pro_list li:hover{
  box-shadow: 2px 2px 10px #ccc;
  -webkit-box-shadow: 2px 2px 10px #ccc;
  -moz-box-shadow: 2px 2px 10px #ccc;
  -moz-ms-shadow: 2px 2px 10px #ccc;
  -moz-o-shadow: 2px 2px 10px #ccc;
  -webkit-transform: translate3d(0, -10px, 0);
}

.pro_list li:first-child+li{
  margin: 20px 15px;
}

.pro_list li:first-child+li+li+li+li{
  margin: 20px 15px;
}

.prolist_name{
  padding: 0 8px;
  height: 41px;
}

.name_left{
  width: 240px;
  float: left;
}

.prolist_name .cn{
  font-size: 17px;
  color: #151313;
  text-decoration:underline;
  letter-spacing:0.2rem;
  width: 240px;
  float: left;
  line-height: 20px;
}

.prolist_name .en{
  font-size: 10px;
  color: #969595;
  border-bottom: 1px solid #969595;
}

.prolist_name .ckxq{
  text-align: right;
  font-size: 30px;
  color: #151313;
  border-bottom: 2px solid black;
  line-height: 41px;
}






/**2020.09.07**/
.yingyong_box{
  padding-top:60px;
}

.yy_bt{
  text-align: center;
}

.yy_bt h3{
  font-size:30px;
  line-height: 40px;
  color:#c0504d;
  font-weight: 600;
}

.yy_bt span{
  font-size: 14px;
  color: #908f8f;
  line-height: 36px;
}

.yingyong_box ul{
  padding-top: 40px;
  margin: 0 auto;
  width: 1200px;
  text-align: center;
}

.yingyong_box ul li{
  float: left;
  width: 189px;
  height: auto;
  overflow: hidden;
  margin-left:13px
}

.yingyong_box ul li img{
  height: 326px;
  text-align: center;
}
.yingyong_box ul li:first-child{
  margin-left:0;
}
.yy_name{
  font-size: 16px;
  line-height: 36px;
}
.linex{
  width: 100%;
  height: 1px;
  background: #e2e2e2;
  margin: 40px 0;
}
.pro_more{
  text-align: center;
  font-size: 18px;
  color: #383f49;
  padding: 5px 35px;
  border: 1px solid #383f49;
}
.pro_more:hover{
  background: #383f49;
  -webkit-transition: all .5s ease;
  transition: all .5s ease;
  color:white;
}
.pro_more:hover a{
  color:white;
  display: block;
}
.index_aboutbox{
  width: 100%;
  margin: 0 auto;
  min-width: 1200px;
  background: url(../06_25.jpg) no-repeat center;
  height: 600px;
}
.about_ringt{
  float: right;
  margin-top: 80px;
  padding-left:60px;
}
.about_bt h3{
  font-size: 30px;
  color: #c0504d;
  line-height: 36px;
  padding-left: 24px;
  font-weight: 600;
}
.line2{
  width: 90px;
  height: 2px;
  background: #f1c234;
  margin: 10px 0;
}
.about_des{
  padding-top: 40px;
  font-size: 14px; 
  width:82%;
  color: #666666;
  line-height: 30px;
    overflow: hidden;
    max-height: 280px;
}


@media (max-width: 1440px) {
    .about_des{
  width:100%;
}
}
.about_more{
  font-size: 16px;
  color: white;
  text-align: center;
  width: 120px;
  float:left;
  height: 40px;
  line-height: 40px;
  background: #383f49;
  margin-top: 55px;
  margin-left: 24px;
}
.about_more a{
  color: white;
  display: block;
}
.about_left{
  float: left;
  padding-top: 844px;
  width: 513px;
  padding-left:20px ;
}
.about_left h3{
  font-size: 24px;
  color: #666666;
  line-height: 45px;
}
.about_left span{
  font-size: 20px;
  line-height: 24px;
}

.index_kh{
  padding-top:50px ;
}

.index_kh ul{
  padding-top: 35px;
}

.index_kh ul li{
  float: left;
  width: 175px;
  margin: 30px;
  text-align: center;
}
.index_kh ul li p{
  font-size: 16px;
  line-height: 40px;
}
.index_new{
  width: 100%;
  height: 525px;
  background: #fff;
  margin-top:30px;
  /*padding-top: 60px;*/
}

.newsb ul li{
  float: left;
  width: 390px;
  margin-left: 9px;
}
.newsb ul li:first-child{
  margin-left: 0;
}
.newsb ul li img{
  padding: 10px 0;
  float: left;
}

.newsb ul li .bt{
  font-size: 20px;
  color: #464646;
  width: 100%;
  display: block;
  line-height: 35px;
font-weight: bold;
}

.newsb ul li .time{
  font-size: 12px;
  color: #6e6e6e;
  display: block;
  line-height: 20px;
font-weight: bold;
}

.newsb ul li .nr{
  font-size: 14px;
  line-height: 20px;
}

.newsb ul li .nsmore{
  display: block;
  text-align: center;
  padding-top: 30px;
}
.lxwmbox{ width:100%; height:526px; background:url(../lxwm.jpg) no-repeat center;/* margin-bottom:40px;*/min-width:1200px;}
.lxwm-conbox{ width:1200px; margin:0 auto;color:#3a3a3a;}
.lxwm-con1{ width:380px; float:left;}
.lxwm-con1:hover,.lxwm-con2:hover,.lxwm-con3:hover{ transition: all 0.2s linear 0s; -webkit-transition: all 0.2s linear 0s; margin-top:-10px;}
.lxwm-con1-p1{ width:86px; height:86px; margin:auto; background:url(../dz.png) no-repeat center;}
.lxwm-con2-p1{ width:86px; height:86px; margin:auto; background:url(../sj.png) no-repeat center;}
.lxwm-con3-p1{ width:86px; height:86px; margin:auto; background:url(../xx.png) no-repeat center;}
.juzhong{ text-align:center; margin:30px 0px 24px 0px; font-size:18px; font-weight:bold; }
.lxwm-com1-dz{ width:190px; margin:0 auto; text-align:center;font-size:16px;font-weight: bold; }
.lxwm-con2{width: 426px;float: left;}
.lxwm-con3{width: 392px; float: left;}
.xlne{width: 80px; height: 2px;background: #c0504d;margin: 0 auto;margin-top: 45px;}

.lxwmbox .yy_bt{
  padding-top:30px;
  color: white;
}
.lxwmbox .yy_bt span{
  color: white;
}
.lxwm-con3{
  text-align: center;
}
.lxwm-con3 img{
  /*padding-top:10px ;*/
}

.foot{ width:100%;min-width:1200px; height:329px; background:url(../footbg.jpg) no-repeat center;}


.weixinfx{ display:block;text-align:center; position:relative;}
.weixinfx img{ display:none;}
.weixinfx:hover img{ position:absolute; left:50%; top:0px; display:block; margin-top:30px; transition:0.3s;}


.proxhli{width:310px; float:left;}
.proxhli li{ width:100%; max-height:56px; padding:14px 5px; border-bottom:1px dashed #0168b7; overflow:hidden; line-height:32px;}
.proxhli li:first-child + li + li  + li {
    max-height:92px;
}.proxhli li:first-child {
	font-size:24px; height:32px; overflow:hidden;
}

.proxhli-li1:hover,.proxhli-li2:hover,.proxhli-li3:hover,.proxhli-li4:hover{ background:#0168b7; color:#FFF; transition:0.5s; }
.proxhli-li1:hover span,.proxhli-li2:hover span,.proxhli-li3:hover span,.proxhli-li4:hover span{ padding-left:10px; color:#FFF; transition:0.5s; }
/*底部信息*/
.foot_intro {
  width: 100%;
  min-width: 1200px;
  margin: 0 auto;
  text-align: center;
  color: #727e89;
  height: 80px;
}

.foot_intro .inner p a {
  color: #727e89;
}

.contact {
  width: 1200px;
  float: left;
  height:250px;
}

.conleft{ width:220px;  margin:15px 0px 0px 0px; float:left;}
.concen{ width:560px; margin:46px 0px 38px 60px; float:left; color:#999;}
.conri{ width:100px; margin:40px 40px 22px 40px; float:left; color:#999; font-size:15px;}

.concen{ height:120px; overflow:hidden; line-height:30px;}


.conleft-bg{ width:195px; height:200px; margin:10px auto 10px auto; background:url(../footlogo.png) no-repeat center;}
.conleft-ul ul{ width:150px; height:30px; margin:0 auto;}
.conleft-ul ul li{ float:left; margin:0 10px;width:30px; height:30px;}
.conleft-a1,.conleft-a2,.conleft-a3{ display:inline-block; width:30px; height:30px;}
.conleft-a1{ background:url(../qq.png) no-repeat center;}
.conleft-a2{ background:url(../wx.png) no-repeat center;}
.conleft-a3{ background:url(../wb.png) no-repeat center;}
.conleft-a1:hover{ background:url(../qq-h.png) no-repeat center;}
.conleft-a2:hover{ background:url(../wx-h.png) no-repeat center;}
.conleft-a3:hover{ background:url(../wb-h.png) no-repeat center;}


.foot-foot{ width:920px; margin-left:60px;float:left; font-size:14px; color:#999; }
.foot-foot ul li{ float:left; margin-right:30px;}
.foot-foot-yq,.foot-foot-link,.foot-foot-nav{ display:inline-block; width:100%; height:20px; overflow:hidden;}


.contact ul li.li1{
width:100%;	
}
.contact ul li.font14{
font-size:14px;
font-weight: bold;
}
.contact ul li.font16{
font-size:16px;	
    font-weight: bold;
}
.contact ul li.font24{
font-size:24px;	
}
.contact ul li.li2{
width:50%;	
}

.foot_lxwm {
  width: 100%;
  color: #5d5d5d;
  min-width: 1200px;
  margin: 0 auto;
}

.contact ul li img {
  float: left;
  padding-right: 10px;
  padding-top: 5px;
}

.contact ul li p {
  color: #5d5d5d;
  font-size: 14px;
}

.contact ul li span {
  color: #5d5d5d;
  font-size: 14px;
}

.foot_ewm {
  width: 143px;
  float: left;
  text-align: center;
  margin-top: 30px;
}

.foot_ewm span {
  width: 143px;
  display: block
}

.foot .foot_intro a {
}

.foot a {
  color: #999;
  font-size: 14px;
}

.foot a:hover {
  color: #fff;
  transition: all 0.3s ease-in-out;
}

.inner1 {
    margin: 0 auto;
    width: 1200px;
    height: 350px;
    min-width: 1200px;
    padding-top: 58px;
}
.fadeInUp {
    -webkit-animation-name: fadeInUp;
    animation-name: fadeInUp;
}
.ioc_box {
    width: 1200px;
    margin: 0 auto;
}
.ioc_box li {
    float: left;
    width: 108px;
    margin: 46px;
}
.ioc_box li:first-child .ioc_list {
	background: url(../ico03.png) no-repeat 0 0;
	transition: all 0.5s;
}

.ioc_box li:first-child .ioc_list:hover {
	background: url(../ico03.png) no-repeat 0 -118px;
	transition: all 0.5s;
}

.ioc_box li:first-child+li .ioc_list {
	background: url(../ico04.png) no-repeat 0 0;
	transition: all 0.5s;
}

.ioc_box li:first-child+li .ioc_list:hover {
	background: url(../ico04.png) no-repeat 0 -118px;
	transition: all 0.5s;
}

.ioc_box li:first-child+li+li .ioc_list {
	background: url(../ico05.png) no-repeat 0 0;
	transition: all 0.5s;
}

.ioc_box li:first-child+li+li .ioc_list:hover {
	background: url(../ico05.png) no-repeat 0 -118px;
	transition: all 0.5s;
}

.ioc_box li:first-child+li+li+li .ioc_list {
	background: url(../ico06.png) no-repeat 0 0;
	transition: all 0.5s;
}

.ioc_box li:first-child+li+li+li .ioc_list:hover {
	background: url(../ico06.png) no-repeat 0 -118px;
	transition: all 0.5s;
}

.ioc_box li:first-child+li+li+li+li .ioc_list {
	background: url(../ico07.png) no-repeat 0 0;
	transition: all 0.5s;
}

.ioc_box li:first-child+li+li+li+li .ioc_list:hover {
	background: url(../ico07.png) no-repeat 0 -118px;
	transition: all 0.5s;
}
.ioc_box li:first-child+li+li+li+li+li .ioc_list {
	background: url(../ico08.png) no-repeat 0 0;
	transition: all 0.5s;
}
.ioc_box li:first-child+li+li+li+li+li .ioc_list:hover {
	background: url(../ico08.png) no-repeat 0 -118px;
	transition: all 0.5s;
}

.ioc_list {
    width: 118px;
    height: 118px;
    overflow: hidden;
}
.ioc_box li p {
    font-size: 18px;
    color: #434343;
    font-weight: bold;
    text-align: center;
    padding-top: 10px;
}
.xz_mor {
    text-align: center;
    margin-top: 30px;
    margin-bottom: 50px;
}
.xz_mor a {
    color: #007e38;
    font-size: 18px;
    padding: 10px 20px;
    border: 1px solid #007e38;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    -moz-border-radius: 40px 40px 40px 40px;
    -webkit-border-radius: 40px 40px 40px 40px;
    border-radius: 40px 40px 40px 40px;
}
.inner2{
    width: 50%;
    position: relative;
    float: right;
    overflow: hidden;
}
