@charset "utf-8";  
/* css reset*/   
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, em, p, font, img, small, strong, center, dl, dt, dd, ol, ul, li, form, label,  caption {word-break : normal;margin:0;padding:0;border:0;outline:0;}  
ol, ul {list-style:none}:focus {outline:none; }   
table {border-collapse:collapse;border-spacing: 0}   
caption, th, td { text-align: left; font-weight: normal}   
strong {font-weight:600}   
a{font-family:"Microsoft YaHei";text-decoration:none;color:#404040;cursor:pointer;}   
a:hover{text-decoration:none;color:#000}
h1{font-size:16px;font-weight:600;color:#666}  
.left{float:left}  
.right{float:right}  
.clear{clear:both}  

*{background-color:transparent;
-webkit-appearance:none;
-webkit-tap-highlight-color:transparent;  }
.link{ position: absolute; left: 50%; top: 50%; margin-left: -720px; margin-top: -405px; width: 1440px; height: 810px;}


html{width:100%;overflow-x:hidden;overflow-y:auto;font-family:"Microsoft YaHei";background:#fff;}
body{width:100%;font-family:"Microsoft YaHei";}
.top{width:100%;height:65px;background:#fff;}
.wrap{width:1000px;margin:0 auto;}
.logo{}
.logo img{position:relative;top:6px;display:block;margin:0 auto;}
.nav{height:71px;background:#3393c5;border-top:1px solid #ffffff;}
.nav ul{width:1028px;height:71px;position:relative;left:0px;top:0px;background:#3393c5;display: flex;align-items: center;justify-content: center;}
.nav ul li{position:relative;display: table;float:left;padding:0 15px;width:auto;height:71px;text-align:center;background:url(../images/li_bg.png) no-repeat center right;}
.nav ul li:last-child{background: rgba(0,0,0,0);}
.nav ul li>a{position:relative;top:-3px;font-size:20px;padding:0 10px;height:75px;color:#fff;display: table-cell;vertical-align: middle;}
.nav ul li.active>a{color:#3393c5;background:#fff;position: relative;overflow:hidden;z-index:1;box-shadow:0 0 10px #333;font-weight: bold;}
.nav ul li:hover>a{color:#3393c5;background:#fff;position: relative;overflow:hidden;z-index:1;box-shadow:0 0 10px #333;font-weight: bold;}
.nav ul li.nth6{background:none;}
.sub{display:none;width:100%;position:absolute;background:#eeeeee;top:72px;left:0;}
.sub a{font-size:20px;display:block;width:80%;margin:0 auto;padding:20px 0;color:#3393c5;border-bottom:2px solid #3393c5}
.nav ul li.nth6:hover .sub{display:block;}
.sub_bg{position:relative;top:8px;margin-left:5px;}


.banner{position:relative;width:100%;background:#3393c5}
.banner img{display:block;position:relative;width:100%;top:-2px;}
.copyright{text-align:center;padding:24px 0;font-size:12px;color:#fff;background:#3393c5;font-family:"SimSun";}
.copyright a{font-size:12px;color:#fff;font-family:"SimSun";}
.left{float:left;position:relative;}
.right{float:right;position:relative;}

/*company*/
.content{min-height:400px;padding-bottom:130px}
.tit{font-size:24px;color:#ffffff;padding:9px 0;background:#3393c5;margin-top:9px;text-align:center;font-weight:bold;}
.txt_ul{text-align:center;margin-top:30px;overflow: hidden;}
.txt_ul li{width:226px;height:40px;cursor:pointer;display:inline-block;margin:0 10px;font-size:20px;color:#ffffff;background:#3393c5;line-height:40px;}
.txt_ul li.active{background:#0da8a5;color:#ffffff;}
.txt_ul li:hover{background:#0da8a5;color:#ffffff;}

.news{padding:20px 0;}
