@charset 'utf-8';
/*first screen start*/
.firstScreen{
	height: 100vh;
    overflow-x: auto;
    overflow-y: hidden;
    position: relative;
background:#fff
}
/*header-start*/
/*
.headerTop .header{
	position: fixed;
	top: 99px;
    left: 0;
    width: 100%;
	height: 142px;
	line-height: 40px;
	background: #1753cd00;
	z-index: 999;
background: url(../images/headbg.jpg) center no-repeat;
}
*/
.headerTop .header{
	position: fixed;
	top: 99px;
    left: 0;
    width: 100%;
	height: 142px;
	line-height: 40px;
	background: #1753cd00;
	z-index: 999;
background: url(../images/headbg.jpg) center no-repeat;
}
.headerTop .header .header_con{
	height: 40px;
}
.headerTop .header .hd_l{
	font-size: 14px;
	font-family: "Microsoft Yahei";
	color: #a7b6e7;
}
.headerTop .header .hd_r_link{
	margin-right: 18px;
}
.headerTop .header .hd_r_link a{
	display: inline-block;
	font-size: 14px;
	font-family: "Microsoft Yahei";
	color: #fff;
	margin-left: 15px;
}
.headerTop .header .hd_r_link a:hover{
	text-decoration: underline;
}
.search{
	float: right;
	position: relative;
	cursor: pointer;
top: 62px;
	right: -75px;
}
.search input{
	display: inline-block;
	outline: none;
	border: none;
}

.v_news_content p{  

text-indent: 55px!important;
  font-size: 24px!important;
    letter-spacing: 3px!important;
  font-family: "仿宋_gb2312"!important;
    color: #000!important; 
    background-color: #ffffff00!important;

}
.v_news_content span{    font-size: 24px!important;
    letter-spacing: 1px!important;
  font-family: "仿宋_gb2312"!important;
      color: #000!important; 
    background-color: #ffffff00!important;

}
.v_news_content img{    width: 800px;
    /* min-width: 375px; */
    height: auto;
text-align: justify;
margin: 10px 0;}


.search input.txt{
	position: absolute;
    right: 0px;
    top: 0px;
	width: 0px;
	height: 36px;
	line-height: 36px;
	vertical-align: top;
	text-indent: 10px;
	color: #9a9a9a;
	z-index: 999;
}
.search input.btn{
	position: absolute;
	top: 0px;
	right: 0px;
	width: 56px;
	height: 36px;
	cursor: pointer;
}
/*end header*/

/*header2-start*/
.headerTop2 .header{
	position: fixed;
	top: 0;
    left: 0;
    width: 100%;
	height: 40px;
	line-height: 40px;
	background: #1753cd;
	z-index: 9;
}
.headerTop2 .header .header_con{
	height: 40px;
}
.headerTop2 .header .hd_l{
	font-size: 14px;
	font-family: "Microsoft Yahei";
	color: #a7b6e7;
}
.headerTop2 .header .hd_r_link{
	margin-right: 18px;
}
.headerTop2 .header .hd_r_link a{
	display: inline-block;
	font-size: 14px;
	font-family: "Microsoft Yahei";
	color: #fff;
	margin-left: 15px;
}
.headerTop2 .header .hd_r_link a:hover{
	text-decoration: underline;
}
/*end header2*/

/*bannerTop start*/
.headerTop .bannerTopDiv{
	position: fixed;
	left: 0px;
	width: 100%;
	top: 40px;
	transition: all 0.3s ease-out 0s;
	z-index: 9;
}
.headerTop .bannerTopDiv .banner_top{
	position: absolute;
	left: 50%;
	top: 0;
	width: 1280px;
	height: 100px;
	margin-left: -640px;
}
.headerTop .bannerTopDiv .banner_top .logo{
	width: 640px;
	height: 77px;
	margin-top: 6px;
}
.headerTop .bannerTopDiv .banner_top .logo a{
	display: block;
	width: 640px;
	height: 77px;
	background: url("../images/logo.png") no-repeat;
}
.headerTop .bannerTopDiv .banner_top .banner_top_r{
	position: absolute;
	right: 0px;
	padding-top: 30px;
}
.headerTop .bannerTopDiv .banner_top .banner_top_r a{
	float: right;
	margin-left: 10px;
	margin-right: 18px;
}
.headerTop2 .bannerTopDiv .banner_top .logo{
	width: 310px;
	height: 56px;
	margin-top: 8px;
}
.headerTop2 .bannerTopDiv .banner_top .logo a{
	display: block;
	width: 310px;
	height: 56px;
	background: url("../images/logo2.png") no-repeat;
	background-size: 100% 100%;
}
/*end bannerTop*/

/*bannerTop2 start*/
.firstScreen .headerTop2{
	position: fixed;
    left: 0;
    right: 0;
    top: 0;
    height: 114px;
    z-index: 99;
    background: #fff;
    box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.3);
    opacity: 0;
    transform: translateY(-100%);
}
.ej_header .headerTop2{
	position: fixed;
    left: 0;
    right: 0;
    top: 0;
    height: 114px;
    z-index: 99;
    background: #fff;
    box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.3);
}
.firstScreen.showDiv .headerTop2{
	transition: all 0.7s ease-in-out 0.5s;
    transform: none;
    opacity: 1;
}
.headerTop2 .bannerTopDiv{
	position: fixed;
	left: 0px;
	width: 100%;
	top: 40px;
	transition: all 0.3s ease-out 0s;
	z-index: 9;
}
.headerTop2 .bannerTopDiv .banner_top{
	position: absolute;
	left: 50%;
	top: 0;
	width: 1280px;
	height: 100px;
	margin-left: -640px;
}
.headerTop2 .bannerTopDiv .banner_top .logo{
	width: 640px;
	height: 77px;
	margin-top: 6px;
}
.headerTop2 .bannerTopDiv .banner_top .logo a{
	display: block;
	width: 640px;
	height: 77px;
	background: url("../images/logo.png") no-repeat;
}
.headerTop2 .bannerTopDiv .banner_top .banner_top_r{
	position: absolute;
	right: 0px;
	padding-top: 30px;
}
.headerTop2 .bannerTopDiv .banner_top .banner_top_r a{
	float: right;
	margin-left: 10px;
	margin-right: 18px;
}
.headerTop2 .bannerTopDiv .banner_top .logo{
	width: 310px;
	height: 56px;
	margin-top: 8px;
}
.headerTop2 .bannerTopDiv .banner_top .logo a{
	display: block;
	width: 310px;
	height: 56px;
	background: url("../images/logo2.png") no-repeat;
	background-size: 100% 100%;
}
.headerTop2 .search input.txt{background: #31dc8e;color: #fff;}
/*end bannerTop*/

/*nav start*/
.nav .nav_menu{
	width:1280px;
	height: 54px;
	line-height: 54px;
}
.nav .nav_menu ul.nav_list{
	display: block;
	height: 54px;
}
.nav .nav_menu ul.nav_list li{
	position: relative;
	float: left;
	height: 54px;
	line-height: 54px;
	margin:0 26px;
}
.nav .nav_menu ul.nav_list li .triangle{
	display: none;
	position: absolute;
	left: 50%;
	margin-left: -15px;
	top: 39px;
	width: 30px;
	height: 17px;
	background: url("../images/triangle.png") no-repeat;
}
.nav .nav_menu ul.nav_list li:hover .triangle{
	display: block;
}
.nav .nav_menu ul.nav_list li.first{
	margin-left: 0px;
}
.nav .nav_menu ul.nav_list li.last{
	margin-right: 0px;
}
.nav .nav_menu ul.nav_list li a{
	display: inline-block;
	font-family: "Microsoft Yahei";
	font-size: 20px;
	color: #fff;
}
.nav .nav_menu ul.nav_list li dl.menu{
	position: absolute;
	left: -45px;
	top: 54px;
	width: 188px;
	display: none;
	z-index: 9999;
	background: url("../images/nav_bg.png");
}
.nav .nav_menu ul.nav_list li dl.menu dd{
	display: block;
	height: 54px;
	line-height: 54px;
	padding-left: 45px;
}
.nav .nav_menu ul.nav_list li dl.menu dd:hover{
	background: #006ad3;
}
.nav .nav_menu ul.nav_list li dl.menu dd a{
	color: #fff;
}
/*end nav*/

/*nav2 start*/
.headerTop2 .nav{position: absolute;left: 50%;top: 20px;width: 810px;margin-left: -310px;}
.headerTop2 .nav .nav_menu{width: 810px;}
.headerTop2 .nav .nav_menu ul.nav_list li{margin:0 10px;}
.headerTop2 .nav .nav_menu ul.nav_list li a{font-size: 16px;color: #040000;}
.headerTop2 .bannerTopDiv .banner_top .banner_top_r{padding-top: 20px;}
/*end nav2*/

/*banner start*/



}
/*end banner*/
/*end first screen*/

.body_main1{
width:100%;
	    background: #fff;
    overflow: hidden;
    transition: top 0.7s cubic-bezier(0.5,0,0.2,1) 0s;
    z-index: 9;
position:absolute;
top:1179px;
}
.body_main1.on{top: 0;}
/*part1 start*/
#part1{
	height:630px;
	padding-top: 0px;
background: url("../images/diyi2.jpg") no-repeat center bottom; 

}



#part1 .part1_con{
	padding-top: 48px;
	height: 692px;
}
#part1 .jdyw_hd{
	position: relative;
	height: 66px;
	line-height: 66px;
	text-align: center;
	font-size: 34px;
	font-family: "Microsoft Yahei";
	color: #1a45c0;
	background: url("../images/icon01.png") no-repeat center center;
}
.more{
	position: absolute;
	right: 0px;
	top: 0px;
	width: 144px;
	height: 51px;
	/*background: url("../images/icon06.png") no-repeat left center;*/
	text-align: right;
}
.more a{
	display: block;
	line-height: 40px;
	font-size: 18px;
	font-family: "Microsoft Yahei";
	color: #d81e06;
}
.more a:hover{
	color: #d81e06;
}
#part1 .jdyw_con{
	padding-top: 26px;
	height: 590px;
}
#part1 .jdyw_con .jdyw_pic{
	position: relative;
	width: 660px;
	height: 525px;
	overflow: hidden;
}
#part1 .jdyw_con .jdyw_pic .jdyw_img ul li .pic{
	width: 660px;
	height: 465px;
	overflow: hidden;
}
#part1 .jdyw_con .jdyw_pic .jdyw_img ul li .pic img{
	display: block;
	width: 100%;
	height: 100%;
	background-size: 100% 100%;
	-webkit-transition: all 1000ms ease;
    -moz-transition: all 1000ms ease;
    -ms-transition: all 1000ms ease;
    -o-transition: all 1000ms ease;
    transition: all 1000ms ease;
}
#part1 .jdyw_con .jdyw_pic .jdyw_img ul li:hover .pic img{
	-webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
}
#part1 .jdyw_con .jdyw_pic .jdyw_img ul li .title{
	height: 60px;
	line-height: 60px;
	background: #1a45c0;
	font-size: 18px;
	font-family: "Microsoft Yahei";
	color: #fff;
	text-align: center;
}
.jdyw_btn a{
	position:absolute; 
	top:50%;
	margin-top:-50px;
	width:40px; 
	height:100px; 
	display:block; 
	cursor: pointer;
	-webkit-transition: all 1000ms ease;
    -moz-transition: all 1000ms ease;
    -ms-transition: all 1000ms ease;
    -o-transition: all 1000ms ease;
    transition: all 1000ms ease
	cursor: pointer;
	z-index: 99;
}
.jdyw_btn a.prev{ 
	left: 0px;
	background:url("../images/jdyw_l.png")  no-repeat;  
}
.jdyw_btn a.next{ 
	right: 0px;
	background:url("../images/jdyw_r.png") no-repeat;  
}
#part1 .jdyw_con .jdyw_list{
	width: 590px;
	height: 530px;
}
#part1 .jdyw_list .first{
	position: relative;
	height: 118px;
	border-bottom: 1px solid #c6d0d9;
}
#part1 .jdyw_list .first .date{
	width: 74px;
	height: 102px;
	background: url("../images/icon02.png") no-repeat;
}
#part1 .jdyw_list .first .date span{
	display: block;
	text-align: center;
	font-family: "Microsoft Yahei";
	color: #fff;
}
#part1 .jdyw_list .first .date span.d1{
	padding-top: 12px;
	font-size: 22px;
	line-height: 36px;
	font-family: "Times New Roman";
}
#part1 .jdyw_list .first .date span.d2{
	font-size: 16px;
}
#part1 .jdyw_list .first .txt_title{
	float: right;
	width: 500px;
}
#part1 .jdyw_list .first .txt_title .title{
	font-size: 18px;
	font-weight: bold;
	font-family: "Microsoft Yahei";
	color: #000;
	padding-bottom: 16px;
}
#part1 .jdyw_list .first:hover .txt_title .title{
	color: #1a45c0;	
}
#part1 .jdyw_list .first .txt_title .info{
	font-size: 14px;
	font-family: "Microsoft Yahei";
	color: #999;
	line-height: 22px;
}
#part1 .jdyw_list .first span.line{
	display: block;
    position: absolute;
    left: 0px;
    bottom: -1px;
    width: 0px;
    height: 1px;
    background: #1a45c0;
    z-index: 999;
    transition: 0.6s;
}
#part1 .jdyw_list .first:hover span.line{
	width: 100%;
}
#part1 .jdyw_list ul{
	padding-top: 6px;
}
#part1 .jdyw_list ul li{
	position: relative;
	padding-left: 16px;
	height: 46px;
	line-height: 46px;
	background: url("../images/icon03.png") no-repeat left center;
}
#part1 .jdyw_list ul li:hover{
	background: url("../images/icon03_hover.png") no-repeat left center;
}
#part1 .jdyw_list ul li a{
	font-size: 16px;
	font-family: "Microsoft Yahei";
	color: #333;
}
#part1 .jdyw_list ul li:hover a,#part1 .jdyw_list ul li:hover .date{
	color: #1a45c0;
}
#part1 .jdyw_list ul li img{
	display: inline-block;
	margin-left: 18px;
}
#part1 .jdyw_list ul li .date{
	position: absolute;
	right: 0px;
	top: 0px;
	font-size: 14px;
	color: #999;
}
#part1 .jdyw_list ul li .line{
	display: block;
    position: absolute;
    left: 0px;
    bottom: -1px;
    width: 0px;
    height: 1px;
    background: #1a45c0;
    z-index: 999;
    transition: 0.6s;
}
#part1 .jdyw_list ul li:hover .line{
	width: 100%;
}
/*end part1*/

/*part2 start*/

/*part2 start*/
.part2{
	height: 798px;
	background: url("../images/part2_bg.jpg") no-repeat center top;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    background-attachment: fixed;
    position: relative;
}
.zhyw{ /*border-right:1px solid rgba(0,0,0,.1);*/}

.part2 .part2_con{
	padding-top: 56px;
	height: 716px;
}
.part2 .part2_con .zhyw{
	width: 730px;
	height: 680px;
	overflow: hidden;
	transform: translateX(-100px);
    transition: all 1s ease-out 0s;
    opacity: 0;
}
.part2 .part2_con.showDiv .zhyw{
	opacity: 1;
    transform: none;
}
.part2 .zhyw .zhyw_hd{
	height: 64px;
	line-height: 64px;
}
.part2 .zhyw .zhyw_hd ul li{
	float: left;
	font-size: 36px;
	font-family: "Microsoft Yahei";
	color: #000;
	margin-right: 50px;
	cursor: pointer;
line-height:50px;

}
.listTitle01 h3 p{
text-align:center;
	font-size: 36px;
	font-family: "Microsoft Yahei";
	color: #d81e06;
	margin-right: 23px;
	cursor: pointer;
}
.part2 .zhyw .zhyw_hd ul li:hover,.part2 .zhyw .zhyw_hd ul li.on{
	color: #d81e06;
line-height: 50px;
}
.part2 .zhyw_bd .item{
	position: relative;
	width: 730px;
	height: 580px;
}
.part2 .zhyw_bd .item .first{
	position: relative;
	padding-top: 24px;
	height: 172px;

}
.part2 .zhyw_bd .item .first .pic{
	float: left;
	width: 235px;
	height: 160px;
	overflow: hidden;
}
.part2 .zhyw_bd .item .first .pic img{
	display: block;
	width: 100%;
	height: 100%;
	background-size: 100% 100%;
	-webkit-transition: all 1000ms ease;
    -moz-transition: all 1000ms ease;
    -ms-transition: all 1000ms ease;
    -o-transition: all 1000ms ease;
    transition: all 1000ms ease;
}
.part2 .zhyw_bd .item .first:hover .pic img{
	-webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
}
.part2 .zhyw_bd .item .first .zhyw_txt{
	float: right;
	width: 468px;
	height: 160px;
}
.part2 .zhyw_bd .item .first .zhyw_txt .title{
	font-size: 20px;
	font-family: "Microsoft Yahei";
	color: #333;
	font-weight: bold;
	padding: 8px 0 16px 0;
}
.part2 .zhyw_bd .item .first:hover .zhyw_txt .title{
	color: #d81e06;
}
.part2 .zhyw_bd .item .first .zhyw_txt .info{
	font-size: 14px;
	font-family: "Microsoft Yahei";
	color: #000;
	height: 35px;
	line-height: 24px;
}
.part2 .zhyw_bd .item .first .zhyw_txt .line{
	width: 468px;
	height: 1px;
	background: #a6a3a0;
	margin-top: 30px;
}
.part2 .zhyw_bd .item .first .zhyw_txt .date{
	position: absolute;
	bottom: 20px;
	right: 380px;
	background: #f3eee8;
	padding-right: 10px;
	font-size: 14px;
	font-family: "Microsoft Yahei";
	color: #b6b2af;
}
.part2 .zhyw_bd .item ul{
	display: block;
	padding-top: 18px;
}
.part2 .zhyw_bd .item ul li{
	position: relative;
	height: 58px;
	line-height: 54px;
        
}
.part2 .zhyw_bd .item ul li .date{
	float: left;
	width: 98px;
	height: 26px;
	line-height: 28px;
	border-radius: 13px;
	border: 1px solid #d9d2cb;
	font-size: 14px;
	font-family: "Microsoft Yahei";
	color: #807d79;
	text-align: center;
	margin-top: 12px;
}
.part2 .zhyw_bd .item ul li:hover .date{
	border: 1px solid #ff2104;
	background: #d81e06;
	color: #fff;
}
.part2 .zhyw_bd .item ul li .title{
	float: right;
	width: 615px;
	height: 58px;
	border-bottom: 1px solid #ccc9c6;
	font-size: 20px;
	color: #000;
	font-family: "Microsoft Yahei";
overflow: hidden;
text-overflow: ellipsis;
display: -webkit-box;
}

.part2 .zhyw_bd .item ul li:hover .title{
	color: #000;
}
.part2 .zhyw_bd .item ul li span.line{
	display: block;
    position: absolute;
    left: 0px;
    bottom: 0px;
    width: 0px;
    height: 1px;
    background: #d81e06;
    z-index: 999;
    transition: 0.6s;
}

.part2 .zhyw_bd .item ul li:hover span.line{
	width: 100%;
}
.part2 .zhyw_bd .item .more{
	top: -64px;
	height: 64px;
}
.part2 .zhyw_bd .item .more a{
	line-height: 64px;
}
.part2 .jdrmt .wxgzh{
	height: 314px;
}
.part2 .jdrmt .wxgzh .wxgzh_hd{
	position: relative;
	height: 30px;
	line-height: 30px;
	font-family: "Microsoft Yahei";
	font-size: 20px;
	font-weight: bold;
	color: #333;
	margin-top: 12px;
}
.part2 .jdrmt .wxgzh .wxgzh_hd .more1{
	position: absolute;
	right: 0px;
	top: 0px;
}
.part2 .jdrmt .wxgzh .wxgzh_hd .more1 a{
	font-size: 14px;
	font-family: "Microsoft Yahei";
	color: #333;
}
.part2 .jdrmt .wxgzh .wxgzh_hd .more1 a:hover{
	color: #1a45c0;
}
.part2 .jdrmt .wxgzh .wxgzh_pic ul li{
	position: relative;
	float: left;
	width: 234px;
	height: 260px;
	margin-right: 14px;
	border-bottom: none;
}
.part2 .jdrmt .wxgzh .wxgzh_pic ul li .pic{
	width: 234px;
	height: 164px;
	overflow: hidden;
}
.part2 .jdrmt .wxgzh .wxgzh_pic ul li .pic img{
	display: block;
	width: 234px;
	height: 164px;
	background-size: 100% 100%;
	-webkit-transition: all 1000ms ease;
    -moz-transition: all 1000ms ease;
    -ms-transition: all 1000ms ease;
    -o-transition: all 1000ms ease;
    transition: all 1000ms ease;
}
.part2 .jdrmt .wxgzh .wxgzh_pic ul li:hover .pic img{
	-webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
}
.part2 .jdrmt .wxgzh .wxgzh_pic ul li.last{
	margin-right: 0px;
}
.part2 .jdrmt .wxgzh .wxgzh_pic ul li .date2{
	position: absolute;
	left: 10px;
	top: 149px;
	width: 91px;
	height: 22px;
	line-height: 22px;
	background: url("../images/icon19.png") no-repeat;
	font-size: 12px;
	font-family: "Microsoft Yahei";
	color: #93a0db;
	text-indent: 10px;
	z-index: 9;
}
.part2 .jdrmt .wxgzh .wxgzh_pic ul li .title2{
	font-size: 16px;
	font-family: "Microsoft Yahei";
	color: #333;
	line-height: 26px;
	padding-top: 16px;
}
.part2 .jdrmt .wxgzh .wxgzh_pic ul li:hover .title2{
	color: #1a45c0;
}
.part2 .jdrmt .jdrmt_bottom{
	height: 255px;
}
.part2 .jdrmt .jdrmt_bottom .jdxb{
	width: 160px;
	height: 210px;
}
.part2 .jdrmt .jdxb .jdxb_hd{
	position: relative;
    height: 30px;
    line-height: 30px;
    font-family: "Microsoft Yahei";
    font-size: 20px;
    font-weight: bold;
    color: #333;
    margin-bottom: 15px;
}
.part2 .jdrmt .jdxb .jdxb_hd .more1{
	position: absolute;
	right: 0px;
	top: 0px;
}
.part2 .jdrmt .jdxb .jdxb_hd .more1 a{
	font-size: 14px;
	font-family: "Microsoft Yahei";
	color: #333;
}
.part2 .jdrmt .jdxb .jdxb_hd .more1 a:hover{
	color: #1a45c0;
}
.part2 .jdrmt .jdxb .jdxb_pic{
	position: relative;
	width: 160px;
	height: 210px;
	overflow: hidden;
}
.part2 .jdrmt .jdxb .jdxb_pic .mask{
	position: absolute;
	left: 0px;
	bottom: 0px;
	width: 100%;
	height: 62px;
	background: url("../images/icon20.png") repeat-x;
	cursor: pointer;
	z-index: 9;
}
.part2 .jdrmt .jdxb .jdxb_pic .mask .title2{
	position: absolute;
	left: 0px;
	bottom: 0px;
	width: 100%;
	height: 40px;
	line-height: 40px;
	text-align: center;
	color: #fff;
	font-family: "Microsoft Yahei";
	font-size: 16px;
}
.part2 .jdrmt .jdxb .jdxb_pic img{
	display: block;
	width: 160px;
	height: 210px;
	background-size: 100% 100%;
	-webkit-transition: all 1000ms ease;
    -moz-transition: all 1000ms ease;
    -ms-transition: all 1000ms ease;
    -o-transition: all 1000ms ease;
    transition: all 1000ms ease;
}
.part2 .jdrmt .jdxb .jdxb_pic:hover img{
	-webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
}













.part2 .jdrmt .jdtv{
	width: 264px;
	height: 255px;
	margin-left: 21px;
}
.part2 .jdrmt .jdtv .jdtv_hd{
	position: relative;
    height: 30px;
    line-height: 30px;
    font-family: "Microsoft Yahei";
    font-size: 20px;
    font-weight: bold;
    color: #333;
    margin-bottom: 15px;
}
.part2 .jdrmt .jdtv .jdtv_hd .more1{
	position: absolute;
	right: 0px;
	top: 0px;
}
.part2 .jdrmt .jdtv .jdtv_hd .more1 a{
	font-size: 14px;
	font-family: "Microsoft Yahei";
	color: #333;
}
.part2 .jdrmt .jdtv .jdtv_hd .more1 a:hover{
	color: #1a45c0;
}
.part2 .jdrmt .jdtv .jdtv_pic{
	position: relative;
	width: 264px;
	height: 210px;
}
.part2 .jdrmt .jdtv .jdtv_pic .pic{
	width: 264px;
	height: 210px;
	overflow: hidden;
}
.part2 .jdrmt .jdtv .jdtv_pic .pic img{
	display: block;
	width: 264px;
	height: 210px;
	background-size: 100% 100%;
	-webkit-transition: all 1000ms ease;
    -moz-transition: all 1000ms ease;
    -ms-transition: all 1000ms ease;
    -o-transition: all 1000ms ease;
    transition: all 1000ms ease;
}
.part2 .jdrmt .jdtv .jdtv_pic:hover .pic img{
	-webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
}







.part2 .jdrmt .jdtv .jdtv_pic .title2{
	position: absolute;
	left: 0px;
	bottom: 0px;
	padding: 0 6px;
	width: 252px;
	height: 40px;
	line-height: 40px;
	background: #1a45c0;
	font-size: 16px;
	font-family: "Microsoft Yahei";
	color: #fff;
	text-align: center;
}













.part2 .part2_con .notice{
	width: 510px;
	height: 680px;
	transform: translateX(100px);
    transition: all 1s ease-out 0s;
    opacity: 0;
}
.part2 .part2_con.showDiv .notice{
	opacity:1;
	transform:none; 
}
.part2 .notice .notice_hd{
	position: relative;
	height: 56px;
    line-height: 48px;
    font-size: 36px;
	font-family: "Microsoft Yahei";
	color: #d81e06;
	
}
.part2 .notice .notice_hd .more{
	height: 64px;
}
.part2 .notice .notice_hd .more a{
	line-height: 64px;
}
.part2 .notice .notice_bd{
	padding-top: 24px;
}
.part2 .notice .notice_bd ul li{
	position: relative;
	width: 472px;
	height: 77px;
	background: url("../images/dot6.png");
	margin-bottom: 18px;
	padding: 7px 17px 7px 7px;
}
.part2 .notice .notice_bd ul li .date{
	float: left;
	width: 85px;
	height: 64px;
	background: #fff;
	padding-right: 15px;
	margin-right: 7px;
}
.part2 .notice .notice_bd ul li:hover .date{
	background: #d81e06;
}
.part2 .notice .notice_bd ul li .date span{
	display: block;
	text-align: right;
}
.part2 .notice .notice_bd ul li .date span.d1{
	font-size: 20px;
	font-family: "氓庐鈥姑ぢ解��";
	color: #d81e06;
	font-weight: bold;
}
.part2 .notice .notice_bd ul li:hover .date span.d1{
	color: #fff;
}
.part2 .notice .notice_bd ul li .date span.d2{
	font-family: "Microsoft Yahei";
	color: #b9babf;
font-size: 23px;
}
.part2 .notice .notice_bd ul li:hover .date span.d2{
	color: #fff;
}
.part2 .notice .notice_bd ul li div.line{
	float: left;
	width: 1px;
	height: 58px;
	background: #c6c5c2;
	margin-top: 3px;
}
.part2 .notice .notice_bd ul li .title{
	float: left;
	width: 334px;
	height: 64px;
	margin-left: 16px;
	font-family: "Microsoft Yahei";
	color: #333;
	font-size: 20px;
	padding-top: 2px;
	line-height: 34px;
}
.part2 .notice .notice_bd ul li:hover .title{
	color:#d81e06;
}
.part2 .notice .notice_bd ul li .plus{
	position: absolute;
	right: 0px;
	bottom: 0px;
	width: 28px;
	height: 28px;
	background: url("../images/icon05.png") no-repeat;
}
.part2 .notice .notice_bd ul li:hover .plus{
	background: url("../images/icon05_hover.png") no-repeat;
}
.part2 .notice .notice_bd ul li span.line2{
	display: block;
    position: absolute;
    left: 0px;
    bottom: 0px;
    width: 0px;
    height: 1px;
    background: #d81e06;
    z-index: 999;
    transition: 0.6s;
}
.part2 .notice .notice_bd ul li:hover span.line2{
	width: 100%;
}/*end part2*/

/*part3 start*/
#part3{
	width: 100%;
	height: auto;
	background: #fff;
}
#part3 .xxfc_pic_con{
	width: 100%;
	height: auto;
}
#part3 .xxfc_pic_con ul li{
	position: relative;
	display: block;
	float: left;
	width: 24.85%;
	height: auto;
	margin-right: 0.2%;
	margin-bottom: 0.16%
}
#part3 .xxfc_pic_con ul li.last{
	margin-right: 0px;
}
#part3 .xxfc_pic_con ul li .title{
	position: absolute;
	left: 52px;
	bottom: 40px;
	font-family: "Microsoft Yahei";
	font-size: 26px;
	color: #fff;
    text-shadow: 2px 2px 0px #0254fa;
	z-index: 99;
}
#part3 .xxfc_pic_con ul li .pic{
	width: 100%;
	height: 100%;
	overflow: hidden;
}
#part3 .xxfc_pic_con ul li .pic img{
	display: block;
	width: 100%;
	height: 100%;
	background-size: 100% 100%;
	-webkit-transition: all 1000ms ease;
    -moz-transition: all 1000ms ease;
    -ms-transition: all 1000ms ease;
    -o-transition: all 1000ms ease;
    transition: all 1000ms ease;
}
#part3 .xxfc_pic_con ul li:hover .pic img{
	-webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
}

#part3 .xxfc_pic_con2{
	width: 100%;
	height: auto;
}
#part3 .xxfc_pic_con2 ul li{
	position: relative;
	display: block;
	float: left;
	width: 19.84%;
	height: auto;
	margin-right: 0.2%;
}
#part3 .xxfc_pic_con2 ul li.last{
	margin-right: 0px;
}
#part3 .xxfc_pic_con2 ul li .title{
	position: absolute;
	left: 52px;
	bottom: 40px;
	font-family: "Microsoft Yahei";
	font-size: 26px;
	color: #fff;
    text-shadow: 2px 2px 0px #0254fa;
	z-index: 99;
}
#part3 .xxfc_pic_con2 ul li .pic{
	width: 100%;
	height: 100%;
	overflow: hidden;
}
#part3 .xxfc_pic_con2 ul li .pic img{
	display: block;
	width: 100%;
	height: 100%;
	background-size: 100% 100%;
	-webkit-transition: all 1000ms ease;
    -moz-transition: all 1000ms ease;
    -ms-transition: all 1000ms ease;
    -o-transition: all 1000ms ease;
    transition: all 1000ms ease;
}
#part3 .xxfc_pic_con2 ul li:hover .pic img{
	-webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
}
/*end part3*/
/*part4 start*/
#part4{
	height: 546px;
	background: url("../images/part4_bg.jpg") no-repeat center top;
}
#part4 .part4_con{
	padding-top: 80px;
	height: 466px;
}
#part4 .part4_con .ztzl_hd{
	position: relative;
	width: 50px;
	height: 278px;
	border-left: 1px solid #2371db;
	padding: 0 22px;
	background: url("../images/icon07.png") no-repeat center bottom;
}
#part4 .part4_con .ztzl_hd .title{
	font-family: "Microsoft Yahei";
	writing-mode: tb-lr;
    writing-mode: vertical-lr;
    color: #333;
    font-size: 34px;
    text-indent: 6px;
}
#part4 .part4_con .ztzl_hd .more{
	background: none;
	top: 172px;
	right: -64px;
height:40px;
}
#part4 .part4_con .ztzl_hd .more a{
	writing-mode: tb-lr;
    writing-mode: vertical-lr;
}
#part4 .part4_con .ztzl_bd{
	padding-top: 2px;
	width: 1160px;
}
#part4 .part4_con .ztzl_bd ul li{
	float: left;
	width: 250px;
	height: 380px;
	overflow: hidden;
	margin: 0 20px;
	transition: all 1s ease-out 0s;
    transform: translateY(-80px);
    opacity: 0;
}
#part4 .part4_con .ztzl_bd ul li:nth-child(1){transform:translateY(-50px);}
#part4 .part4_con .ztzl_bd ul li:nth-child(2){transform:translateY(50px);}
#part4 .part4_con .ztzl_bd ul li:nth-child(3){transform:translateY(-50px);}
#part4 .part4_con .ztzl_bd ul li:nth-child(4){transform:translateY(50px);}
#part4 .part4_con .ztzl_bd.showDiv ul li{transform:none;opacity:1;}
#part4 .part4_con .ztzl_bd ul li img{
	display: block;
	width: 100%;
	height: 100%;
	background-size: 100% 100%;
	-webkit-transition: all 1000ms ease;
    -moz-transition: all 1000ms ease;
    -ms-transition: all 1000ms ease;
    -o-transition: all 1000ms ease;
    transition: all 1000ms ease;
}
#part4 .part4_con .ztzl_bd ul li:hover img{
	-webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
}
/*end part4*/

/*footer start*/
#footer{
	height: 220px;
	background: url("../images/footer_bg.jpg") no-repeat center top;
}
#footer .foot_con{
	padding-top: 45px;
	height: 175px;
}
#footer .foot_con .lxwm{
	width: 600px;
	height: 175px;
} 
#footer .lxwm .lxwm_title{
	height: 40px;
	line-height: 40px;
	font-size: 18px;
	font-family: "Microsoft Yahei";
	font-weight: bold;
	color: #fff;
}
#footer .lxwm .lxwm_con{
	padding-top: 6px;
}
#footer .lxwm .lxwm_con p{
	height: 30px;
	line-height: 30px;
	font-size: 14px;
	font-family: "Microsoft Yahei";
	color: #fff;
}
#footer .ft_ewm{
	width: 400px;
	height: 175px;
}
#footer .ft_ewm ul li{
	float: right;
	width: 100px;
	margin-left: 25px;
}
#footer .ft_ewm ul li .pic{
	width: 100px;
	height: 100px;
	overflow: hidden;
}
#footer .ft_ewm ul li .pic img{
	display: block;
	width: 100%;
	height: 100%;
	background-size: 100% 100%;
}
#footer .ft_ewm ul li p.title{
	height: 34px;
	line-height: 34px;
	font-family: "Microsoft Yahei";
	color: #fff;
	font-size: 14px;
	text-align: center;
}
/*end footer*/

/*backTop start*/
.backTop{
	position: fixed;
	bottom: 30px;
	right: 30px;
	width: 52px;
	height: 54px;
	z-index: 99999;
	cursor: pointer;
	background: url("../images/back.png") no-repeat;
	margin-top: 20px;
    -webkit-animation: pulse 2s infinite;
    animation: pulse 2s infinite;
}
/*end backTop*/
@media only screen and (max-width:1919px) and (min-width:1680px){
	#part3 .xxfc_pic_r ul li{
		height: 260px;
	}
}
@media only screen and (max-width:1679px) and (min-width:1600px){
	#part3 .xxfc_pic_r ul li{
		height: 247px;
	}
}
@media only screen and (max-width:1599px) and (min-width:1440px){
	#part3 .xxfc_pic_r ul li{
		height: 223px;
	}
}
@media only screen and (max-width:1439px) and (min-width:1400px){
	#part3 .xxfc_pic_r ul li{
		height: 217px;
	}
}
@media only screen and (max-width:1399px) and (min-width:1366px){
	#part3 .xxfc_pic_r ul li{
		height: 211px;
	}
}
@media only screen and (max-width:1365px) and (min-width:1360px){
	#part3 .xxfc_pic_r ul li{
		height: 210px;
	}
}
@media only screen and (max-width:1359px) and (min-width:1280px){
	#part3 .xxfc_pic_r ul li{
		height: 200px;
	}
}

/*list page start*/
#ej_banner{
	position: relative;
	width: 100%;
	height: 0px;
	margin-top: 114px;
	overflow: hidden;
}
#ej_banner .ej_banner_con{
	position: absolute;
    left: 50%;
    top: 0px;
    width: 1920px;
    height: 320px;
    margin-left: -960px;
}
#main .main_con{
	padding-top: 50px;
	overflow: hidden;
}
#main .main_con_l{
	position: relative;
	width: 260px;
}
#main .main_con_l .lmmc{
	position: absolute;
    top: 10px;
	width: 260px;
	height: 70px;
	line-height: 60px;
	font-family: "Microsoft Yahei";
	color: #fff;
	font-weight: bold;
	font-size: 24px;
	background: url("../images/lmmc_bg.png") no-repeat;
	/*text-indent: 80px;*/
	z-index: 9;
    text-align: center;
}
.sidebar{
	width: 240px;
	background:#f5f5f5;
	padding-top: 80px;
	margin: 0 auto;
}
.sidebar ul{
	display: block;
	width: 220px;
	padding: 0 10px;
	margin: 0 auto;
}
.sidebar ul li{
	position: relative;
	height: 49px;
	border-bottom: 1px solid #d9d9d9;
	line-height: 50px;
}
.sidebar ul li.active span.line{
	position: absolute;
	left: 0px;
	top: 15px;
	display: block;
	width: 6px;
	height: 20px;
	background: #172f79;
}
.sidebar ul li a{
	display: block;
	font-family: "Microsoft Yahei";
	color: #333;
	text-indent: 60px;
	font-size: 16px;
}
.sidebar ul li:hover a,.sidebar ul li.active a{
	color: #d81e06;
}
.sidebar_bottom{
	height: 51px;
	background: url("../images/sidebar_bg.png") no-repeat center bottom;
}
.main_con_r{
	width: 980px;
}

.main_con .main_con_r{
	width: 980px;
}

.main_hd{
	height: 40px;
	line-height: 40px;
	background: #f5f5f5;
}
.main_hd .dqwz{
	font-size: 14px;
	padding-left: 30px;
	line-height: 40px;
	background: url("../images/home_icon.png") no-repeat 10px center;
	color: #333;
}
.main_hd .dqwz a{
	font-family: "Microsoft YaHei";
    font-size: 14px;
    color: #333;
}
.main_hd .dqwz a:hover{
	color: #1a45c0;
}
.main_list{
	width:100%;
	min-height: 600px;
}
.main_list ul{
	display: block;
	padding: 16px 0;
}
.main_list ul li{
	position: relative;
	height: 49px;
	line-height: 50px;
	padding-left: 16px;
	border-bottom: 1px solid #d9d9d9;
	background: url("../images/icon13.png") no-repeat left center;
}
.main_list ul li a{
	font-family: "Microsoft Yahei";
	color: #000;
	font-size: 16px;
}
.main_list ul li:hover a{
	color: #d81e06;
}
.main_list ul li .date{
	position: absolute;
	right: 0px;
	top: 0px;
	font-family: "Microsoft Yahei";
	color: #666;
	font-size: 14px;
}
.main_list ul li:hover .date{
	color: #d81e06;
}
.main_list ul li span.line{
	display: block;
    position: absolute;
    left: 0px;
    bottom: -1px;
    width: 0px;
    height: 1px;
    background: #d81e06;
    z-index: 999;
    transition: 0.6s;
}
.main_list ul li:hover span.line{
	width: 100%;
}
.fanye img{
	margin: 20px auto 30px;
}
/*end list page*/

/*content page start*/
#main .nr{
	width: 1280px;
padding:10px 0 0 0;

}

#main .nrerji{
	width: 100%;
padding:10px 0 0 0;
}
.main_bd .con_title{
	padding: 35px 0 15px;
}
.main_bd .con_title h2.title{
	padding-bottom: 15px;
	text-align: center;
	font-size: 26px;
	font-family: "Microsoft Yahei";
	color: #000;
	line-height: 36px;
}
.main_bd .con_title h2.title span{
	display: inline-block;
	width: 118px;
	height: 12px;
}
.main_bd .con_title h2.title span.star_l{
	margin-right: 10px;
	background: url("../images/icon15.png");
}
.main_bd .con_title h2.title span.star_r{
	margin-left: 10px;
	background: url("../images/icon16.png");
}
.main_bd .con_title p.info{
	text-align: center;
	height: 34px;
	line-height: 34px;
	margin-bottom: 10px;
	font-size: 14px;
	font-family: "Microsoft Yahei";
	color: #fff;
	background: url("../images/icon14.png") repeat-y center top;
}
.main_bd .con_title p.info span{
	margin-right: 30px;
}
.main_bd .con_title p.info i.djs{
	font-style: normal;
	margin-right: 30px;
}
.content{
	padding-bottom: 20px;
}
.content p{
	font-size: 16px !important;
	color: #333;
	font-family: "Microsoft Yahei";
	line-height: 32px !important;
	text-indent: 2em;
	margin-bottom: 10px;
}
.content p img{
	margin: 0 auto;
}
.page { 
	margin-top: 40px;
	padding-top: 20px;
	border-top: 1px solid #e6e6e6;
	font-size: 16px; margin-bottom: 20px; }
.page p{
	line-height:45px;
	text-indent: 0 !important;
}
.page span { 
	color: #333; 
}
.page a { 
	color: #333; 
}
.page a:hover { 
	color: #1a45c0;
	transition: 0.6s all; 
}
/*end content page*/

/*list pic start*/
.list_pic{
	width: 980px;
	min-height: 600px;
}
.list_pic ul{
	display: block;
	padding-top: 35px;
}
.list_pic ul li{
	position: relative;
	height: 170px;
	border-top: 1px solid #e5e5e5;
	border-bottom: 1px solid #e5e5e5;
	margin-bottom: 36px;
}
.list_pic ul li .pic{
	float: left;
	width: 250px;
	height: 170px;
	overflow: hidden;
	margin-right: 30px;
}
.list_pic ul li .pic img{
	display: block;
	width: 250px;
	height: 170px;
	background-size: 100% 100%; 
	-webkit-transition: all 1000ms ease;
    -moz-transition: all 1000ms ease;
    -ms-transition: all 1000ms ease;
    -o-transition: all 1000ms ease;
    transition: all 1000ms ease;
}
.list_pic ul li:hover .pic img{
	-webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
}
.list_pic ul li .txt{
	float: left;
	width: 700px;
}
.list_pic ul li .txt .line{
	width: 100px;
	height: 2px;
	background: #004ba0;
	margin-bottom: 20px;
}
.list_pic ul li .txt p.title{
	font-size: 16px;
	font-family: "Microsoft Yahei";
	font-weight: bold;
	color: #000;
	height: 32px;
	padding-top: 20px;
	width: 700px;
	text-overflow: ellipsis;
    white-space: nowrap;
	overflow: hidden;
}
.list_pic ul li:hover a .txt p.title{
	color: #1a45c0;
}
.list_pic ul li .txt p.des{
	font-size: 14px;
	font-family: "Microsoft Yahei";
	color: #999;
	line-height: 24px;
	padding-bottom: 10px;
}
.list_pic ul li .txt span.date{
	display: block;
	height: 32px;
	line-height: 32px;
	font-size: 14px;
	font-family: "Microsoft Yahei";
	color: #999;
}
.list_pic ul li span.line2{
	display: block;
    position: absolute;
    left: 0px;
    bottom: -1px;
    width: 0px;
    height: 1px;
    background: #1a45c0;
    z-index: 999;
    transition: 0.6s;
}
.list_pic ul li:hover span.line2{
	width: 100%;
}
/*end list pic*/

/*list_tppic start*/
.list_tppic{
	width: 980px;
	min-height: 600px;
}
.list_tppic ul{
	display: block;
	padding-top: 30px;
	width: 1030px;
    overflow: hidden;
}
.list_tppic ul li{
	float: left;
	width: 310px;
	height: 342px;
	margin-right: 25px;
}
.list_tppic ul li .pic{
	width: 310px;
	height: 210px;
	overflow: hidden;
}
.list_tppic ul li .pic img{
	display: block;
	width: 310px;
	height: 210px;
	background-size: 100% 100%;
	-webkit-transition: all 1000ms ease;
    -moz-transition: all 1000ms ease;
    -ms-transition: all 1000ms ease;
    -o-transition: all 1000ms ease;
    transition: all 1000ms ease;
}
.list_tppic ul li:hover .pic img{
	-webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
}
.list_tppic ul li .title{
	padding-top: 12px;
	font-family: "Microsoft Yahei";
	color: #000;
	font-size: 16px;
	height: 56px;
	line-height: 28px;
}
.list_tppic ul li:hover .title{
	color: #1a45c0;
}
.list_tppic ul li .date{
	font-size: 14px;
	font-family: "Microsoft Yahei";
	color: #808080;
	padding-top: 10px;
}
/*end list_tppic*/

/*leader start*/
.leader{
	width: 980px;
	min-height: 600px;
}
.leader ul{
	display: block;
	padding-top: 30px;
	width: 1020px;
    overflow: hidden;
}
#main .leader ul li{
	float: left;
	width: 208px;
	height: 390px;
	background: #fff;
	margin: 0 20px 30px 0;
	padding: 7px 10px;
	border: 1px solid #d9d9d9;
	transition: 0.6s;
	cursor: pointer;
}
#main .leader ul li:hover{
	border: 1px solid #1a45c0;
}
#main .leader ul li .pic{
	position: relative;
	float: left;
	width: 206px;
	height: 296px;
	margin-right: 20px;
	background: #f5f5f5;
	overflow: hidden;
}
#main .leader ul li .pic img{
	display: block;
	position: absolute;
    left: 0px;
    right: 0px;
    bottom: 0px;
    top: 0;
	width: 100%;
	height: auto;
	background-size: 100% 100%;
	-webkit-transition: all 1000ms ease;
    -moz-transition: all 1000ms ease;
    -ms-transition: all 1000ms ease;
    -o-transition: all 1000ms ease;
    transition: all 1000ms ease;
    margin: auto;
}
#main .leader ul li:hover .pic img{
	-webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
}
#main .leader ul li .leader_txt{
	position: relative;
	float: left;
	width: 206px;
	height: 238px;
}
#main .leader ul li .leader_txt .leader_title{
	height: 35px;
	line-height: 36px;
	font-size: 22px;
	font-family: "KaiTi";
	color: #000;
	font-weight: bold;
	text-align: center;
}
#main .leader ul li .leader_txt .leader_zc{
	font-size: 16px;
	font-family: "Microsoft Yahei";
	color: #000;
	font-weight: bold;
	padding: 10px 0;
        text-align:center;
}
/*end leader*/


/*organization page start*/
#main .organization{
	width: 980px;
	min-height: 500px;
}
#main .organization ul{
	display: block;
	width: 1020px;
	padding: 25px 0 15px;
	overflow: hidden;
}
#main .organization ul li{
	float: left;
	width: 485px;
	height: 55px;
	line-height: 55px;
	background: #f5f5f5 url("../images/icon18.png") no-repeat 456px center;
	margin:0 10px 10px 0;
	text-indent: 20px;
}
#main .organization ul li:hover{
	background: #1a45c0 url("../images/icon17.png") no-repeat 456px center;
}
#main .organization ul li a{
	display: block;
	font-family: "Microsoft Yahei";
	font-size: 16px;
	color: #323232;
}
#main .organization ul li:hover a{
	color: #fff;
}
/*end organization page*/


#vsb_content_2 P,#vsb_content_100 P{ 
    font-size: 26px !important;
    color: #000;
    font-family: "FangSong";
    line-height: 52px !important;
    text-indent: 2em !important;
    margin-bottom: 10px !important;
    text-align: justify;
}

#vsb_content_2 IMG{ 
    margin: 0 auto;
    width: 100%;/*800px;*/
    height: 100%;/* 523px;*/
}

#vsb_content_2 IMG{border: none !important;
}
#vsb_content_6 P{
        font-size: 26px !important;
        color: #000;
        font-family: "FangSong";
        line-height: 52px !important;
        text-indent: 2em !important;
        margin-bottom: 10px !important;
        text-align: justify;
}









/*
.w1200 {
    width: 1200px;
    margin: 0 auto;
}
*/
.w1200 {
    padding-right: 20px;
    margin: 0 auto;
}
/* cabb */
.inzttjs .inAdLeft{width:900px;height:120px;}
.inzttjs .inAdRight{width:290px;height:120px;}
.inzttjs .imgZoom img{width:100%;height:100%;}
.innewtt{padding:50px 0;}
.inttLeft{width:33px;height:92px; background: url(../images/intttitbg.png) no-repeat center;padding:28px 25px 0;display: none;}
.inttLeft a{color:#fff;font-size: 30px;line-height: 32px;}
.inttRight{width:100%;margin-right: 0;}
.inttRight dt{text-align: center;}
.inttRight dt a{font-size: 38px;color:#1c4aa3;font-weight: bold;}
.inttRight dd{font-size: 16px;color:#222; line-height: 32px; padding-top: 16px; text-align: center;}
.inttRight dd a{color:#7492cd;padding-left: 10px;}
.inSwiper{position: relative; overflow: hidden; }
.inSwiper .pic img { width: 620px; height: 348px; display: block; }
.inSwiper .txt-bg { position: absolute; bottom: 0; z-index: 1; height: 40px; width:100%;  background: #333; filter: alpha(opacity=40); opacity: 0.4; overflow: hidden; }
.inSwiper .txt { position: absolute; bottom: 0; z-index: 2; height: 40px; width:100%; overflow: hidden; }
.inSwiper .txt li{ height:40px; line-height:40px; position:absolute; bottom:-40px;width:80%;}
.inSwiper .txt li a{ display: block; color: white; padding: 0 0 0 10px; font-size: 16px;overflow: hidden;text-overflow:ellipsis;white-space: nowrap;}
.inSwiper .num { position: absolute; z-index: 3; bottom: 13px; right: 8px; }
.inSwiper .num li{ float: left; position: relative; width: 10px; height: 10px; overflow: hidden; margin-right: 10px; cursor: pointer;border-radius: 100%; }
.inSwiper .num li a,.inSwiper .num li span { position: absolute; z-index: 2; display: block; color: white; width: 100%; height: 100%; top: 0; left: 0; }
.inSwiper .num li span { z-index: 1; background: #fff; filter: alpha(opacity=50); opacity: 0.5; }
.inSwiper .num li.on a,.inSwiper .num a:hover{ background:#6794ee;  }
.szywGcdtTab{width: 605px;} /*width: 540px;*/
.szywGcdtTab .hd{ height: 58px; position: relative; background: url(../images/lmtitbg.png) no-repeat left bottom;}
.szywGcdtTab .hd .more{float: right;padding-top: 2px;}
.szywGcdtTab .hd .more a{font-size: 18px;color:#d81e06;}
.szywGcdtTab .hd ul{float: left;}
.szywGcdtTab .hd li{display: inline; padding: 0 5px; cursor: pointer; }
.szywGcdtTab .hd li,.szywGcdtTab .hd li a,.szywGcdtTab .hd ul span{font-size: 20px;color:#424242;font-weight: bold;}
.szywGcdtTab .hd ul span{padding: 0 15px;}
.szywGcdtTab .hd li.on,.szywGcdtTab .hd li.on a{color: #0f409e;}
.szywGcdtTab .bd{padding: 10px 0 0; clear: both; position: relative;}
.inTabList dl{border-bottom: 1px dashed #c6cecb;padding-bottom: 15px;}
.inTabList dl dt{color:#0f409e;line-height: 35px;}
.inTabList dl dt a{color:#d81e06;font-size: 20px;}
.inTabList dl dd{ font-size: 16px; line-height: 28px;color:#555; text-align: justify;}
.inTabList dl dd a{color:#d81e06;}
.inlmtit{padding:2px 0 0;}
.inlmtit li{background:url(../images/list_d.png) no-repeat left 15px;padding-left:26px;height:61px;line-height: 35px;overflow: hidden;}
.inlmtit li a{font-size:20px;color:#000;width:74%;display: inline-block;overflow: hidden;text-overflow: ellipsis;white-space: nowrap;}
.inlmtit li span{float: right;color:#9f9f9f;font-size:15px}
.inlmtit li.line{border-bottom: 1px dashed #d9d9d9;padding-bottom:20px;margin-bottom:20px;}
.inRdxw{margin:35px 0;}
.inRdxwL{width:48%;}
.inTitle{background: url(../images/lmtitbg.png) no-repeat left bottom; height: 46px;color: #0f409e;font-size: 20px; padding:0 0 0 3px;}
.inTitle a{color: #0f409e;font-size: 20px;}
.inTitle a.fr{color:#7492cd;font-size: 16px;padding-top: 2px;font-weight: normal;}
.inRdxwCon .w48{width:48%;}
.inRdxwDl{margin:20px 0 0;}
.inRdxwCon div.fl .inRdxwUl{margin: 14px 0 0;}
.inRdxwDl dt{width:226px;height:170px;overflow: hidden;}
.inRdxwDl dt img{width:100%;height:100%;}
.inRdxwDl dd{width:328px;text-align: justify;}
.inRdxwDl dd h3{line-height: 36px; }
.inRdxwDl dd h3 a{font-size: 20px;color:#333; font-weight: normal;padding-top: 2px;}
.inRdxwDl dd p{color:#555;line-height: 28px;font-size: 16px;padding-top: 8px;}
.inRdxwDl dd p a{color:#7b97cf;}
.blockCenter{margin-bottom: 35px;}
.inPajsSyzl{width:456px;}
.inPajsSyzl .inTabList dl{border-bottom: 0;padding-bottom:10px;}
.inPajsSyzl .inTabList dl dt{width:168px;height:126px;overflow: hidden;}
.inPajsSyzl .inTabList dl dt img{width:100%;height:100%;}
.inPajsSyzl .inTabList dl dd{width:268px; text-align: justify;}
.inPajsSyzl .inTabList dl dd h3{line-height: 36px;}
.inPajsSyzl .inTabList dl dd h3 a{font-weight: normal;font-size: 18px;color:#333;}
.inPajsSyzl .inTabList dl dd p{color:#555;line-height: 28px;font-size: 16px;padding-top: 4px;}
.inPajsSyzl .inTabList dl dd p a{color:#7b97cf;}
.inJsWhZgRm .hd li{padding:0;}
.inJsWhZgRm .hd ul span{padding:0;}
.mt30{margin-top: 30px;}
.bCenCenter,.bCenRight{width:330px;}
.bCenCenter{padding:0 42px;}
.inCenTwList dl{padding:16px 0 0;height:246px;position: relative;}
.inCenTwList dl dt{width:100%;height:246px;overflow: hidden;}
.inCenTwList dl dt img{width:100%;height:100%;}
.inCenTwList dl dd{text-align: justify;max-height:60px; line-height: 30px;color:#fff; position: absolute;left:0;bottom:0;width:90%;padding:5px 5%;background: url(../images/intitbg.png) repeat center;}
.mt20{margin-top: 20px;}
.inGgZdZt{margin:35px 0;}
.inAdLeft,.inAdRight{overflow: hidden;}
.zfggAlzd,.inCawq{width:456px;}
.zfggAlzd .inlmtit li a,.inCawq .inlmtit li a{width:96%;}
.inZtzl,.inWqph{width:700px;}
.inZtzlPic1{margin: 20px 0 6px;overflow: hidden;width:700px;height:100px;}
.inZtzl ul{padding-top: 10px;}
.inZtzl ul li{overflow: hidden;width: 48%;height:70px;margin:10px 0;}
.inZtzl ul li img{width:100%;height:100%;}
.inttRight dd a:hover, .szywGcdtTab .hd .more a:hover, .inTabList dl dd a:hover, .inlmtit li a:hover, .inTitle a:hover, .inRdxwDl dd p a:hover, .inRdxwDl dd h3 a:hover, .inPajsSyzl .inTabList dl dd h3 a:hover, .inPajsSyzl .inTabList dl dd p a:hover, .inLinkList li a:hover {
    /*color:#1c4aa3;*/
    color:#d81e06;

}

.inlmtit li .line{
	display: block;
    position: absolute;
    left: 0px;
    width: 0px;
    height: 1px;
    background: #d81e06;
    z-index: 999;
    transition: 0.6s;
}
.inlmtit li:hover .line{
	width: 100%;
}














			.swiper-contione {
				width: 640px;
				height: 430px;
				overflow: hidden;
				margin: 20px auto;
				position: relative;
			}

			.swiper {
				width: 9999999px;
				height: 430px;
				transition: all 1s ease;
			}

			.swiper-item {
				width: 640px;
				height: 430px;
				float: left;
				position: relative;
			}

			.swiper-item img {
				width: 640px;
				height: 430px;
			}

			.swiper-item p {
				width: 100%;
				height: 50px;
				position: absolute;
				bottom: 0;
				left: 0;
				background: rgba(0, 0, 0, 0.5);
				color: #fff;
				text-align: center;
				line-height: 50px;
				cursor: pointer;
font-size:18px
			}

			.swiper-point {
			    width: 100%;
    height: 40px;
    position: absolute;
    bottom: 48px;
     left: -283px; 
    display: flex;
    justify-content: flex-end;
    align-items: center;
    cursor: pointer;
    /* right: 8px; */
			}

			.point {
				width: 12px;
				height: 12px;
				border-radius: 50%;
				background:#d81e06;
				margin-right: 5px;
				float: left;
			}

			.point.active {
				background: #fff;
			}

			.swiper-left {
				width: 60px;
				height: 100%;
				position: absolute;
				top: 0;
				left: -60px;
				display: flex;
				align-items: center;
				justify-content: center;
				transition: all 0.4s ease;
			}

			.swiper-right {
				width: 60px;
				height: 100%;
				position: absolute;
				top: 0;
				right: -60px;
				display: flex;
				align-items: center;
				justify-content: center;
				transition: all 0.4s ease;
			}
			
						
			.swiper-left img,
			.swiper-right img {
				cursor: pointer;
			}

			.swiper-contione:hover .swiper-left {
				left: 0;
			}

			.swiper-contione:hover .swiper-right {
				right: 0;
			}
			










.hd1{width: 350px;float: left;}
.hd1 img{ float: left;}
.hd1 p{font-size: 36px;
 /* color: #1c4aa3;*/
 color:#d81e06;
font-weight: bold;line-height: 48px; }

.m-so {
    position: relative;
   float: right;
}
.m-so .inp {
    display: block;
    width: 218px;
    height: 30px;
    padding: 0 38px 0 19px;
    border: 1px solid #0664ed;
    background-color: rgba(255,255,255,.3);
    border-radius: 15px;
}

.m-so .btn {
    display: block;
    position: absolute;
    top: 50%;
    right: 19px;
    width: 18px;
    height: 18px;
    margin-top: -9px;
    background: url(../images/so.png) center no-repeat;
    background-size: auto 90%;
}
input, select, textarea {
    font-size: 14px;
    color: rgba(255,255,255,0.6);
    border: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border-radius: 0;
}
input, select, textarea {
    font-size: 14px;
    color: rgba(255,255,255,0.6);
    border: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border-radius: 0;
}

/*头部*/
#bd {
	padding-top: 90px;
}
/*banner*/
#banner .flexslider {
	background: none;
}
#banner .slides li .pic {
	display: block;
	padding-top: 36.4%;
	/* -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover; */
	background-position: center bottom;
	position: relative;
}
#banner .slides li .ban-txt {
	width: 760px;
	position: absolute;
	left: 50%;
	margin-left: -380px;
	top: 50%;
	height: 205px;
	margin-top: -102px;
	text-align: center;
}
#banner .slides li.s1 .ban-txt {
	background: url(../ban_k.png) no-repeat;
}
#banner .flexslider .slides img {
	max-width: 100%;
	width: auto;
	display: inline-block;
	vertical-align: middle;
}
#banner .slides li .ban-txt h5 {
	font-size: 22px;
	color: #fff;
	margin-top: -5px;
}
#banner .slides li .ban-txt h2 {
	height: 118px;
	line-height: 118px;
	margin-top: 5px;
	font-size: 71px;
	color: #fff;
}
#banner .slides li .ban-txt h3 {
	padding-top: 25px;
	font-size: 24px;
	color: #e4392a;
}
#banner .flex-control-paging li a {
	width: 30px;
	height: 3px;
	border-radius: 0;
	background-color: rgba(255,255,255,0.7);
}
#banner .flex-control-paging li a.flex-active {
	background-color: #e4392a;
}
#banner .flex-control-nav {
	bottom: 55px;
}
#banner .flex-direction-nav a {
	background: url(../images/ban_prev.png) no-repeat;
	width: 24px;
	height: 44px;
	opacity: 1;
	filter: alpha(opacity=100);
}
#banner .flex-direction-nav .flex-prev {
	left: 50%;
	margin-left: -570px;
}
#banner .flex-direction-nav .flex-next {
	background-image: url(../images/ban_next.png);
	right: 50%;
	margin-right: -570px;
}
#banner .slides li.s2 .ban-txt {
	width: 840px;
	margin-left: -420px;
}
#banner .slides li.s2 .ban-txt h2 {
	font-size: 58px;
	line-height: 56px;
	height: 56px;
	margin-bottom: 10px;
}
#banner .slides li.s2 .ban-txt h3 {
	font-size: 50px;
	text-transform: uppercase;
	padding-top: 0;
}
#banner .slides li.s2 .ban-txt h4 {
	font-size: 16px;
	color: #fff;
}
#banner .slides li.s2 .ban-txt h6 {
	font-size: 14px;
	border-top: 1px solid #d3d3d7;
	width: 149px;
	margin: 0 auto;
	color: #fff;
	line-height: 35px;
	margin-top: 15px;
}
#banner .slides li.s3 .ban-txt h2 {
	font-size: 45px;
	height: 45px;
	line-height: 45px;
}
#banner .slides li.s3 .ban-txt h3 {
	font-size: 69px;
	text-transform: uppercase;
	padding-top: 0;
	border-bottom: 1px solid #e4392a;
}
#banner .slides li.s3 .ban-txt h4 {
	font-size: 16px;
	line-height: 30px;
	color: #fff;
	margin-top: 20px;
}
#banner {
	position: relative;
}
.banner-bg {
	background: url(../ban_bg.png) center top no-repeat;
	height: 54px;
	width: 100%;
	position: absolute;
	left: 0;
	bottom: -30px;
	z-index: 60;
}










.diyi1{background-image: url(images/diyi1.jpg);}

.modeWrap04 img, object {
    width: 100%;
    max-width: 100%;
    /* height: auto; */
    width: auto\9;
    -ms-interpolation-mode: bicubic;
}

.content{width:100%;position: relative;padding-top:38px;z-index: 1000;}
.gz_bg{width: 100%;height: 50px;background:url(../images/gz_bg.png) no-repeat top center;position: absolute;left:0;top:-12px;}
.modeWrap01{width: 100%;margin:0 auto;;background:#103869;}
.section{width: 1225px;margin:0 auto;}
.listTitle01:hover{opacity: 0.8}
.listTitle01{width:100%;position: relative;height: 30px;}

.section {
    width: 1225px;
    margin: 0 auto;
}
.listTitle04 {
    margin: 49px0 43px;
}
.phoneItem-inf004 {
    display: none;
}

.modeWrap04{width: 100%;overflow: hidden;background:url(../images/mode04_bg.png) no-repeat top center;}
.listTitle04{margin:49px 0 43px;}
.listTitle04 h3{background:url(../images/more.png) no-repeat 144px center;position:relative;transition: all 0.3s ease}
.listTitle04:before{display: none;}
.listTitle04 h3:before{content: '';width: 980px;height: 1px; background-color:#d81e06;position:absolute; left:-510px;top:28px;}
.listTitle04 h3:after{content: '';width: 980px;height: 1px; background-color:#d81e06;position:absolute; right:-510px;top:28px;}
.list04{position: relative;width: 100%;overflow: hidden;padding-bottom: 18px;}
.item-info04{margin-bottom: 11px;}
.item-1{width: 322px;float: left;margin-right: 12px;}
.item-info04 > div{border:1px solid #fff;position: relative;overflow: hidden;}
.item-img04{width: 100%;height: 0;overflow: hidden;padding-bottom:55.901%;display: block; }
.item-txtBg04{position: absolute;height: 55px;background-color:rgba(0,0,0,0.52);filter:alpha(opacity=52); width: 100%;bottom: -55px;transition: all 0.5s ease;}
.item-txt04{height: 55px;line-height: 55px;position: absolute;left:0;bottom: -55px;padding:0 20px;transition: all 0.5s ease;font-size:16px;text-align: center;}
.item-txt04 a{color:#fff;}
.item-2{width: 656px;position: absolute;left:334px;top:0;}
.item-2 .item-img04{padding-bottom: 56.621%;}
.item-marginR{margin-right: 900px;}
.item-4{width: 223px;float: left;}
.item-4 .item-img04{padding-bottom: 80.718%;}
.item-3{width: 223px;position: absolute;right: 0;top:0;}
.item-3 .item-img04{padding-bottom: 166.817%;}
.item-info04:hover .item-txtBg04,.item-info04:hover .item-txt04{bottom: 0}




.c-text{
background-color:#FF455B;
display: inline-block;
    padding: 0 2px;
    text-align: center;
    vertical-align: middle;
    font-style: normal;
    color: #fff;
    overflow: hidden;
    line-height: 16px;
    height: 16px;
    font-size: 12px;
    border-radius: 4px;
    font-weight: 200;
margin-left: 6px;
}


.neko-product-list{margin: 0;}
.neko-product-list li{    max-width: 100%;padding: 10px;     padding: 0;margin: 0; position: relative;}
.card {
    position: relative;
    display: block;
    border-radius: 0.215rem;
    background-color: #fff;
    margin-bottom: 2.143rem;
    box-shadow: 0 3px 6px rgb(0 0 0 / 9%);
    border-radius: 6px;}
.card a
{    text-decoration: none;
    color: #62a8ea;
    background-color: transparent;
}
.card-header{position: relative;
    text-align: center}
.card .cover{width: 100%;
    padding: 0;
    border-bottom: none;}
card-header img{    max-width: 100%;
    -moz-transition: all 1s ease 0s;
    -ms-transition: all 1s ease 0s;
    -o-transition: all 1s ease 0s;
    -webkit-transition: all 18s ease 0s;
    transition: all 1s ease 0s;}

.cover-image {
    width: 100%;     vertical-align: middle; max-height:100%;height:280px;
}

.card-header::after {
    display: table;
    clear: both;
    content: '';
}
.itemtitle{ position: absolute;
    left: 0;
    bottom: 20px;
    width: 100%;}
.itemtitle .intitle{    display: flex;
    place-content: space-between;
    align-items: center;
    padding: 0 20px;
}

.itemtitle .intitle p{font-size: 24px;
    color: #000000;
    color: #ffffff;
    z-index: 2;
    margin-bottom: 0;}
.itemtitle .intitle .rect{    width: 25px;
    height: 25px;
    background: #1e63c9;
    background: ;
    border-radius: 5px;

}
.mask{position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
   
}


#main .main_con_l .lmmc p:nth-child(1){display:none}
.clearfix1{padding: 90px 0 0 0;}


.cpcon{width:1280px}
.footer-img{display:none}


.main_inText{width:100%}
.main_inText ul{margin: 34px 23%;}
.main_inText ul li{float: left;border-bottom: 0px solid #d9d9d9;}

.ssn{width: 100%;}
.ssnr{width: 100%;}
.ssnr1 span{FONT-SIZE: 20pt; }
.ssnr td span{FONT-SIZE: 20pt;}
.ssk1{position:absolute;top:0px;left:0px;display:none;}
.ssk{  COLOR: #222222;
    FONT-SIZE: 20pt;
    BORDER-TOP: #878787 1px solid;
    BORDER-RIGHT: #878787 1px solid;
    BORDER-LEFT: #878787 1px solid;
    HEIGHT: 20px;
    POSITION: relative;
    BACKGROUND-REPEAT: no-repeat;
    PADDING-TOP: 2px;
    BORDER-BOTTOM: #878787 1px solid;
    border-radius: 14px;
    height: 55px}

.ssk2 {FONT-SIZE: 20pt;
color: #fff;
background: #b7130a;
border-radius: 20px;
width: 85px;
height: 55px;
margin: 0px 0 0 7px;}







 @media screen and (max-width: 992px) {

.main_list ul li a {
    font-family: "Microsoft Yahei";
    color: #000;
    font-size: 16px;
    width: 70%;
    display: inline-block;
    text-overflow: ellipsis;
    white-space: nowrap;
    display: inline-block;
    overflow: hidden;
}

.main_inText {
    width: 95%;
    margin: 0 3%;
}

.main_inText ul li {
    float: left;
    border-bottom: 0px solid #d9d9d9;
    padding-left: 0px;
}
.ssnr3{ margin: 17px 0%; width: 100%;}
.ssk2 {
    FONT-SIZE: 20pt;
    color: #fff;
    background: #b7130a;
    border-radius: 20px;
    width: 100%;
    height: 55px;
    margin: 0px 0 0 0px;
}


.main_inText ul {
    margin: 0  0 0 0%;
    width: 100%;
    height: 200px;
}
.ssk {
  
    width: 100%;
}

.v_news_content{     margin: 0 3%;
    width: 94%;}


.v_news_content p{   
    font-size: 14px!important;
    line-height: 35px!important;
    text-indent: 2em!important;
    margin-bottom: 10px!important;
    text-align: justify;
    /* text-indent: 42px!important; */
    letter-spacing: 1px!important;
    font-family: "仿宋_gb2312"!important;
    color: #000!important;
    background-color: #ffffff00!important;

}

.v_news_content span{    
    font-size: 14px!important;
    line-height: 35px!important;
    text-indent: 2em!important;
    margin-bottom: 10px!important;
    text-align: justify;
    /* text-indent: 42px!important; */
    letter-spacing: 1px!important;
    font-family: "仿宋_gb2312"!important;
    color: #000!important;
    background-color: #ffffff00!important;
}
.v_news_content img{    width: 100%;
    /* min-width: 375px; */
    height: auto;
text-align: justify;
margin: 10px 0 0 -10%;}









.w1200 {
    width: 100%;
    margin: 0 auto;
}








#main .main_con_l
{
    display: none;
}

#main .main_con {
    padding-top: 0;
}

#main .nr {
    width: 99%;
    padding: 10px 3%;
}
.main_bd .con_title {
    padding: 5px 0 5px;
}

#main .main_con_r {
    width: 100%;
}

.main_bd .con_title h2.title span.star_l {
    background: url("../images/icon15.png") right;
    left: 0;
}
.main_bd .con_title h2.title span.star_r {
    background: url("../images/icon16.png");
    right: 0;
}
.main_bd .con_title h2.title span {
    display: inline-block;
    width: 30px;
    height: 12px;
    background-size: auto 12px !important;
    position: absolute;
    top: 50%;
    margin-top: -13px;
}

.main_bd .con_title h2.title {
    padding: 0 40px;
    padding-bottom: 15px;
    text-align: center;
    font-size: 24px;
    font-family: "Microsoft Yahei";
    color: #000;
    line-height: 25px;
    position: relative;
}
.main_bd .con_title p.info {
    text-align: center;
    line-height: 22px;
    margin-bottom: 30px;
    font-size: 14px;
    font-family: "Microsoft Yahei";
    color: #fff;
    background: url("../images/icon14.png") repeat-y center top;
    padding: 5px 5px;
    background-size: cover;
height: 50px;
}
.page {
    margin-top: 40px;
    padding-top: 20px;
    border-top: 1px solid #e6e6e6;
    font-size: 15px;
}

.main_hd .dqwz {
    font-size: 9px;
    padding-left: 30px;
    line-height: 40px;
    background: url("https://webvpn.cppu.edu.cn/http-8080/77726476706e69737468656265737421a1a013d275692603305ad8/system/_owners/gz/_webprj/images/home_icon.png") no-repeat 10px center;
    color: #333;
}
.main_list {
    width: 100%;
    min-height: 0;
}




.footer-img {
    display: block;
}
.footer-img li{  
  padding: 0 3px;
 float: left;}
.footer-img li p{  
    font-size: 12px;
    line-height: 24px;
    color: #fff;text-align: center;
}
.main_hd .dqwz {
    font-size: 9px;
    padding-left: 30px;
    line-height: 40px;
    background: url("https://webvpn.cppu.edu.cn/http-8080/77726476706e69737468656265737421a1a013d275692603305ad8/system/_owners/gz/_webprj/images/home_icon.png") no-repeat 10px center;
    color: #333;
}
}

.inTabList dl{
   padding-left: 22px;
}