@charset "utf-8";
/*reset*/
/* CSS reset for c_b */
body{
	max-width: 100%;
	margin: auto !important;
}

body#chanp{
	max-width:100%;
	margin: auto !important;
}
.max1920{
	max-width: 1920px;
	margin: auto !important;
}
.padding-t0{padding-top: 0}
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;
    transition:all .5s
}
img{max-width: 100%;}

address, caption, cite, code, dfn, em, i, th, var {
    font-style: normal;
    font-weight: normal;
}
ol, ul {
    list-style: none;
}
ception, th {
    text-align: left;
}
q:before, q:after {
    content: '';
}
abbr, acronym {
    border: 0;
}
a {
    color: #666;
    text-decoration: none;
}  /*for ie f6n.net*/
a:focus {
    outline: none;
} /*for ff f6n.net*/
a:hover {
    text-decoration: none;
}

input::-webkit-input-placeholder{
	color:#666;
}
input::-moz-placeholder{   /* Mozilla Firefox 19+ */
	color:#666;
}
input:-moz-placeholder{    /* Mozilla Firefox 4 to 18 */
	color:#666;
}
input:-ms-input-placeholder{  /* Internet Explorer 10-11 */ 
	color:#666;
}
textarea::-webkit-input-placeholder{
    color:#666;
    font-size: 16px;
}
textareat::-moz-placeholder{   /* Mozilla Firefox 19+ */
    color:#666;
    font-size: 16px;
}
textarea:-moz-placeholder{    /* Mozilla Firefox 4 to 18 */
    color:#666;
    font-size: 16px;
}
textarea:-ms-input-placeholder{  /* Internet Explorer 10-11 */ 
    color:#666;
    font-size: 16px;
}

.mb50{margin-bottom: 50px;}
.mb80{margin-bottom: 80px;}
.jjfa .p-0{padding: 0;}
.mt50{ margin-top: 50px;}
.mt20{ margin-top: 20px;}
.mt30{ margin-top: 30px;}
/*定位*/

.tl {
    text-align: left;
}
.tc {
    text-align: center;
}
.tr {
    text-align: right;
}
.bc {
    margin-left: auto;
    margin-right: auto;
}
.fl {
    float: left;
    display: inline;
}
.fr {
    float: right;
    display: inline;
}
.zoom {
    zoom: 1
}
.hidden {
    visibility: hidden;
}
.vam {
    vertical-align: middle;
}
.clear {
    clear: both;
    height: 0;
    line-height: 0;
    font-size: 0;
}
p {
    word-spacing: -1.5px;
    font-size: 14px;
    color: #666;
}
li {
    list-style: none;
}
p img {
    max-width: 100%;
}
#about p img {
    max-width: 1200px;
}


 -moz-box-sizing:content-box;
 -webkit-box-sizing:content-box;
 box-sizing:content-box;
/*其他*/

.cur {
    cursor: pointer
}

.mt-50{
    margin-top: 50px;
}
.padding20{
    padding: 20px;
}
/*原reset*/

sup {
    vertical-align: baseline;
}
sub {
    vertical-align: baseline;
}
input, button, textarea, select, optgroup, option {
    font-family: inherit;
    font-size: inherit;
    outline: none;
    font-style: inherit;
    font-weight: inherit;
}
input, button, textarea, select {
*font-size:100%;
}
input, select {
    vertical-align: middle;
}
body {
    font: 12px/1.231 arial, helvetica, clean, sans-serif;
}
select, input, button, textarea, button {
    font: 99% arial, helvetica, clean, sans-serif;
}
table {
    font-size: inherit;
    width: 100%;
    border-collapse: collapse;
}
pre, code, kbd, samp, tt {
    font-family: monospace;
*font-size:108%;
    line-height: 100%;
}
/*title*/

h1 {
    font-size: 32px;
}
h2 {
    font-size: 26px;
}
h3 {
    font-size: 20px;
}
h4 {
    font-size: 14px;
}
h5 {
    font-size: 12px;
}
h6 {
    font-size: 10px;
}
/*清除浮动*/

.clearfix:after {
    content: '';
    display: block;
    clear: both;
    height: 0;
    visibility: hidden;
}
.clearfix { /*兼容 IE*/
    zoom: 1;
}
/*end reset*/





/* CSS Document */

/*网站字体颜色*/
.container {
    margin-left: auto;
    margin-right: auto;
    width: 1200px;
}

/* header部分 */




/* -- 弹出窗口 -- */

#oran_full_bg {
    display: none !important;
}
/* tanchuang1 提交弹窗*/

.tanchuang1 {
    width: 100%;
    position: fixed;
    top: 0;
    left: 0;
    background: url(../images/tanchuangBg.png);
    height: 100%;
    z-index: 9999999;
}
.tanchuang1 .conBox {
    width: 400px;
    height: 212px;
    padding: 20px;
    background: #fff;
    position: absolute;
    left: 50%;
    margin-left: -220px;
    top: 50%;
    margin-top: -80px;
    z-index: 9999999;
}
.tanchuang1 .conBox .tcClose {
    width: 33px;
    height: 90px;
    position: absolute;
    right: 45px;
    top: -90px;
    cursor: pointer;
    z-index: 999999999999999;
}
.tanchuang1 .conBox .box {
    width: 398px;
    height: 190px;
    border: 1px solid #e5e5e5;
    padding-top: 20px;
    text-align: center;
    position: relative;
}
.tanchuang1 .conBox .box img {
    display: block;
    width: 47px;
    height: 47px;
    margin: 0 auto;
}
.tanchuang1 .conBox .box h5 {
    font-size: 24px;
    color: #269903;
    font-weight: bold;
    margin-top: 10px;
}
.tanchuang1 .conBox .box p {
    font-size: 16px;
    color: #4d4d4d;
    margin-top: 10px;
}
.tanchuang1 .conBox .box .b15 {
    display: block;
    width: 150px;
    height: 52px;
    line-height: 52px;
    text-align: center;
    font-size: 18px;
    color: #fff;
    position: absolute;
    bottom: -1px;
    left: 50%;
    margin-left: -75px;
    background: #269903;
    text-decoration: none;
    z-index: 999999999999999;
    border: 0px;
}
.tanchuang2 .conBox .box a {
    background: #404040;
}


