
/* Author:panya Version:1.0 date:2022/2/24 */
/*头*/
.header {
}

.header .top {
 background: #303030;
 padding: 10px 0;
}

.header .top .name {
 /*font-family: SOURCEHANSANSCN-NORMAL;*/
 float: left;
 color: #ffffff;
 font-size: 16px;
 padding-left: 40px;
 background: url(./menu.png) no-repeat left center;
 margin-top: 7px;
}

.header .top .right {
 float: right;
 overflow: hidden;
}
.header .top .right .free {
  /*font-family: SOURCEHANSANSCN-LIGHT;*/
  background: #c30d23;
  display: block;
  border-radius: 6px;
  color: #ffffff;
  font-size: 14px;
  width: 100px;
  height: 20px;
  line-height: 20px;
  text-align: center;
  letter-spacing: 3px;
  float: left;
  margin-top: 7px;
}
.header .top .right .free {
  background: red;
  /*color: #d80016;*/
  font-size: 16px;
  font-weight: bold;
  line-height: 32px;
  height: 32px;
  border-radius: 6px;
  margin-top: 0;
  margin-right: 10px;
}
/* .header .top .right .free {
 display: block;
 width: 110px;
 text-align: center;
 letter-spacing: 3px;
 float: left;
 background: #ebb808;
 color: #d80016;
 font-size: 18px;
 font-weight: bold;
 line-height: 32px;
 height: 32px;
 border-radius: 16px;
 margin-top: 0;
} */

.header .top .right .tel {
 /*font-family: SOURCEHANSANSCN-LIGHT;*/
 color: #ffffff;
 font-size: 16px;
 float: left;
 margin: 9px 10px 0;
}

.header .top .right .search {
 float: left;
 border: 1px solid #ffffff;
 border-radius: 4px;
 overflow: hidden;
}

.header .top .right .search .inp {
 width: 100px;
 height: 30px;
 line-height: 30px;
 float: left;
 color: #ffffff;
 padding: 0 0 0 10px;
}

.header .top .right .search .sub {
 width: 36px;
 height: 30px;
 background: url(./search.png) no-repeat center / 20px 20px;
 float: left;
}

.header .bottom {
 background: #c30d23;
}

.header .bottom .logo {
 float: left;
 padding: 5px 0;
}

.header .bottom .logo img {
 display: block;
 height: 54px;
}

.header .bottom .nav {
 float: right;
}

.header .bottom .nav ul li {
 float: left;
 position: relative;
}

.header .bottom .nav ul li + li .first:after {
 content: '';
 display: block;
 position: absolute;
 left: -1px;
 top: 22px;
 width: 1px;
 height: 20px;
 background: #ffffff;
}

.header .bottom .nav ul li .first.active:after {
 display: none;
}

.header .bottom .nav ul li:hover .first {
 line-height: 56px;
 border-bottom: 4px solid #ffffff;
 padding-top: 4px;
}

.header .bottom .nav .first {
 /*font-family: SOURCEHANSANSCN-NORMAL;*/
 display: block;
 font-size: 18px;
 color: #ffffff;
 padding: 0 10px;
 line-height: 64px;
 min-width: 86px;
 text-align: center;
 letter-spacing: 3px;
}

.header .bottom .nav .first.active {
 background: #FFFFFF;
 color: #c30d23;
}

.header .bottom .nav .dropDown {
 background: #ffffff;
 padding: 20px 30px;
 box-shadow: 0 0 5px #2c2c2c4d;
 position: absolute;
 top: 100%;
 display: none;
 z-index: 9;
 width: 450px;
 left: -200px;
 margin-left: 50%;
}

.header .bottom .nav .dropDown p {
 color: #000000;
 font-size: 18px;
 padding-left: 10px;
 border-left: 4px solid #c30d23;
}

.header .bottom .nav ul li:hover .dropDown {
 display: block;
}

.header .bottom .nav .second {
 font-size: 16px;
 color: #666666;
 display: inline-block;
 white-space: nowrap;
 padding: 0 12px;
 width: 50%;
 float: left;
 white-space: nowrap;
 position: relative;
 margin-top: 20px;
}

.header .bottom .nav .second:after {
 display: block;
 content: '';
 width: 0;
 height: 0;
 border-width: 4px 0 6px 6px;
 border-style: solid;
 border-color: transparent transparent transparent #c30d23;
 position: absolute;
 top: 3px;
 left: 0;
}

.header .bottom .nav .second:hover,
.header .bottom .nav .second.active {
 color: #c30d23;
}

/*尾*/
.footer {
 padding: 35px 0 30px;
 background: #303030;
}

.footer .logo {
 height: 80px;
}

.footer .logo img {
 display: block;
 height: 100%;
}

.footer .nav {
 overflow: hidden;
 margin: 40px 0 25px;
}

.footer .nav ul li {
 float: left;
}

.footer .nav ul li + li {
 margin-left: 100px;
}

.footer .nav .first {
 /*font-family:'SOURCEHANSANSCN-LIGHT';*/
 display: block;
 font-size: 16px;
 color: #ffffff;
}

.footer .nav .dropDown {
 margin-top: 15px;
}

.footer .nav .second {
 /*font-family:'SOURCEHANSANSCN-LIGHT';*/
 font-size: 13px;
 color: #9d9d9d;
 line-height: 22px;
 display: block;
 white-space: nowrap;
 margin-bottom: 5px;
}

.footer .nav .second:hover {
 color: #ffffff;
}

.copyRight {
 text-align: center;
 font-size: 14px;
 color: #9d9d9d;
 line-height: 1.5;
 margin: 50px 0 0;
}

.footer .friendship {

}

.footer .friendship .tit {
 /*font-family:'SOURCEHANSANSCN-LIGHT';*/
 font-size: 16px;
 color: #ffffff;
 display: block;
 margin-bottom: 10px;
}

.footer .friendship .links {
 display: block;
}

.footer .friendship .links a {
 /*font-family:'SOURCEHANSANSCN-LIGHT';*/
 font-size: 13px;
 color: #9d9d9d;
 line-height: 24px;
 position: relative;
 margin-right: 20px;
 white-space: normal;
 display: inline-block;
}

.footer .friendship .links a:after {
 content: '';
 display: block;
 position: absolute;
 right: -13px;
 top: 7px;
 width: 1px;
 height: 10px;
 background: #9d9d9d;
}

.footer .friendship .links a:last-child:after {
 display: none;
}

@keyframes toTop {
 0% {
  -webkit-transform: translateY(-10px);
  transform: translateY(-10px)
 }
 50% {
  -webkit-transform: translate(0);
  transform: translate(0)
 }
 100% {
  -webkit-transform: translateY(-10px);
  transform: translateY(-10px);
 }
}

@keyframes toTop {
 0% {
  -webkit-transform: translateY(-10px);
  transform: translateY(-10px)
 }
 50% {
  -webkit-transform: translate(0);
  transform: translate(0)
 }
 100% {
  -webkit-transform: translateY(-10px);
  transform: translateY(-10px);
 }
}

@keyframes zoomTxt {
 0% {
  transform: scale(1, 1);
 }
 50% {
  transform: scale(0.9, 0.9);
 }
 100% {
  transform: scale(1, 1);
 }
}


.toTop {
 position: fixed;
 z-index: 4;
 bottom: 35%;
 right: 2px;
}
/* CSS reset */
body{font:14px/1.5 Microsoft YaHei,Tahoma,Helvetica,"宋体",san-serif;background-color:#fff;color:#666;}
body,div,p,form,ul,ol,li,dl,dt,dd,h1,h2,h3,h4,h5,h6{margin:0;padding:0;}
img{border:0;}
ul,ol{list-style:none;}
i{font-style:normal;}
table {border-collapse:collapse;border-spacing:0;}
a:link,a:visited{color:#666;text-decoration:none;outline: none;}
a:hover {color: #000;}
a:active {text-decoration: none;}
.clearfloat{clear:both;height:0;font-size:1px;line-height:0;}
.mgr{margin-right:10px;}
.mg10{margin-bottom:10px;}

.more-btn{padding:20px 0;}
.more-btn a{font-size:14px;color:#d90000}
.more-btn a:hover{text-decoration:underline;}

/* warpper */

/* web06 */
 .commenTitle{position:relative;font-weight:bold;text-align:center;color:#303030;margin-bottom:15px;line-height:1.4;letter-spacing:2px;font-size:30px;}
 .commenTitle:after{content: '';width:58px;height:4px;background-color:#c30d23;position:absolute;left:50%;margin-left:-29px;bottom:-5px;}

 .centerBox{margin:0 auto;width:1080px;overflow:hidden;zoom:1;}
 .lists{margin-top: 40px;}
 .s_des{line-height:30px;font-size:16px;color:#333;text-indent:2em;margin-top:40px;padding:0 50px;text-align:justify;font-weight:normal;}
 .picture{margin-top:40px;padding:0 50px;overflow:hidden;zoom:1;}
 .picture .left{width:500px;float:left;height:300px;}
 .picture .left img{width:100%;}
 .picture .right{float:right;margin-top:20px;width:450px;text-align:center;overflow:hidden;zoom:1;}
 .picture .right .t1{font-size:20px;line-height:32px;margin-bottom:20px;letter-spacing:5px;}
 .picture .right .t2{display:inline-block;padding:15px 15px;width:22%;font-size:20px;color:#fff;margin-bottom:25px;background-color:#2b87ee;border-radius:1000px;border-bottom:5px solid #c3ddfa;}
 .picture .right .t2:nth-child(2){width:92%}
 .picture .right .t2:nth-child(4){width:30%;margin-right:10px}
 .picture .right2{margin-top:0;}
 .picture .right2 .s_des{margin-top:15px;padding-left:0;}

 .Product_overview{background-color:#fff;padding:70px 0 40px;}
 .Pain_point_analysis{padding:40px 0 70px;background-color:#f6f6f6}

 .tese-list{float:left;margin-top:30px;overflow:hidden;zoom:1;}
 .tese-list li{float:left;width:44%;margin:10px 10px;padding:20px;height:200px;background-color:#fafafa;border-radius:10px;overflow:hidden;zoom:1;}
 .tese-list li h1{margin-bottom:20px;padding:15px 10px 25px 10px;background:url(../images/gongwuyuanguanli-02.png) no-repeat center bottom;color:#2b87ee;font-size:24px;}
 .tese-list li:nth-child(1),.tese-list li:nth-child(2){height:250px;}
 .tese-list li h1 i{display:inline-block;margin-right:10px;width:30px;height:30px;line-height:30px;color:#fff;font-size:16px;background-color:#2b87ee;text-align:center;border-radius:5px;}
 .tese-list li p{padding:10px 20px;text-indent:2em;line-height:26px;}

 .hxgn{margin-top:30px;overflow:hidden;zoom:1;}
 .hxgn li{float:left;position:relative;margin:10px;width:31%;}
 .hxgn li h1{position:absolute;left:20px;right:0;margin-right:20px;padding:10px 0;background-color:#2b87ee;color:#fff;text-align:center;border-radius:10px;font-size:24px;}
 .hxgn li h2{display:block;margin-top:20px;padding:20px 30px;background-color:#fff;border-radius:10px;}
 .hxgn li:nth-child(1) h2,.hxgn li:nth-child(2) h2,.hxgn li:nth-child(3) h2{height:330px;}
 .hxgn li h2 p{padding-top:30px;margin-bottom:10px;font-weight:normal;font-size:14px;text-indent:2em;line-height:26px;}
 .hxgn li h2 span{display:inline-block;margin-left:20px;line-height:32px;color:#2b87ee;font-size:16px;font-weight:normal;}
 .hxgn li:nth-child(1) h2 span,.hxgn li:nth-child(3) h2 span{display:block;clear:both;}
 .hxgn li:nth-child(4),.hxgn li:nth-child(5){width:47.5%;}
 .hxgn li:nth-child(4) h2,.hxgn li:nth-child(5) h2{height:290px;}
 .hxgn li:nth-child(4) span,.hxgn li:nth-child(5) span{width:44%}

 .kaoheul{text-align:center;overflow:hidden;zoom:1;}
 .kaoheul li{display:inline-block;margin:50px 30px 10px 30px;width:260px;height:260px;background-color:#b3dff1;border-radius:1000rem;}
 .kaoheul li p{width:225px;height:165px;margin:15px;padding-top:60px;background-color:#4fbce9;border-radius:1000rem;border:2px dotted #fff;color:#fff;font-size:36px;font-weight:bold;text-align:center;}
 .kaoheul li p span{display:block;color:yellow}

 .picture-kaohe .right .t2{background-color:#4fbce9;border-color:#9fd9f1}

 .kaoheul2{position:relative;margin-top:30px;height:407px;background:url(../images/gongwuyuankaohe-02.png) no-repeat center top;}
 .kaoheul2 p{position:absolute;width:80px;left:350px;top:160px;font-size:38px;line-height:45px;color:#4fbce9;font-weight:bold;}
 .kaoheul2 li{margin-left:550px;color:#fff;font-size:24px;font-weight:bold;}
 .kaoheul2 li:nth-child(2){padding-left:20px;line-height:120px;}
 .kaoheul2 li:nth-child(3){padding-left:50px;line-height:70px;}
 .kaoheul2 li:nth-child(4){padding-left:50px;line-height:130px;}
 .kaoheul2 li:nth-child(5){padding-left:20px;line-height:55px;}
 .picture-kaohe2 img{width:100%}

 .kaohegongneng {margin-top:60px;}
 .kaohegongneng .kaohegongneng-cont{margin-bottom:20px;padding-bottom:30px;background-color:#fff;overflow:hidden;zoom:1;}
 .kaohegongneng .kaohegongneng-cont h1{border-bottom:2px solid #eee;overflow:hidden;zoom:1;}
 .kaohegongneng .kaohegongneng-cont h1 span{float:left;display:block;padding:10px 50px 10px 30px;background:url(../images/gongwuyuankaohe-04.png) no-repeat right top;gackground-size:auto 100%;color:#fff;font-size:22px;}
 .kaohegongneng .kaohegongneng-cont h2{padding:30px;font-size:16px;color:#333;line-height:30px;text-indent:2em;}
 .kaohegongneng .kaohegongneng-cont h3{padding:0 30px;color:#888;font-weight:normal;line-height:40px;}
 .kaohegongneng .kaohegongneng-cont h4{margin-top:30px;text-align:center;}
 .kaohegongneng .kaohegongneng-cont .tjfx-left{display:inline-block;margin:30px 10px 20px 40px;width:44%;overflow:hidden;zoom:1;}
 .kaohegongneng .kaohegongneng-cont .tjfx-left p{display:block;margin:0 160px;padding:5px;text-align:center;font-size:18px;background-color:#4fbce9;font-weight:bold;color:#fff;border-radius:1000px;}
 .kaohegongneng .kaohegongneng-cont .tjfx-left h2{padding:15px 5px;}

 .location{width:1080px;margin:0 auto;padding-left:17px;background:#f6f6f6 url(../images/g1.png) no-repeat left center;height:57px;color:#999;line-height:57px;border-bottom:1px solid #e6e6e6;font-size:14px;}
 .main{background-color:#f6f6f6}
 .side img{width:100%}

 .ganbujiandu-kh{text-align:center;overflow:hidden;zoom:1;}
 .ganbujiandu-kh p{display:inline-block;margin:30px 40px;width:186px;height:186px;line-height:186px;background:url(../images/ganbujiandu-2.png) no-repeat center top;color:#fff;text-align:center;font-size:22px;font-weight:bold;}
 .ganbujiandu-kh i{display:inline-block;width:86px;height:63px;background:url(../images/ganbujiandu-3.png) no-repeat left bottom;}
 .ganbujiandu-kh i span{display:block;padding-top:25px;}

 .ganbujiandu-khlist{margin: 30px 0 00px 0;padding:30px 0;background-color:#fff;text-align:center;border-radius:10px;overflow:hidden;zoom:1;}
 .ganbujiandu-khlist h2{text-align:left;color:#4985e9;font-size:26px;font-weight:bold;}
 .ganbujiandu-khlist h2 span{display:inline-block;margin-right:30px;padding:5px 35px;color:#fff;background-color:#4985e9;font-size:22px;font-weight:normal;}
 .ganbujiandu-khlist h3{padding:30px 40px;text-align:left;font-weight:normal;text-indent:2em;}

 .ganbujiandu-khlist ul{margin-left:28px;margin-top:20px;}
 .ganbujiandu-khlist ul li{position:relative;display:block;float:left;margin-left:25px;padding:32px 20px 20px 20px;width:25.5%;height:265px;font-weight:normal;text-align:left;line-height:30px;}
 .ganbujiandu-khlist ul li:nth-child(1){background-color:#fff5f5;border-radius:5px;border:1px solid #ff0000}
 .ganbujiandu-khlist ul li:nth-child(1) h4{background-color:#ff0000}
 .ganbujiandu-khlist ul li:nth-child(1) p{color:#ff0000}
 .ganbujiandu-khlist ul li:nth-child(2){background-color:#fff9e5;border-radius:5px;border:1px solid #ffc000}
 .ganbujiandu-khlist ul li:nth-child(2) h4{background-color:#ffc000}
 .ganbujiandu-khlist ul li:nth-child(2) p{color:#e2aa00}
 .ganbujiandu-khlist ul li:nth-child(3){background-color:#f0fff6;border-radius:5px;border:1px solid #00be48}
 .ganbujiandu-khlist ul li:nth-child(3) h4{background-color:#00be48}
 .ganbujiandu-khlist ul li:nth-child(3) p{color:#00be48}
 .ganbujiandu-khlist ul li h4{position:absolute;top:-20px;left:15px;right:15px;padding:5px 10px;border-radius:5px;font-size:18px;color:#fff;font-weight:normal;text-align:center;}
 .ganbujiandu-khlist ul li h5{font-weight:normal;font-size:14px;}

 .hxgn2{text-align:center;overflow:hidden;zoom:1;}
 .hxgn2 li{display:block;float:left;width:28%;height:220px;margin:10px;padding-left:20px;}
 .hxgn2 li h1{color:#4985e9;font-size:20px;border-bottom:2px solid #e5e5e5;overflow:hidden;zoom:1;}
 .hxgn2 li:nth-child(4),.hxgn2 li:nth-child(5),.hxgn2 li:nth-child(6){height:150px;}
 .hxgn2 li h1 span{display:inline-block;padding:5px 10px;border-bottom:3px solid #4985e9}
 .hxgn2 li h2{padding:15px;font-size:14px;font-weight:normal;text-align:left;}
 .hxgn2 li h2 p{text-indent:2em;}

 /* 国防动员 */
  .gfdy{overflow:hidden;zoom:1;}
  .gfdy .s_des{float:right;margin-bottom:30px;width:68%;padding:0;font-size:14px;line-height:31px;}
  .gfdy h1{padding-bottom:20px;text-align:center;font-size:24px;}
  .gfdy p span{color:#d90000;font-weight:bold;font-size:18px;}
  .gfdy .picture{float:left;width:30%;padding:0;}
  .gfdy .picture img{padding-top:30px;padding-left:20px;width:90%;}

  .gfdy .tdfx{margin-top:70px;overflow:hidden;zoom:1;}
  .gfdy .tdfx li{display:inline-block;margin:0 auto;width:19.6%;height:201px;text-align:center;background:url(../images/guofangdongyuan-02.png) no-repeat center top;text-align:center;overflow:hidden;zoom:1;}
  .gfdy .tdfx li span{font-size:22px;font-weight:bold;color:#fff;line-height:60px;}
  .gfdy .tdfx li p{margin-top:30px;color:#015442;font-size:20px;}

  
  .gfdy .gnlb{margin:50px 0;overflow:hidden;zoom:1;}
  .gfdy .gnlb li{display:inline-block;width:19.5%;height:285px;background:url(../images/guofangdongyuan-03.png) no-repeat center top;font-size:20px;color:#fff;text-align:center;}
  .gfdy .gnlb li span{display:block;margin-top:135px;font-weight:bold;font-size:30px;}
  .gfdy .gnlb li:nth-child(2){background:url(../images/guofangdongyuan-04.png) no-repeat center 11px;}
  .gfdy .gnlb li:nth-child(3){background:url(../images/guofangdongyuan-05.png) no-repeat center 19px;}
  .gfdy .gnlb li:nth-child(4){background:url(../images/guofangdongyuan-06.png) no-repeat center 11px;}
  .gfdy .gnlb li:nth-child(5){background:url(../images/guofangdongyuan-07.png) no-repeat center top;}

  .gfdy .jsjg{display:inline-block;float:left;margin:50px 28px;width:28%;background:url(../images/guofangdongyuan-08.png) no-repeat 27px 55px;overflow:hidden;zoom:1;}
  .gfdy .jsjg:nth-child(3){background:url(../images/guofangdongyuan-09.png) no-repeat 27px 55px;}
  .gfdy .jsjg:nth-child(4){background:url(../images/guofangdongyuan-10.png) no-repeat 27px 55px;}
  .gfdy .jsjg h3{padding:15px;background-color:#015442;color:#fff;font-size:20px;font-weight:normal;text-align:center;}
  .gfdy .jsjg li{margin-left:50px;margin-right:20px;overflow:hidden;zoom:1;}
  .gfdy .jsjg li span{display:block;margin-top:20px;padding:10px 20px;background-color:#1f947b;color:#fff;font-size:16px;}
  .gfdy .jsjg li p{padding:15px 15px;background-color:#d9e8e5;color:#015442}
  .gfdy .jsjg li b{color:#b20000}

  
  .gfdy .gnjg{margin:50px;text-align:center;}

  .gfdy .sjaq li{display:inline-block;margin:40px 25px 0px 25px;padding:20px;width:16%;height:160px;background: linear-gradient(#fff, #f6f6f6); border-top:4px solid #015442;overflow:hidden;zoom:1;}
  .gfdy .sjaq li span{display:block;padding-bottom:20px;border-bottom:1px dotted #015442;color:#055d4a;font-weight:bold;font-size:22px;text-align:center;}
  .gfdy .sjaq li p{margin-top:20px;line-height:25px;}

  .gfdy .gnjs{overflow:hidden;zoom:1;}
  .gfdy .gnjs h2{margin:40px 0 0;background:url(../images/guofangdongyuan-13.png) no-repeat center center;color:#015442;font-weight:bold;text-align:center;font-size:24px}
  .gfdy .gnjs .gnjs-side{margin:40px 0;padding:0 0 50px 0;border-bottom:1px dotted #ccc;text-align:center;}
  .gfdy .gnjs .gnjs-side2{text-align:center;}
  .gfdy .gnjs .gnjs-side2 h4{padding:30px;color:#000;font-size:20px;}
  .gfdy .gnjs .gnjs-side2 li{float:left;width:120px;margin:20px 48px;}
  .gfdy .gnjs .gnjs-side2 li span{display:block;width:110px;height:119px;line-height:100px;font-size:20px;font-weight:bold;color:#015442;background:url(../images/guofangdongyuan-15.png) no-repeat center top;}
  .gfdy .gnjs .gnjs-side2 li p{padding:20px 5px;text-align:left;}

  .dcyj .tese-list li:nth-child(1),.tese-list li:nth-child(2){height:220px;}
  .dcyj .Pain_point_analysis{padding-bottom:40px;}
  .dcyj .hxgn li,.dcyj .hxgn li:nth-child(4),.hxgn li:nth-child(5){width:48%;}
  .dcyj .hxgn li h2{height:90px;}
  .dcyj .hxgn li h1{width:40%;font-size:18px;background-color:#d90000;border-radius:1000px;}
  .dcyj .tese-list li h1{color:#d90000;background:none;border-bottom:2px solid #eaeaea;}
  .dcyj .tese-list li h1 i{background-color:#d90000;border-radius:1000px;}

  .dcyj-hxjz{position:relative;margin-top:50px;height:670px;background:url(../images/dcyj-bg.png) no-repeat center center;background-size:auto 73%;}
  .dcyj-hxjz p{position:absolute;left:450px;width:180px;text-align:center;font-size:22px;font-weight:bold;color:#fff;}
  .dcyj-hxjz p:nth-child(1){top:155px;}
  .dcyj-hxjz p:nth-child(3){left:330px;top:275px}
  .dcyj-hxjz p:nth-child(5){top:390px;}
  .dcyj-hxjz p:nth-child(7){left:575px;top:275px;}
  .dcyj-hxjz span{position:absolute;display:block;width:400px;font-size:16px;line-height:30px;}
  .dcyj-hxjz span:nth-child(2){left:0;right:0;text-align:center;width:auto;padding:0 20%;}
  .dcyj-hxjz span:nth-child(4){top:280px;left:60px;width:210px}
  .dcyj-hxjz span:nth-child(6){top:580px;left:0;right:0;width:auto;padding:0 22%;text-align:center;}
  .dcyj-hxjz span:nth-child(8){top:240px;right:38px;width:230px;}

  .centerBox .dcyj-xtgs p{float:left;width:55%;padding-left:20px;padding-top:50px;}
  .centerBox .dcyj-xtgs img{float:right;width:38%}
  .dcyj-sdyx{text-align:center;float:left;}
  .bg-w{background-color:#fff;}
  .dcyj-zcbj p{float:right;width:60%;}
  .dcyj-zcbj img{float:left;width:38%;}
  .font-red{color:#d90000;font-weight:bold;}

/*公共样式*/
.centerBox {
 margin: 0 auto;
 width: 1080px;
 overflow: hidden;
 zoom: 1;
}

.location {
 width: 1080px;
 margin: 0 auto;
 padding-left: 17px;
 background: #f6f6f6 url(../images/g1.png) no-repeat left center;
 height: 57px;
 color: #999;
 line-height: 57px;
 border-bottom: 1px solid #e6e6e6;
 font-size: 14px;
}

.main {
 background-color: #f6f6f6
}

.side img {
 width: 100%
}

.name a {
 color: #fff;
}

textarea, select, option, input {
 outline: none;
}

input, button, textarea {
 width: 100%;
 height: 100%;
 border: none;
 background: none;
}

input, button {
 -webkit-appearance: none;
}

.header * {
 box-sizing: border-box;
 line-height: 1;
}

.centerBox:after {
 content: '';
 display: block;
 clear: both;
}

.bottom .centerBox {
 overflow: inherit;
}
/*20241107产品推荐*/
.recommended-products{padding:40px 0 70px;background:url(../../../img/tj/tj-bg2.jpg) no-repeat left top;background-size:100% 100%;}
.recommended-products li{float:left;width:48%;margin:30px 10px 0px 10px;border:1px solid #ffcdcd;background:url(../../../img/tj/tj-bg.png) repeat left top;border-radius:4px;font-size:12px}
.recommended-products li:nth-child(2n+0){margin-right:0;}
.recommended-products li p{display:inline-block;float:left;width:60%;padding-bottom:10px;line-height:22px;}
.recommended-products li span{display:block;padding-bottom:5px;font-size:22px;font-weight:bold;color:#d90000;text-decoration:underline}
.recommended-products li img{display:block;float:right;padding-top:10px;width:40%;height:90px}
.recommended-products li a{display:block;padding:20px 30px;overflow:hidden;zoom:1;}
.recommended-products li a:hover{background-color:#ff4b4b;border-radius:4px;}
.recommended-products li a:hover p,.recommended-products li a:hover span{color:#fff}

.gb-img-center{padding-top:30px;text-align:center;}