*
{
	margin: 0;
	padding: 0;
	box-sizing: border-box; /*transition:.4s ease-out; -webkit-transition:.4s ease-out;-moz-transition: .4s ease-out;-o-transition:  .4s ease-out;*/
	font-family: "open Sans";
}

a
{
	text-decoration: none;
}



/*--- CSS Columns Frames ---*/
.one_half, .one_third, .one_fourth, .two_third, .three_fourth, .one_fifth, .one_sixth
{
	margin-right: 4%;
	float: left;
}
.one_full
{
	width: 100%;
}
.one_half
{
	width: 48%;
}
.one_third
{
	width: 30.650%;
}
.one_fourth
{
	width: 22%;
}
.one_fifth
{
	width: 16.800%;
}
.one_sixth
{
	width: 13%;
}
.two_third
{
	width: 65.350%;
}
.three_fourth
{
	width: 74%;
}
.last
{
	margin-right: 0 !important;
}


.container
{
	width: 1170px;
	overflow: hidden;
	margin: auto;
	font-family: "open Sans";
}
/*---END CSS Frames ---*/





.wapper
{
	background: #fff;
}
.header
{
	display: block;
	padding-bottom: 5px;
}
.header span
{
	float: left;
	padding: 5px 0;
	font-size: 24px;
	text-transform: uppercase;
}
.header span img
{
	width: 90px;
	float: left;
	padding-right: 10px;
}
.header a
{
	color: #f96f00;
}
.header p
{
	font-size: 12px;
	display: block;
}
.hed_conus
{
	padding-top: 5px;
	float: right;
}
.hed_conus h3
{
	font-size: 16px;
	font-weight: 600;
	color: #444;
}
.hed_conus h4
{
	font-size: 18px;
	font-weight: 600;
	color: #f96f00;
}


.menu
{
	background: #138808;
	overflow: hidden;
}
.menu ul
{
	list-style: none;
	margin: 0;
	padding: 0;
}
.menu ul li
{
	display: block;
	float: left;
	border-right: 1px solid #086100;
}
.menu ul li:last-child
{
	border-right: 0;
}
.menu ul li a
{
	display: block;
	float: left;
	color: #fff;
	font-size: 15px;
	padding: 8px 12px;
	font-weight: 300;
}
.menu ul li a i
{
	font-size: 16px;
}
.menu ul li:hover
{
	background: #f96f00;
}

.menu ul ul
{
	display: none;
}
.menu ul li:hover ul
{
	display: block;
	position: absolute;
	margin-top: 36px;
	background: #f96f00;
}
.menu ul li:hover ul li
{
	float: none;
	display: block;
	border-right: 0;
}
.menu ul li:hover ul li a
{
	float: none;
	display: block;
	border-bottom: 1px solid #FF6B00;
}




.ful_img
{
	background: #f7f7f7 url(../images/1.jpg);
	background-size: 100%;
	background-position-y: -200px;
	
}
.ful_color
{
	background: rgba(0, 0, 0, 0.2) url(../images/lin.png);
	padding-bottom: 40px;
}
.ful_ban
{
	padding: 30px 0 40px 0;
}
.ind_logo
{
}
.ind_logo img
{
	width: 150px;
	padding: 15px 0;
}

.login_form
{
	background: #f9f9f9;
	border: 1px solid #eee;
	border-radius: 3px;
	min-height: 310px;
}
.login_form h2
{
	display: block;
	overflow: hidden;
	font-size: 24px;
	color: #f96f00;
	font-weight: 400;
	padding: 20px 25px;
	padding-bottom: 0;
}
.login_form ul
{
	list-style: none;
	margin: 0;
	padding: 25px;
}
.login_form ul li
{
	display: block;
	overflow: hidden;
}
.login_form ul li label
{
	font-size: 16px;
	display: block;
	margin-bottom: 10px;
}
.login_form ul li input[type="text"]
{
	font-size: 14px;
	color: #444;
	padding: 7px 10px;
	width: 100%;
	margin-bottom: 10px;
	border-radius: 3px;
	border: 1px solid #ddd;
}
.login_form ul li input[type="password"]
{
	font-size: 14px;
	color: #444;
	padding: 7px 10px;
	width: 100%;
	border-radius: 3px;
	margin-bottom: 15px;
	border: 1px solid #ddd;
}
.login_form ul li a
{
	float: left;
	color: #888;
	font-size: 15px;
	padding-top: 5px;
}
.login_form ul li a i
{
	font-size: 15px;
}
.login_form ul li input[type="submit"]
{
	float: right;
	background: #f96f00;
	font-size: 16px;
	font-weight: 300;
	padding: 5px 10px;
	color: #fff;
	border-radius: 3px;
	border: 0px solid #ccc;
	cursor: pointer;
}
.login_form ul li input[type="submit"]:hover
{
	background: #888;
}


.ful_frm
{
	background: #fff url(../images/gry-lin.png);
}
.one_box
{
	margin-right: 0;
	width: 25%;
	position: relative;
}
.one_box div
{
	min-height: 320px;
	padding: 30px 20px;
	cursor: pointer;
}
.one_box div i
{
	display: block;
	color: #444;
	float: none;
	margin-right: 0;
	padding: 20px;
	text-align: center;
	font-size: 40px;
}
.one_box div h2
{
	font-size: 24px;
	text-align: center;
	color: #444;
	font-weight: bold;
	margin-bottom: 15px;
	min-height: 65px;
	transition: 0.2s ease;
	-o-transition: 0.2s ease;
	-webkit-transition: 0.2s ease;
}
.one_box div p
{
	color: #444;
	font-size: 14px;
	text-align: left;
	line-height: 22px;
}
.one_box a
{
	color: #000;
	font-size: 14px;
	text-align: left;
	padding: 10px 20px;
	display: block;
	position: absolute;
	bottom: -41px;
	left: 0;
	right: 0;
	transition: 0.5s ease;
	-o-transition: 0.5s ease;
	-webkit-transition: 0.5s ease;
}
.one_box:hover div
{
	background: #fff;
	min-height: auto;
	color: #fff;
}
.one_box:hover div i
{
	color: #222;
}
.one_box:hover a
{
	bottom: 0;
	background: #f96f00;
	color: #fff;
}
.one_box:hover h2
{
	color: #f96f00;
}
.one_box:hover p
{
	color: #000;
}



.ful_whit
{
	padding: 40px 0;
}
.sec_mater
{
	display: block;
}
.sec_mater h2
{
	display: block;
	overflow: hidden;
	font-size: 21px;
	color: #f96f00;
	font-weight: 400;
	margin-bottom: 25px;
}


.sec_pont
{
	display: block;
	overflow: hidden;
	cursor: pointer;
	transition: 0.2s ease;
	-o-transition: 0.2s ease;
	-webkit-transition: 0.2s ease;
}
.sec_pont li
{
	display: block;
}
.sec_pont li p
{
	display: block;
	overflow: hidden;
	font-size: 16px;
	color: #555;
	font-weight: 400;
	margin-bottom: 15px;
}
.sec_pont li p i
{
	background: #138808;
	text-align: center;
	border-radius: 3px;
	font-size: 16px;
	color: #fff;
	padding: 8px;
	width: 32px;
	height: 32px;
	float: left;
}
.sec_pont li p span
{
	float: left;
	width: 90%;
	padding: 5px 0px;
}


.sec_pon1
{
	display: none;
	margin: 0 0px 10px 0;
	padding: 10px 15px;
	background: #fbfbfb;
	border: 1px solid #eee;
	transition: 0.2s ease;
	-o-transition: 0.2s ease;
	-webkit-transition: 0.2s ease;
	font-size: 16px;
	line-height: 30px;
	color: #444;
}

.ans1
{
	display: none;
}


.sec_rigpont
{
	display: block;
}

.sec_rigpont ul
{
	margin: 0;
}
.sec_rigpont ul li
{
	line-height: 32px;
	margin-left: 20px;
	font-size: 16px;
	color: #555;
}












/*----- Footer ----*/




.ful_footer
{
	background: #fff url(../images/gry-lin.png);
	border-top: 1px solid #ddd;
	color: #6c6c6c;
	padding: 30px 0;
}


.fot_fourth
{
	width: 273px;
	float: left;
	margin-right: 26px;
}
.fot_fourth:last-child
{
	margin-right: 0;
}

.fot_links
{
	display: block;
}
.fot_links h4
{
	font-size: 24px;
	color: #f96f00;
	font-weight: 300;
	margin-bottom: 20px;
	border-bottom: 1px solid #ddd;
}
.fot_links h4 span
{
	padding-bottom: 7px;
	display: inline-block;
	margin-bottom: -1px;
	border-bottom: 1px solid #f96f00;
}

.fot_links ul
{
	padding: 0;
}
.fot_links ul li
{
	padding-bottom: 10px;
	list-style-type: none;
	float: left;
	width: 50%;
}
.fot_links ul li em
{
	float: left;
	color: #6c6c6c;
	font-size: 16px;
	line-height: 18px;
	margin-right: 10px;
	font-style: normal;
}
.fot_links ul li:hover em
{
	color: #f96f00;
}
.fot_links ul li i
{
	font-size: 10px;
	padding-top: 5px;
	padding-right: 12px;
	color: #373737;
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-ms-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}
.fot_links ul li a:hover i
{
	padding-left: 10px;
	color: #d2d2d2;
}
.fot_links ul li a
{
	color: #6c6c6c;
	display: block;
	font-size: 15px;
	transition: all 0.3s ease-in-out;
}
.fot_links ul li a:hover
{
	color: #f96f00;
	margin-left: 5px;
	transition: all 0.3s ease-in-out;
}

.fot_text
{
	overflow: hidden;
	margin-bottom: 15px;
}
.fot_text i
{
	float: left;
	transform: rotate(-30deg);
	color: #000;
	opacity: 0.5;
	font-size: 18px;
	margin: 9px 15px 0 3px;
}
.fot_text p
{
	float: right;
	width: 86%;
	font-size: 14px;
}

.fot_put
{
	display: block;
}
.fot_put input[type="text"]
{
	width: 100%;
	border: 1px solid #eee;
	color: #A5A5A5;
	font-size: 14px;
	margin-bottom: 10px;
	padding: 8px 8px;
	box-shadow: 0 1px 0 #eee;
	-moz-box-shadow: 0 1px 0 #eee;
	-webkit-box-shadow: 0 1px 0 #eee;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 3px;
}
.fot_put input[type="email"]
{
	width: 100%;
	border: 1px solid #eee;
	color: #A5A5A5;
	font-size: 14px;
	margin-bottom: 10px;
	padding: 8px 8px;
	box-shadow: 0 1px 0 #eee;
	-moz-box-shadow: 0 1px 0 #eee;
	-webkit-box-shadow: 0 1px 0 #eee;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 3px;
}
.fot_put input[type="submit"]
{
	background: #f96f00;
	padding: 8px 10px;
	font-size: 13px;
	font-weight: 600;
	border: none;
	color: #fff;
	transition: all 0.3s;
	border-radius: 3px;
	cursor: pointer;
	font-weight: 300;
}
.fot_put input[type="submit"]:hover
{
	background: #555;
}

.fot_social
{
	display: block;
}
.fot_social p
{
	display: block;
	font-size: 14px;
	margin-bottom: 15px;
}
.fot_social p a
{
	color: #f96f00;
	font-weight: 300;
	display: block;
	padding-top: 5px;
}
.fot_social p a:hover
{
	color: #000;
}

.fot_cont
{
	display: block;
}
.fot_cont p
{
	margin-bottom: 5px;
}
.fot_cont p img
{
	padding-right: 10px;
	opacity: 0.2;
}
.fot_cont p i
{
	color: #000;
	opacity: 0.5;
}


.foot_copy
{
	background: #2F2F2F url(../images/lin.png) repeat;
	display: block;
}
.foot_copy p
{
	float: left;
	color: #777;
	padding: 8px;
	font-size: 13px;
	font-family: "open Sans";
}
.foot_copy p:last-child
{
	float: right;
	color: #888;
}






































