@charset 'utf-8';
body {
  font-family: '微软雅黑';
  font-size: 14px;
  line-height: 24px;
  min-width: 1200px;
  color: #525252;
  background: #fff;
}

a {
  -webkit-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
  text-decoration: none;
  color: #525252;
}

a:hover {
  text-decoration: none;
  color: #d51030;
}

.fl {
  float: left;
}

.fr {
  float: right;
}

.cr {
  clear: both;
}

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


/*===========top================*/

#top {
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 88px;
}

#top .main {
  position: relative;
  height: 88px;
}

#top a.logo {
  display: block;
  margin: 15px 0 0 5px;
}

#top .icon2 {
  display: block;
  width: 20px;
  height: 30px;
  margin: 28px 20px 0 8px;
  background: url(../images/top-icon2.png) center no-repeat;
}

#top .icon1 {
  font-size: 14px;
  line-height: 30px;
  display: block;
  width: 20px;
  height: 30px;
  margin: 28px 0 0 0;
  color: #535252;
  background: url(../images/top-icon1.png) center no-repeat;
}

#top .language {
  display: block;
  height: 30px;
  margin: 28px 15px 0 20px;
  padding-left: 45px;
  background: url(../images/top-language.png) left center no-repeat;
}

#top .search {
  line-height: 30px;
  width: 258px;
  height: 30px;
  margin-top: 28px;
  background: #dadada;
}

#top .search .txt {
  font-size: 12px;
  width: 220px;
  height: 30px;
  margin-left: 12px;
  border: none;
  background: none;
}

#top .search .submit {
  width: 26px;
  height: 30px;
  cursor: pointer;
  border: none;
  background: url(../images/top-search.png) center no-repeat;
}

#top .login {
  font-size: 14px;
  line-height: 30px;
  display: block;
  height: 30px;
  margin: 28px 120px 0 0;
  padding-left: 30px;
  color: #666;
  background: url(../images/top-login.png) left center no-repeat;
}


/*language*/

#language {
  overflow: hidden;
  width: 100%;
  height: 0;
}

#language .main {
  width: 1160px;
  padding: 20px;
  color: #fff;
  background: #666;
}

#language .tit {
  display: block;
  margin-bottom: 12px;
}

#language ul {
  width: 1200px;
}

#language li {
  float: left;
  width: 275px;
  margin-right: 20px;
  border-bottom: 1px solid #fff;
}

#language li a {
  font-size: 14px;
  display: block;
  color: #fff;
}


/*=======================nav========================*/

#nav {
  overflow: hidden;
  width: 100%;
  height: 50px;
}

#nav .main {
  height: 50px;
  background: #d51030;
}

#nav li {
  position: relative;
  float: left;
  height: 50px;
  margin-right: 20px;
}

#nav li a {
  font-size: 14px;
  line-height: 50px;
  display: block;
  overflow: hidden;
  height: 50px;
  text-align: center;
  color: #fff;
}


/*===========banner===========*/

#banner {
  position: relative;
  overflow: hidden;
  width: 100%;
  min-width: 1200px !important;
  height: 440px;
  margin: 0 auto;
}

#banner .main {
  position: relative;
  height: 440px;
}

#banner .bd {
  position: relative;
  z-index: 2;
  width: 1200px;
  height: 440px;
}

#banner .bd ul {
  width: 1200px;
}

#banner .bd li {
  overflow: hidden;
  width: 1200px;
  height: 440px;
}

#banner .bd img {
  width: 1200px;
  height: 440px;
}

#banner .hd {
  position: absolute;
  z-index: 3;
  right: 2px;
  bottom: 35px;
  height: 14px;
}

#banner .hd li {
  float: left;
  overflow: hidden;
  width: 14px;
  height: 14px;
  margin-left: 9px;
  cursor: pointer;
  text-indent: -9999px;
  background: #dadada;
}

#banner .hd li.on {
  background: #d51030;
}


/*feature*/

#feature {
  width: 100%;
}

#feature .main {
  font-size: 16px;
  line-height: 28px;
  width: 1176px;
  padding: 12px;
  color: #797979;
  background: #e4e4e4;
}


/*text*/

#text {
  width: 100%;
  margin-top: 60px;
}

#text .tit {
  font-size: 18px;
  line-height: 42px;
  overflow: hidden;
  height: 42px;
  margin-bottom: 30px;
  padding-left: 50px;
  color: #666;
}

#text .tit1 {
  background: url(../images/text-icon1.png) left center no-repeat;
}

#text .tit2 {
  background: url(../images/text-icon2.png) left center no-repeat;
}

#text .tit3 {
  background: url(../images/text-icon3.png) left center no-repeat;
}

#text .con {
  font-size: 14px;
  line-height: 20px;
  width: 350px;
  padding: 0 20px;
  color: #666;
}

#text .con a {
  color: #d51030;
}

#text .con1 {
  margin-left: 10px;
}

.borderlr {
  border-right: 1px solid #666;
  border-left: 1px solid #666;
}

#video {
  width: 100%;
  margin-top: 70px;
}

#video .main {
  padding-bottom: 30px;
  border-top: 1px solid #666;
  border-bottom: 1px solid #666;
}

#video .tit {
  font-size: 16px;
  line-height: 48px;
  height: 48px;
}

#video ul {
  width: 1300px;
}

#video li {
  float: left;
  width: 337px;
  height: 297px;
  margin-right: 93px;
  text-align: center;
}

#video li a {
  display: block;
  width: 337px;
  height: 297px;
}

#video li a img {
  display: block;
  width: 337px;
  height: 253px;
  margin-bottom: 20px;
}

#video li a span {
  display: block;
  width: 337px;
  height: 253px;
  margin-bottom: 20px;
}


/*pro*/

#pro {
  width: 100%;
  margin-top: 30px;
}

#pro .tit {
  font-size: 15px;
  margin-bottom: 35px;
}

#pro .type {
  position: relative;
  width: 276px;
  height: 250px;
  background: #d51030;
}

#pro .type .icon {
  position: absolute;
  top: 50%;
  right: -19px;
  display: block;
  width: 24px;
  height: 38px;
  margin-top: -19px;
  background: url(../images/pro-type-icon.png) no-repeat;
}

#pro .type ul{
  padding: 5px 0 0 16px;
}

#pro .type li{
  line-height: 30px;
  height: 30px;
  overflow: hidden;
}

#pro .type li a{
  display: inline-block;
  color: #fff;
  padding-left: 20px;
  background: url(../images/pro-type-li.png) left center no-repeat;
  height: 35px;
  overflow: hidden;
}

#pro .con{
  width: 875px;
  height: 234px;
  position: relative;
}

#pro .con .bd{
  width: 730px;
  height: 234px;
  overflow: hidden;
}

#pro .con ul{
  width: 154px;
  margin-right: 26px;
  float: left;
}

#pro .con li{
  width: 154px;
  height: 113px;
  margin: 0 0 7px 0;
}

#pro .con li a{
  display: block;
  width: 154px;
  height: 113px;
}

#pro .con li a img{
  display: block;
  width: 154px;
  height: 113px;
}

#pro .con .bg{
  position: absolute;
  width: 146px;
  height: 234px;
  top: 0;
  right: 0;
  background: #d51030;
}

#pro .con .icon {
  position: absolute;
  top: 50%;
  left: -5px;
  display: block;
  width: 24px;
  height: 38px;
  margin-top: -19px;
  background: url(../images/pro-con-icon.png) no-repeat;
}

/*cont*/
#cont{
  margin-top: 42px;
  width: 100%;
}

#cont .main {
  width: 1088px;
  padding: 25px 56px;
  background: #e4e4e4;
}

#cont .tit{
  display: inline-block;
  font-size: 15px;
  color: #d51030;
}

#cont .con{
  padding-left: 25px;
  margin-top: 10px;
}

#cont .cont{
  width: 325px;
  margin-right: 95px;
}

#cont .pro{
  width: 195px;
}

#cont .pro li{
  height: 24px;
  overflow: hidden;
}

#cont .pro li a{
  display: inline-block;
  height: 28px;
}

#cont .news{
  width: 380px;
}

#cont .news li{
  height: 28px;
  line-height: 28px;
  overflow: hidden;
}

#cont .news li a{
  display: inline-block;
  height: 28px;
}

/*==================foot=================*/

#foot {
  font-size: 14px;
  line-height: 18px;
  width: 100%;
  opacity: 0.6;
  filter: alpha(opacity=60);
  color: #000;
  text-align: center;
  padding: 15px 0;
}
#link {
  font-size: 12px;
  line-height: 20px;
  width: 100%;
  color: #000;
  text-align: center;
}

/*  内页 */


/*==================con=================*/

#con {
  width: 100%;
}

#con .menu {
  line-height: 60px;
  display: block;
  height: 60px;
  color: #000;
}

#con .menu a {
  color: #d51030;
}

#conFl {
  width: 245px;
}

#conFr {
  width: 882px;
}

#conFr .tit{
  color: #d51030;
  font-size: 24px;
  height: 30px;
  line-height: 30px;
}

#conFr .con {
  margin-top: 10px;
}

ul.pro {
  width: 920px;
}

ul.pro li {
  float: left;
  overflow: hidden;
  width: 271px;
  height: 247px;
  margin: 0 34px 20px 0;
  text-align: center;
}

ul.pro li a {
  position: relative;
  display: block;
  overflow: hidden;
  width: 271px;
  height: 247px;
}

ul.pro li img {
  display: block;
  width: 271px;
  height: 199px;
  margin-bottom: 24px;
}

ul.pro li span {
  display: block;
  height: 24px;
  overflow: hidden;
}

ul.video {
  width: 920px;
}

ul.video li {
  float: left;
  overflow: hidden;
  width: 271px;
  height: 250px;
  margin: 0 34px 20px 0;
  text-align: center;
}

ul.video li a {
  position: relative;
  display: block;
  overflow: hidden;
  width: 271px;
  height: 250px;
}

ul.video li img {
  display: block;
  width: 271px;
  height: 203px;
  margin-bottom: 24px;
}

ul.video li span {
  display: block;
  height: 24px;
  overflow: hidden;
}

ul.news li{
  line-height: 28px;
  height: 28px;
  margin-bottom: 5px;
  border-bottom: 1px solid #666;
  overflow: hidden;
}

ul.news li a{
  display: block;
  
}

/*===========分页==================*/

div.pager {
  font-size: 12px;
  line-height: 24px;
  clear: both;
  height: 24px;
  padding: 20px 0;
  text-align: center;
  color: #525252;
}

div.pager span {
  display: inline-block;
  overflow: hidden;
  margin: 0 4px;
}

div.pager a {
  display: block;
  padding: 0 8px;
  background: #c9c9c9;
}

div.pager a:hover,
div.pager a.on {
  background: #d51030;
  color: #fff;
}

div.pager a.btn,div.pager a.btn:hover{
  background: none;
  color: #525252;
  padding: 0;
}

div.pagerPn {
  line-height: 24px;
  clear: both;
  height: 24px;
  margin-top: 20px;
  padding: 20px 0 0;
  text-align: left;
  border-top: 1px dotted #333;
}


/*==============producttype======================*/

.producttype {
  width: 248px;
  text-align: left;
}

.producttype1,
.producttype1sel {
  line-height: 40px;
  position: relative;
  height: 40px;
  margin-bottom: 1px;
}

.producttype1 a,
.producttype1sel a {
  display: block;
  overflow: hidden;
  height: 40px;
  text-indent: 18px;
  color: #525252;
  font-size: 16px;
  background: #dadada;
}

.producttype1 a:hover,
.producttype1sel a {
  background: #bdbdbd;
}

.producttype2,
.producttype2sel {
  line-height: 40px;
  position: relative;
  display: none;
  height: 40px;
  margin-bottom: 1px;
}

.producttype2 a,
.producttype2sel a {
  display: block;
  overflow: hidden;
  height: 40px;
  text-indent: 24px;
  color: #525252;
  background: #bdbdbd;
}

.producttype2 a:hover,
.producttype2sel a {
  color: #d51030;
}

