/*index.html start*/

.bannercontainer {
    position: relative;
        padding: 1.9rem 0 1rem 0;
        display: flex;
        flex-flow: row wrap;
        justify-content: center;
        align-items: center;
        z-index: 0;
}
.bannerblack {
    background-color: #343637;
    background-image: url(/templets/netwind/image/pattern_pixels.png);
}
.bannercontainer .flex {
	justify-content:center
}
.bannercontainer .flex #leftColumn1{
	width:500px;
	margin-right:60px;
}
.bannercontainer .flex #rightColumn1{
	width:500px;
}
#homepage-hero h1 {
    color: #fff;
    font-size: 2.2rem;
    margin: 0 0 10px;
    font-weight: 400;
}
#homepage-hero h1.en {
    font-size: 1.9rem;
}

#homepage-hero span.wecan {
    font-size: 1.5rem;
    color: #95d8ef;
}

#homepage-hero h2 {
    color: #fff;
    font-size: 1.5rem;
    ; margin: 0 0 10px;
    font-weight: 300;
}
#userloginspan{font-size: 0.9rem;}
.mini-contacts ul li{font-size: 0.9rem;}
#homepage-hero h3 {
}

ul.mainpro {
    margin-left: 1.5rem;
    ; }

#homepage-hero .mainpro li {
    list-style-type: disc;
    color: #fff;
    font-size: 1.3rem;
    margin: 0 0 10px;
    font-weight: 300;
    letter-spacing: 1.5px;
}
#homepage-hero .mainpro.en li {
    font-size: 1.0rem;
}
#homepage-hero div.buttons {
    float: right;
    margin-right: 5px;
}

#homepage-hero span.freefeetext {
    font-size: 1.4rem;
    color: #fff;
    display: inline-block;
    height: 2.2rem;
    background: #44B3D8;
	padding: 0 10px;
}
#homepage-hero span.freefeetext.en {
    font-size: 1.2rem;
	height:1.8rem
}
#homepage-hero .buttons .theme-button {
    font-size: 1.4rem;
    display: block;
    float: left;
    margin-right: 0.8rem;
    padding: 4px 6px;
    min-width: 7rem;
    text-align: center;
    position: relative;
    overflow: hidden;
    font-family: inherit;
    line-height: normal;
    color: #fff;
    -webkit-appearance: none;
    background: #44B3D8;
    letter-spacing: .5px;
    cursor: pointer;
    font-weight: 400;
    border: 0;
    text-transform: uppercase;
    text-decoration: none;
    border-radius: 4px;
    transition: opacity .15s;
}

#homepage-hero .buttons .theme-button span.en {
    font-size: 1.1rem;
	line-height: 1;
	}
#homepage-hero a {
    color: inherit;
}

#homepage-hero .freeFeeDiv {
    margin-top: -5px;
    margin-bottom: 7px;
}
.imgPlayButton {
    width: 3.75rem;
    height: 3.75rem;
    position: relative;
    margin-left: 0.75rem;
    background: url(/images/sprites-playbut.png) center center no-repeat ;
}
.imgPlayButton {
    width: 6.5rem;
    height: 6.5rem;
}

.btnPlay:hover {
    background: rgb(204, 204, 204);
}



.divOverlay {
	 top: 0;
    right: 0;
    height: 305px;
    left: 0;
    position: absolute;
    background: rgba(223,240,249,.18);
}
#rightColumn1{
    position: relative;
}
.commonplayButtonContainer {
    top: calc(50% - 60px);
    left: calc(50% - 60px);
    position: absolute;
    background: rgba(0, 0, 0, 0);
    z-index: 123;
    
}
.playButtonContainer {
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    position: absolute;
    background: rgba(0, 0, 0, 0);
    display: flex;
    justify-content: center;
    align-items: center;
}
.btnPlay {
    border: 0;
    padding: 0;
    height: 7.5rem;
    width: 7.5rem;
    line-height: 7.5rem;
    border-radius: 50%;
    background: #fff;
    box-shadow: 0 0 10px 0 rgb(0 0 0 / 10%);
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 72px;
    transition: background 0.2s ease;
}

.play-btn_png {
    width: 8rem;
    height: 7.5rem;
    background-position: 0 2px;
    background-size: contain;
    background-repeat: no-repeat;
    margin-left: 0;
}

.modal {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 105000;
    display: none;
    width: 100%;
    height: 100%;
    overflow: hidden;
    outline: 0; 
}


.modal.fade .modal-dialog {
    transition: -webkit-transform .3s ease-out;
    transition: transform .3s ease-out;
    transition: transform .3s ease-out,-webkit-transform .3s ease-out;
    -webkit-transform: translate(0,-50px);
    transform: translate(0,-50px);
}
.modal-dialog {
    max-width: 800px;
    margin: 30px auto;
    background-color: #000;
}
 .col-md-3 {
 position: relative;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px
}
.fade {
    transition: opacity .15s linear;
}
.fade:not(.show) {
    opacity: 0;
}
.modal.show{
    display: flex;
    align-items: center;
    justify-content: center;
}


.modal-lg, .modal-xl {
    max-width: 800px;
}

.embed-responsive {

    width: 800px;
}
.img-fluid {
    display: block;
    margin: 0 auto;
    max-width: 100%;
    height: auto;
  
}
#ytPlayerDiv{
    width: 800px;
    height: 500px;
}
#ytVideo{
    background-color: #0366d6;
}





.modal-body button.close {
    padding: 0;
    background-color: #000000;
    border: 0;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    
}
.modal-body .close {
    position: absolute;
    right: -2px;
    top: 0;
    z-index: 99999;
    font-size: 2rem;
    font-weight: normal;
    color: #fff;
    opacity: 1;
}
.embed-responsive {
    position: relative;
    display: block;
    width: 100%;
	height: auto;
    padding: 0;
    overflow: hidden;
}
.modal-content {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 100%;
    pointer-events: auto;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid rgba(0,0,0,.2);
    border-radius: 0.3rem;
    outline: 0;
}


.modal-open .modal {
    overflow-x: hidden;
    overflow-y: auto;
}
.modal.show .modal-dialog {
    -webkit-transform: none;
    transform: none;
}
.modal-body {
    position: relative;
    background-color: #000;
	flex: 1 1 auto;
}

.pl-0, .px-0 {
    padding-left: 0!important;
}
.pb-0, .py-0 {
    padding-bottom: 0!important;
}
.pr-0, .px-0 {
    padding-right: 0!important;
}
.pt-0, .py-0 {
    padding-top: 0!important;
}
.embed-responsive-16by9::before {
    padding-top: 56.25%;
}

.embed-responsive::before {
    display: block;
    content: "";
}

.embed-responsive .embed-responsive-item, .embed-responsive embed, .embed-responsive iframe, .embed-responsive object, .embed-responsive video {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 0;
}
.tlist{
    display: flex;
	justify-content:center;
    flex-wrap: wrap;
}
.tlist .col{
    border: 1px solid rgb(226, 230, 222);
    border-radius: 5px;
    width: 18rem;
	
	margin:32px 30px 0 30px;
    box-shadow:0px 0px 10px 0px #cccccc;
}
.tlist .col .title{
    text-align: center;
    font-size: 18px;
    line-height: 3;
    font-weight: bold;
    margin-top: 15px;
}
.tlist .col .img{
    text-align: center;
}
.tlist .col .img img{
    max-width: 100%;
}
.tlist .col .desc{
    width: 85%;
    margin: 15px auto;
    font-size: 14px;
    line-height: 2;
    min-height: 100px;
	text-indent: 1.5rem
}
.xzpt-title{
    margin: 3rem auto;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 0px;
    
}
.kehu .xzpt-title{margin: 0.9rem auto;}
.xzpt-title h2{
    font-size: 30px;
    padding: 0 25px;
}


.ad{
    background: url(/templets/netwind/image/bj.jpg) center top no-repeat #000000;
    height: 400px;
    background-size: cover;
    margin-top: 35px;
}
.ad .container{
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.ad .name{
    font-size: 33px;
    color: #ffffff;
    line-height: 2;
    position: relative;
    padding-bottom: 5px;
	text-align: center;
}
.ad .name::after{
    content: '';
    position: absolute;
    height: 1px;
    background: rgb(255, 255,255, .5);
    left: 0; width: 100%;
    bottom: 0;
}
.ad .bewrite{
    font-size: 23px;
    color: #ffffff;
    line-height: 2;
    text-align: center;
}
.ad .bewrite span.en{
	font-size: 18px;
}


.ad a.contact{
    color: #ffffff;
    background: rgb(38, 200, 249);
    font-size: 15px;
    display: block;
    margin: 33px auto;
    width: 155px;
    height: 33px;
    line-height: 33px;
    text-align: center;
}
.ad .share{
    display: flex;
    justify-content: center;
}
.ad .share a{
    margin: 0 15px;
    font-size: 53px;
    color: rgb(85,85,85);
}
.ad .share a:nth-child(1):hover{
    color: #7bf77f;
}
.ad .share a:nth-child(2):hover{
    color: #100880;
}

.ad .share a:nth-child(3):hover{
    color:#fa020e;
}

.book{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-top: 55px;
}

.book .col-md-3{
    width: 23%;
}
.book .col-md-3 .title{
    font-size: 22px;
    text-align: center;
    line-height: 1.3;
}
.book .col-md-3 .title .en{
 font-size: 18px;
}
.book .bewrite{
    line-height: 2;
    color: #646464;
	text-indent: 1.5rem
}
.book .icon{
    text-align: center;
}
.book .icon img{
    max-width: 100%;
}


.fuwu{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-top: 55px;
}

.fuwu .col-md-3{
    width: 23%;
    border: 1px solid #DDDDDD;
    padding-bottom: 15px;
}
.fuwu .col-md-3 .title{
    font-size: 22px;
    text-align: center;
    line-height: 3;
	text-indent: 0;
}
.fuwu .bewrite{
    line-height: 2;
    color: #646464;
	text-indent: 1.5rem
}
.fuwu .icon{
    text-align: center;
    padding-top: 15px;
}
.fuwu .icon img{
    max-width: 100%;
}


.kehu{
    background: #EFEFEF;
    padding: 55px 0;
    margin-top: 50px;
}


.kehu .container{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.kehu .list{
    width: 32%;
    background: #ffffff;
    margin-top: 35px;
}

.kehu .list .img{
    text-align: center;
    padding: 35px 0;
}
.kehu .list .img img{
    max-width: 100%;
}
.kehu .list .content{
    width: 80%;
    margin-left: 10%;
    color: #646464;
    font-size: 16px;
    line-height: 1.8;
    border-bottom: 1px solid #57C3f2;
    padding-bottom: 15px;
    min-height: 200px;
	text-indent: 1.5rem;
}

.kehu .list .content2{
    width: 80%;
    margin-left: 10%;
    color: #646464;
    font-size: 16px;
    line-height: 1.8;
    margin-top: 15px;
    min-height: 100px;
    text-indent: 25px;
    display: block;
}

/*index.html end*/
/*index.html start*/
@media  screen and (min-width: 1200px) {
   .commonplayButtonContainer {
		top: 88px;
	}
}
@media screen and (max-width: 768px) {
.bannercontainer  .container{
  width: 80%;
  margin: 0px auto;
}
.bannercontainer .flex #leftColumn1 {
    width: 100%;
	margin: 0;
}
#homepage-hero h1 {
  color: #fff;
  font-size: 1.4rem;
  margin: 0 0 0.6rem;
  font-weight: 600;
}
#homepage-hero span.wecan {
  font-size: .9rem;
 
}

ul.mainpro {
  margin-left: 1rem;
}

#homepage-hero .mainpro li {
  list-style-type: disc;
  color: #fff;
  font-size: .9rem;
  margin: 0 0 10px;
  font-weight: 300;
  letter-spacing: 1.5px;
}


#homepage-hero span.freefeetext {
  font-size: .9rem;
  color: #fff;
  display: inline-block;
  height: auto;
  padding: .2rem;
  background: #0366d6;
}

#homepage-hero .buttons .theme-button {
  font-size: 1rem;

  margin-right: 0.8rem;
  padding: 0.3rem .3rem;
  width: auto;
  margin: .5rem 0;
 
}



#rightColumn1{
  margin-top: 1rem;
}
.img-fluid{
  width: 100%;
}
video {
width: 100%;
height: auto;
}

#ytPlayerDiv{
  width: 100%;
   height: 200px;
}
.modal-dialog {
  width: 100%;
  margin: 30px auto;
  
  height: auto;
}
.modal {
  position: fixed;
  top: 0;
  left: 5%;
  z-index: 105000;
  display: none;
  width: 90%;
  height: 100%;
  overflow: hidden;
  outline: 0; 
 
}

.modal-body .close {
  position: absolute;
  right:  0px;
  top: 0;
  z-index: 99999;
  font-size: 2rem;
  font-weight: normal;
  color: #fff;
  opacity: 1;
  background-color: #ef1b25;
}


.xzpt-title{
  margin-top: 3rem auto;

  
}
.xzpt-title h2{
  font-size: 1.3rem;
  padding: 0 1rem;
}
.tlist .col{

  border-radius: 5px;
  width: 40%;
  border: 1px solid rgb(226, 230, 222);
	border-radius: 5px;
	margin: 2rem 0.8rem 0 0.8rem;
	box-shadow: 0px 0px 10px 0px #cccccc;
}
.tlist .col .title{
  font-size: 1rem;

  margin-top: 1rem;
}


.tlist .col .desc{
  width: 85%;
  margin: 15px auto;
  font-size: .75rem;
  line-height: 2;
  min-height: 6rem;
}



.ad {
   height: 300px;
    padding-top: 10px;
}
.ad .name{
  font-size: 1.1rem;
  color: #ffffff;
  line-height: 3;
  position: relative;
  padding-bottom: 5px;
}
.ad .bewrite{
  font-size: .9rem;
  color: #ffffff;
  line-height: 3;
  text-align: center;
}

.book .col-md-3{
  width: 50%;
  margin-top: 2rem;

}

.book{

  margin-top: 2rem;
}


.book .col-md-3 .title{
  font-size: 1rem;
  text-align: center;
  line-height: 3;
}
.book .bewrite{
  line-height: 2;
  color: #646464;
  font-size: .75rem;


}
.book .icon{
  text-align: center;
}
.book .icon img{
  max-width: 100%;
}



.fuwu{

  margin-top: 2rem;
}

.fuwu .col-md-3{
  width: 48%;
  border: 1px solid #DDDDDD;
  padding-bottom: .9rem;
  margin-top: 1rem;
}
.fuwu .col-md-3 .title{
  font-size: 1rem;

}
.fuwu .bewrite{
  line-height: 2;
  color: #646464;
  font-size: .75rem;
}
.fuwu .icon{
  text-align: center;
  padding-top: .9325rem;
}



.kehu{
  padding: 2rem 0;
  margin-top: 3rem;
}



.kehu .list{
  width: 48%;
  background: #ffffff;
  margin-top: 35px;
}

.kehu .list .img{
  text-align: center;
  padding: 2rem 0;
}
.kehu .list .img img{
  max-width: 100%;
}
.kehu .list .content{
  width: 90%;
  margin-left: 5%;
  color: #646464;
  font-size: .75rem;
  line-height: 1.8;
  border-bottom: 1px solid #57C3f2;
  padding-bottom: 15px;
  min-height: 12rem;
}

.kehu .list .content2{
  width: 80%;
  margin-left: 10%;
  color: #646464;
  font-size: 12px;
  line-height: 1.8;
  margin-top: 1rem;
  min-height: 10rem;
}
}
/*index.html end*/
