@charset "utf-8";

html {
    color: #333;
    overflow-y: scroll;
    -webkit-text-size-adjust: 100% !important;
    text-size-adjust: 100% !important;
    -moz-text-size-adjust: 100% !important
}

html * {
    outline: 0;
    -webkit-text-size-adjust: none;
    -webkit-tap-highlight-color: transparent
}

body,
html {
    font-family: helvetica neue, tahoma, arial, hiragino sans gb, Yahei, sans-serif;
    height: 100%;
    font-size: 12px
}

article,
aside,
blockquote,
body,
button,
code,
dd,
details,
div,
dl,
dt,
fieldset,
figcaption,
figure,
footer,
form,
h1,
h2,
h3,
h4,
h5,
h6,
header,
hgroup,
hr,
input,
legend,
li,
menu,
nav,
ol,
p,
pre,
section,
td,
textarea,
th,
ul {
    margin: 0;
    padding: 0
}

input[type=button],
input[type=submit],
input[type=reset],
input[type=tel] {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border: 0
}

textarea {
    -webkit-appearance: none
}

input:focus {
    -webkit-tap-highlight-color: transparent;
    -webkit-user-modify: read-write-plaintext-only
}

table {
    border-collapse: collapse;
    border-spacing: 0;
    border: 0
}

fieldset,
img {
    border: 0
}

img {
    vertical-align: bottom
}

abbr,
acronym {
    border: 0;
    font-variant: normal
}

del {
    text-decoration: line-through
}

address,
caption,
cite,
code,
dfn,
em,
th,
var {
    font-style: normal;
    font-weight: 500
}

ol,
ul {
    list-style: none
}

caption,
th {
    text-align: left
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-size: 12px;
    font-weight: 400
}

q:after,
q:before {
    content: ''
}

sub,
sup {
    font-size: 12px;
    line-height: 0;
    position: relative;
    vertical-align: baseline
}

sup {
    top: -.5em
}

sub {
    bottom: -.25em
}

a,
ins {
    text-decoration: none
}

.clearfix::after {
    display: block;
    content: "";
    width: 0;
    height: 0;
    overflow: hidden;
    clear: both
}

body {
    background: #e9e9e9
}

.showOne {
    padding: 12px 0
}

#pageCatainer {
    width: 1180px;
    margin: 0 auto;
    padding-bottom: 25px
}

.icon {
    background: url(../images/icon.png) no-repeat
}

header {
    overflow: hidden;
    padding: 50px 0 20px
}

header .logo {
    background: url(../images/logo.gif) no-repeat;
    width: 107px;
    height: 49px;
    float: left
}

header .logo a {
    display: block;
    cursor: pointer
}

header .weather {
    float: right;
    display: inline
}

header .seach {
    float: right;
    display: inline;
    width: 548px;
    height: 40px;
    position: relative
}

header .seach input[type=text] {
    width: 548px;
    height: 40px;
    background: #fff;
    border: 0;
    padding-left: 10px;
    box-sizing: border-box
}

header .seach input[type=submit] {
    width: 80px;
    height: 40px;
    background: #fdd000 url(../images/search_03.gif) no-repeat center center;
    position: absolute;
    top: 0;
    right: 0;
    border: 0;
    cursor: pointer
}

nav {
    background: url(../images/nav_bg.png) repeat-x;
    height: 38px
}

nav ul li {
    float: left;
    display: inline
}

nav ul li a {
    color: #fff;
    display: block;
    height: 38px;
    line-height: 38px;
    padding: 0 20px;
    font-size: 16px;
    position: relative;
    border-right: 1px solid #646464
}

nav ul li a::after {
    display: block;
    content: "";
    width: 1px;
    height: 38px;
    background: #313131;
    position: absolute;
    right: 0;
    top: 0
}

nav ul li a.on {
    background: url(../images/nav_on.png) repeat-x
}

nav ul li a.over {
    background: url(../images/nav_on.png) repeat-x
}

nav ul li.hasChild {
    position: relative
}

nav ul li.hasChild::before {
    display: block;
    content: "";
    width: 6px;
    height: 6px;
    border-left: 1px solid #fff;
    border-bottom: 1px solid #fff;
    transform: rotate(-45deg);
    position: absolute;
    right: 8px;
    top: 15px;
    z-index: 1
}

nav ul li.hasChild:hover::before {
    transform: rotate(-225deg);
    top: 20px
}

nav ul li.hasChild ul {
    display: none;
    width: 100%;
    background: #013564;
    position: absolute;
    left: 0;
    top: 38px;
    z-index: 1
}

nav ul li.hasChild ul li {
    float: none
}

nav ul li.hasChild ul li a {
    text-align: center;
    text-align: -webkit-center;
    text-align: -moz-center;
    display: block;
    line-height: 33px;
    height: 33px;
    border-bottom: 1px solid #999;
    border-right: 0;
    font-size: 12px
}

nav ul li.hasChild ul li a::after {
    display: none
}

footer {
    background: #fff;
    padding: 20px;
    overflow: hidden;
    margin-top: 15px
}

footer .logo {
    float: left;
    display: inline;
    width: 188px;
    height: 100px;
    border-right: 1px solid #ccc;
    box-sizing: border-box;
    text-align: center;
    text-align: -webkit-center;
    text-align: -moz-center
}

footer .QRcode {
    width: 205px;
    height: 100px;
    text-align: center;
    text-align: -webkit-center;
    text-align: -moz-center;
    float: left;
    display: inline;
    border-right: 1px solid #ccc
}

footer .telphone {
    float: left;
    display: inline;
    width: 224px;
    height: 100px;
    padding-left: 20px;
    line-height: 24px;
    box-sizing: border-box;
    border-right: 1px solid #ccc
}

footer .telphone span {
    display: block;
    color: #666;
    font-weight: 700
}

footer ul {
    float: left;
    display: inline;
    padding-left: 25px;
    line-height: 20px
}

footer ul a {
    color: #666;
    display: block;
    line-height: 20px
}

footer ul a::before {
    display: inline-block;
    vertical-align: middle;
    content: "";
    width: 5px;
    height: 5px;
    border-top: 1px solid #666;
    border-right: 1px solid #666;
    transform: rotate(45deg);
    margin-right: 8px
}

footer .copyInfo {
    width: 230px;
    float: left;
    display: inline;
    padding-top: 15px;
    line-height: 25px
}

footer .officalIcon {
    padding-top: 40px;
    float: left;
    display: inline
}

#firstScreen {
    background: #fff url(../images/first_screen_bg_10.gif) repeat-x left top
}

#firstScreen .left {
    width: 856px;
    padding: 10px;
    box-sizing: border-box;
    float: left;
    display: inline
}

#firstScreen .left .headLine {
    background: url(../images/tody_13.gif) no-repeat 16px 6px;
    border-bottom: 1px solid #ccc;
    padding: 0 0 18px 86px
}

#firstScreen .left .headLine a {
    font-size: 12px;
    color: #000
}

#firstScreen .left .headLine a:hover {
    color: red
}

#firstScreen .left .headLine h2 {
    padding-bottom: 10px
}

#firstScreen .left .headLine h2 a {
    display: block;
    font-size: 27px;
    color: #053b7e;
    height: 36px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-family: 黑体
}

#firstScreen .left .newsWrap {
    padding: 20px 0 0
}

#firstScreen .left .newsList {
    float: left;
    width: 390px
}

#firstScreen .left .newsList h3 {
    padding-bottom: 8px
}

#firstScreen .left .newsList h3 a {
    font-size: 14px;
    font-weight: 700;
    color: #2e3561;
    display: block;
    text-align: left;
    padding-left: 15px;
    font-family: yahei
}

#firstScreen .left .newsList h3 a:hover {
    color: red
}

#firstScreen .left .newsList ul {
    margin-left: 15px
}

#firstScreen .left .newsList ul.borderBottom {
    border-bottom: 1px dotted #ccc;
    padding-bottom: 8px;
    margin-bottom: 10px
}

#firstScreen .left .newsList ul.borderBottom li a {
    padding-left: 8px
}

#firstScreen .left .newsList ul.borderBottom li a::before {
    display: block;
    content: "";
    width: 2px;
    height: 2px;
    vertical-align: middle;
    background: #313852;
    position: absolute;
    left: 0;
    top: 13px
}

#firstScreen .left .newsList ul li a {
    display: block;
    line-height: 28px;
    height: 28px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    color: #313852;
    font-size: 14px;
    position: relative
}

#firstScreen .left .newsList ul li a .midia {
    color: #930
}

#firstScreen .left .newsList ul li a .iconVideo {
    background: url(../images/video_21.gif) no-repeat;
    width: 14px;
    height: 9px;
    display: inline-block;
    vertical-align: middle;
    margin-left: 5px
}

#firstScreen .left .newsList ul li a:hover {
    color: red
}

#firstScreen .left .picWrap {
    float: left;
    display: inline
}

#firstScreen .left .picWrap .wrap {
    width: 441px;
    height: 407px;
    border: 0 solid red;
    position: relative;
    overflow: hidden
}

#firstScreen .left .picWrap .wrap ul {
    width: 2205px;
    position: absolute;
    left: 0;
    top: 0
}

#firstScreen .left .picWrap .wrap ul li {
    float: left;
    width: 441px
}

#firstScreen .left .picWrap .wrap ul li img {
    width: 441px;
    height: 407px
}

#firstScreen .left .picWrap .wrap ol {
    position: absolute;
    bottom: 18px;
    right: 18px;
    z-index: 1
}

#firstScreen .left .picWrap .wrap ol li {
    float: left;
    width: 8px;
    height: 8px;
    line-height: 8px;
    text-align: center;
    color: #fff;
    margin-right: 3px;
    cursor: pointer;
    text-indent: -9999px;
    background: #fff
}

#firstScreen .left .picWrap .wrap ol li.current {
    background: red;
    color: #000
}

#firstScreen .left .picWrap .wrap .introduce {
    height: 50px;
    line-height: 50px;
    width: 441px;
    padding-left: 20px;
    box-sizing: border-box;
    background: rgba(0, 0, 0, .5);
    color: #fff;
    position: absolute;
    bottom: 0;
    left: 0
}

#firstScreen .right {
    width: 312px;
    float: left;
    display: inline;
    background: #e9ecf3;
    margin-top: 14px
}

#firstScreen .right .barBox {
    padding: 0 7px 6px 7px
}

#firstScreen .right .barBox h2 {
    padding: 6px 0;
    border-bottom: 1px dashed #c9ccd3
}

#firstScreen .right .barBox h2 span {
    background: #253e76;
    color: #fff;
    display: inline-block;
    line-height: 22px;
    padding: 0 5px;
    position: relative;
    margin-right: 10px
}

#firstScreen .right .barBox h2 span::after {
    display: block;
    content: "";
    width: 2px;
    height: 22px;
    background: #990d18;
    position: absolute;
    right: -3px;
    top: 0
}

#firstScreen .right .barBox ul li a {
    display: block;
    line-height: 28px;
    height: 28px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    color: #313852;
    font-size: 12px;
    position: relative;
    padding-left: 8px
}

#firstScreen .right .barBox ul li a:hover {
    color: red
}

#firstScreen .right .barBox ul li a::before {
    display: block;
    content: "";
    width: 2px;
    height: 2px;
    vertical-align: middle;
    background: #313852;
    position: absolute;
    left: 0;
    top: 13px
}

.bannerBox {
    margin-top: 14px
}

.bannerBox .left {
    float: left;
    display: inline
}

.bannerBox .left img {
    width: 843px;
    height: 100px
}

.bannerBox .right {
    float: right;
    display: inline
}

.bannerBox .right img {
    width: 323px;
    height: 100px
}

#blockScreen {
    margin-top: 14px
}

#blockScreen .tabBox {
    float: left;
    display: inline;
    width: 845px;
    height: 392px;
    box-sizing: border-box;
    background: #fff
}

#blockScreen .tabBox .top {
    height: 34px;
    overflow: hidden;
    background: #e9ecf3;
    margin: 3px
}

#blockScreen .tabBox .top h2 {
    float: left;
    display: inline;
    font-size: 14px;
    color: #1f3d7b;
    line-height: 34px;
    padding: 0 10px;
    font-weight: 700
}

#blockScreen .tabBox .top h2::after {
    display: inline-block;
    content: "";
    width: 0;
    height: 0;
    border-width: 6px;
    border-style: solid;
    border-color: transparent transparent transparent #1f3d7b;
    margin-left: 5px;
    vertical-align: middle
}

#blockScreen .tabBox .top span.askCase {
    font-size: 14px;
    color: #666;
    line-height: 34px
}

#blockScreen .tabBox .top ul {
    float: left;
    display: inline
}

#blockScreen .tabBox .top ul li {
    float: left;
    display: inline;
    line-height: 34px;
    color: #666;
    width: 82px;
    text-align: center;
    font-weight: 700;
    border-left: 1px solid #ccc;
    cursor: pointer
}

#blockScreen .tabBox .top ul li:last-child {
    border-right: 1px solid #ccc
}

#blockScreen .tabBox .top ul li.current {
    background: #fff;
    border-top: 2px solid #bd0007;
    color: #4597d3
}

#blockScreen .tabBox .top a.more {
    float: right;
    display: inline;
    color: #666;
    line-height: 34px;
    padding-right: 10px
}

#blockScreen .tabBox .caseWrap a {
    display: block;
    padding-left: 180px;
    position: relative;
    margin-top: 25px
}

#blockScreen .tabBox .caseWrap a img {
    position: absolute;
    left: 25px;
    top: 0;
    width: 116px;
    height: 79px;
    border: 4px solid #f6f6f6
}

#blockScreen .tabBox .caseWrap a h3 {
    font-size: 14px;
    color: #2e3561;
    font-weight: 700
}

#blockScreen .tabBox .caseWrap a .content {
    line-height: 24px;
    height: 72px;
    overflow: hidden;
    padding-right: 38px;
    color: #313852
}

#blockScreen .tabBox .caseWrap a:hover .content,
#blockScreen .tabBox .caseWrap a:hover h3 {
    color: red
}

#blockScreen .tabBox .listTab,
#blockScreen .tabBox .listTab2 {
    display: none
}

#blockScreen .tabBox .listTab li,
#blockScreen .tabBox .listTab2 li {
    float: left;
    display: inline;
    width: 112px;
    margin-left: 24px;
    margin-top: 18px;
    text-align: center;
    text-align: -webkit-center;
    text-align: -moz-center
}

#blockScreen .tabBox .listTab li span,
#blockScreen .tabBox .listTab2 li span {
    display: block;
    line-height: 21px;
    background: #ddd;
    color: #313852
}

#blockScreen .tabBox .listTab li a,
#blockScreen .tabBox .listTab2 li a {
    display: block;
    background: #ddd
}

#blockScreen .tabBox .listTab li a img,
#blockScreen .tabBox .listTab2 li a img {
    width: 112px;
    height: 130px
}

#blockScreen .tabBox .listTab li a:hover span,
#blockScreen .tabBox .listTab2 li a:hover span {
    color: red
}

#blockScreen .tabBox.tabBox2 {
    width: 415px;
    overflow: hidden
}

#blockScreen .tabBox.tabBox2:nth-child(2) {
    margin-left: 14px
}

#blockScreen .right {
    width: 323px;
    height: 392px;
    box-sizing: border-box;
    float: right;
    display: inline;
    background: #f6f6f6;
    border: 3px solid #fff
}

#blockScreen .right .top {
    height: 33px;
    line-height: 33px;
    border-bottom: 1px solid #dfdfdf
}

#blockScreen .right .top h2 {
    font-size: 14px;
    font-weight: 700;
    padding-left: 16px;
    float: left;
    display: inline
}

#blockScreen .right .top a {
    float: right;
    display: inline;
    line-height: 34px;
    color: #666;
    padding-right: 10px
}

#blockScreen .right .picPace {
    border-top: 1px solid #fff;
    padding: 10px 0;
    text-align: center;
    text-align: -webkit-center;
    text-align: -moz-center
}

#blockScreen .right ul.list {
    padding: 0 10px
}

#blockScreen .right ul.list li a {
    display: block;
    line-height: 28px;
    height: 28px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    color: #666;
    font-size: 14px;
    position: relative;
    padding-left: 8px
}

#blockScreen .right ul.list li a:hover {
    color: red
}

#blockScreen .right ul.list li a::before {
    display: block;
    content: "";
    width: 2px;
    height: 2px;
    vertical-align: middle;
    background: #666;
    position: absolute;
    left: 0;
    top: 13px
}

#blockScreen.blockAsk .tabBox {
    height: 515px;
    overflow: hidden
}

#blockScreen.blockAsk .right {
    height: 515px;
    overflow: hidden
}

.analysis ul.list {
    padding: 6px 0 10px 20px
}

.analysis ul.list li a {
    display: block;
    line-height: 28px;
    height: 28px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    color: #666;
    font-size: 14px;
    position: relative;
    padding-left: 8px
}

.analysis ul.list li a:hover {
    color: red
}

.analysis ul.list li a::before {
    display: block;
    content: "";
    width: 2px;
    height: 2px;
    vertical-align: middle;
    background: #666;
    position: absolute;
    left: 0;
    top: 13px
}

.testWrap p {
    padding: 10px;
    text-align: center;
    color: #333
}

.testWrap table {
    width: 98%;
    margin: 0 auto
}

.testWrap table tr th {
    text-align: center;
    padding: 0 4px;
    line-height: 30px;
    height: 30px;
    color: #999;
    font-weight: 700
}

.testWrap table tr td {
    text-align: center;
    padding: 0 4px;
    line-height: 30px;
    height: 30px;
    color: #666
}

.testWrap table tr:nth-child(even) {
    background: #f2f2f2
}

#testMask {
    display: none;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, .6);
    position: fixed;
    left: 0;
    top: 0;
    z-index: 1
}

#testMask .testCon {
    width: 720px;
    height: 680px;
    background: #fff;
    border-radius: 15px;
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -360px;
    margin-top: -340px
}

#testMask .testCon h2 {
    font-size: 16px;
    font-weight: 700;
    color: #0056a7;
    text-align: center;
    padding: 15px
}

#testMask .testCon p {
    font-size: 14px;
    color: #999;
    line-height: 24px;
    padding: 20px 60px
}

#testMask .testCon ul li {
    overflow: hidden;
    padding: 8px 0;
    color: #666;
    cursor: pointer;
    font-size: 14px
}

#testMask .testCon ul li span {
    display: inline-block;
    width: 160px;
    text-align: right;
    color: #333
}

#testMask .testCon ul li input[type=radio] {
    margin-left: 10px
}

#testMask .testCon ul li label {
    padding-right: 10px
}

#testMask .testCon .btSub {
    display: block;
    width: 108px;
    height: 40px;
    background: #0076e3;
    color: #fff;
    font-size: 14px;
    text-align: center;
    margin: 20px auto;
    cursor: pointer
}

#testMask .result {
    text-align: center;
    padding: 50px;
    font-size: 25px
}

#testMask .btCheck {
    display: block;
    text-align: center
}

#testMask .btClose {
    display: block;
    background: url(../images/icon.png) no-repeat;
    width: 30px;
    height: 29px;
    background-position: 0 -86px;
    position: absolute;
    right: 15px;
    top: 15px;
    cursor: pointer
}