/*www.wo3.cn 沃商模板网，专注精品模板开发*/
body {
    text-align: left;
    padding: 0;
    margin: 0;
    font-size: 14px;
    font-family: 'microsoft yahei';
    -webkit-text-size-adjust: none;
    height: auto;
    color: #333;
    background: #fff;
}

body {
    position: relative;
    overflow-x: hidden;
    overflow-y: auto;
}

html {
    min-width: 1280px;
}

div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
p {
    padding: 0;
    margin: 0;
}

pre,
code,
form,
fieldset,
legend,
input,
textarea,
p,
blockquote,
th {
    padding: 0;
    margin: 0;
}

fieldset {
    border-top-width: 0;
    border-left-width: 0;
    border-bottom-width: 0;
    border-right-width: 0;
}

a img {
    border: 0;
    padding: 0;
    margin: 0;
}

i {
    font-style: normal;
}

address,
caption,
cite,
cite,
code,
dfn,
em,
th,
var {
    font-weight: normal;
    font-style: normal;
}

li {
    list-style-type: none;
}

caption {
    text-align: left;
}

th {
    text-align: left;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight: normal;
    font-size: 100%;
}

q:unknown {
    content: '';
}

input,
textarea,
select {
    font-family: inherit;
    font-size: 100%;
}

a:link {
    color: #333;
    text-decoration: none;
}

a:visited {
    color: #333;
    text-decoration: none;
}

a:hover {
    color: var(--colour1);
    text-decoration: none;
}

.fl {
    float: left;
}

.fr {
    float: right;
}

.left {
    float: left;
}

.right {
    float: right;
}

.clear {
    clear: both;
    font-size: 0;
    margin: 0;
    padding: 0;
    display: block;
    _height: 0;
    overflow: hidden;
}

/*清除浮动*/
.clearfix {
    zoom: 1;
}

.clearfix:before,
.clearfix:after {
    visibility: hidden;
    display: block;
    font-size: 0;
    content: ".";
    clear: both;
    height: 0;
}

/*高光特效*/
.white,
.whites {
    position: relative;
    overflow: hidden;
}

.white:after,
.whites:after {
    content: '';
    position: absolute;
    left: -100%;
    top: 0;
    width: 100%;
    height: 100%;
    background-image: -moz-linear-gradient(0deg, rgba(255, 255, 255, 0), rgba(255, 255, 255, .5), rgba(255, 255, 255, 0));
    background-image: -webkit-linear-gradient(0deg, rgba(255, 255, 255, 0), rgba(255, 255, 255, .5), rgba(255, 255, 255, 0));
    transform: skewx(-25deg);
}

.white:hover:after {
    left: 100%;
    -moz-transition: 1s;
    -o-transition: 1s;
    -webkit-transition: 1s;
    transition: 1s;
}

.whites:hover:after {
    left: 100%;
    -moz-transition: 0.5s;
    -o-transition: 0.5s;
    -webkit-transition: 0.5s;
    transition: 0.5s;
}

/*网站公用样式表*/
.core-1200 {
    width: 1200px;
    margin: 0 auto;
}

/*网站顶部*/
.top_main {
    width: 100%;
    height: 40px;
    color: #535353;
    font-size: 14px;
    line-height: 40px;
    border-bottom: 1px solid #e5e5e5;
}

.top_main li {
    position: relative;
    display: inline-block;
    text-align: center;
    margin: 0 8px;
}

.top_main li a {
    color: #535353;
    cursor: pointer;
}

.top_main li a:hover {
    color: var(--colour1);
}

/*网站头部*/
.header_main {
    width: 100%;
    z-index: 100;
}

.header_main .logo {
    display: block;
    margin: 20px 0;
}

.header_main .logo img {
    width: 100%;
    height: 100%;
    display: block;
}

.header_main .tel {
    position: relative;
    padding: 32px 0;
    padding-left: 58px;
}

.header_main .tel s {
    position: absolute;
    top: 50%;
    left: 0;
    margin-top: -25px;
    width: 50px;
    height: 50px;
    background-position: -110px bottom;
    margin-right: 8px;
}

.header_main .tel p {
    display: inline-block;
    font-size: 18px;
    color: #252525;
}

.header_main .tel p span {
    font-size: 36px;
    display: block;
    font-weight: bold;
    color: var(--colour1);
}

/*网站导航*/
.nav_main {
    width: 100%;
    height: 60px;
    background: var(--colour1);
    position: relative;
    z-index: 3;
}

.nav_main .nav {
    width: 1200px;
    margin: 0 auto;
}

.nav_main .nav li {
    float: left;
    position: relative;
    width: 150px;
    height: 60px;
    line-height: 60px;
    font-size: 16px;
    text-align: center;
}

.nav_main .nav li a {
    display: block;
    color: #fff;
    font-size: 16px;
    line-height: 60px;
    padding: 0 10px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.nav_main .nav li:hover>a,
.nav_main .nav li.hover>a {
    color: #fff;
    background: #252525;
}

.nav_main .nav dl {
    width: 100%;
    position: absolute;
    left: 0;
    top: 100%;
    z-index: 12;
    box-shadow: 3px 0 10px rgba(0, 0, 0, 0.1);
}

.nav_main .nav dl {
    position: absolute;
    filter: progid:DXImageTransform.Microsoft.Shadow(color=#4c91c0, direction=120, strength=5);
    opacity: 0;
    visibility: hidden;
    transition: all .6s ease 0s;
    transform: translate3d(0, 10px, 0);
    -moz-transform: translate3d(0, 10px, 0);
    -webkit-transform: translate3d(0, 10px, 0);
}

.nav_main .nav li:hover dl {
    opacity: 1;
    visibility: visible;
    transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -webkit-transform: translate3d(0, 0, 0);
}

.nav_main .nav dl dd {
    line-height: 40px;
    height: 40px;
    text-align: left;
    position: relative;
    z-index: 12;
    display: block;
    width: 100%;
    border-top: 1px solid #1b1b1b;
}

.nav_main .nav dl dd:first-child {
    border: none;
}

.nav_main .nav dl dd a {
    color: #fff;
    font-size: 14px;
    line-height: 40px;
    background: #252525;
    text-align: center;
    background-repeat: no-repeat;
    background-image: -webkit-linear-gradient(left, var(--colour1), var(--colour1));
    background-image: linear-gradient(to right, var(--colour1), var(--colour1));
    background-size: 0% 100%;
}

.nav_main .nav dl dd a:hover {
    background-size: 100% 100%;
    color: rgba(255, 255, 255, 0.9999);
}

/*网站大图*/
.banner {
    width: 100%;
    max-width: 1920px;
    position: relative;
    overflow: hidden;
    z-index: 0;
}

.banner li {
    width: 100%;
    position: absolute;
    z-index: 1;
    overflow: hidden;
    display: none;
}

.banner .swiper-slide {
    overflow: hidden;
}

.banner .swiper-slide img {
    width: 100%;
    display: block;
}

#banner .tipcon {
    width: 100%;
    height: 36px;
    position: absolute;
    left: 0;
    bottom: 30px;
    z-index: 10;
    text-align: center;
}

#banner .tipcon .tip {
    width: auto;
    display: inline-block;
    vertical-align: top;
    height: 20px;
    padding: 0 14px 8px;
    border-radius: 20px;
    text-align: center;
    background: rgba(0, 0, 0, .3);
}

#banner .tipcon .tip span {
    width: 8px;
    height: 8px;
    margin: 8px;
    display: inline-block;
    cursor: pointer;
    background: none;
    border: 2px solid #fff;
    opacity: 1;
    border-radius: 10px;
    transition: all .5s;
    outline: none;
}

#banner .tipcon .tip span.swiper-pagination-bullet-active {
    background: #fff;
}

#banner #btn_prev,
#banner #btn_next {
    width: 65px;
    height: 100px;
    position: absolute;
    top: 50%;
    margin-top: -50px;
    background: url(../image/slider-arrow.png) no-repeat;
    z-index: 5;
    opacity: 0;
}

#banner #btn_prev {
    background-position: -130px center;
    left: 4%;
}

#banner #btn_next {
    background-position: 0 center;
    right: 4%;
}

#banner:hover #btn_prev,
#banner:hover #btn_next {
    opacity: .8;
}

#banner .swiper-cube-shadow {
    display: none;
}

/*搜索栏*/
.search_main {
    height: 70px;
    width: 100%;
    overflow: hidden;
    border-bottom: 1px solid #e2e2e2;
}

.search_main .skey {
    float: left;
    line-height: 70px;
}

.search_main .skey p {
    font-size: 20px;
    color: #3c3c3c;
    line-height: 70px;
}

.search_main .skey p a {
    display: inline-block;
    font-weight: normal;
    color: #4c4c4c;
    font-size: 16px;
    border-right: 1px solid #b5b5b5;
    line-height: 15px;
    padding: 0 12px;
}

.search_main .skey p a:last-of-type {
    border-right: none;
}

.search_main .skey p a:hover {
    color: var(--colour1);
}

.search_main .search_form {
    float: right;
    width: 298px;
    height: 28px;
    border: 1px solid #e2e2e2;
    position: relative;
    margin-top: 20px;
    border-radius: 0;
}

.search_main .search_form input {
    background-color: none;
    border: none;
    outline: none;
}

.search_main .search_form .stxt {
    width: 258px;
    height: 28px;
    line-height: 28px;
    display: block;
    text-indent: 10px;
    color: #999;
    padding-right: 40px;
}

.search_main .search_form .sbtn {
    width: 40px;
    height: 30px;
    display: block;
    cursor: pointer;
    position: absolute;
    top: -1px;
    right: -1px;
    font-size: 0;
    background-color: var(--colour1);
    background-position: left top;
    border-radius: 0;
}

/*******index css*******/
.index {
    line-height: 1.5;
}

/*首页标题*/
.index .in_title {
    position: relative;
    padding-top: 50px;
    padding-bottom: 42px;
    background: url(../image/line.png) center bottom no-repeat;
    text-align: center;
}

.index .in_title h3 {
    color: #2f2f2f;
    font-size: 28px;
    font-weight: bold;
    line-height: 33px;
}

.index .more {
    position: relative;
    z-index: 1;
}

.index .more a {
    position: relative;
    display: block;
    width: 198px;
    color: #fff;
    font-size: 16px;
    line-height: 46px;
    text-align: center;
    margin: 0 auto;
    border-radius: 50px;
    border: 1px solid var(--colour1);
    background: var(--colour1);
}

.index .more a:hover {
    border-color: #111;
    background: #111;
}

/*产品优势*/
.index .pro-youshi ul {
    padding-bottom: 50px;
    height: 160px;
}

.index .pro-youshi ul li {
    width: 385px;
    height: 160px;
    float: left;
    margin-left: 22px;
}

.index .pro-youshi ul li:first-child {
    margin-left: 0;
}

.index .pro-youshi ul li a {
    position: relative;
    width: 100%;
    display: block;
    box-shadow: 0 4px 8px rgb(19 177 222 / 30%);
}

.index .pro-youshi ul li img {
    width: 100%;
    height: 100%;
    display: block;
}

.index .pro-youshi ul li .txt {
    position: absolute;
    top: 20px;
    right: 0;
    width: 260px;
}

.index .pro-youshi ul li h3 {
    width: 142px;
    line-height: 30px;
    font-size: 22px;
    color: #fff;
    font-weight: bold;
    text-align: center;
    text-shadow: 0 2px 2px rgba(0, 0, 0, 0.2);
    margin: auto;
}

.index .pro-youshi ul li p {
    line-height: 24px;
    font-size: 16px;
    color: #fff;
    text-align: center;
    margin-top: 10px;
}

.index .pro-youshi ul li.a2 a {
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.2);
}

.index .pro-youshi ul li.a3 p {
    color: #c4e2f7;
}

.index .pro-youshi ul li:hover a {
    transform: translateY(-6px);
}

/*产品中心*/
.index .pro_box {
    padding-top: 50px;
    padding-bottom: 30px;
    background: url(../image/pro_bg.jpg) no-repeat center top;
}

.index .pro_box .pro_l {
    width: 260px;
    float: left;
}

.index .pro_box .pro_l .pro_l_left {
    background: #fff;
    border: 1px solid #e9e9e9;
    border-top: 0px;
    overflow: hidden;
}

.index .pro_box .pro_l .pro_tit {
    color: #fff;
    line-height: 36px;
    text-align: center;
    padding: 30px 0;
    background: var(--colour1);
    box-sizing: border-box;
}

.index .pro_box .pro_l .pro_tit h3 {
    font-size: 24px;
    font-weight: bold;
}

.index .pro_box .pro_l .pro_tit span {
    font-size: 16px;
    display: block;
}

.index .pro_box .pro_l ul {
    height: 571px;
    padding: 7px 20px;
    overflow: hidden;
}

.index .pro_box .pro_l ul li {
    color: #333;
    font-size: 16px;
    line-height: 46px;
    border-bottom: 1px dashed #ccc;
}

.index .pro_box .pro_l ul li a {
    position: relative;
    display: block;
    color: #6f6e6e;
    padding-left: 10px;
    padding-right: 25px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.index .pro_box .pro_l ul li a:after {
    content: ">";
    position: absolute;
    right: 0;
    top: 50%;
    margin-top: -10px;
    width: 20px;
    height: 20px;
    font-family: 宋体;
    color: #fff;
    font-size: 12px;
    line-height: 20px;
    text-align: center;
    background: #a4a4a4;
    border-radius: 50%;
    transition: all .5s;
}

.index .pro_box .pro_l ul li:hover a {
    color: var(--colour1);
}

.index .pro_box .pro_l ul li a:hover:after {
    background: var(--colour1);
}

.index .pro_box .pro_l .leftTel {
    padding-bottom: 30px;
}

.index .pro_box .pro_l .leftTel h3 {
    color: var(--colour1);
    text-align: center;
    font-size: 26px;
    font-weight: bold;
    padding-bottom: 10px;
}

.index .pro_box .pro_l .leftTel h3 span {
    width: 5px;
    height: 5px;
    display: inline-block;
    vertical-align: middle;
    margin: 0 7px;
    background: var(--colour1);
    border-radius: 100%;
}

.index .pro_box .pro_l .leftTel .tel {
    line-height: 28px;
    padding-left: 10px;
}

.index .pro_box .pro_l .leftTel .tel s {
    width: 50px;
    height: 50px;
    float: left;
    margin: 3px 5px 0 0;
    background-position: -110px bottom;
}

.index .pro_box .pro_l .leftTel .tel span {
    display: block;
    text-transform: uppercase;
    color: #666;
}

.index .pro_box .pro_l .leftTel .tel strong {
    color: #333;
    font-size: 26px;
    line-height: 25px;
    display: block;
    font-family: arial;
}

.index .pro_box .pro_list {
    float: right;
    width: 920px;
}

.index .pro_box .pro_list li {
    float: left;
    width: 291px;
    margin-right: 20px;
    margin-bottom: 20px;
    border: 1px solid #e9e9e9;
    transition: .5s;
}

.index .pro_box .pro_list li:nth-child(3n) {
    margin-right: 0;
}

.index .pro_box .pro_list li .img {
    position: relative;
    width: 100%;
    height: 218px;
    overflow: hidden;
}

.index .pro_box .pro_list li .img img {
    width: 100%;
    height: 100%;
    transition: all .5s;
}

.index .pro_box .pro_list li .img .bg {
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    background: var(--colour4);
    opacity: 0;
    filter: Alpha(opacity=0);
    -webkit-transform: rotateX(180deg) scale(0.5, 0.5);
    transform: rotateX(180deg) scale(0.2, 0.2);
    transition: all ease-out .5s;
}

.index .pro_box .pro_list li .img .bg s {
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -27px;
    margin-left: -27px;
    width: 54px;
    height: 54px;
    background-position: -56px bottom;
}

.index .pro_box .pro_list li h3 {
    font-size: 18px;
    line-height: 50px;
    color: #6e6e6e;
    text-align: center;
    padding: 0 10px;
    background: #fff;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    transition: all .5s;
}

.index .pro_box .pro_list li:hover .img img {
    transform: scale(1.1);
}

.index .pro_box .pro_list li:hover .img .bg {
    opacity: 1;
    filter: Alpha(opacity=100);
    -webkit-transform: rotateX(0deg) scale(1, 1);
    transform: rotateX(0deg) scale(1, 1);
    transition: all 1s cubic-bezier(.23, 1, .38, 1) 0s;
}

.index .pro_box .pro_list li:hover h3 {
    color: var(--colour1);
}

/*小banner1*/
.index .xbanner1 {
    color: #fff;
    height: 215px;
    background: url(../image/xbanner1.jpg) center no-repeat;
}

.index .xbanner1 .core-1200 {
    position: relative;
    padding-top: 38px;
}

.index .xbanner1 .txt {
    position: relative;
    font-size: 36px;
    font-weight: bold;
    line-height: 58px;
    padding-bottom: 23px;
}

.index .xbanner1 .txt:after {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    width: 75px;
    height: 2px;
    background: #fff;
}

.index .xbanner1 .tel {
    margin-right: 200px;
}

.index .xbanner1 .tel h3 {
    font-size: 43px;
    font-weight: bold;
    padding-bottom: 12px;
}

.index .xbanner1 .tel span {
    display: block;
    width: 215px;
    height: 55px;
    color: #252525;
    font-size: 28px;
    line-height: 55px;
    text-align: center;
    background: #fff;
    border-radius: 10px;
    margin: auto;
}

.index .xbanner1 .ren {
    position: absolute;
    top: -45px;
    right: 0;
    width: 147px;
    height: 260px;
    background: url(../image/ren.png) center no-repeat;
}

/*关于我们*/
.index .about {
    position: relative;
    background-position: center;
    background-repeat: no-repeat;
    height: 658px;
}

.index .about .about_con {
    width: 630px;
    padding-right: 74px;
}

.index .about .about_con .title {
    padding-top: 80px;
    padding-bottom: 40px;
}

.index .about .about_con .title h3 {
    color: var(--colour1);
    font-size: 30px;
    font-weight: bold;
}

.index .about .about_con .title p {
    display: block;
    color: #000;
    font-size: 27px;
    line-height: 54px;
    font-weight: bold;
    margin-top: 15px;
}

.index .about .about_con .title span {
    font-style: normal;
    text-transform: uppercase;
    display: block;
    font-size: 18px;
    color: #959595;
}

.index .about .about_con .txt {
    font-size: 16px;
    line-height: 36px;
    text-align: justify;
    height: 210px;
    overflow: hidden;
    text-shadow: 2px 2px 2px rgb(0 0 0 / 20%);
}

.index .about .about_con ul {
    padding-top: 40px;
}

.index .about .about_con ul li {
    float: left;
    margin-right: 1px;
}

.index .about .about_con ul li a {
    display: block;
    width: 160px;
    font-size: 16px;
    line-height: 55px;
    text-align: center;
    background: #fff;
}

.index .about .about_con ul li:hover a {
    color: #fff;
}

.index .about .about_con ul li.on a,
.index .about .about_con ul li:hover a {
    color: #fff;
    background: var(--colour1);
}

/*滚动数字*/
.index .number {
    padding: 66px 0;
}

.index .number ul li {
    float: left;
    width: 25%;
    color: var(--colour1);
    text-align: center;
}

.index .number ul li p {
    color: #282828;
    font-size: 16px;
    padding-top: 15px;
}

.index .number ul li h3 {
    display: inline-block;
    font-size: 36px;
    line-height: 30px;
    font-family: Impact, Haettenschweiler, Franklin Gothic Bold, Arial Black, " sans-serif";
}

.index .number ul li b {
    display: inline-block;
    font-size: 36px;
    line-height: 30px;
}

/*服务优势*/
.index .advantages {
    height: 615px;
    background: url(../image/ys_bg.jpg) center no-repeat;
}

.index .advantages .title {
    position: relative;
    height: 80px;
    text-align: center;
    margin-top: 80px;
    z-index: 1;
}

.index .advantages .title div {
    position: relative;
    display: inline-block;
    padding: 0 454px;
}

.index .advantages .title div:before,
.index .advantages .title div:after {
    content: " ";
    position: absolute;
    top: 26px;
    left: 0;
    width: 454px;
    height: 2px;
    background: #fff;
}

.index .advantages .title div:after {
    left: auto;
    right: 0;
}

.index .advantages .title span {
    position: relative;
    display: inline-block;
    padding: 0 50px;
}

.index .advantages .title span:before,
.index .advantages .title span:after {
    content: " ";
    position: absolute;
    top: 22px;
    left: 0;
    width: 9px;
    height: 9px;
    background: #fff;
    border-radius: 50%;
}

.index .advantages .title span:after {
    left: auto;
    right: 0;
}

.index .advantages .title span h3 {
    color: #fff;
    font-size: 32px;
    line-height: 22px;
    font-weight: bold;
}

.index .advantages .title span p {
    color: #9e9e9e;
    font-size: 12px;
    line-height: 50px;
}

.index .advantages ul {
    margin-top: 55px;
}

.index .advantages ul li {
    float: left;
    width: 230px;
    margin: 0 35px;
    text-align: center;
    cursor: pointer;
}

.index .advantages ul li .img {
    position: relative;
    display: inline-block;
    width: 145px;
    height: 145px;
    background: rgba(255, 255, 255, .2);
    border-radius: 50%;
}

.index .advantages ul li .img img {
    position: relative;
    width: 75px;
    height: 75px;
    margin: 35px;
    z-index: 3;
}

.index .advantages ul li .img:after {
    content: '';
    position: absolute;
    top: 50%;
    margin-top: -66px;
    left: 50%;
    margin-left: -66px;
    width: 130px;
    height: 130px;
    border: 1px solid rgba(255, 255, 255, .2);
    border-radius: 50%;
    z-index: 2;
}

.index .advantages ul li .img:before {
    content: " ";
    position: absolute;
    z-index: 1;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    opacity: 0;
    -webkit-transform: scaleX(0) scaley(0);
    transform: scaleX(0) scaley(0);
    border-radius: 50%;
    transition: all .5s;
}

.index .advantages ul li h3 {
    color: #fff;
    font-size: 18px;
    font-weight: bold;
    margin: 20px 0;
}

.index .advantages ul li p {
    color: #aeaeae;
    line-height: 25px;
}

.index .advantages ul li:hover .img:before {
    background: var(--colour1);
    opacity: 1;
    -webkit-transform: scaleX(1.01) scaley(1.01);
    transform: scaleX(1.01) scaley(1.01);
}

/*工程案例*/
.index .icase {
    padding-top: 60px;
}

.index .icase .title {
    position: relative;
    height: auto;
}

.index .icase .title:after {
    content: '';
    position: absolute;
    top: 70px;
    left: 0;
    width: 80px;
    height: 3px;
    background: var(--colour1);
}

.index .icase .title h3 {
    position: relative;
    color: #000;
    font-size: 34px;
    line-height: 36px;
    font-weight: bold;
    padding-top: 18px;
    z-index: 1;
}

.index .icase .title span {
    position: absolute;
    top: 0;
    color: #ddd;
    font-size: 66px;
    line-height: 55px;
    font-family: Impact, Haettenschweiler, Franklin Gothic Bold, Arial Black, " sans-serif";
}

.index .icase .title p {
    color: #939393;
    font-size: 14px;
    padding-top: 30px;
}

.index .icase .bd {
    position: relative;
    margin-top: 40px;
}

.index .icase .bd .tempWrap {
    width: 100% !important;
}

.index .icase .bd li {
    float: left;
    width: 280px;
    margin-right: 26px;
}

.index .icase .bd li a {
    display: block;
    width: 100%;
}

.index .icase .bd li .img {
    position: relative;
    width: 100%;
    height: 210px;
    overflow: hidden;
}

.index .icase .bd li .img img {
    width: 100%;
    height: 100%;
    display: block;
}

.index .icase .bd li .img .bg {
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    background: var(--colour4);
    opacity: 0;
    filter: Alpha(opacity=0);
    -webkit-transform: rotateX(180deg) scale(0.5, 0.5);
    transform: rotateX(180deg) scale(0.2, 0.2);
    transition: all ease-out .5s;
}

.index .icase .bd li .img .bg s {
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -27px;
    margin-left: -27px;
    width: 54px;
    height: 54px;
    background-position: -56px bottom;
}

.index .icase .bd li h3 {
    font-size: 16px;
    line-height: 60px;
    color: #323232;
    text-align: center;
    padding: 0 10px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    transition: all .5s;
}

.index .icase .bd li a:hover .img .bg {
    opacity: 1;
    filter: Alpha(opacity=100);
    -webkit-transform: rotateX(0deg) scale(1, 1);
    transform: rotateX(0deg) scale(1, 1);
    transition: all 1s cubic-bezier(.23, 1, .38, 1) 0s;
}

.index .icase .bd li a:hover h3 {
    color: var(--colour1);
}

.index .icase .prev,
.index .icase .next {
    position: absolute;
    top: 50%;
    margin-top: -53px;
    display: block;
    width: 22px;
    height: 44px;
    cursor: pointer;
}

.index .icase .prev {
    left: -70px;
}

.index .icase .next {
    right: -70px;
}

.index .icase .prev:after,
.index .icase .prev:before,
.index .icase .next:after,
.index .icase .next:before {
    content: "";
    display: block;
    position: absolute;
    left: -3px;
    width: 30px;
    height: 5px;
    background: #a5a5a5;
    border-radius: 50px;
    transition: all .5s;
}

.index .icase .prev:after,
.index .icase .next:after {
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
}

.index .icase .prev:before,
.index .icase .next:before {
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

.index .icase .prev:after {
    top: 29px;
}

.index .icase .prev:before {
    top: 11px;
}

.index .icase .next:after {
    top: 11px;
}

.index .icase .next:before {
    top: 29px;
}

.index .icase .prev:hover:after,
.index .icase .prev:hover:before,
.index .icase .next:hover:after,
.index .icase .next:hover:before {
    background: var(--colour1);
}

/*小banner2*/
.index .xbanner2 {
    color: #fff;
    height: 197px;
    background: var(--colour1) url(../image/xbanner2.png) center no-repeat;
}

.index .xbanner2 .tel {
    width: 370px;
    padding-top: 45px;
    text-align: center;
}

.index .xbanner2 .tel h3 {
    font-size: 32px;
    font-weight: bold;
    padding-bottom: 12px;
}

.index .xbanner2 .tel a {
    display: block;
    width: 143px;
    height: 42px;
    color: #fff;
    font-size: 18px;
    line-height: 42px;
    text-align: center;
    border: 1px solid rgba(255, 255, 255, .4);
    margin: auto;
}

.index .xbanner2 .tel a:hover {
    background: var(--colour1);
    border-color: var(--colour1);
}

.index .xbanner2 .txt {
    width: 750px;
    text-align: center;
    padding-top: 65px;
}

.index .xbanner2 .txt h3 {
    font-size: 26px;
    font-weight: bold;
}

.index .xbanner2 .txt p {
    font-size: 21px;
    margin-top: 10px;
}

/*新闻资讯*/
.index .inews {
    padding-bottom: 60px;
}

.index .inews .hd {
    width: 100%;
    text-align: center;
    margin: 55px 0;
}

.index .inews .hd li {
    display: inline-block;
    margin: 0 8px;
}

.index .inews .hd li a {
    display: block;
    width: 170px;
    color: #707070;
    font-size: 18px;
    line-height: 48px;
    background: #fff;
    border: 1px solid #eaeaea;
}

.index .inews .hd li.on a,
.index .inews .hd li a:hover {
    color: #fff;
    background: var(--colour1);
    border-color: var(--colour1);
}

.index .inews .newsimg {
    width: 488px;
    border: 1px solid #c9c9c9;
}

.index .inews .newsimg .img {
    width: 100%;
    height: 368px;
    overflow: hidden;
}

.index .inews .newsimg .img img {
    width: 100%;
    height: 100%;
    display: block;
    transition: all .5s;
}

.index .inews .newsimg .txt {
    padding: 15px;
}

.index .inews .newsimg h3 {
    color: var(--colour1);
    font-size: 20px;
    line-height: 25px;
    padding-bottom: 10px;
    transition: all .5s;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.index .inews .newsimg p {
    color: #999;
    font-size: 16px;
    line-height: 30px;
    text-align: justify;
    height: 55px;
    overflow: hidden;
}

.index .inews .newsimg:hover .img img {
    transform: scale(1.1);
}

.index .inews .list {
    width: 675px;
}

.index .inews .list li {
    height: 90px;
    padding: 18px 0;
    border-bottom: 1px dashed #cccccc;
}

.index .inews .list li:first-child {
    padding-top: 0;
}

.index .inews .list li a {
    display: block;
}

.index .inews .list li h3 {
    color: var(--colour1);
    font-size: 20px;
    line-height: 25px;
    padding-bottom: 10px;
    transition: all .5s;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.index .inews .list li p {
    color: #8a8a8a;
    font-size: 16px;
    line-height: 30px;
    text-align: justify;
    height: 55px;
    overflow: hidden;
}

.index .inews .list li .time {
    display: block;
    width: 90px;
    height: 90px;
    color: #717171;
    font-size: 17px;
    line-height: 30px;
    margin-right: 25px;
    background: #ebebeb;
    text-align: center;
}

.index .inews .list li .time b {
    font-weight: normal;
    display: block;
    font-size: 30px;
    padding-top: 20px;
}

/*快速通道*/
.index .quick {
    height: 480px;
    background: url(../image/bottombg.jpg) center no-repeat;
}

.index .quick .title {
    position: relative;
    color: var(--colour1);
    font-size: 27px;
    font-weight: bold;
    padding-left: 55px;
    margin-top: 60px;
    margin-bottom: 25px;
}

.index .quick .title s {
    position: absolute;
    top: 50%;
    left: 0;
    margin-top: -18px;
    width: 36px;
    height: 36px;
    background-position: -160px bottom;
}

.index .quick .list {
    width: 840px;
    margin-right: 20px;
}

.index .quick .list li {
    height: 59px;
    line-height: 59px;
    border-bottom: 1px dashed #b8b8b8;
}

.index .quick .list li a {
    float: left;
    width: 115px;
    padding-right: 10px;
    font-size: 16px;
    color: #4c4c4c;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.index .quick .list li a.more {
    float: right;
    color: var(--colour1);
    width: 90px;
    padding: 0;
}

.index .quick .list li a:hover {
    color: var(--colour1);
}

.index .quick .tel {
    position: relative;
    margin-top: 100px;
    padding-left: 60px;
}

.index .quick .tel s {
    position: absolute;
    top: 50%;
    left: 0;
    margin-top: -25px;
    width: 50px;
    height: 50px;
    background-position: -110px bottom;
    margin-right: 8px;
}

.index .quick .tel h3 {
    display: block;
    color: #252525;
    font-size: 18px;
    margin-bottom: 5px;
}

.index .quick .tel p {
    color: var(--colour1);
    font-size: 34px;
    line-height: 32px;
    display: block;
    font-family: Impact, Haettenschweiler, Franklin Gothic Bold, Arial Black, " sans-serif";
    white-space: nowrap;
}

/*合伙客户*/
.index .partner {
    padding-bottom: 30px;
}

.index .partner ul {
    margin-top: 50px;
}

.index .partner ul li {
    float: left;
    width: 182px;
    height: 182px;
    margin-right: 19px;
    margin-bottom: 19px;
    border: 1px solid #dddddd;
    cursor: pointer;
    overflow: hidden;
}

.index .partner ul li:nth-child(6n) {
    margin-right: 0;
}

.index .partner ul li img {
    width: 100%;
    height: 100%;
    display: block;
    transition: all .5s;
}

.index .partner ul li:hover img {
    transform: scale(1.1);
}

/*网站底部*/
.footer {
    width: 100%;
    height: auto;
    background: url(../image/footer_bg.png) center no-repeat;
}

.footer .f_top {
    position: relative;
    height: 75px;
    margin-top: 88px;
}

.footer .f_top #ftop {
    position: absolute;
    top: 4px;
    left: 50%;
    margin-left: -33px;
    display: block;
    width: 66px;
    height: 66px;
    background: var(--colour1);
    border-radius: 50%;
}

.footer .f_top #ftop:after {
    content: '';
    position: absolute;
    top: -5px;
    left: -5px;
    width: 100%;
    height: 100%;
    border: 5px solid rgba(0, 0, 0, 0.2);
    border-radius: 50%;
}

.footer .f_top #ftop s {
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -15px;
    margin-left: -13px;
    width: 26px;
    height: 26px;
    background-position: -120px top;
    margin-right: 8px;
}

.footer .links {
    border: 1px solid #585858;
    height: 45px;
    padding: 34px 0 22px 0;
    width: 1198px;
    margin-top: 30px;
}

.footer .links .tit {
    width: 130px;
    padding: 0 20px 0 20px;
    height: 45px;
    border-right: 1px solid #686868;
    float: left;
}

.footer .links .tit s {
    width: 130px;
    height: 45px;
    background-position: -160px top;
}

.footer .links p {
    float: left;
    width: 1000px;
    height: 45px;
    /* line-height: 45px; */
    padding-left: 26px;
}

.footer .links p a {
    color: #dadada;
    font-size: 16px;
    margin-right: 20px;
}

.footer .bottom {
    margin-top: 30px;
}

.footer .flogo {
    margin: 59px 0;
}

.footer .f_ban {
    width: 400px;
    padding: 10px 0 0;
    margin-left: 70px;
}

.footer .f_ban p {
    font-size: 16px;
    color: #fff;
    line-height: 24px;
    margin-bottom: 12px;
}

.footer .f_ban p s {
    position: relative;
    top: -2px;
    width: 16px;
    height: 16px;
    margin-right: 20px;
}

.footer .f_ban p.name s {
    background-position: -40px top;
}

.footer .f_ban p.cel s {
    background-position: -56px top;
}

.footer .f_ban p.tel s {
    background-position: -72px top;
}

.footer .f_ban p.mail s {
    background-position: -88px top;
}

.footer .f_ban p.add s {
    background-position: -104px top;
}

.footer .f_er {
    width: 240px;
    padding: 33px 0 0;
    background: url(../image/f_erbg.png) no-repeat 0 20px;
}

.footer .f_er p {
    width: 100px;
    text-align: center;
    line-height: 0;
    float: left;
    padding: 0 0 0 16px;
}

.footer .f_er #siteewm {
    background-color: #fff;
    display: block;
    color: unset;
    line-height: unset;
    padding: 5px;
}

.footer .f_er img {
    width: 100px;
    height: 100px;
}

.footer .f_er span {
    display: block;
    font-size: 14px;
    color: #fff;
    line-height: 30px;
    padding: 15px 0 0;
}

.copyright {
    height: 70px;
    line-height: 70px;
    color: #fff;
    font-size: 14px;
    text-align: center;
    background: var(--colour1);
}

.copyright a {
    color: #fff;
}

/*二维码弹窗*/
.ewmbox {
    width: 300px;
    height: 320px;
    padding-top: 20px;
    background: #fff;
    z-index: 9999;
    position: fixed;
    left: 50%;
    top: 50%;
    margin: -170px 0 0 -150px;
    text-align: center;
    font-size: 16px;
    display: none;
}

.ewmbox .close {
    width: 32px;
    height: 32px;
    position: absolute;
    top: -25px;
    right: -40px;
    cursor: pointer;
    border-radius: 100%;
    background: #f3f3f3 url(../image/dialogClose.png) no-repeat center center;
    transition: all ease 300ms;
}

.ewmbox .close:hover {
    transform: rotate(180deg);
}

.ewmbox img {
    width: 260px;
    height: 260px;
    display: block;
    margin: 0 auto 10px;
}

.dialog-layout {
    width: 100%;
    height: 100%;
    position: fixed;
    z-index: 100;
    top: 0;
    left: 0;
    background: #000;
    opacity: 0.3;
    filter: alpha(opacity=30);
}

/*浮动客服*/
.toolbar {
    position: fixed;
    top: 50%;
    right: 1%;
    margin-top: -163px;
    z-index: 100;
    width: 80px;
}

.toolbar dd {
    position: relative;
    float: left;
    width: 80px;
    height: 80px;
    background: var(--colour1);
    margin-top: 2px;
    border-radius: 5px;
    color: #fff;
    font-size: 14px;
    line-height: 21px;
    text-align: center;
    cursor: pointer;
    transition: all .5s;
}

.toolbar dd:first-child {
    margin-top: 0;
}

.toolbar dd i {
    width: 100%;
    height: 30px;
    display: block;
    margin-top: 13px;
    background: url(../image/toolbar.png) no-repeat center 0;
}

.toolbar dd.qq i {
    background-position-y: 0;
}

.toolbar dd.tel i {
    background-position-y: -30px;
}

.toolbar dd.code i {
    background-position-y: -60px;
}

.toolbar dd.top i {
    background-position-y: -90px;
}

.toolbar dd span {
    display: block;
    color: #fff;
}

.toolbar dd.tel .box {
    position: absolute;
    top: 0;
    width: 190px;
    right: -200px;
    height: 100%;
    margin-right: 10px;
    border-radius: 5px;
    background: var(--colour1);
    opacity: 0;
    transition: all .5s;
}

.toolbar dd.tel .box p {
    font-size: 14px;
    margin: 15px auto 7px;
}

.toolbar dd.tel .box h3 {
    font-size: 18px;
    font-weight: bold;
}

.toolbar dd.tel .box:after {
    display: block;
    content: " ";
    border-style: solid dashed dashed dashed;
    border-color: transparent transparent transparent var(--colour1);
    border-width: 9px;
    width: 0;
    height: 0;
    position: absolute;
    top: 50%;
    margin-top: -9px;
    right: -18px;
    margin-left: -12px;
}

.toolbar dd.code .box {
    position: absolute;
    top: 0;
    width: 162px;
    right: -172px;
    height: 162px;
    margin-right: 10px;
    border-radius: 5px;
    background: var(--colour1);
    opacity: 0;
    transition: all .5s;
}

.toolbar dd.code .box img {
    width: 140px;
    height: 140px;
    padding: 11px;
}

.toolbar dd.code .box:after {
    display: block;
    content: " ";
    border-style: solid dashed dashed dashed;
    border-color: transparent transparent transparent var(--colour1);
    border-width: 9px;
    width: 0;
    height: 0;
    position: absolute;
    top: 30px;
    right: -18px;
    margin-left: -12px;
}

.toolbar dd:hover {
    background: #333;
}

.toolbar dd.tel:hover .box {
    opacity: 1;
    right: 80px;
}

.toolbar dd.code:hover .box {
    opacity: 1;
    right: 80px;
}

/*内页大图*/
.inside-page-banner {
    position: relative;
    height: 400px;
    overflow: hidden;
}

.inside-page-banner .core-1200 {
    height: 100%;
    padding-left: 120px;
    position: relative;
    box-sizing: border-box;
}

.inside-page-banner .title {
    color: #fff;
    font-size: 46px;
    line-height: 60px;
    font-weight: 600;
    padding-top: 120px;
    text-shadow: 0 2px 3px rgb(0 0 0 / 50%);
}

.inside-page-banner .title span {
    position: relative;
    font-size: 24px;
    margin-left: 20px;
    border-left: 1px solid #fff;
    padding-left: 20px;
    font-weight: 300;
    text-transform: uppercase;
}

.inside-page-banner .title p {
    color: #fff;
    font-size: 18px;
    line-height: 27px;
    margin-top: 5px;
    font-weight: 300;
}

.inside-page-banner .position {
    position: absolute;
    bottom: -1px;
    left: 0;
    right: 0;
    height: 30px;
    padding: 5px 20px;
    background: rgba(255, 255, 255, .8);
    border-radius: 4px 4px 0 0;
    box-shadow: 0px 0px 30px rgba(0, 0, 0, 0.1);
}

.inside-page-banner .position s {
    position: relative;
    top: -2px;
    width: 15px;
    height: 13px;
    margin-right: 10px;
    background-position: bottom left;
}

.inside-page-banner .position a {
    font-size: 13px;
    line-height: 30px;
}

.inside-page-banner .position i:after {
    padding: 0 5px;
    content: ">>";
    color: #999;
    font-size: 12px;
    font-family: 宋体;
    display: inline-block;
}

.bg_main {
    padding-bottom: 50px;
    min-height: 640px;
}

.sub_nav {
    height: 35px;
    line-height: 33px;
    padding-bottom: 20px;
    border-bottom: 1px solid #f2f2f2;
    padding-top: 20px;
}

.sub_nav .fl {
    color: var(--colour1);
    font-size: 30px;
}

.sub_nav .fr li {
    float: left;
}

.sub_nav .fr li a {
    padding: 0 20px;
    border: 1px solid #e6e6e6;
    display: block;
    margin-left: 10px;
    color: #666;
}

.sub_nav .fr li a:hover,
.sub_nav .fr li a.hover {
    background: var(--colour1);
    color: #fff;
    border: 1px solid var(--colour1);
}

.menu_pro {
    line-height: 52px;
    position: relative;
    z-index: 1;
    text-align: center;
    padding-top: 40px;
}

.menu_pro li {
    margin: 5px;
    display: inline-block;
}

.menu_pro li a {
    display: block;
    border: 1px solid #dcdcdc;
    text-align: center;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    overflow: hidden;
    height: 35px;
    line-height: 35px;
    padding: 0 10px;
}

.menu_pro li:hover a,
.menu_pro li.hover a {
    border: 1px solid var(--colour1);
    color: #fff;
    background: var(--colour1);
}

.case {
    margin-top: 40px;
}

.case ul {
    width: 100%;
}

.case li {
    width: 380px;
    float: left;
    margin-right: 30px;
    margin-bottom: 30px;
    transition: all .5s;
}

.case li:nth-child(3n) {
    margin-right: 0;
}

.case li .img {
    width: 100%;
    height: 284px;
    display: block;
    border: 1px solid #eaeaea;
    border-bottom: none;
    overflow: hidden;
    box-sizing: border-box;
}

.case li .img img {
    width: 100%;
    height: 100%;
    transition: all .5s;
}

.case li:hover .img img {
    transform: scale(1.1);
}

.case li .p {
    border: 1px solid #efefef;
    display: block;
    padding: 0 19px;
    height: 108px;
    border-top: none;
    box-sizing: border-box;
}

.case li .p p {
    border-bottom: 1px solid #eaeaea;
    height: 58px;
    line-height: 58px;
    margin-bottom: 10px;
    font-size: 18px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    transition: all .5s;
}

.case li .p span {
    color: #666;
    transition: all .5s;
}

.case li .p i {
    width: 32px;
    height: 12px;
    background-position: 0 -30px;
}

.case li .p .fl {
    font-size: 12px;
    font-family: arial;
}

.case li:hover a span {
    color: var(--colour1);
}

.case li:hover a p {
    color: var(--colour1);
}

.case li:hover {
    box-shadow: 0 1px 20px rgb(0 0 0 / 10%);
}

.news {
    padding-top: 50px;
}

.bg_main .news_ul {
    padding-bottom: 40px;
}

.bg_main .news_ul li {
    border-bottom: 1px solid rgba(0, 0, 0, .06);
    padding: 30px 0;
}

.bg_main .news_ul li a {
    display: flex;
}

.bg_main .news_ul li .img {
    position: relative;
    width: 200px;
    height: 150px;
    margin-right: 30px;
    overflow: hidden;
}

.bg_main .news_ul li .img img {
    width: 100%;
    height: 100%;
    display: block;
    transition: all .5s;
}

.bg_main .news_ul li .txt {
    flex: 1;
    overflow: hidden;
    padding-right: 20px;
}

.bg_main .news_ul li .txt h3 {
    font-size: 20px;
    line-height: 30px;
    font-weight: 300;
    margin-top: 5px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    transition: all .5s;
}

.bg_main .news_ul li .txt .hits {
    color: #999;
    font-size: 14px;
    line-height: 30px;
}

.bg_main .news_ul li .txt p {
    color: #b5b5b5;
    font-size: 14px;
    line-height: 28px;
    text-align: justify;
    transition: all .5s;
    height: 80px;
    overflow: hidden;
}

.bg_main .news_ul li .date {
    width: 80px;
    padding: 24px 0 24px 35px;
    font-size: 30px;
    line-height: 50px;
    color: #999;
    font-weight: 300;
    position: relative;
    text-align: center;
}

.bg_main .news_ul li .date:after {
    display: block;
    content: "";
    width: 1px;
    height: 100%;
    background: #f3f3f3;
    left: 10px;
    top: 0;
    position: absolute;
}

.bg_main .news_ul li .date span {
    display: block;
}

.bg_main .news_ul li:hover .img img {
    transform: scale(1.1);
}

.bg_main .news_ul li:hover .txt h3 {
    color: var(--colour1);
}

.bg_main .news_ul li:hover .txt p {
    color: #666;
}

.dowlist {
    padding-top: 30px;
}

.dowlist li {
    position: relative;
    color: #444;
    font-size: 16px;
    line-height: 70px;
    padding: 0 4px 0 60px;
    border-bottom: 1px solid #e7e7e7;
    transition: all .5s;
    cursor: pointer;
}

.dowlist li a {
    color: #444;
    padding: 0 15px;
}

.dowlist li h3 {
    display: inline-block;
}

.dowlist li h3 span {
    color: var(--colour1);
}

.dowlist li .num {
    position: absolute;
    left: 0;
    top: 0;
    width: 60px;
    height: 100%;
    text-align: center;
}

.dowlist li .num i {
    position: absolute;
    top: 50%;
    margin-top: -12px;
    left: 50%;
    margin-left: -12px;
    width: 24px;
    height: 24px;
    line-height: 24px;
    background: var(--colour1);
    border-radius: 5px;
    z-index: 10;
    color: #fff;
}

.dowlist li:hover {
    padding-left: 70px;
    background: #f9f9f9;
}

.detail {
    padding-top: 50px;
}

.detail .title {
    padding-bottom: 20px;
    border-bottom: 1px solid #f3f3f3;
    text-align: center;
    margin-bottom: 20px;
}

.detail .title h1 {
    font-size: 30px;
    font-weight: bold;
    padding-bottom: 15px;
}

.detail .title span {
    line-height: 18px;
    font-family: arial;
    color: #999;
    margin-right: 14px;
}

.detail .title span:last-child {
    margin-right: 0;
}

.detail .title i {
    width: 23px;
    height: 16px;
    background-position: -73px 0;
    margin-right: 10px;
}

.detail .title .i2 {
    background-position: -104px 0;
    margin-left: 30px;
}

.detail .context {
    color: #666;
    line-height: 30px;
    text-align: justify;
    padding-bottom: 25px;
}

.detail .context img {
    max-width: 1200px;
}

/* reLink*/
.reLink {
    height: 38px;
    line-height: 38px;
    border: 1px solid #e6e6e6;
    padding: 0 15px;
    margin-bottom: 50px;
    color: #666;
}

.reLink .nextLink,
.detail .reLink .prevLink {
    width: 50%;
}

.reLink .nextLink {
    text-align: right;
}

.reLink a {
    color: #666;
}

.reLink a:hover {
    color: var(--colour1);
}

/* pager*/
.pager {
    padding: 30px 0 30px;
    text-align: center;
    *zoom: 1;
    *padding: 40px 0 30px;
}

.pager:after {
    visibility: hidden;
    display: block;
    font-size: 0;
    content: " ";
    clear: both;
    height: 0;
}

.pager p {
    height: 26px;
    line-height: 26px;
    display: inline-block;
    *display: inline;
    *zoom: 1;
    display: none;
}

.pager ul {
    display: inline-block;
    *display: inline;
    *zoom: 1;
    overflow: hidden;
}

.pager ul li {
    float: left;
    margin: 0 5px;
    padding: 0 !important;
    height: auto !important;
    border: none !important;
}

.pager ul a {
    line-height: 30px;
    padding: 0 10px;
    transition: all ease 300ms;
    color: #000000;
    text-decoration: none;
    float: left;
    border: 1px solid #ddd;
}

.pager ul a.current,
.pager ul a:hover {
    color: #fff;
    border: 1px solid #0a408a;
    background: #0a408a;
}

.contact .box1 {
    line-height: 18px;
    padding: 48px 0 0px;
    overflow: hidden;
}

.contact .box1 ul {
    width: 125%;
}

.contact .box1 li {
    float: left;
    width: 230px;
    margin-right: 250px;
}

.contact .box1 li i {
    width: 56px;
    height: 56px;
    background-position: -142px 0;
    float: left;
}

.contact .box1 li b {
    font-size: 18px;
    font-family: arial;
    font-weight: 100;
}

.contact .box1 li td {
    vertical-align: middle;
    height: 56px;
    padding-left: 5px;
}

.contact .box1 .l2 i {
    background-position: -204px 0;
}

.contact .box1 .l3 i {
    background-position: -267px 0;
}

.contact .box2 {
    margin-bottom: 75px;
}

.contact .box2 #map1_container,
.contact .box2 #allmap1 {
    width: 100%;
    height: 400px;
}

.contact .box3 h1 {
    font-size: 36px;
    padding-bottom: 15px;
    text-align: center;
}

.contact .box3 p {
    font-size: 16px;
    color: #828282;
    line-height: 24px;
    padding-bottom: 46px;
    text-align: center;
}

.contact .box3 b {
    color: var(--colour1);
}

.formData {
    padding-bottom: 20px;
}

.formData .item {
    float: left;
    color: #999;
    font-weight: normal;
    width: 560px;
    height: 50px;
    line-height: 50px;
    border: 1px solid #e4e4e4;
    margin-right: 76px;
    margin-bottom: 30px;
    border-radius: 5px;
    position: relative;
    box-sizing: border-box;
    transition: all .5s;
}

.formData .item:hover {
    color: #495057;
    background: #fff;
    border-color: var(--colour1);
    outline: 0;
    box-shadow: 0 0 0 2px var(--colour3);
}

.formData .item label {
    padding-left: 15px;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 11;
    text-align: center;
    display: block;
    margin: 0;
    height: 48px;
    line-height: 48px;
    font-size: 18px;
    color: #666;
}

.formData .item input {
    outline: none;
    line-height: 38px;
    height: 38px;
    font-size: 18px;
}

.formData .item .txt {
    width: 100%;
    height: 48px;
    line-height: 48px;
    display: block;
    background: none;
    padding-left: 70px;
    border: 0 none;
    color: #666;
    box-sizing: border-box;
}

.formData .item .red {
    position: absolute;
    right: 15px;
    top: 0;
    color: #ff0000;
    z-index: 11;
}

.formData .item.mr0 {
    margin-right: 0;
}

.formData .msg-box {
    position: absolute;
    left: 0;
    top: 0px;
}


.formData .liuyan {
    width: 1198px;
    height: 240px;
    border: 1px solid #e5e5e5;
    float: left;
}

.formData .liuyan label {
    text-align: right;
    display: block;
    top: 4px;
}

.formData .liuyan textarea {
    width: 100%;
    height: 100%;
    line-height: 35px;
    padding: 12px 10px;
    text-indent: 100px;
    font-size: 18px;
    font-family: "microsoft yahei";
    color: #666;
    border: 0 none;
    overflow: hidden;
    background: none;
    resize: none;
    display: block;
    outline: none;
    box-sizing: border-box;
}

.formData .bot {
    width: 100%;
}

.formData .sub {
    width: 232px;
    line-height: 46px;
    border: 2px solid var(--colour1);
    margin-right: 2px;
    text-align: center;
    background: var(--colour1);
    color: #FFF;
    cursor: pointer;
    font-size: 18px;
    display: block;
    outline: none;
    transition: all .5s;
}

.formData .sub:hover {
    background: none;
    color: var(--colour1);
}

.formData .yzm {
    width: 432px;
}

.formData .yzm .txt {
    padding-left: 80px;
}

.formData .yzm img {
    position: absolute;
    right: 3px;
    top: 3px;
    border: 0px;
    display: block;
}

.about .box1 {
    padding-top: 105px;
    padding-bottom: 100px;
    overflow: hidden;
}

.box1_add {
    padding: 70px 0;
}

.about .box1 .fl {
    padding-top: 32px;
}

.about .box1 .fl h1 {
    font-size: 80px;
    text-transform: uppercase;
    font-family: arial;
    line-height: 80px;
}

.about .box1 .fl p {
    font-size: 24px;
    padding-bottom: 88px;
}

.about .box1 .fl i {
    width: 54px;
    height: 54px;
    background-position: 0 -99px;
    cursor: pointer;
    position: relative;
    display: block;
    float: left;
}

.about .box1 .fl i img {
    position: absolute;
    left: 20px;
    bottom: 56px;
    width: 0px;
    height: 0px;
    opacity: 0;
    filter: alpha(opacity=0);
    transition: ease-in-out .2s;
}

.about .box1 .fl i:hover img {
    filter: alpha(opacity=100);
    opacity: 1;
    left: 0;
    height: 80px;
    width: 80px;
}

.about .box1 .fl .i2 {
    background-position: -58px -99px;
    margin-left: 20px;
}

.about .box1 .fr {
    width: 611px;
}

.about .box1 .fr h1 {
    font-size: 24px;
    font-weight: 100;
}

.about .box1 .fr span {
    display: block;
    background: #b0b0b0;
    width: 20px;
    height: 2px;
    margin: 13px 0 24px;
}

.about .box1 .fr h2 {
    font-size: 18px;
}

.about .box1 .fr p {
    line-height: 30px;
    padding-top: 12px;
}

.about .box1 .fr i {
    width: 54px;
    height: 54px;
    background-position: -59px -35px;
    margin-top: 35px;
    transition: ease-in-out .2s;
}

.about .box1 .fr a:hover {
    cursor: pointer;
}

.about .box1 .fr a:hover i {
    margin-left: 15px;
}

.about .bg_20 {
    height: 20px;
    width: 100%;
    background: #eaeaea;
}

.about .box2 {
    padding-bottom: 94px;
}

.about .box2 .con {
    margin-top: 40px;
}

.about .box2 .con .fl {
    width: 410px;
    height: 428px;
    overflow: hidden;
}

.about .box2 .con .fl img {
    width: 410px;
    height: 428px;
}

.about .box2 .con .fr .img {
    width: 380px;
    height: 214px;
    overflow: hidden;
    display: block;
}

.about .box2 .con .fr .img img {
    width: 380px;
    height: 214px;
    transition: .9s;
}

.about .box2 .con .fr .p {
    display: block;
    padding-left: 20px;
    width: 360px;
    height: 214px;
}

.about .box2 .con .fr .p h1 {
    font-size: 24px;
    line-height: 60px;
    font-weight: 100;
}

.about .box2 .con .fr .p i {
    width: 54px;
    height: 54px;
    background-position: -59px -35px;
    margin-top: 35px;
    transition: ease-in-out .2s;
}

.about .box2 .con .fr li:hover {
    cursor: pointer;
}

.about .box2 .con .fr li:hover h1,
.about .box2 .con .fr li:hover p {
    color: #333;
}

.about .box2 .con .fr li:hover i {
    margin-left: 15px;
}

.about .box2 .con .fr li {
    float: left;
}

.about .box2 .con .fr li:hover img {
    transform: scale(1.1);
    -webkit-transform: scale(1.1);
}

.about .box3 {
    width: 100%;
    height: 457px;
    padding-top: 93px;
}

.about .box3 .core-1200 {
    overflow: hidden;
}

.about .box3 .fl {
    width: 500px;
}

.about .box3 .fl h1 {
    font-size: 36px;
    color: #fff;
    font-weight: 100;
    padding-bottom: 25px;
}

.about .box3 .fl span {
    display: block;
    width: 40px;
    height: 2px;
    background: #ffd200;
    margin-bottom: 25px;
}

.about .box3 .fl p {
    color: #fff;
    line-height: 24px;
}

.about .box3 .fl i {
    width: 54px;
    height: 54px;
    cursor: pointer;
    background-position: 0px -35px;
    margin-top: 35px;
    transition: ease-in-out .2s;
}

.about .box3 .fl a:hover i {
    margin-left: 15px;
}

.about .box3 .fr .picScroll-left {
    overflow: hidden;
    position: relative;
    margin-top: 68px;
    height: 225px;
    width: 620px;
}

.about .box3 .fr .picScroll-left .hd {
    overflow: hidden;
}

.about .box3 .fr .picScroll-left .hd .prev,
.about .box3 .fr .picScroll-left .hd .next {
    display: block;
    left: 0;
    top: 50%;
    margin-top: -36px;
    width: 30px;
    height: 72px;
    position: absolute;
    z-index: 10;
    background-position: -133px -67px;
    cursor: pointer;
    display: none;
}

.about .box3 .fr .picScroll-left .hd .next {
    left: auto;
    right: 0;
    background-position: -164px -67px;
}

.about .box3 .fr .picScroll-left:hover .hd .prev,
.about .box3 .fr .picScroll-left:hover .hd .next {
    display: block;
}

.about .box3 .fr .picScroll-left .hd ul {
    float: right;
    overflow: hidden;
    margin-top: 10px;
    zoom: 1;
}

.about .box3 .fr .picScroll-left .hd ul li {
    float: left;
    width: 9px;
    height: 9px;
    overflow: hidden;
    margin-right: 5px;
    text-indent: -999px;
    cursor: pointer;
}

.about .box3 .fr .picScroll-left .hd ul li.on {
    background-position: 0 0;
}

.about .box3 .fr .picScroll-left .bd ul {
    overflow: hidden;
    zoom: 1;
}

.about .box3 .fr .picScroll-left .bd ul li {
    margin-right: 20px;
    float: left;
    _display: inline;
    overflow: hidden;
    text-align: center;
}

.about .box3 .fr .picScroll-left .bd ul li img {
    width: 300px;
    height: 225px;
}

.bg_top {
    height: 50px;
    background: #eaeaea;
    width: 100%;
}

.showPro {
    padding-top: 50px;
}

.showPro .reLink {
    margin-bottom: 0;
}

.showPro .showContxt {
    padding: 30px 0 35px;
    color: #666;
    font-size: 14px;
    line-height: 30px;
    text-align: justify;
}

.showPro .showContxt img {
    max-width: 100%;
    height: auto !important;
}

.showPro .showimgCon {
    padding: 0 0 30px;
    font-size: 16px;
    line-height: 32px;
}

.showPro .showimgCon .txtcon {
    width: 720px;
    height: 423px;
    float: right;
    position: relative;
}

.showPro .showimgCon .txtcon .tit {
    position: relative;
    font-size: 20px;
    margin-bottom: 15px;
    color: var(--colour1);
    font-weight: bold;
    line-height: 24px;
    padding-bottom: 14px;
    border-bottom: 1px solid #dddddd;
    padding-right: 60px;
}

.showPro .showimgCon .txtcon .tit .goBack {
    position: absolute;
    right: 0;
    top: 0;
    color: #999999;
    font-size: 14px;
    display: block;
    font-weight: normal;
    cursor: pointer;
}

.showPro .showimgCon .txtcon .tit .goBack s {
    width: 20px;
    height: 20px;
    background-position: -440px -62px;
    margin-left: 6px;
}

.showPro .showimgCon .txtcon .tit .goBack:hover {
    color: #047fcc;
}

.showPro .showimgCon .txtcon .txt {
    font-size: 14px;
    line-height: 28px;
    color: #666;
    text-align: justify;
}

.showPro .showimgCon .txtcon .txt .item {
    margin-bottom: 7px;
    max-height: 144px;
    overflow: hidden;
}

.showPro .showimgCon .txtcon .tel-btn {
    width: 100%;
    position: absolute;
    left: 0;
    bottom: 0;
    border-top: 1px solid #ddd;
    padding-top: 40px;
}

.showPro .showimgCon .txtcon .tel-btn .btn {
    width: 118px;
    float: right;
    height: 40px;
    line-height: 40px;
    margin-top: 5px;
    font-size: 20px;
    text-align: center;
    color: #fff;
    cursor: pointer;
    background: var(--colour1);
}

.showPro .showimgCon .txtcon .tel-btn .btn:hover {
    background: #333;
}

.showPro .showimgCon .txtcon .tel-btn .tel {
    width: 280px;
    float: left;
}

.showPro .showimgCon .txtcon .tel-btn .tel span,
.showPro .showimgCon .txtcon .tel-btn .tel strong {
    display: block;
    color: #666;
}

.showPro .showimgCon .txtcon .tel-btn .tel s {
    width: 42px;
    height: 42px;
    display: block;
    float: left;
    margin-right: 6px;
    margin-top: 4px;
    background-position: -15px bottom;
}

.showPro .showimgCon .txtcon .tel-btn .tel span {
    font-size: 16px;
    line-height: 20px;
}

.showPro .showimgCon .txtcon .tel-btn .tel strong {
    color: var(--colour1);
    font-size: 28px;
    line-height: 28px;
}

.showPro .showimg {
    width: 442px;
    position: relative;
    float: left;
    overflow: hidden;
}

.showPro .showimg .bigimg {
    width: 440px;
    height: 332px;
    display: block;
    position: relative;
    border: 1px solid #dddddd;
}

.showPro .showimg .bigimg .list {
    width: 5000%;
}

.showPro .showimg .bigimg .list li {
    width: 440px;
    height: 332px;
    float: left;
    border: 0;
    margin-right: 1px;
}

.showPro .showimg .bigimg .list img {
    width: 100%;
    height: 100%;
    display: block;
    transition: all ease 300ms;
}

.showPro .showimg .smallimg {
    width: 440px;
    height: 76px;
    position: relative;
    padding-top: 30px;
    z-index: 10;
    overflow: hidden;
}

.showPro .showimg .list {
    width: 357px;
    overflow: hidden;
    position: relative;
    margin: 0 auto;
}

.showPro .showimg .listcon {
    width: 600% !important;
    position: relative;
}

.showPro .showimg .prev,
.showPro .showimg .next {
    width: 20px;
    height: 76px;
    z-index: 10;
    position: absolute;
    top: 30px;
    cursor: pointer;
    background: #f9f9f9 url(../image/show-btn-ico.png) no-repeat 0 center;
    -webkit-transition: all .3s ease-in-out 0s;
    -moz-transition: all .3s ease-in-out 0s;
    transition: all .3s ease-in-out 0s;
}

.showPro .showimg .prev:hover,
.showPro .showimg .next:hover {
    background-color: #f9f9f9;
}

.showPro .showimg .prev {
    left: 0;
    background-position: 3px center;
}

.showPro .showimg .next {
    right: 0;
    background-position: -84px center;
}

.showPro .showimg li {
    width: 94px;
    height: 70px;
    margin-right: 28px;
    float: left;
    cursor: pointer;
    position: relative;
    border: 3px solid #fff;
    transition: all .5s;
}

.showPro .showimg li img {
    width: 100%;
    height: 100%;
    display: block;
}

.showPro .showimg li.on {
    width: 94px;
    height: 70px;
    border: 3px solid var(--colour1);
}

.relateTit {
    height: 58px;
    line-height: 58px;
    border-bottom: 1px solid #e4e4e4;
    margin: 0 auto;
    width: 1200px;
}

.relateTit h3 {
    font-size: 18px;
    display: inline-block;
    *display: inline;
    *zoom: 1;
    position: relative;
}

.relateTit h3 .line {
    width: 100%;
    height: 2px;
    display: block;
    position: absolute;
    left: 0;
    bottom: -1px;
    background: var(--colour1);
}

#ie {
    position: fixed;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 9999;
    background: #00aeff;
}

#ie p {
    position: absolute;
    top: 50%;
    margin-top: -60px;
    left: 50%;
    margin-left: -540px;
    width: 1080px;
    color: #fff;
    font-size: 20px;
    line-height: 2;
    text-align: center;
}

/* 新增 */
.nybanner {
    position: relative;
    height: 400px;
    overflow: hidden;
    background-position: center;
    background-repeat: no-repeat;
    background-image: url(../image/nybanner.jpg);
}

.nybanner .w1200 {
    height: 100%;
    padding-left: 120px;
    position: relative;
    box-sizing: border-box;
}

.nybanner .title {
    color: #fff;
    font-size: 46px;
    line-height: 60px;
    font-weight: 600;
    padding-top: 120px;
    text-shadow: 0 2px 3px rgb(0 0 0 / 50%);
}

.nybanner .title p {
    color: #fff;
    font-size: 18px;
    line-height: 27px;
    margin-top: 5px;
    font-weight: 300;
}

.nybanner .position {
    position: absolute;
    bottom: -1px;
    left: 0;
    right: 0;
    height: 30px;
    padding: 5px 20px;
    background: rgba(255, 255, 255, .8);
    border-radius: 4px 4px 0 0;
    box-shadow: 0px 0px 30px rgba(0, 0, 0, 0.1);
}

.case li .img1 {
    width: 100%;

    img {
        width: 100%;
        height: 500px;
        display: block;
        border: 1px solid #eaeaea;
        border-bottom: none;
        overflow: hidden;
        box-sizing: border-box;
    }

}

.clearfix:before,
.clearfix:after {
    visibility: hidden;
    display: block;
    font-size: 0;
    content: ".";
    clear: both;
    height: 0;
}

.liucheng li {
    width: 16.666%;
    float: left;
    padding: 0px 1% 2% 1%;
    box-sizing: border-box;
    list-style-type: none;
}

.liucheng li a {
    width: 100%;
    display: inline-block;
    border-radius: 15px;
    transition: all ease-out 0.2s;
    background-color: #f6f6f6;
    padding: 15px 3% 25px 3%;
    color: #333;
    font-size: 14px;
    text-align: center;
    position: relative;
    box-sizing: border-box;
    cursor: pointer;
}

.liucheng li .img {
    width: 100%;
    padding-bottom: 8px;
}

.liucheng li .img img {
    width: 40px;
    height: 40px;
    vertical-align: middle;
}

.liucheng li:nth-child(2n-1) h3 {
    color: var(--colour1);
}

.liucheng li h3 {
    color: var(--colour1);
    font-size: 20px;
    line-height: 35px;
    height: 35px;
    overflow: hidden;
}

.liucheng li p {
    line-height: 20px;
    height: 60px;
    margin-top: 12px;
    overflow: hidden;
    text-align: center;
}

.liucheng li:nth-child(2n-1) span {
    background: var(--colour1);
}

.liucheng li span {
    position: absolute;
    bottom: -5px;
    left: 50%;
    margin-left: -34%;
    width: 68%;
    color: #fff;
    font-size: 16px;
    line-height: 43px;
    background: var(--colour1);
    border-radius: 20px 20px 0 0;
}

.context p {
    line-height: 3em;
}

.context p span {
    font-family: 微软雅黑, "&quot;Microsoft YaHei&quot";
    font-size: 14px;
}

.context p span strong span {
    font-family: 微软雅黑, "Microsoft YaHei";
    font-size: 18px;
    color: var(--colour1);
}

.context h3 {
    color: #000;
    font-size: 20px;
    font-weight: 600;
}

.context p b {
    color: #000;
    font-size: 16px;
    font-weight: 600;
}

.bz_news table th {
    text-align: center;
    font-size: 20px;
    font-weight: 600;
    height: 50px;
    line-height: 50px;
    width: 200px;
}
.bz_news table tr{
    border: 1px solid #eaeaea;
}
.bz_news table td{
    text-align: center;
    font-size: 16px;
    max-width: 150px;
    height: 45px;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}
.bz_news table .td1{
    text-align: center;
    font-size: 16px;
    max-width: 600px;
    height: 45px;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}
.bz_news table td:hover,.bz_news table .td1:hover{
    color: var(--colour1);
}
