* {
    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: 12px/1.5 "宋体";
    color: #333;
	font-family: "宋体" !important;
}

body {
    overflow-x: hidden;
    background-color: #f5f5f5;
}

address,
cite,
dfn,
em,
var,
i {
    font-style: normal;
}

ul,
ol,
dl {
    list-style: none;
}

a {
    text-decoration: none;
    outline: none;
    font-family: "宋体";
    color: #333;
    cursor: pointer;
    font-size: 12px;
	font-family: "宋体" !important;
}

li {
    font-size: 12px;
    font-family: "宋体";
    list-style: none;
    margin: 0;
    padding: 0;
	font-family: "宋体" !important;
}

em {
    font-style: normal;
    font-size: 12px;
}

body,
p,
span {
    font-family: "宋体";
	font-family: "宋体" !important;
}

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;
}

.center {
    width: 1200px;
    margin: 0 auto;
}

.clear {
    clear: both;
}

.clear:after {
    display: block;
    mainContent: "";
    clear: both;
}

.clearfix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

.transtion {
    transition: all 0.5s;
    -o-transition: all 0.5s;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
}

@font-face {
    font-family: 'iconfont';
    src: url('./iconfont.eot');
    src: url('./iconfont.eot?#iefix') format('embedded-opentype'), url('./iconfont.woff') format('woff'), url('./iconfont.ttf') format('truetype'), url('./iconfont.svg#iconfont') format('svg');
}

.iconfont {
    font-family: "iconfont" !important;
    font-size: 16px;
    font-style: normal;
    -webkit-font-smoothing: antialiased;
    -webkit-text-stroke-width: 0.2px;
    -moz-osx-font-smoothing: grayscale;
}


/* ------ */

.head_top {
    width: 100%;
    height: 45px;
    line-height: 45px;
    background-color: #244c96;
}

.head_top span,
.head_top span a {
    color: rgba(255, 255, 255, 0.8);
    font-size: 14px;
}

.head_top img {
    margin-right: 8px;
    max-width: 20px;
    max-height: 20px;
}

.head_top2 {
    background-color: #f5f5f5;
}

.head_top2 span,
.head_top span a {
    color: #777;
}

header {
    width: 100%;
    height: 85px;
    line-height: 85px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.4);
    position: absolute;
    top: 0;
    z-index: 999;
}

header .logo {
    width: 20%;
}

header .logo img {
    max-width: 90%;
    max-height: 70px;
}

header .nav {
    width: 70%;
    height: 85px;
}

header .nav .nav_box>ul {
    display: block;
    width: 100%;
    margin: 0 auto;
}

header .nav .nav_box>ul>li {
    display: block;
    float: left;
    height: 81px;
    line-height: 81px;
    text-align: center;
    margin: 0 15px;
    position: relative;
}

header .nav .nav_box>ul>li>a {
    display: block;
    padding: 0 15px;
    font-size: 16px;
    color: #fff;
}

header .nav .nav_box>ul>li>a.on,
header .nav .nav_box>ul>li:hover>a {
    border-bottom: 4px solid #40ccfd;
}

header .nav ul li ul {
    width: 100%;
    background: rgba(0, 0, 0, 0.5);
    vertical-align: top;
    position: absolute;
    top: 85px;
    left: -40px;
    width: 180px;
    z-index: 99;
}

header .nav ul li ul li a {
    display: block;
    line-height: 36px;
    color: #FFFFFF;
    font-size: 15px;
}

header .search_box {
    width: 9%;
    height: 85px;
    position: relative;
}

header .search_box .search-form {
    display: block;
    line-height: 85px;
    text-align: right;
}

header .search_box .search-form img {
    width: 27px;
    height: 27px;
    cursor: pointer;
}

header .search_box .search-form .search {
    position: absolute;
    top: 90px;
    right: -10px;
    width: 285px;
    overflow: hidden;
    display: none;
    z-index: 99;
}

header .search_box .search-form .search input {
    width: 200px;
    height: 38px;
    border: 1px solid #ccc;
    padding: 0 10px;
    font-size: 14px;
    float: left;
}

header .search_box .search-form .search .searchBtn {
    height: 38px;
    line-height: 38px;
    width: 60px;
    text-align: center;
    font-size: 15px;
    border: 1px solid #ccc;
    cursor: pointer;
    float: left;
    background: #2959a2;
    color: #fff;
}

.header {
    position: inherit;
    border-bottom: none;
    background-color: #fff;
}

.header .nav .nav_box>ul>li>a {
    color: #444;
}

.header .nav .nav_box>ul>li>a.on,
.header .nav .nav_box>ul>li:hover>a {
    border-bottom: 4px solid #3ba0ee;
}


/*  */

#toTop {
    position: fixed;
    bottom: 100px;
    right: 30px;
    width: 38px;
    height: 38px;
    background: url(./gotop.jpg) no-repeat;
    background-size: 100%;
}


/*  */

footer {
    width: 100%;
    height: 465px;
    background-color: #424343;
    overflow: hidden;
}

footer .top {
    height: 380px;
    width: 100%;
    overflow: hidden;
    box-sizing: border-box;
    padding: 70px 0;
}

footer .top .left {
    width: 78%;
}

footer .top .left ul {
    display: block;
    float: left;
    border-right: 1px solid #555656;
    padding: 0 33px;
    height: 240px;
}

footer .top .left ul:last-child {
    border-right: none;
}

footer .top .left ul p {
    height: 30px;
    line-height: 25px;
    color: #fff;
    font-size: 18px;
}

footer .top .left ul p:hover a {
    color: #FF8C04;
}

footer .top .left ul p a {
    color: #fff;
    font-size: 18px;
}

footer .top .left ul span {
    font-size: 14px;
    color: #777;
    display: block;
    height: 33px;
    line-height: 20px;
}

footer .top .left ul li {
    height: 30px;
    line-height: 30px;
}

footer .top .left ul li a {
    display: block;
    font-size: 14px;
    color: #fff;
}

footer .top .left ul li:hover a {
    color: #40ccfd;
}

footer .top .right {
    width: 17.2%;
}

footer .top .right .box {
    height: 60px;
}

footer .top .right .box .logo {
    width: 100px;
}

footer .top .right .box .logo img {
    width: 100%;
    height: 50px;
}

footer .top .right .box .word {
    width: 100px;
}

footer .top .right .box .word p {
    height: 25px;
    line-height: 25px;
    font-size: 16px;
    color: #eee;
    text-align: right;
}

footer .top .right .box .word p a {
    font-size: 16px;
    color: #eee;
}

footer .top .right .tel {
    height: 60px;
    margin: 6px;
}

footer .top .right .tel span {
    display: block;
    font-size: 16px;
    color: #eee;
}

footer .top .right .tel p {
    font-size: 25px;
    color: #008fe4;
}

footer .top .right .vx_box {
    height: 110px;
    width: 200px;
    background-color: #a2a3a3;
    float: right;
}

footer .top .right .vx_box span {
    display: block;
    float: left;
    width: 84px;
    height: 110px;
    box-sizing: border-box;
    padding: 30px 18px;
    font-size: 16px;
    color: #fff;
}

footer .top .right .vx_box img {
    display: block;
    float: right;
    width: 116px;
    height: 110px;
}

footer .foot {
    width: 100%;
    height: 85px;
    line-height: 85px;
    border-top: 1px solid #555656;
    text-align: center;
    font-size: 16px;
    color: #fff;
}

footer .foot a {
    font-size: 16px;
    color: #fff;
}


/* ------ */

.banner_header {
    position: relative;
}

.banner {
    position: relative;
    overflow: hidden;
    width: 100%;
    height: 400px;
}

.banner img {
    position: absolute;
    top: 0;
    left: -960px;
    margin-left: 50%;
}

.banner .word {
    position: absolute;
    top: 120px;
    color: #fff;
    width: 480px;
}

.banner .word p {
    font-size: 36px;
    height: 70px;
    line-height: 70px;
}

.banner .word span {
    font-size: 16px;
    height: 90px;
    line-height: 30px;
    display: block;
    text-align: justify;
    overflow: hidden;
}

.index_banner {
    height: 835px;
    position: relative;
}

.index_banner .slideBox {
    width: 100%;
    height: 835px;
    overflow: hidden;
    position: relative;
}

.slideBox .hd {
    width: 70px;
    height: 10px;
    margin: 0 auto;
    overflow: hidden;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 40px;
    z-index: 1;
}

.slideBox .hd ul {
    overflow: hidden;
    zoom: 1;
    float: left;
}

.slideBox .hd ul li {
    float: left;
    margin: 0 3.5px;
    width: 9px;
    height: 9px;
    background: #fff;
    border-radius: 50%;
    box-shadow: 0 6px 0 0 #ccc;
}

.slideBox .hd ul li.on {
    width: 30px;
    background: #FF8C04;
    border-radius: 50px;
}

.index_banner .slideBox .bd {
    position: relative;
    height: 100%;
    z-index: 0;
}

.index_banner .slideBox .bd li {
    position: relative;
    height: 835px;
    overflow: hidden;
}

.index_banner .slideBox .bd img {
    position: absolute;
    top: 0;
    left: -960px;
    margin-left: 50%;
    display: block;
}


/* .index_banner .slideBox .prev,
.index_banner .slideBox .next{ position:absolute; left:3%; top:50%; margin-top:-25px; display:block; width:32px; height:40px; background:url(./slider-arrow.png) -110px 5px no-repeat; filter:alpha(opacity=50);opacity:0.5;   }
.index_banner .slideBox .next{ left:auto; right:3%; background-position:8px 5px; }
.index_banner .slideBox .prev:hover,
.index_banner .slideBox .next:hover{ filter:alpha(opacity=100);opacity:1;  }
.index_banner .slideBox .prevStop{ display:none;  }
.index_banner .slideBox .nextStop{ display:none;  } */


/*  ------  */

.title {
    text-align: center;
    margin: 0 auto;
    padding: 50px 0 30px;
}

.title p {
    font-size: 36px;
    color: #000;
    height: 75px;
    line-height: 75px;
    margin: 0 auto;
    background: url(./tit-bg.png) no-repeat bottom;
    background-size: 144px 5px;
}

.title span {
    font-size: 16px;
    color: #666;
    display: block;
    height: 65px;
    line-height: 65px;
}


/*  */

.section1 {
    width: 100%;
    height: 910px;
    background: url(./section1.png) no-repeat;
    background-size: 100% 100%;
}

.section1 .title p {
    width: 560px;
}

.section1 .jjfa {
    width: 100%;
    background: url(./gui-bg.png) no-repeat center top;
    height: 595px;
}

.section1 .j-box {
    max-width: 670px;
    height: 595px;
    margin: 0 auto;
}

.section1 .j-box ul {
    display: block;
    position: relative;
}

.section1 .j-box ul li {
    width: 120px;
    height: 66px;
    position: absolute;
}

.section1 .j-box ul li span {
    display: block;
    width: 120px;
    height: 65px;
}

.section1 .j-box ul li:nth-child(1) {
    top: 392px;
    left: 0;
}

.section1 .j-box ul li:nth-child(2) {
    top: 245px;
    left: 80px;
}

.section1 .j-box ul li:nth-child(3) {
    top: 357px;
    left: 215px;
}

.section1 .j-box ul li:nth-child(4) {
    top: 70px;
    left: 297px;
}

.section1 .j-box ul li:nth-child(5) {
    top: 188px;
    left: 337px;
}

.section1 .j-box ul li:nth-child(6) {
    top: 410px;
    left: 400px;
}

.section1 .j-box ul li:nth-child(7) {
    top: 70px;
    left: 500px;
}

.section1 .j-box .w1 {
    background: url(./w1.png) no-repeat center;
    background-size: 96px 64px;
}

.section1 .j-box .w1h,
.section1 .j-box .w1:hover {
    background: url(./w11.png) no-repeat center;
    background-size: 120px 20px;
}

.section1 .j-box .w2 {
    background: url(./w2.png) no-repeat center;
    background-size: 76px 63px;
}

.section1 .j-box .w2h,
.section1 .j-box .w2:hover {
    background: url(./w22.png) no-repeat center;
    background-size: 98px 20px;
}

.section1 .j-box .w3 {
    background: url(./w3.png) no-repeat center;
    background-size: 74px 62px;
}

.section1 .j-box .w3h,
.section1 .j-box .w3:hover {
    background: url(./w33.png) no-repeat center 10px;
    background-size: 95px 20px;
}

.section1 .j-box .w4 {
    background: url(./w4.png) no-repeat center;
    background-size: 55px 65px;
}

.section1 .j-box .w4h,
.section1 .j-box .w4:hover {
    background: url(./w44.png) no-repeat center;
    background-size: 71px 20px;
}

.section1 .j-box .w5 {
    background: url(./w5.png) no-repeat center;
    background-size: 34px 65px;
}

.section1 .j-box .w5h,
.section1 .j-box .w5:hover {
    background: url(./w55.png) no-repeat center;
    background-size: 40px 20px;
}

.section1 .j-box .w6 {
    background: url(./w6.png) no-repeat center;
    background-size: 64px 66px;
}

.section1 .j-box .w6h,
.section1 .j-box .w6:hover {
    background: url(./w66.png) no-repeat center;
    background-size: 80px 20px;
}

.section1 .j-box .w7 {
    background: url(./w7.png) no-repeat center;
    background-size: 64px 66px;
}

.section1 .j-box .w7h,
.section1 .j-box .w7:hover {
    background: url(./w77.png) no-repeat center;
    background-size: 80px 20px;
}


/*  */

.section2 {
    width: 100%;
    height: 888px;
    background: url(./section2.jpg) no-repeat;
    background-size: 100% 100%;
}

.section2 .title p {
    width: 560px;
    color: #fff;
    background: url(./tit-bg2.png) no-repeat bottom;
    background-size: 145px 5px;
}

.section2 .title span {
    color: #fff;
}

.section2 .section2_box {
    width: 915px;
    height: 605px;
    position: relative;
}

.section2 .section2_box ul {
    display: block;
}

.section2 .section2_box ul li {
    display: block;
    width: 268px;
    height: 232px;
    position: absolute;
}

.section2 .section2_box ul li {
    transition: all 0.8s;
    -webkit-transition: all 0.8s;
    -moz-transition: all 0.8s;
    -ms-transition: all 0.8s;
    -o-transition: all 0.8s;
}

.section2 .section2_box ul li:hover {
    transform: rotateY(360deg);
    -webkit-transform: rotateY(360deg);
    -moz-transform: rotateY(360deg);
    -ms-transform: rotateY(360deg);
    -o-transform: rotateY(360deg);
}

.section2 .section2_box ul li a {
    color: #fff;
    display: block;
    width: 268px;
    height: 132px;
    box-sizing: border-box;
    margin: 50px 0;
    line-height: 132px;
}

.section2 .section2_box ul li .box_content {
    width: 135px;
    margin: 0 auto;
}

.section2 .section2_box ul li .tit {
    font-size: 16px;
    line-height: 26px;
    max-height: 52px;
    overflow: hidden;
    text-align: justify;
    display: inline-block;
    vertical-align: middle;
}

.section2 .section2_box ul li span {
    display: block;
    width: 47px;
    height: 1px;
    margin: 15px 0;
    background: url(./section2-span.png) no-repeat;
    background-size: contain;
    display: none;
}

.section2 .section2_box ul li p {
    font-size: 14px;
    line-height: 24px;
    max-height: 48px;
    overflow: hidden;
    text-align: justify;
    display: none;
}

.section2 .section2_box ul li:nth-child(1) {
    background: url(./section2-1.png) no-repeat;
    background-size: 100%;
    top: 120px;
    left: 0px;
}

.section2 .section2_box ul li:nth-child(2) {
    background: url(./section2-2.png) no-repeat;
    background-size: 100%;
    top: 0px;
    left: 215px;
}

.section2 .section2_box ul li:nth-child(3) {
    background: url(./section2-3.png) no-repeat;
    background-size: 100%;
    top: 252px;
    left: 215px;
}

.section2 .section2_box ul li:nth-child(4) {
    background: url(./section2-4.png) no-repeat;
    background-size: 100%;
    top: 120px;
    left: 430px;
}

.section2 .section2_box ul li:nth-child(5) {
    background: url(./section2-5.png) no-repeat;
    background-size: 100%;
    bottom: 0;
    left: 430px;
}

.section2 .section2_box ul li:nth-child(6) {
    background: url(./section2-6.png) no-repeat;
    background-size: 100%;
    top: 248px;
    right: 0px;
}


/*  */

.section3 {
    width: 100%;
    height: 775px;
    background-color: #fff;
}

.section3 .title p {
    width: 330px;
}

.section3 .about_box {
    width: 100%;
    height: 470px;
}

.section3 .about_box .slideTxtBox {
    width: 100%;
}

.section3 .about_box .slideTxtBox .hd {
    height: 50px;
    line-height: 50px;
    border-bottom: 1px solid #333;
    position: relative;
}

.section3 .about_box .slideTxtBox .hd ul {
    display: flex;
}

.section3 .about_box .slideTxtBox .hd ul li {
    width: 100%;
    float: left;
    font-size: 16px;
    text-align: center;
}

.section3 .about_box .slideTxtBox .hd ul li a {
    display: block;
    font-size: 16px;
}

.section3 .about_box .slideTxtBox .hd ul li.on {
    background-color: #00a2ea;
    color: #fff;
}

.section3 .about_box .slideTxtBox .hd ul li.on a,
.section3 .about_box .slideTxtBox .hd ul li a.on {
    background-color: #00a2ea;
    color: #fff;
}

.section3 .about_box .slideTxtBox .bd {
    width: 100%;
    overflow: hidden;
}

.section3 .about_box .slideTxtBox .bd ul {
    padding-top: 60px;
}

.section3 .about_box .slideTxtBox .bd ul .left {
    width: 43.5%;
    height: 360px;
}

.section3 .about_box .slideTxtBox .bd ul .left .tit {
    font-size: 22px;
    color: #333;
    height: 50px;
    line-height: 25px;
}

.section3 .about_box .slideTxtBox .bd ul .left .word {
    font-size: 16px;
    color: #666;
    line-height: 24px;
    height: 215px;
    overflow: hidden;
    text-align: justify;
}

.section3 .about_box .slideTxtBox .bd ul .left .more a {
    display: block;
    width: 170px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    font-size: 16px;
    border: 1px solid #00a2ea;
    color: #00a2ea;
    border-radius: 50px;
    margin: 27px 0;
}

.section3 .about_box .slideTxtBox .bd ul .left .more a:hover {
    background-color: #00a2ea;
    color: #fff;
}

.section3 .about_box .slideTxtBox .bd ul .right {
    width: 52.9%;
    height: 360px;
}

.section3 .about_box .slideTxtBox .bd ul .right img {
    width: 100%;
}


/*  */

.section4 {
    width: 100%;
    height: 955px;
    background: url(./section4.jpg) no-repeat;
}

.section4 .title p {
    width: 330px;
}

.section4 .top {
    width: 100%;
    height: 500px;
}

.section4 .top .slideTxtBox {
    width: 100%;
    position: relative;
}

.section4 .top .slideTxtBox .hd {
    width: 460px;
    height: 500px;
    background: url(./section4-left.jpg) no-repeat;
    background-size: 100%;
    position: absolute;
    left: 0;
}

.section4 .top .slideTxtBox .hd span {
    color: rgba(255, 255, 255, 0.5);
    font-size: 38px;
    font-weight: 300;
    display: block;
    text-align: center;
    margin: 60px auto 0;
}

.section4 .top .slideTxtBox .hd p {
    font-size: 22px;
    color: #fff;
    margin-bottom: 30px;
    height: 30px;
    line-height: 30px;
    text-align: center;
}

.section4 .top .slideTxtBox .hd ul {
    position: absolute;
    top: 185px;
    left: 0;
    z-index: 9;
}

.section4 .top .slideTxtBox .hd ul li {
    display: block;
    width: 485px;
    height: 55px;
    line-height: 50px;
}

.section4 .top .slideTxtBox .hd ul li a {
    display: block;
    font-size: 16px;
    color: #fff;
    box-sizing: border-box;
    padding: 0 30px;
}

.section4 .top .slideTxtBox .hd ul li.on,
.section4 .top .slideTxtBox .hd ul li a.on {
    background: url(./section4-hot.png) no-repeat -1px;
}

.section4 .top .slideTxtBox .hd .more {
    position: absolute;
    bottom: 0;
    left: 295px;
    height: 25px;
    line-height: 25px;
    margin-bottom: 40px;
    margin-right: 35px;
}

.section4 .top .slideTxtBox .hd .more a {
    color: rgba(255, 255, 255, 0.8);
    font-size: 16px;
    display: block;
    height: 25px;
    line-height: 25px;
    float: right;
}

.section4 .top .slideTxtBox .hd .more a img {
    margin-top: -2px;
    margin-left: 6px;
}

.section4 .top .slideTxtBox .bd {
    position: absolute;
    right: 0;
    width: 740px;
    height: 500px;
}

.section4 .top .slideTxtBox .bd ul {
    display: block;
}

.section4 .top .slideTxtBox .bd ul img {
    width: 100%;
    height: 100%;
}

.section4 .bottom {
    margin-top: 10px;
    height: 175px;
    width: 100%;
}

.section4 .bottom ul {
    display: block;
}

.section4 .bottom ul li {
    display: block;
    float: left;
    margin: 0 5px;
    width: 292px;
    height: 175px;
    background-color: #2b4a8d;
    position: relative;
}

.section4 .bottom ul li:nth-child(1) {
    margin-left: 0;
}

.section4 .bottom ul li:nth-child(4) {
    margin-right: 0;
}

.section4 .bottom ul li a {
    display: block;
    box-sizing: border-box;
    padding: 3px;
}

.section4 .bottom ul li .pic {
    width: 100%;
    height: 100%;
    overflow: hidden;
}

.section4 .bottom ul li img {
    width: 100%;
    height: 100%;
}

.section4 .bottom ul li:hover img {
    transform: scale(1.1);
    -webkit-transform: scale(1.1);
    -o-transform: scale(1.1);
    -moz-transform: scale(1.1);
}

.section4 .bottom ul li p {
    width: 113px;
    height: 38px;
    line-height: 38px;
    text-align: center;
    display: block;
    background-color: #00a2ea;
    color: #fff;
    font-size: 16px;
    position: absolute;
    bottom: 0;
    left: 0;
}


/*  */

.section5 {
    width: 100%;
    height: 840px;
    background-color: #fff;
}

.section5 .title p {
    width: 330px;
}

.section5 .news_box {
    width: 100%;
}

.section5 .picScroll-left {
    width: 1200px;
    height: 550px;
    overflow: hidden;
    position: relative;
}

.section5 .picScroll-left .hd {
    height: 25px;
}

.section5 .picScroll-left .hd a {
    display: block;
    width: 19px;
    height: 25px;
    position: absolute;
}

.section5 .picScroll-left .hd .prev {
    background: url(./news-prev.png) no-repeat;
    background-size: 100%;
    bottom: 0;
    left: 45%;
}

.section5 .picScroll-left .hd .next {
    background: url(./news-next.png) no-repeat;
    background-size: 100%;
    bottom: 0;
    right: 45%;
}

.section5 .picScroll-left .hd ul {
    display: block;
    height: 12px;
    width: 36px;
    margin: 0 auto;
    position: absolute;
    bottom: 7px;
    left: 0;
    right: 0;
}

.section5 .picScroll-left .hd ul li {
    float: left;
    width: 10px;
    height: 10px;
    margin: 0 3px;
    border-radius: 50%;
    font-size: 0;
    border: 1px solid #cdcdcd;
    background-color: #fff;
    cursor: pointer;
}

.section5 .picScroll-left .hd ul li.on {
    background-color: #00a2ea;
}

.section5 .picScroll-left .bd {
    width: 100%;
}

.section5 .picScroll-left .bd ul {
    display: block;
    overflow: hidden;
}

.section5 .picScroll-left .bd ul .tempWrap {
    width: 100% !important;
}

.section5 .picScroll-left .bd ul li {
    width: 380px !important;
    height: 460px;
    margin: 0 8px;
    float: left;
    overflow: hidden;
    border: 1px solid #ddd;
    padding: 30px 20px;
    box-sizing: border-box;
}

.section5 .picScroll-left .bd ul li .pic {
    width: 100%;
    overflow: hidden;
    height: 220px;
}

.section5 .picScroll-left .bd ul li .pic img {
    width: 100%;
    height: 100%;
    display: block;
}

.section5 .picScroll-left .bd ul li:hover img {
    transform: scale(1.1);
    -webkit-transform: scale(1.1);
    -o-transform: scale(1.1);
    -moz-transform: scale(1.1);
}

.section5 .picScroll-left .bd ul li .box {
    display: block;
    width: 100%;
}

.section5 .picScroll-left .bd ul li .box .date {
    font-size: 22px;
    color: #454545;
    margin-top: 25px;
}

.section5 .picScroll-left .bd ul li .box .date span {
    font-size: 16px;
    color: #666;
}

.section5 .picScroll-left .bd ul li .box .tit {
    font-size: 16px;
    color: #666;
    height: 55px;
    line-height: 55px;
}

.section5 .picScroll-left .bd ul li:hover .box .tit {
    color: #00a2ea;
}

.section5 .picScroll-left .bd ul li .box .word {
    font-size: 16px;
    color: #999;
    line-height: 28px;
}


/* ------ */

.child_box {
    width: 100%;
    height: 64px;
    background-color: #fff;
    border-bottom: 1px solid #e6e6e6;
}

.child_box .tit {
    height: 64px;
    line-height: 64px;
    font-size: 24px;
    color: #444;
    padding-left: 50px;
    background: url(./pos_tit.png) no-repeat center left;
}

.child_box .tit span {
    display: inline-block;
    width: 15px;
    height: 15px;
    background: url(./pos_tit-bg.png) no-repeat;
    background-size: 100%;
    margin-left: 13px;
}

.child_box .c_nav {
    width: 60%;
    height: 64px;
}

.child_box .c_nav ul {
    display: block;
}

.child_box .c_nav ul li {
    height: 64px;
    line-height: 64px;
    float: left;
    background: url(./c_nav.png) no-repeat center right;
}

.child_box .c_nav ul li:last-child {
    background: none;
}

.child_box .c_nav ul li a {
    display: block;
    padding: 0 30px;
    font-size: 16px;
    color: #666;
}

.child_box .c_nav ul li:last-child a {
    padding-right: 0;
}

.child_box .c_nav ul li a:hover {
    color: #00a2ea;
}


/*  */

.n_title {
    width: 100%;
    font-size: 30px;
    color: #333;
    padding: 45px 0 35px;
    text-align: center;
}


/* ------ */

.about_box {
    width: 100%;
    background-color: #fff;
}

.about_box .dan {
    width: 100%;
    min-height: 300px;
    padding-bottom: 50px;
}

.about_box .dan img {
    max-width: 100%;
}


/*  */

.about_intro {
    width: 100%;
    margin-bottom: 3px;
}

.about_intro .about_intro-box {
    width: 100%;
    height: 535px;
    background: url(./about_intro-bg.png) no-repeat left #fff;
    padding: 67px 0;
    box-sizing: border-box;
}

.about_intro .about_intro-box .left {
    width: 470px;
    height: 400px;
    border-right: 1px solid #e6e6e6;
    margin-left: 130px;
    padding: 0 18px;
    box-sizing: border-box;
}

.about_intro .about_intro-box .left .top {
    width: 100%;
}

.about_intro .about_intro-box .left .top p {
    height: 65px;
    line-height: 65px;
    font-size: 30px;
    color: #007ac2;
    text-align: center;
    margin-top: 30px;
}

.about_intro .about_intro-box .left .top span {
    display: block;
    height: 90px;
    line-height: 28px;
    font-size: 14px;
    color: #888;
    text-align: center;
    overflow: hidden;
}

.about_intro .about_intro-box .left .bottom {
    width: 100%;
    margin-top: 30px;
}

.about_intro .about_intro-box .left .bottom ul {
    display: block;
}

.about_intro .about_intro-box .left .bottom ul li {
    display: block;
    float: left;
    width: 33.33%;
    text-align: center;
}

.about_intro .about_intro-box .left .bottom ul li img {
    width: 84px;
    height: 58px;
}

.about_intro .about_intro-box .left .bottom ul li p {
    font-size: 14px;
    color: #888;
    line-height: 50px;
    height: 50px;
}

.about_intro .about_intro-box .right {
    width: 490px;
    height: 400px;
    padding: 20px 55px;
    font-size: 14px;
    color: #888;
    line-height: 28px;
    overflow: auto;
}

.about_intro .about_intro-box .right img {
    width: 100%;
}

.about_hope {
    width: 100%;
    background-color: #fff;
}

.about_hope ul {
    display: block;
    overflow: hidden;
    padding-bottom: 45px;
}

.about_hope ul li {
    display: block;
    float: left;
    width: 362px;
    height: 406px;
    margin: 25px 0;
    position: relative;
}

.about_hope ul li:nth-child(1) {
    background: url(./about_hope1.jpg) no-repeat;
    background-size: 100%;
}

.about_hope ul li:nth-child(2) {
    background: url(./about_hope2.jpg) no-repeat;
    background-size: 100%;
    margin: 25px 55px;
}

.about_hope ul li:nth-child(3) {
    background: url(./about_hope3.jpg) no-repeat;
    background-size: 100%;
}

.about_hope ul li:nth-child(4) {
    background: url(./about_hope4.jpg) no-repeat;
    background-size: 100%;
}

.about_hope ul li:nth-child(5) {
    background: url(./about_hope5.jpg) no-repeat;
    background-size: 100%;
    margin: 25px 55px;
}

.about_hope ul li:nth-child(6) {
    background: url(./about_hope6.jpg) no-repeat;
    background-size: 100%;
}

.about_hope ul li a {
    display: block;
    width: 100%;
    height: 100%;
}

.about_hope ul li a:hover {
    box-shadow: -4px 5px 15px 1px #ccc;
}

.about_hope ul li .word {
    height: 195px;
    width: 100%;
    position: absolute;
    bottom: 0;
    left: 0;
    box-sizing: border-box;
    padding: 45px 20px 20px;
}

.about_hope ul li .word p {
    font-size: 24px;
    color: #444;
    height: 45px;
    line-height: 45px;
}

.about_hope ul li .word span {
    font-size: 16px;
    color: #666;
    line-height: 30px;
}


/*  */

.about_history {
    width: 100%;
    height: 610px;
    background: url(./about_history.jpg) no-repeat;
    background-size: 100% 100%;
}

.about_history .n_title {
    padding-bottom: 50px;
}

.about_history .picScroll-left {
    width: 100%;
    height: 410px;
    position: relative;
}

.about_history .picScroll-left .hd {
    width: 100%;
    height: 84px;
    background: url(./about_history-hd.png) no-repeat center;
    position: absolute;
    top: 0;
}

.about_history .picScroll-left .hd .prev,
.about_history .picScroll-left .hd .next {
    display: block;
    width: 84px;
    height: 84px;
}

.about_history .picScroll-left .hd .prev {
    background: url(./about_history-prev.png) no-repeat;
    background-size: 100% 100%;
    position: absolute;
    left: -15px;
}

.about_history .picScroll-left .hd .next {
    background: url(./about_history-next.png) no-repeat;
    background-size: 100% 100%;
    position: absolute;
    right: -15px;
}

.about_history .picScroll-left .bd {
    width: 88%;
    height: 100%;
    margin: 0 auto;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
}

.about_history .picScroll-left .bd .tempWrap {
    width: 100% !important;
}

.about_history .picScroll-left .bd ul {
    overflow: hidden;
    display: block;
    height: 540px;
}

.about_history .picScroll-left .bd ul li {
    width: 275px !important;
    height: 270px;
    margin: 40px 37px 0;
    float: left;
    position: relative;
}

.about_history .picScroll-left .bd ul li .year {
    width: 136px;
    height: 156px;
    color: #fff;
    font-size: 22px;
    text-align: center;
    position: absolute;
    left: 0;
    top: -5px;
    line-height: 267px;
}

.about_history .picScroll-left .bd ul li .word {
    width: 100%;
    font-size: 16px;
    color: #666;
    line-height: 23px;
    max-height: 140px;
    overflow: auto;
    text-align: justify;
    position: absolute;
    left: 7px;
    top: 160px;
}

.about_history .picScroll-left .bd ul li:nth-child(1n+1) .year {
    background: url(./ah1.png) no-repeat;
    background-size: 100%;
}

.about_history .picScroll-left .bd ul li:nth-child(2n+1) .year {
    background: url(./ah2.png) no-repeat;
    background-size: 100%;
}

.about_history .picScroll-left .bd ul li:nth-child(3n) .year {
    background: url(./ah3.png) no-repeat;
    background-size: 100%;
}


/*  */

.about_news {
    width: 100%;
}

.about_news ul {
    display: block;
    width: 100%;
    padding: 35px 0;
}

.about_news ul li {
    width: 100%;
    height: 315px;
    background-color: #fff;
    box-sizing: border-box;
    padding: 30px 32px;
    overflow: hidden;
    margin: 15px 0;
}

.about_news ul li:hover {
    background-color: #0084e9;
}

.about_news ul li .left {
    width: 670px;
    height: 255px;
}

.about_news ul li .left .top {
    height: 168px;
}

.about_news ul li .left .top p {
    font-size: 18px;
    color: #555;
    height: 65px;
    line-height: 70px;
    font-weight: bold;
}

.about_news ul li:hover .left .top p {
    color: #fff;
}

.about_news ul li .left .top span {
    font-size: 14px;
    color: #999;
    line-height: 25px;
    height: 75px;
    display: block;
    overflow: hidden;
    text-align: justify;
}

.about_news ul li:hover .left .top span {
    color: #fff;
}

.about_news ul li .left .bottom {
    height: 88px;
    overflow: hidden;
}

.about_news ul li .left .bottom .news_more {
    width: 170px;
    height: 38px;
    line-height: 38px;
    text-align: center;
    font-size: 14px;
    color: #999;
    border: 1px solid #e6e6e6;
    border-radius: 50px;
    margin: 24px 0;
}

.about_news ul li:hover .left .bottom .news_more {
    color: #fff;
}

.about_news ul li .left .bottom .date {
    font-size: 14px;
    color: #999;
    height: 88px;
    line-height: 100px;
}

.about_news ul li:hover .left .bottom .date {
    color: #fff;
}

.about_news ul li .right {
    width: 400px;
    height: 255px;
}

.about_news ul li .right img {
    width: 100%;
    height: 100%;
}

.about_news-details {
    width: 100%;
    background-color: #fff;
    padding: 50px 0;
}

.news-details .n_tit {
    border-bottom: 1px solid #ededed;
}

.news-details .n_tit p {
    padding: 10px 50px;
    box-sizing: border-box;
    line-height: 35px;
    text-align: center;
    font-size: 22px;
    color: #000;
    font-weight: bold;
}

.news-details .n_tit span {
    display: block;
    text-align: center;
    font-size: 15px;
    padding: 12px 10px 30px;
}

.news-details .news-details_box {
    padding: 20px 10px;
    min-height: 350px;
    border-bottom: 1px solid #ededed;
}

.news-details .news-details_box img {
    max-width: 100%;
}

.news-details .btn {
    margin: 20px 0 0px;
    padding: 0 10px;
}

.news-details .btn p {
    font-size: 16px;
    color: #666;
    height: 30px;
    line-height: 30px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.news-details .btn p a {
    font-size: 16px;
    color: #666;
}

.news-details .btn p a:hover {
    color: #0084e9;
}


/*  */

.about_recruit {
    width: 100%;
    background-color: #fff;
}

.about_recruit .recruit_content {
    width: 940px;
    margin: 0 auto;
    padding-bottom: 77px;
}

.about_recruit .recruit_content .recruit_t {
    width: 100%;
    height: 60px;
    line-height: 60px;
    background-color: #0c84c6;
    border-radius: 7px 7px 0 0;
    padding: 0 25px;
    box-sizing: border-box;
}

.about_recruit .recruit_content .recruit_t div {
    display: block;
    float: left;
    color: #fff;
    font-size: 16px;
}

.about_recruit .recruit_content .recruit_t div img {
    margin-right: 10px;
}

.about_recruit .recruit_content .recruit_t div.one {
    width: 48%;
}

.about_recruit .recruit_content .recruit_t div.two {
    width: 39%;
}

.about_recruit .recruit_content .recruit_t div.three {
    width: 13%;
}

.about_recruit .recruit_content ul {
    display: block;
    border: 1px solid #e6e6e6;
}

.about_recruit .recruit_content ul li {
    width: 100%;
}

.about_recruit .recruit_content ul li .top {
    height: 59px;
    line-height: 59px;
    padding: 0 25px;
    box-sizing: border-box;
    border-bottom: 1px solid #e6e6e6;
    background-color: #fff;
}

.about_recruit .recruit_content ul li .top div {
    display: block;
    float: left;
    color: #444;
    font-size: 16px;
}

.about_recruit .recruit_content ul li .top div.name {
    width: 48%;
}

.about_recruit .recruit_content ul li .top div.word_pos {
    width: 39%;
}

.about_recruit .recruit_content ul li .top div.watch {
    width: 13%;
    height: 59px;
    background: url(./recruit_watch.png) no-repeat center left;
}

.about_recruit .recruit_content ul li div.pull {
    width: 100%;
    padding: 0 25px;
    box-sizing: border-box;
    border-bottom: 1px solid #e6e6e6;
    background-color: #fff;
    display: none;
}

.about_recruit .recruit_content ul li div.pull .p_tit {
    height: 60px;
    line-height: 60px;
    color: #444;
    font-size: 16px;
}

.about_recruit .recruit_content ul li div.pull .p_tit img {
    margin-right: 10px;
}

.about_recruit .recruit_content ul li div.pull .pull_box {
    min-height: 100px;
    padding-bottom: 30px;
}

.about_recruit .recruit_content ul li div.pull .pull_box img {
    max-width: 100%;
}

.about_recruit .recruit_content ul li .bg {
    background-color: #f0f0f0;
}

.about_recruit .recruit_content ul li .bg div.watch {
    background: url(./recruit_watch-h.png) no-repeat center left;
}


/* ------ */

.re_child {
    position: absolute;
    top: 55px;
    width: 275px;
    background: rgba(0, 0, 0, 0.7);
}

.re_child ul {
    display: block;
}

.re_child ul li {
    display: block;
    height: 50px;
    line-height: 50px;
    text-align: center;
}

.re_child ul li a {
    display: block;
    color: #fff;
    font-size: 14px;
}

.re_child ul li a:hover,
.re_child ul li a.on {
    background-color: #00c0f4;
}

.resolve_box {
    width: 100%;
    min-height: 500px;
    overflow: hidden;
    background-color: #fff;
    padding: 40px 0;
}

.resolve_box img {
    max-width: 100%;
}


/* ------ */

.product_banner {
    height: 860px;
}

.p_Cnav {
    position: absolute;
    bottom: 70px;
    left: 0;
    right: 0;
    margin: 0 auto;
    width: 15%;
}

.p_Cnav ul {
    display: block;
    overflow: hidden;
}

.p_Cnav ul li {
    display: block;
    float: left;
    width: 120px;
    height: 33px;
    line-height: 33px;
    text-align: center;
    border: 1px solid #05b1e7;
    border-radius: 5px;
    margin: 0 10px;
}

.p_Cnav ul li a {
    display: block;
    font-size: 16px;
    color: #05b1e7;
}

.product_box {
    width: 100%;
}

.product_box ul {
    display: block;
    overflow: hidden;
    width: 100%;
}

.product_box ul li {
    display: block;
    width: 100%;
}

.product_box ul li .center {
    width: 1200px;
    height: 100%;
    margin: 0 auto;
    overflow: hidden;
    position: relative;
}

.product_box ul li .p_tit {
    font-size: 42px;
    height: 120px;
    line-height: 120px;
    width: 350px;
    overflow: hidden;
    position: absolute;
}

.product_box ul li .s_mall-tit {
    width: 520px;
    min-height: 70px;
    overflow: hidden;
    overflow: hidden;
    position: absolute;
}

.product_box ul li .pic {
    display: block;
    position: absolute;
    text-align: center;
}

.product_box ul li .pic img {
    max-width: 100%;
}

.product_box ul li .p_more {
    width: 142px;
    height: 32px;
    line-height: 32px;
    text-align: center;
    background: url(./product-more.png) no-repeat;
    background-size: 100% 100%;
    position: absolute;
}

.product_box ul li .p_more a {
    display: block;
    font-size: 16px;
    color: #fff;
}

.product_box ul li:nth-child(1) {
    height: 680px;
    background: url(./product1-bg.jpg) no-repeat;
    background-size: 100% 100%;
}

.product_box ul li:nth-child(1) .p_tit {
    text-align: center;
    margin: 95px auto 0;
    left: 0;
    right: 0;
}

.product_box ul li:nth-child(1) .s_mall-tit {
    font-size: 22px;
    color: #333;
    text-align: center;
    margin: 0 auto;
    height: 40px;
    line-height: 40px;
    left: 0;
    right: 0;
    top: 280px;
}

.product_box ul li:nth-child(1) .pic {
    width: 1200px;
    margin: 0 auto;
    left: 0;
    right: 0;
    bottom: 0;
}

.product_box ul li:nth-child(1) .pic img {
    height: 300px;
}

.product_box ul li:nth-child(1) .p_more {
    margin: 0 auto;
    left: 0;
    right: 0;
    top: 215px;
}

.product_box ul li:nth-child(2) {
    height: 790px;
    background: url(./product2-bg.jpg) no-repeat;
    background-size: 100% 100%;
}

.product_box ul li:nth-child(2) .p_tit {
    text-align: left;
    color: #fff;
    margin: 200px auto 0;
    left: 0;
}

.product_box ul li:nth-child(2) .s_mall-tit {
    font-size: 22px;
    color: #fff;
    text-align: left;
    margin: 0 auto;
    height: 40px;
    line-height: 40px;
    left: 0;
    top: 310px;
}

.product_box ul li:nth-child(2) .pic {
    width: 645px;
    margin: 0 auto;
    right: 0;
    top: 180px;
}

.product_box ul li:nth-child(2) .p_more {
    margin: 0 auto;
    left: 0;
    top: 415px;
}

.product_box ul li:nth-child(3) {
    height: 645px;
    background: url(./product3-bg.jpg) no-repeat;
    background-size: 100% 100%;
}

.product_box ul li:nth-child(3) .p_tit {
    text-align: center;
    margin: 10px auto 0;
    left: 0;
    right: 0;
}

.product_box ul li:nth-child(3) .s_mall-tit {
    font-size: 22px;
    color: #333;
    text-align: center;
    margin: 0 auto;
    height: 40px;
    line-height: 40px;
    left: 0;
    right: 0;
    top: 210px;
}

.product_box ul li:nth-child(3) .pic {
    width: 1200px;
    margin: 0 auto;
    left: 0;
    right: 0;
    bottom: 10px;
}

.product_box ul li:nth-child(3) .pic img {
    height: 300px;
}

.product_box ul li:nth-child(3) .p_more {
    margin: 0 auto;
    left: 0;
    right: 0;
    top: 135px;
}

.product_box ul li:nth-child(4) {
    height: 740px;
    background: url(./product4-bg.jpg) no-repeat;
    background-size: 100% 100%;
}

.product_box ul li:nth-child(4) .p_tit {
    text-align: center;
    color: #fff;
    margin: 60px auto 0;
    left: 0;
    right: 0;
}

.product_box ul li:nth-child(4) .s_mall-tit {
    display: none;
}

.product_box ul li:nth-child(4) .pic {
    width: 1200px;
    margin: 0 auto;
    left: 0;
    right: 0;
    bottom: 90px;
}

.product_box ul li:nth-child(4) .pic img {
    height: 350px;
}

.product_box ul li:nth-child(4) .p_more {
    margin: 0 auto;
    left: 0;
    right: 0;
    top: 190px;
}

.product_box ul li:nth-child(5) {
    height: 750px;
    background: url(./product5-bg.jpg) no-repeat;
    background-size: 100% 100%;
}

.product_box ul li:nth-child(5) .p_tit {
    text-align: left;
    width: 510px;
    margin: 200px auto 0;
    right: 0;
}

.product_box ul li:nth-child(5) .s_mall-tit {
    width: 510px;
    text-align: left;
    font-size: 18px;
    color: #333;
    line-height: 35px;
    right: 0;
    top: 300px;
}

.product_box ul li:nth-child(5) .pic {
    width: 618px;
    margin: 0 auto;
    left: 0;
    top: 195px;
}

.product_box ul li:nth-child(5) .pic img {
    height: 355px;
}

.product_box ul li:nth-child(5) .p_more {
    margin: 0 auto;
    right: 30%;
    top: 390px;
}

.product_box ul li:nth-child(6) {
    height: 775px;
    background: url(./product6-bg.jpg) no-repeat;
    background-size: 100% 100%;
}

.product_box ul li:nth-child(6) .p_tit {
    text-align: left;
    color: #fff;
    width: 530px;
    margin: 235px auto 0;
    left: 0;
}

.product_box ul li:nth-child(6) .s_mall-tit {
    width: 530px;
    text-align: left;
    font-size: 18px;
    color: #fff;
    line-height: 35px;
    left: 0;
    top: 335px;
}

.product_box ul li:nth-child(6) .pic {
    width: 618px;
    margin: 0 auto;
    right: 0;
    top: 230px;
}

.product_box ul li:nth-child(6) .pic img {
    height: 355px;
}

.product_box ul li:nth-child(6) .p_more {
    margin: 0 auto;
    left: 0;
    top: 470px;
}

.product_box ul li:nth-child(7) {
    height: 610px;
    background: url(./product7-bg.jpg) no-repeat;
    background-size: 100% 100%;
}

.product_box ul li:nth-child(7) .p_tit {
    text-align: left;
    width: 420px;
    margin: 150px auto 0;
    right: 0;
}

.product_box ul li:nth-child(7) .s_mall-tit {
    width: 420px;
    text-align: left;
    font-size: 18px;
    color: #333;
    line-height: 35px;
    right: 0;
    top: 250px;
}

.product_box ul li:nth-child(7) .pic {
    width: 680px;
    margin: 0 auto;
    left: 0;
    top: 120px;
}

.product_box ul li:nth-child(7) .pic img {
    height: 390px;
}

.product_box ul li:nth-child(7) .p_more {
    margin: 0 auto;
    right: 23%;
    top: 325px;
}

.product_child .c_nav {
    width: 19%;
}

.product-list {
    width: 100%;
    background-color: #fff;
}

.product-list .list_child {
    height: 40px;
    padding: 50px 0 0px;
}

.product-list .list_child ul {
    display: block;
    width: 50%;
    height: 100%;
    margin: 0 auto;
}

.product-list .list_child ul li {
    display: block;
    float: left;
    margin: 0 13px;
}

.product-list .list_child ul li a {
    display: block;
    width: 120px;
    height: 38px;
    line-height: 38px;
    text-align: center;
    font-size: 14px;
    border: 1px solid #666;
}

.product-list .list_child ul li:hover a,
.product-list .list_child ul li a.on {
    background-color: #3ba0ee;
    color: #fff;
    border: 1px solid #3ba0ee;
}

.product-list .list_box {
    width: 100%;
    padding: 40px 0;
}

.product-list .list_box ul {
    display: block;
    overflow: hidden;
}

.product-list .list_box ul li {
    width: 280px;
    margin: 10px;
    display: block;
    float: left;
}

.product-list .list_box ul li .pic {
    width: 100%;
    height: 225px;
    line-height: 225px;
    text-align: center;
    background-color: #f4f4f4;
    border-radius: 8px;
    overflow: hidden;
}

.product-list .list_box ul li .pic img {
    max-width: 250px;
}

.product-list .list_box ul li .word {
    width: 100%;
    height: 90px;
    text-align: center;
}

.product-list .list_box ul li .word p {
    font-size: 16px;
    height: 50px;
    line-height: 55px;
    overflow: hidden;
}

.product-list .list_box ul li .word span {
    font-size: 14px;
    color: #999;
    height: 20px;
    line-height: 20px;
    display: block;
}


/*  */

.list_detail {
    width: 100%;
    background-color: #fff;
    overflow: hidden;
    padding-bottom: 65px;
}

.list_detail .left {
    width: 920px;
}

.list_detail .left .top {
    height: 355px;
    margin: 30px 0;
}

.list_detail .left .top .pic {
    width: 440px;
    height: 355px;
    line-height: 355px;
    text-align: center;
    background: #f4f4f4;
    border-radius: 8px;
}

.list_detail .left .top .pic img {
    max-width: 380px;
    max-height: 100%;
}

.list_detail .left .top .word {
    width: 455px;
    margin-left: 25px;
}

.list_detail .left .top .word p {
    font-size: 24px;
    height: 60px;
    line-height: 60px;
}

.list_detail .left .top .word span {
    display: block;
    line-height: 25px;
    height: 50px;
    overflow: hidden;
    font-size: 14px;
    color: #666;
}

.list_detail .left .top .word .w_box {
    width: 100%;
    height: 230px;
    margin-top: 13px;
}

.list_detail .left .bottom {
    width: 100%;
    padding-top: 10px;
}

.list_detail .left .bottom .list_tit {
    height: 40px;
    border-bottom: 1px solid #007ac3;
}

.list_detail .left .bottom .list_tit span {
    width: 125px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    font-size: 16px;
    color: #007ac3;
    display: block;
    float: left;
    border-right: 1px solid #fff;
}

.list_detail .left .bottom .list_tit span.on {
    background-color: #007ac3;
    color: #fff;
}

.list_detail .left .bottom .lw_box {
    min-height: 300px;
    background-color: #f6f6f6;
    padding: 30px;
    box-sizing: border-box;
}

.list_detail .right {
    width: 240px;
    margin-top: 30px;
}

.list_detail .right .r_tit {
    width: 100%;
    height: 45px;
    line-height: 45px;
    font-size: 16px;
    text-align: center;
    background-color: #efefef;
}

.list_detail .right ul {
    display: block;
    width: 240px;
    border: 1px solid #e6e6e6;
    padding: 13px 10px;
    box-sizing: border-box;
}

.list_detail .right ul li {
    display: block;
    margin-bottom: 20px;
}

.list_detail .right ul li .pic {
    width: 100%;
    height: 180px;
    line-height: 180px;
    text-align: center;
    background-color: #f4f4f4;
    border-radius: 8px;
    font-size: 0;
    overflow: hidden;
}

.list_detail .right ul li .pic img {
    max-width: 100%;
    max-height: 100%;
}

.list_detail .right ul li .word {
    width: 100%;
    height: 35px;
    text-align: center;
}

.list_detail .right ul li .word p {
    font-size: 14px;
    height: 35px;
    line-height: 35px;
    overflow: hidden;
}


/* ------ */

.case_child .c_nav {
    width: 50%;
}

.case-box {
    width: 100%;
    background-color: #fff;
}

.case-box ul {
    display: block;
    width: 100%;
    padding: 15px 0 55px;
}

.case-box ul li {
    width: 100%;
    height: 300px;
    background-color: #f0f0f0;
    overflow: hidden;
    margin-top: 40px;
}

.case-box ul li:hover {
    background-color: #0084e9;
}

.case-box ul li .left {
    width: 755px;
    height: 255px;
    box-sizing: border-box;
    padding: 35px;
    float: left;
}

.case-box ul li .left .top {
    height: 170px;
}

.case-box ul li .left .top p {
    font-size: 18px;
    color: #555;
    height: 50px;
    line-height: 35px;
    font-weight: bold;
}

.case-box ul li:hover .left .top p {
    color: #fff;
}

.case-box ul li .left .top span {
    font-size: 14px;
    color: #999;
    line-height: 25px;
    height: 100px;
    display: block;
    overflow: hidden;
    text-align: justify;
}

.case-box ul li .left .top span h5 {
    font-size: 14px;
}

.case-box ul li:hover .left .top span {
    color: #fff;
}

.case-box ul li .left .bottom {
    height: 60px;
    overflow: hidden;
}

.case-box ul li .left .bottom .news_more {
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    font-size: 22px;
    color: #fff;
    border: 1px solid #0084e9;
    background-color: #0084e9;
}

.case-box ul li:hover .left .bottom .news_more {
    border: 1px solid #fff;
}

.case-box ul li .left .bottom .date {
    font-size: 14px;
    color: #999;
    height: 60px;
    line-height: 95px;
}

.case-box ul li:hover .left .bottom .date {
    color: #fff;
}

.case-box ul li .right {
    width: 445px;
    height: 300px;
    float: right;
}

.case-box ul li .right img {
    width: 100%;
    height: 100%;
}

.case-box ul li:nth-child(odd) .left {
    float: right;
}

.case-box ul li:nth-child(odd) .right {
    float: left;
}


/* ------ */

.support_child .c_nav {
    width: 8%;
}

.support_box .n_title {
    font-size: 24px;
}

.support_box .one {
    width: 100%;
    height: 595px;
    background-color: #f5f5f5;
}

.support_box .one .n_title {
    padding: 30px 0;
}

.support_box .one ul {
    display: block;
}

.support_box .one ul li {
    width: 305px;
    height: 430px;
    display: block;
    float: left;
    border-radius: 10px;
    padding: 0 15px;
    box-sizing: border-box;
    margin: 0 47px;
}

.support_box .one ul li:nth-child(1) {
    background: url(./support_one-em1.png) no-repeat top #fff;
}

.support_box .one ul li:nth-child(2) {
    background: url(./support_one-em2.png) no-repeat top #fff;
}

.support_box .one ul li:nth-child(3) {
    background: url(./support_one-em3.png) no-repeat top #fff;
}

.support_box .one ul li .num {
    height: 45px;
    line-height: 45px;
    margin-top: 120px;
    text-align: left;
    border-bottom: 1px solid #e6e6e6;
    font-size: 18px;
    color: #007ac2;
}

.support_box .one ul li .word {
    height: 235px;
    overflow: auto;
}

.support_box .one ul li .word img {
    max-width: 100%;
}

.support_box .two {
    width: 100%;
    background-color: #fff;
}

.support_box .two .two_box {
    width: 100%;
    min-height: 220px;
    padding-bottom: 60px;
}

.support_box .two .two_box img {
    max-width: 100%;
}

.support_box .three {
    width: 100%;
    height: 255px;
    background-color: #f5f5f5;
}

.support_box .three .n_title {
    padding: 60px 0 0;
}

.support_box .three .number {
    width: 100%;
    height: 100px;
    line-height: 100px;
    font-size: 48px;
    color: #007ac2;
    text-align: center;
    background: url(./support_three-bg.png) no-repeat center;
    background-size: 780px 3px;
}


/* ------ */

.contact_box {
    width: 100%;
}

.contact_box .title p {
    font-size: 30px;
    background: none;
    height: 40px;
    line-height: 40px;
    color: #333333;
    font-weight: normal;
}

.contact_box .title span {
    height: 50px;
    line-height: 50px;
    color: #999999;
}

.contact_box ul {
    display: block;
}

.contact_box ul li {
    display: block;
    width: 100%;
    height: 525px;
    padding: 20px;
    box-sizing: border-box;
    background-color: #fff;
    margin-bottom: 25px;
}

.contact_box ul li .left {
    width: 465px;
    height: 485px;
}

.contact_box ul li .left .top {
    width: 465px;
    height: 240px;
    position: relative;
}

.contact_box ul li .left .top img {
    width: 100%;
    height: 100%;
}

.contact_box ul li .left .top p {
    width: 100%;
    height: 240px;
    line-height: 240px;
    color: #fff;
    font-size: 56px;
    text-align: center;
    background: url(./contact_tit-bg.png) no-repeat;
    background-size: 100% 100%;
    position: absolute;
    top: 0;
    left: 0;
}

.contact_box ul li .left .bottom {
    height: 245px;
}

.contact_box ul li .left .bottom .contact_tit {
    height: 70px;
    line-height: 70px;
    font-size: 18px;
    color: #1b7cc8;
    font-weight: bold;
    background: url(./contact_tit.jpg)no-repeat bottom left;
}

.contact_box ul li .left .bottom p {
    font-size: 16px;
    color: #666;
    margin-top: 15px;
}

.contact_box ul li .content {
    width: 680px;
    height: 485px;
    overflow: hidden;
}

.contact_box ul li .content img {
    max-width: 100%;
}