/*--
Author: W3layouts
Author URL: http://w3layouts.com
License: Creative Commons Attribution 3.0 Unported
License URL: http://creativecommons.org/licenses/by/3.0/
--*/

@import url(http://fonts.googleapis.com/css?family=Raleway:400,100,300,500,600,700);
@import url(http://fonts.googleapis.com/css?family=Open+Sans:400,300,300italic,700);
@import url(http://fonts.googleapis.com/css?family=Oswald);
@import url(http://fonts.googleapis.com/css?family=Roboto+Condensed:400,700);
h4,
h5,
h6,
h1,
h2,
h3 {
}

ol,
ul {
	list-style: outside none none;
	margin: 0;
	padding: 0;
}

p {
	margin: 0;
}

html,
body {
	font-family: 'Microsoft Yahei', serif;
	font-size: 12px;
	background: #fff;
	overflow-x: hidden;
}

.animation {
	-webkit-transition: all .2s linear 0s;
	-o-transition: all .2s linear 0s;
	transition: all .2s linear 0s;
}


/*--header start here--*/

.header {
	padding: 1em 0px;
}

.logo {
	float: left;
	cursor: pointer;
}

.navg {
	float: right;
}

.navg ul {
	list-style: none;
	padding: 0;
	margin: 0;
}

.navg ul li:first-child {
	width: 75px;
}

.navg ul li:first-child a {
	padding-left: 0px;
}

.navg ul li:last-child a {
	padding-right: 0px;
}

.navg ul li:last-child {
	width: 110px;
}

.navg ul li a {
	padding: 27px 7px;
}

.navg ul li {
	display: inline-block;
	width: 103px;
	height: 65px;
	line-height: 65px;
	text-align: center;
}

.navg ul li a {
	font-size: 15px;
	font-weight: 400;
	color: #000;
}

.navg ul li i {
	font-size: 15px;
	font-weight: 400;
	color: #000;
	padding: 5px 7px;
}

.navg ul li a:hover {
	color: #f8b600;
	text-decoration: none transition: 0.5s all;
	-webkit-transition: 0.5s all;
	-moz-transition: 0.5s all;
	-o-transition: 0.5s all;
}

.navg ul li a:hover i {
	color: #f8b600;
	transition: 0.5s all;
	-webkit-transition: 0.5s all;
	-moz-transition: 0.5s all;
	-o-transition: 0.5s all;
}
.navg .active {
	color: #f8b600;
	}
span.menu {
	display: none;
}


/*--header end here--*/


/* Section Slider
========================================================= */


/* Carousel Slider
============================================== */

#slider_part {
	height: 570px;
	width: 100%;
	overflow: hidden;
}

.carousel-caption {
	top: 30%;
	margin-top: -70px;
	text-shadow: none!important;
	left: 9%;
	right: 10%;
	-webkit-transition: all.3s ease 0s;
	-o-transition: all.3s ease 0s;
	transition: all.3s ease 0s;
	text-align: center;
}

.carousel-caption h3 {
	text-shadow: none;
	font-size: 70px;
	line-height: 92px;
	font-weight: 300;
	margin: 20px 0px;
	transition-delay: .3s;
	-webkit-transition-delay: .3s;
	-o-transition-delay: .3s;
	text-transform: capitalize!important;
}

.carousel-caption p {
	font-size: 46px;
	line-height: 62px;
	font-weight: 500;
	color: #fff;
	transition-delay: .3s;
	-moz-transition-delay: .3s;
	-o-transition-delay: .3s;
	margin: 40px 0px;
	text-transform: uppercase;
}

.carousel-caption img {
	border: 2px solid#fff;
	padding: 10px 10px 10px 20px;
}

.line {
	width: 100px;
	height: 5px;
	color: #222;
	margin: 0px auto;
}

.carousel-caption p i {
	font-size: 7px;
	margin: 0px 3px;
	position: relative;
	top: -3px;
}

.carousel .item {
	-webkit-transition: opacity .3s;
	-moz-transition: opacity .3s;
	-ms-transition: opacity .3s;
	-o-transition: opacity .3s;
	transition: opacity .3s;
}

.btn-featured {
	text-decoration: none;
	position: relative;
	-webkit-transition: all .3s ease-in-out;
	-o-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
	background: transparent;
	border-radius: 2px;
	z-index: 1;
	font-weight: 500;
	font-size: 18px;
	line-height: 20px;
	padding: 15px 40px !important;
	text-transform: uppercase;
	margin-top: 20px;
	margin-right: 10px;
}

.carousel-control.left,
.carousel-control.right {
	background-image: none !important;
	background-repeat: no-repeat !important;
}

.carousel-caption img {
	height: auto;
}

.carousel-indicators {
	/**bottom: 100px;
	width: 13%;
	left: 42%;**/
	width: 100%;
	left: 0px !important;
	margin: 0 auto;
	bottom: 3%;
}

.carousel-indicators li {
	width: 20px !important;
	height: 20px !important;
	border: 2px solid #FFF !important;
	margin: 0px 5px;
	border-radius: 50%;
}
.carousel-indicators .active {
	margin: 0px 5px;
}
/**
@media only screen and (min-width: 1000px) {
	.carousel-indicators li {
		margin: 0px 10px !important;
	}
	
	.carousel-indicators .active {
		margin: 0px 10px !important;
	}
}

@media only screen and (min-width: 600px) and (max-width: 1000px) {
	.carousel-indicators li {
		margin: 0px 5px !important;
	}
	
	.carousel-indicators .active {
		margin: 0px 5px !important;
	}
}**/

.carousel-control.left span {
	padding: 15px;
}

.slides-control .carousel-control i {
	line-height: 36px;
	font-size: 32px;
	padding-top: 6px;
	-moz-transition: all 500ms ease;
	-webkit-transition: all 500ms ease;
	-ms-transition: all 500ms ease;
	-o-transition: all 500ms ease;
	transition: all 500ms ease;
	border-radius: 50%;
	width: 50px;
	height: 50px;
}

.slides-control .carousel-control {
	position: absolute;
	width: 240px;
	top: 45%;
	z-index: 10;
}

.carousel-control.left {
	left: -15px;
}

.carousel-control.right {
	right: 0px;
}

.carousel-control.left {
	width: 120px;
	height: 40px;
}

.carousel-control.right {
	width: 50px;
	height: 40px;
}

.overlay-slide {
	background: #000;
	height: 100%;
	width: 100%;
}

.overlay-slide img {
	opacity: .6;
	width: 100%;
	height: auto;
}


/*-- Animation --*/

.carousel .item.active .animated2 {
	-webkit-animation: lightSpeedIn 1s ease-in 200ms both;
	animation: lightSpeedIn 1s ease-in 200ms both;
}

.carousel .item.active .animated3 {
	-webkit-animation: bounceInLeft 1s ease-in-out 500ms both;
	animation: bounceInLeft 1s ease-in-out 500ms both;
}


/* Service  Area
============================================================= */

.main_feature {
	margin: 20px 0px;
}

.main_feature>div {
	margin-top: 20px;
}

.feature_content:hover .feature_content:after {
	border: 2px solid#fff!important;
}

.feature_content {
	border: 1px solid #cecece;
	height: 344px;
	cursor: pointer;
}

.feature_content i {
	margin: 25px;
	font-size: 60px;
	line-height: 60px;
	z-index: 3;
	position: relative;
	-webkit-transition: all .2s linear 0s;
	-o-transition: all .2s linear 0s;
	transition: all .2s linear 0s;
	display: block;
}

.feature_content .btn {
	-webkit-transition: all .2s linear 0s;
	-o-transition: all .2s linear 0s;
	transition: all .2s linear 0s;
}

.feature_content h5 {
	font-size: 16px;
	font-weight: 800;
	line-height: 19px;
	margin: 0px 0px 30px;
	text-transform: uppercase;
	padding-top: 34px;
	-webkit-transition: all 150ms linear 0s;
	-o-transition: all 150ms linear 0s;
	transition: all 150ms linear 0s;
	letter-spacing: -1px;
}

.feature_content p {
	font-size: 14px;
	line-height: 24px;
	padding: 0 0 16px;
	text-align: center;
}

.feature_content a {
	text-decoration: none;
	padding: 8px;
	margin-top: 10px;
}

.feature_content a:hover {
	text-decoration: none;
}

.serLink {
	border-top: 1px dotted #8d8d8d;
	margin: 0 auto;
	padding: 21px 0 0;
	width: 192px;
}


/* client  Area
============================================================= */

#news {
	/*margin: 0 0 20px;*/
	padding: 20px 0 30px;
	background: #fff;
}
#mynews {
	/*background:#ebebeb;*/
}


/*新闻开始*/

.iNews,
.aboutUs {
	background: #ffffff;
	margin: 20px 0;
	padding: 0;
	
}

.aboutUs {
   margin-top: 20px
}

.aboutBody {

	height: 277px;
}

.aboutImg {
	height: 340px;
    padding-right: 20px;
    position: relative;
}

.aboutImg img {
	width: 100%;
	height: 100%;
	
}
.aboutImg .control {
	position: absolute;
	bottom: 20px;
	left: 50%;
	margin-left: -36px;
}
.aboutImg .control  .active{
	background-color: #2188CB;
}
	
	
.aboutImg .control a {
	display: inline-block;
	width: 15px;
	height: 15px;
	border-radius: 10px;
	
	background-color: #2188CB;
	background-color: #fff;
	
}
.aboutImg .control a+a {
	margin-left:10px;
}

.aboutInfo {
	position: absolute;
	top: 30px;
	bottom: 30px;
	right: 0;
	left: 50%;
}

.aboutInfo h4 {
	color: #515151;
	line-height: 16px;
	margin: 0;
}

.aboutContent {
	padding: 15px 0 0;
	line-height: 24px;
	color: #515151;
}

.inHeader {
	height: 25px;
    font-size: 18px;
}

.inMore {
	float: right;
	/*width: 72px;
	height: 54px;*/
	background: #ffffff;
	text-align: center;
	/*line-height: 54px;*/
	color: #5f5f5f;
	font-size: 14px;
	text-decoration: none;
}



.inPrev,
.inNext {
	float: right;
	width: 56px;
	height: 54px;
	border-left: 1px solid #979595;
	background-position: right bottom;
	background: #ffffff url('../${resSys}/img/news_control.png') no-repeat;
}

.inPrev {
	background-position: left bottom;
}

.inPrev:hover {
	/*background-color: #545454;*/
	background-position: left top;
}

.inNext:hover {
	/*background-color: #545454;*/
	background-position: right top;
}

.inNameEn {
	clear: both;
	font-size: 24px;
	color: #777777;
	line-height: 54px;
}

.inNameCn {
	clear: both;
	color: #9c9c9c;
	line-height: 20px;
	vertical-align: 2px;
}

.inQueryWrap {
	position: relative;
	height: 315px;
	overflow: hidden;
	background: #ffffff;
	margin: 0px 0px 10px;
}

.inQuery {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
}

.inList {
	position: relative;
	height: 105px;
	border-top: 1px dashed #979595;
	padding: 10px 0 5px 90px;
	overflow: hidden;
}
#LM1 {
	border-top: 2px solid #277DAC;
}
#LM3 {
	border-bottom:1px dashed #979595;
}
#LM3 span {
	/*font-size:14px !important;*/
}
.inList.inListTop {
	position: absolute;
	left: 598px;
	top: 0;
}

.inList.inListBottom {
	position: absolute;
	left: 598px;
	top: 139px;
}

.inLableDate {
	position: absolute;
	top: 14px;
	left: 0px;
	width: 65px;
	height: 73px;
	background-color: #9b9b9b;
	color: #ffffff;
	text-align: center;
}

.indDay {
	display: block;
	height: 45px;
	font-size: 36px;
	line-height: 45px;
	border-bottom: 1px dotted #ffffff;
}

.indMonth {
	display: block;
	font-size: 14px;
	line-height: 24px;
}

.inDate {
	position: absolute;
	right: 28px;
	top: 10px;
	line-height: 24px;
	color: #b6b6b6;
}

.inTitle {
	font-size: 14px;
	line-height: 28px;
	color: #393939;
	text-decoration: none;
}

.inList .inTitle:hover {
	color: #307ecc;
}

.inIntro {
	padding: 0px 28px 0 0;
	line-height: 20px;
	color: #868686;
}

.iNConts {
	background: #ffffff;
	margin: 0px 0px 20px;
}


/*新闻结束*/

.inList:hover .inLableDate {
	background: #307ECC;
}

.showImg {
	border-radius: 60px;
	width: 103px;
	height: 103px;
	background-color: #ccc;
}

.cpyc {
	color: #717171;
}

.cpuc:hover {
	color: black;
}


/*案例*/

.inNews4 {
	margin: 100px -500px 20px 90px;
	background: #ebebeb none repeat scroll 0 0;
	width: 970px;
}

.csli {
	background: #ffffff none repeat scroll 0 0;
	/*box-shadow: 2px 2px 2px #dddddd, -2px -2px 2px #dadada;*/
	float: left;
	/*height: 391px;*/
	width: 280px;
	/*padding: 13px 18px 0;*/
	position: relative;
	left: 50%;
	margin-left: -140px;
}

.cslName {
	color: #000000;
	font-size: 14px;
	line-height: 24px;
	text-decoration: none;
}

a:hover {
	text-decoration: none;
	color: #307ecc;
}

.cslDate {
	color: #929292;
	line-height: 20px;
}

.cslSum {
	color: #414141;
	line-height: 24px;
	padding: 10px 0 44px;
	height: 130px;
}

.cslLink {
	;
	bottom: 0;
	font-size: 0;
	height: 42px;
	line-height: 0;
	position: absolute;
	right: 0;
	width: 126px;
}

.clsLabel2 {
	background-color: #fff;
	width: 100px;
	height: 300px;
	margin-left: 970px;
}

.casLink {
	margin-top: 160px;
	margin-left: 200px
}

.label_li {
	background-color: red;
	width: 100px;
	line-height: 50px;
	margin-left: -40px;
	margin-top: -2px;
	text-align: center;
}

.label_li2 {
	background-color: #000;
	width: 100px;
	line-height: 50px;
	margin-left: -40px;
	margin-top: -2px;
	text-align: center;
}

.label_li:HOVER {
	cursor: pointer;
}

.label_li2:HOVER {
	cursor: pointer;
}

.inCase {
	margin-top: 70px;
	margin-bottom: 20px;
}

.csType {
	position: relative;
	overflow: hidden;
	height: 54px;
	margin: 0 60px 0 80px;
	padding: 0 0 0 20px;
	background: #ffffff;
}

.cstWrap {
	float: right;
	overflow: hidden;
}

.cstWrap li {
	float: left;
}

.cstWrap li a {
	display: block;
	height: 51px;
	padding: 0 23px;
	border-bottom: 3px solid #ffffff;
	line-height: 54px;
	color: #505050;
	text-decoration: none;
}

.cstWrap li a:hover {
	/*border-bottom-color: #e21326;*/
	color: #307ecc;
}

.csNameCn {
	line-height: 54px;
	color: #555555;
	font-size: 16px;
}

.csNameEn {
	margin: 0 0 0 4px;
	line-height: 54px;
	color: #c6c6c6;
	font-size: 12px;
}

.csUnderline {
	position: absolute;
	bottom: 0;
	right: 0;
	height: 3px;
	background: #307ecc;
	width: 72px;
}

.cslPic {
	display: block;
	transition: all .5s;
}

.cslPic:hover {
	transform: scale(1.05, 1.05);
	box-shadow: 1px 3px 3px #666;
}
.csli a:hover~a {
	transform: scale(1.05, 1.05);
}
.csli a {
	transition: all .5s;
}	
.cslName {
	margin-top: 20px;
	display: inline-block;
	font: 400 15px/40px "microsoft yahei";
	color: #fff;
	text-align: center;
	width: 100%;
	height: 40px;
	position: absolute;
	bottom: 0;
	background-color: rgba(0, 0, 0, 0.5);
}
.csQuery {
	float: left;
	width: 100%;
}

.csQuery li {
	float: left;
}

.caseLink {
	float: left;
	width: 100%;
	text-align: center;
	font-size: 16px;
	line-height: 50px;
	color: #999;
}

.caseLink:hover {
	color: #337ab7;
}


/* Footer Area
==========================================*/




/*底部网站地图开始*/

.webSite {
	margin: 0 auto;
	/*border: 1px solid #eaeaea;*/
	overflow: hidden;
	padding: 0px 0 20px;
	background: #ffffff;
}

.webSiteIn {
	margin: 0 auto;
	overflow: hidden;
	padding: 28px 0 32px;
	background: #ffffff;
}

.wsLink {
	overflow: hidden;
	float: left;
}

.wslList {
	float: left;
	border-right: 1px solid #dedede;
	padding: 0 20px;
}

.wslList2 {
	float: left;
	border-right: 1px solid #dedede;
	padding: 0 36px 0 50px
}

.wslList1 {
	float: left;
	padding: 0 36px 0 50px
}

.wslLists {
	float: left;
	padding: 0 36px 0 50px
}

.wslListss {
	float: right;
	padding: 0 36px 0 50px;
}

.rowsduct {
	width: 100%;
	height:250px;
	text-align: center;
	font-size: 1.5rem;
}

.rowsductImg {
	width: 100%;
	height: 30px;
}

.rowsductImgs {
	width: 100%;
	height: 200px;
}

.rowsductText {
	width: 100%;
	height: 140px;
}

.rowsductTexts {
	width: 100%;
	height: 180px;
}

.rowsInText {
	width: 50%;
	height: 140px;
	margin: 0px auto;
}

.rowsInTexts {
	width: 75%;
	height: 180px;
	margin: 0px auto;
}

.rowsInTexts1 {
	width: 90%;
	height: 180px;
	margin: 0px auto;
}

.secondS {
	width: 33.33%;
	height: 100%;
	float: left;
}

.secondSs {
	width: 33.33%;
	height: 100%;
	float: right;
}

.secondIn {
	width: 90%;
	height: 100%;
	margin: 0px auto;
}

.asdf {
	width: 100%;
	float: left;
	text-align: center;
	font-size: 1.44rem;
}

.sdfg {
	width: 100%;
	height: 80%;
	float: left;
	line-height: 22px;
	font-size: 12px;
	color: #717171;
}

.sdfgs {
	width: 100%;
	height: 80%;
	float: left;
	line-height: 25px;
	font-size: 12px;
	color: #717171;
}

.companyIntro {
	width: 200px;
	height: 230px;
}

.companyIntroDetail {
	width: 100%;
	height: 33%;
	float: left;
}

.weixin {
	width: 100%;
	height: 67%;
	float: left;
	border: 1px solid #d9d9d9;
}

.erweima {
	width: 90%;
	height: 90%;
	float: left;
	margin: 4% 0 0 5%;
}

.secondS1 {
	width: 33.33%;
	height: 100%;
	float: left;
	border-right: 1px dotted #ccc;
}

.secondS11 {
	width: 50%;
	height: 100%;
	float: left;
	border-right: 1px dotted #ccc;
}

.secondS2 {
	width: 50%;
	height: 100%;
	float: left;
}

.wslName {
	font-size: 15px;
	color: #393939;
	line-height: 24px;
}

.wslName1 {
	font-size: 17px;
	color: #393939;
	line-height: 24px;
}

.wslName3 {
	font-size: 19px;
	color: #393939;
	line-height: 24px;
}

.wslNames {
	font-size: 20px;
	color: #393939;
	line-height: 24px;
	font-weight: bold;
}

.wslcQuery {
	height: 128px;
	padding: 8px;
}

.wslcQuery li {
	line-height: 30px;
	color: #717171;
	text-decoration: none;
	font-size: 1em;
}

.wslcQuery a {
	line-height: 24px;
	color: #717171;
	text-decoration: none;
	font-size: 13px;
}

.wslcQuery a:hover {
	color: #604f96;
}

.wslcQuerys li {
	line-height: 32px;
	color: #717171;
	text-decoration: none;
}

.wsContact {
	float: left;
	padding: 32px 0 0 58px;
	color: #000000;
	font-size: 18px;
	line-height: 28px;
}

.wsContact li {
	overflow: hidden;
}

.wscKey {
	float: left;
}

.wscVal {
	float: right;
	color: #a60000;
}


/*底部网站地图结束*/


/*文字友情链接开始*/

.textLink {
	margin: 0 auto 19px;
	border: 1px solid #eaeaea;
	border-top: none;
	padding: 0 0 14px;
	background: #ffffff;
}

.tlHeader {
	padding: 8px 0 14px 18px;
	font-size: 14px;
	color: #000000;
	line-height: 32px;
}

.tlNameEn {
	color: #b6b6b6;
}

.linkQuery {
	overflow: hidden;
	margin: 0 auto;
}

.linkQuery li {
	float: left;
	text-align: center;
	border-right: 1px solid #ccc;
}

.linkQuery li.bk {
	border-right: none;
}

.linkQuery li.bk2 {
	border-top: none;
}

.linkQuery li.bk3 {
	border-left: 1px solid #ccc;
}

.linkQuery a {
	color: #717171;
	text-decoration: none;
	line-height: 24px;
}

.linkQuery a:hover {
	color: #000000;
}


/*文字友情链接结束*/

.inNews {
	margin-top: 50px;
	margin-bottom: 20px;
}

.nqType {
	position: relative;
	overflow: hidden;
	height: 54px;
	margin: 0 85px 0 85px;
	padding: 0 0 0 20px;
	background: #ffffff;
}

.nqtWrap {
	float: right;
	overflow: hidden;
}

.nqtWrap li {
	float: left;
}

.nqtWrap li a {
	display: block;
	height: 51px;
	padding: 0 23px;
	border-bottom: 3px solid #ffffff;
	line-height: 54px;
	color: #505050;
	text-decoration: none;
}

.nqtWrap li a:hover {
	/*border-bottom-color: #e21326;*/
	color: #307ecc;
}

.nqpNameCn {
	line-height: 54px;
	color: #555555;
	font-size: 16px;
}

.nqpNameEn {
	margin: 0 0 0 4px;
	line-height: 54px;
	color: #c6c6c6;
	font-size: 12px;
}

.nqUnderline {
	position: absolute;
	bottom: 0;
	right: 0;
	height: 3px;
	background: #307ecc;
	width: 72px;
}

.nqlWrap {
	padding: 0 0 17px;
}

.nqli {
	position: relative;
	/*margin: 0 85px 25px 85px;*/
	padding: 20px 34px 26px 42px;
	background: #ffffff;
}

.nqlDate {
	position: absolute;
	top: 0;
	left: -78px;
	width: 78px;
	height: 114px;
	background: #787878 url(../images/news_clock.png) no-repeat center 78px;
	border-radius: 3px;
}


/*.nqli:hover {background-color: #ec173a; }*/

.nqldDay {
	display: block;
	font-size: 36px;
	color: #ffffff;
	text-align: center;
	line-height: 50px;
}

.nqldMy {
	display: block;
	font-size: 13px;
	color: #bababa;
	text-align: center;
	line-height: 24px;
}

.nqlTitle {
	font-size: 14px;
	color: #000000;
	line-height: 32px;
	text-decoration: none;
}

.nqlTitles {
	font-size: 16px;
	color: #000000;
	line-height: 32px;
	text-decoration: none;
}

a:hover {
	text-decoration: none;
}

.nqli:hover .nqlTitle {
	color: #307ecc;
}

.nqlSum {
	padding: 12px 0 16px;
	line-height: 24px;
	color: #616161;
	text-align:center;
	font-size:15px;
}

.nqlDetDate {
	line-height: 30px;
	color: #616161;
}

.inNewss {
	margin-top: 70px;
	margin-bottom: 20px;
}

.inQuery1 {
	margin: 1em;
}

.serTitle {
	color: #000000;
	font-size: 1.66em;
	line-height: 36px;
	margin: 14px 0 0;
	text-align: center;
}

.serLeft {
	float: left;
	padding: 38px 20px 0 40px;
	width: 174px;
}

.serli {
	background: #ffffff none repeat scroll 0 0;
	border: 1px solid #cecece;
	overflow: hidden;
	padding: 20px 0 24px;
	width: 100%;
}

.serLabel {
	color: #484848;
	font-size: 18px;
	line-height: 32px;
	margin-bottom: 10px;
}

.serRight {
	height: 210px;
	border-left: 1px dotted #8d8d8d;
	float: left;
	overflow: hidden;
	padding: 34px 20px 16px 48px;
	width: calc(100% - 174px);
}

.serSum {
	color: #3f3f3f;
	line-height: 24px;
	margin-bottom: 14px;
}

.serdLink {
	background-position: center top;
	color: #3f3f3f;
	z-index: 1;
	height: 37px;
	left: 0;
	position: absolute;
	top: 0;
	width: 120px;
}

.serDet {
	line-height: 36px;
	text-align: center;
}

.footer_top {
	overflow: hidden;
	padding: 30px 0px 50px;
	border-bottom: 1px solid #0F0F0F;
	background: none repeat scroll 0% 0% #FFFFFF;
	color: #AAA;
}

.footer_b {
	background: #222;
	border-top: 1px solid #555;
}

.footer_menu li a:before {
	display: inline-block;
	margin-right: 8px;
	color: #5B5B5B;
	content: "";
	font-family: FontAwesome;
}

.menu_head {
	color: #C5C5C2!important;
	font-weight: 700;
	font-size: 18px;
	line-height: 24px;
	margin: 15px 0px 35px 0px;
}

.menu_head:after {
	position: absolute;
	left: 18px;
	width: 55px;
	height: 1px;
	content: "";
	top: 49px;
}

.menu_head:before {
	position: absolute;
	left: 32px;
	width: 24px;
	height: 5px;
	content: "";
	display: inline-block;
	top: 47px;
}

.footer_mid ul li {
	margin-top: 20px;
}

.footer_menu ul li a {
	text-decoration: none;
	color: #9E9E9E;
	display: inline-block;
	padding: 5px 0px;
}

.footer_menu_contact ul li {
	padding: 5px 0px;
}

.footer_menu_contact li i {
	width: 20px;
	width: 20px;
}

.footer_menu_contact li span:hover {
	cursor: pointer;
}

.tags a {
	display: block;
	float: left;
	margin: 3px;
	padding: 8px 10px;
	background: none repeat scroll 0% 0% #2C2C2C;
	color: #C4C4C4;
	font-size: 14px;
	text-decoration: none;
}

.tags a:hover {
	color: #fff;
}

.footer_social {
	padding: 20px 0px;
}

.footer_social i {
	width: 50px;
	height: 50px;
	padding: 14px;
	color: #fff;
	font-size: 25px;
	border-radius: 3px;
}

.footer_bottom {}

.footer_bottom p {
	font-size: 18px;
	color: #C4C4C4;
	margin: 25px 0px;
}


/* Back To Top Button 
======================================*/

#back-top {
	width: 53px;
	height: 53px;
	position: fixed;
	right: 50px;
	bottom: 50px;
	z-index: 9999;
}

#back-top a {
	width: 100%;
	height: 100%;
	display: block;
	opacity: 0.8;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.3s;
}

#back-top a:hover {
	opacity: 1;
}


/*--banner style start here--*/

.banner {
	background: url(../images/banner.jpg);
	min-height: 550px;
	background-size: cover;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	-ms-background-size: cove
}

.banner-main {
	text-align: center;
	padding-top: 12em;
}

.banner-main h1 {
	font-size: 3em;
	font-weight: 700;
	color: #fff;
}

.banner-main p {
	font-size: 1.5em;
	font-weight: 300;
	color: #fff;
	font-family: 'Roboto Slab', serif;
}

.bwn {
	margin-top: 3em;
}

.bwn a {
	font-size: 25px;
	font-weight: 700;
	color: #46A651;
	padding: 14px 2em;
	border: none;
	background: #fff;
	border-radius: 30px;
	cursor: pointer;
}

.bwn a:hover {
	color: #fff;
	text-decoration: none;
	background: rgb(169, 77, 77);
	transition: 0.5s all;
	-webkit-transition: 0.5s all;
	-moz-transition: 0.5s all;
	-o-transition: 0.5s all;
}


/*--banner style end here--*/


/*--below start here--*/

.below-coloum {
	padding: 0;
}

.below-coloum a {
	min-height: 320px;
	padding: 0px;
	background: url(../images/grid-n.png)no-repeat 4em 7.5em #F1EFEC;
	display: block;
}

.below-grace {
	padding: 0px;
	min-height: 320px;
	background: url(../images/grace.jpg)no-repeat;
	background-size: cover;
	-webkit-background-size: cover;
	-o-background-size: cover;
	-moz-background-size: cover;
	-ms-background-size: cover;
}

.below-grace img {
	width: 100%;
}

.below-side {
	background-color: #3E7AEA;
	min-height: 320px;
	text-align: center;
	padding: 122px 0px;
	cursor: pointer;
}

.below-side h2 a {
	font-size: 1.3em;
	font-weight: 700;
	color: #fff;
	margin: 0px;
}

.below-side h2 a:hover {
	text-decoration: none;
}

.below-side p {
	font-size: 15px;
	font-weight: 400;
	color: #fff;
}

.below-top {
	background-color: #46A651;
	min-height: 300px;
	text-align: right;
}

.below-top h2 {
	font-size: 2.1em;
	font-weight: 700;
	color: #fff;
	padding: 2em 2em 0em 0em;
}

form {
	margin: 0em 4em 0em 0em;
}

.below-top p {
	font-size: 15px;
	font-weight: 400;
	color: #fff;
	margin: 10px 4em 0em 0em;
	line-height: 1.8em;
}

.below-top input[type="text"] {
	padding: 8px;
	width: 40%;
	font-size: 17px;
	font-weight: 700;
	color: #999;
	outline: none;
}

.below-top input[type="submit"] {
	padding: 11px;
	width: 15%;
	font-size: 16px;
	font-weight: 400;
	color: #fff;
	background: #348E3E;
	outline: none;
	border: none;
	cursor: pointer;
	margin-left: -5px;
}

.below-top input[type="submit"]:hover {
	background: rgba(255, 215, 0, 0.92);
	color: #000;
	transition: 0.5s all;
	-webkit-transition: 0.5s all;
	-moz-transition: 0.5s all;
	-o-transition: 0.5s all;
}

.below-bottom {
	background: url(../images/green-grace-c.jpg)no-repeat;
	min-height: 310px;
	background-size: cover;
	-webkit-background-size: cover;
	-o-background-size: cover;
	-moz-background-size: cover;
	-ms-background-size: cover;
}

.below-left {
	padding: 0px;
}

.below-right {
	padding: 0px;
}

.below-right {
	background: url(../images/leaf.jpg)no-repeat;
	min-height: 610px;
	background-size: cover;
	-webkit-background-size: cover;
	-o-background-size: cover;
	-moz-background-size: cover;
	-ms-background-size: cover;
}

.bg p {
	padding-top: 16px;
	color: #fff;
	font-size: 15px;
	font-weight: 300;
}

.bg {
	background: #3B5997;
	width: 62%;
	padding: 100px 111px;
	margin-top: 18.7em;
	text-align: center;
	height: 311px;
	cursor: pointer;
}

.bg:hover {
	background: #5679C1;
	transition: 0.5s all;
	-webkit-transition: 0.5s all;
	-moz-transition: 0.5s all;
	-o-transition: 0.5s all;
}


/*--below end start here--*/


/*--news start here--*/

.news {
	padding: 6em 0px;
}

small {
	font-size: 3em;
	font-weight: 700;
	background: #373838;
	color: #fff;
	padding: 23px;
}

small:hover {
	background: #3E7AEA;
	transition: 0.5s all;
	-webkit-transition: 0.5s all;
	-moz-transition: 0.5s all;
	-o-transition: 0.5s all;
}

.notch-h {
	background: url(../images/arrow.png) no-repeat 0px 0px;
	position: absolute;
	width: 40px;
	height: 19px;
	top: 27.5%;
	left: 45%;
	display: block;
}

.new-left:hover div.notch-h {
	background: url(../images/arrow1.png)no-repeat 0px 0px;
	position: absolute;
	width: 40px;
	height: 19px;
	top: 27.4%;
	left: 45.7%;
	display: block;
}

.new-left:hover .button a {
	background: #3E7AEA;
	text-decoration: none;
}

.new-left:hover small {
	background: #3E7AEA;
	text-decoration: none;
}

small.brown {
	font-size: 3em;
	font-weight: 700;
	background: #3E7AEA;
	color: #fff;
	padding: 23px;
}

.new-left:hover .button-b a {
	background: #373838;
}

.new-left:hover small.brown {
	background: #373838;
}

.notch-b-h {
	background: url(../images/arrow1.png) no-repeat 0px 0px;
	position: absolute;
	width: 40px;
	height: 19px;
	top: 27.4%;
	left: 45.7%;
	display: block;
}

.new-left:hover div.notch-b-h {
	background: url(../images/arrow.png)no-repeat 0px 0px;
	position: absolute;
	width: 40px;
	height: 19px;
	top: 27.5%;
	left: 45%;
	display: block;
}

.notch {
	position: relative;
}

.news-top h3 {
	font-size: 3em;
	font-weight: 300;
	text-align: center;
	margin-bottom: 2em;
}

.new-left {
	text-align: center;
}

.new-left h3 {
	font-size: 2em;
	font-weight: 400;
	color: #3E7AEA;
	margin-top: 1.2em;
}

.new-left h4 {
	font-size: 1.2em;
	font-weight: 400;
	color: #373838;
}

.new-left p {
	font-size: 14px;
	font-weight: 400;
	color: #000;
	line-height: 1.8em;
}

.button {
	margin: 2em 0em 0em 0em;
}

.button-b {
	margin: 2em 0em 0em 0em;
}

.button-b a {
	font-size: 15px;
	font-weight: 300;
	background: #3E7AEA;
	color: #fff;
	padding: 8px 15px;
	text-decoration: none;
}

.button a {
	font-size: 15px;
	font-weight: 300;
	background: #373838;
	color: #fff;
	padding: 8px 15px;
}


/*--news end here--*/


/*--footer start here--*/

.footer-left h3 a {
	text-decoration: none;
	font-size: 1em;
	color: #fff;
}

.footer {
	background: #373838;
}

.footer-navg {
	text-align: center;
	padding: 3em 0px;
	border-bottom: 1px solid #999;
}

.footer-navg ul {
	list-style: none;
	padding: 0px;
}

.footer-navg ul li {
	display: inline-block;
	margin: 10px 2em 0px 0px;
}

.footer-navg ul li a {
	font-size: 15px;
	font-weight: 400;
	color: #999;
}

.footer-navg ul li a:hover,
.footer-navg ul li a.active {
	color: #fff;
	text-decoration: none;
	border-radius: 3px;
	transition: 0.5s all;
	-webkit-transition: 0.5s all;
	-moz-transition: 0.5s all;
	-o-transition: 0.5s all;
}

.footer-left h3 a {
	margin: 0;
}

.footer-left h3 {
	font-size: 1em;
	font-weight: 400;
	color: #fff;
}

.footer-left span {
	background: url(../images/sprit.png)no-repeat;
	width: 32px;
	height: 32px;
	display: inline-block;
	cursor: pointer;
	margin-right: 7px;
}

.footer-left ul {
	padding: 0px;
	list-style: none;
}

.footer-left ul li {
	display: inline-block;
}

.footer-left ul li a span.a {
	background-position: 0px 0px;
	opacity: 0.4;
	filter: alpha(opacity=40);
}

.footer-left ul li a span.b {
	background-position: -34px 0px;
	opacity: 0.4;
	filter: alpha(opacity=40);
}

.footer-left ul li a span.c {
	background-position: -68px 0px;
	opacity: 0.4;
	filter: alpha(opacity=40);
}

.footer-left span.a:hover {
	background-position: 0px 0px;
	opacity: 1.0;
	filter: alpha(opacity=100);
	transition: all 0.3s ease;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
}

.footer-left ul li a span.b:hover {
	background-position: -34px 0px;
	opacity: 1.0;
	filter: alpha(opacity=100);
	transition: all 0.3s ease;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
}

.footer-left ul li a span.c:hover {
	background-position: -68px 0px;
	opacity: 1.0;
	filter: alpha(opacity=100);
	transition: all 0.3s ease;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
}

.footer-top {
	padding: 3em 0px;
	border-bottom: 1px solid #999;
}

.footer-middle input[type="text"] {
	font-size: 15px;
	font-weight: 400;
	color: #999;
	padding: 8px 15px;
	width: 60%;
	outline: none;
	border: none;
	background: #494949;
}

.footer-middle input[type="submit"] {
	font-size: 15px;
	font-weight: 400;
	padding: 8px;
	background: #3E7AEA;
	color: #fff;
	outline: none;
	border: none;
	width: 30%;
	margin-left: -4px;
	cursor: pointer;
	border-radius: 0px 3px 3px 0px;
}

.footer-middle input[type="submit"]:hover {
	background: #999;
	transition: all 0.3s ease;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
}

.footer-middle h3 {
	font-size: 1em;
	font-weight: 400;
	color: #fff;
}

.footer-right h3 {
	font-size: 25px;
	font-weight: 400;
	color: #fff;
}

.footer-right {
	text-align: right;
}

.footer-right p {
	font-size: 15px;
	font-weight: 400;
	color: #848484;
	line-height: 1.8em;
}

.footer-bottom p {
	font-size: 1em;
	font-weight: 400;
	color: #999;
	text-align: center;
	padding: 1em 0px;
}

.footer-bottom p a {
	font-size: 1em;
	font-weight: 400;
	color: #3E7AEA;
}

.footer-bottom p a:hover {
	text-decoration: none;
	color: #999;
	transition: all 0.3s ease;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
}


/*--/footer end here--*/


/*--home page style end here--*/


/*--about style start here--*/

.about {
	background: rgba(153, 153, 153, 0.05);
}

.about {
	padding: 3em 0px;
}

.about-grid {
	margin: 3em 0px;
}

.about-top h3 {
	text-align: center;
	font-size: 2em;
	font-weight: 400;
	color: #999;
}

.about-left {
	padding: 0px;
}

.about-left h4 {
	font-size: 1.5em;
	color: #000;
	font-weight: 400;
	margin-bottom: 1em;
}

.about-left p {
	font-size: 14px;
	font-weight: 400;
	color: #000;
	width: 90%;
	line-height: 1.8em;
}

.about-left ul {
	list-style: none;
	padding: 2em 0px;
}

.about-left ul li {
	margin: 10px 0px;
}

.about-left ul.anc-left li a {
	font-size: 13px;
	font-weight: 400;
	color: #000;
	text-decoration: none;
	background: url(../images/aro.png)no-repeat 0px 2px;
	padding: 0px 0px 0px 20px;
}

.about-left ul.anc-left li a:hover {
	color: #3E7AEA;
	text-decoration: none;
	transition: all 0.3s ease;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
}

.about-right h3 {
	font-size: 1.5em;
	font-weight: 400;
	color: #000;
}

.about-bottom p {
	font-size: 13px;
	font-weight: 400;
	color: #999;
	line-height: 1.8em;
	margin: 0px 0px 20px 0px;
}

.about-bottom {
	position: relative;
	padding: 0px 0px 0px 35px;
}

span.m {
	background: url(../images/b.png)no-repeat;
	width: 64px;
	height: 64px;
	display: block;
	position: absolute;
	top: -13px;
	left: -20px;
}

.aboutus-left p {
	font-size: 14px;
	font-weight: 400;
	color: #000;
	line-height: 1.8em;
}

.aboutus-main h3 {
	font-size: 1.8em;
	font-weight: 400;
	color: brown;
	margin-bottom: 1em;
	text-align: center;
}

.aboutus-left img {
	border: 4px solid brown;
	border-radius: 50%;
}

.aboutus-left h4 {
	font-size: 1.2em;
	font-weight: 400;
	color: brown;
	margin: 10px 0px;
}

.aboutus-left h5 {
	font-size: 14px;
	font-weight: 400;
	color: #777;
}


/*--about style end here--*/


/*--project style start here--*/

.projects {
	min-height: 700px;
	text-align: center;
}

.projects-main {
	padding-top: 14em;
}

.projects-main h4 {
	font-size: 8em;
	font-weight: 400;
	color: #3E7AEA;
	margin-bottom: 0.5em;
}

.projects-main h3 {
	font-size: 1.7em;
	font-weight: 400;
	color: #999;
}

.projects-main a {
	font-size: 1.2em;
	font-weight: 400;
	color: #fff;
	background: #999;
	padding: 7px 15px;
}

.projects-main a:hover {
	background: #3E7AEA;
	text-decoration: none;
	transition: all 0.3s ease;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
}


/*project style end here--*/


/*--blog style start here--*/

.blog {
	padding: 3em 0px;
	background: rgba(153, 153, 153, 0.07);
}

.blog-top {
	text-align: center;
}

.blog-top h3 {
	font-size: 2em;
	font-weight: 400;
	color: #999;
	margin-bottom: 2em;
}

.grid-left {
	float: left;
	width: 10%;
	border: 1px solid #000;
	padding: 10px 22px;
}

ul.blog-list {
	padding: 0px;
	list-style: none;
}

ul.blog-list li {
	display: inline-block;
	margin-right: 12px;
}

ul.blog-list li a {
	font-size: 13px;
	font-weight: 400;
	color: #3E7AEA;
}

ul.blog-list li a:hover {
	text-decoration: none;
	color: #999;
	transition: all 0.3s ease;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
}

.grid-left span.e {
	background: url(../images/text.png)no-repeat;
	width: 32px;
	height: 32px;
	display: block;
}

.grid-left h3 {
	font-size: 1.5em;
	font-weight: 400;
	color: #3E7AEA;
	margin: 7px 0px 2px 4px;
}

.grid-right {
	float: right;
	width: 85%;
}

.grid-right span.mike {
	background: url(../images/per.png)no-repeat;
	width: 16px;
	height: 16px;
	display: inline-block;
	margin: 0px 3px -3px 0px;
}

.grid-right span.box {
	background: url(../images/box.png)no-repeat;
	width: 16px;
	height: 16px;
	display: inline-block;
	margin: 0px 3px -3px 0px;
}

.grid-right span.comm {
	background: url(../images/unl.png)no-repeat;
	width: 16px;
	height: 16px;
	display: inline-block;
	margin: 0px 3px -3px 0px;
}

.grid-right p {
	font-size: 14px;
	font-weight: 400;
	margin: 12px 0px 1.5em 0px;
	line-height: 1.8em;
}

.grid-right a.bwn {
	font-size: 15px;
	font-weight: 400;
	border: none;
	padding: 10px 18px;
	background: #373838;
	color: #fff;
	cursor: pointer;
}

.grid-right a.bwn:hover {
	text-decoration: none;
	color: #fff;
	background: #3E7AEA;
	transition: all 0.3s ease;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
}

.grid-left span.f {
	background: url(../images/ima.png)no-repeat;
	width: 32px;
	height: 32px;
	display: block;
}

.blog-section {
	margin: 4em 0px;
}

.blog-right h3 {
	font-size: 1.2em;
	font-weight: 400;
	color: #3E7AEA;
	margin: 2em 0px;
}

ul.blog-rig-list {
	list-style: none;
	border: 1px solid #000;
	padding: 14px 34px 24px 34px;
}

ul.blog-rig-list li {
	margin: 0px 0px 5px 0px;
	border-bottom: 1px solid #ccc;
	text-align: center;
}

ul.blog-rig-list li a {
	font-size: 13px;
	font-weight: 400;
	text-decoration: none;
	padding: 10px 0px;
	display: block;
}

ul.blog-rig-list li a:hover {
	text-decoration: none;
	color: #3E7AEA;
	transition: all 0.3s ease;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
}

ul.popular {
	padding: 0px;
	list-style: none;
}

ul.popular li {
	border: 1px solid #ccc;
	margin: 0px 0px 15px 0px;
	padding: 10px 32px;
}

ul.popular li a {
	font-size: 15px;
	font-weight: 400;
	color: #000;
	text-decoration: none;
}

ul.popular li a:hover {
	color: #3E7AEA;
	text-decoration: none;
	transition: all 0.3s ease;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
}

span.g {
	background: url(../images/ey.png)no-repeat;
	width: 10px;
	height: 11px;
	display: inline-block;
	margin-right: 3px;
}

span.h {
	background: url(../images/person.png)no-repeat;
	width: 10px;
	height: 11px;
	display: inline-block;
	margin: 0px 3px 0px 13px;
}

.popular li h5 {
	font-size: 16px;
	font-weight: 400;
	color: #000;
}

ul.popular-tag {
	padding: 0px;
	list-style: none;
}

ul.popular-tag li {
	margin: 0px 10px 1.5em 0px;
	display: inline-block;
}

ul.popular-tag li a {
	font-size: 14px;
	font-weight: 400;
	background: #000;
	color: #fff;
	padding: 9px 13px;
	text-decoration: none;
}

ul.popular-tag li a:hover {
	color: #fff;
	background: #3E7AEA;
	text-decoration: none;
	transition: all 0.3s ease;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
}

.subscribe {
	border: 1px solid #ccc;
	padding: 1em 1.5em;
}

.subscribe input[type="text"] {
	font-size: 12px;
	padding: 10px;
	margin-bottom: 10px;
	outline: none;
	color: #999;
	width: 80%
}

.subscribe input[type="submit"] {
	font-size: 14px;
	font-weight: 400;
	padding: 10px 44px;
	color: #fff;
	background: #3E7AEA;
	border: none;
	outline: none;
	cursor: pointer;
}

.subscribe input[type="submit"]:hover {
	background: #000;
	color: #fff;
	text-decoration: none;
	transition: all 0.3s ease;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
}

.sear {
	width: 100%;
	background: #fff;
	border: 1px solid #ccc;
	padding: 9px;
}

.sear input[type="text"] {
	font-size: 14px;
	font-weight: 400;
	color: #999;
	width: 81%;
	border: none;
	outline: none;
}

.sear input[type="submit"] {
	vertical-align: bottom;
	width: 10%;
	border: none;
	outline: none;
	background: url(../images/sea.png)no-repeat 6px 0px;
}

.blog-grid {
	margin-top: 2em;
}

.grid {
	margin-top: 2em;
}

.grid-right h3 {
	font-size: 1.5em;
	font-weight: 400;
	color: #000;
}

.subscribe p {
	font-size: 15px;
	font-weight: 400;
	color: #000;
	margin-bottom: 10px;
}

.blog-right {
	padding: 5px 0px 0px 5em;
}

.blog-left img {
	width: 100%;
}

ul.p_n-list {
	list-style: none;
	padding: 0px;
	text-align: center;
}

ul.p_n-list li {
	display: inline-block;
	margin: 0px 1em 0px 0px;
}

ul.p_n-list li a {
	font-size: 1em;
	font-weight: 400;
	color: #fff;
	background: #3E7AEA;
	padding: 10px 1em;
}

ul.p_n-list li a:hover {
	color: #fff;
	background: #373838;
	text-decoration: none;
	transition: all 0.3s ease;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
}


/*--blog style end here--*/


/*--single page start here--*/

.blog-para p {
	font-size: 15px;
	font-weight: 400;
	color: #000;
	line-height: 1.8em;
	margin: 0px 0px 1em 0px;
}

.blog-contact {
	margin: 2em 0px 0px 0px;
}

.blog-contact h3 {
	font-size: 1.4em;
	font-weight: 500;
	color: #3E7AEA;
}

.blog-contact p {
	font-size: 15px;
	font-weight: 400;
	color: #000;
	line-height: 1.8em;
	margin: 15px 0px;
}

.blog-contact input[type="text"] {
	font-size: 15px;
	font-weight: 400;
	color: #000;
	padding: 10px;
	width: 40%;
	outline: none;
	border: 1px solid #ccc;
	-webkit-appearance: none;
	margin: 0px 0px 10px 0px;
}

.blog-contact textarea {
	font-size: 15px;
	font-weight: 400;
	color: #000;
	padding: 10px;
	width: 80.5%;
	height: 10em;
	border: 1px solid #ccc;
	-webkit-appearance: none;
	outline: none;
	resize: none;
}

.blog-contact input[type="submit"] {
	font-size: 15px;
	font-weight: 500;
	color: #fff;
	background: #9b2a2d;
	padding: 10px;
	border: none;
	outline: none;
	-webkit-appearance: none;
	margin: 2em 0px 0px 0px;
}

.blog-contact input[type="submit"]:hover {
	color: #fff;
	background: #000;
	transition: all 0.3s ease;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
}


/*--single page end here--*/


/*--event style start here--*/

.event-head h3 {
	font-size: 1.8em;
	font-weight: 400;
	color: #999;
	text-align: center;
	margin-bottom: 1em;
}

.events {
	padding: 3em 0px;
}

.event-top {
	margin-bottom: 1em;
}

.event-top p {
	font-size: 14px;
	font-weight: 400;
	line-height: 1.8em;
	margin: 10px 0px 0px 0px;
}

.e-left h4 {
	font-size: 1.5em;
	font-weight: 400;
	color: #000;
	margin: 0.5em 0px;
}

.e-right {
	padding: 0px;
}

.e-right h3 {
	font-size: 1.5em;
	font-weight: 400;
	color: #3E7AEA;
	margin: 1em 0px;
}

.event-icon span {
	background: url(../images/sprit.png)no-repeat;
	width: 32px;
	height: 32px;
	display: inline-block;
	margin: 1.5em 4px 0px 0px;
	cursor: pointer;
}

.event-icon ul {
	padding: 0px;
	list-style: none;
}

.event-icon ul li {
	display: inline-block;
}

span.s {
	background-position: 0px 0px;
	opacity: 0.4;
	filter: alpha(opacity=40);
}

span.t {
	background-position: -34px 0px;
	opacity: 0.4;
	filter: alpha(opacity=40);
}

span.u {
	background-position: -67px 0px;
	opacity: 0.4;
	filter: alpha(opacity=40);
}

span.s:hover {
	background-position: 0px 0px;
	opacity: 1.0;
	filter: alpha(opacity=100);
	transition: all 0.3s ease;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
}

span.t:hover {
	background-position: -34px 0px;
	opacity: 1.0;
	filter: alpha(opacity=100);
	transition: all 0.3s ease;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
}

span.u:hover {
	background-position: -67px 0px;
	opacity: 1.0;
	filter: alpha(opacity=100);
	transition: all 0.3s ease;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
}


/*--event style end here--*/


/*--gallery style state here--*/

.gallery {
	padding: 2em 0px;
	background: rgba(153, 153, 153, 0.04);
}

.gallery h3 {
	font-size: 2.5em;
	font-weight: 400;
	color: #999;
	text-align: center;
}

.services_top {
	padding: 2em 2em;
}

.col_1_of_portfolio:first-child {
	margin-left: 0;
}

.col_1_of_portfolio {
	display: block;
	float: left;
	margin: 1% 0 1% 2.6%;
}

.span_1_of_portfolio {
	width: 31.6%;
}

.view-first h3 {
	color: #555;
	padding: 1em 0;
	margin-bottom: 0;
	font-size: 1em;
	text-transform: uppercase;
}

.view {
	/*--width:290px;
   height:350px;--*/
	float: left;
	overflow: hidden;
	position: relative;
	text-align: center;
	cursor: default;
}

.view .mask,
.view .content {
	width: 348px;
	height: 232px;
	overflow: hidden;
	position: absolute;
	top: 0;
	left: 0;
	cursor: pointer;
}

.view img {
	display: block;
	position: relative;
}

.info {
	display: inline-block;
	text-decoration: none;
	padding: 7px 14px;
	margin-top: 4em;
	color: #fff;
	text-transform: uppercase;
}

.info: hover {
	-webkit-box-shadow: 0 0 5px #000;
	-moz-box-shadow: 0 0 5px #000;
	box-shadow: 0 0 5px #000;
}

.view-first img {
	-webkit-transition: all 0.2s linear;
	-moz-transition: all 0.2s linear;
	-o-transition: all 0.2s linear;
	-ms-transition: all 0.2s linear;
	transition: all 0.2s linear;
}

.view-first .mask {
	-ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=0)";
	filter: alpha(opacity=0);
	opacity: 0;
	background-color: rgba(98, 187, 247, 0.29);
	-webkit-transition: all 0.4s ease-in-out;
	-moz-transition: all 0.4s ease-in-out;
	-o-transition: all 0.4s ease-in-out;
	-ms-transition: all 0.4s ease-in-out;
	transition: all 0.4s ease-in-out;
}

.view-first h2 {
	-webkit-transform: translateY(-100px);
	-moz-transform: translateY(-100px);
	-o-transform: translateY(-100px);
	-ms-transform: translateY(-100px);
	transform: translateY(-100px);
	-ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=0)";
	filter: alpha(opacity=0);
	opacity: 0;
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	-ms-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}

.view-first p {
	-webkit-transform: translateY(100px);
	-moz-transform: translateY(100px);
	-o-transform: translateY(100px);
	-ms-transform: translateY(100px);
	transform: translateY(100px);
	-ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=0)";
	filter: alpha(opacity=0);
	opacity: 0;
	-webkit-transition: all 0.2s linear;
	-moz-transition: all 0.2s linear;
	-o-transition: all 0.2s linear;
	-ms-transition: all 0.2s linear;
	transition: all 0.2s linear;
}

.view-first:hover img {
	-webkit-transform: scale(1.1, 1.1);
	-moz-transform: scale(1.1, 1.1);
	-o-transform: scale(1.1, 1.1);
	-ms-transform: scale(1.1, 1.1);
	transform: scale(1.1, 1.1);
}

.view-first a.info {
	-ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=0)";
	filter: alpha(opacity=0);
	opacity: 0;
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	-ms-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}

.view-first:hover .mask {
	-ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=100)";
	filter: alpha(opacity=100);
	opacity: 1;
}

.view-first:hover h2,
.view-first:hover p,
.view-first:hover a.info {
	-ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=100)";
	filter: alpha(opacity=100);
	opacity: 1;
	-webkit-transform: translateY(0px);
	-moz-transform: translateY(0px);
	-o-transform: translateY(0px);
	-ms-transform: translateY(0px);
	transform: translateY(0px);
}

.view-first:hover p {
	-webkit-transition-delay: 0.1s;
	-moz-transition-delay: 0.1s;
	-o-transition-delay: 0.1s;
	-ms-transition-delay: 0.1s;
	transition-delay: 0.1s;
}

.span_1_of_projects img {
	display: block;
}


/*--gallery end here--*/


/*--contact  style start here--*/

.contact {
	padding: 2em 0px;
}

.contact-main h3 {
	font-size: 2em;
	text-align: center;
	margin-bottom: 1em;
	color: #999;
}

.contact-main p {
	font-size: 14px;
	font-weight: 400;
	width: 82%;
	text-align: center;
	margin: 0 auto;
	color: #000;
	line-height: 1.8em;
}

.get {
	padding: 3em 0px;
}

.get-main h3 {
	font-size: 3em;
	font-weight: 400;
	margin-bottom: 1em;
	color: brown;
}

.get-left input[type="text"] {
	width: 95%;
	outline: none;
	margin-bottom: 10px;
	padding: 8px;
}

.get-left input[type="submit"] {
	width: 21%;
	padding: 10px 15px;
	background: brown;
	border: none;
	font-size: 15px;
	font-weight: 400;
	color: #fff;
	outline: none;
	cursor: pointer;
	margin-top: 10px;
}

.get-left input[type="submit"]:hover {
	background: #777;
	color: #fff;
	transition: all 0.3s ease;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
}

.get-right textarea {
	width: 86%;
	height: 12em;
	outline: none;
	resize: none;
	padding: 10px;
}

.get-left p {
	font-size: 15px;
	font-weight: 400;
	color: #3E7AEA;
	margin-bottom: 5px;
}

.get-right h4 {
	font-size: 16px;
	font-weight: 400;
	color: #3E7AEA;
	margin-bottom: 5px;
}

.get-right h3 {
	font-size: 1.3em;
	font-weight: 400;
	color: brown;
	margin: 10px 0px;
}

.get-right p {
	font-size: 14px;
	font-weight: 400;
	color: #777;
	line-height: 1.8em;
}

.map iframe {
	width: 100%;
	height: 400px;
	margin-bottom: 10px;
}

#toTop {
	display: none;
	text-decoration: none;
	position: fixed;
	bottom: 0px;
	right: 10px;
	overflow: hidden;
	width: 48px;
	height: 48px;
	border: none;
	text-indent: 100%;
	background-size: 35px;
	background: url(../images/scroll.png) no-repeat 0px 0px;
}


/*--contact end here
 /*--media quiries start here--*/

@media(max-width:1280px) {}

@media(max-width:1024px) {
	.below-top input[type="submit"] {
		width: 20%;
	}
	.below-coloum {
		background: url(../images/grid-n.png)no-repeat 2em 7.5em #F1EFEC;
	}
	.bg {
		width: 71%;
	}
	span.sear input[type="text"] {
		width: 70%;
	}
	.subscribe input[type="text"] {
		font-size: 11px;
		padding: 10px 6px;
		width: 96%;
	}
	.subscribe input[type="submit"] {
		font-size: 13px;
		padding: 11px 35px;
	}
	.blog-left img {
		width: 100%;
	}
	.blog-section {
		width: 100%;
	}
	.blog-right h3 {
		font-size: 1em;
	}
	.e-left img {
		width: 100%;
	}
	.e-right h3 {
		margin: 0.5em 0px 0px 0px;
	}
	.event-icon span {
		margin: 0.7em 4px 0px 0px;
	}
	.notch-h {
		top: 25.5%;
		left: 44%;
	}
	.new-left:hover div.notch-h {
		top: 25.4%;
		left: 44.7%;
	}
	.notch-b-h {
		top: 25.4%;
		left: 44.6%;
	}
	.new-left:hover div.notch-b-h {
		top: 25.5%;
		left: 44%;
	}
	.sear input[type="submit"] {
		width: 15%;
	}
	.below-coloum a {
		background: url(../images/grid-n.png)no-repeat 2em 7.5em #F1EFEC;
	}
}

@media(max-width:990px) {
	span.menu {
		display: block;
		cursor: pointer;
		float: right;
		padding-top: 5px;
	}
	ul.res {
		display: none;
		padding: 0px;
	}
	.in ul.res {
		display: block;
	}
	.navg {
		/**float: none;**/
		width: 100%;
	}
	ul.res li a:hover,
	ul.res li a.active {
		color: black;
	}
	.navg ul.res li a {
		display: block;
		width: 100%;
		padding: 10px;
		color: #00;
		font-size: 14px;
		background: rgba(153, 153, 153, 0.21);
	}
	.imageRound {
		width: 1920px;
		height: 572px;
	}
	.navg ul.res li a:hover {
		background: #3E7AEA;
		color: #fff;
	}
	.navg ul.res li {
		display: block;
		text-align: left;
		width: 100%;
		margin: 0px;
		background-color: #fff;
	}
	.banner {
		min-height: 450px;
	}
	.banner-main {
		padding-top: 8em;
	}
	.banner-main h1 {
		font-size: 2.5em;
	}
	.banner-main p {
		font-size: 1em;
	}
	.below-coloum {
		background: url(../images/grid-n.png)no-repeat 3em 7.5em;
		float: left;
		width: 50%;
	}
	.below-grace {
		float: right;
		width: 50%;
	}
	.below-side {
		float: left;
		width: 100%;
	}
	.below-top {
		text-align: center;
	}
	.bg {
		margin-top: 0em;
		width: 50%;
	}
	.below-right {
		min-height: 444px;
	}
	.below-right {
		padding: 9em 0px 0px 0px;
	}
	.news {
		padding: 4em 0px;
	}
	.news-top h3 {
		margin-bottom: 0.5em;
	}
	.notch-b:after {
		top: 152px;
		left: 48%;
	}
	.new-left {
		padding-top: 4em;
	}
	.new-left:hover div.notch-b-h {
		top: 45%;
		left: 47.3%;
	}
	.notch-b-h {
		top: 44.6%;
		left: 47.6%;
	}
	.new-left:hover div.notch-h {
		top: 44.7%;
		left: 47.6%;
	}
	.get-main h3 {
		font-size: 2em;
	}
	.notch-h {
		top: 45%;
		left: 47.3%;
	}
	.button {
		margin: 1em 0em 0em 0em;
	}
	.button-b {
		margin: 1em 0em 0em 0em;
	}
	.footer-left {
		text-align: center;
	}
	.footer-middle {
		text-align: center;
		padding-top: 2em;
	}
	.footer-right {
		text-align: center;
		padding-top: 2em;
	}
	.footer-middle input[type="text"] {
		width: 30%;
	}
	.footer-middle input[type="submit"] {
		width: 15%;
	}
	.aboutus-top {
		text-align: center;
	}
	.aboutus-left {
		padding-top: 1em;
	}
	.footer-navg {
		padding: 1.5em 0px;
	}
	.view .mask,
	.view .content {
		top: -25px;
		left: -61px;
	}
	.get-right textarea {
		width: 95%;
	}
	.get-left {
		padding: 1em 0px;
	}
	.blog-right {
		padding: 1.5em 0px 0px 1em;
	}
	span.sear input[type="text"] {
		width: 95%;
	}
	ul.blog-rig-list {
		width: 95%;
	}
	ul.popular li {
		width: 95%;
	}
	ul.popular-tag li a {
		font-size: 12px;
	}
	.subscribe input[type="submit"] {
		padding: 11px 20em;
	}
	.subscribe {
		width: 95%;
	}
	.event-top {
		margin-bottom: 2em;
	}
	.about-left {
		float: left;
		width: 60%;
		padding-left: 14px;
	}
	.about-left ul {
		padding: 0em 0px;
	}
	.about-right {
		float: right;
		width: 40%;
	}
	.info img {
		width: 75%;
		margin: 0 auto;
	}
	.below-top input[type="submit"] {
		padding: 11px;
		width: 17%;
	}
	.clear {
		clear: both;
	}
	.projects-main {
		padding-top: 9em;
	}
	.projects {
		min-height: 650px;
	}
	.get-right {
		padding: 0px;
	}
	.get {
		padding: 1em 0px;
	}
	.aboutus-left p {
		width: 80%;
		margin: 0 auto;
	}
	.sear input[type="text"] {
		width: 94%;
	}
	.sear input[type="submit"] {
		width: 5%;
	}
	.footer-left h3 {
		margin-bottom: 15px;
	}
	.new-left p {
		width: 80%;
		margin: 0 auto;
	}
	.info {
		margin: 6.5em 0em 0px 3em;
	}
	.span_1_of_portfolio:nth-of-type(3) {
		display: none;
	}
	.span_1_of_portfolio {
		width: 48.6%;
	}
	.view .mask,
	.view .content {
		width: 396px;
		height: 247px;
	}
}

@media(max-width:640px) {
	.logo img {
		width: 75%;
	}
	.banner-main h1 {
		font-size: 2em;
	}
	.bwn a {
		font-size: 16px;
	}
	.banner {
		min-height: 400px;
	}
	.below-coloum {
		background: url(../images/grid-n.png)no-repeat 4em 7.5em #F1EFEC;
		background-size: 65%;
	}
	.below-top input[type="submit"] {
		width: 20%;
	}
	.footer-navg ul li {
		margin: 10px 0.8em 0px 0px;
	}
	.projects-main {
		padding-top: 7em;
	}
	.projects {
		min-height: 550px;
	}
	ul.popular-tag li {
		margin: 0px 0px 1.5em 0px;
	}
	ul.popular-tag li a {
		font-size: 11px;
	}
	.subscribe input[type="submit"] {
		padding: 12px 15.6em;
	}
	.info img {
		width: 55%;
	}
	.view .mask,
	.view .content {
		top: -40px;
		left: -72px;
	}
	.news-top h3 {
		font-size: 2.5em;
	}
	.e-left {
		text-align: center;
	}
	.e-left img {
		width: 60%;
	}
	.get-main h3 {
		font-size: 2em;
		margin-bottom: 0em;
	}
	.footer-navg ul li a {
		font-size: 13px;
	}
	.gallery h3 {
		font-size: 2em;
	}
	ul.p_n-list li {
		margin: 0px 0.8em 0px 0px;
	}
	.sear input[type="text"] {
		width: 91%;
	}
	.sear input[type="submit"] {
		width: 5%;
	}
	.blog-right h3 {
		margin: 1em 0px;
	}
	.notch-b-h {
		top: 41.6%;
		left: 47.6%;
	}
	.new-left:hover div.notch-b-h {
		top: 41.9%;
		left: 47.3%;
	}
	.notch-h {
		top: 41.8%;
		left: 47.3%;
	}
	.new-left:hover div.notch-h {
		top: 41.5%;
		left: 47.6%;
	}
	.grid-left {
		width: 13%;
	}
	.info {
		margin: 6.5em 0em 0px 5em;
	}
	.below-coloum a {
		background: url(../images/grid-n.png)no-repeat 1em 7.5em #F1EFEC;
	}
	.view .mask,
	.view .content {
		width: 347px;
		height: 220px;
	}
}

@media(max-width:480px) {
	.banner-main h1 {
		font-size: 1.5em;
	}
	.banner-main p {
		font-size: 13px;
	}
	.banner {
		min-height: 300px;
	}
	.banner-main {
		padding-top: 5em;
	}
	.bwn a {
		font-size: 14px;
		padding: 11px 2em;
	}
	.below-coloum {
		background: url(../images/grid-n.png)no-repeat 7em 7.5em;
	}
	.below-top p {
		margin: 10px 0em 0em 0em;
	}
	form {
		margin: 0em 0em 0em 0em;
	}
	.below-top h2 {
		padding: 2em 0em 0em 0em;
	}
	.below-coloum {
		background: url(../images/grid-n.png)no-repeat 11em 4.5em #F1EFEC;
		background-size: 35%;
		min-height: 200px;
		float: none;
		width: 100%;
	}
	.below-grace {
		min-height: 200px;
		float: none;
		width: 100%;
	}
	.below-side h2 {
		font-size: 1.3em;
	}
	.below-side {
		min-height: 200px;
		padding: 70px 0px;
	}
	.below-top h2 {
		font-size: 1.5em;
		padding: 1.5em 0em 0em 0em;
	}
	.below-top input[type="text"] {
		font-size: 12px;
	}
	.below-top input[type="submit"] {
		font-size: 11px;
	}
	.below-top p {
		font-size: 12px;
	}
	.below-top {
		min-height: 200px;
	}
	.below-bottom {
		min-height: 200px;
	}
	.bg {
		padding: 40px 50px;
		height: 200px;
		width: 44%;
	}
	.below-right {
		padding: 5em 0px 0px 0px;
	}
	.below-right {
		min-height: 280px;
	}
	.news {
		padding: 2em 0px;
	}
	.news-top h3 {
		font-size: 2em;
	}
	small.brown {
		font-size: 1.5em;
	}
	.notch-b:after {
		border-left: 10px solid rgba(0, 0, 0, 0);
		border-top: 10px solid #3E7AEA;
		border-right: 10px solid rgba(0, 0, 0, 0);
		top: 80px;
		left: 48%;
	}
	.new-left {
		padding-top: 1.5em;
	}
	.new-left h3 {
		font-size: 1.5em;
		margin-top: 1.5em;
	}
	.button-b {
		margin: 1em 0em 2em 0em;
	}
	.button-b a {
		font-size: 13px;
	}
	small {
		font-size: 1.5em;
	}
	.notch:after {
		border-left: 10px solid rgba(0, 0, 0, 0);
		border-top: 10px solid #373838;
		border-right: 10px solid rgba(0, 0, 0, 0);
		top: 56px;
		left: 48%;
	}
	.button {
		margin: 1em 0em 2em 0em;
	}
	.button a {
		font-size: 13px;
	}
	.footer-navg ul li a {
		font-size: 10px;
	}
	.footer-top {
		padding: 2em 0px;
	}
	.footer-middle input[type="text"] {
		width: 46%;
	}
	.footer-middle input[type="submit"] {
		width: 25%;
	}
	.about-top h3 {
		font-size: 1.5em;
	}
	.about {
		padding: 1em 0px;
	}
	.about-left h4 {
		font-size: 1.1em;
	}
	.about-left p {
		font-size: 12px;
	}
	.about-left ul.anc-left li a {
		font-size: 12px;
	}
	span.m {
		background: url(../images/b.png)no-repeat 2.5em 1em;
		background-size: 50%;
	}
	.about-right h3 {
		font-size: 1.1em;
	}
	.footer-left h3 {
		font-size: 14px;
	}
	.footer-middle h3 {
		font-size: 14px;
	}
	.footer-right h3 {
		font-size: 16px;
	}
	.projects {
		min-height: 450px;
	}
	.projects-main h4 {
		font-size: 5em;
	}
	.subscribe input[type="submit"] {
		padding: 10px 10em;
	}
	.blog-top h3 {
		margin-bottom: 1em;
		font-size: 1.5em;
	}
	.grid-left {
		width: 15%;
		padding: 9px 17px;
	}
	.grid-right {
		width: 80%;
	}
	.blog-left h5 {
		font-size: 1em;
	}
	.grid-right h3 {
		font-size: 1em;
	}
	.grid-right a.bwn {
		font-size: 12px;
	}
	.event-head h3 {
		font-size: 1.3em;
	}
	.e-left h4 {
		font-size: 1em;
	}
	.e-right h3 {
		font-size: 1.2em;
	}
	.event-top p {
		font-size: 12px;
	}
	.events {
		padding: 1em 0px;
	}
	.services_top {
		padding: 1em 1em;
	}
	.gallery h3 {
		font-size: 1.5em;
	}
	.gallery {
		padding: 1em 0px;
	}
	.view .mask,
	.view .content {
		top: -59px;
		left: -91px;
	}
	.contact-main p {
		font-size: 13px;
		width: 100%;
	}
	.contact-main h3 {
		font-size: 1.5em;
	}
	.get-main h3 {
		font-size: 1.5em;
		margin-bottom: 0em;
	}
	.get-main h3 {
		font-size: 1.2em;
	}
	.events {
		padding: 1em 0px;
	}
	.event-head h3 {
		font-size: 1.5em;
	}
	.get-left input[type="submit"] {
		font-size: 13px;
		font-weight: 400;
	}
	.get-right p {
		font-size: 12px;
	}
	.footer-top {
		padding: 1em 0px;
	}
	.footer-navg {
		padding: 1em 0px;
	}
	.blog-left {
		padding: 0px;
	}
	.about-left {
		float: none;
		width: 100%;
	}
	.about-right {
		float: none;
		width: 100%;
	}
	.new-left:hover div.notch-h {
		top: 25.2%;
		left: 46%;
	}
	.notch-h {
		top: 25.5%;
		left: 45.5%;
	}
	.new-left:hover div.notch-b-h {
		top: 25.5%;
		left: 45.5%;
	}
	.notch-b-h {
		top: 25.3%;
		left: 46%;
	}
	span.m {
		background: url(../images/b.png)no-repeat 0.5em 0.7em;
		background-size: 75%;
	}
	.about-grid {
		margin: 1.5em 0px;
	}
	ul.p_n-list li {
		margin: 0px 0.5em 0px 0px;
	}
	ul.p_n-list li a {
		font-size: 0.7em;
	}
	.map iframe {
		height: 200px;
	}
	span.menu {
		padding-top: 1px;
	}
	.e-left img {
		width: 100%;
	}
	.sear input[type="submit"] {
		width: 7%;
	}
	.blog-contact input[type="text"] {
		font-size: 13px;
		padding: 7px;
		width: 100%;
	}
	.blog-contact textarea {
		width: 100%;
	}
	.blog-contact input[type="submit"] {
		font-size: 11px;
	}
	.blog-right {
		padding: 1.5em 0px 0px 0em;
	}
	.blog-para p {
		font-size: 13px;
	}
	.below-coloum a {
		background: url(../images/grid-n.png)no-repeat 8em 4.5em #F1EFEC;
		background-size: 40%;
		min-height: 170px
	}
	.info {
		margin: 6.5em 0em 0px 3em;
	}
}

@media(max-width:320px) {
	.logo img {
		width: 67%;
	}
	.menu img {
		width: 76%;
	}
	.header {
		padding: 0.6em 0px;
	}
	.banner-main h1 {
		font-size: 1.2em;
	}
	.banner-main p {
		font-size: 11px;
	}
	.bwn {
		margin-top: 1.5em;
	}
	.bwn a {
		font-size: 13px;
		padding: 8px 1em;
	}
	.banner-main {
		padding-top: 3.7em;
	}
	.banner {
		min-height: 220px;
	}
	.below-coloum {
		background: url(../images/grid-n.png)no-repeat 6em 2.5em;
		background-size: 35%;
		min-height: 100px;
	}
	.below-grace {
		min-height: 100px;
	}
	.below-side {
		min-height: 100px;
	}
	.below-side h2 {
		font-size: 1em;
	}
	.below-side p {
		font-size: 11px;
	}
	.below-top h2 {
		font-size: 1em;
		padding: 1em 0em 0em 0em;
	}
	.below-top input[type="text"] {
		font-size: 10px;
	}
	.below-top input[type="submit"] {
		font-size: 9px;
		width: 23%;
		padding: 11px;
	}
	.below-top p {
		font-size: 10px;
	}
	.below-top {
		min-height: 160px;
	}
	.below-bottom {
		min-height: 130px;
	}
	.bg img {
		width: 50%;
	}
	.bg p {
		padding-top: 10px;
		font-size: 10px;
	}
	.bg img {
		width: 20%;
	}
	.bg {
		padding: 23px 20px;
		height: 110px;
		width: 40%;
	}
	.below-right {
		padding: 2em 0px 0px 0px;
	}
	.below-right {
		min-height: 142px;
	}
	.news {
		padding: 1em 0px;
	}
	.news-top h3 {
		font-size: 1.3em;
	}
	.notch-b:after {
		left: 46%;
	}
	.new-left h3 {
		font-size: 1em;
		margin-top: 3em;
	}
	.new-left h4 {
		font-size: 0.9em;
	}
	.new-left p {
		font-size: 12px;
		width: 100%;
		overflow: hidden;
		height: 47px;
	}
	.button-b a {
		font-size: 11px;
	}
	.button a {
		font-size: 11px;
	}
	.notch:after {
		left: 46%;
	}
	.footer-navg ul li {
		margin: 0px 1em 0px 0px;
	}
	.footer-navg ul li a {
		font-size: 11px;
	}
	.footer-navg {
		padding: 0.4em 0px;
	}
	.footer-top {
		padding: 1em 0px;
	}
	.footer-left h3 {
		font-size: 12px;
	}
	.footer-middle h3 {
		font-size: 12px;
	}
	.footer-middle {
		padding-top: 1em;
	}
	.footer-right {
		padding-top: 1em;
	}
	.footer-middle input[type="text"] {
		font-size: 12px;
		padding: 8px 10px;
		width: 55%;
	}
	.footer-middle input[type="submit"] {
		font-size: 12px;
		width: 30%;
	}
	.footer-right p {
		font-size: 12px;
	}
	.footer-bottom p {
		font-size: 13px;
	}
	.about-grid {
		margin: 0em 0px;
	}
	.about-top h3 {
		font-size: 1.2em;
	}
	.about-left h4 {
		font-size: 14px;
	}
	.about-right h3 {
		font-size: 14px;
	}
	.about-left p {
		font-size: 11px;
		overflow: hidden;
		height: 43px;
	}
	.about-left {
		float: none;
		width: 100%
	}
	.about-right {
		float: none;
		width: 100%
	}
	.about-right h3 {
		font-size: 15px;
		margin-top: 10px;
	}
	.about-left ul.anc-left li a {
		font-size: 12px;
	}
	.about-left ul li {
		margin: 5px 0px;
	}
	.about-bottom p {
		font-size: 12px;
		overflow: hidden;
		height: 40px;
	}
	.about-bottom h4 {
		font-size: 14px;
	}
	.aboutus-left p {
		font-size: 12px;
		overflow: hidden;
		height: 45px;
	}
	.aboutus-left img {
		width: 47%;
	}
	.aboutus-left h4 {
		font-size: 1em;
	}
	.aboutus-left h5 {
		font-size: 13px;
	}
	.projects-main h3 {
		font-size: 1em;
	}
	.projects-main h4 {
		font-size: 4em;
	}
	.projects-main a {
		font-size: 1em;
	}
	.projects-main {
		padding-top: 5em;
	}
	.projects {
		min-height: 350px;
	}
	.blog {
		padding: 1em 0px;
	}
	.blog-top h3 {
		font-size: 1.2em;
	}
	.blog-grid {
		margin-top: 1em;
	}
	.grid-left {
		width: 18%;
		padding: 9px 10px;
	}
	.grid-right p {
		font-size: 12px;
	}
	.grid-right a.bwn {
		font-size: 10px;
	}
	.grid-right h3 {
		font-size: 0.9em;
	}
	.popular li h5 {
		font-size: 13px;
	}
	ul.blog-rig-list li a {
		font-size: 11px;
	}
	ul.popular li a {
		font-size: 13px;
	}
	.subscribe p {
		font-size: 13px;
	}
	.blog-right h3 {
		font-size: 0.9em;
	}
	.blog-right h3 {
		font-size: 0.9em;
	}
	input[type="text"] {
		font-size: 12px;
	}
	.subscribe input[type="submit"] {
		padding: 10px 4.4em;
	}
	.event-head h3 {
		font-size: 1.2em;
	}
	.e-left {
		padding: 0px;
	}
	.e-right h3 {
		font-size: 1em;
	}
	.gallery h3 {
		font-size: 1.2em;
	}
	.view .mask,
	.view .content {
		top: -65px;
		left: -115px;
	}
	.info img {
		width: 35%;
	}
	.contact {
		padding: 1em 0px;
	}
	.contact-main h3 {
		font-size: 1.2em;
	}
	.contact-main p {
		font-size: 11px;
		overflow: hidden;
		height: 44px;
	}
	.get {
		padding: 0em 0px;
	}
	.get-left p {
		font-size: 12px;
	}
	.get-left input[type="text"] {
		padding: 3px;
	}
	.get-left input[type="submit"] {
		font-size: 12px;
		width: 30%;
		padding: 7px 15px;
	}
	.get-main h3 {
		font-size: 1em;
	}
	.get-right {
		margin-bottom: 10px;
	}
	.map iframe {
		height: 100px;
	}
	.get-right {
		padding: 0px;
	}
	.get-right textarea {
		height: 7em;
	}
	ul.blog-list li {
		margin-right: 0px;
	}
	ul.blog-list li a {
		font-size: 11px;
	}
	.gallery {
		padding: 0em 0px;
	}
	.blog-para p {
		font-size: 13px;
		overflow: hidden;
		height: 50px;
	}
	.blog-contact h3 {
		font-size: 1.1em;
	}
	.blog-contact p {
		font-size: 13px;
		overflow: hidden;
		height: 40px;
	}
	.blog-contact input[type="text"] {
		font-size: 12px;
		padding: 6px;
		width: 97%;
	}
	.blog-contact textarea {
		font-size: 13px;
		width: 97%;
	}
	.blog-contact input[type="submit"] {
		font-size: 12px;
		margin: 1em 0px 0px 0px;
	}
	.blog-section {
		margin: 2em 0px;
	}
	.notch-b-h {
		top: 28%;
		left: 44%;
	}
	.new-left:hover div.notch-b-h {
		top: 28.6%;
		left: 43.3%;
	}
	.new-left:hover div.notch-h {
		top: 28%;
		left: 44%;
	}
	.notch-h {
		top: 28.6%;
		left: 43.3%;
	}
	ul.p_n-list li a {
		font-size: 0.6em;
		padding: 10px 0.8em;
	}
	ul.p_n-list li {
		margin: 0px;
	}
	.sear input[type="text"] {
		width: 85%;
	}
	.sear input[type="submit"] {
		width: 12%;
	}
	.event-top p {
		font-size: 12px;
		overflow: hidden;
		height: 67px;
	}
	.get-right h4 {
		font-size: 13px;
	}
	.below-side {
		padding: 50px 0px;
	}
	.below-coloum a {
		background: url(../images/grid-n.png)no-repeat 6em 4.5em #F1EFEC;
		background-size: 40%;
	}
	.e-left img {
		width: 75%;
	}
	.info {
		margin: 6em 0em 0px 2em;
	}
	.partner li {
		float: left
	}
	.clearfix {
		*zoom: 1px;
	}
	.clearfix:before,
	.clearfix:after {
		display: table;
		line-height: none;
		content: ""
	}
	.clearfix:after {
		clear: both;
	}
}


/* 0619版本更新新闻详细内容样式 */
.ctn{
	border: 1px solid #c9c9c9;
}
.newsTitle{
	line-height:100px;
	font-size:30px;
	text-align:center;
	font-weight:bold ;
}
.contentBorder{
	border-top:2px solid blue;
	height:40px;
}
.contentPosition{
	margin-bottom:15px;
	font-size:14px;
	color:#616161;
}


.xlcontent{
	margin:0px auto;
	min-height:400px;
	width:100%;
	font-size:14px;
}
.xlcontent2{
	height:400px;
	font-family:Microsoft YaHei;
	float:left;
}
.xltitle{
	line-height:20px;
	width:48%;
	height:25px;
	border-bottom:1px dotted #c7c7c7;
}
.fl{
	float:left;
}
.fr{
	float:right;
}
.xltitlea{
	color:black;
}
.xltitlea:hover{
	color:blue;
}
.xlpagefoot{
	height:50px;
	width:100%;
	float:left;
	text-align:center;
	font-size:14px;
}
/*--media quiries end here--*/