main { overflow: hidden; zoom: 1 }

/*search*/
.search-box { position: relative; width: 100%; padding: 250px 0 120px; background-color: #4a84c3; background-image: linear-gradient(180deg, #4a84c3, #f6f6f6); background: url(../images/search_bg.jpg) top center no-repeat; background-size: cover }
.search-box:before { content: ""; position: absolute; left: 0; right: 0; top: 0; bottom: 0; width: 100%; height: 100%; background-color: rgba(0, 0, 0, .15) }
.search-box .container { position: relative; z-index: 2 }
.search-flex { max-width: 750px; margin: 0 auto; justify-content: center }
.search-flex h3 { font-size: 1.75rem; color: #fff }
.search-hull { display: flex; align-items: center; width: 100%; height: 48px; margin-top: 20px; padding-left: 10px; border-radius: 10px; background-color: #fff }
.search-hull::before { content: "\e63f"; font-family: "iconfont" !important; font-size: 21px; font-style: normal; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; color: rgba(102, 102, 102, 0.58) }
.search-hull .search-text { flex: 1; width: 100%; height: 100%; padding: 0 10px; font-size: 14px; color: #333; border: 0; outline: 0 }
.search-hull .search-btn { cursor: pointer; border: 0; outline: 0; height: 48px; width: 90px; min-width: 90px; border-radius: 0 10px 10px 0; background-color: #4a84c3; color: #fff; text-align: center; font-size: 16px }
.search-hull .search-btn:hover { color: #fff; background: #276db1 }
.search-flex a { display: inline-block; margin-top: 15px; font-size: 18px; line-height: 46px; color: #fff }
.search-flex a i { font-size: 24px; vertical-align: middle; margin-right: 5px }

/*title*/
.title h2 { position: relative; text-align: center; font-weight: 700; font-size: 28px; color: #434343 }
.title h2:after, .title h2:before { content: ""; position: absolute; top: 50%; transform: translateY(-50%) }
.title h2:after, .title h2:before { background: url(../images/title-right.png) no-repeat 0; background-size: 77px 7px; width: 77px; height: 100%; margin-left: 20px }
.title h2:before { background-image: url(../images/title-left.png); transform: translate(-100%, -50%); margin-left: -20px }

/*tools*/
.tools { padding: 4rem 0; background-color: #f6f8fa }
.tools a { display: flex; justify-content: center; align-items: center; width: 100%; padding: 25px 0; border-radius: 10px; background: #fff; box-shadow: 0 2px 12px #e1edff, 0 4px 10px rgba(82, 99, 115, 0.15); transition: background .1s ease-out 0s }
.tools a i.iconfont { display: flex; align-items: center; justify-content: center; width: 50px; height: 50px; border-radius: 100%; margin-right: 12px; background-color: #4a84c3; font-size: 32px; color: #fff }
.tools a i.icon-tan::before { content: ""; width: 100%; height: 100%; background: url(../images/icon_tan.png) center no-repeat; background-size: 58% }
.tools a:hover { color: #fff; background: #4a84c3; box-shadow: 0 15px 30px 0 rgba(0, 0, 0, .08) }
.tools a:hover i.iconfont { color: #4a84c3; background-color: #fff }
.tools a:hover i.icon-tan::before { background: url(../images/icon_tan_hover.png) center no-repeat; background-size: 58% }

/*pro*/
.pro li { margin-top: .75rem; margin-bottom: .75rem }
.pro li a { display: block; color: #666; border-radius: 10px; overflow: hidden; box-shadow: 0 0 8px rgb(0 0 0 / 10%) }
.pro li a figure { position: relative; width: 100%; height: 100px; margin: 0; overflow: hidden }
.pro li a figure img { display: inline-block; width: 100%; height: 100px; -webkit-transform: translate3d(0, 0, 0); transform: translate3d(0, 0, 0); transition: .42s ease }
.pro li a { text-decoration: none }
.pro li a span { display: block; padding: .75rem .5rem; margin-bottom: 0 !important; line-height: 24px; text-align: center; font-size: 16px; color: #fff; background: #4a84c3; overflow: hidden; white-space: nowrap; text-overflow: ellipsis }
.pro li a:hover { box-shadow: 0 15px 30px 0 rgba(0, 0, 0, .08) }
.pro li a:hover figure img { transform: scale3d(1.1, 1.1, 1) }
.pro li a:hover span { background: #276db1 }

/*news*/
.newsbox { padding-top: 100px; padding-bottom: 66px }
.newsbox .container { max-width: 1460px }
.newsbox .swiper { padding-left: 30px; padding-right: 30px }
.newslist .item { padding-bottom: 20px; min-width: 0; border-radius: 10px; background-color: #f6f8fa; -webkit-transition: all .4s ease; -moz-transition: all .4s ease; transition: all .4s ease; overflow: hidden }
.newslist .item:hover { -webkit-box-shadow: 0 30px 60px 0 rgba(0, 0, 0, .08); box-shadow: 0 15px 30px 0 rgba(0, 0, 0, .08); background: #fff }
.newslist .item a { display: block }
.newslist .item>a figure { position: relative; width: 100%; height: 220px; margin: 0; overflow: hidden }
.newslist .item>a figure img { display: inline-block; width: 100%; height: 100%; -webkit-transform: translate3d(0, 0, 0); transform: translate3d(0, 0, 0); -webkit-transition: all .4s ease; -moz-transition: all .4s ease; transition: all .4s ease }
.newslist .item>a figure:hover img { transform: scale3d(1.1, 1.1, 1) }
.newslist .item>a figure time.date { position: absolute; color: #fff; top: 25px; right: 25px; font-size: 26px; line-height: 1; display: flex; flex-direction: column; align-items: center; justify-content: center; font-family: "tel" }
.newslist .item>a figure time.date em { margin-top: 2px; font-size: 14px; font-style: initial }
.newslist .item>a h3.tit { margin-top: 20px; padding: 0 25px; font-size: 18px; color: #333 }
.newslist .item .info { margin-top: 16px; padding: 0 25px }
.newslist .item .tags a { font-size: 14px; color: rgba(51, 51, 51, .702); line-height: 20px; display: inline-block; margin-right: 26px; position: relative }
.newslist .item .tags a:before { background-color: rgba(0, 0, 0, .5); width: 1px; height: 11px; -webkit-transform: rotate(30deg); -moz-transform: rotate(30deg); transform: rotate(30deg); content: ""; position: absolute; right: -15px; top: 5px }
.newslist .item .tags a:last-child:before { display: none }
.newslist .item .more { margin-top: 30px; display: flex; align-items: center; font-family: "tel" }
.newslist .item:hover .more { color: #4a84c3 }
.newslist .item .more span { display: inline-block; width: 9px; height: 9px; margin-left: 6px; margin-top: 3px; position: relative; overflow: hidden }
.newslist .item .more svg.icon_svg { -webkit-transition: -webkit-transform .5s cubic-bezier(.16, 1, .3, 1); transition: -webkit-transform .5s cubic-bezier(.16, 1, .3, 1); -moz-transition: transform .5s cubic-bezier(.16, 1, .3, 1), -moz-transform .5s cubic-bezier(.16, 1, .3, 1); transition: transform .5s cubic-bezier(.16, 1, .3, 1); transition: transform .5s cubic-bezier(.16, 1, .3, 1), -webkit-transform .5s cubic-bezier(.16, 1, .3, 1), -moz-transform .5s cubic-bezier(.16, 1, .3, 1); width: 9px; height: 9px; position: absolute; left: 0; top: 0 }
.newslist .item .more svg.icon_svg.hover { -webkit-transform: translate(-100%, 100%); -moz-transform: translate(-100%, 100%); transform: translate(-100%, 100%) }
.newslist .item:hover .more svg.icon_svg.default { -webkit-transform: translate(100%, -100%); -moz-transform: translate(100%, -100%); transform: translate(100%, -100%) }
.newslist .item:hover .more svg.icon_svg.hover { -webkit-transition-delay: .2s; -moz-transition-delay: .2s; transition-delay: .2s; -webkit-transform: translate(0); -moz-transform: translate(0); transform: translate(0); fill: #4a84c3 }
.newslist-switch { display: flex; justify-content: center; margin-top: 30px }
.newslist-switch .newslist-prev, .newslist-switch .newslist-next { display: block; width: 32px; height: 44px; margin: 0 20px; background: url(../images/icon-left-small.png) no-repeat center/18px auto; zoom: 1; cursor: pointer; outline: none; -webkit-animation: rubber 1.25s infinite; animation: rubber 1.25s infinite; transition: all .3s ease-out 0s }
.newslist-switch .newslist-next { background-image: url(../images/icon-right-small.png) }
.newslist-switch .newslist-prev.swiper-button-disabled, .newslist-switch .newslist-next.swiper-button-disabled { pointer-events: none; animation: none }
.newslist-switch .newslist-prev:hover { background: url(../images/icon-left-small-hover.png) no-repeat center/24px auto }
.newslist-switch .newslist-next:hover { background: url(../images/icon-right-small-hover.png) no-repeat center/24px auto }
@-webkit-keyframes rubber {
    0% { -webkit-transform: scale3d(1, 1, 1); transform: scale3d(1, 1, 1) }
    30% { -webkit-transform: scale3d(1.25, .75, 1); transform: scale3d(1.25, .75, 1) }
    40% { -webkit-transform: scale3d(.75, 1.25, 1); transform: scale3d(.75, 1.25, 1) }
    50% { -webkit-transform: scale3d(1.15, .85, 1); transform: scale3d(1.15, .85, 1) }
    65% { -webkit-transform: scale3d(.95, 1.05, 1); transform: scale3d(.95, 1.05, 1) }
    75% { -webkit-transform: scale3d(1.05, .95, 1); transform: scale3d(1.05, .95, 1) }
    to { -webkit-transform: scale3d(1, 1, 1); transform: scale3d(1, 1, 1) }
}
@keyframes rubber {
    0% { -webkit-transform: scale3d(1, 1, 1); transform: scale3d(1, 1, 1) }
    30% { -webkit-transform: scale3d(1.25, .75, 1); transform: scale3d(1.25, .75, 1) }
    40% { -webkit-transform: scale3d(.75, 1.25, 1); transform: scale3d(.75, 1.25, 1) }
    50% { -webkit-transform: scale3d(1.15, .85, 1); transform: scale3d(1.15, .85, 1) }
    65% { -webkit-transform: scale3d(.95, 1.05, 1); transform: scale3d(.95, 1.05, 1) }
    75% { -webkit-transform: scale3d(1.05, .95, 1); transform: scale3d(1.05, .95, 1) }
    to { -webkit-transform: scale3d(1, 1, 1); transform: scale3d(1, 1, 1) }
}

/*service*/
.service { position: relative; padding-top: 46px; padding-bottom: 46px; text-align: center; background: linear-gradient(180deg, #4a84c3, #276db1) }
.service .title { position: relative; z-index: 1 }
.service .title h3 { margin-bottom: 8px; line-height: 1; font-weight: 500; font-size: 30px; color: #fff }
.service .title p { line-height: 1.7; color: #fff }
.service a.more { position: relative; z-index: 1; width: 220px; margin-top: 40px; display: inline-block; height: 40px; line-height: 40px; text-align: center; border-color: #2b62f1; color: #4e342e; font-size: 14px; letter-spacing: 1px; transition: .3s; overflow: hidden; background: linear-gradient(90deg, #ffcf87, #ffbc76); border-radius: 4px }
.service a.more:hover { background: linear-gradient(90deg, #fec672, #f6ad61); color: #4e342e }

/*grid*/
@media only screen and (max-width:1400px){}
@media only screen and (max-width:1200px){}
@media only screen and (max-width:992px){
    .tools { padding: 3.2rem 0 }
    .tools li { flex: 0 0 33.33333%; max-width: 33.33333%; margin-bottom: 15px }
    .pro li { flex: 0 0 50%; max-width: 50% }
    .newsbox .swiper { padding-left: 0px; padding-right: 0px }
}
@media only screen and (max-width:768px){
}
@media only screen and (max-width:576px){
    .tools { padding: 2.5rem 0 }
    .tools li { flex: 0 0 50%; max-width: 50%; margin-bottom: 15px }
    .tools li:last-child { margin-bottom: 0 }
    .tools li a { padding: 16px 0 }
    .tools li a i.iconfont { width: 42px; height: 42px; font-size: 26px }
    .pro li { flex: 0 0 50%; max-width: 50%; margin-top: 0.5rem; margin-bottom: 0.5rem }
    .pro li a figure { height: 80px }
    .pro li a figure img { height: 80px }
    .pro li a span { padding: 0.25rem; font-size: 14px }
    .newsbox { padding-top: 60px; padding-bottom: 36px }
    .service { display: none }
}