strong{
  font-style:italic;
  border-bottom: dashed 2px #ff6400;
}
.tech-header-nav{
  width: 100%;
  height:80px;
  background: #f4f4f4;
  margin-bottom:10px;
  display:none;
  position:fixed;
  z-index: 10;
  margin-top:-39px;
}
.header-nav-box{
  width:100%;
  height:80px;
  margin:0 auto;
}
.header-nav-logo{
  float:left;
  width:30%;
  display:none;
}
.header-nav-title{
  float:left;
  width:50%;
  height:80px;
  padding-left:10px;
}
.nav-right-btn{
  float:right;
  width:30%;
}
.nav-right-btn div{
  width:49%;
  height:80px;
  background:#ee6d02;
}
.nav-right-btn div a{
  display:inline-block;
  width:100%;
  height:100%;
  text-decoration: none;
  color:#fff;
  font-size:20px;
}
.nav-right-btn div a p{
  width: 100%;
  text-align:center;
}
.nav-right-btn div a p span{
  display:inline-block;
  font-size:12px;
}
.nav-right-btn div:hover{
  background:#de5f02;
}
.nav-right-btn .nav-btn-right{
  margin-left:4px;
  background-color: #30c7cc;
}
.header-nav-box .nav-right-btn .nav-btn-right:hover{
  background-color: #2cb5ba;
}
.nav-right-btn div a p img{
  width:25px;
  height:25px;
}
.body-box{
  padding:0 10px;
}
.seo-header{
  margin-top:80px;
}
.seo-header p{
  color:#5c5c5c;
  padding-left:15px;
}
.seo-header p a{
  color:#5c5c5c;
  margin-left:8px;
}
.seo-header p a:hover{
  color:#093;
}

.seo-header-title h1 {
  position: relative;
  padding:15px;
  font-size:32px;
  font-weight:bold;
}

.seo-header-title h1:before {
  position: absolute;
  content: '';
  bottom: -3px;
  left: 0;
  width: 0;
  height: 0;
  border: none;
  border-left: solid 15px transparent;
  border-bottom: solid 15px rgb(255, 100, 0);
}
.seo-header-title h1:after {
  position: absolute;
  content: '';
  bottom: -3px;
  left: 10px;
  width: 100%;
  border-bottom: solid 3px rgb(255, 100, 0);
}
.seos-box{
  padding:0;
  align-items:start;
}
.seos-box a{
  color:#ff6400;
}
.seo-header-top blockquote {
  margin-top: 20px;
  box-sizing: border-box;
  font-style: italic;
  background: #f5f5f5;
  color: #777777;
  border-left: 4px solid #ff6400;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.14);
}
.seo-header-top .select-language{
  height:60px;
  padding-top:20px;
  font-size:16px;
}
.select-language span{
  color: #fff;
  background-color: #a4a4a4;
  padding: 3px 6px;
}
.select-language a{
  margin-left:3px;
}
.seo-header-top h2 {
  position: relative;
  padding: 0.8em 0.5em;
  background: -webkit-linear-gradient(to right, rgb(255, 100, 0), #f2bb96);
  background: linear-gradient(to right, rgb(255, 100, 0), #f2bb96);
  color: white;
  font-weight: lighter;
  box-shadow: 0 0 4px rgb(158, 152, 148);
  margin: 30px 0;
  font-size:24px;
  font-weight:400;
}
.seo-header-top h3{
  position: relative;
  padding: 10px 0 10px 45px;
  border-bottom: 2px solid #fb7e2c;
  font-size:20px;
  margin: 20px 0;
}
.seo-header-top h3::before {
  top: 0;
  left: 15px;
  width: 15px;
  height: 15px;
  -webkit-transform: rotate(50deg);
  transform: rotate(50deg);
}
.seo-header-top h3:after {
  top: 20px;
  left: 8px;
  width: 9px;
  height: 9px;
  -webkit-transform: rotate(20deg);
  transform: rotate(20deg);
}
.seo-header-top h3:before, .seo-header-top h3:after {
  position: absolute;
  background-color: #ff6400;
  content: '';
}
table {
  border-collapse: collapse;
}
table, td, th {
  border: 1px solid black; padding: 8px;
}
/*.seo-header-top h3{
  position: relative;
  line-height: 1.4;
  padding:0.25em 1em;
  display: inline-block;
  margin: 10px 0;
  font-weight:580;
  font-size:20px;
}
.seo-header-top h3:before, .seo-header-top h3:after { 
  content:'';
  width: 20px;
  height: 30px;
  position: absolute;
  display: inline-block;
}

.seo-header-top h3:before {
  border-left: solid 1px #ff5722;
  border-top: solid 1px #ff5722;
  top:0;
  left: 0;
}

.seo-header-top h3:after {
  border-right: solid 1px #ff5722;
  border-bottom: solid 1px #ff5722;
  bottom:0;
  right: 0;
}*/
.seo-header-top h4{
  color:#fe6400;
  margin:20px 0;
  font-size:18px;
}
.seo-header-top p{
  font-size:16px;
  line-height:1.7;
  margin:15px 0;
}
.seo-header-top p span{
  font-weight:600;
}
.seo-header-top .seo-header-img{
  margin:40px 0 50px 0;
  width:100%;
  text-align:center;
}
.seo-header-img img{
  display:inline-block;
}
.seo-dislick-text p span{
  font-size:15px;
  font-weight:bold;
}
.seo-header-top .seo-top-parts{
  background-color:#f4f4f4;
  border:1px solid #eaeaea;
  width:100%;
  padding-left:12px;
  align-items: start;
}
.seo-top-parts p span{
  color:#093;
  font-weight:550;
}
.seo-top-parts p a{
  color:#333;
}
.seo-top-parts p a:hover{
  color:#093;
}
.seo-header-top .seo-top-part1{
  margin-top:35px;
}
.seo-header-top .seo-top-part1 h2{
  font-size:24px;
  color:#093;
}
.seo-header-top .seo-top-part1 h2 a{
  color:#093;
}
.seo-header-top .seo-top-part1 p{
  margin-top:25px;
}
.seo-header-top .seo-Key-box{
  margin-top:30px;
  margin-bottom: 30px;
  border:1px solid #ebebeb;
}
.seo-Key-box .key-box-donwload{
  width:100%;
}
.key-box-donwload div .donwload-list h3{
  font-size:20px;
  font-weight:580;
  margin-top:10px;
}
.key-box-donwload div .donwload-list p{
  font-size:16px;
  font-weight:400;
}
.key-box-donwload div .donwload-list p a{
  color:#ff6400;
}
.donwload-list ul{
  margin-top:25px;
  list-style: none;
  margin-bottom:25px;
}
.donwload-list ul li{
  margin-top:8px;
  
}
.donwload-list ul li span{
  margin-right:8px;
}
.key-box-donwload .seo-button-box div{
  width:190px;
  height:50px;
  margin-top:15px;
  border-radius:10px;
  background-color:#80c132;
}
.seo-button-box div:hover{
  background-color:#659f21;
}
.seo-button-box div a{
  display:inline-block;
  text-decoration: none;
  width:100%;
  height:100%;
  line-height:50px;
  color:#fff;
  font-size:20px;
  text-align:center;
}
.key-box-donwload .seo-button-box .btm-bottom{
  background-color:#3daff5;
}
.seo-button-box .btm-bottom:hover{
  background-color:#3598d6;
}
.seo-header-top .seo-Step p{
  font-size:16px;
}
.seo-Step p span{
  display:inline-block;
  border-radius:8px;
  text-align:center;
  color:#fff;
  margin-right:10px;
  background-color:#ff6400;
  padding: 0 8px;
}
.seo-Step div{
  width:100%;
  text-align:center;
}
.seo-method-1 {
  margin-top:30px;
}
.seo-method-1 h3{
  padding-left:22px;
  font-size:16px;
  border-left:5px solid #80c132;
  background-color:#F4F4F4;
  line-height: 25px;
}
.seo-method-1 h3 a{
  color:#333;
}
.seo-method-text{
  margin-top:25px;
}
.seo-extra-tips p, .seo-extra-tips div{
  margin-top:30px;
  color:#7c7c7c;
  font-size:14px;
  text-align: left;
  line-height: 25px;
}
.seo-extra-tips p span, .seo-extra-tips div span{
  color:#639c1f;
}
.seo-hos-use{
  width:100%;
  background-color:#F4F4F4;
  margin-top:30px;
}
.seo-hos-use div h5{
  font-size:20px;
  font-weight:500;
  margin-top:20px;
  color:#ff6400;
}
.seo-hos-use div span a{
  float:right;
  margin-right:20px;
  color:#ff6400;
}
.seo-Conslusion{
  margin-top:30px;
}
.seo-Conslusion h5{
  font-size:24px;
  font-weight:500;
}
.seo-Conslusion p{
  font-size:15px;
  margin-top:20px;
}
.seo-bottom-note p{
  color:#c04b00;
  margin-top:20px;
  margin-bottom:20px;  
}
.note-bottom-button{
  width:100%;
}
.note-bottom-button div{
  width:220px;
  height:55px;
  font-size:22px;
  border-radius:12px;
  background-color:#80c132;
}
.note-bottom-button div a{
  display:inline-block;
  text-decoration: none;
  width:100%;
  height:100%;
  line-height:55px;
  color:#fff;
  font-size:20px;
  text-align:center;
  padding:0 10px;
}
.buy-bottom-button{
  width:100%;
}
.buy-bottom-button div{
  width:220px;
  height:55px;
  font-size:22px;
  border-radius:12px;
  background-color:#ee6d02;
}
.buy-bottom-button div a{
  display:inline-block;
  text-decoration: none;
  width:100%;
  height:100%;
  line-height:55px;
  color:#fff;
  font-size:20px;
  text-align:center;
  padding:0 10px;
}
.btm-left:hover{
  background-color:#659f21;
}
.btm-left-buy:hover{
  background-color:#a44c04;
}
.note-bottom-button .btm-right {
  margin-top:20px;
  background-color:#3daff5;
}
.buy-bottom-button .btm-right-buy {
  margin-top:20px;
  background-color:#30c7cc;
}
.btm-right:hover{
  background-color:#3598d6;
}
.btm-right-buy:hover{
  background-color:#12a5aa;
}
.btm-left a, .btm-right a{
 cursor: pointer;
 color:#fff;
}
.btm-left-buy a, .btm-right-buy a{
 cursor: pointer;
 color:#fff;
}
.seo-related{
  margin-top:40px;
  border:1px solid #e5e5e5;
}
.seo-related h5{
  padding-left:15px;
  margin-top:30px;
  color:#ff6400;
  font-size:18px;
}
.seo-Step div img{
  margin-top:20px;
  margin-bottom:20px;
}
.columns-right-box .right-header{
  position: relative;
  padding: 0.6em;
  background: #ff6400;
  color:#FFF;
  font-size:18px;
  margin-top:20px;
  width:100%;
}
.columns-right-box .right-header:after {
  position: absolute;
  content: '';
  top: 100%;
  left: 20px;
  border: 15px solid transparent;
  border-top: 10px solid #fb6b0f;
  width: 0;
  height: 0;
}
.columns-right-box .right-top{
  width: 100%;
  height: 294px;
  background-color:#f4f4f4;
}
.right-top-img{
  text-align:center;
  padding-top:30px;
}
.right-top-img img{
  display:inline-block;
}
.seoColumns-right-btns{
  width:100%;
  flex-wrap:wrap;
  margin-top:8px;
}
.seoColumns-right-btns div{
  width:120px;
  height:34px;
  border-radius:10px;
  background-color:#80c132;
  padding:0 10px;
}
.seoColumns-right-btns div a{
  display:inline-block;
  width:100%;
  text-align: center;
  height:34;
  text-decoration: none;
  line-height:34px;
  color:#fff;
}
.seoColumns-right-btns div:hover{
  background-color:#639c1f;
}
.seoColumns-right-btns .btn-right{
  background-color:#3daff5;
  margin-left:10px;
}
.seoColumns-right-btns .btn-right:hover{
  background-color:#3598d6;
}
.right-btm-box{
  margin-top:40px;
}
.right-list-box{
  background-color:#f4f4f4;
  padding: 10px;
}
.right-list-box a{
  display:inline-block;
}
.right-list-box li{
  margin-bottom:10px;
}
.right-list-box li span{
  display:inline-block;
  margin:0 18px;
  width:6px;
  height: 6px;
  background-color:#858585;
  border-radius: 50%;
}
.right-list-box li a{
  color:#ff6400;
  background: url(/images/go.png) no-repeat 0 50%;
  display: block;
  border-bottom: dotted 1px #cacaca;
  padding: 5px 0 5px 20px;;
}
.right-top-box .right-box-title{
  width:100%;
  height:48px;
  line-height:48px;
  background-color:#2fb45e;
  color:#fff;
  padding-left:22px;
  font-size:18px;
}
.right-top-contant{
  width: 100%;
  height:294px;
  background-color:#F4F4F4;
}
.right-contant-img{
  width:100%;
  padding-top:22px;
  text-align:center;
}
.right-btm-box{
  margin-top:40px;
}
.right-btm-contant{
  width: 100%;
  height:620px;
  background-color:#F4F4F4;
  margin-bottom:20px;
}
.contant-items img{
  margin-top:30px;
}
.right-btm-contant .contant-items p{
  color:#333;
  width:100%;
  font-size:15px;
  margin-top:14px;
  text-align:center;
  line-height:20px;
  padding: 0 20px;
}
.img-center-box{
  width:100%;
  text-align: center;
  margin-bottom:20px;
  margin-top:20px;
}
.img-center-box img{
  display:inline-block;
}
.seo-ul-box{
  position: relative;
  margin: 2em 0;
  padding: 0.5em 1em;
  border: solid 1px #ddd;;
  border-radius: 10px;
}
.seo-ul-box .box-title{
  position: absolute;
  display: inline-block;
  top: -13px;
  left: 10px;
  padding: 0 9px;
  line-height: 1;
  font-size: 19px;
  background:#fafafa;
  color:#ff6400;
  font-weight: bold;
}
.seo-ul-box ul{
  margin: 0;
  padding: 0;
}
.seo-ul-box h4{
  font-size:18px;
  color:#333;
}
.seo-ul-box ul li{
  font-size:16px;
  color:#333;
  margin-top:6px;
  line-height:26px;
}
.seo-ul-box ul li span{
  display: inline-block;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background-color: #858585;
  margin-right: 10px;
  margin-bottom: 2px;
}
.seo-ul-box ul li a{
  color:#ff6400;
}
.seo-ul-right{
  margin-top:20px;
}
.steps-video-box .video-container {
  position: relative;
  padding-bottom: 56.25%;
  padding-top: 30px;
  height: 0; 
  overflow: hidden;
}
.video-container iframe,
.video-container object,
.video-container embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.steps-video-box{
  width:100%;
  position:relative;
  margin:0 auto;
  margin-top:20px;
}
.steps-imgs{
  width:100%;
}
.related-text a{
  color:#333;
}
.related-text a:hover{
  color:#ff6400;
}
.information{
  background: #ffebde;
  padding: 20px;
  color: #232323;
  border-left: solid 10px #ffc49e;
}
.information p {
    margin: 0; 
    padding: 0;
}

@media (min-width: 400px){
  .seo-header{
    margin-top:100px;
  }
  .seo-header p{
    color:#8b8b8b;
  }
  .seo-header p a{
    margin-left:8px;
  }
  .seo-header p a:hover{
    color:#639c1f;
  }
  .seo-header-title h1{
	font-size: 22px;
  }
  .seo-header-img img{
    width:80%;
    height:220px;
  }
  .seo-header-top h2{
	font-size: 20px;
  }
  .seo-header-top h3{
	font-size: 18px;
  }
  .seo-header-top .seo-dislick-text h3{
    font-size:22px;
    font-weight:580;
  }
  .seo-dislick-text p{
    margin-top:20px;
  }
  .seo-header-top .seo-top-parts{
    height:88px;
    margin-top:30px;
  }
  .seo-Key-box p{
    font-size:15px;
    font-weight:bold;
  }
  .seo-Key-box .key-box-donwload{
    height:880px;
  }
  .key-box-donwload .seo-button-box div{
    width:200px;
    height:50px;
    margin-top:15px;
    border-radius:10px;
    background-color:#80c132;
  }
  .seo-button-box div a{
    padding:0 10px;
  }
  .seo-button-box .btm-top{
    background-color:#80c132;
    margin-top:20px;
  }
  .seo-button-box .btm-bottom{
    background-color:#3daff5;
    margin-top:25px;
  }
  .seoColumns-right-btns .btn-right{
    margin-top:0;
  }
}
@media (min-width: 768px){
  .tech-header-nav{
    height:90px;
  }
  .header-nav-box{
    width:762px;
    height:90px;
    margin:0 auto;
  }
  .header-nav-logo{
    float:left;
    width:110px;
    height:90px;
    line-height:90px;
    display:block;
  }
  .tech-header-nav{
    width: 100%;
    height:90px;
    background: #f4f4f4;
    margin-bottom:40px;
    position:fixed;
    z-index: 10;
    margin-top:-19px;
  }
  .header-nav-title{
    float:left;
    height:90px;
    line-height:40px;
    font-size:24px;
    color:#333;
    width:46%;
    margin-left:46px;
    display:block;
  }
  .nav-right-btn{
    float:left;
    height:90px;
    width:30%;
  }
  .nav-right-btn div{
    width:49%;
    height:90px;
    background:#ee6d02;
  }
  .nav-right-btn div a p span{
    display:inline-block;
  }
  .nav-right-btn div:hover{
    background:#de5f02;
  }
  .nav-right-btn .nav-btn-right{
    margin-left:4px;
  }
  .nav-right-btn div a p img{
    width:30px;
    height:30px;
  }
  .seo-header{
    margin-top:100px;
  }
  .seo-header p{
    color:#8b8b8b;
  }
  .seo-header p a{
    color:#8b8b8b;
    margin-left:8px;
  }
  .seo-header-title h1{
	font-size: 26px;
	line-height:32px;
  }
  .seo-header-img img{
    width:auto;
    height:auto;
  }
  .seo-header-top .seo-dislick-text h3{
    font-size:21px;
    font-weight:580;
  }
  .seo-header-top h2{
	font-size: 22px;
  }
  .seo-header-top h3{
	font-size: 20px;
  }
  .seo-dislick-text p{
    margin-top:35px;
  }
  .seo-Key-box p{
    font-size:15px;
    font-weight:bold;
  }
  .seo-Key-box .key-box-donwload{
    height:460px;
  }
  .key-box-donwload .seo-button-box div{
    width:220px;
    height:50px;
  }
  .key-box-donwload div .donwload-list h3{
	font-size:21px;
  }
  .seo-method-1 p{
    padding-left:22px;
    height:74px;
    line-height:38px;
    font-size:20px;
  }
  .seo-hos-use{
    background-color:#F4F4F4;
    height:350px;
  }
  .seo-hos-use div h5{
    margin-top:0;
  }
  .btm-right {
    margin-top:0;
  }
  .related-text{
    width:100%;
    height:auto;
  }
  .note-bottom-button .btm-right {
    margin-top:0;
    margin-left:20px;
  }
  .buy-bottom-button .btm-right-buy {
    margin-top:0;
    margin-left:20px;
  }
  .seoColumns-right-btns{
    width:100%;
    margin-top:22px;
  }
  .seoColumns-right-btns .btn-right{
    margin-top:0;
    margin-left:10px;
  }
  .nav-right-btn div a p span{
    display:inline-block;
    font-size:18px;
  }
  .seo-ul-right{
    margin-top:0;
  }
  .nav-right-btn div a{
    padding-top:10px;
  }
}

@media (min-width: 992px){
  .seo-header{
    margin-top:100px;
  }
  .seo-header p{
    color:#8b8b8b;
  }
  .seo-header p a{
    color:#8b8b8b;
    margin-left:8px;
  }
  .seo-header-title h1{
	line-height:36px;
	font-size:32px;
  }
  .seo-header-top .seo-dislick-text h3{
    font-size:22px;
    font-weight:580;
  }
  .seo-header-top h2{
	font-size:24px;
  }
  .seo-header-top h3{
	font-size: 22px;
  }
  .seo-dislick-text p{
    margin-top:35px;
  }
  .seo-Key-box p{
    font-size:15px;
    font-weight:bold;
  }
  .seo-button-box{
    width:100%;
    justify-content: start;
  }
  .key-box-donwload .seo-button-box div{
    width:220px;
    height:60px;
    font-size:22px;
    border-radius:12px;
    margin-left:50px;
    background-color:#80c132;
  }
  .seo-button-box div a{
    line-height:60px;
    padding:0 12px;
  }
  .seo-method-1 h3{
    padding-left:22px;
    height:74px;
    line-height:38px;
    font-size:20px;
  }
  .seo-hos-use div h5{
    margin-top:0;
  }
  .tech-header-nav{
    height:90px;
  }
  .header-nav-box{
    width:995px;
    height:90px;
    margin:0 auto;
  }
  .header-nav-logo{
    float:left;
    width:110px;
    height:90px;
    line-height:90px;
  }
  .header-nav-title{
    float:left;
    height:90px;
    line-height:90px;
    font-size:24px;
    color:#333;
    width:50%;
    margin-left:46px;
  }
  .nav-right-btn{
    float:left;
    height:90px;
    width:30%;
  }
  .nav-right-btn div{
    width:49%;
    height:90px;
    background:#ee6d02;
  }
  .nav-right-btn div a p span{
    display:inline-block;
  }
  .nav-right-btn div:hover{
    background:#de5f02;
  }
  .nav-right-btn .nav-btn-right{
    margin-left:4px;
  }
  .nav-right-btn div a p img{
    width:35px;
    height:35px;
  }
  .seo-ul-box{
    width:100%;
  }
  .btm-right{
    margin-left:-260px;
  }
  .steps-imgs{
    width:70%;
  }
  .seo-hos-use{
	width:100%;
  }
}

@media (min-width: 1200px){
  .seo-header{
    margin-top:100px;
  }
  .seo-header p{
    color:#8b8b8b;
  }
  .seo-header p a{
    color:#8b8b8b;
    margin-left:8px;
  }
  .seo-header-title h1{
	line-height: 36px;
	font-size:32px;
  }
  .seo-header-top .seo-dislick-text h3{
    font-size:22px;
    font-weight:580;
  }
  .seo-dislick-text p{
    margin-top:30px;
  }
  .seo-header-top .seo-Key-box{
    height:450px;
  }
  .seo-Key-box p{
    font-size:15px;
    font-weight:bold;
  }
  .seo-Key-box .key-box-donwload{
    height:420px;
  }
  .key-box-donwload .donwload-big-img{
    width:220px;
    height:260px;
    margin-top:30px;
  }
  .key-box-donwload .seo-button-box div{
    width:220px;
    height:60px;
  }
  .seo-top-part2{
    padding-top:40px;
    border-top:1px solid #ebebeb;
  }
  .seo-method-1 h3{
    padding-left:22px;
    height:54px;
    line-height:54px;
    font-size:20px;
  }
  .seo-hos-use div{
    margin-left:45px;
  }
  .seo-hos-use div h5{
    font-size:20px;
    font-weight:500;
  }
  .seo-hos-use div h5{
    margin-top:10px;
  }
  .tech-header-nav{
    height:90px;
  }
  .header-nav-box{
    width:1170px;
    height:90px;
    margin:0 auto;
  }
  .header-nav-logo{
    float:left;
    width:110px;
    height:90px;
    line-height:90px;
  }
  .header-nav-title{
    float:left;
    height:90px;
    line-height:90px;
    font-size:24px;
    color:#333;
    width:50%;
    margin-left:46px;
  }
  .nav-right-btn{
    float:left;
    height:90px;
    width:30%;
  }
  .nav-right-btn div{
    width:49%;
    height:90px;
    background:#ee6d02;
  }
  .nav-right-btn div a p span{
    display:inline-block;
  }
  .nav-right-btn div:hover{
    background:#de5f02;
  }
  .nav-right-btn .nav-btn-right{
    margin-left:4px;
  }
  .nav-right-btn div a p img{
    width:35px;
    height:35px;
  }
  .seo-hos-use{
	width:100%;
  }
}