﻿.container{max-width:1200px;}

/*网站公共样式*/
.info-content{line-height:2;padding-bottom:30px;}
a{color:#333;text-decoration:none;}                                            
a:hover{color:#ff9900;}
a:focus{color:#000;}
a.btn-more{display:inline-block;width:140px;height:40px;line-height:40px;border:1px #000 solid;transition:all 0.5s ease;
           -moz-transition:all 0.5s ease; /* Firefox 4 */-webkit-transition:all 0.5s ease; /* Safari and Chrome */-o-transition:all 0.5s ease; /* Opera */
            font-size:13px;text-align:center;margin:0px auto;margin-top:40px;border-radius: 6px;}
a.btn-more:hover{border-color:#780001;color:#780001;}
.banner{height:500px\9!important;overflow:hidden\9!important;overflow:hidden;} /*兼容ie低版*/


/*遮罩层*/
.mask-bg{position:fixed;width: 100%;height:100%;display:none;height:100vh;background-color: rgba(0, 0, 0, .7);overflow:hidden;z-index:100;top: 0;left: 0;}
.mask-bg.active{display:block;}



/*首页模块样式*/
.product-module-box {position:relative;}
.module-title{clear:both;text-align:center;margin:30px 0px 30px 0px;}
.module-title .cn-title{display:block;color:#333;line-height:48px;font-family: SimSun;font-weight: bold;}
.module-title span{font-size: 18px;background:url(../images/24tel.png) no-repeat center left;background-size: 34px;padding: 20px 0 20px 50px;}



/*自定义导航动画，也可以用animater.css中的动画，需要在script.js中修改*/
.nav .animated,.sub-nav .animated{animation-duration:0.4s;-webkit-animation-duration:0.4s;-webkit-animation-fill-mode:both;animation-fill-mode:both;}
.navSlide{animation-name:navSlide;-webkit-animation-name:navSlide;}
@keyframes navSlide{0%{transform:translateY(100%);-webkit-transform:translateY(100%);-ms-transform:translateY(100%);-moz-transform:translateY(100%);-o-transform:translateY(100%);opacity:0;visibility:visible;}100%{transform:translateY(0);-webkit-transform:translateY(0);-ms-transform:translateY(0);-moz-transform:translateY(0);-o-transform:translateY(0);opacity:1;}}



/*主菜单*/
@media (min-width:1000px) /*pc端*/
{
.header{/*position:sticky;*/top:0;z-index:100;background-color:#fff;box-shadow: 1px 1px 20px 2px rgba(0, 0, 0, 0.04)}
.header .container .row{margin: 28px 0;}
.logo h3{font-size: 2.4rem;position: relative;top: 4px;left: 18px;}
.logo img{max-height: 50px;}

.nav{width: 100%;}
.nav>ul>li{float:left;text-align:center;line-height:54px;width: 16%;}
.nav>ul>li>ul{position:absolute;}
.nav>ul>li>a{font-size:16px;display: block;width: 100%;}
.nav>ul>li.current>a,.nav>ul>li:hover>a{color:#ff9900}

.nav li:hover> ul{display:block;}
.nav ul li ul li a{display:block;width:100%;text-align:center;font-size:15px;line-height:40px;color: #fff;}
.nav ul li ul li a:hover{text-decoration:none;background-color: rgba(0, 0, 0, 0.1);}
.nav ul li{position:relative;}
.nav ul li .arrow{display:none}
.nav ul li ul{background-color: rgb(242, 138, 21);display:none;position:absolute;left:0;top:54px;z-index:2;width:125px;} /*二级ul样式*/
.nav ul li ul li ul{left:100%;top:0px; display:none;}/*三级以后ul样式*/

.same-padding{padding-top:60px;}
.nav-toggle,.nav ul li ul li{display:none;}


/*bootom*/
footer{text-align:left;margin-top:140px;padding-top:50px;}
.copyright{padding: 6px 0 20px;}
.reserved a{position: relative;}
.foot{padding-bottom:60px;}
.foot .left .online{padding-top: 40px;}
.foot .center li:not(:nth-child(-n+6)){display:none;}



/*内页*/
.news-list .row .date{width: 90px;height: 70px;}
.news-list .row .title a{font-size: 18px;padding: 10px 0 10px 20px;}
.news-list .row .title p{padding-left: 20px;}
.news-list .row .date li:first-child{font-size: 32px;height: 42px;line-height: 42px;} 

.team-bg li:first-child img{width:100%;max-height: 460px;}
.team-bg li:not(:first-child) .top{padding-bottom: 34px;}
.team-bg{margin-top:90px;padding-bottom: 90px;}

.phone-content{display:none;}
.aboutus .titletop{font-size: 32px;}

.positions-box{padding:20px 30px;}
.contentus{padding:10px 0 0 80px;}
.feek{font-size: 24px;padding-bottom:40px;}
.border-line {padding-top: 80px;margin-bottom: 40px;}
.contentus .box span {font-size: 24px;}
}

@media (max-width:1000px) /*手机端*/
{   
.logo img{max-height:48px;}
.header .container .row{margin: 6px 0 6px 10px;}
.header .container .row .logo-boxs{padding-left:0;}
.header .logo a {display: block;max-width: 80%;}
.header .nav-toggle{position:absolute;right:0;top:0;font-size:25px;min-width:60px;height:60px;line-height:60px;text-align:center;cursor:pointer;z-index:1;}
.header .nav-toggle.active{color:#ccc;}
.header .row .col-sm-3,.header .container{padding-left:0;}
.logo h3{font-size: 2.0rem;position: relative;top: 4px;left: 4px;}

.nav-toggle{position: absolute;top: 24px;right: 20px;}
.nav-toggle .fa{font-size: 24px;}

.nav{position:fixed;z-index:999;top:0px;right:0px;width:0px;background:#fff;height:100%;height:100vh;opacity:0;transition: all 0.2s linear;overflow-y:auto}
.nav.active{opacity:1;width:300px;max-width:60%}
.nav ul li{line-height: 45px;text-align:left}
.nav ul li ul{display:none;} /*二级ul样式*/
.nav ul li a{padding-left:30px;display:block;color:#999;font-size:15px;line-height:3.5;border-bottom: 1px solid #dcdcdc}
.nav ul li ul li a{padding-left:60px;font-size:14px;background-color:#eeeeee}
.nav ul li ul li ul li a{padding-left:90px;}
.nav ul li ul li ul li li a{padding-left:120px;}
.nav ul li{position:relative;}
.nav ul li .arrow{position:absolute;right:0px;top:0px;width:50px;height:50px;line-height:50px; text-align:center;transition-duration:0s}
.nav ul li .arrow:after{font-family:FontAwesome;content:"\f105";display:block;font-weight:bold;font-size:18px}

.nav ul li.current > a{color:#5a342b;}
.nav ul li.active > ul{display:block}
.nav ul li.active > .arrow{transform:rotate(90deg)}

.display-die{display:none!important;}
.sub-nav-box{display:none;}
.same-padding{padding-top:40px;}



/*bootom*/
footer{margin-top:50px;padding-top: 30px;}
.copyright{padding: 2px 0 20px;}
.foot{padding-bottom:30px;}
.foot .left .online{padding: 30px 0 20px;}
.foot .center .wen{padding-left:0;padding-right:0;}
.foot .center li:not(:nth-child(-n+3)){display:none;}
.foot .left .logo{text-align: center;display: block;}



/*内页*/
.news-list .row .date{width: 60px;height: 60px;}
.news-list .row .title a{font-size: 15px;padding:4px 0 10px;font-weight:bold;}
.news-list .row .title p{font-size: 13px;}
.news-list .row .date li:first-child{font-size: 24px;height: 38px;line-height: 38px;}

.team-bg{margin-top:30px;padding-bottom: 50px;}
.team-bg li,.team-bg li .top{padding-bottom:30px;}

.phone-content{padding-top:30px;}
.aboutus .titletop{font-size: 24px;}

.positions-box{padding:10px;}
.feek{font-size: 18px;padding-bottom:20px;}
.border-line {padding-top: 20px;margin-bottom: 10px;}
.contentus .box span {font-size: 19px;}

}




/*Top*/
.logo h3{display: inline-block;}
.logo:hover h3{color:#000;}

.topsearch{position: relative;}
.search .s-input{padding-left: 10px;}
.topsearch .search{}
.topsearch .search .s-btn{background: #314584;height: 34px;}
.topsearch .search .s-btn:hover{background-color:#f4cb67;}
@media (min-width:1000px){
.topsearch .search{width: 200px;border: none;position: absolute;right: 0;top: 6px;background: #f4f4f4;height: 35px;line-height: 35px;}
.topsearch .search .s-input{background: #f4f4f4;}
}
@media (max-width:1000px){
 .topsearch .search{position: absolute;right: 0;top: 170px;width: 100%;border: 1px solid #314584;}
}

.zhuan{-webkit-animation: logoRotate 0.8s ease-in-out 0.8s alternate none 1;animation: logoRotate 0.8s ease-in-out 0.8s alternate none 1;}
@-webkit-keyframes logoRotate{0%{-webkit-transform: rotateY(0deg);}100%{-webkit-transform: rotateY(-180deg);}0%{-webkit-transform: rotateY(-180deg);}100%{-webkit-transform: rotateY(0deg);}}
@keyframes logoRotate{0%{-webkit-transform: rotateY(0deg);}100%{-webkit-transform: rotateY(-180deg);}0%{-webkit-transform: rotateY(-180deg);}100%{-webkit-transform: rotateY(0deg);}}




/*bootom*/
footer{width:100%;min-height:95px;background:#314584;line-height:2.5;color: rgb(145, 157, 201);}
.copyright a,.foot .left a,.foot .left .logo:hover h3{color:#fff;}
.foot .left .online p{line-height:1.6;}
.foot .left .online p.tel{font-size: 28px;color: rgb(244, 203, 103);}
.foot .center .headline,.foot .right .headline{font-size: 16px;color: #fff;}
.foot .center .headline i,.foot .right .headline i{border-bottom: 1px solid #fff;display: block;width: 32px;padding-top: 10px;margin-bottom: 16px;}
.foot .center li a{color: rgb(145, 157, 201);}
.foot .right li{display:inline-block;}
.foot .right li a .fa{color:#cdcdcd;margin: 10px 30px 30px 0;font-size: 24px;}



/*子栏目样式*/
.sub-nav{margin-top: 20px;border-bottom: 1px dashed #e1dfdf;text-align:right;}
.sub-nav ul{width:100%;}
.sub-nav > ul > li{display:inline-block;line-height: 46px;width:12%;margin-bottom: 20px;}
.sub-nav li{width: 100%;display: block;text-align:center;}
.sub-nav li a{display: block;width: 100%;position: relative;}
.sub-nav > ul > li.active > a,.sub-contact > ul > li:hover > a{color: #fff;background-color: #bf0d0d;}

.sub-nav{margin-top: 0;border-bottom: none;text-align:center;margin-bottom: 30px;}
.sub-nav > ul > li:first-child > a, .sub-nav > ul > li:hover > a {background-color: #314584;color:#fff;}




/*增加代码*/
.sub-nav > ul > li > ul {position: absolute;}
.sub-nav li:hover> ul{display:block;}
.sub-nav > ul > li > ul::before {display:block;margin:0px auto;text-align: center;position:absolute;top:-8px;left: 45%;content: "";width: 0;height: 0;border-left:8px solid transparent;border-right:8px solid transparent;border-bottom: 8px solid rgba(95, 200, 81, 0);}
.sub-nav > ul > li > ul li ul::before{display:block;margin:0px auto;text-align: center;position:absolute;top:20px;left:-10px;content: "";width: 0;height: 0;border-bottom:5px solid transparent;border-right:5px solid transparent;border-top: 5px solid transparent;border-left: 5px solid #fff;}
.sub-nav ul li ul li a{display:block;width:100%;text-align:center;color:#fff!important;font-size:14px;line-height:50px} 
.sub-nav ul li ul li a:hover{text-decoration:none;color:#fff;background:rgba(0, 0, 0, 0.1);}

.sub-nav ul li{position:relative;background-color: #ebf6fd;}
.sub-nav ul li .arrow{display:none}
.sub-nav ul li ul{background-color:#bf0d0d;display:none;position:absolute;left:0;top: 64px;z-index:2;width:140px} /*二级ul样式*/
.sub-nav ul li ul li ul{left:100%;top:0px; display:none;}/*三级以后ul样式*/

.sub-nav ul li ul li:not(:last-child),.sub-nav ul li ul li ul li:not(:last-child) {border-bottom: 1px solid #92d085;}




/*图片列表*/
.images-list .row .item a{display: block;overflow: hidden;text-align: center;}
.images-list .row .item img{display:block;width:100%;height:auto;transition: all 0.3s ease-out 0s;}
.images-list .row .item a:hover img{transform:scale(1.1,1.1);}




/*固定TOP*/
#goToTop {position: fixed;bottom: 80px;right: 130px;width: 40px;height: 40px;text-indent: -999em;z-index: 20000;background: url(../images/top.jpg) no-repeat;}
#goToTop:hover {width: 40px;height: 40px;background: url(../images/top2.jpg) no-repeat;opacity: 1;z-index: 20000;}
@media (max-width:1000px) {.gotoptop_icon{display:none!important;}}




/*移动端固定栏目按钮*/
.float-nav-toggle{display: block;text-align: center;position: fixed;left: 6px;bottom: 60px;color: #fff;font-size: 18px;width: 40px;height: 40px;line-height: 40px;background-color: rgba(13, 13, 13, 0.6);border-radius: 20px;}
@media (max-width: 767px) {.display-xs-block {display: block !important;}}




/*手机端固定导航栏*/
.footer-fixed{position:fixed;left:0;bottom:0;overflow:hidden;width:100%;padding:6px 0px 2px;color:#fff;z-index:9;-webkit-transition:all 0.3s ease-in-out;-o-transition:all 0.3s ease-in-out;transition:all 0.3s ease-in-out;border-top: 0.2rem solid #000;background: #fff;}
.footer-fixed ul{display:flex;flex-direction:row;justify-content:space-evenly;align-items:center;text-align: center;}
.footer-fixed ul li a{width:100%;text-align:center;display:flex;flex-direction:column;justify-content:center;align-items:center;font-size: 13px;}
.footer-fixed ul li p{font-size:1.3rem;}
.footer-fixed.active{transform:translateX(2.8rem);z-index:9;}
.footer-fixed2{font-size: 2.8rem;padding-top: 0.6rem;}
.footer-fixed i{display:block;}
.footer-fixed .fa{font-size:22px;}
@media (min-width:1000px){.footer-fixed{display:none!important;}}
@media (max-width:1000px){footer{margin-bottom:50px;}}




/*内容页公共用*/
.images-box .swiper-button-next{background:url(../images/an1R.gif) no-repeat right;background-position-y: 0px;}
.images-box .swiper-button-prev{background:url(../images/an1L.gif) no-repeat left;background-position-y: 0px;}

.breadcrumb-bg{background-color:#ebf6fd;}
.breadcrumb-box{position: relative;padding: 4px 0;}
.breadcrumb{padding: 14px 15px;}
.breadcrumb > li + li::before {content: "-";padding: 0 5px;color: rgb(102, 102, 102);}
.breadcrumb li a:hover{text-decoration:underline;color:#000;}
.breadcrumb li .fa{padding-right:6px;}
.breadcrumb li a{font-weight:normal;}

.page ul li .fa{padding-right: 10px;}
.page ul li:hover a{text-decoration:underline;}
.page ul li:hover a,.page ul li:hover{color: #0488CD;}

.pagination > li > a, .pagination > li > span{padding: 4px 10px;}
.card1{white-space: nowrap;text-overflow: ellipsis;overflow: hidden;display: block;}
.card2{overflow: hidden;display: -webkit-box;-webkit-line-clamp: 2;-webkit-box-orient: vertical;word-break: break-all;height: 42px;}
.card3{overflow: hidden;display: -webkit-box;-webkit-line-clamp: 3;-webkit-box-orient: vertical;word-break: break-all;height: 70px;}




/*内页-产品*/
.product-box li{text-align: center;padding-bottom:30px;}
.product-box li .title{line-height:1.5;padding:10px;font-size:16px;}
.product-box li a.title:hover{color:#ff3946;}

.div-imgs{ position:relative;}
.div-imgs img{display:block;width:100%;}
.div-imgs .mask{width:100%;height:100%;background:rgba(0, 0, 0, 0.28);position:absolute;top:0;left:0;transition:0.3s linear;
                             overflow:hidden;display:flex;justify-content:center;align-items:center; opacity:0;}
.div-imgs:hover .mask{opacity:1;}
.div-imgs .mask img{width:40px!important;height:40px!important;}



/*内页-新闻中心*/
.news-list .row{border-bottom: 1px dotted #dbd4cd;overflow: hidden;padding: 10px 0;margin-bottom: 20px;}
.news-list .row .date{background: #ebf6fd;text-align: center;color: #747474;margin-top: 6px;}
.news-list .row .date li:last-child{font-size: 13px;}

.news-list .row .title p{padding-top: 2px;}
.news-list .row .title a{color: #5A5A5A;}
.news-list .row .title a:hover{color:#ff3946;}




/*内页-关于我们*/
.aboutus{text-align:center;}
.aboutus .titletop{color: rgb(49, 69, 132);}
.aboutus i{border-bottom: 2px solid #f4cb67;display: block;width: 60px;margin: 10px auto;}

.team-bg{background-color:#ebf6fd;}




/*内页-人才中心*/     
.positions{margin-bottom:-140px;padding-bottom:140px;}
.positions-box{background-color:#fff;}
.positions-box .headline{font-size: 23px;color: rgb(49, 69, 132);background: url(../images/icon.png) no-repeat left center;background-size: 3px;border-bottom: 1px solid #cccccc;padding: 10px 0 10px 15px;margin-bottom: 10px;}
.positions-box .content p{padding-top: 10px;color: rgb(153, 153, 153);line-height:2;}
.positions-box .content p span{display: block;color:#000;}
.positions-box .lianxi{border-top: 1px solid #cccccc;margin-top: 10px;padding: 10px 0;line-height: 2;}




/*内页-联系我们*/
.contentus .box{padding-bottom: 20px;font-size: 16px;color: rgb(153, 153, 153);line-height:2;}
.contentus .box span{color: rgb(67, 67, 67);display:block;padding-bottom:10px;}
.border-line{border-bottom:1px solid #e5e5e5;}




/*首页样式*/
@media (min-width:1000px) {
   .about-bg{margin-top: -30px;padding-bottom:130px;margin-bottom:30px;}
   .about-bg .aboutus{text-align:left;}
   .about-bg .aboutus i{margin: 10px 0 50px;}
   .about-bg .right{padding-left:100px;}
   .about-bg .con-more a.btn-more{width: 150px;height: 45px;line-height: 45px;margin-top: 36px;}

   .product-more a.btn-more{font-size:16px;}

   .inform-bg{margin: 90px 0 20px;padding: 20px 0 80px;}
   .brand{margin-bottom:-50px;}
   .home-news{margin-top:110px;}
   .home-news li .box{padding: 25px 20px 50px;min-height: 300px;}

}

@media (max-width:1000px) {
    .about-bg{padding:10px 0 40px;}
    .about-bg .aboutus{padding-top:30px;}
    .about-bg .con-more{text-align: center;}
    .about-bg .con-more a.btn-more{width: 120px;height: 35px;line-height: 35px;margin-top: 0px;}

    .product-more a.btn-more{font-size:14px;}

    .inform-bg{margin-top: 50px;padding: 0 0 50px;}
    .brand{padding:70px 0 20px;}
    .home-news{margin-top:40px;}
    .home-news li{margin-bottom:20px;}
    .home-news li .box{padding: 20px 15px 40px;min-height: 294px;}
}
/*首页-关于我们*/
.about-bg,.software,.inform-bg{background-color:#ebf6fd;}
.about-bg .con-more a.btn-more{font-size: 14px;background-color: #314584;color: #fff;border: none;border-radius: 30px;}
.about-bg .con-more a.btn-more:hover{background-color: rgba(244,203,103,1);}



/*首页-产品服务*/
.product-more{text-align:center;}
.product-more a.btn-more{width: 148px;height: 45px;line-height: 45px;border: 1px solid rgb(204, 204, 204);border-radius: 30px;}
.product-more a.btn-more:hover{background-color: #314584;border:none;color:#fff;}



/*首页-新闻资讯*/
.home-news li .box{background-color:#fff;}
.home-news li a .headline{font-size: 20px;font-weight: bold}
.home-news li .box .date{color: #cccccc;padding: 8px 0 20px;font-family: arial;}
.home-news li .box .introduct{color: #777777;line-height: 1.8;}
.home-news li .box .news-more{text-align:center;}
.home-news li .box .news-more a.btn-more{width: 148px;height: 45px;line-height: 45px;font-size: 14px;border: 1px solid #d2d2d2;border-radius: 30px;border-radius: 30px;}
.home-news li .box .news-more a.btn-more:hover{background-color: rgba(49,69,132,1);color: #fff;}




/*banner*/
.topbanner-container{width: 100%;height: 100%;position: relative;overflow: hidden;}
.topbanner-container .swiper-slide{text-align: center;font-size: 18px;background: #fff;display: -webkit-box;display: -ms-flexbox;display: -webkit-flex;display: flex;-webkit-box-pack: center;-ms-flex-pack: center;-webkit-justify-content: center;justify-content: center;-webkit-box-align: center;-ms-flex-align: center;-webkit-align-items: center;align-items: center;}
.topbanner-container .swiper-pagination-bullet{width: 12px;height: 12px;}
.topbanner-container .swiper-button-next{right: 40px;width: 30px;height: 80px;background-size: 20px 40px;}
.topbanner-container .swiper-button-prev{left: 40px;width: 30px;height: 80px;background-size: 20px 40px;}
.swiper-slide img{width: 100%;}
.swiper-pagination-bullet{background: rgb(255, 255, 255);}
.swiper-container-horizontal > .swiper-pagination-bullets, .swiper-pagination-custom, .swiper-pagination-fraction{bottom: 20%;}
.swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet{margin: 0 8px;}
.pics_wrap{position: relative;}
/*文字*/.pos{color: rgb(255, 255, 255);}
.font-box{z-index: 2;}
.font1 span{text-transform: uppercase;display: block;font-weight: bold;}
.font2 span{font-size: 17px;letter-spacing: 2px;}
.font3 ul li{display: inline-block;}
.font3 ul li a{color: #fff;border-radius: 30px;-moz-transition: border-color 0.6s ease 0s,background-color 0.6s ease 0s;-webkit-transition: border-color 0.6s ease 0s,background-color 0.6s ease 0s;-o-transition: border-color 0.6s ease 0s,background-color 0.6s ease 0s;transition: border-color 0.6s ease 0s,background-color 0.6s ease 0s;}
.font3 ul li:first-child{padding-right: 30px;}
.font3 ul li:first-child a{background-color: #39d6b9;text-align: center;}
.font3 ul li:first-child a:hover{background-color: rgba(244,203,103,1);}
@media (min-width:1000px){.font1 span{font-size: 60px;}
.font2 span{font-size: 28px;}
.font-box{position: absolute;top: 24%;left: 44%;width: 980px;margin-left: -490px;}
.font3{margin: 60px auto 20px;}
.font3 ul li a{padding: 13px 0;width: 158px;display: block;}
.swiper-button-next, .swiper-button-prev{position: absolute;top: 40%;}} @media (max-width:999px) and (min-width:413px){.font1 span{font-size: 30px;}
.font2{margin-top: 10px;}
.font2 span{font-size: 18px;}
.font-box{position: absolute;top: 25%;left: 15%;}
.html5zoo-nav-0, .html5zoo-bullet-wrapper-0{display: none !important;}
.font3{margin: 20px auto 20px;}
.font3 ul li a{padding: 8px 0;width: 145px;display: block;}} @media (max-width:412px){.font1 span{letter-spacing: 2px;font-size: 16px;}
.font2{margin-top: 4px;}
.font2 span{font-size: 13px;}
.font-box{position: absolute;top: 20%;left: 0;}
.html5zoo-nav-0, .html5zoo-bullet-wrapper-0{display: none !important;}
.font3{margin-top: 10px;}
.font3 ul li a{padding: 4px 0;width: 100px;display: block;font-size: 13px;text-align: center;}
.font3 ul li:first-child{padding-right: 4px;}} 

/*分页banner*/
.pagebanner{position: relative;}
.pagebanner img{width:100%;}
.en-box .en-tit{color: rgb(255, 255, 255);}
.en-box .en-tit span{display:block;}
@media(min-width:1000px){
.en-box .en-tit{position: absolute;top: 40%;left: 55%;width: 980px;margin-left: -490px;}
.en-box .en-tit span{font-size: 32px;} 
.pagebanner img{width:100%;min-height:380px;} 
}
@media (max-width:999px) and (min-width:413px)
{  
.en-box .en-tit{position: absolute;top: 40%;left:10%;}
.en-box .en-tit span{font-size: 30px;}
.pagebanner img{width:100%;min-height:180px;} 
}
@media (max-width:412px)
{   
.en-box .en-tit{position: absolute;top: 30%;left:10%;}
.en-box .en-tit span{font-size: 18px;}
.pagebanner img{width:100%;min-height:90px;} 
}                                                             、
                                                    、


/*搜索*/
.search{background: #fff;line-height: 34px;height: 35px;position: relative;padding-left: 10px;margin-top: 5px;margin-right: 8px;border: #314584 2px solid;}
.search .s-input{border: none;color: #666;position: relative;top: -3px;}
.search .s-btn{width: 60px;background: #314584;color: #fff;line-height: 10px;border: none;font-size: 14px;position: absolute;right: 0px;top: 0px;height: 32px;}
.page-search{border: 2px solid #002e73;line-height: 30px;height: 30px;}
.page-search .s-input{top: -4px;}
@media(min-width:1000px) and (min-width:415px){.search{width: 300px;}} 
@media(max-width:1000px){.search{margin: 6px auto;width: 100%;}} 



/*数字滚动*/
 .years-box{background: #fff;}
.years-box li{text-align: center;}
.years-box li .years{text-align: left;}
.years-box li .years .top{color: #666666;font-family: arial;font-weight: bold;}
.years-box li .years p{color: #999999;}
@media (min-width:1000px){.years-box{padding: 60px 0 70px;position: relative;top: -100px;z-index: 1;}
.years-box li{position: relative;left: -4%;}
.years-box li img{max-height: 66px;}
.years-box li .years{position: absolute;left: 68%;top: -8px;}
.years-box li .years .top{font-size: 38px;}
.years-box li .years p{font-size: 16px;}} @media (min-width:415px) and (max-width:999px){.years-box{margin: 30px 0;}
.years-box li{margin-bottom: 20px;position: relative;left: -4% !important;}
.years-box li img{max-height: 55px;}
.years-box li .years{position: absolute;left: 66%;top: -10px;}
.years-box li .years .top{font-size: 32px;}
.years-box li .years p{font-size: 15px;}} @media (max-width:1000px){.years-box{margin: 40px 0 20px;}
.years-box li{margin-bottom: 40px;position: relative;left: -10%;}
.years-box li img{max-height: 44px;}
.years-box li .years{position: absolute;left: 68%;top: 0;}
.years-box li .years .top{font-size: 18px;}
.years-box li .years p{font-size: 12px;}}


/*滚动*/
.marqueeleft{height: auto;max-width: 1200px;overflow: hidden;margin: 0px auto;}
.marqueeleft ul{float: left;}
.marqueeleft li{float: left;margin: 0 10px;display: inline;width: 200px;height: auto;overflow: hidden;}
.marqueeleft li .pic{display: block;width: 200px;height: auto;padding: 2px;overflow: hidden;}
.marqueeleft li.pic img{height: 100%;width: 100%;}
.marqueeleft li .txt{text-align: center;height: 23px;line-height: 23px;}


/*图片组*/
.images-box .swiper-container{width:100%;height:400px;margin-left:auto;margin-right:auto;}
.images-box .gallery-top{margin-bottom:10px;padding: 20px 0;}
.images-box .gallery-top .swiper-wrapper{position:relative;}
.images-box .swiper-slide{background-size:cover;background-position:center;position:relative;}
.images-box .gallery-top{height:100%;width:100%;}
.images-box .gallery-top .swiper-slide img{display:block;margin:0px auto;width:100%;}
.images-box .gallery-thumbs{height:auto;box-sizing:border-box;padding:0 22px;overflow:hidden;}
.images-box .gallery-thumbs .swiper-slide{opacity:0.4;cursor:pointer;border:2px solid #bd0c0c;}
.images-box .gallery-thumbs .swiper-slide-thumb-active{opacity:1;}
/*.images-box .swiper-button-next,.images-box .swiper-button-prev{width:22px;height:100%;background-color:#888;background-size:70% 70%;top:22px;}*/
.images-box .swiper-button-next,.images-box .swiper-button-prev{width:22px;height:100%;}

.images-box .swiper-button-next{right:0;top: 35px;}
.images-box .swiper-button-prev{left:0;top: 35px;}
.moveBox{width:160px;height:160px;background:rgba(250, 248, 246, 0.5);position: absolute;position:absolute;top:0;left:0;display:none;cursor:move;border: 1px solid #dad8d8;}
.images-box .show{display:block !important;}
.magBox{width:350px;height:350px;border:1px solid #f2f2f2;position:absolute;float:left;overflow:hidden;display:none;top:20px;left:380px;z-index:1;}
.magBox ul li { display: none; position: absolute;top: 0;left: 0; }
@media(max-width:768px){
.images-box .gallery-top .swiper-slide img{width:100%;}
.images-box .gallery-thumbs{width:100%;}
.images-box .gallery-thumbs .swiper-wrapper{width:100%;}
.images-box .swiper-button-next,.images-box .swiper-button-prev{display:none;}
.images-box .gallery-thumbs{padding:0;}
}

 @media (min-width:1000px){.news-title{padding:0 40px;}}


/*荣誉资质*/
.marqueelefts {height: auto;max-width: 1200px;overflow: hidden;margin: 0px auto;}
.marqueelefts ul{float:left;}
.marqueelefts li{float:left;margin:0 5px;display:inline;width:200px;height:auto;overflow:hidden;text-align:center;}
.marqueelefts li .pic{display:block;width:200px;height:auto;padding:10px;overflow:hidden;}
.marqueelefts li .pic img{height:100%;width:100%;}
.marqueelefts li .txt{text-align:center;height:auto;line-height:260px;}
.marqueelefts .marquee1_1>li>p{text-align:center;margin: 0 auto;display:inline-block;}




/*留言*/
.addinput .boxs{margin-bottom:20px;}
.addinput .boxs p{color:#666;padding-bottom:10px;}
.addinput .boxs input{-webkit-appearance: none;background-color: #FFF;background-image: none;border-radius: 4px;border: 1px solid #DCDFE6;-webkit-box-sizing: border-box;box-sizing: border-box;color: #606266;display: inline-block;font-size: inherit;height: 40px;line-height: 40px;outline: 0;padding: 0 15px;-webkit-transition: border-color .2s cubic-bezier(.645,.045,.355,1);transition: border-color .2s cubic-bezier(.645,.045,.355,1);width: 100%;transition:.3s linear;}
.addinput .boxs input:focus{border-color: #205ba9;}
.addinput .stylesheetButton{display: inline-block;line-height: 1;white-space: nowrap;cursor: pointer;background: #FFF;background-color: rgb(255, 255, 255);border: 1px solid #DCDFE6;border-top-color: rgb(220, 223, 230);border-right-color: rgb(220, 223, 230);border-bottom-color: rgb(220, 223, 230);border-left-color: rgb(220, 223, 230);color: #606266;-webkit-appearance: none;text-align: center;-webkit-box-sizing: border-box;box-sizing: border-box;outline: 0;margin: 0;margin-top: 0px;-webkit-transition: .1s;transition: .1s;font-weight: 500;padding: 10px 20px;font-size: 14px;border-radius: 4px;background-color: #314584;border-color: #314584;line-height: 1.5;font-size: 14px;margin-top: 20px;width: 100%;color:#fff;}
.addinput .stylesheetButton:hover{background-color: #4c68c0;border-color: #4c68c0;}
.reserved a{color:rgb(145, 157, 201);}
.reserved a:hover{color:#fff;}

