﻿@font-face {
    font-family: 'logo';
    src: url('/style/fonts/webfont_asaqn2puj7l.eot'); /* IE9*/
    src: url('/style/fonts/webfont_asaqn2puj7l.eot') format('embedded-opentype'), /* IE6-IE8 */ url('/style/fonts/webfont_asaqn2puj7l.woff') format('woff'), /* chrome、firefox */ url('/style/fonts/webfont_asaqn2puj7l.ttf') format('truetype'), /* chrome、firefox、opera、Safari, Android, iOS 4.2+*/ url('/style/fonts/webfont_asaqn2puj7l.svg#庞门正道标题体2') format('svg'); /* iOS 4.1- */
}

@font-face {
    font-family: 'webfont';
    src: url('/style/fonts/webfont_xjoypiby9i.eot'); /* IE9*/
    src: url('/style/fonts/webfont_xjoypiby9i.eot') format('embedded-opentype'), /* IE6-IE8 */ url('/style/fonts/webfont_xjoypiby9i.woff') format('woff'), /* chrome、firefox */ url('/style/fonts/webfont_xjoypiby9i.ttf') format('truetype'), /* chrome、firefox、opera、Safari, Android, iOS 4.2+*/ url('/style/fonts/webfont_xjoypiby9i.svg#阿里汉仪智能黑体') format('svg'); /* iOS 4.1- */
}

@font-face {
    font-family: 'webfont2';
    src: url('/style/fonts/webfont_ice8e1axmt.eot'); /* IE9*/
    src: url('/style/fonts/webfont_ice8e1axmt.eot') format('embedded-opentype'), /* IE6-IE8 */ url('/style/fonts/webfont_ice8e1axmt.woff') format('woff'), /* chrome、firefox */ url('/style/fonts/webfont_ice8e1axmt.ttf') format('truetype'), /* chrome、firefox、opera、Safari, Android, iOS 4.2+*/ url('/style/fonts/webfont_ice8e1axmt.svg#notosanshans-demilight') format('svg'); /* iOS 4.1- */
}

@font-face {
    font-family: 'webfont3';
    src: url('/style/fonts/webfont_zouaticfvx.eot'); /* IE9*/
    src: url('/style/fonts/webfont_zouaticfvx.eot') format('embedded-opentype'), /* IE6-IE8 */ url('/style/fonts/webfont_zouaticfvx.woff') format('woff'), /* chrome、firefox */ url('/style/fonts/webfont_zouaticfvx.ttf') format('truetype'), /* chrome、firefox、opera、Safari, Android, iOS 4.2+*/ url('/style/fonts/webfont_zouaticfvx.svg#思源黑体-极细') format('svg'); /* iOS 4.1- */
}

/* 设置滚动条的样式 */
::-webkit-scrollbar {
    width: 11px;
}

/* 滚动槽 */
::-webkit-scrollbar-track {
    background-color: #eee;
}

/* 滚动条滑块 */
::-webkit-scrollbar-thumb {
    background: #999;
}

::-webkit-scrollbar-thumb:window-inactive {
}

.intro_video {
    position: relative;
    width: 100%;
    height: 0;
    padding-bottom: 56.265%;
}

.intro_video video {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0
}

* {
    outline: none;
}

img {
    max-width: 100%;
}

hr {
    width: 100%;
    margin: 0;
}

ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

a:hover, a:focus {
    color: #0066ca;
}

.clear {
    zoom: 1;
}

.mt10 {
    margin-top: 10px;
}

.mt20 {
    margin-top: 20px;
}

.mt30 {
    margin-top: 30px;
}

.m20 {
    margin: 20px 0;
}

.p10 {
    padding: 10px;
}

.p30 {
    padding: 30px;
}

.mr20 {
    margin-right: 20px;
}

.ml20 {
    margin-left: 20px;
}

.pl20 {
    padding-left: 20px;
}

.pr20 {
    padding-right: 20px;
}

.clear {
    clear: both;
}

.dis {
    display: none;
}

.row {

}

.banner {
    position: relative;
}

.banner .box_skitter {
    width: 100%;
    z-index: 2;
}

.am-breadcrumb {
    padding: 0;
    margin: 0;
}

.am-titlebar-default .am-titlebar-title, .am-titlebar-default a {
    color: #666;
    padding-left: 0;
}

.am-titlebar-default:hover a {
    color: #0066ca;
}

.am-titlebar-default .am-titlebar-title:before {
    border-color: #666;
    display: none;
}

.am-titlebar-default:hover .am-titlebar-title:before {
    border-color: #0066ca;
}

img.yh {
    width: 40px;
}

body {
    background: #fff;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;

}

::-webkit-input-placeholder {
    color: #999;
    font-family: microsoft yahei;
    font-size: 14px;
}

:-moz-placeholder {
    color: #999;
    font-family: microsoft yahei;
    font-size: 14px;
}

::-moz-placeholder {
    color: #999;
    font-family: microsoft yahei;
    font-size: 14px;
}

:-ms-input-placeholder {
    color: #999;
    font-family: microsoft yahei;
    font-size: 14px;
}

.picture {
    overflow: hidden
}

.flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
}

.picture img {
    overflow-x: hidden;
    overflow-y: hidden;
    position: relative;
    z-index: 1;
    transition-delay: 0s;
    transition-duration: 1s;
    transition-property: all;
    transition-timing-function: ease;
	height: 214px;
    width: 264px;
    /* Firefox 4 */
    -moz-transition-delay: 0s;
    -moz-transition-duration: 1s;
    -moz-transition-property: all;
    -moz-transition-timing-function: ease;
    /* Safari and Chrome */
    -webkit-transition-delay: 0s;
    -webkit-transition-duration: 1s;
    -webkit-transition-property: all;
    -webkit-transition-timing-function: ease;
    /* Opera */
    -o-transition-delay: 0s;
    -o-transition-duration: 1s;
    -o-transition-property: all;
    -o-transition-timing-function: ease;
}

.picture:hover img {
    transform: scale(1.1, 1.1);
    -ms-transform: scale(1.1, 1.1); /* IE 9 */
    -moz-transform: scale(1.1, 1.1); /* Firefox */
    -webkit-transform: scale(1.1, 1.1); /* Safari and Chrome */
    -o-transform: scale(1.1, 1.1); /* Opera */
}

.notsupport {
    position: fixed;
    top: 0;
    bottom: 0;
    z-index: 99999;
    width: 100%;
    height: 100%;
    text-align: center;
    clear: both;
    color: #fff;
    background: #0072C6;
}

.notsupport h1 {
    font-size: 100px;
    margin-top: 200px;
    margin-bottom: 30px;
}

.notsupport h2 {
    font-size: 26px;
    margin-bottom: 30px;
}

.width {
    width: 75.3%;
    margin-right: auto;
    margin-left: auto;
}

.width:before, .row:before {
    display: table;
    content: " ";
}

.width:after, .row:after {
    display: table;
    content: " ";
    clear: both;
}

.m-nav .am-offcanvas-bar {
    width: 80%;
    background-color: #2E2D3C;
    padding: 20px 0;
}

.m-nav .am-offcanvas-bar .am-panel {
    background-color: transparent;
    padding: 15px;
    font-size: 18px;
    border-bottom: 1px solid rgba(255, 255, 255, .1);
    color: #fff;
    margin: 0;

}

.m-nav .am-offcanvas-bar .am-panel a {
    color: #fff;
    display: block;
}

.m-nav .am-offcanvas-bar .am-icon-angle-right {
    font-size: 20px;
}

.am-panel .am-icon-angle-right:before {
    transform: rotate(90deg);
    transition: 0.5s
}

.am-panel .am-collapsed.am-icon-angle-right:before {
    transform: rotate(0);
    transition: 0.5s
}

.m-nav .am-offcanvas-bar .am-panel > ul > li a {
    line-height: 44px;
}

.m-nav .am-offcanvas-bar .am-panel > ul > li a:before {
    content: "——";
    display: inline-block;
    margin-right: 10px;

}

.top {
    width: 100%;
    padding: 0 20px;
    height: 36px;
    line-height: 36px;
    color: #fff;
    font-size: 12px;
    background-color: #0066ca;
    overflow: hidden;
}

.top p {
    margin: 0;
}

.top .am-fr {
    text-align: right;
}

.top a {
    color: #fff;
}

.top .am-fr span {
    padding-left: 10px;
}

.header {
    height: 80px;
    width: 100%;
    padding-left: 20px;
    background-color: #fff;
    font-size: 0;
    position: relative;
}

.header .logo {
    width: 30%;
    margin: 12px 0;
    padding: 0;
    display: inline-block;
    font-size: 0;
    vertical-align: top;
}

.header .logo a {
}

.header .logo img {
    display: inline-block;
    width: auto;
    height: 55px;
    transform: scale(1, 1);
    transition: all 0.3s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
}

.header .header_txt {
    float: left;
    padding: 0 0 0 10px;
}

.header .header_txt .t1 {
    font-size: 30px;
    margin: 0;
    line-height: normal;
}

.header .header_txt .t2 {
    font-size: 12px;
    margin: 0;
    line-height: normal;
    color: #999;
}

.header-right {
    width: 70%;
    display: inline-block;
    font-size: 0;
    vertical-align: top;
    text-align: right;
}

.header_content {
    width: 60%;
    float: right;
}

.web-color {
    color: #0066ca;
}

#main_nav {
    display: inline-block;
    position: relative; /*删除后下拉菜单全宽展示*/
}

#main_nav .nav {
    height: 80px;
}

#main_nav.fixed {
    position: fixed;
    background-color: #0066ca;
    border: none;
    top: 0;
    left: 0;
    height: 50px;
    text-align: center;
    z-index: 99;
    width: 100%;
}

#main_nav.fixed .nav, #main_nav.fixed .nav > div {
    height: 50px;
    line-height: 50px;
    position: relative;
}

#main_nav.fixed .nav > div {
    width: 170px;
}

#main_nav.fixed div > h3 > a {
    color: #fff;
}

#main_nav.fixed .hover h3:after {
    opacity: 0;
}

#main_nav.fixed .nav > div:hover h3:after {
    opacity: 1;
}

.header .header-cell {
    width: 100%;
    margin: 0 auto;
    height: 53px;
    background: #0066ca;
    list-style: none;
    display: block;
}

#nav > div {
    margin: 0 auto;
    height: 80px;
    list-style: none;
    display: inline-block;
    line-height: 80px;
    text-align: center;
    position: static;
    transition: all .5s;
    font-size: 16px;
}

.header .tel {
    display: inline-block;
    border-left: 1px solid #eee;
    padding: 0 20px;
    line-height: 80px;
    font-size: 22px;
    vertical-align: top;
}

.header .tel b {
    font-weight: bold;
}

.header .search_bar {
    display: inline-block;
    font-size: 20px;
    line-height: 80px;
    position: relative;
    padding: 0 50px;
    color: #999;
    vertical-align: top;
    border-left: 1px solid #eee;
}

.header .search_bar a {
    color: #999;
}

.header .search {
    transition: 0.5s ease 0s;
    text-align: right;
    line-height: normal;
    transform-origin: top;
    transform: scale(1, 0);
    opacity: 0;
    position: absolute;
    right: 0;
    z-index: 0;
    margin-top: -1px;
}

.header .search form {
    display: inline-block;
    vertical-align: top;
    text-align: left;
    background: rgba(255, 255, 255, 0.96);
    padding: 10px;
    border-radius: 0 0 0 4px;
    font-size: 0;
    width: 350px;
}

.header .search div {
    transition: 0.3s ease 0s;
    border: 1px solid #ddd;
    border-radius: 20px;
    padding: 5px 20px;
    background: #f5f5f5;
    color: #333;
}

.header .search button {
    background: url("/style/images/search-bg.png") no-repeat center;
    width: 20px;
    height: 20px;
    -webkit-background-size: cover;
    background-size: cover;
    vertical-align: middle;
    display: inline-block;
    border: none;
}

.header .search input {
    background: none;
    margin-left: 10px;
    width: 240px;
    display: inline-block;
    height: 30px;
    line-height: 30px;
    font-size: 14px;
    border: none;
}

.header .search_bar:hover .search {
    transform: scale(1);
    opacity: 1;
    z-index: 9;
}

#nav > div {
    cursor: pointer;
}

#nav > div h3 {
    position: relative;
    z-index: 1;
    margin: 0;
    font-weight: normal;
}

#nav > div h3:after {
    transition: 0.5s ease 0s;
    content: '';
    z-index: -1;
    bottom: 0;
    left: 15%;
    height: 100%;
    width: 70%;
    position: absolute;
    border-top: 2px solid #ba4241;
    box-sizing: border-box;
    opacity: 0;
}

/*#nav > div:hover h3:after, #nav > div.hover h3:after {*/
#nav > div:hover h3:after {
    width: 100%;
    left: 0;
    opacity: 1;
}

#main_nav.fixed #nav > div:hover a {
    background-color: #f5f5f5;
    color: #0066ca;
}

#main_nav.fixed #nav > div:hover .list-container li a {
    color: #000;
  	background-color:transparent;
}

#main_nav.fixed #nav > div:hover .list-container li:hover a {
    color: #0066ca;
}

#main_nav.fixed #nav > div:hover h3:after {
    display: none;
}

#nav > div:hover::before {
    opacity: 1;
}

#nav .sub-menu {
    transition: 0.5s ease 0s;
    transform-origin: top;
    opacity: 0;
    transform: scale(1, 0);
    overflow: hidden;
    line-height: 50px;
    background: #f2f2f2;
    left: 0;
    z-index: 2;
    position: absolute;
    width: 100%;
    font-size: 0;
}

#nav .sub-menu .list-container {
    display: inline-block;
    vertical-align: middle;
    width: 30%;
    padding: 30px;
    box-sizing: border-box;
    height: auto;
    position: relative;
    z-index: 2;
    font-size: 16px;
}

#nav .sub-menu:after {
    content: '';
    display: block;
    width: 30%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background: #e4e4e4;
}

#nav .sub-menu span {
    width: 70%;
    display: inline-block;
    vertical-align: middle;
    padding: 20px 40px;
    text-align: center;
}

#nav .sub-menu span img {
    width: 100%;
}

#nav .list-container li {
    max-width: none;
    float: none;
    width: auto;
    padding: 0;
    line-height: 40px;
    border-bottom: 1px solid #ddd;
}

#main_nav.fixed #nav span {
    display: none;
}

#main_nav.fixed #nav .sub-menu:after {
    display: none;
}

#main_nav.fixed .list-container {
    width: 100%;
    background-color: #fff;
    padding: 10px;
   border:1px solid #eee;
  
}

#main_nav.fixed .list-container li {
    padding: 0;
    border-color: #eee;
    line-height: 32px;
}

#main_nav.fixed .list-container li:last-child {
    border: none;
}

#nav > div:hover .sub-menu {
    transform: scale(1);
    opacity: 1;
}

#nav > div h3 > a {
    height: 100%;
    padding: 0 1.5vw;
    display: block;
    position: relative;
    color: #000;

}

#nav a {
    font-family: webfont2;
}

#nav > div .list-container > ul {
    background: #0075dc;
    position: relative;
    padding-bottom: 20px;
}

#nav > div .list-container > ul li a {
    display: block;
    padding: 0;
    color: #fff;
    text-align: center;
    transition: all .3s;
}

#nav > div .list-container > ul li a:hover {
    background-color: #0a2f6b;
}

#nav > div .list-container > ul li a {
    line-height: 40px;
}

.am-topbar {
    margin-bottom: 0;
    border: none;
    background-color: #fff;
}

.am-nav > li > a {
    color: #fff;
    transition: all .5s;
}

.footer .am-nav > li > a {
    color: #333;
}

.footer .am-nav > li > a:focus, .footer .am-nav > li > a:hover {

    color: #0066ca;
}

.am-topbar-nav > li > a:after {
    display: none;
}

.am-topbar-brand {
    padding: 0;
}

.cate-content .am-topbar-brand {
    height: auto;
    line-height: normal;
}

.am-topbar-brand.logo {
    line-height: normal;
    margin-top: -25px;
}

.am-topbar-brand a {
    display: block;
    height: 100%;
}

.am-topbar-brand img {
    line-height: normal;
    width: 100%;
    margin: 0 auto;
    display: block;
    transition: all .5s;
}

.am-breadcrumb {
    padding: 0;
    margin: 0;
}

.path .am-breadcrumb {
    margin-top: 15px;
}

.bg_inner {
    background: #0066ca;
    height: 80px;
    padding: 0;
}

.banner_inner {
}

.banner_inner .left {
    float: left;
}

.banner_inner .left ul {
    margin-top: 40px;
}

.banner_inner .left ul li {
    float: left;
    margin-right: 5px;
}

.banner_inner .left ul li a {
    display: block;
    padding: 0 20px;
    color: #fff;
    font-size: 14px;
    height: 40px;
    line-height: 40px;
    background: #00509F;
    outline: none;
}

.banner_inner .left ul li a:hover {
    background: #fff;
    color: #333;
}

.banner_inner .left ul li.hover a {
    display: block;
    padding: 0 20px;
    color: #333;
    font-size: 14px;
    height: 40px;
    line-height: 40px;
    background: #fff;
    font-weight: bold;
}

.banner_inner .right {
    float: right;
    color: #ff0;
    text-align: right;
    font-weight: bold;
    font-family: arial;
    margin-top: 15px;
}

.banner_inner .right span {
    color: #ff0;
    margin-right: 5px;
    font-weight: normal;
}

.banner_inner .right p {
    margin: 0 0 10px 0;
    font-size: 12px;
    font-weight: normal;
    color: #f3f3f3;
}

.subject {
    border-bottom: 1px solid #eaeaea;
    margin: 0;
}

.subject b {
    border-bottom: 1px solid #0066ca;
    display: inline-block;
    margin-bottom: -1px;
    color: #404040;
    font-size: 20px;
    line-height: 40px;
    font-weight: bold;
}

.subject .more {
    float: right;
}

.subject .more a {
    font-size: 12px;
    color: #999;
}

.subject .more a:hover {
    color: #f30;
}

.cate_list {
    margin: 0 0 40px;
}

.side .subject {
    border: none;
    background-color: #0066ca;
    padding: 10px 20px;
}

.side .subject:after {
    font-family: FontAwesome;
    content: '\f085';
    color: rgba(255, 255, 255, .6);
    display: inline-block;
    float: right;
    margin-top: -3px;
    font-size: 30px;
}

.side .subject b {
    border: none;
    color: #fff;
    font-weight: bold;
}

.side .am-list {
    padding: 20px 0 40px;
    background-color: #f5f5f5;
}

.side .am-list > li {
    background-color: #f5f5f5;
    border-width: 0 0 1px 0;
    border-color: #ddd;
    margin-bottom: 0;
}

.side .am-list > li.hover > a {
    background-color: #0066ca;
    color: #fff;
}

.side .am-list > li > a {
    padding: 0 20px;
    display: block;
    width: 100%;
    height: 45px;
    line-height: 45px;
    font-size: 16px;
}

.side .am-list > li span.num {
    position: absolute;
    top: 13px;
    right: 20px;
    padding-left: 10px;
    color: #666;
    font-size: 12px;
    border-left: 1px solid #ccc;
}

.side .am-list > li:hover span.num {
    background-color: transparent;
}

.side .am-list > li > a:hover {
    color: #fff;
    background-color: #0066ca;
}

.cate_list li span.am-fr {
    font-weight: normal;
    color: #fff;
    padding: 0 10px;
    height: 20px;
    background-color: #ccc;
    border-radius: 10px;
    line-height: 18px;
    font-size: 12px;
}

.cate_list li:hover span.am-fr {
    background-color: #0066ca;
}

.call {
    overflow: hidden;
}

.call h1 {
    font-size: 22px;
    font-weight: bold;
    color: #0066ca;
    margin-top: 0;
    line-height: normal;
    padding: 0;
}

.call h1 span {
    font-size: 16px;
    font-weight: normal;
}

.more-link {
    width: 100%;
    height: 40px;
    line-height: 40px;
    text-align: center;
    display: block;
    background-color: #e6e6e6;
    border: 1px solid #ccc;
    color: #333;
    margin: 0 auto;
    transition: all .5s;
}

.more-link:hover {
    background-color: #0066ca;
    color: #fff;
}

.home_about {
    clear: both;
    overflow: hidden;
}

.home_about .left {
    float: left;
    width: 410px;
    margin-right: 30px;
}

.home_about .left video {
    background: #000;
}

.home_about .right {
    float: right;
    width: 750px;
    line-height: 30px;
    font-size: 14px;
}

.home_about .right p {
    font-size: 14px;
    line-height: 30px;
    margin: 0 0 10px 0;
}

.home_nav {
    overflow: hidden;
    text-align: center;
    border-bottom: 1px solid #eee;
}

.home_nav h1 {
    font-size: 36px;
    line-height: 73px;
    margin: 0;
}

.home_nav .am-breadcrumb {
    border: none;
    margin: 20px 0 0;
    padding: 0;
}

.home_nav .am-breadcrumb li {
    height: 32px;
    line-height: 32px;
}

.home_nav ul {

}

.home_nav ul li {
    float: left;
    position: relative;
    height: 32px;
    line-height: 32px;
    margin: 20px 10px 20px 0;
}

.home_nav ul li a {
    display: block;
    color: #333;
    font-size: 14px;
    padding: 0 20px;
    background: #fff;
    border-radius: 2px;
    border: 1px solid #E7E7E7;
}

.home_nav ul li a:hover {
    background: #0066ca;
    color: #fff;
    border: 1px solid #0066ca;
}

.home_nav ul li.hover a {
    display: block;
    font-size: 14px;
    background: #0066ca;
    color: #fff;
    border: 1px solid #0066ca;
    margin: 0 2px;
}

.home_nav ul li dl {
    display: none;
    background: #0066ca;
    padding: 2px 0;
    margin: 16px 0 0 0;
    z-index: 999;
}

.home_nav ul .hover dl {
    display: none;
    text-align: left;
    position: absolute;
    top: 26px;
    left: 2px;
}

.home_nav ul .hover dl dt a {
    display: block;
    font-weight: normal;
    color: #fff;
    background: #0066ca;
    min-width: 200px;
    border: 0;
}

.home_nav ul .hover dl dt a:hover {
    background: #fff;
    color: #333;
    border: 0;
}

.home_pro {
    margin: 30px 0 0px 0;
    width: 1206px;
    clear: both;
}

.home_pro ul li {
    width: 24%;
    margin: 0 1% 1% 0;
    float: left;
}

.home_pro ul li a {
    border: 1px solid #ededed;
    padding: 4px;
    display: block;
    background: #fff;
}

.home_pro ul li a div {
    overflow: hidden;
    width: 100%;
    height: 100%;
    min-height: 279px;
    text-align: center;
}

.home_pro ul li a div img {
    max-width: 279px;
    max-height: 279px;
    border: 0;
    transition: all 1s;
    -webkit-transition: all 1s;
    -moz-transition: all 1s;
    -o-transition: all 1s;
}

.home_pro ul li:hover {
    box-shadow: 0px 1px 10px rgba(0, 0, 0, 0.1);
}

.home_pro ul li a:hover div img {
    transform: scale(1.3);
    -webkit-transform: scale(1.3);
    -moz-transform: scale(1.3);
    -o-transform: scale(1.3);
}

.home_pro ul li a p {
    text-align: left;
    font-size: 14px;
    color: #333;
    margin: 0;
    padding: 10px;
}

.home_pro ul li a:hover p {
    color: #f30;
}

.home_pro ul li a .title {
    min-height: 70px;
}

.home_pro ul li a .price {
    min-height: 40px;
    color: #f60;
    font-family: Lucida Grande, Arial, 微软雅黑, 宋体;
    font-weight: 400;
    padding: 0 10px 10px 10px;
}

.home_pro ul li a .price span {
    float: right;
    font-weight: normal;
    color: #999;
}

.home_news {
    margin-bottom: 20px;
    background: #fff;
}

.home_news_list {
}

.home_news_list li {
    border-bottom: 1px solid #E6E6E6;
    overflow: hidden;
    padding: 12px 0 12px 0;
    float: left;
    width: 49%;
    margin-right: 1%;
    min-height: 90px;
}

.home_news_list li .date {
    background: #0066ca;
    color: #fff;
    height: 50px;
    line-height: 50px;
    width: 80px;
    display: inline-block;
    text-indent: 16px;
    margin: 5px 0 0 0;
    float: left;
    font-family: verdana;
    position: absolute;
    border-radius: 5px 0 0 5px;
}

.home_news_list li .date:after {
    content: " ";
    position: absolute;
    right: -8px;
    top: 15px;
    width: 20px;
    height: 20px;
    border: #0066ca solid 1px;
    border-left: 0;
    border-bottom: 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    background: #0066ca;
}

.home_news_list li div {
    color: #999;
    font-size: 12px;
    margin-left: 100px;
}

.home_news_list li div a {
    display: block;
    font-size: 16px;
    color: #333;
}

.home_news_list li div a:hover {
    color: #f30;
}

.news_list {
}

.news_list li {
    border-bottom: 1px solid #E6E6E6;
    overflow: hidden;
    padding: 12px 0 12px 0;
}

.news_list li .date {
    background: #fff;
    color: #333;
    display: inline-block;
    margin-right: 20px;
    float: left;
    font-family: verdana;
    text-align: center;
    border-radius: 4px;
    font-size: 24px;
    font-family: verdana;
    border: 1px solid #0066ca;
    padding: 5px 0 0;
}

.news_list li .date em {
    display: block;
    font-style: normal;
    font-size: 14px;
    font-family: arial;
    background: #0066ca;
    padding: 3px 15px;
    color: #fff;
    margin-top: 5px;
}

.news_list li div {
    color: #999;
    font-size: 12px;
    margin-left: 95px;
    line-height: 22px;
}

.news_list li div a {
    display: block;
    font-size: 18px;
    color: #333;
    margin-bottom: 5px;
}

.news_list li div a:hover {
    color: #f30;
}

.home_logo {
    margin-bottom: 20px;
}

.home_logo ul {
}

.home_logo ul li {
    float: left;
    width: 10%;
    margin-bottom: 1%;
}

.home_logo ul li img {
    border: 1px solid #eee;
    width: 104px;
    height: 40px;
}

.bg_link {
    background: #eee;
    padding: 0;
    width: 100%;
    position: relative;
}

.bg_foot {
    background: #f6f6f6;
}

.link {
    padding-top: 10px;
}

.link_title {
    color: #fff;
    width: 200px;
    font-weight: bold;
    height: 38px;
    line-height: 38px;
    font-size: 24px;
    text-align: center;
    background-color: #9a231c;
    float: left;
}

.link_list {
    margin-left: 200px;
}

.link_list li {
    float: left;
    margin-left: 15px;
    margin-bottom: 10px;
}

.link_list a {
    display: inline-block;
    padding: 0 20px;
    width: 100%;
    color: #999;
    font-size: 14px;
    border: 1px solid #ccc;
    text-align: center;
    background-color: rgba(255, 255, 255, .8);
    line-height: 36px;
    transition: all .5s;
}

.link_list li:hover a {
    background-color: #0075dc;
}

.link_list a:hover {
    color: #fff;
}

.footer {
    padding: 50px 0 30px;
    background-color: #fff;
}

.footer-text {
    margin-top: 30px;
    font-size: 14px;
    color: #999;
}

.copyright {
    background-color: #fff;
    width: 100%;
    padding: 0 0 20px;
    font-size: 12px;
    text-align: center;
}

.footer .content {
    clear: both;
    overflow: hidden;
}

.footer .content .t1 {
    font-size: 20px;
    color: #0066ca;
    font-weight: bold;
    margin: 0;
}

.footer .content .t2 a {
    color: #999;
}

.footer .content .t2 {
    font-size: 16px;
    color: #999;
    margin: 0;
}

.footer .code {
    text-align: right;
}

.copyright a {
    padding-right: 10px;
    color: #fff;
}

.copyright a:hover {
    color: #fff;
}

.copyright p {
    margin-top: 0;
    margin-bottom: 10px;
}

.copy_content {
    width: 100%;
    background-color: #0066ca;
    color: #fff;
    padding: 0 40px;
    overflow: hidden;
}

.copy_content p {
    margin: 0;
    line-height: 40px;
}

.sns span {
    position: relative;
    width: 30px;
    height: 30px;
    line-height: 30px;
    font-size: 16px;
    margin-right: 5px;
    color: #fff;
    background-color: transparent;
    border-radius: 50%;
    transition: all .5s;
}

.sns span:hover {
    background: #fff;
    color: #0066ca;
}

.company {
    font-size: 24px;
    margin: 0;
    line-height: 50px;
}

.inner_container {
    min-height: 600px;
}

.inner_container h1 {
    text-align: center;
    font-size: 30px;
    font-weight: 400;
    margin: 0 0 20px 0;
    padding: 0;
}

.page_show {
    overflow: hidden;
}

.page_show h3 {
    font-size: 24px;
    font-weight: bold;
}

.page_show a {
    color: #06C;
}

.page_show a:hover {
    color: #f30;
}

.page_show p {
    text-align: justify;
}

.page_show #gallery li p {
    text-indent: 0;
}

.page_show table td img {
    height: 250px;
}

/*标签相关*/
.tags {
}

.tags li {
    display: inline;
    width: auto;
}

.tags li a {
    display: inline-block;
    padding: 10px 30px;
    color: #fff;
    font-size: 16px;
    background: #0066ca;
    margin: 0 2px 5px 0;
    border-radius: 2px;
    border: 1px solid #E7E7E7;
}

.tags li a:hover {
    background: #0066ca;
    color: #fff;
    border: 1px solid #0066ca;
}

.tags .hover a {
    display: inline;
    padding: 10px 30px;
    color: #fff;
    font-size: 14px;
    background: #0066ca;
    color: #fff;
    border: 1px solid #0066ca;
    margin: 0 2px;
    border-radius: 2px;
    border-radius: 0;
}

/*筛选相关*/
.filter {
    border: 1px solid #f3f3f3;
    padding: 6px 20px;
    margin-top: 30px;
    box-shadow: 0px 0 10px rgba(0, 0, 0, 0.1);
    padding: 15px;
}

.filter dl {
    margin: 0;
}

.filter dl dd {
    float: left;
    width: 70px;
    font-weight: bold;
    font-size: 14px;
    margin: 0;
    padding-top: 5px;
}

.filter dl dt {
    margin: 0 0 0 80px;
}

.filter dl dt a {
    font-weight: normal;
    margin: 0 5px 5px 0;
    padding: 5px 10px;
    color: #666;
    font-size: 14px;
    display: inline-block;
}

.filter dl dt a:hover {
    background: #3BB4F2;
    color: #fff;
}

.filter dl dt .hover {
    background: #3BB4F2;
    color: #fff;
}

.cate-banner .main {
    width: 86%;
    max-width: 1440px;
    perspective: 2000px;
    perspective-origin: top;
    position: relative;
    top: -110px;
    margin: 0 auto -110px;
}

.cate-banner img {
    width: 100%
}

.culture1 {
    overflow: hidden;
}

.main:after {
    content: '';
    display: block;
    clear: both;
}

.culture1 .main {
    width: 86%;
    max-width: 1440px;
    margin: 0 auto;
    position: relative;
}

.culture1 .culture_left {
    width: 60%;
    position: relative;
    float: left;
}

.culture_left p {
    margin-top: 10px;
    margin-bottom: 0;

}

.culture1 img {
    width: 100%;
}

.culture1 .content {
    position: absolute;
    right: 0;
    bottom: 0;
    background: #fff;
    width: 68%;
    padding: 3% 5%;
}

.culture1 .content h1 {
    font-size: 30px;
}

.culture1 .content h1:after {
    content: '';
    display: block;
    width: 40px;
    height: 3px;
    background-color: #000;
    margin-top: 10px;
}

.culture1 .culture_right {
    width: 30%;
    height: 100%;
    position: absolute;
    right: 0;
    top: 0;
    background: #f5f5f5;
}

.culture1 .title {
    position: absolute;
    top: 5%;
    right: 10%;
}

.culture1 .title span.t1 {
    font-family: 'Times New Roman';
    font-size: 80px;
    color: #0066ca;
    display: inline-block;
}

.culture1 .title span.t2 {
    width: 20px;
    text-align: center;
    display: inline-block;
    font-size: 14px;
    color: #000;
    line-height: 14px;
}

.culture1 .culture_right img {
    width: 100%;
    display: block;
    position: absolute;
    bottom: 0;
    left: 0;
}

.culture2 {
    background: url("/style/images/about-img3.jpg") no-repeat top center fixed;
    padding: 0;
    height: 600px;
}

.culture2.culture {
    background: url("/style/images/about-img7.jpg") no-repeat top center fixed;
    padding: 0;
    height: 600px;
}

.culture2 .main {
    width: 86%;
    height: 100%;
    max-width: 1440px;
    margin: 0 auto;
    position: relative;
}

.culture2 .culture_left {
    width: 60%;
    height: 100%;
    position: relative;
}

.culture2 .title {
    width: 32%;
    height: 50%;
    background: #fff;
    position: relative;
}

.culture2 .title .title_content {
    position: absolute;
    left: 8%;
    bottom: 5%;
}

.culture2 .title .title_content span.t1 {
    font-family: 'Times New Roman';
    font-size: 80px;
    color: #0066ca;
    display: inline-block;
}

.culture2 .title .title_content span.t2 {
    width: 20px;
    text-align: center;
    display: inline-block;
    font-size: 14px;
    color: #000;
    line-height: 14px;
}

.culture2 .content {
    width: 68%;
    height: 50%;
    background: #fff;
    position: absolute;
    right: 0;
    bottom: 0;
    padding: 3% 5%;
}

.culture2 .content h1 {
    font-size: 30px;
}

.culture2 .content h1:after {
    content: '';
    display: block;
    width: 40px;
    height: 3px;
    background-color: #000;
    margin-top: 10px;
}

.culture3 {
    overflow: hidden;
}

.culture3 .main {
    width: 86%;
    max-width: 1440px;
    margin: 0 auto;
    position: relative;
}

.culture3 .culture_left {
    width: 60%;
    position: relative;
    float: left;
}

.culture3 img {
    width: 100%;
}

.culture3 .content {
    position: absolute;
    right: 0;
    bottom: 0;
    background: #fff;
    width: 68%;
    padding: 5%;
}

.culture3 .content h1 {
    font-size: 30px;
}

.culture3 .content h1:after {
    content: '';
    display: block;
    width: 40px;
    height: 3px;
    background-color: #000;
    margin-top: 10px;
}

.culture3 .culture_right {
    width: 30%;
    height: 100%;
    position: absolute;
    right: 0;
    top: 0;
    background: #f5f5f5;
}

.culture3 .title {
    position: absolute;
    top: 5%;
    right: 10%;
}

.culture3 .title span.t1 {
    font-family: 'Times New Roman';
    font-size: 80px;
    color: #0066ca;
    display: inline-block;
}

.culture3 .title span.t2 {
    width: 20px;
    text-align: center;
    display: inline-block;
    font-size: 14px;
    color: #000;
    line-height: 14px;
}

.culture3 .culture_right img {
    width: 100%;
    display: block;
    position: absolute;
    bottom: 0;
    left: 0;
}

/*瀑布流布局*/
.piclist {
    width: 100%;
}

.piclist ul {
    width: 100%;
    overflow: hidden;

}

.piclist li {
    float: left;
    width: calc(25% - 25px);
    margin-right: 25px;

}

.piclist li a {
    display: block;
    padding: 4px;
    margin-bottom: 25px;
    border: 1px solid #eee;
}

.piclist li a:hover {
    box-shadow: 0 0 6px rgba(0, 0, 0, 0.17);
}

.piclist li a img {
    width: 100%;
}

.piclist li a p {
    font-size: 14px;
    padding: 10px;
    margin: 0;
    text-align: center;
    transition: all .5s;

}

.piclist li:hover a {
    color: #fff;
}

.piclist li:hover a p {
    background-color: #0066ca;
}

/*新闻——图片*/
.list_pic {
    margin: 0;
}

.list_pic .am-thumbnails {
    padding-top: 0;
}

.list_pic ul li {
    padding: 0 15px
}

.list_pic ul li img {
    width: 100%
}

.list_pic ul li div {
    position: relative;
}

.list_pic ul li .cateName {
    position: absolute;
    top: 15px;
    left: 15px;
    background-color: #0066ca;
    font-size: 14px;
    padding: 5px 10px;
    text-align: center;
    transition: all .5s;
    z-index: 1;
}

.list_pic ul li .cateName a {
    color: #fff
}

.list_pic ul li .cateName:hover {
    background-color: #0066ca;
    color: #fff;
}

.list_pic li .mask {
    position: relative;
}

.list_pic li .mask .content {
    width: 100%;
    background-color: #fff;
    padding: 25px;
    -moz-box-shadow: 0 0 20px rgba(0, 0, 0, 0.05);
    -webkit-box-shadow: 0 0 20px rgba(0, 0, 0, 0.05);
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.05);
}

.list_pic li .mask .content p.date {
    font-size: 14px;
    color: #999;
}

.list_pic li .mask .content p.date span {
    padding: 0 10px;
}

.list_pic li .mask .content p.title {
    font-size: 20px;
    font-weight: bold;
}

.list_pic li .mask .content p.t1 {
    font-size: 14px;
    color: #999;
    text-align: justify;
}

/*新闻相关*/
.news_content {
    margin: 20px auto 60px;
}

.news_content .am-titlebar-default {
    margin: 0 0 20px 0;
}

.news_show .info {
    margin: 15px 0;
    font-size: 12px;
    color: #999;
}

.news_show .info span {
    padding: 0 10px
}

.news_show .intro {
    padding-bottom: 30px;
    padding-top: 30px;
    clear: both;
}

.news_show .intro h3 {
    font-size: 20px;
}

.news_show .intro p {
    font: 16px/32px "Microsoft Yahei";
    margin: 15px 0;
    text-align: justify;
}

.news_show .intro a {
    color: #06C;
}

.news_show .intro a:hover {
    color: #f30;
}

.news_show .intro p img {
    max-width: 100%;
    height: auto;
}

.news_show .other {
    margin-top: 30px;
    text-align: center;
}

.news_show .other p {
    font-weight: bold;
}

.news_show .other a {
    display: inline-block;
    margin: 0 10px;
    cursor: pointer;
    background: #fff;
    border-radius: 4px;
    border: 1px solid #ddd;
    padding: 6px 20px;
    min-width: 100px;
}

.news_show .other a span {
    font-size: 18px;
    margin-right: 10px;
}

.news_show .other a em {
    font-style: normal;
    font-size: 18px;
}

.news_show .other a:hover {
    background: #0066ca;
    border-color: #0066ca;
    color: #fff;
}

.news_show .other a:hover span {
    color: #fff;
}

.news_show .tags {
    font-weight: 500;
    padding: 15px 0;
}

.news_show .tags a {
    margin-left: 15px;
    display: inline-block;
    border-radius: 4px;
    border: 1px solid #ddd;
    background: #fff;
    padding: 4px 10px;
    font-weight: normal;
    font-size: 14px;
}

.news_show .tags a:hover {
    background: #0066ca;
    color: #fff;
    border-color: #0066ca;
}

.step ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    flex-wrap: wrap;
}

.step li {
    width: 18%;
    border: 2px solid #eee;
    margin-bottom: 30px;
    text-align: center;
    padding: 20px 0;
    height: 146px;
    transition: all .5s;
    position: relative;
    cursor: pointer;
}

.step li img {
    width: 60px;
}

.step li h2 {
    font-size: 20px;
    margin: 5px 0;
}

.step li p {
    margin: 0;
    font-size: 14px;
    text-align: left;
    padding: 0 10px;
    display: none;
    transition: all .5s;
}

.step li:hover {
    border-color: #b11813;
    background-color: #b11813;
}

.step li:hover img {
    display: none;
}

.step li:hover h2 {
    color: #fff;
}

.step li:hover p {
    color: #fff;
    display: block;
}

.wz_list li {
    height: 32px;
    line-height: 32px;
}

.wz_list {
    margin: 30px 0;
}

.am-thumbnails {
    padding: 0 10px;
}

.am-thumbnails img {
    width: 100%;
    border: 1px solid #ddd;
    border-bottom: none;
    margin-bottom: 0;
}

.am-thumbnails p {
    margin: 0;
}

#about2 .am-thumbnails p {
    text-align: center;
    font-size: 14px;
}

.cate-banner li img {
    width: 100%;
}

.am-thumbnails li {
    padding: 0 8px;
    margin-bottom: 16px;
}

.am-thumbnails li p.date {
    font-size: 14px;
    color: #999;
    margin: 8px 0;
}

.am-thumbnails li p.title {
    font-size: 16px;
    margin: 5px 0;
    font-weight: 600;
    color: #666;
}

.am-thumbnails li:hover p.title {
    color: #0066ca;
}

.news_show .am-thumbnails li span {
    padding: 0 10px;
}

.cate_list li {
    transition: all .5s;
    border-bottom: 1px dashed #ddd;
}

.cate_list li a {
    display: block;
    padding: 10px;
    transition: all .5s;
    font-weight: bold;
    color: #404040;
}

.cate_list li:hover {
    background-color: #f7f7f7;
}

.cate_list li:hover a {
    color: #0066ca;
}

.border {
    border: 1px solid #ccc;
}

.am-fl.border {
    margin-right: 20px;
}

.am-fr.border {
    margin-left: 20px;
}

.next-prev {
    padding: 30px 0;
    overflow: hidden;
}

.left10 {
    left: 10px;
}

.right10 {
    right: 10px;
}

.left100 {
    left: 100px;
}

.right100 {
    right: 100px;
}

.next-prev a.np-content {
    display: block;
    overflow: hidden;
    padding: 20px 0;
    transition: all .5s;
}

.next-prev img {
    display: inline-block;
    position: relative;
}

.next-prev .wz-content {
    position: relative;
    padding: 0;
    transition: all .5s;
    width: calc(100% - 20px);
}

.next-prev .wz-content .t1 {
    margin-top: 16px;
}

.next-prev p {
    margin: 0;
}

.next-prev p.am-text-truncate {
    font-size: 14px;
}

.next-prev img {
    width: auto;
    height: 80px;
}

/*招聘相关*/
.job_show {
}

.job_show h1 {
    text-align: left;
    font-size: 30px;
    font-weight: 400;
    margin: 0;
    padding: 0;
    color: #06C;
}

.job_show h2 {
    text-align: left;
    font-size: 20px;
    font-weight: 400;
    margin: 10px 0;
    padding: 0;
    color: #06C;
}

.job_show .info {
    margin: 15px 0;
    padding: 0px;
    font-size: 14px;
}

.job_show .info ul {
    overflow: hidden;
}

.job_show .info ul li {
    float: left;
    width: 23.5%;
    border-left: 1px solid #dadada;
    padding-left: 1.5%;
    line-height: 30px;
}

.job_show .info ul li span {
    color: #999;
}

.job_show .intro a {
    color: #06C;
}

.job_show .intro a:hover {
    color: #f30;
}

.job_show .other {
    margin-top: 30px;
    text-align: center;
}

.job_show .other p {
    font-weight: bold;
}

.job_show .other a {
    display: inline-block;
    margin: 0 10px;
    cursor: pointer;
    background: #fff;
    border-radius: 4px;
    border: 1px solid #ddd;
    padding: 6px 20px;
    min-width: 100px;
}

.job_show .other a span {
    font-size: 18px;
    margin-right: 10px;
}

.job_show .other a em {
    font-style: normal;
    font-size: 18px;
}

.job_show .other a:hover {
    background: #0066ca;
    border-color: #0066ca;
    color: #fff;
}

.job_show .other a:hover span {
    color: #fff;
}

.job_show .tags {
    font-weight: 500;
}

.job_show .tags a {
    margin-left: 15px;
    display: inline-block;
    border-radius: 4px;
    border: 1px solid #ddd;
    background: #fff;
    padding: 4px 10px;
    font-weight: normal;
    font-size: 14px;
}

.job_show .tags a:hover {
    background: #0066ca;
    color: #fff;
    border-color: #0066ca;
}

.job_show .action {
    text-align: center;
}

.job_show .action a {
    display: inline-block;
    margin: 0 10px;
    cursor: pointer;
    background: #fff;
    border-radius: 4px;
    border: 1px solid #0066ca;
    padding: 6px 20px;
    min-width: 100px;
    background: #0066ca;
    color: #fff;
}

.job_show .action a:hover {
    color: #fff;
    border-color: #f60;
    background: #f60;
}

/*商品相关*/
.list_pro li a {
    display: block;
}

.list_pro .picture {
    position: relative;
    width: 100%;
    height: 0;
    padding-bottom: 100%;
}

.item_mask {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    transition: all .36s ease;
    opacity: 0;
    border-radius: 100%;
    width: 40px;
    height: 40px;
    background-color: #0066ca;
    box-sizing: border-box;
    z-index: 9;
    margin: -60px auto 0;
}

.item_wrapper {
    position: relative;
    border: 1px solid #ddd;
    background-color: #fff;
    transition: all .3s ease-out 0s;
}

.list_pro li:hover .item_info {
    background-color: #0066ca;
}

.list_pro li:hover .item_wrapper .item_info .title, .list_pro li:hover .item_wrapper .item_info .subtitle {
    color: #fff;
}

.item_wrapper .item_info {
    text-align: center;
    transition: all .36s;
    padding: 10px;
}

.item_wrapper .item_info .title {
    position: relative;
    line-height: normal;
    margin: 0;
    font-size: 14px;
    color: #393939;
}

.item_wrapper .item_info .subtitle {
    transition: all .36s ease;
    font-size: 14px;
    line-height: 16px;
    margin: 8px 0 0;
    color: #aaa;
}

.ellipsis {
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    display: block
}

.list_pro li:hover .item_mask {
    opacity: 1;
    margin: 0 auto;
}

.list_pro li:hover .picture {
    background-color: rgba(0, 0, 0, .1);
    z-index: 9;
}

.item_mask:before {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 1px;
    height: 15px;
    background-color: #fff;
}

.item_mask:after {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 15px;
    height: 1px;
    background-color: #fff;

}

.pro_show {
    margin: 0 auto;
}

.pro_show .zoom img {
    width: 100%;
  height: 315px;
}

.pro_show .thumb_pic {
    margin: 20px 0 0 0;
    text-align: center;
}

.pro_show .thumb_pic ul {
    margin: 0 auto;
}

.pro_show .thumb_pic ul li {
    float: left;
    margin-right: 5px;
    border: 1px solid #eaeaea;
    padding: 3px;
    cursor: pointer;
    position: relative;
}

.pro_show .thumb_pic ul li.hover {
    border: 1px solid #0066ca;
    background: #fff;
}

.pro_show .thumb_pic ul li.hover:after {
    content: " ";
    position: absolute;
    right: 27px;
    top: -6px;
    width: 11px;
    height: 11px;
    border: #0066ca solid 1px;
    border-left: 0;
    border-bottom: 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    background: #0066ca;
    z-index: -1;
}

.pro_show h1 {
    font-size: 24px;
    padding: 0;
    font-weight: 400;
    text-align: left;
    margin: 0 0 40px 0;
}

.pro_show h5 {
    font-size: 14px;
    margin: 10px 0;
    padding: 0;
    color: #999;
    font-weight: normal;
}

.pro_show .attribute {
}

.pro_show .attribute li {
    font-size: 14px;
    line-height: 30px;
}

.pro_show .attribute li em {
    display: inline-block;
    width: 80px;
    font-style: normal;
    color: #555;
    font-size: 14px;
}

.pro_show .price {
    font-size: 14px;
    line-height: 30px;
    margin: 20px 0;
}

.pro_show .price span {
    font-size: 36px;
    color: #f60;
}

.pro_show .price em {
    font-size: 12px;
    color: #999;
    font-style: normal;
    padding-left: 5px;
}

.pro_show .tags {
    margin: 20px 0;
}

.pro_show .tags a {
    margin-left: 10px;
    display: inline-block;
    border-radius: 4px;
    border: 1px solid #dadada;
    background: #fff;
    padding: 2px 6px;
    font-weight: normal;
    font-size: 14px;
}

.pro_show .tags a:hover {
    background: #0066ca;
    color: #fff;
    border-color: #0066ca;
}

.pro_show .action {
    margin: 30px 0;
}

.pro_show .action a {
    color: #fff;
}

.pro_intro {
    margin-top: 30px;
}

.pro_intro .plist {
    margin: 15px;
    width: 300px;
}

.pro_intro .plist ul {
    width: 304px;
}

.pro_intro .plist ul li {
    float: left;
    width: 137px;
    margin: 0 15px 15px 0;
}

.pro_intro .plist ul li a {
    border: 1px solid #ededed;
    padding: 4px;
    display: block;
    background: #fff;
    border-radius: 4px;
}

.pro_intro .plist ul li a div {
    overflow: hidden;
    width: 100%;
    height: 100%;
}

.pro_intro .plist ul li a div img {
    width: 100%;
    height: 100%;
    max-height: 127px;
    min-height: 127px;
    display: block;
    border: 0;
}

.pro_intro .plist ul li a p {
    text-align: center;
    font-size: 14px;
    color: #333;
    margin: 0;
    padding: 5px 0;
}

.pro_intro .plist ul li a:hover p {
    color: #f30;
}

.pro_intro .tabs {
    width: 100%;
    background: #f7f7f7;
    margin: 30px 0;
}

.pro_intro .tabs ul {
    width: 100%;
    background: #f7f7f7;
}

.pro_intro .tabs ul li {
    float: left;
}

.pro_intro .tabs ul li a {
    display: block;
    padding: 10px 30px;
    text-align: center;
    font-size: 18px;
    border-right: 1px solid #f3f3f3;
    border-bottom: 1px solid #f3f3f3;
    background: #fff;
    color: #999;
    border-top: 2px solid #fff;
}

.pro_intro .tabs ul li.hover a {
    border-bottom: 1px solid #fff;
    background: #fff;
    font-weight: bold;
    color: #333;
    border-top: 2px solid #0066ca;
}

.pro_intro .intro {
    padding: 30px 0;
    display: none;
}

.pro_intro .intro h3 {
    color: #0066ca;
}

.pro_intro .intro p {
    margin: 0;
    padding: 0;
}

.pro_intro .right {
    float: left;
    width: 850px;
    border: 1px solid #f3f3f3;
    box-shadow: 1px 2px 10px rgba(0, 0, 0, 0.1);
}

.pro_intro > divs {
    width: 100%;
    background: #f7f7f7;
    margin: 30px 0;
}

.pro_intro > divs ul {
    width: 100%;
    background: #f7f7f7;
}

.pro_intro > divs ul li {
    float: left;
}

.pro_intro > divs ul li a {
    display: block;
    padding: 10px 30px;
    text-align: center;
    font-size: 18px;
    border-right: 1px solid #f3f3f3;
    border-bottom: 1px solid #f3f3f3;
    background: #fff;
    color: #999;
    border-top: 2px solid #fff;
}

.pro_intro > divs ul li.hover a {
    border-bottom: 1px solid #fff;
    background: #fff;
    font-weight: bold;
    color: #333;
    border-top: 2px solid #0066ca;
}

.pro_intro .intro {
    padding: 30px 0;
    display: none;
}

.pro_intro .intro h3 {
    color: #0066ca;
    font-size: 24px;
    margin: 10px 0;
}

.pro_intro .intro p {
    margin-top: 5px;
    margin-bottom: 5px;
    padding: 0;
}

.pro_intro .intro img {
    max-width: 100%;
}

.pro_intro .intro .extend {
}

.pro_intro .intro .extend li {
    font-size: 14px;
    line-height: 30px;
}

.pro_intro .intro .extend li em {
    display: inline-block;
    width: 120px;
    font-style: normal;
    color: #555;
    font-size: 14px;
}

/*上一个下一个*/
.prev-item {
    width: 180px;
    position: fixed;
    top: 50%;
    left: 30px;
    padding: 10px 20px;
    z-index: 9;
    font-size: 14px;
    background-color: #eee;
    transition: all .5s;
}

.next-item {
    width: 180px;
    font-size: 14px;
    position: fixed;
    top: 50%;
    right: 30px;
    padding: 10px 20px;
    z-index: 9;
    background-color: #eee;
    transition: all .5s;
}

.next-item .am-align-right, .prev-item .am-align-left {
    margin: 0;
}

.prev-item:hover, .next-item:hover {
    background-color: #000;
    color: #fff;
}

.prev-item:hover a, .next-item:hover a {
    color: #fff;
}

.prev-item img, .next-item img {
    display: none;
}

.prev-item p, .next-item p {
    margin: 0;
}

.ordershow {
    margin: 10px 0 0 0;
    box-shadow: 1px 2px 10px rgba(0, 0, 0, 0.1);
    border: 1px solid #f3f3f3;
}

.ordershow .tips {
    margin: 20px 40px 30px 40px;
    position: relative;
}

.ordershow .tips h3 {
    font-size: 24px;
    font-family: microsoft yahei;
    font-weight: 400;
    margin: 0;
}

.ordershow .tips p {
    font-size: 15px;
    padding-left: 68px;
}

.ordershow .tips div {
    font-size: 20px;
    position: absolute;
    bottom: 20px;
    right: 0;
}

.ordershow .tips div em {
    color: #f30;
    font-style: normal;
}

.ordershow .tips p em {
    color: #f30;
    font-style: normal;
}

.ordershow h5 {
    font-size: 20px;
    font-family: microsoft yahei;
    font-weight: 400;
    padding-left: 30px;
    background: #fafafa;
    border: 1px solid #f3f3f3;
    border-left: 0;
    border-right: 0;
    height: 50px;
    line-height: 50px;
    margin: 10px 0;
}

.ordershow .info {
    margin: 0;
    list-style: none;
}

.ordershow .info li {
    padding: 0 0 10px 0;
    font-size: 14px;
}

.ordershow .info li span {
    display: inline-block;
    width: 120px;
    text-align: right;
    padding-right: 10px;
    color: #999;
}

.ordershow .info li em {
    color: #f30;
    font-style: normal;
}

.ordershow .pay {
    margin: 0 20px 5px 20px;
    list-style: none;
    overflow: hidden;
}

.ordershow .pay li {
    float: left;
    width: 19%;
    margin: 5px 1% 1% 0;
    cursor: pointer;
}

.ordershow .pay li div {
    border: 1px solid #efefef;
    text-align: center;
    margin-left: 10px;
    position: relative;
}

.ordershow .pay li div em {
    display: none;
    width: 20px;
    height: 20px;
    position: absolute;
    right: 0;
    bottom: 0;
    z-index: 9;
    background: url(/style/images/selected.gif) no-repeat bottom;
}

.ordershow .pay .active div {
    border-color: #90BAFF;
}

.ordershow .pay .active div em {
    display: block;
}

.ordershow .bottom {
    height: 70px;
    line-height: 70px;
    bottom: 0;
    background: #fafafa;
    border-top: 1px solid #eee;
    text-align: center;
    padding: 0 20px;
}

.ordershow .bottom button {
    margin-left: 15px;
    border: 0;
    background: #0066ca;
    color: #fff;
    padding: 10px 30px;
    border-radius: 4px;
}

/*自定义表单*/
.form-add input[type=number], .form-add input[type=search], .form-add input[type=text], .form-add input[type=password], .form-add input[type=datetime], .form-add input[type=datetime-local], .form-add input[type=date], .form-add input[type=month], .form-add input[type=time], .form-add input[type=week], .form-add input[type=email], .form-add input[type=url], .form-add input[type=tel], .form-add input[type=color], .form-add select, .form-add textarea, .am-form-field {
    width: auto;
    display: inline;
    border-color: #ddd;
    border-radius: 3px;
    -webkit-appearance: none;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.065) inset;
    transition: all 1s cubic-bezier(0.175, 0.885, 0.32, 1) 0s;
}

.form-add .w420 {
    width: 480px;
}

.form-add input {
    border: 1px solid #ddd;
    width: 60px;
    padding: 5px 10px
}

.form-add em {
    color: #999;
    font-style: normal;
}

/*表单内容*/
.formshow {
}

.formshow .item {
    font-size: 14px;
    line-height: 30px;
    clear: both;
}

.formshow .item .lefter {
    display: inline-block;
    width: 120px;
    font-style: normal;
    color: #555;
    font-size: 14px;
    float: left;
}

.formshow .item .righter {
    margin-left: 120px;
    line-height: 30px;
}

.formshow .item .righter .pic {
    max-width: 400px;
    margin: 10px 0;
}

.formshow .item .righter video {
    width: 450px;
    height: 300px;
}

.imagelist {
    overflow: hidden;
}

.imagelist ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.imagelist ul li {
    float: left;
    width: 19%;
    margin-right: 1%;
    border: 1px solid #ddd;
    padding: 5px;
    border-radius: 4px;
    margin-top: 15px;
    cursor: pointer;
    position: relative;
}

.imagelist ul li .preview {
    height: 140px;
    background: #fafafa;
    overflow: hidden;
    text-align: center;
}

.imagelist ul li .preview img {
    vertical-align: middle;
    max-width: 100%;
    max-height: 140px;
}

.imagelist ul li .preview:after {
    content: ' ';
    width: 0;
    height: 100%;
    display: inline-block;
    vertical-align: middle;
    overflow: hidden;
}

.imagelist ul li .intro textarea {
    width: 100%;
    margin: 5px 0;
    padding: 8px 10px;
    font-size: 14px;
    height: 50px;
    color: #999;
}

.imagelist ul li .action {
    text-align: center;
    overflow: hidden;
}

.imagelist ul li .action a {
    text-align: center;
    color: #999;
    outline: none;
    width: 33.3333%;
    float: left;
}

.imagelist ul li .action a:hover {
    color: #f30;
}

.imagelist ul .hover {
    border: 1px solid #6b0;
}

.imagelist ul .hover:after {
    width: 0;
    height: 0;
    border-top: 40px solid #66bb00;
    border-left: 40px solid transparent;
    position: absolute;
    display: block;
    right: 0;
    content: "";
    top: 0;
    z-index: 1001;
}

.imagelist ul .hover:before {
    font: normal normal normal 14px/1 FontAwesome;
    content: "f00c";
    display: block;
    position: absolute;
    top: 5px;
    right: 4px;
    z-index: 1002;
    color: #fff;
}

/*分页相关*/
.pagelist ul {
    text-align: center;
    margin: 20px 0;
}

.pagelist li {
    display: inline-block;
    margin: 0 2px;
}

.pagelist li a {
    color: #666;
    display: inline-block;
    border: 1px solid #ddd;
    padding: 6px 15px;
}

.pagelist li a:hover {
    border-color: #0066ca;
    background: #0066ca;
    color: #fff;
}

.pagelist li.active a {
    border-color: #0066ca;
    background: #0066ca;
    color: #fff;
}

/*网站地图*/
.map_one {
    border-bottom: 1px solid #eee;
    line-height: 40px;
}

.map_one a {
    font-size: 20px;
}

.map_two {
    margin: 15px 0;
}

.map_two a {
    display: inline-block;
    margin-right: 15px;
}

/*右侧浮动相关*/
.plug_service {
    position: fixed;
    right: 1%;
    bottom: 5%;
    z-index: 999;
}

.plug_service li {
    margin-bottom: -1px;
    position: relative;
}

.plug_service li a {
    display: block;
    text-align: center;
    background: #fff;
    border: 1px solid #ececec;
    padding: 2px 8px 6px 8px;
    font-size: 12px;
    font-family: microsoft yahei;
    color: #505050;
    outline: none;
}

.plug_service li a span {
    display: block;
    font-size: 24px;
    color: #888;
}

.plug_service li a:hover {
    background: #000;
    color: #fff;
    border-color: #000;
}

.plug_service li a:hover span {
    color: #fff;
}

.plug_service .hover a {
    display: block;
    text-align: center;
    background: #000;
    border: 1px solid #000;
    padding: 2px 8px 6px 8px;
    font-size: 12px;
    font-family: microsoft yahei;
    color: #fff;
    outline: none;
}

.plug_service .hover a span {
    color: #fff;
}

.plug_service .hotline {
    position: absolute;
    display: none;
    background: #fff;
    padding: 10px 15px 0 15px;
    left: -200px;
    bottom: 0;
    border: 1px solid #ddd;
    width: 180px;
    height: 68px;
    font-size: 12px;
    color: #999;
    line-height: 24px;
    border-radius: 4px;
}

.plug_service .hotline b {
    display: block;
    font-size: 16px;
    color: #333;
}

.plug_service .hotline:after {
    content: " ";
    position: absolute;
    right: -10px;
    top: 25px;
    width: 20px;
    height: 20px;
    border: #ddd solid 1px;
    border-left: 0;
    border-bottom: 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    background: #fff;
}

.plug_service .weixin_pic {
    position: absolute;
    display: none;
    background: #fff;
    padding: 5px;
    left: -230px;
    bottom: -70px;
    width: 210px;
    border: 1px solid #ddd;
    border-radius: 4px;
}

.plug_service .weixin_pic p {
    text-align: center;
    margin: 0 0 10px 0;
    padding: 0;
}

.plug_service .weixin_pic p span {
    color: #f30;
}

.plug_service .weixin_pic:after {
    content: " ";
    position: absolute;
    right: -10px;
    top: 130px;
    width: 20px;
    height: 20px;
    border: #ddd solid 1px;
    border-left: 0;
    border-bottom: 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    background: #fff;
}

.plug_service li:hover div {
    display: block;
}

.plug_service li:last-child {
    margin-top: 0;
}

/*无缝滚动*/
.str_wrap {
    overflow: hidden;
    width: 100%;
    position: relative;
    white-space: nowrap;
}

.str_move {
    white-space: nowrap;
    position: absolute;
    top: 0;
    left: 0;
    cursor: move;
}

.str_move_clone {
    display: inline-block;
    vertical-align: top;
    position: absolute;
    left: 100%;
    top: 0;
}

.str_vertical .str_move_clone {
    left: 0;
    top: 100%;
}

.str_down .str_move_clone {
    left: 0;
    bottom: 100%;
}

.str_vertical .str_move,
.str_down .str_move {
    white-space: normal;
    width: 100%;
}

.str_static .str_move, .no_drag .str_move, .noStop .str_move {
    cursor: inherit;
}

.str_wrap img {
    max-width: none !important;
}

/*会员相关*/
.page_login {
    min-height: 500px;
    padding: 30px 30px;
    box-shadow: 1px 1px 10px rgba(0, 0, 0, 0.1);
    border: 1px solid #E6ECF4;
    background: #fff;
}

.page_login .left {
    float: left;
    padding: 30px;
    width: 760px;
}

.page_login .right {
    float: right;
    height: 470px;
    border-left: 1px solid #f6f6f6;
    width: 350px;
    padding: 60px 0 0 60px;
    font-family: microsoft yahei;
}

.page_login .right a.btn {
    display: inline-block;
    padding: 10px 35px;
    background: #007FCD;
    color: #fff;
    border-radius: 2px;
}

.page_login .right a.btn:hover {
    background: #2674B2;
}

.page_login .right .quick h5 {
    margin: 40px 0 30px 0;
    padding-bottom: 15px;
    border-bottom: 1px dashed #ddd;
    font-weight: normal;
}

.page_login .right .quick a {
    font-size: 15px;
    border: 1px solid #EA6F5A;
    padding: 10px 35px;
    border-radius: 4px;
    background: #EA6F5A;
    color: #fff;
    margin: 5px 10px;
}

.page_login .right .quick a:hover {
    background: #FF6839;
    border-color: #FF6839;
}

.login_css {
    margin: 40px 0 0 120px;
}

.login_css ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.login_css ul li {
    padding: 0 0 15px 0;
}

.login_css ul li em {
    display: inline-block;
    width: 80px;
    font-family: microsoft yahei;
    text-align: right;
    padding-right: 10px;
    font-style: normal;
    color: #666;
}

.login_css ul li .ip {
    border: 1px solid #e5e5e5;
    padding: 9px 10px;
    vertical-align: middle;
    border-radius: 2px;
    font-size: 14px;
    margin: 0;
}

.login_css ul li .w {
    width: 250px;
}

.login_css ul li .wcode {
    width: 120px;
}

.login_css ul li img {
    vertical-align: middle;
    cursor: pointer;
}

.login_css ul li .bnt {
    background: #007FCD;
    border: 0;
    margin-left: 80px;
    color: #fff;
    padding: 8px 20px;
    border-radius: 2px;
    cursor: pointer;
}

.login_css ul li a.getpass {
    color: #999;
    font-size: 14px;
}

.login_css ul li a:hover.getpass {
    color: #f30;
}

.reg_css {
    margin: 40px 0 0 20px;
}

.reg_css ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.reg_css ul li {
    padding: 0 0 15px 0;
    min-height: 55px;
}

.reg_css ul li em {
    display: inline-block;
    width: 130px;
    font-family: microsoft yahei;
    text-align: right;
    padding-right: 10px;
    font-style: normal;
    color: #666;
    float: left;
}

.reg_css ul li .text-blue {
    color: #06f;
}

.reg_css ul li .text-red {
    color: #f30;
}

.reg_css ul li .ip {
    border: 1px solid #e5e5e5;
    padding: 9px 10px;
    vertical-align: middle;
    border-radius: 2px;
    font-size: 14px;
}

.reg_css ul li .w {
    width: 320px;
}

.reg_css ul li .wcode {
    width: 210px;
}

.reg_css ul li img {
    vertical-align: middle;
    cursor: pointer;
}

.reg_css ul li button {
    border: 1px solid #e5e5e5;
    padding: 9px 15px;
    vertical-align: middle;
    border-radius: 2px;
    font-size: 14px;
    cursor: pointer;
    margin-left: 7px;
}

.reg_css ul li .bnt {
    background: #007FCD;
    border: 0;
    margin-left: 130px;
    color: #fff;
    padding: 8px 20px;
    border-radius: 2px;
    cursor: pointer;
}

.reg_css ul li .send {
    background: #007FCD;
    border: 0;
    margin-left: 10px;
    color: #fff;
    padding: 8px 15px;
    *padding: 10px 2px;
    border-radius: 2px;
    cursor: pointer;
    vertical-align: middle;
}

.reg_css ul #paytips {
    padding-left: 130px;
}

.reg_css ul li p {
    font-size: 14px;
    margin: 8px 0;
    color: #333;
    border: 1px solid #90BAFF;
    background: #FBFCFF;
    padding: 10px 20px;
}

.reg_css ul li p strong {
    color: #f30;
}

.reg_css ul dl {
    margin: -2px 0 0 0;
    padding: 0;
    list-style: none;
    float: left;
}

.reg_css ul dl dt {
    float: left;
    position: relative;
    margin: 0 10px 0 0;
}

.reg_css ul dl dt a {
    border: 1px solid #ddd;
    border-radius: 2px 0 0 0;
    background: #fff;
    display: inline-block;
    height: 38px;
    line-height: 38px;
    padding: 0 20px;
    font-weight: normal;
    font-size: 14px;
    color: #666;
}

.reg_css ul dl dt a:hover {
    border: 1px solid #90BAFF;
}

.reg_css ul dl dt a span {
    color: #999;
}

.reg_css ul dl dt i {
    position: absolute;
    width: 10px;
    height: 10px;
    font-size: 0;
    line-height: 0;
    right: 1px;
    bottom: 1px;
    background: url(/style/images/selected.gif) no-repeat right bottom;
    z-index: 99;
    display: none;
}

.reg_css ul dl dt.selected a {
    border: 1px solid #90BAFF;
    color: #333;
}

.reg_css ul dl dt.selected i {
    display: block;
}

.api_user {
    padding: 30px 0 0 60px;
    font-size: 15px;
}

.api_user span {
    color: #f30;
}

.user_center {
    box-shadow: 1px 1px 10px rgba(0, 0, 0, 0.1);
    border: 1px solid #E6ECF4;
    background: #fff;
    overflow: hidden;
}

.user_center .lefter {
    width: 160px;
    float: left;
}

.user_center .lefter ul {
    margin: 15px 0;
    padding: 0 0 10px 0;
    list-style: none;
    border-bottom: 1px solid #f3f3f3;
}

.user_center .lefter ul li {
    color: #999;
    line-height: 40px;
    height: 40px;
    margin-bottom: 1px;
}

.user_center .lefter ul li .title {
    padding-left: 25px;
}

.user_center .lefter ul li .title span {
    margin-right: 10px;
}

.user_center .lefter ul li a {
    padding-left: 53px;
    line-height: 40px;
    height: 40px;
    display: block;
    font-size: 14px;
}

.user_center .lefter ul li a:hover {
    background: #f3f3f3;
}

.user_center .lefter ul .hover a {
    padding-left: 53px;
    line-height: 40px;
    height: 40px;
    display: block;
    font-size: 14px;
    background: #0066ca;
    color: #fff;
}

.user_center .lefter ul .hover a:hover {
    background: #0066ca;
    color: #fff;
}

.user_center .righter {
    margin: 0 30px 0 0;
    float: right;
    width: 988px;
    padding: 0 0 20px 20px;
    border-left: 1px solid #f3f3f3;
    min-height: 600px;
}

.user_center .righter .user_info {
    padding: 20px 30px;
}

.user_center .righter .user_info .face {
    width: 10%;
    float: left;
    margin-right: 10%;
    cursor: pointer;
}

.user_center .righter .user_info .face img {
    border-radius: 50%;
    border: 1px solid #f3f3f3;
    padding: 4px;
}

.user_center .righter .user_info .info {
    float: left;
    width: 75%;
}

.user_center .righter .user_info .info p span {
    color: #f30;
}

.user_center .righter .user_info .info ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.user_center .righter .user_info .info ul li {
    font-size: 16px;
    line-height: 50px;
    height: 50px;
    border-bottom: 1px dashed #eee;
    vertical-align: middle;
    float: left;
    width: 45%;
    margin-right: 5%;
}

.user_center .righter .user_info .info ul li span {
    color: #f30;
}

.user_center .righter .user_info .info ul li em {
    color: #999;
    font-style: normal;
    display: inline-block;
    width: 80px;
    text-align: right;
    margin-right: 10px;
}

/*论坛*/
.minheight {
    min-height: 500px;
    margin: 20px auto;
}

.bbs {
    overflow: hidden;
}

.bbs .box {
    box-shadow: 0px 0px 3px rgba(0, 0, 0, 0.1);
    background: #fff;
    border: 1px solid #E6ECF4;
}

.bbs .lefter {
    width: 800px;
    float: left;
    margin-right: 18px;
    min-height: 500px;
}

.bbs .lefter .nav {
    padding: 30px 20px 20px 30px;
    border-bottom: 1px solid #f3f3f3;
}

.bbs .lefter .nav a {
    color: #666;
    margin-right: 15px;
}

.bbs .lefter .nav a:hover {
    color: #1889FF;
}

.bbs .lefter .nav a.hover {
    color: #1889FF;
}

.bbs .lefter .nav a.btn {
    float: right;
    background: #0073EB;
    color: #fff;
    padding: 8px 30px;
    border-radius: 4px;
    vertical-align: middle;
    margin: -10px 0 0 0;
}

.bbs .lefter .nav a:hover.btn {
    background: #3095FF;
}

.bbs .lefter .nav a.active {
    color: #f30;
    margin: 0 5px;
}

.bbs .list {
    padding: 10px 15px;
}

.bbs .list ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.bbs .list ul li {
    overflow: hidden;
    border-bottom: 1px solid #f3f3f3;
    padding: 10px 15px;
}

.bbs .list ul li .face {
    float: left;
    width: 60px;
}

.bbs .list ul li .face img {
    width: 45px;
    height: 45px;
    border-radius: 100%;
}

.bbs .list ul li .info {
    margin-left: 60px;
    position: relative;
}

.bbs .list ul li .info h5 {
    font-size: 16px;
    font-weight: normal;
    margin: 0;
    padding: 0;
}

.bbs .list ul li .info h5 a {
    margin-right: 5px;
}

.bbs .list ul li .info h5 em {
    border: 1px solid #B70004;
    color: #B70004;
    border-radius: 4px;
    padding: 2px 4px;
    margin-left: 5px;
    font-style: normal;
}

.bbs .list ul li .info .nickname {
    color: #999;
    font-size: 14px;
}

.bbs .list ul li .info .nickname a {
    color: #999;
}

.bbs .list ul li .info .nickname a:hover {
    color: #f30;
}

.bbs .list ul li .info .other {
    position: absolute;
    right: 0;
    bottom: 0;
    font-size: 12px;
    color: #666;
}

.bbs .list ul li .info .other span {
    color: #999;
    margin-right: 3px;
}

.bbs .list ul li:hover {
    background: #fafafa;
}

.bbs .newpost {
    padding: 30px
}

.bbs .showbbs {
    padding: 20px;
}

.bbs .showbbs .title {
    position: relative;
}

.bbs .showbbs .title h1 {
    font-size: 18px;
    padding: 0;
    margin: 0;
    max-width: 710px;
}

.bbs .showbbs .title .info {
    border-bottom: 1px solid #f3f3f3;
    line-height: 45px;
    padding-top: 5px;
    margin-bottom: 15px;
    font-size: 12px;
    color: #666;
}

.bbs .showbbs .title .info span {
    margin-right: 5px;
}

.bbs .showbbs .title .face {
    position: absolute;
    right: 0;
    top: 0;
}

.bbs .showbbs .title .face img {
    width: 60px;
    height: 60px;
    border-radius: 100%;
}

.bbs .showbbs .content {
    word-break: break-all;
}

.bbs .showbbs .content img {
    max-width: 100%;
}

.bbs .showbbs .content a {
    color: #03f;
    margin: 0 10px;
}

.bbs .showbbs .content a:hover {
    color: #f30;
    text-decoration: underline;
}

.bbs .reply {
    padding: 10px 20px;
}

.bbs .reply .title {
    font-size: 16px;
    font-weight: 600;
    border-bottom: 1px solid #ddd;
    line-height: 45px;
    margin-bottom: 15px;
}

.bbs .tips {
    font-size: 14px;
    color: #555;
}

.bbs .tips a {
    color: #06f;
    margin: 0 10px;
}

.bbs .tips a:hover {
    color: #f30;
}

.bbs .replylist {
    padding: 0;
    font-size: 14px;
    color: #666;
}

.bbs .replylist ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.bbs .replylist ul li {
    overflow: hidden;
    border-bottom: 1px solid #f3f3f3;
    padding: 10px 15px;
}

.bbs .replylist ul li .face {
    float: left;
    width: 60px;
    text-align: left;
}

.bbs .replylist ul li .face img {
    width: 45px;
    height: 45px;
}

.bbs .replylist ul li .info {
    margin-left: 60px;
    position: relative;
}

.bbs .replylist ul li .info .nickname {
    color: #999;
    font-size: 14px;
}

.bbs .replylist ul li .info .nickname a {
    color: #666;
}

.bbs .replylist ul li .info .nickname a:hover {
    color: #f30;
}

.bbs .replylist ul li .info .text {
    font-size: 14px;
    color: #444;
    line-height: 24px;
}

.bbs .replylist ul li .info .text img {
    max-width: 100%;
}

.bbs .replylist ul li:hover {
    background: #fafafa;
}

.bbs .form_reply {
}

.bbs .form_reply .face {
    float: left;
    width: 60px;
    text-align: left;
}

.bbs .form_reply .face img {
    width: 46px;
    height: 46px;
    display: block;
    border-radius: 100%;
}

.bbs .form_reply .face p {
    font-size: 14px;
    line-height: 24px;
    color: #555;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    margin: 0;
    padding: 0;
    display: none;
}

.bbs .form_reply .info {
    margin-left: 63px;
    position: relative;
}

.bbs .form_reply .info textarea {
    width: 100%;
    border: 1px solid #eee;
    border-radius: 3px;
    -webkit-appearance: none;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.065) inset;
    transition: all 1s cubic-bezier(0.175, 0.885, 0.32, 1) 0s;
    font-size: 14px;
    height: 80px;
    padding: 10px;
}

.bbs .form_reply .info input[type=submit] {
    color: #fff;
    background: #0073EB;
    font-size: 14px;
    margin: 8px 0;
    border: 0;
    padding: 8px 20px;
    float: right;
}

.bbs .righter {
    margin: 0;
    padding: 0;
    float: right;
    width: 370px;
}

.bbs .righter .user {
    text-align: center;
    padding: 40px 0;
    border-bottom: 1px solid #f3f3f3;
    overflow: hidden;
}

.bbs .righter .user .nickname {
    font-size: 20px;
    line-height: 40px;
    padding-bottom: 10px;
}

.bbs .righter .user .face img {
    border-radius: 100%;
    width: 100px;
    height: 100px;
}

.bbs .righter .user .count {
    margin-top: 20px;
}

.bbs .righter .user a {
    display: block;
    width: 50%;
    float: left;
    font-weight: 700;
}

.bbs .righter .user a span {
    color: #9297a4;
    font-size: 60px;
    display: block;
    font-weight: normal;
    margin-top: -25px;
}

.bbs .righter .user a p {
    color: #010101;
    font-size: 18px;
    margin: 0;
}

.bbs .righter .user a:last-child {
    border-left: 1px solid #f3f3f3;
}

.bbs .righter .topic {
    padding: 20px;
}

.bbs .righter .topic h2 {
    font-size: 18px;
    font-weight: 400;
    color: #000;
    margin: 0;
    padding: 0;
}

.bbs .righter .topic ul {
    margin: 10px 0;
    padding: 0;
    list-style: none;
}

.bbs .righter .topic ul li {
    border-bottom: 1px solid #f3f3f3;
    line-height: 40px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.bbs .righter .topic ul li a {
    color: #444;
}

.bbs .righter .topic ul li a:hover {
    color: #f30;
}

.bbs .righter .topic ul li span {
    width: 24px;
    height: 24px;
    line-height: 24px;
    display: inline-block;
    background: #C3C3C3;
    color: #fff;
    border-radius: 50%;
    text-align: center;
    margin-right: 10px;
    font-size: 12px;
}

.bbs .righter .topic ul li .hover {
    background: #F37520;
}

.bbs .righter .searchs {
    padding: 20px;
}

.bbs .righter .searchs h2 {
    font-size: 18px;
    font-weight: 400;
    color: #000;
    margin: 0;
    padding: 0;
}

.bbs .righter .searchs form {
    margin: 20px 0 0 0;
}

.bbs .righter .searchs form input[type=text] {
    border: 1px solid #ddd;
    padding: 8px 10px;
    font-size: 14px;
    width: 220px;
}

.bbs .righter .searchs form input[type=submit] {
    border: 1px solid #0073EB;
    background: #0073EB;
    color: #fff;
    padding: 8px 20px;
    font-size: 14px;
}

.am-comment-bd img {
    max-width: 100%;
}

[class*=am-icon-] {
    font-family: FontAwesome;
}

/*首页开始*/
.a-title {
    overflow: hidden;
    clear: both;
    position: relative;
    border-bottom: 1px solid #ddd;
}

.a-title b {
    font-size: 26px;
    font-weight: bold;
    padding: 0;
    margin: 0 0 10px 0;
    display: inline-block;
}

.a-title b:after {
    content: '';
    width: 100px;
    height: 1px;
    background-color: #0066ca;
    position: absolute;
    left: 0;
    bottom: 0;
}

article {
    width: 1400px;
    margin: 0 auto;
    overflow: hidden;
    position: relative;
}

.am-table img {
    max-width: 100%;
}

.article-content .am-table td p {
    margin: 0;
}

#pro-main {
    position: relative;
    margin: 0;
    overflow: hidden;
}

#pro-main .am-nav-tabs {
    margin-top: 30px;
    overflow: hidden;
}

#pro-main .am-tabs-bd {
    border: none;
    padding: 30px 0;
}

#pro-main .am-nav-tabs > li {
    margin-bottom: 0;
}

#pro-main .am-nav-tabs > li > a {
    transition: all .5s;
    border: none;
}

#pro-main .am-nav-tabs > li.am-active > a, #pro-main .am-nav-tabs > li.am-active > a:focus, #pro-main .am-nav-tabs > li.am-active > a:hover {
    border: none;
    background-color: #0066ca;
    color: #fff;
}

.article-left {
    width: 250px;
    float: left;
}

.article-right {
    margin-left: 290px;
    overflow: hidden;
}

.article-right section {
    padding: 0;
}

section {
    padding-top: 60px;
    padding-bottom: 60px;
    overflow: hidden;
}

.picture img {
    overflow-x: hidden;
    overflow-y: hidden;
    position: relative;
    z-index: 1;
    transition-delay: 0s;
    transition-duration: 1s;
    transition-property: all;
    transition-timing-function: ease;
    /* Firefox 4 */
    -moz-transition-delay: 0s;
    -moz-transition-duration: 1s;
    -moz-transition-property: all;
    -moz-transition-timing-function: ease;
    /* Safari and Chrome */
    -webkit-transition-delay: 0s;
    -webkit-transition-duration: 1s;
    -webkit-transition-property: all;
    -webkit-transition-timing-function: ease;
    /* Opera */
    -o-transition-delay: 0s;
    -o-transition-duration: 1s;
    -o-transition-property: all;
    -o-transition-timing-function: ease;
}

.picture:hover img {
    transform: scale(1.1, 1.1);
    -ms-transform: scale(1.1, 1.1); /* IE 9 */
    -moz-transform: scale(1.1, 1.1); /* Firefox */
    -webkit-transform: scale(1.1, 1.1); /* Safari and Chrome */
    -o-transform: scale(1.1, 1.1); /* Opera */
}

.j-title {
    font-size: 36px;
    font-weight: bold;
    padding-top: 10px;
    text-align: center;
    transition: all .5s;
    margin-bottom: 30px;
}

.j-title a {
    color: #444;
}

#index-1 {
    background-color: #f7f7f7;
    padding-bottom: 60px;
}

#data {
    background: #fff;
    margin-bottom: 20px;
    overflow: hidden;
    position: relative;
    margin-top: -80px;
    box-shadow: 0 0 4px #ccc;
    z-index: 98;
}

#data .item {
    width: 25%;
    float: left;
    border-left: 1px solid #eee;
    padding: 30px;
    text-align: center;
    position: relative;
}

#data .item .li-line {
    width: 100%;
    height: 30px;
    border-left: 1px solid #0066ca;
    position: absolute;
    margin-left: -31px;
    top: 25px;
    z-index: 10;
}

#data .item .no-line {
    width: 100%;
    height: 30px;
    position: absolute;
}

#data .item span.num {
    font-size: 50px;
    font-weight: bold;
    margin: 50px 0 30px;
    color: #555;
}

#data .item span.unit {
    font-size: 14px;
    vertical-align: 25px;
    margin-left: 8px;
}

#data .item span.date {
    font-size: 50px;
    font-weight: bold;
    margin: 50px 0 30px;
    color: #555;
}

#data .item p {
    font-size: 14px;
    padding: 0 20px;
    color: #999;
    margin: 0;
    letter-spacing: 2px;
}

#main_search {
    width: 95%;
    background-color: #0066ca;
    color: #fff;
    padding: 30px 0;
}

#main_search .t1 {
    font-size: 18px;
    font-weight: bold;
}

#main_search a {
    padding-left: 10px;
    display: inline-block;
    color: #fff;
}

#main_search .width {
    padding: 0;
}

#main_search p {
    margin: 0;
}

#main_search .search {
    margin-bottom: 0;
}

#main_search .search input {
    background-color: #0066ca;
    border-width: 0 0 1px 0;
    border-bottom: 1px solid #fff;
    line-height: 30px;
}

#index-1 .a-title:after {
    font-family: FontAwesome;
    content: '\f085';
    color: rgba(255, 255, 255, .6);
    display: inline-block;
    float: right;
    margin-top: -3px;
    font-size: 30px;
}

#index-1 .a-title {
    padding: 20px 30px;
    border: none;
    text-align: left;
    font-weight: bold;
    background-color: #0066ca;
}

#index-1 .a-title a {
    color: #fff;
    font-size: 26px;
}

#index-2 {
    background: #fff url("/style/images/index2-bg.jpg") no-repeat center;
    padding: 0;
    background-size: cover;
}
#index-2 .width{
    position: relative;
    height: 600px;
}
#index-2 .title {
    position: relative;
    left: 0;
    top: -40px;
    z-index: 1
}

#index-2 ul {
    position: absolute;
    bottom:40px;
    width: 100%;
}

#index-2 ul li {
    width: 25%;
    float: left;
    height: 200px;
    position: relative
}
#index-2 ul li+li{
    border-left: 1px solid rgba(255,255,255,.3);
}
#index-2 ul li .content {
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, .8);
    color: #fff;
    position: absolute;
    bottom: 0;
    transition: all 0.5s
}

#index-2 ul li .content .t1 {
    font-size: 20px;
    padding: 50px 20px 0;
    font-weight: bold;
}

#index-2 ul li .content .t1:after {
    content: '';
    width: 18px;
    height: 2px;
    margin-top: 10px;
    background: #fff;
    display: block
}

#index-2 ul li .content .t2 {
    font-size: 18px;
    margin-top: 38px;
    padding: 20px;
    border-style: solid;
    border-width: 2px 0;
    border-color: rgba(255,255,255,.6);
    display: none
}

#index-2 ul li .content .t3 {
    font-size: 14px;
    height: 48px;
    overflow: hidden;
    padding: 0 20px;
    margin-top: 15px;
}

#index-2 ul li .content .t4 {
    font-size: 12px;
    display: none;
    position: absolute;
    bottom: 40px;
    padding: 0 20px;
}

#index-2 ul li .content .t4:before {
    content: '';
    width: 20px;
    height: 2px;
    margin-bottom: 10px;
    background: #fff;
    display: none
}

#index-2 ul li:hover .content {
    height: 520px;
}

#index-2 ul li:hover .content .t1 {
    padding-top: 0;
    background: #d60a1b;
    height: 60px;
    line-height: 60px;
    position: absolute;
    top: 0;
    width: 100%;
    left: 0;
}

#index-2 ul li:hover .content .t1:after {
    display: none;
}

#index-2 ul li:hover .content .t2 {
    display: block;
    margin-top: 100px
}

#index-2 ul li:hover .content .t2:after {
    display: none
}

#index-2 ul li:hover .content .t3 {
    height: auto
}

#index-2 ul li:hover .content .t4 {
    display: block
}

#index-2 ul li:hover .content .t4:before {
    display: block
}

.a:after, .a:hover:before {
    height: 100%;
    width: 95%;
    top: 0;
    left: 2.5%;
}

.a {
    transition: 0.3s ease 0s;
    width: 200px;
    height: 70px;
    text-align: center;
    display: block;
    position: relative;
    line-height: 70px;
    z-index: 1;
}

.a:before, .a:after {
    content: '';
    position: absolute;
    border: 1px solid #e5e5e5;
    box-sizing: border-box;
    z-index: -1;
    transition: 0.3s ease 0s;
}

.a:before, .a:hover:after {
    width: 100%;
    height: 86%;
    left: 0;
    top: 7%;
}

.a:after, .a:hover:before {
    height: 100%;
    width: 95%;
    top: 0;
    left: 2.5%;
}


.mob-720 {
    display: none;
}

@keyframes ro {
    0% {
        transform: rotateZ(0deg);
    }
    100% {
        transform: rotateZ(360deg);
    }
}

.pr40 {
    padding-right: 40px;
}

#index-1 .hd a, #pro-main .hd a {
    color: #999;
    font-weight: bold;
}

#index-1 .hd a:hover, #pro-main .hd a:hover {
    color: #0066ca;
}

#index-1 .am-titlebar-default, #pro-main .am-titlebar-default {
    background-color: #fff;
    margin: 0;
    padding: 3px 20px;
    display: block;
    overflow: hidden;
    height: auto;
    line-height: normal;
    border: none;
}

#index-1 .am-titlebar-title, #pro-main .am-titlebar-title {
    border: 1px solid rgba(255, 255, 255, .5);
    width: 100%;
    overflow: hidden;
    display: block;
    height: 40px;
    line-height: 36px;
    padding: 0;
    cursor: pointer;
    transition: all .5s;
}

.plist {
    padding: 15px 0;
    overflow: hidden;
    background-color: #fff;
}

#index-1 .am-titlebar-title:hover a, #pro-main .am-titlebar-title:hover a {
    color: #b52012;
}

#index-1 .am-titlebar-default a, #pro-main .am-titlebar-defaulta {
    color: #0066ca;
}

#pro-main .sub {
    margin: 0;
    padding: 0 20px 20px;
}

#pro-main .sub li {
    line-height: 32px;
    border-left: 1px solid #ccc;
    position: relative;
}

#pro-main .sub li:before {
    content: '';
    position: absolute;
    width: 20px;
    height: 1px;
    background-color: #ccc;
    top: 16px;
    left: 0;
}

#pro-main .sub li:hover {
    background-color: transparent;
}

#pro-main .sub li:hover a, #pro-main .sub li a:hover {
    color: #0066ca;
}

#pro-main .sub li a {
    font-size: 14px;
    padding-left: 25px;
}

#index-1 .sub li {
    padding: 0 30px;
    line-height: 2.1;
    font-size: 14px;
    transition: all .5s;

}

#index-1 .sub li:before {
    content: '\f0da';
    display: inline-block;
    font-family: "FontAwesome";
    vertical-align: baseline;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    padding-right: 5px;
    transition: all .5s;
}

#index-1 .sub li a {
    transition: all .5s;
}

#index-1 .sub li:hover {
    background-color: #0066ca;
    border-color: #0066ca;
}

#pro-main .sub li:hover:before {
    color: #fff;
}

#index-1 .sub li:hover a {
    color: #fff;
}

.subnav {
    text-align: center;
    padding: 10px 0 0;
}

.subnav li {
    display: inline-block;
    margin-left: 5px;
    border: 1px solid #ccc;
    padding: 4px 10px;
    font-size: 12px;
    background-color: #fff;
    transition: all .5s;
}

.subnav li a {
    color: #999;
}

.subnav li:hover, .subnav li.on {
    background-color: #0066ca;
    border-color: #0066ca;
    color: #fff;
}

#index-1 .picture {
    position: relative;
}

#index-1 .pro_list {
    overflow: hidden;
}

#index-1 .flex {
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    flex-wrap: wrap;
}

#index-1 .flex li {
    position: relative;
    width: 23%;
    margin-bottom: 20px;
}

#index-1 .flex li:last-child {
    display: none;
}

#index-1 .pro_list li {
    position: relative;
    width: 49%;
}

#index-1 .am-thumbnails li:hover .item_info {
    background-color: #0066ca;
}

#index-1 .am-thumbnails li:hover .item_mask {
    opacity: 1;
    margin: -20px auto 0;
}

#index-1 .am-thumbnails li:hover .picture {
    background-color: #fff;
    z-index: 9;
}

#index-1 .am-thumbnails li:hover .item_info .title, #index-1 .am-thumbnails li:hover .item_wrapper .item_info .subtitle {
    color: #fff;
}

#index-1 .pro_list li a {
    display: block;
    width: 100%;
    background-color: #fff;
    border: 4px solid #0066ca;
}

#index-1 .pro_list li img {
    width: 100%;
    padding: 1px;
}

#index-1 .pro_list li p {
    margin: 0;
    font-size: 18px;
    height: 48px;
    line-height: 48px;
    width: 100%;
    background-color: rgba(18, 62, 128, 0.8);
    color: #fff;
    position: absolute;
    left: 0;
    bottom: -1000px;
    opacity: 0;
    transition: all .5s;
}

#index-1 .pro_list li:hover p {
    bottom: 0;
    opacity: 1;
    z-index: 9;
}

.subnav li:hover a {
    color: #fff;
}

/*#index-3 {*/
/*overflow: hidden;*/
/*position: relative;*/
/*}*/

/*#index-3 .width {*/
/*width: 60%;*/
/*max-width: 960px;*/
/*padding: 60px 3% 30px;*/
/*background: #fff;*/
/*text-align: center;*/
/*position: relative;*/
/*margin-bottom: -160px;*/
/*}*/

/*.index3-mask {*/
/*background: url("/style/images/about-bg.jpg") no-repeat fixed center;*/
/*width: 100%;*/
/*height: 450px;*/
/*}*/

/*#index-3 h1 {*/
/*font-size: 32px;*/
/*line-height: normal;*/
/*margin-bottom: 5px;*/
/*}*/

/*#index-3 p.en {*/
/*margin: 0 0 40px;*/
/*text-transform: uppercase;*/
/*}*/

/*#index-3 .content p {*/
/*font-size: 14px;*/
/*color: #999;*/
/*}*/

/*#index-3 li {*/
/*text-align: center;*/
/*width: 24%;*/
/*height: 70px;*/
/*font-size: 16px;*/
/*line-height: 70px;*/
/*}*/

/*#index-3 li + li {*/
/*border-left: 1px solid #eee;*/
/*}*/

/*#index-3 li a {*/

/*position: relative;*/
/*z-index: 1;*/
/*transition: 0.3s ease 0s;*/
/*display: block;*/
/*width: 100%;*/
/*height: 100%;*/
/*}*/

/*#index-3 li i {*/
/*position: relative;*/
/*z-index: 1;*/
/*}*/

/*#index-3 li span {*/
/*display: block;*/
/*margin-top: 10px;*/
/*}*/

/*#index-3 .a {*/
/*margin-top: 6%;*/
/*}*/

/*#index-3 ul {*/
/*margin-top: 40px;*/
/*display: flex;*/
/*}*/
#index-3 {
    width: 100%;
    color: #fff;
    padding: 0;
    position: relative;
    overflow: hidden;
}

#index-3 h1 {
    margin: 10px 0;
}

#index-3-main {
    position: relative;
}

#index-3-main li {
    zoom: 1;
    position: relative;
}

.index-3-hd {
    position: absolute;
    top: 150px;
    left: 5%;
    width: 90%;
    z-index: 10;
}

#index-3 .more-link2 {
    width: 210px;
    height: 50px;
    display: block;
    text-align: center;
    line-height: 50px;
    color: #fff;
    border: 1px solid #fff;
    transition: all .5s;
}

#index-3 .more-link2 {
    margin-top: 30px;
}

#index-3 .more-link2:hover {
    background-color: #166dff;
    color: #fff;
    border-color: #166dff;
}

#index-3 .index-3-content p {
    font-size: 14px;
    margin: 0;
    line-height: 2;
    text-align: justify;
}

#index-3 .more-link {
    margin-top: 60px;
}

#index-3 .index-3-list {
    margin-top: 100px;
}

#index-3 .index-3-list li {
    width: 25%;
    float: left;
    padding: 100px 0;
    cursor: pointer;
    position: relative;
    text-align: center;
}

#index-3 .index-3-list li h2 {
    margin: 20px 0 10px;
    line-height: normal;
}

#index-3 .index-3-list li p {
    margin: 0;
    line-height: 2;
    font-size: 14px;
    text-align: justify;
}

#index-3 .index-3-list li:nth-child(1) {
    background-color: #122c65;
}

#index-3 .index-3-list li:nth-child(2) {
    background-color: #183983;
}

#index-3 .index-3-list li:nth-child(3) {
    background-color: #0066ca;
}

#index-3 .index-3-list li:nth-child(4) {
    background-color: #0375a0;
}

#index-3 .index-3-list li .line {
    width: 0;
    height: 8px;
    position: absolute;
    left: 0;
    bottom: 0;
    background-color: rgba(50, 179, 193, 0.8);
    z-index: 10;
    transition: all .5s;
}

#index-3 .index-3-list li a {
    color: #fff;
    display: block;
    width: 100%;
    height: 100%;
}

#index-3 .index-3-list li .more {
    position: absolute;
    right: 40px;
    top: 40px;
    display: block;
}

#index-3 .index-3-list li:hover .line {
    width: 100%;
}

#gylc {
    background-color: #eee;
}

#gylc .swiper-container {
    margin-top: 30px;
}

#gylc .swiper-slide {
    position: relative;
    padding-left: 8%;
}

#gylc .swiper-slide img {
    float: left;
}

#gylc .swiper-slide .content {
    float: left;
    width: 600px;
    height: 268px;
    margin-top: 80px;
    background-color: #fff;
    padding: 30px;
}

#gylc .swiper-slide .content .t1 {
    font-size: 20px;
    font-weight: bold;
}

#index-4 {
    background: #f5f5f5;
    padding: 60px 0;
    overflow: hidden;
}

#index-4 .a-title {
    font-size: 32px;
    text-align: center;
    margin-bottom: 40px;
    border: none;
    font-weight: bold;
}

#index-4 .flex {
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    flex-wrap: wrap;
}

#index-4 .flex li {
    width: 31%;
    margin-bottom: 30px;
    position: relative;
    transition: 1s ease-in-out .5s;
}

#index-4 .flex li span {
    display: block;
    overflow: hidden;
}

#index-4 .flex li span img {
       width: 446px;
    transition: 0.3s ease-in-out;
    height: 297px;
}

#index-4 .flex li a:before {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 1px solid rgba(250, 250, 250, 1);
    box-sizing: border-box;
    transform: scale(1);
    content: '';
    opacity: 0;
    transition: 0.3s ease-in-out;
    z-index: 2;
}

#index-4 .flex li a:after {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 1px solid rgba(250, 250, 250, .5);
    box-sizing: border-box;
    transform: scale(0.9);
    content: '';
}

#index-4 li span {
    position: relative;
}

#index-4 li span:after {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background-color: rgba(0, 0, 0, .2);
    z-index: 1;
    content: '';
}

#index-4 li .icon-list {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 100%;
    text-align: center;
    z-index: 9;
}

#index-4 li .icon-list b {
    transform: translateY(0);
    display: block;
}

#index-4 li .icon-list p {
    color: #fff;
    font-size: 20px;
    margin-top: 10px;
}

#index-4 li:hover span img {
    transform: scale(1.05);
}

#index-4 li:hover a:before {
    transform: scale(0.9);
    opacity: 1;
}

#index-4 li:hover .icon-list b, #index-4 li:hover .icon-list p {
    transform: translateY(0);
    opacity: 1;
}

.top_mask {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 200px;
    z-index: -1;
    background: -webkit-linear-gradient(#c4e6f3, #fff); /* Safari 5.1 - 6.0 */
    background: -o-linear-gradient(#c4e6f3, #fff); /* Opera 11.1 - 12.0 */
    background: -moz-linear-gradient(#c4e6f3, #fff); /* Firefox 3.6 - 15 */
    background: linear-gradient(#c4e6f3, #fff); /* 标准的语法 */
}

#index-6 {
    /*background: url("/style/images/index6-bg.png") no-repeat bottom left;*/
    overflow: hidden;
    position: relative;
}

#index-6 .div_mask {
    position: absolute;
    width: 100%;
    height: 120px;
    background-color: #0066ca;
    z-index: -1;
    left: 0;
    bottom: 0;
}

#index-6 .more-link {
    width: 120px;
    float: left;
    color: #999;
    font-size: 14px;
    border: 1px solid rgba(170, 170, 170, 0.2);
    border-radius: 20px;
    clear: both;
    background-color: #fff;
}

#index-6 .more-link:hover {
    border-color: #0066ca;
    background-color: #0066ca;
    color: #fff;
}

#index-6 .width {
    position: relative;
    height: 100%;
}

#index-6 .content {
    padding: 150px 0 250px;
    overflow: hidden;
}

#index-6 .content p {
    margin: 15px 0;
}

#index-6 .title h1 {
    font-size: 26px;
    margin-bottom: 40px;

}

#index-6 p.en {
    text-align: right;
    font-size: 24px;
    color: #0066ca;
    display: none;
}

.yh {
    width: 32px;
    clear: both;
    overflow: hidden;
    display: block;
}

#index-6 p {
    text-align: justify;
    line-height: 2;
    font-size: 14px;
    text-indent: 2em;
}

#index-6 ul {
    width: 600px;
    overflow: hidden;
    position: absolute;
    bottom: 30px;
    right: 0
}

#index-6 li {
    width: 25%;
    color: rgba(255, 255, 255, .6);
    height: 50px;
    line-height: 50px;
    text-align: center;
    border-right: 1px solid rgba(255, 255, 255, .3);
}

#index-6 li a {
    transition: all 0.5s;
    color: rgba(255, 255, 255, .9);
}

#index-6 li a:hover {
    color: #fff;
    padding-bottom: 5px;
    border-bottom: 1px solid #fff
}

.flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
}

#index-7 {
    padding: 120px 0;
    overflow: hidden;
    background-color: #f7f7f7;
}

#index-7 .t1 {
    font-size: 26px;
    font-weight: bold;
    text-align: center;
}

#index-7 .partner {
    padding: 40px 0;
}

#index-7 .swiper-slide {
    border: 1px solid rgba(170, 170, 170, 0.2);
    cursor: pointer;
    transition: all .5s;
}

#index-7 .swiper-slide p {
    text-align: center;
    margin: 0;
    color: #ccc;
    font-size: 14px;
    padding: 10px 0;
    transition: all .5s;
}

#index-7 .swiper-button-prev, #index-7 .swiper-button-next {
    opacity: 0;
    transition: all .5s;

}

#index-7 .swiper-container:hover .swiper-button-prev, #index-7 .swiper-container:hover .swiper-button-next {
    opacity: 1;
    width: 32px;
    height: 32px;
}

#index-7 .swiper-slide img {
    width: 100%;
}

#index-7 .swiper-slide:hover {
    border-color: #ddd;
    box-shadow: 0 14px 50px -8px rgba(0, 0, 0, .09);

}

#index-7 .swiper-slide:hover p {
    background-color: #eee;
    color: #999;
}

#index-8 {
    overflow: hidden;
}

#index-8 h1 {
    font-size: 32px;
    line-height: normal;
    margin-bottom: 5px;
}

#index-8 p.en {
    text-transform: uppercase;
    color: #999;
    margin: 0 0 40px;
}

#index-8 a.more-link {
    width: 120px;
    background-color: #fff;
    color: #ccc;
    border-color: #ddd;
    margin: 0;
    text-transform: uppercase;
    font-size: 14px;
}

#index-8 a.more-link:hover {
    background-color: #0066ca;
    border-color: #0066ca;
    color: #fff;
}

#index-8 .content {
    margin: 0;
    position: relative;
}

#index-8 .t2 {
    font-size: 14px;
    color: #999;
}

#index-8 .content .title {
    font-size: 18px;
    margin: 40px 0;
}

#index-news {
    padding-left: 40px;
}

#index-8 .date {
    font-family: webfont3;
}

#index-8 .date:after {
    content: '';
    width: 120px;
    height: 1px;
    background-color: #bc0700;
    display: block;
    margin-top: 10px;
}

#index-8 span.day {
    font-size: 30px;
}

#index-news .swiper-slide p.title {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    background: rgba(28, 51, 102, .8);
    height: 40px;
    line-height: 40px;
    text-align: center;
    padding: 0 3%;
    margin: 0;
}

#index-8 .news-list {
    width: 100%
}

#index-8 .news-list li img {
    display: none;
}

#index-8 .news-pic {
    position: relative;
    margin-bottom: -70px;
    width: 140px;
    z-index: 9;
    border: 5px solid #ddd;
}

#index-8 .bd {
    overflow: hidden;
    height: 1px;
    width: 100%;
    background-color: #ddd;
}

#index-8 .news-list {
    padding: 130px 0 0 0;
}

.news-list .swiper-slide {
    position: relative;
    cursor: pointer;
    padding: 15px;
    transition: all .5s;
}

.news-list .swiper-slide a {
    display: block;
}

.news-list .swiper-slide:hover a {
    color: #0066ca;
}

.news-list .swiper-slide::before,
.news-list .swiper-slide::after {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    content: '';
    opacity: 0;
    -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
    transition: opacity 0.35s, transform 0.35s;
    z-index: -1;
}

.news-list .swiper-slide::before {
    border-top: 3px solid #0066ca;
    border-bottom: 3px solid #0066ca;
    -webkit-transform: scale(0, 1);
    transform: scale(0, 1);
}

.news-list .swiper-slide::after {
    border-right: 3px solid #0066ca;
    border-left: 3px solid #0066ca;
    -webkit-transform: scale(1, 0);
    transform: scale(1, 0);
}

.news-list .swiper-slide:hover::before,
.news-list .swiper-slide:hover::after {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
}

#index-9 {
    /*background: url("/style/images/index9-bg.jpg") no-repeat center;*/
    padding: 80px 0 0;
    height: 672px;
    overflow: hidden;
    color: #fff
}

#index-9 .content-left {
    float: left;
    width: 800px;
}

#index-9 .content-right {
    float: right;
    width: 400px;
    padding-left: 12px;
}

#index-9 .content-right form {
    /*background: rgba(0, 0, 0, .8) url("/style/images/map.png") no-repeat center bottom;*/
    text-align: center;
    color: #fff;
    padding: 30px 45px 0;
    height: 517px;
    width: 100%;
    background-size: 80%
}

#index-9 .t1 {
    font-size: 36px;
}

#index-9 .t1 a {
    color: #fff
}

#index-9 .t2 {
    font-size: 16px;
    font-style: italic;
}

#index-9 .t2:after {
    content: '';
    display: block;
    margin: 15px 0 30px;
    width: 20px;
    height: 2px;
    background: #fff;
}

#index-9 .t3 {
    font-size: 16px;
    padding-right: 100px;
    line-height: 1.6
}

#index-9 .content-left .contact {
    border-left: 1px solid rgba(255, 255, 255, .3);
    padding-left: 30px;
    margin-top: 60px
}

#index-9 .t4 {
    font-size: 20px;
    font-weight: bold;
    margin-bottom: 30px
}

#index-9 .t3 a {
    color: #fff;
}

#index-9 .t5 {
    font-family: Impact;
    font-size: 36px;
    text-align: center;
    margin-top: 5px
}

#index-9 .content-right .t1 {
    font-size: 24px;
    font-weight: bold;
}

#index-9 .content-right img {
    margin-bottom: 5px
}

#index-9 .content-right .t3 {
    text-align: center;
    padding-right: 0;
    margin-top: 5px
}

/*单页*/
#news-main {
    padding: 30px 0;
}

.news_show h1 {
    font: bold 36px/1 "Microsoft Yahei";
    color: #404040;
    text-align: left;
    padding: 0 0 30px 0;
}

.cate-banner {
    position: relative;
    overflow: hidden;
    width: 100%;
    margin-bottom: -60px;
}

.cate-banner .width {
    perspective: 2000px;
    perspective-origin: top;
    position: relative;
    top: -110px;
}

.cate-content {
    height: 110px;
    padding: 10px 30px 0;
    box-sizing: border-box;
    overflow: hidden;
    border-bottom: 1px solid #eee;
    transition: 0.5s;
    transform-origin: bottom center;
    -webkit-transform-origin: center bottom;
    -ms-transform-origin: center bottom;
    background-color: #fff;
}

.cate-content p.t1 {
    font-size: 24px;
    margin: 0;
    line-height: normal;
}

.cate-content p.t2 {
    font-size: 16px;
    margin: 0;
    line-height: normal;
    color: #999;
    text-transform: uppercase;
}

._mini .cate-content {
    -webkit-transform: rotateX(94deg) rotateZ(0);
    transform: rotateX(93deg) rotateZ(0);
    border-bottom: 1px solid #d9d9d9;

}

._mini .cate-content p {
    font-size: 0;
}

/*关于我们*/
#about {
    background: url("/style/images/about_bg.jpg") no-repeat center fixed;
    padding: 6% 3%;
    overflow: hidden;
    position: relative;
    text-align: center;
}

#about h1 {
    font-size: 42px;
    color: #fff;
    margin-top: 0;
}

#about p {
    display: block;
    width: 60%;
    margin: 21px auto 0;
    font-size: 14px;
    color: #fff;
    line-height: 30px;
}

#about2 {
    padding: 6% 3%;
    overflow: hidden;
}

#about2 .story {
    overflow: hidden;
    margin-bottom: 40px;
}

#about2 .story_img img {
    max-width: 100%;
}

#about2 .story_title {
    padding-left: 30px;
    font-size: 30px;
    color: #9a231c;
    margin: 0;
    font-weight: bold;
}

#about2 .story_title span {
    font-weight: normal;
    color: #333;
    font-family: KaiTi;
    margin-top: 15px;
}

#about2 p.story_content {
    overflow: hidden;
    padding: 0;
    clear: both;
    margin: 0;
    font-size: 18px;
    text-indent: 2em;
    font-family: KaiTi;
}

#about2 .content p {
    text-align: justify;
}

#about2 #data .item span.num {
    line-height: normal;
}

#about2 #data .item {
    padding: 10px;
}

#gallery {
    padding: 0;
    overflow: hidden;
    margin-bottom: 40px;
}

#gallery .swiper-slide p {
    text-align: center;
    margin: 0;
    line-height: 30px;
}

#gallery .swiper-slide img {
    width: 100%;
}

#history {
    position: relative;
    overflow: hidden;
    z-index: 1;
    padding: 60px 10px;
    margin-bottom: 120px;
}

#history .content img {
    overflow: hidden
}

#history ul {
    width: 100%;
}

#history li {
    height: 372px;
    background-color: #fff;
    border-radius: 5px;
    padding: 20px 25px 50px;
    box-shadow: 0 0 6px 6px #e9e9e9;
    transform: translateY(0);
    transition: transform 0.3s linear 0s, box-shadow 0.2s linear 0.2s;
}

#history .scroll {
    margin-top: 62px;
    position: relative;
    padding-bottom: 62px;
}

#history .scroll .swiper-button-prev {
    display: none;
    width: 35px;
    height: 100%;
    background: none;
    position: absolute;
    left: 0;
    top: 0;
}

#history .year {
    line-height: 66px;
    font-size: 44px;
    color: #000;
    width: 100%;
    border-bottom: 1px solid #f2f2f2;
}

#history .year .unit {
    font-size: 23px;
}

#history .cont {
    width: 100%;
    position: relative;
    margin-top: 18px;
    font-size: 14px;
    line-height: 22px;
    height: 248px;
    overflow: hidden;
}

#history .cont p {
    /*background: url("/style/images/ico.png") no-repeat 5px 15px;*/
    padding: 7px 0 7px 18px;
    text-align: justify;
    margin: 0;
}

#history .cont .content {
    width: 100%;
    padding-right: 14px;
}

#history .cont .content img {
    width: 100%;
    margin-top: 10px;
    overflow: hidden;
}

#culture {
    padding: 40px 0;
}

#culture li {
    text-align: center;
    padding: 30px 20px;
    transition: all 0.6s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
}

#culture li:hover {
    transform: translateY(-20px);
    background: #fff;
    box-shadow: 0 12px 20px rgba(0, 0, 0, 0.1);
}

#culture li h3 {
    font-size: 24px;
    font-weight: bold;
    color: #0066ca;
    margin: 15px 0;
}

#culture li p {
    margin: 0;
}

/*联系我们*/
#contact {
    background-color: #f5f5f5;
    padding-top: 90px;
    padding-bottom: 73px;
    text-align: center;
}

#contact h3 {
    font-size: 42px;
    font-weight: bold;
    color: #333;
    line-height: 78px;
    height: 78px;
    background: url("/style/images/contact_bg.png") no-repeat center;
}

#contact p {
    display: block;
    width: 57%;
    margin: 21px auto 0;
    font-size: 14px;
    color: #999;
    line-height: 30px;
}

#contact2 h1 {
    font-size: 24px;
    text-align: center;
    margin: 0;
}

#contact2 p.en {
    font-size: 18px;
    text-transform: uppercase;
    text-align: center;
    margin: 0 0 60px;
    color: #999;
}

#contact2 li {
    width: 33.3333%;
    float: left;
    padding: 10px 0;
    text-align: center;
}

#contact2 ul {
    overflow: hidden;
    margin-bottom: 60px;
}

#contact2 li:nth-child(2) {
    border-color: #ddd;
    border-style: solid;
    border-width: 0 1px;
}

#contact2 li p {
    margin: 5px 0;
}

#contact3 {
    padding: 0;
    position: relative;
    overflow: visible;
}

.map {
    position: relative;
    bottom: -110px;
    z-index: 99;
}

.look-map {
    position: absolute;
    top: -25px;
    height: 50px;
    width: 300px;
    line-height: 50px;
    color: #fff;
    padding-left: 107px;
    background: url(/style/images/bz.png) no-repeat 83px center #0066ca;
    font-size: 14px;
    display: inline-block;
    left: 50%;
    margin-left: -150px;
    border-radius: 24px;
    z-index: 9;
    transition: all .5s;
}

.look-map:hover {
    color: #fff;
    background-color: #0a2f6b;
}

.look-map:visited, .look-map:focus {
    color: #fff;
}

#allmap {
    width: 100%;
    height: 600px;

}

textarea {
    width: 207px;
    padding: 10px;
    border-color: #ddd;
    border-radius: 0 4px 4px 0;
}

#zoom_pic {
    position: relative;
    width: 100%;
    height: 0;
    border: 1px solid #ddd;
}

#zoom_pic video {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    border: 1px solid #ddd;
}

.list_pro .am-thumbnails {
    padding-top: 0;
}

.list_pro li img {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
}

.app_list {
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    margin-top: 40px;
}

.app_list li {
    width: 18%;
}

#index-1 .am-thumbnails li img {

}

.list_pic .am-thumbnails li img {

}

@media only screen and (min-width: 641px) {
    [class*=am-u-] {
        padding-left: 15px;
        padding-right: 15px;
    }

}

@media only screen and (max-width: 1550px) {
    .width {
        width: 85%;
    }
}

@media only screen and (max-width: 1440px) {

    #index-3 .index-3-list li {
        padding: 40px 0;
    }

    .header, #main_nav .nav {
        height: 80px;
    }

    #nav > div, .header .tel, .header .search_bar {
        height: 80px;
        line-height: 80px;
    }

    .header .header_txt {
        padding-top: 0;
    }

    .header .header_txt .t1 {
        font-size: 24px;
    }

    .header .header_txt .t2 {
        font-size: 12px;
    }

    .header .logo img {
        height: 100%;
    }

    #nav > div {
        font-size: 14px;
    }

    .header .tel {
        font-size: 24px;
    }

    .header .search_bar {
        font-size: 24px;
        padding: 0 30px;
    }

    .width, .link, article, #main_search {
        width: 95%;
        margin-left: auto;
        margin-right: auto;
    }

    #index-1 .a-title {
        padding: 3px 30px;
    }

    #index-1 .sub:nth-child(4) {
        display: none;
    }

    #gylc .swiper-slide {
        padding-left: 5.5%;
    }

    #index-3 .content .content_logo {
        top: 30px;
    }

    #index-3 .content .content_txt {
        top: 180px;
    }

    .prev-item, .next-item {
        display: none;
    }

    #about2 .content p {
        font-size: 14px;
        line-height: 2;
    }

    #data .item span.num {
        font-size: 40px;
    }

    .look-map {
        width: 200px;
        padding-left: 57px;
        margin-left: -100px;
        background: url(/style/images/bz.png) no-repeat 35px center #0066ca;
    }

    #contact p {
        width: 70%;
    }
}

@media only screen and (max-width: 1366px) {
    #main_nav .nav {
        font-size: 14px;
    }

    #index-1 .am-titlebar-title, #pro-main .am-titlebar-title {
        height: 36px;
    }

    #gylc .swiper-slide .content {
        width: 540px;
    }

    #index-3 .content .content_logo, #index-3 .content .content_txt {
        font-size: 14px;
    }

    #index-8 .news-list li p.t1 {
        font-size: 16px;
    }

    #index-8 .news-list li p.t2 {
        font-size: 12px;
    }

    #index-8 .news-list li {
        padding: 7px 0;
    }

    .list_pic li .mask .content p.title {
        font-size: 16px;
    }

    .list_pic li .mask .content {
        padding: 10px;
    }

    .list_pic .am-thumbnails li {
        margin: 0;
    }

    .link_list li a {
        font-size: 12px;
        line-height: 30px;
    }

    .link_title {
        font-size: 30px;
        margin-top: 0;
    }

    .footer {
        padding: 40px 0 20px;
        font-size: 14px;
    }

    .footer .am-u-md-3 img {
        width: 100px;
        margin-top: 10px;
    }

    .copyright {
        padding: 10px 0;
    }

    .copyright p {
        margin-bottom: 5px;
        font-size: 12px;
    }
}

@media only screen and (max-width: 1280px) {

    #index-1 .flex li {
        width: 30%;
    }

    #index-1 .flex li:last-child {
        display: block;
    }

    .list_pic li .mask .content p.date {
        font-size: 12px;
    }

    .list_pic li .mask .content p.title {
        font-size: 14px;
    }

    .home_nav h1 {
        font-size: 24px;
    }

    .list_pic li .mask .content p.t1 {
        margin: 0;
        font-size: 12px;
    }

    .list_pic ul li .cateName a {
        font-size: 12px;
    }

    .news_show .intro p {
        font-size: 16px;
        line-height: 32px;
    }

    .plug_service {
        width: 100%;
        left: 0;
        bottom: 0;
        right: auto;
        display: none;
    }

    .plug_service ul {
        margin: 0;
        overflow: hidden;
    }

    .plug_service li {
        width: 25%;
        float: left;
        margin: 0;

    }

    .plug_service li + li a {
        border-left: 1px solid rgba(255, 255, 255, .1);
    }

    .plug_service li a {
        background-color: #0066ca;
        padding: 10px 0;
        border: none;
        color: #fff;
    }

    .plug_service li a span {
        color: #fff;
    }

    .plug_service li:last-child {
        margin: 0;
    }

    .plug_service li:hover div {
        display: none;
    }

    .width {
        width: 95%;
    }

    .row {
        margin: 0;
    }

    #data .item span.num {
        font-size: 42px;
    }

    #data .item span.unit {
        font-size: 12px;
    }

    #data {
        margin: 0;
    }

    #index-4 .bd li .content img {
        width: 55%;
    }

    #index-4 .bd .content-text {
        height: auto;
    }

    #index-4 .bd .content-text .content-nr {
        margin-top: 50px;
    }

    #index-6 {
        -webkit-background-size: 500px;
        background-size: 500px;
    }

    #index-9 .content-left {
        width: 50%;
    }

    #index-9 .content-right {
        width: 50%;
        padding: 30px;
    }

    .home_nav {
        margin-top: 0;
    }

    .home_nav .am-breadcrumb {
        margin: 20px 0 0;
        display: none;
    }

    .list_pic {
        margin: 0;
    }

    .news_show {
        padding-right: 0;
    }

    .next-prev .am-u-sm-6:nth-child(1) {
        padding-right: 5px;
    }

    .next-prev .am-u-sm-6:nth-child(2) {
        padding-left: 5px;
    }

    .next-prev .page_img {
        display: none;
    }

    .bg_foot {
        margin-bottom: 77px;
    }

    .next-prev .wz-content {
        padding: 0;
    }

    .call h1 {
        font-size: 20px;
    }
}

@media only screen and (max-width: 1024px) {
    .header .logo {
        width: 20%;
    }

    .header-right {
        width: 80%;
    }

    .header .header_txt {
        display: none;
    }

    #index-4 li .icon-list p {
        font-size: 16px;
    }

    #index-news {
        padding-left: 0;
        margin-top: 20px;
    }

    .footer .code {
        text-align: center;
    }

    .article-right, .article-left {
        width: 100%;
        margin: 0;
    }

    .article-left {
        margin-bottom: 30px;
    }

    .article-left .sub {
        display: none;
    }

}

@media only screen and (max-width: 640px) {
    body {
        padding-top: 60px;
    }

    #index-4 .flex li {
        width: 46%;
    }

    #index-4 .flex li p {
        font-size: 16px;
    }

    #index-4 .icon-list b img {
        width: 40px;
    }

    #main_nav {
        display: none;
    }

    .header {
        height: 60px;
        line-height: 60px;
        position: fixed;
        width: 100%;
        top: 0;
        left: 0;
        z-index: 99;
        overflow: hidden;
    }

    .header .logo {
        height: 60px;
        padding: 0;
        width: 50%;
    }

    .header .logo img {
        height: 60px;
    }

    .header .header_txt {
        display: none;
    }

    .header #nav {
        display: none;
    }

    .m-btn {
        height: 60px;
        line-height: 60px;
        float: right;
    }

    .m-btn a {
        font-size: 24px;
        color: #024ea4;
    }

    [class*=am-u-] {
        padding: 0;
    }

    #index-1 {
        padding: 30px 0
    }

    #index-1 .am-u-lg-3 .row, #pro-main .am-u-lg-3 .row {
        padding-right: 0;
    }

    #index-1 .hd {
        position: absolute;
        top: 10px;
        right: 0;
        border: none;
        background-color: #0066ca;
    }

    #index-1 .hd a {
        color: #fff;
    }

    .pro_show .pl20, .pro_show .pr20 {
        padding: 0;
    }

    .wz_list li .am-u-sm-9 {
        padding-right: 5px;
    }

    .copyright {
        padding: 3%;
    }

    .pro_show {
        margin: 6% auto;
    }

    .am-thumbnails {
        margin-left: -15px;
        margin-right: -15px;
    }

    .am-thumbnails li {
        padding: 0 5px;
        margin-bottom: 10px;
    }

    .news_show {
        padding-right: 0;
    }

    #index-1 .width {
        padding: 0;
    }

    #data .item span.num {
        font-size: 32px;
    }

    #data .item span.unit {
        margin: 0;
    }

    #data .item p {
        letter-spacing: 0;
    }

    #data .item {
        width: 50%;
        padding: 10px;
    }

    .a-title {
        border: none;
        position: relative;
    }

    .a-title b {
        margin: 15px 0 0;
        display: block;
        border-bottom: 1px solid #ccc;
    }

    .a-title b:after {
        display: none;
    }

    .a-title .am-fl, .a-title .am-fr {
        float: none;
        display: block;
    }

    .a-title .subnav {
        text-align: left;
        padding: 20px 0;
    }

    #index-3 {
        height: auto;
    }

    #index-3 .width {
        padding: 0;
    }

    #index-3 ul li {
        width: 100%;
        height: auto;
    }

    #index-3 ul li .content {
        position: relative;
        height: auto;
    }

    #index-3 ul li .content .t3 {
        text-align: left;
        height: auto;
    }

    #index-3 ul li:hover .content .t4 {
        display: none;
    }

    #index-4 .case-item .hd {
        text-align: left;
    }

    #index-4 .bd {
        margin-top: 10px;
    }

    #index-4 .bd li .content > img {
        width: 100%;
    }

    #index-4 .bd .content-text {
        width: 100%;
    }

    #index-4 .bd .content-text .content-nr {
        margin-top: 10px;
    }

    #index-6 .div_mask {
        z-index: 1;
    }

    #index-6 .content {
        padding: 50px 0 150px;
    }

    #index-6 ul {
        width: 100%;
        position: relative;
        z-index: 2;
        flex-wrap: wrap;
        font-size: 12px;
    }

    #index-6 ul li {
        width: 33.3333%;
        height: 30px;
        line-height: 30px;
        margin-top: 10px;
        border-left: 1px solid rgba(255, 255, 255, .3);
        border-right: none;
        font-size: 16px;
    }

    #index-8 .news-list li a.details {
        position: relative
    }

    #index-7, #index-8 {
        padding: 30px 0;
    }

    #index-7 .partner {
        padding: 0 0 40px;
    }

    #index-8 .subnav {
        text-align: left;
        padding: 20px 0;
    }

    #index-8 .news-list {
        width: 100%;
        padding: 0;
    }

    #index-8 .content {
        margin: 0;
    }

    #index-8 .subnav li {
        margin-bottom: 10px;

    }

    #index-8 .news-list li {
        width: 100%;
    }

    #index-9 {
        height: auto;
        background-size: cover;
        padding: 6% 0;
    }

    #index-9 .content-left {
        width: 100%;
        padding: 0;
    }

    #index-9 .content-right {
        width: 100%;
        padding: 30px 0;
    }

    #index-9 .t3 {
        padding-right: 0;
    }

    #index-9 .t4 {
        margin-bottom: 5px;
    }

    #index-9 .t3 p {
        margin: 5px 0;
    }

    .link {
        font-size: 14px;
    }

    #zoom_pic {
        padding-right: 0;
    }

    .pro_show .thumb_pic ul li {
        margin-bottom: 40px;
    }

    .next-prev {
        padding: 15px 0;
    }

    .next-prev a.np-content {
        padding: 0;
    }

    .next-prev a.np-content:hover .wz-content {
        padding: 10px 20px;
    }

    .next-prev .wz-content {
        width: auto;
        border: 1px solid #ddd;
        padding: 10px 20px;
    }

    .next-prev .wz-content .t1 {
        margin: 0;
        padding: 0;
    }

    .next-prev .wz-content p.am-text-truncate {
        display: none;
    }

    .cate-banner .width {
        top: -70px
    }

    .cate-banner img {
        width: 150%;
    }

    .cate-content {
        height: 70px;
        padding: 10px 20px;
    }

    .cate-content p.t1 {
        font-size: 20px;
    }

    .cate-content p.t2 {
        font-size: 12px;
    }

    #gallery {
        padding: 30px 0;
        margin: 0;
    }

    .piclist {
        width: 100%;
        margin: 0;
    }

    .piclist ul {
        width: 100%;
    }

    .piclist ul li {
        width: 48%;
        margin: 1%;
    }

    #contact h1 {
        font-size: 24px;
        font-weight: bold;
    }

    #contact p.en {
        font-size: 14px;
        margin-bottom: 20px;
    }

    #contact li {
        width: 100%;
    }

    #contact li:nth-child(2) {
        border: none;
    }

    #allmap {
        height: 550px;
    }
}

