﻿@charset utf-8;

.tanchu {
    background: #fff none repeat scroll 0 0;
    box-shadow: 0 2px 20px 0 #333;
    box-sizing: border-box;
    display: none;
    height: 392px;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    margin: auto;
    overflow: hidden;
    padding: 32px 0;
    position: fixed;
    width: 791px;
    z-index: 999;
    transition: left 0.8s,transform 0.8s;
}
.tanchu h3 {
    font-weight: 500;
}
.tanchu em {
    font-style: normal;
}
.tanchu-flex {
    display: flex;
    width: 100%;
}
.tanchu-left {
    float: left;
    margin: 30px 0 0 40px;
    width: 300px;
}
.tanchu-left-head {
}
.tanchu-left-head h3 {
    color: #000;
    font-size: 21px;
    margin-bottom: 13px;
}
.tanchu-left-head span {
    font-size: 14px;
}
.tanchu-left-form {
    overflow: hidden;
    width: 100%;
}
.tanchu-left-formcon {
    display: flex;
    justify-content: space-between;
    margin-bottom: 6px;
    position: relative;
    width: 100%;
}
.tanchu-left-formcon input, .tanchu-left-formcon select {
    -moz-appearance: none;
    border: 1px solid #dcdcdc;
    box-sizing: border-box;
    color: #000;
    font-size: 14px;
    height: 39px;
    padding-left: 10px;
}
.tanchu-left-formcon select {
    background: rgba(0, 0, 0, 0) url(/skin/images/down.png) no-repeat scroll right center;
}
.tanchu-left-formcon span.pf {
    color: #000;
    font-size: 16px;
    line-height: 37px;
    position: absolute;
    right: 15px;
}
.tanchu-left-form1 select, .tanchu-left-form1 input {
    width: 100%;
}
.tanchu-left-form2 select {
    width: 147px;
}
.tanchu-left-form3 select {
    width: 96px;
}
.tanchu-fg {
    float: left;
    height: 328px;
    margin: 0 7px;
    position: relative;
    width: 102px;
}
.tanchu-fgx {
    border-left: 1px dashed #6f6f6f;
    height: 328px;
    margin: 0 auto;
    width: 1px;
}
.tanchu-fg-but {
    background: #fff none repeat scroll 0 0;
    display: flex;
    height: 102px;
    margin-top: -51px;
    position: absolute;
    top: 50%;
    width: 102px;
}
.tanchu-fg-butrotate {
    animation: 2s linear 0s normal none infinite running zhuan;
    background: rgba(0, 0, 0, 0) url(/skin/images/zhuan_img.png) no-repeat scroll center center;
    height: 102px;
    left: 0;
    position: absolute;
    top: 0;
    width: 102px;
}

.tanchu-fg-but a {
    background: #ef2c39 none repeat scroll 0 0;
    border-radius: 50%;
    box-sizing: border-box;
    color: #fff;
    display: block;
    font-size: 19px;
    height: 69px;
    margin: 16.5px auto;
    padding: 10px;
    position: relative;
    text-align: center;
    width: 69px;
    z-index: 2;
}
.tanchu-right {
    float: left;
    margin: auto 0;
    overflow: hidden;
    width: 314px;
}
.tanchu-right-head {
    font-size: 20px;
    margin-bottom: 15px;
    text-align: center;
}
.tanchu-right-head em {
    color: #ef2c39;
    font-size: 30px;
}
.tanchu-right-main {
    border: 1px solid #d8d8d8;
    box-sizing: border-box;
    display: flex;
    height: 158px;
    width: 100%;
}
.tanchu-right-miancon {
    display: table;
    margin: 16px auto 0;
}
.tanchu-right-miancon p {
    color: #333;
    font-size: 18px;
    line-height: 32px;
}
.tanchu-right-sub {
    background: rgba(0, 0, 0, 0) url(/skin/images/pop_up_click.png) no-repeat scroll center center;
    display: block;
    height: 58px;
    margin: 20px auto;
    position: relative;
    width: 238px;
}
.tanchu-right-sub i {
    background: rgba(0, 0, 0, 0) url(/skin/images/pop_up_tp.png) no-repeat scroll center center;
    display: block;
    height: 31px;
    left: 14px;
    margin-top: -15.5px;
    position: absolute;
    top: 50%;
    width: 30px;
}

/*效果一：360°旋转 修改rotate(旋转度数)*/
.rotate {
    transform: rotate(0deg);
    transition: all 0.7s ease 0s;
}
.rotate_vessel {
    cursor: pointer;
}
.rotate_vessel:hover .rotate {
    transform: rotate(360deg);
	 -webkit-transform: rotate(360deg);
     -moz-transform: rotate(360deg);
     -o-transform: rotate(360deg);
     -ms-transform: rotate(360deg);
}


.tanchu-close {
    background: rgba(0, 0, 0, 0) url(/skin/images/close.png) no-repeat scroll center center;
    cursor: pointer;
    height: 28px;
    position: absolute;
    right: 21px;
    top: 15px;
    width: 28px;
}
.tanchu-maincen {
    box-sizing: border-box;
    display: none;
    width: 100%;
}
.tanchu-maincen-jgleft {
    float: left;
    margin-left: 30px;
    max-width: 343px;
    overflow: hidden;
}
.tanchu-maincen-jgleft-head {
    color: #000;
    font-size: 25px;
    margin-bottom: 17px;
    text-align: center;
}
.tanchu-maincen-jgleft-head em {
    color: #ef2c39;
    font-size: 35px;
}
.tanchu-maincen-jgleft-main {
    border: 1px solid #d8d8d8;
    box-sizing: border-box;
    display: flex;
    height: 193px;
    margin: 0 auto;
    overflow: hidden;
    width: 314px;
}
.tanchu-maincen-jgleft-main div {
    display: table;
    margin: 32.5px auto 0;
}
.tanchu-maincen-jgleft-main p {
    color: #333333;
    font-size: 18px;
    line-height: 32px;
}
.tanchu-maincen-jgleft-dibz {
    color: #828282;
    font-size: 13px;
    margin: 5px 0;
}
.tanchu-maincen-zixun {
    background: #ef2c39 none repeat scroll 0 0;
    border-radius: 5px;
    color: #fff;
    display: block;
    font-size: 20px;
    line-height: 35px;
    margin: 0 auto;
    text-align: center;
    width: 185px;
}
.tanchu-maincen-jgright {
    border-left: 1px dashed #717171;
    float: right;
    height: 331px;
    width: 402px;
}
.tanchu-maincen-jgright-head {
    background: rgba(0, 0, 0, 0) url(../images/0611tanchu/tanchu-headbg.jpg) no-repeat scroll center center;
    height: 68px;
    margin: 0 auto;
    width: 309px;
}
.tanchu-jgright-point {
    align-items: flex-end;
    display: flex;
    margin: 15px auto 0;
    overflow: hidden;
    width: 310px;
}
.tanchu-jgright-point > p {
    color: #353535;
    float: left;
    font-size: 18px;
    line-height: 33px;
    width: 125px;
}
.tanchu-jgright-point input {
    border: 1px solid #c8c8c8;
    border-radius: 5px;
    box-sizing: border-box;
    flex: 1 1 0;
    float: left;
    height: 33px;
    max-width: 160px;
    padding-left: 13px;
}
.tanchu-jgright-point span.yuan {
    display: block;
    float: right;
    font-size: 17px;
    margin-top: 13px;
    padding-left: 7px;
}
.tanchu-jgright-point-main {
    background: rgba(0, 0, 0, 0) none no-repeat scroll center bottom;
    display: flex;
    float: right;
    justify-content: space-between;
    overflow: hidden;
    width: 182px;
}
.tanchu-jgright-point-main.bg1 {
    background-image: url(/skin/images/qx-bg1.png);
}
.tanchu-jgright-point-main.bg2 {
    background-image: url(/skin/images/qx-bg2.png);
}
.tanchu-jgright-point-main.bg3 {
    background-image: url(/skin/images/qx-bg3.png);
}
.tanchu-jgright-point-main p {
    color: #323232;
    cursor: pointer;
    float: left;
    font-size: 17px;
    margin-left: 45px;
    padding-bottom: 27px;
    text-align: center;
    width: 29px;
}
.tanchu-jgright-point-main p:first-child {
    margin-left: 0;
}
.tanchu-jgright-poshow {
    background: #f0f0f0 none repeat scroll 0 0;
    box-sizing: border-box;
    color: #323232;
    line-height: 51px;
    margin: 21px auto 25px;
    padding-right: 14px;
    text-align: right;
    width: 309px;
}
.tanchu-jgright-poshow span.s1 {
    font-size: 16px;
}
.tanchu-jgright-poshow span.s2 {
    font-size: 22px;
}
.tanchu-jgright-poshow span.jg {
    font-size: 30px;
}
.tanchu-maincen-jgright .tanchu-maincen-zixun {
    width: 205px;
}
.column-vessel {
    background: #f5f5f5 none repeat scroll 0 0;
    padding: 32px 0;
    width: 100%;
}
