﻿/*reset*/

* {
    padding: 0;
    margin: 0;
    list-style: none;
}

html,
body {
    margin: 0 auto;
}

body,
h1,
h2,
h3,
h4,
h5,
h6,
hr,
p,
blockquote,
dl,
dt,
dd,
ul,
ol,
li,
pre,
form,
fieldset,
legend,
button,
input,
textarea,
th,
td,
header,
section,
footer {
    margin: 0;
    padding: 0
}

body,
button,
input,
select,
textarea {
    font: 16px/1.5 "Microsoft YaHei";
    color: #666;
    font-weight: normal;
}

body {
    overflow-x: hidden;
}

address,
cite,
dfn,
em,
var,
i {
    font-style: normal
}

ul,
ol,
dl {
    list-style: none
}

a {
    text-decoration: none;
    outline: none;
    font-family: "Microsoft YaHei";
    color: #666;
    cursor: pointer;
    font-size: 14px;
    color: rgba(255, 255, 255, 0.7);
}

li {
    font-size: 12px;
    font-family: "Microsoft YaHei";
    list-style: none;
    margin: 0;
    padding: 0;
}

em {
    font-style: normal;
    font-size: 12px;
}

body,
p,
span {
    font-family: "Microsoft YaHei";
    font-size: 16px;
}

img {
    border: none;
}

p {
    margin: 0px;
    padding: 0px;
    word-wrap: break-word;
}

:focus {
    outline: none;
}

img {
    border: 0;
    vertical-align: middle;
    display: inline-block;
}

.fl {
    float: left;
}

.fr {
    float: right;
}

.clear {
    clear: both;
}

.clear:after {
    display: block;
    mainContent: "";
    clear: both;
}

.transtion {
    transition: all 0.5s;
    -o-transition: all 0.5s;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
}

.fl {
    float: left;
}

.fr {
    float: right;
}

.clear {
    clear: both;
}

.clear:after {
    display: block;
    content: "";
    clear: both;
}

input,
select,
option,
textarea {
    outline: none;
}

.header {
    position: fixed;
    top: 0;
    width: 100%;
    height: 77px;
    background-color: #ffffff;
    z-index: 999;
}

.header_con {
    width: 1300px;
    height: 100%;
    margin: 0 auto;
}

.header_con_logo {
    float: left;
    line-height: 77px;
}

.header_con_logo a {
    width: 200px;
    height: 57px;
}

.header_con_logo a img {
    display: inline-block;
    max-width: 100%;
    max-height: 100%;
}

.header_con_nav {
    float: left;
    margin-left: 80px;
}

.header_con_nav ul li {
    float: left;
}

.header_con_nav ul li a {
    display: block;
    height: 100%;
    line-height: 77px;
    width: 115px;
    text-align: center;
    color: #4e5775;
    font-size: 17px;
}

.header_con_nav ul li a:hover {
    background-color: #ff7404;
    color: #ffffff;
}

.header_con_nav ul li a.on {
    background-color: #ff7404;
    color: #ffffff;
}

.header_con_zxrx {
    width: 210px;
    height: 100%;
    float: right;
}

.header_con_zxrx_tit {
    font-size: 13px;
    color: #999999;
    margin-top: 13px;
    text-align: right;
}

.header_con_zxrx_num {
    color: #415775;
    font-size: 20px;
    background: url(../image/ttel.png) 48px 2px no-repeat;
    background-size: 22px 22px;
    text-align: right;
}


/* 本例子css */

.index_banner {
    width: 1920px;
    height: 666px;
    overflow: hidden;
    position: relative;
    margin: 0 auto;
    margin-top: 77px;
}

.index_banner .hd {
    height: 16px;
    overflow: hidden;
    position: absolute;
    right: calc(50% - 38px);
    bottom: 40px;
    z-index: 1;
}

.index_banner .hd ul {
    overflow: hidden;
    zoom: 1;
    float: left;
}

.index_banner .hd ul li {
    float: left;
    margin-right: 14px;
    width: 12px;
    height: 12px;
    line-height: 14px;
    text-align: center;
    background-color: rgba(255, 255, 255, 0.1);
    cursor: pointer;
    border-radius: 12px;
    border: 2px solid rgba(255, 255, 255, 0.3);
    transition: all 0.5s;
    font-size: 0;
}

.index_banner .hd ul li:last-child {
    margin-right: 0;
}

.index_banner .hd ul li.on {
    background-color: #0268B4;
    border: 2px solid rgba(255, 255, 255, 1);
}

.index_banner .bd {
    position: relative;
    height: 100%;
    z-index: 0;
}

.index_banner .bd li {
    zoom: 1;
    vertical-align: middle;
}

.index_banner .bd img {
    max-width: 100%;
    max-height: 100%;
}


/* 下面是前/后按钮代码，如果不需要删除即可 */

.index_banner .prev {
    position: absolute;
    left: 2%;
    top: 49%;
    display: block;
    width: 32px;
    height: 32px;
    background: url(../image/left_arrow.png) 0 0 no-repeat;
    background-size: 100%;
}

.index_banner .next {
    position: absolute;
    right: 2%;
    top: 49%;
    display: block;
    width: 32px;
    height: 32px;
    background: url(../image/right_arrow.png) 0 0 no-repeat;
    background-size: 100%;
}

.index_banner_wz {
    position: absolute;
    width: 1200px;
    height: 270px;
    /* background-color: red; */
    top: calc(50% - 146px);
    left: calc(50% - 600px);
}

.index_banner_wz h1 {
    color: #ff7404;
    font-size: 66px;
}

.index_banner_wz h2 {
    color: #014270;
    font-size: 52px;
}

.index_banner_wz a {
    position: absolute;
    bottom: 0;
    left: 0;
    display: block;
    width: 170px;
    line-height: 48px;
    height: 48px;
    text-align: center;
    border: 1px solid #ffffff;
    color: #ffffff;
    font-size: 16px;
    transition: all 0.4s;
}

.index_banner_wz a:hover {
    background-color: #FF7404;
    border-color: #FF7404;
}

.index_banner2 {
    width: 100%;
    height: 582px;
    background: url(../image/banner2_bg.jpg) 0 0 no-repeat;
    background-size: 100%;
}

.index_banner2_con {
    width: 1200px;
    height: 582px;
    margin: 0 auto;
    /* background-color: pink; */
    padding: 52px 44px 0;
    box-sizing: border-box;
    text-align: center;
}

.title {
    height: 57px;
}

.title h1 {
    position: relative;
    color: #333333;
    font-size: 28px;
    text-align: center;
    font-weight: normal;
}

.title h1::before {
    content: "";
    position: absolute;
    top: 55px;
    left: calc(50% - 18px);
    width: 36px;
    height: 2px;
    background-color: #FF7404;
}

.index_banner2_con h3 {
    color: #5a5a5a;
    font-size: 16px;
    line-height: 35.2px;
    font-weight: normal;
    margin-top: 60px;
    height: 280px;
    overflow: hidden;
}

.index_banner2_h3 {
    height: auto !important;
    margin-bottom: 50px;
}

.btn_box a {
    display: inline-block;
    width: 150px;
    line-height: 36px;
    height: 36px;
    text-align: center;
    border: 1px solid #DDDDDD;
    color: #028ccf;
    font-size: 14px;
    transition: all 0.4s;
}

.btn_box a:nth-of-type(2) {
    color: #777777;
    margin-left: 18px;
}

.btn_box a:hover {
    border-color: #3C78D8;
}

.index_banner2_con_list {
    height: 64px;
    margin-top: 80px;
    /* background-color: skyblue; */
}

.index_banner2_con_list ul li {
    float: left;
    width: 25%;
}

.index_banner2_con_list_l {
    float: left;
    width: 46px;
    height: 46px;
    line-height: 64px;
}

.index_banner2_con_list_l img {
    max-width: 100%;
    max-height: 100%;
}

.index_banner2_con_list_r {
    float: left;
    margin-left: 10px;
}

.index_banner2_con_list_r h1 {
    font-weight: normal;
    font-size: 28px;
    color: #028ccf;
    text-align: left;
}

.index_banner2_con_list_r h2 {
    font-weight: normal;
    font-size: 18px;
    color: #888888;
    text-align: left;
    line-height: 20px;
}

.index_banner2_con_list_l img:hover {
    animation: xuanzhaun 1s 1;
}

@keyframes xuanzhaun {
    100% {
        transform: rotateY(180deg);
    }
}

.index_banner3 {
    height: 593px;
    width: 100%;
    background: url(../image/banner3_bg.jpg) 0 0 no-repeat;
    background-size: 100%;
}

.index_banner3_con {
    width: 1200px;
    margin: 0 auto;
    height: 100%;
    padding-top: 52px;
    box-sizing: border-box;
}

.index_banner3_con_list {
    margin-top: 94px;
}

.index_banner3_con_list ul li {
    width: 300px;
    height: 276px;
    background-color: #E8EBEF;
    float: left;
    padding: 45px 35px 0;
    box-sizing: border-box;
}

.index_banner3_con_list ul li:nth-of-type(2n) {
    background-color: #0F3661;
}

.index_banner3_con_list ul li:nth-of-type(2n) h5,
.index_banner3_con_list ul li:nth-of-type(2n) h6 {
    color: #ffffff;
}

.index_banner3_con_list ul li span {
    display: block;
    width: 58px;
    height: 58px;
    margin: 0 auto;
}

.index_banner3_con_list ul li span img {
    max-width: 100%;
    max-height: 100%;
}

.index_banner3_con_list ul li h5 {
    color: #028ccf;
    font-size: 16px;
    text-align: center;
    font-weight: normal;
    margin-top: 26px;
}

.index_banner3_con_list ul li h6 {
    color: #777777;
    font-size: 13px;
    text-align: center;
    font-weight: normal;
    margin-top: 30px;
}

.index_banner3_con_list ul li span:hover {
    animation: icon-bounce 0.5s 1;
    transform: scale(1.1);
}

@keyframes icon-bounce {
    0%,
    100% {
        -moz-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    25% {
        -moz-transform: rotate(30deg);
        -ms-transform: rotate(30deg);
        -webkit-transform: rotate(30deg);
        transform: rotate(30deg);
    }
    50% {
        -moz-transform: rotate(-30deg);
        -ms-transform: rotate(-30deg);
        -webkit-transform: rotate(-30deg);
        transform: rotate(-30deg);
    }
    75% {
        -moz-transform: rotate(5deg);
        -ms-transform: rotate(5deg);
        -webkit-transform: rotate(5deg);
        transform: rotate(5deg);
    }
    85% {
        -moz-transform: rotate(-5deg);
        -ms-transform: rotate(-5deg);
        -webkit-transform: rotate(-5deg);
        transform: rotate(-5deg);
    }
}

.index_banner4 {
    height: 550px;
    width: 100%;
}

.index_banner4_con {
    width: 1200px;
    margin: 0 auto;
    padding: 52px 43px 0;
    box-sizing: border-box;
}

.index_banner4_con_list {
    margin-top: 60px;
}

.index_banner4_con_list ul li {
    position: relative;
    width: 96px;
    height: 160px;
    /* background-color: pink; */
    float: left;
    margin-right: 73px;
}

.index_banner4_con_list ul li:nth-of-type(7) {
    margin-right: 0;
}

.index_banner4_con_list ul li::before {
    content: "";
    position: absolute;
    top: 38px;
    right: -46px;
    width: 22px;
    height: 22px;
    background: url(../image/f_arrow.png);
}

.index_banner4_con_list ul li:nth-of-type(7):before {
    display: none;
}

.index_banner4_con_list ul li span {
    display: block;
    width: 94px;
    height: 94px;
    border: 1px solid #4A7CBD;
    border-radius: 40px 40px 40px 40px;
    margin-bottom: 18px;
    text-align: center;
    line-height: 94px;
}

.index_banner4_con_list ul li span:hover {
    border-color: #ff7404;
}

.index_banner4_con_list ul li span img {
    max-width: 39px;
    max-height: 39px;
    display: inline-block;
}

.index_banner4_con_list ul li span img:hover {
    animation: icon-bounce 0.5s 1;
}

.index_banner4_con_list ul li h1 {
    color: #ff7404;
    font-size: 15px;
    text-align: center;
    font-weight: normal;
}

.index_banner4_con_btn {
    text-align: center;
}

.index_banner4_con_btn a {
    display: inline-block;
    width: 199px;
    height: 48px;
    line-height: 48px;
    font-size: 17px;
    color: #ffffff;
    background-color: #2F69B3;
    text-align: center;
    transition: all 0.4s;
    margin-top: 80px;
}

.index_banner4_con_btn a:hover {
    background-color: #FF6600;
}

.index_banner4_con_btn h1 {
    color: #ff7404;
    font-size: 20px;
    font-weight: normal;
    margin-top: 15px;
}

.index_banner5 {
    height: 790px;
    width: 100%;
}

.index_banner5_con {
    margin: 0 auto;
    width: 1200px;
    height: 100%;
    padding-top: 52px;
    box-sizing: border-box;
}

.index_banner5_con_list {
    margin-top: 86px;
}

.index_banner5_con_list ul li {
    float: left;
    width: 277px;
    height: 418px;
    text-align: center;
    margin-right: 30px;
}

.index_banner5_con_list ul li:last-of-type {
    margin-right: 0;
}

.index_banner5_con_list ul li dl dt {
    position: relative;
    width: 100%;
    height: 176px;
}

.index_banner5_con_list_hidebox {
    display: none;
    position: absolute;
    width: 100%;
    height: 176px;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    margin: auto;
    background-color: rgba(0, 0, 0, 0.5);
}

.index_banner5_con_list_hidebox h1 {
    color: #ffffff;
    font-weight: normal;
    line-height: 176px;
    font-size: 21px;
}

.index_banner5_con_list ul li dl dt:hover .index_banner5_con_list_hidebox {
    display: block;
}

.index_banner5_con_list ul li dl dt img {
    max-width: 100%;
    max-height: 100%;
}

.index_banner5_con_list ul li dl dd {
    padding: 0 25px;
    box-sizing: border-box;
}

.index_banner5_con_list ul li dl dd h1 {
    color: #434343;
    font-size: 18px;
    font-weight: normal;
    margin: 37px 0 23px 0;
}

.index_banner5_con_list ul li dl dd h2 {
    color: #999999;
    font-size: 15px;
    line-height: 25.5px;
    font-weight: normal;
    margin-bottom: 40px;
}

.index_banner5_con_list ul li dl dd a {
    color: #2F69B3;
    font-size: 14px;
    display: inline-block;
    width: 131px;
    height: 37px;
    line-height: 37px;
    /* background-color: #2F69B3; */
    text-align: center;
    transition: all 0.4s;
    /* margin-top: 80px; */
    border: 1px solid #47699A;
}

.index_banner5_con_list ul li dl dd a:hover {
    border-color: #E16600;
    color: #E16600;
}

.index_banner6 {
    width: 100%;
    height: 330px;
    overflow: hidden;
}

.index_banner6_con {
    margin: 0 auto;
    width: 1200px;
    height: 100%;
    /* background-color: red; */
    padding-top: 52px;
    box-sizing: border-box;
}

.index_banner6_lb {
    position: relative;
    width: 100%;
    height: 68px;
    margin: 0 auto;
    margin-top: 86px;
}

.index_banner6_lb .hd .prev {
    position: absolute;
    top: 15px;
    left: -67px;
    display: block;
    width: 25px;
    height: 45px;
    float: right;
    overflow: hidden;
    cursor: pointer;
    background: url("../image/leftblue_arrow.png") 0 0 no-repeat;
    background-size: 100%
}

.index_banner6_lb .hd .next {
    position: absolute;
    top: 15px;
    right: -67px;
    display: block;
    width: 25px;
    height: 45px;
    float: right;
    overflow: hidden;
    cursor: pointer;
    background: url("../image/rightblue_arrow.png") 0 0 no-repeat;
    background-size: 100%
}

.index_banner6_lb .bd {
    height: 100%;
}

.index_banner6_lb .bd ul {
    overflow: hidden;
    zoom: 1;
}

.index_banner6_lb .bd ul li {
    /* width: 23.5%; */
    height: 68px;
    float: left;
    overflow: hidden;
    text-align: center;
    /* background-color: #1b4b95; */
    padding: 0 5px;
}

.index_banner6_lb .bd ul li:hover .pic a>img {
    transform: scale(1.05);
}

.index_banner6_lb .bd ul li .pic {
    text-align: center;
    width: 160px;
    height: 68px;
}

.index_banner6_lb .bd ul li .pic img {
    max-width: 100%;
    max-height: 100%;
    display: block;
}

.index_banner7 {
    width: 100%;
    height: 540px;
}

.index_banner7_con {
    width: 1200px;
    height: 100%;
    margin: 0 auto;
    padding-top: 52px;
    box-sizing: border-box;
}

.index_banner7_con_l {
    float: left;
    width: 647px;
    height: 426px;
    padding: 23px 28px 0;
    box-sizing: border-box;
}

.index_banner7_con_l_tit {
    height: 38px;
    line-height: 38px;
}

.index_banner7_con_l_tit b {
    float: left;
    font-size: 21px;
    color: #333333;
    font-weight: normal;
}

.index_banner7_con_l_tit a {
    display: block;
    float: right;
    font-size: 12px;
    color: #5a5a5a;
    width: 55px;
    height: 23px;
    line-height: 23px;
    text-align: center;
    background-color: #E9EDF2;
    margin-top: 8px;
}

.index_banner7_con_l_big {
    width: 591px;
    height: 142px;
    border-top: 1px solid #D9D9D9;
    border-bottom: 1px dashed #eee;
    padding-top: 24px;
    box-sizing: border-box;
    margin-bottom: 8px;
}

.index_banner7_con_l_big a:hover h1 {
    color: #0064D4;
}

.index_banner7_con_l_big_l {
    float: left;
    width: 150px;
    height: 110px;
}

.index_banner7_con_l_big_l img {
    max-width: 100%;
    max-height: 100%;
    width: 100%;
    height: 100%;
}

.index_banner7_con_l_big_r {
    float: left;
    width: 410px;
    margin-left: 16px;
}

.index_banner7_con_l_big_r h1 {
    font-size: 19px;
    color: #111111;
    font-weight: normal;
}

.index_banner7_con_l_big_r h4 {
    font-size: 13px;
    color: #9c9c9c;
    /* margin-top: 5px; */
    font-weight: normal;
    line-height: 20px;
}

.index_banner7_con_l_big_r span {
    font-size: 13px;
    color: #acacac;
    float: right;
}

.index_banner7_con_l_min ul li a {
    display: block;
    width: 100%;
    height: 28px;
    margin-bottom: 4px;
    line-height: 28px;
}

.index_banner7_con_l_min ul li a b {
    float: left;
    font-size: 14px;
    color: #444444;
    font-weight: normal;
}

.index_banner7_con_l_min ul li a span {
    float: right;
    font-size: 13px;
    color: #acacac;
}

.index_banner7_con_l_min ul li a:hover b {
    color: #0064D4;
}

.index_banner7_con_l_min ul li a:hover span {
    color: #0064D4;
}

.index_banner7_con_r {
    float: right;
    width: 517px;
    height: 426px;
    padding: 23px 29px 0;
    box-sizing: border-box;
}

.index_banner7_con_r .index_banner7_con_l_tit b {
    color: #ff7404;
}

.index_banner7_con_r_img {
    width: 458px;
    height: 99px;
    padding: 15px 0 17px;
    border-top: 1px solid #D9D9D9;
}

.index_banner7_con_r_img img {
    max-width: 100%;
    max-height: 100%;
}

.index_banner7_con_r_list ul li a {
    display: block;
    width: 100%;
    height: 31px;
    margin-bottom: 3px;
    line-height: 31px;
    border-bottom: 1px dashed #E3E3E3;
}

.index_banner7_con_r_list ul li a b {
    float: left;
    font-size: 14px;
    color: #444444;
    font-weight: normal;
}

.index_banner7_con_r_list ul li a span {
    float: right;
    font-size: 13px;
    color: #acacac;
}

.index_banner7_con_r_list ul li a:hover b {
    color: #0064D4;
}

.index_banner7_con_r_list ul li a:hover span {
    color: #0064D4;
}

.footer {
    width: 100%;
    height: 340px;
}

.footer_top {
    background-color: #0F3661;
    height: 300px;
}

.footer_bottom {
    background-color: #000000;
    height: 41px;
}

.footer_top_con {
    width: 1200px;
    height: 100%;
    margin: 0 auto;
}

.footer_top_con_tit {
    border-bottom: 1px solid #3E5E80;
    height: 58px;
}

.footer_top_con_list {
    height: 58px;
    width: 700px;
    float: left;
}

.footer_top_con_list ul li {
    float: left;
}

.footer_top_con_list ul li a {
    line-height: 58px;
    font-size: 16px;
    color: #d9d9d9;
    padding: 0 18px;
    border-right: 1px solid #D9D9D9;
}

.footer_top_con_list ul li:nth-of-type(1) a {
    padding-left: 0;
}

.footer_top_con_list ul li:nth-last-of-type(1) a {
    border: 0;
}

.footer_top_con_phone {
    float: right;
    height: 100%;
    width: 185px;
    font-size: 23px;
    color: #ff7404;
    text-align: right;
    line-height: 58px;
    background: url(../image/ftel.png) 0px center no-repeat;
    background-size: 20px 20px;
}

.footer_top_con_mid {
    height: 240px;
    padding-top: 40px;
    box-sizing: border-box;
}

.footer_top_con_mid_l {
    float: left;
    width: 700px;
    height: 100%;
    /* background-color: red; */
}

.footer_top_con_mid_r {
    float: right;
    width: 237px;
    height: 100%;
    /* background-color: pink; */
}

.footer_top_con_mid_l p {
    font-size: 15px;
    line-height: 30px;
    color: #d9d9d9;
}

.footer_top_con_mid_r ul li {
    text-align: center;
    float: left;
}

.footer_top_con_mid_r ul li:nth-of-type(1) {
    margin-right: 33px;
}

.footer_top_min_03_ewm {
    width: 100%;
    height: 102px;
    border-radius: 2px;
    overflow: hidden;
}

.footer_top_min_03_ewm img {
    max-width: 100%;
    max-height: 100%;
}

.footer_top_con_mid_r ul li p {
    line-height: 35px;
    color: #cccccc;
    font-size: 12px;
}

.footer_bottom_con {
    width: 1200px;
    height: 100%;
    margin: 0 auto;
    color: #cccccc;
    font-size: 13px;
    line-height: 41px;
    text-align: center;
}

.footer_bottom_con a {
    font-size: 13px;
    color: #cccccc;
}

.nybanner {
    position: relative;
    width: 100%;
    height: 366px;
    margin-top: 77px;
}

.nybanner img {
    max-width: 100%;
    max-height: 100%;
}

.nybanner_wz {
    position: absolute;
    width: 1200px;
    height: 105px;
    /* background-color: red; */
    top: calc(50% - 52px);
    left: calc(50% - 600px);
}

.nybanner_wz h1 {
    color: #ff7404;
    font-size: 40px;
}

.nybanner_wz h2 {
    color: #014270;
    font-size: 30px;
}

.gywm_banner2 {
    height: 715px;
}

.gywm_banner2_con h3 {
    text-align: left;
}

.gywm_banner2_con h3 p {
    background-color: rgba(48, 41, 41, 0) !important;
}

.gywm_banner2_con_list {
    margin-top: 42px;
}

.gywm_banner2_con_btn {
    margin-top: 60px;
}

.gywm_banner3 {
    width: 1200px;
    margin: 0 auto;
    height: 637px;
    box-sizing: border-box;
    padding: 64px 63px 40px;
}

.gywm_banner3_l {
    float: left;
    width: 580px;
    height: 100%;
    /* background-color: pink; */
    overflow: hidden;
}

.gywm_banner3_r {
    float: right;
    width: 404px;
    height: 100%;
}

.gywm_banner3_r_t {
    width: 100%;
    height: 218px;
}

.gywm_banner3_r_t img {
    max-width: 100%;
    max-height: 100%;
}

.gywm_banner3_r_b {
    width: 100%;
    height: 304px;
    margin-top: 11px;
}

.gywm_banner3_r_b img {
    max-width: 100%;
    max-height: 100%;
}

.gywm_banner3_tit {
    /* height: 57px; */
}

.gywm_banner3_tit h1 {
    position: relative;
    color: #333333;
    font-size: 23px;
    text-align: left;
    font-weight: normal;
    margin-top: 21px;
}

.gywm_banner3_tit h1::before {
    content: "";
    position: absolute;
    top: 46px;
    left: 0;
    width: 36px;
    height: 2px;
    background-color: #FF7404;
}

.gywm_banner3_tit h2 {
    font-size: 15px;
    color: #888888;
    font-weight: normal;
    margin-top: 28px;
}

.gywm_banner4 {
    height: 304px;
    width: 100%;
    overflow: hidden;
}

.gywm_banner4_con {
    position: relative;
    overflow: hidden;
    width: 1200px;
    height: 168px;
    margin: 0 auto;
    /* background-color: pink; */
    margin-top: 74px;
}


/* 本例子css */

.gywm_banner4_con .bd ul {
    overflow: hidden;
    zoom: 1;
}

.gywm_banner4_con .bd ul li {
    float: left;
    _display: inline;
    overflow: hidden;
    text-align: center;
    padding: 0 12px;
}

.gywm_banner4_con .bd ul li .pic {
    text-align: center;
    width: 240px;
    height: 168px;
}

.gywm_banner4_con .bd ul li .pic img {
    display: block;
    max-width: 100%;
    max-height: 100%;
}

.ltfw_banner2 {
    width: 100%;
    height: 1200px;
}

.ltfw_banner2_list {
    width: 1200px;
    height: 100%;
    margin: 0 auto;
    /* background-color: pink; */
    padding-top: 52px;
    box-sizing: border-box;
}

.ltfw_banner2_list ul {
    margin-top: 30px;
}

.ltfw_banner2_list ul li {
    float: left;
    width: 360px;
    /* height: 480px; */
    margin-right: 60px;
}

.ltfw_banner2_list ul li:nth-of-type(-n+3) {
    margin-bottom: 49px;
}

.ltfw_banner2_list ul li:nth-of-type(3n) {
    margin-right: 0;
}

.ltfw_banner2_list ul li dl dt {
    position: relative;
    width: 100%;
    height: 176px;
}

.ltfw_banner2_list_hidebox {
    display: none;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    margin: auto;
    background-color: rgba(0, 0, 0, 0.5);
}

.ltfw_banner2_list_hidebox h1 {
    color: #ffffff;
    font-weight: normal;
    line-height: 228px;
    font-size: 21px;
    text-align: center;
}

.ltfw_banner2_list ul li dl dt {
    height: 228px;
    line-height: 228px;
    overflow: hidden;
}

.ltfw_banner2_list ul li dl dt:hover .ltfw_banner2_list_hidebox {
    display: block;
}

.ltfw_banner2_list ul li dl dt img {
    max-width: 100%;
    max-height: 100%;
    width: 100%;
}

.ltfw_banner2_list ul li dl dd {
    padding: 0 25px;
    box-sizing: border-box;
    text-align: center;
}

.ltfw_banner2_list ul li dl dd h1 {
    color: #434343;
    font-size: 18px;
    font-weight: normal;
    height: 73px;
    line-height: 73px;
    text-align: center;
}

.ltfw_banner2_list ul li dl dd h2 {
    color: #999999;
    font-size: 15px;
    line-height: 25.5px;
    font-weight: normal;
    /* margin-bottom: 40px; */
    height: 165px;
    overflow: hidden
}

.ltfw_banner2_list ul li dl dd a {
    color: #2F69B3;
    font-size: 14px;
    display: inline-block;
    width: 131px;
    height: 37px;
    line-height: 37px;
    /* background-color: #2F69B3; */
    text-align: center;
    transition: all 0.4s;
    /* margin-top: 80px; */
    border: 1px solid #47699A;
}

.ltfw_banner2_list ul li dl dd a:hover {
    border-color: #E16600;
    color: #E16600;
}

.cgal_banner2 {
    width: 100%;
    margin-top: 39px;
}

.cgal_banner2_con {
    width: 1200px;
    margin: 0 auto;
    /* background-color: paleturquoise; */
    margin-bottom: 20px;
}

.cgal_banner2_con_l {
    float: left;
    width: 263px;
}

.cgal_banner2_con_l_tit {
    width: 100%;
    height: 99px;
    background-color: #346DB4;
    font-size: 24px;
    color: #ffffff;
    text-align: center;
    line-height: 99px;
}

.cgal_banner2_con_l_list ul li a {
    display: block;
    width: 100%;
    height: 42px;
    font-size: 15px;
    color: #666666;
    line-height: 42px;
    border-bottom: 1px solid #E4E4E4;
    padding: 0 10px;
    box-sizing: border-box;
}

.cgal_banner2_con_l_list ul li:nth-last-of-type(1) a {
    border-bottom: 0
}

.cgal_banner2_con_l_list ul li a:hover {
    background-color: #E9E9E9;
    color: #2F69B3;
}

.cgal_banner2_con_l_list ul li a.on {
    background-color: #E9E9E9;
    color: #2F69B3;
}

.cgal_banner2_con_l_list ul li a i {
    float: right;
    font-weight: bold;
}

.cgal_banner2_con_r {
    float: right;
    width: 890px;
}

.cgal_banner2_con_r ul li a {
    height: 155px;
    margin-bottom: 22px;
    display: block;
    width: 100%;
}

.cgal_banner2_con_photo {
    float: left;
    width: 222px;
    height: 155px;
}

.cgal_banner2_con_photo img {
    max-height: 100%;
    max-width: 100%;
}

.cgal_banner2_con_text {
    float: right;
    width: 653px;
    height: 100%;
    /* background-color: red; */
    padding-right: 19px;
    box-sizing: border-box;
}

.cgal_banner2_con_text h1 {
    font-size: 18px;
    color: #333333;
    font-weight: normal;
    margin-top: 5px;
}

.cgal_banner2_con_text h2 {
    font-size: 14px;
    color: #888888;
    font-weight: normal;
    line-height: 19.6px;
    margin-top: 5px;
}

.xwdt_banner2_con_r {
    float: right;
    width: 890px;
    margin-bottom: 50px;
}

.xwdt_banner2_con_r ul li a {
    height: 47px;
    display: block;
    width: 100%;
    border-bottom: 1px solid #E9E9E9;
    font-size: 16px;
    color: #5a5a5a;
    line-height: 47px;
}

.xwdt_banner2_con_r ul li a i {
    float: right;
}

.xwdt_banner2_con_r ul li a:hover {
    color: #2F69B3;
}

.xqy {
    float: right;
    width: 890px;
    margin-bottom: 50px;
}

.xqy_tit {
    border-bottom: 1px solid #DDDDDD;
}

.xqy_tit h1 {
    font-size: 21px;
    color: #434343;
    text-align: center;
    /* padding-top: 47px; */
    height: 35px;
    line-height: 35px;
    padding: 3px 0;
    font-weight: normal;
}

.xqy_tit p {
    font-size: 12px;
    color: #5a5a5a;
    text-align: center;
    /* margin-top: 10px; */
    height: 22px;
    line-height: 22px;
    padding: 10px 0 15px
}

.xqy_con {
    min-height: 300px;
    padding: 15px 0;
}

.toplast_left em,
.toplast_right em {
    color: #595959;
    font-size: 14px;
    font-weight: bold;
}

.toplast_left a,
.toplast_right span,
.toplast_left span,
.toplast_right a {
    color: #444444;
    font-size: 14px;
}

.lxwm_banner2 {
    width: 100%;
}

.lxwm_banner2_con {
    width: 1200px;
    margin: 0 auto;
    padding-top: 52px;
    height: 766px;
    box-sizing: border-box;
}

.lxwm_banner2_con_l {
    float: left;
    width: 877px;
    margin-top: 50px;
}

.lxwm_banner2_con_l_top {
    height: 200px;
    width: 100%;
}

.lxwm_banner2_con_l_map {
    width: 100%;
    height: 286px;
    margin-top: 26px;
}

.lxwm_banner2_con_l_top_zl {
    float: left;
    width: 435px;
}

.lxwm_banner2_con_l_top_zl p {
    font-size: 15px;
    color: #5a5a5a;
    height: 27px;
    line-height: 27px;
}

.lxwm_banner2_con_l_top_ewm {
    float: right;
    width: 278px;
    height: 100%;
    padding-top: 10px;
    box-sizing: border-box;
}

.lxwm_banner2_con_l_top_ewm ul li {
    float: left;
    width: 128px;
}

.lxwm_banner2_con_l_top_ewm ul li span {
    display: block;
    width: 128px;
    height: 128px;
}

.lxwm_banner2_con_l_top_ewm ul li:first-of-type {
    margin-right: 22px;
}

.lxwm_banner2_con_l_top_ewm ul li span img {
    max-height: 100%;
    max-width: 100%;
}

.lxwm_banner2_con_l_top_ewm ul li p {
    text-align: center;
    font-size: 14px;
    color: #5a5a5a;
}

.lxwm_banner2_con_r {
    position: relative;
    float: right;
    width: 291px;
    height: 512px;
    margin-top: 50px;
}

.lxwm_banner2_con_r img {
    max-height: 100%;
    max-height: 100%;
    width: 100%;
}

.lxwm_banner2_con_r_btn {
    position: absolute;
    bottom: 34px;
    left: calc(50% - 87px);
    width: 174px;
    height: 40px;
    line-height: 40px;
    font-size: 16px;
    color: #ffffff;
    border: 1px solid #ffffff;
    text-align: center;
    border-radius: 40px 40px 40px 40px;
    transition: all 0.4s;
}

.lxwm_banner2_con_r_btn:hover {
    background-color: #2F69B3;
    border-color: #2F69B3;
    color: #ffffff;
}

.zxly_banner {
    width: 100%;
    /* margin-top: 39px; */
}

.zxly_banner_con {
    width: 1200px;
    margin: 0 auto;
    /* background-color: paleturquoise; */
    padding-top: 52px;
    box-sizing: border-box;
}

.zxly {
    margin-top: 50px;
    margin-bottom: 50px;
}

.zxly_l {
    float: left;
    width: 644px;
    height: 458px;
    padding: 15px;
    /* background-color: pink; */
    box-sizing: border-box;
}

.zxly_r {
    position: relative;
    float: left;
    width: 540px;
    height: 458px;
}

.zxly_r img {
    max-width: 100%;
    max-height: 100%;
    height: 100%;
}

.zxly_banner2_con_r_btn {
    position: absolute;
    bottom: 26px;
    left: 34px;
    width: 174px;
    height: 40px;
    line-height: 40px;
    font-size: 16px;
    color: #ffffff;
    border: 1px solid #ffffff;
    text-align: center;
    border-radius: 40px 40px 40px 40px;
    transition: all 0.4s;
}

.zxly_banner2_con_r_btn:hover {
    background-color: #2F69B3;
    border-color: #2F69B3;
    color: #ffffff;
}

.layui-laypage {
    width: 100%;
    text-align: center;
    margin: 20px 0;
}

.layui-laypage .layui-laypage-curr .layui-laypage-em {
    background-color: #0F3661;
}


/* 表单修改 */

.zxly_l tr {
    float: left;
    margin-bottom: 20px;
}

.zxly_l tr:nth-last-of-type(2) {
    display: none;
}

.zxly_l tr .tableft {
    display: none;
}

.zxly_l .layui-input {
    width: 612px;
    height: 44px;
}

.zxly_l .layui-textarea {
    width: 612px;
}

.zxly_l .layui-btn {
    width: 218px;
    height: 44px;
    font-size: 14px;
    line-height: 44px;
    background-color: #2F69B3;
}

.zxly_l .layui-btn:hover {
    background-color: #2F69B3;
}

.zxly_l .layui-input:focus {
    border-color: #2F69B3;
}

.zxly_l .layui-textarea:focus {
    border-color: #2F69B3;
}

.ltfw_xqy {
    width: 1400px;
    padding: 40px 0 49px;
    box-sizing: border-box;
    margin: 0 auto;
}

.ltfw_xqy_tit {
    height: 110px;
    border-bottom: 1px solid #DDDDDD;
    text-align: center;
}

.ltfw_xqy_con {
    max-width: 100%;
    margin-top: 50px;
    margin-bottom: 50px;
    min-height: 300px;
}

.ltfw_xqy_con_bottom {
    border-top: 1px solid #DDDDDD;
}

.ltfw_xqy_con_bottom .toplast_left {
    margin-top: 10px;
}

.ltfw_xqy_con_bottom .toplast_right {
    margin-top: 10px;
}

.ltfw_xqy_tit h1 {
    color: #434343;
    font-size: 30px;
    margin-bottom: 5px;
}