/* 
* @Author: Marte
* @Date:   2018-08-15 11:54:38
* @Last Modified by:   Marte
* @Last Modified time: 2018-08-17 15:22:58
*/
*{
    margin:0 ;
    padding: 0;

}
@media screen and (min-width:1000px) and (max-width:1400px){
  body{
             zoom: 105%;
        }
}
@media screen and (min-width:1400px) and (max-width:1600px){
        body{
         zoom: 100%;
        }
}
@media screen and (min-width:1600px) and (max-width:1800px){
        body{
         zoom: 120%;
        }
}
@media screen and (min-width:1800px) and (max-width:2000px){
        body{
         zoom: 130%;
        }
}
@media screen and (min-width:2000px) and (max-width:2400px){
        body{
         zoom: 175%;
        }
}
@media screen and (min-width:2400px) and (max-width:2800px){
        body{
         zoom: 175%;
        }
}
@media screen and (min-width:0px) and (max-width:1000px){
        body{
         zoom: 100%;
        }
}


a{
    text-decoration: none;
}
ul,li{
    list-style: none;
}
body{
    height:100%;
    width:100%;
    min-width: 1400px;
 overflow-x: auto;  

}

.capital_left{
    box-sizing: border-box;
    width:18%;
    min-width:250px;
    height:100%;
    float:left;
    border-right: 1px solid #d4d4d4;
}
.capital_home{
    height:100%;
}
.left_logoDiv{
    width:100%;
    padding:70px 0 70px 0;
}
.left_logoDiv img{
    margin:0 auto;
    display:block;
    

}
.left_nav li{
    padding:16px 0 16px 25px;
    border-left:3px solid #fff;
}
.left_nav li img{
    vertical-align:middle;
}
.left_nav a{
    color:#282828;
    font-size: 16px;
}
.left_nav a:hover li{
    border-left:3px solid #69b650;
    background:#f1f8ef;
    color:#69b650;
}
.A_span{
    margin-left: 40px;
    height:100%;
    letter-spacing: 2px;


}
.left_txt{
    margin-top: 200px;
    padding-left: 28px;
    padding-bottom: 46px;
}
.txtBorder{
    width:68px;
    height:2px;
    background-color: #69b650;
}
.left_txt p{
    margin-top: 10px;
    line-height: 26px;
    font-size: 10px;
    letter-spacing: 0.5px;

}
.capital_right{
    width:82%;
    min-width: 1100px;
    float:left;

}
.right_header{
box-sizing: border-box;
    height:48px;
    line-height: 48px;
    font-size: 14px;
    padding-left: 40px;
    border-bottom: 1px solid #d4d4d4;
    width:100%;
}
.capital_footer{
    float:left;
    width:100%;
    height:54px;
}
.capital_footer ul{
    display:flex;
    justify-content: space-around;
    margin:0 auto;
}
.capital_footer ul li{
    line-height: 54px;
    font-size: 12px;
    margin:0 15px;
    color:#717070;
}
.capital_footer ul li a{
    color:#717070;
    font-size: 12px;
}
.right_box{
    background-color: #ebeaea;
    padding: 25px 2% 50px 2%;
}

.right_nei{
   box-shadow: 0px 0px 10px #cac6c6;
   box-shadow: 0px 0px -10px #cac6c6;
    background-color: #fff;

}
.right_nei img{
    display:block;
}
.right_top{
    display:flex;
    justify-content: space-between;
}
.topall{
}
.top1{
    width:24.5%;
    padding:15px;
    box-sizing: border-box;
}
.top2{
    width:49%;
 /*border-right: 1px solid #133015;
 border-left: 1px solid #133015;
 border-bottom: 1px solid #133015;*/
 position:relative;
}
.top2 img{
    width:100%;
    height:100%;
}
.top1txt{

    font-size: 12px;
    text-indent: 24px;
    line-height: 20px;
    margin-top: 10px;
    color:#737373;
}
.top1_title_C span{
    color:#8cc579;
}
.top1_title_C{
    line-height: 24px;
    letter-spacing: 1px;

}
.top1_title_E{
    font-size: 0.5rem;
    line-height: 12px;
}
.details_btn{
    box-shadow: 3px 3px 10px #cac6c6;
   box-shadow: -3px -3px -10px #cac6c6;
    width:78px;
    height:22px;
    border:none;
    background: -webkit-linear-gradient(left, #08aeea , #69b650); /* Safari 5.1 - 6.0 */
  background: -o-linear-gradient(right, #08aeea, #69b650); /* Opera 11.1 - 12.0 */
  background: -moz-linear-gradient(right, #08aeea, #69b650); /* Firefox 3.6 - 15 */
  background: linear-gradient(to right, #08aeea , #69b650); /* 标准的语法 */
  font-size: 12px;
  color:#fff;
  border-radius: 15px;
  outline: none;
  float:right;
  margin-top: 5px;
  line-height: 22px;
  text-align:center;

}
.top2_txt{
    position:absolute;
    bottom: 30px;
    right: 20px;
    background-color: rgba(255, 255, 255, 0.4);
    padding:5px 10px;
    font-weight: bold;
    letter-spacing: 2px;

}
.top2_txt span{
    color:#69b650;

}
.top3{
    width:24.5%;

}
.top3_img img{
    width:100%;
/*    border-left: 1px solid #133015;
 border-bottom: 1px solid #133015;*/
 height:100%;
}

.top3_txt{
    text-align: center;
    padding-top:15px ;

}
.topder{
    width:46px;
    height:2px;
    background-color:#424242;
    margin: 10px auto;
}
.top3_name span{
    color:#08aeea;
}
.right_bottom{
    margin-top: 10px;
    display:flex;
    justify-content: space-between;
}
.bottomAll{
    width:24.5%;
}
.bottom2,.bottom3{
    width:24%;
}
/*.bottomAll img{
    width:100%;
    display:block;
    height:100%;
}*/
.bottom1 img,.bottom3 img,.bottom4 img{
    width:100%;
    display:block;
    height:100%;
}
.bottom2 img{
    width:100%;
    display:block;
}
.ss3top span{
    color:#69b650;
}
.top3_texxt{
    font-size: 13px;
    color:#737373;
}
.top3_name{
    letter-spacing: 1px;

}
.serviceAdvantage{
    display:flex;
    margin-top: 40px;
    justify-content: space-between;

}
.vantageAll{
    width:33%;
    background-color: pink;
    padding:25px 15px 35px 15px;
    background-color: #fff;
    box-sizing: border-box;
    border: 1px solid #cdcdcd;
    border-radius: 10px;
}
.vantageAll_title{
    color:#3e4346;
    
    border-bottom: 1px solid #c7c7c7;
    padding-bottom: 15px;
    font-size: 18px;
}
.vantageAll_title img{
    margin-right: 2px;
}
.eng{
    font-size: 10px;
}
.more{
    box-shadow: 3px 3px 10px #cac6c6;
   box-shadow: -3px -3px -10px #cac6c6;
    width:68px;
    height:22px;
    background: -webkit-linear-gradient(left, #08aeea , #69b650); /* Safari 5.1 - 6.0 */
  background: -o-linear-gradient(right, #08aeea, #69b650); /* Opera 11.1 - 12.0 */
  background: -moz-linear-gradient(right, #08aeea, #69b650); /* Firefox 3.6 - 15 */
  background: linear-gradient(to right, #08aeea , #69b650); /* 标准的语法 */
  font-size: 12px;
  color:#fff;
  border-radius: 15px;
  outline: none;
  float:right;
  margin-top: 5px;
  line-height: 22px;
  text-align:center;
}
.vantage1_Prag{
    display:flex;
    justify-content:space-between ;
    margin-top: 50px;
}
.Prag_all{
    width:33%;
    text-align: center;
}
.Prag_alltitle{
    color: #31363a;
    font-size: 16px;
    margin-top: 5px;
}
.Prag_alltxt{
    font-size: 12px;
    margin-top: 5px;
    line-height: 18px;
    color: #31363a;

}
.industry{
    font-size: 12px;
    line-height: 20px;
    text-indent: 24px;
    margin-top: 20px;
}
.contact_img{
    margin-top:20px;
}
.contact_img img{
    width:100%;
}
.industry_box{
    width:30%;
    box-sizing: border-box;
    border:1px solid #a0a0a0;
    padding:5px 0;
    text-align: center;
    margin-top: 15px;
}
.industry_all{
    display:flex;
    justify-content: space-between;
}
.industry_TOP{
    font-size: 14px;
}
.num{
    font-size: 25px;
    color:#69b650;
}
.jia{
    font-size: 20px;
}
.industry_BTO{
    font-size: 12px;
    margin-top: 10px;
}