@font-face {
    font-family: 'logo';
    src: url('//at.alicdn.com/t/webfont_qx6adfc5y7d.eot'); /* IE9*/
    src: url('//at.alicdn.com/t/webfont_qx6adfc5y7d.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */ url('//at.alicdn.com/t/webfont_qx6adfc5y7d.woff') format('woff'), /* chrome、firefox */ url('//at.alicdn.com/t/webfont_qx6adfc5y7d.ttf') format('truetype'), /* chrome、firefox、opera、Safari, Android, iOS 4.2+*/ url('//at.alicdn.com/t/webfont_qx6adfc5y7d.svg#思源黑体-粗') format('svg'); /* iOS 4.1- */
}

@font-face {
    font-family: 'logo2';
    src: url('//at.alicdn.com/t/webfont_bdvcc0s1drt.eot'); /* IE9*/
    src: url('//at.alicdn.com/t/webfont_bdvcc0s1drt.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */ url('//at.alicdn.com/t/webfont_bdvcc0s1drt.woff') format('woff'), /* chrome、firefox */ url('//at.alicdn.com/t/webfont_bdvcc0s1drt.ttf') format('truetype'), /* chrome、firefox、opera、Safari, Android, iOS 4.2+*/ url('//at.alicdn.com/t/webfont_bdvcc0s1drt.svg#思源黑体-细') format('svg'); /* iOS 4.1- */
}
@font-face {font-family: 'webfont';
    src: url('//at.alicdn.com/t/webfont_dcjuvqtjclo.eot'); /* IE9*/
    src: url('//at.alicdn.com/t/webfont_dcjuvqtjclo.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
    url('//at.alicdn.com/t/webfont_dcjuvqtjclo.woff') format('woff'), /* chrome、firefox */
    url('//at.alicdn.com/t/webfont_dcjuvqtjclo.ttf') format('truetype'), /* chrome、firefox、opera、Safari, Android, iOS 4.2+*/
    url('//at.alicdn.com/t/webfont_dcjuvqtjclo.svg#NotoSansHans-DemiLight') 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 {
}

.myintro h2, .myintro h3 {
    margin: 10px 0;
    font-size: 18px;
    color: #000;
}

.myintro p {
    margin: 10px 0;
    text-align: justify;
    font-size: 14px;
    line-height: 1.5;
}

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

.am-table td {
    white-space: nowrap;

}

.am-table > tbody > tr > td, .am-table > tbody > tr > th, .am-table > tfoot > tr > td, .am-table > tfoot > tr > th, .am-table > thead > tr > td, .am-table > thead > tr > th {
    vertical-align: middle;
}

.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: #242424;
}

.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 {

}

nav {
    width: 1400px;
    height: 60px;
    margin: 0 auto;
    border-top: 1px solid #eee;
    clear: both;
}

.lan {
    display: inline-block;
    padding: 0 30px;
    font-family: webfont;
}

.search_bar {
    height: 60px;
    line-height: 60px;
    text-align: right;
    display: inline-block;
    position: relative;
}

.search_bar .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;
}

.search_bar .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;
}

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

.search_bar .search button {
    background: url("/theme/default/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;
}

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

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

.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: #242424;
}

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

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

img.yh {
    width: 40px;
}

body {
    -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;
    /* 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: 1400px;
    margin-right: auto;
    margin-left: auto;
}

.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;
}
header{
    position: relative;
}
#index header {
    position: fixed;
    top: 0;
    left: 0;
    background-color: #fff;
    width: 100%;
    z-index: 99;
    box-shadow: 0 0 10px #999
}

.header .content {
    height: 70px;
    padding-top: 20px;
}

.header .content a {
    color: #999;
    padding: 0 30px;
    float: left;
    border-left: 1px solid #eee;
}

.header .content a span {
    font-size: 20px;
    color: #999;
}

.header .content a.tel {
    text-align: right;
    padding-right: 0;
}

.header .content a.tel b {
    font-size: 22px;
    color: #0f5f97;
    font-weight: normal;
}

.wechat {
    float: left;
    position: relative;
}

.wechat .wc_content {
    width: 140px;
    transition: 0.5s ease 0s;
    line-height: normal;
    transform-origin: top;
    transform: scale(1, 0);
    opacity: 0;
    position: absolute;
    z-index: 0;
}

.wechat:hover .wc_content {
    transform: scale(1);
    opacity: 1;
    z-index: 9;
    top: 51px;
}

.header {
    height: 70px;
    width: 1400px;
    margin: 0 auto;
    background-color: #fff;
    font-size: 0;
    position: relative;
}

.header .logo {
    padding: 0;
    float: left;
    font-size: 0;
    vertical-align: top;
}

.header .logo a {
}

.header .logo img {
    display: inline-block;
    width: auto;
    height: 65%;
    padding-right: 20px;
    vertical-align: middle;
    transform: scale(1, 1);
    transition: all 0.3s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
}

.header .header_txt {
    float: left;
    height: 70px;
    padding: 12px 30px 0;
    border: 1px solid #eee;
    border-width: 0 0 0 1px;
}

.header .header_txt .t1 {
    font-size: 20px;
    margin: 0;
    line-height: normal;
    font-family: logo2;
    color: #0f5f97;
}

.header .header_txt .t2 {
    font-size: 20px;
    margin: 0;
    line-height: normal;
    font-family: logo;
    color: #0f5f97;
}

.header-right {
    float: right;
    font-size: 0;
    vertical-align: top;
    text-align: right;
}

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

.web-color {
    color: #242424;
}

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

#main_nav .nav {
    height: 60px;
}

#main_nav .am-topbar-brand {
    display: none;
}

#main_nav.fixed .am-topbar-brand {
    display: inline-block;
    height: 50px;
    padding-left: 30px;
}

#main_nav.fixed .nav .am-topbar-brand img {
    height: 100%;
    padding: 5px 0;
    width: auto;
}

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

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

#main_nav.fixed .nav {
    float: right;
}

#main_nav.fixed .nav > div {
    display: block;
    float: left;
    width: 175px;
}

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

#main_nav.fixed .list-container li a {
    font-size: 14px;
}

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

#main_nav.fixed .nav > div:hover {
    box-shadow: 0 0 10px rgba(3, 71, 142, .5);
}

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

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

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

#nav > div {
    cursor: pointer;
}

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

#main_nav.fixed #nav > div:hover a {
    background-color: #fff;
    color: #242424;
}

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

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

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

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

#main_nav #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: 9;
    position: absolute;
    width: 100%;
    font-size: 0;

}

#main_nav.fixed #nav .sub-menu {
    box-shadow: 0 0 10px rgba(3, 71, 142, .5);
    z-index: -1;

}
#nav > div h3 > a{
    font-size: 15px;
}
#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: 15px;
}
#nav .sub-menu .list-container li a{
    transition: all .5s;
    color: #000;
}
#nav .sub-menu .list-container li a:hover{
    color: #0f5f97;
}
#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 #ccc;
}

#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;
}

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

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

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

}

#nav > div h3 {
    padding: 0 30px;
}

#nav > div#home h3 {
    padding-left: 0;
}

#nav > div h3 > a {
    height: 100%;
    display: block;
    position: relative;
    color: #000;
}

#nav > div h3 > a:after {
    content: '';
    position: absolute;
    top: 0;
    left: 15%;
    width: 70%;
    height: 2px;
    background-color: #0f5f97;
    transition: 0.5s ease 0s;
    z-index: -1;
    opacity: 0;
}

#nav > div:hover h3 > a:after {
    width: 100%;
    left: 0;
    opacity: 1;
}

#nav a {
    font-family: webfont;
}

#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: #242424;
}

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

.logo .am-topbar-brand {
    height: 70px;
    line-height: 70px;
    padding: 0;
    margin: 0;
}

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

.am-topbar-brand.logo {
    line-height: normal;
}

.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;
}

#main_nav.fixed .am-topbar-brand img {
    width: auto;
    height: 100%;
    padding: 5px 0;
}

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

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

.bg_inner {
    background: #242424;
    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;
}

.subject2 {
    border-bottom: 1px solid #ccc;
    margin: 0;
    padding-bottom: 15px;
}

.subject2 b {
    font-size: 26px;
    font-weight: bold;
    line-height: 40px;
}

.subject b {
    border-bottom: 1px solid #242424;
    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: #242424;
    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: #da251d;
    color: #fff;
}

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

.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: #da251d;
}

.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: #242424;
}

.call {
    margin-top: 20px;
    overflow: hidden;
}

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

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

.more-link {
    display: block;
    color: #228cd7;
    margin: 15px 0 0;
    transition: all .5s;
}
.more-link:hover{
    color: #0f5f97;
}


.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;
}

.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 {
    display: inline-block;
    position: relative;
    height: 40px;
    line-height: 40px;
    margin: 0 10px;
}

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

.home_nav ul li:hover a, .home_nav ul li.hover a {
    background: #242424;
    color: #fff;
    border-color: #242424;
}

.home_nav ul li dl {
    display: none;
    background: #242424;
    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: #242424;
    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: #242424;
    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: #242424 solid 1px;
    border-left: 0;
    border-bottom: 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    background: #242424;
}

.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 {
    margin-top: 20px;
}

.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 #242424;
    padding: 5px 0 0;
}

.news_list li .date em {
    display: block;
    font-style: normal;
    font-size: 14px;
    font-family: arial;
    background: #242424;
    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: #242424;
    float: left;
}



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

.link_list a {
    display: inline-block;
    padding: 0 20px;
    width: 100%;
    color: #ccc;
    font-size: 14px;
    text-align: center;
    line-height: 36px;
    transition: all .5s;
}

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

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

.footer {
    background-color: #1a1a1a;
    overflow: hidden;
    padding: 0;
}
.footer .footer-logo{
    height: 96px;
}
.footer .footer-logo img{
    width: 90%;
    padding: 20px 0 0;
}
.footer .footer_list {
    overflow: hidden;
    clear: both;
    font-family: webfont;
}

.footer .footer_list > li {
    float: left;
    width: 20%;
    font-size: 16px;
    position: relative;
}
.footer .footer_list > li a{
    color: #fff;
}
.footer .footer_list .sub-menu li{
    width: 100%;
    float: none;
    line-height: 35px;
    font-size: 14px;
}
.footer .footer_list .sub-menu li a{
    color: #ccc;
}
.footer .footer-1{
    height: 96px;
    overflow: hidden;
    border-bottom:1px solid #666;
}
.footer .footer-2{
    padding: 55px 0;
    color: #fff;
    overflow: hidden;
    font-family: webfont;
}
.footer .footer_list li a {
    color: #fff;
}

.footer .footer-contact {
    border-left: 1px solid #666;
    padding-left: 30px;
}
.footer .footer-contact h4{
    font-size: 16px;
    font-weight: normal;
}
.footer .footer-contact p{
    color: #ccc;
    margin: 0 0 10px 0;
}

.footer-text {
    font-size: 14px;
    color: #999;
    overflow: hidden;
}

.copyright {
    background-color: #1a1a1a;
    border-top: 1px solid #666;
    width: 100%;
    height: 70px;
    line-height: 70px;
    padding: 0;
    font-size: 12px;
    color: #ccc;
    text-align: center;
}

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

.footer .content .t1 {
    font-size: 20px;
    color: #242424;
    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: #ccc;
}

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

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

.copy_content {
    width: 100%;
    color: #ccc;
    padding: 0;
    overflow: hidden;
}

.copy_content p {
    margin: 0;
}

.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: #242424;
}

.company {
    font-size: 24px;
    color: #fff;
    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: 20px;
    line-height: normal;
    margin: 15px 0 0;
    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;*/
}

.solution_list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -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;
}

.solution_list li {
    width: 48%;
    margin-bottom: 2%;
}

.solution_list li p {
    text-align: center;
    color: #000;
    margin: 5px 0;

}

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

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

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

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

.tags .hover a {
    display: inline;
    padding: 10px 30px;
    color: #fff;
    font-size: 14px;
    background: #242424;
    color: #fff;
    border: 1px solid #242424;
    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;
}

.main {
    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: #242424;
    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("/theme/default/images/about-img3.jpg") no-repeat top right fixed;
    padding: 0;
    height: 600px;
}

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

.culture2 .main {
    width: 100%;
    height: 100%;
    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: #242424;
    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 .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: #242424;
    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 {
    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;
}

.piclist ul li {
    width: 23%;
    margin-bottom: 2%;
}

.piclist li a {
    display: block;
    padding: 4px;
    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: #242424;
}

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

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

.list_pic ul li {
    padding: 0;
    width: 31.333%;
    margin-bottom: 2%;
}

.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: #242424;
    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: #242424;
    color: #fff;
}

.list_pic li .mask {
    position: relative;
}

.list_pic li .mask .content {
    width: 100%;
    background-color: #fff;
    padding: 20px;
    -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: 16px;
    font-weight: bold;
    margin: 0;
}

.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: #242424;
    border-color: #242424;
    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: #242424;
    color: #fff;
    border-color: #242424;
}

.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-bottom: none;
    margin-bottom: 0;
}

.am-thumbnails p {
    margin: 0;
}

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

#about3 {
    background-color: #eee;
    padding: 280px 0 60px;
    text-align: center;
    overflow: hidden;
}
#about3 .a-title{
    margin-bottom: 40px;
}
#about3 dt,#about3 dd{
    display: inline-block;
    line-height: 60px;
}
#about3 dl{
    width: 49%;
    float: left;
    margin: 0 2% 2% 0;
    background-color: rgba(255,255,255,.7);
    border: 1px solid #ccc;
    text-align: left;
    padding: 0 20px;
    cursor: pointer;
    transition: all .5s;
}
#about3 dl:hover{
    box-shadow: 0 0 10px #999;
}
#about3 dl.all{
    width: 100%;
    margin-right: 0;
}
#about3 dl:nth-child(even){
    margin-right: 0;
}
#about4{
    padding: 6% 0;
}
#about4 .a-title{
    text-align: center;
    margin-bottom: 40px;
}
#about4 .flex{
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    flex-wrap: wrap;
}
#about4 .flex li{
    width: 23%;
    margin-bottom: 2%;
    transition: all .5s;
}
#about4 .flex li .picture{
    padding: 2px;
    border: 1px solid #ccc;
}
#about4 .flex li:hover{
    box-shadow: 0 0 10px #999;
}
.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;
}

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

.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: #242424;
}

.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: 0;
    transition: all .5s;
}

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

.next-prev .wz-content {
    position: relative;
}

.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: #242424;
    border-color: #242424;
    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: #242424;
    color: #fff;
    border-color: #242424;
}

.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 #242424;
    padding: 6px 20px;
    min-width: 100px;
    background: #242424;
    color: #fff;
}

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

/*商品相关*/
.list_pro ul.flex, .list_pic ul.flex {
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    flex-wrap: wrap;
    margin: 0;
}

.list_pro ul li {
    width: 23%;
    margin-bottom: 2%;
}

.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: #242424;
    box-sizing: border-box;
    z-index: 9;
    margin: -60px auto 0;
}

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

.list_pro li:hover .item_info {
    background-color: #0f5f97;
}

.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;
    position: absolute;
    width: 100%;
    bottom: 0;
    left: 0;
    z-index: 9;
    color: #fff;
    background-color: rgba(3, 71, 142, .3);
}

#index-1 .flex li:hover .item_wrapper .item_info {
    background-color: rgba(3, 71, 142, .8);
}

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

.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%;
}

.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 #242424;
    background: #fff;
}

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

.pro_show h1 {
    font-size: 24px;
    padding: 0;
    font-weight: 400;
    text-align: left;
    margin: 0 0 20px 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: #242424;
    color: #fff;
    border-color: #242424;
}

.pro_show .action {
    margin: 20px 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 #242424;
}

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

.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 #242424;
}

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

.pro_intro .intro h3 {
    font-size: 20px;
    margin: 10px 0;
}

.pro_intro .intro p {
    text-indent: 2em;
}

.pro_intro .intro td {
    text-align: center;
}

.pro_intro .intro td p {
    text-indent: 0;
    margin: 0;
    padding: 0;
}

.pro_intro .intro p img {
    margin-left: -2em;
}

.pro_intro .intro td p img {
    margin-left: 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: 120px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    border: 1px solid #ddd;
    transition: all .5s;
}

.next-item {
    width: 120px;
    height: 40px;
    line-height: 40px;
    padding: 0;
    text-align: center;
    border: 1px solid #ddd;
    transition: all .5s;
}

.wz-content span {
    font-size: 16px;
    color: #ccc;
}

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

.prev-item:hover, .next-item:hover {
    background-color: #242424;
    border-color: #242424;
    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(../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: #242424;
    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 #ccc;
    padding: 6px 15px;
    background-color: #fff;
}

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

.pagelist li.active a {
    border-color: #242424;
    background: #242424;
    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: 35%;
    z-index: 999;
    display: none;
}

.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(../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: #242424;
    color: #fff;
}

.user_center .lefter ul .hover a:hover {
    background: #242424;
    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;
}

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

}
.a-title p{
    position: relative;
    margin: 10px 0;
    color: #999;
}
.a-title p:after {
    content: '';
    width: 60px;
    height: 3px;
    display: block;
    background-color: #242424;
    margin: 20px auto 0;
}

article {
    width: 1400px;
    margin: 40px 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;
    padding: 60px 0;
    overflow: hidden;
}
#pro-main.inner_container{
    background-color: #fff;
}
#pro-main .path{
    margin-bottom: 40px;
}
#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: #242424;
    color: #fff;
}
#index1 .cate{
    margin-top: 10px;
}
#index1 .cate .swiper-slide{
    cursor: pointer;
}
#index1 .cate .content{
    position: relative;
}
#index1 .cate .content .mask{
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
    z-index: 10;
    transition: all .5s;
    background-color: rgba(0,0,0,.5);
    color: #fff;

}
#index1 .cate a{
    color: #fff;
}
#index1 .cate h3{
    font-size: 24px;
}
#index1 .cate .swiper-slide:hover .content .mask{
    opacity: 1;
}
#index1 .cate .swiper-slide .content .mask a{
    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;
    width: 100%;
    height: 100%;
}
#index-1 .article-left {
    box-shadow: 0px 14px 80px rgba(3, 71, 142, 0.2);
    background-color: #f9f9f9;
    height: auto;
}

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

.article-left .am-titlebar-default {
    margin: 0;
}

.article-left .search {
    overflow: hidden;
    margin: 30px 0;
}

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

.article-right .flex {
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-top:20px;
}

#pro-main .article-right .flex li {
    width: 23%;
    margin-bottom: 2%;
}

.article-right .flex li p {
    margin: 5px 0;
}

.article-right section {
    padding: 0;
}

.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 header{
    position: relative;

}
#header2{
    height: 60px;
    position: relative;
    width: 100%;
    top: 0;
    background-color: #fff;
    font-family: webfont;
    box-shadow: 0 0 10px #999;
}
#header2 .menu> div,#header2 .sub-menu li{
    transition: all .5s;
}
#header2 .menu> div:hover,#header2 .sub-menu li:hover{
    background-color: #111;
}
#header2 .menu> div:hover h3 > a,#header2 .sub-menu li:hover a {
    color: #fff;
}
#header2 .am-topbar-brand{
    height: 60px;
    padding: 10px 0 0 0;
}
#header2 .am-topbar-brand img{
    height: 90%;
    width: auto;
    vertical-align: middle;
}
#header2 .menu{
    line-height: 60px;

}
#header2 .menu > div{
    float: left;
    position: relative;
}
#header2 .menu > div h3{
    padding: 0 40px;
    text-align: center;
    margin: 0;
    line-height: 60px;
    font-weight: normal;
}
#header2 .menu > div .sub-menu{
    width: 100%;
    background-color: #fff;
    text-align: center;
    font-size: 14px;
    padding: 20px 0;
    position: absolute;
    z-index: 9;
    opacity: 0;
    display: none;
    transition: all .5s;
}
#header2 .menu > div:hover .sub-menu{
    transform: scale(1);
    display: block;
    opacity: 1;
    background-color: #333;
}
#header2 .menu > div:hover .sub-menu li a{
    color: #fff;
}
#header2 .menu > div .sub-menu li{
    line-height: 30px;
    padding: 0 10px;
}
#header2 .menu > div .sub-menu li:hover{
    background-color: #a93004;
}
#index-1 {
    display: block!important;
}
#index-1 .swiper-content,#index-1 .swiper-content a{
    color: #fff;
}
.swiper-content p.t1{
    font-size: 2.5vw;
    margin: 0;
    font-weight: bold;
}
.swiper-content p.t2{
    font-size: 2vw;
    margin: 0 0 30px;
    font-weight: bold;
}
#index-1 .swiper-content p.t3{
    margin: 40px 0 10px;
}
#index-1 .swiper-content img,#index-2 .swiper-content img{
    margin-top: 40px;
}
#index-1 .swiper-content p.t4{
    width: 400px;
    height: 70px;
    line-height: 70px;
    padding: 0 30px;
    background: -webkit-linear-gradient(left,rgba(255,255,255,.3),rgba(255,255,255,0)); /* Safari 5.1 - 6.0 */
    background: -o-linear-gradient(right,rgba(255,255,255,.3),rgba(255,255,255,0)); /* Opera 11.1 - 12.0 */
    background: -moz-linear-gradient(right,rgba(255,255,255,.3),rgba(255,255,255,0)); /* Firefox 3.6 - 15 */
    background: linear-gradient(to right,rgba(255,255,255,.3),rgba(255,255,255,0)); /* 标准的语法 */
    margin: 10px 0;
    font-size: 2vw;
}
.swiper-content .btn{
    width: 200px;
    height: 60px;
    display: inline-block;
    margin-right: 10px;
    line-height: 60px;
    text-align: center;
    background-color: rgba(255,255,255,.3);
    border: 1px solid #fff;
    color: rgba(255,255,255,.8);
    transition: all .5s;
}

#index .btn:hover{
    background-color: #fff;
    color: #0f5f97;
}
.swiper-content{
    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;
    height: calc(100% - 60px);
}
#index-1 {
    background: #000 url("/theme/default/images/index-bg1.jpg") no-repeat center top;
    -webkit-background-size: cover;
    background-size: cover;
    position: relative;
    height: 720px;
    width: 100%;
}
#index-1 .swiper-content{

}

#main_search {
    width: 95%;
    background-color: #242424;
    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: #242424;
    border-width: 0 0 1px 0;
    border-bottom: 1px solid #fff;
    line-height: 30px;
}

.pr40 {
    padding-right: 40px;
}

.plist {
    padding: 15px 0;
    overflow: hidden;
}

#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: #242424;
}

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

#pro-main .sub li:hover:before {
    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: #242424;
    border-color: #242424;
    color: #fff;
}

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

#index-2 {
    /*background: #000 url("/theme/default/images/index-bg2.jpg") no-repeat center;*/
    background-color: #eee;
    padding: 120px 0;
}
#index-2 .swiper-content .cate-list li{
    line-height: 2;
    font-size: 20px;
    font-weight: bold;
    display: inline-block;
    padding: 0 25px;
    background-color: #fff;
    border: 1px solid #ccc;
    border-radius: 25px;
    margin-right: 15px;
    transition: all .5s;
}
#index-2 .swiper-content .cate-list li:hover{
    background-color: #0f5f97;
    border-color: #0f5f97;
}
#index-2 .swiper-content .cate-list li:hover a{
    color:#fff;
}
#index-2 .flex{
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-top: 30px;

}
#index-2 .flex li{
    width: 23%;
    margin-bottom: 2%;
    text-align: center;
    position: relative;
    height: 60px;
    cursor: pointer;
    transition: all .5s;
}
#index-2 .flex li .li-content{
    position: absolute;
    background-color: #0f5f97;
    bottom:0;
    width: 100%;
    height: 100%;
    transition: all .5s;
}
#index-2 .flex li:hover .li-content{
    height: 160px;
    color:#333;
    background-color: #fff;
}
#index-2 .flex li p.title{
    margin: 0;
    font-size: 20px;
    height: 60px;
    line-height: 60px;
    border: 1px solid rgba(255,255,255,.4);
    color: rgba(255,255,255,.8);
}
#index-2 .flex li:hover p.title{
    border-color: transparent;
}
#index-2 .flex li p.content{
    opacity:0;
    height:0;
    font-size: 14px;
    text-align: left;
    padding: 0 20px;
    overflow: hidden;
    margin: 0;
    color: #444;
}
#index-2 .flex li:hover p.title{
    background-color: #0f5f97;
}
#index-2 .flex li:hover p.content{
    opacity:1;
    height:auto;
    margin: 15px 0;
}
.case-silder {
    width: calc(100% - 80px);
    position: relative;
    background: #fff;
    box-shadow: 0px 14px 80px rgba(3, 71, 142, 0.2);
    margin-left: 80px;
    height: 400px;
    transition: all .3s;
}

@media screen and (max-width: 992px) {
    .case-silder {
        height: 400px;
    }
}

@media screen and (max-width: 768px) {
    .case-silder {
        min-height: 500px;
        height: auto;
        margin: 180px auto;
    }
}

@media screen and (max-height: 500px) and (min-width: 992px) {
    .case-silder {
        height: 350px;
    }
}

.case-silder__item {
    display: flex;
    align-items: center;
}

@media screen and (max-width: 768px) {
    .case-silder__item {
        flex-direction: column;
    }
}

.case-silder__item.swiper-slide-active .case-silder__img img {
    opacity: 1;
    transition-delay: .3s;
}

.case-silder__item.swiper-slide-active .case-silder__content > * {
    opacity: 1;
    transform: none;
}

.case-silder__item.swiper-slide-active .case-silder__content > *:nth-child(1) {
    transition-delay: 0.3s;
}

.case-silder__item.swiper-slide-active .case-silder__content > *:nth-child(2) {
    transition-delay: 0.4s;
}

.case-silder__item.swiper-slide-active .case-silder__content > *:nth-child(3) {
    transition-delay: 0.5s;
}

.case-silder__item.swiper-slide-active .case-silder__content > *:nth-child(4) {
    transition-delay: 0.6s;
}

.case-silder__item.swiper-slide-active .case-silder__content > *:nth-child(5) {
    transition-delay: 0.7s;
}

.case-silder__item.swiper-slide-active .case-silder__content > *:nth-child(6) {
    transition-delay: 0.8s;
}

.case-silder__item.swiper-slide-active .case-silder__content > *:nth-child(7) {
    transition-delay: 0.9s;
}

.case-silder__item.swiper-slide-active .case-silder__content > *:nth-child(8) {
    transition-delay: 1s;
}

.case-silder__item.swiper-slide-active .case-silder__content > *:nth-child(9) {
    transition-delay: 1.1s;
}

.case-silder__item.swiper-slide-active .case-silder__content > *:nth-child(10) {
    transition-delay: 1.2s;
}

.case-silder__item.swiper-slide-active .case-silder__content > *:nth-child(11) {
    transition-delay: 1.3s;
}

.case-silder__item.swiper-slide-active .case-silder__content > *:nth-child(12) {
    transition-delay: 1.4s;
}

.case-silder__item.swiper-slide-active .case-silder__content > *:nth-child(13) {
    transition-delay: 1.5s;
}

.case-silder__item.swiper-slide-active .case-silder__content > *:nth-child(14) {
    transition-delay: 1.6s;
}

.case-silder__item.swiper-slide-active .case-silder__content > *:nth-child(15) {
    transition-delay: 1.7s;
}

.case-silder__img {
    width: 300px;
    flex-shrink: 0;
    height: 300px;
    box-shadow: 4px 13px 30px 1px rgba(3, 71, 142, 0.2);
    transform: translateX(-80px);
    overflow: hidden;
}

.case-silder__img:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0.8;
}

.case-silder__img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    opacity: 0;
    transition: all .3s;
}

@media screen and (max-width: 768px) {
    .case-silder__img {
        transform: translateY(-50%);
        width: 90%;
    }
}

@media screen and (max-width: 576px) {
    .case-silder__img {
        width: 95%;
    }
}

@media screen and (max-height: 500px) and (min-width: 992px) {
    .case-silder__img {
        height: 270px;
    }
}

.case-silder__content {
    padding-right: 25px;
}

@media screen and (max-width: 768px) {
    .case-silder__content {
        margin-top: -80px;
        text-align: center;
        padding: 0 30px;
    }
}

@media screen and (max-width: 576px) {
    .case-silder__content {
        padding: 0;
    }
}

.case-silder__content > * {
    opacity: 0;
    transform: translateY(25px);
    transition: all .4s;
}

.case-silder__code {
    color: #7b7992;
    margin-bottom: 15px;
    display: block;
    font-weight: 500;
}

.case-silder__title {
    font-size: 24px;
    font-weight: 700;
    color: #0d0925;
    margin: 20px 0;
}

.case-silder__text {
    color: #4e4a67;
    margin-bottom: 30px;
    padding-right: 30px;
    line-height: 1.5em;
}

.case-silder__button {
    display: inline-flex;
    background-image: linear-gradient(147deg, #fe8a39 0%, #fd3838 74%);
    width: 120px;
    padding: 10px 0;
    border-radius: 6px;
    color: #fff;
    text-decoration: none;
    font-weight: 500;
    justify-content: center;
    text-align: center;
    letter-spacing: 1px;
    transition-delay: 0s !important;
}

.case-silder__button:hover {
    color: #fff;
    box-shadow: 0px 0 10px rgba(252, 56, 56, 0.8);
}

@media screen and (max-width: 576px) {
    .case-silder__button {
        width: 100%;
    }
}

.case-silder .swiper-container-horizontal > .swiper-pagination-bullets, .case-silder .swiper-pagination-custom, .case-silder .swiper-pagination-fraction {
    bottom: 10px;
    left: 0;
    width: 100%;
}

.case-silder__pagination {
    position: absolute;
    z-index: 21;
    right: 20px;
    width: 11px !important;
    text-align: center;
    left: auto !important;
    top: 50%;
    bottom: auto !important;
    transform: translateY(-50%);
}

@media screen and (max-width: 768px) {
    .case-silder__pagination {
        transform: translateX(-50%);
        left: 50% !important;
        top: 205px;
        width: 100% !important;
        display: flex;
        justify-content: center;
        align-items: center;
    }
}

.case-silder__pagination.swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 8px 0;
}

@media screen and (max-width: 768px) {
    .case-silder__pagination.swiper-pagination-bullets .swiper-pagination-bullet {
        margin: 0 5px;
    }
}

.case-silder__pagination .swiper-pagination-bullet {
    width: 11px;
    height: 11px;
    display: block;
    background: #062744;
    border-radius: 10px;
    opacity: 0.2;
    transition: all .3s;
}

.case-silder__pagination .swiper-pagination-bullet-active {
    opacity: 1;
    background: #fd3838;
    height: 30px;
    box-shadow: 0px 0px 20px rgba(252, 56, 56, 0.3);
}

@media screen and (max-width: 768px) {
    .case-silder__pagination .swiper-pagination-bullet-active {
        height: 11px;
        width: 30px;
    }
}

.case-list {
    padding: 60px 0;
}

.case-list .swiper-slide {
    transition: all .5s;
}

.case-list .swiper-slide:hover {
    box-shadow: 0px 0px 20px rgba(0, 71, 142, 0.3);;
}

.case-list .swiper-slide p {
    text-align: center;
    margin: 0;
    line-height: 40px;
    padding: 0 10px;
    font-size: 14px;
    background-color: #fff;
}

#index-3 {
    background: #000 url("/theme/default/images/index-bg3.jpg") no-repeat center;
    color: #fff;
    height: 720px;
}
#index-4{
    padding: 0;
    position: relative;
}
#index-4 .swiper-slide{
    height: 100%;
    position: relative;
}
#index-4 .swiper-slide .swiper-content{
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 9;
    display: flex;
    align-items: center;
}
#index-4 .swiper-pagination-bullet{
    background-color: #fff;
    opacity:1;
}
#index-4 .swiper-pagination-bullet-active{
    background-color: #0086f7;
    width: 30px;
    border-radius: 4px;
}
#index-4 .solution .swiper-slide{
    color: #fff;
}
#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.33333%;
    margin-bottom: 2%;
    text-align: left;
    color: #fff;
}
#index-4 .flex li p{
    margin: 0;
}
#index-4 .solution-pagination{
    bottom:10%;
}
#index-4 .swiper-content .btn{
    margin-top: 30px;
}
#index-5{
    background-color: #fff;
  	padding:60px 0;
}

#index-5 .content{
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
}
#index-5 .content .swiper-button-next,#index-5 .content .swiper-button-prev{
    top: auto;
    margin-top: 0;
    bottom:0;
    width: 100px;
    height: 30px;
    line-height: 30px;
    display: inline-block;
    background-color: #0f5f97;
    color: #fff;
    text-align: center;
    float: right;
    background-size: 20px 14px;
}
#index-5 .content .swiper-button-prev{
    left: auto;
    right:115px;
}
#index-5 .content .news-list{
    padding-bottom: 40px;
}
#index-5 .content h3 a{
    font-size: 32px;
    font-weight: normal;
    color: #0f5f97;
}
#index-5 .content .am-u-md-5,#index-5 .content .am-u-md-4{
    padding-right: 40px;
}
#index-5 .content .t1{
    font-size: 20px;
}
#index-5 .content .t2{
    font-size: 14px;
    color: #999;
}
#index-5 .content .news-list li{
    margin-bottom: 50px;
}
#index-5 .content .contact_item{
    border-bottom: 1px solid #ddd;
    margin-bottom: 20px;
}
#index-5 .content .contact_item .t1{
    margin: 0;
}
#index-5 .content .contact_item .t2{
    font-size: 32px;
    color: #228cd7;
    margin: 0;
    padding: 0 0 10px;
}
#index-5 .content [class*=am-icon-]{
    color: #999;
    transition: all .5s;
}
#index-5 .content [class*=am-icon-]:before{
    padding: 10px;
    width: 48px;
    height: 48px;
    line-height: 24px;
    text-align: center;
    font-size: 24px;
    display: inline-block;
    margin-right: 10px;
    border: 1px solid #999;
    border-radius: 50%;
}
#index-5 .content [class*=am-icon-]:hover{
    color: #228cd7;
}
#index-5 .content [class*=am-icon-]:hover:before{
    border-color: #228cd7;
}
#index-6{
    overflow: hidden;
    height: auto!important;
}
.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;
}


/*单页*/
.video_list .flex {
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    margin-top: 20px;
}

.video_list .flex li {
    width: 23%;
    margin-bottom: 2%;
}

.video_list .flex li img {
    width: 100%;
}

.video_list .flex li p {
    line-height: 24px;
    margin: 0;
    text-align: center;
    font-size: 14px;
    color: #333;
}

#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%;
    height: 300px;
    background-color: #000;
}

.cate-content {
    height: 110px;
    padding: 40px 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;
    perspective: 2000px;
    perspective-origin: top;
    left: 50%;
    bottom:0;
    vertical-align: middle;
    margin-left: -700px;
    position: absolute;
}

.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;
}

.cate-content .am-breadcrumb {
    margin-top: 10px;
}

._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("/theme/default/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: 60px 0 30px;
    background: url("/theme/default/images/about-bg.jpg") no-repeat fixed;
    overflow: visible;
    color: #fff;
}


#about2 .am-text-right img {
    position: relative;
    bottom:-220px;
    border: 8px solid #fff;
}

#about2 .content p {
    text-indent: 2em;
}

#about2 .content .am-u-lg-5 {
    padding-left: 40px;
}

#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("/theme/default/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: #242424;
    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("/theme/default/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{
    padding: 60px 0;
}
#contact2 h1 {
    font-size: 24px;
    text-align: center;
    margin: 0;
}

#contact2 p.en {
    font-size: 14px;
    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 {
    background-color: #f5f5f5;
    overflow: visible;
    position: relative;
}

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

#contact3 .flex li {
    width: 31.33333%;
    margin-bottom: 3%;
    background-color: #fff;
    border-radius: 15px;
    transition: all .5s;
}

#contact3 .flex li img {
    border-radius: 15px 15px 0 0;
}

#contact3 .flex li .content {
    padding: 30px;
}

#contact3 .flex li .content h3 {
    font-size: 18px;
    font-weight: bold;
    margin: 0 0 15px;
}

#contact3 .flex li .content h3:after {
    content: '';
    width: 100%;
    height: 1px;
    margin-top: 8px;
    background-color: #666;
    display: block;
}

#contact3 .flex li .content p {
    margin: 0;
    line-height: 25px;
    font-size: 14px;
}

#contact3 .flex li:hover {
    box-shadow: 0 5px 8px 5px #dbdbdb;
}

.map {
    position: relative;
    bottom: -60px;
    z-index: 9;
}

.look-map {
    position: absolute;
    top: -25px;
    height: 50px;
    width: 300px;
    line-height: 50px;
    color: #fff;
    padding-left: 107px;
    background: url(/theme/default/images/bz.png) no-repeat 83px center #242424;
    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: #da251d;
}

.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;
}

#zoom_pic img {
    border: 1px solid #ddd;
}
#zoom_pic video {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: #000;
    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;
}

.article-right .gallery-thumbs .swiper-slide {
    cursor: pointer;
    transition: all .5s;
}

.article-right .gallery-thumbs .swiper-slide img {
    opacity: 0.4;
}

.article-right .gallery-thumbs .swiper-slide.swiper-slide-thumb-active img {
    opacity: 1;
}

.article-right .gallery-thumbs {
    margin-top: 10px;
}
.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) {
    #main_nav.fixed .nav > div {
        width: 160px;
    }

    #main_nav.fixed .list-container li a {
        font-size: 12px;
    }

    #main_nav.fixed .nav > div a {
        padding: 0;
    }
}

@media only screen and (max-width: 1440px) {
    .cate-banner{
        height: 200px;
    }

    .header,nav{width: 80%}
    .header,.header .content{
        height: 60px;
    }
    #main_nav .nav,nav,#nav > div,.search_bar{
        height: 40px;
        line-height: 40px;
    }
    .header .logo img {
        width: auto;
        height: 90%;
        display: block;
        padding: 10px 10px 0 0;
    }

    .logo .am-topbar-brand {
        height: 60px;
        line-height: 60px;
    }
    .header .content{
        padding-top: 10px;
    }
    .header .header_txt {
        height: 60px;
        padding: 5px 10px;
    }

    .header .header_txt .t1,.header .header_txt .t2 {
        font-size: 16px;
        margin-top: 5px;
    }

    #nav > div {
        font-size: 14px;
    }

    .width, .link, article, #main_search {
        width: 80%;
        margin-left: auto;
        margin-right: auto;
    }

    .cate-content {
        left: 10%;
        margin-left: auto;
    }

    .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(/theme/default/images/bz.png) no-repeat 35px center #242424;
    }

    #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 p {
        margin-bottom: 5px;
        font-size: 12px;
    }
}

@media only screen and (max-width: 1280px) {
    .top a {
        padding: 0 10px;
    }

    .top a span.tel {
        font-size: 18px;
    }

    #nav .sub-menu .list-container li a {
        font-size: 14px;
    }

    #index-3 .a-title {
        display: none;
    }

    #index-3 .hd {
        bottom: -40px;
    }

    #index-3 .index-3-list li {
        padding: 0;
        height: 80px;
        line-height: 80px;
    }

    #index-3 .index-3-list span {
        display: none;
    }

    #index-4 .video_list li p, #index-4 .tech_list li {
        line-height: 40px;
        font-size: 14px;
    }

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

    .news_list li {
        padding: 5px 0;
        font-size: 14px;
    }

    .news_list li .date1 {
        font-size: 12px;
    }

    #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;
    }

    .header,nav,.width,.link, article, #main_search {
        width: 80%;
        margin-left:auto;
        margin-right:auto;
    }
    .cate-content{
        left:10%
    }

    .row {
        margin: 0;
    }

    #data .item span.num {
        font-size: 42px;
    }

    #data .item span.unit {
        font-size: 12px;
    }

    #data {
        margin: 0;
    }

    .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-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) {
    .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: #242424;
        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;
    }
    body {
        padding-top: 60px;
    }

    #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;
    }


    .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;
    }

    .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-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;
    }

    #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;
    }
}
.canvas-wrap {
    max-width: 100%;
    overflow: hidden;
    position: relative;
    background-color: #eee;
}

canvas {
    display: block;
}