.wrap {
    width: 100%;
    margin: 0px auto;
    overflow: hidden;
}


.wrap1200{
	 width: 100%;
    margin: 0px auto;
    overflow: hidden;
}

/**header:start**/

.headerWrap {
    width: 100%;
    margin: 0px auto;
}

.headerTopWrap {
    border-bottom: 1px solid #eee;
}

.headerTop {
    overflow: hidden;
}

.headerTop p {
    float: left;
    line-height: 40px;
    font-size: 14px;
    color: #888;
}

.headerTop div {
    float: right;
    padding: 5px 0%;
    width: 280px;
}

.headerTop div a {
    display: inline-block;
    line-height: 30px;
    border-right: 1px solid #eee;
    margin-left: 0%;
    padding: 0% 10px;
    font-size: 14px;
    color: #888;
}

.headerTop div a:hover {}

.headerTop div a:last-child {
    border: none;
}

.headerMenuWrap {
    width: 100%;
    margin: 0px auto;
    position: relative;
}

.headerMenu {
    height: 140px;
    /* background: #ddd; */
    overflow: hidden;
    padding: 12px 0%;
}

.logo {
    float: left;
    width: 60%;
}

.logo a {
    display: block;
    overflow: hidden;
}

.logo a img {
    float: left;
    max-width: 100%;
    height: auto;
    overflow: hidden;
    margin-right: 2%;
    display: block;
}

.logo a img:nth-child(1) {}

.logo a img:nth-child(2) {
    margin-top: 3%;
}

.logo a .logo_one{
	
}

.logo a .logo_two{
	
}


.logo a div {
    float: left;
    margin-top: 3%;
}

.logo a div h4 {
    color: #222;
    font-size: 28px;
    line-height: 30px;
    font-weight: 600;
}

.logo a div h4 em {
    color: #de0515;
}

.logo a div p {
    font-size: 21px;
    letter-spacing: 1px;
}

.tel {
    width: 18%;
    float: right;
    margin-top: 1%;
    overflow: hidden;
}

.telLeft {
    float: left;
    text-align: right;
}

.telLeft p {
    font-size: 16px;
    line-height: 42px;
    color: #666;
}

.telLeft h4 {
    color: #de0515;
    font-size: 30px;
    line-height: 22px;
    font-weight: 600;
}

.telRight {
    width: 38px;
    float: left;
    margin-left: 3%;
    margin-top: 4%;
}

.telRight img {
    max-width: 100%;
    height: auto;
    overflow: hidden;
}

.headerNavWrap {
    background: #0050bd;
    width: 100%;
    height: auto;
    overflow: hidden;
    margin: 0px auto;
}

.headerNav {
    overflow: hidden;
}

.headerNav ul {
    display: flex;
    justify-content: space-between;
    flex-direction: row;
    align-items: center;
}

.headerNav ul .li {
    width: 11.11%;
}

.headerNav ul .li a {
    display: block;
    font-size: 18px;
    color: #fff;
    line-height: 78px;
    text-align: center;
}

.headerNav ul .li.on,
.headerNav ul .li:hover {
    background: #de0515;
}

.headerNav ul .li.on a,
.headerNav ul .li:hover a {
    color: #fff;
}

.dropDown2 {
    display: none;
    position: absolute;
    z-index: 333;
    top: 100%;
    left: 0;
    width: 100%;
    background: #fff;
    text-align: center;
    height: 135px!important;
    padding: 2% 0%;
}

.dropDown2 a {
    position: relative;
    display: inline-block!important;
    margin: 0 20px;
    font-size: 16px!important;
    color: #01111c!important;
    height: 60px;
    line-height: 60px!important;
    box-sizing: border-box;
}

.dropDown2 a:hover {
    color: #de0515;
    border-bottom: #de0515 solid 2px
}

/**banner:start**/

.bannerWrap {}

.banner img {
    width: 100%;
    height: auto;
}

.bannerWrap .slick-dots {
    bottom: 3%;
}

.bannerWrap .slick-dots li button:before {
    font-size: 14px;
    color: #fff;
}

.menu {
    float: left;
    position: relative;
    margin-left: 4%;
}

.menu ul li {
    float: left;
    font-size: 16px;
    line-height: 60px;
    width: 112px;
    text-align: center;
}

.menu ul li a {
    font-size: 16px;
    font-weight: 600;
    color: #333;
}

.selectedNav {
    font-weight: bold;
}

.menu ul li:hover {
    font-weight: bold;
}

.bottomLine {
    position: absolute;
    left: 0px;
    bottom: 0;
    height: 4px;
    background-color: #333;
    transition: all 0.3s ease;
    height: 2px;
    width: 112px;
}

.sobox {
    float: left;
    position: relative
}

.sobox .tit {
    display: block;
    width: 25px;
    height: 60px;
    background: url(../img/icon_search.png) center center no-repeat;
    -webkit-background-size: 100% auto;
    -moz-background-size: 100% auto;
    -ms-background-size: 100% auto;
    -o-background-size: 100% auto;
    background-size: 100% auto;
}

.sobox .tit {
    background-image: url(../img/icon_search.png)
}

.so {
    display: none;
    position: absolute;
    top: 100%;
    right: 0;
    width: 220px;
    height: 40px;
    border: 1px solid #777777;
    padding-right: 40px;
    overflow: hidden;
    z-index: 999;
    background: #0050bd;
}

.so .inp {
    display: block;
    width: 100%;
    height: 40px;
    border: none;
    font-size: 14px;
    color: #fff;
    line-height: 40px;
    background: 0 0;
    padding: 0 10px;
    overflow: hidden
}

.so .sub-btn {
    display: block;
    width: 40px;
    height: 40px;
    background: #fff url(../img/icon_search.png) center center no-repeat;
    border: none;
    position: absolute;
    top: 0;
    right: 0;
}

/**home: pro:start **/

.proWrap {
    background: url(../img/pro_bg.jpg) no-repeat top center;
    background-size: cover;
    margin-top: -2%;
}

.proWrapCont {
    padding: 4% 0%;
}

.proTitle {}

.proTitle h3 {
    text-align: center;
    font-size: 46px;
    line-height: 50px;
    color: #999;
}

.proTitle h4 {
    text-align: center;
    font-size: 26px;
    color: #222;
    line-height: 50px;
    font-weight: 600;
}

.proCont {
    margin-top: 4%;
}

.proNav {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    box-shadow: 0px 0px 16px rgba(0, 0, 0, 0.2);
}

.proNav li {
    width: 20%;
    text-align: center;
    background: #ebebeb;
    font-size: 20px;
    font-weight: 200;
    line-height: 70px;
}

.proNav li.on {
    background: #0050bd;
    color: #fff;
}

.proItem {}

.proItemOne {
    background: #fff;
    overflow: hidden;
    padding: 2%;
}

.proItemOneLeft {
    float: left;
    width: 20%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.proItemOneLeft a {
    width: 159px;
    height: 88px;
    background: url(../img/icon_pro_nav.png) no-repeat center;
    display: block;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 24px;
    color: #fff;
}

.proItemOneRight {
    float: left;
    width: 80%;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
}

.proItemOneRight li {
    width: 14.28%;
    margin-bottom: 0%;
}

.proItemOneRight li a {
    font-size: 18px;
    line-height: 34px;
    color: #333;
    background: url(../img/icon_yuan.png) no-repeat left center;
    padding-left: 18px;
}

.proItemTwo {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-top: 2%;
}

.proItemTwo li {
    width: 49%;
    margin-bottom: 2%;
    overflow: hidden;
    border: 1px solid #eee;
    padding: 2%;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}

.proItemImg {
    width: 46%;
    height: auto;
    overflow: hidden;
}

.proItemImg a {
    display: block;
    padding: 6%;
    overflow: hidden;
}

.proItemImg a img {
    width: 100%;
    height: auto;
    overflow: hidden;
    transition: all .5s ease;
}

.proItemImg:hover img {
    transform: scale(1.1);
}

.proItemInfoImg div:hover a img {
    transform: scale(1.1);
}

.proItemInfo {
    width: 50%;
}

.proItemInfo h3 {
    font-size: 20px;
    line-height: 30px;
    color: #000;
    font-weight: 600;
    margin-bottom: 6%;
}

.proItemInfo p {
    font-size: 14px;
    line-height: 24px;
    color: #000;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}

.proItemInfoImg {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    margin: 5% auto;
}

.proItemInfoImg div {
    width: 47%;
    border: 1px solid #eee;
}

.proItemInfoImg div a {
    display: block;
    text-align: center;
    padding: 9%;
    overflow: hidden;
}

.proItemInfoImg div a img {
    width: 100px;
    height: auto;
    overflow: hidden;
    transition: all .5s ease;
}

.proItemTwo li:hover p {}

.proItemInfoNav {}

.proItemInfoNav a {
    width: 120px;
    height: 40px;
    display: block;
    float: left;
    margin-right: 5%;
    background: #0050bd;
    line-height: 40px;
    text-align: center;
    color: #fff;
    border-radius: 10px;
    font-size: 16px;
}

.proItemInfoNav a.one {}

.proItemInfoNav a.two {
    background: #fff;
    color: #333;
    border: 1px solid #eee;
}

.proItemInfoNav a.one:hover {
    background: #fff;
    color: #333;
    border: 1px solid #eee;
}

.proItemInfoNav a.two:hover {
    background: #0050bd;
    color: #fff;
    border: 1px solid #0050bd;
}

.hide {
    display: none;
}

.fuwuWrap {}

.fuwuCont {}

.fuwuItem {
    height: 99vh;
    background-repeat: no-repeat;
    background-position: center center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -ms-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    overflow: hidden
}

.fuwuItem li {
    float: left;
    width: 25%;
    height: 96vh;
    overflow: hidden
}

.fuwuItem .con {
    display: block;
    width: 100%;
    height: 96vh;
    position: relative;
    border-right: 1px solid rgba(255, 255, 255, .3);
    overflow: hidden
}

.fuwuItem li:last-child .con {
    border-right: none
}

.fuwuItem a:hover {
    background-color: rgba(3, 50, 113, .83);
    width: 100%;
    height: 96vh;
}

.fuwuItem .box {
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    text-align: center;
    overflow: hidden
}

.fuwuItem .pic {
    width: 80px;
    height: 80px;
    margin: 0 auto 27px;
    overflow: hidden
}

.fuwuItem .pic img {
    display: block;
    width: 100%;
    height: 100%
}

.fuwuItem h3 {
    font-size: 28px;
    color: #fff;
    line-height: 1.43em;
    text-align: center;
    position: relative;
    overflow: hidden
}

.fuwuItem a:hover h3 {
    padding-bottom: 29px;
    margin-bottom: 23px
}

.fuwuItem h3:after {
    content: '';
    width: 32px;
    height: 1px;
    background-color: transparent;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    margin: 0 auto
}

.fuwuItem a:hover h3:after {
    background-color: #fff
}

.fuwuItem .desc {
    display: none;
    width: 170px;
    height: 8.8em;
    font-size: 14px;
    color: #fff;
    line-height: 2.2em;
    margin: 0 auto;
    overflow: hidden
}

.fuwuItem a:hover .desc {
    display: block
}

.fuwuItem .more {
    display: none;
    font-size: 24px;
    color: #fff;
    line-height: 1.5em;
    text-transform: uppercase;
    font-family: Arial;
    font-weight: 700;
    margin-top: 85px;
    overflow: hidden
}

.fuwuItem a:hover .more {
    display: block
}

.fuwuItem .pic img,
.fuwuItem h3,
.fuwuItem .con,
.fuwuItem .desc,
.fuwuItem h3,
.fuwuItem h3:after {
    -webkit-transition: .3s;
    -moz-transition: .3s;
    -ms-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
}

/**services:start**/

.serviceWrap {
    background: url(../img/services_bg.jpg) no-repeat top center;
    background-size: cover;
    margin-top: -2%;
}

.serviceWrapCont {
    padding: 4% 0%;
}

.serviceCont {
    background: #fff;
    padding: 3%;
    margin: 2% auto;
}

.serviceTable {
    width: 100%;
    margin: 4% auto;
    overflow: hidden;
    border-collapse: collapse;
    background: #fafcfe;
    margin-top: 1%;
}

.serviceTable th,
.serviceTable td {
    border: 1.5px solid #dadada;
    padding-left: 2%;
    line-height: 34px;
    font-size: 16PX;
    color: #333;
}

.serviceTable tr td:first {
    display: none;
}

.serviceTable tr:nth-child(2n) {
    background: #eaf4fa;
}

.serviceTable tr.tableTitleDiy td {
    background: #036db7;
    color: #fff;
    text-align: center;
}

.serviceTable tr.tableTitleDiy td p {
    font-size: 20px;
    font-weight: 600;
}

.serviceTable tr.tableTitleDiy td span {
    font-size: 16px;
}

.table_bottom {
    text-align: center;
    font-size: 32px;
    line-height: 32px;
    margin-bottom: 3%;
}

.table_top {
    margin-top: 1%;
    overflow: hidden;
}

.table_top_left {
    width: 250px;
    height: 170px;
    float: left;
    border: 1px solid #036db7;
    padding: 1% 2%;
}

.table_top_left h4 {
    font-size: 38px;
    line-height: 42px;
    color: #127fc8;
    font-weight: 600;
}

.table_top_left p {
    font-size: 30px;
    line-height: 42px;
    color: #000;
}

.table_top_right {
    width: 79%;
    float: left;
    padding: 2%;
    padding-top: 0%;
}

.table_item {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    padding: 25px 2%;
    border-top: 1px solid #ddd;
}

.table_item:last-child {
    border-bottom: 1px solid #ddd;
}

.table_one {
    width: 15%;
    border-right: 1px solid #ccc;
}

.table_one p {
    font-size: 26px;
    line-height: 33px;
    color: #333;
}

.table_two {
    overflow: hidden;
    padding: 0% 2%;
    width: 72%;
}

.table_two a {
    display: block;
    float: left;
    font-size: 16px;
    line-height: 32px;
    color: #666;
    margin-left: 5%;
}

.table_three {
    width: 12%;
}

.table_three a {
    font-size: 16px;
    line-height: 32px;
    color: #8f8f8f;
    background: url(../img/icon_jiantou.png) no-repeat right center;
    padding-right: 6%;
    display: block;
}

.table_two a:hover {
    color: #127fc8;
}

.table_three a:hover {
    color: #127fc8;
}

/**news:start**/

.newsWrap {
    padding: 3% 0%;
    background: url(../img/news_bg.jpg) no-repeat top center;
    background-size: cover;
}

.newsWrapCont {}

.newsCont {
    margin: 3% auto;
}

.slide-item-box {
    position: relative;
    margin: 0 auto;
    overflow: hidden;
}

.slide-item-body {
    width: 96%;
    margin: 0px auto;
}

.slide-item-body ul {}

.slide-item-body ul li {
    width: 22%;
    float: left;
    margin-left: 30px;
}

.slide-item-body ul {}

.newsInfo {
    background: #fff;
    padding: 8% 4%;
    padding-bottom: 16%;
}

.newsItem {}

.newsItem a {
    display: block;
}

.newsItem h3 {
    font-size: 20px;
    line-height: 30px;
    color: #666;
    font-weight: 600;
}

.newsImg {
    overflow: hidden;
}

.newsImg img {
    width: 100%;
    height: auto;
    overflow: hidden;
    transition: all .5s ease;
}

.newsItem:hover .newsImg img {
    transform: scale(1.1);
}

.newsItem span {
    margin: 6% auto;
    display: block;
    font-size: 14px;
    line-height: 26px;
    color: #666;
    padding-left: 10%;
    background: url(../img/icon_date_news.png) no-repeat left center;
}

.newsItem p {
    font-size: 16px;
    line-height: 26px;
    color: #666;
}

.slide-item-box .next {
    position: absolute;
    top: 49%;
    z-index: 10;
    cursor: pointer;
    -moz-background-size: 60px;
    -webkit-background-size: 60px;
    background-size: 60px;
    background-position: center;
    background-repeat: no-repeat;
    right: auto;
    left: -6px;
    height: 60px;
    width: 60px;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.slide-item-box .next-bg {
    background-image: url("../img/btn-fl1.png");
}

.slide-item-box .next:hover {
    background-image: url("../img/btn-fl2.png");
}

.slide-item-box .prev {
    position: absolute;
    top: 49%;
    z-index: 10;
    cursor: pointer;
    -moz-background-size: 60px;
    -webkit-background-size: 60px;
    background-size: 60px;
    background-position: center;
    background-repeat: no-repeat;
    right: -6px;
    height: 60px;
    width: 60px;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.slide-item-box .prev-bg {
    background-image: url("../img/btn-fr1.png");
}

.slide-item-box .prev-bg:hover {
    background-image: url("../img/btn-fr2.png");
}

/**kehu:start**/

.kehuWrap {
    padding: 2%;
}

.kehuWrapCont {}

.kehuCont {}

.kehu {}

.mn-wrap {
    width: 100%;
    height: auto;
    overflow: hidden;
    margin: 0% auto;
    position: relative;
    margin-top: 4%;
}

.mn-swiper {
    width: 92%;
    height: auto;
    position: initial !important;
}

.swiper-wrapper {
    -webkit-transition-timing-function: linear;
    -moz-transition-timing-function: linear;
    -ms-transition-timing-function: linear;
    -o-transition-timing-function: linear;
    transition-timing-function: linear;
    margin: 0 auto;
}

.mn-swiper .swiper-slide a {
    height: auto!important;
    display: block;
    overflow: hidden;
}

.mn-swiper .swiper-slide {
    height: 140px!important;
    text-align: center;
    transition: all .7s ease 0s;
}

.mn-swiper .swiper-slide:hover {}

.mn-swiper .swiper-button-prev {
    left: 4px;
    background-image: url(../img/swiper-l.png);
}

.mn-swiper .swiper-button-next {
    right: 0;
    background-image: url(../img/swiper-r.png);
}

.mn-swiper .swiper-button-next,
.mn-swiper .swiper-button-prev {
    width: 32px;
    height: 32px;
    background-repeat: no-repeat;
    background-size: cover;
    position: absolute;
    top: 40%;
}

.mn-swiper .swiper-wrapper {
    width: 100%;
    margin: 0 auto;
}

.mn-swiper .swiper-button-prev:after,
.mn-swiper .swiper-container-rtl .swiper-button-next:after {
    content: '';
}

.mn-swiper .swiper-button-next:after,
.mn-swiper .swiper-container-rtl .swiper-button-prev:after {
    content: '';
}

.kehuItem {
    border: 1px solid #ddd;
    margin: 0% 4%;
    text-align: center;
    padding: 6% 0%;
    overflow: hidden;
}

.kehuItem img {
    transition: all .5s ease;
}

.mn-swiper .swiper-slide:hover .kehuItem {
    border: 1px solid #0050bd;
}

.mn-swiper .swiper-slide:hover .kehuItem img {
    transform: scale(1.1);
}

.serviceTable td a:hover {
    color: #036db7;
    font-weight: 600;
}

/**neiye: chengfen:start **/

.inContWrap2 {
    background: #f8f8f8;
}

.inLocationWrap {
    background: #000;
    opacity: .8;
    position: absolute;
    bottom: 0px;
    z-index: 1;
    left: 0%;
    width: 100%;
}

.inLocation {
    padding: 15px 0%;
}

.inLocation span {
    display: block;
    width: 16px;
    height: 20px;
    background: url(../img/icon_home_white.png) no-repeat center;
    float: left;
}

.inLocation p {
    float: left;
    /* width: 80%; */
    margin-left: 10px;
    line-height: 22px;
    font-size: 14px;
    color: #e9e9e9;
}

.inLocation p a {
    color: #e9e9e9;
}

.inMainWrap {
    padding: 2% 0%;
    margin:0 auto;
}

.inMain {}

.inMainTitle {}

.inMainTitle h3 {
    text-align: center;
    font-size: 32px;
    line-height: 60px;
    color: #333;
    font-weight: 600;
}

.inMainTitle p {
    text-align: center;
    font-size: 14px;
    line-height: 24px;
    color: #666;
    display: none;
}

.chengfenWrap {
    margin: 2% auto;
    border-top: 4px solid #0050bd;
}

.chengfenNav {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    /* border-top: 5px solid #0050bd; */
}

.chengfenNav li {
    background: #ffff;
    width: 19%;
    padding: 1% 0%;
}

.chengfenNav li h4 {
    font-size: 18px;
    text-align: center;
    line-height: 34px;
    color: #333;
    font-weight: 600;
}

.chengfenNav li p {
    font-size: 13px;
    text-align: center;
    line-height: 24px;
    color: #787878;
    font-weight: 600;
}

.chengfenNav li.on {
    background: #0050bd;
}

.chengfenNav li.on * {
    color: #fff;
}

.chengfenNav li:hover {}

.chengfenCont {
    margin-top: 2%;
}

.chengfenItem {
    padding: 2% 0%;
}

.inLianxi {
    background: #e9e9e9;
    display: flex;
    padding: 2% 0%;
    flex-direction: row;
    justify-content: center;
    margin: 2% auto;
}

.inLianxiLeft {
    display: flex;
    width: 16%;
}

.inLianxiLeft img {
    max-width: 100%;
    height: auto;
    overflow: hidden;
}

.inLianxiLeft p {
    writing-mode: vertical-rl;
    font-size: 14px;
    color: #333;
    margin-left: 5%;
}

.inLianxiRight {
    margin-left: 8%;
    padding-top: 1%;
    padding-left: 4%;
    background: url(../img/icon_tel3.png) no-repeat left center;
}

.inLianxiRight p {
    font-size: 18px;
    line-height: 42px;
    color: #333;
}

.inLianxiRight h4 {
    font-size: 34px;
    line-height: 32px;
    color: #0050bd;
    font-weight: 600;
}

.chengfenItemOne {}

.chengfenItemOne table {
    width: 100%;
    margin: 0% auto;
    overflow: hidden;
    border-collapse: collapse;
    background: #fff;
}

.chengfenItemOne table th {
    background: #036db7;
    text-align: center;
    color: #fff!important;
    line-height: 24px;
    padding: 6px 0%;
}

.chengfenItemOne table th,
.chengfenItemOne table td {
    border: 1px solid #ddd;
    font-size: 16px;
    color: #999;
}

.chengfenItemOne table tr {}

.chengfenItemOne table tr td {
    text-align: center;
    color: #999;
    font-size: 15px;
    line-height: 36px;
}

.chengfenItemOne table tr:nth-child(2n) {
    background: #f0f7fb;
}

/**inContact:start**/

.inContactWrap {
    margin: 4% auto;
}

.inContactItem {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-bottom: 0%;
}

.inContactItem li {
    width: 32%;
    margin-bottom: 2%;
    background: #fff;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    padding: 2% 0%;
    border: 1px solid #fff;
}

.inContactItem li:hover {
    border: 1px solid #036db7;
}

.inContactItem li img {
    width: 80px;
    height: auto;
    overflow: hidden;
}

.inContactItem li div {
    margin-left: 4%;
    width: 270px;
}

.inContactItem li div p {
    font-size: 18px;
    line-height: 30px;
    color: #666;
}

.inContactItem li div h4 {
    font-size: 22px;
    line-height: 32px;
    color: #333;
}

.inContactItem li:nth-child(5) div h4 {
    font-size: 20px;
}

.inTuijianPro {
    margin: 4% auto;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    flex-wrap: wrap;
}

.inTuijianPro li {
    width: 23%;
    margin-bottom: 4%;
}

.inTuijianPro li a {}

.inProImg {
    overflow: hidden;
}

.inProImg img {
    width: 100%;
    height: auto;
    overflow: hidden;
    transition: all .5s ease;
}

.inTuijianPro li a p {
    text-align: center;
    background: #fff;
    font-size: 18px;
    line-height: 60px;
}

.inTuijianPro li:hover img {
    transform: scale(1.1);
}

.inTuijianPro li:hover p {
    background: #0050bd;
    color: #fff;
}

.inBannerWrap {
    width: 100%;
    margin: 0px auto;
    overflow: hidden;
}

.inBanner {
    position: relative;
}

.inBanner img {
    width: 100%;
    height: auto;
    overflow: hidden;
}

/**inAbout:start**/

.inAboutWrap {
    margin: 4% auto;
}

.inAboutNav {
    display: flex;
    flex-direction: row;
    justify-content: start;
    background: #eeeeee;
}

.inAboutNav li {
    /* background: #ffff; */
    width: 19%;
    padding: 1% 0%;
}

.inAboutNav li h4 {
    font-size: 18px;
    text-align: center;
    line-height: 34px;
    color: #333;
    font-weight: 600;
}

.inAboutNav li.on {
    background: #0050bd;
}

.inAboutNav li.on * {
    color: #fff;
}

.inAboutNav li:hover {}

.inAboutCont {
    margin-top: 2%;
}

.inAboutItem {
    padding: 2% 0%;
}

.inAboutOneDiyWrap {
    background: #0050bd;
    position: relative;
    margin: 12% auto;
    margin-top: 8%;
}

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

.inAboutOneDiyItem {
    background: #0050bd;
    height: 140px;
    display: flex;
    align-items: center;
    width: 33%;
}

.inAboutOneDiyItem p {
    font-size: 16px;
    line-height: 24px;
    color: #fff;
    animation: seesaw 5s ease-out infinite;
}

.inAboutOneDiyItem:nth-child(2) {
    background: url(../img/logo2_bg.png) no-repeat center;
    width: 390px;
    height: 450px;
    background-size: cover;
    /* display: flex; */
    /* flex-direction: column; */
    /* align-items: center; */
    /* justify-content: center; */
    text-align: center;
    padding-top: 5%;
    position: absolute;
    left: 39%;
    top: -110%;
    display: flex;
    flex-direction: column;
}

.inAboutOneDiyItem:nth-child(2) img {
    animation: seesaw_img 5s ease-out infinite;
}

.inAboutOneDiyItem:nth-child(2) p {
    width: 90%;
    margin: 56px auto;
}

@keyframes seesaw_img {
    0% {
        margin-bottom: -5px;
    }
    50% {
        margin-bottom: -20px;
    }
    100% {
        margin-bottom: -5px;
    }
}

@keyframes seesaw {
    0% {
        margin-bottom: 5px;
    }
    50% {
        margin-bottom: 20px;
    }
    100% {
        margin-bottom: 5px;
    }
}

.inAboutOneDiyItem:nth-child(1),
.inAboutOneDiyItem:nth-child(3) {}

@keyframes light {
    0% {
        background-color: #5691e3;
    }
    50% {
        background-color: #246dd4;
    }
    100% {
        background-color: #5691e3;
    }
}

.inAboutOne {}

.inAboutTop {
    overflow: hidden;
}

.inAboutLeft {
    width: 55%;
    float: left;
}

.inAboutLeft img {
    max-width: 100%;
    height: auto;
    overflow: hidden;
}

.inAboutRight {
    width: 42%;
    float: right;
}

.inAboutRight h4 {
    font-size: 26px;
    line-height: 60px;
    color: #333;
    margin: 1% auto;
}

.inAboutRight p {
    font-size: 16px;
    line-height: 30px;
    color: #5d5d5d;
    text-align: left;
    text-indent: 30px;
    margin-bottom: 1%;
}

.inAboutBottom {
    margin-top: 3%;
}

.inAboutBottom p {
    font-size: 16px;
    line-height: 30px;
    color: #5d5d5d;
    text-align: left;
    text-indent: 30px;
    margin-bottom: 1%;
}

/**cases:start**/

.inCasesWrap {
    margin-top: 5%;
}

.inCasesList {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    flex-wrap: wrap;
}

.inCasesList li {
    margin-bottom: 2%;
    width: 32%;
}

.inCasesList li a {}

.inCasesImg {
    overflow: hidden;
}

.inCasesImg img {
    width: 100%;
    height: auto;
    overflow: hidden;
    transition: all .5s ease;
}

.inCasesInfo {
    background: #fff;
    padding: 2% 0%;
}

.inCasesInfo h4 {
    text-align: center;
    font-size: 20px;
    line-height: 40px;
    color: #333;
    font-weight: 600;
}

.inCasesInfo p {
    text-align: center;
    font-size: 16px;
    line-height: 24px;
    display: none;
}

.inCasesList li:hover img {
    transform: scale(1.1)
}

.inCasesList li:hover .inCasesInfo {
    background: #036db7;
}

.inCasesList li:hover .inCasesInfo * {
    color: #fff;
}

.inProCont {}

.inProShowOne {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    margin-bottom: 3%;
}

.inProShowOneLeft {
    width: 56%;
    position: relative;
    background: #FFF;
    padding: 6px 0px;
}

.inProShowPlay {
    width: 80%;
    margin: 0px auto;
}

.inProShowPlay img {
    width: 500px;
    height: auto;
    overflow: hidden;
}

.inProShowPlay .slick-prev,
.inProShowPlay .slick-next {
    background: #ccc;
    border-radius: 10px;
}

.inProShowPlay .slick-dots {
    bottom: -28px;
}

.inProShowOneRight {
    width: 40%;
}

.inProShowOneRight h2 {
    font-size: 22px;
    line-height: 50px;
    border-bottom: 1px solid #ddd;
}

.inProShowOneRight p {
    margin: 4% auto;
    line-height: 28px;
    font-size: 16px;
    color: #666;
}

.inProShowOneRightInfo {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
}

.inProShowOneRightInfo a {
    display: block;
    background: #0050bd;
    color: #fff;
    font-size: 16px;
    text-align: center;
    line-height: 50px;
    width: 180px;
    margin-right: 6%;
    border-radius: 41px;
}

.inProShowOneRightInfo a:hover {
    background: #de0515;
    color: #fff;
}

.inProShowTwo a:nth-child(2):hover {
    background: #0050bd;
    color: #fff;
}

.inProShowOneRightInfo div {
    background: url(../img/icon_tel_pro.png) no-repeat left center;
    padding-left: 10%;
}

.inProShowOneRightInfo div p {
    font-size: 18px;
    line-height: 18px;
    color: #666;
}

.inProShowOneRightInfo div h3 {
    font-size: 27px;
    line-height: 27px;
    color: #0050bd;
    font-weight: 600;
}

.inProShowTwo {}

.inProShowTwo a {
    display: block;
    width: 50%;
    line-height: 60px;
    background: #de0515;
    color: #fff;
    text-align: center;
    font-size: 22px;
}

.inProShowTwo a:nth-child(1) {}

.inProShowTwo a:nth-child(2) {
    background: #ddd;
    color: #333;
}

.inProShowTwo {
    display: flex;
    flex-direction: row;
    margin: 2% auto;
}

.inProShowThree {
    background: #fff;
    padding: 2%;
}

.inProShowThreeCont {
    padding: 1% 0%;
    margin-bottom: 2%;
}

.inProShowThreeCont table {
    border-collapse: collapse;
    width: 100%;
    margin: 0px auto;
}

.inProShowThreeCont table tr,
.inProShowThreeCont table td {
    border: 1px solid #bfbfbf!important;
    font-size: 16px;
    color: #666;
}

.inProShowThreeCont table tr td {}

.inProShowThreeCont table tr {
    background: #dbeef3!important;
}

.inProShowThreeCont table tr td {
    background: #dbeef3!important;
}

.inProShowThreeCont table tr:nth-child(2n) {
    background: #fff!important;
}

.inProShowThreeCont table tr:nth-child(2n) td {
    background: #fff!important;
}

.inProShowThreeCont p {
    font-size: 20px;
    line-height: 32px;
}

.inProShowThreeCont img {}

.inProShowThreeTitle {
    background: url(../img/pro_show_bg.jpg) no-repeat center;
    height: 94px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}

.inProShowThreeTitle p {
    color: #fff;
    text-align: center;
    line-height: 40px;
    font-size: 42px;
    margin-top: 8px;
}

.inProShowThreeTitle span {
    text-align: center;
    font-size: 16px;
    line-height: 32px;
    color: #fff;
    display: block;
}

.inProShow {}

.inProShow2 {}

.inProShowTitle {
    position: relative;
    display: flex;
    flex-direction: row;
    border-bottom: 1px solid #ddd;
    justify-content: space-between;
}

.inProShowTitle::before {
    position: absolute;
}

.inProShowTitle::after {}

.inProShowTitle p {
    line-height: 60px;
    font-size: 22px;
    color: #333;
    font-weight: 600;
}

.inProShowTitle p span {
    color: #0050bd;
}

.inProShowTitle p em {}

.inProShowTitle a {
    display: block;
    /* margin: 0px; */
    /* padding: 0px; */
    line-height: 60px;
}

.inProShowCont {}

.inProShowCont2 {}

.inProShowCont2 ul {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}

.inProShowCont2 ul li {
    width: 24%;
}

.inProShowCont2 ul li a {
    display: block;
}

.inProShowCont2 ul li a div {
    background: #fff;
    text-align: center;
    padding: 6%;
    border: 1px solid #eee;
}

.inProShowCont2 ul li a div img {}

.inProShowCont2 ul li a p {
    text-align: center;
    font-size: 16px;
    line-height: 50px;
    margin: 4% auto;
}

.inProShowCont2 ul li:hover a p {
    color: #0050bd;
    font-weight: 600;
}

.inProShowCont3 {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    background: #fff;
    padding: 3% 1.5%;
}

.inProShowCont3Left {
    width: 60%;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}

.inProShowCont3LeftImg {
    width: 40%;
}

.inProShowCont3LeftImg a {
    display: block;
    background: #fff;
    padding: 4%;
    border: 1px solid #eee;
    text-align: center;
}

.inProShowCont3LeftImg a img {}

.inProShowCont3LeftInfo {
    width: 55%;
    padding-right: 4%;
}

.inProShowCont3LeftInfo a {
    display: block;
}

.inProShowCont3LeftInfo a h3 {
    font-size: 18px;
    line-height: 42px;
    color: #000;
}

.inProShowCont3LeftInfo a p {
    font-size: 14px;
    line-height: 24px;
    color: #555;
    margin: 4% auto;
}

.inProShowCont3LeftInfo a div {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    margin-top: 8%;
}

.inProShowCont3LeftInfo a div span:nth-child(1) {
    display: block;
    font-size: 20px;
    color: #999;
}

.inProShowCont3LeftInfo a div span:nth-child(2) {
    display: block;
    width: 42px;
    height: 42px;
    border: 1px solid #999;
    border-radius: 21px;
    text-align: center;
    align-items: center;
    display: flex;
    font-size: 20px;
    justify-content: center;
    color: #999;
}

.inProShowCont3LeftInfo a div span:nth-child(2):hover {
    color: #0050bd;
    border: 1px solid #0050bd;
}

.inProShowCont3Right {
    width: 40%;
    border-left: 1px dotted #ddd;
    padding-left: 3%;
}

.inProShowCont3Right ul {}

.inProShowCont3Right ul li {
    margin-top: 6%;
}

.inProShowCont3Right ul li a {
    display: block;
}

.inProShowCont3Right ul li:hover * {
    color: #0050bd;
}

.inProShowCont3Right ul li a p {
    width: 80%;
    float: left;
    line-height: 42px;
    font-size: 16px;
    color: #333;
}

.inProShowCont3Right ul li a span {
    display: block;
    float: right;
    font-size: 16px;
}

.inProShowCont4 {
    background: #fff;
    padding: 2%;
}

.inProShowCont4 h3 {
    line-height: 60px;
    font-size: 20px;
    border-bottom: 1px solid #eee;
}

.inProShowCont4 ul {
    margin: 2% auto;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    border-bottom: 1px solid #eee;
    padding-bottom: 1%;
}

.inProShowCont4 ul li {
    width: 25%;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: flex-start;
}

.inProShowCont4 ul li img {}

.inProShowCont4 ul li p {
    margin-left: 5%;
    font-size: 16px;
}

.inProShowCont4 ul li p span {
    color: #0050bd;
    font-size: 18px;
}

.inProShowCont1 {
    background: #fff;
    padding: 2%;
}

.inProShowCont1 .box1 {
    width: 100%
}

.inProShowCont1 .box1 .Input {
    width: 48%;
    height: 58px;
    border: 1px solid #e0e0e0;
    float: left;
    margin-bottom: 20px;
    margin-left: 20px;
}

.inProShowCont1 .box1 .Input span {
    width: 130px;
    float: left;
    display: block;
    border-right: 1px solid #e0e0e0;
    line-height: 58px;
    font-size: 16px;
    color: #999;
    text-indent: 22px
}

.inProShowCont1 .box1 input {
    width: 65%;
    padding-left: 22px;
    padding-right: 51px;
    font-size: 16px;
    color: #333;
    height: 58px;
    line-height: 58px;
    outline: 0;
    border: none;
    float: left;
}

.inProShowCont1 .box1 p.input {
    width: 350px;
    padding-left: 22px;
    padding-right: 51px;
    font-size: 16px;
    color: #333;
    line-height: 58px;
    outline: 0;
    border: none;
    margin-left: 9%;
}

.inProShowCont1 .box1 .Input1 p.input {
    background: url(../img/proDetailsLy_icon06.png) no-repeat 372px center
}

.inProShowCont1 .box1 .Input1 input {
    background: url(../img/proDetailsLy_icon06.png) no-repeat 372px center
}

.inProShowCont1 .box1 .Input2 input {
    background: url(../img/proDetailsLy_icon01.png) no-repeat 372px center
}

.inProShowCont1 .box1 .Input3 input {
    background: url(../img/proDetailsLy_icon02.png) no-repeat 372px center
}

.inProShowCont1 .box1 .Input4 input {
    background: url(../img/proDetailsLy_icon04.png) no-repeat 372px center
}

.inProShowCont1 .box1 textarea {
    text-indent: 22px;
    width: 97%;
    height: 140px;
    border: 1px solid #e0e0e0;
    margin-left: 20px;
    padding-top: 18px;
    font-size: 16px;
    color: #999;
    outline: 0;
    resize: none;
    background: url(../img/proDetailsLy_icon05.png) no-repeat 84% 19%;
    padding-right: 0px;
    margin: 0px auto;
}

.inProShowCont1 .box2 {
    text-align: center;
    margin-top: 25px
}

.inProShowCont1 .box2 a.tj {
    margin-right: 12px
}

.inProShowCont1 .box2 a {
    display: inline-block;
    width: 242px;
    height: 52px;
    line-height: 52px;
    text-align: center;
    font-size: 20px;
    color: #666;
    text-decoration: none;
    background-color: #fff;
    border: solid 1px #e1e1e1;
    border-radius: 30px
}

.inProShowCont1 .box2 a i {
    display: inline-block;
    width: 16px;
    height: 16px;
    margin-left: 18px;
    position: relative
}

.inProShowCont1 .box2 a i:after,
.inProShowCont1 .box2 a i:before {
    content: '';
    width: 0;
    height: 0;
    display: block;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 5;
    border-top: 8px transparent dashed;
    border-right: 8px transparent dashed;
    border-bottom: 8px transparent dashed;
    border-left: 8px #ccc solid;
    overflow: hidden
}

.inProShowCont1 .box2 a i:after {
    right: 3px;
    border-left-color: #fff
}

.inProShowCont1 .box2 a:hover i:before {
    border-left-color: #fff
}

.inProShowCont1 .box2 a:hover i:after {
    border-left-color: #de0515
}

.inProShowCont1 .box2 a:hover {
    background-color: #de0515;
    color: #fff
}

.inProNav {
    margin: 2% auto;
    width: 88%;
    margin-bottom: 3%;
}

.inProNav ul {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
}

.inProNav ul li {
    width: 11.5%;
}

.inProNav ul li a {
    display: block;
    line-height: 45px;
    font-size: 16px;
    text-align: center;
    color: #333;
}

.inProNav ul li.on,
.inProNav ul li:hover {
    border-bottom: 3px solid #0050bd;
}

.inProNav ul li.on a,
.inProNav ul li:hover a {color:#0050bd ;}

.inProText {
    margin: 4% auto;
    display: flex;
    justify-content: space-between;
}

.inProText span {
    display: block;
    z-index: 1;
    width: 18%;
    height: 2px;
    background: #d2d2d2;
    position: relative;
    margin-top: 1%;
}

.inProText p {
    width: 66%;
    text-align: center;
    font-size: 20px;
    line-height: 26px;
    color: #333;
}

.inProText span:nth-child(1) {}

.inProText span:nth-child(2) {}

.inProText span:nth-child(1)::after {
    content: "";
    display: block;
    height: 10px;
    background: #0050bd;
    right: 0;
    width: 70px;
    bottom: -4px;
    position: absolute;
    z-index: 99;
}

.inProText span:nth-child(3)::after {
    content: "";
    display: block;
    height: 10px;
    background: #0050bd;
    left: 0;
    width: 70px;
    bottom: -4px;
    position: absolute;
    z-index: 99;
}

.inProShow {
    margin: 2% auto;
    margin-top: 6%;
}

.inProTitle {
    text-align: center;
    font-size: 30px;
    line-height: 34px;
    margin: 2% auto;
}

.inProShowNav {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    border-top: 4px solid #0050bd;
}

.inProShowNav li {
    background: #ffff;
    width: 13.5%;
    padding: 1% 0%;
}

.inProShowNav li h4 {
    font-size: 18px;
    text-align: center;
    line-height: 26px;
    color: #333;
    font-weight: 600;
}

.inProShowNav li p {
    font-size: 13px;
    text-align: center;
    line-height: 18px;
    color: #787878;
    font-weight: 600;
}

.inProShowNav li.on {
    background: #0050bd;
}

.inProShowNav li.on * {
    color: #fff;
}

.inProShowNav li:hover {}

.inProShowCont {
    margin-top: 2%;
}

.inProShowItem {
    padding: 2% 0%;
}

.inProShow1 {
    text-align: center;
}

.inProShow1 img {
    max-width: 100%;
    height: auto;
    overflow: hidden;
}

.inProShow2 {}

.inProShow3 {
    /* margin-top: 6%; */
}

.inProShow4 {}

.inProShow5 {}

.inProShow6 {}

.inProShow7 {}

.inProShowItem p {
    font-size: 16px;
    line-height: 40px;
    color: #333;
    text-align: left;
}

.inProShowItem table {
    border-collapse: collapse;
    background: #f0f7fb;
    width: 100%;
    margin: 0px auto;
}

.inProShowItem table tr {}

.inProShowItem table tr:nth-child(1) {
    background: #0050bd;
    line-height: 50px;
}

.inProShowItem table tr:nth-child(1) span {
    color: #fff!important;
}

.inProShowItem table tr td {}

.inProShowItem table tr td span {
    color: #666!important;
}

.inProShowItem table th,
.inProShowItem table td {
    border: 1px solid #bfbfbf!important;
    font-size: 16px;
    color: #666;
}

/**inCasesShow:Start**/

.inCasesShowWrap {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: flex-start;
    margin-top: 4%;
}

.inCasesShowLeft {
    width: 65%;
}

.inCasesShowTitle {
    border-bottom: 1px solid #ddd;
}

.inCasesShowTitle h2 {
    line-height: 90px;
    font-size: 30px;
    font-weight: 600;
}

.inCasesShowTitle p {
    display: flex;
    flex-direction: row;
    justify-content: start;
    align-items: center;
    line-height: 50px;
    color: #7d7d7d;
}

.inCasesShowTitle p span {
    margin-right: 6%;
}

.inCasesShowCont {
    padding: 3% 0%;
    overflow: hidden;
}

.inCasesShowCont p {
    line-height: 32px;
    font-size: 16px;
    margin: 2% auto;
    color: #666;
}

.inCasesShowCont img {
    max-width: 100%;
    height: auto;
    overflow: hidden;
    margin: 0px auto;
    text-align: center;
    display: block;
}

.inCasesShowRight {
    width: 30%;
    display: flex;
    flex-direction: column;
    justify-content: start;
    justify-items: center;
}

.inCasesShowRight h2 {
    line-height: 90px;
    font-size: 30px;
    font-weight: 600;
    border-bottom: 1px solid #ddd;
}

.inCasesShowRight ul {
    display: flex;
    flex-direction: column;
    padding: 6% 4%;
}

.inCasesShowRight ul li {
    line-height: 50px;
    font-size: 18px;
    color: #b5b5b5;
    border: 1px solid #eee;
    margin-bottom: 8%;
    vertical-align: bottom;
    overflow: hidden;
    zoom: 1;
    padding: 0px;
}

.inCasesShowRight ul li:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

.inCasesShowRight ul li a {
    display: block;
    line-height: 32px;
}

.inCasesShowRight ul li a:hover {
    color: #0050bd;
}

.inCasesShowRight ul li a .inCasesShowTitle2 {
    /* min-height: 100px; */
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
    background: #fff;
    padding: 0% 2%;
}

.inCasesShowRight ul li a .inCasesShowTitle2 p {
    font-size: 18px;
    color: #373838;
    text-align: center;
    line-height: 32px;
    background: none;
    padding-top: 0%;
    margin: 4% auto;
    /* min-height: 15px; */
    /* height: 33px; */
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
}

.inCasesShowRight ul li:hover .inCasesShowTitle2 {
    background: #0050bd;
}

.inCasesShowRight ul li:hover a .inCasesShowTitle2 p {
    color: #fff;
}

.inCasesShowRight ul li:hover a .inCasesShowImg img {
    transform: scale(1.2);
}

.inCasesShowImg {
    overflow: hidden;
}

.inCasesShowImg img {
    transition: all .5s ease;
    width: 100%;
    height: auto;
    overflow: hidden;
}

.pageUpDownNews {
    flex-direction: column;
}

.pageUpDownNews p {
    width: 100%;
    margin-bottom: 4%;
}

.pageUpDown {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    padding: 0% 1%;
    margin-bottom: 4%;
}

.pageUpDown p {
    border: 1px solid #f2f2f2;
    line-height: 60px;
    font-size: 18px;
    padding: 0% 2%;
    width: 38%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    background: #fff;
}

.pageUpDown p a {}

.pageUpDown p a:hover {
    color: #0050bd;
}

.pageUpDownNews {
    flex-direction: column;
}

.pageUpDownNews p {
    width: 100%;
    margin-bottom: 4%;
}

/**inNEwsList:start**/

.inNewsWrap {}

.inNewsList {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-bottom: 4%;
    margin-top: 4%;
}

.inNewsList li {
    width: 30%;
    width: 100%;
    margin-top: 2%;
    border: 1px solid #eee;
}

.inNewsList li:hover .newsListTitle {
    background: #0050bd;
}

.inNewsList li:hover p,
.inNewsList li:hover h3,
.inNewsList li:hover span {
    color: #fff;
}

.inNewsList li:hover a .newsListImg img {
    transform: scale(1.2);
}

.inNewsList li a {
    display: flex;
}

.inNewsList li a .newsListTitle {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    background: #fff;
    width: 70%;
    padding: 2%;
}

.newsListImg {
    overflow: hidden;
    width: 30%;
}

.newsListImg img {
    width: 100%;
    height: auto;
    transition: all 0.5s;
}

.inNewsList li a h3 {
    font-size: 24px;
    color: #373838;
    text-align: left;
}

.newsListDate {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
}

.newsListDate span {
    color: #666;
    font-size: 18px;
}

.inNewsList li a p {
    font-size: 16px;
    color: #999;
    text-align: left;
    line-height: 32px;
    background: none;
    padding-top: 0%;
    margin: 2% auto;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}

/**footer:start**/

.footerWrap {
    width: 100%;
    margin: 0px auto;
    overflow: hidden;
    margin-top: 0%;
    background: #222;
}

.footerOneWrap {
    padding: 3% 0%;
}

.logo_bottom {
    margin-bottom: 1%;
}

.logo_bottom a {}

.logo_bottom a img {}

.menu_bottom {
    overflow: hidden;
}

.menu_left {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    width: 60%;
    float: left;
}

.menu_left li {}

.menu_left h4 {
    color: #fff;
    font-size: 20px;
    line-height: 41px;
    text-align: left;
}

.menu_left div {}

.menu_left div p {
    display: block;
    color: #999;
    font-size: 15px;
    line-height: 32px;
}

.menu_left div a {
    display: block;
    color: #999;
    font-size: 15px;
    line-height: 32px;
}

.menu_left div a:hover {}

.menu_right {
    width: 30%;
    float: right;
}

.menu_right p {
    font-size: 16px;
    color: #fff;
}

.menu_right h3 {
    font-size: 34px;
    color: #fff;
}

.menu_right ul {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    margin-top: 2%;
}

.menu_right ul li {
    background: #de0515;
    width: 32%;
    padding: 8px;
    text-align: center;
}

.menu_right ul li img {
    max-width: 100%;
    height: auto;
    overflow: hidden;
}

.menu_right ul li span {
    display: block;
    color: #fff;
    text-align: center;
    line-height: 45px;
    font-size: 15px;
}

.footerTwoWrap {}

.footerTwo {
    padding-bottom: 2%;
}

.footerTwo p {
    background: #de0515 url(../img/icon_links.png) no-repeat 15% center;
    color: #fff;
    padding-left: 2%;
    width: 150px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    font-size: 17px;
}

.footerTwo ul {
    margin: 2% auto;
}

.footerTwo ul li {
    width: 100px;
    float: left;
    border-right: 1px solid #4a4a4a;
    margin-bottom: 2%;
}

.footerTwo ul li a {
    display: block;
    text-align: center;
    color: #999;
    font-size: 14px;
}

.footerTwo ul li:hover a {
    color: #fff;
}

.footerTwo ul li:last-child {
    border: none;
}

/**kehu:right**/

.contactfloat {
    display: none;
    position: fixed;
    right: 0;
    top: 0;
    width: 450px;
    height: 100%;
    z-index: 999999;
}

.contactfloat .contactfloat-box {
    position: absolute;
    right: 0;
    top: 0;
    width: fit-content;
    height: 100%;
    background-color: #0465a9;
    padding: 30px 50px 10px;
    max-width: 450px;
    overflow-y: auto;
}

.contactfloat .contactfloat-box::-webkit-scrollbar {
    width: 4px;
}

.contactfloat .contactfloat-box::-webkit-scrollbar-thumb {
    border-radius: 10px;
    -webkit-box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2);
    background: rgba(0, 0, 0, 0.2);
}

.contactfloat .contactfloat-box::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2);
    border-radius: 0;
    background: rgba(0, 0, 0, 0.1);
}

.contactfloat .contactfloat-box .float-close {
    position: absolute;
    top: 55px;
    left: 60px;
    color: #fff;
    cursor: pointer;
}

.contactfloat .contactfloat-box .float-close:hover img {
    transform: rotate(90deg);
}

.contactfloat .contactfloat-box .float-close img {
    width: 40px;
    transition: all 0.3s;
}

.contactfloat .contactfloat-box .contactfloat-title {
    color: #fff;
    text-align: center;
}

.contactfloat .contactfloat-box .contactfloat-title h3 {
    font-size: 22px;
    margin-bottom: 5px;
}

.contactfloat .contactfloat-box .contactfloat-title h3 a {
    color: #fff;
}

.contactfloat .contactfloat-box .contactfloat-title span {
    display: block;
    line-height: 1.5;
    font-size: 13px;
}

.contactfloat .contactfloat-box .contactfloat-ulst {
    margin-top: 50px;
}

.contactfloat .contactfloat-box .contactfloat-ulst .contactfloat-li {
    display: flex;
    align-items: center;
}

.contactfloat .contactfloat-box .contactfloat-ulst .contactfloat-li:not(:last-child) {
    margin-bottom: 25px;
}

.contactfloat .contactfloat-box .contactfloat-ulst .contactfloat-li img {
    width: 55px;
    margin-right: 20px;
}

.contactfloat .contactfloat-box .contactfloat-ulst .contactfloat-li .contactfloat-right {
    color: #fff;
}

.contactfloat .contactfloat-box .contactfloat-ulst .contactfloat-li .contactfloat-right h5 {
    font-size: 18px;
    margin-bottom: 0px;
}

.contactfloat .contactfloat-box .contactfloat-ulst .contactfloat-li .contactfloat-right span {
    display: block;
    line-height: 1.5;
    font-size: 18px;
}

.contactfloat .contactfloat-box .contactfloat-ulst .contactfloat-li .contactfloat-right span:not(:last-child) {
    margin-bottom: 5px;
}

.contactfloat .contactfloat-box .contactfloat-ewm {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    margin-top: 30px;
}

.contactfloat .contactfloat-box .contactfloat-ewm span {
    color: #fff;
    margin-top: 5px;
    font-size: 16px;
}

.menuWrap {
    display: none;
}

.sp_header {
    height: 60px;
    overflow: hidden;
    background: #fff;
    position: fixed;
    z-index: 999999999;
    width: 100%;
}

.sp_logo {
    padding: 5px;
    float: left;
    height: auto;
    width: 80%;
}

.sp_logo a {
    display: block;
}

.sp_logo img:nth-child(1) {
    margin: auto;
    max-height: 52px;
    float: left;
}

.sp_logo img:nth-child(2) {
    float: left;
    width: 68%;
    height: auto;
    margin-left: 10px;
    margin-top: 11px;
}

.sp_nav {
    width: 50px;
    float: right;
    position: relative;
    cursor: pointer;
    height: 30px;
    margin-top: 18px;
}

.sp_nav span {
    display: block;
    background: #0c519e;
    width: 30px;
    height: 2px;
    position: absolute;
    left: 10px;
    transition: all ease 0.35s;
}

.sp_nav span:nth-of-type(1) {
    top: 0px
}

.sp_nav span:nth-of-type(2) {
    top: 10px
}

.sp_nav span:nth-of-type(3) {
    top: 20px
}

.sp_nav_se span:nth-of-type(1) {
    top: 10px;
    transform: rotate(45deg)
}

.sp_nav_se span:nth-of-type(2) {
    width: 0
}

.sp_nav_se span:nth-of-type(3) {
    top: 10px;
    transform: rotate(-45deg)
}

.sjj_nav {
    position: fixed;
    z-index: 9;
    background: #f5f5f5;
    width: 100%;
    height: calc(100% - 50px);
    font-size: 14px;
    line-height: 40px;
    top: -100%;
    left: 0;
    overflow: auto;
    overflow-x: hidden;
    transition: top ease 0.35s;
}

.nav_show {
    top: 62px;
}

.sjj_nav>ul>li:first-child {
    overflow: hidden;
    border-top: 0
}

.sjj_nav>ul>li:first-child>a {
    float: left;
    width: calc(100% - 70px)
}

.sjj_nav>ul>li:first-child .language {
    float: right;
    width: 70px;
    overflow: hidden;
    line-height: 30px;
    margin-top: 5px
}

.sjj_nav>ul>li:first-child .language a {
    width: 35px;
    float: left;
    border-left: 1px #ddd solid;
    text-align: center;
    color: #999;
}

.sjj_nav ul li i {
    position: absolute;
    top: 5px;
    right: 0px;
    border-left: 1px #ddd solid;
    height: 30px;
    padding: 0px 7px 0 7px;
}

.sjj_nav ul li i svg {
    transform: rotate(-90deg);
    transition: all ease 0.35s
}

.sjj_nav ul li .sjj_nav_i_se svg {
    transform: rotate(0deg)
}

.sjj_nav ul li {
    border-top: 1px #ddd solid;
    margin-left: 20px;
    position: relative;
    line-height: 40px;
    font-size: 16px;
}

.sjj_nav>ul>li:last-child {
    border-bottom: 1px #ddd solid;
}

.sjj_nav ul li ul {
    display: none
}

.sjj_nav ul li a {
    color: #666;
    width: 80%
}

.sjj_nav ul li ul li a {
    color: #999;
    display: block;
    text-align: left;
}

.sjj_nav ul li i svg {
    width: 30px;
    height: 30px;
    fill: #3e75b2;
}

.sjj_nav ul li .sjj_nav_i_se svg {
    fill: #3e75b2;
}

.sjj_nav ul li ul li>ul {
    margin-left: 10px
}

.inCateNav {
    margin: 3% auto;
}

.inCateNav ul {
    display: flex;
    flex-direction: row;
    align-items: center;
    unicode-bidi: plaintext;
    justify-content: space-between;
    width: 60%;
    margin: 0px auto;
}

.inCateNav ul li {
    width: 23%;
    background: #eee;
}

.inCateNav ul li a {
    display: block;
    text-align: center;
    font-size: 20px;
    line-height: 60px;
    color: #333;
}

.inCateNav ul li:hover,
.inCateNav ul li.on {
    background: #0050bd;
}

.inCateNav ul li:hover a,
.inCateNav ul li.on a {
    color: #fff;
}

.inPageWrap {
    margin: 5% auto;
}

.inPageWrap p {
    line-height: 24px;
    font-size: 16px;
    text-align: left;
    margin-bottom: 1%;
}

.inPageWrap img {
    display: block;
    max-width: 100%;
    height: auto;
    overflow: hidden;
}

.inDownloadList {
    margin: 4% auto;
}

.inDownloadList li {
    background: #ffff;
    margin: 2% auto;
    border-bottom: 1px solid #e1e1e1;
}

.inDownloadList li a {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    padding: 2%;
}

.inDownloadLeft {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: flex-start;
    width: 50%;
}

.inbDownloadRight {}

.inbDownloadRight img {
    width: 20px;
    height: 16px;
    margin-left: 8%;
}

.inbDownloadRight img.one {
    display: block;
}

.inbDownloadRight img.two {
    display: none;
}

.inbDownloadRight {
    /* width: 8%; */
    display: flex;
    background: #eee;
    line-height: 40px;
    font-size: 14px;
    width: 150px;
    text-align: center;
    align-items: center;
    justify-content: center;
    flex-direction: row;
}

.inDownloadLeft p {
    font-size: 20px;
    line-height: 30px;
    color: #000;
}

.inDownloadLeft img {
    margin-right: 3%;
}

.inDownloadList li a:hover .inDownloadLeft p {
    color: #0050bd;
}

.inDownloadList li a:hover .inbDownloadRight img.one {
    display: none;
}

.inDownloadList li a:hover .inbDownloadRight img.two {
    display: block;
}

.inDownloadList li a:hover .inbDownloadRight {
    background: #0050bd;
    color: #fff;
}

.inProNavWap {
    display: none;
}

.wapContDiy {
    display: none;
}

.pcContDiy {
    display: block;
}

.kehu_slick {
    margin: 2% auto;
}

.kehu_slick .slick-dots {
    bottom: -30px;
}

.kehuWrap {
    padding: 2%;
    margin-top: 6%;
}

.news_slick .newsItem {
    width: 96%;
    margin: 0px auto;
    display: block;
}

.news_slick .slick-dots {
    bottom: -30px;
}

.fuwuItemDiy {
    margin: 2% auto;
}

.fuwuItemDiy li {
    width: 100%;
    margin: 0px auto;
    border-bottom: 1px solid #7d7d7d;
}

.fuwuItemDiy li a {
    display: block;
    padding: 6% 0%;
}

.fuwuItemDiy li a .pic {
    text-align: center;
}

.fuwuItemDiy li a .pic img {
    width: 50px;
    height: auto;
    overflow: hidden;
}

.fuwuItemDiy li a .desc {
    margin-top: 3%;
}

.fuwuItemDiy li a .desc h3 {
    text-align: center;
    font-size: 18px;
    color: #fff;
    line-height: 41px;
}

.fuwuItemDiy li a .desc p {
    text-align: center;
    font-size: 16px;
    color: #ddd;
    line-height: 24px;
}

.rifloat {
    position: fixed;
    right: 15px;
    bottom: 50px;
    z-index: 99;
}

.rifloat .rifloat-img,
.rifloat .rifloat-top,
.rifloat .rifloat-search {
    padding: 5px;
    border-radius: 100%;
    background-color: #fff;
    width: 45px;
    height: 45px;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 15px;
}

.rifloat .rifloat-top {
    display: none;
}

.rifloat .rifloat-top img,
.rifloat .rifloat-img img {
    width: 100%;
    height: auto;
}

.menu_left li a:hover {
    color: #fff;
}

.newsItem:hover h3 {
    color: #0050bd;
}

.slick-slide img {
    display: block;
    margin: 0px auto;
}

.homeNewsWrap {
    margin: 2% auto;
    margin-bottom: 4%;
    margin-top: 0px;
}

.homeNews {}

.homeTitle {
    margin: 2% auto;
    width: 30%;
    margin-bottom: 1%;
    margin-top: 1%;
}

.homeService .homeTitle {
    width: 50%;
}

.homeService .homeTitle h3::after {
    content: '';
    position: absolute;
    width: 170px;
    height: 10px;
    background: #dcdcdc;
    bottom: 9px;
    left: 40%;
    z-index: -2;
}

.homeTitle h3 {
    font-size: 38px;
    text-align: center;
    line-height: 60px;
    font-weight: 600;
    position: relative;
}

.homeTitle h3::after {
    content: '';
    position: absolute;
    width: 170px;
    height: 10px;
    background: #dcdcdc;
    bottom: 9px;
    left: 33%;
    z-index: -2;
}

.homeTitle h3 span {
    color: #de0515;
}

.homeTitle p {
    text-align: center;
    font-size: 16px;
    line-height: 30px;
    color: #666;
}

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

.homeNewsCont li {
    width: 32%;
}

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

.homeNewsContNav div:nth-child(1) {
    width: 40%;
}

.homeNewsContNav div:nth-child(1) h4 {
    font-size: 26px;
    line-height: 40px;
    color: #222;
    font-weight: 600;
}

.homeNewsContNav div:nth-child(1) p {
    font-size: 14px;
    color: #999;
    text-transform: uppercase;
}

.homeNewsContNav div:nth-child(2) {}

.homeNewsContNav div:nth-child(2) {
    font-size: 16px;
    line-height: 45px;
    border-bottom: 1px solid #333;
    height: 45px;
    margin-top: 2%;
    font-weight: 600;
}

.jiantou {
    font-size: 14px;
    line-height: 16px;
}

.homeNewsContNav div:nth-child(2):hover a {
    color: #de0515;
}

.homeNewsContNav div:nth-child(2):hover {
    border-bottom-color: #de0515;
}

.homeNewsImg {
    border: 1px solid #eee;
    margin: 3% auto;
}

.homeNewsImg img {
    width: 100%;
    height: auto;
    transition: all .5s ease;
}

.homeNewsImg a {
    display: block;
    overflow: hidden;
}

.homeNewsImg:hover img {
    transform: scale(1.1);
}

.homeNewsTop {
    margin-bottom: 3%;
}

.homeNewsTop a {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}

.homeNewsTop a div:nth-child(1) {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 90px;
}

.homeNewsTop a div:nth-child(1) span:nth-child(1) {
    display: block;
    text-align: center;
    background: #0050bd;
    color: #fff;
    line-height: 40px;
    width: 90px;
    font-size: 20px;
}

.homeNewsTop a div:nth-child(1) span:nth-child(2) {
    display: block;
    text-align: center;
    background: #ececec;
    color: #333;
    line-height: 40px;
    width: 90px;
    font-size: 20px;
}

.homeNewsTop a div:nth-child(2) {
    width: 80%;
}

.homeNewsTop a div:nth-child(2) h4 {
    font-size: 22px;
    line-height: 40px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
    color: #222;
    font-weight: bold;
}

.homeNewsTop a div:nth-child(2) p {
    font-size: 14px;
    line-height: 20px;
    color: #888;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}

.homeNewsItem {}

.homeNewsItem p {}

.homeNewsItem p a {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}

.homeNewsItem p a span {
    font-size: 17px;
    line-height: 40px;
    color: #636363;
}

.homeNewsItem p a span i {
    font-size: 24px;
    display: inline-block;
    line-height: 40px;
    margin-right: 4px;
}

.homeNewsItem p a em {
    display: block;
    line-height: 40px;
    color: #a1a1a1;
    font-size: 14px;
}

.homeNewsItem p:hover * {
    color: #0050bd;
}

.homeNewsTop:hover a div:nth-child(2) h4 {
    color: #0050bd;
}

.homeProWrap {}

.homePro {}

.homeProCont {}

.homeProNav {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    background: #0050bd;
    margin-bottom: 2%;
}

.homeProNav li {
    width: 12%;
}

.homeProNav li a {
    display: block;
    line-height: 60px;
    color: #fff;
    font-size: 18px;
    text-align: center;
}

.homeProNav li a i {
    display: block;
    float: right;
    margin-left: 0%;
}

.homeProNav li:hover a {
    color: #fff;
    font-weight: 600;
}

.homeProItem {
     display: grid;
    grid-template-columns: repeat(4,22.7%);
    justify-content: center;
    align-items: center;
    gap: 3%;
    /* overflow: hidden; */
    margin-bottom: 6%;
}

.homeProItem li {
    /* width: 93%; */
    margin-bottom: 2%;
}

.homeProItem li a {
    display: block;
}

.homeProItemImg {
    overflow: hidden;
    border: 1px solid #eee;
}

.homeProItemImg img {
    width: 100%;
    height: auto;
    overflow: hidden;
    transition: all .5s ease;
}

.homeProItem li a p {
       font-size: 16px;
    line-height: 50px;
    text-align: center;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.homeProItem li:hover p {
    background: #0050bd;
    color: #fff;
}

.homeProItem li:hover img {
    transform: scale(1.1);
}

.homeVideoWrap {
    background: url(../img/video_bg.jpg) no-repeat top center;
}

.homeVideo {}

.homeVideoCont {
    /* display: flex; */
    /* flex-direction: row; */
    /* justify-content: space-between; */
    width: 100%;
    margin: 0px auto;
    overflow: hidden;
    margin: 5% auto;
}

.homeVideoLeft {
    width: 65%;
    float: left;
    align-items: baseline;
    display: flex;
    flex-direction: column;
}

.homeVideoTitle {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    margin-bottom: 4%;
    width: 100%;
}

.homeVideoTitle div:nth-child(1) {
    width: 40%;
}

.homeVideoTitle div:nth-child(1) h4 {
    font-size: 26px;
    line-height: 40px;
    color: #fff;
    font-weight: 600;
}

.homeVideoTitle div:nth-child(2) {}

.homeVideoTitle div:nth-child(2) {
    font-size: 16px;
    line-height: 45px;
    border-bottom: 1px solid #fff;
    height: 45px;
    margin-top: 0%;
    font-weight: 600;
}

.jiantou {
    font-size: 14px;
    line-height: 16px;
}

.homeVideoTitle div:nth-child(2):hover a {
    color: #de0515;
}

.homeVideoTitle div:nth-child(2):hover {
    border-bottom-color: #de0515;
}

.homeVideoLeftCont {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    overflow: hidden;
    margin-top: -2%;
}

.homeVideoLeftCont li {
    width: 32%;
}

.homeVideoLeftCont li a {}

.homeVideoImg {
    overflow: hidden;
}

.homeVideoImg img {
    width: 100%;
    height: auto;
    overflow: hidden;
    transition: all .5s ease;
}

.homeVideoLeftCont li:hover img {
    transform: scale(1.1);
}

.homeVideoLeftCont li:hover a p {
    background: #de0515;
}

.homeVideoLeftCont li:hover a p span {
    color: #fff;
}

.homeVideoLeftCont li:hover a p i {
    background: #fff;
    color: #de0515;
}

.homeVideoLeftCont li a p {
    background: #ececec;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    padding: 4% 4%;
}

.homeVideoLeftCont li a p span {
    font-size: 16px;
    line-height: 42px;
    color: #333;
    font-weight: 600;
}

.homeVideoLeftCont li a p i {
    width: 50px;
    height: 30px;
    background: #de0515;
    border-radius: 4px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 9px;
    color: #fff;
    margin-top: 2%;
}

.homeVideoRight {
    width: 30%;
    float: right;
}

.homeVideoRightCont {}

.homeVideoRightCont img {
    max-width: 100%;
    height: auto;
    overflow: hidden;
}

.homeVideoRightCont p {
    color: #fff;
    font-size: 16px;
    line-height: 26px;
    margin-top: 3%;
    text-indent: 24px;
}

.homeNewsContNav a {
    display: block;
}

.homeVideoTitle div:nth-child(1) h4 span {
    color: #de0515;
}

.homeVideoTitle div:nth-child(2) a {
    display: block;
    color: #fff;
}

.homeYoushiWrap {
    background: url(../img/youshi_bg.jpg) no-repeat bottom center;
}

.homeYoushi {
    margin-bottom: 0%;
}

.homeYoushiCont {
    margin-bottom: 6%;
}

.homeYoushiCont ul {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}

.homeYoushiCont ul li {
    /*   background-color: #feffff;
    background-image: -webkit-gradient(linear,left bottom,right top,color-stop(0.32,#fff),color-stop(0.66,#ccc), color-stop(0.83,#e4e4e4));
    background-image: -webkit-linear-gradient(45deg,#fff,#c3c3c3);
    background-image: -moz-linear-gradient(45deg,#fff,#e4e4e4);
    background-image: -ms-linear-gradient(45deg,#fff,#e4e4e4);
    background-image: -o-linear-gradient(45deg,#fff,#e4e4e4);
    background-image: linear-gradient(45deg,#f5f5f5,#e4e4e4); */
    width: 24%;
    text-align: center;
    padding: 5% 0%;
    border-radius: 4px;
    background: url(../img/home_youshi_bg.jpg) no-repeat center;
    cursor: pointer;
}

.homeYoushiImg {
    width: 100px;
    height: 100px;
    border-radius: 50px;
    background: #0050bd;
    display: flex;
    align-items: center;
    justify-content: center;
    /* display: block; */
    margin: 0px auto;
    transition: all 0.3s;
}

.homeYoushiImg img {
    display: block;
    text-align: center;
}

.homeYoushiCont ul li h4 {
    font-size: 28px;
    line-height: 90px;
    text-align: center;
    color: #333;
    font-weight: 600;
}

.homeYoushiCont ul li .homeYoushiLine {
    width: 50px;
    height: 4px;
    background: #0050bd;
    margin: 0px auto;
    display: block;
    margin-bottom: 8%;
}

.homeYoushiCont ul li p {
    font-size: 16px;
    line-height: 24px;
    color: #333;
    font-weight: 600;
}

.homeYoushiCont ul li:hover .homeYoushiLine {
    background: #de0515;
}

.homeYoushiCont ul li:hover .homeYoushiImg {
    background: #de0515;
    transform: rotateY(180deg);
}

.homeSearchWrap {
    border-bottom: 1px solid #eee;
}

.homeSearch {
    margin-bottom: 10px;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}

.homeSearchLeft {
    width: 50%;
}

.homeSearchLeft p {
    padding-left: 4%;
    background: url(../img/icon_home.png) no-repeat left center;
    font-size: 15px;
    line-height: 32px;
}

.homeSearchLeft p span {
    font-weight: 600;
}

.homeSearchLeft p a {}

.homeSearchRight {}

.search_pro {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    border: 1px solid #ddd;
    border-radius: 30px;
}

.keyword {
    border: none;
    line-height: 32px;
    border-radius: 30px;
    padding: 2% 5%;
}

.search_btn {
    width: 60px;
    background: #959595;
    text-align: center;
    line-height: 50px;
    display: block;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 30px;
}

.homeProTopWrap {}

.homeProTop {}

.homeProTopCont {}

.homeProTopItem {}

.homeProTopItem li {
    margin-bottom: 1%;
}

.homeProTopItem li h4 {
    font-size: 26px;
    line-height: 70px;
    font-weight: 600;
}

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

.homeProTopItemContLeft {
    width: 55%;
    position: relative;
}

.homeProTopItemContLeft img {
    width: 100%;
    height: 400px;
    overflow: hidden;
}

.homeProTopNav {
    position: absolute;
    left: 4%;
    bottom: 20%;
}

.homeProTopNav a {
    width: 130px;
    height: 40px;
    background: #0050bd;
    display: block;
    margin-bottom: 10%;
    text-align: center;
    font-size: 14px;
    line-height: 40px;
    border-radius: 4px;
    color: #fff;
}

.homeProTopNav a:nth-child(2) {
    background: #fff;
    color: #333;
}

.homeProTopNav a:nth-child(1):hover {
    background: #fff;
    color: #333;
}

.homeProTopNav a:nth-child(2):hover {
    background: #0050bd;
    color: #fff;
}

.homeProTopImg {
    position: absolute;
    right: 4%;
    top: 10%;
}

.homeProTopImg a {
    display: block;
    margin-bottom: 12%;
    overflow: hidden;
    border: 1px solid #eee;
    border-radius: 4px;
}

.homeProTopImg a img {
    width: 150px;
    height: auto;
    overflow: hidden;
    transition: all .5s ease;
}

.homeProTopImg a:hover img {
    transform: scale(1.1);
}

.homeProTopItemContRight {
    width: 46%;
}

.homeProTopItemContRight video {
    width: 100%;
    /* margin-top: -3%; */
    height: 400px;
}

.homeServiceWrap {
    width: 100%;
    margin: 0px auto;
    overflow: hidden;
    position: relative;
}

.homeService {}

.homeServiceCont {
    position: relative;
}

.homeServiceCont::after {
    /* background: #e95762; */
    content: '';
    width: 100%;
    height: 1px;
    position: absolute;
    left: 0px;
    border-top: 1px dotted #e95762;
    bottom: 88px;
    z-index: 1;
}

.homeServiceItem {}

.homeServiceItem li {
    display: none;
    position: relative;
    transition: all .5s ease;
}

.homeServiceItem li img {}

.homeServiceItem li div {
    position: absolute;
    bottom: 8%;
    left: 5%;
    width: 90%;
    margin: 0px auto;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}

.homeServiceItem li div span {
    width: 15%;
    display: block;
    background: url(../img/home_service_span.png) no-repeat left center;
    text-align: center;
    font-size: 25px;
    line-height: 32px;
    color: #fff;
    position: relative;
    z-index: 999;
    padding-top: 0%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.homeServiceItem li div p {
    width: 94%;
    line-height: 100px;
    padding: 0% 3%;
    font-size: 20px;
    /* background: #3d3f40; */
    /* opacity: .5; */
    color: #fff;
    background: url(../img/home_service_p.png) no-repeat left center;
    padding-left: 3%;
    position: relative;
    left: -14px;
    z-index: 99;
}

.homeServiceItem li.cur {
    display: block;
}

.homeServiceNav {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    width: 78%;
    margin: 0px auto;
    margin-top: 4%;
    margin-bottom: 2%;
    position: relative;
}

.homeServiceNav li {
    position: relative;
    cursor: pointer;
}

.homeServiceNav li.cur {}

.homeServiceNav li h4 {
    text-align: center;
    font-size: 30px;
    line-height: 26px;
    color: #fff;
    margin-bottom: 8%;
    font-weight: bold;
}

.homeServiceNav li p {
    font-size: 16px;
    color: #fff;
    line-height: 26px;
}

.homeServiceNav li .no {
    border-radius: 10px;
    /* background: #fff; */
    width: 20px;
    height: 20px;
    display: block;
    position: absolute;
    top: -35px;
    left: 48%;
    z-index: 2;
    border: 1px solid #fff;
    padding: 4px;
    /* display: block; */
    background-color: #fff;
    background-clip: content-box;
}

.homeServiceNav li .on {
    display: none;
}

.homeServiceNav li .on em {
    display: block;
    width: 8px;
    height: 16px;
    border-color: #fff;
    border-style: solid;
    border-width: 0 3px 5px 0;
    transform: rotate(45deg);
    /* border: #fff; */
    margin-top: -35%;
}

.homeServiceNav li.cur .on {
    display: block;
    border-radius: 10px;
    /* background: #fff; */
    width: 20px;
    height: 20px;
    display: block;
    position: absolute;
    top: -35px;
    left: 48%;
    z-index: 2;
    border: 1px solid #0050bd;
    padding: 4px;
    /* display: block; */
    background-color: #0050bd;
    /* background-clip: content-box; */
}

.homeServiceNav li.cur .no {
    display: none;
}

.homeServiceBg {
    background: #de0515;
    width: 100%;
    height: 220px;
    position: absolute;
    bottom: 0%;
    left: 0%;
    z-index: -1;
}

.inProShowCont2 ul li a div img {
    width: 100%;
    height: auto;
}

.inProShowCont3LeftImg a img {
    width: 100%;
    height: auto;
}

.inProShowCont3Right ul li a span {
    line-height: 42px;
}

.isPcShow {
    display: block;
}

.isWapShow {
    display: none;
}

.zxly .inputBox {
    width: 100%;
    margin-top: 4%;
    margin-bottom: 4%;
}

.zxly .inputBox .Input {
    width: 100%;
    height: auto;
    border: 1px solid #eaeaea;
    border-radius: 4px;
    overflow: hidden;
    margin-bottom: 4%;
}

.zxly .inputBox .Input input {
    width: 86%;
    display: block;
    border: none;
    outline: none;
    box-sizing: border-box;
    padding: 0 3%;
    height: auto;
    line-height: 40px;
    float: left;
    font-size: 0.375rem;
    color: #888888;
}

.zxly .inputBox .Input span {
    box-sizing: border-box;
    border-left: 1px solid #eaeaea;
    float: right;
    width: 14%;
    height: 40px;
}

.zxly .inputBox .Input1 span {
    background: url(../img/zxly_icon01.png) no-repeat center;
    background-size: 60%;
}

.zxly .inputBox .Input2 span {
    background: url(../img/zxly_icon02.png) no-repeat center;
    background-size: 60%;
}

.zxly .inputBox .Textarea {
    height: 10rem;
    border: 1px solid #eaeaea;
    border-radius: 4px;
    overflow: hidden;
}

.zxly .inputBox .Textarea textarea {
    width: 86%;
    display: block;
    border: none;
    outline: none;
    box-sizing: border-box;
    padding: 0 3%;
    height: auto;
    float: left;
    padding-top: 0.2rem;
    font-size: 16px;
    color: #888888;
    resize: none;
}

.zxly .inputBox .Textarea span {
    box-sizing: border-box;
    border-left: 1px solid #eaeaea;
    float: right;
    width: 14%;
    height: 100%;
    background: url(../img/zxly_icon03.png) no-repeat center;
    background-size: 60%;
}

.zxly .inputBox a {
    display: block;
    width: 100%;
    height: 40px;
    line-height: 40px;
    background: #de0515;
    color: #fff;
    text-align: center;
    font-size: 16px;
    margin-top: 4%;
    border-radius: 10px;
}

.sjj_nav ul li ul{
    width: 100%;
}


.homeProNav li:last-child  a  i{
    display: none;
}

.inProShowThreeContDiy2{
	text-align:center;
}

.inProShowThreeContDiy3{
	text-align:left;
}

.inProShowThreeContDiy4{
text-align:left;	
}

.banner{
	margin-bottom:10px!important;
}

.menu_left div a.diy_a {
    display: inline;
}

.inBaiduMapContact{
	margin-bottom:4%;
}