@charset "gb2312";
/* CSS Document */

/* ☆ reset ======================================================*/
/* http://meyerweb.com/eric/tools/css/reset/ */
/* v1.0 | 20080212 */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
body {
	line-height: 1;
	font-family:'Microsoft YaHei';
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}
a{text-decoration:none;}
input,textarea{font-family:'Microsoft YaHei';}
/* ☆ pub Class==================================================================*/
.clearfix {zoom: 1;display: table;width: 100%;}
.clear{clear: both;}
.fl{float:left;}
.fr{float:right;}
/* ☆ common Class=============================================================*/
.topOuter{width:100%;margin:0 auto;background:#fff;}
.topInner{width:1200px;height:50px;margin:0 auto;}
.topNav{width:475px;padding:20px 0 0 0;float:right;color:#333;text-align:right;font-size:12px;}
.topInner a.logo{display:block;width:80px;height:41px;float:left;margin: 5px 0 0 0;}
.topInner img{width:80px;height:41px;}
.topNav a{color:#333;}
.maincont{width:1200px;margin:0 auto;}
.ctitle{font-size: 30px;color: #d52024;text-align: center;line-height: 200%;font-weight: bold;}
.ctitle2{font-size: 30px;color: #d52024;line-height: 150%;font-weight: bold;margin: 0 0 10px 0;}
.ctitle2 img{vertical-align: middle;}
.ctitle2 span{display:inline-block;*display:inline;*zoom:1;vertical-align: middle;}
.copyright{font-size: 12px;line-height: 150%;text-align: center;color: #999999;padding:15px 0;}
/* ☆ 页面模式部分===========================================================*/
.banner{height: 460px;background: url(../images/banner2.jpg) no-repeat center center;}
.mline{background:#e3f9ff url(../images/mline.jpg) repeat-x left top;}
.introtxt{font-size:16px;padding:30px 0 0 0;line-height:200%;color:#333333;}
.slongwrap,.ctitlwrap,.companys{margin:30px 0 0 0;}
.slongwrap .slong{width:616px;height:102px;margin:0 auto;background: url(../images/slong.png) no-repeat center center;}
.tit1{width:324px;height:60px;margin:0 auto;}
.tit1{background: url(../images/tit1.png) no-repeat center center;}
.companys{width:1200px;position:relative;overflow:hidden;}
.companys .longhide{width:1250px;position:relative;float:left;}
.companys .companybox{float:left;width:204px;height:146px;border:2px solid #0084e1;background:#ffffff;margin:0 15px 15px 0;padding:10px;border-radius:6px;}
.companys .companybox .logo{display:block;width:176px;height:114px;margin:0 auto;}
.companys .companybox .logo a,.companys .companybox .logo img{width:174px;height:112px;}
.companys .companybox .logo img{object-fit: contain;}
.companys .companybox .logo a{display:block;border:1px solid #ffffff;position:relative;}
.companys .companybox .logo a:hover{border:1px solid #eeeeee;}
.companys .companybox .name{width:174px;margin:10px auto 0 auto;line-height:150%;text-align:center;-o-text-overflow:ellipsis;text-overflow:ellipsis;overflow:hidden;white-space:nowrap;}
.companys .companybox .name a{color:#333333;font-size:14px;}
.companys .companybox .name a:hover{color:#ff6600;}

/* 中等屏幕（平板，小于等于 1000px） */
@media screen and (max-width: 1000px) {
	body{width:1200px;}
}