/* CDN 服务仅供平台体验和调试使用，平台不承诺服务的稳定性，企业客户需下载字体包自行发布使用并做好备份。 */

@font-face {
  font-family: 'iconfont';
  /* Project id 971715 */
  src: url('//at.alicdn.com/t/c/font_971715_ow05qb045gd.woff2?t=1660696495951') format('woff2'), url('//at.alicdn.com/t/c/font_971715_ow05qb045gd.woff?t=1660696495951') format('woff'), url('//at.alicdn.com/t/c/font_971715_ow05qb045gd.ttf?t=1660696495951') format('truetype');
}

.iconfont {
  font-family: "iconfont" !important;
  font-size: 16px;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -webkit-text-stroke-width: 0.2px;
  -moz-osx-font-smoothing: grayscale;
}

.clearfix:after {
  visibility: hidden;
  display: block;
  height: 0;
  font-size: 0;
  content: "";
  clear: both;
}

.container {
  width: 1200px;
  margin: 0 auto;
}

body,
dd,
div,
dl,
dt,
form,
h1,
h2,
h3,
h4,
h5,
h6,
html,
input,
li,
ol,
p,
select,
td,
textarea,
th,
ul {
  margin: 0;
  padding: 0;
}

* {
  box-sizing: border-box;
}

i {
  font-style: normal;
}

body,
html {
  min-height: 100%;
}

body {
  font-family: "Microsoft YaHei";
  font-size: 14px;
  color: #333;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: normal;
}

ol,
ul {
  list-style: none;
}

img {
  border: none;
  vertical-align: middle;
}

a {
  text-decoration: none;
  color: #232323;
}

a:hover {
  text-decoration: none;
}

table {
  border-collapse: collapse;
  table-layout: fixed;
}

input,
textarea {
  outline: none;
  border: none;
}

textarea {
  resize: none;
  overflow: auto;
}

.clearfix {
  zoom: 1;
}

.clearfix:after {
  content: ".";
  width: 0;
  height: 0;
  visibility: hidden;
  display: block;
  clear: both;
  overflow: hidden;
}

.cont {
  width: 1400px;
  margin: 0 auto;
}

.head {

  position: relative;
}

.head .banner {
  position: relative;
  width:1920px;
  height: 720px;
  overflow: hidden;

  max-width: 100%;
  margin: 0 auto;
 
}

.head .banner .bd {
  width: 100%;
  height: 100%;
}

.head .banner .bd ul li {
  position: relative;
  height: 720px;
}

.head .banner .bd ul li img {
  position: absolute;
  width: 100%;
  height: 100%;
}

.head .banner .hd a {
  position: absolute;
  top: 49%;
  font-size: 45px;
  color: #fff;
  transition: all 0.4s;
}

.head .banner .hd .prev {
  left: -50px;
}

.head .banner:hover .hd .prev {
  left: 50px;
  transition: all 0.4s;
}

.head .banner .hd .next {
  right: -50px;
}

.head .banner:hover .hd .next {
  right: 50px;
  transition: all 0.4s;
}

.head .head-box {
  width: 100%;
  position: relative;

  padding: 0 52px;
  z-index: 1;
  height: 140px;
background: #fff;
left: 50%;
transform: translate(-50%,0);
}

.head .head-box .head-cont {
  max-width: 1400px;
  margin: 0 auto;
  padding-top: 27px;
  width:100%;
}

.head .head-box .logo {
  float: left;
  width: 236px;

}

.head .head-box .logo img {
  width: 100%;
  height: 100%;
}

.head .head-box .nav {
  float: right;
  margin-top: 26px;
  width:850px
}

.head .head-box .nav #nav .nLi {
  display: inline-block;
  vertical-align: top;
  padding: 0 27px;
  position: relative;
  z-index: 99;
}

.head .head-box .nav #nav .nLi:last-child {
  padding-right: 0px;
}

.head .head-box .nav #nav .nLi h3 a {
  color: #333;
  font-size: 18px;

}

.head .head-box .nav #nav .nLi .sub {
  position: absolute;
  display: none;
  width: 150px;
  background: #fff;
  margin-top: 10px;
  left: -38px;
  box-shadow: 0 0 10px rgb(0 138 140 / 30%);
  border-radius: 5px;
}

.head .head-box .nav #nav .nLi .sub1 {
  display: none;
  width: 170px;
  left: -25px;
  position: absolute;
  border-radius: 0px;
  text-align: center;
}

.head .head-box .nav #nav .nLi .sub .nLi_nav {
  color: #fff;
  height: 35px;
  line-height: 35px;
  text-align: center;
}

/* .head .head-box .nav #nav .nLi .sub .nLi_nav a{
  color: #fff;
} */

.head .head-box .nav #nav .nLi .sub .nLi_nav:hover h4 {
  background: #5d1c87;
}

.head .head-box .nav #nav .nLi .sub .nLi_nav:hover a {
  color: #fff;
}

.head .head-box .nav #nav .nLi .sub1 .nLi_nav {
  width: 100%;
  text-align: center;
  border-bottom: 1px solid #f0f0f0;
  position: relative;
}

.head .head-box .nav #nav .nLi .sub1 .nLi_nav .column {
  height: auto;
  overflow: hidden;
}

.head .head-box .nav #nav .nLi .sub1 .nLi_nav .column dd {
  font-weight: 100;
}

.head .head-box .nav #nav .nLi .sub1 .nLi_nav .column dd a {
  color: #333;
}

.head .head-box .nav #nav .nLi .sub1 .nLi_nav .column dd:hover a {
  color: #fff;
}

/* .head .head-box .nav #nav .nLi .sub1 .nLi_nav:nth-child(4n) {
  border: 0px;
} */

.head .head-box .nav #nav .nLi .sub1 .column {
  width: 200px;
  position: absolute;
  left: 170px;
  top: 0px;
  background: rgba(255, 255, 255, 0.9);
  display: none;
}

.head .head-box .nav #nav .nLi .sub1 .column dd {
  height: 35px;
  line-height: 35px;
  border-bottom: 1px solid #f0f0f0;
}

.head .head-box .nav #nav .nLi .sub1 .column dd:last-child {
  border-bottom: 0px;
}

.head .head-box .nav #nav .nLi .sub1 .column dd:hover {
  background: #5d1c87;
}

.head .head-box .nav #nav .nLi .sub1 .column dd:hover a {
  color: #fff;
  font-weight: 100;
}

.head .head-box .nav #nav .nLi:hover {
  font-weight: bold;
}

.head .head-box .nav #nav .on {
  font-weight: bold;
}

.head .ss {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  text-align: center;
}

.head .ss h4 {
  font-size: 26px;
  font-family: "Microsoft YaHei";
  color: #ffffff;
  font-weight: bold;
  width: 100%;
  margin-bottom: 25px;
}

.head .ss .ss-box {
  border-radius: 30px;
  background-color: #ffffff;
  opacity: 0.961;
  width: 700px;
  height: 46px;
  margin: 0 auto;
}

.head .ss .ss-box p {
  font-size: 16px;
  font-family: "Microsoft YaHei";
  color: #222222;
  text-transform: uppercase;
  line-height: 1.5;
  display: inline-block;
  background-color: #e1d9f7;
  width: 150px;
  height: 46px;
  vertical-align: top;
  line-height: 46px;
  border-top-left-radius: 30px;
  border-bottom-left-radius: 30px;
  padding-left: 35px;
  float: left;
  text-align: left;
}

.head .ss .ss-box input {
  display: inline-block;
  padding-left: 35px;
  height: 46px;
  font-size: 14px;
  width: 72%;
}

.head .ss .ss-box button {
  width: 35px;
  height: 35px;
  float: right;
  line-height: 62px;
  margin-right: 7px;
  margin-top: 6px;
  background: transparent;
  border: 0px;
  padding: 0px;
  cursor: pointer;
}

.head .ss .ss-box button img {
  display: inline-block;
  width: 100%;
  height: 100%;
  vertical-align: top;
}
.one{
	max-width:1920px;
	width:100%;
	margin:0 auto;
}

.one .title {
  height: 92px;
  line-height: 92px;
  width: 1400px;
  margin: 0 auto;
}

.one .title h4 {
  display: inline-block;
  margin-right: 12px;
  font-size: 24px;
  font-family: "Microsoft YaHei";
  color: #333333;
  font-weight: bold;
  text-transform: uppercase;
  line-height: 1.071;
}

.one .title span {
  text-transform: uppercase;
  font-size: 16px;
  font-family: "Microsoft YaHei";
  color: rgba(51, 51, 51, 0.502);
}

.one .u-bd {
  background: url(../img/1_03.jpg) no-repeat center;
  height: 450px;
}

.one .u-bd .cont {
  height: 100%;
  font-size: 0;
}

.one .u-bd .cont .item {
  width: 150px;
  overflow: hidden;
  display: inline-block;
  vertical-align: top;
  text-align: center;
  border-left: 1px solid #fff;
  height: 100%;
  transition: all 0.4s;
  position: relative;

}

.one .u-bd .cont .item .top {
  margin: 0 auto;
  margin-top: 165px;
  width: 106px;
  transition: all 0.4s;
}

.one .u-bd .cont .item .top img {
  height: 51px;
  width: 51px;
  transition: all 0.4s;
  object-fit: contain;
}

.one .u-bd .cont .item .top h4 {
  margin-top: 54px;
  font-size: 16px;
  font-family: "Microsoft YaHei";
  color: #ffffff;
  transition: all 0.4s;
}

.one .u-bd .cont .item .bottom {
  position: absolute;
  top: 600px;
  font-size: 18px;
  text-align: left;
  height: 71%;
}

.one .u-bd .cont .item .bottom ul {
  height: 276px;
  overflow: hidden;
}

.one .u-bd .cont .item .bottom ul li {
  margin-bottom: 26px;
  display: inline-block;
  vertical-align: top;
  width: 164px;
  margin-right: 40px;
  font-size: 14px;
}

.one .u-bd .cont .item .bottom ul li a {
  color: #ffffff;
}

.one .u-bd .cont .item .bottom ul li a span {
  background-color: #bfbfbf;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  display: inline-block;
  margin-right: 8px;
}

.one .u-bd .cont .item .bottom .more {
  border-width: 1px;
  border-color: #ffffff;
  border-style: solid;
  opacity: 0.702;
  width: 200px;
  height: 39px;
  border-radius: 50px;
  line-height: 37px;
  text-align: center;
  position: absolute;
  bottom: 82px;
}

.one .u-bd .cont .item .bottom .more a {
  color: #fff;
  font-size: 14px;
}

.one .u-bd .cont .item .bottom .more a i {
  margin-left: 10px;
  font-size: 16px;
}

.one .u-bd .cont .on {
  width: 900px;
  transition: all 0.4s;
  background: rgba(0, 0, 0, 0.14);
  padding-left: 45px;
}

.one .u-bd .cont .on .top {
  margin-top: 56px;
  text-align: left;
  width: 100%;
  transition: all 0.4s;
}

.one .u-bd .cont .on .top img {
  display: inline-block;
  transition: all 0.4s;
}

.one .u-bd .cont .on .top h4 {
  display: inline-block;
  vertical-align: bottom;
  margin: 0px;
  margin-left: 10px;
  transition: all 0.4s;
  font-size: 20px;
}

.one .u-bd .cont .on .bottom {
  top: 0px;
  margin-top: 170px;
  transition: all 1s;
}

.one .u-bd .cont .item:nth-child(2) .top img {
  width: 50px;
  height: 59px;
}

.one .u-bd .cont .item:nth-child(3) {
  border-right: 1px solid #FFFFFF;
}

.one .u-bd .cont .item:nth-child(3) .top img {
  width: 61px;
  height: 52px;
}

.two {
  margin-top: 54px;
  height: 800px;
}

.two .tab-box .sl-hd {
  margin-bottom: 32px;
}

.two .tab-box .sl-hd ul li {
  background-color: #f0f0f0;
  width: 440px;
  height: 62px;
  line-height: 62px;
  text-align: center;
  display: inline-block;
  color: #222222;
  font-size: 18px;
  margin-right: 35px;
  cursor: pointer;
  position: relative;
}

.two .tab-box .sl-hd ul li img {
  margin-right: 28px;
}

.two .tab-box .sl-hd ul li:last-child {
  margin-right: 0px;
}

.two .tab-box .sl-hd ul li::after {
  display: none;
  content: ' ';
  width: 0px;
  height: 0px;
  border-top: 15px solid #fec30f;
  border-left: 15px solid transparent;
  border-right: 15px solid transparent;
  position: absolute;
  bottom: -15px;
  left: 48%;
}

.two .tab-box .sl-hd ul .on {
  background: #fec30f;
}

.two .tab-box .sl-hd ul .on::after {
  display: block;
}

.two .tab-box .sl-bd {
  padding: 20px 0 !important;
}

.two .tab-box .sl-bd ul {
  text-align: center;
  font-size: 0;
}

.two .tab-box .sl-bd ul li {
  width: 442px;
  float:left;
  margin: 0 24px 36px 0;
  border: 1px solid #e5e5e5;
  vertical-align: middle;
  transition: all 0.4s;
  
}

.two .tab-box .sl-bd ul li .img-box {
  width: 100%;
  height: 272px;
  transition: all 0.4s;
}

.two .tab-box .sl-bd ul li .img-box img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.two .tab-box .sl-bd ul li .text {
  font-size: 18px;
  background: #eaecee;
  padding: 0 10px;
  padding-top: 10px;
  height: 40px;
  transition: all 0.4s;
  text-align: left;
}

.two .tab-box .sl-bd ul li .text h4 {
  font-size: 14px;
  font-family: "Microsoft YaHei";
  color: #222222;
  text-transform: uppercase;
  line-height: 1.5;
}

.two .tab-box .sl-bd ul li .text p {
  font-size: 16px;
  font-family: "Microsoft YaHei";
  color: #666666;
  text-transform: uppercase;
  line-height: 1.5;
}

.two .tab-box .sl-bd ul li:hover {
  transform: scale(1.05);
}

.two .tab-box .sl-bd ul li:hover .text {
  transition: all 0.4s;
  background: #5d1c87;
}

.two .tab-box .sl-bd ul li:hover .text h4 {
  color: #ffffff;
}

.two .tab-box .sl-bd ul li:hover .text p {
  color: #d7dfe6;
}

.two .tab-box .sl-bd ul li:last-child {
  margin-right: 0px;
}

.two .tab-box .sl-bd ul li:first-child {
  margin-left: 0px;
}

.three {
  background: url(../img/1_09.jpg) no-repeat center;
  height: 100px;
  margin-top: 40px;
}

.three ul li {
  margin-top: 16px;
  width: 33%;
  text-align: left;
  display: inline-block;
}

.three ul li .img {
  display: inline-block;
  vertical-align: middle;
  margin-right: 25px;
  width: 60px;
  height: 60px;
}

.three ul li .qq {
  display: inline-block;
  margin-right: 20px;
}

.three ul li .qq img {
  display: inline-block;
  margin-right: 10px;
}

.three ul li .qq p {
  display: inline-block;
}

.three ul li .wx {
  display: inline-block;
}

.three ul li .wx img {
  display: inline-block;
  margin-right: 10px;
}

.three ul li .wx p {
  display: inline-block;
}

.three ul li .text {
  display: inline-block;
  vertical-align: middle;
}

.three ul li .text h4 {
  color: #333333;
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 10px;
}

.three ul li .text p {
  font-size: 16px;
  color: #333333;
}

.three ul li:nth-child(2) {
  text-align: center;
}

.three ul li:nth-child(2) h4 {
  text-align: left;
}

.three ul li:nth-child(3) {
  text-align: right;
}

.three ul li:nth-child(3) h4 {
  text-align: left;
}

.four {
  margin-top: 44px;
  margin-bottom: 45px;
}

.four .title img {
  display: inline-block;
  vertical-align: middle;
}

.four .title h4 {
  display: inline-block;
  font-size: 24px;
  font-family: "Microsoft YaHei";
  color: #333333;
  font-weight: bold;
  text-transform: uppercase;
  vertical-align: middle;
  margin-left: 19px;
  margin-right: 10px;
}

.four .title span {
  display: inline-block;
  font-size: 16px;
  font-family: "Microsoft YaHei";
  color: rgba(51, 51, 51, 0.502);
  vertical-align: middle;
}

.four .u-bd {
  margin-top: 45px;
}

.four .u-bd ul li {
  width: 449px;
  height: 262px;
  background: #f7f7f7;
  float: left;
  margin-right: 26px;
}

.four .u-bd ul li .time {
  background-color: #cbc8d4;
  width: 130px;
  height: 102px;
  padding-top: 16px;
  padding-right: 14px;
  text-align: right;
  margin-left: 30px;
  margin-top: -15px;
}

.four .u-bd ul li .time h4 {
  font-size: 36px;
  font-family: "MicrosoftYaHeiLight";
  color: #ffffff;
}

.four .u-bd ul li .time p {
  font-size: 20px;
  font-family: "Arial";
  color: #ffffff;
}

.four .u-bd ul li .text {
  margin-top: 35px;
  padding: 0 29px;
}

.four .u-bd ul li .text h4 {
  font-size: 16px;
  font-family: "MicrosoftYaHeiSemibold";
  color: #333333;
  text-transform: uppercase;
  line-height: 1;
}

.four .u-bd ul li .text p {
  font-size: 14px;
  font-family: "Microsoft YaHei";
  color: #666666;
  text-transform: uppercase;
  line-height: 1.875;
  margin-top: 20px;
}

.four .u-bd ul li:hover {
  background: #5d1c87;
}

.four .u-bd ul li:hover .time {
  background: #fec30f;
}

.four .u-bd ul li:hover .time h4 {
  color: #000022;
}

.four .u-bd ul li:hover .time p {
  color: #000022;
}

.four .u-bd ul li:hover .text h4 {
  color: #FFFFFF;
}

.four .u-bd ul li:hover .text p {
  color: #FFFFFF;
}

.four .u-bd ul li:last-child {
  margin-right: 0px;
}

.five .title img {
  display: inline-block;
  vertical-align: middle;
}

.five .title h4 {
  display: inline-block;
  font-size: 24px;
  font-family: "Microsoft YaHei";
  color: #333333;
  font-weight: bold;
  text-transform: uppercase;
  vertical-align: middle;
  margin-left: 19px;
  margin-right: 10px;
}

.five .title {
  margin: 40px 0;
}

.five .title span {
  display: inline-block;
  font-size: 16px;
  font-family: "Microsoft YaHei";
  color: rgba(51, 51, 51, 0.502);
  vertical-align: middle;
}

.five .cont .picMarquee-left .bd ul li {
  width: 215px;
  margin: 0 9px;
}

.five .cont .picMarquee-left .bd ul li .pic {
  display: block;
  width: 215px;
  height: 150px;
}

.five .cont .picMarquee-left .bd ul li .pic img {
  width: 100%;
  height: 100%;
}

.five .cont .picMarquee-left .bd ul li .pic img {
  width: 100%;
  height: 100%;
}

.five .cont .picMarquee-left .bd ul li .tit {
  font-size: 14px;
  display: block;
  text-align: center;
  line-height: 3;
}

.foot {
  padding-bottom: 35px;
  background: #eeeeee;
  padding-top: 60px;
}

.foot .nav {
  width: 100%;
}

.foot .nav .nav-box {
  display: inline-block;
  vertical-align: top;
  margin-right: 50px;
}

.foot .nav .nav-box h4 {
  font-size: 16px;
  font-family: "Microsoft YaHei";
  color: #333333;
  font-weight: bold;
  text-transform: uppercase;
  line-height: 1.5;
}

.foot .nav .nav-box .link {
  background-color: #8e7cb0;
  opacity: 0.2;
  width: 70px;
  height: 2px;
  margin: 15px 0;
}

.foot .nav .nav-box:nth-child(3) {
  width: 280px;
}

.foot .nav .nav-box:nth-child(3) ul li {
  float: left;
}

.foot .nav .nav-box:nth-child(3) ul li {
  margin-right: 20px;
  width: 120px;
}

.foot .nav .nav-box ul li {
  font-size: 12px;
  font-family: "Microsoft YaHei";
  color: #555555;
  text-transform: uppercase;
  line-height: 1;
  margin-bottom: 13px;
}

.foot .nav .nav-box ul li a {
  color: #555555;
}

.foot .nav .nav-box p {
  font-size: 12px;
  font-family: "Microsoft YaHei";
  color: #555555;
  line-height: 2;
}

.foot .nav .nav-box p i {
  margin-right: 10px;
  color: #bba5ca;
}

.foot .nav .nav-box .er {
  text-align: center;
}

.foot .nav .nav-box .er img {
  width: 129px;
  height: 129px;
}

.foot .nav .nav-box .er h6 {
  font-size: 14px;
  font-family: "Microsoft YaHei";
  color: #888888;
  text-transform: uppercase;
  margin-top: 15px;
}

.foot .nav .nav-box:nth-child(5) {
  width: 313px;
  margin-left: 50px;
}

.foot .nav .nav-box:last-child {
  margin-right: 0px;
  float: right;
}

.foot-1 {
  border-top: 6px solid #5d1c87;
  background: #eeeeee;
  height: 75px;
  line-height: 75px;
  font-size: 12px;
  font-family: "Microsoft YaHei";
  color: #666666;
  overflow: hidden;
}

.foot-1 p {
  margin-right: 23px;
  display: inline-block;
}

.foot-1 a {
  color: #666666;
}

.qq {
  position: relative;
  cursor: pointer;
}

.wx {
  position: relative;
  cursor: pointer;
}

.three .cont ul li .qq-box {
  border-width: 1px;
  border-color: rgb(238, 238, 238);
  border-style: solid;
  background-color: rgb(255, 255, 255);
  width: 175px;
  height: 122px;
  text-align: center;
  padding-top: 15px;
  display: none;
  position: absolute;
  left: -38px;
  top: 49px;
  border-radius: 10px;
}

.wx-box {
  border-width: 1px;
  border-color: rgb(238, 238, 238);
  border-style: solid;
  background-color: rgb(255, 255, 255);
  width: 127px;
  height: 145px;
  display: none;
  position: absolute;
  left: -10px;
  top: 47px;
  text-align: center;
  border-radius: 10px;
  padding-top: 12px;
}

.wx-box img {
  width: 100px;
  height: 100px;
  margin: 0 auto !important;

}

.wx-box p {
  margin-top: 10px;
  font-size: 12px;
  font-family: "Microsoft YaHei";
  color: rgb(85, 85, 85);
  text-transform: uppercase;
}

.qq-box h4 {
  font-size: 14px;
  font-family: "Microsoft YaHei";
  color: rgb(85, 85, 85);
}

.three .cont ul li .qq-box p {
  color: #333333;
  font-size: 16px;
  font-weight: bold;
  margin-top: 8px;
  margin-bottom: 10px;
}

.three .cont ul li .qq-box a {
  background-color: rgb(98, 134, 161);
  border-radius: 20px;
  width: 122px;
  height: 26px;
  line-height: 26px;
  margin: 0 auto;
  display: inline-block;
  font-size: 14px;
  font-family: "Microsoft YaHei";
  color: rgb(255, 255, 255);
}

.right-fixed-box {
  position: fixed;
  width: auto;
  height: auto;
top: 40%;
  right: 0px;
  z-index: 999999;
  border-radius: 5px;
}

.right-fixed-box .qq-box {
  position: absolute;
  padding: 5px;
  border: 1px solid #dcd5cb;
  top: -40px;
  right: -30px;
  background: #fff;
  transform: scale(0.3);
  transition: all .3s;
  opacity: 0;
}

.right-fixed-box ul {
  border-radius: 5px;
  overflow: visible;
}

.right-fixed-box li {
  position: relative;
  width: 64px;
  height: 64px;
  margin-bottom: 10px;
  box-shadow: 0 0 8px #ccc;
  background: #fff;
}

.right-fixed-box li:nth-of-type(1) {
  border-radius: 5px 5px 0 0;
}

.right-fixed-box li .right-fixed-ico {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  display: block;
  width: 64px;
  height: 64px;
  padding-top: 40px;
  color: #000;
  font-size: 12px;
  background-color: #fff;
  box-sizing: border-box;
  text-align: center;
  text-decoration: none;
  transition: all .3s;
}

.right-fixed-box li:nth-child(1) .right-fixed-ico {
  background: url(../img/T-qq.png) no-repeat;
  background-position: center 15px;
}

.right-fixed-box li:nth-child(2) .right-fixed-ico {
  background: url(../img/right_pic2.png) no-repeat;
  background-position: center 15px;
}

.right-fixed-box .tel-consult {
  width: 210px;
  height: 64px;
  top: 0;
  position: absolute;
  right: -100px;
  color: #fff;
  border-radius: 3px;
  opacity: 0;
  background: #ffa200;
  padding-left: 19px;
  box-sizing: border-box;
  transition: all .3s;
}

.right-fixed-box .tel-consult {
  font-size: 18px;
}

.right-fixed-box .qq-consult h1 {
  display: block;
  height: 68px;
  overflow: hidden;
  line-height: 68px;
  font-size: 16px;
  padding-left: 20px;
}


.right-fixed-box .qq-consult h1 span {
  line-height: 24px;
  overflow: hidden;
  margin-top: 32px;
  font-size: 16px;
  padding-left: 10px;
}

.right-fixed-box li:nth-child(3) .right-fixed-ico {
  background: url(../img/T-tel.png) no-repeat;
  background-position: center 15px;
}

.right-fixed-box li:nth-child(1):hover .qq-consult {
  transform: translateX(-174px);
  opacity: 1;
}

.right-fixed-box li:nth-child(2):hover .qq-box {
  transform: scale(1) translateX(-104px);
  opacity: 1;
}

.right-fixed-box .qq-box img {
  width: 130px;
  height: 130px;
}

.right-fixed-box li:nth-of-type(3):hover .right-fixed-ico {
  background: url(../img/T-tel1.png) no-repeat;
  background-position: center 15px;
  background-color: #ffa200;
}

.right-fixed-box li:nth-child(3):hover .tel-consult {
  transform: translateX(-174px);
  opacity: 1;
}

.right-fixed-box .tel-consult h1 {
  display: block;
  height: 68px;
  overflow: hidden;
  line-height: 68px;
  font-size: 16px;
  padding-left: 20px;
}

.right-fixed-box .tel-consult h1.bgs1 {
  background: url(../img/right_pic8.png) 0px 23px no-repeat;
}

.right-fixed-box .qq-consult h1.bgs1 {
  background: url(../img/T-qq1.png) 0px 23px no-repeat;
}

.right-fixed-box li:nth-of-type(2):hover .right-fixed-ico {
  background: url(images/right_pic2_on.png) no-repeat;
  background-position: center 15px;
  background-color: #ffa200;
}

.right-fixed-box .qq-box img {
  width: 130px;
  height: 130px;
}

.right-fixed-box li:hover {
  box-shadow: none;
}