@charset "utf-8";
/* CSS Document */
*{margin:0;padding:0;}
body{font-family: "微软雅黑", "Helvetica Neue", Arial, Helvetica, "PingFang SC", "Hiragino Sans GB", "Heiti SC", "Microsoft YaHei", "WenQuanYi Micro Hei", sans-serif;font-size:14px;}
li,a,i{text-decoration:none;list-style:none;font-style:normal;}
input,button{outline:none;border:none;}
table{border-collapse:collapse;}
img{transition:all 0.5s;}
.swiper-button-next,.swiper-button-prev{content: ''!important;opacity:1!important;cursor:pointer;}
.swiper-button-next::after,.swiper-button-prev::after{content: ''!important;}


.m {
    margin: auto;
    width: 1200px;
    background: #FFFFFF;
    clear: both;
}
.ty_banner{width:100%;height:auto;}
.ty_banner img{width:100%;height:auto;display: block;}
/********* 首页 **********/
.service{width:1200px;height:auto;}
.service_title{width:1200px;height:214px;}
.service_text{width:1200px;height:auto;}
.service_text ul{width:1200px;height:auto;padding-bottom:20px;}
.service_text ul li{float:left;}
.service_text ul li img{width:auto;height:auto;display: block;}

.ty_nr{width:100%;height:auto;}
.ty_nr ul{width:100%;height:auto;padding-bottom:20px;}
.ty_nr ul li{float:left;}
.ty_nr ul li img{width:100%;height:auto;display: block;}

/******** 选项卡切换 ************/
.fw_tab{width:1200px;height:100px;background:#fff;margin:0 auto;}
.fw_tab ul{width:1200px;height:42px;background: #fff;margin-top:29px;float:left;}
.fw_tab ul li{width:auto;height:40px;line-height: 40px;float:left;margin-right:14px;}
.fw_tab ul li a{display: block;padding:0 30px;border:1px solid #eee;border-radius:8px;}
.fw_tab ul li a:hover{display: block;border:1px solid #ff4343;border-radius:8px;color:#ff4343;background: #fff;transition: color 0.3s ease;transition:background 0.3s;transition:border 0.3s;}
.fw_tab ul li.hover a{display: block;border:1px solid #fff;border-radius:8px;color:#fff;background: #ff4343;transition: color 0.3s ease;transition:background 0.3s;transition:border 0.3s;}
