@charset "utf-8";

table {
    border-collapse: collapse;
    border-spacing: 0
}
fieldset,img {
    border: 0
}
abbr,acronym {
    border: 0;
    font-variant: normal
}
del {
    text-decoration: line-through
}
address,caption,cite,code,dfn,th,var {
    font-style: normal;
    font-weight: 500
}
ol,ul {
    list-style: none
}
caption,th {
    text-align: left
}
h1,h2,h3,h4,h5,h6 {
    font-weight: normal;
}
sub,sup {
    font-size: 75% ;
    line-height: 0;
    position: relative;
    vertical-align: baseline
}
sup {
    top: -.5em
}
sub {
    bottom: -.25em
}
a{
	color:#333;
}
a:hover {
    text-decoration: none;
}
ins,a {
    text-decoration: none
}
input{
	border:none;
	outline: none;
}
.clear:after{
  display: block;
  content: '';
  clear: both;
}
/* 通用部分 */
/* 免费试用 */
.btn{
  display: inline-block;
  padding: 12px 12px;
  border: none;
  border-radius: 35px;
  color: #fff;
  cursor: pointer;
}
.btn__orange{
  background: #0075c2;
  -webkit-box-shadow:0 0 10px 0 rgba(0,117,194,.2), 0 5px 10px 0 rgba(0,117,194,.4);
  box-shadow: 0 0 10px 0 rgba(0,117,194,.2), 0 5px 10px 0 rgba(0,117,194,.4);
}

.btn__blue{
  background: #5893ff;
  -webkit-box-shadow:0 0 10px 0 rgba(26, 131, 255,.2), 0 5px 10px 0 rgba(26, 131, 255,.4);
  box-shadow: 0 0 10px 0 rgba(26, 131, 255,.2), 0 5px 10px 0 rgba(26, 131, 255,.4);
}

.btn__white{
  background: #fff;
  color: #0075c2;
  border:1px solid #0075c2;
  -webkit-box-shadow:0 0 10px 0 rgba(0,117,194,.2), 0 5px 10px 0 rgba(0,117,194,.4);
  box-shadow: 0 0 10px 0 rgba(0,117,194,.2), 0 5px 10px 0 rgba(0,117,194,.4);
}

.text__orange{
  color: #0075c2 !important;
}
/* 标题 */
.pro_item {
	width: 100%;
	background: #fff;
}
.gray_bg {
	background: #fafafc !important;
}
.pro_item .item_inner {
	position: relative;
	box-sizing: border-box;
	width: 1240px;
	margin: 0 auto;
	text-align: center
}
.pro_item .item_inner p{
	position: relative;
}
.pro_item .item_inner .title {
	padding-top: 60px;
	font-size: 32px;
	color: #333;
}
/* .pro_item .item_inner .sub_title{
  font-weight:700;
  font-size:32px;
  color: #888888;
} */
.pro_item .item_inner .sub_head {
	margin: 20px 0;
	font-size: 20px;
	color: #888888
}
.pro_item .item_inner .tail::after{
  position: absolute;
  left: 50%;
  bottom: -20px;
  content: '';
  width: 40px;
  height: 7px;
  margin-left: -20px;
  border-radius: 3px;
  /*background-color: #0075ff;*/
}
.error-tips {
	display: none;
	position: absolute;
	top: -55px;
	left: 50%;
	margin-left: -85px;
	width: 170px;
	height: 45px;
	line-height: 45px;
	border-radius: 4px;
	color: #333;
	text-align: center;
	background: #ffc616
}
.error-tips b{
  position: absolute;
  bottom: -16px;
  left: 45%;
  margin-right: 20px;
  border: 8px solid #c2cfe6;
  border-color: #ffc616 transparent transparent transparent;
}
.error-tips.error{
  display: block;
}





/* 免费试用 */
.to_reg{
  margin: 10px 0 30px 0;
  text-align: center;
}
.to_reg .btn{
  width: 150px;
}

/* 底部 */
.footer-list{
	border-bottom: 1px solid #43474A;
	font-size:14px;
}
.footer-list .footer-list-content>div{
	display: inline-block;
	width:24%;
	padding: 20px 0;
}
.footer-list .footer-list-content>div>div{
	display: inline-block;
	color:#fff;
}
.footer-list .footer-list-content b{
	display: inline-block;
	width: 50px;height:50px;
	margin-right: 5px;
	vertical-align: top;
	background: url("../ym1/index-icon.png") no-repeat -104px -75px;
}
.footer-list .footer-list-content p{
	font-size:16px;
	padding-bottom: 10px;
}
.footer-list .footer-list-content h6{
	color:#808080;
}
.footer-list .footer-list1:hover h6{
	color:#bbb;
}
.footer-list .footer-list1:hover b{
	background-position: -209px -75px;
}
.footer-list .footer-list2 b{
	background-position: -159px -75px;
}
.footer-list .footer-list2:hover h6{
	color:#bbb;
}
.footer-list .footer-list2:hover b{
	background-position: -264px -75px;
}
.footer-list .footer-list3 b{
	background-position: -104px -127px;
}
.footer-list .footer-list3:hover h6{
	color:#bbb;
}
.footer-list .footer-list3:hover b{
	background-position: -209px -127px;
}
.footer-list .footer-list4 b{
	background-position: -159px -127px;
}
.footer-list .footer-list4:hover h6{
	color:#bbb;
}
.footer-list .footer-list4:hover b{
	background-position: -264px -127px;
}
/*hover*/
.footer-list .footer-list1:hover p,.footer-list .footer-list2:hover p,.footer-list .footer-list3:hover p,.footer-list .footer-list4:hover p{
	color:#3088f4;
}
.footer-list,.footer-holder{
	width: 100%;
	background:#34383b;
	overflow: hidden;
}
.footer-list .footer-list-content,.footer,.copyright{max-width:1160px;margin:0 auto;color:#808080}
.copyright p{
	line-height: 40px;
}
.copyright img{
	margin: 0 10px;
	margin-bottom: -5px;
}
.copyright .beian{
	display: inline-block;
	color:#808080;
}
.footer{overflow:hidden;zoom:1;padding:40px 0 40px}
.footer dl{float:left;border-right:#404345 solid 1px;padding-right:42px;margin-right:42px;}
.footer dt{font-size:18px;margin:0 0 10px;}
.footer dd{line-height:30px;font-size:14px;}
.footer dd a {
	display:block;color:#ccc;
	font-size:14px;
	transition: all 0.3s linear;
}
.footer dd a:hover {
	-webkit-transform: translateX(10px);
	-moz-transform: translateX(10px);
	-ms-transform: translateX(10px);
	-o-transform: translateX(10px);
	transform: translateX(10px);
	color: #fff;
}
.footer .item-follow{padding-right:0;border:none 0}
.footer .item-follow i{vertical-align:middle;margin:0 5px 0 0}
.footer .item-follow img{vertical-align:top;margin:10px 0 0;width:92px;height:92px;}
.footer .wx{font-size:16px;color:#808080;}
.footer .img-top{display:none;}
.footer .active .img-top{display:block;}
.footer .active .icon-sina{background-position:0 0}
.footer .active .icon-weixin{background-position:0 0}
.copyright{padding:10px 0;text-align:center;font-size:14px;}
.copyright a{
	display: none;
}
/*分享图标*/
.icon-sina,
.icon-xsina{background:url(../ym1/weibo_icon.png) no-repeat 0 0;display:inline-block;width:20px;height:20px;}
.icon-sina{background-position:-20px 0}
.icon-weixin,
.icon-xweixin{background:url(../ym1/weixin_icon.png) no-repeat 0 0;display:inline-block;width:20px;height:20px;}
.icon-weixin{background-position:-20px 0}
/* 模态框 */
.shengqing-iframe-wrap-new{
  display: none;
  position: fixed;
  z-index: 1999;
  width: 100%;
  height: 100%;
  top: 0px;
  left: 0px;
  bottom: 0px;
  right: 0px;
  overflow: auto;
  background: rgba(255,255,255,0.7);
}
.shenqingshiyong-iframe_new{
  width: 340px;
  border-radius: 10px;
  box-shadow: 0 0 16px 4px rgba(0,0,0, 0.3);
  display: block;
  position: relative;
  z-index: 200000;
  margin: 0 auto 50px;
  margin-top: 5%;
  background: rgb(255, 255, 255);
}
.wrap_content{
    width: 340px;
    height: 620px;
}
.wrap_content .top_content{
    position: relative;
    background: #0075c2;
    border-top-left-radius: 6px;
    border-top-right-radius: 6px;
}
.wrap_content .top_content .wrap_bg{
    background: url('../tanc/web_bg.png') no-repeat 0 0;
    background-size: 480px 90px;
    height: 80px;
}
.wrap_content .top_content .close{
    width: 28px;
    height: 28px;
    background: url('../tanc/close.png') no-repeat 0 0;
    background-size: 28px;
    position: absolute;
    top: 20px;
    right: 20px;
    cursor: pointer;
    opacity: 0.8;
}
.wrap_content .top_content .close:hover{
    opacity: 1;
}
.wrap_content .top_content .wrap_logo{
    position: absolute;
    left: 50%;
    top: 30px;
    width: 104px;
    height: 104px;
    border-radius: 50%;
    box-shadow:0px 0px 12px 0px rgba(0,99,74,0.3);
    background: #fff;
    margin-left: -52px;
}
.wrap_content .top_content .wrap_logo .logo_img{
    background: url('../tanc/logo.png') no-repeat center;
    background-size: 90px;
    width: 104px;
    height: 104px;
}
.wrap_content .wrap_explain{
    text-align: center;
    margin-top: 20px;
}
.wrap_content .wrap_explain h4{
    font-size:24px;
    font-weight:400;
    color:rgba(51,51,51,1);
    line-height:24px;
}
.wrap_content .wrap_explain p{
    font-size:18px;
    line-height: 18px;
    color:rgba(102,102,102,1);
    margin-top: 12px;
}
.wrap_content .wrap_form{
    padding: 0 30px;
    margin-top: 15px;
}
.wrap_content .wrap_form div{
    position: relative;
}
.wrap_content .wrap_form div input{
    width:280px;
    height:42px;
    border-radius:4px;
    border:1px solid rgba(204,204,204,1);
    padding-left: 42px;
    font-size: 14px;
    font-weight: 200;
	
}
.wrap_content .wrap_form form div input:focus{
    outline: none;
    border: 1px solid #4bc3a1;
}
.wrap_content .wrap_form form div input:focus~.iconfont{
    color: #4bc3a1;
}
.wrap_content .wrap_form form div p.erro_tip{
    font-size:14px;
    font-weight:400;
    color:rgba(255,76,76,1);
    line-height:14px;
    margin-top: 6px;
    margin-bottom: 12px;
    visibility: hidden;
}
.wrap_content .wrap_form form div.wrap_code input{
    width: 186px
}
.wrap_content .wrap_form form div .iconfont{
    position: absolute;
    top: 10px;
    left: 10px;
    font-size: 20px;
    color: #c0c0c0;
    width: 25px;
    height: 25px;
    background: url(../tanc/formIcon.png) no-repeat;
	
}

.wrap_content .wrap_form form div .iconfont1{
    position: absolute;
    top: 10px;
	right:15px;
    font-size: 20px;
    color: #c0c0c0;
    width: 25px;
    height: 25px;

	
}
.wrap_content .wrap_form form div .get_code{
    width:120px;
    height:42px;
    background:rgba(255,255,255,1);
    border-radius:4px;
    border:1px solid rgba(204,204,204,1);
    font-size:16px;
    color: rgba(102,102,102,1);
    line-height: 42px;
    text-align: center;
    display: block;
    float: right;
    cursor: pointer;
}
.wrap_content .wrap_form form div .get_code:hover{
    border:1px solid rgba(0,199,159,1);
    color: rgba(0,199,159,1);
}
.wrap_content .wrap_form form div .can_cli:hover{
    color: rgba(102,102,102,1);
    border:1px solid rgba(204,204,204,1);
}
.wrap_content .wrap_form form div.interest p{
    font-size:14px;
    color:rgba(102,102,102,1);
    line-height:14px;
}
.wrap_content .wrap_form form div.interest p.erro_tip{
    color: rgba(255,76,76,1);
}
.wrap_content .wrap_form form div.interest .wrap_type{
    margin-top: 10px;
}
.wrap_content .wrap_form form div.interest .wrap_type span{
    display: inline-block;
    padding-left: 28px;
    position: relative;
    margin-left: 44px;
    font-size:16px;
    cursor: pointer;
}
.wrap_content .wrap_form form div.interest .wrap_type span:hover::before{
    border:1px solid rgba(0,199,159,1);
}
.wrap_content .wrap_form form div.interest .wrap_type span.active:hover::before{
    border: none;
}
.wrap_content .wrap_form form div.interest .wrap_type span.first{
    margin-left: 0;
}
.wrap_content .wrap_form form div.interest .wrap_type span::before{
    content: "";
    display: inline-block;
    position: absolute;
    width: 18px;
    height: 18px;
    border-radius:4px;
    border:1px solid rgba(217,217,217,1);
    left: 0;
    top: 0;
}
.wrap_content .wrap_form form div.interest .wrap_type span.active::after{
    content: "";
    display: inline-block;
    width: 10px;
    height: 4px;
    transform: rotate(-45deg);
    border-bottom: 2px solid #fff;
    border-left: 2px solid #fff;
    position: absolute;
    left: 5px;
    top: 6px;
}
.wrap_content .wrap_form form div.interest .wrap_type span.active::before{
    content: "";
    display: inline-block;
    width: 20px;
    height: 20px;
    top: 0;
    background:rgba(0,174,131,1);
    left: 0;
    position: absolute;
    border: none;
}
.wrap_content .wrap_form .btn{
    display: block;
    text-align: center;
    font-size:18px;
    color: #fff;
}
.wrap_content .wrap_form p.explain{
    font-size:12px;
    color:rgba(102,102,102,1);
    line-height: 16px;
    text-align: center;
    margin-top: 16px;
}
/* 试用提示信息 */
.tip-message{
  /* min-width: 380px; */
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border-width: 1px;
  border-style: solid;
  border-color: #EBEEF5;
  border-radius: 3px;
  position: fixed;
  z-index: 10000;
  left: 50%;
  top: -50px;
  /* top: 20px; */
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  background-color: #edf2fc;
  opacity:0;
  -webkit-transition: opacity .3s,-webkit-transform .4s;
  transition: all .3s,-webkit-transform .4s;
  transition: all .3s,transform .4s;
  transition: all .3s,transform .4s,-webkit-transform .4s;
  padding: 15px 15px 15px 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.tip-message.tip-message--error{
  background-color: #fef0f0;
  border-color: #fde2e2;
}
.tip-message.tip-message--error p,.tip-message.tip-message--error i{
  color: #F56C6C;
}
.tip-message.tip-message--success{
  background-color: #f0f9eb;
  border-color: #e1f3d8;
}
.tip-message.tip-message--success p,.tip-message.tip-message--success i{
  color: #67C23A;
}
/* 右侧浮动框 */
.dtVFWO {
	position: fixed;
	right: 0px;
	top: 50vh;
	background: rgba(255,255,255,1);
	box-shadow: 0px 10px 26px 0px rgba(49,83,212,0.15);
	z-index: 100;
	-webkit-transform: translateX(160px) translateY(-50%);
	-ms-transform: translateX(160px) translateY(-50%);
	transform: translateX(160px) translateY(-50%);
	width: 240px;
	-webkit-transition: all 0.3s cubic-bezier(0.075,0.82,0.165,1);
	transition: all 0.3s cubic-bezier(0.075,0.82,0.165,1);
}
.dtVFWO:hover{
  -webkit-transform: translateX(0) translateY(-50%);
  -ms-transform: translateX(0) translateY(-50%);
  transform: translateX(0) translateY(-50%);
}
.dtVFWO .suspension-icon .iconfont {
  display: inline-block;
  width: 40px;
  height: 80px;
	border-top: 1px solid rgba(49,83,212,0.2);
}
.dtVFWO .suspension-icon .iconfont span{
  display: inline-block;
  width: 40px;
  height: 40px;
  vertical-align: middle;
  background: url(../ym1/right_icon.png) -15px -17px no-repeat;
}
.dtVFWO .suspension-icon:hover span,.irryZy:hover .suspension-icon span{
  background-position-x: -69px;
}
.hUqXnv .sc-kgoBCf:nth-child(2) .iconfont span{
  background-position-y: -100px;
}
.hUqXnv .sc-kgoBCf:nth-child(3) .iconfont span{
  background-position-y: -181px;
}
.hUqXnv .sc-kgoBCf:nth-child(4) .iconfont span{
  background-position-y: -261px;
}
.hUqXnv .sc-kgoBCf:nth-child(5) .iconfont span{
  background-position-y: -339px;
}
.hnDFsN .suspension-icon:hover, .cfLIzm .suspension-icon:hover {
	background: #0075ff;
}
.irryZy .suspension-icon,.hnDFsN .suspension-icon,.cfLIzm .suspension-icon {
	margin-right: 18px;
	padding: 0 20px;
	height: 80px;
	line-height: 80px;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
}
.irryZy, .cfLIzm {
	margin-bottom: 0;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-align-items: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	color: rgba(46,46,46,1);
	cursor: pointer;
	-webkit-transition: all .3s cubic-bezier(0.075,0.82,0.165,1);
	transition: all .3s cubic-bezier(0.075,0.82,0.165,1);
}
.cfLIzm:last-child {
	margin-top: -65px;
}
.irryZy:hover {
	background: #0075ff;
	color: #fff;
}
.irryZy:first-child .suspension-icon .iconfont {
	border-top: none;
}
.irryZy:last-child,.hnDFsN:last-child {
	margin-top: -65px;
}
.irryZy .suspension-desc span {
	font-size: 16px;
	font-weight: 500;
}
.irryZy .suspension-desc span.phone {
	font-size: 18px;
  font-weight: bold;
	color: #FF0000;
}
.hnDFsN {
	margin-bottom: 0;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-align-items: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	color: rgba(46,46,46,1);
	cursor: pointer;
	-webkit-transition: all .3s cubic-bezier(0.075,0.82,0.165,1);
	transition: all .3s cubic-bezier(0.075,0.82,0.165,1);
	-webkit-align-items: flex-start;
	-webkit-box-align: flex-start;
	-ms-flex-align: flex-start;
	align-items: flex-start;
}
.hnDFsN .qr-code {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
}
.hnDFsN .qr-code img {
	width: 107px;
	height: 107px;
  margin-top: 10px;
	margin-bottom: 5px;
}
.hnDFsN .qr-code span {
	font-size: 14px;
}
/* 底部固定 */
.fl{
    float: left;
}
.fixed-bottom {
	position: fixed;
  /* bottom: 0px; */
	bottom: -150px;
	left: 0;
	z-index: 200;
	width: 100%;
	height: 70px;
	line-height: 70px;
  transition: all .3s linear;
	background: rgba(0,0,0,.7);
}
.fixed-bottom.show {
  bottom: 0px;
}
.fixed-bottom .bottom-con {
	position: relative;
	height: 100%;
  width: 1240px;
	margin: 0 auto;
}
.fixed-bottom .person {
	position: absolute;
	bottom: 0;
	left: 30px;
	width: 167px
}
.fixed-bottom .bottom-con p {
	padding-left: 210px;
	color: #fff;
	font-size: 24px
}
.fixed-bottom .bottom-con p span {
	color: #ffde00;
	font-weight: 700
}
.fixed-bottom .fixed-form {
	padding-top: 15px;
	padding-left: 30px
}
.fixed-bottom .fixed-form .box {
	position: relative;
}

.fixed-bottom .fixed-form input {
  display: block;
  width: 170px;
  height: 40px;
  border: none;
  padding:0 10px;
  color: #333;
  font-size: 16px;
  border-radius: 4px;
  margin-right: 10px;
}
.fixed-bottom .fixed-form .phone{
  padding-left: 38px;
}
.fixed-bottom .fixed-form .box i{
  position: absolute;
  top: 0;
  left: 10px;
  font-size: 20px;
  width: 25px;
  height: 40px;
  background: url(../ym1/formIcon.png) -10px -40px no-repeat;
}
.fixed-bottom .fixed-form .btn {
	width: 100px;
	height: 40px;
  padding: 0;
	line-height: 40px;
	background: #0075c2;
	text-align: center;
	font-size: 16px;
	color: #fff;
	border-radius: 4px;
	cursor: pointer;
}

/* @media (max-width:1180px) {
	.fixed-bottom .bottom-con .fixed-form .btn {
		width: 150px
	}
}
 */
