﻿*,
:after,
:before {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
body,
html {
  min-height: 100%;
}
html {
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}
body,
div,
p,
ul,
li,
h1,
h2,
h3,
h4,
h5,
h6,
img {
  border: none;
  margin: 0;
  padding: 0;
}
img {
  max-width: 100%;
  max-height: 100%;
}
input,
textarea {
  padding: 0;
  margin: 0;
  font-family: "Microsoft YaHei", "\5FAE\8F6F\96C5\9ED1";
  vertical-align: middle;
  font-size: 14px;
  outline-style: none;
  background: none;
}
textarea {
  resize: none;
}
ul,
li {
  list-style: none;
  list-style-type: none;
}
body {
  width: 100%;
  min-width: 1000px;
  *cursor: default;
  overflow: hidden;
  font: 16px/1 "Microsoft YaHei", Helvetica, STHeiti STXihei, Microsoft JhengHei, Arial;
}
a {
  text-decoration: none;
}
.fr {
  float: right;
}
.fl {
  float: left;
}
.sl-container {
  width: 1000px;
  margin: 0 auto;
}
#pageContainer {
  overflow: hidden;
  width: 100%;
  height: 100%;
}
.page {
  display: none;
  width: 100%;
  min-width: 1008px;
  height: 100%;
  padding-top: 60px;
  overflow: hidden;
  position: absolute;
  top: 0;
  left: 0;
}
.page .title {
  width: 440px;
  margin: 0 auto;
}
.current {
  display: block;
  z-index: 1;
}
.slide {
  display: block;
  z-index: 2;
}
.container {
  position: relative;
  width: 100%;
  height: 100%;
  background: url(../images/page2-bg.jpg) no-repeat center / cover;
}
.page2 .sl-container,
.page3 .sl-container,
.page4 .sl-container,
.page5 .sl-container,
.page6 .sl-container {
  position: absolute;
  left: 50%;
  top: 50%;
  margin-top: -320px;
  margin-left: -500px;
}
.page1 {
  position: relative;
}
.page1 .hua {
  position: absolute;
  z-index: 2;
}
.page1 .hua1 {
  top: 0;
  left: 0;
  -webkit-animation: slideInLeft 1s both ease 0s;
  -o-animation: slideInLeft 1s both ease 0s;
  animation: slideInLeft 1s both ease 0s;
}
.page1 .hua2 {
  top: 0;
  right: 0;
  -webkit-animation: slideInRight 1s both ease 0s;
  -o-animation: slideInRight 1s both ease 0s;
  animation: slideInRight 1s both ease 0s;
}
.page1 .hua3 {
  bottom: 0;
  left: 0;
}
.page1 .hua4 {
  bottom: 0;
  right: 0;
}
.page1 .container {
  background-image: url(../images/page1-bg.jpg);
  padding-top: 6%;
}
.page1 .container .title1 {
  width: 1000px;
  -webkit-animation: bounceInDown 1s both ease .5s;
  -o-animation: bounceInDown 1s both ease .5s;
  animation: bounceInDown 1s both ease .5s;
}
.page1 .container .title2 {
  width: 645px;
  margin: 15px auto 45px;
  -webkit-animation: bounceInUp 1s both ease .5s;
  -o-animation: bounceInUp 1s both ease .5s;
  animation: bounceInUp 1s both ease .5s;
}
.page1 .container .txt {
  width: 845px;
  height: 50px;
  margin: 0 auto;
}
.page1 .container .txt img {
  border-right: 3px solid #5c554c;
}
.page1 .container .txt .p {
  width: 505px;
  padding-left: 10px;
  color: #000;
  line-height: 30px;
  margin-top: -7px;
  background: url(../images/page1-p2.png) no-repeat right bottom;
}
.page1 .container .txt .p em {
  font-size: 26px;
  font-weight: 700;
  color: #b31f23;
  margin-left: 15px;
}
.page2 .txt {
  width: 1000px;
  height: 102px;
  margin-top: 10px;
  padding: 20px 60px 0;
  font-size: 14px;
  color: #f7ca7a;
  line-height: 30px;
  background: url(../images/page2-txt.jpg) no-repeat center;
}
.page2 .brandTab {
  position: relative;
  width: 1008px;
  height: 416px;
  margin-top: 25px;
  padding: 41px 122px;
  background: url(../images/page2-bg2.png) no-repeat center;
}
.page2 .brandTab .hd {
  width: 280px;
  height: 324px;
  overflow: hidden;
  float: left;
}
.page2 .brandTab .hd ul li {
  height: 44px;
  margin-bottom: 12px;
  text-align: center;
  line-height: 44px;
  color: #f7ca7a;
  background: url(../images/page2-hd1.jpg) no-repeat;
  cursor: pointer;
}
.page2 .brandTab .hd ul li.on {
  background-image: url(../images/page2-hd2.jpg);
}
.page2 .brandTab .bd {
  width: 452px;
  height: 324px;
  overflow: hidden;
  float: right;
}
.page2 .brandTab .bd ul {
  width: 600%;
}
.page2 .brandTab .bd ul li {
  width: 452px;
  float: left;
}
.page2 .brandTab .bd ul li img {
  display: block;
}
.page2 .brandTab .bd ul li p {
  height: 50px;
  padding: 5px 20px 0;
  font-size: 12px;
  line-height: 18px;
  color: #f7ca7a;
  background-color: #cb1c2b;
}
.page2 .brandTab .more {
  position: absolute;
  right: 57px;
  bottom: 23px;
}
.page2 .brandTab .deng {
  position: absolute;
  top: -25px;
}
.page2 .brandTab .deng1 {
  left: 0;
}
.page2 .brandTab .deng2 {
  right: 10px;
}
.page3 .txt {
  width: 1000px;
  height: 150px;
  padding: 30px 40px 0;
  margin: 20px 0 30px;
  font-size: 14px;
  color: #f7ca7a;
  line-height: 30px;
  background: url(../images/page3-txt.jpg) no-repeat center;
}
.page3 .zhanguoTab {
  position: relative;
  width: 1008px;
  height: 355px;
  padding: 43px 35px 0 27px;
  background: url(../images/page3-bg.png) no-repeat center;
}
.page3 .zhanguoTab .hd {
  width: 100%;
  position: relative;
}
.page3 .zhanguoTab .hd ul li {
  position: absolute;
  width: 195px;
  height: 60px;
  padding: 5px 2px 5px 7px;
  line-height: 25px;
  color: #fff;
  font-size: 14px;
  background-color: #e72b37;
  cursor: pointer;
}
.page3 .zhanguoTab .hd ul li i {
  display: none;
  position: absolute;
  top: 50%;
  margin-top: -6px;
  width: 0;
  height: 0;
  border-width: 8px 6px;
  border-style: solid;
  border-color: transparent transparent transparent #a71816;
}
.page3 .zhanguoTab .hd ul li.l-li {
  left: 0;
}
.page3 .zhanguoTab .hd ul li.l-li i {
  right: -12px;
}
.page3 .zhanguoTab .hd ul li.r-li {
  right: 0;
}
.page3 .zhanguoTab .hd ul li.r-li i {
  border-color: transparent #a71816 transparent transparent;
  left: -12px;
}
.page3 .zhanguoTab .hd ul li.dan {
  line-height: 50px;
}
.page3 .zhanguoTab .hd ul li.on {
  background: #a71816;
}
.page3 .zhanguoTab .hd ul li.on i {
  display: block;
}
.page3 .zhanguoTab .hd ul .li2,
.page3 .zhanguoTab .hd ul .li6 {
  top: 66px;
}
.page3 .zhanguoTab .hd ul .li3,
.page3 .zhanguoTab .hd ul .li7 {
  top: 133px;
}
.page3 .zhanguoTab .hd ul .li4,
.page3 .zhanguoTab .hd ul .li8 {
  top: 199px;
}
.page3 .zhanguoTab .bd {
  padding-left: 209px;
  height: 260px;
  overflow: hidden;
}
.page3 .zhanguoTab .bd ul li img {
  float: left;
}
.page3 .zhanguoTab .bd ul li p {
  float: left;
  width: 142px;
  height: 260px;
  padding: 16px 8px;
  font-size: 14px;
  line-height: 26px;
  background: #dcdcdc;
}
.page3 .zhanguoTab .bd ul .li3 p {
  line-height: 23px;
}
.page3 .zhanguoTab .bd ul .li4 p {
  padding-top: 10px;
  line-height: 24px;
}
.page4 .proTab {
  width: 1008px;
  height: 530px;
  padding: 48px 42px 0 50px;
  margin-top: 25px;
  background: url(../images/page4-bg.png) no-repeat center;
}
.page4 .proTab .hd {
  margin-bottom: 20px;
}
.page4 .proTab .hd ul {
  height: 34px;
  width: 930px;
}
.page4 .proTab .hd ul li {
  float: left;
  width: 174px;
  height: 34px;
  margin-right: 11.5px;
  text-align: center;
  line-height: 34px;
  color: #fff2bd;
  background: url(../images/page4-hd1.png) no-repeat;
  cursor: pointer;
}
.page4 .proTab .hd ul li.on {
  background-image: url(../images/page4-hd2.png);
}
.page4 .proTab .bd {
  width: 916px;
  height: 380px;
  padding: 36px 35px 0 30px;
  color: #fff;
  background: #cb1c2b;
}
.page4 .proTab .bd ul {
  height: 310px;
  overflow: hidden;
}
.page4 .proTab .bd ul li {
  height: 310px;
}
.page4 .proTab .bd ul li img {
  float: left;
}
.page4 .proTab .bd ul li .intro {
  position: relative;
  width: 340px;
  height: 310px;
  float: right;
  font-size: 14px;
  margin-left: 20px;
}
.page4 .proTab .bd ul li .intro h2 {
  font-weight: 400;
  font-size: 30px;
  margin-bottom: 20px;
}
.page4 .proTab .bd ul li .intro .des {
  line-height: 26px;
}
.page4 .proTab .bd ul li .intro .adv {
  line-height: 26px;
  text-indent: 2em;
}
.page4 .proTab .bd ul li .intro .btns {
  position: absolute;
  bottom: 0;
  left: 0;
  height: 34px;
}
.page4 .proTab .bd ul li .intro .btns a {
  display: block;
  float: left;
  width: 140px;
  height: 34px;
  margin-right: 20px;
  text-align: center;
  line-height: 34px;
  font-size: 18px;
  font-weight: 700;
  color: #ca0d0b;
  background: #f7cab0;
}
.page5 .title2 {
  position: relative;
  padding-bottom: 22px;
  margin-top: 35px;
  font-size: 30px;
  color: #fccf52;
  text-align: center;
}
.page5 .title2 i {
  position: absolute;
  bottom: 0;
  left: 50%;
  margin-left: -30px;
  width: 60px;
  height: 3px;
  background-color: rgba(255, 255, 255, 0.5);
}
.page5 .chengnuo {
  width: 1000px;
  height: 382px;
  margin-top: 38px;
  background: url(../images/page5-bg.png) no-repeat center;
}
.page5 .chengnuo ul {
  width: 1040px;
}
.page5 .chengnuo ul li {
  float: left;
  width: 490px;
  height: 181px;
  padding: 45px 30px 0 27px;
  margin-right: 20px;
  margin-bottom: 20px;
  font-size: 18px;
  color: #cb1c2b;
  line-height: 34px;
  letter-spacing: 3px;
}
.page5 .chengnuo ul .li3 {
  padding-top: 25px;
}
.page6 .sl-container {
  margin-top: -300px;
}
.page6 .jiyu {
  position: relative;
  width: 940px;
  height: 536px;
  margin: 45px auto 0;
  background: url(../images/page6-bg.png) no-repeat;
}
.page6 .jiyu a.btn {
  position: absolute;
  bottom: 234px;
  width: 136px;
  height: 39px;
  text-align: center;
  line-height: 39px;
  color: #f8f8c8;
  font-size: 18px;
  background: url(../images/page6-btn.png) no-repeat;
  -webkit-animation: bounceIn 1.2s both ease .5s;
  -o-animation: bounceIn 1.2s both ease .5s;
  animation: bounceIn 1.2s both ease .5s;
}
.page6 .jiyu .btn1 {
  left: 83px;
}
.page6 .jiyu .btn2 {
  left: 246px;
}
.page6 .jiyu form {
  width: 260px;
  height: 151px;
  position: absolute;
  bottom: 220px;
  right: 170px;
}
.page6 .jiyu form .form-group {
  position: relative;
  height: 28px;
  border-bottom: 1px solid #787878;
}
.page6 .jiyu form .form-group input {
  border: 0;
  height: 28px;
  width: 180px;
  background: transparent;
}
.page6 .jiyu form label {
  font-size: 14px;
  color: #cb011e;
}
.page6 .jiyu form .text {
  position: relative;
  height: 58px;
  border-bottom: 1px solid #787878;
  line-height: 28px;
}
.page6 .jiyu form .text .line {
  position: absolute;
  top: 28px;
  left: 0;
  width: 260px;
  height: 0;
  border-bottom: 1px solid #787878;
}
.page6 .jiyu form .text label {
  height: 28px;
}
.page6 .jiyu form .text textarea {
  position: absolute;
  left: 0;
  width: 260px;
  height: 58px;
  border: 0;
  line-height: 28px;
  background: transparent;
  text-indent: 5em;
}
.page6 .jiyu form div.btn input {
  width: 56px;
  height: 20px;
  background: #cb011e;
  color: #fff;
  border: 0;
  font-size: 12px;
  border-radius: 3px;
  float: right;
  margin-top: 15px;
}
/*导航条*/
.navContainer {
  z-index: 3;
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  overflow: hidden;
  background-color: #d0222c;
}
.navContainer .logo {
  display: block;
  margin-top: 10px;
}
.navContainer #navBar {
  height: 60px;
  color: #f8f8c8;
}
.navContainer #navBar .active {
  color: #fccf52;
}
.navContainer #navBar .home {
  width: 74px;
}
.navContainer #navBar li {
  padding-bottom: 3px;
  margin-top: 20px;
  width: 107px;
  cursor: pointer;
  text-align: center;
  float: left;
  border-right: 1px solid #f8f8c8;
}
.navContainer #navBar li a {
  color: #f8f8c8;
}


/* query-tag 
.query-tag { position: fixed; right: 1px; bottom: 1px; z-index: 9999;}*/
.query-tag { position: fixed; right: 0px; bottom: 1px; z-index: 9999; margin-bottom:170px; }
.query-tag a { display: block; width: 80px; height: 80px; text-align: center; font-size: 12px; color: #c40000; line-height:126px; border:1px solid #b7b7b7; border-bottom:0; background: url(/skin/ccjxzz/images/query-tag.png) no-repeat 0 0 #fff;}
.query-tag a:hover{background-color:#dcdcdc;}

.query-tag a.tel { }
.query-tag a.net { background-position: 0 -82px; }
.query-tag a.net2 { background-position: 0 -164px; }
.query-tag a.wx{ border-bottom: 1px solid #b7b7b7; background-position: 0 -246px;}
.query-wx{position: fixed; right:85px; bottom:150px; display: none;z-index:999;}


.query-cover { position: fixed; left: 0; top: 0; z-index: 10000; width: 100%; height: 100%; background: #000; opacity: 0.7; filter: alpha(opacity=70); display: none; }
.query-pop { position: fixed; left: 50%; top: 50%; z-index: 20000; width: 400px; height: 230px; padding-top: 15px; margin-left: -200px; margin-top: -120px; background: #fff; display: none; }
.query-pop .tel { overflow: hidden; }
.query-pop .tel .input-wrap,
.query-pop .tel .btn-wrap { float: left; }
.query-pop .tel .input-wrap { width: 188px; height: 39px; border-bottom: 1px solid #333;  margin-right: 10px; }
.query-pop .tel .btn-wrap { width: 120px; }
.query-pop .tel .input-wrap input { border: 0; height: 39px; line-height: 39px; padding: 0; font-size: 20px; }
.query-pop .tel,
.query-pop .net { padding: 0 40px; margin: 30px 0; }
.query-pop .btn-wrap a { background: #e60012; border: none; color: #fff; cursor: pointer; display: block; width: 100%; font-size: 18px; height: 40px; line-height: 38px; text-align: center; }
.query-pop .tip { padding-bottom: 5px; }
.query-pop .close-btn { position: absolute; top: 10px; right: 10px; text-decoration: underline; color: #999; font-size: 12px; width: 25px; height: 25px; text-indent: -100em; overflow: hidden; background: url(/skin/ccjxzz/images/pop-closebtn.png) no-repeat center center; }