@charset "utf-8";
.mainBody_01 {
    width: 1100px;
    margin: 0 auto;
    height: auto;
    overflow: hidden;
    padding: 31px 0;
}

.mainBody_01 .Title {
    text-align: center;
    margin: 80px auto 30px;
    border-top: 2px solid #676865;
}

.mainBody_01 .title_1 {
    font-size: 50px;
    font-weight: bold;
    background: #fff;
    padding: 0 10px;
    margin: -20px auto 35px;
    width: 75%;
}

.mainBody_01 .title_2 {
    text-align: center;
    font-size: 30px;
    color: #2c2c2c
}


.mainBody_02 {
    background-color: #e8f5f7;
    padding: 65px 0;
    margin: 0 auto;
    position: relative;
}

.mainBody_02 .fazhan {
    width: 1100px;
    margin: 0 auto;
}

.mainBody_02 .Title {
    width: 1100px;
    margin: 0 auto;
}

.mainBody_02 .title_1 {
    background: #e8f5f7;
}

.mainBody_02 .work_text {
    width: 481px;
    background-color: #fff;
    font-size: 21px;
    color: #454545;
    line-height: 45px;
    text-indent: 49px;
    padding: 34px;
    margin-top: 31px;
    position: absolute;
    z-index: 1;
}

.mainBody_02 .work_bg {
    width: 1100px;
    height: 321px;
    position: absolute;
    bottom: 0px;
    left: 0;
    background-color: #0091fc; /* z-index: 0; */
}

.Title {
    text-align: center;
    margin: 80px auto 30px;
    border-top: 2px solid #676865;
}

.title_1 {
    font-size: 50px;
    font-weight: bold;
    background: #fff;
    padding: 0 10px;
    margin: -20px auto 35px;
    width: 75%;
}

.title_2 {
    text-align: center;
    font-size: 30px;
    color: #2c2c2c
}

.lf {
    float: left;
}

.lr {
    float: right;
    position: relative;
    margin-top: 30px;
}

.click {
    width: 100%;
    height: 107px;
    padding-top: 30px;
    box-sizing: border-box;
}

.btn {
    width: 300px;
    height: 46px;
    border-radius: 30px;
    margin: 0 auto;
    border: 2px solid #0151b4;
    text-align: center;
    line-height: 42px;
    box-sizing: border-box;
}

.btn a {
    /* display: inline-block; */
    width: 148px;
    height: 42px;
    float: left;
    font-size: 18px;
}

.btn a:first-child {
    border-radius: 30px 0 0 30px;
    background: #0151b4;
    color: white;
}

.btn a:nth-child(2) {
    border-radius: 0 30px 30px 0;
    background: white;
    color: #0151b4;
}

.mainBody_03 {
    width: 1100px;
    margin: 0 auto;
    height: auto;
    overflow: hidden; /* padding: 50px 0; */
}

.kxd1 li {
    width: 334px;
    float: left;
    background: #fff;
    height: 375px;
    margin: 15px;
    border: 1px solid #0151b4;
}

.kxd1 li img {
    width: 334px;
}

.kxp2 {
    text-align: center;
    font-size: 26px;
    font-weight: bold;
    margin: 15px 0
}

.kxp3 {
    color: #666;
    margin-left: 25px;
    margin-right: 25px;
    line-height: 22px;
    font-size: 16px;
    height: 66px;
}

.kxp4 {
    margin: 19px auto;
    width: 220px;
    font-size: 16px;
}

.kxsp1 {
    text-align: left;
    font-size: 16px;
}

.kxsp2 {
    text-align: center;
    padding: 5px 20px;
    color: #fff;
    background: #0151b4;
    border-radius: 25px;
}

.kxsp3 {
    text-align: center;
    padding: 5px 20px;
    color: #0151b4;
    border: 2px solid #0151b4;
    border-radius: 25px;
}

.zxzx {
    width: 300px;
    padding: 10px;
    text-align: center;
    font-size: 20px;
    background: #f79c07;
    margin: 20px auto;
    border-radius: 20px;
}

.zxzx p {
    color: #fff;
}

.mainBody_04 {
    width: 1100px;
    margin: 0 auto;
    height: auto;
    overflow: hidden;
}

.mainBody_04 .Title {
    width: 1100px;
}

.mainBody_04 .title_1 {

}

.mainBody_01 .title_2 {
    text-align: center;
    font-size: 30px;
    color: #2c2c2c;
    margin-bottom: 20px;
}

.mainBody_04 .huanjing {
    width: 1100px;
    margin: 0 auto;
}

.demo {
    width: 1100px;
    margin: 40px auto 18px 62px;
}

.box {
    float: left;
    width: 255px;
    height: 370px;
}

.clear {
    clear: both
}

.he_3DFlipX {
    display: block;
    width: 223px;
    height: 340px;
    overflow: hidden;
    padding: 0;
    margin: 0;
    border: 0;
    position: relative;
    box-sizing: border-box;
    -webkit-perspective: 1700px;
    -moz-perspective: 1700px;
    perspective: 1700px;
    -webkit-perspective-origin: 50% 50%;
    -moz-perspective-origin: 50% 50%;
    perspective-origin: 50% 50%;
}

.he_3DFlipX_inner {
    width: 100%;
    height: 100%;
    padding: 0;
    margin: 0;
    position: relative;
    -webkit-transform-style: preserve-3d;
    -moz-transform-style: preserve-3d;
    transform-style: preserve-3d
}

.he_3DFlipX_inner div.he_3DFlipX_img {
    backface-visibility: hidden;
    -webkit-transition: all .5s ease-in-out;
    -moz-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out
}

.he_3DFlipX_inner:hover > div.he_3DFlipX_img {
    -webkit-transform: rotateX(180deg);
    -moz-transform: rotateX(180deg);
    transform: rotateX(180deg)
}

.he_3DFlipX_inner > div img {
    max-width: 100%;
    padding: 0;
    margin: 0;
    display: block;
    position: relative
}

.he_3DFlipX_caption {
    position: absolute;
    top: 0;
    left: 0;
    padding: 0;
    background: #0151b4;
    color: #fff;
    height: 100%;
    width: 100%;
    padding: 0;
    margin: 0;
    opacity: 0;
    background-color: #0151b4;
    text-align: center;
    backface-visibility: hidden;
    -webkit-transform: rotateX(-180deg);
    -moz-transform: rotateX(-180deg);
    transform: rotateX(-180deg);
    -webkit-transition: all .5s ease-in-out;
    -moz-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out
}

.he_3DFlipX_inner:hover .he_3DFlipX_caption {
    opacity: 1;
    -webkit-transform: rotateX(0);
    -moz-transform: rotateX(0);
    transform: rotateX(0)
}

.he_3DFlipX_caption h3 {
    font-size: 1.5em;
    font-weight: 700;
    text-align: center;
    width: 100%;
    position: absolute;
    top: 10%;
    left: 5px;
    margin: 0;
    padding: 0;
    color: #fff;
}

.he_3DFlipX_caption p {
    font-size: 1em;
    text-align: center;
    width: 100%;
    position: absolute;
    top: 22%;
    margin: 0;
    padding: 0;
    color: #fff;
}

.he_3DFlipX a {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    padding: 0;
    margin: 0
}

.he_3DFlipY {
    display: block;
    width: 223px;
    height: 340px;
    overflow: hidden;
    padding: 0;
    margin: 0;
    border: 0;
    position: relative;
    box-sizing: border-box;
    cursor: pointer;
    -webkit-perspective: 1700px;
    -moz-perspective: 1700px;
    perspective: 1700px;
    -webkit-perspective-origin: 50% 50%;
    -moz-perspective-origin: 50% 50%;
    perspective-origin: 50% 50%;
}

.he_3DFlipY_inner {
    width: 100%;
    height: 100%;
    padding: 0;
    margin: 0;
    position: relative;
    -webkit-transform-style: preserve-3d;
    -moz-transform-style: preserve-3d;
    transform-style: preserve-3d
}

.he_3DFlipY_inner > div.he_3DFlipY_img {
    backface-visibility: hidden;
    -webkit-transition: all .5s ease-in-out;
    -moz-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out
}

.he_3DFlipY_inner:hover > div.he_3DFlipY_img {
    -webkit-transform: rotateY(180deg);
    -moz-transform: rotateY(180deg);
    transform: rotateY(180deg)
}

.he_3DFlipY_inner > div img {
    max-width: 100%;
    padding: 0;
    margin: 0;
    display: block;
    position: relative
}

.he_3DFlipY_caption {
    position: absolute;
    top: 0;
    left: 0;
    padding: 0;
    background: #0151b4;
    color: #fff;
    height: 100%;
    width: 100%;
    padding: 0;
    margin: 0;
    opacity: 0;
    background-color: #0151b4;
    text-align: center;
    backface-visibility: hidden;
    -webkit-transform: rotateY(-180deg);
    -moz-transform: rotateY(-180deg);
    transform: rotateY(-180deg);
    -webkit-transition: all .5s ease-in-out;
    -moz-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out
}

.he_3DFlipY_inner:hover .he_3DFlipY_caption {
    opacity: 1;
    -webkit-transform: rotateY(0);
    -moz-transform: rotateY(0);
    transform: rotateY(0)
}

.he_3DFlipY_caption h3 {
    font-size: 1.5em;
    font-weight: 700;
    text-align: center;
    width: 100%;
    position: absolute;
    top: 10%;
    left: 5px;
    margin: 0;
    padding: 0;
    color: #fff;
}

.he_3DFlipY_caption p {
    font-size: 1em;
    text-align: center;
    width: 100%;
    position: absolute;
    top: 22%;
    margin: 0;
    padding: 0;
    color: #fff;
}

.he_3DFlipY a {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    padding: 0;
    margin: 0
}


.mainBody_05 {
    width: 1100px;
    margin: 0 auto;
    height: auto;
    overflow: hidden; /* padding: 50px 0; */
}

.mainBody_06 {
    width: 1100px;
    margin: 0 auto;
    height: auto;
    overflow: hidden;
    padding: 0 0 50px 0;
}


.ad-content {
    height: 221px;
    width: 1100px;
    padding-bottom: 30px;
}

.r {
    margin-right: 20px;
}

.ad-part {
    width: 353px;
    height: 221px;
    border-radius: 10px;
    text-align: center;
    float: left;
    padding-top: 40px;
    box-sizing: border-box;
    background: linear-gradient(to bottom right, #167ad3, #2c8ee6);
}

.ad-c {
    width: 310px;
    height: 135px;
    margin: auto;
    text-align: center;
}

.ad-part-t {
    width: 306px;
    height: 40px;
}

.ad-part-t > img {
    float: left;
    margin-top: 20px;
}

.ad-part-t > h2 {
    font-size: 30px;
    color: white;
    font-weight: bold;
    float: left;
    vertical-align: middle;
    margin: 0 15px;
}

.pic-l {
    margin-left: 50px;
}

.ad-part .ad-c .h2 {
    margin-left: 69px;
}

.ad-part .ad-c .h2-1 {
    margin-left: 75px;
}

.ad-part p {
    font-size: 14px;
    color: white;
    text-align: left;
    margin-top: 20px;
}


.cz_bt h3 {
    font-size: 46px;
    text-align: center;
    margin: 60px 0 30px;
}

.cz_bts h3 {
    font-size: 46px;
    text-align: center;
    margin: 60px 0 30px;
}

.gz_gzs {
    width: 1250px;
    margin: 0 auto;
}

.gz_gzs li {
    float: left;
    margin-left: 20px;
    margin-top: 15px;
}

.gzs_sy {
    width: 1250px;
    margin: 0 auto;
}

.gzs_sy ul li {
    width: 400px;
    height: 200px;
    float: left;
    border-radius: 10px;
    margin-left: 15px;
    margin-top: 15px;
}

.gzs_sy ul li div {
    margin: 10px;
    width: 370px;
    height: 170px;
    float: left;
    border-radius: 5px;
    border: 2px dashed #fff;
    box-sizing: border-box;
    margin-left: 15px;
    margin-top: 15px;
    padding-top: 25px;
    padding-left: 20px;
}

.gzs_sy ul li h2 {
    font-size: 24px;
    color: #fff;
}

.gzs_sy ul li p {
    font-size: 19px;
    color: #fff;
    margin-top: 15px;
    font-weight: bolder;
}

.gzs_hj {
    width: 1240px;
    margin: 0 auto;
}

.gzs_hj li {
    float: left;
    margin-left: 15px;
    margin-top: 15px;
}

.cz_bt ul {
    width: 1100px;
    margin: 0 auto;
}

.cz_bt ul li:nth-child(1) {
    border: 3px solid #fe618e;
}

.cz_bt ul li:nth-child(2) {
    border: 3px solid #ffb100;
}

.cz_bt ul li:nth-child(3) {
    border: 3px solid #11cca7;
}

.cz_bt ul li:nth-child(1) strong {
    text-align: center;
    display: block;
    height: 72px;
    line-height: 72px;
    background-color: #fe618e;
    border-top-left-radius: 15px;
    border-top-right-radius: 15px;
    font-size: 34px;
    color: #fff;
}

.cz_bt ul li:nth-child(2) strong {
    text-align: center;
    display: block;
    height: 72px;
    line-height: 72px;
    background-color: #ffb100;
    border-top-left-radius: 15px;
    border-top-right-radius: 15px;
    font-size: 34px;
    color: #fff;
}

.cz_bt ul li:nth-child(3) strong {
    text-align: center;
    display: block;
    height: 72px;
    line-height: 72px;
    background-color: #11cca7;
    border-top-left-radius: 15px;
    border-top-right-radius: 15px;
    font-size: 34px;
    color: #fff;
}

.cz_bt ul li {
    width: 330px;
    height: 300px;
    float: left;
    margin-left: 30px;
    border-radius: 20px;
}

.cz_bt ul li p {
    padding: 30px;
    font-size: 22px;
    color: #4f4f4f;
    line-height: 38px;
}

.fn_czs {
    width: 1250px;
    margin: 0 auto;
}

.fn_zmb div {
    float: left;
}

.fn_zmb .fn p {
    font-size: 30px;
    margin-top: 30px;
}

.wd_ypp li a {
    margin: 0 auto;
    background-image: url("../images/czs_00.jpg");
    width: 108px;
    height: 108px;
    display: block;
    text-align: center;
    line-height: 108px;
    font-size: 20px;
    font-weight: bold;
}

.wd_ypp li a:hover {
    background-image: url("../images/czs_001.jpg");
    color: #fff;
}

.wd_ypp li p:nth-of-type(1) {
    font-size: 20px;
    margin-top: 15px;
    text-align: center;
    background-color: #e5e5e5;
    width: 150px;
    height: 40px;
    line-height: 40px;
}

.wd_ypp li p:nth-of-type(2) {
    font-size: 20px;
    margin-top: 20px;
    text-align: center;
    background-color: #2970e9;
    width: 150px;
    height: 80px;
    line-height: 40px;
    color: #fff;
}

.wd_ypp li {
    float: left;
    margin-left: 40px;
}

.rmzys {
    width: 1200px;
    margin: 40px auto;
}

.rmzys h2 {
    margin: 0 auto;
    width: 500px;
    font-size: 40px;
    text-align: center;
    padding: 0px 40px 5px;
    letter-spacing: 2px;
    border-bottom: 3px solid #666
}

.rmzys ul li {
    width: 372px;
    text-align: center;
    border: 1px solid #cfcfcf;
    margin-top: 30px;
    float: left;
    margin-left: 20px;
}

.rmzys h5 {
    height: 30px;
    padding-top: 8px;
    font-size: 22px;
}

.zx_zys a {
    margin-top: 10px;
    border-radius: 5px;
    color: #fff;
    font-size: 16px;
    background-color: #ea4049;
    width: 100px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    display: inline-block;
}

.zx_zys a:nth-of-type(1) {
    margin-right: 40px;
}

.zx_zys a:nth-of-type(2) {
    background-color: #4098ea
}

.con5 {
    width: 1120px;
    margin: 0 auto;
    overflow: hidden;
    box-sizing: border-box;
    padding: 10px;
}

.con5 h3 {
    font-size: 24px;
    color: #ffffff;
    line-height: 50px;
    margin: 0 auto;
    background: #0e3476;
}

.con5 .zxbm {
    float: left;
    width: 350px;
    height: 400px;
    box-sizing: border-box;
    box-shadow: 0 0 5px #aaa;
    border-radius: 5px;
    overflow: hidden;
}

.con5 .zxbm form {
    padding: 20px 30px 0;
}

.con5 .zxbm input, .con5 .zxbm select {
    font-size: 17px;
    text-indent: 1em;
    background: #FFF;
    width: 200px;
    height: 40px;
    border: 1px solid #ccc;
    border-radius: 5px;
    padding: 0;
}

.con5 .zxbm div {
    color: #333;
    font-size: 14px;
    margin: 14px 0;
}

.con5 .zxbm div span {
    color: #333;
    font-size: 19px;
}

.con5 .zxbm p {
    color: #000;
    font-size: 22px;
    line-height: 2em;
    border-top: 1px solid #ccc;
    padding: 5px 0;
    text-indent: .5em;
    margin: 20px 0 5px;
}

.con5 .zxbm p span {
    color: #ff3139;
    font-weight: bold;
}

.con5 .zxbm .sub {
    cursor: pointer;
    margin-left: 40px;
    text-align: center;
    color: #ffffff;
    font-size: 22px;
    background-color: #c00a30;
    text-indent: 0;
    border-radius: 20px;
    border: none;
}

.con5 .bmmd {
    width: 720px;
    float: right;
    height: 400px;
    box-sizing: border-box;
    box-shadow: 0 0 5px #aaa;
    border-radius: 5px;
    overflow: hidden;
}

.con5 .bmmd #bmmd_list {
    width: 100%;
    height: 100%;
    overflow: hidden;
}

.con5 .bmmd ul {
    padding: 0 20px;
    margin: 0;
}

.con5 .bmmd li {
    overflow: hidden;
    border-bottom: 1px dashed #ccc;
}

.con5 .bmmd span {
    width: 25%;
    float: left;
    line-height: 40px;
    font-size: 18px;
    color: #333;
}


.box3 {
    padding: 60px 0;
    text-align: center;
}

.box4 {
    width: 1110px;
    margin: 60px auto 30px;
    text-align: center;
}

.box5 {
    width: 100%;
    margin: 60px auto 80px;
    text-align: center;
    background-color: #e8f5f7;
}


.con_h2 {
    font-size: 40px;
    line-height: 60px;
    position: relative;
    width: 1100px;
    text-align: center;
    margin: 0 auto;
}

.con_h3 {
    font-size: 24px;
    font-weight: normal;
    color: #ff9900;
    display: block;
}

.con_p {
    font-size: 18px;
    color: #333333;
    line-height: 1.8em;
    width: 1040px;
    margin: 0 auto 0.2em;
    text-align: center;
}


.con_1 {
    width: 980px;
    margin: 105px auto 0;
    height: 250px;
    border: 10px solid #d9140e;
    border-radius: 0 0 10px 10px;
    border-style: none solid solid;
    box-sizing: border-box;
    padding: 1px 0 0 0;
    font-size: 18px;
    position: relative;
}

.con_1 form {
    margin: -65px auto 0;
    width: 860px;
    height: 230px;
}

.con_1 input, .con_1 select {
    height: 55px;
    line-height: 53px;
    box-sizing: border-box;
    text-indent: 1em;
    font-size: 18px;
    width: 310px;
    border: 1px solid #bdbdbd;
    border-radius: 5px;
    float: left;
    margin: 0 10px 30px;
}

.con_1 .submit {
    border-radius: 50px;
    border: 0;
    background: #ff9900;
    color: white;
    font-size: 22px;
    float: none;
    width: 240px;
    box-sizing: content-box;
    text-indent: 0;
}

.con_1 i {
    font-style: normal;
    display: inline-block;
    width: 5em;
    text-align: right;
    float: left;
    line-height: 50px;
}

.con_1 p {
    color: #9e9e9e;
    font-size: 16px;
    margin: 20px 0 0;
}

.con_3 {
    overflow: hidden;
    margin: 30px 0;
    padding: 30px 0;
    width: 1100px;
    margin: 0 auto;
}

.con_3 li {
    float: left;
    background: #0073b6;
    width: 352px;
    height: 220px;
    margin: 10px 20px 10px 0; /* border-radius: 10px; */
    box-shadow: 0 0 15px #d4d4d4;
    padding: 12px 24px 0;
    box-sizing: border-box;
}

.con_3 span {
    margin: 0;
    line-height: 1.2em;
    color: #c1bebe;
    font-size: 48px;
    display: block;
    font-weight: bold;
    opacity: 0.75;
}

.con_3 p {
    margin: 0.2em 0 0.5em;
    color: #ffffff;
    line-height: 1.6em;
    font-size: 18px;
    text-align: left;
    height: 84px;
}

.con_3 .llzx {
    font-size: 18px;
    line-height: 2em;
    display: inline-block;
    width: 132px;
    background: #ff0202;
    border-radius: 20px;
    color: white;
    text-align: center;
}

.con_3 li:nth-child(2n) {
    background: #ffffff;
}

.con_3 li:nth-child(2n) p {
    color: #605d5d;
}

.con_3 li:nth-child(2n) .llzx {
    background: #ff0202;
    border-radius: 20px;
    color: white;
}

.con_4 {
    width: 1120px;
    margin: 30px auto;
}

.con_4 > h3 {
    font-size: 24px;
    width: 320px;
    color: white;
    background: #ee5449;
    line-height: 50px;
    font-weight: normal;
    margin: 0 auto 20px;
}

.con_4 ul {
    overflow: hidden;
    max-width: 1120px;
    margin: 0 auto 30px;
    padding: 0;
}

.con_4 li {
    display: inline-block;
    margin: 12px 24px 12px 0;
    float: left;
    width: 357px;
    background: white;
}

.con_4 div {
    border: 1px solid #CCC;
    padding: 6px 0 20px;
}

.con_4 div h3 {
    font-size: 24px;
    line-height: 1.6em;
    margin: 0 auto;
    color: #373333; /* text-align: left; *//* width: 82%; */
}

.con_4 div small {
    font-size: 17px;
    line-height: 1.6em;
    margin: 0 auto;
    color: #f74132; /* text-align: left; */
    display: block; /* width: 82%; */
}

.con_4 div p {
    font-size: 16px;
    color: #373333;
    margin: 0.3em auto 0.7em;
    line-height: 1.6em;
    width: 91%;
}

.con_4 div p span {
    color: #ee5449;
    margin: 0;
    width: 1.6em;
    display: inline-block;
}

.con_4 div .llzx {
    width: 8em;
    font-size: 16px;
    display: inline-block;
    line-height: 2.2em;
    background: #ff9600;
    color: #ffffff;
    margin: 0 10px; /* border-radius: 5px; */
}


.con4 {
    width: 1120px;
    margin: 30px auto;
    overflow: hidden;
}

.con4 ul {
    float: left;
    width: 540px;
    margin: 0 40px 0 0;
    padding: 0;
}

.con4 li {
    background: #0151b4;
    font-size: 20px;
    overflow: hidden;
    line-height: 54px;
    margin: 10px 0;
    color: #fff;
}

.con4 span {
    font-size: 22px;
    float: left;
    width: 4em;
    color: #0151b4;
}

.con4 .le span {
    background: #ffe21c;
}

.con4 .ri span {
    background: #f1264e;
    color: white;
}

.con5 {
    width: 1120px;
    margin: 30px auto;
    padding: 0;
    overflow: hidden;
}

.con5 li {
    float: left;
    margin: 10px 36px 10px 0;
}

.con5 p {
    font-size: 20px;
    line-height: 43px;
    color: #ffffff;
    margin: 0.8em 0 0;
    background: #0151b4;
}

.con_5 {
    padding: 0;
    margin: 30px 0;
    overflow: hidden;
}

.con_5 li {
    float: left;
    margin: 3px 6px 3px 0;
}

.margin_r_0 {
    margin-right: 0 !important;
}

.te_le {
    text-align: left !important;
    text-indent: 2em !important;
}

.te_ce {
    text-align: center !important;
    text-indent: 0 !important;
}

.co_wt { /* color: white!important; */
}

.con_6 {
    overflow: hidden;
}

.con_6 h3 {
    width: 100%;
    font-size: 24px;
    background: linear-gradient(to right, #fd4013, #fb3134);
    line-height: 60px;
    color: #fff;
    margin: 0;
    font-weight: normal;
}

.con_6 form p {
    font-size: 18px;
    line-height: 1.6em;
    margin: 30px 0 10px;
}

.con_6 form {
    width: 420px;
    border: 1px solid #fb3134;
    float: left;
    height: 340px;
}

.con_6 form input {
    border: 1px solid #bfbfbf;
    line-height: 40px;
    outline: none;
    width: 296px;
    margin: 10px 0;
    font-size: 20px;
    text-indent: 1em;
}

.con_6 form input[type="submit"] {
    border-radius: 48px;
    background: linear-gradient(to right, #fd4013, #fb3134);
    color: #fff;
    text-indent: 0;
    border: none;
}

.con_6 form p span {
    color: #ff2d2d;
}

.con_6 > div {
    border: 1px solid #fb3134;
    width: 670px;
    height: 340px;
    overflow: hidden;
    float: right;
}

.con_6 > div p {
    margin: 0;
    overflow: hidden;
    font-size: 20px;
}

.con_6 > div p span {
    line-height: 52px;
    color: #fb3133;
    float: left;
    width: 50%;
}

.con_6 > div div {
    padding: 0;
    margin: 0;
    height: 228px;
    overflow: hidden;
    font-size: 18px;
    line-height: 2em;
}

.con_6 > div ul {
    padding: 0;
    margin: 0;
}

.con_6 > div ul li {
    overflow: hidden;
}

.con_6 > div ul span {
    width: 50%;
    float: left;
}

.btncss {
    width: 1100px;
    margin: 0 auto;
}

.btncss a {
    width: 330px;
    margin-left: 143px;
    margin-top: 30px;
    margin-bottom: 37px;
}

.btn2 {
    width: 330px;
    height: 60px;
    font-size: 25px;
    display: inline-block;
    background: linear-gradient(to right, #2196F3, #03A9F4);
    line-height: 60px;
    border-radius: 60px;
    color: white;
    box-shadow: 0 5px 20px 0px #ffffff;
    margin: 0 30px;
    text-align: center;
}

.btn2.bg2 {
    background: white;
    color: #2196F3;
}

.majorb .majorb02 .majorbr li .majorbrb .majorbrba {
    margin-top: 10px;
}

.majorbrba01 {
    color: #fff;
    background: #00428f;
    padding: 5px 20px;
    float: left;
    margin-right: 20px;
    border-radius: 5px;
}

.majorbrba02 {
    color: #fff;
    background: #f44e4e;
    padding: 5px 20px;
    float: left;
    margin-right: 20px;
    border-radius: 5px;
}
