.container {
  position: relative;
  min-height: 80vh;
  background-image: url("https://www.pragunnadvertiser.com/img/con-bg.png");
  background-repeat: no-repeat;
  background-position: center top;
  background-size:  auto 23.3125rem;
  background-color: #e7e7e7;
}

.container .bg {
  background: #f5f5f5;
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  right: 50%;
  margin-right: 23.125rem
}

.container .left {
  float: left;
  width: 14.375rem;
  position: relative
}

.container .left .title-bg {
  width: 11.25rem
}
.W1300 * {
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -ms-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
}
.container .left .page-title {
  position: absolute;
  color: #293e91;
  font-weight: 600;
  font-size: 2.6rem;
  top: 3.6rem;
  left: 1.5rem
}

.container .right {
  float: left;
  width: 60.625rem;
  box-sizing: border-box;
}

.container .right table {
  width: 100%;
  text-align: center;
  margin-top: 20px;
  color: #3c3c3c
}

.container .right table td {
  background: #edf3fb;
  padding-top: 1rem;
  padding-bottom: 1rem;
}

.container .right table thead td {
  border-top: 3px solid #293e91;
  font-weight: 600;
  font-size: 1rem;
}

.container .right table tbody tr:nth-child(odd) td{
  background: #d4e3f5
}


.contact {
  background: #293e91;
  padding-bottom: 60px;
  padding-top: 30px
}

.contact .title-box {
  text-align: center;
  position: relative
}

.contact .title-box:after {
  position: absolute;
  content: " ";
  width: 100%;
  height: 1px;
  top: 50%;
  left: 0;
  background: #fff
}

.contact .title-box .title {
  position: relative;
  display: inline-block;
  width: 12.5rem;
  background: #293e91;
  color: #fff;
  z-index: 2
}

.contact .title-box .title .cn {
  font-size: 1.875rem;
  font-weight: 600
}

.contact .title-box .title .en {
  font-size: 1.125rem
}

.contact .contact-list {
  margin-top: 2.5rem
}

.contact .contact-list > div {
  float: left;
  height: 11.25rem
}

.contact .contact-list .contact-item {
  width: 14.875rem;
  text-align: center;
  color: #fff
}

.contact .contact-list .contact-item .pic {
  height: 6.25rem
}

.contact .contact-list .contact-item .pic img {
  width: 5.6rem
}

.contact .contact-list .contact-item .title {
  font-size: 1rem;
  margin-top: .625rem;
  margin-bottom: 1.25rem
}

.contact .contact-list .contact-item .info {
  font-size: 1.375rem;
  font-weight: 600
}

.contact .contact-list .contact-item .qrcode {
  height: 8.75rem
}

.contact .contact-list .contact-item .qrcode img {
  width: 8rem
}

.contact .contact-list .line {
  width: 1px;
  height: 8.75rem;
  background: #293e91;
  opacity: .3;
  margin-top: .625rem
}


.form-inline {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  -ms-flex-align: center;
  align-items: center;
}

.form-control {
  display: block;
  width: 100%;
  height: calc(1.5em + .75rem + 2px);
  padding: .375rem .75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ced4da;
  border-radius: .25rem;
  transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}

.form-group+.form-group {
  margin-left: 20px;
}

button, input, optgroup, select, textarea {
  margin: 0;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}

select {
  word-wrap: normal;
}

@media (min-width: 576px) {
  .form-inline .form-group {
    display: -ms-flexbox;
    display: flex;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 0;
  }
}

.mb-2, .my-2 {
  margin-bottom: .5rem!important;
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0,0,0,0);
  white-space: nowrap;
  border: 0;
}

.btn {
  display: inline-block;
  font-weight: 400;
  color: #212529;
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  background-color: transparent;
  border: 1px solid transparent;
  padding: .375rem .75rem;
  font-size: 1rem;
  line-height: 1.5;
  border-radius: .25rem;
  transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}

.btn-primary {
  color: #fff;
  background-color: #007bff;
  border-color: #007bff;
}


.s-menu{
  padding-left: 1.4rem;
  padding-top: 1rem;
}

.s-menu-item{
  width: 10rem;
  padding: 0.625rem 0;
  font-size: 1.3rem;
  color: #293e91;
  margin-bottom: 1rem;
  box-sizing: border-box;
}

.s-menu-item.active,.s-menu-item:hover{
  background: #293e91;
  padding: 0.625rem 1rem;
  color: #f4cb3c;
  position: relative;
}

.s-menu-item.active:after,.s-menu-item:hover:after{
  position: absolute;
  content: " ";
  top: 0;
  left: 0;
  width:0;
  height:0;
  border-top:1.45rem solid transparent;
  border-bottom:1.45rem solid transparent;
  border-left:0.625rem solid #f4cb3c;
}

.container .top-title{
  text-align: center;
  padding: 8rem 0;
}

.container .top-title img{
  width: 52.875rem;
}

.W1300{
  width: 81.25rem;
  padding: 2rem 0;
  background: #f3f3f3;
  margin: 0 auto;
}

.footer {
  text-align: center;
  padding: 1rem 0;
  background: #333;
  color:#FFF;
}

.kl-box {
    display: block;
    width: 100%;
	border-bottom: 1px solid #ccc;
	margin-bottom: 1rem;
	padding-bottom: 1.5rem;
	width: 100%;
}

.lx-box {
    display: block;
    width: 100%;
	border-bottom: 1px solid #ccc;
	margin-bottom: 1rem;
	padding-bottom: 1.5rem;
}

.year-box{
	border-bottom: 1px solid #ccc;
	margin-bottom: 1rem;
	padding-bottom: 1.5rem;
	width: 100%;
}

.ks-box{
	width: 100%;
}

.xk-box {
  display: block;
  width: 100%;
  border-bottom: 10px solid #ccc;
  margin-bottom: 1rem;
  padding-bottom: 1.5rem;
  width: 100%;
}
