﻿/* CSS Document */
body{background:#fff; font-family: '微软雅黑', sans-serif;}
body a {transition: 0.5s all; -webkit-transition: 0.5s all; -o-transition: 0.5s all; -moz-transition: 0.5s all; -ms-transition: 0.5s all;}
ul,li{    list-style: none;
    list-style-type: none;}
 body {margin: 0px; padding: 0px; font-family:"Microsoft YaHei"; background:#fff;}
body, td, th {font-family: "Microsoft YaHei"; font-size: 12px; color: #666;}
a {font-family: "Microsoft YaHei"; color: #666; text-decoration: none; }
a:hover {color: #195f5c;text-decoration: none; }
div, dl, dt, dd, ul, ol, li, form,h1,h2,h3 {margin: 0px; padding: 0px;}
ul, ol, li {list-style: none; list-style-type: none;}
img {border: 0px;}
p{margin:0px; padding: 0px;}
.clear{ clear:both; padding:0px; padding:0px; line-height:0px;}
.clearfix:after {content: ".";display: block;font-size: 0;height: 0;line-height: 0;overflow: hidden;visibility: hidden;width: 0;}
.clearfix:after {clear: both;}

.container{width:1200px; margin:0 auto;}


.top{height: 32px; background: #024097; line-height: 32px; position: relative; left:0;}
.top span{color:#fff;}
.top .tel{background: #229ef4; color:#fff; height: 32px; float:right; width:250px; text-align: center;}

.headerpc{z-index:110; width:100%; position: relative; top:0; left:0;}
#header{width:100%; height:90px; border-bottom: 1px solid rgba(255,255,255,0.2); box-shadow: 0px 10px 10px -10px #ccc; background: #fff;}
#header .logo{float:left; padding-top: 5px;}
#header .nav{float:right; position:relative; z-index: 11;}
#header .navbox{position:relative; z-index: 11; height: 90px;}
#header .nav ul li{float:left; font-size: 14px; height: 90px; width:100px; text-align: center; line-height: 90px; background: url(../images/mli.png) right center no-repeat;}
#header .nav ul li:last-child{background: url();}
#header .nav ul li:hover{border-bottom: 1px solid #229ef4; background: #229ef4;}
#header .nav ul li:hover a{color:#fff;}
#header .nav ul li.active{border-bottom: 1px solid #229ef4; background: #229ef4;}
#header .nav ul li.active a{color:#fff;}

.section1{position:fixed; top:122px; left:0; width:100%; z-index: 11; width:100%; background:#024097; display: none; height: 240px;}
.section .sectionbox{float:right;}
.section .sectionbox dl{float: left; width:100px; text-align: center; padding-top:10px; background: url(../images/mli2.png) right top no-repeat; height: 230px;}
.section .sectionbox dl dd{line-height:24px;}
.section .sectionbox dl dd a{color:#ffffff;}
.section .sectionbox dl.act{background: #229ef4;}
.section .sectionbox dl.act a{color:#fff;}
.section .sectionbox dl.act dd:hover{background: #3fabf6}
.section.aHover{display: block;}

#header .nav ul li:hover .section{display:block;}



/*mobile nav*/
.web_nav { display: none; width: 90%; height: 50px; line-height: 50px; color: #fff; font-size: 16px; margin: 0 auto; font-weight: bold; }
.btn-menu { display: block; float: right; position: relative; background: transparent; cursor: pointer; padding: 15px 0; width: 26px; height: 16px; -webkit-transition: all ease .238s; -moz-transition: all ease .238s; transition: all ease .238s; }
.btn-menu:before, .btn-menu:after, .btn-menu span { background-color: #ffffff; -webkit-transition: all ease .238s; -moz-transition: all ease .238s; transition: all ease .238s; }
.btn-menu:before, .btn-menu:after { content: ''; position: absolute; top: 0; height: 1px; width: 100%; left: 0; top: 50%; -webkit-transform-origin: 50% 50%; -ms-transform-origin: 50% 50%; transform-origin: 50% 50%; }
.btn-menu span { position: absolute; width: 100%; height: 1px; left: 0; top: 50%; overflow: hidden; text-indent: 200%; }
.btn-menu:before { -webkit-transform: translate3d(0, -7px, 0); transform: translate3d(0, -7px, 0); }
.btn-menu:after { -webkit-transform: translate3d(0, 7px, 0); transform: translate3d(0, 7px, 0); }
.btn-menu.active span { opacity: 0; }
.btn-menu.active:before { background-color: #ffffff; -webkit-transform: rotate3d(0, 0, 1, 45deg); transform: rotate3d(0, 0, 1, 45deg); }
.btn-menu.active:after { background-color: #ffffff; -webkit-transform: rotate3d(0, 0, 1, -45deg); transform: rotate3d(0, 0, 1, -45deg); }

#banner-index{position: relative; z-index: 9}
#banner-index img{max-width: 100%; display: block;}



@media (max-width:1200px) {
	

}
@media (max-width:767px) {
	

}

#indexabout{margin: 86px 0px 60px;}
.tit{text-align: center; margin-bottom: 60px;}
.aboutinfo{line-height: 24px; text-indent: 2em; font-size: 14px;}
.aboutinfo p{padding-bottom: 20px;}
.aboutinfo a{font-size: 20px; font-weight: bold; color:#229ef4; font-family: cursive; padding: 0px 5px;}


.img-replace {
  /* replace text with an image */
  display: inline-block;
  overflow: hidden;
  text-indent: 100%;
  color: transparent;
  white-space: nowrap;
}
.cd-popup {
  position: fixed;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  background-color: rgba(94, 110, 141, 0.9);
  opacity: 0;
  visibility: hidden;
  -webkit-transition: opacity 0.3s 0s, visibility 0s 0.3s;
  -moz-transition: opacity 0.3s 0s, visibility 0s 0.3s;
  transition: opacity 0.3s 0s, visibility 0s 0.3s;
  z-index: 111;
}
.cd-popup.is-visible {
  opacity: 1;
  visibility: visible;
  -webkit-transition: opacity 0.3s 0s, visibility 0s 0s;
  -moz-transition: opacity 0.3s 0s, visibility 0s 0s;
  transition: opacity 0.3s 0s, visibility 0s 0s;
}

.cd-popup-container {
  position: relative;
  width: 90%;
  max-width: 400px;
  margin: 4em auto;
  background: #FFF;
  border-radius: .25em .25em .4em .4em;
  text-align: center;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
  -webkit-transform: translateY(-40px);
  -moz-transform: translateY(-40px);
  -ms-transform: translateY(-40px);
  -o-transform: translateY(-40px);
  transform: translateY(-40px);
  /* Force Hardware Acceleration in WebKit */
  -webkit-backface-visibility: hidden;
  -webkit-transition-property: -webkit-transform;
  -moz-transition-property: -moz-transform;
  transition-property: transform;
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
.cd-popup-container p {
  padding: 3em 1em;
}
.cd-popup-container .cd-popup-close {
  position: absolute;
  top: 8px;
  right: 8px;
  width: 30px;
  height: 30px;
}
.cd-popup-container .cd-popup-close::before, .cd-popup-container .cd-popup-close::after {
  content: '';
  position: absolute;
  top: 12px;
  width: 14px;
  height: 3px;
  background-color: #8f9cb5;
}
.cd-popup-container .cd-popup-close::before {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
  left: 8px;
}
.cd-popup-container .cd-popup-close::after {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
  right: 8px;
}
.is-visible .cd-popup-container {
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  -o-transform: translateY(0);
  transform: translateY(0);
}

@media only screen and (min-width: 1170px) {
  .cd-popup-container {
    margin: 10% auto;
  }
}
.cd-info{padding: 40px;}
.cd-info .title {
	color: #000;
	font-size: 23px;
	font-weight: 600;
	letter-spacing: 1px;
	text-transform: uppercase;
	font-family: cursive;
	margin: 0;
}
.cd-info .post {
	color: #32c287;
	font-size: 14px;
	font-style: italic;
	text-transform: capitalize;
	letter-spacing: 2px;
}
.cd-info span{padding-bottom: 30px; display: block;}
.cd-info a{display: block; line-height: 32px; color:#666; font-size: 14px;}

.hide{display: none;}













.aboutmore{width:658px; height: 401px; float:left; position: relative;}
.honorandorg{width:534px; height: 401px; float:right; position: relative;}
.honormore{margin-bottom: 6px;}

.aboutmorenav .img{width:100%; height:auto; position: relative; z-index: 9}
.aboutmorenav .info{height: 48px; background:rgba(0,0,0,0.7);width: 100%; margin-top: -48px; position: relative; z-index: 10;}
.aboutmorenav h2{display: block; float:left; width:90%; margin-left:30px; overflow: hidden; line-height: 48px; font-size: 13px; font-weight: normal; height: 48px; color:#fff; background:url(../images/jiantou.png) no-repeat right;}
.aboutmore:hover .info{background: #024097; color:#fff;} 
.honormore:hover .info{background: #024097; color:#fff;} 
.orgmore:hover .info{background: #024097; color:#fff;} 

#indexyewu{margin:86px 0px 60px;}
.yeuwcate{text-align: center;}
.yeuwcate a{padding: 10px 20px; border:1px solid #ccc;}

.swiper-father {position: relative; margin-top: 46px;}
.swiperyewu {width:1100px;}

.ywbox {overflow: hidden;position: relative;transition: all 0.3s;}

.ywbox:before {content: ''; background-color: transparent; height: 100%; width: 100%; opacity: 0; position: absolute; left: 0; top: 0; z-index: 1; transition: all 0.3s ease 0.2s;}
.ywbox:hover:before {opacity: 1;}
.ywbox img {width:100%;height: auto;transition: all 0.3s ease 0s;}
.ywbox .ywbox-content {
	color: #fff;
	background-color: #024097;
	text-align: left;
	width: 80%;
	padding: 18% 10% 0px;
	height: 85%;
	position: absolute;
	left: 0;
	top: -100%;
	z-index: 2;
	transition: all 0.3s ease 0s;
}
.ywbox:hover .ywbox-content {
	top: 0;
}
.ywbox .title {
	color: #fff;
	font-size: 23px;
	font-weight: 600;
	letter-spacing: 1px;
	text-transform: uppercase;
	margin: 0;
}
.ywbox .post {
	color: #32c287;
	font-size: 14px;
	font-style: italic;
	text-transform: capitalize;
	letter-spacing: 2px;
}
.ywbox .ywbox-content span{padding-bottom: 30px; display: block;}
.ywbox  .ywbox-content a{display: block; line-height: 24px; color:#fff;}


@media only screen and (max-width:990px) {
}

@media only screen and (max-width:479px) {

}


#indextuandui{margin:30px 0 60px;}
.tuanduibox{float:left; width:295px; margin:0px 3px 0px 2px;}
.tuanduibox .info{width:260px; margin:0 auto;}
.tuanduibox h3{font-size: 18px; color:#000; line-height: 40px; font-weight:normal; font-family: cursive;}
.tuanduibox p{font-size: 12px; color:#000; line-height: 24px; padding: 10px 0px; border-bottom:1px solid #ccc; border-top:1px solid #ccc;}
.tuanduibox .tel{font-size: 12px; color:#000; line-height: 40px; background: url(../images/jiantou000.png) right no-repeat;}
.tuanduibox:hover .tel{background: url(../images/jiantoulse.png) right no-repeat;}


#indexnews{margin-top: 75px;}
#indexnews .tit{text-align: center; margin-bottom:30px;}
#indexnews .newslist{width:100%;}
#indexnews .newslist .newsbox{width:395px; margin-right: 7.5px; float:left; box-sizing: border-box; border:0px solid #ccc;}
#indexnews .newslist .newsbox:last-child{margin-right: 0px;}
#indexnews .newslist .newsbox .img{max-width: 100%;}
#indexnews .newslist .newsbox .img img{max-width: 100%;}
#indexnews .newslist .newsbox .info{width:365px; margin:10px auto 15px;}
#indexnews .newslist .newsbox .info h2{font-size: 16px; font-weight: normal; color:#828282; margin-bottom:10px; padding-bottom: 0px; border-bottom: 0px solid #ccc; height: 24px; overflow:hidden;}
#indexnews .newslist .newsbox .info span{display: block; font-family: "Futura Bk BT"; color: #000; line-height: 28px; background: url(../images/jiantou000.png) right no-repeat;}
#indexnews .newslist .newsbox .info p{font-size: 13px; line-height: 24px; margin:0px; border-top: 1px solid #ccc; padding-top: 10px;}
#indexnews .newslist .newsbox:hover{}
#indexnews .newslist .newsbox:hover .info h2{color:#229ef4;}
#indexnews .newslist .newsbox:hover .info span{color:#229ef4; background: url(../images/jiantoulse.png) right no-repeat;}
#indexnews .newslist .newsbox:hover .info p{}



.footer-box{background:#024097; width:100%; padding:48px 0px 0px;}
.footer-box .footer{width:96%; margin:0px 2%;}
.footlogo{float:left;}
.footlogo img{display: block;}
.footernav{float:left; margin:0px 4%; width:50%;}
.footernav dl{float:left; width:13%; padding-right: 1%;}
.footernav dl:nth-child(2){width:16%;}
.footernav dl:last-child{padding-right: 0px;}
.footernav dl dt{color:#fff; font-weight: bold; font-size: 14px; border-bottom: 1px solid #fff; line-height: 40px;}
.footernav dl dd{line-height: 32px; }
.footernav dl dd a{color:#fff}
.footcontact{float:right; width: 30%;}
.footcontact li{float:left; width:40%; margin:0px 5% 20px; height:63px; color:#fff; border-bottom: 1px solid #fff; font-size: 14px; line-height:42px;}
.footcontact li:nth-child(1){line-height:16px;}
.footcontact li span{display: block; font-size: 12px; color:#fff; line-height: 24px;}
.footewm{margin-top: 14px;}
.footewm img{max-width: 159px;}

.prepare-box{width:100%; line-height:36px; margin-top: 36px;}
.prepare{width:96%; margin:0px 2%;}
.preparele{color:#fff; text-align:center;}
.syman{float:right; width:140px; height: 36px; text-align: center; background:#024097}
.syman a{color:#fff;}


/* Inside pages css*/
.inside-pages{width:100%; background: #fff; padding: 20px 0px;}

.content_tlt{width:100%;margin-bottom:30px;}
.content_tlt p{font-size:24px;color:#515671;text-align:center;}
.content_tlt span{display:block;font-size:14px;font-weight:lighter;color:#999;text-align:center;height:30px;line-height:30px;}


.content_left{float:left;width:20%;}
.content_left .c_tlt{height:60px;line-height:60px;text-align:center;font-size:20px;font-weight:bold;background:#229ef4;color:#ffffff;margin-bottom:10px;}
.content_left .c_tlt em{display:none;}

.pro_mulu li a{display:block;height:40px;line-height:40px;text-align:left;padding:0 20px;background:#f1f1f1;color:#555;font-size:14px;margin-bottom:5px;overflow: hidden; text-overflow: ellipsis; white-space:nowrap;}
.pro_mulu li dl{display: none}
.pro_mulu li dl.actt{display: block;}
.pro_mulu li dl a{background:#ffffff;height:30px;line-height:30px;font-size:12px;}
.pro_mulu a.pro_more{background:#ddd;display:block;text-align:center;height:40px;line-height:40px; font-size:12px;}
.pro_mulu li a:hover,.pro_mulu li a.actt{background: #229ef4; color:#fff;}

.content_right{float:right; width:78%;}
.content_right .content_right_nav{overflow:hidden;height:40px;line-height:40px;margin-bottom:10px;border-bottom:1px solid #dedede;padding-bottom:5px;}
.content_right .content_right_nav h2{width:30%;font-size:20px;color:#333;float:left;font-weight:bold;}
.content_right .content_right_nav .content_right_nav_right{float:right;width:68%;text-align:right;color:#777;overflow:hidden;}
.content_right .content_right_nav .content_right_nav_right>em{display:inline-block;width:25px;height:40px;background:url(../images/dw.png) center center no-repeat;vertical-align: top;}
.content_right .content_right_nav .content_right_nav_right a{color:#555;}
.content_right .content_right_nav .content_right_nav_right a:hover{color:#0093dd}

.content_info{ font-size: 13px; line-height: 30px; color: #555;}
.content_info p{text-indent: 2em;}
.content_info.coop a{font-size: 18px; color: #666; display: inline-block;
    vertical-align: top;
    background-color: #f5f5f5;
    text-align: center;
    width: 18%;
    margin-right: 1.5%; margin-bottom: 30px; padding: 10px 0; transition: 0.5s;}

.content_organization h1{ text-align: center; line-height: 80px;}
.content_organization img{text-align: center; display: block; max-width: 100%; margin:30px auto;}
.new_inside{width:100%; margin-top: 30px;}
.new_inside ul{width:100%;padding:0;}
.new_inside ul li{background:#ffffff;display:block;padding:24px;-webkit-transition: all .25s;-moz-transition: all .25s;-ms-transition: all .25s;-o-transition: all .25s;transition: all .25s;box-shadow: 0px 0px 20px 0px #eaeaea;margin-bottom:20px;position:relative;}
.new_inside ul li .news_time{position:absolute;left:24px;top:24px;width:90px;text-align:center;background:#666;padding:10px 0;overflow:hidden;border-radius:4px 0 4px 0;}
.new_inside ul li .news_time p{font-size:24px;font-weight:bold;color:#fff;}
.new_inside ul li .news_time span{font-size:14px;color:#fff;}
.new_inside ul li .news_con{padding-left:110px;}
.new_inside ul li .news_con p{font-size:15px;font-weight:bold;color:#515671;overflow: hidden; text-overflow: ellipsis; white-space:nowrap;}
.new_inside ul li .news_con span{display:block;font-size:14px;color:#999;line-height:22px;padding-top:5px;height:45px;overflow:hidden;}
.new_inside ul li:hover p a{ color:#229ef4;}
.new_inside ul li:hover .news_time{ background:#229ef4;}
.new_inside ul li:hover{cursor: pointer;}

.ny_news_tlt{text-align:center;font-size:20px;color:#555;padding:10px 0;}
.ny_news_time{text-align:center;font-size:12px;color:#999;padding-bottom:10px;border-bottom:1px dashed #dedede;margin-bottom:10px;}
.ny_news_ye{padding-top:30px;}
.ny_news_ye p{height:35px;line-height:35px;background:#f1f1f1;margin-bottom:10px;padding:0 20px;overflow: hidden; text-overflow: ellipsis; white-space:nowrap;}
.ny_news_ye p:hover{background: #229ef4; color:#fff;}
.ny_news_ye p:hover a{color:#fff;}

.content_right .conn .xgcp{}
.serverbox{float:left;width:31%;margin-right:3%;margin-bottom:30px;}
.serverbox:nth-child(3n) {margin-right: 0px;}
.serverbox>div{display:block;background:#ffffff;padding:10px;-webkit-transition: all .25s;-moz-transition: all .25s;-ms-transition: all .25s;-o-transition: all .25s;transition: all .25s;box-shadow: 0px 0px 20px 0px #eaeaea;}
.serverbox>div a{display:block;}
.serverbox>div .pro_img{text-align:center;height:auto;overflow:hidden;}
.serverbox>div .pro_img img{vertical-align:middle;max-width:100%;max-height:100%;}
.serverbox>div .pro_img .iblock {display:inline-block;height:100%;width:0;vertical-align:middle;}
.serverbox>div p{font-size:18px;text-align:center;line-height:40px;overflow:hidden;padding-bottom:10px;overflow: hidden; text-overflow: ellipsis; white-space:nowrap;}
.serverbox>div p span{display: block;height:36px;line-height:36px;overflow: hidden; text-overflow: ellipsis; white-space:nowrap;max-width:100%;padding:5px 10px 0;}
.serverbox>div em{display:block;text-align:center;height:30px;line-height:30px;font-size:14px;color:#999;overflow:hidden;}
.serverbox>div:hover{box-shadow: 0px 0px 20px 0px #eaeaea;}
.serverbox>div:hover em{color:#0256ac;}




.server_list{width:100%; margin:30px 0px;}
.server_list a{display: block; line-height: 40px; font-size: 14px; border-bottom:2px dotted #ccc;}
.server_detail_tlt{text-align: center; width:100%; font-size: 24px; color: #555; padding: 10px 0; border-bottom: 1px solid #ccc; margin-bottom: 20px;}
.server_detail p{line-height: 32px; font-size: 14px;}
/**/




.ny_banner{display: none}

.page_list{text-align: right; margin-bottom: 10px;}
.page {
	display:inline-block;
	font: 16px/28px 'å¾®è½¯é›…é»‘', sans-serif;
	*display:inline;
	:1;
	*zoom:1;}
.page span,.page strong {
	float:left;}
.page a,
.page span.disabled,
.page strong {
	background:#FFF;
	border:1px solid #CCC;
	color:#333;
	float:left;
	font: 16px/24px  'å¾®è½¯é›…é»‘', sans-serif;
	margin-right:5px;
	min-width:15px;
	padding:4px 8px;
	text-align:center;
	vertical-align:middle;
	white-space:nowrap;
	_width:15px;}
	.page strong{background:#195f5c; color:#fff; }
.page a:hover {
	border:1px solid #195f5c;
	color:#195f5c;
	text-decoration:none;}
.page span.disabled {
	background:#FFF;
	border:1px solid #CCC;
	color:#CCC;}
.page span.ellipsis {
	float:left;
	font: 16px/24px 'å¾®è½¯é›…é»‘', sans-serif;
	line-height:22x;
	margin-right:5px;}
.page .page_txt {
	line-height:20px;
	float:right;
	width:auto;}
.page a.page-curpage {
	background:#3561db;
	border:1px solid #3561db;
	color:#FFF;
	font-weight:bold;}
.page input {
	font: 14px Verdana;
	padding:0 0 0 1px;
	width:40px;
	height:14px;}



.ny_news_con{line-height: 32px;}


@media (max-width:1640px) {
.footernav{margin:0 2%;}
.footcontact{width:36%;}
}

@media (max-width:1440px) {
.footcontact{width:20%;}
.footernav{width:60%;}
.footcontact li{width:90%; margin-bottom:5px;}
}


