/*公共样式--开始*/
html, body, div, ul, li, h1, h2, h3, h4, h5, h6, p, dl, dt, dd, ol, form, input, textarea, th, td, select {
    margin: 0;
    padding: 0;
}

*{box-sizing: border-box;}
html, body {
    min-height: 100%;
}

body {
    font-size:14px;
    color:#333;
}

h1, h2, h3, h4, h5, h6{font-weight:normal;}
ul,ol {
    list-style: none;
}

img {
    border: none;
    vertical-align: middle;
}

a {
    text-decoration: none;
    color: #ffffff;
}


/*index*/
#header{
    width:100%;
    height:2.5em;
    text-align: center;
    font-size: 1.4em;
    line-height: 2.5em;
    font-weight: bold;
    color:#FFFFFF;
    background: #6677FF;
}


input[type="checkbox"].switch_1{
    margin-bottom: -5px;
    font-size: 10px;
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none;
    width: 3.5em;
    height: 2em;
    background: #6677FF;
    border: 3px solid #FFFFFF;
    border-radius: 3em;
    position: absolute;
    top:13px;
    right:20px;
    cursor: pointer;
    outline: none;
    -webkit-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}
  
input[type="checkbox"].switch_1:checked{
    background: #0ebeff;
}

input[type="checkbox"].switch_1:after{
    position: absolute;
    content: "";
    width: 1.5em;
    height: 1.5em;
    border-radius: 50%;
    background: #fff;
    -webkit-box-shadow: 0 0 .25em rgba(0,0,0,.3);
            box-shadow: 0 0 .25em rgba(0,0,0,.3);
    -webkit-transform: scale(.7);
            transform: scale(.7);
    left: 0;
    -webkit-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}

input[type="checkbox"].switch_1:checked:after{
    left: calc(100% - 1.5em);
}

footer{
    width: 100%;
    height:4em;
    position: fixed;
    bottom: 0px;
    background: #FFFFFF;
}

footer .nav{
    height:100%;
    padding-top:0.5em;
    width: 49%;
    display:inline-block;
    text-align: center;
}

#footer1 .nav:first-child{
    color:#98B0F3;
}

#footer2 .nav:last-child{
    color:#98B0F3;
}

footer .nav img{
   width: 1.8em;
   height:1.8em;
}

footer .nav:last-child img{
   width: 1.5em;
   height:1.8em;
}


/*dingwei1*/
#header2{
    width:100%;
    height:13em;
    text-align: center;
    font-size: 1.4em;
    line-height: 2.5em;
    font-weight: bold;
    color:#FFFFFF;
    background: #6677FF;
}


#header2 .phone input{
    height: 4em;
    width: 80%;
    border: none;
    outline:medium;
    border-radius: 1em;
    margin-top: 2em;
    padding:1em;
    padding-left: 4em;
    background: url(/images/shouji.png) no-repeat;
    background-size: 1.5em; 
    background-position:1.5em center;
    background-color:#FFFFFF;
}

#header2 .phone input::-webkit-input-placeholder{
    color:#BEBEBE;
}
#header2 .phone input::-moz-placeholder{   /* Mozilla Firefox 19+ */
    color:#BEBEBE;
}
#header2 .phone input:-moz-placeholder{    /* Mozilla Firefox 4 to 18 */
    color:#BEBEBE;
}
#header2 .phone input:-ms-input-placeholder{  /* Internet Explorer 10-11 */ 
    color:#BEBEBE;
}

#header2 .toa{
    width: 80%;
    margin:0 auto;
    text-align:left;
    height:2.5em;
}

#header2 .ckbox input[type=checkbox] {
    visibility: hidden;
}

#header2 .ckbox{
    width: 18px;
    height: 18px;
    background: #FFFFFF;
    margin:0.8em 0.5em;
    display:inline-block;
    border-radius: 100%;
    position: relative;
    -webkit-box-shadow: 0px 1px 3px rgba(0,0,0,0.5);
    -moz-box-shadow: 0px 1px 3px rgba(0,0,0,0.5);
    box-shadow: 0px 1px 3px rgba(0,0,0,0.5);
}

#header2 .ckbox label {
    display: block;
    width: 8px;
    height: 8px;
    border-radius: 100%;
 
    -webkit-transition: all .1s ease;
    -moz-transition: all .1s ease;
    -o-transition: all .1s ease;
    -ms-transition: all .1s ease;
    transition: all .1s ease;
    cursor: pointer;
    position: absolute;
    top: 5px;
    left: 5px;
    z-index: 1;
 
    background: #B2B1F9;
 
    -webkit-box-shadow:inset 0px 1px 3px rgba(0,0,0,0.5);
    -moz-box-shadow:inset 0px 1px 3px rgba(0,0,0,0.5);
    box-shadow:inset 0px 1px 3px rgba(0,0,0,0.5);
}

#header2 .toa input[type=checkbox]:checked + label {
    background: #6677FF;
}

#header2 .toa span{
    font-size: 0.8em;
    line-height: 3em;
    vertical-align: top;
    font-weight: normal;
}

.tijiao span{
    display:inline-block;
    width: 35%;
    background: #FFFFFF;
    height:2em;
    color:#7A7A7A;
    border-radius: 2em;
    font-weight: normal;
    line-height: 2em;
    margin:0em 0.5em;
}

#content{
    width: 100%;
    background: #F5F5F5;
    padding-top: 2em;
    padding-bottom: 2em;
}

.ct1{
    display: block;
    width: 75%;
    margin:auto;
    background: #FFFFFF;
    padding:1em 0em;
    border-radius: 0.5em;
    box-shadow: 0.1em 0.5em 0.5em #E3E5F0;
}

.ct1 li:before{
    content:"●";
    color:#A7ABF9;
}

.ct1 li{
    padding:0.5em 2em;
}

.ct2{
    width: 75%;
    margin:2em auto 0.5em auto;
    background: #FFFFFF;
    padding:1em 0em 0.5em 0em;
    border-radius: 0.5em;
    box-shadow: 0.1em 0.5em 0.5em #E3E5F0;
    text-align: center;
    font-size: 1.2em;
	height: 35%;
    overflow: hidden;
}
.ct2 li:before{
    content:"●";
    color:#A7ABF9;
}

.ct2 li{
    padding:0.5em 2em;
	line-height:2em;
}

.ct3{
    width: 100%;
    text-align: center;
    color:#FF0000;
    font-size: 0.3em;
}

#footer2{
    box-shadow: 0.1em -0.5em 0.5em #E2E2E2;
}


/*dingwei2*/
#header3{
    width:100%;
    height:2.5em;
    text-align: center;
    font-size: 1.4em;
    line-height: 2.5em;
    font-weight: bold;
    color:#FFFFFF;
    background: #6677FF;
    position: fixed;
}

.back{
    display:inline-block;
    width: 0.8em;
    height: 0.8em;
    border-bottom: 2px solid #ffffff;
    border-left: 2px solid #ffffff;
    transform: rotate(45deg);
    position: absolute;
    top:0.8em;
    left:1em;
}

#content2{
    width: 100%;
    background: #F5F5F5;
    padding-top: 6em;
    padding-bottom: 2em;
}

.ct4{
    width: 90%;
    margin:auto;
    background: #FFFFFF;
    padding:0.5em 1em;
    border-radius: 0.5em 0.5em 0em 0em;
    background: #6677FF;
    color:#FFFFFF;
}

.ct5{
    display: block;
    width: 90%;
    margin:auto;
    background: #FFFFFF;
    padding:1em 0em;
    border-radius: 0em 0em 0.5em 0.5em;
    box-shadow: 0.1em 0.5em 0.5em #E3E5F0;
    margin-bottom:2em;
}

.ct5 li:before{
    content:"●";
    color:#A7ABF9;
}

.ct5 li{
    padding:0.5em 2em;
}

.ct5 span{
    color:#FF130D;
}

.ct6{
    width: 90%;
    margin:auto;
    background: #FFFFFF;
    padding:0.5em 0em;
    border-radius: 0em 0em 0.5em 0.5em;
    box-shadow: 0.1em 0.5em 0.5em #E3E5F0;
    margin-bottom:5em;
}

#map2{
    width:95%;
    margin:0 auto;
    height:10em;
}

.layeropen{
    border-radius: 0.5em !important;
}

#ts{
    width: 20em;
    display:none;
}

.ts1 img{
    width: 100%;
    border-radius: 0.5em 0.5em 0em 0em;
}

.ts2 {
    text-align: center;
    background: #6374FF;
    color:#FFFFFF;
    font-size: 1.2em;
    padding:0em 0em 0.3em 0em;
}

.ts3{
    padding-left:1em;
    padding-bottom:2em;
}

.ts3 li:before{
    content:"●";
    color:#999999;
}

.ts3 li{
    color:#999999;
    margin-top:1em;
}

.ts4{
    border-top:1px solid #DDDDDD;
}

.ts4 a{
    display:inline-block;
    width: 49%;
    height:3em;
    text-align: center;
    padding-top:0.8em;
}

.ts4 a:first-child{
    color:#999999;
    border-right:1px solid #DDDDDD;
}

.ts4 a:last-child{
    color:#9BA6FF;
}


/*dingwei3*/
.ct7{
    display: block;
    width: 90%;
    margin:auto;
    background: #FFFFFF;
    padding:1em 0em;
    border-radius: 0em 0em 0.5em 0.5em;
    box-shadow: 0.1em 0.5em 0.5em #E3E5F0;
    margin-bottom:2em;
}

.ct7 li:before{
    content:"●";
    color:#A7ABF9;
}

.ct7 li{
    padding:0.5em 2em;
}

.ct7 span{
    font-weight:bold;
}

.money{
    font-weight:normal;
    color:#FFCE25;
}

.rdo label{
    float:right;
}

input[type="radio"]{
    visibility: hidden;
}

input[type="radio"] + label::before {
    content: "\a0"; /*不换行空格*/
    display: inline-block;
    line-height: 0.5em;
    width: 0.5em;
    height: 0.5em;
    margin-right: .4em;
    border-radius: 50%;
    border: 1px solid #DADADA;
    text-indent: .15em;
    padding: .2em;
}

input[type="radio"]:checked + label::before {
    background-color: #A8ABF9;
    background-clip: content-box;
    padding: .2em;
}


.ct8{
    display: block;
    width: 90%;
    margin:auto;
    background: #FFFFFF;
    padding:1em 0em;
    border-radius: 0em 0em 0.5em 0.5em;
    box-shadow: 0.1em 0.5em 0.5em #E3E5F0;
    margin-bottom:2em;
}

.ct8 li{
    padding:0.5em 2em;
}

.ct8 span{
    font-weight:bold;
}

.ct8 img{
    height:2.5em;
    width:2.5em;
}

.ct8 label{
    float:right;
}

.ct9{
    display: block;
    width: 90%;
    margin:auto;
    background: #FFFFFF;
    padding:0.5em 1em;
    border-radius: 0.8em;
    background: #6677FF;
    box-shadow: 0.1em 0.5em 0.5em #E3E5F0;
    color:#FFFFFF;
    height:3em;
    text-align: center;
    line-height: 2em;
    font-size:1.2em;
}