@charset "utf-8";
/* CSS Document */
* {
	padding: 0;
	margin: 0;
}
body {
	font-family: "微软雅黑";
	font-size: 14px;
	color: #565656;
	-webkit-text-size-adjust: none;
	background: #fff url(../images/bg.png) repeat-x;
	min-width: 1200px;
}
ul, h2, h3, p, dl, dt, dd {
	margin: 0;
	padding: 0;
}
input {
	outline: none;
}
li {
	list-style: none;
}
img {
	border: none;
}
a {
	font-size: 15px;
	color: #000000;
	text-decoration: none;
}
a:hover {
	color: #00622c;
}
.clear {
	clear: both;
	height: 1px;
	margin-top: -1px;
	overflow: hidden;
}
.fc, .fc a {
	color: #e70010;
}
.hidden {
	display: none;
}
.fl {
	float: left;
}
.fr {
	float: right;
}


.wban{ width:100%; height:580px; margin:0 auto; margin-top:0px;}

.ck-slide { width: 100%; height: 580px; margin: 0 auto; position: relative; overflow: hidden;}
.ck-slide ul.ck-slide-wrapper { height: 580px; position: absolute; top: 0; left: 0; z-index: 1; margin: 0; padding: 0;}
.ck-slide ul.ck-slide-wrapper li a { /*aæ ‡ç­¾æ˜¯è¡Œå†…å…ƒç´ ï¼Œå®½é«˜å¯¹aæ ‡ç­¾ä¸èµ·ä½œç”¨ï¼Œè¿™é‡Œå¿…é¡»æ·»åŠ line-height:0px;display:blackï¼Œå¦åˆ™åž‚ç›´æ»šåŠ¨<li>ä¹‹é—´ä¼šå‡ºçŽ°é—´éš”*/line-height:0px; display:block;}
.ck-slide-wrapper li{width:100%;height:580px;}
.ck-slide-wrapper li img{display:block;width:100%;height:580px;}
.ck-slide .ck-prev, .ck-slide .ck-next { position: absolute; top: 50%; z-index: 2; width: 35px; height: 70px; margin-top: -35px; border-radius: 3px; opacity: .15; background: red; text-indent: -9999px; background-repeat: no-repeat; transition: opacity .2s linear 0s;}
.ck-slide .ck-prev { left: 5px;	background: url(../images/arrow-left.png) #000 50% no-repeat;}
.ck-slide .ck-next { right: 5px; background: url(../images/arrow-right.png) #000 50% no-repeat;}

.ck-slidebox { position: absolute; left: 50%; bottom: 12px; z-index: 30;}
.ck-slidebox ul { height: 20px; padding: 0 4px; border-radius: 8px; background: rgba(0,0,0,0.5);}
.ck-slidebox ul li { float: left; height: 12px; margin: 4px 4px;}
.ck-slidebox ul li em { display: block;	width: 12px; height: 12px; border-radius: 100%;	background-color: #fff;	text-indent: -9999px; cursor: pointer;}
.ck-slidebox ul li.current em { background-color: #00622c;}
.ck-slidebox ul li em:hover { background-color: #00622c;}


/*banner*/
.ibanner{ width:100%;  overflow:hidden; position:relative;  }
.ibanner .hd{ height:15px; overflow:hidden; position:absolute; right:5px; bottom:5px; z-index:1; }
.ibanner .hd ul{ overflow:hidden; zoom:1; float:left;  }
.ibanner .hd ul li{ float:left; margin-right:2px;  width:15px; height:15px; line-height:14px; text-align:center; background:#fff; cursor:pointer; }
.ibanner .hd ul li.on{ background:#f00; color:#fff; }
.ibanner .bd{ position:relative; height:100%; z-index:0;   }
.ibanner .bd li{ zoom:1; vertical-align:middle; position: relative }
.ibanner .bd li h1{position: absolute; bottom: 40px; left: 20%; font-size: 24px; color: #ffffff; padding: 10px 20px; }
.ibanner .bd img{ width:100%;  display:block;  }

/* 下面是前/后按钮代码，如果不需要删除即可 */
.ibanner .prev,
.ibanner .next{ position:absolute; left:3%; top:50%; margin-top:-25px; display:block; width:45px; height:80px; background:url(../images/slider-arrow.png) -120px 5px no-repeat; filter:alpha(opacity=50);opacity:0.5;   }
.ibanner .next{ left:auto; right:3%; background-position:-2px 5px; width: 45px; height: 80px;}
.ibanner .prev:hover,
.ibanner .next:hover{ filter:alpha(opacity=100);opacity:1;  }
.ibanner .prevStop{ display:none;  }
.ibanner .nextStop{ display:none;  }




/*头部*/
#header {
	width: 100%;
	position: relative;
	z-index: 9999;
	height: 239px;
	border:0px solid red;
	background: #00622c;
}
#top1 {
	width: 100%;
	height: 26px;
	line-height: 26px;
	background: #3b3b3b;
}

.top{width: 1200px;margin:0 auto;
	}
.topl{float:left;width:400px;color: #ffffff;}
.topr{float:right;width:400px;text-align: right;}

#top1 .p {
	width: 300px;
	height: 26px;
	margin: 0 auto;
	font-size: 12px;
	position: relative;
	color: #bfbfbf;float:left;
}
#top1 .p a {
	font-size: 12px;
	color: #bfbfbf;
}
#top1 .p span {
	position: absolute;
	top: 0;
	right: 0;
}




#top2 {
	width: 1200px;
	/*background: url(../images/text.png) no-repeat 880px 28px;*/
	height: 94px;
	margin: 0 auto;
	position: relative;
	margin-top: 34px;
}
#top2 #logo {
	float: left;
	padding: 0 0 0 10px;
}
#top2 .serach {
	display: none;
	position: absolute;
	top: 30px;
	right: 0;
	width: 215px;
	height: 40px;
	background: url(../images/search.png) no-repeat  right top;
}
#top2 .serach .input {
	position: absolute;
	top: 2px;
	left: 10px;
	width: 169px;
	height: 40px;
	border: none;
	background: none;
	line-height: 40px;
	color: #fff;
	font-size: 12px;
	font-family: "宋体";
}
#top2 .serach .search-btn {
	position: absolute;
	top: 4px;
	right: 10px;
	width: 16px;
	height: 17px;
	border: none;
	cursor: pointer;
}
#nav {
	width: 100%;
	position: relative;
	height: 52px;
	padding-top: px;
	background: #eee;
	/*margin-top: 32px;*/
}
#nav ul {
	width: 1200px;
	margin: 0 auto;
	height: 52px;
}
#nav li {
	float: left;
	padding: 0 24px;
	height: 52px;
	line-height: 52px;
	position: relative;
	text-align: center;
	margin-left: 17px;
	background: ;
}
#nav li.li2 {
	margin: 0;
}
#nav li a {
	font-size: 16px;
	height: 42px;
	font-weight: bold;
	display: block;
	position: relative;
	color: #333;
}

#nav li:hover {
	background: #00622c;color: #fff;
}
#nav li:hover .a {
	display: block;color: #fff;
}
#nav li .a {
    z-index: 9999;
    position: absolute;
    top: 52px;
    left: 0px;
    width: 100%;
    /*padding: 20px 0 20px 13px;*/
    display: none;
    border: 0px solid #00622c;
    border-top: none;
	
	background: url(../images/bg.png);
	transition: All 0.4s ease-in-out;
	-webkit-transition: All 0.4s ease-in-out;
	-moz-transition: All 0.4s ease-in-out;
	-o-transition: All 0.4s ease-in-out;
}
#nav li .a dt {
	/*width: 152px;float: left;*/
	height: 86px;
	overflow: hidden;
	
}
#nav li .a dd {
	/*width: 206px;
	float: right;*/
}
#nav li .a dd a {
	height: 30px;
	line-height: 30px;
	display: block;
	/*background: url(../images/ico2.png) no-repeat 6px 12px;
	text-indent: 20px;*/
	font-size: 14px;
	font-weight: normal;
	color: #333;
	/*float: left;*/
}

#nav li a:hover, #nav li.active {
	background: #00622c;
	color: #fff;
}
#nav li:hover a{color: #fff;}
#nav li.active a{color: #fff;}


#nav li .a dd a:hover{color:#fff}
/* 单个图片幻灯片盒子 - 公用类 */
.slideBox {
	width: 100%;
	height: 430px;
	position: relative;
	overflow: hidden;
}
.slideBox .hd {
	height:8px;
	overflow: hidden;
	right: 0;
	bottom:16px;
	width: 100%;
	position: absolute;
	z-index: 9999;
}
.slideBox .hd ul {
	overflow: hidden;
	zoom: 1;
	height: 15px;
	padding: 0 0 0 656px;
	margin: 0 auto;
	width: 344px;
}
.slideBox .hd li {
	width: 8px;
	height: 8px;
	float: left;
	text-indent: -9999px;
	background: url(../images/dian.png) no-repeat;
	cursor: pointer;
	margin-right:8px;
}
.slideBox .hd li.on {
	background: url(../images/dian2.png) no-repeat;
}
.slideBox .bd {
	position: relative;
	height: 100%;
	z-index: 0;
	width: 100%;
	height: 430px;
}
.slideBox .bd li {
	width: 100%;
	text-indent: -9999px;
	height: 430px;
	position:relative;
}
.slideBox .bd li .li_text{
	position:absolute;
	bottom:0;
	right:0;
	height:78px;
	width:100%;
	text-indent:0;
}
.slideBox .bd li .li_text .text{
	width:378px;
	height:78px;
	padding:0 0 0 622px;
	margin:0 auto; 
}
.slideBox .bd li .li_text .text p{
	width:378px;
	height:78px;
	background:url(../images/bg.png);
	float:right;
	position:relative;
}
.slideBox .bd li .li_text p strong{
	position:absolute;
	top:0;
	left:0;
	height:30px;
	line-height:30px;
	background:#00622c;
	text-indent:28px;
	width:378px;
	font-weight:normal;
	font-size:15px;
	color:#fff1ba;
	overflow:hidden;
}
.slideBox .bd li .li_text p span{
	position:absolute;
	bottom:11px;
	right:12px;
	width:60px;
	height:22px;
	line-height:22px;
	background:#00622c;
	text-align:center;
}
.slideBox .bd li .li_text p span a{
	font-size:12px;
	color:#fff;
}
/*底部*/
.bottsum {
	background: #eeeeee;
	height: 50px;
	display: none;
}
.bottsum ul {
	width: 700px;
	margin: 0 auto;
	height: 50px;
	line-height: 50px;
}
.bottsum li {
	float: left;
}
.bottsum li img {
	position: relative;
	width: 28px;
	height: 28px;
	top: 10px;
	margin-right: 6px;
}
.bottsum li a {
	padding-left: 70px;
}
.bottsum li.li2 a {
	padding-left: 18px;
}
#footer {
	background: #00622c;
	color: #fff;
	height: auto; width:100%; padding-bottom: 24px;float:left;
}
#footer .footsum {
	width: 1200px;
	height: auto;
	margin: 0 auto;
}
#footer .footsum .footext {
	
	padding: 24px 0 0 20px;
	text-align:center;
}
#footer .footsum p {
	line-height: 24px;
	color: #f4ffd1;
	font-size: 16px;
}
#footer .footsum p a {
	color: #f4ffd1;
	font-size: 12px;
}
#footer .footsum .f_logo {
	padding-top: 31px;
	float: left;
}
#footer .footsum .foot_dl {
	width: 83px;
	padding-top: 12px;
	float: right;
}
#footer .footsum .foot_dl dt {
	width: 72px;
	height: 83px;
	padding-top: 5px;
	background: #fff;
	text-align: center;
}
#footer .footsum .foot_dl dt img {
	width: 62px;
	height: 62px;
	overflow: hidden;
}
#footer .footsum .foot_dl dt span {
	height: 21px;
	line-height: 21px;
	display: block;
	overflow: hidden;
	color: #00622c;
	font-size: 12px;
}
/*学院新闻*/
.index_content1 {
	width: 1200px;
	margin: 24px auto 0 auto;
}
.index_sum1 {
	width: 48%;
	float: left;
}
.index_sum1 h1 {
	height: 64px;
	text-indent: -9999px;
	background: url(../images/tit1.png) no-repeat;
}
.index_sum1 dl {
	width: 268px;
	height: 243px;
	float: left;
	margin: 0 10px;
}
.index_sum1 dt {
	/* width: 200px; */
	height: 163px;
	padding-left: 3px;
	overflow: hidden;
	margin-bottom: 8px;border-radius: 20px;
}
.index_sum1 dd {
	width: 268px;
	padding-left: 5px;
	height: 56px;
	line-height: 28px;
	overflow: hidden;
	font-size: 16px;
}
.index_sum1 dd span {
	color: #999;
	font-size: 14px;
	display: inline-block;
	padding-left: 25px;
	background: url(../images/ico.png) no-repeat 5px center;
	display: none;
}
.index_sum1_ul {
	width: 570px;
	clear: both;
	border-top: 1px dashed #ccc;
}
.index_sum1_ul li {
	height: 42px;
	line-height: 42px;
	text-indent: 12px;
	position: relative;
	/* padding-right: 80px; */
	/* overflow: hidden; */
}
.index_sum1_ul li strong {
	position: absolute;
	top: 0;
	left: 0;
	width: 0;
	text-indent: 0;
	height: 42px;
	text-align: center;
	font-weight: normal;
	background: url(../images/span.png) no-repeat center 11px;
	display: none;
}
.index_sum1_ul li strong a {
	font-size: 12px;
}
.index_sum1_ul li span {
	position: absolute;
	top: 0;
	right: 0;
	font-size: 14px;
	color: #333;
}
/*学院公告*/
.index_sum2 {
	width: 50%;
	float: right;
}
.index_sum2 h2 {
	height: 40px;
	text-indent: -9999px;
	background: url(../images/tit2.png) no-repeat;
}
.index_sum2 li {
	padding-left: 66px;
	position: relative;
	height: 44px;
	line-height: 20px;
	overflow: hidden;
	margin-top: 24px;
	font-size: 12px;
	border-bottom: 1px solid #c9c9c9;
}
.index_sum2 li a {
	font-size: 16px;
}
.index_sum2 li .li_time {
	position: absolute;
	left: 0;
	bottom: 0;
	background: url(../images/time.jpg) no-repeat;
	width: 44px;
	height: 41px;
	border: 1px solid #c9c9c9;
	border-bottom: none;
	text-align: center;
	line-height: 20px;
	color: #00622c;
}
.index_sum2 li .li_time strong {
	display: block;
	font-weight: normal;
	color: #fff;
}
/*专题网站*/
.index_content2 {
	width: 100%;
	margin-top: 26px;
}
.index_content2 h3 {
	width: 1200px;
	text-indent: -9999px;
	margin: 0 auto;
	height: 53px;
	background: url(../images/tit3.png) no-repeat;
}
.index_sum3 {
	width: 100%;
	/* background: #efefef; */
	height: 110px;
	padding-top: 27px;
}
.index_sum3 ul {
	width: 1200px;
	margin: 0 auto;
	height: 77px;
}
.index_sum3 li {
	/*width: 205px;*/
	margin: 0 0px;
	text-align: center;
	overflow: hidden;
	float: left;
}
.index_sum3 li img {
	width: 300px;
	height: 87px;
	overflow: hidden;
}
.index_sum3 li a {
	color: #000;
}
.index_sum3 li.li2 {
	padding-top: 20px;
}
.index_sum3 li.li3 {
	padding-top: 10px;
}
.index_sum3 li.li4 {
	padding-top: 20px;
}
.index_sum3 li a:hover {
	color: #00622c;
}
.index_sum3 li span {
	    width: 220px;
    margin: 0 auto;
    height: 34px;
    display: block;
    line-height: 34px;
    text-align: center;
    font-size: 16px;
    background: #d1d1d1;
}
.index_sum4 {
	width: 1200px;
	height: 90px;
	margin: 16px auto 0 auto;
	/* padding-left: 32px; */
}
.index_sum4 dl {
	width: 160px;
	margin-right: 10px;
	height: 87px;
	float: left;
	overflow: hidden;
}
.index_sum4 dl.dl2 {
	/*width: 260px;*/
}
.index_sum4 dt {
	width: 160px;
	position: relative;
	height: 60px;
	line-height: 60px;
	text-align: center;
	border-radius: 20px;
}
.index_sum4 dt a {
	font-size: 18px;
    color: #064c25;
    font-weight: bold;
}
.index_sum4 dt img {
	position: absolute;
	top: 14px;
	width: 32px;
	height: 32px;
	overflow: hidden;
	left: 35px;
	text-indent: 0;
}
.index_sum4 dt.bg1 {
	background: #611c3d;
}
.index_sum4 dt.bg2 {
	background: #1eabc1;
}
.index_sum4 dt.bg3 {
	background: #f4c603;
}
.index_sum4 dt.bg4 {
	background: #045290;
}
.index_sum4 dt.bg5 {
	background: #021b5d;
}
.index_sum4 dt.bg6 {
	background: #759661;
}
.index_sum4 dt.bg7 {
	background: #c578a7;
}
.index_sum4 dt.bg8 {
	background: #669586;
}
.wid1000{width:1000px; margin:0 auto;}	
.local{width:100%; height:70px; background:#eee; border-bottom:1px solid #00622c;}
.local h3{font-size:24px; line-height:70px; float:left; color:#01b553;}
.dqwz{font-size:14px; color:#666; font-size:14px; line-height:70px; float:left;}
.dqwz a{color:#666; padding:0 6px;}
.ny-content{width:100%; background:#f2f4f9; padding:30px 0;}
.left{background:#fafbfd; width:240px; padding-bottom:100px;}
.lmcc{width:200px; height:80px; background:#00622c; padding-left:40px; color:#fff; font-size:24px; line-height:80px;}
.left-list li a{width:200px; height:45px; line-height:45px; padding-left:40px; display:block; float:left; border-bottom:1px solid #eff1f4; color:#333; font-size:15px;}
.left-list li a:hover,.left-current{border-left:3px solid #00622c !important; padding-left:40px!important; width:197px!important; background:#fff!important; color:#00622c !important;}
.right{background:#fafbfd; width:700px; padding:20px;}
.list{width:700px; padding:20px 0;}
.right h3{display:block; float:left; border-bottom:2px solid #00622c; font-size:24px; width:100%; line-height:58px; font-weight:normal; color:#00622c ;}
.list li{width:700px; height:36px; line-height:36px;}
.list li a{display:block; float:left; font-size:14px; color:#333; width:620px;}
.list li i{display:block; float:right; text-align:right; font-size:12px; color:#666; width:80px; font-style:normal;}
.clear{clear:both;}

.w1000{width:1000px; margin:0 auto;}
.content-title,.content-con{width:700px; padding:15px 0;}
.content-title h4,.jj-title{width:100%; font-weight:bold; line-height:30px; font-size:20px; color:#333; display:block; float:left; text-align:center; margin-bottom:10px;}
.content-title i{width:100%; line-height:20px; font-size:12px; color:#666; font-style:normal; display:block; float:left; text-align:center;}
.sxt{width:700px; padding:15px 0; border-top:1px dashed #bbb; margin-top:20px;}
.sxt p{display:block; float:left; color:#333; font-size:14px; line-height:30px; width:100%;}
.sxt p a{color:#333;}
.content-con p,.jj-con p,.jj p{display:block; width:100%; text-align:justify; margin-bottom:0px; line-height:30px; color:#333; text-indent:2em; color:#333; font-size:15px;}


.content-con p{font-family: "ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¥ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¾ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â®ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¨ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â½ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¯ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â©ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€šÃ‚ÂºÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€šÃ‚Â¦ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â©ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â»ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¹Ã…â€œ"!important; font-size: 18px !important; color: #000 !important; text-align: justify; line-height: 36px !important; margin-bottom: 30px; text-indent: 2em;}
.content-con p span{font-family: "ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¥ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¾ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â®ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¨ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â½ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¯ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â©ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€šÃ‚ÂºÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€šÃ‚Â¦ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â©ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â»ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¹Ã…â€œ"!important;}
.content-con p a{word-break: break-all;}
.content-con{ border-top: solid 1px #ddd; margin-top: 30px; padding-top: 30px; }
.content-con img{height: auto !important;display: block;border: none !important;margin:0 auto;max-width: 83.5%;margin:0 auto;width: 800px!important;}
.content-con video{width: 800px !important; height: auto !important;    max-width: 100%;}


.content{width:700px; padding-top:20px;}

.jj,.pic{padding:25px 0; width:700px;}





.jj img {
    max-width: 100% !important;
    width:auto !important;
    height:auto !important;
    display: block;
    margin: 10px auto;
}
.jj video {max-width: 80% !important;
   width:auto !important;
   height:auto !important;
    display: block;
    margin: 20px auto;}

.jj div{ max-width:100% !important; }
.jj table {width:90% !important;  margin: 0 auto;}

.jj iframe {
    margin: 0 auto;
    display: block;
width:90%;
}


.jj table td{padding:0 5px;width:auto !important;height:auto !important;overflow:hidden; }



.pic-tx{width:145px; height:145px; margin-right:30px;}
.pic-txt{width:525px;}
.pic-txt h5{display:block; width:100%; height:20px; line-height:20px; font-size:16px; color:#333;}
.pic-txt p{display:block; width:100%; margin-top:10px; line-height:30px; height:120px; overflow:hidden; font-size:14px; color:#333;}
.pic li{width:100%; border-bottom:1px dashed #ccc; padding-bottom:25px; margin-bottom:25px;}
.pic-tx img{width:145px; height:145px;}





.footer_top {
    width: 1200px;
    height: 60px;
    margin: 0 auto;
    /* border-bottom: 1px solid #fff;
   background-color: rgb(241, 241, 241);*/

}

.footer_top select {
    width: 240px;
    height: 25px;
    margin-top: 18px;
    margin:0  45px;
    cursor: pointer;BORDER-BOTTOM:1px solid #333;FONT-FAMILY: "ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¥ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¾ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â®ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¨ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â½ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¯ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â©ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€šÃ‚ÂºÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€šÃ‚Â¦ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â©ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â»ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¹Ã…â€œ";font-size: 16px;
}

.footext ul,.footext ul li,.footext p{display:inline!important;}



.clickDiv {
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 0.22rem;
  cursor: pointer;
  margin-top: 22px;
  float: right;
}

.clickDiv::before {
  content: "";
  display: block;
  width: 0.22rem;
  height: 0.22rem;
  margin-right: 0.1rem;
}

.clickDiv span,
.clickDiv a {
  color: #333;
}


.searchBox {
  width: 100%;
  height: 100%;
  position: fixed;
  background: rgba(0, 0, 0, 0.8);
  left: 0;
  top: 0;
  z-index: 99999;
  display: flex;
  justify-content: center;
  align-items: center;
  display: none;
}

.searchBox .close {
  color: #fff;
  position: absolute;
  right: 100px;
  top: 100px;
  width: 60px;
  height: 60px;
  cursor: pointer;
  background: url(../images/close_icon.png) no-repeat center;
  background-size: cover;
}

.searchBox .form {
  display: flex;
  justify-content: center;
  align-items: center;
}

.searchBox .form .search-txt {
  padding: 20px;
  width: 500px;
  height: 80px;
  background: #e1e1e1;
  box-sizing: border-box;
  border: none;
  font-size: 16px;
}

.searchBox .form .search-button {
  height: 80px;
  width: 100px;
  background: url(../images/searchIcon.png) no-repeat center #00622c;
  background-size: 40px 40px;
  box-sizing: border-box;
  border: none;
}









.content-con p{margin-bottom: 0px;}

