/* CSS Document */

* {
    margin: 0px;
    padding: 0px;
}

html,
body,
div,
span,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
code,
del,
dfn,
em,
img,
q,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
input,
textarea,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
i,
em {
    margin: 0;
    padding: 0;
    font-style: normal;
}

ul,
ol {
    list-style: none;
}

caption,
th {
    text-align: left;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

img {
    -ms-interpolation-mode: bicubic;
    border-width: 0;
}

a {
    color: #333;
    text-decoration: none;
    outline: 0
}

a:hover {
    color: #296fff;
}

.clearfix {
    *zoom: 1;
}

.clearfix:after {
    content: '\0020';
    display: block;
    height: 0;
    font-size: 0;
    visibility: hidden;
    clear: both;
}

.fL {
    float: left;
    display: inline;
}

.fR {
    float: right;
    display: inline;
}

.hide {
    display: none;
}

svg:not(:root) {
    overflow: hidden;
}

audio,
canvas,
video {
    display: inline-block;
    *display: inline;
    *zoom: 1;
}

audio:not([controls]) {
    display: none;
    height: 0;
}

[hidden] {
    display: none;
}

 ::-moz-selection {
    background: #296fff;
    text-shadow: none;
    color: #fff
}

 ::selection {
    background: #296fff;
    text-shadow: none;
    color: #fff
}

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
    -webkit-appearance: button;
    cursor: pointer;
    *overflow: visible
}

button[disabled],
input[disabled] {
    cursor: default
}

input[type="checkbox"],
input[type="radio"] {
    box-sizing: border-box;
    padding: 0;
    *height: 13px;
    *width: 13px
}

input[type="search"] {
    -webkit-appearance: textfield;
    -moz-box-sizing: content-box;
    -webkit-box-sizing: content-box;
    box-sizing: content-box
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none
}

button::-moz-focus-inner,
input::-moz-focus-inner {
    border: 0;
    padding: 0
}

textarea {
    overflow: auto;
    vertical-align: top
}

.warp {
    width: 1200px;
    margin: 0 auto;
}


/* banner */

.banner {
    height: 555px;
    width: 100%;
}

.banner img {
    width: 100%;
    height: 100%;
}


/* main */

.mainbox {
    background: #d0e9fd;
    padding: 50px 0 75px;
}

.main1 {
    width: 1450px;
    height: 438px;
    border: 5px #0c378c solid;
    margin: 0 auto;
    background: url(IN2main_t_bj.png) no-repeat center top;
    position: relative;
}

.main1 p {
    padding: 56px 0 0;
    font-size: 32px;
    font-weight: bold;
    color: #012c5e;
    text-align: center;
}

.main1 i {
    width: 75px;
    height: 38px;
    top: 61px;
    position: absolute;
    background: url(IN2main_t_title_bj.png) no-repeat;
    background-size: 100% 100%;
}

.main1_title_L {
    left: 373px;
}

.main1_title_R {
    right: 375px;
}

.main1 span {
    padding: 55px 0 37px;
    width: 1380px;
    font-size: 20px;
    line-height: 32px;
    text-indent: 2em;
    margin: 0 auto;
    color: #010000;
    display: block;
}

.main1 .more {
    width: 150px;
    height: 40px;
    line-height: 40px;
    font-size: 16px;
    margin: 0 auto;
    color: #ffffff;
    text-align: center;
    background: url(IN2main_t_an.png) no-repeat;
    background-size: 100% 100%;
    display: block;
}

.main2 {
    margin: 50px auto 0;
    width: 1460px;
    overflow: hidden;
}

.main2 li {
    width: 466px;
    height: 140px;
    padding: 26px 0 0;
    margin: 0 28px 0 0;
    float: left;
}

.main2 li p {
    font-size: 27px;
    line-height: 42px;
    font-weight: bold;
    text-align: center;
    color: #fff;
}

.main2 li:nth-child(1) {
    background: url(IN2main_b_1.png) no-repeat;
    background-size: 100% 100%;
}

.main2 li:nth-child(2) {
    background: url(IN2main_b_2.png) no-repeat;
    background-size: 100% 100%;
}

.main2 li:nth-child(3) {
    background: url(IN2main_b_3.png) no-repeat;
    background-size: 100% 100%;
margin: 0;
}


/* public */

.footer {
    width: 100%;
    background: #083c8f;
}

.footer p {
    font-size: 14px;
    color: #fff;
    line-height: 30px;
    padding: 10px 0;
    text-align: center;
}
.foot .info{
	border: none!important;
}
