@charset "utf-8";

/* CSS Document */
html,
body,
blockquote,
dd,
dl,
fieldset,
legend,
figure,
h1,
h2,
h3,
h4,
h5,
h6,
hr,
ol,
p,
pre,
ul,
li,
th,
td,
form,
input,
textarea,
button,
dl,
dd {
    margin: 0;
    padding: 0;
}

fieldset,
iframe,
img {
    border: 0;
}

address,
cite,
code,
em,
ins,
kbd,
pre,
samp,
strong,
sub,
sup,
var {
    font-family: "微软雅黑";
    font-style: normal;
}

h1,
h2,
h3,
h4,
h5,
h6,
sub,
sup {
    font-size: 100%;
    font-weight: normal;
}

hr {
    background: #999;
    height: 1px;
}

input,
button,
textarea,
select {
    *font-size: 100%;
}

input,
button,
textarea,
select,
optgroup,
option {
    font: inherit;
}

ol,
ul {
    list-style: none;
}

q:before,
q:after {
    content: '';
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

.clear {
    clear: both;
}

a {
    color: #666666;
}

.fl {
    float: left;
}

.fr {
    float: right;
}

sup {
    font-size: 12px;
    ;
}

/*html5
-------------------------------------------------------------- */
header,
footer,
nav,
section,
article,
figure,
figcaption {
    display: block;
}

/*base
-------------------------------------------------------------- */
html {
    background: #fff;
}

body {
    font-size: 14px;
    font-family: "微软雅黑", Arial, Helvetica, sans-serif;
    line-height: 1.5;
    color: #666666;
    min-width: 1100px;
}

html body.index {
    /*  background: url(../images/bg_02.jpg) repeat-x top;*/
}

h1 {
    font-size: 2.2em;
}

h2 {
    font-size: 2.0em;
}

h3 {
    font-size: 1.8em;
}

h4 {
    font-size: 1.6em;
}

h5 {
    font-size: 1.4em;
}

h6 {
    font-size: 1.2em;
}

a:link,
a:visited {
    text-decoration: none;
    -webkit-transition: color .3s ease;
}

a:hover,
a:active {
    text-decoration: underline;
    outline: 0;
    color: #1357a0;
}

.tip {
    color: #ccc;
}

.b {
    width: 1100px;
    margin: 0 auto;
}

.c {
    width: 1100px;
    margin: 0 auto;
}

.h10 {
    height: 10px;
}

.mt10 {
    margin-top: 10px;
}

.select-outer {
    display: inline-block;
    *display: inline;
    zoom: 1;
    border: 1px solid #ccc;
}

.select-inner {
    display: inline-block;
    *display: inline;
    zoom: 1;
    height: 22px;
    overflow: hidden;
    position: relative;
}

.select-h {
    border: 1px solid #ccc;
    height: 24px;
    font-size: 12px;
    position: relative;
    zoom: 1;
    margin: -1px;
}

.wh300 {
    padding: 3px;
}

.wh300 .select-inner {
    width: 300px;
}

.wh300 select {
    width: 302px;
}

.wh100 {
    padding: 3px;
}

.wh100 .select-inner {
    width: 100px;
}

.wh100 select {
    width: 102px;
}

.wh200 {
    padding: 3px;
}

.wh200 .select-inner {
    width: 200px;
}

.wh200 select {
    width: 202px;
}

.texthide {
    word-break: keep-all;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.rbox {
    border: #e6e6e6 1px solid;
    overflow: hidden;
    _zoom: 1;
}

.ov {
    overflow: hidden;
    _zoom: 1;
}

.shadow {
    -moz-box-shadow: 0px 2px 4px #999999;
    -webkit-box-shadow: 0px 2px 4px #999999;
    box-shadow: 0px 2px 4px #999999;
}

.btn-black {
    color: #fff;
    background-color: #1A978F;
    border-color: #1A978F;
}

.btn-black:focus,
.btn-black.focus {
    color: #fff;
    background-color: #1A978F;
    border-color: #1A978F;
}

.btn-black:hover {
    color: #fff;
    background-color: #1A978F;
    border-color: #1A978F;
}

.btn-black:active,
.btn-black.active,
.open>.dropdown-toggle.btn-black {
    color: #fff;
    background-color: #1A978F;
    border-color: #1A978F;
}

.btn-black:active:hover,
.btn-black.active:hover,
.open>.dropdown-toggle.btn-black:hover,
.btn-black:active:focus,
.btn-black.active:focus,
.open>.dropdown-toggle.btn-black:focus,
.btn-black:active.focus,
.btn-black.active.focus,
.open>.dropdown-toggle.btn-black.focus {
    color: #fff;
    background-color: #1A978F;
    border-color: #1A978F;
}

.btn-black:active,
.btn-black.active,
.open>.dropdown-toggle.btn-black {
    background-image: none;
}

.btn-black.disabled,
.btn-black[disabled],
fieldset[disabled] .btn-black,
.btn-black.disabled:hover,
.btn-black[disabled]:hover,
fieldset[disabled] .btn-black:hover,
.btn-black.disabled:focus,
.btn-black[disabled]:focus,
fieldset[disabled] .btn-black:focus,
.btn-black.disabled.focus,
.btn-black[disabled].focus,
fieldset[disabled] .btn-black.focus,
.btn-black.disabled:active,
.btn-black[disabled]:active,
fieldset[disabled] .btn-black:active,
.btn-black.disabled.active,
.btn-black[disabled].active,
fieldset[disabled] .btn-black.active {
    background-color: #1A978F;
    border-color: #1A978F;
}

.btn-black .badge {
    color: #f0ad4e;
    background-color: #fff;
}

a.button {
    font-size: 14px;
    text-decoration: none;
    background: #1357a0;
    padding: 0.4em 1.5em;
    color: #fff;
}

/* Shutter In Horizontal */
.hvr-shutter-in-horizontal {
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    box-shadow: 0 0 1px rgba(0, 0, 0, 0);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -moz-osx-font-smoothing: grayscale;
    position: relative;
    background: #EBB30A;
    -webkit-transition-property: color;
    transition-property: color;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
}

.hvr-shutter-in-horizontal:before {
    content: "";
    position: absolute;
    z-index: -1;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: #EBB30A;
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
    -webkit-transform-origin: 50%;
    transform-origin: 50%;
    -webkit-transition-property: transform;
    transition-property: transform;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
}

.hvr-shutter-in-horizontal:hover,
.hvr-shutter-in-horizontal:focus,
.hvr-shutter-in-horizontal:active {
    color: white;
}

.hvr-shutter-in-horizontal:hover:before,
.hvr-shutter-in-horizontal:focus:before,
.hvr-shutter-in-horizontal:active:before {
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
}

.header .c {
    position: relative;
  display: flex;
  justify-content: space-between;
  align-items: center;
    height: 100px;
}

.header .logo {

}

.header .logo img{

}

.header .top-menu {

}

.header .top-menu>ul>li {
    position: relative;
    z-index: 999;
    float: left;
    padding: 0 25px;
    font-size: 16px;
}

.header .top-menu>ul>li>ul {
    display: none;
    position: absolute;
    top: 44px;
    left: 50%;
    margin-left: -100px;
    width: 200px;
    background: #999;
}

.header .top-menu>ul>li>ul>li {
    display: block;
    line-height: 30px;
    text-align: center;
    font-size: 14px;
}

.header .top-menu>ul>li>ul>li>a {
    color: #fff;
    display: block;
    background: #999;
    text-decoration: none;
}

.header .top-menu>ul>li>ul>li>a:hover {
    background: #1357a0
}

.header .top-lang {
    position: absolute;
    right: 15px;
    top: 10px;
}

.header .top-lang a {
    display: inline-block;
    margin-left: 15px;
}

.home-title {
    font-size: 2.5em;
    color: #5b6169;
    text-transform: uppercase;
    margin-bottom: 1.5em;
    background: url("../images/borderline.png") no-repeat center;
    text-align: center;
}

.flexslider {
    width: 100%;
    overflow: hidden;
}


/*===========================
    Start Hero Area CSS
=============================*/
  
.homepage-slides .owl-nav button.owl-prev,
.homepage-slides .owl-nav button.owl-next {
    width: 50px;
    height: 50px;
    border: 2px solid;
    font-size: 20px;
    font-weight: 100;
    line-height: 16px;
    position: absolute;
    left: 15px;
    top: 50%;
    margin-top: -25px;
    color: #ffffff;
    visibility: hidden;
    opacity: 0;
    -webkit-transition: all .3s ease-out 0s;
    transition: all .3s ease-out 0s;
}

.homepage-slides .owl-nav button.owl-next {
    left: auto;
    right: 15px;
}


.homepage-slides:hover .owl-nav button.owl-prev,
.homepage-slides:hover .owl-nav button.owl-next {
    visibility: visible;
    opacity: 1;
}

.homepage-slides .owl-nav button.owl-prev:hover,
.homepage-slides .owl-nav button.owl-next:hover {
    background: #DFB163;
    color: #fff;
    border-color: #DFB163;
    opacity: 1;
}





.homepage-slides .owl-dots {
    margin: 0;
    position: absolute;
    bottom: 5%;
    width: 100%;
    text-align: center;
}


 .homepage-slides .owl-dots .owl-dot span {
    display: block;
    margin: 0 5px;
    width:15px;
    height: 15px;
    background-color: #ffffff;
}

.homepage-slides  .owl-dots .owl-dot.active span {
    background: #E9901A;
    border: 2px solid #E9901A;
}

.index-section {
    padding: 4.5em 0;
    text-align: center;
}

.service-grids{

}

.service-grid {
    margin-bottom: 15px;
}

.service-grid img{
  max-width: 100%;
}

.service-grid .text{
  display: none;
}


.service-grid p {
    font-size: 14px;
    color: #2c2929;
    margin-bottom: 1.5em;
}



.service-grid-text {
    padding:20px;
    height: 100px;
    width: 100%;
    background:rgba(0,0,0,.5);
    position: absolute;
    bottom: -100px;
    transition: .4s;
    color:#ffffff;
    text-align: left;
}

.service-grid-text h4 {
    font-size: 16px;
    color: #ffffff;
    font-weight: normal;
    margin-bottom: 10px;
}

.service-grid-text a{
    color:#ffffff;
}

.service-grid-text a:hover{
    color:#EBB30A;
    text-transform: none;
    text-decoration: none;
}

.service-grid-text p{
  color:#ffffff;
}


.service-grid {
    position: relative;
    overflow: hidden
}

.service-grid:hover .service-grid-text {
    bottom: 0
}



 .product-section{
                    padding: 4.5em 0;
                    background-color: #f1f1f1;
                }
                .product-grids{
                    display: flex;
                    justify-content: space-between;
                }
                .product-grids .product-grid{
                    width: 32%;
                }
                .product-grids .product-grid .text{
                    display: none;
                }
                .product-grids .product-grid img{
                    width: 100%;
                }

.product-grid-text {
    padding:20px;
    height: 100px;
    width: 100%;
    background:rgba(0,0,0,.5);
    position: absolute;
    bottom: -100px;
    transition: .4s;
    color:#ffffff;
}

.product-grid-text h4 {
    font-size: 20px;
    color: #ffffff;
    font-weight: normal;
    margin-bottom: 10px;
}

.product-grid-text a{
    color:#ffffff;
}

.product-grid-text a:hover{
    color:#EBB30A;
    text-transform: none;
    text-decoration: none;
}


.product-grid {
    position: relative;
    overflow: hidden
}

.product-grid:hover .product-grid-text {
    bottom: 0
}



.about-section {
    padding: 4em 0;

}

.contact-section {
    padding: 3em 0 0 0;
}

.contact-section .contact-bg {
    height: 400px;
}

.news-section {
    padding: 3em 0;
}

.news-section .news-left {
    width: 365px;
    float: left;
    position: relative;
    padding-right: 10px;
    padding-left: 10px;
}

.news-section .news-left img {
    width: 345px;
}

.news-section .news-bottom {
    margin-top: 3em;
}

.news-section .news-main {
    background: #f1f1f1;
    padding: 1.5em 17px;
    position: relative;
}

.news-section .news-main h4 {
    font-size: 14px;
    color: #595959;
    font-weight: 700;
    margin: 0px;
}

.news-section .news-main ul {
    padding: 10px 0;
    border-bottom: 1px solid rgba(103, 103, 103, 0.16);
}

.news-section .news-main ul li {
    list-style: none;
    display: inline-block;
    margin-right: 13%;
}

.news-section .news-main ul li span {
    color: #676767;
    font-size: 14px;
    font-weight: 300;
}

.news-section .news-main ul li:nth-child(3) {
    margin-right: 0;
}

.news-section .news-main p {
    color: #777777;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.6em;
    text-align: left;
    margin-top: 1em;
}

.news-section .news-btn a {
    padding: 1px 11px 1px 11px;
    color: #000;
    font-size: 15px;
    font-weight: 400;
    background: #ebb30a;
}

.news-section .news-btn {
    bottom: 0;
    position: absolute;
    right: 0;
}

.news-section .news-btn a:hover {
    color: #fff;
    background: #ebb30a;
    text-decoration: none;
    transition: 0.5s all;
    -webkit-transition: 0.5s all;
    -moz-transition: 0.5s all;
    -o-transition: 0.5s all;
    -ms-transition: 0.5s all;
}

.link-section {
    padding: 3em 0;
}

#link {
    background-color: #f3f3f3;
}

#partner {
    text-align: center;
}

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

.partners ul li {
    display: inline-block;
    float: left;
    margin: 0 10px;
}

.footer-section {
    padding: 3em 0;
    text-align: center;
    background: #383C48;
}

.footer-top p {
    font-size: 14px;
    color: #767A86;
    font-weight: 400;
}

.footer-top a {
    font-size: 19px;
    color: #0e83cd;
    font-weight: 400;
    text-transform: capitalize;
}

.footer-top a:hover {
    color: #d5d6d7;
}

.footer-top p a {
    margin: 0 6px 0 6px;
}

.footer-link{
  padding-bottom: 20px;
  margin-bottom: 20px;
  border-bottom: 1px solid #767A86;
}

.footer-link ul{
  text-align: center;
}

.footer-link ul li{
  position: relative;
  padding: 0 20px;
  display: inline-block;
}

.footer-link ul li:after{
  content: '';
  position: absolute;
  right:0;
  top:50%;
  margin-top: -8px;
  display: block;
  width:1px;
  height: 16px;
  background-color: #B6BAC5;
}

.footer-link ul li:last-child:after{
  display: none;
}

.footer-link ul li a{font-size: 16px;color:#B6BAC5;}

#toTop {
    display: none;
    text-decoration: none;
    position: fixed;
    bottom: 10px;
    right: 10px;
    overflow: hidden;
    width: 48px;
    height: 48px;
    border: none;
    text-indent: 100%;
    background: url("../images/to-top2.png") no-repeat 0px 0px;
}

.page-main {
    position: relative;
    overflow: hidden;
    _zoom: 1;
}

.page-banner {
    padding: 0;
    width: 100%;
    min-height: 401px;
    background-color: #e5e7de;
    border-bottom: 1px solid #fff;
    position: absolute;
}

.page-bg {
    position: relative;
    width: 1175px;
    z-index: 9;
    margin: 0 auto;
    height: 200px;
}

.page-bg .page-bg-top {
    position: absolute;
}

.page-con {
    position: relative;
    z-index: 99;
    background: #fff;
    width: 1100px;
    margin: 0 auto;
    min-height: 500px;
    margin-bottom: 30px;
}

.page-con .page-border-left {
    content: "\00a0";
    width: 11px;
    height: 500px;
    background-image: url("/images/bg-content.png");
    background-repeat: no-repeat;
    background-position: 0px -15px;
    position: absolute;
    left: -10px;
}

.page-con .page-border-right {
    content: "\00a0";
    width: 11px;
    height: 500px;
    background-image: url("/images/bg-content.png");
    background-repeat: no-repeat;
    background-position: 100% -28px;
    margin-right: -2px;
    position: absolute;
    right: -10px;
}

.page-con .page-border-bottom {
    background: url('../images/bg04.png');
    bottom: -10px;
    height: 13px;
    width: 100%;
}

.page-con .page-con-box {
    background: #fff;
    width: 100%;
    min-height: 500px;
}

.page-title-box {
    background: url('../images/bg-secondarylanding-content.png') right top no-repeat;
    min-height: auto;
    overflow: hidden;
    _zoom: 1;
}

.page-title-box h2 {
    color: #000;
    font-size: 28px;
    font-weight: 400;
    margin-bottom: 20px;
}

.page-title-box .page-title-con {
    margin: 30px 30px;
    position: relative;
}

.page-title-box .pic-show {
    right: 10px;
    top: 10px;
    position: absolute;
}

.page-title-box .page-title-text {
    font-size: 14px;
    line-height: 24px;
    text-decoration: underline;
    width: 600px;
    margin-top: 20px;
}

.page-title-box ul {
    overflow: hidden;
    _zoom: 1;
}

.page-title-box ul li {
    height: 40px;
    float: left;
}

.page-title-box ul li a {
    display: block;
    background: #F1F1ED;
    text-align: center;
    font-size: 14px;
    line-height: 40px;
    padding: 0 20px;
    border-right: 1px solid #ccc;
    border-left: #fff 1px solid;
    box-shadow: none;
    text-shadow: 0px 1px 0px rgba(255, 255, 255, 0.7);
    text-decoration: none;
}

.page-title-box ul li .cur,
.page-title-box ul li a:hover {
    background: url('../images/bg05.jpg') no-repeat top right;
    color: #fff;
    text-shadow: 0px 1px 0px rgba(0, 0, 0, 0.7);
    border-left: 1px solid #3372A7;
}

.page-title-box ul li #last {
    border-right: none;
}

.page-body {
    margin: 30px 20px;
}

.page-body p {
    margin-bottom: 10px;
}

/*新闻*/
.news_list {
    margin: 26px 0 20px;
}

.news_list li {
    height: 30px;
    background: url(../images/list_icon2.gif) no-repeat 0 8px;
    padding-left: 15px;
    border-bottom: 1px dotted #ccc;
    margin-bottom: 10px;
}

.news_list li a {
    float: left;
    color: #000 !important;
}

.news_list li a:hover {
    color: #FF3300 !important;
}

.news_list li span {
    float: right;
}

.detail-title {
    border-bottom: 1px solid #ddd;
    text-align: center;
    padding-bottom: 10px;
}

.detail-title h2 {
    color: #1357a0;
    font-size: 24px;
    margin-bottom: 10px;
}

.detail-content {
    margin: 20px 0;
}

.m-news li {
    height: 160px;
    border-bottom: 1px dotted #ddd;
    margin: 20px 0;
}

.m-news .new-img {
    width: 330px;
    height: 140px;
    overflow: hidden;
    float: left;
}

.m-news .new-memo {
    width: 700px;
    float: right;
}

.m-news .new-memo h2 {
    font-size: 16px;
}

.m-news .new-memo h2 a {
    color: #1357a0;
}

.m-news .new-memo span {
    display: block;
    margin: 10px 0;
    line-height: 22px;
}

.down-list li {
    height: 30px;
    background: url(../images/list_icon2.gif) no-repeat 0 8px;
    padding-left: 15px;
    border-bottom: 1px dotted #ccc;
    margin-bottom: 10px;
}

.down-list li a {
    float: left;
    color: #000 !important;
}

.down-list li a:hover {
    color: #FF3300 !important;
}

.down-list li span {
    float: right;
}

.m-list li {
display: flex;
justify-content: flex-start;
    border-bottom: 1px dotted #ddd;
    /*margin: 20px 0;*/
    padding: 20px 0;
}

.m-list .new-img {
    margin-right: 20px;
}

.m-list .new-img a {
    overflow: hidden;
    border: 1px solid #ddd;
    border-radius: 4px;
    display: table-cell;
    vertical-align: middle;
    text-align: center;
    /* 针对IE的Hack */
    *display: block;
    *font-size: 182px;
    /*约为高度的0.873，200*0.873 约为175*/
    *font-family: Arial;
    /*防止非utf-8引起的hack失效问题，如gbk编码*/
    width: 240px;
}

.m-list .new-img a img {
    vertical-align: middle;
    max-height: 210px;
    max-width: 240px;
}

.m-list .new-memo {
    width: 800px;
    float: right;
    padding-top: 5px;
}

.m-list .new-memo h2 {
    font-size: 16px;
}

.m-list .new-memo h2 a {
    color: #1357a0;
}

.m-list .new-memo span {
    display: block;
    margin: 10px 0;
    line-height: 22px;
    font-size: 14px;
}

/*联系我们*/
.m-content {
    overflow: hidden;
}

.m-content .content-address {
    width: 600px;
    float: left;
}

.m-content .address {
    width: 350px;
    float: left;
}

.m-content .address dl {
    padding: 10px 0;
    border-bottom: 1px solid #ddd;
    overflow: hidden;
    _zoom: 1;
    font-size: 14px;
}

.m-content .address dd {
    float: left;
    width: 10px;
    margin-right: 10px;
}

.m-content .address dt {
    float: left;
    width: 330px;
    font-weight: normal;
}

.m-content .address i {
    color: #1357a0;
    padding-top: 2px;
}

.m-content .content-msg {
    width: 300px;
    float: right;
    margin-right: 30px;
}


       .parent-list .parent-item{
        border:1px solid #dddddd;
        margin-bottom: 20px;
       }
       .parent-list .parent-item img{
      width: 100%;
       }