@charset "utf-8";
*,
*:before,
*:after {
  margin: 0;
  padding: 0;
  font-style: normal;
  list-style: none;
}
html,
body {
  width: 100%;
  height: 100%;
}
body {
  font-size: 14px;
  color: #333;
  font-family: "Microsoft YaHei", "SimSun", "Helvetica Neue", Arial, Helvetica, sans-serif;
  min-width: 1200px;
  background: #fff;
  overflow-x: hidden;
}
a {
  color: #333;
  text-decoration: none;
  cursor: pointer;
  transition: all 0.3s;
}
a:active {
  outline: 0;
}
a:hover {
  outline: 0;
  color: #317CB5;
  text-decoration: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
  margin: auto;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: 100%;
  font-weight: normal;
}
em,
i {
  font-style: normal;
}
img {
  vertical-align: middle;
}
input,
select,
textarea {
  font-family: "Microsoft YaHei", "simsun", "Helvetica Neue", Arial, Helvetica, sans-serif;
}
textarea {
  overflow: auto;
}
input:focus,
textarea:focus,
button:focus,
select:focus {
  outline: 0;
}
input::-ms-clear {
  display: none;
}
.clearfix,
.clear:after,
.container:after {
  width: 100%;
  clear: both;
  line-height: 0;
  display: block;
  overflow: hidden;
  zoom: 1;
  font-size: 0;
  content: '.';
}
/* all */
.container {
  width: 1200px;
  margin: 0 auto;
}
.mb40 {
  margin-bottom: 40px;
}
.mt40 {
  margin-top: 40px;
}
.ptbmain {
  padding-top: 60px;
  padding-bottom: 70px;
}
.ptbmains {
  padding-top: 40px;
  padding-bottom: 60px;
}
.web_but {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  overflow: hidden;
  width: 100%;
}
.web_but > * {
  margin: 0 5px;
  border: 1px solid #dddddd;
  padding: 0 15px;
  line-height: 38px;
  border-radius: 5px;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.web_but a {
  position: relative;
  padding-right: 30px;
}
.web_but a:before {
  content: "";
  position: absolute;
  right: 15px;
  top: 50%;
  width: 0;
  height: 0;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-top: 6px solid #cfcfcf;
  margin-top: -3px;
}
.web_but a:hover {
  background: #317CB5;
  color: #fff;
}
.web_but a:hover:before {
  border-top-color: #fff;
}
.web_but span {
  background: #f09811;
  color: #fff;
}
.web_but .iconfont {
  margin-right: 5px;
  font-size: 20px;
}
.web_tit {
  line-height: 1.1;
  overflow: hidden;
  text-align: center;
  background: url(../images/icon_tit.png) center bottom no-repeat;
  padding-bottom: 15px;
  color: #f09811;
}
.web_tit strong {
  font-weight: normal;
  color: #317CB5;
}
.web_tit span {
  font-size: 30px;
}
.web_tit span:before,
.web_tit span:after {
  content: "\e60e";
  font-family: "iconfont" !important;
  padding: 0 10px;
  display: inline-block;
  color: #f09811;
}
.web_tit span:before {
  transform: scaleX(-1);
}
.web_tit p {
  color: #999999;
  display: block;
  overflow: hidden;
  padding-top: 10px;
}
.webj {
  background: #fff;
}
.wehbj {
  background: #fafafa;
}
.web_line {
  height: 1px;
  background: #e5e5e5;
  width: 100%;
  overflow: hidden;
}
.in_pic {
  overflow: hidden;
}
.in_pic img {
  width: 100%;
  height: auto;
}
.main_left {
  width: 900px;
  float: left;
}
.main_right {
  width: 270px;
  float: right;
}
/* header */
header {
  background: #fff;
}
header .top {
  background: #f09811;
  height: 34px;
  line-height: 34px;
  font-size: 12px;
  color: #fff;
}
header .top .tips {
  float: left;
}
header .top .href {
  float: right;
  color: #fff;
}
header .top .href a {
  padding: 0 5px;
  color: #fff;
}
header .top .href a:hover {
  text-decoration: underline;
}
header .head {
  position: relative;
  z-index: 888;
  padding: 15px 0;
  background: url(../images/bj_top.png) center top no-repeat;
}
header .head .container {
  position: relative;
}
header .head .logo {
  float: left;
}
header .head .logo img {
  width: 110px;
  height: 110px;
}
header .head .logowz {
  float: left;
  font-size: 16px;
  line-height: 1.8;
  padding: 30px 0 0 20px;
  text-align: center;
}
header .head .logowz span {
  display: block;
  overflow: hidden;
  background: #f09811;
  color: #fff;
  padding: 0 10px;
  font-size: 20px;
  margin-bottom: 5px;
  letter-spacing: 2px;
}
header .head .logowz p {
  display: block;
  overflow: hidden;
  color: #666;
}
header .head nav {
  float: right;
  margin: 65px 0 0 0;
}
header .head nav li {
  float: left;
  margin-left: 5px;
}
header .head nav li > a {
  display: block;
  overflow: hidden;
  padding: 0 18px;
  position: relative;
  font-size: 16px;
  line-height: 40px;
  border-radius: 5px;
}
header .head nav li:first-child {
  margin-left: 0;
}
header .head nav li:hover > a,
header .head nav li.on > a {
  color: #fff;
  background: #317CB5;
}
header .head .box {
  position: absolute;
  right: 0px;
  top: 15px;
}
header .head .search {
  float: left;
  position: relative;
}
header .head .search input::-webkit-input-placeholder {
  color: #c8c8c8;
}
header .head .search input::-moz-placeholder {
  color: #c8c8c8;
}
header .head .search input:-moz-placeholder {
  color: #c8c8c8;
}
header .head .search input:-ms-input-placeholder {
  color: #c8c8c8;
}
header .head .search select {
  float: left;
  background: #f09811;
  color: #fff;
  height: 32px;
  border: 0;
  padding: 0 0 0 5px;
  line-height: 30px;
}
header .head .search input[type='text'] {
  width: 168px;
  height: 30px;
  border: 1px solid #e5e5e5;
  padding: 0 40px 0 10px;
  float: left;
}
header .head .search input[type='text']:focus {
  background: #fcfcfc;
}
header .head .search button {
  position: absolute;
  right: 0px;
  top: 0px;
  width: 30px;
  height: 32px;
  background: none;
  cursor: pointer;
  border: 0;
  font-size: 16px;
}
header .head .tel {
  float: left;
  font-size: 24px;
  color: #f09811;
  padding: 0 30px 0 0;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
header .head .tel .iconfont {
  font-size: 30px;
  margin-right: 10px;
}
/* footer */
footer {
  background: #302f2f;
  width: 100%;
  overflow: hidden;
  line-height: 30px;
  color: #fff;
}
footer a {
  color: #fff;
}
footer a:hover {
  color: rgba(255, 255, 255, 0.5);
}
footer .box {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
footer .link {
  border-bottom: 1px solid #3a4251;
  padding: 25px 0;
  overflow: hidden;
}
footer .link .tit {
  background: #384144;
  height: 40px;
  line-height: 40px;
  width: 92px;
  text-align: center;
}
footer .link .xun {
  -webkit-box-flex: 1;
  -moz-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  padding: 5px 0 0 10px;
}
footer .link .xun a {
  margin-left: 10px;
  display: block;
  overflow: hidden;
  float: left;
  line-height: 30px;
}
footer .foot {
  padding: 30px 0;
  overflow: hidden;
}
footer .foot .box {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
footer .foot .logo img {
  width: 180px;
  height: auto;
}
footer .foot dl dt {
  font-size: 16px;
  padding-bottom: 5px;
}
footer .foot dl dd {
  opacity: 0.8;
}
footer .foot dl dd ul {
  float: left;
}
footer .foot dl dd ul:first-of-type {
  min-width: 90px;
}
footer .foot .ewm {
  text-align: center;
  margin-top: 5px;
}
footer .foot .ewm li {
  float: left;
  margin-left: 20px;
}
footer .foot .ewm li img {
  width: 140px;
  height: auto;
}
footer .foot .ewm li p {
  display: block;
  overflow: hidden;
  border: 1px solid #666;
  border-top: 0;
  color: #888;
}
footer .foot .ewm li:first-child {
  margin-left: 0;
}
footer .foot .cont {
  width: 460px;
}
footer .foot .cont li {
  float: left;
  width: 230px;
}
footer .foot .cont li .but {
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  border: 1px solid #fff;
  border-radius: 50%;
  display: block;
  overflow: hidden;
  float: left;
  margin-right: 20px;
}
footer .foot .cont li .but .iconfont {
  font-size: 24px;
}
footer .foot .cont li .but:hover {
  background: #f09811;
  border-color: #f09811;
  color: #fff;
}
footer .foot .cont li:first-child {
  margin: 5px 0 15px 0;
}
footer .foot .cont li.all {
  width: 100%;
}
footer .copy {
  background: #252424;
  width: 100%;
  overflow: hidden;
  padding: 10px 0;
  color: #aaaaaa;
}
footer .copy a {
  color: #aaaaaa;
}
footer .copy a:hover {
  color: #fff;
}
footer .copy .left {
  float: left;
}
footer .copy .right {
  float: right;
}
/* backtop */
.backtop {
  position: fixed;
  right: 10px;
  bottom: 50px;
  display: none;
  font-size: 30px;
  cursor: pointer;
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  background: #317CB5;
  color: #fff;
  transition: all 0.3s;
}
.backtop:hover {
  background: #f09811;
}
/* banner */
.banner {
  width: 100%;
}
.banner a {
  display: block;
  overflow: hidden;
  width: 100%;
  height: 615px;
  background-repeat: no-repeat;
  background-position: center top;
}
.banner .banner-num {
  position: absolute;
  z-index: 99;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  bottom: 25px;
}
.banner .banner-num .swiper-pagination-bullet {
  width: 12px;
  height: 12px;
  margin: 0 5px;
  cursor: pointer;
}
.banner .banner-num .swiper-pagination-bullet-active {
  background: #317CB5;
}
/* banner_nei */
.banner_nei {
  width: 100%;
  height: 400px;
  background-repeat: no-repeat;
  background-position: center top;
}
/* but-prev but-next */
.but-prev,
.but-next {
  position: absolute;
  top: 50%;
  width: 54px;
  height: 54px;
  line-height: 54px;
  border-radius: 50%;
  margin-top: -27px;
  box-shadow: 0 2px 4px rgba(49, 124, 181, 0.2);
  background: #fff;
  font-size: 24px;
  text-align: center;
  z-index: 5;
  cursor: pointer;
  color: #999;
  transition: all 0.3s;
  outline: 0;
}
.but-prev:hover,
.but-next:hover {
  background: #317CB5;
  color: #fff;
}
/* tan_box */
#tan_box {
  display: none;
  position: fixed;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  background: rgba(0, 0, 0, 0.8);
  z-index: 9999;
}
.tan_box {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  padding: 40px;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.tan_box img {
  max-height: 100%;
  max-width: 100%;
}
.tan_box .close {
  width: 36px;
  height: 36px;
  line-height: 36px;
  text-align: center;
  position: absolute;
  right: 0px;
  top: 0px;
  background: #fff;
  cursor: pointer;
  box-shadow: 0 0 5px #ccc;
  transition: all 0.3s;
  border-radius: 0 0 0 5px;
}
.tan_box .close .iconfont {
  display: inline-block;
  transition: all 0.3s;
}
.tan_box .close:hover {
  background: #317CB5;
}
.tan_box .close:hover .iconfont {
  transform: rotate(360deg);
  color: #fff;
}
/* page_list */
.page_list {
  width: 100%;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding: 40px 0 0 0;
}
.page_list li {
  margin: 0 7px;
}
.page_list li a {
  display: block;
  overflow: hidden;
  width: 34px;
  height: 34px;
  line-height: 34px;
  text-align: center;
  border: 1px solid #ddd;
  background-repeat: no-repeat;
  background-position: center center;
  color: #999;
  font-family: 'Arial';
}
.page_list li a:hover {
  border: 1px solid #317CB5;
  color: #317CB5;
}
.page_list .on a {
  border: 1px solid #317CB5;
  background: #317CB5;
  color: #fff !important;
}
/* web_cate */
.web_cate {
  width: 100%;
  box-shadow: 5px 0 10px #eee;
  position: relative;
  z-index: 9;
}
.web_cate ul {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.web_cate ul li {
  position: relative;
}
.web_cate ul li:before {
  content: "";
  top: 50%;
  width: 0;
  height: 22px;
  border-left: 1px dotted #ddd;
  position: absolute;
  left: 0px;
  margin-top: -11px;
}
.web_cate ul li:after {
  content: "";
  left: 0px;
  top: 0;
  right: 0px;
  bottom: 0px;
  border: 1px solid #f09811;
  border-bottom: 0;
  position: absolute;
  z-index: 1;
  background: #fff;
  border-radius: 5px 5px 0 0;
  display: none;
}
.web_cate ul li > a {
  display: block;
  overflow: hidden;
  font-size: 18px;
  padding: 0 32px;
  line-height: 60px;
  position: relative;
  z-index: 2;
}
.web_cate ul li > a:before {
  display: none;
  content: "";
  position: absolute;
  right: 30px;
  top: 50%;
  margin-top: -7px;
  width: 9px;
  height: 9px;
  border-right: 1px solid #bbb;
  border-bottom: 1px solid #bbb;
  transform: rotate(45deg);
  transition: all 0.3s;
}
.web_cate ul li .sub {
  display: none;
  position: absolute;
  left: 50%;
  top: 100%;
  background: #fff;
  white-space: nowrap;
  border: 1px solid #f09811;
  padding: 10px;
  transform: translateX(-50%);
  border-radius: 5px;
  margin-top: -1px;
}
.web_cate ul li .sub a {
  line-height: 30px;
  padding: 0 15px;
  color: #666;
  position: relative;
}
.web_cate ul li .sub a:before {
  content: "";
  top: 50%;
  width: 0;
  height: 18px;
  border-left: 1px dotted #ddd;
  position: absolute;
  left: 0px;
  margin-top: -9px;
}
.web_cate ul li .sub a:hover {
  color: #f09811;
}
.web_cate ul li .sub a:first-child:before {
  display: none;
}
.web_cate ul li:first-child:before {
  display: none;
}
.web_cate ul li.drop > a {
  padding-right: 48px;
}
.web_cate ul li.drop > a:before {
  display: block;
}
.web_cate ul li:hover > a {
  color: #f09811;
}
.web_cate ul li:hover > a:before {
  margin-top: -1px;
  border-right-color: #f09811;
  border-bottom-color: #f09811;
  transform: rotate(225deg);
}
.web_cate ul li.drop:hover:after {
  display: block;
}
.web_cate ul li.on > a {
  color: #f09811;
}
.web_cate ul li.on > a:before {
  border-right-color: #f09811;
  border-bottom-color: #f09811;
}
/* position */
.position {
  width: 100%;
  overflow: hidden;
  line-height: 1;
  box-shadow: 5px 0 10px #eee;
}
.position .container {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  height: 60px;
}
.position .container:after {
  display: none;
}
.position .iconfont {
  font-size: 20px;
  margin-right: 5px;
  color: #f09811;
  margin-top: -2px;
}
.position .pos {
  -webkit-box-flex: 1;
  -moz-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
.position .pos b {
  color: #f09811;
}
.position .back {
  color: #999;
}
.position .back:hover {
  color: #317CB5;
}
/* xg_box */
.xg_box {
  background: #fff;
  overflow: hidden;
  box-shadow: 0 0 20px #eee;
}
.xg_box .tit {
  line-height: 50px;
  background: #317CB5;
  text-align: center;
  font-size: 18px;
  font-weight: bold;
  color: #fff;
}
.xg_box > .box {
  padding: 30px;
  overflow: hidden;
}
.xg_box .wzxun {
  overflow: hidden;
  margin: -10px -20px 0 -20px;
}
.xg_box .wzxun li {
  float: left;
  width: 550px;
  margin: 0 20px;
  border-bottom: 1px dotted #ddd;
  line-height: 46px;
}
.xg_box .wzxun li span {
  float: right;
  color: #888;
  font-size: 12px;
}
.xg_box .wzxun li a {
  display: block;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  position: relative;
  padding: 0 0 0 15px;
}
.xg_box .wzxun li a:before {
  content: '';
  position: absolute;
  left: 0px;
  top: 50%;
  width: 0;
  height: 0;
  transform: translateY(-50%);
  border-top: 5px solid transparent;
  border-left: 8px solid #317CB5;
  border-bottom: 5px solid transparent;
}
.xg_box .picxun {
  margin: -10px;
  overflow: hidden;
}
.xg_box .picxun li {
  width: 270px;
  float: left;
  margin: 10px;
  overflow: hidden;
  text-align: center;
  line-height: 1;
}
.xg_box .picxun li .pic {
  display: block;
  overflow: hidden;
}
.xg_box .picxun li .pic img {
  width: 100%;
  height: 200px;
  transition: all 0.3s;
}
.xg_box .picxun li .pic img:hover {
  transform: scale(1.1);
}
.xg_box .picxun li .bt {
  display: block;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  font-size: 16px;
  margin-top: 20px;
}
/* web_code */
.web_code {
  display: none;
}
@media (max-width: 1200px) {
  .but-prev,
  .but-next {
    display: none;
  }
}
