﻿/** CSS Document **/
body, ul, dl, dd, h1, h2, h3, h4, h5, h6, form, p {padding:0; margin:0; -webkit-text-size-adjust:none; font-weight:normal;}
ul {	list-style:none;}
img {border:none;}
a { text-decoration: none;}
button {outline: none;	cursor: pointer;}
input,button,select,textarea,label{outline:none; vertical-align:middle; padding:0; font-family: "Microsoft YaHei", "΢���ź�";}
em{font-style:normal;}
html{height:100%;}
body{font-family: "Microsoft YaHei", "΢���ź�"; position: relative; min-height:100%;  font-size:14px; color:#333;}


body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
code,
form,
fieldset,
legend,
input,
textarea,
p,
a,
blockquote,
th,
td,
hr,
button,
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
    margin:0;
    padding:0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

header,
footer,
nav,
hgroup,
section,
article,
section,
aside {
	display: block;
}
body,html{
	scroll-behavior: smooth;
}
body {
	background-color: #fff;
}

ol,
ul,
li {
	list-style: none;
	margin: 0px;
	padding: 0px;
}
/*标签属性重置*/
body {  
	line-height: 32px;
	font-family: "Microsoft YaHei", "΢���ź�";
	font-size: 16px;
	color: #444;
}
input::-ms-clear, input::-ms-reveal{display: none;}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
img{	
	border: 0;
	vertical-align:middle;
}
ol, 
ul, 
li {
	list-style: none;
}
input{
	border: none;
	outline:medium;
}
a {
	font-size: 16px;
	color: #333333;
	text-decoration: none;
	-webkit-transition: all .3s ease-out;
	-moz-transition: all .3s ease-out;
	-ms-transition: all .3s ease-out;
	transition: all .3s ease-out;
}
#top-userName{
	float: right!important;
	margin-top: 26px;
}
#dlnavlist a{
    color: #fff;
    font-weight: bold;
    text-align: center;
    margin-top: 26px;
    line-height: 36px;
}


.trans-ease{
	-webkit-transition: all .3s ease-out;
	-moz-transition: all .3s ease-out;
	-ms-transition: all .3s ease-out;
	transition: all .3s ease-out;
}
.w {
	width: 1200px;
	margin: 0 auto;
}
a:hover, 
a:focus {
	color: #4366A8;
}
.class-hover:hover {
	color: #4366A8;
}
.class-hover:hover span {
	color: #4366A8;
}
.cursor-pointer {
	cursor: pointer;
}
/* 文本颜色 */
.color-000 {
	color: #000;
}
.color-333 {
	color: #333;
}
.color-666 {
	color: #666;
}
.color-999 {
	color: #999;
}
.color-ccc {
	color: #ccc;
}
.color-fff {
	color: #fff;
}
.color-266da7 {
	color: #266da7;
}
/*文本对齐方式*/
.text-left {
	text-align: left;
}
.text-right {
	text-align: right;
}
.text-center {
	text-align: center;
}
.text-justify {
	text-align: justify;
}
.text-nowrap {
	white-space: nowrap;
}
.text-indent {
	text-indent: 2em;
}
/*字体大小*/
.font-12 {
	font-size: 12px;
}
.font-14 {
	font-size: 14px;
}
.font-16 {
	font-size: 16px;
}
.font-18 {
	font-size: 18px;
}
.font-20 {
	font-size: 20px;
}
.font-22 {
	font-size: 22px;
}
.font-24 {
	font-size: 24px;
}
.font-26 {
	font-size: 26px;
}
.font-28 {
	font-size: 28px;
}
.font-30 {
	font-size: 30px;
}
.font-bold {
	font-weight: bold;
}
.font-normal {
	font-weight: normal;
}
/*行高*/
.lh150 {
	line-height: 150%;
}
.lh180 {
	line-height: 180%;
}
.lh200 {
	line-height: 200%;
}
/*下边距*/
.margin-bottom-5 {
	margin-bottom: 5px;
}
.margin-bottom-10 {
	margin-bottom: 10px;
}
.margin-bottom-15 {
	margin-bottom: 15px;
}
.margin-bottom-20 {
	margin-bottom: 20px;
}
.center-block {
	display: block;
	margin-right: auto;
	margin-left: auto;
}
.pull-left {
	float: left;
}
.pull-right {
	float: right;
}
/*隐藏显示*/
.hide {
	display: none;
}
.show {
	display: block;
}
.invisible {
	visibility: hidden;
}
.overflow-hidden {
	overflow: hidden;
}

.clearfix:before,
.clearfix:after {
	display: block;	
	content: " ";
	clear: both;
}
/* 定位 */
.pr {
	position: relative;
}
.pa {
	position: absolute;
}
.pf {
	position: fixed;
}
/*定位元素层级*/
.zindex-0{
	z-index: 0;
}
.zindex-1{
	z-index: 1;
}
.zindex-2{
	z-index: 2;
}
.left-0 {
	left: 0;
}
.top-0 {
	top: 0;
}
.right-0 {
	right: 0;
}
.bottom-0 {
	bottom: 0;
}
.zoom {
	zoom: 1;
}
.img-circle {
	border-radius: 50%;
}
/* 长度高度 */
.width-100 {
	width: 100%;
}
.height-100 {
	height: 100%;
}
.text-over{
	overflow: hidden;
	text-overflow:ellipsis;
	white-space: nowrap;
}
.text-over-2 {
	overflow:hidden; 
	text-overflow:ellipsis;
	display:-webkit-box; 		/*将对象作为弹性伸缩盒子模型显示。*/
	-webkit-box-orient:vertical;		/*从上到下垂直排列子元素（设置伸缩盒子的子元素排列方式）*/
	-webkit-line-clamp:2; 		/*这个属性不是css的规范属性，需要组合上面两个属性，表示显示的行数。*/
}
.text-over-3 {
	overflow:hidden; 
	text-overflow:ellipsis;
	display:-webkit-box; 		/*将对象作为弹性伸缩盒子模型显示。*/
	-webkit-box-orient:vertical;		/*从上到下垂直排列子元素（设置伸缩盒子的子元素排列方式）*/
	-webkit-line-clamp:3; 		/*这个属性不是css的规范属性，需要组合上面两个属性，表示显示的行数。*/
}
.clear{
	clear: both;
}
  /*定义滚动条高宽及背景 高宽分别对应横竖滚动条的尺寸*/
::-webkit-scrollbar
{
    width: 5px;
    background-color: #eaeaea;
}
 
/*定义滚动条轨道 内阴影+圆角*/
::-webkit-scrollbar-track
{
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
    border-radius:3px;
    background-color: #F5F5F5;
}
 
/*定义滑块 内阴影+圆角*/
::-webkit-scrollbar-thumb
{
    border-radius: 3px;
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,.3);
    background-color: #4366A8;
}




.clear{clear:both;}


/**首页主体**/
.ywtb_container{width:1200px; margin:auto; position: relative;}


.silder-button{top:0px;width:25px;height:54px;position:absolute;cursor:pointer;}
.silder-button.btl{left:0px;background:url(../images/jtr.png) center no-repeat;}
.silder-button.btr{right:15px;background:url(../images/jt.png)center no-repeat;}



.main{
	margin-top: 0px;
}
.main2-top{
	width: 100%;
	height: 200px;
	padding: 60px 0 0 190px;
}

#ys-banner {
	width: 100%;
	height: 151px;
	background: url(../images/main2.png) top center no-repeat;
}

.ys-banner {
	width: 1200px;
	height: 161px;
	margin: 0 auto;
	position: relative;
}

.main2-top a{
	line-height:60px;
	font-size:30px ;
	color: #4366A8;
}
.main2-top p{
	margin-top:15px;
	width: 85%;
	color: #444;
	font-weight: lighter;
	line-height:26px;
}
.main2-a{
	width: 100%;
	height: 60px;
	border-top: 1px solid #fff;
	background: #f4f7f9;
	padding-left:15px ;
}
.main2-a a{
	float: left;
	width: 180px;
	height: 60px;
	line-height:60px;
	font-size: 20px;
	text-align: center;
	transition: all 0s ease-out;
}
.main2-a li.active a{
	color: #4366A8;
	background: url(../images/main2-on.png) center bottom no-repeat;
	height:70px;
}
.main2-b a{
	float: left;
	width: 378px;
	height: 116px;
	border: 1px solid #f0f0f0;
	padding: 18px 0 0 29px;
	margin-right: 30px;
	margin-top: 25px;
}
.main2-b a:nth-child(3n){
	margin-right: 0px;
}
.main2-b a:hover{
	box-shadow: 0 0 18px #ccc;
}
.main2-b a:hover span{
	color: #4366A8;
}
.main2-b a span{
	font-weight: bold;
	color: #444;
	transition: all .3s ease-out;
}
.main2-b a p{
	font-weight: lighter;
	font-size: 15px;
	color: #999;
	line-height: 25px;
}





.picScroll-left{width:1200px; position:relative;}
.picScroll-left .bd{margin:0 auto 0;padding-left: 50px;}
.picScroll-left .bd ul{ overflow:hidden; zoom:1; }
.picScroll-left .bd ul li{float:left; overflow:hidden; text-align:center;  }

/*分页*/

#right_page .right_page {
	height: 35px;
	margin-top: 20px;
}

#right_page a.right_page_a {
	display: block;
	float: left;
	height: 35px;
	width:  auto;
	margin-right: 10px;
	padding: 0px 12px;
	border: 1px solid #e9e9e9;
	font-size: 13px;
	line-height: 33px;
	color: #666;
	text-align: center;
}

#right_page a.right_page_a:hover,
#right_page a.right_page_aOn {
	background-color: #4f7fe4;
	border-color: #4e9de2;
	color: #fff;
}
