﻿@charset "utf-8";
/*reset*/

/* CSS reset for c_b */
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;
}

img {
    max-width: 100%;
}

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;
}

/*定位*/
.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;
}

-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: "微软雅黑";
    width: 100%;
}

/*网站字体颜色*/
.container {
    margin-left: auto;
    margin-right: auto;
    /* width: 1200px; */
}


.wrap-header {
    height: 64px;
    background: #000000;
    padding: 0 30px;
    position: relative;
    z-index: 9999;
}

.wrap-header .containerBox {
    position: relative;
    height: 64px;
}

.wrap-header p.fl {
    height: 64px;
    line-height: 64px;
    color: #fff;
}

.wrap-header h1 {
    float: left;
    width: 149px;
    height: 30px;
    position: absolute;
    left: 50%;
    margin-left: -75px;
    top: 15px;
}

.wrap-header ul {
    float: right;
}

.wrap-header ul li {
    float: left;
    width: 38px;
    height: 64px;
    position: relative;
}

.wrap-header ul li a {
    display: block;
    height: 64px;
}

.wrap-header ul li.li1 a {
    background: url(Img/Common/hicon01.png) no-repeat center;
}

.wrap-header ul li.li2 a {
    background: url(Img/Common/hicon02.png) no-repeat center;
}

.wrap-header ul li.li3 a {
    background: url(Img/Common/hicon03.png) no-repeat center;
}

.wrap-header ul li.li3 p {
    position: absolute;
    left: 0;
    top: 17px;
    height: 30px;
    line-height: 30px;
    background: #fff;
    width: 0;
    text-indent: 15px;
    transition: all 0.5s;
    overflow: hidden;
}

.wrap-header ul li.li3:hover p {
    width: 150px;
    left: -150px;
}

.wrap-header ul li.li4 a {
    background: url(Img/Common/hicon04.png) no-repeat center;
}

.wrap-header ul li.li4 .search {
    position: absolute;
    width: 0;
    height: 30px;
    left: 0;
    top: 17px;
    background: #fff;
    overflow: hidden;
    transition: all 0.5s;
}

.wrap-header ul li.li4 input {
    display: block;
    width: 260px;
    height: 30px;
    line-height: 30px;
    border: none;
    text-indent: 15px;
    font-size: 13px;
    color: #999;
}

.wrap-header ul li span {
    display: none;
    position: absolute;
    left: -34px;
    top: 64px;
    width: 100px;
    height: 100px;
    padding: 2px;
    border: 1px solid #f1f1f1;
    background: #fff;
}

.wrap-header ul li:hover span {
    display: block;
}

.wrap-header ul li.li4:hover .search {
    width: 260px;
    left: -260px;
}




/* .nav {
    height: 85px;
    position: relative;
    z-index: 999;
} */

.nav ul {
    padding: 0 30px;
    display: flex;
}

.nav li {
    height: 85px;
    font-size: 15px;
    /* flex: auto; */
    position: relative;
    text-align: center;
}

.nav li>a {
    display: block;
    height: 85px;
    line-height: 85px;
    color: #000;
}

.nav li.cur>a,
.nav li:hover>a {
    color: #ED6E00;
    background: url(../images/navicon.png) no-repeat center 62px;
}

.nav li:hover .libox {
    display: block;
}

.nav .libox {
    position: absolute;
    left: 0;
    top: 85px;
    width: 180px;
    z-index: 8888;
    border-top: 2px solid #ED6E00;
    background: #fff;
    display: none;
    box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
    text-align: left;
}

.nav .libox a {
    display: block;
    height: 47px;
    line-height: 47px;
    font-size: 14px;
    color: #333333;
    padding-left: 30px;
    background-image: none;
    transition: all 0.3s;
}

.nav .libox a:hover {
    color: #ED6E00;
    background-color: #f8f8f8;
    padding-left: 35px;
    transition: all 0.3s;
}




.wrap-footer {
    background: #000000;
}

.wrap-footer .fTop {
    border-bottom: 1px solid #262626;
    border-bottom: 1px solid #262626;
}

.wrap-footer .fTop ul {
    float: left;
    margin-left: 14%;
    padding-top: 50px;
    padding-bottom: 0px;
}

.wrap-footer .fTop ul:first-child {
    margin-left: 5%;
}

.wrap-footer .fTop ul li {
    margin-bottom: 25px;
}

.wrap-footer .fTop ul li:first-child {
    margin-bottom: 35px;
}

.wrap-footer .fTop ul li a {
    color: #8d8d8d;
}

.wrap-footer .fTop ul li a:hover {
    color: #fff;
}

.wrap-footer .fTop .ferwm {
    float: right;
    width: 21%;
    padding-top: 55px;
    padding-bottom: 55px;
    border-left: 1px solid #262626;
}

.wrap-footer .fTop .ferwm dl {
    width: 100px;
    margin: 0 auto;
    padding: 0px;
    border: 0px solid #333332;
}

.wrap-footer .fTop .ferwm dl dt {
    margin-bottom: 7px;
}

.wrap-footer .fTop .ferwm dl dt img {
    display: block;
    width: 100px;
    height: 100px;
}

.wrap-footer .fTop .ferwm dl dd {
    text-align: center;
}

.wrap-footer .ficp {
    height: 68px;
    line-height: 68px;
}

.wrap-footer .ficp p.fl {
    margin-left: 5%;
}

.wrap-footer .ficp p.fr {
    height: 68px;
    width: 21%;
    border-left: 1px solid #262626;
}


/*返回顶部*/
.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(Img/tanchuang/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: #ED6E00;
    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: #ED6E00;
    text-decoration: none;
    z-index: 999999999999999;
    border: 0px;
}

.tanchuang2 .conBox .box a {
    background: #404040;
}

/* 错误提示 */
.errorMainCon {
    width: 100%;
    background: url(Img/tanchuang/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;
}

.cont{text-align:left; font-size:16px; line-height:28px; margin-top:30px;}
.cont img{margin-bottom:20px; max-width:100%;}

.m-block{display:none;}

@media (max-width:1000px){
	.qyts .container,.qyts .qytsCon{height:auto !important; padding-bottom:20px;}
	.qytsCon .col-3{width:50% !important;}
	.yqlj{padding:30px 0 !important;}
	.yqlj ul {float: left !important;width: 96% !important;}
	.yqlj .p1 {width:100%; text-indent:15px !important;}
	.wrap-footer .fTop .ferwm{width:100%;border-left:0;}
	.wrap-footer .fTop .ferwm div{float:left; width:50%; text-align:center;}
	.wrap-footer .fTop .ferwm div img{width:100% !important;}
	.wrap-footer .ficp{height:auto;line-height:28px;}
	.m-block{display:block;}
}