@charset "utf-8";
/* 此文件作为总入口，引入所有less文件，之后会编译为all.css */
/*字体图标 BEGIN*/
@font-face {
  font-family: 'iconfont';
  src: url('../fonts/iconfont.eot');
  /* IE9*/
  src: url('../fonts/iconfont.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */ url('../fonts/iconfont.woff') format('woff'), /* chrome、firefox */ url('../fonts/iconfont.ttf') format('truetype'), /* chrome、firefox、opera、Safari, Android, iOS 4.2+*/ url('../fonts/iconfont.svg#iconfont') format('svg');
  /* iOS 4.1- */
}
.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;
}
/*<i class="iconfont">&#x33;</i>*/
/*字体图标 END*/
/*初始化css BEGIN*/
body,
h1,
h2,
h3,
h4,
h5,
h6,
hr,
p,
blockquote,
dl,
dt,
dd,
ul,
ol,
li,
pre,
fieldset,
lengend,
button,
input,
textarea,
th,
td {
  margin: 0;
  padding: 0;
  outline: none;
}
/*清除内外边距*/
a:focus {
  -moz-outline-style: none;
}
/*IE不支持*/
a:focus {
  outline: none;
}
/*很多网站都会加的属性*/
body,
button,
input,
select,
textarea {
  /*for ie*/
  /*font:12px/1 Tahoma,Helvetica,Arial,"宋体",sans-serif;*/
  font: 12px/1 Tahoma, Helvetica, Arial, "\5b8b\4f53", sans-serif;
  /*用 ascii 字符表示，使得在任何编码下都无问题*/
}
/*设置默认字体*/
address,
cite,
dfn,
em,
var {
  font-style: normal;
}
/*将斜体扶正*/
code,
kbd,
pre,
samp,
tt {
  font-family: "Courier New", Courier, monospace;
}
/*统一等宽字体*/
small {
  font-size: 12px;
}
/*小于 12px 的中文很难阅读，让 small 正常化*/
ul,
ol {
  list-style: none;
}
/*重置列表元素*/
a {
  text-decoration: none;
}
/*重置文本格式元素*/
abbr[title],
acronym[title] {
  /*注：1.ie6 不支持 abbr; 2.这里用了属性选择符，ie6 下无效果*/
  border-bottom: 1px dotted;
  cursor: help;
}
q:before,
q:after {
  content: '';
}
/*重置表单元素*/
legend {
  color: #000;
}
/*for ie6*/
fieldset,
img {
  border: none;
}
/*img 搭车：让链接里的 img 无边框*/
/*注：optgroup 无法扶正*/
button,
input,
select,
textarea {
  font-size: 100%;
  /*使得表单元素在 ie 下能继承字体大小*/
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
/*重置表格元素*/
hr {
  border: none;
  height: 1px;
}
/*重置 hr*/
html {
  overflow-y: scroll;
}
/*让非ie浏览器默认也显示垂直滚动条，防止因滚动条引起的闪烁*/
/*清除float BEGIN*/
.clearfix:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}
.clearfix {
  display: inline-block;
  display: block;
  zoom: 1;
}
/*清除float END*/
/*初始化css END*/
/*Public section BEGIN*/
html,
body {
  margin: 0px auto;
  position: relative;
  position: 0px;
  font-family: "微软雅黑";
  font-size: 12px;
  line-height: 26px;
}
body {
  position: relative;
  -webkit-transition: all .25s ease;
  -moz-transition: all .25s ease;
  -ms-transition: all .25s ease;
  -o-transition: all .25s ease;
  transition: all .25s ease;
}
img {
  max-width: 100%;
  width: 100%;
  vertical-align: middle;
}
.cg_gaba {
  height: 15px;
  width: 15px;
  vertical-align: middle;
  padding-right: 3px;
}
/*截取字符串 只显示一行文字哦*/
.cg_cutword a {
  display: block;
  overflow: hidden;
  white-space: nowrap;
  -o-text-overflow: ellipsis;
     text-overflow: ellipsis;
}
.cg_cutword_a {
  display: block;
  overflow: hidden;
  white-space: nowrap;
  -o-text-overflow: ellipsis;
     text-overflow: ellipsis;
}
/*Public section END*/
/*分享 BEGIN*/
.cg_share_box {
  width: 100%;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
  padding: 0px 5px;
}
.cg_share {
  clear: both;
  height: 30px;
  line-height: 30px;
  background: #eae9e9;
  -webkit-border-radius: 6px;
     -moz-border-radius: 6px;
          border-radius: 6px;
  position: relative;
}
.cg_share_left,
.cg_share_right {
  width: 50%;
  height: 30px;
  float: left;
  text-align: center;
  font-size: 14px;
  color: #666;
  cursor: pointer;
}
.cg_share_center {
  height: 20px;
  line-height: 18px;
  position: absolute;
  width: 20px;
  font-size: 14px;
  top: 5px;
  left: 50%;
  margin-left: -10px;
  -webkit-border-radius: 50%;
     -moz-border-radius: 50%;
          border-radius: 50%;
  background: #fff;
  color: #aaaaaa;
  text-align: center;
  -webkit-box-shadow: 0px 0px 0px 1px #e8e3e3;
     -moz-box-shadow: 0px 0px 0px 1px #e8e3e3;
          box-shadow: 0px 0px 0px 1px #e8e3e3;
}
.cg_share_center span,
.cg_share_center em {
  height: 7px;
  width: 4px;
  background: #FFF;
  display: block;
  position: absolute;
  left: 8px;
}
.cg_share_center span {
  top: -5px;
}
.cg_share_center em {
  bottom: -5px;
}
.cg_share_hs {
  position: fixed;
  height: 100%;
  z-index: 99;
  width: 100%;
  background: rgba(0, 0, 0, 0.5);
  left: 0px;
  top: 0px;
}
.cg_share_hs img {
  float: right;
  max-width: 100% !important;
}
/*分享 END*/
a.c_libiao {
  position: absolute;
  top: .8rem;
  right: .5rem;
  z-index: 8;
  color: #fff;
}
a.c_libiao i {
  font-size: 2rem;
}
.c_l {
  float: left;
}
.c_r {
  float: right;
}
.c_leftmenu {
  width: 12rem;
  height: 100%;
  overflow-y: auto;
  background: url(../images/menubac.png) repeat-y left top;
  position: fixed;
  right: -12rem;
  top: 0;
  z-index: 99;
  -webkit-transition: all .25s ease;
  -moz-transition: all .25s ease;
  -ms-transition: all .25s ease;
  -o-transition: all .25s ease;
  transition: all .25s ease;
}
.c_leftmenu.on {
  right: 0;
}
.c_leftmenu a.c_logoe {
  font-size: 1.2rem;
  color: #c3974c;
  font-weight: bold;
  text-align: center;
  display: block;
  line-height: 2;
}
.c_leftmenu .c_list li {
  padding: 0 .6rem 0 2rem;
  height: 2rem;
  line-height: 2rem;
  background: url(../images/xixia.png) no-repeat left bottom;
}
.c_leftmenu .c_list li a {
  font-size: .8rem;
  color: #333;
}
.c_leftmenu .c_list li a i {
  font-size: 1rem;
}
.c_leftmenu .c_list li a i.c_r {
  font-size: .8rem;
  color: #999;
}
.c_leftmenu .c_list li.on {
  background: #f1f1f1 url(../images/menubac1.png) repeat-y left center;
}
.c_leftmenu .c_list li:nth-child(1) i {
  color: #53bde7;
}
.c_leftmenu .c_list li:nth-child(2) i {
  color: #98aefe;
}
.c_leftmenu .c_list li:nth-child(3) i {
  color: #4ccabd;
}
.c_leftmenu .c_list li:nth-child(4) i {
  color: #ff944f;
}
.c_leftmenu .c_list li:nth-child(5) i {
  color: #d669c2;
}
.c_leftmenu .c_list li:nth-child(6) i {
  color: #ffae30;
}
.c_leftmenu .c_list li:nth-child(7) i {
  color: #f26293;
}
.c_leftmenu .c_list li:nth-child(8) i {
  color: #29b6ec;
}
.c_leftmenu .c_list li:nth-child(9) i {
  color: #f96064;
}
.c_zhe {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 98;
  display: none;
}
.c_footer {
  height: 2rem;
  background: #c3974c;
  padding: .2rem 0 .5rem;
  position: fixed;
  width: 100%;
  bottom: 0;
  left: 0;
  z-index: 8;
}
.c_footer a {
  float: left;
  width: 20%;
  text-align: center;
  font-size: .6rem;
  color: #fff;
  line-height: 1.2;
}
.c_footer a i {
  display: block;
  font-size: 1.2rem;
  vertical-align: middle;
}
.c_footer a img {
  width: 80%;
  position: relative;
  top: -1.5rem;
}
.c_copy {
  text-align: center;
  font-size: 12px;
  line-height: 22px;
  padding: 1rem 0 4rem;
  color: #444;
}
.c_copy a {
  color: #444;
}
.c_jifeb .c_copy{
  color:#222;
}
.c_jifeb .c_copy a{
  color:#222;
}
.c_cijia .c_copy {
  background: #f4f4f4;
}
.indexbody {
  background: url(../images/indexback.jpg) no-repeat center top / 100% 100%;
  height: 22rem;
  padding-top: 2rem;
  padding-bottom: 6rem;
  margin-bottom: -6rem;
}
.indexbody a.c_logo {
  display: block;
  width: 40%;
  margin: 0 auto;
}
.indexbody a.c_logo img {
  display: block;
}
.indexbody .c_catefe {
  overflow: hidden;
  margin: 2rem auto 0;
  text-align: center;
}
.indexbody .c_catefe h2 {
  display: inline-block;
  width: 7rem;
  text-align: center;
  font-weight: normal;
  font-size: .8rem;
  line-height: 1.2;
  background: url(../images/cateback.png) no-repeat center / 100% 100%;
  padding: .4rem 0;
  margin: 1rem .2rem 0;
}
.indexbody .c_catefe h2 a {
  color: #fff;
}
.indexbody .c_catefe h2 em {
  display: block;
  font-size: .6rem;
  color: #d5b48b;
  font-family: arial;
}
.pagetop {
  background: #f9f7f8;
  padding: 0 .5rem;
  height: 2rem;
  line-height: 2rem;
  background: url(../images/xixian.png) no-repeat center bottom / 94% auto;
}
.pagetop .c_catename {
  font-size: .8rem;
  font-weight: bold;
  color: #c3974c;
  line-height: 1;
  padding-left: .8rem;
  background: url(../images/shuanx.png) no-repeat left center / auto 100%;
  float: left;
  margin-top: .6rem;
}
.pagetop .c_erji {
  float: right;
  position: relative;
  z-index: 8;
}
.pagetop .c_erji em {
  display: block;
  background: url(../images/erji.png) no-repeat center / 100% 100%;
  line-height: 1rem;
  text-align: center;
  padding: 0 .5rem 0 2.5rem;
  font-size: .6rem;
  color: #fff;
  margin-top: .5rem;
}
.pagetop .c_erji ul {
  position: absolute;
  -webkit-border-radius: 5px;
     -moz-border-radius: 5px;
          border-radius: 5px;
  background: #c3974c;
  width: 4rem;
  text-align: center;
  right: 0;
  top: 2rem;
  padding: .2rem 0;
  display: none;
}
.pagetop .c_erji ul li h2 {
  font-size: .6rem;
  font-weight: normal;
  line-height: 1.6;
  padding: .2rem;
}
.pagetop .c_erji ul li h2 a {
  color: #fff;
}
.pagetop .c_erji ul li.on {
  background: #ac843f;
}
.pagetop .c_erji ul li.c_span {
  background: url(../images/shangjian.png) no-repeat center;
  width: 18px;
  height: 10px;
  top: -8px;
  left: 50%;
  position: absolute;
  margin-left: -9px;
}
.c_position {
  background: #f9f7f8;
  padding: 0 .5rem;
  color: #333;
  font-size: .6rem;
  line-height: 2.4;
  margin-top: .5rem;
}
.c_position a {
  color: #333;
}
.c_position a.on {
  color: #c3974c;
}
.c_pagecont {
  min-height: 10rem;
  padding: 1rem .5rem;
  font-size: .6rem;
  line-height: 1.8;
}
.c_cqlist {
  overflow: hidden;
  margin-top: -0.4rem;
}
.c_cqlist li {
  float: left;
  width: 49%;
  margin-top: .4rem;
}
.c_cqlist li a.c_eadf {
  display: block;
  width: 100%;
  padding-bottom: 70%;
  position: relative;
}
.c_cqlist li a.c_eadf img {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
}
.c_cqlist li:nth-child(2n) {
  float: right;
}
.c_cqlist li h3 {
  text-align: center;
  font-weight: normal;
  font-size: .8rem;
  overflow: hidden;
  white-space: nowrap;
  -o-text-overflow: ellipsis;
     text-overflow: ellipsis;
}
.c_cqlist li h3 a {
  color: #333;
}
.c_cplist {
  overflow: hidden;
  margin-top: -0.4rem;
}
.c_cplist li {
  float: left;
  width: 49%;
  margin-top: .4rem;
}
.c_cplist li a.c_eadf {
  display: block;
  width: 100%;
  padding-bottom: 61%;
  position: relative;
}
.c_cplist li a.c_eadf img {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
}
.c_cplist li:nth-child(2n) {
  float: right;
}
.c_cplist li h3 {
  font-weight: normal;
  font-size: .8rem;
  overflow: hidden;
  white-space: nowrap;
  -o-text-overflow: ellipsis;
     text-overflow: ellipsis;
}
.c_cplist li h3 a {
  color: #333;
}
h1.c_tie {
  font-size: .8rem;
  text-align: center;
}
.c_textinfo {
  background: #f9f8f6;
  color: #666;
  line-height: 1.8rem;
  height: 1.8rem;
  text-transform: uppercase;
  width: 100%;
  padding: 0 .5rem;
  position: relative;
  left: -0.5rem;
}
.c_textinfo a {
  float: right;
  color: #c3974c;
}
.c_datu {
  text-align: center;
  padding: 1rem 0 0;
}
.c_datu img {
  max-width: 100%;
  height: auto;
  width: auto;
}
.c_textxx {
  padding: 1rem 0;
  min-height: 5rem;
}
.shangxia.cg_cutword {
  background: url(../images/xixian.png) no-repeat left top / 100% 2px;
  padding: .5rem;
  width: 100%;
  position: relative;
  left: -0.5rem;
}
.shangxia.cg_cutword .shangxia {
  margin-top: .5rem;
}
.shangxia.cg_cutword .shangxia a {
  color: #333;
}
.shangxia.cg_cutword .shangxia a span {
  background: #333;
  color: #fff;
  float: left;
  padding: 0 .5rem;
  margin-right: .5rem;
}
.shangxia.cg_cutword .shangxia:first-child a span {
  background: #c3974c;
}
.c_dtlist {
  overflow: hidden;
  margin-top: -0.5rem;
}
.c_dtlist li {
  margin-top: .5rem;
}
.c_dtlist li h3 {
  font-size: .8rem;
  font-weight: normal;
}
.c_dtlist li h3 a {
  color: #333;
  display: block;
  padding-left: .6rem;
  background: url(../images/huandian.jpg) no-repeat left center / auto 20%;
  white-space:nowrap;
  overflow:hidden;
  text-overflow:ellipsis;
}
.c_dtlist li .c_des {
  font-size: .6rem;
  color: #666;
  line-height: 1rem;
  height: 2rem;
  overflow: hidden;
}
.c_dtlist li .c_xife {
  color: #999;
  line-height: 2.4;
  border-top: 1px solid #e5e5e5;
  margin-top: .2rem;
}
.c_xgtj {
  overflow: hidden;
  margin-top: 1rem;
}
.c_xgtj div img {
  width: 40%;
}
.c_xgtj ul {
  padding: .6rem 0 0;
}
.c_xgtj ul li {
  overflow: hidden;
  height: 1.2rem;
  line-height: 1.2rem;
}
.c_xgtj ul li span {
  float: right;
  font-size: .6rem;
  color: #666;
}
.c_xgtj ul li h3 {
  font-size: .6rem;
  font-weight: normal;
  margin-right: 5rem;
  overflow: hidden;
}
.c_xgtj ul li h3 a {
  color: #666;
  display: block;
  overflow: hidden;
  white-space: nowrap;
  -o-text-overflow: ellipsis;
     text-overflow: ellipsis;
  padding-left: .6rem;
  background: url(../images/xiaob.jpg) no-repeat left center / auto 60%;
}
.c_zpxx ul {
  margin-top: -1rem;
}
.c_zpxx ul li {
  position: relative;
  border: 1px solid #dfdfdf;
  font-size: .7rem;
  padding: .5rem .6rem;
  margin-top: 1rem;
}
.c_zpxx ul li a.c_aa2 {
  position: absolute;
  right: 0;
  bottom: 0;
  width: 1.3rem;
}
.c_zpxx ul li a.c_aa2 img {
  display: block;
  width: 100%;
  height: auto;
}
.c_zpxx ul li a.c_aa1 {
  display: block;
  margin: 1rem auto 0;
  width: 6rem;
  text-align: center;
  background: #c3974c;
  color: #fff;
  -webkit-border-radius: 4px;
     -moz-border-radius: 4px;
          border-radius: 4px;
  line-height: 2.2;
  font-size: .7rem;
}
.c_zpxx ul li .c_fih {
  display: none;
}
.c_zpxx ul li.on .c_fih {
  display: block;
}
.c_tablae .c_inputw {
  height: 1.6rem;
  border: 1px solid #d3d3d3;
  -webkit-border-radius: 4px;
     -moz-border-radius: 4px;
          border-radius: 4px;
  margin-right: .5rem;
  position: relative;
  padding: 0 10px 0 35px;
  margin-top: .5rem;
}
.c_tablae .c_inputw em {
  position: absolute;
  right: -0.5rem;
  color: #f00;
  top: 0;
}
.c_tablae .c_inputw input {
  display: block;
  height: 1.6rem;
  line-height: 1.6rem;
  width: 100%;
  background: none;
  border: none;
  outline: none;
  font-size: .7rem;
  color: #666;
  font-family: "微软雅黑";
}
.c_tablae .c_inputw.tu1 {
  background: url(../images/tuef1.png) no-repeat 10px center / 20px auto;
}
.c_tablae .c_inputw.tu2 {
  background: url(../images/tuef2.png) no-repeat 10px center / 20px auto;
}
.c_tablae .c_inputw.tu3 {
  background: url(../images/tuef3.png) no-repeat 10px center / 20px auto;
}
.c_tablae .c_textareaw {
  border: 1px solid #d3d3d3;
  -webkit-border-radius: 4px;
     -moz-border-radius: 4px;
          border-radius: 4px;
  margin-right: .5rem;
  position: relative;
  padding: 5px 10px 5px 35px;
  margin-top: .5rem;
}
.c_tablae .c_textareaw em {
  position: absolute;
  right: -0.5rem;
  color: #f00;
  top: 0;
}
.c_tablae .c_textareaw textarea {
  display: block;
  height: 100px;
  line-height: 20px;
  width: 100%;
  background: none;
  border: none;
  outline: none;
  font-size: .7rem;
  color: #666;
  font-family: "微软雅黑";
  resize: none;
}
.c_tablae .c_textareaw.tu4 {
  background: url(../images/tuef4.png) no-repeat 10px 4px;
  -moz-background-size: 20px auto;
    -o-background-size: 20px auto;
       background-size: 20px auto;
}
.c_tablae .c_yanw {
  height: 1.6rem;
  margin-top: .5rem;
  position: relative;
  margin-right: .5rem;
}
.c_tablae .c_yanw em {
  position: absolute;
  right: -0.5rem;
  color: #f00;
  top: 0;
}
.c_tablae .c_yanw div {
  width: 5rem;
  border: 1px solid #d3d3d3;
  -webkit-border-radius: 4px;
     -moz-border-radius: 4px;
          border-radius: 4px;
  margin-right: .5rem;
  position: relative;
  padding: 0 10px 0 35px;
  float: left;
}
.c_tablae .c_yanw img {
  float: left;
  width: 4rem;
  height: 1.6rem;
  border: 1px solid #b98260;
}
.c_tablae .c_yanw input {
  display: block;
  height: 1.6rem;
  line-height: 1.6rem;
  width: 100%;
  background: none;
  border: none;
  outline: none;
  font-size: .7rem;
  color: #666;
  font-family: "微软雅黑";
}
.c_tablae .c_yanw.tu5 {
  background: url(../images/tuef5.png) no-repeat 10px center / 20px auto;
}
.c_tablae .c_teijoa {
  display: block;
  clear: both;
  text-align: center;
  line-height: 1.6rem;
  height: 1.6rem;
  -webkit-border-radius: 4px;
     -moz-border-radius: 4px;
          border-radius: 4px;
  background: #c3974c;
  color: #fff;
  font-size: .8rem;
  font-weight: bold;
  margin-top: 1rem;
  border-bottom: 2px solid #ab8441;
}
.c_zxly {
  overflow: hidden;
}
.c_zxly .c_input {
  overflow: hidden;
  margin-top: .5rem;
}
.c_zxly .c_input span {
  float: left;
  width: 3.7rem;
  text-align: right;
  font-size: .7rem;
  line-height: 1.6rem;
  height: 1.6rem;
}
.c_zxly .c_input div {
  float: left;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
  line-height: 1.6rem;
  height: 1.6rem;
  width: 10rem;
  padding: 0 .3rem;
  border: 1px solid #d3d3d3;
  -webkit-border-radius: 5px;
     -moz-border-radius: 5px;
          border-radius: 5px;
  position: relative;
}
.c_zxly .c_input div em {
  position: absolute;
  color: #c00;
  font-size: .7rem;
  right: -0.6rem;
  top: 0;
}
.c_zxly .c_input div input {
  display: block;
  width: 100%;
  background: none;
  border: none;
  outline: none;
  line-height: 1.6rem;
  height: 1.6rem;
  font-family: "微软雅黑";
  font-size: .7rem;
}
.c_zxly .c_shuli {
  overflow: hidden;
  margin-top: .5rem;
}
.c_zxly .c_shuli span {
  float: left;
  width: 3.7rem;
  text-align: right;
  font-size: .7rem;
  line-height: 1.6rem;
  height: 1.6rem;
}
.c_zxly .c_shuli div {
  float: left;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
  line-height: 1.6rem;
  height: 1.6rem;
  width: 10rem;
  padding: 0;
  position: relative;
}
.c_zxly .c_shuli div em {
  float: left;
  width: 1.5rem;
  text-align: center;
  border: 1px solid #d3d3d3;
  -webkit-border-radius: 5px;
     -moz-border-radius: 5px;
          border-radius: 5px;
  line-height: 1.4rem;
  height: 1.5rem;
  margin-right: .3rem;
  font-size: 1.4rem;
  color: #c3974c;
}
.c_zxly .c_shuli div em:last-child {
  margin-left: .3rem;
}
.c_zxly .c_shuli div input {
  float: left;
  background: none;
  border: none;
  outline: none;
  line-height: 1.5rem;
  height: 1.5rem;
  font-family: "微软雅黑";
  font-size: .7rem;
  border: 1px solid #d3d3d3;
  -webkit-border-radius: 5px;
     -moz-border-radius: 5px;
          border-radius: 5px;
  width: 4rem;
  text-align: center;
}
.c_zxly .c_textaef {
  overflow: hidden;
  margin-top: .5rem;
}
.c_zxly .c_textaef span {
  float: left;
  width: 3.7rem;
  text-align: right;
  font-size: .7rem;
  line-height: 1.6rem;
  height: 1.6rem;
}
.c_zxly .c_textaef div {
  float: left;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
  height: 4.4rem;
  width: 10rem;
  padding: .2rem .3rem;
  border: 1px solid #d3d3d3;
  -webkit-border-radius: 5px;
     -moz-border-radius: 5px;
          border-radius: 5px;
  position: relative;
}
.c_zxly .c_textaef div em {
  position: absolute;
  color: #c00;
  font-size: .7rem;
  right: -0.6rem;
  top: 0;
}
.c_zxly .c_textaef div textarea {
  display: block;
  width: 100%;
  background: none;
  border: none;
  outline: none;
  line-height: 1rem;
  height: 4rem;
  resize: none;
  font-family: "微软雅黑";
  font-size: .7rem;
}
.c_zxly .c_input2 {
  overflow: hidden;
  margin-top: .5rem;
}
.c_zxly .c_input2 span {
  float: left;
  width: 3.7rem;
  text-align: right;
  font-size: .7rem;
  line-height: 1.6rem;
  height: 1.6rem;
}
.c_zxly .c_input2 div {
  float: left;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
  line-height: 1.6rem;
  height: 1.6rem;
  width: 5rem;
  padding: 0 .3rem;
  border: 1px solid #d3d3d3;
  -webkit-border-radius: 5px;
     -moz-border-radius: 5px;
          border-radius: 5px;
  position: relative;
}
.c_zxly .c_input2 div em {
  position: absolute;
  color: #c00;
  font-size: .7rem;
  right: -0.6rem;
  top: 0;
}
.c_zxly .c_input2 div input {
  display: block;
  width: 100%;
  background: none;
  border: none;
  outline: none;
  line-height: 1.6rem;
  height: 1.6rem;
  font-family: "微软雅黑";
  font-size: .7rem;
}
.c_zxly .c_input2 img {
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
  border: 1px solid #ddd;
  float: left;
  margin-left: 1rem;
  width: 4rem;
  height: 1.6rem;
}
.c_zxly a.c_feit {
  display: block;
  color: #fff;
  font-size: .8rem;
  font-weight: bold;
  background: #c3974c;
  border-bottom: 2px solid #ab8441;
  text-align: center;
  line-height: 1.8;
  margin-top: 1rem;
  -webkit-border-radius: 5px;
     -moz-border-radius: 5px;
          border-radius: 5px;
}
.c_lxfs {
  font-size: .7rem;
  color: #333;
}
.c_lxfs em {
  float: left;
  padding-left: 1rem;
}
.c_lxfs .c_xl1 em {
  background: url(../images/lx1.png) no-repeat left 0.3rem / auto 60%;
}
.c_lxfs .c_xl2 em {
  background: url(../images/lx2.png) no-repeat left 0.3rem / auto 60%;
}
.c_lxfs .c_xl3 em {
  background: url(../images/lx3.png) no-repeat left 0.2rem / auto 80%;
}
.c_lxfs div {
  margin-top: .5rem;
}
.c_lxfs div div {
  margin-left: 3rem;
  margin-top: 0;
}
.c_fleae {
  text-align: center;
  padding: 1rem 0;
}
.c_fleae a {
  display: inline-block;
  width: 5rem;
  padding-left: 1rem;
  text-align: center;
  color: #fff;
  font-size: .7rem;
  font-weight: bold;
  line-height: 2.6;
  background: url(../images/yiji1.png) no-repeat center / 100% 100%;
  margin: 0 .4rem;
}
.c_fleae a:last-child {
  background-image: url(../images/yiji2.png);
}
.c_ckly {
  overflow: hidden;
  font-size: .6rem;
  color: #333;
}
.c_ckly ul {
  padding-bottom: 1rem;
}
.c_ckly ul li {
  overflow: hidden;
  margin-top: .5rem;
}
.c_ckly ul li .liuxia span {
  background: #c3974c;
  color: #fff;
  padding: 0 10px;
  -webkit-border-radius: 4px;
     -moz-border-radius: 4px;
          border-radius: 4px;
}
.c_ckly ul li .liuxia .c_liukk {
  border: 1px solid #d8d8d8;
  padding: .2rem .4rem;
  -webkit-border-radius: 5px;
     -moz-border-radius: 5px;
          border-radius: 5px;
  margin-top: .5rem;
  position: relative;
}
.c_ckly ul li .liuxia .c_liukk em.jiao {
  position: absolute;
  background: url(../images/xiajianx.png) no-repeat center;
  width: 18px;
  height: 9px;
  top: -1px;
  left: 50px;
}
.c_ckly ul li .huida {
  margin-left: 1rem;
  border: 1px solid #d8d8d8;
  padding: .5rem .4rem .2rem;
  -webkit-border-radius: 5px;
     -moz-border-radius: 5px;
          border-radius: 5px;
  position: relative;
  margin-top: 15px;
}
.c_ckly ul li .huida em.jiao {
  position: absolute;
  background: url(../images/xiajianx.png) no-repeat center;
  width: 18px;
  height: 9px;
  top: -1px;
  left: 50px;
}
.c_ckly ul li .huida .ngb {
  overflow: hidden;
}
.c_ckly ul li .huida .ngb em {
  float: right;
}
.c_ckly ul li .huida .ngb span {
  float: left;
  background: #000;
  color: #fff;
  padding: 0 10px;
  -webkit-border-radius: 4px;
     -moz-border-radius: 4px;
          border-radius: 4px;
  line-height: 1.5;
}
.c_ckly ul li .huida .c_liukk {
  padding-top: 5px;
}
.c_rylist {
  overflow: hidden;
  min-height: 300px;
  padding-bottom: 40px;
  width: 1200px;
}
.c_rylist li {
  width: 320px;
  float: left;
  border: 1px solid #d9d9d9;
  -webkit-box-shadow: 2px 2px 3px #d9d9d9;
     -moz-box-shadow: 2px 2px 3px #d9d9d9;
          box-shadow: 2px 2px 3px #d9d9d9;
  margin: 30px 37px 0 0;
}
.c_rylist li a.c_tylef {
  width: 100%;
  position: relative;
  padding-bottom: 64%;
  display: block;
}
.c_rylist li a.c_tylef img {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
}
.c_rylist li h3 {
  font-size: 16px;
  text-align: center;
  line-height: 54px;
}
.c_rylist li h3 a {
  color: #333;
}
.c_rylist li h3 a:hover {
  color: #6cb83a;
}
.c_rylist li:hover {
  border: 1px solid #6cb83a;
  -webkit-box-shadow: 2px 2px 3px #6cb83a;
     -moz-box-shadow: 2px 2px 3px #6cb83a;
          box-shadow: 2px 2px 3px #6cb83a;
}
/*苹果手机字体兼容设置开始  PS 不可以修改任何东西*/
@media screen and (max-device-width: 320px) {
  body {
    -webkit-text-size-adjust: none;
  }
}
@media screen and (max-device-width: 480px) {
  body {
    -webkit-text-size-adjust: none;
  }
}
@media only screen and (-webkit-min-device-pixel-ratio: 2) {
  body {
    -webkit-text-size-adjust: none;
  }
}
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) {
  body {
    -webkit-text-size-adjust: none;
  }
}
/*苹果手机字体兼容设置完成*/
/*回到顶部+横屏提示 开始*/
.stop_hp {
  display: none;
  position: fixed;
  width: 100%;
  height: 150%;
  left: 0;
  top: -50%;
  z-index: 100000;
  background: #000 url(../images/stop_hp.jpg) center bottom no-repeat;
  -moz-background-size: auto 67%;
    -o-background-size: auto 67%;
       background-size: auto 67%;
}
.qgl_totop {
  display: none;
  position: fixed;
  right: 5px;
  bottom: 20px;
  z-index: 120;
  height: 30px;
  width: 30px;
  background: url(../images/xl28.png) no-repeat center;
  -moz-background-size: 30px 30px;
    -o-background-size: 30px 30px;
       background-size: 30px 30px;
}
/*回到顶部+横屏提示 开始*/

/*# sourceMappingURL=all.css.map */
