html {}
.clear { width:100%; height:0; line-height:0; font-size:0; overflow:hidden; clear:both; display:block; _display:inline; }
.clearfix:after{clear: both;content: " ";display: block;height:0;visibility: hidden;}
.clearfix{ display: block; *zoom:1; }
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 .search-title {
  border: none;
  width: 200px;
  height: 36px;
  padding-left: 10px;
  background: none;color: #757575;
}
.cm-header .search .search-submit {
  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: 320px;
  background: url(style_res/footer-bg.jpg) no-repeat center center;
}
.cm-footer {}
.cm-footer .row {
  height: 240px;
  padding: 0 70px;
}
.cm-footer .row .col-1 {
  float: left;
  color: #fff;
  padding-top: 60px;
  padding-right: 150px;
}
.cm-footer .row .col-1 .t1 {
  font-size: 24px;
  margin-bottom: 25px;
  font-weight: bold;
}
.cm-footer .row .col-1 .t2 {
  font-size: 20px;
}
.cm-footer .row .col-1 .t2 a {
  color: #fff;
  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: 21px;
  color: #fff;
  line-height: 1.5em;
  padding-top: 30px;
}
.cm-footer2 {
  height: 80px;
  line-height: 80px;
  text-align: center;
  background: rgba(0, 0, 0, 0.5);
  color: #fff;
  font-size: 20px;
}
.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;
	width: 160px;
	position: relative;
}

.cm-nav .itemG .item .t1 {
	height: 70px;
	line-height: 70px;
	text-align: center;
	font-size: 24px;
}

.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.active .t1 a {
	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 0;
	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;
  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;
  border-bottom: 3px solid #1b53b7;
  padding-top: 20px;
  color: #1b53b7;
  font-weight: bold;
}
.ind-block01 .row .item .col-2 .t2 a {
  color: #1B53B7;
}
.ind-block01 .row .item .col-2 .t3 {
  font-size: 18px;
  line-height: 1.5em;
  height: 7.5em;
  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: bold;
  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: bold;
  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 solid #d4d4d4;
  padding-bottom: 2%;
}
.ind-block02 .row .item .t1 {
  font-size: 20px;
  color: #a88156;
}
.ind-block02 .row .item .t2 {
  font-size: 22px;
  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 {
  text-align: center;
  line-height: 3em;
  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: 230px;
  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 {
  text-align: center;
  font-size: 26px;
  line-height: 2em;
  font-weight: bold;
  color: #1b53b7;
  margin-top: 10px;
}
.ind-block04 .row .item .t2 {
  padding: 15px 30px;
  font-size: 16px;
  line-height: 2em;
}
/***************************************************/
.sub {}
.sub .sub-banner-bg {
  height: 176px;
  background: url(sub-banner.jpg) no-repeat center top;    background-size: 100% 100%;
}
.sub .sub-banner-bg img{display:none;}
.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: #999;
  padding-bottom: 10px;
  border-bottom: 1px solid #404040;
}
.sub .cm-main .cm-right .data {
  font-size: 18px;
  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 30px;
}
.cm-menu dl dt {
  font-size: 28px;
  line-height: 1.5em;
  border-bottom: 1px solid #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: 20px 30px;
  display: block;
  font-size: 24px;
  border-bottom: 1px solid #ddd;
}
.cm-menu dl dd a.active {
  color: #1b53b7;
}
/**/
.cm-pic {
  overflow: hidden;
}
.cm-pic ul.news_list {
  width: 110%;
}
.cm-pic ul li.news {
  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: 46px;
  line-height: 46px;
  text-align: center;
  font-size: 20px;
  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: 46px;
  line-height: 46px;
  text-align: center;
  font-size: 20px;
  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.news {
  padding: 20px 0;
  border-bottom: 1px solid #ddd;
  height: 24px;
  line-height: 24px;
  overflow: hidden;
}
.cm-news ul li.news a {
  font-size: 20px;
}
/**/
.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);
}
.possplit{background-image:none;text-indent:initial;width:30px;text-align:center;}
