/*第一大部分*/
.main_01 {
	width: 100%;
	height: 400px;
	padding: 50px 0;
}

.main__wrap {
	width: 1170px;
	margin: auto;
}

/*第一大部分第一块内容*/
.main_01 .main_01_01 {
	width: 680px;
	height: 250px;
	float: left;
	overflow: hidden;
	position: relative;
	animation: translation_left 1s;
}

.main_01 .m_title {
	width: 100%;
	margin-bottom: 19px;
}

.m_title>i {
	display: block;
	height: 26px;
	float: left;
	margin-right: 10px;
}

.main_01 .main_01_01 .m_title>i{
	width: 18px;
	background: url(../images/icon_01.png) no-repeat center;
}

.m_title>h2 {
	font-size: 24px;
	line-height: 26px;
	color: #353535;
	float: left;
	font-weight: 400;
}

.main_01 .m_title>h2>a {
	color: #353535;
}

.m_title>h2>span {
	font-size: 18px;
	line-height: 26px;
	color: #888888;
	margin-left: 6px;
	font-style: oblique;
}

.main_01 .main_01_01 .m_title ol {
	float: right;
	padding-top: 8px;
}

.main_01 .main_01_01 .m_title li {
	width: 12px;
	height: 12px;
	border: 1px solid #d7d7d7;
	float: left;
	margin-left: 9px;
	background-color: #fff;
	border-radius: 50%;
}

.main_01 .main_01_01 .m_title .active {
	background-color: #1c5187;
}

.main_01_01 .m01_img {
	width: 288px;
	height: 203px;
	float: left;
	overflow: hidden;
	margin-right: 18px;
	border: 1px solid #ebebeb;
	box-shadow: 0 1px 2px rgba(13,13,13,.3);
}

.main_01_01 .m01_img>a>img {
	width: 288px;
	height: 203px;
}

.main_01_01 .m01_content {
	float: right;
	width: 366px;
	padding-right: 4px;
}

.main_01_01 .m01_content h3>a {
	width: 370px;
	display: block;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	font-size: 18px;
	color: #1c5187;
	font-weight: 400;
	line-height: 18px;
	margin-bottom: 19px;
}

.main_01_01 .m01_content p{
	font-size: 14px;
	color: #757575;
	line-height: 26px;
	text-align: justify;
}

.main_01_01 .m01_content>a {
	width: 100px;
	height: 30px;
	display: block;
	line-height: 30px;
	text-align: center;
	color: #1c5187;
	text-shadow: 0 1px 1px rgba(28,81,135,.3);
	box-shadow: 0 1px 1px rgba(28,81,135,.3);
	border: 1px solid #1c5187;
	border-radius: 5px;
	font-size: 14px;
	margin-top: 25px;
}

.main_01_01 .m01_content>a:hover {
	color: #fff;
	background-color: #1c5187;
	text-shadow: 0 1px 1px rgba(0,0,0,.3);
	box-shadow: 0 1px 1px rgba(0,0,0,.3);
}

.main_01 .tab_wrap {
	width: 2059px;
	position: absolute;
	top: 39px;
	left: 0;
}

.main_01 .tab {
	float: left;
	width: 682px;
}





/*第二块内容*/
.main_01 .main_01_02 {
	width: 450px;
	position: relative;
	top: 0;
	left: 0;
	float: right;
	animation: translation_right 1s;
}

.main_01_02 .m_title>i {
	width: 26px;
	background: url(../images/icon_02.png) no-repeat center;
}

.main_01_02 .m_title>a,.main_01_03 .m_title>a {
	display: block;
	font-size: 14px;
	line-height: 30px;
	color: #777777;
	float: right;
}

.m02_img {
	width: 163px;
	height: 113px;
	float: left;
	overflow: hidden;
	box-shadow: 0 1px 2px rgba(13,13,13,.3);
}

.m02_img>a>img {
	width: 163px;
	height: 113px;
}

.m02_content {
	width: 270px;
	float: right;
}

.m02_content h3>a {
	width: 270px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	font-weight: 400;
	display: block;
	font-size: 16px;
	color: #353535;
	line-height: 16px;
	margin-bottom: 10px;
}

.m02_content>span {
	display: block;
	line-height: 14px;
	font-size: 14px;
	color: #999999;
	margin-bottom: 10px;
}

.m02_content>span>i {
	display: block;
	width: 12px;
	height: 14px;
	float: left;
	margin-right: 10px;
	background: url(../images/icon_05.png) no-repeat center;
}

.m02_content>p {
	font-size: 14px;
	color: #757575;
	line-height: 20px;
}

.main_01_02>ul{
	width: 450px;
	float: left;
	margin-top: 9px;
}

.main_01_02>ul li {
	width: 450px;
}

.main_01_02>ul li>a {
	width: 350px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	color: #555555;
	display: block;
	float: left;
	font-size: 16px;
	line-height: 34px;
}

.main_01_02>ul li>span {
	float: right;
	font-size: 14px;
	color: #999999;
	line-height: 34px;
}

.main_01_02>ul li:hover>a {
	color: #18397e;
}

/*第三块内容*/
.main_01 .main_01_03 {
	width: 680px;
	height: 115px;
	float: left;
	margin-top: 37px;
	animation: translation_left 1s;
}

.main_01_03 .m_title>i {
	width: 18px;
	background: url(../images/icon_03.png) no-repeat center;
}

.main_01_03 .m03_cont01 {
	float: left;
	width: 295px;
	height: 62px;
	margin-right: 60px;
}

.main_01_03 .m03_cont02 {
	float: left;
	width: 295px;
	height: 62px;
}

.main_01_03 .time {
	float: left;
	width: 70px;
	height: 62px;
	text-align: center;
	margin-right: 10px;
}

.main_01_03 .time .months {
	width: 100%;
	height: 32px;
	line-height: 32px;
	background: url(../images/bj_02.png) no-repeat;
}

.main_01_03 .time .year {
	width: 100%;
	height: 30px;
	line-height: 30px;
	background-color: #207dba;
	color: #fff;
}

.m03_content .director {
	float: left;
}

.m03_content .director h4{
	font-size: 16px;
	font-weight: 400;
	color: #353535;
	line-height: 16px;
	margin-bottom: 8px;
}

.m03_content .director a {
	font-size: 16px;
	color: #1c5187;
	display: block;
	line-height: 16px;
	margin-bottom: 8px;
	
}

.m03_content .director span {
	display: block;
	font-size: 12px;
	color: #555555;
}


/*第二大部分*/
.main_02 {
	width: 100%;
	height: 450px;
	background: url(../images/bj_03.png) no-repeat;
}

.main_02 .main__wrap>div {
	float: left;
}

.main_02_div {
	width: 265px;
	height: 350px;
	margin: 50px 0 0 30px;
	background-color: #fff;
}

.main_02_div>a {
	display: block;
	padding-top: 30px;
	text-align: center;
	font-size: 24px;
	color: #353535;
	line-height: 24px;
	margin-bottom: 16px;
}

.main_02_div>p {
	width: 225px;
	margin: auto;
	line-height: 22px;
	font-size: 14px;
	color: #666666;
	margin-bottom: 12px;
}

.main_02_div>div{
	width: 223px;
	height: 143px;
	margin: auto;
	border: 1px solid #ebebeb;
	box-shadow: 0 1px 2px rgba(13,13,13,.3);
}

.main_02_div>div>a>img{
	width: 225px;
	height: 145px;
	display: block;
}

.main_02_01 {
	width: 285px;
	height: 450px;
	background-color: #207dba;
}

.main_02_01 h3 {
	font-size: 24px;
	color: #fff;
	font-weight: 400;
	padding: 50px 0 0 20px;
	line-height: 25px;
	margin-bottom: 18px;
}

.main_02_01 h3>span {
	font-size: 18px;
	font-style: oblique;
	margin-left: -7px;
}

.main_02_01>h3>i {
	width: 18px;
	height: 25px;
	float: left;
	margin-right: 10px;
	display: block;
	background: url(../images/icon_04.png) no-repeat center;
}

.main_02_01>p {
	width: 240px;
	margin: auto;
	font-size: 14px;
	color: #fff;
	line-height: 26px;
	margin-bottom: 24px;
}

.main_02_01>a {
	display: block;
	width: 100px;
	height: 30px;
	border: 1px solid #fff;
	border-radius: 5px;
	text-shadow: 0 1px 1px rgba(28,81,135,.3);
	box-shadow: 0 1px 1px rgba(28,81,135,.3);
	color: #fff;
	font-size: 14px;
	line-height: 30px;
	text-align: center;
	margin-left: 20px;
}

.main_02_01>a:hover{
	background-color: #fff;
	color: #207dba;
}

/*第三大部分内容*/
.main_03{
	width: 100%;
	height: 410px;
	padding: 50px 0;
}

.main_03_01 {
	width: 665px;
	float: left;
}

.main_03_01 .m_title{
	width: 100%;
	margin-bottom: 19px;
}

.main_03_01 .m_title>i {
	width: 26px;
	background: url(../images/icon_02.png) no-repeat center;
}

.main_03_01 .m_title>a {
	display: block;
	float: right;
	color: #777777;
	font-size: 14px;
	line-height: 26px;
}

.m_title>a:hover {
	color: #114982;
}

.main_03 .main_03_cont .main_03_img {
	width: 225px;
	height: 155px;
	margin-right: 20px;
	float: left;
	box-shadow: 0 1px 2px rgba(13,13,13,.3);
}

.main_03 .main_03_cont .main_03_img>a>img {
	width: 225px;
	height: 155px;
}

.main_03 .main_03_cont .main_03_text {
	width: 420px;
	float: left;
}

.main_03_01 .main_03_text>h3{
	height: 16px;
	line-height: 16px;
	margin-bottom: 9px;
}

.main_03_01 .main_03_text>h3>a {
	font-size: 16px;
	color: #353535;
	display: block;
	float: left;
	font-weight: 400;
	line-height: 16px;
}

.main_03_01 .main_03_text>h3>a>span {
	font-size: 16px;
	display: block;
	float: left;
	color: #1c5187;
	font-weight: 400;
	line-height: 16px;
}

.main_03_01 .main_03_text>span {
	display: block;
    line-height: 14px;
    font-size: 14px;
    color: #999999;
    margin-bottom: 5px;
}

.main_03_01 .main_03_text>span>i {
	display: block;
    width: 12px;
    height: 14px;
    float: left;
    margin-right: 10px;
    background: url(../images/icon_05.png) no-repeat center;
}

.main_03_01 .main_03_text>p {
	font-size: 14px;
	color: #757575;
	line-height: 22px;
	text-align: justify;
}

.main_03 .main_03_list>.main_03_text {
	margin-top: 19px;
}

.main_03 .main_03_02{
	width: 450px;
	height: 380px;
	float: right;
	position: relative;
	/*left: 1000px;*/
}

.main_03 .main_03_right {
	width: 450px;
	height: 380px;
	float: right;
	position: relative;
}

.main_03 .main_03_right>img {
	width: 450px;
	height: 380px;
	display: block;
	position: absolute;
	z-index: 1;
	top: 0;
	left: 0;
}

.main_03 .main_03_right>div {
	width: 240px;
	height: 156px;
	background: url(../images/bj_04.png);
	position: absolute;
	top: 20px;
	left: 20px;
	z-index: 10;
	padding: 20px 20px 0 20px;
}

.main_03 .main_03_right>div>h2 {
	font-size: 24px;
	line-height: 24px;
	color: #fff;
	font-weight: 400;
	margin-bottom: 12px;
}

.main_03 .main_03_right>div>h2>i {
	display: block;
	width: 18px;
	height: 24px;
	float: left;
	margin-right: 10px;
	background: url(../images/icon_06.png) no-repeat center;
}

.main_03 .main_03_right>div>h2>span{
	font-size: 18px;
	line-height: 18px;
	font-style: oblique;
}

.main_03 .main_03_right>div>p {
	color: #fff;
	font-size: 14px;
	line-height: 26px;
}

.main_03 .main_03_right>div>a {
	display: block;
	color: #FFFFFF;
	font-size: 14px;
	width: 100px;
	height: 30px;
	border-radius: 5px;
	border: 1px solid #fff;
	text-align: center;
	line-height: 30px;
	margin-top: 17px;
	text-shadow: 0 1px 1px rgba(84,0,4,.3);
	box-shadow: 0 1px 1px rgba(84,0,4,.3);
}

.main_03 .main_03_right>div>a:hover {
	background-color: #fff;
	color: #252525;
}

/*第四大部分内容*/
.main_04 {
	width: 100%;
	height: 405px;
	box-shadow: -1px 0 1px rgba(210,232,255,1);
	padding: 50px 0;
	background-color: #e8f3ff;
}

.main_04 h2 {
	font-size: 24px;
	color: #353535;
	font-weight: 400;
	line-height: 24px;
	margin-bottom: 12px;
}

.main_04 h2>i {
	display: block;
	width: 18px;
	height: 24px;
	background: url(../images/icon_07.png) no-repeat center;
	margin-right: 10px;
	float: left;
}

.main_04 h2>span {
	font-size: 18px;
	color: #888888;
	font-style: oblique;
	line-height: 18px;
}

.main_04 h2>a {
	display: block;
	float: right;
	color: #777777;
	font-size: 14px;
	line-height: 24px;
}

.main_04 h2>a:hover {
	color: #114982;
}

.main_04 .main__wrap .main_04_div>p {
	text-indent: 2em;
	font-size: 14px;
	color: #666666;
	line-height: 26px;
	margin-bottom: 14px;
}

.main_04 .main__wrap .main_04_div>div>a {
	width: 570px;
	height: 250px;
	display: block;
	float: left;
	box-shadow:  0 1px 2px rgba(13,13,13,.3);
}

.main_04 .main_04_div>div>a>img {
	display: block;
}

.main_04 .main__wrap .main_04_div>div>.main_04_a {
	float: right;
}


/*友情链接*/
.friendlink {
	width: 100%;
	height: 75px;
	padding-bottom: 170px;
}

.f_wrap {
	width: 1170px;
	height: 75px;
	margin: auto;
}

.f_wrap h3 {
	font-size: 24px;
	line-height: 75px;
	color: #353535;
	float: left;
	margin-right: 30px;
}

.f_wrap h3>i {
	display: block;
	width: 22px;
	height: 75px;
	background: url(../images/icon_08.png) no-repeat center;
	float: left;
	margin-right: 5px;
}

.f_wrap ul li {
	float: left;
	line-height: 75px;
	margin-right: 90px;
}

.f_wrap ul li>a {
	font-size: 16px;
	color: #454545;
}

.f_wrap ul li>.active {
	color: #114982;
}

.f_wrap ul li>a:hover {
	color: #114982;
}



.move_top {
	animation: translation_top 1.5s;
}

.move_right {
	animation: translation_right 1s;
}

.move_left {
	animation: translation_left 1s;
}