@charset "utf-8";
/*------: sheet style  :-------*/


*{}
body {
	font-size: 13px;
	font-family: "Arial,Geneva, sans-serif";
	margin: 0;
	padding: 0;
	width: device-width;
	background-repeat: no-repeat;
	background-image: linear-gradient(to bottom,#fbfbfb,white,#feffff);
	background-position: 0 0;

}



div p {
	margin: 0;
	font-weight: normal;

}


html {
	overflow-y: scroll;
	width: 100%;
	min-width: 1200px;

}


ul {
	list-style-type: none;
	margin: 0;
	padding: 0;

}



a:link {
	font-weight: bold;
	text-decoration: none;
	border-radius: 10px;
	color: #acf;
 
}



a:hover {
	color: #333;
	text-decoration: none;
	background-image: linear-gradient(to bottom,#dcb,orange,#ebb);
	padding-bottom: 5px;
	border-radius: 10px;
}



a:visited {
	color: #fff;
	text-decoration: none;
	border-radius: 2px;
	background-image: linear-gradient(to bottom,#dcb,white,#ebb);

}


a:active {
	clear: both;
	color: #a0f;
	text-decoration: none;
	background-color: white;
	border-radius: 2px;

}




.hd00 {
	clear: both;
	display:flex;
	flex-direction:row;
	height: 100px;
	width: 100%;
	min-width: 1200px;
	margin: 0 auto auto auto;
	background-color:#fff;
   
}


.top_logo_1 {
	float: left;
	width: 8%; 
	height: 100%;
	margin:0 auto;

}



.top_logo_1 img{
	width: 100%;   
	height: 100%;

}


.hd_after_logo_1 {
	float: left;
	width: 92%;   
	height: 100%;
	display:inline-block;
	margin: 0;
	background-color:#fff;

}


.hd_bg01 {
	clear: both;
	background-color: #3f2f3f;
	color: #eef;
	height: 50px;
	width: 100%;
	display:block;
	min-width: 1100px;
	margin-right: 5px;
	padding-bottom: 0;

  }


.hd_welc_1 {
	display:block;
	float: left;
	width: 52%;
	min-width: 450px;
	height: 60px;
	line-height: 40px;
	margin-left: 1%;
	margin-right: auto;
	font-size: 1.6em;
	font-weight: bold;

}



.hd_sch_1 {
	position: relative;
	float: left;
	display: inline-block;
	width: 2%;
	height: 30px;
	margin:0  auto;
	margin-top: 0.6em;
	font-size: 1.2em;
	background-color: #fff;
	border-top-left-radius: 15px;
	border-bottom-left-radius: 15px;

}


.hd_sch_1: hover {
	width: 25%;

}



.hd_sch_btn1 {
	float: right;
	width: 10%;
	height:85%;
	border: 0;
	margin-top: 0.3em;
	cursor: pointer;
	float:left;

}


.img_btn {
	width: 22px;
	height: 22px;
	justify-content:center;

}





.hd_iput1 {
	width: 82%;
	height:100%;
	text-align:left;
	margin-top:7px;
	box-sizing:border-box;
	margin-left:3px;
	font-size:24px;
	float:left;
	display:inline-block;
	border:0;
	border-top-left-radius: 14px;
	border-bottom-left-radius: 14px;
}

.hd_iput1:active {
	border:0;


}



.hd_sch_1 input {
	height: 20px;
	line-height: 20px;
	box-sizing: border-box;
	transition:all 0.3s;
	float:left;

}



.hd_sbm_1 {
	width:16%;
	height: 102%;
	display:inline-block;
	float:right;
	font-size:10px;
	padding:0;
	margin-top:0;
	background-color:#ede;

}



.hd_nav_box {
	float: right;
	width: 40%;
	min-width:400px;
	height:100%;
	margin-right:0.5%; 

}



.nav_lang01 {
	height: 40px;
	width: auto;
	float: right;
	display: inline-block;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: space-around; 
	align-items: baseline;
	margin: 6px 2px 0px 2px;
	padding: 5px 5px 0px 5px;
	color: #fff;
	font-size: 1.3em;
	text-align: center;

}




.hd_bg02 {/*#2f3859*/
	background-color: #6e7e9e;
	color: #eef;
	height: 50px;
	width: 100%;
	min-width: 1100px;
	margin-right: auto;
	margin-left: auto;
	display: block;

  }



.top_cont_1 {
	float: left;
	width: 99%;
	min-width:650px;
	line-height: 30px;
	height: 30px;
	margin-left: 1%;
	margin-right: auto;
	align-items:baseline;
	font-size: 2em;
	letter-spacing:0.05em;
	word-spacing:0.02em;

}




/*-nav2 start-*/

nav {
	clear: both;
	display: flex;
	margin: 0  auto;
	width: 100%;
	min-width: 1200px;
	height: 45px;
	text-align: center;
	border-bottom: 2px solid #blue;
	background-image: linear-gradient(to bottom,#eee,#ddd,#ccc,#bba,#ccc,#efa,gold);  

}




nav ul {
	width:90%;
	display: flex;
	margin: 0 auto;
	height: 90%;
	padding-top: 10px;
	color: #65d;
	position: relative;
	text-decoration: none;

}



nav ul li {
	clear:both;
	width:auto;
	height:45%;
	float:left;
	font-size:1.3em;
	margin:0 auto;
	border-radius:10px;
	color:#7ab;
}




nav ul li img {
	width:18px;
	height:15px;
	padding:0 5px;
	
}



nav ul li:hover {
	background-image:linear-gradient(to bottom,#9bb,white,#9bb);
	
}



nav ul li:visited {
	color:#565;
	background-image:linear-gradient(to bottom,#dbb,white,#ebb);
	
}



nav ul ul {/*sub manu*/
	clear:both;
	position:absolute;
	padding:0;
	text-align: left;
	display:none;
	z-index:1;

}



nav ul ul li {/*list in sub manu*/
	padding-left:0.1em;
	width:25em;
	min-width:10em;
	height:1.8em;
	line-height:1.8em;
	margin:0 auto;
	display:inline-block;
	font-size:0.8em;
	overflow:auto;
	color:#328;
	background-image:linear-gradient(to bottom,#bbb,white,#bbb);
}



nav li:hover ul {display:block; }



 nav ul li a:link {
 
color: #000;
}

/*-nav2 end-*/


/* center start */




/* --banner-start --*/



.frongp_ban_1 {
	clear: both;
	width: 70%;
	min-width: 960px;
	height: 600px;
	margin: 0 auto;
	display: flex;
	flex-direction: row;  
	flex-wrap: wrap;
	justify-content: center; 
	overflow: hidden;
	align-items: center;
	background-position: center center;


}



.bann {
	clear: both;
	position: relative;
	display: flex;
	flex-direction: row;  
	flex-wrap: wrap;
	justify-content: space-around; 
	align-items: baseline;
	width: 100%;
	min-width: 960px;
	height: 600px;
	overflow: hidden;
	background-color: #ffe;

}





.bann-img {
	position: absolute;
	margin: 0 auto;
	width: 100%;
	min-width: 680px;
	height: 600px;
	opacity: 0;
	left: 3%;
	transition: all 2.0s;
	padding-bottom: 8%;
	overflow: hidden;

}



.bann-img:nth-child(1) {
   
	opacity:1;
}



.bann-left-button {
	position: absolute;
	text-align: center;
	font-size: 3em;
	font-weight: bold;
	width: 40px;
	height: 600px;
	color: #fff;
	top: 0;
	left: 0;
	border-radius: 0;
	background-color: gold;

}

.bann-left-button_f { 
	position: absolute;
	top: 220px;
	left: 13px;
	width: 30px;
	height: 30px;
	border-left: 4px solid #fff;
	border-bottom: 4px solid #fff;
	transform: rotate(45deg);
	border-radius: 5px 0 5px 0;

}


.bann-left-button_b { 
	position: absolute;
	top: 220px;
	right: 13px;
	width: 30px;
	height: 30px;
	border-right: 4px solid #fff;
	border-top: 4px solid #fff;
	transform: rotate(45deg);
	border-radius: 5px 0 5px 0;

}




.bann-right-button {
	position: absolute;
	text-align: center;
	font-size: 3em;
	font-weight: bold;
	width: 40px;
	height: 600px;
	top: 0;
	right: 0;
	border-radius: 0;
	background-color: gold;

}




.bann-left-button:hover {
	background-color:#9f9f9f;
	color:#0ff;

}



.bann-right-button:hover {
	background-color:#9f9f9f;
	color:#0ff;

}



/*  --

.bann-desi {
	position:absolute;
	bottom:35px;
	right:45px;

}




.bann-desi>ul {
	padding:0;
	margin:0;
	list-style:none;

}

.bann-desi li {
	width: 14px;
	height: 14px;
	border: 1px solid #aaa;
	border-radius: 100%;
	background-color: #bff;
	color: #000;
	float: center;
	margin-right: 20px;
}



.bann-desi li:hover {
	background-color: #fff;
	color: #875;

}

 -- */



/* --banner-end -- */



/* --search02-start -- */

.search02 {
	float:left;

}


.search02 button{
	float: right;
	padding: 6px 10px;
	margin-top: 13px;
	margin-right: 30px;
	background-color: #314507;
	color: #fff;
	font-size: 17px;
	border: none;
	cursor: pointer;

}



/* --search02-end  --*/





/* --Brief introduce start--*/


.dl01 {
	clear: both;
	width: 70%;
	min-width: 960px;
	display: block;
	margin-top: -2%;
	margin-bottom: 2%;
	margin: 5% auto;
	background-color: ff2;
 
}



.dl01>dt {
	font-size: 28px;
	font-weight: bold;
	width: 60%;
	margin-top: 1.5em;
	margin-bottom: 0.8em;

}





.dl01 > dd {
	font-size: 22px;
	text-align: justify;
	line-height: 170%;
	text-indent: 1.8em;
 }





/* --Brief introduce end --*/






/* --products and services detailing start --*/



.titlecontainer_1 {
	clear: both;
	height:100px;
	width: 600px;
	min-width: 200px;
	margin-top: 105px;
	margin-right: auto;
	margin-left: auto;

}



.titlecontainer_2 {
	clear: both;
	height:100px;
	width: 700px;
	min-width: 200px;
	margin-top: 105px;
	margin-right: auto;
	margin-left: auto;

}



.titlestyle_1 {
	clear: both;
	height: 65px;
	width: 100%;
	min-width: 400px;
	font-size: 32px;
	font-weight:bold;
	margin-right: auto;
	margin-left: auto;
	margin-top: 15px;
	margin-bottom: 0;
	text-align: center;
   }

.titlestyle_2 {
	clear: both;
	height: 65px;
	width: 100%;
	min-width: 400px;
	font-size: 32px;
	font-weight:bold;
	margin-right: auto;
	margin-left: auto;
	margin-top: 15px;
	margin-bottom: 0;
	text-align: center;
   }





.title_dash_1 {
	height: 2px;
	width: 400px;
	margin-top: 0;
	margin-right: auto;
	margin-left: auto;
	margin-bottom:45px;
	clear: both;
	text-align:center;
	background-color: #f667df;
}


.title_dash_2 {
	height: 3px;
	width: 650px;
	margin-top: 0;
	margin-right: auto;
	margin-left: auto;
	margin-bottom:45px;
	clear: both;
	text-align:center;
	background-color: #f687df;
}

.servpro {
	clear: both;
	width: 70%;
	min-width: 960px;
	display: flex;
	padding-bottom: 10px;
	margin: 1px auto;
	color: #222;
	background-color: #deefef;

}

.servpro_DZME {
	clear: both;
	width: 70%;
	min-width: 960px;
	display: flex;
	padding-bottom: 10px;
	margin: 1px auto;
	color: #222;
	background-color: #deefef;
	align-items: baseline;

}





.servpro_div {
	width: auto;
	height: auto;
	min-width: 80px;
	display: inline-block;
	margin: 5px 5px;
	text-align: center;

}


.servpro_DZME_div {
	width: auto;
	height: auto;
	min-width: 80px;
	display: inline-block;
	margin: 5px 5px;
	text-align: center;

}


.servpro_DZME_pic {
	width: auto;
	height: auto;
	min-width: 80px;
	display: block;
	margin: 5px 5px;
	text-align: center;

}




.servpro_DZME_perform {
	clear: both;
	width: 70%;
	min-width: 960px;
	display: flex;
	margin: 0 auto;
	border: 5px solid #aaf;
	color: #111;
	background-color: #ffeffd;
	table-layout: fixed;
}



.servpro_DZME_perform table {

	width: 100%;
	display: line;
	margin: 0 auto;
	min-width: 960px;

}





.servpro_DZME_perform th {
	font-size: 1.0em;
	font-weight: bold;
	width: auto;
	white-space: nowrap;
	border: 1px solid #aaf;	
	margin-top: 0.5em;
	margin-bottom: 0.5em;
	margin-left: 0.1em;
	margin-right: 0.1em;
	text-align: center;
}

.servpro_DZME_perform td {
	font-size: 0.8em;
	width: auto;
	white-space: nowrap;
	border: 1px solid #aaf;	
	margin-top: 0.5em;
	margin-bottom: 0.5em;
	margin-left: 0.1em;
	margin-right: 0.1em;
	text-align: left;
}








* -- services and products detailing end --*/


.newstitle_dash_1 {
	clear: both;
	height: 2px;
	width: 450px;
	margin-top: 0;
	margin-right: auto;
	margin-left: auto;
	margin-bottom:5%;
	border:none;
	background-color: #f667df;
}




.sim_1 {
	clear: both;
	width: 70%;
	min-width: 960px;
	display: flex;
	height: auto;
	margin: 1px auto;
	color: #222;
	background-color: #fff;

}


.sim_1_video {
	width: 40%;
	min-width: 80px;
	height: auto;
	display: flex;
	flex-direction: row;  
	flex-wrap: wrap;
	justify-content: space-around; 
	align-items: baseline;
	text-align: center;
	margin: 1em 5em;

}



.video_titl {
	clear: both;
	width: 70%;
	min-width: 960px;
	height: auto;
	display: flex;
	flex-direction: row;  
	flex-wrap: wrap;
	justify-content: space-around; 
	margin: 10px auto;
	font-size: 1.5em;
	color: #223;
	text-align: center;


}




.btm_container {
	clear:both;
	width:100%;
	min-width:1200px;
	height:auto;
	display:block;
	margin-top: 15%;
	margin-left: auto;
	margin-right: auto;
	position: relative;
	background-image: linear-gradient(to right,#deefef,#fff);

}





.btm_cont_titl {
	position: absolute;
	top: -16px;
	left: 30%;
	text-align: center;
	margin-left: auto;
	margin-right: auto;
	width: 45%;
	display: block;
	height: 40px;
	color: blue;
	z-index: 111px;
	border-top-left-radius: 100%;
	border-top-right-radius: 100%;
	background-image: linear-gradient(to right,#e8f6f8,#fefefe);

}




.btm_cont_titl p {
	width: 100%;
	height: auto;
	font-size: 1.5em;
	font-weight: bold;
}


.btm_bg01 {
	clear:both;
	width:100%;
	height:auto;
	display:flex;
	margin-left: auto;
	margin-right: auto;

}




.btm_bg_left {
	width:70%;
	float:left;
	height:15%;
	display:inline-block;
	margin-top:2%;

}


.btm_bg_right {
	width:30%;
	height:15%;
	float:right;
	padding:0;
	margin-top: 2%;
	display:inline-block;

}



.btm_bg_right img {
	float:right;
	width:96%
	height:96%
	margin-right:2%;
	margin-bottom:2%;

}


.btm_icon {
	width:100%;
	float: left;

}





.btm_cont_cont {
	clear: both;
	width: 100%;
	color: #blue;
	height: 35px;
	font-size: 25px;
	margin-left: 2%;
	margin-top: 15px;
	margin-bottom: 15px;

}


.btm_cont_adds {
	clear:both;
	width: 100%;
	color: green;
	margin-left:2%;
	font-size: 20px;
	margin-top:2.5%;	
}




footer {
	clear: both;
	display: flex;
	margin: 0 auto;
	width: 100%;
	min-width: 1200px;
	height: 40px;
	line-height: 40px;
	color: white;
	background-color: black;
	
}


footer div {
	clear: both;
	width: auto;
	display: flex;
	margin: 0 2em;
	padding: 0 5px;
	flex-direction: row;  
	flex-wrap: wrap;
	justify-content: space-around; 
	align-items: baseline;
	color:white;
	
}
