html,
body {
    margin: 0;
    font-size: 100%;
    background: #fff;
    font-family: 'Microsoft Yahei', 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%;
}
 .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);
}
.headCon {
	position: relative;
	width: 100%;
	height: 100px;
}
.search-bar{ padding: 0;
    width: 80px; height:90px; line-height:90px;
    position: absolute;
    right:60px;
    z-index:1000;
}
.search-bar a {
    margin-left: 25px;
    margin-right: 40px;
    font-size: 22px;
    color: #005baa ; font-weight:bold;
}
.header-top-search-area {
  position: absolute;
  top: 100%;
  width: 350px;
  right: 16%;
  opacity: 0;
  visibility: hidden;
  z-index: 9999;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

@media (max-width: 575px) {
  .header-top-search-area {
  
  }
}
.header-top-search-area.open {
  opacity: 1;
  visibility: visible;
}

.active.header-top-search-area {
  opacity: 1;
  visibility: visible;
  animation-duration: 0.7s;
  animation-name: fadeInUp;
}

.header-search-form {
 
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.15);
}
.headSearch p {

    color: #7c7c7c;
    font-size: 14px;
    font-weight: 400;
    height: 54px;
    letter-spacing: 0.7px;
    min-width: 250px;
    outline: 0 none;
    padding: 3px;
    transition: all 500ms ease 0s;
    -webkit-transition: all 500ms ease 0s;
    -moz-transition: all 500ms ease 0s;
    -ms-transition: all 500ms ease 0s;
    -o-transition: all 500ms ease 0s;
    position: relative;
    border-radius:0px;
    -webkit-border-radius: 0px;
    -moz-border-radius:0px;
    -khtml-border-radius: 0px; background:#fff;
}
.headSearch p span { color:#fff;
	
	height: 54px;
	
}
.headSearch p span.ll { display:none;
	float: left;
	height:54px;
	line-height:54px;
	width: 54px; color:#fff;
}
.headSearch p span.ll select {
	border: medium none;
	background: none;
	color: #000
}
#header-search p span.ll select option {
	height: 54px;
	line-height: 54px;
	font-size: 14px;
	outline: none;
}
.headSearch p span.l {
	width: 280px; height:54px; position:absolute;  left:0px; top:0px;
	background: none;
}
/*#header-search p span.l input:-webkit-autofill{-webkit-text-fill-color: #fff !important;background-color:transparent; transition: background-color 50000s ease-in-out 0s;}*/

.headSearch p span.l input {
	border: medium none;
	width: 280px;
	outline: none;
	-webkit-appearance: none;
	-moz-appearance: none;
	color:#005baa; background-color:transparent; height:54px; position:absolute; }
	


.headSearch p span.l input:focus {
 background-color: #fff;
}
.headSearch p span.r {
	width: 50px;
	background: #005baa;
	height: 54px;
	position: absolute;
	right: 0px;
	top: 0px;
	border-radius: 0 0px 0px 0;
	-webkit-border-radius: 0 0px 0px 0;
	-moz-border-radius: 0 0px 0px 0x;
	-khtml-border-radius: 0 0px 0px 0; 
}
.headSearch p span.r input {
	border: medium none;
	background: none;
	position: absolute; width:54px; height:54px;
	z-index: 2;
	cursor: pointer; left:0px;
}
.headSearch p span.r .rr {
	position: relative;
	width: 54px;
	height: 54px;
}
.headSearch p span.r i { position:absolute; left:19px;top:19px;
	color: #fff;
	font-size: 16px;

}
.main_menu_area .container .logo {float: left; width:25%; padding-left:15px;}
.main_menu_area .container .logo a{ display:block;}
.logoS {display: none;}
.logo .logoImg img {  max-width:80px;margin-right: 10px;}
.logo .logoImg {display: inline-block;}
.main_menu_area .container .nav_right { width:75%; float:left;}
.phone-nav {
	position: absolute;
	font-size: 22px;
	display: none;
	color: #666;
	right: 15px;
	bottom: 19px;
	z-index: 9999999;
}
.phone-nav:hover {color: #000;}
.logo .logoImg { display:block; float:left; padding-top:5px;}
.logo .logoTxt { display:block; float:left;color: #e60012;  font-size:20px;font-weight: bold;}
.logo .logoTxt .logocn {
	font-size: 24px;
	color: #414040;
	font-weight: bold;
	letter-spacing: 5px;
	margin-bottom: 0px; padding-top:15px;
}
.logo .logoTxt .logoen {
	font-size: 11px;
	color: #414040;
	letter-spacing: -1px; margin-bottom:0px;
}
/*菜单*/
.navCon {
	float: left; 
}
.header .navbar {
	padding: 0;
}
/* Main Menu */

.header .header-inner {
	position: absolute;
	width: 100%;
	z-index: 99;
}
.header .nav-inner {
	float: right;
	
}
.header .nav li {
	margin-right: 30px;
	float: left;
	position: relative;
}
.header .nav li:before {
    content: "";
    position: absolute;
    width: 0;
    height: 60px;
    bottom: 0;
    left: 0;
    z-index: 0;
    border-bottom: 3px solid #005baa;
    -webkit-transition: 1s;
    -moz-transition: 1s;
    transition: 1s;
}
.header .nav li.cur:before,.header .nav li:hover:before{width: 100%;}
.header .nav li:last-child {
	margin: 0;
}
.header .nav li a {
	font-weight: bold;
	position: relative;
	display: block;
	padding: 33px 0;
	color: #000;
	z-index: 4;
	font-size: 14px;
	
}
.header .nav li.active a:before {
	opacity: 1;
	visibility: visible;
	width: 100%;
}
.header .nav li.active a {
	
	color: #005baa ;
}
/*.header .nav li a.hover{ font-weight:bold;
	color:#ffbc3b;
}*/
.header .nav li:hover a {
	color: #005baa ;
}
.navbar-expand-lg .navbar-collapse {
}
.header .nav li a i {
	margin-left: 6px;
	font-size: 10px;
}

/* Dropdown Menu */
.header .nav li .dropdown { display:block;
   position: absolute;
	top: 100%;
	left: 0;
	z-index: 1000;
	float: left;
	min-width: 220px;
	padding: 0px 0px;
	text-align: left;
	list-style: none;
	background-color: #fff;

	opacity: 0;
	border-radius: 0px;
	visibility: hidden;
	transform: translateY(30px);
	-webkit-transition: opacity .4s ease, visibility .4s ease, transform .5s ease;
	transition: opacity .4s ease, visibility .4s ease, transform .5s ease;
	
	box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);

}
.header .nav li .dropWidth{	opacity: 0;   position:fixed; width:1920px; left:0; background:#fff;	visibility: hidden;

	transform: translateY(30px);
	-webkit-transition: opacity .4s ease, visibility .4s ease, transform .5s ease;
	transition: opacity .4s ease, visibility .4s ease, transform .5s ease;
	box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);} 
.header .nav li .dropdown1 { display:block;
z-index: 1000;
width: 100%; margin:0 auto;
	 padding-top:20px;
	text-align: left;
	list-style: none;
	opacity: 0;
	border-radius: 0px;
	visibility: hidden;
	transform: translateY(30px);
	-webkit-transition: opacity .4s ease, visibility .4s ease, transform .5s ease;
	transition: opacity .4s ease, visibility .4s ease, transform .5s ease;
	border-top: 0px solid #21bcd8;


}

.header .nav li:hover .dropdown >li {
	border-top: 1px solid #f1f1f1;
}
.header .nav li:hover .dropdown {
	opacity: 1;
	visibility: visible;
	transform: translateY(0px);
}
.header .nav li:hover .dropdown1{
	opacity: 1;
	visibility: visible;
	transform: translateY(0px);
}
.header .nav li:hover .dropWidth{
	opacity: 1;
	visibility: visible;
	transform: translateY(0px);
}
.header .nav li .dropdown li {
	float: none;
	display: block;
	position: relative;
	-webkit-transition: all .4s ease;
	transition: all .4s ease; margin:0;
}
.header .nav li .dropdown1 li:last-child { margin-bottom:10px;}
.header .nav li .dropdown li a {
font-size: 14px;
	color: #333;
	
	padding: 14px 30px;
	display: block;
	line-height: 26px;
	white-space: nowrap;
	position: relative;
	-webkit-transition: all .4s ease;
	transition: all .4s ease;
}


.header .nav li .dropdown li:hover a {
	color: #034c91;
	

}

.header .nav li .dropdown li i {
	float: right;
	margin-top: 8px;
	font-size: 10px;
	z-index: 5;
}
.header .nav li .dropdown.sub-dropdown {
	position: absolute;
	top: 0%;
	left: 100%;
	z-index: 1000;
	float: left;
	min-width: 220px;
	padding: 0px 0px;
	text-align: left;
	list-style: none;
	background-color: #fafafa;
	background-clip: padding-box;
	opacity: 0;
	border-radius: 0px;
	visibility: hidden;
	transform: translateX(30px);
	-webkit-transition: opacity .4s ease, visibility .4s ease, transform .5s ease;
	transition: opacity .4s ease, visibility .4s ease, transform .5s ease;
	border-top: 0px solid #21bcd8;
	box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
}
.header .nav li .sub-dropdown1 { border-right:1px solid #f1f1f1;

	/*z-index: 1000;
	float: none; width:100%; background:none;
	padding: 0px 0px;
	text-align: left;
	list-style: none;*/
	
	opacity: 1;
	/*border-radius: 0px;
	
	transform: translateX(30px);
	-webkit-transition: opacity .4s ease, visibility .4s ease, transform .5s ease;
	transition: opacity .4s ease, visibility .4s ease, transform .5s ease;
	border-top: 0px solid #21bcd8;
	box-shadow:none;*/
}

.header .nav li .dropdown li:hover .dropdown.sub-dropdown {
	opacity: 1;
	visibility: visible;
	transform: translateY(0px);
}
.header .nav li .dropdown.sub-dropdown li a {
	padding: 14px 30px;
	color: #333;
	display: block;
	font-weight: 500;
	text-transform: capitalize;
	background: transparent;
}
.header .nav li .dropdown1 li{ margin:0 10px 30px 10px;float:left; padding-top:10px; }
.header .nav li .dropdown1 li a{ color:#000}
.header .nav li .dropdown1 li .sub-dropdown1 li{ float:none; margin-left:0px;}
.header .nav li .dropdown1 li:last-child {
margin-bottom:0px;
}
.header .nav li .sub-dropdown1 li a { 
	padding: 5px 0px; float:left;
	color: #666;
	display: block;
	font-weight: 500;
	text-transform: capitalize; margin-bottom:10px;
	background: transparent; font-size:13px;
}
.header .nav li .sub-dropdown1 li a:hover{ color:#034c91}
.header .nav li .dropdown li:hover .dropdown.sub-dropdown li a {
	background: transparent;
}
.header .nav li .dropdown li .dropdown.sub-dropdown li a:hover {
	color:#034c91;

}
.header .nav li .dropdown.sub-dropdown li:last-child a {
	border-bottom: 0px solid;
}
.mobile-search {
	display: none;
}
.banner{ padding-top:140px;}
 @media (max-width:1440px) {
.header .nav li .dropWidth{	opacity: 0;   position:fixed; width:1440px;}
.hotPhone{ display:none;}
.logo img {  max-width:280px;}
.search-bar {right: 60px;}
}
 @media (max-width:1360px) {
	.header .nav li{ margin-right:18px;} .header .nav li .dropWidth{	opacity: 0;   position:fixed; width:1360px;}

	
}
 @media (max-width:1280px) {
	 .main_menu_area .container .logo { width:20%;}
	 .main_menu_area .container .nav_right { width:80%;}
	.navCon { float:left; padding-right:0px;}.logo img {  max-width:200px; padding-top:20px;}
}
 @media (max-width:1200px) {
	 .header .nav li .dropWidth{	opacity: 0;   position:fixed; width:1200px;}
#header-search{ display:none;}
.navCon {
    float: right;
}
.logo img {
	padding-bottom: 10px;
}
.logo .logoTxt .logoen {
	font-size: 10px;
}
.logo .logoTxt .logocn {
    font-size: 18px;    padding-top: 10px; line-height:30px;
}
.scrollLogo {
	position: relative;
	display: inline-block;
}

.headTopAddress {
	display: none;
}
.fixed-scroll-nav .scrollLogo {
	display: inline-block;
}
.main_menu_area .container .phone {
	display: none;
}

.logo .logoTxt {
    color: #e60012;
    line-height: 80px;
    font-size: 20px;
    text-shadow: 0 1px 2px rgb(0 0 0 / 37%);
    font-weight: bold;
}
.hotPhone{ display:none;}
.search-bar{ right:30px;}
.navCon {
    padding-right:100px; float:right;
}
}
@media (max-width: 1200px) {
	.banner{ padding-top:110px;}
	.main_menu_area .container .logo{ width:80%

 
}
	#header-search { display:none;}
	.headTopEmail {

    right:15px;
}
	.headCon {
    height:70px;
}
.main_menu_area .container .logo {
	
}.main_menu_area .container .logo img{
	max-width:50px;
}

.phone-nav {
	display: block;
}
.nav_right {
	display: none;
}
.logo .logoTxt{ line-height:70px;}

.headTopAd {
	display: none;
}
.language{
    height: 70px; right:55px; line-height:70px;
}

.search-bar{ right:40px; height:70px; line-height:70px;}

}
@media (max-width:768px) {
.banner .bannerLetterD p.bTitle{font-size: 20px;}
.logo .logoTxt{ font-size:18px;}
.logoS a img.logoImg {
	display: block;
	float: left;
	max-height: 70px;
	padding: 10px 0;
}
.logoS .logoTxt {
	padding-top: 10px;
	color: #32609e;
	float: left;
	padding-left: 15px;
	text-shadow: 0 1px 2px rgba(0, 0, 0, 0.37)
}
.logoS .logoTxt p.logocn {
	font-size: 20px;
	color: #303030;
	font-weight: 600;
	letter-spacing: 1px;
	margin-bottom: 0px;
}
.logoS .logoTxt .logoen {
	font-size: 12px;
	color: #303030;
	letter-spacing: -1px;
}
.logoS p {
	color: #000;
}
.logoS p img {
	max-width: 165px;
}
.logoPhone {
	float: left;
	margin-left: 20px;
}



}
@media screen and (max-width:401px) {
.header .container .logoS {
	width: 90%;
}

}
@media (min-width: 1200px) {

.fixed-scroll-nav .subBanner {
	padding-top: 82px;
}
}
.affix {
	position: fixed;
}
.headMenu {
	background:none; box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.35); background: #fff;
}
.headMenu.affix {
	background: #fff;
	height: auto;
	-webkit-box-shadow: 0px -2px 24px 1px rgba(0, 0, 0, 0.06);
	-moz-box-shadow: 0px -2px 24px 1px rgba(0, 0, 0, 0.06);
	box-shadow: 0px -2px 24px 1px rgba(0, 0, 0, 0.06);
}
.headMenu.affix {
	top: 0px;
	width: 100%;
	z-index: 99;
	background: #fff;
}
.headMenu.affix .headCon {
	position: relative;
	width: 100%;
	height: 70px;
}
.headMenu.affix .nav li a {padding: 24px 0;color: #000;}
.headMenu.affix #header-search {padding-top: 15px;}
.headMenu.affix .language a {height: 70px;}
.headMenu.affix .logoS img {max-height: 70px; padding:15px 0;}
.headMenu .logo img.logoImg2 {display: none;}
.headMenu.affix .logo img { max-width:60px;}
.headMenu.affix .logo img.logoImg1 { display:none;}
.headMenu.affix .logo img.logoImg2 { display: inline-block;}
.headMenu.affix .nav li.active a {color: #333;}
.headMenu.affix #header-search p span.ll select {color: #000}
.headMenu.affix #header-search p {border: 1px solid #ddd;}
.headMenu.affix #header-search p span.r {background: #fff;}
.headMenu.affix #header-search p span.r i {color: #333;}
.headMenu.affix .search-bar{ line-height:70px; height:70px;}
.headMenu.affix .search-bar a { }
.headMenu.affix .header-tel .span-img .i-tel {}
.headMenu.affix .span-num{color:#333}
.headMenu.affix .hotPhone{ height:70px; line-height:70px;}
.headMenu.affix .header-tel .span-img {margin-top: 20px;}
.headMenu.affix .phone-nav{color:#333}
.headMenu.affix .logo .logoTxt .logocn {color: #333; font-size:20px; padding-top:10px;}
.headMenu.affix .logo .logoTxt .logoen { line-height:1rem;}

.headMenu.affix .language{ height:70px; line-height:70px;}
.headMenu.affix .header-tel .span-img .i-tel { color:#333;}
.headMenu.affix .language a{ color:#333;}
.espcms_page_bannpic.headerSlider{ padding-top:140px;}
.fixed-scroll-nav .espcms_page_bannpic {text-align: center;
padding-top: 0;
    margin-top: 150px;
}
@media (max-width:1200px){.espcms_page_bannpic.headerSlider{ padding-top:110px;}}
@media (max-width:996px){

.fixed-scroll-nav .espcms_page_bannpic {text-align: center;
padding-top: 0;
    margin-top: 120px;
}

	}

.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: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){
	.headTopEmail{ display:none;}
	.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; left:0}
.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%; max-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 img{ min-height:200px;}
.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%;  }
}


.indexBanner{ width:100%; overflow:hidden;}
.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; width:100%;
}

.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: -5%;
    top: 6%;
}

.fea span {
    color: #005baa;
    font-size: 1.3em;}

.fea:hover span,
.fea.active span {
    color: #fff;
}

.fea {
    background: #005baa;border-radius:8px;
}

.fea h3 {
    font-size: 1.2em;
}

.fea.active {
    background: #005baa;
}

.fea.active p,
.fea.active h3 {
    color: #fff;
}

.fetured-sec img { max-width:100%;border-radius:8px;
}

/* //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; border-radius:8px;
}
.service_box a{ display:block; width:100%;}
.service_box .service_img img {
    width: 100%;border-radius:8px;
}
.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;border-radius:0 8px 0 0;
}
.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; border-radius:30px;
}
.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--*/



@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);border-radius:8px; overflow:hidden;
}
.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%; left:0; right:0  }
.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;
}

.banner .bannerLetterD {
	position: absolute;
	top: 25%;
	width: 100%;
	z-index: 10
}
.banner .bannerLetterD p {
	color: #ccc;
	margin: 0;
	text-align: left;
}
.banner .bannerLetterD p {
	margin-bottom: 30px;
}
.banner .bannerLetterD p.bTitle {
	font-size: 32px;
	font-weight:bold;
	color: #005baa;
	letter-spacing: 1px;
		margin-bottom: 30px; text-align:center;
  
}
.banner .bannerLetterD p.bCon {

	font-size: 18px;
	line-height: 26px;
	font-weight: 600;
	color: #fff;
	letter-spacing: 1px;
     text-shadow: 1px 1px 1px #333; 
}
.banner .slick-dots {
	left: 50%;
	right: 50%;
	bottom: 6%;
	margin: 0 -660px;
	text-align: left
}
.banner .slick-dots li {
	margin: 0 12px 0 0;
	border-radius: 5px;
	background: #fff
}
.banner .slick-dots .slick-active {
	width: 54px;
	background: #fff!important
}
@media(min-width:1280px) {.bannerLetterD .container{ max-width:1200px;}}
@media(max-width:1680px) {
.banner .bannerLetterD {position: absolute; top: 16%;}
}
@media(max-width:1366px) {
.banner .bannerLetterD { top:20%;}
}
@media(max-width:1260px) {
.banner .bannerLetterD { }
}
@media(max-width:991px) {
.banner .bannerLetterD { }
}

@media(max-width:768px) {
.banner .bannerLetterD p.bTitle {font-size:20px;}
.banner .btn-black{ display:none;}
}
@media(max-width:480px) {
.banner .bannerLetterD { top:10% }
.banner .bannerLetterD p.bTitle {font-size:18px;}
}

.pic2 {
	display: block;
	position: relative;
	overflow: hidden
}
.pic2>img {
	display: block;
	max-width: 100%;transition: all .5s;
}


.u-slick {
	position: relative;
	overflow: hidden
}
.u-slick .item {
	position: relative;
	overflow: hidden
}
.slick-slider {
	position: relative;
	display: block;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	-webkit-touch-callout: none;
	-khtml-user-select: none;
	-ms-touch-action: pan-y;
	touch-action: pan-y;
	-webkit-tap-highlight-color: transparent
}
.slick-list {
	position: relative;
	display: block;
	overflow: hidden;
	margin: 0;
	padding: 0
}
.slick-list:focus {
	outline: none
}
.slick-list.dragging {
	cursor: pointer;
	cursor: hand
}
.slick-slider .slick-list, .slick-slider .slick-track {
	-webkit-transform: translate3d(0, 0, 0);
	-moz-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0)
}
.slick-track {
	position: relative;
	top: 0;
	left: 0;
	display: block
}
.slick-track:after, .slick-track:before {
	display: table;
	content: ''
}
.slick-track:after {
	clear: both
}
.slick-loading .slick-track {
	visibility: hidden
}
.slick-slide {
	display: none;
	float: left;
	height: 100%;
	min-height: 1px
}
[dir=rtl] .slick-slide {
	float: right
}
.slick-slide img {
	display: block
}
.slick-slide.slick-loading img {
	display: none
}
.slick-slide.dragging img {
	pointer-events: none
}
.slick-initialized .slick-slide {
	display: block
}
.slick-loading .slick-slide {
	visibility: hidden
}
.slick-vertical .slick-slide {
	display: block;
	height: auto;
	border: 1px solid transparent
}
.slick-arrow.slick-hidden {
	display: none
}
.slick-arrow {
	position: absolute;
	z-index: 101;
	top: 50%;
	margin-top: -22px;
	width: 44px;
	height: 44px;
	border-radius: 100%;
	border: 2px solid #48c7ec;
	background: 0 0;
	font-weight: 700;
	font-size: 18px;
	color: #48c7ec;
	line-height: 44px;
	opacity: .3;
	font-family: IcoFont!important;
	text-align: center
}
.slick-arrow i {
	line-height: 44px;
}
.slick-prev {
	left: 0
}
.slick-prev:before {
	content: "\ea9d"
}
.slick-next {
	right: 0
}
.slick-next:before {
	content: "\eaa0"
}
.slick-dots {
	position: absolute;
	z-index: 100;
	left: 0;
	right: 0;
	bottom: 8%;
	text-align: center;
	letter-spacing: -6px;
	line-height: 0
}
.slick-dots li {
	display: inline-block;
	vertical-align: middle;
	width: 10px;
	height: 10px;
	background: #ccc;
	margin: 0 6px;
	-webkit-transition: .3s;
	-moz-transition: .3s;
	transition: .3s;
	border-radius: 5px;
	-webkit-border-radius:5px;
	-moz-border-radius: 5px;
	-khtml-border-radius: 5px;
}
.slick-dots li a {
	display: block;
	width: 100%;
	height: 100%
}
.slick-dots .slick-active {
	background: #0550a7!important
}
.slick-dots li a:hover {
	cursor: pointer;
}
@media screen and (min-width:1025px) {
.slick-dots li:hover {
	background: #48c7ec!important
}
}
.bTitleBtn{ text-align:center;}
.btn-black {
	font-size: 12px;
	border: 2px solid #005baa ; 
	color: #005baa;
	padding: 11px 20px;
	width: 100%;
	max-width: 160px;
	text-align: center;
	display: inline-block;
	transition: ease-in all 0.5s;
	border-radius: 24px;
	letter-spacing: 1px;
	line-height: 24px; font-weight:bold;
}
a.btn-black:hover {
	background: #005baa ;
	color: #fff;
	border-radius: 13px;
	transition: ease-in all 0.5s;
	border: 1px solid #005baa ;
}
.section-title p{ font-size:14px;}
/*合作伙伴*/

.PartnersList {
	padding: 2em 0;
}

.PartnersList :hover { 

	-webkit-box-shadow: 0 25px 88.35px 6.65px rgba(27,33,47,0.1);
	box-shadow: 0 25px 88.35px 6.65px rgba(27,33,47,0.1)
}
.PartnersList img {
	max-width: 200px;
	margin: 0 auto;
}
/*--/toTop--*/



a#scrollUp {
	right: 30px;
	bottom: 30px;
	width: 60px;
	height: 60px;
	background-color: #005baa;
	text-align: center;
	line-height: 60px;
	color: #ffffff;
	border-radius: 50%;
	font-size: 18px;
}
a#scrollUp:hover {
	background-color: #0082d7 ;
	color: #ffffff;
}
/*--//toTop--*/