/* Reset css */

body,
h1,
h2,
h3,
h4,
h5,
h6,
hr,
blockquote,
dl,
dt,
dd,
ul,
ol,
li,
pre,
form,
button,
input,
textarea,
th,
td {
    margin: 0;
    padding: 0;
    font-weight: normal;
}

body,
div,
button,
input,
select,
textarea {
    position: relative;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    transition: all 300ms ease-in-out 0s;
}

ul,
ol {
    list-style: none;
}

a {
    text-decoration: none;
}

a:hover {
    text-decoration: none;
}

* a:link {
    text-decoration: none;
}

a {
    outline: none;
    text-decoration: none;
}

fieldset,
img {
    border: 0;
}

button,
input,
select,
textarea {
    margin: 0;
    font-size: 12px;
    vertical-align: middle;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

body {
    overflow-x: hidden
}

.m_30 {
    margin: 0 -30px;
}

.gImg {
    position: relative;
}

.m0 {
    margin: 0;
}

.p0 {
    padding: 0
}


/* Clear float css */

.C:before,
.C:after {
    content: ".";
    display: block;
    height: 0;
    visibility: hidden;
}

.C:after {
    clear: both;
}

.C {
    zoom: 1;
}


/*css common*/

.fl {
    float: left;
}

.fr {
    float: right;
}

.center {
    margin-left: auto;
    margin-right: auto;
}

.containeridth {
    width: 1220PX;
    margin-left: auto;
    margin-right: auto;
}




body {
    margin: 0;
    padding: 0;
}

a {
    color: #333;
    text-decoration: none;
}

a:hover {
    color: #f30;
}

.clear {
    clear: both;
}

.dis {
    display: none;
}

.w {
    width: 1170px;
    margin: 0 auto;
    clear: both;
    overflow: hidden;
}

.mt10 {
    margin-top: 10px;
}

.m10 {
    margin: 10px auto;
}

#topbar {
    background: #f6f6f6;
    height: 32px;
    line-height: 32px;
}

#topbar .w span {
    float: right;
    background: #fff;
    padding: 0 15px;
    color: #ddd;
    font-family: 宋体;
}

#topbar .w span a {
    font-family: arial;
}

#topbar .w {
    color: #999;
}

#tophead {
    height: 80px;
    padding: 15px 0;
}

#tophead .logo {
    background: url(/static/images/logo.gif) no-repeat center;
    width: 400px;
    height: 60px;
    float: left;
    margin-top: 10px;
}

#tophead form {
    float: right;
    margin-top: 20px;
}

#tophead form .input {
    border: 1px solid #ddd;
    padding: 10px 15px;
    vertical-align: middle;
    border-right: 0;
    color: #555;
}

#tophead form .bnt {
    background: #2194D3;
    border: 1px solid #2194D3;
    padding: 10px 25px;
    vertical-align: middle;
    color: #fff;
}

#topnav {
    background: #187EC6;
    height: 50px;
}

#topnav .w ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

#topnav .w ul li {
    float: left;
}

#topnav .w ul li a {
    height: 50px;
    line-height: 50px;
    font-size: 16px;
    font-family: microsoft yahei;
    color: #fff;
    padding: 0 25px;
    display: block;
}

#topnav .w ul li a:hover {
    background: #1F92D1;
}

#topnav .w ul .hover a {
    background: #1F92D1;
    height: 50px;
    line-height: 50px;
    font-size: 16px;
    font-family: microsoft yahei;
    color: #fff;
    padding: 0 25px;
    display: block;
}

#topnav .w ul li dl {
    position: absolute;
    z-index: 999;
    margin: 0;
    display: none;
    width: 160px;
}

#topnav .w ul .hover dl dt a {
    background: #1F92D1;
    border-bottom: 1px solid #187EC6;
    height: 40px;
    line-height: 40px;
    display: block;
    font-size: 14px;
}

#topnav .w ul .hover dl dt a:hover {
    background: #fff;
    color: #333;
    display: block;
}

#banner {
    height: 400px;
}

#full-screen-slider {
    width: 100%;
    height: 400px;
    position: relative
}

#slides {
    display: block;
    width: 100%;
    height: 400px;
    list-style: none;
    padding: 0;
    margin: 0;
    position: relative
}

#slides li {
    display: block;
    width: 100%;
    height: 100%;
    list-style: none;
    padding: 0;
    margin: 0;
    position: absolute
}

#slides li a {
    display: block;
    width: 100%;
    height: 100%;
    text-indent: -9999px
}

#pagination {
    display: block;
    list-style: none;
    position: absolute;
    left: 50%;
    bottom: 10px;
    z-index: 2000;
    padding: 5px 15px 5px 0;
    margin: 0
}

#pagination li {
    display: block;
    list-style: none;
    width: 10px;
    height: 10px;
    float: left;
    margin-left: 15px;
    border-radius: 5px;
    background: #FFF
}

#pagination li a {
    display: block;
    width: 100%;
    height: 100%;
    padding: 0;
    margin: 0;
    text-indent: -9999px;
}

#pagination li.current {
    background: #0092CE
}

.subject {
    color: #1F92D1;
    font-size: 18px;
    font-family: microsoft yahei;
    height: 41px;
    line-height: 40px;
    border-bottom: 1px solid #ddd;
}

.subject b {
    display: inline-block;
    font-weight: normal;
    border-bottom: 2px solid #1F92D1;
    height: 40px;
    line-height: 40px;
}

.subject span {
    color: #bbb;
    display: inline-block;
    font-size: 16px;
    font-family: verdana;
    padding-left: 10px;
}

.subject a {
    float: right;
    font-size: 12px;
    font-family: 宋体;
}

.pro_width {
    width: 1012px;
    height: 370px;
    overflow: hidden;
}

.prolist {
    margin: 15px 0;
    padding: 0;
    list-style: none;
    overflow: hidden;
    width: 29999px;
}

.prolist li {
    float: left;
    width: 240px;
    margin: 0 13px 13px 0;
}

.prolist li a {
    border: 1px solid #eee;
    display: block;
    padding: 15px;
}

.prolist li a img {
    border: 1px solid #eee;
}

.prolist li a .title {
    text-align: center;
    font-size: 14px;
    height: 40px;
    line-height: 40px;
    font-family: microsoft yahei;
}

.prolist li a .intro {
    line-height: 18px;
    color: #999;
    word-break: break-all;
    min-height: 55px;
}

.prolist li a .more {
    display: block;
    margin: 15px auto 10px auto;
    text-align: center;
    background: #e5e5e5;
    width: 90px;
    line-height: 24px;
}

.prolist li a:hover {
    border: 1px solid #ddd;
}

.prolist li a:hover .title {
    color: #1F92D1;
}

.prolist li a:hover .more {
    background: #1F92D1;
    color: #fff;
}

.topcase {
    margin: 15px 0;
    padding: 0;
    list-style: none;
    overflow: hidden;
}

.topcase li {
    float: left;
    width: 240px;
    margin: 0 13px 13px 0;
}

.topcase li a {
    text-align: center;
    display: block;
    position: relative;
    height: 160px;
    overflow: hidden;
}

.topcase li img {
    border: 1px solid #eee;
    width: 240px;
    height: 180px;
    display: block;
    margin-bottom: 10px;
}

.topcase li a div {
    position: absolute;
    background: #333;
    width: 100%;
    line-height: 40px;
    height: 40px;
    color: #fff;
    display: block;
    bottom: -40px;
    left: 1px;
    opacity: 0.7
}

.bg_black {
    background: #eee;
    padding: 15px 0;
}

.subject_news {
    color: #333;
    font-size: 18px;
    font-family: microsoft yahei;
    height: 41px;
    line-height: 40px;
    border-bottom: 1px solid #ddd;
}

.subject_news b {
    display: inline-block;
    font-weight: normal;
    border-bottom: 2px solid #1F92D1;
    height: 40px;
    line-height: 40px;
}

.subject_news span {
    color: #bbb;
    display: inline-block;
    font-size: 16px;
    font-family: verdana;
    padding-left: 10px;
}

.subject_news a {
    float: right;
    font-size: 12px;
    font-family: 宋体;
}

.newslist {
    margin: 15px 0;
    padding: 0;
    list-style: none;
    overflow: hidden;
}

.newslist li {
    float: left;
    width: 480px;
    margin: 0 20px 20px 0;
}

.newslist li a img {
    float: left;
    margin-right: 10px;
    border: 1px solid #eee;
}

.newslist li a .title {
    font-size: 16px;
    font-family: microsoft yahei;
    line-height: 30px;
}

.newslist li a .date {
    font-size: 12px;
    color: #444;
    font-family: arial;
    line-height: 20px;
}

.newslist li a .intro {
    line-height: 18px;
    color: #999;
}

.newslist li a:hover .title {
    color: #f30;
}

.link {
    padding: 15px;
}

.link img {
    margin: 3px 8px 5px 0;
}

.link ul {
    clear: both;
    margin: 0;
    padding: 0;
    list-style: none;
}

.link ul li {
    float: left;
    width: 93px;
    height: 25px;
    overflow: hidden;
}

#bg_foot_nav {
    background: #187EC6;
    text-align: center;
}

.foot_nav {
    height: 40px;
    line-height: 40px;
    color: #fff;
}

.foot_nav span {
    float: right;
    padding-top: 5px;
}

.foot_nav a {
    color: #fff;
}

.foot_nav a:hover {
    color: #ff0;
}

#bg_copyright {
    background: #1F92D1;
    padding: 20px 0;
}

.copyright {
    color: #fff;
    font-family: verdana;
    line-height: 25px;
    text-align: center;
}

.copyright a {
    color: #fff;
}

.copyright a:hover {
    color: #ff0;
}

.lefter {
    width: 250px;
    margin-right: 30px;
    float: left;
}

.righter {
    float: left;
    width: 860px;
}

.righter .container-fluid {
    padding: 20px 0;
}

.leftnav {
    background: #1F92D1;
    padding: 10px 15px;
    color: #fff;
    font-size: 18px;
    font-family: microsoft yahei;
}

.subnav {
    border: 1px solid #eee;
    border-bottom: 0;
    margin: 0;
    padding: 0;
    list-style: none;
}

.subnav li {}

.subnav li a {
    display: block;
    padding-left: 20px;
    background: #fafafa;
    font-size: 14px;
    line-height: 40px;
    height: 40px;
    border-bottom: 1px solid #eee;
}

.subnav li a:hover {
    color: #1F92D1;
    font-weight: bold;
    background: #f3f3f3;
}

.subnav .hover a {
    display: block;
    padding-left: 20px;
    color: #1F92D1;
    font-weight: bold;
    background: #f3f3f3;
    font-size: 14px;
    line-height: 40px;
    height: 40px;
    border-bottom: 1px solid #eee;
}

.subnav dl {
    margin: 0;
    padding: 0;
    list-style: none;
    *margin-top: -12px;
}

.subnav dl dt {}

.subnav dl dt a {
    background: #fff;
    display: block;
    height: 40px;
    line-height: 40px;
    border-bottom: 1px solid #eee;
    padding-left: 20px;
    font-size: 12px;
}

.subnav dl dt a:hover {
    background: #fff;
    font-size: 12px;
    font-weight: normal;
    color: #f30;
}

.subnav li dl .hover a {
    color: #f30;
    font-size: 12px;
    font-weight: normal;
    background: #fff;
}

.left_border {
    border: 1px solid #eee;
    border-top: 0;
    padding: 10px 15px;
    line-height: 25px;
}

.left_border p {
    margin: 0;
    padding: 0;
}

.left_border b {
    font-size: 14px;
}


.artshow {
    line-height: 25px;
    font-size: 14px;
    padding: 0 0 15px 0;
}

.artshow .title {
    text-align: center;
    font-size: 20px;
    line-height: 30px;
    font-weight: 100;
    font-variant: normal;
    margin: 0;
    padding: 15px 0;
    font-family: microsoft yahei;
}

.artshow .info {
    text-align: center;
    font-family: microsoft yahei;
    color: #999;
    padding: 0 0 15px 0;
    font-size: 14px;
}

.artshow p {
    margin: 5px 0;
    font-size: 14px;
}

.artshow .pre {
    margin: 5px 0 5px 0;
    color: #999;
}

.artshow .next {
    margin: 0 0 5px 0;
    color: #999;
}

.prowidth {
    width: 865px;
    overflow: hidden;
}

.pro_list {
    margin: 15px 0;
    padding: 0;
    list-style: none;
    overflow: hidden;
}

.pro_list li {
    float: left;
    width: 275px;
    margin: 0 13px 13px 0;
}

.pro_list li a {
    border: 1px solid #eee;
    display: block;
    padding: 15px;
}

.pro_list li a img {
    border: 1px solid #eee;
}

.pro_list li a .title {
    text-align: center;
    font-size: 14px;
    height: 40px;
    line-height: 40px;
    font-family: microsoft yahei;
}

.pro_list li a .intro {
    line-height: 18px;
    color: #999;
    word-break: break-all;
    min-height: 55px;
}

.pro_list li a .more {
    display: block;
    margin: 15px auto 10px auto;
    text-align: center;
    background: #e5e5e5;
    width: 90px;
    line-height: 24px;
}

.pro_list li a:hover {
    border: 1px solid #ddd;
}

.pro_list li a:hover .title {
    color: #1F92D1;
}

.pro_list li a:hover .more {
    background: #1F92D1;
    color: #fff;
}


.cases_list {
    margin: 15px 0;
    padding: 0;
    list-style: none;
    overflow: hidden;
}

.cases_list li {
    float: left;
    width: 50%;
    margin: 0 0 13px 0;
    padding: 0 10px;
}

.cases_list li a {
    border: 1px solid #eee;
    display: block;
    padding: 15px;
    padding-bottom: 5px
}

.cases_list li a img {
    width: 100%;
    height: auto;
}

.cases_list li a .title {
    text-align: center;
    font-size: 14px;
    height: 40px;
    line-height: 40px;
    font-family: microsoft yahei;
}

.cases_list li a .intro {
    line-height: 18px;
    color: #999;
    word-break: break-all;
    min-height: 55px;
}

.cases_list li a .more {
    display: block;
    margin: 15px auto 10px auto;
    text-align: center;
    background: #e5e5e5;
    width: 90px;
    line-height: 24px;
}

.cases_list li a:hover {
    border: 1px solid #003c7e;
    background: #003c7e
}

.cases_list li a:hover .title {
    color: #fff;
}


.pic_list {
    margin: 15px 0;
    padding: 0;
    list-style: none;
    overflow: hidden;
}

.pic_list li {
    float: left;
    width: 240px;
    margin: 0 13px 13px 0;
}

.pic_list li a {
    border: 1px solid #eee;
    display: block;
    padding: 5px;
}

.pic_list li a img {
    border: 0;
}

.pic_list li a .title {
    text-align: center;
    font-size: 14px;
    height: 40px;
    line-height: 40px;
    font-family: microsoft yahei;
}

.pic_list li a:hover {
    border: 1px solid #ddd;
}

.pic_list li a:hover .title {
    color: #1F92D1;
}

.casewidth {
    width: 780px;
    overflow: hidden;
}

.case_list {
    margin: 20px 0;
    padding: 0;
    list-style: none;
}

.case_list li {
    width: 240px;
    margin: 0 20px 30px 0;
    float: left;
    text-align: center;
    font-family: microsoft yahei;
}

.case_list li img {
    display: block;
    margin-bottom: 15px;
}

.case_list li a {
    color: #666;
    font-size: 13px;
}

.case_list li a:hover {
    color: #f30;
}

.joblist {
    margin: 15px 0;
    padding: 0;
    list-style: none;
    overflow: hidden;
}

.joblist li {
    float: left;
    width: 480px;
    margin: 0 20px 20px 0;
    border-bottom: 1px dashed #eee;
    padding-bottom: 15px;
}

.joblist li a .title {
    font-size: 16px;
    font-family: microsoft yahei;
    line-height: 30px;
}

.joblist li .line {
    padding: 0;
    margin: 0;
    line-height: 22px;
}

.joblist li .line b {
    float: left;
    width: 70px;
    color: #555;
}

.joblist li .line .intro {
    margin-left: 70px;
}

.joblist li a:hover .title {
    color: #f30;
}

.job_list {
    margin: 0;
    padding: 0;
    list-style: none;
    overflow: hidden;
}

.job_list li {
    float: left;
    width: 350px;
    margin: 0 20px 20px 0;
    border-bottom: 1px dashed #eee;
    padding-bottom: 15px;
}

.job_list li a .title {
    font-size: 16px;
    font-family: microsoft yahei;
    line-height: 30px;
    line-height: 40px;
    margin-bottom: 10px;
}

.job_list li .line {
    padding: 0;
    margin: 5px 0;
    line-height: 24px;
    text-indent: 0;
}

.job_list li .line b {
    float: left;
    width: 70px;
}

.job_list li .line .intro {
    margin-left: 70px;
}

.job_list li .line .intro p {
    margin: 0 0 5px 0;
    padding: 0;
}

.job_list li a:hover .title {
    color: #f30;
}

.news_list {
    margin: 0;
    padding: 0;
    list-style: none;
}

.news_list li {
    border-bottom: 1px dotted #ccc;
    padding: 10px;
    line-height: 24px;
    color: #999;
}

.news_list li:hover {
    background: #fafafa;
}

.news_list li a {
    font-size: 18px;
    font-family: microsoft yahei;
    display: block;
    line-height: 40px;
}

.news_list li em {
    color: #666;
    font-family: verdana;
    display: block;
    font-style: normal;
}

.rss_list {
    margin: 0;
    padding: 0;
    list-style: none;
}

.rss_list li {
    border-bottom: 1px dotted #ddd;
    line-height: 40px;
    color: #999;
}

.rss_list li a {
    font-size: 14px;
    font-family: microsoft yahei;
}

#position {
    margin: 0 auto;
    overflow: hidden;
    font-family: 宋体;
    line-height: 30px;
}

/*list*/
.list_page {
    text-align: center;
    margin: 10px;
    display: block;
}

.list_page:after {
    content: " ";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
    overflow: hidden;
}

.list_page ul {
    list-style: none;
    margin: 0;
    padding: 0;
    display: inline-block;
    vertical-align: bottom;
}

.list_page ul li {
    display: inline-block;
    border: solid 1px #ddd;
    border-radius: 4px;
}

.list_page ul a {
    color: #333;
    padding: 8px 12px;
    line-height: 18px;
    display: block;
    transition: all 1s cubic-bezier(0.175, 0.885, 0.32, 1) 0s;
    background: #fff;
}

.page_group ul {
    border-right: solid 1px #ddd;
    border-radius: 4px;
}

.page_group ul li {
    border-right: none;
    border-radius: 0;
    float: left;
}

.page_group ul li:not(:first-child):not(:last-child) {
    border-radius: 0;
}

.page_group ul li:first-child {
    border-radius: 4px 0 0 4px;
}

.page_group ul li:last-child {
    border-radius: 0 4px 4px 0;
}

.page_group ul .active a {
    background: #f3f3f3;
    border-radius: 0;
}

.comment {
    overflow: hidden;
    clear: both;
    margin: 10px 0;
}

.comment .line {
    clear: both;
    border-bottom: 1px solid #eee;
    padding-bottom: 15px;
}

.comment .line .base {
    font-family: microsoft yahei;
    font-weight: bold;
    line-height: 30px;
    font-size: 14px;
}

.comment .line .base span {
    margin: 0 0 0 10px;
    color: #999;
    font-weight: normal;
    float: right;
    font-size: 12px;
}

.comment .line .content {
    line-height: 20px;
    word-wrap: break-word;
    overflow: hidden;
}

.comment .line .reply {
    font-family: verdana;
    word-wrap: break-word;
    overflow: hidden;
}

.comment .line .reply strong {
    color: #f60;
    float: left;
}

.comment_more {
    text-align: center;
    padding: 10px 0;
    font-family: microsoft yahei;
    font-size: 14px;
}

.comment_more a {
    color: #999;
}

.comment_more a:hover {
    color: #f30;
}

.commentadd {
    margin: 10px 0;
    clear: both;
}

.commentadd .text {}

.commentadd .text .div {
    padding: 0 5px 0 0;
    border: 1px solid #E4E2E2;
    border-bottom: 0;
}

.commentadd .text .div textarea {
    width: 98%;
    height: 70px;
    overflow: auto;
    border: 0;
    padding: 10px;
}

.commentadd .input {
    margin: 0;
    font-size: 14px;
    background: #fafafa;
    border: 1px solid #EDECEC;
    overflow: hidden;
    padding: 0px 5px 5px 15px;
    line-height: 40px;
    height: 40px;
    font-family: microsoft yahei;
}

.commentadd .input .send {
    float: right;
    border: 1px solid #1F92D1;
    background: #1F92D1;
    color: #fff;
    padding: 8px 25px;
    margin: 5px 0 0;
    vertical-align: middle;
    cursor: pointer;
    font-family: microsoft yahei;
}

.bookadd {
    margin: 20px 0;
}

.bookadd div {
    margin-bottom: 15px;
}

.bookadd .label {
    float: left;
    width: 100px;
    text-align: right;
    padding-right: 10px;
    clear: both;
}

.bookadd .label span {
    color: #f30;
    font-family: 宋体;
}

.bookadd .enter {
    margin-left: 120px;
}

.bookadd .enter .ip {
    border: 1px solid #ddd;
    padding: 10px 10px;
    vertical-align: middle;
    overflow: hidden;
    border-radius: 10px 0 10px 0;
}

.bookadd .enter .bnt {
    border: 1px solid #1F92D1;
    background: #1F92D1;
    padding: 8px 20px;
    vertical-align: middle;
    color: #fff;
    cursor: pointer;
}

.bookadd .enter label {
    display: block;
}

.job_h1 {
    font-size: 14px;
    line-height: 35px;
    border-bottom: 1px solid #eee;
    margin: 10px 0;
}

.info_title {
    font-size: 14px;
    font-weight: bold;
    border-bottom: 1px solid #f0f0f0;
    line-height: 30px;
    height: 30px;
    margin: 0 0 15px 0;
}

.info_intro {
    padding: 0 0 20px 0;
    line-height: 22px;
    color: #666;
}

.info_intro p {
    margin: 0 0 5px 0;
    padding: 0;
}

.info_intro .red {
    color: #f30;
    margin: 0 5px;
}

#goodsshow {
    margin: 20px 0;
    overflow: hidden;
    width: 750px;
}

#goodsshow img {
    border: 0;
}

#goodsshow .left {
    float: left;
    width: 350px;
    margin: 0 50px 0 0;
}

#goodsshow .right {
    float: left;
}

#goodsshow .shop_big {
    border: 1px solid #ededed;
    padding: 2px;
    background: #fff;
    width: 360px;
    cursor: pointer;
}

#goodsshow .shop_plist {
    clear: both;
    width: 360px;
}

#prolist {
    width: 310px;
    float: left;
    overflow: hidden;
    height: 68px;
    position: relative;
    margin: 10px 0 0 0;
}

#prolist ul {
    margin: 0;
    padding: 0;
    list-style: none;
    overflow: hidden;
    width: 20000px;
    position: relative;
}

#prolist ul li {
    float: left;
    cursor: pointer;
    position: relative;
    background: url(/static/images/pro_none.gif) no-repeat center top;
    height: 68px;
}

#prolist ul li img {
    height: 60px;
    width: 60px;
    margin: 6px 8px 0 8px;
    padding: 0px;
    border: 0;
}

#prolist .hover {
    background: url(../image/pro_bg.gif) no-repeat center top;
    height: 68px;
}

#goodsshow .shop_plist a.prev {
    float: left;
    width: 20px;
    height: 68px;
    display: block;
    outline: none;
    background: url(../image/ico_left.gif) no-repeat center;
    line-height: 68px;
    margin-top: 12px;
}

#goodsshow .shop_plist a.next {
    float: left;
    width: 20px;
    height: 68px;
    display: block;
    outline: none;
    background: url(../image/ico_right.gif) no-repeat center;
    margin-top: 12px;
}

#goodsshow .right {
    width: 350px;
}

#goodsshow .right h1 {
    font-size: 18px;
    font-family: microsoft yahei;
    font-weight: normal;
    margin: 0 0 10px 0;
    padding: 0;
}

#goodsshow .right .intro {
    color: #999;
    min-height: 80px;
}

#goodsshow .right .sno {
    border-bottom: 1px solid #eee;
    line-height: 35px;
}

#goodsshow .right .price {
    color: #999;
    line-height: 30px;
    padding: 10px 0;
}

#goodsshow .right .price span {
    color: #f60;
    font-size: 16px;
}

a.inquiry {
    display: inline-block;
    background: #1F92D1;
    padding: 8px 30px;
    color: #fff;
    margin: 10px 0;
    font-size: 16px;
    font-family: microsoft yahei;
    border-radius: 4px;
}

a:hover.inquiry {
    color: #fff;
    background: #f60;
}

/*分页*/

.list_page {
    text-align: center;
    margin: 10px;
    display: block;
}

.list_page:after {
    content: " ";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
    overflow: hidden;
}

.list_page ul {
    list-style: none;
    margin: 0;
    padding: 0;
    display: inline-block;
    vertical-align: bottom;
}

.list_page ul li {
    display: inline-block;
    border: solid 1px #ddd;
    border-radius: 4px;
}

.list_page ul a {
    color: #333;
    padding: 8px 12px;
    line-height: 18px;
    display: block;
    transition: all 1s cubic-bezier(0.175, 0.885, 0.32, 1) 0s;
    background: #fff;
}

.page_group ul {
    border-right: solid 1px #ddd;
    border-radius: 4px;
}

.page_group ul li {
    border-right: none;
    border-radius: 0;
    float: left;
}

.page_group ul li:not(:first-child):not(:last-child) {
    border-radius: 0;
}

.page_group ul li:first-child {
    border-radius: 4px 0 0 4px;
}

.page_group ul li:last-child {
    border-radius: 0 4px 4px 0;
}

.page_group ul .active a {
    background: #f3f3f3;
    border-radius: 0;
}


/* button  */

.button {
    display: inline-block;
    width: 150px;
    height: 40px;
    line-height: 42px;
    letter-spacing: 1px;
    position: relative;
    background: none;
    overflow: hidden;
    font-size: 14px;
    border: none;
}

.button>span {
    display: block;
    width: 100%;
    height: 100%;
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
    -webkit-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
    -webkit-transform-origin: 0 0;
    transform-origin: 0 0;
}

.button>span span {
    position: absolute;
    width: 100%;
    height: 100%;
    display: block;
    opacity: 1;
    left: 0;
    top: 0;
    color: #fff;
    text-align: center;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
    -webkit-transition: -webkit-transform 0.3s linear, background 0.3s linear;
    transition: transform 0.3s linear, background 0.3s linear;
    -webkit-transform-origin: 50% 0;
    -moz-transform-origin: 50% 0;
    transform-origin: 50% 0;
}

.button:hover>span span {
    background: #003c83
}


/* header_top */

.header_top {
    line-height: 37px;
    background: #121212;
    font-size: 12px;
    color: #989898;
}

.header_top a {
    color: #989898;
}

.header_top small {
    font-size: 12px;
}

.header_top .right-top-bar {
    float: right;
}

.header_top .right-top-bar span {
    background: url("/static/images/header_ico1.png") no-repeat left center;
    padding-left: 20px;
    padding-right: 15px;
}

.header_top .right-top-bar span b {
    color: #ffae00;
    font-size: 14px;
}










/* header css*/

header {}

.h-mid {
    height: 110px;
    padding: 15px 0 32px;
}

.logo {
    float: left;
    padding-right: 10px;
    border-right: 1px solid #dfdfdf;
    margin: 10px 16px 0 0;
    display: inline;
}

.h-mid .tips {
    margin-top: 19px;
    line-height: 16px;
}

.h-mid .tips h2 {
    font-size: 22px;
    line-height: 30px;
    color: #004490;
}

.h-mid .ewm {
    position: relative;
    width: 70px;
    height: 70px;
    cursor: pointer;
}


/* .navigation */

#topnav {
    background: #0858b1;
    height: 50px;
}

#topnav .container ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

#topnav .container ul li {
    float: left;
    display: inline-block;
    border-left: 1px solid #0855ab;
    border-right: 1px solid #0e5fb9;
}

#topnav .container ul li a {
    height: 50px;
    line-height: 50px;
    font-size: 16px;
    font-family: microsoft yahei;
    color: #fff;
    padding: 0 38px;
    display: block;
}

#topnav .container ul li a:hover {
    border-color: #024085;
    background: #024085;
}

#topnav .container ul .hover a {
    border-color: #024085;
    background: #024085;
    height: 50px;
    line-height: 50px;
    font-size: 16px;
    font-family: microsoft yahei;
    color: #fff;

    display: block;
}

#topnav .container ul li dl {
    position: absolute;
    z-index: 999;
    margin: 0;
    display: none;
    width: 280px;
}

#topnav .container ul .hover dl dt a {
    border-color: #024085;
    background: #024085;
    border-bottom: 1px solid #024085;
    height: 40px;
    line-height: 40px;
    display: block;
    font-size: 13px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

#topnav .container ul .hover dl dt a:hover {
    background: #fff;
    color: #333;
    display: block;
}


/* banner */

.banner_text {
    left: 60%;
    top: 18%;
    text-align: left;
    color: #000;
    text-shadow: none;
    width: 30%;
}

.banner_text h2 {
    font-size: 40px;
    font-weight: 300;
    font-family: EconomicaRegular;
}

.banner_text h3 {
    font-size: 30px;
    font-weight: 600;
    margin: 2% 0 2.5%;
}

.banner_text p {
    line-height: 24px;
}

.banner_text a {
    display: block;
    background: #34a83d;
    width: 96px;
    height: 40px;
    text-align: center;
    line-height: 40px;
    margin-top: 7%;
    color: #fff;
}

#li2 .banner_text {
    left: 15%;
    top: 18%;
    text-align: left;
    color: #000;
    text-shadow: none;
    width: 30%;
}

#li2 .banner_text h2 {
    font-size: 40px;
    font-weight: 300;
    font-family: EconomicaRegular;
}

#li2 .banner_text h3 {
    font-size: 30px;
    font-weight: 600;
    margin: 2% 0 2.5%;
}

#li2 .banner_text p {
    line-height: 24px;
}

#li2 .banner_text a {
    display: block;
    background: #34a83d;
    width: 96px;
    height: 40px;
    text-align: center;
    line-height: 40px;
    margin-top: 7%;
    color: #fff;
}

#li3 .banner_text {
    left: 60%;
    top: 18%;
    text-align: left;
    color: #fff;
    width: 30%;
    text-shadow: #000 3px 3px 8px;
}

#li3 .banner_text h2 {
    font-size: 40px;
    font-weight: 300;
    font-family: EconomicaRegular;
}

#li3 .banner_text h3 {
    font-size: 30px;
    font-weight: 600;
    margin: 2% 0 2.5%;
}

#li3 .banner_text p {
    line-height: 24px;
}

#li3 .banner_text a {
    display: block;
    background: #34a83d;
    width: 96px;
    height: 40px;
    text-align: center;
    line-height: 40px;
    margin-top: 7%;
    color: #fff;
}


/*  i-search  */

.i-search {
    height: 50px;
    background: #FFF;
}

.i-search p {
    margin-bottom: 0;
    padding: 0;
}

.i-search p.fl {
    line-height: 50px;
}

.i-search b {
    font-size: 14px;
    color: #104eaa;
}

.i-search a {
    display: inline-block;
    padding: 0 14px;
    background: url("/static/images/bg_li01.png") no-repeat right center;
    color: #888;
    transition: color 500ms ease-in 0ms;
}

.i-search a.last {
    background: none;
}

.i-search a:hover {
    color: #104eaa;
}

.i-search form {
    float: right;
    margin-top: 10px;
}

.i-search input {
    float: left;
    width: 180px;
    height: 28px;
    padding: 0 14px;
    border: 1px solid #dadada;
    border-right: none;
    line-height: 28px;
    color: #cecece;
}

.i-search input.submit {
    width: 36px;
    height: 30px;
    padding: 0;
    border: none;
    background: url("/static/images/bg_btn01.jpg") no-repeat;
}


/* I PRODUCTS */

.i-products {
    padding: 40px 0 50px;
    background: #f5f8fc;
}

.i-products .tit {
    position: relative;
    height: 90px;
    margin: 0 auto;
    text-align: center;
}

.i-products .tit .line {
    position: absolute;
    left: 50%;
    top: 46px;
    width: 980px;
    height: 1px;
    background: #c3c5c9;
    margin-left: -490px;
}

.i-products .tit b {
    position: relative;
    z-index: 2;
    padding: 0 35px;
    background: #f5f8fc;
    font-size: 24px;
    line-height: 90px;
    color: #0045a4;
}

.i-prorec {
    height: 185px;
    margin-bottom: 50px;
}

.i-prorec .btn {
    float: left;
    width: 39px;
    height: 185px;
    cursor: pointer;
}

.i-prorec .prev {
    margin-left: -59px;
    background: url(/static/images/prev03.jpg) no-repeat left center;
}

.i-prorec .next {
    float: right;
    margin-right: -59px;
    background: url(/static/images/next03.jpg) no-repeat left center;
}

.i-prorec .btn:hover {
    background-position: right center;
}

.i-prorec .list {
    position: relative;
    overflow: hidden;
    float: left;
    width: 980px;
    height: 185px;
}

.i-prorec ul {
    width: 996px;
}

.i-prorec li {
    position: relative;
    overflow: hidden;
    width: 232px;
    height: 185px;
    margin-right: 17px;
    display: inline;
}

.i-prorec p {
    padding: 0 18px 9px;
    background: #fff;
    font: bold 14px/28px "微软雅黑";
    color: #333;
}

.i-prorec .bg {
    position: absolute;
    left: 0;
    top: 183px;
    width: 100%;
    height: 100%;
    background: #000;
    filter: alpha(opacity=68);
    opacity: 0.68;
}

.i-prorec .price {
    display: inline-block;
    position: absolute;
    left: -100%;
    top: 64px;
    width: 100%;
    font: bold 16px/56px "微软雅黑";
    color: #fff;
    text-align: center;
}

.i-prorec .num {
    font-size: 32px;
    font-family: Arial;
}

.i-prorec .button {
    display: inline-block;
    position: absolute;
    left: -91px;
    top: 120px;
    width: 91px;
    background: url(../image/bg_btn02.png) no-repeat;
    font-size: 14px;
    line-height: 30px;
    color: #fff;
    text-align: center;
}

.i-prolist .menu {
    width: 232px;
}

.i-prolist .menu a.name {
    display: inline-block;
    width: 232px;
    padding-left: 41px;
    background: url(../image/bg_btn03.png) no-repeat;
    font: bold 22px/76px "微软雅黑";
    color: #fff;
}

.i-prolist .menu ul {
    background: #fff;
}

.i-prolist .menu li {
    width: 230px;
    border: 1px solid #c7c9cd;
    border-top: none;
}

.i-prolist .menu a.t {
    display: inline-block;
    width: 190px;
    padding-left: 40px;
    background: url(../image/bg_li02.png) no-repeat 186px -70px;
    font: bold 16px/70px "微软雅黑";
    color: #003;
}

.i-prolist .menu a.t.on {
    color: #073eac;
    background-position: 186px 0;
}

.i-prolist .sub {
    padding: 14px 0;
    border-top: 1px solid #c7c9cd;
    display: none;
}

.i-prolist .sub a {
    display: inline-block;
    width: 190px;
    padding: 5px 0 5px 25px;
    font-size: 14px;
    line-height: 26px;
    color: #333;
    transition: color 500ms ease-in 0ms;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.i-prolist .sub a:hover {
    color: #073eac;
}

.i-prolist .list {
    float: right;
    width: 890px;
}

.i-prolist .list ul {
    width: 890px;
}

.i-prolist .list li {
    width: 270px;
    height: 230px;
    margin: 0 17px 18px 0;
    display: inline-block;
}

.i-prolist .list .bg {
    background: #fff;
}


.i-prolist .list .bg img {
    width: 100%;
}

.i-prolist .list a.name {
    display: inline-block;
    width: 192px;
    padding-bottom: 4px;
    margin: 0 20px 4px;
    font-weight: bold;
    font-size: 14px;
    line-height: 32px;
    color: #333;
    transition: all 500ms ease-in 0ms;
    text-align: center;
}

.i-prolist .list li.hover a.name {
    color: #073eac;
    border-bottom: 1px solid #073eac;
}

.i-prolist .list a.more {
    display: inline-block;
    width: 91px;
    margin: 11px 0 17px 20px;
    background: url(../image/bg_btn02.png) no-repeat;
    font-size: 14px;
    line-height: 30px;
    color: #fff;
    text-align: center;
}

.i-prolist .list p {
    padding: 0 20px;
    font: bold 16px/44px "微软雅黑";
    color: #333;
}

.i-prolist .list span {
    font-size: 30px;
    font-family: Arial;
    color: #c00725;
}

.i-prolist .line {
    position: relative;
    overflow: hidden;
    width: 270px;
    height: 2px;
    margin-top: 1px;
    background: #87a1d6;
}

.i-prolist .line-in {
    position: absolute;
    left: -270px;
    top: 0;
    width: 270px;
    height: 2px;
    background: #073eac;
}

.i-about {
    position: relative;
    overflow: hidden;
    height: 980px;
    background: url(/static/images/bg_iabout.jpg) no-repeat center top;
}


/* homepage */

.homepage {
    background: #d8d8d8 !important;
    padding: 30px 0;
}

.homepage .container {
    padding: 0;
}

.infoblock {
    padding: 27.5px 35px;
    background: #FFF;
    font-size: 24px;
    color: #000;
    line-height: 52px;
}

.infoblock {
    font-weight: bold;
    font-family: EconomicaRegular;
}

.infoblock strong {
    color: #00509c;
}

*:before,
*:after {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.mechanic-button:before,
.mechanic-button:after {
    content: '';
    position: absolute;
    width: 0;
    height: 0;
    border-right: 5px solid #00509c;
    border-top: 26px solid transparent;
    border-bottom: 26px solid transparent;
    left: -5px;
    top: 0;
}

.mechanic-button:after {
    border-left: 5px solid #00509c;
    border-right: 0;
    left: auto;
    right: -5px;
}

.infoblock .mechanic-button {
    background: #00509c;
    display: inline-block;
    margin-left: 35px;
    position: relative;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 16px;
    font-weight: bold;
    color: #FFF;
    padding: 0 20px;
    text-transform: uppercase;
    float: right;
    margin-top: 13px;
}

.infoblock .icon {
    border: 2px solid #00509c;
    padding: 5px;
    border-radius: 100%;
    margin-right: 25px;
    display: inline-block;
}

.infoblock .icon i {
    width: 75px;
    line-height: 75px;
    border-radius: 100%;
    background: #00509c;
    display: block;
    color: #FFF;
    text-align: center;
}


/* services */

#ourServices {
    padding-top: 45px;
    height: 425px;
}

.sectionTitle {
    margin-bottom: 30px;
}

.sectionTitle h4 {
    font-size: 24px;
    font-weight: bold;
    color: #000;
    line-height: 60px;
    border: 1px solid #d8d8d8;
    margin: 0;
    font-family: EconomicaRegular;
}

.sectionTitle .tblock {
    font-weight: bold;
    color: #000;
    line-height: 60px;
    margin: 0;
}

.sectionTitle .tblock a.more {
    float: right;
    color: #333;
    font-size: 18px;
    padding: 0px 15px;
    border: none;
    text-align: center;
    width: 65px;
    border-left: 1px solid #d8d8d8;
}

.sectionTitle .tblock a.more i {
    background: none;
    color: #00509c;
    text-align: center;
    margin: 0;
}

.sectionTitle .tblock a.more i::after {
    display: none;
}

.fa {
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.sectionTitle .tblock i:after {
    content: '';
    position: absolute;
    width: 0;
    height: 0;
    border-left: 5px solid #00509c;
    border-top: 31px solid transparent;
    border-bottom: 31px solid transparent;
    right: -5px;
    top: 0;
}

.sectionTitle h4 i {
    color: #FFF;
    width: 55px;
    position: relative;
    background: #00509c;
    line-height: 60px;
    text-align: center;
    margin-right: 20px;
}

.sectionTitle h4 i:after {
    content: '';
    position: absolute;
    width: 0;
    height: 0;
    border-left: 6px solid #00509c;
    border-top: 31px solid transparent;
    border-bottom: 31px solid transparent;
    right: -5px;
    top: 0;
}

.sectionTitle .tblock i {
    color: #FFF;
    width: 55px;
    position: relative;
    background: #00509c;
    line-height: 60px;
    text-align: center;
    margin-right: 20px;
}


/* service con 公司服务*/

.m0 {
    margin: 0;
}

.fblock2.serviceH .serviceHinner .tiTle .learnMore a:before,
.fblock2.serviceH .serviceHinner .tiTle .learnMore a:after {
    content: '';
    position: absolute;
    width: 0;
    height: 0;
    border-right: 5px solid #d8d8d8;
    border-top: 27.5px solid transparent;
    border-bottom: 27.5px solid transparent;
    top: -1px;
    left: -5px;
    transition: all 300ms ease-in-out 0s;
}

.fblock2.serviceH .serviceHinner .tiTle .learnMore a:after {
    border-left: 5px solid #d8d8d8;
    border-right: 0;
    left: auto;
    right: -5px;
    transition: all 300ms ease-in-out 0s;
}

.fblock2.serviceH {
    text-transform: uppercase;
    text-align: center;
}

.fblock2.serviceH .serviceHinner {
    position: relative;
}

.fblock2.serviceH .serviceHinner img {
    width: 100%;
}

.fblock2.serviceH .serviceHinner .tiTle {
    margin-top: -10px;
    animation: myfirst 5s;
    -moz-animation: myfirst 5s;
    /* Firefox */
    -webkit-animation: myfirst 5s;
    /* Safari 和 Chrome */
    -o-animation: myfirst 5s;
    /* Opera */
}

.fblock2.serviceH .serviceHinner .tiTle h4 {
    font-size: 18px;
    margin: 0 0 15px;
    line-height: 1;
    color: #FFF;
    text-shadow: 0 0 5px #000;
    transition: all 300ms ease-in-out 0s;
    display: none;
}

.fblock2.serviceH .serviceHinner .tiTle .learnMore {
    padding: 30px 0;
    background: #FFF;
    transition: all 300ms ease-in-out 0s;
    position: relative;
}

.fblock2.serviceH .serviceHinner .tiTle .learnMore a {
    display: inline-block;
    position: relative;
    transition: all 300ms ease-in-out 0s;
}

.fblock2.serviceH .serviceHinner .tiTle .learnMore a span {
    display: block;
    line-height: 49px;
    font-size: 15px;
    font-weight: 300;
    text-shadow: none;
    color: #000;
    padding: 0 25px;
    background: none;
    border-top: 1px solid #d8d8d8;
    border-bottom: 1px solid #d8d8d8;
    top: 0;
    left: 1px;
    bottom: 1px;
    transition: all 300ms ease-in-out 0s;
}

.fblock2.serviceH:hover .serviceHinner .tiTle {
    margin-top: 0;
}

.fblock2.serviceH:hover .serviceHinner .tiTle h4 {
    display: none;
}

.fblock2.serviceH:hover .serviceHinner .tiTle .learnMore {
    margin-top: 0;
}

.fblock2.serviceH:hover .serviceHinner .tiTle .learnMore a:before,
.fblock2.serviceH:hover .serviceHinner .tiTle .learnMore a:after {
    border-left-color: #00509c;
    border-right-color: #00509c;
}

.fblock2.serviceH:hover .serviceHinner .tiTle .learnMore a span {
    color: #00509c;
    border-color: #00509c;
}

.fblock2.serviceH:hover .serviceHinner .tiTle .learnMore a span:before,
.fblock2.serviceH:hover .serviceHinner .tiTle .learnMore a span:after {
    border-left-color: #00509c;
    border-right-color: #00509c;
}

#works-1 {
    position: relative;
    margin: 0 auto;
}

#works-1 .fblock2 {
    padding: 0 10px;
}

#works-1 .owl-controls {
    position: absolute;
    top: 290px;
    z-index: 100;
    width: 100%;
    height: 52px;
}

#works-1 .owl-buttons {}

#works-1 .owl-buttons i {
    font-size: 80px;
    color: #00509c
}

#works-1 .owl-buttons .owl-prev {
    position: absolute;
    left: -30px;
    top: -210px;
}

#works-1 .owl-buttons .owl-next {
    position: absolute;
    left: auto;
    top: -210px;
    right: -30px;
}


/*视频展示
---------------------------------------------------*/

#ourVideo {
    padding-top: 40PX;
}

#ourVideo .bg-left {
    background: #00509c;
}

.overlay-pattern {
    position: absolute;
    background-repeat: repeat;
    top: 0px;
    left: 0px;
    right: 0px;
    bottom: 0px;
    z-index: 0;
}

.pv12 {
    padding-top: 120px;
    padding-bottom: 120px;
}

#ourVideo .home-about {
    float: right;
    text-align: left;
    width: 480px;
    color: #FFF;
}

.home-about h2 {
    font-size: 18px;
    font-weight: 100;
}

.home-about h3 {
    font-size: 26px;
    font-weight: 700;
    margin: 3% 0 3.5%;
    font-family: EconomicaRegular;
}

.home-about p {
    line-height: 24px;
    font-size: 14px;
}

.home-about ul {
    margin-top: 4%;
}

.home-about ul li {
    padding-left: 10px;
    font-size: 14px;
}

.home-about ul li i {
    margin-right: 3px;
}

.section-content .fullwidth-container {
    position: relative;
    overflow-x: hidden;
}

.table-row {
    display: table;
    margin: 0px;
    width: 100%;
    table-layout: fixed;
}

.table-row .table-cell {
    display: table-cell;
    float: none;
}

.table-row .table-cell .table-cell-content {
    text-align: left;
    display: inline-block;
    margin-right: 80px;
}

.section-content .fullwidth-container>.overlay .overlay-color {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    opacity: 0.9;
}

.section-content .popup-video-container {
    position: relative;
    min-height: 300px;
}

.section-content .popup-video-container .popup-video-link {
    text-align: center;
    position: absolute;
    z-index: 10;
    width: 100%;
    left: 0px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    transform: translateY(-50%);
    line-height: 50px;
}

.section-content .popup-video-container .popup-video-link svg {
    display: inline-block;
    width: 64px;
    margin-bottom: 10px;
    height: 65px;
}

.section-content .popup-video-container .popup-video-link svg path {
    box-shadow: 1px 1.732px 5px rgba(0, 0, 0, 0.059);
}

.section-content .popup-video-container .popup-video-link a {
    display: block;
    font-size: 32px;
    font-family: 'Raleway';
    font-weight: 500;
    letter-spacing: 0.5px;
    color: #fff;
    position: relative;
    -webkit-transition: all 0.25s ease;
    -moz-transition: all 0.25s ease;
    transition: all 0.25s ease;
}

.section-content .popup-video-container .popup-video-link a:hover {
    margin-top: -5px;
}

.section-content .popup-video-container .popup-video-link span {
    display: block;
    text-shadow: 1px 1.732px 5px rgba(0, 0, 0, 0.059);
    font-family: EconomicaRegular;
}


/*----------------------------------------------------------------*/

#DF-History {
    padding: 30px 0;
}

#DF-History .DFHistorySlide .owl-controls {
    position: absolute;
    top: -92px;
    right: 15px;
}

#DF-History .DFHistorySlide .owl-controls .owl-pagination {
    display: none;
}

#DF-History .DFHistorySlide .owl-controls .owl-buttons div {
    width: 62px;
    line-height: 62px;
    border-left: 1px solid #d8d8d8;
    display: inline-block;
    text-align: center;
    font-size: 24px;
}

#DF-History .DFHistorySlide .owl-controls .owl-buttons div:hover,
#DF-History .DFHistorySlide .owl-controls .owl-buttons div:focus {
    color: #00509c;
}

#DF-History .galleryItem {
    padding: 0 15px;
}

#DF-History .galleryItem .gImg {
    overflow: hidden;
}

#DF-History .galleryItem .gImg img {
    width: 100%;
    transition: All 0.3s ease-in-out;
    -webkit-transition: All 0.3s ease-in-out;
    -moz-transition: All 0.3s ease-in-out;
    -o-transition: All 0.3s ease-in-out;
}

#DF-History .galleryItem .gImg .btn-group {
    position: absolute;
    bottom: 8px;
    right: 8px;
}

#DF-History .galleryItem .gImg .btn-group .btn {
    background: none rgba(255, 255, 255, 0.8);
    border-color: transparent;
    border-radius: 0;
    color: #000;
    font-size: 16px;
    width: 40px;
    line-height: 38px;
    padding: 0;
    text-align: center;
}

#DF-History .galleryItem .gImg .btn-group .btn:hover {
    background-color: #FFF;
}

#DF-History .galleryItem .gTitle a {
    display: block;
    line-height: 58px;
    padding: 0 20px;
    color: #FFF;
    background: #00509c;
    overflow: hidden;
    height: 58px;
}

#DF-History.contentSection {
    padding: 40px 0 30px;
}

#DF-History.contentSection .galleryItem {
    margin-bottom: 30px;
}

#galleryDetails {
    padding-top: 40px;
    padding-bottom: 40px;
}

#galleryDetails .galleryImg {
    overflow: hidden;
}

#galleryDetails .galleryImg img {
    width: 100%;
}

#galleryDetails h3 {
    font-size: 26px;
    color: #000;
    font-weight: bold;
    margin: 25px 0 10px;
}

#galleryDetails p {
    color: #9594ac;
    font-size: 15px;
    font-family: 'Raleway', sans-serif;
    line-height: 30px;
}

#DF-History .galleryItem .gImg img:hover {
    transform: scale(1.1);
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -o-transform: scale(1.1);
    -ms-transform: scale(1.1);
}


/*----------------------------------------------------------------*/

#DF-Dealer {
    padding: 0;
    margin-bottom: 25px;
}

#DF-Dealer .owl-controls {
    position: absolute;
    top: -92px;
    right: 15px;
}

#DF-Dealer .owl-controls .owl-pagination {
    display: none;
}

#DF-Dealer .owl-controls .owl-buttons div {
    width: 62px;
    line-height: 62px;
    border-left: 1px solid #d8d8d8;
    display: inline-block;
    text-align: center;
    font-size: 24px;
}

#DF-Dealer .owl-controls .owl-buttons div:hover,
#DF-Dealer .DFHistorySlide .owl-controls .owl-buttons div:focus {
    color: #00509c;
}

#DF-Dealer .galleryItem {
    padding: 0 15px;
}

#DF-Dealer .galleryItem .gImg img {
    width: 100%;
}

#DF-Dealer .galleryItem .gImg .btn-group {
    position: absolute;
    bottom: 8px;
    right: 8px;
}

#DF-Dealer .galleryItem .gImg .btn-group .btn {
    background: none rgba(255, 255, 255, 0.8);
    border-color: transparent;
    border-radius: 0;
    color: #000;
    font-size: 16px;
    width: 40px;
    line-height: 38px;
    padding: 0;
    text-align: center;
}

#DF-Dealer .galleryItem .gImg .btn-group .btn:hover {
    background-color: #FFF;
}

#DF-Dealer .galleryItem .gTitle a {
    display: block;
    line-height: 58px;
    padding: 0 20px;
    color: #FFF;
    font-family: 'Raleway', sans-serif;
    background: #00509c;
}

#DF-Dealer.contentSection {
    padding: 40px 0 30px;
}

#DF-Dealer.contentSection .galleryItem {
    margin-bottom: 30px;
}

.teamMember {
    padding: 0 15px;
}

.teamMember .teamMemberInner {
    font-family: 'Raleway', sans-serif;
    border: 1px solid #d8d8d8;
}

.teamMember .teamMemberInner img {
    width: 100%;
}

.teamMember .teamMemberInner .socialList {
    padding: 17px 0 15px;
    text-align: center;
    background: #00509c;
}

.teamMember .teamMemberInner .socialList ul li {
    padding: 0 6px;
}

.teamMember .teamMemberInner .socialList ul li a {
    width: 38px;
    height: 38px;
    line-height: 36px;
    border: 1px solid rgba(255, 255, 255, 0.2);
    display: block;
    color: #FFF;
    border-radius: 100%;
}

.teamMember .teamMemberInner .socialList ul li a:hover {
    background: #FFF;
    color: #00509c;
}

.teamMember .teamMemberInner .socialList ul li a i {
    transition: all 300ms ease-in-out 0s;
}

.teamMember .teamMemberInner .memIntro {
    padding: 30px 0;
    text-align: center;
    border-bottom: 1px solid #d8d8d8;
}

.teamMember .teamMemberInner .memIntro h4 {
    margin: 0;
    font-size: 20px;
    font-family: 'Raleway', sans-serif;
    font-weight: bold;
    color: #000;
    line-height: 35px;
}

.teamMember .teamMemberInner .memIntro h5 {
    margin: 0;
    display: inline-block;
    line-height: 24px;
    font-weight: 300;
    color: #FFF;
    text-transform: capitalize;
    background: #00509c;
    padding: 0 10px;
}

.teamMember .teamMemberInner .memAbout {
    color: #9594ac;
    font-size: 15px;
    font-weight: 300;
    padding: 25px;
    line-height: 25px;
    letter-spacing: 0.5px;
}


/*----------------------------------------------------------------*/


/*
新闻中心
----------------------------------------------------------------*/

#blogPosts {
    padding: 0px 0 40px;
}

#blogPosts .blog {
    color: #000;
}

#blogPosts .blog .imgCD {
    margin-bottom: 15px;
    overflow: hidden;
    position: relative;
}

#blogPosts .blog .imgCD img {
    width: 100%;
    transition: All 0.3s ease-in-out;
    -webkit-transition: All 0.3s ease-in-out;
    -moz-transition: All 0.3s ease-in-out;
    -o-transition: All 0.3s ease-in-out;
}

#blogPosts .blog .imgCD img:hover {
    transform: scale(1.1);
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -o-transform: scale(1.1);
    -ms-transform: scale(1.1);
}

#blogPosts .blog .imgCD .comDat {
    position: absolute;
    bottom: 0;
    right: 0;
    text-align: center;
}

#blogPosts article.blog .imgCD .comDat {
    right: 15px
}

#blogPosts .blog .imgCD .comDat .comment a {
    color: #000;
    line-height: 50px;
    padding: 0 19px;
    background: #FFF;
    display: none;
}

#blogPosts .blog .imgCD .comDat .comment a i {
    font-size: 19px;
    margin-right: 10px;
    min-width: 20px;
}

#blogPosts .blog .imgCD .comDat .date {
    float: right;
}

#blogPosts .blog .imgCD .comDat .date a {
    background: rgba(0, 80, 156, 0.8);
    padding: 10px 26px;
    line-height: 30px;
    color: #FFF;
    display: inline-block;
}

#blogPosts .blog .excerpt h4 {
    font-size: 21px;
    margin: 0;
    line-height: 40px;
    color: #000;
    font-family: 'Raleway', sans-serif;
    font-weight: bold;
}

#blogPosts .blog .excerpt p {
    font-size: 15px;
    color: #9594ac;
    line-height: 25px;
    margin-bottom: 15px;
    font-weight: 300;
}

#blogPosts .blog .excerpt a.readMore {
    background: #d8d8d8;
    display: inline-block;
    color: #000;
    padding: 0 15px 0 20px;
    text-transform: capitalize;
    line-height: 50px;
    border: 1px solid #d8d8d8;
    position: relative;
}

.sidebar a {
    color: #ccc
}

.flexslider a {
    padding: 0 !important
}

#blogPosts .blog .excerpt a.readMore:after {
    content: '';
    position: absolute;
    width: 0;
    height: 0;
    border-left: 5px solid #d8d8d8;
    border-top: 26px solid transparent;
    border-bottom: 26px solid transparent;
    right: -6px;
    top: 0;
    transition: all 300ms ease-in-out 0s;
}

#blogPosts .blog .excerpt a.readMore i {
    font-size: 18px;
    margin-left: 14px;
    display: inline-block;
    min-width: 17px;
}

#blogPosts .blog:hover .imgCD img,
#blogPosts .blog:focus .imgCD img {
    transform: rotate(-10deg) scale(1.3);
}

#blogPosts .blog:hover .imgCD .comDat .comment a,
#blogPosts .blog:focus .imgCD .comDat .comment a {
    background: #00509c;
    color: #FFF;
}

#blogPosts .blog:hover .imgCD .comDat .date a,
#blogPosts .blog:focus .imgCD .comDat .date a {
    background: rgba(255, 255, 255, 0.8);
    color: #000;
}

#blogPosts .blog:hover .excerpt h4,
#blogPosts .blog:focus .excerpt h4 {
    color: #00509c;
}

#blogPosts .blog:hover .excerpt a.readMore,
#blogPosts .blog:focus .excerpt a.readMore {
    background: #00509c;
    border-color: #00509c;
    color: #FFF;
}

#blogPosts .blog:hover .excerpt a.readMore:after,
#blogPosts .blog:focus .excerpt a.readMore:after {
    border-left-color: #00509c;
}

#blogPosts .blog:hover .excerpt a.readMore i,
#blogPosts .blog:focus .excerpt a.readMore i {
    color: #FFF;
}

#blogPosts.contentSection {
    padding: 40px 0 30px;
}

#blogPosts.contentSection .blog {
    margin-bottom: 50px;
}

#blogPosts.contentSection .blog .imgCD .imgCDInner {
    overflow: hidden;
    position: relative;
}

#blogPosts.contentSection .blog .excerpt h4 {
    font-size: 21px;
    margin: 0 0 15px;
    line-height: 120%;
    border-bottom: 1px dashed #bebebe;
    padding-bottom: 5px;
}

#blogPosts.contentSection .blog .excerpt p {
    color: #9594ac;
}

#blogPosts.contentSection .blog.single-post {
    margin-bottom: 20px;
}

#blogPosts.contentSection .blog.single-post .excerpt h4 {
    font-size: 26px;
    margin: 20px 0 15px;
}

#blogPosts.contentSection .blog.single-post .excerpt p {
    color: #9594ac;
    line-height: 30px;
}

#blogPosts.contentSection .blog.single-post:hover .imgCD img,
#blogPosts.contentSection .blog.single-post:focus .imgCD img {
    transform: rotate(0) scale(1);
}

#blogPosts.contentSection .blog.single-post:hover .imgCD .comDat .comment a,
#blogPosts.contentSection .blog.single-post:focus .imgCD .comDat .comment a {
    background: #FFF;
    color: #000;
}

#blogPosts.contentSection .blog.single-post:hover .imgCD .comDat .date a,
#blogPosts.contentSection .blog.single-post:focus .imgCD .comDat .date a {
    background: #00509c;
    color: #FFF;
}

#blogPosts.contentSection .blog.single-post:hover .excerpt h4,
#blogPosts.contentSection .blog.single-post:focus .excerpt h4 {
    color: #000;
}

#blogPosts.contentSection .pagination {
    margin-top: 10px;
}

.page-content {
    background: #fff
}


/*Advantage
----------------------------------*/

#Advantage {
    position: relative;
    padding: 50px 0;
    background-color: #000;
    background-image: url(/static/images/Advantage_bg.jpg);
    background-attachment: fixed;
    background-repeat: no-repeat;
    background-position: top center;
    background-size: 100% 100%;
}

#Advantage::before {
    position: absolute;
    background: rgba(5, 7, 8, 0.70);
    content: "";
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 1;
}

#Advantage .overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #323232;
    opacity: .2;
    z-index: 3;
}

#Advantage .item-counter {
    text-align: center;
    padding: 7px 0;
    position: relative;
    z-index: 5;
}

#Advantage .item-counter.last {
    border-right: none !important
}

#Advantage .item-counter span {
    font-size: 48px;
    color: #00509c;
    margin: 3px 0 0
}

#Advantage .containerrap-numb {
    display: inline-block;
    margin-top: 17px;
    width: 100%
}

#Advantage .containerrap-numb span {
    color: #fff;
    font-size: 28px;
    line-height: 38px;
    font-weight: 900;
    margin: 0;
}

#Advantage .item-counter .name-count {
    margin-top: 10px;
    color: #fff;
    font-size: 18px;
    line-height: 34px;
    font-family: EconomicaRegular;
}


/**************social buttons*************/

.social-shortcode {
    list-style: none;
    padding: 0;
    margin-top: 15px;
    margin-bottom: 10px;
}

.social-shortcode li {
    display: block;
    float: left;
}

.social-shortcode a {
    color: #ff0000;
    margin-right: 18px;
    font-size: 20px;
    line-height: 24px;
    border: 1px solid rgba(0, 80, 156, 1);
    border-radius: 50%;
    display: block;
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
}

.social-shortcode a i {
    color: rgba(0, 80, 156, 1);
}


/*--i_cont--*/

.small-heading {
    text-transform: capitalize;
    font-weight: 400;
    line-height: 17px;
    padding-left: 12px;
    margin-bottom: 24px;
    position: relative;
    border-left: 3px solid rgba(0, 80, 156, 1);
    margin-top: 15px;
    font-family: EconomicaRegular;
    font-size: 24px
}

.contact-vertical {
    font-size: 16px;
    line-height: 24px;
}

.contact-vertical .contact {
    margin-bottom: 20px;
}

.contact-vertical .contact .icon {
    float: left;
    font-size: 20px;
    text-align: center;
    width: 30px;
}

.contact-vertical .contact .content {
    margin-left: 38px;
    font-size: 14px;
    line-height: 24px;
    color: #999999;
}

.contact-vertical a {
    color: #21282e;
}

.contact-vertical.color-white,
.contact-vertical.color-white a {
    color: #fff;
}


/*--article---*/

.article_item {
    margin: 20px 0 25px;
}

.article_details {
    width: 100%;
    padding: 0;
}

.article_item-title {
    font-size: 20px;
    color: #909090;
    margin: -8px 0 0;
    display: inline-block;
    font-weight: 200;
    margin-bottom: 0 !important;
    margin-top: 0;
    font-size: 14px;
}

.article_time {
    font-size: 14px !important;
    color: grey !important;
    display: block;
    background: 0 0;
    position: relative;
    top: auto;
    right: auto;
    text-align: left;
    width: auto;
    padding: 0;
}

.article_time i {
    color: rgba(0, 80, 156, 1);
}


/*page_banner
---------------------------*/

.page_banner {
    width: 100%;
    height: 300px;
    position: relative;
    background: url(../image/2019062910046067.jpg) center center no-repeat;
}

.page_banner .width {
    height: 300px;
    width: 100%;
}

.pbr-breadscrumb {
    display: none;
}

.h_text h1 {
    line-height: 44px;
    color: #fff;
    font-size: 44px;
    text-align: center;
    font-weight: bold;
    padding-top: 100px;
    -webkit-text-shadow: 0 0 10px #000;
    -moz-text-shadow: 0 0 10px #000;
    -o-text-shadow: 0 0 10px #000;
    text-shadow: 0 0 10px #000;
}

.h_text p {
    padding-top: 25px;
    height: 18px;
    line-height: 18px;
    color: #fff;
    font-size: 18px;
    text-align: center;
    -webkit-text-shadow: 0 0 10px #000;
    -moz-text-shadow: 0 0 10px #000;
    -o-text-shadow: 0 0 10px #000;
    text-shadow: 0 0 10px #000;
}


/* 公司简介
----------------------------*/

#aboutus {
    padding: 40px 0 0 0;
}

.aboutSec .aboutTexts p {
    font-size: 15px;
    color: #9594ac;
    line-height: 30px;
    font-family: 'Raleway', sans-serif;
    margin-bottom: 0;
}


/* 技术装备
----------------------------*/

#ourGallery {
    padding: 30px 0;
}

#ourGallery .ourGallerSlide .owl-controls {
    position: absolute;
    top: -92px;
    right: 15px;
}

#ourGallery .ourGallerSlide .owl-controls .owl-nav div {
    width: 62px;
    line-height: 62px;
    border-left: 1px solid #d8d8d8;
    display: inline-block;
    text-align: center;
    font-size: 24px;
}

#ourGallery .ourGallerSlide .owl-controls .owl-nav div:hover,
#ourGallery .ourGallerSlide .owl-controls .owl-nav div:focus {
    color: #1551a1;
}

#ourGallery .galleryItem {
    padding: 0 15px;
}

#ourGallery .galleryItem .gImg img {
    width: 100%;
}

#ourGallery .galleryItem .gImg span.image_rollover {
    background-color: transparent;
    background-image: url(../image/details_hover.png);
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-size: 0 0;
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    -webkit-transition: background-color .5s ease-in-out, background-size .5s ease-in-out;
    -moz-transition: background-color .5s ease-in-out, background-size .5s ease-in-out;
    -ms-transition: background-color .5s ease-in-out, background-size .5s ease-in-out;
    -o-transition: background-color .5s ease-in-out, background-size .5s ease-in-out;
    transition: background-color .5s ease-in-out, background-size .5s ease-in-out;
}

#ourGallery .galleryItem .gImg:hover span.image_rollover {
    margin-top: 0;
    background-color: rgba(0, 0, 0, .5);
    background-size: 35px 35px;
}

#ourGallery .galleryItem .gImg .btn-group {
    position: absolute;
    bottom: 8px;
    right: 8px;
}

#ourGallery .galleryItem .gImg .btn-group .btn {
    background: none rgba(255, 255, 255, 0.8);
    border-color: transparent;
    border-radius: 0;
    color: #000;
    font-size: 16px;
    width: 40px;
    line-height: 38px;
    padding: 0;
    text-align: center;
}

#ourGallery .galleryItem .gImg .btn-group .btn:hover {
    background-color: #FFF;
}

#ourGallery .galleryItem .gTitle {
    display: block;
    line-height: 58px;
    padding: 0 20px;
    color: #FFF;
    background: #00509c;
}

#ourGallery.contentSection {
    padding: 40px 0 30px;
}

#ourGallery.contentSection .galleryItem {
    margin-bottom: 30px;
}

#galleryDetails {
    padding: 40px 0;
}

#galleryDetails .galleryImg {
    overflow: hidden;
}

#galleryDetails .galleryImg img {
    width: 100%;
}

#galleryDetails h3 {
    font-size: 26px;
    color: #000;
    font-weight: bold;
    margin: 25px 0 10px;
}

#galleryDetails p {
    color: #9594ac;
    font-size: 15px;
    font-family: 'Raleway', sans-serif;
    line-height: 30px;
}


/* 公司新闻列表  右侧 */

.sidebar .containeridget {
    padding: 0;
    margin-bottom: 30px;
}

.sidebar .containeridget h3 {
    font-family: 'Raleway', sans-serif;
    font-weight: 300;
    font-size: 20px;
    color: #333;
    margin-top: 0;
    margin-bottom: 15px;
}

.sidebar .containeridget:last-child {
    margin-bottom: 0;
}

.sidebar .title-outer {
    margin: 0 0 25px;
}

.sidebar .title-outer:before {
    border-bottom: 1px solid #ebebeb;
    bottom: 0;
    content: "";
    left: 0;
    margin: 0 auto;
    position: absolute;
    right: auto;
    width: 100%;
}

.sidebar .containeridget-title {
    padding: 0 0 15px;
}

.sidebar .containeridget-title:before {
    border-bottom: 1px solid #00509c;
    bottom: 0;
    content: "";
    left: 0;
    margin: 0 auto;
    position: absolute;
    right: auto;
    width: 40px;
}

ul.topcate li {
    position: relative;
}

ul.topcate li:before {
    font-family: 'FontAwesome';
    content: '\f105';
    font-size: 15px;
    left: 0;
    top: 5px;
    position: absolute;
}

ul.topcate li a {
    display: inline-block;
    position: relative;
    padding: 4px 0 4px 15px;
    color: #333;
}

ul.topcate li.hover a {
    color: #00509c;
}

ul.topcate li.hover:before {
    color: #00509c;
}

ul.topcate li a:hover {
    color: #00509c;
}

.sidebar .searchForm {
    padding: 0
}

.sidebar .searchForm .input-group {
    border: none;
}

.sidebar .searchForm .input-group input {
    position: relative;
    width: 100%;
    line-height: 24px;
    padding: 8px 48px 8px 15px;
    border: 1px solid #dddddd;
    background: #ffffff;
    color: #2d2d2d;
    height: 42px;
    font-size: 14px;
    color: #292929;
}

.sidebar .searchForm .input-group input:focus {
    box-shadow: none;
}

.sidebar .searchForm .input-group span {
    border: none;
    font-size: 20px;
    color: #cfcfcf;
    padding: 0 15px;
    background: #444750;
    cursor: pointer;
}

.sidebar .searchForm .input-group span i {
    font-size: 18px;
    width: 20px;
    height: 20px;
    cursor: pointer;
}

.sidebar .tags {
    position: relative;
    z-index: 2;
}

.sidebar .tags .tag {
    line-height: 40px;
    padding: 0 14px;
    display: inline-block;
    font-size: 14px;
    color: #444750;
    border: 1px solid #444750;
    position: relative;
    margin-right: 14px;
    margin-bottom: 16px;
}

.sidebar .tags .tag:hover {
    background: #1551a1;
    color: #FFF;
    border-color: #1551a1;
}


/* 公司新闻详细页 */

#show {
    padding: 40px 0;
}

ul.entry-meta {
    padding: 0;
    margin: 0;
    list-style: none;
    text-transform: uppercase;
    letter-spacing: 2px;
    font-size: 10px;
    font-weight: 400;
    margin-top: 10px;
    margin-bottom: 10px;
}

ul.entry-meta li {
    display: inline-block;
    margin: 0 18px 8px 0;
}

ul.entry-meta li span {
    font-size: 16px;
    line-height: 18px;
}

ul.entry-meta li span i {
    padding-right: 10px;
}

.pc_body {
    font-size: 16px;
    line-height: 1.7;
}

.pc_body p {
    color: #69778c;
    margin-bottom: 28px;
}

.pc_body img {
    max-width: 80%;
    margin: 0 auto;
}


/* 联系我们
---------------------------------- */


/* WIDGET CONTACT */

.address_text {}

.address_text ul {
    list-style: none;
    margin-bottom: 0;
    padding-bottom: 15px;
}

.address_text ul li {
    font-weight: 400;
    position: relative;
    padding-left: 30px;
    margin-bottom: 15px;
}

.address_text ul li:last-child {
    margin-bottom: 0;
}

.address_text ul li i {
    position: absolute;
    top: 6px;
    left: 0;
    color: #fe5e3e;
}

.address_text ul li a {
    color: #6e6e6e;
}


/* WIDGET SOCIAL */

.containeridget_milo_social_media_widget {}

.containeridget_milo_social_media_widget .social-media {
    margin-bottom: 0;
}

.containeridget_milo_social_media_widget i {
    font-size: 16px;
}


/* WIDGET SOCIAL */

input[type="text"],
input[type="email"],
input[type="tel"],
input[type="number"],
input[type="url"],
input[type="password"],
textarea {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    color: #555;
    background: #fff;
    padding: 8px 12px;
    border: 1px solid #e2e2e2;
    transition: all 0.15s ease 0s;
}

#sc_contact_form_1964466110 {
    text-align: left;
}

.sc_contact_form_info {
    width: 47%;
    margin-right: 5%;
    display: inline-block;
    vertical-align: top;
}

.sc_form_message {
    margin-right: 0;
}

.address_form .sc_contact_form_item {}

.address_form label {
    display: none;
}

.address_form input {
    width: 100%;
    border-radius: 2px;
    line-height: 27px;
    margin-bottom: 1em;
}

.sc_form_message textarea {
    min-height: 13.0em;
    width: 100%;
}

.address_form input[type="submit"] {
    font-size: inherit;
    padding-left: 30px;
    padding-right: 30px;
    width: auto;
    position: relative;
    z-index: 2;
    background: #00509c;
    color: #fff;
    border: none;
    line-height: 30px;
}


/* 小屏幕 导航*/

.navbar {
    height: 100px;
    z-index: 1000;
    margin-bottom: 0px;
}

.navbar-header {
    height: 100px;
}

.navbar-toggle {
    margin-top: 30px;
}

.navbar-collapse {
    background: #efefef;
}

@media (min-width: 992px) {

    /*/>=992的设备*/
    .navbar-default .navbar-collapse,
    .navbar-default .navbar-form {
        background: none;
    }
}


/* 产品中心
----------------------------*/

#ourGallery1 {
    padding: 30px 0;
}

#ourGallery1 .ourGallerSlide .owl-controls {
    position: absolute;
    top: -92px;
    right: 15px;
}

#ourGallery1 .ourGallerSlide .owl-controls .owl-nav div {
    width: 62px;
    line-height: 62px;
    border-left: 1px solid #d8d8d8;
    display: inline-block;
    text-align: center;
    font-size: 24px;
}

#ourGallery1 .ourGallerSlide .owl-controls .owl-nav div:hover,
#ourGallery .ourGallerSlide .owl-controls .owl-nav div:focus {
    color: #1551a1;
}

#ourGallery1 .galleryItem {
    padding: 0 15px;
}

#ourGallery1 .galleryItem .gImg img {
    width: 100%;
    border: 1px solid #ebebeb;
}

#ourGallery1 .galleryItem .gImg .btn-group {
    position: absolute;
    bottom: 8px;
    right: 8px;
}

#ourGallery1 .galleryItem .gImg .btn-group .btn {
    background: none rgba(255, 255, 255, 0.8);
    border-color: transparent;
    border-radius: 0;
    color: #000;
    font-size: 16px;
    width: 40px;
    line-height: 38px;
    padding: 0;
    text-align: center;
}

#ourGallery1 .galleryItem .gImg .btn-group .btn:hover {
    background-color: #FFF;
}

#ourGallery1 .galleryItem .gTitle {
    display: block;
    line-height: 40px;
    padding: 0px;
    color: #333;
    font-family: 'Raleway', sans-serif;
    font-size: 12px;
}

#ourGallery1.contentSection {
    padding: 40px 0 30px;
}

#ourGallery1.contentSection .galleryItem {
    margin-bottom: 30px;
}

#galleryDetails {
    padding: 40px 0;
}

#galleryDetails .galleryImg {
    overflow: hidden;
}

#galleryDetails .galleryImg img {
    width: 100%;
}

#galleryDetails h3 {
    font-size: 26px;
    color: #000;
    font-weight: bold;
    margin: 25px 0 10px;
}

#galleryDetails p {
    color: #9594ac;
    font-size: 15px;
    font-family: 'Raleway', sans-serif;
    line-height: 30px;
}


/*产品详细页*/

.main-cnt {
    border: 1px solid #eee;
    border-top: 1px solid #ddd;
    overflow: hidden;
    zoom: 1;
}

.main-col {
    float: left;
    width: 950px;
}

#goodsshow {
    padding: 20px;
}

#goodsshow img {
    border: 0;
}

#goodsshow .left {
    float: left;
    width: 360px;
    margin: 0 20px 0 0;
}

#goodsshow .right {
    float: left;
}

#goodsshow .shop_big {
    background: #fff;
    width: 360px;
    cursor: pointer;
    height: 270px;
}

#goodsshow .shop_plist {
    clear: both;
    width: 360px;
}

#prolist {
    width: 310px;
    float: left;
    overflow: hidden;
    height: 68px;
    position: relative;
    margin: 10px 0 0 0;
}

#prolist ul {
    margin: 0;
    padding: 0;
    list-style: none;
    overflow: hidden;
    width: 20000px;
    position: relative;
}

#prolist ul li {
    float: left;
    cursor: pointer;
    position: relative;
    background: url(/static/images/pro_none.gif) no-repeat center top;
    height: 68px;
}

#prolist ul li img {
    height: 60px;
    width: 60px;
    margin: 6px 8px 0 8px;
    padding: 0px;
    border: 0;
}

#prolist .hover {
    background: url(../image/pro_bg.gif) no-repeat center top;
    height: 68px;
}

#goodsshow .shop_plist a.prev {
    float: left;
    width: 20px;
    height: 68px;
    display: block;
    outline: none;
    background: url(../image/ico_left.gif) no-repeat center;
    line-height: 68px;
    margin-top: 12px;
}

#goodsshow .shop_plist a.next {
    float: left;
    width: 20px;
    height: 68px;
    display: block;
    outline: none;
    background: url(../image/ico_right.gif) no-repeat center;
    margin-top: 12px;
}

#goodsshow .right {
    width: 500px;
}

#goodsshow .right h1 {
    font-weight: 700;
    letter-spacing: -0.5px;
    font-size: 24px;
    font-family: "Raleway", "Helvetica Neue", Helvetica, Arial, sans-serif;
    position: relative;
    color: #222;
    margin-top: 10px;
    margin-bottom: 15px;
    line-height: normal;
}

#goodsshow .right .intro {
    color: #999;
    min-height: 80px;
}

#goodsshow .right .sno {
    border-bottom: 1px solid #eee;
    line-height: 35px;
}

#goodsshow .right .price {
    color: #999;
    line-height: 30px;
    padding: 10px 0;
}

#goodsshow .right .price span {
    color: #00509c;
    font-size: 16px;
}


/*YOU LIKE*/

.sider-col {
    float: right;
    width: 208px;
    background: #fafafa;
    border-left: 1px solid #eee;
    margin-bottom: -1000px;
    padding-bottom: 1000px;
}

.slide-list {
    margin: 30px auto;
    text-align: center;
    margin-top: 10px;
    margin-bottom: 10px;
    width: 140px;
}

.slide-title {
    font-size: 15px;
    margin-bottom: 15px;
    font-weight: bold;
}

.slide-list .slide-cnt li {
    margin-bottom: 15px;
}

.slide-list .pic,
.slide-list .no-pic {
    width: 140px;
    height: 110px;
    border: 1px solid #eee;
    margin: 0 auto;
    background: #fff;
}

.slide-list .name {
    line-height: 16px;
    height: 32px;
    overflow: hidden;
    margin-top: 5px;
    height: 16PX;
}

.slide-list .name a {
    color: #666;
}


/*产品描述页*/

.containeroocommerce-tabs {
    border: solid 1px #ededed;
    margin-bottom: 20px;
    margin-top: 20px;
}

.containeroocommerce-tabs ul.tabs {
    list-style: none;
    padding: 0 0 0 1em;
    margin: 0 0 1.618em;
    overflow: hidden;
    position: relative;
}

.containeroocommerce-tabs ul.tabs {
    background: transparent;
    color: #f1ba27;
    border-bottom: 1px solid #ededed;
}

.containeroocommerce-tabs ul.tabs li.active {
    background: none;
    color: #000;
}

.containeroocommerce-tabs ul.tabs li {
    background: transparent;
    border: none;
    padding: 10px 15px;
}

.containeroocommerce-tabs ul.tabs li.active a {
    border-top: 1px solid #00509c;
}

.containeroocommerce-tabs ul.tabs li a {
    display: inline-block;
    padding: .5em 0;
    font-weight: 700;
    color: #515151;
    text-decoration: none;
    color: #000;
    text-transform: uppercase;
    font-size: 18px;
    font-family: "Roboto Condensed", sans-serif;
    letter-spacing: 2px;
}

.containeroocommerce-tabs .containerc-tab {
    padding: 0 20px;
}

.containeroocommerce-tabs table {
    width: auto;
}

.containeroocommerce-tabs table td {
    padding: 4px;
    font-size: 12px;
}

.containeroocommerce-tabs table td p {
    font-size: 12px;
}


/*搜索页面*/

.search_list {}

.search_list ul {
    list-style: inside;
}

.search_list ul li {
    line-height: 35px;
    font-size: 18px;
    font-weight: bold;
    border-bottom: 1px dashed #ebebeb;
    padding-bottom: 8px;
    margin-bottom: 8px;
}

.search_list ul li a {
    color: #666;
}

.search_list ul li p {
    font-size: 14px;
    text-indent: 18px;
    color: #999
}

.search_list ul li span {
    color: #999;
    font-size: 14px;
}


/* 东风农机服务保障 */

.df-security-service {
    padding: 32px 10px 0;
}

.df-security-logo {
    float: left;
    padding: 0 25px;
    font: 16px/26px "Microsoft YaHei", "\5FAE\8F6F\96C5\9ED1";
    background-position: 0 -263px;
}

.df-security-service a {
    float: left;
    margin: 0 20px 0 0;
    font: 16px/26px "Microsoft YaHei", "\5FAE\8F6F\96C5\9ED1";
    color: #666;
}

.df-security-service a:hover {
    color: #666;
    text-decoration: none;
}

.df-security-service .iconfont {
    margin: 0 8px 0 0;
    font-size: 22px;
    color: #00ae75;
}


/* 筛选 */

.selector {
    margin: 20px 0 0;
    padding: 0;
}

.selectebox {
    border: 2px solid #e6e6e6;
    position: relative;
    overflow: hidden;
    zoom: 1;
}

.prop-item {
    position: relative;
    zoom: 1;
}

.prop-item dl {
    position: relative;
    zoom: 1;
    padding: 0 0 0 109px;
    background: #f7f7f7;
}

.prop-item dt {
    position: absolute;
    top: 0;
    left: 0;
    padding: 0 15px 0 0;
    width: 104px;
    height: 38px;
    font: 14px/38px "Microsoft YaHei", "\5FAE\8F6F\96C5\9ED1";
    text-align: right;
    color: #666;
}

.prop-item dd {
    padding: 0 20px;
    height: auto;
    color: #999;
    overflow: hidden;
    zoom: 1;
    border-left: 1px solid #e6e6e6;
    background: #fff;
}

.prop-item span {
    color: #134ba0;
}

.prop-item span a {
    margin: 0 5px;
}

.prop-item ul {
    border-top: 1px solid #e6e6e6;
}

.prop-item li {
    float: left;
    padding: 0 8px 0 0;
    height: 38px;
    font: 12px/38px "Microsoft YaHei", "\5FAE\8F6F\96C5\9ED1";
    overflow: hidden;
}

.prop-item li a {
    margin: 0 5px;
    color: #666;
    padding: 2px 4px;
    font-size: 14px
}

.prop-item li a:hover {
    color: #c00;
}

.prop-item li.hover a {
    color: #fff;
    background: #00509c;
    border-radius: 3px;
}

.brand-imglist dt {
    top: 5px;
}

.brand-imglist dd {
    padding: 10px 20px;
    height: 107px;
}

.brand-inner {
    height: 106px;
}

.brand-imglist .brandlist {
    width: 935px;
    border: 1px solid #ebebeb;
    background: #fafafa;
}

.brand-inner ul {
    margin: -1px;
    border-top: 1px solid #ebebeb;
    border-left: 1px solid #ebebeb;
}

.brand-inner li {
    padding: 0;
    width: 103px;
    height: 52px;
    border-right: 1px solid #ebebeb;
    border-bottom: 1px solid #ebebeb;
    background: #fff;
    text-align: center;
}

.brand-inner li a {
    position: relative;
    zoom: 1;
    display: block;
    margin: 0;
    width: 101px;
    height: 50px;
    line-height: 50px;
    border: 1px solid #fff;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.brand-inner li a:hover {
    color: #c00;
    text-decoration: none;
}

.brand-inner li img {
    position: absolute;
    top: 5px;
    left: 10px;
}

.brand-inner .hover {
    margin: -1px 0 0 -1px;
}

.brand-inner .hover,
.brand-inner .hover a {
    position: relative;
    z-index: 5;
    border: 1px solid #c00;
}

.brand-inner .hover img {
    display: none;
}

.brandlist p {
    padding: 5px 10px;
    color: #666;
    line-height: 22px;
}

.search-alphabet {
    display: none;
}

.search-alphabet .search {
    display: block;
    padding: 4px 5px;
    width: 128px;
    height: 18px;
    font: 12px/18px arial;
    color: #ccc;
    border: 1px solid #e6e6e6;
}

.search-alphabet .containerrong {
    border: 1px solid #00509c;
    color: #333;
}

.prop-item .search-alphabet ul {
    padding: 10px 0 5px;
    overflow: hidden;
    zoom: 1;
    border: 0 none;
}

.prop-item .search-alphabet li {
    float: left;
    padding: 0 5px;
    margin: 0 7px 0 0;
    height: 20px;
    font: 12px/20px arial;
    color: #666;
    cursor: pointer;
}

.prop-item .search-alphabet .cur,
.prop-item .search-alphabet .hover {
    background: #c00;
    color: #fff;
}

.brand-imglist .more-options {
    height: 276px;
}

.more-options .search-alphabet {
    display: block;
}

.more-options .brand-inner {
    height: 213px;
    overflow-y: auto;
    position: relative;
    zoom: 1;
}

.more-options .brandlist {
    min-height: 211px;
    _height: 211px;
}

.search-result-wrong {
    margin: 20px 0 0;
    padding: 0 10px 0 39px;
    height: 38px;
    font: 14px/38px arial;
    border: 1px solid #e6e6e6;
    background-position: -5px -319px;
    background-color: #f7f7f7;
    color: #666;
}

.search-result-wrong span {
    color: #00509c;
    padding: 0 5px;
}

.selecte-brand {
    padding: 2px 0 0;
}

.selecte-brand .brandlist {
    height: 60px;
    overflow: hidden;
}

.selecte-brand .brandlist-auto {
    height: auto;
}

.morebtn {
    position: absolute;
    top: 8px;
    right: 20px;
    padding: 0 10px 0 0;
    color: #666;
    font: 12px/22px "Microsoft YaHei", "\5FAE\8F6F\96C5\9ED1";
}

.morebtn:hover {
    color: #c00;
}

.prop-item .open-up {
    background-position: 100% -90px;
}

.prop-item .open-down {
    background-position: 100% -112px;
}

.show-more {
    position: relative;
    height: 5px;
    background: #f7f7f7;
}

.more-select {
    position: absolute;
    top: 0;
    left: 50%;
    margin: 0 0 0 -60px;
    padding: 2px 0;
    width: 120px;
    height: 22px;
    font: 12px/22px "Microsoft YaHei", "\5FAE\8F6F\96C5\9ED1";
    color: #666;
    background: #f7f7f7;
    text-align: center;
}

.more-select span {
    display: inline-block;
    padding: 0 10px 0 0;
    cursor: pointer;
}

.more-select:hover {
    color: #666;
    text-decoration: none;
}

.open-up span {
    background-position: 100% -90px;
}

.open-down span {
    background-position: 100% -110px;
}

.before-bracket {
    margin: 0 -30px;
}

.after-bracket {
    margin: 0 0 0 -30px;
}

.prop-item .more {
    height: auto;
}


/*产品列表*/

.goods-list {
    background: #fcfcfc;
}

.goods-list li {
    position: relative;
    zoom: 1;
    float: left;
    margin: 20px 0 0;
    padding: 20px 20px 10px;
    width: 304px;
    height: 348px;
}

.goods-list li:hover {
    -webkit-transform: scale(1.02) translateY(-5px);
    -moz-transform: scale(1.02) translateY(-5px);
    -ms-transform: scale(1.02) translateY(-5px);
    transform: scale(1.04) translateY(-5px);
    -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3);
}

.goods-list .imgitem {
    overflow: hidden;
}

.goods-list .pic {
    width: 304px;
    height: 200px;
    text-align: center;
    display: table-cell;
    vertical-align: middle;
    *display: block;
    *font-size: 175px;
    *font-family: Arial;
}

.goods-list .pic img {
    vertical-align: middle;
    width: 100%;
    height: auto;
}

.goods-list .attention {
    display: none;
    position: absolute;
    right: 10px;
    top: 196px;
    width: 57px;
    height: 24px;
    font: 12px/24px arial;
    text-align: center;
    color: #fff;
    background: rgba(0, 0, 0, 0.3);
    filter: progid: DXImageTransform.Microsoft.gradient(startcolorstr=#4d000000, endcolorstr=#4d000000, gradientType=1);
}

:root .goods-list .attention {
    filter: none;
}

.goods-list .attention span {
    display: block;
    margin: 0 0 0 5px;
    padding: 0 0 0 18px;
    background-position: -7px -135px;
    font-weight: normal;
    text-align: left;
    cursor: pointer;
}

.goods-list .title {
    padding: 16px 0 0;
    height: 40px;
    overflow: hidden;
    font: 12px/18px "Microsoft YaHei", "\5FAE\8F6F\96C5\9ED1";
}

.goods-list .title .label {
    color: #f33;
}

.goods-list .title a {
    color: #333;
    font-size: 13px
}

.goods-list .title a:hover {
    color: #c00;
}

.price-bar .price {
    float: left;
    font: 18px/32px Verdana;
    color: #f33;
    display: none;
}

.price-bar .activity-infor {
    float: left;
    margin: 6px 0 0 10px;
    padding: 0 5px;
    font: 12px/20px "Microsoft YaHei", "\5FAE\8F6F\96C5\9ED1";
    border: 1px dashed #fcb3b3;
    background: #fff3f3;
    color: #f33;
}

.goods-list .volume {
    font: 12px/22px "Microsoft YaHei", "\5FAE\8F6F\96C5\9ED1";
    color: #999;
}

.goods-list .volume em {
    color: #666;
}

.goods-list .shop-infor {
    position: absolute;
    top: 300px;
    left: 20px;
    zoom: 1;
    width: 304px;
    height: 20px;
    overflow: hidden;
}

.goods-list .shop-infor p {
    font: 12px/20px "Microsoft YaHei", "\5FAE\8F6F\96C5\9ED1";
}

.goods-list .shop-infor p a {
    font-family: SimSun;
}

.goods-list .shop-infor .shop-name {
    height: 20px;
}

.goods-list .shop-infor .shop-name a {
    color: #666;
    font-family: "Microsoft YaHei", "\5FAE\8F6F\96C5\9ED1";
    display: none;
}

.goods-list .shop-name a:hover {
    color: #c00;
}

.goods-list .total-volume {
    color: #999;
}

.goods-list .total-volume em {
    color: #666;
}

.goods-list .brand-marketing {
    position: absolute;
    top: 1px;
    right: 0;
    padding: 0 2px;
    height: 16px;
    font: 12px/16px "Microsoft YaHei", "\5FAE\8F6F\96C5\9ED1";
    color: #fff;
    background: #c40000;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    border-radius: 2px;
}

.goods-list .hover {
    margin: 20px 0 30px;
    height: 318px;
    padding: 19px 19px 10px;
    border: 1px solid #e6e6e6;
    border-bottom: 0 none;
    -wekit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
    background: #fff;
}

.goods-list .hover .attention {
    top: 195px;
    right: 9px;
}

.goods-list .hover .shop-infor {
    top: 300px;
    left: -1px;
    padding: 0 19px 0;
    height: 70px;
    border: 1px solid #e6e6e6;
    border-top: 0 none;
    background: #fff;
    -wekit-box-shadow: 0 3px 5px rgba(0, 0, 0, 0.1);
    box-shadow: 0 3px 5px rgba(0, 0, 0, 0.1);
}

.goods-list .hover .shop-infor .brand-marketing {
    right: 19px;
}

.goods-list .hover .shop-infor p {
    position: relative;
    z-index: 1;
}

.goods-list .hover .attention {
    display: block;
}


/* 面包屑*/

#position {
    color: #666;
    text-transform: capitalize;
    background: #ffffff linear-gradient(to bottom, #ffffff, #ededed);
    border-bottom: 1px solid #e0e0e0;
    font-family: Exo, Helvetica, Arial, sans-serif;
    font-weight: 800;
    font-size: .8125rem;
    text-transform: uppercase;
}

#position i {
    font-weight: 400;
    position: relative;
    display: inline-block;
    padding: 1.21875em 0;
    color: #666;
    font-size: 14px;
}

#position a {
    font-weight: 400;
    position: relative;
    display: inline-block;
    padding: 8px 0;
    color: #666;

}


/*最新产品*/

.page-product-detail .recom-pro-list {
    border: 1px solid #e6e6e6;
    margin: 0 auto;
    margin-bottom: 20px;
    width: 1170px;
}

.page-product-detail .recom-pro-list .title {
    height: 31px;
    line-height: 31px;
    padding: 0 15px;
    border-bottom: 1px solid #e6e6e6;
    font-size: 14px;
    font-weight: bold;
    background: #f1f1f1;
    color: #222
}

.page-product-detail .recom-pro-list .containerrap {
    position: relative;
    padding: 20px 0
}

.page-product-detail .recom-pro-list .arrow {
    font-size: 36px;
    color: #ccc;
    position: absolute;
    top: 50px;
    display: none
}

.page-product-detail .recom-pro-list .arrow .icon {
    margin: 0
}

.page-product-detail .recom-pro-list .arrow-left {
    left: 40px
}

.page-product-detail .recom-pro-list .arrow-right {
    right: 40px
}

.page-product-detail .recom-pro-list .arrow:hover {
    text-decoration: none;
    color: #555
}

.page-product-detail .recom-pro-list .arrow-dis,
.page-product-detail .recom-pro-list .arrow-dis:hover {
    color: #eee;
    cursor: default
}

.page-product-detail .recom-pro-list .list-wrap {
    width: 1120px;
    margin: 0 auto;
    overflow: hidden
}

.page-product-detail .recom-pro-list .list {
    overflow: hidden;
    zoom: 1;
}

.page-product-detail .recom-pro-list li {
    width: 146px;
    float: left;
    margin: 0 20px;
    text-align: center;
    text-align: center;
}

.page-product-detail .recom-pro-list .pic,
.page-product-detail .recom-pro-list .picture {
    width: 146px;
    height: 125px;
    margin-bottom: 5px
}

.page-product-detail .recom-pro-list img {
    width: 144px;
    height: 114px;
    border: 1px solid #ccc;
}

.page-product-detail .recom-pro-list .hvalign {}

.page-product-detail .recom-pro-list .pro-name {
    line-height: 16px;
    max-height: 32px;
    _height: 32px;
    overflow: hidden
}


/**/

#grid {
    padding: 35PX 0;
    margin-bottom: 20PX;
}

#grid li {
    float: left;
    list-style: none;
    position: relative;
    overflow: hidden;
    border-top: 1px solid rgba(255, 255, 255, 0.01);
    padding: 30px;
    background: #fff;
    -webkit-box-shadow: 0 0 1px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0 0 4px rgba(0, 0, 0, 0.1);
    box-shadow: 0 0 4px rgba(0, 0, 0, 0.1);
    -webkit-transition: all 0.15s ease-in;
    -moz-transition: all 0.15s ease-in;
    -ms-transition: all 0.15s ease-in;
    transition: all 0.15s ease-in;
}

#grid .class-pic {
    text-align: center;
}

#grid .class-pic img {
    text-align: center;
    margin: 0 auto;
}

#grid .class-name {
    font-size: 16px;
    text-align: center;
    color: #333;
    padding: 15px 0 0 0;
    font-weight: bold;
}

#grid .class-name a {
    color: #333;
}

#grid li:hover {
    z-index: 2;
    -webkit-transform: scale(1.04) translateY(-5px);
    -moz-transform: scale(1.04) translateY(-5px);
    -ms-transform: scale(1.04) translateY(-5px);
    transform: scale(1.04) translateY(-5px);
    -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3);
}


/* 订购流程 */

#con_all {
    background: #00509c;
    float: right;
    color: #fff;
    padding: 8px 10px;
    margin-top: 15px;
    margin-right: 5px;
    border-radius: 5px;
    float: left;
}

#con_all i {
    padding-right: 10px;
}


/*荣誉*/


/*瀑布流开始*/

.containerall {
    display: block;
    position: relative;
    margin: 0 -15px;
}

.containerall-column {
    display: block;
    position: relative;
    width: 33.33333%;
    float: left;
    padding: 0 15px;
    box-sizing: border-box;
}

.article {
    display: block;
    margin: 0 0 8% 0;
    padding: 5%;
    background: #ebebeb;
    border-radius: 3px;
    box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.05);
    transition: all 100;
    overflow: hidden;
    position: relative;
    border-bottom: 1px solid #bebebe;
}

.article:hover {
    transform: scale(1.01);
}

.article img {
    display: block;
    width: 100%;
    margin: 0;
    transition: All 0.3s ease-in-out;
    -webkit-transition: All 0.3s ease-in-out;
    -moz-transition: All 0.3s ease-in-out;
    -o-transition: All 0.3s ease-in-out;
}

.article img:hover {
    transform: scale(1.2);
    -webkit-transform: scale(1.2);
    -moz-transform: scale(1.2);
    -o-transform: scale(1.2);
    -ms-transform: scale(1.2);
}

.article div.imgover {
    overflow: hidden;
}

.article a {
    color: #666;
}

.article p {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    width: 99%;
    font-size: 1.2em;
    line-height: 1.5;
    padding: 0;
    margin: 0;
    padding: 10px 0;
}

.article small {
    font-size: 1em;
    color: #ff0000;
    line-height: 1.5;
}

.article input {
    width: 20%;
    padding: 0.6em;
    border-radius: 0.4em;
    font-size: 1.1em;
    z-index: 100;
    background-color: #00509c;
    border: none;
    position: absolute;
    bottom: 3%;
    right: 5%;
    color: #fff;
    box-shadow: 0 0 7px #d7d7d7;
}

.article:hover {
    background: #00509c;
}

.article:hover p {
    color: #fff;
}


/*瀑布流结束*/

.containerrapper h3 {
    text-align: center;
    margin: 0 20%;
    white-space: nowrap;
    text-overflow: ellipsis;
    font-weight: normal;
    color: #333;
    overflow: hidden;
    font-size: 1.5em;
    padding: 0.7em 0;
}

.containerrapper h4 {
    width: 90%;
    margin: 0 5%;
    text-align: justify;
    font-weight: normal;
    color: #999;
    font-size: 1.2em;
    margin-bottom: 3%;
    line-height: 1.5;
}

@media (max-width: 1200px) {
    .s_header {
        margin-top: 30px;
    }

    .infoblock .icon i {
        width: 65px;
        height: 65px;
        line-height: 65px;
    }

    .infoblock {
        font-size: 18px;
    }

    /*视频*/
    .table-row .table-cell .table-cell-content {
        margin-right: 40px
    }

    #ourVideo .home-about {
        width: 400px;
    }

    .section-content .popup-video-container {
        background-size: cover;
    }
}


/*历史 标题*/

#DF-History .galleryItem .gTitle {
    overflow: hidden;
    height: 58px;
}

#DF-History .galleryItem .gTitle a {
    font-size: 12px;
}


/*新闻 标题*/

#blogPosts .blog .excerpt h4 {
    font-size: 14px;
    font-weight: 700;
}

#blogPosts .blog .excerpt p {
    font-size: 15px;
    height: auto;
    overflow: hidden;
}

#blogPosts .blog .excerpt a.readMore {
    line-height: 40px;
    text-transform: capitalize;
}

#blogPosts .blog .excerpt a.readMore:after {
    border-left: 5px solid #d8d8d8;
    border-top: 20px solid transparent;
    border-bottom: 20px solid transparent;
}

#blogPosts .title {
    color: #32302b;
    margin-bottom: 20px;
    margin-top: 0px;
    font-size: 29px;
}

.hot_line {
    padding: 15px 0;
    width: 100%;
    background: rgba(13, 13, 13, 0.7);
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr=#B2131313, endColorstr=#B2131313);
}

.hot_line h3 {
    font-weight: normal;
    color: #fff;
    text-transform: none;
    margin-bottom: 0;
    line-height: 47px;
}

.hot_line h3 span {
    font-weight: 600;
}

.button.size2 {
    width: 140px;
    height: 47px;
    line-height: 49px;
    font-size: 16px;
    text-transform: uppercase;
    display: inline-block;
}

.button>span {
    display: block;
    width: 100%;
    height: 100%;
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
    -webkit-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
    -webkit-transform-origin: 0 0;
    transform-origin: 0 0;
}

.button>span span {
    position: absolute;
    width: 100%;
    height: 100%;
    display: block;
    opacity: 1;
    left: 0;
    top: 0;
    color: #fff;
    text-align: center;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
    -webkit-transition: -webkit-transform 0.3s linear, background 0.3s linear;
    transition: transform 0.3s linear, background 0.3s linear;
    -webkit-transform-origin: 50% 0;
    -moz-transform-origin: 50% 0;
    transform-origin: 50% 0;
}

.button.type1>span span:first-child {
    background: #00509c;
}

.button.type1:hover>span span:nth-of-type(2) {
    background: #2965b0;
}


/* 单页 */

.content-area,
.content-area p {
    margin-bottom: 22px;
    line-height: 26px;
    font-weight: 300;
    font-style: normal;
    color: #343e47;
    font-size: 16px;
}

.content-area h3 {
    line-height: 42px;
    font-weight: 300;
    font-style: normal;
    color: #222;
    font-size: 28px;
    margin: 1.4em 0px 0.6em;
    position: relative;
    margin-top: 0;
}


/*公司大事件*/


/*瀑布流开始*/

.history_list .containerall {
    display: block;
    position: relative;
    background: none;
    padding: 0;
    margin: 0 -15px;
}

.history_list .containerall-column {
    display: block;
    position: relative;
    width: 33.33333%;
    float: left;
    padding: 0 15px;
    box-sizing: border-box;
}

.history_list .article {
    display: block;
    margin: 0 0 8% 0;
    padding: 5%;
    background: white;
    border-radius: 3px;
    box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.05);
    transition: all 100;
    overflow: hidden;
    position: relative;
    background: #f5f5f5;
}

.history_list .article:hover {
    transform: scale(1.01);
}

.history_list .article div.imgover {
    overflow: hidden;
}

.history_list .article img {
    display: block;
    width: 100%;
    margin: 0;
    transition: All 0.3s ease-in-out;
    -webkit-transition: All 0.3s ease-in-out;
    -moz-transition: All 0.3s ease-in-out;
    -o-transition: All 0.3s ease-in-out;
}

.history_list .article img:hover {
    transform: scale(1.1);
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -o-transform: scale(1.1);
    -ms-transform: scale(1.1);
}


/*----------------------------------------------------------------*/

.history_list .article a {
    color: #666;
}

.history_list .article p {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    width: 99%;
    font-size: 1.2em;
    margin-top: 5px;
}

.history_list .article small {
    font-size: 1em;
    color: #ff0000;
    line-height: 1.5;
}

.history_list .article input {
    width: 20%;
    padding: 0.6em;
    border-radius: 0.4em;
    font-size: 1.1em;
    z-index: 100;
    background-color: #00509c;
    border: none;
    position: absolute;
    bottom: 3%;
    right: 5%;
    color: #fff;
    box-shadow: 0 0 7px #d7d7d7;
}

.history_list .article:hover {
    background: #00509c;
}

.history_list .article:hover p {
    color: #fff;
}


/*瀑布流结束*/


/* 视频列表 */

.i-intro {
    height: 400px;
    padding-top: 60px;
    padding-bottom: 60px;
    background: url(../image/bg_iintro.jpg) no-repeat center;
    background-size: 130% 130%;
}

.i-intro.move {
    animation: introMove 2s forwards;
}

@keyframes introMove {
    100% {
        background-size: 100% 100%;
    }
}

.i-intro .w980 {
    overflow: hidden;
}

.i-intro .video {
    float: left;
    width: 416px;
    height: 271px;
    padding: 28px 21px 27px;
    background: url(../image/bg_iintrovideo.png) no-repeat;
}

.i-intro .video img {
    width: 390px;
    height: 238px;
    ;
}

.i-intro .detail {
    position: relative;
    float: right;
    width: 660px;
    height: 294px;
    padding-top: 32px;
    margin-right: -440px;
    line-height: 22px;
    color: #dbe4ed;
}

.i-intro .detail h2 {
    font-size: 24px;
    line-height: 70px;
    color: #fff;
}

.i-intro .detail a {
    display: inline-block;
    bottom: 51px;
    width: 134px;
    border: 2px solid #f0f3f7;
    font-weight: bold;
    font-size: 14px;
    line-height: 36px;
    color: #f0f3f7;
    text-align: center;
    transition: all 500ms ease-in 0ms;
}

.i-intro .detail a:hover {
    border-color: #073eac;
    background: #073eac;
    color: #fff;
}


/* i-news start*/

.i-news {
    padding: 40px 0 50px 0;
}

.bg_black {
    background: #eee;
}


}

.subject_news {
    color: #333;
    font-size: 18px;
    font-family: microsoft yahei;
    height: 41px;
    line-height: 40px;
    border-bottom: 1px solid #ddd;
}

.subject_news b {
    display: inline-block;
    font-weight: normal;
    border-bottom: 2px solid #1F92D1;
    font-size: 18px;
    height: 40px;
    line-height: 40px;
}

.subject_news span {
    color: #bbb;
    display: inline-block;
    font-size: 16px;
    font-family: verdana;
    padding-left: 10px;
}

.subject_news a {
    float: right;
    font-size: 12px;

}

.subject_news span.more {
    float: right;
    line-height: 40px;
}

.subject_news span.more a {
    text-transform: uppercase;
    font-size: 14px;
    font-weight: bold;
    color: #000;
}


.i-news .img-responsive {
    padding: 10px 0;
}

.list-new li {
    border-bottom: 1px dashed #eae7e7;
    line-height: 40px;
}

.list-new a {
    text-decoration: none;
    color: #666;
    font-size: 13px;
}

.list-new a:hover {
    color: #d30a1c;
}

.list-new span {
    float: right;
}

.list-new .date {
    float: right;

}

/*联系我们-单页*/

/* Contact page */
#aboutus.contact_page {
    padding-bottom: 40px;
}

.contact_page h4 {
    line-height: 1.3em;
    font-weight: normal;
    text-transform: uppercase;
    margin-bottom: 30px;
    text-transform: none;
    font-size: 24px;
}

.contact_page .mad_bottom2 {
    margin-bottom: 20px;
}

.c_info_list li i {
    color: #00509c;
    line-height: 22px;
    float: left;
    font-size: 20px;
    padding: 10px;
    padding-top: 0;
    padding-left: 0;
}

.contact_page .contact_form .button {
    margin-top: 15px;
}

.contact_page .c_info_list li .clearfix {
    margin-bottom: 15px;
}

.contact_page .c_info_list .contact_e {
    color: #00509c;
}

.contact_form.var2 input,
.contact_form.var2 textarea {
    border-color: #ececec;
}

.contact_form.var2 textarea {
    height: 100px;
}

.contact_form input,
.contact_form textarea {
    background: transparent;
    text-align: left;
    width: 100%;
    border: 1px solid #4e4e4e;
    line-height: inherit;
    height: 40px;
    padding: 10px 15px;
    -webkit-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
}

.contact_form.var2>ul>li:not(:last-child) {
    margin-bottom: 10px;
}

.contact_form .button>span span {
    border-radius: 5px;
    text-transform: none;
    font-weight: normal;
}

/* taglist */
.taglist {}

.taglist a {
    padding-right: 15px;
    font-size: 16px;
    display: inline-block;
    float: left;
    margin-bottom: 10px;
}

/* rss */
.rss_list {
    margin: 0;
    padding: 0;
    list-style: none;
    margin-bottom: 25px;
}

.rss_list li {
    border-bottom: 1px dotted #ddd;
    line-height: 40px;
    color: #999;
}

.rss_list li a {
    font-size: 14px;
    font-family: microsoft yahei;
}

/* sitemap_list */
.sitemap_list {}

.sitemap_list .big {
    font-size: 14px;
    line-height: 35px;
    border-bottom: 1px solid #EEE;
    margin: 10px 0;
    font-size: 16px;
    font-weight: 800;
    color: #666;
}

.sitemap_list div.big a {
    color: #666;
}

.sitemap_list div a {
    color: #666;
    padding-right: 10px;
}

.sitemap_list div a:hover {
    color: #00509c;
}

/* page_banner */
.page_banner_46 {
    background: url(../image/page_banner_46.jpg) center center no-repeat;
}

.page_banner_11 {
    background: url(../image/page_banner_11.jpg) center center no-repeat;
}

/* 提交表单 */
.containerpcf7-form-control-wrap {
    margin-bottom: 15px;
    display: block;
}

/*
footer
----------------------------------------------------------------*/
.footer::before {
    background-color: rgba(0, 0, 0, 0.0);
    content: " ";
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 0;
    display: none;
}

.footer {
    background: #003c7e;
    overflow: hidden;
}

.footer .ewm {
    width: 190px;
    height: 267px;
    padding-top: 43px;
    background: #023267;
    line-height: 24px;
    color: #fff;
    text-align: center;
}

.footer .ewm img {
    display: block;
    margin: 0 auto;
    max-width: 100%;
}

.footer-main {
    width: 900px;
    padding-top: 24px;
    line-height: 28px;
    color: #cbd2de;
    text-transform: uppercase;
}

.footer-main a {
    color: #cbd2de;
    transition: color 500ms ease-in 0ms;
}

.footer-main a:hover {
    color: #fff;
}

.footer-main .menu {
    height: 50px;
    border-bottom: 1px solid #1a508b;
    margin-bottom: 19px;
}

.footer-main .menu a {
    display: inline-block;
    float: left;
    padding: 0 26px;
    font-size: 14px;
    line-height: 50px;
    color: #e7e7e7;
}

.footer-main .menu a.home {
    padding-left: 0;
}

.footer-main p.link a {
    display: inline-block;
    padding: 0 15px;
}

.footer-main .share {
    float: left;
    margin-left: 34px;
    display: inline;
}

.footer-link {
    margin-top: 15px;
    border-top: 1px solid #1a508b;
    padding-top: 12px;
    font-size: 14px;
    line-height: 30px;
    color: #fff;
}

.footer-link a {
    display: inline-block;
    float: left;
    margin-right: 45px;
    color: #a3b0c5;
    transition: color 500ms ease-in 0ms;
}

.footer-link a:hover {
    color: #fff;
}


/* 应用领域 */
.gsjj {
    background: #fafafa;
    display: block;
    clear: both
}

.gsjj ul li {
    overflow: hidden;
    width: 100%
}

.gsjj ul li h2 {
    font-size: 24px;
    display: block;
    padding: 10px 0;
    color: #015fc5
}

.gsjj ul li .imgR {
    float: right;
    width: 50%
}

.gsjj ul li .imgL {
    float: left;
    width: 50%
}

.gsjj ul li .textR {
    float: right;
    width: 40%;
    max-width: 580px;
    font-size: 14px;
    line-height: 2em;
    padding: 5% 5% 0 0
}

.gsjj ul li .textL {
    float: left;
    width: 40%;
    max-width: 580px;
    font-size: 14px;
    line-height: 2em;
    padding: 5% 0 0 5%
}

.gsjj ul li h4{ margin-bottom: 15px;}

.gsjj .viewmorepro {
    clear: both;
    margin-top: 15px;
    display: block;
    color: #015fc5
}


.ab_pages{clear:both;padding:20px 0;font-size:14px;text-align:center; overflow:hidden}
.ab_pages ul{display:inline-block;margin:0 auto;padding:0}
.ab_pages ul a{color:#555;display:block;padding: 5px 11px;  border: 1px solid #ddd;float: left;margin: 0 5px;font-size:12px}
.ab_pages ul a.page-num-current{ background:#ddd; }
.ab_pages ul a:hover{ background:#ddd}
.ab_pages ul span{display: inline-block; float: left; line-height: 28px;}


.elink{ padding-top:30px; }
.elink a{ padding:8px}