/*
* @Author: dell
* @Date:   2019-02-18 14:44:36
* @Last Modified by:   dell
* @Last Modified time: 2019-02-18 20:03:11
*/
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    background-color: #FFFFFF;
}

a {
    text-decoration: none;
    color: #494949;
}

li {
    list-style: none;
}

ul {
    margin: 0px;
    padding: 0px;
}

.xin {
    width: 1210px;
    margin: auto;
}

.tab-hd {
    width: 100%;
    height: 70px;
    text-align: center;
    line-height: 50px;
    position: relative;
}

.tab-hd a {
    font-size: 16px;
    line-height: 70px;
}

.tab-hd a:nth-child(2), .tab-hd a:nth-child(4) {
    margin-right: 110px;
    margin-left: 110px;
}

.tab-hd a:hover {
    color: #29BEA9;
}

.line {
    width: 97px;
    height: 2px;
    background-color: #29BEA9;
    position: absolute;
    bottom: 0;
    left: 45.9%;
}

.tab-bd {
    padding-top: 30px;
    position: relative;
}

.tab-bd-o {
    width: 255px;
    height: 80px;
    margin-top: 10px;
    margin-left: 10px;
    position: relative;
}

.tab-bd-o img {
    display: inline-block;
    width: 68px;
    height: 69px;
    vertical-align: top;
    margin-top: 7px;
}

.tab-bd-o h4, .tab-bd-fi h4 {
    display: inline-block;
    font-weight: 400;
    font-size: 24px;
    margin-left: 15px;
    letter-spacing: 7px;
}

.tab-bd-o p {
    display: inline-block;
    position: absolute;
    left: 90px;
    top: 45px;
    font-size: 14px;
    color: #848484;
}

.tab-bd-t {
    height: 50px;
    display: inline-block;
    line-height: 50px;
    color: #04B59E;
    font-size: 23px;
    position: absolute;
    top: 69px;
    left: 229px;
}

.tab-bd-t2 {
    height: 50px;
    display: inline-block;
    line-height: 50px;
    color: #04B59E;
    font-size: 23px;
    position: absolute;
    top: 32px;
    left: 229px;
    letter-spacing: 1px;
}

.tab-bd-th {
    width: 531px;
    height: 60px;
    position: absolute;
    top: 39px;
    left: 680px;
    border-left: 1px solid #E7E7E7;
    padding-left: 228px;
}

.tab-bd-th span {
    color: #959595;
    margin-left: 35px;
    font-size: 23px;
    line-height: 24px;
}

.tab-bd-f {
    width: 100%;
    height: 480px;
    margin-top: 30px;
    padding-top: 30px;
    border-top: 1px solid #E6E6E6;

}

.pppp {
    letter-spacing: 7px;
}

.tab-bd-f h4 {
    font-weight: 400;
    font-size: 26px;
}

.tab-bd-f h4 {
    font-weight: 400;
    text-align: left;
    margin-bottom: 20px;
}

.tab-bd-f h5 {
    font-weight: 400;
    margin-top: 30px;
    margin-bottom: 30px;
    color: #38C5B3;
    font-size: 18px;
    padding-left: 30px;
}

.tab-bd-f i {
    width: 20px;
    height: 20px;
    background-color: yellow;
    display: inline-block;
    vertical-align: bottom;
    margin-top: 10px;

}

.tab-bd-f span {
    color: #959595;
}

.tab-bd-f ul {
    overflow: hidden;
    padding-left: 30px;
}

.tab-bd-f li {
    width: 25%;
    height: 40px;
    float: left;
    margin-top: 30px;
}

.tab-bd-f a {
    width: 100%;
    height: 100%;
    display: inline-block;
}

.tab-bd-f a:hover span {
    color: #04B59E;
}

.tab-bd-f ul li a span {
    margin-left: 10px;
}

.tab-bd-fi {
    width: 100%;
    margin-top: 30px;
    padding-top: 30px;
    border-top: 1px solid #E6E6E6;
}

.tab-bd-fi section {
    width: 100%;
    height: 320px;
    display: flex;
    margin-top: 30px;

}

.tab-bd-fi section div {
    flex: 1;
    border: 1px #EFEFEF solid;
    position: relative;
}

.tab-bd-fi section div:nth-child(2) {
    margin-left: 20px;
    margin-right: 20px;
}

.tab-bd-fi section div a {
    width: 100%;
    height: 100%;
    display: inline-block;
    -webkit-transition: all .3s;
}

.tab-bd-fi section div p {
    margin-top: 12px;
}

.xinsheng section {
    height: 220px;
    width: 100%;
    background-color: pink;
}

.cimg {
    width: 388px;
    height: 200px;
}

.tab-bd-six {
    width: 100%;
    margin-top: 30px;
    padding-top: 30px;
    margin-bottom: 50px;
}

.tab-bd-six h4 {
    font-weight: 400;
    font-size: 26px;
    margin-bottom: 20px;
}

.tab-bd-six section {
    width: 100%;
    height: 240px;
    display: flex;
    margin-top: 10px;
    margin-left: 15px;
}

.adiv {
    width: 576px !important;
    height: 240px;
    border: 1px solid #F0F0F0;
    float: left;
    margin-right: 30px;
    -webkit-transition: all .3s;
}

.adiv:hover {
    box-shadow: 0px 0px 10px #C9C9C9;
}

.tijiao {
    width: 1200px;
    height: 200px;
    margin: auto;
    margin-top: 35px;
    text-align: center;
}

button {
    margin-left: -600px;
    width: 100px;
    height: 30px;
    border-radius: 10px;
    background-color: #366181;
    color: white;
    text-align: center;
    cursor: pointer;
}

.kf1 {
    width: 150px;
    height: 240px;
    float: left;
    margin-left: 20px;

}

.kf1 img {
    display: block;
    border-radius: 100%;
    margin-top: 55px;
}

.kf2 {
    width: 400px;
    height: 240px;
    float: left;
}

.p1 {
    width: 90%;
    height: 155px;
    text-align: left;
    font-size: 14px;
    line-height: 24px;
    color: #909090;
    margin-top: 30px;
    overflow: hidden;
}

.p1 strong {
    font-size: 18px;
}

.p2 {
    width: 90%;
    height: 40px;
}

.psp1 {
    font-size: 20px;
    line-height: 40px;
    color: #00B49E;
    display: inline-block;
    float: right;
}

.psp2 {
    font-size: 20px;
    line-height: 60px;
    color: #8E8E8E;
    display: inline-block;
    float: left;
    margin-left: 10px;
}

.tab-bd-fi section div a:hover {
    box-shadow: 0px 0px 10px #C9C9C9;
}

.bmdiv p {
    width: 90%;
    padding-left: 30px;
    font-size: 16px;
    color: #828282;
}

.ppimg {
    position: absolute;
    bottom: 11px;
    right: 12px;
}

.last {
    width: 1200px;
    height: 180px;
    margin: auto;
}

.last-div {
    width: 520px;
    height: 140px;
    float: left;
}

.last-p {
    font-size: 20px;
    text-align: center;
    letter-spacing: 2px;
    color: #0F293A;
    margin-top: 30px;
    margin-bottom: 20px;
}

.last-pa {
    text-align: center;
    color: #0F293A;
    font-size: 16px;
    margin-bottom: 10px;
}

.last-pb {
    text-align: center;
    color: #0F293A;
    font-size: 16px;
}

.last-div-input {
    padding-left: 105px;
    width: 350px;
    height: 40px;
    margin-top: 27px;
    border: 1px solid #EDEDED;
}

.last-div-input-b {
    padding-left: 105px;
    width: 350px;
    height: 40px;
    margin-top: 15px;
    border: 1px solid #EDEDED;
}

.body-top-li-a {
    width: 115px;
    background-color: #36627F;
    height: 30px;
    float: left;
    border-radius: 30px;
    text-align: center;
    line-height: 30px;
    margin-top: 7px;
    font-size: 15px;
    margin-left: 530px;
}

.conimg1 {
    position: absolute;
    top: 40%;
    left: 50%;
}

.conimg2 {
    position: absolute;
    top: 63%;
    left: 43%;
}

.conimg3 {
    position: absolute;
    top: 25%;
    left: 54%;
}

.conimg4 {
    position: absolute;
    top: 26%;
    left: 85%;
}

.conimg5 {
    position: absolute;
    top: 60%;
    left: 96%;
}

.conimg6 {
    position: absolute;
    top: 60%;
    left: 105%;
}

.conimg7 {
    position: absolute;
    top: 24%;
    left: 0%;
}

.conimg8 {
    position: absolute;
    top: 35%;
    left: 0%;
}

.conimg9 {
    position: absolute;
    top: 50%;
    left: 0%;
}

.feed_tag {
    width: 80%;
    margin: auto;
    background: white;
    height: 850px;
    border-radius: 15px
}

.feed_title {
    width: 100%;
    padding-left: 20px;
    height: 60px;
    line-height: 60px;
    font-size: 20px;
    border-bottom: 1px #E5E5E5 solid;
    text-align: center;
    font-weight: 600;
}
.wrong{
    border: 1px red solid!important;
}
.feed_ts {
    width: 130px;
    height: 38px;
    display: block;
    float: left;
    line-height: 38px;
}

.feed_div {
    width: 90%;
    margin: auto;
}

.feed_divs {
    width: 90%;
    margin: auto;
    height: 40px;
    margin-top: 25px;
}

.qinput {
    font-size: 14px;
    /*font-family: 仿宋, serif;*/
    width: 10%;
    display: block;
    margin-left: 0;
    opacity: 0.8;
    padding: 8px;
    color: #000000;
    border-radius: 5px;
    background-color: white;
    border: 1px #DCDCDC solid;
    z-index: 10;
}

.typeinput {
    width: 25px;
    height: 15px;
    line-height: 15px;
    display: inline-block;
    float: left;
    margin-top: 12px;
}

.typelabel {
    margin-right: 30px;
    display: inline-block;
    float: left;
    line-height: 38px;
}

.typeinput[type="radio"]:checked + label {
    color: #409DFD;
}

.qinput:hover {
    background: 0;
}

.feed_titles {
    width: 80%;
    color: #000000;
    border-radius: 5px;
    padding: 10px;
    background-color: white;
    border: 1px #DCDCDC solid;
}

.feed_tip {
    width: 200px;
    height: 30px;
    line-height: 30px;
    display: block;
    margin-left: 130px;
    color: #757575;
    font-size: 12px;
}

.form-control {
    height: 38px;
    border-color: #ebebeb;
    -webkit-border-radius: 2px;
    border-radius: 2px;
    color: #8b95a5;
    padding: 5px 12px;
    line-height: inherit;
    -webkit-transition: 0.2s linear;
    transition: 0.2s linear;
    -webkit-box-shadow: none;
    box-shadow: none;
    resize: none;
}

.form-control {
    display: block;
    width: 80%;

    height: 250px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #757575;
    font-family: "微软雅黑";
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    resize: none;
}

.feed_name {
    width: 37%;
    height: 38px;
    border: 1px #DCDCDC solid;
    border-radius: 5px;
    float: left;
}

.feed_phone {
    width: 37%;
    height: 38px;
    border: 1px #DCDCDC solid;
    float: left;
    border-radius: 5px;
    margin-left: 6%;
}

.feed_inputimg {
    width: 4%;
    height: 25px;
    display: inline-block;
    float: left;
    margin: 1%;
}

.feed_inputimg2 {
    width: 3%;
    height: 25px;
    display: inline-block;
    float: left;
    margin: 1%;
}

.feed_nameinput {
    width: 94%;
    height: 36px;
    display: inline-block;
    line-height: 36px;
    float: left;
    padding-left: 2%;
    border-radius: 5px;
}

.feed_phoneinput {
    width: 95%;
    height: 36px;
    display: inline-block;
    line-height: 36px;
    float: left;
    padding-left: 2%;
    border-radius: 5px;
}

.feed_file {
    position: relative;
    display: inline-block;
    background: #D0EEFF;
    border: 1px solid #99D3F5;
    border-radius: 4px;
    padding: 4px 12px;
    overflow: hidden;
    color: #1E88C7;
    text-decoration: none;
    text-indent: 0;
    line-height: 20px;
}

.feed_file input {
    position: absolute;
    font-size: 100px;
    right: 0;
    top: 0;
    opacity: 0;
}

.feed_submit{
    width: 190px;
    display: inline-block;
    height: 60px;
    line-height: 60px;
    border-radius: 5px;
    text-align: center;
    font-size: 20px;
    color: white;
    background: #4189FF;
    cursor: pointer;
}