html,
body,
h1,
h2,
h3,
h4,
h5,
h6,
div,
dl,
dt,
dd,
ul,
ol,
li,
p,
blockquote,
pre,
hr,
figure,
table,
caption,
th,
td,
form,
fieldset,
legend,
input,
button,
textarea,
menu {
  margin: 0;
  padding: 0;
}
header,
footer,
section,
article,
aside,
nav,
hgroup,
address,
figure,
figcaption,
menu,
details {
  display: block;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
caption,
th {
  text-align: left;
  font-weight: normal;
}
html,
body,
fieldset,
img,
iframe,
abbr {
  border: 0;
}
i,
cite,
em,
var,
address,
dfn {
  font-style: normal;
}
[hidefocus],
summary {
  outline: 0;
}
li {
  list-style: none;
}
h1,
h2,
h3,
h4,
h5,
h6,
small {
  font-size: 100%;
  font-weight: normal;
}
sup,
sub {
  font-size: 83%;
}
pre,
code,
kbd,
samp {
  font-family: inherit;
}
q:before,
q:after {
  content: none;
}
textarea {
  overflow: auto;
  resize: none;
}
label,
summary {
  cursor: default;
}
a,
button {
  cursor: pointer;
}
strong,
b {
  font-weight: blod;
}
del,
ins,
u,
s,
a {
  text-decoration: none;
}
body,
textarea,
input,
button,
select,
keygen,
legend {
  font-family: "Microsoft YaHei", "simsun", "Helvetica Neue", Arial, Helvetica, sans-serif;
  font:14px/1.5 "Microsoft Yahei",Helvetica,sans-serif;

  color: #333;
  outline: 0;
  border: 0;
}

a {
  color: #333;
}
a:hover {
  color: #eb3134;
}

*:before,
*:after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
::-webkit-input-placeholder {
  color: #999;
}
:-moz-placeholder {
  color: #999;
}
::-moz-placeholder {
  color: #999;
}
:-ms-input-placeholder {
  color: #ccc;
}
/*
 * 清除浮动
 */
.wrap {
  width: 1200px;
  margin: 0 auto;
}
.clearfix:before,
.clearfix:after {
  content: " ";
  display: table;
}
.clearfix:after {
  clear: both;
}
.clearfix {
  *zoom: 1;
}
.fl {
  float: left;
}
.fr {
  float: right;
}
.gray {
  color: #999;
}
.yellow {
  color: #ed822c;
}
.tr {
  text-align: right;
}
.tc {
  text-align: center;
}
.cur {
  cursor: pointer;
}
.grid-row {
  margin: -10px;
}
.grid-row:before,
.grid-row:after {
  content: "";
  display: table;
  clear: both;
}
.grid-row .grid-col1,
.grid-row .grid-col2,
.grid-row .grid-col3,
.grid-row .grid-col4,
.grid-row .grid-col5,
.grid-row .grid-col6,
.grid-row .grid-col7,
.grid-row .grid-col8,
.grid-row .grid-col9,
.grid-row .grid-col10,
.grid-row .grid-col11,
.grid-row .grid-col12 {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  float: left;
  position: relative;
  min-height: 1px;
  padding: 10px;
}
.grid-row .grid-col1 {
  width: 8.33333333%;
}
.grid-row .grid-col2 {
  width: 16.66666667%;
}
.grid-row .grid-col3 {
  width: 25%;
}
.grid-row .grid-col4 {
  width: 33.33333333%;
}
.grid-row .grid-col5 {
  width: 41.66666667%;
}
.grid-row .grid-col6 {
  width: 50%;
}
.grid-row .grid-col7 {
  width: 58.33333333%;
}
.grid-row .grid-col8 {
  width: 66.66666667%;
}
.grid-row .grid-col9 {
  width: 75%;
}
.grid-row .grid-col10 {
  width: 83.33333333%;
}
.grid-row .grid-col11 {
  width: 91.66666667%;
}
.grid-row .grid-col12 {
  width: 100%;
}
.section-wrap {
  padding: 40px 0 60px;
}
.section-wrap .section-title {
  padding-bottom: 40px;
  text-align: center;
}
.section-wrap .section-title h2 {
  font-size: 36px;
  color: #ed822c;
}
.section-wrap .section-title .line {
  width: 40px;
  height: 2px;
  border-top: 2px dashed #ddd;
  display: inline-block;
}
.section-wrap .section-title.reverse h2 {
  color: #fff;
}
.section-wrap .section-title.reverse .line {
  border-color: #fff;
}
[class^="icon-"],
[class*=" icon-"] {
  background-repeat: no-repeat;
}
.icon-test {
  background-image: url(../images/sy-tel.png);
  background-position: 0 0;
}

/**rght2*/
.intro {
  width: 36px;
  height: 36px;
  position: fixed;
  right: 0;
  top: 40%;
  background: #eaeaea url(../images/zc_duihua.png) no-repeat center center;
  background-size: 16px;
  display: none;
}
.right-fdd3 {
  width: 62px;
  position: fixed;
  right: 0;
  top: 40%;
  -webkit-transition: all .5s;
  -o-transition: all .5s;
  transition: all .5s;
}
.right-fdd3 ul li {
  height: 62px;
  color: #6f6f6f;
  cursor: pointer;
}
.right-fdd3 ul li a {
  height: 62px;
  display: block;
}
.right-fdd3 ul li.nn1 {
  width: 200px;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
  background: #333 url(../images/zc_tel.png) no-repeat 15px center;
}
.right-fdd3 ul li.nn1 a {
  color: #f5f5f5;
  padding-left: 62px;
  line-height: 62px;
}
.right-fdd3 ul li.nn1:hover {
  margin-left: -138px;
}
.right-fdd3 ul li.nn2 {
  background: #eaeaea url(../images/zc_duihua.png) no-repeat center;
}
.right-fdd3 ul li.nn3 {
  background: #fff url(../images/zc_qq.png) no-repeat center;
}
.right-fdd3 ul li.nn4 {
  position: relative;
  background: #eaeaea url(../images/zc_erweim.png) no-repeat center;
}
.right-fdd3 ul li.nn4 .float-box {
  position: absolute;
  right: 62px;
  top: -60px;
  text-align: center;
  padding: 8px;
  width: 176px;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
  -webkit-transform: translateX(236px);
      -ms-transform: translateX(236px);
          transform: translateX(236px);
  opacity: 0;
  z-index: -1;
}
.right-fdd3 ul li.nn4 .float-box:after {
  content: '';
  position: absolute;
  right: 0;
  top: 90px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 4px 0 4px 10px;
  border-color: transparent transparent transparent #ffffff;
}
.right-fdd3 ul li.nn4:hover .float-box {
  opacity: 1;
  -webkit-transform: translateX(0);
      -ms-transform: translateX(0);
          transform: translateX(0);
}
.right-fdd3 ul li.nn5 {
  background: #fff url(../images/zc_jiant.png) no-repeat center 10px;
  background-size: 20px;
}
.right-fdd3 ul li.nn5 a {
  width: 62px;
  text-align: center;
  color: #6f6f6f;
  padding-top: 30px;
  font-size: 12px;
}
.right-fdd3 ul li.nn6 {
  background-color: #000;
  text-align: center;
  color: #fff;
  height: 30px;
  line-height: 30px;
}
.right-fdd3 ul li.nn6:hover {
  background-color: #333;
}
/**right*/
.right-fdd2 {
  width: 62px;
  position: fixed;
  right: -62px;
  top: 40%;
  -webkit-transition: all .5s;
  -o-transition: all .5s;
  transition: all .5s;
}
.right-fdd2:hover {
  right: 0;
}
.right-fdd2:hover ul li.nn6 {
  opacity: 0;
}
.right-fdd2 ul li {
  height: 62px;
  color: #6f6f6f;
  cursor: pointer;
}
.right-fdd2 ul li a {
  height: 62px;
  display: block;
}
.right-fdd2 ul li.nn1 {
  width: 200px;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
  background: #333 url(../images/zc_tel.png) no-repeat 15px center;
}
.right-fdd2 ul li.nn1 a {
  color: #f5f5f5;
  padding-left: 62px;
  line-height: 62px;
}
.right-fdd2 ul li.nn1:hover {
  margin-left: -138px;
}
.right-fdd2 ul li.nn2 {
  background: #eaeaea url(../images/zc_duihua.png) no-repeat center;
}
.right-fdd2 ul li.nn3 {
  background: #fff url(../images/zc_qq.png) no-repeat center;
}
.right-fdd2 ul li.nn4 {
  position: relative;
  background: #eaeaea url(../images/zc_erweim.png) no-repeat center;
}
.right-fdd2 ul li.nn4 .float-box {
  position: absolute;
  right: 62px;
  top: -60px;
  text-align: center;
  padding: 8px;
  width: 176px;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
  -webkit-transform: translateX(236px);
      -ms-transform: translateX(236px);
          transform: translateX(236px);
  opacity: 0;
  z-index: -1;
}
.right-fdd2 ul li.nn4 .float-box:after {
  content: '';
  position: absolute;
  right: 0;
  top: 90px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 4px 0 4px 10px;
  border-color: transparent transparent transparent #ffffff;
}
.right-fdd2 ul li.nn4:hover .float-box {
  opacity: 1;
  -webkit-transform: translateX(0);
      -ms-transform: translateX(0);
          transform: translateX(0);
}
.right-fdd2 ul li.nn5 {
  background: #fff url(../images/zc_jiant.png) no-repeat center 10px;
  background-size: 20px;
}
.right-fdd2 ul li.nn5 a {
  width: 62px;
  text-align: center;
  color: #6f6f6f;
  padding-top: 30px;
  font-size: 12px;
}
.right-fdd2 ul li.nn6 {
  background: #eaeaea url(../images/footer_arrow.png) no-repeat center center;
  background-size: 20px;
  position: absolute;
  width: 30px;
  left: -30px;
  top: 248px;
  -webkit-transition: all .2s;
  -o-transition: all .2s;
  transition: all .2s;
}
.g-pagination {
  padding-top: 60px;
  text-align: center;
}
.g-pagination li {
  display: inline-block;
  width: 30px;
  height: 30px;
  line-height: 30px;
  text-align: center;
  border-radius: 4px;
  background-color: #fff;
  border: 1px solid #ed822c;
  color: #ed822c;
  cursor: pointer;
}
.g-pagination li:hover {
  background-color: #ed822c;
  color: #fff;
}
.g-pagination li.active {
  background-color: #ed822c;
  color: #fff;
}
.g-pagination li + li {
  margin-left: 10px;
}
