﻿@charset "utf-8";
/*reset*/
/* CSS reset for c_b */
body{
	max-width: 1920px;
	margin: auto !important;
}
body#chanp{
	max-width:100%;
	margin: auto !important;
}
.max1920{
	max-width: 1920px;
	margin: auto !important;
}

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;
}
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:#999;
}
input::-moz-placeholder{   /* Mozilla Firefox 19+ */
	color:#999;
}
input:-moz-placeholder{    /* Mozilla Firefox 4 to 18 */
	color:#999;
}
input:-ms-input-placeholder{  /* Internet Explorer 10-11 */ 
	color:#999;
}
textarea::-webkit-input-placeholder{
	color:#999;
}
textareat::-moz-placeholder{   /* Mozilla Firefox 19+ */
	color:#999;
}
textarea:-moz-placeholder{    /* Mozilla Firefox 4 to 18 */
	color:#999;
}
textarea:-ms-input-placeholder{  /* Internet Explorer 10-11 */ 
	color:#999;
}

.mb-50{margin-bottom: 50px;}
.mb-80{margin-bottom: 80px;}
.jjfa .p-0{padding: 0;}

/*定位*/

.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;
}
li {
    list-style: none;
}
p img {
    max-width: 870px;
}
 -moz-box-sizing:content-box;
 -webkit-box-sizing:content-box;
 box-sizing:content-box;
/*其他*/

.cur {
    cursor: pointer
}
/*原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 */

body {
    background-color: #fff;
    overflow-x: hidden;
    color: #666;
    font-size: 14px;
    font-family: "微软雅黑";
    position: relative;
    min-width: 1200px;
    width: 100%;
}/*网站字体颜色*/
.container {
    margin-left: auto;
    margin-right: auto;
    width: 1200px;
}
/* header部分 */

.wrap-header {
    height: 50px;
    background: #f1f1f1;
    position: relative;
    z-index: 3;
}
.wrap-header p {
    float: left;
    height: 50px;
    line-height: 50px;
    font-size: 14px;
    color: #888;
}
.wrap-header p:before{
	content: "";
	background: url("../images/index_03.png") no-repeat center 12px;
    width: 17px;
    height: 50px;
    display: block;
    float: left;
    margin-right: 8px;
}
.wrap-header ul {
    float: right;
}
.wrap-header ul li {
    float: left;
    height: 50px;
    font-size: 14px;
    color: #666;
	margin-left: 20px;
    line-height: 50px;
    position: relative;
	padding-left: 30px;
	background: url("../images/index_07.png") no-repeat left 13px;
}
.wrap-header ul li a {
    color: #666;
}
.wrap-header ul li:first-child {
	padding-left: 33px;
    background: url("../images/index_05.png") no-repeat left 13px;
	position: relative;
}
.wrap-header ul li:hover span {
    display: block;
}
.wrap-header ul li span {
    display: none;
    position: absolute;
    left: -25px;
    top: 50px;
    line-height: 20px;
    text-align: center;
    padding: 10px;
    background: #eee;
}
.wrap-header ul li span img{
	width: 120px;
    height: 120px;
}
/* logo部分 */

.logo {
    height: 165px;
    position: relative;
    z-index: 2;
}
.logo .container {
    height: 165px;
    position: relative;
}
.logo .logoImg {
    position: absolute;
    left: 0;
    top: 45px;
}
.logo .logoImg img {
    display: block;
    width: 298px;
    height: 85px;
}
.logo .l_title {
	position: absolute;
    left: 300px;
    top: 23px;
    height: 80px;
    padding-left: 20px;
}
.logo .l_title .l_p1 {
    font-size: 24px;
    color: #212020;
    font-weight: bold;
    padding-top: 20px;
}
.logo .l_title .l_p2 {
    font-size: 23.5px;
    color: #333;
}
.logo .tel {
    position: absolute;
    right: 0;
    top: 48px;
    padding-left: 88px;
    background: url("../images/index_16.png") no-repeat left center;
    text-align: left;
}
.logo .tel .tel_p1 {
    font-size: 14px;
    color: #333;
}
.logo .tel .tel_p2 {
	font-size: 30px;
    line-height: 38px;
    color: #da251d;
    font-weight: bold;
    font-family: "Times New Roman", Arial, "微软雅黑";
}
.Nav {
    height:75px;
    width: 100%;
    z-index: 1;
    background: #014590;
}
.Nav .navUl {
    width: 100%
}
.Nav .navUl>li {
    font-size: 16px;
    float: left;
    height: 75px;
    position: relative;
}
.Nav .navUl>li>a {
    display: block;
    color: #fff;
    height: 75px;
    line-height: 75px;
    text-decoration: none;
    position: relative;
    margin-left: 1px;
}
.Nav .navUl>li:first-child>a {
    border-left: none;
}
.Nav .navUl>li:hover, .Nav .navUl>li.cur {
}
.Nav .navUl>li:hover>a, .Nav .navUl>li.cur>a {
    border-bottom: 3px solid #da251d;
    height: 72px;
	font-weight: bold;
}
.Nav .navUl>li .liUl {
    display: none;
    position: absolute;
    width: 100%;
    left: 1px;
    top: 65px;
    z-index: 3;
    background: url(../images/bg01.png);
}
.Nav .navUl>li .liUl li {
    height: 40px;
    line-height: 40px;
    text-align: center;
    margin-top: 1px;
}
.Nav .navUl>li .liUl li:first-child {
    margin-top: 0;
}
.Nav .navUl>li .liUl li a {
    display: block;
    height: 40px;
    color: #fff;
}
.Nav .navUl>li .liUl li:hover {
    background: #269902;
}
.Nav .navUl>li:hover .liUl {
    display: block;
}
.wrap-footer {
    background: #252524;
}
.f_top {
    padding: 40px 0 20px 0;
}
.f_top ul {
    float: left;
    margin-left: 110px;
}
.f_top ul:first-child {
    margin-left: 0;
}
.f_top ul li {
    margin-bottom: 15px;
}
.f_top ul li:hover a {
    color: #fff;
}
.f_top dl {
    float: right;
    margin-right: 140px;
}
.f_top dl dt {
    width: 89px;
    height: 89px;
    padding: 3px;
    background: #fff;
}
.f_top dl dd {
    margin-top: 5px;
    text-align: center;
}
.f_top dl dt img {
    width: 89px;
    height: 89px;
}
.yqlj {
    height: 85px;
    border-top: 1px solid #393938;
}
.yqlj .conleft {
    width: 80px;
}
.yqlj .conleft span {
    display: block;
    font-size: 25px;
    color: #269903;
    padding-top: 20px;
}
.yqlj .conleft i {
    display: block;
    color: #fff;
}
.yqlj .conright {
    width: 1100px;
    height: 85px;
}
.yqlj .conright ul {
    display: inline-block;
*display: inline;
*zoom: 1;
    vertical-align: middle;
    width: 95%;
}
.yqlj .conright ul li {
    float: left;
    height: 14px;
    line-height: 14px;
    padding: 0 15px;
    border-left: 1px dotted #535352;
}
.yqlj .conright ul li:first-child {
    border-left: none;
}
.yqlj .conright em {
    display: inline-block;
*display: inline;
*zoom: 1;
    vertical-align: middle;
    width: 0;
    height: 100%;
}
.yqlj .conright ul li:hover a {
    color: #fff;
}
/*返回顶部*/

.retop ul {
    overflow: hidden;
}
.retop li {
    float: left;
    margin-left: 10px;
}
.retop li img {
    display: block;
}
.rtTop {
    width: 43px;
    height: 43px;
    overflow: hidden;
    position: fixed;
    top: 80%;
    right: 46%;
    margin-right: -615px;
    cursor: pointer;
    display: none;
}
.rtTop h4 {
    width: 43px;
    height: 43px;
    overflow: hidden;
    position: relative;
}
.rtTop img {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
}
/* -- 弹出窗口 -- */

#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;
}
/* 错误提示 */

.errorMainCon {
    width: 100%;
    background: url(../images/errorbg.jpg) no-repeat center #f6f6f6;
    ;
    height: 330px;
    padding-top: 300px;
}
.errorMainCon h3 {
    width: 525px;
    height: 80px;
    line-height: 80px;
    text-align: center;
    font-size: 24px;
    color: #1e1e1e;
    font-weight: normal;
    margin: 0 auto;
}
.errorMainCon h3 em {
    color: #df1f29;
    font-weight: bold;
}
.errorMainCon p {
    font-size: 20px;
    color: #000000;
    text-align: center;
    margin-top: 30px;
}
.errorMainCon p em {
    color: #df1f29;
}
.errorMainCon a.error-url {
    font-size: 15px;
    color: #999999;
    font-family: arial;
    display: block;
    text-align: center;
    margin-top: 4px;
}
.errorMainCon .btn {
    text-align: center;
    height: 52px;
    width: 228px;
    margin: 30px auto 0;
    overflow: hidden;
}
.errorMainCon .btn .a1 {
    display: block;
    width: 104px;
    height: 52px;
    line-height: 52px;
    text-align: center;
    font-size: 16px;
    color: #818181;
    background: #e3e3e3;
    border-radius: 4px;
    float: left;
    text-decoration: none;
    border: none;
}
.errorMainCon .btn .a1:first-child {
    background: #df1f29;
    color: #fff;
    margin-right: 20px;
}
/**/
/*友情链接*/
.link_l{background: url("../images/index_81.png") no-repeat; padding-left: 25px; color: #fff; font-size: 16px; height: 20px;}
.lk_c{ overflow:hidden;padding-top:20px; padding-bottom:40px;}
.lk_c a{ display:inline-block; padding-right: 30px; font-size: 14px; color:#666;}

.f_bg{ background:#2c2c2c; overflow:hidden; padding:52px 0 0;}
.footer{width: 1200px; margin:0 auto;}
.f_bg a:hover{color: #da251d;}

.f_nav{width: 560px;}
.f_ul01 li{width:123px;float: left; margin-right: 63px;}
.f_ul01 li a,.f_ban b{font-size: 18px;color: #fff;display: block;height: 50px;line-height: 50px;width: 123px;font-weight: normal;}
.f_ul01 .f_ul02 li{height: 43px;line-height: 43px; background:url("../images/index_78.png") no-repeat 3px 19px; border-bottom: #444 1px solid;}
.f_ul01 .f_ul02 li.nob{ border-bottom: none;}
.f_ul02 li a{font-size: 14px;padding-left: 32px;}
.f_ban{width: 320px;}
.f_ban p{font-size: 14px;color: #fff;line-height:37px;padding-left:30px;}
.f_ban p a{color: #fff;}
.f_ban p i{font-size: 20px;}
.f_p01{ background:url(../images/fico_01.png) no-repeat 0 8px;}
.f_p02{ background:url(../images/fico_02.png) no-repeat 0 8px;}
.f_p03{ background:url(../images/fico_03.png) no-repeat 0 8px;}
.f_p04{ background:url(../images/fico_04.png) no-repeat 0 8px;}
.f_right{width:295px;padding-top: 15px;}
.f_er{height:209px;width: 330px;}
.f_er p{ height: 170px;width: 137px;float: left;text-align: center;}
.f_er p:last-of-type{ margin-left: 28px;}
.f_er p span{display: block;font-size: 14px;color: #999; padding:10px 0 0;}
.f_er p img{ width:116px; height:116px;display: block;border: 8px solid #fff;}
.f_bot{clear: both; height:78px; line-height:78px;font-size:14px; color: #999; margin:auto; width:1200px;}
.f_bot span{ padding: 0 12px;}
.f_bot i{ padding: 0 36px;}
.f_bot i a{ padding: 0 5px;}
.f_bot  a{ color:#999;}
.f_bot i:last-of-type{padding-right: 0;}

.abo{background:url(../images/abo.jpg) no-repeat center 0; overflow: hidden; padding-top:130px;}

.lx{top: 348px; overflow: hidden; margin-top:32px; margin-left:60px;}
.lx p{width:225px; padding-left: 53px; font-size:16px; color:#555555;background: url(../images/lctel.png) no-repeat 0 5px ;line-height: 20px;overflow: hidden; float: left;}
.lx p b{display: block; font-size: 30px; font-family: Arial; color:#01458d; line-height: 34px;}
.lx i{width:145px;height:47px; background:#01458d; line-height:47px;text-align: center; font-size: 14px;display: block; float: left;margin-top: 5px;}
.lx i a{ color:#fff; font-size:16px;}

.fxian{border: none; border-bottom: 1px solid #444;}

/* search部分 */

.wrap-search {
    height: 75px;
    background: #eee;
}
.search .keyword {
    float: left;
    font-size: 14px;
    color: #666;
    height: 75px;
    width: 850px;
}
.search .keyword span {
    float: left;
    width: 90px;
    height: 75px;
    line-height: 80px;
    padding-left: 30px;
    background: url("../images/index_24.png") no-repeat left center;
}
.search .keyword p {
    float: left;
    line-height: 80px;
    height: 75px;
}
.search .keyword p a {
    float: left;
    color: #888;
    font-size: 14px;
    padding-right: 20px;
    margin-right: 10px;
    background: url("../images/index_25.png") no-repeat right center;
}
.search .keyword p a:last-of-type {
    background: none;
}
.search .keyword p a:hover {
    color: #014590;
}
.search .keyword a:first-child {
    padding-left: 0;
    border-left: none;
}
.search .inp {
    float: right;
    width: 300px;
    height: 43px;
    margin-top: 16px;
    overflow: hidden;
    border: 1px solid #dedbdc;
    padding: 0 16px;
    background: #fff;
    border-radius: 27px;
}
.search .inp input {
    float: left;
    border: none;
    height: 43px;
    line-height: 43px;
    width: 255px;
    float: left;
    text-indent: 12px;
    font-size: 14px;
    color: #999;
}
.search .inp span {
    display: block;
    float: right;
    width: 40px;
    height: 43px;
    border-left: 1px solid #dedbdc;
    cursor: pointer;
}
.search .inp span button {
    display: block;
    width: 55px;
    height: 43px;
    background: url(../images/search.png) no-repeat 10px center;
    border: none;
    cursor: pointer;
}
