﻿html {
    font-family: sans-serif;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
}

html {
    font-size: 10px;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

*:before,
*:after {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

* {
    margin: 0;
    padding: 0;
}

ul {
    list-style: none;
}

a:hover {
    text-decoration: none;
}

i {
    font-style: normal;
}

body {
    background: #fff;
    color: #323c3c;
}

input {
    font-family: "微软雅黑";
    outline: none;
    border: none;
}

.layout {
    width: 640px;
    overflow: hidden;
    margin: 0 auto;
    background: #fff;
}

.layout2 {
    min-height: 500px;
    position: relative;
    padding-bottom: 100px;
}

.red {
    border: 1px solid red;
}

.fl {
    float: left;
}

.fr {
    float: right;
}


/*header*/
.logo0308{
    margin-top: 90px;
}
.header {
    width: 640px;
    height: 100px;
    background: url(../imgs/topbg.png)repeat-x;
}

.header .nav {
    width: 72px;
    height: 72px;
    position: relative;
}

.header .nav i {
    display: block;
    width: 50px;
    height: 50px;
    margin-left: 15px;
    margin-top: 24px;
    background: url(../imgs/img1.png) no-repeat center;
}


/*.header .nav.selected i {
	display: block;
	width: 50px;
	height: 50px;
	background:url(../imgs/img1.png) no-repeat center;
}*/

.header .nav ul {
    width: 640px;
    position: absolute;
    top: 0px;
    left: -640px;
    transition: all 0.6s;
    -webkit-transition: all 0.6s;
    -ms-transition: all 0.6s;
    opacity: 0;
    -webkit-opacity: 0;
    -ms-opacity: 0;
    z-index: 99;
}

.header .nav.selected ul {
    left: 0;
    opacity: 1;
    -webkit-opacity: 1;
    -ms-opacity: 1;
}

.header .nav ul .h3 {
    height: 80px;
    width: 100%;
    background: #06a4c1;
    display: block;
}

.header .nav ul .h3 b {
    float: left;
    font-size: 30px;
    color: #fff;
    line-height: 80px;
    padding-left: 20px;
    font-weight: 400;
}

.header .nav ul .h3 .back {
    margin-top: 17px;
    margin-right: 20px;
}

.header .nav ul li {
    width: 640px;
    display: block;
    background: #06a4c1;
}

.header .nav ul li a.a1 {
    display: block;
    width: 150px;
    height: 68px;
    background: #06a4c1;
    font-size: 26px;
    line-height: 68px;
    color: #fff;
    text-indent: 21px;
    border-bottom: 1px solid #06a4c1;
}

.header .nav ul .selected .a1,
.header .nav ul li .a1:hover {
    background: #09bedf;
}

.header .nav ul li .sub {
    width: 490px;
    position: absolute;
    top: 80px;
    left: 150px;
    display: none;
    z-index: 9999;
    ;
}

.header .nav ul li.selected .sub {
    display: block;
}

.header .nav ul li.selected .sub dl {
    min-height: 407px;
    background-color: #09bedf;
}

.header .nav ul li .sub dl dd {
    height: 68px;
    line-height: 68px;
    display: block;
    text-indent: 45px;
    background: #09bedf;
}

.header .nav ul li .sub dl dd a {
    color: #fff;
    font-size: 26px;
}

.header .logo {
    width: 294px;
    height: 70px;
    margin: 19px 0px 0px 114px;
}

.header .tel {
    margin: 19px 15px 0px 0px;
}


/*nav*/

.navbar {
    height: 63px;
    background: #06a4c1;
}

.navbar ul li {
    display: block;
    float: left;
    width: 160px;
    text-align: center;
    line-height: 63px;
    position: relative;
}

.navbar ul li a {
    width: 128px;
    display: block;
    height: 22px;
    color: #fff;
    font-size: 26px;
}

.navbar ul li i {
    position: absolute;
    width: 1px;
    height: 22px;
    background: #09bedf;
    right: 0px;
    top: 22px;
}

.banner {
    width: 100%;
    height: 363px;
}

.wrapper {
    overflow: hidden;
    background: #fff;
    /*padding-bottom: 30px;*/
}

.wrapper section {
    padding: 0px 15px;
}

.daoyu {
    padding-top: 58px;
}

.daoyu .img {
    float: left;
    margin-bottom: 45px;
}

.daoyu .txt {
    width: 480px;
    float: left;
    font-size: 20px;
    color: #313131;
    line-height: 30px;
    text-indent: 40px;
}

.pub-title {
    height: 105px;
    display: block;
    background: url(../imgs/line.jpg)no-repeat center bottom;
}

.pub-title .p1 {
    text-align: center;
    color: #06a4c1;
    font-size: 50px;
}

.pub-title .p2 {
    text-align: center;
    color: #9fa2a3;
    font-size: 16px;
    text-transform: uppercase;
    font-family: "Arial";
}

.btn {
    height: 69px;
    width: 476px;
    display: block;
    background: url(../imgs/btn.png)no-repeat center;
    margin: 0 auto;
    text-align: center;
    font-size: 24px;
    line-height: 69px;
    margin-bottom: 45px;
}

.btn a {
    color: #fff;
}

.btn img {
    position: relative;
    top: 6px;
    padding-left: 10px;
}

.div2 .bx {
    font-size: 20px;
    text-indent: 40px;
    line-height: 32px;
    color: #353535;
    margin: 25px 0px;
}

.weihai {
    padding-top: 25px;
    overflow: hidden;
}

.weihai li {
    display: block;
    float: left;
    margin-bottom: 22px;
}

.weihai li span {
    display: block;
    width: 260px;
    font-size: 18px;
    color: #fff;
    line-height: 25px;
    margin: 87px auto 0px;
}

.weihai li.li1 {
    width: 283px;
    height: 252px;
    margin-right: 40px;
    background: url(../imgs/li1.png)no-repeat;
}

.weihai li.li2 {
    width: 282px;
    height: 252px;
    background: url(../imgs/li2.png)no-repeat;
}

.weihai li.li3 {
    width: 283px;
    height: 266px;
    margin-right: 40px;
    background: url(../imgs/li3.png)no-repeat;
}

.weihai li.li4 {
    width: 282px;
    height: 266px;
    background: url(../imgs/li4.png)no-repeat;
}

.maybe {
    height: 204px;
    display: block;
    background: #f3f3f3;
    margin-bottom: 30px;
}

.maybe .t {
    font-size: 24px;
    color: #ff0404;
    text-indent: 28px;
    padding: 30px 0px 15px 0px;
}

.maybe ul {
    padding-left: 30px;
}

.maybe ul li {
    width: 100%;
    height: 35px;
    display: block;
}

.maybe ul li a {
    font-size: 20px;
    color: #343434;
    line-height: 35px;
}

.maybe ul li a span {
    float: left;
}

.maybe ul li a i {
    float: right;
    padding-right: 30px;
}

.jishu {
    height: 250px;
    margin: 30px 0px 25px;
    background: url(../imgs/img2.jpg)no-repeat center;
    position: relative;
}

.jishu .con {
    position: absolute;
    width: 410px;
    height: 142px;
    left: 182px;
    top: 72px;
    font-size: 20px;
    color: #fff;
    line-height: 30px;
}

.jslist li {
    width: 291px;
    height: 193px;
    display: block;
    float: left;
    margin-bottom: 23px;
}

.jslist li .p1 {
    text-align: center;
    font-size: 17px;
    color: #fff;
    font-weight: 800;
    padding-bottom: 5px;
    line-height: 25px;
}

.jslist li .p2 {
    width: 261px;
    display: block;
    margin: 0 auto;
    text-align: center;
    font-size: 17px;
    color: #fff;
    line-height: 25px;
}

.jslist li.li1 {
    background: url(../imgs/js1.jpg)no-repeat;
    margin-right: 28px;
}

.jslist li.li2 {
    background: url(../imgs/js2.jpg)no-repeat;
}

.jslist li.li3 {
    background: url(../imgs/js3.jpg)no-repeat;
    margin-right: 28px;
}

.jslist li.li4 {
    background: url(../imgs/js4.jpg)no-repeat;
}

.yzyy {
    padding: 30px 0px;
}

.yzyy li {
    width: 300px;
    height: 218px;
    display: block;
    float: left;
    margin-right: 10px;
}

.yzyy li .miaoshi {
    width: 100%;
    height: 60px;
}

.yzyy li .miaoshi i {
    width: 31px;
    height: 31px;
    display: block;
    float: left;
    background: #ff8808;
    text-align: center;
    line-height: 31px;
    font-size: 24px;
    color: #fff;
    font-family: "Arial";
    margin-top: 5px;
    margin-right: 10px;
}

.yzyy li .miaoshi .zh {
    font-size: 21px;
    color: #363636;
    padding-top: 5px;
}

.yzyy li .miaoshi .ch {
    font-size: 12px;
    color: #363636;
    font-family: "Arial";
}

.yzyy li:nth-child(2n) {
    margin-right: 0px;
}

.reserve .gh-title {
    height: 90px;
    line-height: 90px;
    color: #7c2409;
    font-size: 22px;
    text-align: center;
    margin-top: 20px;
}

.form_box {
    width: 100%;
    padding-bottom: 20px;
    background: #fff;
}

.form_box table tr {
    height: 50px;
    display: block;
    float: left;
    margin-bottom: 15px;
}

.form_box table tr .td1 {
    width: 145px;
    font-size: 22px;
    color: #615c56;
    line-height: 50px;
    text-align: right;
    float: left;
}

.form_box table tr .td2 .star {
    color: #ff0000;
    padding-left: 10px;
    font-size: 27px;
    line-height: 50px;
}

.form_box table tr .input-txt {
    width: 400px;
    height: 48px;
    display: block;
    float: left;
    text-indent: 18px;
    border: 1px solid #cbc7c7;
    border-radius: 10px;
    outline: none;
    font-size: 22px;
    color: #615c56;
}


/*input::-webkit-input-placeholder {
    font-size: 18px;
    color: #615c56;
    font-family: "微软雅黑";
}*/

.form_box table tr .input-area {
    width: 400px;
    height: 120px;
    display: block;
    text-indent: 18px;
    border: 1px solid #cbc7c7;
    border-radius: 10px;
    font-size: 18px;
    color: #615c56;
    resize: none;
    font-family: "微软雅黑";
}

.form_box table tr .input-btn {
    width: 160px;
    height: 55px;
    display: block;
    float: left;
    border-radius: 5px;
    border: none;
    color: #fff;
    cursor: pointer;
    font-size: 22px;
    text-align: center;
    margin: 20px 0px;
    ;
    line-height: 55px;
}

.form_box table tr .zaixian {
    background: #06a4c1;
    margin-left: 145px;
}

.form_box table tr .submit {
    background: #ff8808;
    margin-left: 38px;
}

.tixing {
    width: 536px;
    clear: both;
    display: block;
    float: left;
    border-top: 1px dashed #615c56;
    color: #353535;
    font-size: 18px;
    line-height: 26px;
    padding: 25px 0px;
    margin-top: 25px;
}

.tixing span {
    width: 20px;
    float: left;
    font-size: 27px;
    color: #ff0000;
    margin-top: 5px;
}

.tixing i {
    width: 510px;
    float: left;
}

.footer {
    height: 265px;
    background: #01afb0;
    margin-bottom: 100px;
}

.footer P {
    font-size: 24px;
    color: #fff;
    text-align: center;
    line-height: 36px;
}

.footer .footer-p {
    padding-top: 45px;
}

.swt-bottom {
    width: 100%;
    max-width: 640px;
    min-width: 320px;
    position: fixed;
    bottom: 0;
    background: url(../imgs/img140.png);
    z-index: 99;
}

.bottom_inner {
    color: #fff;
    z-index: 100;
    max-width: 640px;
    min-width: 320px;
    margin: 0 auto;
    position: relative;
}

.bottom_inner img {
    width: 100%;
}

.bootom_link {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
}

.b_click {
    width: 25%;
    height: 100%;
    display: block;
    float: left;
    position: relative
}

.b_click p {
    position: absolute;
    width: 100%;
    bottom: 3%;
    text-align: center;
    color: #fff;
    font-size: 24px;
}