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

body{
    font-family: '微软雅黑',宋体, Airal;
	font-weight: 400;
	font-size:15px;
	color:#888;
}
ol,
ul {
    list-style: none;
    padding: 0;
    margin-top: 0;
}

ul li,
ol li {
    margin: 0;
    position: relative;
}

/*===================
	Start Header CSS 
=====================*/
.header{
	background-color:#fff;
	position:relative;
}
.header .navbar-collapse{
	padding:0;
}
/* Topbar */
.header .topbar{
	background-color:#194376;
	border-bottom:1px solid #eee;
}
.header .topbar{
	padding:0;
}
.header .top-link{
	float:right;background: #46c6ce; padding: 12px 30px;
}
.header .top-link li{
	display:inline-block;
	margin-right:15px;
}
.header .top-link li:last-child{
	margin-right:0px;
}
.header .top-link li a{
	color:#fff;
	font-size:14px;
	font-weight:400;
}
.header .top-link li:hover a{
	color:#194376;
}
.header .top-contact{
	float:left; padding: 12px 0;
}
.header .top-contact li{
	display:inline-block;
	margin-right:25px;
	color:#fff;font-size:16px;
}
.header .top-contact li:last-child{
	margin-right:0;
}
.header .top-contact li a{
	font-size:16px;
}
.header .top-contact li a:hover{
	color:#46c6ce;
}
.header .top-contact li i{
	color:#46c6ce; font-size: 16px;
	margin-right:8px;
}
.header .header-inner {
	background:#fff;
	z-index:999;
	width:100%; padding: 0;
}

.header .inner{ padding:10px 0;}

.header .logo {
	float: left; width: 220px;
	margin-top: 8px;
}
.header .logo img {max-width: 100%; height: auto;}
.header .wenzi {float: left; font-size: 18px;  line-height: 20px; font-weight: bold;	margin-top: 18px;}
.header  .tit1{color: #0e64af;font-weight: bold;font-size: 26px;line-height: 22px;padding:0px 23px 5px; border-left:1px solid #706b6b;letter-spacing: 5px;}
.header  .tit2{color: #000;font-weight: bold;font-size: 20px;line-height: 20px;padding:5px 20px 4px; border-left:1px solid #706b6b;}
.header .telimg{	float: left; width: 40px;	margin-top: 16px;}
.header .tel {float: left; padding:2px 20px; font-size: 18px; color: #000; line-height: 20px; font-weight: bold;	margin-top: 16px;}

.header .tele-1{font-weight: bold; margin: 10px 0px 0px;}
.header .tele-1 .tele-img{float: left;}
.header .tele-1 .tele-num{float: left;font-size: 20px;color: #000;margin-top: 2px;margin-left: 15px;}

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

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


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

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



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






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




/*===========================
	Start Hero Area CSS
=============================*/
.slider .single-slider {
	height: 600px;
	background-size: cover;
	background-position: center;
	background-repeat:no-repeat;
}
.slider .single-slider .text{
	margin-top:80px;
}
.slider .single-slider .text1{
	margin-top:160px;
}
.slider.index2 .single-slider .text{
	margin-top:150px;
}
.slider .single-slider h3 {
	color: #0e64af;
	font-size: 30px;
	font-weight: 700;
	margin: 0;
	padding: 0;
	line-height: 42px;
}
.slider .single-slider h1 {
	color: #0e64af;
	font-size: 38px;
	font-weight: 700;
	margin: 0;
	padding: 0;
	line-height: 42px;
}
.slider .single-slider h1.black {	color: #000;}
.slider .single-slider h1.write {	color: #fff;}
.slider .single-slider h3.black {	color: #4ea5d5;}
.slider .single-slider h3.write {	color: #fff;}
.slider .single-slider h1 span{
	color:#2d92c3;
}
.slider .single-slider h1 span.huang{
	color:#ffc600;
}
.slider .single-slider h1 span.red{
	color:#ce151d;
}



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


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







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




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



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

.indextiao{ margin:0 auto; padding: 15px 0; width: 100%; height: auto; background: #616870; }
.indextiao .left{ margin:0 auto; padding: 0; width: 70%; height: auto; float: left; font-size: 20px; color: #fff; text-align: left; line-height: 40px;}
.indextiao .left a{ font-size: 17px; color: #fff; text-align: left; line-height: 30px;margin-right: 10px;}
.indextiao .left a:hover{ color: #fff; text-align: left; line-height: 30px;}

.indextiao .right{ margin:0 auto; padding: 0; width: 26%; height: auto; float: right;}
.search { width:312px; position: relative; float:right; }
.search input[type=text] { width:260px; opacity:1; background-color: #fff;outline: none; border:0; float: left;line-height: 34px; color: #787a82; font-size: 14px;  transition:455ms ease-in-out;}

.search .search-txt{ padding-left:10px;}
.search .search-btn{ padding-right:10px; padding:5px 10px;;background:#0e64af; display: block;}


.indexpro{ margin:0 auto; padding:30px 0; width: 100%; height: auto; }
.indexpro .con{ margin:0 auto; padding:0; width: 100%; height: auto; }
.indexpro .con .left{ margin:0 auto; padding:0; width: 20%; height: auto; float: left;background: #0063B0; border: 1px solid #e3e3e3;}
.indexpro .con .left .title{ margin:0 auto; padding:5px 20px; width: 100%; height: auto; display: block;background: #63686F; color: #fff; text-align: left; line-height: 40px; font-size: 24px;}
.indexpro .con .left .list{ margin:0 auto; padding:5px 0; width: 100%; height: auto; display: block;border-left:4px solid #0063B0;border-right:4px solid #0063B0; color: #fff; text-align: left; line-height: 40px; font-size: 24px;}
.indexpro .con .left .list ul{ margin:0 auto; padding:0; width: 100%; height: auto;}
.indexpro .con .left .list ul li a{ margin:0 auto; padding:5px 0; width: 100%; padding-left: 30px; display: block;height: auto;background: #0063B0;color: #fff; text-align: left; line-height: 30px; font-size: 16px;}
.indexpro .con .left .list ul li a i{ float: right; padding: 6px 15px;}
.indexpro .con .left .list ul li ul{ margin:0 auto; padding:0; width: 100%; height: auto;}
.indexpro .con .left .list ul li ul li a{ margin:0 auto; padding:5px 0; width: 100%;padding-left: 40px;  display: block;height: auto; background: #f3f3f3;color: #666; text-align: left; line-height: 23px; font-size: 15px;}
.indexpro .con .left .list ul li ul li a:hover{ padding-left: 50px; background: #7fc9ec;color: #fff; }

.indexpro .con .left .list ul li ul li:nth-child(2n) a{  background: #e3e3e3;}
.indexpro .con .left .list ul li ul li:nth-child(2n) a:hover{ padding-left: 50px; background: #7fc9ec;color: #fff; }


.indexpro .con .right{ margin:0 auto; padding:0; width: 78%; height: auto; float: right;}
.indexpro .con .right .title{ margin:0 auto; padding:5px 20px; width: 100%; height: auto; display: block;background: #0063B0;}
.indexpro .con .right .title .tt1{ margin:0 auto; padding:0; width: 70%; float: left;height: auto;display: block;  color: #fff; text-align: left; line-height: 40px; font-size: 24px;}
.indexpro .con .right .title .tt2 a{ margin:0 auto; padding:0; width: 20%; float: right; height: auto;display: block;  color: #fff; text-align: right; line-height: 40px; font-size: 16px;}
.indexpro .con .right .title .tt2 a:hover{ color: #ffa800; }

.blognewlist{ margin:0 auto; padding:0; width: 100%; height: auto; display: block; margin-bottom: 30px;}

.blognewlist .title{ margin:0 auto; padding:5px 20px; width: 100%; height: auto; display: block;background: #63686F; color: #fff; text-align: left; line-height: 40px; font-size: 20px;}
.blognewlist ul{ margin:0 auto; padding:0; width: 100%; height: auto;border-left:4px solid #0063B0;border-right:4px solid #0063B0;border-bottom:4px solid #0063B0; color: #fff; text-align: left; line-height: 40px; font-size: 24px;}
.blognewlist ul li a{ margin:0 auto; padding:5px 0; width: 100%; padding-left: 30px; display: block;height: auto;background: #f3f3f3;color: #000; text-align: left; line-height: 30px; font-size: 16px;}
.blognewlist ul li a i{ float: right; padding: 6px 15px;}
.blognewlist ul li a:hover{ padding-left: 50px; background: #7fc9ec;color: #fff; }
.blognewlist ul li:nth-child(2n) a{  background: #fff;}
.blognewlist ul li:nth-child(2n) a:hover{ padding-left: 50px; background: #7fc9ec;color: #fff; }
.blognewlist ul li.on a{ padding-left: 50px; background: #7fc9ec;color: #fff;}

.blogprolist{ margin:0 auto; padding:0; width: 100%; height: auto; display: block; margin-bottom: 15px;}

.blogprolist .title{ margin:0 auto; padding:5px 20px; width: 100%; height: auto; display: block;background: #63686F; color: #fff; text-align: left; line-height: 40px; font-size: 20px;}
.blogprolist ul{ margin:0 auto; padding:0; width: 100%; height: auto;border-left:4px solid #0063B0;border-right:4px solid #0063B0;border-bottom:4px solid #0063B0; color: #fff; text-align: left; line-height: 40px; font-size: 24px;}
.blogprolist ul li a{ margin:0 auto; padding:5px 0; width: 100%; padding-left: 30px; display: block;height: auto;background: #0063B0;color: #fff; text-align: left; line-height: 30px; font-size: 16px;}
.blogprolist ul li a i{ float: right; padding: 6px 15px;}
.blogprolist ul li ul{ margin:0 auto; padding:0; width: 100%; height: auto;}
.blogprolist ul li ul li a{ margin:0 auto; padding:5px 0; width: 100%;padding-left: 40px;  display: block;height: auto; background: #f3f3f3;color: #666; text-align: left; line-height: 23px; font-size: 15px;}
.blogprolist ul li ul li a:hover{ padding-left: 50px; background: #7fc9ec;color: #fff; }
.blogprolist ul li ul li:nth-child(2n) a{  background: #e3e3e3;}
.blogprolist ul li ul li:nth-child(2n) a:hover{ padding-left: 50px; background: #7fc9ec;color: #fff; }

.blogprolist ul li ul li.on a{ padding-left: 50px; background: #7fc9ec;color: #fff;}

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




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


.pro1 ul li:nth-child(3n+1){ clear:both;}


.product-label a b{ font-weight:normal;}



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


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

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

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


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

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



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




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

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

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

.product-item:hover .product-label a{background: #0063B0; color: #fff; }


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

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

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

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




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

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


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



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


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

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


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



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

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


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


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

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

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

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

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



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

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

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

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

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

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

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

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

.banner-img {
  position: relative;
}

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

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

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

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

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


/** service-section **/

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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


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

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

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

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

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

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


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


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

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


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


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


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

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


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

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


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




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


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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.product-details-layout1 .product-header {
  position: relative;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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


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


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

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

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

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

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

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

@media (max-width: 768px) {
  .product-details-layout1 .product-title {
    font-size: 20px;
    margin-bottom: 10px;
  }
  .product-details-layout1 .action-buttons {
    display: block;
  }
  .product-details-layout1 .quantity-box {
    margin-bottom: 15px;
  }
  .product-details-layout1 .product-tab-nav li a {
    font-size: 16px;
    padding-bottom: 15px;
  }
  .product-details-layout1 .vs-product-review .single-review {
    display: block;
  }
  .product-details-layout1 .vs-product-review .single-review .author-img {
    margin-right: 0;
    margin-bottom: 15px;
  }
  .product-details-layout1 .vs-product-review .single-review .review-content {
    width: calc(100%);
  }
}
.navaaa{margin-top: 15px;}
/*=======================
	Start Blog CSS
=========================*/
.blog{
	background:#fff;
	padding: 20px 0 50px;
}
.protitle{ text-align:center; color:#000; font-size: 24px; line-height: 30px; font-weight: bold;}


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

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

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



.single-testimonial{ margin:0; padding: 0;width: 100%; height: auto; text-align: center;}
.single-testimonial img{ max-width: 100%; height: auto; margin:0;}
.single-testimonial p{ margin:0 auto; padding:5px 0; width: 100%; height: auto; font-size: 14px; text-align: center; color: #666; line-height: 30px;}




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

.single-widget.recent-post ul li.lan a{
  padding: 15px; width: 100%; 
  background-color: #0e64af;
   display: flex;
    align-items: center; font-weight: bold;
    justify-content: space-between;
    color: #fff;
	font-size: 17px;
}


.single-widget.recent-post ul li a:hover{
  background-color: #0e64af;
  color: #fff;
}
.single-widget.recent-post ul li ul{clear: both; margin:8px 0; padding: 0; width: 100%; height: auto;
}
.single-widget.recent-post ul li ul li a{
  padding: 5px 15px;
  background-color: #fff;
  color: #777; font-size: 16px;border-bottom: 1px dashed #e3e3e3;
  font-weight: normal;
}
.single-widget.recent-post ul li ul li a:hover{   background-color: #fff; color: #0e64af;  margin-left: 10px;}

.single-widget.recent-post ul li.lan ul li a{
  padding: 8px 15px;
  background-color: #fff;
  color: #777; font-size: 16px; line-height: 20px;
  font-weight: normal;
}
.single-widget.recent-post ul li.lan ul li a:hover{

  color: #0e64af;  
}





.single-widget.recent-post ul li.lan ul li.on a{
  padding: 5px 15px;
  background-color: #fff;
  color: #0e64af; font-size: 16px;
  font-weight: bold;
}

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

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

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

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

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


/* Image Gallery */
.news-single .image-gallery {
	margin-bottom: 20px;
}
.news-single .image-gallery .single-image {
	overflow: hidden;
}
.news-single .image-gallery .single-image:hover img{
	-webkit-transform:scale(1.2);
	-moz-transform:scale(1.2);
	transform:scale(1.2);
}
/* Blockqoute */
.news-single blockquote {
	background-image: url('img/blockqoute-bg.jpg');
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	padding: 30px;
	overflow: hidden;
}
.news-single blockquote::before {
	opacity: 0.9;
}
.news-single .news-text blockquote p {
	color: #fff;
	margin: 0;
	line-height: 26px;
	font-size: 15px;
	position: relative;
}
.news-single .blog-bottom {
	overflow: hidden;
}
/* Social Share */
.news-single .social-share {
	float: left;
}
.news-single .social-share li {
	float: left;
}
.news-single .social-share li span{
	padding-left:5px;
}
.news-single .social-share li.facebook a{
	background:#5d82d1;
}
.news-single .social-share li.twitter a{
	background:#40bff5;
}
.news-single .social-share li.google-plus a{
	background:#eb5e4c;
}
.news-single .social-share li.linkedin a{
	background:#238cc8;
}
.news-single .social-share li.pinterest a{
	background:#e13138;
}
.news-single .social-share li a {
	padding: 10px 20px;
	display: block;
	color: #fff;
}
.news-single .social-share li a:hover{
	background:#2B343E;
}
/* Prev Next Button */
.news-single .prev-next {
	width: 100%; height: auto; margin:30px 0; padding: 0;
}

.next{ float:right;}

.news-single .prev-next li {
	display: inline-block;
	width: auto;
	height: 40px;
	line-height: 36px;max-width: 45%; overflow: hidden;
	text-align: center;
	font-size: 16px;
	border: 1px solid #c4c4c4; padding: 0 20px;
	color: #555;
	border-radius: 4px;
}

.news-single .prev-next li a {
	
	text-align: center;
	font-size: 16px;
	color: #555;
}
.news-single .prev-next li:hover{
	color:#fff;
	background:#1A76D1;
	border-color:transparent;
}
.news-single .prev-next li:hover a{
	color:#fff;
}


/* Blog Comments */
.news-single .blog-comments {
	margin-top: 30px;
	background: transparent;
	-webkit-box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.10);
	-moz-box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.10);
	box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.10);
	border-radius: 8px;
	padding: 30px;
}
.news-single .blog-comments h2 {
	text-align: left;
	text-transform: capitalize;
	font-size: 18px;
	color: #252525;
	margin-bottom: 20px;
}
.news-single .blog-comments h4 span{
	float:right;
}
.news-single .single-comments {
	overflow: hidden;
	margin-bottom: 30px;
	background: #fff;
	border-bottom: 1px solid #eee;
	padding-bottom: 30px;
}
.news-single .single-comments.left .main {
	padding-left: 100px;
	position: relative;
	margin-left: 100px;
}
.news-single .single-comments.left img{
	position:absolute;
	left:0;
	top:0;
}
.news-single .single-comments:last-child{
	margin:0;
	border:none;
	margin-bottom:0;
	padding-bottom:0;
}
.news-single .single-comments .main {
	overflow: hidden;
}
.news-single .single-comments .head {
	float: left;
	margin-right: 20px;
	text-align: center;
	width: 12%;
}
.news-single .head img {
	width: 80px;
	height: 80px;
	line-height: 80px;
	border-radius: 100%;
	border: 5px solid #f8f8f8;
}
.news-single .single-comments .body {
	float: left;
	width: 85%;
}
.news-single .single-comments.left .body{
	float: noene;
	width:100%;
}
.news-single .single-comments .comment-list {
	margin-top: 30px;
	padding-top: 30px;
	border-top: 1px solid #e2e2e2;
	overflow: hidden;
}
.news-single .single-comments .comment-list .body {
	width: 78%;
}
.news-single .single-comments h4 {
	margin: 0 0 5px;
	font-size: 16px;
	text-align: left;
	font-weight: 500;
	color: #252525;
}
.news-single .single-comments .comment-meta{
	margin-bottom:5px;
}
.news-single .single-comments .meta {
	font-size: 13px;
	color: #555;
	font-weight: 400;
	border: none;
	margin-right: 10px;
	padding: 0;
	margin: 0 10px 0 0;
}
.news-single .single-comments .meta:last-child{
	margin:0;
}
.news-single .comment-meta span i{
	margin-right:5px;
}
.news-single .comment-meta span:last-child{
	margin:0;
}
.news-single .single-comments p {
	font-size: 13px;
}
.news-single .single-comments a {
	text-transform: capitalize;
	font-size: 13px;
	font-weight: 400;
	color: #fff;
	padding: 3px 15px;
	display: inline-block;
	margin-top: 10px;
	border-radius: 4px;
	background:#1A76D1;
	color:#fff;
}
.news-single .single-comments a:hover{
	background:#2C2D3F;
	color:#fff;
}
.news-single .single-comments a i{
	margin-right:5px;
}
.news-single .comment-list {
	padding-left:50px;
}
.news-single .single-comments.login{
	text-align:center;
}
.news-single .single-comments.login i{
	font-size:20px;
}
.news-single .single-comments.login a{
	text-align:center;
}
.news-single .single-comments.login a:hover{
	color:#353535;
}
.news-single .comments-form {
	margin-top: 30px;
	-webkit-box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.10);
	-moz-box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.10);
	box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.10);
	border-radius: 8px;
	padding: 30px;
}
.news-single .comments-form h2 {
	text-align: left;
	font-size: 18px;
	color: #353535;
	margin-bottom: 20px;
	text-transform: capitalize;
}
.news-single .form {
}
.news-single .form-group {
	position: relative;
	display: block;
	margin: 0 0 20px;
}
.news-single .form-group i {
	position: absolute;
	left: 12px;
	top: 17px;
	z-index: 1;
	color: #1A76D1;
}
.news-single .form-group input {
	width: 100%;
	height: 50px;
	-webkit-transition: all 0.4s ease;
	-moz-transition: all 0.4s ease;
	transition: all 0.4s ease;
	font-weight: 400;
	border-radius: 0px;
	padding-left: 34px;
	padding-right: 20px;
	border: none;
	line-height:50px;
	font-weight: 400;
	font-size:14px;
	color:#2C2D3F;
}
.news-single .form-group textarea {
	border: 1px solid #ddd;
	width: 100%;
	-webkit-transition: all 0.4s ease;
	-moz-transition: all 0.4s ease;
	transition: all 0.4s ease;
	box-shadow: none;
	border-radius: 0px;
	border: none;
	height: 190px;
	padding: 15px 15px 15px 35px;
	resize: none;
	font-weight: 400;
	font-size:14px;
	color:#2C2D3F;
}
.news-single .form-group input, .news-single .form-group textarea {
	border: 1px solid transparent;
	border: 1px solid #eee;
	border-radius: 5px;
}
.news-single .form-group.message i {
	top: 22px;
}
.news-single .form-group .button {
	padding: 10px 30px;
	font-size: 14px;
	text-transform: uppercase;
	display: block;
	border: 0px solid;
	color: #fff;
	-webkit-transition: all 0.4s ease;
	-moz-transition: all 0.4s ease;
	transition: all 0.4s ease;
	padding: 15px 30px;
	
}
.news-single .form-group .button:hover {
	background: #353535;
}
.news-single .form-group .button i{
	position:relative;
	display:inline-block;
	color:#fff;
	margin-right:10px;
	padding:0px;
}
.news-single .form-group.button {
	margin: 0;
	text-align: left;
}
.news-single .form-group.button .btn{
	background:#fff;
	background:#1A76D1;
	color:#fff;
}
.news-single .form-group.button .btn:hover{
	color:#fff;
}
.news-single .form-group.button .btn i {
	color: #fff;
	position: relative;
	top: 0;
	left: 0;
	margin-right: 10px;
	-webkit-transition:all 0.3s ease 0s;
	-moz-transition:all 0.3s ease 0s;
	transition:all 0.3s ease 0s;
}


.prolistnew{ margin:15px auto; padding: 2%; width: 100%; height: auto; }
.prolistnew .title{ margin:10px auto; padding:10px 0; width: 100%; height: auto; border-bottom: 1px dashed #e3e3e3;}
.prolistnew .title h2{ margin:0; padding:0; width:70%; height: auto; float: left; text-align: left;font-size: 24px; color: #0e64af; line-height: 30px; }
.prolistnew .title .read{ margin:0; padding:0; width:auto; height: auto; float: right;}
.prolistnew .title .read a{ margin:0; padding:0; width:auto; height: auto; float: right;display: block;padding:5px 20px; background: #0e64af; text-align: center;font-size: 14px; color: #fff; line-height: 20px;border-radius: 15px;}
.prolistnew .title .read a:hover{ background:#ce151d; margin-right: 15px;}

.prolistnew .pro{ margin:10px auto; padding:10px 0; width: 100%; height: auto; }

.newprolist{ margin:10px auto; padding:2%; width: 100%; height: auto;}
.newprolist ul{ margin:0 auto; padding: 0; width: 100%; height: auto;}
.newprolist ul li{ margin:5px auto; padding:5px 2%;background: #fff; width: 48%; height: auto; float: left; margin-right: 2%; font-size: 14px; color: #666; text-align: left;line-height: 20px; border-bottom: 1px dashed #f3f3f3;}
.newprolist ul li a{padding-left: 10px; font-size: 14px; color: #0e64af; text-align: left;line-height: 20px;}
.newprolist ul li a:hover{ color: #000;}



/*Help Box*/

.help-box{
	position:relative; margin-top: 15px;
	background-size:cover;
	background-repeat: no-repeat;
	background-position: center;border:2px solid #0063b0;
}

.help-box:before{
	position:absolute;
	content:'';
	left:0px;
	top:0px;
	width:100%;
	height:100%;
	display:block;
background: #0063b0;
	opacity: .90;
}

.help-box .inner{
	position:relative;
	padding:0; background: #fff;
}

.help-box .inner .title{
	position: relative;
	display: block;
	font-size: 14px;
	line-height: 24px;
	color: #00df6e;
	font-weight: 400;padding: 0 15px;
	margin-bottom: 20px;
}

.help-box .inner h2{
	position:relative;
	color:#fff; background: #0063b0;
	font-size:20px;
	font-weight:500; padding: 15px;
	line-height:1.2em;
	text-transform: uppercase;
	margin-bottom:20px;
}

.help-box .inner h3{
	position:relative;width: 100%; height: 40px;
	color:#666;
	font-size:14px;
	line-height: 28px;padding: 0 15px;
	margin-top:10px; clear: both;
}
.help-box .inner h3 i{ color: #0063b0; font-size: 20px;position: relative; float: left;position: relative;  width: 40px; height: 40px; border: 1px solid #e3e3e3; border-radius: 20px; line-height: 40px; text-align: center; margin-right: 10px;
}

.help-box .inner h3 span{float: left; width: 70%;color:#666; position: relative; 
	font-size:14px;
	line-height: 40px;}
.help-box .inner h3 span.add{float: left; width: 70%;color:#666; position: relative; 
	font-size:14px;
	line-height: 20px;}

.help-box .img{ margin:10px 0 0 0; padding: 0; width: 100%; height: auto;}
.help-box .img img{ max-width: 100%; height: auto;}



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

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

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


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

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

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

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




.contactnei .time-sidual{ margin:0 auto; padding:20px 0; width: 100%; height: auto; display: block;}
.contactnei .time-sidual li{ margin:0 auto; padding:12px 0; width: 100%; height: auto; display: block; clear: both;text-align: left; font-size: 14px; color: #666; line-height: 40px; }
.contactnei .time-sidual li span{ margin:0 auto; padding: 0; width: 50px; height: auto; display: block; float: left;}

.contact-us{ margin:0 auto; padding: 0; width: 100%; height: auto; margin-top: 20px;}
.contact-us .inner{
	box-shadow: 0px 0px 10px #00000024;padding: 10px 40px;
	border-radius: 5px;
	overflow:hidden;
}
.contact-us .contact-us-left{
    width: 100%;
    height: 100%;
}
.contact-us .contact-us-form{
	padding:50px 40px;
}
.contact-us .contact-us-form h2 {
	position: relative;
	font-size: 32px;
	color: #333;
	font-weight: 600;
	line-height: 27px;
	text-transform: capitalize;
	margin-bottom: 12px;
	padding-bottom: 20px;
	text-align: left;
}
.contact-us .contact-us-form h2:before{
	position:absolute;
	content:"";
	left:0;
	bottom:0;
	height:2px;
	width:50px;
	background:#2d92c3;
}
.contact-us .contact-us-form p {
	font-size: 14px;
	color: #333;
	font-weight: 400;
	text-align: left;
	margin-bottom:50px;
}

.contact-us .fc-form-body{
	margin-top: 10px;
}
.contact-us .fc-form-body .form-group{margin: 5px 1%; padding: 0; width: 48%; float: left;}
.contact-us .fc-form-body .form-group label{margin:0; padding: 0; width: 100%; }
.contact-us .fc-form-body .form-group input{margin:0; padding: 0; width: 100%; }


.contact-us .fc-form-body .form-group .control-label{	width: 100%; float: left; clear: both;}
.contact-us .fc-form-body .form-group .col-md-2{	width: 100%; float: left;clear: both;}
.contact-us .fc-form-body .form-group .col-md-10{	width: 100%; float: left;clear: both;}
.contact-us .fc-form-body .form-group .col-md-10 input{width: 100%; float: left;clear: both;}



.contact-us .fc-form-body .form-group:nth-child(5){	width: 98%; float: left; margin: 5px 1%;}





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


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

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

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

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

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

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

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

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

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

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

.primary-btn.type2 .btn-bg {
  background-color: #0e64af;
}

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

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

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

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

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

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

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

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

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

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





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


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

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

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


.aboutnei{ margin:0 auto; padding:40px 0; width: 100%; height: auto;}
.aboutnei .con{ margin:0 auto; padding:0; width: 100%; height: auto;}
.aboutnei .con .right{ margin:0 auto; padding:0; width: 50%; height: auto; float: right;box-shadow: 0px 0px 25px rgba(210,210,210,.2);}
.aboutnei .con .right img{ max-width: 100%; height: auto;}


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

.aboutnei .con .left .section-title{ text-align:center;}



.product-description{ margin:0 auto; padding: 0; width: 100%; height: auto;}
.product-description img{ max-width: 750px; height: auto;}
.product-description table{ width: 100%; height: auto; margin: 0 auto; padding: 0;}
.product-description table td{ text-align: center; color: #000;}
.product-description h2{ margin:10px auto; padding: 0; width: 100%; height: auto; font-size: 18px; font-weight: bold; color: #000;}
.product-description h3{ margin:10px auto; padding: 0; width: 100%; height: auto; font-size: 16px; font-weight: bold; color: #000;}

.about-two__button-box .thm-btn {
  font-size: 18px; float: left;
  font-weight: 700;
  padding: 20px 30px;width: 100%; text-align: center;
  margin-bottom: 20px;color: #fff;
  margin-top: 30px;background-color:#0e64af;
}
.about-two__button-box .thm-btn i {
margin-left:15px;
}

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

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


.about-two-tel{ margin:0 auto; padding: 0; width: 100%; height: auto;}
.about-two-tel ul{ margin:0 auto; padding: 0; width: 100%; height: auto;}
.about-two-tel ul li{ margin:5px auto; padding: 0; width: 100%; height: auto; font-size: 20px; font-weight: bold; color: #000; line-height: 20px; text-align: left;}
.about-two-tel ul li i{ margin-right: 15px; width: 32px; height: 32px; background: #ce151d; border-radius: 16px; color: #fff; text-align: center; line-height: 32px; font-size: 18px;}

.about-two-tel ul li:nth-child(1) i{ font-size: 26px;}



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


.about-two__phone > i {
  flex-shrink: 0;
  width: 70px;
  height: 70px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 28px;
  color: var(--thm-black);
  background-color: var(--thm-gray);
  border-radius: 50%;
  margin-right: 10px;
  margin-left: 20px;
}
.about-two__phone1>i {float: left;margin-bottom: 2px;}
.about-two__phone1>div {float: left;margin-bottom: 13px;}
.about-two__phone1>i>img{
	height: auto;
	max-width: 50%;
} 
.about-two__phone1 .about-two__phone-content{
	margin-right: 149px;
	padding-top: 4px;
}


.about-two__phone2>i {float: left;margin-bottom: 2px;}
.about-two__phone2>div {float: left;margin-bottom: 2px;}
.about-two__phone2>i>img{
	height: auto;
	max-width: 50%;
	
} 

 .about-two__phone2 a{
	padding-top: 4px;
	margin-bottom: 14px;
	float: left;
} 












.phoneimg>img{
	height: auto;
	max-width: 50%;
}
.phoneimg{
	margin-bottom: 10px;
}


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

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

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

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

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

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

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

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




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


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

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


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




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



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

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

.footer .single-footer{ margin:0 auto; padding: 0; width: 100%; height: auto; display: block;}
.footer .single-footer .f-link1{ margin:0 auto; padding: 0; width: 100%; height: auto;}
.footer .single-footer.f-link1 li{
	display:block; width:auto; float:left; padding:0 12px; border-right:1px solid #c7c7c7;
	margin-bottom:12px;
}
.footer .single-footer.f-link1 li:last-child{
	margin:0;
}
.footer .single-footer.f-link1 li a {
	display: block;
	color: #0e64af; font-size: 16px;
	text-transform: capitalize;
	-webkit-transition: all 0.4s ease;
	-moz-transition: all 0.4s ease;
	transition: all 0.4s ease;
	font-weight: 400;
}
.footer .single-footer.f-link1 li a:hover{
	padding-left:8px;
}
.footer .single-footer .add{ margin:0;padding: 0; width: 32%; height: auto; float: left;}
.footer .single-footer .message{ margin:0;padding:26px 0 0 0; width: 60%; height: auto; float: right;}


.footer .single-footer .time-sidual{ margin:0 auto; padding:20px 0; width: 100%; height: auto; display: block;}
.footer .single-footer .time-sidual li{ margin:0 auto; padding:8px 0; width: 100%; height: 39px; display: block; clear: both;text-align: left; font-size: 14px; color: #666;}
.footer .single-footer .time-sidual li span{ margin:0 auto; padding: 0; width: 50px; height: 39px; display: block; float: left;}
.footer .single-footer .time-sidual li p{margin: 0;padding: 0;display: inline-block; line-height: 18px;}
.footer .single-footer .time-sidual li p.p1{padding: 0; line-height: 39px;}


.copyright{
	position:relative;background:#0063B0;height: auto;
}
.copyright .txt{ margin:0 auto; padding:20px 0; width:100%; height:auto; font-size:15px; color:#fff; text-align:left; line-height:30px;}


.sicons{float: right;}



/*固定的悬浮窗*/
.yb_conct{position:fixed;z-index:9999999;top:200px;right:-127px;cursor:pointer;transition:all .3s ease;}
.yb_bar ul li{width:180px;height:53px;font:16px/53px 'Microsoft YaHei';color:#fff;text-indent:54px;margin-bottom:3px;border-radius:3px;transition:all .5s ease;overflow:hidden;}
.yb_bar .yb_top{background:#0e64af url(../image/fixCont.png) no-repeat 0 0;}
.yb_bar .yb_phone{background:#0e64af url(../image/fixCont.png) no-repeat 0 -57px;}
.yb_bar .yb_tel{background:#0e64af url(../image/fixCont.png) no-repeat 0 -113px;}
.yb_bar .yb_QQ{text-indent:0;background:#0e64af url(../image/fixCont.png) no-repeat 0 -170px;}
.yb_bar .yb_QQ{text-indent:0;background:#0e64af url(../image/fixCont.png) no-repeat 0 -170px;}
.yb_bar .yb_ercode{background:#0e64af url(../image/fixCont.png) no-repeat 0 -219px;}
.hd_qr{padding:0 29px 25px 29px;}
.yb_QQ a{display:block;text-indent:54px;width:100%;height:100%;color:#fff;}


 @media screen and (max-width:780px) {
	 .yb_conct{ display:none;}	 
	 
}