html,
body {
    background: #fff;
    font-size: 12px;
    color: #333;
    -webkit-text-size-adjust: none;
    outline: 0;
    font-family:'微软雅黑','Microsoft YaHei', Arial, Helvetica, sans-serif;
}

header,
footer,
section,
aside,
nav,
hgroup,
figure,
figcaption {
    display: block;
    margin: 0;
    padding: 0;
    border: none;
}

body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
p,
pre,
form,
fieldset,
input,
select,
textarea,
blockquote {
    padding: 0;
    margin: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight: normal;
}

li{
    list-style-type: none;
}
strong,span,em,i  {
    font-style:normal;
}
img {
    border: none;
}

textarea {
    resize: none;
}

table {
    word-wrap: break-word !important;
    border-collapse: collapse !important;
}

a {
    color: #333;
    text-decoration: none;
}

a:hover {
    text-decoration: none;
}

p {
    word-wrap: break-word;
    word-break: normal;
}
input {
    -webkit-appearance: none;
    border-radius: 0px;
    border: none;
    -webkit-tap-highlight-color: transparent;
}
button {outline: none; border: none;}

/*间距定义等*/

.fl {
    float: left;
}

.fr {
    float: right;
}

.p10 {
    padding: 10px!important
}

.p15 {
    padding: 15px!important
}

.mt0 {
    margin-top: 0!important;
}

.mt10 {
    margin-top: 10px!important;
}

.mt15 {
    margin-top: 15px!important;
}

.ml0 {
    margin-left: 0!important;
}

.ml10 {
    margin-left: 10px!important;
}

.ml15 {
    margin-left: 15px!important;
}

.mb0 {
    margin-bottom: 0!important;
}

.mb10 {
    margin-bottom: 10px!important;
}

.mb15 {
    margin-bottom: 15px!important;
}

.mr0 {
    margin-right: 0!important;
}

.mr10 {
    margin-right: 10px!important;
}

.mr15 {
    margin-right: 15px!important;
}

.clearfix {
    zoom: 1;
}

.clearfix:after {
    content: " ";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0;
}

.relative {
    position: relative;
}

.norelative {
    position: inherit!important;
}

.overflow {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
/*股票信息*/
.zl-persont{ padding:0 0 20px;}
.lcnt-nes{ width:48%; float:left;}
.lcnt-nes td{ padding:15px 1% 15px 5%; font-weight:bold; border:1px solid #ebebeb;}
.ofn-img{ width:45%; float:right;}
.confors{ margin-top:30px;}
.confors h3{ color:#fff; background:#0081d7; line-height:66px; padding:0 2%;}
.confors ul{ width:100%;/* border:1px solid #ebebeb;*/ border-bottom:none;}
.confors ul li{ width:50%; float:left; height:70px; line-height:20px; border-bottom:1px solid #ddd;}
.confors ul li .lect{ width:30%; height:68px; display:table; float:left; background:#fafafa; padding:0 3%;}
.confors ul li .lect span{ display:table-cell; vertical-align:middle;}
.confors ul li .nustm{ width:56%; float:left; display:table; height:68px; padding:0 3%;}
.confors ul li .nustm span{ display:table-cell; vertical-align:middle;}
.pstims{ line-height:25px; margin-top:20px;}
.contm{ width:100%;}
.contm>a{ display:block; margin-bottom:15px;}
.contm table td{ border:1px solid #e5e5e5; padding:5px; line-height:25px;}
.contm table .tc{ background:#aeaeae; color:#fff; width:80px;}
.contm table .tc span{ font-size:24px;}
.contm table .tn{ width:80px; background:url(../images/pdf01.png) no-repeat center center;}
.contm>a:hover table .tc{ background:#00448d;}
.contm>a:hover table .tn{ background:url(../images/pdf02.png) no-repeat center center;}
.year-cont{ margin-bottom:15px;}
.year-cont span{ font-size:36px; font-weight:bold;}
.year-cont select{ width:140px; height:50px; float:right; border:1px solid #ddd;}
.smt-comt{ background:#f8f8f8;}
.more-gird{ text-align:center; padding:20px 0;}
.more-gird a{ display:inline-block; line-height:40px; padding: 0 20px; border:1px solid #ebebeb; border-radius:20px; background:#fff; }
.bt-olst{ padding:20px 0;}
.bt-olst .tit{ font-size:18px; color:#2553a0; font-weight:bold;}
.bt-olst .tit span{ font-size:14px; color:#333; font-weight:normal; float:right;}
.bt-olst .time{ line-height:35px; padding-bottom:15px; border-bottom:1px solid #ddd;}
.news-cont{ line-height:2; padding:15px 0;background:#fff;}
.cd-page{padding:0 10px; margin:20px 0; height:45px; line-height:45px; background:#f5f5f5; position:relative;}
.cd-page a.cd{ display:inline-block; width:45px; height:45px; background:url(../images/cd.jpg) no-repeat center center; position:absolute; left:50%; margin-left:-22px; top:0;}
.pstims {line-height: 25px;  margin-top: 20px;}
/*单行文本的溢出显示省略号*/

.overflow-d {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
}


/*多行文本的溢出显示省略号*/

.overflow-d {
    position: relative;
    line-height: 25px;
    max-height: 45px;
    overflow: hidden;
}

.overflow-d:after {
    content: "...";
    position: absolute;
    bottom: 0;
    right: 0;
    padding-left: 40px;
    /*background: -webkit-linear-gradient(left, transparent, #fff 55%);
    background: -o-linear-gradient(right, transparent, #fff 55%);
    background: -moz-linear-gradient(right, transparent, #fff 55%);
    background: linear-gradient(to right, transparent, #fff 55%);*/
}

.line {
    width: 95%;
    height: 1px;
    margin: 0 auto;
    background: #fff;
}
/*遮罩层*/

.mask {
    display: none;
    position: fixed;
    left: 0;
    right: 0;
    top: 68px;
    bottom: 0;
    background: #000;
    opacity: .5;
    z-index: 99;
}

.index_nask {
    display: none;
    position: absolute;
    left: 0;
    right: 0;
    top: 68px;
    bottom: 0;
    background: #000;
    opacity: .5;
    z-index: 99;
}
.mask-con, 
.mask-con-cell   {
    display: none;
    position: fixed;
    left: 0;
    top:0;
    z-index: 100;
    width: 100%;
    height: 100%;
}
.mask-con-cell {
    display: block;
    background: #000;
    opacity: 0.8;
}

/*基础框架*/

.w01 {
    margin-left: 1.5%;
    width: 6.9533%;
}

.w02 {
    margin-left: 1.5%;
    width: 15.416%;
}

.w03 {
    margin-left: 1.5%;
    width: 23.875%;
}

.w04 {
    margin-left: 1.5%;
    width: 32.333%;
}

.w05 {
    margin-left: 1.5%;
    width: 40.766%;
}

.w06 {
    margin-left: 1.5%;
    width: 49.250%;
}

.w07 {
    margin-left: 1.5%;
    width: 57.673%;
}

.w08 {
    margin-left: 1.5%;
    width: 66.126%;
}

.w09 {
    margin-left: 1.5%;
    width: 74.579%;
}

.w10 {
    margin-left: 1.5%;
    width: 83.033%;
}

.w11 {
    margin-left: 1.5%;
    width: 91.486%;
}

.w12 {
    margin-left: 0;
    width: 100%;
}

.w50 {
    width: 50%;
    padding: 15px;
}

.w01,
.w02,
.w03,
.w04,
.w05,
.w06,
.w07,
.w08,
.w09,
.w10,
.w11,
.w12 {
    float: left;
    position: relative;
}

.w01:first-child,
.w02:first-child,
.w03:first-child,
.w04:first-child,
.w05:first-child,
.w06:first-child,
.w07:first-child,
.w08:first-child,
.w09:first-child,
.w10:first-child,
.w11:first-child,
.w12:first-child {
    margin-left: 0;
}
/*梯形*/
.trapezoid {
    height: 0;
    width: 150px;
    border-bottom: 30px solid rgba(0,0,0,0.6);
    border-left: 30px solid transparent;
    border-right: 30px solid transparent;
}
.gp img{ width:75%;}
/*字体*/

@font-face {
    font-family: "iconfont";
    src: url('font/iconfont.eot?t=1505270613370');
    /* IE9*/
    src: url('font/iconfont.eot?t=1505270613370#iefix') format('embedded-opentype'), /* IE6-IE8 */
    url('data:application/x-font-woff;charset=utf-8;base64,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') format('woff'),
    url('font/iconfont.ttf?t=1505270613370') format('truetype'), /* chrome, firefox, opera, Safari, Android, iOS 4.2+*/
    url('font/iconfont.svg?t=1505270613370#iconfont') format('svg');
    /* iOS 4.1- */
}

.iconfont {
    font-family: "iconfont" !important;
    font-size: 16px;
    font-style: normal;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.icon-denglu:before {
    content: "\e60b";
}

.icon-zhuce:before {
    content: "\e602";
}

.icon-dizhi:before {
    content: "\e876";
}

.icon-youjian:before {
    content: "\e605";
}

.icon-wangzhi:before {
    content: "\e6a6";
}

.icon-dianhua:before {
    content: "\e62c";
}

.icon-jiantou:before {
    content: "\e609";
}

.icon-jiantou-s:before {
    content: "\e603";
}

.icon-jiantou-d-r:before {
    content: "\e600";
}

.icon-jiantou-x-r:before {
    content: "\e601";
}

.icon-jiantou-x-l:before {
    content: "\e877";
}

.icon-jiantou-d-l:before {
    content: "\e878";
}


/*翻页*/

.page-num {
    text-align: center;
    height: 35px;
    line-height: 35px;
    margin: 20px 0 40px;
}

.page-num .col-lg-3 {
    float: left;
}

.page-num .col-lg-9 {
    float: right;
}

.page-num .pagination li {
    float: left;
    border: 1px solid #ccc;
    border-right: 0;
}

.page-num .pagination li:last-child {
    border-right: 1px solid #ccc;
}

.page-num .pagination li.active {
    background: #14dd7d;
}

.page-num .pagination li.active a {
    color: #fff;
}

.page-num a {
    width: 32px;
    height: 33px;
    display: block;
    text-align: center;
    text-decoration: none;
}


/*动画*/

.trans3 {
    transition: all 0.3s;
    -moz-transition: all 0.3s;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
}

.trans5 {
    transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
}

.trans7 {
    transition: all 0.7s;
    -moz-transition: all 0.7s;
    -webkit-transition: all 0.7s;
    -o-transition: all 0.7s;
}


/*宽屏样式(start)*/

.w-1200 {
    max-width: 1200px!important;
    margin: 0 auto!important;
    position: relative;
}
.w-1290 {
    max-width: 1290px!important;
    width: 94%;
    padding: 0 2%;
    margin: 0 auto!important;
    position: relative;
}

/*导航*/

.header {
    position: fixed;
    top:0;
    left: 0;
    z-index: 100;
    width: 100%;
    height: 68px;
    border-top: 5px solid #0b3a75;
    box-shadow: 0 1px 15px rgba(0,0,0,0.7);
    background: #fff;
}
.headDiv {
    width: 100%;
    height: 73px;
}
.header .logo {
    display: block;
    padding: 10px 0;
    max-height: 48px;
    overflow: hidden;
}

.i_gp{   
   float: right;
   padding: 29px 6px;
    font-weight: bold;
    font-size: 14px;
    color: #0082d4;
	}
.header .logo img {
    max-height: 48px;
    vertical-align: middle;
}

.header .sign {
    color: #999;
    line-height: 70px;
    padding: 12px 1%;
}

.header .sign a {
    color: #333;
}

.header .sign a:hover {
    text-decoration: underline;
}

.header .nav {
    height: 68px;
}
.search_btn ,
.map_icon {
    position: relative;
    float: left;
    width: 68px;
    height: 68px;
}
.search_btn a,
.map_icon a{
    display: inline-block;
    width: 68px;
    height: 68px;
    text-align: center;
    line-height: 68px;
    font-size: 18px;
    cursor: pointer;
}
.map_icon i {
    opacity: 0;
}
.search_btn a {
    background: #0081d7 url(../images/search.png) no-repeat center center;
}
.map_icon a {
    color: #92bd47;
    background: #92bd47 url(../images/map.png) no-repeat center center;
}
.map_icon a:hover {
    color: #fff;
    background: #92bd47;
}
.map_icon a:hover i {
    opacity: 1;
}

.search_btn a:hover{
    opacity: 0.6
}
.head-ser-main {
    display: none;
    position: absolute;
    right: 0;
    top: 100%;
    padding: 30px;
    width: 300px;
    background-color: #fff;
}
.head-ser-close {
    position: absolute;
    right: 20px;
    top: 20px;
    width: 20px;
    height: 20px;
    background: url(../images/icon12.jpg) no-repeat center;
    cursor: pointer;
}
.head-ser-main p {
    margin-bottom: 10px;
    line-height: 30px;
    color: #333;
}
.head-ser-inp {
    padding-left: 10px;
    float: left;
    width: 70%;
    height: 35px;
    line-height: 35px;
    background-color: #f1f1f1;
}
.head-ser-btn {
    float: left;
    width: 25%;
    height: 35px;
    background: #1a30b0 url(../images/icon1.png) no-repeat center;
}


.header .nav ul,
.header .nav li,
.header .nav span {
    float: left;
}
.header .nav li {
    position: relative;
    border-right: 1px solid #eeeeee;
}
.header .nav li:first-child {
    border-left: 1px solid #eeeeee;
}
.header .nav li a {
    display: block;
    background: #fff;
    height: 66px;
    padding: 0px 20px;
    line-height: 66px;
    color: #000;
    font-size: 14px;
/*    text-transform: uppercase;
*/    text-align: center;
    border-bottom: 2px solid #fff;
}

.header .nav li a:hover {
    color: #0082d6;
    border-bottom: 2px solid #0082d6;
}
.header .nav li .blue_act {
    color: #0082d6;
    border-bottom: 2px solid #0082d6;
}
.header .btnBox,
.header .nav .close {
    display: none;
}
.nav_btn {
    display: none;
    float: left;
    width: 76px;
    height: 68px;
}
.index-header {
    overflow: visible;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 100;
    width: 100%;
    height: 68px;
    background: #fff;
}
.subnav {
    display: none;
    position: absolute;
    top: 68px;
    width: 510px;
    min-height: 240px;
    background: #fff;
}
.subnav dl {
    display: block;
    padding: 28px 20px 0;
}
.subnav dt {
    float: right;
    width: 224px;
    height: 129px;
}
.subnav dt img {
    width: 100%;
    height: 100%;
}
.subnav dd {
    float: left;
    width: 240px;
    height: 32px;
}
.header .nav .subnav dd a {
    float: left;
    width: 220px;
    height: 32px;
    line-height: 32px;
    text-align: left;
    padding:  0 0 0 10px;
    color: #1a1a1a;
    font-size: 12px;
    background: url(../images/nav-right.png) no-repeat left center;
    background-size: 5px;
    border-bottom: 1px solid #e6e6e6;
}
.header .nav .subnav dd a:hover {
    color: #0082d6;
}
.header .nav .nav-left .subnav:hover {
    display: block;
    left: 0px;
}
.header .nav .nav-right .subnav:hover {
    display: block;
    right: 0px;
}
.header .nav .nav-left a:hover + .subnav  {
    display: block;
    left: 0px;
}
.header .nav .nav-right a:hover + .subnav  {
    display: block;
    right: 0px;
}

/*footer*/

.footer {
    background: #131622;
    overflow: hidden;
    height: 16px;
    padding: 15px 15px;
    color: #6b6c6d;
    font-size: 12px;
}
.footer p {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    height: 16px;
}
.footer a {
    color: #6b6c6d;
    font-size: 12px;
}

.footer a:hover {
    text-decoration: underline;
}
.index-footer {
    position: fixed;
    bottom: 0;
    left: 0;
    z-index: 2;
    width: 100%;
    height: 46px;
}

/*轮播图*/

.swiper-container {}

.swiper-container .swiper-wrapper .swiper-slide img {
    width: 100%;
}

.banner .swiper-container .pagination {
    position: absolute;
    z-index: 20;
    bottom: 53px;
    width: 100%;
    text-align: center;
}

.swiper-pagination-switch {
    display: inline-block;
    width: 48px;
    height: 4px;
    background: #fff;
    margin: 0 5px;
    cursor: pointer;
}

.swiper-active-switch {
    background: #0081d7;
}

.swiper-container:hover .arrow-left,
.swiper-container:hover .arrow-right {
    display: block;
}

.swiper-container .arrow-left {
    display: none;
    background: url(../images/arrows.png) no-repeat left top;
    position: absolute;
    left: 10px;
    top: 50%;
    margin-top: -15px;
    width: 17px;
    height: 30px;
}

.swiper-container .arrow-right {
    display: none;
    background:url(../images/arrows.png) no-repeat left bottom;
    position: absolute;
    right: 10px;
    top: 50%;
    margin-top: -15px;
    width: 17px;
    height: 30px;
}

.news-banner  .swiper-container {
    overflow: visible;
}
.news-banner .swiper-pagination-switch {
    display: inline-block;
    width: 6px;
    height: 6px;
    background: #fff;
    border-radius: 50%;
    margin: 0 5px;
    cursor: pointer;
}
.news-banner .swiper-container .pagination {
    position: absolute;
    z-index: 20;
    top: -29px;
    right: 0px;
    width: 55px;
    text-align: center;
}
.news-banner .swiper-container .swiper-active-switch {
    background: #0081d7;
}

/*首页样式*/
.index_con {
    position: fixed;
    top: 68px;
    left: 0px;
    width: 100%;
}
.con_bottom {
    position: fixed;
    bottom: 46px;
    left: 0;
    z-index: 3;
    width: 100%;
    background: rgba(0,0,0,0.6);
}
.con_cell {
    position: relative;
    left: 0;
    top: 0;
    width: 100%;
}
.con_btm {
    overflow: hidden;
    width: 100%;
    height: 0px;  
    transition: all 0.5s linear;
    -moz-transition: all 0.5s linear; 
    -webkit-transition: all 0.5s linear;  
    -o-transition: all 0.5s linear; 
} 
.con_btm-act {
    height: 200px;
}
.con_cell .trapezoid {
    position: absolute;
    top: -30px;
    left: calc((100% - 216px) / 2);
    z-index: 3;
    line-height: 30px;
    text-align: center;
    cursor: pointer;
}
.banners {
    overflow: hidden;
    display: block;
    height: 100%;
    background-repeat:no-repeat;
    background-position:center center;
   /* background-size: auto 100%;*/
}
.banner img {
    display: none;
    width: 100%;
}
/*.banner1 {
    background: url(../images/banner1.png) no-repeat center center;
    background-size: auto 100%;
}
.banner2 {
    background: url(../images/banner2.png) no-repeat center center;
    background-size: auto 100%;
}
.banner3 {
    background: url(../images/banner3.png) no-repeat center center;
    background-size: auto 100%;
}*/
.trapezoid i {
    position: absolute;
    top: 1px;
    left: calc((100% - 30px) / 2);
    display: block;
    width: 30px;
    height: 30px;
    background: url(../images/icon_down.gif) no-repeat center center;
    background-size: 80%;
    /*animation: myfirst 0.8s infinite;
    -moz-animation: myfirst 0.8s infinite; 
    -webkit-animation: myfirst 0.8s infinite; 
    -o-animation: myfirst 0.8s infinite;*/
}
.index-act  {
    position: static;
    margin-top: 68px;
}
.bottom-act  {
    position: static;
}
.bottom-act  .con_cell {
    position: static;
}
.bottom-act .trapezoid {
    display: none;
}
.bottom-act .con_btm {
     overflow: hidden; 
    width: 100%;
     height: auto; 

}
.bottom-act .con_btm ul {
    display: block;
    width: 100%;
    height: auto;
    margin: 20px auto 50px;
}
.bottom-act  .con_btm ul li {
    overflow: hidden;
    float: none;
    width: 100%;
    height: 160px;
}
@keyframes myfirst
{
    0%   {top: 8px;}
    50%  {top: 12px;}
    100% {top: 8px;}
}

@-moz-keyframes myfirst 
{
    0%   {top: 8px;}
    50%  {top: 12px;}
    100% {top: 8px;}
}

@-webkit-keyframes myfirst 
{
    0%   {top: 8px;}
    50%  {top: 12px;}
    100% {top: 8px;}
}

@-o-keyframes myfirst 
{
    0%   {top: 8px;}
    50%  {top: 12px;}
    100% {top: 8px;}
}
.con_btm ul {
    display: block;
    width: 980px;
    height: 160px;
    margin: 20px auto;
}
.con_btm ul li {
    overflow: hidden;
    float: left;
    width: 33.33%;
    height: 160px;
    background: rgba(0,0,0,0.6);
}
.con_btm_title {
    width: 94%;
    height: 38px;
    line-height: 38px;
    padding: 0 3%;
    color: #fff;
    font-size: 16px;
   
}
.con_btm_title a {
    float: right;
    color: #fff;
    font-size: 12px;
}
.news-banner {
    width: 100%;
    height: 121px;
    color: #fff;
}
.news-banner .swiper-slide a {
    display: block;
    color: #fff;
    padding: 5px 3%;
}
.news-title {
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    width: 100%;
    height: 28px;
    line-height: 28px;
}
.news-banner .swiper-slide p {
    width: 100%;
    font-size: 12px;
    padding: 0;
}
.news-time {
   overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    width: 100%;
    height: 32px;
    line-height: 32px;
    font-size: 12px;
}
.con_goods dl {
    width: 94%;
    padding: 5px 3%;
}
.con_goods dt {
    overflow: hidden;
    position: relative;
    float: right;
    width: 180px;
    height: 104px;
}
.con_goods dt img {
    position: absolute;
    top:0;
    left: 0;
    z-index: 1;
    width: 100%;
}
.con_goods span {
    overflow: hidden;
    display: block;
    width: 106px;
    height: 27px;
    padding: 0 5px;
    margin: 20px 0 5px ;
    line-height: 27px;
    color: #fff;
    font-size: 14px;
    background: #0081d7;
    border: 1px solid #002897;
}
.con_goods span:nth-child(2) {
    margin: 0;
    padding: 0 5px;
    background: #91bd48;
    border: 1px solid #4f8c1d;
}
.con_goods span a{
    display: block;
    color: #fff;
}
.con_technique {
    position: relative;
}
.con_technique h2 {
    position: absolute;
    top: 0;
    z-index: 2;
}
.con_technique .line {
    position: absolute;
    top: 38px;
    left: 3%;
    z-index: 2;
    width: 40%;
}
.con_technique a {
    position: absolute;
    left: 3%;
    bottom: 20px;
    z-index: 2;
    width: 90px;
    height: 28px;
    text-align: center;
    line-height: 28px;
    color: #adadad;
    background: #043aa0;
    border: 1px solie #083479;
}
.con_technique a:hover {
    color: #fff;
}
 





/*loading*/

.loading {
    z-index: 100;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #ccc;
}

.loading_big {
    z-index: 9999;
    position: absolute;
    width: 32px;
    height: 32px;
    cursor: wait;
    background: url("../images/loading.gif") no-repeat;
}

.loading_small {
    z-index: 9999;
    position: absolute;
    width: 14px;
    height: 14px;
    cursor: wait;
    background: url("../images/loading_small.gif") no-repeat;
}




/*浮动*/

.hm-t-c {
    position: fixed;
    right: 15px;
    bottom: 50px;
    z-index: 99;
}

.hm-t-c .hm-t-s {
    width: 42px;
    height: 42px;
    line-height: 16px;
    background-color: #ccc;
    margin-bottom: 5px;
    text-align: center;
    vertical-align: middle;
}

/*关于永悦*/
 /*公司简介*/
.sub-banner {
    overflow: hidden;
    width: 100%;
    height: 236px;
    line-height: 305px;
    text-align: center;
}
.sub-banner-title {
    display: inline-block;
    height: 32px;
    line-height: 32px;
    font-size: 28px;
    color: #fff;
    padding: 42px 10px 0;
    background-image: url(../images/yy-icon.png);
    background-repeat:no-repeat;
    background-position:center top;
    background-size: 110px 30px;
} 
.about-banner {
    background-repeat:no-repeat;
    background-position:center center;
/*    background-size: auto 100%;
*/}
.customer-banner {
    background-repeat:no-repeat;
    background-position:center center;
/*    background-size: auto 100%;
*/}
.technology-banner {
    background-repeat:no-repeat;
    background-position:center center;
/*    background-size: auto 100%;*/
}
.news-banner1 {
    background-repeat:no-repeat;
    background-position:center center;
/*    background-size: auto 100%;
*/}
.customer-banner {
    background-repeat:no-repeat;
    background-position:center center;
/*    background-size: auto 100%;
*/}
.goods-banner {
    background-repeat:no-repeat;
    background-position:center center;
/*    background-size: auto 100%;*/
}
.sub-nav {
    overflow: auto;
    width: 100%;
    padding: 10px 0 0 0;
}
.sub-nav ul {
    
    width: 100%;
    height: 67px;
    
}
.sub-nav li {
    float: left;
    margin-right: 45px;
}
.sub-nav li a {
    display: block;
    height: 65px;
    line-height: 65px;
    text-align: center;
    color: #7d7d7d;
    font-size: 14px;
    border-top: 2px solid #fff;
}
.sub-nav li a:hover{
    color: #0082d5;
    border-top: 2px solid #0082d5;
}
.sub-nav-line {
    left: 0;
    top: 0;
    width: 100%;
    background: #eee;
}
.sub-nav li .blue-top {
    color: #0082d5;
    border-top: 2px solid #0082d5;
} 
.about-con {
    width: 96%;
    padding: 50px 3%;
}
.about-con h1 {
    width: 100%;
    line-height: 36px;
    padding: 20px 0;
    text-align: center;
    color: #003487;
    font-size: 32px;
}
.about-con h2 {
    width: 100%;
    line-height: 24px;
    text-align: center;
    color: #040404;
    font-size: 20px;
} 
.about-list {
    width: 90%;
    height: 86px;
    padding: 50px 0;
    margin: 0 auto;
    border-bottom: 1px dashed #e3e3e3;
}
.about-list li {
    float: left;
    width: 24.5%;
    height: 86px;
    text-align: center;
    border-right: 1px solid #e9e9e9;
}

.about-list li strong,
.about-list li span {
    position: relative;
    font-size: 50px;
    color: #666;
    font-weight: bold;
}
.about-list li strong i {
    position: absolute;
    bottom: 11px;
    right: -18px;
    font-size: 18px;
}
.about-list li span i {
    position: absolute;
    top: 0px;
    right: -15px;
    display: inline-block;
    width: 15px;
    height: 15px;
    background: url(../images/plus.png) no-repeat center center;
    background-size: 100%;
}
.about-list li em {
    display: block;
    color: #9a9a9a;
    font-size: 13px;
}
.about-list li:last-child {
    border-right: none;
}
.about-content {
    padding: 45px 10px 0;
}
.about-content p {
    line-height: 28px;
    color: #040404;
    text-align: left;
}
.img-list {
    width: 100%;
}
.img-list li {
    float: left;
    height: 180px;
    margin: 10px 10px 0 0;
}

 /*荣誉资质*/
 .honor-con {
    padding: 34px 0;
 }
.honor-list ul {
    margin-right: -10px;
}
.honor-list  li {
    position: relative;
    float: left;
    width: 24%;
    border: 1px solid #e1e1e1;
    margin: 0 10px 30px 0;
    cursor: pointer;
}
.honor-list img {
    width: 100%;
}
.technology-con li {
    width: 23%;
    margin: 0 20px 30px 0;
}
.technology-con li:nth-child(4n) {
    margin: 0 0 30px 0;
}
.honor-img .honor-mask,
.honor-img a {
    position: absolute;
}
.honor-mask {
    display: none;
    top: 0;
    left: 0;
    z-index: 2;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.6) url(../images/icon-honor.png) no-repeat center center;
    background-size: 10%;
}
.honor-img a {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    bottom: 0;
    left: 0;
    z-index:0;
    width: 96%;
    height: 48px;
    padding: 0 2%;
    line-height: 48px;
    color: #fff;
    font-size: 12px;
    background: rgba(0,0,0,0.6);
}
.honor-img a i {
    font-size: 18px;
}
.honor-list li:hover .honor-mask {
    display: block;
}
.honor-list li:hover a {
    background: #0082d5;
}
.honor-mask-con {
    position: relative;
    top: 10%;
    left: 30%;
    z-index: 100;
    width: 40%;
    text-align: center;
}
.honor-close {
    position: absolute;
    top: 0;
    right: 0;
    z-index: 100;
    width: 20px;
    height: 20px;
    background: url(../images/close-icon.png) no-repeat center center;
    background-size: 100%;
    cursor: pointer;
}
.honor-title {
    width: 100%;
    text-align: center;
    line-height: 18px;
    color: #fff;
    font-size: 14px;
    margin-top: 10px;
}
.honor-pic {
    width: 100%;
}
/*技术研发*/
    /*研发团队*/
.box-shadows {
    box-shadow: 0 0 10px rgba(0,0,0,0.4)
}
.technology-con {
    padding: 0 0 50px;
}
.technology-title {
    width: 96%;
    max-width: 970px;
    line-height: 28px;
    font-size: 16px;
    color: #4b4b4b;
    margin: 30px auto;
    text-align: center;
}
.technology-img {
    overflow: hidden;
    position: relative;
    top: 0;
    left: 0;
    width: 100%;
}
.technology-con li h1{
font-size:13px;
padding:7px 0 7px 5px;
}
.technology-list .honor-img img {
    display: block;
    width: 100%;
    transition: all .6s ease;
    -webkit-transition: all .6s ease;
    -moz-transition: all .6s ease;
}
.technology-list .honor-img:hover img {
    transform: scale(1.2);
    -webkit-transform: scale(1.2);
    -moz-transform: scale(1.2);
}
.technology-list .honor-img a {
    position: relative;
    display: block;
    width: 96%;
    height: 45px;
    line-height: 45px;
    background: #fff;
    color: #000;
    font-size: 14px;
}
.technology-list .honor-mask {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 3;
    width: 100%;
    height: 100%;
    background: url(../images/technology-icon.png) no-repeat center 90%;
    background-size: 95% 95%;
}
.technology-list  li:hover .honor-mask {
    display: block;
}
.technology-list  li:hover a {
    color: #0082d5;
    background: #fff;
}

/* 产品展示 */
.goods_info {
    overflow: auto;
    margin: 21px auto 50px!important;
}
.goods_info table {
    width: 100%;
    max-width: 1290px;
    text-align: center;
    border: 1px solid #dddddd;
}

.goods_info tr {
    cursor: pointer;
    border-bottom: 1px solid #dddddd;
}
.goods_info td,
.goods_info th {
    overflow: hidden;
    word-break:keep-all;
    white-space:nowrap;
    padding: 13px;
    color: #2f2f2f;
    font-size: 14px;
    border-right: 1px solid #dddddd;
}
.goods_info th {
    color: #fff;
    background: #005fb3;
    font-size: 13px;
} 
.goods_info tr td:first-child  {
    color: #005fb3;
    font-weight: bold;
}
.goods_info  tbody tr:nth-child(even) {
    background: #f6f6f6;
}
.goods_info tbody tr:hover {
    background: #003487;
    
}
.goods_info tbody tr:hover td {
    color: #fff;
}
/* 产品详细 */
.goods-nav-con {
    width: 100%;
    text-align: center;
    margin-right: -15px;
}

.goods-nav {
    display: inline-block;
    padding: 30px 0 0 0;
     width: auto;
/*    margin: 0 0 20px;
*/}
.goods-nav li {
    float: left;
    width: 112px;
    height: 36px;
    margin-right: 15px;
    line-height: 36px;
    text-align: center;
    border: 1px solid #d9d9d9;
}
.goods-nav li:last-child {
    margin-right: 0px;
}
.goods-nav li a {
    display: block;
    color: #342c2c;
    font-size: 14px;
    background: #fff;
}
.goods-nav li a:hover {
  color: #fff;
    background: #92bc48;  
}
.goods-nav .goods-nav-act a {
    color: #fff;
    background: #92bc48;
}

.goods-img,
.goods-info {
    float: left;
    width: 50%;
    height: auto;
	margin-top: 20px;
}
.goods-img {
    height: 591px;
    background: #f7f7f7;
	margin-top: 20px;
} 
.goods-img-cell {
    width: 550px;
    margin: 30px 40px 0 0;
}
.goods-img-cell h2 {
    width: 100%;
    height: 38px;
    line-height: 38px;
    margin-bottom: 30px;
    font-size: 20px;
    color: #101010;
}
.goods-img-cell h2 i {
    float: left;
    width: 40px;
    height: 38px;
    margin-right: 5px;
    background: url(../images/icon3.png) no-repeat 0 center;
    background-size: 100%;
}
.goods-img-cell img {
    float: right;
    display: block;
    width: 500px;
}
.goods-btn {
    float: right;
    width: 500px;
    height: 48px;
    margin: 48px auto 0;
}
.pre {
    text-align: left;
}
.next {
    text-align: right;
}
.pre:hover,
.next:hover {
    color: #0082d5;
}
.goods-info-cell {
    width: 606px;
    margin-left: 40px;
}
.goods-info-cell h2{
    color: #101010;
    font-size: 12px;
    padding: 0px 0 10px;
    line-height: 16px;
}
.goods-info-cell table {
    width: 604px;
    border: 1px solid #eeeeee;
}
.goods-info-cell tr {
    border-bottom: 1px solid #eeeeee;
}
.goods-info-cell td {
    padding: 3px;
    color: #000;
    font-size: 12px;
  /*  text-indent: 2em;*/
    border-right: 1px solid #eeeeee;
}
.goods-info-cell p {
    width: 100%;
    padding: 15px 0;
    color: #101010;
    text-align: right;
}
.goods-tip {
    margin: 0 auto;
    padding: 20px 0;
}
.goods-tip h3 {
    color: #161616;
    font-size: 14px;
}
.goods-tip p {
    color: #161616;
    font-size: 14px;
    padding:8px 0 ;
}

/* 新闻中心 */
.news-list li {
    overflow: hidden;
    height: 134px;
    padding: 25px 0;
    border-bottom: 1px solid #eee;
}
.news-img {
    overflow: hidden;
    width: 224px;
    height: 134px;
    margin-right: 3%;
}
.news-img img {
    display: block;
    width: 100%;
    transition: all .6s ease;
    -webkit-transition: all .6s ease;
    -moz-transition: all .6s ease;
}

.news-info .times {
    width:70px;
    height: 134px;
    background: #fff;
    text-align: left;
}
.news-info .times strong  {
    color: #7d7d7d;
    font-size: 22px;
    text-align: left;
}
.news-info .times span {
    text-align: left;
}
.news-info .times em {
    display: inline-block;
    width: 36px;
    height: 36px;
    background: #fff url(../images/right-icon1.png) no-repeat center center;
    background-size: 50%;
}
.news-line {
    float: left;
    width: 38px;
    height: 134px;
    padding: 0 20px 0 10px;
}
.news-line span {
    display: block;
    width:100%;
    height: 1px;
    margin-top: 20px;
    background: #bfbfbf;
}
.news-message {
    padding-right: 5%;
}
.news-list .news-message h2 {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    height: 20px;
    line-height: 20px;
    color: #7d7d7d;
    font-size: 15px;
    text-align: left;
}
.news-list .news-message p {
    color: #7d7d7d;
    font-size: 12px;
    margin-top: 20px;
    line-height: 32px;
    max-height: 64px;
}
.news-list a:hover  .news-message h2,
.news-list a:hover .news-info .times span,
.news-list a:hover .news-info .times strong {
    color: #0082d5;
}
.news-list a:hover .news-info .times em {
    background: #0082d5 url(../images/right-icon2.png) no-repeat center center;
    background-size: 50%;
}
.news-list a:hover .news-line {
    width: 70px;
}
.news-list a:hover .news-line span {
    background: #000;
}
.news-list a:hover .news-img img {
    transform: scale(1.2);
    -webkit-transform: scale(1.2);
    -moz-transform: scale(1.2);
}

/* 新闻详情 */
.news-con {
    padding: 40px 0;

}
.news-con h1 {
    width: 100%;
    padding: 10px 0;
    line-height: 26px;
    color: #3e3e3e;
    font-size: 20px;
    text-align: center;
}
.news-con h2 {
    text-align: center;
    padding: 10px 0;
    font-size: 14px;
    color: #929292;
}
.news-con h2 span,
.news-con h2 em {
    padding: 0 15px;
}
.news-con h2 span {
    border-right: 1px solid #929292;
}
.news-content {
    width: 100%;
    padding-bottom: 40px;
}
.news-content p {
    color: #393939;
    font-size: 14px;
    line-height: 28px;
    text-align: left;
}
.news-content p img {
    display: block;
    margin: 10px auto;
}
.news-con .line {
    width: 100%;
    background: #dbdbdb;
}
.bottom-line {
    width: 100%;
    padding: 20px 0;
}
.back {
    float: right;
    width: 135px;
    height: 42px;
    line-height: 42px;
    text-align: center;
    border: 1px solid #dbdbdb;
    color: #393939;
    font-size: 14px;
}
.back:hover {
    background: #0082d5;
    color: #fff;
}
.pre-news,
.next-news {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    display: block;
    height: 21px;
    line-height: 21px;
    color: #2b2b2b;
    font-size: 14px;
}
.pre-news:hover,
.next-news:hover {
    color: #0082d5;
}

/* 客户服务 */
 /* 下载中心 */
.customer-con {
    width: 100%;
    padding: 40px 0;
}
.download-list li {
    width: 100%;
    height: 64px;
    margin-bottom: 10px;
    line-height: 64px;
    cursor: pointer;
}
.times {
    float: left;
    width: 98px;
    height: 64px;
    text-align: center;
    background: #efefef;
    margin-right: 5px;
}
.times strong {
    float: left;
    width: 100%;
    height: 42px;
    line-height: 42px;
    color: #5c5c5c;
    font-size: 32px;
     text-align: center;
} 
.times span {
    float: left;
    width: 100%;
    height: 16px;
    line-height: 16px;
    font-size: 14px;
    color: #5c5c5c;
    text-align: center;

}
.download-btn {
    width: 86px;
    height: 64px;
    background: #efefef url(../images/download-icon.png) no-repeat center center;
    background-size: 30%;
}
.download-title h2 em {
    float: left;
    width: 60px;
    height: 64px;
    background: url(../images/pdf-icon1.png) no-repeat center center;
    background-size: 30%;
}
.download-title h2 {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    height: 64px;
    line-height: 64px;
    background: #efefef;
    color: #303030;
    font-size: 14px;
}
.download-list li:hover .times {
    background: #0283d6;

}
.download-list li:hover .times span,
.download-list li:hover .times strong {
    color: #fff;    
}
.download-list li:hover .download-title h2 {
    background: #0283d6;
    color: #fff;
}
.download-list li:hover .download-title h2 em {
    background: url(../images/pdf-icon2.png) no-repeat center center;
    background-size: 30%;
}
.download-list li:hover .download-btn {
    background: #91bc48 url(../images/download-icon2.png) no-repeat center center;
    background-size: 30%;
}

/* 联系我们 */
.contact-con {
    width: 100%;
    padding-bottom: 20px;
}
.contact-con h2 {
    font-size: 30.25px;
    color: #000;
    text-align: center;
}
.contact-con h3 {
    font-size: 20px;
    color: #cbcbcb;
    text-align: center;
}
.contact-con li {
    float: left;
    width: 33.33%;
    padding: 20px 0;
}
.contact-con li span {
    width: 1px;
    height: 48px;
    background: #e5e5e5;
    margin-top: 30px;
}
.contact-con dl {
    width: 75%;
    margin: 0 auto;
    text-align: center;
}
.contact-con dt {
    display: block;
    width: 75px;
    height: 75px;
    margin: 0 auto 20px;
}
.contact-con dt  img {
    width: 100%;
}
.contact-con dd {
    line-height: 24px;
    font-size: 14px;
    color: #333333;
}
/* 在线留言 */
.message-con h3 {
    font-size: 14px;
    color: #808080;
    text-align: center;
    padding: 10px 0 20px;
}
.forms li {
    float: left;
    position: relative;
    margin-right: 18px;
    margin-bottom: 25px;
    line-height: 50px;
    
}
.forms label {
    position: absolute;
    top: 0;
    left: 10px;
    float: left;
    font-size: 14px;
    color: #828282;
}
.forms input {
    width: 208px;
    height: 30px;
    padding: 10px 52px 10px 10px;
    border: 1px solid #d5d5d5;
}
.form-title input {
    width: 396px;
    background: url(../images/title.png) no-repeat 96% center;
    background-size: 5%;
}
.form-name input {
    background: url(../images/user.png) no-repeat 96% center;
    background-size: 12%;
}
.form-phone input {
    padding: 10px 52px 10px 10px;
    width: 150px;
    background: url(../images/phone.png) no-repeat 96% center;
    background-size: 18%;
}
.form-email input {
    background: url(../images/email.png) no-repeat 96% center;
    background-size: 12%;
}
.forms .forms-info {
    width: 100%;
    margin-right: 0px;
}
 .forms-info textarea {
    width: 94.4%;
    height: 168px;
    padding: 50px 2% 0px;
 }
 .submit-btn,
 .reset-btn {
    width: 258px;
    height: 48px;
    line-height: 48px;
    color: #ffffff;
    background: #0283d6;
    font-size: 14px;
    cursor: pointer;
    border: 1px solid #0283d6;
 }
  .reset-btn {
    background: #91bc49;
    border: 1px solid #91bc49;
  }
.submit-btn:hover {
    color: #0283d6;
    background: #fff;
}
.reset-btn:hover {
    color: #91bc49;
    background: #fff;
}

/* 招贤纳士 */
.recruit-layer,
.recruit-cell {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 100;
    width: 100%;
    height: 100%;
}
.recruit-cell {
    display: block;
    background: rgba(0,0,0,0.8)
}
.recruit-content {
    overflow-y: auto;
    position: relative;
    top: 5%;
    left: calc((100% - 980px) / 2);
    z-index: 100;
    width: 980px;
    height: 90%;
    background: #fff;
}
.recruit-content h2{
    width: 100%;
    height: 42px;
    line-height: 42px;
    text-align: center;
    background: #0283d6;
    color: #fff;
    font-size: 14px;
}
.recruit-content p {
    padding: 20px 20px 10px;
    font-size: 12px;
    color: #7f7f7f;
}
.recruit-close {
    position: absolute;
    top: 0;
    right: 0px;
    z-index: 100;
    width: 42px;
    height: 42px;
    background: url(../images/close-btn.png) no-repeat center center;
    background-size: 40%;
    cursor: pointer;
}
.recruit-content input[type='file'] {
    margin-left: 20px;
    margin-bottom: 20px;
    width: auto;
    height: auto;
    border: none;
    cursor: pointer;
}
.recruit-content .recruit-title {
    background: #f5f5f5;
    text-align: left;
    color: #000;
    padding:0 20px;
    width: auto;
    font-size: 12px;
}
.recruit-content ul {
    padding: 0 20px;
}
.recruit-content li {
    float: left;
    width: 33.33%;
    height: 30px;
    line-height: 30px;
    padding: 10px 0;
}
.recruit-content label {
    float: left;
    width: 97px;
}
.recruit-content input,
.recruit-content select {
    width: 140px;
    height: 30px;
    padding: 0 10px;
    border: 1px solid #ccc;
}
.recruit-content select {
    width: 160px;
}
.recruit-content textarea {
    display: block;
    width: 96%;
    max-width: 920px;
    margin: 20px 2%;
    height: 100px;
}
.red-icon {
    color: red;
}
.submits-btn {
    display: block;
    width: 124px;
    height: 40px;
    line-height: 40px;
    margin: 20px auto;
    text-align: center;
    color: #fff;
    background: #91bc49;
    border: 1px solid #91bc49;
    cursor: pointer;
}
.submits-btn:hover {
    color: #91bc49;
    background: #fff;
}
.t-head li{
    font-weight: bold;
}
.t-head li,
.t-body li {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    float: left;
    width: 14%;
    height: 60px;
    line-height: 60px;
    text-align: center;
}
.t-head li:nth-child(2),
.t-body li:nth-child(2) {
    width: 30%;
} 
.t-head li,.t-body li {
    color: #141414;
    font-size: 14px;
}
.t-body li {
    position: relative;
    cursor: pointer;
}
.t-list-con {
    display: none;
    padding: 20px;
}
.t-active ul {
    background: #0382d3;
}
.t-active li {
    color: #fff;
}
.t-head {
    border: 1px solid #ccc;
    margin-bottom: 5px;
}
.t-list {
    border: 1px solid #ccc;
    margin-bottom: 10px;
}
.t-list i {
    position: absolute;
    top: 25px;
    right: 30px;
    width: 10px;
    height: 10px;
    line-height: 10px;
    margin: 0 0 0 10px;
}
.t-active i {
    transform: rotate(90deg);
    -ms-transform: rotate(90deg);       /* IE 9 */
    -webkit-transform: rotate(90deg);   /* Safari and Chrome */
    -o-transform: rotate(90deg);        /* Opera */
    -moz-transform: rotate(90deg);
}
.t-list-con p {
    font-size: 14px;
    color: #000000;
    line-height: 28px;
}
.recruit-btn {
    width: 150px;
    height: 40px;
    line-height: 40px;
    margin: 10px 0 20px;
    text-align: center;
    color: #fff;
    background: #92bd47;
    border: 1px solid #92bd47;
    cursor: pointer;
}
.recruit-btn:hover {
    color: #92bd47;
    background: #fff;
}

/*
 * 页数按钮样式
 */
.pages {
    margin-top: 30px;
    text-align: center;
}
.page_div a {
    min-width: 30px;
    height: 28px;
    border: 1px solid #dce0e0!important;
    text-align: center;
    margin: 0 4px;
    cursor: pointer;
    line-height: 28px;
    color: #666666;
    font-size: 13px;
    display: inline-block;
}

#firstPage,
#lastPage {
    width: 50px;
    color: #0073A9;
    border: 1px solid #0073A9!important;
}

#prePage,
#nextPage {
    width: 70px;
    color: #0073A9;
    border: 1px solid #0073A9!important;
}

.page_div .current {
    background-color: #0073A9;
    border-color: #0073A9;
    color: #FFFFFF;
}

.totalPages {
    margin: 0 10px;
}

.totalPages span,
.totalSize span {
    color: #0073A9;
    margin: 0 5px;
}
@media (max-width: 1570px) {
    .header .nav li a {
        padding: 0px 30px;
    }
}
@media (max-width: 1412px) {
    .header .nav li a {
        padding: 0px 25px;
    }
}
@media (max-width: 1330px) { 
    .header .nav li a {
        padding: 0px 15px;
    }
}

@media (max-width: 1320px) {
    .goods-img,
    .goods-info {
        float: left;
        width: 100%;
        height: auto!important;
    }
    .goods-img-cell {
        float: none;
        width: 550px;
        margin: 50px auto 0;
    }
    .goods-info-cell {
        float: none;
        margin: 0 auto;
    }

}
@media (max-width: 1260px) {
    .header .logo {
        padding: 14px 10px;
        max-height: 40px;
    }
    .header .logo img {
        max-height: 40px;
        vertical-align: middle;
    }
    /*.header .nav li a  {
        padding: 0 15px;
    }*/
}
@media (max-width: 1256px) {
    .honor-list li {
        width: 32%;
    }
    .technology-con li:nth-child(4n) {
        margin: 0 20px 30px 0;
    }
    .technology-con li:nth-child(3n) {
        margin: 0 0 30px 0;
    }
}

@media (max-width: 1200px) {
    .header .nav li a  {
        padding: 0 15px;
    }
    .honor-list li {
        width: 32%;
    }
    .technology-con li {
        width: 31%;
    }
    .technology-con li:nth-child(4n) {
        margin: 0 20px 30px 0;
    }
    .technology-con li:nth-child(3n) {
        margin: 0 0 30px 0;
    }
}
@media (max-width: 1120px) {
    .header .logo {
        padding: 14px 10px;
        max-height: 40px;
    }
    .header .logo img {
        max-height: 40px;
        vertical-align: middle;
    }
    .header .nav li a  {
        padding: 0 10px;
    }
    
} 
@media (max-width: 1080px) {
    .news-content p img {
        display: block;
        width: 100%;
    }
    .header .nav li a  {
        padding: 0 8px;
    }
}
@media (max-width: 1005px) {
    .header .nav li a  {
        padding: 0 5px;
    }
}
@media (max-width: 980px) {
    .header .nav ul {
        display: none;
        position: absolute;
        top: 68px;
        right: 0px;
        height: 352px;
        z-index: 100;
        width: 100%;
        padding: 0;
        text-align: center;
        background: #131622;
    }
    .search_btn, .map_icon {
        width: 35px;
        margin-right: 5px;
    }
    .search_btn a,
    .map_icon a {
        width: 35px;
        height: 35px;
        line-height: 35px;
        border-radius: 50%;
        font-size: 14px;
        margin: 14px 0 0;

    }
    .header .nav .ulact {
        display: block;
    }
    .header .nav li {
        width: 100%;
    }
    .header .nav li a {
        text-align: left;
        padding: 0 10px;
        height: 42px;
        text-align: center;
        line-height: 42px;
        border-bottom: 2px solid #eee;
    }
    .header .btnBox {
        display: block;
        float: left;
        width: 50px;
        height: 68px;
        text-align: center;
        cursor: pointer;
    }
    .header .btnBox .btn {
        display: inline-block;
        width: 24px;
        margin-top: 22px;
        vertical-align: middle;
        cursor: pointer;
    }
    .header .btnBox .btn i {
        display: block;
        width: 100%;
        height: 3px;
        margin-bottom: 5px;
        background: #666;
    }
    .subnav:hover {
        display: none;
    }
    .header .nav .nav-left a:hover + .subnav  {
       display: none;
    }
    .header .nav .nav-right a:hover + .subnav  {
        display: none;
    }
    .recruit-content {
        width: 90%;
        left: 5%;
    }
    .recruit-content li {
        height: auto;
    }
    .con_btm {
        overflow-x: auto;
    }
@media (max-width: 945px) {
    .honor-list li {
        width: 48%;
    }
    .technology-con li {
        width: 31%;
    }
    .technology-con li:nth-child(3n) {
        margin: 0 20px 30px 0;
    }
    .technology-con li:nth-child(4n) {
        margin: 0 20px 30px 0;
    }
    .technology-con li:nth-child(2n) {
        margin: 0 0 30px 0;
    }
}
@media (max-width: 920px) {
    
    .honor-list li {
        width: 48%;
    }
    .t-head li,
    .t-body li {
        display: none;
    }
    .t-head li:nth-child(even),
    .t-body li:nth-child(even) {
        display: block;
        width: 25%;
    }
    .t-head li:nth-child(2),
    .t-body li:nth-child(2) {
        width: 50%;
    }
    .t-list i {
        display: inline-block;
        position: static;
        width: 10px;
        height: 10px;
        line-height: 10px;
        margin: 0 0 0 10px;
    }

}
@media (max-width: 800px) {
    .about-list {
        width: 100%;
    }
    .about-list li strong, .about-list li span {
        font-size: 42px;
    }
    .about-list li span i {
        width: 10px;
        height: 10px;
        right: -10px;
    }
    .about-list li strong, .about-list li span {
        font-size: 24px;
    }
    .about-list {
        height: 50px;
        padding: 30px 0;
    }
    .about-list li {
        height: 50px;
    }
    .about-con {
        width: 100%;
        padding: 50px 0%;
    }
    .about-list li strong i {
        right: -12px;
        bottom: 3px;
        font-size: 12px;
    }
    .forms li {
        float: none;
        position: relative;
        width: 100%;
        margin-right: 0px;
        margin-bottom: 25px;
        line-height: 50px;
    }
    .form-title input {
        width: 92%;
        background: url(../images/title.png) no-repeat 98% center;
        background-size: 3%;
    }
    .form-name input {
        width: 92%;
        background: url(../images/user.png) no-repeat 100% center;
        background-size: 6%;
    }
    .form-phone input {
        width: 92%;
        background: url(../images/phone.png) no-repeat 100% center;
        background-size: 6%;
    }
    .form-email input {
        width: 92%;
        background: url(../images/email.png) no-repeat 100% center;
        background-size: 6%;
    }
    .honor-mask-con {
        left: 20%;
        width: 60%;

    }
	.gp img{ width:100%;}
}
@media (max-width: 670px) {
    .contact-con li {
        float: none;
        width: 100%;
        padding: 15px 0;
    }
    .contact-con dt {
        display: block;
        width: 60px;
        height: 60px;
        margin: 0 auto 10px;
    }
	.gp img{ width:100%;}
}
@media (max-width: 670px) {
    .about-list li strong, .about-list li span {
        font-size: 32px;
    }
    .about-list li strong i {
        bottom: 3px;
        font-size: 12px;
    }
    .about-list li em {
        font-size: 12px;
    }
    .form-title input {
        width: 166px;
        background-size: 8%;
    }
}
@media (max-width: 680px) {
    .img-list li {
        width: 100%;
        text-align: center;
        margin: 10px 0 0;
        height: auto;
    }
    .img-list li img {
        max-width: 100%;
    }
    .goods-con {
        padding: 0 2%;
    }
    .goods-btn,
    .goods-img-cell,
    .goods-img-cell img {
        width: 100%;
    }
    .goods-img {
        height: auto!important;
    }
    .goods-info {
        width: 100%;
        overflow: hidden;
        overflow-x: auto;
    }
    .submit-btn, .reset-btn {
        width: 49%;
    }
    .pages {
        overflow: auto;

    }
    .goods-nav {
        padding: 0 0 20px;
        width: 100%;
        margin: 0 auto 20px;
    }
    .goods-nav li {
        margin-top: 20px;
    }
    .head-ser-main {
        display: none;
        right: -95px;
        padding: 10px;
        width: 240px;
    }
    .form-title input {
        width: 90%;
        background: url(../images/title.png) no-repeat 98% center;
        background-size: 3%;
    }
    .form-name input {
        width: 90%;
        background: url(../images/user.png) no-repeat 100% center;
        background-size: 6%;
    }
    .form-phone input {
        width: 90%;
        background: url(../images/phone.png) no-repeat 100% center;
        background-size: 6%;
    }
    .form-email input {
        width: 90%;
        background: url(../images/email.png) no-repeat 100% center;
        background-size: 6%;
    }
    
}
@media (max-width: 640px) {
    .honor-list li {
        width: 98%;
        margin: 0 0 30px 0;
    }
    .recruit-content li {
        width: 100%;
        height: auto;
    }
    .news-con h2 {
        font-size: 12px;
    }
    .news-list li {
        height: auto;
    }
    .news-img {
        float: none;
        width: 100%;
        height: auto;
    }
    .news-img img {
        width: 100%;
    }
    .form-title input {
        width: 88%;
        padding: 10px 10% 10px 2%;
        background: url(../images/title.png) no-repeat 98% center;
        background-size: 4%;
    }
    .form-name input {
        width: 88%;
        padding: 10px 10% 10px 2%;
        background: url(../images/user.png) no-repeat 100% center;
        background-size: 8%;
    }
    .form-phone input {
        width: 88%;
        padding: 10px 10% 10px 2%;
        background: url(../images/phone.png) no-repeat 100% center;
        background-size: 8%;
    }
    .form-email input {
        width: 88%;
        padding: 10px 10% 10px 2%;
        background: url(../images/email.png) no-repeat 100% center;
        background-size: 8%;
    }
    .about-list li strong, .about-list li span {
        font-size: 24px;
    }
    .about-list {
        height: 50px;
    }
    .about-con {
        width: 100%;
        padding: 50px 0%;
    }
    .swiper-pagination-switch {
        width: 16px;
    }
    .header .logo {
        padding: 7px;
        max-height:57px;
    }
	.i_gp{float: none; padding:5px;}
    .header .logo img {
        max-height: 35px;
        vertical-align: middle;
    }
}
@media (max-width: 400px) {
    .header .logo {
        padding: 17px 5px;
        max-height: 25px;
    }
    .header .logo img {
        max-height: 25px;
        vertical-align: middle;
    }
}
.page_div {
    display: table;
    white-space: nowrap;
    margin-top: 20px;
    margin-bottom: 20px;
    font-size: 15px;
    font-family: "microsoft yahei";
    color: #666666;
    margin-right: 10px;
    padding-left: 20px;
    box-sizing: border-box;
}

