body {
  overflow-x: hidden;
  height: 100%;
  margin: 0 auto;
  font-family: Arial, \5FAE\8F6F\96C5\9ED1;
  color: #333;
  background-color: #fff;
}
/*a:hover,*/
/*a:focus {*/
/*  color: #fff;*/
/*}*/
i {
  font-style: normal;
}
.container {
  *zoom: 1;
}
.container:after {
  content: " ";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
  font-size: 0;
}
/*多行溢出*/
.hidden-self {
  display: none;
}
.mt40 {
  margin-top: 40px;
}




@media (min-width: 1280px) {
  .container {
    width: 1254px;
    padding-left: 0;
    padding-right: 0;
  }
}
.span_news{
	color:red;
	font-size:14px;
	margin-left:5px;
}
.logo {
  margin-top: 0px;
}
/* .slogan1 {margin: 20px 0 0;} */
.nav-bg {
  background:#f4f5f6;
  background-size: 100% 100%;
  padding-top: 20px;
  color: #fff;
}
.top-nav {
  margin-bottom: 0;
  margin-left: 10px;
  margin-top: 7px;
}
.top-nav li {
  float: left;padding: 0 8px;border-right: #ccc solid 1px;line-height: 1;
}
.top-nav li:last-child {border: 0;padding-right: 0;}
.top-nav li a {
  color: #fff;
}
.top-nav li a:hover {
  color: #d4dcff;
  text-decoration: none;
}
.tstdnav {color: #214289;}
.tstdnav a { display: block;line-height: inherit;cursor: pointer;color: #214289;}
.tstdnav_menu {text-transform: none;}
.tstdnav_menu li {padding: 0 !important;border: 0 !important;float: inherit !important;display: block !important;}
.tstdnav_menu-item {display: inline-block;position: relative;}
.tstdnav_menu-item:hover {background-color: transparent;}
.tstdnav_menu-item:hover .tstdnav_submenu {display: block;}
.tstdnav_submenu { text-transform: none;z-index:12;display: none;position: fixed;-webkit-box-shadow: 0 6px 12px rgba(0,0,0,.175);box-shadow: 0 6px 12px rgba(0,0,0,.175);overflow: hidden;padding: 13px 0 0 0;}
.tstdnav_submenu-item a {color: #fff;background: #4a6bdc;padding: 11px 17px; color:#454545; text-decoration:none;font-size: 15px;}
.tstdnav_submenu-item a:hover {background: #edf2ff;color: #0027ad !important;}

.slogan2 {
  display: none;
}
@media (max-width: 1920px) {
	.nav-bg {background-size: 104% 100%;background-position: 20% 100%;}
}
@media (max-width: 1680px) {
	.nav-bg {background-size: 108% 100%;background-position: 4% 100%;}
}
@media (max-width: 1440px) {
	.nav-bg {background-size: 114% 100%;background-position: 0% 100%;}
}
@media (max-width: 1366px) {
	.nav-bg {background-size: 117% 100%;background-position: 2% 100%;}
}
@media (max-width: 1280px) {
	.nav-bg {background-size: 119% 100%;background-position: 21% 100%;}
}
@media (max-width: 1199px) {
	.nav-bg {background-size: 104% 100%;background-position: 0% 100%;}
}
@media (max-width: 1024px) {
	.nav-bg {background-size: 112% 100%;background-position: 9% 100%;}
}
@media (max-width: 800px) {
	.nav-bg {background-size: 112% 100%;background-position: 9% 100%;}
}
@media (max-width: 768px) {
	.nav-bg {background-size: 114% 100%;background-position: 8% 100%;}
}
/*搜索*/
.searchbox {
  width: 150px;
  height: 28px;
  background: rgba(109, 155, 246, 0.32);
  border-radius: 19px;
  position: relative;
}
.searchbox input[type="text"] {
  outline: none;
  background: none;
  border: none;
  width: 70%;
  color: #d7def2;
  padding-left: 9px;
  font-size: 14px;
  line-height: 20px;
  -webkit-appearance: none;
  line-height: 28px;
  height: 28px;
}
.searchbox input[type="text"]::-webkit-input-placeholder{ color: #d7def2 !important;}
.searchbox input[type="text"]::-moz-placeholder{ color: #d7def2 !important;}
.searchbox input[type="text"]::-ms-input-placeholder{ color: #d7def2 !important;}
.searchbox input[type="submit"] {
  background: url(gcr-sou.png) no-repeat;
  border: none;
  cursor: pointer;
  width: 15px;
  height: 15px;
  outline: none;
  position: absolute;
  right: 13px;
  top: 7px;
  color: #d7def2;
}
.searchbox input:-webkit-autofill,
.searchbox input:-webkit-autofill:hover,
.searchbox input:-webkit-autofill:focus,
.searchbox input:-webkit-autofill:active {
  -webkit-transition-delay: 111111s;
  -webkit-transition: color 11111s ease-out, background-color 111111s ease-out;
}
.searchbox input::-webkit-input-placeholder {
  color: #d7def2;
}
.searchbox input::-moz-input-placeholder {
  color: #d7def2;
}
.searchbox input::-ms-input-placeholder {
  color: #d7def2;
}
/*nav*/
nav.navbar.bootsnav {
  background:#87b2d9;
  height: 40px;
  border-bottom: none;
  margin-top: 28px;
}
nav.navbar.bootsnav ul.nav > li > a {
  font-size: 16px;
  line-height: 50px;
  font-weight: normal;
  color: #fff;
  margin-bottom: 0;
  width: 130px;
  text-align: center;
  padding:0;
}
nav.navbar.bootsnav ul.nav > li > a:hover {
    background-color: #00437c;
}
nav.navbar.bootsnav ul.nav > li.current-menu-item > a{
    background-color: #00437c;
}

nav.navbar.bootsnav ul.nav > li.dropdown > a.dropdown-toggle:after {
  content: "";
}
.nav > li.web_dropdown {
  position: static ;
}
nav.navbar.bootsnav li.dropdown ul.dropdown-menu {
  width: 100%;
  padding: 35px 20px;
  margin: 0;
  border: none;
  background: #F3F5FB;
  -moz-box-shadow: 0px 2px 10px 0 #C2D0DD;
  -webkit-box-shadow: 0px 2px 10px 0 #C2D0DD;
  box-shadow: 0px 2px 10px 0 #C2D0DD;
  color: #333333;
}
nav.navbar.bootsnav li.dropdown ul.dropdown-menu .box {
  border-right: 1px solid #CDD1DC;
}
nav.navbar.bootsnav li.dropdown ul.dropdown-menu .box:last-child {
  border-right: none;
}
nav.navbar.bootsnav li.dropdown ul.dropdown-menu .box1 {
  width: 38%;
}
nav.navbar.bootsnav li.dropdown ul.dropdown-menu a {
  color: #3D55A7;
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 18px;
  display: block;
  position: relative;
  padding-left: 20px;
}
nav.navbar.bootsnav li.dropdown ul.dropdown-menu a::before {
  content: "";
  position: absolute;
  left: 0;
  top: 8px;
  width: 11px;
  height: 9px;
  background: url(gcr-two.png) no-repeat;
}
nav.navbar.bootsnav li.dropdown ul.dropdown-menu a:hover {
  text-decoration: underline;color: #3250b7;
}
nav.navbar.bootsnav li.dropdown ul.dropdown-menu li {
  padding-right: 20px;
}
nav.navbar.bootsnav li.dropdown ul.dropdown-menu li .img-home img {
  width: 100%;
}
nav.navbar.bootsnav li.dropdown ul.dropdown-menu .txt1 {
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 5;
  overflow: hidden;
  line-height: 26px;
  height: 130px;
}
nav.navbar.bootsnav li.dropdown ul.dropdown-menu .txt2 {
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 7;
  overflow: hidden;
  line-height: 24px;
  height: 170px;
}
nav.navbar.bootsnav li.dropdown ul.dropdown-menu .txt3 {
  line-height: 28px;
}
nav.navbar.bootsnav li.dropdown ul.dropdown-menu .txt3 a {
font-size: 14px;color:#444;display: inline-block;margin: 0;padding: 0;font-weight: 500;
}
nav.navbar.bootsnav li.dropdown ul.dropdown-menu .txt3 a:hover {color:#3D55A7;}
nav.navbar.bootsnav li.dropdown ul.dropdown-menu .txt3 a::before {content: none;}
nav.navbar.bootsnav li.dropdown ul.dropdown-menu .nav-list li {
  padding-right: 0;
}
nav.navbar.bootsnav li.dropdown ul.dropdown-menu .nav-list li a {
  font-size: 14px;
  font-weight: normal;
  color: #333333;
  margin-bottom: 6px;
  padding-left: 14px;
}
nav.navbar.bootsnav li.dropdown ul.dropdown-menu .nav-list li a::before {
  width: 7;
  height: 7;
  background: url(gcr-one.png) no-repeat;
}
nav.navbar.bootsnav li.dropdown ul.dropdown-menu .nav-list li a:hover {
  color: #3D55A7;
  text-decoration: none;
}
nav.navbar.bootsnav li.dropdown ul.dropdown-menu .nav-list2 li a {
  margin-bottom: 10px;
}
nav.navbar.bootsnav li.dropdown ul.nav-float a {
  display: block;
  float: left;
  margin-right: 40px;
  margin-top: 10px;
  margin-bottom: 10px;
  min-width: 80px;
}
nav.navbar.bootsnav ul.nav > li > a {
  position: relative;
}
nav.navbar.bootsnav ul.nav1 > li:hover > a:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 20px;
  height: 10px;
  left: 50%;
  margin-left: -10px;
  /*background: url(../images/gcr-up.png) no-repeat;*/
}
nav.navbar.bootsnav li.dropdown ul.dropdown-menu .keyan::before {
  display: none;
}
nav.navbar.bootsnav li.dropdown ul.dropdown-menu .keyan {
  padding-left: 0;
}
.lh26 {
  line-height: 26px;
}
.navbar-default .nav2 {
  display: none !important;
}

.navxl a {color: #333 !important;font-weight: 500 !important;font-size: 14px !important;padding-left: 0 !important;}
.navxl a:hover {color: #2d469b !important;text-decoration: none !important;}
.navxl a::before {display: none !important;content: initial !important;}
/*nav结束*/
/*分享*/
.weixin {
  position: fixed;
  top: 220px;
  right: 50%;
  margin-right: -677px;
  z-index: 6;
}
.weixin a div {
  width: 122px;
  height: 122px;
  display: none;
  float: left;
  -moz-box-shadow: 0px 0px 10px #3D55A7;
  -webkit-box-shadow: 0px 0px 10px #3D55A7;
  box-shadow: 0px 0px 10px #3D55A7;
}
.weixin a div img {
  width: 100%;
  height: 100%;
}
.weixin a:hover div {
  display: block;
}
/*part1*/
.pr0 {
  padding-right: 0;
}
.part1 {
  margin-bottom: 88px;
}
.part1-body {
  background: #fff;
  display: block;
}
.par1-right {
  display: block;
  overflow: hidden;
  color: #fff;
}
.par1-right .more {color: #fff;}
.par1-right .more:hover {color: #fff;}
.index-banner {height: auto;}
.index-banner .slick-slider {
  z-index: 1;
}
.index-banner .slick-slider .slick-track {
  height: auto;
}
.index-banner .slick-dots {
  bottom: 22px;
  text-align: center;
  z-index: 999;
  padding-right: 20px;
}
.index-banner .slick-dots li {
  height: auto;
  width: auto;
  margin: 0 4px;
}
.index-banner .slick-dots li button {
  width: 11px;
  height: 11px;
  border-radius: 14px;
  background: #fff;
  opacity: 1;
  padding: 0;
  transition: all 0.7s;
}
.pt30{padding-top:0;}
.index-banner .slick-dots li.slick-active button {
  width: 14px;
  height: 14px;
  background: #fff;
  border: 3px solid #b4aabe;

  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.index-banner .slick-dots li button:before {
  width: 6px;
  content: '';
}
.part1-lun .part1-img-tit {
    width: 100%;
    line-height: 55px;
    position: absolute;
    bottom: -48px;
    left: 0;
    height: 55px;
    background: #00437c;
}
.part1-lun .part1-img-tit p {
  color: #fff;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
  font-size: 18px;
  font-weight: bold;
  height: 60px;
  line-height: 60px;
  position: absolute;
  bottom: 0;
  text-align: center;
  width:100%;
}
.swiper-container-horizontal > .swiper-pagination-bullets,
.swiper-pagination-custom,
.swiper-pagination-fraction {
  bottom: 22px;
  text-align: right;
  padding-right: 20px;
}
.swiper-pagination-bullet {
  width: 14px;
  height: 14px;
  background: #FFFFFF;
  border-radius: 14px;
  transition: all 0.7s;
}
.swiper-pagination-bullet-active {
  width: 49px;
  height: 14px;
  background-color: #C00F0F;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.part1-img img {
  height: auto;
  width: 100%;
}
.par1-right {
  padding: 24px 22px 24px 7px;
}
.par1-right .part1-right-top {
  padding-bottom: 20px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  margin-bottom: 20px;
  display: block;
}
.par1-right .part1-right-top h2 {
  font-size: 20px;
  font-weight: bold;
  color: #FFFFFF;
  line-height: 30px;
  height: 60px;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  margin-bottom: 20px;
}
.par1-right .part1-right-top p {
  color: #D9DDEB;
  line-height: 22px;
  height: 66px;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
}
.par1-right .part1-right-top:hover h2,
.par1-right .part1-right-top:hover p {
  text-decoration: underline;
}
.par1-right .part1-right-down {margin-bottom: 15px;}
.par1-right .part1-right-down li {
  margin-bottom: 12px;
}
.par1-right .part1-right-down li a {
  position: relative;
  padding-left: 17px;
  display: block;
  height: 21px;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
}
.par1-right .part1-right-down li a::before {
  position: absolute;
  left: 0;
  top: 5px;
  content: "";
  width: 9px;
  height: 9px;
  background: url(gcr-two2.png) no-repeat;
}
.par1-right .part1-right-down li a:hover {
  color: #fff;
  text-decoration: underline;
}
.par1-right .part1-right-down li:last-child {
  margin-bottom: 0;
}
/*part2*/
.tab-body {
  display: none;
}
.tab_body .tab-body:first-child {
  display: block;
}
.index-title1 {
  position: relative;
}
.index-title1 i {
  position: absolute;
  right: 16px;
  top: 0;
}
.index-title1 i a {
  display: none;
  line-height: 45px;
  color: #fff;
}
.index-title1 i a:first-child {
  display: block;
}
.index-title1 ul {
  width: 100%;
  height: 45px;
  background: #3D55A7;
}
.index-title1 ul li {
  float: left;
  transform: none;
}
.index-title1 ul li a {
  display: block;
  padding: 0 20px;
}
.index-title1 ul li a .img1,
.index-title1 ul li a .img2 {
  display: inline-block;
  margin-top: -6px;
  margin-right: 5px;
}
.index-title1 ul li a .img2 {
  display: none;
}
.index-title1 ul li a p {
  color: #fff;
  line-height: 45px;
  font-size: 18px;
  display: inline-block;
  font-weight: bold;
}
.index-title1 ul .on {
  transform: none;
}
.index-title1 ul .on a {


  transition: none;
}
.index-title1 ul .on a .img1 {
  display: none;
}
.index-title1 ul .on a .img2 {
  display: inline-block;
}
.index-title1 ul .on a p {

}
.index-title1 ul .more {
  color: #fff;
  line-height: 45px;
  margin-right: 16px;
}
.index-title1 ul .more:hover {
  color: #fbff00;
}
.part2-body {
  height: 233px;
  margin-top: 23px;
  margin-bottom: 44px;
}
.part2-body-left {
  width: 26%;
  height: 100%;
  background: #f1f3fa;
  margin-right: 2%;
}
.part2-img {
  width: 100%;
  height: 145px;
  overflow: hidden;
}
.part2-img img {
  height: 145px;
  width: 100%;
  transition: all 0.7s;
}
.part2-img:hover img {
  transform: scale(1.1);
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.part2-tit {
  padding: 11px;
}
.part2-tit h2 {
  font-size: 14px;
  color: #787878;
  line-height: 24px;
}
.part2-tit p {
  font-size: 15px;
  color: #333333;
  line-height: 22px;
  height: 44px;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}
.part2-tit:hover p {
  color: #3D55A7;
}
.part2-list {
  width: 72%;
}
.part2-list li {
  display: block;
  overflow: hidden;
  border-bottom: 1px dotted #b7b7b7;
  padding: 7px 0px;
}
.part2-list li a {
  font-size: 15px;
  position: relative;
  display: block;
  padding-left: 16px;
  width: 80%;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
  line-height: 22px;
  height: 22px;
}
.part2-list li a:hover {
  /* text-decoration: underline; */
}
.part2-list li a::before {
  content: "";
  background: url(../images/ico_11.jpg) no-repeat center;
  position: absolute;
  left: 0;
  top: 6px;
  width: 9px;
  height: 9px;
}
.part2-list li p {
  font-size: 14px;
  color: #A6A6A6;
}
.part2-list li:last-child {
  margin-bottom: 0;
  border: none;
}
/*part4*/
.part4 {
  width: 100%;
  height: 390px;
  background: url(../images/gcr-part4bg.png) no-repeat center;
  padding: 42px 0;
  background-size: 100% 100%;
}
.part4-icon {
  display: block;
}
.part4-icon .part4-icon-bg {
  width: 99px;
  height: 99px;
  margin: 0 auto;
  border-radius: 99px;
  line-height: 99px;
  overflow: hidden;
  text-align: center;
  background: url(gcr-part4iconbg1.png) no-repeat 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;
}
.part4-icon .part4-icon-bg:hover {
  transform: rotate(360deg);
  -webkit-transform: rotate(360deg);
  -moz-transform: rotate(360deg);
  -o-transform: rotate(360deg);
  -ms-transform: rotate(360deg);
}
.part4-icon p {
  margin-top: 15px;
  font-size: 16px;
  font-weight: bold;
  color: #304489;
  text-align: center;
}
.part4-icon p:hover {
  text-decoration: underline;
}
.part4-box .col-md-3:nth-child(2) .part4-icon .part4-icon-bg {
  background: url(gcr-part4iconbg2.png) no-repeat center;
}
.part4-box .col-md-3:nth-child(3) .part4-icon .part4-icon-bg {
  background: url(gcr-part4iconbg3.png) no-repeat center;
}
.part4-box .col-md-3:nth-child(4) .part4-icon .part4-icon-bg {
  background: url(gcr-part4iconbg4.png) no-repeat center;
}
.part4-box .col-md-3:nth-child(5) .part4-icon .part4-icon-bg {
  background: url(gcr-part4iconbg5.png) no-repeat center;
  margin-top: 40px;
}
.part4-box .col-md-3:nth-child(6) .part4-icon .part4-icon-bg {
  background: url(gcr-part4iconbg6.png) no-repeat center;
  margin-top: 40px;
}
.part4-box .col-md-3:nth-child(7) .part4-icon .part4-icon-bg {
  background: url(gcr-part4iconbg7.png) no-repeat center;
  margin-top: 40px;
}
.part4-box .col-md-3:nth-child(8) .part4-icon .part4-icon-bg {
  background: url(gcr-part4iconbg8.png) no-repeat center;
  margin-top: 40px;
}
/*part5*/
.login {
  width: 100%;
  height: 110px;
  background: url(gcr-part5bg.png) no-repeat center;
  background-size: 100% 100%;
  padding: 15px 16px;
}
.login .login-left {
  width: 66%;
  height: 100%;
  float: left;
}
.login .login-left input[type="text"] {
  background: url(gcr-text.png) no-repeat;
  background-position: 10px;
  background-color: #fff;
  margin-bottom: 10px;
}
.login .login-left input[type="password"] {
  background: url(gcr-password.png) no-repeat;
  background-position: 10px;
  background-color: #fff;
}
.login .login-left input {
  width: 100%;
  height: 35px;
  padding-left: 35px;
  padding-right: 10px;
}
.login .login_button {
  float: right;
  width: 30%;
  height: 100%;
  background: #2847B0;
  color: #fff;
  font-size: 16px;
}
.part6 {
  background-color: #fff;
}
.index-title2 i {
  right: 0;
}
.index-title2 i a {
  color: #969BAB;
  line-height: 40px;
}
.index-title2 ul {
  height: 44px;
  background: none;
  width: 100%;
  border-bottom: 2px solid rgba(61, 85, 167, 0.4);
}
.index-title2 ul li {
  margin-left: 30px;
}
.index-title2 ul li a {
  padding: 0;
}
.index-title2 ul li a p {
  color: #333333;
  line-height: 40px;
}
.index-title2 ul .on a {
  background: none;
  border-top: none;
  margin-top: 0;
  border-bottom: 4px solid #d6000f;
  transition: none;
}
.index-title2 ul li:first-child {
  margin-left: 0;
}
.index-title2 ul .more {
  color: #969BAB;
  line-height: 40px;
}
.index-title2 ul .more:hover {
  color: #3D55A7;
}
.part6-list {
  width: 100%;
  height: 294px;
  background: #fff;
  overflow: hidden;
}
.part6-list ul li {
  position: relative;
  margin-bottom: 14px;
  padding-left: 14px;
}
.part6-list ul li a {
  display: block;
}
.part6-list ul li a p {
  line-height: 1.5;
  display: inline-block;
  max-height: 44px;font-size: 15px;
}
.part6-list ul li a i {
  margin-left: 10px;
  color: #999999;
}
.part6-list ul li::before {
  position: absolute;
  content: "";
  width: 7px;
  height: 7px;
  top: 7px;
  left: 0;
  background: url(../images/gcr-part6-dian.png) no-repeat center;
}
.part7 {
  margin-top: 16px;
}
.part7-table {
  margin-top: 6px;
}
.part7-table .jd-img {
  margin-bottom: 4px;
}
.part7-table .jd-img a {
  border-radius: 5px;
  overflow: hidden;
  display: block;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100% 100%;
  font-weight: bold;
  color: #FFFFFF;
  font-size: 19px;
  margin: 10px 0px;
  transition: all 0.7s;
}
.part7-table .jd-img a p {
    height: 150px;
    line-height: 150px;
    width: 100%;
    padding: 0px 20px;
    background-image: linear-gradient(to right,#3d55a7,#3d55a700);
}
.part7-table .jd-img img{
  width: 100%;
}
.part7-table .jd-img a:last-child {
  margin-bottom: 0;
}
/*.part7-table .jd-img:nth-child(2) a {*/
/*  background-size: 100% 100%;*/
  /* color: #0968EA; */
/*}*/
/*.part7-table .jd-img:nth-child(2) a p {*/
  /* line-height: 24px;
  padding: 8px  0; */
/*}*/
/*.part7-table .jd-img:nth-child(3) a {*/
/*  background-size: 100% 100%;*/
/*}*/
/*.part7-table .jd-img:nth-child(4) a {*/
/*  background-size: 100% 100%;*/
/*}*/
/*.part7-table .jd-img:nth-child(5) a {*/
/*  background-size: 100% 100%;*/
/*  color: #2B4D9A;*/
/*}*/
/*.part7-table .jd-img:nth-child(6) a {*/
/*  background-size: 100% 100%;*/
/*  color: #0968EA;*/
/*}*/
/*.part7-table .jd-img:nth-child(7) a {*/
/*  background-size: 100% 100%;*/
/*}*/
/*.part7-table .jd-img:nth-child(8) a {*/
/*  background-size: 100% 100%;*/
/*}*/
.part7-table .jd-img a:hover {
  background-size: 110% 110%;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  /* color: #fbff00; */
}
.part8-link a {
  width: 100%;
  height: 85px;
  display: block;
  overflow: hidden;
}
.part8-link a img {
  width: 100%;
  height: 85px;
  transition: all 0.7s;
}
.part8-link a:hover img {
  transform: scale(1.1);
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.special-list .slick-slide {
  margin: 0 10px;
}
.special-list .slick-list {
  margin: 0 -10px;
}
.footer {
  /*margin-top: 50px;*/
  padding: 40px 0;
  background:url(../images/footer_bj.jpg) 0 0 no-repeat;
  background-size:100% 100%;
  padding-bottom:65px;
}
.foot-body {

  color: #FFFFFF;
}
.foot-body ul {
  display: block;
  overflow: hidden;
  margin-top:30px;
}
.foot-body ul li {
  float: left;
  width:100%;
  font-size:16px;
}
.foot-body ul li a {
  margin-right: 10px;
}
/*.foot-body ul li:after {*/
/*  content: "|";*/
/*  color: rgba(255, 255, 255, 0.3);*/
/*}*/
.foot-body ul li:last-child:after {
  content: "";
  margin-right: 0;
}
.foot-body ul li:last-child:after a {
  margin-right: 0;
}
.foot-body a:hover {
  color: #fbff00;
}
/*内页开始*/
.neiye {
  /* background: url(gcr-index-bg.png) no-repeat top;
  background-size: 100% 100%; */
}
.ny-nav {
  width: 100%;
  background: #fff;
}
.ny-nav h1 {
  /* background: url(gcr-nynav-bg.png) no-repeat center;
  background-size: 100% 100%; */
  line-height: 75px;
  font-size: 24px;
  font-weight: bold;
  padding: 0 25px;
  color: #fff;
}
.ny-nav li {
  padding: 0 25px;
}
.ny-nav li a {
  border-bottom: 1px solid #E0E8F4;
  display: block;
  font-size: 16px;
  color: #2D303B;
  position: relative;
  padding: 15px;
  transform: none;
}
.ny-nav li a::before {
  position: absolute;
  left: 0;
  top: 50%;
  content: "";
  width: 5px;
  height: 18px;
  margin-top: -9px;
  background: #c8cddf;
  border-radius: 5px;
}
.ny-nav li a::after {
  position: absolute;
  right: 0;
  top: 50%;
  content: "";
  width: 7px;
  height: 18px;
  margin-top: -9px;
  /* background: url(gcr-nynav-right.png) no-repeat center; */
  border-radius: 5px;
}
.ny-nav li a:hover {
  color: #3D55A7;
  font-weight: bold;
  transform: none;
}
.ny-nav li a:hover::before {
  background: #3D55A7;
}
.ny-nav li a:hover::after {
  /* background: url(gcr-nynav-right2.png) no-repeat center; */
}
.ny-nav li a.nynavhover {
  color: #3D55A7;
  font-weight: bold;
  transform: none;
}
.ny-nav li a.nynavhover::before {
  background: #3D55A7;
}
.ny-nav li a.nynavhover::after {
  /* background: url(gcr-nynav-right2.png) no-repeat center; */
}
.ny-right {
background: #fff;
height:344px;
overflow:hidden; 
}
.bread {
  border-bottom: 1px solid #CFD8E4;
  margin-bottom: 30px;
}
.bread h1 {
  float: left;
  font-weight: bold;
  color: #3D55A7;
  line-height: 74px;
  font-size: 24px;
  border-bottom: 3px solid #3c55a7;
}
.breadcrumb {
  float: left;
  line-height: 74px;
  background: none;
  margin-bottom: 0;
  padding: 0;color: #808080;
}
.breadcrumb li a {
  color: #808080;
}
.breadcrumb li a:hover {
  color: #3D55A7;
}
.breadcrumb .active a {
  color: #3D55A7;
}
 .breadcrumb > li + li::before {
  padding: 0;
  content: "";
}
/*.breadcrumb > li + li::after {
  padding-left: 4px;
  color: #808080;
  content: ">\00a0";
} */
.breadcrumb li{
  padding-right: 4px;
}
.breadcrumb > li + li:last-child::after {
  padding-left: 0;
  content: "";
}
.nypep {
  text-align: center;
  display: block;
	border: 1px solid #F2F5FC;
    border-bottom: 2px solid #3D55A7;
	overflow: hidden;width: 318px;margin: 50px auto 0;
}
.nypep p {
  font-size: 28px;
  font-weight: bold;
  margin-top: 15px;
}
.nypep span {
  font-size: 16px;
  color: #808080;margin-bottom: 15px;display: block;
}
.pepimg {
  width: 316px;
  height: 240px;
  margin: 0 auto;
  overflow: hidden;
}
.pepimg img {
  width: 100%;
  height: 100%;
}
.lingdao li {
  padding: 20px 46px;
  color: #4D4D4D;
  position: relative;
  /* background: url(gcr-renyuan-bg.png); */
  background-size: 100% 100%;
  margin-bottom: 15px;
}
.lingdao li h2 {
  font-size: 18px;
  font-weight: bold;
  line-height: 36px;
  margin-bottom: 20px;
}
.lingdao li p {
  font-size: 16px;
  line-height: 32px;
}
.lingdao li::before {
  content: "";
  position: absolute;
  left: 30px;
  top: 29px;
  width: 5px;
  height: 18px;
  border-radius: 5px;
  background: #e60012;
}
.tupian {
  text-align: center;
  margin-bottom: 30px;
}
.tupian a {
  width: 100%;
  height: 182px;
  overflow: hidden;
  display: block;
}
.tupian a img {
  transition: all 0.7s;
  width: 100%;
  height: 182px;
}
.tupian a:hover img {
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  transform: scale(1.1);
}
.tupian p {
  font-size: 16px;
  margin-top: 10px;
  max-height: 48px;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}
.tupian p a {height: auto;}
/*分页*/
.page {
  text-align: center;
  margin-top: 20px;
}
.page a {
  padding: 0 16px;
  line-height: 38px;
  margin-left: 5px;
  border-radius: 4px;
  border: 1px solid #DCDCDC;
  display: inline-block;
}
.page a:hover {
  background: #3D55A7;
  color: #fff;
  border: 1px solid #3D55A7;
}
.page-active {
  background: #3D55A7;
  color: #fff;
  border: 1px solid #3D55A7;
}
/*分页结束*/
.wzlist {
  display: block;
  overflow: hidden;
  background: #F0F4FC;
  margin-bottom: 30px;
}
.wzlist span {
  width: 60px;
  height: 60px;
  /* background: url(gcr-wzbg.png) no-repeat center; */
  background-size: 100% 100%;
  float: left;
  text-align: center;
  line-height: 60px;
}
.wzlist p {
  float: left;
  line-height: 60px;
  padding: 0 20px;
}
.book {
  width: 100%;
}
.book img {
  width: 100%;
}
.book-txt {
  color: #404040;
}
.book-txt h2 {
  font-size: 20px;
  font-weight: bold;
  color: #404040;
  margin-bottom: 26px;
  line-height: 22px;
  height: 22px;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
}
.book-txt i {
  display: block;
  height: 29px;
  line-height: 29px;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
}
.book-txt p {
  line-height: 29px;
  margin-top: 10px;
  height: 87px;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
  margin-bottom: 30px;
}
.book-txt span a {
  display: inline-block;
  padding: 0 22px;
  line-height: 45px;
  border: 1px solid #D4D8E0;
}
.book-txt span a:hover {
  background: #3D55A7;
  color: #fff;
  border: 1px solid #3D55A7;
}
.book-box {
  padding-bottom: 30px;
  margin-bottom: 30px;
  border-bottom: 1px solid #CFD8E4;
  display: block;
  overflow: hidden;
}
.pepimg2 {
  width: 220px;
  height: 310px;
}
.nypep2 {width: 220px;}
.nypep2 p {
  font-size: 16px;
}
.nypep2 p span {display: inline-block;border: 1px solid #fff;padding: 4px;color: #333;line-height: 1;border-radius: 2px;}
.nypep2:hover p span {color:#3D55A7;}
.nypepbox:nth-child(1) .nypep2 p span, .nypepbox:nth-child(2) .nypep2 p span {border: 1px solid #333;}
.peop2 {
  width: 180px;
  background: #fff;
  border: 1px solid #F2F5FC;
  border-bottom: 2px solid #3D55A7;
  display: block;
  margin-top: 30px;overflow: hidden;
}
.peop2 .peop2img {
  width: 180px;
  height: 270px;
  overflow: hidden;
}
.peop2 .peop2img img {
  width: 100%;
  height: 100%;
}
.peop2 p {
  line-height: 50px;
  text-align: center;
  color: #2B5AB0;
  font-weight: bold;
  font-size: 17px;
}
.peop2:hover {
  background: #2B5AB0;
}
.peop2:hover p {
  color: #fff;
}
.pepxl {
  padding: 32px;
  background: #f2f5fc;
  width: 100%;
  padding-top: 10px;
  height: 240px;
  overflow: hidden;
}
.pepxl-tit {
  border-bottom: 1px solid #D7DBE0;
}
.pepxl-tit h1 {
  font-size: 24px;
  font-weight: bold;
  float: left;
  line-height: 60px;
  border-bottom: 3px solid #3D55A7;
}
.pepxl-tit p {
  float: left;
  line-height: 60px;
  margin-left: 13px;
}
.pepxl-txt {
  margin-top: 10px;
}
.pepxl-txt span {
  color: #404040;
  line-height: 30px;
}
.pepxl-txt i {
  color: #3D55A7;
}
.pepxl-img {
  width: 160px;
  height: 240px;
  float: right;
}
.pepxl-img img {
  width: 100%;
  height: 100%;
}
.ny-bt h2 {
  line-height: 45px;
  background: #F2F5FC;
  border-left: 5px solid #3D55A7;
  margin-top: 30px;
  margin-bottom: 20px;
  font-size: 18px;
  font-weight: bold;
  padding-left: 16px;
  width: 100%;
}
.pepxl-body {
  font-size: 16px;
  color: #4D4D4D;
  line-height: 35px;
  text-indent: 2em;
}
.tupian2 {
  text-align: left;
}
.tupian2 i {
  display: block;
  color: #A6A6A6;
  margin-top: 10px;
}
.wzlb-list ul li {
  position: relative;
  display: block;
  overflow: hidden;
  padding:15.6px 15px;
  border-bottom:2px solid #ddd;
}
.wzlb-list ul li a p {
    float: left;
    width: 320px;
    font-size: 16px;
    overflow: hidden;
    color: #666;
    text-overflow: ellipsis;
    white-space: nowrap;
    text-align:left;
    margin-left:15px;
}
.wzlb-list[data-v-no] ul li a p {
max-width: 100%;
}
.wzlb-list ul li a i {
    float:left;
  color: #7D8FA4;
  font-size: 15px;
}
/*.wzlb-list ul li::before {*/
/*  position: absolute;*/
/*  content: "";*/
/*  width: 7px;*/
/*  height: 7px;*/
/*  top: 8px;*/
/*  left: 0;*/
/*  background: url(../images/ico_11.jpg) no-repeat center;*/
/*}*/
.title-s {
  text-align: center;
  font-size: 26px;
  font-weight: bold;
  line-height: 38px;
  margin-bottom: 30px;color: #001565;
}
.detail-top {
  border-bottom: 1px solid #D9DFE7;
  padding-bottom: 10px;
  margin-bottom: 30px;
}
.top-other {
  color: #91949F;
  font-size: 15px;
}
.main-cont {
  text-indent: 2em;
  line-height: 35px;
  color: #4D4D4D;
}
.main-cont p {
  margin-bottom: 10px;
}
.main-cont img {
  width: 60%;
  height: auto;
  margin: 10px auto;
  display: block;
}
.ny-bt2 h2 {
  /* background: url(gcr-bg-cas.png); */
  background-size: 100% 100%;
  border-color: #8EA5CB;
}
.xinxi {
  display: block;
  overflow: hidden;
}
.xinxi h4 {
  font-size: 17px;
  font-weight: bold;
  color: #3857d0;
  margin: 4px 0 15px;
}
.xinxi ul li {
  margin-bottom: 10px;
}
.xinxi ul li a {
  position: relative;
  padding-left: 15px;
  font-size: 16px;
  color: #666666;
}
.xinxi ul li a::before {
  content: "";
  /* background: url(gcr-two3.png) no-repeat center; */
  position: absolute;
  left: 0;
  top: 4px;
  width: 9px;
  height: 9px;
}
.xinxi ul li a:hover {
  color: #3D55A7;
}
.tplist {
  border-bottom: 1px solid #CFD8E4;
  padding-bottom: 30px;
  margin-bottom: 30px;
  display: block;
}
.tplist-img {
  width: 100%;
  height: 150px;
  overflow: hidden;
}
.tplist-img img {
  height: 100%;
  width: 100%;
  transition: all 0.7s;
}
.tplist-img:hover img {
  transform: scale(1.1);
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.tplist-body h2 {
  height: 25px;
  font-size: 18px;
  font-weight: bold;
  color: #333333;
  line-height: 25px;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
}
.tplist-body p {
  margin-top: 10px;
  height: 78px;
  font-size: 15px;
  color: #666666;
  line-height: 26px;
  margin-bottom: 10px;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
}
.tplist-body i {
  color: #A6A6A6;
  line-height: 24px;
  font-size: 14px;
}
.tplist-body:hover h2,
.tplist-body:hover p {
  color: #3D55A7;
}
.pop1 {
  display: none;
}
.zt-tit {
  margin: 25px 0;
}
/*20210914*/

/*------------------滚动公告----------------*/
.marqueebox {padding: 22px;overflow: hidden;background: #fff;}
.marquee{ width:100%; height:251px; overflow:hidden; margin: 0;}
@media (max-width: 991px) {
.marquee{ height:214px;}
}
@media (max-width: 767px) {
.marquee{ height:200px;}
}
/*细览，单页*/
.details-page {
  color: #666666;
  line-height: 1.8;
}
.details-page img {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.details-page .detail-top {
  border-bottom: 1px solid #c1d1e5;
  padding-bottom: 10px;
  margin-bottom: 32px;
}
.details-page .detail-top .title-s {
  color: #333;
  line-height: 1.4;padding-top: 16px;
}
.details-page .detail-top .top-other {
  color: #7D8FA4;
}
.details-page .detail-top .top-other .other-info {
  text-align: center;
}
.details-page .detail-top .top-other .other-share {
  float: right;
}
.details-page .detail-top .top-other span {
  display: inline-block;
  margin-right: 12px;
}
.details-page .detail-top .top-other a {
  display: inline-block;
  margin-right: 4px;
}
.details-page .detail-top .top-other span:last-child,
.details-page .detail-top .top-other a:last-child {
  margin-right: 0;
}
.details-page .main-cont {
  color: #404040;
  text-align: justify;
}
.details-page .main-cont p {
  margin-bottom: 10px;
  line-height: 2;
}
.details-page .main-cont.cont-xilan img {
  width: 800px;
}
.details-page .main-cont video {border: #e4e9fb solid 6px;border-radius: 5px;width: 76% !important;height: 100% !important;margin: 18px auto;display: block;}
.details-page .cont-page {
  margin-top: 30px;
  border-top: 1px solid #c1d1e5;
  padding-top: 30px;
  line-height: 24px;
  color: #4D4D4D;
}
.details-page .cont-page .a-page {
  margin-bottom: 10px;
}
.details-page .cont-page .a-page a,
.details-page .cont-page .a-page span {
  display: inline-block;
}
.details-page .cont-page .a-page a {
  color: #4D4D4D;
}
.details-page .cont-page .a-page:hover {
  color: #D31616;
}
.details-page .cont-page .a-page:hover a {
  color: #D31616;
}
/*---------------Left Nav---------------------*/
.sidebar {overflow: hidden;margin-right: 8px;
/*-ms-box-shadow: 0px 6px 20px -18px rgba(0, 0, 0, 0.4);
    -o-box-shadow: 0px 6px 20px -18px rgba(0, 0, 0, 0.4);
    -moz-box-shadow: 0px 6px 20px -18px rgba(0, 0, 0, 0.4);
    -webkit-box-shadow: 0px 6px 20px -18px rgba(0, 0, 0, 0.4);
    box-shadow: 0px 6px 20px -18px rgba(0, 0, 0, 0.4);*/
}
.sidebar .title {text-align: right;margin-bottom: 0px;position: relative;padding: 23px 20px 21px 20px; font-size: 24px;font-weight: 700; color:#ffffff;border-top: #f08519 solid 0px;text-transform:uppercase;line-height: 32px;background: url(../images/cate_it_03.jpg) no-repeat right top #3d55a7; }
@media (max-width:1199px) {
	.sidebar {margin-right: 0px;}
}
.contentWrapper {
  width: 100%;
  height: 100%;
  position: relative;
}
.contentLeft {
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: #fff;/*min-height: 436px;*/
}
.contentRight {
  padding: 1.3rem 2rem;
  margin-left: 250px;
}
.deg90 {-webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    transform: rotate(90deg);}

.leftNavigation {
  margin: 0rem 0;
}
.leftNavigation, .leftNavigation li ul {
  list-style: none;
  padding: 0;
}
.leftNavigation li a {
  font-size: 17px;
  display: block;
  padding: 16px 42px 16px 34px;
  color: #3b4461;
  border-bottom: solid 1px #e0e8f4;
  text-overflow: ellipsis;
  overflow: hidden;
  position: relative;
  -webkit-transition: color 0.2s ease;
  transition: color 0.2s ease;
  font-weight:500;
}
.leftNavigation li a:after {
	content: "";
	position: absolute;
	left: 18px;
	top: 18px;
	width: 5px;height: 16px; background-image: none;
}
.leftNavigation li ul li a {
  font-size: 14px;
  display: block;
  padding: 5px 1rem 5px 50px !important;
  color: #73798f;line-height: 1.2;
  text-overflow: ellipsis;
  overflow: hidden;
  position: relative;
  -webkit-transition: color 0.2s ease;
  transition: color 0.2s ease;
  font-weight:400;border-bottom: solid 0px #fff;
}
.leftNavigation li ul li a:after {
    content: '';
    width: 4px;
    height: 4px;
    background-color: #9ca5c6;
    position: absolute;
    top: 13px;
    left: 36px;
    margin-top: -2px;
    background-image: none !important;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
}
.leftNavigation li a, .leftNavigation li a .leftNavIcon {
  line-height: 130%;
}
.leftNavigation li a .leftNavIcon {
  position: absolute;
  top: 0;
  right: 0;
  width: 4.8rem;
  padding: 13px 0;
  text-align: center;
  font-weight: 500;color: #c0c7e0;font-size: 20px;
}
.leftNavigation li.active a .leftNavIcon {color: #626981;}
.leftNavigation li a .leftNavIcon1 {
  position: absolute;
  top: 0;
  left: 0;
  width: 7rem;
  padding: 16px 0 0 0;
  text-align: center;font-size: 12px;color: #f67400;
}
.leftNavigation li a:hover {
  color: #3D55A7; text-decoration:none; background-color: #f4f7fc;font-weight: 700;
}
.leftNavigation li a:hover:after {
  background-image:url(../images/navicon02.png);background-repeat: no-repeat;
}
.leftNavigation li a:hover .leftNavIcon {color: #626981;}
.leftNavigation li ul {
  display: none;
  margin: 0;
  background-color: #f4f7fc;border-bottom: solid 1px #e5e5e5;
}
.leftNavigation li ul li { border-bottom: solid 0px #e5e5e5;}
.leftNavigation li ul li a:hover {
  color: #2a45a6; text-decoration:none;background: transparent;font-weight: 500;
}
.leftNavigation li ul li a:hover:after {background-color: #02449e;}
/*#

 li ul li:last-child a {
  border-bottom: none;
}*/
.leftNavigation li ul li.active a {
  color: #2a45a6; text-decoration:none;font-weight: 500;
}
.leftNavigation li ul li.active a:after {background-color: #02449e;font-weight: 500;}
.leftNavigation li.active > a {
  color: #3D55A7; text-decoration:none;font-weight: 700;border: 0;/*padding: 18px 40px 12px 34px;*/
}
.leftNavigation li.active > a:after {
	background-image:url(../images/navicon02.png);background-repeat: no-repeat;
}
.leftNavigation li.active ul {
  display: block;padding: 0 0 15px 0;border-bottom: solid 1px #fff;
}
.leftNavigation > li.active {
  background-color: #f4f7fc;border-bottom: solid 1px #e0e8f4;
}
.leftNavigation li ul li .level4 {border-top: solid 1px #D0E9F3;}
.leftNavigation li ul li .level4 li a {
  border-bottom: solid 0px #D0E9F3; font-size:13px; color:#535353; margin-left:30px; padding-left:12px;background: transparent;
}
.leftNavigation li ul li .level4 li a:hover {color: #006bb1;}
.leftNavigation li ul li .level4 li {border-bottom: solid 1px #D0E9F3;}
.leftNavigation li ul li .level4 li:last-child {border-bottom: solid 0px #D0E9F3;}
/*---------------列表---------------------*/
.list-link { overflow:hidden; display:block;margin-top: 30px;}
.list-link li {overflow:hidden;clear:both;padding: 20px 18px;}
.list-link li:nth-child(odd) {background: #f5f7fb;}
.list-link li a{ float:left;overflow:hidden;font-size:16px;line-height:1.4; color:#333;background-repeat: no-repeat;background-position: 8px 6px;padding-left: 32px; }
.list-link li a:hover {color: #334ca6;}
.list-link span {line-height:1.5;color:#9b9b9b; font-size: 15px;position: absolute;top:2px;right: 0;}
@media (max-width: 767px){
	.list-link {margin-top: 26px;}
    .list-link li a {padding-right: 0px;}
    .list-link span {position: initial;margin-left: 17px;}
}
/*---------------PHOTO NEWS---------------------*/
.new-graphics {}
.new-graphics li {margin-top: 26px;}
.new-graphics li .boxstyle {}
.new-graphics li .boxstyle a {}
.new-graphics li .boxstyle img {height: 180px;width: 100%;}
.new-graphics li a:hover .boxstyle img {opacity: 0.8;filter: alpha(opacity=80);}
.new-graphics li .boxstyle .txtinfo {margin: 12px 2px 0 2px;overflow: hidden;height: 64px;}
.new-graphics li .boxstyle .txtinfo h5 {font-size: 15px;color: #a6a6a6;margin: 0 0 3px 0;font-family: Arial;font-weight: 500;}
.new-graphics li .boxstyle .txtinfo h4 { color: #282828;margin: 0 0 8px 0;}
.new-graphics li .boxstyle .txtinfo h4 a { color: #282828;font-size: 15px;line-height: 1.4;font-weight: 500;border: 0;-webkit-line-clamp: 2;display: -webkit-box;overflow: hidden;max-height: 40px;
/*! autoprefixer: off */
-webkit-box-orient: vertical;
/* autoprefixer: on */}
.new-graphics li .boxstyle .txtinfo h4 a:hover { color: #3D55A7;}
.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: 129px;}
    .new-graphics li .boxstyle .txtinfo h4 { font-size: 14px;}
}
@media (max-width: 991px) {
	.new-graphics li .boxstyle img {height: 140px;}
}
@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: 15px;height: auto;}
	.new-graphics li .boxstyle .txtinfo h4 a {-webkit-line-clamp: inherit;max-height: initial;}
}

.graphiclist {margin-top: 30px;}
.graphiclist li {display: block; overflow: hidden;margin-bottom: 26px;padding-bottom: 26px;border-bottom: 1px solid #E2E5EF;
transition: All 0.5s ease-in-out;
    -webkit-transition: All 0.5s ease-in-out;
    -moz-transition: All 0.5s ease-in-out;
    -o-transition: All 0.5s ease-in-out;
}
.graphiclist li:last-child {margin-bottom: 0px;}
/*.graphiclist li:hover {background: #fff;padding: 30px;border-radius: 5px;
    -webkit-box-shadow: 0px 3px 30px rgba(212, 223, 236, 0.6);
    box-shadow: 0px 3px 30px rgba(212, 223, 236, 0.6);
}*/
.graphiclist li h2 { margin:0 0 14px 0;font-weight: 700;font-size:18px;line-height:1.5; color:#333;overflow: hidden;text-overflow: ellipsis;white-space: nowrap;display: block;}
.graphiclist li a:hover h2 { color:#3D55A7;text-decoration:none;}
.graphiclist .news-img { margin-right: 30px;}
.graphiclist .news-img a {border:#e4e4e4 solid 1px;}
.graphiclist .news-img img { width: 226px; height: 151px;
transition: All 0.5s ease-in-out;
    -webkit-transition: All 0.5s ease-in-out;
    -moz-transition: All 0.5s ease-in-out;
    -o-transition: All 0.5s ease-in-out;
}
.graphiclist li a:hover .news-img img {transform: scale(1.1);}
.graphiclist .news-txt p { line-height: 1.7; font-size: 14px; margin: 0px; color:#737373;overflow:hidden;}
.graphiclist .news-txt i { font-family: Arial;font-size: 15px; margin: 13px 0 0 0; color:#A6A6A6; display:block;padding: 0 5px 0 0;font-style: normal;line-height: 1.1;text-align: right;}
.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 (max-width: 991px) {
	.graphiclist .news-img{ margin-bottom:2px;margin-right: 15px;}
	.graphiclist .news-img img{ width: 156px; height: 104px;}
	.graphiclist .news-txt p {overflow: initial;}
	.graphiclist li h2 {white-space:normal;overflow: inherit;}
}
@media (max-width: 767px) {
	.graphiclist li h2 {}
	.graphiclist li h2 {font-size: 17px;line-height: 1.4;}
	.graphiclist .news-img img{ width: 141px; height:94px;}
}
@media (max-width: 320px) {
	.graphiclist .news-img img{ width: 104px; height:69px;}
}
/*专题*/
.linkspic {margin-top: 18px;}
.linkspic li {margin-bottom: 30px;}
.linkspic li img {width: 100%;height: 82px;border: #ffefd8 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: 33.333333%;float: left;}
}
@media (max-width: 991px){
	.linkspic .col-md-3 {width: 50%;}
	.linkspic li img {height: 97px;}
}
@media (max-width: 767px){
    .linkspic .col-md-3 {width: 100%;}
    .linkspic li {margin-bottom: 20px;}
	.linkspic li:last-child {margin-bottom: 0px;}
    .linkspic li img {max-height: 105px;}
}
/*---------------Video list---------------------*/
.picvid {margin: 2px 0 0 0;}
.videobox {overflow: hidden;display: block;margin: 30px 0 0 0;}
.videobox .txtinfo {overflow: hidden;padding: 10px 0 0 0;}
.videobox .txtinfo h4 { color: #333;font-size: 15px;line-height: 140%;font-weight: 500;margin: 0;-webkit-line-clamp: 2;display: -webkit-box;overflow: hidden;text-decoration: none;-webkit-box-orient: vertical;height: 44px;}
.videobox .txtinfo h4 a { color: #333;border: 0;display: block;}
.videobox .txtinfo h4 a:hover { color: #3D55A7;text-decoration: none;}
.video-container {
	position: relative;
	overflow: hidden;
	font-size: 16px;
	font-size: 1rem;
	vertical-align: top;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;border-radius: 2px;

}
.video-container:hover .headline {
    background: white;z-index: 2;
}
.video-container i {
    display: block;
    position: absolute;
    opacity: .7;
    text-align: center;
    color: inherit;
    font-size: 46px;
    width: 46px;
    height: 46px;
    top: 50%;
    left: 50%;
    margin-top: -23px;
    margin-left: -23px;
}
.video-container:hover a {
    opacity: .9;
    /*top: 0;*/
    z-index: 2;
}

.video-container img {
	width:100%;height:180px;
	display: block;
	-webkit-transition: all .5s ease; /* Safari and Chrome */
    -moz-transition: all .5s ease; /* Firefox */
    -ms-transition: all .5s ease; /* IE 9 */
    -o-transition: all .5s ease; /* Opera */
    transition: all .5s ease;
}/*width: 100%;height: auto;*/
.video-container .video-caption {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 1;
	-webkit-transition: all .5s ease; /* Safari and Chrome */
    -moz-transition: all .5s ease; /* Firefox */
    -ms-transition: all .5s ease; /* IE 9 */
    -o-transition: all .5s ease; /* Opera */
    transition: all .5s ease;
	color: #fff;
}
.video-container .video-caption span{background-color: #FD0005;position:absolute;top: 0;padding: 0px 7px;font-weight: bold;font-size: 13px;}
.video-container .video-caption p{position: absolute;bottom: 0;left:0; right: 0;text-align: center;font-size: 12px; background: rgba(0, 0, 0, .6);margin:0;padding: 6px;}
.video-container:hover img {
	-webkit-transform:scale(1.25); /* Safari and Chrome */
    -moz-transform:scale(1.25); /* Firefox */
    -ms-transform:scale(1.25); /* IE 9 */
    -o-transform:scale(1.25); /* Opera */
    transform:scale(1.25);
}
.video-container:hover .video-caption {
	background: rgba(0, 0, 0, .3);
}
.video-container:hover .video-caption i {
	opacity: 1;
}
@media (max-width: 1199px) {
	.video-container img {height:129px;}
}
@media (max-width: 991px) {
	.video-container img {height:137px;}
	.videobox .txtinfo h4 {font-size: 14px;height: 36px;}
	.headline {max-height: 68px;font-size: 18px;line-height: 20px;}
}
@media (max-width: 767px) {
	.videobox {margin: 26px 0 0 0;}
	.videobox .txtinfo h4 {font-size: 16px;height: auto;}
	.video-container img {height:auto;}
}
/*-----------------科研成果---------------------*/
.wordbreak {word-break: break-all;}
.result {overflow-x: hidden;}
.result .years {border: #dedede solid 1px;overflow: hidden;padding: 15px 0;}
.result .years a {font-size: 14px;font-family: Arial;color: #004ea2;line-height: 24px;}
.result .years a:hover {color: #ff5b00;}
.result .contentlist {overflow: hidden;margin: 2px 0 0 0;}
.result .contentlist .wid1 {width: 35%;}
.result .contentlist .wid2 {width: 20%;}
.result .contentlist .wid3 {width: 14%;}
.result .contentlist .wid4 {width: 15%;}
.result .contentlist .wid5 {width: 4%;}
.result .contentlist .wid6 {width: 30%;}
.result .contentlist .wid7 {width: 10%;}
.result .contentlist .wid8 {width: 8%;}
.result .contentlist .wid9 {width: 40%;}
.result .contentlist .table > thead > tr > th, .result .contentlist .table > tbody > tr > th {color: #222;font-size: 15px;padding: 8px;}
.result .contentlist .table-bordered > tbody > tr > td {font-size: 14px;padding: 8px 6px;display:table-cell; vertical-align:middle;border-color: #ddd;background: #fff;}/*word-break: break-all;*/
.result .contentlist .table-bordered .date {font-size: 14px;font-family: Arial;}
.result .contentlist .table-bordered .arial {font-family: Arial;}
.result .contentlist .table-bordered {border-color: #ddd;}
.result .contentlist .table-bordered > thead > tr > th, .result .contentlist .table-bordered > tbody > tr > th {border-color: #ddd;background-color: #f4f6f9; vertical-align: middle;}
@media (max-width: 1199px){
	.result .contentlist .wid2 {width: 17%;}
	.result .contentlist .wid7 {width: 16%;}
}
@media (max-width: 991px){
	.result .contentlist .wid4 {width: 16%;}
	.result .contentlist .wid5 {width: 1%;}
}
@media (max-width: 767px){
	.result .contentlist .wid3 {width: 1%;}
}

.mod-table .table-hover > tbody > tr:hover {background-color: #f4f6f9;}
.mod-table .box-search {
  margin-bottom: 15px;overflow: hidden;margin-top: 28px;
}
.mod-table .box-search.search-other {
  position: relative;
  padding-right: 100px;
}
.mod-table .box-search.search-other .btn-wrap {
  position: absolute;
  right: 0;
  top: 0;
  width: 85px;
}
.mod-table .box-search.search-other .btn-wrap .btn-s {
  height: 100px;
}
.mod-table .box-search .box-s {
  float: left;
  width: 33.333333%;
  margin-bottom: 18px;
  padding-left: 100px;
  line-height: 40px;
}
.mod-table .box-search .box-s > div {
  float: left;
}
.mod-table .box-search .box-s .box-title {
  position: absolute;
  margin-left: -100px;
  text-align: right;
  line-height: 40px;
  width: 90px;
  color: #333333;
  font-size: 15px;
}
.mod-table .box-search .box-s .box-inp {
  width: 100%;
}
.mod-table .box-search .box-s .inp-s {
  height: 40px;
  padding: 5px 10px;
  line-height: 30px;
  box-shadow: none;
  border-radius: 4px;
  border-color: #eee;margin-bottom: 0;
}
.mod-table .box-search .box-s1 {width: 66.666666% !important;}
.mod-table .box-search .btn-s {
  height: 40px;
  line-height: 40px;
  color: #fff;
  background-color: #1958af;
  border-radius: 4px;
  display: block;
  width: 100%;
  font-size: 15px;
}
.mod-table .box-table {
  overflow: hidden;
  border-bottom: solid 1px #e9ebf0;
}
.mod-table .box-table .t-title {
  display: block;
  text-align: left;
  color: #333333;
}
.mod-table .box-table .t-title:hover {
  color: #1958af;
}
.mod-table .box-table table {
  width: 100%;
  border: solid 1px #fff;
}
.mod-table .box-table table tr td {
  border: solid 1px #eeeeee;
  padding: 12px 14px;
  color: #333333;word-break: break-all;
}
.mod-table[data-v-dp] .box-table table tr td {padding: 16px 16px;}
.mod-table[data-v-dp] .box-table table tbody tr td {
	font-size: 14px;
}
.mod-table .box-table table thead tr td {
  background-color: #f4f6f9;
  line-height: 24px;
  color: #1958af;
    font-weight: 700;
    font-size: 17px;
    text-align: center;
}
.mod-table .box-table table tbody tr td {
  line-height: 1.4;
}
.mod-table .box-table .title-s {
  display: block;
  color: #333;
}
.fgtdw1 {width: 10%;}
.fgtdw2 {width: 15%;}
.tdw1 {width: 15%;}
.tdw2 {width: 28%;}
.hjtdw1 {width: 12%;}
.hjtdw2 {width: 18%;}
.hjtdw3 {width: 30%;}
.lwtdw1 {width: 22%;}
.lwtdw2 {width: 13%;}
.zltdw1 {width: 20%;}
.zltdw2 {width: 15%;}
@media (max-width: 1199px) {
	.hjtdw1 {width: 16%;}
	.fgtdw1 {width: 13%;}
	.fgtdw2 {width: 20%;}
	.tdw1 {width: 16%;}
    .lwtdw2 {width: 15%;}
    .zltdw2 {width: 19%;}
}
@media (max-width: 991px) {
	.fgtdw1 {width: 18%;}
	.fgtdw2 {width: 22%;}
	.lwtdw2 {width: 20%;}
}
@media (max-width: 767px) {
	.hjtdw1 {width: 30%;}
	.fgtdw2 {width: 28%;}
	.tdw2 {width: 40%;}
    .lwtdw2 {width: 30%;}
    .zltdw2 {width: 37%;}
	.mod-table[data-v-dp] .box-table table tr td {padding: 10px 8px;}
}
/*---------------细览---------------------*/
.nrhei {font-size: 16px; line-height: 200%; color: #333;word-wrap: break-word;}
.nrhei1 {font-size: 15px; line-height: 180%; color: #333;word-wrap: break-word;}
.ryname { background: #fff;overflow: hidden;}
.ryname_l{ color:#333;float:left;font-weight: 700;font-size:22px;line-height: 1;padding: 0 0 8px 0;border-bottom: #1958af solid 3px; padding-right: 3px;}
.ryname_l span {font-size: 15px;font-weight: 500;margin-left: 10px;}
.rylanmu { overflow: hidden;background: #f4f8fe;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:18px;line-height: 140%;padding: 10px 0;}
.rylanmu_l img {display: inline-block;margin-right: 10px;margin-top: -3px;}

.xlmain {display: block;overflow: hidden;margin:0px;}
.xlmain hr {margin-top: 5px;}

.xlmain table {width: 100% !important;}
.xlmain table td {vertical-align: middle;}
.xlmain table > tbody > tr > td {border-color: #dedede !important;border-top: 1px solid #f3f3f3 !important;border: 1px solid #ddd !important;padding: 8px 10px !important;line-height: 1.4;}

.xlmain .wztitle {color: #333333; line-height:1.4; text-align:center; font-size: 24px; padding: 0px 0px 2px 0px;font-weight: 700;margin: 58px 0 24px 0;}
.xlmain .wztitle[data-v-dp] {margin: 20px 0 24px 0;}
.xlmain .basicinfo {overflow: hidden; border-bottom: solid 1px #e2e2e2; padding: 0px 0px 3px 0px;}
.xlmain .basicinfo .qtinfo {color:#777; font-size: 14px;margin: 3px 0 10px 0;}
.xlmain .basicinfo .qtinfo a {color:#777; text-decoration: none;}
.xlmain .basicinfo .qtinfo a:hover {color:#de0c0c; text-decoration: none;}
.xlmain .basicinfo .share {overflow: hidden;float: right;}
.xlmain .text { overflow:hidden; display:block;/*text-indent: 2em;*/}
.xlmain .text p {margin: 0 0 18px 0;}
.xlmain .text p:last-child {margin: 0;}
.xlmain .text img {display: inline-block;margin-right: auto;margin-left: auto;}
.xlmain .text .zc img {margin-left: inherit !important;margin-right: inherit !important;display: inline-block;}

.xlmain .textlx { margin:0; overflow:hidden; display:block;}
.xlmain .textlx p {margin: 0 0 12px 0;}
.xlmain .textlx img {display: block;margin-right: auto;margin-left: auto;}
.xlmain .textxl { overflow:hidden; display:block;    padding-bottom: 25px;
    border-bottom: 1px solid #c1d1e5;}
.xlmain .textxl p {margin: 0 0 18px 0;}
.xlmain .textxl p:last-child {margin: 0;}
.xlmain .textxl img {margin-right: auto;margin-left: auto;}
.xlmain .textxl table {margin: 0 0 15px 0;}
.xlmain .textxl td {text-align: center;}
.xlmain .textxl video {border: #dfe8f8 solid 6px;border-radius: 5px;width: 76% !important;height: 100% !important;margin: 0 auto 18px;display: block;}
.xlmain .textsp { margin:30px auto 26px auto; overflow:hidden; display:block;width: 76%;}

.xlmain .textry {overflow: hidden;margin: 10px 0 0 0;}
.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:28px;line-height:1.2; margin:5px 0 20px 0;display: block;color: #31373f;font-weight: 700;}
.xlmain .textry h4 span {font-size: 22px;margin-left: 20px;color: #999;}
.xlmain .textry p {margin: 0 0 4px 0;}
.xlmain .textry p a {color: #333;}
.xlmain .textry p a:hover {color: #005bac;}
.xlmain .textry th {color: #333;font-size: 16px;}
.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: 220px;border: #eee solid 1px;}
.xlmain .textry .fl h4 {font-size: 15px;line-height: 1.5;margin: 15px 0;text-align: center;font-weight: 500;color: #3157bb;}
.xlmain .textry h2 {font-size: 24px;line-height: 140%;font-weight: 700;padding: 3px 0 16px 0;color: #333;margin: 0;position: relative;}
.xlmain .textry .left img {max-width: 300px;margin-right: 22px;margin-bottom: 12px;border-radius: 4px;border: #efefef solid 1px;}

.xlmain .textxmz { margin:24px 0 0 0; overflow:hidden; display:block;}
.xlmain .textxmz p {margin: 0 0 10px 0;}
.xlmain .textxmz p:last-child {margin: 0;}
.xlmain .textxmz .el-tab-pane {line-height: 150%;}
.xlmain .textxmz .el-tabs--border-card>.el-tabs__content {padding: 20px 0px 0 0px;}
@media (min-width: 767px) {
	.xlmain .textxl img {max-width: 80%;}
}
@media (max-width: 1199px) {
	.xlmain .textsp { width: 80%;}
    .xlmain .textxl video {width: 80% !important;}
}
@media screen and (max-width: 991px){
    .xlmain .wztitle {margin: 40px 0 24px 0;}
	.xlmain .wztitle[data-v-dp] {margin: 10px 0 24px 0;}
}
@media (max-width: 767px) {
	.xlmain .wztitle {font-size: 20px;margin: 30px 0 24px 0;}
	.xlmain .wztitle[data-v-dp] {margin: 0px 0 24px 0;}
    .xlmain .text .left {width: 100%;margin-right: auto !important;}
    .xlmain .textsp { width: 100%;margin:15px auto 2px auto;}
    .xlmain .textxl video {width: 100% !important;}
	.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;}
	.xlmain .textry .left {width: 100%;}
    .xlmain .textry .left img {max-width: 300px;margin-left: auto;margin-right: auto;margin-bottom: 22px;}
}

/*-----------Form--------------*/
.btn-sblue {
	color: #fff;
    background-color: #5a73c7;
    border-color: #5a73c7; padding:2px 14px; font-size:12px; font-family: Arial; float:right;
}
.btn-sblue:hover,
.btn-sblue:focus,
.btn-sblue:active,
.btn-sblue.active,
.open .dropdown-toggle.btn-sblue {
	color: #fff;
    background-color: #3d55a7;
    border-color: #3d55a7;
}
.formbox {overflow: hidden;margin: 28px auto 0 auto;}
.formbox .lynotice {border-bottom: #ccc dotted 1px;overflow: hidden;margin-bottom: 32px;padding-bottom: 25px;color: #444;font-size: 15px;line-height: 2;}
.formbox .lynotice h4 {font-size: 22px;color: #333;margin: 0 0 11px 0;}
.formbox form {background: #fff;padding: 0px;border-radius: 2px;border: #c1e8d3 solid 0px;}
.formbox .jsbox {padding-right: 12px; text-align: right; color: #333; font-weight: 700; font-size: 15px;  width:108px;background: #fff;}
.formbox .jsbox1 {padding-right: 12px; text-align: right; color: #333; font-weight: 700; font-size: 15px; width:120px;background: #fff;}
.formbox .form-control {border-color: #ccc;height: 36px;padding: 0 10px;margin: 0;}
.formbox .form-control:focus {
	border-color: #6b9bc7;
	-webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, .188);
	box-shadow: inset 0 1px 2px rgba(0, 0, 0, .188);
}
.formbox input:-webkit-autofill {-webkit-box-shadow: 0 0 0px 1000px #fff inset;}
.formbox textarea.form-control {
    height: auto;
    padding: 10px;
}
.formbox input.sex {
    height: 15px;
    width: 15px;
    margin-right: 10px;
}
.formbox label {font-size: 15px;padding-top: 0px;text-align: right;}
.formbox .checkbox {padding-top:0;}
.formbox label em, .formbox td em {color: #c50000;margin-left: 4px;}
.formbox .btn-sblue {float: left;padding: 7px 58px 8px 58px;border-radius: 3px;font-size: 15px;font-weight: 700;}
.formbox .upfile {border: #ccc solid 1px;padding: 15px;}
.formbox .upfile h4 {text-align: left;margin: 0 0 15px 0;font-size: 14px;}
.formbox .upfile .upbtn {width: 102px;height: 36px; position: relative;overflow: hidden;}
.formbox .upfile .upbtn .file {
    width: 100%;
    height: 100%;
    opacity: 0;
    position: absolute;
    top: 0px;
    left: 0px;
    z-index: 100;
    cursor: pointer;
}
.formbox td {text-align: right;padding-right: 15px;}
.input-val{width: 85%;float: left;}
#canvas{
		float:right;
		display: inline-block;
		border:1px solid #ccc;
		cursor: pointer;
	}
@media(max-width: 1199px){
	.input-val{width: 81%;}
}
@media(max-width: 991px){
	.formbox {width: 100%;}
	.input-val{width: 78%;}
}
@media(max-width: 767px){
	.input-val{width: 44%;}
}
/*page*/
.pmt1 {margin-top: 30px;}
.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;}
.wp-pagenavi {
  FONT-SIZE: 14px;
  TEXT-ALIGN: center;
  CLEAR: both;
  border-top: dotted 0px #cccccc;
  overflow: hidden;
  PADDING-TOP: 0px;
  float: right;
}
.wp-pagenavi 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;
}
.wp-pagenavi 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;
}
.wp-pagenavi 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;
}
.wp-pagenavi 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;
}
/*.wp-pagenavi input {height: 24px; width: 36px;LINE-HEIGHT: 16px; float: left; margin-top: 0px; margin-left: 3px;}*/
.wp-pagenavi A:hover {
    BORDER: #0c53b0 0px solid; BACKGROUND: #0c53b0; COLOR: #fff;
}
.wp-pagenavi A.curr {
    BORDER: #0c53b0 0px solid; BACKGROUND: #0c53b0; COLOR: #fff;
}
.wp-pagenavi A.curr:visited {
    BORDER: #0c53b0 0px solid; BACKGROUND: #0c53b0; COLOR: #fff;
}
.wp-pagenavi A:hover {
    BORDER: #0c53b0 0px solid; BACKGROUND: #0c53b0; COLOR: #fff;
}
.wp-pagenavi .current {BORDER: #0c53b0 0px solid;BACKGROUND: #0c53b0;COLOR: #fff;}
