<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">*{
    margin: 0px;
    padding: 0px;
	/*word-break:break-all;*/
	box-sizing: border-box; -moz-box-sizing: border-box; -webkit-box-sizing:border-box; -ms-box-sizing:border-box; -o-box-sizing:border-box;
}
a[href]:after{content:normal;}
*:focus{outline:none;}
body {
	-moz-osx-font-smoothing:grayscale;-webkit-font-smoothing:antialiased;text-rendering:optimizeLegibility;
	font-family: Arial, \5FAE\8F6F\96C5\9ED1;
	font-size: 14px;
	line-height: 20px;
	color: #444;
	text-decoration: none;
	background: #fff;
}

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, ins, kbd, q, s, samp, small, strike, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption,  article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

body {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}
.left {
	float: left;
}
.right {
	float: right;
}
.clear{clear:both;}
.tj {text-align: justify;}
.rel {position: relative;}
.t3d {
	-webkit-transform: translate3d(0, 0, 0);
	-moz-transform: translate3d(0, 0, 0);
	-o-transform: translate(0, 0);
	-ms-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
}
.copyrights{text-indent:-9999px;height:0;line-height:0;font-size:0;overflow:hidden;}
.fl { float:left;}
.fr { float:right;}
.space-bottom {
    padding-bottom: 20px;
}
.img-portfolio {
    margin-bottom: 20px;
}
.img-hover:hover {
    opacity: 0.8;
}
/*------------------------------------------------------
	Basic Styling 
--------------------------------------------------------*/
body {
  font: 15px/23px Arial, \5FAE\8F6F\96C5\9ED1;
  -webkit-font-smoothing: antialiased;
  word-wrap: break-word;
  color: #484848;
}

a {
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

input::-moz-focus-inner {
  border: 0;
}

a:hover, a:active, a:focus {
  text-decoration: none;
  outline: none;
}

h1, h2, h3, h4, h5, h6 {
  color: #444;
}

.top-header .right-header ul.social-icons, .main-header .menu ul {
  padding: 0;
  margin: 0;
  list-style: none;
}

#services, #portfolio, #about, #contact, #thesis {
  padding-top: 30px;
}

#services { padding-bottom:46px; margin-top:30px; background:#f4f7f4;}
@media (max-width: 767px) {
#services { padding-bottom:26px; margin-top:30px;}	
}
/*------------------------------------------------------
	Header Styles 
--------------------------------------------------------*/
.top-header {
  background: #1f651b;
  color: white;
  padding: 5px 0;border-bottom: #12800d solid 1px;
}
.top-header .left-header span {
  display: inline-block;
  margin: 0px 12px 0 0;
}
.top-header .left-header span i {
  margin-right: 10px;
}
.top-header .left-header span a {color: #fff;}
.top-header .left-header span a:hover {color: #d0eace;}
.top-header .right-header ul.social-icons li {
  display: inline-block;
}
.top-header .right-header ul.social-icons li a {
  color: white;
  width: 32px;
  height: 32px;
  text-align: center;
  line-height: 25px;
  margin: 0 12px;
}
.top-header .right-header ul.social-icons li a:hover {
  color: #d0eace;
}
@media (max-width: 767px) {
.top-header .row {margin-left: -1px;margin-right: -1px;}
.top-header .row &gt; [class^='col'] {padding-left: 1px;padding-right: 1px;}
}
.main-header {
  /*position: fixed;*/
  width: 100%;
  /*z-index: 9999;*/
  padding: 0;
  background: url(topbg-1.gif) repeat-x #FFFFFF;
  -webkit-box-shadow: 0 2px 4px rgba(1, 1, 1, 0.15) ;
  -moz-box-shadow: 0 2px 4px rgba(1, 1, 1, 0.15) ;
  box-shadow: 0 2px 4px rgba(1, 1, 1, 0.15) ;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -ms-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
 }
.main-header .logo {
  margin-top: 5px;
}
.main-header .logo h1 {
  font-size: 24px;
  font-weight: 600;
  text-transform: uppercase;
}
.main-header .logo h1 a {
  color: #0897D2;
}
.main-header .menu {
  margin-top: 10px;
}
.main-header .menu ul li {
  display: inline-block;
  margin-left: 0px;
}
.main-header .menu ul li a {
  text-transform: uppercase;
  color: #000000;
  font-size: 15px;
  padding: 8px 15px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
}
.main-header .menu ul li a:hover {
  color: #c40000;
}
.main-header .menu ul li a.current {
  background: #e3722e;
  color: white;
}

.main-header-shrink {
  padding: 0;
  top: 0;
	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;
}

.responsive-menu {
  position: relative;
  top: -24px;
}
.responsive-menu .toggle-menu {
  font-size: 28px;
  color: #10588A;
}
.responsive-menu .menu {
  display: none;
  position: absolute;
  top: 52px;
  width: 100%;
  background-color: #10588A;
}
.responsive-menu .menu ul li {
  display: block;
  text-align: left;
  border-bottom: 1px solid #3A79A5;
  margin: 0;
}
.responsive-menu .menu ul li:last-child {
  border-bottom: 0;
}
.responsive-menu .menu ul li a {
  color: white;
  padding: 15px 20px;
  display: block;
  -webkit-border-radius: 0;
  border-radius: 0;
}
.responsive-menu .menu ul li a:hover {
  color: #16d6ff;
}
.responsive-menu .menu ul li a.current {
  background-color: #444444;
}

/*------------------------------------------------------
	Basic Layout Styles 
--------------------------------------------------------*/
.mt1 {margin-top: 36px;}
.title-section {
  margin-bottom: 20px;
}
.title-section h2 {
  font-size: 22px;
  font-weight: 700;
  text-transform: uppercase;
  display: block;
  margin-bottom: 12px;
}
.title-section h2[data-v-page] {font-size: 25px;}
.title-section span {
  display: block;
  height: 1px;
  background: #DEDEDE;
  margin: 0 auto;
}

.widget-title {
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 30px;
}

.mainBtn {
  background-color: #e3722e;
  color: white;
  display: inline-block;
  text-transform: uppercase;
  padding: 10px 15px;
  font-weight: 600;
  font-size: 14px;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.mainBtn:hover {
  background-color: #444444;
}
@media (max-width: 991px) {
	.mt1 {margin-top: 26px;}
}
/*------------------------------------------------------
	Services Styles 
--------------------------------------------------------*/
#services .service-item .service-header {
  padding-bottom: 20px;
  clear: both;
}
#services .service-item .service-header i {
  color: #e3722e;
  font-size: 24px;
  float: left;
  margin-right: 25px;
}
#services .service-item .service-header h3 {
  font-size: 18px;
  text-transform: uppercase;
  font-weight: 600;
}

/*------------------------------------------------------
	Portfolio Styles 
--------------------------------------------------------*/
#portfolio {
  padding-bottom: 80px;
  margin-top: 30px;
  background: #3d3f3f;
}
#portfolio .title-section h2 {
  color: white;
}
#portfolio .portfolio-thumb {
  overflow: hidden;
  position: relative;
  margin-bottom: 30px;
}
#portfolio .portfolio-thumb img {
  width: 100%;
  height: auto;
}
#portfolio .portfolio-thumb .overlay {
  opacity: 0;
  visibility: visible;
  background: rgba(227, 114, 46, 0.7);
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
#portfolio .portfolio-thumb .overlay .inner {
  position: absolute;
  padding: 20px;
  width: 100%;
  bottom: 0;
  left: 0;
  text-align: center;
}
#portfolio .portfolio-thumb .overlay .inner h4 {
  font-size: 18px;
  margin-bottom: 10px;
}
#portfolio .portfolio-thumb .overlay .inner h4 a {
  color: white;
}
#portfolio .portfolio-thumb .overlay .inner span {
  font-weight: 300;
  color: white;
}
#portfolio .portfolio-thumb:hover .overlay {
  opacity: 1;
  visibility: visible;
}

/*------------------------------------------------------
	About Styles 
--------------------------------------------------------*/
#about .progess-bars li .progress {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  -webkit-border-radius: 0;
  border-radius: 0;
  background: #e6e6e6;
  height: 30px;
  margin-bottom: 15px;
}
#about .progess-bars li .progress-bar {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  line-height: 30px;
  background: #e3722e;
  text-transform: uppercase;
}
#about .our-team {
  margin-top: 80px;
}
#about .our-team .team-member {
  overflow: hidden;
}
#about .our-team .team-member .member-img {
  width: 100%;
  position: relative;
}
#about .our-team .team-member .member-img img {
  width: 100%;
  height: auto;
}
#about .our-team .team-member .member-img .overlay {
  top: 0;
  left: 0;
  position: absolute;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.6);
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
#about .our-team .team-member .member-img .overlay .social {
  position: absolute;
  top: 0;
  left: 0;
}
#about .our-team .team-member .member-img .overlay .social li {
  display: inline-block;
  float: left;
  margin-right: 1px;
}
#about .our-team .team-member .member-img .overlay .social li a {
  display: block;
  color: white;
  background-color: rgba(255, 255, 255, 0.2);
  width: 40px;
  height: 40px;
  text-align: center;
  line-height: 40px;
}
#about .our-team .team-member .member-img .overlay .social li a:hover {
  background-color: rgba(255, 255, 255, 0.4);
}
#about .our-team .team-member .member-img:hover .overlay {
  opacity: 1;
  visibility: visible;
}
#about .our-team .team-member .inner-content {
  background: whitesmoke;
  border: 1px solid #d6d6d6;
  border-top: 0;
  padding: 20px;
}
#about .our-team .team-member .inner-content h5 {
  font-size: 18px;
  font-weight: 600;
  color: #e3722e;
  margin-bottom: 10px;
}
#about .our-team .team-member .inner-content span {
  color: #9d9d9d;
  margin-bottom: 15px;
  display: block;
}
/*------------------------------------------------------
	Contact Styles 
--------------------------------------------------------*/
#contact .contact-form .full-row {
  width: 100%;
  margin-bottom: 20px;
}
#contact .contact-form input, #contact .contact-form textarea {
  outline: 0;
  display: block;
  border: 1px solid #cccccc;
  width: 100%;
  max-width: 100%;
  padding: 8px 10px;
  color: #777777;
}
#contact .contact-form label {
  display: block;
  margin-bottom: 5px;
}
#contact .contact-form input.mainBtn {
  display: inline-block;
  width: auto;
  border: 0;
  padding: 10px 15px;
  color: white;
}
#contact .map-holder {
  padding: 5px;
  background-color: white;
  border: 1px solid #d6d6d6;
}
#contact .contact-info {
  margin-top: 30px;
}
#contact .contact-info span {
  margin-top: 20px;
  display: block;
  font-size: 14px;
}
#contact .contact-info span i {
  color: #e3722e;
  font-size: 16px;
  margin-right: 12px;
}
.flexsliderbox {width: 100%; background:#FFFFFF;margin-top: 32px; }
.flexsliderbox[data-v-page] {margin-top: 0px;}
.flexslider {
  width: 100%;
  max-width: 100%;
  min-width: 100%;
  overflow: hidden;
}

.flex-direction-nav a {
  color: #ffffff;
  width: 40px;
  height: 40px;
  background-color: rgba(136,173,134,0.5);
  -webkit-border-radius: 3px;
  border-radius: 3px;
  margin: -20px 0 0 0;
  text-align: center;
  line-height: 40px;
}

.flex-caption {
  position: absolute;
  top: 39%;
  width: 100%;
  text-align: center;
  z-index: 999;
  color: white;
}
.flex-caption h2 {
  font-size: 40px;
  text-transform: uppercase;
  font-weight: 700;
  color: white;
  margin-bottom: 45px;
}
.flex-caption p {
  font-size: 20px;
  font-family: \5FAE\8F6F\96C5\9ED1;
  line-height: 28px;
  font-weight: 700;
}
.flex-caption span {
  background: url(../images/slider-dec.png) no-repeat;
  width: 60px;
  height: 9px;
  display: block;
  margin: 30px auto;
}

/*------------------------------------------------------
	Footer Styles 
--------------------------------------------------------*/
.site-footer {
  margin-top: 0px;
  background-color: #025f06;
  color: white;
  padding: 15px 0;
}
.site-footer p {
  margin-top: 10px;
}
.site-footer p a:hover {
  color:#000000;
}
.site-footer a {
  color: white;
  text-align: center;
}
.site-footer .go-top {
  float: right;
  text-transform: uppercase;
}
.site-footer .go-top i {
  display: block;
}
@media (max-width: 767px) {
.site-footer .go-top {
  float: initial;text-align: center;margin-top: 10px;
}	
	.site-footer p {text-align: center;}
}
/********************************
IPAD LANDSCAPE (1024x768)
********************************/
/********************************
IPAD PORTRAIT (768x1024)
********************************/
@media only screen and (max-width: 960px) {
  .main-header .logo {
    margin-top: 20px;
  }

  .service-item, .team-member {
    margin-bottom: 50px;
  }

  .our-skills {
    margin-top: 60px;
  }

  .flex-caption {
    top: 20%;
  }
  .flex-caption h2 {
    font-size: 24px;
    margin-bottom: 20px;
  }
  .flex-caption p {
    font-size: 16px;
    width: 70%;
    margin: 0 auto;
  }

  .left-header, .right-header {
    /*text-align: center;*/
  }
}
/********************************
IPHONE 4-4S-5 LANDSCAPE (568x320)
********************************/
@media only screen and (max-width: 760px) {
  .flex-caption {
    display: none !important;
  }

  .contact-form {
    margin-bottom: 60px;
  }
  .main-header .logo {
    margin: 0;
  }
  .responsive-menu .menu {
    top: 32px;
  }
	.flexsliderbox {margin-top: 20px; }
}
/********************************
IPHONE 4-4S-5 PORTRAIT (320x568)
********************************/
/*---------------------------------------------------------
 Lunwen
-------------------------------------------------------- */
.page-container ol { list-style-type: decimal;}
.page-container {
	line-height: 2em; font-size: 14px;
}
.page-container p {line-height: 1.5em;color: #6d6d6d;font-size: 12px;}
.page-container a.small-font {
	margin-left: 0px; display: block;
}
.paper-list {
	margin: 0px; padding: 0; color: rgb(51, 51, 51); font-size: 14px; list-style-position: outside;list-style-type: none;
}
.paper-list li {
	margin: 0px; padding: 0em; line-height: 1.4em; border-bottom-color: rgb(238, 238, 238); border-bottom-width: 1px; border-bottom-style: dashed; text-align:left;
}
.paper-list-show.paper-list li {
	padding: 0.8em;
}
.paper-list li:last-child {
	border-bottom-color: currentColor; border-bottom-width: medium; border-bottom-style: none;
}
.paper-list li .paper-title {
	color: #247d1f; font-size: 16px;line-height: 16px;
}
.paper-list li .paper-title a {
	color: #247d1f; text-decoration: none;background-image: url(2021-icon03.png);background-repeat: no-repeat;background-position: left 5px;padding: 0 0 0 16px;
}
.paper-list li .paper-title a:hover {
	color: #000000; text-decoration: none;
}
.paper-list li .paper-author {
	font-size: 13px;
}
.paper-list li .paper-source {
	font-size: 13px;
}
.paper-list li .paper-volume {
	font-size: 13px;
}
.paper-list li .paper-time {
	font-size: 13px; margin-right: 0px;
}

.more a{
	font-size:1em;
	color:#fff;
	text-decoration:none;
	padding:6px 35px;
	background:#0dad05;
}
.hvr-rectangle-out {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
  position: relative;
  background:#0dad05;
  -webkit-transition-property: color;
  transition-property: color;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
.hvr-rectangle-out:before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background:#1f651b;
  -webkit-transform: scale(0);
  transform: scale(0);
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}
.hvr-rectangle-out:hover, .hvr-rectangle-out:focus, .hvr-rectangle-out:active {
  color: white;
}
.hvr-rectangle-out:hover:before, .hvr-rectangle-out:focus:before, .hvr-rectangle-out:active:before {
  -webkit-transform: scale(1);
  transform: scale(1);
}
.aboutsum { display:block; overflow:hidden;font-size: 16px;line-height: 1.7;}
.service-box {
	background: #fff;
	border-bottom: 2px solid #0dad05;
	padding: 15px 15px 20px 15px;
	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;
}

.service-box:hover {
    transform:translate(0,-10px);
	-webkit-transform:translate(0,-10px);
	-moz-transform:translate(0,-10px);
	-o-transform:translate(0,-10px);
	-ms-transform:translate(0,-10px);
}

.service-icon {
	margin-bottom: 20px;
}	
.service-icon img {width: 100%;height: 158px;}
.service-desc h5 {
	text-transform: initial;
	font-weight: 500;
	color: #272727;
	font-size: 17px;line-height: 1.6;
	margin-bottom: 10px;height: 80px;
}
.title-section h6 {position: relative;top: -29px;float: right; color:#337AB7;font-weight: 400;}
.service-desc .divider-header {
	margin-bottom: 5px;
}
.service-desc p { margin-bottom:15px;color: #6D6D6D;font-size: 12px;}
.sy-newsbox {
	padding: 8px 0 0 0;
}
.sy-newsbox .sy-n-img {
	margin-right: 10px; float: left;
}
.sy-newsbox .sy-n-txt {
	line-height: 1.2;
}
.sy-newsbox .sy-n-txt h2 a {
	line-height: 1.4; overflow: hidden; margin-bottom: 7px; max-height: 40px; color:#247d1f; font-weight:500; font-size:16px;
}
.sy-newsbox .sy-n-txt h2 a:hover { color:#000000;}
.sy-newsbox li {
	overflow: hidden; margin-bottom: 15px;
}
.sy-newsbox .sy-n-img img {
	height: 80px; width: 120px;border: #eee solid 1px;
}
.sy-newsbox .sy-n-txt p {
	color: #6d6d6d;line-height: 18px;margin-top: 6px;font-size: 14px;
	-webkit-line-clamp: 2;
    display: -webkit-box;
    overflow: hidden;
    -webkit-box-orient: vertical;
}
@media (max-width:1199px){
	.service-icon img {height: 122px;}
	.service-desc h5 {font-size: 15px;}
}
@media (max-width:991px){
	.service-icon img {height: 210px;}
	.service-desc h5 {font-size: 17px;}
}
@media all and (min-width:768px)
{
.sy-newsbox .sy-n-img img {
	height: 60px; width: 90px;border: #eee solid 1px;
}
.sy-newsbox .sy-n-txt p {
	line-height: 1.6; max-height: 65px;
}
.sy-newsbox .sy-n-txt h2 {
	line-height: 1.6; max-height: 45px; WIDTH: 78%;WHITE-SPACE: nowrap;TEXT-OVERFLOW: ellipsis;display: block;overflow: hidden;
}
.paper-list li .paper-title {
	WIDTH: 100%;WHITE-SPACE: nowrap;TEXT-OVERFLOW: ellipsis;display: inline-block;overflow: hidden;
}
}
@media (max-width:767px){
	.service-icon img {height: auto;}
	.service-desc h5 {height: auto;margin-bottom: 20px;}
	.sy-newsbox .sy-n-txt p {-webkit-line-clamp: initial;display: initial;overflow: initial;}
}
/*--team--*/
.team{
	padding: 2em 0;
}
.work-bottom {
  margin-top: 3em;overflow: hidden;
}
.team-bottom h4 {
  font-size: 16px;
  color: #006EBB;
  margin: 15px 0 6px 0;
}
.team-bottom h4 a {color: #247d1f;}
.team-bottom h4 a:hover {color: #ED6D00;}
.team-bottom p {
  color: #6d6d6d;
  font-size: 14px;
  line-height: 1.4em;
}
.team-left{
margin:0 20px;
}
.team-left .ryimg {width: 160px;height: 202px;background-size: 100%;background-position: center;background-repeat: no-repeat;border: #eee solid 1px;}
.team-left img{width:100%;height: 267px;}
@media (max-width:1199px){
.team-left img{height: 208px;}	
}
@media (max-width:991px){
.team-left img{height: 200px;}	
}
@media (max-width:767px){
.team-left img{height: 200px;}
}
@media (max-width:380px){
.team-left img{height: 174px;}	
}
@media (max-width:320px){
	.team-left .ryimg {width: 124px;height: 124px;}
}
/*--flexisel--*/
#flexiselDemo1 {
	display: none;
}
.nbs-flexisel-container {
	position: relative;
	max-width: 100%;
}
.nbs-flexisel-ul {
	position: relative;
	width: 9999px;
	margin: 0px;
	padding: 0px;
	list-style-type: none;
	text-align: center;
}
.nbs-flexisel-inner {
	overflow: hidden;margin: 0 -10px;
}
.nbs-flexisel-item {
	float: left;
	margin: 0;
	padding: 0px;
	position: relative;
	line-height: 0px;
}
.nbs-flexisel-item &gt; img {
	cursor: pointer;
	position: relative;
}
@media (max-width:767px){
.nbs-flexisel-inner {margin: 0;}	
}
/*--//flexisel--*/
/*--//team--*/
.path {font-size:14px;line-height:2.5em;background:#F7F7F7;padding:2px 0;color:#10588A;border-bottom:#EAEAEA solid 1px;overflow:hidden;margin-top: 75px;}
.path a{color:#10588A;}
.path a:hover{color:#ef4350; text-decoration:none;}
#xlmain {display: block;overflow: hidden;}
#xlmain .wztitle {color: #BF0100; font-family: \5FAE\8F6F\96C5\9ED1; line-height:36px; text-align:center; font-size: 24px; padding: 0px 0px 6px 0px;}
#xlmain .info {color:#666; font-family: \5FAE\8F6F\96C5\9ED1; text-align:center; font-size: 12px; border-bottom: solid 1px #cccccc; padding: 0px 0px 16px 0px;}
#xlmain .info a {color:#666; text-decoration: none;}
#xlmain .info a:hover {color:#de0c0c; text-decoration: none;}
#xlmain .text { margin:20px 0px 10px 0px; overflow:hidden; display:block;}
.article { font-size:14px; line-height:26px; display:block; overflow:hidden;width:100%;}
.article img { width:100%; height:auto;max-width: 600px;display: block;margin-left: auto;margin-right: auto;}
/* Nav pills
---------------------------------- */
.sidebar .title {margin-bottom: 2px;position: relative;padding: 20px 15px 20px 20px;background: #1f651b;font-size: 18px;font-weight: 600; color:#ffffff;}
.nav-pills &gt; li &gt; a {
	border-radius: 0;
	padding: 10px 15px;
	border: 1px solid transparent;
	color: #222;
	font-size: 15px;
	text-transform: uppercase;
	font-weight: 500;
}
.nav-pills.nav-stacked &gt; li + li {
	margin-left: 0; background:#e8f1e7;margin-top: 2px;border-bottom: #c3dfc5 solid 0px;
}
.nav-pills &gt; li.active &gt; a,
.nav-pills &gt; li.active &gt; a:hover,
.nav-pills &gt; li.active &gt; a:focus,
.nav-pills &gt; li &gt; a:hover,
.nav-pills &gt; li &gt; a:focus {
	border: 1px solid #42a93d;
	color: #ffffff;
	background-color: #42a93d;
}
.nav-pills.nav-stacked &gt; li &gt; a:after {
	font-family: "FontAwesome";
	content: "\f105";
	font-size: 14px;
	font-weight: 700;
	position: absolute;
	right: 15px;
	top: 9px;
	color: #B9B9B9;
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	-ms-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}
.nav-pills &gt; li.active &gt; a:after {
	color: #dcffdb;
}
.nav-pills &gt; li.active &gt; a:hover:after,
.nav-pills &gt; li.active &gt; a:focus:after,
.nav-pills &gt; li &gt; a:hover:after,
.nav-pills &gt; li &gt; a:focus:after {
	color: #dcffdb;
	right: 10px;
}
@media (max-width:414px){
	.more a {
		font-size: 14px;
		padding: 7px 25px;
	}
}
@media screen and (max-width: 992px){
.aboutsum { height:140px;}
.service-box { margin-bottom:20px;}
.service-box:hover {margin-top: 0px;}
}
@media screen and (max-width: 768px){
.img-portfolio {margin-bottom: 15px;}
}
@media screen and (max-width: 640px){
.work-bottom {
  margin-top: 2em;
}
.aboutsum { height: auto; margin-top:20px;}
}
/*ç&nbsp;”ç©¶è¿›å±•*/
.news-list li{border-bottom: 1px dotted #d9d9d9; margin-bottom: 15px; padding-bottom: 15px; }
.news-list .news-img{ margin-right: 10px;}
.news-list .news-img img{ max-width: 110px;}
.news-list h2 a{ display: block; font-size: 14px; line-height:1.5;max-height: 42px; overflow: hidden;color: rgb(0, 123, 208);}
.news-list h2 a:visited {color: rgb(0, 123, 208);} 
.news-list h2 a:hover,.news-list h2 a:focus { color:#000000;}
.news-list h2 a:active { color:#000000;}
.news-list p{ line-height: 1.5; height: 35px; overflow: hidden; font-size: 12px; margin-top: 5px; color:#6D6D6D;}
@media (min-width: 768px) {
	.news-list h2 a{ font-size: 16px; line-height: 2.2;height: auto;}
	.news-list li p{ line-height: 1.8; height: auto; font-size: 14px;}
	.news-list .news-img img{ max-width: 160px; height: auto;}
	.news-list .news-img{ margin-right: 20px;}
	.news-list li{border-bottom: 1px dotted #d9d9d9; margin-bottom: 20px; padding-bottom: 20px; }
}

@media only screen and ( min-width:400px ) {
	.news-list h2 a{ font-size: 15px; line-height:1.8; max-height: 54px;}
	.news-list li p{ line-height: 1.6; height: 60px; font-size: 13px; color:#6D6D6D;}
	.news-list .news-img img{ max-width: 160px; height: auto;}
	.news-list .news-img{ margin-right: 20px;}
}
/*ç&nbsp;”ç©¶è¿›å±• ç»“æŸ*/
.phototitle { float:left;width:100%;overflow:hidden;font-size:12px;color:#6d6d6d; margin-top:10px; }
.phototitle a {color:#006EBB;text-overflow:ellipsis; white-space:nowrap; display:block; overflow:hidden;font-size:14px; }
.phototitle a:hover { color:#9D0711;text-decoration:none;}
.nrhei {font-size: 16px; line-height: 190%; color: #444;word-wrap: break-word;}
.nrhei1 {font-size: 16px; line-height: 180%; color: #444;word-wrap: break-word;}
/*---------------ç½‘ç«™å¤´---------------------*/
.soc_icons {overflow: hidden;width: 22%;margin: 5px 0 0 15px;float: right;}
.webheader { overflow: hidden;}
.webheader .logopart {position: relative;overflow: hidden;}
.webheader .logopart .slogo { position: absolute;bottom: 10px;right: 15px;}

.webheader .header-left {width: 48.783%;}
.webheader .header-right {width: 51.217%;padding-left: 30px;}
.webheader .logo { margin:45px 0 42px 0;font-size: 30px;font-weight: 700;text-transform: uppercase;color: #1f651b;overflow: hidden;line-height: 1;}
.webheader .logo a {color: #1f651b;}
.webheader .logo a:hover {color: #1f651b;}
.webheader .moblogo {margin:12px 0 0 0;overflow: hidden;}
.webheader .relatedlink { margin:36px 2px 16px 0; text-align:right;}
.webheader .searchbox { position: relative; background:#fff; width: 258px; border-radius:20px; padding: 7px 0;margin-top: 48px;}
.webheader .searchbox input[type="text"] { margin: 0 0 0 17px; outline: none; color: #888; background: none; border: none; width: 89.33333%; position: relative; font-size: 14px; line-height:20px; -webkit-appearance: none;}
.webheader .searchbox input[type="text"]::-webkit-input-placeholder{ color: #888 !important;font-family: Arial;}
.webheader .searchbox input:-webkit-autofill {-webkit-box-shadow: 0 0 0px 1000px #ffffff inset;}
.webheader .searchbox input[type="submit"] { background: url(searchbtn.png) no-repeat 0px 1px; border: none; cursor: pointer; width: 24px; outline: none; position: absolute; top: 9px; right: 7px;
}
@media (max-width: 1199px){

}
@media (max-width: 991px){
.webheader .relatedlink { margin:28px 2px 10px 0;}
}
@media (max-width: 767px){
	.webheader .header-left {width: 100%;}
    .webheader .header-right {width: 100%;padding-left: 0px;}
	.webheader .logo { margin:22px 0 0 0;}
	.webheader .logo img { margin:0 auto;}
	.webheader .searchbox { width: 100%;padding: 5px 0;margin: 23px auto 12px auto;float: initial;}
	.webheader .relatedlink { margin:10px 0; text-align:center;width: 100%;}
	.webheader .searchbox input[type="submit"] {top:7px;}
	.webheader .logopart .slogo {position: initial;margin: 0 0 15px 0;}
}
.topbanner {overflow: hidden;background: url(2021-topbg.jpg) no-repeat top center;}
.topbanner .topby {height: 339px;position: relative;}
.topbanner .topby img {position: absolute;bottom: 26px;right: 0;}
@media (max-width: 1199px){
	.topbanner {background-size: cover;}
	.topbanner .topby {height: 239px;}
}
@media (max-width: 767px){
	.topbanner {background-size: 220% 100%;}
	.topbanner .topby {height: 190px;}
}
@media (max-width: 380px){
	.webheader .logo {font-size: 23px;}
	.webheader .header-right {padding-left: 10px;}
	
}
@media (max-width: 320px){
	.webheader .searchbox { margin-top: 19px;}
}
/*---------------------------------å¯¼èˆªï¼†èœå•------------------------------------------*/
.twobanner {height: 236px;border-top: #4d788e solid 1px;}
.twolmmt {margin: 4px 0 0 0;}
.h_menu {padding: 0;}
.location_menu { overflow:hidden;padding: 0px;}
.navbar {min-height: 40px; border: 0px solid transparent;}
.navbar-toggle {float: right;padding: 0;margin-top: 13px;margin-bottom: 9px; margin-right:0px;border: 0px solid #F6FAFC;}
.navbar-menu { font-size:20px; color:#ffffff; float:left; font-weight:500; margin:9px 0 0 0;}
.navbar-default .navbar-collapse {border-color: #099a02;box-shadow: none;}
.nav-tabs &gt; li { text-align:center;}
.nav-tabs &gt; li:last-child {border-right:#cacaca solid 0px;}
.nav-stacked &gt; li {background: #e8f1e7;border-top: #feffff solid 0px;border-bottom: #cce7fa solid 0px;}
.nav-wrap {}
.nav-wrap .bootsnav.scroll {
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
	z-index: 9;
  }
@media (max-width: 1024px) {
.twobanner {height: 206px;}
}
@media only screen and (max-width: 992px) {
.nav-pills &gt; li &gt; a {font-size: 14px;}
}
@media (min-width: 768px) {
.navbar-menu {display: none;}
.navbar-right {margin-right: 0px;}
}
@media only screen and (max-width: 768px) {
.twobanner {height: 142px;}
.h_menu {position: relative;margin-left: -15px;margin-right: -15px;}
.location_menu {position: relative;margin-left: -15px;margin-right: -15px;}
}
@media (max-width: 767px) {
.navbar-collapse.in {overflow: hidden;max-height: 382px;overflow-y: auto !important;}
}
@media screen and (max-width: 640px){
.navbar-collapse { margin-top:6px;}
}
@media screen and (max-width: 480px){
.nav-tabs &gt; li { width:100%;border-right:#cacaca solid 0px;}
}
.dropdowns {position: relative;}
.dropdown .dropdowns.open&gt;a:before {content: "\f105";color: #e3e3e3;}
.dropdown .dropdowns&gt;a:before {font-family: 'FontAwesome';content: "\f105";position: absolute;right: 10px;top: 10px;margin-left: 0;visibility: visible;color: #6895be;}

/*---------------Details---------------------*/
.page-main {
  padding-top: 26px;
  padding-bottom: 30px;
  min-height: -moz-calc(100vh - 354px);
    min-height: -webkit-calc(100vh - 354px);
    min-height: calc(100vh - 354px);
}
.dpborderstyle {background:#ffffff;overflow: hidden;
min-height: -moz-calc(100vh - 762px);
    min-height: -webkit-calc(100vh - 762px);
    min-height: calc(100vh - 762px);
}
@media (max-width: 767px) {
	.page-main, .dpborderstyle {min-height: auto;}
}

.staffinfo {overflow: hidden;margin-top: 8px;margin-bottom: 30px;}
.staffinfo li{margin-bottom: 22px; display: block; overflow: hidden; }
.staffinfo li:last-child {margin-bottom: 0px;border-bottom:#ccc dashed 0px; }
.staffinfo li h2 { font-size:32px;line-height:1.2; margin:5px 0 15px 0;display: block;color: #272727;font-weight: 700;}/*text-overflow: ellipsis;white-space: nowrap;*/
.staffinfo li h2 a { color:#292929;}
.staffinfo li h2 a:hover { color:#045d00; text-decoration:none;}
.staffinfo .news-img{}
.staffinfo .news-img img{ border:#e4e4e4 solid 0px;max-width: 300px;}
.staffinfo .news-txt {padding-top: 16px;}
.staffinfo .news-txt p { line-height: 25px; font-size: 15px; margin: 0px; color:#333333;font-weight: 700;}
.staffinfo .news-txt p a { overflow:hidden; color:#f08519; font-size:12px; text-decoration:underline; font-style:italic; display:block;}
.staffinfo .news-txt p a:hover { color:#15549a;}
@media (max-width: 767px) {
.staffinfo .news-img{ margin-right: 0px;width: 100%;margin-bottom: 15px;}
    .staffinfo .news-img img{ margin: 0 auto;}
}

.xlmain {display: block;margin:0;}
.xlmain hr {border-top: 1px solid #e1e5f3;}
.xlmain .wztitle {color: #247d1f;line-height:140%; font-size: 28px;margin: 24px 0 36px 0;font-weight: 700;text-align: center;/*word-break: break-all;*/}
.xlmain .dptitle {color: #354a96;line-height:130%; font-size: 28px;margin: 0 0 16px 0;font-weight: 700;/*word-break: break-all;*/}
.xlmain .lwtitle {color: #354a96;line-height:130%; font-size: 26px;margin: 15px 0 24px 0;font-weight: 700;/*word-break: break-all;*/}
.xlmain .basicinfo {border-bottom: solid 1px #e2e2e2; padding: 0px 0px 3px 0px;}
.xlmain .basicinfo .qtinfo {color:#777; font-size: 14px;margin: 0 0 10px 0;}
.xlmain .basicinfo .qtinfo a {color:#777; text-decoration: none;}
.xlmain .basicinfo .qtinfo a:hover {color:#de0c0c; text-decoration: none;}
.xlmain .basicinfo .other-share {float: right;margin-top: 4px;}
.xlmain .basicinfo .share {overflow: hidden;float: right;}
.xlmain .basicinfo .ot-socials {text-align: right;}
.xlmain .basicinfo .ot-socials a {display: inline-block;height: 16px;width: 20px;text-align: center;line-height: 30px;margin-right: 8px;font-size: 14px;padding: 0;text-decoration: none;}
.xlmain .basicinfo .ot-socials .share-wx {background-image: url(fx-wx.png);background-repeat: no-repeat;background-position: 50% 50%;}
.xlmain .basicinfo .ot-socials .share-wx:hover {opacity: .6;}
.xlmain .basicinfo .ot-socials .share-qq {background-image: url(fx-qq.png);background-repeat: no-repeat;background-position: 50% 50%;}
.xlmain .basicinfo .ot-socials .share-qq:hover {opacity: .6;}
.xlmain .basicinfo .ot-socials .share-wb {background-image: url(fx-wb.png);background-repeat: no-repeat;background-position: 50% 50%;}
.xlmain .basicinfo .ot-socials .share-wb:hover {opacity: .6;}
.xlmain .text { margin:0; overflow:hidden; display:block;}
.xlmain .text p {margin: 0 0 18px 0;}
.xlmain .text p:last-child {margin: 0 0 0 0;}
.xlmain .text img {display: block;margin-right: auto;margin-left: auto;}
.xlmain .text video {object-fit: fill;width: 100% !important;height: 100% !important;}

.xlmain .text .sz {width: 244px;margin-left: 80px;float: right;}
.xlmain .text .sz img {width: 244px;}
.xlmain .text .szzc {overflow: hidden;}

.xlmain .textxl { margin:26px 0 0 0; overflow:hidden; display:block;}
.xlmain .textxl p {margin: 0 0 18px 0;}
.xlmain .textxl p:last-child {margin: 0;}
.xlmain .textxl img {display: block;margin-right: auto;margin-left: auto;}
.xlmain .textxl table {margin: 0 0 15px 0;}
.xlmain .textxl td {text-align: center;}
.xlmain .textxl video {border: #eff1f7 solid 6px;border-radius: 5px;width: 66% !important;height: 100% !important;margin-bottom: 16px;margin-top: 10px;object-fit: fill;}
.xlmain .textld {margin: 32px 0 30px 0;}
.xlmain .textld .photo {float: left;position: relative;margin: 0 26px 0px 26px;}
.xlmain .textld .photo img {border-radius: 4px;margin: 0 0 15px 0 !important;display: block;margin-right: auto !important;margin-left: auto !important;max-width: 200px;
-ms-box-shadow: 0px 2px 10px -3px rgba(0, 0, 0, 0.44);
-o-box-shadow: 0px 2px 10px -3px rgba(0, 0, 0, 0.44);
-moz-box-shadow: 0px 2px 10px -3px rgba(0, 0, 0, 0.44);
-webkit-box-shadow: 0px 2px 10px -3px rgba(0, 0, 0, 0.44);
box-shadow: 0px 2px 10px -3px rgba(0, 0, 0, 0.44);
}
.xlmain .textsp { margin:38px auto 0 auto; overflow:hidden; display:block;width: 66%;position: relative;}
.xlmain .textsp .txsp {position: absolute;bottom: 0;left: 0;width: 100%;height: 50px;background: #fff;z-index: 1;}
.xlmain .textsp video {border: #eff1f7 solid 6px;border-radius: 5px;width: 100% !important;height: 100% !important;}

.xlmain .table-bordered &gt; tbody &gt; tr &gt; th, .xlmain .table-bordered &gt; tbody &gt; tr &gt; td {vertical-align: middle;letter-spacing: 0px;}
.xlmain .table-bordered &gt; tbody &gt; tr &gt; td {font-size: 15px;}
.xlmain .table-bordered &gt; tbody &gt; tr &gt; th {font-size: 15px;color: #282828;background-color: #f3f3f3;}

.rylanmu { overflow: hidden;background: #f0f3fa;border-left: 5px solid #1958af;padding: 0 12px 0 17px;margin: 18px 0 16px 0;}
.rylanmu_l { color:#1958af;float:left;font-weight: 700;font-size:20px;line-height: 140%;padding: 7px 0;}
.rylanmu_l img {display: inline-block;margin-right: 10px;margin-top: -3px;}
.xlmain .textry {overflow: hidden;margin-top: 8px;}
.xlmain .textry .mt {margin-top: 288px;}
.xlmain .textry h3 { font-size:32px;line-height:1.2; margin:0 0 30px 0;display: block;color: #272727;font-weight: 700;}
.xlmain .textry h3 span {font-size: 22px;margin-left: 20px;color: #999;}
.xlmain .textry h4 { font-size:24px;line-height:1.2; margin:5px 0 20px 0;display: block;color: #282828;font-weight: 700;}
.xlmain .textry h4 span {font-size: 22px;margin-left: 20px;color: #999;}
.xlmain .textry p {margin: 0 0 18px 0;}
.xlmain .textry p a {color: #333;}
.xlmain .textry p a:hover {color: #005bac;}
.xlmain .textry th {color: #333;font-size: 16px;}
.xlmain .textry img {display: block;margin-right: auto;margin-left: auto;}
.xlmain .textry .ryname {overflow: hidden;border-left: 10px #FF9800 solid;padding-left: 20px;margin: 24px 0 40px 0;}
.xlmain .textry .ryname h4 {font-size: 20px;font-weight: 500;color: #333;margin: 0 0 12px 0;}
.xlmain .textry .ryname h4 b {font-size: 32px;color: #004098;font-weight: 700;}

.xlmain .textry .ryinfo {overflow: hidden;background: #e6f3fc;}
.xlmain .textry .ryinfo .ryimg { margin-right: 30px;background: #c1dced;padding: 30px 50px;}
.xlmain .textry .ryinfo .ryimg img{ border-radius: 5px;width: 180px;height: 240px;}
.xlmain .textry .ryinfo .rytxt p { line-height: 220%; font-size: 17px; margin: 30px 0 0 0; color:#222;}
.xlmain .textry .ryinfo .rytxt p a {color:#222;font-size: 17px;text-decoration: none;font-style: normal;}
.xlmain .textry .ryinfo .rytxt p a:hover {color:#ff7300;}
.xlmain .textry .rydetail {overflow: hidden;padding: 8px 0 0 0;}
.xlmain .textry .rydetail .detail {padding-left: 2px;font-size: 15px !important;line-height: 1.7 !important;}
.xlmain .textry .rydetail table {border: transparent;}
.xlmain .textry .rydetail tbody {background-color: transparent;}
.xlmain .textry .fl {margin-right: 28px;margin-bottom: 12px;}
.xlmain .textry .fl img {max-width: 198px;}
.xlmain .textry .fl h4 {font-size: 15px;line-height: 1.5;margin: 15px 0;text-align: center;font-weight: 500;color: #3157bb;}

.xlmain .textqk {overflow: hidden;font-size: 15px;line-height: 160%;color: #333;margin-top: 11px;}
.xlmain .textqk p {margin: 0;}

.platformbox {display:block;overflow:hidden;text-align: center;margin: 0 0 68px 0;}
.xlmain .platforminfo { margin:0 auto; overflow:hidden; display:block;min-height: 1000px;}
.xlmain .platforminfo p {margin: 0 0 16px 0;}
.xlmain .platforminfo p:last-child {margin: 0 0 0 0;}
.xlmain .platforminfo img {display: block;margin: 0 auto 70px auto;}

@media (min-width: 992px) {
	.xlmain .platforminfo { width: 876px;}
}
@media (min-width: 767px) {
	.xlmain .textxl img {max-width: 640px;}
}
@media (max-width: 1199px) {
	.xlmain .textsp { width: 64%;}
    .xlmain .text .sz {margin-left: 40px;}
    .xlmain .textxl video {width: 76% !important;}
}
@media (max-width: 991px) {
	.xlmain .wztitle {font-size: 24px;}
	.xlmain .textsp { width: 80%;}
	.xlmain .textld .photo {width: 100%;margin: 0 0 18px 0;}
    .xlmain .text .szzc {overflow: initial;}
}
@media (max-width: 800px) {
	.platformbox {margin: 32px 0 48px 0;}
	.xlmain .platforminfo { min-height: 800px;}
	.xlmain .platforminfo img {margin: 0 auto 60px auto;}
}
@media (max-width: 767px) {
	.xlmain .wztitle { margin: 0 0 18px 0;font-size: 18px;}
	.xlmain .basicinfo .qtinfo {margin: 0 0 8px 0;}
	.xlmain .text { margin:18px 0 12px 0;}
    .xlmain .text .sz {margin-left: 0px;width: 100%;float: inherit;margin-bottom: 20px;}
	.xlmain .textxl { margin:20px 2px 0 2px;}
    .xlmain .textxl video {width: 100% !important;}
	.xlmain .textsp { width: 100%;margin:20px auto 4px auto;}
	.xlmain .platforminfo {width: 100%;}
	.xlmain .platforminfo img {margin: 0 auto 40px auto;}
    .xlmain .textry .fl {width: 100%;}
    .xlmain .textry .fl img {margin-left: auto;margin-right: auto;margin-bottom: 20px;display: block;}
    .xlmain .textry h3 span {display: block;margin-top: 8px;margin-left: 0;}
}
.rcxl {overflow: hidden;}
.rcxl ol, .rcxl li {list-style-type: decimal;}
.rcxl ol {padding-left: 17px;}
.rcxl li {margin-bottom: 12px;line-height: 21px;}
.rcxl p {margin: 0 0 6px 0 !important;}
/*page*/
.pmt1 {margin-top: 30px;}
.page {
  text-align: right;
  margin-top: 30px;
  padding-bottom: 10px;
}
.page a {
  display: inline-block;
  height: 36px;
  line-height: 36px;
  background-color: #f5f5f5;
  border-radius: 3px;
  padding: 0 14px;
  margin: 2px 1px;
}
.page a:hover,
.page a.current,
.page a.a-s {
  background-color: #508ded;
  color: #fff;
}

.pagefrm1 {
    color: #333;
    font-size: 12px;
    background-color: #F7F7F7;
    border: 1px solid #CCCCCC;
    height: 24px; width: 36px;
    line-height: 22px;
    text-align:center; margin-right: 8px; float: left;
}
.pagefrm2 {
    color: #333;
    font-size: 12px;
    background-color: #F7F7F7;
    font-family: \5FAE\8F6F\96C5\9ED1;
    height: 24px; width: 46px;
    line-height: 22px;
    border: 1px solid #CCCCCC;
}
.pageline { border-bottom: dotted 1px #cccccc; height:4px; margin-top:20px;float: left;width: 100%;}
.pageline1 { border-bottom: dotted 1px #cccccc; height:4px; margin-top:20px; width:95%; display:block; overflow:hidden;}
#pages {
    width:100%; FONT-SIZE: 14px; TEXT-ALIGN: center; CLEAR: both; border-top: dotted 0px #cccccc; overflow: hidden; PADDING-TOP: 0px;float: left;
}
#pages A {
    BORDER: #dedede 0px solid; HEIGHT: 36px; BACKGROUND: #f5f5f5; COLOR: #333; PADDING: 0 15px; TEXT-DECORATION: none; MARGIN: 0px 5px 6px 0; DISPLAY: inline-block; LINE-HEIGHT: 36px;border-radius: 3px;
}
#pages A:visited {
    BORDER: #dedede 0px solid; HEIGHT: 36px; BACKGROUND: #f5f5f5; COLOR: #333; PADDING: 0 15px; TEXT-DECORATION: none; MARGIN: 0px 5px 6px 0; DISPLAY: inline-block; LINE-HEIGHT: 36px;border-radius: 3px;
}
#pages A:hover {
    BORDER: #dedede 0px solid; HEIGHT: 36px; BACKGROUND: #f5f5f5; COLOR: #333; PADDING: 0 15px; TEXT-DECORATION: none; MARGIN: 0px 5px 6px 0; DISPLAY: inline-block; LINE-HEIGHT: 36px;border-radius: 3px;
}
#pages SPAN {
    HEIGHT: 36px;
    COLOR: #333;
    PADDING: 0 15px;
    TEXT-DECORATION: none;
    MARGIN: 0px 5px 6px 0;
    DISPLAY: inline-block;
    LINE-HEIGHT: 36px;
    font-size: 14px;border-radius: 3px;
}
/*#pages input {height: 24px; width: 36px;LINE-HEIGHT: 16px; float: left; margin-top: 0px; margin-left: 3px;}*/
#pages A:hover {
    BACKGROUND: #0f8a09; COLOR: #fff;
}
#pages A.curr {
    BACKGROUND: #0f8a09; COLOR: #fff;
}
#pages A.curr:visited {
    BACKGROUND: #0f8a09; COLOR: #fff;
}
#pages A:hover {
    BACKGROUND: #0f8a09; COLOR: #fff;
}
/*-----------------äººæ‰é˜Ÿä¼---------------------*/
.group { margin-top: 18px;padding: 0 2px;}
.group li {margin-top: 12px;margin-bottom: 10px;}
.group li .boxstyle {overflow: hidden;}
.group li .boxstyle .thumbnail__link img {margin: auto;}
.group li .boxstyle .ryimg {width: 151px;height: 151px;background-size: 100%;background-position: center;background-repeat: no-repeat;border: #eee solid 1px;margin: 0 auto;}
.group li .boxstyle img {width: 166px;height: 222px;}
.group li .boxstyle .txtinfo {margin: 10px 0 2px;overflow: hidden;}
.group li .boxstyle .txtinfo h4 { color: #247d1f;font-size: 15px;font-weight: 500;margin: 0 0 4px 0;line-height: 20px; text-align: center;}
.group li .boxstyle .txtinfo h4 a { color: #247d1f;word-break:break-all;}
.group li .boxstyle .txtinfo h4 a:hover { color: #ED6D00;}
.group li .boxstyle .txtinfo p {font-size: 13px;color: #808080;line-height: 18px;margin: 0 0 3px 0;word-break: break-all;text-align: center;overflow: hidden;width: 100%;height: 36px;}

.group li .boxstyle1 {overflow: hidden;}
.group li a:hover .boxstyle1 img {height: 172px;width: 123px;}
.group li .boxstyle1 .txtinfo {margin: 10px 0 2px;overflow: hidden;}
.group li .boxstyle1 .txtinfo h4 { color: #0453b0;font-size: 15px;font-weight: 500;margin: 0 0 3px 0;line-height: 20px; text-align: center;}
.group li .boxstyle1 .txtinfo h4 a { color: #383838;word-break:break-all;}
.group li .boxstyle1 .txtinfo h4 a:hover { color: #0453b0;}
.group .col-md-3 {width: 20%;float: left;}
@media (max-width: 1199px) {
	.group .col-md-3 {width: 25%;}
}
@media (max-width: 991px) {
	.group li .boxstyle img {width: 148px;height: 198px;}
}
@media (max-width: 767px) {
	.group .col-md-3 {width: 50%;}
}
@media (max-width: 320px) {
	.group li .boxstyle img {width: 120px;height: 160px;}
}

.personnellist {overflow: hidden;margin-top: 15px;}
.personnellist li{display: block; overflow: hidden;border-bottom: #ccc dotted 1px;}
.personnellist li:last-child {margin-bottom: 0px;border-bottom:#ccc dashed 0px; }
.personnellist li h2 { font-size:19px;line-height:22px; margin:0 0 10px 0;font-weight: 700;}
.personnellist li h2 a { color:#2d2d2d;overflow: hidden;text-overflow: ellipsis;white-space: nowrap;display: block;}
.personnellist li h2 a:hover { color:#247d1f; text-decoration:none;}
.personnellist .news-img img{ border:#e4e4e4 solid 0px;}
.personnellist .news-txt {padding-top: 3%;overflow: hidden;}
.personnellist .news-txt p { line-height: 1.6; font-size: 15px; margin: 0px; color:#737373;}
.personnellist .news-txt i { font-family: Arial;font-size: 14px; margin: 4px 0 0 0; color:#2a8a25; display:block;text-align: right;padding: 0 5px 0 0;font-style: normal;}
.personnellist .news-txt p a { overflow:hidden; color:#f08519; font-size:12px; text-decoration:underline; font-style:italic; display:block;}
.personnellist .news-txt p a:hover { color:#004ea2;}
@media (min-width: 768px) {
	.personnellist .news-txt p{ line-height: 1.8; height: auto; font-size: 15px; overflow:hidden;}
	.personnellist .news-img img{ width: 280px; height: 186px;}
	.personnellist .news-img { margin-right: 52px;}
	.personnellist li {margin-bottom: 25px;padding-bottom: 25px; display: block; overflow: hidden; }
}
@media (max-width: 1199px) {
	
}
@media (max-width: 991px) {
	.personnellist li {margin-bottom: 20px;padding-bottom: 20px; }
	.personnellist .news-img { margin-right: 32px;}
	.personnellist .news-img img{ width: 248px; height: 165px;}
	.personnellist .news-txt p {overflow: initial;}
}
@media (max-width: 767px) {
	.personnellist {margin-top: 6px;}
	.personnellist .news-img{ margin-bottom:2px;margin-right: 20px;}
	.personnellist .news-img img{ width: 148px; height:99px;}
	.personnellist .news-txt {padding-top: 0;}
}
@media (max-width: 320px) {
	.personnellist .news-img { margin-right: 15px;}
	.personnellist .news-img img{ width: 110px; height:73px;}
}
/*è®¾å¤‡å›¾æ–‡åˆ—è¡¨*/
.yiqilist {overflow: hidden;}
.yiqilist li{margin-bottom: 30px; display: block; overflow: hidden; }
/*.yiqilist li:last-child {margin-bottom: 0px;border-bottom:#ccc dashed 0px; }*/
.yiqilist li h2 { font-size:18px;color: #000000;line-height: 26px; font-weight: 700; margin:0 0 8px 0;overflow: hidden;display: block;}
.yiqilist li h5 { font-size:14px;color: #333;line-height: 20px; margin:0 0 2px 0;overflow: hidden;display: block;}
.yiqilist .news-img{ margin-right: 20px;float: left;display: block;overflow: hidden;}
.yiqilist .news-img img{ border:#e4e4e4 solid 1px;}
.yiqilist .news-txt p { line-height: 24px; font-size: 14px; margin: 10px 0 0 0; color:#333;overflow: hidden;}
.yiqilist .news-txt i { font-size: 14px;line-height: 20px; font-style: normal; margin: 0; color:#1c8dce; display:block;}

@media (min-width: 768px) {
	.yiqilist .news-img img{ width: 288px;}
	.yiqilist .news-img{ margin-right: 25px;}
	.yiqilist li{margin-bottom: 30px; display: block; overflow: hidden; }
}
@media (max-width: 991px){
	.yiqilist .news-img{ margin-right: 15px;}
	.yiqilist .news-img img{ width: 218px;}
	.yiqilist .news-txt p {overflow: inherit;}
}
@media (max-width: 767px) {
	.yiqilist .news-img{ margin-bottom:12px;width: 100%;float: none;}
	.yiqilist .news-img img{ width: 100%; height:auto;}
	}
/*---------------å›¾ç‰‡åˆ—è¡¨---------------------*/
.new-graphics {margin-top: 8px;}
/*.new-graphics .row {margin-right: -11px;margin-left: -11px;}
.new-graphics .col-md-4 {padding-right: 11px;padding-left: 11px;}*/
.new-graphics li {margin-bottom: 26px;}
.new-graphics li .boxstyle {}
.new-graphics li .boxstyle a {}
.new-graphics li .boxstyle img {height: 178px;width: 100%;}
.new-graphics li a:hover .boxstyle img {opacity: 0.8;filter: alpha(opacity=80);}
.new-graphics li .boxstyle .txtinfo {margin: 8px 2px 0 2px;overflow: hidden;}
.new-graphics li .boxstyle .txtinfo h5 {font-size: 15px;color: #106ece;margin: 0 0 3px 0;font-family: Arial;font-weight: 500;}
.new-graphics li .boxstyle .txtinfo h4 { color: #282828;font-size: 16px;line-height: 1.5;font-weight: 500;margin: 0;text-align: center;height: 48px;}
.new-graphics li .boxstyle .txtinfo h4 a { color: #282828;border: 0;-webkit-line-clamp: 2;display: -webkit-box;overflow: hidden;
/*! autoprefixer: off */
-webkit-box-orient: vertical;
/* autoprefixer: on */}
.new-graphics li .boxstyle .txtinfo h4 a:hover { color: #247d1f;}
.new-graphics li .boxstyle .txtinfo p {font-size: 12px;color: #808080;line-height: 18px;margin: 0 0 8px 0;word-break: break-all;}
.new-graphics li .boxstyle .txtinfo span {font-size: 13px;color: #808080;line-height: 22px;}
@media (max-width: 1199px) {
	.new-graphics li .boxstyle img {height: 147px;}
	.new-graphics li .boxstyle .txtinfo h4 { font-size: 14px;}
}
@media (max-width: 767px) {
	.new-graphics li .boxstyle img {height: auto;}
	.new-graphics li .boxstyle .txtinfo {height: auto;}
	.new-graphics li .boxstyle .txtinfo h4 { font-size: 16px;height: auto;}
	.new-graphics li .boxstyle .txtinfo h4 a {-webkit-line-clamp: inherit;}
}
/*---------------å›¾æ–‡åˆ—è¡¨---------------------*/
.graphiclist {overflow: hidden;}
.graphiclist li{margin-bottom: 8px; display: block; overflow: hidden; }
.graphiclist li:last-child {margin-bottom: 0px;border-bottom:#ccc dashed 0px; }
.graphiclist li h2 { font-size:18px;line-height:22px; margin:0 0 10px 0;font-weight: 700;}
.graphiclist li h2 a { color:#2d2d2d;overflow: hidden;text-overflow: ellipsis;white-space: nowrap;display: block;}
.graphiclist li h2 a:hover { color:#247d1f; text-decoration:none;}
.graphiclist .news-img img{ border:#e4e4e4 solid 1px;}
.graphiclist .news-txt p { line-height: 22px; font-size: 15px; margin: 0px; color:#737373;}
.graphiclist .news-txt i { font-family: Arial;font-size: 15px; margin: 4px 0 0 0; color:#2a8a25; display:block;text-align: right;padding: 0 5px 0 0;font-style: normal;}
.graphiclist .news-txt p a { overflow:hidden; color:#f08519; font-size:12px; text-decoration:underline; font-style:italic; display:block;}
.graphiclist .news-txt p a:hover { color:#004ea2;}
@media (min-width: 768px) {
	.graphiclist .news-txt p{ line-height: 22px; height: auto; font-size: 15px; overflow:hidden;}
	.graphiclist .news-img img{ width: 226px; height: 151px;}
	.graphiclist .news-img{ margin-right: 20px;}
	.graphiclist li{margin-bottom: 16px;padding-bottom: 16px; display: block; overflow: hidden;border-bottom: #ccc dotted 1px; }
}
@media (max-width: 1199px) {
	.graphiclist li{margin-bottom: 16px;}
}
@media (max-width: 991px) {
	.graphiclist li{margin-bottom: 20px;}
	.graphiclist .news-img img{ width: 156px; height: 104px;}
	.graphiclist .news-txt p {overflow: initial;}
	.graphiclist li h2 a {white-space:normal;overflow: inherit;}
}
@media (max-width: 767px) {
	.graphiclist .news-img{ margin-bottom:2px;margin-right: 15px;}
	.graphiclist .news-img img{ width: 126px; height:84px;}
	
	}
/*---------------æ–‡å­—åˆ—è¡¨---------------------*/
.list-news { overflow:hidden; display:block;margin-top: 8px;}
.list-news li{overflow:hidden;clear:both;border-bottom:0px dashed #d4d4d4;margin-bottom: 16px;}
.list-news li:last-child {margin-bottom: 0px;}
.list-news li a{ float:left;/*width:86%;*/max-width: 88%;overflow:hidden;font-size:15px;line-height:150%; color:#383838;background-image: url(2021-icon03.png);background-repeat: no-repeat;background-position: left 7px;padding-left: 16px;text-overflow:ellipsis; white-space:nowrap;text-align: justify; }
.list-news li a &gt; img {display: inline-block;margin: 0 0 0 6px;}
.list-news li a:hover {color: #247d1f;}
.list-news i {float: left;margin: 14px 0 0 8px;}
.list-news span {line-height:150%;color:#89a288; font-size: 15px; font-family:Arial;}
.list-news span.right {float: right;}
.nol {}
@media (max-width: 1199px) {
	.list-news li a{max-width: 86%;}
}
@media screen and (max-width: 991px){
    .list-news li a{white-space: normal;max-width: 76%;}
    .list-news .nol li a {white-space: nowrap;max-width: 84%;}
	.list-news i {margin: 12px 0 0 8px;}
}
@media screen and (max-width: 767px){
    .list-news li a {max-width: 72%;}
    .list-news .nol li a {white-space: normal;max-width: 72%;}
    .list-news span {font-size: 14px;}
}
@media (max-width: 380px){
    .list-news li a, .list-news .nol li a {max-width: 100%;}
    .list-news span {width: 100%;padding: 4px 0px 0 16px;} 
}
/*---------------Links---------------------*/
.hometopic {position: relative;margin-left: -14px;margin-right: -14px;}
.hometopic .slick-slide {
    margin: 0 14px;
}
.hometopic .slick-dotted.slick-slider {margin-bottom: 0px;}
.hometopic .banner-box {
  position: relative;
}
.hometopic .banner-box .box-img img {
  display: block;
  width: 100%;
  height: 84px;
  border: #deecde solid 1px;
}
.hometopic .slick-dots {
  position: absolute;
  right: 30px;
  bottom: 25px;
  width: auto;
  left: auto;
}
.hometopic .slick-dots li {
  width: auto;
  height: auto;
  margin: 0;
}
.hometopic .slick-dots li.slick-dot {
  display: none;
}
.hometopic .slick-dots li.slick-dot.slick-active {
  display: block;
}
.hometopic .slick-dots li button {
  width: auto;
  height: auto;
  color: rgba(255, 255, 255, 0.6);
  font-size: 18px;
}
.hometopic .slick-dots li button:before {
  display: none;
}
.hometopic .slick-dots li .num {
  color: #00b4ff;
  font-size: 32px;
  font-weight: bold;
}
.hometopic .slick-dots li .line {
  margin-left: 5px;
  margin-right: 7px;
}
.hometopic .slick-dots li .total-num {
  color: #fff;
}
/*Arrows*/
.hometopic .slick-prev,
.hometopic .slick-next
{
    font-size: 0;
    line-height: 0;
    position: absolute;
    top: 45%;
    display: block;
    width: 36px;
    height: 36px;
    padding: 0;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
    cursor: pointer;
    color: transparent;
    outline: none;
    background: #0dad05;z-index: 1;opacity: .5;text-align: center;
	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;
}
.hometopic .slick-prev:hover,
.hometopic .slick-prev:focus,
.hometopic .slick-next:hover,
.hometopic .slick-next:focus
{
    color: transparent;
    outline: none;
	opacity: 1;
    background: #0dad05;
}

.hometopic .slick-prev.slick-disabled:before,
.hometopic .slick-next.slick-disabled:before
{
    opacity: .25;
}

.hometopic .slick-prev:before,
.hometopic .slick-next:before
{
    font-family: 'FontAwesome';
    font-size: 20px;
    line-height: 36px;

    opacity: .5;
    color: white;

    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.hometopic .slick-prev:hover:before,
.hometopic .slick-prev:focus:before,
.hometopic .slick-next:hover:before,
.hometopic .slick-next:focus:before
{
    opacity: 1;
}
.hometopic .slick-prev {left:-3px;padding: 0 4px 0 0;}
.hometopic .slick-next {right:-3px;padding: 0 0 0 4px;}
@media (max-width: 1199px) {
	.hometopic .banner-box .box-img img {height: 68px;}
}
@media (max-width: 991px) {
	.hometopic .slick-prev {left: 0%;}
	.hometopic .slick-next {right: 0%;}
}
@media (max-width: 767px) {
	.hometopic .slick-prev,
	.hometopic .slick-next {display: none !important;}
	.hometopic .slick-slide {margin: 0 10px;}
	.hometopic .banner-box .box-img img {height: 58px;}
}
@media (max-width: 320px) {
	.hometopic .banner-box .box-img img {height: auto;width: auto;margin: 0 auto;}
}
/*----------Links---------*/
.linkspic {overflow: hidden;}
.linkspic li {margin-top: 16px;margin-bottom: 16px;}
.linkspic li img {width: 100%;height: 86px;border: #eaf1f3 solid 1px;}
.linkspic li p {font-size: 14px;text-align: center;line-height: 1.3;margin: 10px 0 0 0;}
@media (max-width: 1199px){
	.linkspic .col-md-3 {width: 25%;float: left;}
	.linkspic li img {height: 68px;}
}
@media (max-width: 991px){
	.linkspic .col-md-3 {width: 33.333333%;}
	.linkspic li img {height: 71px;}
}
@media (max-width: 767px){
	.linkspic .row {margin-left: -10px;margin-right: -10px;}
	.linkspic .row &gt; .col-md-3 {padding-left: 10px;padding-right: 10px;}
    .linkspic .col-md-3 {width: 50%;}
    .linkspic li {margin-top: 10px;margin-bottom: 10px;}
    .linkspic li img {height: 60px;}
}
@media (max-width: 380px){
	.linkspic .col-md-3 {width: 100%;}
    .linkspic li img {height: 74px;}
}
@media (max-width: 320px){
    .linkspic li img {height: 62px;}
}

.kplinkspic {}
.kplinkspic li {margin-top: 26px;}
.kplinkspic li img {height: 82px;width: 100%;}
@media (max-width: 1280px){
	.kplinkspic li img {height: 76px;}
}
@media (max-width: 1199px){
	.kplinkspic li img {height: 60px;}
}
@media (max-width: 991px){
.kplinkspic .row {margin-left: -10px;margin-right: -10px;}
.kplinkspic .row &gt; [class^='col'] {padding-left: 10px;padding-right: 10px;}
.kplinkspic li {margin-top: 20px;}
.kplinkspic li img {height: 62px;}
}
@media (max-width: 767px){
	.kplinkspic li img {height: auto;}
}
</pre></body></html>