@charset "utf-8";
@font-face{font-family:'lora';src:url(../font/lora-italic.eot);}
@font-face{font-family:'lora';src:url(../font/lora-italic.eot); src:url(../font/lora-italic.ttf); src:url(../font/lora-italic.svg); src:url(../font/lora-italic.woff); src:url(../font/lora-italic.woff2); src:url(../font/original-lora-italic.ttf);}
/*reset*/
h1,h2,h3,h4,h5,h6{ margin:0px;}
:focus{outline:0;}
body,ul,img,p,input,dl,dd,tr,th,td{margin:0;padding:0;}
img{border:none; height:auto; max-width:100%;}
a{text-decoration:none;color:#777; line-height:26px;}
input{padding:0px;vertical-align: middle;line-height: normal;border:none;} 
body{overflow-x:hidden;  font-size:14px; line-height:30px; word-wrap:break-word; color:#777; font-family: 微软雅黑, "Microsoft Yahei", Arial, serif;}
.table-responsive{ overflow:auto;min-height:.01%;}
.clearfix{*zoom:1;}
.clearfix:before,.clearfix:after{line-height:0; display:table; content:"";}
.clearfix:after{clear:both;}
a:hover{text-decoration:none !important;}
a:focus {outline-style:none; -moz-outline-style: none; text-decoration:none;}
.clear{ clear:both;}
a:hover{transition: 0.5s all;-webkit-transition: 0.5s all;-o-transition: 0.5s all; -moz-transition: 0.5s all;-ms-transition: 0.5s all;}
a,img{transition: 0.5s all;-webkit-transition: 0.5s all;-o-transition: 0.5s all; -moz-transition: 0.5s all;-ms-transition: 0.5s all;}
ul li{list-style-position:inside;}

@media only screen and (min-width: 998px) { 
.small-mdzz{position: fixed;z-index: 8888888;top: 0px;right: 0; width:100%; max-width:100% !important;-webkit-box-shadow: 1px 1px 5px 0 rgba(0, 0, 0, 0.3); -moz-box-shadow: 1px 1px 5px 0 rgba(0, 0, 0, 0.3);box-shadow: 1px 1px 5px 0 rgba(0, 0, 0, 0.3); margin-top:0px; padding:0; background:#fff;}
}

/*banner*/
.owl-carousel {
  display: none;
  width: 100%;
  -webkit-tap-highlight-color: transparent;
  /* position relative and z-index fix webkit rendering fonts issue */
  position: relative;
  z-index: 1; }
  .owl-carousel .owl-stage {
    position: relative;
    -ms-touch-action: pan-Y;
    -moz-backface-visibility: hidden;
    /* fix firefox animation glitch */ }
  .owl-carousel .owl-stage:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0; }
  .owl-carousel .owl-stage-outer {
    position: relative;
    overflow: hidden;
    /* fix for flashing background */
    -webkit-transform: translate3d(0px, 0px, 0px); }
  .owl-carousel .owl-wrapper,
  .owl-carousel .owl-item {
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0); }
  .owl-carousel .owl-item {
    position: relative;
    min-height: 1px;
    float: left;
    -webkit-backface-visibility: hidden;
    -webkit-tap-highlight-color: transparent;
    -webkit-touch-callout: none; }
  .owl-carousel .owl-item img {
    display: block;
    width: 100%; }
  .owl-carousel .owl-nav.disabled,
  .owl-carousel .owl-dots.disabled {
    display: none; }
  .owl-carousel .owl-nav .owl-prev,
  .owl-carousel .owl-nav .owl-next,
  .owl-carousel .owl-dot {
    cursor: pointer;
    cursor: hand;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none; }
  .owl-carousel.owl-loaded {
    display: block; }
  .owl-carousel.owl-loading {
    opacity: 0;
    display: block; }
  .owl-carousel.owl-hidden {
    opacity: 0; }
  .owl-carousel.owl-refresh .owl-item {
    visibility: hidden; }
  .owl-carousel.owl-drag .owl-item {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none; }
  .owl-carousel.owl-grab {
    cursor: move;
    cursor: grab; }
  .owl-carousel.owl-rtl {
    direction: rtl; }
  .owl-carousel.owl-rtl .owl-item {
    float: right; }

/* No Js */
.no-js .owl-carousel {
  display: block; }

/*
 *  Owl Carousel - Animate Plugin
 */
.owl-carousel .animated {
  animation-duration: 1000ms;
  animation-fill-mode: both; }

.owl-carousel .owl-animated-in {
  z-index: 0; }

.owl-carousel .owl-animated-out {
  z-index: 1; }

.owl-carousel .fadeOut {
  animation-name: fadeOut; }

@keyframes fadeOut {
  0% {
    opacity: 1; }
  100% {
    opacity: 0; } }

/*
 * 	Owl Carousel - Auto Height Plugin
 */
.owl-height {
  transition: height 500ms ease-in-out; }

/*
 * 	Owl Carousel - Lazy Load Plugin
 */
.owl-carousel .owl-item .owl-lazy {
  opacity: 0;
  transition: opacity 400ms ease; }

.owl-carousel .owl-item img.owl-lazy {
  transform-style: preserve-3d; }




.hero-section {
	height: auto;
	background: #ededed;
	position: relative;
}

.left-bar {
	position: absolute;
	width: 100px;
	height: 100%;
	background: #121212;
	z-index: 20;
}

.left-bar .left-bar-content {
	position: absolute;
	width: 100%;
	bottom: 0;
	text-align: center;
	margin-bottom: 90px;
}

.social-links a {
	display: block;
	color: #838383;
	margin-bottom: 20px;
	font-size: 20px;
	-webkit-transition: all 0.4s;
	-o-transition: all 0.4s;
	transition: all 0.4s;
}

.social-links a:hover {
	color: #baff00;
}

.hero-right-text {
	position: absolute;
	right: 140px;
	-webkit-transform: rotate(-90deg);
	    -ms-transform: rotate(-90deg);
	        transform: rotate(-90deg);
	-webkit-transform-origin: right center;
	    -ms-transform-origin: right center;
	        transform-origin: right center;
	bottom: 60%;
	z-index: 30;
	color: #fff;
	text-transform: uppercase;
	letter-spacing: 20px;
}

.hero-slider .hero-slide-item {
	width: 100%;
	height: auto;
	display: table;
}

.hero-slider .hero-slide-item .slide-inner {
	display: table-cell;
	vertical-align: middle;
	position: relative;
}

.hero-slider .owl-nav {
	position: absolute;
	display: inline-block;
	left: 350px;
	bottom: 70px;
}

.hero-slider .owl-nav .owl-prev,
.hero-slider .owl-nav .owl-next {
	display: inline-block;
	margin-right: 30px;
	font-size: 16px;
	font-weight: 700;
	color: #0068b4;
	letter-spacing: 1px;
	-webkit-transition: all 0.4s;
	-o-transition: all 0.4s;
	transition: all 0.4s;
}

.hero-slider .owl-nav .owl-prev:hover,
.hero-slider .owl-nav .owl-next:hover {
	color: #baff00;
}

.hero-slider .owl-nav .owl-prev i {
	margin-right: 5px;
}

.hero-slider .owl-nav .owl-next {
	margin-right: 0px;
}

.hero-slider .owl-nav .owl-next i {
	margin-left: 5px;
}

.slide-num-holder {
	width: 120px;
	height: 120px;
	position: absolute;
	right: 80px;
	background:rgba(125,186,47,0.9);
	bottom: 30px;
	z-index: 111;
	text-align: right;
	padding-right: 20px;
	padding-top: 52px;
	color: #fff;
	font-weight: 700;
	border-radius:50%;
}

.slide-num-holder span {
	font-size: 34px;
	color: #fff;
	position: relative;
	top: -10px;
	right: -10px;
}

.owl-item.active .slide-content {
	opacity: 1;
}


/*Search*/
.search_box{ position:relative; width:100%; background:#f7f9fa;}
.search i{ font-size:24px; color:#1085dc; line-height:32px; padding:16px 10px 16px 20px;}
.top-search {display: none;width:100%; z-index:9999;}
.top-search  h4{ text-align:center;  color:#0068b4 ; font-weight:bold;text-transform:uppercase; font-size:20px; margin:15px 0;}
.header_search{border-radius:30px; overflow:hidden; border:2px solid #eee; position:relative;}
.top-search input.form-control {box-shadow: 0 0 0;color: #333;height: 40px;line-height: 40px;padding: 0 50px 0 15px;text-align: left;background:#fff;}
.top-search .input-group { width:100%;margin: 0 auto;padding:10px; padding-bottom:30px;}
.top-search .input-group-addon.close-search {cursor: pointer;}
.top-search .input-group-addon{float: right; position:absolute; right:0px; top:0px; width:28px; height:28px; line-height:28px; background:#eee; text-align:center;}
.top-search .input-group-addon i{font-size: 18px;color: #aaa; line-height:28px;}
.btn_search1 {background:url(../images/search_btn.png) no-repeat center center;bottom:0px;height:40px;position: absolute; right: 10px;width: 60px;z-index: 2;}
.attr-nav{ float:right; transition: 0.5s all;-webkit-transition: 0.5s all;-o-transition: 0.5s all; -moz-transition: 0.5s all;-ms-transition: 0.5s all;}
.attr-nav .search a{ display:inline-block; line-height:30px; border-radius:30px; border:1px solid #eee; background:url(../images/search_ico.png) no-repeat 10px center; padding-left:48px; padding-right:28px; font-size:12px; color:#808080; font-weight:bold; margin-top:14px;}
.attr-nav ul li{ list-style:none;}


/*nav_section*/
.header_section{ padding-top:20px;}
.header_section .logo a{ display:block; float:left;}
.header_section .logo .logo_2{ margin-left:34px;}
.header_section .header_con{ float:right;  margin-top:20px;}
.header_section .header_con h4{ background:url(../images/top_con.png) no-repeat left center; padding-left:40px; font-size:14px; color:#999; font-weight:bold;}
.header_section .header_con h4 span{ font-size:18px; color:#555;}
.nav_section #nav{ position:relative;}

@media only screen and (max-width:1200px) {
.mainmenu>nav>ul>li>a{ padding:18px;}
}
@media only screen and (max-width:990px) {
.header_section .header_con{ margin-top:0px;}
.attr-nav .search a{ margin-top:-42px;}
.header_section{ margin-bottom:10px;}
}
@media only screen and (max-width:768px) {
.header_section .header_con{ display:none;}
.attr-nav .search a{ margin-top:-62px;}
.header_section .logo a{ width:30%;}
.slide-num-holder{ display:none;}
.hero-slider .owl-nav{ left:20px; bottom:10px;}
.hero-slider .owl-nav .owl-prev, .hero-slider .owl-nav .owl-next{ font-size:12px;}

}

/* Slider */
.slick-slider{ position: relative; display: block; box-sizing: border-box; -moz-box-sizing: border-box; -webkit-touch-callout: none; -webkit-user-select: none; -khtml-user-select: none; -moz-user-select: none; -ms-user-select: none; user-select: none; -webkit-tap-highlight-color: transparent;}

.slick-list { position: relative; overflow: hidden; display: block; margin: 0; padding: 0; }
.slick-list:focus { outline: none; }
.slick-list.dragging { cursor: pointer; cursor: hand;}

.slick-slider .slick-list, .slick-track, .slick-slide, .slick-slide img { -webkit-transform: translate3d(0, 0, 0); -moz-transform: translate3d(0, 0, 0); -ms-transform: translate3d(0, 0, 0); -o-transform: translate3d(0, 0, 0); transform: translate3d(0, 0, 0); }

.slick-track { position: relative; left: 0; top: 0; display: block; zoom: 1; }
.slick-track:before, .slick-track:after { content: ""; display: table; }
.slick-track:after { clear: both; }
.slick-loading .slick-track { visibility: hidden; }

.slick-slide { float: left; height: 100%; min-height: 1px; display: none; }
.slick-slide img { display: block; margin:0 auto;}
.slick-slide.slick-loading img { display: none; }
.slick-slide.dragging img { pointer-events: none; }
.slick-initialized .slick-slide { display: block; }
.slick-loading .slick-slide { visibility: hidden; }
.slick-vertical .slick-slide { display: block; height: auto; border: 1px solid transparent; }

/* Arrows */
.slick-prev, .slick-next { position: absolute; display: block; height: 20px; width: 20px; line-height: 0; font-size: 0; cursor: pointer; background: transparent; color: transparent; margin-top: -10px; padding: 0; border: none; outline: none; }
.slick-prev:focus, .slick-next:focus { outline: none; }
.slick-prev.slick-disabled:before, .slick-next.slick-disabled:before { opacity: 0.25; }

.i_title{ text-align:center; margin-bottom:40px; position:relative;}
.i_title:before{ position:absolute; left:0px; bottom:30px; width:100%; height:1px; background:#eee; content:'';}
.i_title h6{font-family:'lora'; font-size:20px; color:#999; margin-bottom:10px;}
.i_title h4{ color:#333; font-size:36px; margin-bottom:16px; display:inline-block; padding:0px 50px; background:#fff; position:relative; line-height:40px;}
.i_title h4:before{ width:16px; height:16px; border-radius:50%; background:#eee; content:''; position:absolute; left:0px; top:17px;}
.i_title h4:after{ width:16px; height:16px; border-radius:50%; background:#eee; content:''; position:absolute; right:0px; top:17px;}
@media only screen and (max-width:768px) {
.i_title{ font-size:24px; margin-bottom:0px;}
.i_title h6{ margin-bottom:0px;}
.i_title h4{ font-size:24px; margin-bottom:15px;}
.i_title h6{ font-size:16px;}
}


/*cate_section*/
.cate_section{ margin-top:60px;}
.cate_section ul li{ list-style:none;}
.cate_section .cate_li .icon{ background-position:0px -10px; width:100px; height:100px; border:3px solid #eee; border-radius:50%;transition: 0.5s all;-webkit-transition: 0.5s all;-o-transition: 0.5s all; -moz-transition: 0.5s all;-ms-transition: 0.5s all;}
.cate_section .cate_li h4{ font-size:15px; font-weight:bold; color:#b0b2b8; line-height:30px; margin:15px 0;}
.cate_section .cate_li .icon1{ background:url(../images/cate_ico1.png) no-repeat;}
.cate_section .cate_li .icon2{ background:url(../images/cate_ico2.png) no-repeat;}
.cate_section .cate_li .icon3{ background:url(../images/cate_ico3.png) no-repeat;}
.cate_section .cate_li .icon4{ background:url(../images/cate_ico4.png) no-repeat;}
.cate_section .cate_li .icon5{ background:url(../images/cate_ico5.png) no-repeat;}
.cate_section .cate_li .active .icon{ background-position:0px -94px; border:3px solid #7dba2f;}
.cate_section .cate_li .active h4{ color:#7dba2f;}

.cate_section .cate_img{ display:block; position:relative;}
.cate_section .cate_img a{ display:block; position:relative;}
.cate_section .cate_img:before{background:url(../images/pic_bg.png) no-repeat center center; position:absolute; right:-150px; top:0px; content:''; width:573px; height:486px;}

.cate_section .cate_text .h4 { margin-bottom:36px;}
.cate_section .cate_text .h4 img{ float:left;}
.cate_section .cate_text .h4 a{ margin-left:20px; line-height:62px; font-size:30px; color:#0068b4; font-weight:bold; position:relative; display:inline-block; padding-right:30px;}
.cate_section .cate_text .h4 a:before{ width:1000px; height:1px; background:#eee; content:''; position:absolute; right:100%; bottom:-3px; transition: 0.5s all;-webkit-transition: 0.5s all;-o-transition: 0.5s all; -moz-transition: 0.5s all;-ms-transition: 0.5s all;}
.cate_section .active .cate_text .h4 a:before{ right:0px;}
.cate_section .cate_text .h4 a:after{ width:16px; height:16px; border-radius:50%; background:#eee; content:''; position:absolute; right:0px; bottom:-10px;}

.cate_section .cate_text .p{ padding-right:80px; font-size:14px; color:#808080; line-height:30px; max-height:210px; overflow:hidden;}
.cate_section .cate_text .more{ background:#0068b4; border-radius:30px; display:inline-block; padding:0px 34px; line-height:40px; font-size:14px; color:#fff; margin-top:40px; position:relative; overflow:hidden;}
.cate_section .cate_text .more i{ margin-left:10px; line-height:40px;}


.more_h:hover{ background-color:#7dba2f !important; color:#fff;}
.more_h::before{content: '';position: absolute;top: 0;left: 0;width: 100%;height: 100%;z-index: 1;opacity: 0;background-color: rgba(255,255,255,0.15);-webkit-transition: all 0.4s;-moz-transition: all 0.4s;-o-transition: all 0.4s;transition: all 0.4s;-webkit-transform: scale(0.5, 1);transform: scale(0.5, 1);} 
.more_h:hover::before{opacity: 1;-webkit-transform: scale(1, 1);transform: scale(1, 1);}

.cate_section .cate_li li:nth-child(3n+1){animation-delay: 0s;}
.cate_section .cate_li li:nth-child(3n+2){animation-delay: 0.1s;}
.cate_section .cate_li li:nth-child(3n+3){animation-delay: 0.2s;}

@media only screen and (max-width:990px) {
.indicators-line > .carousel-indicators li{ float:left; width:20%; margin:0px; text-align:center;}
.cate_section .cate_li .icon{ display:inline-block;}
}
@media only screen and (max-width:768px) {
.cate_section .cate_li .icon{ width:80px; height:80px; background-size:74px auto;}
.cate_section .cate_text .p{ padding-right:0px;}
.cate_section .cate_img:before{ display:none;}
.cate_section .cate_li .active .icon{ background-position:0px -74px; border:3px solid #7dba2f;}

}
@media only screen and (max-width:460px) {
.cate_section .cate_li .icon{ width:60px; height:60px; background-size:54px auto;}
.cate_section .cate_text .p{ padding-right:0px;}
.cate_section .cate_img:before{ display:none;}
.cate_section .cate_li .active .icon{ background-position:0px -54px; border:3px solid #7dba2f;}

}

/*quote*/
.quote{ background:#f7f7f7; padding:40px 0; margin-top:70px;}
.quote .title{ float:left; width:45%;}
.quote .title h4 a{ color:#0068b4; font-size:30px; font-weight:bold; display:block; margin-bottom:20px;}
.quote .title p{ font-size:14px; color:#808080; line-height:26px; height:52px; overflow:hidden;}
.quote .button{ float:right; width:52%; background:url(../images/link_line.png) no-repeat left center;}
.quote .button a{ background:#0068b4 url(../images/quoite_ico.png) no-repeat 30px center; border-radius:30px; display:inline-block; padding:0px 34px 0px 100px; line-height:56px; font-size:22px; color:#fff; margin-top:16px; position:relative; overflow:hidden; font-weight:bold; float:right;}


@media only screen and (max-width:768px) {
.quote .title{ width:100%; text-align:center;}
.quote .button{ width:100%; text-align:center; background:none;}
.quote .button a{ display:inline-block; float:none; font-size:16px; line-height:50px;}
.cate_section .cate_text .h4 a{ font-size:20px;}
}
/*about_section*/
.about_section .about_main{ float:left; width:60%; padding:60px 0px 110px;}
.about_section .about_main h4{ font-size:36px; color:#fff; margin:28px 0 40px;}
.about_section .about_main .p{ line-height:32px; color:#fff; max-height:96px; overflow:hidden;}
.about_section .about_main .more{ background:#0068b4; border-radius:30px; display:inline-block; padding:0px 34px; line-height:40px; font-size:14px; color:#fff; margin-top:40px; position:relative; overflow:hidden;}
.about_section .about_main .more i{ margin-left:10px; line-height:40px;}


.num_mian{ background:rgba(125,186,47,0.8); position:relative;}
.num_mian .container{ position:relative; padding:40px 0;}
.num_mian .overly{ width:100%; background:#22a8db url(../images/num_bg.png) no-repeat 66.66% center; position:absolute; right:66.66%; top:0px; height:100%;}
.num_mian .num_l{ float:left; width:33.33%; position:relative; z-index:8; padding-right:60px;}
.num_mian .num_r{ float:right; width:66.67%; position:relative;}
.num_mian .num_r:before{ content:''; background:url(../images/num_line.png) no-repeat center center; width:539px; height:20px; position:absolute; left:-75px; bottom:-25px;}

.num_mian .num_l h4{ color:#fff; font-size:30px; font-weight:bold;}
.num_mian .num_l p{ font-size:14px; color:#fff; line-height:26px; max-height:78px; overflow:hidden; margin-top:20px;}
/* Numbers */
.numbers > .container > div{position: relative;z-index:100;}
.number-plus .numbers__num{ position:relative;}
.number-plus .numbers__num:after{ position:absolute; font-size:40px; color:#fff; content:'+'; bottom:0; right:-30px;}

.number-per .numbers__num{ position:relative;}
.number-per .numbers__num:after{ position:absolute; font-size:40px; color:#fff; content:'%'; bottom:0; right:-40px;}

.numbers__one{width:33.33%;float:left; text-align:center; position:relative;}
.numbers__num{color:#fff;font-size:40px;line-height:50px; font-weight:bold; display: inline-block; margin-top:10px;}
.number__desc{color:#fff;font-size:14px;text-transform:capitalize; line-height:22px; font-size:14px; margin-top:10px;}

@media only screen and (max-width:960px) {
.numbers__num{ font-size:32px; line-height:30px; margin-top:0px;}
.numbers__one img{ width:60px;}
.number__desc{  font-size:12px;}
.number-plus .numbers__num:after,.number-per .numbers__num:after{ font-size:32px;}
.num_mian .num_l h4{ font-size:26px;}
}


@media only screen and (max-width:600px) {
.numbers__one img{ width:40px;}
.numbers__num{ font-size:20px;}
.number-plus .numbers__num:after,.number-per .numbers__num:after{ font-size:20px; right:-22px;}
.number__desc{ margin-top:0px;}
.num_mian .num_r:before{ display:none;}
.num_mian .container{ padding:20px 0;}
}
@media only screen and (max-width:360px) {
.numbers{ display:none;}
}

@media only screen and (max-width:1200px) {
.num_mian .num_l{ padding:0px 30px;}
}

@media only screen and (max-width:768px) {
.about_section .about_main h4{ font-size:24px; margin:20px 0;}
.about_section .about_main{ padding-bottom:60px;}
.num_mian .num_l{ display:none;}
.num_mian .overly{ display:none;}
.num_mian .num_r{ width:100%;}

}

/*agency*/
.agency{ margin-top:70px;}
.agency ul{ background:url(../images/partner_bg.jpg) no-repeat center center; margin:0px -36px; padding-bottom:80px; background-size:auto 100%;}
.agency ul li{ list-style:none; float:left; width:20%; padding:15px 36px;}
.agency li:nth-child(3n+1){animation-delay: 0s;}
.agency li:nth-child(3n+2){animation-delay: 0.1s;}
.agency li:nth-child(3n+3){animation-delay: 0.2s;}
.agency ul li a{ display:inline-block; border-radius:50%; box-shadow:0px 3px 8px rgba(0,0,0,0.08); overflow:hidden; border:3px solid #fff; position:relative;}
.agency ul li a:after{ position:absolute; left:50%; top:50%; color:#fff; content: "\f067";  font-family: "FontAwesome"; font-size:26px; width:40px; line-height:40px; margin-top:-20px; margin-left:-20px; text-align:center; display:inline-block;opacity:0;transition: 0.5s all;-webkit-transition: 0.5s all;-o-transition: 0.5s all; -moz-transition: 0.5s all;-ms-transition: 0.5s all;}
.agency ul li a:hover:after{transform:rotate(360deg);-moz-transform:rotate(360deg); -webkit-transform:rotate(360deg);-o-transform:rotate(360deg); opacity:1;}
.agency ul li a:hover{ background:#7dba2f;}
.agency ul li a:hover img{ opacity:0.2;}

@media only screen and (max-width:768px) {
.agency ul{ margin:0px -10px;}
.agency ul li{ width:25%; padding:10px;}
.agency{ margin-top:30px;}
.agency ul{ padding-bottom:40px;}
}
@media only screen and (max-width:500px) {
.agency ul{ margin:0px -10px;}
.agency ul li{ width:50%; padding:10px;}
}

	 	
/*con_section*/
.con_section{background:url(../images/contact_bg.jpg) no-repeat right top; background-size:cover; position:relative; padding-bottom:80px; padding-top:50px;}
.con_section .input_main{ float:right; width:610px;  z-index:999;}
.con_section .input_main .h4{ background:url(../images/contact_ico.png) no-repeat left 15px; padding-left:70px; margin-bottom:18px;}
.con_section .input_main h4{ font-size:30px; color:#0068b4; font-weight:bold; margin-top:2px;}
.con_section .input_main h6{ font-size:20px; color:#999; font-family:'lora';}
.con_section .input_main .p{ margin-bottom:20px;}

.con_section .in_email{ font-size:14px; line-height:46px;height:48px; padding-left:0px; width:100%; border:none; border:1px solid #eee; color:#808080; margin-bottom:20px; background-color:#fff;transition: 0.5s all;-webkit-transition: 0.5s all;-o-transition: 0.5s all; -moz-transition: 0.5s all;-ms-transition: 0.5s all; position:relative; padding-left:15px;}
.con_section .in_tel{ font-size:14px; line-height:46px;height:48px;  width:100%; border:none; border:1px solid #eee; color:#808080; margin-bottom:20px; background-color:#fff;  transition: 0.5s all;-webkit-transition: 0.5s all;-o-transition: 0.5s all; -moz-transition: 0.5s all;-ms-transition: 0.5s all; position:relative; padding-left:15px;}
.con_section .in_message{line-height:34px; font-size:14px; height:112px; padding-left:15px; width:100%; color:#808080; border:none; border:1px solid #eee; margin-bottom:20px;  background-color:#fff; transition: 0.5s all;-webkit-transition: 0.5s all;-o-transition: 0.5s all; -moz-transition: 0.5s all;-ms-transition: 0.5s all; position:relative;}
.con_section .btn_1{ line-height:50px; height:50px;background:#0068b4; font-size:14px; font-weight:bold; border:none; color:#fff; text-transform:uppercase; position:relative;transition: 0.5s all;-webkit-transition: 0.5s all;-o-transition: 0.5s all; -moz-transition: 0.5s all;-ms-transition: 0.5s all; width:100%;}
.con_section .btn_1:hover{ background:#7dba2f; color:#fff;}
.con_section .btn_1::before{content: '';position: absolute;top: 0;left: 0;width: 100%;height: 100%;z-index: 1;opacity: 0;background-color: rgba(255,255,255,0.15);-webkit-transition: all 0.4s;-moz-transition: all 0.4s;-o-transition: all 0.4s;transition: all 0.4s;-webkit-transform: scale(0.5, 1);transform: scale(0.5, 1);} 
.con_section .btn_1:hover::before{opacity: 1;-webkit-transform: scale(1, 1);transform: scale(1, 1);}


.con_section  .item{ font-size:15px; margin-top:20px;}
.con_section  .item  span{ background:url(../images/contact_ico2.png) no-repeat left center; padding-left:30px; color:#0068b4;}
.con_section  .item  a{ display:inline-block; color:#333; padding:0px 18px; position:relative;}
.con_section  .item  a:after{ position:absolute; width:1px; height:12px; top:50%; right:0px; margin-top:-6px; content:''; background:#333;}
.con_section  .item  a:last-child{ padding-right:0px;}
.con_section  .item  a:last-child:after{ content:none;}
.con_section  .item  a:hover{ color:#0068b4;}


.con_section  .item  a:nth-child(3n+1){animation-delay: 0s;}
.con_section  .item  a:nth-child(3n+2){animation-delay: 0.1s;}
.con_section  .item  a:nth-child(3n+3){animation-delay: 0.2s;}

@media only screen and (max-width:768px) {
.con_section .input_main{ width:100%;}
.con_section{ padding-bottom:40px;}
.con_section .input_main h4{ font-size:24px;}
.con_section .input_main h6{ font-size:16px;}
}

.pro_con{ background:none;}
.pro_con .input_main{ float:none; width:100%; background:url(../images/contact-form.png) repeat-x left top; box-shadow:0px 0px 10px rgba(0,0,0,0.15); padding:50px;}

/*footer*/
#footer{ background:#333 url(../images/footer_bg.png) no-repeat 10% center; padding-bottom:44px; padding-top:38px; color:#d6d6d6; font-size:14px;}
#footer ul li{ list-style:none;}
#footer .modules a{ color:#d6d6d6;}
#footer .modules a:hover{ color:#0068b4;}

#footer .title_h4{ display:none;}
#footer .footer_about{ float:left; width:23%;padding-right:3%; margin-top:20px;}
#footer .footer_follow{ float:left; width:26%; padding-right:0%; margin-top:20px;}
#footer .footer_con{ float:left; width:27%; padding-right:5%; margin-top:20px;}
#footer .footer_map{ float:left; width:24%;}
@media only screen and (max-width:768px) {
#footer{ padding:20px 0;}
#footer .title_h4{ display:block;}
#footer .footer_about{ float:left; width:100%;padding-right:0%; text-align:center;}
#footer .footer_follow{ float:left; width:100%; padding-right:0%;}
#footer .footer_con{ float:left; width:100%; padding-right:0%; margin-top:0px;}
#footer .footer_map{ float:left; width:100%;}
}
.footer_about .footer_logo{margin-bottom:20px;}
.footer_about .footer_sns a{ display:inline-block; width:30px; height:30px; border:1px solid rgba(255,255,255,0.08); margin-right:4px;}
.footer_about .footer_sns a img{ opacity:0.3;}
.footer_about .footer_sns a:hover{ background:#0068b4; border:1px solid #0068b4;}
.footer_about .footer_sns a:hover img{ opacity:1;}

#footer .footer_con ul li{ padding:7px 0; line-height:24px;}
#footer .footer_con ul li{ line-height:22px; padding:6px 0;}
#footer .footer_con ul li a{ line-height:22px;}
#footer .footer_con ul .li1{ background:url(../images/footer_add.png) no-repeat left 10px; padding-left:30px;}
#footer .footer_con ul .li2{ background:url(../images/footer_tel.png) no-repeat left 7px; padding-left:30px;}
#footer .footer_con ul .li3{ background:url(../images/footer_whatsapp.png) no-repeat left 7px; padding-left:30px;}
#footer .footer_con ul .li4{ background:url(../images/footer_email.png) no-repeat left 9px; padding-left:30px;}


#footer .footer_follow ul li{ font-size:14px; color:#fff; line-height:36px; float:left; width:50%; border-left:1px solid #434343; padding-left:22px; position:relative;}
#footer .footer_follow ul li:before{ background:#0068b4; content:''; left:-1px; position:absolute; width:2px;  height:0; top:10%;transition: 0.5s all;-webkit-transition: 0.5s all;-o-transition: 0.5s all; -moz-transition: 0.5s all;-ms-transition: 0.5s all;}
#footer .footer_follow ul li:hover:before{ height:80%;}
.footer_map .map{ border-radius:5px; border:5px solid #5c5c5c;}
.footer_map .map img{ width:100%;}


*:focus {outline: none;} 
#footer .title_h4{font-size:22px; color:#fff;  margin-bottom:24px; text-transform:capitalize;}
@media only screen and (max-width: 768px) {
#footer .title_h4{ position:relative; margin-top:0; background:rgba(255,255,255,0.1); font-size:14px; padding-bottom:0px; padding:4px 10px; margin-bottom:15px;}
#footer .title_h4:after {
  display: block;
  content: "\f078";
  font-family: "FontAwesome";
  position: absolute;
  right:15px;
  cursor:pointer; font-size:14px; top:3px;
  color:#fff;
}
#footer .title_h4.active:after {
    content: "\f077";
}
}


.footer_bottom { background:#0068b4; padding:12px 0;font-size:12px; color:#fff; text-align:center; line-height:22px;}
.footer_bottom  a{ color:#fff; font-size:12px;}

/*service*/
.online_section{position:fixed;z-index:9999998;top:200px;right:-184px;transition:all .3s ease; }
.online_section ul li{ list-style:none;width:220px;height:36px;color:#555; padding-left:42px; margin-bottom:3px;transition:all .5s ease;overflow:hidden; margin-bottom:3px; line-height:36px; font-size:13px;}
.online_section ul li a{ line-height:36px; font-size:13px; color:#fff;}
.online_section .online_tel{background:#fff url(../images/online_t.png) no-repeat; border:2px solid #7dba2f;}
.online_section .online_email{background:#22a8db url(../images/online_e.png) no-repeat;}
.online_section .online_whatsapp{background:#fff url(../images/online_w.png) no-repeat; border:2px solid #7dba2f;}
.online_section .online_skype{background:#22a8db url(../images/online_s.png) no-repeat;}
.online_section .online_coad{background:#fff url(../images/online_c.png) no-repeat; padding:0px; border:2px solid #7dba2f;}
.online_section .online_coad p{ padding-left:42px; font-weight:bold; color:#333; font-size:12px;}
.online_coad .img{ max-width:150px; padding:10px 30px; padding-top:0px;}

@media only screen and (max-width: 768px) {.online_section{display:none;}}


/*footer_nav*/
.footer_nav,.height{ display:none}
@media only screen and (max-width: 768px) {
.footer_nav{width: 100%; position:fixed; bottom:0; display:block; overflow:hidden; z-index:999999}
.height{ height:50px; display:block}
.footer_nav{background:#0068b4;padding:12px 0 5px; border-top:2px solid #fff;}
.footer_nav ul  li{ float:left; width:20%; text-align:center;  list-style:none; padding:0px 10px;}
.footer_nav ul li i{ font-size:16px; color:#fff;}
.footer_nav ul li:nth-child(4){ float:right;}
.footer_nav ul li:nth-child(5){ float:right;}
.footer_nav ul li p{color:#fff;font-size:13px;margin-top:3px;text-transform:capitalize; line-height:12px;}
}
@media only screen and (max-width: 375px) {.footer_nav ul li p{ display:none;} .height{ height:43px;}}

/*service*/
#online_qq_layer{z-index:9999999;position:fixed;right:0px;bottom:0; }
#floatShow{display:block;}
#floatHide{display:none;}
#online_qq_tab{position:relative;z-index:9;}
#online_qq_tab #floatShow{overflow:hidden;background:url(../images/ser_2.png) no-repeat left bottom;  height:36px; width:170px; padding-top:5px; font-size:12px; padding-left:42px; text-transform:uppercase; color:#fff; font-weight:bold;}
@media only screen and (min-width:768px) {
#online_qq_tab #floatShow:hover{ width:180px;}
}
#online_qq_tab #floatShow img{ max-height:24px; float:right; margin-top:6px;}
#online_qq_tab #floatHide img{ max-height:32px; float:right; margin-top:2px;}
#online_qq_tab #floatHide{overflow:hidden;background:#0068b4 url(../images/ser_1.png) no-repeat left center; width:100%; height:40px; font-size:13px;  color:#fff; line-height:40px; padding-left:50px; width:300px;text-transform:capitalize; margin-right:10px; font-weight:bold; }
#onlineService{display:inline;width:300px; overflow: hidden;display:none;background: #fff; font-size:13px;box-shadow:0px 0px 10px rgba(0,0,0,0.2); border:1px solid #eee; margin-right:10px;}
#online_qq_tab #floatHide:after{ position:absolute; right:9px; top:0px; height:36px; width:48px; content:'';background:url(../images/ser_3.png) no-repeat left center;}

.web_inquiry .p{ font-size:13px;color:#555; line-height:22px; margin-bottom:10px;}
.web_inquiry{ padding:15px;}
.web_inquiry .input_1{ line-height:38px; height:38px; border:1px solid #ddd;  padding-left:10px; width:100%; background:none; color:#777; margin-bottom:15px; font-size:12px;}
.web_inquiry .input_1:focus{ color:#333;border:1px solid #0068b4; }
.web_inquiry .input_2{ line-height:26px; height:80px; border:1px solid #ddd;  padding-left:10px; width:100%; background:none; color:#777; margin-bottom:15px; font-size:12px;}
.web_inquiry .input_2:focus{ color:#333;border:1px solid #0068b4;}

.web_inquiry .btn_1{ line-height:36px; height:36px; background:#0068b4 ; display:inline-block; font-size:12px; color:#fff; text-transform:uppercase;-webkit-transition: 0.5s all;-o-transition: 0.5s all; -moz-transition: 0.5s all;-ms-transition: 0.5s all; padding:0px 32px; border:none; font-weight:bold; }
.web_inquiry .btn_1 i{ margin-right:6px;}
.web_inquiry .btn_1::before{ line-height:36px !important;}

@media only screen and (max-width: 768px) {
#onlineService{ width:100%;}
#online_qq_layer{ width:100%;}
#online_qq_tab{ width:100%;}
#online_qq_tab #floatShow{ background:url(../images/inquiry_ico.png) no-repeat; width:46px; height:46px; position:absolute; left:50%; bottom:10px; margin-left:-23px; padding-left:46px;}
#online_qq_tab #floatHide{ width:100%; background:#0068b4 url(../images/ser_1.png) no-repeat left center; width:100%; height:36px;}
}
/*back-top*/
.totop{width:46px; height:46px; position:fixed; right:30px; bottom:80px; z-index:9999; display:none; background:url(../images/top.png) no-repeat center center;-moz-transition: all 0.5s;-o-transition: all 0.5s;-webkit-transition: all 0.5s;transition: all 0.5s; border-radius:50%;}
.totop:hover{ bottom:90px;}
@media only screen and (max-width: 768px) {.totop{  display:none; bottom:80px;}.totop:hover{ bottom:80px; }.totop{ background-size:40px; max-width:40px; height:40px;}}


/*n_main*/
.mbx_section{position:relative; background:#f7f7f7; text-align:center; padding:6px 0; margin-bottom:30px;}
.mbx_section .h4{ color:#333; font-size:30px; text-transform:capitalize; line-height:40px;}
.mbx_section .mbx{font-size:13px;margin-top:0px;}
.mbx_section .mbx a{color:#777; font-size:13px; border-bottom:1px solid rgba(255,255,255,0);}
.mbx_section .mbx a:hover{ color:#0068b4; border-bottom:1px solid #0068b4;}
.mbx_section .mbx a i{ margin-right:4px; color:#0068b4;}
.mbx_section .mbx span{ font-size:13px; color:#dcdcdc;  margin:0px 10px;}
.mbx_section .mbx h2{ color:#777; font-size:13px; display:inline-block;}

.mbx_section .icon i{ font-size:17px; color:#fff; line-height:36px; width:36px; border-radius:5px; background:#0068b4; text-align:center; border-bottom:2px solid #33678b; position:absolute; left:0px; bottom:0px; line-height:36px;}
@media only screen and (max-width: 768px) {
	.mbx_section  .h4{ width:100%; text-align:center; font-size:22px;}
	.mbx_section .mbx{ width:100%; text-align:center; margin-top:0px;}
	.mbx_section h4{ border-bottom:none;}
	.mbx_section .icon i{ display:none;}
	.mbx_section{ padding-left:0;}
	.mbx_section h4{ margin-top:10px; line-height:24px;}
}
.n_main{ padding:0 0 60px; color:#666;}
.n_banner img{ width:100%;}
.contact .h4 h4{ color:#333;font-size:24px; margin-bottom:20px;font-family:'frankruhllibre'; text-transform:capitalize; text-align:center;}
.contact .h4 .p{ text-align:center; font-size:13px; color:#999; margin-bottom:30px;}
@media screen and (max-width: 768px) {
.section_title{ font-size:20px;}
}

.prom_r{ float:right; width:28%; padding-left:50px;}
.prom_l{ float:left; width:72%;}
.n_left{ float:left; width:28%; padding-right:50px;}
.left_h4{ color:#333; font-size:24px; text-transform:capitalize; padding-bottom:10px; background:url(../images/title_line3.png) no-repeat left bottom;}

.nav_h4{ color:#333; font-size:24px; position:inherit; text-transform:capitalize; margin-bottom:20px;}

.n_right{ float:right; width:72%;}
.n_left .block{ margin-bottom:30px;}
@media only screen and (max-width:768px) {
.n_left{ width:100%; padding-right:0;}
.n_right{ width:100%; border-left:none !important; padding-left:0px;}
.left_h4 span{ background:none;}



.left_h4{ position: relative;  margin-bottom:20px; background:none; text-align:left !important; background:#0068b4 !important; padding:0px 10px; line-height:36px; color:#fff !important; font-size:16px !important; border-bottom:none;}
.left_h4:after {
  display: block;
  content: "\f107";
  font-family: "FontAwesome";
  position: absolute;
  right:15px;
  cursor:pointer; font-size:20px; top:0px;
  color:#fff;
}
.left_h4.active:after {
    content: "\f106";
}
.n_left .toggle_content { padding-bottom:30px;}
.nav_h4{ position:relative; margin-bottom:20px;color:#fff; background:#0068b4; padding:3px 10px; font-size:16px;}
.nav_h4:before{ content:none;}
.nav_h4:after {
  display: block;
  content: "\f107";
  font-family: "FontAwesome";
  position: absolute;
  right:15px;
  cursor:pointer; font-size:20px; top:4px;
  color:#fff;
}
.nav_h4.active:after {
    content: "\f106";
}
}
/*contact*/
.com_ul{ margin-top:30px; margin-bottom:50px;}
.com_ul a:hover{ color:#0068b4;}
.com_ul .h4 span{ color:#333; font-size:26px;text-transform:uppercase; text-align:center;background:#fff; padding:0px 30px; display:inline-block;}
.com_ul li{ list-style:none; text-align:center;}
.com_ul li .li{padding:30px 15px; transition: 0.5s all;-webkit-transition: 0.5s all;-o-transition: 0.5s all; -moz-transition: 0.5s all;-ms-transition: 0.5s all;  background:#f7f7f7;}
.com_ul li .li .icon{ width:60px; height:60px;border-radius:50%; display:inline-block; overflow:hidden; color:#fff; background:#0068b4;font-size:20px;transition: 0.5s all;-webkit-transition: 0.5s all;-o-transition: 0.5s all; -moz-transition: 0.5s all;-ms-transition: 0.5s all;}
.com_ul li .li:hover .icon{-moz-transform:scaleX(-1);-webkit-transform:scaleX(-1);-o-transform:scaleX(-1);transform:scaleX(-1);filter:FlipH; transform: rotateY(180deg); }
.com_ul li .li .icon i{ line-height:60px;}
.com_ul li .li h4,.com_ul li .li h4 a{ color:#333; font-size:16px;transition: 0.5s all;-webkit-transition: 0.5s all;-o-transition: 0.5s all; -moz-transition: 0.5s all;-ms-transition: 0.5s all; line-height:20px;overflow:hidden;margin:15px 0 5px; font-weight:bold;  text-transform:uppercase; margin-bottom:15px; margin-top:20px;}
.com_ul li .li p{ font-size:14px; color:#808080;transition: 0.5s all;-webkit-transition: 0.5s all;-o-transition: 0.5s all; -moz-transition: 0.5s all;-ms-transition: 0.5s all;}
.com_ul li .li em{ font-style:normal;transition: 0.5s all;-webkit-transition: 0.5s all;-o-transition: 0.5s all; -moz-transition: 0.5s all;-ms-transition: 0.5s all;color:#0068b4; font-size:16px; margin:10px 0; display:inline-block; font-weight:bold; }
.com_ul li .li em i{ margin-left:10px;}
.com_ul .con_info{ margin-top:50px; text-align:center; margin-bottom:50px;padding-bottom:30px; padding-top:30px;}
.com_ul .con_infop{ line-height:30px; font-size:13px; color:#777;}

.contact { margin-bottom:40px;}
.contact map{ margin-top:20px;}
.contact .con_infop{ padding-top:10px; font-size:13px;}
.contact .contact_section .contact_box{ text-align:left; margin-left:0px;}
.contact .contact_inq .req{ font-size:14px; color:#555; margin-bottom:20px;}
.contact .contact_inq .req span{ color:red;}
.contact_inq .p{ font-size:13px; color:#777; line-height:24px; max-height:48px; overflow:hidden; margin-bottom:15px;}
.contact_inq .input_1{ font-size:13px; line-height:46px;height:46px; padding-left:20px; width:100%; background:#fff; color:#999; margin-bottom:15px; border:1px solid #ddd;}
.contact_inq .input_1:focus{ border:1px solid #0068b4; color:#333;}
.contact_inq .input_2{line-height:40px; font-size:13px; height:100px; padding-left:20px; width:100%; background:#fff; color:#999; border:1px solid #ddd; margin-bottom:15px;}
.contact_inq .input_2:focus{border:1px solid #0068b4; color:#333;}

.contact_inq .in_email{ background:#fff url(../images/inquiry_email.png) no-repeat  8px center; padding-left:40px;}
.contact_inq .in_tel{ background:#fff url(../images/inquiry_tel.png) no-repeat  8px center; padding-left:40px;}
.contact_inq .in_message{ background:#fff url(../images/inquiry_message.png) no-repeat 8px 10px; padding-left:40px;}




.contact_email{ float:right;}
.contact_email .email{ background:url(../images/con_bg.jpg) no-repeat center center; background-size:cover; padding:50px 30px;}
.contact_email .email h4{ font-size:26px; color:#fff; text-transform:capitalize;line-height:40px; text-transform:capitalize;}
.contact_email .email p{ color:#fff0e0; line-height:24px; height:72px; overflow:hidden; margin:10px 0;}
.contact_email .email .email_main{ background:#fff; line-height:50px; height:50px; width:100%; padding-left:10px; border:none; color:#999; border-radius:30px;}
.contact_email .email_btn{ background:#0068b4; line-height:50px; height:50px; width:100%; padding-left:10px; border:none; color:#fff;text-transform:uppercase; font-size:14px; margin-top:15px; border-radius:30px;}

.contact .coad{ margin-top:15px; border-top:1px solid #eee; padding-top:10px;}
.contact .coad h4{ font-size:16px; font-weight:bold; color:#555; margin-bottom:10px;}
.contact .coad img{ max-width:100px;}

@media screen and (max-width: 768px) {
.contact_m{ padding:0px;}
.con_map{ margin-top:20px;}
.com_ul li { margin-bottom:15px;}
.com_ul li .li h4{ margin:5px 0;}
.contact_email { width:100%;}
.contact_email{ margin-top:20px;}
.com_ul{ margin-bottom:20px;}

.com_ul li .li{ background:#fafafa;}
}

/*news*/
.news .news_nav{ text-align:center; padding-bottom:20px; margin-bottom:20px;}
.news .news_nav a{ display:inline-block; line-height:40px; padding:0px 26px; background:#eee; color:#333; font-weight:bold;}
.news .news_nav .active,.news .news_nav a:hover{ background:#0068b4; color:#fff;}

.news .img{ width:100%; margin-right:20px; overflow:hidden; display:block; border-radius:5px;  border-bottom-left-radius:50% 30%; border-bottom-right-radius:50% 30%;}
.news .img img{ width:100%;}
.news  ul li{ list-style:none; margin-bottom:30px;}
.news  ul li .li{ background:#fafafa;}
.news  ul li .text{ padding:20px; padding-top:0px; margin-top:10px;padding-bottom:30px;}
.news  ul li h4 a{font-size:16px;color:#333; margin-top:20px; font-weight:bold; display:block; line-height:24px; overflow:hidden; height:24px; overflow:hidden;}
.news  ul li p{ font-size:13px; color:#999; max-height:60px; overflow:hidden; line-height:30px; }
.news  ul li h4:hover a{ color:#0068b4;}
.news  ul li:hover img{transform: scale(1.1);}

.news  ul li .n_more a , .blog_list .n_more a{ margin-top:15px; font-size:12px; line-height:34px;}
.news  ul li .n_more a i , .blog_list .n_more a i{ line-height:34px;}
@media only screen and (max-width: 420px) {.news ul li{ width:100%;}}
/*翻页*/
.page_p{ margin:30px auto 0px;text-align:center; width:100%; font-size:13px;}
.page_p a{ display:inline-block; font-size:13px; line-height:34px; padding:0px 12px; margin-left:5px; color:#555; margin-top:5px;transition: 0.2s; -webkit-transition: 0.2s;	-moz-transition: 0.2s;	-o-transition: 0.2s; border:2px solid #eee;}
.page_p a i{ line-height:34px;}
.page_p a:hover{ background:#0068b4; color:#fff !important; border:2px solid #0068b4;}
.total{ font-size:12px; line-height:24px; color:#333; margin-top:10px;}
.total span{ color:#0068b4;}
.page_p>span{ padding:0px 12px;  border:2px solid #0068b4;line-height:34px; background:#0068b4; color:#fff; display:inline-block; margin-left:5px;}

.cbp-vm-view-grid .page_more{ display:none;}
.page_more i{ display:none;}
.page_more a{ display:inline-block; line-height:22px; border-radius:5px; border:2px solid #0068b4; color:#0068b4; text-align:center; padding:4px 30px; text-transform:uppercase; font-size:18px; margin-top:20px;}
.page_more a span{ color:#0068b4; font-size:14px;transition: 0.5s all;-webkit-transition: 0.5s all;-o-transition: 0.5s all; -moz-transition: 0.5s all;-ms-transition: 0.5s all;}
.page_more a:hover{ background:#0068b4;}
.page_more a:hover span{ color:#fff;}


#pre_next{ margin:10px 0; list-style:none; font-size:13px; background:#f7f7f7; padding:6px 15px; margin-top:20px;}
#pre_next li{ padding:4px 0px; border-bottom:none; margin-bottom:0px; border-left:none;}
#pre_next span{color:#555;transition: 0.5s all;-webkit-transition: 0.5s all;-o-transition: 0.5s all; -moz-transition: 0.5s all;-ms-transition: 0.5s all; text-align:center;padding:5px 0px; font-weight:bold;   text-transform:uppercase; font-size:14px;}
#pre_next span i{ margin-right:6px;transition: 0.5s all;-webkit-transition: 0.5s all;-o-transition: 0.5s all; -moz-transition: 0.5s all;-ms-transition: 0.5s all; color:#0068b4; background:none; line-height:26px; font-size:13px; text-align:center; border-radius:5px;}
#pre_next a{ color:#777; font-size:13px;}
#pre_next li:hover a{color:#0068b4;}

#pro_page{ list-style:none; margin-top:10px;}
#pro_page span{ font-size:14px; text-transform:capitalize; color:#444;}
#pro_page li{ padding:2px 0px;}
@media (max-width:768px){ .pre{ float:none; width:100%;} .next{ float:none; width:100%;}}

/*products-tab*/
#parentHorizontalTab02{margin:0;text-align:left;padding:0px;text-align:left;}
#parentHorizontalTab02 ul.resp-tabs-list {margin: 0px;padding: 0px; background:url(../images/stay_ico.png) no-repeat left center;color:#333; padding:4px 0px; line-height:30px; text-transform:capitalize;font-size:20px; padding-left:20px; border-bottom:1px solid #eee;}
#parentHorizontalTab02 .resp-tabs-list li {display: inline-block;list-style: none;cursor: pointer; text-transform:capitalize;color:#333;text-align:center; background:#808080 !important; padding:0px; font-size:24px;}
#parentHorizontalTab02 .resp-tabs-container div table{max-width:100%;}
#parentHorizontalTab02 .resp-tabs-container {padding: 15px 0px;clear: left; background:none;}

#parentHorizontalTab02 em.resp-accordion {cursor: pointer;padding: 5px;display: none;padding:3px 15px !important;}
#parentHorizontalTab02 .resp-tab-content {display: none;}
#parentHorizontalTab02 .resp-tabs-list li:hover{background:#333;}
#parentHorizontalTab02 .resp-tabs-list li.resp-tab-active {color:#333;z-index:99; background-color:#fff !important; }
#parentHorizontalTab02 .resp-content-active,#parentHorizontalTab02 .resp-accordion-active {display: block;}
#parentHorizontalTab02 em.resp-accordion {font-size: 18px;margin: 0px;background:#f8f8f8;margin-bottom:1px; color:#333;font-style:normal; margin-bottom:10px;font-family:'frankruhllibre'; text-transform:capitalize;}
#parentHorizontalTab02 em.resp-tab-active {margin-bottom: 0px !important;}
#parentHorizontalTab02 em.resp-tab-title:last-child {border-bottom: 12px solid #c1c1c1 !important;background: blue;}
#parentHorizontalTab02 .resp-vtabs ul.resp-tabs-list {float: left;width: 30%;}
#parentHorizontalTab02 .resp-vtabs .resp-tabs-list li {
    display: block;
    padding: 15px 15px !important;
    margin: 0 0 4px;
    cursor: pointer;
    float: none;
}
#parentHorizontalTab02 .resp-vtabs .resp-tabs-container {
    padding: 0px;
    background-color: #fff;
    border: 1px solid #c1c1c1;
    float: left;
    width: 68%;
    min-height: 250px;
    border-radius: 4px;
    clear: none;
}

#parentHorizontalTab02 .resp-vtabs .resp-tab-content {border: none;word-wrap: break-word;}
#parentHorizontalTab02 .resp-vtabs li.resp-tab-active { 
position: relative;
z-index: 1;
margin-right: -1px !important;
padding: 14px 15px 15px 14px !important;
border-top: 1px solid;
border: 1px solid #5AB1D0 !important;
border-left: 4px solid #5AB1D0 !important;
margin-bottom: 4px !important;
border-right: 1px #FFF solid !important;
}
#parentHorizontalTab02 .resp-arrow {
    width: 0;
    height: 0;
    float: right;
    margin-top: 10px;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-top: 7px solid #c1c1c1;
}
#parentHorizontalTab02 em.resp-tab-active span.resp-arrow {
    border: none;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-bottom: 7px solid #fff;
}
#parentHorizontalTab02 em.resp-tab-active {background: #0068b4  !important; color:#fff;}
#parentHorizontalTab02 .resp-easy-accordion em.resp-accordion {display: block;}
#parentHorizontalTab02 .resp-easy-accordion .resp-tab-content {border: 1px solid #1268bf;}
#parentHorizontalTab02 .resp-easy-accordion .resp-tab-content:last-child {border-bottom: 1px solid #1268bf;/* !important;*/}
#parentHorizontalTab02 .resp-jfit {width: 100%;margin: 0px;}
#parentHorizontalTab02 .resp-tab-content-active {display: block;}


@media only screen and (max-width: 768px) {
	#main-btn{padding:2% 6%;}
	#parentHorizontalTab02{padding:0;}
    #parentHorizontalTab02 ul.resp-tabs-list {display: none;}
    #parentHorizontalTab02 em.resp-accordion {display: block;}
    #parentHorizontalTab02 .resp-vtabs .resp-tab-content {border: 1px solid #C1C1C1;border:1px solid #0068b4;border-top:none;padding:8px 15px 8px 15px;}
    #parentHorizontalTab02 .resp-vtabs .resp-tabs-container {
        border: none;
        float: none;
        width: 100%;
        min-height: 100px;
        clear: none;
    }
    #parentHorizontalTab02 .resp-accordion-closed {display: none !important;}
    #parentHorizontalTab02 .resp-vtabs .resp-tab-content:last-child {border-bottom: 1px solid #c1c1c1 !important;}
	#parentHorizontalTab02 .resp-tabs-container{ padding-top:0px;}
}

/*products*/
.products ul li{ list-style:none; padding-bottom:30px; margin-bottom:30px; border-bottom:1px solid #eee;}
.products ul li .img{ float:left; width:36%; padding-right:5%;}
.products ul li .text{ float:left; width:64%;}
.products ul li .text h4 a{ font-size:22px; color:#333; line-height:30px; font-weight:bold; display:block; margin:10px 0 20px;}
.products ul li .text p{ line-height:26px; max-height:78px; overflow:hidden; color:#808080; font-size:12px;}
.products ul li .text .tags{ margin-top:20px;}
.products ul li .text .tags span{ font-size:14px; color:#333;}
.products ul li .text .tags a{ display:inline-block; padding:0px 10px; background:#f7f7f7; font-size:12px; line-height:26px;}
.products ul li .text .tags a i{ margin-right:6px; font-size:12px;}

.n_more a{ background:#0068b4; border-radius:30px; display:inline-block; padding:0px 34px; line-height:40px; font-size:14px; color:#fff; margin-top:30px; position:relative; overflow:hidden;}
.n_more a i{ margin-left:10px; line-height:40px;}

.products ul li:first-child{background:#f7f7f7; border:1px solid #eee; padding-bottom:0px; margin-bottom:50px;}
.products ul li:first-child .text .tags a{ background:#fff;}
.products ul li:first-child .text{ width:50%; padding-right:30px;}
.products ul li:first-child .img{ width:50%; padding-right:30px;}
.products ul li:first-child  h4 a{ color:#0068b4; margin-top:30px; font-size:26px;}
.products ul li:nth-child(2n) .img{ float:right; padding-right:0px; padding-left:50px;}

@media only screen and (max-width:768px) {
.products ul li:first-child{ padding:15px;}
.products ul li:first-child h4 a{ margin-top:0px;}
.products ul li .img{ width:50%;}
.products ul li .text{ width:50%;}
.products ul li .text h4 a{ margin:0px; font-size:14px;}
.n_more a{ line-height:32px; font-size:12px; padding:0px 20px;}
.n_more a i{ line-height:32px;}
}
@media only screen and (max-width:420px) {
.products ul li .img{ width:100% !important; padding:0px !important; margin:0px !important;}
.products ul li .text{ width:100% !important;}

}
/*products_main*/
.products_main .item_section{ background-size:cover !important; position:relative; min-height:450px; overflow:hidden;}
.products_main .item_section img{ width:100%;}
.products_main .item_section .overly{ width:50%; background:rgba(255,255,255,0.6); position:absolute; left:-20%; top:-30%; height:200%; padding:20px; transform:rotate(20deg);-ms-transform:rotate(20deg);-moz-transform:rotate(20deg);-webkit-transform:rotate(20deg); -o-transform:rotate(20deg); z-index:33; border:4px solid #0068b4;}
.products_main .item_section .text{ float:left; position:absolute; left:0px; top:0px; width:50%; padding:5%; z-index:55;}
.products_main .item_section .text h1{ color:#0068b4; font-size:30px; font-weight:bold; line-height:30px; display:inline-block; margin-bottom:15px;}
.products_main .item_section .text h6{ font-size:16px; color:#666; font-weight:bold; margin-bottom:10px;}
.products_main .item_section .text ul li{ margin:4px 0; font-size:14px;}
.products_main .item_section .text a{background:#0068b4 url(../images/quoite_ico.png) no-repeat 14px center; border-radius:30px; display:inline-block; padding:0px 34px 0px 50px; line-height:40px; font-size:14px; color:#fff; margin-top:20px; position:relative; overflow:hidden; background-size:24px; font-weight:bold;}
.products_main .item_section .img{ float:right; width:50%; padding-left:30px;}

.products_main .detail{ margin-top:50px; margin-bottom:30px;}
.section_title{ margin-top:30px; font-weight:bold; color:#333; padding:4px 0px; line-height:30px; text-transform:capitalize;font-size:24px; padding-bottom:15px; border-bottom:1px solid #eee; position:relative; margin-bottom:30px;}
.section_title:before{width:12px; height:12px; border-radius:50%; background:#eee; content:''; position:absolute; left:0px; bottom:-6px;}

@media only screen and (max-width:768px) {
.products_main .item_section .overly{ display:none;}
.products_main .item_section .text{ position:inherit; width:100%; padding:0px; margin-top:20px;}
.pro_con .input_main{ padding:20px;}

}

/*inquiry*/
.inquiry_line{overflow:hidden;}
.inquiry{ background:#fafafa;}
.inquiry .section_title{ margin-bottom:10px;}
.inquiry .p{ font-size:13px; color:#777; text-align:left;line-height:24px; max-height:48px; overflow:hidden; margin:16px 0;}
.inquiry .contact_box{ text-align:left; margin-left:0px;}
.inquiry .contact_box .input_1{ font-size:13px; line-height:46px; height:46px; padding-left:35px; width:100%; background:#fff; color:#999; margin-bottom:20px; border:1px solid #ddd; border-radius:0px;}
.inquiry .contact_box .input_1:focus{ border:1px solid #0068b4; background-color:#fff;}
.inquiry .contact_box .input_2{line-height:40px; font-size:13px; height:100px; padding-left:35px; width:100%; background:#fff; color:#999; border:1px solid #ddd; margin-bottom:10px; border-radius:0px;}
.inquiry .contact_box .input_2:focus{border:1px solid #0068b4; background-color:#fff;}
.inquiry .btn_1{ line-height:42px; height:42px; padding:0px 26px; background:#003e85; border:none; color:#fff; text-transform:uppercase; margin-top:10px; position:relative;}
.inquiry .btn_1::before{content: '';position: absolute;top: 0;left: 0;width: 100%;height: 100%;z-index: 1;opacity: 0;background-color: rgba(255,255,255,0.15);-webkit-transition: all 0.4s;-moz-transition: all 0.4s;-o-transition: all 0.4s;transition: all 0.4s;-webkit-transform: scale(0.5, 1);transform: scale(0.5, 1);} 
.inquiry .btn_1:hover::before{opacity: 1;-webkit-transform: scale(1, 1);transform: scale(1, 1);}





.inquiry .contact_box .in_email{ background:#fff url(../images/inquiry_email.png) no-repeat 15px center; padding-left:50px;}
.inquiry .contact_box .in_tel{ background:#fff url(../images/inquiry_tel.png) no-repeat  15px center; padding-left:50px;}
.inquiry .contact_box .in_message{ background:#fff url(../images/inquiry_message.png) no-repeat 15px 10px; padding-left:50px;}


.subject_title{ border:1px solid #ddd ;background:#fafafa;  border-radius:0px; line-height:46px; height:46px; padding:0px 10px; margin-bottom:20px; padding-left:15px;}
.subject_title a{ color:#0068b4;}
.subject_title span{ font-size:13px; color:#777; margin-right:10px;}

/*rel_pro*/
.rel_pro ul li{ list-style:none; margin-bottom:30px;}
.rel_pro ul li .li{ background:#f7f7f7;}
.rel_pro ul li .img{ float:left; width:50%; border-bottom-right-radius: 20% 50%;  border-top-right-radius: 20% 50%; overflow:hidden; margin-right:30px;}
.rel_pro ul li:hover .img img{transform: scale(1.1);}
.rel_pro ul li h4 a{ display:block; margin-top:20px; font-size:18px; font-weight:bold; color:#333;}
.rel_pro ul li h4 a:hover{ color:#0068b4;}
.rel_pro ul li p{ line-height:26px; height:52px; overflow:hidden; font-size:12px; color:#808080; margin-top:10px;}
.rel_pro ul li .more{ font-size:12px; border-bottom:1px solid #0068b4; font-weight:bold; color:#0068b4;}
.rel_pro ul li .more:hover{ color:#7dba2f; border-bottom:1px solid #7dba2f;}

/*blog_left*/
.blog_left{ float:left; width:75%; padding-right:60px;}
.blog_right{ float:left; width:25%;}
.blog_right .blog_nav{ padding:15px; border-left:1px solid #eee; border-right:1px solid #eee; background:#fafafa; border-top:1px solid #eee;}
.blog_right .blog_nav2{ border-top:none; border-bottom:1px solid #eee;}
@media only screen and (max-width:768px) {
.blog_right .block{ background:none; padding:0; border:none;}
.n_main{ padding:20px 0;}
}

.blog_h4{ font-size:20px; color:#333; padding-bottom:10px; border-top:none; padding-top:0px; font-weight:bold; text-transform:capitalize; position:relative;  border-bottom:1px solid #eee; }
@media only screen and (max-width: 768px) {
.blog_left{ float:left; width:100%; padding-right:0px; margin-bottom:}
.blog_right{ float:left; width:100%;}
}


.blog_right .hot_left{ margin-bottom:30px; margin-top:30px;}
.blog_nav ul li{ list-style:none;}
.blog_nav ul li a{ font-size:12px; color:#666; line-height:22px; padding:8px 0px; display:inline-block;  display:block;}
.blog_nav ul li a i{ color:#ccc; font-size:14px; margin-right:10px;}
.blog_nav ul li a:hover{ color:#0068b4;}
.blog_nav ul li a:hover i{ color:#0068b4;}

.hot_tags{ margin-top:30px;}
.hot_tags .toggle_content a{font-size:13px; display:inline-block; color:#fff; padding:0px 12px; margin-right:4px; margin-top:4px; background:#0068b4; margin:4px;line-height:30px;}
.hot_tags .toggle_content{ margin:0px -4px; margin-top:15px;}
.hot_tags a:hover{color:#0068b4;}

.blog-info{ display:block; font-size:12px; color:#aaa;}
.blog-info i{ margin-right:4px;}
.blog-info img{ margin-right:6px; }
.blog_main h3{ font-size:19px;color:#333;margin-bottom:10px; font-weight:bold;}
.blog_main .blog_tags{ margin-top:20px;}
.blog_main .blog_tags span{ font-size:14px;text-transform:uppercase;}
.blog_main .blog_tags a{ font-size:12px; display:inline-block; color:#777;padding:0px 8px; background:#f8f8f8;}
.blog_main .blog_tags a i{ margin-right:4px; font-size:12px;}
.blog_nav ul li{ list-style:none;}
.blog_p{ margin-top:10px; border-top:1px solid #eee; padding-top:10px;}


.blog_list{list-style:none;}
.blog_list li{position:relative;list-style:none;margin-bottom:0;border:1px solid #f5f5f5;padding:25px 20px;border-radius:0;transition: 0.5s all;}
.blog_list li:hover{border-color:#0068b4;}
.blog_list li .date{color:#808080;font-size:12px;margin-top:0;display:block;}
.blog_list li .date i{ margin-right:6px;}
.blog_list li .image{display:block;overflow:hidden;margin-bottom:20px;}
.blog_list li .image img{
	max-width:100%;
	height:auto;
	-webkit-transition:all var(--transition-time,800ms);
	-o-transition:all var(--transition-time,800ms);
	transition:all var(--transition-time,800ms);
}
.blog_list li:hover .image img{
	-webkit-transform:scale(var(--scale-multiplier,1.05));
	-ms-transform:scale(var(--scale-multiplier,1.05));
	transform:scale(var(--scale-multiplier,1.05));
}
.blog_list li .title{color:#555;display:block;margin-bottom:20px;font-size:14px;line-height:26px; font-weight:bold;}
.blog_list li:hover .title{color:#0068b4;text-decoration:none;}
.blog_list li .text{color:#999;font-size:12px;line-height:24px;margin-top:15px;overflow:hidden;max-height:72px;}
.blog_list li .blog_tag li a i{ font-size:12px; margin-right:4px;}
.blog_list li .blog_tag li:hover a{color:#0068b4;}

.blog_tag{text-align:left;margin-top:15px;}
.blog_tag>p{ font-size:13px; text-transform:uppercase; color:#555; display:inline-block;}
.blog_tag>p i{padding-right:2px;}
.blog_tag li{display:inline-block;border:none;padding:0;}
.blog_tag li:last-child{padding:0;}
.blog_tag li a{font-size:12px; display:inline-block;color:#777; padding:0px 15px; background:#eee; text-transform:capitalize;}


@media only screen and (max-width: 992px) {
	.blog_list li .right{padding-left:65px;width:100%;}
}

@media only screen and (max-width: 768px) {
	.blog_list > li{padding:20px 10px;}
	.blog_list li .date{left:0;}
	.blog_list{border:none;}
	.blog_tag>p{display:block;}
	.blog_list li .right{padding-left:80px;}
	.left-blog{margin-bottom:0;}
	.blog_list li .main-more{padding:6px 20px;}
	.blog_tag li{margin:5px 3px;}
	.hot_tags{ margin-top:0px;}

}

@media only screen and (max-width: 480px) {
	.blog_list li .date{position:inherit;width:100%;}
	.blog_list li .date span{border-radius:0;height:auto;width:auto;padding:0 20px;border-radius:25px;}
	.blog_list li .date>span p{display:inline-block;padding-left:5px;}
	.blog_list li .right{padding:0;padding-top:10px;}
}





@media only screen and (max-width:500px) {
.blog_li .lileft{ display:none;}
}
.blogin{ font-size:13px; color:#aaa; margin:4px 0px;}
.blogin span{ color:#fff; margin:0px 6px;}
.blogin span i{ font-size:14px;}
.blog .blog_tags{ width:100%; margin-top:10px;}
.blog_tags span{ font-size:14px; text-transform:uppercase; color:#555; font-weight:bold; margin-right:4px;}
.blog_tags a{ font-size:13px; display:inline-block;color:#777; padding:0px 15px; background:#eee;}
.blog_tags i{ font-size:13px; margin-right:6px;}
.blog_tags a:hover{color:#0068b4;}


/*sitemap*/
.sitemap{width:100%;}
.stp-listA>li{text-transform:capitalize;margin-bottom:15px;list-style:none;padding:10px 20px;background:#f7f8f9;}
.stp-top{width:100%;}
.stp-top a{font-size:16px;text-transform:capitalize;display:block;text-transform:capitalize;color:#333; font-weight:bold; text-transform:uppercase;}
.stp-top a:hover{text-decoration:none;color:#0068b4;}
.stp-top a i{padding-left:8px;transition: 0.5s all;-webkit-transition: 0.5s all;-o-transition: 0.5s all; -moz-transition: 0.5s all;-ms-transition: 0.5s all;}
.stp-top a:hover i{padding-left:12px; color:#0068b4;}
.stp-listB{display:block;padding:10px 0;border-top:1px solid #eee;list-style:none;margin-top:5px;}
.stp-listB>li{width:25%;padding:8px 10px;float:left;overflow:hidden;}
.stp-listB>li>a{font-size:14px;line-height:22px;display:block;color:#666; }
.stp-listB>li>a:hover{color:#0068b4;}
.stp-listB li .stp-listC{width:100%;padding-top:15px;list-style:none;}
.stp-listB li .stp-listC li{width:100%;margin-bottom:10px;}
.stp-listB li .stp-listC li a{color:#808080;font-size:13px;}
.stp-listB li .stp-listC li a:hover{color:#0068b4;}
.stp-listB li .stp-listC i{ margin-right:6px;}

@media only screen and (max-width: 768px){
	.stp-listB>li{width:50%;padding:8px 0;}
}
@media only screen and (max-width: 400px){
	.stp-listB li{width:100%;margin-right:0;margin-bottom:2%;}
}

/*web*/
@media only screen and (max-width: 768px) {
.blog_nav{ margin-bottom:0px;}
.n_left .block{ margin-bottom:0px;}
.left_nav{ background:none; padding:0px; border:none; color:#fff;}
.contact_right{ width:100%;}
.blog_h4{ position: relative;  margin-bottom:20px; background:none;text-align:left !important; background:#0068b4 !important; padding:0px 10px; line-height:36px; color:#fff !important; font-size:14px !important; border-bottom:none;}
.blog_h4:after {
  display: block;
  content: "\f107";
  font-family: "FontAwesome";
  position: absolute;
  right:15px;
  cursor:pointer; font-size:20px; top:0px;
  color:#fff;
}
.blog_h4.active:after {
    content: "\f106";
}

.blog_right .hot_left{ margin:0px;}

}

