li {
    list-style: none;
}

.w1200 {
    width: 1200px;
    margin: 0 auto;
}

a {
    color: #666;
}

em,
i {
    font-style: normal;
}

.fl {
    float: left;
}

.fr {
    float: right;
}

.pr {
    position: relative;
}

.pa {
    position: absolute;
}

.clearfix::after {
    clear: both;
    content: " ";
    display: table;
}

input::-webkit-input-placeholder {
    /* WebKit, Blink, Edge */
    color: #333333;
}

input:-moz-placeholder {
    /* Mozilla Firefox 4 to 18 */
    color: #333333;
}

input::-moz-placeholder {
    /* Mozilla Firefox 19+ */
    color: #333333;
}

input:-ms-input-placeholder {
    /* Internet Explorer 10-11 */
    color: #333333;
}

textarea::-webkit-input-placeholder {
    /* WebKit, Blink, Edge */
    color: #333333;
}

textarea:-moz-placeholder {
    /* Mozilla Firefox 4 to 18 */
    color: #333333;
}

textarea::-moz-placeholder {
    /* Mozilla Firefox 19+ */
    color: #333333;
}

textarea:-ms-input-placeholder {
    /* Internet Explorer 10-11 */
    color: #333333;
}

body {
    width: 100%;
    padding: 0;
    margin: 0;
    overflow-x: hidden;
}

html {
    padding: 0;
    margin: 0;
}

b {
    font-weight: normal;
}

.t-title {
    text-align: center;
    font-weight: normal;
    padding: 0px 0 20px 0;
}

.t-title h2 {
    font-weight: bold;
    font-size: 36px;
    line-height: 100%;
    color: #333;
    margin: 0 0 20px 0;
}

.t-title h2 em {
    color: #113687;
}

.t-title .line {
    border-bottom: 2px solid #fff;
}

.t-title .line div {
    height: 3px;
    background-color: #113687;
    width: 110px;
    margin: 0 auto -2px;
}

.t-title h3 {
    display: block;
    color: #666;
    padding-top: 15px;
    font-size: 20px;
    line-height: 100%;
}

.index-top .title {
    box-shadow: 0 4px 8px #dddddd;
    overflow: hidden;
}

.index-top .title span {
    color: #113687;
    font-size: 12px;
    line-height: 40px;
}

.index-top .title a {
    float: right;
    color: #113687;
    padding: 0 16px;
    line-height: 40px;
    background: url(../image/topmenuline.jpg) no-repeat right center;
}

.index-top .title a:nth-child(2) {
    background: none;
}

.index-top .text .logo {
    color: #113687;
    font-weight: bold;
    margin: 48px 0 0;
    overflow: hidden;
    width: 180px;
}

.index-top .text .logo .pic {
    width: 95px;
    float: left;
    width: 168px;
}

.index-top .text .logo .pic img {
    width: 100%;
    display: block;
}

.index-top .text .logo h2 {
    font-size: 46px;
    font-weight: bold;
    line-height: 63px;
    display: block;
    float: left;
    width: 185px;
    padding-left: 10px;
}

.index-top .text .wen {
    width: 600px;
    margin: 51px 0 49px;
    padding-left: 10px;
    border-left: 1px dashed #ccc;
}

.index-top .text .wen h2 {
    font-size: 24px;
    font-weight: bold;
    line-height: 24px;
}

.index-top .text .wen p {
    font-size: 16px;
    line-height: 16px;
    margin-top: 7px;
    text-transform: uppercase;
}

.index-top .text .tel {
float: right;
    background: url(../image/phone.png) no-repeat;
    margin: 48px 0 20px;
}

.index-top .text .tel h3 {
    font-size: 14px;
    color: #333333;
    line-height: 14px;
    padding-left: 70px;
}

.index-top .text .tel span {
    font-size: 32px;
    line-height: 46px;
    color: #113687;
    font-weight: bold;
    padding-left: 70px;
}

.index-nav {
    background-color: #113687;
}

.index-nav ul li {
    float: left;
    width: 11.1%;
    position: relative;
}

.index-nav ul li a {
    color: #fff;
    display: block;
    text-align: center;
    padding: 14px 0;
    position: relative;
    z-index: 1;
}

.index-nav ul li a b {
    font-size: 17px;
    line-height: 17px;
}

.index-nav ul li a span {
    display: block;
    font-size: 12px;
    line-height: 12px;
    padding-top: 0px;
    color: rgba(255, 255, 255, 0.5);
    text-transform: uppercase;
}

.index-nav ul li dl {
    z-index: 1000;
    position: absolute;
    top: 54px;
    color: #fff;
    width: 100%;
    left: 0px;
    display: none;
}

.index-nav ul li dl dd {
    line-height: 50px;
    text-align: center;
    height: 50px;
    margin-bottom: 1px;
    background: #ffa501;
}

.index-nav ul li dl dd a {
    height: 50px;
    line-height: 50px;
    padding: 0;
    word-break: keep-all;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    font-size: 16px;
}

.index-nav ul li dl dd:hover a {
    background-color: #113687;
    color: #fff;
}

.index-nav ul li::after {
    position: absolute;
    left: 50%;
    top: 0;
    content: "";
    width: 0;
    height: 52px;
    background-color: #ffa501;
    transition: all 0.3s;
    -moz-transition: all 0.3s;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
}

.index-nav ul .active {
    background-color: #ffa501;
}

.index-nav ul li:hover::after {
    width: 100%;
    left: 0;
}

.index-so {
    width: 100%;
    height: 116px;
    position: relative;
}

.index-so .w1200 {
    overflow: hidden;
    position: absolute;
    top: -40px;
    left: 50%;
    background-color: #ffffff;
    margin-left: -600px;
    z-index: 900;
    box-sizing: border-box;
    padding: 30px;
    box-shadow: 4px 4px 8px #d6d6d6;
}

.index-so .w1200 .tel {
    float: left;
    border: 2px solid #000000;
    padding: 23px 25px;
    width: 150px;
}

.index-so .w1200 .tel h2 {
    font-size: 16px;
    line-height: 16px;
    margin-bottom: 13px;
}

.index-so .w1200 .tel h3 {
    font-weight: bold;
    font-family: Impact;
    color: #000000;
    font-size: 24px;
    line-height: 24px;
}

.index-so .w1200 .text {
    height: 103px;
    float: left;
    width: 364px;
    padding: 10px 40px;
    box-sizing: border-box;
    border: 2px solid #000000;
    margin-left: -2px;
}

.index-so .w1200 .text ul {
    overflow: hidden;
}

.index-so .w1200 .text ul li {
    float: left;
    width: 50%;
}

.index-so .w1200 .text ul li a {
    color: #333333;
    font-size: 14px;
}

.index-so .w1200 .text ul li a:hover {
    color: #000;
    font-weight: bold;
}

.index-so .w1200 .so {
    float: left;
    overflow: hidden;
    margin-left: 40px;
    padding: 18px 0;
}

.index-so .w1200 .so input {
    height: 60px;
    line-height: 60px;
    border: 0;
    border-bottom-color: currentcolor;
    border-bottom-style: none;
    border-bottom-width: 0px;
    border-bottom: 2px solid #000000;
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    float: left;
    width: 450px;
    font-size: 14px;
}

.index-so .w1200 .so button {
    width: 80px;
    border: 0;
    border-bottom-color: currentcolor;
    border-bottom-style: none;
    border-bottom-width: 0px;
    border-bottom: 2px solid #000000;
    margin: 10px 0 0 0;
    padding: 0;
    float: left;
    background-color: #fff;
}

.index-so .w1200 .so button img {
    height: 48px;
    width: 100%;
    display: block;
}

.index-about {
    padding: 85px 0 27px;
}

.index-about .box .left {
    width: 555px;
    padding: 20px 0 0 0;
}

.index-about .box .left h1 {
    font-size: 30px;
    color: #333;
    font-weight: bold;
    line-height: 42px;
}

.index-about .box .left span {
    font-size: 14px;
    color: #999;
    font-weight: bold;
    line-height: 26px;
    text-transform: uppercase;
}

.index-about .box .left .line {
    width: 115px;
    height: 3px;
    background: #ccc;
    margin: 10px 0px;
}

.index-about .box .left .text {
    font-size: 20px;
    color: #333;
    line-height: 30px;
    margin-bottom: 15px;
    font-weight: bold;
    color: #113687;
}

.index-about .box .left p {
    font-size: 14px;
    color: #666;
    line-height: 24px;
}

.index-about .box .left .more {
    width: 130px;
    height: 40px;
    background-color: #113687;
    color: #fff;
    line-height: 40px;
    text-align: center;
    font-size: 18px;
    margin-top: 10px;
    border: 1px solid #113687;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}

.index-about .box .left .more a {
    color: #fff;
}

.index-about .box .left .more:hover {
    padding: 0px 10px;
    background: #fff;
    border: 1px solid #113687;
}

.index-about .box .left .more:hover a {
    color: #113687;
}

.index-about .box .left .icon {
    margin: 15px 0px 0px;
    overflow: hidden;
}

.index-about .box .left .icon .quanbox1 {
    float: left;
    transition: All 0.4s ease-in-out;
}

.index-about .box .left .icon .quanbox2 {
    float: left;
    margin: 0px 28px;
    transition: All 0.4s ease-in-out;
}

.index-about .box .left .icon .quanbox3 {
    float: left;
    transition: All 0.4s ease-in-out;
}

.index-about .box .left .icon .quanbox1:hover {
    transform: rotate(360deg);
    transition: All 0.4s ease-in-out;
}

.index-about .box .left .icon .quanbox2:hover {
    transform: rotate(360deg);
    transition: All 0.4s ease-in-out;
}

.index-about .box .left .icon .quanbox3:hover {
    transform: rotate(360deg);
    transition: All 0.4s ease-in-out;
}

.index-about .box .right {
    position: relative;
}

.index-about .box .right .big {
    width: 397px;
    height: 480px;
    position: absolute;
    top: 0px;
    right: 203px;
}

.index-about .box .right .big img {
    width: 100%;
    display: block;
    height: 480px;
}

.index-about .box .right .small {
    width: 305px;
    height: 374px;
    position: absolute;
    top: 55px;
    right: 0px;
}

.index-market {
    background: url("../image/yt.jpg") center 205px no-repeat;
    padding: 70px 50px 70px;
}

.index-market .t-title .line {
    border-bottom: 2px solid #eee;
}

.index-market .vr {
    height: 490px;
    position: relative;
}

.index-market .vr .qj {
    position: absolute;
    top: 200px;
    left: 50%;
    margin-left: -100px;
    width: 200px;
    height: 200px;
    background-color: #333333;
    border-radius: 50%;
    top: 56%;
}

.index-market .vr .qj a i {
    display: block;
    text-align: center;
    font-size: 72px;
    color: #ffffff;
    line-height: 72px;
    padding-top: 27px;
}

.index-market .vr .qj a h2 {
    font-size: 16px;
    text-align: center;
    color: #ffffff;
}

.index-market .vr .qj a span {
    display: block;
    text-align: center;
    font-size: 24px;
    color: #ffffff;
    line-height: 24px;
}

.index-market .vr .qj:hover {
    background: -webkit-linear-gradient(#113687, #113687);
    background: -o-linear-gradient(#113687, #113687);
    background: -moz-linear-gradient(#113687, #113687);
    background: linear-gradient(#113687, #113687);
}

.index-market .box {
    margin-top: 100px;
    background-color: #ffffff;
    box-shadow: 0 0 4px #999999;
    padding: 0 0 40px 0;
}

.index-market .box .num {
    width: 100%;
}

.index-market .box .num ul {
    overflow: hidden;
}

.index-market .box .num ul li {
    float: left;
    width: 25%;
    text-align: center;
    padding: 55px 0;
}

.index-market .box .num ul li h2 {
    font-size: 24px;
    line-height: 48px;
}

.index-market .box .num ul li h2 span {
    font-size: 48px;
    font-weight: bold;
    color: #113687;
}

.index-market .box .num ul li h3 {
    font-size: 18px;
}

.index-market .box .zz {
    overflow: hidden;
    padding: 0 40px;
}

.index-market .box .zz .z {
    float: left;
    width: 408px;
    height: 488px;
    overflow: hidden;
    position: relative;
    cursor: pointer;
}

.index-market .box .zz .z img {
    width: 100%;
    display: block;
    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    transition: 0.5s;
}

.index-market .box .zz .z .ico {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    background: url(../image/albg.png) repeat left top;
}

.index-market .box .zz .z .ico a {
    display: block;
}

.index-market .box .zz .z .ico a i {
    background: url(../image/fdj.png) center center no-repeat;
    height: 55px;
}

.index-market .box .zz .z .ico a h2 {
    text-align: center;
    color: #ffffff;
    line-height: 46px;
}

.index-market .box .zz .z:hover img {
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
}

.index-market .box .zz .z:hover .ico {
    height: 488px;
}

.index-market .box .zz .z:hover .ico a {
    height: 288px;
    padding-top: 200px;
}

.index-market .box .zz .z:hover .ico i {
    display: block;
    text-align: center;
    font-size: 46px;
    line-height: 46px;
}

.index-market .box .zz .y {
    float: right;
    width: 672px;
    margin-left: 40px;
}

.index-market .box .zz .y .s {
    overflow: hidden;
    margin-bottom: 45px;
}

.index-market .box .zz .y .s .i {
    position: relative;
    width: 316px;
    height: 221px;
    float: left;
    margin-right: 40px;
    overflow: hidden;
}

.index-market .box .zz .y .s .i img {
    width: 100%;
    display: block;
    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    transition: 0.5s;
}

.index-market .box .zz .y .s .i .ico {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    background: url(../image/albg.png) repeat left top;
}

.index-market .box .zz .y .s .i .ico a {
    display: block;
}

.index-market .box .zz .y .s .i .ico a i {
    background: url(../image/fdj.png) center center no-repeat;
    height: 55px;
}

.index-market .box .zz .y .s .i .ico a h2 {
    text-align: center;
    color: #ffffff;
    line-height: 46px;
}

.index-market .box .zz .y .s .i:last-child {
    margin-right: 0;
}

.index-market .box .zz .y .s .i:hover img {
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
}

.index-market .box .zz .y .s .i:hover .ico {
    height: 221px;
}

.index-market .box .zz .y .s .i:hover .ico a {
    height: 248px;
    padding-top: 80px;
}

.index-market .box .zz .y .s .i:hover .ico i {
    display: block;
    text-align: center;
    font-size: 46px;
    line-height: 46px;
}

.index-market .box .zz .y .x {
    width: 100%;
    margin-top: 40px;
    position: relative;
    width: 672px;
    height: 227px;
}

.index-market .box .zz .y .x img {
    width: 100%;
    display: block;
}

.index-market .box .dd {
    margin-top: 0px;
    position: relative;
    padding: 0 40px 98px 40px;
    background: url("../image/tyy.jpg") 40px bottom no-repeat;
}

.index-market .box .dd h2 {
    font-size: 40px;
    font-weight: bold;
    line-height: 40px;
}

.index-market .box .dd h2 span {
    color: #113687;
}

.index-market .box .dd .url {
    position: absolute;
    right: 40px;
    top: 39px;
    width: 320px;
}

.index-market .box .dd .url a {
    border: 1px solid #113687;
    display: block;
    line-height: 57px;
    font-size: 16px;
    letter-spacing: 2px;
    background-color: #113687;
    text-align: center;
    color: #ffffff;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}

.index-market .box .dd .url:hover a {
    padding: 0px 10px;
    background: #fff;
    border: 1px solid #113687;
    color: #113687;
}

.index-advan {
    height: 880px;
    padding: 70px 0;
    background: url(../image/bj2.jpg) no-repeat top center;
}

.index-advan .box {
    margin-bottom: 30px;
    position: relative;
    height: 578px;
}

.index-advan .box .ys1 {
    left: 110px;
    top: 48px;
    text-align: center;
    width: 240px;
    position: absolute;
}

.index-advan .box .ys1 h2 {
    font-size: 20px;
    color: #4a4a4a;
    padding-bottom: 14px;
}

.index-advan .box .ys1 p {
    font-size: 14px;
    color: #4a4a4a;
    line-height: 22px;
}

.index-advan .box .ys2 {
    position: absolute;
    left: 8px;
    top: 228px;
    text-align: center;
    width: 240px;
}

.index-advan .box .ys2 h2 {
    font-size: 20px;
    color: #4a4a4a;
    padding-bottom: 14px;
}

.index-advan .box .ys2 p {
    font-size: 14px;
    color: #4a4a4a;
    line-height: 22px;
}

.index-advan .box .ys3 {
    position: absolute;
    left: -20px;
    top: 409px;
    text-align: center;
    width: 240px;
}

.index-advan .box .ys3 h2 {
    font-size: 20px;
    color: #4a4a4a;
    padding-bottom: 14px;
}

.index-advan .box .ys3 p {
    font-size: 14px;
    color: #4a4a4a;
    line-height: 22px;
}

.index-advan .box .ys4 {
    position: absolute;
    right: 142px;
    top: 47px;
    text-align: center;
    width: 240px;
}

.index-advan .box .ys4 h2 {
    font-size: 20px;
    color: #4a4a4a;
    padding-bottom: 14px;
}

.index-advan .box .ys4 p {
    font-size: 14px;
    color: #4a4a4a;
    line-height: 22px;
}

.index-advan .box .ys5 {
    position: absolute;
    right: -6px;
    top: 227px;
    text-align: center;
    width: 240px;
}

.index-advan .box .ys5 h2 {
    font-size: 20px;
    color: #4a4a4a;
    padding-bottom: 14px;
}

.index-advan .box .ys5 p {
    font-size: 14px;
    color: #4a4a4a;
    line-height: 22px;
}

.index-advan .box .ys6 {
    position: absolute;
    right: -21px;
    top: 398px;
    text-align: center;
    width: 240px;
}

.index-advan .box .ys6 h2 {
    font-size: 20px;
    color: #4a4a4a;
    padding-bottom: 14px;
}

.index-advan .box .ys6 p {
    font-size: 14px;
    color: #4a4a4a;
    line-height: 22px;
}

.index-advan .detail ul li {
    float: left;
    width: 155px;
    text-align: center;
    margin-left: 82px;
    transition: All 0.4s ease-in-out;
}

.index-advan .detail ul li a .pic {
    width: 80px;
    height: 90px;
    margin: 0 auto;
}

.index-advan .detail ul li a .pic img {
    width: 100%;
    display: block;
}

.index-advan .detail ul li a h2 {
    font-size: 20px;
    color: #fff;
    padding-top: 10px;
    font-weight: bold;
    line-height: 20px;
}

.index-advan .detail ul li a p {
    font-size: 16px;
    color: #f3eedc;
}

.index-advan .detail ul li:hover img {
    transform: rotateY(360deg);
    transition: All 0.8s ease-in-out;
}

.index-advan .detail ul li:hover h2 {
    transform: rotateY(360deg);
    transition: All 0.8s ease-in-out;
}

.index-advan .detail ul li:hover p {
    transform: rotateY(360deg);
    transition: All 0.8s ease-in-out;
}

.index-advan .detail ul li:nth-child(1) {
    margin-left: 51px;
}

.index-advan .detail ul li:nth-child(2) {
    margin-left: 83px;
}

.index-advan .detail ul li:nth-child(3) {
    margin-left: 80px;
}

.index-advan .detail ul li:nth-child(4) {
    margin-left: 83px;
}

.index-advan .detail ul li:nth-child(5) {
    margin-left: 80px;
}

.index-pro {
    padding: 70px 0 70px;
}

.index-pro .t-title .line {
    border-bottom: 2px solid #eee;
}

.index-pro .box {
    padding: 20px 0 0 0;
    width: 100%;
}

.index-pro .box .left {
    float: left;
    height: 610px;
    width: 330px;
    margin-right: 20px;
    background-color: #ffffff;
    box-shadow: 0 0 4px #d6d6d6;
    box-sizing: border-box;
    position: relative;
}

.index-pro .box .left h2 {
    font-size: 22px;
    line-height: 22px;
    font-weight: bold;
    color: #113687;
    text-align: center;
    padding: 20px 0;
}

.index-pro .box .left ul li {
    background-color: #eaeaea;
    margin-bottom: 4px;
    padding: 40px 40px 40px 100px;
    position: relative;
    cursor: pointer;
}

.index-pro .box .left ul li i {
    position: absolute;
    left: 40px;
    top: 40px;
    z-index: 10;
    font-size: 20px;
    color: #ffffff;
    line-height: 42px;
    font-style: normal;
    width: 42px;
    text-align: center;
}

.index-pro .box .left ul li h2 {
    padding: 0;
    font-size: 18px;
    line-height: 18px;
    font-weight: bold;
    color: #000000;
    text-align: left;
}

.index-pro .box .left ul li h3 {
    font-size: 14px;
    line-height: 14px;
    color: #666666;
    margin-top: 10px;
}

.index-pro .box .left ul li:hover {
    background: -webkit-linear-gradient(#113687, #113687);
    background: -o-linear-gradient(#113687, #113687);
    background: -moz-linear-gradient(#113687, #113687);
    background: linear-gradient(#113687, #113687);
}

.index-pro .box .left ul li:hover i {
    color: #113687;
}

.index-pro .box .left ul li:hover h2 {
    color: #fff;
}

.index-pro .box .left ul li:hover h3 {
    color: #fff;
}

.index-pro .box .left ul li:hover::after {
    background: #ffffff;
}

.index-pro .box .left ul .active {
    background: -webkit-linear-gradient(#113687, #113687);
    background: -o-linear-gradient(#113687, #113687);
    background: -moz-linear-gradient(#113687, #113687);
    background: linear-gradient(#113687, #113687);
}

.index-pro .box .left ul .active i {
    color: #113687;
}

.index-pro .box .left ul .active h2 {
    color: #fff;
}

.index-pro .box .left ul .active h3 {
    color: #fff;
}

.index-pro .box .left ul .active::after {
    background: #ffffff;
}

.index-pro .box .left ul li::after {
    position: absolute;
    left: 40px;
    top: 40px;
    content: "";
    width: 42px;
    height: 42px;
    border-radius: 50%;
    background: -webkit-linear-gradient(#113687, #113687);
    background: -o-linear-gradient(#113687, #113687);
    background: -moz-linear-gradient(#113687, #113687);
    background: linear-gradient(#113687, #113687);
}

.index-pro .box .left .more {
    height: 60px;
    border: 0;
    background-color: #113687;
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
}

.index-pro .box .left .more a {
    display: block;
    color: #ffffff;
    font-size: 16px;
    line-height: 60px;
    text-align: center;
    letter-spacing: 3px;
}

.index-pro .box .right {
    float: right;
    width: 850px;
}

.index-pro .box .right .top {
    height: 450px;
    position: relative;
    overflow: hidden;
    margin-bottom: 10px;
}

.index-pro .box .right .top .pic {
    display: none;
    position: relative;
}

.index-pro .box .right .top .pic img {
    width: 100%;
    height: 450px;
    display: block;
    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    transition: 0.5s;
}

.index-pro .box .right .top .pic img:hover {
    transform: scale(1.2);
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
}

.index-pro .box .right .top .pic .text {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 80px;
    box-sizing: border-box;
    padding: 19px 20px;
    background-color: rgba(0, 0, 0, 0.8);
}

.index-pro .box .right .top .pic .text h2 {
    font-size: 18px;
    font-weight: bold;
    line-height: 18px;
    color: #ffffff;
}

.index-pro .box .right .top .pic .text h3 {
    font-size: 14px;
    color: #ffffff;
    line-height: 14px;
    margin-top: 10px;
}

.index-pro .box .right .top .pic .url {
    position: absolute;
    right: 0;
    bottom: 0;
    width: 80px;
    height: 80px;
    line-height: 80px;
    background: -webkit-linear-gradient(#113687, #113687);
    background: -o-linear-gradient(#113687, #113687);
    background: -moz-linear-gradient(#113687, #113687);
    background: linear-gradient(#113687, #113687);
    text-align: center;
    z-index: 100;
}

.index-pro .box .right .top .pic .url a {
    display: block;
    line-height: 80px;
    color: #fff;
    font-size: 50px;
    text-align: center;
}

.index-pro .box .right .top .pic:first-child {
    display: block;
}

.index-pro .box .right .detail {
    overflow: hidden;
}

.index-pro .box .right .detail .list {
    position: relative;
    overflow: hidden;
    width: 664px;
    height: 150px;
    float: left;
}

.index-pro .box .right .detail .list ul {
    position: absolute;
    width: 1105px;
}

.index-pro .box .right .detail .list ul li {
    width: 209px;
    float: left;
    margin-right: 12px;
}

.index-pro .box .right .detail .list ul li img {
    width: 100%;
    display: block;
    height: 150px;
}

.index-pro .box .right .detail .btn {
    float: right;
    width: 186px;
    height: 150px;
    background-color: #113687;
    position: relative;
    overflow: hidden;
}

.index-pro .box .right .detail .btn .prev {
    color: #fff;
    float: left;
    width: 50%;
    text-align: center;
    font-size: 70px;
    cursor: pointer;
}

.index-pro .box .right .detail .btn .prev span {
    color: #fff;
}

.index-pro .box .right .detail .btn .prev span:hover {
    background-color: #fff;
    color: #113687;
}

.index-pro .box .right .detail .btn .line {
    position: absolute;
    width: 3px;
    height: 50px;
    background-color: #fff;
    left: 50%;
    top: 50%;
    margin-top: -21px;
    margin-left: -1px;
}

.index-pro .box .right .detail .btn .next {
    cursor: pointer;
    color: #fff;
    float: right;
    width: 50%;
    text-align: center;
    font-size: 70px;
}

.index-pro .box .right .detail .btn .next span {
    color: #fff;
}

.index-pro .box .right .detail .btn .next span:hover {
    background-color: #fff;
    color: #113687;
}

.index-case {
    background: url(../image/bj1.jpg) center center no-repeat;
    padding: 70px 0;
    height: 823px;
}

@media screen and (max-width:1900px) {
    .index-case {
        height: 800px;
    }
}

@media screen and (max-width:1800px) {
    .index-case {
        height: 775px;
    }
}

@media screen and (max-width:1750px) {
    .index-case {
        height: 750px;
    }
}

@media screen and (max-width:1700px) {
    .index-case {
        height: 750px;
    }
}

@media screen and (max-width:1650px) {
    .index-case {
        height: 730px;
    }
}

@media screen and (max-width:1600px) {
    .index-case {
        height: 710px;
    }
}

@media screen and (max-width:1550px) {
    .index-case {
        height: 690px;
    }
}

@media screen and (max-width:1500px) {
    .index-case {
        height: 670px;
    }
}

.index-case .box .detail {
    margin-top: 30px;
    height: 44px;
}

.index-case .box .detail ul li {
    float: left;
    margin: 0 20px;
    width: 158px;
    position: relative;
    z-index: 100;
    cursor: pointer;
    height: 236px;
}

.index-case .box .detail ul li h2 {
    font-size: 16px;
    line-height: 16px;
    font-weight: bold;
    text-align: center;
}

.index-case .box .detail ul li h3 {
    font-size: 14px;
    color: #666666;
    text-align: center;
}

.index-case .box .detail ul li .line {
    width: 60%;
    height: 3px;
    background-color: #113687;
    margin: 0 auto;
}

.index-case .box .detail ul li a {
    display: none;
}

.index-case .box .detail ul li::after {
    border-right: 3px solid #ccc;
}

.index-case .box .detail ul li:hover {
    background: url("../image/s_cur.jpg") left top no-repeat;
    height: 236px;
    width: 158px;
}

.index-case .box .detail ul li:hover h2 {
    font-size: 24px;
    line-height: 24px;
    color: #ffffff;
    padding: 40px 0 0 0px;
}

.index-case .box .detail ul li:hover h3 {
    color: #ffffff;
}

.index-case .box .detail ul li:hover a {
    display: block;
    margin-top: 80px;
    line-height: 24px;
    width: 76px;
    text-align: center;
    font-size: 14px;
    color: #666666;
    border: 2px solid #999999;
    margin-left: 20px;
}

.index-case .box .detail ul .active {
    background: url("../image/s_cur.jpg") left top no-repeat;
    height: 236px;
    width: 158px;
}

.index-case .box .detail ul .active h2 {
    font-size: 24px;
    line-height: 24px;
    color: #ffffff;
    padding: 40px 0 0 0px;
}

.index-case .box .detail ul .active h3 {
    color: #ffffff;
}

.index-case .box .detail ul .active a {
    display: block;
    margin-top: 80px;
    line-height: 24px;
    width: 76px;
    text-align: center;
    font-size: 14px;
    color: #666666;
    border: 2px solid #999999;
    margin-left: 20px;
}

.index-case .box .pic {
    margin-top: 40px;
    height: 500px;
    position: relative;
    width: 100%;
}

.index-case .box .pic ul {
    position: absolute;
    width: 100%;
    height: 594px;
    overflow: hidden;
}

.index-case .box .pic ul li {
    width: 100%;
    display: none;
    position: relative;
}

.index-case .box .pic ul li img {
    width: 100%;
    display: block;
}

.index-case .box .pic ul li .txt {
    position: absolute;
    background-color: rgba(0, 0, 0, 0.8);
    bottom: 0;
    width: 100%;
    padding: 20px 0;
    color: #ffffff;
    z-index: 10;
}

.index-case .box .pic ul li .txt .wen {
    overflow: hidden;
    width: 100%;
    margin: 0 auto;
}

.index-case .box .pic ul li .txt .wen .z {
    text-align: right;
    padding-right: 2%;
    border-right: 1px solid #999999;
    float: left;
    width: 47%;
}

.index-case .box .pic ul li .txt .wen .z h2 {
    font-size: 24px;
    line-height: 24px;
    font-weight: bold;
}

.index-case .box .pic ul li .txt .wen .z h3 {
    font-size: 18px;
    line-height: 18px;
    margin-top: 10px;
}

.index-case .box .pic ul li .txt .wen .y {
    width: 48%;
    float: left;
    margin-left: 2%;
}

.index-case .box .pic ul li .txt .wen .y h2 {
    font-size: 24px;
    line-height: 24px;
    font-weight: bold;
}

.index-case .box .pic ul li .txt .wen .y h3 {
    font-size: 18px;
    line-height: 18px;
    margin-top: 10px;
}

.index-case .box .pic ul li:first-child {
    display: block;
}

.index-news {
    padding: 70px;
}

.index-news .t-title .line {
    border-bottom: 2px solid #eee;
}

.index-news .box {
    padding: 30px 0 15px 0;
}

.index-news .box .left {
    width: 580px;
    background-color: #eaeaea;
    box-sizing: border-box;
    padding: 40px;
    box-shadow: 0 0 14px #bbbbbb;
    float: left;
    height: 516px;
    position: relative;
}

.index-news .box .left .title {
    font-size: 20px;
    line-height: 20px;
    padding-bottom: 16px;
    border-bottom: 1px solid #d6d6d6;
}

.index-news .box .left .title a {
    font-weight: bold;
    color: #333333;
    margin-right: 40px;
}

.index-news .box .left .title .active {
    border-bottom: 2px solid #113687;
    padding: 12px 0;
}

.index-news .box .left .more {
    position: absolute;
    right: 43px;
    top: 36px;
}

.index-news .box .left .more a {
    color: #666666;
    font-size: 14px;
    font-weight: normal;
    margin: 0;
    text-transform: Uppercase;
}

.index-news .box .left .news {
    height: 397px;
    overflow: hidden;
}

.index-news .box .left .news .text .top {
    margin-top: 20px;
    overflow: hidden;
}

.index-news .box .left .news .text .top a {
    display: block;
}

.index-news .box .left .news .text .top a .tu {
    float: left;
    width: 176px;
    overflow: hidden;
}

.index-news .box .left .news .text .top a .tu img {
    width: 176px;
    height: 105px;
    display: block;
    transition: all ease-in-out 0.5s;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}

.index-news .box .left .news .text .top a .tu img:hover {
    transform: scale(1.2);
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
}

.index-news .box .left .news .text .top a .wen {
    float: left;
    width: 300px;
    margin-left: 20px;
}

.index-news .box .left .news .text .top a .wen h2 {
    color: #333333;
    font-size: 16px;
}

.index-news .box .left .news .text .top a .wen p {
    font-size: 14px;
    color: #666666;
    line-height: 24px;
}

.index-news .box .left .news .text .top a .wen span {
    color: #113687;
    font-size: 14px;
}

.index-news .box .left .news .text .top a .wen:hover h2 {
    color: #113687;
}

.index-news .box .left .news .text .list {
    margin-top: 20px;
}

.index-news .box .left .news .text .list ul {
    width: 100%;
}

.index-news .box .left .news .text .list ul li {
    font-size: 14px;
    line-height: 46px;
    border-bottom: 1px dashed #d6d6d6;
}

.index-news .box .left .news .text .list ul li a {
    color: #333333;
    display: block;
    position: relative;
    padding-left: 16px;
}

.index-news .box .left .news .text .list ul li a:hover {
    color: #113687;
}

.index-news .box .left .news .text .list ul li a::after {
    position: absolute;
    left: 0;
    top: 20px;
    content: "";
    width: 6px;
    height: 6px;
    background-color: #113687;
    border-radius: 50%;
}

.index-news .box .right {
    float: right;
    width: 580px;
    margin-left: 40px;
    background-color: #eaeaea;
    box-sizing: border-box;
    padding: 40px;
    box-shadow: 0 0 14px #bbbbbb;
}

.index-news .box .right .title {
    font-size: 20px;
    line-height: 20px;
    padding-bottom: 16px;
    border-bottom: 1px solid #d6d6d6;
}

.index-news .box .right .title a {
    font-weight: bold;
    color: #333333;
    margin-right: 40px;
}

.index-news .box .right .title span a {
    color: #666666;
    font-size: 14px;
    font-weight: normal;
    margin: 0;
    text-transform: Uppercase;
}

.index-news .box .right .detail {
    margin-top: 20px;
    position: relative;
}

.index-news .box .right .detail ul li .pic {
    overflow: hidden;
}

.index-news .box .right .detail ul li .pic img {
    width: 500px;
    height: 272px;
    display: block;
    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    transition: 0.5s;
}

.index-news .box .right .detail ul li .pic:hover img {
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
}

.index-news .box .right .detail ul li h2 {
    color: #333333;
    font-size: 16px;
    line-height: 32px;
}

.index-news .box .right .detail ul li p {
    font-size: 14px;
    color: #666666;
    line-height: 24px;
}

.index-news .box .right .detail ul li span {
    color: #113687;
}

.index-news .box .right .detail ul li:hover h2 {
    color: #113687;
}

.index-coo {
    background-color: #fbfbfb;
    padding: 50px 0 50px;
}

.index-coo .box {
    margin-top: 10px;
    overflow: hidden;
}

.index-coo .box .text {
    float: left;
    background-color: #113687;
    margin-right: 9px;
    width: 126px;
    padding: 36px 20px;
}

.index-coo .box .text h2 {
    font-size: 26px;
    color: #fff;
    line-height: 26px;
}

.index-coo .box .text h3 {
    color: #fff;
    text-transform: uppercase;
}

.index-coo .box .text p {
    font-size: 16px;
    line-height: 16px;
    color: #fff;
    text-transform: uppercase;
}

.index-coo .box ul {
    width: 100%;
    margin: 0 auto;
    overflow: hidden;
    float: left;
}

.index-coo .box ul li {
    width: 142px;
    box-sizing: border-box;
    border: 1px solid #d6d6d6;
    margin: 0 9px 9px 0;
    float: left;
}

.index-coo .box ul li img {
    width: 100%;
    display: block;
    height: 65px;
}

.index-coo .box ul li:nth-child(8) {
    margin-right: 0;
}

.index-coo .box ul li:nth-child(16) {
    margin-right: 0;
}

.index-footer {
    background: #2d2d2d;
    margin-bottom: 60px;
}

.index-footer .box {
    padding: 34px 0 0px;
    min-height: 225px;
}

.index-footer .box .tb_boxall {
    border-bottom: 1px dashed #4a4b4d;
    padding: 0px 0px 30px;
}

.index-footer .box .tb_boxall .f-logo {
    width: 200px;
    float: left;
}

.index-footer .box .tb_boxall .td_box {
    float: left;
    background: url(../image/spit.png) no-repeat left top;
    /* padding-left: 13px; */
    width: 160px;
    height: 35px;
    text-align: center;
}

.index-footer .box .tb_boxall .td_box .foot_title {
    font-size: 16px;
    margin-bottom: 10px;
}

.index-footer .box .tb_boxall .td_box .foot_title a {
    color: #ddddda;
    font-weight: bold;
}

.index-footer .box .tb_boxall .td_box .foot_title a:hover {
    color: #fff;
}

.index-footer .box .tb_boxall .td_box ul li {
    line-height: 30px;
    font-size: 14px;
}

.index-footer .box .tb_boxall .td_box ul li a {
    color: #ddddda;
}

.index-footer .box .tb_boxall .td_box ul li a:hover {
    color: #fff;
    font-weight: bold;
}

.index-footer .box .tb_boxall .lastwid {
    width: 172px;
    text-align: center;
    line-height: 30px;
    font-size: 14px;
    color: #c0c0bf;
    padding-left: 20px;
}

.index-footer .box .foot_img {
    padding: 25px 0px;
    border-bottom: 1px dashed #4a4b4d;
    height: 38px;
    position: relative;
    text-align: center;
}

.index-footer .box .foot_img ul {
    overflow: hidden;
    display: inline-block;
}

.index-footer .box .foot_img ul li {
    float: left;
    padding-right: 36px;
    font-size: 14px;
}

.index-footer .box .foot_img ul li .img {
    display: inline-block;
    vertical-align: middle;
}

.index-footer .box .foot_img ul li .text {
    display: inline-block;
    vertical-align: middle;
    color: #fff;
    text-align: left;
    line-height: 20px;
}

.index-footer .box .jianjie {
    text-align: center;
    font-size: 16px;
    line-height: 26px;
    padding: 10px 0;
    color: #ddddda;
}

.index-footer .foot_bottom {
    background: #1e1e1e;
    height: 63px;
    line-height: 63px;
    text-align: center;
    font-size: 16px;
    color: #fff;
}

.index-footer .foot_bottom a {
    color: #ddddda;
}

.t-search {
    height: 76px;
    overflow: hidden;
    border-bottom: 1px solid #e4e4e4;
}

.t-search .w1200 .search p {
    float: left;
    font-size: 14px;
    color: #999;
    width: 825px;
    height: 80px;
    line-height: 80px;
    overflow: hidden;
}

.t-search .w1200 .search p a {
    margin: 0 4px;
    color: #666;
}

.t-search .w1200 .search p a:hover {
    color: #113687;
}

.t-search .w1200 .search .left {
    background: url(../image/sousuo_01.jpg) no-repeat;
    width: 233px;
    height: 48px;
    border: none;
    padding: 0 0 0 60px;
    float: left;
    font-family: "Microsoft YaHei";
    font-size: 14px;
    color: #666;
    line-height: 48px;
    outline: none;
    margin-top: 14px;
}

.t-search .w1200 .search .right {
    cursor: pointer;
    float: left;
    background: url(../image/sousuo_02.jpg) no-repeat;
    border: none;
    width: 81px;
    height: 48px;
    margin-top: 14px;
}

.t-position {
    background: url(../image/yybg.jpg) repeat-x left top;
    width: 100%;
}

.t-position h2 {
    font-size: 14px;
    line-height: 48px;
    padding-left: 20px;
    position: relative;
    box-sizing: border-box;
    border-bottom: 1px dashed #d6d6d6;
}

.t-position h2 a {
    color: #333333;
}

.t-position h2 a:hover {
    color: #113687;
}

.t-position h2 b {
    font-weight: normal;
    margin: 0 6px;
}

.t-position h2::after {
    position: absolute;
    left: 0;
    top: 14px;
    content: "";
    width: 10px;
    height: 20px;
    background-color: #113687;
}

.t-pages {
    width: 100%;
    text-align: center;
    padding-top: 10px;
}

.t-pages .pagination {
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    overflow: hidden;
}

.t-pages .pagination li {
    display: inline-block;
}

.t-pages .pagination li a.page-num{
    display: inline-block;
}
.t-pages .pagination li a.page-num-current{
    background-color: #113687;
    color:#fff;
}
.t-pages .pagination li a {
    display: block;
    width: 100%;
    color: #333;
    width: 30px;
    height: 30px;
    float: left;
    border: 1px solid #eaeaea;
    line-height: 30px;
    font-size: 16px;
    text-align: center;
    margin: 0 5px;
}

.t-pages .pagination .active {
    background-color: #113687;
}

.t-pages .pagination .active span {
    color: #fff;
}

.t-pages .pagination .disabled {
    background-color: #113687;
}

.t-pages .pagination .disabled a {
    color: #fff;
}

.t-pages .pagination .disabled span {
    color: #fff;
}

.t-pages .pagination li a:hover {
    background-color: #113687;
}

.t-pages .pagination li:hover a {
    color: #fff;
}

.t-pages .pagination li:hover span {
    color: #fff;
}

.news-box .w1200 {
    padding: 40px 0;
    overflow: hidden;
}

.news-box .w1200 .t-nav {
    width: 240px;
    float: left;
}

.news-box .w1200 .t-nav h2 {
    line-height: 76px;
    font-size: 24px;
    text-align: center;
    color: #ffffff;
    background-color: #113687;
}

.news-box .w1200 .t-nav ul li {
    height: 50px;
    line-height: 50px;
    background: url(../image/p14-icon5.png) no-repeat right center #eee;
    margin-top: 2px;
}

.news-box .w1200 .t-nav ul li a {
    display: block;
    font-size: 17px;
    font-weight: normal;
    padding: 0 40px 0;
    color: #666;
}

.news-box .w1200 .t-nav ul li:hover {
    background: url(../image/p14-icon2.png) no-repeat right center #113687;
}

.news-box .w1200 .t-nav ul li:hover a {
    color: #fff;
}

.news-box .w1200 .t-nav ul .active {
    background: url(../image/p14-icon2.png) no-repeat right center #113687;
}

.news-box .w1200 .t-nav ul .active a {
    color: #fff;
}

.news-box .w1200 .t-nav .tel {
    height: 140px;
    background: url("../image/contact-z1.jpg") no-repeat;
    color: #333;
    margin-top: 2px;
}

.news-box .w1200 .t-nav .tel p {
    font-size: 20px;
    height: 30px;
    line-height: 30px;
    padding: 37px 0 0 95px;
    background: url(../image/contact-z1_tel.png) no-repeat 74px 44px;
}

.news-box .w1200 .t-nav .tel span {
    display: block;
    height: 30px;
    font-weight: bold;
    font-size: 18px;
    line-height: 30px;
    padding-left: 73px;
}

.news-box .w1200 .news-list {
    width: 930px;
    margin-left: 30px;
    float: right;
}

.news-box .w1200 .news-list .box {}

.news-box .w1200 .news-list .box ul {
    width: 100%;
}

.news-box .w1200 .news-list .box ul li {
    margin: 0 0 30px 0;
    padding: 25px;
    border: 1px solid #d6d6d6;
}

.news-box .w1200 .news-list .box ul li a {
    display: block;
    overflow: hidden;
}

.news-box .w1200 .news-list .box ul li a .pic {
    float: left;
    overflow: hidden;
}

.news-box .w1200 .news-list .box ul li a .pic img {
    width: 250px;
    height: 175px;
    display: block;
    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    transition: 0.5s;
}

.news-box .w1200 .news-list .box ul li a .text {
    float: right;
    width: 603px;
    margin-left: 25px;
}

.news-box .w1200 .news-list .box ul li a .text h2 {
    color: #333333;
    font-size: 18px;
    margin: 0 0 10px 0;
}

.news-box .w1200 .news-list .box ul li a .text p {
    font-size: 14px;
    color: #666666;
    height: 94px;
}

.news-box .w1200 .news-list .box ul li a .text .more {
    overflow: hidden;
}

.news-box .w1200 .news-list .box ul li a .text .more b {
    width: 90px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    display: block;
    float: right;
    background: #b6b6b6;
    color: #fff;
}

.news-box .w1200 .news-list .box ul li:hover {
    border: 1px solid #113687;
}

.news-box .w1200 .news-list .box ul li:hover a .pic img {
    transform: scale(1.2);
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
}

.news-box .w1200 .news-list .box ul li:hover a .text h2 {
    color: #113687;
}

.news-box .w1200 .news-list .box ul li:hover a .text .more b {
    background: #113687;
}

.pro-box {
    padding: 0 0 40px 0;
}

.pro-box .box .p-nav {
    padding: 20px 0;
    text-align: center;
}

.pro-box .box .p-nav ul {
    overflow: hidden;
}

.pro-box .box .p-nav ul li {
    width: 277px;
    margin: 10px 10px 10px 10px;
    display: inline-table;
}

.pro-box .box .p-nav ul li a {
    display: block;
    font-size: 16px;
    text-align: center;
    border: 1px solid #d6d6d6;
    color: #666666;
    line-height: 40px;
}

.pro-box .box .p-nav ul li:hover a {
    border: 1px solid #113687;
    background-color: #113687;
    color: #fff;
}

.pro-box .box .p-nav ul .active a {
    border: 1px solid #113687;
    background-color: #113687;
    color: #fff;
}

.pro-box .box .p-detail ul {
    overflow: hidden;
}

.pro-box .box .p-detail ul li {
    float: left;
    width: 378px;
    border: 1px solid #d6d6d6;
    margin: 0 30px 30px 0;
}

.pro-box .box .p-detail ul li a {
    display: block;
}

.pro-box .box .p-detail ul li a .pic {
    width: 100%;
    overflow: hidden;
}

.pro-box .box .p-detail ul li a .pic img {
    width: 378px;
    height: 284px;
    display: block;
    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    transition: 0.5s;
}

.pro-box .box .p-detail ul li a span {
    display: block;
    font-size: 18px;
    text-align: center;
    color: #333333;
    line-height: 52px;
}

.pro-box .box .p-detail ul li:nth-child(3n) {
    margin-right: 0;
}

.pro-box .box .p-detail ul li:hover {
    border: 1px solid #113687;
}

.pro-box .box .p-detail ul li:hover a .pic img {
    transform: scale(1.2);
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
}

.pro-box .box .p-detail ul li:hover a span {
    color: #113687;
}

.page-box .w1200 {
    padding: 40px 0;
    overflow: hidden;
}

.page-box .w1200 .page-contact {
    width: 930px;
    margin-right: 30px;
    float: left;
}

.page-box .w1200 .page-contact p {
    font-size: 16px;
    color: #666666;
    margin: 10px 0;
    text-indent: 2em;
}

.page-box .w1200 .page-contact img {
    max-width: 100%;
    display: block;
    margin: 0 auto;
    padding: 10px 0;
}

.page-box .w1200 .t-nav {
    width: 240px;
    float: right;
}

.page-box .w1200 .t-nav h2 {
    line-height: 76px;
    font-size: 24px;
    text-align: center;
    color: #ffffff;
    background-color: #113687;
}

.page-box .w1200 .t-nav ul li {
    height: 50px;
    line-height: 50px;
    background: url(../image/p14-icon5.png) no-repeat right center #eee;
    margin-top: 2px;
}

.page-box .w1200 .t-nav ul li a {
    display: block;
    font-size: 17px;
    font-weight: normal;
    padding: 0 40px 0;
    color: #666;
}

.page-box .w1200 .t-nav ul li:hover {
    background: url(../image/p14-icon2.png) no-repeat right center #113687;
}

.page-box .w1200 .t-nav ul li:hover a {
    color: #fff;
}

.page-box .w1200 .t-nav ul .active {
    background: url(../image/p14-icon2.png) no-repeat right center #113687;
}

.page-box .w1200 .t-nav ul .active a {
    color: #fff;
}

.page-box .w1200 .t-nav .tel {
    height: 140px;
    background: url("../image/contact-z1.jpg") no-repeat;
    color: #333;
    margin-top: 2px;
}

.page-box .w1200 .t-nav .tel p {
    font-size: 20px;
    height: 30px;
    line-height: 30px;
    padding: 37px 0 0 95px;
    background: url(../image/contact-z1_tel.png) no-repeat 74px 44px;
}

.page-box .w1200 .t-nav .tel span {
    display: block;
    height: 30px;
    font-weight: bold;
    font-size: 18px;
    line-height: 30px;
    padding-left: 73px;
}

.map-box .page-nav {
    height: 55px;
    background: #fff;
    margin-top: 50px;
    margin-bottom: 20px;
    overflow: hidden;
    text-align: center;
}

.map-box .page-nav ul {
    overflow: hidden;
    display: inline-block;
}

.map-box .page-nav ul li {
    width: 300px;
    height: 55px;
    font-size: 18px;
    line-height: 55px;
    text-align: center;
    float: left;
    box-sizing: border-box;
    background: #f4f4f4;
    cursor: pointer;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}

.map-box .page-nav ul li a {
    display: block;
    height: 55px;
    color: #333;
}

.map-box .page-nav ul li:hover {
    background: url(../image/p16-icon6.png) no-repeat bottom center #113687;
    border-right: 1px solid #d8d8d8;
}

.map-box .page-nav ul li:hover a {
    color: #fff;
}

.map-box .page-nav ul .active {
    background: url(../image/p16-icon6.png) no-repeat bottom center #113687;
    border-right: 1px solid #d8d8d8;
}

.map-box .page-nav ul .active a {
    color: #fff;
}

.map-box .map-detail {
    padding: 25px 0;
}

.map-box .map-detail h2 {
    text-align: center;
    font-size: 30px;
    line-height: 30px;
    color: #113687;
    font-weight: bold;
}

.map-box .map-detail p {
    text-transform: Uppercase;
    text-align: center;
    font-size: 18px;
    line-height: 18px;
    color: #666;
    margin-top: 10px;
}

.map-box .map-detail .list {
    margin-top: 40px;
}

.map-box .map-detail .list ul {
    overflow: hidden;
}

.map-box .map-detail .list ul li {
    float: left;
    width: 384px;
    height: 180px;
    border: 1px solid #eee;
    background: #f5f5f5;
    margin-right: 20px;
    margin-bottom: 20px;
}

.map-box .map-detail .list ul li .icon {
    width: 45px;
    margin: 0 auto;
    margin-top: 20px;
}

.map-box .map-detail .list ul li p {
    font-size: 14px;
    color: #333;
    margin: 14px 0 3px 0;
}

.map-box .map-detail .list ul li span {
    display: block;
    text-align: center;
    font-size: 18px;
    color: #333;
}

.map-box .map-detail .list ul li:last-child {
    margin-right: 0;
}

.mess-box .w1200 {
    padding: 40px 0;
}

.mess-box .w1200 .title {
    text-align: center;
    margin-bottom: 40px;
}

.mess-box .w1200 .title h2 {
    font-size: 32px;
    font-weight: bold;
    color: #113687;
}

.mess-box .w1200 .title p {
    font-size: 20px;
}

.mess-box .w1200 .message ul {
    overflow: hidden;
    width: 100%;
}

.mess-box .w1200 .message ul li {
    width: 380px;
    margin-right: 30px;
    float: left;
    position: relative;
    margin-bottom: 40px;
}

.mess-box .w1200 .message ul li input {
    width: 314px;
    height: 36px;
    float: left;
    border: 1px solid #d6d6d6;
    margin: 0;
    padding: 0 50px 0 14px;
    display: block;
    border-radius: 3px;
    font-size: 14px;
}

.mess-box .w1200 .message ul li b {
    position: absolute;
    top: 0;
    right: 10px;
    color: red;
    line-height: 38px;
    font-size: 12px;
    font-weight: normal;
}

.mess-box .w1200 .message ul li:nth-child(3n) {
    margin-right: 0;
}

.mess-box .w1200 .message .text {
    width: 100%;
    margin-bottom: 40px;
}

.mess-box .w1200 .message .text textarea {
    width: 1170px;
    border: 1px solid #d6d6d6;
    padding: 4px 14px;
    border-radius: 3px;
    font-size: 14px;
}

.mess-box .w1200 .message .btn {
    width: 100%;
    height: 50px;
    text-align: center;
}

.mess-box .w1200 .message .btn button {
    width: 240px;
    height: 50px;
    border: 0;
    margin: 0;
    padding: 0;
    background-color: #113687;
    font-size: 18px;
    color: #ffffff;
    border-radius: 3px;
}

.mess-box .w1200 .message .btn button:first-child {
    margin-right: 40px;
}

.mess-box .w1200 .message .btn button:last-child {
    top: -2px;
    right: 379px;
}

.show-news .w1200 {
    padding: 40px 0;
}

.show-news .w1200 .t-nav {
    width: 240px;
    float: left;
}

.show-news .w1200 .t-nav h2 {
    line-height: 76px;
    font-size: 24px;
    text-align: center;
    color: #ffffff;
    background-color: #113687;
}

.show-news .w1200 .t-nav ul li {
    height: 50px;
    line-height: 50px;
    background: url(../image/p14-icon5.png) no-repeat right center #eee;
    margin-top: 2px;
}

.show-news .w1200 .t-nav ul li a {
    display: block;
    font-size: 17px;
    font-weight: normal;
    padding: 0 40px 0;
    color: #666;
}

.show-news .w1200 .t-nav ul li:hover {
    background: url(../image/p14-icon2.png) no-repeat right center #113687;
}

.show-news .w1200 .t-nav ul li:hover a {
    color: #fff;
}

.show-news .w1200 .t-nav ul .active {
    background: url(../image/p14-icon2.png) no-repeat right center #113687;
}

.show-news .w1200 .t-nav ul .active a {
    color: #fff;
}

.show-news .w1200 .t-nav .tel {
    height: 140px;
    background: url("../image/contact-z1.jpg") no-repeat;
    color: #333;
    margin-top: 2px;
}

.show-news .w1200 .t-nav .tel p {
    font-size: 20px;
    height: 30px;
    line-height: 30px;
    padding: 37px 0 0 95px;
    background: url(../image/contact-z1_tel.png) no-repeat 74px 44px;
}

.show-news .w1200 .t-nav .tel span {
    display: block;
    height: 30px;
    font-weight: bold;
    font-size: 18px;
    line-height: 30px;
    padding-left: 73px;
}

.show-news .w1200 .box {
    float: left;
    width: 930px;
    margin-left: 30px;
}

.show-news .w1200 .box .tit {
    font-size: 28px;
    text-align: center;
}

.show-news .w1200 .box .time {
    font-size: 14px;
    text-align: center;
    padding: 0 0 20px 0;
    border-bottom: 1px dashed #d6d6d6;
}

.show-news .w1200 .box .time span {
    margin: 0 10px;
    color: #999999;
}

.show-news .w1200 .box .content p {
    font-size: 16px;
    color: #666666;
    margin: 10px 0;
    text-indent: 2em;
}

.show-news .w1200 .box .content img {
    max-width: 100%;
    display: block;
    margin: 0 auto;
}

.show-news .w1200 .box .nex {
    border-top: 1px dashed #d6d6d6;
    padding: 10px 0;
}

.show-news .w1200 .box .nex p {
    padding: 10px 0 0 0;
    font-size: 16px;
}

.show-news .w1200 .box .nex p span {
    background-color: #a2a2a2;
    color: #ffffff;
    padding: 4px 10px;
    margin: 0 10px 0 0;
}

.show-news .w1200 .box .nex p a {
    color: #666666;
}

.show-news .w1200 .box .nex p a:hover {
    color: #113687;
}

.index-support {
    padding: 70px 0;
    background: url(../image/zcc.jpg) no-repeat center center;
}

.index-support .t-title h2 {
    font-size: 36px;
    font-weight: bold;
    line-height: 64px;
    color: #ffffff;
}

.index-support .t-title h2 span {
    font-size: 64px;
    color: #ffeab8;
}

.index-support .t-title h3 {
    font-size: 30px;
    color: #ffffff;
}

.index-support .t-title::after {
    display: none;
}

.index-support .box {
    margin-top: 40px;
}

.index-support .box ul {
    overflow: hidden;
}

.index-support .box ul li {
    margin: 0 12px 12px 0;
    padding: 40px;
    width: 291px;
    float: left;
    box-sizing: border-box;
    background-color: #fff;
    cursor: pointer;
}

.index-support .box ul li .icon {
    width: 57px;
    display: block;
    margin: 0 auto;
}

.index-support .box ul li .icon img {
    width: 100%;
    display: block;
    height: 57px;
}

.index-support .box ul li .text h2 {
    font-size: 22px;
    line-height: 30px;
    font-weight: bold;
    color: #113687;
    text-align: center;
    margin-top: 10px;
}

.index-support .box ul li .text h3 {
    font-size: 22px;
    line-height: 30px;
    text-align: center;
}

.index-support .box ul li:nth-child(4) {
    margin-right: 0;
}

.index-support .box ul li:nth-child(8) {
    margin-right: 0;
}

.index-support .box ul li:nth-child(5n) {
    margin-bottom: 0;
}
.fixed {
    width: 100%;
    background-color: #113687;
    position: fixed;
    bottom: 0;
    left: 0;
    z-index: 1000;
  }
  .fixed .w1200 {
    padding: 10px 0 10px 0;
  }
  .fixed .w1200 .pic {
    width: 138px;
  }
  .fixed .w1200 .btn {
    width: 620px;
    float: left;
    margin-left: 30px;
  }
  .fixed .w1200 .btn ul li {
    float: left;
    margin-left: 20px;
  }
  .fixed .w1200 .btn ul li i {
    display: block;
    width: 50px;
    font-size: 15px;
    font-weight: bold;
    line-height: 40px;
    text-align: center;
    font-style: normal;
    background-color: #fff;
    float: left;
  }
  .fixed .w1200 .btn ul li input {
    width: 150px;
    height: 40px;
    line-height: 40px;
    font-size: 12px;
    margin: 0;
    padding: 0 10px;
    border: 0;
    float: left;
    color: #333;
  }
  .fixed .w1200 .btn ul li button {
    width: 120px;
    height: 40px;
    font-size: 16px;
    line-height: 40px;
    font-weight: bold;
    border: 0;
    margin: 0;
    padding: 0;
    background-color: #fff;
  }
  .fixed .w1200 .tel {
    width: 332px;
    margin-left: 80px;
    float: left;
    height: 40px;
    position: relative;
  }
  .fixed .w1200 .tel h2 {
    font-size: 16px;
    line-height: 24px;
    color: #ffffff;
  }
  .fixed .w1200 .tel h3 {
    font-size: 12px;
    line-height: 12px;
    color: #ffffff;
    font-style: italic;
  }
  .fixed .w1200 .tel h4 {
    font-size: 34px;
    line-height: 40px;
    color: #fff;
    font-family: "Times New Roman", Times, serif;
    font-weight: bold;
    position: absolute;
    top: 0;
    right: 0;
  }