@charset "utf-8";
*, *:before, *:after {
    -webkit-box-sizing:border-box;
    -moz-box-sizing:border-box;
    box-sizing:border-box;
    outline:0;
    margin:0;
    padding:0;
}
#bsWXBox {
    box-sizing:content-box;
}
ul {
    list-style:none;
}
body, div, span, h1, h2, h3, h4, h5, h6, p, em, img, strong, b, small, u, i, center, dl, dt, dd, ol, ul, li, sub, sup, tt, var, del, dfn, ins, kbd, q, s, samp, strike, applet, object, iframe, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, blockquote, pre, a, abbr, acronym, address, big, cite, code, mark, audio, video, input, textarea, select {
    margin:0;
    padding:0;
}
a:link, a:visited {
    text-decoration:none;
    outline:0;
}
a:hover, a:active, a:focus {
    text-decoration:none
}
img {
    border:0;
    padding: 0;
    margin: 0;
    max-width:100%;
}
table {
    border-collapse:collapse;
    width:100%
}
h1, h2, h3, h4, h5, h6 {
    font-weight:normal;
}
input, textarea {
    font-size:14px;
    outline:0;
    overflow:hidden;
    font-family:arial, "microsoft yahei"
}
input[type='reset'], input[type='button'], input[type='submit'], input[type='radio'] {
    cursor:pointer;
    outline:0;
    border: none;
}
input[type='checkbox'], input[type='radio'] {
    position:relative;
    vertical-align:middle;
}
textarea, input[type='email'], input[type='date'], input[type='password'], input[type='text'] {
    outline:0;
    color:#666;
}
input[type="submit"], input[type="reset"], input[type="button"], input[type='text'], select, button {
    -webkit-appearance:none
}
input, select, textarea {
    -webkit-appearance:none;
    -webkit-tap-highlight-color:rgba(0, 0, 0, 0);
}
::-webkit-input-placeholder {
    color:#fff;
}
:-moz-placeholder {
    color:#fff;
    opacity:1;
}
::-moz-placeholder {
    color:#fff;
    opacity:1;
}
:-ms-input-placeholder{
    color:#fff;
}
.clearfix:after {
    clear:both;
    height:0;
    content:"";
    line-height:0;
    font-size:0;
    display:block
}
.clear {
    clear:both;
}
@font-face {
    font-family:'pangmenzhengdao';
    src:url('../fonts/pangmenzhengdao.eot?v=4.2.0');
    src:url('../fonts/pangmenzhengdao.eot?#iefix&v=4.2.0') format('embedded-opentype'),
    url('../fonts/pangmenzhengdao.woff?v=4.2.0') format('woff'),
    url('../fonts/pangmenzhengdao.ttf?v=4.2.0') format('truetype'),
    url('../fonts/pangmenzhengdao.svg?v=4.2.0#fontawesomeregular') format('svg');
    font-weight:normal;
    font-style:normal;
}

@font-face {
    font-family:'AlibabaPuHuiTiR';
    src:url('../fonts/AlibabaPuHuiTiR.eot?v=4.2.0');
    src:url('../fonts/AlibabaPuHuiTiR.eot?#iefix&v=4.2.0') format('embedded-opentype'),
    url('../fonts/AlibabaPuHuiTiR.woff?v=4.2.0') format('woff'),
    url('../fonts/AlibabaPuHuiTiR.ttf?v=4.2.0') format('truetype'),
    url('../fonts/AlibabaPuHuiTiR.svg?v=4.2.0#fontawesomeregular') format('svg');
    font-weight:normal;
    font-style:normal;
}

body {
    font-family:'AlibabaPuHuiTiR';
    font-size:14px;
    color:#666;
    line-height:1.5;
    width:100%;
    background:#fff;
    -webkit-tap-highlight-color:transparent;
    -webkit-text-size-adjust: none;
}
.fl {
    float:left;
}
.fr {
    float:right;
}
.pic{
    position: relative;
    overflow: hidden;
    width: 100%;
}
.pic:after{
    content: '';
    display: block;
    padding-bottom: 100%;
}
.pic img{
    transition: .5s;
}
.middleCenter {
    position:absolute;
    top:0;
    bottom:0;
    left:0;
    right:0;
    max-width:100%;
    max-height:100%;
    display:block;
    vertical-align:middle;
    text-align:center;
    margin:auto
}
.tp{
    overflow: hidden;
}
.tp img{
    display: block;
    max-width: 100%;
    height: auto;
    margin: auto;
    transition: .5s;
}
.container1 {
    width: 1320px;
    margin: 0 auto;
}
header {
	width:100%;
	margin:0 auto;
	position:relative;
    z-index: 999;
}
.daohang {
	display:block;
	width:100%;
	margin:0 auto;
	height:53px;
	clear:both;
    background-color: rgba(27,29,41,.5);
    position: absolute;
    top: 0;
}
.yx {
	float:left;
}
.yx a {
	display:block;
    float: left;
    padding-top: 12px;
}
.logo2{
    margin: 13px 0 0 20px;
}
.yx img {
	max-width:100%;
	height:auto;
}
.navdaohang {
	float:right;
}
.menupc li{
    float: left;
    text-align: center;
    position: relative;
    line-height: 53px;
    z-index: 9;
    /*margin: 0 2.5px;*/
    margin: 0;
}
.menupc li:hover a{
    color: #fff;
    background-color: #f2403e;
}
.menupc li:hover:last-child a{
    color: transparent;
    background-color: transparent;
}
.menupc li:first-child a{
    padding: 0px 26px;
}
.menupc li:nth-child(8) a{
    padding: 0px 16px;
}
.menupc li:last-child a{
    padding: 0;
/* 	padding: 0 0 0 15px; */
}
.menupc li a{
    display:block;
    font-family:'pangmenzhengdao';
    color: #fff;
    font-size: 18px;
    padding: 0px 18px 0 16px;
    z-index: 999;
    position: relative;
}
.menupc li a:after{
    content: '';
    display: block;
    width: 0;
    margin: 0 auto;
    height: 100%;
    background-color: #f2403e;
    position: absolute;
    top:0;
    left: 0;
    right: 0;
    z-index: -1;
    transition: .5s;
}
.menupc li a i{
    position: absolute;
    right: 16px;
    top: 0;
    width: 10px;
    height: 100%;
    transition: .5s;
    background: url("../images/jt.png") no-repeat right center;
}
.menupc li a:hover{
    color: #fff;
}
.menupc li a:hover:after{
    width: 100%;
}
.menupc li:last-child a:hover:after{
    width: 0;
}
.menupc li .current{
    color: #fff;
}
.menupc li .current:after{
    width: 100%;
}
.menupc li:last-child .current:after{
    width: 0;
}
.pmenu{
    position: static !important;
}
.pmenu .prostyle{
    position: absolute;
    display: none;
    right: 0;
    left: 0;
    z-index: 999;
    width: 100%;
    height: auto;
    padding: 37px 0 33px 0;
    border-top: 1px solid rgba(255,255,255,.1);
    background-color: rgba(27,29,41,.5);
}
.pmenu .prostyle:after{
    content: '';
    display: block;
    width: 100%;
    height: 27px;
    background: url("../images/prostylebg.png") repeat-x center;
    position: absolute;
    bottom: -27px;
}
.prostyles{
    position: relative;
    text-align: justify;
    display: flex;
    justify-content: center;
}
.prostyles_fl{
    width: 60%;
    height: auto;
    border-right: 1px solid rgba(255,255,255,.2);
    padding-top: 7px;
    padding-right: 1%;
    -webkit-animation: 2s myfirst alternate;
    animation: 2s myfirst alternate;
    position: relative
}

@-webkit-keyframes myfirst {
    0% {
        left: -100px;
        opacity: 0
    }

    100% {
        left: 0;
        opacity: 1
    }
}
@keyframes myfirst {
    0% {
        left: -100px;
        opacity: 0
    }

    100% {
        left: 0;
        opacity: 1
    }
}

.prostyles_fl dl{

}
.prostyles_fl dl dd{
    float: left;
    width: 28%;
    height: auto;
    margin-right: 5.3%;
}
.prostyles_fl dl dd a{
    display: block;
    padding: 0;
    font-size: 14px;
    font-family:'AlibabaPuHuiTiR';
}
.menupc li:hover .prostyles_fl dl dd a{
    background-color: transparent;
}
.prostyles_fl dl dd a:after{
    display: none;
}
.prostyles_fl dl dd a .pic{
    border: 3px solid #818489;
}
.prostyles_fl dl dd a .pic:after{
    padding-bottom: 67.13%;
}
.prostyles_fl dl dd a:hover .pic img{
    transform: scale(1.05);
    -moz-transform: scale(1.05);
    -webkit-transform: scale(1.05);
}
.prostyles_fl .xl_txt{
    color: #fff;
    line-height: 25px;
    font-size: 15px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    text-align: center;
    padding-top: 8px;
}
.prostyles_fl .xl_txt i{
    display: inline-block;
    position: inherit;
    background: url("../images/arrow1.png") no-repeat center;
    width: 3px;
    height: 8px;
    margin-right: 10px;
}
.prostyles_fl dl dd a:hover .pic{
    border: 3px solid #f2403d;
}
.prostyles_fl dl dd a:hover .xl_txt{
    color: #f2403d;
}
.prostyles_fl dl dd a:hover .xl_txt i{
    background: url("../images/arrow1_h.png") no-repeat center;
}
.prostyles_fl dl dd a.current .pic{
    border: 3px solid #f2403d;
}
.prostyles_fl dl dd a.current .xl_txt{
    color: #f2403d;
}
.prostyles_fl dl dd a.current .xl_txt i{
    background: url("../images/arrow1_h.png") no-repeat center;
}
.prostyles_fr{
    width: 39%;
    height: auto;
    padding-left: 16px;
    display: flex;
    -webkit-animation: 2s myfirst1 alternate;
    animation: 2s myfirst1 alternate;
    position: relative
}

@-webkit-keyframes myfirst1 {
    0% {
        right: -100px;
        opacity: 0
    }

    100% {
        right: 0;
        opacity: 1
    }
}
@keyframes myfirst1 {
    0% {
        right: -100px;
        opacity: 0
    }

    100% {
        right: 0;
        opacity: 1
    }
}

.prostyles_fr dl{
    width: 33.3%;
}
.prostyles_fr dl dd{
    line-height: 0;
    margin-bottom: 10px;
}
.prostyles_fr dl dd:last-child{
    margin-bottom: 0;
}
.prostyles_fr dl dd a{
    position: relative;
    padding: 0 0 0 49px;
    color: #fff !important;
    font-size: 14px;
    line-height: 28px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    background: url("../images/arrow1.png") no-repeat 37px center;
    font-family:'AlibabaPuHuiTiR';
}
.prostyles_fr dl dd a:before{
    content: '';
    display: block;
    width: 28px;
    height: 28px;
    /*background: url("../images/tb.png") no-repeat left center;*/
    position: absolute;
    left: -28px;
    top: 0;
    transition: .5s;
}
.prostyles_fr dl dd a:hover:before{
    left: 0;
}
.menupc li:hover .prostyles_fr dl dd a{
    background-color: transparent;
}
.prostyles_fr dl dd a:hover{
    color: #f2403d !important;
    background: url("../images/arrow1_h.png") no-repeat 37px center;
}
.prostyles_fr dl dd a.current{
    color: #f2403d !important;
    background: url("../images/arrow1_h.png") no-repeat 37px center;
}
.prostyles_fr dl dd a.current:before{
    left: 0;
}
.prostyles_fr dl dd a:after{
    display: none;
}
.menupc .prostyle.subnav{
    display: block;
}





/*手机导航*/
.phone-nav {
    position:absolute;
    font-size:30px;
    right:15px;
    top:0px;
    line-height:60px;
    display:none;
    color:#666;
}
.phone-nav img{
    height: 30px;
    margin-top: 15px;
    display: block;
}
.header a[href="#page"] {
	display:none!important;
}
.mm-opened .header a[href="#page"] {
	display:block!important;
}
.mm-opened .header a[href="#mmenu"] {
	display:none!important;
}
#mmenu {
	z-index:9999;
}
#mmenu li .home-search {
	float:left;
	margin-left:20px;
	width:90%;
	background-color:#fff;
	padding-left:0;
	overflow:hidden;
	margin-top:10px;
	position:relative
}
#mmenu li .home-search .keyword {
	text-align:left;
	border:0;
	box-shadow:0;
	border-radius:0;
	width:86%;
	-webkit-border-radius:0;
	-moz-border-radius:0;
	-o-border-radius:0;
	-mz-border-radius:0;
	font-size:14px;
	color:#999;
	line-height:20px;
	vertical-align:top;
	padding:6px 86px 6px 10px;
	-webkit-appearance:none;
	background-color:#fff;
	border:1px solid #ccc
}
#mmenu li .home-search .keyword:focus {
	transition:border linear .2s, box-shadow linear .5s;
	-moz-transition:border linear .2s, -moz-box-shadow linear .5s;
	-webkit-transition:border linear .2s, -webkit-box-shadow linear .5s;
	outline:0;
	border:1px solid #0a78bc;
}
#mmenu li .home-search .btn-sub {
	top:0;
	border:0;
	right:0;
	color:#e20008;
	width:42px;
	height:34px;
	line-height:34px;
	text-align:center;
	position:absolute;
	cursor:pointer;
	border-radius:0;
	background:#72c02c url(../images/search3.png) no-repeat center center;
}
.container-fluid {
	margin-left:auto;
	margin-right:auto;
	padding:0 15px;
}

@media(max-width:1200px) {
    .yx img{
        height: 31px;
    }
	.phone-nav {
		display:block;
	}
	.navdaohang {
		display:none;
	}
    .daohang{
        position: fixed;
        top: 0;
        left: 0;
        z-index: 999;
    }
}


/*swiper的banner*/
.home-banner {
    overflow:hidden;
    width:100%;
    margin: 0 auto;
    position:relative;
    z-index: 0;
}
.swiper-container {
    width: 100%;
    height: 100%;
    position: relative;
}
.swiper-slide {
    text-align: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
}
.banners a{
    display: block;
    width: 100%;
}
.banners a img{
    display: block;
    width: 100%;
    height: auto;
    margin: 0 auto;
    /* min-height:100%;
     transition:1s linear 2s;
     transform:scale(1.05,1.05);*/
}
/*.banners.swiper-slide-active img,.banners.swiper-slide-duplicate-active img{
    transition:6s linear;
    transform:scale(1,1);
}*/
.home-banner .swiper-container .swiper-pagination{
    display: block;
    bottom: 5px;
    right: 0px;
}
.home-banner .swiper-container .swiper-pagination-bullet{
    width: 12px;
    height: 12px;
    background-color: transparent;
    opacity: 1;
    outline: none;
    margin: 0px 6px;
    border-radius: 25px;
    border: 1px solid #fff;
}
.home-banner .swiper-container  .swiper-pagination-bullet-active{
    background-color: #fff;
}


footer{
    width: 100%;
    margin: 0 auto;
}
.indexfooter{
    background-color: #131419;
    color: #737373;
    font-size: 15px;
    line-height: 27px;
    padding: 15px 0;
    overflow: hidden;
    /*position: fixed;*/
    bottom: 0px;
    width: 100%;
    z-index: 999;
}
.indexfooter a{
    color: #737373;
    font-size: 15px;
}
.indexfooter a:hover{
    color: #f2403d;
}
.indexfooter_fl{
    float: left;
}
.indexfooter_fr{
    float: right;
}
.indexfooter_fr a{
    margin: 0 16px;
}
/*harvey*/
.home-contact{
    width: 100%;
    margin: 0 auto;
    /*background: url("../images/contactbg.jpg") no-repeat center fixed;*/
    background: url("../images/contactbg.jpg") no-repeat center ;
    background-size: cover;
    padding: 106px 0 112px 0;
    overflow: hidden;
}
.contact_fl{
    float: left;
    width: 33%;
    padding-top: 30px;
}
.contact_fl_t{
    overflow: hidden;
    color: #fff;
}
.contact_fl_t h3{
    font-family:'pangmenzhengdao';
    font-size: 25px;
    line-height: 1;
    margin-bottom: 15px;
}
.contact_fl_t p{
    font-size: 15px;
    line-height: 25px;
    margin-bottom: 5px;
}
.contact_fl_b{
    margin-top: 30px;
}
.contact_fl_b ul{
    display: flex;
}
.contact_fl_b ul li{
    margin-right: 18px;
}
.contact_fl_b ul li a{
    display: block;
    width: 35px;
    height: 35px;
    border-radius: 180px;
    line-height: 35px;
    color: #fff;
    background-color: #292a39;
    text-align: center;
    font-size: 18px;
    transition: .5s;
}
.contact_fl_b ul li a:hover{
    color: #f23d3a;
}
.fwx{
    position:relative;
}
/*.fwx::after{
    content: url(../images/ewm.jpg);
    position: absolute;
    right: -30px;
    top: -105px;
    z-index: 99;
    width:96px;
    height: 96px;
    transform-origin: top center;
    transform: scale(0);
    opacity: 0;
    -webkit-transition: all .4s ease-in-out;
    -o-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
}*/
.fwx:hover::after{
    transform:scale(1);
    opacity: 1;
}
.contact_fc{
    float: left;
    width: 19%;
    margin: 0 9%;
}
.contact_fr{
    float: right;
    width: 30%;
    padding-top: 40px;
}
.contact_fr_t{
    background-color: rgba(255,255,255,.13);
    border-radius: 10px;
    overflow: hidden;
    padding: 25px 47px;
}
.contact_fr_b{
    margin-top: 10px;
}
.contact_fr_b input{
    width: 100%;
    height: 32px;
    line-height: 30px;
    border: 1px solid #d3d5d8;
    font-size: 15px;
    color: #151515;
    text-align: center;
    font-family:'AlibabaPuHuiTiR';
    background: #fff url("../images/fly.png") no-repeat 41% center;
}
.ly1{
    margin-bottom: 15px;
    overflow: hidden;
    display: flex;
    justify-content: space-between;
}
.ly1 input{
    width: 47%;
    padding-bottom: 8px;
    height: 27px;
    line-height: 19px;
    background-color: transparent;
    color: #fff;
    font-size: 15px;
    border: none;
    border-bottom: 1px solid #a4a6ae;
    font-family:'AlibabaPuHuiTiR';
}
.ly1 textarea{
    width: 47%;
    padding-bottom: 8px;
    height: 27px;
    line-height: 19px;
    background-color: transparent;
    color: #fff;
    font-size: 15px;
    border: none;
    border-bottom: 1px solid #a4a6ae;
    resize: none;
    font-family:'AlibabaPuHuiTiL';
}
.ly2{
    position: relative;
    overflow: hidden;
}
.ly2 input{
    width: 100%;
    padding-bottom: 8px;
    height: 27px;
    line-height: 19px;
    background-color: transparent;
    color: #fff;
    font-size: 15px;
    border: none;
    border-bottom: 1px solid #a4a6ae;
    font-family:'AlibabaPuHuiTiL';
}
.ly2 a{
    position: absolute;
    right: 0;
    top: 0;
}
.ly2 a img{
    width: auto;
    height: 19px;
}

.home-cooperation{
    width: 100%;
    margin: 0 auto;
    background-color: #fff;
    position: relative;
    padding: 24px 40px;
}
.home-cooperation .swiper-slide{
    display: initial;
}
.hezuos a{
    display:block;
    overflow: hidden;
    text-align: justify;
}
.hezuos a .pic:after{
    padding-bottom: 50%;
}
.hezuos a:hover .pic img{
    transform: scale(1.05);
    -moz-transform: scale(1.05);
    -webkit-transform: scale(1.05);
}
/*harvey*/
.home-news{
    width: 100%;
    margin: 0 auto;
    /*background: url("../images/newsbg.jpg") no-repeat center fixed;*/
    background: url("../images/newsbg.jpg") no-repeat center ;
    background-size: cover;
    overflow: hidden;
    padding: 50px 0 30px 0;
}
.home-news .container1{
    position: relative;
    z-index: 0;
}
.index_title{
    overflow: hidden;
    font-family:'pangmenzhengdao';
    display: flex;
    font-size: 35px;
    line-height: 32px;
}
.index_title p{
    color: #fff;
}
.index_title span{
    padding-left: 15px;
    color: rgba(255,255,255,.5);
    text-transform: uppercase;
}
.news_con{
    margin-top: 25px;
}
.news_con .swiper-slide{
    display: initial;
}
.news a{
    display:block;
    overflow: hidden;
    text-align: justify;
}
.news_img{
    position: relative;
}
.news_img .pic:after{
    padding-bottom: 68.33%;
}
.news_date{
    position: absolute;
    bottom: 0;
    right: 0;
    width: 67px;
    height: 54px;
    background-color: rgba(27,29,41,.6);
    text-align: center;
    color: #fff;
}
.news_date p{
    padding: 12px 0 0 0;
    font-family: 'pangmenzhengdao';
    line-height: 1;
}
.news a:hover .news_img .pic img{
    transform: scale(1.05);
    -moz-transform: scale(1.05);
    -webkit-transform: scale(1.05);
}
.news_txt{
    border: 1px solid #c7c8ca;
    padding: 19px 23px;
    overflow: hidden;
    background-color: #fff;
}
.news_txt1{
    font-family:'pangmenzhengdao';
    font-size: 20px;
    color: #3c3c3c;
    line-height: 1;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.news_txt2{
    font-size: 13px;
    color: #6f6f6f;
    line-height: 20px;
    height: 40px;
    overflow: hidden;
    margin: 15px 0;
}
.news_txt3{
    position: relative;
    width: 84px;
    height: 27px;
    line-height: 25px;
    border: 1px solid #d5d5d5;
    text-align: center;
    transition: .5s;
}
.news_txt3 span{
    font-size: 13px;
    color: #9a9a9a;
}
.news_txt3:after{
    content: '';
    display: block;
    width: 0;
    height: 25px;
    top: 0;
    left: 0;
    position: absolute;
    background-color: #f23d3a;
    transition: .5s;
}
.news a:hover .news_txt3 span{
    color: #fff;
    position: relative;
    z-index: 999;
}
.news a:hover .news_txt3:after{
    width: 100%;
}
.news_con .swiper-button-next, .news_con .swiper-button-prev{
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    margin-top: 0;
    width: 32px;
    height: 32px;
    z-index: 10;
    cursor: pointer;
    outline: none;
    background: transparent;
    text-align: center;
    transition: .5s;
    border: 1px solid #fff;
}
.news_con .swiper-button-prev{
    left: auto;
    right: 45px;
    background: url("../images/njt-l.png") no-repeat center;
}
.news_con .swiper-button-next{
    right: 0;
    left: auto;
    background: url("../images/njt-r.png") no-repeat center;
}
.news_con .swiper-button-prev:hover{
    background: #f23d3a url("../images/njt-l.png") no-repeat center;
    border: 1px solid #f23d3a;
}
.news_con .swiper-button-next:hover{
    background: #f23d3a url("../images/njt-r.png") no-repeat center;
    border: 1px solid #f23d3a;
}

.index_more{
    padding-top: 37px;
    text-align: center;
}
.index_more a{
    display: block;
    position: relative;
    width: 114px;
    margin: 0 auto;
    line-height: 32px;
    text-align: center;
    padding-left: 17px;
    background-color: #7c7e88;
    transition: .5s;
}
.index_more a span{
    color: #fff;
    position: relative;
    z-index: 999;
    text-transform: uppercase;
}
.index_more a:after{
    content: '';
    display: block;
    width: 0;
    /*margin: 0 auto;*/
    height: 32px;
    top: 0;
    left: 0;
    right: 0;
    position: absolute;
    background-color: #f23d3a;
    transition: .5s;
}
.index_more a:hover:after{
    width: 100%;
}

.home-share{
    width: 100%;
    margin: 0 auto;
    background: url("../images/sharebg.jpg") no-repeat center;
    background-size: cover;
    padding: 51px 0 48px 0;
    overflow: hidden;
}
.home-share .container1{
    position: relative;
    z-index: 0;
}
.home-share .index_title p{
    color: #1f2831;
}
.home-share .index_title span{
    color: rgba(31,40,49,.2);
}
.share_con{
    margin-top: 9px;
}
.share_con .swiper-slide{
    display: initial;
    margin-top: 14px !important;
}
.shares a{
    display:block;
    overflow: hidden;
    text-align: justify;
    background-color: #fff;
    padding: 16px 25px 16px 16px;
}
.shares_date{
    float: left;
    width: 109px;
    height: 109px;
    background-color: #eee;
    color: #3c3c3c;
    padding: 30px 0 0 14px;
    transition: .5s;
}
.shares a:hover .shares_date{
    color: #fff;
    background-color: #f23d3a;
}
.shares_date p{
    font-size: 30px;
    font-family:'pangmenzhengdao';
    line-height: 1;
    margin-bottom: 5px;
}
.shares_txt{
    margin-left: 135px;
    background: url("../images/sjt.png") no-repeat right center;
    padding: 15px 75px 0 0;
    height: 109px;
    transition: .5s;
}
.shares a:hover .shares_txt{
    background: url("../images/sjt_h.png") no-repeat right center;
}
.shares_txt1{
    font-size: 20px;
    color: #3c3c3c;
    font-family:'pangmenzhengdao';
    line-height: 1;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    margin-bottom: 15px;
}
.shares_txt2{
    font-size: 13px;
    color: #6f6f6f;
    line-height: 22px;
    height: 44px;
    overflow: hidden;
}
.share_con .swiper-button-next1, .share_con .swiper-button-prev1{
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    margin-top: 0;
    width: 32px;
    height: 32px;
    z-index: 10;
    cursor: pointer;
    outline: none;
    background: transparent;
    text-align: center;
    transition: .5s;
    border: 1px solid #b5b5b8;
}
.share_con .swiper-button-prev1{
    left: auto;
    right: 45px;
    background: url("../images/shjt-l.png") no-repeat center;
}
.share_con .swiper-button-next1{
    right: 0;
    left: auto;
    background: url("../images/shjt-r.png") no-repeat center;
}
.share_con .swiper-button-prev1:hover{
    background: #f23d3a url("../images/njt-l.png") no-repeat center;
    border: 1px solid #f23d3a;
}
.share_con .swiper-button-next1:hover{
    background: #f23d3a url("../images/njt-r.png") no-repeat center;
    border: 1px solid #f23d3a;
}

/*harvey*/
.home-about{
    width: 100%;
    margin: 0 auto;
    /*background: url("../images/aboutbg.jpg") no-repeat center fixed;*/  
    background: url("../images/aboutbg.jpg") no-repeat center ;
    background-size: cover;
    /*padding: 75px 0 65px 0;*/
    padding: 50px 0;
    overflow: hidden;
}
.index_title1{
    overflow: hidden;
}
.index_title1_fl{
    float: left;
    font-family:'pangmenzhengdao';
    line-height: 1;
}
.index_title1_fl1{
    font-size: 65px;
    color: rgba(255,255,255,.5);
    letter-spacing: 11px;
    text-transform: uppercase;
}
.index_title1_fl2{
    display: flex;
    align-items: center;
    letter-spacing: 3px;
}
.index_title1_fl2 p{
    font-size: 40px;
    color: #fff;
}
.index_title1_fl2 span{
    font-size: 45px;
    color: rgba(255,255,255,.5);
    text-transform: uppercase;
}
.index_title1 .index_more{
    float: right;
    padding-top: 0;
}
.about_con{
    /*margin-top: 50px;*/
    margin-top: 35px;
}
.about_con_info{
    margin-top: 30px;
    font-size: 14px;
    color: #fff;
    line-height: 30px;
}

.home-design{
    width: 100%;
    margin: 0 auto;
    background: url("../images/designbg.jpg") repeat center;
    padding: 73px 0 83px 0;
    overflow: hidden;
}
.home-design .index_title1_fl1{
    color: rgba(31,40,49,.2);
}
.home-design .index_title1_fl2 p{
    color: #1f2831;
}
.home-design  .index_title1_fl2 span{
    color: rgba(31,40,49,.2);
}
.design_con{
    position: relative;
    margin-top: 65px;
}
.design_con_fl{
    position: absolute;
    left: 0;
    width: 361px;
    height: 630px;
    z-index: 999;
}
.design_con_fl li{
    width: 361px;
    height: 70px;
    display: flex;
    align-items: center;
    padding-left: 70px;
    position: relative;
    transition: .5s;
}
.design_con_fl li:last-child{
    box-shadow: 0 0 7px rgba(0,0,0,.14);
}
.design_con_fl li:nth-child(1){
    background-color: #1b1d29;
}
.design_con_fl li:nth-child(2){
    background-color: #242738;
}
.design_con_fl li:nth-child(3){
    background-color: #2f3245;
}
.design_con_fl li:nth-child(4){
    background-color: #33374d;
}
.design_con_fl li:nth-child(5){
    background-color: #3c4057;
}
.design_con_fl li:nth-child(6){
    background-color: #4b4f64;
}
.design_con_fl li:nth-child(7){
    background-color: #646778;
}
.design_con_fl li:nth-child(8){
    background-color: #7c7e88;
}
.design_fl_img{
    width: 54px;
    height: 54px;
    border-radius: 180px;
}
.design_con_fl li:nth-child(1) .design_fl_img, .design_con_fl li:nth-child(2) .design_fl_img, .design_con_fl li:nth-child(3) .design_fl_img{
    border: 5px solid #383838;
}
.design_con_fl li:nth-child(4) .design_fl_img{
    border: 5px solid #666;
}
.design_con_fl li:nth-child(5) .design_fl_img{
    border: 5px solid #7e7e7e;
}
.design_con_fl li:nth-child(6) .design_fl_img{
    border: 5px solid #919191;
}
.design_con_fl li:nth-child(7) .design_fl_img{
    border: 5px solid #a1a1a1;
}
.design_con_fl li:nth-child(8) .design_fl_img{
    border: 5px solid #b5b4b4;
}
.design_fl_img .tp{
    width: 44px;
    height: 44px;
    border-radius: 180px;
}
.design_fl_txt{
    margin-left: 16px;
}
.design_fl_txt1{
    display: flex;
    align-items: center;
    font-family:'pangmenzhengdao';
    color: rgba(255,255,255,.3);
    line-height: 1;
}
.design_fl_txt1 p{
    font-size: 20px;
    background: url("../images/li.jpg") no-repeat right center;
    padding-right: 15px;
    margin-right: 15px;
}
.design_fl_txt1 span{
    font-size: 18px;
}
.design_fl_txt2{
    margin-top: 5px;
    display: none;
    font-size: 15px;
    color: #fff;
}
.design_con_fl li.on{
    background-color: #f2403d;
    height: 140px;
    width: 386px;
    padding-left: 49px;
}
.design_con_fl li.on:after{
    content: '';
    display: block;
    height: 0;
    width: 0;
    border-left: 14px solid #f2403d;
    border-top: 12px solid transparent;
    border-bottom: 12px solid transparent;
    right: -14px;
    position: absolute;
    top: 58px;
    z-index: 999;
}
.design_con_fl li.on .design_fl_img{
    width: 98px;
    height: 98px;
    border: 8px solid #ff6461;
}
.design_con_fl li.on .design_fl_img .tp{
    width: 82px;
    height: 82px;
}
.design_con_fl li.on .design_fl_txt{
    margin-left: 25px;
    width: 195px;
}
.design_con_fl li.on .design_fl_txt1{
    border-bottom: 1px solid #fff;
    color: #fff;
    padding-bottom: 5px;
}
.design_con_fl li.on .design_fl_txt1 p{
    font-size: 33px;
    background: none;
    padding-right: 0;
    margin-right: 8px;
    position: relative;
}
.design_con_fl li.on .design_fl_txt1 p:after{
    content: '';
    display: block;
    width: 100%;
    height: 2px;
    background-color: #fff;
    position: absolute;
    bottom: -5px;
}
.design_con_fl li.on .design_fl_txt1 span{
    font-size: 25px;
}
.design_con_fl li.on .design_fl_txt2{
    display: block;
}
.design_con_fr{
    margin-left: 361px;
    height: 630px;
    background-color: #fff;
    box-shadow: 0 0 7px rgba(0,0,0,.14);
}
.design_con_fr .design_info {
    display:none;
}
.design_info{

}
.design_info_t{
    overflow: hidden;
}
.design_info_t .pic:after{
    padding-bottom: 54.53%;
}
.design_info_b{
    height: 107px;
    padding: 24px 26px;
    background-color: #fff;
    /*box-shadow: 0 0 7px rgba(0,0,0,.14);*/
    overflow: hidden;
}
.design_info_bs{
    color: #3c4057;
    font-size: 15px;
    line-height: 30px;
    height: 60px;
    overflow: hidden;
}
.design_info_bs a{
    color: #f2403d;
    font-size: 15px;
    transition: .5s;
}
.design_info_bs a:hover{
    text-decoration: underline;
}

.home-case{
    width: 100%;
    margin: 0 auto;
    position: relative;
    z-index: 0;
}
.home-case .index_title1{
    position: absolute;
    left: 0;
    width: 100%;
    z-index: 999;
    top: 68px;
}
.case_con{
    position: relative;
}
.case_con .gallery-top {
    width: 100%;
    height: auto;
}
.case_con .gallery-top .swiper-slide{
    display: initial;
}
.case_con .bigcase a{
    display: block;
    position: relative;
    text-align: justify;
    cursor: default;
}
.case_con .bigcase a .tp:before{
    content: '';
    display: block;
    width: 100%;
    height: 100%;
    background-color: rgba(27,29,41,.9);
    position: absolute;
    top: 0;
    left: 0;
    z-index: 999;
}
/*.bigcase a .pic:after{
    padding-bottom: 49.47%;
}*/
.case_con .gallery-thumbs {
    width: 100%;
    height: auto;
    position: absolute !important;
    bottom: 78px;
    left: 0;
}
.case_con .gallery-thumbs .swiper-slide{
    display: initial;
}
.case_con .smallcase a{
    display: block;
    position: relative;
    text-align: justify;
}
.case_img{
    position: relative;
}
.ys{
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 999;
    transition: .5s;
    opacity: 1;
}
/*.case_img .pic:after{
    padding-bottom: 144.73%;
}*/
.case_info{
    position: absolute;
    width: 0;
    height: 100%;
    padding: 16% 8%;
    text-align: center;
    color: #fff;
    background-color: rgba(19,21,34,.6);
    left: 0;
    top: 0;
    /*transform: rotateY(90deg);*/
    transition: all 0.50s ease-in-out 0s;
    opacity: 0;
}
.case_info1{
    font-family:'pangmenzhengdao';
    font-size: 25px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    line-height: 1;
    margin-bottom: 10px;
}
.case_info2{
    font-size: 15px;
    line-height: 25px;
    height: 75px;
    overflow: hidden;
}
.case_info3{
    position: relative;
}
.case_info3:before{
    content: '';
    display: block;
    width: 1px;
    margin: 20px auto 25px auto;
    height: 172px;
    background-color: #fff;
}
.case_info3 span{
    display: block;
    width: 44px;
    margin: 0 auto;
    height: 44px;
    border-radius: 5px;
    background-color: #f23d3a;
    line-height: 44px;
    font-size: 20px;
    color: #fff;
}
.case_txt{
    font-family:'pangmenzhengdao';
}
.gallery-thumbs .smallcase:nth-child(odd) .case_txt{
    margin-top: 15px;
}
.gallery-thumbs .smallcase:nth-child(even) .case_txt{
    margin-bottom: 15px;
}
.case_txt h3{
    font-size: 28px;
    color: #fff;
    line-height: 1;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.case_txt h3:after{
    content: '';
    display: block;
    width: 36px;
    height: 1px;
    background-color: #f23d3a;
    margin: 5px 0;
}
.case_txt p{
    font-size: 12px;
    color: rgba(255,255,255,.5);
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    text-transform: uppercase;
}
.smallcase a:hover .case_img .tp img{
    transform: scale(1.05);
    -moz-transform: scale(1.05);
    -webkit-transform: scale(1.05);
}
.smallcase a:hover .ys{
    opacity: 0;
}
.smallcase a:hover .case_info{
    /*transform: rotateY(0deg);*/
    width: 100%;
    opacity: 1;
}
.case_con .swiper-button-next2, .case_con .swiper-button-prev2{
    display: block;
    position: absolute;
    top: 50%;
    width: 55px;
    height: 55px;
    margin-top: -28px;
    z-index: 10;
    cursor: pointer;
    outline: none;
    text-align: center;
    line-height: 55px;
    font-size: 30px;
    color: #fff;
    background-color: rgba(27,29,41,.7);
    border-radius: 0;
}
.case_con .swiper-button-next2:hover ,.case_con .swiper-button-prev2:hover{
    background-color: #f23d3a;
}
.case_con .swiper-button-prev2{
    right: auto;
    left: 0;
}
.case_con .swiper-button-next2{
    left: auto;
    right: 0;
}


/* side */
.side{
    position: fixed;
    width: 42px;
    right: 0;
    bottom: 19%;
    z-index: 999;
}
.side ul li{
    width:42px;
    height:31px;
    float:left;
    position:relative;
    margin-bottom: 1px;
}
.side ul li .sidebox{
    position:absolute;
    width:42px;
    height:31px;
    top:0;
    right:0;
    transition:all 0.5s;
    background-color: rgba(27,29,41,.8);
    color:#fff;
    overflow:hidden;
}
.side ul li .sidetop{
    width:42px;
    height:31px;
    line-height:31px;
    display:inline-block;
    background-color: rgba(27,29,41,.8);
    transition:all 0.5s;
}
.side ul li .sidetop:hover{
    background-color:#ae1c1c;
}
.side ul li img{
    float:left;
}
.side ul li p{
    line-height: 31px;
}
.btn{
    width: 42px;
    height: 31px;
    line-height: 31px;
    display: inline-block;
    background-color: rgba(27,29,41,.8);
    transition: all 0.5s;
}
.wx{
    width: 128px;
    position: absolute;
    right: 0;
    display: none;
    z-index: 999;
}
.wx_t{
    height: 26px;
    background-color: #f23d3a;
    position: relative;
    padding: 0 15px;
}
.wx_t p{
    font-size: 15px;
    color: #fff;
    line-height: 26px !important;
}
.wx_t a{
    position: absolute;
    right: 15px;
    top: 8px;
}
.wx_b{
    height: 123px;
    background-color: #646465;
    padding: 13px 16px;
}
.wx_b img{
    width: 96px;
    height: 96px;
    margin: 0 auto;
}


/*联系我们*/
.inner-banner{
    width: 100%;
    margin: 0 auto;
    position: relative;
    z-index: 0;
}
.inner-banner img{
    display: block;
    width: 100%;
    height: auto;
    margin: 0 auto;
}
.bgys{
    content: '';
    display: block;
    width: 100%;
    height: 100%;
    background-color: rgba(41,32,18,.6);
    position: absolute;
    top: 0;
    left: 0;
    z-index: 9;
    opacity: 0;
    transition: .5s;
}
.footer1{
    background-color: #242738;
    padding: 50px 0;
    overflow: hidden;
    color: #fff;
}
.footer1_t{
    text-align: center;
    font-size: 18px;
    line-height: 1;
    font-family:'pangmenzhengdao';
    margin-bottom: 18px;
}
.footer1_b{
    display: flex;
    justify-content: center;
    font-size: 13px;
}
.footer1_b p{
    margin: 0 22px;
}
.footer2{
    background-color: #171925;
    padding: 7px 0;
    line-height: 24px;
}
.footer2 p{
    text-align: center;
    color: #fff;
    font-size: 13px;
}
.footer2 p a{
    color: #fff;
    font-size: 13px;
}
.footer2 p a:hover{
    color: #f2403d;
}
.inner-main{
    width: 100%;
    margin: 0 auto;
}
.icontact1{
    margin-top: -17%;
    margin-bottom: 40px;
    position: relative;
}
.inner_title{
    text-align: center;
    font-family:'pangmenzhengdao';
    line-height: 0.8;
}
.inner_title p{
    text-transform: uppercase;
    color: rgba(31,40,49,.1);
    font-size: 55px;
    margin-bottom: 13px;
}
.inner_title h3{
    font-size: 40px;
    color: #1f2831;
    letter-spacing: 3px;
}
.icontact1 .inner_title{
    text-align: left;
}
.icontact1 .inner_title p{
    color: rgba(255,255,255,.15);
}
.icontact1 .inner_title h3{
    color: #fff;
}
.icontact1_con{
    margin-top: 20px;
    height: 348px;
    display: flex;
    box-shadow: 0 0 7px rgba(0,0,0,.08);
}
.icontact1_fl{
    width: 60%;
    background-color: #f2403d;
    padding: 3.5% 7%;
}
.icontact1_fl_t{
    margin-bottom: 30px;
    overflow: hidden;
    color: #fff;
}
.icontact1_fl_t h3{
    font-family:'pangmenzhengdao';
    font-size: 20px;
    line-height: 1;
}
.icontact1_fl_t h3:after{
    content: '';
    display: block;
    width: 17px;
    height: 1px;
    background-color: #eee;
    margin: 25px 0 20px 0;
}
.icontact1_fl_t p{
    font-size: 16px;
    line-height: 30px;
}
.icontact1_fl_t p span{
    font-weight: bold;
    font-size: 18px;
}
.icontact1_fl_b{

}
.icontact1_fl_b ul{
    display: flex;
}
.icontact1_fl_b ul li{
    margin-right: 19px;
}
.icontact1_fl_b ul li a{
    display: flex;
    align-items: center;
    justify-content: center;
    width: 35px;
    height: 35px;
    line-height: 35px;
    background-color: #fff;
    border-radius: 180px;
}
.icontact1_fl_b ul li a img{
    display: block;
    max-width: 100%;
    height: auto;
    margin: auto;
    -webkit-filter: grayscale(100%);
    -moz-filter: grayscale(100%);
    -ms-filter: grayscale(100%);
    -o-filter: grayscale(100%);
    filter: grayscale(100%);
    transition: .5s;
}
.icontact1_fl_b ul li a:hover img{
    -webkit-filter: grayscale(0);
    -moz-filter: grayscale(0);
    -ms-filter: grayscale(0);
    -o-filter: grayscale(0);
    filter: grayscale(0);
}
.icontact1_fr{
    width: 40%;
    background-color: #fff;
    padding: 3.5% 7%;
}
.icontact1_fr1{
    font-family:'pangmenzhengdao';
    font-size: 20px;
    color: #6f777f;
    line-height: 1;
}
.icontact1_fr1:after{
    content: '';
    display: block;
    width: 17px;
    height: 1px;
    background-color: #eee;
    margin: 25px 0 20px 0;
}
.icontact1_fr2{
    overflow: hidden;
}
.icontact1_fr2 li{
    float: left;
    width: 25%;
    margin-bottom: 5px;
}
.icontact1_fr2 li a{
    display: block;
    color: #6f6f6f;
    line-height: 30px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.icontact1_fr2 li a:hover{
    color: #f23d3a;
}
.icontact1_fr3{
    margin-top: 40px;
}
.icontact1_fr3 p{
    color: #6f6f6f;
    line-height: 30px;
}
.icontact1_fr3 p span{
    font-weight: bold;
}
.icontact2{
    margin-bottom: 48px;
    overflow: hidden;
    background-color: #f7f8fa;
    padding: 50px 45px;
}
.icontact2_t{
    margin-bottom: 65px;
    overflow: hidden;
}
.icontact2_t .tp{
    float: left;
    width: 25.5%;
}
.icontact2_t_fr{
    float: right;
    width: 65%;
    padding-top: 15px;
}
.icontact2_t_fr .inner_title{
    text-align: right;
}
.icontact2_t_fr_con{
    margin-top: 25px;
    color: #6f6f6f;
    line-height: 30px;
}
.icontact2_b{
    overflow: hidden;
}
.icontact2_b_fl{
    float: left;
    width: 51%;
}
.icontact2_b_title{
    font-size: 20px;
    color: #6f777f;
    line-height: 1;
    font-family:'pangmenzhengdao';
    margin-bottom: 30px;
}
.icontact2_b_fl_con{
    overflow: hidden;
}
.icontact2_b_fl_con li{
    display: flex;
    align-items: center;
    justify-content: space-between;
    overflow: hidden;
    margin-bottom: 40px;
}
.icontact2_b_fl_con li:last-child{
    margin-bottom: 0;
}
.icontact2_b_fl_con li h3{
    font-size: 16px;
    color: #1f2831;
    padding-left: 54px;
    line-height: 35px;
    width: 20%;
}
.icontact2_b_fl_con li h3.t1{
    background: url("../images/t1.png") no-repeat left center;
}
.icontact2_b_fl_con li h3.t2{
    background: url("../images/t2.png") no-repeat left center;
}
.icontact2_b_fl_con li h3.t3{
    background: url("../images/t3.png") no-repeat left center;
}
.icontact2_b_fl_con li p{
    width: 75%;
    color: #6f6f6f;
    line-height: 25px;
}
.icontact2_b_fr{
    float: right;
    width: 41%;
    border-left: 1px solid #eee;
    padding-left: 8%;
}
.icontact2_b_fr_con{
    overflow: hidden;
}
.icontact2_b_fr_con li{
    line-height: 30px;
    color: #6f6f6f;
    background: url("../images/yuan.png") no-repeat left center;
    padding-left: 21px;
    margin-bottom: 10px;
}

/*设计流程*/
.inner{
    padding-top: 53px;
}
.idesign{
    overflow: hidden;
    background: url("../images/designbg.jpg") repeat center;
    padding: 45px 0 65px 0;
}
.idesign .inner_title{
    text-align: left;
}
.idesign_title{
    margin: 60px 0;
    border-bottom: 1px solid #d5d7da;
    height: 35px;
}
.idesign_title li{
    float: left;
    margin-right: 75px;
}
.idesign_title li:last-child{
    margin-right: 0;
}
.idesign_title li a{
    display: block;
    font-size: 18px;
    color: #a3a3a3;
    font-family:'pangmenzhengdao';
    line-height: 32px;
    position: relative;
}
.idesign_title li a:hover{
    color: #f2403d;
}
.idesign_title li a.current{
    color: #f2403d;
}
.idesign_title li a:after{
    content: '';
    display: block;
    width: 0;
    height: 2px;
    background-color: #f2403d;
    position: absolute;
    bottom: -3px;
    left: 0;
    transition: .5s;
}
.idesign_title li a:hover:after{
    width: 100%;
}
.idesign_title li a.current:after{
    width: 100%;
}
.idesign_con{
    overflow: hidden;
    box-shadow: 3px 3px 7px rgba(0,0,0,.14);
    background-color: #fff;
}
.idesign_con .pic{
    float: left;
    width: 50%;
}
.idesign_con .pic:after{
    padding-bottom: 54.53%;
}
.idesign_con .pic:before{
    content: '';
    display: block;
    height: 0;
    width: 0;
    border-right: 11px solid #fff;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    right: 0;
    position: absolute;
    z-index: 999;
    top: 50%;
    transform: translate(0, -50%);
    -webkit-transform: translate(0, -50%);
    -moz-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%)
}
.idesign_con_fr{
    float: right;
    width: 50%;
    color: #3c4057;
    line-height: 35px;
    padding: 5% 3% 0 3%;
}

/*新道信信息*/
.iabout{
    overflow: hidden;
}
.iabout1{
    margin: 60px 0 70px 0;
    overflow: hidden;
}
.iabout1 .inner_title{
    text-align: left;
    background: url("../images/about.png") no-repeat left center;
    padding-left: 90px;
}
.iabout1_con{
    margin-top: 45px;
}
.iabout1_con_fl{
    float: left;
    width: 47%;
    color: #a3a3a3;
    line-height: 35px;
}
.iabout1_con .tp{
    float: right;
    width: 48.3%;
}

.iabout2{
    background: url("../images/designbg.jpg") repeat center;
    padding: 65px 0 60px 0;
    overflow: hidden;
}
.iabout2 .index_title1{
    text-align: right;
}
.iabout2 .index_title1_fl{
    float: none;
}
.iabout2 .index_title1_fl1{
    letter-spacing: 0;
    color: rgba(31,40,49,.1);
}
.iabout2 .index_title1_fl2{
    justify-content: flex-end;
}
.iabout2 .index_title1_fl2 p{
    color: #1f2831;
}
.iabout2 .index_title1_fl2 span{
    color: rgba(31,40,49,.1);
    padding-left: 20px;
}
.iabout2_con{
    margin-top: 35px;
    position: relative;
}
.iabout2_con .swiper-container{
    width: 92.5%;
    margin: 0 auto;
}
.iabout2_con .swiper-slide{
    display: initial;
}
.groups a{
    display:block;
    overflow: hidden;
    text-align: justify;
    background-color: #fff;
    box-shadow: 0 0 10px rgba(15,6,11,.1);
    padding: 0 24px;
    margin: 10px 10px 25px 10px;
    height: 472px;
    transition: .5s;
}
.igroup_img{
    width: 239px;
    margin: 30px auto 0 auto;
    height: 239px;
    border: 1px solid #c9cacc;
    padding: 13px;
    border-radius: 180px;
    transition: .5s;
}
.igroup_txt{
    text-align: center;
    margin-top: 18px;
    transition: .5s;
}
.igroup_txt1{
    font-size: 20px;
    color: #3c3c3c;
    line-height: 1;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    margin-bottom: 8px;
}
.igroup_txt2{
    font-size: 15px;
    color: #3c3c3c;
    line-height: 1;
}
.igroup_txt3{
    font-size: 13px;
    color: #a3a3a3;
    line-height: 20px;
    height: 60px;
    overflow: hidden;
    margin: 20px;
    transition: .5s;
}
.igroup_txt4{
    position: absolute;
    width: 51px;
    height: 51px;
    background: url("../images/g.png") no-repeat center;
    bottom: 0;
    left: 50%;
    transform: translate(-50%, 0);
    -webkit-transform: translate(-50%, 0);
    -moz-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
    transition: .5s;
}
.groups a:hover{
    background-color: #f2403d;
}
.groups a .igroup_img .pic{
    width: 211px;
    height: 211px;
    border-radius: 180px;
    transition: .5s;
}
.groups a:hover .igroup_img{
    width: 116px;
    margin: 75px auto 0 auto;
    height: 116px;
    border: 1px solid #fff;
    background-color: #fff;
    padding: 6px;
}
.groups a:hover .igroup_img .pic{
    width: 102px;
    height: 102px;
}
.groups a:hover .igroup_img .pic img{
    transform: scale(1.05);
    -moz-transform: scale(1.05);
    -webkit-transform: scale(1.05);
}
.groups a:hover .igroup_txt{
    margin-top: 23px;
}
.groups a:hover .igroup_txt1{
    color: #fff;
}
.groups a:hover .igroup_txt2{
    color: #fff;
}
.groups a:hover .igroup_txt3{
    height: 120px;
    color: #fff;
}
.groups a:hover .igroup_txt4{
    background: url("../images/g_h.png") no-repeat center;
}
.iabout2_con .swiper-button-next4, .iabout2_con .swiper-button-prev4{
    display: block;
    position: absolute;
    top: 50%;
    margin-top: -14px;
    width: 29px;
    height: 29px;
    z-index: 10;
    cursor: pointer;
    outline: none;
    text-align: center;
    transition: .5s;
    background: transparent;
}
.iabout2_con .swiper-button-prev4:hover, .iabout2_con .swiper-button-next4:hover{
    background: #f23d3a url("../images/njt.png") no-repeat center;
    border: 1px solid #f23d3a;
}
.iabout2_con .swiper-button-prev4{
    left: 0;
    right: auto;
    background: #d2d3d5 url("../images/njt.png") no-repeat center;
}
.iabout2_con .swiper-button-next4{
    right: 0;
    left: auto;
    transform:rotateY(180deg);
    background: #d2d3d5 url("../images/njt.png") no-repeat center;
}



.iabout3{
    margin: 75px 0 90px 0;
    overflow: hidden;
}
.iabout3 .index_title1_fl1{
    letter-spacing: 0;
    color: rgba(31,40,49,.1);
}
.iabout3 .index_title1_fl2 p{
    color: #1f2831;
}
.iabout3 .index_title1_fl2 span{
    color: rgba(31,40,49,.1);
    padding-left: 20px;
}
.iabout3_con{
    margin-top: 60px;
    position: relative;
}
.iabout3_con .swiper-container{
    width: 86%;
    margin: 0 auto;
}
.iabout3_con .swiper-slide{
    display: initial;
}
.honors a{
    display:block;
    overflow: hidden;
    text-align: justify;
}
.honors a .pic:after{
    padding-bottom: 45%;
}
.honors a:hover .pic img{
    transform: scale(1.05);
    -moz-transform: scale(1.05);
    -webkit-transform: scale(1.05);
}
.ihonor_txt{
    text-align: center;
    margin-top: 15px;
    color: #3c3c3c;
    line-height: 25px;
}
.iabout3_con .swiper-button-next3, .iabout3_con .swiper-button-prev3{
    display: block;
    position: absolute;
    top: 50%;
    width: 30px;
    height: 30px;
    margin-top: -15px;
    z-index: 10;
    cursor: pointer;
    outline: none;
    text-align: center;
    line-height: 30px;
    font-size: 20px;
    color: #fff;
    background-color: #d2d3d5;
    border-radius: 180px;
}
.iabout3_con .swiper-button-next3:hover ,.iabout3_con .swiper-button-prev3:hover{
    background-color: #f23d3a;
}
.iabout3_con .swiper-button-prev3{
    right: auto;
    left: 0;
}
.iabout3_con .swiper-button-next3{
    left: auto;
    right: 0;
}


/*新闻资讯*/
.inews{
    overflow: hidden;
    background: url(../images/designbg.jpg) repeat center;
    padding: 45px 0;
}
.inews_con{
    overflow: hidden;
}
.inews_cons{
    padding: 50px 0 15px 0;
    overflow: hidden;
}
.inews_cons ul{
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
}
.inews_con li{
    width: 25%;
    margin-bottom: 37px;
    padding: 0 20px;
}
.inews_con li a{
    display: block;
    box-shadow: 0 0 7px rgba(0,0,0,.04);
    border: 1px solid transparent;
}
.inews_con li a:hover{
    box-shadow: 0 0 18px rgba(15,6,11,.1);
    border: 1px solid #eee;
}
.inews_img{
    position: relative;
}
.inews_img .pic:after{
    padding-bottom: 68.33%;
}
.inews_date{
    transform: rotateY(90deg);
    position: absolute;
    bottom: 0;
    right: 0;
    width: 67px;
    height: 54px;
    background-color: #f2403e;
    text-align: center;
    color: #fff;
    transition: .5s;
}
.inews_date p{
    padding: 12px 0 0 0;
    font-family: 'pangmenzhengdao';
    line-height: 1;
}
.inews_con li a:hover .inews_img .pic img{
    transform: scale(1.05);
    -moz-transform: scale(1.05);
    -webkit-transform: scale(1.05);
}
.inews_con li a:hover .inews_date{
    transform: rotateY(0deg);
}
.inews_txt{
    padding: 19px 23px;
    overflow: hidden;
    background-color: #fff;
}
.inews_txt1{
    font-size: 16px;
    color: #3c3c3c;
    line-height: 1;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    margin-bottom: 10px;
}
.inews_txt2{
    color: #a3a3a3;
    line-height: 25px;
    height: 50px;
    overflow: hidden;
}
.inews_con li a:hover .inews_txt1{
    color: #f2403e;
}
.inews_con li a:hover .inews_txt2 span{
    color: #f2403e;
}

/*分页*/
.pagination{
    text-align:center;
    color:#666;
    clear:both;
}
.pagination a{
    display:inline-block ;
    color: #808080;
    border:1px solid #e5e4e4;
    text-align: center;
    text-transform: capitalize;
    padding:0px 10px;
    line-height:28px;
    background-color:transparent;
    margin:0px 1px 10px 1px;
}
.pagination a:hover{
    color:#fff;
    background-color:#f2403d;
    border:1px solid #f2403d;
}
.pagination a.active {
    color: #fff;
    background-color: #f2403d;
    border: 1px solid #f2403d;
}


/*新闻资讯详情*/
.inewsshow{
    margin: 45px 0 52px 0;
    overflow: hidden;
}
.inewsshow .container1{
    width: 680px;
}
.inewsshow_con{
    margin-top: 55px;
}
.show_title{
    text-align: center;
    padding-bottom: 20px;
    border-bottom:1px dashed #ececec;
}
.show_title h3{
    font-size: 22px;
    text-align: center;
    color: #3c3c3c;
    line-height: 1;
    margin-bottom: 30px;
}
.show_title span{
    color:#818080;
    font-size: 12px;
    margin:0px 10px;
    padding-left:20px;
}
.browse{
    background:url(../images/browse.png) no-repeat left center;
}
.date{
    background:url(../images/date.png) no-repeat left center;
}
.show_content{
    line-height:25px;
    color:#6f6f6f;
    padding:25px 0px 35px 0;
    border-bottom:1px dashed #ececec;
}
.show_content img{
    display:block;
    margin-right: auto;
    margin-left: auto;
    max-width: 100%;
    height: auto;
}
.show_back{
    padding-top:20px;
}
.show_back ul{
    display: flex;
    justify-content: center;
}
.show_back ul li{
    margin: 0 7px;
}
.show_back ul li a{
    display: block;
    transition: .5s;
    text-align: center;
}
.show_back ul li:nth-child(1) a,.show_back ul li:nth-child(3) a{
    width: 54px;
    height: 30px;
    background-color: #d8d8da;
    padding-top: 3px;
}
.show_back ul li:nth-child(1) a:hover,.show_back ul li:nth-child(3) a:hover{
    background-color: #1f2831;
}


/*技术分享*/
.ishare{
    overflow: hidden;
    background: url(../images/designbg.jpg) repeat center;
    padding: 45px 0;
}
.ishare_con{

}
.ishare_cons{
    padding: 38px 0 20px 0;
}
.ishare_cons li{
    margin-bottom: 30px;
}
.ishare_cons li a{
    display: block;
    border: 1px solid #eee;
    background-color: #fff;
    overflow: hidden;
    padding: 28px 41px;
    transition: .5s;
    position: relative;
}
.ishare_cons li a:hover{
    box-shadow: 0 0 18px rgba(15,6,11,.1);
}
.ishare_date{
    float: left;
    width: 101px;
    height: 93px;
    color: #444;
    padding-left: 19px;
    background-color: #eee;
    transition: .5s;
    position: relative;
}
.ishare_date:before{
    content: '';
    display: block;
    width: 0;
    height: 1px;
    background-color: #eee;
    position: absolute;
    top: 14px;
    right: -20px;
    transition: .5s;
}
.ishare_date span{
    display: block;
    font-size: 12px;
    padding: 25px 0 5px 0;
}
.ishare_date p{
    font-size: 24px;
    line-height: 1;
}
.ishare_txt{
    float: left;
    margin-left: 43px;
    width: 53%;
    transition: .5s;
    padding-top: 6px;
}
.ishare_txt1{
    font-size: 16px;
    color: #3c3c3c;
    margin-bottom: 20px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.ishare_txt2{
    color: #a3a3a3;
    line-height: 25px;
    height: 50px;
    overflow: hidden;
}
.ishare_cons li a .pic{
    float: right;
    width: 186px;
    height: 127px;
}
.ishare_cons li a .pic:after{
    padding-bottom: 68.27%;
}
.ishare_cons li a:hover .ishare_date{
    background-color: #f33d3a;
    color: #fff;
}
.ishare_cons li a:hover .ishare_date:before{
    width: 43px;
}
.ishare_cons li a:hover .ishare_txt{
    margin-left: 63px;
}
.ishare_cons li a:hover .pic img{
    transform: scale(1.05);
    -moz-transform: scale(1.05);
    -webkit-transform: scale(1.05);
}


/*技术分享详情*/
.ishareshow{
    margin: 45px 0 52px 0;
    overflow: hidden;
}
.ishareshow .container1{
    width: 680px;
}
.ishareshow_con{
    margin-top: 55px;
}


/*合作客户*/
.icooperation1{
    margin: 47px 0 7% 0;
    overflow: hidden;
}
.icooperation1 .inner_title{
    text-align: left;
}
.icooperation1_con{
    margin-top: 45px;
}
.list {
    margin: 0;
    width: 100%;
    list-style-type: none;
    display: grid;
    grid-template-columns: repeat(13, 1fr 2fr) 1fr;
    grid-auto-rows: 1fr 1fr;
    grid-gap: 1rem 1rem;
    --counter: 1;
    padding-bottom: 10px;
}
.list-item {
    position: relative;
    grid-column: 1 / span 3;
    grid-row: calc(var(--counter) + var(--counter))/span 2;
    -webkit-filter: drop-shadow(0 0 7px rgba(15, 6, 11, 0.12));
    filter: drop-shadow(0 0 7px rgba(15, 6, 11, 0.12));
    height: 0;
    padding-bottom: 90%;
}
.list-item:nth-of-type(13n + 1) {
    grid-column: 1 / span 3;
}
.list-item:nth-of-type(13n + 2) {
    grid-column: 3 / span 3;
    grid-row: calc(var(--counter) + var(--counter) - 1)/span 2;
}
.list-item:nth-of-type(13n + 3) {
    grid-column: 5 / span 3;
}
.list-item:nth-of-type(13n + 4) {
    grid-column: 7 / span 3;
    grid-row: calc(var(--counter) + var(--counter) - 1)/span 2;
}
.list-item:nth-of-type(13n + 5) {
    grid-column: 9 / span 3;
}
.list-item:nth-of-type(13n + 6) {
    grid-column: 11 / span 3;
    grid-row: calc(var(--counter) + var(--counter) - 1)/span 2;
}
.list-item:nth-of-type(13n + 7) {
    grid-column: 13 / span 3;
}
.list-item:nth-of-type(13n + 8) {
    grid-column: 15 / span 3;
    grid-row: calc(var(--counter) + var(--counter) - 1)/span 2;
}
.list-item:nth-of-type(13n + 9) {
    grid-column: 17 / span 3;
}
.list-item:nth-of-type(13n + 10) {
    grid-column: 19 / span 3;
    grid-row: calc(var(--counter) + var(--counter) - 1)/span 2;
}
.list-item:nth-of-type(13n + 11) {
    grid-column: 21 / span 3;
}
.list-item:nth-of-type(13n + 12) {
    grid-column: 23 / span 3;
    grid-row: calc(var(--counter) + var(--counter) - 1)/span 2;
}
.list-item:nth-of-type(13n + 13) {
    grid-column: 25 / span 3;
}
.list-item:nth-of-type(n + 14) {
    --counter: 2;
}


/*.list-item:nth-of-type(n + 8) {
    --counter: 2;
}*/

.list-item:nth-of-type(n + 27) {
    --counter: 3;
}
.list-item:nth-of-type(n + 40) {
    --counter: 4;
}
.list-item:nth-of-type(n + 53) {
    --counter: 5;
}
.list-item:nth-of-type(n + 66) {
    --counter: 6;
}
.list-item:nth-of-type(n + 79) {
    --counter: 7;
}
.list-item:nth-of-type(n + 92) {
    --counter: 8;
}
.list-item:nth-of-type(n + 105) {
    --counter: 9;
}
.list-item:nth-of-type(n + 118) {
    --counter: 10;
}
.list-item:nth-of-type(n + 131) {
    --counter: 11;
}
.list-item:nth-of-type(n + 144) {
    --counter: 12;
}
.list-item:nth-of-type(n + 157) {
    --counter: 13;
}
.list-item:nth-of-type(n + 170) {
    --counter: 14;
}
.list-item:nth-of-type(n + 183) {
    --counter: 15;
}
.list-item:nth-of-type(n + 196) {
    --counter: 16;
}
.list-item:nth-of-type(n + 209) {
    --counter: 17;
}
.list-item:nth-of-type(n + 222) {
    --counter: 18;
}
.list-item:nth-of-type(n + 235) {
    --counter: 19;
}
.list-item:nth-of-type(n + 248) {
    --counter: 20;
}
.list-item:nth-of-type(n + 261) {
    --counter: 21;
}
.item-inside {
    position: absolute;
    height: 100%;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-family: sans-serif;
    font-size: 1.25rem;
    color: #111111;
    background-color: white;
    -webkit-clip-path: polygon(75% 0, 100% 50%, 75% 100%, 25% 100%, 0 50%, 25% 0);
    clip-path: polygon(75% 0, 100% 50%, 75% 100%, 25% 100%, 0 50%, 25% 0);
    padding: 20%;
}
.item-inside:hover .tp img{
    transform: scale(1.05);
    -moz-transform: scale(1.05);
    -webkit-transform: scale(1.05);
}

.icooperation2{
    margin-bottom: 55px;
    overflow: hidden;
}
.icooperation2 .inner_title{
    text-align: right;
}
.icooperation2_con{
    margin-top: 50px;
}
.icooperation2_con img{
    display: block;
    max-width: 100%;
    height: auto;
    margin: auto;
}

/*案例精选*/
.icase{
    margin: 60px 0 43px 0;
    overflow: hidden;
}
.icase_con{
    margin-top: 40px;
}
.icase_con_fl{
    float: left;
    width: 245px;
}
.icase_con_fl li{
    margin-bottom: 20px;
    overflow: hidden;
}
.icase_con_fl li a{
    display: block;
    color: #3c3c3c;
    line-height: 34px;
    padding-left: 17px;
    position: relative;
    transition: .5s;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.icase_con_fl li a:before{
    content: '';
    display: block;
    width: 1px;
    height: 34px;
    background-color: #f2403d;
    position: absolute;
    left: 0;
    top: 0;
    opacity: 0;
    transition: .5s;
}
.case_nav_img{
    position: relative;
    float: left;
    width: 22px;
    height: 34px;
    overflow: hidden;
}
.case_nav_img:after{
    padding-bottom: 154.54%;
}
.case_nav_img .c_before{
    left: 0;
    transition: all 0.5s ease-in-out 0s;
}
.case_nav_img .c_after{
    left: -200%;
    opacity: 0;
    transition: all 0.5s ease-in-out 0s;
}
.icase_con_fl li a:hover{
    color: #f2403d;
}
.icase_con_fl li a.current{
    color: #f2403d;
}
.icase_con_fl li a:hover:before{
    opacity: 1;
}
.icase_con_fl li a.current:before{
    opacity: 1;
}
.icase_con_fl li a:hover .case_nav_img .c_after{
    left: 0;
    opacity: 1;
}
.icase_con_fl li a:hover .case_nav_img .c_before{
    left: 200%;
}
.icase_con_fl li a.current .case_nav_img .c_after{
    left: 0;
    opacity: 1;
}
.icase_con_fl li a.current .case_nav_img .c_before{
    left: 200%;
}
.case_nav_txt{
    margin-left: 33px;
}


.icase_con_fr{
    margin-left: 290px;
}
.icase_con_frs{
    margin-bottom: 20px;
    overflow: hidden;
}
.icase_con_frs ul{
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
	justify-content: flex-start;
}
.icase_con_frs li{
    width: 33.3%;
 /*   padding: 0 15px; */
    margin-bottom: 30px;
    overflow: hidden;
	
}
.icase_con_fr .icase_con_frs ul li{
	  padding: 0 15px; 
}
.icase_con_frs li a{
    display: block;
}
.icase_con_frs li a .pic:after{
    padding-bottom: 56.34%;
}
.icase_txt{
    background-color: #f5f6fb;
    padding: 20px 25px;
    overflow: hidden;
}
.icase_txt1{
    /*font-family:'pangmenzhengdao';*/
    font-size: 18px;
    color: #3c3c3c;
    line-height: 1;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.icase_txt1:after{
    content: '';
    display: block;
    width: 19px;
    height: 1px;
    background-color: #f23d3a;
    margin: 10px 0;
}
.icase_txt2{
    font-size: 12px;
    color: #3c4057;
    line-height: 20px;
    height: 40px;
    overflow: hidden;
}
.icase_txt2 span{
    color: #979696;
}
.icase_con_frs li a:hover .pic img{
    transform: scale(1.05);
    -moz-transform: scale(1.05);
    -webkit-transform: scale(1.05);
}
.icase_con_frs li a:hover .icase_txt1{
    color: #f2403d;
}
.icase_con_frs li a:hover .icase_txt2 span{
    color: #f2403d;
}


/*案例详情弹出框*/
.casecover{
    position: fixed;
    width: 100%;
    height: 100%;
    background-color: rgba(27,29,41,.96);
    top: 0;
    left: 0;
    z-index: 9999;
    display: none;
}
.casecovers{
    position: absolute;
    width: 1032px;
    height: 767px;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    background-color: #1b1d29;
    border: 1px solid #454750;
    padding: 24px 26px;
    position: relative;
}
.casecover_close{
    position: absolute;
    right: -41px;
    top: -24px;
}
.casecover_close a{
    display: block;
    width: 34px;
    height: 34px;
}
.casecover_con{

}
.casecover_con_t{
    margin-bottom: 27px;

}
.casecover_con_t1{
    position: relative;
}
.casecover_con_t .gallery-top {
    width: 100%;
    height: auto;
}
.casecover_con_t .gallery-top .swiper-slide{
    display: initial;
}
.case-max a{
    display: block;
    position: relative;
    text-align: justify;
}
.case-max a .pic:after{
    padding-bottom: 56.34%;
}
.casecover_con_t2{
    position: relative;
    margin-top: -5%;
}
.casecover_con_t2 .gallery-thumbs {
    width: 100%;
    height: auto;
}
.casecover_con_t2 .swiper-container{
    width: 90%;
    margin: 0 auto;
}
.casecover_con_t .gallery-thumbs .swiper-slide{
    display: initial;
}
.case-min a{
    display: block;
    position: relative;
    text-align: justify;
}
.case-min a .pic:after{
    padding-bottom: 56.34%;
}
.case-min a img{
    border: 3px solid rgba(255,255,255,.3);
}
.case-min.swiper-slide-thumb-active a img{
    border: 3px solid #f23d3a;
}
.casecover_con_t1 .swiper-button-next5, .casecover_con_t1 .swiper-button-prev5{
    display: block;
    position: absolute;
    top: 50%;
    width: 44px;
    height: 44px;
    margin-top: -22px;
    z-index: 10;
    cursor: pointer;
    outline: none;
    text-align: center;
    border-radius: 180px;
    background: #434657 url("../images/cjt.png") no-repeat center;
}
.casecover_con_t1 .swiper-button-next5:hover ,.casecover_con_t1 .swiper-button-prev5:hover{
    background: #f23d3a url("../images/cjt_h.png") no-repeat center;
}
.casecover_con_t1 .swiper-button-prev5{
    right: auto;
    left: -11%;
}
.casecover_con_t1 .swiper-button-next5{
    left: auto;
    right: -11%;
    transform:rotateY(-180deg);
}
.casecover_con_t2 .swiper-button-next5, .casecover_con_t2 .swiper-button-prev5{
    display: block;
    position: absolute;
    top: inherit;
    bottom: 0;
    margin-top: 0;
    width: 29px;
    height: 29px;
    z-index: 10;
    cursor: pointer;
    outline: none;
    text-align: center;
    transition: .5s;
    background: url("../images/njt.png") no-repeat center;
    border: 1px solid #4f5158;
}
.casecover_con_t2 .swiper-button-next5:hover ,.casecover_con_t2 .swiper-button-prev5:hover{
    background: #f23d3a url("../images/njt.png") no-repeat center;
    border: 1px solid #f23d3a;
}
.casecover_con_t2 .swiper-button-prev5{
    right: auto;
    left: 0;
}
.casecover_con_t2 .swiper-button-next5{
    left: auto;
    right: 0;
    transform:rotateY(-180deg);
}


.casecover_con_b{
    overflow: hidden;
    color: #fff;
}
.casecover_con_b1{
    font-family:'pangmenzhengdao';
    font-size: 18px;
    margin-bottom: 15px;
    line-height: 1;
}
.casecover_con_b2{
    font-size: 12px;
    color: #84878c;
    line-height: 20px;
}

/*潮娱加*/
.cyjlogo{
    width: 235px;
    height: 235px;
    background-color: rgba(255,255,255,.5);
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    left: 50%;
    top: 0;
    transform: translate(-50%, 0);
    border-radius: 50%;
    margin-top: -18%;
}
.icyj1{
    margin: 70px 0 52px 0;
}
.icyj1 .container1{
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
}
.icyj1_fl{
    width: 50%;
}
.icyj1_fl .inner_title{
    text-align: justify;
}
.inner_title img{
    margin-bottom: 15px;
}
.icyj1_fl1{
    margin-top: 45px;
    font-size: 14px;
    font-weight: 400;
    color: #a3a3a3;
    line-height: 35px;
}
.icyj1_fr{
    width: 21%;
}
.icyj1_fr_img{
	margin-right: 0 !important;
}
.icyj2{
    background-color: #F2F2F2;
    padding: 80px 0 115px 0;
    overflow: hidden;
}
.icyj2 .inner_title{
    text-align: right;
}
.icyj2_con{
    margin-top: 25px;
}
.icyj2_con ul{
    display: flex;
    flex-wrap: wrap;
	justify-content: space-between;
}
.icyj2_con ul li{
    width: 16.1%;
/*    padding: 0 3px; */
    position: relative;
}
.icyj2_txt{
    position: absolute;
  /*  left: 50%;
    top: 0;
   transform: translate(-50%, 0);
    padding-top: 45px; */
	left: 0;
	top: 0;
	padding-top: 45px;
	width: 100%;
	display: flex;
	justify-content: center;
}
.icyj2_txt h3{
    font-size: 32px;
    color: #fff;
    writing-mode: vertical-rl;
    font-family: 'pangmenzhengdao';
}
.icyj3{
    margin: 80px 0;
    overflow: hidden;
}
.icyj3 .inner_title{
    text-align: justify;
}
.icyj3_con{
    margin: 40px 0;
    overflow: hidden;
}
.icyj3_con.icase_con_frs li{
/*    width: 25%; */
/* 	margin-bottom: 0px; */
	width: calc((100% - 90px) / 4);
	margin-right: 30px;
}
.icyj3_con.icase_con_frs li:nth-of-type(4n) {
    margin-right: 0;
}

/*加载视频*/
html.overHidden, html.overHidden body{
    overflow: hidden;
}
video#start_video {
    object-fit: cover;
    width: 100%;
    height: 100% !important;
}
.start {
    height: 100%;
    position:fixed;
    width: 100%;
    left: 0;
    top:0;
    z-index: 9999;
	background-image: url(../images/yindao_bande.png);
	background-repeat: no-repeat;
	background-position: center top;
	-webkit-background-size: 100% 100%;
	-moz-background-size: 100% 100%;
	background-size: 100% 100%;
}
.start_logo_bj{
	width: 214px;
	height: 213px;
	background-image: url(../images/yindao_bj.png);
	background-repeat: no-repeat;
	background-position: center top;
	-webkit-background-size: 100% 100%;
	-moz-background-size: 100% 100%;
	background-size: 100% 100%;
	position: relative;
	margin: 0 8%;
}
.tables {
    display: table;
    width: 100%;
    height: 100%;
}
.table_cell  {
    display: table-cell;
    vertical-align: middle;
}
.start.active{
    top:-120%;
    transition:all 0.7s;
    -moz-transition:all 0.7s;
    -ms-transition:all 0.7s;
    -o-transition:all 0.7s;
    -webkit-transition:all 0.7s;
}
.start_load {
    position: absolute;
    z-index: 5;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    text-align: center;
    background: #ededed;
}
.start video {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.start_jump {
    position: absolute;
    z-index: 999999;
    top: 0;
    right: 0;
    padding: 15px;
}
.start_jump a {
    display: inline-block;
    margin-left: 15px;
    font-size: 14px;
    color: #ccc;
}
.start_jump a i.fa {
    margin-right: 5px;
}
.start_jump a:hover {
    color:#f2403e;
    transition:all 0.3s;
    -moz-transition:all 0.3s;
    -ms-transition:all 0.3s;
    -o-transition:all 0.3s;
    -webkit-transition:all 0.3s;
}
.start_logo{
    position: absolute;
    z-index: 999999;
    left: 50%;
    top: 50%;
    width: 100%;
    transform: translate(-50%, -50%);
    display: flex;
    align-items: center;
    justify-content: center;
}
.start_logo a{
    display: block;
  
    transition: .5s;
}
.start_logo a.vlogo1{

   background: url("../images/vlogo1.png") no-repeat center;
    width: 185px;
    height: 148px;
	position: absolute;
	left: 7%;
	top: 15%;
/* 	left: 50%;
	top: 50%;
	width: 100%; */
	/* transform: translate(-50%, -50%); */
}
.start_logo a.vlogo2{
   background: url("../images/vlogo2.png") no-repeat center;
    width: 145px;
    height: 178px;
	position: absolute;
	left: 50%;
	top: 8%;
	margin-left: -72.5px;
	/* left: 50%;
	top: 50%;
	width: 100%;
	transform: translate(-50%, -50%); */
}

.start_logo .start_logo_bj:hover a.vlogo1{
    background: url("../images/vlogo1_h.png") no-repeat center;
	transform: scale(1.05);
	-ms-transform: scale(1.05);
	-moz-transform: scale(1.05);
	-webkit-transform: scale(1.05);
	-o-transform: scale(1.05);
}
.start_logo .start_logo_bj:hover a.vlogo2{
    background: url("../images/vlogo2_h.png") no-repeat center;
	transform: scale(1.05);
	-ms-transform: scale(1.05);
	-moz-transform: scale(1.05);
	-webkit-transform: scale(1.05);
	-o-transform: scale(1.05);
}



@media (min-width:1701px) and (max-width:1850px){
    .home-case .index_title1{
        top: 60px;
    }
    .case_con .gallery-thumbs{
        bottom: 70px;
    }
}

@media (min-width:1601px) and (max-width:1700px){
    .home-case .index_title1{
        top: 50px;
    }
    .case_con .gallery-thumbs{
        bottom: 65px;
    }
    .case_info3:before{
        height: 130px;
    }
}


@media (min-width:1501px) and (max-width:1600px){
    .home-case .index_title1{
        top: 50px;
    }
    .case_con .gallery-thumbs{
        bottom: 55px;
    }
    .case_info3:before{
        height: 110px;
    }
}

@media (min-width:1421px) and (max-width:1500px){
    .home-case .index_title1{
        top: 40px;
    }
    .case_con .gallery-thumbs{
        bottom: 55px;
    }
    .case_info3:before{
        height: 90px;
    }
}

@media (min-width:1280px) and (max-width:1420px){
    .container1{
        width: 92%;
    }
    .menupc li:first-child a {
        padding: 0px 16px;
    }
    .menupc li a{
        padding: 0px 18px 0 10px;
    }
    .menupc li:last-child a {
        padding: 0px 10px;
    }
    .menupc li a i{
        right: 10px;
    }
    .prostyles_fl dl dd{
        width: 29%;
        margin-right: 4.3%;
    }
    .home-contact{
        padding: 80px 0;
    }
    .contact_fl{
        width: 35%;
    }
    .contact_fc{
        width: 21%;
        margin: 0 5%;
    }
    .contact_fr{
        width: 34%;
    }
    .contact_fr_t{
        padding: 25px 37px;
    }
    .home-case .index_title1{
        top: 25px;
    }
    .case_con .gallery-thumbs{
        bottom: 40px;
    }
    .case_txt h3{
        font-size: 26px;
    }
    .case_info1{
        font-size: 22px;
    }
    .case_info3:before{
        height: 50px;
    }
    .icontact1{
        margin-top: -12%;
    }
    .icontact2_b_fl{
        width: 53%;
    }
    .icontact2_b_fl_con li h3{
        width: 22%;
    }
    .icontact2_b_fr{
        padding-left: 6%;
    }

    .iabout1_con_fl{
        line-height: 32px;
    }
    .igroup_img{
        width: 199px;
        height: 199px;
    }
    .groups a .igroup_img .pic{
        width: 171px;
        height: 171px;
    }

    .logo2{
        margin: 13px 0 0 13px;
    }
    .menupc li a{
        font-size: 17px;
    }
    .menupc li:last-child a img{
        height: 30px;
        margin-top: 11px !important;
    }
    .cyjlogo{
        width: 200px;
        height: 200px;
    }
}

@media (min-width:1201px) and (max-width:1279px){
    .container1{
        width: 96%;
    }
    .menupc li{
        margin: 0;
    }
    .menupc li:first-child a {
        padding: 0px 16px;
    }
    .menupc li a{
        padding: 0px 18px 0 10px;
    }
    .menupc li:last-child a {
        padding: 0px 10px;
    }
    .menupc li a i{
        right: 10px;
    }
    .prostyles_fl dl dd{
        width: 29%;
        margin-right: 4.3%;
    }
    .home-contact{
        padding: 80px 0;
    }
    .contact_fl{
        width: 35%;
    }
    .contact_fc{
        width: 22%;
        margin: 0 5%;
    }
    .contact_fr{
        width: 33%;
    }
    .contact_fr_t{
        padding: 25px 37px;
    }
    .home-case .index_title1{
        top: 25px;
    }
    .case_con .gallery-thumbs{
        bottom: 30px;
    }
    .case_txt h3{
        font-size: 26px;
    }
    .case_info1{
        font-size: 22px;
    }
    .case_info3:before{
        height: 50px;
    }

    .icontact1{
        margin-top: -12%;
    }
    .icontact2_t_fr{
        padding-top: 0;
    }
    .icontact2_b_fl{
        width: 53%;
    }
    .icontact2_b_fl_con li h3{
        width: 22%;
    }
    .icontact2_b_fr{
        padding-left: 6%;
    }

    .iabout1_con_fl{
        line-height: 30px;
    }
    .igroup_img{
        width: 199px;
        height: 199px;
    }
    .groups a .igroup_img .pic{
        width: 171px;
        height: 171px;
    }

    .logo2{
        margin: 13px 0 0 13px;
    }
    .menupc li a{
        font-size: 16px;
    }
    .menupc li:last-child a img{
        height: 30px;
        margin-top: 11px !important;
    }
    .cyjlogo{
        width: 200px;
        height: 200px;
    }
    .icyj1_fl{
        width: 55%;
    }
    .icyj2_txt h3{
        font-size: 36px;
    }
}

@media(max-width:1200px) {
    .container1{
        width:100%;
        margin:0 auto;
        padding-left:15px;
        padding-right:15px;
    }
    .container2{
        width:100%;
        margin:0 auto;
        padding-left:15px;
        padding-right:15px;
    }
    .show_content img{
        display:block;
        max-width:100%;
        height:auto;
        margin-left:auto;
        margin-right:auto;
    }
    .home-contact{
        padding: 50px 0;
    }
    .contact_fl{
        width: 31%;
    }
    .contact_fc{
        width: 24%;
        margin: 0 5%;
    }
    .contact_fr{
        width: 35%;
    }
    .contact_fr_t{
        padding: 25px;
    }
    .contact_fl_b{
        margin-top: 15px;
    }
    .home-cooperation{
        padding: 24px;
    }
    .index_title{
        font-size: 30px;
    }
    .news_txt{
        padding: 15px 20px;
    }
    .news_con .swiper-button-next{
        right: 15px;
    }
    .news_con .swiper-button-prev{
        right: 59px;
    }
    .share_con .swiper-button-next1{
        right: 15px;
    }
    .share_con .swiper-button-prev1{
        right: 59px;
    }
    .home-about{
        padding: 50px 0;
    }
    .index_title1_fl1{
        font-size: 48px;
    }
    .index_title1_fl2 p{
        font-size: 30px;
    }
    .index_title1_fl2 span{
        font-size: 35px;
    }
    .home-design{
        padding: 50px 0;
    }
    .design_con{
        margin-top: 40px;
    }
    .design_con_fl{
        position: inherit;
        left: inherit;
        width: auto;
        height: auto;
        z-index: 0;
    }
    .design_con_fr{
        margin-left: 0;
        height: auto;
        clear: both;
    }
    .design_con_fl li{
        float: left;
        width: 25%;
        padding-left: 25px;
    }
    .design_con_fl li.on{
        background-color: #f2403d;
        height: 70px;
        width: 25%;
        padding-left: 25px;
    }
    .design_con_fl li.on:after{
        right: inherit;
        top: inherit;
        bottom: -24px;
        border-top: 14px solid #f2403d;
        border-left: 12px solid transparent;
        border-right: 12px solid transparent;
        left: 50%;
        transform: translate(-50%, 0);
        -webkit-transform: translate(-50%, 0);
        -moz-transform: translate(-50%, 0);
        -ms-transform: translate(-50%, 0);
    }
    .design_con_fl li.on .design_fl_img{
        width: 54px;
        height: 54px;
        border-radius: 180px;
        border: 5px solid #ff6461;
    }
    .design_con_fl li.on .design_fl_img .tp{
        width: 44px;
        height: 44px;
    }
    .design_con_fl li.on .design_fl_txt{
        margin-left: 16px;
    }
    .design_con_fl li.on .design_fl_txt1{
        border-bottom: none;
        padding-bottom: 0;
    }
    .design_con_fl li.on .design_fl_txt1 p{
        font-size: 20px;
        background: url(../images/li_h.jpg) no-repeat right center;
        padding-right: 15px;
        margin-right: 15px;
    }
    .design_con_fl li.on .design_fl_txt1 p:after{
        display: none;
    }
    .design_con_fl li.on .design_fl_txt1 span{
        font-size: 18px;
    }
    .design_con_fl li.on .design_fl_txt2{
        display: none;
    }
    .home-case .index_title1{
        position: inherit;
        left: inherit;
        top: inherit;
        margin: 50px 0 30px 0;
    }
    .home-case .index_title1_fl1{
        color: rgba(31,40,49,.2);
    }
    .home-case .index_title1_fl2 p{
        color: #1f2831;
    }
    .home-case .index_title1_fl2 span{
        color: rgba(31,40,49,.2);
    }
    .case_con .gallery-thumbs{
        bottom: 50px;
    }
    .case_info{
        padding: 14% 8%;
    }
    .case_info3:before{
        height: 50px;
        margin: 15px auto 20px auto;
    }
    .case_txt h3{
        font-size: 24px;
    }
    .case_info1{
        font-size: 20px;
    }

    .side{
        display: none !important;
    }
    .icontact1{
        margin: 40px 0;
    }
    .inner_title p{
        font-size: 40px;
    }
    .inner_title h3{
        font-size: 30px;
    }
    .icontact1 .inner_title p{
        color: rgba(31,40,49,.1);
    }
    .icontact1 .inner_title h3{
        color: #1f2831;
    }
    .icontact1_fl{
        padding: 3.5% 5%;
    }
    .icontact1_fr{
        padding: 3.5% 5%;
    }
    .icontact2_t .tp{
        padding-top: 5%;
    }
    .icontact2_t_fr{
        padding-top: 0;
    }
    .icontact2_b_fl{
        width: 55%;
    }
    .icontact2_b_fr{
        padding-left: 4%;
    }
    .idesign{
        padding: 45px 0;
    }
    .idesign_title{
        margin: 40px 0;
    }
    .idesign_title li{
        margin-right: 35px;
    }
    .idesign_con_fr{
        line-height: 25px;
    }

    .iabout1 .inner_title{
        padding: 7px 0 7px 90px;
    }
    .iabout1{
        margin: 50px 0;
    }
    .iabout1_con_fl{
        line-height: 30px;
    }
    .iabout2{
        padding: 50px 0;
    }
    .iabout3{
        margin: 50px 0;
    }
    .iabout3_con{
        margin-top: 45px;
    }

    .inews_cons{
        padding: 35px 0 15px 0;
    }
    .inews_con li{
        padding: 0 15px;
    }
    .inews_txt{
        padding: 18px 15px;
    }

    .inewsshow_con{
        margin-top: 35px;
    }

    .ishareshow_con{
        margin-top: 35px;
    }

    .icase{
        margin: 50px 0 43px 0;
    }
    .icase_con_fr{
        margin-left: 270px;
    }

    .casecovers{
        width: 90%;
        height: auto;
        padding: 15px;
    }
    .casecover_con_t1 .swiper-button-prev5{
        right: auto;
        left: 0;
    }
    .casecover_con_t1 .swiper-button-next5{
        left: auto;
        right: 0;
        transform:rotateY(-180deg);
    }
    .casecover_con_t2 .swiper-container{
        width: 85%;
    }
    .casecover_con_t2{
        margin-top: -6%;
    }

    .inewsshow .container1{
        width: 100%;
        padding: 0 15px;
        margin: 0 auto;
    }
    .ishareshow .container1{
        width: 100%;
        padding: 0 15px;
        margin: 0 auto;
    }
    .cyjlogo{
        width: 150px;
        height: 150px;
        padding: 25px;
    }
    .icyj1{
        margin: 50px 0 45px 0;
    }
    .icyj1_fl{
        width: 65%;
    }
    .icyj1_fl1{
        margin-top: 35px;
    }
    .icyj1_fr{
        width: 25%;
    }
    .icyj2{
        padding: 40px 0 50px 0;
    }
    .icyj2_txt h3{
        font-size: 30px;
    }
    .icyj3_con{
        margin: 35px 0 20px 0;
    }
}

@media(max-width:768px) {
    .contact_fl_t h3{
        font-size: 20px;
        line-height: 1.3;
        margin-bottom: 10px;
    }
    .contact_fr_b input{
        background: #fff url(../images/fly.png) no-repeat 37% center;
    }
    .index_title{
        font-size: 26px;
    }
    .shares a{
        padding: 16px;
    }
    .shares_date{
        width: 80px;
        height: 80px;
        padding: 18px 0 0 14px;
    }
    .shares_date p{
        font-size: 20px;
    }
    .shares_txt{
        height: 80px;
        margin-left: 100px;
        padding: 5px 65px 0 0;
    }
    .shares_txt1{
        margin-bottom: 10px;
        font-size: 18px;
    }
    .design_con_fl li{
        width: 50%;
    }
    .design_con_fl li.on{
        width: 50%;
    }
    .case_con{
        margin-bottom: 50px;
    }
    .case_con .gallery-top{
        display: none;
    }
    .case_con .gallery-thumbs{
        position: inherit !important;
        bottom: inherit;
    }
    .case_info{
        padding: 21% 8%;
    }
    .case_txt h3{
        color: #3c3c3c;
    }
    .case_txt p{
        color: rgba(31,40,49,.2);
    }

    .footer1_b p{
        margin: 0 12px;
    }
    .icontact1_fl_t h3:after{
        margin: 15px 0 10px 0;
    }
    .icontact1_fr1:after{
        margin: 15px 0 10px 0;
    }
    .icontact1_fr2 li{
        width: 50%;
    }
    .icontact1_fr3{
        margin-top: 20px;
    }
    .icontact2_t{
        margin-bottom: 40px;
    }
    .icontact2_b_fl{
        float: none;
        width: 100%;
        overflow: hidden;
        margin-bottom: 40px;
    }
    .icontact2_b_fr{
        float: none;
        width: 100%;
        padding-left: 0;
        border-left: none;
    }
    .icontact2_b_title{
        margin-bottom: 20px;
    }
    .icontact2_b_fl_con li{
        margin-bottom: 20px;
    }

    .idesign_con .pic{
        float: none;
        width: 100%;
    }
    .idesign_con_fr{
        float: none;
        width: 100%;
        padding: 25px 15px;
    }
    .idesign_con .pic:before{
        bottom: 0;
        right: inherit;
        top: inherit;
        left: 50%;
        transform: translate(-50%, 0);
        -webkit-transform: translate(-50%, 0);
        -moz-transform: translate(-50%, 0);
        -ms-transform: translate(-50%, 0);
        border-bottom: 11px solid #fff;
        border-left: 10px solid transparent;
        border-right: 10px solid transparent;
    }
    .idesign_title li{
        margin-right: 20px;
    }

    .iabout1_con_fl{
        float: none;
        width: 100%;
        overflow: hidden;
        margin-bottom: 20px;
    }
    .iabout1_con .tp{
        float: none;
        width: 100%;
    }
    .iabout1_con{
        margin-top: 35px;
    }
    .iabout3_con{
        margin-top: 35px;
    }

    .inews_con li{
        padding: 0 10px;
        margin-bottom: 25px;
    }
    .inews_txt{
        padding: 15px 10px;
    }

    .show_title h3{
        font-size: 20px;
        margin-bottom: 15px;
    }

    .ishare_cons li{
        margin-bottom: 25px;
    }
    .ishare_cons li a{
        padding: 20px 15px;
    }
    .ishare_txt{
        margin: 0 23px;
        width: 50%;
    }
    .ishare_cons li a:hover .ishare_txt{
        margin-left: 43px;
    }

    .icase_con_fl li{
        margin-bottom: 10px;
    }
    .icase_con_fr{
        margin-left: 250px;
    }
    .icase_con_frs li{
        width: 50%;
        /* padding: 0 10px; */
        margin-bottom: 20px;
		
    }
	.icyj3_con.icase_con_frs li {
		width: calc((100% - 60px) / 4);
		margin-right: 20px;
	}
    .casecovers{
        width: 80%;
    }
    .case-min{
        width: 90%;
        padding: 0 5px;
    }
    .case-min .getIndex .item{
        margin: 0 7px;
    }

    .cyjlogo{
        width: 120px;
        height: 120px;
    }
    .icyj1_fl1{
        font-size: 18px;
        line-height: 32px;
    }
    .icyj2_txt{
        padding-top: 25px;
    }
    .icyj2_txt h3{
        font-size: 20px;
    }
}

@media(max-width:600px) {
    .indexfooter{
        font-size: 14px;
        line-height: 25px;
    }
    .indexfooter a{
        font-size: 14px;
    }
    .indexfooter_fl{
        float: none;
        width: 100%;
    }
    .indexfooter_fr{
        float: none;
        width: 100%;
        text-align: center;
    }
    .home-contact{
        padding: 30px 0;
    }
    .contact_fl{
        float: none;
        width: 100%;
        padding-top: 0;
        padding-bottom: 20px;
    }
    .contact_fc{
        float: none;
        width: 100%;
        margin: 0;
    }
    .contact_fr{
        float: none;
        width: 100%;
        padding-top: 20px;
    }
    .contact_fc .tp img{
        max-width: 50%;
    }
    .home-cooperation{
        padding: 20px 15px;
    }
    .home-news{
        padding: 30px 0;
    }
    .index_title{
        justify-content: center;
        padding-bottom: 50px;
        font-size: 20px;
    }
    .news_con .swiper-button-next, .news_con .swiper-button-prev{
        top: 50px;
    }
    .news_con .swiper-button-prev{
        left: 40%;
        right: auto;
    }
    .news_con .swiper-button-next{
        right: 40%;
    }
    .news_txt1{
        font-size: 18px;
    }
    .news_txt2{
        margin: 10px 0 15px 0;
    }
    .home-share{
        padding: 30px 0;
    }
    .share_con .swiper-button-next1, .share_con .swiper-button-prev1{
        top: 50px;
    }
    .share_con .swiper-button-prev1{
        left: 40%;
        right: auto;
    }
    .share_con .swiper-button-next1{
        right: 40%;
    }
    .index_more{
        padding-top: 25px;
    }
    .home-about{
        padding: 30px 0;
    }
    .index_title1_fl{
        float: none;
        overflow: hidden;
        text-align: center;
    }
    .index_title1_fl1{
        font-size: 36px;
    }
    .index_title1_fl2{
        justify-content: center;
    }
    .index_title1_fl2 p{
        font-size: 24px;
    }
    .index_title1_fl2 span{
        font-size: 28px;
    }
    .index_title1 .index_more{
        float: none;
        padding-top: 20px;
    }
    .about_con{
        margin-top: 20px;
    }
    .about_con_info{
        font-size: 16px;
    }
    .home-design{
        padding: 30px 0;
    }
    .design_con{
        margin-top: 20px;
    }
    .design_con_fl li{
        width: 100%;
    }
    .design_con_fl li.on{
        width: 100%;
    }
    .design_info_b{
        padding: 20px 15px;
        height: auto;
    }
    .home-case .index_title1{
        margin: 30px 0 20px 0;
    }
    .case_con{
        margin-bottom: 30px;
    }
    .case_txt h3{
        font-size: 20px;
    }
    .case_info1{
        font-size: 18px;
    }
    .case_info2{
        font-size: 14px;
        height: 100px;
    }
    .case_info3{
        margin-top: 20px;
    }
    .case_info3:before{
        display: none;
    }
    .inner-banner{
        padding-top: 53px;
    }
    .footer1{
        padding: 30px 0;
    }
    .footer1_t{
        margin-bottom: 10px;
    }
    .footer1_b{
        display: inherit;
    }
    .footer1_b p{
        line-height: 25px;
    }
    .footer2{
        padding: 12px 0;
    }
    .footer2 p{
        line-height: 20px;
    }
    .icontact1{
        margin: 30px 0;
    }
    .inner_title p{
        font-size: 24px;
    }
    .inner_title h3{
        font-size: 22px;
    }
    .icontact1_con{
        display: inherit;
        height: auto;
    }
    .icontact1_fl{
        width: 100%;
        padding: 20px 15px;
        overflow: hidden;
    }
    .icontact1_fr{
        width: 100%;
        padding: 20px 15px;
    }
    .icontact1_fl_t{
        margin-bottom: 20px;
    }
    .icontact1_fl_t h3{
        font-size: 18px;
    }
    .icontact1_fr1{
        font-size: 18px;
    }
    .icontact1_fr2 li{
        width: 33.3%;
        margin-bottom: 0;
    }
    .icontact2{
        padding: 20px 15px;
        margin-bottom: 30px;
    }
    .icontact2_t{
        margin-bottom: 20px;
    }
    .icontact2_t_fr{
        float: none;
        width: 100%;
    }
    .icontact2_t .tp{
        float: none;
        width: 100%;
        padding-top: 20px;
    }
    .icontact2_t_fr .inner_title{
        text-align: left;
    }
    .icontact2_t_fr_con{
        margin-top: 20px;
        line-height: 25px;
    }
    .icontact2_b_fl{
        margin-bottom: 20px;
    }
    .icontact2_b_fl_con li{
        margin-bottom: 15px;
    }
    .icontact2_b_fl_con li{
        display: inherit;
    }
    .icontact2_b_fl_con li h3{
        width: 100%;
        margin-bottom: 10px;
    }
    .icontact2_b_fl_con li p{
        width: 100%;
    }
    .icontact2_b_fr_con li{
        margin-bottom: 0;
    }

    .idesign{
        padding: 30px 0;
    }
    .idesign_title{
        margin: 20px 0;
        height: auto;
        overflow: hidden;
        padding-bottom: 10px;
    }
    .idesign_title li{
        width: 50%;
        margin-right: 0;
        margin-bottom: 10px;
        text-align: center;
    }
    .idesign_title li a{
        display: inline-block;
    }
    .idesign_con_fr{
        padding: 20px 15px;
    }

    .iabout1{
        margin: 30px 0;
    }
    .iabout1 .inner_title{
        padding: 20px 0 16px 90px;
    }
    .iabout1_con{
        margin-top: 20px;
    }
    .iabout2{
        padding: 30px 0;
    }
    .iabout2 .index_title1_fl2{
        justify-content: center;
    }
    .iabout2_con{
        margin-top: 20px;
    }
    .iabout2_con .swiper-container{
        width: 84%;
    }
    .igroup_img{
        width: 219px;
        height: 219px;
        padding: 8px;
    }
    .groups a .igroup_img .pic{
        width: 201px;
        height: 201px;
    }
    .igroup_txt3{
        height: 80px;
    }
    .iabout3{
        margin: 30px 0;
    }
    .iabout3_con{
        margin-top: 20px;
    }
    .iabout3_con .swiper-container{
        width: 80%;
    }
    .ihonor_txt{
        line-height: 22px;
    }
    .inews{
        padding: 30px 0 20px 0;
    }
    .inews_cons{
        padding: 20px 0 10px 0;
    }
    .inews_con li{
        width: 50%;
        padding: 0 5px;
        margin-bottom: 15px;
    }
    .inews_con li a:hover{
        box-shadow: 0 0 10px rgba(15,6,11,.1);
    }

    .inewsshow{
        margin: 30px 0;
    }
    .inewsshow_con{
        margin-top: 20px;
    }
    .show_title h3{
        font-size: 18px;
        line-height: 1.5;
    }
    .show_content{
        padding: 20px 0;
    }

    .ishare{
        padding: 30px 0;
    }
    .ishare_cons{
        padding: 20px 0 15px 0;
    }
    .ishare_cons li{
        margin-bottom: 15px;
    }
    .ishare_date{
        width: 80px;
        height: 74px;
        padding-left: 15px;
    }
    .ishare_date span{
        padding: 15px 0 5px 0;
    }
    .ishare_date p{
        font-size: 20px;
    }
    .ishare_txt{
        padding-top: 0;
        width: 62%;
        margin: 0 0 15px 23px;
    }
    .ishare_txt1{
        margin-bottom: 5px;
    }
    .ishare_cons li a .pic{
        float: none;
        width: 100%;
        height: auto;
    }
    .ishare_cons li a:hover .ishare_txt{
        margin-left: 33px;
    }

    .ishareshow{
        margin: 30px 0;
    }
    .ishareshow_con{
        margin-top: 20px;
    }

    .icooperation1{
        margin: 30px 0;
    }
    .icooperation1 .inner_title{
        text-align: center;
    }
    .icooperation1_con{
        margin-top: 20px;
    }
    .icooperation2{
        margin-bottom: 30px;
    }
    .icooperation2 .inner_title{
        text-align: center;
    }
    .icooperation2_con{
        margin-top: 20px;
    }

    .icase{
        margin: 30px 0 20px 0;
    }
    .icase_con{
        margin-top: 20px;
    }
    .icase_con_fl{
        float: none;
        width: 100%;
        margin-bottom: 20px;
    }
    .icase_con_fr{
        margin-left: 0;
    }
    .icase_con_frs{
        margin-bottom: 10px;
    }
    .icase_con_frs li{
      /*  padding: 0 5px; */
        margin-bottom: 15px;
		
    }
    .icase_txt{
        padding: 15px;
    }
    .casecovers{
        width: 90%;
        padding: 5px;
    }
    .casecover_con_t{
        margin-bottom: 20px;
    }
    .casecover_con_t1 .swiper-button-next5, .casecover_con_t1 .swiper-button-prev5{
        width: 34px;
        height: 34px;
        margin-top: -17px;
    }
    .casecover_con_t2 .swiper-container{
        width: 80%;
    }
    .casecover_close{
        right: -15px;
        top: -38px;
    }
    .casecover_con_b{
        padding: 0 15px 15px 15px;
    }

    .list{
        grid-gap: 0.5rem 0.5rem;
    }

    .cyjlogo {
        width: 60px;
        height: 60px;
        padding: 10px;
        margin-top: -21%;
    }
    .icyj1{
        margin: 30px 0;
    }
    .icyj1_fl{
        width: 100%;
    }
    .icyj1_fr{
        width: 100%;
        margin-top: 20px;
    }
    .icyj1_fl1{
        margin-top: 20px;
        font-size: 16px;
        line-height: 30px;
    }
    .icyj1_fr img{
        max-width: 50%;
    }
	.icyj1_fr_img{
		margin: auto !important;
	}
    .icyj2{
        padding: 30px 0;
    }
    .icyj2_con ul li{
        width: 32.5%;
        margin-bottom: 6px;
    }
    .icyj3{
        margin: 30px 0 20px 0;
    }
    .icyj3_con{
        margin: 25px 0 10px 0;
    }
    .icyj3_con.icase_con_frs li{
    /*    width: 50%; */
		margin-right: 0;
		width: calc((100% - 30px) / 2);
		margin-right: 15px;
    }
}


@media(max-width:414px) {
    .logo2{
        margin: 13px 0 0 20px;
    }
}

@media(max-width:375px) {

}

@media(max-width:320px) {
    .logo2{
        margin: 13px 0 0 13px;
    }
    .index_title{
        font-size: 18px;
    }
    .index_title span{
        padding-left: 5px;
    }
    .news_con .swiper-button-prev{
        left: 38%;
    }
    .news_con .swiper-button-next{
        right: 38%;
    }
    .share_con .swiper-button-prev1{
        left: 38%;
    }
    .share_con .swiper-button-next1{
        right: 38%;
    }
    .icontact1_fl_t h3{
        font-size: 16px;
    }
    .icontact1_fl_t p{
        font-size: 14px;
        line-height: 25px;
    }
    .icontact1_fr3 p{
        line-height: 25px;
    }
    .igroup_img{
        width: 179px;
        height: 179px;
    }
    .groups a .igroup_img .pic{
        width: 151px;
        height: 151px;
    }
    .ishare_txt{
        width: 55%;
    }
}














