﻿*{
    margin: 0;
    padding: 0;
    font-family: "微软雅黑";
}
.list1 a{
    color: #333;
    text-decoration: none;
}
/*导航栏*/
.nav{
    height: 77.5px;
    width: 100%;
    min-width: 1200px;
    /*background: url(../img/nav1.png) 100% 100%;*/
    background: rgba(38, 63, 128, 0.89);
    position: fixed;
    top: 0;
    z-index: 2;
}
.navb{
    width: 1000px;
    margin: 0 auto;
}
.navb a:link{
    text-decoration: none;
}
.nav_left{
    width: 274px;
    height: 136px;
    /*margin-left: 51px;*/
    /*background: url(../img/nav2-c.png);*/
    background-size: 100%;
    background-color: #334D94;
}
.nav_bar{
    width: 730px;
    position: fixed;
    top: 0;
    z-index: 2;
    margin-left: 300px;
    margin-top: 30px;
}
.nav_ul > li:first-child{
    border: none;
}
/*123, add >*/
.nav_ul > li{
    text-decoration: none;
    list-style: none;
    float: left;
    color: #FFFFFF;
    width: 90px;
    text-align: center;
    border-left: 1px solid #717887;
}
.nav_ul li a {
    color: #FFFFFF;
    text-decoration: none;
}
.nav .nav_ul li a:hover{
    color: #aaa;
}
.nav_left img.logo{
	width: 250px;
	margin-left: 12px;
}
.p_department{
    width: 274px;
    color: #FFFFFF;
    font-size: 20px;
    text-align: center;
    padding-top: 7px;
}
.p_department.s{
	font-size: 18px;/*1*/
}
.nav .icon-caidan, .nav .icon-sousuo {
    color: #fff;
    float: right;
    width: 70px;
    text-align: center;
    line-height: 70px;
    font-size: 40px;
    display: none;
}
.siderbg{
	display: none;
}
.nav_ul li .iconfont{
	display: none;
}

@media (max-width:1100px) {
	/*menu*/
	.nav {
		width: 100%;
		background-position: left;
		background-size: cover;
		height: 70px;
		left: 0;
		top: 0;
		margin-left: 0;
		position: relative;
		position: fixed;
		box-shadow: 0 0 10px rgba(0,0,0,.5);
		min-width: auto;
	}
	.nav .logo{
		/*height: 65px;*/
	}
	.nav .logo img{
		width: auto;
		height: 60px;
	}
	.nav_left{
		float:left;
	}
	.nav .icon-caidan, .nav .icon-sousuo{
		position: absolute;
		right: 0;
		display: block;
	}
	.nav .icon-caidan:hover, .nav .icon-sousuo:hover{
		background-color: #334D94;
	}
	.nav-2{
		    display: none;
		/*visibility: hidden;*/
	}
	.nav_ul{
		opacity: 0;
		position: fixed;
		max-width: 240px;
		width: 90%;
		height: 100%;
		left: auto;
		right: -340px;
		float: right;
		text-align: left;
		transition: all .25s ease-in-out;
		
		background: rgba(62,86,153,1); /*rgba(41,68,142,1);*/
		margin: 0;
		box-shadow:-10px 0px 10px rgba(51, 51, 51, 0.6);
	}
	.nav_bar{
		margin-top: 0;
		margin-left: 0;
	}
	.show .nav_bar, .showSearch .nav_bar{
		position: fixed;
		height: 100%;
		width: 100%;
	}
	.show .siderbg, .showSearch .siderbg{
		position: absolute;
		display: block;
		background-color: rgba(0,0,0,.5);
		width: 100%;
		height: 100%;
	}
	.show .nav_bar .nav_ul{
		opacity: 1;
		right: 0px;
	}
	.nav_ul > li:first-child{
		border-bottom: 1px solid #fff;
	}
	.nav_bar li{
		width: 100%;
		border: none;
		border-bottom: 1px solid #fff;
		line-height: 60px;
		height: 60px;
		position: relative;
	}
	.show .nav_ul li .iconfont{
		display:  unset;
		position: absolute;
		right: 10px;
		top: 0px;
		font-size: 30px;
	}
	.show li.showChild {
		height: auto;
	}
	.show li.showChild .navChild{
		width: 100%;
		margin-top: 0px;
	}
	.show li.showChild .navChild li{
		height: 45px;
		width: 100%;
		border-bottom: 0px;
		 border-top: dotted 1px #eee;
	}
	.show li.showChild .navChild {
		display: block;
	}

}

/*幻灯片*/
.pic{
    width:100%;
    height:/*570、714*/540px;
    min-width: 1200px;
    position:relative;
    overflow: hidden;
}
.tit{
    height:15px;
    width: 60px;
    margin: -35px auto 0;
}
.tit a{
    /*padding:0 30px;*/
    width:15px;
    border-radius: 15px;
    text-decoration: none;
    height:100%;
    float:left;
    background-color: #ffffff;
    position: relative;
    /*left: 45%;*/
    z-index: 1;
    margin-left: 5px;
}
.tit a:hover, .tit a.current{
    background-color: #515151;
}
.box-1{
    width:100%;
    height:/*570、714*/540px;
    position: relative;
}
.box-1 div{
    width:100%;
    height: 100%;
    left: 100%;
    position: absolute;
    top:0;
}
.rightB{
    width:50px;
    height:70px;
    font-size: 30px;
    color:#fff;
    position: absolute;
    right:0;
    top:40%;
    line-height:70px;
    text-align: center;
    cursor: pointer;
    display: none;
}
.leftB{
    width:50px;
    height:70px;
    font-size: 30px;
    color:#fff;
    position: absolute;
    left:0;
    top:40%;
    line-height:70px;
    text-align: center;
    cursor: pointer;
    display: none;
}
.color1{
    background: url(../img/1.jpg) 53% 26%;
    /*background-repeat: no-repeat;*/
}
.color2{
    background: url(../img/2.jpg) 53% 26%;
    /*background-repeat: no-repeat;*/
}
.color3{
    background: url(../img/3.jpg) 53% 26%;
    /*background-repeat: no-repeat;*/
}
.home-box{
    display:block;
    /*height: 140px;*/
    width: 1000px;
    margin: 330px auto 0;
}
.home-w{
    display:block;
    width: 460px;
    /*height: 140px;*/
    background: rgba(70,70,70,0.39);
    color: #fff;
    max-height: 200px;
    padding-bottom: 5px;
}
.home-w-w{
    display: block;
    width: 420px;
    max-height: 160px;
    font-size: 12px;
    margin: 3px auto 0px;
    letter-spacing: 3.5px;
    overflow: hidden;
}
.home-w:hover{
    background: rgba(41,68,142,0.9);
}



@media (max-width:1100px) {
	.pic {
		min-width: unset;
	}
}


/*小部件*/
.ml-33{
     margin-left: 33.3333px;
}
.ml-58{
    margin-left: 58px;
}
.ml-46{
    margin-left: 46px;
}
.mt-10{
    margin-top: 10px;
}
.mt-20{
    margin-top: 20px;
}
.mt-30{
    margin-top: 30px;
}
.font1{
    font-size: 12px;
    color: #464646;
}
.font2{
    font-size: 30px;
    text-align: center;
}
.font2.long{
    font-size:20px;height: 40px;line-height:40px;-webkit-line-clamp:1;text-overflow:ellipsis;display: -webkit-box; -webkit-box-orient: vertical;overflow: hidden;
}
.font3{
    font-size: 22px;
    color: #666666;
    text-align: center;
    opacity: 0.5;
}
.font3.long{
    font-size:18px;height: 29px;line-height:29px;-webkit-line-clamp:1;text-overflow:ellipsis;display: -webkit-box; -webkit-box-orient: vertical;overflow: hidden;
}
.font3.long2{
    font-size:15px;height: 29px;line-height:29px;-webkit-line-clamp:1;text-overflow:ellipsis;display: -webkit-box; -webkit-box-orient: vertical;overflow: hidden;
}
.font-B{
    margin-top: 15px;
    font-size: 13.94px;
    font-weight: 600;
}
.font-data{
    float: right;
    width: 67px;
    font-size: 10px;
    color: #464646;
}
.photo{
    width: 200.8px;
    height: 84.8px;
    z-index: 4;
    background-size: cover;
    background-position: center;
}
.photo2{
    background-size: contain; 
    background-repeat: no-repeat; 
}
/*板块一*/
.plate1{
    height: 500px;
    width: 100%;
    min-width: 1200px;
}
.plate1-1{
    width: 1000px;
    height: 100%;
    margin: 0 auto;
    position: relative;
}
.plate1-1 img{
    width: 35%;
    position: absolute;
    top: 76px;
    left: 50%;
    margin-left: -180px;/*-190px;*/
    z-index: -1;
}
.list1{
    float: left;
    height: 400px;
    width: 300px;
    margin-top: 50px;
    /*background-color: #adadad;*/
}
.list-top{
    width: 300px;
    height: 3px;
    margin-top: 15px;
    background-color: #2d458a;
}
.list-mid{
    width: 100%;
    height: 16px;
    margin-top: 23px;
}
.list-font1{
    height: 48px;
    margin-top: 16px;
    text-overflow:ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
}
.list-font2{
    float: left;
    width: 228px;
    height: 16px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow:ellipsis;
}
.p-1{
    margin-top: 10px;
    background: url(../img/index1.jpg) 100% no-repeat;
}
.p-2{
    margin-top: 10px;
    background: url(../img/index2.jpg) 100% no-repeat;
}

@media (max-width:1100px) {
	/*mod*//*
	.plate1{
		min-width: unset;
		height: auto;
	}
	.plate1-1{
		left: 0;
		width: 90%;
		height: auto;
		position: static;
		margin: 0px auto;
	}
	.list1 {
		width: 100%;
	}
	.list-top {
		width: 100%;
	}*/

}

/*板块二*/
.plate2{
    height: 500px;
    width: 100%;
    min-width: 1200px;
    background: url(../img/plate2.png) 100%;
}
.plate2-1{
    width: 1000px;
    height: 100%;
    margin: 0 auto;
    position: relative;
}
.plate2-1 .list1{
    height: 320px;
}
.plate2-1 .font3{
    color: #848484;
}
.plate2-1 .list-top{
    margin: 20px auto 0;
}
.plate2-1 .font-B{
    width: 234px;
    margin: 0 auto;
    font-size: 16.67px;
}
.plate2-1 .list-font1{
    width: 234px;
    height: 64px;
    margin: 10px auto 0;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 4;
    overflow: hidden;
}
.plate2-1 .font-data{
    width: 94px;
}
/*板块四*/
.plate3{
    height: 520px;
    width: 100%;
    min-width: 1200px;
    background: url(../img/plate3.png) 100%;
}
.plate3-1{
    width: 1000px;
    height: 100%;
    margin: 0 auto;
    position: relative;
}
.plate3-1 .list1{
    height: 320px;
}
.plate3-1 .font3{
    color: #848484;
}
.plate3-1 .list-top{
    margin: 20px auto 0;
}
.plate3-1 .photo{
    width: 250px;/*156px;*/
    height: 190px;/*208px;*/
    margin: 0 auto;
    z-index: 4;
}
.p-3{
    background: url(../img/index3.png) no-repeat 100%;
}
.plate3-1 .photo img{
    margin-left: -8px;
    margin-top: -8px;

}
.plate3-1 .font-B{
    text-align: center;
}
.pot{
    height: /*30*/27px;
    /*width: 70-63px;*/
    margin: 0 auto;
    display: table;
    text-align: center;
}
.pot li{
    list-style: none;
    width: /*10*/9px;
    height: /*10*/9px;
    background-color: #cacaca;
    border-radius: 50%;
    float: left;
    margin-left: /*10*/9px;
}
.pot>.current{
    background: #999999;
}
.modleft_move>li{
    display: none;
}
.modleft_move>.show{
    display: block;
}
.foot{
    width: 100%;
    overflow: hidden;
    height: /*200*/180px;
    background-color: rgba(51,51,51,0.8);
}
.foot1{
    width: /*1034*/930.6px;
    margin: 0 auto;
}


/*板块五*/
.plate4{
    height: auto;
    width: 100%;
    min-width: 1200px;
}
.plate4-1{
    width: 1000px;
    height: 100%;
    margin: 0 auto;
    position: relative;
    padding-bottom: 40px;
}
.plate4-1 .list1{
    height: auto;
}
.plate4-1 .font3{
    color: #848484;
}
.plate4-1 .list-top{
    margin: 20px auto 0;
}
.plate4-1 .font-B{
    width: 234px;
    margin: 0 auto;
    font-size: 16.67px;
}
.plate4-1 .list-font1{
    width: 234px;
    height: 54px;
    margin: 10px auto 0;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 4;
    overflow: hidden;
}
.plate4-1 .font-data{
    width: 94px;
}


/*底部*/
.foot-l{
    float: left;
    margin-left: /*60*/54px;
}
.foot-l img{
    margin-top: /*50*/45px;
    width: 60%;
}
.foot-m{
    float: left;
    color: #fff;
    font-size: 14px;
    margin-top: /*70*/63px;
    margin-left: /*-30*/-27px;
    line-height: 20px;
}
.foot-m a{
    color: #fff;
    text-decoration: none;
}
.foot-r{
    float: left;
    margin-top: /*120*/108px;
    margin-left: /*50*/45px;
}
.foot-r ul li{
    list-style: none;
    float: left;
    margin-right: /*10*/9px;
    position: relative;
}
.foot-r ul li ul li:first-child{
    display: none;
    position: absolute;
    bottom: 30px;
    left: -35px;
}
.foot-r ul li:first-child ul li:first-child{
    position: absolute;
    bottom: 50px;
    left: -15px;
}
.foot-r ul li ul li:last-child{
    display: none;
    position: absolute;
    top: 6px;
    left: 8px;
    z-index: -1;
}
.foot-r ul li:hover ul li{
    display: block;
}
/*
 * 2018.10.25重构
 * 李佳玲
 * 525791356@qq.com
*/



.plate1-1>div:not(:first-child) {
    /*background-color: red;*/
    margin-left: 46px;/*33.3333px;*/
}
.list1{
    position: inherit;
}
.listmore {
    bottom: 13px;
    position: absolute;
    right: 0px;
    text-align: right;
}

.btn, .btn2{
	width: auto;
	height: 37.6px;
	font-size: 16.67px;
	line-height: 37.6px;
	text-align: center;
	clear: both;
	margin: 0 auto;
}
.btn2{
	height: 30px;
	font-size: 14px;
	line-height: 30px;
	text-align: left;
	margin: 0 auto 10px;
}
.btn a, .btn2 a{
	color: #26418C;
	text-decoration: none;
	border: solid 1px #26418C;
	padding: 8px 34px;
	background-color: #fff;
	transition: all .2s ease-in-out;
}
.btn:hover a, .btn2:hover a{
	color: #fff;
	background-color: #26418C;
}
.plate2-1 .btn{
	position: absolute;
	left: 0;
	right: 0;
	bottom: 5px;
}
.plate4-1 .btn{
	position: absolute;
	left: 0;
	right: 0;
	bottom: 5px;
}
.plate4-1 .btn2{
	position: relative;
	left: 0;
	right: 0;
	bottom: 5px;
}

@media (max-width:1100px) {
	.pageTop{
		height: 90px;
		margin-bottom: 0px;
	}
	.container {
		width: 100%;
		min-width: auto;
	}
	.container1 {
		width: 100%;
	}
	.menu-left {
		width: 100%;
		min-height: auto;
		background: none;
		background-color: #2A468E;
		padding-bottom: 10px;
	}
	.menu-left li{
		float:left;
		padding: 0px 20px;
		line-height: 40px;
	}
	.container-right{
		margin-left: 0px;
		width: 100%;
	}
	.list-list .newsImg{
		width: 30vw;
	}
	.list-list .newsTxt{
		width: 60vw;
	}

	.foot {
		height: 120px;
	}

	.foot .foot1{
		width: 90vw;
		text-align: center;
	
	}
	.foot .foot-l{
		display: none;
	}
	.foot .foot-m{
		margin: 20px auto;
		width: 100%;
	}
}

.list1.list2 {
    width: 100%;
    padding-left: 0px;
}
.plate2-1 .div_child{
    width: 280px;
    margin-top: 30px;
}
.plate2-1 .div_child .font-B{
    width: 100%;
}
.plate2-1 .div_child .list-font1{
    width: 100%;
}
.div_child {
    margin-left: 40px;
    display: inline-block;
}
.modleft_move2>li{
    display: none;
}
.modleft_move2>.show{
    display: block;
}

.plate4-1 .div_child{
    width: 220px;
    margin-top: 10px;
    margin-left: 20px;
    display: inline-block;
}
.plate4-1 .div_child .font-B{
    width: 100%;
}
.plate4-1 .div_child .list-font1{
    width: 100%;
}
	.plate4-1 .list1{
		float: unset;
	}
@media (max-width:1100px) {
	.plate1, .plate2, .plate3, .plate4{
		height: auto;
		width: 100%;
		min-width: unset;
	}
	.plate1-1, .plate2-1, .plate4-1{
		width: 90%;
		margin: auto;
	}
	.plate1-1 .list1{
		width: 100%;
		height: auto;
		float: unset;
		min-height: 300px;
	}
	.plate1-1 .list1 .list-top, .plate2-1 .list-top, .plate3-1 .list-top{
		width: 60%;
		margin: auto;
	}
	.plate1-1>div:not(:first-child){
		margin-left:unset;
	}
	.plate1-1 .list1 .space{
		height:40px;
	}
	.plate1-1 .list1 .listmore{
		bottom:0px;
	}

	.plate2-1 .list1{
		width: 100%;
		height: auto;
		float: unset;
		margin-top: 20px;
	}
	.plate2-1 .list-font1{
	}
	.plate2-1 .space{
		display:none;
	}
	.plate2-1 .div_l, .plate2-1 .div_r{
		width: 45vw;
	}
	.plate2-1 .ml-58{
		margin-left:unset;
	}
	.plate2-1 .div_child{
		width: 44%;
		margin-left: 4%;
	}
	.plate2-1 .spaceEnd{
		height: 50px;
	}

	.plate3-1{
		width: 100%;
	}
	.plate3-1 .list1{
		width: 100%;
		height: auto;
		float: unset;
		margin-top: 20px;
	}
	.plate3-1 .photo{
		width: 83.3vw;
		height: 63.3vw;
	}
	.plate3-1 .photo div.box{
		width: 83.3vw;
		height: 63.3vw;
		line-height: 63.3vw;
	}
	.plate3-1 .photo div.box:before{
		left: 5.8vw;
		bottom: 2.6vw;
		box-shadow: 0 2.6vw 6.6vw rgba(0, 0, 0, 0.6);
	}
	.plate3-1 .photo img{
		margin-left: -2.6vw;
		margin-top: -2.6vw;
	}
	.plate3-1 .photo div.box img{
		width: 80vw;
		height: 60vw;
		padding: 4.3vw;
	}
	.plate3-1 .photo div.box:after{
		right: 5.8vw;
		bottom: 2.6vw;
		box-shadow: 0 2.6vw 5.3vw rgba(0, 0, 0, 0.6);
	}
	.plate3-1 .show>div:not(:first-child), .plate3-1 .pot{
		display:none;
	}
	.plate3-1 ul.modleft_move,.plate3-1 ul.modleft_move2{
		margin-bottom: 80px;
	}
	
	.plate4-1{
    		padding-bottom: 0px;
	}

	.plate4-1 .list1{
		width: 100%;
		height: auto;
		float: unset;
		margin-top: 20px;
	}

	.plate4-1 .list-font1{
	}
	.plate4-1 .space{
		display:none;
	}
	.plate4-1 .div_l, .plate4-1 .div_r{
		width: 45vw;
	}
	.plate4-1 .ml-58{
		margin-left:unset;
	}
	.plate4-1 .div_child{
		width: 44%;
		margin-left: 4%;
	}
	.plate4-1 .spaceEnd{
		height: 50px;
	}
}
