html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  font-size: 100%;
  vertical-align: baseline;
}

html {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

caption, th, td {
  text-align: left;
  font-weight: normal;
  vertical-align: middle;
}

q, blockquote {
  quotes: none;
}

q:before, q:after, blockquote:before, blockquote:after {
  content: "";
  content: none;
}
 
a img {
  border: none;
}

article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary {
  display: block;
}

html {
  font-size: 100px;
}

body {
  font: 14px/1.4286  Arial,"Helvetica Neue",Helvetica,sans-serif;
}

a {
  text-decoration: none;
}

input {
  outline: none;
}

img {
  max-width: 100%;
  vertical-align: middle;
}

.fl {
  float: left;
}

.fr {
  float: right;
}

.clearfix:after {
content: '';
display: block;
height: 0;
clear: both;
}
.clearfix {
zoom: 1;
}

input,
select,
button,
textarea {
  font-family: inherit;
}

.container {
   width: 60%;
  margin: 0 auto;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
}
.container-fluid{
	 width: 100%;
	 margin: auto;
}
.banner {
  position: relative;
  background: url("../images/banner.jpg") no-repeat center;
  -webkit-background-size: cover;
          background-size: cover;
  height: 7.77rem;
}

.banner .banner-text {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
     -moz-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 6.74rem;
  text-align: center;
  background: rgba(0, 0, 0, 0.4);
  color: #fff;
  padding: .2rem 0;
}

.banner .banner-text .title {
  font-size: .49rem;
}

.banner .banner-text .text {
  font-size: .22rem;
}

.banner .play {
  position: absolute;
  top: 0;
  bottom: 2.2rem;
  left: 0;
  right: 0;
  display: block;
  margin: auto auto 0;
  width: .61rem;
  height: .61rem;
}

.banner .search-box {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 70px;
  line-height: 70px;
  background: rgba(0, 0, 0, 0.4);
  text-align: center;
}

.banner .search-box .search {
  position: relative;
  display: inline-block;
  background: #fff;
  vertical-align: middle;
  line-height: normal;
  width: 268px;
  height: 32px;
  line-height: 32px;
  margin: 0 auto;
  overflow: hidden;
}

.banner .search-box .search .search-btn {
  position: absolute;
  top: 0;
  right: 0;
  width: 100px;
  height: inherit;
  border: none;
  color: #fff;
  font-size: .18rem;
  text-align: center;
  background: #357fac;
}

.banner .search-box .search .search-control {
  vertical-align: middle;
  width: 100%;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
  text-align: left;
  padding-right: 85px;
  padding-left: 0.05rem;
  border: none;
}

.logo {
/*  padding-top: .3rem;*/
  width: 50%;
  float: left;

}

.logo img {
  width: 2.6rem;
  margin-left: 28%;
}

/*
.logo span{
  font-size: .30rem;
  color: #357fac;
}
*/

.head-right{
/*  padding-top: .3rem;*/
  width: 50%;
  float: right;
  height: 1.2rem;



}

/*
.head-right a{
	margin-right:10%;
	font-size:0.26rem;
	width: 1rem;
	display: block;
	background: #149dcc;
	text-align: center;
	line-height: 0.36rem;
	float: right;
	position: relative;
    top: 50%;
    transform: translateY(-50%);
	-moz-transform:translateY(-50%);
	-webkit-transform:translateY(-50%);
	border-radius: 0.3rem;
	color: #fff;
	cursor: pointer;
	-moz-transition: background 0.5s ease-in,color 0.3s ease-in;
	-webkit-transition: background 0.5s ease-in,color 0.3s ease-in;
	-o-transition: background 0.5s ease-in,color 0.3s ease-in;
	transition: background 0.5s ease-in,color 0.3s ease-in;
}
.head-right a:hover{
	 background:#357fac;
}
*/


.head-right ul {
     position: absolute;
    height: 0.36rem;
    top: 0.6rem;
    margin-top: -0.18rem;
    right: 5.8%;
    line-height: 0.36rem;
}
.head-right > .list-inline > li {
    margin-left: 40px;
	 float: left;
}

.head-right > .list-inline > li:first-child{
    margin-left: 0;
}



.head-right-login a{
    display: block;
    width: 1.2rem;
    height: 0.36rem;
    background: url("../images/login.png") no-repeat;
    background-size: contain;
}

.head-right-flag a{
    display: block;
    /* width: 54px;
    height: 35px; */
    overflow: hidden;
    border-radius: 3px;
    background-repeat: no-repeat;
    color: #666;
    text-decoration: none;
}
.head-right-flag a > img{
    margin-right: 10px;
}

.head-right-login a span,.head-right-flag a span{
    display: none;
}

.head-right-login .Already-login {
    background-image: none;
    background-color: #357fac;
    border-radius: 6px;
    text-decoration: none;
    overflow: hidden;
}

.head-right-login .Already-login .login-font {
    display: block;
    color: #000;
    text-align: center;
    line-height: 33px;
}
.head-right-login .Already-login .login-font:before{
	vertical-align: -2px;
}
.head-right .flag-list ul {
    margin: 0;
    z-index: 999999;
}
.list-inline > .flag-list{
    padding-right:0;
    padding-left: 0;
}
.head-right ul .flag-list {
    display: block;
    width: 200px;
    position: absolute;
    right: 100px;
    z-index: 99999999;
}

.flag-list li {
    /* width: 200px; */
    height: 54px !important;
    background: black;
    /* border-radius: 6px; */
    /* border: 1px solid #FFFFFF; */
    opacity: 0.8;
    text-align: left;
    font-weight: bold;
    line-height: 30px;
    cursor: pointer;
    margin-top: -1px;
    /* overflow: hidden; */
    margin:0 !important;
    width:100% !important;
}
.flag-list{
    background: #000;
    border:1px solid #fff;
    border-radius: 10px;
    margin-left: 0px;
    overflow: hidden;
}
.flag-list li a {
    display: block;
    /* width: 200px; */
    height: 54px !important;
    line-height: 54px;
    color: #FFFFFF;
    padding:0 10px;
    width:100% !important;
}
.flag-list li a img{
    margin-right: 12px;
}
.flag-list li a:hover{
    background: #357fac;
    color: #0f0e0d !important;
    border-bottom: 1px solid #fff;
}

.flag-list li a:hover {
    opacity: 1;
    color: #357fac;
    text-decoration: none;
    border-radius: 5px;
}

.head-right .head-right-language {
    margin-left: 0;
    height: 32px;
    line-height: 32px;
    vertical-align: top;
}

.head-right-language a {
    color: #666;
    text-decoration: none;
}

.head-right-language a:hover {
    opacity: 0.8;
}

.head-right-language .glyphicon-triangle-bottom,
.head-right-language .glyphicon-triangle-top{
    font-size: 50%;
    padding-left: 2px;
}

.head-right ul .language-list {
    color: #FFFFFF;
    position: absolute;
    top: 32px;
    right: -20px;
    z-index: 999;
    width: 105px;
    background:#000;
    padding:0;
    border: 1px solid #FFFFFF;
    border-radius: 5px;
    overflow: hidden;
}

.head-right ul .language-list li {
    margin-top: -1px;
    text-align: center;
    /* padding: 0 10px; */
    border-radius: 4px;
    cursor: pointer;
    line-height: 35px;
}

.head-right ul .language-list a {
    color: #FFFFFF;
    text-decoration: none;
    display: block;
    height: 33px;
}

.head-right ul .language-list a:hover {
    background: #357fac;
    color:#000 !important;
    color: #357fac;
}

.head-right ul .language-list li:hover {
    opacity: 1;
    color: #357fac;
}

.language-list ul {
    margin-top: 0;
}
#light-pagination{
  display: flex;
  justify-content: center;
}
#sidebar{
   width: 100%;
   margin-top: 0.8rem;
   padding:0.15rem 0;


}
#sidebar #ds-options .list-group{
    width: 70.625%;
    margin: auto;
	display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-around;
      -ms-flex-pack: distribute;
          justify-content: space-around;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}
 #sidebar #ds-options .list-group .list-group-item{
	 border:none;
	 text-align: center;
	 display:inline-block;
	 width: 24%;
	 margin: 5px 4%;
	 line-height: 0.56rem;
	 border-radius:0.28rem;
     -moz-border-radius:0.28rem;
	  background: #fff;
	  border: 2px solid #0b566f;
	  transform: 3s;
}

 #sidebar #ds-options .list-group .list-group-item:not(.active):hover{
	color: #ffffff;
	background-color: #357fac;
    border-color: #357fac;
}


#sidebar #ds-options .list-group .active{
	color: #ffffff;
	background-color: #357fac;
    border-color: #357fac;
}


.content {
  padding: .65rem 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-around;
      -ms-flex-pack: distribute;
          justify-content: space-around;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
           width:100%
}

.content .content-item {
  text-align: center;
  width: 3.1rem;
  margin-bottom: 0.33rem;
  position:relative;
}

.content .content-item img+img{
	position:absolute;
	top: 50%;
	left: 50%;
	width: 0.56rem;
	margin-left: -0.28rem;
	margin-top: -0.28rem;
}

.content .content-item p {
  font-size: .18rem;
  color: #332c2b;
  margin-top: 0.15rem;
}
.footer {
  padding: 0.2rem;
  background: #357fac;
	 margin-top: 0.1REM;
  color: #fff;
}

.footer a {
  color: #fff;
}

.footer-left {
  width: 4.4rem;
}

#contact{
	display: none;
	position:absolute;
	margin-left:-13%;
	top:20%;
	left: 50%;
	 width:26%;
	 background: #000;
	 color: #fff;
	 text-align: center;
	 border-radius: 0.15rem;
	 line-height: 0.36rem;
	 padding: 0.8rem 0;
	 box-shadow: 0 0 10px #000;

}

#contact .contact-center{
	margin:0 0.6rem ;
}

#contact .contact-url a{
	 color: #fff;
	 font-weight: bold;
	 cursor: pointer;
}

#contact .contact-url a:hover{
  color: #00f;
}
#contact .contact-cancel span{
	font-size:0.36rem;
	position: absolute;
	right:0.36rem;
	 top:0.3rem;
}
#contact .contact-title{
	color: #357fac;
    font-size: 0.3rem;
	 line-height: 0.6rem;
	 font-weight: bold;
}
#contact .contact-quote{
	line-height: 0.36rem;
}

@media (max-width: 750px) {
  .footer-left {
    width: 100%;
  }
}

.footer-left .contact {
  margin-bottom: 0.42rem;
}

.footer-left .contact img {
  width: 3.2rem;
}

.footer-right {
  width: 3rem;
}

@media (max-width: 750px) {
  .footer-right {
    width: 100%;
  }
}

.footer-right .shasa img {
  width: 2.99rem;
}




/* @media (min-width: 1000px) {
  .container {
    width: 1000px !important;
  }
}

@media (min-width: 992px) and (max-width: 1000px) {
  .container {
    width: 992px !important;
  }
}
*/
@media (min-width: 768px) and (max-width: 1600px) {

	 #contact{
		margin-left:-25%;
		top:15%;
		left: 50%;
		width:50%;

   }
}
@media (min-width: 768px) and (max-width: 992px) {
  .container {
    width: 768px !important;
    padding-left: 10px;
    padding-right:10px;
  }
  #sidebar{
     width: 96%;
     margin: auto;
     float:none;
  }
  .content {
     width: 100%;
     padding:0;
  }
}

@media (max-width: 768px) {
  .container {
    width: 100% !important;
    padding-left: 10px;
    padding-right: 10px;
  }
  #sidebar{
     width: 96%;
      float:none;
    margin: auto;
  }
  .content {
     width: 100%;
     padding:0;
  }
 #contact{
	margin-left:-40%;
	top:12%;
	left: 50%;
	width:80%;

}
	.head-right ul {
    position: absolute;
    height: 0.6rem;
    top: 0.6rem;
    margin-top: -0.3rem;
    /* right:0; */
}
	#sidebar #ds-options .list-group{
		width: 98%;
	}
    .head-right-login a{
	   width: 2.2rem;
       height: 0.6rem;
  }
  .logo img {
    /* width: 2.6rem; */
    margin-left: 0;
}
.nl-login{
  height: 10px;
}
.nl-logo{
  width: 40px;
}
.head-right-login a{
  width: 1.4rem;
  right: 0;
}


	/* .head-right-flag{ display: none;

	} */
	.head-right-language{display: none;}
}
@media (max-width: 432px) {
  .head-right > .list-inline > li{
    margin-left: 10px;
  }
	.head-right-login a{
	   width: 1.8rem;
       height: 0.6rem;
  }
   #contact{
		top:10%;
     }
}

video::-internal-media-controls-download-button {
  display:none;
}
video::-webkit-media-controls-enclosure {
  overflow:hidden;
}
video::-webkit-media-controls-panel {
  width: calc(100% + 30px);
}

