@charset "utf-8";
/* CSS Document */
* {
  word-break: break-all;
  font-family: 'Microsoft Yahei', Tahoma, Verdana, Arial;
  -webkit-text-size-adjust: none;
  padding: 0px;
  margin: 0px;
}

img {
  border: 0;
}
.m {
  width: 1280px;
  margin: 0 auto;
}
.m2 {
  width: 1320px;
  margin: 0 auto;
  overflow: hidden;
}
.m3 {
  width: 1360px;
  margin: 0 auto;
  overflow: hidden;
}
.fl {
  float: left;
}
.fr {
  float: right;
}
img {
  border: none;
}
ul li {
  list-style: none;
}
a {
  text-decoration: none;
  color: #555;
}
input:focus {
  outline: none;
}
select:focus {
  outline: none;
}
textarea:focus {
  outline: none;
}
.b10 {
  height: 10px;
  font-size: 1px;
}
.b20 {
  height: 20px;
  font-size: 1px;
}
.b30 {
  height: 30px;
  font-size: 1px;
}
.b50 {
  height: 50px;
  font-size: 1px;
}
.b65 {
  height: 65px;
  font-size: 1px;
}
.b75 {
  height: 75px;
  font-size: 1px;
}
.mt5 {
  margin-top: 5px;
}
.mt50 {
  margin-top: 50px;
}
.mt20 {
  margin-top: 20px;
}
.mt40 {
  margin-top: 40px;
}
.btop {
  height: 80px;
  margin: auto;
  border-bottom: 1px solid #eee;
}
.dsn {
  display: none;
}

.logo {
  width: 100%;
  height: 100px;
  text-align: center;
}
header .newlogo {
  width: 200px;
  height: 80px;
  line-height: 0px;
  float: left;
  margin-right: 90px;
}
header .nav_left {
  float: left;
  width: 750px;
  margin-top: 29px;
}
header .nav_left a {
  font-size: 16px;
}
header .nav_left li {
  float: left;
  text-align: center;
  font-size: 16px;
  height: 22px;
  line-height: 22px;
  overflow: hidden;
  padding-left: 20px;
  padding-right: 20px;
  background: url(../image/navline.gif) right center no-repeat;
}
header .nav_left li:nth-child(1) {
  padding-left: 0px;
}
header .nav_left li:nth-last-child(1) {
  background: none;
}
header .nav_left li span {
  border-right: 1px solid #cacaca;
  float: right;
  height: 12px;
  margin-top: 5px;
}
header .nav_left li a:hover {
  color: #5c1690;
}

header .nav_right {
  float: right;
  width: 240px;
  margin-top: 29px;
  position: relative;
}
header .nav_right li {
  float: right;
  width: 50px;
  text-align: right;
  height: 30px;
}
header .nav_right li:hover .dsn {
  display: inline;
}
header .nav_right li:hover .dsi {
  display: none;
}
.banner {
  width: 100%;
  height: 600px;
  position: relative;
}
.banner .pic {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100% !important;
  min-width: 1200px;
  height: 100%;
  text-align: center;
  background-position: center top;
}
header .nav_right li .ewm {
  position: absolute;
  z-index: 99;
  left: 0px;
  top: 50px;
  display: none;
}
header .nav_right .weixin {
  position: relative;
}
header .nav_right .weixin:hover .ewm {
  display: inline;
}

/*首页轮播样式*/
ul {
  list-style: outside none none;
}
.slider-panel img,
.slider-extra {
  width: 1280px;
  height: 600px;
  overflow: hidden;
}
.slider {
  width: 1280px;
  height: 600px;
  overflow: hidden;
  text-align: center;
  position: relative;
  float: left;
}
.slider-panel {
  position: absolute;
  width: 100%;
  overflow: hidden;
}
.slider-panel img {
  border: none;
}
.slider-extra {
  position: relative;
}
.slider-nav {
  position: absolute;
  left: 47%;
  bottom: 10px;
}
/*轮播图下面的原点*/
.slider-nav .slider-item:nth-of-type(1) {
  margin-right: 10px;
}
.slider-nav .slider-item:nth-of-type(2) {
  margin-right: 10px;
}
.slider-nav li {
  background: gray;
  color: #fff;
  cursor: pointer;
  overflow: hidden;
  text-align: center;
  display: inline-block;
  height: 10px;
  line-height: 10px;
  width: 10px;
  border-radius: 10px;
}
.slider-nav .slider-item-selected {
  background: #5c1690;
}

.menulist {
  position: relative;
  width: 100%;
  float: left;
}
.menu {
  width: 100%;
  height: 84px;
  overflow: hidden;
  background: #fff;
}
.bordert {
  border-top: 1px solid #eee;
}
.menu .menu_left {
  float: left;
  font-size: 16px;
  color: #999;
  line-height: 82px;
}
.menu .menu_left a {
  color: #999;
  font-weight: lighter;
}
.menu .menu_right {
  float: right;
  line-height: 82px;
}
.menu .menu_right li {
  float: left;
  text-align: center;
  font-size: 18px;
  margin-right: 58px;
}
.menu .menu_right li.sel {
  border-bottom: 2px solid #5c1690;
}
.menu .menu_right li.sel a {
  color: #5c1690;
}
.menu .menu_right li:hover {
  border-bottom: 2px solid #5c1690;
}
.menu .menu_right li:hover a {
  color: #5c1690;
}
.menulist.isFixed .menu {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 200;
  background: #fff;
}

footer {
  width: 100%;
  height: auto;
  background: #333;
  padding-bottom: 30px;
  float: left;
}
.footmenu {
  width: 100%;
  padding-bottom: 30px;
  overflow: hidden;
}
.footlist {
  width: 160px;
  height: auto;
  float: left;
}
.footlist div {
  margin-bottom: 20px;
}
.footlist div a {
  font-size: 18px;
  color: #ddd;
}
.footlist p a {
  font-size: 14px;
  color: #aaa;
  line-height: 200%;
  font-weight: lighter;
  transition: all 0.3s ease;
}
.footlist p a:hover {
  color: #5c1690;
}

.footer_inf {
  width: 250px;
  float: right;
}
.footer_inf .footphone {
  font-size: 36px;
  color: #d72952;
}
.footer_inf .foothotline {
  font-size: 24px;
  color: #ddd;
  margin-top: 10px;
}
.ewm {
  width: 116px;
  float: left;
}
.ewm .gzh {
  font-size: 14px;
  line-height: 200%;
  color: #aaa;
}

.friendlink {
  width: 100%;
  height: auto;
  overflow: hidden;
  margin-bottom: 10px;
  color: #999;
}
.friendlink .linktit {
  color: #fff;
  font-size: 18px;
  font-weight: bold;
}
.friendlink ul li {
  padding-right: 10px;
  font-size: 14px;
  height: 28px;
  line-height: 28px;
  color: #999;
  float: left;
}
.friendlink ul li a {
  color: #999;
}
.copyright {
  font-size: 14px;
  overflow: hidden;
  color: #999;
  padding-top: 15px;
  line-height: 22px;
  border-top: 1px solid #555;
}
