html,
body {
    margin: 0;
    font-size: 100%;
    background: #fff;
    font-family: 'Poppins', sans-serif;
}

body a {
    text-decoration: none;
    transition: 0.5s all;
    -webkit-transition: 0.5s all;
    -moz-transition: 0.5s all;
    -o-transition: 0.5s all;
    -ms-transition: 0.5s all;
}

a:hover {
    text-decoration: none;
}

input[type="button"],
input[type="submit"],
input[type="text"],
input[type="email"],
input[type="search"] {
    transition: 0.5s all;
    -webkit-transition: 0.5s all;
    -moz-transition: 0.5s all;
    -o-transition: 0.5s all;
    -ms-transition: 0.5s all;
    font-family: 'Poppins', sans-serif;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 0;
    letter-spacing: 1px;
    font-weight: 700;
}

p {
    font-size: 0.9em;
    color: #8c9398;
    line-height: 2em;
}

ul {
    margin: 0;
    padding: 0;
}

body img {
    /*border-radius: 4px;
    -webkit-border-radius: 4px;
    -o-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;*/
}

/*--/header --*/
.tlinks{text-indent:-9999px;height:0;line-height:0;font-size:0;overflow:hidden;}
/*-- header --*/

header {
 
    width: 100%;
   
}


.footer h2 a {
    color: #323648;
    font-size: 33px;
    font-weight: 600;
    letter-spacing: 0px;
}

.footer h2 i {
    color: #fff;
}
.headTop{ line-height:40px; background:#005baa; color:#fff; text-align:right; font-size:12px;}
.headTop a, .headTop span{ color:#fff; padding:0 15px;}
.headTop i{ padding-right:5px;}
.headTop .english{border: 1px solid #fff;
    border-radius: 50%; padding:3px;}
.main_menu_area {
    background: #fff;   
    -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.02);
            box-shadow: 0 0 10px rgba(0, 0, 0, 0.02);
    position:absolute;
    z-index: 999999;
    width: 100%;
}
.fixed-scroll-nav .main_menu_area{
    position: fixed;
    width: 100%;
    top: 0;
    background: #ffffff;
    -webkit-box-shadow: 0 0 6px rgba(0,0,0,0.1);
            box-shadow: 0 0 6px rgba(0,0,0,0.1);
}
.main_menu_area .container .logo { padding-top:10px; padding-bottom:10px;  width: 25%;
  float: left; 
}
.logo img {
    max-width: 90px;
    display: inline-block;
    margin-right: 10px; 
    float: left;
}
.logo .txt {
    float: left;text-shadow: 0 1px 2px rgba(0, 0, 0, 0.37); padding-top:10px;
}
.logo .txt .cn { 
    font-size: 1.6em; 
    font-weight: 600;
   color:#303030; letter-spacing: 1px; line-height:35px;
}
.logo .txt .en {
    font-size: 0.8em;
color:#303030; line-height:30px;
}


.main_menu_area .container .nav_right {
  width: 75%;
  float: right;
}
.main_menu_area .phone{ width:15%; float:right; color:#303030;text-shadow: 0 1px 2px rgba(0, 0, 0, 0.37); font-weight:600; padding-top:5px; position:relative; text-align:right; padding-left:43px;}
.phoneindex::before {font-size: 23px;height:40px;line-height: 20px;width: 40px;color: #C4A648;font-family: "FontAwesome";margin: 0;padding: 10px;position: absolute;text-align: center;top: 0;border: 1px solid #ccc;border-radius: 50%;}
.phonespan::before{content: "\f095";left: 0;}

@media (max-width: 1096px){
.main_menu_area .container .logo {
    width: 80%;
}
.main_menu_area .container .nav_right {
  width: 20%;
 
}
.main_menu_area .phone{ width:20%;}
}
.language{ width:5%; float:right; color:#ff7e00; position:relative; height:80px;}
.language a{ position:absolute;display:block;width:28px; height:28px; line-height:28px; margin-top:-15px; top:50%; right:0px; font-size:14px; text-align:center;color:#ff7e00; border:1px solid #ff7e00; border-radius:14px;}
.nav_menu3,
.nav_menu3 ul,
.nav_menu3 ul li,
.nav_menu3 ul li a,
.nav_menu3 #menu-button {
  margin: 0;
  padding: 0;
  border: 0;
  list-style: none;
  line-height: 1;
  display: block;
  position: relative;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;z-index:9999999;
}
.nav_menu3 #menu-button { 
    margin-top: 100px;
    background: #F00;
    position: absolute;
    z-index: 99999;
}
.nav_menu3:after,
.nav_menu3 > ul:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}
.nav_menu3 #menu-button {
  display: none;
}
.nav_menu3 {
  width: auto; 
  line-height: 1;

}
#menu-line {
  position: absolute;
  top: 0;
  left: 0;
  height: 3px;
  background: #990B2C;
  -webkit-transition: all 0.25s ease-out;
  -moz-transition: all 0.25s ease-out;
  -ms-transition: all 0.25s ease-out;
  -o-transition: all 0.25s ease-out;
  transition: all 0.25s ease-out;
}
.nav_menu3 > ul > li {
  float: left;
}
.nav_menu3.align-center > ul {
  font-size: 0;
  text-align: center;
}
.nav_menu3.align-center > ul > li {
  display: inline-block;
  float: none;
}
.nav_menu3.align-center ul ul {
  text-align: left;
}
.nav_menu3.align-right > ul > li {
  float: right;
}
.nav_menu3.align-right ul ul {
  text-align: right;
}
.nav_menu3 > ul > li > a {
  padding: 50px 15px 44px 15px;
  text-decoration: none;
  color: #fff;
  -webkit-transition: color .2s ease;
  -moz-transition: color .2s ease;
  -ms-transition: color .2s ease;
  -o-transition: color .2s ease;
  transition: color .2s ease;
   font-size:16px;
   
}
 .nav_menu3 > ul > li > a { color:#707070; font-weight:bold;}

   
.nav_menu3 > ul > li:hover > a {
  color: #005baa;
  font-weight:bold;
}
.nav_menu3 > ul > li > a.hover {
  color: #fff;
  font-weight:600;
}
 .nav_menu3 > ul > li > a.hover { color: #1556A6;}
.nav_menu3 > ul > li.nav-has-sub > a { 
}
.nav_menu3 > ul > li.nav-has-sub > a::after {
  position: absolute;
  top: 55px;
  right: 0px;
  width: 4px;
  height: 4px;
  border-bottom: 1px solid #fff;
  border-right: 1px solid #fff;
  content: "";
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
  -webkit-transition: border-color 0.2s ease;
  -moz-transition: border-color 0.2s ease;
  -ms-transition: border-color 0.2s ease;
  -o-transition: border-color 0.2s ease;
  transition: border-color 0.2s ease;
}
.nav_menu3 > ul > li.nav-has-sub:hover > a::after {
  border-color: #666;
}
.nav_menu3 ul ul {
  position: absolute;
  left: -9999px;
}
.nav_menu3 > ul > li > ul {    
  border-top: 1px solid #333; 
}
.nav_menu3 li:hover > ul {
  left: auto;
}
.nav_menu3.align-right li:hover > ul {
  right: 0;
}
.nav_menu3 ul ul ul {
  margin-left: 200px;
  top: 0;
}
.nav_menu3.align-right ul ul ul {
  margin-left: 0;
  margin-right: 100%;
}
.nav_menu3 ul ul li {
  height: 0;
  -webkit-transition: height .2s ease;
  -moz-transition: height .2s ease;
  -ms-transition: height .2s ease;
  -o-transition: height .2s ease;
  transition: height .2s ease;
}
.nav_menu3 ul li:hover > ul > li {
  height: 52px;
}
.nav_menu3 ul ul li a {
  padding: 20px 20px;
  width:220px;
  background: #38373c;
  text-decoration: none;
  color: #fff;
  -webkit-transition: color .2s ease;
  -moz-transition: color .2s ease;
  -ms-transition: color .2s ease;
  -o-transition: color .2s ease;
  transition: color .2s ease;
  font-size:14px;
}

.nav_menu3 ul ul li:hover > a,
.nav_menu3 ul ul li a:hover {
  color: #005baa; border-top:1px solid #414045; font-weight:bold;
 
}
.nav_menu3 ul ul li.nav-has-sub > a::after {
  position: absolute;
  top: 25px;
  right: 10px;
  width: 4px;
  height: 4px;
  border-bottom: 1px solid #eee;
  border-right: 1px solid #eee;
  content: "";
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
  -webkit-transition: border-color 0.2s ease;
  -moz-transition: border-color 0.2s ease;
  -ms-transition: border-color 0.2s ease;
  -o-transition: border-color 0.2s ease;
  transition: border-color 0.2s ease;
}
.nav_menu3.align-right ul ul li.nav-has-sub > a::after {
  right: auto;
  left: 10px;
  border-bottom: 0;
  border-right: 0;
  border-top: 1px solid #dddddd;
  border-left: 1px solid #dddddd;
}
.nav_menu3 ul ul li.nav-has-sub:hover > a::after {
  border-color: #666;
}
.bannerLayer{}
.banner{ position:relative;}
.fixed-scroll-nav .{text-align: center;
padding-top: 0;
}
.espcms_page_bannpic.headerSlider{ padding-top:150px;}
.fixed-scroll-nav .espcms_page_bannpic {text-align: center;
padding-top: 0;
    margin-top: 150px;
}
@media (max-width:996px){
.espcms_page_bannpic.headerSlider{ padding-top:120px;}
.fixed-scroll-nav .espcms_page_bannpic {text-align: center;
padding-top: 0;
    margin-top: 120px;
}

	}
@media (min-width:1201px) and (max-width:1440px){
.nav_menu3 > ul > li > a {
  padding: 50px 10px 44px 10px;
  font-size:14px; font-weight:bold;
   
}	
		}
.phone-nav {
    position: absolute;
    font-size: 24px;
    display: none;
    color: #000;
    font-size: 30px;
    z-index: 9;
    top: 50%; margin-top:20px; 
    right: 50px;
}
.indexBanner img{ max-width:100%;}
.bannerLayer{ padding-top:150px;text-align:center; position:relative;}
.fixed-scroll-nav .bannerLayer { }
.bannerBg img{ max-width:100%}
.bannerCon{ position:absolute;top:0; left:0; width:100%;}
.bannerLogoLayer{ position:absolute; top:0; left:0; width:100%; text-align:center;}
.bannerLogoLayer img { max-width:100%; }
.bannerLogo{ text-align:center; position: absolute;top:400px;left:50%; margin-left:-120px; z-index: 101;max-width:240px; max-height:240px;
    animation-name: flipInY;
    animation-duration: 0.5s;
    animation-delay: 1s;
    animation-fill-mode: both;}

.bannerLogo img{ max-width:100%}

@keyframes rotation{
 0%{
    transform: rotate(0);
  }
  50%{
    transform:rotate(180deg);
  }
 100%{
    transform: rotate(-180deg);
  }
}
@-ms-keyframes rotation{
  0%{
    transform: rotate(0);
  }
  50%{
    transform:rotate(180deg);
  }
  100%{
    transform: rotate(-180deg);
  }
}
@-webkit-keyframes rotation{
 0%{
    transform: rotate(0);
  }
  50%{
    transform:rotate(180deg);
  }
 100%{
    transform: rotate(-180deg);
  }
}
@-moz-keyframes rotation{
 0%{
    transform: rotate(0);
  }
  50%{
    transform:rotate(180deg);
  }
 100%{
    transform: rotate(-180deg);
  }
}
@-o-keyframes rotation{
 0%{
    transform: rotate(0);
  }
  50%{
    transform:rotate(180deg);
  }
 100%{
    transform: rotate(-180deg);
  }
  }

.Rotation{
/*-webkit-transform: rotate(360deg);*/
animation: rotation 20s linear infinite;
-moz-animation: rotation 20s linear infinite;
-webkit-animation: rotation 20s linear infinite;
-o-animation: rotation 20s linear infinite;
}
@media (max-width: 1440px){
	.bannerLogoLayer{margin-top:-140px;}
	.bannerLogo { top:240px;}
	}
@media (max-width: 1200px){
.nav_right{ display:none;}
.phone-nav {display: block;}
.main_menu_area .container .logo {width: 80%;}
}
@media (max-width:991px){
.logo img {max-width: 60px;}
.logo .txt .cn { font-size: 1.2em;  font-weight: 600;color:#303030; letter-spacing: 1px; line-height:25px;}
.logo .txt .en { font-size: 0.6em;
color:#303030; line-height:25px;}
.bannerLayer {padding-top: 120px;}
	}
@media (max-width: 767px){.headTopEmail{ display:none;}.headTopAddress{ display:none;}
	}
@media (max-width:996px){
	.bannerLogo { top:260px;}
	}
@media (max-width:991px){
	.bannerLogo { top:140px;}
	}
@media (max-width:767px){
	.bannerLogo { top:80px;max-width:140px; max-height:140px; margin-left:-70px;}
	}
@media (max-width:540px){
	.bannerLogoLayer{margin-top:-70px;}
	.bannerLogo { top:120px;max-width:100px; max-height:100px; margin-left:-50px;}
	}
@media (max-width:480px){
	.bannerLogo { top:60px;}
	}
	/* Video Animations */

@-webkit-keyframes waves {
    0% {
        -webkit-transform: scale(0.2, 0.2);
        transform: scale(0.2, 0.2);
        opacity: 0;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    }
    50% {
        opacity: 0.9;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=90)";
    }
    100% {
        -webkit-transform: scale(0.9, 0.9);
        transform: scale(0.9, 0.9);
        opacity: 0;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    }
}
@keyframes waves {
    0% {
        -webkit-transform: scale(0.2, 0.2);
        transform: scale(0.2, 0.2);
        opacity: 0;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    }
    50% {
        opacity: 0.9;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=90)";
    }
    100% {
        -webkit-transform: scale(0.9, 0.9);
        transform: scale(0.9, 0.9);
        opacity: 0;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    }
}


.aboutVideo{ position:absolute;width:100%; height:100%;  top:0px;}
.indexBanner .video-image{ position:relative;width:100%; height:100%;  }
.indexBanner .about-right{ position:relative;
}
.indexBanner  .video {
	color: #fff;
	height: 70px;
	width: 70px;
	line-height: 70px;
	text-align: center;
	border-radius: 100%;
	position: absolute;
	left: 50%;
	top: 50%;
	margin-left: -35px;
	margin-top: -35px;
	font-size: 26px;
	background: #005baa;
	padding-left: 4px;
}
.indexBanner .video i{ font-size:26px;}
.indexBanner .video:hover{
	transform:scale(1.1);
}
.indexBanner .video-image .waves-block .waves {
	position: absolute;
	width: 200px;
	height: 200px;
	background: #fff;
	opacity: 0;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
	border-radius: 100%;
	-webkit-animation: waves 3s ease-in-out infinite;
	animation: waves 3s ease-in-out infinite;
	left: 50%;
	margin-left: -100px;
	top: 50%;
	margin-top: -100px;
}
.indexBanner .video-image .waves-block .wave-1 {
    -webkit-animation-delay: 0s;
    animation-delay: 0s;
}
.indexBanner .video-image .waves-block .wave-2 {
    -webkit-animation-delay: 1s;
    animation-delay: 1s;
}
.indexBanner .video-image .waves-block .wave-3 {
    -webkit-animation-delay: 2s;
    animation-delay: 2s;
}


.espcms_page_bannpic { position:relative}
.espcms_page_bannpic img{ width:100%}
.espcms_page_bannpic .bannerLetter { position:absolute; bottom:30%; left:20%; }
.espcms_page_bannpic .bannerLetter p{ color:#fff; line-height:1.5em; margin:0; text-align:left;}
.espcms_page_bannpic .bannerLetter p.blcn{ font-size:2.3em;}
.espcms_page_bannpic .bannerLetter p.blen{ font-size:1.8em;}
/*-- //header --*/
@media(max-width:1366px) {.espcms_page_bannpic .bannerLetter {bottom:30%;  }
}
@media(max-width:1096px) {
.espcms_page_bannpic .bannerLetter p.blcn{ font-size:1.2em;}
.espcms_page_bannpic .bannerLetter p.blen{ font-size:1em;}
.espcms_page_bannpic .bannerLetter {bottom:20%;  }
}
@media(max-width:576px) {
.espcms_page_bannpic .bannerLetter p.blcn{ font-size:1.1em;}
.espcms_page_bannpic .bannerLetter p.blen{ font-size:0.9em;}
.espcms_page_bannpic .bannerLetter {bottom:20%;  }
}
.banner-w3layouts-info p {
    color: #303030;
    text-align: justify;
}

.banner-w3layouts-info h2,
.banner-w3layouts-info h3 {
    font-size: 2.3em;
    font-weight: 700;
    letter-spacing: 1px;
    text-transform: uppercase;
    color: #303030;
}

.banner-w3layouts-info a {
    background: #005baa;
    padding: 11px 31px;
    font-size: 14px;
    letter-spacing: 1px;
    color: #fff;
    border-radius: 59px;
    display: inline-block;
    box-shadow: 0 12px 60px rgba(0, 0, 0, .2);
    -webkit-box-shadow: 0 12px 60px rgba(0, 0, 0, .2);
    -o-box-shadow: 0 12px 60px rgba(0, 0, 0, .2);
    -moz-box-shadow: 0 12px 60px rgba(0, 0, 0, .2);
    -ms-box-shadow: 0 12px 60px rgba(0, 0, 0, .2);
}

.banner-w3layouts-info a:hover {
    background: #0c57e1;
    color: #fff;
}

section.banner-w3layouts {
   
}
section .banner{
  
}

/* image layers effect */

.effect-w3 {
    position: relative;
    width: 360px;
    height: 453px;
    margin-top: 8em;
    background: hsla(0, 0%, 98%, 0.26);
    transform: rotate(-30deg) skew(25deg) scale(.8);
    transition: 0.5s;
    margin-left: 6em;
}

.effect-w3 img {
    position: absolute;
    transition: 0.5s;
}

.banner-w3layouts-info {
    margin-top: 4em;
    padding-right: 3em;
}

.effect-w3 img:nth-child(4) {
    transform: translate(160px, -160px);
    opacity: 1;
}

.effect-w3 img:nth-child(3) {
    transform: translate(120px, -120px);
    opacity: .8;
}

.effect-w3 img:nth-child(2) {
    transform: translate(80px, -80px);
    opacity: .6;
}

.effect-w3 img:nth-child(1) {
    transform: translate(40px, -40px);
    opacity: .4;
}

/* //image layers effect */

/*-- //banner-w3layouts --*/

/*-- features --*/

h3.tittle {
    font-size: 2.3em;
    letter-spacing: 1px;
    color: #292a2b;
    font-weight: 700
}

.sub-tittle {
    font-size: 0.4em;
    color: #005baa;
    font-weight: 700;
    letter-spacing: 2px;
    display: block;
}

.feature-grids h3 {
    font-size: 1.1em;
    color: #000;
    letter-spacing: 1px;
    margin-top: 0em;
    text-transform: uppercase;
}

.feature-grids p {
    margin: 0;
    color: #666;
    line-height: 28px;
    letter-spacing: .5px;
}

.feature-grids span {
    font-size: 2em;
    margin-right: 0.2em;
    vertical-align: middle;
}

.bottom-gd,
.bottom-gd2-active {
    background: #f8f9fa;
    transition: 2s all;
    -webkit-transition: 2s all;
    -moz-transition: 2s all;
    -ms-transition: 2s all;
    -o-transition: 2s all;
 
}

.bottom-gd:hover,
.bottom-gd2-active {
    background: #1556A6 !important;
    transition: 2s all;
    -webkit-transition: 2s all;
    -moz-transition: 2s all;
    -ms-transition: 2s all;
    -o-transition: 2s all;
}

.bottom-gd:hover.f1 i,
.bottom-gd2-active span {
    color: #fff;
}

.bottom-gd:hover.bottom-gd p,
.bottom-gd2-active p {
    color: #fff;
}

.bottom-gd:hover h3,
.bottom-gd2-active h3 {
    color: #fff;
}

/*-- //features --*/

/* services */

.serv_bottom {
    position: relative;
}

.featured-left {
    position: absolute;
    z-index: 9;
    right: -4%;
    top: 6%;
}

.fea span {
    color: #005baa;
    font-size: 1.3em;}

.fea:hover span,
.fea.active span {
    color: #fff;
}

.fea {
    background: #005baa;
}

.fea h3 {
    font-size: 1.2em;
}

.fea.active {
    background: #005baa;
}

.fea.active p,
.fea.active h3 {
    color: #fff;
}

.fetured-sec img { max-width:100%;
}

/* //services */

/*--/counter--*/

.stats {
    background: #f7f7f7;
    padding: 4em 0;
}

.counter {
    background: none;
    padding: 20px 0;
    border-radius: 0;
    color: #fff;
}

.count-title {
    font-size: 3em;
    margin-top: 10px;
    margin-bottom: 0;
    text-align: center;
    font-weight: 600;
    color: #1556A6;
}

.count-text {
    font-size: 13px;
    margin-top: 10px;
    margin-bottom: 0;
    text-align: center;
    color: #333435;
    font-weight: 600;
}

.fa-2x {
    margin: 0 auto;
    float: none;
    display: table;
    color: #4ad1e5;
}

/*--//counter--*/

/*--/team--*/

.team-gd {
    padding: 2em 2em;
    background-color: #fff;
    border: 1px solid #ddd;
}

.team-info h3 {
    font-size: 1.2em;
    font-weight: 700;
    color: #1556A6;
    margin-bottom: 0.8em;
    text-transform: uppercase;
}

.sub-tittle-team {
    font-size: 0.6em;
    color: #1556A6;
    font-weight: 700;
    letter-spacing: 2px;
    display: block;
}

ul.team-icons li {
    list-style: none;
    display: inline-block;
    margin-right: 1em;
}

ul.team-icons li a span {
    color: #333;
    text-decoration: none;
    font-size: 18px;
}

ul.team-icons li a {
    color: #333;
    font-size: 18px;
}

.rsvp img {
    background: #eaebec;
    padding: 0.7em;
}

ul.team-icons.new-inf li a,
ul.team-icons.new-inf li span {
    font-size: 15px;
    color: #666;
}

ul.team-icons.new-inf li {
    color: #666;
    font-size: 15px;
}

.team-gd {
    padding: 3em 2em;
    background: #f8f9fa;
    transition: 2s all;
    -webkit-transition: 2s all;
    -moz-transition: 2s all;
    -ms-transition: 2s all;
    -o-transition: 2s all;
    box-shadow: 7px 7px 10px 0 rgba(76, 110, 245, .1);
    border: transparent;
}

.team-gd.second {
    border-left: 1px solid #e4e6e6;
    border-right: 1px solid #e4e6e6;
}

.team-gd img {
    box-shadow: 0 20px 40px -10px rgba(0, 0, 0, .3);
}

/*--//team--*/

/* middle section */

.progress {
    height: 0.5rem;
    background-color: rgba(162, 163, 167, 0.49);
}

.right-side-img-tem-inside {
    float: left;
    width: 60%;
    background: url(../images/img3.jpg) no-repeat center;
    background-size: cover;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    -ms-background-size: cover;
    min-height: 30vw;
}

section.hand-crafted {
    background: #fff;
}

h4.progress-tittle {
    font-size: 0.9em;
    text-transform: uppercase;
    margin-bottom: 0.5em;
}

.left-build-main-temps {
    padding: 0 4em;
    float: right;
    width: 40%;

}

/* testimonials */

.testimonials {
    background: #f5f5f5;
}

.testimonials {
    /*box-shadow: 0px 0px 18.69px 2.31px rgba(204, 204, 223, 0.5);*/
}

p.sub-test {
    color: #262631;
    font-size: 14px;

}

p.sub-test i {
    color: #105ae4;
    font-size: 1.5em;
    margin-right: 0.3em;
}

.testi_grid h5 {
    color: #1556A6;
    letter-spacing: 1px;
    font-size: 1em;
    text-transform: uppercase;
}

.testi_grid p {
    font-size: 13px;
    line-height: 0.5em;
}

.carousel-indicators li {
    width: 5px;
    height: 5px;
    background-color: #a3a7ab;
    border-radius: 50%;
    cursor: pointer;
    margin: 0 5px;
    border: 3px solid transparent;
}

.carousel-indicators .active {
    background-color: #0d57e0;
}

.carousel-indicators {
    position: absolute;
    right: 0;
    bottom: 20px;
}

section.hand-crafted p {
    color: #818192;
}

/* //testimonials */

/*--/--*/

.ab-info-grids p {
    text-align: justify;
}

.ab-info h4 {
    font-size: 2.5em;
    font-weight: 700;
    letter-spacing: 1px;
    text-transform: uppercase;
    color: #292a2b;
}

/*----*/

section.subscribe-main {
    background-image: linear-gradient(to left bottom, #0652dd, #0d58e2, #145de7, #1556A6, #1e68f0);
}
/*首页产品列表*/
.indexPro{ background:#f1f1f1; padding:3em 0px; padding-bottom:0em;}
.service_box {
    background-color: #ffffff;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
    border: 10px solid #fff;
    text-align: center; margin-bottom:30px;
}
.service_box a{ display:block; width:100%;}
.service_box .service_img img {
    width: 100%;
}
.service_box .service_img {
    position: relative;
}
.service_box .service_img .icon-box {
    text-align: center;
    width: 77px;
    height: 75px;
    position: absolute;
    bottom: 0;
    left: 0;
    background-color: #fff;
}
.service_box .service_img .icon-box i {
    line-height: 75px;
    font-size: 38px;
    color: #38373C;
}
.service_box .service_img .icon-box i img{ width:40px; height:40px;}
.service_box .service_img:before {
    content: '';
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background: #013975;
    position: absolute;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
}
.service_box:hover > .service_img:before {
    opacity: .7;
    visibility: visible; cursor:pointer;
}

.service_box:hover {
    background:rgba(0, 62, 128, 0.7);
    color: #ffffff;
}
.service_box:hover h2 {
    color: #fff;
}
.service_box .btn-yellow {
    width: 100%;
    display: block;
    background-color: #005baa;
}
.service_box .btn-yellow:hover {
    color: #fff;
}
.service_box:hover .btn-yellow {
    background-color: #005baa;
	 color: #fff;
}
.service_box:hover p {
    color: #fff;
}
.service_box .service_details {
    padding: 30px 0 0px;
}
.service_details h2 a {
    display: block;
}
.service_details h2 {
    margin-bottom: 20px;
    font-size: 18px;
    font-weight: bold;color:#38373c;
}
.service_details p {
    color: #87868a;
    font-size: 14px;
    margin-bottom: 20px;
    font-weight: 400;
    width: 90%;
    margin-left: auto;
    margin-right: auto;
}

.service_center_left i {
    font-size: 50px;
}
.bor-btm{ border-bottom: 1px solid #e9e9e9;}
.bor-rt{border-right: 2px solid #e9e9e9;}
.hero-section-title {margin-bottom: 60px;}
.hero-section-title h1 {
    font-size: 30px;
    font-weight: 600;
    color: #38373c;
    
}
.hero-section-title h1 a{ display:block; color:#38373c}

.hero-section-title h1 span {
    display: block;
    font-weight: 700;
    text-transform: uppercase;
    font-size: 0.3em;
    color: #173b62;
    letter-spacing: 1px; margin-bottom:5px;
}

.btn-yellow {
    background-color: #38373c;
    color: #fff;
    padding: 17px 40px;
    display: inline-block;
  
    text-decoration: none !important;
    letter-spacing: 1px;
    font-size: 12px;
}
a.btn-yellow:hover {
    background-color: #173b62; 
    color:#fff;
}
.btn-blue {
    background-color: #173b62;
    color: #fff;
    padding: 17px 40px;
    display: inline-block;
    font-weight: 700;
    text-decoration: none !important;
    letter-spacing: 1px;
    font-size: 12px;
}

/*--/blog--*/

h6.date {
    font-size: 0.9em;
    font-weight: 400;
    color: #888;
    margin: 1em 0;
}

h6.date span {
    margin-right: 2em;
}

ul.blog_list li a {
    font-weight: 400;
    font-size: 0.9em;
    letter-spacing: 1px;
    color: #515252;
}

ul.blog_list li a:hover {
    color: #2c2d2d;
}

ul.pagination li a {
    color: #555;
}

ul.pagination {
    margin-top: 2em;
}

/*-single-*/

.single-gd {
    padding: 2em 2em;
    border: 3px solid #f5f5f5;
    background-color: #f5f5f5;
    margin-bottom: 1em;
}

.single-gd h4 {
    font-size: 1.2em;
    color: #0e0f10;
    margin-bottom: 20px;
    letter-spacing: 1px;
}

h5.mt-0 {
    color: #555;
    font-size: 1em;
    margin-bottom: 15px;
    letter-spacing: 1px;
}

.progress {
    font-size: 0.75em;
    line-height: 8em;
    text-align: center;
    background-color: #d6d9da;
    border-radius: 0.25rem;
    margin-bottom: 1em;
}

.card-body {
    padding: 12px;
}

.card-header {
    padding: 0;
    color: #0e0f10;
}

.card-header button.btn.btn-link {
    color: #00c389;
    font-weight: 600;
}

.single-gd form input {
    width: 100%;
}

.single-gd img {
    width: 100%;
    margin-bottom: 1em;
}

.single-gd form input[type="email"] {
    outline: none;
    padding: 12px 15px;
    font-size: 13px;
    color: #777;
    background: #ffffff;
    letter-spacing: 2px;
    border: none;
    border: 1px solid #ddd;
    margin: 0;
    border-radius: 0;
}

.single-gd form input[type="submit"] {
    background: #4f5665;
    padding: .8em 1em;
    color: #fff;
    font-size: 15px;
    font-weight: 700;
    display: block;
    outline: none;
    border: none;
    cursor: pointer;
    letter-spacing: 1px;
    margin-top: 1em;
}

.single-gd form input[type="submit"]:hover {
    background: #105ae4;
}

.media-body p {
    color: #777;
    font-size: 0.875em;
    line-height: 1.9em;
    margin-bottom: 3em;
}

.comment h3,
.comment-top h4 {
    color: #222323;
    font-size: 1.3em;
    text-align: left;
    padding: 0 0 0.5em;
    font-weight: 600;
    letter-spacing: 1px;
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.03);
    margin-bottom: 1em;

}

.media img {
    margin-right: 15px;
}

.comment-top {
    margin-top: 2em;
}

.blog-grid-right {
    float: left;
    width: 60%;
    margin-left: 0.5em;
}

.blog-grid-left {
    float: left;
    width: 36%;
}

.blog-grid-right h5 {
    font-size: 0.95em;
    line-height: 1.4em;
    font-weight: 600;
}

.blog-grid-right h5 a {
    color: #444;
    font-size: 0.85em;
}

.tech-btm img {
    background: #fff;
    padding: 6px;
}

/* //blog responsive code */

@media screen and (max-width: 1080px) {
    .blog_info p {
        line-height: 1.5;
        letter-spacing: 0.3px;
    }
    .blog_info {
        min-height: 275px;
        padding: 1em 2em;
    }
    .blog_info.blog-right {
        min-height: 305px;
        width: 100%;
    }
}

@media screen and (max-width: 1050px) {
    .blog_info.blog-right {
        min-height: 297px;
    }
    .blog-x.br-mar {
        margin-top: 1.2em;
    }
    .blog_info.blog-right {
        min-height: 370px;
    }
    .blog_info.blog-right {
        min-height: 370px;
        width: 100%;
    }
    .blog_info.blog-right.two {
        min-height: 369px;
    }
    .single-gd h4 {
        font-size: 1em;
    }
}

@media screen and (max-width: 1024px) {
    .blog_info.blog-right {
        min-height: 372px;
    }
    .blog_info.blog-right.two {
        min-height: 373px;
    }
}

@media screen and (max-width: 991px) {
    .blog_info {
        min-height: auto;
        padding: 2em 2em;
    }
    .blog_info.blog-right {
        min-height: auto;
    }
    .blog-side.blog-top-right {
        padding-right: 0;
        margin-top: 1em;
    }
    .blog_info.blog-right.two {
        min-height: auto;
    }
    .single-gd h4 {
        font-size: 1em;
    }
    .single-left {
        margin-top: 2em;
    }
    .blog-sec .card:nth-child(2) {
        margin: 1.5em 0;
    }
}

@media screen and (max-width: 667px) {
 
    .blog-side.blog-top-right {
        padding-right: 0;
        margin-top: 1em;
        padding: 0;
    }
    .blog-sp {
        padding: 0;
    }
    .mt-3 {
        margin-top: 1em !important;
        display: block;
    }
    .single-left {
        margin-top: 2em;
        padding: 0;
    }
}

@media screen and (max-width: 640px) {
    .blog-sp {
        padding: 0;
    }
}

@media screen and (max-width: 600px) {
    .comment-top input[type="submit"] {
        width: 40%;
    }
}

@media screen and (max-width: 568px) {}

@media screen and (max-width: 480px) {}

@media screen and (max-width: 414px) {
    .comment-top input[type="submit"] {
        width: 45%;
    }
}

@media screen and (max-width: 384px) {}

@media screen and (max-width: 375px) {}

@media screen and (max-width: 320px) {}

/* //blog responsive code */

/*--//blog--*/

.sign-info {
    padding: 3em 3em;
    border: 2px solid rgba(182, 201, 236, 0.08);
}

.sign-info h3 {
    font-size: 1.5em;
    letter-spacing: 1px;
    Color: #fff;
    text-align: center;
}

.sign-info label {
    font-weight: 600;
    letter-spacing: 1px;
    color: #fff;
    font-size: 0.9em;
    margin-bottom: 0;
}

label.anim span,
label.anim a {
    color: #333;
    font-size: 15px;
    display: inline;
    letter-spacing: .5px;
    text-transform: capitalize;
    float: left;
    font-weight: 400;
}

.sign-info a {
    color: #fff;
}

p.para-sign {
    color: #8eace4;
}

.sign-info input[type="text"],
.sign-info input[type="email"],
.sign-info input[type="password"] {
    outline: none;
    font-size: 15px;
    border: none;
    border: 2px solid rgba(255, 255, 255, 0.2);
    background: transparent;
    width: 100%;
    box-sizing: border-box;
    color: #fff;
    padding: 15px 20px;
    letter-spacing: 1px;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
}

.sign-info input[type="text"],
.sign-info input[type="email"],
.sign-info input[type="password"] {}

.sign-info input[type="submit"] {
    color: #0d58e2;
    background: #fff;
    border: none;
    width: 100%;
    padding: .7em 0em;
    outline: none;
    font-size: 17px;
    cursor: pointer;
    letter-spacing: 1px;
    text-transform: capitalize;
    transition: 0.5s all;
    -webkit-transition: 0.5s all;
    -o-transition: 0.5s all;
    -moz-transition: 0.5s all;
    -ms-transition: 0.5s all;
    margin-top: 2em;
    box-shadow: 0 12px 60px rgba(0, 0, 0, .2);
    -webkit-box-shadow: 0 12px 60px rgba(0, 0, 0, .2);
    -o-box-shadow: 0 12px 60px rgba(0, 0, 0, .2);
    -moz-box-shadow: 0 12px 60px rgba(0, 0, 0, .2);
    -ms-box-shadow: 0 12px 60px rgba(0, 0, 0, .2);
    border-radius: 25px;
}

.sign-info input[type="submit"]:hover {
    background: #FC427B;
    color: #fff;
}

.icon1,
.icon2 {
    position: relative;
    margin-top: 1.1em;
}

.rem-w3 {
    margin: 1.5em 0;
}

/*-- checkbox --*/

.anim {
    position: relative;
    display: block;
    margin: 1.5em 0;
}

label.anim span,
label.anim a {
    color: #fff;
    font-size: 15px;
    display: inline;
    letter-spacing: .5px;
    text-transform: capitalize;
    float: left;
}

label.anim a {
    display: inline-block;
    text-decoration: none;
    float: right;
}

input.checkbox {
    background: #1761ea;
    cursor: pointer;
    width: 1em;
    height: 1em;
    margin: 3px 8px 0 0 !important;
    float: left;
}

input.checkbox:before {
    content: "";
    position: absolute;
    width: 1em;
    height: 1em;
    background: inherit;
    cursor: pointer;
}

input.checkbox:after {
    content: "";
    transition: .4s ease-in-out;
    position: absolute;
    top: 2px;
    left: 0px;
    z-index: 1;
    width: 1.2em;
    height: 1.2em;
    /* margin-top: 4px; */
    border: 1px solid #ffffff;
}

input.checkbox:checked:after {
    transform: rotate(-45deg);
    height: .5rem;
    border-color: #fff;
    border-top-color: transparent;
    border-right-color: transparent;
}

.anim input.checkbox:checked:after {
    transform: rotate(-45deg);
    height: .5rem;
    border-color: transparent;
    border-right-color: transparent;
    animation: .4s rippling .4s ease;
    animation-fill-mode: forwards;
}

@keyframes rippling {
    50% {
        border-left-color: #d24747;
    }
    100% {
        border-bottom-color: #fff;
        border-left-color: #fff;
    }
}

/*-- //checkbox --*/

/*-- contact page --*/

.contact-info p {
    margin: 0 auto;
    width: 84%;
}

.contact-form-inner {
    margin: 0 auto;
    width: 70%;
}

.contact-form .form-control {
    padding: 0.9em;
    color: #495057;
    border: 1px solid #ced4da;
    border-radius: 0.25rem;
    font-size: 0.9em;
    letter-spacing: 1px;
}

.contact-form label {
    font-weight: 700;
    letter-spacing: 1px;
    color: #333;
    font-size: 0.9em;
}

.contact-form textarea {
    overflow: auto;
    resize: vertical;
    height: 10em;
}

.contact-form button.btn {
    background: #181a1d;
    padding: 10px 30px;
    font-size: 16px;
    letter-spacing: 1px;
    color: #fff;
    border-radius: 5px;
    display: inline-block;
    text-transform: uppercase;
    font-weight: 500;
    transition: 0.5s all;
    -webkit-transition: 0.5s all;
    -moz-transition: 0.5s all;
    -o-transition: 0.5s all;
    -ms-transition: 0.5s all;
}

.contact-form button.btn:hover {
    background-image: linear-gradient(to left bottom, #0652dd, #0d58e2, #145de7, #1556A6, #1e68f0);
}

.map iframe {
    width: 100%;
    min-height: 300px;
    border: none;
    border: 4px solid #eee;
}

/*-- contact page --*/

.newsletter-info {
    background-color: #fff;
    box-shadow: 0 20px 100px -20px rgba(0, 0, 0, .3);
    border-radius: 6px;
}

.newsletter-info input[type="email"] {
    padding: 1.2em 1.5em;
    font-size: 16px;
    color: #000;
    outline: none;
    letter-spacing: 2px;
    border: none;
    border: 1px solid #dad8d8;
    flex-basis: 100%;
    font-family: 'Playfair Display', serif;
    font-style: italic;
    font-weight: 700;
}

.newsletter-info input[type="submit"] {
    color: #fff;
    font-size: 17px;
    letter-spacing: 1px;
    padding: 14px 0;
    border: transparent;
    background: #2d2c2c;
    flex-basis: 30%;
    text-transform: uppercase;
    margin-left: -2em;
    -webkit-transition: 0.5s all;
    -moz-transition: 0.5s all;
    transition: 0.5s all;
    background-image: linear-gradient(to left bottom, #0652dd, #0d58e2, #145de7, #1556A6, #1e68f0);
    font-weight: 600;
    cursor: pointer;
}

/*--footer--*/

.footer_1its {
    background: #17181b;
}

.footer_1its h3,
.footer_1its h2 {
    font-size: 1.5em;
    color: #eee;
    font-weight: 600;
    margin-bottom: 20px;
    letter-spacing: 1px;
}

.footer-text p,
.contact-info p {
    color: #727377;
    font-size: 15px;
    line-height: 1.8em;
    letter-spacing: 1px;
}

.phone {
    margin-top: 20px;
}

.contact-info h4 {
    font-style: normal;
    font-weight: 300;
    font-size: 1.3em;
    line-height: 1.71;
    letter-spacing: 1px;
    text-transform: capitalize;
    color: #fff;
}

.copy-w3layoutsright {
    border-top: 1px solid #808080;
    margin-left: 15px;
}

.copy-w3layoutsright p {
    font-size: 14px;
    letter-spacing: 1px;
    text-transform: capitalize;
}

.copy-w3layoutsright p a {
    color: #ea1d5d;
    text-decoration: underline;
}

.copy-w3layoutsright p a:hover {
    color: #fff;
}

.footer p,
.footer a {
    color: #727377;
    margin: 8px 0;
}

.footer a:hover {
    color: #fff;
}

.footer-grid:nth-child(2) {
    border-left: 1px solid #1b1b1b;
    border-right: 1px solid #1b1b1b;
}

.footer ul li.hd {
    color: #34bf49;
}

.newsletter .email {
    background-color: #F4F4F4;
    border: none;
}

.flickr-grid {
    float: left;
    width: 32%;
    margin: 0 0.1em .2em;
}

.flickr-grid a img {
    width: 100%;
    padding: 0.3em;
    border: 1px solid #333333;
}

.footer-text input[type="email"] {
    outline: none;
    padding: 12px 15px;
    color: #fff;
    font-size: 13px;
    width: 85%;
    border: none;
    background: none;
    letter-spacing: 1px;
}

.newsletter {
    position: relative;
    margin-top: 2em;
}

button.btn1 {
    color: #808080;
    border: none;
    padding: 10px 0;
    outline: none;
    text-align: center;
    text-decoration: none;
    background: none;
    cursor: pointer;
    -webkit-transition: 0.5s all;
    -moz-transition: 0.5s all;
    -o-transition: 0.5s all;
    -ms-transition: 0.5s all;
    transition: 0.5s all;
    float: right;
    width: 15%;
}

.footer-grid_section_1its form {
    border: 1px solid #808080;
    width: 100%;
    margin-top: 20px;
}

ul.social_section_1info li {
    display: inline-block;
}

ul.social_section_1info {
    margin-top: 20px;
}

ul.social_section_1info a {
    color: #fff;
    margin-right: 10px;
    font-size: 13.5px;
    margin-right: 2px;
    width: 35px;
    height: 35px;
    background: #005baa;
    padding: 9px 20px;
    text-align: center;
    line-height: 35px;
    letter-spacing: 1px;
    border-radius: 25px;
}

ul.social_section_1info a:hover {
    color: #fff;
}

.phone p a {
    color: #808080;
}

.phone p a:hover {
    color: #fff;
}

ul.links li {
    list-style-type: none;
    margin: 5px 0;
}

ul.links li a {
    color: #727377;
    font-size: 14px;
    letter-spacing: 1px;
}

ul.links li a:hover {
    color: #fff;
}

.cpy-right {
    background: #1c1d21;
}
.cpy-right div,
.cpy-right p,
.cpy-right a {
    letter-spacing: 1px;
    color: #999;
    line-height: 1em;
    margin-top: 1em; font-size:12px;
}

.cpy-right a:hover {
    color: #eee;
}

.footer-title-w3ls a {
    font-size: 3em;
    text-transform: capitalize;
    font-weight: 700;
    color: #eee;
}

.footer-grid_section {
    width: 60%;
    margin: auto;
}

li.facebook a {
    color: #fff;
    background: #3b5998;
}

li.twitter a {
    color: #fff;
    background: #1da1f2;
}

li.google a {
    color: #fff;
    background: #dd4b39;
}

li.linkedin a {
    color: #fff;
    background: #0077b5;
}

ul.social_section_1info a:hover {
    opacity: 0.8;
}

/*--//footer--*/

/*-- to-top --*/

#toTop {
    display: none;
    text-decoration: none;
    position: fixed;
    bottom: 30px;
    right: 2%;
    overflow: hidden;
    z-index: 999;
    width: 36px;
    height: 36px;
    border: none; border-radius:30px;
    text-indent: 100%;
    background: #005baa url(../images/move_up.png) no-repeat 10px 9px;
}

#toTopHover {
    width:60px;
    height: 60px;
    display: block;
    overflow: hidden;
    float: right;
    opacity: 0;
    -moz-opacity: 0;
    filter: alpha(opacity=0);
}

/*-- //to-top --*/

@media(max-width:1366px) {
    .effect-w3 {
        width: 250px;
        height: 315px;
    }
    h3.tittle,
    .ab-info h4 {
        font-size: 2em;
    }
}

@media(max-width:1280px) {
    .right-side-img-tem-inside {
        min-height: 38vw;
    }
}

@media(max-width:1080px) {
    .banner-w3layouts-info h2,
    .banner-w3layouts-info h3 {
        font-size: 2.5em;
    }
    .featured-left.text-center {
        right: -14%;
        top: -4%;
    }
    .team-info h3 {
        font-size: 1em;
    }
    .right-side-img-tem-inside {
        min-height: 44vw;
    }
}

@media(max-width:1024px) {
    .banner-w3layouts-info {
        margin-top: 0em;
        padding-right: 3em;
    }
    .sign-info h3 {
        font-size: 1.6em;
    }
    .footer-grid_section {
        width: 80%;
        margin: auto;
    }
}

@media(max-width:991px) {
    .banner-w3layouts-info {
        margin-top: 0em;
        padding-right: 0;
        margin: 2em 0;
    }
    .effect-w3 {
        width: 305px;
        height: 385px;
    }
    section.banner-w3layouts {
        padding: 7em 0 2em 0;
    }
    .navbar-light .navbar-nav .nav-link,
    .dropdown-item {
        color: #fff;
        font-size: 15px;
        letter-spacing: 1px;
        padding: 0px;
        margin: 0.7em 0;
    }
    div#navbarSupportedContent {
        padding: 1em 0;
    }
    .navbar-light .navbar-toggler {
        color: #fff;
        border-color: transparent;
        background: #fff;
        border-radius: 0;
        padding: 7px 10px;
    }
    .right-side-img-tem-inside {
        min-height: 29vw;
    }
    h4.progress-tittle {
        font-size: 0.8em;
        margin-bottom: 0.5em;
    }
    .fetured-info {
       /* padding-top: 2em;*/    }
    .featured-left {
        right: 0;
        top: 0;
        position: static;
        margin-bottom: 2em;
    }
    .team-info li.linkedin {
        margin-top: 0.5em;
    }
    .team-gd {
        padding: 2.5em 1em;
    }
    .dropdown-item {
        color: #333;
        font-size: 14px;
        padding: 10px 15px;
        margin: 0.5em 0;
    }
    .feature-grids {
        margin-top: 2em;
    }
    .sign-info {
        margin-bottom: 3em;
    }
    .contact-info p {
        margin: 0 auto;
        width: 90%;
    }
    .blog-sldebar-right {
        margin-top: 3em;
    }
    .left-build-main-temps {
        padding: 2em 3em 0 3em;
        float: right;
        width: 100%;
    }

    .right-side-img-tem-inside {
        min-height: 43vw;
        float: left;
        width: 100%;
    }
    .progress {
        margin-bottom: 2em;
    }
    .testimonials_grid {
        margin-top: 1.5em;
    }
}

@media(max-width:900px) {
    .contact-info p {
        margin: 0 auto;
        width: 90%;
    }
    .banner-w3layouts-info {
        margin-top: 0em;
        padding-right: 10em;
        margin: 2em 0;
    }
}

@media(max-width:768px) {
    .banner-w3layouts-info {
        margin-top: 0em;
        padding-right: 0em;
        margin: 2em 0;
    }
    .effect-w3 {
        width: 220px;
        height: 275px;
    }
    .banner-w3layouts-info h2,
    .banner-w3layouts-info h3 {
        font-size: 2.3em;
    }
}

@media(max-width:736px) {
    .team-gd.second {
        border-left: 1px solid transparent;
        border-right: 1px solid transparent;
        margin: 2em 0;
    }
    .contact-form-inner {
        margin: 0 auto;
        width: 90%;
    }
    .map {
        margin-top: 1em;
    }
    .footer-grid_section {
        width: 100%;
        margin: auto;
    }
    .footer-title-w3ls a {
        font-size: 2.3em;
    }
    .inner-tittle {
        padding-top: 1em;
    }
}

@media(max-width:667px) {
    .banner-w3layouts-info h2,
    .banner-w3layouts-info h3 {
        font-size: 2em;
    }
    h3.tittle,
    .ab-info h4 {
        font-size: 1.8em;
    }
    .fea h3 {
        font-size: 1.1em;
    }
}

@media(max-width:640px) {
    .feature-grids h3 {
        font-size: 1em;
    }
    .fea h3 {
        font-size: 1em;
    }
}

@media(max-width:600px) {
    .contact-form-inner {
        margin: 0 auto;
        width: 100%;
    }
    h3.tittle {
        font-size: 1.6em;
    }
}

@media(max-width:568px) {}

@media(max-width:480px) {
    .effect-w3 {
        width: 140px;
        height: 170px;
    }
    .banner-w3layouts-info {
        margin-top: 0em;
        padding-right: 15px;
        margin: 1em 0 2em 0;
    }
    .count-title {
        font-size: 2.5em;
    }
    .effect-w3 img:nth-child(1) {
        transform: translate(30px, -30px);
        opacity: .4;
    }
    .effect-w3 img:nth-child(2) {
        transform: translate(60px, -60px);
        opacity: .6;
    }
    .effect-w3 img:nth-child(3) {
        transform: translate(90px, -90px);
        opacity: .8;
    }
    .effect-w3 img:nth-child(4) {
        transform: translate(120px, -120px);
        opacity: 1;
    }
}

@media(max-width:414px) {
    h3.tittle {
        font-size: 1.4em;
    }
    .bottom-gd.fea {
        padding: 2em !important;
    }
    .footer-text p,
    .contact-info p {
        font-size: 14px;
    }
}

@media(max-width:384px) {
    .effect-w3 {
        width: 95px;
        height: 110px;
    }
    .effect-w3 img:nth-child(1) {
        transform: translate(20px, -20px);
        opacity: .4;
    }
    .effect-w3 img:nth-child(2) {
        transform: translate(40px, -40px);
        opacity: .6;
    }
    .effect-w3 img:nth-child(3) {
        transform: translate(60px, -60px);
        opacity: .8;
    }
    .effect-w3 img:nth-child(4) {
        transform: translate(80px, -80px);
        opacity: 1;
    }
    .banner-w3layouts-info {
        margin-top: 0em;
        padding-right: 15px;
        margin: 0em 0 0em 0;
    }
    .banner-w3layouts-info h2,
    .banner-w3layouts-info h3 {
        font-size: 1.8em;
    }
}

@media(max-width:375px) {
    .banner-w3layouts-info h2,
    .banner-w3layouts-info h3 {
        font-size: 1.6em;
    }
}

@media(max-width:320px) {}

/*--//responsive--*/
/*首页新闻*/
.latest-news h2 {
	margin-bottom: 30px;
}

.latest-news p {
	font-size: 16px;
}
.single-news {
	background: #fff;
	box-shadow: 0 0 20px rgba(0, 0, 0, 0.08);
}
.single-news img {
	width: 100%;
}

.news-content {
	padding: 30px;
	padding-bottom: 0;
	
}

.news-content a h3 {
	font-size: 16px;
	font-weight: 600;
	color: #333;
	margin-bottom: 10px;
	line-height: 32px;
}
.news-content a h3:hover {
	color: #1556a6;
}

.news-content p {
	color: #333;
	font-size: 14px;
}

.news-meta {
	border-top: 1px solid #ececec;
    padding: 20px 30px;
	overflow: hidden;
}
.news-meta-comment a{ font-size:12px;}
.news-meta-date { font-size:12px;}
.news-meta i {
	margin-right: 8px;
	color: #1556A6;
}

.news-meta-date {
    width: 50%;
    border-right: 1px solid #ececec;
}
.call-to-action{ background:#1556A6; /*background-image: linear-gradient(to left bottom, #1556A6, #0d58e2, #145de7, #1556A6, #1e68f0);*/
}
.call-to-action h3{  color:#fff;}
.get-service-btn{ text-align:right}
.call-to-action a{color: #333;
    margin-right: 10px;
    font-size: 13.5px;
    margin-right: 2px;
    width: 35px;
    height: 35px;
    background: #fff;
    padding: 9px 20px;
    text-align: center;
    line-height: 35px;
    letter-spacing: 1px;
    border-radius: 25px;
}
.indexlink .testimonials_grid{ text-align:center;}
.indexlink .testimonials_grid img{ max-width:180px;}
@media (max-width: 992px) {
	footer{ display:none;}
.contactfoot{ display:none;}
.quicklink{ display:none;}
.ma{ display:none;}
.contactfoot h3, .contactfoot p{ text-align:center;}

	}
@media (max-width: 768px) {
	.indexlink .testimonials_grid img{ max-width:80px;}

	}
@media (max-width: 476px) {
	.indexlink .testimonials_grid img{ max-width:60px;}

	}
	.about{ background: #f6f6f6}
	.aboutIndexBtn{
	color: #fff;
    margin-right: 10px;
    font-size: 13.5px;
    margin-right: 2px;
    width: 35px;
    height: 35px;
    background: #005baa;
    padding: 9px 20px;
    text-align: center;
    line-height: 35px;
    letter-spacing: 1px;
    border-radius: 25px;}
	.aboutIndexBtn:hover{ color:#fff;}
	/*数据滚动 */
.indexZz{ width:100%;background:#005baa;}
.product-number-info { width:100%; background:#005baa; position: relative;}
.product-number-info .product-number-inner { width:100%; padding:40px 0;}
.product-number-info ul {padding: 55px 0; padding-bottom:20px; }
.q {zoom: 1; }
.product-number-info .product-number-inner i.icon11{ display:block; color:#025093; font-size:3em;}
.product-number-info div {olor: #fff;padding-top: 1px; text-align:center;}
.product-number-info li:first-child {border: none;}
.product-number-info b {font-weight: 400;font-size:2em;line-height: 1;display: inline-block;position: relative;margin: 20px 0 10px; color:#fff; text-align:center;}
.product-number-info p {font-size: 14px; color:#fff;}
.product-number-info b i {font-style: normal;}
.product-number-info b sup {position: absolute;font-size: 20px;right: -15px;top: -3px;}
.product-number-info div.li-2 b, .product-number-info div.li-2 p {}
.product-number-info  b em {font-style: normal;font-size: 26px;font-weight: 100;padding-left: 2px;position: relative;top: -4px;}
@media (max-width: 769px) {
 .newsIndexOne{ display:none;}
	}
	
/* ------------------------------------------------------------------- 
 * ## home video link
 * ------------------------------------------------------------------- */
.home-content__video {
  display: inline-block;
  margin-top: 4.2rem;
}

.home-content__video .video-link {
  display: block;
  text-align: center;
  width: 20rem;
  outline: none;
  position: relative;
}

.home-content__video .video-icon {
  display: inline-block;
  height: 9rem;
  width: 9rem;
  border-radius: 50%;
  background-color: #793ea5;
  background-image: url(../images/icon-play.svg);
  background-repeat: no-repeat;
  background-position: 55% center;
  background-size: 24px 27px;
  -webkit-transition: background-color 0.3s ease-in-out;
  transition: background-color 0.3s ease-in-out;
}

.home-content__video .video-text {
  display: inline-block;
  text-align: center;
  font-weight: 600;
  font-size: 1.3rem;
  line-height: 1;
  color: #9c9c9c;
  text-transform: uppercase;
  letter-spacing: .5rem;
  -webkit-transition: color 0.3s ease-in-out;
  transition: color 0.3s ease-in-out;
  position: relative;
}

.home-content__video .video-link:hover .video-text {
  color: white;
}

.home-content__video .video-link:hover .video-icon {
  background-color: #6b3792;
}
.aboutIndexVideo{ position:relative;}
.aboutIndexVideo .video-image{ position:relative;width:100%; height:100%;  }
.aboutIndexVideo .about-right{ position:relative;
}
.aboutIndexVideo  .video {
	color: #fff;
	height: 70px;
	width: 70px;
	line-height: 70px;
	text-align: center;
	border-radius: 100%;
	position: absolute;
	left: 50%;
	top: 50%;
	margin-left: -35px;
	margin-top: -35px;
	font-size: 26px;
	background: #005baa;
	padding-left: 4px;
}
.aboutIndexVideo .video i{ font-size:26px;}
.aboutIndexVideo .video:hover{
	transform:scale(1.1);
}
.aboutIndexVideo .video-image .waves-block .waves {
	position: absolute;
	width: 200px;
	height: 200px;
	background: #fff;
	opacity: 0;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
	border-radius: 100%;
	-webkit-animation: waves 3s ease-in-out infinite;
	animation: waves 3s ease-in-out infinite;
	left: 50%;
	margin-left: -100px;
	top: 50%;
	margin-top: -100px;
}
.aboutIndexVideo .video-image .waves-block .wave-1 {
    -webkit-animation-delay: 0s;
    animation-delay: 0s;
}
.aboutIndexVideo .video-image .waves-block .wave-2 {
    -webkit-animation-delay: 1s;
    animation-delay: 1s;
}
.aboutIndexVideo .video-image .waves-block .wave-3 {
    -webkit-animation-delay: 2s;
    animation-delay: 2s;
}

	