@font-face {
        font-family:'Poppins';
        src: url('Poppins-SemiBold.ttf') format('truetype');
        font-weight: normal;
        font-style: normal;
}

html{width: 100%;min-width:1200px;-ms-text-size-adjust: 100%;-webkit-text-size-adjust: 100%;}
body,h1,h2,h3,h4,h5,h6,hr,p,blockquote,dl,dt,dd,ul,ol,li,pre,form,fieldset,legend,button,input,textarea,th,td{padding:0;margin:0}
body,button,input,select,textarea{font:14px/1.5 Poppins,arial,Microsoft Yahei,sans-serif;}
body{width: 100%;background:#fff;-webkit-font-smoothing: antialiased;color:#000;overflow-x:hidden;}
body *{box-sizing:border-box;-webkit-transition: all 1s;-moz-transition: all 1s;transition: all 1s}
h1,h2,h3,h4,h5,h6,button,input,select,textarea{font-size:100%}
address,cite,dfn,em,var{font-style:normal}
code,kbd,pre,samp{font-family:courier new, courier, monospace}
small{font-size:12px}
ul,ol{list-style:none}
hr{border: none;height: 1px}
a{color:inherit;text-decoration:none;outline:none;background-color: transparent}
a:hover,a:active{outline: none;text-decoration: none}
img{border:none}
b,strong{font-weight: bold}
table{border-collapse:collapse}
td,th{border: 1px solid #000}
input,input:focus{border: none;outline: none}
input[type="submit"]{cursor: pointer}
*{-webkit-box-sizing: border-box;-moz-box-sizing: border-box;box-sizing: border-box}
.trans05{-webkit-transition: all .5s;-moz-transition: all .5s;transition: all .5s}
.trans1{-webkit-transition: all 1s;-moz-transition: all 1s;transition: all 1s}
.trans15{-webkit-transition: all 1.5s;-moz-transition: all 1.5s;transition: all 1.5s}
.trans2{-webkit-transition: all 2s;-moz-transition: all 2s;transition: all 2s}
.b{display: block;width: 100%;height: 100%}
.nclk{pointer-events: none}
.cl{clear: both}
.cl:after{content: "";clear: both;display: table}
.fl{float: left}
.fr{float: right}
.ws{overflow: hidden;white-space: nowrap;text-overflow: ellipsis}
.p{padding: 0;margin:0 auto; width: 1200px;}
/*calc(50% - 550px)*/
.fs12{font-size:12px;}
.fs14{font-size:14px;}
.fs16{font-size:16px;}
.fs18{font-size:18px;}
.fs20{font-size:18px;}
.fs22{font-size:22px;}
.fs24{font-size:24px;}
.fs26{font-size:26px;}
.fs28{font-size:28px;}
.fs30{font-size:30px;}
.fs32{font-size:32px;}
.fs34{font-size:34px;}
.fs36{font-size:36px;}
.fs38{font-size:38px;}
.fs40{font-size:40px;}
.fs50{font-size:50px;}
.fs60{font-size:60px;}
.fs80{font-size:80px;}
.fs140{font-size:140px;}
.fs160{font-size:160px;}
.color1{color:#898989;}
.color89{color:#898989;}
.hide{display:none;}
.unvis{visibility:hidden; }

.fl_row_start{display:flex;flex-direction:row;justify-content: flex-start; align-items:center;flex-wrap: wrap}
.fl_row_center{display:flex;flex-direction:row;justify-content: center; align-items:center; flex-wrap: wrap;}
.fl_row_spaceb{display:flex;flex-direction:row;justify-content: space-between; align-items:center; flex-wrap: wrap;}
.fl_col_center{display:flex;flex-direction:column;justify-content: center; align-items:center;}

/*动画*/
.ani-b-s{opacity: 0;-webkit-transform: translate(0, 50px);-moz-transform: translate(0, 50px);transform: translate(0, 50px)}
.ani-b-t{opacity: 0;-webkit-transform: translate(0, -50px);-moz-transform: translate(0, -50px);transform: translate(0, -50px)}
.ani-l{opacity: 0;-webkit-transform: translate(-200px, 0);-moz-transform: translate(-200px, 0);transform: translate(-200px, 0)}
.ani-r{opacity: 0;-webkit-transform: translate(200px, 0);-moz-transform: translate(200px, 0);transform: translate(200px, 0)}
.ani-b{opacity: 0;-webkit-transform: translate(0, 200px);-moz-transform: translate(0, 200px);transform: translate(0, 200px)}
.ani-o{opacity: 0;-webkit-transform: scale(0, 0);-moz-transform: scale(0, 0);transform: scale(0, 0)}

.content{min-height:700px;padding-top: 40px; }
/*首页-----------------------------------------------------------*/
body{padding-top:70px;}
.header{
    height: 70px;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 999999;
    background:#fff;
}
.header-r{width: 900px;}
.lang{
    position: absolute;
    left: 30%;
    width: 200px;
    margin-left: 20%;
    z-index:999;
    color:#D6000F;
}
.lang a:hover{text-decoration: underline;}
.nav{
    
    overflow: hidden;
    padding-top: 14px;
}
.nav a{color: #898989;}
.logo{
    width: 260px;
    height: 80px;
    padding-top: 10px;
    font-weight: bold;
    padding-left: 10px;
}
.logo img{height: 33px;width: auto;vertical-align: middle;margin-right: 10px;margin-bottom: 4px;}
.logo .b{
    height: auto;
}
.nav-list{
    padding-top: 20px;
    margin-right: 50px;

}
.nav-list li{
    float: left;
    text-align: center;
    line-height: 40px;
}
.nav-list li a{
    background: white;
    border-radius: 20px;
    color: #898989;
}
.nav-list li + li{
    margin-left: 30px;
}
.wal a:hover,.nav-list li a:hover,
.nav-list li.active a{
    color: #000;
}
.wal {padding:0 2px;border:1px solid #898989;border-radius: 10px;
margin-top: 20px;}
.wal a{color: #898989;}
/*banner*/
.banner{
    width: 100%;
    height: 750px;
    position: relative;
    overflow: hidden;
}

.fixedlog{
    position: fixed;bottom: 70px;left: 50%;margin-left:-600px;font-weight: bold;
    z-index: 1;
}

.fixedlog2{
    position: fixed;bottom: 70px;left: 5%;font-weight: bold;
    z-index: 1;
}


.rotate90{
    transform: rotate(90deg);
    transform-origin:0 0;

    -ms-transform: rotate(90deg);       /* IE 9 */
-ms-transform-origin:0 0;       /* IE 9 */

-webkit-transform: rotate(90deg);   /* Safari 和 Chrome */
-webkit-transform-origin:0 0;   /* Safari 和 Chrome */

-moz-transform: rotate(90deg);      /* Firefox */
-moz-transform-origin:0 0;      /* Firefox */

-o-transform: rotate(90deg);        /* Opera */
-o-transform-origin:0 0;        /* Opera */
}
.item{
    position: relative;height: 550px;
}
.index .item .pic {position: absolute;height: 550px;width:420px;:;padding-right: 50px;}
.index .item .pic img{height: 100%;width: 380px;}
.pic img:hover{opacity: 0.8;-webkit-transform: scale(1.05, 1.05);-moz-transform: scale(1.05, 1.05);transform: scale(1.05, 1.05)}
.index .item .pic .des{
    font-weight: bold;
    width: 550px;
    position: absolute;left: 0;top: 0;
    margin-left:420px;
    white-space: nowrap;
    vertical-align:text-bottom;
    line-height: 28px;
}
.index .item .pic .des span{float: right;font-weight: normal;}
.index .item:nth-child(1) .pic{
    left: 60%;
}


.index .item:nth-child(2) .pic{
    left: 20%;
    z-index: 999
}
.index .item:nth-child(3) .pic{
    left: 60%;
    z-index: 0
}
.index .item:nth-child(4) .pic{
    left: 20%;
    z-index: 0
}

.index .item:nth-child(5) .pic{
    left: 60%;
    z-index: 999
}

.bottext {
    padding:100px 0 100px 60%;
}
.right_text{
    color: #202020;
}


.links{
    margin-top: 20px;
    color:#898989;
}

.links a{margin-left: 40px;float: right;}
.links img{width: 30px;}



.seck{
    padding-top: 50px;
    width: 100%;
}
/*aboutus*/

.abouttext{
    padding-top: 50px;
    padding-right: 50%;
    text-align: left;
    padding-left: 100px;
}

.abouttext p{margin: 50px 0;}
.left_text,.right_text{color: #202020;}
.left_text p,.right_text p{margin-bottom: 30px;}
/*artists*/
.arttis{width: 100%;}
.arttis .left_text{
    padding-left: 50px;
}

.arttis .right_text{
    padding-right: 50px;
    text-align: right;
}
.arttis .right_text a{
    padding-top:20px;
    display: block;
    color:#898989;
}
.arttis .right_text a:hover{
    color:#000;
}
.right_text h3{
    white-space: nowrap;
    text-align: right;
    margin-right: 0;
    display: block;
    float: right;
}

/*artist1*/
.artist1{width: 100%;}
.artist1 .left_text{
    width:600px;
    padding-left: 0px;
}

.artist1 .right_text{
    padding-right: 50px;
    text-align: right;
    width:600px;
}
.artist1 .right_text .pic{
    width:420px;
}

.projects h3{text-align: center;}
.projects .pic{
    width: 100%;
}

.back{text-decoration: underline;}
.back:hover{text-decoration: underline;}

.pro-b{
    position: relative;
    width: 100%;
    height: 690px;
    padding-top: 50px;
    overflow:hidden;
}
.pro-b h3{text-align: center;}
.swiper-pro{
    margin: 0 auto;
    width: 100%;
    height: 500px;    
    text-align: center;
}
.swiper-pro-prev,
.swiper-pro-next{
    position: absolute;
    top: 306px;
    width: 53px;
    height: 53px;
    cursor: pointer;
    z-index: 9999;
}
.swiper-pro-prev{
    left: calc(50% - 550px);
    background: url("../images/goleft.png") no-repeat;
}
.swiper-pro-next{
    right: calc(50% - 550px);
    background: url("../images/goright.png") no-repeat;
}
.swiper-pro li{
    perspective: 800px;
    -webkit-perspective: 800px;
    -moz-perspective: 800px;
}
.swiper-pro li a{
    background: white;
    position: relative;
}
.swiper-pro img{
    display: block;
    height: 100%;
    margin: 0 auto 15px;
}
.swiper-pro i{
    position: absolute;
    width: 150px;
    height: 175px;
    left: 50%;
    margin-left: -75px;
    top: 35px;
/*    background: url("../images/pro_m.png") no-repeat center / cover;
*/}
.swiper-pro h3{
    font-weight: normal;
    font-size: 18px;
    margin-bottom: 5px;
}
.swiper-pro p{
    color: #666;
}
.swiper-pro span{
    display: block;
    line-height: 30px;
    border-radius: 15px;
    width: 100px;
    margin: 20px auto 0;
    border: 1px solid #333;
}
.swiper-pro li:hover a{
    -webkit-transform: rotateY(30deg);
    -moz-transform: rotateY(30deg);
    -ms-transform: rotateY(30deg);
    -o-transform: rotateY(30deg);
    transform: rotateY(30deg);
}
.swiper-pro li:hover a h3,
.swiper-pro li:hover a p{
    color: #D6000F;
}
.swiper-pro li:hover span{
    background: #D6000F;
    border-color: #D6000F;
    color: white;
}





/*artworks*/


.artworks .item{
    width: 32%;
    height: 680px;
}
.artworks .item img{
    width: 100%;
    height: 530px;
}





/*projects*/
.projects  .title{
    font-weight: bold;
    text-transform:uppercase;
}
.projects  .title span{
    text-transform: capitalize;
    margin-top: 20px;
    float: right;
    font-weight: normal;
}

.projects .desc{
    padding-top: 20px;
    line-height: 20px;
}
.desc p{margin-bottom: 1em;}

.proj_l{
    width: 50%;
    padding-left: 160px;
}
.proj_l img{
    max-width: 100%;
}
.proj_r{
    width: 49%;
    padding-left:100px;

}


.buybtn{
    background: #000;
    color: #fff;
    border-radius: 5px;
    padding:5px 8px;
}


.proj_r3 img{max-width: 100%;}
.proj_r3 p{white-space: nowrap;}



:root {
  --btn-font-size:        50px;
  --btn-width:            300px;
  --btn-up-color:         #F2F2F2;
  --btn-dn-color:         #CFCFCF;
  --btn-hover-up-color:   #EAF6FD;
  --btn-hover-dn-color:   #A7D8F5;
  --btn-active-st1-color: #E5F4FC;
  --btn-active-st2-color: #C4E5F6;
  --btn-active-st3-color: #98D0EF;
  --btn-active-st4-color: #68B3DB;
  --container-div-height: 150px;
}

.divButton {
	padding:2px 10px; border:solid #707070 1px; font-family:caption; font-size:var(--btn-font-size); background:grey; display:inline; border-radius:2px; display: flex; flex-wrap: wrap; width: var(--btn-width);
	background-image: -webkit-gradient(linear,left top, left bottom, color-stop(0, var(--btn-up-color)), color-stop(1, var(--btn-dn-color)));
	background-image: -o-linear-gradient(bottom, var(--btn-up-color) 0%, var(--btn-dn-color) 100%);
	background-image: -moz-linear-gradient(bottom, var(--btn-up-color) 0%, var(--btn-dn-color) 100%);
	background-image: -webkit-linear-gradient(bottom, var(--btn-up-color) 0%, var(--btn-dn-color) 100%);
	background-image: -ms-linear-gradient(bottom, var(--btn-up-color) 0%, var(--btn-dn-color) 100%);
	background-image: linear-gradient(to bottom, var(--btn-up-color) 0%, var(--btn-dn-color) 100%);
	cursor:default;
	text-align:center;
}
.divButton:hover{
	background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0,  var(--btn-hover-up-color)), color-stop(1, var(--btn-hover-dn-color)));
	background-image: -o-linear-gradient(bottom, var(--btn-hover-up-color) 0%, var(--btn-hover-dn-color) 100%);
	background-image: -moz-linear-gradient(bottom, var(--btn-hover-up-color) 0%, var(--btn-hover-dn-color) 100%);
	background-image: -webkit-linear-gradient(bottom, var(--btn-hover-up-color) 0%, var(--btn-hover-dn-color) 100%);
	background-image: -ms-linear-gradient(bottom, var(--btn-hover-up-color) 0%, var(--btn-hover-dn-color) 100%);
	background-image: linear-gradient(to bottom, var(--btn-hover-up-color) 0%, var(--btn-hover-dn-color) 100%);
	border: #3c7fb1 solid 1px;
}
.divButton:active{
	border:solid #2c628b 1px; padding:2px 9px 2px 11px;
	background-image: -webkit-gradient(linear,left top,left bottom,color-stop(0, var(--btn-active-st1-color)),color-stop(0.5, var(--btn-active-st2-color)), color-stop(0.51, var(--btn-active-st3-color)), color-stop(1, var(--btn-active-st4-color)));
	background-image: -o-linear-gradient(bottom, var(--btn-active-st1-color) 0%, var(--btn-active-st2-color) 50%, var(--btn-active-st3-color) 51%, var(--btn-active-st4-color) 100%);
	background-image: -moz-linear-gradient(bottom, var(--btn-active-st1-color) 0%, var(--btn-active-st2-color) 50%, var(--btn-active-st3-color) 51%, var(--btn-active-st4-color) 100%);
	background-image: -webkit-linear-gradient(bottom, var(--btn-active-st1-color) 0%, var(--btn-active-st2-color) 50%, var(--btn-active-st3-color) 51%, var(--btn-active-st4-color) 100%);
	background-image: -ms-linear-gradient(bottom, var(--btn-active-st1-color) 0%, var(--btn-active-st2-color) 50%, var(--btn-active-st3-color) 51%, var(--btn-active-st4-color) 100%);
	background-image: linear-gradient(to bottom, var(--btn-active-st1-color) 0%, var(--btn-active-st2-color) 50%, var(--btn-active-st3-color) 51%, var(--btn-active-st4-color) 100%);
}

.button1 {border-radius: 12px;}
.button2 {border-radius: 12px;}

.containerDiv{
	display: flex;
	height: var(--container-div-height);
}

.vertical-center {
  margin: 0;
  position: absolute;
  top: 50%;
  -ms-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  transform: translateY(-50%);
}

.leftCell{
	width: 25%;
}

.rightCell{
	flex-grow: 1;
}

.tableCell{
	display: table-cell;
}

.vText {
	writing-mode: vertical-rl;
	text-orientation: mixed;
}


.flexCont {
    background-color:#2E4272;
    display:flex;
}
.fixed200 {
    background-color:#4F628E;
    width: 200px;
}
.fixed400 {
    background-color:#4F628E;
    width: 400px;
}
.fixed600 {
    background-color:#4F628E;
    width: 600px;
}
.fixed800 {
    background-color:#4F628E;
    width: 800px;
}
.flex-item {
    background-color:#7887AB;
    flex-grow: 1;
}





.case{
    background: url("../images/case_bg.jpg") no-repeat center;
    height: 817px;
    width: 100%;
    overflow: hidden;
}
.case-title{
    position: absolute;
    text-align: center;
    background: url("../images/case_title_bg.png") no-repeat center;
    width: 424px;
    height: 477px;
    padding-top: 195px;
    left: 337px;
    top: 167px;
    z-index: 999;
}
.case-con,
.case-list{
    position: relative;
    width: 100%;
    height: 100%;
}
.case-list li{
    position: absolute;
    width: 320px;
    height: 190px;
    box-shadow: 0 2px 10px #999;
}
.case-list li a>p{
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    background: white;
    line-height: 44px;
    font-size: 16px;
    text-align: center;
    padding: 0 10px;
}
.case-m{
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: url("../images/case_m.png") no-repeat;
    color: white;
    padding-top: 55px;
    opacity: 0;
}
.case-m p{
    padding: 0 20px;
    text-align: center;
    font-size: 16px;
}
.case-list li:nth-child(1){
    left: 138px;
    top: 68px;
}
.case-list li:nth-child(2){
    right: 138px;
    top: 68px;
}
.case-list li:nth-child(3){
    left: 0;
    top: 315px;
}
.case-list li:nth-child(4){
    right: 0;
    top: 315px;
}
.case-list li:nth-child(5){
    left: 138px;
    bottom: 68px;
}
.case-list li:nth-child(6){
    right: 138px;
    bottom: 68px;
}
.case-list li:hover .case-m{
    opacity: 1;
}
.case-list li:hover a>p{
    opacity: 0;
}
.news{
    background: url("../images/news_bg.jpg") no-repeat center top;
    padding-top: 60px;
    margin-bottom: 20px;
    overflow: hidden;
}
.news-con{
    background: white;
    margin-top: 40px;
    padding: 40px;
    box-shadow: 0 -5px 10px rgba(0,0,0,.1);
}
.news-list li{
    float: left;
    width: 340px;
    height: 350px;
    text-align: center;
}
.news-list li + li{
    margin-left: -1px;
}
.news-list li a{
    padding: 30px;
    background: url("../images/news_li.png") no-repeat;
}
.news-time{
    margin: 0 auto 20px;
    border-radius: 50%;
    background: #D6000F;
    color: white;
    width: 84px;
    padding-top: 15px;
    height: 84px;
}
.news-time b{
    font-size: 26px;
    line-height: 28px;
}
.news-list li a>h3{
    margin-bottom: 10px;
    font-size: 16px;
}
.news-list li a>p{
    line-height: 24px;
    color: #666;
}
.news-more{
    display: block;
    margin: 20px auto 0;
    border: 1px solid #333;
    width: 100px;
    line-height: 30px;
    border-radius: 15px;
}
.news-list li a:hover{
    background: url("../images/news_li_a.png") no-repeat;
}
.news-list li a:hover .news-time{
    background: white;
    color: #D6000F;
}
.news-list li a:hover>h3,
.news-list li a:hover>p,
.news-list li a:hover>.news-more{
    color: white;
}
.news-list li a:hover>.news-more{
    border-color: white;
}
.contact{
    margin-bottom: 60px;
    overflow: hidden;
}
.contact-con{
    font-size: 0;
}
.contact-con div{
    display: inline-block;
    vertical-align: top;
    padding-left: 72px;
    width: 25%;
    height: 64px;
    padding-top: 5px;
}
.contact-con div p:first-child{
    color: #666;
    font-size: 14px;
    margin-bottom: 5px;
}
.contact-con div p:last-child{
    font-size: 16px;
}
.contact-tel{
    background: url("../images/contact_tel.png") no-repeat left center;
}
.contact-cel{
    background: url("../images/contact_cel.png") no-repeat left center;
}
.contact-fax{
    background: url("../images/contact_fax.png") no-repeat left center;
}
.contact-add{
    background: url("../images/contact_add.png") no-repeat left center;
}
.nav-btm{
    border-top: 3px solid #D6000F;
    background: #e6e6e6;
    padding-top: 45px;
    padding-bottom: 45px;
    border-bottom: 1px solid #ccc;
}
.nav-btm dl{
    float: left;
    border-right: 1px solid white;
    border-left: 1px solid #bfbfbf;
    padding:0 15px;
    height: 200px;
}
.nav-btm dl:first-child{
    border-left: none;
    padding-left: 50px;
}
.nav-btm-logo{
    float: left;
    height: 200px;
    padding-left: 30px;
    border-left: 1px solid #bfbfbf;
}
.nav-btm-logo img{
    vertical-align: top;
    margin-right: 20px;
}
.nav-btm dl dt{
    font-weight: bold;
    font-size: 16px;
    margin-bottom: 5px;
}
.nav-btm dl dd{
    color: #666;
    line-height: 24px;
}
.nav-btm a:hover,
.footer a:hover{
    text-decoration: underline;
}
.footer {
    text-align: center;
    padding-top: 20px;
    padding-bottom: 60px;
    line-height: 26px;
}
.i-header{
    height: 560px;
}
.i-banner{
    height: 460px;
    position: relative;
    overflow: hidden;
}
.i-banner img{
    position: absolute;
    width: 1920px;
    height: 100%;
    top: 0;
    left: 50%;
    margin-left: -960px;
}
.i-list{
    text-align: center;
    padding-top: 25px;
    margin-bottom: 30px;
}
.i-list li{
    display: inline-block;
    vertical-align: top;
    margin: 0 45px;
}
.i-list-icon{
    width: 71px;
    height: 71px;
    border: 1px solid #D6000F;
    border-radius: 50%;
    background: url("../images/i_list_icon.png") no-repeat;
}
.i-list li p{
    font-size: 16px;
    line-height: 40px;
}


.i-list li:hover p,
.i-list li.active p{
    color: #D6000F;
}


.i-list li .casbar{
   border:1px solid  #D6000F;
   color: #D6000F;
   padding:0 30px;
   border-radius: 40px;
}
.i-list li.active .casbar,.i-list li:hover .casbar{
    background: #D6000F;
    color:#fff;

}



.i-list li:hover .i-list-icon,
.i-list li.active .i-list-icon{
    background-color: #D6000F;
    background-position-y: -70px;
}
.i-list-icon-info{
    background-position-x: -210px;
}
.i-list-icon-honor{
    background-position-x: -140px;
}
.i-a-info{
    margin-bottom: 50px;
    min-height: 353px;
}
.i-a-info-con-info{
    padding-right: 510px;
}
.i-a-info-con>img{
    float: right;
}
.i-a-info-con-info h3{
    font-size: 24px;
    color: #D6000F;
    margin-bottom: 10px;
}
.i-a-info-con-info h4{
    font-size: 18px;
    margin-bottom: 10px;
}
.i-a-info-con-info p{
    line-height: 26px;
    text-indent: 2em;
}
.i-a-honor{
    background: #D6000F;
    padding-top: 40px;
    overflow: hidden;
    padding-bottom: 40px;
}
.i-a-honor>h3{
    color: white;
    text-align: center;
    font-size: 32px;
    margin-bottom: 20px;
}
.swiper-i-a-honor{
    overflow: hidden;
    margin-bottom: 30px;
}
.swiper-i-a-honor li{
    float: left;
    width: 350px;
    height: 260px;
}
.swiper-i-a-honor li a{
    padding: 7px;
    background: url("../images/i_a_honor_img_bg.png") no-repeat center / cover;
}
.swiper-i-a-honor li + li{
    margin-left: 25px;
}
.i-a-honor-img{
    overflow: hidden;
    width: 100%;
    height: 100%;
}
.i-a-honor-img:hover img{
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1);
}
.swiper-i-a-honor-span{
    text-align: center;
}
.swiper-i-a-honor-span span{
    display: inline-block;
    vertical-align: top;
    width: 15px;
    height: 15px;
    opacity: 1;
    border: 2px solid white;
    margin: 0 8px;
    background: transparent;
}
.swiper-i-a-honor-span span.swiper-pagination-bullet-active{
    background: white;
}
.i-wrap{
    background: #fafafa;
    padding-bottom: 10px;
}
.i-p{
    background: white;
    display: flex;
    overflow: hidden;
    width: 1100px;
}
.i-p-l{
    width: 250px;
    padding: 30px;
}
.i-p-r{
    padding: 30px 30px 70px;
    flex: 1;
    border-left: 1px solid #ccc;
    width: 800px;
}
.i-p-l-title{
    border-bottom: 2px solid #ccc;
    margin-bottom: 10px;
    padding-bottom: 10px;
}
.i-p-l-title h3{
    font-weight: normal;
    font-size: 30px;
}
.i-p-l-title p{
    font-size: 12px;
    color: #D6000F;
}
.i-p-l-list li{
    border-bottom: 1px solid #ccc;
}
.i-p-l-list li>a{
    line-height: 50px;
    text-indent: 60px;
}
.i-p-l-list-two{
    background: #f2f2f2;
    text-indent: 40px;
}
.i-p-l-list-two a{
    display: block;
    line-height: 36px;
    color: #666;
}
.i-p-l-list-two a:hover,.i-p-l-list-two a.active{
    color: #D6000F;
}
.i-p-l-list li.active,
.i-p-l-list li:hover{
    border-bottom-color: transparent;
}
.i-p-l-list li.active>a,
.i-p-l-list li:hover>a{
    background: #D6000F url("../images/i_p_l_list_li_a.png") no-repeat left 40px center;
}
.i-p-l-list li.active>a,
.i-p-l-list li:hover>a{
    color: white;
}
.i-p-r{
    text-align: center;
}
.i-p-r-title{
    display: inline-block;
    vertical-align: top;
    margin-bottom: 30px;
    padding: 0 50px;
    background: url("../images/i_p_r_title_l.png") no-repeat left center,
                url("../images/i_p_r_title_r.png") no-repeat right center;
}
.i-p-r-title h3{
    font-weight: normal;
    font-size: 24px;
}
.i-p-r-title p{
    font-size: 12px;
    color: #999;
}
.i-p-list li{
    float: left;
    text-align: left;
    width: 250px;
    position: relative;
    overflow: hidden;
    margin: 0 19px 30px 0;
}
.i-p-list li:nth-child(3n){
    margin-right: 0;
}
.i-p-list li img{
    display: block;
    width: 100%;
    height: 170px;
}
.i-p-list li p{
    line-height: 46px;
    background: #666 url("../images/i_p_list_li_p.png") no-repeat right center;
    color: white;
    padding: 0 60px 0 16px;
}
.i-p-list li i{
    position: absolute;
    background: url("../images/i_p_list_li_m.png") no-repeat;
    width: 100%;
    height: 170px;
    top: -170px;
    left: 0;
}
.i-p-list li:hover p{
    background-color: #D6000F;
}
.i-p-list li:hover i{
    top: 0;
}
.click-more{
    margin: 20px auto 0;
    width: 160px;
    text-align: center;
    line-height: 40px;
    color: white;
    border-radius: 20px;
    font-size: 16px;
    background: #999;
    cursor: pointer;
}
.click-more:hover{
    background-color: #D6000F;
}
.i-c,
.i-v{
    padding-top: 40px;
    padding-bottom: 70px;
}
.i-c-list li{
    float: left;
    width: 25%;
    height: 416px;
    overflow: hidden;
    background: #fafafa;
    position: relative;
    margin-bottom: 40px;
}
.i-c-list li:nth-child(2n){
    background: #f0f0f0;
}
.i-c-info b{
    display: block;
    border-bottom: 1px solid #ccc;
    color: #999;
    font-weight: normal;
    font-size: 70px;
    line-height: 80px;
    padding-bottom: 15px;
    text-align: center;
    margin-bottom: 20px;
}
.i-c-info h3{
    font-weight: normal;
    font-size: 18px;
    margin-bottom: 5px;
}
.i-c-info p{
    line-height: 24px;
    color: #666;
    height: 48px;
    overflow: hidden;
    margin-bottom: 10px;
}
.i-c-info img{
    display: block;
    width: 100%;
    height: 160px;
    border-radius: 5px;
}
.i-c-list li i{
    position: absolute;
    background: #D6000F;
}
.i-c-list li i{
    position: absolute;
    background: #D6000F;
    width: 100%;
    height: 100%;
    z-index: 9;
    top: 100%;
    left: 0;
}
.i-c-info{
    position: absolute;
    z-index: 10;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    padding: 20px 30px 30px;
}
.i-c-list li:hover i{
    top: 0;
}
.i-c-list li:hover .i-c-info b{
    color: white;
    border-bottom-color: #e6e6e6;
}
.i-c-list li:hover .i-c-info h3,
.i-c-list li:hover .i-c-info p{
    color: white;
}
.i-v-list li{
    float: left;
    width: 340px;
    margin: 0 40px 30px 0;
    position: relative;
}
.i-v-list li:nth-child(3n){
    margin-right: 0;
}
.i-v-list li img{
    display: block;
    width: 100%;
    height: 240px;
    padding: 10px;
    border-radius: 5px;
    box-shadow: 1px 1px 4px rgba(0,0,0,.2);
}
.i-v-list li p{
    text-align: center;
    font-size: 16px;
    line-height: 40px;
}
.i-v-list li i{
    position: absolute;
    width: 320px;
    height: 220px;
    top: 10px;
    left: 10px;
    background: url("../images/i_v_m.png") no-repeat;
    opacity: 0;
}
.i-v-list li:hover i{
    opacity: 1;
}
.i-n{
    padding-bottom: 70px;
}
.i-list-icon-c{
    background-position-x: 0;
}
.i-list-icon-h{
    background-position-x: -70px;
}
.i-n-list{
    overflow: hidden;
}
.i-n-list li{
    padding:20px 0 0 90px;
    margin-bottom: 10px;
    background: url("../images/i_n_li.png") no-repeat left 20px top 12px;
}
.i-n-info{
    border-bottom: 1px solid #ccc;
    padding-bottom: 30px;
    line-height: 30px;
}
.i-n-info b{
    float: left;
    font-size: 20px;
    margin-right: 30px;
    width: 120px;
}
.i-n-info p{
    float: left;
    width: 550px;
    font-size: 16px;
}
.i-n-info>a{
    float: right;
    width: 90px;
    line-height: 30px;
    border: 1px solid #D6000F;
    text-align: center;
    border-radius: 15px;
}
.i-n-info>a:hover{
    color: white;
    background: #D6000F;
}
.i-n-info p a:hover{
    color: #D6000F;
}
.i-co{
    padding-top: 30px;
    padding-bottom: 50px;
}
.i-co>h3{
    font-size: 24px;
    text-align: center;
    margin-bottom: 20px;
    font-weight: normal;
}
.i-co-info-kefu{
    padding:15px 0 0 120px;
    width: 400px;
    background: url("../images/i_co_info_tel.png") no-repeat left center;
    height: 100px;
}
.i-co-info-kefu p{
    font-size: 16px;
    margin-bottom: 10px;
}
.i-co-info-kefu b{
    color: #D6000F;
    font-size: 24px;
}
.i-co-info-list{
    width: 640px;
}
.i-co-info-list p{
    float: left;
    width: 320px;
    padding-left: 50px;
    font-size: 16px;
    line-height: 46px;
}
.i-co-info-list p:nth-child(2n){
    float: right;
}
.i-co-info-phone{
    background: url("../images/i_co_info_phone.png") no-repeat left center;
}
.i-co-info-mas{
    background: url("../images/i_co_info_mas.png") no-repeat left center;
}
.i-co-info-mail{
    background: url("../images/i_co_info_mail.png") no-repeat left center;
}
.i-co-info-add{
    background: url("../images/i_co_info_add.png") no-repeat left center;
}
.map{
    height: 610px;
    overflow: hidden;
    position: relative;
}
.map-con{
    position: absolute;
    width: 1920px;
    height: 100%;
    top: 0;
    left: 50%;
    margin-left: -960px;
}
.i-n-nomore{
    font-size: 16px;
    text-align: center;
    color: #ccc;
    margin: 30px auto 0;
}


.r{ float:right;}
.l{ float:left;}
a{ outline:none;}
.blue{ color:#D6000F;}
.mar_20{margin-top:20px;}
.ny_pad{ min-height:300px;  overflow:hidden; }
.ny_news_ct88{padding:0px 0px 30px; line-height:30px; text-align: left;overflow: hidden;}
.ny_news_ct88 .info{ padding-bottom: 10px; margin-bottom: 0; overflow: hidden; }
.ny_news_ct88 .info p{text-indent: 0;float: left;background:#ccc; padding:2px 5px; margin-right:8px;  overflow: hidden; text-overflow: ellipsis; white-space:nowrap;}
.ny_news_tl88 li{text-align:center; height:40px; line-height:40px;}
.ny_news_tl88 .new_title{font-size:20px; font-weight:bold; border-bottom:#ddd solid 1px; white-space: nowrap; text-overflow: ellipsis;overflow: hidden;}
.ny_news_tl88 span{padding:0 5px; color:#999;}
.ny_news_ct88 p{ text-indent: 24px; }
.news_fy{padding:10px 50px 61px; height:55px; border-top:#ccc solid 1px;position: relative;z-index: 999;text-align: left;}
.news_fy_l{width:300px;}
.news_fy_l li{height:24px; line-height:24px;}
.news_fy_l span{font-weight:bold;}
.news_fy_r{height:35px; overflow:hidden; padding-top:12px; width:200px;}
.news_fy_r .bdsharebuttonbox{float: right;}

caption{font-size: 20px;line-height: 35px;}
.feedback_table{border-collapse:collapse; color:#696969}
.feedback_table h4,.feedback_table h3{color: #666;}
.feedback_table tr td{padding: 5px 5px 5px 20px; }
.feedback_table tr td:nth-child(2){text-align: left; }
.feedback_table tr td{ border: 1px solid #ececec;line-height: 40px;}
.feedback_table tr td input[type=submit]{background-color: #DD1F2B; color: #fff;}
.feedback_table tr td .bt{ width: 85px; height:35px;  border-radius: 5px; cursor: pointer;}
.feedback_table tr td input,.feedback_table tr td textarea{padding:3px 5px;color: #666; margin:0 10px; border: 1px solid #ececec; width: 50%;}
.feedback_table tr td #address{height: 30px; width: 80%; line-height: 15px; }
.feedback_table tr td textarea{margin:10px 0px 10px 10px; width: 80%; border-radius: 20px;}

.sub{width: 320px;white-space:nowrap; overflow:hidden; text-overflow: ellipsis;}

.news_image{ padding:20px 0; position:relative;}
.news_image img{ border-radius:4px; display:block; margin:0 auto;}
.news_image #pre1{position:absolute; display:block; width:50%; height:100%; top:0; z-index:9; cursor: url(/images/1.cur?t=844888),auto;}
.news_image #next1{position:absolute;display:block; width:50%; height:100%; top:0; left:50%;z-index:9;cursor: url(/images/2.cur?t=844888),auto;}
 
/*翻页*/
.fy{height:32px;line-height:32px; text-align:center; width:100%; clear: both;}
.fy a,.fy span{padding:5px 11px;border:#aaa solid 1px;margin:0 7px;background-color:#f5f5f5; color: #666;}
.fy span,.fy a:hover{color:#D6000F;border: #D6000F solid 1px;}
.flink a{ margin:0 5px;}






.i-con{
    padding: 30px 20px 40px;
    box-shadow: 0 0 5px rgba(0,0,0,.35);
    width: 100%;
    margin: 0 auto 40px;
    overflow: hidden;
}
.i-con-title{
    overflow: hidden;
    border-bottom: 1px dashed #c6c6c6;
    padding-bottom: 30px;
    margin-bottom: 40px;
}
.i-con-title h3{
    font-size: 36px;
    float: left;
    color: #234987;
}
.i-bread{
    float: right;
    font-size: 12px;
    color: #484848;
    margin-top: 20px;
}
.i-bread a{
    color: #484848;
}
.i-bread a:hover{
    text-decoration: underline;
}
.i-a-title{
    text-align: center;
    background: url("../images/i_a_logo.png") no-repeat left 20px center;
    height: 100px;
    padding-top: 30px;
    margin-bottom: 20px;
}
.i-a-title h3{
    font-size: 18px;
}
.i-a-title p{
    font-size: 12px;
    color: #797979;
}
.i-a-p{
    font-size: 12px;
    line-height: 30px;
    height: 210px;
    overflow: hidden;
    text-indent: 2em;
}
.i-tj-pro{
    padding: 30px 27px 0;
    margin-top: 30px;
    text-align: center;
    position: relative;
    border-top: 1px dashed #c6c6c6;
}
.i-tj-pro>h3{
    font-size: 30px;
    margin-bottom: 20px;
    display: inline-block;
    vertical-align: top;
}
.i-tj-pro>h3 b{
    font-size: 12px;
}
.swiper-i-tj-pro{
    overflow: hidden;
}
.swiper-i-tj-pro img{
    display: block;
    width: 100%;
    height: 189px;
}
.swiper-i-tj-pro p{
    line-height: 42px;
    padding:0 100px 0 15px;
    color: white;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    font-size: 14px;
    background: url("../images/i_pro_p_bg.jpg") no-repeat left -298px top / 584px 100%;
}
.swiper-i-tj-pro li:hover p,.i-p-list li:hover p{
    background-position: 0 0;
}
.swiper-i-tj-prev,.swiper-i-tj-next{
    width: 43px;
    height: 57px;
    position: absolute;
    top: 175px;
    cursor: pointer;
    z-index: 999;
}
.swiper-i-tj-prev{
    left: -29px;
    background: url("../images/i_tj_pro_l.png") no-repeat;
}
.swiper-i-tj-next{
    right: -29px;
    background: url("../images/i_tj_pro_r.png") no-repeat;
}


.i-p-info{
    height: 339px;
    margin-bottom: 30px;
}
.swiper-i-p-info{
    float: left;
    width: 506px;
    height: 100%;
    overflow: hidden;
    position: relative;
}
.swiper-i-p-info li{
    position: relative;
}
.swiper-i-p-info p{
    position: absolute;
    width: 100%;
    height: 48px;
    left: 0;
    bottom:0;
    color: white;
    line-height: 48px;
    background: rgba(214,0,15,.68);
    text-align: center;
    font-size: 16px;
    z-index: 99;
}
.swiper-i-p-info-prev,.swiper-i-p-info-next{
    position: absolute;
    width: 42px;
    height: 94px;
    top: 120px;
    z-index: 99;
    cursor: pointer;
}
.swiper-i-p-info-prev{
    left: 0;
    background: url("../images/i_p_info_l.png") no-repeat;
}
.swiper-i-p-info-next{
    right: 0;
    background: url("../images/i_p_info_r.png") no-repeat;
}
.i-p-info-r{
    width: 242px;
    float: left;
    height: 100%;
    background: #f1f1f1;
    padding: 25px 18px 0;
    text-align: left;
}
.i-p-info-r h3{
    text-align: center;
    font-size: 24px;
    margin-bottom: 10px;
}
.i-p-info-r h3 b{
    font-size: 12px;
}
.i-p-info-r p{
    font-size: 16px;
    line-height: 40px;
}
.i-p-info-list{
    border-bottom: 1px dashed #c6c6c6;
    margin-bottom: 30px;
    padding-bottom: 30px;
    overflow: hidden;
}
.i-p-info-list li{
    width: 146px;
    height: 37px;
    background: #f1f1f1;
    border-radius: 10px;
    text-align: center;
    line-height: 37px;
    float: left;
    font-size: 16px;
}
.i-p-info-list li + li{
    margin-left: 30px;
}
.i-p-info-list li.active{
    color: white;
    background: #D6000E;
}
.i-p-p-con>div{
    display: none;
    text-align: left;
}
.i-p-p-con>div.active{
    display: block;
}
.i-p-info-con-two-title{
    border-bottom: 2px solid #183883;
    line-height: 40px;
    height: 40px;
    margin-bottom: 10px;
    font-size: 16px;
}
.i-p-info-con-two-title span:nth-child(1),.i-p-info-con-two li p{
    float: left;
    text-indent: 20px;
}
.i-p-info-con-two-title span:nth-child(2),.i-p-info-con-two li span{
    float: right;
}
.i-p-info-con-two li{
    line-height: 45px;
    height: 45px;
    border-bottom: 1px solid #f0f0f0;
    font-size: 14px;
}
.i-p-info-con-two li p{
    width: 700px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.i-p-info-con-two li:hover{
    background: #eee;
}
.i-p-info-con-two li b{
    float: left;
    font-size: 14px;
}

/*技术服务页面--------------------------------------------------------*/
.i-tec-list{
    margin-bottom: 40px;
}
.i-tec-list li{
    line-height: 48px;
    font-size: 16px;
    height: 48px;
    text-indent: 10px;
}
.i-tec-list li p{
    float: left;
    width: 800px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.i-tec-list li span{
    float: right;
    font-size: 14px;
    display: block;
    width: 118px;
    text-indent: 27px;
    border-left: 1px dashed #848484;
}
.i-tec-list li:nth-child(2n+1){
    background: #dbe9ff;
}
.i-tec-list li:hover{
    background: #2e528e;
    color: white;
}
.i-tec-list li:hover a{
    color: white;
}
.i-tec-list li:hover span{
    border-left: 1px dashed white;
}
