

@charset "utf-8";

body, div, ul, li, h1, h2, h3, h4, h5, h6, p, dd, dl, dt, input {

    margin: 0;

    padding: 0;

}

body {

    color: #666;

    font-family: "微软雅黑",Arial,Helvetica,sans-serif;

    font-size: 12px;

    overflow: hidden;

    width: 100%;
	margin-left:0;
	max-width:100%;

}

ul, li, em, i {

    font-style: normal;

    font-weight: normal;

    list-style: outside none none;

}

a {

    color: #666;

    outline: medium none;

    text-decoration: none;

}

a:hover {

    text-decoration: none;

}

img {

    border: 0 none;

    vertical-align: middle;

}

em {

    font-style: normal;

}

.clear {

    clear: both;

}

.left {

    float: left;

}

.right {

    float: right;

}

.wrapper {

    margin: 0 auto;

    position: relative;

    width: 1200px;

}

.clear {

    clear: both;

    content: "";

    display: table;

}

.clearfix:after {

    clear: both;

    content: " ";

    display: block;

}

.red {

    color: #f00;

}

input {

    color: #666;

    font-family: "寰蒋闆呴粦";

}

@font-face {

    font-family: "font-icons";

    font-style: normal;

    font-weight: normal;

    src: url("../fonts/font-icons.eot") format("embedded-opentype"), url("../fonts/font-icons.svg") format("svg"), url("../fonts/font-icons.woff") format("woff"), url("../fonts/font-icons.ttf") format("truetype");

}

@font-face {

    font-family: "QTypeCompBook";

    font-style: normal;

    font-weight: 700;

    src: url("../fonts/qtypecomp-book-webfont.eot?iefix") format("eot"), url("../fonts/qtypecomp-book-webfont.ttf") format("truetype"), url("../fonts/qtypecomp-book-webfont.svg#webfontgiHXErbZ") format("svg");

}

.font-icons {

    font-family: "font-icons";

}

header {

    height: 70px;
	position:relative;
	z-index:99999;

}

header h1 {

    background: none repeat scroll 0 0 #000;

    height: 70px;

    left: 0;

    overflow: hidden;

    position: absolute;

    text-indent: -9999em;

    width: 300px;

}

header h1 {

    background: url(../images/logo.png) no-repeat scroll 0 0 / auto 100% rgba(0, 0, 0, 0);

}

nav {

    border-right: 1px solid #ccc;

}

nav a {

    border-left: 1px solid #ccc;

    display: inline-block;

    font-size: 14px;

    line-height: 20px;

    padding: 15px 0;

	width:120px;

    text-align: center;

    transition: background 0.6s ease 0s;

}

nav a.current {

    background: none repeat scroll 0 0 #0087c7;

    color: #fff;

}

nav a:hover {

    background: none repeat scroll 0 0 #0087c7;

    color: #fff;

}

nav span {

    display: block;

    font-size: 12px;

    text-transform: uppercase;

}

.btn-nav-bar {

    -moz-border-bottom-colors: none;

    -moz-border-left-colors: none;

    -moz-border-right-colors: none;

    -moz-border-top-colors: none;

    background: none repeat scroll 0 0 #fff;

    border-color: -moz-use-text-color -moz-use-text-color -moz-use-text-color #ddd;

    border-image: none;

    border-style: none none none solid;

    border-width: medium medium medium 1px;

    cursor: pointer;

    display: none;

    height: 70px;

    position: absolute;

    right: 0;

    width: 90px;

}

.icon-bar {

    background: none repeat scroll 0 0 #333;

    display: block;

    float: left;

    height: 3px;

    margin: 5px 0 0 35px;

    width: 20px;

}

@media (max-width: 992px) {

.btn-nav-bar {

    display: block;

}

nav {

    display: none;

}

#about {

    display: none;

}

}

.mobile-nav {

    background: none repeat scroll 0 0 #f9f9f9;

    border-left: 1px solid #ddd;

    display: none;

    height: 100%;

    position: absolute;

    right: -126px;

    top: 0;

    width: 125px;

    z-index: 10000;

}

.mobile-nav li {

    background: none repeat scroll 0 0 #f9f9f9;

    border-bottom: 1px solid #ddd;

    height: 50px;

    text-align: center;

}

.mobile-nav li a {

    display: block;

    height: 50px;

    line-height: 50px;

    width: 125px;

}

.mobile-nav li a:hover {

    background: none repeat scroll 0 0 #ddd;

}

.mobile-nav li.mobile-nav-list1 {

    background: none repeat scroll 0 0 #fff;

    border-right: 2px none;

    height: 70px;

}

.mobile-nav li.mobile-nav-list1 a {

    border-right: 3px solid #ef3125;

    height: 70px;

    line-height: 70px;

    width: 122px;

}

#banner {

    background: none repeat scroll 0 0 #94908d;

    overflow: hidden;

    position: relative;

}

#banner ul {

    max-width: 100%;

    position: relative;

}

#banner ul li {

    max-width: 100%;

    position: absolute;

}

#banner li img {

    display: block;

    height: auto;

}

#banner .preNext {

    cursor: pointer;

    height: 38px;

    position: absolute;

    top: 44%;

    width: 20px;

    z-index: 1000;

}

#banner .pre {

    left: 10px;

}

#banner .next {

    right: 10px;

}

#banner .p-hover, #banner .n-hover {

    height: 41px;

    width: 25px;

}

#banner .btn {

    bottom: 15px;

    left: 0;

    padding: 5px 0;

    position: absolute;

    text-align: center;

    width: 100%;

}

#banner .btn span {

    cursor: pointer;

    display: inline-block;

    height: 10px;

    margin: 0 2px 0 3px;

    width: 10px;

}

#banner .preNext, #banner .btn span {

    background: url("../images/ico2.png") no-repeat scroll 0 0 rgba(0, 0, 0, 0);

}

#banner .pre {

    background-position: -91px -4px;

}

#banner .next {

    background-position: -113px -4px;

}

#banner .p-hover {

    background-position: -133px -4px;

}

#banner .n-hover {

    background-position: -157px -4px;

}

#banner .btn span {

    background-position: -182px -17px;

}

#banner .btn span.on {

    background-position: -194px -17px;

}

span.titles {

    background: none repeat scroll 0 0 #0087c7;

    display: block;

    height: 2px;

    width: 30px;

}

#about {

    margin: 25px 0;

}

#about strong {

    color: #444;

    display: block;

    font-size: 175%;

    font-weight: normal;

    line-height: 30px;

    margin-bottom: 10px;

}

#about span {

    color: #959595;

    font-size: 14px;

    line-height: 20px;

}

#about .pull-right strong {

    font-size: 30px;

    font-weight: bold;

}

#ser {

    background: none repeat scroll 0 0 #f6f6f6;

    padding: 30px 0;

}

#ser div a {

    background: none repeat scroll 0 0 #fff;

    border-radius: 5px;

    box-shadow: 0 5px 2px 0 #ccc;

    display: block;

    margin: 0 5%;

    padding: 10% 0 0;

    text-align: center;

}

#ser div ul {

    line-height: 25px;

    margin: 5% 0;

}

@keyframes animatedBackground {

0% {

    background-position: 0 0;

}

100% {

    background-position: 100% 0;

}

}

@keyframes animatedBackground {

0% {

    background-position: 0 0;

}

100% {

    background-position: 100% 0;

}

}

.animate-area {

    /*animation: 4s linear 0s normal none infinite running animatedBackground;*/

    background-image: url("../images/title.png");

    background-position: 0 0;

    background-repeat: repeat-x;

    color: #fff;

    height: 62px;

    line-height: 62px;

    margin: 20px auto;

    padding-top: 10px;

}

#case {

    margin: 25px auto;
	overflow:hidden;

}

#case .tit {

    font-size: 24px;

    height: 40px;

    line-height: 18px;

}

#case .tit span {

    font-size: 12px;

    text-transform: uppercase;

}

#case .tit strong {

    float: right;

    font-size: 14px;

    font-weight: normal;

    line-height: 40px;
	margin-top: -20px;

}

#case .tit em {

    font-size: 18px;

}

.nav-list {

    margin: 20px 0;

}

.nav-list a {

    border: 1px solid #666;

    color: #383838;

    display: inline-block;

    font-size: 12px;

    font-weight: bold;

    line-height: 100%;

    margin: 0 6px 4px 0;

    padding: 3px 5px;

    vertical-align: top;

}

.nav-list a.f12_a {

    font-family: Arial,Verdana;

    font-size: 12px;

    letter-spacing: -1px;

}

.nav-list a.f18 {

    font-size: 18px;

    line-height: 18px;

    padding: 2px 5px 4px;

}

.nav-list a.f18_a {

    font-family: Arial,Verdana;

    font-size: 18px;

    letter-spacing: -1px;

    line-height: 18px;

}

.nav-list a.f24 {

    font-size: 24px;

    line-height: 24px;

    padding: 1px 5px 5px;

}

.nav-list a.f24_a {

    font-family: Arial,Verdana;

    font-size: 24px;

    letter-spacing: -1px;

    line-height: 24px;

}

.nav-list a:hover, .nav-list a.on {

    background: none repeat scroll 0 0 #000;

    border: 1px solid #000;

    color: #fff;

}

#case .row img {

    width: 100%;

}

#case .row .work-box {

    color: #fff;

    float: left;

    margin:1%;

    overflow: hidden;

    padding: 0;

    position: relative;

    width: 23%;

}

.box {

    background: none repeat scroll 0 0 #0087c7;

    height: 100%;

    left: 0;

    position: absolute;

    text-align: center;

    top: 0;

    width: 100%;

}

#case .row dl {

    display: inline-block;

    height: 80px;

    left: 50%;

    margin-left: -145px;

    margin-top: -60px;

    padding: 0 15px;

    position: absolute;

    text-align: center;

    text-decoration: none;

    top: 50%;

    width: 290px;

}

.work-box img {

    transform: scaleY(1);

    transition: all 0.7s ease-in-out 0s;

    width: 100%;

}

.work-box .box {

    opacity: 0;

    transition: all 0.5s linear 0s;

}

.work-box:hover .box {

    opacity: 1;

}

.work-box:hover dl {

    opacity: 1;

    transform: scale(1);

}

.work-box strong {

    display: block;

    font-size: 18px;

}

.work-box span {

    display: block;

    margin: 10px 0;

    text-align: left;

}

.work-box dl a {

   /* border-radius: 50px;*/

    display: inline-block;

    height: 50px;

    width: 50px;

}

.work-box a.links {

    background: url(../images/link.png) no-repeat scroll 0 0 rgba(0, 0, 0, 0);

}

.work-box dl a.deta {

    background: url(../images/detail.png) no-repeat scroll 0 0 rgba(0, 0, 0, 0);

    margin-left: 10px;

}

.count-wrap {

    background: url(../images/count-background.jpg) repeat scroll 50% 50% / cover rgba(0, 0, 0, 0);

    height: 546px;

    overflow: hidden;

    position: relative;

    width: 100%;

}

.mid_wrap {

    font-size: 0;

    text-align: center;

}

.count-content {

    background: none repeat scroll 0 0 rgba(0, 0, 0, 0.84);

    height: 100%;

    left: 0;

    position: absolute;

    top: 0;

    width: 100%;

}

.mid_wrap:before {

    content: " ";

    display: inline-block;

    height: 100%;

    vertical-align: middle;

    width: 0;

}

.mid_block {

    display: inline-block;

    font-size: medium;

    line-height: normal;

    vertical-align: middle;

}

.count-content .mid_block {

    width: 99%;

}

.count-item {

    display: inline-block;

    margin-left: 5%;

    position: relative;

}

.count-item:first-child {

    margin-left: 0;

}

.count-number {

    background: none repeat scroll 0 0 #d00027;

    border-radius: 6px;

    color: #fff;

    font-family: "font-icons";

    font-size: 220px;

    height: 220px;

    min-width: 146px;

    padding: 0 20px;

    text-align: center;

}

.count-number:after {

    border-bottom: 4px solid #c70020;

    content: " ";

    display: block;

    height: 0;

    left: 0;

    position: absolute;

    top: 102px;

    width: 100%;

}

.count-fonts {

    color: #fff;

    font-size: 18px;

    line-height: 20px;

    padding-top: 24px;

}

.count-mc {

    color: #fff;

    display: block;

    font-family: "font-icons";

    font-size: 32px;

    height: 32px;

    line-height: 32px;

    position: absolute;

    right: 0;

    text-align: center;

    top: 0;

    width: 32px;

}

.count-mc:before {

    content: "顦�";

}

#client {

    background: none repeat scroll 0 0 #eee;

    padding: 20px 0;

}

#client h1 {

    font-size: 24px;

    font-weight: normal;

    margin: 10px 0;

}

#client strong {

    display: block;

    font-size: 14px;

    font-weight: normal;

    margin-bottom: 30px;

}

#client .col a {
/*
    display: inline-block;

    margin: 1%;

    width: 18%;
*/
}

#client .col img {

    width: 100%;

}

.news {

    /*background: none repeat scroll 0 0 #fff;*/

    height: 185px;

    overflow: hidden;

    position: relative;

}

.news h3 {

    display: block;

    float: left;

    font-size: 44px;

    font-weight: 100;

    height: 136px;

    line-height: 110px;

    text-indent: 42px;

    width: 18%;

}

.news h3 a {
/*color: #fff;*/
}

.news-show {

    float: left;

    position: relative;

    width: 71.5%;

}

.news-select-left, .news-select-right {

    background: url("../images/btn_top.png") repeat scroll 0 0 rgba(0, 0, 0, 0);

    cursor: pointer;

    display: none;

    height: 17px;

    position: absolute;

    top: 70px;

    width: 17px;

}

.news-select-left {

    background-position: 0 -148px;

    right: -1.7%;

    top: 60px;

}

.news-select-right {

    background-position: -17px -161px;

}

.news-select-right {

    background-position: left bottom !important;

    right: -1.7%;

    top: 80px;

}

.news-select-left:hover {

    background-position: right top !important;

}

.news-select-right:hover {

    background-position: right bottom !important;

}

.news-show-list {
    height: 180px;
    overflow: hidden;
}

.news-show-list ul {
   width:430px;
   margin-right:30px;
   margin-top:10px;
}

.news-show-list ul li {
	margin-top:10px;
	font-size:14px;
}

.news-con-top {
   /*background: none repeat scroll 0 0 #fff;*/

    height: 85px;

    margin: 0 0 10px;

    position: absolute;

    width: 32%;

}

.news-con-top img {

    float: left;

    margin: 10px 10px 0 15px;

}

.news .news-con-top h4 {

    font-size: 100%;

    height: 20px;

    margin: 12px 10px 5px 0;

    overflow: hidden;

    padding: 0;

    text-overflow: ellipsis;

    white-space: nowrap;

}

.news-con-top span {

    color: #aaa;

    display: block;

    font-size: 12px;

}

.news-con-top span.news-more {

    color: #333;

    display: none;

    font-size: 12px;

    padding: 0 0 0 15px;

}

.ico2 {

    background: url("../images/ico2.png") no-repeat scroll 0 0 rgba(0, 0, 0, 0);

}

.news-con-top .ico2 {

    bottom: -6px;

    display: block;

    height: 6px;

    left: 30px;

    position: absolute;

    width: 14px;

}

.news-con-top .ico2 {

    background-position: -14px -8px;

}

.news-show-list p {

    color: #fff;

    font-size: 12px;

    height: 132px;

    overflow: hidden;

    padding: 95px 0 0;

}

.con-black {

    background-color: #fff;

}

.con_rank_title {

    padding: 42px 0 0;

}

.con_rank_title h3 {

    color: #d30830;

    display: block;

    font-size: 36px;

    line-height: 54px;

    text-align: center;

}

.con_rank_title h3.white {
color: #666;
}

.con_rank_title h5 {

    color: #666666;

    font-size: 12px;

    line-height: 28px;

    text-align: center;

}

.con_rank_title h5 {

    color: #666666;

    font-size: 12px;

    line-height: 28px;

    text-align: center;

}

.call-us {

    padding: 42px 0;

    text-align: center;

}

.call-us a {

    background-color: #434343;

    border: 1px double #434343;

    color: #fff;

    display: inline-block;

    font-family: "hev",寰蒋闆呴粦;

    font-size: 32px;

    line-height: 80px;

    padding: 0 42px;

    position: relative;

}

.call-us a {

    font-size: 24px;

}

.call-us a:before {

    border: 2px solid #232323;

    bottom: 0;

    content: " ";

    display: block;

    left: 0;

    position: absolute;

    right: 0;

    top: 0;

}

#i_contact {

    background: none repeat scroll 0 0 #fff;

   /* padding: 65px 0;*/
   padding: 20px 0 31px 0;	
 	
    text-align: center;

}

.feedback-index .fb-txa, .feedback-index .fb-ipt {
	border:1px solid #e9e9e9;
	
    background-color: #fff;

    /*border: medium none;*/

    /*border-radius: 0;*/

    box-sizing: content-box;

    color: #666666;

    display: block;

    font-size: 12px;

    height: 42px;

    margin: 0;

    overflow: auto;

    padding: 0 3%;

    vertical-align: middle;

    width: 94%;

}

.feedback-index .fb-txa {

    height: 105px;

    line-height: 18px;

    margin: 0;

    padding: 12px 3%;

    resize: none;

}

.feedback-index .fb-rows {

    line-height: normal;

}

.feedback-index .fb-btn {

    background-color: #eee;

    border: medium none;

    border-radius: 0;

    color: #666;

    cursor: pointer;

    font-size: 14px;

    height: 42px;

    margin: 0;

    padding: 0;

    width: 100%;

}

.feedback-index, .contact-index {
	
    display: inline-block;

    font-size: 12px;

    letter-spacing: normal;

    text-align: left;

    vertical-align: top;

}

.contact-index i {

    background: none repeat scroll 0 0 #434343;

    display: inline-block;

    font-size: 24px;

    height: 42px;

    line-height: 42px;

    margin-right: 10px;

    text-align: center;

    vertical-align: top;

    width: 42px;

}

.contact-index .ctc-rows {

    color: #ababab;

    height: 42px;

    line-height: 42px;

    margin-bottom: 1px;

}

#map {

    background: none repeat scroll 0 0 #000;

    height: 350px;

    width: 100%;

}

#map.map{ height:650px;}

#footer {

    background: none repeat scroll 0 0 #1b1b1b;

    border-top: 3px solid #bf0a24;

    padding: 20px 0;

    text-align: center;

}

#footer i {

    background: none repeat scroll 0 0 #404040;

    border-radius: 5px;

    color: #fff;

    font-size: 20px;

    margin: 10px;

    padding: 5px;

}

#bannervideo {

    position: relative;

    width: 100%;

}

#bannervideo video {

    width: 100%;

}

.shows {

    background: url("../images/show.png") repeat scroll 0 0 rgba(0, 0, 0, 0);

    height: 100%;

    left: 0;

    position: absolute;

    top: 0;

    width: 100%;

    z-index: 99;

}

#bannervideo .main_title {

    background: url(../images/main_title.png) no-repeat scroll center center rgba(0, 0, 0, 0);

    height: 200px;

    left: 50%;

    margin-left: -250px;

    margin-top: -200px;

    position: absolute;

    top: 50%;

    width: 500px;

    z-index: 999;

}

.about {

    background: none repeat scroll 0 0 #fff;

    margin-top: -200px;

    min-height: 550px;

    padding-top: 20px;

    position: relative;

    z-index: 9999;

}

.title {

    color: #000;

    text-align: center;

}

.title strong {

    display: block;

    font-size: 36px;

    font-weight: normal;

}

.title span {

    background: url("../images/t.png") no-repeat scroll center center rgba(0, 0, 0, 0);

    display: block;

    font-size: 16px;

}

.about .left {

    margin: 50px 0 0 50px;

}

.about .right {

    line-height: 25px;

    margin: 50px 50px 0 0;

    width: 700px;

}

#about_t {

    background: none repeat scroll 0 0 #e4e4e4;

    color: #000;

    padding: 35px 0;

    position: relative;

    width: 100%;

}

#about_t dl {

    line-height: 25px;

    text-align: center;

}

#about_t .wrapper {

    width: 100%;

}

#ban {

    height: 400px;

    width: 100%;

}

#menu {

    padding: 20px 0;

}

#menu a {

    background: none repeat scroll 0 0 #e9e9e9;

    display: inline-block;

    height: 30px;

    line-height: 30px;

    margin: 0 15px 10px;

    text-align: center;

    width: 100px;

}

#menu a.current {

    background: none repeat scroll 0 0 #000;

    color: #fff;

}

#menu a:hover {

    background: none repeat scroll 0 0 #000;

    color: #fff;

}

#news {

    border-bottom: 1px solid #ccc;

    margin-bottom: 30px;
	overflow:hidden

}

#news .row {

    background: none repeat scroll 0 0 #f0f0f0;

    border-top: 1px solid #ccc;

    padding: 15px 0;

}

#news img {

    border: 2px solid #f0f0f0;

    width: 100%;

}

#news a.t {

    color: #333;

    display: block;

    font-size: 20px;

    margin-bottom: 10px;

}

#news dt {

    font-size: 14px;

    font-weight: normal;

    line-height: 23px;

    margin-bottom: 10px;

}

#news .bg {

    background: none repeat scroll 0 0 #fff;

}

#news .row:hover a.t {

    color: #d51d1c;

}

#news .row:hover span {

    color: #d51d1c;

}

#news .row:hover img {

    border: 2px solid #d51d1c;

}

#page {

    margin-bottom: 30px;

    text-align: center;

}

#page a {

    background: none repeat scroll 0 0 #f8f8f8;

    border: 1px solid #ccc;

    display: inline-block;

    height: 30px;

    line-height: 30px;

    margin: 0 10px;

    text-align: center;

    width: 30px;

}

#page a.current {

    background: none repeat scroll 0 0 #000;

    color: #fff;

}

#page a:hover {

    background: none repeat scroll 0 0 #000;

    color: #fff;

}

#newsdt {

    background: none repeat scroll 0 0 #f2f2f2;

}

#newsdt .container{ line-height:25px;	padding:30px 15px;}

#title {

    background: none repeat scroll 0 0 #f2f2f2;

    margin-top: 20px;

    padding: 20px 0;

}

#title h2 {

    color: #333;

    font-weight: bold;

    line-height: 40px;

}

#title .container {

    padding: 0 15px;

}

#title span {

    display: block;

}

#title .pos {

    position: absolute;

    right: 0;

    top: 15px;

}

.pos a {

    background: none repeat scroll 0 0 #dedede;

    border-radius: 50px;

    color: #fff;

    display: inline-block;

    height: 50px;

    line-height: 50px;

	margin-right:15px;

    text-align: center;

    vertical-align: middle;

    width: 50px;

}

.pos a:hover {

    background: none repeat scroll 0 0 #3a3a3a;

}

#service{ padding-bottom:40px;}

#service div{ color:#1b1b1b;}

#service div:hover{ color:#ef3226;}

#service .row div img.hov{ display:none;}

#service .row div:hover img{ display:none;}

#service .row div:hover img.hov{ display:block;}

#service h2{ font-size:18px;}

#service dl{ font-size:14px; line-height:25px; margin:5px 0; height:50px; overflow:hidden;}

#service li{ line-height:25px;}

#service img{ width:100%;}

#service .row .row{ margin-top:40px;}

#service .col-lg-2,#service .col-md-2,#service .col-sm-2{ padding:0;}



#job{ position:relative;}

#job .tit{ margin-top:-80px; text-align:center;}

#job .tit a{ display:inline-block; height:209px; width:222px; margin:0 10px;}

#job .tit a.design{ background:url(../images/job1.png) no-repeat}

#job .tit a.web{ background:url(../images/job3.png) no-repeat}

#job .tit a.php{ background:url(../images/job2.png) no-repeat}



.kong{ background:#857ca0; height:134px; position:absolute; bottom:0; width:100%; z-index:-1;}


#cont.cont{ display:none;}


.job1{ background:#857ca0; height:680px; overflow:hidden}

.job1 .lf{ background:url(../images/s1.png) no-repeat center center; height:680px;}

.job2{ background:#83bcb5;}

.job2 .lf{ background:url(../images/s3.png) no-repeat center center; height:680px;}

.job3{ background:#fa967c;}

.job3 .lf{ background:url(../images/s2.png) no-repeat center center; height:680px;}

.job1 .con{ color:#fff; font-size:14px;line-height:40px; padding:50px 0 0 0; }

.job2 .con{ padding:50px 0 0 20%;}

.job1 .pin{ background:#9ac600; border-radius:50px; color:#fff; display:block; font-size:16px; height:50px; line-height:50px; width:180px; text-align:center; border-bottom:3px solid #799b01; margin-top:30px;}



#cont{ background:#fff; border-radius:10px; color:#666; width:858px; position:absolute; z-index:999; padding:50px; right:0; top:100px;}

#cont img{ width:16px; margin-right:10px;}

#cont .col{ float:left; line-height:25px; width:261px;}

#cont .col dl{ margin-bottom:10px;}

#cont h2{ font-size:16px; font-weight:normal; margin-bottom:15px;}

#cont .last{ margin-top:30px;}

header{ border-bottom:1px solid #ccc;}

.btn-nav-bar{ border-bottom:1px solid #ccc; border-left:1px solid #ccc;}

.img-content {width:1003px;margin:0 auto;}
.img-content li{widt:199px;float:left;margin-left:40px;height:100px;}


#case_title{ margin-top:20px; text-align:right;}

#case_title strong{ color:#fff; display:inline-block; font-size:24px; height:50px; line-height:50px; background:#000; padding:0 20px;}





.case_title {

    display: block;

    height: 72px;

    margin-bottom: 30px;

    overflow: hidden;

    position: relative;

}

.case_title h2 {

    color: #000;

    font-family: "QTypeCompBook","Trebuchet MS",Arial,Helvetica,sans-serif;

    font-size: 45px;

    line-height: 46px;

    text-transform: uppercase;

}

.case_title h3 {

    font-size: 24px;
	height:35px;
    line-height: 25px;
	overflow:hidden;

}

.case_title a {

    background: none repeat scroll 0 0 #e3e3e3;

    border-radius: 5px;

    color: #666;

    display: block;

    font-size: 14px;

    height: 28px;

    line-height: 28px;

    position: absolute;

    right: 0;

    text-align: center;

    text-decoration: none;

    top: 20px;

    width: 90px;

}



#inner { width: 100%; margin: 0 auto 30px; }

.hot-event { padding:0; position: relative; }

.hot-event .switch-tab { text-align: center; padding: 10px 0; position:absolute; top:-77px; left:20%; width:60%; text-align:center; }

.hot-event .switch-tab a, .hot-event .switch-tab .current { margin: 0 2px; display: inline-block; width: 15px; height: 15px; background-image: url(../images/bg.png); background-position: -161px 0; font: 0/0 arial; color: transparent; overflow: hidden; vertical-align: top; }

.hot-event .switch-tab .current { background-image: url(../images/bg.png); background-position: -195px 0; }

.hot-event .switch-nav { position: absolute; right: 0; top: 48%; z-index: 2; width:100%; }

.hot-event .switch-nav .i-prev { background-image: url(../images/bg.png); background-position: -127px 0; }

.hot-event .switch-nav .prev { border:0; margin-left:20px; }

.hot-event .switch-nav .next {  border:0; float:right; margin-right:20px; }

.hot-event .switch-nav .i-next { background-image: url(../images/bg.png); background-position: -144px 0; }

.hot-event .switch-nav a { border-radius:30px; display: inline-block; padding: 15px; background: rgba(0,0,0,.8); border-style: solid; border-color: rgba(255,255,255,.8); }

.hot-event .switch-nav a:hover { background: rgba(0,0,0,.2); }

.hot-event .event-item {width: 100%; position: relative; z-index: 1; left: 0; top: 0; }

.hot-event .event-item .banner { display: block; }

.hot-event .event-item img { -webkit-box-reflect: below 0 -webkit-gradient(linear,0 0,0 100%,from(transparent),color-stop(85%,transparent),to(rgba(255,255,255,.2))); border: 0; }

.hide-clip { position: absolute!important; clip: rect(1px 1px 1px 1px); clip: rect(1px,1px,1px,1px); padding: 0!important; border: 0!important; height: 1px!important; line-height: 0!important; width: 1px!important; overflow: hidden; }

a .ico { cursor: pointer; }

.ico { display: inline-block; width: 16px; height: 16px; vertical-align: middle; overflow: hidden; }

#newsdt img{ width:100%;}


#casedetail{ line-height:25px; margin:0 auto; width:80%;}

#casedetail h2{ 

    color: #000;

    font-size: 24px;

    font-weight: 100;

    line-height: 40px;

    margin-bottom: 8px;

    text-align: center;

    text-transform: lowercase;

}

#casedetail h2 span {

    font-family: "QTypeCompBook","Trebuchet MS",Arial,Helvetica,sans-serif;

    font-weight: bold;

    padding-right: 5px;

    text-transform: uppercase;

}

#casedetail dl{ margin:20px 0}

.npzp {

	margin-top:30px;

    color: #999;

	margin-bottom:50px;

    text-transform: uppercase;

}

p.npzp a {

    color: #999;

    display: inline-block;

}

.W_top {

    border-bottom: 1px solid #ddd;

    clear: both;

    display: block;

    height: 33px;

    margin-bottom: 60px;

    position: relative;

}

.W_top a {

    background:#040000;

    color: #ccc;

    display: block;

    height: 26px;

	margin:0 auto;

    line-height: 26px;

    margin: 0 auto;

    position: relative;

	top:20px;

    text-align: center;

    text-transform: uppercase;

    width: 120px;

	z-index:999;

}
#share{ position:relative; margin-right:50px; z-index:999999; width:160px; float:right; margin-top:-60px; margin-right:90px;}

#share a{ display:inline-block; position:static; background-color:none; border-radius:0; width:auto;}

#casedts{ position:relative;}
#casedts a{ 
    background: none repeat scroll 0 0 rgba(0, 0, 0, 0.8);
    border-color: rgba(255, 255, 255, 0.8);
    border-radius: 30px;
    display: inline-block;
    padding: 15px;
	position:absolute;
	left:0; top:300px;
	width:auto;
	width:48px;
	height:48px;
}
#casedts a:hover {
    background: none repeat scroll 0 0 rgba(0, 0, 0, 0.2);
}
#casedts a.next{ left:auto; right:0;}
#casedts .ico {
    display: inline-block;
    height: 16px;
    overflow: hidden;
    vertical-align: middle;
    width: 16px;
}
#casedts img{ width:100%;}
#casedts .i-prev {
    background-image: url(../images/bg.png);
    background-position: -127px 0;
}
#casedts .i-next {
    background-image: url(../images/bg.png);
    background-position: -144px 0;
}


@media only screen and (max-width: 800px) {

	#cont{ background:#fff; border-radius:0px; color:#666; width:100%; position:relative; z-index:9999999; top:0; border-top:1px solid #ccc; }

	#cont .last{ display:none;}

	#map.map{ height:auto;}

	#cont .col{ margin-bottom:20px; width:500px; padding-left:50px;}

}





@media only screen and (max-width: 1205px) {

.news-show-list ul li {

    margin-right: 2%;

    width: 48%;

}

.news-con-top {

    width: 48%;

}

.about .left {

    display: none;

}

.about .right {

    float: none;

    text-align: center;
margin-right:0;
    width:auto;
	padding:2%;

}

.about {

    width: 100%;

}

}

@media (min-width: 768px) and (max-width: 991px) {

#case .row .work-box {

    color: #fff;

    float: left;

    margin: 0.5% 1.1%;

    overflow: hidden;

    padding: 0;

    position: relative;

    width: 31%;

}

.feedback-index {

    float: none;

    margin-bottom: 20px;

    width: 500px;

}

.contact-index {

    float: none;

    width: 500px;

}

}

@media (max-width: 991px) {

#map {

    display: none;
}

.work-box .box{ display:none;}
#map.map {

    display: block;

}

.about {

    width: 100%;

}

#bannervideo {

    height: auto;

}

#bannervideo .main_title {

    display: none;

}

#about_t {

    display: none;

}

#about_t img {

    width: 100%;

}

.about {

    margin-top: 0;

}
.ddd{ display:none;}
#index_about {

    display: none;

}

#news .col-lg-2 {

    display: none;

}

#news .col-lg-10 {

    padding: 0 30px;

}

.pos{ display:none;}

#service .col-lg-2,#service .col-md-2,#service .col-sm-2{ padding:5px;}

#service .row{ margin:0px;}



}

@media only screen and (max-width: 768px) {

.nav-list{ display:none;}

.feedback-index {

    display: none;

}

.contact-index {

    float: none;

    width: 500px;

}

.job1 .lf{ display:none;}

.job1 .con{ padding:5% 10%;}

#job .tit{ display:none;}



}

@media (min-width: 640px) and (max-width: 768px) {

#case .row .work-box {

    color: #fff;

    float: left;

    margin:1%;

    overflow: hidden;

    padding: 0;

    position: relative;

    width: 48%;

}

#client .col a {

    display: inline-block;

    margin: 1%;

    width: 23%;

}

.news-con-top img {

    display: none;

}

.news .news-con-top h4 {

    padding-left: 20px;

}

.news-con-top span {

    padding-left: 20px;

}

.news h3 {

    font-size: 24px;

    text-indent: 18px;

}

}

@media (min-width: 640px) and (max-width: 991px) {

#ban {

    height: 300px;

}

}

@media (min-width: 640px){

.inner{ display:none;}

.ddd{ display:block; text-align:center; margin-top:30px;}

#newsdt .container{ min-height:400px;}

#fixed_menu_box {
    background: none repeat scroll 0 0 #cecece;
    border-radius: 5px;
    bottom: 68px;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
    display: none;
    height: 49px;
    position: fixed;
    right: 50px;
    width: 49px;
    z-index: 99999999;
}
.fixed_totop_ico, .fixed_weixin_ico, .fixed_tallme_ico, .tallme_box_no, .tallme_btn_do, .tallme_btn_no {
    background: url(../images/fixed_menu.png) no-repeat scroll 0 0 rgba(0, 0, 0, 0);
}
.fixed_totop_ico {
    background-position: 0 0;
    height: 10px;
    margin: 20px 0 0 15px;
    width: 20px;
}
.fixed_totop_txt, .fixed_weixin_txt, .fixed_tallme_txt {
    color: #fff;
    font-size: 12px;
    line-height: 16px;
    margin-top: 9px;
    text-align: center;
}
#fixed_totop {
    border-bottom: 0 solid #f0f0f0;
    border-radius: 5px;
    cursor: pointer;
    float: left;
    height: 49px;
    width: 49px;
}




}

@media (min-width: 480px) and (max-width: 640px) {

.news-con-top img {

    display: none;

}

.news .news-con-top h4 {

    padding-left: 20px;

}

.news-con-top span {

    padding-left: 20px;

}

}

@media (max-width: 1200px) {

.news-select-left {

    right: -2%;

}

.news-select-right {

    right: -2%;

}

}
#bb{ display:none;}
@media (max-width: 640px) {

header h1 {

    background: url(../images/logo1.png) no-repeat scroll 0 0 / auto 100% rgba(0, 0, 0, 0); width:110px;

}
#map.map{ display:none;} 
#cont.cont{ display:block;}

#bb{ display:block; text-align:center; background:#000;}
#bb img{ width:100%}
#bannervideo{ display:none;}
#case .row .work-box {

    color: #fff;

    float: left;

    margin: 1% 5%;

    overflow: hidden;

    padding: 0;

    position: relative;

    width: 90%;

}

#share{ display:none;}
.case_title{ margin-top:20px;}
.case_title a{ display:none;}
#case_title{ display:none;}
#casedts a{ display:none;}
#casedetail{ width:90%;}

#inner{ display:none;}

#client {

    display: none;

}

.news-select-left {

    right: -3%;

}

.news-select-right {

    right: -3%;

}

.news h3 {

    font-size: 24px;

    text-indent: 18px;

}

#ban {

    height: 200px;

}

#service .col-xs-6{ width:100%;}

.job1 .con{ padding:5%;}





}

@media (max-width: 480px) {

body{overflow-x: hidden;}
#case .tit strong{ display:none;}

.news-show-list {

    position: relative;

}

.news-show-list ul li {

    float: none;

    margin-right: 2%;

    width: 98%;

}

.news-con-top {

    width: 100%;

}

.news h3 {

    float: none;

    height: 80px;

    width: 100%;

}

.news-show {

    margin-left: 12%;

    width: 76%;

}

.news {

    height: 280px;

}

.news-select-left {

    right: -10%;

}

.news-select-right {

    right: -10%;

}

.con_rank_title h3 {

    font-size: 24px;

    line-height: 54px;

}

.con_rank_title h5 {

    display: block;

    font-size: 12px;

    line-height: 28px;

    padding: 0 20px;

}

.call-us a {

    font-size: 22px;

    line-height: normal;

    padding-bottom: 12px;

    padding-top: 12px;

}

#i_contact {
   display: none;

}
#cont .col{ padding-left:0; width:auto; float:none}
.job1{ height:auto;}
}

#ascrail2000-hr{ display:none; top:0;}

#onlineCS{display:none;position:fixed;_position:absolute;width:100%;height:66px;left:0;bottom:0;z-index:999;}
#onlineCS.csbg{background: #000000;}
#onlineCS .bd{position:relative;width:1200px;height:75px;margin-right:auto;margin-left:auto;line-height:61px; z-index:9998}
#onlineCS .bd h2{font-family:microsoft yahei,arial;font-size:20px;color:#FFF;}
#onlineCS .bd a.csqq{position:absolute;display:block;width:147px;height:127px;bottom:10px;right:0;background:url(../images/qq.png) no-repeat;z-index:99999;}
#onlineCS .bd a:hover{background:url(../images/qqs.png) bottom no-repeat;}




.ad{ width:100%; height:100px; background: url(../images/adbj.jpg) repeat-x; }

.foot_wrap{width:100%; background:#f2f2f2;}

.link{ height:185pxa; overflow:hidden; padding:35px 0; border-bottom:solid #dedede 1px; }
.link .linktitle,.copytitle{ width:100%;height:40px; line-height:30px;color:#575757;}
.link .linktitle a,.copytitle a{ margin-left:10px;font:bold 16px/30px "微软雅黑"; color:#848484;}
.link a{font:normal 14px/26px "宋体"; color:#848484;}
.link a:hover{ color:#333;}
.link dl{ width:115px; float:left; padding-left:10px;}
.link dl dd{ line-height:28px;}
.link dl dd a{ display:block;}

.copy{ padding:10px 0;font:normal 14px/26px "宋体"; color:#848484; height:120px; overflow:hidden; border-bottom:solid #dedede 1px;}
.copy p{ padding:0 10px;}
.copy span{ float:right; font:bold 14px/26px "宋体"; }

.foot{ height:165px;font-size:14px; color:#959595; margin-top:10px;}
.foot dl dt{ width:411px;}
.foot dl dd{ width:515px; padding-left:40px; border-left:1px solid #ccc;}
.foot dl dd a{ color:#2d2d2d;}
.foot dl dd span{ display:block; height:30px; line-height:30px; color:#2d2d2d;}
.foot dl dd a:hover{ text-decoration:underline; color:#2d2d2d;}

.footbottom{ height:40px; width:100%; background:#fff;}
.footbottom .ft_z {height:40px;line-height:40px;display:inline-block;float: left;}
.footbottom .ft_y {height:40px;line-height:40px;display:inline-block;float: right; }
.footbottom .ft_y a{color:#333;}
.w1002 {
    margin: 0 auto;
    width: 1002px;
}













