* {
    margin: 0;
    padding: 0;
}

html,
body {
    width: 100%;
    height: 100%;
    /* overflow-x: hidden; */
}

body {
    min-width: 301px;
    overflow:-Scroll;
    overflow-x:hidden
}
i {
    font-style: normal;
    font-family: iconfont;
}

li {
    list-style: none;
}

a {
    text-decoration: none !important;
    color: black;
}

ul {
    margin: 0;
}

span i:nth-child(2) {
    position: absolute;
    transform: rotate(45deg);
    top: -18px;
    right: -5px;
    transition: all 0.3s;
}

.nav-top {
    position: relative;
    z-index: 10;
}

.nav-height {
    width: 100%;
    background-color: black;
    color: white;
}

.nav-top .nav-height li {
    float: left;
    font-size: 12px;
    height: 30px;
    line-height: 30px;
}

.nav-height li:nth-child(2) {
    float: right;
}

.nav-height .clearfix li a {
    color: white;
}

.nav-height li i {
    display: inline-block;
    margin: 0 5px;
    transform: rotate(0);
    height: 13.6px;
    line-height: 13.6px;
}

.nav-height li:nth-child(2) span i {
    position: static;
}

.nav-height li:nth-child(2) span:nth-child(2) {
    display: inline-block;
    height: 30px;
    padding-left: 5px;
    border-left: 1px solid white;
}

.nav-height li:nth-child(2) span:nth-child(2) i {
    transform: rotate(0);
}

.nav-top .one {
    display: none;
}

.nav-top .one .row {
    font-size: 14px;
    padding: 25px 0;
}

.nav-top .one .row li {
    padding: 0 25px;
}

.nav-top .one .row li h3 {
    font-size: 16px;
    font-weight: bolder;
}

.nav-top .one .row li:nth-child(1) :nth-child(n) {
    cursor: default;
}

.nav-top .one .row li h3 a {
    color: #f66f6a;
}

.nav-top .one .row li h3 a i {
    display: inline-block;
    transform: rotateZ(-90deg) translate(0, 15px);
    transition: all 0.2s;
}

.nav-top .one .row li:hover h3 a i {
    transform: rotateZ(-90deg) translate(0, 20px);
}

.nav-top .two {
    padding: 40px 0;
    display: none;
}

.nav-top .two li {
    width: 20%;
    float: left;
    padding-top: 20px;
}

.nav-top .two li a {
    text-decoration: underline !important;
}

header {
    width: 100%;
    height: 75px;
    position: relative;
    z-index: 15;
    background-color: white;
}

header .header-b {
    width: 100%;
    height: 75px;
    box-shadow: 0 2px 4px 2px #aaaaaa;
    background-color: white;
}

header .container {
    position: relative;
    height: 100%;
}

header .logo {
    float: left;
}

header .logo img {
    width: 133px;
    margin: 20px 60px 0 0;
}

header .nav-con {
    float: left;
}

header .nav-con ul {
    float: left;
    transform-origin: left center;
    transition: all 0.3s;
}

header .nav-con li {
    float: left;
    padding: 13px 28px 13px 0;
    font-size: 18px;
    vertical-align: middle;
    font-weight: 400;
}

header .nav-con li:hover a i {
    display: inline-block;
    transform: rotate(180deg);
}

header .nav-con li a:hover {
    color: #f66f6a;
}

header .nav-con li a i {
    font-size: 25px;
    color: black;
}

header .nav-con i {
    font-size: 35px;
    vertical-align: middle;
}

header .nav-con ul:nth-child(2) {
    position: relative;
    padding-left: 30px;
}

header .nav-con ul:nth-child(2)::before {
    content: '';
    display: block;
    position: absolute;
    height: 70%;
    width: 1px;
    background-color: #aaaaaa;
    left: 0;
    top: 0;
    bottom: 0;
    margin: auto;
}

header .nav-con ul:nth-child(2) li {
    line-height: 50px;
}

header .nav-con ul:nth-child(2) li span {
    position: relative;
    right: -5px;
}

header .nav-con ul:nth-child(2) li span i {
    font-size: 20px;
    font-weight: 200;
    vertical-align: middle;
}

header .nav-con ul:nth-child(2) li:hover span i {
    color: #f66f6a;
}

header .nav-con li:hover span i:nth-child(2) {
    transform: rotate(45deg) translate(1px, -5px);
}

header .nav-con-more {
    position: relative;
    top: 1px;
    box-shadow: 0 3px 1px 1px #cccccc;
    width: 100%;
    /* display: none; */
}

header .nav-con-more .l-bg {
    position: absolute;
    left: 0;
    top: 0;
    width: 200px;
    height: 100%;
    background-color: #f5f5f5;
    z-index: -1;
}

header .nav-con-more .r-bg {
    position: absolute;
    right: 0;
    top: 0;
    width: 200px;
    height: 100%;
    background-color: #ebebeb;
    z-index: -1;
}

header .nav-con-more .a {
    width: 100%;
    background-color: #f5f5f5;
    display: none;
}

header .nav-con-more .a .a-l {
    float: left;
    background-color: #f5f5f5;
    padding: 50px 0;
    width: 80%;
    border-right: 1px solid #cccccc;
}

header .nav-con-more .a .a-l .img {
    float: left;
    position: relative;
    cursor: pointer;
}

header .nav-con-more .a .a-l .img p {
    position: absolute;
    right: -25px;
    bottom: -30px;
    width: 150px;
    height: 40px;
    line-height: 40px;
    background-color: #f66f6a;
    border-radius: 7px;
    text-align: center;
    font-size: 18px;
    color: white;
    font-weight: bolder;
}

header .nav-con-more .a .a-l .img p i {
    margin-left: 40px;
    display: inline-block;
    transform: rotate(-90deg);
    margin-right: -10px;
}

header .nav-con-more .a .a-l ul {
    float: left;
    width: 65%;

}

header .nav-con-more .a .a-l li {
    display: inline-block;
    text-align: center;
    margin: 20px 0;
}

header .nav-con-more .a .a-l li p i {
    font-size: 50px;
}

header .nav-con-more .a .a-l li span {
    position: relative;
    bottom: 12px;
    left: 0;
    right: 0;
    margin: auto;
    font-weight: bolder;
    font-size: 15px;
    cursor: pointer;
}

header .nav-con-more .a .a-l li span i {
    display: none;
}

header .nav-con-more .a .a-l li span i:nth-child(1) {
    position: absolute;
    right: -20px;
}

header .nav-con-more .a .a-l li span i:nth-child(2) {
    top: -6px;
    right: -24px;
}

header .nav-con-more .a .a-l li span:hover {
    color: #f66f6a;
}

header .nav-con-more .a .a-l li span:hover i {
    display: inline-block;
    color: black;
}

header .nav-con-more .a .a-l li:last-child p {
    border-radius: 50%;
    width: 70px;
    height: 70px;
    margin: 0 auto 10px;
    border: 1px solid #aaaaaa;
    line-height: 70px;
}

header .nav-con-more .a .a-l li:last-child p i {
    font-size: 20px;
}

header .nav-con-more .a .a-l .text {
    position: absolute;
    bottom: 25px;
    left: 330px;
    cursor: pointer;
}

header .nav-con-more .a .a-l .text a {
    color: #f66f6a;
}

header .nav-con-more .a .a-l .text span {
    position: relative;
}

header .nav-con-more .a .a-l .text span i {
    top: -7px;
    display: none;
}

header .nav-con-more .a .a-l .text:hover {
    text-decoration: underline;
}

header .nav-con-more .a .a-l .text:hover i {
    display: inline-block;
}

header .nav-con-more .a .a-r {
    padding: 50px 0;
    background-color: #ebebeb;
    float: left;
    width: 20%;
}

header .nav-con-more .a .a-r li {
    padding: 0 0 25px 20px;
}

header .nav-con-more .a .a-r li:hover {
    text-decoration: underline;
}

header .nav-con-more .a .a-r li:hover i {
    display: inline-block;
}

header .nav-con-more .a .a-r li:nth-child(1) {
    text-decoration: none;
}

header .nav-con-more .a .a-r li:last-child {
    margin-bottom: 52px;
}

header .nav-con-more .a .a-r li h4 {
    font-weight: bolder;
}

header .nav-con-more .a .a-r li span {
    position: relative;
}

header .nav-con-more .a .a-r li span i {
    top: -7px;
    display: none;
}

header .nav-con-more .a .a-r .text {
    position: absolute;
    bottom: 25px;
    padding-left: 20px;
}

header .nav-con-more .a .a-r .text span {
    position: relative;
}

header .nav-con-more .a .a-r .text span i {
    top: -7px;
    display: none;
}

header .nav-con-more .a .a-r .text a {
    color: #f66f6a;
}

header .nav-con-more .a .a-r .text:hover {
    text-decoration: underline;
}

header .nav-con-more .a .a-r .text:hover span i {
    display: inline-block;
}

header .nav-con-more .b {
    /* height: 100px; */
    display: none;

}

header .nav-con-more .b-top {
    text-align: center;
    background-color: #f5f5f5;
    border: 1px solid #aaaaaa;
    display: none;
}

header .nav-con-more .b-top>div {
    width: 100%;
    height: 2px;
}

header .nav-con-more .b-top span {
    display: inline-block;
    font-size: 20px;
    padding: 15px 10px;
    color: #aaaaaa;
    cursor: pointer;
}

header .nav-con-more .b-top span:hover {
    border-bottom: 3px solid #f66f6a;
}

header .nav-con-more .b-top span.active {
    border-bottom: 3px solid #f66f6a;
}

header .nav-con-more .b .box-l {
    width: 70%;
    border-right: 1px solid #cccccc;
    background-color: #f5f5f5;
    float: left;
}

header .nav-con-more .b .box-r {
    width: 30%;
    background-color: #ebebeb;
    float: right;
}

header .nav-con-more .b .box1 {
    /* display: none; */
}

header .nav-con-more .b .box dl {
    float: left;
    padding-top: 25px;
}

header .nav-con-more .b .box dd {
    margin-top: 20px;
    font-size: 16px;
}

header .nav-con-more .b .box dt {
    font-size: 20px;
    font-weight: bolder;
}

header .nav-con-more .b .box1 dl:nth-child(2) dd:nth-last-child(2) a {
    color: #f66f6a;
}

header .nav-con-more .b .box1 dd:last-child a {
    color: #f66f6a;
}

header .nav-con-more .b .box dd a {
    margin-right: 7px;
}

header .nav-con-more .b .box span {
    position: relative;
    display: none;
}

header .nav-con-more .b .box span i {
    top: -7px;
}

header .nav-con-more .b .box dd:hover {
    text-decoration: underline;
}

header .nav-con-more .b .box dd:hover span {
    display: inline;
}

header .nav-con-more .b .box .text {
    margin-top: 20px;
    margin-bottom: 70px;
    float: left;
}

header .nav-con-more .b .box .text a {
    color: #f66f6a;
}

header .nav-con-more .b .box .text:hover span {
    display: inline;
}

header .nav-con-more .b .box .box-r dl {
    padding: 35px 0 0 25px;
    float: none;
}

header .nav-con-more .b .box .box-r dl a {
    color: black;
}

header .nav-con-more .b .box .box-r .text {
    margin: 50px 0 30px 25px;
}

header .nav-con-more .b .box2 {
    display: none;
}

header .nav-con-more .b .box2 .text a {
    color: #f66f6a;
}

header .nav-con-more .b .box3 {
    display: none;
}

header .nav-con-more .b .box3 .img {
    margin-top: 40px;
    margin-right: 40px;
    float: left;
    text-align: center;
    font-size: 20px;
    cursor: pointer;
}

header .nav-con-more .b .box3 dd:last-child a {
    color: #f66f6a;
}

header .nav-con-more .b .box3 .img div:hover p {
    color: #f66f6a;
}

header .nav-con-more .b .box3 .text {
    margin-bottom: 10px;
}

header .nav-con-more .b .box3 .box-r .text {
    margin-bottom: 140px;
}

header .search-btn {
    float: right;
    margin: 20px 20px 0 0;
    cursor: pointer;
}

header .search-btn i {
    font-size: 30px;
    float: left;
}

header .search-box {
    height: 100%;
    float: right;
    padding-right: 100px;
    position: absolute;
    right: 0;
    transform: scale(0, 1);
    transform-origin: right center;
    transition: all 0.3s;
}

header .search-box .search-input {
    height: 48px;
    width: 400px;
    position: relative;
    top: 14px;
}

header .search-box .search-input input {
    height: 100%;
    width: 100%;
    padding: 0 50px 0 20px;
}

header .search-box .search-input i {
    position: absolute;
    right: 5px;
    font-size: 35px;
    cursor: pointer;
}

header .search-box .close {
    position: absolute;
    right: 5px;
    top: 0;
    bottom: 0;
    margin: auto;
    right: 5px;
    font-size: 35px;
    display: flex;
    align-items: center;
}

header .more {
    position: absolute;
    top: 0;
    right: 10px;
    width: 23px;
    margin-top: 28px;
    cursor: pointer;
    background: white;
}

header .more span {
    float: left;
    width: 100%;
    height: 1px;
    background-color: #aaaaaa;
    margin: 4px 0;
}

header .more .c {
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: white;
    font-size: 25px;
    z-index: -1;
}

.more-con {
    position: absolute;
    top: 0;
    left: 0;
    background-color: white;
    width: 100%;
    height: 100%;
    padding-top: 75px;
    display: none;
    overflow-y: auto;
    z-index: 10;
}

.more-con .more-con-t li {
    padding: 11px 15px;
    border: 1px solid #cccccc;
    cursor: pointer;
    font-size: 17px;
    position: relative;
}

.more-con .more-con-t li:nth-of-type(2n) {
    margin-bottom: 15px;
}

.more-con .more-con-t li:nth-of-type(5) {
    width: 95%;
    margin: auto;
    background-color: #f66f6a;
    text-align: center;
}

.more-con .more-con-t li:nth-of-type(-n+2) i {
    float: right;
}

.more-con .more-con-t li span {
    float: right;
    position: relative;
}

.more-con .more-con-t li span i {
    top: -4px;
}

.more-con .more-con-t li em {
    font-style: normal;
}

.more-con .more-con-t li:hover em {
    text-decoration: underline;
}

.more-con .more-con-t li:nth-of-type(5) {
    border-radius: 12px;
    height: 40px;
}

.more-con .more-con-t li:nth-of-type(5) a {
    color: white;
}

.more-con .more-con-t li:nth-of-type(5) a:hover {
    border-bottom: 1px solid white;
}

.more-con .more-con-t dl {
    display: none;
    margin: 0;
    height: auto;
}

.more-con .more-con-t dl:nth-of-type(2) {
    margin: -15px 0 15px;
}

.more-con .more-con-t dl dd {
    padding: 10px 25px;
    font-size: 20px;
    border: 1px solid #cccccc;
    cursor: pointer;
}

.more-con .more-con-t dl dd:last-of-type {
    cursor: default;
}

.more-con .more-con-t dl dd:hover {
    background-color: #f5f5f5;
}

.more-con .more-con-t dl dt {
    padding: 4px 15px;
    background-color: #ecebeb;
    ;
}

.more-con .more-con-t dl dd em {
    font-style: normal;
}

.more-con .more-con-t dl dd em+a {
    color: #f66f6a;
}

.more-con .more-con-b {
    position: fixed;
    bottom: 0;
    width: 100%;
    background-color: black;
    padding: 10px 15px;
    z-index: 2;
}

.more-con .more-con-b li {
    float: left;
    color: white;
}

.more-con .more-con-b li:nth-of-type(2) {
    float: right;
}

.more-con .more-con-b li a {
    color: white;
    margin: 0 5px;
}

.more-con .more-con-b li a:hover {
    text-decoration: underline !important;
}

.more-con .more-con-b li i {
    display: inline-block;
    transform: rotate(180deg);
}

.more-con .more-b-con {
    position: absolute;
    top: 75px;
    background-color: white;
    width: 100%;
    z-index: 1;
}

.more-con .more-b-con dl:nth-child(1) {
    display: none;
}

.more-con .more-b-con dl:nth-child(1) dd {
    padding: 15px;
    border: 1px solid #cccccc;
}

.more-con .more-b-con dd h3 {
    font-size: 14px;
    cursor: pointer;
    font-weight: bolder;
    margin: 0;
}

.more-con .more-b-con dd p {
    margin: 10px 0 0;
    width: 60%;
}

.more-con .more-b-con dd:nth-child(1) h3:hover a {
    cursor: auto;
    text-decoration: underline !important;
    color: black;
}

.more-con .more-b-con dd:nth-child(n+2) h3 a {
    color: #f66f6a;
}

.more-con .more-b-con dd h3:hover a {
    text-decoration: underline !important;
}

.more-con .more-b-con dl:nth-child(2) {
    padding-bottom: 50px;
    display: none;
}

.more-con .more-b-con dl:nth-child(2)>:nth-child(n) {
    margin: 0 15px;
    padding: 15px;
    border-bottom: 1px solid #aaaaaa;
    font-size: 19px;
}

.more-con .more-b-con dl:nth-child(2) dt {
    font-weight: 400;
}

.more-con .more-b-con dl:nth-child(2) dt a {
    border-bottom: 1px solid black;
}

.more-con .more-b-con dl:nth-child(2) dd a:hover {
    border-bottom: 1px solid black;
    color: black;
}

.zhe {
    position: fixed;
    width: 100%;
    height: 100%;
    background-color: black;
    opacity: 0.3;
    display: none;
    top: 0;
    z-index: 5;
}

.banner .line {
    height: 2px;
    width: 1px;
}

.banner .swiper-slide {
    position: relative;
}

.banner .swiper-slide img.visible-xs {
    width: 100%;
    margin: 0;
}

.banner .swiper-slide .text {
    position: absolute;
    /* top: 0; */
    font-size: 25px;
    cursor: pointer;
}
.banner .swiper-slide .text i {
    display: inline-block;
    transform: rotate(90deg);
}
.banner .swiper-slide .text:hover i{
    transform: rotate(90deg) translate(0,-50px);
}
.banner .swiper-wrapper .swiper-slide:nth-of-type(2) .text {
    top: 72%;
    left: 45%;
}

.banner .swiper-wrapper .swiper-slide:nth-of-type(3) .text {
    top: 20%;
    right: 5%;
}

.banner .swiper-wrapper .swiper-slide:nth-of-type(4) .text {
    top: 60%;
    left: 26%;
}
.banner .swiper-button-prev{
    opacity: 0;
    height: 100%;
    top: 0;
}
.banner .swiper-button-prev:hover{
    opacity: 1;
    cursor: pointer;
}
.banner .swiper-button-next{
    opacity: 0;
    height: 100%;
    top: 0;
    cursor: pointer;
}
.banner .swiper-button-next:hover{
    opacity: 1;
}
.banner .navgation{
    max-width: 1100px;
    margin: auto;
    text-align: center;
    padding: 20px 15px;
    box-shadow: 3px 3px 26px 3px #cccccc;
    transform: translate(0,-70px);
    position: relative;
    z-index: 1;
    background-color: white;
}
.banner .navgation .hidden-xs li{
    text-align: left;
    border-right: 1px solid #aaaaaa;
}
.banner .navgation .hidden-xs li:nth-child(2){
    padding: 0 20px;
}
.banner .navgation .hidden-xs li:nth-child(3){
    border-color: transparent;
    padding-right: 0px;
    padding-left: 20px;
}
.banner .navgation .hidden-xs li img{
    float: left;
    padding: 10px 20px 30px 0;
}
.banner .navgation .hidden-xs li h3{
    /* white-space: nowrap; */
    font-size: 20px;
    font-weight: bolder;
}
.banner .navgation .hidden-xs li p{
    width: 212px;
}
.banner .navgation span{
    position: relative;
}
.banner .navgation span i{
    top: -5px;
    display: none;
}
.banner .navgation .hidden-xs li:hover h3{
    color: #f66f6a;
}
.banner .navgation .hidden-xs li:hover h3 i{
    display: inline-block;
    color: black;
}
.banner .navgation .visible-xs li{
    padding: 20px;
    text-align: left;
    font-size: 20px;
    font-weight: bolder;
    border-bottom: 1px solid #aaaaaa;
}
.banner .navgation .visible-xs li:nth-child(3){
    border-color: transparent;
}
.banner .navgation .visible-xs li span{
    position: absolute;
    right: 5%;

}
.banner .navgation .visible-xs li span i{
    display: inline-block;
}
.banner .swiper-pagination{
    bottom: 85px;
}
.product .row>.hidden-xs{
    position: relative;
    height: 450px;
    box-sizing: border-box;
    padding: 100px 0 120px;
}
.product .row>.hidden-xs .l-bg{
    position: absolute;
    width: 100%;
    height: 100%;
    left: -15%;
    top: 0;
    z-index: -1;
    background: linear-gradient(to bottom right, #15b0e8, #59c8d5);
}
.product .row>.hidden-xs .text{
    height: 100%;
    width: 264px;
    margin-left: 30px;
    position: relative;
    cursor: pointer;
}
.product .row>.hidden-xs .text p{
    margin: 12px 0;
    font-size: 20px;
    cursor: pointer;
}
.product .row>.hidden-xs .text span{
    position: absolute;
    bottom: 0;
    font-size: 25px;
}
.product .row>.hidden-xs .text span i{
    display: inline-block;
    transform: rotate(90deg);
    transition: all 0.3s;
}
.product .row>.hidden-xs .text:hover i{
    transform: rotate(90deg) translate(0,-50px);
}
.product .row>.hidden-xs .text small{
    position: absolute;
    bottom: -110px;
}
.product .row>.hidden-xs .img{
    position: absolute;
    top: 0;
    left: 310px;
    width: 264px;
    height: 540px;
}
.product .row>.hidden-xs .img img:nth-child(2){
    position: absolute;
    bottom: -115px;
    left: 0;
}
.product .row>.visible-xs{
    height: 700px;
    width: 100%;
    padding: 100px 0 120px;
    position: relative;
    top: 100px;
    background: linear-gradient(to bottom right, #15b0e8, #59c8d5);;
}
.product .row>.visible-xs .text{
    position: absolute;
    bottom: 180px;
    left: 30px;
}
.product .row>.visible-xs .text p{
    font-size: 20px;
    font-weight: bolder;
}
.product .row>.visible-xs .img{
    position: absolute;
    width: 264px;
    right: 20px;
    top: -120px;
}
.product .row>.col-md-offset-1 .text{
    padding: 60px;
    background: #cccccc;
    cursor: pointer;
}
.product .row>.col-md-offset-1 .text h3{
    font-size: 35px;
    font-weight: bolder;
}
.product .row>.col-md-offset-1 .text p{
    font-size: 18px;
}
.product .row>.col-md-offset-1 .text span{
    font-size: 25px;
}
.product .row>.col-md-offset-1 .text i{
    transform: rotate(90deg);
    display: inline-block;
    transition: all 0.3s;
}
.product .row>.col-md-offset-1 .text span:hover i{
    transform: rotate(90deg) translate(0,-50px);
}
.hero-img{
    margin: 100px 0;
    position: relative;
}
.hero-img img{
    width: 100%;
    height: auto;
}
.hero-img span{
    font-size: 30px;
    color: white;
    width: 150px;
    height: 35px;
    position: absolute;
    top: 63%;
    left: 11%;
    cursor: pointer;
}
.hero-img span i{
    display: inline-block;
    transform: rotate(90deg);
}
.san .title h2{
    float: left;
    font-weight: bolder;
    font-size: 35px;
    margin: 0;
    margin-bottom: 60px;
}
.san .title h2 i{
    float: right;
}
.san .title span{
    float: right;
    font-size: 20px;
    cursor: pointer;
}
.san .title i{
    display: inline-block;
    transform: rotate(-90deg);
    transition: all 0.3s;
}
.san .title span:hover i{
    transform: rotate(-90deg) translate(0,50px);
}
.image-text .swiper-slide{
    margin-bottom: 90px;
}
.image-text .swiper-slide .text{
    width: 50%;
    float: left;
    padding:  50px 40px 60px 70px;
    background-color: #dce6ee;
}
.image-text .swiper-slide .text small{
    font-size: 18px;
}
.image-text .swiper-slide .text .con{
    height: 190px;
    overflow: hidden;
}
.image-text .swiper-slide .text h3{
    margin: 10px 0;
    font-weight: bolder;
}
.image-text .swiper-slide .text>:nth-child(n+2){
    font-size: 20px;
    margin: 10px 0;
}
.image-text .swiper-slide .text p span{
    font-size: 30px;
    cursor: pointer;
}
.image-text .swiper-slide .text p span i{
    display: inline-block;
    transform: rotate(90deg);
    transition: all 0.3s;
}
.image-text .swiper-slide .text p:hover span i{
    transform: rotate(90deg) translate(0,-50px);
}
.image-text .swiper-slide .img{
    width: 50%;
    float: left;
}
.image-text .swiper-slide .img img{
    width: 100%;
}
.image-text .swiper-pagination{
    bottom: 30px;
}
.image-text .swiper-pagination span{
    width: 13px;
    height: 13px;
}
.image-text .row .swiper-container .con h3{
    height: auto;
}
.image-text .row .swiper-container .con span{
    margin: 0;
}
.anchorpoint .row .img img{
    width: 100%;
}
.anchorpoint .row .text{
    padding: 30px 40px 20px;
    background-color: #dde6ed;
    cursor: pointer;
}
.san .row .text h3{
    font-weight: bolder;
    height: 128px;
}
.san .row .text span{
    font-size: 30px;
    margin-top: 20px;
    display: inline-block;
}
.san .row .text span i{
    display: inline-block;
    transform: rotate(90deg);
    transition: all 0.3s;
}
.san .row .text:hover  span i{
    transform: rotate(90deg) translate(0,-50px);
}
.news{
    margin: 60px 0;
    padding: 0 15px;
}
.news .row{
    padding: 0 10px;
}
.news .row .img img{
    width: 100%;
}
.news .row .text{
    padding: 30px 40px;
    background-color: #dce6ee;
    cursor: pointer;
}
.news .row ul{
    padding-right: 15%;
}
.news .row ul li{
    padding-top: 60px;
    cursor: pointer;
}
.news .row ul li:first-child{
    padding: 0;
}
.news .row li span{
    font-size: 18px;
}
.news .row li a{
    font-size: 20px;
}
.news .row li:hover a{
    color: black;
    text-decoration: underline !important;
}
.tui{
    padding-top: 60px;
    background-color: #f5f5f5;
    position: relative;
}
.tui dl{
    margin-bottom: 20px;
}
.tui dt{
    font-weight: bolder;
    cursor: pointer;
    margin-bottom: 25px;
}
.tui i{
    display: inline-block;
    transition: all 0.3s;
}
.tui dt i{
    transform: rotate(-90deg);
}
.tui dt:hover i{
    transform: rotate(-90deg) translate(0,30px);
}
.tui dt a:hover{
    border-bottom: 1px solid black;
    color: black;
}
.tui dd{
    padding-bottom: 13px;
    font-size: 18px;
    cursor: pointer;
}
.tui dd a:hover {
    text-decoration: underline !important;
    color: black;
}
.tui dd span{
    position: relative;
    display: none;
    margin-left: 5px;
}
.tui dd span i{
    top: -8px;
}
.tui dd:hover span{
    display: inline;
}
.tui .col-sm-1 i{
    font-size: 22px;
    margin-bottom: 15px;
}
.tui .col-sm-1 li:last-child{
    background-color: #555555;
    float: left;
    width: 30px;
    height: 30px;
    border-radius: 5px;
    text-align: center;
    line-height: 30px;
}
.tui .col-sm-1 li:last-child i{
    color: white;
    margin: 0;
}
.tui .other h3{
    cursor: auto;
}
.tui .other dd{
    float: left;
    width: 25%;
    height: 45px;
}
footer{
    position: relative;
    margin-top: 60px;
    background-color: black;
    color: white;
    text-align: center;
    height: 40px;
    line-height: 40px;
}
footer a{
    color: white;
    margin: 0 15px;
}
@media screen and (min-width:1200px){
    .anchorpoint .row .col-sm-4{
        padding: 0 40px;
    }
}
@media screen and (max-width:1200px) {
    .container {
        width: 100%;
    }
    .product .row>.hidden-xs .l-bg{
        width: 100%;
        left: auto;
        top: 0;
        right: 0;
    }
}
@media screen and (max-width:1100px) {
    .container {
        padding: 0 5px;
    }
    header .logo img {
        width: 133px;
        margin: 20px 30px 0 0;
    }
}

@media screen and (max-width: 991px) {
    header .search-btn {
        padding: 0 15px;
        margin-right: 50px;
        border-right: 1px solid #aaaaaa;
    }
    header .search-box {
        width: 100%;
        z-index: 5;
        background-color: white;
        padding: 0 50px 0 30px;
    }
    header .search-box .search-input {
        width: 100%;
    }
    .product .row>.hidden-xs .l-bg{
        right: 8%;
    }
    .product .row>.hidden-xs {
        text-align: center;
    }
    .product .row>.hidden-xs .text{
        display: inline-block;
        text-align: left;
        margin-right: 30px;
    }
    .product .row>.hidden-xs .img{
        left: auto;
        right: 0;
    }
    .product .row>.hidden-xs .img img{
        position: absolute;
        right: 0;
    }
    .product .row>.col-md-offset-1{
        margin: 210px auto 0;   
        float: none;
    }
    .product .row>.col-md-offset-1>img{
        width: 100%;
    }
    .tui .row dd{
        width: 50%;
        float: left;
    }
    .tui dd span{
        display: inline;
    }
    .tui .col-sm-1{
        position: absolute;
        top: 20px;
    }
    .tui .col-sm-1 li{
        display: inline-block;
        margin-left: 25px;
    }
    footer .bttom{
        position: absolute;
        left: 0;
        right: 0;
    }
    footer .top{
        top: -40px;
        width: 100%;
        color: black;
        margin-bottom: 20px;
    }
    footer .top a{
        color: black;
    }
}

@media screen and (max-width: 768px) {
    .banner .swiper-wrapper .swiper-slide:nth-of-type(3) .text {
        width: 80%;
    }
    .banner .swiper-wrapper .swiper-slide:nth-of-type(4) .text {
        top: 30%;
        left: 35%;
    }
    .image-text .swiper-slide .text{
        width: 100%;
        margin-top: 150px;
        text-align: center;
        padding-top: 120px;
    }
    .image-text .swiper-slide .text:hover :nth-child(n){
        text-decoration: underline;
    }
    .image-text .swiper-slide .img{
        max-width: 320px;
        position: absolute;
        left: 0;
        right: 0;
        top: 0;
        margin: auto;
    }
    .anchorpoint{
        padding: 0 20px;
    }
    .anchorpoint .row .col-sm-4{
        background-color: #dce6ee;
        height: 140px;
        margin-bottom: 40px;
    }
    .anchorpoint .row .img{
        float: right;
        width: 40%;
    }
    .anchorpoint .row .img img{
        height: 140px;
    }
    .anchorpoint .row .text{
        float: left;
        width: 60%;
        height: 140px;
        padding: 15px;
    }
    .anchorpoint .row .text h3{
        height: auto;
    }
    .news{
        padding: 0;
    }
    .news .title{
        padding:0 12px;
    }
    .news .col-lg-5{
        padding: 0;
        text-align: center;
    }
    .news .img{
        height: 200px;
        width: 100%;
        overflow: hidden;
        position: relative;
    }
    .news .img img{
        position: absolute;
        top: -50%;
        left: 0;
    }
    .news .col-lg-5 h3{
        font-size: 20px;
    }
    .news ul{
        margin-top: 100px;
        padding: 0 20px;
    }
    .tui .other dd{
        width: 50%;
    }
}
@media screen and (min-width: 768px) {
    .banner .swiper-pagination{
        bottom: 105px;
    }
    .banner .swiper-pagination span{
        position: absolute;
        right: 15%;
        top: auto;
    }
    .banner .swiper-pagination span:nth-child(1){
        right: 20%;

    }
    .banner .swiper-pagination span:nth-child(3){
        right: 10%;
        
    }
}