﻿/* CSS Document */

/**全局**/

* {
  margin: 0px;
  padding: 0px;
}

div,
form,
img,
ul,
ol,
li,
dl,
dt,
dd,
map {
  padding: 0;
  margin: 0;
  border: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
  padding: 0;
}

body {
  margin: 0px;
  padding: 0px;
  font-size: 14px;
  color: #333;
  font-family: "微软雅黑", Arial, Helvetica, sans-serif, "宋体";
  background: #fff;
  min-width: 1200px;
}

ul,
li {
  list-style: none;
}

.clear {
  clear: both;
}

a {
  color: #333;
  text-decoration: none;
  outline: none;
  -webkit-transition: all 400ms ease-out;
  -mozilla-transition: all 400ms ease-out;
  -ms-transition: all 400ms ease-out;
  -o-transition: all 400ms ease-out;
  transition: all 400ms ease-out;
}

a:hover {
  color: #F00;
  text-decoration: none;
  -moz-transition: color .4s linear;
  -webkit-transition: color .4s linear;
  transition: color .35s linear;
}

img {
  border: none;
  -webkit-transition: all 400ms ease-out;
  -mozilla-transition: all 400ms ease-out;
  -ms-transition: all 400ms ease-out;
  -o-transition: all 400ms ease-out;
  transition: all 400ms ease-out;
}

hr {
  line-height: 0px;
  font-size: 0px;
  border: none;
  height: 1px;
  width: 100%;
  margin: 5px 0px;
}

div {
  margin: 0px auto;
}

.f_l {
  float: left;
}

.f_r {
  float: right;
}

input,
select {
  font-family: arial, Helvetica, sans-serif;
  padding: 1px;
}

.blank {
  width: 100%;
  height: 10px;
  clear: both;
  overflow: hidden;
}

.mt10 {
  margin-top: 10px;
}

.mt15 {
  margin-top: 15px;
}

.hide {
  display: none;
}

.red {
  color: #f00;
}

.blue {
  color: #00f;
}

.gray {
  color: #ccc;
}

.noinfo {
  width: 100%;
  float: left;
  padding: 10px 0;
  text-align: center;
}

.input_text {
  background: url(../image/inputbg.png) no-repeat left top;
  height: 25px;
  line-height: 25px;
  border: 1px solid #ccc;
  padding: 0 10px;
  float: left;
}

.input_area {
  background: #fff url(../image/inputbg.png) no-repeat left top;
  width: 501px;
  height: 80px;
  border: 0px;
  padding: 5px 10px;
  border: 1px solid #ccc;
}

.input_submit {
  width: 77px;
  height: 41px;
  float: left;
  background: url(../image/search.png) no-repeat left top;
  text-align: center;
  line-height: 41px;
  color: #fff;
  border: 0px;
  cursor: pointer;
}

.float_bg {
  background: url(../image/qq_3.gif) repeat-y left top;
  width: 118px;
  padding: 2px 0;
  float: left;
}

.f_list {
  width: 100%;
  float: left;
  margin: 5px auto;
  clear: both;
}

.f_list span {
  float: left;
  width: 80px;
}

.block {
  width: 1200px;
  margin: 0 auto;
}

.w1000 {
  width: 1000px;
  margin: 0 auto;
}







/*all*/

#main {
  width: 100%;
  float: left;
  padding: 15px 0;
}

/*end*/



/**顶部**/

#head {
  width: 100%;
  height: 108px;
  float: left;
}

#logo {
  float: left;
  margin-top: 28px;
}

#head_right {
  float: right;
}

.favorite {
  float: right;
  line-height: 40px;
  height: 40px;
  color: #999;
}

.favorite ul {
  margin: 0px;
  padding: 0px;
  list-style-type: none;
}

.favorite li {
  margin: 0px;
  padding: 0px;
  list-style-type: none;
  display: inline;
}

.favorite li a {
  margin: 0 5px;
  color: #999;
}

.favorite li a:hover {
  color: #f00;
}

#tel {
  float: right;
  height: 30;
  line-height: 30px;
  white-space: nowrap;
  font-size: 24px;
  margin: 47px 0 0 0;
  padding: 0 0 0 50px;
  background: url(../image/phone.png) no-repeat left center;
  color: #fe0c00;
}

/*end*/



/*menu*/

#navigate {
  height: 36px;
  width: 100%;
  float: left;
  background: url(../image/nav.jpg) repeat-x left top;
}

#navigate ul li {
  float: left;
  background: url(../image/nav_li.jpg) no-repeat right center;
  height: 36px;
  width: 125px;
  text-align: center;
  position: relative;
  z-index: 1000;
}

#navigate ul li.first_menu {}

#navigate ul li a {
  line-height: 36px;
  height: 36px;
  color: #FFF;
  text-align: center;
  font-size: 14px;
  font-weight: bold;
  font-family: "微软雅黑";
}

#navigate ul li a:hover {
  color: #ff0;
}

#navigate ul li .current {
  color: #ff0;
}



#navigate ul li ul {
  display: none;
  position: absolute;
  left: 0;
  background: url(../image/nav.jpg) repeat left top;
  z-index: 9999;
}

#navigate ul li ul li {
  border: none;
  float: none;
  background: none;
  height: 28px;
  line-height: 28px;
}

#navigate ul li ul li a {
  height: 28px;
  line-height: 28px;
  font-size: 12px;
  font-weight: normal;
  background: none;
}

#navigate ul li ul li a:hover {
  color: #ff0;
}

/*end*/





/*search*/

#search {
  float: right;
  padding: 20px 0px 0 0;
}

#search form {
  margin: 0px;
  padding: 0px;
}

.skw {
  float: left;
  width: 249px;
  padding: 0 10px;
  line-height: 23px;
  height: 23px;
  border: 1px solid #f54136;
  color: #666;
}

.sub {
  width: 60px;
  height: 25px;
  line-height: 25px;
  float: left;
  background: #f54136;
  border: 0px;
  cursor: pointer;
  color: #fff;
  float: left;
}

/*end*/



/*flash*/

#banner {
  width: 100%;
  float: left;
}

#flash {
  width: 100%;
  float: left;
  margin: 15px 0 0 0;
}

.fullSlide {
  width: 100%;
  position: relative;
  height: 400px;
  background: #000;
}

.fullSlide .bd {
  margin: 0 auto;
  position: relative;
  z-index: 0;
  overflow: hidden;
}

.fullSlide .bd ul {
  width: 100% !important;
}

.fullSlide .bd li {
  width: 100% !important;
  height: 400px;
  overflow: hidden;
  text-align: center;
}

.fullSlide .bd li a {
  display: block;
  height: 100%;
}

.fullSlide .hd {
  width: 100%;
  position: absolute;
  z-index: 1;
  bottom: 10px;
  left: 0;
  height: 12px;
  line-height: 12px;
}

.fullSlide .hd ul {
  text-align: center;
}

.fullSlide .hd ul li {
  cursor: pointer;
  display: inline-block;
  *display: inline;
  zoom: 1;
  width: 12px;
  height: 12px;
  margin: 0 5px;
  overflow: hidden;
  background: #fff;
  /*filter:alpha(opacity=80);opacity:0.8;*/
  line-height: 999px;
  border-radius: 6px;
}

.fullSlide .hd ul .on {
  background: #b10100;
}

.fullSlide .prev,
.fullSlide .next {
  display: block;
  position: absolute;
  z-index: 1;
  top: 50%;
  margin-top: -30px;
  left: 20px;
  z-index: 1;
  width: 40px;
  height: 60px;
  background: url(../image/slider-arrow.png) -126px -137px #000 no-repeat;
  cursor: pointer;
  filter: alpha(opacity=50);
  opacity: 0.5;
  display: none;
}

.fullSlide .next {
  left: auto;
  right: 20px;
  background-position: -6px -137px;
}



#myFocus,
#myFocus .pic img {
  width: 1000px;
  height: 324px;
}

#NewsFocus,
#NewsFocus .pic img {
  width: 400px;
  height: 249px;
}

/*end*/





/*底部*/

#copyright {
  width: 100%;
  float: left;
  text-align: center;
  padding: 15px 0;
  line-height: 25px;
  border-top: 1px solid #d7d7d7;
}

#copy_txt {
  width: 100%;
  float: left;
}

#footnav {
  width: 100%;
  float: left;
}

#footnav ul {
  margin: 0px;
  padding: 0px;
  list-style-type: none;
}

#footnav li {
  margin: 0px;
  padding: 0px;
  list-style-type: none;
  display: inline;
}

#footnav li a {
  margin: 0 5px;
}

/*end*/





/*home*/

.home_left {
  width: 180px;
  float: left;
}

.home_mid {
  width: 400px;
  float: left;
  padding: 0 0 0 15px;
}

.home_right {
  width: 390px;
  float: right;
}

.home_list {
  width: 100%;
  float: left;
}



.home_con_left {
  width: 158px;
  height: 200px;
  padding: 10px;
  float: left;
  border: 1px solid #d6d6d6;
  border-top: 0px;
  overflow: hidden;
}

.home_con_mid {
  width: 378px;
  height: 200px;
  padding: 10px;
  float: left;
  border: 1px solid #d6d6d6;
  border-top: 0px;
  overflow: hidden;
}

.home_con_right {
  width: 368px;
  height: 200px;
  padding: 10px;
  float: left;
  border: 1px solid #d6d6d6;
  border-top: 0px;
  overflow: hidden;
}



.home_top {
  width: 100%;
  height: 28px;
  line-height: 28px;
  float: left;
  /*background: url(../image/t_bg.jpg) repeat-x left top;*/
  background: #55BCCF
}

.home_top h3 {
  float: left;
  padding: 0 0 0 15px;
  font-family: "微软雅黑";
  font-size: 14px;
  font-weight: normal;
  color: #fff;
}

.home_top span {
  float: right;
  padding: 0 15px 0 0;
  color: #fff;
}

.home_top a {
  color: #fff;
}

.home_con {
  width: 100%;
  padding: 10px;
  float: left;
  line-height: 200%;
  overflow-x: hidden;
}



.pro {
  width: 950px;
  float: right;
  border: 1px solid #e0e0e0;
}

.pro_con {
  width: 1178px;
  float: left;
  padding: 10px;
  border: 1px solid #d6d6d6;
  overflow: hidden;
}

.pro_con ul {}

.pro_con li {
  float: left;
  width: 140px;
  height: 185px;
  text-align: center;
  line-height: 25px;
  margin: 0 20px 0 0;
  overflow: hidden;
}

.pro_con li img {
  width: 140px;
  height: 160px;
  float: left;
}





.piclist {
  width: 177px;
  height: 158px;
  text-align: center;
  margin: 16px 0 0 10px;
  display: inline;
  float: left;
}

.piclist dt img {
  width: 175px;
  height: 132px;
  border: solid 1px #e4e0df;
}

.piclist dd {
  line-height: 26px;
}



.about_left {
  width: 840px;
  float: left;
  height: 372px;
  border: solid 1px #e4e0df;
  overflow: hidden;
}

.about_right {
  width: 348px;
  float: right;
  height: 372px;
  border: solid 1px #e4e0df;
  overflow: hidden;
}

.about_con {
  width: 820px;
  padding: 10px;
  float: left;
  line-height: 200%;
  overflow-x: hidden;
  font-size: 14px;
}



.news_top {
  width: 100%;
  float: left;
  border-bottom: 1px dotted #ccc;
  padding: 0 0 10px 0;
}

.news_img {
  float: left;
  width: 100%;
}

.news_img img {
  width: 300px;
}

.news_right {
  width: 100%;
  float: left;
}

.news_title {
  font-weight: bold;
  width: 100%;
  height: 24px;
  line-height: 24px;
  overflow: hidden;
}

.news_des {
  width: 100%;
  line-height: 20px;
  overflow: hidden;
}



.news_list {
  width: 100%;
  float: left;
}

.news_list ul {
  margin: 0px;
  padding: 0px;
  list-style-type: none;
}

.news_list li {
  margin: 0px;
  padding: 0 0 0 10px;
  list-style-type: none;
  height: 25px;
  line-height: 25px;
  background: url(../image/li_1.jpg) no-repeat 0px 10px;
  padding-left: 10px;
  overflow: hidden;
}





#LeftButton {
  width: 24px;
  height: 42px;
  display: block;
  background: url(../image/left.png) no-repeat 0px 0px;
  position: absolute;
  left: 0px;
  top: 55px;
}

#RightButton {
  width: 24px;
  height: 42px;
  display: block;
  background: url(../image/right.png) no-repeat 0px 0px;
  position: absolute;
  left: 736px;
  top: 55px;
}

#MarqueeDiv {
  width: 692px;
  float: left;
  height: 152px;
  overflow: hidden;
  margin: 0 0 0 34px;
  display: inline;
}

#MarqueeDiv img {
  margin-right: 10px;
  height: 150px;
  width: 150px;
}

/*end*/





/*left*/

#left {
  width: 280px;
  float: left;
}

.left_list {
  width: 100%;
  float: left;
}

.left_top {
  width: 100%;
  height: 28px;
  line-height: 28px;
  float: left;
  background: url(../image/t_bg.jpg) repeat-x left top;
}

.left_top h3 {
  float: left;
  font-size: 14px;
  font-family: "微软雅黑";
  color: #FFF;
  padding-left: 15px;
}

.left_top i {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 12px;
  padding-left: 5px;
  font-style: normal;
  text-decoration: none;
  color: #fff;
}

.left_con {
  padding: 5px 10px;
  line-height: 200%;
  width: 258px;
  float: left;
  border: 1px solid #d6d6d6;
  border-top: 0px;
  overflow-x: hidden;
}

.type_list {
  width: 100%;
  float: left;
}

.type_list ul {
  margin: 0px;
  padding: 0px;
  list-style-type: none;
}

.type_list li {
  margin: 0px;
  padding: 0 0 0 10px;
  list-style-type: none;
  height: 28px;
  line-height: 28px;
  overflow: hidden;
  background: url(../image/li_0.jpg) no-repeat left center;
}

.type_list li a {
  color: #333;
}

.type_list li a:hover {
  color: #f00;
}

.type_list li a#lsed {
  color: #f00;
}

.type_list li.second_cat {
  background: none;
}

.type_list li.second_cat a {
  background: none;
}

.type_list li.second_cat a:hover {}

/*end*/



/*right*/

#right {
  width: 905px;
  float: right;
}

#right_top {
  width: 100%;
  height: 28px;
  line-height: 28px;
  float: left;
  background: url(../image/t_bg.jpg) repeat-x left top;
  color: #fff;
}

#right_top a {
  color: #fff;
}

#right_top h3 {
  font-size: 14px;
  float: left;
  font-family: "微软雅黑";
  padding: 0 0 0 15px;
}

#right_top span {
  float: right;
  padding: 0 15px 0 0;
}

#right_con {
  width: 883px;
  float: left;
  padding: 10px;
  border: 1px solid #d6d6d6;
  border-top: 0px;
  overflow-x: hidden;
  min-height: 300px;
  height: auto !important;
  /* font-size: 18px; */
  line-height: 2;
}

/*end*/



/*demo*/

#demo {
  overflow: hidden;
  width: 900px;
  height: 145px;
  margin: 35px 0 0 10px;
  float: left;
  display: inline;
}

#cdemo {
  overflow: hidden;
  width: 900px;
}

#demo img {}

#indemo {
  float: left;
  width: 800%;
}

#demo1 {
  float: left;
}

#demo2 {
  float: left;
}

/*end*/



/*link*/

.friendlink {
  padding-top: 12px;
}

.friendlink li {
  float: left;
  width: 242px;
}

.friendlink li.txt1 {
  padding: 3px 0px 3px 24px;
  background: url(../image/phone.gif) no-repeat 10px center;
}

.friendlink li.pic1 {
  padding: 3px 0 3px 8px;
}

.friendlink li.pic1 img {
  width: 240px;
  height: 65px;
}





.link_img {
  width: 100%;
  float: left;
  text-align: center;
}

.link_img ul {
  margin: 0px;
  padding: 0px;
  list-style-type: none;
}

.link_img li {
  margin: 0px;
  padding: 0 10px;
  list-style-type: none;
  display: inline;
}

.link_img li img {
  height: 30px;
}



.link {
  width: 100%;
  float: left;
}

.link_top {
  float: left;
  width: 100%;
  height: 31px;
  line-height: 31px;
  background: url(../image/friendlinks.jpg) no-repeat left top;
}

.link_top h3 {
  font-size: 14px;
  font-weight: bold;
  height: 31px;
  line-height: 31px;
  text-indent: 12px;
  color: #fdfe00;
}



.link_txt {
  width: 992px;
  height: 125px;
  border: 4px solid #d30000;
  border-top: none;
  background: url(../image/f_bg.jpg) no-repeat left top;
  float: left;
}

.link_txt ul {
  margin: 10px;
  padding: 0px;
  list-style-type: none;
}

.link_txt li {
  margin: 0px;
  padding: 0 10px 0 0;
  list-style-type: none;
  display: inline;
  line-height: 25px;
}

/*end*/



/*news*/

.articleList {
  width: 100%;
  float: left;
}

.articleList ul {
  margin: 0px;
  padding: 0px;
  list-style-type: none;
}

.articleList li {
  margin: 0px;
  padding: 0 0 0 10px;
  list-style-type: none;
  border-bottom: 1px dotted #ccc;
  background: url(../image/li_1.jpg) no-repeat left center;
  line-height: 28px;
}

.time {
  color: #959595;
  float: right;
}

.articleTitle {
  font-weight: bold;
  font-size: 18px;
  text-align: center;
}

.articleAuthor {
  text-align: center;
  padding: 7px 0px;
  border-bottom: 1px dotted #ccc;
}

.articleauthor span {
  margin: 0px 6px;
  font-size: 9pt;
}

.art_img {
  width: 100%;
  text-align: center;
  margin: 10px auto auto auto;
}

.articleInfo {
  width: 100%;
  padding: 10px 0;
}

.articleInfo img {
  max-width: 100%;
}

.pageUpDown {
  padding-top: 10px;
  text-align: left;
}

/*end*/



/*Product*/

.productList {
  width: 100%;
  float: left;
}

.productList ul {
  margin: 0px;
  padding: 0px;
  list-style-type: none;
  width: 820px;
}

.productList li {
  margin: 10px 21px 10px 0;
  padding: 0px;
  list-style-type: none;
  text-align: center;
  float: left;
  width: 140px;
  height: 185px;
  display: inline;
  line-height: 25px;
  overflow: hidden;
}

.productList li img {
  width: 140px;
  height: 160px;
  float: left;
}



.products {
  width: 960px;
  float: left;
}

.pro_list {
  margin: 10px 20px 10px 0;
  padding: 9px;
  border: 1px solid #ddd;
  border-radius: 5px;
  list-style-type: none;
  text-align: center;
  float: left;
  width: 200px;
  height: 180px;
  display: inline;
  line-height: 25px;
  overflow: hidden;
}

.pro_img {
  width: 100%;
  height: 150px;
  float: left;
}

.pro_img img {
  width: 200px;
  height: 150px;
}

.pro_title {
  width: 100%;
  height: 25px;
  line-height: 25px;
  float: left;
  overflow: hidden;
  margin: 5px 0 0 0;
}

.pro_left {
  float: left;
  width: 150px;
  overflow: hidden;
  text-align: left;
}

.pro_right {
  float: right;
  height: 25px;
  line-height: 25px;
  padding: 0 0 0 18px;
  max-width: 30px;
  background: url(../image/phone.png) no-repeat left center;
}



.productTitle {
  line-height: 35px;
  font-weight: bold;
  text-align: center;
  font-size: 18px;
}

.productImg {
  width: 100%;
  text-align: center;
  float: left;
  margin: 10px auto;
}

.productRight {
  width: 560px;
  float: right;
}

.title {
  width: 100%;
  float: left;
  margin: 10px 0 0 0;
  border-bottom: 1px dotted #ccc;
  line-height: 25px;
}

.title span {
  font-size: 14px;
  font-weight: bold;
}

.productDesc {
  line-height: 200%;
  padding: 10px 0;
  width: 100%;
  float: left;
}

/*end*/



/*page*/

.pages {
  font-size: 12px;
  text-align: center;
  padding: 10px 0px 10px 0px;
}

.pages a {
  font-size: 12px;
  padding: 2px 5px;
  border: 1px solid #ccc;
  margin: 0 2px;
}

.pages a:hover {
  background: #eee;
}

.pages a.page_now {
  background: #eee;
  color: #f00;
}

.pages select {
  vertical-align: middle;
  font-size: 8pt;
  padding: 0px;
}

.pages b {
  font-weight: normal;
}

/*end*/





/*login*/

.img-scroll {
  position: relative;
  margin: 0px auto;
  height: 185px;
  overflow: hidden;
}

.img-scroll .prev {
  position: absolute;
  left: 5px;
  width: 33px;
  height: 33px;
  top: 63px;
  background: url(../image/phone.jpg) no-repeat right center;
  cursor: pointer;
}

.img-scroll .next {
  position: absolute;
  right: 5px;
  width: 33px;
  height: 33px;
  top: 63px;
  background: url(../image/phone.jpg) no-repeat left center;
  cursor: pointer;
}

.img-list {
  position: relative;
  width: 894px;
  height: 185px;
  overflow: hidden;
}

.img-list ul {
  margin: 0px;
  padding: 0px;
  list-style-type: none;
  width: 9999px;
  height: 185px;
}

.img-list li {
  margin: 0px;
  padding: 0 31px 0 0;
  list-style-type: none;
  float: left;
  width: 154px;
  height: 185px;
  display: inline;
  line-height: 25px;
  text-align: center;
}

.img-list li img {
  width: 152px;
  height: 152px;
  border: 1px solid #ccc;
}



/*scroll*/

#ProScroll {
  overflow: hidden;
}

.pagess {
  clear: both;
  margin: 20px;
  overflow: hidden;
  margin-left: 0px;
  text-align: center;
  font-size: 12px
}

.pagess ul li {
  display: inline-block;
  border: 1px solid #ccc;
  padding: 2px 9px;
  margin: 0 3px;
  line-height: 20px;
  background: #fff;
  color: #999
}

.pagess ul li:hover {
  background: #ccc;
  color: #fff;
  border: 1px solid #ccc
}

.pagess ul li:hover a {
  color: #fff;
}

.pagess ul li.thisclass {
  display: inline-block;
  border: 1px solid #ccc;
  padding: 2px 9px;
  margin: 0 3px;
  background: #ccc;
  color: #fff;
}

.pagess ul li.thisclass a {
  color: #fff;
}

.pagess ul li a {
  display: block;
  color: #999
}

.pagess ul li a:hover {
  color: #fff;
}

.index-btns {
  padding: 15px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 30px;
}

.index-btns a {
  width: calc(33.33% - 20px);
  height: 60px;
  line-height: 60px;
  text-align: center;
  background-image: linear-gradient(#f54136, #ac0606);
  color: #fff;
  font-size: 16px;
  font-weight: bold;
  border-radius: 3px;
}