<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* 粉红色边框去除方案 */	
 input[required]:invalid, input:focus:invalid, textarea[required]:invalid, textarea:focus:invalid{box-shadow: none;}
/* textarea placeholder 改颜色 */
textarea:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
    color:#ffffff; font-size:18px;
}


textarea::-moz-placeholder { /* Mozilla Firefox 19+ */
 color:#ffffff; font-size:18px;
}


textarea:-ms-input-placeholder{
   color:#ffffff; font-size:18px;
}


textarea::-webkit-input-placeholder{
  color:#ffffff; font-size:18px;
}

/* input placeholder 改颜色 */
input:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
    color:#ffffff; font-size:18px;
}


input::-moz-placeholder { /* Mozilla Firefox 19+ */
 color:#ffffff; font-size:18px;
}
input:-ms-input-placeholder{
   color:#ffffff; font-size:18px;
}
input::-webkit-input-placeholder{
  color:#ffffff; font-size:18px;
}
input{
	border:0;
	background:transparent;
	color:#ffffff;
	outline:none;	
	}
textarea{
	border:0;
	background:transparent;
	color:#ffffff;
	outline:none;

	}
/* 合作伙伴 */

body {
    background-attachment: fixed;
}
.Title {
    margin-top: 69px;
    width: 100%;
}
.Title img {
    display: block;
    margin: 0 auto;
}
.Title h2 {
    color: #000000;
    font-size: 26px;
    font-weight: normal;
    margin: 24px 0 10px;
    text-align: center;
}
.Title h2 a {
    color: #000000;
    text-decoration: none;
}
.Title p {
    color: #666666;
    font-size: 15px;
    margin-bottom: 39px;
    text-align: center;
}
.Title i {
    background: #01133b none repeat scroll 0 0;
    display: block;
    height: 2px;
    margin: 0 auto 12px;
    width: 52px;
}


.ParCon {
    position: relative;
}
.ParCon i {
    cursor: pointer;
    display: block;
    height: 83px;
    position: absolute;
    top: 85px;
    width: 42px;
}
.ParCon .btn01 {
    background: rgba(0, 0, 0, 0) url("../images/partner-icon.png") no-repeat scroll left top;
    left: -92px;
}
.ParCon .btn02 {
    background: rgba(0, 0, 0, 0) url("../images/partner-icon.png") no-repeat scroll left bottom;
    right: -92px;
}
.ParCon .ParBox {
    height: 254px;
    overflow: hidden;
    position: relative;
    width: 100%;
}
.ParCon .ParBox ul {
    height: 254px;
    left: 0;
    overflow: hidden;
    position: absolute;
    top: 0;
    width: 105%;
}
.ParCon .ParBox li {
    float: left;
    height: 266px;
    margin-left: 30px;
    width: 216px;
}
.ParCon .ParBox li:first-child {
    margin-left: 0;
}
.ParCon .ParBox img {
    border: 1px solid #dbdbdb;
    display: block;
    margin-bottom: 30px;
}
.partner .more2 {
    margin: 80px auto;
    text-decoration: none;
}

body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, textarea, p, blockquote, th, td {
    margin: 0;
    padding: 0;
}
table {
    border-collapse: collapse;
    border-spacing: 0;
}
table th, table td {
    padding: 5px;
}
fieldset, img {
    border: 0 none;
}
address, caption, cite, code, dfn, em, th, var {
    font-style: normal;
    font-weight: normal;
}
ol, ul {
    list-style: outside none none;
}
ception, th {
    text-align: left;
}
q::before, q::after {
    content: "";
}
input, button, textarea, select, optgroup, option {
    font-family: inherit;
    font-size: inherit;
    font-style: inherit;
    font-weight: inherit;
}

body {
    font: 12px/1.231 arial,helvetica,clean,sans-serif;
}

table {
    border-collapse: collapse;
    font-size: inherit;
}
pre, code, kbd, samp, tt {
    font-family: monospace;
    line-height: 100%;
}

body {
    background-color: #fff;
    color: #666;
    font-family: microsoft yahei,"宋体";
    font-size: 12px;
    overflow-x: hidden;
    position: relative;
}
.header, .content, .footer, .container {
    margin-left: auto;
    margin-right: auto;
    width: 1200px;
}

</pre></body></html>