@import url(fonts.googleapis.comcssfamily=Open+Sans:400,300,700);
HTML {
	PADDING-BOTTOM: 0px; BORDER-RIGHT-WIDTH: 0px; MARGIN: 0px; PADDING-LEFT: 0px; PADDING-RIGHT: 0px; BORDER-TOP-WIDTH: 0px; BORDER-BOTTOM-WIDTH: 0px; BORDER-LEFT-WIDTH: 0px; PADDING-TOP: 0px;
}
html {
  font-family: 'Open Sans', sans-serif;
  -webkit-font-smoothing: antialiased;
}
body {
	padding:0px; margin:0px; font-size: 14px; background: #ffffff; font-family: 'Open Sans', sans-serif;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 500;
  font-family: inherit;
  color: inherit;
}
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, and, address, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video, input, textarea, select {
	margin: 0;
	padding: 0;
	outline: 0;
	border: 0;
	background: transparent;
	vertical-align: baseline;
}
ul, ol {
	list-style: none;
}
a {
  color: #52b6ec;
  -webkit-transition: 300ms;
  -moz-transition: 300ms;
  -o-transition: 300ms;
  transition: 300ms;
}
a:hover,
a:focus {
  color: #80c9f1;
  text-decoration: none;
  outline: none;
}

/* ===== Homepage Slider ===== */
.home-slider {
  margin-top: -30px;
}
.home-slider .carousel-inner > .item {
  padding: 150px 0 0;
  height: 590px;
  overflow: hidden;
  background-color: #f6f6f6;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover !important;
}
#item-1 {
  background-image: url(imagesslide01.jpg);
  background-position: bottom center;
}
#item-2 {
  background-image: url(imagesslide02.jpg);
}
#item-3 {
  background-image: url(imagesslide03.jpg);
}
/*** First Slider ***/
.yellow-M{
	padding:0px;
	margin:0px auto;
}
.yellow-bg{
	background:#4B2413;
	min-height:245px;
	position: absolute;
    top: 130px;
	margin-right:15px;
}
.home-slider h1 {
  color:#FF0;
  font-size: 26px;
  padding:25px 0px 20px 15px;
}
.home-slider h3{
  padding: 5px 15px 15px 15px;
  color: #ffffff;
  border-radius: 4px;
  font-size:16px;
  font-weight:400;
  text-align:justify;
  text-justify:inter-ideograph;
  line-height:25px;
}
.home-slider ul {
  list-style-type: none;
  padding: 0;
}
@media (max-width: 306px) {
.home-slider h1 {
  font-size: 36px;
  margin-bottom: 35px;
}
}
/*** Second Slider ***/
.home-slider #item-3 img {
  max-width: 300px;
  margin: 0 auto;
}
@media (max-width: 992px) {
  /* Adjusting for small devices */
  .home-slider .carousel-inner > .item {
    padding-top: 50px;
  }
}
@media (max-width: 767px) {
  /* Adjusting for mobile */
  .home-slider .carousel-inner > .item {
    padding-top: 50px;
    text-align: left;
  }
  .home-slider #item-2 ul > li {
    text-align: left;
  }
  .home-slider #item-2 ul > li > span {
    font-size: 22px;
    margin-bottom: 7px;
  }
  .home-slider #item-3 ul {
    text-align: left;
    margin-left: 50px;
  }
}
.divider-shadow {
  margin-bottom: 30px !important;
  text-align: center;
  position: relative;
  line-height: 0;
}
.responsive-img {
  max-width: 100%;
  height: auto;
  border-radius: 0;
  vertical-align: bottom;
}
/* ===== Homepage Fullscreen ===== */

/*** Slideshow controls ***/
a.carousel-arrow {
  height: 60px;
  width: 60px;
  border-radius: 0;
  line-height: 60px;
  text-align: center;
  position: absolute;
  display: block;
  top: 50%;
  margin-top: -25px;
  background: transparent;
  color: transparent;
  font-size: 32px;
  font-weight: 300;
  cursor: pointer;
  -webkit-transition: background 300ms, color 300ms;
  transition: background 300ms, color 300ms;
}
.carousel:hover a.carousel-arrow {
  background: none;
  color: #FFF;
}
.carousel a.carousel-arrow:hover {
  background: none;
}
a.carousel-arrow:hover,
a.carousel-arrow:active {
  text-decoration: none;
}
a.carousel-arrow-prev {
  left: 10px;
  right: auto;
  padding-right: 5px;
}
a.carousel-arrow-next {
  right: 10px;
  left: auto;
  padding-left: 5px;
}
.carousel-indicators {
  position: absolute;
  bottom: 10px;
  z-index: 15;
  padding-left: 0;
  list-style: none;
  text-align:center;
}
.carousel-indicators li {
  display: inline-block;
  width: 20px;
  height: 20px;
  margin: 2px;
  text-indent: -999px;
  border: 3px solid rgba(255, 255, 255, .6);
  border-radius: 0;
  cursor: pointer;
}
.carousel-indicators .active {
  background: #FFF;
  border-color: #FFF;
  margin: 2px;
  width: 20px;
  height: 20px;
}
/*** Slideshow controls ***/

/*** menu ***/
.site-branding {
  float: left;
  margin-top: 0;
  margin-left: 10px;
}
.site-branding .logo {
  color: #fff;
  font-size: 14px;
  font-weight: 700;
  margin-right: 5px;
  letter-spacing: 3px;
  text-transform: uppercase;
}
.site-branding .logo:focus, .site-branding .logo:hover {
  text-decoration: none;
}
.navbar-custom {
  border: 0;
  margin: 0;
  padding-top: 5px;
  padding-bottom: 5px;
  background-color: #4B2413;
  opacity:0.8;
  -webkit-transition: all 0.2s linear 0s;
  transition: all 0.2s linear 0s;
  -moz-box-shadow: 0 0 30px 3px rgba(79, 43, 36, 0.2);
  box-shadow: 0 0 30px 3px rgba(79, 43, 36, 0.2);
  border-bottom:1px solid #4F2B24;
}
.navbar-custom .navbar-nav li {
  margin: 0;
}
.navbar-custom .navbar-nav > li > a {
  color: #fff;
  text-transform: uppercase;
  font-size: 17px;
  font-weight: 400;
  border-bottom: 1px solid transparent;
}
.navbar-custom .navbar-nav > li > a:focus, .navbar-custom .navbar-nav > li > a:hover {
  background-color: transparent;
  border-color: rgba(255, 255, 255, 1);
}
.navbar-custom .navbar-nav > .active > a {
  border-color: rgba(255, 255, 255, 1);
}

.navbar-toggle {
  border: 0;
  border-radius: 0;
  margin-top: 2px;
}
.navbar-toggle .icon-bar {
  background-color: #fff;
}

.navbar-solid {
  background-color: rgba(0, 0, 0, 0.6) !important;
  padding: 0 !important;
  -webkit-transition: all 0.2s linear 0s;
  transition: all 0.2s linear 0s;
}
/*** menu ***/

/*** first body ***/
.pan-img-L{
	padding-left:30px;
}
.pan-img-L-1{
	padding-right:30px;
}
.pan-img-R{
	padding-right:0px;
	text-align:justify;
	text-justify:inter-ideograph;
}
.pan-img-R-1{
	padding-left:0px;
	text-align:justify;
	text-justify:inter-ideograph;
}
.ren-h4{
	padding:0px;
	margin:0px auto;
	color:#828282;
	font-weight:600;
	font-size:22px;
	padding-left:15px;
}
.team-member {
    text-align: center;
	margin-top:20px;
}
.team-member img {
    margin: 0 auto;
    border: 8px solid #F5B27D;
	width:170px;
	height:170px;
}
.ren-sp p span{
	color:#FB6936;
}
.ren-sp p{
	line-height:25px;
	font-size:15px;
	padding-top:15px;
}
/*** first body ***/

/*** second body ***/
.content_white {
	text-align: center;
	margin-bottom:3em;
	margin-top:3em;
}
.content_white_h1 {
    background: url(imagesjieshao-t-bg.png) center no-repeat;
	color:#FD6735;
	padding-bottom:80px;
	margin-bottom:-50px;
	font-size: 2.2em;
	font-weight:600;
}
.content_white-1 {
	text-align: center;
	margin-bottom:3em;
	margin-top:3em;
}
.content_white_h1-1 {
    background: url(imagesjieshao-t-bg.png) center no-repeat;
	color:#FD6735;
	padding-bottom:80px;
	margin-bottom:-50px;
	font-size: 2.2em;
	font-weight:600;
}
.IFS div img{
	padding:7px;
	border:1px solid #F5B27D;
	text-align:center;
	margin:auto;
}
.IFS div p{
	text-align:center;
	padding-top:18px;
	font-size:18px;
}
/*** second body ***/

/*** third body ***/
.Tel-Map-Five{
	margin-bottom:0px;
}
.Tel-Map-Four{
	display:none;
}
.Map-Four-Bg{
	background:#E1F5FF;
	margin-top:55px;
}
.Map-Four{
	background: url(imagesmap.jpg) no-repeat;
	padding-bottom:100px;
}
.tour-caption {
	display: none;
	top: 0;
	width: 55px;
	position: absolute;
	background:#C3C3C3;
	height: 40px;
	text-align: center;
	opacity:0.8;
}
.tour-caption span{
	background: url(imagesplus.png) no-repeat center;
	width: 55px;
	height: 40px;
	display: block;
	text-align: center;
	position: absolute;
	background-size: 100%;
}
.portfolio-wrapper:hover div.tour-caption {
	display: block;
    transition:0.5s all;
	-webkit-transition:0.5s all;
	-moz-transition:0.5s all;
	-o-transition:0.5s all;
	-ms-transition:0.5s all;
}
.portfolio-wrapper {
	overflow:hidden;
	position: relative !important;
	cursor:pointer;
}
.portfolio-wrapper img{
	display:block;
	width:55px;
	height:40px;
}
.portfolio{
	width:120px;
}
.portfolio img {
	max-width:100%;
	/*--position: relative;--*/
	transition: all 300ms!important;
	-webkit-transition: all 300ms!important;
	-moz-transition: all 300ms!important;
}
.guo-1{
	margin-left:140px;
}
.guo-2{
	margin-left:300px;
	margin-top:-20px;
}
.guo-3{
	margin-left:800px;
	margin-top:120px;
}
.guo-4{
	margin-left:350px;
	margin-top:120px;
}
.guo-4-p{
	padding:0px;
	margin:0px;
	padding-top:5px;
	font-size:16px;
}
.guo-4-p a{
	color:#333;
	font-weight:bold;
}
.guo-p{
	padding-top:40px;
	width:100%;
}
.guo-p img{
	position:relative;
	right:0px;
	padding-left:700px;
}
/*** third body ***/

/*** fifth body ***/
.G-Oppo p{
	line-height:25px;
	padding-top:20px;
	font-size:15px;
	text-align:justify;
	text-justify:inter-ideograph;
}
/*** fifth body ***/

/*** sixth body ***/
.Map-Four-Bg-News{
	background:#E1F5FF;
	padding-bottom:40px;
	margin-top:50px;
}
.News-Left-C{
	padding-left:0px;
}
.News-Left-H{
	padding-right:0px;
}
.News-p-1{
	font-size:16px;
	font-weight:600;
	margin-bottom:15px;
}
.News-p-2{
	text-align:justify;
	text-justify:inter-ideograph;
	line-height:25px;
	color:#717D82;
}
.News-ul ul{
	padding:0px;
	margin:0px;
}
.News-ul ul li{
	background: url(imagesdian.png) 0px 8px no-repeat;
	padding:5px 0px 5px 25px;
	font-size:16px;
}
.News-ul ul li a{
	color:#717D82;
}
/*** sixth body ***/

/*body5*/
#dituContent{
  width:100%;height:320px; border:#ccc solid 1px;
}
.cus-p-1{
	font-size:16px;
	color:#413F42;
	line-height:30px;
	font-weight:500;
}
.cus-p-1 a{
	color:#1668B2;
}
.cus-p-1 span{
	font-weight:bold;
}
.cus-h-1{
	color:#FFF;
	background:#1668B2;
	border:1px solid #B2CEE6;
	padding:15px 15px;
	font-size:18px;
	font-weight:bold;
	width:180px;
	margin-bottom:20px;
	margin-top:20px;
}
.cus{
	margin-top:30px;
}
/*body5*/

/*footer*/
.footer{
	background:#EEE;
}
.footer p{
	color:#494949;
	text-align:center;
	font-size:21px;
	padding-top:20px;
	padding-bottom:20px;
	margin-top:30px;
	font-weight:500;
}
.footer p a{
	color:#1668B2;
}
/*footer*/
@media (max-width:1024px) {
.yellow-bg{
	background:#4B2413;
	min-height:245px;
	position: absolute;
    top:90px;
	margin-right:15px;
}
}
@media (max-width:768px) {
.ren-h4{
	padding:0px;
	text-align:center;
}
.pan-img-L{
	margin-top:30px;
}
.content_white_h1 {
	padding-bottom:80px;
	margin-bottom:-80px;
	font-size: 1.6em;
	font-weight:600;
}
.Tel-Map-Five{
	margin-bottom:20px;
}
.Tel-Map-Four{
	margin-top:55px;
	display:inline;
}
.Tel-Map-Four-Bg{
	background:#E1F5FF;
	padding-bottom:20px;
}
.Map-Four-Bg{
	display:none;
}
.Tel-Map-Top{
	padding-top:25px;
}
.Tel-Map-Tops{
	margin-top:20px;
}
.Tel-Map-Tops p{
	text-align:center;
	padding-top:5px;
}
.cus-p-1{
	font-size:16px;
	color:#413F42;
	line-height:27px;
	font-weight:500;
}
.cus-h-1{
	padding:10px 10px;
	font-size:17px;
	margin-bottom:10px;
	margin-top:10px;
}
#dituContent{
	margin-top:20px;
}
.footer p{
	font-size:16px;
}
.Map-Four-Bg-News{
	padding-bottom:20px;
	margin-top:20px;
}
.content_white-1 {
	text-align: center;
	margin-bottom:2em;
	margin-top:1.5em;
}
.content_white_h1-1 {
	color:#FD6735;
	padding-bottom:70px;
	margin-bottom:-50px;
}
.News-Left-C{
	padding-left:15px;
	padding-top:15px;
}
.News-Left-H{
	padding-right:15px;
	padding-top:15px;
}
}
@media (max-width:480px) {
.yellow-bg{
	background:#4B2413;
	min-height:245px;
	position: absolute;
    top:80px;
	margin-right:15px;
}
.ren-h4{
	padding:0px;
	text-align:center;
}
.pan-img-L{
	margin-top:30px;
}
.IFS div p{
	text-align:center;
	padding-top:12px;
	font-size:16px;
}
.content_white_h1 {
	padding-bottom:80px;
	margin-bottom:-80px;
	font-size: 1.6em;
	font-weight:600;
}
.Tel-Map-Five{
	margin-bottom:20px;
}
.Tel-Map-Four{
	margin-top:55px;
	display:inline;
}
.Tel-Map-Four-Bg{
	background:#E1F5FF;
	padding-bottom:20px;
}
.Map-Four-Bg{
	display:none;
}
.Tel-Map-Top{
	padding-top:25px;
}
.Tel-Map-Tops{
	margin-top:20px;
}
.Tel-Map-Tops p{
	text-align:center;
	padding-top:5px;
}
.G-Oppo p{
	line-height:25px;
	padding-top:20px;
	font-size:14px;
}
.cus-p-1{
	font-size:14px;
	color:#413F42;
	line-height:27px;
	font-weight:500;
}
.cus-h-1{
	padding:10px 10px;
	font-size:16px;
	margin-bottom:10px;
	margin-top:10px;
}
#dituContent{
	margin-top:20px;
}
.footer p{
	font-size:14px;
}
.Map-Four-Bg-News{
	padding-bottom:20px;
	margin-top:20px;
}
.content_white-1 {
	text-align: center;
	margin-bottom:2em;
	margin-top:1.5em;
}
.content_white_h1-1 {
	color:#FD6735;
	padding-bottom:70px;
	margin-bottom:-50px;
}
.News-Left-C{
	padding-left:15px;
	padding-top:15px;
}
.News-Left-H{
	padding-right:15px;
	padding-top:15px;
}
}
@media (max-width:320px) {
.yellow-bg{
	background:#4B2413;
	min-height:245px;
	position: absolute;
    top:50px;
	margin-right:15px;
}
.ren-h4{
	padding:0px;
	text-align:center;
}
.pan-img-L{
	margin-top:30px;
}
.IFS div p{
	text-align:center;
	padding-top:12px;
	font-size:14px;
}
.content_white_h1 {
	padding-bottom:80px;
	margin-bottom:-80px;
	font-size: 1.6em;
	font-weight:600;
}
.Tel-Map-Five{
	margin-bottom:20px;
}
.Tel-Map-Four{
	margin-top:55px;
	display:inline;
}
.Tel-Map-Four-Bg{
	background:#E1F5FF;
	padding-bottom:20px;
}
.Map-Four-Bg{
	display:none;
}
.Tel-Map-Top{
	padding-top:25px;
}
.Tel-Map-Tops{
	margin-top:20px;
}
.Tel-Map-Tops p{
	text-align:center;
	padding-top:5px;
}
.G-Oppo p{
	line-height:25px;
	padding-top:20px;
	font-size:13px;
}
.cus-p-1{
	font-size:14px;
	color:#413F42;
	line-height:27px;
	font-weight:500;
}
.cus-h-1{
	padding:10px 10px;
	font-size:16px;
	margin-bottom:10px;
	margin-top:10px;
}
#dituContent{
	margin-top:20px;
}
.footer p{
	font-size:14px;
}
.Map-Four-Bg-News{
	padding-bottom:20px;
	margin-top:20px;
}
.content_white-1 {
	text-align: center;
	margin-bottom:2em;
	margin-top:1.5em;
}
.content_white_h1-1 {
	color:#FD6735;
	padding-bottom:70px;
	margin-bottom:-50px;
}
.News-Left-C{
	padding-left:15px;
	padding-top:15px;
}
.News-Left-H{
	padding-right:15px;
	padding-top:15px;
}
}