@charset "utf-8";
/* CSS Document */
body{ background:#08173d; min-width:1400px;}
.index-fws{
    width: 100%;
    background: #f8f8f8;
    height: 100px;
}
.index-fws .dex-fw{
    width: 1200px;
    margin: 0 auto;
    padding-top: 20px;
}
.index-fws .dex-fw ul li{
    width: 220px;
    float: left;
    line-height: 20px;
    margin-left: 80px;
}
.index-fws .dex-fw ul li:nth-child(3n){
    margin-left: 30px;
}
.index-fws .dex-fw ul li:nth-child(4n){
    margin-left: 50px;
}
.index-fws .dex-fw ul li img{
    float: left;
    margin-right: 15px;
}
.index-fws .dex-fw ul li p{
    margin-top: 8px;
}
.top-line{
	width:100%;
	height:40px;
	line-height:40px;
	background:#ff9120;
	color:#FFF;
	text-align:center;
}
.c-icon {
    font-family: cicon!important;
    font-style: normal;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.c-wrapper {
    width: 1200px;
    margin: 0 auto
}
/*顶部bar*/

.m-head {
    position: relative;
    z-index: 999;
    width: 100%;
    min-width: 1200px;
}
.m-head a {
    color: inherit;
    text-decoration: none
}
.m-head .m-head-slider {
    position: absolute;
    top: 0;
    right: 0;
    background: url(../images/old_site.png) 0 0 no-repeat
}
.m-head .m-head-slider a {
    display: block;
    width: 68px;
    height: 76px
}
.m-head .m-head-bar {
    width: 100%;
    height: 36px;
    color: #FFF;
    background: #ff9120;
    font-size: 12px;
    line-height: 36px;
    text-align: right
}
.m-head .m-head-bar p{
	width:800px;
	position:absolute;
	left:50%;
	margin-left:-600px;
	text-align:center}
.m-head .m-head-bar a {
    margin: 0 10px
}
.m-head .m-head-bar a:hover {
    text-decoration: underline
}
.m-head .m-head-bar .c-wrapper {
    padding-right: 0
}
.m-head .m-head-nav {
    width: 100%;
    height: 90px;
    color: #fff;
    background: rgba(0, 0, 0, .5);
    font-size: 14px
}
.m-head .m-head-nav ul {
    overflow: hidden
}
.m-head .m-head-nav ul a {
    display: block
}
.m-head .m-head-nav ul li {
    float: left;
    height: 90px;
    line-height: 90px
}
.m-head .m-head-nav ul .m-head-nav-logo {
    margin-right: 50px
}
.m-head .m-head-nav ul .m-head-nav-logo img {
    position: relative;
    top: 12px
}
.m-head .m-head-nav ul .m-head-nav-item {
    border-bottom: 4px solid transparent;
    -webkit-transition: border-color .3s ease;
    transition: border-color .3s ease
}
.m-head .m-head-nav ul .m-head-nav-item a {
    padding: 0 20px
}
.m-head .m-head-nav ul .m-head-nav-item.active {
    color: #1ccfc9
}
.m-head .m-head-nav ul .m-head-nav-item:hover {
    border-bottom-color: #1ccfc9
}
.m-head .m-head-nav ul .m-head-nav-item sup {
    position: relative;
    font-size: 12px;
    top: -6px;
    left: 5px
}
.m-head .m-head-nav ul .m-head-nav-right {
    float: right
}
/*轮播描述*/

.c-col4 {
    width: 16.66667%;
    float: left;
    box-sizing: border-box;
}
.c-col16 {
    width: 83.333337%;
    float: left;
    box-sizing: border-box;
}
.c-gap-top-small {
    margin-top: 8px;
}
.c-line-clamp {
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.c-gap-top {
    margin-top: 16px;
}
.index-top {
    position: relative;
    width: 100%;
    color: #fff;
    background: #000;
    margin-top: -90px
}
.index-top a {
    color: inherit;
    text-decoration: none
}
.index-top .index-top-bar {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 90px;
    padding: 29px 0;
    background: rgba(0, 0, 0, .35)
}
.index-top .index-top-bar .index-top-news ul{
    font-size: 14px
}
.index-top .index-top-bar .index-top-news h6{
	font-size:18px;
	}
.index-top .index-top-tel {
	font-size:18px;}
	.index-top .index-top-bar .index-top-tel h6{
		font-size:18px;}
.index-top .index-top-bar .index-top-media .c-icon {
    display: inline-block;
    position: relative;
    cursor: pointer;
    font-size: 25px;
    margin-right: 8px;
    -webkit-transition: color .3s ease;
    transition: color .3s ease
}
.index-top .index-top-bar .index-top-media .c-icon:hover {
    color: #07c7b2
}
.index-top .index-top-bar .index-top-media .c-icon:hover .index-top-media-qrcode {
    visibility: visible;
    opacity: 1;
    -webkit-transform: translateZ(0);
    transform: translateZ(0)
}
.index-top .index-top-bar .index-top-media .index-top-media-qrcode {
    position: absolute;
    bottom: 50px;
    left: -44px;
    z-index: 1;
    width: 112px;
    padding-top: 100px;
    font-size: 12px;
    color: #676767;
    text-align: center;
    border-radius: 4px;
    border: 6px solid #fff;
    background: #fff url(../images/erweima.png) 0 0 no-repeat;
    cursor: default;
    visibility: hidden;
    opacity: 0;
    -webkit-transform: translate3d(0, 5%, 0);
    transform: translate3d(0, 5%, 0);
    -webkit-transition: opacity .3s ease, visibility .3s ease, -webkit-transform .3s ease;
    transition: opacity .3s ease, visibility .3s ease, -webkit-transform .3s ease;
    transition: opacity .3s ease, transform .3s ease, visibility .3s ease;
    transition: opacity .3s ease, transform .3s ease, visibility .3s ease, -webkit-transform .3s ease
}
.index-top .index-top-bar .index-top-media .index-top-media-qrcode:after {
    content: "";
    position: absolute;
    bottom: -16px;
    left: 50%;
    margin-left: -10px;
    width: 0;
    height: 0;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-top: 10px solid #fff
}
.index-top .index-top-bar .index-top-media .index-top-media-qrcode-alipay {
    background-position: -100px 0
}
.index-top .index-top-bar .index-top-media .index-top-media-qrcode-weibo {
    background-position: -200px 0
}
.index-top .index-top-bar .index-top-media .index-top-media-qrcode-wechat {
    background-position: -300px 0
}
/*轮播*/

.m-carousel {
    position: relative;
    overflow: hidden
}
.m-carousel-list {
    overflow-y: hidden;
    width: 100%;
    height: 680px;
    -webkit-transition: -webkit-transform .3s ease;
    transition: -webkit-transform .3s ease;
    transition: transform .3s ease;
    transition: transform .3s ease, -webkit-transform .3s ease
}
.m-carousel-list li {
    float: left;
    width: 100%;
    height: 100%;
    padding-bottom: 120px;
    overflow: hidden;
    text-align: center;
    background-repeat: no-repeat;
    background-position: center 0;
    background-size: auto 100%
}
.m-carousel-list li a {
    display: block;
    height: 100%;
}
.m-carousel-list .m-carousel-title {
    font-size: 56px;
    font-weight: 700;
    padding-top: 180px;
    text-shadow: 0 2px 20px rgba(0, 0, 0, .1);
	line-height:120px;
}
.m-carousel-list .m-carousel-note {
    color: hsla(0, 0%, 100%, .8);
    font-size: 24px;
    text-shadow: 0 2px 20px rgba(0, 0, 0, .1)
}
.m-carousel-list .m-carousel-btn {
    display: inline-block;
    width: 218px;
    height: 40px;
    line-height: 40px;
    background: -webkit-linear-gradient(right, #36e4ff, #5bbdff);
    background: linear-gradient(-90deg, #36e4ff, #5bbdff);
    border-radius: 4px;
    margin-top: 32px;
    font-size: 16px;
}
.c-carousel-dot {
    position: absolute;
    bottom: 148px;
    left: 0;
    width: 100%;
    text-align: center
}
.c-carousel-dot span {
    display: inline-block;
    width: 12px;
    height: 12px;
    margin: 0 5px;
    border-radius: 6px;
    background: #4d4d4d;
    background: hsla(0, 0%, 100%, .3);
    cursor: pointer;
    -webkit-transition: width .3s ease, background .3s ease;
    transition: width .3s ease, background .3s ease
}
.c-carousel-dot span:hover {
    background: #666;
    background: hsla(0, 0%, 100%, .4)
}
.c-carousel-dot span.active {
    width: 23px;
    background: #d8d8d8;
    cursor: default
}
.title-s{
	background:url(../images/shuzhihua-title.png) top center no-repeat;
	width:1200px;
	height:133px;
	margin:0 auto;
	}
.title-s h4{
	font-size:20px;
	font-weight:bolder;
	text-align:center;
	line-height:90px;
     color: #9aeaff;

 }
.title-s p{
    text-align: center;
    color: #9aeaff;
}
.xinxi_solution_bg {
    background-size: 100% 400px;
    max-width: 1920px;
    margin: 0 auto;
}
.xinxi_solution_main {
    width:1200px;
    margin:0 auto;
}
.xinxi_solution_main ul {
    overflow: hidden;
    height: 400px;
}
.xinxi_solution_main .main_mobile {
    max-width: 1400px;
    min-width: 1400px;
}
.xinxi_solution_main ul li {
    background: url('../images/szh-pic1.jpg') no-repeat;
    height: 400px;
    float: left;
    width: 120px;
    position: relative;
    overflow: hidden;
    transition: all 0.5s;
    margin-right:20px;
}
.xinxi_solution_main ul li:nth-child(2) {
    background: url('../images/szh-pic2.jpg') no-repeat;
}
.xinxi_solution_main ul li:nth-child(3) {
    background: url('../images/szh-pic3.jpg') no-repeat;
}
.xinxi_solution_main ul li:nth-child(4) {
    background: url('../images/szh-pic4.jpg') no-repeat;
}
.xinxi_solution_main ul li:nth-child(5) {
    background: url('../images/szh-pic5.jpg') no-repeat;
}
.xinxi_solution_main ul li:nth-child(6) {
    background: url('../images/szh-pic6.jpg') no-repeat;
}
.xinxi_solution_main ul li .left_top {
    position: absolute;
    left: 0;
    width: 80px;
    padding: 0 20px;
    text-align: center;
}
.xinxi_solution_main ul li i {
    font-size: 24px;
    color: #FFF;
    font-style:normal;
}
.xinxi_solution_main .left_top {
    font-size: 30px;
    color: #FFF;
}
.xinxi_solution_main ul li .left {
    float: left;
    width: 120px;
    background: #000;
    opacity: 0.5;
    height: 400px;
}
.xinxi_solution_main ul li .right {
    float: left;
    width: 580px;
    position: relative;
    height: 200px;
    text-align: left;
    padding: 25px;
}
.xinxi_solution_main .right dl {
    position: absolute;
    top: 50%;
    left: 30px;
}
.xinxi_solution_main .right dd {
    color: #FFF;
    font-size: 26px;
    border-radius: 5px;
    width: 280px;
    height: 75px;
    margin-bottom: 45px;
    background: #000;
    opacity: 0.5;
}
.xinxi_solution_main .right a {
    background-repeat: no-repeat;
    color: #FFF;
    font-size: 14px;
    line-height: 40px;
    height: 40px;
    width: 90px;
    text-align: center;
    padding: 0 10px;
    margin-bottom: 10px;
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
    white-space: nowrap;
    background-size: 100% 100%;
    background-color: rgba(255,100,0,0.8);
    border-radius: 5px;
    margin-top: 10px;
}
.xinxi_solution_main .right dl a.yichu {
    float: left;
    margin-right: 20px;
}
.xinxi_solution_main ul li.on {
    width: 780px;
}
.xinxi_solution_main ul li.two {
    background: url('../images/szh-pic2.jpg') no-repeat;
}
.xinxi_solution_main ul li.thr {
    background: url('../images/szh-pic3.jpg') no-repeat;
}
.xinxi_solution_main ul li.four {
    background: url('../images/szh-pic4.jpg') no-repeat;
}
.xinxi_solution_main ul li.five {
    background: url('../images/szh-pic5.jpg') no-repeat;
}
.xinxi_solution_main ul li.six {
    background: url('../images/szh-pic6.jpg') no-repeat;
}
.shuzhihua-sm {
    background:#224caa;
    border:#07254f 10px solid;
    width:1180px;
    height:350px;
    margin:0 auto;
}
.shuzhihua-sm ul li{
    float: left;
    width: 300px;
    padding: 30px;
    color: #93d4ff;
}
.shuzhihua-sm ul li h4{
    color: #FFF;
    font-size: 20px;
    font-weight: bolder;
    line-height: 50px;
}
.shuzhihua-sm ul li:first-child{
    width: 340px;
}
.shuzhihua-sm ul li:last-child{
    width: 360px;
}
.shuzhihua-sm .znpp{
    margin: 0 30px;
    border-top: #93d4ff 1px dashed;
    color: #93d4ff;
}
.shuzhihua-sm .znpp h4{
    color: #FFF;
    font-size: 20px;
    font-weight: bolder;
    line-height: 50px;
    padding-top: 30px;
}
.shuzhihua-sm .znpp strong{
    font-size: 16px;
    color: #FFF;
}
.diagonal-box{
    margin: 210px auto 30px;
    width: 1200px;
    height: 600px;
}
.diagonal-box ul li{
    width: 280px;
    height: 550px;
    border-radius:20px;
    background: #122655;
    float: left;
    margin-right: 20px;
    position: relative;
}
.diagonal-box2 {
    width: 150px; /* 正方形的宽度 */
    height: 150px; /* 正方形的高度 */
    transform: rotate(45deg); /* 旋转45度 */
    /* 为了确保旋转中心正确，可以设置以下两个属性，根据需要调整值 */
    /* transform-origin: top left; /* 设置旋转中心为左上角 */
    /* 如果需要，可以添加过渡效果以平滑地应用旋转 */
    transition: transform 0.5s ease-in-out;
    border-radius: 25px;
    margin-top: -125px;
    margin-left: 58px;
}
.diagonal-box .fk-s{
    margin-top: -100px;
    z-index: 9;
    position: absolute;
    width: 270px;
}
.diagonal-box .fk-s p{
    margin-top: -8px;
}
.diagonal-box .fk-s i{
    display: inline-block;
    width: 30px; /* 正方形的宽度 */
    height: 30px; /* 正方形的高度 */
    transform: rotate(45deg); /* 旋转45度 */
    border-radius: 8px;
    border: #FFF 3px solid!important;
    margin-left: 118px;
}
.diagonal-box .fk-s p span{
    display: inline-block;
    width: 135px;
    border-right: #FFF 3px solid;
    height: 100px;
}
.diagonal-box .fk-s h4{
    font-size: 26px;
    text-align: center;
    color: #FFF;
    margin-bottom: 15px;
}
.diagonal-box .fk-s h4 p{
    font-size: 14px;
    font-weight: normal;
    color: #dedede;
    margin-top: 1px;
}
.diagonal-box ul li h5{
    font-size: 22px;
    text-align: center;
    padding-top: 200px;
    color: #FFF;
}
.diagonal-box .nal-txt{
    color: #dedede;
    padding: 20px;
}
.diagonal-box .fl-fkys1 .diagonal-box2, .diagonal-box .fl-fkys1 .fk-s i{
    background: linear-gradient(to right, #00aaff, #0484c4); /* 正方形的颜色 */
    border: #0271a9 3px solid;
}
.diagonal-box .fl-fkys2 .diagonal-box2, .diagonal-box .fl-fkys2 .fk-s i{
    background: linear-gradient(to right, #fcd202, #feae01); /* 正方形的颜色 */
    border: #e49c00 3px solid;
}
.diagonal-box .fl-fkys3 .diagonal-box2, .diagonal-box .fl-fkys3 .fk-s i{
    background: linear-gradient(to right, #00c9b7, #00a7b9); /* 正方形的颜色 */
    border: #008897 3px solid;
}
.diagonal-box .fl-fkys4 .diagonal-box2, .diagonal-box .fl-fkys4 .fk-s i{
    background: linear-gradient(to right, #ff9854, #ff6600); /* 正方形的颜色 */
    border: #d65600 3px solid;
}