.banner .swiper-container {
    width: 100%;
    height: 100%;
    margin-left: auto;
    margin-right: auto;
}
.banner .swiper-slide {
    width: 100%;
    height: 480px;

    text-align: center;
    font-size: 18px;
    background: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
}
.banner .swiper-pagination-bullet {
    width: 12px;
    height: 12px;
    background:#fff;
    opacity: .8;
}
.banner .swiper-pagination-bullet-active {
    background-color: #e22b3c;
}
.swiper-slide img {
    width: 100%;
}
.swiper-slide a {
    width: 100%;
    height: 100%;
}
.banner .banImg01 {background: url(../img/banner/01.jpg) center top no-repeat;}
.banner .banImg02 {background: url(../img/banner/02.png) center top no-repeat;}
.banner .banImg03 {background: url(../img/banner/03.png) center top no-repeat;}
.banner .banImg04 {background: url(../img/banner/04.jpg) center top no-repeat;}
.banner .banImg05 {background: url(../img/banner/05.jpg) center top no-repeat;}
.banner .banImg06 {background: url(../img/banner/06.jpg) center top no-repeat;}
.banner .banImg07 {background: url(../img/banner/07.jpg) center top no-repeat;}
.banner .banImg08 {background: url(../img/banner/08.jpg) center top no-repeat;}
.banner .banImg09 {background: url(../img/banner/09.jpg) center top no-repeat;}
.banner .banImg10 {background: url(../img/banner/10.png) center top no-repeat;}
.wzblock {
    width: 1200px;
    margin:0 auto;
}
.wzblock .w_title {
    width: 100%;
    text-align: center;
    margin: 30px auto;
}
/* rotate */
#rotate {
    height: 400px;
    width: 450px;
    position: relative;
    float: left;
    margin-left: 20px;
    display: block;
    cursor: pointer;
}
#rotate span {
    position: absolute;
    top: 50px;
    left: 50px;
    color: #2877b2;
    padding: 3px 6px;
    font-size: 14px;
    font-weight: bold;
    text-decoration: none;
    font-family: "Microsoft YaHei";
}
#rotate span:hover {
    border: 1px solid #eee;
    border-radius: 5px;
}

.w_introduce {
    float: left;
    max-width:600px;
    padding-left: 110px;
}
.w_introduce .tit {
    margin:10px 0 30px 0;
    font-size: 22px;
    font-weight: bold;
}

.w_introduce ul li {
    margin:10px 0;
}
.w_introduce ul li span {
    padding:2px 5px;
    margin-right: 15px;
    background-color: #cc0000;
    color: #fff;
    display: inline-block;
}

/*WHOIS查询*/
.ty-searchbar.ty {
    display:inline-block;
    border-top:1px dotted #ddd;
    text-align:right;
    width:100%;
    padding-top:10px;
    margin-top: 10px;
}
.ty-searchbar.ty dt {
    font-weight:bold;
    font-size:14px;
    color:#000;
}
.ty-searchbar .search {
    background:#ddd;
    padding:4px 0px 3px 5px;
    width:371px;
    height:23px;
    position:relative;
    float:right;
}
.ty-searchbar .search select {
    height:23px;
    line-height:23px;
    border:0px;
}
.ty-searchbar .search .sp1 {
    font-weight:normal;
    background:#fff;
    line-height:23px;
    height:23px;
    display:block;
    position:relative;
    float:left;
    padding:0px 10px;
}
.ty-searchbar .search input {
    width: 160px;
    height:23px;
    line-height:23px;
    border:0px;
    position:relative;
    float:left;
    left:5px;
    background-color: #fff;
    padding-left: 10px;
}
.ty-searchbar .search label {
    float:left;
    position:relative;
    font-size:12px;
    color:#888;
    font-weight:normal;
    left:10px;
    line-height:23px;
}
.ty-searchbar .search .but {
    border:0px;
    height:28px;
    line-height:23px;
    background:#2877b2;
    background-size:15px auto;
    color:#fff;
    font-size:14px;
    position:relative;
    padding:0px 13px 0px 13px;
    cursor:pointer;
    top:-3px;
    float:right;
    width:74px;
    font-weight:bold;
    font-family:"Microsoft YaHei";
}
.ty-searchbar .search .but img {
    vertical-align:middle;
    position:relative;
    max-height:14px;
    right:3px;
}
.w_introduce .w_more {
    text-align: right;
    margin-top: 40px;
}
.w_introduce .w_more a {
    padding:6px 20px;
    color: rgb(119,144,255);
    background: #fff;
    border: 1px solid rgb(158,158,158);
    border-radius: 42px;
    font-size: 16px;
}
.w_introduce .w_more a:hover{
    color: #fff;
    background: rgb(119,144,255);
    border: 1px solid rgb(119,144,255);
}


.kxblock {
    float: left;
    width: 100%;
    padding:0 0 50px;
    background:-moz-linear-gradient(top,#f1f1f1,#f6f6f6 20%,#f7f7f7 80%,#fff);
    background:-webkit-linear-gradient(top,#f1f1f1,#f6f6f6 20%,#f7f7f7 80%,#fff);
    background:-o-linear-gradient(top,#f1f1f1,#f6f6f6 20%,#f7f7f7 80%,#fff);
}
.kxblockBox {
    width: 1200px;
    margin:0 auto;
}
.kxblock .k_title {
    width: 100%;
    text-align: center;
    margin: 30px auto;
}
.kxblock .k_left {
    float: left;
}
.kxblock .k_left img {
    width:500px;
}
.kxblock .w_introduce {
    padding-left: 90px;
}
.kxblock .w_introduce .tit {
    margin-bottom: 0;
}
.kxblock .w_introduce .tit2 {
    margin:10px 0 30px 0;
    font-size: 20px;
}
.kxblock .w_introduce .w_more a{
    background-color: rgb(232,64,64);
    border-color: rgb(232,64,64);
    font-size: 14px;
    color: #fff
}
.OfficialBlock {
    float: left;
    width: 100%;
    padding:50px 0;
    background-color: #f3f3f3;
}
.OfficialBox {
    width: 1100px;
    margin:0 auto;
}
.OfficialBlock .o_left {
    float: left;
    width: 730px;
    margin-top: 20px;
}
.OfficialBlock .o_left dt img {
    float: left;
    width: 210px;
    margin-right: 20px;
}
.OfficialBlock .o_left dl dd h3 {
    font-size: 20px;
}
.OfficialBlock .o_left dl dd span {
    color: #666;
}
.OfficialBlock .o_left dl dd p {
    font-size: 12px;
    padding-top: 30px;
}
.OfficialBlock .o_wechat {
    width: 170px;
    float: right;
    text-align: center;
}
.OfficialBlock .o_wechat .code {
    width: 160px;
    margin-top: 10px;
}
.OfficialBlock .o_wechat p {
    font-size: 16px;
    padding:10px 0;
}
