@charset "utf-8";
/* CSS Document */

body{ margin:0px; padding:0px; border:0px; font-family:"Helvetica Neue",Helvetica,Arial,"Microsoft Yahei","Hiragino Sans GB","Heiti SC","WenQuanYi Micro Hei"; color:#333; font-size:14px; width:100%; background:#f7f7f7;}
a{ margin:0px; padding:0px; border:0px; text-decoration:none; color:#333; font-size:14px;}
a:hover{ text-decoration:none;}
*{ padding:0px; margin:0px; border:0px; -webkit-box-sizing:border-box; -moz-box-sizing:border-box; box-sizing:border-box; }
/* background:rgba(0,0,0,0);filter:progid:DXImageTransform.Microsoft.gradient(startcolorstr=#7F000000,endcolorstr=#7F000000);*/
li{ list-style:none;}
.clear{ clear:both !important; height:0px !important; width:0px !important; float:none !important; margin:0px !important; padding:0px !important; border:0px !important; line-height:0 !important; position:relative !important; }
input:focus{ outline: none;}/*去除按钮选中的高亮标签*/
textarea:focus{ outline: none;}/*去除文本框选中的高亮标签*/
button:focus{ outline: none;}/*去除按钮选中的高亮标签*/
select:focus{ outline: none;}/*去除下拉框选中的高亮标签*/
img{ max-width:100% !important; vertical-align: middle;}
div,p,table,td,ul,li,span,a,ol,input,label{ padding:0px; margin:0px; border:0px;}
input::-ms-input-placeholder{ /* Internet Explorer 10+ */ color:#999999; font-size:16px;}
input::-webkit-input-placeholder{ /* WebKit browsers */ color:#999999; font-size:16px;}
input::-moz-placeholder{ /* Mozilla Firefox 4 to 18 */  color:#999999; font-size:16px;}
input::-moz-placeholder{ /* Mozilla Firefox 19+ */ color:#999999; font-size:16px;}

textarea::-ms-input-placeholder{ /* Internet Explorer 10+ */ color:#999999; font-size:16px; font-weight: normal;}
textarea::-webkit-input-placeholder{ /* WebKit browsers */ color:#999999; font-size:16px; font-weight: normal;}
textarea::-moz-placeholder{ /* Mozilla Firefox 4 to 18 */  color:#999999; font-size:16px; font-weight: normal;}
textarea::-moz-placeholder{ /* Mozilla Firefox 19+ */ color:#999999; font-size:16px; font-weight: normal;}
.fl{ float:left;}
.fr{ float:right;}


/*黑白照片*/
.gray { 
-webkit-filter: grayscale(100%); 
   -moz-filter: grayscale(100%); 
    -ms-filter: grayscale(100%); 
     -o-filter: grayscale(100%); 
        filter: grayscale(100%); 
        filter: gray; 
}

.gray:hover { 
-webkit-filter: grayscale(0%); 
   -moz-filter: grayscale(0%); 
    -ms-filter: grayscale(0%); 
     -o-filter: grayscale(0%); 
        filter: grayscale(0%); 
        filter: gray; 
}
/*圆角5px*/
.radius5{ 
-webkit-border-radius:5px; 
   -moz-border-radius:5px; 
    -ms-border-radius:5px; 
     -o-border-radius:5px; 
        border-radius:5px; 
}
/*圆角10px*/
.radius10{ 
-webkit-border-radius:10px; 
   -moz-border-radius:10px; 
    -ms-border-radius:10px; 
     -o-border-radius:10px; 
        border-radius:10px; 
}
/*图片变大*/
.tra .imgs{
-webkit-transform: scale(1);
   -moz-transform: scale(1);
    -ms-transform: scale(1);
     -o-transform: scale(1);
           filter: scale(1);
           filter: transform;
       transition: all 0.5s ease 0s;
-webkit-transform: all 0.5s ease 0s; 
}
.tra:hover .imgs{
-webkit-transform: scale(1.15);
   -moz-transform: scale(1.15);
    -ms-transform: scale(1.15);
     -o-transform: scale(1.15);
           filter: scale(1.15);
           filter: transform;
       transition: all 0.5s ease 0s;
-webkit-transform: all 0.5s ease 0s; 
}
/*透明度50%*/
.opacity5{ filter:alpha(opacity=50);-moz-opacity:0.5; -khtml-opacity:0.5;opacity: 0.5;}

.shadow5{ 
-webkit-box-shadow:rgba(0,0,0,0.13) 5px 5px 5px; 
   -moz-box-shadow:rgba(0,0,0,0.13) 5px 5px 5px; 
    -ms-box-shadow:rgba(0,0,0,0.13) 5px 5px 5px; 
     -o-box-shadow:rgba(0,0,0,0.13) 5px 5px 5px; 
        box-shadow:rgba(0,0,0,0.13) 5px 5px 5px; 
}

.shadow10{ 
-webkit-box-shadow:rgba(0,0,0,0.13) 5px 5px 10px; 
   -moz-box-shadow:rgba(0,0,0,0.13) 5px 5px 10px; 
    -ms-box-shadow:rgba(0,0,0,0.13) 5px 5px 10px; 
     -o-box-shadow:rgba(0,0,0,0.13) 5px 5px 10px; 
        box-shadow:rgba(0,0,0,0.13) 5px 5px 10px; 
}



.moTop{ width:100%; padding:0 30px; height:50px; display:flex; align-items:center; justify-content:space-between; background:#fff;  z-index: 999; box-shadow:rgba(0,0,0,0.5) 0 0 10px; border-bottom: #fff solid 1px;}
.moTop .moLogo{ height:50%;}
.moTop .moMenuOpen{ height:40%;}

.moMenuBox{ width:100%; display:none; background:rgba(102,198,234,.36); height:100vh; position: fixed; z-index: 999999999; top: 0;}
.moMenu{ width:60%; background:#fff; display:flex; flex-direction:column; align-items:center; height:100vh; position:fixed; z-index:999999; top:0; left:-60%; box-shadow: rgba(0,0,0,0.3) 0 0 10px;}

.moDropLogo{ display:inline-block; margin:30px 0;}

.moDrop{ width:100%; display:flex; flex-direction:column;}
.moDrop .yiji{ width:100%;}
.moDrop .yiji .yijiTitle{ width:100%; display:flex; justify-content:center; position:relative; border-bottom:rgba(255,255,255,0.50) solid 1px;}
.moDrop .yiji .yijiTitle .yijiTitleText{ display:flex; line-height:2em; text-align:center; font-size:16px; color:#333;}
.moDrop .yiji .yijiTitle .yijiTitleIcon{ position:absolute; right:25px; top:50%; height:0; display:flex; align-items:center; justify-content:flex-end;}
.moDrop .yiji .yijiTitle .yijiTitleIcon img{ cursor:pointer; height: 8px;}
.moDrop .yiji .yijiTitle .yijiTitleIcon img:nth-child(2){ display:none;}
.moDrop .yiji.on{}
.moDrop .yiji.on .yijiTitle .yijiTitleIcon img:nth-child(1){ display:none;}
.moDrop .yiji.on .yijiTitle .yijiTitleIcon img:nth-child(2){ display:block;}

/*.moDrop .yiji.on .erjiDrop{ display:block;} */
.erjiDrop{ width:100%; display:none;}
.moDrop .yiji.on .erjiDrop{ border-bottom:rgba(255,255,255,0.50) solid 1px;}
.erjiDrop .erji{ width:100%;}
.erjiDrop .erji .erjiTitle{ width:100%; position:relative; display:flex; align-items:center; justify-content:center;}
.erjiDrop .erji .erjiTitle .erjiTitleText{ line-height:2em; font-size:14px; color:#333; display:block;}
.erjiDrop .erji .erjiTitle .erjiTitleIcon{ position:absolute; right:25px; top:50%; height:0; display:flex; align-items:center; justify-content:flex-end;}
.erjiDrop .erji .erjiTitle .erjiTitleIcon img{ cursor:pointer;}
.erjiDrop .erji .erjiTitle .erjiTitleIcon img:nth-child(2){ display:none;}
.erjiDrop .erji.on .erjiTitle .erjiTitleIcon{}
.erjiDrop .erji.on .erjiTitle .erjiTitleIcon img:nth-child(1){ display:none;}
.erjiDrop .erji.on .erjiTitle .erjiTitleIcon img:nth-child(2){ display:block;}

/*.erji.on .sanjiDrop{ display:block;}*/
.sanjiDrop{ width:100%; display:none; border-bottom:rgba(256,256,256,0.5) solid 1px;}
.sanjiDrop a{ display:inline-block; font-size:16px; width:100%; line-height:4em; text-align:center; width:100%;  color:#FFFFFF;}

#closeMoMenu{ position:absolute; width:30px; right:-40px; top:30px;}

.moMenuBottom{ width:100%; display:flex; justify-content:center; align-items:center;}
.moMenuBottom img{ margin:25px 10px;}

.otherBox{ width:100%; position:relative;}

.other{ width:100%; display:none;}

.moSearch{ align-items:center; justify-content:space-between; padding:20px 0;}
.moSearch input[type='text']{ height:40px; width:100%; padding:0 15px; background:none; border-bottom:#FFFFFF solid 1px;}
.moSearch input[type='submit']{ background:url(../images/icon20.png) no-repeat 50%/60% 75%; height:40px; width:60px; flex-shrink:0;}

.moLeng{ justify-content:center; align-items:center;}
.moLeng a{ font-size:18px; color:#FFFFFF; margin:25px 15px;}
.moLeng a.on{ color:#eb7404;}


.neibanner{ width:100%; position:relative;}
.neibanner .neibannerZhan{ width:94%; max-width:1200px;}
.neibanner .neibannerZhan:before{ content:''; display:block; padding-top:calc( 100% * 755 / 1200);}
.neibanner .neiBannerText{ width:100%; height:100%; position:absolute; left:0; top:0; display:flex; flex-direction:column; align-items:center; justify-content:center; color:#FFFFFF;}
.neibanner .neiBannerText .neiBannerText1{ font-size:48px; text-align:center; font-weight:bolder;}
.neibanner .neiBannerText .neiBannerText2{ font-size:28px; text-align:center; margin-top:20px;}

.w1400{ width:100%; max-width:1400px; margin:0 auto;}
.w1200{ width:100%; max-width:1200px; margin:0 auto;}
.w94{ width:94%; max-width:1200px; margin:0 auto;}
.w1294{ width:94%; max-width:1200px; margin:0 auto;}

.imgs{ position:absolute; width:100%; height:100%; left:0; top:0; object-fit:cover;}

.w1200{ width:100%; max-width:1200px; margin:0 auto;}
.w1294{ width:94%; max-width:1200px; margin:0 auto;}
.win1694{ width:94%; max-width:1600px; margin:0 auto;}

{}

.top{ height:86px; display:flex; align-items:center; justify-content:space-between; width:100%; background:#FFFFFF; border-bottom:#e5e5e5 solid 1px;}

.topLogo{ display:flex; align-items:center; margin-left:80px;}

.topLogo .topLogo1{ margin-right:25px;}
.topLogo .topLogo3{ margin-right:25px;}

.topMenu{ display:flex; align-items:center;}
.topMenu .topMenuXun{ position:relative; margin:0 52px;}
.topMenu .topMenuXun .topMenuTitle{ line-height:96px; text-align:center; display:flex; font-size:16px; position: relative;}
.topMenu .topMenuXun:hover .topMenuTitle:before{ content:''; display:block; width:30px; height:4px; background:#2598d4; position:absolute; left:50%; bottom:0; transform:translateX(-50%);}
.topMenu .topMenuXun .topMenuDown{ display:none; flex-direction:column; position:absolute; z-index:9; left:50%; transform:translateX(-50%); width:160px; padding:20px 0;}
.topMenu .topMenuXun .topMenuDown a{ line-height:40px; text-align:center;}

.topRight{ display:flex; align-items:center;}
.topRight .topTel{ display:flex; align-items:center; margin-right:115px;}
.topRight .topTel .topTelImg{ margin-right:10px;}
.topRight .topTel span{ white-space:pre;}
.topRight .topMenu .topMenuXun:hover .topMenuTitle:before{ opacity:1;}
.topRight .topMenu .topMenuXun.on .topMenuTitle:before{ opacity:1;}

{}

.backTop{ position:fixed; right:10px; bottom:30%; z-index:999; cursor:pointer;}

.foot{ background:#333333;}
.foot .foot1{ display:flex; justify-content:space-between; padding-top:70px; padding-bottom:65px; border-bottom:#313131 solid 1px;}
.foot .foot1 .foLeft{ display:flex; flex-direction: column; width:280px;}
.foot .foot1 .foLeft .foLeft1{ margin-bottom:30px;}
.foot .foot1 .foLeft .fo1lxfs{}
.foot .foot1 .foLeft .fo1lxfs{ font-size:14px; line-height:22px; color:#fff;}
.foot .foot1 .foLeft .fo1lxfs div{ height:50px; padding-left:40px; display:flex; align-items: center;}
.foot .foot1 .foLeft .fo1lxfs div{}

.foot .foot1 .foRight{ display:flex;}
.foot .foot1 .foRight .gdtXun{ align-items:flex-start; width:200px;}
.foot .foot1 .foRight .gdtXun a{ line-height:46px; color:#fff; text-align:left;}
.foot .foot1 .foRight .gdtXun .gdtXunTitle{ font-size:16px; color:#FFFFFF; margin-bottom:0px;}
.foot .foot1 .foRight .gdtXun:nth-last-child(1){ width:fit-content; align-items:center;}
.gdtXun{ display:flex; flex-direction:column; align-items:center;}
.gdtXun a{ font-size:16px; line-height:40px; text-align:center;}
.gdtXun .gdtXunTitle{ font-size:24px; line-height:24px; font-weight:bolder; margin-bottom:30px;}


.foot .foot2{ display:flex; align-items:center; justify-content:space-between; padding:20px 0 35px; border-top:#6c6c6c solid 1px;}
.foot .foot2 .footLeft2{ display:flex; align-items:center;}
.foot .foot2 .footLeft2 span{ font-size:14px; color:#ffffff;}
.foot .foot2 .footLeft2 a{ font-size:14px; color:#ffffff; margin-right:10px;}
.foot .foot2 .footRight2{ display:flex; align-items:center;}
.foot .foot2 .footRight2 a{ font-size:14px; color:#ffffff; margin-left:20px;}

{}

.newsDetail{ margin:65px auto 100px; display:table; overflow:hidden;}
.newsDetail .detailBody{ width:100%; display:table-row;}
.newsDetail .detailBody .detailTitle{ font-size:38px; line-height:2em; display:table-cell; padding-right:30px; padding-bottom:10px; font-weight:bolder;}
.newsDetail .detailBody .detailZhan{ width:160px; display:table-cell;}
.newsDetail .detailRight{ display:table-row;}
.newsDetail .detailRight .detailContent{ font-size:16px; line-height:30px; display:table-cell; padding-right:30px;}
.newsDetail .detailRight .detailDeta{ width:160px;  display:table-cell; vertical-align: top;}
.newsDetail .detailRight .detailDeta .detailDetaBox{ border-left:#eeeeee solid 1px; padding-left:20px; display:flex; flex-direction:column;}
.newsDetail .detailRight .detailDeta .detailDetaBox .detailDetaTitle{}
.newsDetail .detailRight .detailDeta .detailDetaBox .detailDetaSmall{ font-size:22px; color:#0091dc; margin:15px 0 30px; font-weight:bolder;}

{}

.nav{ width:100%; height:110px; border-bottom:#e5e5e5 solid 1px; padding-top:20px; background:#FFFFFF;}
.nav .navNei{ width:100%; height:90px; display:flex; align-items:center; justify-content:center; }
.nav .navNei a{ display:block; text-align:center; font-size:18px; border-bottom:#f7f7f7 solid 3px; line-height:87px; margin:0 80px;}
.nav .navNei a.on{ border-bottom:#1296db solid 3px;}
.nav .navNei a:hover{ border-bottom:#1296db solid 3px;}

{}

.conTitle{ font-size:34px; font-weight:bolder; margin:90px auto 55px;}

.contact{ display:flex; justify-content:space-between; margin-bottom:140px;}
.contact .conLeft{ width:100%; height:600px;}
.contact .conRight{ width:100%; display:flex; flex-direction:column; padding-left:15px;}
.contact .conRight .conRow{ display:flex; align-items:center; background:#FFFFFF; height:68px; margin-bottom:30px; padding:0 26px;}
.contact .conRight .conRow .conRowLeft{ display:flex; align-items:center; flex-shrink:0; width:fit-content;}
.contact .conRight .conRow .conRowLeft img{ margin-right:14px;}
.contact .conRight .conRow .conRowLeft span{ font-size:16px; color:#999999; white-space:pre; width:fit-content; display:block;}
.contact .conRight .conRow input{ height:68px; padding:0 15px; line-height:68px; width:100%;}
.contact .conRight .conRow1{ background:#FFFFFF; margin-bottom:36px; width:100%; padding:25px;}
.contact .conRight .conRow1 textarea{ height:145px; width:100%;}
.contact .conRight .conRow2{ width:100%;}
.contact .conRight .conRow2 input{ width:100%; line-height:68px; height:68px; background:#0091dc; color:#FFFFFF; font-size:20px; cursor:pointer;}

{}

.fenye{ width:100%; display:flex; justify-content:center; align-items:center; margin:40px auto 70px; }
.fenye li{ margin:0 5px; border:#e5e5e5 solid 1px;}
.fenye li a{ height:40px; line-height:40px; text-align:center; padding: 0 17px; background:#FFFFFF; display:block;}
.fenye li:hover{ background:#1296db; border:#1296db solid 1px;}
.fenye li.on{ background:#1296db; border:#1296db solid 1px;}
.fenye li:hover a{ background:#1296db; color:#FFFFFF;}
.fenye li.on a{ background:#1296db; color:#FFFFFF;}

{}

.arrow{ width:1320px; max-width:94%; height:0; display:flex; justify-content:space-between; align-items:center; cursor:pointer; position:absolute; left:50%; top:50%; transform:translate(-50%,-50%); z-index: 9;}

.zhuying{ position:relative;}

.zhuyingPro{ width:1220px;}

.zhuyingItem{ display:flex; flex-direction:column; margin:0 10px;}
.zhuyingItem .zhuyingImg{ width:100%; position:relative; overflow:hidden;}
.zhuyingItem .zhuyingImg:before{ content:''; display:block; padding-top:calc( 100% * 374 / 591);}
.zhuyingItem .zhuyingTitle{ font-size:22px; font-weight:bolder; line-height:2em; margin-top:25px;}
.zhuyingItem .zhuyingSmall{ line-height:30px; color:#999999; display:-webkit-box; -webkit-box-orient:vertical; -webkit-line-clamp:3; overflow:hidden; height:90px;}
.zhuyingItem .zhuyingMore{ display:flex; align-items:center; margin-top:15px;}
.zhuyingItem .zhuyingMore span{ color:#0091dc; margin-right:10px;}

.tebiePro{ display:flex; flex-wrap:wrap; justify-content:space-between;}
.tebieItem{ display:flex; flex-direction:column; width:calc( 50% - 10px); margin-bottom:45px;}
.tebieItem .tebieImg{ width:100%; position:relative; overflow:hidden;}
.tebieItem .tebieImg:before{ content:''; display:block; padding-top:calc( 100% * 374 / 591);}
.tebieItem .tebieTitle{ font-size:22px; font-weight:bolder; line-height:2em; margin-top:25px;}
.tebieItem .tebieSmall{ line-height:30px; color:#999999; display:-webkit-box; -webkit-box-orient:vertical; -webkit-line-clamp:1; overflow:hidden;}
.tebieItem .tebieMore{ display:flex; align-items:center; margin-top:15px;}
.tebieItem .tebieMore span{ color:#0091dc; margin-right:10px;}

{}


.pageNav{ height:76px; display:flex; align-items:center;}
.pageNav i{ margin:0 10px;}

.productDetail{ margin-bottom:70px; background:#FFFFFF; padding:50px 35px;}

.tuku{ display:flex; flex-direction:column; align-items:center;}

.tuku .tukuTop{ position:relative; width: 100%; display: flex; justify-content: center;}
.tuku .tukuTop .tukuArrow{ width:600px; max-width:94%; height:0; display:flex; justify-content:space-between; align-items:center; cursor:pointer; position:absolute; left:50%; top:50%; transform:translate(-50%,-50%); z-index: 9;}
.tuku .tukuTop .datu{ width:460px; border:#d2d2d2 solid 1px;}
.tuku .tukuTop .datu li{ position: relative; overflow:hidden;}
.tuku .tukuTop .datu li:before{ content:''; display:block; padding-top:100%;}
.tuku .tukuBot{ width:470px;}
.tuku .tukuBot li{ margin:0 5px; position: relative; overflow:hidden; border:#d2d2d2 solid 1px;}
.tuku .tukuBot li:before{ content:''; display:block; padding-top:100%;}

.cpmc{ text-align:center; font-size:28px; padding:30px 0; font-weight:bolder;}

.cpsm{ border-top:#f8f7f7 solid 1px; padding:20px 0;}
.cpsm .cpsmTitle{ font-size:18px; line-height:40px; font-weight:bolder;}
.cpsm .cpsmSmall{ line-height:36px;}

{}

.news{}
.news .newsItem{ display:flex; flex-direction:column; align-items:center; margin-bottom:40px;}
.news .newsItem .newsImg{ width:100%; position:relative; overflow:hidden;}
.news .newsItem .newsImg:before{ content:''; display:block; padding-top:calc( 100% * 360 / 1200);}
.news .newsItem .newsText{ width:calc( 100% * 880 / 1200); max-width:880px; background:#FFFFFF; border-radius:10px; padding:25px; margin-top:-55px; position:relative; z-index:9;}
.news .newsItem .newsText .newsTop{ display:flex; align-items:center; justify-content: space-between;}
.news .newsItem .newsText .newsTop .newsTopTitle{ font-size:26px; font-weight:bolder;}
.news .newsItem .newsText .newsTop .newsTopDeta{ color:#0091dc;}
.news .newsItem .newsText .newsSmall{ line-height:36px; color:#666666; display:-webkit-box; -webkit-box-orient:vertical; -webkit-line-clamp:2; overflow:hidden; height:72px; margin:20px 0;}
.news .newsItem .newsText .newsMore{ display:flex; align-items:center; color:#0091dc;}
.news .newsItem .newsText .newsMore span{ margin-right:10px;}

{}

.partner1{ display:flex; align-items:center; margin-top:100px;}
.partner1 .partnerLeft1{ width:50%; position:relative;}
.partner1 .partnerLeft1:before{ content:''; display:block; padding-top:calc( 100% * 525 / 600);}
.partner1 .partnerLeft1 .partnerLeftImg1{ height:100%; width:960px; position:absolute; right:0; top:0;}
.partner1 .partnerRight1{ width:50%; position:relative; padding:95px 0 80px 85px; background:#FFFFFF;}
.partner1 .partnerRight1:before{ height:100%; width:1920px; background:#FFFFFF; position:absolute; left:100%; top:0; display:block; content:'';}
.partner1 .partnerRight1 .partnerRightText1{}
.partner1 .partnerRight1 .partnerRightText1 .partnerRightTitle1{ font-size:24px; font-weight:bolder; color:#0091dc;}
.partner1 .partnerRight1 .partnerRightText1 .partnerRightSmall1{ line-height:40px; color:#666666; margin-top:20px;}

.coop3{ width:100%; max-width:1214px; display:flex; flex-wrap:wrap; margin:0 auto 0px;}

.coopItem{ width:calc( 20% - 14px); margin:0 7px 14px; height:110px; position: relative; cursor:pointer;}
.coopItem .coopItemTitle{ width:100%; height:100%; display:flex; align-items:center; justify-content:center; background:rgba(246,191,85,0.9); color:#FFFFFF; position:absolute; left:0; top:0; z-index:9; font-size:16px; opacity:0; transition:all ease-in 0.3s;}
/*.coopItem:hover .coopItemTitle{ opacity:1;}*/
.coopItem .coopItemImg{ width:100%; height:100%; display:flex; align-items:center; justify-content:center; overflow:hidden; background:#FFFFFF;}

{}


.zzzs{ width:1252px; margin:0 auto; display:flex; flex-wrap:wrap;}
.zzzs li{ position:relative; overflow:hidden; width:calc( 25% - 52px); margin:0 26px 20px; background:#FFFFFF;}
.zzzs li:before{ content:''; display:block; padding-top:calc( 100% * 361 / 261);}

.zzjg{ text-align:center; margin:0 auto 140px;}

.fzlc{ overflow:hidden; background:url(../images/a3.jpg) no-repeat 50%,#f9fcfd; padding-bottom:60px;}

.lc{ display:flex; flex-direction:column; max-height:640px; flex-wrap:wrap; align-content:flex-start; background:;}
.lc .lcItem{ width:290px; margin-bottom:30px;}
.lc .lcItem .lcTitle{ font-size:20px; line-height:2em; font-weight:bolder;}
.lc .lcItem .lcSmall{ font-size:16px; line-height:36px; color:#666666;}

.about{ margin-bottom:125px; display:flex;}
.about .aboutLeft{ width:50%;}
.about .aboutRight{ width:50%; padding:0 70px;}
.about .aboutRight .aboutRightTitle{}
.about .aboutRight .aboutRightTitle p{ font-size:22px; color:#FFFFFF; line-height:52px; background:#0091dc; padding:0 10px; margin-bottom:13px; width: fit-content;}
.about .aboutRight .aboutRightSmall{ font-size:18px; line-height:44px; color:#666666; margin:0 0 45px;}
.about .aboutRight .aboutRightMore{ display:flex; justify-content:center; align-items:center;}
.about .aboutRight .aboutRightMore a{ max-width:310px; height:66px; line-height:66px; text-align:center; display:flex; justify-content:center; align-items:center; background:#111111; color:#FFFFFF; width:90%; border-radius:100px;}
.about .aboutRight .aboutRightMore a span{ margin-right:10px;}
.about .aboutRight .aboutRightMore a img{}

{}


.index3{ width:100%; background:url(../images/i10.jpg) no-repeat 50%/cover; display:flex; justify-content:center; align-items:center; font-size:40px; color:#FFFFFF; min-height:740px; margin-top:90px;}

.indexNews{ width:1220px; max-width:94%; margin:0 auto;}
.indexNews .inNewsItem{ margin:0 10px; background:#FFFFFF;}
.indexNews .inNewsItem .inNewsImg{ position:relative; overflow:hidden;}
.indexNews .inNewsItem .inNewsImg:before{ content:''; display:block; padding-top:calc( 100% * 234 / 386);}
.indexNews .inNewsItem .inNewsText{ padding:0 35px;}
.indexNews .inNewsItem .inNewsText .inNewsDeta{ font-size:12px; line-height:2em; color:#999999; margin-top:20px;}
.indexNews .inNewsItem .inNewsText .inNewsTitle{ font-size:18px; line-height:2em; display:-webkit-box; -webkit-box-orient:vertical; -webkit-line-clamp:2; overflow:hidden; }
.indexNews .inNewsItem .inNewsText .inNewsSmall{ font-size:12px; line-height:26px; color:#999999; display:-webkit-box; -webkit-box-orient:vertical; -webkit-line-clamp:6; overflow:hidden; }
.indexNews .inNewsItem .inNewsText .inNewsMore{ padding:0 20px; line-height:30px; background:#0091dc; border-radius:30px; color:#FFFFFF; width:fit-content; margin:20px 0 35px;}

.indexNews .slick-dots{ z-index:999; display: flex !important; justify-content: center; align-items: center; width:100%;}
.indexNews .slick-dots li{ width:25px; height:10px; font-size:0; border-radius:15px; margin:0 10px; transition:all ease 0.5s; cursor:pointer; background:#E5E5E5; opacity:1;}
.indexNews .slick-dots li.slick-active{ width:25px; height:10px; background:#0091dc; opacity:1;}
.indexNews .slick-dots li button{ width:100%; height:100%; opacity:0; cursor:pointer;}

.indexAbout{ position:relative; display:flex; overflow: hidden;}
.indexAbout .inabLeft{ position:relative; z-index:9; margin:95px 20px 0 0; width:calc( 50% - 20px);}
.indexAbout .inabCenter{ position:absolute; left:50%; transform:translateX(-50%) !important; top:40px; z-index:10;}
.indexAbout .inabRight{ position:relative; background:#FFFFFF; border-radius:10px; padding:45px 125px 40px 95px; z-index:8; width:50%; height:fit-content;}
.indexAbout .inabRight:before{ width:100%; position:absolute; left:-50%; top:0; height:100%; background:#FFFFFF; border-radius:10px; content:''; z-index:0;}
.indexAbout .inabRight .inabFtitle{ position:relative; z-index:10; font-size:16px; color:#666666;}
.indexAbout .inabRight .inabTitle{ position:relative; z-index:10; font-size:22px; line-height:44px; margin:15px 0;}
.indexAbout .inabRight .inabSmall{ position:relative; z-index:10; line-height:36px; color:#666666;}
.indexAbout .inabRight .inabMore{ position:relative; z-index:10; display:flex; justify-content:center; align-items:center; margin-top:30px;}
.indexAbout .inabRight .inabMore a{ width:320px; line-height:70px; color:#FFFFFF; text-align:center; border-radius:5px; background:#0091dc; display:block; margin:0 auto;}

{}

@media screen and (min-width:1200px){
	
.moTop{ display:none !important;}
.moMenuBox{ display:none !important;}


}
@media screen and (max-width:1500px){
	
.topMenu .topMenuXun { margin: 0 25px;}
.foot .foot1 .foRight .gdtXun { width: 150px;}

}
@media screen and (max-width:1200px){
.pc{ display:block;}
.mo{ display:none;}
.disable_text_highlighting,body {
	/*去除选中高亮*/
-webkit-touch-callout: none;
-webkit-user-select: none;    /* Webkit */
-moz-user-select: none;      /* Firefox */
-ms-user-select: none;        /* IE 10  */
        /* Opera 目前不支持在Opera，但将很快 */
-o-user-select: none;
user-select: none;
}

.pcTop{ display:none;}
.moTop{ display:flex;}


}
@media screen and (max-width:770px){




	 
}
@media screen and (max-width:640px){




}
@media screen and (max-width:420px){




}