@charset "utf-8";

/*CSS*/
.ss{ margin-left:170px;}
.tabs{
  position:relative;
  width:1360px;
  height:590px;
}
.tab-pane{
  display:inline-block;
}
.tabs input[type='radio']{
  position:absolute;
  clip:rect(0,0,0,0)
}
.tab-item{
  display:block;
  height:40px;
  line-height:40px;
  cursor:pointer;
  font-size:18px;
  font-weight:300;
  width:150px;
  text-align:center;
  border-radius: 25px;
  border: 1px solid #0e4643;
  margin-right:20px;
 
}


.tabs input[type='radio']:checked+.tab-item{
  background:#0e4643;
  color:#fff
}

.tab-content{
  position:absolute;

  padding:0px;
  left:0;
  top:85px;
  bottom:0;
  right:0;
  background:#fff;
}

.tabs input[type='radio']:checked+.tab-item+.tab-content{
  z-index:1
} 




/* CSS Document*/
* {
	padding: 0px;
	margin: 0px;
	outline: 0 none;
}
ul {
	list-style-type: none;
}

li {
	vertical-align: bottom;
	zoom: 1;
}

img {
	border: 0px;
}

select {
	font-family: "pingfang SC", "Microsoft YaHei", "黑体";
	color: #666;
	font-size: 12px;
}

textarea {
	font-family: "pingfang SC", "Microsoft YaHei", "黑体";
	color: #666;
	font-size: 12px;
	outline: none;
}

table {
	border-collapse: collapse;
	border-spacing: 0px;
}

th,
td {
	padding: 0;
}

input {
	vertical-align: middle;
	outline: none;
	font-size: 12px;
	font-family: "pingfang SC", "Microsoft YaHei", "黑体";
}

.clearfix:before,
.clearfix:after {
	content: " ";
	display: block;
	height: 0;
	visibility: hidden;
	clear: both;
	overflow: hidden;
}

.clearfix {
	zoom: 1;
}

.clearfix:after {
	clear: both;
}

.hidden {
	display: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	font-weight: normal;
	font-size: inherit;
	margin: 0px;
}

p {
	margin: 0px;
}

em,
i {
	font-style: normal;
}

.fl {
	float: left;
}

.fr {
	float: right;
}

input[type="button"],
input[type="submit"],
input[type="reset"] {
	-webkit-appearance: none;
}

::-webkit-scrollbar {
	width: 5px;
}

::-webkit-scrollbar-track {
	background: #fff;
}

::-webkit-scrollbar-thumb {
	background: #062889;
}

::-webkit-scrollbar-thumb:window-inactive {
	background: #062889;
}

::-webkit-scrollbar-thumb:vertical:hover {
	background: #062889;
}

.container{
	width: 1360px;
	margin: 0 auto;
	padding: 0 0px;
	overflow:hidden;
	height:938px;
		
		
}
.sj{ display:none}
@media (max-width:768px) {
.container{
	width: 100%;
	
	margin: 0 auto;
	padding: 0 0px;
	height:auto;
	overflow:auto;
		
}
.sj{ display:block}

.ss{ margin-left:0px;}
.tabs{
display:none;
}


}
