h1,
h2,
h3,
h4,
h5,
h6,
p,
dd,
ol {
    margin: 0;
}

@keyframes msClock2 {
    0%,
    70%,
    100% {
        transform: rotate(0) scale(1);
    }
    10%,
    30% {
        transform: rotate(-15deg) scale(1);
    }
    20%,
    40% {
        transform: rotate(15deg) scale(1);
    }
}

@font-face {
    font-family: Impact;
    src: url(../fonts/impact.ttf);
}

.clearfix {
    zoom: 1;
}

.clear {
    clear: both;
}

.container {
    padding: 0;
    width: 1300px;
    margin: 0 auto;
    overflow: hidden
}

.inContent {
    width: 1300px;
    margin: 0 auto;
    position: relative;
    -webkit-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

body {
    font-size: 14px;
}

div:focus {
    outline: none;
}

ul,
ol,
body,
html,
p {
    margin: 0;
}

html {
    background: #fff;
    margin: 0 auto;
    font-size: 14px;
    font-family: "微软雅黑";
}

a {
    text-decoration: none;
    color: #333;
    -webkit-transition: color .3s;
    -moz-transition: color .3s;
    transition: color .3s;
}

a:hover {
    color: #386fff;
}

ul,
li {
    padding: 0px;
    margin: 0px;
    list-style-type: none;
}

img {
    border: 0;
    padding: 0px;
    margin: 0px;
}

input,
textarea,
button {
    border: none;
    outline: none;
    /*去除蓝色边框*/
    margin: 0;
    padding: 0;
}

ol {
    padding: 0
}

.left {
    float: left;
}

.right {
    float: right;
}

.fix::before,
.fix::after {
    display: table;
    clear: both;
    content: '';
}


/* 常量设置 */

.wrap {
    width: 85%;
    margin: 0 auto;
}

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

a {
    color: inherit;
}

a:hover {
    color: #386fff;
}

 ::-moz-selection {
    color: #fff;
    background: #386fff;
}

 ::selection {
    color: #fff;
    background: #386fff;
}

 ::-webkit-input-placeholder {
    color: #aaa;
}

::selection {
    background-color: #386fff;
    color: #fff;
}

.placeholder {
    color: #aaa;
}


/*css组件设置*/

.form-control,
.input-group-addon,
.btn {
    border-radius: 2px;
}

.form-control:focus {
    border-color: #386fff;
    outline: 0;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px rgba(102, 175, 233, 0.6);
}

.imgZoom img,
.imgY180 img {
    -moz-transition: all .8s ease 0s;
    -ms-transition: all .8s ease 0s;
    -o-transition: all .8s ease 0s;
    -webkit-transition: all .8s ease 0s;
    transition: all .8s ease 0s;
}

.imgZoom {
    overflow: hidden;
    -webkit-transform: rotate(0);
    transform: rotate(0);
}

.imgZoom:hover img {
    -moz-transform: scale(1.1, 1.1);
    -ms-transform: scale(1.1, 1.1);
    -o-transform: scale(1.1, 1.1);
    -webkit-transform: scale(1.1, 1.1);
    transform: scale(1.1, 1.1);
}

.imgY180:hover img {
    cursor: pointer;
    -moz-transform: rotateY(180deg);
    -ms-transform: rotateY(180deg);
    -o-transform: rotateY(180deg);
    -webkit-transform: rotateY(180deg);
    transform: rotateY(180deg)
}


/*
    设置在弹性容器上的属性
*/

.flex {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
}

.align_items_center {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.justify_content_around {
    -webkit-box-pack: center;
    -webkit-justify-content: space-around;
    -ms-flex-pack: center;
    justify-content: space-around;
}

.justify_content_center {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.justify_content_start {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: start;
}

.justify_content_space_between {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.boxSizing {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
}

.rotate img {
    -webkit-transition: all 1s;
    -moz-transition: all 1s;
    transition: all 1s;
}

.rotate:hover img {
    -moz-transform: scaleX(-1);
    -webkit-transform: scaleX(-1);
    -o-transform: scaleX(-1);
    transform: scaleX(-1);
}

.header * {
    -webkit-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.sjcTop,
.sjcTop2,
.sjcBottom,
.sjcLeft,
.sjcRight,
.bg,
.leftWow,
.rightWow,
.bottomWow {
    -webkit-transition: all 0.8s ease-out;
    transition: all 0.8s ease-out;
}

.nav_bg .menu {
    width: 1200px;
    margin: auto;
}

.nav_bg .menu .tel {
    margin-right: 50px;
}

.nav_bg .menu>ul {
    width: 100%;
}

.nav_bg .menu>ul>li {
    float: left;
    text-align: center;
}

.nav_bg .menu>ul>li>a {
    display: block;
    height: 85px;
    font-size: 16px;
    position: relative;
    z-index: 6;
    line-height: 55px;
    -webkit-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
}

.nav_bg .menu>ul>li.another>a,
.nav_bg .menu>ul>li:hover>a {
    color: #da9838;
}

.nav_bg .menu>ul>li>a:after {
    content: "";
    display: block;
    position: absolute;
    left: 50%;
    margin-left: -6px;
    width: 12px;
    opacity: 0;
    height: 0;
    bottom: 0;
    background: url(../images/navon.png) center 0 no-repeat;
    -webkit-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
}

.nav_bg .menu>ul>li.another>a:after,
.nav_bg .menu>ul>li:hover>a:after {
    opacity: 1;
    height: 35px;
}

.dowShow {
    position: absolute;
    z-index: 999;
    left: 0;
    width: 100%;
    top: 196px;
    background-repeat: no-repeat;
    border-top: 1px solid #f2f2f2;
    background-color: #ffffff;
    padding: 70px 0;
    display: none;
}

.nav_bg .dowShow {
    top: 196px;
}

.dowShow .dowBox {
    width: 1280px;
    margin: auto;
}

.dowShow .navDowL {
    float: left;
    text-align: left;
    width: 320px;
}

.dowShow .navDowL .tit {
    text-transform: uppercase;
    font-family: "Times New Roman", Times, Baskerville, Georgia, serif;
    font-size: 72px;
    line-height: 50px;
    color: #dedede;
    font-weight: bold;
}

.dowShow .navDowL .tip {
    margin-top: 36px;
    font-size: 22px;
}

.dowShow .navDowL .tip .t1 {
    font-weight: bold;
    line-height: 1;
}

.dowShow .navDowL .tip .t1 i {
    width: 13px;
    height: 14px;
    display: inline-block;
    vertical-align: middle;
    margin: 0 5px;
    position: relative;
    top: -2px;
    background: url(../images/navdowtip.png) center center no-repeat;
}

.dowShow .navDowL .tip .t2 {
    font-size: 15px;
    color: #9e9e9e;
    line-height: 22px;
    margin-top: 15px;
}

.dowShow .navDowL .navDowLink {
    margin-top: 45px;
    font-size: 0;
    margin-right: -25px;
}

.dowShow .navDowL .navDowLink a {
    margin-right: 25px;
    display: inline-block;
    width: 140px;
    height: 116px;
    background-color: #fafafa;
    border-radius: 10px;
    font-size: 16px;
    text-align: center;
    padding-top: 28px;
    position: relative;
    -webkit-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
}

.dowShow .navDowL .navDowLink a:hover,
.dowShow .navDowL .navDowLink a.on {
    background-color: #da9838;
    color: #fff;
}

.dowShow .navDowL .navDowLink a i {
    display: block;
    width: 25px;
    height: 25px;
    margin: auto;
    position: relative;
    z-index: 2;
    -webkit-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
}

.dowShow .navDowL .navDowLink a i.icoZx {
    background: url(../images/navdowqq.png) center center no-repeat;
}

.dowShow .navDowL .navDowLink a:hover i {
    -webkit-animation: hvr-icon-wobble-vertical 1s;
    -moz-animation: hvr-icon-wobble-vertical 1s;
    animation: hvr-icon-wobble-vertical 1s;
}

.dowShow .navDowL .navDowLink a:hover i,
.dowShow .navDowL .navDowLink a.on i {
    -webkit-filter: brightness(5);
    filter: brightness(5);
}

.dowShow .navDowL .navDowLink a span {
    display: block;
    font-size: 16px;
    height: 26px;
    line-height: 26px;
    margin-top: 14px;
    position: relative;
    z-index: 2;
}

.dowShow .navDowL .navDowLink a i.icoLy {
    background: url(../images/navdowly.png) center center no-repeat;
}

.dowShow .navDowR {
    float: right;
    padding: 36px 40px;
    background-color: #fafafa;
    border-radius: 10px;
    width: 912px;
    align-items: center;
    text-align: left;
}

.dowShow .navDowR .navDowRL {
    float: left;
    width: 580px;
    padding-top: 20px;
    padding-bottom: 20px;
}

.dowShow .navDowR .proNavDow {
    width: 100%;
    padding-top: 20px;
    padding-bottom: 10px;
}

.dowShow .navDowR .navDowRL .tit span {
    line-height: 1;
    font-size: 28px;
    vertical-align: top;
}

.dowShow .navDowR .navDowRL .tit i {
    display: inline-block;
    vertical-align: top;
    margin-left: 15px;
    height: 28px;
    line-height: 28px;
    background-color: #ffffff;
    border-radius: 0px 15px 15px 15px;
    text-align: center;
    color: #999999;
    padding: 0 20px;
}

.dowShow .navDowR .navDowRL .dowNav {
    margin-top: 40px;
    font-size: 0;
}

.dowShow .navDowR .pic {
    float: right;
    border-radius: 100%;
    width: 234px;
    height: 234px;
    border: solid 10px #ffffff;
    overflow: hidden;
}

.dowShow .navDowR .pic img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.dowShow .navDowR .proNavDow .proDowNav {
    display: flex;
    justify-content: flex-start;
    margin-top: 10px;
    font-size: 0;
    flex-wrap: wrap;
    margin-right: -20px;
}

.dowShow .navDowR .proNavDow .proDowNav dl {
    width: 25%;
    padding-right: 15px;
    margin-top: 30px;
}

.dowShow .navDowR .proNavDow .proDowNav dl dt a {
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-size: 16px;
    line-height: 36px;
    position: relative;
    padding-left: 32px;
    -webkit-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
}

.dowShow .navDowR .proNavDow .proDowNav dl dd {
    margin-left: 32px;
    margin-top: 14px;
}

.dowShow .navDowR .proNavDow .proDowNav dl dt a::before {
    content: "";
    position: absolute;
    left: 0;
    top: 10px;
    width: 16px;
    height: 16px;
    border: solid 1px #444444;
    border-radius: 100%;
    margin-right: 15px;
    -webkit-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
}

.dowShow .navDowR .proNavDow .proDowNav dl dt a::after {
    content: "";
    position: absolute;
    width: 8px;
    height: 8px;
    background-color: #444444;
    border-radius: 100%;
    left: 5px;
    top: 15px;
    -webkit-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
    opacity: 0;
    filter: alpha(opacity=0);
}

.dowShow .navDowR .proNavDow .proDowNav dl dt a:hover {
    color: #0575e9;
    -webkit-transform: translateX(5px);
    transform: translateX(5px);
}

.dowShow .navDowR .proNavDow .proDowNav dl dt a:hover::before {
    border-color: #0575e9;
}

.dowShow .navDowR .proNavDow .proDowNav dl dt a:hover::after {
    background-color: #0575e9;
    opacity: 1;
    filter: alpha(opacity=100);
}

.dowShow .navDowR .proNavDow .proDowNav dl dd a:hover {
    color: #0575e9;
    -webkit-transform: translateX(5px);
    transform: translateX(5px);
}

.nav_bg .menu>ul>li>a:hover {
    background-color: transparent;
}

.nav_bg .menu>ul>li.another>a,
.nav_bg .menu>ul>li:hover>a {
    color: #0575e9;
}

.nav_bg .menu>ul>li.another>a:after,
.nav_bg .menu>ul>li:hover>a:after {
    opacity: 1;
    height: 35px;
}

.nav_bg .menu>ul>li:hover .sec {
    height: auto;
}

.nav_bg .menu>ul>li:hover .secs {
    height: auto;
}

.dowShow .navDowL .navDowLink a:hover {
    box-shadow: 0 10px 10px -5px rgba(5, 117, 233, 0.5);
    -webkit-transform: translateY(-4px);
    transform: translateY(-4px);
}

.dowShow .navDowL .navDowLink a:hover,
.dowShow .navDowL .navDowLink a.on {
    background-color: #0575e9;
    color: #fff;
}

.dowShow .navDowR .navDowRL .dowNav a {
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    display: inline-block;
    font-size: 16px;
    min-width: 170px;
    margin-right: 10px;
    line-height: 36px;
    position: relative;
    padding-left: 32px;
    -webkit-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
}

.dowShow .navDowR .navDowRL .dowNav a::before {
    content: "";
    position: absolute;
    left: 0;
    top: 10px;
    width: 16px;
    height: 16px;
    border: solid 1px #444444;
    border-radius: 100%;
    margin-right: 15px;
    -webkit-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
}

.dowShow .navDowR .navDowRL .dowNav a::after {
    content: "";
    position: absolute;
    width: 8px;
    height: 8px;
    background-color: #444444;
    border-radius: 100%;
    left: 5px;
    top: 15px;
    -webkit-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
    opacity: 0;
    filter: alpha(opacity=0);
}

.dowShow .navDowR .navDowRL .dowNav a:hover {
    color: #da9838;
    -webkit-transform: translateX(5px);
    transform: translateX(5px);
}

.dowShow .navDowR .navDowRL .dowNav a:hover::before {
    border-color: #da9838;
}

.dowShow .navDowR .navDowRL .dowNav a:hover::after {
    background-color: #da9838;
    opacity: 1;
    filter: alpha(opacity=100);
}

.dowShow .navDowR .navDowRL .dowNav a:hover {
    color: #0575e9;
    -webkit-transform: translateX(5px);
    transform: translateX(5px);
}

.dowShow .navDowR .navDowRL .dowNav a:hover::before {
    border-color: #0575e9;
}

.dowShow .navDowR .navDowRL .dowNav a:hover::after {
    background-color: #0575e9;
    opacity: 1;
    filter: alpha(opacity=100);
}

.dowShow .navDowR .navDowRL .dowNews ul li .bt:hover {
    -webkit-transform: translateX(5px);
    transform: translateX(5px);
}

.dowShow .navDowR .navDowRL .dowNews ul li:hover .bt {
    color: #0575e9;
}

.header .menu .right .num {
    font-size: 30px;
    font-family: Impact, Haettenschweiler, 'Arial Narrow Bold', sans-serif;
    color: #0575e9;
}

.header .menu .right .mail {
    font-size: 18px;
    color: #999999;
}

.header .menu .right .txt {
    margin-left: 20px;
}

.header .menu-top {
    padding-top: 20px;
}

.dowShow .navDowR .navDowRL .dowNews {
    margin-top: 20px;
    overflow: hidden;
    height: 70px;
    width: 100%;
}

.dowShow .navDowR .navDowRL .dowNews ul li {
    text-decoration: none;
    list-style: none;
    height: 70px;
    line-height: 70px;
    padding-right: 90px;
    position: relative;
}

.dowShow .navDowR .navDowRL .dowNews ul li .bt {
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-size: 16px;
    -webkit-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
}

.dowShow .navDowR .navDowRL .dowNews ul li .bt:hover {
    -webkit-transform: translateX(5px);
    transform: translateX(5px);
}

.dowShow .navDowR .navDowRL .dowNews ul li .date {
    position: absolute;
    right: 0;
    top: 0;
    width: 70px;
    height: 70px;
    background: url(../images/dowDate.png) center center no-repeat;
    background-color: #0575e9;
    color: #fff;
    text-align: center;
    padding-top: 12px;
    font-family: Arial;
    font-size: 20px;
    line-height: 24px;
    border-radius: 100%;
}

.dowShow .navDowR .navDowRL .dowNews ul li .date i {
    display: inline-block;
    vertical-align: top;
    width: 30px;
}

.dowShow .navDowR .navDowRL .dowNews ul li .date span {
    display: inline-block;
    width: 30px;
    vertical-align: top;
    position: relative;
    top: 24px;
}

.dowShow .navDowR .navDowRL .dowNews ul li:hover .bt {
    color: #0575e9;
}

.product {
    padding: 56px 0 65px;
}

.inContent * {
    -webkit-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.index-title {
    line-height: 1;
    position: relative;
}

.index-title:before {
    content: "";
    display: block;
    position: absolute;
    left: 5px;
    top: 54px;
    width: 2px;
    height: 47px;
    background-color: #0575e9;
}

.index-title i {
    display: block;
    font-family: "Arial Black";
    font-style: italic;
    font-size: 30px;
    line-height: 22px;
    font-weight: bold;
}

.index-title i::first-letter {
    display: inline-block;
    font-size: 72px;
    line-height: 54px;
    vertical-align: bottom;
    font-style: normal;
}

.index-title span {
    display: block;
    margin-top: 16px;
    line-height: 1;
}

.index-title span:before {
    content: "";
    width: 51px;
    height: 1px;
    background-color: #626262;
    display: inline-block;
    vertical-align: middle;
    margin-right: 18px;
    margin-left: -23px;
}

.index-title span b {
    font-weight: normal;
    font-size: 24px;
    vertical-align: bottom;
    position: relative;
    z-index: 2;
}

.index-title span em {
    font-size: 15px;
    color: #777777;
    vertical-align: bottom;
    margin-left: 4px;
    position: relative;
    z-index: 1;
}

.index-title span em:before {
    content: "";
    display: block;
    position: absolute;
    z-index: -1;
    width: 220px;
    height: 11px;
    background-color: #c4dffa;
    bottom: -4px;
    right: 0;
}

.index-more {
    width: 150px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    background: #0575e9;
    color: #fff;
    font-size: 16px;
    border-radius: 40px;
}

.index-more:hover a {
    color: #ffffff;
}

.product .proList {
    margin-top: 5px;
}

.product .proList ul {
    margin-right: -50px;
}

.product .proList ul::after {
    content: "";
    display: block;
    clear: both;
    font-size: 0;
    line-height: 0;
}

.product .proList ul li {
    float: left;
    margin-top: 55px;
    margin-right: 50px;
    position: relative;
    width: 400px;
    top: 0;
    -webkit-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
}

.product .proList ul li .pic {
    display: block;
    width: 100%;
    background-color: #ffffff;
    border: solid 10px #e5e5e5;
    position: relative;
    overflow: hidden;
    -webkit-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
    padding-bottom: 60%;
    height: 0;
}

.product .proList ul li .pic img {
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    object-fit: cover;
    margin: auto;
    -webkit-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
}

.product .proList ul li .tt {
    position: relative;
    margin-right: 36px;
    margin-left: 10px;
}

.product .proList ul li .tt:before {
    content: "";
    display: block;
    position: absolute;
    right: -26px;
    bottom: -5px;
    width: 10px;
    height: 10px;
    border: solid 1px #e5e5e5;
    border-radius: 100%;
    -webkit-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
}

.product .proList ul li .tt:after {
    content: "";
    display: block;
    position: absolute;
    right: -10px;
    bottom: -5px;
    width: 10px;
    height: 10px;
    border: solid 1px #e5e5e5;
    border-radius: 100%;
    -webkit-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
}

.product .proList ul li .tt .bt {
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-size: 16px;
    height: 65px;
    
    text-align: center;
    padding-right: 15px;
    padding-left: 10px;
    -webkit-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
}

.product .proList ul li .tt .bt:hover {
    color: #0575e9;
}

.product .proList ul li .tt .bt:before {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 1px;
    background-color: #e5e5e5;
    background-repeat: no-repeat;
    background-image: -webkit-linear-gradient(left, #0575e9, #0575e9);
    background-image: linear-gradient(to right, #0575e9, #0575e9);
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
    background-size: 0% 100%;
    background-position: left center;
}

.product .proList ul li .tt .more {
    display: block;
    position: absolute;
    right: -28px;
    top: 20px;
    width: 30px;
    height: 23px;
    background: url(../images/proli.png) 0 center no-repeat;
    -webkit-filter: grayscale(100);
    filter: grayscale(100);
    opacity: 0.2;
    filter: alpha(opacity=20);
    -webkit-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
}

.product .proList ul li:hover {
    top: -10px;
}

.product .proList ul li:hover .pic img {
    -webkit-transform: scale(1.08) rotate(0);
    -moz-transform: scale(1.08) rotate(0);
    -o-transform: scale(1.08) rotate(0);
    transform: scale(1.08) rotate(0);
}

.product .proList ul li:hover .tt:before {
    border-color: #0575e9;
}

.product .proList ul li:hover .tt:after {
    border-color: #0575e9;
}

.product .proList ul li:hover .tt .bt:before {
    background-size: 100% 100%;
}

.product .proList ul li:hover .tt .more {
    -webkit-filter: grayscale(0);
    filter: grayscale(0);
    opacity: 1;
    filter: alpha(opacity=100);
}

.youshi {
    background: url(../images/ysbg.jpg) center 0 no-repeat;
}

.youshi .ysBox {
    height: 811px;
    padding-top: 190px;
}

.youshi .ysBox .en {
    text-transform: uppercase;
    font-family: Arial;
    font-weight: bold;
    line-height: 54px;
    font-size: 72px;
    letter-spacing: 25px;
    color: #ffffff;
    opacity: 0.08;
    writing-mode: vertical-rl;
    -webkit-writing-mode: vertical-rl;
    -ms-writing-mode: vertical-rl;
    writing-mode: tb-rl;
    position: absolute;
    left: -134px;
    top: 56px;
}

.youshi .ysBox .tip {
    position: absolute;
    font-size: 16px;
    letter-spacing: 19px;
    color: #999999;
    line-height: 1;
    top: 50px;
    right: -19px;
}

.youshi .ysPic {
    float: left;
    width: 562px;
    height: 562px;
    border-radius: 100%;
    position: relative;
    padding: 31px;
    z-index: 1;
}

.youshi .ysPic:before {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    z-index: -1;
    display: block;
    border-radius: 100%;
    border: dashed 2px #d2d2d2;
    -webkit-animation: xz 110s linear infinite;
    animation: xz 110s linear infinite;
}

@keyframes xz {
    0% {
        -webkit-transform: scale(1) rotate(0);
        -moz-transform: scale(1) rotate(0);
        -o-transform: scale(1) rotate(0);
        transform: scale(1) rotate(0);
    }
    100% {
        -webkit-transform: scale(1) rotate(360deg);
        -moz-transform: scale(1) rotate(360deg);
        -o-transform: scale(1) rotate(360deg);
        transform: scale(1) rotate(360deg);
    }
}

.youshi .ysPic .bd {
    width: 500px;
    height: 500px;
    background: #fff;
    overflow: hidden;
    position: relative;
    border-radius: 100%;
    z-index: 2;
}

.youshi .ysPic .bd ul li {
    overflow: hidden;
    position: relative;
    width: 500px;
    height: 500px;
}

.youshi .ysPic .bd ul li img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    -webkit-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
}

.youshi .ysPic .bd ul li:hover img {
    -webkit-transform: scale(1.06) rotate(0);
    -moz-transform: scale(1.06) rotate(0);
    -o-transform: scale(1.06) rotate(0);
    transform: scale(1.06) rotate(0);
}

.youshi .ysCont {
    float: right;
    width: 620px;
    margin-top: -14px;
}

.youshi .ysCont .ysTit {
    color: #fefefe;
}

.youshi .ysCont .ysTit i {
    display: block;
    font-family: "Arial Black";
    font-size: 48px;
    text-transform: uppercase;
}

.youshi .ysCont .ysTit span {
    display: block;
    line-height: 1;
    font-size: 18px;
    margin-top: 22px;
    font-weight: normal;
}

.youshi .ysCont .bd {
    margin-top: 44px;
    height: 172px;
    overflow: hidden;
}

.youshi .ysCont .bd ul li {
    height: 172px;
    padding-top: 10px;
    color: #fff;
}

.youshi .ysCont .bd ul li * {
    -webkit-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
}

.youshi .ysCont .bd ul li .tit span {
    display: inline-block;
    vertical-align: top;
    font-weight: bold;
    font-size: 24px;
    line-height: 1;
    position: relative;
    z-index: 1;
}

.youshi .ysCont .bd ul li .tit span:before {
    content: "";
    display: block;
    position: absolute;
    z-index: -1;
    height: 6px;
    background-color: #0575e9;
    width: 100%;
    left: 0;
    bottom: 0;
}

.youshi .ysCont .bd ul li .tit span i {
    font-size: 18px;
    font-weight: 100;
    vertical-align: bottom;
    line-height: 14px;
    margin-left: 8px;
}

.youshi .ysCont .bd ul li .text {
    margin-top: 30px;
    line-height: 36px;
    font-size: 16px;
    margin-top: 20px;
}

.youshi .ysCont .bd ul li:hover .tit {
    -webkit-transform: translateY(-8px);
    transform: translateY(-8px);
}

.youshi .ysCont .bd ul li:hover .text {
    -webkit-transform: translateY(-5px);
    transform: translateY(-5px);
}

.youshi .ysCont .hd ul::after {
    content: "";
    display: block;
    clear: both;
    font-size: 0;
    line-height: 0;
}

.youshi .ysCont .hd ul li {
    float: left;
    text-align: center;
    cursor: pointer;
    line-height: 1;
    margin-left: 96px;
    color: #fff;
}

.youshi .ysCont .hd ul li:first-child {
    margin-left: 0;
}

.youshi .ysCont .hd ul li i {
    display: block;
    width: 70px;
    height: 70px;
    border: solid 2px #949494;
    border-radius: 50%;
    overflow: hidden;
    margin: auto;
    -webkit-transition: all 0.4s ease-out;
    transition: all 0.4s ease-out;
}

.youshi .ysCont .hd ul li i:before,
.youshi .ysCont .hd ul li i:after {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    position: relative;
    top: 0;
    -webkit-transition: all 0.4s ease-out;
    transition: all 0.4s ease-out;
}

.youshi .ysCont .hd ul li i.ico1:before {
    background: url(../images/ysico1.png) center center no-repeat;
}

.youshi .ysCont .hd ul li i.ico1:after {
    background: url(../images/ysico1h.png) center center no-repeat;
}

.youshi .ysCont .hd ul li i.ico2:before {
    background: url(../images/ysico2.png) center center no-repeat;
}

.youshi .ysCont .hd ul li i.ico2:after {
    background: url(../images/ysico2h.png) center center no-repeat;
}

.youshi .ysCont .hd ul li i.ico3:before {
    background: url(../images/ysico3.png) center center no-repeat;
}

.youshi .ysCont .hd ul li i.ico3:after {
    background: url(../images/ysico3h.png) center center no-repeat;
}

.youshi .ysCont .hd ul li i.ico4:before {
    background: url(../images/ysico4.png) center center no-repeat;
}

.youshi .ysCont .hd ul li i.ico4:after {
    background: url(../images/ysico4h.png) center center no-repeat;
}

.youshi .ysCont .hd ul li span {
    display: block;
    font-size: 16px;
    margin-top: 32px;
}

.youshi .ysCont .hd ul li:hover i,
.youshi .ysCont .hd ul li.on i {
    border-color: #0575e9;
    background: #0575e9;
}

.youshi .ysCont .hd ul li:hover i:before,
.youshi .ysCont .hd ul li.on i:before,
.youshi .ysCont .hd ul li:hover i:after,
.youshi .ysCont .hd ul li.on i:after {
    top: -100%;
}

.youshi .ysCont .ysTel {
    width: 425px;
    height: 60px;
    background-color: #0575e9;
    border-radius: 30px;
    overflow: hidden;
    font-size: 0;
    margin-top: 66px;
}

.youshi .ysCont .ysTel .tel {
    display: inline-block;
    vertical-align: top;
    width: 240px;
    font-weight: bold;
    color: #fff;
    font-family: Arial;
    font-size: 30px;
    text-align: center;
    line-height: 60px;
}

.youshi .ysCont .ysTel .zxLink {
    display: inline-block;
    vertical-align: top;
    width: 185px;
    background-color: #fff;
    position: relative;
    text-align: center;
    z-index: 2;
    height: 60px;
    line-height: 60px;
    font-size: 16px;
    font-weight: bold;
    -webkit-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
}

.youshi .ysCont .ysTel .zxLink:before {
    content: "";
    display: inline-block;
    vertical-align: top;
    height: 60px;
    width: 30px;
    margin-right: 14px;
    background: url(../images/zxico.png) center center no-repeat;
    filter: grayscale(100) brightness(0);
    -webkit-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
}

.youshi .ysCont .ysTel .zxLink i {
    font-weight: bold;
}

.youshi .ysCont .ysTel .zxLink:hover {
    color: #0575e9;
}

.youshi .ysCont .ysTel .zxLink:hover:before {
    filter: grayscale(0) brightness(1);
}

.youshi .yaEn {
    text-transform: uppercase;
    letter-spacing: 88.2px;
    color: #4bc14f;
    opacity: 0.45;
    line-height: 24px;
    font-size: 30px;
    position: absolute;
    bottom: -25px;
    left: 0;
}

.youshi .name {
    position: absolute;
    top: 70px;
    right: -276px;
    text-transform: uppercase;
    writing-mode: vertical-rl;
    -webkit-writing-mode: vertical-rl;
    -ms-writing-mode: vertical-rl;
    writing-mode: tb-rl;
    font-size: 14px;
    letter-spacing: 17.1px;
    color: #ced9dc;
    white-space: nowrap;
}

.youshi .name:before {
    content: "";
    display: inline-block;
    vertical-align: middle;
    width: 1px;
    height: 96px;
    background-color: #c5d4ca;
    margin-bottom: 36px;
}

.samples {
    padding: 50px 0;
}

.samples .main {
    flex-wrap: wrap;
    margin-top: 50px;
}

.samples .item {
    width: 15.8%;
    background: #f5f5f5;
    margin-bottom: 20px;
}

.samples .item .txt {
    padding: 40px 30px;
}

.samples .item .line {
    background: #333333;
    width: 20px;
    height: 6px;
}

.samples .item .bt {
    font-size: 22px;
    font-weight: bold;
    margin: 20px 0 40px 0;
}

.samples .item .en {
    font-size: 16px;
    color: #999999;
}

.samples .item .img {
    padding-bottom: 110%;
    height: 0;
    position: relative;
    width: 100%;
    display: block;
}

.samples .item .img img {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    display: block;
}

.case {
    padding: 45px 0 90px;
}

.case .title:before {
    left: 15px;
}

.case .caseSwiper {
    margin-top: 60px;
}

.case .caseSwiper ul li {
    margin-right: 37px;
    width: 408px;
    position: relative;
}

.case .caseSwiper ul li::after {
    content: "";
    position: absolute;
    background: #0575e9;
    height: 1px;
    z-index: 1;
    -webkit-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
    bottom: 0;
    left: 0;
    right: 0;
    margin: 0 10px;
    transition: transform 0.7s;
    transform: scaleX(0);
    transform-origin: right;
}

.case .caseSwiper ul li .pic {
    padding-bottom: 67%;
    height: 0;
    position: relative;
    width: 100%;
    display: block;
    border: 10px solid #e5e5e5;
    position: relative;
    overflow: hidden;
    -webkit-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
}

.case .caseSwiper ul li .pic img {
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    object-fit: cover;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    -webkit-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
}

.case .caseSwiper ul li .bt {
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    margin: 0 10px;
    height: 65px;
    line-height: 65px;
    position: relative;
    padding-right: 38px;
    font-size: 18px;
    padding-left: 20px;
    border-bottom: 1px solid #e5e5e5;
    -webkit-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
}

.case .caseSwiper ul li .bt:hover:after {
    transform: scaleX(1);
    transform-origin: left;
}

.case .caseSwiper ul li .bt:hover {
    color: #0575e9;
}

.case .caseSwiper ul li .bt span {
    display: inline-block;
    vertical-align: top;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    max-width: 260px;
}

.case .caseSwiper ul li .bt i {
    display: inline-block;
    vertical-align: top;
    font-size: 16px;
    color: #999999;
    text-transform: uppercase;
    position: relative;
    top: 2px;
}

.case .caseSwiper ul li .bt:before {
    content: "";
    display: block;
    width: 28px;
    height: 6px;
    position: absolute;
    right: 0;
    top: 31px;
    background: url(../images/caseli.png) 0 center no-repeat;
    filter: grayscale(100) brightness(0.6);
    -webkit-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
}

.case .caseSwiper ul li:hover::after {
    transform: scaleX(1);
    transform-origin: left;
}

.case .caseSwiper ul li:hover .pic img {
    -webkit-transform: scale(1.1) rotate(0);
    -moz-transform: scale(1.1) rotate(0);
    -o-transform: scale(1.1) rotate(0);
    transform: scale(1.1) rotate(0);
}

.case .caseSwiper ul li:hover .bt:before {
    filter: grayscale(0) brightness(1);
}

.case .caseBd {
    float: right;
    width: 824px;
    height: 574px;
    position: relative;
    margin-right: 36px;
    margin-top: 62px;
}

.case .caseBd:before {
    content: "";
    display: block;
    position: absolute;
    z-index: -1;
    width: 821px;
    height: 523px;
    background-color: #dcebdd;
    right: -36px;
    top: -33px;
}

.case .caseBd .bd {
    width: 824px;
    height: 574px;
    overflow: hidden;
}

.case .caseBd .bd ul li .pic {
    display: block;
    width: 100%;
    height: 574px;
    position: relative;
    overflow: hidden;
    -webkit-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
}

.case .caseBd .bd ul li .pic img {
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    object-fit: cover;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    -webkit-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
}

.case .caseBd .bd ul li:hover .pic img {
    -webkit-transform: scale(1.08) rotate(0);
    -moz-transform: scale(1.08) rotate(0);
    -o-transform: scale(1.08) rotate(0);
    transform: scale(1.08) rotate(0);
}

.case .caseEn {
    position: absolute;
    right: -76px;
    top: 40px;
    line-height: 50px;
    font-size: 72px;
    font-family: "Times New Roman", Times, Baskerville, Georgia, serif;
    font-weight: bold;
    writing-mode: vertical-rl;
    -webkit-writing-mode: vertical-rl;
    -ms-writing-mode: vertical-rl;
    writing-mode: tb-rl;
    text-transform: uppercase;
    letter-spacing: 20.2px;
    color: #f3f3f3;
    white-space: nowrap;
}

.about {
    background: url(../images/aboutbg.jpg) center 0 no-repeat;
}

.about .aboutBox {
    height: 628px;
}

.about .aboutText {
    float: left;
    width: 526px;
    padding-top: 54px;
}

.about .aboutText .title:before {
    left: 0;
}

.about .aboutText .tit {
    font-size: 24px;
    line-height: 1;
    font-weight: bold;
    margin-top: 60px;
}

.about .aboutText .text {
    margin-top: 26px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
    line-height: 36px;
    height: 108px;
    font-size: 15px;
    color: #777777;
}

.about .aboutText .tel {
    margin-top: 46px;
    line-height: 30px;
    font-weight: bold;
    font-family: Arial;
    font-size: 30px;
    margin-left: 10px;
}

.about .aboutText .tel:before {
    content: "";
    display: inline-block;
    width: 23px;
    height: 30px;
    vertical-align: top;
    margin-right: 10px;
    -webkit-animation: msClock2 1.5s linear infinite;
    animation: msClock2 1.5s linear infinite;
    background: url(../images/abouttel.png) center center no-repeat;
}

.about .aboutText .more {
    margin-top: 48px;
    display: block;
    text-align: center;
    width: 188px;
    height: 60px;
    background-color: #0575e9;
    border-radius: 30px;
    line-height: 60px;
    font-family: "Arial Black";
    font-size: 16px;
    color: #fff;
    -webkit-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
    position: relative;
    z-index: 1;
}

.about .aboutText .more i {
    min-width: 5px;
}

.about .aboutText .more:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 2px solid #0575e9;
    border-radius: 30px;
    z-index: -1;
    opacity: 0;
    -webkit-transform: scale3d(0.6, 0.6, 1);
    transform: scale3d(0.6, 0.6, 1);
    -webkit-transition: -webkit-transform 0.3s, opacity 0.3s;
    transition: transform 0.3s, opacity 0.3s;
    -webkit-transition-timing-function: cubic-bezier(0.75, 0, 0.125, 1);
    transition-timing-function: cubic-bezier(0.75, 0, 0.125, 1);
    box-sizing: border-box;
}

.about .aboutText .more:hover {
    background: none;
    color: #0575e9;
    box-shadow: 0 10px 10px -5px rgba(6, 117, 233, 0.5);
}

.about .aboutText .more:hover:before {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
    opacity: 1;
}

.about .aboutText .aLink {
    margin-top: 45px;
    height: 160px;
    background-color: #ffffff;
}

.about .aboutText .aLink a {
    float: left;
    display: block;
    width: 33.3333%;
    height: 160px;
    text-align: center;
    position: relative;
    border-left: 1px solid #dff3df;
    padding-top: 34px;
    background-repeat: no-repeat;
    background-image: -webkit-linear-gradient(left, #0575e9, #0575e9);
    background-image: linear-gradient(to right, #0575e9, #0575e9);
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
    background-size: 100% 0%;
    background-position: center top;
}

.about .aboutText .aLink a:first-child {
    border-left: none;
}

.about .aboutText .aLink a i {
    display: block;
    width: 55px;
    height: 55px;
    background-color: #f2f2f2;
    border-radius: 100%;
    overflow: hidden;
    margin: auto;
    -webkit-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
}

.about .aboutText .aLink a i:before {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    -webkit-filter: grayscale(100);
    filter: grayscale(100);
    -webkit-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
}

.about .aboutText .aLink a i.ico1:before {
    background: url(../images/aboutico1.png) center center no-repeat;
}

.about .aboutText .aLink a i.ico2:before {
    background: url(../images/aboutico2.png) center center no-repeat;
}

.about .aboutText .aLink a i.ico3:before {
    background: url(../images/aboutico3.png) center center no-repeat;
}

.about .aboutText .aLink a span {
    display: block;
    position: relative;
    margin-top: 20px;
    line-height: 26px;
    font-size: 16px;
    -webkit-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
}

.about .aboutText .aLink a:hover,
.about .aboutText .aLink a.on {
    background-color: #0575e9;
    background-size: 100% 100%;
    color: #fff;
    box-shadow: 0px 2px 43px 0px rgba(89, 190, 92, 0.47);
}

.about .aboutText .aLink a:hover i,
.about .aboutText .aLink a.on i {
    background-color: #ffffff;
}

.about .aboutText .aLink a:hover i:before,
.about .aboutText .aLink a.on i:before {
    -webkit-filter: grayscale(0);
    filter: grayscale(0);
}

.about .aboutText .aLink a:hover span:before,
.about .aboutText .aLink a.on span:before {
    -webkit-filter: grayscale(0);
    filter: grayscale(0);
}

.about .aboutPic {
    float: right;
    width: 700px;
}

.about .aboutPic .pic {
    width: 856px;
    height: 628px;
    overflow: hidden;
    -webkit-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
}

.about .aboutPic .pic img {
    display: block;
    width: 856px;
    height: 628px;
    -webkit-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
}

.about .aboutPic .pic:hover {
    box-shadow: 0 10px 20px -5px rgba(6, 117, 233, 0.3);
}

.about .aboutPic .pic:hover img {
    -webkit-transform: scale(1.08) rotate(0);
    -moz-transform: scale(1.08) rotate(0);
    -o-transform: scale(1.08) rotate(0);
    transform: scale(1.08) rotate(0);
}

.about .aboutEn {
    position: absolute;
    font-family: "Arial Black";
    font-size: 16px;
    color: #a5c2f4;
    text-transform: uppercase;
    writing-mode: vertical-rl;
    -webkit-writing-mode: vertical-rl;
    -ms-writing-mode: vertical-rl;
    writing-mode: tb-rl;
    top: 384px;
    left: -255px;
    line-height: 1;
}

.news {
    padding: 62px 0 85px;
}

.news .newsTab .title {
    float: left;
}

.news .newsTab ul {
    float: right;
    margin-top: 12px;
    width: 564px;
    height: 66px;
    background-color: #ffffff;
    border-radius: 33px;
    border: solid 1px #e5e5e5;
    display: flex;
    justify-content: space-between;
    padding: 0 45px;
}

.news .newsTab ul li {
    float: left;
}

.news .newsTab ul li a {
    display: block;
    height: 64px;
    line-height: 64px;
    position: relative;
    text-align: center;
    font-size: 18px;
    z-index: 1;
    -webkit-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
}

.news .newsTab ul li a:before {
    content: "";
    display: block;
    position: absolute;
    border-radius: 100%;
    width: 11px;
    height: 11px;
    background-color: #ffffff;
    border: solid 1px #0575e9;
    left: 64px;
    bottom: -5px;
    -webkit-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
    opacity: 0;
    filter: alpha(opacity=0);
    -webkit-transform: scale(0.5) rotate(0);
    -moz-transform: scale(0.5) rotate(0);
    -o-transform: scale(0.5) rotate(0);
    transform: scale(0.5) rotate(0);
}

.news .newsTab ul li a i {
    display: inline-block;
    vertical-align: top;
    width: 25px;
    height: 64px;
    overflow: hidden;
    margin-right: 10px;
    -webkit-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
}

.news .newsTab ul li a i:before,
.news .newsTab ul li a i:after {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    position: relative;
    top: 0;
    -webkit-transition: all 0.4s ease-out;
    transition: all 0.4s ease-out;
}

.news .newsTab ul li a i.ico1:before {
    background: url(../images/newsico1.png) center center no-repeat;
}

.news .newsTab ul li a i.ico1:after {
    background: url(../images/newsico1h.png) center center no-repeat;
}

.news .newsTab ul li a i.ico2:before {
    background: url(../images/newsico2.png) center center no-repeat;
}

.news .newsTab ul li a i.ico2:after {
    background: url(../images/newsico2h.png) center center no-repeat;
}

.news .newsTab ul li a i.ico3:before {
    background: url(../images/newsico3.png) center center no-repeat;
}

.news .newsTab ul li a i.ico3:after {
    background: url(../images/newsico3h.png) center center no-repeat;
}

.news .newsTab ul li:hover a,
.news .newsTab ul li.on a {
    color: #0575e9;
}

.news .newsTab ul li:hover a i:before,
.news .newsTab ul li.on a i:before,
.news .newsTab ul li:hover a i:after,
.news .newsTab ul li.on a i:after {
    top: -100%;
}

.news .newsTab ul li:hover a:before,
.news .newsTab ul li.on a:before {
    opacity: 1;
    filter: alpha(opacity=100);
    -webkit-transform: scale(1) rotate(0);
    -moz-transform: scale(1) rotate(0);
    -o-transform: scale(1) rotate(0);
    transform: scale(1) rotate(0);
}

.news .newsTabs {
    margin-top: 65px;
}

.news .newsTabs .bd {
    overflow: hidden;
}

.news .newsList .list1 ul {
    margin-right: -37px;
}

.news .newsList .list1 ul::after {
    content: "";
    display: block;
    clear: both;
    font-size: 0;
    line-height: 0;
}

.news .newsList .list1 ul li {
    float: left;
    width: 408px;
    margin-right: 37px;
}

.news .newsList .list1 ul li:first-child {
    margin-top: 0;
}

.news .newsList .list1 ul li .pic {
    display: block;
    width: 100%;
    height: 294px;
    background-color: #ffffff;
    border: solid 1px #e5e5e5;
    position: relative;
    overflow: hidden;
    padding: 9px;
    -webkit-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
}

.news .newsList .list1 ul li .pic i {
    display: block;
    position: relative;
    overflow: hidden;
    padding-bottom: 70%;
    height: 0;
    position: relative;
    width: 100%;
}

.news .newsList .list1 ul li .pic img {
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    object-fit: cover;
    -webkit-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
}

.news .newsList .list1 ul li .cont {
    margin: 0 10px;
    padding-top: 20px;
    height: 165px;
}

.news .newsList .list1 ul li .cont .bt {
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-size: 16px;
    height: 36px;
    line-height: 36px;
    position: relative;
    -webkit-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
}

.news .newsList .list1 ul li .cont .bt:hover {
    -webkit-transform: translateX(5px);
    transform: translateX(5px);
}

.news .newsList .list1 ul li .cont .bt:before {
    content: "";
    display: inline-block;
    vertical-align: middle;
    margin-right: 10px;
    width: 10px;
    height: 3px;
    background-color: #0575e9;
    border-radius: 1px;
    position: relative;
    top: -4px;
}

.news .newsList .list1 ul li .cont .bt:hover {
    color: #0575e9;
}

.news .newsList .list1 ul li .cont p {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    line-height: 22px;
    height: 44px;
    color: #777777;
    margin-top: 8px;
    margin-left: 20px;
}

.news .newsList .list1 ul li .cont .inBtn {
    width: 388px;
    border-top: 1px solid #e5e5e5;
    margin-top: 16px;
    padding-left: 20px;
    line-height: 20px;
    padding-top: 20px;
    height: 41px;
}

.news .newsList .list1 ul li .cont .inBtn::after {
    content: "";
    display: block;
    clear: both;
    font-size: 0;
    line-height: 0;
}

.news .newsList .list1 ul li .cont .date {
    font-family: Arial;
    font-size: 14px;
    color: #777777;
    float: left;
}

.news .newsList .list1 ul li .cont .more {
    float: right;
    font-family: Arial;
    font-size: 14px;
    color: #777777;
    -webkit-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
}

.news .newsList .list1 ul li .cont .more i {
    min-width: 4px;
}

.news .newsList .list1 ul li .cont .more:hover {
    color: #0575e9;
    -webkit-transform: translateX(-5px);
    transform: translateX(-5px);
}

.news .newsList .list1 ul li:hover .pic {
    border-color: #0575e9;
}

.news .newsList .list1 ul li:hover .pic img {
    -webkit-transform: scale(1.1) rotate(0);
    -moz-transform: scale(1.1) rotate(0);
    -o-transform: scale(1.1) rotate(0);
    transform: scale(1.1) rotate(0);
}

.news .newsList .list2 {
    margin-top: 5px;
}

.news .newsList .list2 ul {
    margin-right: -50px;
}

.news .newsList .list2 ul::after {
    content: "";
    display: block;
    clear: both;
    font-size: 0;
    line-height: 0;
}

.news .newsList .list2 ul li {
    float: left;
    width: 400px;
    height: 114px;
    border-radius: 5px;
    border: solid 1px #e5e5e5;
    position: relative;
    margin-top: 35px;
    margin-right: 50px;
    padding: 24px 30px 0 110px;
    -webkit-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
}

.news .newsList .list2 ul li .date {
    position: absolute;
    left: 0;
    top: 32px;
    text-align: center;
    font-family: Arial;
    width: 110px;
    -webkit-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
    color: #777777;
}

.news .newsList .list2 ul li .date i {
    display: block;
    font-weight: bold;
    font-size: 36px;
    line-height: 26px;
}

.news .newsList .list2 ul li .date span {
    display: block;
    font-size: 14px;
    line-height: 12px;
    margin-top: 12px;
}

.news .newsList .list2 ul li .bt {
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-size: 16px;
    height: 36px;
    line-height: 36px;
    position: relative;
    -webkit-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
}

.news .newsList .list2 ul li .bt:hover {
    -webkit-transform: translateX(5px);
    transform: translateX(5px);
}

.news .newsList .list2 ul li .bt:hover {
    color: #0575e9;
}

.news .newsList .list2 ul li p {
    color: #777777;
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    margin-top: 2px;
    line-height: 24px;
}

.news .newsList .list2 ul li:hover {
    border-color: #0575e9;
}

.news .newsList .list3 {
    margin: 6px 30px 0;
}

.news .newsList .list3 ul {
    margin-right: -48px;
}

.news .newsList .list3 ul::after {
    content: "";
    display: block;
    clear: both;
    font-size: 0;
    line-height: 0;
}

.news .newsList .list3 ul li {
    float: left;
    margin-right: 48px;
    width: 626px;
    border-bottom: 1px solid #f6f6f6;
    margin-top: 10px;
    height: 58px;
    line-height: 57px;
    padding-right: 100px;
    position: relative;
}

.news .newsList .list3 ul li::after {
    content: "";
    position: absolute;
    background: #0575e9;
    width: 100%;
    height: 1px;
    z-index: 1;
    -webkit-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
    bottom: -1px;
    left: 0;
    transition: transform 0.7s;
    transform: scaleX(0);
    transform-origin: right;
}

.news .newsList .list3 ul li:hover:after {
    transform: scaleX(1);
    transform-origin: left;
}

.news .newsList .list3 ul li .date {
    position: absolute;
    right: 0;
    top: 0;
    font-family: Arial;
    font-size: 16px;
    color: #999999;
}

.news .newsList .list3 ul li .bt {
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-size: 16px;
    line-height: 57px;
    -webkit-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
}

.news .newsList .list3 ul li .bt:hover {
    -webkit-transform: translateX(5px);
    transform: translateX(5px);
}

.news .newsList .list3 ul li .bt:before {
    content: ">";
    font-family: simsun;
    font-weight: bold;
    margin-right: 10px;
    font-size: 14px;
    text-shadow: 1px 0 0 #949494;
    color: #949494;
    -webkit-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
}

.news .newsList .list3 ul li:hover .bt {
    color: #0575e9;
}

.news .newsList .list3 ul li:hover .bt:before {
    text-shadow: 1px 0 0 #0575e9;
    color: #0575e9;
}

.links {
    background-color: #f8f8f8;
    padding: 24px 0;
}

.links .linksBox {
    display: flex;
    z-index: 1;
}

.links .linksBox .tit {
    float: left;
    width: 160px;
    height: 36px;
    background: url(../images/linkstit.png) 0 center no-repeat;
    color: #0575e9;
    line-height: 1;
    font-size: 16px;
    letter-spacing: 3px;
    padding-left: 82px;
}

.links .linksBox .tit span {
    display: block;
    position: relative;
    top: -3px;
}

.links .linksBox .list {
    flex: 1;
    float: right;
    overflow: hidden;
    line-height: 36px;
    width: 1140px;
}

.links .linksBox .list a {
    display: inline-block;
    vertical-align: top;
    position: relative;
    color: #777;
    font-size: 15px;
    margin-left: 38px;
    -webkit-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
}

.links .linksBox .list a:hover {
    color: #0575e9;
    -webkit-transform: translateX(5px);
    transform: translateX(5px);
}

.footer {
    background: #202020 url(../images/footerbg.jpg) center 0 no-repeat;
    font-size: 14px;
    position: relative;
    color: #ffffff;
    z-index: 1;
}

.footer a {
    color: #ffffff;
}

.footer a:hover {
    color: #fff;
    text-decoration: underline;
}

.footer .footBox {
    padding-top: 50px;
}

.footer .footNav {
    height: 218px;
}

.footer .footNav dl {
    float: left;
    width: 235px;
    position: relative;
    border-left: 1px solid #585858;
    height: 180px;
    padding-left: 62px;
}

.footer .footNav dl.dl4 {
    width: 215px;
    border-right: 1px solid #585858;
}

.footer .footNav dl dt {
    font-size: 18px;
    line-height: 1;
    color: #ffffff;
    font-weight: bold;
}

.footer .footNav dl dt i {
    display: block;
    text-transform: uppercase;
    margin-top: 10px;
    font-family: Arial;
    font-size: 12px;
    line-height: 10px;
    color: #767676;
}

.footer .footNav dl dd {
    overflow: hidden;
    height: 136px;
    margin-top: 14px;
}

.footer .footNav dl dd a {
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-size: 14px;
    line-height: 34px;
    -webkit-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
}

.footer .footNav dl dd a:hover {
    -webkit-transform: translateX(5px);
    transform: translateX(5px);
}

.footer .footNav .fooHonor {
    float: right;
    width: 125px;
    height: 178px;
}

.footer .footNav .fooHonor img {
    display: block;
    background: #fff;
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.footer .footNav .ewm {
    float: right;
    margin-left: 60px;
    margin-top: 10px;
    text-align: center;
}

.footer .footNav .ewm img {
    display: block;
    width: 144px;
    height: 144px;
    padding: 22px;
    background: url(../images/ewmbg.png) center center no-repeat;
}

.footer .lxList {
    border-top: 1px solid #3c3c3c;
    height: 150px;
    padding-top: 38px;
}

.footer .lxList .fooAdd {
    float: left;
}

.footer .lxList .fooAdd h4 {
    padding-left: 25px;
    line-height: 22px;
    background: url(../images/fooadd.png) 0 center no-repeat;
}

.footer .lxList .fooAdd p {
    margin-top: 20px;
    line-height: 24px;
    font-size: 15px;
    color: #959595;
    padding-left: 25px;
}

.footer .lxList .fooTel {
    float: left;
}

.footer .lxList .fooTel h4 {
    padding-left: 25px;
    line-height: 22px;
    background: url(../images/footel.png) 0 center no-repeat;
    font-family: Arial;
    font-size: 30px;
}

.footer .lxList .fooTel p {
    margin-top: 20px;
    line-height: 24px;
    font-size: 15px;
    color: #959595;
    padding-left: 25px;
}

.footer .lxList .lyBtn {
    float: right;
    display: block;
    width: 192px;
    height: 54px;
    background-color: #0575e9;
    border-radius: 15px;
    margin-top: 5px;
    text-align: center;
    line-height: 54px;
    font-weight: bold;
    font-size: 18px;
    color: #333;
    -webkit-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
}

.footer .lxList .lyBtn i {
    font-weight: bold;
}

.footer .lxList .lyBtn:hover {
    background: #fff;
    color: #0575e9;
    box-shadow: 0 10px 10px -5px rgba(255, 255, 255, 0.5);
}

.banner .swiper-slide img {
    width: 100%;
}

.ny-about {
    background: url(../images/aboutbanner_02.jpg) center no-repeat;
}

.ny-banner .xc_nav {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 64px;
    line-height: 64px;
    background: url(../images/xc-banner_04.png) no-repeat center center;
    color: #fff;
    font-size: 16px;
}

.ny-banner .xc_nav a {
    -moz-transition: all .5s ease 0s;
    -ms-transition: all .5s ease 0s;
    -o-transition: all .5s ease 0s;
    -webkit-transition: all .5s ease 0s;
    transition: all .5s ease 0s;
}

.ny-banner .xc_nav a:hover {
    color: #fff;
    opacity: .9;
}

.ny-banner .xc_nav .root_channel {
    font-weight: bold;
    margin-right: 90px;
    display: inline-block;
    *display: inline;
    *zoom: 1;
}

.ny-banner .xc_nav .sec_channel span {
    margin: 0 30px;
    display: inline-block;
    *display: inline;
    *zoom: 1;
    position: relative;
}

.ny-banner .xc_nav .sec_channel span:after {
    content: "";
    position: absolute;
    left: -30px;
    top: 25px;
    height: 13px;
    width: 1px;
    background: #4d93d1;
}

.ny-banner .xc_nav .sec_channel span:first-child:after {
    display: none;
}

.ny-banner .xc_nav .sec_channel span.cur {
    font-weight: bold;
}

.ny-banner .xc_info {
    position: absolute;
    bottom: 190px;
    left: 50%;
    color: #fff;
    margin-left: -650px;
}

.ny-banner .xc_info .en {
    font-family: "pfsc";
    font-size: 45px;
    line-height: 1;
}

.ny-banner .center {
    width: 1200px;
    margin: 0 auto;
}

.ny-banner .xc_info .cn {
    font-size: 32px;
}

.ny-banner {
    height: 400px;
    color: #fff;
    text-align: center;
    position: relative;
}

.ny-banner p {
    font-size: 36px;
    font-weight: bold;
    margin-bottom: 30px;
}

.ny-banner .txt span {
    font-size: 16px;
}

.about-us {
    padding: 60px 0;
    background: url(../images/about_center02.jpg) top center no-repeat;
}

.about-us .txt1 {
    width: 100%;
    overflow: hidden;
}

.about-us .txt1 .left {
    width: 50%;
}

.about-us .txt1 .left h1 {
    font-size: 65px;
    color: #0575e9;
    font-family: Impact, Haettenschweiler, 'Arial Narrow Bold', sans-serif;
    font-weight: normal;
}

.about-us .txt1 .left h2 {
    font-size: 30px;
    color: #333333;
    font-weight: normal;
    margin: 20px 0 25px 0;
}

.about-us .txt1 .left .font,
.about-us .txt2 {
    font-size: 16px;
    line-height: 30px;
    color: #666666;
}

.about-us .txt1 .right {
    width: 44%;
}

.about-us .txt1 .right img {
    width: 100%;
}

.about-us .txt2 {
    width: 100%;
    overflow: hidden;
    margin-top: 30px;
}

.about-us .txt-number {
    width: 100%;
    margin-top: 40px;
}

.about-us .txt-number .item {
    width: 25%;
    float: left;
    text-align: center;
}

.about-us .txt-number .timer {
    font-size: 48px;
    color: #0575e9;
    font-family: Impact, Haettenschweiler, 'Arial Narrow Bold', sans-serif;
}

.about-us .txt-number .font,
.about-us .txt-number p {
    font-size: 18px;
    color: #999999;
}

.m2abtCon2 {
    background: url(../images/m2abt_bg2.jpg) no-repeat center center;
    padding: 7.87vh 0px 18.88vh;
    margin-top: 30px;
}

.m2putT1 {
    text-align: center;
    line-height: 26px;
    text-transform: uppercase;
    font-size: 18px;
    color: #ffffff;
}

.m2putT1 strong {
    font-size: 40px;
    line-height: 52px;
    font-weight: bold;
    display: block;
    color: #ffffff;
}

.m2abtc2Bom {
    position: relative;
    z-index: 2;
    margin-top: -7.5%;
}

.m2abt_ryAbox {
    display: block;
    height: 310px;
    position: relative;
    border-radius: 0.6em;
    overflow: hidden;
    background: #fff;
}

.m2abt_ryAbox img {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    max-width: 90%;
    max-height: 90%;
    width: auto;
    height: auto;
}

.m2abt_ryAbox strong {
    background: rgba(0, 0, 0, 0.6);
    font-size: 16px;
    display: block;
    text-align: center;
    padding: 0 15px;
    position: absolute;
    left: 0;
    bottom: 0;
    line-height: 50px;
    height: 50px;
    width: 100%;
    color: #fff;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    display: block;
}

.m2abtc2Bom .wrap {
    position: relative;
}

.m2abtc2Bom .swiper-button-prev {
    background: #494949 url(../images/m2abt_arrow.png) no-repeat center center;
    display: inline-block;
    height: 60px;
    width: 60px;
    position: absolute;
    left: -80px;
    top: 143px;
    border-radius: 50%;
    -webkit-transition: all .4s cubic-bezier(0, 0, 0, 0.48);
    -moz-transition: all .4s ease;
    transition: all .4s ease;
}

.m2abtc2Bom .swiper-button-next {
    background: #494949 url(../images/m2abt_arrow.png) no-repeat center center;
    display: inline-block;
    height: 60px;
    width: 60px;
    position: absolute;
    right: -80px;
    top: 143px;
    border-radius: 50%;
    transform: rotate(180deg);
    -webkit-transition: all .4s cubic-bezier(0, 0, 0, 0.48);
    -moz-transition: all .4s ease;
    transition: all .4s ease;
}

.m2abtc2Bom .swiper-button-prev:hover,
.m2abtc2Bom .swiper-button-next:hover {
    background-color: #0058CD;
}

.m2abtCon5 {
    background: #F7F7F7;
    padding: 8.33vh 0px;
}

.m2abtCon5 {
    background: #F7F7F7;
    padding: 8.33vh 0px;
    margin-top: 50px;
}

.m2abtc5_ul {
    margin-top: 4.16vh;
}

.m2abtc5_ul li {
    text-align: center;
    width: 33.33333333%;
    float: left;
}

.m2abt_c5icon {
    display: inline-block;
    height: 100px;
    width: 100px;
    position: relative;
    background: #FFF;
    border-radius: 50%;
    box-shadow: 0 1px 5px rgba(0, 0, 0, 0.1);
    transition: all 0.5s ease-in-out;
}

.m2abt_c5icon img {
    transition: all 0.5s ease-in-out;
    position: absolute;
    left: 25px;
    top: 25px;
}

.m2abtc5_ul li strong {
    font-size: 24px;
    line-height: 32px;
    display: block;
    height: 32px;
    font-weight: normal;
    margin: 20px 0px 15px;
}

.m2abtc5_ul li p {
    font-size: 16px;
    color: #666;
    line-height: 40px;
    margin: 0px auto;
    width: 80%;
}

.m2abtc5_ul li:hover .m2abt_c5icon {
    transform: rotateY(180deg);
    background: #0058CD;
}

.m2abtc5_ul li:hover .m2abt_c5icon img {
    opacity: 0;
}

.m2abtc5_ul li:hover .m2abt_c5icon img.iOpacity {
    opacity: 1;
}

.iOpacity {
    opacity: 0;
    transition: all 0.5s ease-in-out;
}

.m2abtCon5 .m2putT1 strong {
    color: #333333;
}

.m2abtCon5 .m2putT1 p {
    color: #999999;
}

.m2abt_m1 {
    line-height: 58px;
    display: block;
    margin: 7.96vh auto 0px;
    height: 60px;
    width: 240px;
    border: 1px solid #0058CD;
    font-size: 16px;
    color: #0058CD;
    background: url(../images/m2abt_i1.png) no-repeat 164px center;
    padding-left: 29px;
    -moz-transition: all 0.5s ease-in;
    -webkit-transition: all 0.5s ease-in;
    -o-transition: all 0.5s ease-in;
    transition: all 0.5s ease;
}

.m2abt_m1:hover {
    color: #FFF;
    background: #0058CD url(../images/m2abt_i1a.png) no-repeat 164px center;
    border: 1px solid #0058CD;
    box-shadow: 0 5px 8px rgba(0, 0, 0, 0.1);
    transform: translateY(-5px);
}

.m2abtC6Lx {
    float: left;
    width: 50%;
    height: 533px;
    background: url(../images/m2abt_bg4.jpg) no-repeat center center;
    position: relative;
}

.m2abtC6con {
    width: 70%;
    padding-right: 10%;
    position: absolute;
    top: 50%;
    right: 0px;
    transform: translateY(-50%);
    color: #FFF;
}

.m2abt_c6t {
    padding-bottom: 2.96vh;
    border-bottom: 1px solid rgba(255, 255, 255, 0.3);
    margin-bottom: 3.33vh;
    position: relative;
}

.m2abt_c6t p {
    font-size: 18px;
    text-transform: uppercase;
    line-height: 28px;
}

.m2abt_c6t strong {
    display: block;
    font-size: 40px;
    line-height: 52px;
    font-weight: 100;
}

.m2abt_m {
    background: url(../images/m2abt_ti.png) no-repeat center center;
    display: inline-block;
    height: 44px;
    width: 44px;
    position: absolute;
    top: 30px;
    right: 0px;
}

.m2abt_c6ps {
    font-size: 18px;
    line-height: 40px;
    color: rgba(255, 255, 255, 0.7);
}

.m2abt_c6ps p {
    position: relative;
    padding-left: 30px;
}

.m2abt_c6ps p img {
    position: absolute;
    left: 0px;
    top: 9px;
}

.m2abtC6Rx {
    width: 50%;
    height: 533px;
    float: right;
    background: #00163a;
}

.m2abtC6Rx .amap-icon {
    position: relative
}

.m2abtC6Rx .amap-icon:before {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    background: url(../images/m2lx_iconBg.png) no-repeat center center;
    animation: mapAni 2s linear infinite;
}

.m2abtC6Rx .amap-icon img {
    z-index: 2;
}

.m2abtCon6 {
    margin-top: 50px;
}

.m2putT2 {
    font-size: 40px;
    line-height: 52px;
    text-align: center;
    padding-bottom: 24px;
    position: relative;
}

.m2putT2::after {
    content: "";
    background: #0058CD;
    height: 3px;
    width: 34px;
    margin-left: -17px;
    position: absolute;
    left: 50%;
    bottom: 0px;
}

.m2fw_sdes {
    font-size: 16px;
    line-height: 32px;
    color: #5b5b5b;
    text-align: center;
    margin: 28px auto 0px;
}

.ssfc {
    padding: 50px 0;
}

.ssfc .main img {
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
}

.ssfc .main .box1,
.ssfc .main .item {
    margin-bottom: 6px;
}

.ssfc .main .img1 {
    display: block;
    padding-bottom: 60%;
    height: 0;
    position: relative;
    width: 100%;
}

.ssfc .main .img2 {
    display: block;
    padding-bottom: 30%;
    height: 0;
    position: relative;
    width: 49%;
}

.ssfc .main .left,
.ssfc .main .right {
    width: 49.6%;
}

.cases-list-top p {
    font-size: 24px;
    color: #999999;
}

.cases-list-top h1 {
    font-size: 36px;
    margin-bottom: 20px;
}

.cases-list-top {
    padding: 40px 0;
    text-align: center;
}

.cases-list .list {
    margin-top: 50px;
}

.cases-list .list ul {
    margin-right: -1.5%;
}

.cases-list .list li {
    float: left;
    width: 15%;
    padding-bottom: 5.8%;
    height: 0;
    overflow: hidden;
    position: relative;
    margin-right: 1.5%;
    margin-bottom: 2%;
    box-shadow: 0 6px 12px 0 rgba(55, 124, 247, .2);
}

.cases-list .list li img {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}

.caseMenu {
    width: 100%;
    height: 150px;
    background: url(../images/casemenu.jpg) no-repeat center;
    color: #999;
}

.caseMenuTop {
    width: 100%;
    padding: .1rem 0;
    border-bottom: 1px solid #e6e6e6;
    color: #999;
    font-size: 0.15rem;
}

.caseList ul {
    flex-wrap: wrap;
}

.caseList li {
    position: relative;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.caseText {
    height: auto !important;
}

.caseList li .caseMore {
    font-size: 20px !important;
}

.caseList li:hover .caseText {
    background: #0675e9 !important;
    ;
}

.img_hdBg .prev_a {
    background: #444 url(../images/s_gallery_2012110702L.png) no-repeat center !important;
}

.img_hdBg .next_a {
    background: #444 url(../images/s_gallery_2012110702R.png) no-repeat center !important;
}

#play .next_a {
    cursor: url(../images/caseNewjiantour.png), default !important;
}

#play .prev_a {
    cursor: url(../images/caseNewjiantouL.png), default !important;
}

.ny-pro {
    background: url(../images/probanner_02.jpg) no-repeat;
}

.product .box5 .main {
    flex-wrap: wrap;
}

.product .box5 .item {
    background: #eef2f5;
    border: 1px #eef2f5 solid;
    width: 49%;
    margin-bottom: 26px;
}

.product .box5 .item .img {
    width: 42%;
    padding-bottom: 44%;
    height: 0;
    position: relative;
    display: block;
}

.product .box5 .item .img img {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    display: block;
}

.product .box5 .item .txt {
    width: 58%;
    padding: 30px 20px;
}

.product .box5 .item .num {
    font-size: 36px;
    font-weight: bold;
    color: #999999;
}

.product .box5 .item .title {
    font-size: 24px;
    font-weight: bold;
    color: #0575e9;
    margin: 5px 0 10px 0;
}

.product .box5 .item .detail {
    line-height: 30px;
    font-size: 16px;
}

.proList {
    background: #eef2f5;
    padding-bottom: 40px;
}

.proList .bt {
    text-align: center;
    padding: 30px 0 40px 0;
}

.proList .bt h1 {
    font-size: 30px;
    font-weight: bold;
    margin: 6px 0 10px 0;
}

.proList .bt h2 {
    font-size: 22px;
    font-weight: normal;
    color: #999999;
}

.proList .main ul {
    margin-right: -3.3%;
}

.proList .main li {
    float: left;
    width: 30%;
    margin-right: 3.3%;
    margin-bottom: 50px;
}

.proList .main li a {
    display: block;
}

.proList .main li .img {
    padding-bottom: 60%;
    height: 0;
    position: relative;
    width: 100%;
    display: block;
}

.proList .main li .img img {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    display: block;
}

.proList .main li .title {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    height: 50px;
    line-height: 50px;
    background: #4c4c4c;
    text-align: center;
    color: #fff;
    font-size: 16px;
}

.page {
    text-align: center;
    margin-top: 30px;
    overflow: hidden;
}

.page ul {
    display: inline-block
}

.page li {
    float: left
}

.page li a {
    display: block;
    height: 26px;
    line-height: 26px;
    text-align: center;
    color: #fff;
    margin: 0 5px;
    width: 26px;
    border-radius: 50%;
    background: #d2d2d2
}

.page .previous {
    float: left;
    height: 26px;
    line-height: 26px;
    width: 110px;
    text-align: center;
    display: block;
    background: #d2d2d2;
    color: #fff;
    border-radius: 15px;
    margin: 0 10px;
}

.page .cur,
.page li a:hover,
.page .previous:hover {
    background: #005bab
}

.ny-lx {
    background: url(../images/lxbanner_02.jpg) center no-repeat;
}

.contact {
    padding: 70px 0;
}

.contact .box1 {
    width: 100%;
    float: left;
    overflow: hidden;
    margin-bottom: 50px;
}

.contact .left {
    width: 30%;
}

.contact .left h1 {
    font-size: 26px;
}

.contact .left p {
    font-size: 16px;
    line-height: 30px;
    color: #666666;
}

.contact .right {
    width: 67%;
    height: 465px;
}

.contact .left .txt {
    margin-top: 20px;
    border-bottom: 1px #d2d2d2 solid;
    padding-bottom: 20px;
}

.contact .left h2 {
    font-size: 20px;
    margin-top: 20px;
}

.contact .liuyan {
    width: 100%;
    background: #eaf1f9;
    overflow: hidden;
    margin-top: 30px;
}

.contact .line {
    width: 60px;
    height: 4px;
    background: #074da2;
    margin: 20px 0;
}

.contact .liuyan {
    width: 100%;
    background: #eaf1f9;
    overflow: hidden;
    margin-top: 30px;
}

.om {
    background-color: #fff;
    font-family: 微软雅黑;
}

.om .t {
    line-height: 50px;
    font-size: 16px;
    color: #525252;
    padding-top: 10px;
    text-align: center;
}

.om .form {
    padding: 0 200px;
}

.om .form-row {
    margin-top: 20px;
    font-size: 16px;
    font-weight: bold;
    line-height: 40px;
    overflow: hidden;
}

.om .col {
    width: 50%;
    float: left;
}

.om .text {
    width: 350px;
    height: 38px;
    line-height: 38px;
    border: 1px solid #cccccc;
    padding: 0 15px;
    outline: none;
}

.om .textarea {
    width: 950px;
    height: 100px;
    line-height: 24px;
    border: 1px solid #cccccc;
    padding: 10px 15px;
    outline: none;
}

.om .btndiv {
    padding: 35px 0;
    text-align: center;
}

.om .btn {
    width: 198px;
    height: 35px;
    background-color: #386fff;
    font-size: 16px;
    color: #fff;
    border: none;
    outline: none;
    margin: 0 10px;
    cursor: pointer;
}

.om .btn.reset {
    background-color: #cdcdcd;
    color: #525252;
}

.scx .bt {
    text-align: center;
}

.scx .bt h1 {
    color: #074da2;
    font-size: 30px;
    font-weight: bold;
    margin-bottom: 20px;
}

.scx .bt h2 {
    color: #666666;
    font-size: 18px;
    font-weight: normal;
}

.scx .scximg {
    margin: 20px auto;
}

.scx .scximg img {
    max-width: 100%;
}

.scx .cs {
    background: url(../images/scx_06.jpg) no-repeat center;
}

.scx .cs .item {
    width: 46%;
}

.scx .cs .f03 {
    font-size: 18px;
    font-weight: bold;
    padding: 35px 0;
    border-bottom: 1px #ccc dashed;
    border-top: 1px #ccc dashed;
    width: 100%;
    overflow: hidden;
}

.scx .cs .f03 span {
    font-size: 24px;
    color: #074da2;
}

.scx .cs .lx {
    width: 280px;
    height: 45px;
    line-height: 45px;
    background: #074da2;
    color: #fff;
    text-align: center;
    font-size: 18px;
    font-weight: bold;
    margin-top: 20px;
}

.ny-video {
    background: url(../images/videobanner_02.jpg) no-repeat center;
}

.videolist ul {
    margin-right: -2.3%;
    margin-top: 50px;
}

.videolist li {
    float: left;
    width: 31%;
    margin-right: 2.3%;
}

.videolist .video {
    height: 270px;
    width: 100%;
    border: 1px #d8d8d8 solid;
    padding: 5px;
}

.videolist .video video,
.videolist .video img {
    width: 100%;
    height: 100%;
}

.videolist .title {
    height: 60px;
    line-height: 60px;
    font-size: 16px;
}

.ny-news {
    background: url(../images/newsbanner_02.jpg) no-repeat center;
}

.news-xq {
    margin-top: 20px;
}

.news-xq .bt {
    padding: 35px 0;
    margin-bottom: 20px;
}

.news-xq .bt .sda {
    text-align: center;
    color: #bfbfc1;
    font-size: 16px;
}

.news-xq .bt img {
    margin-right: 10px;
}

.news-xq .bt span {
    margin-right: 40px;
}

.news-xq h1 {
    text-align: center;
    font-size: 36px;
    color: #464646;
    margin-bottom: 30px;
}

.news-xq .xq {
    padding-bottom: 30px;
}

.news-xq .xq p {
    font-size: 16px;
    line-height: 34px;
    text-indent: 2em;
    color: #585858;
}

.newspage {
    overflow: hidden;
    margin: 40px 0
}

.newspage .y {
    height: 60px;
    line-height: 60px;
    border-bottom: 1px #e4e4e4 solid;
    overflow: hidden;
}

.newspage .y .left {
    float: left;
    width: 108px;
    height: 60px;
    text-align: center;
    color: #b4b4b4;
    font-size: 16px;
    display: block
}

.newspage .y a {
    font-size: 16px;
    color: #333;
    font-weight: bold;
    margin: 0 30px;
    display: block;
    float: left;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    width: 65%;
}

.newspage .y span {
    float: right;
    font-size: 14px;
    color: #b4b4b4;
}

.newspage .y:hover .left {
    background: #004098;
    color: #fff;
}

.newsList .list {
    overflow: hidden;
}

.newsList .list li {
    width: 100%;
    float: left;
    padding: 40px 0;
    border-bottom: 1px #e5e5e5 solid;
}

.newsList .list .date {
    float: left;
    width: 12%;
    margin-top: 30px;
}

.newsList .list .date span {
    font-size: 26px;
    margin: 10px 0 20px 0;
}

.newsList .list .arrow {
    width: 40px;
    height: 40px;
    background: url(../images/news_09.jpg) 100% 100%;
    margin-top: 20px;
}

.newsList .list .txt {
    float: left;
    width: 65%;
}

.newsList .list li a {
    display: block;
}

.newsList .list .title {
    font-size: 18px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    margin: 20px 0;
}

.newsList .list .detail {
    line-height: 36px;
    color: #666666;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}

.newsList .list .img {
    float: right;
    width: 18%;
}

.newsList .list .img img {
    width: 100%;
    height: 166px;
}

.newsList .list li:hover .arrow {
    background: url(../images/news1_05.jpg) 100% 100%;
}

.newpage {
    margin-bottom: 50px;
}