@charset "UTF-8";

/*■■■■■■■■　共同设定 ■■■■■■■■*/
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,legend,input,textarea,p,blockquote{margin:0;padding:0;}
fieldset,img{border:0;}
address,caption,cite,code,dfn,em,th,var{font-style:normal;font-weight:normal;}
ul,ul li,input, dl, dd {  padding:0; margin:0; list-style-type:none;}
img,a img{border:0;margin:0;padding:0;}
caption,th{text-align:left;}
h1,h2,h3,h4,h5,h6{font-size:100%;font-weight:normal;}
a{text-decoration:none; color:#6e6e6e;}
a:hover{text-decoration:none; color:#6e6e6e;}
.clear{clear:both;}

/*■■■■■■■■　基本设定　■■■■■■■■*/

body {
  margin: 0;
  overflow-x: hidden;
  font-family:"微软雅黑"
}

html {
  line-height: 1.15;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
  overflow-x: hidden;
}


h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
	 ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/* Text-level semantics
	 ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  text-decoration: underline dotted;
  /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bold;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
	 ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */


/* Forms
	 ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 1 */
  line-height: 1.15;
  /* 1 */
  margin: 0;
  /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */

select {
  /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *		`fieldset` elements in all browsers.
 */
legend {
  box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type=checkbox],
[type=radio] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type=search] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */
}

/* Interactive
	 ========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/* Misc
	 ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none;
}

@-moz-keyframes spin {
  from {
    -moz-transform: rotate(0deg);
  }
  to {
    -moz-transform: rotate(360deg);
  }
}
@-webkit-keyframes spin {
  from {
    -webkit-transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(360deg);
  }
}
@keyframes spin {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}
@-webkit-keyframes grow {
  0% { -webkit-transform: scale(1, 1); transform: scale(1, 1); opacity: 1; }
  100% { -webkit-transform: scale(1.5, 1.5); transform: scale(1.5, 1.5); opacity: 0; }
}
@keyframes grow {
  0% { -webkit-transform: scale(1, 1); transform: scale(1, 1); opacity: 1; }
  100% { -webkit-transform: scale(1.5, 1.5); transform: scale(1.5, 1.5); opacity: 0; }
}
/*--------------------------------------------------------------
# Typography
--------------------------------------------------------------*/
body,
button,
input,
select,
optgroup,
textarea {
  color: #252525;
  font-family: "Roboto", sans-serif;
  font-size: 16px;
  line-height: 1.5714285714;
  font-weight: 400;
  -ms-word-wrap: break-word;
  word-wrap: break-word;
  box-sizing: border-box;
}

h1, h2, h3, h4, h5, h6 {
  font-family: "Roboto", sans-serif;
  font-weight: 500;
  line-height: 1.2;
  margin: 0 0 20px;
  color: #0c8fd3;
}

h1 {
  font-size: 90px;
  font-weight: 900;
}

h2 {
  font-size: 40px;
  font-weight: 900;
  line-height: 56px;
}
h3 {
  font-size: 30px;
  margin-bottom: 18px;
}

h4 {
  font-size: 16px;
  line-height: 24px;
}

h5 {
  font-size: 12px;
}

h6 {
  font-size: 10px;
}

.aboutbte {
  font-size: 20px;
  line-height: 20px;
  color:rgba(255,255,255,0.8);
}
.aboutbt {
  font-size: 40px;
  font-weight: 900;
  line-height: 56px;
  margin-bottom:30px;
  color:#FFF;
}
.about{
  margin: 0 0 20px;
  font-family: 'Raleway', sans-serif;
  font-size: 16px;
  line-height: 28px;
  color:#FFF;
}


.gcalkuai{background:#FAFAFA; width:100%; padding-bottom:75px;}
.gcal{ width:1200px; height:574px; margin:auto; padding-top:100px; margin-top:105px; margin-bottom:105px;}
.gcal01{ width:578px; height:360px; background:#0c8fd3; padding:40px;}
.gcal01bt{ font-size:36px; color:#fff; line-height:58px; font-weight:bold;}
.gcal01nr{ font-size:15px; color:#fff; line-height:28px; padding-left:38px; background:url(../images/xt1.png) 4px 13px no-repeat; text-align:justify; padding-top:10px;}

.aldh a{width: 150px;height: 40px;line-height: 40px;text-align: center;	font-size: 15px;display: block; border-radius: 50px;color: #212121; background:#FFF; margin-top:40px;
font-weight:normal; margin-left:35px;}
.aldh a:hover{background: #ff6600; color:#FFF;	}

p:last-child {
  margin-bottom: 0;
}

dfn, cite, em, i {
  font-style: italic;
}

blockquote {
  font-size: 18px;
  line-height: 28px;
  margin: 30px 0;
  font-style: italic;
  padding: 20px 30px;
  position: relative;
  background: #feefe8;
  color: #f26522;
}
blockquote p {
  margin-bottom: 0;
}

address {
  margin: 0 0 1.5em;
}

pre {
  background: #eee;
  font-family: "Courier 10 Pitch", Courier, monospace;
  font-size: 13.125px;
  line-height: 1.5714285714;
  margin-bottom: 1.6em;
  max-width: 100%;
  overflow: auto;
  padding: 1.6em;
}

code, kbd, tt, var {
  font-family: Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
  font-size: 13.125px;
}

abbr, acronym {
  border-bottom: 1px dotted #666;
  cursor: help;
}

mark, ins {
  background: #fff9c0;
  text-decoration: none;
}

.text-light {
  color: #b7b7b7;
}

.bg-light {
  background: #f2f4f6;
}

.bg-primary {
	background-color: #0c8fd3;
}

.text-primary {
  color: #ffd100;
}

.padding-top-bottom-0 {
  padding-top: 0;
  padding-bottom: 0;
}

.padding-top-bot-medium {
  padding-top: 50px;
  padding-bottom: 50px;
}

.no-padding {
  padding: 0;
}

.padding-top-medium {
  padding-top: 90px;
}

.padding-bottom-medium {
  padding-bottom: 90px;
}

.no-padding-left {
  padding-left: 0!important;
}

.no-padding-right {
  padding-right: 0!important;
}

.no-padding-top {
  padding-top: 0!important;
}

.no-padding-bottom {
  padding-bottom: 0!important;
}

.no-margin {
  margin: 0;
}

.no-margin-bottom {
  margin-bottom: 0!important;
}

.no-margin-left {
  margin-left: 0!important;
}

.no-margin-right {
  margin-right: 0!important;
}

.industris-space-5 {
  height: 5px;
}

.industris-space-10 {
  height: 10px;
}

.industris-space-20 {
  height: 20px;
}

.industris-space-30 {
  height: 30px;
}

.industris-space {
  height: 40px;
}

.industris-space-50 {
  height: 50px;
}

.industris-space-60 {
  height: 60px;
}

.industris-space-90 {
  height: 90px;
}

.clear-both {
  clear: both;
}

.unstyle {
  list-style: none;
  padding-left: 0;
  margin-bottom: 60px;
}

.unstyle li {
  padding: 4px 0;
}
.unstyle li a{
  text-decoration: underline;
}
.unstyle i {
  color: #ffd100;margin-right: 10px;
}

.text-dark {
  color: #000;
}

.text-white {
  color: #fff;
}

.text-white .text-primary {
  color: #f26522;
}

a.text-white:hover {
  color: #ffd100;
}

.text-second {
  color: #00aeef!important;
}

.box-shadow {
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}

.box-shadow-hover:hover {
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1) !important;
}

.italic {
  font-style: italic;
}

.bolder {
  font-weight: 900;
}

.semi-bold,
.semi-bold a {
  font-weight: 700;
}

.medium {
  font-weight: 500;
}

.normal {
  font-weight: 400;
}

.lighter {
  font-weight: 300;
}

.thin {
  font-weight: 100;
}
.gaps {
  clear: both;
  height: 20px;
  display: block;
}
.gaps.size-2x {
  height: 40px;
}

.f-left {
  float: left;
}

.f-right {
  float: right;
}

.overflow {
  overflow: hidden;
}

.radius {
  border-radius: 2px;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  overflow: hidden;
}

.radius-top {
  border-top-left-radius: 2px;
  border-top-right-radius: 2px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  -webkit-border-top-left-radius: 2px;
  -webkit-border-top-right-radius: 2px;
  -webkit-border-bottom-right-radius: 0;
  -webkit-border-bottom-left-radius: 0;
  -moz-border-radius-topleft: 2px;
  -moz-border-radius-topright: 2px;
  -moz-border-radius-bottomright: 0;
  -moz-border-radius-bottomleft: 0;
  overflow: hidden;
}

.radius-bottom {
  border-top-left-radius: 0;
  border-top-right-radius: 2px;
  border-bottom-right-radius: 2px;
  border-bottom-left-radius: 0;
  -webkit-border-top-left-radius: 0;
  -webkit-border-top-right-radius: 2px;
  -webkit-border-bottom-right-radius: 2px;
  -webkit-border-bottom-left-radius: 0;
  -moz-border-radius-topleft: 0;
  -moz-border-radius-topright: 2px;
  -moz-border-radius-bottomright: 2px;
  -moz-border-radius-bottomleft: 0;
  overflow: hidden;
}

.radius-left {
  border-top-left-radius: 2px;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 2px;
  -webkit-border-top-left-radius: 2px;
  -webkit-border-top-right-radius: 0;
  -webkit-border-bottom-right-radius: 0;
  -webkit-border-bottom-left-radius: 2px;
  -moz-border-radius-topleft: 2px;
  -moz-border-radius-topright: 0;
  -moz-border-radius-bottomright: 0;
  -moz-border-radius-bottomleft: 2px;
  overflow: hidden;
}

.radius-right {
  border-top-left-radius: 0;
  border-top-right-radius: 2px;
  border-bottom-right-radius: 2px;
  border-bottom-left-radius: 0;
  -webkit-border-top-left-radius: 0;
  -webkit-border-top-right-radius: 2px;
  -webkit-border-bottom-right-radius: 2px;
  -webkit-border-bottom-left-radius: 0;
  -moz-border-radius-topleft: 0;
  -moz-border-radius-topright: 2px;
  -moz-border-radius-bottomright: 2px;
  -moz-border-radius-bottomleft: 0;
  overflow: hidden;
}

.text-right {
  text-align: right;
}
/*--------------------------------------------------------------
# Elements
--------------------------------------------------------------*/
html {
  box-sizing: border-box;
}

*,
*:before,
*:after {
  /* Inherit box-sizing to make it easier to change the property for components that leverage other behavior; see https://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
  box-sizing: inherit;
}

body {
  background: #fff;
  /* Fallback for when there is no custom background color defined. */
}

ul,
ol {
  margin: 0 0 20px;
  padding-left: 18px;
}

ul {
  list-style: disc;
}

ol {
  list-style: decimal;
}

li > ul,
li > ol {
  margin-bottom: 0;
  margin-left: 1.5em;
}

dt {
  font-weight: 700;
}

dd {
  margin: 0 1.5em 1.5em;
}

.none-style {
  list-style: none;
  padding-left: 0;
}


figure {
  margin: 1em 0;
  /* Extra wide images within figure tags don't overflow the content area. */
}



/*--------------------------------------------------------------
# Forms
--------------------------------------------------------------*/
/* #button Group
================================================== */
.btn {
  transition: all 0.3s linear;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  font-size: 16px;
  padding: 18px 22px;
  line-height: 1.42857143;
  display: inline-block;
  margin-bottom: 0;
  text-decoration: none;
  white-space: nowrap;
  vertical-align: middle;
  font-family: "Roboto", sans-serif;
  font-weight: 500;
  text-align: center;
  background: #ffd100;
  cursor: pointer;
  border: 1px solid transparent;
  color: #272023;
  outline: none;
  min-width: 150px;
  border-radius: 0;
}
.btn:hover, .btn:focus {
  background: #0c8fd3;
  color: #fff;
  text-decoration: none;
}
.btn-primary {
  background-color: #ff6600;
  color: #fff;
}
.btn-default {
  background-color: #f2f4f6;
  color: #0c8fd3;
}
.btn-default:hover{
  background-color: #ffd100;
  color: #0c8fd3;
}
.btn-dark {
  background: #000;
}
.btn-dark:hover, .btn-dark:focus {
  background: #f26522;
  color: #fff;
}
.btn-white {
  background-color: #fff;
  color: #252525;
}
.btn-dark:hover, .btn-dark:focus {
  background: #0c8fd3;
  color: #fff;
}
.btn.btn-border {
  background: transparent;
  border-color: #363636;
  color: #707070;
}
.btn.btn-border:hover, .btn.btn-border:focus {
  background: #ffd100;
  border-color: #ffd100;
  color: #0c8fd3;
}
.btn-border-white {
  background-color: transparent;
  border-color: #ffffff;
  color: #ffffff;
}
.btn-border-white:hover {
  background-color: transparent;
  border-color: #ffd100;
  color: #ffd100;
}

input[type=text],
input[type=email],
input[type=url],
input[type=password],
input[type=search],
input[type=number],
input[type=tel],
input[type=range],
input[type=date],
input[type=month],
input[type=week],
input[type=time],
input[type=datetime],
input[type=datetime-local],
input[type=color],
textarea {
  color: #707070;
  border: 1px solid #e1e1e1;
  border-radius: 2px;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  padding: 11px 20px;
  box-sizing: border-box;
  outline: none;
  max-width: 100%;
  transition: all 0.3s linear;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
}
input[type=text]:focus,
input[type=email]:focus,
input[type=url]:focus,
input[type=password]:focus,
input[type=search]:focus,
input[type=number]:focus,
input[type=tel]:focus,
input[type=range]:focus,
input[type=date]:focus,
input[type=month]:focus,
input[type=week]:focus,
input[type=time]:focus,
input[type=datetime]:focus,
input[type=datetime-local]:focus,
input[type=color]:focus,
textarea:focus {
  color: #707070;
}

select {
  border: 1px solid #e2e2e2;
  height: 46px;
  padding: 10px 18px;
  outline: none;
  border-radius: 2px;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
}
select option {
  color: #000;
}

textarea {
  width: 100%;
  height: 133px;
}

::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: #b7b7b7;
}

::-moz-placeholder {
  /* Firefox 19+ */
  color: #b7b7b7;
}

:-ms-input-placeholder {
  /* IE 10+ */
  color: #b7b7b7;
}

:-moz-placeholder {
  /* Firefox 18- */
  color: #b7b7b7;
}

hr {
  border-top-color: #cccccc;
}

.align-self-end {
  -ms-flex-item-align: end !important;
  align-self: flex-end !important;
}
.industris-lineheight {
  line-height: 36px;
}
/*--------------------------------------------------------------
# Navigation
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Links
--------------------------------------------------------------*/
a {
  transition: all 0.3s linear;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
  color: #0c8fd3;
  text-decoration: none;
}
a:hover, a:focus, a:active {
  color: #ffd100;
  text-decoration: none;
}
a:focus {
  outline: 0;
}
a:hover, a:active {
  outline: 0;
}

/* ###### */
section {
  position: relative;
  padding: 100px 0;
  display: block;
}
/*--------------------------------------------------------------
## Top Bar
--------------------------------------------------------------*/
.container-custom {
  width: 100%;
  max-width: 100%;
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
}
@media only screen and (min-width: 768px){
  .no-xs-margin-bottom {
    margin-bottom: 0!important;
  }
  .no-padding-sm-left {
    padding-left: 0!important;
  }
  .no-padding-sm-right {
    padding-right: 0!important;
  }
}
@media only screen and (min-width: 992px){
  .md-clear {
    clear: both;
  }
  .no-margin-md-bottom {
    margin-bottom: 0!important;
  }
  .no-padding-md-left {
    padding-left: 0;
  }
}
@media only screen and (min-width: 1200px){
  .container-custom {
    width: 1680px;
  }
}
.searchbar {
  padding: 30px;
  display: none;
}
.input-group {
    position: relative;
    display: table;
    border-collapse: separate;
}
input.form-control, select.form-control {
  position: relative;
  font-size: 16px;
  line-height: 26px;
  color: #707070;
  display: table-cell;
  width: 100%;
  padding: 16px 20px;
  border-radius: 0;
}
.input-group-btn {
  position: relative;
  display: table-cell;
  font-size: 0;
  white-space: nowrap;
  width: 1%;
  vertical-align: middle;
}
.input-group-btn button {
  border-radius: 0;
}
.header-topbar {
  background-color: #0c8fd3;
  color: #b7b7b7;
  font-size: 14px;
  line-height: 26px;
  font-family: "Roboto", sans-serif;
  letter-spacing: 0;
}
.header-topbar ul {
  list-style: none;
  padding-left: 0;
  margin-bottom: 0;
}
.topbar-left {
  display: inline-block;
}
.topbar-left li {
  display: inline-block;
  line-height: 26px;
  padding: 13px 35px;
  color:rgba(255,255,255,0.8);
  border-left: 1px solid rgba(255,183,183,0.2);
}
.topbar-left li:last-child {
  border-right: 1px solid rgba(183,183,183,0.2);
}
.topbar-left i {
  margin-right: 8px;
  color: #fff;
  font-size: 20px;
  line-height: 26px;
  position: relative;
  vertical-align: middle;
}
.topbar-right li {
  float: left;
  padding: 13px 24px 16px 24px;
  border-left: 1px solid rgba(183,183,183,0.2);
}
.topbar-right li:last-child {
  border-right: 1px solid rgba(183,183,183,0.2);
}
.topbar-right li.topbar-search {
  padding-top: 14px;
  padding-bottom: 9px;
}
.topbar-right li a {
  display: inline-block;
  color:rgba(255,255,255,0.8);
}
.topbar-right li a i {
  transition: all 0.3s linear;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
}
.topbar-right li a:hover, .topbar-right li a i:hover {
  color: #ff6600;
}
.topbar-right .topbar-search i {
  font-size: 26px;
}
.topbar-right i, .topbar-right a {
  color: #b7b7b7;
}
.top-header-2 {
  display: table;
}
.top-header-2 .logo-brand {
  padding: 23px 0;
}
.top-header-2 .header-info-2, .top-header-2 .topbar-search, .top-header-2 .header-btn-2 {
  display: table-cell;
  vertical-align: middle;
}
.header-info-2 ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.header-info-2 ul li {
  color: #707070;
  font-size: 16px;
  line-height: 26px;
  display: inline-block;
  font-weight: 500;
  padding: 18px 23px;
}
.header-info-2 ul li i {
  position: relative;
  vertical-align: middle;
  color: #ffd100;
  font-size: 20px;
  line-height: 26px;
  margin-right: 10px;
}
.top-header-2 .topbar-search {
  position: relative;
  padding-right: 20px;
}
.top-header-2 .topbar-search i {
  color: #707070;
  font-size: 26px;
  line-height: 26px;    
  transition: all 0.3s linear;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
}
.top-header-2 .topbar-search i:hover {
  color: #ffd100;
}
.header-btn-2 {
  width: 1%;
}
/*--------------------------------------------------------------
## Main Header
--------------------------------------------------------------*/
.main-navigation {
  text-align: right;
  margin-top: -1px;
}
.navigation-2 {
  z-index: 10;
}
.main-navigation > ul {
  display: inline-block;
  list-style: none;
  margin-bottom: 0;
  padding-left: 0;
}
.main-navigation > ul > li {
  position: relative;
  display: inline-block;
}
.main-navigation ul li a {
  font-size: 16px;
  font-weight: 500;
  line-height: 1;
  padding: 52px 25px;
  color: #272023;
  display: flex;
  position: relative;
  text-decoration: none;
}
.main-navigation ul li.current-menu-parent > a, .main-navigation > ul > li.menu-item-has-children.current-menu-parent > a:after {
  color: #ffd100;
  
}
.main-navigation ul li a:hover, .main-navigation > ul > li.menu-item-has-children > a:hover:after {
  color: #ffd100;
 
}
.main-navigation > ul > li.menu-item-has-children > a:after {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 4px;
  content: url(../images/sj1.png);
  color: #bdbebf;
  font-family: 'FontAwesome';
  font-weight: 900;
  margin-right: 15px;
  font-size: 16px;
}
.main-navigation ul ul {
  list-style: none;
  margin: 0;
  padding: 0;
  background-color: #fff;
  border-top: 2px solid #ffd100;
  -webkit-box-shadow: 0px 3px 11px 0px rgba(0, 0, 0, 0.09);
  -moz-box-shadow: 0px 3px 11px 0px rgba(0, 0, 0, 0.09);
  box-shadow: 0px 3px 11px 0px rgba(0, 0, 0, 0.09);
}
.main-navigation ul li ul {
  min-width: 260px;
  position: absolute;
  top: 140%;
  left: 0%;
  z-index: 10;
  visibility: hidden;
  opacity: 0;
  transition: all 400ms ease;
  -webkit-transition: all 400ms ease;
  -moz-transition: all 400ms ease;
  -o-transition: all 400ms ease;
  -ms-transition: all 400ms ease;
}
.main-navigation ul > li:hover > ul {
  opacity: 1;
  visibility: visible;
  top: 100%;
}
.main-navigation ul li li {
  position: relative;
  display: block;
}
.main-navigation ul ul li a {
  font-size: 16px;
  line-height: 20px;
  font-weight: 500;
  color: #272023;
  text-align: left;
  display: block;
  padding: 15px 25px 15px 25px;
  position: relative;
  text-decoration: none;
  outline: none;
  text-transform: none;
  transition: all 400ms ease;
  -webkit-transition: all 400ms ease;
  -moz-transition: all 400ms ease;
  -o-transition: all 400ms ease;
  -ms-transition: all 400ms ease;
  border-bottom: 1px solid rgba(183,183,183,0.5);
}
.main-navigation ul ul li.current_page_item a {
  color: #ffd100;
}

.breadcrumbs li {
  display: inline-block;
  font-size: 16px;
  color: #ffd100;
}
.breadc-box li:before {
    content: "/";
    font-family: FontAwesome;
    color: #fff;
    margin: 0 8px;
}
.breadc-box li:first-child:before {
    display: none;
}
.breadcrumbs li a {
  font-size: 16px;
  color: #b7b7b7;
}
.breadcrumbs li a:hover {color: #ffd100;text-decoration: none;}
/*--------------------------------------------------------------
## Footer
--------------------------------------------------------------*/
.site-footer {
  background:url(../images/bg-footer.jpg);
  color: #b7b7b7;
  
}
.site-footer-h3 {
  background-color: #003663;
}
.main-footer {
  background: url(images/bg-footer.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  padding: 50px 0;
  color: #fff;
}
.main-footer-h3 {
  background: url('images/bg-footer-h3.jpg');
  background-repeat: no-repeat;
  background-size: cover;
}
.main-footer ul, .main-footer-2 ul {
  list-style: none;
  padding-left: 0;
  margin: 0;
}
.main-footer ul li, .main-footer-2 ul li {
  padding: 8px 0;
}
.main-footer ul li:first-child, , .main-footer-2 ul li:first-child {
  padding-top: 0;
}
.main-footer ul li:last-child, .main-footer-2 ul li:last-child {
  padding-bottom: 0;
}
.main-footer ul li a, .main-footer-2 ul li a {
  color: #ffffff;
  font-size: 14px;
  line-height: 24px;
  font-weight: 500;
}
.main-footer-2 ul li a {
  color: #0c8fd3;
}
.main-footer ul li a:hover, .main-footer-2 ul li a:hover {
  color: #ffd100;
}
.widget-footer .widget_media_image {
  margin-bottom: 40px;
}
.padding-left {
  padding-left: 130px;
}
.btn-subcribe {
  width: 60px;
  height: 60px;
  min-width: auto;
}
.footer-social {
  font-size: 16px;
  line-height: 26px;
  font-weight: 400;
  margin-top: 45px;
  color: #b7b7b7;
}
.footer-social a {
  color: #b7b7b7;
  margin-left: 15px;
}
.footer-social a:hover {
  color: #ffd100;
}

/*--------------------------------------------------------------
## Responsive
--------------------------------------------------------------*/


.banner{ width:100%; height:280px; position: relative; }

.nydh{ width:1260px; margin:auto; display: flex; flex-wrap: wrap; justify-content: space-between; margin-top:55px; margin-bottom:55px;}

a.dha { font-family:"微软雅黑"; font-size: 16px; line-height:50px; color:#ffffff; background:#023080; display:block; width:17%; height:50px; text-align:center; border-radius:10px;}
a.dh5 { font-family:"微软雅黑"; font-size: 16px; line-height:50px; color: #000; background:#E8E8E8; display:block; width:19%; height:50px; text-align:center; border-radius:10px; margin-bottom:20px;}
a.dh5:visited {font-style: normal; color: #000; text-decoration: none;}
a.dh5:hover { color:#ffffff; text-decoration: none; background:#023080; }
a.dh5:active { color: #ffffff; background:#023080;}

a.dh2a { font-family:"微软雅黑"; font-size: 16px; line-height:50px; color:#ffffff; background:#023080; display:block; width:33%; height:50px; text-align:center; border-radius:10px;}
a.dh2 { font-family:"微软雅黑"; font-size: 16px; line-height:50px; color: #000; background:#E8E8E8; display:block; width:49%; height:50px; text-align:center; border-radius:10px;}
a.dh2:visited {font-style: normal; color: #000; text-decoration: none;}
a.dh2:hover { color:#ffffff; text-decoration: none; background:#023080; }
a.dh2:active { color: #ffffff; background:#023080;}

a.dh4a { font-family:"微软雅黑"; font-size: 16px; line-height:50px; color:#ffffff; background:#023080; display:block; width:24%; height:50px; text-align:center; border-radius:10px;}
a.dh4 { font-family:"微软雅黑"; font-size: 16px; line-height:50px; color: #000; background:#E8E8E8; display:block; width:24%; height:50px; text-align:center; border-radius:10px; margin-bottom:20px;}
a.dh4:visited {font-style: normal; color: #000; text-decoration: none;}
a.dh4:hover { color:#ffffff; text-decoration: none; background:#ff6600; }
a.dh4:active { color: #ffffff; background:#ff6600;}


.cpkuainr{ width:1200px; margin:auto;  z-index:1; font-size:15px; line-height:26px; color:#414141; display: flex; flex-wrap: wrap; justify-content: space-between;}

.cppro{ width:360px; height:400px; position:relative; overflow:hidden; margin-bottom:80px; border-radius:30px;}
.cppro:hover{position:relative; top:10px;-moz-transition: all 0.5s;-webkit-transition:all 0.5s;-o-transition:all 0.5s;transition:all 0.5s;}
.cpproimg{ position:absolute; z-index:10;}

.cppronr{ width:89%; height:150px; padding-left:8%; padding-right:8%; padding-top:30px; background:rgba(204,8,16,0.8); position:absolute; z-index:220; bottom:0px; text-align:center;}
.cppronr01{color:#FFF; font-size:20px;line-height:30px; font-weight:bold; border-bottom:1px solid rgba(255,255,255,0.5); padding-bottom:10px; width:50%; margin:auto;}
.cppronr02{color: rgba(255,255,255,0.8); font-size:18px; text-align:center; line-height:28px; padding-top:20px;}
.cppronr:hover{ background:#FF8400; color:#FFF;}


.sjgck{ width:1260px; margin:auto; display: flex; flex-wrap: wrap; justify-content: space-between; padding-top:60px;}

.gck{ width:360px; height:240px; margin-bottom:60px; overflow:hidden;}
.gckimg img{ width:360px; height:232px; overflow:hidden; border-radius:30px;}
.gckimg a:hover img{ width:370px; height:242px;margin-left:-10px; margin-top:-6px; -moz-transition: all 0.5s;-webkit-transition:all 0.5s;-o-transition:all 0.5s;transition:all 0.5s;}



.gck01{ width:360px; height:540px; margin-bottom:60px; overflow:hidden;}
.gckimg01 img{ width:360px; height:482px; overflow:hidden; border-radius:30px; border:2px solid #ffe7c8;}
.gckimg01 a:hover img{ width:370px; height:492px;margin-left:-10px; margin-top:-6px; -moz-transition: all 0.5s;-webkit-transition:all 0.5s;-o-transition:all 0.5s;transition:all 0.5s;}


.gckbt1 a{ text-align:center; display:block; height:40px;line-height:40px; font-size:16px; margin-top:15px; color:#414141;}

.wenhua{ width:1200px; height:auto; margin:auto;display: flex; flex-wrap: wrap; justify-content: space-between;}

.whnr{width:50%; height:370px; background:#EEEEEE; overflow:hidden;}
.whnr img{ width:100%;}
.whbt{font-size:30px; font-weight:bold; color:#333; text-align:center; background:url(../images/xxx.jpg) bottom center no-repeat; margin-top:50px; padding-bottom:20px;}
.whsm{padding:20px 80px 50px 80px; font-size:16px; line-height:36px; color:#414141; text-align:justify;}



.weizik{ width:100%; height:50px; background:#f3f3f3; }
.weizi{ width:1054px; margin:auto; height:50px; line-height:50px; font-size:14px; color:#505050;}
.weizi1{ width:1200px; margin:auto; height:50px; line-height:50px; font-size:14px; color:#505050;}


.canpin{ width:258px; float:left; border-top:1px solid #DDDDDD; border-left:1px solid #DDDDDD; border-right:1px solid #DDDDDD; }
.canpinbt{padding-left:75px; height:65px; padding-top:35px; background:url(../images/nycpb.jpg) left center no-repeat;}
.canpinbt1{height:24px; padding-left:10px; line-height:24px; font-size:26px; font-family:"微软雅黑"; color:#ffffff; font-weight:bold; }
.canpinbt1 span{height:24px; padding-left:10px; font-weight:normal; line-height:24px; font-size:16px; font-family:"微软雅黑"; color:#51B3DF;}

.cplb a{ height:48px; font-size:14px; width:214px; line-height:48px; padding-left:44px; font-family:"微软雅黑"; color:#333333; display:block; text-decoration:none; float:left; background:#F9F9F9 url(../images/jt.png) 220px center no-repeat; border-bottom:1px solid #DDDDDD;}
.cplb a:visited{color:#414141;}
.cplb a:hover{background:#D21E24 url(../images/jt1.png) 220px center no-repeat; color:#ffffff;}
.cplb a:active{color:#ffffff;}


.bti{ font-size:125px; line-height:125px; font-weight:bold; color:#F0F0F0; text-transform:uppercase; width:850px; left:20%; text-align:center; padding-bottom:40px; font-family:Arial; position:relative;}
.bti01{font-size:34px; line-height:34px; font-weight:bold; width:100%; color:#302728; font-family:'微软雅黑'; top:28px;  position: absolute; z-index:2;}
.bti02{ display:block; font-size:16px; font-weight:normal;  font-family:'微软雅黑'; top:16px; width:100%;  color:#888;  position: absolute; z-index:2;}

.aboutkuai{ width:1200px; margin:auto; height:auto; display: flex; flex-wrap: wrap; justify-content: space-between;}
.aboutimg{ width:690px; height:570px; margin-top:10px;}
.aboutnr{ width:470px;  z-index:1; font-size:16px; line-height:32px; color:#414141; text-align:justify;}
.aboutnr a{color:#414141;}
.aboutnr strong{color:#023080;font-size:22px; line-height:48px;}



.nynr{ width:1200px; margin:auto; font-size:16px; line-height:34px; color:#414141; text-align:justify; padding-top:45px; padding-bottom:85px;}



/*--------连接---------------------------------------------------------------------------------*/
a.zzb07link{
	line-height:22px;
	text-decoration:none;
	color: #fff;
}

a.zzb07link:hover {
	text-decoration: underline;
	color: #FF6500;
}
.zzb07tail
{
color:#fff;
}

.zzb07tail a
{
color:#fff;
}
.style10:link {
	font-family: "微软雅黑";
	color: #ffffff;
	text-decoration: none;
	font-weight: bold;
}
.style10:visited {
	font-family: "微软雅黑";
	color: #ffffff;
	text-decoration: none;
	font-weight: bold;
}
.style10:hover {
	font-family:"微软雅黑";
	color: #FF6500;
	text-decoration: underline;
	font-weight: bold;
}
.style10:active {
	font-family:"微软雅黑";
	color: #FF6500;
	text-decoration: none;
	font-weight: bold;
}

a.s1 {
	font-family:"微软雅黑";
	font-size: 12px;
	line-height:36px;
	font-style: normal;
	float:left;
	color: #ffffff;
	display:block;
	width:123px;
	height:36px;
	text-align:center;
}
a.s1:visited {
	font-size: 12px;
	font-style: normal;
	color: #ffffff;
	text-decoration: none;
}
a.s1:hover {
	font-size: 12px;
	color:#ffffff;
	text-decoration: none;
	display:block;
	width:123px;
	height:36px;
	background:#D27D00;
	position: relative;
}
a.s1:active {
	font-size: 12px;
	color: #ffffff;
	height:36px;

}
a.s2:link {
	font-size: 16px;
	line-width: 2px;
	font-style: normal;
	color: #414141;
	text-decoration: none;
}
a.s2:visited {
	font-size: 16px;
	font-style: normal;
	color: #414141;
	text-decoration: none;
}
a.s2:hover {
	font-size: 16px;
	color: #E00025;
	text-decoration: none;
	position: relative;
	height: auto;
	top: 3px;
}
a.s2:active {
	font-size: 16px;
	color: #E00025;
}



a.s3:link {
	font-size: 12px;
	font-style: normal;
	color: #00458C;
	text-decoration: none;
}
a.s3:visited {
	font-size: 12px;
	font-style: normal;
	color: #00458C;
	text-decoration: none;
}
a.s3:hover {
	font-size: 14px;
	color: #E40500;
	text-decoration: none;
	position: relative;
	height: auto;
	font-weight:bold;
}
a.s3:active {
	font-size: 12px;
	color: #E40500;
}


a.s4 {
	font-family:"微软雅黑";
	font-size: 12px;
	line-height:20px;
	font-style: normal;
	float:left;
	color: #B4B4B4;
	display:block;
	width:211px;
	height:20px;
}
a.s4:visited {
	font-size: 12px;
	font-style: normal;
	color: #B4B4B4;
	text-decoration: none;
}
a.s4:hover {
	font-size: 12px;
	color:#DD352C;
	text-decoration: none;
	display:block;
	width:231px;
	height:20px;
	background-color:#EEEEEE;
	position: relative;
}
a.s4:active {
	font-size: 12px;
	color: #DD352C;
	height:20px;

}

a.s5:link {
	font-size: 12px;
	line-width: 2px;
	font-style: normal;
	color: #BBBBBB;
	text-decoration: none;
	line-height:22px;
}
a.s5:visited {
	font-size: 12px;
	font-style: normal;
	color: #BBBBBB;
	text-decoration: none;
	line-height:22px;
	}
a.s5:hover {
	font-size: 12px;
	color: #E00025;
	text-decoration: none;
	position: relative;
	height: auto;
	top: 3px;
}
a.s5:active {
	font-size: 12px;
	color: #E00025;
}

#Address {
    width:400px;
	height:18px;
	border:1px #999999 solid;
	margin:0px;
}
#Address1 {
    width:400px;
	height:48px;
	border:1px #999999 solid;
	margin:0px;
}
#Address2 {
    width:180px;
	height:18px;
	border:1px #999999 solid;
	margin:0px;
}
.STYLE1 {
	font-size: 12px;
	font-family: "微软雅黑";
	line-height: 28px;
	font-weight: normal;
	color: #0193CC;
	text-decoration:none;
}

.STYLE2 {
	font-size: 14px;
	font-family: "微软雅黑";
	line-height: 28px;
	font-weight: normal;
	color: #212121;
	text-decoration:none;
}

.STYLE12 {
	font-size: 13px;
	font-family: "微软雅黑";
	line-height: 36px;
	font-weight: normal;
	color: #333333;
	text-decoration:none;
}

.STYLE3 {
	font-size: 12px;
	font-family: "微软雅黑";
	line-height: 26px;
	font-weight: normal;
	color: #15908B;
	text-decoration:none;
}

.STYLE4 {
	font-size: 12px;
	font-family: "微软雅黑";
	line-height: 28px;
	color: #A50701;
	font-weight:bold;
}

.STYLE5 {
	font-size: 12px;
	font-family: "微软雅黑";
	line-height: 26px;
	font-weight: normal;
	color: #000000;
	text-decoration:none;
}

.STYLE6 {
	font-size: 16px;




	font-family: "微软雅黑";
	line-height: 28px;
	font-weight: normal;
	color: #ffffff;
	text-decoration:none;
}
/*---------------*/


/*-----------翻页样式-----------*/
.contentPage{text-align: center; margin:0px 3px; padding:0px; padding-top:15px; width: 100%; color: #666; line-height: 30px; text-decoration: none;}
.contentPage a:link {color: #036cb4; text-decoration: none; font-size: 12px; margin:0px 3px; padding:4px 7px; border: 1px solid #eeeeee; font-weight: normal;}
.contentPage a:visited {color: #036cb4; text-decoration: none; font-size: 12px; margin:0px 3px; border: 1px solid #eeeeee; padding:4px 7px; font-weight: normal;}
.contentPage a:hover {color:#FFF; margin:0px 3px; font-size: 12px; text-decoration: none; padding:4px 7px; background-color:#0d499f; font-weight:normal;}
.contentPage .current{color:#f00; text-decoration: none; font-size: 12px; margin: 0px; border:0px solid #f00; padding:4px 7px; font-weight: normal;}
.contentPage .zi{font-size:12px; font-weight:bold; float:none!important;}
.contentPage .zi form{ display:inline;}
.contentPage .zi form input[type="text"]{ border:1px solid #CCC; line-height:18px; width:25px!important;}
.contentPage .zi form input[type="submit"]{ background-color:#CCC; border:0px; line-height:20px; color:#FFF; cursor:pointer;}
/*-----------content pages end-----------*/

.kuang{ width:80%; height:28px; border:1px solid #CFCFCF; padding-left:10px;}
.kuang1{ width:80%; height:28px; border:1px solid #CFCFCF; padding-left:10px;}
.kuang2{ width:80%; height:58px; border:1px solid #CFCFCF; padding-left:10px;}
.kuang3{ width:100px; height:38px; border:1px solid #CFCFCF;}

.lxwmbt{ font-size:48px; color:#D6D6D6; text-transform:uppercase; padding-bottom:15px; font-family:Arial;}
.lxwmbt span{ text-align:center; font-size:48px; color:#89A5F7; text-transform:uppercase;padding-bottom:20px; font-family:Arial;}
.lxwmbt p{ display:block; font-size:35px; color:#303030; font-weight:normal; font-family:'微软雅黑';}


.cpk{ width:369px; height:350px; border:2px solid #E8E8E8; padding:5px; margin-bottom:50px; border-radius:10px;}



.cpkimg{ width:369px; height:293px; overflow:hidden;}
.cpkimg img{  border-radius:10px 10px 0px 0px;}

.cpkbt a{color:#fff; background:#018c53; height:57px; padding-left:15px; padding-right:15px; line-height:57px; font-size:15px; display:block; text-align:center; border-radius:0px 0px 10px 10px;}
.cpkbt a:hover{color:#ffffff; background:#ff6600;}

a.ank {color:#ffffff; margin:auto; background:#FF7702; width:90px; height:30px; line-height:30px; text-align:center; display:block; font-size:13px; border-radius:3px;}
a.ank:hover{color:#ffffff; background:#33BC7A; width:90px; height:30px; line-height:30px; text-align:center; display:block; text-decoration:none;}

.mbfor{display:none;}
.mbdh{ display:none;}
#mccp{ display:none;}
.nylx{width:38%; padding-top:20px;}
/*------tab---------*/
@media all and (max-width:1259px){
.cen{ width:90%; padding-left:5%; padding-right:5%;}
.nav{ width:100%; margin:auto;}
.tlogo{ width:98%; text-align:center;}
.nav1{ width:95%; padding-top:20px; float:left;}
.nav2{ width:5%;}
.topkuai{ width:100%; height:180px;}
.menu li{ width:12%; text-align:center; padding:none; margin:none;}


.nydh{ width:90%; padding-left:5%; padding-right:5%;}
.nynr{ width:90%; padding-left:5%; padding-right:5%;}
.weizi1{  width:90%; padding-left:5%; padding-right:5%;}


a.dh1 { font-family:"微软雅黑"; font-size: 16px; line-height:50px; color: #000; background:#E8E8E8; display:block; width:18%; height:50px; text-align:center; border-radius:10px;}
a.dh2 { font-family:"微软雅黑"; font-size: 16px; line-height:50px; color: #000; background:#E8E8E8; display:block; width:49%; height:50px; text-align:center; border-radius:10px;}
a.dh3 { font-family:"微软雅黑"; font-size: 16px; line-height:50px; color: #000; background:#E8E8E8; display:block; width:32%; height:50px; text-align:center; border-radius:10px;}
a.dh4 { font-family:"微软雅黑"; font-size: 16px; line-height:50px; color: #000; background:#E8E8E8; display:block; width:24%; height:50px; text-align:center; border-radius:10px;}
a.dh6 { font-family:"微软雅黑"; font-size: 16px; line-height:50px; color: #000; background:#E8E8E8; display:block; width:15%; height:50px; text-align:center; border-radius:10px;}

.wenhua{ width:100%;}


.footer{ display:none;}
.globalR-side-bar{display:none;}
.footer4{ width:100%; line-height:28px; text-align:center; padding-top:10px; padding-bottom:10px; margin-top:95px;}
}

@media all and (max-width:900px){
	
	.menu li{ width:15%; text-align:center; padding:none; margin:none; height:20px;}
	#lxdt{ display:none;}
	.nylx{width:100%;}
	#site-header{display:none!important;}
	
		.top_layer{display:none;}
	.nyban{ height:200px;}
	.nydh{ display:none;}
	.nynr{ padding-top:35px;}
	.mbdh{ display:block;}
	.mbfor{display:block;}
	#mccp{ display:block;}
	#pccp{ display:none;}
	#xw{ display:none;}
	.nyban{display:none;}
#site-footer{display:none!important;}
}

@media all and (max-width:768px){
	.banner{ width:100%; height:160px; position: relative;background-size: 300%!important;}
	.top_layer{display:none;}
	.nyban{ height:200px;}
	.nydh{ display:none;}
	.nynr{ padding-top:35px;}
	.mbdh{ display:block;}
	.mbfor{display:block;}
	#mccp{ display:block;}
	#pccp{ display:none;}
	#xw{ display:none;}
	.nyban{display:none;}

}

@media all and (max-width:450px){
	.dbdhk1{width:100%;}
	.syxw{ width:100%;}
	
}
