html,body{
	font-family: "Microsoft Yahei",arial;
}
select {
    -webkit-appearance: menulist;
}
/*表单样式重置*/

.mbShow{
  display:none;
}
.form {
	font-size: 14px;
}
.form span.required {
	margin-right: 5px;
	color: red;
}
.form-group {
	margin-bottom: 15px;
}
.form-horizontal .form-group {
	margin-right: -15px;
    margin-left: -15px;
}
.form-horizontal .control-label {
	padding-top: 7px;
    margin-bottom: 5px;
    text-align: right;
    font-weight:normal;
}
.form-control {
    display: block;
    width: 100%;
    height: 34px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    -webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
}
.radio,
.checkbox {
  position: relative;
  display: block;
  margin-top: 10px;
  margin-bottom: 10px;
}
.radio label,
.checkbox label {
  min-height: 20px;
  padding-left: 20px;
  margin-bottom: 0;
  font-weight: normal;
  cursor: pointer;
}
.radio input[type="radio"],
.radio-inline input[type="radio"],
.checkbox input[type="checkbox"],
.checkbox-inline input[type="checkbox"] {
  position: absolute;
  margin-top: 4px \9;
  margin-left: -20px;
}
.radio + .radio,
.checkbox + .checkbox {
  margin-top: -5px;
}
.radio-inline,
.checkbox-inline {
  position: relative;
  display: inline-block;
  padding-left: 20px;
  margin-bottom: 0;
  font-weight: normal;
  vertical-align: middle;
  cursor: pointer;
}
.radio-inline + .radio-inline,
.checkbox-inline + .checkbox-inline {
  margin-top: 0;
  margin-left: 10px;
}
input[type="radio"][disabled],
input[type="checkbox"][disabled],
input[type="radio"].disabled,
input[type="checkbox"].disabled,
fieldset[disabled] input[type="radio"],
fieldset[disabled] input[type="checkbox"] {
  cursor: not-allowed;
}
.radio-inline.disabled,
.checkbox-inline.disabled,
fieldset[disabled] .radio-inline,
fieldset[disabled] .checkbox-inline {
  cursor: not-allowed;
}
.radio.disabled label,
.checkbox.disabled label,
fieldset[disabled] .radio label,
fieldset[disabled] .checkbox label {
  cursor: not-allowed;
}
textarea.form-control {
	height: auto;
}
.form-group span{
	line-height:34px;
}
button.btns, a.btns {
    background: #e60213;
    height: 34px;
    padding: 0 30px;
    color: #fff;
    font-size: 14px;
    border: 0;
    border-radius: 0;
}
.form-group.text{
	margin-bottom:5px;
}
.form-group.text .control-label{
	text-align:left;
}
span.error{
	color: #e60012;
    display: inline-block;
    font-size: 14px;
    line-height:34px;
}
.form-group b{
	color:#e60012;
}
.textbook-order .form-group-code .form-control{
	width:70%;
	display:inline-block;
} 
.textbook-order .formSubmit{
	margin-top:30px;
	margin-bottom:0;
}
.textbook-order .formSubmit div{
	text-align:center;
}
.textbook-order .form-group-code img.code{
	display:inline-block;
	vertical-align: middle;
	width:60px;
	margin:0;
}
@media screen and (max-width: 1024px) {
  .table-responsive {
    width: 100%;
    margin-bottom: 15px;
    overflow-y: hidden;
    overflow-x: auto;
    -ms-overflow-style: -ms-autohiding-scrollbar;
    border: 1px solid #dddddd;
    -webkit-overflow-scrolling: touch;
  }
  .table-responsive > .table {
    margin-bottom: 0;
  }
  .table-responsive > .table > thead > tr > th,
  .table-responsive > .table > tbody > tr > th,
  .table-responsive > .table > tfoot > tr > th,
  .table-responsive > .table > thead > tr > td,
  .table-responsive > .table > tbody > tr > td,
  .table-responsive > .table > tfoot > tr > td {
    white-space: nowrap;
  }
  .table-responsive > .table-bordered {
    border: 0;
  }
  .table-responsive > .table-bordered > thead > tr > th:first-child,
  .table-responsive > .table-bordered > tbody > tr > th:first-child,
  .table-responsive > .table-bordered > tfoot > tr > th:first-child,
  .table-responsive > .table-bordered > thead > tr > td:first-child,
  .table-responsive > .table-bordered > tbody > tr > td:first-child,
  .table-responsive > .table-bordered > tfoot > tr > td:first-child {
    border-left: 0;
  }
  .table-responsive > .table-bordered > thead > tr > th:last-child,
  .table-responsive > .table-bordered > tbody > tr > th:last-child,
  .table-responsive > .table-bordered > tfoot > tr > th:last-child,
  .table-responsive > .table-bordered > thead > tr > td:last-child,
  .table-responsive > .table-bordered > tbody > tr > td:last-child,
  .table-responsive > .table-bordered > tfoot > tr > td:last-child {
    border-right: 0;
  }
  .table-responsive > .table-bordered > tbody > tr:last-child > th,
  .table-responsive > .table-bordered > tfoot > tr:last-child > th,
  .table-responsive > .table-bordered > tbody > tr:last-child > td,
  .table-responsive > .table-bordered > tfoot > tr:last-child > td {
    border-bottom: 0;
  }
}
#solution .container{
	max-width:1232px;
	width:auto!important;
}
#solution .container,
.container {
    margin-right: auto;
    margin-left: auto;
    padding-left: 15px;
    padding-right: 15px;
}
@media (min-width: 768px) {
#solution .container,
  .container {
   max-width: 1232px;
   width:auto;
  }
}
@media (min-width: 992px) {
  #solution .container
  .container {
    max-width: 1232px;
    width:auto;
  }
}
@media (min-width: 1200px) {
  #solution .container,
  .container {
   	max-width: 1232px;
   	width:auto;
    
  }
}
@media screen and (max-width: 767px) {
	.container {
		padding-left: 16px;
		padding-right: 16px;
	}
}

.row {
  margin-right: -10px;
  margin-left: -10px;
}
.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {
  position: relative;
  min-height: 1px;
  padding-right: 10px;
  padding-left: 10px;
}
.col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12 {
  float: left;
}
.col-xs-12 {
  width: 100%;
}
.col-xs-11 {
  width: 91.66666667%;
}
.col-xs-10 {
  width: 83.33333333%;
}
.col-xs-9 {
  width: 75%;
}
.col-xs-8 {
  width: 66.66666667%;
}
.col-xs-7 {
  width: 58.33333333%;
}
.col-xs-6 {
  width: 50%;
}
.col-xs-5 {
  width: 41.66666667%;
}
.col-xs-4 {
  width: 33.33333333%;
}
.col-xs-3 {
  width: 25%;
}
.col-xs-2 {
  width: 16.66666667%;
}
.col-xs-1 {
  width: 8.33333333%;
}
.col-xs-pull-12 {
  right: 100%;
}
.col-xs-pull-11 {
  right: 91.66666667%;
}
.col-xs-pull-10 {
  right: 83.33333333%;
}
.col-xs-pull-9 {
  right: 75%;
}
.col-xs-pull-8 {
  right: 66.66666667%;
}
.col-xs-pull-7 {
  right: 58.33333333%;
}
.col-xs-pull-6 {
  right: 50%;
}
.col-xs-pull-5 {
  right: 41.66666667%;
}
.col-xs-pull-4 {
  right: 33.33333333%;
}
.col-xs-pull-3 {
  right: 25%;
}
.col-xs-pull-2 {
  right: 16.66666667%;
}
.col-xs-pull-1 {
  right: 8.33333333%;
}
.col-xs-pull-0 {
  right: auto;
}
.col-xs-push-12 {
  left: 100%;
}
.col-xs-push-11 {
  left: 91.66666667%;
}
.col-xs-push-10 {
  left: 83.33333333%;
}
.col-xs-push-9 {
  left: 75%;
}
.col-xs-push-8 {
  left: 66.66666667%;
}
.col-xs-push-7 {
  left: 58.33333333%;
}
.col-xs-push-6 {
  left: 50%;
}
.col-xs-push-5 {
  left: 41.66666667%;
}
.col-xs-push-4 {
  left: 33.33333333%;
}
.col-xs-push-3 {
  left: 25%;
}
.col-xs-push-2 {
  left: 16.66666667%;
}
.col-xs-push-1 {
  left: 8.33333333%;
}
.col-xs-push-0 {
  left: auto;
}
.col-xs-offset-12 {
  margin-left: 100%;
}
.col-xs-offset-11 {
  margin-left: 91.66666667%;
}
.col-xs-offset-10 {
  margin-left: 83.33333333%;
}
.col-xs-offset-9 {
  margin-left: 75%;
}
.col-xs-offset-8 {
  margin-left: 66.66666667%;
}
.col-xs-offset-7 {
  margin-left: 58.33333333%;
}
.col-xs-offset-6 {
  margin-left: 50%;
}
.col-xs-offset-5 {
  margin-left: 41.66666667%;
}
.col-xs-offset-4 {
  margin-left: 33.33333333%;
}
.col-xs-offset-3 {
  margin-left: 25%;
}
.col-xs-offset-2 {
  margin-left: 16.66666667%;
}
.col-xs-offset-1 {
  margin-left: 8.33333333%;
}
.col-xs-offset-0 {
  margin-left: 0;
}
@media (min-width: 768px) {
  .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12 {
    float: left;
  }
  .col-sm-12 {
    width: 100%;
  }
  .col-sm-11 {
    width: 91.66666667%;
  }
  .col-sm-10 {
    width: 83.33333333%;
  }
  .col-sm-9 {
    width: 75%;
  }
  .col-sm-8 {
    width: 66.66666667%;
  }
  .col-sm-7 {
    width: 58.33333333%;
  }
  .col-sm-6 {
    width: 50%;
  }
  .col-sm-5 {
    width: 41.66666667%;
  }
  .col-sm-4 {
    width: 33.33333333%;
  }
  .col-sm-3 {
    width: 25%;
  }
  .col-sm-2 {
    width: 16.66666667%;
  }
  .col-sm-1 {
    width: 8.33333333%;
  }
  .col-sm-pull-12 {
    right: 100%;
  }
  .col-sm-pull-11 {
    right: 91.66666667%;
  }
  .col-sm-pull-10 {
    right: 83.33333333%;
  }
  .col-sm-pull-9 {
    right: 75%;
  }
  .col-sm-pull-8 {
    right: 66.66666667%;
  }
  .col-sm-pull-7 {
    right: 58.33333333%;
  }
  .col-sm-pull-6 {
    right: 50%;
  }
  .col-sm-pull-5 {
    right: 41.66666667%;
  }
  .col-sm-pull-4 {
    right: 33.33333333%;
  }
  .col-sm-pull-3 {
    right: 25%;
  }
  .col-sm-pull-2 {
    right: 16.66666667%;
  }
  .col-sm-pull-1 {
    right: 8.33333333%;
  }
  .col-sm-pull-0 {
    right: auto;
  }
  .col-sm-push-12 {
    left: 100%;
  }
  .col-sm-push-11 {
    left: 91.66666667%;
  }
  .col-sm-push-10 {
    left: 83.33333333%;
  }
  .col-sm-push-9 {
    left: 75%;
  }
  .col-sm-push-8 {
    left: 66.66666667%;
  }
  .col-sm-push-7 {
    left: 58.33333333%;
  }
  .col-sm-push-6 {
    left: 50%;
  }
  .col-sm-push-5 {
    left: 41.66666667%;
  }
  .col-sm-push-4 {
    left: 33.33333333%;
  }
  .col-sm-push-3 {
    left: 25%;
  }
  .col-sm-push-2 {
    left: 16.66666667%;
  }
  .col-sm-push-1 {
    left: 8.33333333%;
  }
  .col-sm-push-0 {
    left: auto;
  }
  .col-sm-offset-12 {
    margin-left: 100%;
  }
  .col-sm-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-sm-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-sm-offset-9 {
    margin-left: 75%;
  }
  .col-sm-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-sm-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-sm-offset-6 {
    margin-left: 50%;
  }
  .col-sm-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-sm-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-sm-offset-3 {
    margin-left: 25%;
  }
  .col-sm-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-sm-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-sm-offset-0 {
    margin-left: 0;
  }
}
.row:before,
.row:after{
	display:table;
	content: " ";
}
.row:after{
	clear:both!important;
}
.secondDiv .secondPictureText{
	padding-top:0;
}
#solution .Tools {
  padding-bottom: 30px;
}
#solution .Tools .preSalesIcon{
	text-align:center;
}
#solution .Tools .industryImg {
  text-align: center;
  padding: 0 47px;
}
#solution .Tools .industryImg img {
  padding: 6px 0;
}
#solution .Tools .industryH3 {
  text-align: center;
  font-size: 20px;
  color: #333;
  font-weight: 400;
  line-height: 20px;
}

#solution .Tools .industryText {
  text-align: center;
  padding: 0 47px;
  color: #666666;
  font-size: 14px;
  margin-bottom: 0px;
  height: 40px;
  line-height: 1.5;
}
#solution .Tools .swiper-hotPc {
  height: 100%;
}
#solution .Tools .industryImg {
  text-align: center;
  padding: 0 47px;
}
#solution .Tools .industryList {
  float: left;
  width: 33.3%;
  padding: 1% 0;
  margin: 1% 0;
  display: block;
}
#solution .Tools .industryList.hover {
  background: #f9f9f9;
}
#solution .Tools .industryList.hover .industryH3 {
  color: #e60012;
}
#solution .Tools .containerH3 {
  margin-bottom: 35px;
  line-height: 21px;
  padding: 2px 0 8px 16px;
  font-size: 32px;
  margin-bottom: 10px;
}
#solution .Tools .hotActivityInner {
  padding-right: 0;
}
@media screen and (max-width: 1280px) {
  #solution .Tools .industryText {
    margin-bottom: 30px;
  }
}
@media screen and (max-width: 1000px) {
  #solution .Tools .industryText {
    margin-bottom: 10px;
  }
}
@media screen and (max-width: 850px) {
  #solution .Tools .industryText {
    margin-bottom: 0;
  }
  #solution .Tools .industryH3 {
    padding: 0px 47px 5px;
  }
}
span.img{
	width:100%;
	overflow:hidden;
	display:inline-block;
}
span.img>img {
    -webkit-transition: transform .5s;
    -moz-transition: transform .5s;
    -ms-transition: transform .5s;
    -o-transition: transform .5s;
    transition: transform .5s;
}

span.img:hover>img {
    transform: scale(1.2);
    -ms-transform: scale(1.2);
    -webkit-transform: scale(1.2)
}
p.importance{
	color:#e60012!important;
}
.overview {
    padding-bottom: 0 !important
}

.overview .content {
    padding-top: 10px;
    padding-bottom: 10px
}
.overview.noPic{
	padding-bottom:30px!important;
}
.overview.noPic .right-text .text{
	padding-top:0;
	padding-left:0;
}
.overview.noPic .content{
	padding:0;
}
.overview-gray .content{
	padding:40px 0;
}
.overview .left-img-video {
    position: relative;
    float: left;
    width: 40%;
    margin-right: 3%;
    margin-bottom: 10px;
    cursor: pointer
}

.overview .havePic .content{
	padding-top: 40px;
	padding-bottom:30px;
	
}
.overview .left-img-video img{
	width:100%;
}
.overview .colorPage-download{
	color:#e60012!important;
	font-size:14px;
	text-decoration: underline;
	margin-left:5px;
}
.overview .download{
	display:block;
	margin-top:60px;
	text-align:right;
}
.overview .left-img-video .img-responsive {
    width: 100%
}
.overview .left-img-video .play-mask {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: rgba(0, 0, 0, .4)
}
.overview .left-img-video .play-mask .play-btn {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 60px;
    margin-left: -30px;
    margin-top: -30px
}

.overview .left-img-video.clear-margin-bottom {
    margin-bottom: 0
}

.overview .right-text .text {
    padding: 20px 10px 0;
    overflow: hidden
}

.overview .right-text .text h3 {
    margin-top: 0;
    margin-bottom: 20px;
    font-size: 27px;
    font-weight: 400;
    color: #333
}

.overview .right-text .text p {
    margin-bottom: 0;
    font-size: 16px;
    color: #666;
    line-height:26px;
    margin-bottom:16px;
}
.overview .right-text a{
	color: #333;
	font-size: 16px;
}

.overview .right-text .text.clear-padding {
    padding: 0
}

.overview .right-text .text.clear-padding p:first-child {
    margin-top: -5px
}

.overview .right-text .text-gray p {
    padding: 20px 24px 40px;
    background: #f5f5f5;
    border-top: 3px solid #e60012
}

.overview .text p {
    margin-bottom: 0;
    font-size: 14px;
    color: #666;
    line-height: 1.5
}

.overview .text p.clear-margin-top {
    margin-top: 0
}

.overview .text .margin-bottom-15 {
    margin-bottom: 15px
}

.overview a.down,
.overview a.up {
    display: none;
    float: right;
    margin-top: 20px;
    margin-bottom: 0px;
    margin-right: 50px;
    color:#e60012;
}
@media screen and (max-width: 900px){
	.secondDiv .secondPictureText p{
		font-size:14px;
	}
	.secondDiv .secondPictureImg {
	    width: 100%;
	    float:left;
	}
	.secondDiv .secondPictureText{
		padding-top:10px;
	}
}
/*@media (min-width: 768px) {

  #solution .container,#technicalWrap .container {
    width: 750px;
  }
}
@media (min-width: 992px) {
  #solution .container,#technicalWrap .container {
    width: 970px;
  }
}
@media (min-width: 1200px) {
  #solution .container,#technicalWrap .container {
    width:1200px;
    padding-left: 15px;
    padding-right: 15px;
  }
}*/
section {
    padding-bottom: 40px
}
#solution section.industry{
	padding-bottom:40px;
}
#solution section.industry .industryH3{
	padding-top:0;
}
#solution .industry .industryList{
	padding:20px 0;
	margin:10px 0;
	box-sizing: content-box;
}
section.noTitle,.noTitle{
	padding-top:40px;
}
section.noPadding{
	padding-bottom:0;
}
.gray{
	background: #f5f5f5!important;
}

 a.down:after, a.up:after {
    content: '';
    position: absolute;
    display: inline-block;
    margin-left: 10px;
    width: 20px;
    height: 20px;
}
a.down:after {
    background: url(/cn/tres/NewWebUI/images/partner/openListmore.png) no-repeat;
    background-size: 20px 20px;
}
a.up:after {
    background: url(/cn/tres/NewWebUI/images/partner/closeListmore.png) no-repeat;
    background-size: 20px 20px;
}

h2.title {
    position: relative;
    margin-top:40px;
    margin-bottom: 30px;
    padding-left: 23px;
    font-size: 32px;
    color: #333;
    line-height: 1;
    font-weight: 400;
}
h2.title:before {
    position: absolute;
    left: 0;
    content: '';
    display: inline-block;
    margin-right: 18px;
    width: 5px;
    height: 32px;
    margin-top:2px;
    background-color: #e60012;
}
h2.title.noTopMar{
	margin-top:0px;
}

.lookAll {
  font-size: 16px;
  line-height: 34px;
  float: right;
  vertical-align: middle;
  cursor: pointer;
}
.lookIcon {
  vertical-align: middle;
  margin-top: -2px;
}
.lookArrowLeft {
  float: left;
  margin-right: 10px;
  width: 28px;
  height: 28px;
  border: 1px solid #b0b0b0;
  position: relative;
  border-radius: 50%;
  background: url(/cn/tres/NewWebUI/images/partner/lookArrow.png) no-repeat;
  background-position: 45% 50%;
}
.lookArrowLeft.hover {
  border: 0;
  background: #e60012 url(/cn/tres/NewWebUI/images/partner/lookArrowHover.png) no-repeat;
  background-position: 45% 50%;
}
.lookArrowRight {
  float: left;
  width: 28px;
  height: 28px;
  border-radius: 50%;
  border: 1px solid #b0b0b0;
  position: relative;
  background: url(/cn/tres/NewWebUI/images/partner/lookArrowRight.png) no-repeat;
  background-position: 55% 50%;
}
.lookArrowRight.hover {
  border: 0;
  background: #e60012 url(/cn/tres/NewWebUI/images/partner/lookArrowRightHover.png) no-repeat;
  background-position: 55% 50%;
}
.hero {
    position: relative;
    padding-bottom: 0 !important;
    margin-bottom: 0 !important;
    overflow: hidden;
}
.hero .opacity{
	position:absolute;
	width:100%;
	height:100%;
	opacity:0.1;
	background: #000;
	display:none;
}
.hero .hero-img {
    position: absolute;
    width: 100%;
    z-index: 100
}

.hero img.pc {
    display: block;
    margin: 0 auto;
    width:100%;
}

.hero img.mb {
    width: 100%;
    display: none
}

.hero a.mask-link {
    position: absolute;
    display: block;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    text-indent: -999em;
    overflow: hidden;
    z-index: 99
}

.hero .text-box {
    position: absolute;
    width: 100%;
    top: 25%
}

.hero .text-box .text h2 {
    margin: 0 35% 20px 0;
    font-size: 46px;
    font-weight: 400;
    line-height: 1.1;
    color: #fff;
   /* -webkit-text-shadow: 0 5px 5px rgba(0, 0, 0, .2);
    -moz-text-shadow: 0 5px 5px rgba(0, 0, 0, .2);
    -ms-text-shadow: 0 5px 5px rgba(0, 0, 0, .2);
    -o-text-shadow: 0 5px 5px rgba(0, 0, 0, .2);
    text-shadow: 0 5px 5px rgba(0, 0, 0, .2)*/
}

.hero .text-box .text p {
    margin-right: 50%;
    font-size: 16px;
    line-height: 1.5;
    color: #fff;
  /*  -webkit-text-shadow: 0 3px 5px rgba(0, 0, 0, .4);
    -moz-text-shadow: 0 3px 5px rgba(0, 0, 0, .4);
    -ms-text-shadow: 0 3px 5px rgba(0, 0, 0, .4);
    -o-text-shadow: 0 3px 5px rgba(0, 0, 0, .4);
    text-shadow: 0 3px 5px rgba(0, 0, 0, .4)*/
}

.hero.home .text-box {
    top: 0;
    bottom: 0
}
.hero .hero-container .hero-pagination{
	text-align:center;
	z-index:100;
	position:absolute;
	bottom:0;
}
.hero .hero-container .hero-pagination span{
	width:8px;
	height:8px;
	border-radius:100%;
	opacity:1;
	background: #fff;
}
.hero .hero-container span.swiper-pagination-bullet-active{
	background: #e60012;
}
.noPadding{
	padding-bottom:0!important;
}
.hero.home .text-box .text {
    margin-top: 3%
}
.hero.home .text-box .text h2 {
    font-size: 50px;
    margin-right: 30%;
    font-weight: 700;
    line-height: 1.5em;
    margin-bottom: 50px
}

.hero.home .text-box .text p {
    margin-right: 40%;
    margin-bottom: 30px;
    border-left: 4px solid #e60012;
    padding-left: 20px;
    font-size: 16px
}

.hero.home .text-box .text a.btn-home {
    background-color: #e60012;
    padding: 10px 30px;
    border-radius: 20px;
    font-size: 14px;
    color: #fff
}
/*导航*/
.breadcrumb {
    background: #fff;
    padding-bottom: 0 !important;
    padding:8px 0;
}
.noMargin{
	margin-bottom:0!important;
}
.breadcrumb ol {
    padding: 0;
    margin-top: 20px;
    margin-bottom: 0;
    list-style: none
}

.breadcrumb ol>li {
    display: inline-block;
    color: #666;
    font-size: 16px
}

.breadcrumb ol>li a {
    text-decoration: none;
    color: #666
}

.breadcrumb ol>li a:hover {
    color: #e60012;
    text-decoration: none
}

.breadcrumb ol>li.navi {
    width: 75%
}

.breadcrumb ol>li.current {
    float: right;
    width: 20%;
    color: #e60012;
    text-align: right
}

.breadcrumb ol>li.current a {
    color: #e60012;
    text-decoration: none
}

.breadcrumb ul {
    display: none;
    float: right;
    padding-left: 15px;
    margin-top: 20px;
    margin-bottom: 0;
    list-style: none
}

.breadcrumb ul>li {
    display: inline-block;
    color: #666;
    font-size: 14px
}

.breadcrumb ul>li a {
    color: #666
}

.breadcrumb ul>li a:hover {
    color: #e60012;
    text-decoration: none
}

.breadcrumb ul>li+li:before {
    padding: 0 6px;
    content: "|"
}
#Technic_Service_Attestation .AttestatTxt p{
	color:#666;
}
.gotoFontred img{
	width:20px;
}
/*概述*/
.secondDiv .secondPictureText p{
	font-size:14px;
	line-height:24px;
}
.secondDiv .secondPictureText h3{
	padding-top:15px;
	font-size:20px;
	color:#333;

}
/*技术方案联盟*/

#consultationWrap .technicalPadd{
	padding-top:0;
	padding-left:15px;
	padding-right:15px;
}
#consultationWrap.solutionAlliance .techLevelConList1 li img.on{
 	display:none;
 }
#consultationWrap.solutionAlliance .techLevelConList1 li:hover img.off {
    display: none
}
#consultationWrap.solutionAlliance .techLevelConList1 li:hover .techLevelConImgH5{
    color:#e60012;
}
#consultationWrap.solutionAlliance .techLevelConList1 li:hover img.on {
        display: block
}
.preSales .industryList img,.training-solution-icon img{
	display:block;
	margin:20px auto;
}
.preSales .industryList img.off,.training-solution-icon img.off{
	display:none;
}
.preSales .industryList:hover img.off,.training-solution-icon li:hover img.off{
	display:block;
}
.preSales .industryList:hover img.on,.training-solution-icon li:hover img.on{
	display:none;
}

 a.more{
 	font-size:14px;
 	padding-right:24px;
	background: url(/cn/tres/NewWebUI/images/partner/icon-more.png) no-repeat right center;
    background-size: 20px 20px;
    color:#333;
    display:inline-block;
}
a.more img{
	display:none;
}
.columGoMore a.more{
	font-size:16px;
}
#newsWrap .proJouConListTextGo a{
	height:21px!important;
}
#newsWrap.protechJourn{
	background: #fff;
	padding-top:0;
}
#consultationWrap .techLevelConList1 li{
	width: 30%;
	float: left;
	margin-left: 2.5%;
	height: 200px;
}
#consultationWrap .techLevelConList1 li a{
	display: block;
	width: 100%;
	height: 100%;
	padding: 7.8% 0 7.7%; 
}
#SetTemplate.threeDiv .serversConBox{
	padding:0;
}
#New_IT_alliance.threeDiv .JoinAlliance{
	padding-top:1px;
}
#partner .become_partners{
	min-width:auto!important;
}
#partner .become_partnersContent .become_partnersList h3{
	padding: 5px 0 10px;
}

/*合作伙伴*/
#partner .become_partnersContent .become_partnersList1{
	margin-top:0;
	background: #f5f5f5;
}
#partner .become_partnersContent1 .swiper-wrapper{
	width:100%!important;
}
#partner .nobecome_partners .pagination{
	display:none;
}
#partner .partner_resource_center .partner_resource_centerBox .partner_resource_centerList li{
	width:25%;
}
#partner .partner_resource_center .partner_resource_centerBox{
	padding:0 15px 0 15px;
}
#partner .partner_resource_center .partner_resource_centerBox .partner_resource_centerList{
	padding-top:0;
}
#partner .partner_alliance .partner_allianceBox .partner_allianceListBox li{
	width:19%;
	margin-left:1.25%;
}
#partner .partner_alliance .partner_allianceBox{
	padding:0 15px 0 15px;
}
#partner .partner_alliance .partner_allianceBox .partner_allianceListBox{
	padding-top:0;
}
#partner .become_partnersContent .become_partnersList1{
	padding:0;
}
#partner .become_partnersContent .become_partnersList1:first-child{
		margin-left:0;
	}
#partner .become_partnersContent .become_partnersList1 p{
	text-align:left;
}
#partner .become_partnersContent .become_partnersList .preSalesListImg{
	padding:30px 0;
	background: #fff;
}
#succWrapPC.technicalSolve, .technicalSolve{
	padding-top:0;
	padding-bottom:40px;
	background-color: #f5f5f5;
}
#succWrapH5 .techH5SuccBtn, .techH5Succ.succTechH5 .techH5SuccBtn{
	margin-bottom:20px;
}
#technicalWrap .protechWrapBox{
	padding:0 15px;
}
#technicalWrap .protechH5SuccBtn{
	padding-bottom:7%;
}
#technicalWrap .protechPadd{
	padding-top:0px;
}
#videoWrapPC.videoPc {
	padding-top:0;
    font-size: 14px;
    color: #666;
   line-height: 1.5;
}
#videoWrapPC.videoPc p {
    margin-bottom: 20px;
}
#videoWrapH5 .protechH5VidBtn{
	padding-bottom:6%;
}
/*合作伙伴培训与认证*/
.trainingCertification .secondPictureImg{
	width:40%;
}

.trainingCertification .secondPictureText{
	padding-left:45%;
}

.trainingCertification .secondPictureText .SMBsolutionListGo{
	padding-right:15px;
}
.greenChannel-box .trainingCertification .secondPictureText{
	padding-top:20px;
}
.trainingCertification.reversal .secondPictureImg{
	float:right;
}

.trainingCertification .secondPictureText{
	padding-top:10px;
}
.trainingCertification.reversal .secondPictureText{
	padding-right: 45%;
	padding-left:0;
	padding-top:10px;
}
.trainingCertification .secondPictureImgNarrow{
	width:33%;
}
.trainingCertification .secondPictureTextWidth{
	padding-left:37%;
}
.trainingCertification.reversal .secondPictureTextWidth{
	padding-right: 37%;
}
.trainingCertification .SMBsolutionListGo a{
	font-size:14px;
}
/*各行业解决方案*/
#industry-solution section.trainingCertification {
	padding-top:40px;
}
#industry-solution .trainingCertification .secondPictureText{
	padding-top:0;
}
#industry-solution .trainingCertification .secondPictureText h3{
	padding-top:0;
	margin-top:0;
	font-size:24px;
	color:#333;
}

#industry-solution .trainingCertification .secondPictureText .text{
	overflow:hidden;
	margin-top:30px;
	transition: all .4s;
}
#industry-solution .trainingCertification .secondPictureText .text p{
	margin:0;
	padding:0;
	margin-bottom:10px;
}
#industry-solution .text-fold{
	height:20px;
	font-size:14px;
	color:#333;
	display:inline-block;
	cursor:pointer;
	background: url(/cn/tres/NewWebUI/images/partner/unfold.png) no-repeat;
	background-position: right top;
	padding-right:28px;
	line-height:20px;
	margin-top:20px;
	float:right;
}

#industry-solution .text-fold.active{
	background: url(/cn/tres/NewWebUI/images/partner/packUp.png) no-repeat;
	background-position: right top;
	padding-right:28px;
	line-height:20px;
}

/*认证代理商*/
.stepBtn{
  text-align:center;
  margin:30px 0;
}
.stepBtn div{
	  border: none;
    width: 100px;
    padding: 10px 0;
    line-height: 1;
    font-size: 16px;
    color: #fff;
    text-align: center;
    background: #e60012;
    display:none;
}
.stepBtn div.registerSubmit{
  display:inline-block;
  padding:0!important;
}
/*新增*/
.secondDiv.threeDiv .NavTxtBox{
  margin-top:20px;
}
.secondDiv.threeDiv .NavTxtBox .AuthenNavTxt a{
  text-decoration: underline;
}
/*新增*/
.secondDiv.threeDiv .companyBoxName span{
	color:#e60012;
}
.secondDiv.threeDiv .Auterror{
	display:none;
}
.secondDiv.threeDiv .uploadBox{
	margin-top:10px;
}
.secondDiv .secondWrapBox{
	padding:0;
}
.secondDiv.threeDiv .AuthenNav .AuthenFAQ li{
	cursor:pointer;
}
.secondDiv.threeDiv .AuthenNav ul li{
	width:19.4%;
	margin-left:0.75%;
}
.secondDiv.threeDiv .Class-cn-2{
	width:18%;
}
.secondDiv.threeDiv .navListTxt{
	font-size:14px;
}
.ExpandWrapList li input.emailFixation{
	float:left;
	width:60%
}
.ExpandWrapList li .emailFixationText{
	font-size: 14px;
    float: left;
    line-height: 36px;
    margin-left: 0px;
    border: 1px solid #ddd;
    border-left: 0;
    width:40%;
    text-align:center;
    height:36px;
}

.secondDiv.threeDiv .companyBoxInput .detailed_address{
	padding-top:10px;
	clear:both;
}
.secondDiv.threeDiv .select_box{
	width:290px;
	margin-right:16px;
}
.secondDiv.threeDiv .liaisonSpan{
	color:#e60012;
	text-align:left;
	margin-bottom:30px;
}
.secondDiv.threeDiv .uploadOneList{
	margin-bottom:0;
}
.secondDiv.threeDiv .moneyUnit .textInput{
	width:180px;
	float:left;
}
.secondDiv.threeDiv .moneyUnit .money{
	font-size:14px;
	color:#666;
	display:inline-block;
	line-height:36px;
	margin-left:10px;
}
.secondDiv.threeDiv .companyBoxInput .textInput{
	width:596px;
}

.secondDiv.threeDiv .selectBoxWidth1{
	width:596px;
}
.secondDiv.threeDiv .ClassOneList li{
	margin-left:16px;
}
.secondDiv.threeDiv .Class-cn-1{
	width:188px;
}
.secondDiv.threeDiv .Class-cn-2{
	width:188px;
}
.secondDiv.threeDiv .ExpandWrapList li{
	width:186.5px;
	margin-left:16px;
}
.secondDiv.threeDiv .ExpandWrapList li:first-child{
	margin-left:0;
	width:186.5px;
}
.secondDiv.threeDiv .uploadText{
	/*width:564px;*/
	width:50px;
}
.secondDiv.threeDiv .ExpandWrapList li select,
.secondDiv.threeDiv .select_box select,
.secondDiv.threeDiv .InputBox select{display: block;/*width: 100%;*/padding: 8px;font-size: 14px;color: #666666;border: 1px solid #d8d8d8;}
.secondDiv.threeDiv .ExpandWrapList li input{
	height:36px;
	line-height:36px;
	padding:0 8px;
}
/*.secondDiv.threeDiv .uploadText{
	width:57.5%;
}*/
/*认证新增样式开始*/
.secondDiv.threeDiv .uploadinput{
  position:relative;
}
.secondDiv.threeDiv .uploadinput span{
  color:#e60012;
  font-size:14px;
  line-height:36px;
  /*display:none;*/
}
.secondDiv.threeDiv .uploadinput input:first-child{
    position:absolute;
    width:90px;
    height:36px;
    /*left:810px;*/
    left:300px;
    opacity:0;
    filter:alpha(opacity=0);
}
.secondDiv.threeDiv .Auterror{
  display:none;
}
/*认证新增样式结束*/
/*认证流程FAQ*/
#FAQ_con .FAQ_box{
	display:none;
	margin-top:40px;
}

#FAQ_con .FAQ_box h1{
	font-size:24px;
	margin-bottom:20px;
}
#FAQ_con li h3{
    font-size:22px;
	line-height:90px;
	cursor:pointer;
	color:#333;
	font-weight:normal;
	border-top:1px solid #f5f5f5;
	margin:0;
}
#FAQ_con li .con h2{
	font-size:22px;
	color:#333;
}
#FAQ_con li h3 img.FAQ_up{
	display:none;
}
#FAQ_con li h3.active{
	color:#e60012;
}
#FAQ_con li h3.active img.FAQ_up{
	display:inline-block;
}
#FAQ_con li h3.active img.FAQ_down{
	display:none;
}
#FAQ_con .FAQ_box p{
	font-size:16px!important;
	margin-top:10px;
	word-break:break-all;
}
#FAQ_con .FAQ_box p a{
	color:#0b7ed7;
}
#FAQ_con .FAQ_box .emphasis{
	color:#e60012;
}
#FAQ_con .FAQ_box span{
	color:#e60012;
}
#FAQ_con img{
	max-width:100%;
}
#FAQ_con li img{
	max-width:100%;
    margin-bottom: 4px;
    margin:15px auto;
   display:block;
}
#FAQ_con li a.download_attachment img{
	margin:0;
	cursor:pointer;
}
#FAQ_con li h3 img{
	width:20px;
	display:inline-block;
}
#FAQ_con li .con{
	padding:30px;
	background: #f5f5f5;
	display:none;
}
#partner .partner_alliance .partner_allianceBox .partner_allianceListBox li .partner_allianceListImg.mb{
	display:none;
}
#partner .partner_alliance .partner_allianceBox .partner_allianceListBox li .partner_allianceListImg.pc{
	display:block;
}
.product-table .table {
    color: #333;
    font-size: 14px;
    text-align: center;
    border: 1px solid #dddddd;
    margin-bottom: 0;
}

.product-table.gray{
	background: #fff!important;
}
.table-warn{
	color:#666!important;
	font-size:12px!important;
	margin-bottom:0!important;
	line-height:20px!important;
	display:none;
	text-align:center!important;
}
.product-table .table thead,.product-table .table tfoot{
	background: #e8e8e8;
}
.product-table .table td, .product-table .table th {
    border: 1px solid #dddddd;
    text-align: left;
    color:#666;
    vertical-align: middle;
}
.product-table-center .table td, .product-table-center .table th{
	text-align:center;
}
.product-table .table th,.product-table .table tfoot td{
	font-weight:bold;
}
.product-table .table a{
	color:#248fd1;
	display:block;
	margin-bottom:12px;
}

.product-table .terms-service-table p,
.product-table .terms-service-table a{
	margin-bottom:0;
}
.product-table .terms-service-table tr.title{
	background:#f5f5f5;
}
.product-table .terms-service-table tr.title td p{
	font-size:18px;
	text-align:left;
	/*font-weight:bold;*/
	color:#333;
}
.product-table .terms-service-table tr td:last-child{
	width:80px;
	text-align:center;
}
#product-table-m{
	display:none;
	margin-top:20px;
	border:1px solid #ddd;
}
#product-table-m li{
	width:100%;
}
#product-table-m li h3{
	padding:10px 12px;
	background: url(/cn/tres/NewWebUI/images/partner/detailsdown.png) no-repeat 98% center;
	background-size:20px 20px;
	border-bottom:1px solid #ccc;
	color:#333;
	font-size:18px;
	margin:0;
}
#product-table-m li h3.active{
    background: #e60012 url(/cn/tres/NewWebUI/images/partner/detailsupFFF.png) no-repeat 98% center;
	color:#fff;
	background-size:20px 20px;
}
#product-table-m li:last-child h3{
/*	border-bottom:0;
	-webkit-box-shadow: 0 3px 8px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0 3px 8px rgba(0, 0, 0, 0.1);
    -ms-box-shadow: 0 3px 8px rgba(0, 0, 0, 0.1);
    -o-box-shadow: 0 3px 8px rgba(0, 0, 0, 0.1);
    box-shadow: 0 3px 8px rgba(0, 0, 0, 0.1);*/
    border-bottom: 1px solid #e6e6e6;
}
#product-table-m li .con{
	/*border-left:1px solid #e60012;
	border-bottom:1px solid #e60012;*/
	background: #f5f5f5;
	display:none;
}
#product-table-m li .con p{
	font-size:16px;
	color:#666;
	padding:5px 15px 0;
}
#product-table-m li .con a{
	border-bottom:1px solid #e1e1e1;
	font-size:16px;
	padding:10px 15px;
	display:block;
	color:#248fd1;
}
#product-table-m li .con span{
	font-size:16px;
	padding:0px 15px 10px;
	display:block;
	color:#333;
}
#product-table-m.product-table-group li .con a{
	border-bottom:0;
	padding-top:0;
}
#product-table-m.product-table-group li .con>div{
	border-bottom:1px solid #e1e1e1;
}
#product-table-m li .con a:last-child,
#product-table-m.product-table-group li .con>div:last-child{
	border-bottom:0;
}
#solution .industry .industryList .preSalesIcon{
	text-align:center;
}
#solution .preSales{
	padding-top:40px;
}
#solution .Tools{
	padding-top:0px;
}
#solution .preSales .industryH3{
	padding-top:0;
	margin: 10px 0;
	line-height:26px;
	padding:0 10px;
}

#solution .Tools .industryH3{
	padding-top:0;
	margin: 30px 0 0 0;
}
#solution .preSales .industryList{
	padding:20px 0;
	box-sizing:content-box;
}
#solution .preSales .industryList:hover{
	background: #f5f5f5;
}
#solution .ToolsMbl{
	background: #fff;
}
#solution .ToolsMbl .industryList{
	padding-bottom:0;
}
#solution .partnerTrain{
	padding-top:0;
}
body.ie8 #solution .partnerTrain h2.title .lookAll{
	display:none;
}
#solution .partnerTrain .industryList{
	width:25%;
}
#solution .partnerTrain.gray .industryList:hover{
	background: #dbdbdb;
}
#solution .Tools .tools-container .industryH3{
	margin-top:0;
}

/*右侧导航*/
#rightNav{
	width:100%;
	border:1px solid #ededed;
	margin-top:40px;
}
#rightNav h2{
	background: #f5f5f5;
	padding:10px 15px;
	font-size:20px;
	color:#333;
	margin:0;
}
#rightNav li{
	padding:10px 15px;
	font-size:16px;
}
#rightNav li a{
	color:#7f7f7f;
}
#rightNav li a:hover{
	color:#e60012;
}
#rightNav li a.active{
	color:#e60012;
}
#videoWrapPC .proVidConList1 li{
	width:47.5%;
	margin:0;
}
#videoWrapPC .proVidConList1 .proVidConText{
	color:#242424;
}
#videoWrapPC .proVidConList1 li:first-child{
	margin-right:5%;
}
#technicalWrap .protechSolve{
	padding-bottom:40px;
}
#partner .partner_resource_center .partner_resource_centerBox .partner_resource_centerList li .partner_resource_centerList_img{
	margin-bottom:-1px;
}
#codeClickBox .codeClickBox{
	margin-top:20px;
}

#codeClickBox .codeClickBox{width:100%;text-align:center;padding-bottom:40px;position:relative;z-index:999;}
#codeClickBox .codeClickBox .codeClickBoxTxt{display:inline-block;font-size:14px;color:#666;border-bottom:1px solid #666;cursor:pointer;}
#codeClickBox .codeClickBox .codeClickBoxTxt:hover{color:#e60213;border-bottom:1px solid #e60213;}
#codeClickBox .codeImgBg{width:180px;padding:10px;position:absolute;left:0;right:0;top:-170px;margin:auto;display:none;}
#codeClickBox .codeImgBg .codeImgBgImg{display:block;position:absolute;top:0;left:0;}
#codeClickBox .codeImgContent{display:block;width:60%;position:relative;margin:0 auto;}
#codeClickBox .codeImgBgTxt{text-align:center;font-size:14px;color:#333;position:relative;margin-top:5px;}
/*企业级产品新版*/
#newProductAll .productAllBox {
    position: relative;
    /*min-height: 600px;*/
}
#newProductAll .productAllBox a{
	cursor:pointer;
}
#newProductAll .firstGrade>li>a:hover{
	background:#f5f5f5;
}
#newProductAll .productAllBox ul {
    margin: 0;
    padding: 0;
    list-style: none;
    font-size: 14px;
}
#newProductAll .productAllBox > ul {
    position: relative;
    width: 220px;
    /*background: #f2f2f2;*/
}

#newProductAll .productAllBox ul > li a {
    display: block;
    padding: 8px 16px;
    color: #333;
}
#newProductAll .productAllBox ul.secondLevel{
	display:none;
}
#newProductAll .productAllBox ul.secondLevel > li>a.active {
    background: #e7e7e7;
}
#newProductAll .productAllBox ul.secondLevel > li > a {
    color: #e60012;
}
#newProductAll .productAllBox ul.secondLevel > li > a:before{
	content: '>';
    color: #e60012;
    margin-right: 8px;
}
#newProductAll .productAllBox ul.secondLevel > li > ul {
    position: absolute;
    left: 100%;
    top: 0;
    bottom:0;
    min-width: 300px;
    background: #e7e7e7;
    white-space: nowrap;
}
#newProductAll .productAllBox ul.secondLevel > li > ul > li > ol {
    position: absolute;
    left: 100%;
    top: 0;
    white-space: nowrap;
    max-width:850px;
    min-width:400px;
}
#newProductAll .productAllBox ul.secondLevel > li > ul > li > ol a{
	color:#0b7ed7;
	padding:5px 16px;
	font-size:14px;
}
#newProductAll .productAllBox ul.secondLevel > li > ul > li > ol a:before{
	content: '>';
    color: #e60012;
    margin-right: 8px;
}
#newProductAll .productAllBox ul.secondLevel > li > ul > li > ol a:hover{
	color:#e60012;
}
#newProductAll .firstGrade .threeLevel>li>a{
	padding:8px 12px 8px 26px;
	color:#666;
}
#newProductAll .firstGrade>li>a.active{
	background:#f5f5f5;
}
#newProductAll .firstGrade .threeLevel>li>a.active{
	color:#e60012;
	padding-left:12px;
}
#newProductAll .firstGrade .threeLevel>li>a.active:before{
	content: '>';
    color: #e60012;
    margin-right: 4px;
}
#newProductAll .firstGrade .secondLevel{
	display:none;
}
#newProductAll .firstGrade .threeLevel{
	display:none;
}
#newProductAll .firstGrade ol{
	display:none;
}
/*新华三首页*/
/*解决方案*/
.training-solution li img{
	display:block;
	margin:10px auto 20px;
}
.training-solution-icon li{
	text-align:center;
	/*min-height:168px;*/
}
/*.training-solution-icon li img{
	display:inline-block;
}*/

.training-solution li a{
	color:#333;
	height:100%;
	/*border:2px solid #f5f5f5;*/
	
	border-bottom:0;
	display:block;
	background:#fff;
	padding:10px 10px 0;
	-webkit-box-shadow: 0 3px 8px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0 3px 8px rgba(0, 0, 0, 0.1);
    -ms-box-shadow: 0 3px 8px rgba(0, 0, 0, 0.1);
    -o-box-shadow: 0 3px 8px rgba(0, 0, 0, 0.1);
    box-shadow: 0 3px 8px rgba(0, 0, 0, 0.1);
}
.training-solution.gray li a{
	border:0;
}
.training-solution li h2{
	font-size:22px;
	text-align:center;
	margin-top:10px;
}
.training-solution li h2:hover{
	color:#e60012;
}
.training-solution li p{
	font-size:14px;
	color:#666;
	text-align:center;
	line-height:22px;
}
.training-solution li p.left{
	text-align:left;
}
.training-solution.certificate li a{
	background:transparent;
	-webkit-box-shadow: 0 3px 8px rgba(0, 0, 0, 0);
    -moz-box-shadow: 0 3px 8px rgba(0, 0, 0, 0);
    -ms-box-shadow: 0 3px 8px rgba(0, 0, 0, 0);
    -o-box-shadow: 0 3px 8px rgba(0, 0, 0, 0);
    box-shadow: 0 3px 8px rgba(0, 0, 0, 0);
}
#partner .fourTraining .partner_allianceBox .partner_allianceListBox li{
	width:25%;
	margin:0;
}
#partner .fourTraining .partner_allianceBox .partner_allianceListBox li .partner_allianceListContent{
	padding-top:15%;
}
#partner .fourTraining .partner_allianceBox .partner_allianceListBox li .partner_allianceListContent h3{
	display:block;
	text-align:center;
}
.cloum-two-three .img-text-box{
	width:100%;
	background:#fff;
	-webkit-box-shadow: 0 3px 8px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0 3px 8px rgba(0, 0, 0, 0.1);
    -ms-box-shadow: 0 3px 8px rgba(0, 0, 0, 0.1);
    -o-box-shadow: 0 3px 8px rgba(0, 0, 0, 0.1);
    box-shadow: 0 3px 8px rgba(0, 0, 0, 0.1);
}
.cloum-two-three .img-text-box img{
	width:100%;
}
.cloum-two-three .img-text-box h3{
	color:#333;
	font-size:22px;
	padding:10px;
	margin:0;
}
.cloum-two-three .img-text-box p{
	padding:10px 20px;
	font-size:14px;
	color:#666;
	margin:0;
}
.cloum-two-three .img-text-box .text{
	padding:10px 20px;
}
.cloum-two-three .img-text-box .text h4{
    font-size: 24px;
    color: #333;
    -o-text-overflow: ellipsis;
    -icab-text-overflow: ellipsis;
    -khtml-text-overflow: ellipsis;
    -moz-text-overflow: ellipsis;
    -webkit-text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
}
.cloum-two-three .img-text-box .text p{
	padding:0;
	margin-top:18px;
	margin-bottom:10px;
	font-size:14px;
}
.cloum-two-three.text-pos-different .img-text-box span.img{
	display:block;
}
.cloum-two-three.text-pos-different{
	position:relative;
}
.cloum-two-three.text-pos-different .img-text-box h3{
	position:absolute;
	bottom:15px;
	left:0;
	color:#fff;
	font-weight:400;
	width:100%;
	text-align:center;
	font-size:22px;
}
.trainingApprove .trainingApproveBox{
	position:relative;
}
.trainingApprove .trainingApproveBox img{
	width:100%;
}
.trainingApprove .trainingApproveBox img.text-bg{
	position:absolute;
	bottom:0;
	left:0;
	display:none;
}
.trainingApprove .trainingApproveBox p{
	position: absolute;
    color: #fff;
    font-size: 16px;
    padding: 10px 20px;
    top: 65px;
    line-height: 28px;
    margin: 0;
    width: 50%;
}
/*优势解决方案*/
.advantageSolution{
	padding-top:40px;
}
.advantageSolution.smallMar{
	padding-top:0;
}

.advantageSolution li{
	margin-bottom:30px;
}
.advantageSolution li:last-child{
	margin-bottom:0;
}
.advantageSolution a{
	color:#333;
}
.advantageSolution .img{
	margin-right:30px;
	float:left;
	width:282px;
	text-align:center;
}
.advantageSolution .img img{
	max-width:282px;
}

.nationCases .img{
	width:240px;
}
.nationCases .img img{
	max-width:240px;
}
.nationCases .course-case-overview li{
	margin-bottom:0;
}
.nationCases .text{
	padding-left:270px;
}
.advantageSolution li h1{
	font-size:24px;
	color:#333;
	margin:15px 0;
}
.advantageSolution.smallMar li h1{
	margin:5px 0 10px 0;
}
.advantageSolution li p{
	font-size:14px;
	color:#666;
	margin:0;
	line-height:24px;
	word-break:break-all;
}
.advantageSolution li a.more{
	float:right;
	margin-top:20px;
}
.advantage-solution-banner .text-box .text h2{
	text-align:center;
	margin:0;
	color:#E50012;
}
.advantage-solution-banner .text-box .text p{
	text-align:center;
	margin:0;
	color:#000;
	font-size:30px;
	margin-top:10px;
}

/*精品活动*/
.newSwiper{
	padding-top:20px;
}
.newSwiper h2.title{
	margin-top:0;
}
.newSwiper .pagination{
	text-align:center;
	margin:0;
	padding:0;
	line-height:0;
}
.newSwiper .pagination span{
	display: inline-block;
    width: 10px;
    height: 10px;
    vertical-align: middle;
    border-radius: 50%;
    opacity: 1;
    background-color: #d5d5d5;
}
.newSwiper .pagination .swiper-pagination-bullet-active {
    opacity: 1;
    background: #e60213;
}
/*介绍页*/
.introduceInfo p{
	font-size:14px;
	color:#666;
	/*padding-bottom:15px;*/
	/*margin-top:0;*/
	line-height:24px;
}
.introduceInfo h1{
	font-size:24px;
	color:#333;
	margin:30px 0;
}
.introduceInfo h3{
	font-size:20px;
	margin: 25px 0 20px;
	color:#333;
}
.introduceInfo h4{
	font-size:18px;
	margin:15px 0;
	color:#333;
}
.introduceInfo .importantWords{
	background:#f5f5f5;
	padding:15px 20px;
	margin-top:40px;
}
.solutionInfo .importantWords{
	margin-bottom:40px;
}
.introduceInfo .course-detail-content{
	margin:30px 0 40px;
}
.introduceInfo .importantWords p{
	margin:0;
}
.introduceInfo img{
	max-width:100%;
	display:block;
	margin:20px auto;
}
.introduceInfo .con img{
	margin-bottom:20px;
}
.introduceInfo .con h1{
	margin:20px 0 10px;
	font-size:20px;
}
.introduceInfo .box{
	padding:0px 30px 10px;
	border:1px solid #f5f5f5;
	margin-top:10px;
}
.introduceInfo .boxGray{
	background:#f5f5f5;
}
.introduceInfo .timer_shaft{
	padding:10px 0;
}
.timer_shaft .time_line{
	position:relative;
	margin:0 30px 0 36px;
}
.timer_shaft .time_line li{
	position:relative;
	padding-left:15px;
	padding-bottom:2px;
}
.timer_shaft .time_line:before{
	content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    width: 1px;
    background: #bfbfbf;
    left: 0;
}
.timer_shaft .time_line h5{
	color:#e60012;
}
.timer_shaft .time_line h5:before{
	content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    width: 12px;
    height:12px;
    background: #fff;
    border:2px solid #e60012;
    border-radius:100%;
    left: -6px;
}
/*培训产品页面*/

.course .courseInfo p{
	color:#666;
	font-size:16px;
	margin:0;
	line-height:26px;
}
/*.courseDetails{
	padding-top:40px;
}*/
.courseDetails .course-tabs{
	margin-bottom:0;
	-webkit-box-shadow: 0 0px 8px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0 0px 8px rgba(0, 0, 0, 0.1);
    -ms-box-shadow: 0 0px 8px rgba(0, 0, 0, 0.1);
    -o-box-shadow: 0 0px 8px rgba(0, 0, 0, 0.1);
    box-shadow: 0 0px 8px rgba(0, 0, 0, 0.1);
}
.courseDetails .course-tabs li,.product-nav .nav-pc-tabs li{
	display: table-cell;
    vertical-align: middle;
    text-align: center;
    cursor: pointer;
	font-size:20px;
	color:#666;
	padding:10px 5px;
	background:#fff;
	border-bottom:1px solid #e60012;
	position:relative;
}
.courseDetails .course-tabs li.link{
	padding:0;
}

.courseDetails .course-tabs li a,.product-nav .nav-pc-tabs li a{
	font-size:20px;
	color:#666;
	display:block;
	width:100%;
	padding:10px 5px;
}
.courseDetails .course-tabs li.active a,.product-nav .nav-pc-tabs li.active a{
	color:#fff;
}
.product-nav .nav-pc-tabs{
	border-bottom:1px solid #e60012;
	-webkit-box-shadow: 0 -3px 8px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0 -3px 8px rgba(0, 0, 0, 0.1);
    -ms-box-shadow: 0 -3px 8px rgba(0, 0, 0, 0.1);
    -o-box-shadow: 0 -3px 8px rgba(0, 0, 0, 0.1);
    box-shadow: 0 -3px 8px rgba(0, 0, 0, 0.1);
}
.product-nav .nav-pc-tabs li{
	width:25%;
	display:block;
	float:left;
	padding:15px 0;
	border:0;
}
.product-nav .nav-pc-tabs li:after,
.courseDetails .course-tabs li:after{
	position: absolute;
    content: "";
    width: 1px;
    height: 30px;
    background: #e6e6e6;
    top: 10px;
    right: 0;
}
.product-nav .nav-pc-tabs li:after{
	top:14px;
}
.product-nav .nav-pc-tabs li.active:after,
.product-nav .nav-pc-tabs li:last-child:after,
.courseDetails .course-tabs li.active:after,
.courseDetails .course-tabs li:last-child:after{
	width:0;
}
.courseDetails .course-tabs li.active,.product-nav .nav-pc-tabs li.active{
	background:#e60012;
	color:#fff;
}
.course-detail-content p.first-text{
	font-size:14px;
	color:#666;
	margin:0px;
}
.course-detail-content{
	display:none;
}
.course-detail-content h3.tabs-nav{
	width:100%;
	padding: 15px 12px;
    background: url(/cn/tres/NewWebUI/images/partner/detailsdown.png) no-repeat 98% center;
    background-size: 20px 20px;
    background-color:#f5f5f5;
    border-bottom: 1px solid #ccc;
    color: #333;
    font-size: 18px;
    margin-bottom:0;
    margin-top:0;
	display:none;
}
.course-detail-content h3.tabs-nav.active{
	background: url(/cn/tres/NewWebUI/images/partner/detailsupFFF.png) no-repeat 98% center;
    background-size: 20px 20px;
    background-color:#e60012;
	color:#fff;
}
.course-detail-content .course-case-overview .overview-box{
	-webkit-box-shadow: 0 3px 8px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0 3px 8px rgba(0, 0, 0, 0.1);
    -ms-box-shadow: 0 3px 8px rgba(0, 0, 0, 0.1);
    -o-box-shadow: 0 3px 8px rgba(0, 0, 0, 0.1);
    box-shadow: 0 3px 8px rgba(0, 0, 0, 0.1);
    background:#fff;
    padding:20px 20px 5px;
    box-sizing:content-box;
}
.course-detail-content .course-case-overview li{
	font-size:14px;
	margin-top:10px;
	color:#666;
	padding-left:18px;
	line-height:20px;
	background: url(/cn/tres/NewWebUI/images/partner/textIcon.gif) no-repeat left 6px;
}
.course-detail-content .caseOverview{
	background:#f5f5f5;
	padding:10px 20px;
	margin-bottom:10px;
}
.course-detail-content .caseOverview b{
	color:#e60012;
}
.course-detail-content h4{
	font-size:24px;
	color:#333;
	margin-bottom:15px;
	
}

.course-detail-content>h4{
	margin-top:30px;
}
.course-detail-content>h4.noTopMar{
	margin-top:0;
}
.course-detail-content .orderConstitute{
	padding:10px 0;
	-webkit-box-shadow: 0 3px 8px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0 3px 8px rgba(0, 0, 0, 0.1);
    -ms-box-shadow: 0 3px 8px rgba(0, 0, 0, 0.1);
    -o-box-shadow: 0 3px 8px rgba(0, 0, 0, 0.1);
    box-shadow: 0 3px 8px rgba(0, 0, 0, 0.1);
}
.course-detail-content .orderConstitute .course-case-overview{
	padding:0 15px;

}
/*.course-detail-content>h4{
	margin:40px 0;
}*/
.course-detail-content .case-look-back h4{
	margin:30px 0;
}
.course-detail-content .case-look-back img{
	width:100%;
}
.course-detail-content .caseOverview p span{
	display:inline-block;
	padding-left:18px;
	margin-right:10px;
	color:#666;
	font-size:14px;
	background: url(/cn/tres/NewWebUI/images/partner/textIcon.gif) no-repeat left center;
}

.course-case-overview > img,
.course-detail-content > img{
	max-width:100%;
	margin:30px auto;
	display:block;
}
.course-case-overview > img.noTopMar,
.course-detail-content > img.noTopMar{
	max-width:100%;
	margin:0px auto 30px;
	display:block;
}
.course-detail-content img.noMarT{
	margin-top:0;
}
.course-detail-content .pdf{
	font-size:14px;
	text-align:center;
}
.course-detail-content p{
	font-size: 14px;
    color: #666;
   /* margin: 0px;*/
    line-height: 24px;
}
.course-detail-content h5{
	color:#333;
	margin:20px 0 15px;
	font-size:18px;
}
.course-detail-content h6{
	font-size:18px;
	color:#333;
	margin-bottom:12px;
	padding-left:10px;
}
.course-detail-content .pdf p{
	color:#666;
	margin-bottom:15px;
}
.course-detail-content .downloadPDF{
	padding:10px 20px;
	background:#e60012;
	display:inline-block;
	color:#fff;
}
.course-detail-content .smallTitle{
	color:#333;
	font-size:14px;
	font-weight:bold;
}
.course-detail-content .left{
	float:left;
	width:50%;
}
.course-detail-content .right{
	text-align:center;
	width:50%;
	float:left;
}
.course-detail-content .right img{
	width:432px;
}
.course-detail-content .line-text .row{
	margin-left:-15px;
	margin-right:-15px;
}
.course-detail-content .line-text .row>div{
	padding-left:15px;
	padding-right:15px;
	border-right:1px dashed #b0b0b0;
}
.course-detail-content .line-text .row>div:last-child{
	border-right:0;
}
.course-detail-content .leftText{

}
.course-detail-content .leftText img{
	max-width:100%;
	margin:20px 0;
}
.course-detail-content .leftText .course-case-overview{
	margin-top:60px;
}
.course-detail-content .leftTextMore .left-text-padding{
	padding-top:20px;
}
.course-detail-content .leftTextMore img{
	margin-top:0;
}
.course-detail-content .leftTextMore h5,
.course-detail-content .course-case-overview h5{
	font-size:18px;
	font-weight:bold;
	color:#333;
}
.course-detail-content .leftTextMore .course-case-overview{
	margin-top:0px;
}
/*.course-detail-content .cloum-two-three .row{
	margin-left:-20px;
	margin-right:-20px;
}*/
.course-detail-content .cloum-two-three .col-sm-6{
	padding-left:20px;
	padding-right:20px;
	margin-top:30px;
}
.course-detail-content .cloum-icon-text li{
	padding-top:15px;
}
.course-detail-content .cloum-icon-text li img{
	width:80px;
	float:left;
}

.course-detail-content .cloum-icon-text li .text{
	padding-left:100px;
	padding-top:15px;
}

.course-detail-content .cloum-icon-text-title li .text{
	padding-top:5px;
}
.course-detail-content .cloum-icon-text-title li .text h4{
	margin-bottom:5px;
	margin-top:5px;
}
.course-detail-content .cloum-icon-text-title li .text h5{
	margin-bottom:5px;
	margin-top:5px;
	font-size:16px;
	color:#333;
	font-weight:bold;
}
.course-detail-content .cloum-icon-text-float li{
	float:left;
	width:49%;
}
.course-detail-content .cloum-icon-text-float li:first-child{
	margin-right:2%;
}
.course-detail-content h2.title{
	font-size:28px;
	padding-left:0;
}
.course-detail-content h2.title:before{
	width:0;
}
.tabs-content .download-btn{
	text-align:center;
	padding-top:40px;
	border-top:1px solid #f6f6f6;
	margin-top:30px;
}
.tabs-content .download-btn a{
	display:inline-block;
	height:30px;
	width:100px;
	background:#e60012;
	text-align:center;
	color:#fff;
	line-height:30px;
	font-size:14px;
}
.tabs-content .product-group li{
	margin-bottom:6px;
}
.tabs-content .product-group li a{
	font-size:14px;
	color:#0b7ed7;
	background-position:left center;
}
.tabs-content .product-group li a:before{
	content:'>';
	margin-right:8px;
	color: #e60012;
}
.tabs-content .product-group h5{
	margin:20px 0 10px;
}
.course-detail-content .tab-cloum-line .left-pic-text{
	width:47.5%;
	margin-right:5%;
	float:left;
}
.course-detail-content  .left-pic-text .left-pic{
	text-align:center;
}
.course-detail-content  .left-pic-text img{
	max-width:240px;
	float:left;
}
.course-detail-content .tab-cloum-line .right-text{
	width:47.5%;
	float:left;
	border-left:1px dashed #b0b0b0;
	padding-left:30px;
}
.course-detail-content .tab-cloum-line{
		margin-top:30px;
	}
.course-detail-content .tab-cloum-line .left-text{
	padding-left:270px;
}
.course-detail-content .caseOverview p{
	margin-bottom:0;
}
.course-detail-content .caseOverview li p{
	margin-top:10px;
}
.course-detail-content .caseOverview .inscribe{
	text-align:right;
	padding-right:200px;
	margin-top:10px;
}
.course-detail-content .tab-cloum-line  h1 {
    font-size: 24px;
    color: #333;
    padding: 15px 0;
    margin:0;
}
.course-detail-content .case-box .course-case-overview{
	float:left;
	width:49%;
}
.course-detail-content .case-box .course-case-overview:first-child{
	margin-right:2%;
}
.course-detail-content .icon-sloution-overview{
	margin-bottom:20px;
}
.course-detail-content .icon-sloution-overview h4{
	text-align:center;
	font-size:18px;
	font-weight:bold;
}
.course-detail-content .icon-sloution-overview img{
	display:block;
	margin:20px auto;
}
.course-detail-content .icon-sloution-overview li{
	text-align:center;
	background:none;
	padding-left:0;
}
.course-detail-content .three-icon-text img{
	float:left;
}
.course-detail-content .three-icon-text .row>div{
	margin-top:30px;
}
.course-detail-content .three-icon-text .text{
	padding-left:70px;
}
/*报名联系方式*/
.contactWay .contactWay-box h3{
	font-size:24px;
	color:#333;
}
.contactWay .contactWay-box ul{
	border-bottom:1px solid #f5f5f5;
	padding-bottom:5px;
}
.contactWay .contactWay-box li{
	font-size:14px;
	color:#666;
	float:left;
	width:18%;
	margin-right:2%;
	line-height:26px;
}
.contactWay .contactWay-box p{

	font-size:14px;
	color:#666!important;
	line-height:26px;
	margin:0;
}
.contactWay .contactWay-box p a{
	color:#666!important;
}
.contactWay .contactWay-box p span{
	color:#e60012;
}
/*技术认证*/
.Technology_certification p,.Technology_certification ul li{
	color:#666;
	font-size:14px;
	margin-bottom:6px;
	line-height:26px;
}
.Technology_certification .apply-btn{
	padding:5px 20px;
	background:#e60012;
	text-align:center;
	color:#fff;
	font-size:14px;
	display:inline-block;
	margin:10px 0;
}
.Technology_certification .text-box{
	margin:20px 0;
}
.Technology_certification p a{
	color:#e60012;
	word-break:break-all
}
.Technology_certification-exam p{

}
.Technology_certification img{
	max-width:100%;
	display:block;
	margin:30px auto;
}
/*培训问答*/

.Training_Question .box a{
	font-size:16px;
	color:#248fd1;
	display:inline-block;
	padding-left:15px;
	background: url(/cn/tres/NewWebUI/images/partner/pro_link_26.png) no-repeat;
}
/*成为合作伙伴*/
.becomePartner .table td,
.becomePartner .table th{
	text-align:left;
}
.becomePartner .table td a{
	display:inline-block;
	margin-bottom:0;
}
#solution .device-line{
	border-top:1px solid #f5f5f5;
}
/*产品支持与服务*/
/*服务政策*/
.policyDynamic span.img{
	width:277px;
	float:left;
}
.policyDynamic span.img img{
	max-width:277px;
}
.policyDynamic .policy-link{
	padding:30px 0 20px 320px;
}
.policyDynamic .policy-link li{
	float:left;
	width:30%;
	margin:6px 0;
}
.supportCenter .policy-link{
	padding:10px 20px;
}
.supportCenter .policy-link li{
	float:left;
	width:25%;
	margin:6px 0;
}
.policy-link a{
	font-size:24px;
	color:#333;
	background: url(/cn/tres/NewWebUI/images/solution/proJouConListTextGo.png) no-repeat;
	background-position:right center;
	padding-right:28px;
}
.policy-link a:hover{
	background: url(/cn/tres/NewWebUI/images/solution/proJouConListTextGoHover.png) no-repeat;
	background-position:right center;
	color:#e60012;
}
#solution .industry.supportCenterLinkIcon{
	padding-top:0;
}
#solution .industry.supportCenterLinkIcon .industryList{
	width:25%;
}
/*图片列表页面*/
.list-image-text h2.title+div{
	border-top: 2px solid #e8e8e8;
}
.list-image-text .box {
    padding: 28px 0;
    border-bottom: 1px solid #e8e8e8;
}
.list-image-text .left-img {
    width: 25%;
    margin-right: 3.2%;
    float: left;
}
.list-image-text .left-img img {
    max-width: 100%;
}
.list-image-text .right-text h3 {
    font-size: 22px;
    color: #333;
    font-weight: 400;
    margin: 8px 0;
}
.list-image-text .right-text p {
    font-size: 14px;
    line-height: 24px;
    color: #666;
    margin: 5px 0;
}
.list-image-text .right-text a.more{
    float: right;
    margin-top:20px;
}
@media screen and (min-width:768px){
	.trainingApprove .trainingApproveBox p{
		-webkit-text-shadow: 0 3px 5px rgba(0, 0, 0, .4);
	    -moz-text-shadow: 0 3px 5px rgba(0, 0, 0, .4);
	    -ms-text-shadow: 0 3px 5px rgba(0, 0, 0, .4);
	    -o-text-shadow: 0 3px 5px rgba(0, 0, 0, .4);
	    text-shadow: 0 3px 5px rgba(0, 0, 0, .4);
	}
	a.more:hover{
		background: url(/cn/tres/NewWebUI/images/partner/icon-link.png) no-repeat right center;
	    background-size: 20px 20px;
	    color:#e60012;
	}
	#industry-solution .text-fold:hover{
		color:#e60012;
		background: url(/cn/tres/NewWebUI/images/partner/unfoldHover.png) no-repeat;
		background-position: right top;
	}
	#industry-solution .text-fold.active:hover{
		background: url(/cn/tres/NewWebUI/images/partner/packUpHover.png) no-repeat;
		background-position: right top;
	}
}
@media screen and (min-width:768px) and (max-width:1024px){
	.cloum-two-three .img-text-box h3,
	.cloum-two-three.text-pos-different .img-text-box h3{
		font-size:16px;
	}
	#solution .industry.supportCenterLinkIcon .industryList{
		width:33.333%;
	}
	.courseDetails .course-tabs li{
		font-size:16px;
	}
	.cloum-two-three .img-text-box .text h4{
		font-size:18px;
	}
	.cloum-two-three .img-text-box .text p{
		margin-top:10px;
	}
	.policyDynamic .policy-link li{
		width:50%;
	}
	.supportCenter .policy-link li a,
	.policyDynamic .policy-link li a
	{
		font-size:20px;
	}
	.supportCenter .policy-link li{
		width:33.33333%;
	}
	.list-image-text .left-img {
	    width: 35%;
	}
	.trainingApprove .trainingApproveBox p{
		font-size:14px;
		line-height:26px;
		width:56%;
		top:30px;
	}
}
@media screen and (min-width:768px) and (max-width:900px){
	.contactWay .contactWay-box li{
		width:23%;
	}
	 .secondDiv .SMBsolutionListGo a{
	  	font-size:14px;
	  }
}

@media (min-width:768px) and (max-width:1199px) {
    .hero .text-box .text h2 {
        margin-right: 20px;
        font-size: 28px;
        margin-bottom:10px;
    }

    .hero .text-box .text p {
        margin-right: 20%;
        font-size: 14px
    }

    .hero.home .text-box .text h2 {
        margin-right: 20px;
        font-size: 40px
    }

    .hero.home .text-box .text p {
        font-size: 16px;
        margin-right: 10%
    }
}
@media (min-width:769px) and (max-width:1000px) {
    .secondDiv.threeDiv .companyBoxInput .textInput,
    .secondDiv.threeDiv .selectBoxWidth1{
    	width:396px;
    }
    .secondDiv.threeDiv .uploadText{
    	width:364px;
    }
    .secondDiv.threeDiv .uploadinput input:first-child{
      left:610px;
    }
    .secondDiv.threeDiv .select_box{
    	width:190px;
    }
    .secondDiv.threeDiv .Class-cn-1{
    	width:122px;
    }
    .secondDiv.threeDiv .Class-cn-2{
    	width:121px;
    }
    .secondDiv.threeDiv .ExpandWrapList li{
    	width:160px;
    }
    .ExpandWrapList li .emailFixationText{
    	width:0;
    }
}
/*如何购买首页*/
#HotProduct .techSolveConListText h3,.WlanAdd_p{
	font-size:18px;
	color:#333;
}
#HotProduct li{
	background:#fff;
}

.protechSolveGoMore {
    height: 20px;
    float: right;
    font-size: 14px;
    cursor: pointer;
    margin-top:5px;
}
.protechSolveGoMore a {
    display: block;
    width: 100%;
    height: 100%;
    line-height: 20px;
    color: #333;
    padding-right: 30px;
    position: relative;
}
.protechSolveGoMore a img {
    position: absolute;
    top: 0;
    right: 0;
}
.solution-case li{
	font-size: 14px;
    color: #333;
    box-sizing: border-box;
    padding-left: 16px;
    line-height: 1.5;
    background: url(/cn/tres/NewWebUI/images/secondAll/redArrow.png) no-repeat;
    background-position: 0px 5px;
    margin: 12px 0;
}
.solution-case li a{
	color:#333;
}
.solution-case li a:hover{
	color: #e60012;
}
.solution-case .protechSolveGoMore {
    margin: 20px 0 0px;
}
.solution-case .protechSolveGoMore a {
    display: block;
    width: 100%;
    height: 100%;
    line-height: 20px;
    color: #333;
    padding-right: 30px;
    position: relative;
}
#HotProductH5 .techH5SuccCon{
	padding-top:10px;
}
#HotProductH5 .techH5SuccBtn{
	padding-bottom:5%;
	
}
#HotProductH5 .paddingMore>a{
	padding-right:0;
}
#HotProductH5  .techH5SuccConBox{
	background:#fff;
}
/*技术咨询与服务首页*/
.icon-text-explain h3.title{
	font-size:30px;
	color:#333;
	margin-top:40px;
	margin-bottom:20px;
	text-align:center;
}
.icon-text-explain .col-sm-3{
	padding-left:0;
	padding-right:0;
}
.icon-text-explain1 .icon-text-box h4{
	text-align:center;
	font-size:18px;
	font-weight:bold;
	color:#333;
}
.icon-text-explain1 .icon-text-box p{
	padding:0 15px;
	text-align:left;
}
.icon-text-explain .icon-text-box{
	border-right:1px dashed #b0b0b0;
}
.icon-text-explain .last-icon-box{
	border-right:0;
}
.icon-text-explain .icon img{
	margin:30px auto;
	display:block;
	max-width:100%;
}
.icon-text-explain1 .icon img{
	margin:14px auto;
	display:block;
	max-width:100%;
}
.icon-text-explain1 .icon-text-box h4{
	margin-bottom:10px;
}
.icon-text-explain1 .icon-text-box{
	padding:10px;
}
.icon-text-explain p{
	font-size:14px;
	color:#666;
	text-align:center;
}
.overview h4.no-icon-tex{
	font-size:16px;
	text-align:center;
	color:#333;
	margin:40px 0 10px;
}
.overview h4.no-icon-tex span{
	color:#e60012;
}
.icon-text-explain .icon-text h3{
	font-size:20px;
	text-align:center;
	color:#333;
	line-height:26px;
	margin-top:15px;
}
.nav-pic-text .box{
	border:1px solid #e6e6e6;
	background:#fff;
	width:100%;
}
.nav-pic-text .solution-nav{
	width: 25%;
	float:left;
}
.nav-pic-text .solution-pic-text{
	width:75%;
	float:left;
}
.nav-pic-text .solution-pic-text .allBox{
	display:none;
}

#technicalWrap .protechH5SuccCon{
	padding:0;
	background:transparent;
}
.nav-pic-text .solution-pic{
	float:left;
	margin-right:40px;
}
.nav-pic-text .solution-text{
	padding-left:30px;
}
.nav-pic-text .solution-pic span.img{
  display:block;
}
/*首页6个左侧导航*/
/*.nav-pic-text .solution-pic span.img{
	display:block;
	height:374px;
}*/
/*4个左侧导航*/
/*.nav-pic-text .pic-nav-four span.img{
	display:block;
	height:300px;
}*/
/*5个左侧导航*/
/*.nav-pic-text .pic-nav-five span.img{
	display:block;
	height:374px;
}*/
/*.nav-pic-text .solution-pic img{
	display:block;
	height:100%;
}*/
.nav-pic-text .solution-nav ul{
	margin:0;
}
.nav-pic-text .solution-nav li{
	border-bottom:1px solid #e6e6e6;
	color:#666;
	font-size:20px;
	font-weight:bold;
	padding-left:20px;
	line-height:74px;
	cursor:pointer;
}
.nav-pic-text .solution-nav li.active{
	background:#e60012;
	color:#fff;
}
.nav-pic-text .solution-nav li:last-child{
	border-bottom:0;
  line-height:75px;
}
.nav-pic-text .solution-text{
	padding-top:30px;
	padding-right:40px;
}
.nav-pic-text .solution-text h3{
	margin:0;
	font-size:24px;
	color:#333;
}
.nav-pic-text .solution-text p{
	font-size:14px;
	color:#666;
	margin-top:15px;
	line-height:24px;
}
.nav-pic-text .solution-text .learnMore{
	text-align:right;
	margin-top:15px;
	margin-bottom:15px;
} 
.nav-pic-text .solution-text .learnMore a{
	color:#333;
	display:inline-block;
	vertical-align: middle;
	font-size:16px;
}
.nav-pic-text .linkGo{
	border-top:1px solid #e6e6e6;
	line-height:31px;
	padding:22px;
	margin-bottom:0;
}
.nav-pic-text .linkGo li{
	float:left;
	font-size:16px;
	margin-left:40px;
}
.nav-pic-text .linkGo li a{
	color:#333;
}
.nav-pic-text .solution-nav-mb{
	display:none;
}
/*应用场景*/
.application-scenarios{
	position:relative;
	height:500px;
	background:#5f6263;
}
.application-scenarios .box{
	position:absolute;
	float:left;
	width:55%;
	height:100%;
	overflow:hidden;
}

.application-scenarios .box img{
	position:absolute;
	left:50%;
	margin-left:-530px;
	height:100%;
}
.application-scenarios .application-box{
	width: 39%;
	float:right;
	height:500px;
	margin-top:85px;
}
.application-scenarios .application-box p{
	font-size:22px;
	color:#fff;
	line-height:32px;
}
.application-scenarios .btnBox{
	font-size:20px;
	color:#fff;
	padding:30px 0 20px 0;
	font-family: arial;
	width:39%;
	position:absolute;
	left:60%;
	z-index:200;
	top:0;
}
.application-scenarios .btnBox img{
	display:inline-block;
	vertical-align: middle;
	cursor:pointer;
}
.application-scenarios .btnBox span{
	display:inline-block;
	vertical-align: middle;
	margin:0 10px;
}
.application-box span.figure{
	font-size:16px;
	color:#999;
	display:block;
	text-align:right;
	margin:20px 0;
}
.application-box a{
	float:right;
	display:inline-block;
	color:#fff;
	font-size:14px;
	cursor:pointer;
}
.application-box a:hover{
	color:#e60012;
}
.application-box a img{
	margin-left:10px;
}
.application-scenarios .swiper-container{
    height:100%;
    cursor:default!important;
}

.application-scenarios .swiper-slide{
    position:absolute;
    opacity:0;
    transition: all 2s;
    z-index:10;
    left:0;
    top:0;
    filter:alpha(opacity=0);
 }

.application-scenarios .swiper-slide.on{
  opacity: 1;
  z-index:11;
  filter:alpha(opacity=100);
}
#videoWrapPC.videoPc{
	padding-bottom:40px;	
}
@media screen and (min-width:768px){
	.application-scenarios .swiper-wrapper{
		-moz-transform: none!important;
		-webkit-transform: none!important;
		-o-transform: none!important;
		-ms-transform: none!important;
		transform: none!important;
		transform: translate3d(0px, 0px, 0px)!important;
	}
}
@media screen and (min-width:768px) and (max-width:1024px){
	.nav-pic-text .solution-nav li{
		padding-left:14px;
		font-size:16px;
		font-weight:normal;
	}
	.application-scenarios .box img{
		margin-left:-650px;
	}
	.nav-pic-text .solution-pic span.img{
		width:300px;
	}
	.nav-pic-text .solution-pic img{
		margin-left:-50px;
	}
	.nav-pic-text .linkGo li{
		font-size:14px;
		margin-left:20px;
	}
	.nav-pic-text .solution-text{
		padding-right:12px;
		padding-top:20px;
	}
	.nav-pic-text .solution-pic{
		margin-right:20px;
	}
}
@media screen and (min-width:768px) and (max-width:768px){
	/*新闻改版*/
	#newsWrap.protechJourn li .protechH5JournBox{
		margin-bottom:20px;
		background-color:transparent;
		box-shadow: 0 3px 8px rgba(0,0,0,0);
	}
	#newsWrap.protechJourn .proJouConList{
		padding:0;
	}
	#newsWrap.protechJourn .proJouConListImg{
		width:40%;
		float:left;
	}
	#newsWrap.protechJourn .proJouConList{
		padding:16px 0;
	}

	#newsWrap.protechJourn .protechH5JournBox .proJouConListText{
		width:60%;
		float:left;
		padding:10px 20px;
		margin-top:10px;
	}
	#newsWrap.protechJourn .proJouConListTextGo{
		padding-bottom:10px;
		font-size:14px;
	}
	#newsWrap.protechJourn .proJouConListText{
		width:100%;
		padding:10px 0;
	}
	#newsWrap.protechJourn .proJouConListTextp{
		font-size:14px;
		margin-top:10px;
	}
	#newsWrap.protechJourn .proJouConListTextTit{
		font-size:22px;
		margin-top:10px;
		margin-bottom:10px;
	}
	#newsWrap.protechJourn .proJouConListTextTime{
		font-size:14px;
	}
	
}
@media screen and (max-width:768px){
	#solution .industry.supportCenterLinkIcon{
		display:block;
	}
	.icon-text-explain h3.title{
		font-size:20px;
		margin-top:20px;
		margin-bottom:10px;
	}
	.icon-text-explain .icon-text h3{
		font-size:15px;
		line-height:22px;
	}
	
	.solution-case .protechSolveGoMore.gotoFontred{
		display:block;
	}
	.ExpandWrapList li .emailFixationText{
		line-height:36px;
		border:0;
		text-align:left;
	}
	.secondDiv.threeDiv .companyBoxInput .textInput{
		width:100%;
	}
	.secondDiv.threeDiv .selectBoxWidth1{
		width:100%;
	}
	.secondDiv.threeDiv .select_box{
		width:48%;
		margin-right:0;
	}
	.secondDiv.threeDiv .select_box:last-child{
		float:right;
	}
	.secondDiv.threeDiv .ClassOneList li,
	.secondDiv.threeDiv .ExpandWrapList li{
		margin-left:0;
	}
  .secondDiv.threeDiv .ApproveH2 span,
  .secondDiv.threeDiv .ClassOneName>span,
  .secondDiv.threeDiv .registerSubmit input,
  .secondDiv.threeDiv .ClassOneName{
    font-size:16px;
  }
  .secondDiv.threeDiv .companyBoxName,
  .secondDiv.threeDiv .select_span,
  .secondDiv.threeDiv .companyBoxInput select,
  .secondDiv.threeDiv .ClassOneList li .OneListName,
  .secondDiv.threeDiv .liaisonSpan,
  .secondDiv.threeDiv .ExpandWrapName,
  .secondDiv.threeDiv .ExpandWrapList li select, 
  .ExpandWrapList li input,
  .secondDiv.threeDiv .uploadTextP,
  .secondDiv.threeDiv .uploadButton,
  .secondDiv.threeDiv .uploadName,
  .secondDiv.threeDiv .uploadOneList li .OneListName,
  .secondDiv.threeDiv .OneListNameTxt,
  .secondDiv.threeDiv .uploadOneName>span,
  .secondDiv.threeDiv .uploadOneList li input,
  .secondDiv.threeDiv .Auterror,
  .secondDiv.threeDiv .uploadOneName,
  .secondDiv.threeDiv .ClassOneList li input,
  .secondDiv.threeDiv .companyBoxInput .textInput,
  .secondDiv.threeDiv .uploadText{
    font-size:14px;
  }
  .secondDiv.threeDiv .ClassOneList li input,
  .secondDiv.threeDiv .uploadOneList li input,
  .secondDiv.threeDiv .companyBoxInput .textInput,
  .ExpandWrapList li input,
  .secondDiv.threeDiv .companyBoxInput select,
  .secondDiv.threeDiv .ExpandWrapList li select,
  .secondDiv.threeDiv .uploadText{
    color:#333;
  }
.secondDiv.threeDiv .uploadinput input:first-child{
    width:28%;
    left:auto;
    right:0;
  }
	.secondDiv.threeDiv .uploadText{
		width:70%;
	}
	.secondDiv.threeDiv .ExpandWrapList li, .secondDiv.threeDiv .ExpandWrapList li:first-child{
		width:100%;
	}
	.table-warn{
		display:block!important;
	}
	#technicalWrap .protechPc, #technicalWrap .headroom{
		display:block;
	}
	#technicalWrap .protechH5, #technicalWrap .headMbl, #technicalWrap .titleLine{
		display:none;
	}
	
	#newsWrap.protechJourn{
		padding-bottom:30px;
	}
	#partner .partner_alliance .partner_allianceBox .partner_allianceListBox li{
		width:49%;
	}
	#partner .partner_alliance .partner_allianceBox .partner_allianceListBox li:nth-child(5){
		width:100%;
		margin-left:0;
		/*height:240px;*/
	}

	#partner .partner_alliance .partner_allianceBox .partner_allianceListBox li .partner_allianceListImg.pc{
		display:none;
	}
	#partner .partner_alliance .partner_allianceBox .partner_allianceListBox li .partner_allianceListImg.mb{
		display:block;
	}
	#partner .partner_alliance .partner_allianceBox .partner_allianceListBox{
		padding:0;
	}
	#consultationWrap .technicalIT .techLevelCon{
		padding:0 ;
		background-color:#fff;
	}

	#partner .become_partnersContent1{
		padding:0;
	}
	
	
	#partner .nobecome_partners .preSales-pagination{
		margin: -30px 0 20px;
		padding:10px 0;
		/*position:absolute;
		bottom:-40px;
		z-index:100;*/
	}
	#partner .become_partnersContent .become_partnersList{
		padding-left:0;
	}
	#partner .nobecome_partners .pagination span{
		width:10px;
		height:10px;
	}
	
	#partner .become_partnersContent .become_partnersList  p{
		font-size:14px;
	}
	#partner .become_partnersContent .become_partnersList h3{
		font-size:16px;
	}
	#consultationWrap .technicalPc{
		display:block;
		padding-bottom:20px;
	}
	#consultationWrap .technicalPc .techapplicConList li{
		height:auto!important;
		padding-bottom:22px;
	}
	#solution .Tools{
		display:none;
	}
	#solution .applyStep {
	    display: block;
	}

	.course-detail-content .tab-cloum-line .left-pic-text{
		width:100%;
		margin-right:0;
	}
	.course-detail-content .tab-cloum-line .right-text{
		width:100%;
		padding-left:0;
		margin-top:20px;
		border-left:0;
	}
}
@media screen and (max-width:767px) {
	.pcShow{
    display:none!important;
  }
  .mbShow{
    display:block!important;
  }
  .secondDiv.threeDiv .NavTxtBox{
    padding:0;
  }
  .secondDiv.threeDiv .NavTxtBox .AuthenNavTxt{
    font-size:14px;
    margin-bottom:8px;
    line-height:18px;
  }
  .agent_step-mb{
      margin-bottom:20px;
   }
  .companyBoxInput .detailed_address{
		margin-left:0;
		float:left;
		width:100%;
		margin-top:10px;
	}
	
	#technicalWrap .sysBoxGo{
		padding-bottom:0;
	}
	#solution .SMBMbl .containerInnerBox .SMBContent .more{
		font-size:16px;
	}
	#solution .container{
		width:100%;
	}
	.product-table .table{
		width:100%!important;
	}
	.fontRed a.more{
		color: #333!important; 
	}
	#solution .SMBMbl .SMBMblBanner{
		display:block!important;
	}
	#solution .SMBMbl .containerInnerBox h2.title{
		padding:0;
		font-size:22px;
		padding:4px 15px;
	}
	.list-image-text .left-img {
	    float: none;
	    width: auto;
	}
	.list-image-text .right-text h3 {
	    margin: 15px 0 10px;
	    font-size:18px;
	}
	#solution .industry .industryH3{
		font-size:16px;
	}
	#solution .industry.supportCenterLinkIcon .industryList{
		padding:5px 0;
	}
	#solution .industry.supportCenterLinkIcon .industryList{
		width:50%;
	}
	#solution .industry.supportCenterLinkIcon .industryText{
		padding:0 15px;
	}
	/*.nav-pic-text .linkGoMore{
		margin-left:0;
	}*/
	.nav-pic-text .solution-pic span.img{
		position: relative;
		height: 260px;
		overflow: hidden;
	}
	.nav-pic-text .solution-pic span.img > img {
		position: absolute;
		width: 100%;
		top: 50%;
		transform: translateY(-50%);
	}
	#industry-solution .text-fold{
		float:right;
	}
	#partner .partner_alliance .partner_allianceBox{
		padding:0;
	}
	.nav-pic-text .solution-text .learnMore a{
		font-size:14px;
	}
	.nationCases .text{
		padding-left:0;
	}
	#partner .nobecome_partners .pagination{
		display:block;
		/*background:#fff;*/
		text-align:center;
		margin: 20px 0 0;
		padding:10px 0;
	}
	/*技术咨询与服务开始*/
	.icon-text-explain h4.no-icon-tex{
		font-size:18px;
		margin:5px 0;
		line-height:26px;
	}
	.icon-text-explain .last-icon-box-mb{
		border-right:0;
	}
	.icon-text-explain1 .icon-text-box{
		border:0;
	}
	.nav-pic-text .box{
		border:0;
	}
	#solution .SMBMbl .containerInnerBox{
		padding:0;
	}
	#solution .SMBMbl .containerInnerBox .SMBContent .more img{
		top:0;
	}
	#solution .SMBMbl .SMBImg h2{
		margin:0;
	}
	.solution-pic-text .pic-text-box{
		border:1px solid #e6e6e6;
	}
	.nav-pic-text .solution-nav{
		display:none;
	}
	.nav-pic-text .solution-pic{
		width:100%;
		float:none;
	}
	.nav-pic-text .solution-pic-text{
		width:100%;
	}
	/* .nav-pic-text .solution-pic span.img{
		height:auto;
	} */
	.nav-pic-text .solution-pic span.img img{
		height:auto;
		width:100%;
	}
	.nav-pic-text .solution-text{
		width:100%;
	}
	.nav-pic-text .solution-text{
		padding:20px;
	}
	.nav-pic-text .linkGo{
		height:auto;
		line-height:40px;
		padding:8px 20px;
		border:1px solid #e6e6e6;
		border-top:0;
	}
	.nav-pic-text .linkGo li{
		margin-right:20px;
		margin-left:0;
		font-size:14px;
	}
	.nav-pic-text .solution-pic-text .allBox{
		margin-bottom:10px;
	}
	.solution-pic-text .solution-nav-mb{
		display:block;
		padding-left:10px;
		padding: 10px 12px;
	    background: url(/cn/tres/NewWebUI/images/partner/detailsdown.png) no-repeat 98% center;
	    background-size: 20px 20px;
	    background-color:#f5f5f5;
	    color: #333;
	    font-size: 18px;
	    border-bottom:1px solid #ccc;
	}
	.solution-pic-text .solution-nav-mb.active{
		background: #e60012 url(/cn/tres/NewWebUI/images/partner/detailsupFFF.png) no-repeat 98% center;
	    color: #fff;
	    background-size: 20px 20px;
	    border-bottom:0;
	}
	.solution-pic-text.gray{
		background:#fff!important;
	}
	.application-scenarios .box{
		width:100%;
		height:auto;
		float:none;
		position:static;
	}

	.application-scenarios .box img{
		position:static;
		width:100%;
		margin:0;
		float:none;
	}
	.application-scenarios .btnBox{
		display:none;
	}
	.application-scenarios .application-box{
		width:100%;
		height:auto;
		float:none;
	}
	.application-scenarios .application-box{
		margin-top:20px;
	}
	.application-scenarios .application-box p{
		font-size:16px;
		line-height:26px;
	}
	.application-scenarios .swiper-slide{
		position:relative!important;
	}
	.application-scenarios{
		height:auto;
	}
	.application-scenarios .swiper-slide{
		opacity:1;
	}
	.application-pagination{
		text-align:center;
	}
	.application-pagination span{
		width:8px;
		height:8px;
		background:#fff;
		opacity:1;
	}
	.application-pagination span.swiper-pagination-bullet-active{
		background:#e60012;
	}

	/*技术咨询与服务结束*/
	#RegisterDealer .liaisonBtn,#RegisterDealer .ExpandBtn,#RegisterDealer .uploadBtn{
		display:none;
	}
	#technicalWrap .protechPc, #technicalWrap .headroom{
		display:none;
	}
	#technicalWrap .protechPc-mb{
		display:block;
	}
	#technicalWrap .protechPc-mb .proSolveConList li{
		width:100%;
	}
	#technicalWrap .protechH5, #technicalWrap .headMbl, #technicalWrap .titleLine{
		display:block;
	}

	.breadcrumb {
        visibility: hidden;
        display: none
    }

    h2.title {
        position: relative;
        border-left: 0;
        padding: 4px 15px;
        font-size: 22px;
        font-weight: 400;
        line-height: 28px;
        text-align: center;
        margin-top: 20px;
        margin-bottom: 10px
    }

    h2.title:after {
        content: '';
        display: block;
        width: 50px;
        margin: 10px auto;
        height: 1px;
        border-bottom: 3px solid #e60012
    }

    h2.title:before {
        display: none
    }
    h2.title.noTopMar{
    	margin-top:0px;
    }
    .hero video {
        display: none
    }

    .hero img.pc {
        display: none
    }

    .hero img.mb {
        display: block
    }

    .hero .text-box {
        top: 3%;
        transform: none
    }

    .hero .text-box .text {
        padding: 0 16px
    }

    .hero .text-box .text h2 {
        margin-top: 20px;
        margin-bottom: 0;
        margin-right: 0;
        font-size: 30px
    }

    .hero .text-box .text p {
        margin-top: 4%;
        border-left: 4px solid #e60012;
        padding-left: 16px;
        margin-right: 15%;
        font-size: 16px;
        line-height: 1.25
    }

    .hero.home .text-box {
        top: 1%
    }

    .hero.home .text-box .text h2 {
        font-size: 34px;
        margin-right: 5%
    }

    .hero.home .text-box .text p {
        font-size: 14px;
        margin-right: 5%
    }
	.trainingCertification .secondPictureText .SMBsolutionListGo{
		margin-top:10px;
	}
	.textbook-order .control-label{
		text-align:left;
	}
	.radio-inline input[type=radio] {
	    background: #666;
	}
	span.error{
		font-size:12px;
		line-height:22px;
	}
	.textbook-order .form-group{
		margin-bottom:8px;
	}
	.textbook-order .form-group .col-xs-4{
		padding-left:0;
	}
	.course-detail-content .downloadPDF{
		padding:6px 12px;
	}
	.course-case-overview > img, .course-detail-content > img{
		margin:20px auto;
	}
	.course-detail-content .line-text .row>div{
		border-right:0;
	}
	.course-detail-content .caseOverview .inscribe{
		text-align:right;
		padding-right:0;
	}
	.course-detail-content .leftText .course-case-overview{
		margin-top:10px;
	}
	.course-detail-content .leftText img{
		margin:0;
	}
	#solution .device-line{
		border-top:0;
	}
	.course-detail-content h5{
		font-size:18px;
	}
	.tabs-content .product-group h5{
		font-size:16px;
	}
	.course-detail-content h6{
		font-size:16px;
	}
	.course-detail-content .tab-cloum-line .left-pic-text{
		width:100%;
		margin-right:0;
		float:none;
	}
	.course-detail-content .tab-cloum-line .left-text{
		padding-left:0;
	}
	.course-detail-content .tab-cloum-line  h1{
		font-size:18px;
		text-align:center;
		padding:15px 0 10px 0;
	}
	.course-detail-content .tab-cloum-line .right-text{
		width:100%;
		border-left:0;
		padding-left:0;
		float:none;
	}
	.course-detail-content .cloum-icon-text li .text{
		padding-top:5px;
	}
	.course-detail-content .three-icon-text .row>div{
		margin-top:20px;
	}
	.course-detail-content .cloum-icon-text-title li .text h5{
		font-weight:normal;
	}
	.course-detail-content .icon-sloution-overview h4,
	.icon-text-explain1 .icon-text-box h4,
	.course-detail-content .leftTextMore h5, 
	.course-detail-content .course-case-overview h5{
		font-size:16px;
		font-weight:normal;
	}
	.course-detail-content .course-case-overview h5{
		margin-top:0;
	}
	.Training_Question .course-detail-content{
		display:block;
	}
	.product-content .course-detail-content{
		display:block;
	}
	.course-detail-content  .left-pic-text img{
		float:none;
	}
	.course-detail-content .cloum-icon-text-float li{
		float:none;
		width:100%;
	}
	.course-detail-content .cloum-icon-text-float li:first-child{
		margin-right:0%;
	}
	.course-detail-content .case-box .course-case-overview{
		float:none;
		width:100%;
	}
	.course-detail-content .case-box .course-case-overview:first-child{
		margin-right:0%;
		margin-bottom:0;

	}
	.course-detail-content .leftTextMore .left-text-padding{
		padding-top:0px;
	}
	.course-detail-content .three-icon-text .col-xs-6 .text{
		padding-left:0;
		text-align:center;
	}
	.course-detail-content .three-icon-text .col-xs-6 img{
		float:none;
		display:block;
		margin:10px auto;
	}
	.course-detail-content .caseOverview{
		padding:10px;
	}
	.course-detail-content>h4{
		margin-top:15px;
		margin-bottom:10px;
	}
	.course-detail-content h2.title{
		font-size:20px;
		margin-bottom:0;
		text-align:left;
	}
	.course-detail-content h2.title:after{
		border-bottom:0;
		margin:0;
	}
	.Training_Question .course-detail-content h3{
		display:block;
	}
	.product-content .course-detail-content .box, 
	.product-nav .nav-pc-tabs{
		display:none;
	}
	.product-content .course-detail-content .box{
		padding:0 12px;
	}
	.product-content .course-detail-content .tabs-nav{
		display:block;
	}
	.Training_Question_tabs,
	.Training_Question .course-detail-content .box{
		display:none;
		padding:10px;
	}
	.training-solution li a{
		padding:10px 10px 0 10px;
	}
	
	#solution .ToolsMbl .industryList .industryImg img{
		width:45%;
	}
	#solution .ToolsMbl .industryList .industryH3{
		font-size:15px;
		margin-top:10px;
	}
	#solution .ToolsMbl .industryList .industryText{
		font-size:12px;
	}
	#technicalWrap .protechTermText p{
		font-size:14px;
	}
	
	.course .courseInfo p{
		margin-top:10px;
	}
	
	.course-detail-content .case-look-back .row{
		margin-left:-5px;
		margin-right:-5px;
	}
	.course-detail-content .case-look-back .look-back-img{
		padding:0 5px;
	}
	.contactWay .contactWay-box h3{
		font-size:18px;
	}
	.course-detail-content p.first-text{
		font-size:14px;
	}
	.course-detail-content h4{
		font-size:18px;
		line-height:26px;
	}	

	.contactWay .contactWay-box .box{
		margin-bottom:20px;
		padding:10px;
		background:#fff;
		-webkit-box-shadow: 0 3px 8px rgba(0, 0, 0, 0.1);
	    -moz-box-shadow: 0 3px 8px rgba(0, 0, 0, 0.1);
	    -ms-box-shadow: 0 3px 8px rgba(0, 0, 0, 0.1);
	    -o-box-shadow: 0 3px 8px rgba(0, 0, 0, 0.1);
	    box-shadow: 0 3px 8px rgba(0, 0, 0, 0.1);
	}
	.contactWay .contactWay-box .region{
		float:left;
		width:48%;
	}
	.contactWay .contactWay-box .contact{
		float:right;
		width:50%;
	}
	.contactWay .contactWay-box p{
		word-break: break-all;
		font-size:12px;
		line-height:20px;
	}
	.contactWay .contactWay-box p span.email{
		display:block;
	}
	.contactWay .contactWay-box li{
		width:32%;
		margin-right:1.3%;
		font-size:12px;
		line-height:20px;
	}
	.contactWay .contactWay-box ul{
		border:0;
	}
	.course{
		padding-bottom:20px;
	}
	.courseDetails{
		/*padding-top:20px;*/
		padding-bottom:20px;
	}

	.course-detail-content .course-case-overview .overview-box{
		margin-bottom:20px;
	}
	.course-detail-content .icon-sloution-overview .overview-box{
		padding:15px 0;
	}
	.course-detail-content .course-case-overview .col-sm-4:last-child .overview-box{
		margin-bottom:0;
	}
	.course-detail-content .cloum-icon-text-title{
		margin-bottom:0;
	}
	.course-detail-content .cloum-icon-text-title li .text{
		margin-bottom:0;
		margin-top:0;
	}
	.course-detail-content .cloum-icon-text li .text{
		padding-left:90px;
	}
	.course-detail-content .cloum-icon-text-title li .text h4{
		margin-top:0;
	}
	.overview .havePic .content{
		padding-top:0;
	}
	.tabs-content{
		padding-bottom:30px;
	}
	.courseDetails .course-tabs li{
		font-size:14px;
		line-height:20px;
	    box-shadow: 0 0px 8px rgba(0, 0, 0, 0);
	}
	.courseDetails .course-tabs li a{
		font-size:14px;
	}
	.product-nav .nav-pc-tabs li:after, .courseDetails .course-tabs li:after{
		height:20px;
	}
	.courseDetails .course-tabs li:before{
		height:16px;
		top:50%;
		margin-top:-8px;
	}
	.courseDetails>.container{
		padding:0;
	}
	.introduceInfo h1{
		font-size:20px;
		margin:15px 0;
	}
	.introduceInfo .importantWords{
		/*margin-top:20px;*/
	}
	.advantageSolution {
		margin-bottom:20px;
	}
	.advantageSolution>.container>ul>li,
	.advantageSolution>ul>li{
		margin-top:20px;
		padding:20px;
		border:1px solid #f5f5f5;
		-webkit-box-shadow: 0 3px 8px rgba(0, 0, 0, 0.1);
	    -moz-box-shadow: 0 3px 8px rgba(0, 0, 0, 0.1);
	    -ms-box-shadow: 0 3px 8px rgba(0, 0, 0, 0.1);
	    -o-box-shadow: 0 3px 8px rgba(0, 0, 0, 0.1);
	    box-shadow: 0 3px 8px rgba(0, 0, 0, 0.1);
	}

	.advantageSolution .img{
		float:none;
		text-align:center;
		width:100%;
	}
	.advantageSolution li h1{
		font-size:18px;
		margin:15px 0 10px;
		text-align:center;
	}
	.advantageSolution.smallMar li h1{
		margin-top:15px;
	}

	.trainingApprove .trainingApproveBox{
		margin-bottom:20px;
		-webkit-box-shadow: 0 3px 8px rgba(0, 0, 0, 0.1);
	    -moz-box-shadow: 0 3px 8px rgba(0, 0, 0, 0.1);
	    -ms-box-shadow: 0 3px 8px rgba(0, 0, 0, 0.1);
	    -o-box-shadow: 0 3px 8px rgba(0, 0, 0, 0.1);
	    box-shadow: 0 3px 8px rgba(0, 0, 0, 0.1);
	}

	.trainingApprove .trainingApproveBox img.text-bg{
		display:none;
	}
	.trainingApprove .trainingApproveBox p{
		color:#666;
		position:static;
		width:100%;
		font-size:14px;
		line-height:22px;
	}
	.cloum-two-three .img-text-box p{
		line-height:22px;
	}
	.cloum-two-three .img-text-box{
		margin-bottom:20px;
		height:auto!important;
	}

	.cloum-two-three .img-text-box h3,
	.cloum-two-three.text-pos-different .img-text-box h3{
		font-size:16px;
	}
	.cloum-two-three.text-pos-different .img-text-box h3{
		bottom:0;
		left:10px;
	}
	.cloum-two-three .img-text-box .text h4{
		font-size:18px;
	}
	.cloum-two-three .img-text-box .text p{
		margin-top:10px;
	}
	.training-solution li h2{
		font-size:16px;
	}

	.training-solution li{
		margin-bottom:15px;
	}
	.training-solution.certificate li{
		margin-bottom:0;
	}
	.training-solution li:nth-child(odd){
		padding-right:8px;
	}
	.training-solution li:nth-child(even){
		padding-left:8px;
	}
	/*企业级产品手机端开始*/
	#newProductAll .productAllBox > ul{
		width:100%;
	}
	#newProductAll .productAllBox ul.secondLevel > li > ul > li > ol{
		width:100%;
		max-width: 100%;
		min-width: auto;
	}
	#newProductAll .productAllBox ul.secondLevel > li > ul,
	#newProductAll .productAllBox ul.secondLevel > li > ul > li > ol{
		white-space: inherit;
	}
	.secondDiv.threeDiv .ExpandWrapList li, .secondDiv.threeDiv .ExpandWrapList li:first-child{
		width:100%;
	}
	#newProductAll .productAllBox ul.secondLevel > li > ul{
		position:static;
		background:#fff;
	}
	#newProductAll .firstGrade .secondLevel .threeLevel{
		border:1px solid #e60012;
	}
	#newProductAll .firstGrade .secondLevel>li{
		border-bottom:1px solid #f5f5f5;
	}
	#newProductAll .firstGrade .secondLevel>li:last-child{
		border-bottom:0;
	}
	#newProductAll .firstGrade>li,#newProductAll .firstGrade .threeLevel>li{
		border-bottom:1px solid #f5f5f5;
	}
	#newProductAll .firstGrade .threeLevel>li:last-child{
		border-bottom:0;
	}
	#newProductAll .productAllBox ul.secondLevel > li > ul > li > ol{
		position:static;
	}
	#newProductAll .firstGrade>li>a{
		background: url(/cn/tres/NewWebUI/images/partner/detailsdown.png) no-repeat 98% center;
		background-size:20px 20px;
	}
	#newProductAll .firstGrade>li>a.active{
		background: #f5f5f5 url(/cn/tres/NewWebUI/images/partner/detailsdown.png) no-repeat 98% center;
		background-size:20px 20px;
	}
	#newProductAll .productAllBox ul.secondLevel > li>a{
		background-color:#e60012;
		color:#fff;
		/*border-bottom:1px solid #fff;*/
	}
	#newProductAll .productAllBox ul.secondLevel > li>a{
		color:#fff;
		background: #e60012 url(/cn/tres/NewWebUI/images/partner/detailsdownFFF.png) no-repeat 98% center;
		background-size:20px 20px;
	}
	#newProductAll .productAllBox ul.secondLevel > li>a.active{
		color:#fff;
		background: #e60012 url(/cn/tres/NewWebUI/images/partner/detailsupFFF.png) no-repeat 98% center;
		background-size:20px 20px;
	}
	#newProductAll .productAllBox ul.secondLevel > li > ul{
		min-width:100%;
		width:100%;
	}
	#newProductAll .productAllBox ul.secondLevel > li > a:before{
		content:'';
		margin-right:0;
	}
	#newProductAll .firstGrade .threeLevel>li>a{
		background: url(/cn/tres/NewWebUI/images/partner/arrowDown.png) no-repeat 98% center;
		background-size:16px 8px ;
		color:#333;
	}
	#newProductAll .firstGrade .threeLevel>li>a.active{
		background-color:#f7f7f7;
		color:#333;
	}
	#newProductAll .firstGrade .threeLevel>li>a.active:before{
		content:'';
		padding:0;
	}
	/*企业级产品手机端结束*/
	.overview .content{
		/*background:#fff;*/
	}
	#solution .industryMbl .swiper-hotPc{
		padding-bottom:0;
	}
	#solution .industryMbl .industryMblBanner{
		background:none;
		line-height:30px;
	}
	#solution .industryMbl .hotActivityInner{
		margin-top:20px;
	}
	#solution .industryMbl h2.title{
		background:#fff;
		padding-top:10px;
	}
	.overview .right-text .text {
        padding-top: 20px;
        padding-left: 0px;
        padding-right: 0px
    }
	.overview .left-img-video {
        float: none;
        width: auto;
        margin-right: 0
    }
 
    .overview .right-text .text h3 {
        font-size: 18px
    }

   /* .overview .right-text .text p {
        font-size: 14px
    }*/

    .overview .right-text .text.clear-padding p:first-child {
        margin-top: 15px
    }
	a.down:after, a.up:after{
		background-size:18px 18px;
		background-position:right 2px;
		margin-left:6px;
	}
    .overview .right-text a.down,
    .overview .right-text a.up {
        margin-top: 15px;
        margin-bottom: 0px;
    }
	
	#consultationWrap .techapplicConList li{
		width:100%;
		float:none;
		margin-left:0;
		margin-top:30px;
	}
	#consultationWrap .techapplicConList li:first-child{
		margin-top:0;
	}
	#consultationWrap .techapplicConText{
		padding-bottom:30px;
	}
	#solution .protechVideo{
		display:block;
	}
	#Technic_Service_Attestation .greenChannel .AttestatBoxTxt p{
		font-size:14px;
	}
	#Technic_Service_Attestation .greenChannel .AttestatBoxTxt h2{
		font-size:16px;
	}
	#Technic_Service_Attestation .greenChannel .backgroundF5F5{
		background:#f5f5f5;
	}
	#Technic_Service_Attestation .greenChannel .AttestatBoxTxt{
		padding:30px 20px;
		background:#f5f5f5;
	}
	#Technic_Service_Attestation .greenChannel .AttestatTxt{
		padding-left:0;
	}
	#Technic_Service_Attestation .greenChannel .AttestatTxt h2{
		margin-top:10px;
		text-align:center;
	}
	#Technic_Service_Attestation .greenChannel .AttestatImg{
		float:none;
		margin:0 auto;
	}
	.secondDiv.threeDiv .navListTxt{
    font-size:16px!important;
  }
	.secondDiv.threeDiv .secondEntH3Txt{
		font-size:14px;
	}
	#partner .partner_alliance{
		padding-bottom:20px;
	}
	#partner .fourTraining{
		padding-bottom:0;
	}
	section{
		padding-bottom:20px;
	}
	section.noTitle,.noTitle{
		padding-top:20px;
	}
	
	#solution .industryMbl{
		padding-bottom:20px;
	}
	#solution .applyStep{
		display:block;
		padding-top:20px;
	}
	#solution .applyStep .industryList{
		width:100%;
		float:none;
		margin-bottom:20px;
		padding:1px 20px 20px 20px;
		-webkit-box-shadow: 0 3px 8px rgba(0, 0, 0, 0.1);
	    -moz-box-shadow: 0 3px 8px rgba(0, 0, 0, 0.1);
	    -ms-box-shadow: 0 3px 8px rgba(0, 0, 0, 0.1);
	    -o-box-shadow: 0 3px 8px rgba(0, 0, 0, 0.1);
	    box-shadow: 0 3px 8px rgba(0, 0, 0, 0.1);
	}
	#solution .applyStep .industryH3{
		padding:0;
		font-size:18px;
		line-height:24px;
	}
	#rightNav{
		margin-top:20px;
		margin-bottom:20px;
	}
	/*#rightNav h2{
		display:none;
	}*/
	#rightNav ul{
		margin-bottom:0;
	}
	#rightNav li{
		border-bottom:#ddd 1px solid;
	}
	#rightNav li a{
		display:block;
		background: url(/cn/tres/NewWebUI/images/partner/icon-more.png) no-repeat 98% center;
		background-size:20px 20px;
	}
	#rightNav li a.active{
		background: url(/cn/tres/NewWebUI/images/partner/icon-link.png) no-repeat 98% center;
		background-size:20px 20px;
	}
	#rightNav li:last-child{
		border:0;
	}
	#product-table{
		display:none;
	}
	#product-table-m{
		display:block;
        border: 0;
        margin-bottom: 20px;
	}
    #product-table-m li h3 {
        padding: 15px 12px;
    }
	/*FAQ*/
	#FAQ_con .FAQ_box h1{
		font-size:20px;
	}
	
	#FAQ_con li h3{
		font-size:17px;
		line-height: 26px;
        padding: 10px 0;
	}
	/*认证代理人*/
  .stepBtn div{
    display:inline-block;
  }
 .secondDiv.threeDiv .registerSubmit{
		display:inline-block!important;
    padding:0;
  }
  .secondDiv.threeDiv .registerSubmit input{
    width:100%;
  }
	.secondDiv.threeDiv .ApproveH2{
		padding:0;
	}
	#newsWrap.protechJourn .proJouConList{
		padding:0;
	}

	.secondDiv.threeDiv .ApproveH2 span{
		border:0;
	}
	.secondDiv.threeDiv .companyBoxInput .select_input{
		margin-top:10px;
	}
	.secondDiv.threeDiv .ClassOneList li,
	.secondDiv.threeDiv .ExpandWrapList li{
		margin-left:0;
	}
	.secondDiv.threeDiv .uploadText{
		width:70%;
	}
	#partner .fourTraining .partner_allianceBox .partner_allianceListBox li .partner_allianceListContent{
		padding-top:0;
	}
	#partner .fourTraining .partner_allianceBox .partner_allianceListBox li{
		width:50%;
	}
	#partner .fourTraining .partner_allianceBox .partner_allianceListBox li:last-child{
		width:50%;
	}
	#partner .partner_resource_center .partner_resource_centerBox .partner_resource_centerList{
		padding-top:0;
	}
	#partner .fourTraining .partner_allianceBox .partner_allianceListBox li .partner_allianceListContent{
		padding:0 6px;
	}
	#partner .become_partnersContent .become_partnersList1{
		margin-left:0;
	}
	
	#partner .fourTraining .partner_allianceBox .partner_allianceListBox li .partner_allianceListContent p{
		padding-top:0;
		/*line-height:16px;*/
	}

	
  .secondDiv .secondPictureText p{
  	font-size:14px;
  }
  .trainingCertification .SMBsolutionListGo a{
  	display: inline-block;
    width: 100%;
    height: 100%;
    text-align: right;
    line-height: 1.3;
    color: #333;
    float: right;
    padding-right: 9%;
    position: relative;
  }
  .trainingCertification .SMBsolutionListGo a img{
  	max-width:100%;
  	height:auto;
  	vertical-align: middle;
  	margin-left:5px;
  }
  
  .trainingCertification .secondPictureImg{
  	width:100%!important;
  }
   .trainingCertification .secondPictureImg{
   		float:none!important;
   }
   .trainingCertification .secondPictureCon{
   		padding-left:0;
   		padding-right:0;
   }
   .trainingCertification .secondPictureText{
		padding-right: 0px!important;
		padding-left:0!important;
		padding-top:0!important;
	}
	#industry-solution section.trainingCertification{
		padding-top:20px;
	}
	#industry-solution .trainingCertification .secondPictureText{
		padding:10px!important;
	}
	#industry-solution .trainingCertification .secondPictureText h3{
		
		margin:0;
		font-size:20px;
	}
	#industry-solution .trainingCertification .secondPictureText .text{
		margin-top:10px;
	}
	#SetTemplate.threeDiv .serversConBox{
		padding:0;
	}
	#SetTemplate.threeDiv .serversConText .serversConTextBox{
		padding-top:10px;
        max-height: none;
        overflow: auto;
	}
	#consultationWrap .technicalIT .techLevelConList1 li{
	    width: 30.85%;
	    height: 100%;
	    background-color: #fff;
	    margin-left: 3.725%;
	}
	#consultationWrap .technicalIT .techLevelConList1 li:first-child{
		margin-left: 0;
	}
	
	.breadcrumb {
        visibility: hidden;
        display: none
    }
    .column-list{
    	padding-bottom:0!important;
    }
    .column-list .column-list-item {
	    padding: 20px 0;
	}
    .column-list .item-image{
    	float:none;
    	width:100%;
    }
    .column-list .item-text{
    	float:none;
    	width:100%;
    	padding:0;
    }
    
    #MobileSeeMore.paddingMore,.paddingMore{
    	line-height:30px!important;
    }
    #MobileSeeMore>a, .paddingMore>a{
    	padding-right:26px;
    }
    #technicalWrap .protechH5SuccText{
    	padding-bottom:20px;
    }
    .policyDynamic span.img{
    	float:none;
    	width:100%;
    }
    .policyDynamic span.img img{
    	width:100%;
    	max-width:100%;
    }
    .policyDynamic .policy-link{
    	width:100%;
    	padding:10px 0;
    }
    .policyDynamic .policy-link li,
    .supportCenter .policy-link li
    {
		width:50%;
	}
	.supportCenter .policy-link{
		padding:0;
	}
	.policyDynamic .policy-link li a,
	.supportCenter .policy-link li a{
		font-size:14px;
		display:inline-block;
		line-height:22px;
		background-size:20px 20px;
	}
}
@media screen and (max-width:420px) {
	#partner .fourTraining .partner_allianceBox .partner_allianceListBox li .partner_allianceListContent p{
		line-height:16px;
	}
}
