@charset "utf-8";
body,
div,
span,
h1,
h2,
h3,
h4,
h5,
h6,
p,
em,
img,
strong,
b,
small,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
sub,
sup,
tt,
var,
del,
dfn,
ins,
kbd,
q,
s,
samp,
strike,
applet,
object,
iframe,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
menu,
nav,
output,
ruby,
section,
summary,
time,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
mark,
audio,
video,
input,
textarea,
select {
  margin: 0;
  padding: 0;
}
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  outline: 0;
}
ol,
ul {
  list-style: none;
}
li {
  list-style: none;
}
html {
  overflow-x: hidden;
  -webkit-text-size-adjust: none;
}
body {
  font-family: "Arial", "Microsoft YaHei", serif;
  margin: 0 auto;
  -webkit-font-smoothing: antialiased;
  background: #fff;
 /* font-size: 12px;
  line-height: 1; */
  color: #666;
  min-width: 1350px;
  overflow: hidden;
}
em,
i {
  font-style: normal;
}
/*a 链接*/
a {
  text-decoration: none;
  outline: none;
  color: #666;
}
a:hover {
  color: #fe6000;
}
a:focus {
  outline: none;
}
a {
  text-decoration: none;
  outline: none;
}
a:visited {
  color: #666;
}
fieldset,
img {
  border: 0;
  vertical-align: middle;
}
/*浮动*/
.clearfix {
  *zoom: 1;
  clear: both;
}
.clearfix:after {
  clear: both;
  display: block;
  height: 0;
  visibility: hidden;
  line-height: 0;
  content: '\20';
}
/* HTML5 重置为较旧版本的浏览器 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
menu,
nav,
section {
  display: block;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
/* 按钮样式 */
input,
button,
textarea,
select {
  resize: none;
  padding: 0;
  color: #666;
  font-size: 12px;
  outline: none;
}
input[type="button"] {
  cursor: pointer;
  border: 0;
}
input[type="submit"] {
  cursor: pointer;
  border: 0;
}
input[type="reset"] {
  cursor: pointer;
  border: 0;
}
/*删除火狐下按钮默认样式*/
input[type="reset"]::-moz-focus-inner,
input[type="button"]::-moz-focus-inner,
input[type="submit"]::-moz-focus-inner,
input[type="file"] > input[type="button"]::-moz-focus-inner {
  border: none;
  padding: 0;
}
.vcenter {
  display: block;
  position: absolute;
  max-width: 100%;
  max-height: 100%;
  margin: auto;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.kejian {
  width: 1205px;
  margin: 0 auto;
}
.banner {
  width: 100%;
  margin-bottom: 0;
}
.banner a {
  display: block;
  width: 100%;
}
.banner a img {
  max-width: 100%;
  margin: 0 auto;
}
.banner .slick-arrow {
  line-height: 45px;
  font-size: 60px;
  width: 30px;
  height: 45px;
  color: #fff;
  z-index: 9;
  font-family: "黑体";
  margin-top: -22px;
  opacity: .5;
  -webkit-transition: .3s;
  -moz-transition: .3s;
  -ms-transition: .3s;
  -o-transition: .3s;
  transition: .3s;
}
.banner .slick-arrow:hover {
  opacity: 1;
}
.banner .slick-prev {
  left: 30px;
}
.banner .slick-next {
  right: 30px;
}
.banner .slick-dots {
  bottom: 20px;
}
.banner .slick-dots li {
  width: 8px;
  height: 8px;
  margin: 0 7px;
}
.banner .slick-dots li button {
  width: 8px;
  height: 8px;
  background: #fff;
  border-radius: 50%;
  opacity: .5;
  padding: 0;
}
.banner .slick-dots li.slick-active button {
  opacity: 1;
}
.nei_banner {
  width: 100%;
  height: 300px;
}
.top_wrap {
  width: 100%;
  height: 40px;
  background: #fafafa;
  line-height: 40px;
  position: fixed;
    top: 0px;
    z-index: 9999;
}
.top_wrap p.welc {
  width: 50%;
  font-size: 12px;
  color: #666666;
  float: left;
}
.top_wrap .jishu {
  float: right;
  font-size: 12px;
  color: #666666;
  position: relative;
  margin-left: 18px;
  cursor: pointer;
}
.top_wrap .jishu img {
  margin-right: 6px;
  vertical-align: -1px;
}
.top_wrap .jishu .proa {
  position: absolute;
  width: 120px;
  background-color: #9a1f00;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  z-index: 99;
  left: -9px;
  padding: 10px 0;
  -webkit-box-shadow: 1px 1px 6px #2a2a2a;
  -moz-box-shadow: 1px 1px 6px #2a2a2a;
  box-shadow: 1px 1px 6px #2a2a2a;
  display: none;
}
.top_wrap .jishu .proa:after {
  content: '';
  display: block;
  position: absolute;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-bottom: 7px solid #9a1f00;
  left: 47px;
  top: -7px;
}
.top_wrap .jishu .proa a {
  display: block;
  line-height: 40px;
  padding-left: 28px;
  color: #fff;
  position: relative;
  font-size: 14px;
}
.top_wrap .jishu .proa a:after {
  content: '';
  display: block;
  width: 2px;
  height: 2px;
  background: #fff;
  position: absolute;
  top: 19px;
  left: 20px;
}
.top_wrap .jishu .proa a:hover {
  background-color: #1ea580;
}
.top_wrap .jishu:hover .proa {
  display: block;
}
.nav_wrap {
  width: 100%;
  padding-top: 59px;
  border-bottom: 4px solid #9a1f00;
}
.nav_wrap a.logo {
  float: left;
  margin-top: 8px;
}
.nav_wrap ul.nav {
  float: right;
  margin-right: -16px;
}
.nav_wrap ul.nav li {
  margin-left: 20px;
  position: relative;
  float: left;
}
.nav_wrap ul.nav li a.nava {
  display: inline-block;
  font-size: 16px;
  color: #333333;
  height: 87px;
  line-height: 66px;
  padding: 0 10px;
}
.nav_wrap ul.nav li .navv {
  width: 240px;
  border-bottom: 5px solid #9a1f00;
  padding: 12px 0 14px 0;
  position: absolute;
  z-index: 9;
  background: #fff;
  border-top: 4px solid #9a1f00;
  display: none;
}
.nav_wrap ul.nav li .navv .navin {
  margin-bottom: 4px;
  position: relative;
  padding: 0 24px;
}
.nav_wrap ul.nav li .navv .navin a.nava2 {
  display: block;
  line-height: 36px;
  padding: 0 28px;
  font-size: 14px;
  color: #000000;
  position: relative;
  height: 36px;
  overflow: hidden;
  border-bottom: 1px solid #e4e4e4;
}
.nav_wrap ul.nav li .navv .navin a.nava2:after {
  content: '';
  display: block;
  width: 4px;
  height: 4px;
  background-color: #cfcfcf;
  position: absolute;
  top: 17px;
  left: 13px;
}
.nav_wrap ul.nav li .navv .navin .navv2 {
  position: absolute;
  padding: 10px 20px 18px 20px;
  background: #fff;
  top: -12px;
  left: 240px;
  width: 295px;
  border-left: 1px solid #e4e4e4;
  display: none;
  border-bottom: 5px solid #9a1f00;
}
.nav_wrap ul.nav li .navv .navin .navv2:after {
  content: '';
  display: block;
  border-top: 5px solid transparent;
  border-bottom: 5px solid transparent;
  border-right: 5px solid #fff;
  position: absolute;
  left: -29px;
  top: 24px;
}
.nav_wrap ul.nav li .navv .navin .navv2 a {
  display: block;
  font-size: 14px;
  color: #333333;
  line-height: 35px;
  padding-left: 20px;
  position: relative;
  border-bottom: 1px solid #e4e4e4;
  height: 35px;
  overflow: hidden;
}
.nav_wrap ul.nav li .navv .navin .navv2 a:after {
  content: '';
  display: block;
  width: 4px;
  height: 4px;
  background-color: #cfcfcf;
  position: absolute;
  top: 15px;
  left: 8px;
}
.nav_wrap ul.nav li .navv .navin .navv2 a:hover {
  background: #9a1f00;
  color: #fff;
}
.nav_wrap ul.nav li .navv .navin .navv2 a:hover:after {
  background-color: #fff;
}
.nav_wrap ul.nav li .navv .navin:hover a.nava2 {
  background-color: #9a1f00;
  color: #fff;
}
.nav_wrap ul.nav li .navv .navin:hover a.nava2:after {
  background-color: #fff;
}
.nav_wrap ul.nav li .navv .navin:hover .navv2 {
  display: block;
}
.nav_wrap ul.nav li:hover a.nava {
  background: #9a1f00;
  color: #fff;
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.nav_wrap ul.nav li:hover .navv {
  display: block;
}
.nav_wrap ul.nav li.active a.nava {
  background: #9a1f00;
  color: #fff;
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.in_remen {
  width: 100%;
  height: 60px;
  background-color: #ececec;
}
.in_remen p {
  font-size: 14px;
  color: #666666;
  line-height: 60px;
  float: left;
}
.in_remen p a {
  margin-left: 12px;
  color: #666666;
}
.in_remen p a:hover {
  color: #fe6000;
}
.in_remen .souinput {
  width: 322px;
  height: 40px;
  border: 1px solid #d4d3d3;
  float: right;
  margin-top: 10px;
}
.in_remen .souinput input[type='text'] {
  width: 241px;
  height: 38px;
  padding: 0 9px;
  font-size: 14px;
  color: #8f8f8f;
  border: none;
  background: transparent;
  float: left;
}
.in_remen .souinput input[type='image'] {
  float: right;
  width: 76px;
  height: 38px;
  border-left: 1px solid #d4d3d3;
}
.intitle {
  width: 100%;
  position: relative;
  text-align: center;
}
.intitle:after {
  content: '';
  display: block;
  width: 370px;
  height: 1px;
  background-color: #d9d9d9;
  position: absolute;
  margin: auto;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}
.intitle span {
  display: inline-block;
  line-height: 28px;
  height: 28px;
  border-left: 1px solid #d9d9d9;
  border-right: 1px solid #d9d9d9;
  padding: 0 35px;
  font-size: 40px;
  color: #75362f;
  background-color: #f8f8f8;
  position: relative;
  z-index: 2;
  font-weight: 500;
}
.inproduct {
  width: 100%;
  padding: 50px 0 0px 0;
}
.inproduct .inprott {
  text-align: center;
  margin-top: 23px;
  border-bottom: 1px solid #e1e1e1;
}
.inproduct .inprott .inprottin {
  display: inline-block;
  padding: 0 12px;
  margin: 0 20px;
  cursor: pointer;
  position: relative;
}
.inproduct .inprott .inprottin .inprottimg {
  width: 56px;
  height: 56px;
  border: 1px solid #b5b5b5;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  position: relative;
  margin:0 auto;
}
.inproduct .inprott .inprottin .inprottimg img {
  display: block;
  position: absolute;
  margin: auto;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
}
.inproduct .inprott .inprottin .inprottimg .inprottimg2 {
  display: none;
}
.inproduct .inprott .inprottin span {
  display: block;
  font-size: 18px;
  color: #333333;
  line-height: 44px;
}
.inproduct .inprott .inprottin:before {
  content: '';
  display: block;
  position: absolute;
  width: 0;
  height: 3px;
  background: #9a1f00;
  bottom: -1px;
  margin: auto;
  left: 0;
  right: 0;
  -webkit-transition: .3s;
  -moz-transition: .3s;
  -ms-transition: .3s;
  -o-transition: .3s;
  transition: .3s;
}
.inproduct .inprott .inprottin:after {
  content: '';
  display: block;
  position: absolute;
  width: 0;
  height: 0;
  margin: auto;
  bottom: 2px;
  left: 0;
  right: 0;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-top: 0 solid #9a1f00;
  -webkit-transition: .3s;
  -moz-transition: .3s;
  -ms-transition: .3s;
  -o-transition: .3s;
  transition: .3s;
}
.inproduct .inprott .active .inprottimg {
  border: 1px solid #9a1f00;
}
.inproduct .inprott .active .inprottimg .inprottimg1 {
  display: none;
}
.inproduct .inprott .active .inprottimg .inprottimg2 {
  display: block;
}
.inproduct .inprott .active span {
  color: #9a1f00;
}
.inproduct .inprott .active:before {
  width: 100%;
}
.inproduct .inprott .active:after {
  bottom: -5px;
  border-top: 5px solid #9a1f00;
}
.inproinw {
  width: 100%;
  margin-top: 20px;
}
.inproinw .inproin {
  display: none;
}
.inproinw .inproin a {
  display: block;
  width: 265px;
  height: 265px;
  position: relative;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
  overflow: hidden;
  margin-right: 28px;
  float: left;
  margin-bottom: 38px;
}
.inproinw .inproin a img {
  -webkit-transition: .3s;
  -moz-transition: .3s;
  -ms-transition: .3s;
  -o-transition: .3s;
  transition: .3s;
}
.inproinw .inproin a:after {
  content: '';
  display: none;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  border: 2px solid #9a1f00;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
  box-sizing: border-box;
}
.inproinw .inproin a .inprowen {
  position: absolute;
  width: 100%;
  bottom: 0;
  left: 0;
  background-color: #9a1f00;
  background-color: rgba(154, 31, 0, 0.8);
  height: 50px;
  -webkit-transition: .4s;
  -moz-transition: .4s;
  -ms-transition: .4s;
  -o-transition: .4s;
  transition: .4s;
}
.inproinw .inproin a .inprowen span {
  display: block;
  padding: 0 20px;
  font-size: 16px;
  color: #fff;
  line-height: 48px;
  height: 48px;
  overflow: hidden;
  text-align: center;
}
.inproinw .inproin a .inprowen p {
  display: none;
  padding: 0 15px;
  font-size: 14px;
  color: #fff;
  line-height: 22px;
  height: 132px;
  overflow: hidden;
  text-align: left;
}
.inproinw .inproin a .inprowen i {
  display: none;
  float: right;
  font-size: 14px;
  color: #fff;
  margin-right: 23px;
  margin-top: 20px;
}
.inproinw .inproin a:hover:after {
  display: block;
}
.inproinw .inproin a:hover img {
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
  transform: scale(1.1);
}
.inproinw .inproin a:hover .inprowen {
  padding-top: 15px;
  height: 100%;
}
.inproinw .inproin a:hover .inprowen span {
  text-align: left;
  padding: 0 15px;
  font-weight: 600;
}
.inproinw .inproin a:hover .inprowen p {
  display: block;
}
.inproinw .inproin a:hover .inprowen i {
  display: inline;
}
.intitle2 {
  width: 100%;
  position: relative;
  text-align: center;
}
.intitle2:after {
  content: '';
  display: block;
  width: 208px;
  height: 38px;
  position: absolute;
  margin: auto;
  top: -24px;
  bottom: 0;
  left: 0;
  right: 0;
  border: 1px solid #d9d9d9;
}
.intitle2 span {
  display: inline-block;
  line-height: 28px;
  height: 28px;
  padding: 0 14px;
  font-size: 24px;
  color: #9a1f00;
  background-color: #f8f8f8;
  position: relative;
  z-index: 2;
  font-weight: 600;
}
.inyingyong {
  padding: 75px 0 57px 0;
  background-color: #f8f8f8;
}
.inyingyong .inyingytt {
  text-align: center;
  margin-top: 35px;
}
.inyingyong .inyingytt .inyyttin {
  display: inline-block;
  width: 100px;
  height: 38px;
  margin: 0 22px;
  cursor: pointer;
  position: relative;
  border: 1px solid #cfcfcf;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}
.inyingyong .inyingytt .inyyttin .inprottimg {
  width: 19px;
  height: 19px;
  margin: 10px 0 0 12px;
  position: relative;
  float: left;
}
.inyingyong .inyingytt .inyyttin .inprottimg img {
  display: block;
  position: absolute;
  margin: auto;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
}
.inyingyong .inyingytt .inyyttin .inprottimg .inprottimg2 {
  display: none;
}
.inyingyong .inyingytt .inyyttin span {
  font-size: 18px;
  color: #333333;
  line-height: 38px;
  margin-left: 7px;
  float: left;
}
.inyingyong .inyingytt .active {
  background-color: #9a1f00;
}
.inyingyong .inyingytt .active .inprottimg .inprottimg1 {
  display: none;
}
.inyingyong .inyingytt .active .inprottimg .inprottimg2 {
  display: block;
}
.inyingyong .inyingytt .active span {
  color: #fff;
}
.inyingyong .inyingycon {
  margin-top: 53px;
}
.inyingyong .inyingycon .inyycin {
  display: none;
}
.inyingyong .inyingycon .inyycin a {
  display: block;
  width: 400px;
  height: 320px;
  position: relative;
  margin-right: 1px;
  float: left;
}
.inyingyong .inyingycon .inyycin a .inyyowen {
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.3);
  padding-top: 150px;
  -webkit-transition: .3s;
  -moz-transition: .3s;
  -ms-transition: .3s;
  -o-transition: .3s;
  transition: .3s;
}
.inyingyong .inyingycon .inyycin a .inyyowen span {
  display: block;
  font-size: 24px;
  color: #fff;
  text-align: center;
}
.inyingyong .inyingycon .inyycin a .inyyowen i {
  display: none;
  font-size: 16px;
  color: #fff;
  text-align: center;
  margin-top: 24px;
}
.inyingyong .inyingycon .inyycin a:hover .inyyowen {
  padding-top: 110px;
  background-color: #9a1f00;
  background-color: rgba(154, 31, 0, 0.8);
}
.inyingyong .inyingycon .inyycin a:hover .inyyowen i {
  display: block;
}
.guanggao {
  width: 100%;
  height: 225px;
  background: url("../images/guanggao.jpg") no-repeat center center;
}
.guanggao ul {
  padding-top: 105px;
}
.guanggao ul li {
  font-size: 18px;
  color: #fff;
  line-height: 23px;
  margin-right: 40px;
  float: left;
}
.guanggao ul li img {
  margin-right: 9px;
}
.guanggao input {
  width: 103px;
  height: 40px;
  font-size: 18px;
  color: #fff;
  background-color: #fe6000;
  float: left;
  margin-top: 22px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}
.guanggao input:hover {
  background-color: #ed5a00;
}
.guanggao .ggphone {
  margin-top: -60px;
  float: right;
}
.guanggao .ggphone span {
  display: block;
  font-size: 28px;
  color: #fff;
  padding-left: 59px;
}
.guanggao .ggphone p {
  line-height: 48px;
  font-size: 40px;
  color: #fff;
  font-weight: 600;
  margin-top: 8px;
}
.guanggao .ggphone p img {
  margin-right: 10px;
}
.inmanyi {
  width: 100%;
  padding-top: 74px;
}
.inmanyi .inmanytt {
  text-align: center;
}
.inmanyi .mycon {
  padding: 60px 0 45px 0;
}
.inmanyi .mycon img {
  float: left;
}
.inmanyi .mycon .myccc {
  float: right;
  width: 600px;
}
.inmanyi .mycon .myccc .mycccli {
  margin-bottom: 25px;
}
.inmanyi .mycon .myccc .mycccli span.xuhao {
  display: block;
  width: 69px;
  height: 96px;
  float: left;
  background: url("../images/xuhao.jpg") no-repeat center center;
  color: #fff;
  font-size: 42px;
  font-family: "黑体";
  line-height: 90px;
  text-align: center;
}
.inmanyi .mycon .myccc .mycccli .myccrr {
  width: 508px;
  float: right;
}
.inmanyi .mycon .myccc .mycccli .myccrr b {
  display: block;
  font-size: 22px;
  color: #282828;
  line-height: 48px;
}
.inmanyi .mycon .myccc .mycccli .myccrr hr {
  width: 58px;
  height: 3px;
 /* background-color: #d4d4d4; */
  border: none;
  margin: 0;
}
.inmanyi .mycon .myccc .mycccli .myccrr span {
  display: block;
  font-size: 18px;
  color: #9a1f00;
  margin-top: 10px;
  line-height: 30px;
  margin-bottom: 15px;
}
.inmanyi .mycon .myccc .mycccli .myccrr p {
  font-size: 14px;
  color: #666666;
  line-height: 26px;
  padding-left: 15px;
  position: relative;
}
.inmanyi .mycon .myccc .mycccli .myccrr p:after {
  content: '';
  display: block;
  width: 6px;
  height: 6px;
  background-color: #949494;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  position: absolute;
  top: 10px;
  left: 0;
}
.inhezuo {
  width: 100%;
  background-color: #f8f8f8;
  padding: 45px 0 80px 0;
}
.inhezuo .intitle span {
  background-color: #f8f8f8;
}
.inhezuo p.yinhe {
  font-size: 16px;
  text-align: center;
  color: #666666;
  margin-top: 13px;
}
.inhezuo .hezuoimg {
  margin-top: 20px;
}
.inhezuo .hezuoimg .hzin a {
  display: block;
  width: 180px;
  height: 100px;
  margin: 0 auto;
  position: relative;
}
.inhezuo .hezuoimg .slick-arrow {
  font-size: 60px;
  width: 34px;
  height: 45px;
  color: #bfbfbf;
  font-family: "黑体";
  font-weight: 600;
  margin-top: -22px;
}
.inhezuo .hezuoimg .slick-prev {
  left: -55px;
}
.inhezuo .hezuoimg .slick-next {
  right: -55px;
}
.inwenk {
  width: 100%;
  height: 278px;
  background: url("../images/liuchengbg.jpg") no-repeat center center;
}
.inwenk p.hotline {
  display: block;
  float: left;
  font-size: 29px;
  color: #fff;
  padding-top: 142px;
  margin-left: 125px;
}
.inwenk p.hotline span {
  display: block;
  font-size: 18px;
  line-height: 29px;
}
.inwenk ul {
  float: right;
  margin-left: 411px;
  font-size: 18px;
  color: #fff;
}
.inwenk ul li {
  width: 140px;
  float: left;
  margin-right: 95px;
  text-align: center;
}
.inabout {
  width: 100%;
  padding: 52px 0 62px 0;
  background-color: #f8f8f8;
}
.inabout p.yinhe {
  font-size: 16px;
  text-align: center;
  color: #666666;
  margin-top: 13px;
}
.inabout .inaboutin {
  margin-top: 35px;
}
.inabout .inaboutin img {
  float: left;
}
.inabout .inaboutin .inaboutwen {
  width: 590px;
  float: right;
}
.inabout .inaboutin .inaboutwen span {
  display: block;
  font-size: 18px;
  color: #9a1f00;
}
.inabout .inaboutin .inaboutwen hr {
  display: block;
  margin: 0 0 10px 0;
  width: 70px;
  height: 3px;
  background-color: #9a1f00;
}
.inabout .inaboutin .inaboutwen p {
  font-size: 14px;
  color: #666666;
  line-height: 30px;
}
.inabout .inaboutin .inaboutwen a {
  display: block;
  width: 155px;
  height: 40px;
  border: 1px solid #9a1f00;
  text-align: center;
  line-height: 38px;
  font-size: 14px;
  margin-top: 20px;
  color: #9a1f00;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}
.inabout .inaboutin .inaboutwen a:hover {
  background-color: #9a1f00;
  color: #fff;
}
.infoot {
  width: 100%;
  padding: 50px 0 20px 0;
  background-color: #ffffff;
}
.infoot .infoott img {
  margin-right: 6px;
  margin-top: -10px;
}
.infoot .infoott span {
  font-size: 24px;
  color: #333333;
  margin-right: 10px;
  line-height: 30px;
}
.infoot .infoott i {
  font-size: 14px;
  color: #999999;
  margin-right: 10px;
  line-height: 20px;
  margin-top: 4px;
}
.infoot .innews {
  width: 700px;
  float: left;
}
.infoot .innews .inffinew {
  margin-top: 12px;
  padding-right: 30px;
}
.infoot .innews .inffinew a {
  display: block;
  padding: 18px 0;
  border-bottom: 1px solid #dfdfdf;
}
.infoot .innews .inffinew a .indate {
  width: 95px;
  float: left;
  text-align: right;
}
.infoot .innews .inffinew a .indate i {
  display: block;
  font-size: 14px;
  color: #666;
  line-height: 32px;
}
.infoot .innews .inffinew a .indate span {
  display: block;
  font-size: 30px;
  color: #666;
}
.infoot .innews .inffinew a .innewcc {
  width: 550px;
  float: right;
  margin-right: 3px;
}
.infoot .innews .inffinew a .innewcc span {
  display: block;
  font-size: 16px;
  color: #333;
  height: 24px;
  line-height: 24px;
  overflow: hidden;
}
.infoot .innews .inffinew a .innewcc p {
  font-size: 12px;
  color: #666666;
  height: 44px;
  line-height: 22px;
  overflow: hidden;
  margin-top: 6px;
}
.infoot .innews .inffinew a:hover {
  border-bottom: 1px solid #fe6000;
}
.infoot .innews .inffinew a:hover .innewcc span {
  color: #fe6000;
}
.infoot .inzizhi {
  width: 480px;
  padding: 0 20px;
  border-left: 1px solid #dfdfdf;
  border-right: 1px solid #dfdfdf;
  float: left;
}
.infoot .inzizhi .zzrz {
  width: 380px;
  margin-top: 45px;
}
.infoot .inzizhi .zzrz .zzimg {
  width: 180px;
  height: 255px;
  position: relative;
  margin: 0 auto;
}
.infoot .inzizhi .zzrz .slick-arrow {
  width: 46px;
  height: 46px;
  line-height: 46px;
  text-align: center;
  font-size: 20px;
  color: #fff;
  font-family: "宋体";
  background: #1f49ac;
  left: auto;
  right: -60px;
  margin-top: 78px;
}
.infoot .inzizhi .zzrz .slick-arrow:hover {
  background: #193984;
}
.infoot .inzizhi .zzrz .slick-next {
  margin-top: 26px;
}
.infoot .incontact {
  width: 500px;
  float: right;
  background-image:url(bglianxi.jpg);
  height: 368px;
}
.infoot .incontact ul {
  margin-top: 24px;
}
.infoot .incontact ul li {
  margin-bottom: 20px;
}
.infoot .incontact ul li .inconwen {
  width: 445px;
  float: right;
}
.infoot .incontact ul li .inconwen span {
  display: block;
  font-size: 18px;
  color: #1f1f21;
}
.infoot .incontact ul li .inconwen p {
  font-size: 14px;
  color: #494949;
  line-height: 20px;
}
.infoot .incontact ul img {
  float: left;
}
.inlink {
  padding: 15px 0;
  background: #9a1f00;
}
.inlink p {
  line-height: 20px;
  color: #fff;
  font-size: 14px;
}
.inlink p a {
  margin-left: 18px;
  color: #fff;
}
.inlink p a:hover {
  text-decoration: underline;
}
footer {
  padding: 35px 0;
  background-color: #1f2424;
}
footer a.logo {
  float: left;
  margin-right: 48px;
  margin-top: 26px;
}
footer .footright {
  width: 700px;
  float: left;
  padding-left: 36px;
  border-left: 1px solid #535a62;
}
footer .footright p {
  font-size: 14px;
  color: #c7c7c7;
  line-height: 24px;
}
footer .footright p a {
  color: #c7c7c7;
}
footer .footright p a:hover {
  color: #fff;
}
footer .erwei {
  width: 200px;
  float: right;
}
footer .erwei img {
  float: left;
}
footer .erwei .wewe {
  width: 108px;
  float: right;
  text-align: center;
}
footer .erwei .wewe img {
  max-width: 100%;
  float: none;
  display: block;
  margin: 0 auto;
}
footer .erwei .wewe span {
  display: block;
  text-align: center;
  font-size: 12px;
  color: #c7c7c7;
  margin-top: 12px;
}
.neiye {
  width: 100%;
  padding: 28px 0 32px 0;
}
.neiye .neiyeleft {
  width: 252px;
  float: left;
}
.neiye .neiyeleft .nynavtt {
  line-height: 77px;
  font-size: 30px;
  color: #fff;
  text-align: center;
  height: 77px;
  border-top-left-radius: 6px;
  border-top-right-radius: 6px;
  background-color: #9a1f00;
}
.neiye .neiyeleft ul.nynav {
  padding: 10px;
  border: 1px solid #e5e5e5;
}
.neiye .neiyeleft ul.nynav li {
  display: block;
  margin-bottom: 6px;
}
.neiye .neiyeleft ul.nynav li a.yiji {
  display: block;
  width: 100%;
  height: 40px;
  line-height: 40px;
  padding: 0 45px 0 25px;
  background-color: #9a1f00;
  position: relative;
  font-size: 16px;
  color: #fff;
}
.neiye .neiyeleft ul.nynav li a.yiji i {
  display: block;
  width: 18px;
  height: 18px;
  font-size: 34px;
  color: #fff;
  position: absolute;
  right: 20px;
  top: 12px;
  line-height: 18px;
}
.neiye .neiyeleft ul.nynav li a.yiji:hover {
  background-color: #fe6000;
}
.neiye .neiyeleft ul.nynav li a.active {
  background-color: #fe6000;
}
.neiye .neiyeleft ul.nynav li a.active i {
  top: 8px;
}
.neiye .neiyeleft ul.nynav li .naverji {
  padding-top: 5px;
}
.neiye .neiyeleft ul.nynav li .naverji a {
  display: block;
  line-height: 47px;
  height: 47px;
  overflow: hidden;
  padding: 0 36px;
  font-size: 14px;
  color: #333333;
  position: relative;
  border-bottom: 1px solid #e1e1e1;
}
.neiye .neiyeleft ul.nynav li .naverji a i {
  display: block;
  width: 10px;
  height: 15px;
  font-size: 20px;
  color: #c3c3c3;
  position: absolute;
  right: 24px;
  top: 16px;
  line-height: 15px;
  font-family: "黑体";
  font-weight: 600;
}
.neiye .neiyeleft ul.nynav li .naverji a:hover {
  color: #fe6000;
}
.neiye .neiyeleft ul.nynav li .naverji a:hover i {
  color: #fe6000;
}
.neiye .neiyeleft ul.nynav li .naverji .activea {
  color: #fe6000;
}
.neiye .neiyeleft ul.nynav li .naverji .activea i {
  color: #fe6000;
}
.neiye .neiyeleft ul.nynav2 li a.yiji {
  display: block;
  line-height: 47px;
  height: 47px;
  overflow: hidden;
  padding: 0 36px;
  font-size: 14px;
  color: #333333;
  position: relative;
  border-bottom: 1px solid #e1e1e1;
  background-color: #fff;
}
.neiye .neiyeleft ul.nynav2 li a.yiji i {
  display: block;
  width: 10px;
  height: 15px;
  font-size: 20px;
  position: absolute;
  right: 24px;
  top: 13px;
  line-height: 15px;
  font-family: "黑体";
  font-weight: 600;
  color: #c2c2c2;
}
.neiye .neiyeleft ul.nynav2 li a.yiji:hover {
  background-color: #757372;
  color: #fff;
}
.neiye .neiyeleft ul.nynav2 li a.yiji:hover i {
  color: #fff;
}
.neiye .neiyeleft ul.nynav2 li a.active {
  background-color: #757372;
  color: #fff;
}
.neiye .neiyeleft ul.nynav2 li a.active i {
  color: #fff;
}
.neiye .neiyeleft .pipei {
  width: 252px;
  height: 272px;
  background: url("../images/pipeibg.jpg") no-repeat center center;
  padding: 34px 24px 0 24px;
  margin-top: 18px;
}
.neiye .neiyeleft .pipei input[type='text'] {
  width: 100%;
  height: 34px;
  padding: 0 12px;
  background: #fff;
  border: 0;
  margin-bottom: 17px;
  font-size: 12px;
  color: #999999;
}
.neiye .neiyeleft .pipei input[type='submit'] {
  width: 100%;
  height: 40px;
  background: #fe6000;
  border: 0;
  font-size: 18px;
  color: #fff;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
  font-family:"Microsoft YaHei";
}
.neiye .neiyeleft .pipei input[type='submit']:hover {
  background-color: #fe6000;
}
.neiye .neiyeleft .leftcon {
  margin-top: 18px;
}
.neiye .neiyeleft .leftcon span {
  display: block;
  line-height: 62px;
  height: 62px;
  padding: 0 20px;
  background-color: #9a1f00;
  color: #fff;
  font-size: 24px;
}
.neiye .neiyeleft .leftcon img.conimg {
  width: 100%;
}
.neiye .neiyeleft .leftcon .lefccc {
  padding: 28px 14px 30px 14px;
  background-color: #f8f8f8;
  border: 1px solid #e5e5e5;
}
.neiye .neiyeleft .leftcon .lefccc li {
  margin-bottom: 18px;
}
.neiye .neiyeleft .leftcon .lefccc li img {
  float: left;
}
.neiye .neiyeleft .leftcon .lefccc li p {
  width: 185px;
  float: right;
  font-size: 14px;
  color: #333333;
  line-height: 20px;
}
.neiye .neiyeright {
  width: 930px;
  float: right;
}
.neiye .neiyeright .neitit {
  height: 36px;
  border-bottom: 1px solid #e1e1e1;
}
.neiye .neiyeright .neitit span {
  display: inline-block;
  font-size: 24px;
  color: #9a1f00;
  line-height: 26px;
  padding-left: 15px;
  position: relative;
  float: left;
}
.neiye .neiyeright .neitit span:after {
  content: '';
  display: block;
  width: 3px;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background-color: #9a1f00;
}
.neiye .neiyeright .neitit p {
  font-size: 14px;
  color: #000033;
  line-height: 26px;
  float: right;
}
.neiye .neiyeright .neitit p a {
  color: #000033;
}
.neiye .neiyeright .neitit p a a {
  color: #fe6000;
}
.neiye .neiyeright .inproinw .inproin2 a {
  margin-right: 45px;
}
.neinews {
  margin-top: 40px;
}
.neinews span.neinntt {
  display: block;
  width: 175px;
  height: 36px;
  background-color: #9a1f00;
  border-top-left-radius: 6px;
  border-top-right-radius: 6px;
  color: #fff;
  text-align: center;
  font-size: 18px;
  line-height: 36px;
}
.neinews ul {
  padding: 28px 15px 20px 15px;
  border: 1px solid #e5e5e5;
}
.neinews ul li {
  display: block;
  float: left;
  width: 33.3333%;
  padding: 0 8px;
  font-size: 14px;
  overflow: hidden;
  position: relative;
}
.neinews ul li i {
  float: right;
  color: #c3bebe;
}
.neinews ul li a {
  display: block;
  color: #333333;
  height: 30px;
  line-height: 30px;
}
.neinews ul li a:hover {
  color: #fe6000;
}
.neinews ul li:after {
  content: '';
  display: block;
  width: 5px;
  height: 5px;
  position: absolute;
  left: 0;
  top: 12px;
  background-color: #d0d0d0;
}
.neinews .xgpro {
  padding: 28px 24.5px 20px 24.5px;
  border: 1px solid #e5e5e5;
}
.neinews .xgpro a {
  display: block;
  width: 186px;
  float: left;
  margin-right: 45px;
}
.neinews .xgpro a .xgproimg {
  width: 186px;
  height: 176px;
}
.neinews .xgpro a span {
  display: block;
  font-size: 14px;
  color: #666666;
  text-align: center;
  line-height: 46px;
  height: 46px;
  overflow: hidden;
}
.neinews .xgpro a:hover span {
  color: #fe6000;
}
.neiabout {
  margin-top: 30px;
}
.neiabout .neiabwen {
  width: 545px;
  float: left;
}
.neiabout .neiabwen p {
  font-size: 15px;
  color: #000000;
  line-height: 30px;
}
.neiabout .neiabimg {
  width: 327px;
  float: right;
}
.neiabout .neiabimg p {
  font-size: 22px;
  color: #fff;
  line-height: 30px;
  padding: 16px 18px;
  background-color: #9a1f00;
}
.neiabout .nabcc {
  margin-top: 30px;
  text-align: center;
}
.neizizhi {
  margin-top: 33px;
}
.neizizhi a {
  float: left;
  display: block;
  margin: 0 59px 10px 0;
}
.neizizhi a .zihiimg {
  width: 188px;
  height: 260px;
  border: 2px solid #e1e1e1;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  overflow: hidden;
}
.neizizhi a span {
  display: block;
  line-height: 35px;
  height: 35px;
  text-align: center;
  overflow: hidden;
  font-size: 14px;
  color: #666666;
}
.neizizhi a:hover .zihiimg {
  border: 2px solid #fe6000;
}
ul.download {
  width: 100%;
  border: 1px solid #f5f6fa;
  background-color: #fafafc;
  margin-top: 30px;
}
ul.download li {
  font-size: 14px;
  line-height: 60px;
  height: 60px;
  overflow: hidden;
  border-bottom: 1px dashed #c9c9c9;
  text-align: center;
}
ul.download li img {
  margin-right: 16px;
}
ul.download li .down1 {
  width: 470px;
  padding: 0 30px;
  float: left;
  text-align: left;
}
ul.download li .down2 {
  width: 200px;
  padding: 0 10px;
  float: left;
}
ul.download li .down3 {
  width: 250px;
  padding: 0 10px;
  float: left;
}
ul.download li .down3 a {
  color: #155ea3;
}
ul.download li .down3 a:hover {
  color: #fe6000;
}
ul.download li.downfirst {
  color: #606060;
  background-color: #f1f1f1;
}
ul.download li.downfirst .down1 {
  padding-left: 50px;
}
.neicontact {
  margin-top: 55px;
}
.neicontact .neiccoontt {
  text-align: center;
}
.neicontact .neiccoontt span {
  display: block;
  font-size: 24px;
  color: #000;
  line-height: 32px;
}
.neicontact .neiccoontt hr {
  width: 60px;
  height: 3px;
  border: none;
  margin-top: 15px;
  background-color: #fe6000;
}
.neicontact ul {
  margin-top: 60px;
}
.neicontact ul li {
  display: block;
  width: 212px;
  height: 106px;
  float: left;
  background-color: #f5f5f5;
  margin-left: 20px;
  padding-top: 16px;
  cursor: pointer;
}
.neicontact ul li span {
  display: block;
  line-height: 26px;
  color: #000;
  font-size: 18px;
  text-align: center;
}
.neicontact ul li span img {
  margin-right: 10px;
}
.neicontact ul li span .nccimg2 {
  display: none;
}
.neicontact ul li p {
  margin-top: 10px;
  font-size: 14px;
  color: #000;
  text-align: center;
  line-height: 18px;
}
.neicontact ul li:hover {
  background-color: #fe6000;
}
.neicontact ul li:hover span {
  color: #fff;
}
.neicontact ul li:hover p {
  color: #fff;
}
.neicontact ul li:hover .nccimg1 {
  display: none;
}
.neicontact ul li:hover .nccimg2 {
  display: inline-block;
}
.neicontact ul li.nconlast {
  padding-top: 36px;
  margin-right: 0;
}
.neicontact ul li.nconlast a {
  display: block;
}
.neicontact .map {
  width: 100%;
  height: 417px;
  margin-top: 65px;
}
/**分页样式*/
.pager {
  margin: auto;
  text-align: center;
  height: 40px;
}
.pager a {
  border: #999999 1px solid;
  border-radius: 4px;
  color: #999999;
  padding: 6px 10px;
  margin-left: 5px;
}
.pager span {
  margin-left: 5px;
  padding: 6px 10px;
  border-radius: 4px;
  border: #9a1f00 1px solid;
}
.pager a:hover,
#pager a:active {
  border: #9a1f00 1px solid;
  color: #fff;
  background: #9a1f00;
}
.pager span.current {
  font-weight: bold;
  color: #fff;
  background: #9a1f00;
}
.pager span.disabled {
  color: #999999;
  padding: 6px 10px;
  border: #999999 1px solid;
}
.provnext {
  padding: 10px 5px 20px;
}
.prov {
  height: 34px;
  line-height: 34px;
  font-size: 14px;
  font-weight: bold;
  float: left;
  width: 100%;
}
.next {
  height: 34px;
  line-height: 34px;
  font-size: 14px;
  font-weight: bold;
  float: left;
  width: 100%;
}
.next a:hover,
.prov a:hover {
  color: #334d98;
  font-weight: bold;
}
hr {
  clear: both;
  border: 0;
  background: none;
}
.clear {
  clear: both;
  height: 0;
  line-height: 0;
  font-size: 0;
  overflow: hidden;
}
.i2 {
  display: block;
  clear: both;
  height: 2px;
  line-height: 2px;
  font-size: 2px;
  overflow: hidden;
}
.i5 {
  display: block;
  clear: both;
  height: 5px;
  line-height: 5px;
  font-size: 5px;
  overflow: hidden;
}
.i8 {
  display: block;
  clear: both;
  height: 8px;
  line-height: 8px;
  font-size: 8px;
  overflow: hidden;
}
.i10 {
  display: block;
  clear: both;
  height: 10px;
  line-height: 10px;
  font-size: 10px;
  overflow: hidden;
}
.i12 {
  display: block;
  clear: both;
  height: 10px;
  line-height: 12px;
  font-size: 12px;
  overflow: hidden;
}
.i15 {
  display: block;
  clear: both;
  height: 15px;
  line-height: 15px;
  font-size: 15px;
  overflow: hidden;
}
.i20 {
  display: block;
  clear: both;
  height: 20px;
  line-height: 20px;
  font-size: 20px;
  overflow: hidden;
}
.i25 {
  display: block;
  clear: both;
  height: 25px;
  line-height: 25px;
  font-size: 25px;
  overflow: hidden;
}
.i30 {
  display: block;
  clear: both;
  height: 30px;
  line-height: 30px;
  font-size: 30px;
  overflow: hidden;
}
.i50 {
  display: block;
  clear: both;
  height: 50px;
  line-height: 50px;
  font-size: 30px;
  overflow: hidden;
}
.nobg {
  background: none!important;
}
.noborder {
  border: none!important;
}
.bd {
  border: 1px #f00 solid!important;
}
.neinewsbig {
  margin-top: 35px;
}
.neinewsbig a {
  display: block;
  padding: 30px 0 20px 0;
  border-bottom: 1px solid #d0d0d0;
}
.neinewsbig a .neinewimg {
  width: 210px;
  float: left;
  height: 150px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  overflow: hidden;
}
.neinewsbig a .neinewwn {
  width: 680px;
  float: right;
  margin-right: 22px;
}
.neinewsbig a .neinewwn span {
  display: block;
  font-size: 18px;
  color: #000000;
  height: 38px;
  line-height: 38px;
  overflow: hidden;
}
.neinewsbig a .neinewwn span i {
  float: right;
  color: #9b9b9b;
  font-size:16px;
}
.neinewsbig a .neinewwn p {
  font-size: 12px;
  color: #666666;
  height: 72px;
  line-height: 24px;
  overflow: hidden;
  margin-top: 4px;
}
.neinewsbig a .neinewwn b {
  display: block;
  font-size: 13px;
  color: #666666;
  margin-top: 4px;
}
.neinewsbig a:hover {
  background-color: #f4f4f4;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
  border-bottom: 1px solid transparent;
}
.newxq {
  width: 100%;
  padding-bottom: 45px;
  margin-top: 40px;
}
.newxq .newxqtit {
  text-align: center;
  background-color: #f8f8f8;
  position: relative;
  padding: 30px 70px;
}
.newxq .newxqtit img.newxximg1 {
  position: absolute;
  top: 52px;
  left: 33px;
}
.newxq .newxqtit img.newxximg2 {
  position: absolute;
  top: 52px;
  right: 33px;
}
.newxq .newxqtit span {
  display: block;
  font-size: 30px;
  color: #333333;
  line-height: 36px;
}
.newxq .newxqtit ul {
  text-align: center;
  margin-top: 15px;
}
.newxq .newxqtit ul li {
  display: inline-block;
  font-size: 14px;
  color: #8d8d8d;
  margin: 0 6px;
  vertical-align: top;
}
.bdshare-button-style0-16 a, .bdshare-button-style0-16 .bds_more{margin: 0 0 0 6px!important;}
.newxq .newxqtit ul li img {
  margin-right: 5px;
}
.newxq .newsxqcon {
  text-align: center;
}
.newxq .newsxqcon img {
  max-width: 100%;
  margin: 0 28px;
}
.newxq .newsxqcon p {
  font-size: 14px;
  color: #333333;
  line-height: 36px;
  text-align: left;
}
p.tag {
  font-size: 14px;
  color: #000;
  line-height: 2;
}
.pre_next {
  padding: 20px 160px 20px 0;
  border-top: 1px solid #e5e5e5;
  border-bottom: 1px solid #e5e5e5;
  position: relative;
}
.pre_next p {
  font-size: 14px;
  color: #000;
  line-height: 28px;
  height: 28px;
  overflow: hidden;
}
.pre_next p a {
  color: #000;
}
.pre_next p a:hover {
  color: #fe6000;
}
.pre_next a.fanhui {
  display: block;
  width: 134px;
  height: 40px;
  border: 1px solid #9a1f00;
  color: #9a1f00;
  font-size: 14px;
  position: absolute;
  right: 20px;
  top: 20px;
  line-height: 38px;
  text-align: center;
  -webkit-transition: .3s;
  -moz-transition: .3s;
  -ms-transition: .3s;
  -o-transition: .3s;
  transition: .3s;
}
.pre_next a.fanhui img {
  margin-left: 10px;
}
.pre_next a.fanhui:hover {
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
}
.nyingyong {
  margin-bottom: 26px;
}
.nyingyong .nyyimg {
  width: 393px;
  height: 295px;
  float: left;
}
.nyingyong .nyywen {
  width: 537px;
  float: left;
  height: 295px;
  padding: 30px 30px 0;
  background-color: #9a1f00;
}
.nyingyong .nyywen span {
  display: block;
  font-size: 18px;
  color: #fff;
  line-height: 26px;
  padding-left: 19px;
  position: relative;
  margin-bottom: 15px;
}
.nyingyong .nyywen span:after {
  content: '';
  display: block;
  width: 4px;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-color: #fff;
}
.nyingyong .nyywen p {
  font-size: 14px;
  color: #fff;
  line-height: 1.7;
}
.neiproxq {
  margin-top: 35px;
  border: 1px solid #e2e2e2;
  position: relative;
}
.neiproxq:before {
  content: '';
  display: block;
  width: 1px;
  height: 100%;
  background-color: #e2e2e2;
  position: absolute;
  top: 0;
  left: 380px;
}
.neiproxq .neiproxqimg {
  width: 380px;
  float: left;
  padding: 16px 12px 12px 12px;
  height:385px;
}
.neiproxq .neiproxqimg .nxqbig {
  width: 340px;
  height: 310px;
  position: relative;
}
.neiproxq .neiproxqimg .nxqbig .nxqbigimg {
  width: 340px;
  height: 310px;
  position: relative;
}
.neiproxq .neiproxqimg .nxqsm {
  width: 340px;
  margin-top: 18px;
  padding: 0 14px;
}
.neiproxq .neiproxqimg .nxqsm .nxqsmimg {
  width: 55px;
  height: 55px;
  position: relative;
  border: 2px solid #eeeeee;
  margin: 0 auto;
}
.neiproxq .neiproxqimg .nxqsm .slick-current .nxqsmimg {
  border: 2px solid #9a1f00;
}
.neiproxq .neiproxqimg .nxqsm .slick-arrow {
  width: 12px;
  height: 57px;
  margin-top: -29px;
  border: 1px solid #e1e1e1;
}
.neiproxq .neiproxqimg .nxqsm .slick-arrow:hover {
  border: 1px solid #fe6000;
}
.neiproxq .neiproxqimg .nxqsm .slick-prev {
  background: url("../images/proleft.jpg") no-repeat center center;
  left: 0;
}
.neiproxq .neiproxqimg .nxqsm .slick-next {
  background: url("../images/proright.jpg") no-repeat center center;
  right: 0;
}
.neiproxq .neiproxqwen {
  width: 510px;
  padding-top: 20px;
  float: right;
  height:385px;
}
.neiproxq .neiproxqwen span.nproxqtt {
  display: block;
  font-size: 18px;
  color: #333333;
  line-height: 50px;
  height: 50px;
}
.neiproxq .neiproxqwen .nprocoo {
  padding: 18px 0 14px 0;
 /* border-top: 1px dashed #dedede;
  border-bottom: 1px dashed #dedede; */
  margin-bottom: 22px;
  height: 240px;
  overflow-y: auto;
}
.neiproxq .neiproxqwen .nprocoo p {
  font-size: 14px;
  color: #666666;
  line-height: 21px;
}
.neiproxq .neiproxqwen input[type="submit"] {
  width: 153px;
  height: 40px;
  font-size: 18px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  text-align: center;
  line-height: 40px;
  margin-right: 46px;
  background-color: #fe6000;
  color: #fff;
  font-family:"Microsoft YaHei";
}
.neiproxq .neiproxqwen input[type="submit"]:hover {
  background-color: #e75700;
}
.neiproxq .neiproxqwen input[type="submit"].baojia {
  background: #9a1f00;
}
.neiproxq .neiproxqwen input[type="submit"].baojia:hover {
  background-color: #00826c;
}
.neiproxuan {
  width: 100%;
  border: 1px solid #dddddd;
  margin-top: 32px;
  margin-bottom: 45px;
}
.neiproxuan .nprott span {
  float: left;
  font-size: 16px;
  width: 100%;
  height: 46px;
  line-height: 45px;
  border: 1px solid #dddddd;
  border-top: 0;
  position: relative;
  text-align: center;
  cursor: pointer;
  background-color: #fbfbfb;
}
.neiproxuan .nprott span.active {
  border: 0;
  background-color: #fff;
}
.neiproxuan .nprott span.active:after {
  content: '';
  display: block;
  width: 100%;
  height: 2px;
  background: #9a1f00;
  position: absolute;
  left: 0;
  top: 0;
}
.neiproxuan .nproxqwenw {
  width: 100%;
  padding: 25px 18px;
}
.neiproxuan .nproxqwenw .nproxqwen {
  display: none;
}
.neiproxuan .nproxqwenw .neinewsbig {
  margin-top: 0;
}
.neiproxuan .nproxqwenw .neinewsbig a .neinewwn {
  width: 665px;
  margin-right: 10px;
}
.neiproxuan .nproxqwenw ul.download li .down1 {
  width: 440px;
}
.neiproxuan .nproxqwenw .tijiao p {
  font-size: 16px;
  color: #888888;
  margin: 23px 0;
}
.neiproxuan .nproxqwenw .tijiao label {
  display: block;
  font-size: 16px;
  color: #888888;
  margin-bottom: 20px;
}
.neiproxuan .nproxqwenw .tijiao label span {
  display: block;
  width: 117px;
  float: left;
  line-height: 30px;
}
.neiproxuan .nproxqwenw .tijiao label span img {
  margin-right: 13px;
}
.neiproxuan .nproxqwenw .tijiao label input[type='text'] {
  width: 280px;
  border: 1px solid #aaaaaa;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  height: 28px;
  padding: 0 6px;
  font-size: 14px;
}
.neiproxuan .nproxqwenw .tijiao label input[type='text']:focus {
  border: 1px solid #fe6000;
}
.neiproxuan .nproxqwenw .tijiao label textarea {
  width: 430px;
  border: 1px solid #aaaaaa;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  height: 120px;
  padding: 4px 6px;
  line-height: 20px;
  font-size: 14px;
}
.neiproxuan .nproxqwenw .tijiao label textarea:focus {
  border: 1px solid #fe6000;
}
.neiproxuan .nproxqwenw .tijiao label i {
  color: #fe0000;
  margin-left: 4px;
}
.neiproxuan .nproxqwenw .tijiao input[type='submit'] {
  width: 190px;
  height: 42px;
  background-color: #9a1f00;
  margin-left: 117px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  color: #ffffff;
  line-height: 42px;
  text-align: center;
  font-size: 18px;
  font-family:"Microsoft YaHei";
}
.neiproxuan .nproxqwenw .tijiao input[type='submit']:hover {
  background-color: #fe6000;
}
.youkefu {
  width: 80px;
  position: fixed;
  right: 0;
  top: 200px;
}
.youkefu li {
  display: block;
  width: 80px;
  height: 80px;
  margin-bottom: 10px;
  background-color: #9a1f00;
  position: relative;
  -webkit-transition: .3s;
  -moz-transition: .3s;
  -ms-transition: .3s;
  -o-transition: .3s;
  transition: .3s;
}
.youkefu li a.kefufirst {
  display: block;
  padding-top: 10px;
  text-align: center;
  color: #fff;
  line-height: 32px;
  font-size: 14px;
}
.youkefu li a.kefufirst img {
  display: block;
  margin: 0 auto;
}
.youkefu li:before {
  content: '';
  width: 15px;
  height: 100%;
  position: absolute;
  left: -15px;
  top: 0;
}
.youkefu li .zixun {
  display: none;
  position: absolute;
  width: 168px;
  height: 107px;
  right: 88px;
  top: -12px;
  z-index: 2;
  background: url("../images/kferji.png") no-repeat center center;
  padding-top: 14px;
  padding-left: 18px;
}
.youkefu li .zixun a {
  display: block;
  width: 124px;
  color: #fff;
  white-space: nowrap;
  overflow: hidden;
  margin-bottom: 7px;
  height: 36px;
}
.youkefu li:hover .zixun {
  display: block;
}
.youkefu li .zixun1 {
  display: none;
  position: absolute;
  width: 168px;
  height: 54px;
  right: 88px;
  top: -12px;
  z-index: 2;
  background: url("../images/kf-tel.png") no-repeat center center;
  padding-top: 114px;
  padding-left: 18px;
}
.youkefu li .zixun1 a {
  display: block;
  width: 124px;
  color: #fff;
  white-space: nowrap;
  overflow: hidden;
  margin-bottom: 7px;
  height: 36px;
}
.youkefu li:hover .zixun1 {
  display: block;
}

.youkefu li#totop {
  background-color: #fff;
}
.youkefu li#totop a {
  color: #9a1f00;
}
.case {
  margin-top: 33px;
}
.case a {
  float: left;
  display: block;
  margin: 0 25px 10px 0;
}
.case a .zihiimg {
  width: 166px;
  height: 100px;
  border: 2px solid #e1e1e1;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  overflow: hidden;
}
.case a span {
  display: block;
  line-height: 35px;
  height: 35px;
  text-align: center;
  overflow: hidden;
  font-size: 14px;
  color: #666666;
}
.case a:hover .zihiimg {
  border: 2px solid #fe6000;
}
