@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;font-size:14px;}  
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:#FF3300}   
h1{font-size:16px;font-weight:600;color:#666}  
.left{float:left}  
.right{float:right}  
.clear{clear:both}  


html,body{width: 100%;overflow-x:hidden;overflow-y:auto;font-family:"Microsoft YaHei";background:#0b1940;
background-size:100% auto;}
.top{width:100%;height:107px;}
.wrap{width:1230px;margin:0 auto;}
.logo{float:left}
.logo img{position:relative;top:10px;}
.nav{float:right}
.banner img{width:100%}

.nav ul li{float:left;width:170px;height:100px;line-height:100px;text-align:center;}
.nav ul li a{display:block;width:170px;height:100px;font-size:22px;color:#fff}
.nav ul li.active{background:#ff7900;}
.nav ul li.active a{color:#fff}
.nav ul li:hover{background:#ff7900;}
.nav ul li:hover a{color:#fff}


.content{}
.con{margin-top:40px;min-height:600px;box-sizing:border-box;}
.con img{display:block;margin:0 auto;}
.ccon{margin-top:40px;min-height:600px;box-sizing:border-box;background:url(../images/conbg.png) repeat;padding:70px 0}
.tit{font-size:30px;color:#a50d13;font-weight:bold}
.tit img{position:relative;height:40px;top:10px;margin-right:10px}
.txt{margin-top:50px;font-size:22px;color:#38383b;line-height:55px;text-align:justify;letter-spacing:1px}

.footer{margin-top:50px;background:#ab1c23;padding:22px 0;text-align:center}
.footer img{width:1200px;}
.copyright{text-align:center;padding:5px 0;font-size:12px;color:#fff}
.copyright a{font-size:12px;color:#fff}

@media(max-width:1230px){
.wrap{width:100%}	
.talent img{width:1230px;position:relative;left:50%;margin-left:-610px}				
}