@charset "utf-8";
/*public*/
* {
  margin: 0;
  padding: 0;
}
html {
  line-height: 1.15;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}
body {
  margin: 0;
  overflow-x: hidden;
  font-family: "微软雅黑";
}
article,
aside,
footer,
header,
nav,
section {
  display: block;
}
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}
figcaption,
figure,
main {
  display: block;
}
figure {
  margin: 1em 40px;
}
hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}
pre {
  font-family: monospace,monospace;
  font-size: 1em;
}
a {
  background-color: transparent;
  -webkit-text-decoration-skip: objects;
}
abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  text-decoration: underline dotted;
}
b,
strong {
  font-weight: inherit;
}
b,
strong {
  font-weight: bolder;
}
code,
kbd,
samp {
  font-family: monospace,monospace;
  font-size: 1em;
}
dfn {
  font-style: italic;
}
mark {
  background-color: #ff0;
  color: #000000;
}
small {
  font-size: 80%;
}
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sub {
  bottom: -0.25em;
}
sup {
  top: -0.5em;
}
audio,
video {
  display: inline-block;
}
audio:not([controls]) {
  display: none;
  height: 0;
}
img {
  border-style: none;
}
svg:not(:root) {
  overflow: hidden;
}
button,
input,
optgroup,
select,
textarea {
  font-family: sans-serif;
  font-size: 100%;
  line-height: 1.15;
  margin: 0;
}
button,
input {
  overflow: visible;
}
button,
select {
  text-transform: none;
}
[type=reset],
[type=submit],
button,
html [type=button] {
  -webkit-appearance: button;
}
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner,
button::-moz-focus-inner {
  border-style: none;
  padding: 0;
}
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring,
button:-moz-focusring {
  outline: 1px dotted ButtonText;
}
fieldset {
  padding: 0.35em 0.75em 0.625em;
}
legend {
  box-sizing: border-box;
  color: inherit;
  display: table;
  max-width: 100%;
  padding: 0;
  white-space: normal;
}
progress {
  display: inline-block;
  vertical-align: baseline;
}
textarea {
  overflow: auto;
}
[type=checkbox],
[type=radio] {
  box-sizing: border-box;
  padding: 0;
}
[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}
[type=search] {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}
[type=search]::-webkit-search-cancel-button,
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}
::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}
details,
menu {
  display: block;
}
summary {
  display: list-item;
}
canvas {
  display: inline-block;
}
template {
  display: none;
}
[hidden] {
  display: none;
}
a {
  text-decoration: none;
}
input {
  outline: 0;
}
textarea {
  outline: 0;
  resize: none;
  vertical-align: top;
}
ol,
ul {
  list-style: none;
}
li {
  list-style: none;
}
/*index-public*/
/*公共样式、*/
.wrap:after {
  content: "";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}
.fl {
  float: left;
}
.fr {
  float: right;
}
.left {
  float: left;
}
.right {
  float: right;
}
.clear {
  clear: both;
}
.center {
  width: 1200px;
  margin: 0 auto;
}
/*index*/
.header {
  height: 150px;
  overflow: hidden;
}
.header .logo {
  margin-top: 38px;
  float: left;
}
.header .logo-tit {
  float: left;
  height: 59px;
  width: 385px;
  margin-top: 50px;
  margin-left: 17px;
  padding-left: 11px;
  border-left: 1px solid #ddd;
}
.header .logo-tit h2 {
  font-size: 16px;
  color: #000;
  line-height: 35px;
}
.header .logo-tit h2 .tit {
  color: #004ea2;
}
.header .logo-tit h2 .ins {
  color: #f39800;
}
.header .logo-tit p {
  margin-top: 12px;
  font-size: 14px;
}
.header .phone {
  float: right;
  margin-top: 60px;
}
.header .phone img {
  float: left;
}
.header .phone .phone-num {
  margin-left: 5px;
  float: left;
  color: #777777;
}
.header .phone .phone-num .p {
  font-size: 16px;
  line-height: 18px;
}
.header .phone .phone-num .h2 {
  font-size: 24px;
  font-weight: bold;
}
.nav {
  height: 50px;
  background: #e83428;
}
.nav .nav-list li {
  width: 133px;
  text-align: center;
  line-height: 50px;
  float: left;
}
.nav .nav-list li a {
  display: block;
  color: #fff;
}
.nav .nav-list li a:hover {
  background: #f8b62b;
}
.banner {
  height: 500px;
  position: relative;
  overflow: hidden;
}
.banner ul {
  position: relative;
}
.banner ul li {
  float: left;
  height: 500px;
  overflow: hidden;
  position: relative;
}
.banner .btn-list {
  position: absolute;
  bottom: 15px;
}
.banner .btn-list li {
  width: 20px;
  height: 20px;
  background: #fff;
  margin-right: 10px;
  border-radius: 30px;
}
.banner .btn-list li.active {
  background: #e83428;
}
.banner img {
  height: 500px;
  border: 0 none;
  position: absolute;
  left: 50%;
  margin-left: -1000px;
  top: 0;
  vertical-align: top;
}
.i-search {
  height: 80px;
  background: #eeeeee;
  line-height: 80px;
}
.i-search .key-words {
  font-size: 16px;
  float: left;
}
.i-search .key-words span {
  color: #333333;
  font-weight: bold;
}
.i-search .key-words a {
  color: #666666;
  margin-right: 20px;
}
.i-search .sousuo {
  float: right;
  position: relative;
}
.i-search .sousuo .txt {
  width: 324px;
  height: 46px;
  border: none;
  background: #fff;
  border-radius: 30px;
  margin-top: 18px;
}
.i-search .sousuo .btn {
  background: url(../images/ser-icon.jpg) no-repeat;
  width: 25px;
  height: 26px;
  display: block;
  border: none;
  position: absolute;
  right: 20px;
  cursor: pointer;
  top: 50%;
  margin-top: -12px;
}
.i-plan {
  height: 480px;
  background: url(../images/pl-bg.jpg) no-repeat center;
  overflow: hidden;
  clear: both;
}
.i-plan .plan-tit {
  text-align: center;
  font-size: 30px;
  font-weight: normal;
  color: #444444;
  margin-top: 48px;
}
.i-plan .plan-tit span {
  font-weight: bold;
  color: #e83428;
}
.i-plan .plan-tit p {
  color: #b3b3b3;
  font-size: 18px;
  line-height: 46px;
}
.i-plan .plan-tit h4 {
  font-size: 30px;
}
.i-plan .plan-list {
  overflow: hidden;
  margin-top: 40px;
}
.i-plan .plan-list .item {
  text-align: center;
  width: 230px;
  float: left;
  margin: 0 85px;
}
.i-plan .plan-list .item .tit {
  font-size: 16px;
  font-weight: bold;
  color: #666666;
}
.i-plan .plan-list .item .line {
  width: 15px;
  height: 2px;
  background: #333333;
  margin: 0 auto;
  margin-top: 10px;
  margin-bottom: 5px;
}
.i-plan .plan-list .item h2 {
  font-size: 54px;
  color: #333333;
  margin-bottom: 10px;
  display: inline-block;
}
.i-plan .plan-list .item:hover{
	
}
.i-plan .plan-list .item span {
  width: 16px;
  color: #444444;
  display: inline-block;
  font-weight: bold;
  font-size: 20px;
}
.i-plan .plan-list .item span span{
	font-size: 15px;
	width: 50px;
	position: relative;
	top: -6px;
	text-align: left;
}
.i-plan .plan-list .item p.ins {
  font-size: 14px;
  color: #666666;
  margin-bottom: 15px;
}
.i-plan .plan-list .item p.infor {
  color: #747474;
  font-size: 14px;
  line-height: 30px;
}
.i-plan .plan-list hr {
  width: 1px;
  height: 140px;
  background: #dddddd;
  border: none;
  float: left;
  margin-top: 27px;
}
.i-plan .btn {
  width: 252px;
  height: 42px;
  background: url(../images/zx-bg.jpg) no-repeat;
  margin: 0 auto;
  display: block;
  text-align: center;
  color: #fff;
  line-height: 42px;
  margin-top: 56px;
}
.i-plan .btn span {
  margin-left: -65px;
}
.i-solve {
  overflow: hidden;
}
.i-solve .solve-tit {
  text-align: center;
  margin-top: 66px;
  margin-bottom: 50px;
}
.i-solve .public-left {
  width: 260px;
  overflow: hidden;
  float: left;
  border: 1px solid #e83428;
}
.i-solve .public-left .public-ins {
  height: 75px;
  background: #e83428;
  color: #fff;
  padding-top: 35px;
}
.i-solve .public-left .public-ins img {
  float: left;
  margin-left: 26px;
  margin-right: 13px;
}
.i-solve .public-left .public-ins h2 {
  margin-bottom: 10px;
  font-size: 24px;
}
.i-solve .public-left .public-ins span {
  font-size: 12px;
}
.i-solve .public-left li {
  height: 49px;
  border-bottom: 1px solid #dddddd;
  line-height: 49px;
  position: relative;
  padding-left: 27px;
  background: #ffffff;
}
.i-solve .public-left li.active {
  background: #eeeeee;
}
.i-solve .public-left li:hover {
  background: #EEEEEE;
}
.i-solve .public-left li a {
  color: #333333;
}
.i-solve .solve-r {
  width: 907px;
  float: right;
}
.i-solve .solve-r .only {
  height: 290px;
  background: #f5f5f5;
  margin-bottom: 35px;
}
.i-solve .solve-r .only img {
  width: 440px;
  height: 290px;
}
.i-solve .solve-r .only .ins {
  float: right;
  width: 410px;
  margin: 0 24px;
}
.i-solve .solve-r .only .ins h4 {
  font-size: 18px;
  font-weight: normal;
  color: #333333;
  margin-top: 31px;
  margin-bottom: 16px;
}
.i-solve .solve-r .only .ins p {
  font-size: 14px;
  color: #666666;
  line-height: 30px;
}
.i-solve .solve-r .only .ins a {
  width: 98px;
  height: 34px;
  background: #e83428;
  font-size: 14px;
  color: #fff;
  text-align: center;
  line-height: 34px;
  display: inline-block;
  margin-top: 18px;
  margin-right: 16px;
}
.i-solve .solve-r ul {
  width: 1200px;
}
.i-solve .solve-r li {
  width: 290px;
  height: 288px;
  background: #f5f5f5;
  float: left;
  margin-right: 19px;
  margin-bottom: 19px;
}
.i-solve .solve-r li img {
  width: 290px;
  height: 210px;
}
.i-solve .solve-r li p {
  font-size: 18px;
  color: #444444;
  text-align: center;
  line-height: 75px;
}
.i-wrap {
  height: 200px;
  position: relative;
  margin-top: 55px;
  overflow: hidden;
}
.i-wrap img {
  position: absolute;
  left: 50%;
  margin-left: -1000px;
}
.i-case {
  height: 645px;
  background: url(../images/case.jpg) no-repeat center;
  overflow: hidden;
}
.i-case .case-tit {
  font-size: 28px;
  color: #e83428;
  text-align: center;
  margin: 0 auto;
  width: 179px;
  margin-top: 62px;
  margin-bottom: 60px;
  height: 50px;
  line-height: 50px;
  font-weight: bold;
  background: url(../images/case-bg.jpg) no-repeat;
}
.i-case .case-tit span {
  font-weight: normal;
  color: #fff;
}
.i-case .case-list {
  overflow: hidden;
  margin-bottom: 47px;
}
.i-case .case-list ul {
  position: relative;
  width: 1300px;
  overflow: hidden;
}
.i-case .case-list li {
  width: 385px;
  height: 340px;
  background: #fff;
  float: left;
  margin-right: 22px;
}
.i-case .case-list li img {
  width: 385px;
  height: 260px;
}
.i-case .case-list li p {
  font-size: 18px;
  color: #000;
  text-align: center;
  line-height: 80px;
}
.i-case .case-list .case-btn {
  text-align: center;
  margin-top: 47px;
}
.i-case .case-list .case-btn .btn {
  width: 45px;
  height: 45px;
  background: #dddddd;
  display: inline-block;
  margin-right: 17px;
}
.i-case .case-list .case-btn .l {
  background: url(../images/lr.jpg);
}
.i-case .case-list .case-btn .r {
  background: url(../images/lr.jpg);
  transform: rotate(180deg);
}
.i-case .case-list .case-btn .c {
  width: 60px;
  background: url(../images/btn.jpg);
}
.i-layout {
  position: relative;
  height: 2346px;
  background: url(../images/layout.jpg) no-repeat center;
  overflow: hidden;
}
.i-layout .center {
  position: relative;
  height: 2346px;
  overflow: hidden;
  background: url(../images/layout-nr2.jpg) no-repeat center;
}
.i-layout .center p {
  position: relative;
  color: #acacac;
  font-size: 16px;
  padding-left: 23px;
  width: 500px;
  line-height: 31px;
  margin-bottom: 13px;
}
.i-layout .center p:after {
  position: absolute;
  content: "";
  width: 9px;
  height: 9px;
  background: #dcdcdc;
  border-radius: 30px;
  left: 0;
  top: 12px;
}
.i-layout .center .no1 {
  margin-top: 330px;
  margin-left: 100px;
}
.i-layout .center .no2 {
  margin-top: 420px;
  margin-left: 675px;
}
.i-layout .center .no3 {
  margin-top: 410px;
  margin-left: 75px;
}
.i-layout .center .no4 {
  float: right;
  margin-top: 450px;
  margin-right: 15px;
}
.i-layout .center img {
  width: 100%;
  height: 2346px;
}
.i-about {
  overflow: hidden;
}
.i-about .about-tit {
  color: #e83428 ;
  width: 230px;
  height: 49px;
  text-align: center;
  margin: 0 auto;
  line-height: 49px;
  font-weight: bold;
  font-size: 30px;
  margin-top: 48px;
  margin-bottom: 75px;
  background: url(../images/about.jpg);
}
.i-about .about-nr {
  height: 440px;
  border: 1px solid #eeeeee;
}
.i-about .about-nr .about-ins {
  width: 540px;
  float: left;
  margin-top: 12px;
  margin-left: 30px;
}
.i-about .about-nr .about-ins h5 {
  font-size: 18px;
  font-weight: normal;
  line-height: 45px;
  color: #444444;
}
.i-about .about-nr .about-ins p {
  font-size: 15px;
  color: #666666;
  line-height: 32px;
}
.i-about .about-nr .about-ins a {
  font-size: 14px;
  color: #fff;
  width: 131px;
  height: 34px;
  text-align: center;
  line-height: 34px;
  display: block;
  border-radius: 30px;
  background: #e83428;
  margin-top: 30px;
  float: left;
  margin-right: 20px;
}
.i-about .about-nr .about-tp {
  width: 610px;
  height: 440px;
  background: url(../images/about-bg.jpg) no-repeat;
  float: right;
}
.i-about .about-nr .about-tp img {
  width: 580px;
  height: 365px;
  margin-top: 38px;
}
.i-honor {
  margin-top: 58px;
  overflow: hidden;
}
.i-honor .honor-tit {
  overflow: hidden;
}
.i-honor .honor-tit h5 {
  font-size: 18px;
  color: #333333;
  float: left;
}
.i-honor .honor-tit .line {
  float: left;
  width: 1038px;
  height: 1px;
  background: #dddddd;
  margin-left: 16px;
  margin-top: 11px;
}
.i-honor .honor-tit a {
  color: #999999;
  font-size: 14px;
  float: right;
}
.i-honor .honor-list {
  margin-top: 39px;
  overflow: hidden;
}
.i-honor .honor-list ul {
  position: relative;
  width: 1500px;
}
.honor-list{
  width:1300px !important;
}
.i-honor .honor-list li {
  width: 283px;
  height: 378px;
  border: 1px solid #cccccc;
  text-align: center;
  float: left;
  margin-right: 20px;
}
.i-company {
  height: 492px;
  margin-top: 87px;
  overflow: hidden;
  background: url(../images/red-bg.jpg) no-repeat center;
}
.i-company .com-tit {
  text-align: center;
  margin-top: 64px;
}
.i-company .com-tit a {
  width: 172px;
  height: 46px;
  border: 1px solid #fff;
  border-radius: 30px;
  display: inline-block;
  text-align: center;
  line-height: 46px;
  color: #ffffff;
  margin: 0 15px;
}
.i-company .com-tit a.active {
  background: #fff;
  color: #e83428;
}
.i-company .com-tit a:hover {
  background: #fff;
  color: #e83428;
}
.i-company .com-list {
  margin-top: 60px;
}
.i-company .com-list li {
  width: 400px;
  height: 320px;
  float: left;
}
.i-company .com-list li img {
  width: 400px;
  height: 260px;
}
.i-company .com-list li p {
  margin-top: -3px;
  width: 398px;
  height: 58px;
  border: 1px solid #eeeeee;
  text-align: center;
  line-height: 58px;
  font-size: 18px;
  color: #333333;
}
.i-news {
  margin-top: 78px;
  overflow: hidden;
  margin-bottom: 96px;
}
.i-news .news-title {
  width: 200px;
  height: 49px;
  margin: 0 auto;
  background: url(../images/news-tit-bg.jpg);
  font-size: 28px;
  color: #e83428;
  text-align: center;
  line-height: 49px;
  margin-bottom: 60px;
}
.i-news .news-title span {
  font-weight: normal;
  color: #333333;
}
.i-news .red-bg {
  position: absolute;
  left: 0;
  top: 0;
  width: 120px;
  height: 120px;
  background: #e83428;
}
.i-news .red-bg h2 {
  color: #fff;
  font-size: 30px;
  width: 70px;
  margin: 0 auto;
  margin-top: 11px;
}
.i-news .red-bg .line {
  width: 20px;
  height: 4px;
  background: #fff;
  margin-top: 14px;
  margin-left: 25px;
}
.i-news .news-only {
  float: left;
  width: 585px;
  margin-right: 15px;
  height: 360px;
}
.i-news .news-only .news-tp {
  margin-bottom: 11px;
  position: relative;
  height: 200px;
}
.i-news .news-only .news-tp img {
  width: 100%;
  height: 200px;
}
.i-news .news-only .news-tit {
  font-size: 14px;
  font-weight: bold;
  line-height: 44px;
}
.i-news .news-only .news-tit a {
  color: #444444;
}
.i-news .news-only .news-detail {
  line-height: 24px;
  color: #666666;
  width: 555px;
  font-size: 12px;
}
.i-news .news-only .news-more {
  width: 80px;
  height: 30px;
  display: block;
  text-align: center;
  line-height: 30px;
  font-size: 9px;
  color: #fff;
  margin-top: 15px;
  background: #000000;
}
.i-news .news-list {
  float: left;
  margin-left: 30px;
  width: 570px;
  margin-bottom: 59px;
  height: 376px;
  overflow: hidden;
}
.i-news .news-list .news {
  height: 106px;
  border-bottom: 1px dashed #9c9d9e;
  margin-bottom: 28px;
}
.i-news .news-list .news:hover .news-time {
  border: 1px solid #e83428;
}
.i-news .news-list .news:hover .news-time h2 {
  color: #e83428;
}
.i-news .news-list .news:hover .news-time p {
  color: #e83428;
}
.i-news .news-list .news:hover .news-nr .news-tit a {
  color: #e83428;
}
.i-news .news-list .news .news-time {
  float: left;
  width: 80px;
  height: 80px;
  border: 1px solid #eeeeee;
}
.i-news .news-list .news .news-time h2 {
  text-align: center;
  margin-bottom: 15px;
  color: #666666;
  margin-top: 15px;
}
.i-news .news-list .news .news-time p {
  width: 80px;
  height: 24px;
  font-size: 12px;
  text-align: center;
  color: #a9a9a9;
}
.i-news .news-list .news .news-nr {
  float: left;
  width: 460px;
  margin-left: 27px;
}
.i-news .news-list .news .news-nr .news-tit {
  font-size: 14px;
  font-weight: bold;
  margin-bottom: 16px;
}
.i-news .news-list .news .news-nr .news-tit a {
  color: #444444;
}
.i-news .news-list .news .news-nr .news-detail {
  font-size: 14px;
  color: #666666;
  line-height: 24px;
}
.i-news .dynamic {
  overflow: hidden;
  clear: both;
}
.i-news .dynamic .dy-tp {
  float: left;
  position: relative;
}
.i-news .dynamic .dy-tp img {
  width: 285px;
  height: 160px;
}
.i-news .dynamic .dy-list {
  float: left;
}
.i-news .dynamic .dy-list li {
  width: 290px;
  margin-left: 14px;
  float: left;
}
.i-news .dynamic .dy-list li a {
  font-size: 15px;
  color: #333333;
  font-weight: bold;
  display: block;
  line-height: 30px;
}
.i-news .dynamic .dy-list li p {
  font-size: 14px;
  color: #666666;
  line-height: 24px;
  margin: 24px 0;
}
.i-news .dynamic .dy-list li i {
  width: 43px;
  height: 6px;
  background: url(../images/jt.jpg);
  display: block;
}
.i-news .dynamic .dy-list li:hover a {
  color: #e83428;
}
.i-news .dynamic .dy-list li:hover i {
  background: url(../images/jt-hover.jpg);
}
.i-link {
  background: #e83428;
  padding-bottom:20px;
}
.i-link img {
  border-right: 1px solid #f6f6f7;
  margin-top: 20px;
  float: left;
  margin-right: 12px;
}
.i-link .links {
  float: left; width:900px;
}
.i-link .links a {
  float: left;
  display: block;
  font-size: 14px;
  color: #fff;
  padding: 0 16px;
  border-left: 1px solid #ee7e79;
  border-right: 1px solid #ffffff;
  margin-top: 28px;
}
.clear { clear:both;}
.i-link a.open {
  width: 160px;
  height: 34px;
  background: #f8b62b;
  font-size: 14px;
  text-align: center;
  line-height: 34px;
  display: block;
  float: right;
  color: #fff;
  border-radius: 30px;
  margin-top: 20px;
}
.footer {
  height: 375px;
  overflow: hidden;
}
.footer .f-nav {
  height: 60px;
  background: #eeeeee;
  margin-top: 47px;
  line-height: 60px;
  margin-bottom: 57px;
}
.footer .f-nav a {
  width: 127px;
  text-align: center;
  display: inline-block;
  color: #666666;
  font-size: 16px;
}
.footer p.txt {
  font-size: 15px;
  color: #666666;
  line-height: 31px;
}
.footer p.tit {
  color: #333333;
  font-size: 18px;
  margin-top: 3px;
  margin-bottom: 19px;
}
.footer .f-logo {
  width: 229px;
  text-align: center;
  line-height: 154px;
}
.footer .f-logo img{
	vertical-align: middle;
}
.footer .f-about {
  margin-left: 30px;
  width: 393px;
}
.footer .f-contact {
  margin-left: 34px;
  width: 239px;
}
.footer .f-ewm {
  width: 270px;
  float: right;
  border: none !important;
}
.footer .f-ewm p {
  text-align: center;
  color: #666666;
  font-size: 14px;
  line-height: 34px;
}
.footer .f-ewm .ewm {
  float: left;
  margin-left: 25px;
}
.footer .h154 {
  height: 154px;
  border-right: 1px solid #eeeeee;
  float: left;
}
/*neiye*/
.n-main {
  overflow: hidden;
  clear: both;
  margin-bottom: 30px;
}
.n-main .public-side {
  margin-top: 22px;
  height: 27px;
  border-bottom: 1px solid #dddddd;
  font-size: 14px;
  margin-bottom: 30px;
}
.n-main .public-side a {
  color: #666666;
}
.n-main .public-side .active {
  font-weight: bold;
  color: #333333;
}
.n-main .public-side-nav {
  margin-bottom: 55px;
}
.n-main .public-side-nav .side-list {
  text-align: center;
}
.n-main .public-side-nav .side-list li {
  width: 230px;
  height: 50px;
  background: #eeeeee;
  text-align: center;
  line-height: 50px;
  display: inline-block;
  margin: 0 3px;
}
.n-main .public-side-nav .side-list li.active a {
  background: #e83426;
  color: #fff;
}
.n-main .public-side-nav .side-list li.active a:after {
  display: block;
}
.n-main .public-side-nav .side-list li a {
  color: #333333;
  display: block;
  position: relative;
}
.n-main .public-side-nav .side-list li a:hover {
  background: #e83426;
  color: #fff;
}
.n-main .public-side-nav .side-list li a:hover:after {
  display: block;
}
.n-main .public-side-nav .side-list li a:after {
  position: absolute;
  content: "";
  bottom: -20px;
  left: 50%;
  width: 0;
  height: 0;
  border: 10px solid transparent;
  border-top: 10px solid #e83426;
  margin-left: -10px;
  display: none;
}
.n-main .public-left {
  width: 260px;
  overflow: hidden;
  float: left;
}
.n-main .public-left .public-ins {
  height: 75px;
  background: #e93429;
  color: #fff;
  padding-top: 35px;
}
.n-main .public-left .public-ins img {
  float: left;
  margin-left: 26px;
  margin-right: 13px;
}
.n-main .public-left .public-ins h2 {
  margin-bottom: 10px;
  font-size: 24px;
}
.n-main .public-left .public-ins span {
  font-size: 12px;
}
.n-main .public-left li {
  height: 59px;
  border-bottom: 1px solid #dddddd;
  line-height: 59px;
  position: relative;
  padding-left: 27px;
  background: #eeeeee;
}
.n-main .public-left li.active a {
  color: #004ea2;
}
.n-main .public-left li.active:after {
  border-left: 8px solid #004ea2;
}
.n-main .public-left li:after {
  position: absolute;
  content: "";
  width: 0;
  height: 0;
  border: 8px solid transparent;
  border-left: 8px solid #ccc;
  right: 24px;
  top: 24px;
}
.n-main .public-left li:hover a {
  color: #e93429;
}
.n-main .public-left li:hover:after {
  border-left: 8px solid #e93429;
}
.n-main .public-left li a {
  color: #333333;
}
.n-main .zixun {
  width: 260px;
  height: 115px;
  background: #e93429;
  margin-top: 17px;
  overflow: hidden;
}
.n-main .zixun .zixun-nr {
  width: 260px;
  height: 115px;
  color: #fff;
  overflow: hidden;
  background: url(../images/zixun-bg.jpg);
}
.n-main .zixun .zixun-nr p {
  font-size: 18px;
  margin-left: 85px;
  margin-top: 37px;
}
.n-main .zixun .zixun-nr b {
  font-size: 22px;
  margin-left: 85px;
}
.n-main .public-tit {
  border-bottom: 1px solid #dddddd;
  margin-bottom: 35px;
}
.n-main .public-tit h2 {
  display: inline-block;
  font-size: 24px;
  padding-bottom: 15px;
  border-bottom: 2px solid #e83428;
  color: #e83428;
}
.n-main .public-r {
  float: left;
  width: 905px;
  margin-left: 35px;
  min-height: 405px;
}
/*contact*/
.n-contact {
  height: 425px;
}
.n-contact .contact {
  width: 500px;
  float: left;
}
.n-contact .contact h2 {
  font-size: 24px;
  margin-bottom: 30px;
}
.n-contact .contact p {
  height: 72px;
  border-bottom: 1px solid #eeeeee;
  line-height: 72px;
  font-size: 18px;
}
.n-contact .contact p .tp {
  width: 80px;
  display: inline-block;
  text-align: center;
}
.n-contact .contact p img {
  margin-left: 21px;
  margin-right: 25px;
  vertical-align: middle;
}
.n-contact .contact-map {
  float: right;
  margin-left: 54px;
  width: 610px;
}
.n-contact .contact-map h2 {
  font-size: 26px;
  float: left;
  margin-bottom: 30px;
}
.n-contact .contact-map .map {
  width: 122px;
  height: 26px;
  background: #e83426;
  text-align: center;
  line-height: 26px;
  color: #fff;
  font-size: 20px;
  font-weight: bold;
  float: left;
  margin-left: 6px;
}
.n-contact .contact-map .map-tp {
  width: 711px;
  height: 436px;
  overflow: hidden;
}
/*news-list*/
/*news*/
.n-news {
  float: left;
  width: 905px;
  margin-left: 35px;
}
.n-news .train-c {
  float: left;
  width: 905px;
}
.n-news .train-c .left {
  margin-top: -12px;
}
.n-news .train-c li {
  width: 905px;
  padding-bottom: 26px;
  height: 110px;
  border-bottom: 1px dashed #ddd;
}
.n-news .train-c li:hover a.txt {
  color: #e93429;
}
.n-news .train-c li p.left {
  text-align: center;
  color: #000;
  padding-top: 33px;
  margin-right: 30px;
}
.n-news .train-c li p.left img {
  width: 205px;
  height: 120px;
}
.n-news .train-c li p.left .day {
  display: block;
  margin-bottom: 10px;
  height: 37px;
  border-bottom: 1px solid #dddddd;
  font-size: 25px;
  color: #444444;
  font-weight: bold;
}
.n-news .train-c li p.left .year {
  font-size: 13px;
  color: #666666;
}
.n-news .train-c li .text {
  width: 815px;
  padding-top: 33px;
  font-size: 18px;
  font-weight: bold;
  color: #444444;
}
.n-news .train-c li .text .txt {
  color: #000;
  font-size: 16px;
  margin-bottom: 17px;
  display: block;
  width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.n-news .train-c li .text .p p {
  font-size: 12px;
  color: #666666;
  line-height: 30px;
}
/*pro*/
.n-pro ul {
  width: 1100px;
}
.public-list {
  width: 1200px;
}
.public-list li {
  width: 1600px;
  float: left;
}
.public-list p {
  text-align: center;
  font-size: 18px;
  color: #444444;
  height: 75px;
  background: #f5f5f5;
  line-height: 75px;
}
.n-main .pro-list li {
  width: 289px;
  margin-right: 11px;
  margin-bottom: 24px;
}
.n-main .pro-list li img {
  width: 289px;
  height: 190px;
}
.tj {
	clear: both;
  border-bottom: 2px solid #dddddd !important;
	padding-top: 20px;
}
.tj h2 {
  position: relative;
  bottom: -2px;
  color: #000 !important;
}
/*case*/
.n-main .case-list li {
  width: 385px;
  margin: 33px;
  margin-top: 0;
  margin-bottom: 24px;
}
.n-main .case-list li img {
  width: 385px;
  height: 260px;
}
/*honor*/
.honor-list li {
  width: 262px;
  height: 378px;
  margin-right: 50px;
  margin-bottom: 20px;
}
.honor-list li img {
  width: 262px;
  height: 378px;
}
/*show*/
.n-show .tit {
  font-size: 24px;
  color: #333;
  font-weight: bold;
  text-align: center;
  margin-bottom: 10px;
}
.n-show .info {
  font-size: 14px;
  color: #999;
  text-align: center;
  margin-bottom: 5px;
}
.n-show .info span {
  margin-right: 5px;
}
.n-show .pp {
  padding-top: 10px;
  padding-bottom: 15px;
}
.n-show .pp p {
  font-size: 16px;
  color: #333;
  line-height: 150%;

}
.n-about p{
	text-indent: 2em;
}
/*msg*/
.n-msg {
  height: 500px;
  margin-bottom: 75px;
  background: url(../images/nr-bg.jpg) no-repeat;
  overflow: hidden;
}
.n-msg .form {
  margin-top: 85px;
  margin-left: 42px;
}
.n-msg .form span {
  color: #444444;
  font-size: 16px;
  width: 90px;
  display: inline-block;
  text-align: right;
  font-weight: bold;
}
.n-msg .form input {
  border: 1px solid #cccccc;
  background: none;
}
.n-msg .form .clear {
  margin-top: 32px;
}
.n-msg .form input.txt {
  width: 253px;
  height: 48px;
  margin-right: 30px;
}
.n-msg .form textarea {
  width: 1020px;
  height: 148px;
  border: 1px solid #cccccc;
  background: none;
}
.n-msg .form input.yzm {
  width: 126px;
  height: 48px;
}
.n-msg .form .clear2 {
  margin-top: 12px;
}
.n-msg .form img {
  width: 100px;
  height: 50px;
  margin-left: 13px;
  position: relative;
  top: 19px;
  left: 13px;
}
.n-msg .btn {
  width: 160px;
  height: 50px;
  background: #e83428 !important;
  display: block;
  margin: 0 auto;
  color: #fff;
  margin-top: 20px;
}
.fenye {
  text-align: center;
  margin-top: 17px;
  width: 100%;
}
.pagination {
  display: inline-block;
  text-align: center;
  margin-top: 17px;
  width: 100%;
  margin-bottom: 20px;
}
.pagination li {
  margin-right: 13px;
  display: inline-block;
}
.pagination li a.active {
  background: #e93429;
  color: #ffffff;
}
.pagination li a {
  /*color: #a6a6a6;
  font-size: 14px;
  display: block;
  width: 40px;
  height: 40px;
  background: #e5e5e5;
  border: 1px solid #ddd;
  text-align: center;
  line-height: 40px;*/
 color: #e83428;
}
.pagination .Pre {
 /* width: 40px!important;
  height: 40px;
  border: 1px solid #ddd;
  background: url(../images/l.jpg);
  position: relative;
  top: 15px;*/
}
.pagination .next {
 /* width: 40px!important;
  height: 40px;
  border: 1px solid #ddd;
  background: url(../images/r.jpg);
  position: relative;
  top: 15px;*/
}
.page-turn {
  padding-top: 40px;
  height: 95px;
}
.page-turn p {
  font-size: 16px;
  color: #333;
  margin-bottom: 10px;
}
.page-turn p a {
  color: #333;
}
.page-turn p:hover a {
  color: #004ea2;
}

/*qq 微信*/
      #div1{
        position: absolute;
        right: 156px;
      }
      #div1 a{
        width: 70px;
        height: 70px;
        display: block;
        background: #898989;
        text-align: center;
        line-height: 70px;
        margin-bottom: 12px;
      }
      #div1 a img{
        vertical-align: middle;
      }
      #div1 a:hover{
        background: #e83428;
      }
      #div1 .d-ewm{
        position: relative;
      }
	   #div1 .d-ewm .piaofu-ewm{
        position: absolute;
        content: "";
        width: 108px;
        height: 108px;
        left: -130px;
        top: -38px;
        display: none;
        background: #fff;
        border: 1px solid #dddddd;

      }
	  #div1 .d-ewm:hover .piaofu-ewm{
        display: block;
      }
	  #div1 .d-ewm:hover .piaofu-ewm img { max-width:100%;}
      /*#div1 .d-ewm:after{
        position: absolute;
        content: "";
        width: 108px;
        height: 108px;
        left: -130px;
        top: -38px;
        display: none;
        background: #fff;
        border: 1px solid #dddddd;
        background: url(../images/p-ewm.jpg);
      }
      #div1 .d-ewm:hover:after{
        display: block;
      }*/


#tel{position: absolute;
    left: -237px;
    top: 0px;
    width: 220px;
    font-size: 28px;
    height: 70px;
    /* border: 1px solid #898989; */
    color: #fff;
    text-align: center;
		display: none;
    line-height: 70px;
    background: #e83428;}

#d-qq{
    position: absolute;
    left: -237px;
    top: 165px;
    width: 220px;
    font-size: 28px;
    height: 70px;
    /* border: 1px solid #898989; */
    color: #fff;
    text-align: center;
    display: none;
    line-height: 70px;
    background: #e83428;
}
.service-list .right {
    width: 579px;
}

.service-list .left {
    width: 300px;
    height: 164px;
}

.service-list .left img {
    width: 100%;
    height: 100%;
}

.service-list li .right h4 a {
    color: #c11717;
    font-size: 20px;
}

.service-list li .right p {
    font-size: 16px;
    line-height: 27px;
    margin-top: 21px;
}

.service-list li {
    margin-bottom: 49px;
    overflow: hidden;
}