@charset "utf-8";
/* CSS Document */
/*清楚默认样式*/
body, ul, ol, li, p, h1, h2, h3, h4, h5, h6, form, fieldset, table, td, img,b, div, dl, dt, dd, input {
    margin: 0; padding: 0; border: 0; color:#676767;
    font-family:"微软雅黑";
}
/*html5*/
article,aside,dialog,footer,header,section,footer,nav,figure,menu{display:block}
body,b,i,em {
    font-size: 14px; 
    font-family: '\65B0\5B8B\4F53', '\5B8B\4F53', Verdana;
    font-weight:normal; 
    font-style:normal;
 }
ul, ol {
     list-style-type: none;
  }
select, input, img {
    vertical-align: middle;
    outline: none;
 }
a {
    text-decoration: none;color:#000;
    blr:expression(this.onFocus=this.blur());
    outline: none;
}
a:focus{outline:none;}
html,body{
   min-width: 320px;
   padding:0;
   margin:0;
   overflow-x:hidden;
}
.mt_100 {
    margin-top: 100px;
}
.mt_20 {
    margin-top: 20px;
}
.mt_40 {
    margin-top: 40px;
}
/*wrapper*/
.wrapper{
    width:100%;
    height:100%;
    min-width: 320px;
    position:relative;
}
.no-scroll{
    overflow-y: scroll !important;
    overflow: hidden !important;
    position:absolute;
}

/*屏幕宽度小于1080显示效果*/

/*顶部*/
.loginbar .active_color{
  color:#c9252b;
}
.nav_top{
   background: #f5f5f5;
   margin-top: -5px;
   margin-bottom: 85px;
   padding-top: 5px;
}
.loginbar{
	    margin-left:5px;
}
.loginbar li{
	    padding:5px 10px;
        border-bottom: 1px solid transparent;
}
.loginbar a,
.loginbar span{
      text-decoration: none;
      font:14px "Microsoft YaHei"; 
      color:#5c5c5c;
}
/* .loginbar li:hover {
    border-bottom: 3px solid rgba(0, 180, 255, 1);
} */
.loginbar li:hover a {
    color:rgba(0, 180, 255, 1);
}
.loginbar li.active_change {
    border-bottom: 3px solid rgba(0, 180, 255, 1);
}
.loginbar li.active_change a{
    color: rgba(0, 180, 255, 1);
}
/*nav*/

.container_gray_area {
    width: 100%;
    text-align: center;
    padding: 100px 0;
    background-color: #f3f3f3;
}

.container_gray_area img{
    margin-top: 100px;
}

.logo{
  	position:absolute;
    left:20px;
    top:0;
}
.change-center{
    position:absolute;
    left:50%;
    top:0;
    /*margin-top:20px;*/
    margin-left:-50px;
    transition:all 0.5s linear;
}
.change-back{
    position:absolute;
    left:20px;
    top:0;
    transition:all 0.5s linear;
}
.nav-container {
    position: absolute;
    top: 0;
    width: 100%;
    /* z-index:1020; */
    position: fixed;
    z-index: 1231;
    height: 95px;
    line-height: 95px;
    /* background: url(../images/nav.png) repeat-x; */
    background-color: rgba(0,0,0,0.3);
    background-position: center bottom;
    background-repeat: no-repeat;
    /* background-image: url(../images/xian.png); */
}
.turn{
    z-index:9999;
    position:absolute;
    top:0;
    left:0;
    right:0;
    height:100%;
    width:100%;
    padding:20px 0;
    background-color:#fff;
    /* opacity:0.6;
     filter:alpha(opacity=60);*/
}
.turn-hide{
      transform:translateY(0);
      -webkit-transform:translateY(0);
      -moz-transform:translateY(0);
      -o-transform:translateY(0);
      -ms-transform:translateY(0);
}
.change-show{
        transition: background 0.35s linear,height 0.35s ease-in 200ms;
        -webkit-transition: background 0.35s linear,height 0.35s ease-in 200ms;
        -moz-transition: background 0.35s linear,height 0.35s ease-in 200ms;
        -o-transition: background 0.35s linear,height 0.35s ease-in 200ms;
        -ms-transition: background 0.35s linear,height 0.35s ease-in 200ms;
}
.change-hide{
        transition: all ease-out 200ms;
        -webkit-transition: all ease-out 200ms;
        -moz-transition: all ease-out 200ms;
        -o-transition: all ease-out 200ms;
        -ms-transition: all ease-out 200ms;
}
.nav-container>* {
    display: inline-block;
}
.nav-list {
    position: absolute;
    top:75px;
    opacity: 0;
    filter:alpha(opacity=0);
    width: 100%;
    padding:10px  30px;
    height:auto;
 }
.nav-list>ul {
    list-style: none;
    margin: 0;
}
.nav-list li{
    height:50px;
    font:16px "Microsoft YaHei";
    display: block;
    line-height: 50px;
    padding: 0 20px;
    text-align:left;
    border-bottom:1px solid #666;
    opacity: 0.8;
    filter:alpha(opacity=80);
}
.nav-list li a{
    text-decoration: none;
     font:16px "Microsoft YaHei";
    color:#000;
}
.nav-list li:hover>a{
    color: rgba(0, 180, 255, 1);
    /*opacity:0.6;
    filter:alpha(opacity=60); */
}     

/*搜索框*/

 .form_search{
        width:100%;
        display: inline-block;
        line-height: 42px;
        border:1px solid #ccc;
        padding:0 6px;
        border-radius: 5px;
 }
 .form_search input{
        width:80%;
        height:30px;
        vertical-align:middle;
        line-height:50px;
        display: inline-block;
        background:none;
        color:#000;
 }
  .form_search .search_btn{
  	    width:30px;
  	    height:30px;
  	    border:none;
  	    background:none;
  	    display: inline-block;  
  	    line-height: 30px;
}
.search_btn span{
      	line-height: 34px;
      	font-size:20px;
      	text-align: center;
      	color:#000;
      	font-weight: 50;
}

/*导航栏展开按钮*/
.nav-btn {
    position: absolute;
    top:0;
    right: 30px;
    cursor: pointer;
 }
 b{
    display:inline-block;
    width:22px;
    height:3px;
    background:#000;
    font-size:0;
    line-height:0;
    vertical-align:middle;
 }
 b:after{
       content:'.'; 
       display:block;
       width:22px;
       height:3px;
       background:#000;
       margin-top: 8px;
 }
.btn-rotate{
        transform: rotate(45deg);
        -webkit-transform: rotate(45deg);
        -moz-transform: rotate(45deg);
        -o-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
        transition: .2s linear;
        -webkit-transition: .2s linear;
        -moz-transition: .2s linear;
        -o-transition: .2s linear;
        -ms-transition: .2s linear;
}
.btn-rotate::after{
        margin-top: 0;
        transform: rotate(-90deg);
        -webkit-transform: rotate(-90deg);
        -moz-transform: rotate(-90deg);
        -o-transform: rotate(-90deg);
        -ms-transform: rotate(-90deg);
        transition: .2s linear;
        -webkit-transition: .2s linear;
        -moz-transition: .2s linear;
        -o-transition: .2s linear;
        -ms-transition: .2s linear;
}
.btn-rotate-back{
        transform: rotate(0deg);
        -webkit-transform: rotate(0deg);
        -moz-transform:rotate(0deg);
        -o-transform:rotate(0deg);
        -ms-transform:rotate(0deg);
        transition: .2s linear;
        -webkit-transition: .2s linear;
        -moz-transition: .2s linear;
        -o-transition: .2s linear;
        -ms-transition: .2s linear;
}
.btn-rotate-back::after{
      margin-top: 8px;
      transform: rotate(0deg);
      -webkit-transform:rotate(0deg);
      -moz-transform:rotate(0deg);
      -o-transform:rotate(0deg);
      -ms-transform:rotate(0deg);
      transition: .2s linear;
      -webkit-transition: .2s linear;
      -moz-transition: .2s linear;
      -o-transition: .2s linear;
      -ms-transition: .2s linear;
}

.in {
        opacity: 1;
        filter:alpha(opacity=100);
        transition: opacity .6s cubic-bezier(0.645, 0.045, 0.355, 1);
        -webkit-transition: opacity .6s cubic-bezier(0.645, 0.045, 0.355, 1);
       -moz-transition: opacity .6s cubic-bezier(0.645, 0.045, 0.355, 1);
       -o-transition: opacity .6s cubic-bezier(0.645, 0.045, 0.355, 1);
       -ms-transition: opacity .6s cubic-bezier(0.645, 0.045, 0.355, 1);
}
/*footer*/
footer{
	    background: #1f2326;
	    padding:50px 0 40px;
	}
  .totop{

    position:fixed;
     right:40px; 
     bottom:30px;
     display: none;
     
  }
  .totop img{
     width:60px;
     height:60px;
  }
  .foot {
      display: flex;
      justify-content: space-between;
      padding-left: 5%;
  }
  .foot-left {
    width: 33%;
    text-align: left;
}
.foot-left ul {
    margin-top: 24px;
}
.foot-left ul li {
    margin-bottom: 24px;
    color: #aaa9a7;
}

.foot-right {
    width: 66%;
    margin-top: 45px;
}
/*底部公司介绍列表*/
.service_list ul li{
	      line-height:24px; 
	      font:12px "Microsoft YaHei";
	      color:#787878;   
	      margin-bottom: 10px;
	  }
.service_list h4{
    font: 14px "Microsoft YaHei";
    font-weight:600;
    margin-bottom: 16px;
    color: #e6e6e6;
}
.service_list a{text-decoration: none;color:#aaa9a7;}
.service_list a:hover{
   color:rgba(0, 180, 255, 1);
}
.join{
    text-align: center;
}
.weixin{
    text-align: center;
    width:120px;
    display: inline-block;
   
}
.weixin p{
    color:#4b4b4b;
    margin-top:12px;
    text-align: center;
    font: 12px "Microsoft YaHei";
}
footer p{
    font: 12px "Microsoft YaHei";
    text-align: center;
    margin-top:32px;
    color: #aaa9a7;
}
.modal-body {

	text-align: center;
}
.modal-body img{

   max-width:100%;
   max-height: 100%;
   display: inline-block;
   
}
.modal-dialog{

    margin: 100px auto;
  }
/*公司介绍正文*/
.container_about{
    margin: 85px auto;
}
/*侧边导航栏*/
.nav_aside{
    margin-top: 34px;
    width:20%;
    height:265px;
    background: #f3f3f3;
    padding:20px 0;
}
.navbar-right{
  margin-right:0 !important;
}
.nav_aside li{
  margin-top: 20px;
  padding-left:21%;
  cursor: pointer;
}
.nav_aside li.active_change span{
    color:#c9252b;
}
.nav_aside li.active_change a{
    color:#c9252b;
}
.nav_aside li:hover a{
   color:#c9252b;
}
.nav_aside li:hover span{
   color:#c9252b;
}
.nav_aside li a{
   font: 16px "Microsoft YaHei";
   line-height:20px;
   padding:5px 18px;
   text-decoration: none;
}
/*侧边栏icon*/
.nav_aside li span{
  font-size: 25px;
  line-height: 24px;
  vertical-align: middle;
}
/*公司简介正文*/
article{
  width:100%;
  height:auto;
  padding-bottom:10px;
  margin: 0 auto;
}
.article-title {
    text-align: center;
}
.article-desc {
    text-align: center;
    margin-top: 45px;
}
.article-desc a{
    color: rgb(0, 171, 214);
    line-height: 60px;
    margin-top: 20px;
}
.article-desc a:hover{
    color: rgb(0, 204, 255);
}
.company_li{
  border-bottom: 1px solid #ccc;
  padding-left: 20px;
}
.company_list{
   display: none;
}
.company_list.show{
    display: block;
}
.company_li h3{
    font:22px "Microsoft YaHei";
    text-align: center;
    display: inline-block;
    padding-bottom:10px;
    margin-bottom: -3px;
    border-bottom:3px solid #00c1f9;
    line-height: 1;
    width:125px;
 }
.about_list {
  margin-top: 40px;
  padding: 0 40px 20px 20px;
 }
.about_list li{
    margin-bottom: 30px;
}
.about_list li p{
  font: 16px "Microsoft YaHei";
  color:#2f2f2f;
  line-height:2;
  text-indent: 2em;
}
/*隐藏导航栏按钮*/
.panel{
     margin:0 0 5px;
}
.panel-default{
  display: none;
}
.panel-heading{
   width:100%;
   height:40px;
   border: none;
}
.panel-title a{
  display: block;
  width:100%;
  height:50px;
  text-align: center;
}
.caret{
  display: inline-block;
  border-top:7px solid;
  border-right:7px solid transparent;
  border-left:7px solid transparent;
}
.dropup .caret, .navbar-fixed-bottom .dropdown .care{

   border-bottom:7px solid;
}
/*.list-group {
   padding:20px 0;
}*/
.list-group li{
  text-align: center;
  height:40px;
}
.list-group li a{
  font: 14px "Microsoft YaHei";
  /*line-height: 32px;*/
  text-decoration: none;
}
.list-group li:hover a{
  color:#c9252b;
}

/*屏幕宽度大于1080显示效果 important!*/

@media (min-width: 1100px){
/*top*/
.loginbar{
    margin-left:19%;
}
.loginbar li{
    padding: 10px 15px;
}
	/*响应式nav左右控制居中*/
.gn-content{
    width:96%;
    min-width:1100px;
    margin:0 auto;
    display: block;
    /* height:80px; */
    height: 95px;
    font-size:0;
}
 .logo{
     	position:relative;
     	margin-right:20px;
     	width:14%;
     	height:95px;
     	line-height: 95px;
     	display: inline-block;
     	float: left;
  }
.nav-btn {
        display: none;
        right:30px;
  }
.change-left{
  	top:20px;
  	left:20px;
}
.nav-list {
       font-size:0;
        height:80px;
        line-height:80px;
        position: static;
        display: inline-block;
        float: left;
        width:80%;
	    padding:0;
       opacity: 1;
       filter:alpha(opacity=100);
       text-align: right;
}
.nav-list ul{
    height:80px;
    line-height: 110px;
} 
.nav-list li {
    border:none;
    height:35px;
    line-height: 35px;
    padding: 0;
    margin-left:20px;
    display: inline-block;
    border-radius: 5px;
    opacity: 1;
    filter:alpha(opacity=100);
}
.nav-list li.active_color{
    background-color: transparent;
}
.nav-list li.active_color>a{
    color:rgba(0, 180, 255, 1);
}
.nav-list li a{
    font:16px "Microsoft YaHei";
    padding: 7px 15px;
    color:#ffffff;
}
/*.nav-list li:hover{
     background-color: #c9252b;
}*/
.nav-list .js-has-dropdown:hover {
    color: rgba(0, 180, 255, 1);
    background-color: transparent;
    background-repeat: no-repeat;
    background-position: bottom center;
    /* background-image: url(https://pmoa34f5e-pic40.websiteonline.cn/upload/ac80.png); */
    /* height: 87px;
    line-height: 89px; */
}
.nav-list li>a:hover{
      /* color:#fff;*/
      color: rgba(0, 180, 255, 1);
       opacity: 1;
      filter:alpha(opacity=100); 
}

/* 下拉菜单样式 */
.nav-list .js-dropdown-fea {
    width: 100%;
    background-repeat: repeat;
    background-position: 0% 0%;
    background-image: none;
    background-color: rgba(0, 0, 0, 0.3);
    overflow: hidden;
    margin: 0;
    padding: 15px 240px;
    border: 0;
}
.js-dropdown-fea .js-drop-left {
    float: left;
    width: 550px;
    border-right: 1px solid #b4b4b4;
    padding-right: 56px;
}
.js-drop-left .left-title {
    overflow: hidden;
    height: 18px;
    line-height: 18px;
    margin-bottom: 18px;
}
.js-drop-left .left-title .tit {
    font-size: 16px;
    color: #ffffff;
    border-left: 4px solid #c8252a;
    padding-left: 10px;
    line-height: 16px;
    display: inline-block;
    height: 16px;
    vertical-align: middle;
    float: left;
}
.js-drop-left .left-title .more {
    float: right;
    color: #03bffc;
    cursor: pointer;
}
.js-drop-left .desc {
    color: #ffffff;
    line-height: 30px;
}
.js-dropdown-fea .js-drop-right {
    float: left;
    padding-left: 56px;
}
.js-dropdown-fea .js-drop-right .menu-service {
    /* line-height: auto; */
}
.js-dropdown-fea .js-drop-right .menu-service div {
    display: block;
    color: #ffffff;
    height: 40px;
}
.js-dropdown-fea .js-drop-right .menu-service div a {
    font-size: 14px;
    padding-left: 12px;
    border-left: 2px solid transparent;
}
.js-dropdown-fea .js-drop-right .menu-service div:hover a {
    cursor: pointer;
    padding-left: 12px;
    color: #00c0f7;
    border-left: 2px solid #00c0f7;
}

 /*搜索框*/
 /* .nav-list li:last-child{
      font:14px "Microsoft YaHei";
      margin-left: 3%;
      padding:0;
      height:36px;
      line-height:36px;
 }
 .nav-list li:last-child:hover{
      background: none;
 } */
.form_search{
      height:34px;
      display: inline-block;
      line-height: 26px;
      border:1px solid #ccc;
      padding:0 6px;
      border-radius: 5px;
 }
.form_search input{
      font:14px "Microsoft YaHei";
     	width:140px;
     	height:34px;
     	display: inline-block;
     	color:#000;
 }
.search_btn{
	    width:36px;
	    height:36px;
	    border:none;
	    background:#fff;
	    display: inline-block;  
	    line-height: 36px;
	    	       
}
.search_btn span{
      line-height: 24px;
      font-size:20px;
      text-align: center;
      color:#000;
}
.in {
        display: inline-block;
   }

.modal-dialog{

           margin: 100px auto;
  }
}

/*手机端响应显示效果*/
@media (max-width: 765px){
/*导航栏适应减少一些margin*/
.logo img{
   	max-width:120px;
}

.foot {
    display: block;
}

.foot-left {
    width: 100%;
    text-align: center;
}

.foot-right {
    width: 100%;
}

/*底部分栏信息适应响应*/
 .service_list ul{
 	     display: none;
 }
  .service_list ul li{
    font-size:14px;
  	text-align: left;
  	display: block;
  	padding:10px 8px;
  }
/*  .service_list ul li:hover{

  	background-color:#eee;

  }*/
.service_list a{text-decoration: none;}
.service_list a:hover{
   color:#c9252b;
}
 .service_list h4{
 	    border: 1px solid #ccc;
 	    cursor: pointer;
 	    padding: 15px 8px;
 	    border-radius: 5px;
   }
 .service_list h4::after{
 	   content: '+';
     font-size: 20px;
     line-height: 0.8;
     float: right;
     margin-right: 5px;
     font-weight: normal;
     transition: transform .3s ease;
     -webkit-transition: transform .3s ease;
     -moz-transition: transform .3s ease;
     -ms-transition: transform .3s ease;
     -o-transition: transform .3s ease;
 }
 .change::after {
       transform: rotate(45deg) scale(1.08);
       -webkit-transform: rotate(45deg) scale(1.08);
       -moz-transform: rotate(45deg) scale(1.08);
       -o-transform: rotate(45deg) scale(1.08);
       -ms-transform: rotate(45deg) scale(1.08);
  }
.show{
     display:block;
}
.modal-body img{

   max-width:100%;
   max-height:500px;
   display: inline-block;
   
}


}

@media (max-width:1080px){
    /*响应后隐藏导航栏和正文字体变小*/
    article{
        width:100%;
    }
    .about_list li p{
        font:14px "Microsoft YaHei";
        text-indent:2em;
        line-height: 1.8;
    }
    .company_li h3{
        font:20px "Microsoft YaHei";
        padding-bottom:5px;
        margin-bottom: -1px;
        border-bottom:3px solid #c9252b;
         width:100px;
    }
    .about_list li{
        margin-bottom: 20px;
    }
    .container_about{
        margin:20px auto;
    }
    /*.nav_aside{
        width:100%;
    }*/
    .panel-default{
        display: block;
        z-index:1025;
        position:relative;
    }
    .nav_aside{
        display: none;
    }
    .nav_top {
        display: none;
    }
}
@media(max-width:765px){
    .about_list li{
        margin-bottom: 15px;
    }
    .about_list li p{
          font: 14px "Microsoft YaHei";
          color:#2f2f2f;
          line-height:2;
          text-indent: 2em;
    }
    .about_list li> h4{
        font:18px "Microsoft YaHei";
        margin-bottom: 10px;
    }
    .banner-bg a,.banner-business a {background-size: 360% 100%;}
    .banner-bg a{background-position: 26% 0;}
    .banner-business a{background-position: 27% 0;}
  
}

//分页
/*.page_list{

	font-size:0;
	line-height:34px;
	height:34px;
}
.paginations{

	display:inline-block;
	font-size:0;
}
.paginations li{

	display:inline-block;
}
.paginations>li>a{

	font-size:14px;
	font-weight: bold;
	color: rgb(137, 137, 137);
	cursor: pointer;
	padding:9px 12px;
	margin-left:-1px;
	
	border:1px solid #ddd;
   font-weight: bold;
   text-decoration:none;
}
.page_list>a.previous{

	border-radius:4px 0 0 0 4px;
}
.page_list>a.next{

	border-radius:0 4px 4px 0 0;
}
.page_list>a.previous,
.page_list>a.next{

  display:inline-block;
  color: rgb(137, 137, 137);
  cursor: pointer;
  padding:6px 12px;
  font-size；14px;
  border:1px solid #ddd;
  font-weight: bold;
  text-decoration:none;
}
.paginations>.active>a, 
.paginations>.active>a:hover,
.paginations>.active>a:focus,
.paginations>.active>a:visited,
.paginations>li>a:hover,
.page_list>a.previous:hover,
.page_list>a.next:hover{

  background: #fff;
  color:#c9252b;

}*/
