@charset "utf-8";
* {
  margin: 0;
  padding: 0;
  font-family: "Microsoft Yahei";
}
ul li {
  list-style: none !important;
}
ul li {
  list-style-type: none !important;
}
a:hover {
  text-decoration: none !important;
}
.clear {
  clear: both;
}
.fl {
  float: left;
}
.top {
  width: 1200px;
  margin: 0 auto;
  height: 125px;
  padding-top: 10px;
}
.top > div {
  display: inline-block;
  vertical-align: top;
}
.top-y {
  margin-left: 270px;
}
.top-y p {
  display: inline-block;
  position: relative;
}
.top-y p img {
  width: 70px;
  height: 70px;
}
.top-y p span {
  position: absolute;
  width: 80px;
  top: 75px;
  left: 3px;
}
.top-y p:last-child {
  margin-left: 40px;
  left: 0px;
}
.clearfix:after,
.clearfix:before {
  content: "";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}
.clearfix {
  *zoom: 1;
}
/* css reset www.admin10000.com */
html {
  font-size: 10px;
  font-size: 62.5%;
}
body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
code,
form,
fieldset,
legend,
input,
button,
textarea,
p,
blockquote{
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
}
body {
  background: #fff;
  color: #555;
  font-size: 1.4rem;
  font-family: "Microsoft Yahei";
  min-width: 1200px;
  margin: auto;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: normal;
  font-size: 100%;
}
address,
caption,
cite,
code,
dfn,
em,
i,
b,
u,
strong,
th,
var {
  font-style: normal;
  /*font-weight: normal;*/
}
table{
  border:1px solid #000!important;
}
table th{
  border:1px solid #000!important;
}
table td{
  border: 1px solid #000!important;
}

a {
  color: #555;
  text-decoration: none;
}
a:hover {
  text-decoration: none;
}
img {
  border: none;
}
ol,
ul,
li {
  list-style: none;
}
input,
textarea,
select,
button {
  font: 14px Verdana, Helvetica, Arial, sans-serif;
}
table {
  border-collapse: collapse;
}
html {
  overflow-y: scroll;
}
/* css common */
.clearfix:after,
.clearfix:before {
  content: "";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}
.clearfix {
  *zoom: 1;
}
.pull-left {
  float: left;
}
.pull-right {
  float: right;
}

.cf img {
  cursor: pointer;
}
html {
  background: rgba(0, 0, 0, 0.3);
  z-index: 11111111111111110000;
}
nav {
  background: url(../img/index_19.png) center repeat-x;
  height: 70px;
}
.nav {
  margin: 0 auto;
  width: 1200px;
}
.nav > ul > li {
  display: inline-block;
  position: relative;
  text-align: center;
  width: 125px;
  float: left;
  background: url(../img/nav_03.png) no-repeat right;
  height: 70px;
}
.nav > ul > li:last-child {
  background: none;
}
.nav > ul > li > img {
  margin-top: -29px;
}
.nav > ul > li > a:hover {
  background: #2a2a2a;
}
.nav > ul > li > a {
  color: #f5f5f5;
  font-size: 18px;
  display: block;
  height: 70px;
  line-height: 70px;
}
.nav > ul > li > ul {
  z-index: 8;
}
.nav > ul > li:last-child {
  background: none !important;
}
.nav > ul > li form {
  position: relative;
  margin-top: 20px;
}
.nav > ul > li form input[type="text"] {
  position: absolute;
  top: 0px;
  left: 10px;
  width: 245px;
  height: 30px;
  border: none;
  padding-left: 20px;
  border-radius: 15px 0 0 15px;
  outline: none;
}
.nav > ul > li form input[type="submit"] {
  position: absolute;
  top: 0px;
  right: -168px;
  border: none;
  background: url("../img/index_22.png") no-repeat center;
  height: 30px;
  width: 38px;
  outline: none;
}
.nav > ul > li:nth-child(4) .xiala > li {
  line-height: 42px !important;
  background: #505050;
  width: 125px;
  height: 42px;
  text-align: left;
  padding-left: 15px;
}
.xiala > li {
  line-height: 42px !important;
  background: #505050;
  width: 125px;
  height: 42px;
  text-align: left;
  padding-left: 28px;
}
.xiala > li:hover {
  background: #201c19;
}
.nav > ul > li > ul > li > a {
  color: white;
  font-size: 14px;
}
.xiala {
  position: absolute;
  top: 70px;
  display: none;
  left: 0px;
  width: 125px;
}
#slideBox {
  margin-bottom: 20px;
}
.slideBox {
  width: 100%;
  overflow: hidden;
  position: relative;
}
.slideBox .hd {
  height: 15px;
  overflow: hidden;
  position: absolute;
  right: 47%;
  bottom: 8%;
  z-index: 1;
}
.slideBox .hd ul {
  overflow: hidden;
  zoom: 1;
  float: left;
}
.slideBox .hd ul li {
  float: left;
  margin-right: 10px;
  width: 15px;
  height: 15px;
  line-height: 14px;
  text-align: center;
  background: #fff;
  cursor: pointer;
  border-radius: 15px;
}
.slideBox .hd ul li.on {
  background: #f00;
  color: #fff;
}
.slideBox .bd {
  position: relative;
  height: 100%;
  z-index: 0;
}
.slideBox .bd li {
  zoom: 1;
  vertical-align: middle;
}
.slideBox .bd img {
  width: 100%;
  display: block;
}
.one {
  width: 1200px;
  margin: 30px auto;
}
.one-s h3 {
  font-size: 24px;
  color: #646464;
}
.one-s p {
  font-size: 18px;
  color: #706464;
  text-align: center;
}
.con .one-x ul li {
  display: inline-block;
  margin-left: 16px;
  margin-top: 20px;
  float: left;
  position: relative;
  /*background: url(../img/yy_03.png) no-repeat center;*/
  border: 1px solid #d2d2d2;
  width: 278px;
  height: 244px;
    overflow: hidden;
}

.one-s h3:before {
  content: url(../img/left_03.png);
}
.one-s h3:after {
  content: url(../img/right_05.png);
}
.one-x ul {
  margin-left: -8px;
}
.hy li a{
  width:100%;
  text-align: center;
}
.hy li img{
  width:100%;
  height: 212px;;
}
/*.one-x ul li{display: inline-block;margin-left: 15px;margin-top: 20px;float: left;position: relative;height: 212px;*/
/*width: 280px;   background:url(../img/yy_03.png) no-repeat center;}*/
/*.tc{position: absolute;top: 1px;right: -1px;}*/
/*.one-x ul li a{overflow: hidden;display: block;}*/
/*.hy li  p{color: black;font-size: 14px;height: 45px;line-height: 45px;text-align: center;*/
/*position: absolute;top: 200px;left: 48px;}*/
/*.one-x ul li a img{width:100% ;height: 215px;border: 1px solid #d2d2d2;}*/
/*.one-x ul li p{text-align: center;margin-top: 20px;}*/
.zzz {
  margin-top: 0px !important;
}
.two {
  width: 1200px;
  margin: 10px auto;
  padding-top: 30px;
}
.two-x > div {
  display: inline-block;
  vertical-align: top;
  margin-top: 20px;
}
.tw > div {
  display: inline-block;
  vertical-align: top;
}
.two-x div p {
  width: 373px;
  margin-top: -9px;
  font-size: 13px;
  line-height: 28px;
}
.tw {
  margin-left: 20px;
    margin-top: 20px;
}
.tw h4 {
  color: #e3191b;
  /*margin-top: 20px;*/
  font-size: 16px;
    line-height: 2;
}
.tw h3 {
  background: #f0f0f0;
  height: 40px;
  width: 100px;
  color: #646464;
  line-height: 45px;
  text-align: center;
}
.tw h5 {
  background: #c6c6c6;
  height: 35px;
  width: 100px;
  color: white;
  line-height: 35px;
  text-align: center;
  margin-top: -10px;
}
.tw-r {
  margin-left: 20px;
}
.dz {
  margin-left: 20px;
}
.dz ul {
  border: 1px solid #d2d2d2;
  margin-top: -1px;
}
.dz ul .cur {
  color: #ff1200;
}
.dz ul li {
  line-height: 32px;
  width: 275px;
  padding-left: 14px;
}
footer {
  background: url(../img/index_53.png) repeat-x center;
  height: 256px;
  margin-top: 30px;
}
.footer {
  width: 1200px;
  margin: 0 auto;
}
.footer > ul > li {
  display: inline-block;
  background: url(../img/index_56.png) no-repeat right 70px;
  padding: 30px 50px;
  vertical-align: top;
  height: 210px;
}
.footer > ul > li:last-child {
  background: none;
}
.footer > ul > li > ul > li:first-child {
  padding-bottom: 10px;
}
.footer > ul > li > ul > li:first-child a {
  font-size: 18px;
}
.footer > ul > li > ul > li {
  line-height: 30px;
}
.footer > ul > li a {
  color: white;
}
.foot {
  color: white;
  text-align: center;
  line-height: 60px;
}
#foot {
  background: url(../img/index_60.png) repeat-x center;
  height: 57px;
}
.foot {
  width: 1200px;
  margin: 0 auto;
}
.foot p {
  color: white;
  font-size: 15px;
  text-align: center;
  margin: 0 !important;
}
.foot p:first-child {
  padding-top: 10px;
  padding-bottom: 5px;
}
.foot a {
  color: white;
}
.qq {
  position: fixed;
  right: 0px;
  top: 341px;
  width: 150px;
}
.qq h2 {
  width: 150px;
  height: 43px;
  color: white;
  line-height: 43px;
  text-align: center;
  border-radius: 10px 10px 0 0px;
  background: red;
  font-size: 20px;
}
.qq h3 {
  font-size: 18px;
  text-align: center;
  padding-bottom: 15px;
  color: red;
  margin-top: -15px;
  border-bottom: 1px solid #d2d2d2;
}
.qq ul li {
  text-align: center;
  line-height: 28px;
}
.qq p {
  background: url(../img/ff_03.png) no-repeat 40px;
  text-indent: 24px;
  text-align: center;
  padding: 15px 0;
}
.qq div {
  border: 1px solid #d2d2d2;
  margin-top: -11px;
  background: white;
}
.gg {
  width: 1200px;
  margin: 20px auto;
}
.gg-l,
.gg-r {
  float: left;
}
.gg-l {
  width: 278px;
}
.gg-r {
  width: 890px;
  margin-left: 26px;
}
.gg-l h4 {
  height: 66px;
  width: 278px;
  background: #df090b;
  line-height: 66px;
  border-radius: 10px 10px 0 0;
}
.gg-l h4 span {
  color: white;
  text-align: center;
  display: block;
  font-size: 18px;
  background: url(../img/xx_07.png) no-repeat 60px;
}
.gg-l > ul {
  border: 1px solid #d2d2d2;
  margin-top: -11px;
  border-bottom: none !important;
}
.gg-l > ul > li {
  line-height: 24px;
  padding-left: 60px;
  border-bottom: 1px solid #d2d2d2;
  padding-bottom: 10px;
  padding-top: 10px;
  background: #ffffff;
  cursor: pointer;
}
.gg-l > ul > li a {
  color: black;
}
.gg-l > ul li:hover {
  background: #c3c3c3;
  color: white;
}
.moren {
  background: #c3c3c3;
  color: white;
}
.erji li a {
  color: #343434;
  background: url(../img/dd_15.png) no-repeat left;
  text-indent: 14px;
  display: block;
}
.erji li a:hover {
  color: #df090b;
}
.erji li:last-child {
  border-bottom: 1px solid #d2d2d2;
}
.erji li {
  background: #f9f9f9;
  width: 276px;
  padding-left: 70px;
  line-height: 32px;
}
.erji li:hover:hover {
  background: white !important;
}
.erji li.on {
  background: white !important;
}
.erji li.on a {
  color: #df090b;
}
.gg-r-s {
  margin-top: 10px;
}
.gg-r-s p {
  background: url(../img/xx_03_07.png) no-repeat left;
  text-indent: 32px;
  height: 28px;
  line-height: 28px;
  border-bottom: 1px solid #d2d2d2;
  padding-bottom: 30px;
}
.gg-r-s p a {
  color: black;
}
.gg-r-s p span {
  float: right;
  color: red;
}
.xiangqing {
  margin-top: 20px;
}
.cf {
  width: 279px;
  position: relative;
  -webkit-box-shadow: 1px 2px 4px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 1px 2px 4px rgba(0, 0, 0, 0.5);
  box-shadow: 1px 2px 4px rgba(0, 0, 0, 0.5);
  background: #fff;
  float: left;
}
.cf img {
  width: 280px;
  border: 1px solid #d2d2d2;
}
.cf:after {
  content: '';
  position: absolute;
  z-index: -1;
  border-radius: 100px;
  /* 阴影部分  */
  -webkit-box-shadow: 0 15px 20px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0 15px 20px rgba(0, 0, 0, 0.3);
  box-shadow: 0 15px 20px rgba(0, 0, 0, 0.3);
  width: 70%;
  left: 15%;
  height: 100px;
  bottom: 0;
}
.xiangqing p {
  font-weight: 200;
}
.xiangqing .wzz {
  float: left;
  margin-left: 40px;
  margin-top: -5px;
}
.xiangqing .wzz p {
  width: 543px;
  line-height: 25px;
}
.moren {
  background: #eb2822 !important;
  color: white;
}
.qiehuan {
  margin-top: 30px;
  margin-bottom: 15px;
}
.qiehuan ul {
  border-bottom: 1px solid #eeeeee;
}
.qiehuan ul li {
  display: inline-block;
  background: #f7f7f7;
  width: 110px;
  border-radius: 5px 5px 0 0;
  height: 45px;
  text-align: center;
  line-height: 45px;
  border: 1px solid #eeeeee;
  cursor: pointer;
  border-bottom: none;
}
/* .www p{width: 890px;} */
.fenye {
  margin-top: 40px;
  /*margin-left: 25%;*/
  text-align: center;
}
.fenye a {
  color: black;
  background: #fcfcfc;
  padding: 8px 15px;
  border: 1px solid #d2d2d2;
  margin-right: 10px;
  text-align: center;
}
.fenye a:hover {
  background: red;
  color: white;
}
.pro .one-x ul li {
  margin-bottom: 30px;
}
.ry ul li {
  display: inline-block;
  margin-left: 7px;
}
.ry ul li img{
  width:282px;
  height: 212px;;
}
.ry ul li p {
  text-align: center;
  margin: 10px auto;
}
.xiazai p {
  border-bottom: 1px #d2d2d2 dashed;
  padding-bottom: 10px;
  width: 895px;
  line-height: 28px;
}
.xiazai a {
  color: black;
}
.xiazai a span {
  color: red;
  margin-left: 10px;
}
.xiazai a img {
  float: right;
}
.new-x {
  border-bottom: 1px #d2d2d2 dashed;
padding: 10px 0;
}
.new-x h5 {
  font-size: 16px;
}
.new-x h5 a {
  color: #ff1200;
}
.new-x p {
  width: 890px;
  line-height: 28px;
}
.new-x p a {
  color: black;
}
.new-info-s h4 {
  color: red;
  text-align: center;
  margin: 20px auto;
}
.new-info-s p {
  width: 892px;
  height: 40px;
  font-size: 14px;
  line-height: 40px;
  background: #fafafa;
  border: 1px solid #d2d2d2;
  padding-left: 200px;
}
.new-info-s p a {
  margin-right: 10px;
}
.new-info-s p a:nth-child(1) {
  background: url(../img/new_07.png) no-repeat left;
  height: 16px;
  display: inline-block;
  width: 16px;
}
.new-info-s p a:nth-child(2) {
  background: url(../img/new_07.png) no-repeat -23px;
  height: 16px;
  display: inline-block;
  width: 16px;
}
.new-info-s p a:nth-child(3) {
  background: url(../img/new_07.png) no-repeat -46px;
  height: 16px;
  display: inline-block;
  width: 16px;
}
.new-info-s p a:nth-child(4) {
  background: url(../img/new_07.png) no-repeat -69px;
  height: 16px;
  display: inline-block;
  width: 16px;
}
.new-info-s p a:nth-child(5) {
  background: url(../img/new_07.png) no-repeat -92px;
  height: 16px;
  display: inline-block;
  width: 16px;
}
.new-info-s p a:nth-child(6) {
  background: url(../img/new_07.png) no-repeat -115px;
  height: 16px;
  display: inline-block;
  width: 16px;
}
.new-info-x p {
  line-height: 28px;
}
.new-info-x{
  margin-top: 15px;
}
.new-info-x .fp {
  float: left;
}
.new-info-x .fp:last-child {
  margin-left: 30px;
}
.new-info-x .fp a {
  color: red;
}
.liuyan input {
  width: 400px;
  height: 40px;
  border: 1px solid #d2d2d2;
  margin-bottom: 20px;
}
.liuyan form {
  margin-top: 20px;
  margin-left: 175px;
}
.liuyan form img {
  margin-top: -95px;
  margin-left: 320px;
}
.liuyan p label {
  width: 90px;
  text-align: right;
  font-weight: normal;
}
textarea {
  width: 600px;
  border: 1px solid #d2d2d2;
  height: 125px;
}
.liuyan p .yz {
  width: 200px;
  height: 30px;
  padding-left: 20px;
}
.liuyan p .tj {
  width: 100px;
  height: 40px;
  margin-left: 89px;
  background: #c3c3c3;
  color: white;
}
.liuyan p .cz {
  width: 100px;
  height: 40px;
  margin-left: 20px;
  background: #c3c3c3;
  color: white;
}
.sz {
  padding-right: 20px;
}
.zhaopin {
  width: 875px;
  margin-left: 30px;
  margin-top: 30px;
}
.zhaopin ul li {
  display: inline-block;
}
.tou {
  background: #e0090b;
  height: 38px;
  line-height: 38px;
  color: white;
  width: 800px;
  display: inline-block;
  margin-bottom: 10px;
}
.ccc {
  background: #edf1f5;
  height: 38px;
  line-height: 38px;
  color: black;
  width: 800px;
  display: inline-block;
  margin-bottom: 10px;
  cursor: pointer;
  margin-top: 10px;
}
.ccc ul li {
  width: 155px;
  text-align: center;
}
.tou li {
  width: 155px;
  text-align: center;
  display: inline-block;
  list-style: none;
}
.yc {
  margin-left: 15px;
  height: 160px;
}
.yc li {
  display: block !important;
  width: 800px !important;
  text-align: left !important;
  line-height: 28px !important;
}
.toudi {
  text-align: center;
  height: 50px;
  width: 600px;
  background: #f4f4f4;
  border-radius: 20px;
  border: 1px solid #d2d2d2;
  line-height: 50px;
  margin: 20px auto;
}
.toudi p {
  background: url(../img/jl_03.png) no-repeat 95px;
  text-indent: 36px;
}
.toudi p a {
  color: black;
}
.ry-info ul li p {
  text-align: center;
  margin: 20px auto;
}
.ry-info >p{
  line-height: 2;
  font-size: 14px;
}
.ry-info >p>span{
  font-size: 14px!important;
}
.bdsharebuttonbox {
  margin-top: -43px;
  margin-left: 500px;
}
.two-x div p {
  color: black;
    line-height: 2;
}
.dt {
  position: absolute;
  left: 50%;
  top: 70.8%;
}
.dt .yi {
  border: 5px solid #d2d2d2;
}
.dt img {
  width: 500px;
}
.one-x > h3 {
  height: 50px;
  line-height: 50px;
  border-bottom: 1px solid #ededed;
  margin-bottom: 30px ;
  padding-left: 30px;
  background: url("../img/hk.png") no-repeat left;
}
.one-x > h3 span {
  font-size: 16px;
}
.one-x li {
  padding-bottom: 30px;
  border-bottom: 1px solid #ededed;
}
.one-x li > a {
    display: inline-block;
    border: 1px solid #ededed;
    float: left;
    /*width: 30%;*/
    text-align: center;
    line-height: 2;
}
.one-x li > a img {
  width: 282px;
  height: 208px;
}
.one-x li .one-x_r {
  width: 575px;
  float: left;
  margin-left: 35px;
}
.one-x li .one-x_r > p {
  line-height: 2;
}
.one-x li .one-x_r > p a {
  color: #e3090c;
}
.one-x li .one-x_r > p span {
  display: inline-block;
  vertical-align: top;
}
.one-x li .one-x_r > p i {
  width: 495px;
  max-height: 85px;
  overflow: hidden;
  display: inline-block;
  vertical-align: top;
}
.one-x li .one-x_r > a {
  text-align: center;
  line-height: 30px;
  display: block;
  width: 100px;
  height: 30px;
  border-radius: 20px;
  background-color: #e3090c;
  color: #fff;
  margin-top: 8px;
}
