锘緻font-face {
    font-family: 'iconfont';
    src: url('/fonts/iconfont.eot');
    /* IE9*/
    src: url('/fonts/iconfont.eot') format('embedded-opentype'), /* IE6-IE8 */
    url('/fonts/iconfont.woff') format('woff'), /* chrome銆乫irefox */
    url('/fonts/iconfont.ttf') format('truetype'), /* chrome銆乫irefox銆乷pera銆丼afari, Android, iOS 4.2+*/
    url('/fonts/iconfont.svg#iconfont') format('svg');
    /* iOS 4.1- */
}


/* font */

@font-face {
    font-family: 'bebasregular';
    src: url('/font/BEBAS___-webfont.eot');
    src: url('/font/BEBAS___-webfont.eot') format('embedded-opentype'), url('/font/BEBAS___-webfont.woff') format('woff'), url('/font/BEBAS___-webfont.ttf') format('truetype'), url('/font/BEBAS___-webfont.svg') format('svg');
    font-weight: normal;
    font-style: normal;
}

.to-top {
    display: none;
    color: #fff;
    background: #0062cb;
    width: 50px;
    height: 50px;
    text-align: center;
    line-height: 50px;
}

.end {
    margin: 0!important;
}

.iconfont {
    font-family: 'iconfont' !important;
    font-size: 16px;
    font-style: normal;
    -webkit-font-smoothing: antialiased;
    -webkit-text-stroke-width: .2px;
    -moz-osx-font-smoothing: grayscale;
}

a {
    cursor: pointer;
    color: #333;
}

ul li {
    list-style: none;
}

.whitebg {
    background: #fff;
}

.other-banner {
    width: 100%;
    height: 290px;
}

.about-banner {
    background: url(/uploads/about-banner.jpg) no-repeat center;
}

.team-banner {
    background: url(/uploads/team-banner.jpg) no-repeat center;
}

.hr-banner {
    background: url(/uploads/hr-banner.jpg) no-repeat center;
}

.products-banner {
    background: url(/uploads/products-banner.jpg) no-repeat center;
}

.contact-banner {
    background: url(/uploads/contact-banner.jpg) no-repeat center;
}

.mg-b50 {
    margin-bottom: 50px;
}

.pd-b70 {
    padding-bottom: 70px;
}

.pa-t30 {
    padding-top: 30px;
}

.pd-b30 {
    padding-bottom: 30px;
}

.pd-tb130 {
    padding-top: 30px;
    padding-bottom: 100px;
}

.mg-tb50 {
    margin: 50px auto;
}

.mg-tb20 {
    margin: 20px auto;
}

.fixed {
    position: fixed;
    top: 150px;
}

.back {
    line-height: 40px;
    display: block;
    width: 200px;
    height: 40px;
    text-align: center;
    background: #fff;
}

.back i {
    padding-right: 5px;
}

.back:hover {
    color: #fff;
    background: #035cac;
}


/* ==========================================================================
   header
   ========================================================================== */

.header {
    position: relative;
    min-width: 1170px;
    height: 80px;
    padding: 0 50px;
    background: #fff;
}

.header .logo {
    font-size: 0;
    float: left;
    width: 162px;
    height: 52px;
    margin-top: 14px;
    background: url(/uploads/logo.gif) no-repeat;
}

.header .nav {
    position: relative;
    z-index: 2;
    width: 900px;
    height: 80px;
    margin: auto;
}

.header .nav li {
    position: relative;
    float: left;
    width: 108px;
    height: 80px;
    /*transition: border .8s;*/
}

.header .nav li a.tit {
    font-size: 15px;
    line-height: 36px;
    display: inline-block;
    width: 100%;
    padding: 22px 0;
    /*transition: color .8s;*/
    text-align: center;
    color: #333;
}

.header .nav li:hover {
    color: #333;
    background: #2453b3;
}

.header .nav li.cur {
    color: #fff;
    background: #2453b3;
}

.header .nav li:hover a.tit {
    color: #fff;
}

.header .nav li.cur a.tit {
    color: #fff;
}

.header .subnav {
    padding: 10px 0;
}

.header .subnav a {
    font-size: 14px;
    line-height: 2;
    display: inline-block;
    margin: 0 12px;
    color: #fff;
}

.header .subnav a:hover {
    color: #0062cb;
}

.header .nav-bg {
    position: absolute;
    z-index: 1;
    top: 80px;
    left: 0;
    display: block;
    width: 100%;
    height: 48px;
    background: #000;
    background: rgba(0, 0, 0, .8);
}

.header-r {
    position: absolute;
    top: 0;
    right: 50px;
    width: 170px;
    height: 80px;
}

.header-r .language {
    line-height: 80px;
    float: left;
    width: 80px;
    height: 80px;
    text-align: center;
    border-right: 1px solid #eee;
    border-left: 1px solid #eee;
}

.header-r .language i {
    font-size: 20px;
    padding-right: 5px;
    vertical-align: middle;
}

.header-r .language a,
.header-r .search a {
    display: block;
    width: 80px;
    height: 80px;
    color: #888;
}

.header-r .language a:hover {
    color: #fff;
    background: #035cac;
}

.header-r .search {
    line-height: 80px;
    float: left;
    width: 80px;
    height: 80px;
    text-align: center;
    border-right: 1px solid #eee;
    cursor: pointer;
}

.header-r .search i {
    font-size: 20px;
}

.header-r .search a:hover {
    color: #fff;
    background: #035cac;
}

/*.header .search .search-input {
    line-height: 80px;
    position: absolute;
    top: 0;
    right: 80px;
    overflow: hidden;
    width: 300px;
    height: 80px;
    z-index: 9999;
}

.header .search .search-input input {
    font-size: 18px;
    width: 270px;
    height: 80px;
    padding: 0 15px;
    color: #666;
    border: 0;
    outline: none;
    background: #f4f4f4;
}*/

.search-input {
    width: 671px;
    height: 80px;
    overflow: hidden;
    border-radius: 4px;
}

.input-text {
    font-size: 18px;
    width: 400px;
    padding: 10px;
    height: 60px;
    color: #666;
    border: 0;
    outline: none;
    background: #f4f4f4;
    float: left;
    border-left: 1px solid #B7B7B7;
}
.search-btn {
    width: 150px;
    height: 80px;
    border: 0;
    background: #193A7E;
    float: left;
    font-size: 18px;
    color: #fff;
    cursor: pointer;
    text-align: center;
    line-height: 80px;
}
/* ==========================================================================
   banner
   ========================================================================== */

.banner {
    width: 100%;
    position: relative;
    height: 440px;
    overflow: hidden;
}

.banner .bd {
    position: relative;
    z-index: 0;
}

.banner .bd ul {
    width: 100% !important;
}

.banner .bd li {
    width: 100% !important;
    height: 440px;
}

.banner .bd li .siteWidth {
    width: 100%;
    position: relative;
    margin: 0 auto;
    height: 440px;
}

.banner .bd li a {
    height: 440px;
    display: block;
}

.banner .bd .txt {
    position: absolute;
    width: 415px;
    top: 100px;
    left: 22px;
}

.banner .bd .btn {
    display: block;
    zoom: 1;
    margin-top: 8px;
    width: 72px;
    padding-right: 10px;
    height: 31px;
    line-height: 31px;
    text-align: center;
    color: #fff;
    font-size: 12px;
    background: url(/uploads/banner-btn.png) 0 0 no-repeat;
    _background: url(/uploads/banner-btn-ie6.png) 0 0 no-repeat;
}

.banner .hd {
    width: 100%;
    position: absolute;
    z-index: 1;
    bottom: 0;
    left: 0;
    height: 30px;
    line-height: 30px;
    text-align: center;
}

.banner .hd ul li {
    cursor: pointer;
    display: inline-block;
    *display: inline;
    zoom: 1;
    width: 11px;
    height: 11px;
    margin: 4px;
    background: url(/uploads/dot-black.png) 0 0;
    overflow: hidden;
    line-height: 9999px;
    filter: alpha(opacity=40);
    opacity: 0.4;
}

.banner .hd ul .on {
    filter: alpha(opacity=100);
    opacity: 1;
}


/* ==========================================================================
   home-about
   ========================================================================== */

.home-about {
    background: #fff;
    padding-bottom: 50px;
}

.home-about .home-about-wrap {
    position: relative;
    z-index: 10;
    height: 360px;
    margin-top: 50px;
}

.home-about-wrap .about-left {
    float: left;
    width: 500px;
    height: 360px;
}

.about-left .about-pic {
    width: 500px;
    height: 360px;
    cursor: pointer;
}

.about-left .slider-nav {
    float: right;
    width: 130px;
    height: 65px;
}

.home-about-wrap .about-right {
    float: right;
    width: 670px;
}

.about-right .about-title {
    font-size: 30px;
    position: relative;
    width: 625px;
    height: 110px;
    padding-left: 55px;
    text-transform: uppercase;
    color: #2453b3;
}

.about-right .about-title p {
    font-family: 'bebasregular';
}

.about-right .about-title span {
    font-size: 20px;
    font-weight: 500;
    line-height: 24px;
    display: block;
    height: 24px;
    color: #333;
}

.about-right .about-title:before {
    position: absolute;
    top: 0;
    left: 55px;
    width: 90px;
    height: 2px;
    content: '';
    background: #929292;
}

.about-right .about-info {
    width: 560px;
    height: 215px;
    padding: 35px 55px 0;
    background: #f4f4f4;
    color: #333;
    position: relative;
}

.about-right .about-more {
    line-height: 40px;
    position: absolute;
    bottom: 25px;
    display: block;
    width: 130px;
    height: 40px;
    text-align: center;
    color: #fff;
    background: #2453b3;
}

.vision-wrap {
    position: relative;
    top: -65px;
    bottom: 0;
    overflow: hidden;
    width: 100%;
    height: 390px;
    background: url(/uploads/vision-bg.gif) no-repeat center bottom #fff;
}

.vision-wrap .vision-li {
    float: left;
    width: 25%;
    margin-top: 140px;
    text-align: center;
    color: #333;
}

.vision-li .vision-icon {
    width: 90px;
    height: 90px;
    margin: auto;
}

.vision-li h1 {
    font-size: 24px;
}

.honorlist a {
    width: 260px;
    height: 240px;
    overflow: hidden;
    float: left;
    margin: 10px 10px;
    border: 1px solid #ccc;
    padding: 4px;
}

.honorlist a img {
    width: 260px;
    height: 240px;
}


/* ==========================================================================
   home-por video
   ========================================================================== */

.box {
    background: #f4f4f4;
}

.home-pro-bg {
    width: 100%;
    background: url(/uploads/pro-bg.jpg) no-repeat top;
    background-size: cover;
}

.home-pro-wrap {
    width: 100%;
    float: left;
    margin-top: 80px;
}

.home-pro-wrap .home-title {
    position: relative;
    overflow: hidden;
    height: 90px;
}

.en-title {
    font-family: 'bebasregular';
    font-size: 30px;
    line-height: 34px;
    height: 34px;
    padding-bottom: 10px;
    text-transform: uppercase;
    color: #2453b3;
}

.cn-title {
    font-size: 20px;
    font-weight: 500;
    line-height: 24px;
    height: 24px;
    color: #333;
}

.home-more,
.home-more2 {
    font-family: 'bebasregular';
    font-size: 24px;
    position: absolute;
    top: 0;
    right: 10px;
    text-transform: uppercase;
}

.home-more a {
    color: #333;
}

.home-more2 a {
    color: #fff;
}

.home-more a:hover {
    color: #0062cb;
}

.home-more2 a:hover {
    color: #fff;
}

.home-more:before,
.home-more2:before {
    position: absolute;
    right: 0;
    width: 30px;
    height: 2px;
    content: '';
}

.home-more:before {
    background: #2453b3;
}

.home-more2:before {
    content: '';
    background: #fff;
}

.home-pro-list {
    height: 282px;
    margin-left: -10px;
}

.home-pro-list li {
    float: left;
    width: 280px;
    height: 282px;
    margin-left: 11px;
    margin-bottom: 10px;
}

.home-pro-list li a {
    display: block;
    overflow: hidden;
    width: 280px;
    height: 230px;
    background: #fff;
    -webkit-transition: all .2s linear;
    transition: all .2s linear;
}

.home-pro-list li a img {
    width: 280px;
}

.home-pro-list li a:hover {
    z-index: 2;
    -webkit-transform: translate3d(0, -3px, 0);
    transform: translate3d(0, -3px, 0);
    -webkit-box-shadow: 0 15px 30px rgba(0, 0, 0, .1);
    box-shadow: 0 15px 30px rgba(0, 0, 0, .1);
}

.home-pro-name {
    width: 280px;
    height: 50px;
    overflow: hidden;
    background: #f4f4f4;
    text-align: center;
    line-height: 50px;
    margin-top: 2px;
}

.home-pro-active {
    z-index: 2;
    -webkit-transform: translate3d(0, -3px, 0);
    transform: translate3d(0, -3px, 0);
    -webkit-box-shadow: 0 15px 30px rgba(0, 0, 0, .1);
    box-shadow: 0 15px 30px rgba(0, 0, 0, .1);
}

.video-wrap {
    float: right;
    width: 520px;
    height: 600px;
    background: #fff;
}

.video-wrap .video-box {
    overflow: hidden;
    width: 520px;
    height: 330px;
    cursor: pointer;
}

.video-wrap .video-txt {
    padding: 30px 50px;
}

.home-news-wrap {
    padding: 40px 0;
    background: #fff;
}

.home-news-wrap .home-news-content {
    margin-top: 20px;
    background: #f4f4f4;
}

.home-news-content .home-news-l {
    float: left;
    width: 500px;
    height: 320px;
}

.home-news-r {
    float: right;
    width: 520px;
    height: 260px;
    padding: 30px 70px 30px 0;
}

.home-news-r ul li {
    line-height: 24px;
    position: relative;
    margin-bottom: 10px;
    padding-bottom: 10px;
    border-bottom: 1px solid #e1e1e1;
}

.home-news-r ul li:before {
    position: absolute;
    top: 12px;
    left: -25px;
    display: block;
    width: 10px;
    height: 2px;
    content: '';
    background: #035cac;
}

.home-news-r ul li a:hover {
    color: #035cac;
}

.home-news-r ul li:last-child {
    border-bottom: 0;
}

.home-news-r .time {
    color: #999;
}

.home-brand {
    background: #f4f4f4;
}

.home-brand .home-brand-title {
    font-size: 30px;
    margin: 40px auto 0;
    text-align: center;
}

.home-brand .home-brandlist li {
    float: left;
    overflow: hidden;
    width: 195px;
    height: 140px;
    margin: 20px auto 30px;
}


/* ==========================================================================
   about
   ========================================================================== */

.crumbs {
    line-height: 70px;
    width: 100%;
    height: 70px;
    color: #666;
    border-bottom: 1px solid #ededed;
    background: #fff;
}

.crumbs .jt {
    font-size: 10px!important;
    padding: 0 5px;
    vertical-align: top;
}

.crumbs .fl {
    float: left;
}

.crumbs .fr {
    float: right;
}

.crumbs .menu {
    height: 70px;
}

.crumbs .menu a {
    font-size: 14px;
    line-height: 70px;
    position: relative;
    display: inline-block;
    margin: 0 16px;
    color: #666;
}

.crumbs .menu a:hover:after,
.crumbs .menu a.active:after {
    position: absolute;
    bottom: -1px;
    left: 0;
    display: inline-block;
    width: 100%;
    height: 3px;
    content: '';
    background: #2453b3;
}

.title {
    font-size: 30px;
    line-height: 36px;
    padding: 40px 0 40px;
    text-align: center;
    text-transform: uppercase;
    color: #777;
}

.title p {
    font-family: 'bebasregular';
}

.title span {
    font-size: 22px;
    line-height: 36px;
    position: relative;
    display: inline-block;
    padding: 0 36px;
    color: #035cac;
}

.title span:before,
.title span:after {
    position: absolute;
    top: 18px;
    display: inline-block;
    width: 30px;
    height: 1px;
    content: '';
    background: #c8c8c8;
}

.title span:before {
    left: 0;
}

.about-txt {
    position: relative;
}

.about-txt .about-img {
    float: left;
    overflow: hidden;
    width: 400px;
    height: 430px;
    padding-right: 50px;
}

.about-txt p {
    padding-bottom: 20px;
}

.lingdao-wrap {
    background: #fff;
}

.lingdao-wrap .lingdao-pic {
    width: 280px;
    height: 280px;
    overflow: hidden;
}

.lingdao-wrap .lingdao-pic img {
    width: 280px;
    height: 280px;
}

.lingdao-wrap .lingdao-list li {
    float: left;
    width: 280px;
    height: 350px;
    margin-right: 10px;
    margin-bottom: 10px;
    background: #f4f4f4;
}

.name-box {
    height: 50px;
    padding: 10px;
}

.case-more {
    width: 300px;
    height: 50px;
    border: 1px solid #0062cb;
    border-radius: 4px;
    line-height: 50px;
    text-align: center;
    display: block;
    color: #0062cb;
    margin: auto;
    margin-top: 50px;
    font-size: 16px;
}

.case-more:hover {
    color: #fff;
    background: #0062cb;
}

.name-box h1 {
    font-size: 18px;
}

.mubiao-wrap {
    background: url(/uploads/mubiao-bg.jpg) #2453b3 center no-repeat;
    background-attachment: fixed;
}

.mubiao-box .mubiao-icon {
    line-height: 100px;
    float: left;
    width: 100px;
    height: 100px;
    margin-right: 30px;
    text-align: center;
    background: #6cbbef;
}

.mubiao-box .mubiao-icon i {
    font-size: 50px;
}

.mubiao-box .mubiao-list {
    float: left;
    width: 560px;
    height: 100px;
    margin-bottom: 10px;
    margin-left: 10px;
    color: #fff;
    background: #2453b3;
    background: rgba(0, 0, 0, .5);
}

.mubiao-box .mubiao-list h1 {
    font-size: 20px;
    padding-top: 15px;
}

.xinxi-wrap .xinxi-box {
    text-align: center;
}

.zhiliang-wrap {
    background: #fff;
}

.zhiliang-wrap .zhiliang-pic {
    float: left;
    width: 500px;
    height: 280px;
}

.gzhj-wrap {
    background: #2453b3;
}

.white {
    color: #fff!important;
}

.gglist {
    width: 1170px;
    margin: auto;
}

.gglist li {
    width: 510px;
    height: 50px;
    line-height: 50px;
    float: left;
    background: #fff;
    margin-bottom: 10px;
    margin-left: 30px;
    position: relative;
    text-align: left;
    padding: 0 20px;
}

.gglist li a {
    width: 400px;
    height: 50px;
    overflow: hidden;
    display: inline-block;
}

.gglist li a:hover {
    color: #0062cb;
}

.gglist .time {
    font-size: 12px;
    color: #888;
    position: absolute;
    right: 20px;
}

.gg-wrap {
    width: 870px;
    margin: auto;
}


/* ==========================================================================
   left right
   ========================================================================== */

.left {
    float: left;
    width: 220px;
}

.left h1 {
    font-size: 20px;
    font-weight: 500;
    line-height: 90px;
    height: 90px;
    text-indent: 40px;
    color: #fff;
    background: #2453b3;
}

.left .left-nav {
    width: 220px;
}

.left .left-nav li {
    font-size: 16px;
    line-height: 50px;
    position: relative;
    width: 220px;
    height: 50px;
    text-indent: 30px;
    border-bottom: 1px solid #dedede;
    background: #ededed;
}

.left .left-nav li a {
    color: #666;
}

.left .left-nav li a i {
    padding-right: 5px;
}

.left .left-nav li a:hover {
    color: #2453b3;
}

.left .left-nav .active {
    position: absolute;
    left: 0;
    width: 4px;
    height: 50px;
    content: '';
    background: #2453b3;
}

.left .left-nav .left-navlist {
    background: #fff;
}

.left .left-nav .left-navlist li {
    height: 36px;
    line-height: 36px;
    border-bottom: 1px solid #dedede;
    background: #fff;
    text-indent: 50px;
    font-size: 14px;
    color: #888;
}

.left .left-nav .left-navlist li a {
    color: #888;
}

.right {
    float: right;
    width: 930px;
}

.right .banner-box {
    width: 930px;
    height: 260px;
    background: #fff;
}

.right .crumbs-box {
    line-height: 46px;
    height: 46px;
    background: #fff;
    position: relative;
}

.right .crumbs-box .tc {
    position: absolute;
    right: 20px;
    top: 0;
    width: 200px;
}

.right .crumbs-box .tc-name {
    float: left;
    padding-right: 10px;
}

.right .crumbs-box .tc-btn {
    width: 60px;
    height: 30px;
    border: 1px solid #ccc;
    border-radius: 3px;
    text-align: center;
    line-height: 30px;
    float: left;
    margin-top: 7px;
    cursor: pointer;
}

.right .crumbs-box .fl {
    padding-left: 20px;
}

.right .crumbs-box .fl .jt {
    font-size: 12px;
    vertical-align: top;
}

.right .content {
    width: 870px;
    padding: 30px;
    background: #fff;
}

.right .news-list li {
    position: relative;
    width: 100%;
    height: 180px;
    margin-bottom: 30px;
}

.right .news-list .news-l {
    position: absolute;
    top: 0;
    left: 0;
    overflow: hidden;
    width: 290px;
    height: 180px;
}

.right .news-list .news-l img {
    width: 290px;
    height: 180px;
}

.right .news-list .news-r {
    overflow: hidden;
    width: 520px;
    height: 180px;
    padding: 20px 0 20px 320px;
}

.right .news-list .news-r h1 {
    font-size: 18px;
    line-height: 40px;
    width: 520px;
    height: 40px;
    margin-bottom: 10px;
    border-bottom: 1px dotted #ccc;
}

.right .news-list .news-r .time {
    padding-bottom: 10px;
}

.right .news-list .news-r p {
    line-height: 24px;
}

.right .news-list li a {
    display: block;
    width: 100%;
    height: 180px;
    color: #666;
    background: #f4f4f4;
}

.right .news-list li a:hover {
    color: #fff!important;
    background: #2453b3;
}

.right .content .news-title {
    font-size: 18px;
    line-height: 50px;
    height: 60px;
    text-align: center;
}

.right .content .time-box {
    font-size: 12px;
    margin-bottom: 40px;
    padding-bottom: 20px;
    text-align: center;
    color: #999;
    border-bottom: 1px solid #dedede;
}

.right .info p {
    padding-bottom: 20px;
}

.right .news-pic {
    margin-left: -30px;
}

.news-pic li {
    float: left;
    width: 270px;
    height: 280px;
    margin-bottom: 30px;
    margin-left: 30px;
    background: #f4f4f4;
    list-style: none;
}

.news-pic li h2 {
    font-size: 16px;
    line-height: 24px;
    overflow: hidden;
    height: 50px;
    padding: 20px 20px 5px;
}

.news-pic .news-pic-box {
    overflow: hidden;
    width: 270px;
    height: 160px;
}

.news-pic .news-pic-box img {
    width: 270px;
    height: 160px;
}

.news-pic .news-pic-time {
    line-height: 20px;
    height: 20px;
    padding-left: 20px;
    color: #999;
}


/* --------------------------------------------------------------------------
   hr
   -------------------------------------------------------------------------- */

.idea-l {
    float: left;
    width: 340px;
    height: 430px;
}

.idea-r {
    margin-left: -30px;
}

.idea-r ul li {
    position: relative;
    float: left;
    width: 360px;
    height: 140px;
    margin-bottom: 30px;
    margin-left: 30px;
    padding: 30px;
    background: #f4f4f4;
}

.idea-r .idea-icon {
    position: absolute;
    width: 70px;
    height: 140px;
}

.idea-r .idea-icon i {
    font-size: 40px;
    color: #00a6ea;
}

.idea-r .idea-info {
    padding-left: 70px;
}

.idea-item {
    float: left;
    width: 100%;
    height: 500px;
}

.idea-item-l {
    width: 100%;
    height: 500px;
    background: url(/uploads/2.jpg) no-repeat;
    background-size: cover;
}

.idea-item-l .idea-item-info {
    float: left;
    width: 540px;
    padding: 100px 50px 50px;
}

.idea-item-l .idea-item-info p {
    padding-bottom: 30px;
}

.idea-item-l .idea-item-info .join-btn {
    line-height: 38px;
    display: block;
    width: 160px;
    height: 40px;
    text-align: center;
    border: 1px solid #1e1e1e;
}

.idea-item-l .idea-item-info .join-btn:hover {
    color: #fff;
    background: #1e1e1e;
}

.idea-item-r {
    width: 100%;
    height: 500px;
    background: url(/uploads/3.jpg) no-repeat;
    background-size: cover;
}

.join-list {
    margin-left: -30px;
    padding-bottom: 40px;
}

.join-list li {
    line-height: 26px;
    float: left;
    width: 364px;
    margin-bottom: 30px;
    margin-left: 30px;
}

.join-list li a {
    display: block;
    width: 324px;
    height: 50px;
    padding: 20px;
    -webkit-transition: all .2s linear;
    transition: all .2s linear;
    background: #f4f4f4;
}

.join-list li h1 {
    font-size: 16px;
}

.join-list li p {
    font-size: 14px;
    color: #888;
}

.join-wrap {
    padding: 0 50px;
}

.join-wrap h2 {
    font-size: 24px;
    color: #035cac;
}

.join-wrap .join-other {
    margin-bottom: 20px;
    padding: 20px 0;
    border-bottom: 1px solid #ededed;
}

.join-wrap .join-other li {
    float: left;
    width: 260px;
    height: 40px;
}

.join-wrap .join-info h1 {
    font-size: 18px;
    padding-top: 20px;
    color: #035cac;
}

.content .list li {
    position: relative;
    height: 60px;
    margin-bottom: 10px;
    list-style: none;
}

.content .list li a {
    line-height: 50px;
    display: block;
    width: 830px;
    height: 50px;
    padding: 5px 20px;
    background: #f4f4f4;
}

.content .list li a:hover {
    color: #fff;
    background: #00a6ea;
}

.content .list .time {
    position: absolute;
    right: 20px;
}

.content .list .down-icon i {
    font-size: 26px;
    position: absolute;
    right: 20px;
}

.content .info-wrap h1 {
    font-size: 16px;
    padding-top: 20px;
    color: #035cac;
}


/* --------------------------------------------------------------------------
   priducts
   -------------------------------------------------------------------------- */

.products {
    margin-left: -30px;
    padding: 50px 0;
}

.products li {
    float: left;
    margin-bottom: 30px;
    margin-left: 28px;
    background: #f0f0f0;
}

.products li a {
    display: block;
    width: 272px;
    height: 272px;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
}

.products li a:hover {
    color: #fff;
    background: #00a6ea;
}

.products .products-pic {
    overflow: hidden;
    width: 270px;
    height: 220px;
    background-color: #fff;
    border: 1px solid #f0f0f0;
}

.products .products-pic img {
    width: 270px;
    transition: .3s transform;
    transform: translateZ(0);
}

.products .products-pic:hover img {
    transition: .3s transform;
    transform: scale(1.2, 1.2);
}

.products .products-name {
    line-height: 40px;
    height: 40px;
    padding: 5px 10px;
    overflow: hidden;
    text-align: center;
}

.pro-top {
    height: 400px;
    margin: 40px 0;
}

.pro-top .pro-l {
    float: left;
    overflow: hidden;
    width: 500px;
    height: 400px;
    text-align: center;
    background: #fff;
}

.pro-top .pro-l img {
    width: 500px;
}

.pro-top .pro-r {
    position: relative;
    float: right;
    width: 620px;
    height: 400px;
    color: #666;
}

.pro-top .pro-r h1 {
    font-size: 30px;
    line-height: 90px;
    height: 90px;
    border-top: 1px dotted #ccc;
    border-bottom: 1px dotted #ccc;
}

.pro-top .pro-r .pro-info {
    margin: 40px 0;
}

.pro-r .pro-down {
    line-height: 40px;
    position: absolute;
    bottom: 0;
    display: block;
    width: 200px;
    height: 40px;
    cursor: pointer;
    text-align: center;
    color: #666;
    border: 1px solid #ccc;
    border-radius: 4px;
}

.pro-r .pro-down i {
    font-size: 22px;
    padding-right: 5px;
    vertical-align: middle;
}

.pro-r .pro-down:hover {
    background: #fff;
}

.pro-title {
    font-size: 16px;
    line-height: 50px;
    height: 50px;
    text-indent: 20px;
    background: #fff;
}

.pro-item {
    margin: 40px 0;
    padding: 0 40px 40px;
    color: #666;
    border-bottom: 1px dotted #ccc;
}


/* --------------------------------------------------------------------------
   contact
   -------------------------------------------------------------------------- */

.contact-info {
    margin-left: -30px;
    padding-bottom: 30px;
}

.contact-info ul li {
    float: left;
    width: 270px;
    height: 170px;
    margin-left: 30px;
    padding-top: 30px;
    text-align: center;
    background: #f4f4f4;
}

.contact-info ul li i {
    font-size: 40px;
    color: #00a6ea;
}

.contact-l {
    float: left;
    width: 570px;
    padding: 30px;
    padding-right: 0;
}

#ly input {
    line-height: 34px;
    width: 240px;
    height: 34px;
    margin-bottom: 16px;
    padding: 4px 10px;
    border: 1px solid #e5e5e5;
    outline: none;
}

#ly textarea {
    width: 520px;
    height: 100px;
    padding: 4px 10px;
    resize: none;
    border: 1px solid #e5e5e5;
    outline: none;
}

#ly .btn {
    line-height: 40px;
    display: block;
    width: 200px;
    height: 40px;
    margin-top: 10px;
    text-align: center;
    color: #fff;
    border-radius: 4px;
    background: #00a6ea;
}

#ly .btn:hover {
    background: #ff5400;
}

.contact-r {
    float: right;
    width: 540px;
    padding: 30px 30px 30px 0;
}


/* --------------------------------------------------------------------------
   team
   -------------------------------------------------------------------------- */

.team-l {
    width: 600px;
    height: 400px;
    float: left;
}

.team-r {
    width: 550px;
    float: right;
}

.huoban-wrap {
    width: 100%;
}

.huoban-tb {
    border: 1px solid #e5e5e5;
    border-right: 0;
    border-bottom: 0;
    width: 1172px;
    box-sizing: border-box;
}

.huoban-tb li {
    width: 195px;
    height: 140px;
    float: left;
    border-right: 1px solid #e5e5e5;
    border-bottom: 1px solid #e5e5e5;
    background: #fff;
    box-sizing: border-box;
}


/* --------------------------------------------------------------------------
   page
   -------------------------------------------------------------------------- */

/* .page-wrap {
    position: relative;
    overflow: hidden;
    height: 37px;
    margin-top: 20px;
    margin-bottom: 40px;
    padding: 10px 0;
}

.page {
    float: left;
    min-width: 470px;
    margin-left: 50%;
}

.page .inner {
    float: left;
    margin-left: -40%;
}

.page .item {
    line-height: 35px;
    position: relative;
    float: left;
    width: 35px;
    height: 35px;
    margin-left: -1px;
    cursor: pointer;
    cursor: pointer;
    -webkit-transition: all .1s linear;
    -moz-transition: all .1s linear;
    -o-transition: all .1s linear;
    transition: all .1s linear;
    text-align: center;
    color: #3e3e3e;
    border: solid 1px #ededed;
    background: #fff;
}

.page .page-item {
    float: left;
    min-width: 390px;
}

.page .next-disabled,
.page .prev-disabled {
    color: #ccc;
}

.page .prev {
    margin-right: 6px;
    margin-left: 0;
}

.page .next,
.page .prev {
    font-weight: 400;
    width: 70px;
}

.page .input,
.page .text,
.page .total {
    color: #999;
}

.page .total {
    margin-left: 10px;
}

.page .text,
.page .total {
    line-height: 37px;
    float: left;
    height: 37px;
}

.page .active,
.page .active:hover {
    position: relative;
    z-index: 1;
    cursor: default;
    text-decoration: none;
    color: #fff;
    border-color: #269edc;
    background: #269edc;
}

.page .item .num {
    font-size: 14px;
    position: relative;
    z-index: 1;
    display: inline-block;
    width: 100%;
    text-decoration: none;
}

.page .dot {
    line-height: 37px;
    width: 24px;
    cursor: default;
    border: none;
    background: none;
}

.page .next,
.page .prev {
    font-weight: 400;
    width: 70px;
}

.page .dot+.next {
    margin-left: -1px;
}
*/
.page {
    float: left;
    min-width: 470px;
    margin-left: 50%;
}

.page .inner {
    float: left;
    margin-left: -40%;
}
.page-item {
    padding: 30px 0 30px;
    float: left;
    width: 100%;
    text-align: center;
}
.page-item a {
    color: #666;
    padding: 0 14px;
    margin: 0 3px;
    line-height: 35px;
    height: 35px;
    background: #fff;
    border: 1px solid #ddd;
    border-radius: 2px;
}
.page-item a:hover, .page-item .hover {
    display: inline-block;
	z-index: 1;
    color: #fff;
    border-color: #269edc;
    background: #269edc;
}
.page-item li{
    line-height: 35px;
    float: left;

    margin-left: -1px;
    transition: all .1s linear;
    text-align: center;
    border: solid 1px #ededed;
}
.page-item * {
    display: inline-block;
    vertical-align: middle;
    line-height: 30px;
    padding-bottom: 1px;
}
.page-wrap {
    margin-top: 20px;
    margin-bottom: 40px;
    padding: 10px 0;
}

/* ==========================================================================
   footer
   ========================================================================== */

.footer {
    height: 300px;
    background: #232323;
}

.footer .foot-nav {
    float: left;
    min-height: 214px;
    margin-top: 50px;
    padding: 0 42px;
    border-right: 1px solid #3c3c3c;
}

.foot-nav h1 {
    font-size: 18px;
    font-weight: normal;
    margin-bottom: 14px;
    color: #c2c2c2;
}

.foot-nav a {
    display: block;
    color: #6f6f6f;
    font-size: 14px;
}

.foot-nav a:hover {
    color: #fff;
}

.copyright {
    line-height: 70px;
    position: relative;
    height: 70px;
    color: #888;
    background: #1e1e1e;
}

.copyright a {
    color: #888;
}

.copyright .copyright-l {
    position: absolute;
    left: 0;
}

.copyright .copyright-l img {
    height: 30px;
    width: 22px;
    line-height: 70px;
    vertical-align: middle;
}

.copyright .copyright-r {
    position: absolute;
    right: 0;
}


/* ==========================================================================
   login index
   ========================================================================== */

.login-wrap {
    width: 800px;
    min-height: 520px;
    margin: 0 auto 20px;
    margin-top: 60px;
    padding-bottom: 80px;
    background-color: #fff;
}

.lgnheader {
    padding: 50px 0 22px;
}

.lgnheader .logo {
    line-height: 5000px;
    overflow: hidden;
    width: 70px;
    height: 70px;
    margin: auto;
    margin-bottom: 20px;
    background-position: 0 0;
}

.lgnheader .login-title {
    font-size: 30px;
    text-align: center;
}

.login-msg {
    position: relative;
    width: 360px;
    margin: auto;
}

.login-msg input {
    line-height: 22px;
    display: block;
    width: 326px;
    height: 22px;
    margin-top: 20px;
    padding: 13px 16px 13px 14px;
    border: 1px solid #e0e0e0;
    border-radius: 3px;
    outline: none;
}

.login-btn {
    width: 360px;
    margin: auto;
    margin-top: 40px;
}

.login-btn .btn {
    font-size: 16px;
    line-height: 50px;
    display: block;
    width: 360px;
    height: 50px;
    cursor: pointer;
    text-align: center;
    color: #fff;
    border: 0;
    border-radius: 3px;
    background: #f74a4a;
}

.login-btn .btn:hover {
    background: #dd0f0f;
}

.login-other {
    line-height: 40px;
    width: 358px;
    height: 40px;
    margin: auto;
    margin-top: 40px;
    text-align: center;
    border: 1px solid #e0e0e0;
    border-radius: 20px;
    text-align: center;
}
#videobox {
    width: 480px;
    height: 270px;
    background: #000;
    z-index: 99999;
    position: absolute;
}
.news235 {
    width: 500px;
    height: 320px;
    overflow: hidden;
    position: relative;
}
.news235 .hd {
    height: 40px;
    overflow: hidden;
    position: absolute;
    right: 20px;
    bottom: 0px;
    z-index: 10;
}
.news235 .hd ul {
    overflow: hidden;
    zoom: 1;
}
.news235 .hd li {
    margin-right: 6px;
    width: 12px;
    height: 12px;
    font-size: 0;
    text-indent: -9999px;
    background: #fff;
    cursor: pointer;
    -moz-border-radius: 100%;
    -webkit-border-radius: 100%;
    border-radius: 100%;
    display: block;
    float: left;
    transition: all .5s;
}
.news235 .hd li.on {
    background: #c9974c;
}
.news235 .bd li {
    zoom: 1;
    vertical-align: middle;
    position: relative;
    width: 500px;
    height: 320px;
    overflow: hidden;
}
.news235 .bd li img {
    display: block;
    width: 500px;
    height: 320px;
}
.news235 .bd li .txt {
    position: absolute;
    bottom: 0px;
    left: 0;
    z-index: 5;
    width: 100%;
    height: 70px;
    background: url("/template/pc/skin/css/{eyou:global name='web_cmspath' /}/skin/zujianku/images/bg235.png") repeat center center;
}
.news235 .bd li .txt .tit {
    display: block;
    font-size: 18px;
    line-height: 70px;
    color: #fff;
    text-indent: 20px;
}
.f235_main .news235 .bd li p {
    padding: 0;
    color: #666;
    line-height: 24px;
    height: 50px;
    overflow: hidden;
}
.f235_main .news235 .bd li .time {
    font-size: 16px;
    padding-right: 30px;
    padding-top: 28px;
}
.headercre {
    position: absolute;
    top: 28px;
    right: 47px;
    width: 226px;
    height: 80px;
}<!--0.00028705596923828-->