/* reset */
*{
    margin:0;
    padding:0;
    list-style-type:none;
     font-family: 'demofont';
}
body{font-family: 'demofont'}

label{
    cursor:pointer;
}
@font-face{
            font-family: 'demofont';
             src:url('https://www.niic.net.cn/Public/html/font/msyh.ttf'),  
                url('https://www.niic.net.cn/Public/html/font/msyh.woff'),
                url('https://www.niic.net.cn/Public/html/font/msyh.eot');
        }
img{
    vertical-align:middle;
}

table{
    empty-cells:show;
    border-collapse:collapse;
    border-spacing:0;
}

abbr,acronym{
    border:0;
    font-variant:normal;
}

address,caption,cite,code,dfn,em,th,var,optgroup{
    font-style:normal;
    font-weight:normal;
}

input,button,textarea,select,optgroup,option{
    font-family:inherit;
    font-size:inherit;
    font-style:inherit;
    font-weight:inherit;
}

input,button,textarea,select{
    *font-size:100%;
}

a,img{
    border:0;
}

a,a:visited,a:hover{
    color:#5e5e5e; 
    text-decoration:none;
}

.clear{
    clear: both;
}

/*main*/
.head_a{
    float: left;
    margin-right: 55px;
    cursor: pointer;
    font-size: 16px;
}
.top-r{float: right;width:24%; display: flex;}
.headerrel01-lang{    margin: 0 0 0 20px ; display: flex;
    vertical-align: middle;  width: 116px; text-align: left;    position: relative;}
.headerrel01-lang dt{padding-left: 28px;
    background: url(../png/z-i3.png) left 29px no-repeat;
    height: 60px;
    line-height: 60px;
    cursor: pointer;
    margin-top: 0;}
.headerrel01-lang dt span{display: inline-block;
    vertical-align: middle;
   
    font-size: 14px;
    color: #999;
    /* margin-bottom: 10px; */
    font-weight: normal;
}
.headerrel01-lang dt span:hover{background: linear-gradient(to top right, #4cc2fa 20%, #1172e4 70%);-webkit-background-clip: text;-webkit-text-fill-color: transparent;}
.headerrel01-lang dt i{display:inline-block;vertical-align:middle;width:12px;height:12px;background:url(../z-i4.html) center center no-repeat;-webkit-background-size:cover;background-size:cover}
.headerrel01-lang dd{position:absolute;left:0;right:0;top:100%;background-color:#fff;box-shadow:0 0 10px rgba(0,0,0,.02);z-index:100;display:none}
.headerrel01-lang dd a{display:block;font-size:12px;color:#999;line-height:40px;padding:0 20px 0 28px;background-color:#fff;-webkit-transition:.2s;-o-transition:.2s;transition:.2s}
.headerrel01-lang dd a.on,.headerrel01-lang dd a:hover{background:linear-gradient(50deg, rgba(76,194,250,.8) 20%, rgba(17,114,228,.8) 70%);color:#fff}
.headerrel01-so{    display: inline-block; vertical-align: middle; position: relative;
    height: 30px; border-right: 1px solid #ddd;  margin: 25px 0;}
.headerrel01-so .btn{    width: 56px;   height: 34px; background: url(../png/z-i5.png) center center no-repeat;    cursor: pointer;}
.headerrel01-so .headerrel01-so-inner{position:absolute;top:100%;right:0;width:300px;z-index:100;display:none;overflow: hidden;}
.headerrel01-so .headerrel01-so-inner input{    padding: 0 60px 0 20px;
    display: block;
    width: 100%;
    height: 60px;
    line-height: 58px;
    font-size: 14px;
    color: #999;
    border: 1px solid #eee;
    background-color: #fff;
    border-radius: 5px;}
.headerrel01-so .headerrel01-so-inner .inp{padding:0 60px 0 20px;display:block;width:100%;height:60px;line-height:58px;font-size:14px;color:#999;border:1px solid #eee;background-color:#fff;border-radius:5px;outline: none;}
.headerrel01-so .headerrel01-so-inner .sub{position:absolute;right:0;top:0;bottom:0;width:60px;background:url(../png/z-i5.png) center center no-repeat}
.headerrel01-hdr .headerrel01-so{display:none}

.zhanghu{font-size: 14px;padding-top: 5px;width:80px;}
.zhanghu img{margin: 25px 5px 25px 0;}
.zhanghu a{color: #999;line-height: 70px;}
.zhanghu a:hover{background: linear-gradient(to top right, #4cc2fa 20%, #1172e4 70%);-webkit-background-clip: text;-webkit-text-fill-color: transparent;}
.daohang i:hover{background: linear-gradient(to top right, #4cc2fa 20%, #1172e4 70%);-webkit-background-clip: text;-webkit-text-fill-color: transparent;}
.daohang{font-size: 14px;line-height: 80px;margin-left: 16px;}
.daohang i{font-style: normal;color: #999;}
.nav .daohang i{color: #666;}
@font-face {
  font-family: 'Material Icons';
  font-style: normal;
  font-weight: 400;
  src: url(https://fonts.gstatic.com/s/materialicons/v139/flUhRq6tzZclQEJ-Vdg-IuiaDsNc.woff2) format('woff2');
}

.material-icons {
   font-family: 'Material Icons'; 
  font-weight: normal;
  font-style: normal;
  font-size: 24px;
  line-height: 1;
  letter-spacing: normal;
  text-transform: none;
  display: inline-block;
  white-space: nowrap;
  word-wrap: normal;
  direction: ltr;
  -webkit-font-feature-settings: 'liga';
  -webkit-font-smoothing: antialiased;
}



.sidenav {
	background:#fff;
	box-shadow:2px 2px 6px rgba(0,0,0,.3);
	display:block;
	font-size:16px;
	font-weight:400;
	height:100%;
	right:0;
	position:fixed;
	overflow:auto;
	transform:translate(262px,0px);
	transition:transform .3s;
	top:0;
	width:256px;
	z-index:100
}
.sidenav.show {
	transform:translate(0,0)
}
.sidenav-brand {
	background:linear-gradient(50deg, rgba(76,194,250,.8) 20%, rgba(17,114,228,.8) 70%);
	border-bottom:1px solid rgba(76,194,250,.8);
	color:#fff;
	font-size:24px;
	font-weight:700;
	line-height:32px;
	padding:20px 24px 19px;text-align: center;
}
.sidenav-dropdown,.sidenav-header {
	border-bottom:1px solid #eee;
	margin:0
}
.sidenav-header {
	background:0 0;
	color:#757575;
	font-size:19.2px;
	line-height:32px;
	padding:16px 24px 15px
}
.sidenav-header small {
	display:block;
	font-size:14.4px;
	line-height:16px
}
.sidenav-menu {
	list-style:none;
	margin:0;
	padding:0
}
.sidenav-menu li {
	display:block;
	position:relative
}
.sidenav-menu a {
	background:0 0;
	color:#333;
	display:block;
	line-height:24px;
	padding:16px 32px;
	text-decoration:none
}
.sidenav-menu a:hover {
	background:linear-gradient(50deg, rgba(76,194,250,.8) 20%, rgba(17,114,228,.8) 70%);color:#fff !important;
}
.sidenav-menu a.active,.sidenav-menu a.active .sidenav-dropdown-icon,.sidenav-menu a.active .sidenav-link-icon {
	color:#333
}
.sidenav-dropdown-icon,.sidenav-link-icon {
	color:#757575;
	position:absolute;
	text-align:center;
	top:16px
}
.sidenav-link-icon {
	display:block;
	height:24px;
	left:24px;
	width:24px
}
.sidenav-link-title {
	display:block;
	padding:0 16px 0 0px
}
.sidenav-dropdown {
	display:none;
	list-style:none;
	padding:0
}
.sidenav-dropdown a {
	background:#fff;
	padding-left:34px
}
.sidenav-dropdown a:hover {
	background:linear-gradient(50deg, rgba(76, 194, 250, .8) 20%, rgba(17, 114, 228, .8) 70%);
	
}
.sidenav-dropdown li:first-child a {
	box-shadow:inset 0 1px 1px rgba(0,0,0,.1)
}
.sidenav-dropdown-icon {
	display:none;
	height:16px;
	right:16px;
	width:16px
}
.sidenav-dropdown-icon.show {
	display:block
}
.sidenav-overlay {
	background:rgba(255,255,255,.8);
	display:none;
	height:100%;
	left:0;
	position:fixed;
	top:0;
	width:100%;
	z-index:99
}
.sidenav-no-scroll {
	overflow:hidden!important
}


body{
    background-color: #ffffff;
    width: 100%;
}

.head{
    position: fixed;
    top: 0;
    left: 0;
    z-index: 999;
    width: 100%;
    background-color: #fff;
    height: 80px;
    /*filter:alpha(opacity=90);
    -moz-opacity:0.9;
    opacity:0.9;
    -khtml-opacity: 0.9;  */
}

.logo_img{
    width: 36px;
    height: 51px;
	font-size: 12px;;
}
.head_logo_div{width: 10%;float: left;}
.head_nav_div{

    float: left;
}

.head_logo_div{
    line-height: 80px;
    text-align: center;font-size: 12px;;
}

.head_nav_div{
    line-height: 80px;
}

.head_nav{
    margin: 0 auto;
}

.head_nav ul li{
        float: left;
        cursor: pointer;
        font-size: 16px;
        position: relative;
}

.head_nav ul li a{
    font-size: 16px;
    color: #333333;
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    -o-transition: all 0.2s;
    transform: all 0.2s;display: block;
	padding: 0 38px;
}

.head_nav ul li a:hover{
    color:#0372c4;
}

.wrapBox{
    top: 0;
    position: fixed;
    width: 100%;
    height: 100%;
}

.sec_ul{display: none;background:url(../png/nav_bg.png); position: absolute; top: 65px;left: 0;z-index: 999;}
.sec_ul li{float: none;width: 100%;text-align: center;}
.head_nav ul li .sec_ul a{padding:0;line-height: 42px;border-bottom: 1px dashed   #eee;width: 100%;-webkit-transition: all 0.25s ease;margin: 0;
    transition: all 0.25s ease;}
.nav_ul_li:hover .sec_ul{display: block;}
.nav .head_nav ul li .sec_ul a:hover{/* background: #c39b6f */background: linear-gradient(50deg, rgba(76,194,250,.8) 20%, rgba(17,114,228,.8) 70%);color: #fff;padding-left: 5px;}

.mbx{height: 70px;line-height: 70px;box-shadow: 0 0 10px #ccc;font-size: 14px;}
.mbx a:hover{background: linear-gradient(to top right, #4cc2fa 20%, #1172e4 70%);-webkit-background-clip: text;-webkit-text-fill-color: transparent;}
.mvx_l{width: 50%;float: left;}
.mvx_r{float: right;text-align: right;}
.mvx_r li{float: left;padding: 0 14px;}

.solve_con{color: #080808;font-size: 16px;line-height: 28px;;}


.product-num-box{
    width: 100%;
	margin-bottom: 50px;
    background-repeat: no-repeat;
    background-position:center;
    background-size:100%;
}

.product-num-content{
    margin: 0 auto;
    text-align: center;
    font-size: 0;
}

.product-num-title{
    padding-top: 110px;
    margin-bottom: 30px;
    font-size: 42px;
    color: #4c4b4b;
    line-height: 45px;
    font-family: -apple-system,BlinkMacSystemFont,Roboto,Helvetica Neue,Helvetica,PingFangSC-Medium,Hiragino Sans GB,Microsoft YaHei,SimSun,sans-serif;
}
.product-num-text{
    font-size: 14px;
    color: #4c4b4b;
    line-height: 28px;
}

.product-num-head{
    margin-top: 80px;
    font-size: 0;
}

.product-num-item{
    text-align: center;
    position: relative;
    display: inline-block;
    width: 25%;
    font-size: 14px;
    color: #4c4b4b;
    line-height: 62px;
    font-family: -apple-system,BlinkMacSystemFont,Roboto,Helvetica Neue,Helvetica,PingFangSC,Hiragino Sans GB,Microsoft YaHei,SimSun,sans-serif;
	margin-bottom: 12px;
}

.product-num-jus{
    display: inline-block;
    margin: 80px 0;
    width: 162px;
    height: 56px;
    font-size: 22px;
    color: #fff;
    line-height: 48px;
    letter-spacing: 2px;
    border: 4px solid #fff;
    cursor: pointer;
    font-weight: 500;
    font-family: -apple-system,BlinkMacSystemFont,Roboto,Helvetica Neue,Helvetica,PingFangSC-Medium,Hiragino Sans GB,Microsoft YaHei,SimSun,sans-serif;
    -webkit-transition: all .3s linear;
    -moz-transition: all .3s linear;
    transition: all .3s linear;
    text-decoration: none;
}

.product-num-nub{
    display: inline-block;
    width: 100%;
    font-size:36px;
    color: #080808;
    line-height: 62px;
    font-family: Impact;
	text-indent: -1em;
}

.product-num-add{
    font-size: 14px;
    color: #4c4b4b;
    position: absolute;
    left: 56%;
    bottom: 0px;
}

.product-num-inf{
    margin-top: 12px;
    font-size: 14px;
    color: #4c4b4b;
    line-height: 28px;
        display: block;
}

.product-num-jus:hover{
    background-color: #fff;
    color: #3e88f1;
}

.product-num-wan{
        position: absolute;
        left: 56%;
        bottom: 23px;
        font-size: 24px;
        font-family: Impact;
}
.about_bot_img img{width: 100%;}

.nav_ny {
  display: inline-flex;
  position: relative;
  overflow: hidden;
  max-width: 100%;
  padding: 0 20px;
}

.nav-item {
  color: #83818c;
  padding:0 20px;
  text-decoration: none;
  transition: .3s;
  margin: 0 6px;
  z-index: 1;
  font-weight: 500;
  position: relative;
}
/* .nav-item:before {
  content: "";
  position: absolute;
  bottom: -6px;
  left: 0;
  width: 100%;
  height: 5px;
  background-color: #dfe2ea;
  border-radius: 8px 8px 0 0;
  opacity: 0;
  transition: .3s;
} */
.video_list{margin: 30px 0;}
.video_list li{width: 31%;margin: 1%;float: left;}
.item-content {
  background-color: #F5F5F7;  
  padding-bottom: 106%;
  position: relative;
  border-radius: 8px;
  overflow: hidden;
  height: 0;
  margin-bottom: 32px;
}
 .item-content .top {
  padding-bottom: 74%;
  position: relative;
  overflow: hidden;
  height: 0;
}
.sub-item-li-img {
  position: absolute;  
  width: 100%;
  height: 100%;
  object-fit: cover;
      left: 0;
      top: 0;
}

.item-content .top .mask {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background: rgba(3, 10, 18, 0.2);
  display: flex;
  justify-content: center;
  align-items: center;
}
.item-content .top .mask i {
  width: 45px;
      height: 45px;
  background: url(../png/vv.png) center center no-repeat;
}
 .item-content .video-content {
  visibility: hidden;
}
.sub-item-li-bottom {
  padding: 20px 22px 15px;
  bottom: 0;
  left: 0;
  right: 0;
  display: flex;
  box-sizing: border-box;
  flex-direction: column;
  justify-content: space-between;
}
.sub-item-li-title {
  height: 24px;
  font-size: 14px;
  color: #000000;
  line-height: 24px;
  font-weight: bold;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  margin-bottom: 4px;
}
.sub-item-li-abstract {
  font-size: 20px;
  color: #000000;
  line-height: 32px;
  font-weight: bold;
  overflow: hidden;
  text-overflow: ellipsis;
  display:-webkit-box;
  -webkit-box-orient:vertical;
  -webkit-line-clamp:2;
}
.sub-item-li-footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  /* position: absolute;
  bottom: 24px; */
  width: 100%;
}
.sub-item-li-time {
  font-size: 14px;
  line-height: 24px;
  color: #979797;
}
.sub-item-li-tag {
  font-size: 12px;
  line-height: 20px;
  color: #979797;
  /* position: absolute;
  bottom: 0;
  right: 32px; */
}
 .sub-item-li-bottom {
    padding: 20px 22px;
	text-align: left;
	background: #f5f5f7;
  }
.video-item .sub-item-li-title {
    height: 24px;
    font-size: 14px;
    color: #000000;
    line-height: 24px;
    font-weight: bold;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    margin-bottom: 4px;
}
.video-item .sub-item-li-abstract {
    height: 64px;
    font-size: 20px;
    color: #000000;
    line-height: 32px;
    font-weight: bold;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}

.ny_wenti{background: url(../jpg/wenti_bg.jpg) center center no-repeat;padding:100px 0;}
.wenti_list{margin-top: 30px;}
.wenti_con{background: #fff;box-shadow: 0 0 10px #ddd;padding: 2%;}
.wenti_list li{background: #e6e6e6;line-height: 66px;height: 66px;margin: 10px 0;font-size: 18px;text-align: left;padding:0 2%;color: #080808;}
.wenti_list li a{display:block;white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;}
.wenti_list li span{float: right;}


.serve .info{color: #080808;
    font-size: 16px;
    max-width: 80%;
    margin: 25px auto 30px;
    text-align: center;
    line-height: 28px;}
.text-grey{font-size: 14px;padding-bottom:6px
}

#myform{    padding: 40px;
    background: #fff;
    box-shadow: 0 0 10px #ccc;}


.videolist { position:relative; float:left; width:31%;margin: 0 1% 1%; }
.videolist .vtit{text-align: center;line-height: 50px;background: #fff;}
.videolist img.snt{width: 100%;}
.videolist:hover{ cursor: pointer; }
.videoed { display:none; width:50px; height:50px; position: absolute; left: 42%;top: 26%; z-index:99; border-radius:100%; }
.videos{ display:none; border: 1px solid #080808; position:fixed; left:50%; top:50%; margin-left:-320px; margin-top:-210px; z-index:100; width: 641px;
    height: 360px; background: #000; }
.vclose { position:absolute;right:1%; top:1%; border-radius:100%; cursor: pointer; }









.nav-item:not(.is-active):hover:before {
  opacity: 1;
  bottom: 0;
}

.nav-item:not(.is-active):hover {
  color: #333;
}

.nav-indicator {
  position: absolute;
  left: 0;
  bottom: 0;
  height: 4px;
  transition: .4s;
  height: 5px;
  z-index: 1;
  border-radius: 8px 8px 0 0;
  background: #c1986b !important;
  display: none;
}
/* .is-active{color: #c1986b !important;} */
.is-active{background: linear-gradient(to top right, #4cc2fa 20%, #1172e4 70%) !important;-webkit-background-clip: text !important;-webkit-text-fill-color: transparent !important;}

@media (max-width: 580px) {
  .nav_ny {
    overflow: auto;
  }
}
/*
#wrapBox{
    -webkit-transition: all 1s;
    -moz-transition: all 1s;
    -o-transition: all 1s;

}
*/
.box{
    overflow: hidden;
    position: relative;
    width: 100%;
    height: 100%;
/*
    -webkit-transition: all 1s;
    -moz-transition: all 1s;
    -o-transition: all 1s;
*/
}

.box01_content{  
    position: absolute;
    z-index: 3;
    top: 20.5%;
    /* top: 13%; */
    left: 10%;
    width: 80%;
}

.head_div{
    width: 100%;
    margin:0 auto;
    height: 50%;    color: #fff;
}

.cycle_item{
   
    margin-left: auto;
    margin-right: auto;
    position: relative;
}

.green_cycle{
    width: 176px;
    height:182px;
    padding-top: 12px;
}
.green_cycle img{padding: 1px;border: 1px solid #02ace4}
.yellow_cycle{
    display: inline-block;
    width: 240px;
    height: 240px;
    margin: 10px;
}

.blue_cycle{
    width: 220px;
    height: 220px;
    text-align: center;
    margin: 10px auto 10px auto;
}

.green_cycle_img,.yellow_cycle_img,.blue_cycle_img{
    position: absolute;
}

#box01_text .box1_ul{display: flex;justify-content:flex-start;margin-top: 50px}
#box01_text .box1_ul li{margin: 0 12px; float: left;}
#box01_text .box1_ul li img{  width:90px;
    height: 90px;padding: 15px;;
    margin: 0 auto;
    display: block;-webkit-transition: -webkit-transform 2s ease-out;
    }
.box_img{border: 1px solid #69768e;border-radius: 50%;width: 90px;
    height: 90px;margin: 0 auto;}
#box01_text .box1_ul li:hover img{ -webkit-transform: rotateZ(360deg);
    -moz-transform: rotateZ(360deg);
    -o-transform: rotateZ(360deg);
    -ms-transform: rotateZ(360deg);
    transform: rotateZ(360deg);}

#box01_text .box1_ul li p{font-size: 16px; color: #fff;text-align: center;line-height: 60px}    
.head_img_div{
    position: relative;
    z-index: 2;
    display: inline;
    width: 200px;
    height: 200px;
    margin-top: 7px;
}

.head_img {
    display: inline-block;
    width: 200px;
    height: 200px;
    border-radius: 50%;
    border: 3px solid pink;
    margin: 7px;
    -webkit-animation: headneon 1.5s ease-in-out infinite alternate;
    -moz-animation: headneon 1.5s ease-in-out infinite alternate;
    animation: headneon 1.5s ease-in-out infinite alternate;
}

@-webkit-keyframes headneon {
    from {
        box-shadow: 0 0 1px #fff,
                    0 0 2px #fff,
                    0 0 3px #fff,
                    0 0 4px #fff;
    }
    to {
        box-shadow: 0 0 5px #fff,
                    0 0 10px #fff,
                    0 0 15px #fff,
                    0 0 20px #fff;
    }
}

@-moz-keyframes headneon {
    from {
        box-shadow: 0 0 1px #fff,
                    0 0 2px #fff,
                    0 0 3px #fff,
                    0 0 4px #fff;
    }
    to {
        box-shadow: 0 0 5px #fff,
                    0 0 10px #fff,
                    0 0 15px #fff,
                    0 0 20px #fff;
    }
}

.green_cycle_img{

}

.yellow_cycle_img{
    animation-name: anticlockwise;
    animation-duration:1s;
    animation-timing-function: linear;
    animation-iteration-count: infinite;
    animation-direction: normal;

    /*safari & Chrome */
    -webkit-animation-name:anticlockwise;
    -webkit-animation-duration:1s;
    -webkit-animation-timing-function: linear;
    -webkit-animation-iteration-count: infinite;
    -webkit-animation-direction: normal;
}

.blue_cycle_img{
    animation-name: clockwise;
    animation-duration:1s;
    animation-timing-function: linear;
    animation-iteration-count: infinite;
    animation-direction: normal;

    /*safari & Chrome */
    -webkit-animation-name:clockwise;
    -webkit-animation-duration:1s;
    -webkit-animation-timing-function: linear;
    -webkit-animation-iteration-count: infinite;
    -webkit-animation-direction: normal;
}

@keyframes clockwise{
    from {
        -webkit-transform:rotate(0deg);
        -moz-transform:rotate(0deg);
        -ms-transform: rotate(0deg);
        -o-transform: rotate(0deg);
    }
    to {
        -webkit-transform:rotate(360deg);
        -moz-transform:rotate(360deg);
        -ms-transform: rotate(360deg);
        -o-transform: rotate(360deg);
    }
}

@-webkit-keyframes clockwise{
    from {
        -webkit-transform:rotate(0deg);
    }
    to {
        -webkit-transform:rotate(360deg);
    }
}

@keyframes anticlockwise{
    from {
        -webkit-transform:rotate(0deg);
        -moz-transform:rotate(0deg);
        -ms-transform: rotate(0deg);
        -o-transform: rotate(0deg);
    }
    to {
        -webkit-transform:rotate(-360deg);
        -moz-transform:rotate(-360deg);
        -ms-transform: rotate(-360deg);
        -o-transform: rotate(-360deg);
    }
}

@-webkit-keyframes anticlockwise{
    from {
        -webkit-transform:rotate(0deg);
    }
    to {
        -webkit-transform:rotate(-360deg);
    }
}

.cycle_item a{
    
    display: block;
    line-height: 50px;

}

.github_a p{
  font-size: 36px;line-height: 40px;padding: 22px 0
}
a.weibo_a{width: 198px;
    height: 46px;
    line-height: 46px;
    border-radius: 35px;
    font-size: 18px;
    color: #fff;
    border: 1px solid #a6aebb;
    display: inline-block;
    display: flex;
    justify-content: center;margin: 16px 0;
}
a.weibo_a:hover{background: #c39b6f;border: 1px solid #c39b6f;transition: .5s ease-in-out;}

.github_icon{
    background: url('../github.html') no-repeat;
    border-radius: 25px;
    display: block;
    width: 50px;
    height: 50px;
    position: relative;
    background-size: cover;
    -moz-background-size: cover;
    left: 5px;
}

.github_text,.weibo_text,.blog_text{
    margin-top: 0;
    text-align: right;
    padding: 0 5px;
    position: absolute;
    top: 0;
}

.item_name{
    font-size: 16px;
    line-height: 60px;
    color: #fff;
    white-space: nowrap;
}

.weibo_a{

}
.weibo_a .weibo_icon{
    background: url('../weibo.html');
    border-radius: 25px;
    display: block;
    width: 50px;
    height: 50px;
    position: relative;
    background-size: cover;
    -moz-background-size: cover;
    left: 5px;
}


.blog_a{

}

.blog_a .blog_icon{
    background: url('../blog.html');
    display: block;
    width: 50px;
    height: 50px;
    position: relative;
    background-size: cover;
    -moz-background-size: cover;
    left: 5px;
    top: -5px;
}

.blog_a p{
    color: #ffffff;
    font-weight: bold;
    font-size: 60px;
    font-family: Arial
}

.box01_content .title{
    font-size: 40px;
    margin-top: 10px; 
}

.box01_content .title_h2{
    font-size: 30px;
    margin-top: 10px;
    margin-bottom: 20px;
}

#box01_text{
    width: 100%;
    overflow: hidden;
    position: relative;
}

.box01_content .box01_p{
    font-size: 20px;
    font-weight: lighter;
    line-height: 38px;
    -webkit-transition: all ease 0.3s;
    -moz-transition: all ease 0.3s;
    -ms-transition: all ease 0.3s;
    transition: all ease 0.3s;
    filter:alpha(opacity=0);
    -moz-opacity:0;
    -khtml-opacity: 0;
    opacity: 0;
    cursor: pointer;
}

.box01_content .box01_p:hover{
    font-size: 22px;
}

.float_btn{
    z-index: 100;
    display: block;
    position: fixed;
    right: 40px;
    top: 50%;
}

.float_btn li{
    height: 12px;
    width: 12px;
    border: 1px solid #ffffff;
    border-radius: 50%;
    margin-bottom: 14px;
    background-color: transparent;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
}

.float_btn li:last-child{
    margin-bottom: 0;
}

.float_btn>.btn_on{
    background: #ffffff;
}

.arrow_div{
    z-index: 5;
    position: absolute;
    bottom: 50px;
    text-align: center;
    width: 100%;
}

.box_content{
    width: 80%;
    left: 10%;
    position: absolute;
    z-index: 2;
}

.box_content{
    top: 18%;
}

.shuxian{
    width: 1px;
    height: 100%;
    background-color: #42c9a3;
}

#box02_text{
    width: 50%;
    /*min-width: 400px;*/
    float: left;
    overflow: hidden;
    cursor: pointer;
}
#box02_text span{display: block;padding: 10px 0 40px;color: #fff;font-size: 36px;text-align: right;transform: translateY(0px);
    transition: .5s ease-in-out;}


#box02_text h1{
    font-size: 60px;
    font-weight: bold;
    color: #ffffff;
    margin-top: 15px;
    text-align: right;
    position: relative;
    right: -100%;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s;
    transform: all 0.5s;
    font-family: Arial;
	transform: translateY(0px);
	    transition: .5s ease-in-out;
}
#box02_text:hover span, #box02_text:hover h1{transform: translateY(15px);}

.overline{
    width: 100%;
    height: 0;
    border-bottom: 1px dashed #ffffff;
    position: relative;
    right: -100%;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s;
    transform: all 0.5s;
}

.box_more{
    font-size: 20px;
    font-weight: lighter;
    color: #ffffff;
    line-height: 38px;
    text-align: right;
    position: relative;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s;
    transform: all 0.5s;
}

.spinner2{
    width: 124px;
    height: 218px;
    margin: 0 auto;
    -webkit-transition: all 0.8s ease-in-out;
    -moz-transition: all 0.8s ease-in-out;
    transition: all 0.8s ease-in-out;
    filter:alpha(opacity=80);
    -moz-opacity:0.3;
    opacity:0.3;
    -khtml-opacity: 0.3;
    -webkit-animation: headneon 1.5s ease-in-out infinite alternate;
    -moz-animation: headneon 1.5s ease-in-out infinite alternate;
    animation: headneon 1.5s ease-in-out infinite alternate;
}
.spinner4{
    width: 100%;
    height: 218px;
    margin: 0 auto;
}
.spinner5{
    width: 100%;
    height: 188px;
    margin: 0 auto;
}
.hobby_img_noms {
    width: 100%;
    height: 220px;
    position: absolute;
    top: 115px;
    right: -450px;
}
.hobby_img_two{
    width: 128px;
    height: 220px;
    position: absolute;
    top: 0px;
    bottom: 0;
    right: 0;
    border: 1px solid #0799c8;
}
.hobby_img2 {
    position: absolute;
    top: 0px;
    bottom: 0;
    right: 1px;
    width: 124px;
    height: 218px;
}
.hobby_img2 img{width:124px;height: 218px;display: block;}

.spinner1{
    width: 180px;
    height: 182px;
    margin: 0 auto;
    -webkit-transition: all 0.8s ease-in-out;
    -moz-transition: all 0.8s ease-in-out;
    transition: all 0.8s ease-in-out;
    filter:alpha(opacity=80);
    -moz-opacity:0.3;
    opacity:0.3;
    -khtml-opacity: 0.3;
    -webkit-animation: headneon 1.5s ease-in-out infinite alternate;
    -moz-animation: headneon 1.5s ease-in-out infinite alternate;
    animation: headneon 1.5s ease-in-out infinite alternate;
}
.hobby_img_one{
    width: 180px;
    height: 186px;
    border: 1px solid #0799c8;
    position: absolute;
    top: 0px;
    bottom: 0;
    right: 0px;
}
.hobby_img1 {
    position: absolute;
    top: 0px;
    bottom: 0;
    right: 2px;
    width: 176px;
    height: 182px;
}
.hobby_img1 img{width:176px;height: 182px;display: block;}

#box02_text p:hover{
    font-size: 22px;
}
.box3_more {font-size: 20px;
    font-weight: lighter;
    color: #ffffff;
    line-height: 38px;
    position: relative;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s;
    transform: all 0.5s;}

.box3_txt h1{    font-size: 60px;
    font-weight: bold;
    font-family: Arial;}
.box3_txt span{
    display: block;
    font-size: 36px;
    padding: 10px 0 20px;
}
.box03_content{
    right: 19%;
    height: 80%;
color: #fff;
    overflow: hidden;
}

.timeUl{
    height: 100%;
    width: 100%;
    position: relative;
    left: 0;
    top: 30px
}

.contain{width: 1260px;margin: 0 auto;}
.job{padding-bottom: 60px;}
.job .info{color:#080808;font-size:16px;max-width:92%;margin:25px auto 30px;text-align:center;line-height:28px;}
.job h2{height:80px;line-height:80px;padding:0px 20px;background:linear-gradient(50deg, rgba(76,194,250,.9) 20%, rgba(17,114,228,.6) 70%);font-size: 20px;color:#fff;text-align: left;}
.job dl{border-bottom: 2px solid;border-image-source: linear-gradient(to right, #4cc2fa99 60%, #1172e499 90%);border-image-slice: 1;}
.job dl dt{height:80px;line-height:80px;padding:0px 20px;background:#fff url(../png/job_r.png) no-repeat 98% center;font-size: 18px;color:#080808;cursor: pointer;font-weight: normal;text-align: left;}
.job dl dt.cur{background:#fff url(../png/job_b.png) no-repeat 98% center;}
.job dl dd{background:#f2f3f7;padding:30px;position:relative;display:none;text-align: left;}
.job dl dd h4{font-size:16px;font-weight:bold;color:#666;margin-bottom:10px;}
.job dl dd p{font-size:16px;color:#666;}
.job dl a{position: absolute;right:0px;top:0px;width:11%;text-align: center;height:100%;background:linear-gradient(0deg, rgb(161 225 255 / 90%) 20%, rgb(74 152 243 / 80%) 70%);color:#fff;display:flex;justify-content:center;align-items:center;font-size:16px;}
.job dl a:hover{text-decoration:underline;}

.wtshade-box {
    position: fixed;display: none;width: 100%;height: 100%;
    background: rgba(0, 0, 0, .6);left: 0;top: 0;
    z-index: 999999;opacity: 0;
}
.wtshade {
    background: #fff;position: absolute;top: 50%;left: 50%;
    padding: 100px 0;transform: translate(-50%, -50%);display: none;text-align: center;
    width: 1200px;margin: 0 auto;
}

.wtshade p{line-height: 28px;font-size: 16px;}
.wtshade a{width: 112px;height: 37px;line-height: 37px;color: #fff;background: #00479d;border-radius: 3px;display: block;margin: 32px auto 0;font-size: 14px;}

.wtClick-close {
    display: block;
    width: 27px;
    height: 27px;
    background: url('../png/icon-close2.png') no-repeat;
    position: absolute;
    right: 10px;user-select: none;
    top: 10px;cursor: pointer;
}





.right_div,.left_div{
    z-index: 5;
    position: absolute;
    text-align: center;
    top: 50%;
}



.right_div{
    right: 0;
}
.box3_content{justify-content:flex-start !important;}
.box04_content{
    left: 10%;
    height: 80%;
    overflow: hidden;

}
.box4_txt{text-align: right;color: #ffffff;padding-top: 30px}
.box4_txt span{display: block;font-size: 36px;padding: 10px 0 20px}
a.box4_more{width: 198px;height: 46px;line-height: 46px;border-radius: 35px;font-size: 18px;color: #fff;border: 1px solid #a6aebb;display:inline-block;text-align: center;}
a.box4_more:hover{background: #c39b6f;border: 1px solid #c39b6f;transition: .5s ease-in-out;}

.box4_txt p{display: flex;justify-content: flex-end;}
.box04_title{
    font-size: 60px;
    font-weight: bold;
    font-family: Arial;transform: translateY(-25px);
    transition: .5s ease-in-out;
}

.box4_txt span{ transform: translateY(-25px);
    transition: .5s ease-in-out;}

.box4_txt:hover .box04_title, .box4_txt:hover span{
  transform: translateY(0);
 }



.box3_txt h1{
    font-size: 60px;
    font-weight: bold;
    font-family: Arial;transform: translateY(-25px);
    transition: .5s ease-in-out;
	
}

.box3_txt span{ transform: translateY(-25px);
    transition: .5s ease-in-out;}

.box3_txt:hover h1, .box3_txt:hover span{
  transform: translateY(0);
 }
 
 
 
 
 .box3_txt .blog_a p{
    transform: translateY(-10px);
     transition: .5s ease-in-out;
 }
 .box3_txt .github_a p{ 
	 transform: translateY(-10px);
     transition: .5s ease-in-out;}
 
 .box3_txt:hover .blog_a p, .box3_txt:hover .github_a p{
   transform: translateY(0);
  }



.hobby_content{
    padding: 20px 0 12px;
    /*position: relative;*/
    display: flex;
    justify-content: flex-end;
}

.hobby_content li{
   /* float: left;
    position: absolute;
    right: 0*/
}

.hobby_img_div{
    position: relative;
    text-align: center;
}

.spinner{
    width: 148px;
    height: 218px;
    margin: 0 auto;
    -webkit-transition: all 0.8s ease-in-out;
    -moz-transition: all 0.8s ease-in-out;
    transition: all 0.8s ease-in-out;
    filter:alpha(opacity=80);
    -moz-opacity:0.3;
    opacity:0.3;
    -khtml-opacity: 0.3;
    -webkit-animation: headneon 1.5s ease-in-out infinite alternate;
    -moz-animation: headneon 1.5s ease-in-out infinite alternate;
    animation: headneon 1.5s ease-in-out infinite alternate;
}

.spinner_01{
    border: 10px solid #ecab18;
    border-right-color: #1ad280;
    border-bottom-color: #1ad280;
}

.spinner_02{
    border: 1px solid #0e94bd;

}

.spinner_03{
    border: 1px solid #0e94bd;

}
.hobby_img_four{
    width: 152px;
    height: 222px;
    position: absolute;
    top: 0px;
    bottom: 0;
    right: 0;
    border: 1px solid #0799c8;
}
.hobby_img{
    position: absolute;
    top: 0px;
    bottom: 0;

    right: 1;
    width: 148px;
    height: 218px;
}

.hobby_img_info{
    position: absolute;
    top: 10px;
    bottom: 0;
    left: 50%;
    margin-left: -115px;
    right: 0;
    width: 148px;
    height: 218px;
    background: rgba(0, 0, 0, 0.6);
    filter:alpha(opacity=0);
    -moz-opacity:0;
    opacity:0;
    -khtml-opacity: 0;
    -webkit-transition: all 0.8s ease-in-out;
    -moz-transition: all 0.8s ease-in-out;
    transition: all 0.8s ease-in-out;
}
#box02_text p {
    position: relative;
    right: -100%;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s;
    transform: all 0.5s;
}
.hobby_img_info h1{
    margin:80px 45px 0 45px;
    line-height: 40px;
    font-size: 25px;
    color: #ffffff;
    font-weight: lighter;
    border-bottom: 1px solid #ffffff;
}

.hobby_img_info h2{
    color: #bbb;
    font-size: 18px;
    line-height: 35px;
    font-style: italic;
}

.hobby_img img{
    width: 148px;
    height: 218px;  
}
/*
.hobby_img_div:hover .spinner{
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg);
}

.hobby_img_div:hover .hobby_img_info{
    filter:alpha(opacity=100);
    -moz-opacity:1;
    opacity:1;
    -khtml-opacity: 1;
}
*/
.box4_ul{display: flex;justify-content: flex-end;margin-top: 20px;right: -100%;position: relative;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s;
    transform: all 0.5s;}
.box4_ul li{margin:0 12px;float: left;}
.box4_ul li img{width: 60px;height:60px;margin:15px; display: block;-webkit-transition: -webkit-transform 2s ease-out;
    -moz-transition: -moz-transform 2s ease-out;
    -o-transition: -o-transform 2s ease-out;
    -ms-transition: -ms-transform 2s ease-out;}
.box4_ul li:hover img{ -webkit-transform: rotateZ(360deg);
    -moz-transform: rotateZ(360deg);
    -o-transform: rotateZ(360deg);
    -ms-transform: rotateZ(360deg);
    transform: rotateZ(360deg);}

.box4_ul li p{font-size: 16px; color: #fff;text-align: center;line-height: 60px;right: 0!important}



.box5_ul{display: flex;justify-content: flex-end;margin-top: 20px;z-index: 999;}
.box5_ul li{margin:0 24px;float: left;}
.box5_ul li img{width: 90px;height:90px;margin:0 auto;padding: 15px; display: block;-webkit-transition: -webkit-transform 2s ease-out;
    -moz-transition: -moz-transform 2s ease-out;
    -o-transition: -o-transform 2s ease-out;
    -ms-transition: -ms-transform 2s ease-out;}

.box5_ul li img:hover{ -webkit-transform: rotateZ(360deg);
    -moz-transform: rotateZ(360deg);
    -o-transform: rotateZ(360deg);
    -ms-transform: rotateZ(360deg);
    transform: rotateZ(360deg);}
	
.box5_ul li .box_img:hover img{ -webkit-transform: rotateZ(360deg);
    -moz-transform: rotateZ(360deg);
    -o-transform: rotateZ(360deg);
    -ms-transform: rotateZ(360deg);
    transform: rotateZ(360deg);}

.box5_ul li p{font-size: 16px; color: #fff;text-align: center;line-height: 60px;right: 0!important}


.hobby_text_div{
    padding: 0 30px;
    color: #DADADA;
}

.hobby_text_div p{
    text-indent:2em;
    padding: 0.2em 0;
    font-size: 19px;
    font-weight: lighter;
}

.hobby_text_div p a{
    color: #EEEEEE;
    font-weight: lighter;
    text-decoration: underline;
}

.hobby_01{
    background: rgba(140, 131, 131, 0.6);
    padding: 15px 0 15px 0;
    margin-right: 3%;
    border-radius: 10px;
}

.hobby_02{
    background: rgba(132, 59, 59, 0.6);
    padding: 15px 0 10px 0;
    margin-right: 3%;
    border-radius: 10px;
}

.hobby_03{
    background: rgba(255, 255, 255, 0.09);
    padding: 15px;
}

.hobby_03 .hobby_text_div p a{
    color: #969292;
}

.foot{
    width: 100%;
    background: #ffffff;
    position: relative;
    padding-top: 60px;
    display: block;
}

.foot_info_main{
    width: 80%;
    margin: 0 auto;
    padding-bottom: 60px;
    border-bottom: 1px solid #eeeeee;
}

.foot_info_main ul{
    width: 100%;
}

.foot_info_main ul li{
    margin: 0px 0 16px 0;
    text-align: left;
    float: left;
}
.github_items, .google_items, .twitter_items{width:18%;}
.facebook_items{width:34%;}
.weibo_items{width:12%;}
.foot_info_main ul li h2{font-size: 22px;font-weight: bold;line-height: 46px;}
.foot_info_main ul li p{font-size: 16px;padding: 6px 0}
.foot_info_main ul li:hover{
    border-color: #bbb;
}


.foot_info_main ul li a{
    display: block;
    width: 100%;
    height: 100%;
    padding:6px 0;
    font-size: 20px;
    color: #333;
    font-size: 16px;
    text-decoration: none;
    font-variant: small-caps;
    background-position: 16px center;
    background-repeat: no-repeat;
    background-size: 30px;
}

.github_items{

}

/* .github_items a{
    background-color: rgba(0,0,0,0.8);
    background: url(../images/icon/github_white.png);
} */

.google_items h2{
   font-size: 22px;font-weight: bold;line-height: 46px;
}

/* .google_items a{
    background-color:rgba(80, 43, 127,0.8);
    background: url(../images/icon/google.png);
} */

.twitter_items h2{
    font-size: 22px;font-weight: bold;line-height: 46px;
}

/* .twitter_items a{
    background-color:rgba(25, 25, 115,0.8);
    background: url(../images/icon/twitter.png);
} */

.facebook_items h2{
    font-size: 22px;font-weight: bold;line-height: 46px;
}

.facebook_items a{
    background-color:rgba(59,89,152,0.8);
    background: url(../facebook.html);
}

.weibo_items img{max-width:120px;display: block;margin: 50px auto 0;
}
.weibo_items p{text-align: center;line-height: 36px}


.foot_title{
     font-variant: small-caps;
     color: black;
     font-size: 20px;
     line-height: 30px;
     text-align: center;
}

.qrcode_div{
    margin-top: 10px;   
    text-align: center; 
}

.qrcode_div span{
    width: 45px;
    height: 45px;
    position: relative;
    display: inline-block;
    /*background-size: 45px;
    background-repeat: no-repeat;*/
}

.qrcode_div span img{
    position: absolute;
    width: 150px;
    height: 150px;
    border: 5px solid greenyellow;
    border-radius: 3px;
    top: -170px;
    left: -55px;
    display: block;
    display: none;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}

.weixin{
    margin-right: 30px;
}

.dingding{
    margin-right: 30px;
}

.weixin_icon{
    width: 45px;
    height: 45px;
    background: url(../weixin.html);
    background-repeat: no-repeat;
    background-size: 45px;
    display: block;
}

.dingding_icon{
    width: 45px;
    height: 45px;
    background: url(../dingding.html);
    background-repeat: no-repeat;
    background-size: 45px;
    display: block;
}

.qq_icon{
    width: 45px;
    height: 45px;
    background: url(../qq.html);
    background-repeat: no-repeat;
    background-size: 45px;
    display: block;
}

.weixin_icon:hover + .weixin_img{
    display: block;
}

.dingding_icon:hover + .dingding_img{
   display: block;
}

.qq_icon:hover + .qq_img{
    display: block;
}

.foot_power{
    text-align: center;
    padding: 30px 0;
}

.foot_power h3{
    font-size: 16px;
    color: #999999;
    font-weight: normal;
}

.foot_power h3 a{
    color: #999999;
    font-weight: normal;
}

.box_bg{
    position: absolute;
	width: 100% !important;
	height: 100% !important; 
	top: 0px !important;
}
.wap_imgbg, .wap_imgbg1, .wap3_imgbg1{display: none;}
.pc_imgbg{display: block;}

.nav_li_on{
    color: red;
}

.hobby_img_info_mob{
    display: none;
}
@media screen and (max-width: 1280px){
	.headerrel01-lang{width: 100px;}
	.zhanghu{width: 60px;}
	.nav .menu a{padding: 0 18px;}
	.box_bg{width: 100% !important;height: 100% !important;}
    .head_a{margin-right: 36px}
    .head_logo_div{width: 11%}
    .head_nav_div{width: 89%}
    .head_nav ul li{font-size: 14px;margin-right: 44px;font-size: 14px;margin-right: 20px;}
	.nav .dropdown{width: 100%;}
	.nav .menu a{padding: 0;}
}

@media screen and (max-width: 1100px){
    .head_a{margin-right: 28px;font-size: 15px}
    .head{
        height: 70px
    }
    
    .head_logo_div{
        width: 14%;
    }
    
    .head_nav_div{
        width: 86%;
        font-size: 16px;
    }
    
    .head .head_nav ul li{
      margin-right: 28px;
    }
    
    .box01_content{
        width: 90%;
        left: 5%;
    }
    
    .box_content{
        left: 0;
        width: 100%;
    }
    
    #box02_text{
      width: 90%;padding-right: 6%
    }
    
    .box02_content #bar_container{
        width: 90%;
        margin: 0 auto;
        float: none;
        display: none;
    }
    
    .box04_content{
        width: 90%;
        top: 10%;
    }
    
    #bar_container .bar{
        margin: 30px 0;
    }
    
    .box03_content .right_div,.box03_content .left_div{
        top: 80%;
    }
    
    .box03_content{
        width: 90%;
        left: 5%;
    }
    
    .float_btn{
        right: 1em;
    }
    
    .box04_content{
        padding: 1em 0 0 0;
    }
    
    .hobby_img_div{
        
    }
    
    .hobby_content li{
       
        float: none;
    }
    
    .hobby_img_info_mob{
        display: block;
    }
    
    .hobby_img_info_mob h1{
        line-height: 40px;
        font-size: 25px;
        color: #ffffff;
        font-weight: lighter;
        border-bottom: 1px solid #ffffff;
        display: inline-block;
    }

    .hobby_img_info_mob a{
        color: #bbb;
        font-size: 18px;
        line-height: 35px;
        font-style: italic;
    }
    
    .foot_info_main{
        width: 90%;
        margin: 0 auto;
    }
    
    .foot_info_main ul li{
         margin: 0px 0 16px 0;
         width: 25%;
            
    }
    .weibo_items{display: none}
    
    .foot_info_main ul li a{
        background: none;
    }
}
@media screen and (max-width: 1024px){
	a.weibo_a, a.box4_more{font-size: 16px;height: 40px;line-height: 40px;width: 160px;}
	.box01_content{top: 10%;padding-top: 1em;}
	#box01_text .box1_ul{margin-top: 24px;}
	#box02_text span{font-size: 28px;}
	.box_content{top: 10%;}
	.box3_txt span, .box4_txt span{font-size: 28px;padding: 4px 0;}
	
}
@media screen and (max-width: 768px){
	
	.box5_ul, .box4_ul{display: none;}
	#box01_text, #box01_text{display: none;}
	.box01_content{top:15%}
	.box_content{top: 10%;}
	.pagess ul{padding-bottom: 20px;}
    .head_logo_div{width:12%;display: none;}
    .head_nav_div{width: 86%}
    .head_a{margin-right: 30px}
	.nav .menu a{font-size: 14px;}
    .head .head_nav ul li{font-size: 14px;margin-right: 24px}
    .hobby_content li{/* margin: 0 auto */}
    #box02_text{padding: 0;margin: 0 5%}
    #box02_text span, #box02_text h1{/* text-align: center; */}
    .box_more{/* text-align: center; */}
     #box02_text .box4_ul{    flex-wrap: wrap;justify-content: center;}
    #box02_text .box4_ul li{width:25%}
    #box02_text .box4_ul li img{width:60px;height: 60px}
    #box02_text h1{margin-top: 0;font-size: 30px;}
    #box02_text span{font-size: 20px;padding: 10px 0}
}
@media screen and (max-width: 700px){
    .head{
        height: 3rem;    
    }
    .head_logo_div{
        width: 100%;
        height: 3rem;
        line-height: 3rem;display: none;
    }
    #box01_text .box1_ul li img{width: 60px;height: 60px;}
    .box_img{width: 60px;height: 60px;}
    .head_nav_div{
        display: none;
    }
    
    .box01_content{
        top: 15%;
    }
    .blog_a p{font-size: 30px}
    .github_a p{font-size: 20px;padding:0}
    a.weibo_a{font-size: 14px;line-height: 36px;height: 36px;margin: 10px auto;}
#box01_text .box1_ul{    flex-wrap: wrap;}
    #box01_text .box1_ul li{width:50%;margin: 0}
    .box_img{margin: 0 auto}

    
    .head_div{
        width: 100%;
    }
 
    .cycle_item {
        width: 100%;
        height: auto;
        margin: 0 auto;
        background: none;text-align: center;
    }
    
    .cycle_item a{
  
    }
    
    .green_cycle{
        padding-top:0.6em;

    }
    
    
    .box01_content .title{
        font-size: 1em;
    }
    
    .box01_content .title_h2{
        font-size: 1rem;
        margin-top: 0.5rem;
        margin-bottom: 0.5rem;
    }
    
    .box01_content .box01_p{
        font-size: 0.8rem;
        line-height: 1.6rem;
    }
    
    .box02_content{
        top: 15%;
        width: 100%;
        height: auto;
    }
    
    .logo_img{
        height: 2.5rem;
        margin-bottom: 0.1rem;
    }
    
    #bar_container .bar{
        margin: 0.5rem 0;
    }
    
    .bar{
        height: 2rem;
        font-size: 0.8rem;
    }
    
    #bar_container .bar:before {
        position: absolute;
        padding: 0.5rem;
        height: 2rem;
    }
    
     #bar_container .bar:after {
        position: absolute;
        padding: 0.5rem;
        height: 2rem;
        right: -3rem;
    }
    
    .box03_content{
        width: 90%;
        left: 5%;
        top: 15%;
        height: auto;
    }
    
    .timeUl{
        width: auto;
        height: auto;    text-align: center;
    }
    .box3_txt h1{font-size: 28px}
    .box3_txt span{font-size:20px;padding: 10px 0;}
    
    .timeUl::before {
        display: none;
    }
    
   /* .timeUl li {
        width: 100%;
        height: auto;
        float: none;
        position: relative;
        margin-top: 0.6rem;
    }
    */
    .timeUl li:nth-child(2n) div{
        position: relative;
        bottom: auto;
}
    .box3_txt{margin-top: 16px;}
    .timeUl li::before{
        display: none;
    }
    /* .box4_ul li img{width:45px;height: 45px;} */
	#box02_text .box4_ul li img{width: 60px;height: 60px;padding: 15px;margin: 0;}
   /* .timeUl li div{
        font-weight: lighter;
        height: auto;
        box-shadow: 0.6rem 0.6rem 0.3rem  #000000;
        padding: 0.3rem 0;
    }
    */
    .timeUl li div h1{
        line-height: 1.2rem;
        font-size: 1rem;
    }
    
    .timeUl li div p{
        line-height: 1rem;
        font-size: 0.8rem;
    }
    
    .box03_content .right_div, .box03_content .left_div{
        display: none;
    }
    
    .arrow_div{
        bottom: 1rem;
    }
    
    .box04_content{
        top:15%;
        padding: 0;
        height: auto;
    }
    
    .box04_title{
        margin-top: 1.5rem;
  
        margin-top: 1rem;
        line-height: 3rem;
        font-size:26PX
    }
    .box4_txt span{font-size: 20px}
    a.box4_more{width:130px;height: 36px;line-height: 36px;margin-bottom: 10px;font-size: 14px}
    .box04_content{width:90%;margin: 0 5%;}
    .box4_ul li p{font-size: 14px}
    .hobby_content{
        padding: 0;
    }
    
    .hobby_text_div{
        padding: 0 0.5rem;
    }
    
    .hobby_img_info_mob h1{
        font-size: 1rem;
        line-height: 1.2rem;
    }
    
    .hobby_img_info_mob h1 a{
        font-size: 0.8rem;
        line-height: 1.2rem;
    }
    
    .hobby_text_div p{
        padding: 0;
        font-size: 0.9rem;
        font-weight: normal;
        margin-top: 0.5rem;
    }
    
    .hobby_text_div .about_p{
        display: none;
    }
    
    .foot{
        padding-top: 0.5rem;
    }
    
    .foot_title{
        font-size: 1rem;
        line-height: 1.2rem;
    }
    
    .foot_info_main ul li{
        width: 33.3%;
        margin: 0px 0 0.2rem 0;
    }
    .facebook_items{display: none}
    .foot_info_main ul li h2{font-size: 18px}

    .foot_info_main ul li a{
        font-size: 0.7rem;
    }
    
    .qrcode_div{
        margin-top: 0.8rem;
    }
    
    .qrcode_div span{
       width: 2rem;
       height: 2rem;
       background-size: 2rem;
    }
    
    .qrcode_div span img{
       width: 8rem;
       height: 8rem;
       display: none;
       top: -9rem;
       left: -3.5rem;
    }
    
    .weixin_icon{
        width: 2rem;
        height: 2rem;
        background-size: 2rem;
    }

    .dingding_icon{
        width: 2rem;
        height: 2rem;
        background-size: 2rem;
    }
    
    .qq_icon{
        width: 2rem;
        height: 2rem;
        background-size: 2rem;
    }
    
    .weixin,.dingding{
        margin-right: 0.5rem;
    }
    
    .foot_info_main{
        padding-bottom: 1rem;
    }
    
    .foot_power{
        padding: 1rem 0;
    }
    
    .foot_power h3{
        font-size: 0.8rem;
    }
    
    #bar_container .bar.mint {
        border-bottom: 0.2rem solid #0d7e68;
    }

    #bar_container .bar.red {
        border-bottom: 0.2rem solid #9f292a;
    }

    #bar_container .bar.orange {
        border-bottom: 0.2rem solid #dd481b;
    }

    #bar_container .bar.lila {
        border-bottom: 5px solid #2a242c;
    }

    #bar_container .bar.gray {
        border-bottom: 5px solid #333434;
    }

    #bar_container .bar.blue {
        border-bottom: 5px solid #333434;
    }

    #bar_container .bar.green {
        border-bottom: 5px solid #dd481b;
    }
}
@media screen and (max-width: 414px){
	.wenti_list li span{display: none;}
	.nav .menu a{margin: 0;}
	a.weibo_a, a.box4_more{width: 130px;}
	#box01_text{display: none;}
	.hobby_content li{margin: 0 auto;}
	.box4_ul, .box5_ul{display: none;}
	.box4_txt span{text-align: center;}
	a.box4_more{margin: 0 auto 15px;}
	.box03_content .hobby_03{height: 276px;}
	
	.box04_title{margin-top: 0;}
	#box02_text p, #box02_text span{text-align: center;}
	.proview_img div {
	    width: 76% !important;
	    min-height: 330px !important;
	}
 .form-1 .item{width: 100% !important;margin-bottom: 16px !important;}
	.sec_ul{top: 35px;}
#about .contact-content1{width: 92% !important;margin: 0 auto;}
	.necro_bot_c{height: 110px !important;}
	.main-content-lists{width: 96% !important;margin: 0 auto;}
	.ny-news-con{padding: 0 10px !important;}
	.ny-news-con-l h2{font-size: 22px !important;font-weight: 600 !important;}
	.ny-news-con-l p{font-size: 18px !important;line-height: 28px !important;}
	.ny-news-con-l {width: 100% !important; }
	.bigbox{margin: 10px auto !important;}
	.bigbox>.imgbox{margin:0  !important;width: auto !important;height: auto !important;}
	.ny-news-con-r {width: 100% !important;float: none;}
	
	.mvx_r{text-align: center ;float: none ;}
	.nav_ny{padding:0 ;}
	.nav-item{margin: 0 ;padding: 0 7px;}
	.contain {
	    width: 100%;
	    padding: 0 2%;
	}
	
	.job dl a{
	    position: static;
	    display: block;
	    width: 100%;
	    margin-top: 1rem;
	    padding: 15px 0;
	}
	#about .about-content1-text-p1{margin-top: 30px;}
	.mvx_l{padding: 0 8px;}
	.mvx_r{display: none;}
	/*内容盒子*/
	.home-market-section .section-inner{position: relative; max-width: 1280px; margin: 0 auto;}
	.home-market-section .section-inner .swiper-container{height: 362px !important; max-width: 1230px;}
	.home-market-section .section-inner .swiper-container .swiper-wrapper{align-items: center; height:362px!important;}
	/*内容列表*/
	.home-market-section .section-inner .swiper-container .swiper-wrapper .swiper-slide{height: 362px!important; background: 0 0; padding: 0 62px !important; box-sizing: border-box; text-align: center;}
	.home-market-section .section-inner .swiper-container .swiper-wrapper .swiper-slide>a{display: block; float: left; position: relative; background-color: #fff; border: 1px solid rgba(201,164,103,.2); width: calc((100% - 90px)/ 1) !important;height: 100%;}
	.home-market-section .section-inner .swiper-container .swiper-wrapper .swiper-slide>a:hover{box-shadow: 0 10px 40px rgba(201,164,103,.2); border: 1px solid rgba(163,145,114,.2)}
	.home-market-section .section-inner .swiper-container .swiper-wrapper .swiper-slide img{height: 362px !important; width:250px !important;;}
	.home-market-section .section-inner .swiper-container .swiper-wrapper .swiper-slide h3{font-weight: normal; margin-top: 25px; font-size: 18px; color: #252b3a; overflow: hidden; white-space: nowrap; text-overflow: ellipsis;}
	.home-market-section .section-inner .swiper-container .swiper-wrapper .swiper-slide p{margin-top: 10px; font-size: 14px; color: #a0a2a8; text-align: center; line-height: 22px; overflow: hidden; white-space: nowrap; text-overflow: ellipsis;}
	.home-market-section .section-inner .swiper-container .swiper-wrapper .swiper-slide>a .time{position: absolute; bottom: 12px; width: calc(100% - 60px); text-align: center; border-top: 1px solid #e7e7e7; color: #666a75; padding-top: 10px; letter-spacing: .44px; line-height: 23px;}
	.home-market-section .section-inner .swiper-container .swiper-wrapper .swiper-slide>a .time span{font-size: 20px; color: #f66f6a; letter-spacing: 0; line-height: 23px; margin-right: 3px;}
	.home-market-section .section-inner .swiper-container .swiper-wrapper .swiper-slide>a:last-of-type{margin-right: 0;}
	/*分页*/
	.home-market-section .section-inner .swiper-container .swiper-pagination-bullets{bottom: 50px;}
	.home-market-section .section-inner .swiper-container .swiper-pagination-bullet{position: relative; margin: 0 5px; width: 24px; height: 4px; border-radius: 100px; opacity: 1; background: 0 0;}
	.home-market-section .section-inner .swiper-container .swiper-pagination-bullet:before{content: ''; display: inline-block; position: absolute; width: 24px!important; height: 4px; opacity: 1; left: 0; border-radius: 100px; background: #dfe1f1; vertical-align: middle; transition: opacity .8s,background-color .8s;}
	.home-market-section .section-inner .swiper-container .swiper-pagination-bullet-active{opacity: 1;}
	.home-market-section .section-inner .swiper-container .swiper-pagination-bullet-active:before{width: 24px!important; opacity: 1; border-radius: 100px; transform: scale(1.2); background: #fa6f66;}
	/*左右箭头*/
	.home-market-section .section-inner .swiper-button-prev{left: 0; top: 118px; margin-top: 0; background: url(../jpg/l.jpg);}
	.home-market-section .section-inner .swiper-button-next{right: 0; top: 118px; margin-top: 0; background: url(../jpg/r.jpg); transform: rotate(180deg);}
	
}
@media screen and (max-width: 375px){
	.videos{width: 96%;left: 2%;top:10%;margin: 0;height: auto;}
	#video{width: 100%;}
	.wenti_list li span{display: none;}
.nav .menu a{margin: 0;}
	a.weibo_a, a.box4_more{width: 130px;}
		.box03_content .hobby_03{height: 266px;}
	.box04_content{margin-top: 15%;}
	.box4_txt span{padding: 15px 0;}
	.box04_title, .blog_a p, #box02_text h1, .box3_txt h1{font-size: 24px;}
	.hobby_content li{margin: 12px auto;}
	.box4_ul, .box5_ul{display: none;}
	#box02_text h1, #box02_text span{text-align: center;}
	#box02_text p{text-align: center;}
	a.box4_more{margin: 0 auto 10px;}
	.box4_txt{text-align: center;}
	#box01_text{display: none;}
	.proview_img div {
	    width: 88% !important;
	    min-height: 330px !important;
	}
.sec_ul{top: 35px;;}
	.container, .container-fluid, .container-lg, .container-md, .container-sm, .container-xl{width: 98% !important;}
	#box01_text .box1_ul li p{line-height: 78px;}
	.box5_ul li img{width: 60px;height: 60px;}
	.box5_ul li{margin: 0 8px;}
	#about .contact-content1{width: 90% !important;}
	
	.about-content-img h2{font-size: 24px !important;}
	.about_t p{font-size: 22px !important;}
.necro_bot_c{height: 90px !important;}
	.videolist{width: 100%;margin: 0 0 20px;}
.job{padding-bottom: 30px;}
	.pagess ul{padding-bottom: 20px;;}
	.mvx_r{text-align: center ;float: none ;}
	.nav_ny{padding:0 ;}
	.nav-item{margin: 0 ;padding: 0 7px;}
	#about .about-content1-text-p1{margin-top: 30px;}
	.mvx_l{padding: 0 8px;}
	.mvx_r{display: none;}
	/*内容盒子*/
	.home-market-section .section-inner{position: relative; max-width: 1280px; margin: 0 auto;}
	.home-market-section .section-inner .swiper-container{height: 362px !important; max-width: 1230px;}
	.home-market-section .section-inner .swiper-container .swiper-wrapper{align-items: center; height:362px!important;}
	/*内容列表*/
	.home-market-section .section-inner .swiper-container .swiper-wrapper .swiper-slide{height: 362px!important; background: 0 0; padding: 0 62px !important; box-sizing: border-box; text-align: center;}
	.home-market-section .section-inner .swiper-container .swiper-wrapper .swiper-slide>a{display: block; float: left; position: relative; background-color: #fff; border: 1px solid rgba(201,164,103,.2); width: calc((100% - 90px)/ 1) !important;height: 100%;}
	.home-market-section .section-inner .swiper-container .swiper-wrapper .swiper-slide>a:hover{box-shadow: 0 10px 40px rgba(201,164,103,.2); border: 1px solid rgba(163,145,114,.2)}
	.home-market-section .section-inner .swiper-container .swiper-wrapper .swiper-slide img{height: 362px !important; width:250px !important;;}
	.home-market-section .section-inner .swiper-container .swiper-wrapper .swiper-slide h3{font-weight: normal; margin-top: 25px; font-size: 18px; color: #252b3a; overflow: hidden; white-space: nowrap; text-overflow: ellipsis;}
	.home-market-section .section-inner .swiper-container .swiper-wrapper .swiper-slide p{margin-top: 10px; font-size: 14px; color: #a0a2a8; text-align: center; line-height: 22px; overflow: hidden; white-space: nowrap; text-overflow: ellipsis;}
	.home-market-section .section-inner .swiper-container .swiper-wrapper .swiper-slide>a .time{position: absolute; bottom: 12px; width: calc(100% - 60px); text-align: center; border-top: 1px solid #e7e7e7; color: #666a75; padding-top: 10px; letter-spacing: .44px; line-height: 23px;}
	.home-market-section .section-inner .swiper-container .swiper-wrapper .swiper-slide>a .time span{font-size: 20px; color: #f66f6a; letter-spacing: 0; line-height: 23px; margin-right: 3px;}
	.home-market-section .section-inner .swiper-container .swiper-wrapper .swiper-slide>a:last-of-type{margin-right: 0;}
	/*分页*/
	.home-market-section .section-inner .swiper-container .swiper-pagination-bullets{bottom: 50px;}
	.home-market-section .section-inner .swiper-container .swiper-pagination-bullet{position: relative; margin: 0 5px; width: 24px; height: 4px; border-radius: 100px; opacity: 1; background: 0 0;}
	.home-market-section .section-inner .swiper-container .swiper-pagination-bullet:before{content: ''; display: inline-block; position: absolute; width: 24px!important; height: 4px; opacity: 1; left: 0; border-radius: 100px; background: #dfe1f1; vertical-align: middle; transition: opacity .8s,background-color .8s;}
	.home-market-section .section-inner .swiper-container .swiper-pagination-bullet-active{opacity: 1;}
	.home-market-section .section-inner .swiper-container .swiper-pagination-bullet-active:before{width: 24px!important; opacity: 1; border-radius: 100px; transform: scale(1.2); background: #fa6f66;}
	/*左右箭头*/
	.home-market-section .section-inner .swiper-button-prev{left: 0; top: 118px; margin-top: 0; background: url(../jpg/l.jpg);}
	.home-market-section .section-inner .swiper-button-next{right: 0; top: 118px; margin-top: 0; background: url(../jpg/r.jpg); transform: rotate(180deg);}
	
}


