﻿@charset "utf-8";
/* CSS Document */
strong { font-weight: 500; }
/*a, a:hover, a:focus {
	color: #19b9e7;
	text-decoration: none;
    -o-transition: all .3s; -moz-transition: all .3s; -webkit-transition: all .3s; -ms-transition: all .3s; transition: all .3s;
}*/
h1, h2 {
	margin-top: 10px;
	font-size: 38px;
    font-weight: 100;
    color: #555;
    line-height: 50px;
}
h3 {
	font-size: 22px;
    font-weight: 300;
    color:#fff;
    line-height: 55px;
}
img { max-width: 100%; }
::-moz-selection { background: #19b9e7; color: #fff; text-shadow: none; }
::selection { background: #19b9e7; color: #fff; text-shadow: none; }

fieldset {
    min-width: 0;
    padding: 0;
    margin: 0;
    border:0;
	-webkit-margin-start: 2px;
    -webkit-margin-end: 2px;
    -webkit-padding-before: 0.35em;
    -webkit-padding-start: 0.75em;
    -webkit-padding-end: 0.75em;
    -webkit-padding-after: 0.625em;
}
/*.test-form{
	width:1170px;
	height:800px;
	margin-top:30px;
	border:0.5px dashed #317abc;}*/
/*.tab{ width:240px;margin:50px;}*/
.tab{
	width:1170px;
	min-height:1100px;
	/*border:1px  solid #898989;*/
	background-color:#ffffff;
    margin-bottom:20px;
}
.tab_menu{ 
   /* clear:both;*/
   min-height:45px;
   background-color:#8cc2ce;
   margin-top:-9px;
}
.tab_menu li{ 
	float:left; 
	text-align:center; 
	cursor:pointer; 
	list-style:none; 
	padding:1px 6px;
    margin-top:5px; 
	margin-right:4px;
	font-size:18px; 
	background:#dee6ce; 
/*	border:1px solid #898989; */
	border-bottom:none;}
.tab_menu li.hover{ 
	color:#182919;
	background:#dee6ce;}
.tab_menu li.selected{ 
	color:#182919;
	background-color:#d6e6b5;
/*	background:#6D84B4;*/}
.tab_box{ 
	width:1170px;
	clear:both; 
	min-height:1100px;}
.hide{display:none} 
/*.form-top {
	overflow: hidden;
	padding: 0 25px 15px 25px;
	background:#222222;
	-moz-border-radius: 4px 4px 0 0; -webkit-border-radius: 4px 4px 0 0; border-radius: 4px 4px 0 0;
	text-align: left;
	border-bottom-color:#91B2F3;
}*/
.row h3{
	text-align:center; 
	color:#C0080B;
	font-size:24px;
	font-weight:300;}
.fl{margin-left:5px;}
.ultest{
	text-align:center;}
.ultest li{
	text-decoration: none;
	text-align:center;
	margin-top:15px;
	list-style:none;}
.btnret{
	width:220px;
	text-align:center;
	margin-top:20px;}
button.btn:hover {
	color:#3968D7;
	border:1px solid #3968D7;
	background-color:#fff;}
.ultest a{
	color:#4c9aff;
	font-size:18px;}
.ultest a:hover, .font a:focus {
	color:#0F0C5C;
	text-decoration: none;
    -o-transition: all .3s; -moz-transition: all .3s; -webkit-transition: all .3s; -ms-transition: all .3s; transition: all .3s;
}
.mar{
	margin-top:20px;}
.mar1{
	margin-top:30px;}
@media (max-width: 1200px){
.mar1{
    margin-top:80px;
}
}

@media (max-width: 998px){
.tab_box{
	border:none;}
}

