/*header&&footer */

body{ color: #333333;}
.word-clamp, .ellipsis{ white-space: nowrap; overflow: hidden; text-overflow: ellipsis;}
input, textarea{ outline: none;}
a{ color: #333333;}
a:hover{ color: #0071c5;}
.more a:hover, .header-navbar a:hover, .right-navbar *{transition: all 1s;-moz-transition: all 1s;-webkit-transition: all 1s;-o-transition: all 1s;}
.hidden{ display: none;}


@media screen and (min-width:768px){
    /*header*/
	.max-width{ max-width: 1400px;}
	
	
	.header{background: #000000; width: 100%; position: fixed; top: 0; z-index: 99999999999999999999;}
	.header-box{position: relative;}
	.header-logo{float: left; padding-top: 20px; padding-left: 19px;}
	.header-txt{ line-height: 37px; color: #ffffff; font-size: 18px; padding-top: 20px; padding-left: 10px; float: left;}
    
    .header-navbar{float: right;}
	.header-navbar a .line{ height: 3px; position: absolute; bottom: 0px;}
    .header-navbar a{ line-height: 70px;font-size:20px;color:#FFFFFF; display: block;  white-space: nowrap; padding-left: 25px; padding-right: 25px; position: relative;}
	.header-navbar a.down{ background: url(../images/menu-sanjiao.png) right center no-repeat; padding-right: 35px;}
	.header-navbar a:hover, .header-navbar .active>a{ color: #0071c5;}
	.header-navbar a:hover .line,  .header-navbar .active .line{ width: 80%; left: 10%; height: 3px; background: #0071c5;}
	.header-navbar a.down:hover, .header-navbar .active>a.down{ background-image: url(../images/menu-sanjiao1.png);}
	
	.header-navbar .menu{ min-width: 100%;}
	.header-navbar .menu-item a{ padding-left: 0; padding-right: 0; display: block; width: 100%; padding-left: 20px; padding-right: 20px;}

    /*footer*/
    .footer{background-color:#060605;  color: #ffffff;}
	.footer a{ color: #ffffff;}
    .footer-box{width: 98%; max-width: 1400px; padding-top: 70px; padding-bottom: 75px;}
	.footer-box .footer-box-con{ float:left; width: 800px}
	.footer-box .footer-logo .img{ float: left; margin-right: 20px;}
	.footer-box .footer-logo .tit{ float: left; font-size: 30px; color: #0071c5;}
	.footer-box .footer-menu li{ float: left; line-height: 120px; text-align: left; }
	.footer-box .footer-menu li a{ color: #0071c5; font-size: 22px; line-height: 118px; padding-right: 50px;}
	
	.footer-contact div{ float: left; line-height: 40px; font-size: 18px; color: #cccccc;}
	.footer-contact .address, .footer-contact .phone{ width: 485px;} 
	.footer-ewm{ float: right; padding-left: 150px; margin-right:30px;}
	.webicp{ line-height:45px; border-top: 1px solid #2e2e2d; background: #0f0f0e; padding-top: 20px; padding-bottom: 20px;}
	
	.hover-hide{ display: none!important;}

	.bottom-navbar{ display: none;}
	
	.friendly-link .link{ line-height: 24px; color: #888888; font-size: 12px; border-bottom: 1px solid #d7d7d7; max-width: 1400px;}
	.friendly-link .link a{ color: #888888;}
	
	
	.right-navbar{width:auto;height:auto;z-index:100;position:fixed;right:0px;top:50%;text-align:center; margin-top: -100px;}
	.right-navbar.active{top:200px;bottom:auto;}
	.right-navbar,.right-navbar a,.right-navbar p{font-size:12px;color:#fff;}
	.right-navbar .item{display:block;width:49px;height:49px;line-height:48px;cursor:default;position: relative;top: 0;right: 0; border: 1px solid #636060; border-bottom: 0px;}
	.right-navbar .item:first-child{margin-top:0;}
	.right-navbar .item:hover, .right-navbar .active{background-color:#002fa7;}
	.right-navbar .item img{max-height: 100%}
	.right-navbar .item .word{display:inline-block;line-height:1.2;vertical-align:middle;}
	
	.right-navbar .qqico{ background: url(../images/right01.png) center center no-repeat #ffffff;}
	.right-navbar .qrcode{ background: url(../images/right02.png) center center no-repeat #ffffff;}
	.right-navbar .phone{ background: url(../images/right05.png) center center no-repeat #ffffff;}
	.right-navbar .mobile{ background: url(../images/right03.png) center center no-repeat #ffffff;}
	.right-navbar .back-top{ background: url(../images/right04.png) center center no-repeat #ffffff; border-bottom: 1px solid #636060;}
	
	.right-navbar .qqico:hover{ background: url(../images/right01-ac.png) center center no-repeat #002fa7;}
	.right-navbar .qrcode:hover{ background: url(../images/right02-ac.png) center center no-repeat #002fa7;}
	.right-navbar .phone:hover{ background: url(../images/right05-ac.png) center center no-repeat #002fa7;}
	.right-navbar .mobile:hover{ background: url(../images/right03-ac.png) center center no-repeat #002fa7;}
	.right-navbar .back-top:hover{ background: url(../images/right04-ac.png) center center no-repeat #002fa7;}
	
	.right-navbar .item.qrcode .hides{position: absolute;right: 60px;top: 0;width: 0;height: 0;text-align: center;overflow: hidden;}
	.right-navbar .item.qrcode:hover .hides{width: 140px;height: 140px;line-height: 140px;}
	
	.right-navbar .item.phone .hides{position: absolute;right: 60px;top: 0;width: 0;height: 0;text-align: center;overflow: hidden; white-space: nowrap;}
	.right-navbar .item.phone:hover .hides{width: 200px;height: 50px;line-height: 50px; background: #002fa7; font-size: 14px;}
	
	.right-navbar .item.mobile .hides{position: absolute;right: 60px;top: 0;width: 0;height: 0;text-align: center;overflow: hidden; white-space: nowrap;}
	.right-navbar .item.mobile:hover .hides{width: 200px;height: 50px;line-height: 50px; background: #b91826; font-size: 14px;}
	
}
@media screen and (max-width:767px){
    .header{padding-top: 0.4rem; padding-bottom:0.32rem; margin-left: auto; margin-right: auto; background: #000000;}
    .header-logo{float: left; padding-left: 0.4rem;}
	.header-logo img{ height: 0.48rem; vertical-align: top;}
	.header-txt{ line-height: 0.48rem;; color: #ffffff; font-size: 0.24rem; padding-left: 0.133rem; float: left;}
    .header-box{margin-right: auto;margin-left: auto;position: relative;top: 0;left: 0}
    .header-navbar a{ position: relative;  display: block;  white-space: nowrap; text-align: right; border-bottom: 1px solid #fef1d9; line-height: 1.2rem; padding-right:1.133rem; color: #FFFFFF;}
	.dropdown .down .line{ position: absolute; top: 0; background: url(../images/menu-sanjiao.png) right center no-repeat; width: 1.2rem; height: 1.2rem; right: 0;}
	.header-navbar .dropdown .menu a{ background: #0071c4;}
	
	
     /*footer*/
    .footer{background-color:#060605;  color: #ffffff;}
	.footer a{ color: #ffffff;}
    .footer-box{width: 8.466rem; padding-top: 0.8rem; padding-bottom: 0.8rem; position: relative;}
    .footer-box .footer-logo .img{ float: left; margin-right: 0.266rem; height: 0.653rem;}
	.footer-box .footer-logo .img img{ height: 0.653rem;}
    .footer-box .footer-logo .tit{ float: left; font-size: 0.56rem; color: #0071c5;}
	.footer-box .footer-contact{ width: 8.466rem; margin-left: auto; margin-right: auto; margin-top: 0.64rem; font-size: 0.333rem; line-height: 0.8rem;}
    .footer .webicp{ background: #0f0f0e; text-align: center; line-height: 0.3rem; color: #FFFFFF; font-size: 0.24rem; padding-top: 0.266rem; padding-bottom: 0.266rem; border-top: 1px solid #1c1c1c;}
    .footer .webicp a{ color: #FFFFFF;}
	
	
	
    .bottom-navbar{width: 7.026rem;position: fixed;bottom:0.906rem;left: 1.487rem;z-index: 1000;background-color: #ffffff;box-shadow: 0px 0px 0.266rem 0.106rem #b7b7b7;border-radius:0.666rem}
    .bottom-navbar .navbar{width: 88%;margin-right: auto;margin-left: auto;padding-left: 0.4rem; padding-right: 0.4rem}
    .bottom-navbar .item{float: left;width: 33.333%;height:1.053rem;background-repeat: no-repeat;background-position: center;background-size: auto 100%;}
    .bottom-navbar .item a{display: block;width: 100%;height: 100%}
    .bottom-navbar .item-1{background-image: url(../images/f_10.png);}
    .bottom-navbar .item-2{background-image: url(../images/f_09.png);}
    .bottom-navbar .item-3{background-image: url(../images/f_07.png);}
    .bottom-navbar .hover-hide{display: none;width: 3.44rem; height:3.44rem;position: absolute;bottom:2.56rem;left:50%; margin-left: -1.72rem;}
	
	
	
}

/* sm + */
@media screen and (min-width:768px){
    .more{width: 160px;}
    .more a{ display: block; border:2px solid #0071c5; border-radius: 5px; font-size: 20px; display: block; line-height: 40px; text-align: center; color: #0071c5;}
	.more a:hover{ background: #0071c5; color: #FFFFFF;}
	
	.tit-cn{white-space: nowrap; font-size: 36px; font-weight: bold; color: #333333; position: relative; margin-bottom: 5px;}
	.tit-cn .line{ position: absolute; width: 110px; left: 50%; margin-left: -55px; bottom: 0; height: 2px; background: #0071c5;}
	
	
	.index-banner{width: 100%;}
	.index-banner img{ width: 100%;}
	
	.banner .carousel-indicators li{ background: url(../images/icon1.png) transparent center top no-repeat; width: 22px; height: 22px; border: none;}
	.banner .carousel-indicators li.active{ background: url(../images/icon.png) transparent center top no-repeat;}
	.banner .carousel-control-prev, .banner .carousel-control-next{ position: absolute;  width: 49px; height: 53px; top: 50%; margin-top: -27px;}
	.banner .carousel-control-prev{ background-image: url(../images/style/left.png); left: 5%; }
	.banner .carousel-control-next{ background-image: url(../images/style/right.png); right: 5%; }
	
	
	
	
	.index-csrs{ background: url(../images/index-csrs.jpg) center top no-repeat; min-height: 694px;}
	.index-csrs .con{ float: right; width: 63.857%; padding-top: 115px;}
	.index-csrs .des{ float: left; width: 95%;}
	.index-csrs .des .tit-cn{ float: right; line-height: 60px; height:63px; color: #000000; }
	.index-csrs .des .line{ float: right;}
	.index-csrs .des .tit{ margin-top: 65px; font-size: 36px; float: left; width: 100%; height: 54px;}
	.index-csrs .des .sub{ float: left; width: 100%; font-size: 18px; color: #045fa6; height: 45px;}
	.index-csrs .des .description{ float: left; width: 100%; line-height: 32px; text-align: justify; text-indent: 2em; font-size: 16px;}
	.index-csrs .more{margin-top: 50px;float: right;  }
	
	
	.index-product{ background: url(../images/index-probg.jpg) center top no-repeat; min-height: 771px;}
	.index-product .max-width{ padding-top: 80px;}
	.index-product .tit-cn{ width: 170px; text-align: center; color: #FFFFFF; height: 55px;}
	.index-product .con{ width: 70%; margin-top: 95px;}
	.index-product .con .img img{ width: 50%; max-width: 186px;}
	.index-product .con .tit01{ margin-top: 30px; font-size: 25px; line-height: 40px; text-align: center; color: #ffd90d;}
	.index-product .con .tit{ text-align: center; line-height: 30px; color: #ffd90d; margin-top: 15px; font-size: 20px; }
	.index-product .con .des{ width: 270px; line-height: 24px; color: #ffffff; text-align: justify; margin-top: 24px;}
	
	.index-application{ padding-top: 40px; background: #ededed; padding-bottom: 36px;}
	.index-application .tit-cn{ width: 170px; text-align: center; height: 55px;}
	.index-application .con{ margin-top: 40px;}
	.index-application .con .col-sm-4{ margin-bottom: 35px;}
	.index-application .con .item{ width: 97%; position: relative; }
	.index-application .con .item .bg{background:rgba(0,0,0,0.6); position: absolute; bottom: 0; height: 116px; width: 100%; z-index: 10;}
	.index-application .con .item .txt{ position: absolute; bottom: 0; width: 100%; z-index: 100; height: 105px;}
	.index-application .con .item .txt .tit{ width: 95%; font-size: 32px; font-weight: bold; color: #0071c5; height: 45px;}
	.index-application .con .item .txt .tit a{color: #0071c5;}
	.index-application .con .item .txt .tit a:hover{ color: #FFFFFF;}
	.index-application .con .item .txt .des{ line-height: 22px; color: #ffffff; font-size: 14px; width: 93%; height: 44px; overflow: hidden; text-overflow: ellipsis;}
	
	
	.index-youshi{ background: url(../images/youshibg.jpg) center top no-repeat; min-height: 812px;}
	.index-youshi .max-width{ padding-top: 60px;}
	.index-youshi .tit-cn{ text-align: center; color: #0071c5; height: 55px; margin-bottom: 60px;}
	.index-youshi .tit-cn .line{ background: #FFFFFF;}
	
	
	
	.index-haochu{background: url(../images/haochubg.jpg) center top no-repeat; min-height: 686px;}
	.index-haochu .max-width{ padding-top: 64px;}
	.index-haochu .tit-cn{ width: 400px; text-align: center; color: #FFFFFF; height: 55px;}
	.index-haochu .tit-cn .line{ background: #FFFFFF;}
	.index-haochu .con{ width: 90%; margin-top: 75px;}
	.index-haochu .con .img img{ width: 50%; max-width: 186px;}
	.index-haochu .con .tit{ text-align: center; line-height: 30px; color: #ffd90d; margin-top: 45px; font-size: 20px;}
	.index-haochu .con .des{ width: 270px; line-height: 24px; color: #ffffff; text-align: justify; margin-top: 24px;}
	
	
	.index-rongyu .max-width{ padding-top: 50px;}
	.index-rongyu .tit-cn{ width: 170px; text-align: center; height: 55px;}
	
	.index-rongyu .con{ margin-top: 10px;}
	.index-rongyu .index-rongyu-con{ margin-top: 40px; border: 1px solid #d9d9d9; padding-top: 4px; padding-left: 2px; padding-right: 2px;}
	.index-rongyu .index-rongyu-con ul#tablist{ width: 100%; margin: 0 0 0 0; padding: 0 0 0 0;}
	.index-rongyu .index-rongyu-con ul#tablist li{ width: 33.33%; float: left;}
	.index-rongyu .index-rongyu-con ul#tablist li .item{ padding-left: 2px; padding-right: 2px;}
	.index-rongyu .index-rongyu-con ul#tablist li .item .title{ text-align: center; background: #e5e5e5; line-height: 46px; text-align: center; font-size: 18px;}
	.index-rongyu #tablist .sanjiao{width: 0;height: 0;border: 10px solid transparent;border-top-color: transparent;}
	.index-rongyu .index-rongyu-con ul#tablist li.active .item .title{ background: #0071c5; color: #FFFFFF;}
	.index-rongyu .index-rongyu-con ul#tablist li.active .item .sanjiao{ border-top-color: #0071c5;}
	
	.index-rongyu .scsb-banner{ width: 98%;}
	.index-rongyu .row1{ width: 90%; margin-left: auto; margin-right: auto;}
	.index-rongyu .scsb-banner .col-sm-2{ width: 20%;}
	.index-rongyu .scsb-banner .img{ width:95%; margin-left: auto; margin-right: auto; text-align: center; }
	.index-rongyu .scsb-banner .title{ text-align: center; line-height: 35px; font-size: 16px; width: 95%; white-space: nowrap; text-overflow: ellipsis; height: 48px; overflow: hidden; margin-left: auto; margin-right: auto; }
	.index-rongyu .scsb-banner .title a{ color:#666666}
	.index-rongyu .carousel-control-prev, .index-rongyu .carousel-control-next{ width: 27px; height: 115px; display: block; position: absolute; top: 122px; background-position: center center; background-repeat: no-repeat;}
	.index-rongyu .carousel-control-prev.h2, .index-rongyu .carousel-control-next.h2{ height: 206px;}
	.index-rongyu .scsb-banner .carousel-control-prev{ background-image: url(../images/banner-left.jpg); left: -83px;}
	.index-rongyu .scsb-banner .carousel-control-next{ background-image: url(../images/banner-right.jpg); right: -83px;}

	
	
	.index-sl{ background:#017ed4; text-align:center;  color: #ffffff;  margin-top: 78px; padding-top: 60px; padding-bottom: 60px;}
	.index-sl .num{ font-size: 56px; position:relative;}
	.index-sl .num sup{ font-size: 18px; position: absolute; top:15px}
	.index-sl .tit{ font-size: 18px;}
	.index-sl .rbg{ background: url(../images/line01.jpg) right no-repeat; background-size: 2px 60%;}
	
	
	.index-kehu{ background: url(../images/index-anli.jpg) left top repeat-x; padding-top: 60px;}
	.index-kehu .tit-cn{ width: 400px; text-align: center; color: #000000; height: 55px;}
	.index-kehu .index-kehu-con{ padding-top: 35px; padding-bottom: 90px;}
	.index-kehu .index-kehu-con .item{background: url(../images/index-anlibg.png) center no-repeat; width: 95%; height: 270px;}
	.index-kehu .index-kehu-con .item .img{ text-align: center;}
	.index-kehu .index-kehu-con .item .title{ font-size: 28px; line-height: 60px; text-align: center; text-overflow: hidden; text-overflow: ellipsis; color: #0071c5; white-space: nowrap; overflow: hidden; width: 95%; margin-left: auto; margin-right: auto;}
	.index-kehu .index-kehu-con .item .title a{ color: #0071c5;}
	.index-kehu .index-kehu-con .item .des{ width: 95%; max-width: 325px; margin-right: auto; margin-left: auto; font-size: 14px; color: #999999; line-height: 20px; text-align: justify;}
	
	
	
	
	.index-news{ background: #f6f6f6; padding-top: 60px;}
	.index-news .tit-cn{ width: 400px; text-align: center; color: #000000; height: 55px;}
	.index-news .body-width{ max-width: 1200px;}
	.index-news .row{ margin-top: 45px;}
	.index-news a{ color: #0071c5;}
	.index-news .date{ float: left; width: 18.78%; color: #333333;}
	.index-news .date .year{ font-size: 27px;}
	.index-news .date .month{ font-size: 21px; color: #666666;}
	.index-news .des{ width: 74%; float: left; color: #333333; line-height: 26px; height: 52px; overflow: hidden; margin-top: 5px; text-align: justify;}
	.index-news .NewsList .item{  float: left; width: 50%;}
	.index-news .NewsList .item .con{ width: 88%; margin-left: left; margin-right: auto; margin-left: auto; border-bottom: 1px solid #a2aab8; padding-top: 30px; padding-bottom: 15px;}
	.index-news .NewsList .item1 .con,.index-news .NewsList .item2 .con{border-top: 1px solid #a2aab8;}
	.index-news .NewsList .item .date{ width: 20%;}
	.index-news .NewsList .item .con .tit{ font-size: 20px; line-height: 30px; padding-right: 15px;}
	.index-news .NewsList .item .con .des{ margin-top: 5px; line-height: 24px; height: 48px; overflow: hidden;}
	.index-news .more{ padding-top: 55px; padding-bottom: 55px;}
	
	.index-hzhb-guest{ margin-bottom: 65px;}
	.index-hzhb-guest .index-hzhb{ float: left; width: 50%;}
	.index-hzhb-guest .index-hzhb img{ width: 93%; margin-left: auto; margin-right: auto;-webkit-box-shadow: 0px 0px 4px rgba(0,45,88,.2);-moz-box-shadow: 0px 0px 4px rgba(0,45,88,.2);box-shadow: 0px 0px 4px rgba(0,45,88,.2);}
	.index-hzhb-guest .index-hzhb li{ margin-bottom: 10px;}
	
	
	.index-hzhb-guest .index-guestbook{ float: right; width: 43.333%;}
	.index-guestbook .tit{ margin-bottom: 30px;}
	.index-hzhb-guest .form{ width: 100%;}
	.index-hzhb-guest .form form{ width: 100%;}
	.index-guestbook .input-group{ margin-bottom: 14px; border: 1px solid #7c7f84; text-align: center;}
	
	.index-guestbook .input-group .input-group-addon{ font-size: 18px; padding-left: 12px; padding-right: 0; padding-top: 0; padding-bottom: 0; line-height: 54px;  border-right: none; background: none; display: block; float: left; height: 54px; display: block;}
	.index-guestbook .input-group .form-control{padding-top: 0; padding-bottom: 0; line-height: 54px;font-size: 18px; height: 54px; border-left: none; background: none;  width: 95%; margin-left: auto; margin-right: auto; }
	.index-guestbook .form-group .form-control{ height: 156px; background: none; font-size: 18px; width: 95%; border: none; font-size: 18px;}
	.index-guestbook .form-group{ margin-bottom: 30px;border: 1px solid #7c7f84; width: 100%; padding-top: 10px; padding-bottom: 10px; text-align: center;}
	.index-guestbook .submit .btn-primary{ width: 138px; font-size: 20px; line-height: 44px; background: #002fa7; border: 1px solid #002fa7; color: #ffffff;}


	.nei-banner .hidden-xs{ height: 410px;}
	
	
	.company{ padding-top: 50px;}
	.company .tit-cn{ text-align: center; height: 54px; color: #0071c5;}
	.company .tit-cn .line{ width: 220px; margin-left: -110px;}
	.company .body-width{ max-width: 1200px;}
	.company .desc{line-height: 36px; font-size: 18px;}
	.company .desc1{ padding-top: 45px;  padding-bottom: 65px;}
	.company .desc2{ padding-top: 20px;  padding-bottom: 70px;}
	.company .desc3{ padding-top: 30px;  padding-bottom: 40px;}
	.company .desc4{ padding-top: 30px;  padding-bottom: 40px;}
	.company .row{ margin-bottom: 80px;}
	.company .row .col-sm-6 img{ width: 98%; margin-left: auto; margin-right: auto;}
	.company .row .col-sm-4 img{ width: 97%; margin-left: auto; margin-right: auto;}
	
	
	.founder{ margin-top: 57px;}
	.founder .body-width{ max-width: 1200px;}
	.founder .founderBg{ background: #f3f3f3; padding-top: 60px; padding-bottom: 60px;}
	.founder .founderBg .img{ float: left;}
	.founder .founderBg .info{ padding-top: 85px; padding-left: 90px; font-size: 36px; color: #0071c5; float: left; line-height: 57px;}
	.founder .about-content{ line-height: 36px; text-align: left; font-size: 18px; padding-top: 60px; padding-bottom: 60px;}
	
	
	.Solution{ margin-top: 50px;}
	.Solution .tit-cn{ text-align: center; height: 54px; color: #0071c5;}
	.Solution .tit-cn .line{ width: 216px; margin-left: -108px;}
	.Solution .body-width{ max-width: 1200px;}
	.Solution .desc{ padding-top: 50px; padding-bottom: 50px; font-size: 18px; line-height: 35px; margin-bottom: 40px;}
	.Solution .index-application{ background-color: transparent; padding-top: 0px; margin-bottom: 30px;}
	.Solution .index-application .max-width{ max-width: 1200px;}
	.Solution .desc.desc2{ padding-top: 20px;}
	
	
	
	.newslist{ margin-top: 90px; margin-bottom: 90px;}
	.newslist .body-width{ max-width: 1200px;}
	.newslist .list{ padding-top: 0px;}
	.newslist .list .item{padding-bottom: 20px; border-top: 1px solid #cbcbcb; padding-top: 20px;}
	.newslist .list .item1{ border-top: none;}
	.newslist .list .item .img{ float: left; width: 33.333%;}
	.newslist .list .item .img img{ width: 90%;}
	.newslist .list .item .con{ float: left; width: 46.5%;}
	.newslist .list .item .con .tit{ line-height: 72px; font-size: 23px; color: #2d2d2d;}
	.newslist .list .item .con .des{ color: #727272; font-size: 17px; line-height: 27px; height: 54px; overflow: hidden;}
	.newslist .list .item .date{ width: 10%; float: right; padding-top: 23px; color: #666666; font-size: 23px;}
	.newslist .list .item .date .month{ text-align: center;}
	.newslist .list .item .date .more{ text-align: center; padding-right: 10px; padding-top: 40px; width: 100%;}
	
	
	.Qualifylist .body-width{ max-width: 1200px;}
	.Qualifylist .body-width .desc{ padding-top: 55px; padding-bottom: 90px; line-height: 36px; font-size: 18px;}
	.Qualifylist .tit{ background-image: url(../images/Qualify-left.jpg), url(../images/Qualify-right.jpg), url(../images/Qualify-title-bg.jpg), url(../images/Qualify-line.jpg); background-position: left top, right top, center top, center top; background-repeat: no-repeat, no-repeat, no-repeat, repeat-x; line-height: 32px; text-align: center; font-size: 30px; color: #0071c5;}
	.Qualifylist .con{ border-left: 1px solid #b3b4b7; border-right: 1px solid #b3b4b7; border-bottom: 1px solid #b3b4b7; padding-top: 70px; padding-bottom: 40px; text-align: center;}
	.Qualifylist .Qualify2 .item2{ background: url(../images/line.jpg) left repeat-y;}
	.Qualifylist .Qualify1, .Qualifylist .Qualify2, .Qualifylist .Qualify3{ margin-bottom: 90px;}
	.Qualifylist .row{ width: 95%; margin-left: auto; margin-right: auto;}
	.Qualifylist .Qualify1 .row img{ max-width: 600px; width: 90%;}
	.Qualifylist .tit-zizhi{ font-size: 18px; line-height: 75px; height: 90px;}
	
	
	/*
	.product{ padding-top: 50px; padding-bottom: 50px;}
	.product .tit-cn{ text-align: center; height: 54px; color: #0071c5;}
	.product .tit-cn .line{ width: 220px; margin-left: -110px;}
	.product .body-width{ max-width: 1200px;}
	.product .desc{line-height: 36px; font-size: 18px;}
	.product .desc1{ padding-top: 40px;  padding-bottom: 60px;}
	.product .desc2{ padding-top: 15px;  padding-bottom: 20px;}
	.product .desc3{ padding-top: 30px;  padding-bottom: 80px;}
	.product .desc4{ padding-top: 30px;  padding-bottom: 40px; max-width: 1095px;}
	.product .desc4 table{border-top: 1px solid #1086ff;}
	.product .desc4 td{ vertical-align: top; line-height: 27px; padding-top:8px; padding-bottom: 8px; padding-left:8px; padding-right: 8px; border-bottom: 1px solid #1086ff; font-size: 14px;}
	.product .img{ margin-bottom: 70px;}
	*/
   
   .center-align{ text-align: center;}
   .product{ margin-top: 57px;}
   .product .product-tit{ width: 615px; line-height: 57px; color: #ffffff; font-size: 40px; background: #0071c5;}
   .product .product-titSub{ max-width: 1140px; line-height: 105px; background: url(../images/product-line.jpg) center center repeat-x; font-size: 35px; color: #0071c5;}
   .product .product-titSub span{ background: #ffffff; padding-left: 8px; padding-right: 8px;}
   .product .product-title{ margin-top: 35px; font-size: 30px; color: #0071c5;}
   .product .product-title span{ display: inline-block; text-align: center;  background: url(../images/product-bg.jpg) center center no-repeat; color: #FFFFFF; width: 57px; line-height: 57px; font-size: 35px;}
   .product .product-des{ color: #3e3a39; padding-top: 20px; padding-bottom: 20px; font-size: 18px; color: #3e3a39; max-width: 1200px; line-height: 30px} 
   .product .table{ max-width: 1100px;}
   .product .table ul{  display: table; width: 100%;}
   .product .table ul li{ display: table-cell; padding-right: 30px; line-height: 35px; text-align:left; position: relative; padding-left: 30px;}
   .product .table ul li span{ padding-right: 10px; position: absolute;  left: 0; display: block;}
   .product .table ul li:last-child{ padding-right: 0;}
   .product .product-img .tit{ color: #0071c5; font-size: 18px; line-height: 30px;}
   .product .product-line{ background: url(../images/product-line01.jpg) center top no-repeat; height: 1px; margin-top: 15px;}
   .product .product-des table, .product .product-des td, .product .product-des th{ border: 1px solid #0071c5; border-collapse: collapse; line-height: 50px;}
   .product .product-des th{ background: #0071c5; color: #FFFFFF;}
   .product .product-des .tb1{ font-size: 16px; line-height: 24px; padding-top: 10px; padding-bottom: 10px;}
   
   .product .line{ width: 58px; height: 7px; background: #0071c5; margin-top: 160px;}
   .product .tit-bot{ font-size: 37px; color: #0071c5; text-align: center; font-weight: bold; padding-bottom: 160px;}
   
   
   .mb40{ margin-bottom: 40px;}
   .mb90{ margin-bottom: 90px;}
   .w937{ max-width: 937px!important;}
   .w1015{ max-width: 1015px;}
   .w1200{ max-width: 1200px!important;}
   .w1146{ max-width: 1146px;}
	
	
	.pager{ padding-top: 90px; text-align: right;}
	.pager li{border: 1px solid #e8e8e8;}
	.pager li{ display: inline-block; font-size: 14px;}
	.pager li a{ color: #777777;}
	.pager li a.current, .pager li a:hover{ background: #002fa7; color: #FFFFFF;}
	
	
	

	
	.breadcrumb{ border-bottom: 1px solid #e6e6e6; margin-bottom: 80px; max-width: 1400px; font-size: 14px;}
	.breadcrumb ul{ background: url(../images/style/news-fanhui.jpg) 50px center no-repeat; padding-left: 80px;}
	.breadcrumb li{ float: left; line-height: 60px;}
	.breadcrumb li a{font-size: 14px;}
	
	
	
	
	.detail .h1, .detail .h2{ text-align: center;}
	.detail .h1{ font-size: 23px; padding-top: 5px; padding-bottom: 5px; line-height: 28px;}
	.detail .h2{ color: #737374;}
	.detail .word{ padding-top: 45px; padding-bottom: 60px; line-height: 40px; width: 95%; max-width: 1200px;}
	.detail .word p{ padding-bottom: 20px; text-indent: 2em}
	.detail .word table p{ padding-bottom: 0px;}
	
	.detail .thumb_con>img{width: 420px;height: 300px;}
	.detail .thumb_con .thumb li{width: 93px;float: left;margin-left: 8px;padding: 2px;border: 1px solid #ccc;margin-top: 8px;}
	.detail .thumb_con .thumb li.active{border-color: #f90;}
	.detail .thumb_con .thumb li:first-child,.detail .thumb_con .thumb li:nth-child(5n){margin-left: 0;}
	.detail .thumb_con .thumb li a img{width: 93px;height: 66px;float: left;}
	.detail .param{line-height: 2;}
	.detail .param.detail{width: 100%;margin-top: 20px;}
	.detail .param table{width: 100%;}
	.detail .param table,.detail .param table th,.detail .param td{border-collapse: collapse;border: 1px solid #ddd;padding: 0 5px;}
	.detail .param table tr>td:first-child,.detail .param table tr>th:first-child{white-space: nowrap;}
	
	.detail .content{ margin-top: 30px;}
	.detail .content img{max-width: 100%;}
	.detail .content .thumb_con{ margin-bottom: 30px;}
	
	.otherlink{ width: 600px; margin-bottom: 80px;}
	.otherlink .prev,.otherlink .next,.otherlink .turnto{ float: left; width: 33.33%;}
	.otherlink a{ display: block; width: 70%; margin-left: auto; margin-right: auto; line-height: 36px; text-align: center; border: 1px solid #000000; font-size: 18px; color: #000000;}
	.otherlink a:hover{ color: #ffffff; background-color: #002fa7;}

}

@media screen and (min-width:1150px) and (max-width:1400px){
	.header-navbar a{ font-size:16px; padding-left: 15px; padding-right: 15px;}
}

@media screen and (min-width:768px) and (max-width:1150px){
	.header-logo-right{ display: none;}
	.detail .content .thumb_con #thumb_view{ width: 400px; margin-left: auto; margin-right: auto; display: block}
	.detail .content .thumb_con .thumb{ width: 400px; margin-left: auto; margin-right: auto;}
}

@media screen and (min-width:768px) and (max-width:1360px){
	.tit-cn{ font-size:30px;}
	.index-csrs .des .tit{ font-size: 30px; margin-top: 50px; height: 45px;}
	.index-csrs .des .sub{ font-size: 16px; height: 40px;}
	
	.index-application .con .item .bg{height: 95px;}
	.index-application .con .item .txt{height: 85px}
	.index-application .con .item .txt .tit{ font-size: 20px; height: 32px;}
	
	.index-kehu .index-kehu-con{ padding-bottom: 50px;}
	.index-kehu .index-kehu-con .item .title{ font-size: 20px;}
	
	.index-kehu .index-kehu-con .item{ background-size: 100% auto; background-position: top center;}
	.index-kehu .index-kehu-con .item .img img{ width: 60%;}
	
	.index-news .NewsList .item .con .tit{ font-size: 16px;}
	.index-news .NewsList .item .con .des{ font-size: 14px; line-height: 20px; height: 40px; overflow: hidden; text-overflow: ellipsis;}
	
	
	.footer-box .footer-box-con{ width: 600px;}
	.footer-box .footer-logo .tit{ font-size: 30px;}
	.footer-box .footer-menu li{ line-height: 80px;}
	.footer-box .footer-menu li a{ font-size: 18px; padding-right: 20px; line-height: 80px;}
	.footer-contact div{ font-size: 16px; line-height: 30px;}
	.footer-box .footer-box-con{ padding-bottom: 30px;}
	.footer-ewm{ padding-left: 0; width: 200px; margin-right:30px;}
	
	
	.company .tit-cn, .product .tit-cn, .Solution .tit-cn{ height: 50px;}
	.company .desc, .product .desc, .Solution .desc{ width: 95%; font-size: 16px; line-height: 30px; padding-top: 20px; padding-bottom: 20px;}
	
	.Qualifylist .body-width .desc{ font-size: 16px; line-height: 30px; margin-left: auto; margin-right: auto; width: 95%;}
	
	.founder .body-width{ width: 95%;}
	.founder .founderBg .img{ width: 50%;}
	.founder .founderBg .info{ width: 45%; float: right; padding-left: 0;  font-size: 25px; line-height: 40px;}
	.founder .about-content{ font-size: 16px; line-height: 30px;}
	
	.Qualifylist .Qualify1, .Qualifylist .Qualify2, .Qualifylist .Qualify3{ width: 95%;}
	
	.newslist .list .item .con .tit{ font-size: 20px; line-height: 60px;}
	.newslist .list .item .con .des{ line-height: 24px; height: 48px; font-size: 16px;}
	.newslist .list .item .date .more{ padding-top: 20px;}
	
}

@media screen and (max-width:1600px){
	.index-rongyu .scsb-banner .carousel-control-prev{ background-image: url(../images/banner-left.jpg); left: 0px;}
	.index-rongyu .scsb-banner .carousel-control-next{ background-image: url(../images/banner-right.jpg); right: 0px;}
}

/* xs */
@media screen and (max-width:767px){
    .index-banner img{ width: 100%;}
	.banner .carousel-indicators{ bottom: 10px;}
	.banner .carousel-indicators li{ background: url(../images/icon1.png) transparent center top no-repeat; width: 0.24rem; height: 0.24rem; border: none; background-size: 100% auto;}
	.banner .carousel-indicators li.active{ background: url(../images/icon.png) transparent center top no-repeat; background-size: 100% auto;}
	.banner .carousel-control-prev, .banner .carousel-control-next{ position: absolute;  top: 50%; margin-top: -27px; width: 0.36rem; height: 0.48rem; background-size: 100% auto;}
	.banner .carousel-control-prev{ background-image: url(../images/style/left.png); left: 5%; }
	.banner .carousel-control-next{ background-image: url(../images/style/right.png); right: 5%; }
	
	
	
	.more a{width: 2.24rem; border-radius: 0.05rem; margin-left: auto; margin-right: auto; border: 1px solid #338dd1; display: block; text-align: center; line-height:0.72rem; font-size:0.373rem; color: #338dd1;}

	.index-banner{width: 100%;}
	.index-banner img{ width: 100%;}
	
	.tit-cn{white-space: nowrap; font-size: 0.533rem; text-align: center; height: 0.8rem; font-weight: bold; color: #333333; position: relative;}
	.tit-cn .line{ position: absolute; width: 1.466rem; left: 50%; margin-left: -0.733rem; bottom: 0; height: 2px; background: #0071c5;}
	
	.body-width{ padding-top: 1rem; padding-bottom: 1rem;}
	
	
	.index-csrs{background: url(../images/images/index-csrs-bg.jpg) center top no-repeat; background-size: auto 100%; padding-top: 0.6rem;}
	.index-csrs .con{ width: 9.066rem; margin-left: auto; margin-right: auto;}
	.index-csrs .img{ margin-top: 0.6rem; margin-bottom: 0.9rem;}
	.index-csrs .tit{ text-align: center; font-size: 0.533rem; line-height: 1.08rem;} 
	.index-csrs .sub{ text-align: center; font-size: 0.4rem; color: #045fa6; height: 1.2rem;}
	.index-csrs .description{ width: 8.7rem; margin-left: auto; margin-right: auto; line-height: 0.76rem; font-size: 0.373rem; text-indent: 2em; text-align: justify;}
	.index-csrs .more{ margin-top: 0.76rem; margin-bottom: 0.76rem; margin-left: auto; margin-right: auto; font-size: 0.373rem;}

	
	.index-product{ background: url(../images/images/index-probg.jpg) center top no-repeat; background-size: 100% auto;}
	.index-product .max-width{ padding-top: 0.88rem;}
	.index-product .tit-cn{text-align: center; color: #FFFFFF;}
	.index-product .con{ width: 90%; margin-top: 0.8rem;}
	.index-product .con .img img{ width: 2.2rem}
	.index-product .con .tit{ text-align: center; line-height: 0.6rem; color: #ffd90d; margin-top: 0.8rem; font-size: 0.466rem;}
	.index-product .con .des{ width: 8.44rem; text-align: center; line-height: 0.6rem; color: #ffffff; margin-top: 0.36rem; font-size: 0.373rem; line-height: 0.6rem;}
	.index-product .con .item{ padding-bottom: 0.76rem; border-bottom: 1px solid #0071c5; margin-bottom: 1.12rem;}
	.index-product .con .item:last-child{ margin-bottom: 0; border-bottom: none;padding-bottom: 0.9rem;}
	
	
	
	.index-application{ padding-top: 1.066rem; background: #ededed; padding-bottom: 1rem;}
	.index-application .con{ margin-top: 1.04rem;}
	.index-application .con .col-sm-4{ margin-bottom: 0.293rem;}
	.index-application .con .item{ width: 95%; position: relative; }
	.index-application .con .item .bg{display: none;}
	.index-application .con .item .txt{width: 100%; z-index: 100; height: 2.533rem; background: #0a0d0c;}
	.index-application .con .item .txt .tit{ width: 85%; font-size: 0.4rem; font-weight: bold; color: #0071c5; line-height: ; padding-top: 0.4rem; line-height: 0.64rem;}
	.index-application .con .item .txt .tit a{color: #0071c5;}
	.index-application .con .item .txt .tit a:hover{ color: #FFFFFF;}
	.index-application .con .item .txt .des{ line-height: 0.373rem; color: #ffffff; font-size: 0.266rem; width: 83%; height: 1.05rem; overflow: hidden; text-overflow: ellipsis;}
	.index-application .more{ margin-top: 0.76rem;}
	
	
	.index-youshi{ background: url(../images/images/youshibg.jpg) center top no-repeat; background-size: 100% auto;}
	.index-youshi .max-width{ padding-top: 0.76rem; padding-bottom: 1.5rem;}
	.index-youshi .tit-cn{color: #0071c5;}
	.index-youshi .tit-cn .line{ background: #FFFFFF;}
	.index-youshi .con{ color: #FFFFFF;}
	.index-youshi .des{ padding-left: 2.76rem; padding-right: 0.98rem; line-height: 0.56rem; font-size: 0.373rem;}
	.index-youshi .con1{ padding-top:0.64rem;}
	.index-youshi .con2{ margin-top:0.84rem;}
	.index-youshi .con3{ margin-top:0.8rem;}
	.index-youshi .con4{ margin-top:1.3rem;}
	.index-youshi .con5{ margin-top:1.3rem;}
	.index-youshi .con6{ margin-top:1.3rem;}
	
	
	
	.index-haochu{background: url(../images/images/haochubg.jpg) center top no-repeat;}
	.index-haochu .max-width{ padding-top: 1.2rem; padding-bottom: 1.96rem;}
	.index-haochu .tit-cn{text-align: center; color: #FFFFFF; }
	.index-haochu .tit-cn .line{ background: #FFFFFF;}
	.index-haochu .con{ width: 90%; }
	.index-haochu .item{ margin-top: 1.16rem;}
	.index-haochu .con .img img{ width: 2.36rem;}
	.index-haochu .con .tit{ text-align: center; color: #ffd90d; line-height: 1.32rem; font-size: 20px;}
	.index-haochu .con .des{ width: 8.466rem; line-height: 0.6rem; color: #ffffff; text-align: center; margin-left: auto; margin-right: auto;}
	
	
	
	.index-rongyu .max-width{ padding-top: 0.76rem;}
	.index-rongyu .tit-cn{text-align: center;}
	
	.index-rongyu .con{ margin-top: 0.133rem; border: 1px solid #d9d9d9; width: 98%; margin-left: auto; margin-right: auto; padding-top: 0.56rem; padding-bottom: 0.4rem; position: relative;}
	.index-rongyu .index-rongyu-con{ margin-top: 0.8rem; width: 8.506rem; margin-left: auto; margin-right: auto;}
	.index-rongyu .index-rongyu-con ul#tablist{ width: 100%; margin: 0 0 0 0; padding: 0 0 0 0;}
	.index-rongyu .index-rongyu-con ul#tablist li{ width: 33.33%; float: left;}
	.index-rongyu .index-rongyu-con ul#tablist li .item{ padding-left: 2px; padding-right: 2px;}
	.index-rongyu .index-rongyu-con ul#tablist li .item .title{ text-align: center; background: #e5e5e5; line-height: 0.64rem; text-align: center; font-size: 0.373rem;}
	.index-rongyu #tablist .sanjiao{width: 0;height: 0;border: 0.133rem solid transparent;border-top-color: transparent;}
	.index-rongyu .index-rongyu-con ul#tablist li.active .item .title{ background: #0071c5; color: #FFFFFF;}
	.index-rongyu .index-rongyu-con ul#tablist li.active .item .sanjiao{ border-top-color: #0071c5;}
	
	.index-rongyu .scsb-banner-m{ width: 98%;}
	.index-rongyu .scsb-banner-m .item .img{ width:95%; }
	.index-rongyu .scsb-banner-m .item .title{ text-align: center; line-height: 0.56rem; font-size: 0.35rem; width: 80%; white-space: nowrap; text-overflow: ellipsis; overflow: hidden; margin-left: auto; margin-right: auto;}
	.index-rongyu .scsb-banner-m .item .title a{ color:#666666}
	.index-rongyu .carousel-control-prev, .index-rongyu .carousel-control-next{ width: 0.54rem; height: 2.299rem; display: block; position: absolute; top: 1.626rem; background-position: center center; background-repeat: no-repeat;}
	.index-rongyu .scsb-banner-m .carousel-control-prev{ background-image: url(../images/banner-left.jpg); left: -0.7rem; background-size: 100% auto;}
	.index-rongyu .scsb-banner-m .carousel-control-next{ background-image: url(../images/banner-right.jpg); right: -0.7rem; background-size: 100% auto;}
	.index-rongyu .scsb-banner-m .img{ width:95%; margin-left: auto; margin-right: auto; text-align: center; }
	.index-rongyu .scsb-banner-m .title{ text-align: center; line-height: 0.6rem; font-size: 0.35rem;; width: 95%; white-space: nowrap; text-overflow: ellipsis; height: 0.8rem; overflow: hidden; text-align: center; margin-left: auto; margin-right: auto;}
	.index-rongyu .scsb-banner-m .title a{ color:#666666}
	
	
	
	.index-sl{ background:#017ed4; text-align:center;  color: #ffffff;  margin-top: 1.44rem; padding-top: 0.8rem; padding-bottom: 0.8rem;}
	.index-sl .max-width{ width: 9.5rem; margin-left: auto; margin-right: auto;}
	.index-sl .col-fl{ float: left; padding-left: 0.4rem; padding-right: 0.4rem;}
	.index-sl .num{ font-size: 0.8rem; position:relative;}
	.index-sl .num sup{ font-size: 0.24rem; position: absolute; top:0.2rem}
	.index-sl .tit{ font-size: 0.266rem;}
	.index-sl .rbg{ background: url(../images/line01.jpg) right no-repeat; background-size: 2px 60%;}
	
	
	.index-kehu{ background: url(../images/index-anli.jpg) left top repeat; padding-top: 0.84rem;}
	.index-kehu .tit-cn{ text-align: center; color: #000000;}
	.index-kehu .index-kehu-con{ padding-top: 0.773rem; padding-bottom: 0.72rem; width: 8.466rem;}
	.index-kehu .index-kehu-con .item{background: url(../images/index-anlibg.png) center top no-repeat; width: 95%; height:5.5rem; margin-bottom: 0.52rem; background-size: 100% auto;}
	.index-kehu .index-kehu-con .item .img{ text-align: center;  margin-bottom: 0.4rem;}
	.index-kehu .index-kehu-con .item .img img{ height: 1.9rem;}
	.index-kehu .index-kehu-con .item .title{ font-size:0.4rem; line-height: 0.84rem; text-align: center; text-overflow: hidden; text-overflow: ellipsis; color: #0071c5; white-space: nowrap; overflow: hidden; width: 95%; margin-left: auto; margin-right: auto;}
	.index-kehu .index-kehu-con .item .title a{ color: #0071c5;}
	.index-kehu .index-kehu-con .item .des{ width: 7.36rem; margin-right: auto; margin-left: auto; font-size: 0.333rem; color: #999999; line-height: 0.52rem; text-align: center; height: 1.56rem; overflow-y: hidden;}
	
	
	
	
	

	.index-news .tit-cn{ text-align: center; color: #000000;}
	.index-news a{ color: #0071c5;}
	.index-news .date{ display: none;}
	.index-news .des{ color: #333333; line-height: 0.6rem; height: 1.2rem; font-size: 0.333rem; overflow: hidden; text-align: justify;}
	.index-news .NewsList{ padding-top: 0.68rem;}
	.index-news .NewsList .item{ margin-left: auto; margin-right: auto; width: 8.466rem;}
	.index-news .NewsList .item .con{ margin-right: auto; margin-left: auto; border-top: 1px solid #a2aab8; padding-top: 0.4rem; padding-bottom: 0.4rem;}
	.index-news .NewsList .item .date{ text-align: right; color: #bbc1cb; font-size: 0.32rem; line-height: 0.48rem;}
	.index-news .NewsList .item .con .tit{ font-size: 0.4rem; line-height: 0.76rem; font-weight: bold; white-space: nowrap; text-overflow: ellipsis; overflow: hidden;}
	.index-news .NewsList .item .con .des{line-height: 0.6rem; height: 1.2rem; font-size: 0.333rem; overflow: hidden;}
	.index-news .more{ padding-top: 0.6rem; padding-bottom: 0.6rem;}
	
	
	.nei-banner .visible-xs{ height:4rem; background-size: 100% auto!important;}
	
	
	
	.main .body-width{ padding-top: 0; padding-bottom: 0;}
	.main .body-width.tit{ text-align: center; padding-bottom: 0.68rem;}
	
	
	.company{ padding-top: 0.8rem;}
	.company .tit-cn{ text-align: center; height: 0.72rem; color: #0071c5; font-size: 0.466rem;}
	.company .tit-cn .line{ width:2.88rem; margin-left: -1.44rem;}
	.company .body-width{ width: 8.453rem;}
	.company .desc{line-height: 0.773rem; font-size: 0.373rem;  width: 8.466rem;  margin-left: auto; margin-right: auto; text-align: justify;  padding-top: 0.5rem;  padding-bottom: 0.9rem;text-indent: 2em;}
	.company .desc2{ padding-top: 0.266rem;  padding-bottom: 0.4rem;}
	.company .desc3{ padding-top: 0.266rem;  padding-bottom: 0.4rem;}
	.company .desc4{ padding-top: 0.266rem;  padding-bottom: 0.4rem;}
	.company .row{ margin-bottom: 0.7rem;}
	.company .row img{margin-bottom: 0.28rem;}
	
	
	.main.founder .founderBg{ background: #f6f6f6; padding-top: 1rem; padding-bottom: 0.2rem;}
	.main.founder .founderBg .info{ padding-top: 0.64rem; padding-bottom: 0.52rem; text-align: center; line-height: 0.68rem;}
	.main.founder .founderBg .info font{ font-size: 0.533rem; color: #0071c5; font-weight: bold; height: 0.92rem; display: block;}
	.main.founder .index-csrs{ padding-top:1rem;}
	.main.founder .body-width{ width: 8.466rem; margin-left: auto; margin-right: auto;}
	.main.founder .index-csrs .con{ padding-top: 0.96rem; padding-bottom: 0.96rem;}
	.main.founder .index-csrs .con .tit{ font-size: 0.466rem; color: #262626; height: 0.72rem;}
	.main.founder .index-csrs .con .sub{ font-size: 0.373rem; height: 0.84rem; border-bottom: 1px solid #101010;}
	.main.founder .about-content{ padding-top: 0.96rem; line-height: 0.8rem; font-size: 0.373rem; color: #262626; text-align: justify; padding-bottom: 1rem;}
	.main.founder .about-content p{ padding-bottom: 0rem;}
	.main.founder .about-content b, .main.founder .about-content strong{ font-size: 0.426rem; color: #262626;}
	
	
	
	.product{ padding-top: 0.866rem; padding-bottom: 1.2rem; width: 8.466rem; margin-left: auto; margin-right: auto;}
	.product .tit-cn{ text-align: center; color: #0071c5;}
	.product .tit-cn .line{ width: 2.88rem; margin-left: -1.44rem;}
	.product .desc{line-height: 0.8rem; font-size: 0.373rem; text-indent: 2em; padding-top: 0.4rem;  padding-bottom: 0.52rem;}
	.product .desc4 table{border-top: 1px solid #1086ff;}
	.product .desc4 td{ vertical-align: top; line-height: 0.6rem; padding-top:0.106rem; padding-bottom: 0.106rem; padding-left:0.106rem; padding-right: 0.106rem; border-bottom: 1px solid #1086ff; font-size: 0.32rem; text-indent: 0rem;}
	.product .desc4 td:first-child{ white-space: nowrap;}
	.product .img{ margin-bottom: 0.933rem;}
	
	
	.center-align{ text-align: center;}
	.product{text-align: center;}
	.product .product-tit{ line-height: 0.76rem; color: #ffffff; font-size: 0.533rem; background: #0071c5; display: inline-block; padding-left: 0.266rem; padding-right: 0.266rem; margin-left: auto; margin-right: auto;}
	.product .product-titSub{ line-height: 1.48rem; background: url(../images/product-line.jpg) center center repeat-x; font-size: 0.466rem; color: #0071c5;}
	.product .product-titSub span{ background: #ffffff; padding-left: 0.2rem; padding-right: 0.2rem; font-size: 0.35rem;}
	.product .product-title{ margin-top: 0.466rem; font-size: 0.466rem; color: #0071c5;}
	.product .product-title span{ display: inline-block; text-align: center;  background: url(../images/product-bg.jpg) center center no-repeat; color: #FFFFFF; background-size: 100% auto; width: 0.76rem; line-height: 0.76rem; font-size: 0.466rem;}
	.product .product-des{ color: #3e3a39; padding-top: 0.266rem; padding-bottom: 0.266rem; font-size: 0.373rem; color: #3e3a39; line-height: 0.8rem; text-align: left;} 
	.product .table ul{  width: 100%;}
	.product .table ul li{ padding-right: 0.4rem; line-height: 35px; font-size: 0.333rem; text-align:left; position: relative; padding-left: 0.4rem;}
	.product .table ul li span{ padding-right: 0.133rem; position: absolute;  left: 0; top: -0.05rem; display: block;}
	.product .table ul li span img{ height: 0.3rem;}
	.product .table ul li:last-child{ padding-right: 0;}
	.product .product-img .tit{ color: #0071c5; font-size: 0.32rem; line-height: 0.68rem;}
	.product .product-line{ background: url(../images/product-line01.jpg) center top no-repeat; height: 1px; margin-top: 0.2rem;}
	.product .product-des table, .product .product-des td, .product .product-des th{ border: 1px solid #0071c5; border-collapse: collapse; line-height: 0.666rem; text-align: center;}
	.product .product-des th{ background: #0071c5; color: #FFFFFF; white-space: nowrap; padding: 5px;}
	.product .product-des .tb1{ font-size: 0.266rem; line-height: 0.32rem; padding-top: 0.133rem; padding-bottom: 0.133rem;}
	
	.product .line{ width: 0.773rem; height: 7px; background: #0071c5; margin-top: 2.133333rem;}
	.product .tit-bot{ font-size: 0.493rem; color: #0071c5; text-align: center; font-weight: bold; padding-bottom: 0rem;}
	
	
	.mb40{ margin-bottom: 0.533rem;}
	.mb90{ margin-bottom: 1.2rem;}
	.w937{ max-width: 80%!important;}
	.w1015{ max-width: 85%;}
	.w1200{ max-width: 95%!important;}
	.w1146{ max-width: 90%;}
		
	
	
	
	
	
	
	
	.Solution{ margin-top: 0.92rem; width: 8.466rem; margin-left: auto; margin-right: auto;}
	.Solution .tit-cn{ text-align: center; color: #0071c5;}
	.Solution .tit-cn .line{ width: 2.88rem; margin-left: -1.44rem;}
	.Solution .desc{ padding-top: 0.4rem; padding-bottom: 0.4rem; font-size: 0.373rem; line-height: 0.76rem; margin-bottom: 0.52rem; text-indent: 2em;}
	.Solution .index-application{ background-color: transparent; padding-top: 0px; margin-bottom: 0rem;}
	.Solution .index-application .con{ margin-top: 0; padding-top: 0.5rem;}
	.Solution .index-application .item{ position: relative;}
	.Solution .index-application .item .bg{ position: absolute; bottom: 0;}
	.Solution .index-application .item .txt{ position: absolute; bottom: 0; background: rgba(0,0,0,0.5);}
	.Solution .desc.desc2{ padding-top: 0.266rem;}
	
	
	.Qualifylist .body-width{ width: 9.2rem; margin-left: auto; margin-right: auto;}
	.Qualifylist .body-width .desc{ padding-top: 0.88rem; padding-bottom: 0.8rem; line-height: 0.8rem; font-size: 0.373rem;}
	.Qualifylist .tit{ background-image:  url(../images/images/Qualify-title-bg.jpg); background-position:  center bottom; background-repeat: no-repeat; line-height: 0.466rem; text-align: center; font-size: 0.4rem; color: #0071c5; background-size: 100% auto;}
	.Qualifylist .con{ border-left: 1px solid #b3b4b7; border-right: 1px solid #b3b4b7; border-bottom: 1px solid #b3b4b7; padding-top: 0.68rem; padding-bottom: 0.68rem; text-align: center;}
	.Qualifylist .Qualify2 .item2{ background: url(../images/line.jpg) left repeat-y;}
	.Qualifylist .Qualify1, .Qualifylist .Qualify2, .Qualifylist .Qualify3{ margin-bottom: 0.92rem;}
	.Qualifylist .row{ width: 95%; margin-left: auto; margin-right: auto;}
	.Qualifylist .row img{width: 90%;}
	.Qualifylist .tit-zizhi{ font-size: 0.346rem; line-height: 1.2rem; height: 1.6rem; width: 90%; white-space: nowrap; text-overflow: ellipsis; overflow: hidden; margin-left: auto; margin-right: auto;}
	
	
	
	
	.newslist{ margin-top: 1rem; margin-bottom: 1rem;}
	.newslist .list{ padding-top: 0px; width: 8.466rem; margin-left: auto; margin-right: auto;}
	.newslist .list .item{padding-bottom: 20px; border-top: 1px solid #cbcbcb; padding-top: 20px;}
	.newslist .list .item1{ border-top: none;}
	.newslist .list .item .img{ float: left; width:2.013rem; overflow: hidden;}
	.newslist .list .item .img img{ height: 2.013rem; width: auto!important; max-width: unset;}
	.newslist .list .item .con{ float: right; width: 6.226rem; padding-top: 0.2rem;}
	.newslist .list .item .con .tit{ line-height: 0.6rem; font-size: 0.293rem; color: #2d2d2d;}
	.newslist .list .item .con .des{ color: #727272; font-size: 0.24rem; line-height: 0.36rem; height: 0.72rem; overflow: hidden;}
	.newslist .list .item .date{}
	.newslist .list .item .date .month{ text-align: right; line-height: 0.32rem; margin-top: 0.2rem; font-size: 0.2rem;float: right; width: 6.226rem; color: #8c8c8c;}
	
	
	.pager{ text-align: center; margin-top: 1.2rem ;}
	.pager li{border: 1px solid #e8e8e8;}
	.pager li{ display: inline-block; font-size: 0.213rem;}
	.pager li a{ color: #777777;}
	.pager li a.current, .pager li a:hover{ background: #002fa7; color: #FFFFFF;}
	.pager .first, .pager .end{ display: none;}
	
	
	.detail{ width: 9.5rem; margin-left: auto; margin-right: auto;}
	.detail .h1, .detail .h2{ text-align: center;}
	.detail .h1{ font-size: 0.4rem; text-align: left; padding-top: 0.066rem; padding-bottom: 0.066rem; line-height: 0.6rem; border-bottom: 1px solid #9d9d9d;}
	.detail .h2{ color: #737374; text-align: right; font-size: 0.306rem; color: #666666; line-height: 0.6rem;}
	.newsdetail{ padding-top: 0.8rem;}
	.detail .word{ padding-top: 0.6rem; font-size: 0.36rem; line-height: 0.8rem;}
	.detail .word p{ padding-bottom: 0.266rem; word-break: break-all;}
	.detail .word table p{ padding-bottom: 0px;}
	.detail .word *{ width: auto!important;}
	
	.detail .param table{width: 100%; margin-top: 0.2rem;}
	.detail .param table,.detail .param table th,.detail .param td{border-collapse: collapse;border: 1px solid #ddd;padding: 0 5px; line-height:0.8rem;}
	.detail .param table tr>td:first-child,.detail .param table tr>th:first-child{white-space: nowrap;}
	
	
	.productlist .body-width.tit{ border-bottom: 0px;}
	.productlist .class{ margin-top: 0.56rem; text-align: center; border-top: 1px solid #7c7f84; margin-bottom: 0rem; width: 8.44rem; margin-left: auto; margin-right: auto; padding-top: 0.56rem;}
	.productlist .class ul{ margin: 0 0 0 0; padding: 0 0 0 0;}
	.productlist .class li{ display: inline-block; font-size: 0.373rem; margin-bottom: 0.32rem;}
	.productlist .class li a{ color: #333333;padding-left: 0.3rem; padding-right: 0.3rem; line-height: 0.56rem; display: block; border-radius: 0.28rem;}
	.productlist .class li a.active{background:#002fa7; color: #ffffff;}

	.productlist .prolist{ width: 8.52rem; margin-left: auto; margin-right: auto;}
	.productlist .prolist li{ margin-bottom: 0.76rem;}
	.productlist .prolist li a{ display: block; width: 96%; border: 1px solid #d4d7de; margin-left: auto; margin-right: auto;}
	.productlist .prolist li .img{ position: relative;}
	.productlist .prolist li .img img{ width: 100%;}
	.productlist .prolist li .xinghao, .productlist .prolist li .tit{ width: 90%; margin-left: auto; margin-right: auto;}
	.productlist .prolist li .xinghao{ padding-top: 0.2rem; font-size: 0.373rem; color: #a2aab8; line-height: 0.4rem;}
	.productlist .prolist li .tit{ line-height: 0.4rem; height: 0.6rem; color: #333333; font-size: 0.306rem;}
	
	
	
	
	.hoverlist .left-class{text-align: center; border-top: 1px solid #7c7f84; margin-bottom: 0rem; width: 8.44rem; margin-left: auto; margin-right: auto; padding-top: 0.56rem; padding-bottom: 0.68rem;}
	.hoverlist .left-class li{ display: inline-block; font-size: 0.373rem; margin-bottom: 0.32rem;}
	.hoverlist .left-class li a{ color: #333333;padding-left: 0.32rem; padding-right: 0.32rem; line-height: 0.56rem; display: block; border-radius: 0.28rem;}
	.hoverlist .left-class li a.active{background:#002fa7; color: #ffffff;}

	.hoverlist .right-con{ width: 8.506rem; margin-left: auto; margin-right: auto;}
	
	.hoverlist .right-con .hovlist li{ margin-bottom: 0.933rem;}
	.hoverlist .right-con .hovlist a{margin-left: auto; amrgin-right:auto; background: #f5f5f5; padding-top: 0.24rem; display: block;}
	.hoverlist .right-con .hovlist a .img{ text-align: center;}
	.hoverlist .right-con .hovlist a .img img{ width: 95%; margin-left: auto; margin-right: auto;}
	.hoverlist .right-con .hovlist a .tit{ line-height: 1.32rem; text-align:center; font-size: 0.373rem; color: #2d2d2d;}
	
	
}
