@charset "utf-8";
/* CSS Document */

@font-face {
    font-family: 'MaxPro';
    src: url('fonts/MaxPro-Regular.eot');
    src: url('fonts/MaxPro-Regular.eot?#iefix') format('embedded-opentype'),
        url('fonts/MaxPro-Regular.woff') format('woff'),
        url('fonts/MaxPro-Regular.ttf') format('truetype'),
        url('fonts/MaxPro-Regular.svg#MaxPro-Regular') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'MaxPro';
    src: url('fonts/MaxPro-Bold.eot');
    src: url('fonts/MaxPro-Bold.eot?#iefix') format('embedded-opentype'),
        url('fonts/MaxPro-Bold.woff') format('woff'),
        url('fonts/MaxPro-Bold.ttf') format('truetype'),
        url('fonts/MaxPro-Bold.svg#MaxPro-Bold') format('svg');
    font-weight: bold;
    font-style: normal;
}


body{
    font-family: "微软雅黑",Helvetica,'MaxPro',Arial,"Microsoft JhengHei",sans-serif; color:#595757;
	font-weight: 400;-webkit-text-size-adjust:100%;-ms-text-size-adjust:100%
	font-size:15px;
	color:#888;
}
ol,
ul {
    list-style: none;
    padding: 0;
    margin-top: 0;
}

ul li,
ol li {
    margin: 0;
    position: relative;
}
h1,h2,h3,h4,h5,h6,.h1,.h2,.h3,.h4,.h5,.h6{font-family:inherit;font-weight:500;line-height:1.1;color:inherit}
/*===================
	Start Header CSS 
=====================*/
.header{
	position: relative; height: 120px;z-index: 1000; width: 100%; z-index: 6;
}
.header .navbar-collapse{
	padding:0;
}
/* Topbar */

.header .topbar{
	padding:10px 0; background:#fff;
}
.header .top-link{
	float:right;padding: 12px 30px;
}
.header .top-link li{
	display:inline-block;
	margin-right:15px;
}
.header .top-link li:last-child{
	margin-right:0px;
}
.header .top-link li a{
	color:#fff;
	font-size:14px;
	font-weight:400;
}
.header .top-link li:hover a{
	color:#69a2c2;
}
.header .top-contact{
	float:left; padding: 12px 0;
}
.header .top-contact li{
	display:inline-block;
	margin-right:25px;
	color:#fff;font-size:16px;
}
.header .top-contact li:last-child{
	margin-right:0;
}
.header .top-contact li a{
	font-size:16px;
}
.header .top-contact li a:hover{
	color:#46c6ce;
}
.header .top-contact li i{
	color:#46c6ce; font-size: 16px;
	margin-right:8px;
}
.header .header-inner {
	z-index:999;
	width:100%; padding: 0; background-color:#fff;
}

.header .inner{ padding:0;}

.header .logo {
	float: left; width: 220px; text-align: left;
	margin-top: 8px;
}
.header .logo img {max-width: 100%; height: auto;}
.header .wenzi {float: left; padding:12px 20px; border-left:1px solid #e3e3e3;font-size: 18px; color: #000; line-height: 20px; font-weight: bold;	margin-top: 8px;}
.header .telimg{	float: left; width: 40px;	margin-top: 16px;}
.header .tel {float: left; padding:2px 20px; font-size: 18px; color: #000; line-height: 20px; font-weight: bold;	margin-top: 16px;}

.pcblock{display:block;}
.mobileblock{display: none;}


.top-left-navigation {
  padding-left: 20px; float:right; padding-right: 30px;
}

.top-left-navigation ul li {
  color: #999;
  cursor: pointer;
  font-size: 14px; float: left;
  position: relative;
  margin-left: 20px;
}

.top-left-navigation ul li:first-child {
  padding-left: 0;
  margin-left: 0;
}

.top-left-navigation ul li .dropdown-list {
  top: 100%;
  left: 0;
  position: absolute;
  opacity: 0;
  visibility: hidden;
  -webkit-transform: translateY(30px);
      -ms-transform: translateY(30px);
          transform: translateY(30px);
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
  padding: 15px 15px 20px;
  width: 150px;
  z-index: 9;
  text-align: left;
  background-color: #fff;
  pointer-events: none;
  border: 1px solid #efefef;
}

.top-left-navigation ul li .dropdown-list li {
  margin-left: 0;
  padding: 0;
}

.top-left-navigation ul li .dropdown-list li a {
  color: #555555;
  font-size: 13px;
  display: block;
  padding: 5px 0 3px;
  text-transform: capitalize;
}

.top-left-navigation ul li .dropdown-list li a:hover {
  color: #0168b7;
}

.top-left-navigation ul li .dropdown-list li a img {
  vertical-align: inherit;
}

.top-left-navigation ul li .dropdown-list li:before {
  display: none;
}

.top-left-navigation ul li:hover .dropdown-list {
  opacity: 1;
  visibility: visible;
  pointer-events: visible;
  -webkit-transform: translateY(0);
      -ms-transform: translateY(0);
          transform: translateY(0);
}


/*----------- header top area end -----------*/
/*---------- header mini cart start ----------*/
.header-configure-area ul li {
  font-size: 18px;
  display: inline-block;
  margin-left: 25px;
  line-height: 1;
}

.header-configure-area ul li a {
  color: #777;
  display: block;
  position: relative;
}

.header-configure-area ul li a .notification {
  top: -10px;
  right: -12px;
  position: absolute;
  width: 18px;
  height: 18px;
  text-align: center;
  line-height: 18px;
  font-size: 10px;
  color: #fff;
  border-radius: 50%;
  background-color: #0168b7;
}

.header-configure-area ul li a:hover {
  color: #0168b7;
}

.header-configure-area ul li:first-child {
  margin-left: 0;
}
/*----- mobile menu end -----*/
/*------ offcanvas widget area start ------*/
.offcanvas-widget-area {
  margin-top: auto;
  padding-bottom: 30px;
}

@media only screen and (max-width: 479.98px) {
  .offcanvas-widget-area {
    padding-bottom: 0;
  }
}

.off-canvas-contact-widget li {
  color: #555555;
  font-size: 15px;
  margin-bottom: 5px;
}

.off-canvas-contact-widget li i {
  width: 20px;
}

.off-canvas-contact-widget li a {
  color: #555555;
}

.off-canvas-contact-widget li a:hover {
  color: #0168b7;
}

.off-canvas-social-widget {
  margin-top: 20px;
}

.off-canvas-social-widget a {
  color: #555555;
  font-size: 18px;
  display: inline-block;
  margin-right: 15px;
}

.off-canvas-social-widget a:hover {
  color: #0168b7;
}

/*------ offcanvas widget area end ------*/
.off-canvas-wrapper {
  position: fixed;
  top: 0;
  left: 0;
  height: 100vh;
  width: 100vw;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
  z-index: 9999;
}

.off-canvas-wrapper.open {
  opacity: 1;
  visibility: visible;
}

.off-canvas-wrapper.open .off-canvas-inner-content {
  -webkit-transform: none;
      -ms-transform: none;
          transform: none;
}

.off-canvas-wrapper .off-canvas-overlay {
  background-color: rgba(0, 0, 0, 0.4);
  content: '';
  cursor: url("../img/icon/cancel.png"), auto;
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
}

.off-canvas-wrapper .off-canvas-inner-content {
  background-color: #fff;
  width: 300px;
  padding: 20px;
  height: 100%;
  position: relative;
  -webkit-transform: translateX(calc(-100% - 50px));
      -ms-transform: translateX(calc(-100% - 50px));
          transform: translateX(calc(-100% - 50px));
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}

@media only screen and (max-width: 479.98px) {
  .off-canvas-wrapper .off-canvas-inner-content {
    width: 260px;
    padding: 15px;
  }
}

.off-canvas-wrapper .btn-close-off-canvas {
  top: 0;
  left: 100%;
  width: 40px;
  height: 40px;
  font-size: 20px;
  color: #fff;
  line-height: 40px;
  text-align: center;
  cursor: pointer;
  position: absolute;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
  background-color: #0168b7;
}

.off-canvas-wrapper .btn-close-off-canvas i {
  font-size: 22px;
  -webkit-transform: rotate(0);
      -ms-transform: rotate(0);
          transform: rotate(0);
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
  display: block;
  line-height: 40px;
}

.off-canvas-wrapper .btn-close-off-canvas:hover i {
  -webkit-transform: rotate(-90deg);
      -ms-transform: rotate(-90deg);
          transform: rotate(-90deg);
}

.off-canvas-wrapper .off-canvas-inner {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  margin-left: auto;
  height: 100%;
}

.search-box-offcanvas form {
  position: relative;
}

.search-box-offcanvas form input {
  color: #666;
  font-size: 13px;
  width: 100%;
  height: 40px;
  border: none;
  padding: 0 40px 0 10px;
  background-color: #f2f2f2;
}

.search-box-offcanvas form .search-btn {
  top: 0;
  right: 0;
  width: 40px;
  height: 40px;
  line-height: 42px;
  font-size: 20px;
  color: #222222;
  position: absolute;
}

.search-box-offcanvas form .search-btn:hover {
  color: #0168b7;
}


/*-------- offcanvas search start --------*/
.offcanvas-search-inner {
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  position: fixed;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
  background-color: rgba(0, 0, 0, 0.7);
  opacity: 0;
  visibility: hidden;
  z-index: 9;
}

.offcanvas-search-inner.show {
  opacity: 1;
  visibility: visible;
}

.offcanvas-search-inner.show .offcanvas-search-box {
  -webkit-transform: translateY(0);
      -ms-transform: translateY(0);
          transform: translateY(0);
}

.offcanvas-search-inner .offcanvas-close {
  width: 50px;
  height: 50px;
  text-align: center;
  background-color: #003a5d;
  color: #fff;
  font-size: 22px;
  cursor: pointer;
  top: 50px;
  right: 50px;
  position: absolute;
  z-index: 9;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
  -webkit-transition-delay: 0.6s;
       -o-transition-delay: 0.6s;
          transition-delay: 0.6s;
}

.offcanvas-search-inner .offcanvas-close i {
  display: block;
  line-height: 50px;
  -webkit-transition: 0.6s;
  -o-transition: 0.6s;
  transition: 0.6s;
}

.offcanvas-search-inner .offcanvas-close:hover i {
  -webkit-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
          transform: rotate(180deg);
}

.offcanvas-search-box {
  height: 100vh;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-transform: translateY(50px);
      -ms-transform: translateY(50px);
          transform: translateY(50px);
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
  -webkit-transition-delay: 0.6s;
       -o-transition-delay: 0.6s;
          transition-delay: 0.6s;
}

.offcanvas-search-box .bdr-bottom {
  border-bottom: 2px solid #0168b7;
}

.offcanvas-search-box input {
  width: 100%;
  border: none;
  color: #fff;
  font-size: 16px;
  font-weight: 400;border: 0;
  padding-right: 20px;
  padding-bottom: 15px;
  background-color: transparent;
}

.offcanvas-search-box input::-webkit-input-placeholder {
  color: #fff;
  font-size: 16px;
  opacity: 1;
}

.offcanvas-search-box input::-moz-placeholder {
  color: #fff;
  font-size: 16px;
  opacity: 1;
}

.offcanvas-search-box input:-ms-input-placeholder {
  color: #fff;
  font-size: 16px;
  opacity: 1;
}

.offcanvas-search-box input::-ms-input-placeholder {
  color: #fff;
  font-size: 16px;
  opacity: 1;
}

.offcanvas-search-box input::placeholder {
  color: #fff;
  font-size: 16px;
  opacity: 1;
}
.offcanvas-search-box input:hover{border:0;}

.offcanvas-search-box .search-btn {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex; background: none; border: 0;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 16px; width:140px;
  color: #fff;
  line-height: 1;
  padding-bottom: 15px;
  text-transform: capitalize;
}

.offcanvas-search-box .search-btn i {
  display: block;
  line-height: 1;
  font-size: 28px;
  padding-right: 15px;
}

.offcanvas-search-box .search-btn:hover {
  color: #0168b7;
}




.header .navbar {
	background: none;
	box-shadow: none;
	border: none;
	margin: 0;
	height: 0px;
	min-height: 0px;
}

.header .menulan{margin:0 auto; padding: 0; width: 100%; height: auto; }

.header-inner .container{margin:0 auto; padding:0; width: 100%; height: auto;max-width: 1200px;}

.header .nav li{
	margin-right: 15px;
    float: left;
	position:relative;
}
.header .nav li:last-child{
	margin:0;
}
.header .nav li a {
	color: #000;
	font-size: 18px; font-weight: 400;
	text-transform: capitalize;
	padding: 25px 12px;
	position: relative;
	display: inline-block;
}

.header .nav li.red a {
	color: #69a2c2;
}
.header .nav li a::before {
	position: absolute;
	content: "";
	left: 0;
	bottom: 0;
	height: 3px;
	width:0%;
	background: #69a2c2;
	border-radius: 5px 5px 0 0;
	opacity:0;
	visibility:hidden;
	-webkit-transition:all 0.4s ease;
	-moz-transition:all 0.4s ease;
	transition:all 0.4s ease;
}
.header .nav li.active a:before{
	opacity:1;
	visibility:visible;
	width: 100%;
}
.header .nav li.active a{
	color:#69a2c2;
}
.header .nav li:hover a:before{
	opacity:1;
	width: 100%;
	visibility:visible;
}
.header .nav li:hover a{
	color:#69a2c2;
}
.header .nav li a i {
	display: inline-block;
	margin-left: 1px;
	font-size: 14px;
}

.header .nav li ul li a  {
	font-size: 16px; padding-left: 10px;
}
.header .nav li ul li i{
 padding-right: 10px;
}

/* Middle Header */
.header.style2 .header-inner {
	border-top: 1px solid #eee;
}
.header.style2 .logo {
	margin-top:6px;
}
.header .middle-header {
	background: #fff;
	padding: 20px 0px;
}
.header .widget-main{
	float:right;
}
.header.style2 .get-quote {
	margin-top: 0;
}
.header .single-widget {
	position: relative;
	float: left;
	margin-right: 30px;
	padding-left: 55px;
}
.header .single-widget:last-child{
	margin:0;
}
.header .single-widget .logo{
	margin:0;
	padding:0;
	margin-top: 7px;
}
.header .single-widget i {
	position: absolute;
	left: 0;
	top: 6px;
	height: 40px;
	width: 40px;
	line-height: 40px;
	color: #fff;
	background: #69a2c2;
	border-radius: 4px;
	text-align: center;
	font-size: 15px;
}
.header .single-widget h4 {
	font-size: 15px;
	font-weight: 500;
}
.header .single-widget p {
	margin-bottom: 5px;
	text-transform: capitalize;
}
.header .single-widget.btn{	margin-left:0;}
/* Dropdown Menu */
.header .nav li .dropdown {
	background: #fff;
	width: 220px;
	position: absolute;
	left:-22px;
	top: 100%;
	z-index: 999;
	transform-origin: 0 0 0;
	transform: scaleY(0.2);
	-webkit-transition: all 0.3s ease 0s;
	-moz-transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s;
	opacity: 0;
	visibility: hidden;
	top: 74px;
	border-left:4px solid #69a2c2;
}
.header .nav li:hover .dropdown{
	opacity:1;
	visibility:visible;
	transform:translateY(0px);
}
.header .nav li .dropdown li{
	float:none;
	margin:0;
	border-bottom:1px dashed #eee;
}
.header .nav li .dropdown li:last-child{
	border:none;
}
.header .nav li .dropdown li a {
	padding: 12px 15px;
	color: #666;
	display: block;
	font-weight: 400;
	text-transform: capitalize;
	background: transparent;
	-webkit-transition:all 0.2s ease;
	-moz-transition:all 0.2s ease;
	transition:all 0.2s ease;
}
.header .nav li .dropdown li a:before{
	display:none;
}
.header .nav li .dropdown li:last-child a{
	border-bottom:0px;
}
.header .nav li .dropdown li:hover a{
	color:#69a2c2;
}
.header .nav li .dropdown li a:hover{
	border-color:transparent;
}



/* Dropdown Menu */
.header .nav li .dropdown1 {
	background: #fff;
	width: 300px;
	position: absolute;
	left:-20px;
	top: 100%;
	z-index: 999;
	transform-origin: 0 0 0;
	transform: scaleY(0.2);
	-webkit-transition: all 0.3s ease 0s;
	-moz-transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s;
	opacity: 0;
	visibility: hidden;
	top: 74px;
	border-left:3px solid #69a2c2;
}
.header .nav li:hover .dropdown1{
	opacity:1;
	visibility:visible;
	transform:translateY(0px);
}
.header .nav li .dropdown1 li{
	float:none;
	margin:0; width:50%; float:left;
	border-bottom:1px dashed #eee;
}
.header .nav li .dropdown1 li:last-child{
	border:none;
}
.header .nav li .dropdown1 li a {
	padding: 12px 15px;
	color: #666;
	display: block;
	font-weight: 400; font-size: 16px;
	text-transform: capitalize;
	background: transparent;
	-webkit-transition:all 0.2s ease;
	-moz-transition:all 0.2s ease;
	transition:all 0.2s ease;
}
.header .nav li .dropdown1 li a:before{
	display:none;
}
.header .nav li .dropdown1 li:last-child a{
	border-bottom:0px;
}
.header .nav li .dropdown1 li:hover a{
	color:#69a2c2;
}
.header .nav li .dropdown1 li a:hover{
	border-color:transparent;
}






/* Right Bar */
.header .main-menu{
	display:inline-block;
	float:right;
}
.header .right-bar {
	float: right;
}
.header .right-bar {
	padding-top:20px;
}
.header .right-bar {
	display: inline-block;
}
.header .right-bar a {
	color: #fff;
	height: 35px;
	width: 35px;
	line-height: 35px;
	text-align: center;
	background: #69a2c2;
	border-radius: 4px;
	display: block;
	font-size: 12px;
}
.header .right-bar li a:hover{
	color:#fff;
	background:#27AE60;
}
.header .search-top.active .search i:before{
	content:"\eee1";
	font-size:15px;
}
/* Search */
.header .search-form {
	position: absolute;
	right: 0;
	z-index: 9999;
	opacity: 0;
	visibility: hidden;
	-webkit-transition: all 0.4s ease;
	-moz-transition: all 0.4s ease;
	transition: all 0.4s ease;
	top: 74px;
	box-shadow: 0px 0px 10px #0000001c;
	border-radius: 4px;
	overflow: hidden;
	transform:scale(0);
}
.header .search-top.active .search-form {
	opacity:1;
	visibility:visible;
	transform:scale(1);
}
.header .search-form input {
	width: 282px;
	height: 50px;
	line-height: 50px;
	padding: 0 70px 0 20px;
	-webkit-transition: all 0.4s ease;
	-moz-transition: all 0.4s ease;
	transition: all 0.4s ease;
	border-radius: 3px;
	border: none;
	background: #fff;
	color: #2C2D3F;
}
.header .search-form button {
	position: absolute;
	right: 0;
	height: 50px;
	top: 0;
	width: 50px;
	background: #69a2c2;
	border: none;
	color: #fff;
	border-radius: 0 4px 4px 0;
	border-left:1px solid transparent;
}
.header .search-form button:hover{
	background:#fff;
	color:#69a2c2;
	border-color:#e6e6e6;
}
/* Header Sticky */
.header.sticky .header-inner{
	position:fixed;
	z-index:999;
	top:0;
	left:0;
	bottom:initial; 
	-webkit-transition:all 0.4s ease;
	-moz-transition:all 0.4s ease;
	transition:all 0.4s ease;
	animation: fadeInDown 0.5s both 0.1s;
	box-shadow:0px 0px 13px #00000054;background-color: rgba(255,255,255,1);
}
.header.sticky .logo{
	margin-top:20px;width: 180px;
}

.header.sticky .container{
	
}


/*===========================
	Start Hero Area CSS
=============================*/

.slider{z-index: 100;}

.slider .single-slider {
	height: 700px;
	background-size: cover;
	background-position: center;
	background-repeat:no-repeat;
}

.slider .single-slider.slide11 {
	height: 700px;
	background-image:url("../image/ban7.jpg");
	background-size: cover;
	background-position: center;
	background-repeat:no-repeat;
}


.slider .single-slider .text{
	margin-top:280px;
}
.slider .single-slider .text1{
	margin-top:160px;
}
.slider.index2 .single-slider .text{
	margin-top:150px;
}
.slider .single-slider h3 {
	color: #000;
	font-size: 30px;
	font-weight: 700;
	margin: 0;
	padding: 0;
	line-height: 42px;
}
.slider .single-slider h1 {
	color: #000;
	font-size: 38px;
	font-weight: 700;
	margin: 0;
	padding: 0;
	line-height: 42px;
}
.slider .single-slider h1.black {	color: #000;}
.slider .single-slider h1.write {	color: #fff;}
.slider .single-slider h3.black {	color: #69a2c2;}
.slider .single-slider h3.write {	color: #fff;}
.slider .single-slider h1 span{
	color:#69a2c2;
}
.slider .single-slider h1 span.huang{
	color:#ffc600;
}
.slider .single-slider h1 span.red{
	color:#69a2c2;
}



.slider .single-slider h1 span.lan{	color:#69a2c2;}
.slider .single-slider p {
	color: #fff; font-size:26px;
	margin-top: 27px;
	font-weight: 400;
}
.slider .single-slider p.black {
	color: #000; 
}
.slider .single-slider .button{
	margin-top:20px; 
}
.slider .single-slider .btn{
	color:#fff;
	background:#69a2c2;
	font-weight:500;
	display:inline-block;
	margin:0;
	margin-right:10px;
}
.slider .single-slider .btn:last-child{
	margin:0;
}
.slider .single-slider .btn.primary{
	background:#2C2D3F;
	color:#fff;
}
.slider .single-slider .btn.primary:before{
	background:#69a2c2;
}
.slider .owl-carousel .owl-nav {
	margin: 0;
    position: absolute;
    bottom: 90px;
    width: 100%;
	margin-top:-25px;
}
.slider .owl-carousel .owl-nav div {
	height: 50px;
	width: 50px;
	line-height: 50px;
	text-align: center;
	color: #e3e3e3; background: none;
	font-size: 26px;
	position: absolute;
	margin: 0;
	-webkit-transition: all 0.4s ease;
	-moz-transition: all 0.4s ease;
	transition: all 0.4s ease;
	padding: 0;
	border-radius: 50%; border: 1px solid #e3e3e3;
}
.slider .owl-carousel .owl-nav div:hover{
	border: 1px solid #69a2c2;background: none;
	color:#69a2c2;
}
.slider .owl-carousel .owl-controls .owl-nav .owl-prev{
	left:50px;
}
.slider .owl-carousel .owl-controls .owl-nav .owl-next{
	left:120px;
}


.slider .single-slider .textwrite{background-color: rgba(2,106,204,.47); padding: 30px; margin-top: 60px; }







/* Slider Animation */
.owl-item.active .single-slider h3{
    animation: fadeInUp 1s both 0.2s;
}
.owl-item.active .single-slider h1{
    animation: fadeInUp 1s both 0.6s;
}
.owl-item.active .single-slider p{
    animation: fadeInUp 1s both 1s;
}
.owl-item.active .single-slider .button{
    animation: fadeInDown 1s both 1.5s;
}



.slider .owl-dots {
	position: absolute;
	left: 50%;
	bottom: 55px;
	margin-top: -47px;
	border-radius: 3px;
	margin: 0 0 0 5px;
	box-sizing: ;
}
.slider .owl-dots .owl-dot {
	display: inline-block;
	margin-right: 5px;
}
.slider .owl-dots .owl-dot:last-child{
	margin:0px;
}
.slider .owl-dots .owl-dot span {
	width: 10px;
	height:10px;
	display: block;
	border-radius: 30px;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	transition: all 0.3s ease;
	margin: 0;
	background: #fff;
	position: relative;
}
.slider .owl-dots .owl-dot span:hover{
	background:#fff;
}
.slider .owl-dots .owl-dot.active span{
	background:#fff;
}



.ppro .owl-carousel .owl-nav {
	margin: 0;
    position: absolute;
    top: 50%;
    width: 100%;
	margin-top:-25px;
}

.ppro .owl-carousel .owl-nav div {
	height: 50px;
	width: 50px;
	line-height: 50px;
	text-align: center;
	background: none;
	color: #e3e3e3;
	font-size: 26px;
	position: absolute;
	margin: 0;
	-webkit-transition: all 0.4s ease;
	-moz-transition: all 0.4s ease;
	transition: all 0.4s ease;
	padding: 0;
	border-radius: 50%;
}
.ppro .owl-carousel .owl-nav div:hover{
	border: 1px solid #69a2c2;background: none;
	color:#69a2c2;
}
.ppro .owl-carousel .owl-controls .owl-nav .owl-prev{
	left:-70px;
}
.ppro .owl-carousel .owl-controls .owl-nav .owl-next{
	right:-70px;
}


.pf-details-slider .owl-dots {
	position: absolute;
	left: 50%;
	bottom: 55px;
	margin-top: -47px;
	border-radius: 3px;
	margin: 0 0 0 5px;
	box-sizing: ;
}
.pf-details-slider .owl-dots .owl-dot {
	display: inline-block;
	margin-right: 5px;
}
.pf-details-slider .owl-dots .owl-dot:last-child{
	margin:0px;
}
.pf-details-slider .owl-dots .owl-dot span {
	width: 10px;
	height:10px;
	display: block;
	border-radius: 30px;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	transition: all 0.3s ease;
	margin: 0;
	background: #fff;
	position: relative;
}
.pf-details-slider .owl-dots .owl-dot span:hover{
	background:#69a2c2;
}
.pf-details-slider .owl-dots .owl-dot.active span{
	background:#69a2c2;
}

.btnlan{margin:15px 0; padding:0; width:160px; height:50px;}
.btnlan a{margin:0; padding:0; width:160px; height:50px;text-decoration:none;  font-size:18px;  font-weight:bold; background:#69a2c2; border-radius:25px; text-transform:uppercase; text-align:center; line-height:50px;display:inline-block; color:#fff !important;}
.btnlan a:hover{color:#fff !important; background:#f27a22;}

.site-breadcrumb {
  height: 300px;
  background-size: cover !important;
  background-repeat: no-repeat !important;
  background-position: center center !important;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  position: relative;
  z-index: 1; }
  .site-breadcrumb::before {
    height: 100%;
    width: 100%;
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    background-color: rgba(0, 0, 0, 0.1);
    content: ''; }
  .site-breadcrumb .breadcrumb-title {
    font-size: 40px;
    text-transform: capitalize;
    color: #fff;
    font-weight: 400;
    margin-bottom: 2rem; }
  .site-breadcrumb .breadcrumb-menu {
    position: relative;
    z-index: 1; }
    .site-breadcrumb .breadcrumb-menu li {
      position: relative;
      display: inline-block;
      margin-left: 20px;
      color: #fff;
      font-weight: 400;
      text-transform: capitalize; }
      .site-breadcrumb .breadcrumb-menu li a {
        color: #fff;
        -moz-transition: all 0.3s ease;
        -webkit-transition: all 0.3s ease;
        -ms-transition: all 0.3s ease;
        transition: all 0.3s ease;
        padding: 1rem; }
      .site-breadcrumb .breadcrumb-menu li.active a {
        color: #fff; }
      .site-breadcrumb .breadcrumb-menu li::before {
        position: absolute;
        content: '\f101';
        font-family: 'FontAwesome';
        font-weight: 900;
        width: 2rem;
        right: -24px;
        top: 1px;
        text-align: center;
        font-size: 1.4rem;
        color: #fff; }
      .site-breadcrumb .breadcrumb-menu li:first-child {
        margin-left: 0; }
      .site-breadcrumb .breadcrumb-menu li:last-child:before {
        display: none; }
      .site-breadcrumb .breadcrumb-menu li:hover {
        color: #d63031; }



.conmenu{ margin:0 auto; padding: 0; position: relative;width: 100%; height: auto; margin-top: -60px; z-index: 10}
.conmenu ul{ margin:0 auto; padding: 0;  background: transparent; width: 100%; height: auto;z-index: 10}
.conmenu ul li{ margin:0; padding: 0 30px; width: auto; height: auto;float: left;border-right: 1px solid #fff; text-align: center; color: #fff; font-size: 16px; line-height: 20px;z-index: 10}
.conmenu ul li a{ text-align: center; color: #fff; font-size: 16px; line-height: 20px;z-index: 10}
.conmenu ul li a:hover{ border-bottom: 3px solid #f29d02; }

.conmenu ul li:last-child{ border-right: 0; }
.breadcrumb-wrap .breadcrumb li a.active{ border-bottom: 3px solid #f29d02; }

.conmenu ul li.cc{ margin:0; padding: 0 30px; width: auto; height: auto;float: left;border-right: 1px solid #fff; text-align: center; color: #000; font-size: 16px; line-height: 20px;z-index: 10}
.conmenu ul li.cc a{ text-align: center; color: #000; font-size: 16px; line-height: 20px;z-index: 10}
.conmenu ul li.cc a:hover{ border-bottom: 3px solid #f29d02; }



/*
 * Shortcode: blockquote.scss
 * -----------------------------------------------
*/
blockquote {
  background-color: #f4f5f8;
  border-left: 2px solid var(--theme-color1);
  padding-left: 30px;
  padding-right: 30px;
  border-radius: 7px;
  padding-top: 20px;
  padding-bottom: 20px;
  position: relative;
  overflow: hidden;
  margin-bottom: 20px;
  margin-left: 0;
  margin-right: 0; }
  blockquote:before {
    content: '\f10d';
    font-family: "FontAwesome";
    font-weight: 900;
    position: absolute;
    bottom: 0;
    font-size: 5rem;
    line-height: 1;
    color: var(--theme-color1);
    opacity: 0.15;
    right: 30px; }
  blockquote p {
    margin-bottom: 15px; }
  blockquote cite {
    color: var(--theme-color1); }
    blockquote cite a {
      color: var(--theme-color1); }
  blockquote .blockquote-footer {
    margin-top: 1rem; }

blockquote footer {
  color: #888;
  font-size: 15px; }

blockquote.tm-sc-blockquote {
  font-style: normal;
  padding: 20px;
  background-color: #fcfcfc;
  box-shadow: 0 0 1px #ddd;
  border-left: 5px solid #cdcdcd; }

blockquote.blockquote-style2 {
  background-color: #fcfcfc;
  box-shadow: 0 0 1px #ddd;
  border-left: 0;
  margin-top: 0;
  padding: 20px; }
  blockquote.blockquote-style2 p {
    font-size: 24px;
    line-height: 1.7;
    color: #333; }
  blockquote.blockquote-style2 footer {
    color: #888; }

blockquote.blockquote-style3 {
  border-left: 3px solid #cdcdcd;
  padding: 0 30px 0;
  background-color: transparent;
  box-shadow: none; }
  blockquote.blockquote-style3:before {
    color: rgba(0, 0, 0, 0.3);
    content: "\f10e";
    font-family: "Font Awesome 5 Free";
    font-size: 50px;
    font-weight: 600;
    opacity: 0.20;
    position: absolute;
    left: 5px;
    top: -25px;
    transform: rotate(180deg); }

blockquote.blockquote-style4 {
  border-left: 3px solid #cdcdcd;
  padding: 0 30px 0;
  background-color: transparent;
  box-shadow: none;
  margin-top: 0; }
  blockquote.blockquote-style4:before {
    color: rgba(0, 0, 0, 0.3);
    content: "\f10e";
    font-family: "FontAwesome";
    font-weight: 600;
    font-size: 50px;
    opacity: 0.20;
    position: absolute;
    left: 5px;
    top: -25px;
    transform: rotate(180deg); }
  blockquote.blockquote-style4 p {
    font-size: 24px;
    line-height: 1.7;
    color: #333; }
  blockquote.blockquote-style4 footer {
    color: #888; }

blockquote.blockquote-style5 {
  background: #f9f9f9;
  padding: 30px 30px 30px;
  border-left: 10px solid #cdcdcd;
  box-shadow: none; }
  blockquote.blockquote-style5:before {
    color: rgba(0, 0, 0, 0.3);
    content: "\f10e";
    font-family: "FontAwesome";
    font-weight: 600;
    font-size: 50px;
    opacity: 0.20;
    position: absolute;
    left: 5px;
    top: -10px;
    transform: rotate(180deg); }

blockquote.blockquote-style6 {
  background: #f9f9f9;
  padding: 30px 30px 30px;
  border-left: 10px solid #cdcdcd;
  box-shadow: none;
  margin-top: 0; }
  blockquote.blockquote-style6:before {
    color: rgba(0, 0, 0, 0.3);
    content: "\f10e";
    font-family: "FontAwesome";
    font-weight: 600;
    font-size: 50px;
    opacity: 0.20;
    position: absolute;
    left: 5px;
    top: -10px;
    transform: rotate(180deg); }
  blockquote.blockquote-style6 p {
    font-size: 18px;
    line-height: 1.7;
    color: #333; }
  blockquote.blockquote-style6 footer {
    color: #888; }

blockquote.blockquote-style7 {
  padding: 30px 30px 30px;
  border-left: 0;
  background: none;
  box-shadow: none; }
  blockquote.blockquote-style7:before {
    color: rgba(0, 0, 0, 0.3);
    content: "\f10e";
    font-family: "FontAwesome";
    font-weight: 600;
    font-size: 70px;
    opacity: 0.20;
    position: absolute;
    left: 16px;
    top: -20px;
    transform: rotate(180deg); }

blockquote.blockquote-style8 {
  padding: 30px 30px 30px;
  border-left: 0;
  background: none;
  box-shadow: none; }
  blockquote.blockquote-style8:before {
    color: rgba(0, 0, 0, 0.3);
    content: "\f10e";
    font-family: "FontAwesome";
    font-weight: 600;
    font-size: 70px;
    opacity: 0.20;
    position: absolute;
    left: 16px;
    top: -20px;
    transform: rotate(180deg); }
  blockquote.blockquote-style8 p {
    font-size: 24px;
    line-height: 1.7;
    color: #333; }
  blockquote.blockquote-style8 footer {
    color: #888; }
    blockquote.blockquote-style8 footer cite {
      font-size: 0.9rem;
      font-style: normal;
      text-align: left; }









/*****************************************
    Digital Service css
*****************************************/
.digital-wrap{overflow-x: hidden; margin-top: -100px; margin-bottom: 80px;}
.digitalInfo .row{position:relative; z-index:1000; color:#fff; border-left: 2px solid #fff; padding-left: 15px;}
.digitalInfo h1{font-size:32px; margin:0; font-weight: 900; color: #fff;}
.digitalInfo p{margin:0; color:#fff; font-size: 16px; line-height: 24px; font-weight: 500;}
.digitalInfo:after {content: ""; width: 1920px; height: 100%;  display: block;  position: absolute; left: 0; top: 0; z-index: 1; -moz-transform: skewX(-35deg); -webkit-transform: skewX(-35deg); -o-transform: skewX(-35deg); -ms-transform: skewX(-35deg); transform: skewX(-35deg); box-shadow: 0 0 12px -5px #000; -webkit-box-shadow: 0 0 12px -5px #000; background:#69a2c2;}
.btnclick{text-align:center; margin-top:20px;  }
.btnclick a{text-decoration:none; border-radius: 0; font-size:18px;  font-weight:bold; background:url(../image/tel.png) no-repeat top left 10px #fff; border-radius:35px; text-transform:uppercase; padding:18px 42px !important; padding-left: 80px !important; display:inline-block; color:#69a2c2 !important;}
.btnclick a:after{border-color:transparent transparent transparent #fff !important;}
.btnclick a:hover{color:#000 !important;}
.digitalInfo{margin-left: 100px; padding: 50px 0;}


.aboutneirong{ margin:0 auto; padding:30px 0; width: 100%; height: auto; min-height: 450px;}
.aboutneirong .title{ margin:0 auto; padding:0; width: 100%; height: auto; border-bottom: 1px dashed #e3e3e3; font-size: 24px; text-align: left; color: #000; line-height: 40px;}

.aboutneirong .con{ margin:0 auto; padding:20px 0; width: 100%; height: auto; }

.aboutneirong .con .leftnei{ margin:0 auto; padding:20px 0; width: 50%; height: auto; float: left;font-size: 14px; text-align: left; color: #666; line-height:30px;}

.aboutneirong .con .leftnei h3{ margin:0 auto; padding:10px 0; width: 100%; height: auto; float: left;font-size: 20px; text-align: left; color: #000; line-height:30px;}

.aboutneirong .con .rightnei{ margin:0 auto; padding:20px 0; width: 46%; height: auto; float: right;}
.aboutneirong .con .rightnei img{ max-width: 100%; height: auto; float: right;}

.aboutneirong .con img{ max-width: 100%; height: auto; float: right;}

.aboutneirong .con ul{ margin:0 auto; padding:20px 0; width: 100%; height: auto; }
.aboutneirong .con ul li{ margin:0 auto; padding:0; width: 100%; height: auto;font-size: 16px; text-align: left; color: #000; line-height:30px;  }

.aboutneirong .con ul li:before{content: '\f046'; color: #69a2c2;
    font-family: "FontAwesome";  }



.about-wrapper {
    padding-bottom: 100px;
    background-color:#69a2c2;
}

.about-wrapper .box-layers {
    position: relative;
    z-index: 1 !important;
    margin-top: -70px;
}

.about-wrapper .white-bg {
    background-color: #FFF;
    padding: 25px;
}

.about-wrapper .ab-box-icon {
    width: 60px;
    margin-left: auto;
    margin-right: auto;
}

.about-wrapper .ab-box {
    text-align: center;
    padding: 40px;  transition: all 500ms ease; -webkit-box-shadow: 0 0 11px 0 rgba(6,22,58,.14);
  -moz-box-shadow: 0 0 11px 0 rgba(6,22,58,.14);
  box-shadow: 0 0 11px 0 rgba(6,22,58,.14);   
}
.about-wrapper .ab-box:hover {
    margin-top:-15px;
}
.about-wrapper .ab-box h2 {
    line-height: 45px;
}

.about-wrapper .ab-box p {
    color: #666;
    margin-bottom: 0px;
    font-size: 14px; padding: 10px 0;
}

.col-about-content h2 {
    line-height: 45px;
}

.col-about-content p {
    color: #fff;
    margin-bottom: 0px;
    font-size: 16px; padding: 10px 0;
}

.about-wrapper .dropcaps {
    text-align: left;
}

.about-wrapper span-dropcaps {
    font-size: 40px;
    float: left;
    width: 40px;
    height: 40px;
    background: transparent;
    line-height: 40px;
    text-align: center;
    margin-right: 10px;
    font-weight: 600;
}
/*===============================
    35.WHO WE ARE css 
================================*/



.who-we-are-area .owl-carousel .owl-nav {
	margin: 0;
    position: absolute;
    bottom: 80px;
    width: 100%;
	margin-top:-25px;
}
.who-we-are-area .owl-carousel .owl-nav div {
	height: 50px; 
	width: 50px;
	line-height: 50px;
	text-align: center;
	color: #e3e3e3; background: none;
	font-size: 26px;
	position: absolute;
	margin: 0;
	-webkit-transition: all 0.4s ease;
	-moz-transition: all 0.4s ease;
	transition: all 0.4s ease;
	padding: 0;
	border-radius: 50%; border: 1px solid #fff;
}
.who-we-are-area .owl-carousel .owl-nav div:hover{
	border: 1px solid #69a2c2;background: none;
	color:#69a2c2;
}
.who-we-are-area .owl-carousel .owl-controls .owl-nav .owl-prev{
	left:-70px;
}
.who-we-are-area .owl-carousel .owl-controls .owl-nav .owl-next{
	right:-70px;
}





.who-we-are-area {
  position: relative; padding: 40px 0;
  z-index: 5; }
.who-we-are-area .section-title { padding-bottom:10px;}
  .who-we-are-area .section-title .title {
    font-size: 30px;
    color: #232323;
     }

.who-we-are-area .section-title span { font-size: 16px; color: #000;}


  .who-we-are-area .section-title p {
    font-size: 15px;
    padding-right: 15px;
    line-height: 35px;
    color: #616161;
    padding-top: 25px; }
  .who-we-are-area .what-we-do-item {
    box-shadow: 0px 10px 29.7px 0.3px rgba(225, 225, 225, 0.64);
    padding: 45px 20px 50px;
    position: relative;
    overflow: hidden;
    -webkit-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -ms-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
    background-color: #fff;
    z-index: 5; }
    .who-we-are-area .what-we-do-item > i {
      font-size: 50px;width: 80px; height: 80px; background: #f3f3f3; display: inline-block;border-radius: 40px; padding: 10px;
      -webkit-transition: all 0.3s ease-out 0s;
      -moz-transition: all 0.3s ease-out 0s;
      -ms-transition: all 0.3s ease-out 0s;
      -o-transition: all 0.3s ease-out 0s;
      transition: all 0.3s ease-out 0s; }
    .who-we-are-area .what-we-do-item .title {
      font-size: 22px;margin-top: 20px;
      color: #232323;
      -webkit-transition: all 0.3s ease-out 0s;
      -moz-transition: all 0.3s ease-out 0s;
      -ms-transition: all 0.3s ease-out 0s;
      -o-transition: all 0.3s ease-out 0s;
      transition: all 0.3s ease-out 0s; }
      @media only screen and (min-width: 992px) and (max-width: 1200px) {
        .who-we-are-area .what-we-do-item .title { 
          font-size: 18px; } }
    .who-we-are-area .what-we-do-item p {
      color: #616161;
      font-size: 15px;
      padding-top: 10px;
      -webkit-transition: all 0.3s ease-out 0s;
      -moz-transition: all 0.3s ease-out 0s;
      -ms-transition: all 0.3s ease-out 0s;
      -o-transition: all 0.3s ease-out 0s;
      transition: all 0.3s ease-out 0s; }
    .who-we-are-area .what-we-do-item a {
      height: 40px;
      width: 40px;
      text-align: center;
      line-height: 40px;
      background: #0c59db;
      color: #fff;
      font-size: 14px;
      right: 0;
      bottom: 0;
      position: absolute;
      -webkit-transition: all 0.3s ease-out 0s;
      -moz-transition: all 0.3s ease-out 0s;
      -ms-transition: all 0.3s ease-out 0s;
      -o-transition: all 0.3s ease-out 0s;
      transition: all 0.3s ease-out 0s; }
    .who-we-are-area .what-we-do-item:hover {
      background: #0c59db; }
      .who-we-are-area .what-we-do-item:hover i {
        color: #fff; }
      .who-we-are-area .what-we-do-item:hover .title {
        color: #fff; }
      .who-we-are-area .what-we-do-item:hover p {
        color: #fff; }
      .who-we-are-area .what-we-do-item:hover a {
        background: #fff; }
        .who-we-are-area .what-we-do-item:hover a i {
          color: #0c59db; }
    .who-we-are-area .what-we-do-item::before {
      position: absolute;
      content: "";
      top: 0;
      left: 0;
      height: 100%;
      width: 100%;
      background-image: url(../images/what-we-are-dot.png);
      background-size: cover;
      background-position: center;
      background-repeat: no-repeat;
      z-index: -1; }
  .who-we-are-area .what-we-are-shape-1 {
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1; }
    @media (max-width: 767px) {
      .who-we-are-area .what-we-are-shape-1 {
        width: 40%; } }
  .who-we-are-area .what-we-are-shape-2 {
    position: absolute;
    top: 0;
    right: 0;
    z-index: -1; }
    @media (max-width: 767px) {
      .who-we-are-area .what-we-are-shape-2 {
        width: 40%; } }


.liebiao{ margin:0 auto; padding:20px; width: 98%; margin-right: 2%; height: auto; border-radius: 5px; background: #333; }
.liebiao .txt a{ color: #fff; font-size: 26px; text-align: left; line-height: 40px; display: block;}

.liebiao .ico{ margin:0; padding: 0; width: 80px; border-radius: 5px; height: 24px; color: #fff; text-align: center; background: #69a2c2; line-height: 24px;}
.liebiao:hover{ background: #69a2c2; color: #fff; display: block;}
.liebiao:hover .ico{color: #69a2c2; text-align: center; background: #fff; line-height: 24px;}

/*========================================*/
/*---------- [_Section_Service] ----------*/
/*========================================*/
.service-item-box .service-item-thumb {
  position: relative;
}
.service-item-box .service-item-thumb img {
  border-radius: 8px 8px 0 0;
}
.service-item-box .service-item-thumb .service-item-icon {
  -moz-transform: translateY(20px);
  -o-transform: translateY(20px);
  -ms-transform: translateY(20px);
  -webkit-transform: translateY(20px);
  transform: translateY(20px);
  position: absolute;
  right: 20px;
  background: #69a2c2;
  color: #fff;
  padding: 16px 30px;
  bottom: 0;
  border-radius: 5px;
  z-index: 1;
  -moz-transition: all 400ms ease-out 0s;
  -webkit-transition: all 400ms ease-out 0s;
  -ms-transition: all 400ms ease-out 0s;
  -o-transition: all 400ms ease-out 0s;
  transition: all 400ms ease-out 0s;
}
.service-item-box .service-item-thumb .service-item-icon i {
  -moz-transition: 0.6s linear;
  -webkit-transition: 0.6s linear;
  -ms-transition: 0.6s linear;
  -o-transition: 0.6s linear;
  transition: 0.6s linear;
}
.service-item-box .service-item-thumb .service-item-icon i:before {
  font-size: 20px;
  line-height: 42px;
}
.service-item-box .service-item-thumb:before {
  background: #03324d;
  border-radius: 8px 8px 0 0;
  position: absolute;
  height: 0;
  width: 100%;
  left: 0;
  top: 0;
  -moz-transition: all 400ms ease-out 0s;
  -webkit-transition: all 400ms ease-out 0s;
  -ms-transition: all 400ms ease-out 0s;
  -o-transition: all 400ms ease-out 0s;
  transition: all 400ms ease-out 0s;
  content: "";
}
.service-item-box .service-item-thumb:after {
  position: absolute;
  content: "";
  background: #03324d;
  height: 100%;
  width: 100%;
  left: 0;
  top: 0;
  opacity: 0.1;
}
.service-item-box .service-item-content {
  padding: 30px;
  box-shadow: 0 2px 28px 0 rgba(0, 0, 0, 0.09);
  border-radius: 0 0 8px 8px;
  position: relative;
  overflow: hidden;
}
.service-item-box .service-item-content:after {
  -moz-transform: scale(0.8) rotate(-90deg);
  -o-transform: scale(0.8) rotate(-90deg);
  -ms-transform: scale(0.8) rotate(-90deg);
  -webkit-transform: scale(0.8) rotate(-90deg);
  transform: scale(0.8) rotate(-90deg);
  content: "";background: url(../image/logoa.png);
  position: absolute;
  font-family: 'Flaticon';
  right: 0;width: 60px; height: 60px;
  bottom: 0;
  font-size: 8rem;
  color: #FF4800;
  opacity: 0.06;
  -moz-transition: all 400ms ease-out 0s;
  -webkit-transition: all 400ms ease-out 0s;
  -ms-transition: all 400ms ease-out 0s;
  -o-transition: all 400ms ease-out 0s;
  transition: all 400ms ease-out 0s;
}
.service-item-box .service-item-content h3{ font-size:20px;}
.service-item-box .service-item-content h3 b{font-weight: normal;}


.service-item-box .service-item-content p{ font-size:14px; padding: 10px 0;}


.service-item-box .service-item-content .service-item-link a {
  position: relative;
  padding:10px 0;
  display: inline-block;
  -moz-transition: all 400ms ease-out 0s;
  -webkit-transition: all 400ms ease-out 0s;
  -ms-transition: all 400ms ease-out 0s;
  -o-transition: all 400ms ease-out 0s;
  transition: all 400ms ease-out 0s;
  font-weight: 500;
}
.service-item-box .service-item-content .service-item-link a:hover {
  padding-left: 35px;
}
.service-item-box .service-item-content .service-item-link a:hover:after {
  width: 25px;
}
.service-item-box .service-item-content .service-item-link a:after {
  background: #FF4800;
  position: absolute;
  content: "";
  height: 2px;
  width: 0;
  left: 0;
  top: 15px;
  -moz-transition: all 400ms ease-out 0s;
  -webkit-transition: all 400ms ease-out 0s;
  -ms-transition: all 400ms ease-out 0s;
  -o-transition: all 400ms ease-out 0s;
  transition: all 400ms ease-out 0s;
}
.service-item-box:hover .service-item-thumb .service-item-icon {
  -moz-transform: translateY(30px);
  -o-transform: translateY(30px);
  -ms-transform: translateY(30px);
  -webkit-transform: translateY(30px);
  transform: translateY(30px);
}
.service-item-box:hover .service-item-thumb .service-item-icon i {
  -moz-transform: rotateY(360deg);
  -o-transform: rotateY(360deg);
  -ms-transform: rotateY(360deg);
  -webkit-transform: rotateY(360deg);
  transform: rotateY(360deg);
}
.service-item-box:hover .service-item-thumb:before {
  height: 100%;
  opacity: 0.4;
}
.service-item-box:hover .service-item-content:after {
  -moz-transform: scale(1) rotate(90deg);
  -o-transform: scale(1) rotate(90deg);
  -ms-transform: scale(1) rotate(90deg);
  -webkit-transform: scale(1) rotate(90deg);
  transform: scale(1) rotate(90deg);
  right: 10px;
  bottom: 60px;
}


/*

.search { width:360px; position: relative; float:left; }
.search input[type=text] { width:160px; opacity:1; background-color: #fff;outline: none; border:0; float: left;line-height: 34px; color: #787a82; font-size: 14px;  transition:455ms ease-in-out;}

.search .search-txt{ padding-left:10px;}
.search .search-btn{ padding-right:10px; padding:5px 10px;;background:#69a2c2; display: block;}
*/

.indexyoushi{ margin:0 auto; padding: 100px 0; width: 100%; height: auto; background: url(../image/bgg1.jpg) no-repeat top center;}
.indexyoushi .title1{ margin:0 auto; padding: 0; width: 100%; height: auto; font-size: 50px; font-family: Arial; text-align: center; font-weight: bold; line-height: 40px; color: #fff;}
.indexyoushi .title2{ margin:0 auto; padding:20px 0; width: 100%; height: auto; max-width: 800px; font-size: 16px;  text-align: center; font-weight: normal; line-height: 24px; color: #fff;}

.indexyoushi .list{ margin:40px auto; padding:5px 0; width: 100%; height: auto; }
.indexyoushi .list ul{ margin:0 auto; padding:0; width: 100%; height: auto; }
.indexyoushi .list ul li{ margin:0 auto; padding:0; width: 18%; height: auto; margin: 1%; float: left;transition: all 400ms ease;}
.indexyoushi .list ul li .img{ margin:0 auto; padding:0; width: 100%; height: auto;text-align: center;}
.indexyoushi .list ul li .img img{ max-width: 100%; height: auto;}

.indexyoushi .list ul li .txt{ margin:0 auto; padding:15px 0; width: 100%; height: auto;text-align: center;font-size: 16px;  text-align: center; font-weight: normal; line-height: 24px; color: #fff;}

.indexyoushi .list ul li:hover{ margin-top:-20px;  -webkit-transition: all 400ms ease;
    -moz-transition: all 400ms ease;
    -o-transition: all 400ms ease;
    -ms-transition: all 400ms ease;
    transition: all 400ms ease;}


.pro{ margin:0 auto; padding:5px 0; width: 100%; height: auto; }
.pro ul{ margin:0 auto; padding:0; width: 100%; height: auto; }
.pro ul li{ margin:0.5%; padding: 0; width: 24%; height: auto; float: left; border: 1px solid #e3e3e3;}
.pro ul li .product-thumb{ margin:0 auto; padding: 0; width: 100%; height: auto; overflow: hidden;}
.pro ul li .product-thumb img{ max-width: 100%; height: auto;}
.pro ul li:hover .product-thumb img{  -webkit-transform: scale(1.09, 1.09);
    transform: scale(1.09, 1.09);
    -webkit-transition: all 1s ease;
    -moz-transition: all 1s ease;
    -o-transition: all 1s ease;
    -ms-transition: all 1s ease;
    transition: all 1s ease;}
.pro ul li .product-label{ margin:0 auto; padding: 0; width: 100%; height: auto;}
.pro ul li .product-label a{ margin:0 auto; padding:5px 0; width: 100%; height: auto; display: block;background: #f3f3f3; color: #000; text-align: center; line-height: 30px; font-size: 16px;}
.pro ul li:hover .product-label a{background: #69a2c2; color: #fff; }



.pro1{ margin:0 auto; padding:5px 0; width: 100%; height: auto; }
.pro1 ul{ margin:0 auto; padding:0; width: 100%; height: auto; }
.pro1 ul li{ margin:1%; padding: 0; width: 31%; height: auto; float: left; border: 1px solid #e3e3e3;}
.pro1 ul li .product-thumb{ margin:0 auto; padding: 0; width: 100%; height: auto; overflow: hidden;}
.pro1 ul li .product-thumb img{ max-width: 100%; height: auto;}
.pro1 ul li:hover .product-thumb img{  -webkit-transform: scale(1.09, 1.09);
    transform: scale(1.09, 1.09);
    -webkit-transition: all 1s ease;
    -moz-transition: all 1s ease;
    -o-transition: all 1s ease;
    -ms-transition: all 1s ease;
    transition: all 1s ease;}
.pro1 ul li .product-label{ margin:0 auto; padding: 0; width: 100%; height: auto;}
.pro1 ul li .product-label a{ margin:0 auto; padding:5px 0; width: 100%; height: auto; display: block;background: #f3f3f3; color: #000; text-align: center; line-height: 20px; font-size: 14px;}
.pro1 ul li:hover .product-label a{background: #69a2c2; color: #fff; }


.indexabout{ margin:0 auto; padding:30px 0; width: 100%; height: auto; }
.indexabout .img{ margin:20px auto 0; padding:10px 0; width: 100%; height: auto; }
.indexabout .img img{ max-width: 100%; height: auto; }


.indexabout .con{ margin:0 auto; padding:5px 0; width: 100%; height: auto; }
.indexabout .left{ margin:0 auto; padding:0; width: 46%; height: auto; float: left;}

.indexabout .left h3{ margin:0; padding:0; width: 92%; height: auto; text-align: left; color: #000; font-size: 25px; line-height: 30px;}
.indexabout .left p{ margin:0; padding:10px 0; width: 100%; float: left;height: auto; text-align: left; color: #666; font-size: 15px; line-height: 20px;}
.indexabout .left .more{ margin:0; padding:0; width: 120px; float: left;height: 40px;}
.indexabout .left .more a{ margin:0; padding:0; width: 120px; float: left;height: 40px; display: block; background: #69a2c2; color: #fff; text-align: center; line-height: 40px;}
.indexabout .left .more a:hover{  background: #ce151d; width: 140px;}

.indexabout .right{ margin:0 auto; padding:0; width: 50%; height: auto; float: right;}
.indexabout .right .list{ margin:0 auto; padding:0; width: 100%; height: auto; float: right;}
.indexabout .right .list ul{ margin:0 auto; padding:0; width: 100%; height: auto; float: right;}
.indexabout .right .list ul li{ margin:0 auto; padding:0; width: 48%; height: auto; margin-left: 2%; float: right;}
.indexabout .right .list ul li img{ max-width: 100%; height: auto; }


.indexjianjie{ margin:0 auto; padding:30px 0; width: 100%; height: auto; background: url(../image/bg1.jpg) no-repeat top center;}
.indexjianjie .con{ margin:0 auto; padding:0; width: 100%; height: auto; }
.indexjianjie .con .left{ margin:0 auto; padding:0; width: 36%; height: auto; float: left;}
.indexjianjie .con .left h3{ margin:0; padding:0; width: 92%; height: auto; text-align: left; color: #000; font-size: 25px; line-height: 30px;}
.indexjianjie .con .left p{ margin:0; padding:10px 0; width: 100%; float: left;height: auto; text-align: left; color: #666; font-size: 15px; line-height: 20px;}
.indexjianjie .con .left .more{ margin:0; padding:0; width: 120px; float: left;height: 40px;}
.indexjianjie .con .left .more a{ margin:0; padding:0; width: 120px; float: left;height: 40px; display: block; background: #69a2c2; color: #fff; text-align: center; line-height: 40px;}
.indexjianjie .con .left .more a:hover{  background: #ce151d; width: 140px;}

.indexjianjie .con .left .tiao{ margin:30px 0; padding:20px; width: 90%; height: auto; background: #fff;}
.indexjianjie .con .left .tiao .t1{ margin:0 auto; padding:0 2%; width: 50%; height: auto; border-right:1px solid #69a2c2; float: left;}
.indexjianjie .con .left .tiao .t2{ margin:0 auto; padding:0 2%; width: 50%; height: auto; float: left;}
.indexjianjie .con .left .tiao h3{ margin:0; padding:0; width: 100%; height: auto; text-align: center; color: #69a2c2; font-weight: bold;font-size: 40px; line-height: 30px;}
.indexjianjie .con .left .tiao p{ margin:0; padding:0; width: 100%; height: auto; text-align: center; color: #000; font-size: 16px; line-height: 30px;}



.indexjianjie .con .right{ margin:0 auto; padding:0; width: 60%; height: auto; float: right;}
.indexjianjie .con .right img{ max-width: 100%; height: auto; }




.indexbrand{ margin:0 auto; padding:30px 0; width: 100%; height: auto; border-top:1px solid #e3e3e3;}
.indexbrand1{ margin:0 auto; padding:30px 0; width: 100%; height: auto; background: #f5f5f5;}

.indexbrandlist{ margin:0 auto; padding: 0; width: 100%; height: auto;}
.indexbrandlist ul{ margin:0 auto; padding: 0; width: 100%; height: auto;}
.indexbrandlist ul li{ margin:0 auto; padding: 0; width: 31%; height: auto; margin: 1%; float: left; border: 1px solid #f3f3f3;}
.indexbrandlist ul li img{ max-width: 100%; height: auto;}

.product-item{ margin:1%; padding: 0; width: 98%; height: auto;}
.product-item .product-thumb{ margin:0 auto; padding: 0; width: 100%; height: auto; overflow: hidden;}
.product-item .product-thumb img{ max-width: 100%; height: auto;}
.product-item:hover .product-thumb img{  -webkit-transform: scale(1.09, 1.09);
    transform: scale(1.09, 1.09);
    -webkit-transition: all 1s ease;
    -moz-transition: all 1s ease;
    -o-transition: all 1s ease;
    -ms-transition: all 1s ease;
    transition: all 1s ease;}
.product-item .product-label{ margin:0 auto; padding: 0; width: 100%; height: auto;}
.product-item .product-label a{ margin:0 auto; padding:5px 0; width: 100%; height: auto; display: block;background: #f3f3f3; color: #000; text-align: center; line-height: 30px; font-size: 15px;}
.indexnew{ margin:0 auto; padding:30px 0; width: 100%; height: auto;}

.product-item:hover .product-label a{background: #69a2c2; color: #fff; }


.procon{margin:0; padding:60px 0; width: 100%; height: auto;}


.conlist{ margin:0; padding:20px 0; width: 100%; height: auto; background: #f3f3f3;}
.conlist ul{ margin:0; padding: 0; width: 100%; height: auto;}
.conlist ul li{padding: 0; width: 14%; height: auto; margin: 1%; float: left;}
.conlist ul li a{ margin:0; padding:10px 0; width: 100%; height: auto; float: left; background: #fff; border: 1px solid #e3e3e3; text-align: center; font-size: 16px; color: #666; border-radius: 20px;}
.conlist ul li a i{ color: #e3e3e3; padding-left: 10px;}

.conlist ul li a:hover{ background: #0a64ab; color: #fff;}

.indexnew .single-news {
	background: #fff; padding:0;
	-webkit-transition: all 0.4s ease;
	-moz-transition: all 0.4s ease;
	transition: all 0.4s ease; display: block;
}
.indexnew .single-news img{
	width:100%;
	margin:0;
	padding:0;
	-webkit-transition:all 0.4s ease;
	-moz-transition:all 0.4s ease;
	transition:all 0.4s ease;
}
.indexnew .single-news .news-head{
	position:relative; width: 100%; float: left;
	
}
.indexnew .single-news .news-body{
	position:relative; width: 100%; float: right; padding: 20px;	background: #f1f3f6;
	
}
.indexnew .single-news .news-content {
	text-align: left;


}
.indexnew .single-news .news-content:before{
	position:absolute;
	content:"";
	left:0;
	bottom:0;
	height:2px;
	width:0%;
	background:#69a2c2;
	opacity:0;
	visibility:hidden;
	-webkit-transition:all 0.4s ease;
	-moz-transition:all 0.4s ease;
	transition:all 0.4s ease;
}
.indexnew .single-news:hover .news-content:before{
	opacity:1;
	visibility:visible;
	width:100%;
}
.indexnew .single-news .news-body h2 {
	font-size: 18px;
	font-weight: 600;
	margin-bottom: 10px;
	line-height: 24px;color:#2C2D3F;
	font-weight: 500;
}
.indexnew .single-news .news-body h2 a{
	color:#2C2D3F;
	font-weight: 500;
}
.blog .single-news .news-body h2 a:hover{
	color:#69a2c2;
}
.indexnew .single-news .news-content p {
	font-weight: 400;
	text-transform: capitalize;
	font-size: 13px;
	letter-spacing: 0px;
	line-height: 23px;
}
.indexnew .single-news .news-body .date {
	display: inline-block;
	font-size: 14px;
	margin-bottom: 5px;
	color: #666;
	padding: 0;
	font-size: 14px;
}
.indexnew.grid .single-news{
	margin-top:30px;
}

.indexnew .single-news .news-content i{ margin: 20px 0; width:40px; height:40px; border: 1px solid #d8d8d8; line-height: 40px; border-radius: 20px; color: #d8d8d8; font-size: 20px; font-weight: 200; transition: all 400ms ease;text-align: center;}
.indexnew .single-news .news-content:hover i{ background: #69a2c2; color: #fff;border: 1px solid #69a2c2; margin-left: 15px;-webkit-transition: all 400ms ease;
    -moz-transition: all 400ms ease;
    -o-transition: all 400ms ease;
    -ms-transition: all 400ms ease;
    transition: all 400ms ease;}


.indexnew .single-news .news-content:hover h2 {
	color:#69a2c2;
	font-weight: 500;
}

/**/
.aboutcon{ margin:0 auto; padding:30px 0; width: 100%; height: auto; background: #f5f5f5;}
.aboutcon .left{ margin:0 auto; padding:0; width: 50%; height: auto; float: left;}
.aboutcon .left h2{ margin:0 auto; padding:0; width: 100%; height: auto; float: left; font-size: 24px; font-weight: bold;line-height: 30px; text-align: left; color: #000;}
.aboutcon .left .txt{ margin:0 auto; padding:15px 0; width: 100%; height: auto; float: left; font-size: 14px; line-height: 24px; text-align: left; color: #666;text-indent: 2em;}
.aboutcon .left .txt p{text-indent: 2em;}

.aboutcon .right{ margin:0 auto; padding:30px 0 0 0; width: 46%; height: auto; float: right; text-align: right;}
.aboutcon .right img{ max-width: 100%; height: auto; text-align: left; border: 3px solid #69a2c2;}


.aboutcon .con{ margin:0 auto; padding:0; width: 100%; height: auto; float: left;}
.aboutcon .con h2{ margin:0 auto; padding:0; width: 100%; height: auto; float: left; font-size: 24px; font-weight: bold;line-height: 30px; text-align: left; color: #000;}
.aboutcon .con .txt{ margin:0 auto; padding:15px 0; width: 100%; height: auto; float: left; font-size: 14px; line-height: 24px; text-align: left; color: #666;}



.zhenshu{ margin:0 auto; padding:30px 0; width: 100%; height: auto; background: #fff;}
.zhenshulist{ margin:0 auto; padding: 0; width: 100%; height: auto;}
.zhenshulist ul{ margin:0 auto; padding: 0; width: 100%; height: auto;}
.zhenshulist ul li{ margin:0 auto; padding: 0; width: 31%; height: auto; margin:5px 1%; float: left;}
.zhenshulist ul li img{ max-width: 100%; height: auto;}
.zhenshulist ul li .txt{ margin:0 auto; padding:8px 2%; width: 100%; height: auto;font-size: 14px; color: #666; text-align: center; line-height: 20px;}




.single-testimonial{ margin:20px auto; padding:0; width: 100%; height: auto; }
.single-testimonial .img{ margin:0 auto; padding:0; width: 100%; height: auto; background: #333;  height: auto; text-align: center; background: #f1f3f6; }
.single-testimonial .img img{ max-width: 100%; height: auto;}
.single-testimonial p{ margin:0 auto; padding:15px 0; width: 100%; height: auto; font-size: 20px; text-align: left; color: #666; font-weight: 200; line-height: 30px;}
.center{ text-align:center;}


.single-testimonial p.center{ margin:0 auto; padding:15px 0; width: 100%; height: auto; font-size: 14px; text-align: center; color: #666; font-weight: 200; line-height: 30px;}
.single-testimonial:hover .img{background: #dbe0e6;}
.single-testimonial:hover img{-webkit-transform:scale(1.1);
	-moz-transform:scale(1.1);
	transform:scale(1.1); }
.single-testimonial:hover p{  color: #69a2c2;}


.accordion-item .owl-carousel .owl-nav {
	margin: 0;
    position: absolute;
    top: 50%;
    width: 100%;
	margin-top:-45px;
}

.accordion-item .owl-carousel .owl-nav div {
	height: 30px;
	width: 30px;
	line-height: 30px;
	text-align: center;
	background: none;
	color: #e3e3e3;
	font-size: 16px;
	position: absolute;
	margin: 0;
	-webkit-transition: all 0.4s ease;
	-moz-transition: all 0.4s ease;
	transition: all 0.4s ease;
	padding: 0;
	border-radius: 50%;
}
.accordion-item .owl-carousel .owl-nav div:hover{
	border: 1px solid #69a2c2;background: none;
	color:#69a2c2;
}
.accordion-item .owl-carousel .owl-controls .owl-nav .owl-prev{
	left:5px;
}
.accordion-item .owl-carousel .owl-controls .owl-nav .owl-next{
	right:5px;
}


.accordion-item .single-slider .textwrite{background-color: rgba(2,106,204,.47); padding: 30px; margin-top: 30px; }






.zhenshu .owl-carousel .owl-nav {
	margin: 0;
    position: absolute;
    top: 50%;
    width: 100%;
	margin-top:-25px;
}

.zhenshu .owl-carousel .owl-nav div {
	height: 50px;
	width: 50px;
	line-height: 50px;
	text-align: center;
	background: none;
	color: #e3e3e3;
	font-size: 26px;
	position: absolute;
	margin: 0;
	-webkit-transition: all 0.4s ease;
	-moz-transition: all 0.4s ease;
	transition: all 0.4s ease;
	padding: 0;
	border-radius: 50%;
}
.zhenshu .owl-carousel .owl-nav div:hover{
	border: 1px solid #69a2c2;background: none;
	color:#69a2c2;
}
.zhenshu .owl-carousel .owl-controls .owl-nav .owl-prev{
	left:-70px;
}
.zhenshu .owl-carousel .owl-controls .owl-nav .owl-next{
	right:-70px;
}


.zhenshu .single-slider .textwrite{background-color: rgba(2,106,204,.47); padding: 30px; margin-top: 60px; }





.zhenshu1{ margin:0 auto; padding:30px 0; width: 100%; height: auto; }
.zhenshu1 .title{ margin:0 auto; padding:0; width: 100%; height: auto; font-size: 30px; color: #000; text-align: center; line-height: 30px;}



.zhenshu1 .img{ margin:0 auto; padding:0; width: 100%; height: auto; text-align: center;}
.zhenshu1 .img img{ max-width: 100%; height: auto; }



/*---------------------------------------------------- */
/*advantage area*/
/*----------------------------------------------------*/
.advantage-section { background: #f3f3f3;
  padding: 80px 0px; }
  .advantage-section .section-title-middle {
    margin: 0 auto;
    max-width: 610px;
    padding-bottom: 50px; }
  .advantage-section .advantage-img-text .advantage-text {
    padding: 45px 40px;
    -webkit-box-shadow: 0px 9px 40px 0px rgba(193, 193, 193, 0.5);
    box-shadow: 0px 9px 40px 0px rgba(193, 193, 193, 0.5); }
    .advantage-section .advantage-img-text .advantage-text h3 {
      font-size: 18px;
      font-weight: 600;
      color: #222222;
      line-height: 1.556; }
  .advantage-section .advantage-img-text .advantage-img {
    overflow: hidden; }
    .advantage-section .advantage-img-text .advantage-img img {
      -webkit-transition: .3s all ease-in-out;
      -o-transition: .3s all ease-in-out;
      transition: .3s all ease-in-out; }
  .advantage-section .advantage-img-text:hover .advantage-img img {
    -webkit-transform: scale(1.2);
    -ms-transform: scale(1.2);
    transform: scale(1.2); }

  .advantage-section .advantage-content .col-lg-3 .advantage-img-text .advantage-text {
    background-color: #fff; }

  .advantage-section .advantage-content .col-lg-3:nth-child(2) .advantage-img-text .advantage-text {
    background-color: #eda213; }
    .advantage-section .advantage-content .col-lg-3:nth-child(2) .advantage-img-text .advantage-text h3 {
      color: #fff; }
  .advantage-section .advantage-content .col-lg-3:nth-child(3) .advantage-img-text .advantage-text {
    background-color: #0fc5d3; }
    .advantage-section .advantage-content .col-lg-3:nth-child(3) .advantage-img-text .advantage-text h3 {
      color: #fff; }

.service-page-advantage {
  padding-top: 195px; }



.fuwu{margin:0 auto; padding:30px 0; width: 100%; height: auto; }

.fuwu p{margin:0 auto; padding:0; width: 100%; height: auto; font-size: 16px; color: #666; text-align: left; line-height: 30px;}

.fuwu1{margin:0 auto; padding:30px 0; width: 100%; height: auto;background: #f5f5f5; }
.ic-box{
    width: 110px;
    height: 110px;
    border-radius: 50%;
    background-color: #ffffff;
    -webkit-box-shadow: 0 0 11px 0 rgba(6,22,58,.14);
    -moz-box-shadow: 0 0 11px 0 rgba(6,22,58,.14);
    box-shadow: 0 0 11px 0 rgba(6,22,58,.14);
    position: relative;
    margin: auto;
    -webkit-transition: all 0.3s ease-in-out 0s; 
    -moz-transition: all 0.3s ease-in-out 0s; 
    -ms-transition: all 0.3s ease-in-out 0s; 
    -o-transition: all 0.3s ease-in-out 0s; 
    transition: all 0.3s ease-in-out 0s; 
}
.icon-circle-layer:hover .ic-box{
    background-color: #FFF;
}
.center-icon{
    width: 70px;
    position: absolute; 
    top: 40px; 
    left: 50%; 
    transform: translate(-50%, -50%); 
    text-align: center; 
}
.icon-circle-layer{
    text-align: center;
    padding: 0px 25px;
    cursor: pointer;
}
.icon-circle-layer h4{
    margin: 25px 0px 10px;
}
.rotating {
    -webkit-transition: all 2s ease-in-out 0s; 
    -moz-transition: all 2s ease-in-out 0s; 
    -ms-transition: all 2s ease-in-out 0s; 
    -o-transition: all 2s ease-in-out 0s; 
    transition: all 2s ease-in-out 0s; 
}
.icon-circle-layer:hover .rotating {
    transform: rotate(360deg);
}

.fuwu2{margin:0 auto; padding:70px 0; width: 100%; height: auto;background: url(../image/bgg3.jpg) no-repeat top center; }
.fuwu2 .title{margin:0 auto; padding:10px 0; width: 100%; height: auto;font-size: 36px; color: #fff; text-align: center; line-height: 40px;}
.fuwu2 .title1{margin:0 auto; padding:5px 0; width: 100%; height: auto;font-size: 16px; color: #fff; text-align: center; line-height: 30px;}


.fuwu3{ margin:0 auto; padding:50px 0; width: 100%; height: auto; background: #f5f5f5;}
.fuwu3 ul{ margin:0 auto; padding: 0; width: 100%; height: auto;}
.fuwu3 ul li{ margin:0 auto; padding: 0; width: 23%; height: auto; margin:5px 1%; float: left;}
.fuwu3 ul li .img{ margin:0 auto; padding: 0; width: 100%; height: auto;text-align: center;}
.fuwu3 ul li .img img{ max-width: 100%; height: auto;}

.fuwu3 ul li .txt{ margin:0 auto; padding:8px 2%; width: 100%; height: auto;font-size: 14px; color: #666; text-align: center; line-height: 20px;}
.fuwu3 ul li .txt span{ margin:0 auto; padding: 0; width: 100%; height: auto;font-size: 20px; color: #000; text-align: center; line-height:30px;}

.solutionbg{ position:relative;
	padding:60px 0;
	background-color:#f1f3f6;}

.solutionbg .image-layer{
	position:absolute;
	left:0px;
	top:0px;
	right:0px;
	height:675px;
	background-attachment:fixed;
	background-position:center center;
	background-repeat:no-repeat;
}

.solucontent{ margin:10px auto; padding: 30px; width: 100%; height: auto; background: #fff;}
.solucontent h3{ margin:0 auto; padding: 0; width: 100%; height: auto;font-size: 26px; color: #000; font-weight: bold;text-align: left; line-height: 30px;}
.solucontent .txt{ margin:0 auto; padding:15px 0; width: 100%; height: auto; font-size: 14px; color: #666; text-align: left; line-height: 20px;}


.services-section{ margin:0 auto; padding:0; width: 100%; height: auto; background: #fff;}

.services-section .section-title{ margin:0 auto ; padding:30px 0; width: 100%; height: auto;background: #f3f3f3;}
.services-section .section-title h2{ margin:0 auto; padding:0; width: 100%; height: auto; font-size: 36px; font-weight: 500; line-height: 30px; text-align: left; color: #000;}
.services-section .section-title p{ margin:0 auto; padding:10px 0; width: 100%; height: auto; font-size:20px; line-height: 30px; text-align: left; color: #666;}

.section-title1{ margin:0 auto ; padding:30px 0; width: 100%; height: auto;background: #f3f3f3;}
.section-title1 h2{ margin:0 auto; padding:0; width: 100%; height: auto; font-size: 36px; font-weight: 500; line-height: 30px; text-align: left; color: #000;}
.section-title1 p{ margin:0 auto; padding:10px 0; width: 100%; height: auto; font-size:20px; line-height: 30px; text-align: left; color: #666;}

.services{ margin:0 auto; padding:30px 0; width: 100%; height: auto;}

.services .section-title{ margin:15px auto ; padding:0; width: 100%; height: auto; border-bottom: 1px dashed #e3e3e3;}
.services .section-title h2{ margin:0 auto; padding:10px 0; width: 100%; height: auto; font-size: 30px; font-weight: 200; line-height: 30px; text-align: left; color: #000;}
.services .section-title p{ margin:0 auto; padding:10px 0; width: 100%; height: auto; font-size:20px; line-height: 30px; text-align: left; color: #666;}



.serviceimg{ margin:0 auto; padding: 0; width: 100%; height: auto; text-align: center;}
.serviceimg img{ max-width:100%; height: auto;}
.servicetex{ margin:0 auto; padding:30px 0; width: 100%; height: auto;font-size: 18px; color: #666; text-align: left; line-height: 30px;}

.servicetop{ padding-top:40px;}


.service-block-one1 .inner-box {
    position: relative;
    margin-bottom: 30px;
}

.service-block-one1 .image {
    overflow: hidden;
}

.service-block-one1 .image img {
    width: 100%;
    transition: .5s;
}

.service-block-one1 .inner-box:hover .image img {
    transform: scale(1.1);
}

.service-block-one1 .content {
    position: relative;
    padding: 10px 0;
}

.service-block-one1 .content:before {
    position: absolute;
    content: '';
    left: 0;top: 0;
    right: 0;
    height: 0%;
    transition: .5s;
}

.service-block-one1 .inner-box:hover .content:before {
    height: 100%;
}

.service-block-one1 h4 {
    font-size: 24px;
    font-weight: 600; color: #000; line-height: 40px;
    transition: .5s;
}
.service-block-one1 p {
    font-size: 17px; padding: 10px 0;
     color: #777; line-height: 20px; min-height: 100px;
    transition: .5s;
}

.service-block-one1 .inner-box:hover h4 {
    transform: translateY(-18px);
}
.service-block-one1 .inner-box:hover p {
    transform: translateY(-18px);
}
.service-block-one1 h4:before {
    position: absolute;
    content: '';
    left: 0;
    bottom: -15px;
    width: 50px;
    height: 2px;
}

.service-block-one1 .link-btn {
    position: relative;
    opacity: 0;
    transition: .5s;
    transform: translateY(-10px);
}

.service-block-one1 .inner-box:hover .link-btn {
    opacity: 1;
    transform: translateY(8px);
}

.service-block-one1 .link-btn a {
    color: #fff;
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 600;
}

.services-area2 { margin:0 auto; padding: 60px 0; width: 100%; height: auto;}
.services-area2 .section-title{ padding-top:30px;}
.services-area2 .section-title h5{ font-size:18px; color: #666;}
.services-area2 .section-title h2{ font-size:28px; color: #000;}
.services-area2 .section-title p{ font-size:14px; color: #888; text-align: center;}



.services-area2 .container {
    z-index: 1;
    position: relative;
}
.services-area2 .services-box2 {
    border-radius: 10px;
    padding: 30px;
    border: 5px solid rgb(247, 249, 255);
}
.services-area2 .services-box2 h5 {
    font-size: 24px;
    margin-top: 30px;
}
.services-area2 .services-box2 .services-icon{
  border-radius: 10px;
  background-color: rgb(0, 22, 89);
    width: 80px;
    height: 80px;
    line-height: 80px;
    display: inline-block;
    text-align: center;
}

.services-area2 .services-box2 p{
    margin-bottom: 0;
}
.services-area2 .s-single-services.active {
    background: #f7f9ff;
}
.services-area2 .s-single-services.active a{
    color: #001659;
}
.services-area2 .s-single-services.active .services-icon{
    background: #ff5e14;
}
.mb-30{ margin-bottom:30px;}

.s-single-services {
	transition: .3s;
	padding: 30px;
	border: 5px solid #f5f8fa;
}
.s-single-services a.ss-btn{
    display: none;
}
.s-single-services.active {
    background: #f7f9ff;
}
.s-single-services .active-icon{display: none;}
.s-single-services .d-active-icon{display: block;}

.s-single-services:hover {background: #f7f9ff;}
.s-single-services:hover .second-services-content h5{color: #fff;}
.s-single-services:hover .second-services-content a,.s-single-services.active a,.services-two .s-single-services.active .btn2{color: #FFF;}

.s-single-services.active a.ss-btn{
    display: inline-block;
}

.s-single-services.active .second-services-content h5{}
.s-single-services.active .second-services-content a,#feature-top .s-single-services.active .btn2,.s-single-services.active .services-icon .glyph-icon::before{}
.s-single-services.active .second-services-content p{
    color: #FFF;
   
}
.s-single-services.active .active-icon{display: block;}
.s-single-services.active .d-active-icon{display: none;}

/*** 
=============================================
    About Style1 Area Css   
=============================================
***/
.about-style1-area{
    position: relative;
    display: block;
    background: #ffffff;
    padding: 50px 0 ;
}

.about-style1-image-box{
    position: relative;
    display: block;
    width: 100%;
}
.about-style1-image-box ul{
    position: relative;
    display: block;
    overflow: hidden;
    margin-left: -10px;
    margin-right: -10px;
}
.about-style1-image-box ul li{
    position: relative;
    display: block;
    float: left;
    width: 50%;
    padding: 0 10px 30px;
}
.about-style1-image-box ul li .image_box{
    position: relative;
    display: block;
    overflow: hidden;
}
.about-style1-image-box ul li .image_box img{
    width: 100%;
    transition: all 3500ms ease;    
}
.about-style1-image-box ul li:hover .image_box img{
    transform: scale(1.5) rotate(2deg);    
}
.about-style1-image-box ul li .image_box .overlay-box {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 200px;
    background-color: #ffffff;
    text-align: center;
    padding: 18px 0px 0px;
}
.about-style1-image-box ul li .image_box .overlay-box .top {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0px 0px 2px;
}
.about-style1-image-box ul li .image_box .overlay-box .top .icon {
    position: relative;
    display: block;
    padding-right: 15px;
}
.about-style1-image-box ul li .image_box .overlay-box .top .icon span::before {
    font-size: 60px;
}
.about-style1-image-box ul li .image_box .overlay-box .top .counting{
    position: relative;
    display: flex;
    align-items: center;
}
.about-style1-image-box ul li .image_box .overlay-box .top .counting span {
    color: #2739a7;
    font-size: 48px;
    line-height: 50px;
    font-weight: 600;
    font-family: 'Exo', sans-serif;
}
.about-style1-image-box ul li .image_box .overlay-box .top .counting .icon{
    position: relative;
    display: block;
    padding: 0;
}
.about-style1-image-box ul li .image_box .overlay-box .top .counting .icon i::before {
    position: relative;
    display: inline-block;
    padding-left: 3px;
    color: #2739a7;
    font-size: 20px;
    font-weight: 700;
}
.about-style1-image-box ul li .image_box .overlay-box p {
    color: #222222;
    font-size: 14px;
    line-height: 20px;
    font-weight: 700;
    margin: 0;
}


.about-style1-image-box ul li .image_box.right{
    margin-top: 75px;
}
.about-style1-image-box ul li .image_box.right::after {
    position: absolute;
    top: 0;
    left: -100%;
    display: block;
    content: '';
    width: 50%;
    height: 100%;
    background: linear-gradient(to right, rgba(255,255,255, .7) 0%, rgba(255,255,255,.3) 100%);
    transform: skewX(25deg);
    z-index: 2;
}
.about-style1-image-box ul li:hover .image_box.right::after {
    -webkit-animation: shine 1.9s;
    animation: shine 1.9s;
}



.about-style1-content-box {
    position: relative;
    display: block;
    padding-top: 30px; margin-left: 50px;

}
.about-style1-content-box .sec-title{
    padding-bottom: 15px;
}
.about-style1-content-box .inner-content{
    position: relative;
    display: block;
}
.about-style1-content-box .inner-content .top_text{
    position: relative;
    display: block;
}
.about-style1-content-box .inner-content .top_text p{
    color: #222222;
    font-size: 24px;
    line-height: 34px;
}
.about-style1-content-box .inner-content ul {
    position: relative;
    display: block;
    overflow: hidden;
    margin-top: 51px;
}


.about-style1-content-box .inner-content ul li {
    position: relative;
    display: block;
    padding-left: 100px;
    margin-bottom: 45px;
    min-height: 100px;
}
.about-style1-content-box .inner-content ul li:last-child{
    margin-bottom: 0;
}
.about-style1-content-box .inner-content ul li .icon {
    position: absolute;
    top: 0;
    left: 0;
    width: 100px;
    height: 100px;
    padding-right: 10px;
    padding-bottom: 10px;
    transition: all 200ms linear;
    transition-delay: 0.1s;
}
.about-style1-content-box .inner-content ul li:hover .icon{
    padding-right: 0px;
    padding-bottom: 0px;
    
    padding-left: 10px;
    padding-top: 10px;
}


.about-style1-content-box .inner-content ul li .icon::before{
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background: #e6e8f1;
    border-radius: 50%;
    content: "";
}

.about-style1-content-box .inner-content ul li .icon .inner{
    position: relative;
    display: block;
    width: 90px;
    height: 90px;
    background:#ffffff;
    border-radius: 50%;
}
.about-style1-content-box .inner-content ul li .icon span {
    position: relative;
    display: block;
    text-align: center;
    font-weight: 100;
}
.about-style1-content-box .inner-content ul li .text{
    position: relative;
    display: block;
    padding-left: 30px;
}
.about-style1-content-box .inner-content ul li .text h3 {
    font-size: 24px;
    line-height: 34px;
    font-weight: 600;
    margin-bottom: 3px;
}
.about-style1-content-box .inner-content ul li .text p{
    margin: 0;
}

/*dingzhi*/
.dingzhi{ margin:0 auto; padding: 30px 0; width: 100%; height: auto;}

@media (max-width: 479px) {
  .dingzhi .banner-item .inner-content {
    left: 30px;
  }
  .dingzhi .banner-item .inner-content.text-right {
    left: auto;
    right: 30px;
  }
}

@media (max-width: 479px) {
  .dingzhi .banner-item .inner-content .offer {
    font-size: 20px;
    margin-bottom: 0; 
    line-height: 26px;
  }
}
  .dingzhi .banner-item .inner-content .offer {
    font-size: 30px; margin: 15px 0;
    margin-bottom: 0; font-weight: bold; color: #69a2c2;
    line-height: 40px;
  }



.dingzhi .banner-item .inner-content .title {
  margin-bottom: 30px;font-size: 24px;
}

@media (max-width: 479px) {
  .dingzhi .banner-item .inner-content .title {
    margin-bottom: 5px;
    font-size: 16px;
  }
}

@media (max-width: 479px) {
  .dingzhi .banner-item .inner-content .btn {
    font-size: 11px;
    width: 80px;
    height: 30px;
    line-height: 28px;
  }
}

.img-hover-effect {
  position: relative;
}

.img-hover-effect:before {
  background: rgba(255, 255, 255, 0.41);
  content: "";
  height: 0;
  left: 0;
  margin: auto;
  opacity: 1;
  position: absolute;
  top: 0;
  width: 0;
  pointer-events: none;
  z-index: 1;
}

.img-hover-effect:after {
  background: rgba(255, 255, 255, 0.41);
  bottom: 0;
  content: "";
  height: 0;
  opacity: 1;
  position: absolute;
  right: 0;
  width: 0;
  pointer-events: none;
  z-index: 1;
}

.img-hover-effect:hover:before {
  height: 100%;
  opacity: 0;
  -webkit-transition-duration: 1.3s;
       -o-transition-duration: 1.3s;
          transition-duration: 1.3s;
  width: 100%;
}

.img-hover-effect:hover:after {
  height: 100%;
  opacity: 0;
  -webkit-transition-duration: 1.3s;
       -o-transition-duration: 1.3s;
          transition-duration: 1.3s;
  width: 100%;
}
.img-full {
  width: 100%;
  overflow: hidden;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center center;
     object-position: center center;
}

.banner-img {
  position: relative;
}

.banner-img .inner-content {
  position: absolute;
  top: 50%;
  left: 50px;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
}

.banner-img .inner-content.text-right {
  left: auto;
  right: 50px;
}

.banner-img .inner-content .title {
  text-transform: uppercase;
  font-size: 30px;
}

@media (max-width: 1199.98px) {
  .banner-img .inner-content .title {
    font-size: 20px;
  }
}

.banner-img .inner-content .offer {
  font-size: 18px;
  line-height: 33px;
  font-weight: 400;
}


/** service-section **/

.service-section{
	position: relative;
	padding: 40px 0px 70px 0px;
}

.service-block-one .inner-box{
	position: relative; background: #fff;
	display: block;
	overflow: hidden;
	text-align: center; border: 1px solid #f3f3f3;
	padding: 46px 20px 54px 20px;
	border-radius: 5px;
	transition: all 900ms ease;
}

.service-block-one .inner-box:hover{
	box-shadow: 0px 20px 30px rgba(14, 100, 175, 0.23);background: #69a2c2;
}

.service-block-one .inner-box:before{
	position: absolute;
	content: '';
	width: 100%;
	height: 0%;
	left: 0px;
	bottom: 0px;
	right: 0px;
	border-radius: 5px;
	transition: all 500ms ease;
}

.service-block-one .inner-box:hover:before{
	height: 100%;
	top: 0px;
}

.service-block-one .inner-box h4{
	margin-bottom: 30px;
}

.service-block-one .inner-box .icon-box{
	position: relative;
	display: inline-block;
	margin-bottom: 33px;
}

.service-block-one .inner-box .icon-box i{
	position: relative;
	display: inline-block;
	font-size: 50px;
	background: #fff;
	width: 100px;
	height: 100px;
	line-height: 100px;
	text-align: center;
	border-radius: 50%;
	box-shadow: 0 0 50px rgba(0, 0, 0, 0.1);
	transition: all 500ms ease;
}

.service-block-one .inner-box:hover .icon-box i{
	box-shadow: none;
}

.service-block-one .inner-box .icon-box .border-layer{
	position: absolute;
	width: 120px;
	height: 120px;
	left: -10px;
	top: -10px;
	border: 2px solid #fff;
	border-radius: 50%;
	clip-path: polygon(0% 0%, 50% 0%, 50% 100%, 0% 100%, 0 0);
	transition: all 500ms ease;
	-webkit-animation: service_hexagon 2s infinite linear;
    -moz-animation: service_hexagon 2s infinite linear;
    -o-animation: service_hexagon 2s infinite linear;
    animation: service_hexagon 2s infinite linear;
    -webkit-animation-play-state: paused;
    -moz-animation-play-state: paused;
    -o-animation-play-state: paused;
    animation-play-state: paused;
}

.service-block-one .inner-box:hover .icon-box .border-layer{
    -webkit-animation-play-state: running;
    -moz-animation-play-state: running;
    -o-animation-play-state: running;
    animation-play-state: running;
}

.service-block-one .inner-box:hover .border-layer{
	clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 0% 100%, 0 0);
}

.service-block-one .inner-box .icon-box .border-layer:before{
	position: absolute;
	content: '';
	background: #fff;
	width: 8px;
	height: 8px;
	left: 15px;
	bottom: 9px;
	border-radius: 50%;
}

.service-block-one .inner-box p{
	color: #666;
}

.service-block-one .inner-box:hover h4,
.service-block-one .inner-box:hover h4 a,
.service-block-one .inner-box:hover p{
	color: #fff;
}

.service-section .sec-title{
	margin-bottom: 10px;
}

.service-section .pattern-layer{
	position: absolute;
	top: 0px;
	right: 0px;
	width: 100%;
	height: 1525px;
	background-repeat: no-repeat;
	background-position: center;
}

.huibg{ background:#f3f3f3;}



.hangye{ margin:0 auto; padding:20px 0; width: 100%; height: auto;}
.hangye1{ margin:0 auto; padding:0; width: 100%; height: auto;}

.hangyetitle{ margin:0 auto; padding:10px 0; width: 100%; height: auto; font-size:30px ; color: #000; text-align: left; line-height: 30px;}
.hangyetitle1{ margin:0 auto; padding:10px 0; width: 100%; height: auto; font-size:16px ; color: #666; text-align: left; line-height: 24px;}
.hangyetitle2{ margin:0 auto; padding:0; width: 100%; height: auto; font-size:30px ; color: #000; text-align: left; line-height: 30px;}
.hangyetitle3{ margin:0 auto; padding:0; width: 100%; height: auto; font-size:24px ; color: #000; text-align: left; line-height: 30px;}

.hangyetitle4{ margin:0 auto; padding:10px 0; width: 100%; height: auto; font-size:20px ; color: #69a2c2; text-align: left; line-height: 30px; font-weight: 400;}

.hangyelist{ margin:0 auto; padding:0; width: 100%; height: auto;}
.hangyelist ul{ margin:0 auto; padding:0; width: 100%; height: auto;}
.hangyelist ul li{ margin:0 auto; padding:0; width: 30%; height: auto; margin:10px 3% 10px 0; float: left;-webkit-transition: 0.4s; border-radius: 3px;
  -o-transition: 0.4s;
  transition: 0.4s; }
.hangyelist ul li .img{ margin:0 auto; padding:0; width: 100%; height: auto; overflow: hidden;border-top-left-radius: 3px; border-top-right-radius: 3px;}
.hangyelist ul li .img img{ max-width: 100%; height: auto;z-index: 10;}
.hangyelist ul li .txt{margin:0 auto; padding:0; width: 100%;z-index: 20; height: auto;border-bottom-left-radius: 3px; border-bottom-right-radius: 3px; background: #313c42; display: block; color: #fff; text-align: center;line-height: 30px;font-size: 16px;}


.hangyelist ul li:hover{box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.30); -webkit-transform:scale(1.05);z-index: 10;
	-moz-transform:scale(1.05);
	transform:scale(1.05);}



.hangyelist ul li:hover .txt{ background: #69a2c2;}


.hangyelist1{ margin:0 auto; padding:0; width: 96%; height: auto;margin-right:2%;}
.hangyelist1 ul{ margin:2px auto; padding:0; width: 100%; height: auto;}
.hangyelist1 ul li{ margin:0 auto; padding:0; width: 100%; height: auto; margin:10px 0 6px 0; float: left;  }
.hangyelist1 ul li a{ margin:0 auto; padding:4px 20px; width: 100%; height: auto; background: #f1f3f6;border-radius: 3px; font-size: 24px; font-weight: 500; color: #666; line-height: 30px; display: block;}


.hangyelist1 ul li:hover i img{ color: #fff;}

.hangyelist1 ul li a:hover{ background: #69a2c2;color: #fff; }

.hangyelist1 ul li.list1 a{ margin:0 auto; padding:10px 20px; width: 100%; height: auto; background:url(../image/list1.png) no-repeat left 30px center #f1f3f6;border-radius: 3px; font-size: 24px; font-weight: 500; color: #666; line-height: 30px; display: block; padding-left: 100px; }
.hangyelist1 ul li.list1 a:hover{ background:url(../image/list11.png) no-repeat left 50px center #69a2c2; color: #fff;padding-left: 120px; }

.hangyelist1 ul li.list2 a{ margin:0 auto; padding:10px 20px; width: 100%; height: auto; background:url(../image/list2.png) no-repeat left 30px center #f1f3f6;border-radius: 3px; font-size: 24px; font-weight: 500; color: #666; line-height: 30px; display: block; padding-left: 100px; }
.hangyelist1 ul li.list2 a:hover{ background:url(../image/list12.png) no-repeat left 50px center #69a2c2; color: #fff;padding-left: 120px; }

.hangyelist1 ul li.list3 a{ margin:0 auto; padding:10px 20px; width: 100%; height: auto; background:url(../image/list3.png) no-repeat left 30px center #f1f3f6;border-radius: 3px; font-size: 24px; font-weight: 500; color: #666; line-height: 30px; display: block; padding-left: 100px; }
.hangyelist1 ul li.list3 a:hover{ background:url(../image/list13.png) no-repeat left 50px center #69a2c2; color: #fff;padding-left: 120px; }

.hangyelist1 ul li.list4 a{ margin:0 auto; padding:10px 20px; width: 100%; height: auto; background:url(../image/list4.png) no-repeat left 30px center #f1f3f6;border-radius: 3px; font-size: 24px; font-weight: 500; color: #666; line-height: 30px; display: block; padding-left: 100px; }
.hangyelist1 ul li.list4 a:hover{ background:url(../image/list14.png) no-repeat left 50px center #69a2c2; color: #fff;padding-left: 120px; }


.hangyelist1 ul li.list5 a{ margin:0 auto; padding:10px 20px; width: 100%; height: auto; background:url(../image/list5.png) no-repeat left 30px center #f1f3f6;border-radius: 3px; font-size: 24px; font-weight: 500; color: #666; line-height: 30px; display: block; padding-left: 100px; }
.hangyelist1 ul li.list5 a:hover{ background:url(../image/list15.png) no-repeat left 50px center #69a2c2; color: #fff;padding-left: 120px; }

.hangyelist1 ul li.list6 a{ margin:0 auto; padding:10px 20px; width: 100%; height: auto; background:url(../image/list6.png) no-repeat left 30px center #f1f3f6;border-radius: 3px; font-size: 24px; font-weight: 500; color: #666; line-height: 30px; display: block; padding-left: 100px; }
.hangyelist1 ul li.list6 a:hover{ background:url(../image/list16.png) no-repeat left 50px center #69a2c2; color: #fff;padding-left: 120px; }

.hangyelist1 ul li.list7 a{ margin:0 auto; padding:10px 20px; width: 100%; height: auto; background:url(../image/list7.png) no-repeat left 30px center #f1f3f6;border-radius: 3px; font-size: 24px; font-weight: 500; color: #666; line-height: 30px; display: block; padding-left: 100px; }
.hangyelist1 ul li.list7 a:hover{ background:url(../image/list17.png) no-repeat left 50px center #69a2c2; color: #fff;padding-left: 120px; }

.hangyelist1 ul li.list8 a{ margin:0 auto; padding:10px 20px; width: 100%; height: auto; background:url(../image/list8.png) no-repeat left 30px center #f1f3f6;border-radius: 3px; font-size: 24px; font-weight: 500; color: #666; line-height: 30px; display: block; padding-left: 100px; }
.hangyelist1 ul li.list8 a:hover{ background:url(../image/list18.png) no-repeat left 50px center #69a2c2; color: #fff;padding-left: 120px; }



.hangyeleftlist{ margin:0 auto; padding:0; width: 96%; height: auto;margin-right:2%;}
.hangyeleftlist .title{ margin:0 auto; padding:0; width: 100%; height: auto;font-size: 24px; color: #000; text-align: left;line-height: 40px; font-weight:500;}


.hangyeleftlist ul{ margin:20px auto; padding:0; width: 100%; height: auto;}
.hangyeleftlist ul li{ margin:0 auto; padding:0; width: 100%; height: auto; margin:0; float: left;  }
.hangyeleftlist ul li a{ margin:0 auto; padding:4px 20px; width: 100%; height: auto; border-left:2px solid #f3f3f3;font-size: 16px; font-weight: 500; color: #666; line-height: 30px; display: block;}
.hangyeleftlist ul li a:hover{ border-left:2px solid #69a2c2; color: #69a2c2; font-weight: 600; padding-left:14px;}

.hangyeleftlist ul li.on a{ border-left:2px solid #69a2c2; color: #69a2c2; font-weight: 600; padding-left:14px;}
.hangyeleftlist ul li.on a:hover{ border-left:2px solid #69a2c2; color: #69a2c2; font-weight: 600; padding-left:14px;}



/**/
.brandhui{ margin:0 auto; padding:30px 0; width: 100%; height: auto; background: #f5f5f5;}
.brandlist{ margin:0 auto; padding: 0; width: 100%; height: auto;}
.brandlist ul{ margin:0 auto; padding: 0; width: 100%; height: auto;}
.brandlist ul li{ margin:0 auto; padding: 0; width: 12%; height: auto; margin: 0.5%; float: left;}
.brandlist ul li img{ max-width: 100%; height: auto;}


.brandwrite{ margin:0 auto; padding:30px 0; width: 100%; height: auto; background: #fff;}

.brandimg1{ margin:0 auto; padding: 0; width: 100%; height: auto;}
.brandimg1 img{ max-width: 100%; height: auto;}

.brandimg{ margin:0 auto; padding: 0; width: 100%; height: auto;}
.brandimg img{ max-width: 100%; height: auto;}

.brandimgmobile{ margin:0 auto; padding: 0; width: 100%; height: auto; display: none;}
.brandimgmobile img{ max-width: 100%; height: auto;}

/*liuchen*/
.liuchen{ margin:0 auto; padding:30px 0; width: 100%; height: auto; background: #fff;}
.liuchenlist{ margin:0 auto; padding:0; width: 100%; height: auto; }
.liuchenlist ul{ margin:0 auto; padding:0; width: 100%; height: auto; }
.liuchenlist ul li{ margin:0 auto; padding:0; width: 12.5%; height: auto; float: left;}
.liuchenlist ul li .img{ margin:0 auto; padding:0; width: 100%; height: auto; margin-bottom: 10px;text-align: center;}
.liuchenlist ul li .img img{ max-width: 100%; height: auto;}
.liuchenlist ul li .line{ margin:0 auto; padding:0; display: block;width: 100%; height: 30px; border-bottom: 1px solid #e3e3e3; text-align: center;z-index: 100; }
.liuchenlist ul li .line i{ font-size: 18px; color: #69a2c2; margin-top: 10px; line-height: 40px; text-align: center; z-index: 10;}

.liuchenlist ul li .txt{ margin:10px auto; padding:15px 5%; width: 90%; height: auto; font-size: 14px; text-align: center; color: #666; line-height: 20px;}


.liuchenwenzi{ margin:0 auto; padding:0; width: 100%; height: auto; background: #f5f5f5; }
.liuchenwenzi .wz{ margin:0 auto; padding:30px; width: 100%; height: auto; font-size: 14px; text-align: left; color: #666; line-height: 24px;}


.liuchenpic{ margin:40px auto; padding:0; width: 100%; height: auto;}
.liuchenpic ul{ margin:0 auto; padding:0; width: 100%; height: auto;}
.liuchenpic ul li{ padding:20px; width: 49%; height: auto; margin-right: 1%; background: #69a2c2; float: left;}
.liuchenpic ul li:nth-child(1){ padding:20px; width: 49%; height: auto; margin-right: 1%; background: #69a2c2; float: left;}
.liuchenpic ul li:nth-child(2){ padding:20px; width: 49%; margin: 0; height: auto; margin-left: 1%; background: #69a2c2; float: right;}

.liuchenpic ul li .txt{ margin:0 auto; padding:0 0 20px 0; width: 100%; height: auto;  font-size: 20px; font-weight: bold;text-align: center; color: #fff; line-height: 40px;}
.liuchenpic ul li .img{ margin:0 auto; padding:0; width: 100%; height: auto; }
.liuchenpic ul li .img img{ max-width: 100%; height: auto; }


.solution{ margin:0 auto; padding:30px 0; width: 100%; height: auto; background: #f5f5f5;}
.solutionlist{ margin:0 auto; padding:0; width: 100%; height: auto; }
.solutionlist ul{ margin:0 auto; padding:0; width: 100%; height: auto; }
.solutionlist ul li{ margin:1%; padding:0; width: 31%; height: auto; float: left;}
.solutionlist ul li .img{ margin:0 auto; padding:0; width: 100%; height: auto; margin-bottom: 10px;text-align: center;}
.solutionlist ul li .img img{ max-width: 100%; height: auto;}


.solutionlist1{ margin:0 auto; padding:0; width: 100%; height: auto; }
.solutionlist1 ul{ margin:0 auto; padding:0; width: 100%; height: auto; }
.solutionlist1 ul li{ margin:1%; padding:0; width: 23%; height: auto; float: left;}
.solutionlist1 ul li .img{ margin:0 auto; padding:0; width: 100%; height: auto; margin-bottom: 10px;text-align: center;}
.solutionlist1 ul li .img img{ max-width: 100%; height: auto;}


.solutionlist2{ margin:0 auto; padding:0; width: 100%; height: auto; }
.solutionlist2 ul{ margin:0 auto; padding:0; width: 100%; height: auto; }
.solutionlist2 ul li{ margin:1%; padding:0; width: 31%; height: auto; float: left;}
.solutionlist2 ul li .img{ margin:0 auto; padding:0; width: 100%; height: auto; margin-bottom: 10px;text-align: center;}
.solutionlist2 ul li .img img{ max-width: 100%; height: auto;}
.solutionlist2 ul li .txt{ margin:0 auto; padding:8px 0; width: 100%; height: auto;text-align: center; font-size: 14px; color: #fff; background: #69a2c2; line-height: 20px;}
.solutionlist2 ul li:hover .txt{ background: #2d65c3; line-height: 20px;}

.displaymobile{ display:bolck;}
.displaymobilenone{ display:none;}


/*=============================
	Start Feautes CSS
===============================*/
.Feautes{
	padding-top:30px;
}
.Feautes.index2{
	padding-top:100px;
}
.Feautes.testimonial-page{
	padding-top:100px;
}
.Feautes .single-features{
	text-align:center;
	position:relative;
	padding:10px 20px;
}
.Feautes .single-features::before {
	position: absolute;
	content: "";
	right: -72px;
	top: 60px;
	width: 118px;
	border-bottom: 3px dotted #69a2c2;
}
.Feautes .single-features.last::before{
	display:none;
}
.Feautes .single-features .signle-icon{
	position:relative;
}
.Feautes .single-features .signle-icon span{
	font-size:50px;
	color:#69a2c2;
	position:absolute;
	left:50%;
	margin-left:-50px;
	top:0;
	height:100px;
	width:100px;
	line-height:100px;
	text-align:center;
	border:1px solid #dddddd;
	border-radius:100%;
	-webkit-transition:all 0.4s ease;
	-moz-transition:all 0.4s ease;
	transition:all 0.4s ease;
}

.Feautes .single-features .signle-icon span.ico1{line-height:100px;background: url(../image/ico1.png) no-repeat center center #fff;}
.Feautes .single-features .signle-icon:hover span.ico1{background: url(../image/ico11.png) no-repeat center center #69a2c2;}
.Feautes .single-features .signle-icon span.ico2{line-height:100px;background: url(../image/ico2.png) no-repeat center center #fff;}
.Feautes .single-features .signle-icon:hover span.ico2{background: url(../image/ico21.png) no-repeat center center #69a2c2;}
.Feautes .single-features .signle-icon span.ico3{line-height:100px;background: url(../image/ico3.png) no-repeat center center #fff;}
.Feautes .single-features .signle-icon:hover span.ico3{background: url(../image/ico31.png) no-repeat center center #69a2c2;}


.Feautes .single-features:hover .signle-icon i{
	background:#69a2c2;
	color:#fff;
	border-color:transparent;
}




.Feautes .single-features h3{
	padding-top: 128px;
	color:#2C2D3F;
	font-weight:600;
	font-size:21px;
}
.Feautes .single-features p {
	margin-top: 20px;
}
/*=============================
	End Feautes CSS
===============================*/


/*------------------- 6.39. Shop Details -------------------*/
.product-details-layout1 .widget {
  border: 1px solid #eee;
}

.product-details-layout1 .slick-slide img,
.product-details-layout1 .product-img img {
  width: 99%;border: 1px solid #e3e3e3;
}

.product-details-layout1 .product-details-img {
  overflow: hidden;
  position: relative;
}

.product-details-layout1 .product-details-img .slick-arrow {
  top: 50%;
  left: -50px;
  opacity: 0;
  visibility: hidden;
  z-index: 2;
  width: 35px;
  height: 35px;
  font-size: 14px;
  line-height: 35px;
  transform: translateY(-50%);
  transition: all ease 0.4s;
  background-color: #69a2c2;
  color: #fff;
}

.product-details-layout1 .product-details-img .slick-arrow:after {
  display: none;
}

.product-details-layout1 .product-details-img .slick-arrow:hover {
  background-color: #fff;
  color: #69a2c2;
}

.product-details-layout1 .product-details-img .slick-arrow.slick-next {
  left: auto;
  right: -50px;
}

.product-details-layout1 .product-details-img ul.slick-dots {
  position: absolute;
  right: 20px;
  top: 20px;
  z-index: 3;
  line-height: 0;
  margin: 0;
  padding: 0;
}

.product-details-layout1 .product-details-img ul.slick-dots li {
  display: inline-block;
  margin-right: 7px;
  line-height: 0;
}

.product-details-layout1 .product-details-img ul.slick-dots li.slick-active button {
  width: 15px;
}

.product-details-layout1 .product-details-img ul.slick-dots li button {
  font-size: 0;
  border: none;
  background-color: #69a2c2;
  line-height: 0;
  padding: 0;
  width: 9px;
  height: 9px;
}

.product-details-layout1 .product-details-img:hover .slick-arrow {
  left: 20px;
  opacity: 1;
  visibility: visible;
}

.product-details-layout1 .product-details-img:hover .slick-arrow.slick-next {
  left: auto;
  right: 20px;
}

.product-details-layout1 .product-details-thumb {
  margin-left: -5px;
  margin-right: -5px;
  margin-top: -80px;
}

.product-details-layout1 .product-details-thumb .slick-slide {
  padding-left: 5px;
  padding-right: 5px;
  cursor: pointer;
}

.product-details-layout1 .product-details-thumb .slick-slide img {
  padding: 0;
  border: 1px solid #e3e3e3;
  transition: all ease 0.4s;
  width: 100%;
}

.product-details-layout1 .product-details-thumb .slick-current img {
  padding: 1px;
  border-color: #69a2c2;
}

.product-details-layout1 .product-header {
  position: relative;
}
.product-details-layout1 .product-header .product800 {
  margin: 0 auto; padding: 0; width: 100%; height: auto;max-width: 800px;
}

.product-details-layout1 .product-header .txt1{ margin:0 auto; padding:40px 0; width: 100%; height: auto; font-size: 18px; line-height: 30px;  color: #000;}

.product-details-layout1 .discount {
  background-color: #69a2c2;
  color: #ffffff;
  display: inline-block;
  line-height: 1;
  padding: 7px 10px;
  font-size: 14px;
  z-index: 2;
  border-radius: 3px;
  position: absolute;
  left: 20px;
  top: 20px;
}

.product-details-layout1 .product-title {
  font-size: 26px;
  letter-spacing: 0;
  margin-bottom: 15px;
  font-family: "Roboto", sans-serif;
  font-weight: 500;
  line-height: 1;
}

.product-details-layout1 .price {
  color: #01133c;
  font-weight: 700;
  margin-bottom: 8px;
  font-size: 22px;
}

.product-details-layout1 .price del {
  color: #696e78;
  font-size: 18px;
  margin-right: 5px;
}

.product-details-layout1 .rating {
  margin-bottom: 20px;
}

.product-details-layout1 .rating span {
  margin-right: 0;
  font-size: 14px;
}

.product-details-layout1 .rating span i {
  color: #ffd200;
  font-size: 14px;
}

.product-details-layout1 .product-features {
  padding-bottom: 27px;
  margin-bottom: 25px;
  border-bottom: 1px solid #eee;
}

.product-details-layout1 .product-features ul li {
  margin-bottom: 5px;
}

.product-details-layout1 .product-features ul li i {
  color: #69a2c2;
  margin-right: 10px;
}

.product-details-layout1 .product-features ul li:last-child {
  margin-bottom: 0;
}

.product-details-layout1 .text {
  color: #494f5b;
  margin-bottom: 25px;
}

.product-details-layout1 .action-buttons {
  display: flex;
  padding-bottom: 30px;
}

.product-details-layout1 .action-buttons > a {
  box-shadow: none;
  max-width: 50px;
}

.product-details-layout1 .action-buttons .cart-btn {
  max-width: 140px;
}

.product-details-layout1 .quantity-box {
  display: flex;
  margin-right: 15px;
}

.product-details-layout1 .quantity-box input,
.product-details-layout1 .quantity-box button {
  width: 50px;
  height: 50px;
  text-align: center;
  border: none;
  font-size: 16px;
  line-height: 50px;
  background-color: rgba(0, 70, 226, 0.1);
  color: #01133c;
}

.product-details-layout1 .quantity-box input {
  background-color: #69a2c2;
  color: #fff;
}

.product-details-layout1 .product-body .inner-title {
  font-size: 16px;
  letter-spacing: 0;
  font-weight: 600;
  margin-bottom: 0;
}

.product-details-layout1 .product-categories {
  padding: 10px 0;
  border-top: 1px solid #eee;
}

.product-details-layout1 .product-categories .inner-title {
  display: inline-block;
  margin-right: 7px;
  vertical-align: middle;
}

.product-details-layout1 .product-categories ul {
  margin: 0;
  padding: 0;
  display: inline-block;
}

.product-details-layout1 .product-categories ul li {
  list-style: none;
  display: inline-block;
  margin-right: 5px;
}

.product-details-layout1 .product-categories ul li:last-child {
  margin-right: 0;
}

.product-details-layout1 .product-share {
  padding: 10px 0;
  border-top: 1px solid #eee; margin: 15px 0;
}

.product-details-layout1 .product-share .inner-title {
  display: inline-block;
  margin-right: 7px;
  vertical-align: middle;
}

.product-details-layout1 .product-share ul {
  display: inline-block;
  margin: 0;
  padding: 0;
}

.product-details-layout1 .product-share ul li {
  list-style: none;
  display: inline-block;
  margin-right: 10px;
}

.product-details-layout1 .product-share ul li:last-child {
  margin-right: 0;
}

.product-details-layout1 .product-tab-nav {
  margin: 0;
  padding: 0;
  margin: 25px 0;
  border-bottom: 1px solid #eee;
}

.product-details-layout1 .product-tab-nav li {
  list-style-type: none;
  display: inline-block;
  margin-right: 30px;
}

.product-details-layout1 .product-tab-nav li:last-child {
  margin-right: 0;
}

.product-details-layout1 .product-tab-nav li a {
  display: inline-block;
  font-size: 20px;
  font-weight: 500;
  text-transform: capitalize;
  color: #01133c;
  padding-bottom: 20px;
  position: relative;
}

.product-details-layout1 .product-tab-nav li a:before {
  content: '';
  position: absolute;
  left: 0;
  bottom: -1px;
  width: 0;
  height: 1px;
  background-color: #69a2c2;
  transition: all ease 0.4s;
}

.product-details-layout1 .product-tab-nav li a.active {
  color: #69a2c2;
}

.product-details-layout1 .product-tab-nav li a.active:before {
  width: 100%;
}

.product-details-layout1 .vs-product-review {
  margin-bottom: 40px;
}

.product-details-layout1 .vs-product-review .single-review {
  display: flex;
  align-items: center;
  border-bottom: 1px solid #eee;
  padding-bottom: 25px;
  margin-bottom: 25px;
}

.product-details-layout1 .vs-product-review .single-review:last-of-type, .product-details-layout1 .vs-product-review .single-review:last-child {
  margin-bottom: 0;
  border-bottom: none;
  padding-bottom: 0;
}

.product-details-layout1 .vs-product-review .single-review .author-img {
  width: 100px;
  height: 100px;
  margin-right: 20px;
  overflow: hidden;
}

.product-details-layout1 .vs-product-review .single-review .author-img img {
  max-width: 110%;
  height: 100%;
}

.product-details-layout1 .vs-product-review .single-review .review-content {
  width: calc(100% - 150px);
}

.product-details-layout1 .vs-product-review .single-review .review-content .meta {
  font-size: 12px;
  font-weight: 700;
  color: #69a2c2;
  display: inline-block;
}

.product-details-layout1 .vs-product-review .single-review .review-content .name {
  font-size: 18px;
  margin-bottom: 0;
  letter-spacing: 0;
  vertical-align: middle;
}

.product-details-layout1 .vs-product-review .single-review .review-content .name .rating {
  margin-left: 5px;
  font-size: 10px;
  color: #fec624;
  vertical-align: middle;
}

.product-details-layout1 .vs-product-review .single-review .review-content .text {
  margin-bottom: 0;
}


.product-details-layout1 .contact-form-area{ margin: 0 auto; padding:30px; width: 100%; height: auto; background: #f3f3f3;}
.product-details-layout1 .contact-form-area .form-title{ font-size:24px; color: #000; line-height: 30px; text-align: left;}
.product-details-layout1 .contact-form-area .sub-title{ font-size:16px; color: #666; line-height: 30px; text-align: left;}


.product-details-layout1 .review-form {
  padding-top: 50px;
}

.product-details-layout1 .review-form .form-group {
  margin-bottom: 30px;
}

.product-details-layout1 .review-form .form-title {
  font-size: 22px;
  font-weight: 500;
  letter-spacing: 0.02em;
  position: relative;
  border-bottom: 1px solid #eee;
  padding-bottom: 15px;
  margin-bottom: 35px;
}

.product-details-layout1 .review-form .form-title:before {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  width: 80px;
  height: 1px;
  background-color: #69a2c2;
}

.product-details-layout1 .review-form .vs-rating-input i {
  position: static;
  font-size: 16px;
  transform: none;
  cursor: pointer;
}

.product-details-layout1 .review-form .vs-rating-input .active i {
  color: #fec624;
}

@media (max-width: 768px) {
  .product-details-layout1 .product-title {
    font-size: 20px;
    margin-bottom: 10px;
  }
  .product-details-layout1 .action-buttons {
    display: block;
  }
  .product-details-layout1 .quantity-box {
    margin-bottom: 15px;
  }
  .product-details-layout1 .product-tab-nav li a {
    font-size: 16px;
    padding-bottom: 15px;
  }
  .product-details-layout1 .vs-product-review .single-review {
    display: block;
  }
  .product-details-layout1 .vs-product-review .single-review .author-img {
    margin-right: 0;
    margin-bottom: 15px;
  }
  .product-details-layout1 .vs-product-review .single-review .review-content {
    width: calc(100%);
  }
}
.location{ margin:0 auto; padding:15px 0; width: 100%; height: auto; background: #f3f3f3;}
.navaaa{margin-top: 10px;}

h1.tt{ margin:0 auto; padding:20px 0; width: 100%; height: auto; font-size:30px; color: #000; line-height: 30px; text-align: center;}
.product-description{ margin:0 auto; padding: 0; width: 100%; height: auto; font-size: 16px; color: #666; line-height: 24px; text-align: left;}
.product-description h1{ margin:0 auto; padding:20px 0; width: 100%; height: auto; font-size:30px; color: #000; line-height: 30px; text-align: left;}
.product-description h3{ margin:0 auto; padding:20px 0; width: 100%; height: auto; font-size:24px; color: #000; line-height: 30px; text-align: left;}

.product-description ul{ margin:0 auto; padding:20px; width: 100%; height: auto; background: #fafafa;}
.product-description ul li{ margin:0 15px; padding:0; width: 100%; height: auto; list-style: circle;}



.product-description table{ margin:0 auto; padding:20px 0; width: 100%; height: auto; }
.product-description  table td{ border:1px solid #e3e3e3; text-align: center;}

.product-description  table td{ border:1px solid #f3f3f3; text-align: center; padding: 5px 0;}
.product-description table tr:nth-child(odd){background:#dff5d6;}
.product-description table tr:nth-child(even){background:#fff;}
.product-description table tr:nth-child(1){background:#69a2c2;color:#fff;font-weight: bold;}
.product-description  table tr:nth-child(1) td{background:#69a2c2; color: #fff; font-weight: bold;}

.download{ margin:10px 15px  0 0; padding:20px 10px; width: 160px; height: 120px; background: #69a2c2; margin-bottom: 10px; float: left;}
.download i{ margin:0 auto; padding:0; width: 100%; height: auto;font-size: 30px; line-height: 40px; text-align: center; color: #fff;}
.download .txt{ margin:0 auto; padding:8px 0; width: 100%; height: auto;font-size: 12px; line-height: 16px; text-align: center; color: #fff;}


.download:hover{ background: #0a8e8f;}
.download:hover i{ color:#fff;}
.download:hover .txt{ color:#fff;}





#loginModal .modal-content{border-radius:0}

.close{ float:right; margin-top: -40px;}
.modal-header{color:#5ecfba}
.modal-dialog{ margin:0 auto; padding: 20px; width: 100%; height: auto; max-width: 540px;}
.modal-dialog .modal-content{ margin:0 auto; padding: 20px; width: 100%; height: auto;}


.modal-dialog .contact-us-form{	padding:10px;width: 100%;}
.modal-dialog  .contact-us-form h2 {
	position: relative;
	font-size: 24px;
	color: #333;
	font-weight: 600;
	line-height: 27px;
	text-transform: capitalize;
	text-align: left;
}
.modal-dialog  .contact-us-form p {
	font-size: 14px;
	color: #333;
	font-weight: 400;
	text-align: left;
	margin-bottom:20px;
}
.modal-dialog  .contact-us .form {
	margin-top: 30px;
}
.modal-dialog  .contact-us .form .form-group {
	margin-bottom: 22px;
}
.modal-dialog  .contact-us .form .form-group input {
	width: 100%;
	height: 60px;
	border: 1px solid #eee;
	text-transform: capitalize;
	padding: 5px 18px;
	color: #555;
	font-size: 14px;
	font-weight: 400;
	border-radius: 4px;
}

.modal-dialog .primary-btn {
  display: inline-block;
  max-width: 100%;
  width: 200px;
  height: 50px;
  line-height: 49px;
  text-align: center;
  font-weight: 700;
  font-size: 14px;
  text-transform: uppercase;
  background-color: #69a2c2;
  color: #ffffff;
  position: relative;
  margin-right: 15px;
  z-index: 5;
  border: none;
  overflow: hidden;
  transition: all ease 0.4s !important;

}


.modal-dialog .primary-btn:hover {
  color: #ffffff;
}

/* 07. Service CSS */
.service-area {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover; padding: 40px 0; background: url(../image/service-bg.jpg) repeat-x;
}

.aservice {
  padding: 45px 45px 42px 45px;
  text-align: center;
  background: #ffffff;
  border: 1px solid #dfe4ea;
  border-radius: 5px;
  position: relative;
  z-index: 9;
  -webkit-transition: all 0.3s ease-out 0s;
  -moz-transition: all 0.3s ease-out 0s;
  -ms-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 576px) and (max-width: 767px) {
  .aservice {
    padding: 36px 25px 31px 25px;
  }
}

.section-title-wrapper{ margin:0 auto; padding:30px 0; width: 100%; height: auto;}
.section-title-wrapper h2{ margin:0 auto; padding: 0; width: 100%; height: auto; font-size: 30px; text-align: left; line-height: 30px;color:#000;}

.theme-btn {
  font-size: 16px;
  color: #ffffff;
  height: 40px;
  line-height: 40px;
  text-align: center;
  padding: 0px 45px;
  border-radius: 20px;
  display: inline-block;
  background: #69a2c2;
  font-weight: 400;
  border: none;
  outline: none;
  cursor: pointer;
  position: relative;
  overflow: hidden;
}
.theme-btn:before {
  background-color: #fff;
  content: "";
  height: 150px;
  left: -75px;
  position: absolute;
  top: -35px;
  transform: rotate(35deg);
  transition: all 1600ms cubic-bezier(0.19, 1, 0.22, 1);
  width: 40px;
  opacity: 0;
}
.theme-btn:hover:before {
  left: 120%; color: #fff;
  transition: all 1300ms cubic-bezier(0.19, 1, 0.22, 1);
  opacity: 0.25;
}
.aservice__icon {
  height: 80px;
  width: 80px; line-height: 70px;
  text-align: center;
  display: inline-block;
  background: #f1f4f7;
  border-radius: 5px;
}
.aservice__icon i {
  font-size: 45px;
  color: #2371ff;
  vertical-align: middle;
  -webkit-transition: all 0.5s ease-out 0s;
  -moz-transition: all 0.5s ease-out 0s;
  -ms-transition: all 0.5s ease-out 0s;
  -o-transition: all 0.5s ease-out 0s;
  transition: all 0.5s ease-out 0s;
}
.aservice__text{ padding:30px 0;}
.aservice__text span {
  color: #151735;
  margin-bottom: 10px;
  display: block;
  -webkit-transition: all 0.3s ease-out 0s;
  -moz-transition: all 0.3s ease-out 0s;
  -ms-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
}

.aservice-box {
  position: relative;
}
.aservice-box:after {
  bottom: -20px;
  left: 50%;
  transform: translateX(-50%);
  position: absolute;
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 25px 17.5px 0 17.5px;
  border-color: #69a2c2 transparent transparent transparent;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.3s ease-out 0s;
  -moz-transition: all 0.3s ease-out 0s;
  -ms-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
}

.aservice__text--title {
  font-size: 24px;
  -webkit-transition: all 0.3s ease-out 0s;
  -moz-transition: all 0.3s ease-out 0s;
  -ms-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
  margin-bottom: 0px;
}

.custom-service-tab .nav-link.active .aservice {
  border-color: #69a2c2;
  background: #69a2c2;
}
.custom-service-tab .nav-link.active .aservice:before {
  height: 100%;
}
.custom-service-tab .nav-link.active .aservice .aservice__text--title, .custom-service-tab .nav-link.active .aservice span {
  color: #ffffff;
}
.custom-service-tab .nav-link.active .aservice i {
  color: #32344f;
  transform: rotateY(360deg);
  display: inline-block;
}
.custom-service-tab .nav-link.active .aservice-box:after {
  opacity: 1;
  visibility: visible;
}

.aservice__img {
  position: relative;
  overflow: hidden;
}
.aservice__img img {
  width: 100%;
}
.aservice__img--text {
  padding: 35px 25px;
  background: #ffffff;
  position: absolute;
  left: 20px;
  bottom: 20px;
  width: 360px;
}
@media (max-width: 767px) {
  .aservice__img--text {
    width: 100%;
    left: 0px;
    bottom: 0px;
    padding: 20px;
  }
}
.aservice__img--text:before {
  height: 0%;
  width: 4px;
  top: 0px;
  left: 0px;
  position: absolute;
  content: "";
  background: #69a2c2;
  -webkit-transition: all 0.3s ease-out 0s;
  -moz-transition: all 0.3s ease-out 0s;
  -ms-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
  opacity: 0;
  visibility: hidden;
}
.aservice__img--text p {
  margin-bottom: 10px;
}
.aservice__img--text__link {
  color: #69a2c2;
  font-weight: 600;
  display: inline-block;
  position: relative;
}
.aservice__img--text__link i {
  margin-left: 10px;
  -webkit-transition: all 0.3s ease-out 0s;
  -moz-transition: all 0.3s ease-out 0s;
  -ms-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
}
.aservice__img--text__link:before {
  position: absolute;
  content: "";
  height: 16px;
  width: 16px;
  border: 1px solid #69a2c2;
  top: 53%;
  transform: translateY(-50%);
  right: 14px;
  border-radius: 50%;
  font-size: 18px;
  -webkit-transition: all 0.3s ease-out 0s;
  -moz-transition: all 0.3s ease-out 0s;
  -ms-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
}
.aservice__img--text__link:hover i {
  margin-left: 15px;
}
.aservice__img--text__link:hover:before {
  right: 14px;
  border-color: #4f5168;
}
.aservice__img--text:hover:before {
  opacity: 1;
  visibility: visible;
  height: 100%;
}

.aservice__img--text__link img {
  width: inherit;
}

.aservice__img:hover img {
  transform: scale3d(1.1, 1.1, 1.1);
}

@media (max-width: 767px) {
  .service__header__btn {
    text-align: left !important;
    margin-top: 20px;
  }
}

.aservice__list:hover i {
  animation-name: animation-pulse-shrink;
  animation-duration: 1.3s;
  animation-timing-function: linear;
  animation-iteration-count: infinite;
  animation-direction: alternate;
  display: inline-block;
}

.custom-service-tab {
  margin-left: -15px;
  margin-right: -15px;
}

.nav-item {
  flex: 50%;
  padding-left: 15px;
  padding-right: 15px;
}

.nav-link {
  border: none;
  padding: 0px;
  width: 100%;
  background: none;
  cursor: pointer;
}

.text-end {
    text-align: right !important
}
.service__header__btn{ margin-right:6px;}

.service__header__btn a { margin-bottom:20px; color: #fff;}

.ablog__text--service .ablog__text--title {
  margin-bottom: 10px;
  padding-top: 5px;
}
.ablog__text--service .ablog__btn a {
  border-radius: 50px;
}
.ablog__text--service p {
  margin-bottom: 5px;
}

.aservice__list--icon {
  height: 75px;
  width: 75px;
  border-radius: 50%;
  float: left;
  margin-right: 30px;
  line-height: 80px;
  background: #fae5d8;
  text-align: center;
  animation: pulse-orange 8s infinite;
}
.aservice__list--icon i {
  color: #69a2c2;
  font-size: 34px;
  vertical-align: middle;
}

.aservice__list--text {
  overflow: hidden;
}
.aservice__list--text p {
  margin-bottom: 0px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .aservice__list--text p {
    padding-right: 275px;
  }
}
.aservice__list--text.aservice__list--text2 p {
  padding-right: 0px;
}

.aservice__list--text__title {
  font-size: 27px;
}
.aservice__list--text__title:hover {
  color: #69a2c2;
}

.service-area-2 {
  margin-top: -220px;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .service-area-2 br {
    display: none;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .service-area-2 {
    padding-top: 110px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .service-area-2 {
    margin-top: -170px;
    padding-top: 110px;
  }
}
@media (max-width: 767px) {
  .service-area-2 {
    padding-top: 110px;
    margin-top: 0px;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .aservice--img__2 {
    margin-top: 30px;
  }
}
.aservice--img__2 img {
  max-width: inherit;
  margin-left: 100px;
}
@media only screen and (min-width: 1400px) and (max-width: 1599px), only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .aservice--img__2 img {
    max-width: 100%;
    margin-left: 0px;
  }
}

@media (max-width: 767px) {
  .aservice__list.mb-55 {
    margin-bottom: 30px;
  }
}

@media (max-width: 767px) {
  .aservice--img__2.mb-30 {
    margin-top: 10px;
  }
}

div.service--afeature__icon {
  padding: 0px;
  border: 10px solid rgba(34, 112, 255, 0.25);
  animation: pulse 8s infinite;
}
div.service--afeature__icon i {
  height: 160px;
  width: 160px;
  line-height: 160px;
  vertical-align: middle;
  font-size: 70px;
  line-height: 175px;
  animation: pulse-blue 8s infinite;
}
@media (max-width: 767px) {
  div.service--afeature__icon i {
    height: 120px;
    width: 120px;
    line-height: 130px;
    font-size: 48px;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .service__contact--img {
    margin-right: 0px;
  }
}
.service__contact--img img {
  max-width: inherit;
  margin-left: -165px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .service__contact--img img {
    max-width: 100%;
    margin-left: 0px;
    margin-right: 0px;
  }
}

.service__contact--form input, .service__contact--form textarea {
  height: 70px;
  width: 100%;
  display: block;
  border: 1px solid #dce1e4;
  border-radius: 35px;
  background: rgba(247, 247, 247, 0);
  padding: 0px 30px;
  outline: none;
  font-size: 16px;
  color: #83868c;
  margin-bottom: 20px;
  -webkit-transition: all 0.3s ease-out 0s;
  -moz-transition: all 0.3s ease-out 0s;
  -ms-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
}
.service__contact--form input::-moz-placeholder, .service__contact--form textarea::-moz-placeholder {
  color: #83868c;
  opacity: 1;
}
.service__contact--form input::placeholder, .service__contact--form textarea::placeholder {
  color: #83868c;
  opacity: 1;
}
.service__contact--form input:focus, .service__contact--form textarea:focus {
  border-color: rgba(34, 112, 255, 0.35);
}
.service__contact--form textarea {
  height: 170px;
  padding: 20px 30px;
  border-radius: 30px;
}

.service__sidebar--widget {
  padding: 35px 30px 40px 30px;
}

.service__sidebar--widget__title {
  font-size: 27px;
  margin-bottom: 25px;
}
.service__sidebar--widget__title span {
  color: #69a2c2;
}

.service__sidebar--widget__links li {
  list-style: none;
  padding: 21px 25px 19px 25px;
  background: #ffffff;
  margin-bottom: 12px;
  line-height: 1;
}
.service__sidebar--widget__links li:last-child {
  margin-bottom: 0px;
}
.service__sidebar--widget__links li a {
  font-size: 16px;
  color: #4f5168;
  line-height: 1;
}
.service__sidebar--widget__links li a i {
  font-size: 14px;
  color: #69a2c2;
  float: right;
  margin-top: 3px;
}
.service__sidebar--widget__links li:hover a {
  color: #69a2c2;
}

.service__sidebar--widget__info {
  padding: 10px 25px 10px 25px;
  background: #ffffff;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), (max-width: 767px) {
  .service__sidebar--widget__info {
    padding: 0px 15px 0px 15px;
  }
}
.service__sidebar--widget__info li {
  list-style: none;
  padding: 25px 0px;
  border-bottom: 1px solid #dce1e4;
}
.service__sidebar--widget__info li:last-child {
  border-bottom: 0px;
}
.service__sidebar--widget__info li:hover i {
  animation-name: wobble-vertical;
  animation-duration: 1s;
  animation-timing-function: ease-in-out;
  animation-iteration-count: 1;
}
.service__sidebar--widget__info .service__sidebar--widget__info--icon {
  float: left;
  margin-right: 15px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), (max-width: 767px) {
  .service__sidebar--widget__info .service__sidebar--widget__info--icon {
    margin-right: 10px;
  }
}
.service__sidebar--widget__info .service__sidebar--widget__info--icon i {
  font-size: 26px;
  color: #69a2c2;
  margin-top: 5px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), (max-width: 767px) {
  .service__sidebar--widget__info .service__sidebar--widget__info--icon i {
    font-size: 20px;
  }
}
.service__sidebar--widget__info .service__sidebar--widget__info--text {
  overflow: hidden;
}
.service__sidebar--widget__info .service__sidebar--widget__info--text span {
  display: block;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), (max-width: 767px) {
  .service__sidebar--widget__info .service__sidebar--widget__info--text span {
    font-size: 15px;
  }
}
.service__sidebar--widget__info .service__sidebar--widget__info--text span:hover {
  text-decoration: underline;
}

@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px) {
  .service__sidebar--widget__btn {
    display: flex;
    justify-content: space-between;
  }
}
.service__sidebar--widget__btn a {
  font-size: 20px;
  color: #ffffff;
  height: 60px;
  line-height: 60px;
  background: #69a2c2;
  display: block;
  padding: 0px 17px;
  margin-bottom: 15px;
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px) {
  .service__sidebar--widget__btn a {
    margin-bottom: 0px;
    flex-basis: 48%;
  }
}
.service__sidebar--widget__btn a:last-child {
  margin-bottom: 0px;
}
.service__sidebar--widget__btn a i {
  font-size: 30px;
  padding-right: 17px;
  border-right: 1px solid rgba(255, 255, 255, 0.302);
  vertical-align: middle;
  height: 60px;
  line-height: 60px;
  margin-top: -4px;
  margin-right: 15px;
}
.service__sidebar--widget__btn a:hover {
  background: #2371ff;
}

.service-details-subtitle {
  font-size: 34px;
}

.service-details-list li {
  list-style: none;
  padding-left: 28px;
  position: relative;
  margin-bottom: 25px;
}
.service-details-list li:before {
  content: "";
  font-size: 16px;
  color: #69a2c2;
  position: absolute;
  font-family: "Font Awesome 5 Pro";
  top: 2px;
  left: 0px;
}

.service__details--contact__form .field-wrapper {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media (max-width: 767px) {
  .service__details--contact__form .field-wrapper {
    display: inherit;
  }
}
.service__details--contact__form .field-wrapper .field {
  width: 48.5%;
}
@media (max-width: 767px) {
  .service__details--contact__form .field-wrapper .field {
    width: 100%;
  }
}

.service-details img,
.service-details-inner-img img {
  width: 100%;
}
.service-details img:hover,
.service-details-inner-img img:hover {
  transform: scale3d(1.1, 1.1, 1.1);
}

.aservice--2 {
  margin-top: -10px;
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .aservice--2 {
    margin-top: 0px;
  }
}

.z-index {
  z-index: 2;
  position: relative;
}
/* 10. Portfolio CSS */

.portfolio-area{ width:100%; height: auto; margin: 0 auto; padding: 40px 0;}
.aportfolio{ width:100%; height: auto; margin: 0 auto; padding: 0;}
.aportfolio__text {
	box-shadow: 0px 0px 10px #00000014;
  background: #313c42; border-radius: 5px; width: 100%;
  padding: 25px 35px 30px 35px;
  margin: 0;
  -webkit-transition: all 0.3s ease-out 0s;
  -moz-transition: all 0.3s ease-out 0s;
  -ms-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .aportfolio__text {
    padding: 25px 25px 30px 25px;
  }
}
.aportfolio__text span {
  display: block;
  margin-bottom: 5px;
}

.aportfolio__text--title {
  font-size: 20px; font-weight: 200; text-align:center;color:#fff;
  margin-bottom: 0px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .aportfolio__text--title {
    font-size: 24px;
  }
}
.aportfolio__text--title:hover {
  color: #69a2c2;
}

.aportfolio:hover img {
  opacity: 0.7;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .aportfolio-menu {
    text-align: left !important;
    margin-bottom: 50px;
  }
}
@media (max-width: 767px) {
  .aportfolio-menu {
    text-align: left !important;
    margin-bottom: 40px;
  }
}
.aportfolio-menu button {
  border: 1px solid #dce1e4;
  height: 40px;
  line-height: 38px;
  padding: 0px 30px;
  border-radius: 50px;
  background: none;
  color: #151735;
  margin-left: 10px;
  outline: none;
  cursor: pointer;
  display: inline-block;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .aportfolio-menu button {
    padding: 0px 25px;
  }
}
@media (max-width: 767px) {
  .aportfolio-menu button {
    margin-bottom: 10px;
    margin-left: 0px;
    margin-right: 10px;
  }
}
.aportfolio-menu button.active {
  background: #69a2c2;
  color: #ffffff;
  border-color: #69a2c2;
}
.aportfolio-menu button:first-child {
  margin-left: 0px;
}

.aportfolio__img {
  overflow: hidden;
  position: relative;
}
.aportfolio__img img {
  width: 100%;
}

.aportfolio:hover img {
  opacity: 0.7;
  transform: scale3d(1.1, 1.1, 1.1);
}
.aportfolio:hover .aportfolio__img--icon {
  height: 100%;
}
.aportfolio:hover .aportfolio__inner--text {
  background: #69a2c2;
}
.aportfolio:hover .aportfolio__inner--text h4, .aportfolio:hover .aportfolio__inner--text span {
  color: #ffffff;
}

.aportfolio__img--icon {
  position: absolute;
  bottom: 0px;
  left: 0px;
  height: 0%;
  width: 100%;
  background: rgba(29, 40, 75, 0.4);
  -webkit-transition: all 0.5s ease-out 0s;
  -moz-transition: all 0.5s ease-out 0s;
  -ms-transition: all 0.5s ease-out 0s;
  -o-transition: all 0.5s ease-out 0s;
  transition: all 0.5s ease-out 0s;
}
.aportfolio__img--icon a {
  height: 70px;
  width: 70px;
  line-height: 70px;
  vertical-align: middle;
  font-size: 18px;
  color: #69a2c2;
  display: inline-block;
  background: #ffffff;
  text-align: center;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transition: all 0.3s ease-out 0s;
  -moz-transition: all 0.3s ease-out 0s;
  -ms-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
}
.aportfolio__img--icon a:hover {
  background: #69a2c2;
  color: #ffffff;
}

@media (max-width: 767px) {
  .aportfolio-menu-inner {
    text-align: center !important;
  }
}
.aportfolio-menu-inner button {
  margin: 0px 5px;
  margin-bottom: 10px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .aportfolio-menu-inner button {
    padding: 0px 25px;
  }
}

.project--details__info {
  padding: 6px 30px;
}
.project--details__info ul li {
  padding: 24px 0px;
  border-bottom: 1px solid #ff944d;
  list-style: none;
}
.project--details__info ul li:last-child {
  border-bottom: 0px;
}
.project--details__info ul li span {
  color: #ffffff;
  display: block;
  margin-bottom: 5px;
}
.project--details__info ul li h4 {
  margin-bottom: 0px;
  font-size: 27px;
  color: #ffffff;
}

.project-description-list ul {
  padding-top: 8px;
}
.project-description-list ul li {
  margin-bottom: 20px;
}

div.project-description-video {
  min-height: 600px;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (max-width: 767px) {
  div.project-description-video {
    min-height: 450px;
  }
}
div.project-description-video:before {
  background: rgba(21, 32, 66, 0.85);
}

.project-description-img img {
  width: 100%;
}



/*** 

====================================================================
	Section Title
====================================================================

***/

.sec-title{
	position:relative;
	z-index:2;
	margin-bottom:40px;
}

.sec-title h2{
    color:#00204c;
	text-transform:uppercase; 
}

.sec-title h2:before{
	position:absolute;
	content:'';
	left:0px;
	bottom:-10px;
	height:2px;
	width:60px;
	background-color:#69a2c2;
}

.sec-title.centered h2:before{
	left:50% !important;
	margin-left:-30px;
}

.sec-title .text{
    font-weight: 400;
	margin-top:10px;
}

.sec-title.light .text,
.sec-title.light .title,
.sec-title.light h2{
	color:#000;
}

.sec-title.centered{
	text-align: center !important;
}

.procontact{ margin:40px auto; padding: 0; width: 100%; height: auto;position:relative;}



.accordion .accordion-item {
  border-bottom: 1px solid #e5e5e5;
}
.accordion .accordion-item button[aria-expanded=true] {
  border-bottom: 1px solid #03b5d2;
}
.accordion button {
  position: relative;
  display: block;
  text-align: left;
  width: 100%;
  padding: 1em 0;
  color: #7288a2;
  font-size: 1.15rem;
  font-weight: 400;
  border: none;
  background: none;
  outline: none;
}
.accordion button:hover, .accordion button:focus {
  cursor: pointer;
  color: #03b5d2;
}
.accordion button:hover::after, .accordion button:focus::after {
  cursor: pointer;
  color: #03b5d2;
  border: 1px solid #03b5d2;
}
.accordion button .accordion-title {
  padding: 1em 1.5em 1em 0;
}
.accordion button .icon {
  display: inline-block;
  position: absolute;
  top: 18px;
  right: 0;
  width: 22px;
  height: 22px;
  border: 1px solid;
  border-radius: 22px;
}
.accordion button .icon::before {
  display: block;
  position: absolute;
  content: "";
  top: 9px;
  left: 5px;
  width: 10px;
  height: 2px;
  background: currentColor;
}
.accordion button .icon::after {
  display: block;
  position: absolute;
  content: "";
  top: 5px;
  left: 9px;
  width: 2px;
  height: 10px;
  background: currentColor;
}
.accordion button[aria-expanded=true] {
  color: #03b5d2;
}
.accordion button[aria-expanded=true] .icon::after {
  width: 0;
}
.accordion button[aria-expanded=true] + .accordion-content {
  opacity: 1;
  max-height: 250px;
  transition: all 200ms linear;
  will-change: opacity, max-height;
}
.accordion .accordion-content {
  opacity: 0;
  max-height: 0;
  overflow: hidden;
  transition: opacity 200ms linear, max-height 200ms linear;
  will-change: opacity, max-height;
}


.single-testimonia2{ margin:10px auto; padding:0; width: 100%; height: auto; }
.single-testimonia2 .img{ margin:0 auto; padding:0; width: 100%; height: auto; background: #333;  height: auto; text-align: center; background: #f1f3f6; }
.single-testimonia2 .img img{ max-width: 100%; height: auto;}
.single-testimonia2 p{ margin:0 auto; padding:5px 0; width: 100%; height: auto; font-size: 12px; text-align: center; color: #666; font-weight: 200; line-height: 30px;}
.single-testimonia2:hover .img{background: #dbe0e6;}
.single-testimonia2:hover img{-webkit-transform:scale(1.1);
	-moz-transform:scale(1.1);
	transform:scale(1.1); }
.single-testimonia2:hover p{  color: #69a2c2;}




.indexcounter-section{
	position:relative; padding:50px 0; background: url(../image/bgg2.jpg) no-repeat top center;
}




.indexcounter-section .toptitle{ margin:0 auto; padding: 0; width: 100%; height: auto;}
.indexcounter-section .toptitle h4{ margin:0; padding: 0; width: 100%; height: auto; font-size: 30px; text-align: left; color: #fff;  line-height: 40px;}
.indexcounter-section .toptitle .line{	
	margin:10px 0; padding: 0;
	height:4px;
	width:100px;
	background-color:#69a2c2;}
.indexcounter-section .toptitle .txt{ margin:0; padding: 0; width: 100%; height: auto; font-size: 16px; text-align: left; color: #fff; font-weight: normal; line-height: 40px;}



.indexcounter-section .image-layer{
	
	background-attachment:fixed;
	background-position:center center;
	background-repeat:no-repeat;
}

.indexcounter-section .image-layer:before{
	position:absolute;
	content:'';
	left:0px;
	top:0px;
	right:0px;
	bottom:0px;
	opacity:0.80;
	z-index:1;
	background-color:#00204c;
}

.indexcounter-section .fact-counter{
	margin:20px 0;
}

.indexcounter-section ul{ margin:0 auto; padding: 20px 0; width: 100%; height: auto;z-index:2;}

.indexcounter-section ul li{ margin:5px 2%; padding: 0; width: 46%; min-height:60px; background: url(../image/duigou.png) no-repeat left top; float: left; font-size: 18px;letter-spacing:2px; line-height: 20px; text-align: left; padding-left: 50px; padding-top: 10px; z-index:2;color: #000;}

.indexcounter-section ul li:nth-child(2n+1){clear: both;}

.counter-section{
	position:relative; padding:50px 0; background: #f1f3f6;
}

.counter-section .toptitle{ margin:0 auto; padding: 0; width: 100%; height: auto;}
.counter-section .toptitle h4{ margin:0; padding: 0; width: 100%; height: auto; font-size: 30px; text-align: left; color: #000;  line-height: 40px;}
.counter-section .toptitle .line{	
	margin:10px 0; padding: 0;
	height:4px;
	width:100px;
	background-color:#69a2c2;}
.counter-section .toptitle .txt{ margin:0; padding: 0; width: 100%; height: auto; font-size: 16px; text-align: left; color: #000; font-weight: normal; line-height: 40px;}



.counter-section .image-layer{
	
	background-attachment:fixed;
	background-position:center center;
	background-repeat:no-repeat;
}

.counter-section .image-layer:before{
	position:absolute;
	content:'';
	left:0px;
	top:0px;
	right:0px;
	bottom:0px;
	opacity:0.80;
	z-index:1;
	background-color:#00204c;
}

.counter-section .fact-counter{
	margin:20px 0;
}

.counter-section ul{ margin:0 auto; padding: 20px 0; width: 100%; height: auto;z-index:2;}

.counter-section ul li{ margin:5px 0; padding: 0; width: 42%; min-height:100px; background: url(../image/duigou.png) no-repeat left top;  font-weight: 200; float: left; font-size: 16px; letter-spacing:1px;line-height: 20px; text-align: left; padding-left: 50px; padding-top: 10px; z-index:2;color: #000; }

.counter-section ul li:nth-child(2n+1){clear: both; float: left;}
.counter-section ul li:nth-child(2n){ float: right;}
/* Fact Counter */

.fact-counter{
	position:relative;
}

.fact-counter .counter-column{
	position:relative;
	z-index:1;
	margin-bottom:30px;
}

.fact-counter .counter-column .inner{
	position:relative;
	text-align:left;
	padding:20px;
	-webkit-transition:all 300ms ease;
	-ms-transition:all 300ms ease;
	-o-transition:all 300ms ease;
	-moz-transition:all 300ms ease;
	transition:all 300ms ease;
}

.fact-counter .counter-column .inner:hover{
	background:#69a2c2;
}

.fact-counter .counter-column .inner .content{
	position:relative;
}

.fact-counter .counter-column .count-box{
	position:relative;
	color:#ffffff;
	font-size:45px; text-align:left;
	line-height:1em;
}

.fact-counter .counter-column .count-box sup{
	position:relative;
	color:#ffffff;
}

.fact-counter .counter-column .icon{
	position:absolute;
	left:0px;
	top:0px;
	color:#c18e28;
	font-size:44px;
	line-height:1em;transition: all 600ms ease;
    -moz-transition: all 600ms ease;
    -webkit-transition: all 600ms ease;
    -ms-transition: all 600ms ease;
    -o-transition: all 600ms ease;
}

.fact-counter .counter-column .inner:hover .icon{
	-webkit-transform: scale(-1) rotate(180deg);
    -moz-transform: scale(-1) rotate(180deg);
    -ms-transform: scale(-1) rotate(180deg);
    -o-transform: scale(-1) rotate(180deg);
    transform: scale(-1) rotate(180deg);
}

.fact-counter .counter-column .count-text{
	display:inline-block;
	color:#ffffff; font-size: 50px; font-weight: bold; text-align: left;
	line-height:1em;
}

.fact-counter .counter-column .count-outer{
	position:relative;
	font-size:20px;
	line-height:1em;
}

.fact-counter .counter-column .counter-title{
	margin-top:10px; text-align:left;font-size: 26px;
	color:#e3e3e3;
}
.fact-counter .counter-column .counter-title1{
	margin-top:10px; text-align:left; font-size: 24px; font-weight: bold;
	color:#69a2c2;
}
.fact-counter.style-two .counter-column .inner{
	background:none;
	border:0px;
	padding:40px 0px;
}
.fact-counter .counter-column:hover .counter-title1{
	
	color:#fff;
}


.soluleft{ margin:0 auto; padding:0; width: 100%; height: auto;z-index:2;position:relative;}
.soluleft .tilee1{ margin:0; padding:15px 0; width: 80%; height: auto; font-size: 14px; font-weight: 400; color: #fff; text-align: left; line-height: 30px;}
.soluleft .tilee2{ margin:0 auto; padding: 20px 0; width: 100%; height: auto; font-size: 56px; font-weight: 800; color: #e3e3e3; text-align: left; line-height: 40px;}
.soluleft i{ margin:40px 0 0 0;font-size: 80px; font-weight: 100; color: #fff; text-align: left; line-height: 80px;}
.soluleft i:hover{ color: #69a2c2;}


.solurights{ margin:0 auto; padding: 0; width: 100%; height: auto;z-index:2;position:relative;}
.solurights .tilee1{ margin:0 auto; padding: 0; width: 100%; height: auto; font-size: 15px; font-weight: 200; color: #fff; text-align: left; line-height: 30px;z-index:2;}
.solurights .readmore a{ margin:30px 0 0 0; padding: 0; width: 140px; height: 40px; float:right; display: block;border: 1px solid #fff; font-size: 16px; font-weight: 200; color: #fff; text-align: center; line-height: 40px;z-index:2;}
.solurights .readmore a:hover{ background: #69a2c2; margin-left:20px;}




/* 11. Choose CSS */
.position-relative {
    position: relative !important
}
.d-lg-none {
        display: none !important
    }
.img-fluid {
    max-width: 100%;
    height: auto
}


.choose-area {
  background-repeat: no-repeat;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .choose-area {
    background-size: cover;
  }
}

.choose-bg-right {
  background-repeat: no-repeat;
  width: 54%;
  position: absolute;
  top: 0px;
  right: 0px;
  height: 100%;
  background-size: cover;
  margin-top: 60px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .choose-bg-right {
    width: 60%;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .choose-bg-right {
    width: 100%;
    margin: 0px;
  }
}
@media (max-width: 767px) {
  .choose-bg-right {
    width: 100%;
    margin: 0px;
  }
}

.choose--content {
  padding: 180px 0px 10px 100px;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .choose--content br {
    display: none;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .choose--content {
    padding: 180px 0px 10px 20px;
  }
  .choose--content br {
    display: none;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .choose--content {
    padding: 120px 0px 70px 0px;
  }
}

.achoose__icon {
  height: 100px;
  width: 100px;
  border-radius: 50%;
  line-height: 116px;
  border: 7px solid #c1d7ff;
  display: inline-block;
  text-align: center;
  float: left;
  margin-right: 30px;
  animation: pulse-blue 6s infinite;
}
@media (max-width: 767px) {
  .achoose__icon {
    margin-right: 0px;
    margin-bottom: 15px;
    float: inherit;
  }
}
.achoose__icon i {
  font-size: 48px;
  color: #ffffff;
  -webkit-transition: all 0.5s ease-out 0s;
  -moz-transition: all 0.5s ease-out 0s;
  -ms-transition: all 0.5s ease-out 0s;
  -o-transition: all 0.5s ease-out 0s;
  transition: all 0.5s ease-out 0s;
}
.achoose__icon.theme-bg {
  border-color: #ffd5b9;
  animation: pulse-orange 6s infinite;
}
.achoose__text p {
  margin-bottom: 0px;
}
.achoose:hover i {
  transform: rotateY(360deg);
  display: inline-block;
}

.achoose__text--title {
  font-size: 27px;
}

.choose-area-3 {
  background-position: center;
  background-repeat: repeat;
  overflow-x: hidden;
}

.choose--content__3 {
  padding: 0px;
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .choose--content__3 {
    padding-top: 70px;
  }
}

.achoose__img--3 img {
  max-width: inherit;
}
@media only screen and (min-width: 1600px) and (max-width: 1750px) {
  .achoose__img--3 img {
    max-width: 725px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .achoose__img--3 img {
    max-width: 100%;
  }
}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .choose--feature__left {
    margin-right: 65px;
  }
}
@media (max-width: 767px) {
  .choose--feature__left {
    margin-right: 0px;
  }
}

.choose--feature__icon i {
  font-size: 60px;
  color: #ff6600;
}

.choose--feature__text p {
  margin-bottom: 0px;
}

.choose--feature__text--title {
  font-size: 27px;
  margin-bottom: 15px;
}
.choose--feature__text--title:hover {
  color: #ff6600;
}

.choose-fact-area {
  position: relative;
  z-index: 2;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .choose-fact-area {
    padding-bottom: 255px;
  }
}
@media (max-width: 767px) {
  .choose-fact-area {
    padding-bottom: 85px;
  }
}
.hanglist{ margin:0 auto; padding:40px 0 ; width:100%; height:auto;}
.hanglist ul{ margin:0 auto; padding:0; width:100%; height:auto;}
.hanglist ul li{ margin:10px 0; padding:0; width:22.5%; height:auto; margin:1%; float:left; }
.hanglist ul li i{ margin-right:10px;}


.choose-fact-area:before {
  position: absolute;
  content: "";
  top: 0px;
  left: 0px;
  height: 100%;
  width: 100%;
  background: rgba(21, 32, 66, 0.9);
  z-index: -1;
}

.choose--fact__icon {
  height: 100px;
  width: 100px;
  line-height: 100px;
  border: 2px dashed #ffffff;
  display: inline-block;
  text-align: center;
  border-radius: 50%;
  -webkit-transition: all 0.3s ease-out 0s;
  -moz-transition: all 0.3s ease-out 0s;
  -ms-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
}
.choose--fact__icon i {
  font-size: 48px;
  color: #ffffff;
  vertical-align: middle;
  -webkit-transition: all 0.5s ease-out 0s;
  -moz-transition: all 0.5s ease-out 0s;
  -ms-transition: all 0.5s ease-out 0s;
  -o-transition: all 0.5s ease-out 0s;
  transition: all 0.5s ease-out 0s;
}

.choose--fact__text h2 {
  font-size: 60px;
  color: #ffffff;
  margin-bottom: 5px;
}
.choose--fact__text span {
  font-size: 20px;
  color: #ffffff;
  display: block;
}

.choose--fact {
  -webkit-transition: all 0.3s ease-out 0s;
  -moz-transition: all 0.3s ease-out 0s;
  -ms-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
}

.choose--fact:hover {
  transform: translateY(-5px);
}
.choose--fact:hover .choose--fact__icon {
  border-color: #ff6600;
  background: #ff6600;
}
.choose--fact:hover .choose--fact__icon i {
  transform: rotate(360deg);
  display: inline-block;
}

div.choose--afeature__icon {
  border-radius: 5px;
  padding: 6px;
}
div.choose--afeature__icon i {
  border-radius: 5px;
  height: 70px;
  width: 70px;
  line-height: 77px;
}

.choose-work-area {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}



dropdown{
   display: inline-block; float: right;
   margin: 0; height: 50px;
}
dropdown label, dropdown ul li{
  display: block;
  width: 240px;
  background: #f1f3f6;
  padding: 15px 20px;
}
dropdown label:hover, dropdown ul li:hover{
  background: #69a2c2;
  color: white;
  cursor: pointer;
}


dropdown label{
  color: #666; font-size: 18px;
  position: relative;
  z-index: 2;
}
dropdown input{
  display: none;
}
dropdown input ~ ul{
  position: relative;
  visibility: hidden;
  opacity: 0;
  top: -20px;
  z-index: 1;
}
dropdown input:checked + label{
  background: #69a2c2;
  color: white;
}

dropdown input:checked ~ ul{
  visibility: visible;
  opacity: 1;
  top: 0;
}
$colors: #E74C3C, #0072B5, #2C3E50;

@for $i from 1 through length($colors) {
  dropdown ul li:nth-child(#{$i}) {
    border-left: 4px solid nth($colors, $i);
    .fa{
      color: nth($colors, $i);
    }
    &:hover {
        background: nth($colors, $i);
        color: white;
      .fa{
        color: white; 
      }
    }
  }
}

.animate{
  -webkit-transition: all .3s;
  -moz-transition: all .3s;
  -ms-transition: all .3s;
  -ms-transition: all .3s;
  transition: all .3s;  
  backface-visibility:hidden;
  -webkit-backface-visibility:hidden; /* Chrome and Safari */
  -moz-backface-visibility:hidden; /* Firefox */
  -ms-backface-visibility:hidden; /* Internet Explorer */
}



/*=======================
	Start Blog CSS
=========================*/
.blog{
	background:#fff;
	padding: 50px 0;
}

.blogtop{ margin:10px auto; padding:15px 0; width: 100%; height: auto; border-bottom: 1px dashed #e3e3e3;}
.protitle{ text-align:left; color:#000; font-size: 24px; line-height: 30px; font-weight: 300;}

.blogtop .left{ margin:0 auto; padding:0; width: 50%; height: auto; float: left;}
.blogtop .right{ margin:0 auto; padding:0; width: 50%; height: auto; float: right;}


/* Blog Section 
============== */

.blog .single-blog-item {
	background: #fff;
	border-radius: 5px;
}

.blog .blog-bg img {
	height: 200px;
	width: 100%;
	border-radius: 5px 5px 0 0;
}

.blog p.blog-meta {
	font-size: 16px;
	font-weight: 500;
	margin: 8px 0;
	color: #70C150;
	text-transform: uppercase;
}

.blog p.blog-meta i:before {
	padding-right: 7px;
}

.blog .blog-meta i {
	font-size: 20px;
	margin-right: 7px;
}

.blog-content i {
	margin-right: 7px;
}

.blog-content {
	box-shadow: 0 0 10px 0px rgba(0, 0, 0, .06);
	padding:15px 30px;
}

.blog .blog-content h5 a {
	font-size: 16px;
	font-weight: bold;
	line-height: 20px;
	color: #1d2143;
	margin-bottom: 20px;
}
.blog .blog-content p {
	font-size: 12px;
	font-weight: normal;
	line-height: 20px;
	color: #666;
	padding: 10px 0;
}
.blog .blog-content h5 a:hover {
	color: #70C150;
}

.blog a.read-more {
	text-transform: uppercase;
	font-size: 16px;
	font-weight: 500;
	margin: 10px 0 0;
	color: #70C150;
}

.blog a.read-more:hover {
	opacity: 1;
}

.blog .blog-bg {
	position: relative;
	z-index: 1;
	overflow: hidden;
	transition: .3s;
}

.blog .blog-bg img {
	transition: transform ease 0.3s;
}

.blog .blog-bg span {
	background: #70C150;
	color: #fff;
	padding: 10px;
	display: inline-block;
	width: 60px;
	text-align: center;
	position: absolute;
	top: 0;
	right: 0;
}

.blog .blog-bg img:hover {
	transform: scale(1.3);
	transition: all 2s ease-out;
	border-radius: 5px;
}




.blog .blog-title{
	text-align:center;
}
.blog .single-news {
	background: #fff; padding: 15px;
	-webkit-transition: all 0.4s ease;
	-moz-transition: all 0.4s ease;
	transition: all 0.4s ease; display: block;
	box-shadow: 0px 0px 10px #00000014;
}
.blog .single-news img{
	width:100%;
	margin:0;
	padding:0;
	-webkit-transition:all 0.4s ease;
	-moz-transition:all 0.4s ease;
	transition:all 0.4s ease;
}
.blog .single-news .news-head{
	position:relative; width: 30%; float: left;
	
}
.blog .single-news .news-body{
	position:relative; width: 100%; float: left;
	
}
.blog .single-news .news-content {
	text-align: left;
	background: #fff;

}
.blog .single-news .news-content:before{
	position:absolute;
	content:"";
	left:0;
	bottom:0;
	height:2px;
	width:0%;
	background:#69a2c2;
	opacity:0;
	visibility:hidden;
	-webkit-transition:all 0.4s ease;
	-moz-transition:all 0.4s ease;
	transition:all 0.4s ease;
}
.blog .single-news:hover .news-content:before{
	opacity:1;
	visibility:visible;
	width:100%;
}
.blog .single-news .news-body h2 {
	font-size: 18px;
	font-weight: 600;
	margin-bottom: 10px;
	line-height: 24px;
}
.blog .single-news .news-body h2 a{
	color:#2C2D3F;
	font-weight: 500;
}
.blog .single-news .news-body h2 a:hover{
	color:#69a2c2;
}
.blog .single-news .news-content p {
	font-weight: 400;
	text-transform: capitalize;
	font-size: 13px;
	letter-spacing: 0px;
	line-height: 23px;
}
.blog .single-news .news-body .date {
	display: inline-block;
	font-size: 14px;
	margin-bottom: 5px;
	background: #69a2c2;
	color: #fff;
	padding: 4px 15px;
	border-radius: 3px;
	font-size: 14px;
	margin-bottom: 10px;
}
.blog.grid .single-news{
	margin-top:30px;
}
/* Blog Sidebar */

.main-sidebar {
	background: #fff;
	margin-top: 0px;
	background: transparent;
}
.main-sidebar-fa .main-sidebar{
	margin-top: 0;
}
.main-sidebar .single-widget {
	margin-bottom: 30px;
	padding: 40px 20px;
	background: #fff;
	-webkit-box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.10);
	-moz-box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.10);
	box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.10);
	border-radius: 8px;
}
.main-sidebar .single-widget .title {
	position: relative;
	font-size: 18px;
	font-weight: 600;
	text-transform: capitalize;
	margin-bottom: 30px;
	display: block;
	background: #fff;
	padding-left: 12px;
}
.main-sidebar .single-widget .title::before {
	position: absolute;
	content: "";
	left: 0;
	bottom: -1px;
	height: 100%;
	width: 3px;
	background: #69a2c2;
}
.main-sidebar .single-widget:last-child{
	margin:0;
}




.single-widget.recent-post ul li a{margin: 8px 0;
  padding: 10px; width: 100%; 
  background-color: #f7f7f7;
   display: flex;
    align-items: center; 
    justify-content: space-between;
    color: #777;
	font-size: 17px;
}



.single-widget.recent-post ul li a:hover{
  background-color: #69a2c2;
  color: #fff;
}

.single-widget.recent-post ul li ul a{
  padding: 5px 15px;
  background-color: #fff;
  color: #777; font-size: 16px;
  font-weight: normal;
}
.single-widget.recent-post ul li ul a:hover{  color: #69a2c2; background: none;}

.main-sidebar .search{
	position:relative;
}
.main-sidebar .search input {
	width: 100%;
	height: 45px;
	box-shadow: none;
	text-shadow: none;
	font-size: 14px;
	border: none;
	color: #222;
	background: transparent;
	padding: 0 70px 0 20px;
	-webkit-transition: all 0.4s ease;
	-moz-transition: all 0.4s ease;
	transition: all 0.4s ease;
	border-radius: 0;
	border: 1px solid #eee;
	border-radius: 5px;
}
.main-sidebar .search .button {
	position: absolute;
	right: 40px;
	top: 40px;
	height: 44px;
	width: 50px;
	line-height: 45px;
	box-shadow: none;
	text-shadow: none;
	text-align: center;
	border: none;
	font-size: 14px;
	color: #fff;
	background: #333;
	-webkit-transition: all 0.4s ease;
	-moz-transition: all 0.4s ease;
	transition: all 0.4s ease;
	border-radius: 0 5px 5px 0;
}
.main-sidebar .search .button:hover {
	background:#69a2c2;
	color:#fff;
}
/* Category List */
.main-sidebar .categor-list {
	margin-top: 15px;
}
.main-sidebar .categor-list li {
	margin-bottom: 10px;
}
.main-sidebar .categor-list li:last-child{
	margin-bottom:0px;
}
.main-sidebar .categor-list li a {
	display: inline-block;
	color: #333;
	font-size:14px;
}
.main-sidebar .categor-list li a:hover{
	color:#69a2c2;
	padding-left:7px;
}
.main-sidebar .categor-list li a i {
	display: inline-block;
	margin-right:0px;
	font-size: 9px;
	transform: translateY(-1px);
	opacity:0;
	visibility:hidden;
	-webkit-transition:all 0.4s ease;
	-moz-transition:all 0.4s ease;
	transition:all 0.4s ease;
}
.main-sidebar .categor-list li a:hover i{
	margin-right: 6px;
	opacity:1;
	visibility:visible;
}
/* Recent Posts */
.main-sidebar .single-post {
	position: relative;
	border-bottom: 1px solid #ddd;
	display: inline-block;
	padding: 17px 0;
}
.main-sidebar .single-post:last-child{
	padding-bottom:0px;
	border:none;
}
.main-sidebar .single-post .image img{
	float: left;
	width: 80px;
	height: 80px;
	margin-right: 20px;
}
.main-sidebar .single-post .content{
	padding-left:100px;
}
.main-sidebar .single-post .content h5 {
	line-height: 18px;
}
.main-sidebar .single-post .content h5 a {
	color: #2C2D3F;
	font-weight: 500;
	font-size: 14px;
	font-weight: 500;
	margin-top: 10px;
	display: block;
	margin-bottom: 10px;
	margin-top: 0;
}
.main-sidebar .single-post .content h5 a:hover{
	color:#69a2c2;
}
.main-sidebar .single-post .content .comment li{
	color:#888;
	display:inline-block;
	margin-right:15px;
	font-weight:400;
	font-size:14px;
}
.main-sidebar .single-post .content .comment li:last-child{
	margin-right:0;
}
.main-sidebar .single-post .content .comment li i{
	display:inline-block;
	margin-right:5px;
}
/* Blog Tags */
.main-sidebar .side-tags .tag{
	margin-top:40px;
}
.main-sidebar .side-tags .tag li {
	display: inline-block;
	margin-right: 7px;
	margin-bottom: 20px;
}
.main-sidebar .side-tags .tag li a {
	background: #fff;
	color: #333;
	padding: 8px 14px;
	text-transform: capitalize;
	border-radius: 0;
	font-size: 13px;
	background: #F6F7FB;
	border-radius: 4px;
}
.main-sidebar .side-tags .tag a:hover{
	color:#fff;
	background:#69a2c2;
	border-color:transparent;
}
/* News Single */
.news-single {
	padding: 36px 0 90px;
	background: #f8f8f8;
}

.news-single .titlenew{ margin:30px auto; padding: 0; width: 100%; height: auto; }
.news-single .titlenew h1{ margin:0 auto; padding: 0; width: 100%; height: auto; font-size: 36px; line-height: 40px; text-align: left; color: #666; font-weight: 300;}

.news-single .titlecon{ margin:10px auto; padding: 0; width: 100%; height: auto; position: relative;}
.news-single .titlecon:before{ 
	position: absolute;
	content: "";
	left: 0;
	top: 25px;
	height: 2px;z-index: 10;
	width: 100%;
	background: #e3e3e3;}

.news-single .titlecon .con{ float:right;position: relative; background: #fff;z-index: 100; display: block;margin: 0; padding: 0; width: 320px; height: auto; font-size: 24px; color: #666; line-height: 50px; text-align: right;}

.news-single .titlecon .con .txt{float:right;margin: 0; padding: 0; width: auto; height: auto; font-size: 24px; color: #666; line-height: 50px; text-align: right; font-weight: 200;}
.news-single .titlecon .con .download1{ margin:0 5px; padding:0; width: 50px; height: 50px; background: #69a2c2; margin-bottom: 10px; float: right;}
.news-single .titlecon .con .download1 i{ margin:0 auto; padding:0; width: 100%; height: auto;font-size: 30px; line-height: 40px; text-align: center; color: #fff;}


.news-single .titlecon .con .download1:hover{ background: #0a8e8f;}
.news-single .titlecon .con .download1:hover i{ color:#fff;}


.xuanze{ margin:0 auto; padding: 0; width: 100%; height: auto;}
.xuanze form{ margin:0 auto; padding: 0; width: 100%; height: auto;}

.xuanze select{ margin:0 auto; padding: 0; width: 49; height: auto; margin-right:1%; float: left; border: 1px solid #e3e3e3; font-size: 18px; }
.xuanze .m-wrap {

    background-color: #e3e3e3;
    border: 1px solid #e5e5e5;
width: 49%; margin-right:1%; padding: 0 20px;
    height: 50px; float:left;
    line-height: 50px;
}
.xuanze option{ background:#fff; line-height: 40px; color: #666; font-size: 16px; border-bottom:1px solid #e3e3e3; height: 40px; display: block;}

.cx{ background:#fff; line-height: 40px; color: #666; font-size: 16px; border-bottom:1px solid #e3e3e3; height: 40px;}

.news-single .single-main {
	margin-top: 30px;
	background: #fff;
	padding: 30px;
	-webkit-box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.10);
	-moz-box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.10);
	box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.10);
	border-radius: 8px;
}
.news-single .news-head{}
.news-single .news-head img{
	width:100%;
	height:100%;
}
.news-single .news-title {
	font-size: 25px; text-align: center;
	margin: 20px 0;
}
.news-single .news-title a {
	color: #252525;
	font-weight: 600;
}
.news-single .news-title a:hover {
	color: #69a2c2;
}
/* Blog Meta */
.news-single{
	background:#fff;
}
.news-single .meta {
	overflow: hidden;
	border-top: 1px solid #ebebeb;
	border-bottom: 1px solid #ebebeb;
	width: 100%;
	padding: 10px 0;
	margin-bottom: 15px;
}
.news-single .meta span {
	margin-right: 10px;
	display: inline-block;
}
.news-single .meta span:last-child{
	margin:0;
}
.news-single .meta span, .news-single .meta span a {
	color: #2C2D3F;
	font-weight: 400;
}
.news-single .meta span i {
	margin-right: 5px;
	color:#69a2c2;
}
.news-single .meta-left{
	float:left;
}
.news-single .meta-left .author img {
	width: 45px;
	height: 45px;
	border-radius: 100%;
	margin-right: 12px;
}
.news-single .meta-left .author {
	float: left;
}
.news-single .meta-left span.date {
	margin-top: 10px;
}
.news-single .meta-right {
	float: right;
	margin-top: 10px;
}
.news-single .news-content{
	margin:20px 0;
}
.news-single .news-content p{
	margin-bottom:10px;
}
.news-single .news-content p:last-child{
	margin:0;
}
.news-single .news-text p {
	font-size: 14px;
	margin-bottom:20px;
}
.news-text img{max-width:100%; height:auto;}
.news-text div img{max-width:100%; height:auto;}

.news-single .news-text ul.two {margin:0 auto; padding: 0; width: 100%; height: auto;}
.news-single .news-text ul.two li {margin:0 auto; padding: 0; width: 48%; height: auto; margin: 1%; float: left;}
.news-single .news-text ul.two li img {max-width: 100%; height: auto;}

.news-single .news-text ul.three {margin:0 auto; padding: 0; width: 100%; height: auto;}
.news-single .news-text ul.three li {margin:0 auto; padding: 0; width: 31%; height: auto; margin: 1%; float: left;}
.news-single .news-text ul.three li img {max-width: 100%; height: auto;}

.news-single .news-text  table{ margin:0 auto; padding:10px 0; width: 100%; height: auto;}
.news-single .news-text  table td{ border:1px solid #e3e3e3; text-align: center;}

.news-single .news-text  table td{ border:1px solid #f3f3f3; text-align: center; padding: 5px 0;}
.news-single .news-text table tr:nth-child(odd){background:#dfeef5;}
.news-single .news-text  table tr:nth-child(even){background:#fff;}
.news-single .news-text table tr:nth-child(1){background:#8cc9e6;color:#000;font-weight: bold;}
.news-single .news-text  table tr:nth-child(1) td{background:#8cc9e6; color: #000; font-weight: bold;}


/* Image Gallery */
.news-single .image-gallery {
	margin-bottom: 20px;
}
.news-single .image-gallery .single-image {
	overflow: hidden;
}
.news-single .image-gallery .single-image:hover img{
	-webkit-transform:scale(1.2);
	-moz-transform:scale(1.2);
	transform:scale(1.2);
}
/* Blockqoute */
.news-single blockquote {
	background-image: url('img/blockqoute-bg.jpg');
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	padding: 30px;
	overflow: hidden;
}
.news-single blockquote::before {
	opacity: 0.9;
}
.news-single .news-text blockquote p {
	color: #fff;
	margin: 0;
	line-height: 26px;
	font-size: 15px;
	position: relative;
}
.news-single .blog-bottom {
	overflow: hidden;
}
/* Social Share */
.news-single .social-share {
	float: left;
}
.news-single .social-share li {
	float: left;
}
.news-single .social-share li span{
	padding-left:5px;
}
.news-single .social-share li.facebook a{
	background:#5d82d1;
}
.news-single .social-share li.twitter a{
	background:#40bff5;
}
.news-single .social-share li.google-plus a{
	background:#eb5e4c;
}
.news-single .social-share li.linkedin a{
	background:#238cc8;
}
.news-single .social-share li.pinterest a{
	background:#e13138;
}
.news-single .social-share li a {
	padding: 10px 20px;
	display: block;
	color: #fff;
}
.news-single .social-share li a:hover{
	background:#2B343E;
}
/* Prev Next Button */
.news-single .prev-next {
	float: right;
}
.news-single .prev-next li {
	display: inline-block;
	padding: 0;
	margin-right: 5px;
}
.news-single .prev-next li:last-child{
	border:none;
}
.news-single .prev-next li a {
	display: block;
	width: 40px;
	height: 40px;
	line-height: 36px;
	text-align: center;
	font-size: 16px;
	border: 1px solid #c4c4c4;
	color: #555;
	border-radius: 4px;
}
.news-single .prev-next li a:hover{
	color:#fff;
	background:#69a2c2;
	border-color:transparent;
}
/* Blog Comments */
.news-single .blog-comments {
	margin-top: 30px;
	background: transparent;
	-webkit-box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.10);
	-moz-box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.10);
	box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.10);
	border-radius: 8px;
	padding: 30px;
}
.news-single .blog-comments h2 {
	text-align: left;
	text-transform: capitalize;
	font-size: 18px;
	color: #252525;
	margin-bottom: 20px;
}
.news-single .blog-comments h4 span{
	float:right;
}
.news-single .single-comments {
	overflow: hidden;
	margin-bottom: 30px;
	background: #fff;
	border-bottom: 1px solid #eee;
	padding-bottom: 30px;
}
.news-single .single-comments.left .main {
	padding-left: 100px;
	position: relative;
	margin-left: 100px;
}
.news-single .single-comments.left img{
	position:absolute;
	left:0;
	top:0;
}
.news-single .single-comments:last-child{
	margin:0;
	border:none;
	margin-bottom:0;
	padding-bottom:0;
}
.news-single .single-comments .main {
	overflow: hidden;
}
.news-single .single-comments .head {
	float: left;
	margin-right: 20px;
	text-align: center;
	width: 12%;
}
.news-single .head img {
	width: 80px;
	height: 80px;
	line-height: 80px;
	border-radius: 100%;
	border: 5px solid #f8f8f8;
}
.news-single .single-comments .body {
	float: left;
	width: 85%;
}
.news-single .single-comments.left .body{
	float: noene;
	width:100%;
}
.news-single .single-comments .comment-list {
	margin-top: 30px;
	padding-top: 30px;
	border-top: 1px solid #e2e2e2;
	overflow: hidden;
}
.news-single .single-comments .comment-list .body {
	width: 78%;
}
.news-single .single-comments h4 {
	margin: 0 0 5px;
	font-size: 16px;
	text-align: left;
	font-weight: 500;
	color: #252525;
}
.news-single .single-comments .comment-meta{
	margin-bottom:5px;
}
.news-single .single-comments .meta {
	font-size: 13px;
	color: #555;
	font-weight: 400;
	border: none;
	margin-right: 10px;
	padding: 0;
	margin: 0 10px 0 0;
}
.news-single .single-comments .meta:last-child{
	margin:0;
}
.news-single .comment-meta span i{
	margin-right:5px;
}
.news-single .comment-meta span:last-child{
	margin:0;
}
.news-single .single-comments p {
	font-size: 13px;
}
.news-single .single-comments a {
	text-transform: capitalize;
	font-size: 13px;
	font-weight: 400;
	color: #fff;
	padding: 3px 15px;
	display: inline-block;
	margin-top: 10px;
	border-radius: 4px;
	background:#69a2c2;
	color:#fff;
}
.news-single .single-comments a:hover{
	background:#2C2D3F;
	color:#fff;
}
.news-single .single-comments a i{
	margin-right:5px;
}
.news-single .comment-list {
	padding-left:50px;
}
.news-single .single-comments.login{
	text-align:center;
}
.news-single .single-comments.login i{
	font-size:20px;
}
.news-single .single-comments.login a{
	text-align:center;
}
.news-single .single-comments.login a:hover{
	color:#353535;
}
.news-single .comments-form {
	margin-top: 30px;
	-webkit-box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.10);
	-moz-box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.10);
	box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.10);
	border-radius: 8px;
	padding: 30px;
}
.news-single .comments-form h2 {
	text-align: left;
	font-size: 18px;
	color: #353535;
	margin-bottom: 20px;
	text-transform: capitalize;
}
.news-single .form {
}
.news-single .form-group {
	position: relative;
	display: block;
	margin: 0 0 20px;
}
.news-single .form-group i {
	position: absolute;
	left: 12px;
	top: 17px;
	z-index: 1;
	color: #69a2c2;
}
.news-single .form-group input {
	width: 100%;
	height: 50px;
	-webkit-transition: all 0.4s ease;
	-moz-transition: all 0.4s ease;
	transition: all 0.4s ease;
	font-weight: 400;
	border-radius: 0px;
	padding-left: 34px;
	padding-right: 20px;
	border: none;
	line-height:50px;
	font-weight: 400;
	font-size:14px;
	color:#2C2D3F;
}
.news-single .form-group textarea {
	border: 1px solid #ddd;
	width: 100%;
	-webkit-transition: all 0.4s ease;
	-moz-transition: all 0.4s ease;
	transition: all 0.4s ease;
	box-shadow: none;
	border-radius: 0px;
	border: none;
	height: 190px;
	padding: 15px 15px 15px 35px;
	resize: none;
	font-weight: 400;
	font-size:14px;
	color:#2C2D3F;
}
.news-single .form-group input, .news-single .form-group textarea {
	border: 1px solid transparent;
	border: 1px solid #eee;
	border-radius: 5px;
}
.news-single .form-group.message i {
	top: 22px;
}
.news-single .form-group .button {
	padding: 10px 30px;
	font-size: 14px;
	text-transform: uppercase;
	display: block;
	border: 0px solid;
	color: #fff;
	-webkit-transition: all 0.4s ease;
	-moz-transition: all 0.4s ease;
	transition: all 0.4s ease;
	padding: 15px 30px;
	
}
.news-single .form-group .button:hover {
	background: #353535;
}
.news-single .form-group .button i{
	position:relative;
	display:inline-block;
	color:#fff;
	margin-right:10px;
	padding:0px;
}
.news-single .form-group.button {
	margin: 0;
	text-align: left;
}
.news-single .form-group.button .btn{
	background:#fff;
	background:#69a2c2;
	color:#fff;
}
.news-single .form-group.button .btn:hover{
	color:#fff;
}
.news-single .form-group.button .btn i {
	color: #fff;
	position: relative;
	top: 0;
	left: 0;
	margin-right: 10px;
	-webkit-transition:all 0.3s ease 0s;
	-moz-transition:all 0.3s ease 0s;
	transition:all 0.3s ease 0s;
}

/*====================
	Start Team CSS
======================*/ 
.team{
	background-image:url('img/testi-bg.jpg');
	background-size:cover;
	background-position:center;
	background-repeat:no-repeat;
	position:relative;
}
.team.single-page{
	background:#fff;
}
.team .section-title h2{
	color:#fff;
}
.team .section-title p{
	color:#fff;
}
.team .single-team {
	background: #fff;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	transition: all 0.3s ease;
	margin-top: 30px;
	text-align: center;
	box-shadow: 0px 0px 10px #00000021;
	border-radius: 5px;
	overflow: hidden;
}
.team .t-head{
	position:relative;
	overflow:hidden;
}
.team .t-head::before {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: #fff;
	opacity:0;
	visibility:hidden;
	content: "";
	z-index: 2;
	-webkit-transition:all 0.3s ease;
	-moz-transition:all 0.3s ease;
	transition:all 0.3s ease;
}
.team .single-team:hover .t-head::before{
	visibility:visible;
	opacity:0.5;
}
.team .t-head img{
	width:100%;
	position:relative;
}
.team .t-icon a {
	position: absolute;
	left: 50%;
	top: 50%;
	width: 150px;
	height: 46px;
	line-height: 40px;
	opacity: 0;
	visibility: hidden;
	font-weight: 400;
	text-align: center;
	color: #fff;
	border-radius: 0;
	-webkit-transform: scale(0.6);
	-moz-transform: scale(0.6);
	transform: scale(0.6);
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	transition: all 0.3s ease;
	z-index: 99;
	margin: -23px 0 0 -75px;
	font-size: 15px;
	background: #2889E4;
	font-size: 13px;
	line-height: 46px;
	padding:0;
	border-radius:4px;
}
.team .single-team:hover .t-icon a {
	-webkit-transform: scale(1);
	-moz-transform: scale(1);
	transform: scale(1);
	opacity:1;
	visibility:visible;
}
.team .t-bottom {
	text-align: center;
	position: relative;
	padding: 0 20px;
	padding: 25px 20px;
}
.team .t-bottom p {
	color: #666;
	font-size: 13px;
	display: block;
	margin-bottom: 4px;
}
.team .t-bottom h2 {
	font-size: 18px;
	text-transform: capitalize;
	font-weight: 500;
	color: #2C2D3F;
}
.team .t-bottom h2 a:hover{
	color:#69a2c2;
}

/*=======================
	Start Fun Facts CSS
=========================*/
.fun-facts{
	position:relative;
}
.fun-facts.section{
	padding:120px 0;
}
.fun-facts{
	background:url('../image/bg10.jpg');
	background-size:cover;
	background-repeat:no-repeat;
}
.fun-facts .single-fun {
	
}
.fun-facts .single-fun i {
	position: absolute;
	left: 0;
	font-size: 62px;
	color: #fff;
	height: 70px;
	width: 70px;
	line-height: 67px;
	font-size: 28px;
	text-align: center;
	padding: 0;
	margin: 0;
	border: 2px solid #fff;
	border-radius: 0px;
	top: 50%;
	margin-top: -35px;
	-webkit-transition: all 0.4s ease;
	-moz-transition: all 0.4s ease;
	transition: all 0.4s ease;
	border-radius: 50%;
}
.fun-facts .single-fun:hover i{
	color:#69a2c2;
	background:#fff;
	border-color:transparent;
}
.fun-facts .single-fun .content {
	padding-left: 80px;
}

.fun-facts .single-fun .tit {
	color: #fff;position: relative;
	display: block;
	-webkit-transition: all 0.4s ease;
	-moz-transition: all 0.4s ease;
	transition: all 0.4s eas;
	display: block;
	margin-bottom: 7px;
	
}
.fun-facts .single-fun span {
	color: #fff;
	font-weight: 600;
	font-size: 36px;
	
}
.fun-facts .single-fun p{
	color:#fff;
	font-size:15px;
}
.bannerimg{margin:0 auto; padding: 0; width: 100%; height: auto;}
.bannerimg img{max-width: 100%; height: auto;}


.fun-bg4{
	background:url('../image/bg4.jpg');
	background-size:cover; 
	background-repeat:no-repeat;
}
.fun-bg5{
	background:url('../image/bg5.jpg');
	background-size:cover;
	background-repeat:no-repeat;
}
.fun-bg6{
	background:url('../image/bg6.jpg');
	background-size:cover;
	background-repeat:no-repeat;
}
.fun-bg7{
	background:url('../image/bg7.jpg');
	background-size:cover;
	background-repeat:no-repeat;
}
.fun-bg8{
	background:url('../image/bg8.jpg');
	background-size:cover;
	background-repeat:no-repeat;
}
.fun-bg9{
	background:url('../image/bg9.jpg');
	background-size:cover;
	background-repeat:no-repeat;
}

/*=========================
   Start Contact Us CSS
===========================*/

.contactditu{ margin:30px 0 0 0; padding: 0; width: 100%; height: auto;}

.contactnei{ margin:30px 0; padding: 0; width: 100%; height: auto;}
.contactnei h2 {
	position: relative;
	font-size: 32px;
	color: #333;
	font-weight: 600;
	line-height: 27px;
	text-transform: capitalize;
	margin-bottom: 12px;
	padding-bottom: 20px;
	text-align: center;
}
.contactnei h2:before{
	position:absolute;
	content:"";
	left:50%; margin-left: -25px;
	bottom:0;
	height:2px;
	width:50px;
	background:#69a2c2;
}
.contactnei h4 {
	font-size: 24px;
	color: #333;
	font-weight: 400;
	text-align: center; width: 100%; height: auto;
}




.contactnei .time-sidual{ margin:40px auto; padding:0; width: 100%; height: auto; display: block; clear: both;}
.contactnei .time-sidual li{ margin:0 auto; padding:30px; width: 25%; height: auto; float: left; border-right:1px solid #e3e3e3;display: block; text-align: center; font-size: 14px; color: #666; }
.contactnei .time-sidual li span{ margin:0 auto; padding:15px 0; width: 100%; height: auto; display: block; text-align: center;}
.contactnei .time-sidual li:nth-child(4){ border-right:0;}

.contact-us{ margin:0 auto; padding:50px 0; width: 100%; height: auto;}


.contact-us .contact-us-left{
    width: 100%;
    height: 100%;
}
.contact-us .contact-us-form{
	padding:50px 30px;width: 100%;
	-webkit-box-shadow: 0px 9px 40px 0px rgba(193, 193, 193, 0.5);
    box-shadow: 0px 9px 40px 0px rgba(193, 193, 193, 0.5);
}
.contact-us .contact-us-form h2 {
	position: relative;
	font-size: 32px;
	color: #333;
	font-weight: 600;
	line-height: 27px;
	text-transform: capitalize;
	margin-bottom: 12px;
	padding-bottom: 20px;
	text-align: center;
}
.contact-us .contact-us-form h2:before{
	position:absolute;
	content:"";
	left:50%; margin-left: -25px;
	bottom:0;
	height:2px;
	width:50px;
	background:#69a2c2;
}
.contact-us .contact-us-form p {
	font-size: 14px;
	color: #333;
	font-weight: 400;
	text-align: center;
	margin-bottom:50px;
}
.contact-us .form {
	margin-top: 30px;
}
.contact-us .form .form-group {
	margin-bottom: 22px;
}
.contact-us .form .form-group input {
	width: 100%;
	height: 60px;
	border: 1px solid #eee;
	text-transform: capitalize;
	padding: 5px 18px;
	color: #555;
	font-size: 14px;
	font-weight: 400;
	border-radius: 4px;
}
.contact-us .form .form-group textarea {
	width: 100%;
	height:100px;
	border: 1px solid #eee;
	text-transform: capitalize;
	padding:18px;
	color: #555;
	font-size: 14px;
	font-weight: 400;
	border-radius: 4px;
}
.contact-us .form .form-group.login-btn {
	margin: 0;
}
.contact-us .form button {
	border: none;
}
.contact-us .form .btn {
	display: inline-block;
	margin-right: 10px;
	color: #fff;
	line-height: 20px;
	width:100%;
}
.contact-us .form .btn:hover{
	background:#69a2c2;
	color:#fff;
}
.contact-us .contact-us-form .checkbox {
	text-align: left;
	margin: 0;
	margin-top: 20px;
	display:inline-block;
	
}
.contact-us .contact-us-form .checkbox label {
	font-size: 14px;
	font-weight: 400;
	color: #333;
	position: relative;
	padding-left: 20px;
}
.contact-us .contact-us-form .checkbox label:hover{
	cursor:pointer;
}
.contact-us .contact-us-form .checkbox label input{
	display:none;
}
.contact-us .contact-us-form .checkbox label::before {
	position: absolute;
	content: "";
	left: 0;
	top: 5px;
	width: 15px;
	height: 15px;
	border: 1px solid #69a2c2;
	border-radius: 100%;
}
.contact-us .contact-us-form .checkbox label::after {
	position: relative;
	content: "";
	width: 7px;
	height: 7px;
	left: -16px;
	top: -15px;
	opacity: 0;
	visibility: hidden;
	transform: scale(0);
	-webkit-transition: all 0.4s ease;
	-moz-transition: all 0.4s ease;
	transition: all 0.4s ease;
	display: block;
	font-size: 9px;
	background: #69a2c2;
	border-radius: 100%;
}
.contact-us .contact-us-form .checkbox label.checked::after{
	opacity:1;
	visibility:visible;
	transform:scale(1);
}
.contact-us .contact-info{
	margin-bottom:50px;
}
.contact-us .single-info {
	background: #69a2c2;
	padding: 20px 30px; min-height: 240px;
	height: auto;
	border-radius: 10px;
	position:relative;
	-webkit-transition: all .3s ease-out 0s;
    -moz-transition: all .3s ease-out 0s;
    -ms-transition: all .3s ease-out 0s;
    -o-transition: all .3s ease-out 0s;
    transition: all .3s ease-out 0s;
}
.contact-us .single-info:before{
	position: absolute;
    z-index: -1;
    content: '';
    bottom: -10px;
    left: 0;
    right: 0;
    margin: 0 auto;
    width: 80%;
    height: 90%;
    background:#69a2c2;
    opacity: 0;
    filter: blur(10px);
    -webkit-transition: all .3s ease-out 0s;
    -moz-transition: all .3s ease-out 0s;
    -ms-transition: all .3s ease-out 0s;
    -o-transition: all .3s ease-out 0s;
    transition: all .3s ease-out 0s;
}
.contact-us .single-info:hover:before{
	opacity: 0.8;
}
.contact-us .single-info:hover{
	transform: translateY(-5px);
}
.contact-us .single-info .ic1{
	font-size:42px;width: 100%; height: auto; margin: 0 auto; padding:15px 0; text-align: center;
	color:#fff;
	
}
.contact-us .single-info .content {
	width: 100%; height: auto; margin: 0 auto; padding: 0;
}
.contact-us .single-info .content h3{
	color:#fff;
	font-size:18px; text-align: center;
	font-weight:600;
	
}
.contact-us .single-info .content p{
	color:#fff;
	margin-top:5px;text-align: center;
}
/* Google Map */
.contact-us #myMap {
	height: 100%;
	width: 100%;
}


.ditu{ margin:0 auto; padding:40px 0; width: 100%; height: auto; background: #fff;}
.mapBox{  width: 100%; height: 400px; border: 4px solid #fff;}
/*=================================
03. Theme Global Layout
==================================*/
.primary-btn {
  display: inline-block;
  max-width: 100%;
  width: 200px;
  height: 50px;
  line-height: 49px;
  text-align: center;
  font-weight: 700;
  font-family: "Roboto", sans-serif;
  font-size: 14px;
  text-transform: uppercase;
  background-color: #006d94;
  color: #ffffff;
  position: relative;
  margin-right: 15px;
  z-index: 5;
  border: none;
  overflow: hidden;
  transition: all ease 0.4s !important;
  box-shadow: 0px 10px 28.5px 1.5px rgba(0, 43, 139, 0.25);
}

.primary-btn:last-child {
  margin-right: 0;
}

.primary-btn .btn-text {
  position: relative;
  z-index: 10;
  display: inline-block;
  color: white;
}

.primary-btn .btn-bg {
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  border-radius: 50%;
  background-color: #daa519;
  transition: width 0.4s ease-in-out, height 0.4s ease-in-out;
  transform: translate(-50%, -50%);
  z-index: -1;
}

.primary-btn:focus, .primary-btn:active {
  color: #ffffff;
}

.primary-btn:hover {
  color: #ffffff;
}

.primary-btn:hover .btn-bg {
  width: 225%;
  height: 500px;
}

.primary-btn.skew {
  transform: skewX(-10deg);
}

.primary-btn.skew .btn-text {
  transform: skewX(10deg);
}

.primary-btn.type2 {
  background-color: #daa519;
  box-shadow: 0px 10px 28.5px 1.5px rgba(146, 0, 28, 0.25);
}

.primary-btn.type2 .btn-bg {
  background-color: #006d94;
}

.primary-btn.outline-btn {
  color: #01133c;
  border: 1px solid #006d94 !important;
}

.primary-btn.outline-btn:hover {
  border-color: transparent !important;
  color: #ffffff;
  background-color: #006d94;
}

.primary-btn.outline-btn.type2 {
  border-color: #daa519 !important;
}

.primary-btn.outline-btn.type2:hover {
  background-color: #daa519 !important;
  border-color: transparent !important;
}

.primary-btn.outline-btn.type2 .btn-bg {
  background-color: #daa519;
}

.primary-btn.white-btn {
  color: #01133c;
  background-color: #ffffff;
}

.primary-btn.white-btn.outline-btn {
  background-color: transparent;
  color: #ffffff !important;
  border-color: #ffffff !important;
}

.primary-btn.white-btn.outline-btn:hover {
  border-color: transparent !important;
}

.primary-btn.white-btn:hover {
  color: #ffffff;
}

.primary-btn.no-shadow {
  box-shadow: none;
}





/*culture*/
.culture{ margin:0 auto; padding:40px 0; width: 100%; height: auto; background: #f7f8fa;}
.culture .con{ margin:0 auto; padding:0; width: 100%; height: auto;}
.culture .con .left{ margin:0 auto; padding:0; width: 36%; height: auto; float: left;border:3px solid #fff;box-shadow: 0px 0px 25px rgba(210,210,210,.2);}
.culture .con .left img{ max-width: 100%; height: auto;}


.culture .con .right{ margin:0 auto; padding:0; width: 60%; height: auto; float: right;}
.culture .con .right .list{ margin:0 auto; padding:0; width: 100%; height: auto;}
.culture .con .right .list ul{ margin:0 auto; padding:0; width: 100%; height: auto;}
.culture .con .right .list ul li{ margin:0 auto; padding:30px 10px; width: 23%; height: auto; float: left;margin-right: 2%; background: #63686F; text-align: center;}
.culture .con .right .list ul li img{ marx-width:100%; height: auto;}
.culture .con .right .list ul li .txt{ margin:0 auto; padding:0; width: 100%; height: auto;font-size: 18px; color: #fff; text-align: center; line-height: 30px;}

.culture .con .right .list ul li:nth-child(1){ background: #69a2c2;}
.culture .con .right .list ul li:hover{ background: #c80108; }

.culture .con .right .txte{ margin:0 auto; padding:30px 0; width: 100%; height: auto;}
.culture .con .right .txte h3{ margin:0 auto; padding:0; width: 100%; height: auto;font-size: 24px; font-weight: bold;color: #000; text-align: left; line-height: 30px;}
.culture .con .right .txte p{ margin:0 auto; padding:10px 0; width: 100%; height: auto;font-size: 14px; color: #666; text-align: left; line-height: 24px;}



/*---------------------------------------------------- */
/*About area*/
/*----------------------------------------------------*/
.about-section {
  padding-bottom: 90px; }

.section-title-left .title-tag {
  font-size: 16px;
  font-weight: 300; }
  .section-title-left .title-tag img {
    margin-right: 12px; }

.section-title-left h2 {
  color: #222222;
  font-size: 42px;
  font-weight: 700;
  line-height: 1.238;
  padding: 12px 0px 15px; }


  .about-section .about-text {
    max-width: 510px;
    padding-top: 20px; }
    .about-section .about-text .about-text1 {
      margin-bottom: 30px; }

    .about-section .about-text .about-text2 {
      margin-bottom: 35px; }
    .about-section .about-text .about-btn {
      position: relative;
      display: inline-block; }

    .about-section .about-btn a{
      display: block; background: #333; padding:10px  30px; color: #fff;}
    .about-section .about-btn a:hover{background: #69a2c2;color: #fff;}




  .about-section .about-img {
    margin: 0px -10px; }
    .about-section .about-img .abt-img-set {
      float: left;
      margin: 0px 10px;
      margin-bottom: 20px; }

.about-counter .about-counter-text-number {
  width: 50%;
  float: left; }
  .about-counter .about-counter-text-number h4 {
    font-size: 18px;
    font-weight: 700;
    padding-bottom: 18px; }
  .about-counter .about-counter-text-number .counter-icon {
    margin-right: 15px; }
  .about-counter .about-counter-text-number .counter-number h4 {
    font-size: 50px;
    font-weight: 700;
    color: #0071b4;
    display: inline-block; }
  .about-counter .about-counter-text-number .counter-number strong {
    color: #555555;
    font-size: 30px;
    font-weight: 300; }

.about-section-two:before {
  top: 0;
  left: 0;
  content: '';
  opacity: .5;
  height: 100%;
  width: 540px;
  position: absolute;
  background-repeat: no-repeat;
  background-image: url(../img/background/abbg.png); }

.about-page-about {
  padding: 110px 0px 90px; }


/*---------------------------------------------------- */
/*features area*/
/*----------------------------------------------------*/
.features-section {
  z-index: 1; position: relative;
  padding: 100px 0px 110px;  background-color: rgba(0, 113, 179, 0.95);}
  .features-section .background_overlay {
    z-index: -1;
    background-color: rgba(0, 113, 179, 0.95); }
  .features-section .section-title-middle {
    margin: 0 auto;
    max-width: 700px;
    padding-bottom: 60px; }
    .features-section .section-title-middle .title-tag {
      color: #fff; }
      .features-section .section-title-middle .title-tag svg {
        fill: #fff; }
    .features-section .section-title-middle h2 {
      color: #fff; }

.features-icon-text {
  border-radius: 2px;
  margin-bottom: 15px;
  background-color: #fff;
  padding: 20px 0;
  -webkit-transition: .3s all ease-in-out;
  -o-transition: .3s all ease-in-out;
  transition: .3s all ease-in-out; }
  .features-icon-text .features-icon {
    margin-bottom: 20px; }
    .features-icon-text .features-icon svg {
      height: 90px;
      fill: #14cedd; }
  .features-icon-text .features-text h3 {
    color: #222222;
    font-size: 22px;padding: 0 20px;
    font-weight: 700;
    padding-bottom: 8px; }
  .features-icon-text .features-text p {
   padding: 0 20px; min-height: 180px;
    font-size: 14px; }
  .features-icon-text .features-hover-content {
    top: 0;
    z-index: 2;
    width: 100%;
    height: 100%;
    padding: 20px;
    position: absolute;
    background-color: #0fc5d3;
    opacity: 0;
    visibility: hidden;
    border-radius: 2px;
    -webkit-transition: .3s all ease-in-out;
    -o-transition: .3s all ease-in-out;
    transition: .3s all ease-in-out; }
    .features-icon-text .features-hover-content .fh-icon-bg {
      position: absolute;
      z-index: -1;
      left: 0;
      right: 0;
      top: 50%;
      -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
      transform: translateY(-50%); }
      .features-icon-text .features-hover-content .fh-icon-bg svg {
        height: 205px;
        fill: #0ebbca; }
    .features-icon-text .features-hover-content .features-hover-text h3 {
      color: #fff;
      font-size: 22px;
      font-weight: 700; padding-top: 50px;
      padding-bottom: 18px; }
    .features-icon-text .features-hover-content .features-hover-text p {
      color: #fff; }
    .features-icon-text .features-hover-content .features-hover-text .fh-more {
      margin-top: 25px; }
      .features-icon-text .features-hover-content .features-hover-text .fh-more a {
        color: #fff;
        font-size: 18px; }
  .features-icon-text:hover {
    padding-bottom: 65px;
    margin-bottom: 0px; }
    .features-icon-text:hover .features-hover-content {
      opacity: 1;
      visibility: visible; }
.aboutnei{ margin:0 auto; padding:40px 0; width: 100%; height: auto;}
.aboutnei .con{ margin:0 auto; padding:0; width: 100%; height: auto;}
.aboutnei .con .right{ margin:0 auto; padding:0; width: 40%; height: auto; float: right;box-shadow: 0px 0px 25px rgba(210,210,210,.2);}
.aboutnei .con .right img{ max-width: 100%; height: auto;}


.aboutnei .con .left{ margin:0 auto; padding:0; width: 58%; height: auto; float: left;}
.aboutnei .con .left .txte{ margin:0 auto; padding:30px 0; width: 100%; height: auto;}
.aboutnei .con .left .txte h3{ margin:0 auto; padding:0; width: 100%; height: auto;font-size: 24px; font-weight: bold;color: #000; text-align: left; line-height: 30px;}
.aboutnei .con .left .txte p{ margin:0 auto; padding:20px 0 0 0; width: 100%; height: auto;font-size: 16px; color: #666; text-align: left; line-height: 24px;}







.about-two__button-box .thm-btn {
  font-size: 18px; float: left;
  font-weight: 700;
  padding: 20px 48px;
  margin-bottom: 20px;color: #fff;
  margin-top: 30px;background-color:#69a2c2;
}

@media (min-width: 1200px) {
  .about-two__button-box .thm-btn {
    margin-top: 0;
    margin-bottom: 0;
    margin-right: 30px;
  }
}

.about-two__button-box .thm-btn:hover {
  color: #fff;background-color:#c7000a;
}



.about-two__phone {
  display: flex;
  align-items: center;
}

.about-two__phone > i {
  flex-shrink: 0;
  width: 70px;
  height: 70px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 28px;
  color: var(--thm-black);
  background-color: var(--thm-gray);
  border-radius: 50%;
  margin-right: 10px;
}

.about-two__phone-content {
  display: flex;
  flex-direction: column;
}

.about-two__phone-content span {
  display: block;
  font-size: 16px;
  font-weight: 400;
  color: var(--thm-color);
}

.about-two__phone-content a {
  color: var(--thm-black);
  font-weight: 400;
  font-size: 24px;
  transition: all 500ms ease;
}

/*newsMain*/
.titlemain{margin:0 auto; padding:20px 0; width:100%; height: auto;}
.titleleft{ margin:0 auto; padding: 10px 0; width: auto; height: auto; float: left; color: #69a2c2; font-weight: bold; font-size: 30px; text-align: left; display: flex; position: relative;}

.con .left h3 span:after {
    content: "";
    display: block;
    width: 40px;
    height: 4px;
    line-height: 1;
    background-color: #69a2c2;
    margin-top: 10px;
    margin-left: 10px;
    margin-right: 10px;
}

.titleleft span:after{
  content: "";
  display: block;
  width: 40px;
  height: 4px;
  line-height: 1;
  background-color: #69a2c2;
  margin-top: 10px;margin-left: 10px; margin-right: 10px;
}

.titleright{ margin:0 auto; padding: 0; width: 140px; height: auto; float: right;}
.titleright a{ margin:0 auto; padding: 0; width: 140px; height: 30px; border-radius: 15px; display: block; background: url(../image/jt.png) no-repeat right 10px center #69a2c2; text-align: center; color: #fff; font-size: 14px; font-weight: bold; line-height: 30px;}

.titleright a:hover{ background: url(../image/jt.png) no-repeat right 10px center #ce151d;width: 160px; }




.newsMain{padding-bottom:55px;padding-top: 40px;}


.newsMain .new_l{float:left;width: 70%;}
.newsMain .new_r{ position:relative; float:right; width:29%; height:auto; background-color:#f0f0f0; padding:2%;}
/*new_l*/
.new_l .newlist{margin:0 auto; padding: 0; width:48%; height: auto; margin-right: 2%; float: left;}
.new_l .newlist .img{margin:0 auto; padding: 0; width:100%; height: auto;}
.new_l .newlist .img img{max-width:100%; height: auto;}
.new_l .newlist .title{margin:0 auto; padding: 8px 20px; width:100%; height: auto; background: #69a2c2; color: #fff; font-size:18px; font-weight: bold; line-height: 30px; text-align: left;}
.new_l .newlist .txt{margin:0 auto; padding:20px; width:100%; height: auto; background: #f9f9f9; }
.new_l .newlist .txt ul{margin:0 auto; padding:0; width:100%; height: auto; }
.new_l .newlist .txt ul li{margin:0 auto; padding:10px 0; width:100%; height: auto; border-bottom: 1px dashed #e3e3e3; }
.new_l .newlist .txt ul li .t1{margin:0 auto; padding:0; width:100%; height: auto; overflow: hidden; font-size: 16px; color: #000; text-align: left; line-height: 20px;}
.new_l .newlist .txt ul li .t2{margin:0 auto; padding:5px 0; width:100%; height: 50px; overflow: hidden; font-size: 12px; color: #666; text-align: left; line-height: 20px;}

/*new_r*/
.new_r .ntop{ padding-top:20px;}
.new_r .ntop h2 a{ font-size:18px; color:#363636;}
.new_r .ntop span{font-size:13px;color: #a9a0a0;text-transform: uppercase;}
.new_r .ntop i{display:block;width:40px;height:2px;background-color: #034091;margin-top:8px;}
.new_r .quetion{ height:405px; overflow:hidden; margin-top:20px;}
.new_r .quetion dl{ padding-top:10px; padding-bottom:10px; border-bottom:1px dotted #e1e1e1;}
.new_r .quetion dl h3{font-size: 14px; font-weight: bold;}
.new_r .quetion dt{margin: 0; padding-left:30px; background:url(../image/wen.png) no-repeat left top; height:auto; line-height:17px; width:250px;white-space: nowrap;text-overflow: ellipsis;}
.new_r .quetion dt a{ font-size:15px;}
.new_r .quetion dd{margin: 0; padding-left:30px; background:url(../image/da.png) no-repeat left top; font-size:12px; color:#686868;line-height:20px; height:40px; overflow: hidden;margin-top:10px;}
.new_r .mor{display:block;position:absolute;background: #c12411;width:179px;height:41px;line-height:41px;text-align:center;bottom:-20px;left:50%;margin-left:-90px;color:#f5f3f4;font-size:15px;text-decoration:none;border-radius: 18px;}


#breakNews{padding:0 0 0px 2px;}
#breakNews .list6{height:330px;overflow:hidden;width:100%;}




/*=========================
	Start Footer CSS
===========================*/
.link{ margin:0 auto; padding:10px 0; width: 100%; height: auto;background:#E9ECF1;}
.link .txt{ margin:0 auto; padding:0; width: 100%; height: auto; float: left; font-size: 14px; text-align: left; color: #666; line-height: 30px;}
.link .txt span{font-size: 16px; padding-right: 15px;color: #000; font-weight: bold; text-align: left; line-height: 30px;}
.link .txt a{ font-size: 14px; text-align: left; color: #666; padding-right: 10px;}
.link .txt a:hover{ color: #69a2c2; text-decoration: underline;}



.footer{
	position:relative; border-top:1px solid #fff; 
}
.footer .footer-top{
	padding:50px 0px;
	position:relative;
	background:#69a2c2;
}
.footer .logo{ margin:0 auto; padding:5px 0; width: 100%; height: auto; font-size: 14px; text-align: left; line-height: 30px;}
.footer .logo img{ max-width: 100%; height: auto;}
.footer .logo1{ margin:0 auto; padding:5px 0; width: 100%; height: auto; font-size: 14px; text-align: left; color: #fff; line-height: 30px; padding-left: 30px;}

.footer .left{ margin:0 auto; padding: 0; width: 25%; float: left; height: auto;}
.footer .right{ margin:0 auto; padding: 0; width: 70%; float: right; height: auto;}

.footer .single-footer{ margin:0 auto; padding: 0; width: 100%; height: auto; display: block;}
.footer .single-footer .f-link1{ margin:0 auto; padding: 0; width: 100%; height: auto;}

.footer .single-footer h2{
	color:#fff;
	font-size:16px;
	font-weight: normal;
	text-transform:capitalize;
	margin-bottom:10px;
	padding-bottom:20px;
	text-transform:capitalize;
	position:relative;
}


.footer .single-footer.f-link li{
	display:block; width:100%; float:left; padding:0 ; 
	margin-bottom:8px;
}
.footer .single-footer.f-link li i{
	
	margin-right:12px;
}
.footer .single-footer.f-link li:last-child{
	margin:0;
}
.footer .single-footer.f-link li a {
	display: block;
	color: #fff; font-size: 14px; line-height: 20px;
	text-transform: capitalize;
	-webkit-transition: all 0.4s ease;
	-moz-transition: all 0.4s ease;
	transition: all 0.4s ease;
	font-weight: 400;
}
.footer .single-footer.f-link li a:hover{
	padding-left:8px;
}


.footer .single-footer.f-link1 li{
	display:block; width:50%; float:left; padding:0 ; 
	margin-bottom:8px;
}
.footer .single-footer.f-link1 li i{
	
	margin-right:12px;
}
.footer .single-footer.f-link1 li:last-child{
	margin:0;
}
.footer .single-footer.f-link1 li a {
	display: block;
	color: #fff; font-size: 14px; line-height: 20px;
	text-transform: capitalize;
	-webkit-transition: all 0.4s ease;
	-moz-transition: all 0.4s ease;
	transition: all 0.4s ease;
	font-weight: 400;
}
.footer .single-footer.f-link1 li a:hover{
	padding-left:8px;
}


.footer .single-footer .add{ margin:0;padding: 0; width: 100%; height: auto; float: left;}
.footer .single-footer .message{ margin:0;padding: 0; width: 60%; height: auto; float: right;}


.footer .time-sidual{ margin:0 auto; padding:0; width: 100%; height: auto; display: block;}
.footer .time-sidual li{ margin:0 auto; padding:5px 0; width: 100%; height: auto; display: block; clear: both;text-align: left; font-size: 14px; color: #fff; line-height: 30px;}
.footer .time-sidual li i{ margin:0 auto; padding: 0; width: 30px; font-size: 20px; line-height: 30px; text-align: center;height: auto; display: block; float: left;}




.copyright{
	position:relative;background:#54829b;height: auto; border-top:1px solid #94c7e4;
}
.copyright .txt{ margin:0 auto; padding:20px 0; width:100%; height:auto; font-size:15px; color:#fff; text-align:left; line-height:30px;}


.sicons{float: right;}



.onlineservice-fixed-style{position:fixed;z-index:99}
.onlineservice-fixed-style ul{background-color:#4957a5;fliter:alpha(opacity=30);background-color:rgba(11,127,198,0.3)}
.onlineservice-fixed-style .onlineservice-fixed-list a{color:#fff;line-height:30px;display:block;text-decoration:none}
.onlineservice-fixed-style .onlineservice-fixed-list a:hover{text-decoration:none}
/*.onlineservice-fixed-style ul li i{background-image:url(../image/s.png);background-repeat:no-repeat}*/
.onlineservice-fixed-style ul .onlineService_whatsApp i{background-image:url(../image/p.png);background-repeat:no-repeat}
.onlineservice-fixed-style ul .onlineService_t i{background-image:url(../image/tell.png);background-repeat:no-repeat}
.onlineservice-fixed-style ul .onlineService_e i{background-image:url(../image/email.png);background-repeat:no-repeat}
.onlineservice-fixed-style ul .onlineService_S i{background-image:url(../image/s.png);background-repeat:no-repeat}
.onlineservice-fixed-style ul .onlineService_w i{background-image:url(../image/w.png);background-repeat:no-repeat}

@media(min-width:769px){.onlineservice-fixed-style{right:0;top:30%}
.onlineservice-fixed-style ul{border-radius:10px 0 0 10px}
.sitewidget-onlineService.onlineservice-fixed-style ul li{line-height:28px;position:relative;white-space:nowrap;height:48px;width:54px}
.onlineservice-fixed-style ul li div{position:absolute;padding:12px 13px;top:0;right:0;border-radius:10px 0 0 10px;width:28px;transition:width .3s ease-in}
.onlineservice-fixed-style ul li div:hover{background-color:#4957a5;width:120px;fliter:alpha(opacity=60);background-color:rgba(11,127,198,0.6)}
.onlineservice-fixed-style ul li span{margin:0 10px 0 14px}
.onlineservice-fixed-style ul li i{display:inline-block;width:30px;height:30px}
.onlineservice-fixed-style-left{left:0;right:auto}
.onlineservice-fixed-style-left ul{border-radius:0 10px 10px 0}
.onlineservice-fixed-style-left ul li div{border-radius:0 10px 10px 0;left:0;right:auto}
.onlineservice-fixed-style-left .onlineservice-fixed-list a{text-align:right;position:relative}
.onlineservice-fixed-style-left ul li span{display:none}
.onlineservice-fixed-style-left ul li div:hover span{display:inline}
}
@media(max-width:768px){.onlineservice-fixed-style{bottom:0;width:100%;left:0}
.onlineservice-fixed-style ul{display:-webkit-box;display:-moz-box;display:box;width:100%;fliter:alpha(opacity=80);background-color:rgba(0,0,0,0.8)}
.onlineservice-fixed-style ul li{-moz-box-flex:1;-webkit-box-flex:1;box-flex:1}
.onlineservice-fixed-style ul li a{line-height:28px;text-align:center}
.sitewidget-onlineService.onlineservice-fixed-style ul li span{line-height:20px;display:block;text-align:center}
.sitewidget-onlineService.onlineservice-fixed-style ul li i{display:block;width:30px;height:30px;margin:6px auto 2px}
}

@media(max-width:640px){
	.onlineservice-fixed-style{display: none;}

}
/* /assets/widget/style/component/onlineService/widget_setting_showStyle/style6.css */
.backstage-stwidgets-settingwrap .sitewidget-onlineService.onlineservice-fixed-style{position:fixed;z-index:99}
.onlineservice-fixed-blocks .onlineservice-fixed-blocks-list{background-color:transparent}
.sitewidget-onlineService.onlineservice-fixed-blocks .onlineservice-fixed-blocks-list .onlineservice-fixed-blocks-items{width:48px;height:48px;position:relative;margin:1px}
.sitewidget-onlineService.onlineservice-fixed-blocks .onlineservice-fixed-blocks-list .onlineservice-fixed-blocks-items:hover .onlineservice-fixed-blocks-tips{-webkit-transform:rotateX(0);transform:rotateX(0)}
.sitewidget-onlineService.onlineservice-fixed-blocks .onlineservice-fixed-blocks-list .onlineservice-fixed-blocks-items+.onlineservice-fixed-blocks-items{margin-top:5px}
.sitewidget-onlineService.onlineservice-fixed-blocks .onlineservice-fixed-blocks-list .onlineservice-fixed-blocks-items>a{display:block;width:100%;height:100%;text-align:center;border-radius:10%}
.sitewidget-onlineService.onlineservice-fixed-blocks .onlineservice-fixed-blocks-list .onlineservice-fixed-blocks-items>a:hover{opacity:.8}
.sitewidget-onlineService.onlineservice-fixed-blocks .onlineservice-fixed-blocks-list .onlineservice-fixed-blocks-items>a .icon{margin-top:10px}
.sitewidget-onlineService.onlineservice-fixed-blocks .onlineservice-fixed-blocks-list .onlineservice-fixed-blocks-items>a .word{display:none}
.sitewidget-onlineService.onlineservice-fixed-blocks .onlineservice-fixed-blocks-list .onlineservice-fixed-blocks-items>a .terminal{display:block;width:0;height:1px}
/*.sitewidget-onlineService.onlineservice-fixed-blocks .onlineservice-fixed-blocks-list .onlineservice-fixed-blocks-items>a.onlineService_t_icon i{background:url('/static/t-ooBpBKpKojwzxzbl/assets/images/fastPhone.png');background-position:center center}
.sitewidget-onlineService.onlineservice-fixed-blocks .onlineservice-fixed-blocks-list .onlineservice-fixed-blocks-items>a.onlineService_whatsApp_icon i{background-position:0 -139px}
.sitewidget-onlineService.onlineservice-fixed-blocks .onlineservice-fixed-blocks-list .onlineservice-fixed-blocks-items>a.onlineService_qr_icon i{background-position:0 -203px}*/
.sitewidget-onlineService.onlineservice-fixed-blocks .onlineservice-fixed-blocks-list .onlineservice-fixed-blocks-tips{padding:5px 8px;background-color:#fff;border:1px solid #ccc;border-radius:4px;position:absolute;right:58px;top:6px;-webkit-transform:rotateX(90deg);transform:rotateX(90deg);-webkit-transition:all .4s;transition:all .4s}
.sitewidget-onlineService.onlineservice-fixed-blocks .onlineservice-fixed-blocks-list .onlineservice-fixed-blocks-tips:after{content:"";display:inline-block;width:10px;height:10px;border:1px solid #ccc;border-color:transparent #ccc #ccc transparent;-webkit-transform:rotate(-45deg);transform:rotate(-45deg);position:absolute;right:-6px;top:10px;background-color:#fff}
.sitewidget-onlineService.onlineservice-fixed-blocks .onlineservice-fixed-blocks-list .onlineservice-fixed-blocks-tips>li{width:auto;height:auto}
.sitewidget-onlineService.onlineservice-fixed-blocks .onlineservice-fixed-blocks-list .onlineservice-fixed-blocks-tips>li a{display:block;min-height:22px;text-align:center;line-height:22px;color:#666;font-size:14px}
.sitewidget-onlineService.onlineservice-fixed-blocks .onlineservice-fixed-blocks-list .onlineservice-fixed-blocks-tips>li a img{max-width:240px}
.onlineservice-fixed-blocks.onlineservice-fixed-style-left .onlineservice-fixed-blocks-list .onlineservice-fixed-blocks-tips{left:58px;right:auto}
.onlineservice-fixed-blocks.onlineservice-fixed-style-left .onlineservice-fixed-blocks-list .onlineservice-fixed-blocks-tips:after{right:auto;left:-6px;border-color:#ccc transparent transparent #ccc;-webkit-transform:rotate(-45deg);transform:rotate(-45deg)}
@media(max-width:768px){.sitewidget-onlineService.onlineservice-fixed-blocks{position:fixed;width:100%;left:0 !important;bottom:0;height:56px;z-index:199}
.sitewidget-onlineService.onlineservice-fixed-blocks .sitewidget-bd{height:100%}
.sitewidget-onlineService.onlineservice-fixed-blocks .onlineservice-fixed-blocks-list{height:100%;display:-webkit-box;display:-moz-box;display:box;border-top:1px solid #d3d3d3;border-bottom:1px solid #d3d3d3;width:100%}
.sitewidget-onlineService.onlineservice-fixed-blocks .onlineservice-fixed-blocks-list li.onlineservice-fixed-blocks-items{height:100%;margin:0;-moz-box-flex:1;-webkit-box-flex:1;box-flex:1;position:relative;border-left:1px solid #d3d3d3}
.sitewidget-onlineService.onlineservice-fixed-blocks .onlineservice-fixed-blocks-list li.onlineservice-fixed-blocks-items+li.onlineservice-fixed-blocks-items{margin:0}
.sitewidget-onlineService.onlineservice-fixed-blocks .onlineservice-fixed-blocks-list .onlineservice-fixed-blocks-items>a{height:56px;box-sizing:border-box;display:block;line-height:26px;position:relative;text-align:center;white-space:nowrap;width:100%;overflow:hidden;text-overflow:ellipsis;border-radius:0}
.sitewidget-onlineService.onlineservice-fixed-blocks .onlineservice-fixed-blocks-list .onlineservice-fixed-blocks-items>a:hover{opacity:1}
.sitewidget-onlineService.onlineservice-fixed-blocks .onlineservice-fixed-blocks-list .onlineservice-fixed-blocks-items>a .icon{margin-top:14px}
/*.sitewidget-onlineService.onlineservice-fixed-blocks .onlineservice-fixed-blocks-list .onlineservice-fixed-blocks-items>a .word{background-image:none;margin:0;height:26px;line-height:26px;text-align:center;width:100%}*/
.sitewidget-onlineService.onlineservice-fixed-blocks .onlineservice-fixed-blocks-list .onlineservice-fixed-blocks-tips{display:none;border-radius:0;transform:rotate(0);position:absolute;left:0;bottom:59px;right:auto;top:auto;width:auto;padding:0;border:1px solid #d3d3d3;-webkit-transition:all 0;transition:all 0}
.sitewidget-onlineService.onlineservice-fixed-blocks .onlineservice-fixed-blocks-list .onlineservice-fixed-blocks-tips:after{display:none}
.sitewidget-onlineService.onlineservice-fixed-blocks .onlineservice-fixed-blocks-list .onlineservice-fixed-blocks-tips>li a{line-height:2em;height:auto;color:#fff;padding:0 5px}
.sitewidget-onlineService.onlineservice-fixed-blocks .onlineservice-fixed-blocks-list .onlineservice-fixed-blocks-tips>li a img,.sitewidget-onlineService.onlineservice-fixed-blocks .onlineservice-fixed-blocks-list .onlineservice-fixed-blocks-tips>li a br{display:none}
.sitewidget-onlineService.onlineservice-fixed-blocks .onlineservice-fixed-blocks-list .onlineservice-fixed-blocks-tips .for_qq{background-position:0 0;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}
.sitewidget-onlineService.onlineservice-fixed-blocks .onlineservice-fixed-blocks-list .onlineservice-fixed-blocks-tips .for_skype{background-position:0 -180px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}
.sitewidget-onlineService.onlineservice-fixed-blocks .onlineservice-fixed-blocks-list .onlineservice-fixed-blocks-tips .for_email{background-position:0 -120px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}
.sitewidget-onlineService.onlineservice-fixed-blocks .onlineservice-fixed-blocks-list .onlineservice-fixed-blocks-tips .for_tel{background-position:0 -60px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}
.sitewidget-onlineService.onlineservice-fixed-blocks .onlineservice-fixed-blocks-list .onlineservice-fixed-blocks-tips .for_sms{background-position:0 -240px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}
.sitewidget-onlineService.onlineservice-fixed-blocks .onlineservice-fixed-blocks-list .onlineservice-fixed-blocks-tips .for_qr{background-position:0 -240px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}
.sitewidget-onlineService.onlineservice-fixed-blocks .onlineservice-fixed-blocks-list .onlineservice-fixed-blocks-tips .for_aliww{background-position:0 -240px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}
.sitewidget-onlineService.onlineservice-fixed-blocks .onlineservice-fixed-blocks-list .onlineservice-fixed-blocks-tips .for_whatsApp{background-position:0 -240px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}
.onlineservice-fixed-blocks .onlineservice-fixed-blocks-list .onlineservice-fixed-blocks-items>a:before{content:'';position:absolute;height:30px;width:30px;top:0;left:50%;margin-left:-15px}
.onlineservice-fixed-blocks .onlineservice-fixed-blocks-list .sitewidget-onlineService-togglebtn i{height:4px;width:6px;background-position:right bottom;position:absolute;bottom:4px;right:4px;transform:rotate(-45deg);-ms-transform:rotate(-45deg);-moz-transform:rotate(-45deg);-webkit-transform:rotate(-45deg);-o-transform:rotate(-45deg)}
.onlineservice-fixed-blocks .sideShowArrow{display:none !important}
.onlineservice-fixed-blocks .onlineservice-fixed-blocks-list .onlineService_q:before{background-position:0 0}
.onlineservice-fixed-blocks .onlineservice-fixed-blocks-list .onlineService_q:hover:before{background-position:-30px -30px}
.onlineservice-fixed-blocks .onlineservice-fixed-blocks-list .onlineService_t_icon:before{background-position:0 -60px}
.onlineservice-fixed-blocks .onlineservice-fixed-blocks-list .onlineService_t_icon:hover:before{background-position:-30px -90px}
.onlineservice-fixed-blocks .onlineservice-fixed-blocks-list .onlineService_e:before{background-position:0 -120px}
.onlineservice-fixed-blocks .onlineservice-fixed-blocks-list .onlineService_e:hover:before{background-position:-30px -150px}
.onlineservice-fixed-blocks .onlineservice-fixed-blocks-list .onlineService_s:before{background-position:0 -180px}
.onlineservice-fixed-blocks .onlineservice-fixed-blocks-list .onlineService_s:hover:before{background-position:-30px -210px}
.onlineservice-fixed-blocks .onlineservice-fixed-blocks-list .onlineService_fb:before{background-position:0 -240px}
.onlineservice-fixed-blocks .onlineservice-fixed-blocks-list .onlineService_fb:hover:before{background-position:-30px -270px}
.onlineservice-fixed-blocks .onlineservice-fixed-blocks-list .onlineService_sms:before{background-position:0 -240px}
.onlineservice-fixed-blocks .onlineservice-fixed-blocks-list .onlineService_sms:hover:before{background-position:-30px -270px}
.onlineservice-fixed-blocks .sitewidget-onlineService-colorfullist>li ul{position:absolute;min-width:100%;left:0;bottom:59px;border:1px solid #d3d3d3;background-color:rgba(220,220,220,0.75)}
.onlineservice-fixed-blocks .sitewidget-onlineService-colorfullist>li ul a{display:block;line-height:30px;padding-left:28px;padding-right:5px;white-space:nowrap}
.onlineservice-fixed-blocks .sitewidget-onlineService-colorfullist>li ul a:hover{color:#3b8ac2;background-color:#efefef}
.onlineservice-fixed-blocks .sitewidget-onlineService-colorfullist>li:last-child ul{left:auto;right:0}
.sitewidget-onlineService.onlineservice-fixed-blocks .onlineservice-fixed-blocks-list li.onlineservice-fixed-blocks-items+li.onlineservice-fixed-blocks-items1{
	display: none;
}


}