@charset "utf-8";
/*管理团队*/
.flex-container {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  align-items: center;
  text-align: center;
}

.flex-item {
 margin: 10px 10px 0 20px;
}
.flex-item1 {
  margin: 10px 10px 0 20px;
}
/*==========================banner===========================*/
/*.banner{ width: 100%; min-width: 1200px; height: 100%;  background: url(../images/banner-about.bak.jpg); background-position: center; background-size: cover; overflow: hidden; }*/
.banner{ height: 400px; background: url(../images/banner-about.png); background-position: center; background-size: cover; overflow: hidden;  }
.banner .cont{ width: 100%; height: 100%; display: flex; justify-content: center; flex-wrap: wrap; align-items: center;
 display: -webkit-box;      /* OLD - iOS 6-, Safari 3.1-6 */
            display: -moz-box;         /* OLD - Firefox 19- (buggy but mostly works) */
            display: -ms-flexbox;      /* TWEENER - IE 10 */
            display: -webkit-flex;     /* NEW - Chrome */
 
  -webkit-box-pack: center;
  /* 12版 */
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  -o-justify-content: center;
  justify-content: center;
  
    -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  -o-flex-wrap: wrap;
   -webkit-box-align: center;
  /* 12版 */
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -o-align-items: center;}
.banner .cont .tit{ margin-top: -20px; width: 100%; padding-left: 26px; font-size: 48px; color: #fff; letter-spacing: 50px; text-align: center;}
.banner .cont .tit-en{ margin-top: 20px; font-size: 35px; font-family: Arail,Tabhoma; color: #fff; text-align: center;}

/*==========================京麒源科技===========================*/
.about{ width: 100%; min-width: 1200px; padding: 75px 0 42px; overflow: hidden}
.about .title{ font-size: 36px; color: #000; text-align: center; line-height: 60px;}
.about .infor{ margin-top: 40px; font-size: 16px; color: #444; text-align: center; line-height: 40px;}
.about .map-wrap{ margin-top: 20px;}
.about .map-wrap img{ display: block; width: 1100px; height: 700px; margin: 0 auto;}
.about .about-show{ margin-top: 20px; overflow: hidden;}
.about .about-show .item{ float: left; box-sizing: border-box; width: 600px; height: 330px; padding: 30px 95px;}
.about .about-show .item .pic{ height: 100px; display: flex; justify-content: center;
 display: -webkit-box;      /* OLD - iOS 6-, Safari 3.1-6 */
            display: -moz-box;         /* OLD - Firefox 19- (buggy but mostly works) */
            display: -ms-flexbox;      /* TWEENER - IE 10 */
            display: -webkit-flex;     /* NEW - Chrome */
 
  -webkit-box-pack: center;
  /* 12版 */
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  -o-justify-content: center;
  justify-content: center;}
.about .about-show .item .pic img{ display: block; width: 100px; height: 100px; }
.about .about-show .item .tit{ margin-top: 30px; font-size: 24px; color: #333; text-align: center; }
.about .about-show .item .cnt{ margin-top: 18px; font-size: 16px; color: #444; line-height: 26px; text-align: center; }
/*.about .about-show .item:hover .pic img{ -webkit-animation: rotate 2s linear infinite;}*/

@-webkit-keyframes rotate{
    0%{transform:rotate(0deg);}
    100%{transform:rotate(360deg);}
}

.about .infor.mobile{ display: none;}
.about .cnt.mobile{ display: none;}


/*==========================关于我们===========================*/
.contact{ width: 100%; min-width: 1200px; padding: 80px 0 0; background: #f0f0f0; overflow: hidden}
.contact .tit{ text-align: center; font-size: 36px; color: #000;}
.contact .cnt{ overflow: hidden; margin-top: 50px; margin-bottom: 90px;}
.contact .cnt .infor{ float: left; width: 440px;}
.about .map-wrap{ margin-top: 20px;}
.about .map-wrap img{ display: block; width:100%; height: auto; margin: 0 auto;}
.contact .cnt .form{ float: right; width: 740px;}
.contact .cnt .infor li{ position: relative; height: 40px; margin-bottom: 20px; padding-left: 60px; font-size: 16px; color: #444; line-height: 40px;}
.contact .cnt .infor li .pic{ position:absolute; display: flex; justify-content: space-between; align-items: center; left: 0; top: 0; width: 40px; height: 40px; background: #0064FA url(../images/icon-addr.png) no-repeat 11px -2px;
 display: -webkit-box;      /* OLD - iOS 6-, Safari 3.1-6 */
            display: -moz-box;         /* OLD - Firefox 19- (buggy but mostly works) */
            display: -ms-flexbox;      /* TWEENER - IE 10 */
            display: -webkit-flex;     /* NEW - Chrome */
            -webkit-box-align: center;
  /* 12版 */
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -o-align-items: center;}
.contact .cnt .infor li:nth-child(2) .pic{ background-position: 9px -48px;}
.contact .cnt .infor li:nth-child(3) .pic{ background-position: 7px -89px;}
.contact .cnt .infor li:nth-child(4) .pic{ background-position: 4px -131px;}
.contact .cnt .form{ }
.contact .cnt .form .input-row{ overflow: hidden;}
.contact .cnt .form .input-row input{ width: 358px; height: 38px; font-size: 14px; text-indent: 10px; border: 1px solid #999; background: #f0f0f0;}
.contact .cnt .form .input-row .name{float: left;}
.contact .cnt .form .input-row .phone{ float: right;}
.contact .cnt .form .message{ box-sizing: border-box; width: 740px; height: 160px; padding: 10px 10px; margin: 20px 0; font-size: 14px; color: #444; border: 1px solid #999; background: #f0f0f0;}
.contact .cnt .form .submit{ width: 740px; height: 38px; font-size: 16px; color: #fff; line-height: 38px; letter-spacing: 5px; background: #0064FA; cursor: pointer;}
.contact .cnt .form .submit:active{  background: #0064FA;}
.contact .map{ width: 100%; min-width: 1200px; height: 500px;}



/*+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++手机端++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
/*+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++手机端++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/


@media only screen and (min-width: 300px) and (max-width: 768px) {
	
/*==========================banner===========================*/
.banner{ width: 100%; min-width: 300px; height: calc( 100vw * 1.44 );  background: url(../images/03-min.png); background-position: center; background-size: cover; overflow: hidden; }
.banner .cont{ width: 100%; height: 100%;}
.banner .cont .cont-in{ margin-top: -100px;}
.banner .cont .tit{ margin-top: -20px; width: 100%; padding: 0 0 0 8px; font-size: 2.2rem; color: #fff; letter-spacing: 15px; text-align: center;}
.banner .cont .tit-en{ margin-top: 2px; font-size: 1.2rem; font-family: Arail,Tabhoma; color: #fff; text-align: center;}

/*==========================京麒源科技===========================*/
.about{ width: 100%; min-width: 300px; padding:25px 0 20px; overflow: hidden}
.about .title{ font-size: 1.8rem; color: #000; text-align: center; line-height: 26px;}
.about .infor{ display: none; margin-top: 10px; font-size: 1.2rem; color: #444; text-align: center; line-height: 20px;}
.about .about-show{ margin-top: 10px; overflow: hidden;}
.about .about-show .item{ box-sizing: border-box; float: left; box-sizing: border-box; width: 50%; height: 150px; padding: 10px 8px 0px;}
.about .about-show .item .pic{ height: 36px; }
.about .about-show .item .pic img{ display: block; width: 36px; height: 36px; }
.about .about-show .item .tit{ margin-top: 12px; font-size: 1.4rem; color: #333; text-align: center; }
.about .about-show .item .cnt{ margin-top: 5px; font-size: 1.2rem; color: #444; line-height: 16px; text-align: center; }
.about .about-show .item:hover .pic img{ -webkit-animation: rotate 2s linear infinite;}
@-webkit-keyframes rotate{
    0%{transform:rotate(0deg);}
    100%{transform:rotate(360deg);}
}

.about .infor.mobile{ display: block; padding: 0 10px; text-indent: 20px;}
.about .cnt.pc{ display: none;}
.about .cnt.mobile{ display: block;}

/*==========================联系我们===========================*/
.contact{ width: 100%; min-width: 300px; padding: 25px 0 20px; background: #f0f0f0; overflow: hidden}
.contact .tit{ text-align: center; font-size: 1.8rem; color: #000;}
.contact .cnt{ overflow: hidden; margin-top: 15px; margin-bottom: 30px;}
.contact .cnt .infor{ float: none; width: 100%; box-sizing: border-box; padding-left: 10px;}
.contact .cnt .form{ float: none; width: 100%;}
.contact .cnt .infor li{ position: relative; height: 30px; margin-bottom: 10px; padding-left: 45px; font-size: 1.3rem; color: #444; line-height: 30px;}
.contact .cnt .infor li .pic{ position:absolute;  left: 0; top: 0; width: 30px; height: 30px; background: #2293DC url(../images/icon-addr.png) no-repeat 7px -6px; background-size: 905; 
 
 }
.contact .cnt .infor li:nth-child(2) .pic{ background-position: 5px -53px;}
.contact .cnt .infor li:nth-child(3) .pic{ background-position: 3px -94px;}
.contact .cnt .infor li:nth-child(4) .pic{ background-position: 0px -136px;}
.contact .cnt .form{ }
.contact .cnt .form .input-row{ overflow: hidden; margin-top: 15px;}
.contact .cnt .form .input-row input{ margin-left: 10px; margin-bottom: 10px; width: 240px; height: 34px; font-size: 1.2rem; text-indent: 10px; border: 1px solid #999; background: #f0f0f0;}
.contact .cnt .form .input-row .name{float: none;}
.contact .cnt .form .input-row .phone{ float: none;}
.contact .cnt .form .message{ box-sizing: border-box; margin-top: 0px; margin-left: 10px; margin-bottom: 15px; width: 95%; height: 120px; padding: 10px 10px; font-size: 14px; color: #444; border: 1px solid #999; background: #f0f0f0;}
.contact .cnt .form .submit{ width:100%; height: 38px; font-size: 16px; color: #fff; line-height: 38px; letter-spacing: 5px; background: #0064FA; cursor: pointer;}
.contact .cnt .form .submit:active{  background: #0064FA;}
.contact .map{ width: 100%; min-width: 300px; height: 200px;}
.contact .BMap_omCtrl{ display: none;}
}


/*.flex-item:first-child {*/
/*    !*margin-left: -60px;*!*/
/*}*/