@charset "UTF-8";

body, button, dd, div, dl, dt, fieldset, form, h1, h2, h3, h4, h5, h6, input, legend, li, ol, p, pre, td, textarea, th, ul {
  padding: 0;
  margin: 0;
  border: none;
}
body {
  background: #fff;
  color: #555;
  font-size: 14px;
  font-family: Microsoft YaHei, Verdana, Arial, Helvetica, sans-serif;
  width: 100%;
}
caption, td, th {
  font-size: 14px;
}
h1, h2, h3, h4, h5, h6 {
  font-weight: 400;
  font-size: 100%;
}
address, caption, cite, code, dfn, em, strong, th, var {
  font-style: normal;
  font-weight: 400;
}
a {
  color: #555;
  text-decoration: none;
}
a:hover {
  text-decoration: none;
}
img {
  border: 0;
  margin: 0;
}
ol {
  list-style: none;
}
button, input, select, textarea {
  font: 14px Verdana, Helvetica, Arial, sans-serif;
}
table {
  border-collapse: collapse;
}
html {
  overflow-y: scroll;
}
.clearfix:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}
::selection {
  background: #FE7E00;
}
::-moz-selection {
  background: #FE7E00;
}
li, ol, ul {
  list-style: none;
}

/********************************/
.x-header1 {
  width: 100%;
  min-width: 1200px;
  height: 520px;
  background: url(https://file.shxdf.cn/index/image/112902/06_csxf/b1.jpg) no-repeat center center;
}
.xh1-item {
  width: 1200px;
  height: 520px;
  margin: 0 auto;
  position: relative;
}
.xh1-item-title {
  width: 345px;
  height: 90px;
  position: absolute;
  margin-left: -239px;
  left: 50%;
  top: 188px;
  background: url(https://file.shxdf.cn/index/image/112902/06_csxf/1.png) no-repeat;
  padding-left: 146px;
  color: #fff;
  font-weight: 500;
  font-size: 68px;
  line-height: 105px;
  text-align: left;
}
.xh1-item-title span {
  display: inline-block;
  float: left;
  height: 90px;
  opacity: 0;
  filter: blur(30px);
  -moz-filter: blur(30px);
  -webkit-filter: blur(30px);
}
.xh1-item-title.on span {
  opacity: 1;
  filter: blur(0);
  transition: 1s;
  -moz-transition: 1s;
  -webkit-transition: 1s;
  color: #fff;
}

/*************/
.x-container {
  width: 100%;
  min-width: 1200px;
  overflow: hidden;
  text-align: center;
}
.x-container .xc-item {
  width: 1200px;
  margin: 0 auto;
  overflow: hidden;
}
.c1-item {
  padding-bottom: 80px;
}
.container1 .c1-m1 {
  width: 1200px;
  margin: 0 auto;
}
.container1 .c1-m1 > h5 {
  font-size: 39px;
  font-weight: 600;
  color: #ff6000;
  line-height: 1;
  padding-top: 60px;
}
.container1 .c1-m1 > p {
  font-size: 25px;
  color: #000;
  line-height: 3.2;
}
.container1 .c1-m1 > .c1-m1-btn {
  width: 1200px;
  text-align: center;
  padding-top: 20px;
}
.container1 .c1-m1 > .c1-m1-btn > a {
  display: inline-block;
  line-height: 1;
  font-size: 17px;
  color: #fff;
  padding: 9px 18px;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  margin: 0 7px;
}
.container1 .c1-m1 > .c1-m1-btn > a[data-orange] {
  background: #ff6000;
}
.container1 .c1-m1 > .c1-m1-btn > a[data-yellow] {
  background: #fcd913;
  color: #000;
}
.container2 .c2-bar {
  width: 100%;
  height: 86px;
  background: #ff6000;
  text-align: center;
}
.c2-bar .c2-bar-item {
  display: inline-block;
  margin: 0 auto;
  height: 86px;
  color: #fff;
  font-size: 22px;
  line-height: 86px;
}
.c2-bar .c2-bar-item a {
  display: inline-block;
  height: 86px;
  line-height: 86px;
  float: left;
  padding-left: 20px;
  color: #fff600;
}
.c2-bar .c2-bar-item p {
  display: inline-block;
  width: 86px;
  height: 68px;
  float: left;
  position: relative;
  background: #fcd913;
  text-align: center;
  line-height: 1.2;
  font-size: 20px;
  color: #0e090a;
  font-weight: 600;
  margin-right: 50px;
  padding-top: 18px;
}
.c2-bar .c2-bar-item p::before {
  content: "";
  position: absolute;
  right: -7px;
  top: 50%;
  border-top: 7px solid transparent;
  border-left: 7px solid #fcd913;
  border-bottom: 7px solid transparent;
  margin-top: -7px;
}
.c2-bar .c2-bar-item b {
  height: 86px;
  float: left;
}
.cx-form {
  width: 100%;
  min-width: 1200px;
  height: 127px;
  background: #f3f3f3;
  overflow: hidden;
}
.cx-form .cx-form-item {
  width: 1200px;
  height: 50px;
  margin: 38.5px auto 0 auto;
}
.cx-form .cx-form-item > input {
  width: 370px;
  float: left;
  height: 50px;
  outline: none;
  color: #aaa;
  font-size: 16px;
  padding: 0 15px;
  margin-right: 15px;
  transition: 0.4s;
  -moz-transition: 0.4s;
  -webkit-transition: 0.4s;
}
.cx-form .cx-form-item > input:focus {
  box-shadow: 2px 4px 10px #ccc;
  -moz-box-shadow: 2px 4px 10px #ccc;
  -webkit-box-shadow: 2px 4px 10px #ccc;
}
.cx-form .cx-form-item > a {
  display: block;
  width: 350px;
  height: 50px;
  float: right;
  text-align: center;
  line-height: 50px;
  background: #ff6000;
  color: #fff;
  font-size: 18px;
  transition: 0.4s;
  -moz-transition: 0.4s;
  -webkit-transition: 0.4s;
}
.cx-form .cx-form-item > a > span {
  display: inline-block;
  width: 50px;
  height: 22px;
  background: url(https://file.shxdf.cn/index/image/112902/06_csxf/1.png) no-repeat;
  background-position: 0 -142px;
  vertical-align: middle;
  margin-left: 10px;
}
.cx-form .cx-form-item a:hover {
  box-shadow: 2px 4px 10px #ccc;
  -moz-box-shadow: 2px 4px 10px #ccc;
  -webkit-box-shadow: 2px 4px 10px #ccc;
}
.xc-title {
  width: 1200px;
  text-align: center;
}
.xc-title h5 {
  display: block;
  font-size: 39px;
  font-weight: 600;
  color: #000;
  line-height: 1;
  padding-top: 90px;
  padding-bottom: 25px;
}
.xc-title p {
  display: inline-block;
  line-height: 1;
  padding: 9px 19px;
  background: #ff6000;
  color: #fff;
  font-size: 17px;
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
}
.c2-item .c2-item-list {
  width: 1200px;
  padding: 70px 0 20px 0;
}
.c2-item .c2-item-list ul {
  width: 1200px;
}
.c2-item .c2-item-list ul li {
  width: 285px;
  padding-top: 187px;
  margin-right: 20px;
  float: left;
  background-position: center top;
  background-repeat: no-repeat;
  text-align: left;
}
.c2-item .c2-item-list ul li > .c2-item-remark {
  width: 285px;
  overflow: hidden;
}
.c2-item .c2-item-list ul li .c2-item-remark > h5 {
  width: 285px;
  font-size: 18px;
  font-weight: 600;
  line-height: 1;
  padding: 19px 0 14px 0;
  color: #000;
}
.c2-item .c2-item-list ul li .c2-item-remark > p {
  width: 285px;
  font-size: 16px;
  font-weight: 200;
  color: #333;
  line-height: 1.4;
}
.container3 .c3-bar {
  width: 100%;
  min-width: 1200px;
  height: 120px;
  background: #f3f3f3;
  margin-top: 110px;
}
.container3 .c3-bar .c3-bar-form {
  float: right;
  height: 50px;
  margin-top: 35px;
}
.container3 .c3-bar .c3-bar-item {
  width: 1200px;
  height: 120px;
  margin: 0 auto;
  background: url(https://file.shxdf.cn/index/image/112902/06_csxf/b2.jpg) no-repeat;
  background-position: 0 center;
}
.container3 .c3-bar .c3-bar-form input {
  width: 370px;
  float: left;
  height: 50px;
  outline: none;
  color: #aaa;
  font-size: 16px;
  padding: 0 15px;
  transition: 0.4s;
  -moz-transition: 0.4s;
  -webkit-transition: 0.4s;
}
.container3 .c3-bar .c3-bar-form a {
  display: inline-block;
  height: 50px;
  line-height: 50px;
  background: #ff6000;
  color: #fff;
  padding: 0 20px;
  font-size: 18px;
}
.container3 .c3-bar .c3-bar-form a:hover {
  box-shadow: 2px 4px 10px #ccc;
  -moz-box-shadow: 2px 4px 10px #ccc;
  -webkit-box-shadow: 2px 4px 10px #ccc;
}
.container3 .c3-list {
  width: 1200px;
  padding-top: 30px;
}
.container3 .c3-list > ul {
  width: 1200px;
  margin-top: 30px;
}
.container3 .c3-list > ul li {
  width: 232px;
  float: left;
  margin-right: 10px;
  padding-top: 153px;
  background-position: center top;
  background-repeat: no-repeat;
  color: #333;
}
.container3 .c3-list > ul li > h4 {
  display: inline-block;
  width: 232px;
  line-height: 1;
  padding: 14px 0 8px 0;
  font-size: 18px;
  font-weight: 600;
}
.container3 .c3-list > ul li > span {
  display: inline-block;
  width: 232px;
  line-height: 1.3;
  font-size: 15px;
}
.xc-btn {
  display: block;
  width: 1200px;
  margin: 0 auto;
  text-align: center;
}
.container3 .xc-btn {
  padding-top: 50px;
}
.xc-btn > a {
  display: inline-block;
  padding: 8px 19px;
  background: #ff6000;
  color: #fff;
  font-size: 17px;
  font-weight: 300;
  border-radius: 19px;
  -webkit-border-radius: 19px;
  -moz-border-radius: 19px;
  transition: opacity 400ms;
  -moz-transition: opacity 400ms;
  -webkit-transition: opacity 400ms;
}
.xc-btn > a:hover {
  opacity: .8;
}
.container4 {
  padding: 100px 0 110px 0;
}
.c4-list {
  width: 1200px;
  margin: 0 auto;
  padding-top: 30px;
}
.c4-list ul {
  width: 1200px;
  margin-top: 44px;
}
.c4-list ul li {
  width: 394px;
  float: left;
  margin-right: 9px;
}
.c4-list ul li > .c4-list-title {
  display: inline-block;
  width: 394px;
  text-align: center;
  font-weight: bold;
  font-size: 22px;
  color: #ff6000;
  line-height: 1.5;
}
.c4-list ul li > .c4-list-title span {
  color: #000;
}
.c4-list ul li > .c4-list-stitle {
  display: inline-block;
  width: 394px;
  text-align: center;
  font-size: 16px;
  font-weight: 400;
  color: #333;
  line-height: 1.6;
  padding-bottom: 14px;
}
.c4-list ul li > .c4-list-pic {
  width: 394px;
  height: 188px;
  background-position: center top;
  background-repeat: no-repeat;
  margin-bottom: 2px;
}
.c4-list ul li > .c4-list-remark {
  width: 394px;
  height: 40px;
  line-height: 40px;
}
.c4-list ul li > .c4-list-remark > a {
  width: 197px;
  height: 40px;
  float: left;
  color: #fff;
  font-weight: 300;
  font-size: 16px;
}
.c4-list ul li > .c4-list-remark > a[data-orange] {
  background: #ff6000;
}
.c4-list ul li > .c4-list-remark > a[data-black] {
  background: #333;
}
.container5 {
  background: #f3f3f3;
}
.container5 .c5-item .c5-i-l {
  width: 610px;
  height: 690px;
  float: left;
}
.container5 .c5-item .c5-i-r {
  display: block;
  width: 530px;
  height: 690px;
  float: right;
}
.container5 .c5-item .c5-i-l > p {
  display: block;
  width: 100%;
  font-size: 22px;
  font-weight: 400;
  color: #666;
  text-align: center;
  padding-top: 80px;
  padding-bottom: 30px;
}
.container5 .c5-item .c5-i-l > div {
  display: block;
  font-size: 18px;
  font-weight: 300;
  text-align: center;
  width: 100%;
  background: #ececec;
  color: #828282;
  padding: 27px 0 0 0;
  line-height: 45px;
}
.container5 .c5-item .c5-i-l > div > p {
  display: block;
  width: 100%;
  height: 60px;
  line-height: 60px;
  margin-top: 20px;
  text-align: center;
  background: #828282;
}
.container5 .c5-item .c5-i-l > div > p > a {
  display: inline-block;
  width: 170px;
  height: 40px;
  line-height: 40px;
  border-radius: 26px;
  font-weight: 400;
  background: #fff;
  color: #4b4b4b;
}
.container5 .c5-item .c5-i-r > p {
  display: block;
  width: 100%;
  font-size: 22px;
  font-weight: 400;
  color: #ee7800;
  text-align: center;
  padding-top: 80px;
  padding-bottom: 30px;
}
.c5-form {
  display: block;
  width: 100%;
  height: 423px;
  background: #ececec;
}
.c5-form .c5-form-inner {
  display: block;
  width: 100%;
  background: #ee7800;
  padding-bottom: 38px;
}
.c5-form .c5-form-inner .c5-f-i-item {
  display: block;
  width: 420px;
  margin: 0 auto;
}
.c5-radio {
  display: block;
  width: 100%;
  padding-top: 40px;
  padding-bottom: 10px;
}
.c5-radio > p {
  display: block;
  height: 30px;
  line-height: 30px;
  color: #fff;
  font-size: 22px;
  float: right;
  font-weight: 200;
  padding: 0 10px;
}
.c5-radio > p > input {
  font-size: 12px;
  margin: 2px 8px 0 4px;
}
.c5-input {
  display: block;
  width: 100%;
  height: 35px;
  padding: 13px 0;
}
.c5-input > span {
  display: block;
  width: 120px;
  height: 35px;
  line-height: 35px;
  float: left;
  color: #fff;
  font-size: 20px;
  font-weight: 200;
}
.c5-input > input {
  display: block;
  width: 300px;
  height: 35px;
  float: right;
  outline: none;
}
.c5-form > p {
  display: block;
  width: 100%;
  height: 60px;
  line-height: 60px;
  text-align: center;
  background: #ececec;
}
.c5-form > p > a {
  display: inline-block;
  width: 170px;
  height: 40px;
  line-height: 40px;
  border-radius: 26px;
  font-weight: 400;
  background: #ee7800;
  color: #fff;
  font-size: 18px;
}