body{
	background: #fafafa;
      background: url(../images/bodybg.jpg) center 0 no-repeat;
    background-size: 100%;
	font-family: '微软雅黑','Open Sans', sans-serif;
	
}
    html{
    
    overflow-x:hidden;
    }


body a{
	transition: 0.5s all;
	-webkit-transition: 0.5s all;
	-o-transition: 0.5s all;
	-moz-transition: 0.5s all;
	-ms-transition: 0.5s all;
}
ul, li {
  list-style-type: none; }
ul{
	padding: 0;
	margin: 0;
}
h1,h2,h3,h4,h5,h6,label{
	margin:0;
 
}
a:hover{text-decoration:none;}
.bgimg{
background: url(../images/bgtest.jpg) no-repeat center;
background-size: cover;
width: 100%;
margin: 0 auto;
max-height:320px;
}


.dianzhui{
  position: absolute;
  text-align: center;
  left: 50%;
  margin-left: -60px;
}
.dianzhui img {
  margin: -60px auto 0 auto;
  width: 120px;
}
@media (max-width:1600px) {
  .dianzhui{
  margin-left: -50px;
}
.dianzhui img {
  margin: -50px auto 0 auto;
  width: 100px;
}

}
@media (max-width: 991px) {
    .dianzhui{
  margin-left: -40px;
}
.dianzhui img {
  margin: -40px auto 0 auto;
  width: 80px;
}
}
@media (max-width: 767px) {
    .dianzhui{
  margin-left: -30px;
}
.dianzhui img {
  margin: -30px auto 0 auto;
  width: 60px;
}
}
/*--footer--*/
.footer{
  background:#830006;
  padding:0.5em 0;
  color:#fff;
  text-align:center;
  margin: 0 auto;

}
.footer p{
  font-size:14px;
  display:inline;
  padding:5px 5px 0px 5px;
  font-weight:300;
}
.footer i{
  font-size:16px;
  padding:5px 5px 0px 5px;
}
/*--/footer--*/

/*--to-top--*/
#toTop {
  display: none;
  text-decoration: none;
  position: fixed;
  bottom: 14px;
  right: 3%;
  overflow: hidden;
  width: 40px;
  height: 40px;
  border: none;
  text-indent: 100%;
  background: url("../images/to-top1.png") no-repeat 0px 0px;
}
/*--/to-top--*/



.banner{

}
.banner-in{
    
    background-size: cover;
	min-height: 100px;
	padding: 3em 0;
}
.banner-top{
	padding:0 1em;
}
.banner-in h6{
    color:#096177;
	font-size:1.4em;
}
.banner-in h6 a{
   text-decoration:none;
   color:#fff;  
}

ul.slides li h2{
		color:#fff;
        font-size: 2.8em;
        font-weight: 700;
}
ul.slides li h5{
        color:#fff;
        font-size:1.3em;
        font-weight:300;
		padding:0.3em 0 0;
}
.logo  a h1{
	font-family: 'Audiowide', cursive;
    font-size: 3em;
        font-weight: 400;
    color:#161c2c;
}
.logo  a h1:hover,.logo  a:hover{
 text-decoration:none;
}
.logo a img {
        width: 86%;
}


.header-in{
	height: 140px;
}
.header-top{
  max-width: 1600px; 
  margin: 0 auto
}
.header-top-top{
	
	padding-left:210px;
}
.header-top-left{
	float:left;
}


.navbar-right {
  border-top:10px none #000;
  cursor:pointer;
}

.navbar-right li>a>span{
 font-size: 14px;
 margin-right: 30px; 
}

@media (max-width: 991px) {
  body{
padding-top: 60px;
}
.navbar-right {
  border-top:1px solid #DDD;
}

}

.navbar-right img{
  height: 20px;
	padding-right:5px
  }

.header-top-left h3{
	color:#333;
	margin: 35px 0 10px 0;
	font-size:32px;
	font-weight:500;
}
.header-top-left p{
	color:#888;
	font-size: 20px;
	line-height:1em;
	margin: 0 0 20px 0;
  padding-top:5px;
	padding-bottom:3px;
  word-spacing : 0px;
  letter-spacing: 1px;
}
.drop-down{
	float:left;
	overflow: visible;
	background: none;
	border: none;
	outline: none;
	font-weight: bold;
	font-size:0.9em;
	margin:0 5% 0 0;
	display:block;
	cursor:pointer;
	
}
.drop-down option{
	color: #000;
}
.drop-down-in{
	margin:0;
	float:right;	
}
.copyrights{
	text-indent:-9999px;
	height:0;
	line-height:0;
	font-size:0;
	overflow:hidden;
}
.logo{
	    float: left;
    position: absolute;
           top: 19px;
}
.top-nav{
float: right;
      margin-top: 0.2em;
}
.top-nav ul li {
	display:inline-block;
	float:left;
}
.top-nav ul li  a {
	display:block;
	outline: none;
	color: #161c2c;
	text-decoration: none;
	font-size: 1.1em;
	margin: 0 1em;
	font-weight:400;
	 padding: 6px 16px;
	font-family: 'Open Sans', sans-serif;
}
.top-nav ul li.active  a,.top-nav ul li  a:hover {
    color: #FFFFFF;
    background-color: #d1c792;
    padding: 6px 16px;
    	transition: 0.5s all;
	-webkit-transition: 0.5s all;
	-o-transition: 0.5s all;
	-moz-transition: 0.5s all;
	-ms-transition: 0.5s all;
	    border-radius: 4px;
	    	-webkit-border-radius: 4px;
	-o-border-radius: 4px;
	-moz-border-radius: 4px;
	-ms-border-radius: 4px;
}
.top-nav ul li  a:hover {
	background-color:#d1c792;
}
.top-nav span.menu{
	display: none;
}


.navbar-default {
  background-color: #830006;
  border: 0;
  border-radius:0;
  margin-bottom: 0;
  box-shadow: 2px 1px 5px rgba(0,0,0,.2);

  margin:0 auto; 

}
.navbar-default .navbar-brand {
  color: #000;
  font-size:16px;
}
.navbar-default .navbar-brand:hover,
.navbar-default .navbar-brand:focus {
  color: #000;
}
.navbar-default .navbar-text {
  color: #fff;
}


.navbar-default .navbar-nav > li > a {
  color: #fff;
  font-size:20px;
  padding-left: 24px;
  padding-right: 24px;

}

.navbar-nav-russian > li > a {
  color: #fff;
  font-size:14px !important;
}

.navbar-default .navbar-nav > li > a:hover,
.navbar-default .navbar-nav > li > a:focus {
  color: #830006;
  background: #fff;
}
.navbar-default .navbar-nav > .active > a,
.navbar-default .navbar-nav > .active > a:hover,
.navbar-default .navbar-nav > .active > a:focus {
  color: #830006;
  background: #fff;
}
.navbar-default .navbar-nav > .open > a,
.navbar-default .navbar-nav > .open > a:hover,
.navbar-default .navbar-nav > .open > a:focus {
  color: #830006;
  background: #fff;
}
.navbar-default .navbar-toggle {
  border-color: #fff;
}
.navbar-default .navbar-toggle:hover,
.navbar-default .navbar-toggle:focus {
  background-color: #fff;
}
.navbar-default .navbar-toggle .icon-bar {
  background-color: #830006;
}
.navbar-default .navbar-collapse,
.navbar-default .navbar-form {
  border: 0;
  border-color: #830006;
}
.navbar-default .navbar-link {
  color: #830006;
}
.navbar-default .navbar-link:hover {
  color: #ffbbbc;
}
.navbar-brand{
	width: 200px;
	padding-left: 50px;

}
.navbar-brand img{
	width: 100%;
	border-radius: 100px;
	margin-top: -120px;
	border: solid 5px white;
}

 .navbar-default .navbar-nav .open .dropdown-menu > li > a {
    color: #555;
    font-size: 20px;
  padding: 10px 24px;
  }
  .navbar-default .navbar-nav .open .dropdown-menu > li > a:hover,
  .navbar-default .navbar-nav .open .dropdown-menu > li > a:focus {
      color: #fff;
background-color: #830006;
background-color: rgba(131,0,6,0.7);
  }
  .navbar-default .navbar-nav .open .dropdown-menu > .active > a,
  .navbar-default .navbar-nav .open .dropdown-menu > .active > a:hover,
  .navbar-default .navbar-nav .open .dropdown-menu > .active > a:focus {
      color: #fff;
background-color: #830006;
background-color: rgba(131,0,6,0.7);
  }
.navbar-default .navbar-nav .open .dropdown-menu {
  border: 0;
  background-color:rgba(255,255,255,0.7);
  min-width: 80px;

}

@media (min-width: 992px) {
.navbar-fixed-top-b {position:fixed;right:0;left:0;top:0;z-index:1030;}

.navbar-fixed-top-b > div > div > ul > li > a img{
  display: none !important;
}

.navbar-fixed-top-b li > a {
   color: #fff!important;
  font-size:22px;
  padding-left: 34px;
  padding-right:34px;
  margin-top: 0px !important;
  margin-bottom: 10px;
  margin: 14px 0 0 0!important;
}

.navbar-fixed-top-b li > a:hover{
   color: #fff!important;
   background: #40b2b4!important;
}
.navbar-fixed-top-b li > ul>li>a{
   color: #888!important;
   
}
.navbar-fixed-top-b li > ul>li>a:hover{
   color: #fff!important;
  background-color: #73d2d4!important;
}

.navbar-fixed-top-b  {
background-color: #09393a!important;
text-align: center!important;
}
.navbar-fixed-top-b  .header-top{
 display: none !important;
}
.navbar-fixed-top-b .home2 >a{
  display: block!important;
}
.navbar-fixed-top-b .home2 >img{
  display: block!important;
}
.navbar-fixed-top-b .navbar-brand img{
  width: 49%;
  border-radius: 100px;
  margin-top: -15px;
  margin-left: 25px;
  border: solid 0px;
}
}


@media (max-width: 1200px) {
   .navbar-default .navbar-nav .open .dropdown-menu > li > a {
    color: #555;
    font-size: 18px;
  padding: 10px 16px;
  }
.navbar-default .navbar-nav > li > a {
  color: #fff;
  font-size:18px;
  padding-left: 16px;
  padding-right: 16px;
}
}



@media (max-width: 991px) {
.navbar-fixed-top-sm {position:fixed;right:0;left:0;top:0;z-index:1030}
.navbar-default .navbar-nav > li > a:hover,
.navbar-default .navbar-nav > li > a:focus {
  color: #666;
}
.navbar-default {
  background-color: #fff;
  border-color: #fff;
}

.navbar-brand{
	width: 400px;
	font-size: 12px;
}
.navbar-default .navbar-nav > li > a {
  color: #444;
  font-size:15px;
}
.navbar-brand img{
		width: 50px;
		margin-top: -15px;
		border: solid 0px white;
}
.navbar-brand p{

		margin-top: -35px;
		margin-left: 60px;
}
.navbar-brand p>span{
    font-size: 12px;
    color: #666;
}
 .navbar-default .navbar-nav .open .dropdown-menu > li > a {
    color: #555;
    font-size: 14px;
  padding: 10px 25px;
  }
  .navbar-default .navbar-nav .open .dropdown-menu > li > a:hover,
  .navbar-default .navbar-nav .open .dropdown-menu > li > a:focus {
    color: #fff;
  }
  .navbar-default .navbar-nav .open .dropdown-menu > .active > a,
  .navbar-default .navbar-nav .open .dropdown-menu > .active > a:hover,
  .navbar-default .navbar-nav .open .dropdown-menu > .active > a:focus {
    color: #555;
    background-color: #c0392b;
  }
}
@media (max-width: 767px) {
  .navbar-brand{
	padding-left: 10px;
	width: 300px;
	font-size: 12px;
}
.navbar-brand img{
		width: 42px;
		margin-top: -11px;
}
.navbar-brand p{
		margin-top: -30px;
		margin-left: 48px;
}
.navbar-brand p>span{
font-size: 12px;

}
}
@media (max-width: 370px) {
  .navbar-brand{
	padding-left: 10px;
	width: 260px;
	font-size: 12px;
}
.navbar-default .navbar-brand {
  font-size:13px
}
}

.widthyes{
	width: 100%!important;
}

#jssor_1 {
  position:relative;margin:0 auto;top:0px;left:0px;height:500px;overflow:hidden;visibility:hidden;
}
#jssor_1 .slides{
  cursor:default;position:relative;top:0px;left:0px;height:500px;overflow:hidden; 
}

#jssor_1 .slides p{
  position:absolute;top: 70px;left:100px;width:90%;z-index:0;font-size:28px;font-weight:300;color:#ffffff;line-height:20px;text-align:left;
} 
#jssor_1 .slides h3{
  position:absolute;top: 16px;left:40px;height:30px;max-width:900px;z-index:0;font-size:26px;font-weight:400;color:#ffffff;line-height:34px;text-align:left;
}

#jssor_1 .slides .zhezhao{
  position:absolute;top:0px;left:0px;width:1200px;height:500px;z-index:0;background-color:#ffffff;
}
 
.slides .text-wrap {
    position: absolute;
    height: 30%;
    width: 100%;
    left: 0;
    bottom: 0;
    background: -webkit-linear-gradient(-90deg,rgba(0,0,0,0)0%,rgba(0,0,0,.5)100%); 
    background: -moz-linear-gradient(-180deg,rgba(0,0,0,0)0%,rgba(0,0,0,.5)100%);
    background: -ms-linear-gradient(-180deg,rgba(0,0,0,0)0%,rgba(0,0,0,.5)100%);
    background: -o-linear-gradient(-180deg,rgba(0,0,0,0)0%,rgba(0,0,0,.5)100%);
    background: linear-gradient(-180deg,rgba(0,0,0,0)0%,rgba(0,0,0,.5)100%);
}

@media (min-width: 992px) {
      #jssor_1 .arrow{
display: none;
  }

  #jssor_1 .slides p{
    bottom:70px;left:50px;font-size: 24px;top: auto;
  }
  #jssor_1 .slides h3{
    bottom:160px;left:40px;max-width:600px;font-size: 28px;line-height:30px;top: auto;
  }

} 
@media (min-width: 1400px) {
      #jssor_1 .arrow{
        display: block;
  opacity: 0;
      -webkit-transition: opacity 0.3s;
    -moz-transition: opacity 0.3s;
    -ms-transition: opacity 0.3s;
    -o-transition: opacity 0.3s;
    transition: opacity 0.3s;
  }
  #jssor_1:hover .arrow{
  opacity: 1;
  }
}
@media (max-width: 991px) {
	#jssor_1 .arrow{
    display: none;
  }

  #jssor_1 .slides p{
    bottom:50px;left:50px;font-size: 24px;top: auto;
  }
  #jssor_1 .slides h3{
    bottom:180px;left:40px;max-width:600px;font-size: 28px;line-height:30px;top: auto;
  }


} 

@media (max-width: 767px) {
	#jssor_1 .arrow{
    display: none;
  }

  #jssor_1 .slides p{
    bottom:50px;left:20px;font-size: 18px;top: auto;
  }
  #jssor_1 .slides h3{
    bottom:180px;left:20px;font-size: 24px;line-height:26px;top: auto;
  }

}
@media (max-width: 991px) and (orientation:landscape) {
  #jssor_1 .arrow{
    display: none;
  }

  #jssor_1 .slides p{
    bottom:20px;left:20px;font-size: 18px;top: auto;
  }
  #jssor_1 .slides h3{
    bottom:188px;left:20px;font-size: 24px;line-height:26px;top: auto;
  }

}
@media (max-width: 370px) {
	#jssor_1 .arrow{
    display: none;
  }

  #jssor_1 .slides p{
    bottom:40px;left:10px;font-size: 14px;
  }
  #jssor_1 .slides h3{
    bottom:100px;left:10px;font-size: 16px;line-height:20px;top: auto;
  }

}

.rongqi{
  max-width: 1600px;
  margin:0 auto 
}
@media (max-width: 1199px) {
.index-news > .rongqi{
  width: 80%;
  max-width: 1600px;
  margin:0 auto 
}

}
@media (max-width: 767px) {
.index-news > .rongqi{
  width: 90%;
  max-width: 1600px;
  margin:0 auto 
}

}
.cornerPic img{
    width: 100%;
    height:100%;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
    -webkit-transition: transform 1s;
    -moz-transition: transform 1s;
    -ms-transition: transform 1s;
    -o-transition: transform 1s;
    transition: transform 1s;
       max-height: 400px;
      object-fit: cover;
}
@media screen and (max-width: 767px){
.cornerPic img{
  max-height: 300px;

}
}

.cornerPic .grid-item .text {
     color: #555;
}
.cornerPic .grid-item .text:hover{
     color: #212574;
}

.cornerPic .grid-item .text p{
     color: #999;

}
.cornerPic .grid-item .text .title {
    font-weight: 400;
    font-size: 18px;
    padding-top: 10px;
    padding-bottom: 6px;
}

.cornerPic .grid-item:hover img {
    -webkit-transform: scale(1.03);
    -moz-transform: scale(1.03);
    -ms-transform: scale(1.03);
    -o-transform: scale(1.03);
    transform: scale(1.03);
}
.cornerPic{
	width: 100%;
	padding: 80px 0;
  background: #fafafa;
}
.cornerPic .row>div{
	padding: 12px;

}

.contact{
	padding: 80px 20px 80px 20px;
}

.contact .row>.fff{
  border-left: 1px solid #bbb;padding-left: 80px;margin-top: 30px
}
@media screen and (max-width: 1300px){
.contact .row>.fff{
 padding-left: 30px;
}
}

.contact img{
  width: 90%;
  margin-top: 15px; 
}
.contact ul, .contact-mobile ul{
	list-style-type:none;
}
.contact h3{
	margin-bottom:  20px;
	font-size: 20px;
}
.contact ul li{
	margin:8px 0;
	font-size: 14px;
  color: rgba(255,255,255,0.8);
}
.contact ul>li>a,.contact-mobile ul>li>a{
	color:rgba(255,255,255,0.8);
	font-size:14px
}.contact ul>li>a:hover{
  color:rgba(180,180,255,0.8);
  font-size:14px
}
.contact-mobile .panel-title a{
	text-decoration: none;
	font-size: 14px;
}
.contact-mobile .panel-title a:after{
	content: '+';
	float: right;
}
.panel-group .panel {
	border-radius: 0;
	border: none;
	border-bottom: solid 2px #fff;

}
.panel-group .panel+.panel {
    margin-top: 0;
}
.panel-body {
    background-color: #f5f5f5;
}

.back{
	float: right;
	color:white;
	margin-right: 14px;
    margin-top: 10px;
    border: solid 1px;
    padding: 5px;
    border-radius: 4px;
    cursor:pointer;
}
.back:hover{
	color:#DADADA;
	text-decoration: none;
}
.location{
    position: absolute;
    color: #555;
    line-height: 20px;
    margin-top: 20px;
    font-size: 16px;
    z-index: 999;
}
.location_jingtai{
    position: absolute;
    color: #555;
    line-height: 20px;
    margin-top: 20px;
    font-size: 16px;
    z-index: 999;
}

.member{
  margin-top: 0px; 
  margin-bottom: 40px;
}
.member img{
  width: 80px;

}
.member h3{
    text-align: center;
    width: 90%;
    padding:30px 0;
    margin: 50px auto;
    font-size: 36px;
    line-height: 50px;
    margin-bottom: 15px;
}
.member h5{
    text-align: center;
    padding:0px;
    margin-top: -20px ;
    margin-bottom: 40px; 
    font-size: 18px;
    color: #999
}

.member p{
     position: absolute; /*脱离文档流*/
     top: 50%; /*偏移*/
     transform: translateY(-50%);
    display: inline;
    font-size: 22px;
    padding-left: 10px;

}

@media screen and (max-width: 767px){
.member h3{
    font-size: 30px;
    padding:30px 0 30px 0;
    margin: 40px auto;
    margin-bottom: 0px;
}
.member img{
  width: 50px;
}
.member p{

    font-size: 16px;

}
}


.member2{
  margin-top: 0px; 
  margin-bottom: 40px;
}
.member2 img{
  width: 80px;

}
.member2 h3{
    text-align: center;
    width: 90%;
    padding:30px 0;
    margin: 50px auto;
    font-size: 36px;
    line-height: 50px;
    margin-bottom: 15px;
}
.member2 h5{
    text-align: center;
    padding:0px;
    margin-top: -20px ;
    margin-bottom: 40px; 
    font-size: 18px;
    color: #999
}


@media screen and (max-width: 767px){
.member2 h3{
    font-size: 30px;
    padding:30px 0 30px 0;
    margin: 40px auto;
    margin-bottom: 0px;
}
.member2 img{
  width: 50px;
}

}
/* ------------------------------------------------------------------------------
   video-list
-------------------------------------------------------------------------------*/


.mList{
  margin-top: 0px; 
  margin-bottom: 40px;
}
.mList img{
  width: 100%;
  padding: 20px 10px; 
}
.mList h3{
    text-align: center;
    width: 90%;
    padding:30px 0;
    margin: 50px auto;
    font-size: 36px;
    line-height: 50px;
    margin-bottom: 15px;
}
.mList p{

padding-bottom: 2px;
font-size: 18px;
color: #555;
padding: 0px 10px; 
min-height: 52px;
}
.mList p>span{


color: #4679b2;

}
.mList a:hover p{

color:#61b0b3
}
.mList h2{

padding:0 10px 50px 10px;
font-size: 14px;
color: #999;
}
.news{
  margin-top: 0px; 
}
.time{
  padding-top: 5px;
  line-height: 25px;
}

@media (max-width: 991px) {
.back{
  color:#830006;
    margin-top: -40px;
}

.news{
  margin-top: 40px; 
}
.location{
    padding-left: 35px;
    margin-top:20px;
    font-size: 14px;
}
.location_jingtai{
    padding-left: 35px;
    margin-top:20px;
    font-size: 14px;
}
}
.news h1{
    text-align: center;
    width: 90%;
    margin: 70px auto;
    font-size: 35px;
    line-height: 36px;
    margin-bottom: 15px;
}
.constitution h3{
    text-align: center;
    width: 70%;
    padding:30px 0;
    margin: 80px auto;
    font-size: 26px;
    line-height: 50px;
    margin-bottom: 0px;
}
.constitution h2{
    text-align: center;
    font-size: 24px;
    line-height: 50px;
}
.constitution p {
    color: #666666;
    font-size: 18px;
    line-height: 36px;
    margin: 0 auto;
}
@media screen and (max-width: 767px){
.constitution h3{
    font-size: 22px;
    padding:30px 0 30px 0;
    margin: 40px auto;
    margin-bottom: 0px;
}
}

.news h3{
    text-align: center;
    width: 90%;
    margin: 120px auto;
    font-size: 30px;
    line-height: 36px;
    margin-bottom: 15px;
}

.news h4{
	text-align: center;
    color: #666;
    font-size: 16px;
    margin-bottom: 25px;
    margin-top: -5px;
}
.news h6{
  text-align: center;
    color: #0066cc;
    font-size: 17px;
    margin-bottom: 30px;
    margin-top: 0px;
}
.news h6:hover{

    color: #5ca3ea;

}
.news h5{
   
    margin: 20px auto;
}
#news-img {
    margin: 0 auto;
}
#news-img .item>img{
	height:  360px;
	
}
.news p {
    color: #555555;
    font-size: 18px;
    line-height: 36px;
    margin: 0 auto;
}

#news-word {
  padding-top: 20px;
}
#news-word img{
  width: 75%;
  height:auto;
  padding: 10px 0 20px 0;
  display: block; margin-left: auto; margin-right: auto;
}

#news-word p{
  width:65%;

  margin-bottom: 15px;
  text-align:justify;
text-justify:inter-ideograph;
justify-content: space-between;
 text-align: justify;
}

  #news-word ul{
     width:65%;
        color: #555555;
    font-size: 18px;
    line-height: 36px;
    margin: 0 auto;
  margin-bottom: 15px;
} 
  #news-word li{
    list-style-position: inside;
  text-indent: 2em;
  margin-bottom: 5px;
list-style-type: disc;
} 
}
#news-word p:after {
    display: inline-block;
    width: 100%;
    content: '';
}
#news-word p em{

color: #999;
font-size: 14px;
margin-top: -25px;
font-style: normal;

}



 .expert p{

  margin-bottom: 15px;
  text-align:justify;
text-justify:inter-ideograph;
justify-content: space-between;
 text-align: justify;
}
 .expert ul{
    color: #555555;
    font-size: 18px;
    line-height: 36px;
    margin: 0 auto;
  margin-bottom: 15px;
} 
  .expert li{
    list-style-position: inside;
  text-indent: 2em;
  margin-bottom: 5px;
list-style-type: disc;
}

.news-wrap2 h3{
  width:60%;
  line-height: 45px;
  border-bottom: 2px solid #666;
  padding-bottom: 10px;
}
.news-wrap2 h3>span{
  display: none;
}
#news-word h1 {
  padding: 10px 0;
}

#news-word h3 {
  width: 75%
}

@media screen and (max-width: 991px){
  #news-word {
  margin-top: 0px;
}
#news-word  p {
  width:82%;
}
.news-wrap2 h3{
  width:82%;
}
.news h3{
    margin: 50px auto;
    margin-bottom: 15px;
}
.news h1{
   
    margin: 30px auto;
    font-size: 35px;
    line-height: 36px;
    margin-bottom: 15px;
}
  #news-word ul{
     width:82%;
} 
}
@media (max-width: 767px){
#news-word  p {
  width:95%;
}
  #news-word ul{
     width:95%;
    font-size: 16px;
    line-height: 35px;
} 
#news-word img{
  width: 100%;
}
}


.center{
	text-align: center;
}

.btn-brd-danger{
    display: inline-block;
    font-weight: 500;
    line-height: 1.42857143;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    cursor: pointer;
    text-transform: uppercase;
    letter-spacing: 1px;
    color: #4897a6;
    padding: 6px 8px;
    margin: 30px 0;
    font-size: 16px;
    background: transparent;
    line-height: 1.4;
    border-radius: 0;
    border: 2px solid #4897a6 !important;
    transition-duration: 100ms;
    transition-property: all;
    transition-timing-function: cubic-bezier(0.7, 1, 0.7, 1);
}
@media (max-width: 767px) {
.news {
    margin-top: 40px;
}

.news h1{
   
    margin: 20px auto;
    font-size: 35px;
    line-height: 36px;
    margin-bottom: 15px;
}
.news h3{
   margin: 30px auto;
    margin-bottom: 15px;
    font-size: 22px;
    line-height: 26px;
}
.news h4{
  text-align: center;
    color: #666;
    font-size: 14px;
    margin-bottom: 15px;
    margin-top: -5px;
}
#news-word p{
    font-size: 16px;
    line-height: 35px;
}
.location{
    padding-left: 12px;
    margin-top:15px;
    font-size: 14px;
}
.location_jingtai{
    padding-left: 12px;
    margin-top:15px;
    font-size: 14px;
}
}

@media (max-width: 991px){
#news-img .item>img {
    height: 300px;
}
}

@media (max-width: 767px){
#news-img .item>img {
    height: 280px;
}
}

@media (max-width: 550px){
#news-img .item>img {
    height: 240px;
}}
@media (max-width: 400px){
#news-img .item>img {
    height: 180px;
}
}


/* ------------------------------------------------------------------------------
   video
-------------------------------------------------------------------------------*/

.myvideo-v {
  margin:0 auto;
  width:100%;

}
.myvideo-v2 {
  margin:0 auto;
  width:100%;
  padding: 20px 0 20px 0;
}
#myvideo {
  padding: 0px;
  text-align:center;
  width:100%;
  
}

@media (max-width: 400px){
#news-img .item>img {
    height: 180px;
}
}
.vjs-paused .vjs-big-play-button,
.vjs-paused.vjs-has-started .vjs-big-play-button {
    display: block;
}

.video-js .vjs-big-play-button{
    font-size: 2.5em !important;
    line-height: 2.3em !important; 
    height: 2.5em !important;
    width: 2.5em !important;
    -webkit-border-radius: 2.5em !important;
    -moz-border-radius: 2.5em !important;
    border-radius: 2.5em !important;
    background-color: #73859f;
    background-color: rgba(115,133,159,.5);
    border-width: 0.15em !important;
    margin-top: -1.25em !important;
    margin-left: -1.75em !important;
}
/* 中间的播放箭头 */
.vjs-big-play-button .vjs-icon-placeholder {
    font-size: 1.63em;
}
/* 加载圆圈 */
.vjs-loading-spinner {
    font-size: 2.5em;
    width: 2em;
    height: 2em;
    border-radius: 1em;
    margin-top: -1em;
    margin-left: -1.5em;
}

.prism-big-play-btn{
  position: absolute;
  width: 60px!important;
    height: 60px!important;
    left: 50%!important ;
    top: 50%!important ;
    margin-left:-30px!important; 
    margin-top:-30px!important; 
    display: block;
}
.prism-player .prism-big-play-btn .outter {

    width: 60px!important;
    height: 60px!important;

}
@media screen and (max-width: 991px){
.prism-big-play-btn{
  position: absolute;
  width: 56px!important;
    height: 56px!important;
    left: 50%!important ;
    top: 50%!important ;
    margin-left:-28px!important; 
    margin-top:-28px!important; 
    display: block;
}
.prism-player .prism-big-play-btn .outter {

    width: 56px!important;
    height: 56px!important;

}
}
@media screen and (max-width: 767px){
.prism-big-play-btn{
  position: absolute;
  width: 50px!important;
    height: 50px!important;
    left: 50%!important ;
    top: 50%!important ;
    margin-left:-25px!important; 
    margin-top:-25px!important; 
    display: block;
}
.prism-player .prism-big-play-btn .outter {

    width: 50px!important;
    height: 50px!important;

}
}

