* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

a {
    text-decoration: none;
    color: #333;
}

a:hover {
    text-decoration: none;
}

body {
    font-family: "微软雅黑";
}

ul {
    list-style: none;
}

li {
    list-style: none;
}

h1,
h2,
h3 {
    margin: 0;
}

.clear {
    clear: both;
    overflow: hidden;
}

.alllistsearch {
    width: 100%;
    height: 92px;
    border-bottom: 1px solid #ccc;
    overflow: hidden;
    line-height: 92px;
}

.alllistsearch>div {
    max-width: 1220px;
    margin: auto;
    ;
    overflow: hidden;
    padding: 0 10px;
}

.alllistsearchLeft {
    float: left;
    font-size: 16px;
    color: #464646;
}

.alllistsearchLeft img {
    margin-right: 7px;
}

.alllistsearchLeft i {
    font-style: normal;
}

.alllistsearchLeft span {}

.alllistsearchLeft a {
    color: #464646;
}

.listnavRight {
    float: right;
}

.listnavRight a {
    display: block;
    float: left;
    font-size: 16px;
    color: #464646;
    padding: 0 3rem;
    transition: 0.3s linear;
}

.listnavRight a.on {
    background: #004370;
    color: #fff;
}

.listnavRight a:hover {
    background: #004370;
    color: #fff;
    transition: 0.3s linear;
}

.p12-aboutinfo-1 {
	
overflow:hidden;
    max-width: 1220px;
    margin:20px auto;
    overflow: hidden;
}

.p12-aboutinfo-1 .tit {
    height: 160px;
    background: url(http://www.intelligent-stock.com//images/d63899212b4c4e7d99ac9ed293b3ac9f_2.jpg)no-repeat center 91px;
    clear: both;
    text-align: center;
}

.p12-aboutinfo-1 .tit span {
    display: block;
    font-size: 28px;
    color: #000;
    padding-top: 45px;
}

.p12-aboutinfo-1 .tit em {
    font-style: normal;
    color: #999;
    text-transform: uppercase;
    font-family: "Times New Roman";
    padding-top: 18px;
    display: block;
}

.g-gywm {
    height: 530px;
    max-width: 1220px;
    margin: auto;
    overflow: hidden;
}

.wm-l {
    width: 40%;
    float: left;
    color: #464646;
    height: 460px;
    overflow: hidden;
    background: #f1f1f1;
    padding: 60px 0 0 40px;
}

.wm-l h4 {
    font: 20px "Microsoft YaHei";
    line-height: 60px;
    padding-bottom: 30px;
    margin: 0;
}

.wm-l li {
    font: 16px "Microsoft YaHei";
    color: #fff;
    line-height: 40px;
}

.wm-l li b {
    font-weight: bold;
    font-size: 20px;
    color: #fff;
}

.wm-r {
    float: left;
    width: 60%;
}

#map {
    width: 100%;
    height: 460px;

    font-size: 12px;
}

.map-title {
    font-size: 16px;
    line-height: 24px;
}

.map-list {
    font-size: 14px;
    line-height: 22px;
    color: #333;
    margin-top: 6px;
}

.listcontacts {
    width: 100%;

    overflow: hidden;
}

.listcontacts>div {
    max-width: 1210px;
    margin: 5rem auto;
    overflow: hidden;
}

.listcontacts>div>span {
    font-size: 28px;
    color: #6a6a6a;
}

.listcontacts>div>span>i {
    font-style: normal;
    font-size: 19px;
    color: #8d8c8c;
    font-family: Arial Regular;
    text-transform: uppercase;
    margin-left: 5px;
}

.listcontactsTitle {
    overflow: hidden;
    margin-top: 3rem;
}

.listcontactsTitle input {
    height: 58px;
    display: block;
    float: left;
    padding-left: 47px;
    box-sizing: border-box;
    width: 48%;
    font-size: 16px;
    margin-bottom: 2rem;
    border: 1px solid #e9e9e9;
    outline: none;
}

.listcontactsTitle input:nth-child(1) {
    background: url(http://www.intelligent-stock.com//images/122.png)left 0 no-repeat #fff;
    background-position: 11px;
}

.listcontactsTitle input:nth-child(2) {
    float: right;
    background: url(http://www.intelligent-stock.com//images/123.png)left 0 no-repeat #fff;
    background-position: 17px;
}

.listcontactsTitle input:nth-child(3) {
    background: url(http://www.intelligent-stock.com//images/124.png)left 0 no-repeat #fff;
    background-position: 8px;
}

.listcontactsTitle input:nth-child(4) {
    float: right;
    background: url(http://www.intelligent-stock.com//images/125.png)left 0 no-repeat #fff;
    background-position: 12px;
}

.listcontactsTextarea {
    width: 100%;
    border: 1px solid #e9e9e9;
    background: url(http://www.intelligent-stock.com//images/126.png)left 0 no-repeat #fff;
    background-position: 12px 16px;
    padding-left: 47px;
    font-size: 16px;
    padding-top: 18px;
    height: 174px;
    outline: none;
}

.listcontactsubmit {
    text-align: center;
    margin-top: 3rem;
}

.listcontactsubmit input {
    background: #e97218;
    color: #fff;
    border: 0;
    width: 260px;
    height: 50px;
    font-size: 16px;
    margin: 0 5px;
}

.listcontactsubmit input:nth-child(2) {
    background: #484848;
}

#banner {
    overflow: hidden;
}

.ablink_pic img:hover {
    animation: shake 1.2s cubic-bezier(.36, .07, .19, .97) both;
    transform: translate3d(0, 0, 0);
    backface-visibility: hidden;
    perspective: 1000px;
}

@keyframes shake {
    10%,
    90% {
        transform: translate3d(-1px, 0, 0);
    }
    20%,
    80% {
        transform: translate3d(2px, 0, 0);
    }
    30%,
    50%,
    70% {
        transform: translate3d(-4px, 0, 0);
    }
    40%,
    60% {
        transform: translate3d(4px, 0, 0);
    }
}

.ser-conent {
    width: 100%;
    min-height: 400px;
    padding: 0 0 40px;
}

.w1400 {
    margin-right: auto;
    margin-left: auto;
    max-width: 1400px;
}

.title-ser-1 {
    width: 100%;
    text-align: center;
    background: #fff;
    margin-top: -50px;
    position: relative;
	display:none;
}

.title-ser-1 a {
    font-size: 18px;
    color: #444;
    margin-right: 203px;
    line-height: 87px;
    display: inline-block
}

.title-ser-1 a::after {
    content: '';
    height: 2px;
    width: 0;
    background: #001daf;
    display: block;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
    margin: 0 auto;
}

.title-ser-1 a:hover {
    color: #001daf
}

.title-ser-1 a:hover::after {
    width: 100%;
}

.title-ser-1 .action {
    color: #001daf
}

.title-ser-1 .action::after {
    width: 100%;
}

.title-ser-1 a:last-of-type {
    margin-right: 0;
}

.ser-conent .ser-cont1 {
    padding: 50px 0 0;
}

.ser-conent .ser-cont1 .left {
    width: 50%;
}

.ser-conent .ser-cont1 .left>p {
    font-size: 18px;
    color: #444
}

.ser-conent .ser-cont1 .left h3 {
    font-size: 30px;
    color: #444;
    font-weight: bold;
    line-height: 40px;
    margin-top: 10px;
}

.ser-conent .ser-cont1 dl {
    width: 100%;
    padding: 30px 0 30px;
    clear: both;
}

.ser-conent .ser-cont1 dl dd {
    float: left;
    text-align: center;
    width: 33.3%;
}

.ser-conent .ser-cont1 dl dd:last-of-type {
    margin-right: 0;
}

.ser-conent .ser-cont1 dl dd b {
    display: block;
    width: 100%;
    margin-bottom: 10px;
}

.ser-conent .ser-cont1 dl dd b em {
    font-size: 36px;
    color: #121212;
    font-weight: normal;
    line-height: 72px;
    font-style: normal;
}

.ser-conent .ser-cont1 dl dd b i {
    font-size: 18px;
    position: relative;
    font-style: normal;
    color: #666;
}

.ser-conent .ser-cont1 dl dd span {
    font-size: 18px;
    color: #444;
}

.ser-conent .ser-cont1 dl dd:nth-of-type(2) b i::after {
    content: '+';
    font-size: 23px;
    top: -39px;
    right: 0;
    position: absolute;
}

.ser-conent .ser-cont1 dl dd:nth-of-type(3) b i::after {
    content: '+';
    font-size: 23px;
    top: -39px;
    right: 0;
    position: absolute;
}

.ser-conent .ser-cont1 .left .btn {
    width: 100%;
}

.ser-conent .ser-cont1 .left .btn .phone {
    display: inline-block;
    vertical-align: middle;
    margin-left: 20px;
}

.ser-conent .ser-cont1 .left .btn a {
    width: 200px;
    line-height: 50px;
    border-radius: 25px;
    text-align: center;
    display: inline-block;
    color: #fff;
    background: #eb6f13;
    font-size: 16px;
    border: 1px solid #eb6f13
}

.ser-conent .ser-cont1 .left .btn a:hover {
    background: #001daf;
    /* color: #eb6f13 */
}

.ser-conent .ser-cont1 .left .btn .phone .cone {
    display: inline-block;
    vertical-align: middle;
    margin-left: 12px;
}

.ser-conent .ser-cont1 .left .btn .phone .cone span {
    font-size: 16px;
    color: #666;
}

.ser-conent .ser-cont1 .left .btn .phone .cone b {
    font-size: 28px;
    color: #eb6f13;
    line-height: 28px;
}

.ser-conent .ser-cont1 .rigth {
    width: 50%;
}

.ser-conent .ser-cont1 .rigth img {
    width: 100%;
    height: auto;
}

.title-ser-1 .abot a {
    margin-right: 9%;
    cursor: pointer;
}

.title-ser-1 .abot a:last-of-type {
    margin-right: 0
}

.ser-conent .ser-cont1 .left .about-t {
    color: #eb6f13;
    margin-top: 20px;
}

.ser-conent .ser-cont1 .left .about-p {
    font-size: 16px;
    color: #666;
    line-height: 32px;
    width: 80%;
    margin-top: 20px;
}

.ser-conent .ser-cont1 .left dl dd .t {
    width: 142px;
}

.ser-conent .ser-cont1 .left dl dd:first-of-type .t {
    width: 213px;
}

.about-fz {
    width: 100%;
    padding: 1px;
    padding-bottom: 105px;
}

.about-fz .title {
    text-align: center;
    padding-bottom: 40px;
}

.about-fz .title h3 {
    font-size: 36px;
    color: #444;
    font-weight: bold;
}

.about-fz .title span {
    font-size: 14px;
    color: #828081;
    text-transform: uppercase;
    line-height: 36px;
}

.about-fz .title p {
    font-size: 16px;
    color: #444;
    margin-top: 10px;
}

.about-fz-conent {
    border: 1px solid #bdd3ec;
    width: 100%;
    min-height: 300px;
    background: #fff
}

.about-fz-conent dl {
    width: 100%;
    text-align: center;
    margin-top: -10px;
}

.about-fz-conent dl dd {
    display: inline-block;
    text-align: center;
    font-size: 20px;
    color: #444;
    /* font-weight: bold; */
    margin-right: 7%;
    cursor: pointer;
    width: 10%;
}

.about-fz-conent dl dd p span {
    font-size: 42px;
}

.about-fz-conent dl dd p {
    font-size: 16px;
    font-weight: bold;
}

.about-fz-conent dl .action {
    color: #0061af
}

.about-fz-conent dl .action i {
    border-color: #0061af
}

.about-fz-conent dl dd:last-of-type {
    margin-right: 0
}

.about-fz-conent dl dd i {
    width: 20px;
    height: 20px;
    background: #fff;
    display: block;
    margin: 0 auto 15px;
    ;
    border-radius: 50%;
    border: 4px solid #828081;
}

.fl {
    float: left;
}

.fr {
    float: right;
}

.pages-view {
    width: 85%;
    position: relative;
    margin: 50px auto 50px;
}

.pages-view .pageview {
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    transform: scale(0);
    -webkit-transform: scale(0);
    transform-origin: 0 50%;
    -webkit-transform-origin: 0 50%;
    opacity: 0;
    transition: transform 0.5s, opacity 0.5s;
    -webkit-transition: transform 0.5s, opacity 0.5s;
    padding-bottom: 50px;
}

.pages-view .action {
    transform: scale(1);
    -webkit-transform: scale(1);
    transform-origin: 100% 50% !important;
    -webkit-transform-origin: 100% 50% !important;
    opacity: 1;
}

.pages-view .pageview p {
    font-size: 14px;
    color: #666;
    font-weight: bold;
    width: 100%;
    box-sizing: border-box;
    padding-left: 30px;
    position: relative;
    margin-bottom: 20px;
    width: 80%;
}

.pages-view .pageview img {
    width: 100%;
    height: auto;
}

.pages-view .pageview p::before {
    content: '';
    display: block;
    height: 15px;
    width: 15px;
    background: #ff9000;
    position: absolute;
    left: 0;
    top: 6px;
}

.about-fz-conent ul {
    width: 20%;
    margin-bottom: 0;
}

.about-fz-conent ul li {
    width: 100%;
    border-right: 1px solid #bdd3ec;
    border-bottom: 1px solid #bdd3ec;
    position: relative;
    cursor: pointer;
}

.about-fz-conent ul li::before {
    content: '';
    width: 100%;
    height: 100%;
    background: rgba(189, 211, 236, 0.1);
    position: absolute;
    left: 0;
    top: 0;
    display: block
}

.about-fz-conent ul li:last-of-type {
    border-bottom: none
}

.about-fz-conent ul li img {
    width: 100%;
}

.about-fz-conent ul .action {
    border-right: none
}

.about-fz-conent ul .action::before {
    display: none
}

.about-fz-conent .about-fz {
    width: 79%;
    height: 610px;
    position: relative;
}

.about-fz-conent .about-fz .about-fz-pages {
    width: 100%;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%) scale(0);
    -webkit-transform: translateY(-50%) scale(0);
    opacity: 0;
    transform-origin: 100% 100%;
    -webkit-transform-origin: 100% 100%;
    transition: transform 0.5s, opacity 0.5s;
    -webkit-transition: transform 0.5s, opacity 0.5s;
}

.about-fz-conent .about-fz .action {
    opacity: 1;
    transform-origin: 0 0;
    -webkit-transform-origin: 0 0;
    transform: translateY(-50%) scale(1) !important;
    -webkit-transform: translateY(-50%) scale(1) !important;
}

.about-fz-conent .about-fz .fz-conent {
    display: inline-block;
    vertical-align: middle;
    width: 60%;
    box-sizing: border-box;
    padding-left: 3%;
}

.about-fz-conent .about-fz img {
    width: 32%;
    height: auto;
    margin-left: 2%;
}

.about-fz-conent .fz-conent h3 {
    font-size: 24px;
    color: #444;
    font-weight: bold;
    margin-bottom: 30px;
}

.about-fz-conent .fz-conent h3::before {
    content: '';
    display: inline-block;
    vertical-align: middle;
    width: 10px;
    height: 10px;
    background: #ff9000;
    margin-right: 15px;
}

.about-fz-conent .fz-conent .conent {
    width: 100%;
    padding-left: 20px;
    box-sizing: border-box;
    font-size: 14px;
    color: #444
}

.about-fz-conent .fz-conent a {
    width: 200px;
    display: block;
    margin-left: 20px;
    color: #fff;
    background: #0061af;
    line-height: 40px;
    text-align: center;
    margin-top: 30px;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}

.about-fz-conent .fz-conent a:hover {
    width: 250px;
}

.qye-title {
    text-align: center;
    padding-bottom: 40px;
}

.qye-title h3 {
    font-size: 36px;
    color: #444;
    font-weight: bold;
}

.qye-title span {
    font-size: 14px;
    color: #828081;
    text-transform: uppercase;
    line-height: 36px;
}

.qye-title p {
    font-size: 16px;
    color: #444;
    margin-top: 10px;
}

.about-qye ul {
    width: 100%;
    margin-bottom: 0;
	margin-top:40px;
}

.about-qye ul li {
    width: calc(100%/4);
    box-sizing: border-box;
    background-position: center top;
    border-left: 1px solid #fff;
    height: 600px;
    float: left;
    position: relative;
    cursor: pointer;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}

.about-qye ul li:first-of-type {
    border-left: none
}

.about-qye ul li::after,
.about-qye .culswiper .swiper-slide::after{
    content: '';
    display: block;
    height: 100%;
    width: 100%;
    position: absolute;
    background: rgba(0, 0, 0, 0.6);
    left: 0;
    top: 0;
    z-index: 1;
}
.culswiper{display:none;}
.about-qye ul li h3 {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate3d(-50%, -50%, 0);
    -webkit-transform: translate3d(-50%, -50%, 0);
    font-size: 32px;
    color: #fff;
    /* font-weight: bold; */
    width: 40px;
    text-align: center;
    z-index: 2;
    line-height: 38px;
}

.about-qye ul .action {
    width: calc(100%/2);
    /* background-size: 100% 100% !important; */
}

.about-qye ul .action .conent {
    opacity: 1;
    transition: opacity 0.3s, transform 0.3s;
    -webkit-transition: opacity 0.3s, transform 0.3s;
    transition-delay: 0.2s;
    -webkit-transition-delay: 0.2s;
    transform: translate3d(-50%, 0, 0) scale(1);
    -webkit-transform: translate3d(-50%, 0, 0) scale(1);
}

.about-qye ul .action h3 {
    opacity: 0;
}

.about-qye ul .action::after {
    background: rgba(0, 97, 175, 0.3)
}

.about-qye  .conent {
    position: absolute;
    left: 50%;
    top: 13%;
    width: 80%;
    transform: translate3d(-50%, 0, 0) scale(0);
    -webkit-transform: translate3d(-50%, 0, 0) scale(0);
    z-index: 3;
    opacity: 0;
}
.about-qye .culswiper .conent{
	opacity: 1;
	left: 15%;
	transform:unset;
}

.about-qye  .conent b {
    font-size: 36px;
    color: #fff;
}

.about-qye  .conent .txt {
    font-size: 18px;
    color: #fff;
    line-height: 28px;
    margin-top: 2%;
}

.about-client {
    width: 100%;
    min-height: 300px;
    padding-bottom: 103px;
}

.about-client ul {
    width: 100%;
}

.about-client ul li {
    float: left;
    margin-right: 0.57%;
    width: 12%;
    margin-bottom: 12px;
    position: relative;
    cursor: pointer;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
    overflow: hidden;
    border: 1px solid #ccc;
}

.about-client ul li p {
    position: absolute;
    width: 100%;
    height: 100%;
    background: #ff9000;
    line-height: 118px;
    color: #fff;
    font-size: 16px;
    left: 0;
    top: 0;
    text-align: center;
    transform: scale(0);
    opacity: 0;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}

.about-client ul li img {
    width: 100%;
    height: 79px;
    transition: all 0.8s;
}

.about-client ul li:hover img {
    transform: scale(1.1);
}

.about-client ul li:nth-of-type(8n) {
    margin-right: 0;
}

.about-client-conetn {
    width: 100%;
    background: #fff;
    padding-top: 105px;
}

.about-environment {
    width: 100%;
    background: #f6f8fb;
    padding-top: 103px;
    padding-bottom: 114px;
}

.about-environment-conetnt {
    width: 100%
}

.about-environment-conetnt .pages0t {
    width: 100%;
    height: 471px;
    box-sizing: border-box;
    margin-bottom: 10px;
}

.about-environment-conetnt .pages0t .left {
    width: 66%;
}

.about-environment-conetnt .pages0t .rigth {
    width: 33%;
}

.about-environment-conetnt .pages0t li {
    float: left;
}

.about-environment-conetnt .paf .left {
    height: 471px;
    overflow: hidden;
}

.about-environment-conetnt img {
    width: 100%;
    height: 100%;
    display: block;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
    cursor: pointer;
}

.about-environment-conetnt img:hover {
    transform: scale(1.05);
    -webkit-ransform: scale(1.05);
}

.about-environment-conetnt .paf .rigth ul {
    width: 100%;
}

.about-environment-conetnt .paf .rigth ul li:first-of-type {
    width: 100%;
    height: 230px;
    overflow: hidden;
}

.about-environment-conetnt .paf .rigth ul li:nth-of-type(2) {
    width: 49%;
    margin-right: 2%;
    height: 230px;
    background: #0061af;
    color: #fff;
    font-size: 28px;
    text-align: center;
    box-sizing: border-box;
    padding-top: 59px;
    margin-top: 10px;
}

.about-environment-conetnt .paf .rigth ul li:last-of-type {
    width: 49%;
    height: 230px;
    overflow: hidden;
    margin-top: 10px;
}

.about-environment-conetnt .pat .left li {
    height: 471px;
    margin-right: 1.2%;
    overflow: hidden;
}

.about-environment-conetnt .pat .left li:first-child {
    width: 24.35%;
    overflow: hidden;
}

.about-environment-conetnt .pat .left li:nth-of-type(2) {
    width: 24.35%;
}

.about-environment-conetnt .pat .left li:nth-of-type(2) p {
    height: 230px;
    margin-bottom: 10px;
    background: #ff9000;
    color: #fff;
    font-size: 28px;
    text-align: center;
    box-sizing: border-box;
    padding-top: 59px;
}

.about-environment-conetnt .pat .left li:nth-of-type(2) .ds {
    height: 230px;
    width: 100%;
    overflow: hidden;
}

.about-environment-conetnt .pat .left li:last-of-type {
    margin-right: 0;
    width: 48.5%;
    overflow: hidden;
}

.about-environment-conetnt .pat .rigth .ds {
    width: 100%;
    height: 230px;
    overflow: hidden;
}

.about-environment-conetnt .pat .rigth .ds:last-of-type {
    margin-top: 10px;
}

.list-about-nav {
    position: fixed;
    top: 50px;
    left: 0;
    z-index: 10;
    background: #fff;
    width: 100%;
    text-align: center;
    opacity: 0;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
    border-bottom: 1px solid #eee;
    z-index: -1;
	display:none;
}

.list-about-nav a {
    font-size: 16px;
    cursor: pointer;
    line-height: 87px;
    margin-right: 9%;
    display: inline-block;
}

.list-about-nav a::after {
    content: '';
    height: 2px;
    width: 0;
    background: #eb6f13;
    display: block;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
    margin: 0 auto;
}

.list-about-nav .action {
    color: #001daf
}

.list-about-nav .action::after {
    width: 100%;
}

.list-about-nav a:hover {
    color: #001daf
}

.list-about-nav a:hover::after {
    width: 100%;
}

.index-new {
    width: 100%;
    background: none;
    padding: 48px 0 70px
}

.index-new .title {
    padding-bottom: 40px;
}

.index-new .title b {
    font-size: 36px;
    color: #444;
    line-height: 60px;
}

.index-new .title p {
    font-size: 16px;
    color: #444
}

.index-new ul {
    width: 100%;
    padding: 1px;
}

.index-new ul li {
    width: 24%;
    float: left;
    margin-right: 1.333%;
    box-sizing: border-box;
    border: 1px solid #dfdfdf;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
	margin-bottom:20px;
}

.index-new ul li:nth-of-type(4n) {
    margin-right: 0;
}

.index-new ul li .img {
    width: 100%;
    height: 240px;
    overflow: hidden;
}

.index-new ul li .img img {
    width: 100%;
    height: 240px;
}

.index-new ul li .content {
    width: 100%;
    background: #fff;
    box-sizing: border-box;
    padding: 0 6%;
    min-height: 186px;
    padding-bottom: 20px;
}

.index-new ul li .content .timer {
    width: 100px;
    text-align: center;
    background: #eb6f13;
    height: 40px;
    line-height: 40px;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    color: #fff;
}

.index-new ul li .content .timer b {
    font-size: 30px;
    font-weight: normal;
}

.index-new ul li .content .timer span {
    font-size: 16px;
}

.index-new ul li .content h5 {
    font-size: 20px;
    color: #444;
}

.index-new ul li .content p {
    font-size: 14px;
    color: #666;
    min-height: 53px;
    margin-top: 10px;
}

.index-new ul li .content em {
    font-size: 14px;
    color: #eb6f13;
    padding-bottom: 20px;
    font-weight: bold;
    padding-top: 8px;
    font-style: normal;
}

.index-new ul li:hover {
    box-shadow: 0 0 10px 10px #f2f2f2;
    transform: translateY(-10px);
    -webkit-transform: translateY(-10px);
}

.index-new ul li:hover .content {
    background: #eb6f13
}

.index-new ul li:hover .content h5 {
    color: #fff
}

.index-new ul li:hover .content p {
    color: #fff
}

.index-new ul li:hover .content em {
    color: #fff;
    font-style: normal;
}

.index-new ul li:hover .content .timer {
    background: #fff;
    color: #eb6f13
}

.ser-conent .index-new li {
    margin-bottom: 20px;
}

.news-del {
    background: #f8f8f8;
    padding: 0 0 50px;
}

.com-width {
    max-width: 1200px;
    margin: 0 auto;
}

.cate-position {
    height: 50px;
    color: #999;
    line-height: 50px;
}

.cate-position a {
    color: #999;
}

.cate-position a:hover {
    color: #e93e00;
}

.icon-eye {
    position: relative;
    top: -2px;
    display: inline-block;
    vertical-align: middle;
    width: 21px;
    height: 11px;
    background: url(http://www.intelligent-stock.com//img/eye.png) no-repeat center;
}


/*å·¦ä¾§*/

.news-show-left {
    float: left;
    margin: auto;
    width: 66.6%;
    background: #fff;
    -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, .1);
    -moz-box-shadow: 0 1px 1px rgba(0, 0, 0, .1);
    box-shadow: 0 1px 1px rgba(0, 0, 0, .1);
    -ms-box-shadow: 0 1px 1px rgba(0, 0, 0, .1);
}

.news-show-left .news-title {
    padding: 40px 20px;
    padding-bottom: 20px;
    border-top: 1px #f1f1f1 solid;
    text-align: center;
    line-height: 1.5;
}

.news-show-left .news-title .tit {
    padding-bottom: 10px;
    color: #333;
    font-weight: normal;
    font-size: 24px;
}

.news-show-left .news-title p {
    padding-bottom: 10px;
    border-bottom: 1px solid #F0F2F5;
    color: #a3afb7;
    font-size: 14px;
}

.news-show-left .news-title p a {
    color: #a3afb7;
}

.news-show-left .news-views {
    overflow: hidden;
    margin: 40px 20px 20px;
    margin-top: 0;
    min-height: 600px;
    color: #666;
    font-size: 14px;
    line-height: 25px;
}

.news-show-left .news-views p {
    margin-bottom: 10px;
}

.news-show-left .news-views img {
    max-width: 100%;
    height: auto;
	width:100%;
}

.news-show-left .news-other {
    padding: 20px 15px;
    border-top: 1px #f1f1f1 solid;
}

.news-show-left .news-other p {
    display: block;
    padding-left: 3px;
    height: 40px;
    line-height: 40px;
}

.news-show-left .news-other p a {
    color: #333;
    font-size: 14px;
}

.news-show-left .news-other p a:hover {
    color: #BB3E46;
}

.news-show-left .share-bar {
    padding: 20px;
}


/*å³ä¾§*/

.news-show-right {
    float: right;
    width: 30.8%;
}

.news-show-right dl {
    display: block;
    margin-top: 0;
    margin-bottom: 20px;
    background: #fff;
    -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, .1);
    -moz-box-shadow: 0 1px 1px rgba(0, 0, 0, .1);
    box-shadow: 0 1px 1px rgba(0, 0, 0, .1);
    -ms-box-shadow: 0 1px 1px rgba(0, 0, 0, .1);
}

.news-show-right dl dt {
    position: relative;
    display: block;
    height: 42px;
    border-bottom: 1px #f1f1f1 solid;
    line-height: 42px;
}

.news-show-right dl.tab dt {
    padding-left: 20px;
    height: 42px;
    border-top: 1px #f1f1f1 solid;
    color: #1d1d1d;
    font-size: 18px;
    line-height: 42px;
}

.news-show-right dl.tab dd {
    position: relative;
}

.news-show-right dl.tab dd ul {
    display: block;
    padding: 0 20px;
}

.news-show-right dl.tab dd ul li {
    display: block;
    padding: 15px 0;
    border-bottom: 1px #f1f1f1 solid;
}

.news-show-right dl.tab dd ul li a {
    display: inline;
}

.news-show-right dl.tab dd ul li .pic {
    position: relative;
    overflow: hidden;
    margin-right: 20px;
    width: 60px;
    height: 60px;
    text-align: center;
    font-size: 0;
    line-height: 60px;
    float: left;
}

.news-show-right dl.tab dd ul li .pic img {
    max-width: none;
    width: 100%;
}

.news-show-right dl.tab dd ul li h5 {
    display: block;
    overflow: hidden;
    padding-top: 4px;
    padding-bottom: 10px;
    color: #333;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-size: 14px;
    line-height: 20px;
}

.news-show-right dl.tab dd ul li h5 a {
    color: #333;
}

.news-show-right dl.tab dd ul li h5 a:hover {
    color: #BB3E46;
}

.news-show-right dl.tab dd ul li .news-cate {
    color: #999;
}

.news-show-right dl.tab dd ul li i {
    float: left;
    color: #999;
    font-size: 12px;
    font-style: normal;
}

.news-show-right dl.tab dd ul li em {
    float: right;
    padding-left: 25px;
    background: url(http://www.intelligent-stock.com//img/eye.png) no-repeat left center;
    color: #999;
    font-style: normal;
    font-size: 12px;
    min-width: 50px;
    font-style: normal;
}

.news-show-right dl.tab dd .more {
    position: relative;
    top: -1px;
    height: 45px;
    border-top: 1px #f1f1f1 solid;
    color: #333;
    text-align: center;
    line-height: 45px;
}

.news-show-right dl.tab dd .more a {
    position: relative;
    display: inline-block;
    color: #333;
}

.news-show-right dl.tab dd .more a b {
    margin-left: 5px;
    font-family: "å®‹ä½“";
    -webkit-transition: transform .3s;
    -o-transition: transform .3s;
    transition: transform .3s;
}

.news-show-right dl.tab dd .more a:hover b {
    -webkit-transform: translateX(5px);
    -o-transform: translateX(5px);
    transform: translateX(5px);
    -ms-transform: translateX(5px);
}

.news-show-right dl.tab dd .more a:hover {
    color: #BB3E46;
}

.news-show-right dl.list dt {
    padding-left: 20px;
    color: #333;
    font-size: 18px;
}

.news-show-right dl.tab dt a {
    display: table-cell;
    width: 33%;
    height: 42px;
    color: #009A62;
    text-align: center;
    font-size: 18px;
    line-height: 42px;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
}

.news-show-right dl.list dt a b {
    position: relative;
    top: -1px;
    display: inline-block;
    overflow: hidden;
    margin-left: 2px;
    width: 15px;
    height: 15px;
    background-position: 0 -64px;
    vertical-align: middle;
}

.news-show-right dl.list dd ul {
    display: block;
    padding: 20px;
}

.news-show-right dl.list dd ul li {
    display: block;
    overflow: hidden;
    padding-bottom: 12px;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.news-show-right dl.list dd ul li a {
    color: #333;
    font-size: 14px;
    -webkit-transition: .2s;
    -o-transition: .2s;
    transition: .2s;
}

.news-show-right dl.list dd ul li a:hover {
    color: #BB3E46;
}

.gr-page-other {
    margin-top: 15px;
    padding-top: 10px;
    padding-bottom: 10px;
    border-top: 1px dotted #ddd;
    border-bottom: 1px dotted #ddd;
}

.gr-product-content .gr-page-other {
    border-color: #E4EAEC;
}

.gr-page-other p {
    line-height: 26px;
    width: calc(100% - 150px);
}

.gr-back-btn {
    margin-top: 6px;
    width: 125px;
    height: 40px;
    background-color: #999;
    color: #fff!important;
    text-align: center;
    font-size: 14px;
    line-height: 40px;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
    float: right;
}

.gr-back-btn:hover {
    opacity: 0.8;
    filter: alpha(opacity=80);
}

.gr-page-other p a {
    color: #333;
}

.news-case {
    padding: 20px;
}

.news-case .gr-case-list {
    width: 100%;
}

.news-case .gr-case-list li,
.news-case .gr-case-list li .pic {
    float: none;
    width: 100%;
    height: auto;
}

.pro_content {
    width: 100%;
    background: #f6f8fb;
    padding-bottom: 70px;
}

.pro_content:nth-of-type(2n) {
    background: #ffffff;
}

.pro_content:last-of-type {
    padding-bottom: 160px;
}

.nav-pro {
    background: #fff;
    width: 100%;
    padding: 0 6%;
    margin-top: -45px;
    position: relative;
    text-align: center;
    white-space: nowrap;
    overflow: hidden;
	display:none;
}

.nav-pro a {
    font-size: 18px;
    line-height: 86px;
    display: inline-block;
    margin-right: 76px;
    position: relative;
}

.nav-pro a::after {
    display: block;
    height: 2px;
    width: 0;
    background: #001daf;
    margin: 0 auto;
    content: '';
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}

.nav-pro a:last-of-type {
    margin-right: 0;
}

.nav-pro a:hover {
    color: #001daf;
}

.nav-pro a:hover::after {
    width: 100%;
}

.nav-pro .action {
    color: #001daf;
}

.nav-pro .action::after {
    width: 100%;
}

.pro_content .pro-list {
    width: 100%;
}

.pro_content .pro-list .titleview {
    width: 100%;
    padding: 60px 0 20px;
    border-bottom: 1px solid #dddddd;
}

.pro_content .pro-list .titleview a {
    width: 182px;
    text-align: center;
    height: 38px;
    line-height: 38px;
    background: #f6f8fb;
    border: 1px solid #0061af;
    color: #0061af;
    border-radius: 20px;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
    margin-top: 31px;
}

.pro_content .pro-list .titleview a:hover {
    width: 200px;
}

.pro_content .pro-list .titleview a::before {
    width: 24px;
    height: 19px;
    background: url(../image/zx-pro-def.png) no-repeat center top;
    display: inline-block;
    vertical-align: middle;
    content: '';
    margin-right: 5px;
}

.pro_content .pro-list .title {
    /* display: inline-block;
     vertical-align: middle */
}

.pro_content .pro-list .title b {
    color: #444444;
    font-size: 32px;
}

.pro_content .pro-list .title p {
    font-size: 16px;
    color: #666
}

.pro-def {
    width: 100%;
    background: #f1f1f1
}

.pro-def .title-top {
    padding: 35px 0;
}

.pro-def .title-top a {
    color: #464646;
    font-size: 14px;
}

.pro-def .title-top .fl a {
    display: inline-block;
    padding: 0 10px;
}

.pro-def .title-top .fl a:hover {
    color: #fff
}


/* .pro-def .title-top .fl a::after{
    content: '>';
    color: #b4c6e4;
    display: inline-block;
    vertical-align: middle;
    padding: 0 10px;
} */

.pro-def .title-top .fl a:last-of-type::after {
    content: '';
}

.pro-def .title-top .fl .pro-index {
    width: 23px;
    height: 23px;
    background: url('../image/pro_index.png') no-repeat center top;
    display: inline-block;
    vertical-align: middle
}

.pro-def .title-top .fr i {
    width: 23px;
    height: 23px;
    background: url('../image/huans_t.png') no-repeat center top;
    display: inline-block;
    vertical-align: middle;
    margin-bottom: 2px;
}

.pro-def-pro {
    width: 100%;
    background: #fff;
    /* box-shadow: 0 0 10px 10px #f1f1f1; */
}

.pro-def-pro .img {
    width: 40%;
    position: relative;
    padding-left: 4%;
    padding-top: 25px;

}

.pro-def-pro .img dl {
    position: absolute;
    right: 0;
    top: 50%;
    transform: translate3d(50%, -50%, 0);
    -webkit-transform: translate3d(50%, -50%, 0);
    width: 15%;
}

.pro-def-pro .img dl dd {
    width: 100%;
    margin-bottom: 20px;
    text-align: center;
    transition: transform 0.5s;
    -webkit-transition: transform 0.5s;
}


/* .pro-def-pro .img dl li:last-of-type{
    margin-bottom: 0;
} */

.pro-def-pro .img dl dt i {
    width: 35px;
    height: 15px;
    display: inline-block;
    background: url('../image/pro-fangx.png') no-repeat;
    background-position: 0 center;
    margin-right: 20px;
    cursor: pointer;
}

.pro-def-pro .img dl .action {
    box-shadow: 0 0 2px 2px #f2f2f2;
    transform: translate3d(-5px, -5px, 0);
    -webkit-transform: translate3d(-5px, -5px, 0);
}

.pro-def-pro .img dl dt em {
    width: 35px;
    height: 15px;
    display: inline-block;
    background: url('../image/pro-fangx.png') no-repeat;
    background-position: right center;
    cursor: pointer;
}

.pro-def-pro .img dl dd img {
    width: 100%;
    height: auto;
    cursor: pointer;
}

.pro-def-pro .img dl dt {
    width: 100%;
    text-align: center
}

.pro-def-pro .img img {
    width: 100%;
    height: auto;
}

.pro-def-pro .pro-def-des {
    width: 48%;
    box-sizing: border-box;
    padding: 25px 4% 0 4%;
}
.casesmallswiper{
	width:12%;
	float:left;
	text-align:center;
	padding:15px 0;
	height:500px;
}
.casesmallswiper img{
	height:100%;
	border:1px solid #ddd;
}
.casesmallswiper img.active,.casesmallswiper video.active{
	border:1px solid #0569ad;
}
.casesmallswiper .swiper-button-prev{
	top:5px;
	left:0;
	width:100%;
	height:5px;
	background:url("../../images/gotop.gif") center no-repeat;
	margin-top:0;
	opacity: 1 !important;
}
.casesmallswiper .swiper-button-next{
	bottom:5px;
	right:0;
	top:auto;
	width:100%;
	height:5px;
	background:url("../../images/gobottom.gif") center no-repeat;
	margin-top:0;
	opacity: 1 !important;
}


.pro-def-pro .pro-def-des h2 {
    font-size: 32px;
    color: #444;
    font-weight: bold;
    border-bottom: 1px solid #b1b4b5;
    line-height: 80px;
    margin-bottom: 20px;
}

.pro-def-pro .pro-def-des>p {
    font-size: 16px;
    color: #444
}

.pro-def-pro .pro-def-des .conetn {
    width: 100%;
    min-height: 200px;
    padding: 20px 0 40px;
    color: #666;
    font-size: 14px;
}

.pro-def-pro .pro-def-des .btn {
    width: 87%;
    border-radius: 30px;
    overflow: hidden;
}

.pro-def-pro .pro-def-des .btn a {
    width: 50%;
    float: left;
    display: block;
    text-align: center;
    color: #fff;
    font-size: 16px;
    line-height: 46px;
    height: 46px;
}

.pro-def-pro .pro-def-des .btn a:last-of-type:hover {
    background: rgba(255, 144, 0, 0.8)
    /* animation: btnaxiaz 0.3s infinite;
    -webkit-animation: btnaxiaz 0.3s infinite;  */
}

.pro-def-pro .pro-def-des .btn a:first-of-type:hover {
    background: rgba(0, 97, 175, 0.8)
    /* animation: swing 0.3s infinite;
    -webkit-animation: swing 0.3s infinite;  */
}

@keyframes btnphone {
    0% {
        transform: translateX(-3px);
        -webkit-transform: translateX(-3px);
    }
    100% {
        transform: translateX(3px);
        -webkit-transform: translateX(3px);
    }
}

@keyframes btnaxiaz {
    0% {
        transform: translateY(-3px);
        -webkit-transform: translateY(-3px);
    }
    100% {
        transform: translateY(3px);
        -webkit-transform: translateY(3px);
    }
}

.pro-def-pro .pro-def-des .btn a:first-of-type {
    background: rgba(0, 97, 175, 1)
}

.pro-def-pro .pro-def-des .btn a:first-of-type::before {
    width: 27px;
    height: 27px;
    content: '';
    display: inline-block;
    background: url('http://www.intelligent-stock.com//images/pro-def-ico.png') no-repeat;
    background-position: 0 top;
    vertical-align: middle;
    margin-right: 8px;
}

.pro-def-pro .pro-def-des .btn a:last-of-type {
    background: rgba(255, 144, 0, 1)
}

.pro-def-pro .pro-def-des .btn a:last-of-type::before {
    width: 27px;
    height: 27px;
    content: '';
    display: inline-block;
    background: url('http://www.intelligent-stock.com//images/pro-def-ico.png') no-repeat;
    background-position: right top;
    vertical-align: middle;
    margin-right: 8px;
}

.pro-dse-nav {
    width: 100%;
    text-align: left;
    background: #f6f8fb;
    border-bottom: 1px solid #dadee1;
}

.pro-dse-nav a {
    display: inline-block;
    font-size: 16px;
    line-height: 80px;
    margin-left: 6%;
    cursor: pointer;
}

.pro-dse-nav .action {
    color: #eb6f13
}

.pro-des-conetn {
    width: 100%;
    padding-bottom: 120px;
    /* position: absolute */
}

.pro-des-conetn .title {
    padding: 60px 0 35px;
}

.pro-des-conetn .title h4 {
    font-size: 28px;
    line-height: 28px;
    font-weight: bold;
    color: #444;
    border-left: 10px solid #0061af;
}

.pro-des-conetn .title h4::before {
    width: 3px;
    height: 30px;
    background: #ff9000;
    display: inline-block;
    vertical-align: middle;
    content: '';
    margin-right: 20px;
}

.pro-des-conetn .title a {
    width: 182px;
    text-align: center;
    height: 38px;
    line-height: 38px;
    background: #f6f8fb;
    border: 1px solid #0061af;
    color: #0061af;
    border-radius: 20px;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}

.pro-des-conetn .title a:hover {
    width: 200px;
}

.pro-des-conetn .title a::before {
    width: 24px;
    height: 19px;
    background: url('../image/zx-pro-def.png') no-repeat center top;
    display: inline-block;
    vertical-align: middle;
    content: '';
    margin-right: 5px;
}

.pro-des-conetn .conetn {
    width: 100%;
}

.pro-des-conetn .conetn ul {
    width: 100%;
}

.pro-des-conetn .conetn ul li {
    width: 21%;
    margin-left: 4%;
    float: left;
    border: 1px solid #eceeef;
    position: relative;
    height: 112px;
    border-radius: 60px;
    margin-bottom: 20px;
}

.pro-des-conetn .conetn ul li p:last-of-type {
    font-size: 20px;
    color: #444;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate3d(-50%, -50%, 0);
    -webkit-transform: translate3d(-50%, -50%, 0);
}

.pro-des-conetn .conetn ul li em {
    position: absolute;
    top: 50%;
    left: 0;
    transform: translate3d(-50%, -50%, 0);
    -webkit-transform: translate3d(-50%, -50%, 0);
    height: 70px;
    width: 70px;
    border-radius: 50%;
    text-align: center;
    line-height: 64px;
    display: block;
    font-size: 32px;
    font-weight: bold;
    background: #fff
}

.pro-des-conetn .conetn ul li:nth-of-type(2n-1) em {
    border: 3px solid #0061af;
    color: #0061af
}

.pro-des-conetn .conetn ul li:nth-of-type(2n) em {
    border: 3px solid #ff9000;
    color: #ff9000
}

.pro-des-conetn .conetn a {
    width: 49%;
    display: block;
    text-align: center;
    padding: 35px 0;
    border-radius: 100px;
    margin-top: 20px;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}


/* .pro-des-conetn:last-of-type{
    margin-bottom: 60px;
} */

.pro-des-conetn .conetn a .top {
    display: inline-block;
    vertical-align: middle;
    text-align: left;
    margin-left: 9%;
}

.pro-des-conetn .conetn a:hover {
    box-shadow: 0 0 5px 5px #f1f1f1;
    transform: translateY(-5px);
    -webkit-transform: translateY(-5px);
}

.pro-des-conetn .conetn a .top b {
    font-size: 36px;
    color: #fff;
    line-height: 40px;
}

.pro-des-conetn .conetn a .top p {
    font-size: 16px;
    color: #fff;
}

.pro-des-conetn .conetn a:first-of-type {
    background: #ff9000
}

.pro-des-conetn .conetn a:last-of-type {
    background: #0061af;
    cursor: pointer;
}

.pro-des-conetn .pro-id-pro img {
    display: block;
	max-width:100%;

}
.bia_0000001 tr{
	background:#f1f1f1;
	line-height:45px;
	font-size:16px;
}
.ser-bananr{
	position:relative;
}
.about-bananr-conent {
    position: absolute;
    left: 50%;
    top: 40%;
    transform: translateX(-50%) translateY(-50%);
    -webkit-transform: translateX(-50%) translateY(-50%);
    text-align: center;
    animation: bnananrtop 1s;
    -webkit-animation: bnananrtop 1s;
    text-align: center;
	font-size:30px;
	color:#fff;
	font-weight:bold;
	
}
.about-bananr-conents {
    position: absolute;
    left: 50%;
    top: 55%;
    transform: translateX(-50%) translateY(-50%);
    -webkit-transform: translateX(-50%) translateY(-50%);
    text-align: center;
    animation: bnananrtop 1s;
    -webkit-animation: bnananrtop 1s;
    text-align: center;
	font-size:18px;
	color:#fff;
}

.contact-bananr-conent {
    position: absolute;
    left: 50%;
    top: 40%;
    transform: translateX(-50%) translateY(-50%);
    -webkit-transform: translateX(-50%) translateY(-50%);
    text-align: center;
    animation: bnananrtop 1s;
    -webkit-animation: bnananrtop 1s;
    text-align: center;
}

.contact-bananr-conent p {
    font-size: 60px;
    font-weight: bold;
    color: #fff
}

.contact-bananr-conent span {
    color: #fff;
    font-size: 24px;
}

.about-bananr-conent span {
    color: #fff;
    font-size: 24px;
}

.about-bananr-conent p {
    font-size: 60px;
    font-weight: bold;
    color: #fff
}

.new-bananr-conent {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translateX(-50%) translateY(-50%);
    -webkit-transform: translateX(-50%) translateY(-50%);
    text-align: center;
    animation: bnananrtop 1s;
    -webkit-animation: bnananrtop 1s;
    text-align: center;
}

.new-bananr-conent span {
    color: #fff;
    font-size: 24px;
}

.new-bananr-conent p {
    font-size: 60px;
    font-weight: bold;
    color: #fff
}

.pro-bananr {
    width: 100%;
    position: relative;
}

.pro-bananr>img {
    width: 100%;
    height: auto
}

.pro-bananr .bananr-content {
    position: absolute;
    left: 50%;
    top: 40%;
    transform: translateX(-50%) translateY(-50%);
    -webkit-transform: translateX(-50%) translateY(-50%);
    text-align: center;
    animation: bnananrtop 1.5s;
    -webkit-animation: bnananrtop 1.5s;
}

@-webkit-keyframes bnananrtop {
    0% {
        opacity: 0;
        transform: translateX(-40%) translateY(-20%);
        -webkit-transform: translateX(-50%) translateY(-20%);
    }
    25% {
        opacity: 0;
        transform: translateX(-40%) translateY(-20%);
        -webkit-transform: translateX(-50%) translateY(-20%);
    }
    100% {
        opacity: 1;
        transform: translateX(-50%) translateY(-50%);
        -webkit-transform: translateX(-50%) translateY(-50%);
    }
}

@keyframes bnananrtop {
    0% {
        opacity: 0;
        transform: translateX(-40%) translateY(-40%);
        -webkit-transform: translateX(-50%) translateY(-40%);
    }
    25% {
        opacity: 0;
        transform: translateX(-40%) translateY(-20%);
        -webkit-transform: translateX(-50%) translateY(-20%);
    }
    100% {
        opacity: 1;
        transform: translateX(-50%) translateY(-50%);
        -webkit-transform: translateX(-50%) translateY(-50%);
    }
}

.pro-bananr .bananr-content span {
    font-size: 24px;
    color: #989ba4
}

.pro-bananr .bananr-content h2 {
    font-size: 38px;
    color: #fff;
    font-weight: bold;
}

.pro-bananr .bananr-content .fong {
    width: 500px;
    height: 65px;
    border-radius: 33px;
    background: #fff;
    margin: 0 auto;
    border: 5px solid rgba(0, 0, 0, 0.8);
    overflow: hidden;
    margin-top: 40px;
}

.pro-bananr .bananr-content .fong .text {
    width: 364px;
    font-size: 16px;
    line-height: 46px;
    height: 55px;
    /* border: 1px solid #000; */
    padding: 5px 0;
    display: block;
    margin-left: 38px;
    border: none;
}

.pro-bananr .bananr-content .fong .submitBtn {
    background-color: #0061af;
    height: 56px;
    width: 80px;
    display: block;
    background-image: url('../image/pro-serve-ico.png');
    background-position: center center;
    background-repeat: no-repeat;
    cursor: pointer;
    border: none;
}

.pages-view .swiper-button-prev {
    left: -60px;
}

.pages-view .swiper-button-next {
    right: -60px;
}

.honswiper img {
    width: 100%;
}

.case-bananr {
    width: 100%;
}

.case-bananr img {
    width: 100%;
    height: auto;
}

.case-conetnt {
    width: 100%;
    background: #f6f8fb;
    padding-bottom: 100px;
}

.case-conetnt .case-pages {
    padding: 1px 0;
    background: #fff;
    margin-top: -50px;
    position: relative;
}

.case-conetnt h2 {
    font-size: 28px;
    font-weight: bold;
    color: #444;
    line-height: 28px;
    border-left: 8px solid #0061af;
    padding-left: 20px;
    position: relative;
    margin: 50px 0;
}

.case-conetnt h2::before {
    content: '';
    height: 100%;
    width: 3px;
    background: #ff9000;
    left: 1px;
    top: 0;
    display: block;
    position: absolute;
}

.case-pages ul {
    width: 100%;
    padding-bottom: 60px;
}

.case-conetnt .text {
    text-align: center;
    font-size: 18px;
    color: #bbb;
    padding-bottom: 50px;
}

.case-pages ul li {
    width: 25%;
    float: left;
    text-align: center;
    border-left: 1px solid #dadee1;
    border-bottom: 1px solid #dadee1;
    padding-bottom: 10px;
    position: relative;
    z-index: 0;
    background: #fff;
    transition: transform 0.5s;
    -webkit-transition: transform 0.5s;
    box-sizing: border-box;
    height: 310px;
}

.case-pages ul li:hover {
    transform: scale(1.02) translateY(-10px);
    -webkit-transform: scale(1.02) translateY(-10px);
    box-shadow: 0 0 10px 10px #f2f2f2;
    border: 1px solid #dadee1 !important;
    z-index: 1;
}

.case-pages ul li:hover span {
    color: #eb6f13
}

.case-pages ul li:nth-of-type(4n) {
    border-right: 1px solid #dadee1;
}

.case-pages ul li:last-of-type {
    border-right: 1px solid #dadee1;
}

.case-pages ul li:nth-of-type(1) {
    border-top: 1px solid #dadee1
}

.case-pages ul li:nth-of-type(2) {
    border-top: 1px solid #dadee1
}

.case-pages ul li:nth-of-type(3) {
    border-top: 1px solid #dadee1
}

.case-pages ul li:nth-of-type(4) {
    border-top: 1px solid #dadee1
}

.case-pages ul li .img {
    width: 304px;
    /* height: 283px; */
    margin: 10px auto;
    margin-top: 25px;
}

.case-pages ul li .img img {
    width: 100%;
    height: 100%;
}

.case-pages ul li span {
    font-size: 16px;
    color: #444;
    line-height: 42px;
}

.case-bananr-conent {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translateX(-50%) translateY(-50%);
    -webkit-transform: translateX(-50%) translateY(-50%);
    text-align: center;
    animation: bnananrtop 1s;
    -webkit-animation: bnananrtop 1s;
    text-align: center;
}

.case-bananr-conent h3 {
    font-size: 68px;
    font-weight: bold;
    color: #fff;
    line-height: 68px;
}

.case-bananr-conent p {
    font-size: 24px;
    color: #99c0df;
    line-height: 24px;
    padding-top: 25px;
}

.w1600 {
    margin-right: auto;
    margin-left: auto;
    width: 1600px;
}

.case-def h6 {
    font-size: 28px;
    padding: 40px 0 25px;
    border-bottom: 1px solid #ddd;
    margin-bottom: 40px;
}

.case-def .conent {
    width: 100%;
    min-height: 500px
}

.pro-list ul li a {
    display: block;
    position: relative;
    transition: 0.6s;
    overflow: hidden
}

.pro-list ul li a .img {
    overflow: hidden
}

.pro-list ul li a .img img {
    width: 100%;
    object-fit: cover;
}

.pro-list ul li a h5 {
    font-size: 16px;
    color: #262626;
    height: 75px;
    line-height: 75px;
    background: #fff;
    width: 100%;
    padding: 0 15px;
    text-align: center;
    margin: 0;
}

.pro-list .title .fr a:hover {
    color: #fff
}

.pro-list .title .fr a:hover:before {
    transform: scale(1);
    opacity: 1
}

.pro-list ul li a:hover {
    box-shadow: 0 0 30px rgba(0, 0, 0, 0.15)
}

.pro-list ul li {
    display: inline-block;
    width: 33.33333%;
    padding: 0 11px;
    margin-bottom: 35px;
    float: left;
}

.pro-list ul {
    margin-top: 30px;
}

.jq22 .border-left {
    width: 1px;
    height: 0px;
    background: #3ca0d3;
    position: absolute;
    left: 0;
    bottom: 0;
}

.jq22 .border-bottom {
    width: 0px;
    height: 1px;
    background: #3ca0d3;
    position: absolute;
    left: 0;
    bottom: 0px;
}

.jq22 .border-top {
    width: 0px;
    height: 1px;
    background: #3ca0d3;
    position: absolute;
    right: 0;
    top: 0px;
}

.jq22 .border-right {
    width: 1px;
    height: 0px;
    background: #3ca0d3;
    position: absolute;
    right: 0;
    top: 0;
}

.sanji {
    margin-top: -28px;
    text-align: center;
    margin-bottom: -28px;
	display:none;
}

.sanji ul {
    font-size: 0;
}

.sanji ul li {
    display: inline-block;
    font-size: 16px;
    color: #4f4f52;
    position: relative;
    margin-right: -1px;
}

.sanji ul li a {
    font-size: 16px;
    color: #4f4f52;
    display: inline-block;
    padding-bottom: 14px;
    position: relative;
    width: 200px;
    height: 55px;
    line-height: 53px;
    border: #dcdcdc 1px solid;
    text-align: center;
    background: #fff;
}

.sanji ul li a:hover {
    color: #3db8f7;
}

.sanji ul li a:before {
    content: "";
    position: absolute;
    bottom: -1px;
    right: 0;
    width: 0;
    height: 3px;
    background: #3db8f7;
    -moz-transition: all 0.6s ease-in-out;
    -webkit-transition: all 0.6s ease-in-out;
    -o-transition: all 0.6s ease-in-out;
    -ms-transition: all 0.6s ease-in-out;
    transition: all 0.6s ease-in-out;
}

.sanji ul li.on a:before,
.sanji ul li:hover a:before {
    left: 0;
    width: 100%
}

.n_container {
    padding: 28px 0 0;
}

.n_case {
    padding: 0 0 65px
}

.n_case ul {
    font-size: 0;
    margin: 0 -7.5px;
    margin-bottom: 35px;
}

.n_case ul li {
    padding: 0 7.5px;
        text-align: left;
    width: 100%;
    display: inline-block;
    margin-bottom: 20px;
    overflow: hidden;
}

.n_case ul li a {
    display: block;
    text-align: center;
}

.n_case ul li .img {
    overflow: hidden;
    position: relative
}

.n_case ul li .img>img {
    width: 390px;
}

.n_case ul li .img .top {
    top: -100%;
    left: 0;
    position: absolute;
    width: 100%;
    height: 100%;
    background: rgba(60, 160, 211, 0.8);
    text-align: center;
    -moz-transition: all 1.2s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
    -webkit-transition: all 1.2s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
    -o-transition: all 1.2s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
    -ms-transition: all 1.2s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
    transition: all 1.2s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
    padding: 0 44px;
}

.n_case ul li .img .top h5 {
    font-size: 18px;
    color: #fff;
    margin-bottom: 18px;
    line-height: 26px;
}

.n_case ul li .img .top h3 {
    text-align: center
}

.n_case ul li .img .top h3 span {
    font-size: 16px;
    color: #242525;
    display: inline-block;
    width: 120px;
    height: 40px;
    line-height: 40px;
    background: #fff;
    border-radius: 20px
}

.n_case ul li .img .top img {
    display: inline-block;
}

.n_case ul li a>h5 {
    height: 62px;
    line-height: 62px;
    font-size: 18px;
    color: #1b2433;
    text-align: center;
    -moz-transition: all 0.6s ease-in-out;
    -webkit-transition: all 0.6s ease-in-out;
    -o-transition: all 0.6s ease-in-out;
    -ms-transition: all 0.6s ease-in-out;
    transition: all 0.6s ease-in-out;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.n_case ul li:hover .img .top {
    top: 0;
}

.n_case ul li:hover a>h5 {
    transform: scale(0);
}

.n_case ul li:hover .img>img {
    transform: scale(1.06);
}

.w1200 {
    max-width: 1200px;
    margin: 0 auto;
}

.table {
    display: table;
    table-layout: fixed;
    text-align: center;
    width: 100%;
    height: 100%
}

.table_cell {
    display: table-cell;
    vertical-align: middle
}

.contactways {
    width: 32%;
    text-align: center;
    margin-right: 2%;
    float: left;
    border: 1px solid #ddd;
    box-sizing: border-box;
    padding: 30px 0;
    margin-bottom: 20px;
    background: #004370;
}

.contactways:nth-child(3n) {
    margin-right: 0;
}

.contactway {
    max-width: 1220px;
    margin: auto;
    overflow: hidden;
    margin-bottom: 40px;
}

.contactways span {
    width: 40px;
    height: 40px;
    display: inline-block;
    background-repeat: no-repeat;
    background-position: center;
    background-size: 100% 100%;
}

.contactways .name {
    line-height: 30px;
    color: #fff;
}

.contactways span.spannone {
    display: none;
}

.contactways:hover span {
    display: none;
}

.contactways:hover span.spannone {
    display: inline-block;
}

.contactways:hover {
    border: 1px solid #117eca;
}

.contactways .name p:first-child {
    font-size: 18px;
    line-height: 35px;
}

.cases {
    display: none;
}