@charset "utf-8";
/* CSS Document */
.ipart1 {
	height: 340px;
	width: 100%;
	background-color: #fff;
}
.ipart1 .tit_box {
    color: #707070;
    text-align: center;
    padding-top: 25px;
}
.ipart1 .tit_box .title {
	font-size: 34px;
	padding: 25px 0;
	color: #000;
}
.ipart1 .tit_box .dec {
	font-size: 15px;
	margin-bottom: 30px;
	padding-right: 100px;
	padding-left: 100px;
	text-indent: 28px;
}
.ipart1 .more{
	clear: both;
	float: none;
	text-align: center;
	width: 100%;
}
.ipart1 .more a {
	width: 200px;
	height: 40px;
	display: block;
	text-align: center;
	line-height: 40px;
	color: rgb(102,102,102);
	font-size: 14px;
	font-family: "微软雅黑";
	border-image: initial;
	border-radius: 20px;
	border: 1px solid rgb(204,204,204);
	margin-right: auto;
	margin-left: auto;
}
.ipart1 .more a:hover{
	color: #FFF;
	background-color: #bb9205;
}
.ipart2 {
	height: 540px;
	width: 100%;
	background-color: #f5f5f5;
}
.ipart2 .tit_box {
    color: #707070;
    text-align: center;
    padding-top: 25px;
}
.ipart2 .tit_box .title {
	font-size: 34px;
	padding: 25px 0;
	color: #000;
}
.ipart2 .tit_box .dec {
    font-size: 15px;
    width: 60%;
    margin-left: 20%;
    margin-bottom: 30px;
}
.ipart2 .ipart2_cont {
    padding-bottom: 40px;
}
.row {
    width: 100%;
    transition: .2s width ease;
}
.ipart2 .ipart2_cont li {
	text-align: center;
	float: left;
	width: 20%;
	/*margin-right: 2%;*/
}
.ipart2 .ipart2_cont li .img_box {
	-webkit-background-size: 100%;
	background-size: 100%;
	/*background-image: url(../images/ipart2_img_bg_1.png);
	background-repeat: no-repeat;
	background-position: center bottom;*/
}
.ipart2 .ipart2_cont li .img_box .con {
	width: 200px;
	height: 155px;
	border-radius: 4px;
	margin: 0 auto;
	overflow: hidden;
}

/*.ipart2 .ipart2_cont li .img_box .imgZoom {
	border-radius: 50%;
    display: block;
    margin: 0 auto;
   
}*/
.ipart2 .ipart2_cont li .img_box img {
	border-radius: 4px;
	max-width: 100%;
    height: auto;
    vertical-align: top;
}
.ipart2 .ipart2_cont li .title {
    font-size: 18px;
    color: #000;
    margin: 20px 0;
}
.ipart2 .more{
	clear: both;
	float: none;
	text-align: center;
	width: 100%;
}
.ipart2 .more a {
	width: 200px;
	height: 40px;
	display: block;
	text-align: center;
	line-height: 40px;
	color: rgb(102,102,102);
	font-size: 14px;
	font-family: "微软雅黑";
	border-image: initial;
	border-radius: 20px;
	border: 1px solid rgb(204,204,204);
	margin-right: auto;
	margin-left: auto;
}
.ipart2 .more a:hover{
	color: #FFF;
	background-color: #bb9205;
}
.ipart3 {
	padding-top: 30px;
	padding-right: 0px;
	padding-bottom: 60px;
	padding-left: 0px;
	width: 100%;
	
}
.ipart3 .ividevo{
	width: 26%;
	float: right;
}
.ipart3 .ividevo .title {
	font-size: 26px;
	color: #000;
	margin-bottom: 20px;
}
.ipart3 .ividevo .vbox{
	position: relative;
	cursor: pointer;
	border: 1px solid #ddd;
    padding: 10px 10px 10px 10px;
    height: 290px;
	overflow: hidden;
	
}
.ipart3 .ividevo .vbox img{
	height: 100%;
	width: 100%;
}
.ipart3 .ividevo .vbox .play {
	position: absolute;
	background: url(../images/video_play.png);
	width: 76px;
	height: 75px;
	top: 50%;
	margin-top: -35px;
	left: 50%;
	margin-left: -37px;
	z-index: 999;
}
.ipart3 .indnews {
	width: 36%;
	float: left;
	margin-left: 1%;
}
.ipart3 .indnews .title {
	font-size: 26px;
	color: #000;
	margin-bottom: 20px;
	float: left;
}

.ipart3 .indnews .mor {
	margin-top: 26px;
	font-size: 12px;
	color: #8d8d8d;
	float: right;
}

.ipart3 .indnews .news_box {
    border: 1px solid #ddd;
    padding: 5px 10px 0 10px;
    height: 305px;
    overflow: hidden;
}

.ipart3 .indnews .news_box .ul2_li {
    margin: 9px 0;
}

.ipart3 .indnews .news_box .ul2_li .imbox{
	float: left;
	width: 35%;
	height: 87px;
}
.ipart3 .indnews .news_box .ul2_li .imbox img{
	width: 100%;
	height: 100%;
}
.ipart3 .indnews .news_box .ul2_li .cont_box {
	width: 65%;
	color: #414141;
	/*background: #bb9205;*/
	float: left;
	height: 87px;
}
.ipart3 .indnews .news_box .ul2_li .cont_box h3{
	font-size: 15px;
	font-weight: normal;
	line-height: 22px;
	padding-top: 10px;
	padding-left: 10px;
}
.ipart3 .indnews .news_box .ul2_li .cont_box .date{
	font-size: 12px;
	line-height: 22px;
	padding-left: 10px;
	padding-top: 10px;
}