html {}
body {
  margin: 0;
  padding: 0;
  height: auto;
  color: #000;
  font: 14px/24px Microsoft YaHei;
  background: #fff;
}
div, form, ul, ol, li, span, p, dl, dt, dd, img {
  margin: 0;
  padding: 0;
  border: 0;
}
h1, h2, h3, h4, h5, h6 {
  margin: 0;
  padding: 0;
  font-size: 14px;
  font-weight: normal;
}
ul, ol, li {
  list-style: none
}
table, td, input, text, area, button {
  font-size: 14px;
  font-family: Microsoft YaHei;
}
a {
  color: #000;
  text-decoration: none;
  -webkit-transition: color 0.4s ease;
  -moz-transition: color 0.4s ease;
  -o-transition: color 0.4s ease;
  transition: color 0.4s ease
}
a:visited {
  text-decoration: none
}
a:hover {
  color: #1b53b7;
  text-decoration: none;
  -webkit-transition: color 0.2s ease;
  -moz-transition: color 0.2s ease;
  -o-transition: color 0.2s ease;
  transition: color 0.2s ease;
}
a:focus {
  outline: none;
}
*:focus {
  outline: none;
}
img {
  border: none;
  display: block;
}
.clear {
  clear: both;
}
.ellipsis {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap
}
.ellipsis-2 {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.ellipsis-3 {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}
.ellipsis-4 {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
}
.wrapper {
  position: relative;
  width: 1280px;
  margin: 0 auto;
}
/**/
.cm-header-bg {}
.cm-header {
  padding: 50px 0;
}
.cm-header .logo {}
.cm-header .logo img {}
.cm-header .lang {
  position: absolute;
  top: 50px;
  right: 0;
}
.cm-header .lang .cn {
  width: 84px;
  height: 31px;
  display: block;
  float: left;
  background: #da0000;
  text-align: center;
  line-height: 31px;
  color: #fff;
  border-radius: 20px 0 0 20px;
  font-size: 18px;
}
.cm-header .lang .en {
  width: 84px;
  height: 31px;
  display: block;
  float: left;
  background: #1b53b7;
  line-height: 31px;
  text-align: center;
  border-radius: 0 20px 20px 0;
  color: #fff;
  font-size: 18px;
}
.cm-header .search {
  position: absolute;
  top: 95px;
  right: 0;
  width: 274px;
  height: 38px;
  background-color: #f7f9fb;
  border-radius: 8px;
  border: solid 1px #1b53b7;
}
.cm-header .search input {
  border: none;
  width: 200px;
  height: 36px;
  padding-left: 10px;
  background: none;
}
.cm-header .search button {
  position: absolute;
  top: 0;
  right: 0;
  width: 50px;
  height: 38px;
  border: none;
  background: url(style_res/ico-search.png) no-repeat center center;
  cursor: pointer;
}
/**/
.cm-footer-bg {
	height: 325px;
	background: url(style_res/footer-bg.jpg) no-repeat center center;
}

.cm-footer {}

.cm-footer .row {
	height: 239px;
	padding: 0 50px;
}

.cm-footer .row .col-1 {
	float: left;
	color: #fff;
	padding-top: 60px;
	padding-right: 60px;
	width: 400px;
}

.cm-footer .row .col-1 .t1 {
	font-size: 24px;
	margin-bottom: 25px;
	font-weight: bold;
}

.cm-footer .row .col-1 .t2 {
	font-size: 16px;
}

.cm-footer .row .col-1 .t2 a {
	color: #E9ECF4;
	display: block;
	margin-bottom: 15px;
}

.cm-footer .row .col-1 .t2 a:hover {}

.cm-footer .row .col-2 {
	float: right;
	width: 250px;
	padding-top: 60px;
}

.cm-footer .row .col-2 .img {
	float: left;
	margin-right: 30px;
}

.cm-footer .row .col-2 .img img {}

.cm-footer .row .col-2 .t {
	text-align: center;
	font-size: 20px;
	color: #fff;
	line-height: 1.5em;
	padding-top: 10px;
}

.cm-footer2 {
	height: 84px;
	line-height: 84px;
	text-align: center;
	background: rgba(0, 0, 0, 0.5);
	color: #C6D8E4;
	font-size: 18px;
}

.cm-footer2 .t {}

/**/
.cm-nav-bg {
	position: relative;
	z-index: 999;
	background: #091441;
	background-image: linear-gradient(45deg, #137ee6, #091441);
}

.cm-nav {
	height: 68px;
}

.cm-nav .itemG {
	height: 70px;
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
}

.cm-nav .itemG .item {
	float: left;
	height: 70px;
	position: relative;
	padding: 0 16px;
}

.cm-nav .itemG .item .t1 {
	height: 70px;
	line-height: 70px;
	text-align: center;
	font-size: 21px;
}

.cm-nav .itemG .item .t1 a {
	display: block;
	height: 70px;
	color: #fff;
}

.cm-nav .itemG .item .t1 a.active {
	border-top: 5px solid #da0000;
	line-height: 60px;
}

.cm-nav .itemG .item .t1 a:hover {
	border-top: 5px solid #da0000;
	line-height: 60px;
}

.cm-nav .itemG .item .t2 {
	position: absolute;
	top: 70px;
	width: 100%;
	background: #0f58ab;
	display: none;
	box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}

.cm-nav .itemG .item .t2 a {
	display: block;
	padding: 10px;
	text-align: center;
	font-size: 18px;
	color: #fff;
}

.cm-nav .itemG .item .t2 a:hover {
	color: #f7ca52;
}

.cm-nav .itemG .item:hover .t2 {
	display: block;
}
/**/
.ind-block01-bg {
  background: url(style_res/ind-bg.jpg) no-repeat center top;
  padding-top: 80px;
}
.ind-block01 {}
.ind-block01 .row {
  height: 470px;
  background: #fff;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
}
.ind-block01 .row .itemG {
  padding: 10px;
}
.ind-block01 .row .item {}
.ind-block01 .row .item .col-1 {
  float: left;
  width: 599px;
  height: 449px;
}
.ind-block01 .row .item .col-1 img {
  width: 599px;
  height: 449px;
}
.ind-block01 .row .item .col-2 {
  float: left;
  width: 600px;
  padding: 0 30px;
}
.ind-block01 .row .item .col-2 .t1 {
  font-size: 36px;
	font-weight:600;
  line-height: 1.5em;
  padding-top: 30px;
  color: #1b53b7;
}
.ind-block01 .row .item .col-2 .t2 {
  font-size: 24px;
  line-height: 1.5em;
  padding-bottom: 15px;
	padding-top: 20px;
  border-bottom: 3px solid #1b53b7;
  color: #1b53b7;
  font-weight: 500;
height: 2.7em;
overflow: hidden;
}
.ind-block01 .row .item .col-2 .t2 a {
  color: #1B53B7;
}
.ind-block01 .row .item .col-2 .t3 {
  font-size: 18px;
  line-height: 1.6em;
  height: 8em;
  overflow: hidden;
  padding-top: 24px;
  color: #333;
}
.ind-block01 .row .item .col-2 .t4 {
  font-size: 22px;
  text-align: right;
  padding-top: 50px;
}
.ind-block01 .row .item .col-2 .t4 a {
  color: #1b53b7;
}
.ind-block01 .row .item .col-2 .t4 a:hover {}
/**/
.cm-title {
  height: 35px;
  line-height: 35px;
  padding-bottom: 15px;
  border-bottom: 1px solid #ddd;
  position: relative;
}
.cm-title .t1 {
  float: left;
  font-size: 30px;
  color: #1b53b7;
  font-weight:600;
  line-height: 35px;
  border-bottom: 5px solid #1b53b7;
  height: 35px;
  position: absolute;
  bottom: 0;
  left: 0;
  padding-bottom: 10px;
}
.cm-title .t1 img {
  float: left;
  margin-right: 15px;
}
.cm-title .t2 {
  float: right;
}
.cm-title .t2 a {
  font-size: 18px;
  color: #999;
}
.cm-title2 {
  text-align: center;
}
.cm-title2 .t1 {
  font-size: 36px;
  color: #1b53b7;
  font-weight: 600;
  text-align: center;
  background: #fff;
  padding: 10px 30px;
  display: inline-block;
  line-height: 1.5em;
}
.cm-title2 .line {
  height: 3px;
  width: 100%;
  background: #1b53be;
  margin-top: -35px;
}
/**/
.ind-block02-bg {
  padding: 50px 0;
}
.ind-block02 {}
.ind-block02 .row {
  padding-top: 20px;
}
.ind-block02 .row .item {
  float: left;
  width: 46%;
  margin: 1% 2%;
  border-bottom: 1px dashed #d4d4d4;
  padding-bottom: 2%;
}
.ind-block02 .row .item .t1 {
  font-size: 20px;
  color: #a88156;
}
.ind-block02 .row .item .t2 {
  font-size: 20px;
  line-height: 1.5em;
  height: 1.5em;
  overflow: hidden;
  margin-top: 10px;
  text-overflow: ellipsis;
  white-space: nowrap;
}
/**/
.ind-block03-bg {}
.ind-block03 {}
.ind-block03 .row {
  padding-top: 20px;
}
.ind-block03 .row .item {
  float: left;
  width: 23%;
  margin: 1%;
}
.ind-block03 .row .item .img {}
.ind-block03 .row .item .img img {
  width: 294px;
  height: 163px;
  margin: auto;
}
.ind-block03 .row .item .t2 {
	height: 3.7em;
	margin-top: 10px;
  text-align: center;
  line-height: 1.7em;
  font-size: 16px;
  overflow: hidden;
}
/**/
.ind-block04-bg {
  margin-top: 30px;
}
.ind-block04 {}
.ind-block04 .row {
  position: relative;
  padding: 65px;
  font-size: 0;
}
.ind-block04 .row .item {
  display: inline-block;
  width: 203px;
  height: 150px;
  font-size: 16px;
  padding: 30px 0;
  background: #e6eef7;
}
.ind-block04 .row .swiper-slide:nth-of-type(2n-1) .item {
  background: #fff;
}
.ind-block04 .row .item .img {}
.ind-block04 .row .item .img img {
  width: 150px;
  height: 150px;
  margin: auto;
}
.ind-block04 .row .item .t1 {
	height: 2.7em;
	margin-top: 10px;
  text-align: center;
  font-size: 26px;
  line-height: 1.35em;
  font-weight: bold;
  color: #1b53b7;
	overflow: hidden;
	text-overflow: ellipsis;
  
	
}
.ind-block04 .row .item .t2 {
  padding: 16px;
max-height: 180px;	
  font-size: 16px;
  line-height: 1.7em;
 text-align:left;
	overflow: hidden;
}
/***************************************************/
.sub {}
.sub .sub-banner-bg {
  height: 176px;
  background: url(htmlRes/sub-banner.jpg) no-repeat center top;
}
.sub .cm-bread {
  font-size: 16px;
  padding: 25px 0;
  color: #1b53b7;
}
.sub .cm-bread a {
  color: #1b53b7;
}
.sub .cm-main {
  padding-top: 30px;
  padding-bottom: 50px;
}
.sub .cm-main .cm-left {
  float: left;
  width: 293px;
}
.sub .cm-main .cm-left .img-logo {
  border: 2px solid #1b53b7;
  padding: 27px 0px;
}
.sub .cm-main .cm-left .img-logo img {
  margin: auto;
}
.sub .cm-main .cm-left .cm-news1 {
  border: 2px solid #1b53b7;
  margin-top: 38px;
}
.sub .cm-main .cm-left .cm-news1 .itemG {
  padding: 0 15px;
}
.sub .cm-main .cm-left .cm-news1 .itemG .item {}
.sub .cm-main .cm-left .cm-news1 .itemG .item .tw {
  padding: 15px 0;
  height: 107px;
  display: none;
}
.sub .cm-main .cm-left .cm-news1 .itemG .item .tw .img {
  float: left;
}
.sub .cm-main .cm-left .cm-news1 .itemG .item .tw .img img {
  width: 125px;
  height: 107px;
}
.sub .cm-main .cm-left .cm-news1 .itemG .item .tw .t {
  float: left;
  margin-left: 10px;
}
.sub .cm-main .cm-left .cm-news1 .itemG .item .tw .t .t1 {
  font-size: 36px;
  font-weight: bold;
  color: #1b53b7;
  margin-top: 54px;
}
.sub .cm-main .cm-left .cm-news1 .itemG .item .tw .t .t2 {
  color: #1b53b7;
  line-height: 2.5em;
}
.sub .cm-main .cm-left .cm-news1 .itemG .item .tit {
  padding: 15px 0;
  border-bottom: 1px dashed #ddd;
}
.sub .cm-main .cm-left .cm-news1 .itemG .item .tit a {
  font-size: 16px;
  line-height: 1.8em;
}
.sub .cm-main .cm-left .cm-news1 .itemG .item.active .tw {
  display: block;
}
.sub .cm-main .cm-left .cm-news1 .itemG .item.active .tit a {
  font-weight: bold;
  color: #1B53B7;
}
.sub .cm-main .cm-right {
  float: right;
  width: 935px;
}
.sub .cm-main .cm-right .title {
  font-size: 36px;
  font-weight: bold;
  text-align: center;
  line-height: 1.8em;
}
.sub .cm-main .cm-right .time {
  text-align: center;
  color: #666;
  padding-bottom: 10px;
  border-bottom: 1px solid #404040;
}
.sub .cm-main .cm-right .data {
  font-size: 16px;
  line-height: 1.8em;
}
.sub .cm-main .cm-right .data p {
  margin: 20px 0;
}
.sub .cm-main .cm-right .data img {
  max-width: 100%;
  margin: auto;
}
/***************************************************/
.cm-menu {
  border: 2px solid #1b53b7;
}
.cm-menu dl {
  padding: 15px 20px;
}
.cm-menu dl dt {
  font-size: 24px;
  line-height: 1.5em;
  border-bottom: 1px dashed #ddd;
  padding: 10px 0;
  padding-left: 20px;
}
.cm-menu dl dt.active {
  font-weight: bold;
  color: #1b53b7;
  background: url(style_res/ico-right.png) no-repeat left center;
}
.cm-menu dl dd {}
.cm-menu dl dd a {
  padding: 15px 30px;
  display: block;
  font-size: 18px;
	font-weight: 500;
  border-bottom: 1px dashed #ddd;
}
.cm-menu dl dd a.active {
  color: #1b53b7;
}
/**/
.cm-pic {
  overflow: hidden;
}
.cm-pic ul {
  width: 110%;
}
.cm-pic ul li {
  width: 200px;
  border: 1px solid #aabed5;
  float: left;
  margin-right: 42px;
  margin-top: 42px;
}
.cm-pic ul li a {}
.cm-pic ul li .img {}
.cm-pic ul li .img img {
  width: 153px;
height:153px;
  margin: auto;
  padding: 25px 0;
}
.cm-pic ul li .t {
  background: #e6eef7;
  height: 3.2em;
  line-height: 1.5em;
  text-align: center;
  font-size: 18px;
  overflow: hidden;
}
/**/
.cm-pic2 {
  overflow: hidden;
}
.cm-pic2 ul {
  width: 110%;
}
.cm-pic2 ul li {
  width: 303px;
  float: left;
  margin-right: 12px;
  margin-top: 42px;
}
.cm-pic2 ul li a {}
.cm-pic2 ul li .img {}
.cm-pic2 ul li .img img {
  width: 303px;
  height: 168px;
  margin: auto;
}
.cm-pic2 ul li .t {
  height:3.7em;
	margin-top: 10px;
  line-height: 1.7em;
  text-align: center;
  font-size: 18px;
	 overflow: hidden;
}
/**/
.cm-pages {
  padding: 50px 0;
  text-align: center;
  font-size: 16px;
}
.cm-pages a {}
/**/
.cm-news {}
.cm-news ul {
  margin-top: 20px;
}
.cm-news ul li {
  padding: 20px 0;
  border-bottom: 1px dashed #ddd;
  height: 24px;
  line-height: 24px;
  overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	
}
.cm-news ul li a {
  font-size: 18px;
}
/**/
.search {}
.search .search-box {
  background: #e3ebf1;
  height: 118px;
  border-radius: 5px;
  margin-top: 30px;
}
.search .search-box form {
  padding: 26px 40px;
}
.search .search-box input {
  height: 64px;
  width: 990px;
  border: 1px solid #ddd;
  border-radius: 10px;
  font-size: 18px;
  padding-left: 15px;
  float: left;
}
.search .search-box button {
  width: 164px;
  height: 64px;
  border: none;
  background: url(style_res/btn-search.png) no-repeat;
  cursor: pointer;
  margin-left: 20px;
}
/**/
#cm1 {}
#cm1 .num {
  text-align: right;
  right: 20px;
  width: 96%;
}
.btnG {
  position: relative;
  width: 76px;
  margin-top: 42px;
}
.btnG img {
  width: 8px;
  opacity: 0.5;
}
.btnG div:hover img {
  opacity: 1;
}
.img img {
  transition: all 0.5s ease;
}
.img:hover img {
  transform: scale(1.05);
}
#nav{/* background: #214391; */}
#nav .inner{}
#nav .inner .wp-panel{}
#nav .inner .wp-panel .wp-window{}

.nav .wp-menu {margin: 0 auto;}
.nav .wp-menu .menu-item {display: inline-block; float: left; position: relative;}
.nav .wp-menu .menu-item a > .menu-switch-arrow{ display:none; width:20px; height:20px; background:url(images/nav_j.png) no-repeat center center;vertical-align:middle; }
.nav .wp-menu .menu-item a.menu-link {display: inline-block;line-height: 70px;color: #fff;font-size: 21px;position: relative;height: 70px;}
.nav .wp-menu .menu-item.hover a.menu-link{border-top: 5px solid #da0000;line-height: 60px;}
.nav .wp-menu .menu-item a.menu-link.active{border-top: 5px solid #da0000;line-height: 60px;}
.nav .wp-menu .menu-item a.hover{}
.nav .sub-menu {display: none;position: absolute;left: 0;top: 70px;width: 100%;z-index: 100;    background: #0f58ab;box-shadow: 0 0 10px rgb(0 0 0 / 10%);}
.nav .sub-menu .sub-item { position: relative; vertical-align: top; _zoom:1;}
.nav .sub-menu .sub-item a {    display: block;padding: 10px;text-align: center;font-size: 18px;color: #fff;}
.nav .sub-menu .sub-item.hover> a,
.nav .sub-menu .sub-item a:hover{ color: #f7ca52;  display: block; }
.nav .sub-menu .sub-menu { left: 100%; top:0px; z-index: 200; background:#fff;}
body.main .nav .wp-menu .menu-item.i1 a.menu-link{border-top: 5px solid #da0000;line-height: 60px;}

.wp-search .search-btn {width: 50px;height: 38px;position: absolute;right: 0px;top:0%;}
.wp-search .search-btn input.search-submit {width: 50px;height: 38px;border:0;outline: 0;background: url(index_res/ico-search.png) no-repeat center;cursor: pointer;}

.possplit{    background: none;text-indent: 0;width: 33px;text-align: center;}
.wp_listcolumn{border:0;}
.wp_listcolumn .wp_column{    border-bottom: 1px dashed #ddd;}
.wp_listcolumn .wp_column a{    font-size: 18px;font-weight: 500;    background: none;border-bottom: 0px dashed #ddd;    width: auto;color: #333;    border-top: 0px solid #fff;}
.wp_listcolumn .wp_column a:hover{background: none;    color: #1b53b7;}
.wp_listcolumn .wp_column a .column-name {
    display: inline-block;
    line-height: 24px;
    padding: 0;
}
.wp_listcolumn .wp_column a.selected{color: #333;     background: none;}
.wp_listcolumn .wp_column a.sub-item-link { font-weight: 600;   margin-left: 50px;
    padding-bottom: 24px !important;
    padding-top: 0;
    padding-left: 0;
    padding-right: 0;
    color: rgba(128, 128, 128, 1);
    font-size: 14px;
    line-height: 20px;
    border-bottom: none !important;}
.cm-pic .wp_paging li{    width: auto;float: left;margin-top: 5px;margin-right: 0;border: 0;}
.cm-pic .wp_paging{    padding: 50px 0;    width: 100%;}




