@charset "utf-8";
/*public start*/
* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
html, body, span, div, p, a, h1, h2, h3, h4, h5, h6, img, form, font, strong, b, i, dl, dt, dd, ol, ul, li{padding:0; margin:0;list-style: none;}
body{min-width:1100px; margin:0 auto; background:#FFF;color:#333;font-size:12px; font-family:'微软雅黑';position: relative;} 
h1,h2,h3,h4,h5,h6{font-weight:normal; font-size:12px;} 
img {vertical-align:middle; border:none; font-size:0;max-width: 100%;}
a {color:#333;text-decoration:none;outline:none;}
/*a:hover{ color: #ea101b;}*/
i,em{font-style:normal;}
input,select,button{outline:none;}
/*input{ outline:none;}*/

.li_img{display:table; text-align:center; *position:relative; *overflow:hidden;}
.li_img a{display:table-cell; vertical-align:middle; *position:absolute; *left:50%; *top:50%;}
.li_img a img{*position:relative; *left:-50%; *top:-50%;}
.fix:after {visibility:hidden;display:block;font-size:0;content:"";clear:both;height:0;}
.fix {zoom:1;}
.fl{float:left;}
.fr{float:right;}
.tc{ text-align:center;}
.last{margin-right:0px !important;}
.rbtn{ border: 1px solid #ff4146; background-color: #ff4146;  color: #fff; text-align: center;  display: inline-block;}
.clear{clear: both;}
/*public end*/

.div1400 {
    width: 1400px;
    margin: 0 auto;
}

.top .div1400{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.top .div1400 .logo{
    width: 350px;
    height: 68px;
    position: relative;
}
.top .div1400 .logo img{
    position: absolute;
    left: 0px;
    top: 0px;
    bottom: 0px;
    margin:auto;
}
.top .div1400 .nav li{
    float: left;
    padding-top: 22px;
}
.top .div1400 .nav li a{
    display: block;
    padding: 0px 45px;
    font-size: 16px;
    color: #101010;
}
.top .div1400 .nav li.cur a{
    color: #00b050;
}
.top .div1400 .nav li.lang{
    padding-top: 0px;
    padding:4px 12px;
    margin-top: 18px;
    background: #00b050;
    border-radius: 8px;
}
.top .div1400 .nav li.lang a{
    padding: 0px 0px;
    float: left;
    color: #fff;
}
.content{
    background: #fff;
}

.ind_tit{
    font-size: 36px;
    color: #121212;
    font-weight: bolder;
    text-align: center;
    line-height: 100%;
    margin-top: 36px;
}
.ind_f_body {
    font-size: 15px;
    color: #121212;
    text-align: center;
    font-weight: bold;
    line-height: 100%;
    padding:16px 0px 36px 0px;
}
.ind_about{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    padding-top: 36px;
    padding-bottom: 60px;
}
.ind_about .ind_about_r{
    width: 700px;
    height: 388px;
    background: #bfebd3;
}
.ind_about .ind_about_r img{
    width: 100%;
    height: 100%;
    margin-top: -15px;
    margin-left: -15px;
}
.ind_about .ind_about_l{
    width: 670px;
    position: relative;
}
.ind_about .ind_about_l p.tit1{
    font-size: 25px;
    color: #121212;
    font-weight: bold;
    margin-bottom: 4px;
}
.ind_about .ind_about_l p.tit2{
    font-size: 43px;
    color: #121212;
    font-weight: bolder;
}
.ind_about .ind_about_l p.tit3{
    display: block;
    width: 88px;
    background: #1c5aff;
    height: 4px;
    margin:20px 0px;
}
.ind_about .ind_about_l div.p{
    font-size: 15px;
    line-height: 200%;
    color: #656565;
}
.ind_about .ind_about_l a.more{
    display: block;
    width: 122px;
    height: 33px;
    line-height: 33px;
    text-align: center;
    background: #00b050;
    color: #fff;
    font-size: 15px;
    position: absolute;
    bottom: 0px;
    left: 0px;
}
.team_3{
    background: #f6f5f5;
}
.team_3 .ind_tit{
    padding:50px 0px;
}

.ind_news{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    padding-bottom: 30px;
}
.ind_news .ind_news_l{
    width: 700px;
}
.ind_news .ind_news_r{
    width: 690px;
}
.ind_news .ind_news_l .ind_news_img{
    width: 100%;
    height: 465px;
    background: #fff;
    padding:10px;
}
.ind_news .ind_news_l .ind_news_txt{
    margin-top: 20px;
    height: 165px;
    background: #fff;
}
.ind_news_txt .tit{
    font-size: 18px;
    color: #3c3c3c;
    font-weight: bolder;
    text-align: center;
    padding-top: 32px;
}
.ind_news_txt .new_f{
    font-size: 18px;
    line-height: 150%;
    color: #838383;
    height: 54px;
    overflow: hidden;
    padding:0px 30px;
    margin-top: 20px;
}
.ind_news_r li{
    height: 195px;
    margin-bottom: 34px;
    background: #fff;
    padding:10px;
    position: relative;
}
.ind_news_r li .tit{
    margin-top: 18px;
}
.ind_news_r li .tit a{
    font-size: 18px;
    color: #464646;
    font-weight: bold;
}
.ind_news_r li .new_f{
    font-size: 18px;
    line-height: 150%;
    color: #838383;
    height: 54px;
    overflow: hidden;
    margin-top: 20px;
}
.ind_news_r li .wtime{
    position: absolute;
    left: 10px;
    bottom: 10px;
    font-size: 18px;
    color: #838383;
}
.ind_news_r li .more{
    position: absolute;
    right: 10px;
    bottom: 10px;
    font-size: 18px;
    color: #838383;
}
.ind_news_r li:hover a{
    color: #00b050;
}
.bottom .ad{
    line-height: 86px;
    background: #00b050;
    font-family: '宋体';
    font-size: 22px;
    text-align: center;
    color: #fff;
}
.bottom .foot{
    background: #10171f;
    padding:28px 0px;
}
.bottom .foot .div1400{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.bottom .foot .div1400 .f_nav,.bottom .foot .div1400 .f_contact,.bottom .foot .div1400 .f_server{    
    width: 33%;
}
.bottom .foot .div1400 .tit{
    font-size: 25px;
    color: #698cb2;
    font-weight: bold;
    padding-bottom: 24px;
}

.bottom .foot .div1400 .f_nav li a{
    font-size: 15px;
    color: #3a4857;
    line-height: 200%;
}
.bottom .foot .div1400 .f_txt{
    font-size: 15px;
    color: #3a4857;
    line-height: 200%;    
}
.bottom .foot_1{
    background: #000000;
    color: #606060;
    font-size: 12px;
    line-height: 36px;
    text-align: center;
}
.bottom .foot_1 a{
    color: #606060;
    font-size: 12px;
    line-height: 36px;
}

.pro_top{
    background: #f5f5f5;
    height: 55px;
    line-height: 55px;
}
.pro_top a{
    color: #2bc804;
    font-size: 14px;
}
.pro_top span{
    color: #2bc804;
    font-size: 14px;
    margin:0px 6px;
}
.pro_top img{
    height: 22px;
    margin-top: -8px;
}

.product{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-top: 12px;
}
.nav_left{
    width: 240px;
}
.nav_left li{
    height: 73px;
    padding:0px 6px;
    background: #eeeeee;
    border-radius: 4px;
    margin-bottom: 24px;
}
.nav_left li a{
    width: 240px;
    height: 73px;
    font-size: 18px;
    color: #454545;
    line-height: 100%;
    display: table-cell;
    text-align: center;
    vertical-align:middle;
}
.nav_left li:hover,.nav_left li.cur{
    background: #00b050;
}
.nav_left li:hover a,.nav_left li.cur a{
    color: #fff;
}
.pro_right{
    width: 1096px;
}
.pro_right .pro_list{
    /*display: flex;*/
    /*justify-content: space-between;*/
    /*flex-wrap: wrap;*/
}
.pro_right .pro_list li{
    width: 270px;
    margin-bottom: 20px;
    float: left;
    margin-right: 5px;
}
.pro_right .pro_list li:nth-child(4n){
    margin-right: 0px;
}

.pro_s table{
    margin:auto;
    margin-top: 24px;
    margin-bottom: 50px;
    border-collapse:collapse;
    border:1px solid #eee;
}

.pro_s table tr th{
    height: 55px;
    background: #04048a;
    color: #fff;
    font-size: 13px;
    text-align: center;
    vertical-align:middle;
}
.pro_s table tr td{
    height: 50px;
    background: #f9f9f9;
    color: #9bb0fd;
    font-size: 13px;
    text-align: center;
    vertical-align:middle;
    font-weight: bold;
}
/*.pro_s table tr:nth-child(1) td{*/
/*    height: 55px;*/
/*    background: #04048a;*/
/*    color: #fff;*/
/*    font-size: 13px;*/
/*    text-align: center;*/
/*    vertical-align:middle;*/
/*}*/
/*.pro_s table tr:nth-child(2n+1) td{*/
/*    background: #dbeafb;*/
/*}*/
/*.pro_s table tr:nth-child(2) td{*/
/*    color: #282828;*/
/*}*/
/*.pro_s table tr:nth-child(3) td{*/
/*    color: #282828;*/
/*}*/

/*.pro_s table tr:nth-child(2) td:nth-child(12){*/
/*    color: #ff9c3a;*/
/*}*/
/*.pro_s table tr:nth-child(3) td:nth-child(12){*/
/*    color: #ff9c3a;*/
/*}*/

.about{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-top: 12px;
    margin-bottom: 36px;
}
.about_left{
    width: 240px;
    font-size: 14px;
    line-height: 200%;
}
.about_t{
    width: 1096px;
    font-size: 14px;
    line-height: 200%;
}







