* {
    margin: 0;
    padding: 0;
    list-style: none;
    text-decoration: none;
    box-sizing: border-box;
}

body {
    position: relative;
    font: 14px/1.5 Microsoft YaHei, arial, 微软雅黑, sans-serif;
    vertical-align: baseline;
    width: 100%;
    overflow-x: hidden;
    user-select:none
}

i,
em {
    font-style: normal;
}

a {
    color: #333;
}

h1,
h2,
h3,
h4,
h5,
h6,
b {
    font-weight: normal;
}

img {
    border: none \9;
    display: inline-block;
}

/*.clearfix:after{ content: "."; display: block; height: 0; clear: both; overflow: hidden; visibility: hidden;}*/
/*.fl{ float: left;}*/
/*.fr{ float: right;}*/
@font-face {
    font-family: 'impact';
    src: url('../fonts/impact.ttf');
    font-weight: normal;
    font-style: normal;
}

.ty_content {
    width: 1200px;
    margin: 0 auto;
}

.more-title {
    width: 100%;
}

/*header */
.header {
    width: 100%;
}

.header .header-1 {
    height: 40px;
    width: 100%;
    line-height: 40px;
    background: #cccccc3b;
}

.header .header-1 .content {
    width: 1200px;
    margin: auto;
    padding-right: 15px;
}

.header .header-1 .content b {
    color: #666;
    font-size: 14px;
    line-height: 40px;
}

.header .header-1 .content nav {
    line-height: 40px;
    float: right;
}

.header .header-1 .content nav a {
    color: #666;
    font-size: 14px;
}

.header .header-2 {
    border-bottom: solid 1px #ccc;
}

.header .header-2 .content {
    width: 1200px;
    height: 120px;
    margin: auto;
}

.header .header-2 .content .log {
    float: left;
    margin-top: 28px;
    margin-right: 2%;
    padding-right: 20px;
    border-right: 1px solid #ccc;
}

.header .header-2 .content .text {
    float: left;
    margin-top: 20px;
}

.header .header-2 .content .text h3 {
    font-size: 26px;
    color: #666;
    font-family: "Microsoft YaHei", 微软雅黑;
    margin-bottom: 5px;
}

.header .header-2 .content .text h3 span {
    color: #0d74d1;
    font-weight: bold;
}

.header .header-2 .content .text b {
    font-size: 16px;
    color: #666666;
}

.header .header-2 .content .text b span {
    color: #0d74d1;
}

.header .header-2 .content .phone {
    float: right;
    margin-top: 0px;
    margin-right: 0px;

}

.header .header-2 .content .phone .al {
    float: left;
    margin-right: 20px;
    padding-right: 15px;
    margin-top: 40px;
    border-right: 1px solid #ccc;
}

.header .header-2 .content .phone .erweima,
.header .header-2 .content .phone .erweima2 {
    position: relative;
}

.header .header-2 .content .phone .erweima em {
    display: none;
    position: absolute;
    right: 370px;
}

.header .header-2 .content .phone .erweima2 em {
    display: none;
    position: absolute;
    right: 270px;

}

.header .header-2 .content .phone .erweima:hover em,
.header .header-2 .content .phone .erweima2:hover em {
    display: inline-block;
}


.header .header-2 .content .phone a:nth-child(3) .al {
    border-right: unset;
}

.header .header-2 .content .phone .dh {
    color: #333333;
    font-size: 18px;
    float: left;
    text-align: left;
    margin-right: 15px;
    margin-top: 5px;
}

.header .header-2 .content .phone .dh h3 {
    color: #666;
    font-size: 24px;
    line-height: 30px;
    font-family: Impact;
}

.header .header-3 {
    height: 80px;
    width: 100%;
}

.header .header-3 .content {
    width: 1200px;
    margin: auto;
}

.header .header-3 .content nav {
    width: 100%;
    display: flex;
    justify-content: space-evenly;
}

.header .header-3 .content nav a {
    display: block;
    flex: 1;
    text-align: center;
    height: 80px;
    line-height: 80px;
    font-size: 16px;
    color: #333;
    position: relative;
    padding-left: 24px;
    padding-right: 24px;
}

.header .header-3 .content nav a .cc {
    height: 15px;
    border-right: solid 1px #343434;
    position: absolute;
    top: 27px;
    right: 0px;
}

.header .header-3 .content nav a:hover {
    color: #fff;
    background: url("../images/nav_no.png")no-repeat top;
}

.header .header-3 .content nav .on {
    color: #fff;
    background: url("../images/nav_no.png")no-repeat top;
}

.header .header-3 .content nav a:hover ul {
    display: block;
}

.header .header-3 .content nav ul {
    position: absolute;
    top: 80px;
    z-index: 999;
    width: 150px;
    display: none;
    left: -18px;
}

.header .header-3 .content nav ul li {
    width: 150px;
    display: block;
    float: left;
    text-align: center;
    height: 68px;
    line-height: 68px;
    font-size: 16px;
    color: #333;
    background: #fff;
    float: left;
    border-bottom: dashed 1px #ccc;
}

.header .header-3 .content nav ul li:hover {
    background: #0d74d1;
    color: #fff;
}


/*title*/
h2.main_title {
    line-height: 0;
    position: relative;
    padding-bottom: 29px;
}

h2.main_title a {
    display: block;
}

h2.main_title strong {
    display: block;
    font-size: 30px;
    line-height: 100%;
}

h2.main_title span {
    display: block;
    font-weight: normal;
    font-size: 20px;
    line-height: 100%;
    color: #333;
    margin-top: 12px;
}

/* h2.main_title:after { position:absolute; content:""; width:33px; height:2px; background:#0d74d2; left:0; bottom:0; } */
h2.main_title i {
    display: block;
    float: right;
    width: 158px;
    height: 45px;
    background: #0b7be3;
    border-radius: 22px;
    font-size: 14px;
    line-height: 45px;
    color: #fff;
    text-align: center;
    font-weight: bold;
    transition: all 0.5s ease;
}

h2.main_title i:hover {
    background: #004788;
}

/*banner*/
.banner-index {
    font-size: 0;
    /* height: 700px; */
    overflow: hidden;
}

.banner-index img {
    width: 100%;
    line-height: 0;
}

.slideBox {
    width: 100%;
    overflow: hidden;
    position: relative;
}

.slideBox .hd {
    height: 12px;
    overflow: hidden;
    position: absolute;
    left: 48%;
    bottom: 38px;
    z-index: 1;
}

.slideBox .hd ul {
    overflow: hidden;
    zoom: 1;
    float: left;
}

.slideBox .hd ul li {
    float: left;
    width: 12px;
    height: 12px;
    margin-right: 10px;
    cursor: pointer;
    background: #ccc;
    border-radius: 50%;
}

.slideBox .hd ul li.on {
    background: #666666;
}

.banner-index .slideBox .bd img {
    width: 100%;
}

.slideBox .bd ul li:first-child {
    display: block;
}

.slideBox .bd ul li {
    display: none;
    
}


/*search*/
.search {
    width: 100%;
    height: 70px;
    line-height: 85px;
}

.search-content {
    width: 1200px;
    margin: 0 auto;
    overflow: hidden;
}

.search-keywords {
    font-size: 14px;
    color: #fff;
    display: inline-block;
}

.search-keywords .wb {
    display: inline-block;
    vertical-align: top;
}

.search-keywords .wb>span {
    color: #333;
    font-size: 14px;
    display: inline-block;
    border-radius: 16px;
    text-align: center;
    height: 26px;
    line-height: 26px;
}

.search-keywords .wb>a {
    color: #999;
    font-size: 14px;
}

.search-keywords .wb>a:hover {
    color: #0d74d1;
}

.search-keywords .wb i {
    color: #333;
    font-size: 14px;
    margin: 0 5px 0 5px;
}

#searchForm {
    background: url(../images/search.png) no-repeat;
    width: 285px;
    line-height: 26px;
    height: 26px;
    z-index: 99;
    position: relative;
    top: 0px;
}

.search-form {
    display: inline-block;
    float: right;
    margin-top: 30px;
}

#searchForm .search-input {
    vertical-align: top;
    height: 25px;
    background: none;
    line-height: 26px;
    color: #666;
    border-radius: 5px;
    text-indent: 20px;
    outline: none;
    border: none;
    width: 87%;
    font-size: 14px;
}

.search-form #s_btn {
    width: 26px;
    height: 26px;
    background: none;
    color: #fff;
    outline: none;
    border: none;
    float: right;
    cursor: pointer;
    display: inline-block;
    vertical-align: top;
}

.clear-fix-3 {
    line-height: 0;
    font-size: 0;
    clear: both;
}

#searchForm .search-input::-webkit-input-placeholder {
    /* WebKit browsers */
    color: #666;
}

#searchForm .search-input:-moz-placeholder {
    /* Mozilla Firefox 4 to 18 */
    color: #666;
}

#searchForm .search-input::-moz-placeholder {
    /* Mozilla Firefox 19+ */
    color: #666;
}

#searchForm .search-input:-ms-input-placeholder {
    /* Internet Explorer 10+ */
    color: #666;
}

/* 关于我们 */
.yy_bj {
    background: #fff;
    height: 815px;
    padding-top: 110px;
    box-sizing: border-box;
    font-family: "Microsoft Yahei";
}

.yy dl {
    width: 1200px;
    position: relative;
    margin: 0 auto;
    height: 467px;
}

.yy dl dt {
    width: 600px;
    box-shadow: 0 0 10px #ececec;
    box-sizing: border-box;
    overflow: hidden;
    float: right;
}

.yy dl dt img {
    width: 600px;
    height: 467px;
    display: block;
}

.yy dl dd {
    width: 505px;
    box-sizing: border-box;
    text-align: left;
    float: left;
    position: relative;
}

.yy dl dd:after {
    content: "";
    position: absolute;
    left: 0px;
    top: 133px;
    width: 600px;
    height: 1px;
    background: #c6c6c6;
}

.yy dl dd h3 {
    font-size: 40px;
    color: #333333;
    font-weight: normal;
    line-height: 60px;
    height: 166px;
    /* margin-bottom: 40px; */
}

.yy dl dd h3 b {
    display: block;
    font-weight: bold;
    color: #0d74d2;
}

.yy dl dd p {
    font-size: 14px;
    color: #666666;
    line-height: 34px;
    text-align: justify;
}

.yy dt img {
    -webkit-transition: .3s;
    -moz-transition: .3s;
    transition: .3s;
}

.yy dt img:hover {
    -webkit-transform: scale(1.01);
    -moz-transform: scale(1.01);
    -ms-transform: scale(1.01);
    transform: scale(1.01);
}

.m_zz {
    background: none;
    padding: 0px;
    width: 1200px;
    margin: 60px auto 0;
}

.m_zz {
    height: 100px;
}

.m_zz ul {
    width: 1200px;
    height: 100px;
    position: relative;
}

.m_zz li {
    width: 272px;
    height: 105px;
    box-sizing: border-box;
    overflow: hidden;
    float: left;
    text-align: center;
    position: relative;
}

.m_zz li:before {
    content: "";
    position: absolute;
    right: 15px;
    height: 1px;
    background: #c4c4c4;
    top: 30px;
}

.m_zz li em {
    margin-left: -15px;
    display: block;
    position: relative;
    width: 150px;
    font-size: 55px;
    color: #333333;
    font-family: "Arial";
}

.m_zz li em b {
    margin-left: 0px;
    font-size: 55px;
    color: #333333;
    font-family: "Arial";
    font-weight: normal;
}

.m_zz li em i {
    font-size: 14px;
    color: #fff;
    font-weight: normal;
    text-align: center;
    line-height: 24px;
    width: 24px;
    height: 24px;
    display: block;
    position: absolute;
    top: 23px;
    right: -10px;
    background: #0d74d2;
    border-radius: 100%;
}

.m_zz li h3 {
    font-size: 16px;
    color: #666666;
    text-align: left;
    font-weight: normal;
}

.m_zz li:nth-child(1) em {
    width: 93px;
    line-height: 62px;
}

.m_zz li:nth-child(1) em i {
    right: -20px;
}

.m_zz li:nth-child(1):before {
    width: 132px;
}

.m_zz li:nth-child(2) {
    width: 323px;
}

.m_zz li:nth-child(2) em {
    width: 145px;
    line-height: 62px;
}

.m_zz li:nth-child(2) em i {
    right: -20px;
}

.m_zz li:nth-child(2):before {
    width: 132px;
}

.m_zz li:nth-child(3) {
    width: 323px;
}

.m_zz li:nth-child(3) em {
    width: 145px;
    line-height: 62px;
}

.m_zz li:nth-child(3) em i {
    right: -20px;
}

.m_zz li:nth-child(3):before {
    width: 132px;
}

.m_zz li:nth-child(4) {
    width: 272px;
}

.m_zz li:nth-child(4) em {
    width: 258px;
    line-height: 62px;
}

.m_zz li:nth-child(4) em i {
    right: -15px;
}

.m_zz li:nth-child(4):before {
    background: none;
}



/*module_1*/
.module_1 {
    height: 880px;
    padding-top: 50px;
}

.module_1 .ty_content {
    height: 780px;
    background: url("../images/module_1.png")no-repeat center;
}

.module_1 .top {
    width: 310px;
    margin: 0 auto 65px;
    text-align: center;
}

.module_1 .top b {
    font-size: 30px;
    color: #666;
    display: block;
    margin-bottom: 10px;
}

.module_1 .top i {
    font-size: 18px;
    color: #666;
}

.module_1 .nr {
    height: 400px;
}

.module_1 .nr .left {
    width: 361px;
    height: 400px;
    float: left;
}

.module_1 .nr .left .wz {
    width: 320px;
    height: 176px;
    margin-bottom: 82px;
}

.module_1 .nr .left .wz .img {
    margin-bottom: 15px;
}

.module_1 .nr .left .wz .img img {
    float: left;
    margin-right: 15px;
}

.module_1 .nr .left .wz .img b {
    font-size: 24px;
    color: #333;
    font-weight: bold;
    display: block;
    margin-bottom: 5px;
}

.module_1 .nr .left .wz .img i {
    float: right;
    font-size: 20px;
    color: #333;
}

.module_1 .nr .left .wz p {
    font-size: 16px;
    color: #666;
    width: 306px;
    line-height: 30px;
    float: left;
}

.module_1 .nr .right {
    float: right;
}

.module_1 .nr .right .wz {
    float: right;
    margin-top: 82px;
    text-align: right;
}

.module_1 .nr .right .wz .img img {
    float: right;
    margin-left: 15px;
}

.module_1 .list {
    height: 193px;
    margin-top: 55px;
}

.module_1 .list li {
    height: 193px;
    width: 274px;
    position: relative;
    float: left;
    margin-right: 34px;
}

.module_1 .list li:nth-child(4n) {
    margin-right: 0px;
}

.module_1 .list li .wz {
    height: 193px;
    width: 274px;
    position: absolute;
    top: 0px;
    padding: 66px;
    text-align: center;
    background-color: rgba(0, 0, 0, 0.5);
}

.module_1 .list li .wz b {
    font-size: 18px;
    color: #fff;
    display: block;
    margin-bottom: 10px;
}

.module_1 .list li .wz i {
    font-size: 18px;
    color: #fff;
}

.product {
    height: 1150px;
    background: #f1f1f1;
    padding-top: 40px;
}

.product .top {
    margin: 0 auto 33px;
    text-align: center;
}

.product .top b {
    font-size: 34px;
    color: #333;
    display: block;
    margin-bottom: 10px;
    font-weight: 400;
}

.product .top i {
    font-size: 18px;
    color: #666;
}

.product .nr {
    height: 990px;
}

.product .nr .left {
    width: 287px;
    float: left;
    /* border: solid #ccc 1px; */
    height: 965px;
    background: #0d74d2;
}

.product .nr .left .ltop {
    height: 600px;
}


.product .nr .left .lbottom {
    width: 270px;
    height: 98px;
    padding: 20px 0 0 15px;
}

.product .nr .left .lbottom>div {
    display: inline-block;
    vertical-align: middle;
}

.product .nr .left .lbottom .rx p {
    font-size: 18px;
    color: #fff;
    line-height: 18px;
    margin-bottom: 10px;
}

.product .nr .left .lbottom .rx i {
    font-size: 24px;
    display: block;
    line-height: 24px;
    color: #fff;
}

.product .nr .left .lbottom .icon {
    line-height: 0;
    margin: 0 5px 0 0;
}


.product .nr .left .phoneus {
    border: 1px solid rgb(220, 220, 220);
    margin-top: 20px;
}

.product .nr .left .phoneus h6 {
    text-align: center;
    color: #fff;
    font-size: 24px;
    width: 100%;
    height: 40px;
    line-height: 40px;
    background: #0d74d2;
}

.product .nr .left .phoneus p {
    color: #fff;
    font-size: 14px;
    margin: 10px;
}

.product .nr .left .phoneus p a {
    color: #fff;
    font-size: 14px;
    background: #3f4042;
    display: inline-block;
    vertical-align: top;
    margin: 0 10px 0 10px;
    text-align: center;
    width: 98px;
    height: 30px;
    line-height: 30px;
    border-radius: 15px;
}

.product .nr .left .phoneus p a:hover {
    text-decoration: underline;
}


.product .nr .left b {
    display: block;
    width: 285px;
    background: #e7e7e7;
    height: 46px;
    line-height: 46px;
    padding-left: 43px;
}

.product .nr .left b a {
    color: #666;
    font-size: 18px;
}

.product .nr .left b span {
    float: right;
    margin-right: 25px;
}

.product .nr .left b:hover {
    background: #0d74d2;
}

.product .nr .left b:hover a {
    color: #fff;
}

.product .nr .left b:hover span {
    color: #fff;
}

.product .nr .left .on {
    background: #0d74d2;
}

.product .nr .left .on a {
    color: #fff;
}

.product .nr .left .on span {
    color: #fff;
}

.product .nr .left ul {
    background: #fff;
    padding-top: 10px;
    padding-bottom: 1px;
}

.product .nr .left ul li {
    padding-left: 43px;
    margin-bottom: 10px;
}

.product .nr .left ul li a {
    color: #666;
    font-size: 16px;
}

.product .nr .left ul li:hover a {
    color: #0d74d2;
}

.product .nr .right {
    width: 869px;
    float: right;
}

.product .nr .right .t {
    height: 72px;
}

.product .nr .right ul {
    height: 918px;
}

.product .nr .right ul li {
    width: 277px;
    height: 280px;
    background: #fff;
    text-align: center;
    float: left;
    margin-right: 18px;
    margin-bottom: 20px;
}

.product .nr .right ul li a {
    font-size: 16px;
    color: #666;
    line-height: 30px;
}

.product .nr .right ul li:hover a {
    color: #0d74d2;
}

.product .nr .right ul li:nth-child(3n) {
    margin-right: 0px;
}

/*ad_1*/
.ad_1 {
    height: 340px;
    background: url("../images/ad_1bj.png")no-repeat center;
    padding-top: 100px;
}

.ad_1 .nr {
    width: 797px;
    height: 218px;
}

.ad_1 .nr b {
    font-size: 14px;
    color: #fff;
    font-weight: bold;
}

.ad_1 .nr b span {
    color: #0d74d1;
}

.ad_1 .nr p {
    color: #fff;
    font-size: 28px;
}

.ad_1 .nr .dh {
    height: 42px;
    line-height: 34px;
    font-size: 20px;
    color: #fff;
}

.ad_1 .nr .dh span {
    font-family: Arial;
    color: #fff;
    font-size: 16px;
    font-weight: 600;
}

.ad_1 .nr .dh span:nth-child(2) {
    display: inline-block;
    width: 300px;
    height: 1px;
    background-color: #fff;
    margin-bottom: 7px;
}


/*product*/
.advantage {
    height: 837px;
    padding-top: 40px;
}

.advantage .top {
    margin: 0 auto 43px;
    text-align: center;
}

.advantage .top b {
    font-size: 30px;
    font-weight: 600;
    color: #333;
    display: block;
    margin-bottom: 10px;
}

.advantage .top i {
    font-size: 18px;
    color: #666;
}

.advantage .nav {
    height: 142px;
    border-bottom: solid 1px #ccc;
    border-top: solid 1px #ccc;
}

.advantage .nav ul {
    height: 142px;
    width: 1200px;
    margin: auto;
}

.advantage .nav ul li {
    height: 142px;
    width: 300px;
    border-left: solid 1px #ccc;
    float: left;
    font-size: 20px;
    color: #666;
    text-align: center;
    font-weight: bold;
    padding: 41px;
}

.advantage .nav ul li b {
    display: block;
    color: #999;
    font-size: 12px;
    margin-top: 4px;
    text-transform: uppercase;
}

.advantage .nav ul .on {
    color: #0d74d2;
}

.advantage .nav ul .on b {
    color: #0d74d2;
}

.advantage .nr {
    width: 1320px;
    margin: 30px auto 0;
    height: 443px;
    position: relative;
}

.advantage .nr .jt {
    position: absolute;
    top: 41%;
}

.advantage .nr .ri {
    right: 0px;
}

.advantage .nr .db {
    width: 1200px;
    margin: auto;
    height: 443px;
    overflow: hidden;
}

.advantage .nr .db .t_le {
    float: left;
}

.advantage .nr .db .w_ri {
    float: right;
    width: 477px;
}

.advantage .nr .db .w_ri b {
    font-size: 58px;
    font-weight: bold;
    text-transform: uppercase;
    color: #f1f1f1;
    display: block;
    margin-bottom: 10px;
}

.advantage .nr .db .w_ri i {
    font-size: 20px;
    color: #333;
    display: block;
    margin-bottom: 13px;
}

.advantage .nr .db .w_ri i img {
    margin-right: 15px;
    float: left;
    margin-top: 5px;
}

.advantage .nr .db .w_ri .w {
    color: #666;
    font-size: 16px;
    padding-left: 15px;
    line-height: 30px;
    margin-bottom: 13px;
}


/*module_2*/
.module_2 {
    height: 630px;
    background: #f1f1f1;
    padding-top: 40px;
}

.factory {
    width: 1200px;
    margin: auto;
}

.factory .top {
    margin: 0 auto 5px;
    text-align: center;
}

.factory .top b {
    font-size: 30px;
    color: #333;
    display: block;
    margin-bottom: 10px;
    font-weight: 600;
}

.factory .top i {
    font-size: 18px;
    color: #666;
}

.clearfix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    overflow: hidden;
    visibility: hidden;
}

.tywidth {
    width: 1200px;
    margin: 0 auto;
}

.poster-main {
    position: relative;
    margin: 0 auto;
}

.poster-main img {
    width: 100%;
    height: 100%;
}

.poster-main .poster-list {
    width: 1200px;
    height: 500px;
}

.poster-main .poster-list .poster-item {
    position: absolute;
    left: 0;
    top: 0;
}

.poster-main .poster-btn {
    position: absolute;
    top: 170px;
    cursor: pointer;
    width: 40px !important;
    height: 80px !important;
}

.poster-main .poster-prev-btn {
    left: -125px;
    background: url(../images/advantage_le.png) no-repeat;
}

.poster-main .poster-next-btn {
    right: -130px;
    background: url(../images/advantage_ri.png) no-repeat;
}

.poster-item-title {
    font-size: 17px;
    color: #342f33;
    margin: 10px 0 0;
    text-align: center;
    line-height: 17px;
    display: block;
}



/*honor*/
.honor {
    width: 1320px;
    margin: auto;
    position: relative;
    height: 420px;
}

.honor_top {
    margin: 55px auto 30px;
    text-align: center;
}

.honor_top b {
    font-size: 30px;
    color: #333;
    display: block;
    margin-bottom: 10px;
}

.honor_top i {
    font-size: 18px;
    color: #666;
}

.honor .db {
    width: 1200px;
    margin: auto;
    height: 420px;
    overflow: hidden;
}

.honor .jt {
    position: absolute;
    top: 41%;
}

.honor .ri {
    right: 0px;
}

.honor .db li {
    width: 276px;
    height: 427px;
    text-align: center;
    color: #666;
    font-size: 18px;
    float: left;
    margin-right: 32px;
}

.honor .db li .img {
    width: 276px;
    height: 376px;
    background: url("../images/honor_libj.png")no-repeat center;
    padding: 30px;
    margin-bottom: 13px;
}

.honor .db li .img img {
    width: 216px;
    height: 316px;
}


/*case*/
.case {
    height: 760px;
    padding-top: 50px;
}

.case .top {
    margin: 0 auto 43px;
    text-align: center;
}

.case .top b {
    font-size: 30px;
    color: #333;
    display: block;
    margin-bottom: 10px;
}

.case .top i {
    font-size: 18px;
    color: #666;
}

.case .content {
    width: 1200px;
    margin: auto;
    height: 534px;
    background: url("../images/c1_bj.png")no-repeat right;
    background-position-x: 98%;
}

.case .content .left {
    float: left;
    margin-top: 35px;
}

.case .content .left .fuji {
    position: relative;
    width: 856px;
}

.case .content .left .fuji .img {
    width: 856px;
    height: 464px;
}

.case .content .left .fuji .title {
    width: 100%;
    height: 113px;
    position: absolute;
    bottom: 0;
}

.case .content .left .fuji .title .a {
    float: left;
    width: 86.8%;
    background: url("../images/c_tibj.png")no-repeat;
    height: 113px;
    padding-left: 37px;
    padding-right: 45px;
    padding-top: 15px;
}

.case .content .left .fuji .title .a h3 {
    color: #fff;
    font-size: 18px;
    border-bottom: dashed 1px #ccc;
    height: 40px;
    margin-bottom: 10px;
}

.case .content .left .fuji .title .a h3 a {
    color: #fff;
    font-size: 18px;
}


.case .content .left .fuji .title .a p {
    color: #fff;
    font-size: 15px;
    line-height: 23px;
}

.case .content .left .fuji .title .a p a {
    color: #fff;
    font-size: 15px;
}

.case .content .left .fuji .title .a h3 span {
    color: #fff;
    font-size: 18px;
    font-weight: bold;
}

.case .content .left .fuji .title .b {
    float: right;
    height: 113px;
}

.case .content .right {
    float: right;
    padding-top: 93px;
}

.case .content .right ul li {
    height: 70px;
    color: #333;
    font-size: 16px;
    line-height: 70px;
    text-align: center;
    width: 302px;
    margin-bottom: 5px;
}

.case .content .right ul .on,
.case .content .right ul .on a {
    background: #0d74d1;
    color: #fff;
}




/*ad2*/
.ad_2 {
    height: 339px;
    background: url("../images/ad_2.png")no-repeat center;
    padding-top: 75px;
}

.ad_2 .left {
    width: 437px;
    height: 205px;
    float: left;
    margin-left: 40px;
}

.ad_2 .left img {
    width: 90%;
}

.ad_2 .nr {
    width: 658px;
    background: url("../images/ad_2nr.png")no-repeat center;
    height: 187px;
    float: right;
}

.ad_2 .nr b {
    font-size: 31px;
    color: #fff;
    font-weight: bold;
    display: block;
    margin: auto;
    width: 660px;
    text-align: center;
}

.ad_2 .nr b span {
    color: #0d74d2;
}

.ad_2 .nr p {
    color: #fff;
    font-size: 22px;
    margin-top: 30px;
    text-align: center;
}

.ad_2 .nr .dh {
    height: 42px;
    line-height: 34px;
    font-size: 16px;
    color: #fff;
    margin-top: 32px;
    text-align: center;
}

.ad_2 .nr .dh span {
    font-family: Arial;
    color: #fff;
    font-size: 24px;
    font-weight: 600;
}

/*about*/
/**/
.aboutbj {
    background: #fff;
    height: 764px;
    max-width: 1920px;
    margin: 0 auto;
    font-family: "Microsoft Yahei";
    box-sizing: border-box;
    overflow: hidden;
    position: relative;
    padding-top: 100px;
}

.aboutbj .top {
    margin: 0 auto 30px;
    text-align: center;
}

.aboutbj .top b {
    font-size: 30px;
    font-weight: 600;
    color: #0e4b9c;
    display: block;
    margin-bottom: 10px;
}

.aboutbj .top i {
    font-size: 18px;
    color: #0e4b9c;
}

.about dl {
    width: 1200px;
    margin: 0 auto;
    height: 562px;
}

.about dl dt {
    width: 600px;
    height: 562px;
    float: right;
}

.about dl dt img {
    width: 100%;
    /* height: 562px; */
    display: block;
    margin-right: -360px;
}

.about dl dd {
    width: 520px;
    padding-top: 45px;
    float: left;
    position: relative;
    z-index: 1;
    box-sizing: border-box;
}

.about dl dd h2 {
    height: 144px;
    margin-bottom: 35px;
    position: relative;
    font-size: 48px;
    color: #333333;
    font-weight: bold;
    background: url(../images/about_line.png) no-repeat left top;
    padding-top: 28px;
}

.about dl dd h2 a {
    color: #333333;
}

.about dl dd h2 em {
    font-size: 20px;
    color: #333333;
    font-weight: normal;
    display: block;
}

.about dl dd p {
    font-size: 14px;
    color: #666666;
    line-height: 30px;
    text-align: justify;
    height: 238px;
}

.about dl dd .xq {
    width: 197px;
    height: 49px;
    display: block;
    line-height: 49px;
    background: url(../images/abt_btn.png) no-repeat;
    text-align: left;
    padding-left: 49px;
    color: #fff;
    font-size: 16px;
}

/* .about dl dt img {
    -webkit-transition: .5s;
    -moz-transition: .5s;
    transition: .5s;
}

.about dl:hover dt img {
    width: 100%;
    -webkit-transform: scale(1.01);
    -moz-transform: scale(1.01);
    -ms-transform: scale(1.01);
    transform: scale(1.01);
} */

/**/
.cutbj {
    height: 452px;
    padding-top: 62px;
    background: #fff;
    box-sizing: border-box;
}

.cutbj .content {
    width: 1200px;
    margin: 0 auto;
}

.m_help {
    width: 1200px;
    position: relative;
}

.m_help li {
    width: 19%;
    position: relative;
    margin-right: 21px;
    float: left;
}

.m_help li img {
    display: block;
    width: 224px;
    height: 288px;
}

.m_help li em {
    background: #ffffff;
    height: 30px;
    font: 14px "Microsoft YaHei";
    line-height: 30px;
    color: #666666;
    overflow: hidden;
    display: block;
    text-align: center;
    margin-top: 10px;
    -webkit-transition: width .5s;
    transition: width .5s;
}

.m_help li a {
    text-decoration: none;
}

.m_help li.nones {
    margin-right: 0;
}

.m_help li:hover em {
    color: #0d74d2;
    z-index: 1;
}

.m_help li img {
    -webkit-transition: .5s;
    -moz-transition: .5s;
    transition: .5s;
}

.m_help li:hover img {
    -webkit-transform: scale(1.05);
    -moz-transform: scale(1.05);
    -ms-transform: scale(1.05);
    transform: scale(1.05);
}



/*xw*/
.xw {
    width: 1200px;
    margin: auto;
    height: 518px;
    margin-top: 40px;
}

.xw .wd {
    width: 600px;
    height: 518px;
    border-right: solid 1px #ccc;
    float: left;
}

.xw .wd .top {
    width: 543px;
    margin-bottom: 30px;
}

.xw .wd ul li {
    width: 543px;
    border-top: solid 1px #ccc;
    height: 148px;
    padding-top: 30px;
}

.xw .wd ul li img {
    float: left;
    margin-right: 27px;
}

.xw .wd ul li .wz {
    float: left;
    margin-top: 10px;
    width: 426px;
}

.xw .wd ul li .wz b {
    display: block;
    font-size: 16px;
    margin-bottom: 6px;
}

.xw .wd ul li .wz b a {
    color: #333333;
}

.xw .wd ul li:hover .wz b a {
    color: #0d74d1;
}

.xw .wd ul li .wz p a {
    color: #666;
}


.xw .list {
    width: 543px;
    height: 518px;
    float: right;
}

.xw .list .top {
    width: 543px;
    height: 76px;
    border-bottom: solid 1px #ccc;
    margin-bottom: 31px;
}

.xw .list .top ul {
    width: 222px;
    float: left;
    margin-top: -5px;
}

.xw .list .top ul li {
    font-size: 19px;
    float: left;
    color: #666;
    margin-right: 30px;
    font-weight: bold;
    letter-spacing: 1px;
}

.xw .list .top ul .on {
    color: #0d74d1;
}

.xw .list .lb {
    margin-bottom: 40px;
}

.xw .list .lb .xx {
    height: 159px;
    background: #0d74d1;
}

.xw .list .lb .xx img {
    float: left;
    margin-right: 37px;
}

.xw .list .lb .xx .zzz {
    float: left;
    width: 273px;
    padding-top: 40px;
}

.xw .list .lb .xx .zzz b {
    color: #fff;
    font-size: 16px;
}

.xw .list .lb .xx .zzz b a {
    color: #fff;
}

.xw .list .lb .xx .zzz p {
    color: #eee;
    margin-top: 10px;
    line-height: 27px;
}

.xw .list .lb .xx .zzz p a {
    color: #eee;
}

.xw .list .xq {
    margin-bottom: 17px;
}

.xw .list .xq:nth-child(7n) {
    margin-bottom: 0px;
}

.xw .list .xq a {
    color: #666;
}

.xw .list .xq b {
    float: right;
    color: #666;
}

.xw .list .xq:hover a {
    color: #0d74d1;
}

.xw .list .xq:hover b {
    color: #0d74d1;
}

/* news */
.news {
    height: 758px;
    padding-top: 40px;
    background: #fff;
}

.news .top {
    margin: 0 auto 50px;
    text-align: center;
}

.news .top b {
    font-size: 30px;
    color: #333;
    display: block;
    margin-bottom: 10px;
}

.news .top i {
    font-size: 18px;
    color: #666;
}

.news ul {
    display: flex;
    justify-content: space-between;
    width: 1200px;
    margin: 0 auto;
}

.news ul li {
    width: 31%;
}

.news ul li .news_box {
    border: 1px solid #ccc;
    padding: 10px;
}

.news ul li .navtitle {
    display: flex;
    justify-content: space-between;
    border-bottom: 1px dashed #e5e5e5;
    line-height: 35px;
    padding-bottom: 10px;
    margin-bottom: 20px;
}

.news ul li .navtitle h3 {
    font-weight: 500;
    font-size: 20px;
    color: #333;
}

.news ul li .navtitle a {
    font-size: 14px;
    color: #a1a1a1;
}

.news ul li .news_frist_item {
    position: relative;
    padding-bottom: 24%;
    border-bottom: 1px #dddddd solid;
    margin-bottom: 2%;
}

.news ul li .news_frist_item img {
    width: 100%;
}

.news ul li .news_frist_item a {
    font-size: 16px;
    line-height: 32px;
}

.news ul li .news_frist_item p {
    color: #8c8c8c;
    position: absolute;
    bottom: 4%;
    line-height: 24px;
    font-size: 14px;
}

.news_box .news_item div {
    position: relative;
    padding-left: 15px;
    line-height: 30px;
}

.news_box .news_item div::before {
    content: "";
    display: block;
    width: 4px;
    height: 4px;
    border-radius: 50%;
    border: 1px solid #fcbb17;
    position: absolute;
    left: 0;
    top: 15px;
}

/*frilist*/
.frilist {
    background: url(../images/linkbg.png)no-repeat;
    height: 104px;
    line-height: 94px;
    width: 1200px;
    margin: auto;
    margin-top: 80px;
    margin-bottom: 33px;
    overflow: hidden;
}

.frilist ul li a {
    font-size: 14px;
    color: #333;
}

.frilist ul {
    margin-left: 30px;
    height: 104px;
    overflow: hidden;
}

.frilist ul li {
    float: left;
    margin-right: 10px;
    height: 25px;
}

.frilist ul li a:hover {
    color: #0d74d1;
}


/*bottom*/
.bottom {
    height: 361px;
    background: url("../images/bottombj.png")no-repeat center;
    padding-top: 44px;
}

.bottom .content {
    width: 1200px;
    margin: auto;
    height: 286px;
}

.bottom .content .a {
    width: 280px;
    float: left;
}

.bottom .content .a .top {
    margin-bottom: 20px;
}

.bottom .content .a ul li {
    float: left;
    margin-right: 37px;
    width: 103px;
    margin-bottom: 24px;
}

.bottom .content .a ul li a {
    color: #dcdcdc;
    font-size: 16px;
}

.bottom .content .a ul li:hover a {
    color: #0d74d1;
}

.bottom .content .b {
    width: 302px;
    float: left;
    margin-left: 175px;
    margin-right: 160px;
}

.bottom .content .b .top {
    margin-bottom: 20px;
}

.bottom .content .b p {
    color: #dcdcdc;
    margin-bottom: 13px;
    font-size: 16px;
}

.bottom .content .c {
    width: 280px;
    float: left;
}

.bottom .content .c .top {
    margin-bottom: 20px;
}

.bottom .content .c ul li {
    width: 126px;
    text-align: center;
    color: #dcdcdc;
    font-size: 16px;
}

.bottom .content .c ul li img {
    margin-bottom: 5px;
}

.bottom .lx {
    margin: auto;
    text-align: center;
    color: #afafaf;
    line-height: 30px;
    height: 30px;
}

.bottom .lx a {
    color: #afafaf;
}

/*industry*/
.industry {
    padding-top: 107px;
    padding-bottom: 176px;
    background: linear-gradient(180deg, #fff, #edf4fa);
    position: relative;
    overflow: hidden;
    box-sizing: border-box;
    height: 1200px;
}

.industry .content {
    width: 1200px;
    margin: 0 auto;
}

.industry-tab {
    display: flex;
    justify-content: space-evenly;
    margin-bottom: 50px;
}

.industry-tab .industry-tabitem {
    width: 180px;
    height: 30px;
    border-radius: 15px;
    background-color: #0a7ae3;
    text-align: center;
    line-height: 30px;
    display: flex;
    justify-content: center;
}

.industry-tab .industry-tabitem a {
    color: #fff;
    margin-left: 10px;
}

.industry h2 {
    text-align: center;
    padding-bottom: 35px;
    margin-bottom: 30px;
}

.industry h2 span {
    font-size: 18px;
}

.industry h2:after {
    left: 50%;
    margin-left: -16.5px;
}

.industry ul {
    overflow: hidden;
    margin-bottom: 60px;
}

.industry li {
    width: 393px;
    height: 295px;
    float: left;
    margin-right: 10px;
    margin-bottom: 16px;
    line-height: 0;
    position: relative;
    overflow: hidden;
}

.industry li img {
    width: 100%;
}

.industry li h4 {
    background: url(../images/industry_shadow.png) no-repeat center bottom;
    font-size: 16px;
    line-height: 24px;
    color: #fff;
    padding-top: 260px;
    width: 100%;
    height: 100%;
    box-sizing: border-box;
    z-index: 2;
    position: absolute;
    left: 0;
    bottom: 0;
    text-align: center;
    transition: all 0.5s ease;
}

.industry li:nth-child(3n) {
    margin-right: 0;
}

.industry li:hover h4 {
    padding-top: 145px;
    background: rgba(11, 123, 227, 0.9);
}

.industry .btn {
    overflow: hidden;
    position: relative;
    z-index: 99;
}

.industry .btn p {
    float: left;
    font-size: 24px;
    line-height: 51px;
    color: #333;
}

.industry .btn .ask {
    display: block;
    width: 267px;
    height: 51px;
    background: #0b7be3;
    border-radius: 25px;
    text-align: center;
    float: right;
}

.industry .btn .ask img {
    display: inline-block;
    vertical-align: middle;
    margin-right: 15px;
    transition: all 0.5s ease;
}

.industry .btn .ask span {
    display: inline-block;
    vertical-align: middle;
    font-size: 16px;
    line-height: 51px;
    color: #fff;
    font-weight: bold;
}

.industry .btn .ask:hover img {
    margin-right: 10px;
}

.industry canvas {
    position: absolute;
    left: 0;
    right: 0;
    top: 710px;
}


/*ys*/
.ys {
    padding-top: 99px;
    background: url(../images/ys_bg.jpg) no-repeat center top;
    overflow: hidden;
}

.ys .content {
    width: 1200px;
    margin: 0 auto;
}

.ys h2 {
    padding-bottom: 0;
    margin-bottom: 56px;
    text-align: center;
}

.ys h2 strong {
    color: #0e73cb;
}

.ys h2 span {
    font-size: 18px;
    color: #fff;
}

.ys h2:after {
    display: none;
}

.ys_con {
    height: 623px;
    position: relative;
}

.ys_nav1 {
    float: left;
    width: 300px;
    height: 623px;
    overflow: hidden;
}

.ys_nav2 {
    float: right;
    width: 300px;
    height: 623px;
    overflow: hidden;
}

.ys_nav1 h3,
.ys_nav2 h3 {
    padding-right: 20px;
    padding-left: 20px;
    display: flex;
    justify-content: space-evenly;
    align-items: center;
    height: 156px;
    background: #0d74d2;
    transition: all 0.5s ease;
    box-sizing: border-box;
    border-bottom: 1px solid #004788;
}

.ys_nav1 h3 div i,
.ys_nav2 h3 div i {
    display: block;
    width: 150px;
    height: 1px;
    background-color: #fff;
}

.ys_nav1 h3 div,
.ys_nav2 h3 div {
    margin-left: 20px;
}

.ys_nav1 h3 img,
.ys_nav2 h3 img {
    display: block;
    width: 60px;
    height: 60px;
}

.ys_nav1 h3 strong,
.ys_nav2 h3 strong {
    display: block;
    font-size: 18px;
    line-height: 100%;
    color: #fff;
    margin: 15px 0 14px;
}

.ys_nav1 h3 span,
.ys_nav2 h3 span {
    display: block;
    font-size: 14px;
    line-height: 20px;
    color: #fff;
    font-weight: 200;
    text-transform: uppercase;
    /* opacity: 0.4; */
}

.ys_nav1 h3:last-child,
.ys_nav2 h3:last-child {
    border-bottom: none;
}

.ys_nav1 h3.on,
.ys_nav2 h3.on {
    background: #004788;
}

.ys_list {
    width: 600px;
    position: absolute;
    left: 300px;
    top: 0;
}

/* .ys_list dd { width:618px; height:623px; background:#ffffff; float:left; box-sizing:border-box; padding:110px 111px 0 75px; }
.ys_list dd h3 { position:relative; padding-bottom:36px; }
.ys_list dd h3 strong { display:block; font-size:40px; line-height:42px; color:#333; font-weight:normal; }
.ys_list dd h3 span { display:block; font-size:18px; line-height:100%; color:#666; margin-top:18px; font-weight:normal; opacity:0.5; }
.ys_list dd h3:after { position:absolute; content:""; width:33px; height:2px; background:#0d74d2; left:0; bottom:0; }
.ys_list dd p { font-size:16px; line-height:40px; color:#666; margin-top:30px; } */
.ys_list dt {
    width: 600px;
    height: 623px;
    float: left;
}

.ys_list dt img {
    width: 100%;
}


.flex {
    display: flex;
    justify-content: space-between;
}

.tit .list1 {
    display: flex;
    margin-right: -25px;
}

.c5 {
    background: url(../images/newsbg.png) no-repeat 50% 0;
    padding-top: 80px;
    margin-bottom: 60px;
}

.tong {
    width: 1200px;
    margin-left: auto;
    margin-right: auto;
}

.tit .list1 li a {
    display: block;
    padding: 0 23px;
    line-height: 34px;
    color: #333333;
    font-size: 16px;
}

.c5 .tit h2 {
    color: #ffffff;
}

.c5 .tit h2 span {
    color: #ffffff;
}

.c5 .tit .list1 li a {
    color: #ffffff;
}

.c5 .tit .list1 li a:hover {
    color: #0d74d1;
    background-color: #ffffff;
}

.c5 .con {
    margin-top: 46px;
}

.c5 .con .c5-1 .list2 li {
    width: 560px;
    height: 602px;
    background-color: #f7f7f7;
    padding: 29px 29px 0;
}

.c5 .con .c5-1 .list2 li .img {
    overflow: hidden;
}

.c5 .con .c5-1 .list2 li .img img {
    width: 502px;
    height: 401px;
}

.c5 .con .c5-1 .list2 li .zi {
    padding-top: 28px;
}

.c5 .con .c5-1 .list2 li .zi .timex {
    font-size: 22px;
    color: #cccccc;
    font-weight: 600;
    line-height: 1;
}

.c5 .con .c5-1 .list2 li .zi h3 {
    font-size: 16px;
    color: #1f1f1f;
    margin-top: 15px;
}

.c5 .con .c5-1 .list2 li .zi dd {
    line-height: 22px;
    color: #6f6f6f;
    margin-top: 9px;
}

.c5 .con .c5-2 {
    width: 600px;
}

.c5 .con .c5-2 .list2 li {
    border-bottom: 1px solid #e6e6e6;
    height: 150px;
    background: #fff;
    padding: 42px 40px 0 53px;
    transition-duration: .3s;
}

.c5 .con .c5-2 .list2 li h3 {
    position: relative;
    font-size: 16px;
    color: #1f1f1f;
}

.c5 .con .c5-2 .list2 li h3:before {
    content: '';
    width: 6px;
    height: 6px;
    background: url(../images/4753ed47c82c52882a4a0a3c7dba26e3f85bf79c.png) no-repeat 0 50%;
    position: absolute;
    left: -14px;
    top: 50%;
    margin-top: -3px;
}

.c5 .con .c5-2 .list2 li h3 .timex {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 0;
    font-size: 20px;
    font-weight: 600;
    color: #cccccc;
}

.c5 .con .c5-2 .list2 li dd {
    line-height: 22px;
    font-size: 14px;
    color: #666666;
    margin-top: 9px;
    padding-right: 116px;
    background: url(../images/a187ea9368735d053abe660505e82fabf9dc48fa.png) no-repeat 100% 100%;
    text-overflow: -o-ellipsis-lastline;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.c5 .con .c5-2 .list2 li:hover {
    background-color: #0d74d1;
}

.c5 .con .c5-2 .list2 li:hover h3 {
    color: #ffffff;
}

.c5 .con .c5-2 .list2 li:hover h3 .timex {
    color: #ffffff;
}

.c5 .con .c5-2 .list2 li:hover h3:before {
    background: url(../images/2c63fdf46edc4f036b53ab42ee5507375effd205.png) no-repeat 0 50%;
}

.c5 .con .c5-2 .list2 li:hover dd {
    background: url(../images/0f31a6aa4c93757b0dcb072ca5c736075a80d6d2.png) no-repeat 100% 100%;
    color: #ffffff;
}

.m_help .prev
 {
    display: block;
    position: absolute;
    top: 86px;
    left: -50px;
    width: 25px;
    height: 70px;
    background: url(../images/advantage_le.png) no-repeat;
}

.m_help .next {
    display: block;
    position: absolute;
    top: 86px;
    right: -70px;
    width: 25px;
    height: 70px;
    background: url(../images/advantage_ri.png) no-repeat;
}

