@charset "UTF-8";

/**
* 解决方案
*@file:about.css;
*@create author:gj;
**/
.mainContent{
	margin-top: 90px;
}
.pb100{
	padding-bottom: 100px !important;
}
/*解决方案 开始*/
.solutionMain{
	width: 100%;
	height: auto;
	overflow: hidden;
}
.solutionMain .tabWrapper .tabBg{
	width: 100%;
	background: #197efb;
	position: fixed;
	top:57px;
	z-index: 2;
}
.tabWrapper .tab-menu{
	width: 1197px;
	height: auto;
	overflow: hidden;
    background: #197efb;
    margin: 0 auto;
    position: relative;
}
.tabWrapper .tab-menu li:first-child {
    border-left: 2px solid #167af5;
}

.tabWrapper .tab-menu li{
	float: left;
    width: 127px;
    height: 90px;
    color: #fff;
    display: inline-block;
    padding: 0 20px;
    opacity: 0.8;
    cursor: pointer;
    z-index: 0;
    border-right: 2px solid #167af5;
    background-color: #197efb;
    text-align: center;
    position: relative;
}
.tabWrapper .tab-menu .minmodu{
	margin-top: 13px;
}
.tabWrapper .tab-menu li:hover,
.tabWrapper .tab-menu li.active:hover {
  color:#fff;
  opacity: 1;
}
.tabWrapper .tab-menu li.active {
  	color:#fff;
 	opacity: 1;
 	background:#006aee;
  	position: relative;
    top: 0;
    transform: scale(1.02);
    box-shadow: 0px 6px 30px 0px rgba(0,106,238,0.4);
    border-right: none;
    z-index: 2;
}

.tabWrapper .tab-content{
    width: 940px;
    margin: 200px auto 0;
    position: relative;
    z-index: 1;
}
.tabWrapper .tab-content>div {
    background-color: #fff;
    box-sizing: border-box;
    position: relative;
}
.tab-content dl dd {
    font-size: 15px;
    color: #666666;
    border-left: 1px solid #ebebeb;
    padding: 30px 0 60px 31px;
    margin: -6px 0 0 5px;
    line-height: 26px;
}
.tabWrapper .tab-content dl dt {
    font-size: 18px;
    color: #4a4a4a;
    margin-top: -6px;
    font-weight: bolder;
}
.tabWrapper .tab-content dl dt .tabCircle,
.tabWrapper .advantBox .tabSquare,
.typical .typicalIcon {
    margin-right: 20px;
}
.tabWrapper .tabCircle {
    display: inline-block;
    width: 8px;
    height: 8px;
    border: 2px solid #4a4a4a;
    border-radius: 50%;
}
.tabWrapper .tabSquare {
    display: inline-block;
    width: 7px;
    height: 7px;
    border: 2px solid #4a4a4a;
}
.tabWrapper .advantBox ul {
    margin-left: -20px;
    height: auto;
    overflow: hidden;
}
.tabWrapper .advantBox ul li {
    float: left;
    width: 220px;
    text-align: center;
    border-right: 1px solid #ebebeb;
    padding: 25px 0;
}
.tabWrapper .advantBox ul li p {
    font-size: 12px;
    margin-top: 5px;
}
.tabWrapper .tab-content .prograBox dd a {
    display: inline-block;
    height: 40px;
    text-align: center;
    margin-right: 28px;
}
.tabWrapper .prograBox .tabTriangle {
    width: 10px;
	height: 10px;
	display: inline-block;
	float: left;
	margin:7px 28px 0 0;
	background: url(../images/common/triangleIcon.png) no-repeat;
	text-indent: -99999px;
}
.tabWrapper .tab-content .prograBox dd {
    border-left: none;
}
.contetnDetail .check{
	position: absolute;
	top:130px;
	left:40px;
}
.contetnDetail .check a{
	display: inline-block;
	width: 108px;
	height: 28px;
	border:1px solid #197efb;
	line-height: 30px;
	color: #197efb;
	text-align: center;
	background: #fff;
	text-decoration:none;
}
.contetnDetail .check .iconCheck{
	display: inline-block;
	width: 29px;
	height: 28px;
	background: #197efb;
	float: left;
}
.contetnDetail .check .iconCheck b{
	display: inline-block;
	width: 12px;
	height: 14px;
	background: url('../images/common/seeIcon.png') no-repeat;
	background-size: 100%;
	margin-top: 3px;
}
.contetnDetail .check a:hover{
	border:1px solid #026cef;
}
.contetnDetail .check a:hover .iconCheck{
	background: #026cef;
}
.contetnDetail .typical{

}
.contetnDetail .typical .typicalIcon{
	display: inline-block;
    width: 7px;
    height: 7px;
    border: 2px solid #4a4a4a;
    transform:rotate(50deg);
    -ms-transform:rotate(50deg);    
    -moz-transform:rotate(50deg);  
    -webkit-transform:rotate(50deg);
    -o-transform:rotate(7deg);  
}
.contetnDetail .typical h3{
	font-size: 16px;
	font-weight: bolder;
	color:#333;
	padding-left: 13px;
	background: url(../images/common/spotIcon.png) no-repeat 0 center;
}
.contetnDetail .typical h4{
	font-size: 14px;
	font-weight: bolder;
	color:#333;
	padding-left: 2px;
	margin:18px 0 5px 0;
}
.contetnDetail .typical  img{
	margin: 10px 0;
}
.contetnDetail .typical p{
	font-size: 14px;
	margin-left: 2px;
	margin-bottom: 5px;
}
.contetnDetail .typical p strong{
	color:#333;
}
.contetnDetail .typical a.friendlyLinks{
	display: block;
	color:#1f82fc;
	padding-left: 23px;
	background: url(../images/other/friLinkIcon.png) no-repeat 0 center;
}
/*弹层 开始*/
#dialogcover {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    background: #000;
    _background: none;
    opacity: .80;
    filter: alpha(opacity=80);
    z-index: 1000;
    display: none
}
.dialogbox {
    width: 700px;
    padding-bottom: 30px;
    font-family: "\5fae\8f6f\96c5\9ed1";
    position: fixed;
    _position: absolute;
    top: 50%;
    left: 50%;
    _top: expression(documentElement.scrollTop+100);
    z-index: 1001;
    margin: -190px 0 0 -350px;
    display: none;
    background: #fff
}
.dialogbox .tit {
    height: 60px;
    line-height: 60px;
    background: #f7f7f7;
    padding: 0 30px;
}
.dialogbox .tit h2 {
    font-size: 20px;
    float: left;
}
.dialogbox .tit .closeicon {
    font-size: 37px;
    color: #666;
    float: right
}
.dialogbox .tit .closeicon:hover {
    font-size: 37px;
    color: #006AEE;
    cursor: pointer
}
.closeicon:hover {
    background-position: 0 -25px;
    text-decoration: none
}
.dialogInfo {
    width: 390px;
    margin: 30px auto 0;
}
.dialogInfo li {
    height: 48px;
    margin-bottom: 30px;
}
.dialogInfo li label {
    width: 28px;
    float: left;
    color: #ff5151;
    line-height: 48px;
    font-size: 14px;
    font-weight: bold
}
.dialogInfo li .text {
    width: 275px;
    float: left;
    border: 1px solid #e0e0e0;
    background: #fff;
    line-height: 16px;
    font-size: 14px;
    padding: 15px 5px 15px 75px;
    font-size: 16px;
}
.dialogInfo li.icon01 .text {
    background: url(../images/common/nameIconHover.png) no-repeat 27px center
}
.dialogInfo li.icon02 .text {
    background: url(../images/common/companyIconHover.png) no-repeat 27px center
}
.dialogInfo li.icon03 .text {
    background: url(../images/common/phoneIconHover.png) no-repeat 27px center
}
.dialogbox .submitbtn {
    display: block;
    width: 180px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    background: #197efb;
    border: none;
    margin: 50px auto 0;
    font-size: 18px;
    color: #fff;
}
.dialogbox .submitbtn:hover {
    background: #006aee;
    cursor: pointer
}
.dialogbox .successbtn {
    background: #1ec643;
}
.dialogInfo .error {
 margin-left: 26px;
 display: inline-block;
 color: red;
}