html {
  font-family: sans-serif;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
  overflow-y: scroll;
  /* 0 */
  -webkit-overflow-scrolling: touch
  /* 0 */
}

body {
  margin: 0;
  /* 1 */
  font-size: 12px;
  /* 0 */
  line-height: 2;
  /* 0 */
  color: #333;
  /* 0 */
  background-color: #fff
  /* 0 */
}
.floatleft{
	float:left;
}
.floatright{
	float:right;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
  display: block;
}

audio,
canvas,
progress,
video {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */
  *display: inline;
  /* 3 */
  *zoom: 1
  /* 3 */
}

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
audio:not([controls]) {
  display: none;
  height: 0;
}

/**
 * Address `[hidden]` styling not present in IE 8/9/10.
 * Hide the `template` element in IE 8/9/11, Safari, and Firefox < 22.
 */
[hidden],
template {
  display: none;
}

/* Links
   ========================================================================== */
/**
 * 1. Remove the gray background color from active links in IE 10.
 * 2. Improve readability when focused and also mouse hovered in all browsers.
 * 0. sassCore's style.
 */
a {
  background: transparent;
  /* 1 */
  /* 0 */
  text-decoration: none;
  color: #cf000e;
}
a:active, a:hover {
  outline: 0
  /* 2 */
}
a:hover {
  color: #db1825;
}

/* Text-level semantics
   ========================================================================== */
/**
 * Address styling not present in IE 8/9/10/11, Safari, and Chrome.
 */
abbr[title] {
  border-bottom: 1px dotted;
}

/**
 * Address style set to `bolder` in Firefox 4+, Safari, and Chrome.
 */
b,
strong {
  font-weight: bold;
}

/**
 * Address styling not present in Safari and Chrome.
 */
dfn {
  font-style: italic;
}

/**
 * Address styling not present in IE 8/9.
 */
mark {
  background: #ff0;
  color: #000;
}

/**
 * Address inconsistent and variable font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

/* Embedded content
   ========================================================================== */
/**
 * 1. Remove border when inside `a` element in IE 8/9/10.
 * 2. Improve image quality when scaled in IE 7.
 * 0. sassCore's style.
 */
img {
  border: 0;
  /* 1 */
  vertical-align: middle;
  /* 0 */
  -ms-interpolation-mode: bicubic
  /* 2 */
}

/**
 * Correct overflow not hidden in IE 9/10/11.
 */
svg:not(:root) {
  overflow: hidden;
}

/* Grouping content
   ========================================================================== */
/**
 * Address differences between Firefox and other browsers.
 */
hr {
  box-sizing: content-box;
  height: 0;
}

/**
 * 1. Contain overflow in all browsers.
 * 2. Improve readability of pre-formatted text in all browsers.
 */
pre {
  overflow: auto;
  /* 1 */
  white-space: pre;
  /* 2 */
  white-space: pre-wrap;
  /* 2 */
  word-wrap: break-word
  /* 2 */
}

/**
 * 1. Address odd `em`-unit font size rendering in all browsers.
 * 2. Correct font family set oddly in IE 6, Safari 4/5, and Chrome.
 */
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  /* 1 */
  _font-family: 'courier new', monospace;
  /* 1 */
  font-size: 1em
  /* 2 */
}

/* Forms
   ========================================================================== */
/**
 * Known limitation: by default, Chrome and Safari on OS X allow very limited
 * styling of `select`, unless a `border` property is set.
 */
/**
 * 1. Correct color not being inherited.
 *    Known issue: affects color of disabled elements.
 * 2. Correct font properties not being inherited.
 * 3. Address margins set differently in Firefox 4+, Safari, and Chrome.
 */
button,
input,
optgroup,
select,
textarea {
  color: inherit;
  /* 1 */
  font: inherit;
  /* 2 */
  margin: 0
  /* 3 */
}

/**
 * Address `overflow` set to `hidden` in IE 8/9/10/11.
 */
button {
  overflow: visible;
}

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Firefox, IE 8/9/10/11, and Opera.
 * Correct `select` style inheritance in Firefox.
 */
button,
select {
  text-transform: none;
}

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 * 4. Remove inner spacing in IE 7 without affecting normal text inputs.
 *    Known issue: inner spacing remains in IE 6.
 */
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */
  *overflow: visible
  /* 4 */
}

/**
 * Re-set default cursor for disabled elements.
 */
button[disabled],
html input[disabled] {
  cursor: default;
}

/**
 * Remove inner padding and border in Firefox 4+.
 */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

textarea:focus,
input:focus {
  outline: none;
}

/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
input {
  line-height: normal;
}

/**
 * It's recommended that you don't attempt to style these elements.
 * Firefox's implementation doesn't respect box-sizing, padding, or width.
 *
 * 1. Address -webkit-box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 * 3. Remove excess padding in IE 7.
 *    Known issue: excess padding remains in IE 6.
 */
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
  *height: 13px;
  /* 3 */
  *width: 13px
  /* 3 */
}

/**
 * Fix the cursor style for Chrome's increment/decrement buttons. For certain
 * `font-size` values of the `input`, it causes the cursor style of the
 * decrement button to change from `default` to `text`.
 */
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Address `appearance` set to `searchfield` in Safari and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari and Chrome
 *    (include `-moz` to future-proof).
 */
input[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  /* 2 */
  box-sizing: content-box;
}

/**
 * Remove inner padding and search cancel button in Safari and Chrome on OS X.
 * Safari (but not Chrome) clips the cancel button when the search input has
 * padding (and `textfield` appearance).
 */
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * Define consistent border, margin, and padding.
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

/**
 * 1. Correct `color` not being inherited in IE 8/9/10/11.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 * 3. Correct alignment displayed oddly in IE 6/7.
 */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  /* 2 */
  *margin-left: -7px
  /* 3 */
}

/**
 * 1. Remove default vertical scrollbar in IE 8/9/10/11.
 * 0. sassCore's style
 */
textarea {
  overflow: auto;
  /* 1 */
  resize: vertical
  /* 0 */
}

/**
 * Don't inherit the `font-weight` (applied by a rule above).
 * NOTE: the default cannot safely be changed in Chrome and Safari on OS X.
 */
optgroup {
  font-weight: bold;
}

/* Tables
   ========================================================================== */
/**
 * Remove most spacing between table cells.
 */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

td,
th {
  padding: 0;
}

/**
 * Address CSS quotes not supported in IE 6/7.
 */
q {
  quotes: none;
}

html,
button,
input,
select,
textarea {
  font-family: "Microsoft Yahei", "Helvetica Neue", Helvetica, Tahoma, sans-serif;
}

h1, h2, h3, h4, h5, h6, p, figure, form, blockquote {
  margin: 0;
}

ul, ol, li, dl, dd {
  margin: 0;
  padding: 0;
}

ul, ol {
  list-style: none outside none;
}

h1, h2, h3 {
  line-height: 2;
  font-weight: normal;
}

h1 {
  font-size: 18px;
}

h2 {
  font-size: 15.6px;
}

h3 {
  font-size: 14.04px;
}

h4 {
  font-size: 12px;
}

h5, h6 {
  font-size: 10.2px;
  text-transform: uppercase;
}

input:-moz-placeholder,
textarea:-moz-placeholder {
  color: #ccc;
}

input::-moz-placeholder,
textarea::-moz-placeholder {
  color: #ccc;
}

input:-ms-input-placeholder,
textarea:-ms-input-placeholder {
  color: #ccc;
}

input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
  color: #ccc;
}

.clear {
  clear: both;
}

.f-cb {
  zoom: 1;
}

.f-cb:after {
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
  overflow: hidden;
  content: ".";
}

.fl {
  float: left;
  display: inline;
}

.fr {
  float: right;
  display: inline;
}

.por {
  position: relative;
}

.poa {
  position: absolute;
}

.pof {
  position: fixed;
}

.poa-f {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}

.ovh {
  overflow: hidden;
}

.noselect {
  -moz-user-select: none;
  -webkit-user-select: none;
  -ms-user-select: none;
}

.z1 {
  z-index: 1;
}

.z2 {
  z-index: 2;
}

.z3 {
  z-index: 3;
}

.dn {
  display: none;
}

.dib {
  display: inline-block;
}

.w-f {
  width: 100%;
}

.h-f {
  height: 100%;
}

.fwn {
  font-weight: normal;
}

.tac {
  text-align: center;
}

.t-f {
  -webkit-transition: all 0.5s;
          transition: all 0.5s;
}

.t-c {
  -webkit-transition: color 0.5s;
          transition: color 0.5s;
}

.t-bg {
  -webkit-transition: background 0.5s;
          transition: background 0.5s;
}

.loader {
  width: 50px;
  height: 50px;
  position: absolute;
  top: 50%;
  left: 50%;
  margin: -25px 0 0 -25px;
  font-size: 10px;
  border-top: 1px solid rgba(0, 0, 0, 0.08);
  border-right: 1px solid rgba(0, 0, 0, 0.08);
  border-bottom: 1px solid rgba(0, 0, 0, 0.08);
  border-left: 1px solid rgba(0, 0, 0, 0.5);
  border-radius: 50%;
  -webkit-animation: spinner 700ms infinite linear;
          animation: spinner 700ms infinite linear;
}

.loader.white {
  border-top: 1px solid rgba(255, 255, 255, 0.08);
  border-right: 1px solid rgba(255, 255, 255, 0.08);
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
  border-left: 1px solid rgba(255, 255, 255, 0.5);
}

@-webkit-keyframes spinner {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}

@keyframes spinner {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}


a{
	cursor: pointer;
}
body{
	min-width: 1100px;
}
header{
	z-index: 2;
	position: relative;
}
.w1100{ 
	width:1100px;
	margin: 0 auto;

}
.head-top{
	height: 110px;
	line-height: 110px;
}
.inner-banner{
	width: 100%;
	height: 412px;
}
.head-top .box{
	width: 194px; 
	height: 30px;
	line-height: 30px;
	margin-top:38px;
	position: relative;
	border: 1px solid #dfdfdf;
}
.head-top .logo{width: 419px;}
.head-top .box .seek{
	width: 155px;
	padding-left: 10px;
	border: none;
	font-size: 14px;
	color: #888888;
	background: none;
}
.head-top .box .sub-s{
	width: 18px;
	height: 18px;
	background: url("../images/seach.png") no-repeat center;
	background-size: 100%;
	position: absolute;
	border:none;
	top:6px;
	right:7px;
}
.head-nav{
	width: 100%;
	min-width: 1100px;
	background: #c4121a;
	height: 50px;
	line-height: 50px;
}
.head-nav ul{
	border-left: 1px solid #d4333e;
}
.head-nav li{
	float: left;
	border-right:1px solid #d4333e;
	padding:0 11px;
	line-height: 50px;
	font-size: 14px;
	color: #fff;
	position:relative;
	text-align: center;
}
.head-nav li a{
	color: #fff;
	display: block;
	width: 100%;
	transition: color 0.5s;
}
.head-nav li:hover,.head-nav li.in{
	background: #fff;
	transition: all 0.3s;
}
.head-nav li:hover a.tit,.head-nav li.in a.tit{
	color: #c4121a;
	transition: all 0.5s;
}
.head-nav .nav-sub{
	position: absolute;
	top:50px;
	left:0;
	width: 565px;
	display: none;
	background: url("../images/head01.png") repeat center;
	background-size: cover;
}
.head-nav .nav-sub.left{
	background: url("../images/bg_02.png") repeat center;
	background-size: cover;
}
.head-nav .nav-sub .list{
	width:157px;
	text-align: left;
	padding-top: 8px;
}
.head-nav .list a:hover{
	color: #c4121a;
	transition: all 0.5s;
}
.head-nav .nav-sub a{
	color: #2b3030;
	line-height: 45px;
	padding-left: 48px;
	transition: color 0.5s;
	width:180px;
}
.head-nav .nav-sub .pic{
	padding: 22px 26px 0 28px;
	width: 324px;
}
.nav-sub .pic a{
	width: 324px;
	padding-left: 0;
	display: block;
}
.head-nav .nav-sub p{
	font-size: 14px;
	color: #666666;
	line-height: 64px;
}
.foot-top{
	width: 100%;
	min-width: 1100px;
	background: #c4121a;
}
.foot-top .foot-join{
	width: 175px;
	height: 50px;
	line-height: 50px;
	text-align: center;
	font-size: 14px;
	color: #c4121a;
	background: #fff;
	font-weight: bold;
	margin: 29px 0;
	transition: all 0.5s;
}
.foot-top .foot-join:hover{
	opacity: 0.9;
	filter: alpha(opacity=90);
}
/*.foot-top .foot-join:hover{
	color: #fff;
	background: #c4121a;
	transition: all 0.5s;
}*/
.foot-top .foot-box{
	padding: 19px 0 24px;
}
.foot-top .foot-box h2{
	font-size: 18px;
	color: #fff;
	line-height: 38px;
}
.foot-top .foot-box	p{
	color: #b9d0e8;
	font-size: 14px;
	line-height: 28px;
}
.foot-cen{
	width: 100%;
	background: #3f3f3f;
/*	background: #3a4950;*/
}
.foot-cen-top{
	padding: 58px 0 47px;
	border-bottom: 1px solid #49575e;
}
.foot-cen-top dd{
	float: left;
	padding-right:25px;
}
.foot-cen-top dd.shengchanxian{
	float: left;
	width: 150px;
}
.foot-cen-top dd p{
	font-size: 11px;
	line-height: 14px;
	color: #fff;
	margin-bottom: 20px;
	font-weight: bold;
}
.foot-cen-top dd a{
	display: block;
	color: #fff;
	width: 100%;
	font-size: 11px;
	line-height: 32px;
	transition: color 0.5s;
}
.foot-cen-top dd a:hover{
	color: #fff;
	transition: all 0.5s;
}
.foot-cen-top .foot-add{
	width:380px;
}
.foot-cen-top .foot-add h2{
	color: #fff;
	font-size: 12px;
	line-height: 22px;
	margin-bottom: 14px;
	background: url("../images/line.jpg") no-repeat left bottom;
}
.foot-cen-top .foot-add p{
	color: #d7d9da;
	font-size: 11px;
	line-height:32px;
}
.foot-cen-top .foot-add .col{
	color: #fff;
}
.foot-link{
	border-bottom: 1px solid #49575e;
	/*height: 50px;*/
	line-height: 30px;
	padding: 10px 0;
	margin-bottom: 42px;
}
.foot-link span{
	display: inline-block;
	color: #ffffff;
	margin-right: 15px;
}
.foot-link a{
	color: #fff;
	margin-right: 18px;
	transition: color 0.5s;
	display: inline-block;
}
.foot-link a:hover{
	color: #fff;
	transition: all 0.5s;
}
.foot-bottom{
	background-size:39% 100%;
}
.foot-bottom p, .foot-bottom a{
	color: #fff;
	font-size: 12px;
	line-height: 46px;
	transition: color 0.5s;
}
.foot-bottom p span{
	margin-right: 24px;
}
.foot-bottom p a:hover{
	color: #fff;
}
.foot-bottom li{
	float: left;
	padding: 0 50px;
	background: url("../images/line01.jpg") no-repeat right center;
	line-height: 46px;
}
.foot-bottom li a:hover{
	color: #fff;
	transition: all 0.5s;
}
.foot-bottom .cnzz-img{
	display: inline-block;
	margin-top: 14px;
}
.foot-bottom .cnzz-img a{
	display: inline-block;
	line-height: 12px;
}
.welcome .banner {
    width: 100%;
    height: 692px;
    position: relative;
    overflow: hidden;
}
.welcome .banner li {
    width: 100%;
    height: 692px;
    overflow: hidden;
    position: absolute;
    top: 0;
    left: 0;
    display: none;
}
.i-ban .btns{
	position:absolute;
	bottom: 19px;
	left: 50%;
}
.i-ban .btns span{
    display: inline-block;
    margin: 0 5px;
    background: url("../images/btn.png") no-repeat;
    width: 16px;
    height: 15px;
    transition-duration: 300ms;
    background-size: cover;
    cursor: pointer;
    float: left;
}
.i-ban .btns span.cur{
	background: url("../images/btn_h.png") no-repeat;
	background-size: cover;
}
.wel-case{
	width: 1100px;
	margin: 0 auto;
	position: relative;
	overflow: hidden;
}
.wel-case .bd{
	width: 1130px;
	padding-bottom: 66px;
}
.wel-case .bd li{
	width: 1130px;
	float: left;
}
.wel-case .bd dd{
	float: left;
	width: 344px;
	border: 1px solid #e9e9e9;
	box-shadow: 0 0 5px #f9f9f9;
	margin-right: 30px;
}
.wel-case .bd .pic{
	width: 344px;
	height: 252px;
	overflow: hidden;
}
.wel-case .bd img{
	width: 344px;
	height: 252px;
	transition: transform 1.1s;
}
.wel-case dd:hover img{
	transform: scale(1.2);
	transition: transform 1.1s;
}
.wel-case dd:hover h2,.wel-case dd:hover p,.wel-case dd:hover .more{
	color: #c4121a;
	transition: color 1.1s;
}
.wel-case .bd h2{
	width: 286px;
	margin: 0 auto;
	font-weight: bold;
	font-size: 14px;
	color: #28353c;
	line-height: 62px;
	margin-top: 4px;
}
.wel-case .bd p{
	width: 286px;
	margin: 0 auto;
	color: #5f717d;
	font-size: 14px;
	line-height: 26px;
}
.wel-case .bd .more{
	color: #2b373d;
	font-size: 12px;
	font-family: "Arial";
	margin-left: 30px;
	line-height: 64px;
	padding-bottom: 8px;
}
.wel-case .hd{
	position: relative;
	padding:63px 0 40px; 
}
.wel-case .hd ul{
	position: absolute;
	top:103px;
	right:0;
}
.wel-case .hd li{
	width: 12px;
	height: 12px;
	margin-right: 9px;
	text-indent:-10px;
	cursor:pointer;
	float: left;
	overflow:hidden;
	background: url("../images/btn01.png") no-repeat center top;
	background-size: 100% 100%;
}
.wel-case .hd li.on{
	background: url("../images/btn01_h.png") no-repeat center top;
	background-size: 100% 100%;
}
.wel-case .hd .en{
	font-size: 12px;
	font-family: "Arial";
	color: #9ca6af;
	line-height: 13px;
	font-weight: bold;
}
.wel-case .hd h2{
	color: #2e393f;
	font-size: 32px;
	line-height: 58px;
	font-weight: bold;
	padding-bottom: 12px;
	background:images/line02.jpg) no-repeat left bottom;
}
.wel-about{
	width: 100%;
	min-width: 1200px;
}
.wel-about .wel-apic{
	height:498px;
	display: inline-block;
	width: 49.5%;
}
.wel-about-box{
	width:870px;
	height:498px;
	background: #3f3f3f;
}
.wel-box-con{
	padding: 50px 0 63px;
	width: 100%;
	background:#3f3f3f; 
}
.wel-box-con a{
	margin-left: 72px;
	width: 510px;
	display: block;
}
.wel-box-con .en{
	font-family: "Arial";
	font-size: 12px;
	line-height: 13px;
	color: #9ca6af;
}
.wel-box-con h2{
	font-size: 24px;
	color: #fff;
	font-weight: bold;
	line-height: 64px;
	padding-bottom: 6px;
	background: url("../images/line02.jpg") no-repeat left bottom;
}
.wel-box-con .con{
	padding-top: 35px;
	font-size: 14px;
	color: #bcc2c8;

	
}
.wel-box-con .list{
	width: 100%;
}
.wel-box-con li{
	float: left;
	margin-right: 37px;
	margin-top: 50px;
}
.wel-box-con li h3{
	font-size: 24px;
	color: #fff;
	line-height: 34px;
	font-weight: bold;
}
.wel-box-con li p{
	color: #757c7f;
	font-size: 14px;
	line-height:38px; 
}
.wel-alist{
	padding: 50px 0 51px;
	width: 100%;
	background:#f0f4f7; 
}
.wel-alist li{
	margin:0 30px 0 72px;
	width:100px;
	float: left;
	position: relative;
	text-align: center;
}
.wel-alist li .one{
	width: 64px;
	height: 64px;
	opacity: 1;
	filter: alpha(opacity=100);
}
.wel-alist li .two{
	width: 64px;
	height: 64px;
	opacity: 0;
	position: absolute;
	top:0;
	left: 50%;
	margin-left: -32px;
	filter: alpha(opacity=0);
}
.wel-alist li p{
	font-size: 18px;
	line-height: 18px;
	color: #3a4950;
	padding-top: 21px;
	opacity: 0.8;
	filter: alpha(opacity=80);
	font-weight: bold;
}
.wel-alist li a{
	display: block;
	width: 100%;
}
.wel-alist li:hover p{
	opacity: 1;
	filter: alpha(opacity=100);
}
.wel-alist li:hover .two{
	opacity: 1;
	filter: alpha(opacity=100);
	transition: all 0.8s;
}
.wel-alist li:hover .one{
	opacity:0;
	filter: alpha(opacity=00);
	transition: all 0.8s;
}
.wel-hot{
	margin:67px auto 37px;
	text-align: center;
	
}
.wel-hot-tit{
	background: url("../images/line03.png") no-repeat center;
}
.wel-hot .en{
	color: #9ca6af;
	font-size: 12px;
	font-family: 'Arial';
	line-height: 12px;
}
.wel-hot h2{
	font-size: 32px;
	font-weight: bold;
	color: #2e393f;
	line-height: 54px;
	padding-bottom: 17px;
	background: url("../images/wel05.jpg") no-repeat center bottom;
}
.hot-list{
	width: 100%;
	overflow: hidden;
	position: relative;
}
.hot-list .bd{
	width: 100%;
	padding-top: 32px;
}
.hot-list li{
	width: 1130px;
	float: left;
}
.hot-list li dd{
	width: 344px;
    float: left;
    height: 465px;
    border: 1px solid #e9e9e9;
    box-shadow: 0 0 5px #f9f9f9;
    margin-right: 30px;
}
.hot-list li .pic{
	width: 344px;
	height: 218px;
	overflow: hidden;
}
.hot-list li img{
	height: 218px;
	width: 344px;
	transition: transform 1.1s;
}
.hot-list li dd:hover img{
	transform: scale(1.2);
	transition: transform 1.1s;
}
.hot-list li h2 {
    width: 286px;
    margin: 0 auto;
    font-weight: bold;
    font-size: 18px;
    color: #28353c;
    line-height: 31px;
    margin-top: 4px;
    padding: 24px 0 21px;
    text-align: left;
    background: none;
}
.hot-list li p.con{
    width: 286px;
    margin: 0 auto 32px;
    color: #5f717d;
    font-size: 14px;
    text-align: left;
    line-height: 26px;
}
.hot-list li p{
	width: 286px;
    margin: 0 auto 38px;
}
.hot-list li .more{
	color: #2b373d;
	font-size: 12px;
	line-height: 12px;
	font-family: 'Arial';
}
.hot-list li .day{
	color: #a3adb2;
	font-size: 12px;
	line-height: 12px;
	font-family: 'Arial';
}
.hot-list li dd:hover h2,.hot-list li dd:hover p,.hot-list li dd:hover .more{
	color: #c4121a;
	transition: color 1.1s;
}
.hot-list .hd{
	position: relative;
	padding:30px 0 51px;
	height: 12px; 
}
.hot-list .hd ul{
	position: absolute;
	top:30px;
	left: 50%;
	margin-left: -30px;
}
.hot-list .hd li{
	width: 12px;
	height: 12px;
	margin-right: 9px;
	text-indent:-99px;
	cursor:pointer;
	float: left;
	overflow:hidden;
	background: url("../images/btn01.png") no-repeat center top;
	background-size: 100% 100%;
}
.hot-list .hd li.on{
	background: url("../images/btn01_h.png") no-repeat center top;
	background-size: 100% 100%;
}
.wel-report{
	padding-bottom: 40px;
}
.wel-report .tit{
	height: 80px;
	line-height: 80px;
	display: block;
	width: 100%;
}
.wel-report .tit h2{
	font-size: 16px;
	color: #28353c;
	line-height: 80px;
	font-weight: bold;
}
.wel-report .tit p{
	color: #2b373d;
	font-size: 12px;
	font-family: 'Arial';
}
.wel-report-left{
	width: 475px;
	padding: 0 27px 42px 29px;
	border: 1px solid #e9e9e9;
	box-shadow: 0 0 10px #f9f9f9;
}
.wel-report-right{
	float:right;
	width: 475px;
	padding: 0 29px 65px 27px;
	border: 1px solid #e9e9e9;
	box-shadow: 0 0 10px #f9f9f9;
}
.wel-report-left ul{
	width: 100%;
	padding:14px 0 30px 0;
}
.wel-report-left li{
	width: 100%;
	line-height: 40px;
	border-bottom: 1px solid #e9eaeb;
}
.wel-report-left li a{ width:33%;}
.wel-report-left li .mu{
	color: #28353c;
	font-size: 14px;
	width: 150px;
	overflow: hidden;
}
.wel-report-left li .day{
	color: #a3adb2;
	font-size: 12px;
}
.wel-report-left li a{
	display: block;
	width: 100%;
} 
.wel-report-left li:hover p,.wel-report-right .list:hover p{
 	color: #c4121a;
	transition: color 1.1s;
}
.wel-report-right .list{
	line-height: 61px;
	height: 61px;
	display: block;
	width: 100%;
}
.wel-report-right .list .mu{
	color: #28353c;
	font-size: 14px;
	width: 400px;
	overflow: hidden;
}
.wel-report-right .list .day{
	color: #a3adb2;
	font-size: 12px;
}
.inner-nav{
	width: 100%;
	height: 62px;
	line-height: 62px;
	background: #fff;
	/*box-shadow: 0 3px 6px #e9e8e8;*/
	padding-bottom: 10px;
	background: url("../images/bg_01.png") repeat-x left bottom;
	margin-bottom: -10px;
}
.inner-nav .now{
	font-size: 18px;
	color: #666666;
	font-weight: bold;
}
.inner-nav li{
	float: left;
	padding: 0 6px 0 8px;
	margin-left: 38px;
	line-height: 60px;
	border-bottom: 2px solid #fff;
}
.inner-nav li a{
	width: 100%;
	color: #666;
	font-size: 14px;
	display: block;
	font-weight:bold;
	font-family:Arial, Helvetica, sans-serif;
}
.inner-nav li:hover,.inner-nav li.on{
	border-bottom: 2px solid #c4121a;
}
.about-con{
	padding: 60px 0 60px 7px;
	border-bottom: 1px solid #ececec;
}
.about-con .tit{
	padding-bottom: 15px;
	margin-bottom: 27px;
	background: url("../images/line04.jpg") no-repeat left bottom;
}
.about-con .tit h2{
	font-weight: bold;
	line-height: 24px;
	font-size: 18px;
	color: #666666;
}
.about-con .tit p.en{
	color: #999999;
	font-size: 14px;
	font-family: 'Arial';
	line-height: 40px;
	padding-bottom: 0px;
}
.about-con p{
	color: #666666;
	font-size: 14px;
	line-height: 32px;
	padding-bottom: 20px;
	text-align:justify;
}
.about-con img{
	/*margin-bottom: 34px;*/
	max-width: 100%;
}
.about-list{
	width: 1100px;
	overflow: hidden;
	margin:40px auto 0;
}
.about-list li{
	width: 1130px;
	float: left;
	height: 320px;
}
.about-list li dd{
	float: left;
	width: 354px;
	margin-right: 20px;
	text-align: center;
	box-shadow: 0 0 7px #f0f0f0;
}
.about-list li .pic{
	width: 354px;
	height: 260px;
	overflow: hidden;
}
.about-list .pic img{
	max-width: 354px;
	max-height: 260px;
	transition: transform 1.1s;
}
.about-list li p{
	width: 100%;
	height: 50px;
	line-height: 50px;
	background: #e9e9e9;
	font-size: 14px;
	color: #666;
	text-align:center;
}
.about-list li a{
	display: block;
	width: 100%;
}
.about-list li dd:hover p{
	background: #c4121a;
	color: #fff;
	transition: all 0.5s;
}
.about-list li dd:hover img{
	transform: scale(1.2);
	transition: transform 1.1s;
}
.about-list .hd{
	padding: 36px 0 56px;
	height: 13px;
	position: relative;
}
.about-list .hd ul{
	position: absolute;
	top:36px;
	left: 50%;
	margin-left: -24px;
}
.about-list .hd li{
	width: 13px;
	height: 13px;
	margin-right: 9px;
	text-indent:-99px;
	cursor:pointer;
	float: left;
	overflow:hidden;
	background:url(images/bg_02.png) no-repeat center top;
	background-size: 100% 100%;
}
.about-list .hd li.on{
	background: url("../images/btn02_h.png") no-repeat center top;
	background-size: 100% 100%;
}
.speech-list{
	width: 1130px;
	padding: 20px 0 20px;
}
.speech-list li{
	width: 538px;
	float: left;
	text-align: center;
	box-shadow: 0 0 7px #f0f0f0;
	margin-right: 20px;
}
.speech-list li img{
	max-width: 538px;
	margin-top: 10px;
}
.speech-list li h2{
	font-size: 16px;
	line-height: 26px;
	color: #333;
	/*padding-top: 15px;*/
}
.speech-list li p{
	color: #666;
	font-size: 14px;
	line-height: 24px;
	padding-bottom: 22px;
}
.speech-con{
	padding-bottom: 80px;
}
.speech-con h2{
	font-size: 24px;
	color: #444;
	line-height: 24px;
	padding-bottom: 15px;
}
.speech-con p{
	font-size: 14px;
	color: #666666;
	line-height: 24px;
}
.concern-list{
	width: 1130px;
	padding: 28px 0 86px;
}
.concern-list li{
	width: 353px;
	box-shadow: 0 0 7px #f0f0f0;
	margin-right: 20px;
	margin-top: 20px;
	height: 370px;
	float: left;
}
.concern-list li img{
	max-width: 353px;
}
.concern-list li p{
	padding-top: 15px;
	width: 283px;
	margin: 0 auto;
	text-align: center;
	line-height: 24px;
	font-size: 14px;
	color: #666666;
	height: 96px;
}
.organ-con{
	padding-top: 10px;
}
.organ-con img{
	max-width: 100%;
	text-align: center;
}
.honor-list{
	padding: 50px 0 80px;
	width: 1118px;
}
.honor-list li{
	width: 259px;
	float: left;
	margin-right: 15px;
	text-align: center;
}
.honor-list li a{
	display: block;
	width: 219px;
	height: 180px;
	line-height: 180px;
	padding: 20px 20px;
	background: #f5f5f5;
}
.honor-list li img{
	max-width:219px;
	max-height: 180px;
}
.honor-list li p{
text-align: center;
font-size: 12px;
color: #000000;
height: 60px;
line-height: 25px;
overflow: hidden;
white-space: nowrap;
text-overflow: ellipsis;
}
.product-list{
	padding: 50px 0 40px;
	width: 1122px;
}
.product-list li{
	float: left;
	width: 352px;
	margin-right: 20px;
	border:1px solid #e9e9e9;
	margin-bottom: 20px;
}

.product-list li .pic{
	width: 352px;
	height: 260px;
	overflow: hidden;
}
.product-list li img{
	width: 352px;
	height: 260px;
	transition: transform 1.1s;
}
.product-list li .con{
	width: 332px;
	padding: 10px;
	background: #e9e9e9;
}
.product-list li .con-t{
	line-height: 50px;
	font-size: 18px;
	font-weight: bold;
	color: #333;
	height: 50px;
	overflow: hidden;
}
.product-list li .con-i{
	line-height: 23px;
	font-size: 14px;
	color: #666;
	height: 46px;
	overflow: hidden;
}
.product-list li:hover img{
	transform: scale(1.2);
	transition: transform 1.1s;
}
.product-list li:hover p.con{
	background: #2a72c6;
	color: #fff;
	transition: all 0.5s;
}
.info-hd {
    margin-bottom: 30px;
    text-align: center;
    padding-bottom: 30px;
    border-bottom: 1px solid #eee;
}
.info-hd h2 {
    font-size: 18px;
    font-weight: normal;
    color: #333;
    padding: 70px 0 10px;
}
.info-bd{
    position: relative;
    overflow: hidden;
    text-align: left;
    min-height: 300px;
}
.info-bd img{
	max-width: 100%;
}
.info-bd p{
	text-align: left;
}
.info-page {
    margin-top: 45px;
    padding: 15px 0 50px;
    border-top: 1px solid #eee;
}
.info-page p a{
	color: #333;
	transition: all 0.5s;
}
.info-page p:hover a{
	color: #2a72c6;
	transition: all 0.5s;
}
.info-page .back {
    float: right;
    display: inline-block;
    padding: 2px 22px;
    border: 2px solid #eee;
    color: #333;
    transition: all 0.3s;
}
.info-page .back:hover{
	background: #2a72c6;
	color: #fff;
	 border: 2px solid #2a72c6;
	transition: all 0.5s;
}
.news-list{
	padding-bottom: 60px;
}
.news-list li{
	padding: 38px 0 35px;
	float: left;
	width: 100%;
}
.news-list li a{
	display: block;
}
.news-list li .box{
	width: 815px;
}
.news-list li .pic{
	width: 170px;
	height: 120px;
	border:1px solid #e9e9e9;
	overflow: hidden;
}
.news-list .vi-pic img{
	width: 219px;
   height: 120px;
    transition: transform 1.1s;
}
.news-list li .vi-pic{
	width: 219px;
	height: 120px;
	border:1px solid #e9e9e9;
	overflow: hidden;
}
.news-list li img{
	width: 170px;
	height: 120px;
	transition: transform 1.1s;
}
.news-list li:hover img{
	transform: scale(1.2);
	transition: transform 1.1s;
}
.news-list li:hover h2{
	color: #c4121a;
	transition: all 0.5s;
}
.news-list li:hover p.box-co{
	color: #d3262e;
	transition: all 0.5s;
}
.news-list li:hover p.con{
	color: #d3262e;
	transition: all 0.5s;
}
.news-list li h2{
	color: #888888;
	font-size: 18px;
	font-weight: bold;
	line-height: 26px;
	height: 40px;
	overflow: hidden;
}
.news-list li p.box-co{
	font-size: 12px;
	color: #999;
	line-height: 18px;

}
.news-list p.box-co .col{
	margin-right: 64px;
}
.news-list p.con{
	font-size: 14px;
	color: #888888;
	line-height: 30px;
	height:60px;
	overflow: hidden;
	padding-top: 12px;
}
.pla-top{
	width: 100%;
	padding: 50px 0 90px;
	position: relative;
}
.pla-top-box{
	width: 345px;
	position: relative;
	padding-right: 16px;
	padding-bottom: 14px;
	background: url("../images/box.png") no-repeat right bottom;
}
.pla-top-box img{
	max-width: 345px;
}
.intro-box{
	width: 313px;
	height: 65px;
	background: url("../images/bg01.png") no-repeat center;
	background-size: cover;
	position: absolute;
	top:54px;
	left:50%;
}
.intro-box h2{
	color: #fff;
	font-size: 22px;
	padding: 10px 0 0 27px;
	line-height: 28px;
}
.intro-box p{
	color: #fff;
	font-size: 16px;
	line-height: 16px;
	padding-left: 27px;
}
.pla-top-right{
	width: 510px;
	padding-top: 66px;
}
.pla-top-right h2{
	font-size: 18px;
	color: #333333;
	line-height: 38px;
}
.pla-top-right li{
	padding-left: 21px;
	font-size: 14px;
	color: #666666;
	line-height: 30px;
	background: url("../images/left.png") no-repeat left 10px;
}
.pla-top-right p{
	font-size: 16px;
	color: #333333;
	line-height: 26px;
}
.pla-top-right p .con{
	color: #666666;
	font-size: 14px;
}
.pla-bo{
	width: 100%;
	height: 500px;
	margin: 90px 0;
}
.pla-bo-box{
	position: relative;
	width: 208px;
	height: 279px;
	top:-90px;
	border:5px solid #c4121a;
}
.pla-bo-box .intro{
	width: 310px;
	height: 116px;
	padding-left: 30px;
	background: #c4121a;
	position: absolute;
	top:34px;
	left:40px;
	color: #fff;
}
.pla-bo-box .intro h2{
	font-size: 22px;
	padding-top: 32px;
	line-height: 30px;
}
.pla-bo-box .intro p{
	font-size: 16px;
	line-height: 20px;
}
.pla-bo-box1{
	width: 145px;
	height: 145px;
	position: relative;
	right:8px;
	top:46px;
	border:5px solid #c4121a;
}
.pla-bo-box1 .pic{
	position: absolute;
	top:40px;
	right:20px;
}
.pla-bo-list{
	padding: 130px 0 0 97px;
	width: 349px;
}
.pla-bo-list li{
	padding-left: 20px;
	background: url("../images/left.png") no-repeat left 10px;
	color: #666;
	font-size: 14px;
	line-height: 29px;
}
.manage{
	padding: 50px 0 90px; 
}
.manage img{
	max-width: 100%;
}
.manage ul{
	width: 100%;
}
.manage li{
	width: 100%;
	float: left;
}
.manage li img{
	width: 549px;
}
.manage li .box{
	width: 454px;
	padding-top: 170px;
}
.manage li h2{
	color: #c4121a;
	font-size: 24px;
	line-height: 32px;
}
.manage li p.en{
	font-size: 18px;
	color: #999999;
	line-height: 26px;
}
.manage li p.com{
	font-size: 14px;
	color: #666666;
	line-height: 24px;
	padding-top: 32px;
}
.bazaar{
	padding: 50px 0 60px;
}
.bazaar .box{
	width: 550px;
	font-size: 14px;
	line-height: 24px;
	color: #666666;
}
.bazaar img{
	max-width: 550px;
}
.figure{
	padding: 50px 0 52px;
}
.figure h2{
	text-align: center;
	font-size: 22px;
	color: #333333;
	padding-bottom: 25px;
}
.figure p{
	font-size: 14px;
	line-height: 22px;
	padding-bottom: 33px;
	color: #666666;
}
.figure .box{
	padding-bottom: 20px;
	margin-bottom: 20px;
	border-bottom: 1px solid #dddddd;
}
.figure .box span{
	font-size: 16px;
	color: #333333;
	line-height: 20px;
}
.message{
	padding:0px 0 89px;
}
.message h2{
	font-size: 22px;
	line-height: 22px;
	padding-bottom: 23px;
	color: #333;
	margin-bottom: 39px;
	border-bottom: 1px solid #dddddd;
}
.message td.na{
	font-size: 14px;
	color: #4c4c4c;
	width: 56px;
	line-height: 38px;
}
.message td input{
	width: 357px;
	height: 38px;
	font-size: 14px;
	color: #b1b1b1;
	border:none;
	line-height: 38px;
	background: #ebebeb;
	padding-left: 10px;
}
.message td span.blue{
	color: #c4121a;
	margin: 0 37px 0 12px;
	font-size: 18px;
}
.message td textarea{
	width: 830px;
	height: 203px;
	padding-top: 6px;
	padding-left: 20px;
	background: #ebebeb;
	color: #b1b1b1;
	border:none;
	font-size: 14px;
}
.message td input.submit,.message td input.reset{
	width: 183px;
	height: 38px;
	font-size: 16px;
	text-align: center;
}
.message td input.submit{
	background: #c4121a;
	color: #eaf1f8;
	margin-right: 10px;
}
.message td input.reset{
	color: #e8e8e8;
	background: #999999;
}
.page{
	padding:0px 0 60px;
	font-size:12px;
	font-weight:bold;
	line-height:22px;
	text-align:center;
	clear:both;
}
.page a{
	text-decoration:none;
	color:#c4121a;
	background:#fff;
	border:1px solid #CCCCCC;
	padding:3px 6px;
	padding-bottom:2px;
	margin-right:3px
}
.page a.active{
	background:#c4121a;
	border:1px solid #c4121a;
	color:#fff
}
.page a:hover{
	text-decoration:none;
	color:#fff;
	background:#c4121a;
	border:1px solid #c4121a
}


.yuyan{ float:right; width:400px; text-align:right; font-size:16px;}
.yuyan a{margin:0 10px; color:#000;}
.yuyan a.red{color:#F00; }
.video{ float:left; width:475px; height:288px;}

.example {width:100%;height:500px;text-align: center;margin:0px auto;}
.carousel-item{line-height: 500px;color: #fff;font-family:  Arial Black}
/*视频中心*/
.videos {
	float:left;
	padding:20px;
    width: 100%;
    margin: 20px 0 20px;
    background: #000;
}
/*产品中心*/
.pro_zi_ul li {
  border: 5px solid #eaeaec;
  width:26%;
  float: left;
  padding: 20px;
  margin-bottom: 4%;
  margin-right: 4%;
}
.pro_zi_ul li:nth-child(3n+3) {
  margin-right: 0px;
}
.pro_zi_ul li .pic {
  position: relative;
  display: block;
  overflow: hidden;
}
.pro_zi_ul li .pic i {
  display: block;
  padding-bottom:8%;
}
.pro_zi_ul li .pic img {
  transition: 0.5s;
}
.pro_zi_ul li .pic:hover img {
  transform: scale(1.1);
}
.pro_zi_ul li .text {
  text-align: center;
}
.pro_zi_ul li .text p {
  text-align: center;
  font-size: 14px;
  color: #666;
  line-height: 30px;
  height: 30px;
  width: 100%;
  overflow: hidden;
  margin-bottom: 10px;
}
.pro_zi_ul li .text a {
  font-size: 12px;
  font-weight: 700;
  color: #fff;
  background: #c4121a;
  padding: 5px 18px;
  border-radius: 10px;
}
.pro_zi_ul li .text a:hover {
  background: #3C3C3C;
}
@media (max-width:1370px) {
.example {width:100%;height:480px;text-align: center;margin:0px auto;}
.carousel-item{line-height: 480px;color: #fff;font-family:  Arial Black}
}




@media (max-width: 980px) {
  .pro_zi_ul li {
    width: 48.5%;
    margin-right: 3%;
  }
  .pro_zi_ul li:nth-child(3n+3) {
    margin-right: 2%;
  }
  .pro_zi_ul li:nth-child(2n+2) {
    margin-right: 0px;
  }
}
@media (max-width: 480px) {
  .pro_zi_ul li {
    width: 100%;
    margin-right: 0px;
  }
}
/*产品中心数据表单*/
.shuju{ float:left; width:100%; line-height:26px;  border-left: 1px solid #e5e5e5; border-top: 1px solid #e5e5e5; font-family:Arial, Helvetica, sans-serif; margin-bottom:15px;}
.shuju table td{border-right:1px #dddddd solid;border-bottom:1px #dddddd solid;text-align:center; line-height:35px;}
.shuju table th{background:#9d9e9e;font-weight:bold;line-height:50px;font-size:18px;color:#FFF;text-align:center;border-right:1px #dddddd solid;border-bottom:1px #dddddd solid;}
.shuju table tr:nth-child(odd){background:#F4F4F4; text-align:center; }
.shuju table td:nth-child(even){color:#000;  }
.shuju1{ float:left; width:47%; border-left: 1px solid #e5e5e5; border-top: 1px solid #e5e5e5;}
.shuju2{ float:right; width:47%; border-left: 1px solid #e5e5e5; border-top: 1px solid #e5e5e5;}
/*企业理念*/
.join_m1{ float:left; width:100%; background:url(../images/in_bg1.jpg) no-repeat center;padding: 17% 0;background-size: cover;}
.join_m2{ float:left; width:100%; background:url(../images/in_bg2.jpg) no-repeat center;padding: 17% 0;background-size: cover;}
.join_m3{ float:left; width:100%; background:url(../images/in_bg3.jpg) no-repeat center;padding: 17% 0;background-size: cover;}
.join_m4{ float:left; width:100%; background:url(../images/in_bg4.jpg) no-repeat center;padding: 17% 0;background-size: cover;}
.join_m5{ float:left; width:100%; background:url(../images/in_bg5.jpg) no-repeat center;padding: 17% 0;background-size: cover;}

.join1{width: 50%;
padding: 3% 5%;
background: rgba(0,0,0,0.5);
text-align: center;
margin: 0 auto;
position: relative;
z-index: 111;
-webkit-transition: all 0.3s;
-moz-transition: all 0.3s;
-ms-transition: all 0.3s;
-o-transition: all 0.3s;
transition: all 0.3s;}
.join1:hover{background: rgba(0,54,119,0.5);
-webkit-transition: all 0.3s;
-moz-transition: all 0.3s;
-ms-transition: all 0.3s;
-o-transition: all 0.3s;
transition: all 0.3s;}
.k1{font-size: 20px;
color: #fff;
letter-spacing: 2px;
margin-top: 2%;visibility: visible;
animation-name: slideInUp;}
.k2{font-size: 20px;
color: #fff;
letter-spacing: 2px;
margin-top: 2%;}
.k3{width: 50%;
height: 1px;
background: #fff;
margin: 2% auto;}
.k4{font-size:12px;
color: #fff;
letter-spacing: 2px;
text-align: center;}
/*招聘职位*/
.gray222 {
color: rgb(34, 34, 34);

}
.lst-content {
	float:left;
	width:100%;
    padding-bottom: 20px;
    border-bottom: 1px solid #eee;
    padding-left: 12px;
    padding-top: 20px;
}
.lst-content:hover {
	background:#ebebeb; color:#c4121a;
}
.lst-content p{ text-indent:0; font-size:14px;}
.c-all-a .p-01 {
	font-size:20px;
    color: #000;
}
.c-all-a:hover .p-01 {
	font-size:20px;
    color: #ce0000;
}
.gray4a4a {
    color:#666666;
}
.gray4a4a:hover{ color:#c4121a }
.f14 {
    font-size: 1.4rem;
}
.f22 {
    font-size: 2.2rem;
}
.c-pmoney {
    color: #ce0000;
}
.gray9b9b {
    color:#9b9b9b;
}
.f12 {
    font-size: 1.2rem;
}

.col-md-9 { width:75%; float:left;position: relative;
min-height: 1px;
padding-right:5%;}

col-md-3{ width:25%; float:left;position: relative;
min-height: 1px;
padding-right:5%;
padding-left:5%;}


/*Human Resources详情页*/
.shzp .shzp_box {
    max-width: 1100px;
    margin: 0 auto;
}
.shzp_xq .shzp_xq_main ul {
	float:left;
    width: 100%;
    background: #f2f2f2;
    padding:20px;
}
.shzp_xq .shzp_xq_main ul li {
    float: left;
    width: 33.3%;
    padding: 1% 0;
}
.shzp_xq_main{ float:left; width:100%; margin-bottom:20px;}
.shzp_xq .shzp_xq_hd {
    font-size: 36px;
    color: #c4121a;
    margin:20px 0;
}
.shzp .shzp_box .shzp_lt {
	float:left;
    width: 100%;

}
.shzp_xq .shzp_xq_a {
    width: 100%;
    margin-top: 20px;
}
.shzp_xq .shzp_xq_a .shzp_xq_one {
    font-size: 24px;
    color: #555656;
}
.shzp_xq .shzp_xq_a .shzp_xq_line {
    width: 50px;
    height: 4px;
    background: #c4121a;
    margin: 20px 0;
}
.shzp_xq .shzp_xq_a .shzp_xq_two {
    line-height: 36px;
    font-size: 18px;
    color: #808080;
}

.shzp_xq .shzp_xq_b {
    margin-top: 7%;
}
.shzp_xq .shzp_xq_b a {
    float: left;
    width: 28%;
    margin: 0 2.5%;
    text-align: center;
    padding: 15px 0;
    background: #ebebeb;
    color: #838383;
    font-size: 18px;
}
.shzp_xq .shzp_xq_b a.td_active {
    background: #c4121a;
    color: #fff;
}


/*简历表*/

.yptable{ border:1px #d0d0d0 solid;border-collapse: collapse; width:90%}
.yptable td{border: 1px solid #cccccc;padding: 5px;}
.yptable td input, .yptable td textarea {
    padding: 2px 5px;}

.yptable td input, .yptable td textarea {
    padding: 2px 5px;
}
input, select, textarea, button {
    font-size: 100%;
}
.con_tent{ float:left; padding-right:20px; width:380px; }
.contact_map{ float:right;padding-right:0; width:700px;}

/*优势*/
.container{ width:1100px; margin:0 auto;}
.youshi{ float:left; width:100%; margin-top:50px; margin-bottom: 30px; }
.youshi h3 {
	text-align: center; color: rgb(23, 23, 23); font-size: 18px; font-weight: normal;
}
.youshi p {
	text-align: center; color: rgb(220, 220, 220); font-family: Arial; font-size: 24px;
}
.youshi h4 {
	text-align: center; color: rgb(206, 0, 0); font-size: 24px;
}
.youshi .youshi_nav {
	width: 100%; height: 58px; overflow: hidden; margin-top: 40px;
}
.youshi .youshi_nav a {
	width: 275px; height: 58px; text-align: center; color: rgb(255, 255, 255); line-height: 58px; font-size: 13px; text-decoration: none; float: left; display: block;
}

.youshi .youshi_nav .a1 {
	background: rgb(76, 76, 76);
}
.youshi .youshi_nav .a2 {
	background: rgb(60, 60, 60);
}
.youshi .youshi_nav .a3 {
	background: rgb(44, 44, 44);
}
.youshi .youshi_nav .a4 {
	background: rgb(34, 34, 34);
}
.youshi .youshi_nav .a5 {
	background: rgb(19, 19, 19);
}
.youshi .youshi_nav .cur {
	background-color: rgb(206, 0, 0);
}
.youshi .youshi_window {
	width: 1100px; height: 420px; overflow: hidden;
}

/*理由*/
.liyou {
	background: url("../images/liyou_bg.jpg") no-repeat center; width: 100%; height: 1489px; overflow: hidden;
}
.liyou .liyou_content { background:#fff;
 height: 1379px; overflow: hidden; margin-top: 50px; position: relative;
}
.youshibg{ width:100%; background:url(../images/youshibg_02.jpg) no-repeat center; height:109px; padding:20px 0; }
.youshibg h3 {
	text-align: center; color: rgb(23, 23, 23); font-size: 30px;
}
.youshibg h3 b {
	color: rgb(206, 0, 0);
}
.youshibg > p {
	text-align: center; color:#a7a3a1; font-family: Arial; font-size: 20px; 
}
.liyou .liyou00 {
 width:100%; position: absolute;
}
/*质量*/
.m{ width: 100%; height:100%; margin-left: auto; margin-right: auto; margin-top: 100px;text-align:center; color:#FFF; line-height:35px; }

@media (max-width: 768px) {
.m{ float:left; width:100%; height:100%;list-style:none; font-size:16px; margin-top: 20px; text-align:center; color:#FFF;}
.m iframe { width:100%; height:100%;}
	}

.gsalimg {
    width: 49.5%;
}

.gsalimg img {
    width: 100%;
    height: 230px;
}
.gsalimg p{
	text-align:center;
}

