* {
  box-sizing: border-box;
}
.w1200 {
  width: 1200px;
  margin: 0 auto;
}
.text_hide {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
header {
  width: 100%;
  height: 125px;
  background: url(../images/top_bg.jpg) repeat-x;
}

header .w1200 {
  height: 125px;
  padding-top: 65px;
  position: relative;
  //ackground: url(../images/logo1.png) no-repeat -1.5% center;
  //background-size: 10%;
}
header .logo{
    height:80px;
    float:left;
    margin-top:-35px;
}
header .nav > li {
  float: left;
  margin-left: 5px;
  padding-bottom: 30px;
  position: relative;
}
header .nav > li:first-child {
  margin-left: 0;
}
header .nav > li:hover > a {
  color: #fff;
  border-radius: 15px;
  background: url(../images/nav_on.jpg) repeat-x;
}
header .nav > li:hover .level_nav {
  display: block;
}
header .nav > li > a {
  display: inline-block;
  font-size: 16px;
  color: #333;
  font-weight: 600;
  font-family: simsun;
  padding: 0 12px;
  line-height: 30px;
}
header .nav > li > a.on {
  color: #fff;
  border-radius: 15px;
  background: url(../images/nav_on.jpg) repeat-x;
}
header .nav > li .level_nav {
  width: 100%;
  padding: 5px 3px;
  background: #d9160e;
  border-radius: 0 0 15px 15px;
  position: absolute;
  top: 60px;
  z-index: 10;
  display: none;
}
header .nav > li .level_nav li {
  margin-bottom: 12px;
}
header .nav > li .level_nav li a {
  display: block;
  font-size: 14px;
  color: #fff;
  font-family: simsun;
  text-align: center;
  line-height: 28px;
  border-radius: 14px;
}
header .nav > li .level_nav li a:hover {
  color: #333;
  background: url(../images/level_on.png) repeat-x;
}
header .sc_div {
  position: absolute;
  top: 10px;
  right: 0;
  font-size: 0;
}
header .sc_div a {
  font-size: 14px;
  font-family: simsun;
  color: #535252;
  font-weight:600;
}
header .sc_div a b{
    color:#ff0000;
    font-size:20px;
}
#swiper1 {
  width: 100%;
  height: 672px;
}
#swiper1 .swiper-slide {
  background: no-repeat center center;
  background-size: cover;
}
.title_box {
  padding-bottom: 5px;
  margin-bottom: 24px;
  border-bottom: 3px solid #d9160e;
}
.title_box .title,
.title_box .egl {
  font-size: 20px;
  color: #d9160e;
  line-height: 24px;
  font-weight: 400;
  float: left;
  font-family: SimHei;
}
.title_box .egl {
  color: #ccc;
  margin-left: 6px;
  border-left: 2px solid #ccc;
  padding-left: 6px;
}
.title_box .more {
  display: block;
  float: right;
  font-size: 14px;
  font-weight: 400;
  color: #d9160e;
  line-height: 24px;
}
.content_box {
  padding: 60px 0 34px;
}
.content_box .l_box {
  width: 364px;
  float: left;
}
.content_box .l_box .one_news {
  margin-bottom: 18px;
  height: 112px;
}
.content_box .l_box .one_news .news_l {
  width: 164px;
  height: 112px;
  float: left;
  border: 1px solid #c7c7c7;
  padding: 4px;
}
.content_box .l_box .one_news .news_l .news_pic {
  width: 100%;
  height: 100%;
  background: no-repeat center center;
  background-size: cover;
}
.content_box .l_box .one_news .news_r {
  width: 190px;
  float: right;
  font-family: simsun;
}
.content_box .l_box .one_news .news_r .news_tit {
  font-size: 14px;
  color: #333;
  font-weight: bold;
  line-height: 16px;
  max-height: 32px;
  overflow: hidden;
  margin-bottom: 15px;
}
.content_box .l_box .one_news .news_r .news_con {
  font-size: 12px;
  color: #333;
  line-height: 16px;
  height: 48px;
  overflow: hidden;
}
#swiper1 .swiper-pagination-bullet-active {
    background: #d9160e;
}
#swiper1 .swiper-pagination-bullet {
      width: 15px;
    height: 15px;
    border-radius: 2%;
  }
.content_box .l_box .news_list {
  border-top: 1px dashed #999;
  margin-top: 20px;
}
.content_box .l_box .news_list li a {
  display: block;
  padding-left: 26px;
  font-size: 12px;
  font-family: simsun;
  color: #333;
  line-height: 28px;
  border-bottom: 1px dashed #999;
  background: url(../images/list_bg.png) no-repeat 8px center;
}
.content_box .c_box {
  width: 364px;
  float: left;
  margin-left: 52px;
}
.content_box .c_box #swiper2 {
  width: 100%;
  height: 247px;
}
.content_box .c_box #swiper2 .swiper-pagination-bullet {
  border-radius: 0;
  transform: rotate(45deg);
  background: #fff;
  border: 1px solid #000;
}
.content_box .c_box #swiper2 .swiper-pagination-bullet-active {
  background: #da251c;
  border-color: #fff;
}
.content_box .c_box #swiper2 .swiper-pagination-bullets {
  bottom: 0;
}
.content_box .c_box .products_list li {
  float: left;
  margin-right: 20px;
}
.content_box .c_box .products_list li:nth-child(2n+2) {
  margin-right: 0;
}
.content_box .c_box .products_list li:nth-child(-n+2) {
  margin-bottom: 14px;
}
.content_box .c_box .products_list li a {
  display: block;
  width: 172px;
  height: 102px;
  border: 1px solid #c7c7c7;
  background: no-repeat center center;
  background-size: contain;
}
.content_box .r_box {
  width: 364px;
  float: right;
}
.content_box .r_box .video_box {
  position: relative;
  height: 0;
  width: 100%;
  padding-bottom: 59%;
}
.content_box .r_box .video_box video {
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
}
.link_box {
  padding-bottom: 20px;
  border-bottom: 1px solid #dbdbdb;
}
.link_list li {
  margin-left: 66px;
  float: left;
}
.link_list li:first-child {
  margin-left: 0;
}
.link_list li a {
  display: block;
  width: 185px;
  height: 70px;
  /*border: 1px solid #ccc;*/
  background: no-repeat center center;
  background-size: inherit;
}
.advertising {
  width: 100%;
  height: 424px;
}
.advertising img {
  width: 100%;
  height: 100%;
}
.content {
  margin-top: 50px;
}
.content .l_con {
  width: 276px;
  float: left;
}
.content .l_con .menu_box .menu_tit {
  font-size: 20px;
  font-weight: 400;
  height: 57px;
  line-height: 20px;
  color: #fff;
  text-indent: 32px;
  padding-top: 22px;
  border-radius: 20px 20px 0 0;
  background: url(../images/menu_bg.png);
}
.content .l_con .menu_box .menu_list {
  border: 1px solid #ccc;
  border-top: none;
  border-radius: 0 0 20px 20px;
  padding: 15px 3px;
}
.content .l_con .menu_box .menu_list li a {
  display: block;
  height: 37px;
  font-size: 14px;
  color: #333;
  font-family: simsun;
  font-weight: 600;
  padding-left: 30px;
  line-height: 34px;
  border-bottom: 3px solid transparent;
  background: url(../images/menu_list.png) no-repeat 15px 12px;
}
.content .l_con .menu_box .menu_list li a.on {
  color: #d9160e;
  border-bottom-color: #d9160e;
  background-image: url(../images/menu_on.png);
}
.content .l_con .l_img {
  width: 100%;
  height: 62px;
  border: 1px solid #ccc;
  border-radius: 20px;
  margin-top: 20px;
}
.content .r_con {
  width: 878px;
  float: right;
}
.content .r_con .tit_box {
  border-bottom: 3px solid #d9160e;
  line-height: 34px;
}
.content .r_con .tit_box .con_tit {
  font-size: 20px;
  color: #d9160e;
  float: left;
}
.content .r_con .tit_box .position_nav {
  font-family: simsun;
  font-size: 12px;
  color: #666;
  float: right;
}
.content .r_con .text_box {
  padding: 24px 0 8px;
  border-bottom: 1px solid #ccc;
}
.content .r_con .text_box .text_tit {
  float: left;
}
.content .r_con .text_box .text_con {
  width: 658px;
  float: right;
  font-size: 14px;
  color: #666;
  height: 40px;
  line-height: 16px;
  padding: 4px 0 4px 10px;
  border-left: 1px solid #ccc;
}
.details_box {
  line-height: 30px;
  padding: 20px 0;
}
.details_box img {
  max-width: 100%;
}
.product_box {
  margin: 40px 0 66px;
}
.product_box #swiper1 {
  height: 258px;
}
.product_box #swiper1 .swiper-slide {
  padding: 0 70px 0 80px;
}
.product_box #swiper1 .swiper-button-next,
.product_box #swiper1 .swiper-button-prev {
  width: 31px;
  height: 31px;
  border-radius: 50%;
  background: #d9160e url(../images/r.png) no-repeat 10px 7px;
  right: 0;
}
.product_box #swiper1 .swiper-button-prev {
  background-image: url(../images/l.png);
  right: 0;
  left: 0;
}
.product_box .cp_box {
  width: 300px;
  height: 258px;
  float: left;
  background: no-repeat center center;
  background-size: cover;
}
.product_box .cp_info_box {
  width: 400px;
  float: right;
}
.product_box .cp_info_box .cp_class {
  font-size: 20px;
  font-weight: 400;
  line-height: 28px;
  color: #333;
  padding-bottom: 10px;
  border-bottom: 1px solid #999;
}
.product_box .cp_info_box .cp_info {
  font-size: 12px;
  line-height: 20px;
  color: #666;
  padding-top: 10px;
  max-height: 219px;
  overflow: hidden;
}
.product_list {
  text-align: center;
  font-size: 0;
  padding-bottom: 140px;
}
.product_list li {
  display: inline-block;
  margin: 0 20px 10px 0;
}
.product_list li a {
  display: block;
  width: 122px;
  height: 98px;
  border: 1px solid #eee;
  background: no-repeat center center;
  background-size: contain;
}
.news_box {
  margin-top: 50px;
}
.news_box .news_list li {
  margin-bottom: 15px;
  border-bottom: 1px dashed #999;
}
.news_box .news_list .news_img {
  width: 230px;
  height: 154px;
  float: left;
  background: #eee no-repeat center center;
  background-size: cover;
  border-radius: 20px;
  margin-right: 74px;
  margin-top: 30px;
}
.news_box .news_list .news_info {
  width: 100%;
  float: left;
}
.news_box .news_list .news_info .news_title {
  font-size: 20px;
  color: #d9160e;
  font-family: cursive;
  line-height: 20px;
  position: relative;
  margin-bottom: 22px;
}
.news_box .news_list .news_info .news_title:after {
  content: "";
  width: 12px;
  height: 12px;
  background: #d9160e;
  border-radius: 50%;
  position: absolute;
  left: -35px;
  top: 50%;
  margin-top: -6px;
}
.news_box .news_list .news_info .news_text {
  font-size: 14px;
  line-height: 26px;
  color: #333;
  height: 80px;
  overflow: hidden;
}
.page_box {
  margin-bottom: 20px;
  text-align: center;
}
.ly_box {
  margin-top: 30px;
}
.ly_box .ly_item {
  margin-bottom: 20px;
  overflow: hidden;
}
.ly_box .ly_item label {
  display: inline-block;
  float: left;
  width: 70px;
  font-size: 14px;
  color: #666;
  line-height: 32px;
}
.ly_box .ly_item label.ly_label {
  line-height: 146px;
}
.ly_box .ly_item input {
  float: left;
  width: 768px;
  height: 32px;
  font-size: 14px;
  color: #666;
  line-height: 30px;
  border: 1px solid #ccc;
  padding-left: 5px;
}
.ly_box .ly_item textarea {
  float: left;
  width: 768px;
  height: 146px;
  resize: none;
  border: 1px solid #ccc;
  padding: 5px;
  font-size: 14px;
  color: #666;
  line-height: 20px;
}
.ly_box .submit {
  width: 140px;
  height: 28px;
  background: url(../images/level_on.png) repeat-x;
  border: none;
  color: #333;
  border-radius: 14px;
  margin: 0 0 140px 70px;
}
footer {
  padding-top: 18px;
  border-top: 1px solid #cccccc;
}
footer .foot_list {
  padding-bottom: 15px;
}
footer .foot_l {
  float: left;
  padding: 18px 0;
}
footer .foot_l li {
  float: left;
  margin-left: 10px;
}
footer .foot_l li:first-child {
  margin-left: 0;
}
footer .foot_l li:first-child a {
  padding-left: 0;
  border-left: none;
}
footer .foot_l li a {
  display: block;
  font-size: 14px;
  font-family: simsun;
  color: #333;
  line-height: 14px;
  padding-left: 10px;
  border-left: 1px solid #333;
}
footer .foot_r {
  float: right;
}
footer .foot_r dl {
  float: left;
  margin-left: 12px;
}
footer .foot_r dl:first-child {
  margin-left: 0;
}
footer .foot_r dl:first-child dt {
  padding-left: 0;
}
footer .foot_r dl:first-child dt:before {
  content: none;
}
footer .foot_r dl dt {
  float: left;
  font-size: 14px;
  color: #333;
  font-family: simsun;
  margin-right: 20px;
  padding-left: 12px;
  line-height: 50px;
  position: relative;
}
footer .foot_r dl dt:before {
  content: "";
  width: 1px;
  height: 14px;
  background: #333;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}
footer .foot_r dl dd {
  float: left;
  width: 50px;
  height: 50px;
  background: no-repeat center center;
}
footer .foot_r a{
    color: #333;
}
.foot_text {
  line-height: 26px;
  text-align: center;
  background: #d9160e;
}
.foot_text span {
  font-size: 14px;
  font-family: simsun;
  color: #fff;
  padding: 0 5px;
}
.ewm:hover .erm_box{
	display: block;
}
.erm_box{
	width: 100px;
	height: 100px;
	border: 1px solid #ccc;
	position: absolute;
	top:-100px;
	left: -25px;
	display: none;
  z-index: 10000;
}
.erm_box img{
	width: 100%;
	height: 100%;
}
.r_con .vide{
  width: 100%;
  margin-top: 40px;
}
.r_con .vide .vide-l{
  background: no-repeat 100%;
  float: left;
}
.r_con .vide .vide-r{
  float: right;
  width: 267px;
}
.r_con .vide .vide-r .vide-r2{
  margin-top: 25px;
}
.r_con .vide .play{
  width: 100%;
  height: 100%;
  background: rgba(0,0,0,0.3) no-repeat center center;
}
#swiper{
  width: 100%;
  margin: 20px 0;
}
#swiper .swiper-slide{
  height: 173px;
}
#swiper .swiper-slide .t{
  height: 143px;
}
#swiper .swiper-slide .t .play{
  background-size: 15%;
}
#swiper .swiper-slide p{
  text-align: center;
  color:#333;
  font-size: 12px;
  line-height: 20px;
  font-weight: bold;
}
.jl {
    float: left;
    font-size: 12px;
    margin-top: 10px;
    margin-left: 70px;
}
td{
    border: 1px solid #cccccc;
}
