﻿@import url("system.css");
/*内容页中的分页样式，可以通过覆盖CSS的方法改写*/
#CMS_ConGoPage{height:50px;line-height:50px; width:100%; text-align:center; clear: both; padding: 10px 0; font-family: cursive;font-size: 14px;}#CMS_ConGoPage span{display:inline-block; height:30px; line-height:30px; text-align:center;  width:30px; border: solid #ccc 1px;margin: 10px 3px; color:#ccc;}#CMS_ConGoPage span:hover{background-color: aliceblue;}#CMS_ConGoPage span a,#CMS_ConGoPage span a:hover{text-decoration: none;display:inline-block;color:#000;font-size: 14px;width: 100%;}
@charset "UTF-8";
/*! normalize.css v8.0.0 | MIT License | github.com/necolas/normalize.css */

/* Document
   ========================================================================== */

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */

html {
    line-height: 1.15; /* 1 */
    -webkit-text-size-adjust: 100%; /* 2 */

}

/* Sections
   ========================================================================== */

/**
 * Remove the margin in all browsers.
 */

body {
    margin: 0;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */

h1 {
    margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */

hr {
    box-sizing: content-box; /* 1 */
    height: 0; /* 1 */
    overflow: visible; /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

pre {
    font-family: monospace, monospace; /* 1 */
}

/* Text-level semantics
   ========================================================================== */

/**
 * Remove the gray background on active links in IE 10.
 */

a {
    background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */

abbr[title] {
    border-bottom: none; /* 1 */
    text-decoration: underline; /* 2 */
    text-decoration: underline dotted; /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */

b,
strong {
    font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

code,
kbd,
samp {
    font-family: monospace, monospace; /* 1 */
    font-size: 1em; /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */

small {
    font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */

sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}

sub {
    bottom: -0.25em;
}

sup {
    top: -0.5em;
}

/* Embedded content
   ========================================================================== */

/**
 * Remove the border on images inside links in IE 10.
 */

img {
    border-style: none;
}

/* Forms
   ========================================================================== */

/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */

button,
input,
optgroup,
select,
textarea {
    font-family: inherit; /* 1 */
    font-size: 100%; /* 1 */
    line-height: 1.15; /* 1 */
    margin: 0; /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */

button,
input { /* 1 */
    overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */

button,
select { /* 1 */
    text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */

button,
[type="button"],
[type="reset"],
[type="submit"] {
    -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
    border-style: none;
    padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
    outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */

fieldset {
    padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */

legend {
    box-sizing: border-box; /* 1 */
    color: inherit; /* 2 */
    display: table; /* 1 */
    max-width: 100%; /* 1 */
    padding: 0; /* 3 */
    white-space: normal; /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */

progress {
    vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */

textarea {
    overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */

[type="checkbox"],
[type="radio"] {
    box-sizing: border-box; /* 1 */
    padding: 0; /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
    height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */

[type="search"] {
    -webkit-appearance: textfield; /* 1 */
    outline-offset: -2px; /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */

[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */

::-webkit-file-upload-button {
    -webkit-appearance: button; /* 1 */
    font: inherit; /* 2 */
}

/* Interactive
   ========================================================================== */

/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */

details {
    display: block;
}

/*
 * Add the correct display in all browsers.
 */

summary {
    display: list-item;
}

/* Misc
   ========================================================================== */

/**
 * Add the correct display in IE 10+.
 */

template {
    display: none;
}

/**
 * Add the correct display in IE 10.
 */

[hidden] {
    display: none;
}
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, p, blockquote, th, td {
    margin: 0;
    padding: 0;
}

body {
    font-family: Arial,Microsoft YaHei, SimSun;
    color: #666;
    font-size: 14px;
}

fieldset, img {
    border: 0;
}

ol, ul, li {
    list-style: none;
}

h1, h2, h3, h4, h5, h6 {
    font-size: 100%;
    font-weight: normal;
}


/*清除input和img的默认边框和样式*/
input, button, select, textarea {
    outline: none;
}

/* 禁用了文本的拖拉，尤其在谷歌下*/
textarea {
    resize: none;
}

/*为了使文本段落左右两边对齐*/
p {
    text-align: justify;
    text-justify: distribute;
    word-wrap: break-word;
}

i {
    display: inline-block;
}

span {
    display: inline-block;
}

/*清除i,s,del的效果*/
i, s, del, b,em {
    font-style: normal;
    text-decoration: none;
}

address, cite, code, em, th {
    font-weight: normal;
    font-style: normal;
}
/*清除a标签的默认样式*/
a, a:hover,a:focus {
    color: inherit;
    text-decoration: none;
    display: inline-block;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

/*浮动*/
.fl {
    float: left !important;
}

.fr {
    float: right !important;
}
/*大写*/
.upperCase{
    text-transform: uppercase;
}
/*小写*/
.lowerCase{
    text-transform: lowercase;
}
/*首字母大写*/
.cpitalize{
    text-transform: capitalize;
}
/*清楚浮动*/
.clearfix:after {
    display: block;
    height: 0;
    line-height: 0;
    content: "";
    visibility: hidden;
    clear: both;
}

/*兼容IE清除浮动*/
.clearfix {
    zoom: 1;
}
/*pc端版心*/
input {
    border: 0 none;
    outline: none;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -webkit-appearance: none;
}
.viewport {
    width: 100%;
    margin: 0 auto;
    overflow: hidden;
}
.box{
    display: -webkit-box;  /* 老版本语法: Safari, iOS, Android browser, older WebKit browsers. */
    display: -moz-box;     /* 老版本语法: Firefox (buggy) */
    display: -ms-flexbox;  /* 混合版本语法: IE 10 */
    display: -webkit-flex; /* 新版本语法: Chrome 21+ */
    display: flex;         /* 新版本语法: Opera 12.1, Firefox 22+ */
}
.info{
    line-height: 25px;
    overflow: hidden;
}
.info p{
    line-height: 25px;
}
.info img{
    max-width: 100%;
}
.gt{

    -ms-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    transform: rotate(90deg);
}
.scale {

    -moz-transition: all 0.3s ease 0s;
    -ms-transition: all 0.3s ease 0s;
    -webkit-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}

.scale:hover {
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1);
}
.tran{
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}
.point{
    white-space: nowrap;
    text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
    overflow: hidden;
}
.points{
    overflow: hidden;
    display: -webkit-box;               /*将对象作为弹性伸缩盒子模型显示*/
    text-overflow: ellipsis;            /*可以用来多行文本的情况下，用省略号“...”隐藏超出范围的文本*/
    -webkit-box-orient: vertical;       /*设置或检索伸缩盒对象的子元素的排列方式*/
    -moz-box-orient: vertical;
    -o-box-orient: vertical;
    -webkit-line-clamp: 2;              /*限制在一个块元素显示的文本的行数*/
}
.img100 img{
    width: 100%;
    height: 100%;

}
.w{
    margin: 0 auto;
    height: 100%;
    width: 1280px;
}
html, body {
    position: relative;
    height: 100%;
}
.fixnav{
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 999;
}
.menu_all{
    padding-top: 40px;
}
.logo{
    padding-top: 56px;
    z-index: 999;
    width: 192px;
    height: 65px;
    background: url(img/logo.png) no-repeat 100% 100%;

}
.logo a{
    width: 100%;
    height: 100%;
}
.menu_ul,
.search,
.cn_en,
.menu_btn{
    display: inline-block;
    z-index: 999;
}
.menu_ul li{
    float: left;
}
.menu_ul li a{
    color: #fff;
    padding: 40px 20px;
    font-size: 16px;
}

/*搜索*/
.search{
    position: relative;
}
.search .search_icon{
    background: url(//filecdn.ify.cn/skin/style555/img/search.png) no-repeat center center;
    width: 15px;
    height: 15px;
    padding: 40px 10px 40px 20px;
}
.search .search_box{
    position: absolute;
    bottom: 0;
    left: -72px;
    display: none;
}
.search .search_box input{
    width: 170px;
    height: 30px;
    border: 2px solid #192c74;
    padding-left: 10px;
}
.search:hover .search_box{
    display: block;
}
.cn_en{
    position: relative;
}
.cn_en .cnen_icon{
    background: url(//filecdn.ify.cn/skin/style555/img/cnen.png) no-repeat center center;
    width: 16px;
    height: 15px;
    padding: 40px 10px;
}
.cn_en dl{
    position: absolute;
    bottom: 0;
    left: -30px;
    width: 96px;
    height: 26px;
    border: 2px solid #192c74;
    background: #fff;
    display: none;
}
.cn_en dd{
    float: left;
    width: 50%;
    height: 100%;
}
.cn_en dd a{
    width: 100%;
    height: 100%;
    line-height: 26px;
    text-align: center;
}
.cn_en dd a.cn{
    color: #192c74;
}
.cn_en:hover dl{
    display: block;
}
/*菜单按钮*/
.menu_btn{
    padding: 40px 0px 36px 10px;
}
#menu_trigger_button {
    display: inline-block;
    position: relative;
    cursor: pointer;
    opacity: 0;
    height: 20px;
    width: 20px;
    margin-top: 3px;
    padding: 0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transition: all .3s linear 0s;
    -moz-transition: all .3s linear 0s;
    -ms-transition: all .3s linear 0s;
    -o-transition: all .3s linear 0s;
    transition: all .3s linear 0s;
}

#menu_trigger_button.active, #menu_trigger_button.hidden {
    opacity: 1;
    visibility: visible !important;

}
#menu_trigger_button.active{
    margin-top: 0;
}
#menu_trigger_button span {
    position: absolute;
    display: block;
    margin-left: auto;
    margin-right: auto;
    height: 1px;
    width: 20px;
    background-color: #FFFFFF;
    z-index: 2;
    -webkit-transition: all .3s linear 0s;
    -moz-transition: all .3s linear 0s;
    -ms-transition: all .3s linear 0s;
    -o-transition: all .3s linear 0s;
    transition: all .3s linear 0s;
}

#menu_trigger_button span.line_2 {
    margin-top: 7px;
    -webkit-transition: all .2s linear 0s;
    -moz-transition: all .2s linear 0s;
    -ms-transition: all .2s linear 0s;
    -o-transition: all .2s linear 0s;
    transition: all .2s linear 0s;
}

#menu_trigger_button span.line_3 {
    margin-top: 13px;
}

#menu_trigger_button.active {
    visibility: visible !important;
}

#menu_trigger_button.active span.line_1 {
    margin-top: 10px;
    height: 2px;
    -webkit-transform: rotate(135deg);
    -moz-transform: rotate(135deg);
    -ms-transform: rotate(135deg);
    -o-transform: rotate(135deg);
    transform: rotate(135deg);
}

#menu_trigger_button.active span.line_3 {
    margin-top: 10px;
    height: 2px;
    z-index: 2;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
}

#menu_trigger_button.active span.line_2 {
    -webkit-transition: .2s all linear 0s;
    -moz-transition: .2s all linear 0s;
    -ms-transition: .2s all linear 0s;
    -o-transition: .2s all linear 0s;
    transition: .2s all linear 0s;
    width: 0;
    left: 50%;
}

#menu_trigger_button.invert {
    box-shadow: 0 0 24px 11px #FFFFFF;
    -webkit-box-shadow: 0 0 24px 11px #FFFFFF;
}

#menu_trigger_button.invert.clicked {
    box-shadow: 0 0 24px 11px #FFFFFF;
    -webkit-box-shadow: 0 0 24px 11px #FFFFFF;
}
/*菜单展开*/
.menu_box{
    width: 100%;
    height: 100%;
    background: rgba(25, 44, 116, 0.95);
    position: fixed;
    left: -100%;
    top: 0;
    z-index: 99;
    -webkit-transition: all .5s ease-out 0s;
    -moz-transition: all .5s ease-out 0s;
    -ms-transition: all .5s ease-out 0s;
    -o-transition: all .5s ease-out 0s;
    transition: all .5s ease-out 0s;
}
.menu_box.open{
    left: 0;
}
.menu_box nav.pc_meum{
    position: relative;

}
.menu_box nav ul{
    height: 100%;
}
.menu_box nav li{
    float: left;
    width: 16.66666666%;
    text-align: center;
    border-right: 1px solid rgba(255,255,255,0.15);
    height: 100%;
    padding-top: 20%;
    box-sizing: border-box;
}
.menu_box nav li:first-child{
    border-left: 1px solid rgba(255,255,255,0.15);
}
.menu_box nav li>a{
    width: 100%;
    font-size: 18px;
    color: #fff;
    line-height: 100px;
    opacity: 0;
    -webkit-transition: all .7s linear 0.7s;
    -moz-transition: all .7s linear 0.7s;
    -ms-transition: all .7s linear 0.7s;
    -o-transition: all .7s linear 0.7s;
    transition: all .7s linear 0.7s;
}
.menu_box nav .hide_meum>dd{
    opacity: 0;
    -webkit-transition: all .9s linear 1.2s;
    -moz-transition: all .9s linear 1.2s;
    -ms-transition: all .9s linear 1.2s;
    -o-transition: all .9s linear 1.2s;
    transition: all .9s linear 1.2s;
}
.menu_box nav .hide_meum>dd a{
    color: rgba(255,255,255,0.65);
    line-height: 50px;
    font-size: 14px;
    -moz-transition: all 0.2s;
    -webkit-transition: all 0.2s;
    -ms-transition: all 0.2s;
    -o-transition: all 0.2s;
    transition: all 0.2s;
}

.menu_box.open nav li>a,
.menu_box.open nav .hide_meum>dd{
    opacity: 1;
}

.menu_box nav .hide_meum>dd a:hover{
    color: rgba(255,255,255,1);
}
.menu_box nav .nav_b{
    position: absolute;
    bottom: 40px;
    left: 0;

}
.menu_box nav .nav_b a{
    line-height: 50px;
    color: rgba(255,255,255,0.6);
    padding-right: 15px;
}
.menu_box nav .nav_b a:hover{
    color: rgba(255,255,255,1);
}

.bdsharebuttonbox a.qq{
    width: 13px;
    height: 14px;
    background: url(//filecdn.ify.cn/skin/style555/img/left_qq.png) no-repeat 100% 100%;
}
.bdsharebuttonbox a.wb{
    width: 17px;
    height: 14px;
    background: url(//filecdn.ify.cn/skin/style555/img/left_wb.png) no-repeat 100% 100%;
}
.bdsharebuttonbox a.wx{
    width: 18px;
    height: 13px;
    background: url(//filecdn.ify.cn/skin/style555/img/left_wx.png) no-repeat 100% 100%;
}
.menu_box nav .nav_share{
    position: absolute;
    right: 0;
    bottom: 50px;
}
.nav_share .bdsharebuttonbox a{
    padding-left: 20px;
    background-position: center right;
}
.left_share{
    position: fixed;
    left: 70px;
    top: calc(50% - 50px);
    z-index: 98;
}
.left_share .bdsharebuttonbox a{
    display: block;
   margin-bottom: 20px;
    padding-left: 0;
    background-position: top center;
    float: none;
}
/*面包屑导航*/
.breadcrumb{
    width: 20px;
    height: 100%;
    position: fixed;
    right: 80px;
    top: 0;
    z-index: 98;
}
.breadcrumb del{
    color: #fff;
    font-size: 12px;
    display: none;
    position: absolute;
    top: calc(50% - 120px);
    height: auto;
    width: 100%;
    line-height: 16px;
    margin-top: 83px;
    box-sizing: border-box;
}
.breadcrumb del.active{
    display: block;
}
.breadcrumb del span{

}
.breadcrumb del:after{
    display: block;
    content: "";
    width: 1px;
    height: 30px;
    background: #fff;
    position: absolute;
    top: calc(100% + 10px);
    left: 5px;
}
.breadcrumb del:before{
    display: block;
    content: "";
    width: 1px;
    height: 30px;
    background: #fff;
    position: absolute;
    bottom: calc(100% + 10px);
    left: 5px;
}
.breadcrumb i{
    width: 1px;
    height: calc(50% - 120px);
    background: rgba(255, 255, 255, 0.15);
    position: absolute;
    right: 14px;
}
.breadcrumb i.before{
    top: 0;
}
.breadcrumb i.after{
    bottom: 0;
}
.fixnav.current .menu_ul li a{
    color: #000;
}
.fixnav.current .logo{
    background: url(img/logo.png) no-repeat 100% 100%;
}
.fixnav.current .search .search_icon{
    background: url(//filecdn.ify.cn/skin/style555/img/search2.png) no-repeat center center;
}
.fixnav.current .cn_en .cnen_icon {
    background: url(//filecdn.ify.cn/skin/style555/img/cnen2.png) no-repeat center center;
}
.fixnav.current #menu_trigger_button span{
    background: #000;
}
.left_share.current .bdsharebuttonbox a.qq{
    background: url(//filecdn.ify.cn/skin/style555/img/left_qq2.png) no-repeat 100% 100%;
    background-size: 100% 100%;
}
.left_share.current .bdsharebuttonbox a.wb{
    background: url(//filecdn.ify.cn/skin/style555/img/left_wb2.png) no-repeat 100% 100%;
    background-size: 100% 100%;
}
.left_share.current .bdsharebuttonbox a.wx{
    background: url(//filecdn.ify.cn/skin/style555/img/left_wx2.png) no-repeat 100% 100%;
    background-size: 100% 100%;
}
.breadcrumb.current del{
    color: #000;
}
.breadcrumb.current i {
    background: #dcdcdc;
}
.breadcrumb.current del:after,
.breadcrumb.current del:before {
    background: #a0a0a0;
}
/*右侧数字导航*/
.swiper-container {
    width: 100%;
    height: 100%;
    margin-left: auto;
    margin-right: auto;
}
/*下一屏按钮*/
.banner .swiper-button-next1{
    top: auto;
    right: calc(50% - 50px);
    bottom: -30px;
    width: 74px;
    height: 57px;
    z-index: 10;
    cursor: pointer;
    background: url(img/swiper-button-next1.png) no-repeat;
    background-size: 100% 100%;


}

/*第一屏*/
.banner1{

}

/*第一屏的轮播海报图*/
.banner1 .swiper-container,
.banner1 .swiper-slide {
    overflow: hidden;
}

.banner1 .swiper-container .swiper-slide>img {
    display: block;
}
.banner1_con img{
    width: 100%;
    height: 100%;
}
.banner1_con .video_box{
    background: #000;
}
.banner1_con .video_box video{
    width: 100% !important;
    height: 100% !important;
}
.banner1 .about{
    position: absolute;
    left: calc(50% - 640px);
    bottom: 35%;
    z-index: 2;
    -webkit-transition: all 4s;
    -moz-transition: all 4s;
    -ms-transition: all 4s;
    -o-transition: all 4s;
    transition: all 4s;
    opacity: 0;
}
.banner1 .about h5{
    font-size: 56px;
    color: #e4e3e1;
    letter-spacing: 5px;
    font-weight: 700;
    color: #1e1d1d;
	font-style: oblique;

}
.banner1 .about h5 span{
	color: #e67421;
}
.banner1 .about h4{
    padding-bottom: 20px;
    font-size: 20px;
    color: #fff;
    line-height: 36px;
    letter-spacing: 1px;
}
.banner1 .swiper-container .swiper-slide-active .about{
    opacity: 1;
}
.banner1 .about .about_btn{
    margin-top: 70px;
	padding-left: 40px;
	width:180px;
	height: 45px;
    color: #000;
	background: url(img/anniu.jpg) no-repeat;
    line-height: 45px;
    position: relative;
    font-size: 18px;
}
.banner1 .about .about_btn  img{
    width: 22px;
    height: 22px;
    position: absolute;
    left: 120px;
    top: 12px;
}
.banner_cen{
    position: absolute;
    left: 50%;
    margin-left: -640px;
}


/*第二屏*/
.banner2{
  background: url(img/banner2.jpg) no-repeat;
/*! normalize.css v8.0.0 | MIT License | github.com/necolas/normalize.css */

/* Document
   ========================================================================== */

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */

html {
    line-height: 1.15; /* 1 */
    -webkit-text-size-adjust: 100%; /* 2 */

}

/* Sections
   ========================================================================== */

/**
 * Remove the margin in all browsers.
 */

body {
    margin: 0;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */

h1 {
    margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */

hr {
    box-sizing: content-box; /* 1 */
    height: 0; /* 1 */
    overflow: visible; /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

pre {
    font-family: monospace, monospace; /* 1 */
}

/* Text-level semantics
   ========================================================================== */

/**
 * Remove the gray background on active links in IE 10.
 */

a {
    background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */

abbr[title] {
    border-bottom: none; /* 1 */
    text-decoration: underline; /* 2 */
    text-decoration: underline dotted; /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */

b,
strong {
    font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

code,
kbd,
samp {
    font-family: monospace, monospace; /* 1 */
    font-size: 1em; /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */

small {
    font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */

sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}

sub {
    bottom: -0.25em;
}

sup {
    top: -0.5em;
}

/* Embedded content
   ========================================================================== */

/**
 * Remove the border on images inside links in IE 10.
 */

img {
    border-style: none;
}

/* Forms
   ========================================================================== */

/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */

button,
input,
optgroup,
select,
textarea {
    font-family: inherit; /* 1 */
    font-size: 100%; /* 1 */
    line-height: 1.15; /* 1 */
    margin: 0; /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */

button,
input { /* 1 */
    overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */

button,
select { /* 1 */
    text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */

button,
[type="button"],
[type="reset"],
[type="submit"] {
    -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
    border-style: none;
    padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
    outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */

fieldset {
    padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */

legend {
    box-sizing: border-box; /* 1 */
    color: inherit; /* 2 */
    display: table; /* 1 */
    max-width: 100%; /* 1 */
    padding: 0; /* 3 */
    white-space: normal; /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */

progress {
    vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */

textarea {
    overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */

[type="checkbox"],
[type="radio"] {
    box-sizing: border-box; /* 1 */
    padding: 0; /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
    height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */

[type="search"] {
    -webkit-appearance: textfield; /* 1 */
    outline-offset: -2px; /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */

[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */

::-webkit-file-upload-button {
    -webkit-appearance: button; /* 1 */
    font: inherit; /* 2 */
}

/* Interactive
   ========================================================================== */

/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */

details {
    display: block;
}

/*
 * Add the correct display in all browsers.
 */

summary {
    display: list-item;
}

/* Misc
   ========================================================================== */

/**
 * Add the correct display in IE 10+.
 */

template {
    display: none;
}

/**
 * Add the correct display in IE 10.
 */

[hidden] {
    display: none;
}
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, p, blockquote, th, td {
    margin: 0;
    padding: 0;
}

body {
    font-family: Arial,Microsoft YaHei, SimSun;
    color: #666;
    font-size: 14px;
}

fieldset, img {
    border: 0;
}

ol, ul, li {
    list-style: none;
}

h1, h2, h3, h4, h5, h6 {
    font-size: 100%;
    font-weight: normal;
}


/*清除input和img的默认边框和样式*/
input, button, select, textarea {
    outline: none;
}

/* 禁用了文本的拖拉，尤其在谷歌下*/
textarea {
    resize: none;
}

/*为了使文本段落左右两边对齐*/
p {
    text-align: justify;
    text-justify: distribute;
    word-wrap: break-word;
}

i {
    display: inline-block;
}

span {
    display: inline-block;
}

/*清除i,s,del的效果*/
i, s, del, b,em {
    font-style: normal;
    text-decoration: none;
}

address, cite, code, em, th {
    font-weight: normal;
    font-style: normal;
}
/*清除a标签的默认样式*/
a, a:hover,a:focus {
    color: inherit;
    text-decoration: none;
    display: inline-block;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

/*浮动*/
.fl {
    float: left !important;
}

.fr {
    float: right !important;
}
/*大写*/
.upperCase{
    text-transform: uppercase;
}
/*小写*/
.lowerCase{
    text-transform: lowercase;
}
/*首字母大写*/
.cpitalize{
    text-transform: capitalize;
}
/*清楚浮动*/
.clearfix:after {
    display: block;
    height: 0;
    line-height: 0;
    content: "";
    visibility: hidden;
    clear: both;
}

/*兼容IE清除浮动*/
.clearfix {
    zoom: 1;
}
/*pc端版心*/
input {
    border: 0 none;
    outline: none;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -webkit-appearance: none;
}
.viewport {
    width: 100%;
    margin: 0 auto;
    overflow: hidden;
}
.box{
    display: -webkit-box;  /* 老版本语法: Safari, iOS, Android browser, older WebKit browsers. */
    display: -moz-box;     /* 老版本语法: Firefox (buggy) */
    display: -ms-flexbox;  /* 混合版本语法: IE 10 */
    display: -webkit-flex; /* 新版本语法: Chrome 21+ */
    display: flex;         /* 新版本语法: Opera 12.1, Firefox 22+ */
}
.info{
	float: left;
    line-height: 26px;
    overflow: hidden;
	margin-bottom: 70px;
}
.info p{
    line-height: 26px;
	color: #999999;
	font-size: 14px;
	float: left;
	text-align: left;
}
.info img{
    max-width: 100%;
}
.gt{

    -ms-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    transform: rotate(90deg);
}
.scale {

    -moz-transition: all 0.3s ease 0s;
    -ms-transition: all 0.3s ease 0s;
    -webkit-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}

.scale:hover {
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1);
}
.tran{
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}
.point{
    white-space: nowrap;
    text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
    overflow: hidden;
}
.points{
    overflow: hidden;
    display: -webkit-box;               /*将对象作为弹性伸缩盒子模型显示*/
    text-overflow: ellipsis;            /*可以用来多行文本的情况下，用省略号“...”隐藏超出范围的文本*/
    -webkit-box-orient: vertical;       /*设置或检索伸缩盒对象的子元素的排列方式*/
    -moz-box-orient: vertical;
    -o-box-orient: vertical;
    -webkit-line-clamp: 2;              /*限制在一个块元素显示的文本的行数*/
}
.img100 img{
    width: 100%;
    height: 100%;

}
.w{
    margin: 0 auto;
    height: 100%;
    width: 1280px;
}
html, body {
    position: relative;
    height: 100%;
}
.fixnav{
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 999;
}
.menu_all{
    padding-top: 40px;
}
.logo{
    padding-top: 56px;
    z-index: 999;
    width: 192px;
    height: 45px;
    background: url(img/logo.png) no-repeat 100% 100%;

}
.logo a{
    width: 100%;
    height: 100%;
}
.menu_ul,
.search,
.cn_en,
.menu_btn{
    display: inline-block;
    z-index: 999;
}
.menu_ul li{
    float: left;
}
.menu_ul li a{
    color: #fff;
    padding: 40px 20px;
    font-size: 16px;
}

/*搜索*/
.search{
    position: relative;
}
.search .search_icon{
    background: url(//filecdn.ify.cn/skin/style555/img/search.png) no-repeat center center;
    width: 15px;
    height: 15px;
    padding: 40px 10px 40px 20px;
}
.search .search_box{
    position: absolute;
    bottom: 0;
    left: -72px;
    display: none;
}
.search .search_box input{
    width: 170px;
    height: 30px;
    border: 2px solid #192c74;
    padding-left: 10px;
}
.search:hover .search_box{
    display: block;
}
.cn_en{
    position: relative;
}
.cn_en .cnen_icon{
    background: url(//filecdn.ify.cn/skin/style555/img/cnen.png) no-repeat center center;
    width: 16px;
    height: 15px;
    padding: 40px 10px;
}
.cn_en dl{
    position: absolute;
    bottom: 0;
    left: -30px;
    width: 96px;
    height: 26px;
    border: 2px solid #192c74;
    background: #fff;
    display: none;
}
.cn_en dd{
    float: left;
    width: 50%;
    height: 100%;
}
.cn_en dd a{
    width: 100%;
    height: 100%;
    line-height: 26px;
    text-align: center;
}
.cn_en dd a.cn{
    color: #192c74;
}
.cn_en:hover dl{
    display: block;
}
/*菜单按钮*/
.menu_btn{
    padding: 40px 0px 36px 10px;
}
#menu_trigger_button {
    display: inline-block;
    position: relative;
    cursor: pointer;
    opacity: 0;
    height: 20px;
    width: 20px;
    margin-top: 3px;
    padding: 0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transition: all .3s linear 0s;
    -moz-transition: all .3s linear 0s;
    -ms-transition: all .3s linear 0s;
    -o-transition: all .3s linear 0s;
    transition: all .3s linear 0s;
}

#menu_trigger_button.active, #menu_trigger_button.hidden {
    opacity: 1;
    visibility: visible !important;

}
#menu_trigger_button.active{
    margin-top: 0;
}
#menu_trigger_button span {
    position: absolute;
    display: block;
    margin-left: auto;
    margin-right: auto;
    height: 1px;
    width: 20px;
    background-color: #FFFFFF;
    z-index: 2;
    -webkit-transition: all .3s linear 0s;
    -moz-transition: all .3s linear 0s;
    -ms-transition: all .3s linear 0s;
    -o-transition: all .3s linear 0s;
    transition: all .3s linear 0s;
}

#menu_trigger_button span.line_2 {
    margin-top: 7px;
    -webkit-transition: all .2s linear 0s;
    -moz-transition: all .2s linear 0s;
    -ms-transition: all .2s linear 0s;
    -o-transition: all .2s linear 0s;
    transition: all .2s linear 0s;
}

#menu_trigger_button span.line_3 {
    margin-top: 13px;
}

#menu_trigger_button.active {
    visibility: visible !important;
}

#menu_trigger_button.active span.line_1 {
    margin-top: 10px;
    height: 2px;
    -webkit-transform: rotate(135deg);
    -moz-transform: rotate(135deg);
    -ms-transform: rotate(135deg);
    -o-transform: rotate(135deg);
    transform: rotate(135deg);
}

#menu_trigger_button.active span.line_3 {
    margin-top: 10px;
    height: 2px;
    z-index: 2;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
}

#menu_trigger_button.active span.line_2 {
    -webkit-transition: .2s all linear 0s;
    -moz-transition: .2s all linear 0s;
    -ms-transition: .2s all linear 0s;
    -o-transition: .2s all linear 0s;
    transition: .2s all linear 0s;
    width: 0;
    left: 50%;
}

#menu_trigger_button.invert {
    box-shadow: 0 0 24px 11px #FFFFFF;
    -webkit-box-shadow: 0 0 24px 11px #FFFFFF;
}

#menu_trigger_button.invert.clicked {
    box-shadow: 0 0 24px 11px #FFFFFF;
    -webkit-box-shadow: 0 0 24px 11px #FFFFFF;
}
/*菜单展开*/
.menu_box{
    width: 100%;
    height: 100%;
    background: rgba(25, 44, 116, 0.95);
    position: fixed;
    left: -100%;
    top: 0;
    z-index: 99;
    -webkit-transition: all .5s ease-out 0s;
    -moz-transition: all .5s ease-out 0s;
    -ms-transition: all .5s ease-out 0s;
    -o-transition: all .5s ease-out 0s;
    transition: all .5s ease-out 0s;
}
.menu_box.open{
    left: 0;
}
.menu_box nav.pc_meum{
    position: relative;

}
.menu_box nav ul{
    height: 100%;
}
.menu_box nav li{
    float: left;
    width: 16.66666666%;
    text-align: center;
    border-right: 1px solid rgba(255,255,255,0.15);
    height: 100%;
    padding-top: 20%;
    box-sizing: border-box;
}
.menu_box nav li:first-child{
    border-left: 1px solid rgba(255,255,255,0.15);
}
.menu_box nav li>a{
    width: 100%;
    font-size: 18px;
    color: #fff;
    line-height: 100px;
    opacity: 0;
    -webkit-transition: all .7s linear 0.7s;
    -moz-transition: all .7s linear 0.7s;
    -ms-transition: all .7s linear 0.7s;
    -o-transition: all .7s linear 0.7s;
    transition: all .7s linear 0.7s;
}
.menu_box nav .hide_meum>dd{
    opacity: 0;
    -webkit-transition: all .9s linear 1.2s;
    -moz-transition: all .9s linear 1.2s;
    -ms-transition: all .9s linear 1.2s;
    -o-transition: all .9s linear 1.2s;
    transition: all .9s linear 1.2s;
}
.menu_box nav .hide_meum>dd a{
    color: rgba(255,255,255,0.65);
    line-height: 50px;
    font-size: 14px;
    -moz-transition: all 0.2s;
    -webkit-transition: all 0.2s;
    -ms-transition: all 0.2s;
    -o-transition: all 0.2s;
    transition: all 0.2s;
}

.menu_box.open nav li>a,
.menu_box.open nav .hide_meum>dd{
    opacity: 1;
}

.menu_box nav .hide_meum>dd a:hover{
    color: rgba(255,255,255,1);
}
.menu_box nav .nav_b{
    position: absolute;
    bottom: 40px;
    left: 0;

}
.menu_box nav .nav_b a{
    line-height: 50px;
    color: rgba(255,255,255,0.6);
    padding-right: 15px;
}
.menu_box nav .nav_b a:hover{
    color: rgba(255,255,255,1);
}

.bdsharebuttonbox a.qq{
    width: 13px;
    height: 14px;
    background: url(//filecdn.ify.cn/skin/style555/img/left_qq.png) no-repeat 100% 100%;
}
.bdsharebuttonbox a.wb{
    width: 17px;
    height: 14px;
    background: url(//filecdn.ify.cn/skin/style555/img/left_wb.png) no-repeat 100% 100%;
}
.bdsharebuttonbox a.wx{
    width: 18px;
    height: 13px;
    background: url(//filecdn.ify.cn/skin/style555/img/left_wx.png) no-repeat 100% 100%;
}
.menu_box nav .nav_share{
    position: absolute;
    right: 0;
    bottom: 50px;
}
.nav_share .bdsharebuttonbox a{
    padding-left: 20px;
    background-position: center right;
}
.left_share{
    position: fixed;
    left: 70px;
    top: calc(50% - 50px);
    z-index: 98;
}
.left_share .bdsharebuttonbox a{
    display: block;
   margin-bottom: 20px;
    padding-left: 0;
    background-position: top center;
    float: none;
}
/*面包屑导航*/
.breadcrumb{
    width: 20px;
    height: 100%;
    position: fixed;
    right: 80px;
    top: 0;
    z-index: 98;
}
.breadcrumb del{
    color: #fff;
    font-size: 12px;
    display: none;
    position: absolute;
    top: calc(50% - 120px);
    height: auto;
    width: 100%;
    line-height: 16px;
    margin-top: 83px;
    box-sizing: border-box;
}
.breadcrumb del.active{
    display: block;
}
.breadcrumb del span{

}
.breadcrumb del:after{
    display: block;
    content: "";
    width: 1px;
    height: 30px;
    background: #fff;
    position: absolute;
    top: calc(100% + 10px);
    left: 5px;
}
.breadcrumb del:before{
    display: block;
    content: "";
    width: 1px;
    height: 30px;
    background: #fff;
    position: absolute;
    bottom: calc(100% + 10px);
    left: 5px;
}
.breadcrumb i{
    width: 1px;
    height: calc(50% - 120px);
    background: rgba(255, 255, 255, 0.15);
    position: absolute;
    right: 14px;
}
.breadcrumb i.before{
    top: 0;
}
.breadcrumb i.after{
    bottom: 0;
}
.fixnav.current .menu_ul li a{
    color: #000;
}
.fixnav.current .logo{
    background: url(img/logo.png) no-repeat 100% 100%;
}
.fixnav.current .search .search_icon{
    background: url(//filecdn.ify.cn/skin/style555/img/search2.png) no-repeat center center;
}
.fixnav.current .cn_en .cnen_icon {
    background: url(//filecdn.ify.cn/skin/style555/img/cnen2.png) no-repeat center center;
}
.fixnav.current #menu_trigger_button span{
    background: #000;
}
.left_share.current .bdsharebuttonbox a.qq{
    background: url(//filecdn.ify.cn/skin/style555/img/left_qq2.png) no-repeat 100% 100%;
    background-size: 100% 100%;
}
.left_share.current .bdsharebuttonbox a.wb{
    background: url(//filecdn.ify.cn/skin/style555/img/left_wb2.png) no-repeat 100% 100%;
    background-size: 100% 100%;
}
.left_share.current .bdsharebuttonbox a.wx{
    background: url(//filecdn.ify.cn/skin/style555/img/left_wx2.png) no-repeat 100% 100%;
    background-size: 100% 100%;
}
.breadcrumb.current del{
    color: #000;
}
.breadcrumb.current i {
    background: #dcdcdc;
}
.breadcrumb.current del:after,
.breadcrumb.current del:before {
    background: #a0a0a0;
}
/*右侧数字导航*/
.swiper-container {
    width: 100%;
    height: 100%;
    margin-left: auto;
    margin-right: auto;
}
/*下一屏按钮*/
.banner .swiper-button-next1{
    top: auto;
    right: calc(50% - 50px);
    bottom: -20px;
    width: 74px;
    height: 57px;
    z-index: 10;
    cursor: pointer;
    background: url(img/swiper-button-next1.png) no-repeat;
    background-size: 100% 100%;


}

/*第一屏*/
.banner1{

}

/*第一屏的轮播海报图*/
.banner1 .swiper-container,
.banner1 .swiper-slide {
    overflow: hidden;
}

.banner1 .swiper-container .swiper-slide>img {
    display: block;
}
.banner1_con img{
    width: 100%;
    height: 100%;
}
.banner1_con .video_box{
    background: #000;
}
.banner1_con .video_box video{
    width: 100% !important;
    height: 100% !important;
}
.banner1 .about{
    position: absolute;
    left: calc(50% - 640px);
    bottom: 35%;
    z-index: 2;
    -webkit-transition: all 4s;
    -moz-transition: all 4s;
    -ms-transition: all 4s;
    -o-transition: all 4s;
    transition: all 4s;
    opacity: 0;
}
.banner1 .about h5{
    font-size: 56px;
    color: #e4e3e1;
    letter-spacing: 5px;
    font-weight: 700;
    color: #fff;

}
.banner1 .about h4{
    padding-bottom: 20px;
    font-size: 20px;
    color: #fff;
    line-height: 36px;
    letter-spacing: 1px;
}
.banner1 .swiper-container .swiper-slide-active .about{
    opacity: 1;
}
.banner1 .about .about_btn{
    margin-top: 70px;
    color: #fff;
    line-height: 24px;
    position: relative;
    font-size: 18px;
}
.banner1 .about .about_btn  i{
    width: 25px;
    height: 24px;
    background: url(//filecdn.ify.cn/skin/style555/img/look_more.png) no-repeat;
    position: absolute;
    left: 80px;
    top: 0px;
}
.banner_cen{
    position: absolute;
    left: 50%;
    margin-left: -640px;
}


/*第二屏*/
.banner2{
    background: url(img/banner2.jpg) no-repeat;
    background-size: 100% 100%;
}
.banner2 .banner_cen{
    height: 630px;
    top: 200px;
}
.banner2 .left{
    width: 55%;
    height: 440px;
    padding: 30px 30px 20px 30px;
    box-sizing: border-box;
    background: url(//filecdn.ify.cn/skin/style555/img/about_bg.png) no-repeat 100% 100%;
    background-size: 100% 100%;
}
.banner2 .left_con,
.banner2 .left_con img{
    width: 100%;
    height: 100%;
}
.banner2 .left_con h3{
    color: #222;
    font-size: 76px;
    margin: 18% 0 9%;
}
.banner2 .left_con .info{
    -webkit-line-clamp: 9;
}
.banner2 .right{
    width: 45%;
    color: #3f3a39;
    padding: 40px 0 0 50px;
    box-sizing: border-box;

}
.banner2 .right .line_icon{
    width: 50px;
    height: 1px;
    background: #3f3a39;
}
.banner2 .right h3{
	float: left;
    font-size: 36px;
    font-weight: 700;
    font-family: cursive;
    padding: 35px 0 5px;
}
.banner2 .right h4{
    font-size: 20px;
    font-family: cursive;
    padding-bottom: 30px;
}
.banner2 .b_ul{
    width: 100%;
    position: absolute;
    bottom: 0;
    left: 0;

}
.banner2 .b_ul li{
    float: left;
    width: 23%;
    border-top: 2px solid #192c74;
    margin-right: 2.66666%;
    color: #192c74;
}
.banner2 .b_ul li:last-child{
    margin-right: 0;
}
.banner2 .b_ul li h5{
    font-size: 16px;
    font-weight: 700;
    padding: 15px 0 10px;
}
.banner2 .b_ul li .info{
    opacity: 0.75;
}

/*第三屏*/

.banner3{
    background: url(img/banner3.jpg) no-repeat;
    background-size: 100% 100%;
    color: #fff;
}
.banner3 .banner_cen{
    top: 250px;
    height: 546px;
}
.banner3 .title{
    font-size: 24px;
    font-weight: 700;
    text-align: right;
    position: absolute;
    top: 7%;
    right: 0;
    color: #fff;
    line-height: 42px;
}
.banner3 .pro_img{
    position: absolute;

}
.banner3 .pro_img img{
    width: 100%;
    height: 100%;
}
.banner3 .info_box{
    color: #fff;
    position: absolute;
}
.banner3 .info_box h4{
    font-size: 18px;
    padding-bottom: 18px;
}
.banner3 .info_box .info{
    opacity: 0.7;
    margin-bottom: 50px;
}
.banner3 .info_box .add_icon{
    width: 16px;
    height: 16px;
    background: url(//filecdn.ify.cn/skin/style555/img/add_icon.png) no-repeat;
    background-size: 100% 100%;
    -webkit-transition: All 1s ease-in-out;
    -ms-transition: All 1s ease-in-out;
    -moz-transition: All 1s ease-in-out;
    -o-transition: All 1s ease-in-out;
    transition: All 1s ease-in-out;

}
.banner3 .info_box:hover .add_icon{
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
}

.banner3 .pro1{
    width: 28.4%;
    height: 66.666%;
    top: 0;
    left: 0;
}
.banner3 .pro2{
    width: 14.2%;
    height: 33.3333%;
    bottom: 0;
    left: 42.6%;
}
.banner3 .pro3{
    width: 14.4%;
    height: 33.3333%;
    top: 0;
    right: 28.8%;
}
.banner3 .pro4{
    width: 14.4%;
    height: 33.3333%;
    top: 33.3333%;
    right: 14.4%;
}
.banner3 .info1{
    width: 28.4%;
    height: 66.666%;
    top: 0;
    left: 28.4%;
    background: #1a2c74;
    padding: 90px 30px 0 40px;
    box-sizing: border-box;
}
.banner3 .info2,
.banner3 .info3,
.banner3 .info4{
    padding: 40px 25px 0 30px;
    box-sizing: border-box;
}
.banner3 .info2{
    width: 14.2%;
    height: 33.3333%;
    bottom: 0;
    left: 28.4%;
    background: #204d9e;

}
.banner3 .info3{
    width: 14.4%;
    height: 33.3333%;
    top: 33.3333%;
    right: 28.8%;
    background: #106fc9;
}

.banner3 .info4{
    width: 14.4%;
    height: 33.3333%;
    bottom: 0;
    right: 0;
    background: #0092db;
}
/*第四屏*/
.banner4{
    background: #f2f2f2;
}
.banner4 .banner_cen{
    top: 160px;
}
.banner4 .title{
    font-size: 24px;
    color: #000;
    text-align: center;
    position: relative;
    padding-bottom: 30px;
}
.banner4 .title:after{
    display: block;
    content: "";
    width: 4px;
    height: 24px;
    background: url(//filecdn.ify.cn/skin/style555/img/line_title.png) no-repeat;
    position: absolute;
    top: 1px;
    left: calc(50% - 70px);
}
.banner4 ul li{
    float: left;
    height: 297px;
    position: relative;
    margin-bottom: 1.25%;
}
.banner4 ul li.first{
    width: 66.25%;
    overflow: hidden;
}
.banner4 ul li.first a,
.banner4 ul li.first img{
    width: 100%;
    height: 100%;
}
.banner4 ul li.first:hover img{
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1);
}
.banner4 ul li.first .info_box{
    padding: 0 15px;
    height: 134px;
    width: 100%;
    box-sizing: border-box;
    position: absolute;
    bottom: 0px;
    color: #fff;
}
.banner4 ul li.first h3{
    line-height: 56px;
    font-size: 18px;
}
.banner4 ul li.first .info{
    opacity: 0.8;
}
.banner4 ul li.other{
    width: 32.5%;
    margin-left: 1.25%;
}
.banner4 ul li.other a{
    width: 100%;
    height: 100%;
}
.banner4 ul li.other img{
    width: 100%;
    height: calc(100% - 56px);
}
.banner4 ul li.other:nth-child(3){
    margin-left: 0%;
}
.banner4 ul li.other .info_box{
    padding: 0 15px;
    height: 56px;
    width: 100%;
    box-sizing: border-box;
    position: absolute;
    bottom: 0px;
    background: #fff;
    overflow: hidden;
}
.banner4 ul li.other:hover .info_box{
    height: 134px;
}
.banner4 ul li.other h3{
    color: #000;
    line-height: 56px;

}
.banner4 ul li.other .info{
    color: #8d8d8d;
}
.footer{
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100px;
    background: #333333;
    padding: 15px 0;
    box-sizing: border-box;
    z-index: 999;
    display: none;
}
.footer .footer_con{
    padding-left: 100px;
    padding-top: 15px;
    position: relative;
}
.footer .footer_con:after{
    position: absolute;
    left: 0;
    top: 15px;
    content: "";
    display: block;
    background: url(//filecdn.ify.cn/skin/style555/img/logo_f.png) no-repeat;
    width: 61px;
    height: 45px;
}
.footer .footer_con h4{
    color: #fff;
    opacity: 0.7;
    padding-bottom: 13px;
}
.footer .footer_con h4 a{
    padding-right: 15px;
}
.footer .footer_con p{
    color: #7d7d7d;
}
.footer.inner_footer{
    display: block;
    position: static;
}
/*内页-关于我们*/
.block-xs{
    display: none;
}
.fixnav.inner_nav{
    position: relative;
}
.fixnav.inner_nav .logo {
    padding-top: 17px;
}
.fixnav.inner_nav .menu_all {
    padding-top: 4px;
}
.fixnav.inner_nav .menu_ul li a {
    padding: 40px 20px 15px;
}
.fixnav.inner_nav .search .search_icon {
    width: 0;
    height: 0;
    padding: 40px 10px 7px 20px;
}
.fixnav.inner_nav .cn_en .cnen_icon {
    width: 0;
    height: 0;
    padding: 40px 10px 7px;
}
.fixnav.inner_nav .menu_btn {
    padding: 40px 0px 5px 10px;
}
.fixnav.inner_nav .cn_en dl,
.fixnav.inner_nav .search .search_box {
    bottom: -30px;
}
.inner{
    width: 100%;
    position: relative;
}
.inner img{
    width: 100%;
}
.inner .left_title{
    position: absolute;
    left: 0;
    bottom: 3px;
    width: 100%;
}
.inner .left_menu ul:after {
    display: block;
    height: 0;
    line-height: 0;
    content: "";
    visibility: hidden;
    clear: both;
}
.inner .left_menu ul{
    zoom: 1;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
}
.inner .left_menu li {
    flex: 1;
}
.inner .left_menu li a{
    width: 100%;
    line-height: 40px;
    box-sizing: border-box;
    border-right: 1px solid rgba(0,0,0,0.1);
    background: rgba(242,242,242,0.9);
    text-align: center;
    color: #000;
}
.inner .left_menu li:last-child a{
    border-right: 0;
}
.inner .left_menu li a.on{
    background: #192c74;
    color: #fff;
}
/*栏目标题*/
.column_title .w{
    position: relative;
    padding-top: 78px;
}
.column_title h3{
    position: relative;
    z-index: 2;
    color: #192c74;
    font-size: 26px;
    font-weight: 700;
}
.column_title i{
    position: absolute;
    top: 50px;
    left: 0;
    z-index: 1;
    color: #192c74;
    opacity: 0.15;
    font-size: 42px;
    font-weight: 700;
}
.column_title h4{
    color: #192c74;
}
.column_title h4 span,
.column_title h4 a{
    color: #666;
}
/*公司简介*/
.com_con .left{
    width: 45.3%;
    height: 100%;
    box-sizing: border-box;
}
.com_con .right{
    width: 50%;
    height: 100%;
}
.com_con .left h3,
.cominfo3 .right h3{
    padding-left: 30px;
    color: #192c74;
    position: relative;
    font-size: 20px;
    font-weight: 700;
    line-height: 30px;
    padding-bottom: 30px;
}
.com_con .left h3:after,
.cominfo3 .right h3:after{
    content: "";
    display: block;
    position: absolute;
    left: 0;
    top: 13px;
    width: 18px;
    height: 2px;
    background: #192c74;
}
.cominfo1{
    padding: 60px 0;

}
.cominfo1 .com_con{
    height: 350px;
}

.cominfo1 .left{
    padding-top: 25px;
}

.cominfo1 .left .info{
    height: 200px;
    -webkit-line-clamp: 8;
}

.cominfo1 .right img{
    width: 100%;
    height: 100%;
}
.videoimg{
    position: relative;

}
.videoimg .video_btn{
    position: absolute;
    width: 40px;
    height: 40px;
    background: url(//filecdn.ify.cn/skin/style555/img/video_icon.png) no-repeat;
    background-size: 100% 100%;
    top: 50%;
    left: 50%;
    margin: -20px 0 0 -20px;

}
.videoimg .video_box{
    display: none;
}
.com_ul{
    height: 200px;
    margin-top: 40px;
}

.com_ul li{
    float: left;
    display: table;
    width: 24%;
    height: 100%;
    padding: 0 55px;
    box-sizing: border-box;
    margin-right: 1.333%;
    color: #fff;

}
.com_ul li:first-child{
    background: url(//filecdn.ify.cn/skin/style555/img/comli1.jpg) no-repeat;
    background-size: 100% 100%;
}
.com_ul li:nth-child(2){
    background: url(//filecdn.ify.cn/skin/style555/img/comli2.jpg) no-repeat;
    background-size: 100% 100%;
}
.com_ul li:nth-child(3){
    background: url(//filecdn.ify.cn/skin/style555/img/comli3.jpg) no-repeat;
    background-size: 100% 100%;
}
.com_ul li:nth-child(4){
    background: url(//filecdn.ify.cn/skin/style555/img/comli4.jpg) no-repeat;
    background-size: 100% 100%;
    margin-right: 0;
}

.com_ul li .son{
    display: table-cell;
    vertical-align: middle;
}
.com_ul li span{
    width: 20px;
    height: 2px;
    background: #fff;
    margin: 15px 0;
}
.com_ul li p{
    line-height: 25px;
}
/*主要客户*/
.cominfo2{
    padding: 80px 0;
    background: url(//filecdn.ify.cn/skin/style555/img/cominfo2_bg.jpg) no-repeat;
    background-size: 100% 100%;
}
.cominfo2 .title,
.cominfo3 .title{
    text-align: center;
    color: #fff;
}
.cominfo2 .title h4,
.cominfo3 .title h4{
    font-size: 26px;
    font-weight: 700;
}
.cominfo2 .title span,
.cominfo3 .title span{
    width: 30px;
    height: 2px;
    background: #fff;
    margin: 18px 0 15px;
}
.cominfo2 .title h5{
    font-size: 18px;
    font-weight: 700;
    padding-bottom: 5px;
}
.cominfo2 img{
    width: 100%;
    margin-top: 55px;
}
/*管理团队*/
.cominfo3{
    padding: 50px 0;
}
.cominfo3 .title{
    color: #192c74;
    padding-bottom: 30px;
}
.cominfo3 .title span{
    background: #192c74;
}
.cominfo3 .com_con{
    height: 286px;
}
.cominfo3 .left .info{
    height: 225px;
    -webkit-line-clamp: 9;
}
.cominfo3 .right .img_con{
    width: 34.3%;
    height: 100%;
}
.cominfo3 .right .img_con img{
    width: 100%;
    height: 100%;
}
.cominfo3 .right .info_con{
    width: 61%;
}
.cominfo3 .right h3{
    padding-bottom: 12px;
}
.cominfo3 .right h5{
    color: #000;
    font-weight: 700;
    padding-bottom: 5px;
}
.cominfo3 .right .info{
    -webkit-line-clamp: 6;
    height: 150px;
}
.cominfo3 .right .swiper-pagination{
    text-align: right;
}

.cominfo3 .right .swiper-pagination .swiper-pagination-current{
    font-size: 32px;
}
/*大事记*/
.enevt{

}
.enevt li{
    text-align: center;
    position: relative;
    padding: 70px 0;
}
.enevt li:after{
    content: "";
    display: block;
    position: absolute;
    bottom: -18px;
    left: 50%;
    margin-left: -18px;
    width: 36px;
    height: 36px;
    background: url(//filecdn.ify.cn/skin/style555/img/arrow_icon.png) no-repeat;
    background-size: 100% 100%;
    z-index: 5;
}
.enevt li:last-child:after{
    display: none;
}
.enevt li:nth-child(2n){
    background: #f2f2f2;
}
.enevt li img{
    border-radius: 50%;
    overflow: hidden;
    width: 250px;
    height: 250px;
}
.enevt li .img_con span{
    position: absolute;
    left: 50%;
    top: 50%;
    margin: -30px 0 0 -30px;
    width: 60px;
    line-height: 60px;
    color: #fff;
    text-align: center;
    background: #192c74;
    border-radius: 50%;
}
.enevt li .info_con{
    position: absolute;
    top: 60px;
    left: 50%;
    text-align: right;
    margin-left: -640px;
}
.enevt li:nth-child(2n) .info_con{
    position: absolute;
    top: 60px;
    left: auto;
    right: 50%;
    text-align: left;
    margin-right: -640px;
}
.enevt li .info_con h4{
    font-size: 40px;
    font-weight: 700;
    color: #000;
}
.enevt li .info_con>span{
    padding: 5px 0 30px;
    color: #000;
    /*position: relative;*/
}
.enevt li .info_con>span i {
    float: left;
    width: 20px;
    height: 1px;
    background: #000;
    margin-top: 8px;
    margin-right: 10px;
}
.enevt li:nth-child(2n) .info_con>span i {
    float: right;
    margin-right: 0;
    margin-left: 10px;
}
/*.enevt li .info_con>span:after{
    content: "";
    display: block;
    position: absolute;
    
}*/
.enevt li .info{
    background: #f2f2f2;
    padding: 30px;
    position: relative;
    border-radius: 10px;
    overflow: visible;
}
.enevt li:nth-child(2n) .info{
    background: #fff;

}

.enevt li .info:after{
    position: absolute;
    content: "";
    display: block;
    width: 0;
    height: 0;
    overflow:hidden;
    font-size: 0;     /*是因为, 虽然宽高度为0, 但在IE6下会具有默认的 */
    line-height: 0;  /* 字体大小和行高, 导致盒子呈现被撑开的长矩形 */
    top: 30px;
    right: -28px;
    border: 15px solid transparent;
    border-left: 20px solid #f2f2f2;
}
.enevt li:nth-child(2n) .info:after{
    right: auto;
    left: -28px;
    border: 15px solid transparent;
    border-right: 20px solid #fff;
}
/*资质荣誉*/
.honour .btn_ul{
    border-bottom: 1px solid #e5e5e5;
    margin: 40px 0;
}
.btn_ul li{
    float: left;
}
.btn_ul li a{
    margin-right: 35px;
    font-size: 18px;
    font-weight: 500;
    line-height: 50px;
}
.btn_ul li.on a{
    color: #192c74;

    border-bottom: 2px solid #192c74;
}
.honour_box{

}
.honour_div{
    display: none;
}
.honour_div.active{
    display: block;
}
.honour_box .left{
    padding-top: 20px;
}
.honour_box .left .info{
    -webkit-line-clamp: 12;
    height: 300px;
}
.honour_box .right img{
    width: 100%;
    height: 100%;
}
.honour_ul{
    padding: 30px 0 40px;
}
.honour_ul li{
    position: relative;
    float: left;
    width: 15%;
    height: 260px;
    margin-right: 2%;
    margin-bottom: 60px;
    background: url(//filecdn.ify.cn/skin/style555/img/honour_bg.jpg) no-repeat;
    background-size: 100% 100%;
    padding: 10px;
    box-sizing: border-box;

}
.honour_ul li:nth-child(6n){
    margin-right: 0;
}
.honour_ul li .img_con{
    background-size: contain;
    width: 100%;
    height: 100%;
}
.honour_ul li h4{
    width: 100%;
    position: absolute;
    left: 0;
    line-height: 46px;
    bottom: -46px;
    text-align: center;
}
/*组织结构*/
.organ{
    padding: 60px 0;
}
.organ_con{
    position: relative;
}
.organ_con img{
    width: 100%;
}
.organ_con .dot{
    position: absolute;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    border: 1px solid #192c74;
    background: url(//filecdn.ify.cn/skin/style555/img/dot.png) no-repeat center center;
    -moz-transition: all 1s;
    -ms-transition: all 1s;
    -webkit-transition: all 1s;
    -o-transition: all 1s;
    transition: all 1s;
}
.organ_con .dot:hover{
    -ms-transform:rotate(180deg);
    -moz-transform:rotate(180deg);
    -webkit-transform:rotate(180deg);
    -o-transform:rotate(180deg);
    transform:rotate(180deg);
}
.organ_con .dot1{
    left: 683px;
    top: 224px;
}
.organ_con .dot2{
    left: 443px;
    top: 151px;
}
.organ_con .dot3{
    left: 540px;
    top: 225px;
}
.organ_con .dot4{
    left: 490px;
    top: 279px;
}
.organ_con .dot5{
    left: 365px;
    top: 338px;
}
.organ_con .dot6{
    left: 678px;
    top: 290px;
}
.organ_con .dot7{
    left: 683px;
    top: 278px;
}
.pro ul{

}
.pro ul li{
    padding: 60px 0;
    position: relative;
}
.pro ul li:nth-child(2n){
    background: #f2f2f2;
}
.pro ul li:before{
    position: absolute;
    content: "";
    display: block;
    width: 34px;
    height: 17px;
    left: 50%;
    bottom: -17px;
    z-index: 2;
    margin-left: -17px;
}
.pro ul li:nth-child(2n-1):before{
    background: url(//filecdn.ify.cn/skin/style555/img/pro_after1.png) no-repeat;
}
.pro ul li:nth-child(2n):before{
    background: url(//filecdn.ify.cn/skin/style555/img/pro_after2.png) no-repeat;
}
.pro ul li:last-child:before{
    display: none;
}
.pro ul li .right{
    width: 50%;
    height: 350px;
    border-radius: 40px 0 93px 0;
    overflow: hidden;
}
.pro ul li .right img{
    width: 100%;
    height: 100%;
    -moz-transition: all 1s;
    -ms-transition: all 1s;
    -webkit-transition: all 1s;
    -o-transition: all 1s;
    transition: all 1s;
}
.pro ul li .right img:hover{
    -ms-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -webkit-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1);
}
.pro ul li .left{
    width: 46%;
}
.pro ul li:nth-child(2n-1) .right,
.pro ul li:nth-child(2n) .left{
    float: left;
}
.pro ul li:nth-child(2n-1) .left,
.pro ul li:nth-child(2n) .right{
    float: right;
}
.pro ul li .left .title{
    padding-left: 60px;
    position: relative;
}
.pro ul li .left .title:after{
    position: absolute;
    content: "";
    display: block;
    width: 42px;
    height: 42px;
    left: 0;
    top: 0;
}
.pro ul li:nth-child(1) .left .title:after{
    background: url(//filecdn.ify.cn/skin/style555/img/pro_icon1.png) no-repeat center center;
}
.pro ul li:nth-child(2) .left .title:after{
    background: url(//filecdn.ify.cn/skin/style555/img/pro_icon2.png) no-repeat center center;
}
.pro ul li:nth-child(3) .left .title:after{
    background: url(//filecdn.ify.cn/skin/style555/img/pro_icon3.png) no-repeat center center;
}
.pro ul li:nth-child(4) .left .title:after{
    background: url(//filecdn.ify.cn/skin/style555/img/pro_icon4.png) no-repeat center center;
}
.pro ul li .left .title h3{
    font-size: 20px;
    color: #192c74;
    font-weight: 700;
}
.pro ul li .left .title span{
    width: 30px;
    height: 2px;
    background: #192c74;
    margin: 15px 0 20px;
}
.pro ul li:nth-child(1) .left .info{
    height: 200px;
    -webkit-line-clamp: 8;
}
.pro ul li .lookmore{
    background: url(//filecdn.ify.cn/skin/style555/img/pro_btnbg.jpg) no-repeat;
    width: 130px;
    height: 30px;
    line-height: 30px;
    padding-left: 23px;
    color: #fff;
    box-sizing: border-box;
    margin-top: 30px;
    display: none;
}
.pro ul li:first-child .lookmore{
    display: block;
}
/*新闻中心列表*/
.newslist .top{
    height: 470px;
    margin-top: 50px;
}
.newslist1{
    width: 71%;
    height: 100%;
}
.newslist2{
    width: 28.5%;
    height: 100%;
}
.news_ul li{
   position: relative;
    height: 100%;
}
.news_ul li a{
    width: 100%;
    height: 100%;
}
.news_ul li img{
    width: 100%;
    height: 100%;
}
.news_ul li h3{
    width: 100%;
    line-height: 60px;
    padding-left: 20px;
    box-sizing: border-box;
    position: absolute;
    left: 0;
    bottom: 0;
    color: #fff;
}
.newslist2 li h3{
    line-height: 36px;
    padding-left: 10px;
}
.newslist2 li{
    height: 32.5%;
    margin-bottom: 1.25%;
}
.newslist2 li:nth-child(3){
    margin-bottom: 0;
}
.newslist3{

}
.newslist3 li{
    float: left;
    width: 31.25%;
    margin-right: 3.125%;
    margin-top: 40px;
    border-bottom: 1px solid #d6d6d6;
}
.newslist3 li:nth-child(3n){
    margin-right: 0;
}
.newslist3 li .img_con{
    height: 230px;
}
.newslist3 li .img_con img{
    width: 100%;
    height: 100%;
}
.newslist3 li .info_con{
    padding: 22px 10px 22px 110px;
    position: relative;
}
.newslist3 li .info_con h4{
    line-height: 25px;
    color: #000;
}
.newslist3 li .info_con span.time{
    position: absolute;
    padding-right: 20px;
    border-right: 1px solid #e5e5e5;
    text-align: right;
    left: 10px;
    top: 24px;
}
.newslist3 li .info_con span.time .day{
    font-size: 24px;
    font-weight: 700;
    color: #000;
    display: block;
}
/*分页结构*/
.pageing {
    margin: 60px 0;
    text-align: center;
}

.JZD_PAGE_GONG,
.JZD_PAGE_ZONGSHU,
.JZD_PAGE_TIAOJILU,
.JZD_PAGE_YECI,
.JZD_PAGE_XIEGANG,
.JZD_PAGE_ZHONGYE,
.JZD_PAGE_YE,

.JZD_PAGE_FIRST,
.JZD_PAGE_LAST,
.JZD_PAGE_ZHUANGDAO,
.JZD_PAGE_SELECT,
.JZD_PAGE_SELECT_YE {
    display: none;
}

.JZD_PAGE_DANGQIANYE {
    padding: 8px 13px;
    background: #192c74;
    color: #fff;
}

.JZD_PAGE_PREVIOUS,
.JZD_PAGE_NEXT{
    padding: 8px 13px;
    background: #f8f8f8;
}
.page_new{
    padding: 50px 0 30px;
}
.page_new h3.title{
    font-size: 18px;
    font-weight: 700;
    color: #000;
}
.page_new .subtitle{
    line-height: 55px;
}
.page_new .bdsharebuttonbox{
    display: inline-block;
    margin-top: 12px;
}
.page_new .subtitle span{
    padding-right: 20px;
}
.page_new .info{
    margin: 10px 0 30px;
}
.page_new .next_box{
    line-height: 60px;
    border-top: 1px solid #e5e5e5;
}
.page_new .next_box span{
    position: relative;
}
.page_new .next_box span.per{
    padding-left: 20px;
}
.page_new .next_box span.next{
    padding-right: 20px;
}
.page_new .next_box span:after{
    content: "";
    display: block;
    position: absolute;
    width: 16px;
    height: 16px;
    top: 22px;
}
.page_new .next_box span.per:after{
    background: url(//filecdn.ify.cn/skin/style555/img/per.png) no-repeat;
    left: 0;

}
.page_new .next_box span.next:after{
    background: url(//filecdn.ify.cn/skin/style555/img/next.png) no-repeat;
    right: 0;

}
.list_ul{

}
.list_ul li{
    padding: 20px 0;
    height: 390px;
    border-bottom: 1px solid #ccc;
}
.list_ul li .img_con{
    width: 22%;
    height: 100%;
}
.list_ul li .img_con img{
    width: 100%;
    height: 100%;
}
.list_ul li .info_con{
    width: 75%;
    height: 100%;
    padding: 20px 0 0;
    box-sizing: border-box;
}
.list_ul li .info_con h3{
    font-size: 30px;
    font-weight: 700;
    color: #192c74;
    padding-bottom: 20px;
}
.list_ul li .info_con h3 span{
    font-size: 18px;
}
.list_ul li .info_con h4{
    font-size: 22px;
    font-weight: 700;
    color: #192c74;
    padding-bottom: 20px;
}
.develop{
    padding: 60px 0;
}
.develop .left{
    width: 77.5%;
}
.develop .left h3{
    font-size: 20px;
    font-weight: 700;
    color: #192c74;
}
.develop .left h4{
    font-size: 18px;
    font-weight: 700;
    color: #000;
    padding: 45px 0 10px;
}
.develop .left ol{
    padding-left: 20px;
}
.develop .left ol li{
    list-style: disc;
    line-height: 36px;
}
.develop .right{
    width: 12.8%;
}

.develop .right li{
    position: relative;
    width: 100%;
    height: 216px;
    margin-bottom: 60px;
    background: url(//filecdn.ify.cn/skin/style555/img/honour_bg.jpg) no-repeat;
    background-size: 100% 100%;
    padding: 10px;
    box-sizing: border-box;

}
.develop .right li .img_con{
    background-size: contain;
    width: 100%;
    height: 100%;
}
.develop .right li h4{
    width: 100%;
    position: absolute;
    left: 0;
    line-height: 46px;
    bottom: -46px;
    text-align: center;
}
.person{
    padding: 55px 0;
}
.person1 ul li{
    float: left;
    width: 32.8%;
    margin-right: 0.8%;
    margin-bottom: 0.8%;
    height: 300px;
}
.person1 ul li:nth-child(3n){
    margin-right: 0;
}
.person1 ul li .img_con,
.person1 ul li .img_con img{
    width: 100%;
    height: 100%;
}
.person1 ul li .info_con{
    height: 100%;
    background: #f2f2f2;
    padding: 80px 40px 0 40px;
    position: relative;
    box-sizing: border-box;
    color: #000;

}
.person1 ul li .info_con:after{
    content: "";
    display: block;
    position: absolute;
    width: 40px;
    height: 30px;
    right:  40px;
    top: 50px;

}
.person1 ul li:nth-child(2) .info_con:after{
    background: url(//filecdn.ify.cn/skin/style555/img/person_icon1.png) no-repeat center right;
}
.person1 ul li:nth-child(4) .info_con:after{
    background: url(//filecdn.ify.cn/skin/style555/img/person_icon2.png) no-repeat center right;
}
.person1 ul li:nth-child(6) .info_con:after{
    background: url(//filecdn.ify.cn/skin/style555/img/person_icon3.png) no-repeat center right;
}
.person1 ul li .info_con h4{
    font-size: 20px;
    font-weight: 700;
    color: #192c74;
    line-height: 50px;
}
.person2 img{
    width: 100%;
}

.table_div{
    border: 1px solid #eee;
    width: 100%;
    color: #000;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.table_div ul{
}
.table_div ul li{
    border-bottom: 1px solid #eeeeee;
}
.table_div .title_h3,
.table_div .title_h5{
    padding-left: 40px;
    box-sizing: border-box;
    line-height: 40px;
}
.table_div .title_h3{
    background: #192c74;
    color: #fff;
}
.table_div .title_h5{
    background: #f2f2f2;
}
.table_div .title_h3 span,
.table_div .title_h5 span{
    width: 25%;
    float: left;
}

.table_div .dedai {
    display: none;
    padding: 10px 40px;
}
/*员工福利*/
.boon{
    padding: 50px 0;
}
.boon ul li{
    float: left;
    width: 24.4%;
    height: 400px;
    margin-right: 0.8%;
    padding: 60px 40px 0 40px;
    box-sizing: border-box;
}

.boon ul li:last-child{
    margin-right: 0;
    background: url(//filecdn.ify.cn/skin/style555/img/boonbg4.png) no-repeat;
    background-size: 100% 100%;
}
.boon ul li:nth-child(1){
    background: url(//filecdn.ify.cn/skin/style555/img/boonbg1.png) no-repeat;
    background-size: 100% 100%;
}
.boon ul li:nth-child(2){
    background: url(//filecdn.ify.cn/skin/style555/img/boonbg2.png) no-repeat;
    background-size: 100% 100%;
}
.boon ul li:nth-child(3){
    background: url(//filecdn.ify.cn/skin/style555/img/boonbg3.png) no-repeat;
    background-size: 100% 100%;
}
.contact .right h4,
.contact .left h4,
.boon ul li h4 {
    font-size: 20px;
    font-weight: 700;
    color: #192c74;
}
.boon ul li span.line{
    width: 20px;
    height: 2px;
    background: #192c74;
    margin: 14px 0 12px;
}
/*联系我们*/
.contact{
    padding: 50px 0;
}
.contact .left{
    width: 48%;
    float: left;
}
.contact .left ul{
    padding: 20px 0;
}
.contact .left ul li{
    line-height: 30px;
}
.contact .right{
    width: 48%;
    float: right;
}
.contact .left .bdsharebuttonbox{
    padding-bottom: 20px;
}
.contact .left .bdsharebuttonbox a{
    width: 30px;
    height: 30px;
    padding-left: 10px;
    margin: 0;
}
.contact .left .bdsharebuttonbox a.qq{
    background:  url(//filecdn.ify.cn/skin/style555/img/qq3.png) no-repeat;
}
.contact .left .bdsharebuttonbox a.wx{
    background:  url(//filecdn.ify.cn/skin/style555/img/wx3.png) no-repeat;
}
.contact .left .bdsharebuttonbox a.wb{
    background:  url(//filecdn.ify.cn/skin/style555/img/wb3.png) no-repeat;
}
.contact .right .ferm_box{
    padding-top: 12px;
}

.mes_box span{
    line-height: 52px;
    display: block;
}
.mes_box .ipt{
    background: #f7f7f7;
    width: 100%;
    line-height: 40px;
    padding-left: 15px;
    box-sizing: border-box;
}
.mes_box textarea.ipt{
    border: none;
}
.mes_box .send{
    width: 100px;
    line-height: 40px;
    background: #192c74;
    color: #fff;
    text-align: center;
    margin-top: 15px;
}
.download{
    padding: 50px 0;
}
.download ul li{
    line-height: 50px;
    border-bottom: 1px solid #e5e5e5;
    padding-left: 35px;
    position: relative;
    padding-right: 60px;
}
.download ul li:after{
    content: "";
    display: block;
    position: absolute;
    left: 10px;
    top: 17px;
    background: url(//filecdn.ify.cn/skin/style555/img/download_icon.png) no-repeat;
    width: 12px;
    height: 14px;
}
.download ul li a{
    line-height: 1;
    position: absolute;
    right: 0px;
    top: 18px;
}
/*视频中心*/
.videolist{
    padding: 50px 0;
}
.videolist .video_ul1{

}
.videolist ul li{
    position: relative;
}
.videolist ul li:after{
    position: absolute;
    content: "";
    display: block;
    width: 60px;
    height: 60px;
    background: url(//filecdn.ify.cn/skin/style555/img/video_icon.png) no-repeat;
    left: 50%;
    top: 50%;
    margin: -30px 0  0 -30px;
}
.videolist ul li .video_box{
    display: none;
}
.video_ul1 li{
    width: 100%;
    height: 720px;
}
.video_ul1 li img{
    width: 100%;
    height: 100%;
}
.video_ul1 li h4{
    position: absolute;
    line-height: 40px;
    top: 50%;
    margin-top: 30px;
    width: 100%;
    left: 0;
    text-align: center;
    color: #fff;
    font-size: 18px;
}
.video_ul2 li{
    float: left;
    width: 31.25%;
    margin-right: 3.125%;
    margin-bottom: 2%;
}
.video_ul2 li img{
    width: 100%;
    height: 225px;
}
.video_ul2{
    padding-top: 35px;
}
.video_ul2 li:nth-child(3n){
    margin-right: 0;
}
.video_ul2 li h4{
    line-height: 50px;
    text-align: center;
}
.videolist .video_ul2 li:after{
    width: 40px;
    height: 40px;
    margin: -52.5px 0  0 -20px;
    background-size: 100% 100%;
}
.video_play_box{
    position: fixed;
    z-index: 1000;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.8);
    text-align: center;
    padding-top: 100px;
    left: 0;
    top: 0;
    box-sizing: border-box;
    display: none;
}
.video_box{
    text-align: center;
}
.search_con{
    padding: 50px 0;
}
.search_ul li{
    padding: 20px 0;
    border-bottom: 1px solid #ccc;
}
.search_ul li a{
    width: 100%;
}
.search_ul li h4{
    font-size: 18px;
    font-weight: 700;
    color: #192c74;
    line-height: 40px;
}





@media screen and (max-width: 1600px){
		    .info p {
				float: left;
		        line-height: 26px;
		        color: #999999;
		        font-size: 14px;
		    }
    .banner4 .title{
        display: none;
    }
}

@media screen and (max-width: 1280px) {
		    .info p {
				float: left;
		        line-height: 26px;
		        color: #999999;
		        font-size: 14px;
		    }
    .w{
        width: 1000px;
    }
    .logo {
        padding-top: 45px;
    }
    .menu_all {
        padding-top: 29px;
    }
    .left_share {
        left: 60px;
    }
    .breadcrumb {
        right: 60px;
    }
    .banner1 .about {
        left: calc(50% - 500px);
        bottom: 35%;
    }
    .banner1 .about .about_btn {
        margin-top: 50px;
    }
    .banner1 .about h4 {
        font-size: 18px;
        line-height: 30px;
    }
    .banner1 .about h5 {
        font-size: 50px;
    }
    .banner_cen {
        margin-left: -500px;
    }
    .banner2 .banner_cen {
        height: 460px;
        top: 160px;
    }
    .banner2 .left {
        width: 50%;
        height: 330px;
    }
    .banner2 .right {
        width: 50%;
        padding: 20px 20px 0 30px;
    }
    .banner2 .right h3 {
		float: left;
        font-size: 36px;
        padding: 25px 0 0px;
    }
    .banner2 .right h4 {
        font-size: 16px;
        padding-bottom: 15px;
    }
    .banner2 .right .info{
        height: 200px;
    }
    .banner3 .banner_cen {
        top: 140px;
        height: 425px;
    }
    .banner3 .info1 {
        padding: 55px 30px 0 30px;
    }
    .banner3 .info2, .banner3 .info3, .banner3 .info4 {
        padding: 25px 20px 0 25px;
        box-sizing: border-box;
    }
    .banner3 .info_box.info1 .info {
        margin-bottom: 30px;
    }
    .banner3 .info_box .info {
        margin-bottom: 12px;
    }
    .banner4 .banner_cen {
        top: 140px;

    }
    .banner4 ul li {
        height: 230px;
    }
    .banner4 ul li.first .info_box {
        height: 100px;
    }
    .banner4 ul li.first h3 {
        line-height: 40px;
        font-size: 16px;
    }
    .banner4 ul li.other .info_box {
        height: 40px;
    }
    .banner4 ul li.other img {
        height: calc(100% - 40px);
    }
    .banner4 ul li.other h3 {
        line-height: 40px;
    }
    .com_ul {
        height: 170px;
    }
    .cominfo1 .com_con {
        height: 290px;
    }
    .cominfo1 .left {
        padding-top: 10px;
    }
    .com_con .left h3, .cominfo3 .right h3{
        padding-bottom: 15px;
    }
    .enevt li {
        padding: 60px 0;
    }
    .enevt li img {
        width: 180px;
        height: 180px;
    }
    .enevt li .info_con h4 {
        font-size: 32px;
    }
    .enevt li .info_con>span {
        padding: 2px 0 12px;
    }
    .enevt li .info {
        padding: 20px;
    }
    .enevt li .info_con {
        margin-left: -500px;
    }
    .enevt li:nth-child(2n) .info_con {
        margin-right: -500px;
    }
    .honour_box .left .info {
        -webkit-line-clamp: 9;
        height: 225px;
    }
    .honour_ul li{
        height: 200px;
    }
    .organ_con .dot1 {
        left: 531px;
        top: 179px;
    }
    .organ_con .dot2 {
        left: 347px;
        top: 117px;
    }
    .organ_con .dot3 {
        left: 420px;
        top: 173px;
    }
    .organ_con .dot4 {
        left: 379px;
        top: 218px;
    }
    .organ_con .dot5 {
        left: 280px;
        top: 262px;
    }
    .organ_con .dot6 {
        left: 528px;
        top: 224px;
    }
    .organ_con .dot7 {
        left: 531px;
        top: 216px;
    }
    .pro ul li .right{
        height: 310px;
    }
    .newslist .top {
        height: 380px;
    }
    .newslist3 li .img_con {
        height: 182px;
    }
    .develop .right {
        width: 16%;
    }
    .person1 ul li {
        height: 235px;
    }
    .person1 ul li .info_con {
        padding: 50px 20px 0 20px;
    }
    .person1 ul li .info_con h4 {
        font-size: 18px;
        line-height: 40px;
    }
    .person1 ul li .info_con:after {
        top: 20px;
        right: 25px;
    }
    .boon ul li {
        height: 320px;
        padding: 25px 20px 0 20px;
    }
    .boon ul li h4 {
        font-size: 18px;
    }
    .boon ul li span.line {
        margin: 10px 0 8px;
    }
    .boon ul li .info p {
        line-height: 20px;
    }
    .video_ul1 li {
        height: 560px;
    }
    .video_ul2 li img{
        height: 175px;
    }
}
@media screen and (max-width: 1180px){
		    .info p {
				float: left;
		        line-height: 26px;
		        color: #999999;
		        font-size: 14px;
		    }
    .left_share {
        left: 30px;
    }
    .banner1 .about {
        bottom: 30%;
    }
    .breadcrumb {
        right: 30px;
    }
    .banner2 .banner_cen {
        top: 130px;
    }
    .banner3 .banner_cen {
        top: 160px;
    }
    .banner4 .banner_cen {
        top: 130px;
        width: 800px;
        margin-left: -400px;
    }
    .banner4 ul li {
        height: 205px;
    }
    .footer {
        height: 90px;
        padding: 10px 0;
    }
}
@media screen and (max-width: 1024px) {
		    .info p {
				float: left;
		        line-height: 26px;
		        color: #999999;
		        font-size: 14px;
		    }
    .w{
        width: 800px;
    }
    .left_share {
        left: calc(50% - 460px);
    }
    .breadcrumb {
        right:  calc(50% - 470px);
    }
    .banner_cen {
        margin-left: -400px;
    }
    .banner1 .about {
        left: calc(50% - 400px);
        bottom: 40%;
    }
    .banner2 .left {
        height: 300px;
    }
    .banner2 .right {
        padding: 10px 20px 0 30px;
    }
    .banner2 .right .info {
        height: 175px;
        display: -webkit-box;
        text-overflow: ellipsis;
        -webkit-box-orient: vertical;
        -moz-box-orient: vertical;
        -o-box-orient: vertical;
        -webkit-line-clamp: 7;
    }
    .banner2 .right h3 {
        font-size: 36px;
    }
    .banner3 .banner_cen {
        top: 180px;
        height: 350px;
    }
    .banner3 .info1 {
        padding: 30px 20px 0 20px;
    }
    .banner3 .info_box h4 {
        font-size: 16px;
        padding-bottom: 10px;
    }
    .banner3 .info2, .banner3 .info3, .banner3 .info4 {
        padding: 20px 10px 0 15px;
    }
    .banner3 .info_box.info1 .info {
        margin-bottom: 18px;
    }
    .banner3 .title {
        font-size: 22px;
        top: 3%;
        line-height: 40px;
    }
    .banner4 .banner_cen {
        top: 160px;
    }
    .cominfo1 {
        padding: 40px 0;
    }
    .cominfo1 .com_con {
        height: 240px;
    }
    .cominfo1 .left .info {
        height: 150px;
        -webkit-line-clamp: 6;
    }
    .com_con .left h3, .cominfo3 .right h3 {
        font-size: 18px;
        line-height: 26px;
    }
    .com_ul {
        height: 140px;
    }
    .com_ul li {
        padding: 0 30px;
    }
    .com_ul li span {
        margin: 12px 0 3px;
    }
    .com_ul li p {
        line-height: 22px;
    }
    .cominfo2 {
        padding: 45px 0;
    }
    .cominfo3 .com_con {
        height: 220px;
    }
    .cominfo3 .left .info {
        height: 175px;
        -webkit-line-clamp: 7;
    }
    .com_con .right {
        width: 52%;
        height: 100%;
    }
    .cominfo3 .right .info {
        -webkit-line-clamp: 5;
        height: 125px;
    }
    .cominfo3 .right h3 {
        line-height: 20px;
        padding-bottom: 10px;
    }
    .enevt li img {
        width: 130px;
        height: 130px;
    }
    .enevt li .info_con h4 {
        font-size: 28px;
    }
    .enevt li .info_con>span {
        padding: 2px 0 10px;
    }
    .enevt li .info {
        padding: 15px;
    }
    .enevt li .info_con {
        margin-left: -400px;
        font-size: 12px;
        top: 30px;
    }
    .enevt li:nth-child(2n) .info_con {
        margin-right: -400px;
        top: 30px;
    }
    .honour_box .left {
        padding-top: 0px;
    }
    .honour_ul li {
        height: 158px;
    }
    .organ_con .dot1 {
        left: 423px;
        top: 137px;
    }
    .organ_con .dot2 {
        left: 270px;
        top: 90px;
    }
    .organ_con .dot3 {
        left: 336px;
        top: 137px;
    }
    .organ_con .dot4 {
        left: 301px;
        top: 171px;
    }
    .organ_con .dot5 {
        left: 221px;
        top: 209px;
    }
    .organ_con .dot6 {
        left: 420px;
        top: 177px;
    }
    .organ_con .dot7 {
        left: 421px;
        top: 170px;
    }
    .pro ul li .left{
        width: 48%;
    }

    .pro ul li .left .title span {
        margin: 15px 0 10px;
    }
    .pro ul li .right {
        height: 250px;
        margin-top: 56px;
    }
    .newslist .top {
        height: 300px;
    }
    .newslist3 li .img_con {
        height: 147px;
    }
    .newslist3 li .info_con {
        padding: 15px 10px 15px 80px;
    }
    .newslist3 li .info_con span.time {
        padding-right: 10px;
        top: 21px;
    }
    .newslist3 li .info_con span.time .day {
        font-size: 18px;
    }
    .develop {
        padding: 40px 0;
    }
    .develop .right {
        width: 19%;
    }
    .person1 ul li .info_con:after{
        display: none;
    }
    .person1 ul li {
        height: 190px;
    }
    .person1 ul li .info_con {
        padding: 7px 20px 0 20px;
    }
    .person1 ul li .info_con h4 {
        font-size: 16px;
        line-height: 34px;
    }
    .person1 ul li .info_con .info {
        font-size: 12px;
    }
    .boon ul li {
        height: 300px;
        padding: 20px 15px 0 15px;
    }
    .boon ul li .info p {
        line-height: 18px;
        font-size: 12px;
    }
    .video_ul1 li {
        height: 450px;
    }
    .video_ul2 li img{
        height: 140px;
    }
}
@media screen and (max-width: 768px) {
	    .info p {
			float: left;
	        line-height: 26px;
	        color: #999999;
	        font-size: 14px;
	    }
				.banner5 .title h5 {
				    line-height: 24px;
				}
		.banner3 .title h5 {
		    line-height: 24px;
		}
	.de_img {
	    float: left;
	    width: 100%; 
	    display: flex;
	    align-items: center;
	    justify-content: center;
	}
		.de_data {
		margin-top: 20px;
		margin-left: 0px;
		float: left;
	    width: 100%; 
	}
		.de_data h1 {
	    font-size: 24px;
	    color: #192c74;
	    font-weight: normal;
	    border-bottom: #dedede dashed 1px;
	    padding-bottom: 20px;
	}
		.de_data_class {
	    border-bottom: #dedede dashed 1px;
	    font-size: 14px;
	    color: #666;
	    line-height: 45px;
	    width: 600px;
	    display: block;
	}
		.de_data>p {
	    font-size: 14px;
	    color: #666;
	    margin: 20px 0;
	}
		.service-line {
	    border-top: #e7e4e4 dashed 1px;
	    font-size: 14px;
	    color: #666;
	    width: 100%;
	    display: block;
	    margin-top: 40px;
	    padding-top: 20px;
	}
	.page_new .info{
	    margin: 10px 0 30px;
	}
	.page_new .next_box{
	    line-height: 60px;
	    border-top: 1px solid #e5e5e5;
	}
	.page_new .next_box span{
	    position: relative;
	}
	.page_new .next_box span.per{
	    padding-left: 20px;
	}
	.page_new .next_box span.next{
	    padding-right: 20px;
	}
	.page_new .next_box span:after{
	    content: "";
	    display: block;
	    position: absolute;
	    width: 16px;
	    height: 16px;
	    top: 22px;
	}
	.page_new .next_box span.per:after{
	    background: url(//filecdn.ify.cn/skin/style555/img/per.png) no-repeat;
	    left: 0;
	
	}
	.page_new .next_box span.next:after{
	    background: url(//filecdn.ify.cn/skin/style555/img/next.png) no-repeat;
	    right: 0;
	
	}
			.pro-lists {
			padding: 15px 15px;
			width: 93%;
		}
			.technical-list {
		    width: 100%;
		    float: left;
		    margin-top: 20px;
		}
			.technical-list ul li {
		    width: 100%;
		    background: url(img/arrow.png) no-repeat left center;
		    padding-left: 30px;
		    position: relative;
		    float: left;
		    height: 55px;
		    line-height: 55px;
		    border-bottom: #dedede solid 1px;
		}
			.technical-time{
				display: none;
			}
			.pro-list ul{
			width: 100%;
			float: left;
			margin-top: 40px;
		}
		.pro-list ul li{
		    position: relative;
		    float: left;
		    width: 50%;
			text-align: center;
		    box-sizing: border-box;
		}
		.pro-list ul li img{
			border: #dedede solid 1px;
			width: 94%;
		}
		.pro-list ul li p{
			width: 100%;
			line-height: 45px;
			height:45px;
			text-align: center;
		}
	/*------------------------------*/
		.pro-list ul{
		width: 100%;
		float: left;
		margin-top: 40px;
	}
	.pro-list ul li{
	    position: relative;
	    float: left;
	    width: 50%;
		text-align: center;
	    box-sizing: border-box;
	}
	.pro-list ul li img{
		border: #dedede solid 1px;
		width: 94%;
	}
	.pro-list ul li p{
		width: 100%;
		line-height: 45px;
		height:45px;
		text-align: center;
	}
	.pro-lists {
		padding: 15px 15px;
		width: 93%;
	}
		.technical-list {
	    width: 100%;
	    float: left;
	    margin-top: 20px;
	}
		.technical-list ul li {
	    width: 100%;
	    background: url(img/arrow.png) no-repeat left center;
	    padding-left: 30px;
	    position: relative;
	    float: left;
	    height: 55px;
	    line-height: 55px;
	    border-bottom: #dedede solid 1px;
	}
		.technical-time{
			display: none;
		}
    .w{
        width: auto;
        margin: 0;
        padding: 0 15px;
    }
    .block-xs{
        display: block;
    }
    .hidden-xs{
        display: none;
    }
    .logo {
        padding-top: 18px;
        width: 215px;
        height: 33px;
        background-size: 100% 100%;
        background-origin: content-box;
    }
    #menu_trigger_button {
        margin-top: 0px;
    }
    .menu_all {
        padding-top: 10px;
    }
    .menu_btn {
        padding: 20px 0px 36px 10px;
    }
    .cn_en .cnen_icon {
        padding-top: 0px;
    }
    .cn_en dl {
        bottom: -15px;
    }
    .banner1 .about {
        left: 15px;
        bottom: calc(50% - 80px);
        -webkit-transition: all 3s;
        -moz-transition: all 3s;
        -ms-transition: all 3s;
        -o-transition: all 3s;
        transition: all 3s;
    }
    .banner1 .about h5 {
        font-size: 34px;
        letter-spacing: 1px;
    }
    .banner1 .about h4 {
        font-size: 16px;
        width: 190px;
    }
    .banner .swiper-button-next1{
        width: 70px;
        height: 80px;
        top: auto;
        right: calc(50% - 35px);
    }
    .fixnav.current .logo {
        background-size: 100% 100%;
        background-origin: content-box;
    }
    .banner_cen {
        width: 100%;
        box-sizing: border-box;
        margin-left: 0px;
        left: 0;
    }
    .banner2 .banner_cen {
        top: 100px;
    }
    .banner2 .left {
        width: 100%;
        height: 225px;
        padding: 20px 20px 15px 20px;
    }
    .banner2 .right {
        width: 100%;
        padding: 20px 10px 0 10px;
    }
    .banner2 .right h3 {
		float: left;
        font-size: 36px;
        padding: 15px 0 4px;
    }
    .banner2 .right .info {
        height: 150px;
        -webkit-line-clamp: 6;
    }
    .banner3 .banner_cen {
        top: 90px;
        height: 500px;
        padding: 0;
        margin: 0 15px;
        width: calc(100% - 30px);
    }
    .banner3 .pro1 {
        width: 50%;
        height: 33.333%;
    }
    .banner3 .pro2 {
        width: 25%;
        height: 33.3333%;
        bottom: 0;
        left: 0%;
    }
    .banner3 .pro3 {
        width: 50%;
        height: 33.3333%;
        top: 33.3333%;
        right: 0;
    }
    .banner3 .pro4 {
        width: 25%;
        height: 33.3333%;
        top: 66.6666%;
        right: 25%;
    }
    .banner3 .info1 {
        width: 50%;
        height: 33.333%;
        left: 50%;
        padding: 15px 15px 0 15px;
    }
    .banner3 .info_box.info1 .info {
        display: -webkit-box;
        text-overflow: ellipsis;
        -webkit-box-orient: vertical;
        -moz-box-orient: vertical;
        -o-box-orient: vertical;
        -webkit-line-clamp: 3;
    }
    .banner3 .info2 {
        width: 25%;
        height: 33.3333%;
        bottom: 0;
        left: 25%;
    }
    .banner3 .info3 {
        width: 25%;
        height: 33.3333%;
        top: 66.666%;
        right: 0%;
    }
    .banner3 .info4 {
        width: 50%;
        height: 33.3333%;
        top: 33.3333%;
        right: 50%;
    }
    .banner4 .banner_cen {
        top: 100px;
        width: 100%;
        box-sizing: border-box;
        margin-left: 0;
    }
    .banner4 ul li {
        height: 160px;
        margin-bottom: 2%;
    }
    .banner4 ul li.first {
        width: 100%;
    }
    .banner4 ul li.other:nth-child(4),
    .banner4 ul li.other:nth-child(5){
        display: none;
    }
    .banner4 ul li.other {
        width: 49%;
        margin-left: 0;
    }
    .banner4 ul li.other:nth-child(3) {
        margin-left: 2%;
    }
    .banner4 .title {
        display: block;
    }

    .footer {
        height: auto;
        padding: 0;
    }
    .footer .footer_con {
        padding-left: 0;
        padding-top: 0;
    }
    .footer .footer_con p {
        line-height: 36px;
    }
    .footer .footer_con:after{
        display: none;
    }
    #menu_trigger_button.active {
        margin-top: -3px;
    }
    .menu_box nav.pc_meum {
        padding: 0;
    }
    .menu_box nav ul {
        height: auto;
        padding-top: 85px;
    }
    .menu_box nav li {
        float: none;
        width: 100%;
        border-right: none;
        border-bottom: 1px solid rgba(255,255,255,0.15);
        height: auto;
        padding-top: 0;
    }
    .menu_box nav li:first-child {
        border-left: none;
        border-top: 1px solid rgba(255,255,255,0.15);
    }
    .menu_box nav li>a {
        line-height: 50px;
    }
    .menu_box nav .hide_meum{
        display: none;
        -moz-transition: inherit;
        -ms-transition: inherit;
        -webkit-transition: inherit;
        -o-transition: inherit;
        transition: inherit;
    }
    .menu_box nav .hide_meum>dd a {
        line-height: 42px;
    }
    .menu_box nav .nav_b {
        left: 15px;
    }
    .menu_box nav .nav_share {
        right: 15px;
    }
    .fixnav.inner_nav .menu_btn {
        padding: 21px 0px 12px 10px;
    }
    .fixnav.inner_nav .cn_en .cnen_icon {
        padding: 54px 10px 0px;
    }
    .fixnav.inner_nav .logo {
        padding-top: 12px;
    }
    .cn_en dl{
        left: -36px;
    }
    .inner .left_menu li a {
         line-height: 36px;
     }

    .column_title .w {
        padding-top: 50px;
    }
    .column_title i {
        top: 30px;
        left: 15px;
        font-size: 28px;
    }
    .column_title h3 {
        font-size: 20px;
    }
    .cominfo1 .com_con {
        height: auto;
    }
    .com_con .right {
        width: 100%;
    }
    .com_con .left {
        width: 100%;
        padding-top: 25px;
    }
    .cominfo1 .left .info {
        height: auto;
        -webkit-line-clamp: inherit;
    }
    .com_ul {
        height: auto;
    }
    .com_ul li {
        height: 150px;
        width: 49%;
        padding: 0 15px;
        margin-right: 2%;
        margin-bottom: 2%;
    }
    .com_ul li:nth-child(2n){
        margin-right: 0;
    }
    .cominfo2 {
        padding: 25px 0;
    }
    .cominfo2 .title h4, .cominfo3 .title h4 {
        font-size: 20px;
    }
    .cominfo2 .title span, .cominfo3 .title span {
        margin: 10px 0 7px;
    }
    .cominfo2 .title h5 {
         font-size: 15px;
     }
    .cominfo2 img {
        margin-top: 20px;
    }
    .cominfo3 .title {
        padding-bottom: 0px;
    }
    .cominfo3 .com_con {
        height: auto;
    }
    .com_con .left {
        padding-top: 10px;
        border-bottom: 1px solid #ccc;
        margin-bottom: 20px;
        padding-bottom: 10px;
    }
    .cominfo3 .left .info {
        height: auto;
        -webkit-line-clamp: inherit;
    }
    .cominfo3 .right .img_con {
        width: 100%;
        text-align: center;
    }
    .cominfo3 .right .img_con img {
        width: 50%;
    }
    .cominfo3 .right .info_con {
        width: 100%;
    }
    .cominfo3 .right h3{
        padding-top: 10px;
    }
    .cominfo3 .right h3,.cominfo3 .right h5 {
        text-align: center;
        padding-left: 0;
        text-align: center;
    }
    .cominfo3 .right h3:after{
        display: none;
    }
    .cominfo3 .right .info {
        -webkit-line-clamp: inherit;
        height: auto;
        margin-bottom: 40px;
    }
    .enevt {

    }
    .enevt li {
        text-align: left;
        padding: 100px 15px;
    }

    .enevt li img {
        width: 80px;
        height: 80px;
    }

    .enevt li .img_con span {
        left: 40px;
        margin: -15px 0 0 -15px;
        width: 30px;
        line-height: 30px;
        font-size: 12px;
    }
    .enevt li .info_con {
        margin-left: 0px;
        left: 115px;
        text-align: left;
        width: calc(100% - 130px);
    }
    .enevt li .info {
        padding: 5px;
    }
    .enevt li .info:after {
        right: auto;
        border-left: 15px solid transparent;
        border-right: 20px solid #f2f2f2;
        left: -28px;
    }
    .enevt li:nth-child(2n) .info_con {
        margin-right: 0;
        top: 30px;
        right: auto;
        left: 115px;
    }
    .honour_box .left .info {
        -webkit-line-clamp: inherit;
        height: auto;
    }
    .honour_ul li {
        width: 31.5%;
        margin-right: 2.75%;
    }
    .honour_ul li:nth-child(3n){
        margin-right: 0;
    }
    .organ_con .dot{
        display: none;
    }
    .pro ul li .right {
        height: auto;
        margin-top: 0;
        width: 100%;
    }
    .pro ul li .left {
        width: 100%;
        margin-top: 25px;
    }
    .pro ul li:nth-child(1) .left .info {
        height: auto;
        -webkit-line-clamp: inherit;
    }
    .pro ul li:first-child .lookmore {
        display: none;
    }

    .newslist .top {
        height: 200px;
    }
    .newslist1 {
        width: 100%;
        margin-bottom: 6px;
    }
    .newslist2 {
        width: 100%;
        height: 600px;
    }
    .newslist2 li {
        height: 32.5%;
        margin-bottom: 6px;
    }
    .newslist3 li {
        width: 49%;

        margin-top: 15px;
    }
    .newslist3 li:nth-child(3n),
    .newslist3 li:nth-child(2n){
        margin-right: 0;
    }
    .newslist3 li:nth-child(2n-1){
        margin-right: 2%;
    }
    .newslist3 li .img_con {
        height: 100px;
    }
    .newslist3 li .info_con h4 {
        line-height: 20px;
    }
    .newslist3 li .info_con {
        padding: 10px 5px 10px 55px;
    }
    .newslist3 li .info_con span.time {
        padding-right: 5px;
        top: 14px;
        left: 5px;
    }
    .newslist3 li .info_con span.time .day {
        font-size: 14px;
    }
    .pageing {
        margin: 30px 0;
    }
    .page_new {
        padding: 30px 0 15px;
    }
    .page_new h3.title {
        line-height: 26px;
    }
    .develop .left {
        width: 100%;
    }
    .develop .left h3 {
        font-size: 18px;
    }
    .develop .left h4 {
        line-height: 28px;
        padding: 24px 0 10px;
        font-size: 16px;
    }
    .develop .right {
        width: 100%;
    }
    .develop .right li {
        width: 170px;
        left: 50%;
        margin-left: -85px;
    }
    .person {
        padding: 30px 0;
    }
    .person1 ul li {
        height: auto;
        width: 100%;
        margin-right: 0;
        margin-bottom: 10px;
    }
    .person1 ul li:nth-child(3n){
        margin-right: 0;
    }
    .person1 ul li .info_con {
        padding: 66px 20px 20px 20px;
    }
    .person1 ul li .info_con:after{
        display: block;
    }
    .person1 ul li .info_con .info {
        font-size: 14px;
    }
    .table_div .title_h3, .table_div .title_h5 {
        padding-left: 10px;
    }
    .table_div .dedai {
        padding: 10px 10px;
    }
    .table_div .title_h5 {
        line-height: 30px;
    }
    .table_div .title_h3 span:nth-child(1),
    .table_div .title_h3 span:nth-child(2),
    .table_div .title_h5 span:nth-child(1),
    .table_div .title_h5 span:nth-child(2){
        width: 40%;
    }
    .table_div .title_h3 span:nth-child(4),
    .table_div .title_h5 span:nth-child(4){
        width: 20%;
    }
    .boon ul{
        padding: 0 20px;
    }
    .boon ul li {
        width: 100%;
        height: 380px;
        margin-right: 0%;
        margin-bottom: 15px;
        padding: 50px 40px 0 40px;
    }
    .boon ul li h4{
        font-size: 20px;
    }
    .boon ul li span.line{
        margin: 14px 0 12px;
    }
    .boon ul li .info p{
        line-height: 24px;
        font-size: 14px;
    }
    .contact .left ,
    .contact .right {
        width: 100%;
    }
    .contact .right{
        padding-top: 20px;
    }
    .download ul li {
        padding-left: 25px;
    }
    .download ul li:after {
        left: 6px;
    }
    .video_ul1 li{
        height: 195px;
    }
    .videolist ul li:after {
        width: 40px;
        height: 40px;
        margin: -20px 0 0 -20px;
        background-size: 100% 100%;
    }
    .video_ul1 li h4 {
        font-size: 16px;
    }
    .video_ul2 li img {
        height: 60px;
    }
    .video_ul2 li h4 {
        line-height: 34px;
    }
    .videolist .video_ul2 li:after {
        width: 24px;
        height: 24px;
        margin: -31.5px 0 0 -12px;
    }
  .search_con {
    padding: 20px 0;
}
}
@media screen and (max-width: 320px){
		    .info p {
				float: left;
		        line-height: 26px;
		        color: #999999;
		        font-size: 14px;
		    }
    .banner1 .about h5 {
        font-size: 30px;
    }
    .banner2 .left {
        height: 159px;
        padding: 15px 15px 15px 15px;
    }
    .banner3 .banner_cen {
        top: 80px;
        height: 450px;
    }
    .banner3 .info_box h4 {
        font-size: 14px;
    }
    .banner4 .banner_cen {
        top: 80px;
    }
}) no-repeat;
    background-size: 100% 100%;
}
.banner2 .banner_cen{
    height: 630px;
    top: 200px;
}
.banner2 .left{
    padding: 160px 0px 10px 30px;
}
.banner2 .left_con,
.banner2 .left_con img{
    width: 100%;
    height: 100%;
}
.banner2 .left_con h3{
    color: #222;
    font-size: 76px;
    margin: 18% 0 9%;
}
.banner2 .left_con .info{
    -webkit-line-clamp: 9;
}
.banner2 .right{
    width: 45%;
    color: #3f3a39;
    padding: 40px 0 0 50px;
    box-sizing: border-box;

}
.banner2 .right .line_icon{
    width: 50px;
    height: 1px;
    background: #3f3a39;
}
.banner2 .right h3{
	float: left;
    font-size: 36px;
	line-height: 165px;
}
.banner2 .right h4{
    font-size: 20px;
    font-family: cursive;
    padding-bottom: 30px;
}
.banner2 .b_ul{
    width: 100%;
    position: absolute;
    bottom: 0;
    left: 0;

}
.banner2 .b_ul li{
    float: left;
    width: 23%;
    border-top: 2px solid #192c74;
    margin-right: 2.66666%;
    color: #192c74;
}
.banner2 .b_ul li:last-child{
    margin-right: 0;
}
.banner2 .b_ul li h5{
    font-size: 16px;
    font-weight: 700;
    padding: 15px 0 10px;
}
.banner2 .b_ul li .info{
    opacity: 0.75;
}
.banner2-about-nian {
	float: left;
	width:100%;
	overflow: hidden;
}
.banner2-about-nian span{
	float: left;
	padding-top: 25px;
	font-size: 16px;
	font-weight: bold;
	color: #f2914a;
	text-transform: uppercase;
}
.banner2-about-nian p{
	float: left;
	color: #f2914a;
	padding-left: 10px;
	font-size: 45px;
	font-weight: bold;
}
.banner2-about-more{
	width:100%;
	float: left;
	overflow: hidden;
}
.banner2-about-more img{
	float: left;
	width: 2.75rem;
	height: 2.9375rem;
}
.banner2-about-more p{
	float: left;
	font-size: 16px;
	color: #000;
	line-height: 45px;
	margin-left: -15px;
}
/*第三屏*/

.banner3{
    background: url(img/banner3.jpg) no-repeat;
    background-size: 100% 100%;
    color: #fff;
}
.banner3 .banner_cen{
    top: 160px;
    height: 546px;
}
.banner3 .title{
    font-size: 24px;
    font-weight: 700;
    text-align: right;
    position: absolute;
    top: 7%;
    right: 0;
    color: #fff;
    line-height: 42px;
}
/*.banner3 .pro_img{
    position: absolute;

}
.banner3 .pro_img img{
    width: 100%;
    height: 100%;
}
.banner3 .info_box{
    color: #fff;
    position: absolute;
}
.banner3 .info_box h4{
    font-size: 18px;
    padding-bottom: 18px;
}
.banner3 .info_box .info{
    opacity: 0.7;
    margin-bottom: 50px;
}
.banner3 .info_box .add_icon{
    width: 16px;
    height: 16px;
    background: url(//filecdn.ify.cn/skin/style555/img/add_icon.png) no-repeat;
    background-size: 100% 100%;
    -webkit-transition: All 1s ease-in-out;
    -ms-transition: All 1s ease-in-out;
    -moz-transition: All 1s ease-in-out;
    -o-transition: All 1s ease-in-out;
    transition: All 1s ease-in-out;

}
.banner3 .info_box:hover .add_icon{
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
}

.banner3 .pro1{
    width: 28.4%;
    height: 66.666%;
    top: 0;
    left: 0;
}
.banner3 .pro2{
    width: 14.2%;
    height: 33.3333%;
    bottom: 0;
    left: 42.6%;
}
.banner3 .pro3{
    width: 14.4%;
    height: 33.3333%;
    top: 0;
    right: 28.8%;
}
.banner3 .pro4{
    width: 14.4%;
    height: 33.3333%;
    top: 33.3333%;
    right: 14.4%;
}
.banner3 .info1{
    width: 28.4%;
    height: 66.666%;
    top: 0;
    left: 28.4%;
    background: #1a2c74;
    padding: 90px 30px 0 40px;
    box-sizing: border-box;
}
.banner3 .info2,
.banner3 .info3,
.banner3 .info4{
    padding: 40px 25px 0 30px;
    box-sizing: border-box;
}
.banner3 .info2{
    width: 14.2%;
    height: 33.3333%;
    bottom: 0;
    left: 28.4%;
    background: #204d9e;

}
.banner3 .info3{
    width: 14.4%;
    height: 33.3333%;
    top: 33.3333%;
    right: 28.8%;
    background: #106fc9;
}

.banner3 .info4{
    width: 14.4%;
    height: 33.3333%;
    bottom: 0;
    right: 0;
    background: #0092db;
}*/
/**/
.banner3 .title{
    font-size: 45px;
    color: #333333;
    text-align: center;
    position: relative;
    padding-bottom: 30px;
}
.banner3 .title:after{
    display: block;
    content: "";
    width: 4px;
    height: 45px;
    position: absolute;
    top: 1px;
    left: calc(50% - 70px);
}
.banner3 .title h5{
	width: 100%;
	text-align: center;
	 color: #999999;
	 	line-height: 100px;
	 font-size: 14px;
}




/*第四屏*/
.banner4{
    background: url(img/banner4.jpg) no-repeat;
}
.banner4 .banner_cen{
    top: 160px;
}
.banner4 .title{
    font-size: 45px;
    color: #333333;
    text-align: center;
    position: relative;
    padding-bottom: 30px;
}
.banner4 .title:after{
    display: block;
    content: "";
    width: 4px;
    height: 45px;
    position: absolute;
    top: 1px;
    left: calc(50% - 70px);
}
.banner4 .title h5{
	width: 100%;
	text-align: center;
	 color: #999999;
	 	line-height: 100px;
	 font-size: 14px;
}
.banner4 ul{
	width:100%;
	float: left;
	overflow: hidden;
}
.banner4 ul li{
	background: url(img/line.jpg) no-repeat left top;
    float: left;
    height: 125px;
    color: #333;
	line-height: 24px;
	width: 29.33%;
	font-size: 12px;
	padding-right: 1%;
	padding-right: 3%;
    margin-bottom: 5%;
}
.banner4 ul li p{
	float: left;
	padding-left:30px;
	margin-bottom:15px ;
}
.banner4 ul li span{
	float: left;
	margin-left: 30px;
	width: 6.375rem;
	height: 30px;
	line-height: 30px;
	border: 1px solid #f2914a;
	border-radius: 50px;
	padding-left: 25px;
	color: #f2914a;
	font-weight: bold;
	position: relative;
}
.banner4 ul li span img{
	position: absolute;
	right:20px;
	top:12px;
}
/*
.banner4 ul li{
    float: left;
    height: 125px;
    margin-bottom: 1.25%;
}
.banner4 ul li.first{
    width: 66.25%;
    overflow: hidden;
}
.banner4 ul li.first a,
.banner4 ul li.first img{
    width: 100%;
    height: 100%;
}
.banner4 ul li.first:hover img{
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1);
}
.banner4 ul li.first .info_box{
    padding: 0 15px;
    height: 134px;
    width: 100%;
    box-sizing: border-box;
    position: absolute;
    bottom: 0px;
    color: #fff;
}
.banner4 ul li.first h3{
    line-height: 56px;
    font-size: 18px;
}
.banner4 ul li.first .info{
    opacity: 0.8;
}
.banner4 ul li.other{
    width: 32.5%;
    margin-left: 1.25%;
}
.banner4 ul li.other a{
    width: 100%;
    height: 100%;
}
.banner4 ul li.other img{
    width: 100%;
    height: calc(100% - 56px);
}
.banner4 ul li.other:nth-child(3){
    margin-left: 0%;
}
.banner4 ul li.other .info_box{
    padding: 0 15px;
    height: 56px;
    width: 100%;
    box-sizing: border-box;
    position: absolute;
    bottom: 0px;
    background: #fff;
    overflow: hidden;
}
.banner4 ul li.other:hover .info_box{
    height: 134px;
}
.banner4 ul li.other h3{
    color: #000;
    line-height: 56px;

}
.banner4 ul li.other .info{
    color: #8d8d8d;
}*/
/*第五屏*/
.banner5{
    background: url(img/banner5.jpg) no-repeat;
    background-size: 100% 100%;
    color: #fff;
}
.banner5 .banner_cen{
    top: 160px;
}
.banner5 .title{
    font-size: 45px;
    color: #333333;
    text-align: center;
    position: relative;
    padding-bottom: 30px;
}
.banner5 .title:after{
    display: block;
    content: "";
    width: 4px;
    height: 45px;
    position: absolute;
    top: 1px;
    left: calc(50% - 70px);
}
.banner5 .title h5{
	width: 100%;
	text-align: center;
	 color: #999999;
	 	line-height: 100px;
	 font-size: 14px;
}
.banner5 ul{
	color: #676767;
	width:100%;
	float: left;
	overflow: hidden;
	margin-top: 50px;
}
.banner5 ul li{
	width:25%;
	float: left;
	text-align: center;
}
.banner5 ul li p{
	width:100%;
	float: left;
	text-align: center;
}
.banner5-zhanwang{
	width: 80%;
	margin-left: 10%;
	margin-right: 10%;
	overflow: hidden;
	text-align: center;
	padding-top: 100px;
}
.banner5-zhanwang h1{
	font-size: 18px;
    width: 100%;
    text-align: center;
	color: #333333;
	line-height: 1.5rem;
}
.banner5-zhanwang h2{
	width: 100%;
	text-align: center;
	font-size: 13px;
	color: #999999;
	line-height: 1.5rem;
}
.banner5-zhanwang p{
	width: 100%;
	text-align: center;
	font-size: 14px;
	color: #999999;
	line-height: 1.5rem;
}
/*底部*/
.footer{
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100px;
    background: #333333;
    padding: 15px 0;
    box-sizing: border-box;
    z-index: 999;
    display: none;
}
.footer .footer_con{
    padding-left: 160px;
    padding-top: 35px;
    position: relative;
}
.footer .footer_con:after{
    position: absolute;
    left: 0;
    top: 15px;
    content: "";
    display: block;
    background: url(img/logo_f.png) no-repeat;
    width: 143px;
    height: 45px;
}
.footer .footer_con h4{
    color: #fff;
    opacity: 0.7;
    padding-bottom: 13px;
}
.footer .footer_con h4 a{
    padding-right: 15px;
}
.footer .footer_con p{
    color: #7d7d7d;
}
.footer.inner_footer{
    display: block;
    position: static;
}
/*内页-关于我们*/
.block-xs{
    display: none;
}
.fixnav.inner_nav{
    position: relative;
}
.fixnav.inner_nav .logo {
    padding-top: 17px;
}
.fixnav.inner_nav .menu_all {
    padding-top: 20px;
}
.fixnav.inner_nav .menu_ul li a {
    padding: 40px 20px 15px;
}
.fixnav.inner_nav .search .search_icon {
    width: 0;
    height: 0;
    padding: 40px 10px 7px 20px;
}
.fixnav.inner_nav .cn_en .cnen_icon {
    width: 0;
    height: 0;
    padding: 40px 10px 7px;
}
.fixnav.inner_nav .menu_btn {
    padding: 15px 0px 5px 10px;
}
.fixnav.inner_nav .cn_en dl,
.fixnav.inner_nav .search .search_box {
    bottom: -30px;
}
.inner{
    width: 100%;
    position: relative;
}
.inner img{
    width: 100%;
}
.inner .left_title{
    position: absolute;
    left: 0;
    bottom: 3px;
    width: 100%;
}
.inner .left_menu ul:after {
    display: block;
    height: 0;
    line-height: 0;
    content: "";
    visibility: hidden;
    clear: both;
}
.inner .left_menu ul{
    zoom: 1;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
}
.inner .left_menu li {
    flex: 1;
}
.inner .left_menu li a{
    width: 100%;
    line-height: 40px;
    box-sizing: border-box;
    border-right: 1px solid rgba(0,0,0,0.1);
    background: rgba(242,242,242,0.9);
    text-align: center;
    color: #000;
}
.inner .left_menu li:last-child a{
    border-right: 0;
}
.inner .left_menu li a.on{
    background: #192c74;
    color: #fff;
}
/*------------------产品------------------*/
.pro-lists{
    margin: 0 auto;
    height: 100%;
	width: 1280px;
	overflow: hidden;
}
.pro-list{
	width: 100%;
	float: left;
	margin-bottom: 35px;
	overflow: hidden;
}
.pro-list h3 a {
    color: #192c74;
    border-bottom: 2px solid #192c74;
}
.pro-list h3 {
    font-size: 18px;
    font-weight: 500;
    line-height: 50px;
	border-bottom: 1px solid #e5e5e5;
}
.pro-list ul{
	width: 100%;
	float: left;
	margin-top: 40px;
}
.pro-list ul li{
    position: relative;
    float: left;
    width: 25%;
    box-sizing: border-box;
}
.pro-list ul li img{
	border: #dedede solid 1px;
	width: 300px;
}
.pro-list ul li p{
	width: 100%;
	line-height: 45px;
	height:45px;
	text-align: center;
}
/*------------------产品详情------------------*/
.de_tit {
    overflow: hidden;
}
.de_img {
	float: left;
    width: 576px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.de_data {
    margin-left: 20px;
    width: 648px;
	float: right;
}
.de_data h1 {
font-size: 30px;
	 color: #192c74;
    font-weight: normal;
    border-bottom: #e7e4e4 dashed 1px;
    padding-bottom: 30px;
}
.service-line {
    border-top: #e7e4e4 dashed 1px;
    font-size: 16px;
    color: #666;
    width: 600px;
    display: block;
    margin-top: 80px;
    padding-top: 20px;
}
.service-line-left {
    float: left;
}
.service-line-right {
    float: right;
    padding-top: 30px;
}
.de_data_class {
    border-bottom: #e7e4e4 dashed 1px;
    font-size: 16px;
    color: #666;
    line-height: 65px;
    width: 600px;
    display: block;
}
.de_data>p {
    font-size: 16px;
    color: #666;
    margin: 25px 0;
}
.de_pro {
    margin-top: 20px;
}
.de_text {
    padding: 20px 0;
    font-size: 14px;
    color: #666;
    min-height: 300px;
}
.de_data div a {
    float: right;
    display: block;
    width: 100px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    font-size: 14px;
    color: #fff;
    background: #D82E27;
}
.de_pro h2 {
    width: 111px;
    height: 44px;
    line-height: 44px;
    color: #fff;
    background: #666;
    text-align: center;
    font-size: 16px;
    font-weight: normal;
}
.de_pro h1 {
    border-bottom: 1px solid #F4F4F4;
}

/*栏目标题*/
.column_title .w{
    position: relative;
    padding-top: 78px;
}
.column_title h3{
    position: relative;
    z-index: 2;
    color: #192c74;
    font-size: 26px;
    font-weight: 700;
}
.column_title i{
    position: absolute;
    top: 50px;
    left: 0;
    z-index: 1;
    color: #192c74;
    opacity: 0.15;
    font-size: 42px;
    font-weight: 700;
}
.column_title h4{
    color: #192c74;
}
.column_title h4 span,
.column_title h4 a{
    color: #666;
}
/*公司简介*/
.com_con .left{
    width: 100%;
    height: 100%;
    box-sizing: border-box;
}
.com_con .right{
    width: 50%;
    height: 100%;
}
.com_con .left h3,
.cominfo3 .right h3{
    padding-left: 30px;
    color: #192c74;
    position: relative;
    font-size: 20px;
    font-weight: 700;
    line-height: 30px;
    padding-bottom: 30px;
}
.com_con .left h3:after,
.cominfo3 .right h3:after{
    content: "";
    display: block;
    position: absolute;
    left: 0;
    top: 13px;
    width: 18px;
    height: 2px;
    background: #192c74;
}
.cominfo1{
    padding: 60px 0;

}
.cominfo1 .com_con{
    height: 350px;
}

.cominfo1 .left{
    padding-top: 25px;
}

.cominfo1 .left .info{
    height: 200px;
    -webkit-line-clamp: 8;
}

.cominfo1 .right img{
    width: 100%;
    height: 100%;
}
.videoimg{
    position: relative;

}
.videoimg .video_btn{
    position: absolute;
    width: 40px;
    height: 40px;
    background: url(//filecdn.ify.cn/skin/style555/img/video_icon.png) no-repeat;
    background-size: 100% 100%;
    top: 50%;
    left: 50%;
    margin: -20px 0 0 -20px;

}
.videoimg .video_box{
    display: none;
}
.com_ul{
    height: 200px;
    margin-top: 40px;
}

.com_ul li{
    float: left;
    display: table;
    width: 24%;
    height: 100%;
    padding: 0 55px;
    box-sizing: border-box;
    margin-right: 1.333%;
    color: #fff;

}
.com_ul li:first-child{
    background: url(//filecdn.ify.cn/skin/style555/img/comli1.jpg) no-repeat;
    background-size: 100% 100%;
}
.com_ul li:nth-child(2){
    background: url(//filecdn.ify.cn/skin/style555/img/comli2.jpg) no-repeat;
    background-size: 100% 100%;
}
.com_ul li:nth-child(3){
    background: url(//filecdn.ify.cn/skin/style555/img/comli3.jpg) no-repeat;
    background-size: 100% 100%;
}
.com_ul li:nth-child(4){
    background: url(//filecdn.ify.cn/skin/style555/img/comli4.jpg) no-repeat;
    background-size: 100% 100%;
    margin-right: 0;
}

.com_ul li .son{
    display: table-cell;
    vertical-align: middle;
}
.com_ul li span{
    width: 20px;
    height: 2px;
    background: #fff;
    margin: 15px 0;
}
.com_ul li p{
    line-height: 25px;
}
/*主要客户*/
.cominfo2{
    padding: 80px 0;
    background: url(//filecdn.ify.cn/skin/style555/img/cominfo2_bg.jpg) no-repeat;
    background-size: 100% 100%;
}
.cominfo2 .title,
.cominfo3 .title{
    text-align: center;
    color: #fff;
}
.cominfo2 .title h4,
.cominfo3 .title h4{
    font-size: 26px;
    font-weight: 700;
}
.cominfo2 .title span,
.cominfo3 .title span{
    width: 30px;
    height: 2px;
    background: #fff;
    margin: 18px 0 15px;
}
.cominfo2 .title h5{
    font-size: 18px;
    font-weight: 700;
    padding-bottom: 5px;
}
.cominfo2 img{
    width: 100%;
    margin-top: 55px;
}
/*管理团队*/
.cominfo3{
    padding: 50px 0;
}
.cominfo3 .title{
    color: #192c74;
    padding-bottom: 30px;
}
.cominfo3 .title span{
    background: #192c74;
}
.cominfo3 .com_con{
    height: 286px;
}
.cominfo3 .left .info{
    height: 225px;
    -webkit-line-clamp: 9;
}
.cominfo3 .right .img_con{
    width: 34.3%;
    height: 100%;
}
.cominfo3 .right .img_con img{
    width: 100%;
    height: 100%;
}
.cominfo3 .right .info_con{
    width: 61%;
}
.cominfo3 .right h3{
    padding-bottom: 12px;
}
.cominfo3 .right h5{
    color: #000;
    font-weight: 700;
    padding-bottom: 5px;
}
.cominfo3 .right .info{
    -webkit-line-clamp: 6;
    height: 150px;
}
.cominfo3 .right .swiper-pagination{
    text-align: right;
}

.cominfo3 .right .swiper-pagination .swiper-pagination-current{
    font-size: 32px;
}
/*大事记*/
.enevt{

}
.enevt li{
    text-align: center;
    position: relative;
    padding: 70px 0;
}
.enevt li:after{
    content: "";
    display: block;
    position: absolute;
    bottom: -18px;
    left: 50%;
    margin-left: -18px;
    width: 36px;
    height: 36px;
    background: url(//filecdn.ify.cn/skin/style555/img/arrow_icon.png) no-repeat;
    background-size: 100% 100%;
    z-index: 5;
}
.enevt li:last-child:after{
    display: none;
}
.enevt li:nth-child(2n){
    background: #f2f2f2;
}
.enevt li img{
    border-radius: 50%;
    overflow: hidden;
    width: 250px;
    height: 250px;
}
.enevt li .img_con span{
    position: absolute;
    left: 50%;
    top: 50%;
    margin: -30px 0 0 -30px;
    width: 60px;
    line-height: 60px;
    color: #fff;
    text-align: center;
    background: #192c74;
    border-radius: 50%;
}
.enevt li .info_con{
    position: absolute;
    top: 60px;
    left: 50%;
    text-align: right;
    margin-left: -640px;
}
.enevt li:nth-child(2n) .info_con{
    position: absolute;
    top: 60px;
    left: auto;
    right: 50%;
    text-align: left;
    margin-right: -640px;
}
.enevt li .info_con h4{
    font-size: 40px;
    font-weight: 700;
    color: #000;
}
.enevt li .info_con>span{
    padding: 5px 0 30px;
    color: #000;
    /*position: relative;*/
}
.enevt li .info_con>span i {
    float: left;
    width: 20px;
    height: 1px;
    background: #000;
    margin-top: 8px;
    margin-right: 10px;
}
.enevt li:nth-child(2n) .info_con>span i {
    float: right;
    margin-right: 0;
    margin-left: 10px;
}
/*.enevt li .info_con>span:after{
    content: "";
    display: block;
    position: absolute;
    
}*/
.enevt li .info{
    background: #f2f2f2;
    padding: 30px;
    position: relative;
    border-radius: 10px;
    overflow: visible;
}
.enevt li:nth-child(2n) .info{
    background: #fff;

}

.enevt li .info:after{
    position: absolute;
    content: "";
    display: block;
    width: 0;
    height: 0;
    overflow:hidden;
    font-size: 0;     /*是因为, 虽然宽高度为0, 但在IE6下会具有默认的 */
    line-height: 0;  /* 字体大小和行高, 导致盒子呈现被撑开的长矩形 */
    top: 30px;
    right: -28px;
    border: 15px solid transparent;
    border-left: 20px solid #f2f2f2;
}
.enevt li:nth-child(2n) .info:after{
    right: auto;
    left: -28px;
    border: 15px solid transparent;
    border-right: 20px solid #fff;
}
/*资质荣誉*/
.honour .btn_ul{
    border-bottom: 1px solid #e5e5e5;
    margin: 40px 0;
}
.btn_ul li{
    float: left;
}
.btn_ul li a{
    margin-right: 35px;
    font-size: 18px;
    font-weight: 500;
    line-height: 50px;
}
.btn_ul li.on a{
    color: #192c74;

    border-bottom: 2px solid #192c74;
}
.honour_box{

}
.honour_div{
    display: none;
}
.honour_div.active{
    display: block;
}
.honour_box .left{
    padding-top: 20px;
}
.honour_box .left .info{
    -webkit-line-clamp: 12;
    height: 300px;
}
.honour_box .right img{
    width: 100%;
    height: 100%;
}
.honour_ul{
    padding: 30px 0 40px;
}
.honour_ul li{
    position: relative;
    float: left;
    width: 15%;
    height: 260px;
    margin-right: 2%;
    margin-bottom: 60px;
    background: url(//filecdn.ify.cn/skin/style555/img/honour_bg.jpg) no-repeat;
    background-size: 100% 100%;
    padding: 10px;
    box-sizing: border-box;

}
.honour_ul li:nth-child(6n){
    margin-right: 0;
}
.honour_ul li .img_con{
    background-size: contain;
    width: 100%;
    height: 100%;
}
.honour_ul li h4{
    width: 100%;
    position: absolute;
    left: 0;
    line-height: 46px;
    bottom: -46px;
    text-align: center;
}
/*组织结构*/
.organ{
    padding: 60px 0;
}
.organ_con{
    position: relative;
}
.organ_con img{
    width: 100%;
}
.organ_con .dot{
    position: absolute;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    border: 1px solid #192c74;
    background: url(//filecdn.ify.cn/skin/style555/img/dot.png) no-repeat center center;
    -moz-transition: all 1s;
    -ms-transition: all 1s;
    -webkit-transition: all 1s;
    -o-transition: all 1s;
    transition: all 1s;
}
.organ_con .dot:hover{
    -ms-transform:rotate(180deg);
    -moz-transform:rotate(180deg);
    -webkit-transform:rotate(180deg);
    -o-transform:rotate(180deg);
    transform:rotate(180deg);
}
.organ_con .dot1{
    left: 683px;
    top: 224px;
}
.organ_con .dot2{
    left: 443px;
    top: 151px;
}
.organ_con .dot3{
    left: 540px;
    top: 225px;
}
.organ_con .dot4{
    left: 490px;
    top: 279px;
}
.organ_con .dot5{
    left: 365px;
    top: 338px;
}
.organ_con .dot6{
    left: 678px;
    top: 290px;
}
.organ_con .dot7{
    left: 683px;
    top: 278px;
}
.pro ul{

}
.pro ul li{
    padding: 60px 0;
    position: relative;
}
.pro ul li:nth-child(2n){
    background: #f2f2f2;
}
.pro ul li:before{
    position: absolute;
    content: "";
    display: block;
    width: 34px;
    height: 17px;
    left: 50%;
    bottom: -17px;
    z-index: 2;
    margin-left: -17px;
}
.pro ul li:nth-child(2n-1):before{
    background: url(//filecdn.ify.cn/skin/style555/img/pro_after1.png) no-repeat;
}
.pro ul li:nth-child(2n):before{
    background: url(//filecdn.ify.cn/skin/style555/img/pro_after2.png) no-repeat;
}
.pro ul li:last-child:before{
    display: none;
}
.pro ul li .right{
    width: 50%;
    height: 350px;
    border-radius: 40px 0 93px 0;
    overflow: hidden;
}
.pro ul li .right img{
    width: 100%;
    height: 100%;
    -moz-transition: all 1s;
    -ms-transition: all 1s;
    -webkit-transition: all 1s;
    -o-transition: all 1s;
    transition: all 1s;
}
.pro ul li .right img:hover{
    -ms-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -webkit-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1);
}
.pro ul li .left{
    width: 46%;
}
.pro ul li:nth-child(2n-1) .right,
.pro ul li:nth-child(2n) .left{
    float: left;
}
.pro ul li:nth-child(2n-1) .left,
.pro ul li:nth-child(2n) .right{
    float: right;
}
.pro ul li .left .title{
    padding-left: 60px;
    position: relative;
}
.pro ul li .left .title:after{
    position: absolute;
    content: "";
    display: block;
    width: 42px;
    height: 42px;
    left: 0;
    top: 0;
}
.pro ul li:nth-child(1) .left .title:after{
    background: url(//filecdn.ify.cn/skin/style555/img/pro_icon1.png) no-repeat center center;
}
.pro ul li:nth-child(2) .left .title:after{
    background: url(//filecdn.ify.cn/skin/style555/img/pro_icon2.png) no-repeat center center;
}
.pro ul li:nth-child(3) .left .title:after{
    background: url(//filecdn.ify.cn/skin/style555/img/pro_icon3.png) no-repeat center center;
}
.pro ul li:nth-child(4) .left .title:after{
    background: url(//filecdn.ify.cn/skin/style555/img/pro_icon4.png) no-repeat center center;
}
.pro ul li .left .title h3{
    font-size: 20px;
    color: #192c74;
    font-weight: 700;
}
.pro ul li .left .title span{
    width: 30px;
    height: 2px;
    background: #192c74;
    margin: 15px 0 20px;
}
.pro ul li:nth-child(1) .left .info{
    height: 200px;
    -webkit-line-clamp: 8;
}
.pro ul li .lookmore{
    background: url(//filecdn.ify.cn/skin/style555/img/pro_btnbg.jpg) no-repeat;
    width: 130px;
    height: 30px;
    line-height: 30px;
    padding-left: 23px;
    color: #fff;
    box-sizing: border-box;
    margin-top: 30px;
    display: none;
}
.pro ul li:first-child .lookmore{
    display: block;
}
/*新闻中心列表*/
.newslist .top{
    height: 470px;
    margin-top: 50px;
}
.newslist1{
    width: 71%;
    height: 100%;
}
.newslist2{
    width: 28.5%;
    height: 100%;
}
.news_ul li{
   position: relative;
    height: 100%;
}
.news_ul li a{
    width: 100%;
    height: 100%;
}
.news_ul li img{
    width: 100%;
    height: 100%;
}
.news_ul li h3{
    width: 100%;
    line-height: 60px;
    padding-left: 20px;
    box-sizing: border-box;
    position: absolute;
    left: 0;
    bottom: 0;
    color: #fff;
}
.newslist2 li h3{
    line-height: 36px;
    padding-left: 10px;
}
.newslist2 li{
    height: 32.5%;
    margin-bottom: 1.25%;
}
.newslist2 li:nth-child(3){
    margin-bottom: 0;
}
.newslist3{

}
.newslist3 li{
    float: left;
    width: 31.25%;
    margin-right: 3.125%;
    margin-top: 40px;
    border-bottom: 1px solid #d6d6d6;
}
.newslist3 li:nth-child(3n){
    margin-right: 0;
}
.newslist3 li .img_con{
    height: 230px;
}
.newslist3 li .img_con img{
    width: 100%;
    height: 100%;
}
.newslist3 li .info_con{
    padding: 22px 10px 22px 110px;
    position: relative;
}
.newslist3 li .info_con h4{
    line-height: 25px;
    color: #000;
}
.newslist3 li .info_con span.time{
    position: absolute;
    padding-right: 20px;
    border-right: 1px solid #e5e5e5;
    text-align: right;
    left: 10px;
    top: 24px;
}
.newslist3 li .info_con span.time .day{
    font-size: 24px;
    font-weight: 700;
    color: #000;
    display: block;
}
/*分页结构*/
.pageing {
    margin: 60px 0;
    text-align: center;
}

.JZD_PAGE_GONG,
.JZD_PAGE_ZONGSHU,
.JZD_PAGE_TIAOJILU,
.JZD_PAGE_YECI,
.JZD_PAGE_XIEGANG,
.JZD_PAGE_ZHONGYE,
.JZD_PAGE_YE,

.JZD_PAGE_FIRST,
.JZD_PAGE_LAST,
.JZD_PAGE_ZHUANGDAO,
.JZD_PAGE_SELECT,
.JZD_PAGE_SELECT_YE {
    display: none;
}

.JZD_PAGE_DANGQIANYE {
    padding: 8px 13px;
    background: #192c74;
    color: #fff;
}

.JZD_PAGE_PREVIOUS,
.JZD_PAGE_NEXT{
    padding: 8px 13px;
    background: #f8f8f8;
}
.page_new{
    padding: 50px 0 30px;
}
.page_new h3.title{
    font-size: 18px;
    font-weight: 700;
    color: #000;
}
.page_new .subtitle{
    line-height: 55px;
}
.page_new .bdsharebuttonbox{
    display: inline-block;
    margin-top: 12px;
}
.page_new .subtitle span{
    padding-right: 20px;
}
.page_new .info{
    margin: 10px 0 30px;
}
.page_new .next_box{
    line-height: 60px;
    border-top: 1px solid #e5e5e5;
}
.page_new .next_box span{
    position: relative;
}
.page_new .next_box span.per{
    padding-left: 20px;
}
.page_new .next_box span.next{
    padding-right: 20px;
}
.page_new .next_box span:after{
    content: "";
    display: block;
    position: absolute;
    width: 16px;
    height: 16px;
    top: 22px;
}
.page_new .next_box span.per:after{
    background: url(//filecdn.ify.cn/skin/style555/img/per.png) no-repeat;
    left: 0;

}
.page_new .next_box span.next:after{
    background: url(//filecdn.ify.cn/skin/style555/img/next.png) no-repeat;
    right: 0;

}
.list_ul{

}
.list_ul li{
    padding: 20px 0;
    height: 390px;
    border-bottom: 1px solid #ccc;
}
.list_ul li .img_con{
    width: 22%;
    height: 100%;
}
.list_ul li .img_con img{
    width: 100%;
    height: 100%;
}
.list_ul li .info_con{
    width: 75%;
    height: 100%;
    padding: 20px 0 0;
    box-sizing: border-box;
}
.list_ul li .info_con h3{
    font-size: 30px;
    font-weight: 700;
    color: #192c74;
    padding-bottom: 20px;
}
.list_ul li .info_con h3 span{
    font-size: 18px;
}
.list_ul li .info_con h4{
    font-size: 22px;
    font-weight: 700;
    color: #192c74;
    padding-bottom: 20px;
}
.develop{
    padding: 60px 0;
}
.develop .left{
    width: 77.5%;
}
.develop .left h3{
    font-size: 20px;
    font-weight: 700;
    color: #192c74;
}
.develop .left h4{
    font-size: 18px;
    font-weight: 700;
    color: #000;
    padding: 45px 0 10px;
}
.develop .left ol{
    padding-left: 20px;
}
.develop .left ol li{
    list-style: disc;
    line-height: 36px;
}
.develop .right{
    width: 12.8%;
}

.develop .right li{
    position: relative;
    width: 100%;
    height: 216px;
    margin-bottom: 60px;
    background: url(//filecdn.ify.cn/skin/style555/img/honour_bg.jpg) no-repeat;
    background-size: 100% 100%;
    padding: 10px;
    box-sizing: border-box;

}
.develop .right li .img_con{
    background-size: contain;
    width: 100%;
    height: 100%;
}
.develop .right li h4{
    width: 100%;
    position: absolute;
    left: 0;
    line-height: 46px;
    bottom: -46px;
    text-align: center;
}
.person{
    padding: 55px 0;
}
.person1 ul li{
    float: left;
    width: 32.8%;
    margin-right: 0.8%;
    margin-bottom: 0.8%;
    height: 300px;
}
.person1 ul li:nth-child(3n){
    margin-right: 0;
}
.person1 ul li .img_con,
.person1 ul li .img_con img{
    width: 100%;
    height: 100%;
}
.person1 ul li .info_con{
    height: 100%;
    background: #f2f2f2;
    padding: 80px 40px 0 40px;
    position: relative;
    box-sizing: border-box;
    color: #000;

}
.person1 ul li .info_con:after{
    content: "";
    display: block;
    position: absolute;
    width: 40px;
    height: 30px;
    right:  40px;
    top: 50px;

}
.person1 ul li:nth-child(2) .info_con:after{
    background: url(//filecdn.ify.cn/skin/style555/img/person_icon1.png) no-repeat center right;
}
.person1 ul li:nth-child(4) .info_con:after{
    background: url(//filecdn.ify.cn/skin/style555/img/person_icon2.png) no-repeat center right;
}
.person1 ul li:nth-child(6) .info_con:after{
    background: url(//filecdn.ify.cn/skin/style555/img/person_icon3.png) no-repeat center right;
}
.person1 ul li .info_con h4{
    font-size: 20px;
    font-weight: 700;
    color: #192c74;
    line-height: 50px;
}
.person2 img{
    width: 100%;
}

.table_div{
    border: 1px solid #eee;
    width: 100%;
    color: #000;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.table_div ul{
}
.table_div ul li{
    border-bottom: 1px solid #eeeeee;
}
.table_div .title_h3,
.table_div .title_h5{
    padding-left: 40px;
    box-sizing: border-box;
    line-height: 40px;
}
.table_div .title_h3{
    background: #192c74;
    color: #fff;
}
.table_div .title_h5{
    background: #f2f2f2;
}
.table_div .title_h3 span,
.table_div .title_h5 span{
    width: 25%;
    float: left;
}

.table_div .dedai {
    display: none;
    padding: 10px 40px;
}
/*员工福利*/
.boon{
    padding: 50px 0;
}
.boon ul li{
    float: left;
    width: 24.4%;
    height: 400px;
    margin-right: 0.8%;
    padding: 60px 40px 0 40px;
    box-sizing: border-box;
}

.boon ul li:last-child{
    margin-right: 0;
    background: url(//filecdn.ify.cn/skin/style555/img/boonbg4.png) no-repeat;
    background-size: 100% 100%;
}
.boon ul li:nth-child(1){
    background: url(//filecdn.ify.cn/skin/style555/img/boonbg1.png) no-repeat;
    background-size: 100% 100%;
}
.boon ul li:nth-child(2){
    background: url(//filecdn.ify.cn/skin/style555/img/boonbg2.png) no-repeat;
    background-size: 100% 100%;
}
.boon ul li:nth-child(3){
    background: url(//filecdn.ify.cn/skin/style555/img/boonbg3.png) no-repeat;
    background-size: 100% 100%;
}
.contact .right h4,
.contact .left h4,
.boon ul li h4 {
    font-size: 20px;
    font-weight: 700;
    color: #192c74;
}
.boon ul li span.line{
    width: 20px;
    height: 2px;
    background: #192c74;
    margin: 14px 0 12px;
}
/*联系我们*/
.contact{
    padding: 50px 0;
}
.contact .left{
    width: 48%;
    float: left;
}
.contact .left ul{
    padding: 20px 0;
}
.contact .left ul li{
    line-height: 30px;
}
.contact .right{
    width: 48%;
    float: right;
}
.contact .left .bdsharebuttonbox{
    padding-bottom: 20px;
}
.contact .left .bdsharebuttonbox a{
    width: 30px;
    height: 30px;
    padding-left: 10px;
    margin: 0;
}
.contact .left .bdsharebuttonbox a.qq{
    background:  url(//filecdn.ify.cn/skin/style555/img/qq3.png) no-repeat;
}
.contact .left .bdsharebuttonbox a.wx{
    background:  url(//filecdn.ify.cn/skin/style555/img/wx3.png) no-repeat;
}
.contact .left .bdsharebuttonbox a.wb{
    background:  url(//filecdn.ify.cn/skin/style555/img/wb3.png) no-repeat;
}
.contact .right .ferm_box{
    padding-top: 12px;
}

.mes_box span{
    line-height: 52px;
    display: block;
}
.mes_box .ipt{
    background: #f7f7f7;
    width: 100%;
    line-height: 40px;
    padding-left: 15px;
    box-sizing: border-box;
}
.mes_box textarea.ipt{
    border: none;
}
.mes_box .send{
    width: 100px;
    line-height: 40px;
    background: #192c74;
    color: #fff;
    text-align: center;
    margin-top: 15px;
}
.download{
    padding: 50px 0;
}
.download ul li{
    line-height: 50px;
    border-bottom: 1px solid #e5e5e5;
    padding-left: 35px;
    position: relative;
    padding-right: 60px;
}
.download ul li:after{
    content: "";
    display: block;
    position: absolute;
    left: 10px;
    top: 17px;
    background: url(//filecdn.ify.cn/skin/style555/img/download_icon.png) no-repeat;
    width: 12px;
    height: 14px;
}
.download ul li a{
    line-height: 1;
    position: absolute;
    right: 0px;
    top: 18px;
}
/*视频中心*/
.videolist{
    padding: 50px 0;
}
.videolist .video_ul1{

}
.videolist ul li{
    position: relative;
}
.videolist ul li:after{
    position: absolute;
    content: "";
    display: block;
    width: 60px;
    height: 60px;
    background: url(//filecdn.ify.cn/skin/style555/img/video_icon.png) no-repeat;
    left: 50%;
    top: 50%;
    margin: -30px 0  0 -30px;
}
.videolist ul li .video_box{
    display: none;
}
.video_ul1 li{
    width: 100%;
    height: 720px;
}
.video_ul1 li img{
    width: 100%;
    height: 100%;
}
.video_ul1 li h4{
    position: absolute;
    line-height: 40px;
    top: 50%;
    margin-top: 30px;
    width: 100%;
    left: 0;
    text-align: center;
    color: #fff;
    font-size: 18px;
}
.video_ul2 li{
    float: left;
    width: 31.25%;
    margin-right: 3.125%;
    margin-bottom: 2%;
}
.video_ul2 li img{
    width: 100%;
    height: 225px;
}
.video_ul2{
    padding-top: 35px;
}
.video_ul2 li:nth-child(3n){
    margin-right: 0;
}
.video_ul2 li h4{
    line-height: 50px;
    text-align: center;
}
.videolist .video_ul2 li:after{
    width: 40px;
    height: 40px;
    margin: -52.5px 0  0 -20px;
    background-size: 100% 100%;
}
.video_play_box{
    position: fixed;
    z-index: 1000;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.8);
    text-align: center;
    padding-top: 100px;
    left: 0;
    top: 0;
    box-sizing: border-box;
    display: none;
}
.video_box{
    text-align: center;
}
.search_con{
    padding: 50px 0;
}
.search_ul li{
    padding: 20px 0;
    border-bottom: 1px solid #ccc;
}
.search_ul li a{
    width: 100%;
}
.search_ul li h4{
    font-size: 18px;
    font-weight: 700;
    color: #192c74;
    line-height: 40px;
}





@media screen and (max-width: 1600px){
		    .info p {
				float: left;
		        line-height: 26px;
		        color: #999999;
		        font-size: 14px;
		    }
    .banner4 .title{
        display: none;
    }
}

@media screen and (max-width: 1280px) {
		    .info p {
				float: left;
		        line-height: 26px;
		        color: #999999;
		        font-size: 14px;
		    }
    .w{
        width: 1000px;
    }
    .logo {
        padding-top: 45px;
    }
    .menu_all {
        padding-top: 29px;
    }
    .left_share {
        left: 60px;
    }
    .breadcrumb {
        right: 60px;
    }
    .banner1 .about {
        left: calc(50% - 500px);
        bottom: 35%;
    }
    .banner1 .about .about_btn {
        margin-top: 50px;
    }
    .banner1 .about h4 {
        font-size: 18px;
        line-height: 30px;
    }
    .banner1 .about h5 {
        font-size: 50px;
    }
    .banner_cen {
        margin-left: -500px;
    }
    .banner2 .banner_cen {
        height: 460px;
        top: 160px;
    }
    .banner2 .left {
        width: 50%;
        height: 330px;
    }
    .banner2 .right {
        width: 50%;
        padding: 20px 20px 0 30px;
    }
    .banner2 .right h3 {
        font-size: 36px;
		float: left;
        padding: 25px 0 0px;
    }
    .banner2 .right h4 {
        font-size: 16px;
        padding-bottom: 15px;
    }
    .banner2 .right .info{
        height: 200px;
    }
    .banner3 .banner_cen {
        top: 140px;
        height: 425px;
    }
    .banner3 .info1 {
        padding: 55px 30px 0 30px;
    }
    .banner3 .info2, .banner3 .info3, .banner3 .info4 {
        padding: 25px 20px 0 25px;
        box-sizing: border-box;
    }
    .banner3 .info_box.info1 .info {
        margin-bottom: 30px;
    }
    .banner3 .info_box .info {
        margin-bottom: 12px;
    }
    .banner4 .banner_cen {
        top: 140px;

    }
    .banner4 ul li {
        height: 230px;
    }
    .banner4 ul li.first .info_box {
        height: 100px;
    }
    .banner4 ul li.first h3 {
        line-height: 40px;
        font-size: 16px;
    }
    .banner4 ul li.other .info_box {
        height: 40px;
    }
    .banner4 ul li.other img {
        height: calc(100% - 40px);
    }
    .banner4 ul li.other h3 {
        line-height: 40px;
    }
    .com_ul {
        height: 170px;
    }
    .cominfo1 .com_con {
        height: 290px;
    }
    .cominfo1 .left {
        padding-top: 10px;
    }
    .com_con .left h3, .cominfo3 .right h3{
        padding-bottom: 15px;
    }
    .enevt li {
        padding: 60px 0;
    }
    .enevt li img {
        width: 180px;
        height: 180px;
    }
    .enevt li .info_con h4 {
        font-size: 32px;
    }
    .enevt li .info_con>span {
        padding: 2px 0 12px;
    }
    .enevt li .info {
        padding: 20px;
    }
    .enevt li .info_con {
        margin-left: -500px;
    }
    .enevt li:nth-child(2n) .info_con {
        margin-right: -500px;
    }
    .honour_box .left .info {
        -webkit-line-clamp: 9;
        height: 225px;
    }
    .honour_ul li{
        height: 200px;
    }
    .organ_con .dot1 {
        left: 531px;
        top: 179px;
    }
    .organ_con .dot2 {
        left: 347px;
        top: 117px;
    }
    .organ_con .dot3 {
        left: 420px;
        top: 173px;
    }
    .organ_con .dot4 {
        left: 379px;
        top: 218px;
    }
    .organ_con .dot5 {
        left: 280px;
        top: 262px;
    }
    .organ_con .dot6 {
        left: 528px;
        top: 224px;
    }
    .organ_con .dot7 {
        left: 531px;
        top: 216px;
    }
    .pro ul li .right{
        height: 310px;
    }
    .newslist .top {
        height: 380px;
    }
    .newslist3 li .img_con {
        height: 182px;
    }
    .develop .right {
        width: 16%;
    }
    .person1 ul li {
        height: 235px;
    }
    .person1 ul li .info_con {
        padding: 50px 20px 0 20px;
    }
    .person1 ul li .info_con h4 {
        font-size: 18px;
        line-height: 40px;
    }
    .person1 ul li .info_con:after {
        top: 20px;
        right: 25px;
    }
    .boon ul li {
        height: 320px;
        padding: 25px 20px 0 20px;
    }
    .boon ul li h4 {
        font-size: 18px;
    }
    .boon ul li span.line {
        margin: 10px 0 8px;
    }
    .boon ul li .info p {
        line-height: 20px;
    }
    .video_ul1 li {
        height: 560px;
    }
    .video_ul2 li img{
        height: 175px;
    }
}
@media screen and (max-width: 1180px){
		    .info p {
				float: left;
		        line-height: 26px;
		        color: #999999;
		        font-size: 14px;
		    }
    .left_share {
        left: 30px;
    }
    .banner1 .about {
        bottom: 30%;
    }
    .breadcrumb {
        right: 30px;
    }
    .banner2 .banner_cen {
        top: 130px;
    }
    .banner3 .banner_cen {
        top: 160px;
    }
    .banner4 .banner_cen {
        top: 130px;
        width: 800px;
        margin-left: -400px;
    }
    .banner4 ul li {
        height: 205px;
    }
    .footer {
        height: 90px;
        padding: 10px 0;
    }
}
@media screen and (max-width: 1024px) {
		    .info p {
				float: left;
		        line-height: 26px;
		        color: #999999;
		        font-size: 14px;
		    }
    .w{
        width: 800px;
    }
    .left_share {
        left: calc(50% - 460px);
    }
    .breadcrumb {
        right:  calc(50% - 470px);
    }
    .banner_cen {
        margin-left: -400px;
    }
    .banner1 .about {
        left: calc(50% - 400px);
        bottom: 40%;
    }
    .banner2 .left {
        height: 300px;
    }
    .banner2 .right {
        padding: 10px 20px 0 30px;
    }
    .banner2 .right .info {
        height: 175px;
        display: -webkit-box;
        text-overflow: ellipsis;
        -webkit-box-orient: vertical;
        -moz-box-orient: vertical;
        -o-box-orient: vertical;
        -webkit-line-clamp: 7;
    }
    .banner2 .right h3 {
        font-size: 20px;
    }
    .banner3 .banner_cen {
        top: 180px;
        height: 350px;
    }
    .banner3 .info1 {
        padding: 30px 20px 0 20px;
    }
    .banner3 .info_box h4 {
        font-size: 16px;
        padding-bottom: 10px;
    }
    .banner3 .info2, .banner3 .info3, .banner3 .info4 {
        padding: 20px 10px 0 15px;
    }
    .banner3 .info_box.info1 .info {
        margin-bottom: 18px;
    }
    .banner3 .title {
        font-size: 22px;
        top: 3%;
        line-height: 40px;
    }
    .banner4 .banner_cen {
        top: 160px;
    }
    .cominfo1 {
        padding: 40px 0;
    }
    .cominfo1 .com_con {
        height: 240px;
    }
    .cominfo1 .left .info {
        height: 150px;
        -webkit-line-clamp: 6;
    }
    .com_con .left h3, .cominfo3 .right h3 {
        font-size: 18px;
        line-height: 26px;
    }
    .com_ul {
        height: 140px;
    }
    .com_ul li {
        padding: 0 30px;
    }
    .com_ul li span {
        margin: 12px 0 3px;
    }
    .com_ul li p {
        line-height: 22px;
    }
    .cominfo2 {
        padding: 45px 0;
    }
    .cominfo3 .com_con {
        height: 220px;
    }
    .cominfo3 .left .info {
        height: 175px;
        -webkit-line-clamp: 7;
    }
    .com_con .right {
        width: 52%;
        height: 100%;
    }
    .cominfo3 .right .info {
        -webkit-line-clamp: 5;
        height: 125px;
    }
    .cominfo3 .right h3 {
        line-height: 20px;
        padding-bottom: 10px;
    }
    .enevt li img {
        width: 130px;
        height: 130px;
    }
    .enevt li .info_con h4 {
        font-size: 28px;
    }
    .enevt li .info_con>span {
        padding: 2px 0 10px;
    }
    .enevt li .info {
        padding: 15px;
    }
    .enevt li .info_con {
        margin-left: -400px;
        font-size: 12px;
        top: 30px;
    }
    .enevt li:nth-child(2n) .info_con {
        margin-right: -400px;
        top: 30px;
    }
    .honour_box .left {
        padding-top: 0px;
    }
    .honour_ul li {
        height: 158px;
    }
    .organ_con .dot1 {
        left: 423px;
        top: 137px;
    }
    .organ_con .dot2 {
        left: 270px;
        top: 90px;
    }
    .organ_con .dot3 {
        left: 336px;
        top: 137px;
    }
    .organ_con .dot4 {
        left: 301px;
        top: 171px;
    }
    .organ_con .dot5 {
        left: 221px;
        top: 209px;
    }
    .organ_con .dot6 {
        left: 420px;
        top: 177px;
    }
    .organ_con .dot7 {
        left: 421px;
        top: 170px;
    }
    .pro ul li .left{
        width: 48%;
    }

    .pro ul li .left .title span {
        margin: 15px 0 10px;
    }
    .pro ul li .right {
        height: 250px;
        margin-top: 56px;
    }
    .newslist .top {
        height: 300px;
    }
    .newslist3 li .img_con {
        height: 147px;
    }
    .newslist3 li .info_con {
        padding: 15px 10px 15px 80px;
    }
    .newslist3 li .info_con span.time {
        padding-right: 10px;
        top: 21px;
    }
    .newslist3 li .info_con span.time .day {
        font-size: 18px;
    }
    .develop {
        padding: 40px 0;
    }
    .develop .right {
        width: 19%;
    }
    .person1 ul li .info_con:after{
        display: none;
    }
    .person1 ul li {
        height: 190px;
    }
    .person1 ul li .info_con {
        padding: 7px 20px 0 20px;
    }
    .person1 ul li .info_con h4 {
        font-size: 16px;
        line-height: 34px;
    }
    .person1 ul li .info_con .info {
        font-size: 12px;
    }
    .boon ul li {
        height: 300px;
        padding: 20px 15px 0 15px;
    }
    .boon ul li .info p {
        line-height: 18px;
        font-size: 12px;
    }
    .video_ul1 li {
        height: 450px;
    }
    .video_ul2 li img{
        height: 140px;
    }
}
@media screen and (max-width: 768px) {
		    .info p {
				float: left;
		        line-height: 26px;
		        color: #999999;
		        font-size: 14px;
		    }
					.banner5 .title h5 {
					    line-height: 24px;
					}
					.banner3 .title h5 {
					    line-height: 24px;
					}
	.de_img {
	    float: left;
	    width: 100%; 
	    display: flex;
	    align-items: center;
	    justify-content: center;
	}
		.de_data {
		margin-top: 20px;
		margin-left: 0px;
		float: left;
	    width: 100%; 
	}
		.de_data h1 {
	    font-size: 24px;
	    color: #192c74;
	    font-weight: normal;
	    border-bottom: #dedede dashed 1px;
	    padding-bottom: 20px;
	}
		.de_data_class {
	    border-bottom: #dedede dashed 1px;
	    font-size: 14px;
	    color: #666;
	    line-height: 45px;
	    width: 600px;
	    display: block;
	}
		.de_data>p {
	    font-size: 14px;
	    color: #666;
	    margin: 20px 0;
	}
		.service-line {
	    border-top: #e7e4e4 dashed 1px;
	    font-size: 14px;
	    color: #666;
	    width: 100%;
	    display: block;
	    margin-top: 40px;
	    padding-top: 20px;
	}
	.page_new .info{
	    margin: 10px 0 30px;
	}
	.page_new .next_box{
	    line-height: 60px;
	    border-top: 1px solid #e5e5e5;
	}
	.page_new .next_box span{
	    position: relative;
	}
	.page_new .next_box span.per{
	    padding-left: 20px;
	}
	.page_new .next_box span.next{
	    padding-right: 20px;
	}
	.page_new .next_box span:after{
	    content: "";
	    display: block;
	    position: absolute;
	    width: 16px;
	    height: 16px;
	    top: 22px;
	}
	.page_new .next_box span.per:after{
	    background: url(//filecdn.ify.cn/skin/style555/img/per.png) no-repeat;
	    left: 0;
	
	}
	.page_new .next_box span.next:after{
	    background: url(//filecdn.ify.cn/skin/style555/img/next.png) no-repeat;
	    right: 0;
	
	}
	/*------------------------------*/
		.pro-lists {
		padding: 15px 15px;
		width: 93%;
	}
		.technical-list {
	    width: 100%;
	    float: left;
	    margin-top: 20px;
	}
		.technical-list ul li {
	    width: 100%;
	    background: url(img/arrow.png) no-repeat left center;
	    padding-left: 30px;
	    position: relative;
	    float: left;
	    height: 55px;
	    line-height: 55px;
	    border-bottom: #dedede solid 1px;
	}
		.technical-time{
			display: none;
		}
		.pro-list ul{
		width: 100%;
		float: left;
		margin-top: 40px;
	}
	.pro-list ul li{
	    position: relative;
	    float: left;
	    width: 50%;
		text-align: center;
	    box-sizing: border-box;
	}
	.pro-list ul li img{
		border: #dedede solid 1px;
		width: 94%;
	}
	.pro-list ul li p{
		width: 100%;
		line-height: 45px;
		height:45px;
		text-align: center;
	}
    .w{
        width: auto;
        margin: 0;
        padding: 0 15px;
    }
    .block-xs{
        display: block;
    }
    .hidden-xs{
        display: none;
    }
    .logo {
        padding-top: 18px;
        width: 110px;
        height: 49px;
        background-size: 100% 100%;
        background-origin: content-box;
    }
    #menu_trigger_button {
        margin-top: 0px;
    }
    .menu_all {
        padding-top: 10px;
    }
    .menu_btn {
        padding: 20px 0px 36px 10px;
    }
    .cn_en .cnen_icon {
        padding-top: 0px;
    }
    .cn_en dl {
        bottom: -15px;
    }
    .banner1 .about {
        left: 15px;
        bottom: calc(50% - 80px);
        -webkit-transition: all 3s;
        -moz-transition: all 3s;
        -ms-transition: all 3s;
        -o-transition: all 3s;
        transition: all 3s;
    }
    .banner1 .about h5 {
        font-size: 34px;
        letter-spacing: 1px;
    }
    .banner1 .about h4 {
        font-size: 16px;
        width: 190px;
    }
    .banner .swiper-button-next1{
        width: 70px;
        height: 57px;
        top: auto;
        right: calc(50% - 35px);
    }
    .fixnav.current .logo {
        background-size: 100% 100%;
        background-origin: content-box;
    }
    .banner_cen {
        width: 100%;
        box-sizing: border-box;
        margin-left: 0px;
        left: 0;
    }
    .banner2 .banner_cen {
        top: 100px;
    }
    .banner2 .left {
     display: none;
    }
    .banner2 .right {
        width: 100%;
        padding: 20px 10px 0 10px;
    }
    .banner2 .right h3 {
        font-size: 16px;
        font-family: Arial,Microsoft YaHei, SimSun;
        padding: 15px 0 4px;
		line-height: 35px;
    }
    .banner2 .right .info {
        height: 150px;
		float: left;
        -webkit-line-clamp: 6;
    }
    .banner3 .banner_cen {
        top: 90px;
        height: 500px;
        padding: 0;
        margin: 0 15px;
        width: calc(100% - 30px);
    }
    .banner3 .pro1 {
        width: 50%;
        height: 33.333%;
    }
    .banner3 .pro2 {
        width: 25%;
        height: 33.3333%;
        bottom: 0;
        left: 0%;
    }
    .banner3 .pro3 {
        width: 50%;
        height: 33.3333%;
        top: 33.3333%;
        right: 0;
    }
    .banner3 .pro4 {
        width: 25%;
        height: 33.3333%;
        top: 66.6666%;
        right: 25%;
    }
    .banner3 .info1 {
        width: 50%;
        height: 33.333%;
        left: 50%;
        padding: 15px 15px 0 15px;
    }
    .banner3 .info_box.info1 .info {
        display: -webkit-box;
        text-overflow: ellipsis;
        -webkit-box-orient: vertical;
        -moz-box-orient: vertical;
        -o-box-orient: vertical;
        -webkit-line-clamp: 3;
    }
    .banner3 .info2 {
        width: 25%;
        height: 33.3333%;
        bottom: 0;
        left: 25%;
    }
    .banner3 .info3 {
        width: 25%;
        height: 33.3333%;
        top: 66.666%;
        right: 0%;
    }
    .banner3 .info4 {
        width: 50%;
        height: 33.3333%;
        top: 33.3333%;
        right: 50%;
    }
    .banner4 .banner_cen {
        top: 100px;
        width: 100%;
        box-sizing: border-box;
        margin-left: 0;
    }
	    .banner4 ul {
			width:100%;
			margin-top: 10px;
		}
    .banner4 ul li {
		 width: 100%;
		float: left;
        height: 182px;
		overflow: hidden;
        margin-bottom: 2%;
    }
	/**/
	
	/**/
.banner5 ul {
	margin-top: -30px;
}	
.banner5 ul li img{
    width: 40%;
}
.banner5 ul li p{
    font-size: 10px;
}
.banner5-zhanwang {
    padding-top: 40px; 
}
.banner5-zhanwang p {
    font-size: 11px;
}
/**/
    .footer {
        height: auto;
        padding: 0;
    }
    .footer .footer_con {
        padding-left: 0;
        padding-top: 0;
    }
    .footer .footer_con p {
        line-height: 36px;
    }
    .footer .footer_con:after{
        display: none;
    }
    #menu_trigger_button.active {
        margin-top: -3px;
    }
    .menu_box nav.pc_meum {
        padding: 0;
    }
    .menu_box nav ul {
        height: auto;
        padding-top: 85px;
    }
    .menu_box nav li {
        float: none;
        width: 100%;
        border-right: none;
        border-bottom: 1px solid rgba(255,255,255,0.15);
        height: auto;
        padding-top: 0;
    }
    .menu_box nav li:first-child {
        border-left: none;
        border-top: 1px solid rgba(255,255,255,0.15);
    }
    .menu_box nav li>a {
        line-height: 50px;
    }
    .menu_box nav .hide_meum{
        display: none;
        -moz-transition: inherit;
        -ms-transition: inherit;
        -webkit-transition: inherit;
        -o-transition: inherit;
        transition: inherit;
    }
    .menu_box nav .hide_meum>dd a {
        line-height: 42px;
    }
    .menu_box nav .nav_b {
        left: 15px;
    }
    .menu_box nav .nav_share {
        right: 15px;
    }
    .fixnav.inner_nav .menu_btn {
        padding: 21px 0px 12px 10px;
    }
    .fixnav.inner_nav .cn_en .cnen_icon {
        padding: 54px 10px 0px;
    }
    .fixnav.inner_nav .logo {
        padding-top: 12px;
    }
    .cn_en dl{
        left: -36px;
    }
    .inner .left_menu li a {
         line-height: 36px;
     }

    .column_title .w {
        padding-top: 50px;
    }
    .column_title i {
        top: 30px;
        left: 15px;
        font-size: 28px;
    }
    .column_title h3 {
        font-size: 20px;
    }
    .cominfo1 .com_con {
        height: auto;
    }
    .com_con .right {
        width: 100%;
    }
    .com_con .left {
        width: 100%;
        padding-top: 25px;
    }
    .cominfo1 .left .info {
        height: auto;
        -webkit-line-clamp: inherit;
    }
    .com_ul {
        height: auto;
    }
    .com_ul li {
        height: 150px;
        width: 49%;
        padding: 0 15px;
        margin-right: 2%;
        margin-bottom: 2%;
    }
    .com_ul li:nth-child(2n){
        margin-right: 0;
    }
    .cominfo2 {
        padding: 25px 0;
    }
    .cominfo2 .title h4, .cominfo3 .title h4 {
        font-size: 20px;
    }
    .cominfo2 .title span, .cominfo3 .title span {
        margin: 10px 0 7px;
    }
    .cominfo2 .title h5 {
         font-size: 15px;
     }
    .cominfo2 img {
        margin-top: 20px;
    }
    .cominfo3 .title {
        padding-bottom: 0px;
    }
    .cominfo3 .com_con {
        height: auto;
    }
    .com_con .left {
        padding-top: 10px;
        border-bottom: 1px solid #ccc;
        margin-bottom: 20px;
        padding-bottom: 10px;
    }
    .cominfo3 .left .info {
        height: auto;
        -webkit-line-clamp: inherit;
    }
    .cominfo3 .right .img_con {
        width: 100%;
        text-align: center;
    }
    .cominfo3 .right .img_con img {
        width: 50%;
    }
    .cominfo3 .right .info_con {
        width: 100%;
    }
    .cominfo3 .right h3{
        padding-top: 10px;
    }
    .cominfo3 .right h3,.cominfo3 .right h5 {
        text-align: center;
        padding-left: 0;
        text-align: center;
    }
    .cominfo3 .right h3:after{
        display: none;
    }
    .cominfo3 .right .info {
        -webkit-line-clamp: inherit;
        height: auto;
        margin-bottom: 40px;
    }
    .enevt {

    }
    .enevt li {
        text-align: left;
        padding: 100px 15px;
    }

    .enevt li img {
        width: 80px;
        height: 80px;
    }

    .enevt li .img_con span {
        left: 40px;
        margin: -15px 0 0 -15px;
        width: 30px;
        line-height: 30px;
        font-size: 12px;
    }
    .enevt li .info_con {
        margin-left: 0px;
        left: 115px;
        text-align: left;
        width: calc(100% - 130px);
    }
    .enevt li .info {
        padding: 5px;
    }
    .enevt li .info:after {
        right: auto;
        border-left: 15px solid transparent;
        border-right: 20px solid #f2f2f2;
        left: -28px;
    }
    .enevt li:nth-child(2n) .info_con {
        margin-right: 0;
        top: 30px;
        right: auto;
        left: 115px;
    }
    .honour_box .left .info {
        -webkit-line-clamp: inherit;
        height: auto;
    }
    .honour_ul li {
        width: 31.5%;
        margin-right: 2.75%;
    }
    .honour_ul li:nth-child(3n){
        margin-right: 0;
    }
    .organ_con .dot{
        display: none;
    }
    .pro ul li .right {
        height: auto;
        margin-top: 0;
        width: 100%;
    }
    .pro ul li .left {
        width: 100%;
        margin-top: 25px;
    }
    .pro ul li:nth-child(1) .left .info {
        height: auto;
        -webkit-line-clamp: inherit;
    }
    .pro ul li:first-child .lookmore {
        display: none;
    }

    .newslist .top {
        height: 200px;
    }
    .newslist1 {
        width: 100%;
        margin-bottom: 6px;
    }
    .newslist2 {
        width: 100%;
        height: 600px;
    }
    .newslist2 li {
        height: 32.5%;
        margin-bottom: 6px;
    }
    .newslist3 li {
        width: 49%;

        margin-top: 15px;
    }
    .newslist3 li:nth-child(3n),
    .newslist3 li:nth-child(2n){
        margin-right: 0;
    }
    .newslist3 li:nth-child(2n-1){
        margin-right: 2%;
    }
    .newslist3 li .img_con {
        height: 100px;
    }
    .newslist3 li .info_con h4 {
        line-height: 20px;
    }
    .newslist3 li .info_con {
        padding: 10px 5px 10px 55px;
    }
    .newslist3 li .info_con span.time {
        padding-right: 5px;
        top: 14px;
        left: 5px;
    }
    .newslist3 li .info_con span.time .day {
        font-size: 14px;
    }
    .pageing {
        margin: 30px 0;
    }
    .page_new {
        padding: 30px 0 15px;
    }
    .page_new h3.title {
        line-height: 26px;
    }
    .develop .left {
        width: 100%;
    }
    .develop .left h3 {
        font-size: 18px;
    }
    .develop .left h4 {
        line-height: 28px;
        padding: 24px 0 10px;
        font-size: 16px;
    }
    .develop .right {
        width: 100%;
    }
    .develop .right li {
        width: 170px;
        left: 50%;
        margin-left: -85px;
    }
    .person {
        padding: 30px 0;
    }
    .person1 ul li {
        height: auto;
        width: 100%;
        margin-right: 0;
        margin-bottom: 10px;
    }
    .person1 ul li:nth-child(3n){
        margin-right: 0;
    }
    .person1 ul li .info_con {
        padding: 66px 20px 20px 20px;
    }
    .person1 ul li .info_con:after{
        display: block;
    }
    .person1 ul li .info_con .info {
        font-size: 14px;
    }
    .table_div .title_h3, .table_div .title_h5 {
        padding-left: 10px;
    }
    .table_div .dedai {
        padding: 10px 10px;
    }
    .table_div .title_h5 {
        line-height: 30px;
    }
    .table_div .title_h3 span:nth-child(1),
    .table_div .title_h3 span:nth-child(2),
    .table_div .title_h5 span:nth-child(1),
    .table_div .title_h5 span:nth-child(2){
        width: 40%;
    }
    .table_div .title_h3 span:nth-child(4),
    .table_div .title_h5 span:nth-child(4){
        width: 20%;
    }
    .boon ul{
        padding: 0 20px;
    }
    .boon ul li {
        width: 100%;
        height: 380px;
        margin-right: 0%;
        margin-bottom: 15px;
        padding: 50px 40px 0 40px;
    }
    .boon ul li h4{
        font-size: 20px;
    }
    .boon ul li span.line{
        margin: 14px 0 12px;
    }
    .boon ul li .info p{
        line-height: 24px;
        font-size: 14px;
    }
    .contact .left ,
    .contact .right {
        width: 100%;
    }
    .contact .right{
        padding-top: 20px;
    }
    .download ul li {
        padding-left: 25px;
    }
    .download ul li:after {
        left: 6px;
    }
    .video_ul1 li{
        height: 195px;
    }
    .videolist ul li:after {
        width: 40px;
        height: 40px;
        margin: -20px 0 0 -20px;
        background-size: 100% 100%;
    }
    .video_ul1 li h4 {
        font-size: 16px;
    }
    .video_ul2 li img {
        height: 60px;
    }
    .video_ul2 li h4 {
        line-height: 34px;
    }
    .videolist .video_ul2 li:after {
        width: 24px;
        height: 24px;
        margin: -31.5px 0 0 -12px;
    }
  .search_con {
    padding: 20px 0;
}
}
@media screen and (max-width: 320px){
		    .info p {
				float: left;
		        line-height: 26px;
		        color: #999999;
		        font-size: 14px;
		    }
    .banner1 .about h5 {
        font-size: 30px;
    }
    .banner2 .left {
        height: 170px;
        padding: 15px 15px 15px 15px;
    }
    .banner3 .banner_cen {
        top: 80px;
        height: 450px;
    }
    .banner3 .info_box h4 {
        font-size: 14px;
    }
    .banner4 .banner_cen {
        top: 80px;
    }
}
