/* CSS Document */
/*@font-face {
	font-family: 'Akzidenz';
	src: url('fonts/Akzidenz.eot');
	src: local('☺'), url('fonts/Akzidenz.woff') format('woff'), url('fonts/Akzidenz.ttf') format('truetype'), url('fonts/Akzidenz.svg') format('svg');
	font-weight: normal;
	font-style: normal;
}*/
body, div, dl, dt, dd, ul, ol, li, pre, form, fieldset, input, textarea, p, blockquote, th, td, font, form, p, h1, h2, h3, h4, h5, h6, span, a { padding: 0px; margin: 0px; }
input, select { font-size: 13px; line-height: 16px; }
html, body { -webkit-text-size-adjust: none; font-size: 13px; color: #3e3e3e; background:#fff; }/*google浏览器字体兼容*/
body { font-family:Alibaba Sans,Arial, Helvetica, sans-serif,"微软雅黑", "宋体"; width: 100%;}
img { border: 0; }
ul, li { list-style-type: none; }
a { text-decoration: none; color: #333; outline: none; }
a:hover { color: #1239A0; text-decoration: none; }
a:active { star:expression(this.onFocus=this.blur());}
.cl { clear: both; }
.fl { float: left; }
.fr { float: right; }
.tc { text-align: center; }
.tl { text-align: left; }
.tr { text-align: right; }
.dis { display: block; }
.undis { display: none; }
.huangse { color: #eae678 }
.yellow { color: #ed6b1e }
.green { color: #007b3f }
.red { color: #e1550b }
.hui { color: #696868 }
.hui2 { color: #929292 }
.red2 { color: #ae1202 }
.orange { color: #ffb400; }
.Dgreen { color: #0e652c; }
.hei { color: #000 }
.blue { color: #007e40 }
.f12 { font-size: 12px }
.f14 { font-size: 14px }
.f16 { font-size: 16px }
.f18 { font-size: 18px }
.fb { font-weight: bold }
.line30 { line-height: 30px; }
.line35 { line-height: 35px; }
.border_bottom { border-bottom: 1px #CCCCCC dashed; }
DIV.none { DISPLAY: none }
.display { display: block }
.space { height: 5px; clear: both; _height: 0px; line-height: 5px }
.left { float: left }
.right { float: right }
.w1200,.container { width:1200px; margin: 0 auto; }
.clearfix:after { content: "."; display: block; height: 0; clear: both; visibility: hidden; }
.margin_bottom30 { margin-bottom: 30px; }
.margin_bottom24{ margin-bottom:24px;}
input.search_text:-ms-input-placeholder{color: #fff;opacity:1;}
input.search_text::-webkit-input-placeholder{color: #fff;opacity:1;}
*,*:before,*:after{-webkit-box-sizing:border-box;box-sizing:border-box;}

/*index start*/
.head{ width:100%; height:99px;/*box-shadow: 0 3px 12px #0000002e;*/ position:relative; z-index:999; top:0; left:0; border-bottom:1px rgba(255,255,255,0.1) solid; background:#fff;}
.logo{ padding-top:20px; width:138px;}
.headr{}
.headr .headrt{ line-height:25px; text-align:right;color: #999999;font-size: 14px; font-weight: 400;}
.headr .headrt a{ color: #111111; padding:0 5px;}
.headr .headrt a:hover{ color:#1239A0}
.headr .headrt span{ color:#111;}
.headr .headrc{}
.headr .headrc .search{}

.menu{ width:auto; height:auto; margin-right:25px;}
.menu ul li{ float:left; width:auto; height:auto; line-height:99px;position: relative; z-index: 999; padding:0 20px;}
.menu ul li:last-child{ background:none;}
.menu ul li a{ display:block; font-size:16px; color:#333; text-align:center; position:relative; z-index:99;}
.menu ul li a:hover{ color:#333;}
.menu ul li a:before{ content:""; width:0; height:3px; background:#333; position:absolute; z-index:100; left:0; bottom:0;transition: all 0.3s ease-in-out 0s;}
.menu ul li a.on{ color:#333;}
.menu ul li a.on:before{ width:100%;}
.menu ul li a:hover:before{ width:100%;}

.menu ul li dl { width: 182px; height: auto; position: absolute; z-index: 999; background: #fff; border-top: 1px #ccc solid; top: 80px; left: 0; }
.menu ul li dl dd a { display: block; width: 182px; height: 45px; line-height: 45px; text-align: center; border-bottom: 1px #ccc solid; font-size: 14px; color: #333; }
.menu ul li dl dd a:hover { background: #3dcd58; color: #333; }

.language{ width:105px; height:40px; margin-top:29px; line-height:40px; position:relative; z-index:99; border:1px #d6d5d4 solid; border-radius:6px;}
.language p{ text-indent:30px; line-height:40px; background:url(../images/language.png) no-repeat 75% 50%; color:#333; font-size:16px; text-transform:uppercase;}
.language dl{ width:105px; height:auto; position:absolute; z-index:100; left:0; top:38px; padding-bottom:10px;background:#f4f4f4; display:none;}
.language:hover dl{ display:block;}
.language dl dd a{ display:block; line-height:30px; text-align:center; font-size:14px; }

.search{ width:17px; height:20px; position:relative; z-index:1000; padding-top:31px;}
.search a{ display:block; height:20px;}
.search .headrls { width: 0;  background: #fff; position: absolute; z-index: 9999; top: 60px; right: 0; margin: 0; -webkit-transition: all .4s; transition: all .4s; overflow: hidden; }
.search .headrls form{padding:0;height: 47px; width:246px;border:1px #ccc solid;}
.search.headshow .headrls { width: 246px;}
.search .headrls img { position: absolute; z-index: 10000; top: -7px; right: 14px; display:none; }
.headrls_sub { width: 50px; height: 45px; border: 0; background: url(../images/top_search_sub.png) no-repeat 50% 50% #fff; background-size:30% auto; cursor: pointer; outline:none;}
.headrls_text { width: 194px; height: 45px; border: 0; line-height: 45px; background: #fff; color: #666666; font-size: 14px; text-indent: 15px; outline:none;}


.ibanner{ width:100%; height:auto;}
.ibanner a{ display:block; width:100%; height:auto; position:relative; z-index:99;}
.ibanner a img.bimg{ display:block; width:100%; height:auto;}
.ibannerc{ position:absolute; z-index:100; top:35%; left:10%; color:#fff;}
.ibannerct{ font-size:60px; line-height:60px;}
.ibannerci{ width:480px; height:auto; margin:25px 0 50px 0; font-size:16px; line-height:25px;}
.ibannerc_m{ width:210px; height:69px; background:url(../images/more.png) no-repeat; line-height:69px; text-align:center; color:#fff; font-size:18px;}

.ibanner .swiper-pagination-bullet{ width:12px; height:12px; line-height:12px; background:#fff;opacity: 0.5;border-radius:12px;color: #fff; font-size:16px;}
.ibanner .swiper-pagination-bullet-active{width:12px; background:#fff; opacity: 1;border-radius:12px;color: #fff; font-size:16px; font-weight:bolder;}
.ibanner>.swiper-pagination-bullets{ bottom:30px;}
.ibanner>.swiper-pagination-bullets .swiper-pagination-bullet{ margin:0 5px;bottom:0;}

/*.ibanner .ibanner-prev{ width:62px; height:62px; background:url(../images/prev.png) no-repeat 50% 50%; position:absolute; z-index:100; top:50%; margin-top:-31px; left:75px; outline:none; cursor:pointer; opacity:1;}
.ibanner .ibanner-prev:hover{background:url(../images/prev.png) no-repeat 50% 50%; opacity:1;}
.ibanner .ibanner-next{width:62px; height:62px; background:url(../images/next.png) no-repeat 50% 50%; position:absolute; z-index:10; top:50%; margin-top:-31px; right:75px; outline:none; cursor:pointer; opacity:1;}
.ibanner .ibanner-next:hover{background:url(../images/next.png) no-repeat 50% 50%; opacity:1;}*/

.bannerc{position: relative;overflow: hidden; height:auto;}
.bannerc .swiper-wrapper{}
.bannerc .swiper-wrapper .swiper-slide{ width:100%; height:auto; position:relative; z-index:9;}
.bannerc .swiper-wrapper .swiper-slide img.bimg{ display:block; width:100%; height:auto;}

.bannerc_c{ width:1200px; height:auto; position:absolute; z-index:10; top:50%; left:50%; margin-left:-600px; margin-top:-90px; color:#fff; text-align:center;}
.bannerc_c_1{ font-size:60px; line-height:90px;}
.bannerc_c_3{ padding-top:30px;}

.load-video{display:block;width:76px;height:76px;margin:0 auto;cursor:pointer;transform:translateY(0%);opacity:1;transition:transform 0.6s ease-out,opacity 0.6s}
.load-video img{display:block;width:100%}
.load-video:before,.load-video::after{content:' ';position:absolute;top:-60%;left:-60%;width:220%;height:220%;border:#ffffff 1px solid;border-radius:50%;box-sizing:border-box;transform:scale(0.6);animation-duration:3s;opacity:0;animation-iteration-count:infinite;animation-timing-function:cubic-bezier(0.55, 0.23, 0.62, 1)}
.load-video::after{animation-delay:1.5s;transform:scale(1)}

.main_sw.index .box3.animate .wrap .cont .video-btn{padding:3% 0;overflow:hidden}
.main_sw.index .box3.animate .wrap .cont .load-video{transform:translateY(0);opacity:1;transition-delay:0.4s}
.load-video:hover:before,.load-video:hover::after{animation-name:loader}

.video-box{position:absolute;top:0;left:0;width:100%;height:100%}
.video-box .video{position:absolute;top:0;left:0;width:100%;height:100%;opacity:0;filter:alpha(opacity=0);transition:opacity 1s}
.video-box .video.cur{opacity:1;filter:alpha(opacity=100)}
.video-box .video.video-on .bg-box{opacity:0;filter:alpha(opacity=0)}
.video-box video{position:absolute;bottom:0;left:0;display:block;width:100%; height:100%;object-fit:cover}

.video-box .bg-box{position:absolute;top:0;left:0;width:100%;height:100%;transition:opacity 1s}
.video-box .bg,.video-box .mb-bg{position:absolute;top:0;left:0;width:100%;height:100%}
.video-box .mb-bg{display:none}

.tran300{transition:300ms ease-out;-webkit-transition:300ms ease-out;-ms-transition:300ms ease-out;-moz-transition:300ms ease-out;-o-transition:300ms ease-out;}
.tran500{transition:500ms ease-out;-webkit-transition:500ms ease-out;-ms-transition:500ms ease-out;-moz-transition:500ms ease-out;-o-transition:500ms ease-out;}
.tran800{transition:800ms ease-out;-webkit-transition:800ms ease-out;-ms-transition:800ms ease-out;-moz-transition:800ms ease-out;-o-transition:800ms ease-out;}
.tran1000{transition:1000ms ease-out;-webkit-transition:1000ms ease-out;-ms-transition:1000ms ease-out;-moz-transition:1000ms ease-out;-o-transition:1000ms ease-out;}
.video-box:hover .bg{transform:scale(1.1);}

.ison .video{opacity:1;filter:alpha(opacity=100);}
.ison .bg-box{opacity:1;}
.ison .bannerc_c_1{opacity:1;}
.ison .bannerc_c_2{opacity:1;}

.iabout{ padding:100px 0;}
.iabout .con{ width:575px; height:auto;}
.iabout .con .tit{font-weight: 700;font-size: 40px;line-height: 56px;color: #111;}
.iabout .con .info{font-weight: 400;font-size: 16px;line-height: 34px;color: #666; margin:20px auto;}
.iabout .con .num{ border-top:1px #e0e0e0 solid; border-bottom:1px #e0e0e0 solid; padding:25px 0;}
.iabout .con .num .list{ float:left;}
.iabout .con .num .list .list_i{font-weight: 400;font-size: 16px;line-height: 32px;color: #666;}
.iabout .con .num .list .list_c{font-weight: 400;font-size: 16px;line-height: 32px;color: #666;}
.iabout .con .num .list .list_c span{font-weight: 700;font-size: 39px;line-height: 50px;color: #111; padding-right:8px; font-family:Arial, Helvetica, sans-serif;}
.iabout .con .num .list:nth-of-type(1){ width:40%;}
.iabout .con .num .list:nth-of-type(2){ width:28%;}
.iabout .con .num .list:nth-of-type(3){ width:32%;}
.iabout .con .more{ display:block;width: 160px;height: 60px;background: #245aa8;font-weight: 400;font-size: 16px;line-height: 60px;color: #fff; text-align:center; margin-top:30px;}
.iabout .con .more:hover{background: #114186; color:#fff;}
.iabout .img{ width:540px; height:auto;}

.ipro{ width:100%; height:auto; padding:150px 0 100px 0;}
.ipro .con{ width:500px; height:auto; margin-bottom:160px;}
.ipro .con .cont{ padding-bottom:30px; border-bottom:1px #676770 solid;}
.ipro .con .cont .cont_en{font-weight: 400;font-size: 32px;line-height: 32px;color: #fff; text-transform:uppercase; margin-bottom:18px;}
.ipro .con .cont .cont_cn{font-weight: 700;font-size: 44px;line-height: 54px;color: #fff;}
.ipro .con .coni{ padding:25px 0 40px 0;font-weight: 400;font-size: 16px;line-height: 32px;color: #fff;}
.ipro .con .more{ display:block;width: 160px;height: 49px;background: transparent;border: 1px solid #fff; line-height:47px; text-align:center; color:#fff;font-weight: 400;
font-size: 16px;}
.ipro .con .more:hover{border: 1px solid #245aa8; background:#245aa8; color:#fff;}

.ipro .cate{}
.ipro .cate ul li{width: 32%; margin: 0 2% 0 0; float:left; background:#fff; line-height:70px; padding-left:}
.ipro .cate ul li:nth-of-type(3n){ margin-right:0;}
.ipro .cate ul li a{ display:block; background:#fff; text-align:center;font-weight: 700;font-size: 24px;line-height: 70px;color: #111;}
.ipro .cate ul li a p{ display:inline-block; padding-left:40px;}
.ipro .cate ul li:nth-of-type(1) a p{ background:url(../images/i_pro_icon1.png) no-repeat left 50%;} 
.ipro .cate ul li:nth-of-type(2) a p{ background:url(../images/i_pro_icon2.png) no-repeat left 50%;} 
.ipro .cate ul li:nth-of-type(3) a p{ background:url(../images/i_pro_icon3.png) no-repeat left 50%;} 

.ipro .cate ul li:nth-of-type(1) a.on p{ background:url(../images/i_pro_icon1_on.png) no-repeat left 50%;} 
.ipro .cate ul li:nth-of-type(2) a.on p{ background:url(../images/i_pro_icon2_on.png) no-repeat left 50%;} 
.ipro .cate ul li:nth-of-type(3) a.on p{ background:url(../images/i_pro_icon3_on.png) no-repeat left 50%;} 

.ipro .cate ul li:nth-of-type(1) a.on{ background:#245AA8; color:#fff;} 
.ipro .cate ul li:nth-of-type(2) a.on{ background:#245AA8; color:#fff;} 
.ipro .cate ul li:nth-of-type(3) a.on{ background:#245AA8; color:#fff;}

.ipartner{ padding:130px 0; background:url(../images/i_partner_bg.png) no-repeat center center;}
.ipartner .con{ width:440px; height:auto; padding-top:30px;}
.ipartner .con .con_t{font-weight: 700;font-size: 40px;line-height: 56px;color: #111;}
.ipartner .con .con_c{ margin:25px auto 40px auto;font-weight: 400;font-size: 16px;line-height: 34px;color: #666;}
.ipartner .con .more{display:block;width: 160px;height: 60px;background: #245aa8;font-weight: 400;font-size: 16px;line-height: 60px;color: #fff; text-align:center; margin-top:30px;}
.ipartner .con .more:hover{background: #114186; color:#fff;}

.ipartner .img{ width:710px; height:auto;}
.ipartner .img .list{width: 32%; margin: 0 2% 20px 0; float:left;}
.ipartner .img .list:nth-of-type(3n){ margin-right:0;}
.ipartner .img .list a{ display:block;}
.ipartner .img .list a img{ display:block; width:100%; height:auto; border-radius:5px;box-shadow:0 0 6px 0 rgba(0, 0, 0, 0.15);}
.ipartner .img .list a:hover img{box-shadow:0 0 6px 0 rgba(0, 0, 0, 0.45);}

.icontent{ width:100%; height:auto;}
.icontent .list{ width:50%; float:left;}
.icontent .list a{ display:flex; width:100%; height:800px;flex-direction: column;flex-wrap: nowrap;justify-content: center;align-items: center;}
.icontent .list a .con{ max-width:500px; padding:30px; color:#fff; text-align:center;}
.icontent .list a .con .cont{font-weight: 700;font-size: 52px;line-height: 56px;color: #fff;}
.icontent .list a .con .conc{font-weight: 400;font-size: 16px;line-height: 34px;color: #fff; margin:20px auto 0 auto;}

.foot{ width:100%; height:auto; background:#303030; border-bottom:1px #bdbdbd solid; padding:65px 0 80px 0;}
.foot .footl{ width:420px; height:auto;}
.foot .footl .flogo{}
.foot .footl .ewm{ margin-top:70px;}
.foot .footl .ewm .list{ width:114px; height:auto; float:left; margin-right:25px; text-align:center;}
.foot .footl .ewm .list .img{}
.foot .footl .ewm .list .tit{ padding-top:8px; line-height:22px; color:#fff; font-size:16px;}

.foot .footr{ width:570px; height:auto;}
.foot .footr .footrt{}
.foot .footr .footrt .con{ width: calc(100% - 66px);width: -moz-calc(100% - 66px);width: -webkit-calc(100% - 66px);}
.foot .footr .footrt .con ul li{ float:left; width:33.33%; margin-bottom:15px;}
.foot .footr .footrt .con ul li a{font-weight: 700;font-size: 20px;line-height: 30px;color: #fff;}
.foot .footr .footrt .con ul li a:hover{ color:#cd0104;}
.foot .footr .footrt .more{ width:66px; height:auto;}
.foot .footr .footrc{ margin-top:70px;font-weight: 400;font-size: 16px;line-height: 36px;color: #fff;}

.copyright{ padding:30px 0; text-align:center; width:100%; background:#303030;font-weight: 400;font-size: 16px;line-height: 36px;color: #fff; text-align:center;}
/*index end*/

/*about start*/
.common_banner{ width:100%; height:600px;}
.common_banner .con{ padding-top:235px;}
.common_banner .con .cont{font-weight: 700;font-size: 68px;color: #fff;opacity: 0.5; line-height:70px; text-transform:uppercase;}
.common_banner .con .conline{width: 88px;height: 6px;background: #245aa8; margin:20px 0;}
.common_banner .con .conc{font-weight: 400;font-size: 46px;color: #fff; line-height:55px;}

.abouta{ width:100%; height:auto; background:#f6f6f6; padding:80px 0;}
.abouta .con{ margin-bottom:60px;}
.abouta .con .conl{ width:570px; height:auto;}
.abouta .con .conl .conl_t{font-weight: 700;font-size: 42px;color: #111; line-height:55px;}
.abouta .con .conl .conl_i{font-weight: 300;font-size: 24px;color: #777; line-height:35px; margin:15px 0 30px 0;}
.abouta .con .conl .info{font-weight: 400;font-size: 16px;line-height: 32px;color: #333;}
.abouta .con .img{ width:580px; height:auto;}

.abouta .num{}
.abouta .num .list{ width:25%; float:left; min-height:170px; text-align:center; padding:0 3%; position:relative; z-index:1;}
.abouta .num .list::before{ content:""; width:1px; height:110px; background:#d0d0d0; position:absolute; z-index:10; top:50%; margin-top:-55px; right:0;}
.abouta .num .list:nth-of-type(4)::before{ display:none;}
.abouta .num .list .icon{}
.abouta .num .list .tit{ margin:20px 0 12px 0;font-weight: 700;font-size: 24px;line-height: 48px;color: #262c3f;}
.abouta .num .list .info{font-weight: 400;font-size: 14px;line-height: 24px;color: #a09fa4;}


.aboutd{ padding:100px 0;}
.aboutd .tit{font-weight: 700;font-size: 48px;text-align:center;color: #111; line-height:56px;}
.aboutd .info{font-weight: 300;font-size: 24px;text-align: center;color: #777; margin:16px auto 20px auto;}
.aboutd .con{ margin-top:35px;}
.aboutd .con .cont{ position:relative; z-index:9; width:100%; padding:0 15%;}
.aboutd .con .cont:before{ display:block; content:""; width:100%; height:2px; background:#e8e8e8; position:absolute; left:0; top:5px;}
.aboutd .con .cont .list{font-weight: 400;font-size: 20px;text-align:center;color: #111; line-height:28px; padding-top:28px; background:url(../images/deve_icon.jpg) no-repeat 50% top;}
/*.aboutd .con .cont .swiper-slide.swiper-slide-active .list{background:url(../images/deve_icon_on.jpg) no-repeat 50% top;color: #649ba7;}*/

.aboutd .con .cont .swiper-slide.on .list{background:url(../images/deve_icon_on.jpg) no-repeat 50% top;color: #245AA8;}


.aboutd .con .conb{ margin-top:40px;}
/*.aboutd .con .conb .list{ width:23.5%; margin:0 2% 0 0;background: #f5f5f5; float:left;}
.aboutd .con .conb .list:nth-of-type(4n){ margin-right:0;}
.aboutd .con .conb .list .img{}
.aboutd .con .conb .list .img img{ display:block;width:100%; height:auto;}
.aboutd .con .conb .list .conbc{ padding:20px;}
.aboutd .con .conb .list .conbc .conbc_t{font-weight: 700;font-size: 16px;line-height: 30px;color: #111; height:60px; overflow:hidden;}
.aboutd .con .conb .list .conbc .conbc_c{font-weight: 400;font-size: 12px;line-height: 25px;color: #777; height:150px; overflow:hidden; overflow-y:auto;}*/

.aboutd .con .conb .list{ width:100%;/*background: #f5f5f5;*/}
.aboutd .con .conb .list:nth-of-type(4n){ margin-right:0;}
.aboutd .con .conb .list .img{ width:45%; float:left;}
.aboutd .con .conb .list .img img{ display:block;width:100%; height:auto;}
.aboutd .con .conb .list .conbc{ float:right; width:50%; min-height:330px;display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: center;}
.aboutd .con .conb .list .conbc .conbc_t{font-weight: 700;font-size: 20px;line-height: 30px;color: #111; height:auto; margin-bottom:15px;}
.aboutd .con .conb .list .conbc .conbc_c{font-weight: 400;font-size: 16px;line-height: 28px;color: #777; height:auto; width:80%;}

.aboutb{ width:100%; height:752px; position:relative; z-index:1;}
.aboutb .aboutb_tit{ position:absolute; z-index:9; width:100%; height:auto; text-align:center; top:55px; left:0;}
.aboutb .aboutb_tit .aboutb_tit_t{font-weight: 700;font-size: 36px;color: #fff; line-height:45px;}
.aboutb .aboutb_tit .aboutb_tit_i{font-weight: 400;font-size: 14px;color: #fff; line-height:23px; margin-top:18px;}
.aboutb .list{ width:33.333%; height:752px; float:left; padding:440px 60px 0 60px; color:#fff;}
.aboutb .list .con{}
.aboutb .list .con .con_1{}
.aboutb .list .con .con_2{width: 16px;height: 2px;background: #fff; margin:34px 0 25px 0;}
.aboutb .list .con .con_3{font-weight: 400;font-size: 14px; line-height:24px;}
.aboutb .list .con .con_4{font-weight: 400;font-size: 24px; line-height:30px;}
.aboutb .list .con .con_5{font-weight: 400;font-size: 16px; line-height:28px;}

.aboutb .list:hover{ background:rgba(255,255,255,0.2);/*background: linear-gradient(180.00deg, #ffffff00 0%, #fff 100%);opacity: 0.5;*/ border-bottom:6px #e60012 solid;}
.aboutb .list.on{ background:rgba(255,255,255,0.2);/*background: linear-gradient(180.00deg, #ffffff00 0%, #fff 100%);opacity: 0.5;*/ border-bottom:6px #e60012 solid;}

/*about end*/

/*product start*/
.nbody{ padding:75px 0;background: #f8f8f8;}
.pcon{}
.pcon .pleft{ width:240px; height:auto;}
.pcon .pleft ul li{ }
.pcon .pleft ul li > a{ display:block;padding:15px 35px 15px 0; border-bottom:1px #cccccc solid; background:url(../images/ncate_icon.png) no-repeat right 13px;font-weight: 700;
font-size: 16px;line-height: 18px;text-align: left;color: #111;}
.pcon .pleft ul li > a.on{background:url(../images/ncate_icon_on.png) no-repeat right 13px;}
.pcon .pleft ul li.on > a{background:url(../images/ncate_icon_on.png) no-repeat right 13px;}
.pcon .pleft ul li > a:hover{ color: #245AA8;}
.pcon .pleft ul li dl{ padding:15px 0; display:none;}
.pcon .pleft ul li dl dd{ margin-bottom:3px;}
.pcon .pleft ul li dl dd a{color: #111111;font-size: 14px;font-weight: 400; line-height:30px;}
.pcon .pleft ul li dl dd a:hover{ color: #245AA8;}
.pcon .pleft ul li dl dd a.cur{ color: #245AA8;}
.pcon .pleft ul li > a.on + dl{ display:block;}
.pcon .pleft ul li.on dl{ display:block;}


.pcon .pright{ width:905px; height:auto;}
.pcon .pright .plist{}
.pcon .pright .plist .list{width: 32%; margin: 0 2% 30px 0; float:left;}
.pcon .pright .plist .list:nth-of-type(3n){ margin-right:0;}
.pcon .pright .plist .list a{ display:block; background:#fff; padding:30px; text-align:center;}
.pcon .pright .plist .list a .img{ width:100%; height:auto; padding-top:75%;}
.pcon .pright .plist .list a .img img{ display:block; width:100%; height:auto;}
.pcon .pright .plist .list a .tit{font-weight: 400;font-size: 18px;line-height: 44px; height:44px; overflow:hidden;color: #111; margin:15px 0;}
.pcon .pright .plist .list a .more{ background:url(../images/plist_more.jpg) no-repeat 80% center #245aa8;width: 102px;height: 32px; line-height:32px; color:#fff; margin:0 auto; text-align:left; text-indent:20px;}
.pcon .pright .plist .list a:hover .tit{ color:#245AA8;}
.pcon .pright .plist .list a:hover{box-shadow:0 0 12px 0 rgba(0, 0, 0, 0.25);}

.pdcon{ width:100%; height:auto; background:#f5f6f8; padding-bottom:100px;}
.pdcon .pda{ background:#fff; padding:60px;}
.pdcon .pda .img{ width:500px; border:1px #dddddd solid;}
.pdcon .pda .con{ width:520px; padding-top:18px;}
.pdcon .pda .con .tit{font-weight: 700;font-size: 36px;line-height: 32px;color: #111;}
.pdcon .pda .con .info{font-weight: 400;font-size: 20px;line-height: 36px;color: #111; margin:25px 0;}
.pdcon .pda .con .more{ display:block; background:url(../images/plist_more.jpg) no-repeat 80% center #245aa8;width: 140px;height: 45px; line-height:45px; color:#fff; text-align:left; text-indent:30px; font-size:17px;}
.pdcon .pda .con .oimg{ margin-top:90px;}
.pdcon .pda .con .oimg ul li{width:22.75%; margin:0 3% 10px 0; float:left; border:1px #dddddd solid;}
.pdcon .pda .con .oimg ul li:nth-of-type(4n){ margin-right:0;}
.pdcon .pda .con .oimg ul li.on{border:1px #9e1f64 solid;}
.pdcon .pda .con .oimg ul li img{ display:block; width:100%; height:auto;}

.mess{ background:#fff; margin-top:40px;}
.mess .tit{ font-weight: 400;font-size: 38px;line-height: 28px;color: #111; text-align:center; padding-top:40px;}
.mess .con{ padding:37px;}
.mess .con .conc{color: rgba(126, 126, 126, 1);font-size: 18px; line-height:25px; text-align:center;}
.mess .con .conmes{ margin-top:35px;}
.mess .con .conmes .list{ margin-bottom:29px;position:relative; z-index:9;}
.mess .con .conmes .list .listl{ width:558px; border:1px #d2d2d2 solid; height:62px; position:relative; z-index:9;}
.mess .mes_text{ width:100%; height:60px; border:0; line-height:60px;font-weight: 400;font-size: 16px;color: #9e9e9e; text-indent:22px;}
.mess .mess_textarea{ width:100%; height:258px; border:0; line-height:60px;font-weight: 400;font-size: 16px;color: #9e9e9e; text-indent:22px;border:1px #d2d2d2 solid;}
.mess .con .conmes .list .listr{ width:558px;border:1px #d2d2d2 solid; height:62px;position:relative; z-index:9;}
.mess .con .conmes .list:nth-of-type(1) .listl p{ width:62px; height:62px; position:absolute; z-index:10; top:0; right:0; border-left:1px #d2d2d2 solid; background:url(../images/mess_icon1.jpg) no-repeat center center;}
.mess .con .conmes .list:nth-of-type(1) .listr p{ width:62px; height:62px; position:absolute; z-index:10; top:0; right:0; border-left:1px #d2d2d2 solid; background:url(../images/mess_icon2.jpg) no-repeat center center;}
.mess .con .conmes .list:nth-of-type(2) .listl p{ width:62px; height:62px; position:absolute; z-index:10; top:0; right:0; border-left:1px #d2d2d2 solid; background:url(../images/mess_icon3.jpg) no-repeat center center;}
.mess .con .conmes .list:nth-of-type(2) .listr p{ width:62px; height:62px; position:absolute; z-index:10; top:0; right:0; border-left:1px #d2d2d2 solid; background:url(../images/mess_icon4.jpg) no-repeat center center;}
.mess .con .conmes .list:nth-of-type(3) p{ width:62px; height:62px; position:absolute; z-index:10; top:0; right:0;background:url(../images/mess_icon5.jpg) no-repeat center center;}
.mess .con .conmes .list:nth-of-type(4) .listl{ width:583px;}
.mess .con .conmes .list:nth-of-type(4) .listl img{ position:absolute; z-index:10; top:0px; right:1px;border-left:1px #d2d2d2 solid;}
.mess .con .conmes .list:nth-of-type(4) .listr{ border:0; width:502px;}
.mess .con .conmes .list:nth-of-type(4) .listr .mes_sub{ width:100%; height:62px; line-height:62px; border:0; background:#ee1d23; color:#fff; font-size:20px;font-weight: 400; text-align:center; cursor:pointer;}
.mess .con .conmes .list:nth-of-type(4) .listr .mes_sub:hover{ background:#aa161a;}
/*product end*/

/*jszb start*/
.jszbc{ padding:100px 0;}
.jszbc .list{ margin-bottom:30px; background:#f2f2f2;}
.jszbc .list:last-child{ margin-bottom:0;}
.jszbc .list .img{ width:600px; height:auto;}
.jszbc .list .con{ width:600px; height:auto; padding:70px 40px;font-weight: 400;font-size: 20px;line-height: 50px;text-align: left;color: #111;}
/*jszb end*/

/*job start*/
.jobcon{ padding:80px 0;}
.joba{ padding-bottom:40px;}
.joba .img{ width:553px; height:auto;}
.joba .con{ width:605px; height:auto;font-weight: 400;font-size: 18px;line-height: 36px;color: #333;}

.jobc{ width:100%; height:auto;}
.jobc .jobct{}
.jobc .jobct .short{font-size:24px; color:#e62129; font-weight:bolder; line-height:45px; text-transform:uppercase;}
.jobc .jobct .tit{font-size:42px; color:#010101; line-height:48px; text-transform:uppercase; margin:10px auto 10px auto; font-weight:bold;}
.jobc .jobct .tit span{ color:#e62129;}

.jobcc .list{ margin-bottom:30px;}
.jobcc .list .tit{ width:100%; border-radius:5px; padding:15px 40px; line-height:40px; display:flex;justify-content:space-between; cursor:pointer; text-align:left;background: #f8f8f8;}
.jobcc .list .tit .titl{}
.jobcc .list .tit .titl .titl_t{font-size:20px; line-height:30px; font-weight:bolder;color: #111;}
.jobcc .list .tit .titl .titl_i{font-weight: 400;font-size: 12px;line-height: 30px;color: #111;}

.jobcc .list .tit .titr{ width:30px; height:30px; background:url(../images/faq_tt_more.png) no-repeat 50% 50%; margin-top:15px;}
.jobcc .list .con{ border-radius:0 0 5px 5px; padding:30px 40px; background:#f8f8f8; font-size:18px; color:#333333; line-height:32px; display:none;}
.jobcc .list.on .tit{ background: #245aa8;}
.jobcc .list.on .tit .titl{ color:#fff;}
.jobcc .list.on .tit .titr{ background:url(../images/faq_tt_more_on.png) no-repeat 50% 50%;color:#fff;}
.jobcc .list.on .con{ display:block;}
.jobcc .list.on .tit .titl .titl_t{ color:#fff;} 
.jobcc .list.on .tit .titl .titl_i{ color:#fff;}

.jobcc .list .con .conm{ padding-top:15px;}
.jobcc .list .con .conm a{ display:inline-block; width:178px; height:50px; line-height:50px; border-radius:5px; background:#e62129; text-align:center; color:#fff; font-size:16px; text-transform:uppercase; margin-right:20px;}
.jobcc .list .con .conm a:hover{ background:#1239A0; color:#fff;}
/*job end*/

/*contact start*/
.contact{ padding:0 0 0 0;}
.contact .con{ width:480px; height:auto;}
.contact .con .con_1{font-weight: 400;font-size: 34px;line-height: 59.5px;color: #111; font-weight:bolder;}
.contact .con .con_2{font-weight: 400;font-size: 20px;line-height: 42px;color: #666; margin-bottom:23px;}
.contact .con .con_3{font-weight: 400;font-size: 16px;line-height: 26px;color: #111;}
.contact .con .con_4{font-weight: 600;font-size: 20px;line-height: 32px;color: #1b5aa7; margin-bottom:25px;}
.contact .con .con_5{font-weight: 400;font-size: 16px;line-height: 26px;color: #111;}
.contact .con .con_6{font-weight: 600;font-size: 20px;line-height: 32px;color: #1b5aa7;margin-bottom:25px;}
.contact .map{ width:700px;box-shadow:0 0 15px 0 rgba(0, 0, 0, 0.25); background:#fff; padding:10px; border-radius:8px;}
.contact .map img{ max-width:100%; height:auto;}

.c_mess{ padding:50px 0 80px 0;}
.c_mess .tit{font-weight: 700;font-size: 34px;line-height: 50px;color: #333;}
.c_mess .info{font-weight: 400;font-size: 14px;line-height: 28px;text-align: left;color: #666; margin:20px 0 25px 0;}
.c_mess .con{}
.c_mess .con .list{ margin-bottom:20px;position:relative; z-index:1;}
.c_mess .con .list .listl{ width:585px; position:relative; z-index:1;}
.c_mess .con .list span{ position:absolute; z-index:9; top:25px; right:20px; font-size:16px;}
.c_mess .con .list .mess_text{ width:100%; height:60px; border:0; background:#f8f8fa; color:#333; text-indent:20px; line-height:60px; font-size:16px;}
.c_mess .con .list .mess_textarea{ width:100%; height:60px; border:0; background:#f8f8fa; color:#333; line-height:30px; font-size:16px; height:220px; padding:20px;}
.c_mess .con .list .list_a{ width:585px; position:relative; z-index:2;}
.c_mess .con .list .list_b{ width:170px; margin-left:20px;}
.c_mess .con .list .list_c{ width:240px;}
.c_mess .con .list .mess_yzm{width:100%; height:60px; border:0; background:#f8f8fa; color:#333; text-indent:20px; line-height:60px; font-size:16px;}
.c_mess .con .list .mess_sub{ width:100%; height:60px; line-height:60px; border:0; background:#1b5aa7; font-size:16px; color:#fff; text-align:center; cursor:pointer;}
/*contact end*/


.pageController { width:100%; padding: 30px 0; line-height: 25px; text-align:center;}
.pageController a { display:inline-block; width:35px; height:35px; line-height:35px; background-color: #e1e1e2; color: #333; margin-right: 10px; font-weight:bolder; text-align:center;-webkit-border-radius: 100%;-moz-border-radius: 100%;border-radius: 100%;}
.pageController a:hover { background-color: #123aa1; color: #FFF; text-decoration: none;  }
.pageController .xuanzhong { background-color: #123aa1; color: #FFF; font-weight: bold; }

/*add start*/
.scate{ width:100%; border-bottom:2px #e3e3e3 solid; background:#fff; text-align:center;}
.scate a{ display:inline-block; height:70px; line-height:68px; margin-right:120px;font-size: 18px;font-weight: 400;color: rgba(0, 0, 0, 1); position:relative; z-index:2;}
.scate a:before{ content:""; width:0; height:2px; background:#3473f4; position:absolute; z-index:10; left:0; bottom:0;}
.scate a:hover:before{ width:100%;}
.scate a.on:before{ width:100%;}
.scate a:hover{ color:#3473f4;}
.scate a.on{ color:#3473f4;}

.pagec{width: 100%;height: auto;background: #f7f7f7;padding: 50px 0;}
.pagec .tit{font-size: 24px;font-weight: 400;line-height: 30px;color: rgba(0, 0, 0, 1); text-align:center; padding-bottom:30px; border-bottom:2px #e3e3e3 solid;}
.pagec .con{ padding:40px 0;font-size: 16px;font-weight: 400;line-height: 35px;color: rgba(0, 0, 0, 1);}
.pagec .con img{ max-width:100%; height:auto;}
.pagec .con table td{ padding:2px 5px;}