﻿@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%;}
/*! 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 {
    font-size: 2em;
    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 */
    font-size: 1em; /* 2 */
}

/* 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;
}

@charset "UTF-8";
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: Microsoft YaHei, SimSun;
    color: #666;
}

fieldset, img {
    border: 0;
}

ol, ul, li {
    list-style: none;
}

h1, h2, h3, h4, h5, h6 {
    font-size: 100%;
}


/*清除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;
}

.w1500{
    width: 1500px;
    height: 100%;
    margin: 0 auto;
}
/*pc端版心*/
.w1200,
.w{
    width: 1200px;
    height: 100%;
    margin: 0 auto;
}

input {
    border: 0 none;
    outline: none;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -webkit-appearance: none;
}
.banner img,
.lan img{
    width: 100%;
    height: 100%;
}
.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: 30px;
    overflow: hidden;
}
.info p{
    line-height: 30px;
}
.info img{
    max-width: 100%;
}
.gt{
    transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
    -o-transform: rotate(90deg);
}
.scale {
    transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -webkit-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
}

.scale:hover {
    transform: scale(1.1);
}
.tran{
    transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -webkit-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
}
.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;       /*设置或检索伸缩盒对象的子元素的排列方式*/
    -webkit-line-clamp: 2;              /*限制在一个块元素显示的文本的行数*/
}

/*pc端头部*/
.topnav {
    position: absolute;
    z-index: 999;
    width: 100%;
}

.topnav .nav_con {

}

/*logo*/
.topnav .logo {
    margin-top: 20px;
}
.topnav .logo a img{
    height: 45px;
}
.topnav .nav_list ul,
.topnav .nav_list .English{
    display: inline-block;
}

.topnav .nav_list li {
    float: left;
    padding: 46px 25px 16px;
}
.topnav .nav_list li > a {
    color: #333;
    font-size: 16px;

}
.topnav .nav_list li:hover a{
    color:#D22D39;
}
.topnav .nav_list li.on a{
    color:#D22D39;
}
.topnav .nav_list .English{
    padding: 46px 0 16px 25px;
}
.more_right{
    transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s; /* Firefox 4 */
    -webkit-transition: all 0.3s ease 0s; /* Safari 和 Chrome */
    -o-transition: all 0.3s ease 0s; /* Opera */
}
.more_right:hover{
    padding-left: 10px;
}
/*首页第一屏*/
.banner1{
    position: relative;
    width: 100%;
}
.swiper-container {
    width: 100%;
    height: 100%;
}
.swiper-slide>a{
  width: 100%;
  height: 100%;
}
.banner1 .swiper-button-prev{
    background-image: url(//filecdn.ify.cn/skin/style449/img/left.png);
    left: 170px;
    right: auto;
}
.banner1 .swiper-button-next{
    background-image: url(//filecdn.ify.cn/skin/style449/img/right.png);
    right: 170px;
    left: auto;
}
.banner1 .swiper-button-next, .swiper-button-prev {
    width: 66px;
    height: 64px;
    margin-top: -32px;
    background-size: 66px 64px;
}

.banner1 .swiper-button-prev:hover{
    background-image: url(//filecdn.ify.cn/skin/style449/img/left_h.png);
    left: 170px;
    right: auto;
}
.banner1 .swiper-button-next:hover{
    background-image: url(//filecdn.ify.cn/skin/style449/img/right_h.png);
    right: 170px;
    left: auto;
}
/*飘在第一屏上的内容*/
.banner_cen{
    position: absolute;
    bottom: 0px;
    left: 0;
    z-index: 9;
    width: 100%;
}
.banner_cen .banner_title{
    width: 485px;
    height: 290px;
    background: rgba(255, 255, 255, 0.34);
    color: #D22D39;
    font-weight: 700;
    padding: 45px 40px 0 40px;
    box-sizing: border-box;
}
.banner_cen .banner_title h2{
    font-size: 60px;
    padding-bottom: 20px;
    font-family: SimHei;
}
.banner_cen .banner_title h3{
    font-size: 40px;
    line-height: 68px;
}
.banner_cen .class_ul{
    margin-top: 120px;
}
.banner_cen .class_ul li{
    float: left;
    width: 25%;
    height: 300px;
    text-align: center;
}

.banner_cen .class_ul li:first-child{
    background: url(//filecdn.ify.cn/skin/style449/img/class1.jpg) no-repeat;
    background-size: 100% 100%;
}
.banner_cen .class_ul li:nth-child(2){
    background: url(//filecdn.ify.cn/skin/style449/img/class2.jpg) no-repeat;
    background-size: 100% 100%;
}
.banner_cen .class_ul li:nth-child(3){
    background: url(//filecdn.ify.cn/skin/style449/img/class3.jpg) no-repeat;
    background-size: 100% 100%;
}
.banner_cen .class_ul li:nth-child(4){
    background: url(//filecdn.ify.cn/skin/style449/img/class4.jpg) no-repeat;
    background-size: 100% 100%;
}
.banner_cen .class_ul li a{
    width: 100%;
    height: 100%;
    color: #fff;

}
.banner_cen .class_ul li img{
    width: auto;
    height: 60px;
    margin-top: 55px;
}
.banner_cen .class_ul li h4{
    font-size: 26px;
    padding: 25px 0 40px;
}
.banner_cen .class_ul li span{
    display: block;
    padding-bottom: 20px;
    font-weight: 700;
}
/*第二屏*/
.banner2{
    background: url(//filecdn.ify.cn/skin/style449/img/about1.jpg) no-repeat center center;
    position: relative;
}
.banner2 .about{
    width: 50%;
    padding: 70px 0 80px 55px;
    box-sizing: border-box;
    text-align: center;
    position: relative;
    z-index: 9;
}
.banner3 .pro,
.banner4 .tit{
    text-align: center;
}
.banner4 .tit h4,
.banner3 .pro h4,
.banner2 .about h4{
    color: #999;
    font-size: 12px;
    font-weight: normal;
    letter-spacing: 2px;
}
.banner4 .tit h3.title,
.banner3 .pro h3.title,
.banner2 .about h3.title{
    font-size: 24px;
    color: #333;
    padding: 20px 0 25px;
}
.banner2 .about .info{
    text-align: left;
    text-indent: 2em;
    max-height: 360px;
}
.banner2 .about .info p{
    text-indent: 2em;
}
.look_more{
    border-radius: 8px;
    letter-spacing: 2px;
    color: #fff;
    background: -webkit-linear-gradient(left, #D0000E , #ED545F); /* Safari 5.1 - 6.0 */
    background: -o-linear-gradient(right, #D0000E, #ED545F); /* Opera 11.1 - 12.0 */
    background: -moz-linear-gradient(right, #D0000E, #ED545F); /* Firefox 3.6 - 15 */
    background: linear-gradient(to right, #D0000E , #ED545F); /* 标准的语法（必须放在最后） */
}
.banner2 .about .look_more{
    font-weight: 700;
    margin: 45px 0 0px;
    padding: 12px 25px;


}
.banner2 .img_con{
    position: absolute;
    bottom: -250px;
    right: 0;
    width: 468px;
    height: 507px;
    background: url(//filecdn.ify.cn/skin/style449/img/about_icon.png) no-repeat;
}
/*第三屏*/
.banner3{
    background: url(//filecdn.ify.cn/skin/style449/img/pro_bg.jpg) no-repeat center center;
}
.banner3 .banner3_con{
    position: relative;
    padding: 70px 0;
}
.banner3 .banner3_carrousel{
    width: 996px;
    height: 500px;
    margin: 0 auto;
}
.banner3 .swiper-slide{
    background: #fff;
    width: 290px !important;
    height: 420px;
    transform: scale(0.92);
    -ms-transform: scale(0.92); 	/* IE 9 */
    -moz-transform: scale(0.92);  	/* Firefox */
    -webkit-transform: scale(0.92);  /* Safari 和 Chrome */
    -o-transform: scale(0.92);  	/* Opera */
    -moz-box-shadow: 15px 10px 30px 6px #ccc;
    -ms-box-shadow: 15px 10px 30px 6px #ccc;
    -webkit-box-shadow: 15px 10px 30px 6px #ccc;
    -o-box-shadow: 15px 10px 30px 6px #ccc;
    box-shadow: 15px 10px 30px 6px #ccc;
    border-radius: 6px;
    text-align: center;
    padding: 10px 12px 0;
    box-sizing: border-box;
}
.banner3 .swiper-slide a{
    width: 100%;
    height: 100%;
}

.banner3 .swiper-slide .top_line{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 10px;
    border-radius: 6px 6px 0 0;
    background: -webkit-linear-gradient(left, #D0000E , #ED545F); /* Safari 5.1 - 6.0 */
    background: -o-linear-gradient(right, #D0000E, #ED545F); /* Opera 11.1 - 12.0 */
    background: -moz-linear-gradient(right, #D0000E, #ED545F); /* Firefox 3.6 - 15 */
    background: linear-gradient(to right, #D0000E , #ED545F); /* 标准的语法（必须放在最后） */
}
.banner3 .swiper-slide .img_con{
    max-height: 200px;
  padding-top: 20px;
}
.banner3 .swiper-slide h4{
    color: #3D4959;
    font-size: 16px;
    padding: 10px 0 20px;
}
.banner3 .swiper-slide .info{
    max-height: 150px;
}
.banner3 .swiper-slide .look_more{
    padding: 8px 20px;
    position: absolute;
    bottom: -18px;
    left: calc(50% - 57px);
    display: none;
    color: #fff;

}
.banner3 .swiper-slide:hover{
    transform: scale(1);
    -ms-transform: scale(1); 	/* IE 9 */
    -moz-transform: scale(1);  	/* Firefox */
    -webkit-transform: scale(1);  /* Safari 和 Chrome */
    -o-transform: scale(1);  	/* Opera */
}
.banner3 .swiper-slide:hover .look_more{
    display: block;
}
.banner3 .swiper-pagination-bullet-active{
    width: 60px;
    height: 10px;
    background: url(//filecdn.ify.cn/skin/style449/img/lundot.png) no-repeat;
    background-size: 100% 100%;
    border-radius: 0;

}

.banner3 .swiper-button-prev{
    background-image: url(//filecdn.ify.cn/skin/style449/img/left_h.png);
    left: 0px;
    right: auto;
}
.banner3 .swiper-button-next{
    background-image: url(//filecdn.ify.cn/skin/style449/img/right_h.png);
    right: 0px;
    left: auto;
}
.banner3 .swiper-button-next, .banner3 .swiper-button-prev {
    width: 66px;
    height: 64px;
    margin-top: -32px;
    background-size: 66px 64px;
    top: 40%;
}
/*第四屏*/
.banner4{
    background: #F6F6F6;
}
.banner4 .banner4_con{
    padding: 70px 0;
}
.banner4 .tit {
    padding-bottom: 15px;
}
.banner4 .mytap{
    padding: 0px 0 40px;
    text-align: center;
    border-bottom: 1px solid #E2E2E2;
}
.banner4 .mytap li{
    display: inline-block;
}
.banner4 .mytap li:nth-child(1){
    margin: 0 20px;
}
.banner4 .mytap li .lookmore{
    color: #3D4959;
    padding: 7px 23px;
    border-radius: 5px;
    letter-spacing: 2px;
}
.banner4 .mytap li .lookmore:hover,
.banner4 .mytap li.active .lookmore{
    background: #D0000E;
    color: #fff;
}
.banner4 .scope_ul li{
    padding-left: 105px;
    position: relative;
    box-sizing: border-box;
    margin: 40px 0;
}
.banner4 .scope_ul li a{
    color: #3D4959;
    width: 100%;
}
.banner4 .scope_ul li .time{
    position: absolute;
    top: -10px;
    left: 0;
    width: 85px;
    border-right: 1px solid #E2E2E2;
}
.banner4 .scope_ul li .time i{
    font-size: 48px;
    margin-bottom: -5px;
    display: block;
}
.banner4 .scope_ul li .time span{
    font-size: 18px;
}
.banner4 .scope_ul li h4{
    font-size: 18px;
    padding-bottom: 15px;
}
.banner4 .scope_ul li:hover h4{
    color: #D0000E;
}

.other{
    position: absolute;
    bottom: 120px;
    right: 30px;
}
.bdshare-button-style0-16 li a{
    width: 72px;
    height: 72px;
    margin: 0;
}
.bdshare-button-style0-16 li a.qq{
    background: url(//filecdn.ify.cn/skin/style449/img/qq.jpg) no-repeat;
}
.bdshare-button-style0-16 li a.wx{
    background: url(//filecdn.ify.cn/skin/style449/img/wx.jpg) no-repeat;
}
.bdshare-button-style0-16 li a.top{
    background: url(//filecdn.ify.cn/skin/style449/img/top.jpg) no-repeat;
}
/*底部*/
.footer .ft{
    background: #D0000E;
    padding: 15px 0 10px;
}
.footer .ft h4{
    color: #fff;
    font-size: 18px;
}
.footer .ft ul{
    color: rgba(255,255,255,0.75);
    padding-top: 15px;
}
.footer .ft ul li{
    float: left;
    padding-right: 50px;
}
.footer .fb{
    background: #474747;
    color: rgba(255,255,255,0.25);
    line-height: 30px;
}
#content{
    background: #F6F6F6;
   position: relative;
}
/*关于我们*/
.inner{
    padding-top: 90px;
    position: relative;
}
.inner img{
    width: 100%;
    min-height: 200px;
}


/*飘上去的标题*/
.crumbs {
    position: absolute;
    top: 43%;
    left: calc(50% - 600px);
    z-index: 9;
    color:#fff;
    height: auto;
}
.crumbs h3 {
    font-size: 46px;
    font-weight: 700;
    padding-bottom: 30px;
    letter-spacing: 2px;
}

.crumbs h5{
    font-size: 20px;
    width: 500px;
}
.inner_main{

}

.inner_con{
    position: relative;
    justify-content: space-between;
    padding: 70px 0 50px;
}
/* 左侧 */
.inner_l{
    width: 20%;
}
.inner_l_title{
    margin-bottom: 10px;
}
.inner_l_title h2{
    width: 100%;
    font-size: 18px;
    color: #fff;
    line-height: 50px;
    text-align: center;
    background: #D0000E;
}
.left_menu li{
    width: 100%;
}
.left_menu li a{
    width: 100%;
    font-size: 16px;
    line-height: 70px;
    text-align: center;
    background: #FAFAFA;
    border-bottom: 1px solid #E5E5E5;
}
.left_menu li a:hover{
    background: #CCCCCC;
    color: #D0000E;
}
.left_menu li a.on{
    background: #CCCCCC;
    color: #D0000E;
}
/* 右侧内容*/
.inner_r{
    width: 76%;
}

/*导航*/
.inner_r .inner_nav{
    text-align: right;
    line-height: 50px;
    color: #D0000E;
}
.inner_r .inner_nav a{
    color: #3D4959;
}
.inner_r .title{
    padding: 60px 0 20px;
    font-size: 24px;
    color: #3D4959;
    font-weight: 700;
    letter-spacing: 3px;
    text-align: center;
}
.inner_r .info,
.inner_r .info p{
    font-size: 16px;
    color: #3D4959;
}


/*新闻资讯*/

.news_ul{
    padding-bottom: 40px;
}
.news_ul li{
    position: relative;
    margin: 0 0 50px 50px;
}
.news_ul li a{
    width: 100%;
    background: #FDFDFD;
}
.news_ul li .time{
    position: absolute;
    top: 50px;
    left: -50px;
    width: 100px;
    height: 100px;
    background: #D0000E;
    color:#fff;
    text-align: center;
}
.news_ul li .time i{
    font-size: 38px;
    margin-bottom: -5px;
    display: block;
    padding-top: 8px;
}
.news_ul li .time span{
    font-size: 18px;
}
.news_ul li .img_con{
    width: 34%;
    height: 200px;
}
.news_ul li .info_con {
    width: 64%;
    padding: 30px 25px 0 0;
    color: #3D4959;
}
.news_ul li .h4{
    font-size: 18px;
    padding-bottom: 10px;

    margin: 0;
}
.news_ul li:hover h4{
    color: #D0000E;
}
.news_ul li .info{
    height: 75px;
    margin: 0px 0 20px;
    line-height: 25px;
    -webkit-line-clamp: 3;
    text-indent: 0;
    font-size: 14px;
}

/*分页结构*/
.pageing {
    text-align: center;
}

.JZD_PAGE_GONG,
.JZD_PAGE_ZONGSHU,
.JZD_PAGE_TIAOJILU,
.JZD_PAGE_YECI,
.JZD_PAGE_DANGQIANYE,
.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_SHUZIYE {
    border: 1px solid #D5D5D5;
    padding: 5px 12px;
}

.JZD_PAGE_PREVIOUS,
.JZD_PAGE_NEXT,
.JZD_PAGE_DISABLED {
    border: none;
    background: #D0000E;
    color: #fff;
    padding: 5px 12px;
}
/*产品展示*/
.pro_ul{
    padding-bottom: 50px;
}
.pro_ul li{
    width: 32%;
    float: left;
    background: #fff;
    border-radius: 7px;
    position: relative;
    margin-top: 60px;
}
.pro_ul li a{
 width: 100%; 
}
.pro_ul li:nth-child(3n-1){
    margin: 60px 17px 0;
}
.pro_ul li .img_con{
    height: 200px;
}
.pro_ul li h4{
    color: #3D4959;
    font-size: 16px;
    padding: 10px 0 20px;
    text-align: center;
    font-weight: 700;
    letter-spacing: 2px;
}
.pro_ul li .info {
    height: 120px;
    margin: 0 10px 40px;
    -webkit-line-clamp: 4;
}
.pro_ul li .look_more{
    padding: 8px 20px;
    position: absolute;
    bottom: -18px;
    left: calc(50% - 54px);
    color: #fff;

}
/*联系方式*/
.inner_r .title.title_c {
    text-align: left;
}
.add_ul{

}
.add_ul li{
    float: left;
    width: 50%;
    line-height: 50px;
    padding-left: 50px;
    position: relative;
}
.add_ul li:after{
    content: "";
    display: block;
    background: url(//filecdn.ify.cn/skin/style449/img/icon_1.png) no-repeat;
    position: absolute;
    width: 27px;
    height: 30px;
    top: 10px;
    left: 0;
}
.add_ul li:nth-child(2):after{
    background: url(//filecdn.ify.cn/skin/style449/img/icon_2.png) no-repeat;
    width: 30px;
    height: 22px;
    top: 15px;
}
.add_ul li:nth-child(3):after{
    background: url(//filecdn.ify.cn/skin/style449/img/icon_3.png) no-repeat;
    width: 30px;
    height: 30px;
    top: 9px;
}
.add_ul li:nth-child(4):after{
    background: url(//filecdn.ify.cn/skin/style449/img/icon_4.png) no-repeat;
    width: 30px;
    height: 29px;
    top: 9px;
}
.addimg{
    height: 370px;

}
.comp_name{
    margin:0 0 5px 0;
    padding:0.2em 0;
    color:#7D0000;
    font-size: 18px;
}
.comp_add{
    margin:0;
    line-height:1.5;
    font-size:14px;
}
.message{
    padding: 50px 0 10px;
}
.message .ipt{
    width: 47%;
    display: inline-block;
    background: #fbfbfb;
    border: 1px solid #cdcdcd;
    margin-bottom: 20px;
    border-radius: 0;
    box-shadow: none;
    height: 40px;
}
.message  textarea{
    background: #fbfbfb;
    margin-bottom: 20px;
    border-radius: 0;
    box-shadow: none;
    border: 1px solid #cdcdcd;
}
.message .ipt:nth-child(2n){
    float: right;
}
.message .submit{
    background: #D0000E;
    color: #fff;
}
.message .button{
    background: #a0a0a0;
    color: #fff;
}
.a_img:hover{
opacity: .8;
}






@media screen and (max-width: 1300px) {
    .banner_cen .class_ul{
        margin-top: 60px;
    }
    .banner .swiper-button-prev{
        left: 40px;
    }
    .banner .swiper-button-next{
        right: 40px;
    }
}








/*移动端*/
@media screen and (max-width: 767px) {
    .w {
        margin: 0;
        width: auto;
        padding: 0 10px;
    }

    /*左侧菜单*/
    .cbp-spmenu-left {
        width: 50%;
        height: 100%;
        overflow-y: scroll;
        top: 40px;
        z-index: 1000;
        position: fixed;
        left: -100%;
        display: block;
    }

    .cbp-spmenu-left.cbp-spmenu-open {
        left: 0px;
    }

    .menu_box {
        width: 100%;
        height: 100%;
        background: #fff;
        overflow-y: scroll
    }

    .meum_list {
        width: 100%;
    }

    .meum_list li {
        width: 100%;
        font-size: 16px;
        border-bottom: solid 1px #e5e5e5;
        line-height: 3rem
    }

    .meum_list li span {
        width: 100%;
    }

    .meum_list li span > a {
        width: 100%;
        color: #333;
        display: block;
        padding-left: 20px;
    }

    .meum_list li .hide_meum {
        display: none;
    }

    .meum_list li dd {
        border-top: 1px solid #BBC3BD;
        background: #D0000E;
        color: #fff;
        width: 100%;
        line-height: 32px;
        padding: 0 20px;
        box-sizing: border-box;
        font-size: 14px;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
        position: relative;
    }

    .meum_list li .hide_meum dd a {
        color: #fff;
    }

    .meum_list li .hide_meum dd a i {
        position: absolute;
        top: 0px;
        right: 8px;
    }
    /*移动端导航*/
    .mobile_top {
        height: 40px;
        border-bottom: 1px solid #dfdfdf;
        width: 100%;
        background: #fff;
    }

    .mobile_top .logo {
        width: 106px;
        height: 27px;
        padding-top: 5px;
    }
      .mobile_top .logo a,
   .mobile_top .logo a img{
        width: 100%;
    }
    .mobile_top .meum{
        padding-top: 10px;
    }

    .mobile_top .meum a.top_right {
        width: 18px;
        height: 15px;
        background: url(//filecdn.ify.cn/skin/style449/img/meum.png) no-repeat;
        background-size: 100% 100%;
        margin-top: 3px;
    }
    .mobile_top .meum a.eng {
        padding-right: 5px;
    }
    /*首页内容*/
    .banner1 {
        padding-bottom: 145px;
    }
    .banner3 .swiper-container-horizontal>.swiper-pagination-bullets,
    .banner3 .swiper-button-next, .banner3 .swiper-button-prev,
    .banner1 .swiper-button-next, .banner1 .swiper-button-prev{
        display: none;

    }
    .banner_cen {
        bottom: 15px;
    }
    .banner_cen .banner_title {
        width: 248px;
        height: 145px;
        padding: 20px 15px 0 15px;
    }


    .banner_cen .banner_title h2 {
        font-size: 24px;
        padding-bottom: 10px;
        font-family: SimHei;
        font-weight: 700;
    }
    .banner_cen .banner_title h3 {
        font-size: 18px;
        line-height: 34px;
        font-weight: 700;
    }
    .banner_cen .class_ul {
        margin-top: 35px;
    }
    .banner_cen .class_ul li {
        height: 115px;
    }
    .banner_cen .class_ul li img {
        height: 30px;
        margin-top: 20px;
    }
    .banner_cen .class_ul li h4 {
        font-size: 12px;
        padding: 20px 0 0px;
    }
    .look_more {
        letter-spacing: 1px;
    }
    /*第二屏*/
    .banner2 {
        background: url(//filecdn.ify.cn/skin/style449/img/about1_m.jpg) no-repeat center center;
    }
    .banner2 .about {
        padding: 20px 0 25px 10px;
    }
    .banner2 .about .info {
        max-height: 90px;
        overflow: hidden;
        display: -webkit-box;               /*将对象作为弹性伸缩盒子模型显示*/
        text-overflow: ellipsis;            /*可以用来多行文本的情况下，用省略号“...”隐藏超出范围的文本*/
        -webkit-box-orient: vertical;       /*设置或检索伸缩盒对象的子元素的排列方式*/
        -webkit-line-clamp: 3;              /*限制在一个块元素显示的文本的行数*/
    }
    .banner2 .about .look_more {
        font-weight: normal;
        margin: 15px 0 0px;
        padding: 5px 8px;
        font-size: 12px;
    }
    .banner4 .tit h3.title, .banner3 .pro h3.title, .banner2 .about h3.title {
        font-size: 20px;
        padding: 0px 0 12px;
    }
    .banner2 .img_con {
        bottom: -86px;
        width: 150px;
        height: 162px;
        background-size: 100% 100%;
    }
/*第三屏*/
    .banner3 {
        background: url(//filecdn.ify.cn/skin/style449/img/pro_bg_m.jpg) no-repeat center center;
        margin: 15px 0;
    }
    .banner3 .banner3_con {
        padding: 30px 10px;
    }
    .banner3 .banner3_carrousel {
        width: 100%;
        height: 150px;
    }
    .banner3 .swiper-slide {
        width: 107px !important;
        height: 100%;
        transform: scale(1);
        -ms-transform: scale(1);
        -moz-transform: scale(1);
        -webkit-transform: scale(1);
        -o-transform: scale(1);
        border-radius: 5px;
        padding: 5px 5px 0;
        box-shadow: none;
    }


    .banner3 .swiper-slide .top_line {
        height: 5px;
        border-radius: 5px 5px 0 0;
    }
    .banner3 .swiper-slide.swiper-slide-active .look_more{
        display: none;
    }
    .banner3 .pro h3.title{
        color :#fff;
        padding: 0px 0 20px;
    }
    .banner4 .banner4_con {
        padding: 30px 0;
    }
    .banner4 .tit h3.title{
        padding: 0px 0 4px;
    }
    .banner4 .mytap li .lookmore {
        padding: 3px 15px;
        letter-spacing: 1px;
        font-size: 12px;
    }
    .banner4 .mytap {
        padding: 0px 0 20px;
        border-bottom: 1px solid #E2E2E2;
        margin: 0 10px;
    }
    .banner4 .scope_ul li {
        padding-left: 70px;
        margin: 20px 0;
    }
    .banner4 .scope_ul li .time{
        top: -3px;
        width: 53px;
    }
    .banner4 .scope_ul li .time i {
        font-size: 26px;
        margin: 0;


    }
    .banner4 .scope_ul li .time span {
        font-size: 12px;
    }
    .banner4 .scope_ul li h4 {
        font-size: 14px;
        padding-bottom: 5px;
    }
    .banner4 .scope_ul li .info,
    .banner4 .scope_ul li .info p{
        line-height: 20px;
        font-size: 12px;
    }
    .inner {
        padding-top: 0px;
    }
    .inner img {
        min-height: 140px;
    }
    .crumbs {
        top: 24%;
        left: 0;
    }
    .crumbs h3 {
        font-size: 20px;
        padding-bottom: 10px;

    }
    .crumbs h5 {
        font-size: 12px;
        width: 240px;
        line-height: 16px;
    }
    .inner_r {
        width: 100%;
        padding: 20px 0 20px;
    }

    .inner_r .title {
        padding: 15px 0;
        font-size: 16px;
        letter-spacing: 1px;
    }
    .inner_r .info, .inner_r .info p {
        font-size: 12px;
        line-height: 24px;
    }
    .news_ul li {
        margin: 0 0 25px 0px;
    }
    .news_ul li .time {
        top: 0px;
        left: 0px;
        width: 50px;
        height: 50px;
    }
    .news_ul li .time i {
        font-size: 18px;
        padding-top: 5px;
    }
    .news_ul li .time span {
        font-size: 12px;
    }
    .news_ul li .img_con {
        width: 34%;
        height: 90px;
    }
    .news_ul li .info_con {
        width: 63%;
        padding: 4px 13px 0 0;
        color: #3D4959;
    }
    .news_ul li .h4 {
        font-size: 14px;
        padding-bottom: 5px;
    }
    .news_ul li .info {
        height: 40px;
        margin: 0px 0 4px;
        line-height: 20px;
        -webkit-line-clamp: 2;
        text-indent: 0;
        font-size: 12px;
    }
    .news_ul li .more_right{
        font-size: 12px;
    }
    .pro_ul li {
        width: 48%;
        margin-top: 30px;
    }
    .pro_ul li:nth-child(3n-1) {
        margin: 30px 0 0;
    }
    .pro_ul li:nth-child(2n-1) {
        margin: 30px 12px 0 0;
    }
    .pro_ul li .img_con {
        height: 105px;
    }
    .pro_ul li h4 {
        padding: 6px 0 10px;
      font-size: 14px;
    }
    .pro_ul li .info {
        height: 48px;
        margin: 0 8px 20px;
        -webkit-line-clamp: 2;
    }
    .pro_ul li .look_more {
        padding: 4px 20px;
        bottom: -10px;
        left: calc(50% - 47px);
        font-size: 12px;
    }
    .add_ul {
        padding: 0 0 20px;
    }
    .add_ul li {
        width: 100%;
        line-height: 40px;
        padding-left: 40px;
    }
    .add_ul li:after {
        background-size: 100% 100%;
        width: 18px;
        height: 20px;
    }
    .add_ul li:nth-child(2):after {
        background-size: 100% 100%;
        width: 20px;
        height: 15px;
        top: 15px;
    }
    .add_ul li:nth-child(3):after {
        background-size: 100% 100%;
        width: 20px;
        height: 20px;
        top: 9px;
    }
    .add_ul li:nth-child(4):after {
        background-size: 100% 100%;
        width: 20px;
        height: 20px;
        top: 9px;
    }
    .addimg {
        height: 250px;
    }
    .message {
        padding: 30px 0 10px;
    }
    .message .ipt {
        margin-bottom: 10px;
        height: 34px;
    }
  .banner3 .swiper-slide h4 {
    font-size: 14px;
}
.banner3 .swiper-slide:hover .look_more {
    display: none;
}

}

