@charset "utf-8";

/* CSS Document */



@charset "utf-8";

/*通用样式*/



* {

    list-style-type: none;

    margin: 0;

    padding: 0;

    border: 0;

}

html {

    font-size: 16px;

}

body {

    font: 12px 'microsoft yahei';

    color: #333333;

    margin: 0 auto;

    padding: 0;

    min-width: 1200px;

    line-height: 1.2;

    background: url(../images/background.png) repeat;

}

em, i {

    font-style: normal;

}

ul, p, h1, h2, h3, h4, h5, h6, dl, dd {

    margin: 0;

    padding: 0;

    list-style: none;

}

input {

    border: 0;

}

.lf {

    float: left;

}

.rt {

    float: right;

}

.clear {

    clear: both;

}

.clear:after {

    content: "";

    clear: both;

    font-size: 0;

    height: 0;

    display: block;

}

input, button, select, textarea {

    outline: none;

}

.clear:after {

    content: ".";

    display: block;

    height: 0;

    clear: both;

    visibility: hidden;

}

img {

    vertical-align: bottom;

}

ul {

    padding: 0 !important;

}

img {

    vertical-align: text-top;

    max-width: 100%;

}

a {

    color: #000000;

    text-decoration: none;

}

a:hover {

    color: #06789b;

    text-decoration: none;

}

a:hover, a:focus, a:active {

    text-decoration: none;

}

@font-face {

    font-family: 'iconfont';

    src: url('fonticon/iconfont.eot');

    src: url('fonticon/iconfont.eot?#iefix') format('embedded-opentype'), url('fonticon/iconfont.woff') format('woff'), url('fonticon/iconfont.ttf') format('truetype'), url('fonticon/iconfont.svg#iconfont') format('svg');

}

.icon {

    font-family: "iconfont" !important;

    font-size: 16px;

    font-size: 2.0rem;

    font-style: normal;

    -webkit-font-smoothing: antialiased;

    -webkit-text-stroke-width: 0.2px;

    -moz-osx-font-smoothing: grayscale;

}

.fa-angle-up:before {

    content: "\e625";

}

#scrollUp {

    background-color: #2aa1fd;

    bottom: 30px;

    color: #ffffff;

    font-size: 25px;

    height: 50px;

    line-height: 50px;

    right: 30px;

    text-align: center;

    transition: all 0.3s ease 0s;

    width: 50px;

}

#scrollUp:hover {

    background: #ff6600;

    color: #fff;

}

/*头部导航*/

header {

    height: 68px;

    top: 20px;

    -webkit-transform: translateZ(0);

    transform: translateZ(0);

    -webkit-transition-property: background-color, height;

    transition-property: background-color, height;

    -webkit-transition-duration: 0.2s;

    transition-duration: 0.2s;

    -webkit-transition-timing-function: ease-in-out;

    transition-timing-function: ease-in-out;

    -webkit-user-select: none;

    -moz-user-select: none;

    -ms-user-select: none;

    user-select: none;

    width: 100%;

    z-index: 100;

    position: relative;

}

.header-container {

    position: relative;

}

.container {

    width: 1190px;

    margin: 0 auto;

}

#nav ul.level1 > li a:hover {

    color: #333333

}

.logo {

    vertical-align: middle;

    cursor: pointer;

    text-align: left;

    display: block;

    float: left;

    padding-right: 8px;

    padding-left: 0px;

    margin-right: 15px;

    padding-top: 17px;

}

.lodo-img img {

    width: 210px;

   

    overflow: hidden

}

.nav-inner {

    position: relative;

}

#nav > li > a > span {

    display: inline-block;

    padding: 0 15px;

}

#nav {

    position: relative;

    z-index: 10;

    -webkit-transform: translateZ(0);

    padding: 0;

    margin: auto;

    text-align: center;

}

.fl-nav-menu {

    width: 950px;

    float: left;

   

}

.header-container .fl-nav-menu {

    display: block;

    border-radius: 3px

}

.header-container .fl-header-right {

    position: absolute;

    right: 0;

    top: 0;

}

.search-bar {

    position: relative;

    width: 0%;

    min-width: 70px;

    height: 75px;

    float: right;

    overflow: hidden;

    transition: width 0.3s;

    display: inline-block;

}

.search-bar-input {

    border: none;

    outline: none;

    background: #fff;

    width: 80%;

    height: 45px;

    margin: 0;

    padding: 0px 52px 0px 20px;

    font-size: 14px;

    color: #bebebe;

    border-bottom: 1px #F3547D solid;

    border-left: 0px #E8E8E8 solid

}

.search-icon, .search-bar-submit {

    width: 70px;

    height: 75px;

    display: block;

    position: absolute;

    right: 0;

    top: 0;

    padding: 0;

    margin: 0;

    line-height: 42px;

    text-align: center;

    cursor: pointer;

    border-left: 1px solid #e5e5e5;

}

.search-bar-submit {

    background: #fff; /* IE needs this */

    opacity: 0;

    color: transparent;

    border: none;

    outline: none;

    z-index: -1;

}

.search-icon:before {

    content: '\f002';

    font-family: FontAwesome;

    font-size: 18px;

    color: #333

}

.navbar-form {

    padding: 0px;

    margin: 0px;

    margin-top: 15px

}

.navbar-collapse {

    float: right;

    padding: 0px

}

.navbar-form .search-btn {

    color: #fff;

    background: #fff;

    z-index: 90;

    speak: none;

    font-style: normal;

    font-weight: normal;

    font-variant: normal;

    text-transform: none;

    border: none;

    outline: none;

    width: 70px;

    height: 75px;

    display: block;

    right: 0;

    top: 0;

    padding: 0;

    margin: 0;

    line-height: 42px!important;

    text-align: center;

    cursor: pointer;

    border-radius: 0;

}

#nav > li:first-child a span {

}

#header {

    width: 100%;

}

#nav > li > a > span {

    display: inline-block;

    font-size: 16px;

    color: #292828;

    font-family: '微软雅黑';

}

#nav li a span {

}

#nav > li.mega-menu {

    position: static;

}

#nav > li {

    display: inline-block;

    position: relative;

}

#nav li {

    text-align: left;

}

#nav > li > a:first-child {

    margin-left: 0px;

}

#nav > li > a {

    color: #333;

}

#nav > li > a {

    font-size: 14px;

    font-family: 'Raleway', sans-serif;

    font-weight: normal;

    position: relative;

    letter-spacing: 1px;

    -webkit-transition: all 0.3s cubic-bezier(0.8, 0, 0, 1);

    -o-transition: all 0.3s cubic-bezier(0.8, 0, 0, 1);

    transition: all 0.3s cubic-bezier(0.8, 0, 0, 1);

    box-shadow: inset 0 0 0 0 #fff;

}

#nav > li > a {

    display: block;

    padding: 0px 0px;

    line-height: 68px;

}

#nav li a {

    display: block;

    text-decoration: none;

}

#nav > li.drop-menu {

    position: relative;

}

#nav > li {

    list-style: none;

    border-bottom: none;

    display: block;

    float: left;

}

#nav li.drop-menu:hover ul {

    position: absolute;

    top: 66px;

    background: #fff;

    padding: 6px 0;

    border-top: none;

    box-shadow: 0 3px 10px -5px;

    width: 165px;

    text-align: left;

    z-index: 1000;

    display: block;

    opacity: 1;

    -webkit-transform: scale(1.0) rotate(0deg);

    transform: scale(1.0) rotate(0deg);

    visibility: visible;

}

#nav li.level1 a span {

    font-size: 14px;

    padding: 5px 0px;

}

#nav li.drop-menu ul {

    display: none;

    opacity: 0;

}

#nav li.drop-menu ul {

    position: absolute;

    top: 70px;

    left: 0;

    background: #fff;

    padding: 6px 0;

    border-top: none;

    box-shadow: 0 0 20px -5px;

    width: 165px;

    text-align: left;

    z-index: 1000;

    opacity: 0;

    transform: scale(0) rotate(0deg);

    transition: all 0.3s ease-in-out 0s;

    visibility: hidden;

}

#nav li.drop-menu ul li {

    position: relative;

}

#nav li.drop-menu ul li a {

    color: #999;

    line-height: 30px;

    font-size: 13px;

    padding: 0 12px;

    display: block;

    transition: all 200ms ease-in-out;

    -webkit-transition: all 200ms ease-in-out;

    -moz-transition: all 200ms ease-in-out;

    -o-transition: all 200ms ease-in-out;

}

#nav ul.level1 > li a {

    -webkit-transition: all 0.5s;

    -moz-transition: all 0.5s;

    -o-transition: all 0.5s;

    transition: all 0.5s;

    font-size: 13px;

    letter-spacing: 1px;

    font-weight: 300;

}

#nav ul.level1 > li a {

    color: #333;

}

#nav > li.drop-menu a {

    margin-right: 3px;

}

#nav li.drop-menu:hover ul li:hover ul {

    opacity: 1;

}

.navbar-collapse.collapse {

    display: block!important;

    height: auto!important;

    padding-bottom: 0;

    overflow: visible!important;

    visibility: visible!important;

}

.navbar-collapse {

    float: right;

    padding: 0px;

}

.navbar-form {

    padding: 10px 15px;

    margin-top: 8px;

    margin-right: -15px;

    margin-bottom: 8px;

    margin-left: -15px;

    border: 1px solid #292828;

    border-radius: 10px;

    -webkit-box-shadow: inset 0 1px 0 rgba(255,255,255,.1), 0 1px 0 rgba(255,255,255,.1);

    box-shadow: inset 0 1px 0 rgba(255,255,255,.1), 0 1px 0 rgba(255,255,255,.1);

}

.navbar-form {

    padding: 0px;

    margin: 0px;

    margin-top: 15px;

}

.navbar-form .input-group {

    display: inline-table;

    vertical-align: middle;

}

.input-group {

    position: relative;

    border-collapse: separate;

}

.GlobalNavSearch {

    background-color: #fff;

    -webkit-appearance: none;

    -moz-appearance: none;

    appearance: none;

    border-radius: 300px;

    outline: none;

    padding: 0 35px;

    border: none;

    height: 34px;

    font-weight: 500;

    -moz-osx-font-smoothing: grayscale;

    -webkit-font-smoothing: antialiased;

    color: #333;

    box-sizing: border-box;

    font-size: 14px;

    width: 100%;

    display: block;

    -webkit-transition: width 0.2s ease-out;

    transition: width 0.2s ease-out;

}

.GlobalNavSearch-searchIcon {

    background-position: center;

    background-repeat: no-repeat;

    background-size: 100%;

    height: 100%;

    width: 30px;

    position: absolute;

    left: 4px;

    top: 3px;

    opacity: .5;

    background: url(../images/search.png) no-repeat top left;

}

#nav > li:hover > a, .vertnav-top li > a:hover {

    color: #e63c38;

    border-bottom: none;

}

#nav > li > a:first-child {

    margin-left: 0px;

}

#nav .fl-custom-tabmenulink > a {

    cursor: default;

}

li.level0 > a > span {

    position: relative;

}

.copyright {

    margin: 20px 0px;

   

    background: #333333;

    text-align: center;

}

.w3agile-list ul {

    margin: 0;

    padding: 0;

}

.w3agile-list ul li {

    display: inline-block;

    margin: 0 1.5em;

}

.w3agile-list ul li a {

    color: #fff;

    font-size: 12px;

    text-decoration: none;

}

/* flexslider */

.flexslider {

    margin: 40px auto;

    position: relative;

    width: 100%;

    max-height: 435px;

    overflow: hidden;

    min-height: 435px;

    zoom: 1;

}

.flex-viewport {

    max-height: 2000px;

    -webkit-transition: all 1s ease;

    -moz-transition: all 1s ease;

    transition: all 1s ease;

}

.flexslider .slides {

    zoom: 1;

}

.flex-direction-nav a {

    width: 60px;

    height: 90px;

    line-height: 99em;

    overflow: hidden;

    margin: -60px 0 0;

    display: block;

    background: url(../images/ad_ctr.png) no-repeat;

    position: absolute;

    top: 50%;

    z-index: 10;

    cursor: pointer;

    opacity: 0;

    filter: alpha(opacity=0);

    -webkit-transition: all .3s ease;

}

.flex-direction-nav .flex-next {

    background-position: 0 -90px;

    right: 0;

}

.flex-direction-nav .flex-prev {

    left: 0;

}

.flexslider:hover .flex-next {

    opacity: 0.8;

    filter: alpha(opacity=25);

}

.flexslider:hover .flex-prev {

    opacity: 0.8;

    filter: alpha(opacity=25);

}

.flexslider:hover .flex-next:hover, .flexslider:hover .flex-prev:hover {

    opacity: 1;

    filter: alpha(opacity=50);

}

.flex-control-nav {

    width: 100%;

    position: absolute;

    bottom: 10px;

    text-align: center;

}

.flex-control-nav li {

    margin: 0 5px;

    display: inline-block;

    zoom: 1;

*display:inline;

}

.flex-control-paging li a {

    background: url(../images/dot.png) no-repeat 0 -16px;

    display: block;

    height: 16px;

    overflow: hidden;

    text-indent: -99em;

    width: 16px;

    cursor: pointer;

}

.flex-control-paging li a.flex-active {

    background-position: 0 0;

}

.one {

    margin: 50px auto;

    height: 220px;

    width: 1275px;

    overflow: hidden;

    position: relative;

}

.one ul {

    height: 220px;

    width: 100000px;

    position: absolute;

    left: 0;

} /*ul width的宽不能过小*/

.one ul li {

    display: block;

    float: left;

    margin: 5px;

    height: 220px;

    border-radius: 5px;

    position: relative;

     width: 339px;

    overflow: hidden;

}

.one ul li a {

    display: inline-block;

    height: 220px;

}

.one ul li img {

    border-radius: 5px;

    display: block;

}

.one ul li a span {

    height: 0;

    display: block;

    background: rgba(0,0,0,0.4);

    position: absolute;

    bottom: 0;

    color: #fff;

    font-size: 0px;

}

.one ul li a:hover span {

    height: 220px;

    line-height: 220px;

    font-size: 20px;

    text-align: center;

    transition: all 0.7s;

}

.about-head{

    text-align: center;;

    margin:40px auto;

    width: 1200px;

}

.flex-active-slide a{

    width: 100%;

}

.about-head a{

    display: block;

}

.product-body {

    width: 1190px;

    margin: 40px auto 0 auto;

    text-align: center;

}

.bg-body span {

    width: 279px;

    height: 286px;

    float: left;

    margin: 10px 10px 5px 10px;

    display: inline;

    text-align: left;

        background: #fff;

    overflow: hidden;

    left: 0;

    bottom: 0;

}

.product-body li {

      width: 276px;

    height: 280px;

    float: left;

    margin: 10px 5px 5px 6px;

    display: inline-block;

    text-align: center;

 

    padding: 5px;

    background: #fff;

    overflow: hidden;

    box-shadow: 2px 4px 6px 2px #efefef;

}

.bg-body{

          width: 276px;

    height: 280px;

    float: left;

    margin: 10px 5px 5px 6px;

    display: inline-block;

    text-align: center;

    padding: 5px;

    background: #fff;

    overflow: hidden;

    box-shadow: 2px 4px 6px 2px #efefef;  

       position: relative;

}

.product-body a {

    

    display: block;

}

.product-body li img{

    max-height: 215px;

    max-width: 280px;

    overflow: hidden;



    text-align: center;

    margin: 0 auto;

    vertical-align: bottom;

}

 .product-body li h2{

    font-size: 18px;

    padding:6px;

    text-align: center;

    font-weight: normal;

    margin:10px 0px;

}

.product-body li:hover{

     box-shadow: 2px 4px 6px 2px #c28362;

}

 .bg-body h2 {

    font-size: 18px;

    padding: 6px;

    text-align: center;

    font-weight: normal;

    margin: 10px 0px;

}

 .bg-body img{

    position: relative;

}

.bg-body-more{

     display: block;

    background: rgba(0,0,0,0.45);

    position: absolute;

    top: 0;

    left: 0;

    height: 215px;

    width: 287px;

}

.bg-body-abluc{

    position: relative;

}

.bg-body-icon:before{

    

}

.copyright-last{

    text-align: center;

    font-size: 12px;

    color: #f3f3f3;

}

 footer{

    background: #333333;

    padding: 20px 0px;

    

}

.w3agile-list{

    text-align: center;

    margin: 0 auto;

    height: 40px;

    line-height: 40px;

    width: 1190px;

   

}

.w3agile-list ul{

    width: 600px;

    border-top: 1px solid #fff;

    border-bottom: 1px solid #fff;

    text-align: center;

    margin: 0 auto

}

.w3agile-list-dowm{

    width: 765px;

    margin: 20px auto;

    color: #fff;

    padding-top: 10px;

}

 

.w3agile-list-dowm li{

    display: inline-block;

    width: 200px;

    float: left;

    margin-right: 5px;

}

.w3agile-list-dowm li:last-child{

    margin-right:0px;

}



.w3agile-list-dowm li i{

    font-family: "iconfont" !important;

    font-size: 16px;

     

    font-style: normal;

    margin-right: 5px;

}

.footer-icon:before{

    content: "\e652";

  

}

.footer-adress:before{

    content: "\e614";

  

}

.footer-chuanzheng:before{

    content: "\e654";

  

}

.contact-body-left{

    height: 310px;

    width: 500px;

    background: #fff;

    padding: 15px;

    margin-right: 8px;

}

.contact-body{

    margin: 30px auto;

    width: 1190px;

    background: #fff;

    border: 1px solid #dbdbdb;

}

.contact-body-right{

    margin: 30px 0px;

    padding: 15px;

}

.contact-body-h2{

    color: #333333;

    font-size: 18px;

    font-family: '微软雅黑';

}

.bg-body-icon:before{

    content: "\e658";

     font-family: "iconfont" !important;

    font-size: 100px;

     

    font-style: normal;

    color: #fff;

  

  

}

.bg-body-more i{

margin-top: 15%;

    display: block;

 }

 .contact-body-right .contact-body-ul{

    margin:20px;    width: 540px;

 }

 .contact-body-ul li{

    padding:10px 0px;

    font-size: 14px;

 }

  .contact-body-ul li i{

     float: left;

    font-family: "iconfont" !important;

    font-size: 24px;

    font-style: normal;

    margin-right: 10px;

    height: 48px;

  }

  .contact-body-icon:before{

    content: '\e653';



  }

    .contact-body-adress:before{

 content: '\e611';

  }

    .contact-body-chuanzheng:before{

 content: '\f0179';

  }

  .contact-body-ul li p{

    padding-bottom: 5px;font-size: 13px;    letter-spacing: 1px;

  }

  .case-body{

    width: 1200px;

    margin: 0 auto;



  }

h3.agileits-title {

    font-size: 3.5em;

    color: #fff;

    text-transform: capitalize;

    font-weight: 300;

    padding: 0.1em 0.8em;

    border-left: 6px solid #0191a4;

    background: #00aec5;

    display: inline-block;

    letter-spacing: 2px;

    margin-bottom: 1em;

}

/*-- gallery --*/ 

.w3gallery-grids {

    padding: 6px;

}  

/*-- imghvr-hinge --*/

[class^='imghvr-'],

[class*=' imghvr-'] {

    position: relative;

    display: inline-block;

    margin: 0px;

    max-width: 100%;

    background-color:#00aec563;

    color:#212121;

    overflow: hidden;

    -webkit-backface-visibility: hidden; 

    backface-visibility: hidden;

    -moz-osx-font-smoothing: grayscale;

    -webkit-transform: translateZ(0);

    -moz-transform: translateZ(0);

    -o-transform: translateZ(0);

    -ms-transform: translateZ(0);

    transform: translateZ(0);

    cursor: pointer;

    border: 1px dashed #fff;

}

[class^='imghvr-'] > img,

[class*=' imghvr-'] > img {

    vertical-align: top;

    max-width: 100%;

}

[class^='imghvr-'] .agile-figcaption,

[class*=' imghvr-'] .agile-figcaption {

    background-color:#00aec5;

    padding:25px;

    position: absolute;

    top: 0;

    bottom: 0;

    left: 0;

    right: 0;

    color:#212121;

    text-align: center;

} 

[class^='imghvr-'] .agile-figcaption h4 {

    font-size: 18px;

    margin-bottom: 5px;

}

[class^='imghvr-'] .agile-figcaption p{

    line-height: 1.5em;

    font-size: 14px;

    color:#fff;

}

[class^='imghvr-'] a,

[class*=' imghvr-'] a {

    position: absolute;

    top: 0;

    bottom: 0;

    left: 0;

    right: 0;

    z-index: 1;

}

[class^='imghvr-'],

[class*=' imghvr-'],

[class^='imghvr-']:before,

[class^='imghvr-']:after,

[class*=' imghvr-']:before,

[class*=' imghvr-']:after,

[class^='imghvr-'] *,

[class*=' imghvr-'] *,

[class^='imghvr-'] *:before,

[class^='imghvr-'] *:after,

[class*=' imghvr-'] *:before,

[class*=' imghvr-'] *:after {

    -webkit-box-sizing: border-box;

    -moz-box-sizing: border-box;

    -o-box-sizing: border-box;

    -ms-box-sizing: border-box;

    box-sizing: border-box;

    -webkit-transition: all 0.35s ease;

    -moz-transition: all 0.35s ease;

    transition: all 0.35s ease;

}

[class^='imghvr-hinge-'],

[class*=' imghvr-hinge-'] {

    -webkit-perspective: 50em;

    perspective: 50em;

}

[class^='imghvr-hinge-'] .agile-figcaption,

[class*=' imghvr-hinge-'] .agile-figcaption {

    opacity: 0;

    z-index: 1;

}

[class^='imghvr-hinge-']:hover img,

[class*=' imghvr-hinge-']:hover img {

    opacity: 0;

}

[class^='imghvr-hinge-']:hover .agile-figcaption,

[class*=' imghvr-hinge-']:hover .agile-figcaption {

    opacity: 1;

    -webkit-transition-delay: 0.21s;

    -moz-transition-delay: 0.21s;

    -o-transition-delay: 0.21s;

    -ms-transition-delay: 0.21s;

    transition-delay: 0.21s;

}

 

/*-- imghvr-hinge-right -- */

.imghvr-hinge-right img {

    -webkit-transform-origin: 100% 50%;

    -ms-transform-origin: 100% 50%;

    -moz-transform-origin: 100% 50%;

    -o-transform-origin: 100% 50%;

    transform-origin: 100% 50%;

}

.imghvr-hinge-right .agile-figcaption {

    -webkit-transform: rotateY(90deg);

    -moz-transform-origin: 0 50%;

    -o-transform-origin: 0 50%;

    -ms-transform-origin: 0 50%;

    transform: rotateY(90deg);

    -webkit-transform-origin: 0 50%;

    -moz-transform-origin: 0 50%;

    -o-transform-origin: 0 50%;

    -ms-transform-origin: 0 50%;

    transform-origin: 0 50%;

}

.imghvr-hinge-right:hover > img {

    -webkit-transform: rotateY(-90deg);

    -moz-transform: rotateY(-90deg);

    -o-transform: rotateY(-90deg);

    -ms-transform: rotateY(-90deg);

    transform: rotateY(-90deg);

}

.imghvr-hinge-right:hover .agile-figcaption {

    -webkit-transform: rotateY(0deg);

    -moz-transform: rotateY(0deg);

    -o-transform: rotateY(0deg);

    -ms-transform: rotateY(0deg);

    transform: rotateY(0deg);

}  

.gallery{

    padding: 20px 0;

 

}

/*-- //gallery --*/ 

.agileinfo-gallery-row .w3gallery-grids{

        display: inline-block;

    float: left;

    width: 247px;

    height: 190px;

}

.agileinfo-gallery-row .w3gallery-grids:first-child{ 

float: left;

height: 392px;

width: 410px;



 }

 .agileinfo-gallery-row .w3gallery-grids:first-child img{

    height: 392px;

max-width: 410px;

overflow: hidden;

 }

 .w3gallery-grids img{

     max-width:247px;

    height: 190px;

    overflow: hidden;

 }

  .agileinfo-gallery-row .w3gallery-grids:first-child .agile-figcaption {

        padding:30px 25px;

  }

  .simple-lightbox{

    display: none;

  }

  .advantage-body{

    width: 1190px;

    margin:0 auto;

  }

  .advantage-body ul li{

     background: #fff;

    display: inline-block;

    width: 330px;

    padding: 16px;

    text-align: center;

    margin: 15px;

    border: 1px solid #ebe9e9;

  }

  .advantage-body ul li i{

     font-family: "iconfont" !important;

 font-size: 50px;

    font-style: normal;

    display: block;

    height: 80px;

    width: 80px;

    text-align: center;

    border: 1px solid #bc0000;

    border-radius: 100%;

   margin: 10px auto;

    color: #bc0000;

     transition: all 0.2s ease-in-out;  

            -webkit-transition: all 0.2s ease-in-out;  

            -moz-transition: all 0.2s ease-in-out;  

            -o-transition: all 0.2s ease-in-out;  

  }

   .advantage-body ul li:hover i{  

            transform: rotate(360deg);  

            -webkit-transform: rotate(360deg);  

            -moz-transform: rotate(360deg);  

            -o-transform: rotate(360deg);  

            -ms-transform: rotate(360deg);  

        }  

  .advantage-body ul li h2{

    padding: 20px 0px;

    color: #333333;

    font-size: 16px;

  }

  .advantage-contant{

       font-size: 13px;

    color: #333333;

    line-height: 2;

    text-align: left;

    padding: 15px;

    overflow: hidden;

    height: 96px;

  }

  .advantage-one:before{

    content: '\e60e';display: block;

    padding-top: 10px;

  }

    .advantage-two:before{

    content: '\e657';display: block;

    padding-top: 10px;

  }

    .advantage-three:before{

    content: '\e64f';display: block;

    padding-top: 10px;

  }

    .advantage-four:before{

    content: '\e68f';display: block;

    padding-top: 10px;

  }

    .advantage-five:before{

    content: '\e66a';display: block;

    padding-top: 10px;

  }

    .advantage-six:before{

    content: '\e60c';display: block;

    padding-top: 10px;

  }

  .advantage-body ul li a{

    display: block;

  }

 .row_02com_pd60{

    position: relative;

    max-height: 444px;

    overflow: hidden;

 }

 .ow_02com_pdtext{

    font-size: 15px;

    color: #fff;

 }

 .about-body{

    display: block;

    cursor: pointer;

    position: relative;

        margin-top: 150px;

 }

 .ow_02com_pd{

      background: rgba(0,0,0,0.3);

    text-align: center;

    height: 375px;

    margin: 0 auto;

    position: absolute;

    width: 100%;

    left: 0;

    top: 0;

 }

 .ow_02com_pdtext{

       width: 480px;

    line-height: 2;

    height: 154px;

    overflow: hidden;

    text-align: center;

    margin: 20px auto;

    font-family: '微软雅黑';



 }

 .ow_02com_viduo{

   margin: 0 auto;

    height: 270px;

    width: 467px;

 }

  .row_02com_pd60 img{

    max-height: 375px;

    overflow: hidden;

    width: 100%;

  }

 .row_02com_pd60 img ,.about-body{

    position: relative;

 }

.ow_02com_viduo{

   position: absolute;

   top: -120px;

  

}

.com_pdaboust{

     width: 470px;

    margin: 0 auto;

    position: relative;

    text-align: center;

    height: 374px;



}

.ow_02com_pdtext{

       bottom: 15px;

    position: absolute;

    left: 0px;

}

.in-pagebanner {

  text-align: left;

    margin: 40px auto;

    width: 1200px;

}

.news-box {

    width: 1200px;

    margin: 20px auto;

}

.crumbNav {

    color: #404040;

    font-size: 15px;

    padding-left: 20px;

    height: 42px;

    font-family: 'microsoft yahei';

    line-height: 42px;

 

}

.crumbNav a {

    color: #404040;

    font-weight: normal;

    font-size: 15px;

}

.jiantou:before{

    content: '>';

    padding:0px 5px;

}

.colinner-pages{

 

    max-width: 284px;

    float: left;

      margin-bottom: 25px;

}

.colinner-pages img {

    max-width: 284px;

   height: 270px;

    overflow: hidden;

}

.einfo-gall{

    max-width: 284px;

    width: 284px;

    margin: 7px;

    float: left;

    height: 337px;

    background: #fff;

    margin-bottom: 17px;

    position: relative;

    box-shadow: 2px 4px 6px 2px #efefef;

}

.info-galltitle{

        text-align: center;

    display: block;

    font-size: 15px;

    height: 66px;

    line-height: 59px;

   

    position: absolute;

    

    left: 0px;

    width: 100%;

    bottom: 0px;

 

}

.pagerout {

    text-align: center;

    padding: 15px 0 15px;

    margin: 26px 0px;



}

.pager a, .pager .current {

    height: 30px;

    display: inline-block;

    padding: 0 10px;

    margin-left: 1px;    vertical-align: middle;

    position: relative;

    z-index: 1;

    background: #fff;

    color: #585858;

    border: 1px solid #e6e7e8;

    font: 700 14px/30px "Hiragino Sans GB","Microsoft YaHei";

}

.pager .current {

    color: #fff;

    z-index: 2;

    font-size: 14px;

    background: #f60;

}

.pager a:hover {

    color: #e50;

}

.info-galltitle a{

    display: block;

    height: 50px;



}

.miaer2 {

    width: 1190px;

    margin: 0 auto;



}

.mar2 {

    width: 1190px;

    height: 60px;

    margin: 0 auto; 

     border-bottom: 2px solid #bc0000

}

.mar2 a.sel2 {

    background: #bc0000;

    color: #fff;

}

.mar2 a {

    display: inline-block;

    height: 60px;

    margin-right: 10px;

    width: 130px;

    text-align: center;

    line-height: 60px;

    font-size: 16px;

    color: #555;

    border-top-right-radius: 5px;

     border-top-left-radius: 5px; 



   background: linear-gradient(top, #fbfbfb 30%, #ededed 96%);

    background: -o-linear-gradient(top, #fbfbfb 30%, #ededed 96%);

    background: -ms-linear-gradient(top, #fbfbfb 30%, #ededed 96%);

    background: -moz-linear-gradient(top, #fbfbfb 30%, #ededed  96%);

    background: -webkit-linear-gradient(top, #fbfbfb 30%, #ededed 96%);



}

.sec-item {

    clear: both;

    line-height: 34px;

    font-size: 13px;

    overflow: hidden;

}

.sec-item dt {

    float: left;

    white-space: nowrap;

    text-align: right;

    width: 70px;

    color: #333;

    padding-right: 10px;

}

.sec-item dd {

    overflow: hidden;

    display: block;

    zoom: 1;

}

.sec-item a.select {

    color: #bc0000;

    font-weight: 700;

    text-decoration: none;

    position: relative;

}

.sec-item span, .sec-item a {

    display: inline-block;

    float: left;

    white-space: nowrap;

    font-family: "Microsoft YaHei","微软雅黑";

}

.sec-item a {

    margin-right: 16px;

    color: #666;

}

.tertainment {

    background: #fff;

    padding: 30px 4px ;

}



/*热门新闻*/

.mian-news {

    width: 1200px;

    margin: 0 auto;

}

.mian-news dl {

    border-radius: 5px;

    padding: 10px;

    margin-bottom: 15px;

    cursor: pointer;

    background: #fff;

    box-shadow: 0 5px 8px 0 rgba(0, 0, 0, 0.2);

}

.mian-news dl:hover {

    background: rgb(245, 245, 245);



}



.mian-news dl dt, .other_choose dl dt {

    float: left;

    width: 350px;

    height: 200px;

}

.mian-news dl dt img, .other_choose dl dt img {

    width: 100%;

    height: 200px;

}

.mian-news dl dd, .other_choose dl dd {

    text-align: left;

    float: left;

    width: 797px;

    height: 147px;

    display: block;

    padding: 26px 16px;

}

.mian-news dl dd h4, .other_choose dl dd h4 {

    color: #494949;

    font-size: 18px;

    font-weight: bold;

    line-height: 1.6;

}

.mian-news dl dd span {

    font-size: 13px;

    line-height: 30px;

    color: #494949;

}

.mian-news dl dd p, .other_choose dl dd p {

    font-size: 15px;

    margin-top: 10px;

    line-height: 26px;

    color: #494949;

    display: -webkit-box;

    -webkit-line-clamp: 3;

    -webkit-box-orient: vertical;

    word-break: break-word;

    overflow: hidden;

}

.mian-news dl dd span.sevIce {

    background: url(../images/sevIce.png) no-repeat left;

    background-size: 26px;

    padding-left: 4%;

}

.mian-news dl:hover {

    cursor: pointer;

    color: #fff;

}

.mian-news {

    overflow: hidden;

}

.menu-box {

    width: 400px;

}

.more-zixun {

    text-align: center;

    background: #fff;

    margin: 1% auto;

    width: 1200px;

}

.more-zixun a {

    display: block;

    font-size: 14px;

    color: #333333;

    padding: 1% 0px;

}

.news-box {

    width: 1200px;

    margin: 20px auto;

}

.arctleL {

    float: left;



    padding: 0 28px 0 15px;

}

.arctleLhaed {

    color: #747474;

    font-family: "微软雅黑","黑体", "宋体" , Arial, Helvetica, sans-serif;

    padding: 35px 0 30px;

    text-align: center;

}

.arctleLhaed li.arctleLtltle {

    font-size: 24px;

    color: #0e4b60;

   font-family: Georgia, serif;

    font-weight: 600;

}

.arctleLhaed li{

    font-size: 13px;

    padding: 11px 0px;

}

.fonts-arctleL {



    font-size: 16px;

    color: #747474;

    padding-bottom: 20px;

    line-height: 2;

}



.arctleL .body-arctleL img {

    max-width: 1190px;

    text-align: center;

    margin:0 auto;

    vertical-align: middle;



}

.arctleR {

    width: 297px;

    border-left: 1px solid #C2C2C2;

    float: right;

    margin-top: 14px;

}

.arctleR {

    padding-bottom: 70px;

}