* {
    margin: 0;
    padding: 0;
}

html,
body {
    width: 100%;
    height: 100%;
}

body {
    font-family: "微软雅黑", "Microsoft YaHei", "Tahoma", "宋体";
    *font-family: "微软雅黑", "Microsoft YaHei", "Tahoma", "宋体";
}

ol,
ul,
p,
input {
    padding: 0;
    margin: 0;
    border: 0;
    list-style: none;
}

a {
    text-decoration: none;
}

img {
    border: none;
}

.left {
    float: left;
}

.right {
    float: right;
}

.hide {
    display: block;
}

.clearfix:after {
    content: ".";
    display: block;
    clear: both;
    height: 0;
    font-size: 0;
    overflow: hidden;
}

.clearfix {
    zoom: 1;
}

.wrap {
    width: 750px;
    margin: 0 auto;
    background: #fff;
    font-size: 28px;
}

.cont {
    width: 670px;
    margin: 0px auto;
}

.xian {
    padding-bottom: 60px;
    border-bottom: 1px solid #ccc;
    margin-bottom: 60px;
}

/*导航*/
.dy {
    width: 100%;
    height: 705px;
    overflow: hidden;
    background: url(../images/banner.jpg) no-repeat center top;
}

.dy_tel {
    width: 690px;
    padding: 0 30px;
    height: 110px;
    border-bottom: 1px solid #ccc;
    overflow: hidden;
    font-size: 30px;
    color: #fbfbfb;
    background: #3d406d;
}

.dy_tel p {
    width: 598px;
    line-height: 110px;
    font-size: 36px;
}

.dy_tel p span {}

.dy_tel a {
    width: 92px;
    height: 42px;
    padding-top: 38px;
    color: #fbfbfb;
    font-size: 30px;
}

.dy_con {
    padding: 345PX 40px 0px 40px;
    line-height: 48px;
    font-size: 30px;
    color: #fff;
}


/*表单*/
.formCon {
    background: #f8cdcf;
    border: 10px solid #cc3333;
    overflow: hidden;
    padding-top: 35px;
    padding-bottom: 40px;
    height: auto;
    margin-top: 40px;
}

.formCon p {
    text-align: center;
    color: #000;
    font-size: 30px;
    padding-bottom: 10px;
}

.registerform div {
    width: 517px;
    height: 77px;
    padding-top: 2px;
    overflow: hidden;
    padding-left: 75px;
    margin-bottom: 20px;
}

.registerform {
    padding-left: 40px;
}

.registerform input {
    width: 516px;
    height: 75px;
    line-height: 75px;
    border: 0;
    font-size: 28px;
    color: #c2b6a6;
}
.name {
    background: url(../images/name.jpg) no-repeat;
}
.mobile {
    background: url(../images/phone.jpg) no-repeat;
}

.branch {
    background: url(../images/city.jpg) no-repeat;
}

.registerform select {
    width: 540px;
    height: 40px;
    line-height: 40px;
    background: none;
    border: 0;
    font-size: 28px;
    color: #c2b6a6;
    margin-top: 15px;
}

.from_btn{
    display: block;
    width: 592px !important;
    height: 100px !important;
    overflow: hidden;
    cursor: pointer;
    text-decoration: none;
    background: #cc3333 !important;
    color: #fbfbfb !important;
    font-size: 36px !important;
    text-align: center;
    line-height: 100px !important;
    border-radius: 5px !important;
}


/*底部*/
.dibu {
    position: fixed;
    height: 98px;
    overflow: hidden;
    z-index: 3;
    bottom: 0px;
    width: 750px;
    font-family: "微软雅黑";
}

.tell {
    width: 375px;
    height: 98px;
    float: left;
}

.weixin {
    position: relative;
    float: left;
    width: 375px;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
}

.weixin:last-child {
    border-right: none;
}

.weixin_nr {
    position: absolute;
    bottom: 98px;
    z-index: 10;
    width: 100%;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    display: none;
    background: #fff;
}

.weixin_bt {
    width: 375px;
    height: 98px;
}

.weixin_bt a {
    display: block;
    cursor: pointer;
}


.tith2 {
    height: 71px;
    line-height: 71px;
    overflow: hidden;
    margin-top: 40px;
    font-size: 36px;
    color: #333333;
    text-align: center;
    background: url(../img/tit.jpg) no-repeat center;
}

.tith2 span {
    padding: 0 10px;
    background: #fff;
}

.titp {
    height: 40px;
    line-height: 40px;
    padding: 10px 0 20px;
    overflow: hidden;
    text-align: center;
    color: #2d7acc;
    font-size: 30px;
    font-weight: bold;
}

.lybut {
    display: block;
    width: 670px;
    height: 100px;
    line-height: 100px;
    overflow: hidden;
    background: #cd3333;
    color: #fbfbfb;
    font-size: 34px;
    text-align: center;
    margin: 0 auto;
    border-radius: 5px;
}

.austable {
    width: 670px;
    height: auto;
    overflow: hidden;
    padding-top: 50px;
    margin-left: auto;
    margin-right: auto;
    position: relative;
}

.austable .swiper-slide {
    text-align: center;
    font-size: 18px;
    /* Center slide text vertically */
    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;
}

.austable .swiper-button-next {
    background: url(../img/next1.png) no-repeat center !important;
    margin-top: -70px !important;
}

.austable .swiper-button-prev {
    background: url(../img/prev1.png) no-repeat center !important;
    margin-top: -70px !important;
}

.austable table {
    border: 1px solid #eee;
    border-collapse: collapse;
    text-align: center;
}

.austable table th {
    height: 56px;
    font-size: 30px;
    background: #4b84d1;
    color: #fbfbfb;
}

.austable table td {
    line-height: 32px;
    padding: 10px 5px;
    color: #333;
    font-size: 24px;
    background: #fffaee;
    border: 1px solid #eee;
}

.austhank {
    width: 670px;
    padding-top: 50px;
    height: auto;
    overflow: hidden;
    padding-bottom: 30px;
    margin-left: auto;
    margin-right: auto;
    position: relative;
    text-align: center;
}

.austhank .swiper-button-next {
    background: url(../img/next1.png) no-repeat center !important;
    right: 0 !important;
    margin-top: -70px !important;
}

.austhank .swiper-button-prev {
    background: url(../img/prev1.png) no-repeat center !important;
    left: 0 !important;
    margin-top: -70px !important;
}

.austhank img {
    width: 265px;
}

.austhank p {
    font-size: 26px;
    color: #333;
    line-height: 30px;
    padding-top: 20px;
    text-align: center;
}

/*add 2017 0417*/
.h2_tit {
    text-align: center;
    font-size: 36px;
    line-height: 36px;
    color: #333;
    padding: 50px 0;
    display: block;
    background: url(../img/h2_tit.png) no-repeat center 70px;
    margin-bottom: 20px;
}

.h2_titb {
    text-align: center;
    font-size: 36px;
    line-height: 36px;
    color: #333;
    padding: 50px 0;
    display: block;
    background: url(../img/h2_titb.png) no-repeat center 70px;
    margin-bottom: 4px;
}

.copys {
    background: #fff;
    padding: 0 40px;
    font-size: 30px;
}

.copys p {
    font-size: 28px;
    line-height: 48px;
    background: url(../img/copys.jpg) no-repeat left 15px;
    padding-left: 185px;
    padding-bottom: 10px;
}



.hotCon .item {
    width: 208px;
    height: 173px;
    border: 1px solid #ccc;
    position: relative;
    float: left;
    margin-right: 20px;
    margin-bottom: 18px;
}

.hotCon .item img {
    width: 160px;
    height: 80px;
    display: block;
    margin: 22px auto 0;
}

.hotCon .item a.more {
    background: #356b9e;
    color: #fff;
    height: 60px;
    line-height: 60px;
    text-align: center;
    display: block;
    position: absolute;
    width: 210px;
    bottom: 0;
    left: -1px;
}

.hotCon .none {
    margin-right: 0;
}

.ad310,
.hot {
    padding: 0 40px 0px;
    background: #fff;
}

.ad310 a {
    float: left;
    display: block;
    margin-right: 46px;
    font-size: 24px;
    line-height: 60px;
    margin-bottom: 15px;
    color: #666;
    display: inline-block;
    overflow: hidden;
    text-align: center;
}

.ad310 a img {
    display: block;
}

.ad310 .none {
    margin-right: 0;
}

/*0401 end*/


.but {
    display: block;
    text-align: center;
    margin-bottom: 30px;
}

.but a {
    color: #fff;
    display: inline-block;
    background: #cc3333;
    height: 100px;
    display: inline-block;
    margin: 20px auto 20px;
    display: block;
    line-height: 100px;
    text-align: center;
    font-size: 36px;
    cursor: pointer;
    width: 666px;
    border-radius: 7px;
}

/*AUS  OFFER  END CSS*/


a.aus_leyu {
    display: block;
    width: 256px;
    margin: 10px auto 20px;
    height: 46px;
    overflow: hidden;
    text-align: center;
    line-height: 46px;
    color: #04b6cb;
    font-size: 18px;
    border-radius: 3px;
    border: 2px solid #04b6cb;
}

a.aus_leyu:hover {
    background: #04b6cb;
    color: #fff;
}

a.aus_leyu2 {
    display: block;
    width: 400px;
    margin: 50px auto 40px;
    height: 50px;
    overflow: hidden;
    text-align: center;
    line-height: 50px;
    background: #f7573e;
    color: #fff;
    font-size: 18px;
    border-radius: 3px;
}

a.aus_leyu2:hover {
    background: #c64632;
}

.icon {
    background: url(../img/icon.jpg) no-repeat center;
    margin-top: 40px;
    padding: 75px 0px 0px 40px;
    height: 131px;
    overflow: hidden;
}

.icon ul li {
    float: left;
    text-align: center;
    padding-right: 30px;
    width: 202px;
}