﻿* {
    margin: 0;
    padding: 0;
    text-decoration: none;
    list-style-type: none;
}

a {
    text-decoration: none;
}

.c {
    height: 0px;
    font-size: 0;
    clear: both;
}

/*strong{font-weight: normal;}*/
html {}

a {
    color: #000
}

img {
    max-width: 100%;
    border: 0
}

.l {
    float: left
}

.r {
    float: right
}

/*@font-face {

        font-family: 'jdjzongyi';
    src: url('ft/jdjzongyi.ttf')
        ,url('ft/jdjzongyi.eot'); 
}
@font-face {


           font-family: 'notdef';
    src: url('ft/notdef.ttf')
        ,url('ft/notdef.eot'); 
}
@font-face {
    font-family: '微软雅黑';
 src: url('ft/微软雅黑.eot');
 src: local('ft/微软雅黑'),
        local('ft/微软雅黑'),
        url('ft/微软雅黑.woff') format('woff'),
        url('ft/微软雅黑.ttf') format('truetype'),
        url('ft/微软雅黑.svg#微软雅黑') format('svg');
}*/
body {
    font-family: 'Arial', '微软雅黑'
}

/*头部*/
.top {
    width: 100%;
    background: #fff
}

.in_top {
    width: 1200px;
    margin: 0 auto;
    height: 102px;
}

.logo {
    float: left;
    display: inline-block;
}

.nav {
    float: left;
    width: 49%;
    margin-left: 5%
}

.nav ul li {
    /*width: 16.6%;*/
    text-align: center;
    float: left;
    position: relative;
    display: inline;
    margin: 0 10px;
}

.nav ul li a {
    display: inline-block;
    padding: 59px 0 20px;
    border-bottom: 2px solid #fff;
    font-size: 16px;
    color: #292929
}

.nav ul li .down {
    display: none;
    position: absolute;
    left: -10%;
    top: 91px;
    width: 160px;
    background: #fff;
    z-index: 999;
    text-align: left;
    text-indent: 8px;
}

.nav ul li .down a:first-child {
    /*border-top: 2px solid #f08519;*/
    line-height: 32px
}

.down a {
    font-size: 13px !important;
    color: #656565;
    line-height: 30px;
    padding: 0 !important;
    color: #656565
}

.nav ul li:hover .down a {
    border-bottom: 0 !important;
    color: #656565;
    display: block;
}

.nav ul li .down a:hover {
    color: #f08519
}

.nav ul li:hover .down {
    display: block;
}

.nav ul li:hover a,
.nav ul li.on a {
    color: #f08519;
    border-color: #f08519
}

.search {
    float: right;
    width: 25%;
    height: 100%
}

.search_top {
    height: 28px;
    line-height: 28px;
    margin-top: 20px
}

.search_top p {
    color: #9d9d9d;
    font-size: 18px;
    font-family: Arial
}

.search_top p i {
    font-weight: normal;
    color: #f08519;
    font-size: 22px;
    font-style: normal;
}

.search_top p span {
    display: inline-block;
}

.search_top p span img {
    float: left;
    margin-right: 3px
}

.search_top p span.span_2 {
    margin-left: 20px
}

.search_top p span.span_2 img {
    margin-top: 1px
}

.search_bottom {
    width: 100%;
    position: relative;
    padding-top: 10px
}

.search_bottom input.inp_1 {
    width: 100%;
    height: 28px;
    border: 1px solid #e1e1e1;
    padding-left: 10px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
}

.search_bottom input.inp_2 {
    position: absolute;
    right: 0px;
    top: 15px
}


/*轮播*/
.lunbo {
    width: 100%;
    position: relative;
}

.slideBox {
    overflow: hidden;
    position: relative;
    width: 100%
}

.slideBox .bd {
    position: relative;
    height: 100%;
    z-index: 0;
}

.slideBox .bd li {
    zoom: 1;
    vertical-align: middle;
    font-size: 0
}

.slideBox .bd img {
    display: block;
    width: 100%
}

/*轮播导航*/
.index_nav {
    width: 100%;
    position: absolute;
    left: 0px;
    bottom: 0px;
    height: 82px;
    line-height: 82px;
    text-align: center;
    background: url(../images/index_nav_bg.png);
}

.in_index_nav {
    width: 1200px;
    margin: 0 auto;
    height: 100%
}

.in_index_nav p {
    width: 33.3%;
    float: left;
    /*font-family: 'jdjzongyi' !important;*/
}

.in_index_nav p span img {
    float: left;
    margin-top: 12px
}

.in_index_nav p span {
    font-size: 40px;
    color: #ffffff;
    display: inline-block;
    font-weight: bold;
}

/*底部*/
.bottom {
    width: 100%;
    background: #feffe0;
}

.in_bottom {
    width: 1200px;
    margin: 0 auto;
    padding-top: 40px
}

.in_bottom_1_left {
    width: 69%;
    float: left
}

.in_bottom_1_left ul li {
    float: left;
    margin-left: 5%;
    font-size: 15px;
}

.in_bottom_1_left ul li a {
    color: #000
}

.in_bottom_1_left ul li:first-child {
    margin-left: 0
}

.bottom_down {
    margin-top: 5px
}

.bottom_down a {
    display: block;
    font-size: 13px;
    color: #666666;
    line-height: 25px;
}

.in_bottom_1_right {
    width: 30%;
    float: right
}

.in_bottom_1_right ul li {
    float: left;
    display: inline-block;
    width: 141px
}

.in_bottom_1_right ul li:first-child {
    margin-right: 30px
}

.in_bottom_1_right ul li p {
    text-align: center;
    font-size: 13px;
    color: #666666;
    margin-top: 10px
}

.in_bottom_2 {
    padding-top: 10px
}

.in_bottom_2 ul li {
    float: left;
    display: inline-block;
    margin-right: 20px;
    font-size: 13px
}

.in_bottom_2 ul li a {
    color: #000;
    font-weight: 600
}

.bottom_bottom {
    width: 100%;
    background: #fff
}

.in_bottom_bottom {
    width: 1200px;
    margin: 0 auto;
    padding: 25px 0
}

.in_bottom_bottom ul {
    display: inline-block;
    float: left
}

.in_bottom_bottom ul li {
    float: left;
    font-size: 13px;
    height: 17px;
    line-height: 17px
}

.in_bottom_bottom ul li a {
    color: #000
}

.in_bottom_bottom ul li em {
    display: inline-block;
    margin: 0 5px;
    width: 1px;
    height: 13px;
    background: #000;
    float: right;
    margin-top: 2px
}

.in_bottom_bottom p {
    display: inline-block;
    color: #000;
    font-size: 13px;
    height: 17px;
    line-height: 17px;
    margin-left: 120px;
    float: left
}


/*banner*/
.banner {
    width: 100%;
    font-size: 0
}

.banner img {
    width: 100%;
}

/*公共内容除首页*/
/*内容导航*/
.content_nav {
    width: 100%;
    height: 30px;
    background: #e5e5e5
}

.in_content_nav {
    width: 1200px;
    margin: 0 auto;
    line-height: 30px;
    height: 100%;
}

.in_content_nav p {
    font-size: 13px;
    color: #999999
}

.in_content_nav p a {
    color: #999999; padding: 0 5px;
}

.in_content_nav p span {
    color: #999999;
    display: inline-block;
    margin: 0 2px;
}

.in_content_nav p img {
    float: left;
    margin-top: 7px;
    margin-right: 5px;
}
.in_content_nav p a.this{
    color: #f08519;
}

/*内容*/
.content_bottom {
    background: #f8f8f8;
    width: 100%
}

/*这个产品除外*/
.content_content {
    width: 1200px !important;
    margin: 0 auto;
    background: #fff
}

.in_content {
    width: 95%;
    margin: 0 auto
}

/*内容标题*/
.in_content_title {
    padding-top: 15px;
}

.in_content_title h3 {
    font-size: 40px;
    color: #f08519;
    text-align: center;
}

.content_solid {
    width: 50px;
    height: 2px;
    margin: 15px auto 15px;
    background: #f08519
}

.in_content_title p {
    text-align: center;
}

.in_content_title p a {
   /* display: inline-block;
    margin-right: 10px;
    color: #656565;
    font-size: 16px;
    border-bottom: 1px solid #003984;
    color: #003984;
    font-weight: 600*/

    display: inline-block;
    margin: 10px 10px 0 0;
    color: #656565;
    font-size: 16px;
    border-bottom: 1px solid #003984;
    color: #003984;
    /* font-weight: 600; */
    padding: 0 14px;
    line-height: 35px;
    background-color: #003984;
    height: 35px;
    color: #fff;
    text-decoration: none;
    border-radius: 5px;

}

.in_content_title a:hover,
.in_content_title a.on {
    border-color: #f08519;
    background: #f08519;
}



/*首页内容*/
/*内容1*/
.index_content_1 {
    width: 100%;
    background: #fff;
}

.in_index_content_1 {
    width: 1200px;
    margin: 0 auto;
    padding: 45px 0
}

/*关于我们*/
.index_about {
    width: 58%;
    float: left;
}

.title {
    margin-bottom: 10px
}

.title img {
    max-width: 1140px;
    /*height: 32px*/
}

.title a {
    display: inline-block;
    float: right;
    width: 53px;
    height: 22px;
    line-height: 22px;
    background: #003984;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    border-radius: 10px;
    font-size: 15px;
    color: #fff;
    text-align: center;
    margin-top: 5px
}

.index_abou_img {
    float: left;
    display: inline-block;
    width: 360px;
    height: 274px;
    overflow: hidden;
}

.index_about_right {
    float: right;
    width: 46%
}

.index_about_right_top {
    height: 230px;
    overflow: hidden;
}

.index_about_right_top p {
    color: #f08519;
    font-size: 16px;
    line-height: 23px;
}

.index_about_right_bottom {
    margin-top: 0px
}

.index_about_right_bottom a {
    display: inline-block;
    width: 125px;
    height: 45px;
    line-height: 45px;
    text-align: center;
    color: #fff;
    font-size: 18px
}

.index_about_right_bottom a.a_1 {
    background: #f08519;
    margin-right: 15px
}

.index_about_right_bottom a.a_2 {
    background: #003984
}

/*新闻*/
.index_new {
    width: 37%;
    float: right;
}

.in_index_new ul li {
    width: 46%;
    margin-right: 2%;
    background: #f6f7fb;
    padding: 4px;
    float: left;
    height: 267px;
    overflow: hidden;
}

.in_index_new_top {
    /*height: 144px;*/
    overflow: hidden;
}

.in_index_new_bottom {
    width: 90%;
    margin: 0 auto
}

.in_index_new_bottom h4 {
    font-size: 16px;
    font-weight: normal;
    color: #333333;
    margin-top: 10px;
}

.in_index_new_bottom span {
    font-size: 13px;
    display: block;
    color: #333333;
    margin: 13px 0 10px
}

.in_index_new_bottom p {
    font-size: 13px;
    color: #333333;
    line-height: 22px
}

/*内容2*/
.index_content_2 {
    width: 100%;
    background: #feffe0;
    background: #edf5ff;
}

.in_index_content_2 {
    width: 1200px;
    margin: 0 auto;
    padding: 45px 0
}

/*案例*/
.in_index_case_left {
    width: 55%;
    float: left;
    position: relative;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    border-radius: 10px;
    overflow: hidden;
    height: 452px;
    font-size: 0
}

.in_index_case_left img {
    width: 100%;
    height: 100%
}

.in_index_case_left_bg {
    padding: 25px 0;
    background: url(../images/index_nav_bg.png);
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    display: none
}

.in_index_case_left:hover .in_index_case_left_bg {
    display: block
}

.in_index_case_left_bg span {
    display: block;
    width: 90%;
    margin: 0 auto;
}

.in_index_case_left_bg span h4 {
    font-size: 36px;
    color: #ffffff;
    font-weight: normal;
}

.in_index_case_left_bg span p {
    font-size: 16px;
    color: #ffffff;
    line-height: 20px;
    margin-top: 15px
}

.in_index_case_right {
    width: 43%;
    float: right;
    height: 452px;
    overflow: hidden;
}

.in_index_case_right ul li {
    width: 47.4%;
    margin-bottom: 15px;
    float: left;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    border-radius: 10px;
    height: 218px;
    overflow: hidden;
    position: relative;
}

.in_index_case_right ul li img {
    height: 100%;
    width: 100%
}

.in_index_case_left_bg_1 {
    padding: 10px 0;
    background: url(../images/index_nav_bg.png);
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    display: none
}

.in_index_case_right ul li:hover .in_index_case_left_bg_1 {
    display: block
}

.in_index_case_left_bg_1 span {
    display: block;
    width: 90%;
    margin: 0 auto;
}

.in_index_case_left_bg_1 span h4 {
    font-size: 20px;
    color: #ffffff;
    font-weight: normal;
}

.in_index_case_left_bg_1 span p {
    font-size: 14px;
    color: #ffffff;
    line-height: 20px;
    margin-top: 8px
}

/*内容3*/
.index_content_3 {
    width: 100%;
    background: #fff
}

.in_index_content_3 {
    width: 1200px;
    margin: 0 auto;
    padding: 45px 0
}

/*产品*/
.in_index_product ul li {
    width: 262px;
    margin-left: 50px;
    float: left;
    font-size: 0
}

.in_index_product ul li:first-child {
    margin-left: 0
}

.index_product_img {
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    overflow: hidden;
    border: 1px solid #f08519;
    position: relative;
}

.index_product_img img {
    width: 260px;
    height: 260px
}

.index_product_img span {
    display: none;
    width: 100%;
    height: 100%;
    background: url(../images/index_product_img_bg_1.png) no-repeat;
    background-size: 100% 100%;
    position: absolute;
    left: 0;
    top: 0
}

.index_product_img span em {
    position: absolute;
    top: 50%;
    left: 0;
    width: 100%;
    text-align: center;
    margin-top: -15px;
    height: 30px;
    line-height: 30px;
    font-size: 14px;
    color: #fff;
    font-style: normal;
}
.index_product_img span em img{
    width: 31px;
    height: 30px;
}
.index_product_img:hover span {
    display: block;
}

.index_product_bottom {
    margin-top: 20px;
    text-align: center;
}

.index_product_bottom p {
    font-size: 16px;
    color: #333333
}

.index_product_bottom span {
    display: block;
    font-size: 13px;
    color: #666666;
    margin-top: 10px
}

/*内容4*/
.index_content_4 {
    width: 100%;
    background: #feffe0
}

.in_index_content_4 {
    width: 1200px;
    margin: 0 auto;
    padding: 45px 0
}

/*核心价值*/
.title_1 {
    margin-bottom: 10px;
    height: 32px;
}

.title_1 img {
    width: 100%;
    height: 100%
}

.in_index_value ul li {
    width: 32%;
    float: left;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    border-radius: 10px;
    overflow: hidden;
    position: relative;
    height: 219px;
    margin-bottom: 30px
}

.in_index_value ul li img {
    width: 100%;
    height: 100%
}

.in_index_value_bg {
    display: none;
    position: absolute;
    left: 0;
    top: 0px;
    width: 100%;
    height: 100%;
    background: url(../images/index_nav_bg.png);
}

.in_index_value_bg p {
    /*font-family: 'notdef' !important;*/
    text-align: center;
    position: absolute;
    top: 50%;
    margin-top: -25px;
    left: 0;
    width: 100%;
    font-size: 38px;
    color: #fff;
    height: 45px;
    line-height: 45px;
    font-weight: bold;
    color: yellow;
}

.in_index_value_bg p span {
    font-size: 25px;
    color: #fff;
    font-weight: 200;
    padding-left: 12px;
}

.in_index_value ul li:hover .in_index_value_bg {
    display: block;
}

/*底部banner*/
.index_banner {
    width: 100%;
}

.index_banner img {
    width: 100%
}


/*案例展示*/
.case_content ul li {
    width: 48.5%;
    float: left;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    border-radius: 10px;
    overflow: hidden;
    margin-top: 38px;
    height: 375px;
    position: relative;
}

.case_content ul li img {
    width: 100%;
    height: 100%
}

.case_li_bg {
    position: absolute;
    left: 50%;
    top: 50%;
    width: 0;
    height: 0;
    background: url(../images/index_nav_bg.png);
    -moz-transition: all 1s linear 0s;
    -webkit-transition: all 1s linear 0s;
    -o-transition: all 1s linear 0s;
    transition: all 1s linear 0s;
}

.case_li_bg p {
    text-align: center;
    position: absolute;
    height: 40px;
    line-height: 40px;
    left: 0px;
    top: 50%;
    margin-top: -20px;
    width: 100%;
    overflow: hidden;
    font-size: 0;
    -moz-transition: all 1s linear 0s;
    -webkit-transition: all 1s linear 0s;
    -o-transition: all 1s linear 0s;
    transition: all 1s linear 0s;
    overflow: hidden;
}

.case_li_bg p span {
    display: inline-block;
    border-bottom: 1px solid #fff;
    color: #fff;
    height: 39px;
}

.case_content ul li:hover .case_li_bg {
    width: 100%;
    height: 100%;
    left: 0;
    top: 0
}

.case_content ul li:hover .case_li_bg p {
    font-size: 26px;
}


/*分页*/
.page {
    padding: 50px 0;
    text-align: center;
}

.page a {
    display: inline-block;
    border: 1px solid #ececec;
    width: 52px;
    height: 52px;
    line-height: 52px;
    font-size: 12px;
    color: #999999;
    margin: 0
}

.page a:hover,
.page a.on {
    background: #f08519;
    border-color: #f08519;
    font-size: 16px;
    color: #fff
}


/*案例展示-足球场*/
.cases_content_1 {
    height: 329px;
    width: 100%;
    overflow: hidden;
    padding-top: 30px
}

.cases_content_1_img {
    float: left;
    width: 42%;
}

.cases_content_1_img img {
    width: 100%;
    height: 100%
}

.cases_content_1_right {
    width: 56%;
    float: right;
}

.cases_content_1_right h3 {
    font-size: 26px;
    font-weight: normal;
    color: #f08519;
    margin-top: 5px
}

.cases_content_1_right span {
    display: block;
    font-size: 23px;
    color: #333333;
    margin: 15px 0 30px;
}

.cases_content_1_right p {
    font-size: 20px;
    color: #333333;
    line-height: 28px
}

.cases_content ul li {
    padding: 30px 0;
    border-bottom: 1px solid #e5e5e5
}

.cases_li_img {
    width: 20%;
    float: left
}

.cases_li_right {
    width: 78%;
    float: right
}

.cases_li_right h3 {
    font-size: 18px;
    color: #f08519
}

.cases_li_right p {
    font-size: 16px;
    color: #999999;
    line-height: 25px;
    height: 75px;
    overflow: hidden;
}

.cases_li_right span {
    display: block;
    font-size: 16px;
    color: #999999;
    line-height: 25px
}

.cases_li_right a {
    font-size: 16px;
    color: #f08519;
    display: inline-block;
    margin-top: 5px
}

/*关于我们*/
.about_content {
    padding: 30px 0
}

.about_content p {
    font-size: 14px;
    color: #333333;
    line-height: 25px;
}

.about_content img {
    display: block;
    margin: 10px auto;
    padding: 0 10px;
}

/*荣誉证书*/
.about_content_1 {
    padding-top: 20px
}

.about_content_1 ul li {
    width: 31.8%;
    margin-top: 25px;
    font-size: 0px;
    float: left
}

.about_content_1 ul li:hover {
    box-shadow: 1px 1px 3px 3px #f0f0f0;
}



/*分享*/
.fenxiang {
    padding: 10px 0
}

.fenxiang span.span_1 {
    font-size: 16px;
    color: #000;
    display: inline-block;
    margin-right: 5px;
}

.fenxiang span.span_2 {
    font-size: 14px;
    color: #333;
    display: inline-block;
    margin-right: 5px;
}

/*联系我们*/
.contact_content_top {
    padding: 45px 0 28px;
    border-bottom: 1px solid #e5e5e5
}

.contact_content_left {
    width: 30%;
    float: left
}

.contact_content_left h4 {
    font-size: 18px;
    color: #f08519;
    font-weight: normal;
    margin-bottom: 10px
}

.contact_content_left p {
    font-size: 14px;
    color: #333333;
    line-height: 25px;
}

.map {
    width: 69%;
    float: right;
    height: 283px;
}

.contact_content_bottom {
    padding: 30px 0
}

.contact_content_bottom h3 {
    font-size: 18px;
    color: #f08519;
    text-align: center;
}

.contact_content_bottom p {
    margin-top: 15px
}

.contact_content_bottom p.p_1 {
    font-size: 14px;
    color: #333333;
    text-align: center;
}

.contact_content_bottom p span {
    display: inline-block;
    width: 6%;
    line-height: 35px;
    margin-right: 1%;
    font-size: 14px;
    color: #000000
}

.contact_content_bottom p span.span_1 {
    float: left
}

.contact_content_bottom p .inp_1 {
    width: 41%;
    height: 35px;
    border: 1px solid #dddddd
}

.contact_content_bottom p textarea {
    width: 91.5%;
    height: 128px;
    border: 1px solid #dddddd
}

.contact_content_bottom p .inp_2 {
    width: 17%;
    height: 35px;
    border: 1px solid #dddddd
}

.contact_content_bottom p img {
    vertical-align: middle;
    margin-left: 10px
}

.contact_content_bottom p.p_2 {
    text-align: center;
}

.contact_content_bottom p .inp_3 {
    width: 300px;
    height: 35px;
    border: none;
    background: #f08519;
    font-size: 16px;
    color: #ffffff;
    text-align: center;
    line-height: 35px;
    cursor: pointer;
}


/*新闻中心*/
.new_content_1 {
    height: 329px;
    width: 100%;
    overflow: hidden;
    padding-top: 30px;
    margin-bottom: 30px
}

.new_content_1_img {
    float: left;
    width: 42%;
}

.new_content_1_img img {
    width: 100%;
    height: 100%
}

.new_content_1_right {
    width: 56%;
    float: right;
}

.new_content_1_right h3 {
    font-size: 26px;
    font-weight: normal;
    color: #f08519;
    margin-top: 5px
}

.new_content_1_right span {
    display: block;
    font-size: 23px;
    color: #333333;
    margin: 15px 0 30px;
}

.new_content_1_right p {
    font-size: 20px;
    color: #333333;
    line-height: 28px
}

.new_li_img {
    float: left;
    display: inline-block;
}

.new_li_right {
    float: left;
    width: 94.5%;
}

.new_li_right h3 {
    line-height: 62px;
    background: #ebeef1;
    font-size: 22px;
    color: #333333;
    padding-left: 2%;
    font-weight: normal;
}

.new_li_right span {
    display: block;
    line-height: 45px;
    font-size: 12px;
    color: #000000
}

/*新闻详情*/
.news_content {
    padding: 30px 0;
}

.news_content h3 {
    font-size: 40px;
    color: #f08519;
    text-align: center;
}

.news_content span.span_0 {
    font-size: 18px;
    color: #333333;
    display: block;
    margin: 25px 0;
    text-align: center;
}

.news_content p {
    font-size: 14px;
    color: #333333;
    line-height: 25px;
}

/*.news_content img{display: block;margin: 10px auto;}*/
/*上下页*/
.prev_next {
    margin-top: 30px
}

.prev_next p {
    font-size: 14px;
    color: #333333
}

.prev_next p a {
    color: #333333;
    display: inline-block;
    margin-left: 5px
}


/*产品*/
.content_bottom_product {
    background: #fff;
    width: 100%
}

.product {
    width: 1300px;
    margin: 0 auto;
    background: #f8f8f8
}

.product_content ul li {
    float: left;
    width: 32%;
    margin-top: 35px;
    display: inline;
}

.product_li_img {
    width: 361px;
    height: 361px;
    border: 2px solid #e6e6e6;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    overflow: hidden;
    position: relative;
    font-size: 0;
}

.product_li_img img {
    width: 361px;
    height: 361px
}

.product_li_img span {
    display: none;
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0px;
    background: url(../images/product_content_bg.png) no-repeat;
    background-size: 100% 100%
}

.product_li_img span em {
    position: absolute;
    width: 100%;
    height: 40px;
    line-height: 40px;
    top: 50%;
    left: 0;
    margin-top: -20px;
    text-align: center;
    z-index: 222;
    font-size: 16px;
    font-style: normal;
    color: #fff
}

.product_content ul li:hover .product_li_img {
    border-color: #f08519
}

.product_content ul li:hover .product_li_img span {
    display: block;
}

.product_content ul li p {
    font-size: 18px;
    color: #333333;
    line-height: 30px;
    text-align: center;
}

/*产品详情*/
.products_b_s {
    margin: 30px 0
}

/*大小图切换*/
.products_content h3 {
    font-size: 40px;
    color: #f08519;
    padding: 25px 0;
    text-align: center;
}

.game163 {
    position: relative;
    overflow: hidden;
    width: 85%;
}

.game163 .bigImg {
    /*height: 401px;*/
    position: relative;
    width: 600px !important;
    float: left;
    height: 402px !important
}

.game163 .bigImg li {
    border: 1px solid #e6e6e6;
    height: 400px;
}

.game163 .bigImg li img {
    vertical-align: middle;
    /* width:453px; height:305px; */
    ;
    width: 100%;
    height: 100%
}

.game163 .bigImg h4 {
    font-size: 14px;
    font-weight: bold;
    line-height: 33px;
    height: 33px;
    padding-right: 30px;
    overflow: hidden;
    text-align: left;
}

.game163 .smallScroll {
    /*height: 47px;*/
    margin-bottom: 5px;
    position: relative;
    float: right;
    width: 26%;
    height: 405px;
}

.game163 .sPrev {
    float: left;
    display: block;
    width: 40px;
    height: 15px;
    text-indent: -9999px;
    background: url(../images/products_arrow_top.jpg) no-repeat;
    position: absolute;
    left: 43%;
    top: 0;
    margin-left: -24px;
    border: 1px solid #dddddd;
    background-size: 100% 100%
}

.game163 .sNext {
    background: url(../images/products_arrow_bottom.jpg) no-repeat;
    display: block;
    width: 40px;
    height: 15px;
    text-indent: -9999px;
    position: absolute;
    left: 35%;
    bottom: 0px;
    margin-right: -24px;
    border: 1px solid #dddddd;
    background-size: 100% 100%
}

.game163 .smallImg {
    float: left;
    margin: 21px 25px 0;
    display: inline;
    width: 162px !important;
    overflow: hidden;
    position: relative;
}

.game163 .tempWrap {
    width: 100% !important;
    height: 365px !important;
}

.game163 .tempWrap ul {
    height: 4500px !important;
    width: 266px !important
}

.game163 .tempWrap ul li {
    /*width:112px !important;height: 82px !important*/
}

.game163 .smallImg ul {
    width: 9999px;
    overflow: hidden;
}

.game163 .smallImg li {
    /*float: left;*/
    cursor: pointer;
    width: 100%;
    display: block;
    margin: 18px 0
}

.game163 .smallImg img {
    border: 1px solid #e8e5e6;
    width: 160px;
    height: 106px
}

.game163 .smallImg .on img {
    border-color: #1e50a2;
}

/*产品参数*/
.products_content_bottom {
    border-bottom: 1px solid #ececec;
    padding-bottom: 15px
}

.products_content_bottom h4 {
    font-size: 18px;
    color: #000;
    margin: 25px 0
}

.products_content_bottom p {
    font-size: 14px;
    color: #333333;
    line-height: 30px
}

/*.products_content_bottom img{display: block;margin: 10px auto}*/
.products_content_bottom a.a_1 {
    display: inline-block;
    width: 180px;
    height: 40px;
    margin: 30px 50px 30px 0;
    background: #f08519;
    text-align: center;
    line-height: 40px;
    font-size: 18px
}

.products_content_bottom a.a_1 span {
    display: inline-block;
    color: #ffffff;
}

.products_content_bottom a.a_1 span img {
    float: left;
    margin-right: 10px
}

.products_content_bottom a.a_2 {
    display: inline-block;
    width: 180px;
    height: 40px;
    background: #f08519;
    text-align: center;
    line-height: 40px;
    margin: 30px 0;
    font-size: 18px
}

.products_content_bottom a.a_2 span {
    display: inline-block;
    color: #fff
}

.products_content_bottom a.a_2 span img {
    float: left;
    margin-right: 10px;
    margin-top: 11px
}

/*产品案例*/
.products_case {
    padding: 35px 0
}

.products_case span {
    display: inline-block;
    font-size: 20px;
    color: #f08519;
    border-bottom: 3px solid #f08519;
    margin-bottom: 25px;
    padding-bottom: 2px
}

.products_case ul li {
    width: 24%;
    margin-left: 1.33%;
    float: left;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    overflow: hidden;
    font-size: 0px;
}

.products_case ul li img {
    width: 100%;
    /*height: 187px;*/
}

.products_case ul li:first-child {
    margin-left: 0
}

.xf {
    position: fixed;
    width: 50px;
    height: 275px;
    right: 0;
    top: 10%;
}

.in_xf {
    width: 50px;
    height: 230px;
    border: 1px solid #3a3a3a;
    background: url("../images/in_xf_bg.png");
    -moz-border-radius: 6px 0 0 6px;
    -webkit-border-radius: 6px 0 0 6px;
    border-radius: 6px 0 0 6px;
}

.xf .close {
    position: absolute;
    width: 30px;
    height: 30px;
    background: url("../images/xf_close.png") no-repeat;
    background-size: 100% 100%;
    bottom: 0;
    left: 50%;
    margin-left: -15px;
    cursor: pointer;
}

.picScroll-top {
    margin: 0 auto;
    width: 100%;
    overflow: hidden;
    position: relative;
}

.picScroll-top .hd {
    overflow: hidden;
    height: 230px;
    position: absolute;
    width: 100%;
}

.picScroll-top .hd .prev,
.picScroll-top .hd .next {
    display: block;
    width: 23px;
    height: 13px;
    overflow: hidden;
    cursor: pointer;
    background: url("../images/xf_bottom_arrow.png")no-repeat;
    background-size: 100% 100%;
    position: absolute;
    bottom: 15px;
    left: 50%;
    margin-left: -11px;
}

.picScroll-top .hd .next {
    background-image: url("../images/xf_top_arrow.png");
    background-size: 100% 100%;
    bottom: auto;
    top: 15px;
}

.picScroll-top .hd .prevStop {
    /*  display: none*/
}

.picScroll-top .hd .nextStop {
    /* display: none; */
}

.picScroll-top .bd {}

.picScroll-top .bd ul {
    overflow: hidden;
    zoom: 1;
}

.picScroll-top .bd ul li {
    text-align: center;
    zoom: 1;
    margin-bottom: 18px;
    width: 50px !important;
}

.picScroll-top .bd ul li .pic {
    text-align: center;
}

.picScroll-top .bd ul li .pic img {
    width: 30px;
    height: 30px;
    display: block;
    margin: 0 auto;
}

.picScroll-top .tempWrap {
    height: 144px !important;
    margin: 50px 0;
}



.newtop_box{
    width: 1200px;
    margin: 0 auto;
}
.newtop{
    width: 100%;
    background: #fff;
    border-bottom: 1px solid #ccc;
}
.newtop-box{
    width: 1200px;
    overflow: hidden;
    position: relative;
}
.newtop-bd {
}
.newtop-bd .infoList li {
    height: 30px;
    line-height: 30px;
}
.newtop-item{
    display: block;
    line-height: 30px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.top0826{
    width: 100%;
    min-width: 1200px;
    height: 10px;
    background-repeat: no-repeat;
    background-position: 50% 0;
    background-size: cover;
}

.newTop{
    border-bottom: 1px solid #f6f6f6;
}
.newTop-box{
    width: 1200px;
    margin: 0 auto;
    height: 96px;
}
.newTop-logo{
    float: left;
    margin-top: 13px;
    margin-top: 8px;
    display: block;
}
.newTop-logo img{
    height: 69px;
    height: 81px;
}
.newTop-mid-pic{
    float: left;
    margin-top: 15px;
    margin-left: 51px;
}
.newTop-mid-pic img{
    height: 66px;
    width: 76px;
}
.newTop-mid-line{
    float: left;
    width: 2px;
    height: 62px;
    background: #f1f4f8;
    margin-top: 17px;
    margin-left: 14px;
    margin-right: 14px;
}
.newTop-mid-word{
    float: left;
    margin-top: 17px;
}
.newTop-mid-word img{
    height: 62px;
    width: 64px;
}
.newTop-rig-word{
    float: left;
    margin-top: 8px;
    margin-left: 39px;
}
.newTop-rig-word img{
    height: 81px;
}

.newTop-language{
    float: right;
    margin-top: 35px;
}
.newTop-language a{
    font-family: 'Arial';
    text-transform: capitalize;
    font-size: 18px;
    line-height: 25px;
    display: inline-block;
    margin-right: 20px;
}
.newTop-language a:last-child{
    margin-right: 0px;
}
.newTop-language .newTop-language-active{
    color: #f08519;
    border-bottom: 1px solid #f08519;
}
.newTop-info{
    float: right;
    margin-top: 34px;
    margin-left: 40px;
}
.newTop-info span{
    display: inline-block;
    color: #9d9d9d;
    font-size: 18px;
    font-family: Arial;
}
.newTop-info span img{
    float: left;
    margin-right: 10px;
}
.newTop-info span i{
    font-weight: normal;
    color: #f08519;
    font-size: 24px;
    font-style: normal;
    font-weight: 600;
    font-style:italic;
}

.indexPos2Slide{
    margin-top: 30px;
    position: relative;
    /*overflow: hidden;*/
    width: 100%;
}
.indexPos2Slide .bd{

}
.indexPos2Slide .bd ul{
    overflow: hidden;
    zoom: 1;
}
.indexPos2Slide .bd ul li{
    margin:0 8px;
    float:left;
    _display:inline;
    overflow:hidden;
    text-align:center;
}
.indexPos2-tit{
    font-size: 24px;
    color: #f08519;
    padding-left: 16px;
    position: relative;
    line-height: 36px;
    text-align: left;
    margin-bottom: 15px;
}
.indexPos2-tit::before{
    content: "";
    display: block;
    width: 4px;
    height: 20px;
    position: absolute;
    left: 0px;
    top: 50%;
    background: #f08519;
    margin-top: -10px;
}
.indexPos2-ilink{
    display: block;
}
.indexPos20914-list>li{
    float: left;
    width: 32%;
    margin-right: 2%;
}
.indexPos20914-list>li:nth-child(3n){
    margin-right: 0px;
}
.indexPos2-item{
    width: 384px;
    width: 100%;
}
.indexPos2-pic{
    height: 300px;
}
.indexPos2-pic table{
    width: 100%;
    height: 100%;
    border: 0px;
    overflow: hidden;
    vertical-align: middle;
    text-align: center;
}
.indexPos2-pic table td{
    width: 100%;
    height: 100%;
    overflow: hidden;
    vertical-align: middle;
    text-align: center;
}
.indexPos2-pic img{
    max-width: 100%;
    max-height: 100%;
}
.indexPos2-info{
    margin-top: 15px;
}
.indexPos2-title{
    font-size: 18px;
    color: #333;
    font-weight: 600;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    text-align: left;
}
.indexPos2-desc{
    text-align: left;
    margin-top: 8px;
    font-size: 14px;
    color: #666;
    line-height: 22px;
    height: 44px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}
.indexPos2Slide .hd{
    position: absolute;
    top: 50%;
    margin-top: -35px;
    z-index: 100;
    width: 100%;
}
.indexPos2Slide .hd a{
    /*width: 71px;
    height: 71px;
    border: 1px solid #d2d2d2;
    border-radius: 50%;
    overflow: hidden;
    display: inline-block;
    line-height: 71px;
    text-align: center;
    color: #d2d2d2;
    font-size: 44px;
    background: #fff;*/
}
.indexPos2Slide .hd a img{
    display: block;
    width: 48px;
    height: 48px;
}
.indexPos2Slide .hd .prev{
    position: absolute;
    top: 50%;
    left: -90px;
    margin-top: -35px;
}
.indexPos2Slide .hd .next{
    position: absolute;
    top: 50%;
    right: -90px;
    margin-top: -35px;
}

@media screen and (max-width: 1400px){
    .indexPos2Slide .hd .prev{
        left: 10px;
    }
    .indexPos2Slide .hd .next{
        right: 10px;
    }
}

.indexPos3-count-down{
    height: 192px;
    box-sizing: border-box;
    display: flex;
    align-items: center;
}
.count-down-row {
    display: flex;
    flex-direction: row;
    width: 1062px;
    height: 90px;
    justify-content: space-between;
    position: relative;
    margin: 0 auto;
}
.container-count-down__time {
    font-size: 34px;
    font-family: dm !important;
    color: #ffffff;
    line-height: 26px;
    letter-spacing: 0;
    font-weight: 500px;
}
.container-count-down__info {
    display: flex;
    flex: 1;
    flex-direction: column;
    margin: 0 38px;
    justify-content: flex-start;
}
.container-count-down__name {
  font-size: 16px;
  color: #fff;
  letter-spacing: 0;
  padding: 0;
  line-height: 22px;
}
.count-down-row .wellcome-pc {
  position: absolute;
  bottom: -60px;
  left: 0;
  width: 259px;
}
.count-down-row .wellcome-pc img {
  width: 259px;
}
.indexPos3-count-down .flip-clock-divider .flip-clock-label {
    font-size: 11px;
    color: #999;
}
.flip-clock-wrapper ul.flip{
    font-weight: 400;
}

.index_content_3_tit{
    border: 1px solid #003984;
    border-radius: 4px;
    overflow: hidden;
    margin-bottom: 55px;
}
.index_content_3_tit_name{
    float: left;
    width: 80px;
    height: 40px;
    font-size: 16px;
    color: #fff;
    background: #003984;
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
    overflow: hidden;
    font-weight: 600;
    position: relative;
    line-height: 40px;
    padding-left: 50px;
}
.index_content_3_tit_name img{
    width: 23px;
    height: 15px;
    position: absolute;
    left: 14px;
    top: 12px;
}
.index_content_3_tit_content{
    float: right;
    width: 1045px;
    margin-right: 10px;
}
.index_content_3_tit_content .bd .tempWrap{
    width:1070px !important;
}
.index_content_3_tit_content .bd ul{
    overflow:hidden;
    zoom:1;
}
.index_content_3_tit_content .bd ul li{
    margin-right:20px;
    float:left;
    height:40px;
    line-height:40px;
    text-align:left;
    _display:inline;
    width:auto !important;
}
.bot0826{
    width: 100%;
    min-width: 1200px;
    height: 25px;
    background-repeat: no-repeat;
    background-position: 50% 0;
    background-size: cover;
    margin-top: 6px;
}
.indexPos5{

}
.in_index_content_5{
    width: 1200px;
    margin: 0 auto;
    padding: 45px 0;
}
.indexPos5-mar{
    margin-bottom: 9px;
    margin-top: 50px;
}
.indexPos5-li1{
    float: left;
    width: 512px;
    width: 42.7%;
}
.indexPos5-li2{
    float: right;
    width: 679px;
    width: 56.6%;
}
.indexPos5-li2-div1{
    float: left;
    width: 331px;
    width: 48.7%;
}
.indexPos5-li2-div2{
    float: left;
    width: 339px;
    width: 49.9%;
    margin-left: 9px;
    margin-left: 1.4%;
}
.indexPos5-li2-divmar{
    margin-bottom: 9px;
    margin-bottom: 1.4%;
}
.indexPos5-list img{
    display: block;
}

.in_index_content_6{
    width: 1200px;
    margin: 0 auto;
    /*padding: 45px 0;*/
    padding-top: 0px;
    padding-bottom: 45px;
}
.indexPos6-list>li{
    float: left;
    width: 16.6%;
    margin-top: 40px;
}
.indexPos6-item{
    display: block;
}
.indexPos6-item img{
    width: 100%;
}

.footer{
    width: 100%;
    background: #142a47;
}
.footerTop{
    width: 1200px;
    margin: 0 auto;
    /*padding: 40px 0;*/
    padding-top: 80px;
    padding-bottom: 25px;
}
.footerTop1_left{
    float: left;
    width: 888px;
    width: 875px;
}
.footerTop1_left>ul>li{
    float: left;
    margin-left: 90px;
}
.footerTop1_left>ul>li:first-child{
    margin-left: 0px;
}
.footerTop1_left_tit{
    font-size: 16px;
    color: #fff;
    line-height: 26px;
}
.footerTop1_left_list>li{
    margin-top: 8px;
}

.footerTop1_left_item{
    font-size: 14px;
    color: #fff;
    line-height: 22px;
}

.footerTop1_right{
    float: right;
    width: 312px;
}
.footerTop1_right ul li{
    float: left;
    width: 141px;
    margin-right: 30px;
}
.footerTop1_right ul li:last-child{
    margin-right: 0px;
}
.footerTop1_right_item_pic img{
    width: 100%;
}
.footerTop1_right_item_title{
    font-size: 14px;
    color: #fff;
    text-align: center;
    margin-top: 10px;
}
.footerTop2{
    margin-top: 20px;
}
.footerTop2>li{
    float: left;
    margin-left: 20px;
}
.footerTop2>li:first-child{
    margin-left: 0px;
}
.footerTop2-item{
    font-size: 14px;
    color: #fff;
    font-weight: 600;
    line-height: 24px;
}

.footerBot{
    background: #0f233e;
}
.footerBot-box{
    width: 1200px;
    margin: 0 auto;
    padding: 25px 0;
    position: relative;
    text-align: center;
}
.footerBot-box p{
    color: #fff!important;
    font-size: 14px!important;
}
.footerBot-box a{
    color: #fff!important;
    font-size: 14px!important;
}
.footerBot-left{
    position: absolute;
    left: 0px;
    top: 25px;
}
.footerBot-left>li{
    float: left;
    font-size: 14px;
    height: 21px;
    line-height: 21px;
}
.footerBot-left>li>a{
    color: #fff;
}
.footerBot-left li em{
    display: inline-block;
    margin: 0 5px;
    width: 1px;
    height: 13px;
    background: #fff;
    float: right;
    margin-top: 2px;
}

.newNav-box{
    width: 1200px;
    margin: 0 auto;
}
.newNav-list>li{
    float: left;
    margin-left: 58px;
}
.newNav-list>li:first-child{
    margin-left: 0px;
}
.newNav-item{
    position: relative;
}
.newNav-item-link{
    font-size: 18px;
    color: #292929;
    line-height: 50px;
    padding-left: 15px;
    padding-right: 15px;
    display: block;
    min-width: 50px;
    text-align: center;
    border-bottom: 2px solid #fff;
}
.newNav-item-active .newNav-item-link{
    color: #f08519;
    border-color: #f08519;
}
.newSubNav{
    display: none;
    position: absolute;
    /*left: 50%;*/
    top: 100%;
    width: 180px;
    background: #fff;
    z-index: 999;
    /*margin-left: -90px;*/
    /*padding-top: 8px;
    padding-bottom: 8px;*/
}
.newSubNav-item{
    display: block;
    text-align: left;
    text-indent: 8px;
    font-size: 14px;
    line-height: 36px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    border-bottom: #f5f5f5 solid 1px;
}
.newSubNav-item:hover{
    background: #f08519;
    color: #fff;
}
.newNav-item-link:hover{
    color: #f08519;
}
.newNav-item:hover .newSubNav{
    display: block;
}
.newSubNav-active .newSubNav-item{
    background: #f08519;
    color: #fff;
}

.in_bottom_1_right_item_title{
    margin-top: 10px;
    text-align: center;
    color: #fff;
}

.bottom{
    background: #142a47;
}
.bottom_bottom{
    background: #142a47;
}
.in_bottom_1_left ul li a{
    color: #fff;
}
.in_bottom_2 ul li a{
    color: #fff;
}
.in_bottom_bottom ul li a{
    color: #fff!important;
}
.in_bottom_bottom p{
    color: #fff!important;
}
.in_bottom_bottom a{
    color: #fff!important;
}

.indexPos5-item{
    display: block;
}


/*==========================================================================*/
.newTop-box{
    width: 1360px;
}
.newNav-box{
    width: 1360px;
}
.newNav-list>li{
    margin-left: 75px;
}
.newNav-list>li:first-child {
    margin-left: 0px;
}
.in_index_content_1{
    width: 1360px;
}
.in_index_content_2{
    width: 1360px;
}
.count-down-row{
    width: 1062px
}
.in_index_content_3{
    width: 1360px;
}
.in_index_content_4{
    width: 1360px;
}
.in_index_content_5{
    width: 1360px;
}
.in_index_content_6{
    width: 1360px;
}
.in_bottom{
    width: 1360px;
}
.in_bottom_bottom{
    width: 1360px;
}
.in_content_nav{
    width: 1360px;
}
.content_content{
    width: 1360px!important;
}
.product{
    width: 1420px;
}
.indexPos2Slide .hd .prev{
    left: -10px;
}
.indexPos2Slide .hd .next{
    right: -10px;
}
.indexPos2 .tempWrap{
    margin: 0 auto;
}
.indexPos2Slide .hd{
    margin-top: -24px;
    display: none;
}
.indexPos2Slide:hover .hd{
    display: block;
}
.indexPos2Slide .hd .prev{
    margin-top: -6px;
}
.indexPos2Slide .hd .next{
    margin-top: -6px;
}

@media screen and (max-width: 1440px){
    .newTop-box{
        width: 1200px;
    }
    .newNav-box{
        width: 1200px;
    }
    .newNav-list>li{
        margin-left: 50px;
    }
    .newNav-list>li:first-child {
        margin-left: 0px;
    }
    .in_index_content_1{
        width: 1200px;
    }
    .in_index_content_2{
        width: 1200px;
    }
    .count-down-row{
        width: 1062px
    }
    .in_index_content_3{
        width: 1200px;
    }
    .in_index_content_4{
        width: 1200px;
    }
    .in_index_content_5{
        width: 1200px;
    }
    .in_index_content_6{
        width: 1200px;
    }
    .in_bottom{
        width: 1200px;
    }
    .in_bottom_bottom{
        width: 1200px;
    }
    .in_content_nav{
        width: 1200px;
    }
    .content_content{
        width: 1200px!important;
    }
    .product{
        width: 1300px;
    }
    .indexPos2Slide .hd .prev{
        left: 15px;
    }
    .indexPos2Slide .hd .next{
        right: 15px;
    }
    .newTop-mid-pic{
        margin-left: 25px;
    }
    .newTop-mid-line{
        margin-left: 7px;
        margin-right: 7px;
    }
    .newTop-rig-word{
        margin-left: 19px;
    }
}


.indexPos20914-list{
    margin-top: 20px;
}
.indexPos20914-list>li{
    float: left;
    width: 32%;
    margin-right: 2%;
}
.indexPos20914-list>li:nth-child(3n){
    margin-right: 0px;
}
.indexPos2-item{
    width: 100%;
}
.indexPos2-pic{
    /*height: auto;*/
}