
body {
    min-width: 1200px;
    font-size: 14px!important;
    line-height: 1.5;
    font-family: "微软雅黑", "Helvetica Neue", Helvetica, "PingFang SC", "Hiragino Sans GB", "Microsoft YaHei", Arial, sans-serif !important;
}

body a{
	font-family: '微软雅黑';
	font-weight: normal;
	color:#333;
    transition: all 0.3s ease 0s;
}
body a:hover{
    text-decoration: none;
    color:#4d84ff; 
}
input:focus{
	outline:none;
	border: 1px solid #4d84ff;
}
input::-webkit-input-placeholder {
        color: #9599a8;
        font-size: 12px;
    }
button{
	outline: none;
}
/* .icon{
    display: inline-block;
    width:16px;
    height: 16px;
    color:#fff;
} */
/* 全局-header */

.g-header{
    width:100%;
    height: 60px;
    position: fixed;
    top:0;
    left: 0;
    transition: all .5s ease-in-out;
    z-index: 99;
	background-color: #fff;
	box-shadow: 0 0 9px rgba(0,0,0,.3);
}
.solid{
    background: #fff;
    border-bottom:1px solid #f0f1f2;
}
.g-header .wrapper{
    display: flex;
    flex-direction: row;
    height: 60px;
    width:1200px;
    padding:0 10px;
    box-sizing: border-box;
    margin:0 auto;
    font-size: 14px;
    align-items: center;
}
.g-header .wrapper .h_logo{
    width:111px;
  
}
.g-header .wrapper .wrapper-content{
    flex:1;
    align-items: center;
    display:flex;
    flex-direction: row;
    justify-content: space-between;
}
.g-header .wrapper .wrapper-content .h_nav{
    flex:1;
}
.g-header .wrapper .wrapper-content .h_nav > ul{
    display: flex;
    flex-direction: row;
    justify-content: flex-end;
    margin-right: 48px;
}
.g-header .wrapper .wrapper-content .h_nav > ul > li{
    margin-left: 32px;
    height: 55px;
    line-height: 55px;
    color:#fff;
    cursor: pointer;
}
.g-header .wrapper .wrapper-content .h_nav > ul > li:hover > .nav_content{
    display: flex;
    transform: rotate3d(0,0,0,0deg);
}
.nav_content{
    width:100%;
    background: #fff;
    position: absolute;
    top:60px;
    left:0;
    display: flex;
    justify-content: center;
    border-top: 1px solid #f0f1f2;
    transition:all .3s ease-in-out;
    transform: rotate3d(1,0,0,-90deg);
    transform-origin: 50% 0%;
    padding-bottom: 50px;
    border-bottom: 1px solid #e4e4e4;
    overflow: hidden;
    box-sizing: border-box;
}
.nav_content .panel{
    width:1200px;
    margin:0 auto;
}
.nav_content .panel .panel-row{
    padding-top: 40px;
}
.nav_content .panel .panel-row .row-title{
    font-size: 14px;
    color:#373d40;
    line-height: 20px;
    padding-left: 12px;
    margin-bottom: 8px;
    display: flex;
    align-items: center;
}
.nav_content .panel .panel-row .row-title .row-title-line{
    background:#488bff;
    width:2px;
    height:12px;
    margin-right: 5px;
}
.nav_content .panel .panel-row > .nav-list{
    display: flex;
    justify-content: flex-start !important;
    flex-wrap: wrap;
}
.nav_content .panel .panel-row > .nav-list li{
    width:220px;
    height:72px;
    text-align: left;
    margin-right: 20px;
    margin-left: 0;
}
.nav_content .panel .panel-row > .nav-list li > a{
    display: flex !important;
    width:100%;
    height:100%;
    padding:0 12px;
    box-sizing: border-box;
    align-items: center;
}
.nav_content .panel .panel-row > .nav-list li > a:hover{
    background: #f5f6f7;
    border-radius: 4px;
}
.nav_content .panel .panel-row > .nav-list li .nav-title{
    font-size: 16px;
    line-height: 26px;
    color:#333333;
    margin-bottom: 4px;
}
.nav_content .panel .panel-row > .nav-list li .nav-desc{
    font-size: 12px;
    color:#9b9ba3;
    line-height: 17px;
}
.g-header .wrapper .wrapper-content .h_nav ul > li > a{
    display: block;
    width:100%;
    height:100%;
}
.g-header .wrapper .wrapper-content .h_nav ul > li > a > .iconfont{
	font-size: 12px;
	font-weight: bold;
}

.g-header .wrapper .wrapper-content .h_nav ul > li:hover > a{
    color:#049BFF !important; 
}
.g-header .wrapper .wrapper-content.onscroll ul li a{
    color:#333;
}
.g-header .wrapper .wrapper-content.onscroll ul li a:hover{
    color:#049BFF !important; 
}
.h_login{
    font-size: 14px;
}
.h_login .u_btn_login{
    box-sizing: border-box;
    color:#333;
    border: 1px solid #dcdcdc;
    padding:7px 15px;
    border-radius: 4px;
    margin-right: 12px;
    transition: all .4s;
}
.h_login .u_btn_reg{
    color:#fff;
    background: #049BFF;
    padding:8px 15px;
    border: 1px solid #fff;
    border-radius: 4px;
    transition: all .4s ease-in-out;
}
.h_login .u_btn_reg:hover{
    background: #e5e5e5;
    border-color: #e5e5e5;
    color:#333333;
}
.g-header .wrapper .wrapper-content.onscroll .h_login .u_btn_login{
    border:1px solid #dcdcdc;
    color:#333;
}
.g-header .wrapper .wrapper-content.onscroll .h_login .u_btn_login:hover{
    background: #f4f6f8;
    border:1px solid #dcdcdc;
    color:#333333;
}
.g-header .wrapper .wrapper-content.onscroll .h_login .u_btn_reg{
    background: #049BFF;
    border:1px solid #049BFF;
    color:#fff;
}
.g-header .wrapper .wrapper-content.onscroll .h_login .u_btn_reg:hover{
    background: #0066cc;
    border-color:#0066cc;
}

/* 全局banner */
.w1200 {
	width: 1200px;
	margin: 0 auto;
	position: relative;
}

.pa {
	position: absolute;
}

.swiper-banner {
	width: 100%;
	height: 560px;
	margin-top: 60px;
}

.swiper-banner .swiper-slide {
	width: 100%;
	height: 620px;
	color: #fff;
	display: block;
}

.swiper-banner .swiper-slide .wrap {
	height: 520px;
}

.swiper-banner .swiper-slide .sl-left {
	top: 170px;
	left: 40px;
	width: 100%;
}

.swiper-banner .swiper-slide .t1 {
	top: 0px;
	left: 0px;
	font-size: 26px;
}

.swiper-banner .swiper-slide .t2 {
	/* top: 50px; */
	left: 0px;
	font-size: 40px;
}
.swiper-banner .swiper-slide .t2-ex{
	top:40px;
}
.swiper-banner .swiper-slide .t3 {
	top: 60px;
	left: 0px;
	font-size: 18px;
}
.swiper-banner .swiper-slide .t3-ex{
	top:90px;
}
.swiper-banner .swiper-slide .t3 li {
	float: left;
	margin-right: 20px;
	margin-top: 14px;
	
}
.swiper-banner .swiper-slide .t3 li:nth-child(4){
	clear: both;
}
.swiper-banner .swiper-slide .t3 .t3-list li:nth-child(4){
	clear: none;
}
.swiper-banner .swiper-slide .btn{
	width: 170px;
	height: 40px;
	line-height: 40px;
	left: 0;
	top: 180px;
	border-radius: 2px;
	font-size: 16px;
	color: #fff;
	text-align: center;
	transition: all 0.3s ease 0s;
	background-image: linear-gradient(to right, #3a62fe 0%, #5292ff 100%);

}

.swiper-banner .swiper-slide .img1 {
	top: 110px;
	left: 490px;
}

.swiper-banner .swiper-slide .img2 {
	top: 0px;
	left: 700px;
}

.swiper-banner .swiper-slide .img3 {
	top: 100px;
	left: 650px;
}

.swiper-banner .swiper-slide.slide1 {
	background: url(../images/banner/banner1_bg.jpg) no-repeat center top #190955;
}

.swiper-banner .swiper-slide.slide2 {
	background: url(../images/banner/banner2_bg.jpg) no-repeat center top #120055;
}

.swiper-banner .swiper-slide.slide3 {
	background: url(../images/banner/banner5_bg.jpg) no-repeat center top #0a074e;
}

.swiper-banner .swiper-pagination {
	bottom: 40px!important;
}

.swiper-banner .swiper-pagination .swiper-pagination-bullet {
	width: 40px;
	height: 5px;
	border-radius: 0;
}
.sms-service.swiper-banner .swiper-slide .btn{
    width:170px;
    height:46px;
    background:rgba(255,255,255,1);
    box-shadow:0px 0px 9px 0px rgba(0,0,84,0.33);
    border-radius:22px;
    bottom: -150px;
    left: 0;
    right:0;
    margin: auto;
    color:#049BFF;
    line-height: 46px;
}
.sms-service.swiper-banner .swiper-wrapper .w1200{
    height: 100%;
}
.sms-service.swiper-banner .swiper-slide{
    height: 100%;
}
.sms-service.swiper-banner .swiper-slide .sl-left{
    top:0;
    left: 0;
    height: 100%;
}
.sms-service.swiper-banner .swiper-slide.slide1{
    background-image: url(../images/swiper_sms_service_1.jpg);
    background-size: 100% 100%;
    /* object-fit: cover; */
}
.sms-service.swiper-banner .swiper-slide.slide2{
    background-image: url(../images/swiper_sms_service_2.png);
    background-size: 100% 100%;
}


.container {
    width: 1200px;
    margin-right: auto;
    margin-left: auto;
	
}

.cp-icon{background:url(/images/cp-icon.png) 0px 0px no-repeat;width:85px;height:85px;display:inline-block;
 background-position: -528px -7px;}
.footer-1{ background:#2D313D;color:#fff;}
.footer-1-list li{ float:left; width:25%;}
.footer-1-list li .item-box{ padding:32px 10px; height:51px}
.footer-1-list li .item-box i{background: url(http://www.dxtong.com/images/cp-icon.png) 0px 0px no-repeat;width: 51px;height: 51px; display:inline-block; vertical-align:middle;}
.footer-1-list li .item-box i.footer-icon1{ background-position:0px -929px}
.footer-1-list li .item-box i.footer-icon2{ background-position:-51px -929px}
.footer-1-list li .item-box i.footer-icon3{ background-position:-102px -929px}
.footer-1-list li .item-box i.footer-icon4{ background-position:-153px -929px}
.footer-1-list li p{ line-height:51px;display:inline-block; margin-left:12px; font-size:16px; vertical-align:middle;}
.footer-2{ background:#373B46;overflow: hidden;}
.footer-2-top{ margin-bottom:40px; margin-top:50px;}
.footer-nav-list{ float:left; width:940px;}
.footer-nav{ width:235px;}
.footer-nav li{ line-height:34px;display: inline-block;width: 115px;}
.footer-nav .tittle{ font-size:18px; color:#fff; padding-bottom:15px;width: 100%;}
.footer-nav li a{ color:#a9b0b4;}
.footer-nav li a:hover{ color:#fff;}
.footer-code{ float:right; width:180px; color:#a9b0b4;line-height: 20px;}
.footer-code .tel{ position:relative; padding-left:38px;}
.footer-code .tel i{ position:absolute; left:0px; top:6px; width:30px; height:30px;}
.footer-code .tel b{ font-size:18px; color:#fff; font-family:Arial, Helvetica, sans-serif; line-height:22px;}
.footer-code .tel:hover .cp-icon7{background-position:-559px -7px;}
.footer-code p{ font-size:12px;}
.weixin-code{ padding:10px 0;}
.footer-2-bottom{ border-top:1px solid #4E525C}
.footer-2-bottom ul{ padding:15px 0;}
.footer-2-bottom ul li{ float:left; margin-right:10px; line-height:24px;}
.footer-2-bottom ul li a{ color:#737a80;}
.footer-2-bottom ul li a:hover{ color:#fff;}
.footer-3{ background:#2C3039; height:44px; color:#62676e; line-height:44px;}
.footer-3 span{ display:inline-block; width:24px; height:44px; background:url(/images/wangan.gif) center center no-repeat; margin-left:10px;}
.footer-3 span a{ display:block; width:24px; height:24px;}

/* 全局copyright */
.g-copyright{
    text-align: center;
    font-size: 14px;
    line-height: 60px;
    background: #292c33;
    color:#fff;
    height: 60px;
}

/* 全局容器 */
.g-section{
    width:100%;
}
.g-section-main{
    width:1200px;
    margin: 0 auto;
    padding: 100px 0;
}
.g-section-main h1{
    font-size: 28px;
    text-align: center;
    font-weight: 400;
	color: #333;
}
.g-section-main p{
    font-size: 14px;
    text-align: center;
    margin: 20px 0 40px;
    color:#9599a8;
    line-height: 24px;
}
.g-section:nth-child(even){
    background: #f0f2f7;
}

/* 全局分页 */
.pagenum {
	text-align: center;
	padding: 60px 0;
}
.pagenum ul{ 
	display:inline-block;
}
.pagenum li {
	float: left;
	display: inline-block;
	height: 34px;
	line-height: 34px;
	text-align: center;
	margin-left: 16px;
	border: 1px solid #e4e8ea;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}
.pagenum li:hover, .pagenum li.active {
	background-color: #4d84ff;
	border-color: #4d84ff;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease
}
.pagenum li:hover a, .pagenum li.active a {
	color: #fff;
}
.pagenum li.active {
	background-color: #4d84ff;
	color: #fff;padding: 0 15px;
	border-color: #4d84ff;
}
.pagenum li a {
	display: block;
	color: #374552;
	padding: 0 15px;
	margin: 0;
}


.ihuyi-certification ul {
    display: flex;
}
.ihuyi-certification ul li {
    width: 20%;
}
.ihuyi-certification ul li .__img {
    width: 100px;
    height: 100px;
    line-height: 128px;
    border-radius: 50%;
    text-align: center;
    background-color: #fff;
    margin: 0 auto 24px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.ihuyi-certification ul li .__img:hover {
    box-shadow: 0 0 10px rgba(0, 0, 0, .12);
}
.ihuyi-certification ul li .__img img {
    width: 64px;
    height: 64px;
    display: block;
}
.ihuyi-certification ul li .__desc {
    font-size: 14px;
    color: #333;
    text-align: center;
}


/*----- 首页 ----- */
/* 服务 */
.services{
    width:100%;
}
.services ul{
    overflow: hidden;
    width: 100%;
    padding-top: 15px;
}
.services ul li{
    float: left;
    border:1px solid #ebebeb;
    width:277px;
    height:298px;
    display: flex;
	 border-radius: 5px;
    flex-direction: column;
    justify-content: center;
    padding:40px 0 30px;
    box-sizing: border-box;
    margin-right: 30px;
    transition: all .4s;
}
.services ul li:hover{
    transform: translate(0,-10px);
	border: 1px solid #4d84ff;
	box-shadow: 0 5px 10px rgba(221,221,221,.8);
   
}
.services ul li:last-child{
    margin-right: 0;
}
.services .img {
    width:80px;
    height:80px;
    margin:0 auto;
}
.services .img img{
	display: block;
	width: 100%;
}


.services .title{
    font-size: 18px;
    color: #333;
    text-align: center;
    margin:30px 0 0 0;
}
.services .desc{
    font-size: 14px;
    color:#9599a8;
    margin:15px 0 0 0;
    text-align: center;
}
.services .btn{
    display: block;
    width:120px;
    height:38px;
    border-radius: 3px;
    font-size: 14px;
    text-align: center;
    line-height: 38px;
    color:#fff;
    background: #4d84ff;
    margin:24px auto 0;
}
/* 优势 */
.youshi ul{
    overflow: hidden;
    width: 100%;
}
.youshi ul li{
    float: left;
    padding:10px 0 20px;
    width:270px;
    height:243px;
    box-sizing: border-box;
    margin-right: 30px;
}
.youshi .img {
    width:120px;
    height:110px;
    margin:0 auto;
}

.youshi .img img{
	width: 100%;
}

.youshi .title{
    font-size: 18px;
    color: #333;
    text-align: center;
    margin:20px 0 0 0;
}
.youshi .desc{
    font-size: 14px;
    color:#9599a8;
    margin:20px 0 0 0;
    text-align: center;
}



/* 企业展示 */
.company{
    width:100%;
}
.company ul{
    overflow: hidden;
}
.company ul li{
    float: left;
	width: 180px;
	margin: 10px 10px;
	border-radius: 4px;
	background-color: #fff;
	box-shadow: 0 1px 1px rgba(0,0,0,.1);
	transition: box-shadow 0.5s, transform 0.5s;
}
.company ul li img{
	display: block;
	width: 100%;
}
.company ul li:hover{
	
	box-shadow:5px 5px 5px #ddd;
	
}

/* 新闻 */
.news{
    width:100%;
}
.news ul.news_list{
    overflow: hidden;
}
.news ul.news_list li{
    float: left;
    margin-right: 53px;
    width:360px;
}



.news ul.news_list li:last-child{
    margin-right: 0;
}
.news_content{
    overflow: hidden;
}
.news_content li{
    padding:20px;
    box-sizing: border-box;
	transition: box-shadow 0.5s, transform 0.5s;
}
.news_content li a{
    color:#333333;
}
.news_content li:hover a{
    color:#4d84ff;
	cursor: pointer;
}
.news_content > li:first-child{
    padding:0;
    width:345px;
    border:1px solid #ebebeb;
}
.news_content > li:first-child:hover{
	box-shadow:5px 5px 5px #ddd;
}
.news_content > li:nth-child(2){
    border-bottom:1px solid #ebebeb;
}
.news_1 .img{
    width:100%;
    height:150px;
	overflow: hidden;
    border-bottom:1px solid #ebebeb;
}
.news_1 .img img{
	width: 100%;
}

.news_1 .content{
    padding:20px;
}
.content h3{
    white-space: nowrap;
    font-size: 16px;
    color:#333333;
    line-height: 30px;
    text-overflow: ellipsis;
}
.content p{
    font-size: 14px;
    color:#9599a8;
    line-height: 22px;
    text-align: left;
    margin:10px 0 10px 0;
}
.content span{
    display: inline-block;
    font-size: 14px;
    color:#9599a8;
    margin-top: 10px;
}
/* 体验 */
.have-try{
    background: #2499fa !important;
}
.have-try .g-section-main{
    padding:70px 0;
}
.have-try h2{
    text-align: center;
    color:#fff;
    font-size: 28px;
    margin-bottom: 30px;
    font-weight: 400;
}
.have-try p{
    color:#fff;
}
.have-try .try{
    text-align: center;
}
.have-try .try input{
    width:298px;
    height:50px;
    border:1px solid #0066cc;
    margin-right: -5px;
    padding-left: 5px;
    box-sizing: border-box;
    font-size: 14px;
    box-sizing: border-box;
    vertical-align: middle;
    color: #9599a8;
	padding-left: 20px;
}
.have-try .try button{
    display: inline-block;
    /* width:150px; */
    padding: 0 20px;
    height:50px;
    background: #fff;
    border:1px solid #4d84ff;
    border-radius: 4px;
    color:#fff;
    cursor: pointer;
    margin-top: -1px;
    box-sizing: border-box;
    font-size: 16px;
    vertical-align: middle;
    color:#4d84ff;
    transition: .5s all;
    font-family: "微软雅黑", "Helvetica Neue", Helvetica, "PingFang SC", "Hiragino Sans GB", "Microsoft YaHei", Arial, sans-serif !important;
}
.have-try .try button:hover{
    background: #0066cc;
    color:#fff;
}
.sms-service.have-try{
    background: #fff !important;
    color:#5F616D;
}
.sms-service.have-try p,.sms-service.have-try h2{
    color:#5F616D;
}
.sms-service.have-try .try button{
    color:#fff;
    background: #049BFF;
    border:1px solid #049BFF;
}
.container-img{
    width:100%;
    height:500px;
    background:#ccc;
    margin-top: 20px;
}
.container-items{
    width:100%;
    min-height:500px;
    background:#ccc;
    margin-top: 20px;
}
.saling{
    width:100%;
    display: flex;
    justify-content: center;
    align-items: center;
    background: url(../images/sms_service_bottom.png) no-repeat;
    height: 250px;
}
.saling img{
    margin-right: 20px;
}
.saling .content{
    color:#fff;
    margin-right: 156px;
}
.saling .content h3,.saling .content p{
    color:#fff;
}
.saling .content h3{
    font-size:32px;
    font-weight:bold;
    margin-bottom: 20px;
    overflow: inherit;
}
.saling .content p{
    font-size:16px;
    margin:0;
}
.saling .btn a{
    display: block;
    width:200px;
    height:54px;
    background:rgba(255,255,255,1);
    border-radius:4px;
    font-size:18px;
    color:#049BFF;
    line-height: 54px;
    text-align: center;
    letter-spacing: 2px;
}
.sms-service-solution {
    border-bottom: 1px solid #EBEBEB;
}
.sms-service-solution ul{
    width: 100%;
    display: flex;
    justify-content: space-between;
    margin-bottom: -1px;
}
.sms-service-solution ul li{
    font-size: 16px;
    text-align: center;
    line-height: 48px;
    width:15%;
    box-sizing: border-box;
    position: relative;
    cursor: pointer;
    transition: all .3s;
}
.sms-service-solution ul li::after{
    content: '';
    display: none;
    width:40px;
    height: 2px;
    background:#049BFF;
    position: absolute;
    bottom: 0;
    left: 50%;
    margin-left: -20px;
}
.sms-service-solution ul li:hover{
    color:#049BFF;
}
.sms-service-solution ul li.ontab{
    color:#049BFF;
}
.sms-service-solution ul li.ontab::after{
    display: block !important;
}
.sms-service-solution-details{
    /* display: flex; */
    justify-content: center;
    padding-top: 150px;
    display: none;
}
.sms-service-solution-details .sms-service-solution-details_img{
    min-width: 300px;
    height: 350px;
    margin-right: 154px;
}
.sms-service-solution-details .sms-service-solution-details_content{
    width: 350px;
}
.sms-service-solution-details .sms-service-solution-details_content .title{
    color:#333333;
    font-size:20px;
    line-height:63px;
    position: relative;
    text-indent: 11px;
}
.sms-service-solution-details .sms-service-solution-details_content .title::before{
    content: '';
    width:3px;
    height: 20px;
    background: #049BFF;
    position: absolute;
    top: 50%;
    left: 0;
    margin-top: -10px;
}
.sms-service-solution-details .sms-service-solution-details_content .detail_content{
    color:#666666;
    font-size: 14px;
    line-height:28px;
}
.sms-service_upgrade{
    display: flex;
    justify-content: center;
    align-items: center;
    padding-top: 50px;
}
.sms-service_upgrade .sms-service_upgrade_before,.sms-service_upgrade .sms-service_upgrade_arrow{
    margin-right: 50px;
}
.sms-service_upgrade .sms-service_upgrade_arrow{
    width:83px;
    font-size:16px;
    line-height:63px;
    text-align: center;
    color: #666666;
}
.sms-service_upgrade .sms-service_upgrade_arrow h5{
    margin-bottom: -20px;
}
.sms-service_price{
    display: flex;
    justify-content: center;
    padding-top: 50px;
}
.sms-service_price .sms-service_price_list{
    width: 500px;
}
.sms-service_price .sms-service_price_list ul li{
    display: flex;
    justify-content: flex-start;
    margin-bottom: 30px;
}
.sms-service_price .sms-service_price_list ul li .sms-service_price_list_img{
    margin-right: 14px;
}
.sms-service_price .sms-service_price_list ul li .sms-service_list-content{
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.sms-service_price .sms-service_price_list ul li .sms-service_list-content h5{
    color:#333333;
    font-size:16px;
    line-height:47px
}
.sms-service_price .sms-service_price_list ul li .sms-service_list-content p{
    color:#666666;
    font-size:14px;
    line-height:47px;
    line-height:22px;
    margin: 0;
}

.sms-gzh_case{
    display: flex;
    justify-content: center;
    align-items: center;
}
.sms-gzh_case .sms-gzh_case_list{
    height: 445px;
    margin-right: 189px;
}
.sms-gzh_case .sms-gzh_case_list ul {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 100%;
}
.sms-gzh_case .sms-gzh_case_list ul li{
    width: 215px;
    box-shadow: 0 1px 10px rgba(0,0,0,.1);
    border-radius: 100px;
    padding: 10px 25px;
    cursor: pointer;
    vertical-align: bottom;
    background: #fff;
    display: flex;
    justify-content: flex-start;
    align-items: center;
}
.sms-gzh_case .sms-gzh_case_list ul li p{
    padding-left: 16px;
}
.sms-gzh_case .sms-gzh_case_list ul li i{
    width: 30px;
    height: 30px;
    text-align: center;
    line-height: 30px;
    display: inline-block;
    background: #CFCFCF;
    border-radius: 100px;
    font-style: normal;
    vertical-align: middle;
    color: #fff;
}
.sms-gzh_case .sms-gzh_case_list ul li.sms-gzh_case_ontab{
    background: #049BFF;
    color: #fff;
}
.sms-gzh_case .sms-gzh_case_list ul li.sms-gzh_case_ontab i{
    background: #fff;
    color: #049BFF;
}
.sms-gzh_case .sms-gzh_case_list ul li.sms-gzh_case_ontab p{
    color: #fff;
}
.sms-gzh_case .sms-gzh_case_img{
    display: none;
    width: 274px;
    height: 496px;
} 
.sms-gzh_case .sms-gzh_case_img img{
    height: 100%;
}
.sms-hy.banner {
    background-image: url(../images/hye_banner.jpg) !important;
}

.sms-service-cooperate.sms-case-banner{
    background: url(../images/hezuo_banner.jpg) no-repeat;
}

/* ----- 产品页 ----- */
/* banner */
.banner{
    width:100%;
    margin-top: 60px;
    background: #4d84ff;
	background-image: linear-gradient(to right, #1a0a55 0%, #340963 100%);
}
.banner .content{
    width:1200px;
    height: 400px;
    box-sizing: border-box;
    padding:40px 0;
    margin: 0 auto;
    display: flex;
	background: url(../images/banner/wsc.png) no-repeat right;
    flex-direction: column;
    justify-content: center;
}
.banner .content h2{
    font-size: 38px;
    color:#fff;
    font-weight: 400;
}
.banner .content h3{
    margin:20px 0;
    font-size: 16px;
    color:#fff;
    font-weight: 400;
}
.banner .content .btn{
    width: 170px;
    height: 40px;
    line-height: 40px;
    left: 0;
    top: 180px;
    border-radius: 2px;
    font-size: 16px;
    color: #fff;
    outline: none;
    border: none;
    text-align: center;
    transition: all 0.3s ease 0s;
    background-image: linear-gradient(to right, #3a62fe 0%, #5292ff 100%);
}
.banner .content button:hover{
    background: #0066cc;
    color:#fff;
    transition: all .5s;
}

.sms-propaganda.banner{
    background: #ccc;
}
.sms-propaganda.banner .content a,.sms-vc.banner .content a{
    height:36px;
    padding: 0 10px;
    background:rgba(255,255,255,1);
    box-shadow:0px 0px 9px 0px rgba(0,0,84,0.33);
    border-radius:18px;
    color:#333333;
    font-size:14px;
    line-height:36px;
}
.sms-propaganda.banner .content{
    background: none;
}
.sms-service-propaganda-upgrade-tab ul{
    display: flex;
    justify-content: center;
}
.sms-service-propaganda-upgrade-tab ul li{
    width:116px;
    height:36px;
    border:1px solid #666666;
    border-radius:4px 0px 0px 4px;
    margin-right: -1px;
    color: #666666;
    text-align: center;
    line-height: 36px;
    cursor: pointer;
}
.sms-service-propaganda-upgrade-tab ul li:nth-child(1){
    border-right: none;
}
.sms-service-propaganda-upgrade-tab ul li:nth-child(2){
    border-left: none;
    border-radius:0px 4px 4px 0px;
}
.sms-service-propaganda-upgrade-tab ul li.sms-service-propaganda_ontab{
    border:1px solid #049BFF;
    background: #049BFF;
    color: #fff;
}
.sms-propaganda-price{
    display: flex;
    justify-content: space-between;
    padding-top: 50px;
}
.sms-propaganda-price div{
    text-align: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.sms-propaganda-price div img{
    width: 60px;
    height: 60px;
    display: block;
}
.sms-propaganda-price div span{
    color:#333333;
    font-size:18px;
    line-height:47px;
}
.sms-propaganda-price div span.desc{
    font-size:14px;
    color:#999999;
    line-height: 1;
}
.sms-service-tenmin div{
    position: relative;
}
.sms-service-tenmin div:last-child::after{
    display: none;
}
.sms-service-tenmin div::after{
    content: '';
    position: absolute;
    width: 220px;
    border-top: 1px dashed #049BFF;
    right: -250px;
    top:30px;
    display: block;
}
.sms-service-other{
    display: flex;
    justify-content: flex-start;
}
.sms-service-other dl{
    border-radius:6px;
    width:50%;
    overflow: hidden;
    box-sizing: border-box;
    background: #fff;
    box-shadow: 0 0 5px rgba(0,0,0,.3);
}
.sms-service-other dl:nth-child(1){
    margin-right: 20px;
}
.sms-service-other dl dt{
    background: #049BFF;
    color:#fff;
    font-size:18px;
    font-weight:500;
    line-height:60px;
    text-indent: 20px;
}
.sms-service-other dl dd{
    padding: 0 30px;
    background: #fff;
}
.sms-service-other dl dd .sms-service-other_content{
    display: flex;
    justify-content: flex-start;
    align-items: center;
    min-height: 130px;
    border-bottom: 1px solid #EBEBEB;
    box-sizing: border-box;
}
.sms-service-other dl dd:last-child .sms-service-other_content{
    border-bottom: none;
}
.sms-service-other dl dd .sms-service-other_content img{
    width:32px;
    height: 32px;
    display: block;
    margin-left: 8px;
    margin-right: 30px;
}
.sms-service-other dl dd .sms-service-other_content h5{
    color: #333333;
    font-size:16px;
    font-weight:600;
    line-height:47px;
}
.sms-service-other dl dd .sms-service-other_content p{
    color:#999;
    font-size:14px;
    line-height:26px;
    margin: 0;
}
.sms-propaganda.banner{
    background: url(../images/banner_dx.jpg);
}
.sms-propaganda_swiper{
    height: 368px;
    padding-bottom: 50px;
    position: relative;
}

.sms-propaganda_swiper .swiper-container .swiper-slide{
    display: flex;
    justify-content: space-between;
}
.sms-propaganda_swiper .swiper-pagination{
    bottom: -35px;
    width:100%;
}
.sms-propaganda_swiper .swiper-pagination .swiper-pagination-bullet{
    margin: 0 5px;
}
.sms-propaganda_swiper .swiper-button-prev{
    left: -40px;
}
.sms-propaganda_swiper .swiper-button-next{
    right: -40px;
}

.sms-portal-menu{
    display: flex;
    justify-content: center;
}
.sms-portal-menu div{
    text-align: center;
}
.sms-portal-menu img{
    display: block;
    width: 280px;
    height: 486.19px;
    margin: 0 10px;
}
.sms-portal-menu div span{
    font-size: 16px;
}

.sms-vc.banner{
    background-image: url(../images/yzm_banner.jpg);
}
.sms-vc-package ul{
    display: flex;
    justify-content: space-between;
}
.sms-vc-package ul li{
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    background: #fff;
    padding: 45px 30px 36px;
    position: relative;
}
.sms-vc-package ul li::before{
    content:'热卖';
    display: none;
    border-radius:0px 0px 20px 20px;
    width:100px;
    height:24px;
    font-size:12px;
    color:#fff;
    line-height: 24px;
    position: absolute;
    top:0;
    left: 50%;
    background: #049BFF;
    text-align: center;
    margin-left: -50px;
}
.sms-vc-package ul li.sms-vc-package_onsale::before{
    display: block;
}
.sms-vc-package ul li h3{
    font-size:36px;
    color:#333333;
    text-align: center;
}
.sms-vc-package ul li div.package-desc{
    margin: 20px 0 10px 0;
    border-top: 1px solid #EBEBEB;
    box-sizing: border-box;
    padding: 20px 40px;
}
.sms-vc-package ul li div.package-desc p{
    display: flex;
    justify-content: flex-start;
    align-items: center;
    margin: 0;
}
.sms-vc-package ul li div.package-desc p img{
    display: block;
    width:14px;
    height: 14px;
    margin-right: 10px;
}
.sms-vc-package ul li div.package-desc p span{
    font-size:16px;
    line-height:47px;
    color: #999999;
    margin: 0;
}
.sms-vc-package ul li .package-price{
    font-size:30px;
    color:#FF0000;
    line-height:47px;
    height: auto;
    margin: 0;
    margin-bottom: 20px;
}
.sms-vc-package ul li a{
    width:122px;
    height:36px;
    background:#049BFF;
    border-radius:18px;
    color:#fff;
    text-align: center;
    line-height: 36px;
}
.sms-vc img{
    width: 220px;
    margin: 0 5px;
}

.sms-notification.banner{
    background-image: url(../images/tz_banner.jpg);
}


.sms_marketing.sms-propaganda-price{
    justify-content: center;
}
.sms_marketing.sms-propaganda-price div{
    margin: 0 30px;
}

.sms-yys.sms-propaganda-price div{
    justify-content:flex-start;
    width: 265px;
}
.sms-yys.sms-propaganda-price span{
    line-height:32px;
    margin-top: 25px;
    font-size: 16px;
}

.sms-cooperation{
    display: flex;
    justify-content: center;
}
.sms-cooperation .sms-cooperation_img{
    min-width: 550px;
    margin-right: 52px;
    align-self: flex-start;
    display: flex;
    justify-content: flex-end;
}
.sms-cooperation .sms-cooperation_img img{
    height: 100%;
    display: block;
}
.sms-cooperation .sms-cooperation_desc{
    width:555px;
    font-size:16px;
    line-height:32px;
    padding-top: 80px;
    display: flex;
    justify-content: flex-start;
}
.sms-cooperation .sms-cooperation_desc p{
    color:#333;
    width: 445px;
    line-height: 28px;
}

.sms-case-banner{
    width: 100%;
    height: 300px;
    background: url(../images/anli_baner.png) no-repeat;
    background-size: 100% 100%;
    margin-top: 60px;
}
.sms-case-banner div{
    width: 1200px;
    margin: 0 auto;
    height: 100%;
    position: relative;
}
.sms-case-banner div h3{
    position: absolute;
    top: 50%;
    left: 0;
    font-size:44px;
    color:#FFFFFF;
    margin-top: -33px;
    padding-left: 10px;
}

.sms-case.new-left{
    width:1200px;
}
.sms-case.new-left .new-text{
    width:100%;
}



/* ----- 资讯页 ----- */
.n-container,.nd-container{
	width:1200px;
    margin: 0 auto;
    overflow: hidden;
}

/*资讯列表*/
.left{
    float: left;
}
.right{
    float: right;
}
.clearfix:after{
    content:" ";
    clear: both;
    display: block;
    height:0;
}
.new-left{
	width:875px; 
	background:#fff;
}
.new-left ul.new-lb > li{ 
	padding:30px; 
	border-bottom:1px solid #ebebeb;
	transition: all .4s;
}

.new-left ul.new-lb > li:hover{
	box-shadow: 0 5px 10px rgba(221,221,221,.8);
		cursor: pointer;
}

.new-img{ 
	width:220px; 
	padding-right:35px;
	display: none;
}
.new-img img{ 
	display:block;
}
.new-text{ 
	width:810px;
}
.new-text h1{ 
	font-size:20px; 
	font-weight:normal; 
	padding-bottom:15px; 
	position:relative;
}
.new-text h1 a{
    font-size: 20px;
    color:#333333;
}
.new-text h1 a:hover{
    color:#4d84ff;
}
.new-text .time{ 
	height: 22px; 
	line-height:22px; 
	display:block; 
	font-size:14px;
	background:url(../images/n_clock.png)no-repeat; 
    padding-left:25px;
	color:#9599a8;
    margin-bottom: 10px;
}
.new-text h6{ 
	font-size:14px; 
	font-weight:normal;
	padding-bottom:11px;
	}
.new-text h6 span{ color:#999;}
.new-text h6 a{ 
	color:#999;
	margin: 0 2px;
}
.new-text h6 a:hover{ 
	color:#4d84ff;
}
.new-text p.new-text-ms{ 
    padding-bottom:8px;
    font-size: 14px !important;
    line-height: 21px;
	color: #666;
}
.new-text .new-btn-more{ 
	padding:3px 10px; 
	color:#4d84ff; 
	display:inline-block; 
	border:1px solid #4d84ff;
    border-radius:3px;
    width:56px;
    height:21px;
    text-align: center;
    line-height: 21px;
    font-size: 14px;
}
.new-text .new-btn-more:hover{
	color:#fff; 
	border:1px solid #4d84ff; 
	background:#4d84ff;
}
.new-right{ 
	width:300px; 
	background:#fff;
}
.new-panel{ 
    padding:20px;
    border:1px solid #ebebeb;
}
#hotest{
    border-bottom: none;
}
.new-panel h2{ 
	font-size:18px;
	padding-bottom:15px;
	color: #333;
}
.new-panel h5{
    font-weight: 400;
    padding: 10px 0;
    border-bottom: 1px solid #f2f2f2;
    line-height: 20px;
}
.new-panel h5:last-child{
    border: none;
}
.new-panel h5 a{
    font-size: 14px;
    color:#666;
}
.new-panel h5 a:hover{
    color:#4d84ff;
}

/* ----- 资讯详情 ------ */
.nd-container .bread{
    padding-left: 30px;
}
.nd-container .bread > a{
    color:#9599a8;
}
.nd-container .bread > a:hover{
    color:#4d84ff;
}
.new-detail{ 
	padding:30px;
}
.new-detail h1{ 
	font-size:30px; 
	margin-bottom:10px;
	color: #333;
}
.new-detail-time{ 
	color:#9599a8; 
	position:relative;
	height:30px; 
	line-height:30px; 
    margin-bottom:30px;
    font-size: 14px;
}
.new-content-container p{
    font-size: 14px;
    line-height: 30px;
	
}
.new-content-container{word-break: break-all;}
.new-content-container h2,.new-content-container h3 {font-size: 20px;line-height: 28px;margin: 40px 0 20px;color: #333;}
.new-content-container h3{font-size: 18px;}
.new-content-container p, .new-content-container div{color: #333;font-size: 16px;line-height: 1.75;font-weight: 400;margin-bottom: 20px;}
.new-content-container ul, .new-content-container ol{list-style: initial;}
.new-content-container ul li, .new-content-container ol li{list-style: initial;list-style-position: inside;font-size: 16px;line-height: 1.75;}
.new-detail-tag a{ 
	display:inline-block;
	padding:3px 10px; 
	background:#eee; 
	color:#999;
	border-radius:3px;
	margin-bottom: 4px;
}
.new-detail-tag a:hover{
	background:#2CB9EA; 
	color:#fff;
}
hr{ 
	border:0; 
	border-top:1px solid #f5f5f5; 
	margin:30px 0;
}
.new-detail-sx{
    font-size: 14px;
}
.new-detail-sx a{
    color:#333333;
}
.news-ad{
    width:300px;
    height:160px;
    background: #ccc;
    margin-top: 30px;
}
.news-ad img{
    width:100%;
    height:100%;
    display: block;
}

/* ----- 关于我们 ----- */
.a-container{
    width: 1200px;
    margin:0 auto;
    padding-bottom: 100px;
    margin-top: 80px;
}
.tc{
    text-align: center;
}
.a-container h1{ font-size:28px; padding:30px 0; font-weight:normal; color: #333;}
.a-container p{line-height:30px; font-size:14px; padding-bottom:10px; color: #666;}
.about-ys{ margin-top:20px; margin-left:-70px; margin-right:-70px;}
.about-ys li{ float:left; display:block; text-align:center; width:220px; margin:0px 113px 20px;}
.about-ys li i{ width:128px; height:94px; line-height:94px; font-size:36px;transition: all .4s; font-style:normal; border:1px solid #4d84ff;border-radius:10px; display:block; margin:auto; color:#4d84ff; margin-bottom:15px;-webkit-transition:all .3s ease;-moz-transition:all .3s ease;-ms-transition:all .3s ease;-o-transition:all .3s ease;transition:all .3s ease}
.about-ys li i:hover{ background:#4d84ff; color:#fff;-webkit-transition:all .3s ease;-moz-transition:all .3s ease;-ms-transition:all .3s ease;-o-transition:all .3s ease;transition:all .3s ease}
.about-ys li p{ font-size:16px}
.about-zs{ margin-top:20px}
.about-zs li{ float:left; display:block; text-align:center; width:220px; margin:0px 40px 20px;}
.about-zs li p{ font-size:14px; padding-top:10px;}
.kh-list ul li{ float:left; width:196px; height:112px; overflow:hidden;-webkit-transition: all 0.3s ease;-moz-transition: all 0.3s ease;-o-transition: all 0.3s ease;transition: all 0.3s ease;}
.kh-list ul li.bgcolor{background:#FAFAFA;}
.kh-list ul li:hover{box-shadow:0 3px 10px rgba(0,0,0,.2);-webkit-transform:translateZ(-2px);-moz-transform:translateZ(-2px);-ms-transform:translateZ(-2px);-o-transform:translateZ(-2px);transform:translateZ(-2px);-webkit-transition:all .3s ease;-moz-transition:all .3s ease;-ms-transition:all .3s ease;-o-transition:all .3s ease;transition:all .3s ease}
.kh-logo{background:url(../images/kehu-logo.png) 0px 0px no-repeat;width:197px; height:113px; display:inline-block;}
.kh-logo1{background-position:0px 0px;}
.kh-logo2{background-position:-197px 0px;}
.kh-logo3{background-position:-394px 0px;}
.kh-logo4{background-position:-591px 0px;}
.kh-logo5{background-position:-788px 0px;}
.kh-logo6{background-position:-985px 0px;}
.kh-logo7{background-position:0px -113px;}
.kh-logo8{background-position:-197px -113px;}
.kh-logo9{background-position:-394px -113px;}
.kh-logo10{background-position:-591px -113px;}
.kh-logo11{background-position:-788px -113px;}
.kh-logo12{background-position:-985px -113px;}
.kh-logo13{background-position:0px -226px;}
.kh-logo14{background-position:-197px -226px;}
.kh-logo15{background-position:-394px -226px;}
.kh-logo16{background-position:-591px -226px;}
.kh-logo17{background-position:-788px -226px;}
.kh-logo18{background-position:-985px -226px;}
.kh-logo19{background-position:0px -339px;}
.kh-logo20{background-position:-197px -339px;}
.kh-logo21{background-position:-394px -339px;}
.kh-logo22{background-position:-591px -339px;}
.kh-logo23{background-position:-788px -339px;}
.kh-logo24{background-position:-985px -339px;}
.reg-bottom{ background:#4d84ff; display:inline-block; padding:15px 45px; font-size:24px; color:#fff;border-radius:5px;}
.reg-bottom:hover{background:#0066cc; color:#fff;}


.try #dom_id{ display:inline-block;}
.try .nc-container #nc_1_wrapper{ width:187px}
.try .nc_scale{ height:40px}
.try .nc-container .nc_scale span{ height:45px; line-height:45px;}
.nc-container .nc_scale .btn_ok{
    line-height: 46px!important;
}