body {
    -webkit-font-smoothing: antialiased;
    text-rendering: optimizeLegibility;
    padding: 0px;
    box-sizing: border-box;
    font-family: "微软雅黑"; /*text-align: justify;*/
    font-size: 13px;
    color: #756E6E;
    line-height: 2;
}

a:hover {
    text-decoration: none;
    color: #268aa2
}

p {
    -webkit-margin-before: 0em;
    -webkit-margin-after: 0em;
    -webkit-margin-start: 0px;
    -webkit-margin-end: 0px;
    margin: 0;
}

h3, h2 {
    font-weight: bold;
}

.aa {
    background: #268aa2;
    background: rgba(28, 169, 241, 0.6);
}

.col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12, .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12, .col-md-3, .col-lg-3.container, .col-lg-12, .col-md-12, .col-lg-9 {
    position: relative;
    min-height: 1px;
    padding-left: 0px;
    padding-right: 0px;
}

.imgZoom img, .imgY180 img {
    -moz-transition: all .8s ease 0s;
    -ms-transition: all .8s ease 0s;
    -o-transition: all .8s ease 0s;
    -webkit-transition: all .8s ease 0s;
    transition: all .8s ease 0s;
}

.imgZoom {
    overflow: hidden;
}

.xiangdui {
    overflow: inherit !important;
}

.imgY180:hover img {
    cursor: pointer;
    -moz-transform: rotateY(180deg);
    -ms-transform: rotateY(180deg);
    -o-transform: rotateY(180deg);
    -webkit-transform: rotateY(180deg);
    transform: rotateY(180deg)
}

.imgZoom:hover img {
    -moz-transform: scale(1.1, 1.1);
    -ms-transform: scale(1.1, 1.1);
    -o-transform: scale(1.1, 1.1);
    -webkit-transform: scale(1.1, 1.1);
    transform: scale(1.1, 1.1);
}

ul {
    margin: 0px;
    padding: 0px;
}

a {
    background-color: none;
}

img {
    max-width: 100% !important;
    widht: 100% !important;
    height: auto !important;
}

.lidot ul {
    margin-left: 17px;
}

.lidot li {
    list-style: disc !important;
}

/*头部*/
.top {
    position: relative;
}

.contain {
    width: 1200px;
    margin: 0 auto;
}

.congd {
    position: absolute;
}

.logo {
    margin-top: 22px;
    margin-bottom: 20px;
}

.logo a {
    display: block
}

.logo img {
    max-width: 100%;
}

/*隐藏选单按钮*/
.menu_icon {
    text-align: right;
    margin-top: 40px;
    padding-right: 30px;
}

.menu_icon a {
    border: 1px #5b7f97 solid;
    padding: 6px;
    color: #5b7f97;
}

.nav-tabs {
    border-bottom: 0px;
}

/*公共部分*/
.anli, .fuwu, .news, .case {
    margin: 110px 0 0px 0;
}

.bottom {
    margin: 90px 0 0px 0;
}

td, th {
    padding: 0;
    border: 0px;
}

.carousel-inner > .item {
    text-align: center;
}

.carousel-inner > .item > a > img {
    display: inline-block !important;
}

.pagination-sm > li > a, .pagination-sm > li > span {
    padding: 5px 10px !important;
}

.pagination-sm > li > a:hover {
    background: #eee !important;
    border-color: #ddd !important;
    color: #23527c !important;
}

/*下拉框*/
.menu {
    float: right;
}

.navbar-nav {
    float: right;
    text-align: center;
    z-index: 999992;
    width: 100%; /*width: 95%; margin-left: 5%;*/
}

.navbar-nav > li {
    float: left;
    width: 11%;
    border-left: 1px #fff solid;
    text-align: right
}

.navbar-nav > li > a {
    line-height: 97px;
    color: #444444;
    border-top: 3px #fff solid;
    font-size: 15px;
    text-align: center
}

.navbar-nav > li > a#cur {
    color: #268aa2;
    border-top: 3px #268aa2 solid;
    background: #f8f8f8;
}

.nav > li > a {
    padding: 0px;
}

.nav > li > a:hover {
    background: none;
    color: #268aa2;
    border-top: 3px #268aa2 solid;
    background: #f8f8f8;
}

.nav .open > a, .nav .open > a:focus, .nav .open > a:hover {
    background-color: #f8f8f8;
    border-color: #268aa2;
    color: #268aa2;
}

.mega-dropdown-menu {
    display: none;
    width: 620px;
    position: absolute;
    left: 0;
    top: 100%;
    background: #fafafa;
    padding-left: 20px;
    z-index: 99999;
}

.mega-dropdown-menu ul {
    width: 40%;
    float: left;
    padding-top: 25px;
}

.mega-dropdown-menu li {
    width: 50%;
    float: left;
    padding: 0;
    height: 36px;
    line-height: 36px;
    text-align: left;
}

.mega-dropdown-menu li a {
    display: block;
    margin-left: 25px;
    color: #756E6E;
    border: 0px;
}

.mega-dropdown-menu li a:hover {
    color: #268aa2;
    border: 0px;
}

.mega-dropdown-menu ._img {
    width: 54%;
    float: right;
    padding-bottom: 10px;
}

.mega-dropdown-menu ._img img {
    width: 100%;
    height: auto;
    display: block;
}

.mega-dropdown-menu ._title {
    font-size: 18px;
    color: #4e4e4e;
    display: block;
    line-height: 2;
    padding-right: 5px;
    padding-left: 10px;
    margin-top: 20px;
    margin-bottom: 30px;
}

.dropdown-menu {
    padding: 0px;
    margin: 0px;
    border: 0px solid #ccc;
    border-radius: 0px;
    -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
    box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
    z-index: 99999;
}

.nav .block {
    height: 3px;
    width: 80px;
    margin-left: 8px;
    background: #268aa2;
    position: absolute;
    left: 0;
    top: 117px;
    overflow: hidden;
}

.pageMain {
    position: relative;
}

.page_bg {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.7);
    z-index: 100;
    width: 100%;
    height: 100%;
}

.mega-dropdown-menu2 {
    display: none;
    position: absolute;
    left: -30%;
    right: 0;
    float: left;
    top: 100%;
    background: #fff;
    z-index: 101;
    width: 100%;
    text-align: center;
}

.mega-dropdown-menu2 ul {
    width: 100%;
    float: left;
}

.mega-dropdown-menu2 li {
    width: 100%;
    float: left;
    padding: 0;
    border-bottom: 1px #efefef solid;
}

.mega-dropdown-menu2 li a {
    display: block;
    color: #756E6E;
    border: 0px;
    height: 50px;
    line-height: 50px;
    text-align: center;
}

.mega-dropdown-menu2 li a:hover {
    color: #268aa2;
    border: 0px;
    padding: 0px;
}

.mega-dropdown-menu2 ._title {
    font-size: 18px;
    color: #4e4e4e;
    display: block;
    line-height: 2;
    padding-right: 5px;
    padding-left: 10px;
    margin-top: 20px;
    margin-bottom: 30px;
}

/*搜索框*/
/*手机部分*/
.subNavBox {
    width: 100%;
    margin: 0;
    box-sizing: border-box;
    background: #767676;
    clear: both
}

.subNav {
    border-bottom: solid 1px #6e6e6e;
    cursor: pointer;
    font-weight: 500;
    font-size: 14px;
    color: #fff;
    line-height: 50px;
    padding-left: 4%;
    background: url(https://www.cctianhong.com/data/default/home/images/s_03.png) no-repeat;
    background-position: 95% 50%
}

.subNav1 {
    background: url(https://www.cctianhong.com/data/default/home/images/s_01.png) no-repeat;
    border-bottom: solid 1px #6e6e6e;
    cursor: pointer;
    font-weight: 500;
    font-size: 14px;
    color: #cccccc;
    line-height: 50px;
    padding-left: 4%;
    background-position: 95% 50%
}

.subNav1 a, .subNav a {
    color: #fff;
}

.subNav1 a:hover, .subNav a:hover {
    text-decoration: none
}

.subNav:hover {
    color: #fff;
}

.currentDd {
    color: #fff;
}

.currentDt {
    background-image: url(https://www.cctianhong.com/data/default/home/images/s_05.png);
    background-repeat: no-repeat;
}

.navContent {
    display: none;
    background: #dcdcdc
}

.navContent li a {
    display: block;
    font-size: 14px;
    line-height: 50px;
    color: #333333;
    border-bottom: solid 1px #aaaaaa;
}

.navContent li a:hover {
    color: #333333;
    text-decoration: none
}

.xianshi ul {
    margin: 0px;
    padding: 0 5%;
    width: 100%;
}

.foot {
    background: #444444;
    color: #fff;
    text-align: center;
    line-height: 30px;
    height: 30px;
    font-size: 12px;
}

/*轮播按钮*/
.slide img {
    max-width: 100%;
}

.carousel-indicators li {
    background: #222222;
    border: 0px;
    width: 5%;
    height: 5px;
    margin: 0 10px;
    border-radius: 0px;
}

.carousel-indicators .active {
    background: #268aa2;
    border: 0px;
    width: 5%;
    height: 5px;
    margin: 0 10px;
    filter: alpha(Opacity=80);
    -moz-opacity: 0.8;
    opacity: 0.8;
    border-radius: 0px;
}

/*公共部分*/
.botline {
    width: 434px;
    border-bottom: 1px #dddee0 solid;
    margin: 0 auto;
    text-align: center
}

.botwz {
    width: 194px;
    border-left: 1px #dddee0 solid;
    border-right: 1px #dddee0 solid;
    height: 28px;
    margin: 0 auto;
    text-align: center;
    margin-top: -14px;
    background: #fff;
}

.botwzxq {
    width: 190px;
    margin: 0 auto 20px auto;
    text-align: center;
    margin-top: -45px;
    font-size: 24px;
    color: #268aa2;
    font-family: "Impact";
    line-height: 33px;
}

.botwzxq p {
    font-size: 26px;
    color: #444;
    font-family: "微软雅黑";
}

.gdmore {
    margin-top: 40px;
}

.more {
    margin: 20px auto;
    width: 130px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    clear: both;
}

.more a {
    display: block;
    background: #268aa2;
    color: #fff;
    font-size: 16px;
}

.more a:hover {
    background: #8b8b8b;
}

.news_d ul {
    display: block;
    height: auto;
    overflow: hidden;
    width: 100%;
}

/*我们的服务*/
blockquote {
    padding: 0 !important;
    margin: 0 0 0 20px !important;
    font-size: inherit !important;
    border: 0 none !important;
}

.anli ul li {
    list-style: none;
}

.fuwu ul li {
    text-align: center;
    padding-left: 5px;
    padding-right: 5px;
    margin-bottom: 30px;
    list-style: none;
}

.fuwu ul li img {
    max-width: 100%;
}

.fuwuzs {
    font-size: 13px;
    text-align: left;
    padding: 10px;
}

.fuwutit {
    font-size: 20px;
    color: #333333;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.fuwucon {
    color: #777777;
}

.fuwulijie {
    color: #268aa2;
    border-bottom: 2px #268aa2 solid;
    width: 70px;
    margin-top: 10px;
}

/*成功案例*/
.element-item {
    position: relative;
    float: left;
    overflow: hidden;
}

.element-item:hover .item-overlay {
    top: 0;
    opacity: 1;
}

.element-item img {
    width: 100%;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}

.element-item:hover img {
    -moz-transform: scale(1.2) rotate(-8deg);
    -webkit-transform: scale(1.2) rotate(-8deg);
    -o-transform: scale(1.2) rotate(-8deg);
    -ms-transform: scale(1.2) rotate(-8deg);
    transform: scale(1.2) rotate(-8deg);
}

.item-overlay {
    position: absolute;
    background: rgba(58, 113, 193, 0.8);
    height: 100%;
    width: 100%;
    top: 0;
    opacity: 0;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}

.item-overlay h3 {
    color: #fff;
    font-size: 16px;
    font-weight: 200;
    text-transform: uppercase;
    margin: 40px auto 0 auto;
    position: relative;
    text-align: center;
    padding: 0 20px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    width: 100%;
}

.item-overlay {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
}

.work-link {
    margin-bottom: 10px;
}

.work-link i {
    width: 50px;
    height: 50px;
    color: #fff;
    border-radius: 50px;
    font-size: 20px;
    padding: 13px 6px;
    margin-left: 5px;
    margin-right: 5px;
    background: #000;
}

/*js69(中国)有限公司新闻中心*/
.slideBox {
    margin: 40px 0 0px 0;
}

.slideBox ul, .slideBox ul li {
    list-style: none;
}

.slideBox dt {
    text-align: center;
}

.slideBox dt span, .slideBox dt a, .slideBox em {
    cursor: pointer;
    text-align: center;
    text-decoration: none;
    font-style: normal;
    font-size: 15px;
    border-bottom: 1px #dddee0 solid;
    border-top: 1px #dddee0 solid;
    padding: 8px 10px;
    margin: 0 15px;
    color: #a4a4a4;
}

.slideBox dt .on {
}

.slideBox dt .active {
}

.slideBox dt .on, .slideBox dt .active, .slideBox a:hover {
    color: #333333;
}

.slideBox dd {
    clear: both;
    display: none;
    height: auto;
    min-height: 100px !important;
    line-height: 20px;
    padding: 10px;
    margin-top: 40px;
}

.news_d ul li {
    padding: 0 15px;
    list-style: none;
}

.news_d ul li a {
    color: #268aa2;
    text-decoration: none;
    display: block;
    border-bottom: 1px #dddee0 solid;
    padding: 15px 15px;
}

.news_d ul li a:hover {
    background: #268aa2;
    color: #fff;
    border-bottom: 1px #268aa2 solid;
}

.news_d ul li a .new_shu {
    color: #e1e5ec;
    font-size: 50px;
    line-height: 50px;
    font-family: "Impact";
}

.news_r {
    padding-right: 15px;
}

.news_d ul li a .new_tit {
    color: #333333;
    font-size: 16px;
    line-height: 20px;
    width: 100%;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;;
}

.news_d ul li a .news_con {
    color: #888888;
    font-size: 14px;
    line-height: 24px;
    margin-top: 8px;
    text-overflow: -o-ellipsis-lastline;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    height: 50px;
    text-indent: 2.2em;
}

.news_d ul li:hover a .new_shu, .news_d ul li:hover a .new_tit, .news_d ul li:hover a .news_con, .news_d ul li:hover a .jiangzuo_tit, .news_d ul li:hover a .jiangzuo_con, .news_d ul li:hover a .jiangzuo_titz, .news_d ul li:hover a .jiangzuo_time {
    color: #fff;
}

.news_d ul li:hover {
    background: #268aa2;
}

/*2017.06.29新增*/
.news_d ul li a .jiangzuo_titz {
    color: #333333;
    font-size: 16px;
    line-height: 20px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.news_d ul li a .jiangzuo_tit {
    color: #444;
    font-size: 13px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    margin-top: 8px;
    line-height: 20px;
}

.news_d ul li a .jiangzuo_shu img {
    padding-right: 20px;
}

.news_d ul li a .jiangzuo_con {
    color: #888888;
    font-size: 13px;
    line-height: 24px;
    margin-top: 8px;
}

.news_d ul li a .jiangzuo_time {
    color: #444;
    font-size: 13px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    margin-top: 8px;
    line-height: 20px;
}

.slideBox .more a:hover {
    color: #fff;
}

.recr_con {
    margin-top: 30px;
}

.recr_con .recr_box01 {
    margin: 0 0 20px 0;
    width: 100%;
    float: left;
}

.neiye .news_d ul li a .news_con {
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    height: auto;
    display: block;
}

.neiye .news_d ul li a {
    color: #268aa2;
    text-decoration: none;
    display: block;
    border-bottom: 1px #dddee0 dotted;
    padding: 15px 15px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    display: block;
}


/*成功客户*/
.casebg { /*background: url(/statics/style/images/kehu.jpg) no-repeat; */
    background-size: cover;
    padding: 5em 5em 3em 5em;
    overflow: hidden;
}

.caselist {
    overflow: hidden;
    height: 265px;
}

.caselist ul li {
    padding: 2px 10px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    color: #fff;
    font-size: 15px;
}

.caselist ul li span {
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    padding-left: 20px;
    padding-right: 20px;
}

#con ul {
    position: relative;
    margin: 0px 10px 0px 10px;
    top: 0;
    left: 0;
    padding: 0;
}

#con ul li {
    padding: 10px 0;
    line-height: 1.5;
}

/*底部按钮*/
.bottom_d {
    background: #f5f8fb;
    height: 62px;
    line-height: 62px;
    border-bottom: 1px #eceae9 solid;
    border-top: 1px #eceae9 solid;
    text-align: center;
}

.bottom_d a {
    margin-left: 15px;
    margin-right: 15px;
    color: #333333;
}

.bottom_d a:hover {
    color: #268aa2;
}

.bottom_d img {
    padding-right: 5px;
}

.bottom_t {
    margin-top: 35px;
    margin-bottom: 30px;
}

.bottom_l {
    text-align: right;
    padding-right: 40px;
}

.bottom_m {
    text-align: left;
    border-left: 1px #e7e6e6 solid;
    border-right: 1px #e7e6e6 solid;
    padding-left: 45px;
}

.bottom_r {
    text-align: center;
}

.bottom_v {
    background: #333333;
    text-align: center;
    color: #fff;
    font-size: 12px;
    padding-top: 15px;
    padding-bottom: 15px;
}

.bottom_v img {
    padding-left: 10px;
}

/*内页开始*/
/*内页公共部分开始*/
.neiye {
    margin-top: 20px;
    margin-bottom: 30px;
}

/*内页公共部分结束*/
.nbanner {
    background-size: cover;
    height: 300px;
}

.nbannertit {
    text-align: center;
    color: #fff;
    font-size: 16px;
    padding-top: 100px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    padding-left: 15px;
    padding-right: 15px;
}

.nbannertit p {
    font-size: 25px;
}

.nbannererji {
    text-align: center;
    color: #fff;
    font-size: 14px;
    padding-top: 10px;
}

.nbannererji a {
    color: #fff;
    padding: 0 10px
}

.nbannererji span {
    color: #fff;
    padding: 0 10px
}

.productbg {
    background-size: cover;
    padding: 5em 8em;
    color: #fff;
    font-size: 15px;
}

.productbg p {
    font-size: 18px;
    text-align: center;
}

.product_tit {
    color: #268aa2;
    font-size: 18px;
    margin-top: 30px;
    margin-bottom: 20px;
    font-weight: bold;
    padding-left: 5px;
}

.neiye .fuwutit {
    font-size: 15px;
}

.product_l {
    padding: 0px 20px 0px 5px;
    line-height: 24px;
}

.product_r {
    padding: 0px 0px 0px 20px;
}

.product_r img {
    max-width: 100%;
}

.product_l img {
    max-width: 100%;
}

/*表格*/
.service_table {
    margin-top: 20px;
}

.service_table thead th {
    background: #268aa2;
    color: #fff;
    font-size: 15px;
    text-align: center;
    height: 55px;
    line-height: 55px !important;
    padding: 0 !important;
    box-sizing: border-box;
    border: 0 none !important;
    position: relative;
}

.table_title { /*width: 74.59459459459459%;*/
}

thead .table_title:after, thead .table_view:after, .table_number:after {
    content: " ";
    display: block;
    position: absolute;
    top: 50%;
    right: 0;
    width: 1px;
    height: 12px;
    margin-top: -6px;
    background: #fff;
    opacity: 0.8;
}

.service_table tbody td { /*padding: 15px 35px !important;*/
}

.table-bordered > thead > tr > th, .table-bordered > tbody > tr > th, .table-bordered > tfoot > tr > th, .table-bordered > thead > tr > td, .table-bordered > tbody > tr > td, .table-bordered > tfoot > tr > td {
    border: 1px solid #f0f0f0;
}

.table_title a {
    color: #333;
    text-decoration: none;
}

.table_title a:hover {
    color: #268aa2
}

.table th {
    border: 0px;
}

.table > tbody > tr > td {
    padding: 0px;
}

.table-bordered {
    border: 0px solid #ddd;
}

.table > thead:first-child > tr > .table_number {
    text-align: center;
    padding-top: 20%;
    width: 16.66%;
}

.table > tbody > tr > .table_number {
    text-align: center;
    padding-top: 20%;
    width: 16.66%;
    font-size: 18px;
    line-height: 28px;
    color: #222222;
}

.table > tbody > tr > .table_number span {
    color: #e60012;
}

.table > tbody > tr > .table_title {
    text-align: center;
    padding-top: 20px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.table > tbody > tr > .table_view {
    text-align: center;
    padding: 20px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.table > tbody > tr > .table_date {
    text-align: center;
    padding: 20px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.table > tbody > tr > td a {
    color: #333333
}

.table > tbody > tr > .table_bh {
    text-align: center;
    padding: 20px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.table .col-xs-2, .table .col-xs-4 {
    float: none
}

.productz ul li {
    padding: 8px;
    margin-bottom: 30px;
    list-style: none;
}

.productz ul li a {
    background: #f0f4fa;
    display: block;
    padding: 20px;
}

.productz ul li a:hover {
    background: #268aa2;
}

.productz ul li a:hover .products_zcon {
    color: #fff;
}

.productz ul li a:hover .products_zsz {
    color: #fff;
}

.productz ul li a:hover .products_zby {
    color: #fff;
}

.productz ul li a:hover .products_zby i {
    color: #fff;
}

.products_zimg {
    margin: 20px 0;
    text-align: center;
}

.products_zg1 {
    background: url(/statics/style/image/20170718114851_75654.png) no-repeat center;
    background-size: 100%;
    width: 160px;
    height: 44px;
    margin-left: auto;
    margin-right: auto;
}

.productz ul li:hover .products_zg1 {
    background: url(https://www.cctianhong.com/data/default/home/images/productsicobai1.png) no-repeat center;
    background-size: 100%;
}

.products_zg2 {
    background: url(https://www.cctianhong.com/data/default/home/images/productsico2.png) no-repeat center;
    background-size: 100%;
    width: 160px;
    height: 44px;
    margin-left: auto;
    margin-right: auto;
}

.productz ul li:hover .products_zg2 {
    background: url(/statics/style/image/20170718115417_41462.png) no-repeat center;
    background-size: 100%;
}

.products_zg3 {
    background: url(/statics/style/image/20170718123427_19398.png) no-repeat center;
    background-size: 100%;
    width: 160px;
    height: 44px;
    margin-left: auto;
    margin-right: auto;
}

.productz ul li:hover .products_zg3 {
    background: url(/statics/style/image/20170718123434_13688.png) no-repeat center;
    background-size: 100%;
}

.products_zg4 {
    background: url(/statics/style/image/20170718123522_31126.png) no-repeat center;
    background-size: 100%;
    width: 160px;
    height: 44px;
    margin-left: auto;
    margin-right: auto;
}

.productz ul li:hover .products_zg4 {
    background: url(/statics/style/image/20170718123533_34842.png) no-repeat center;
    background-size: 100%;
}

.products_zg5 {
    background: url(/statics/style/image/20170718123613_33494.png) no-repeat center;
    background-size: 100%;
    width: 160px;
    height: 44px;
    margin-left: auto;
    margin-right: auto;
}

.productz ul li:hover .products_zg5 {
    background: url(/statics/style/image/20170718123620_48218.png) no-repeat center;
    background-size: 100%;
}

.products_zg6 {
    background: url(/statics/style/image/productsico6.png) no-repeat center;
    background-size: 100%;
    width: 160px;
    height: 44px;
    margin-left: auto;
    margin-right: auto;
}

.productz ul li:hover .products_zg6 {
    background: url(/statics/style/image/productsicobai6.png) no-repeat center;
    background-size: 100%;
}

.news7 {
    width: 100%;
    margin: 0px 0 0px 0;
    padding-top: 0px;
    margin-top: 30px
}

.productz ul li a .products_zsz {
    padding: 5px;
    color: #333333;
    text-align: center;
    font-size: 14px;
    font-weight: bold;
}

.productz ul li a .products_zcon {
    padding: 5px;
    color: #666666;
    font-size: 13px;
    height: 170px;
}

.productz ul li a .products_zby i {
    padding: 5px;
    color: #666666;
}

.productz ul li a .products_zby {
    padding: 5px;
    color: #7499af;
    margin-top: 15px;
    margin-bottom: 20px;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    width: 100%;
}

.product_view_tit {
    color: #333;
    font-size: 30px;
    border-bottom: 2px #eeeeee solid;
    margin-bottom: 30px;
    line-height: 50px;
    padding-bottom: 5px;
}

.product_view_con {
    line-height: 28px;
    font-size: 14px;
    color: #666666
}

.product_view_con ul {
    padding: 0px 0 0 17px;
}

.newsnr ul {
    padding: 0px 0 0 43px;
}

.newsnr ul li {
    margin-left: -20px;
    list-style: disc;
}

/*人才招聘*/
.recr_box01 {
    padding: 40px;
    background: #f5f5f5;
    margin-bottom: 30px;
}

.recr_box01 h3 {
    font-size: 24px;
    border-bottom: 5px solid #268aa2;
    float: left;
    color: #000;
    padding-bottom: 10px;
    margin-top: 0 !important;
}

.recr_box01 h4 {
    clear: both;
    color: #268aa2;
    padding: 20px 0 5px 0;
    margin: 0;
    font-weight: bold;
}

.recr_box01 ul {
    margin: 0;
}

.recr_box01 ul li {
    color: #666;
    line-height: 24px;
    padding-left: 15px;
    background: url(/statics/style/image/list_icon01.png) 0 12px no-repeat;
}

/*分页*/
.list_right3 {
    width: 600px;
    height: 30px;
    line-height: 30px;
    margin: 0px auto 30px;
    padding-top: 50px;
    text-align: center;
    clear: both;
    float: none;
    font-size: 13px;
}

.list_right3a {
    padding: 0px 20px;
    background: #268aa2;
    float: left;
    color: #FFF;
    margin-right: 6px;
}

.list_right3b a {
    padding: 0px 8px;
    float: left;
    margin-right: 6px;
    border: 1px solid #dddddd
}

.list_right3b a:hover {
    background: #8b8b8b;
    display: block;
    color: #fff;
}

.list_right3c a {
    border: 1px solid #dddddd;
    padding: 0px 15px;
    float: left;
    margin-right: 6px;
    color: #666;
}

.list_right3c a:hover {
    background: #8b8b8b;
    display: block;
    color: #fff;
}

.list_right3d a {
    padding: 0px 15px;
    float: left;
    margin-right: 6px;
    border: 1px solid #dddddd;
    color: #666;
}

.list_right3d a:hover {
    background: #8b8b8b;
    display: block;
    color: #fff;
}

.list_right3e {
    background: #268aa2;
    display: block;
    color: #fff;
}

.list_right3d .list_right3e {
    color: #fff;
}

.list_right3c {
    padding: 0px 8px;
    margin-right: 6px;
    color: #666;
}

.list_right3c:hover {
    display: block;
    color: #fff;
}

.list_right3c .page {
    margin: 0px 0;
}

.list_right3c span {
    padding: 0px 20px;
    background: #268aa2;
    float: left;
    color: #FFF;
    margin-right: 6px;
}

.list_right3c .disabled {
    background: #fff;
    border: 1px solid #dddddd;
    color: #666;
}

.list_right3c .disabled:hover {
    background: #8b8b8b;
    display: block;
    color: #fff;
}

.pagination > li {
    padding: 0 !important;
}

/*手机版分页*/
.fenyes {
    width: 100%;
    color: #666;
    font-size: small;
    margin: -8px auto 20px;
    padding-top: 30px;
    clear: both;
    text-align: center;
}

.fenyes a {
    color: #666;
}

.fenyelink {
    background-color: #fff;
    display: inline-block;
    cursor: pointer;
    color: #666;
    border-radius: 100px;
}

.fenyelink:hover {
    background-color: #FFAF32;
    display: inline-block;
    color: #fff
}

/*新闻详情*/
.newszcfx {
    text-align: center;
    margin-top: 30px;
    margin-bottom: 30px;
    font-size: 28px;
    line-height: 1.4;
    font-weight: bold;
}

.hbaouttitm {
    color: #999999;
    font-weight: normal;
    text-align: center;
    font-size: 14px;
    margin-top: 20px;
}

.hbaouttitm span {
    padding-left: 20px;
    padding-right: 20px;
}

.newsjz {
    text-align: left;
    font-size: 31px;
    line-height: 1.4;
    font-weight: bold;
    color: #756E6E;
    padding-left: 10px;
}

.newsjz a {
    color: #999999;
}

.newsnr {
    padding: 20px 0;
    line-height: 2;
    font-size: 13px;
    color: #756E6E;
}

.bshare-custom {
    float: left;
    width: auto;
    padding: 20px 0 10px 0;
}

.news8 {
    height: 60px;
    line-height: 60px;
    overflow: hidden;
    border-bottom: 1px dashed #cccccc;
}

.news8:hover span {
    background-color: #e4e8e9;
}

.news8 span {
    width: 100px;
    font-size: 15px;
    float: left;
    margin-right: 10px;
    text-align: center;
}

.news8 a {
    color: #756E6E;
    font-size: 15px;
}

.news8 a:hover {
    color: #756E6E;
}

/*达索认证*/
.cert_con ul li {
    font-size: 14px;
    line-height: 24px;
    color: #666666;
    margin-bottom: 40px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    padding: 0 15px;
}

.cert_con ul li ul li {
    margin-bottom: 0px;
    padding: 0px;
}

.cert_tit {
    font-size: 18px;
    color: #268aa2;
    font-weight: bold;
    margin-bottom: 15px;
}

.cert_bott {
    font-size: 18px;
    color: #268aa2;
    font-weight: bold;
    margin-bottom: 15px;
}

.cert_conbo {
    padding: 20px 0;
}

.cert_conbo img {
    max-width: 100%;
}

.cert_conbo .form-group {
    padding-left: 0px;
    padding-right: 30px;
    margin-bottom: 30px;
    height: auto;
    overflow: hidden;
}

.cert_conbo .radio {
    height: 42px;
    line-height: 42px;
    margin-bottom: 0px;
    margin-top: 0px;
}

.cert_conbo .form-group label {
    margin-right: 20px;
}

.cert_conbo .form-group label {
    font-size: 15px;
}

.cert_conbo .message_box a {
    background: #268aa2;
}

.zhuyi {
    color: #cb0101;
}

.cert_conbo_l {
    padding: 0px 20px 0px 5px;
    line-height: 24px;
    float: right;
    padding-top: 20%;
    text-align: center;
    font-size: 16px;
}

.cert_conbo_l p {
    text-align: left
}

.cert_conbo_r {
    padding: 0px 0px 0px 20px;
}

.cert_conbo_r img {
    max-width: 100%;
}

.cert_conbo_l img {
    max-width: 100%;
}

.dibupad {
    margin-bottom: 20px;
}

.cert_conbo_l2 {
    padding: 0px 20px 0px 5px;
    line-height: 24px;
    float: right;
    margin-top: 10%;
    background: #f4f4f4;
    padding: 20px;
    font-size: 16px;
}

.cert_conbo .more a:hover {
    color: #fff
}


/*关于js69(中国)有限公司*/
.contico {
    font-size: 16px;
}

.contico i {
    margin-right: 20px;
    font-size: 20px;
}

/*在线留言*/
.message_btn {
    float: right;
    display: block;
    width: 120px;
    line-height: 40px;
    text-align: center;
    background: #000;
    color: #fff;
    margin-bottom: 20px;
}

.message_btn:hover {
    color: #fff;
    text-decoration: none;
    background: #c9a063;
}

.form-group {
    padding: 0 15px;
}

.form-group label {
    font-size: 18px;
    color: #333;
}

.form-group input {
    background: #fafafa;
    line-height: 42px !important;
    height: 42px;
}

.form-group textarea {
    min-height: 260px;
    background: #fafafa;
}

.form-group textarea:focus, .form-group input:focus {
    border: 1px solid #c9a063;
    outline: none;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(201, 160, 99, .6);
}

.message_box {
    text-align: center;
    padding-top: 30px;
    clear: both;
}

.message_box button {
    display: inline-block;
    margin: 0 5px;
    width: 120px;
    line-height: 40px;
    text-align: center;
    background: #268aa2;
    color: #fff;
    clear: both;
    border: none;
}

.message_box button:hover {
    color: #fff;
    text-decoration: none;
    background: #8b8b8b;
    border: none;
}

/*下载中心*/
.memcer {
    background: rgba(25, 61, 61, 0.2);
    padding: 25px;
}

.zhhint, .zhhint2 {
    width: 100%;
    max-width: 400px;
    height: 200px;
    margin: 0 auto 0 auto;
    float: left;
    background: #fff;
    border: 1px #e5e5e5 solid;
    border-radius: 3px;
    z-index: 99999;
    top: 40%;
    padding: 0px;
    background: #f4f4f4;
}

.hint2 {
    color: #000;
}

.queren {
    width: 800px;
    height: 350px;
    margin: 0 auto 0 auto;
    float: left;
    background: #fff;
    border: 5px #e5e5e5 solid;
    border-radius: 3px;
    z-index: 99999;
    top: 130px;
    padding: 0px;
    background: #f4f4f4;
}

.queren2 {
    width: 800px;
    height: 280px;
    margin: 0 auto 0 auto;
    float: left;
    background: #fff;
    border: 5px #e5e5e5 solid;
    border-radius: 3px;
    z-index: 99999;
    top: 130px;
    padding: 0px;
    background: #f4f4f4;
}

.hint-in1 {
    height: 30px;
    line-height: 30px;
    padding: 20px 10px;
}

.m-new-in2 {
    margin-top: 30px;
    padding: 0px 10px;
}

.m-new-in3 {
    margin-top: 30px;
}

.hint-center {
    text-align: center;
    padding: 0 10px;
}

.hint-center .btn {
    width: 100%;
}

/*友情链接*/
.friend {
    font-size: 14px;
    font-weight: bold;
    text-align: center;
    color: #333;
    line-height: 40px;
}

.friendlj {
    font-size: 14px;
    line-height: 40px;
}

.friendlj a {
    padding: 10px 30px 10px 0px;
    color: #333;
}

.friends {
    padding-top: 20px;
}

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

.fl_input {
    float: left;
    line-height: 40px;
}

.yzm_img {
    float: left;
    margin-left: 7px;
    height: 42px;
    width: 20%;
}

@media screen and (max-width: 1920px) {
}

@media (max-width: 1920px) and (min-width: 1200px) {
}

@media (max-width: 1200px) and (min-width: 1024px) {
    .contain {
        width: 100%;
        padding: 0 15px;
    }

    .carousel-indicators {
        bottom: 0px;
    }

    .casebg {
        padding: 5em 8em 3em 8em;
    }

    .productbg {
        padding: 3em 3em 2em 3em;
    }

    .friends {
        padding-top: 20px;
    }
}

@media (max-width: 1023px) and (min-width: 320px) {
    .contain {
        width: 100%;
        padding: 0 0px;
    }

    .carousel-indicators {
        bottom: 0px;
    }

    .fuwu ul li .fuwucon {
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
    }

    .botline {
        width: 100%;
    }

    .news_d ul li a .news_con {
        height: auto;
    }

    .carousel-indicators li {
        width: 10%;
    }

    .carousel-indicators .active {
        width: 10%;
    }

    .gdmore {
        margin-top: 20px;
    }

    .item-overlay h3 {
        margin: 20px auto 0 auto;
    }

    .fuwuzs {
        padding: 10px 0px;
    }

    .fuwutit {
        font-size: 16px;
    }

    .casebg {
        padding: 3em 3em 2em 3em;
    }

    .caselist {
        height: 200px;
    }

    #con ul li {
        padding: 0px;
    }

    /*内页开始*/
    .neiye {
        margin-top: 20px;
        margin-bottom: 30px;
    }

    .product_r {
        margin-top: 30px;
    }

    .nbanner {
        height: 250px;
    }

    .nbannertit {
        font-size: 16px;
        padding-top: 70px;
    }

    .product_r {
        padding: 0px 0px 0px 0px;
    }

    .productbg {
        padding: 3em 3em 2em 3em;
        font-size: 13px;
    }

    .table > tbody > tr > .table_number {
        font-size: 16px;
    }

    thead .table_title:after, thead .table_view:after, .table_number:after {
        width: 0px;
    }

    .product_view_tit {
        font-size: 22px;
    }

    .friends {
        padding-top: 20px;
        margin-bottom: 30px;
    }

    .cert_conbo_l {
        line-height: 18px;
        float: left;
        padding-top: 10px;
        text-align: left;
        font-size: 14px;
        font-weight: bold;
        margin-bottom: 15px;
    }

    .cert_conbo_l p {
        text-align: left
    }

    .cert_conbo_r {
        padding: 0px 0px 0px 20px;
        margin-bottom: 20px;
    }

    .dibupad {
        margin-bottom: 20px;
    }

    .cert_conbo_l2 {
        margin-top: 10px;
        background: #f4f4f4;
        padding: 20px;
        font-size: 14px;
        font-weight: bold;
        line-height: 20px;
        margin-bottom: 15px;
    }

    .carousel-indicators li {
        height: 4px;
    }

    .carousel-indicators .active {
        height: 4px;
    }
}

@media (max-width: 1023px) and (min-width: 768px) {
    .anli, .fuwu, .news, .case {
        margin: 80px 0 0px 0;
    }

    .neiye {
        margin-top: 20px;
        margin-bottom: 30px;
    }

    .bottom {
        margin: 0px 0 0px 0;
    }

    .product_r {
        padding: 0px 0px 0px 0px;
    }
}

@media only screen and (max-width: 767px) {
    .anli, .fuwu, .news, .case {
        margin: 60px 0 0px 0;
    }

    .neiye {
        margin-top: 20px;
        margin-bottom: 30px;
    }

    .bottom {
        margin: 0px 0 0px 0;
    }

    .product_r {
        padding: 0px 0px 0px 0px;
    }
}

@media only screen and (max-width: 640px) {
    .news_d ul li a .new_shu {
        font-size: 36px;
        line-height: 36px;
    }

    .anli, .fuwu, .news, .case {
        margin: 60px 0 0px 0;
    }

    .neiye {
        margin-top: 20px;
        margin-bottom: 30px;
    }

    .bottom {
        margin: 0px 0 0px 0;
    }

    .product_r {
        padding: 0px 0px 0px 0px;
    }

    .slideBox span, .slideBox dt a, .slideBox em {
        display: block;
        margin-bottom: 10px;
    }

    .slideBox dt .on, .slideBox dt .active, .slideBox a:hover {
        background: #f5f5f5;
    }

    .newszcfx {
        font-size: 18px;
    }

    @media only screen and (max-width: 480px) {
        .news_d ul li a .new_shu {
            font-size: 36px;
            line-height: 36px;
        }

        .bottom_v span {
            display: block
        }

        .product_r {
            padding: 0px 0px 0px 0px;
        }

        .neiye {
            margin-top: 20px;
            margin-bottom: 30px;
        }

        .slideBox span, .slideBox dt a, .slideBox em {
            display: block;
            margin-bottom: 10px;
        }

        .slideBox dt .on, .slideBox dt .active, .slideBox a:hover {
            background: #f5f5f5;
        }
    }
    @media only screen and (max-width: 320px) {
        .contain {
            width: 100%;
            padding: 0 15px;
        }

        .fuwu ul li .fuwucon {
            white-space: nowrap;
            overflow: hidden;
            text-overflow: ellipsis;
        }

        .botline {
            width: 100%;
        }

        .news_d ul li a .new_shu {
            font-size: 28px;
            line-height: 28px;
        }

        .news_d ul li a .news_con {
            height: auto;
        }

        .anli, .fuwu, .news, .case {
            margin: 60px 0 0px 0;
        }

        .bottom {
            margin: 0px 0 0px 0;
        }

        .menu_icon {
            margin-top: 30px;
            padding-right: 10px;
        }

        .botwz {
            width: 160px;
        }

        .botwzxq {
            margin-top: -60px;
            font-size: 20px;
            width: 150px;
        }

        .botwzxq p {
            font-size: 20px;
        }

        .slideBox span, .slideBox dt a, .slideBox em {
            font-size: 14px;
            padding: 8px 10px;
            font-weight: normal;
            margin: 0 5px;
        }

        .news_d ul li a {
            padding: 15px 0px;
        }

        .casebg {
            padding: 3em 2em 2em 2em;
        }

        .caselist {
            height: 200px;
        }

        .neiye {
            margin-top: 20px;
            margin-bottom: 30px;
        }

        .product_r {
            padding: 0px 0px 0px 0px;
        }

        .productbg {
            padding: 2em;
        }

        .table > tbody > tr > .table_number {
            font-size: 16px;
        }

        thead .table_title:after, thead .table_view:after, .table_number:after {
            width: 0px;
        }

        .slideBox span, .slideBox dt a, .slideBox em {
            display: block;
            margin-bottom: 10px;
        }

        .slideBox dt .on, .slideBox a:hover {
            background: #f5f5f5;
        }

        .nbanner {
            height: 250px;
        }

        .nbannertit {
            font-size: 16px;
            padding-top: 50px;
        }

        .product_view_tit {
            font-size: 20px;
        }

        .friends {
            padding-top: 20px;
            margin-bottom: 20px;
        }

        .carousel-indicators li {
            height: 4px;
        }

        .carousel-indicators .active {
            height: 4px;
        }
    }

    /*2016.06.29*/
    @media (max-width: 640px) and (min-width: 300px) {
        .news_d ul li a {
            padding: 15px 0px;
        }

        .news_d ul li a .jiangzuo_shu img {
            padding-right: 0px;
        }

        .news_r {
            padding-right: 0px;
        }

        .news_d ul li a .jiangzuo_titz {
            margin-top: 15px;
            text-overflow: ellipsis;
            overflow: hidden;
            white-space: nowrap;
            width: 100%;
        }

        .recr_con .recr_box01 {
            margin: 0;
            width: 100%;
            margin-bottom: 15px;
        }
    }

