﻿@charset "utf-8";

* {
    margin: 0;
    padding: 0;
    outline: 0;
}

.breadcrumb {
    padding-bottom: 20px;
    font-size: 14px;
}

.topbar h2 {
    font-size: 30px;
    padding-bottom: 15px;
    color: #333
}

.image {
    text-align: center;
}

.content {
    min-height: 787px;
    height: auto !important;
    height: 787px
}

.content .bd {
   position: relative;
   padding: 15px 0;
}

.ntitle {
    display: block;
    color: #333;
    font-size: 24px;
    font-weight: bold;
    text-align: center;
    padding: 10px 0px;
}

.txt em {
    display: block;
    text-align: center;
    padding-bottom: 25px;
    border-bottom: 1px solid #f1f1f1;
    margin-bottom: 20px
}

#content {
    padding: 10px 20px 20px;
    font-size: 14px;
}

    #content a {
        color: #CC5300
    }

.txt em a {
    color: #5e5c5d
}

.txt p {
    line-height: 2;
}



.pagenum{    
    padding:30px 0;
    height:35px;
    text-align:center;
    clear:both;
    font-size:12px;
}
.pagenum span{ 
    font-weight:bold;
    margin:1px;
    color:#fff;
    background:#f60;
    padding:10px;
}
.pagenum a{ 
    margin:1px;
    color:#5a5a5a;
    text-decoration:none;
    background:#e7e7e7;
    padding:10px;
}
.pagenum a:hover{ 
    color:#fff;
    background:#f60;
} 
.pagenum .prev,.pchouse_page .next{ 
    width:52px;
    text-align:center;
}

.pagenum a:hover.prev{   
    color:#fff;
    background:#f60;
}
.pagenum a:hover.next{    
    color:#fff;
    background:#f60;
}




body,html {
    overflow-x: hidden;
    color: #333;
    font: 12px/24px "Microsoft Yahei","微软雅黑",arial;
}




blockquote,body,dd,div,dl,dt,fieldset,form,h1,h2,h3,h4,h5,h6,input,li,ol,p,pre,td,textarea,th,ul {
    margin: 0;
    padding: 0;
}

abbr,em,i,li,ol,ul {
    list-style-type: none;
    font-style: normal;
}

input[type=text],input[type=submit],textarea {
    -webkit-border-radius: 0;
    font-family: Microsoft Yahei,microsoft yahei,"微软雅黑",arial;
    -webkit-appearance: none;
}

input:focus {
    outline: 0;
}

textarea {
    resize: none;
}

h1,h2,h3,h4,h5,h6 {
    font-style: normal;
    font-size: 100%;
}

abbr,em,i,li,ol,ul {
    list-style-type: none;
    font-style: normal;
}

img {
    border: 0;
    vertical-align: middle;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

.indexbg,.indexbg a,#news .look,#case .look {
	background-image: url("/Content/images/index/index.png");
	background-repeat: no-repeat;
	background-position: -99999px -99999px
}

.clearfix {
    display: block;
    zoom: 1;
}

.clearfix:before {
    display: table;
    content: "";
}

.clearfix:after {
    clear: both;
    display: block;
    visibility: hidden;
    height: 0;
    content: ".";
}

* html .clearfix {
    height: 1%;
}

a {
    color: #333;
    text-decoration: none;
    -webkit-transition: .3s;
    -moz-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
    -ms-transition: .3s;
}

a:hover {
    color: #f60;
    text-decoration: none;
}

.hide,.none,ins {
    display: none;
}

.fl {
    float: left;
    display: inline-block;
}

.fr {
    float: right;
    display: inline-block;
}

.wrap {
    clear: both;
    display: block;
    overflow: hidden;
    margin: 0 auto;
    width: 1170px;
}
.yahei {
    font-family: Microsoft Yahei,microsoft yahei,微软雅黑,arial;
}


@-webkit-keyframes rotation {
	from {
		-webkit-transform: rotate(0deg);
	}

	to {
		-webkit-transform: rotate(360deg);
	}
}

.container {
	width: 100%;
	min-width: 1170px;
	padding: 40px 0 40px;
}

#top {
    position: fixed;
    top: 0px;
    right: 0px;
    left: auto;
    _position: absolute;
    z-index: 1000;
}

#top {
    line-height: 32px;
    height: 32px;
    background: #f2f2f2;
    overflow: hidden;
    border-bottom: 1px solid #e6e6e6;
    width: 100%
}

#top .phone {
    background: url("/Content/images/style/icon_tel.png") no-repeat left center;
    color: #f60;
    font-size: 21px;
    padding-left: 20px;
    margin-right: 15px;
    background-size: 10px auto;
    height: 32px;
    overflow: hidden;
}

#top .phone i {
    font-family: "dincond_medium";
    margin: 0 1px 0 0;
    text-shadow: #fff 0 1px 0;
    padding: 0px;
    float: left
}

#top .phone i {
    -moz-animation: phone 6s infinite;
    -webkit-animation: phone 6s infinite;
    -o-animation: phone 6s infinite;
    animation: phone 6s infinite;
}

#top .phone i:nth-child(1) {
    animation-delay: 0.1s;
    -webkit-animation-delay: 0.1s
}

#top .phone i:nth-child(2) {
    animation-delay: 0.2s;
    -webkit-animation-delay: 0.2s
}

#top .phone i:nth-child(3) {
    animation-delay: 0.3s;
    -webkit-animation-delay: 0.3s
}

#top .phone i:nth-child(4) {
    animation-delay: 0.4s;
    -webkit-animation-delay: 0.4s
}

#top .phone i:nth-child(5) {
    animation-delay: 0.5s;
    -webkit-animation-delay: 0.5s
}

#top .phone i:nth-child(6) {
    animation-delay: 0.6s;
    -webkit-animation-delay: 0.6s
}

#top .phone i:nth-child(7) {
    animation-delay: 0.7s;
    -webkit-animation-delay: 0.7s
}

#top .phone i:nth-child(8) {
    animation-delay: 0.8s;
    -webkit-animation-delay: 0.8s
}

#top .phone i:nth-child(9) {
    animation-delay: 0.9s;
    -webkit-animation-delay: 0.9s
}

#top .phone i:nth-child(10) {
    animation-delay: 1.0s;
    -webkit-animation-delay: 1.0s
}

#top .phone i:nth-child(11) {
    animation-delay: 1.1s;
    -webkit-animation-delay: 1.1s
}

#top .phone i:nth-child(12) {
    animation-delay: 1.2s;
    -webkit-animation-delay: 1.2s
}

#top .phone i:nth-child(13) {
    animation-delay: 1.3s;
    -webkit-animation-delay: 1.3s
}

#top .wx {
    background: url("/Content/images/style/icon_wx.png") no-repeat 65px center;
    background-size: 13px 13px;
    display: inline-block;
    padding: 0 30px 0 10px;
    border-right: 1px solid #e4e4e4;
    border-left: 1px solid #e4e4e4;
}

#top .qq {
    background: url("/Content/images/style/icon_qq.png") no-repeat 65px center;
    background-size: 13px 13px;
    display: inline-block;
    padding: 0 30px 0 10px;
    border-left: 1px solid #e4e4e4;
}

#top,#top a {
    color: #888
}


#header {
    width: 100%;
    min-width: 1170px;
    background: #fff;
    height: 122px;
    background: #fff;
    padding-top: 33px
}

#header {
    position: relative;
    z-index: 10;
    box-shadow: 0 1px 8px rgba(0,0,0,0.3);
    -moz-box-shadow: 0 1px 8px rgba(0,0,0,0.2);
    -webkit-box-shadow: 0 1px 8px rgba(0,0,0,0.2);
}

#header .logo {
    position: relative;
    float: left;
    padding: 35px 0;
}

#header .logo a {
    width: 400px;
    height: 50px;
}

#header .logo a h1 {
    width: 232px;
    height: 50px;
    background: url("/Content/images/style/logo.png") no-repeat;
    text-indent: -9999px;
    float: left
}

#header .logo .label {
    float: left;
    overflow: hidden;
    margin-top: 12px;
    margin-left: 10px;
    padding-left: 10px;
    border-left: #eee 1px solid;
}

#header .logo .label span {
    display: block;
    width: 34px;
    height: 16px;
    line-height: 16px;
    border-radius: 5px;
    background: #ccc;
    color: #fff;
    text-align: center;
}

#header .logo .label p {
    color: #999;
    height: 12px;
    line-height: 12px;
    margin-top: 5px;
}

#header .logo a .light {
    position: absolute;
    top: 0;
    left: -230px;
    width: 50%;
    height: 100%;
    background-image: -webkit-linear-gradient(0deg,rgba(255,255,255,0),rgba(255,255,255,.5),rgba(255,255,255,0));
    -webkit-transition: 0s;
    -webkit-transform: skewx(-25deg);
}

#header .logo a:hover .light {
    left: 400px;
    -webkit-transition: .6s
}

#header .time {
    position: absolute;
    left: 0;
    top: 0px;
    color: #fff;
}

#header .menu {
    float: right;
    padding: 40px 0;
}

#header .menu li {
    text-align: center;
    float: left;
    margin-left: 45px;
    position: relative;
}

#header .menu li span {
    display: block;
    position: absolute;
    width: 0px;
    height: 0px;
    background: #f60;
    top: 40px;
    left: 50%;
}

#header .menu li a {
    display: block;
    font-size: 16px;
    height: 40px;
    line-height: 40px;
    overflow: hidden;
}

#header .menu li.current a {
    border-bottom: 2px solid #f60;
    color: #f60
}


.indexmore {
	padding: 40px 0 0;
	text-align: center;
}

.indexmore a {
	display: inline-block;
	padding: 10px 0 10px 20px;
	width: 240px;
	border: 2px solid #f60;
	background-position: 200px -275px;
	color: #f60;
	text-align: left;
	font-size: 16px;
	border-radius: 46px
}

.indexmore a:hover {
	color: #fff;
	background-position: 200px -337px;
	background-color: #f60
}

#banner {
	width: 100%;
	min-width: 1170px;
}

#banner .fullSlide {
	min-width: 1170px;
	position: relative;
	height: 540px
}

#banner .fullSlide .bd {
	position: relative;
	z-index: 0;
	height: 540px;
	overflow: hidden;
}

#banner .fullSlide .bd ul {
	width: 100%!important;
}

#banner .fullSlide .bd li {
	width: 100%!important;
	height: 540px;

}

#banner .fullSlide .bd li .siteWidth {
	width: 1032px;
	position: relative;
	margin: 0 auto;
	height: 540px;
}

#banner .fullSlide .bd li a {
	height: 540px;
	display: block;
}

#banner .fullSlide .hd {
	position: absolute;
	bottom: -20px;
	left: 0;
	z-index: 1;
	width: 100%;
	height: 10px;
	text-align: center;
	line-height: 10px;
}

#banner .fullSlide .hd ul li {
	display: inline-block;
	*display: inline;
	overflow: hidden;
	margin: 3px;
	width: 42px;
	height: 2px;
	background: #000;
	line-height: 999px;
	cursor: pointer;
	zoom: 1;
}

#banner .fullSlide .hd ul .on {
	background: #f60;
}

#banner .fullSlide .prev,#banner .fullSlide .next {
	position: absolute;
	top: 0;
	display: block;
	width: 100px;
	cursor: pointer;
	height: 540px;
	filter: alpha(opacity=0);
	opacity: 0;
}

#banner .fullSlide .prev {
	left: 0;
	background: url(/Content/images/index/btn_left.png) center center no-repeat;
}

#banner .fullSlide .next {
	right: 0;
	background: url(/Content/images/index/btn_right.png) center center no-repeat;
}

#banner .fullSlide .bd li {
	background: url("/Content/images/index/loading.gif") no-repeat center #DED5A1;
}


#service {
	width: 100%;
	min-width: 1170px;
	padding: 40px 0 35px;
}

#service .list {
	margin-top: 30px;
	overflow: hidden;
	-webkit-transition: 0.3s;
	-moz-transition: 0.3s;
	transition: 0.3s;
	-webkit-animation: gdownIn 1s 0.1s both;
	-moz-animation: gdownIn 1s 0.1s both;
	animation: gdownIn 1s 0.1s both;
}

#service .list li {
	float: left;
	margin-right: 42px;
	width: 261px;
	color: #ababab;
	text-align: center;
	line-height: 20px;
}

#service .list li.last {
	margin-right: 0;
	border-right: 0;
}

#service .list li a img {
	position: relative;
}

#service .list li a h3 {
	text-align: center;
	font-size: 20px;
	line-height: 62px;
	font-weight: 100
}

#service .list li a p {
	color: #ababab;
}

#service .list li a:hover img {
	padding-left: 15px;
	padding-right: -15px;
}

#service .list li .btns {
	margin-top: 20px;
	width: 261px;
}

#service .list li .btns dd {
	float: left;
	margin: 0 7px 6px 0;
	width: 127px;
}

#service .list li .btns dd:nth-child(even) {
	margin-right: 0;
}

#service .list li .btns dd.nomr {
	margin-right: 0;
}

#service .list li .btns dd a {
	display: block;
	border: 1px solid #e5e5e5;
	border-radius: 2px;
	line-height: 24px;
}

#service .list li .btns dd a:hover {
	padding-left: 5px;
	border-color: #f60;
	color: #f60;
	position: relative;
}


#service .list li img,#service .list li:hover img,#service .list li .btns dd a,#service .list li .btns dd a:hover,#case .list ul li,#case .list ul li .hits,#case .list ul li .hits .look,#case .list ul li a:hover .look,#case .list ul li a:hover .hits,#adv .list ul li,#news .list ul li img,#news .list ul li a:hover img,#news .list ul li .date i,#news .list ul li .date em,#news .list ul li a:hover .date i,#news .list ul li a:hover .date em,#client .list ul li,#client .list ul li:hover {
	-moz-transition: .3s;
	-webkit-transition: .3s;
	-o-transition: .3s;
	-ms-transition: .3s;
	transition: .3s
}

.b_title {
    background: url("/Content/images/index/dot_line.jpg") repeat-x 0 23px;
    text-align: center;
    text-align: center;
}

.b_title h2 {
	display: inline-block;
	margin: 0 0 5px;
	padding: 0 20px;
	background: #fff;
	font-size: 22px;
	line-height: 44px;
	zoom: 1;
}

.b_title h3 {
	margin-bottom: 15px;
	font-weight: 400;
	font-size: 14px;
	line-height: 26px;
}

.b_title .line {
	position: relative;
	display: block;
	display: none;
	margin: 2px auto 28px;
	width: 430px;
	height: 1px;
	background: #d1d1d1;
}

.b_title .line i {
	position: absolute;
	top: -2px;
	left: 50%;
	display: block;
	margin-left: -32px;
	width: 64px;
	height: 5px;
	background: #f60;
}

.b_title .desc {
	padding: 0 0 25px;
	color: #999;
	line-height: 24px;
	font-size: 14px;
}


#case {
	width: 100%;
	min-width: 1170px;
	padding: 40px 0 40px;
	background: url("/Content/images/index/case_bg.png");
}

#case h2 {
	background: url("/Content/images/index/case_bg.png")
}

#case .hd {
	height: 32px;
	text-align: center;
	padding-top: 10px;
	padding-bottom: 40px;
}

#case .hd ul li {
	width: 130px;
	display: inline-block;
}

#case .hd ul li a {
	display: block;
	margin: 0 5px;
	background: #e9e9e9;
	font-size: 14px;
	line-height: 32px;
	border-radius: 4px;
}

#case .hd ul li a:hover {
	background: #f60;
	color: #fff;
}

#case .hd ul li.on a {
	background: #f60;
	color: #fff;
}

#case .list {
}

#case .list ul li {
	float: left;
	overflow: hidden;
	margin-right: 30px;
	width: 270px;
    margin-bottom: 10px;
	border-bottom: 1px solid #dadada;
	background-color: #fff;
}

#case .list ul li.last {
	margin-right: 0;
}

#case .list ul li:nth-child(4) {
	margin-right: 0;
}

#case .list ul li a {
	position: relative;
	display: block;
	overflow: hidden;
	width: 100%;
}

#case .list ul li a .shade {
	width: 270px;
	height: 160px;
	background: rgba(0,0,0,0.5);
	position: absolute;
	top: -160px;
	z-index: 1;
	opacity: 0;
}

#case .list ul li a .shade em {
	width: 40px;
	height: 40px;
	display: block;
	margin: 60px auto 0;
	background: url("/Content/images/index/qu6_25.png") center center no-repeat;
	background-size: 40px 40px;
}

#case .list ul li a .img {
	width: 270px;
	height: 160px;
	overflow: hidden;
	position: relative;
}

#case .list ul li a .img img {
	position: relative;
	display: block;
	width: 270px;
	height: 160px;
}

#case .list ul li a .info {
	position: relative;
	z-index: 2;
    height: 300px;
	padding: 15px 20px;
}

#case .list ul li a .info h3 {
	margin-bottom: 3px;
	font-size: 14px;
}

#case .list ul li a .info p {
	color: #ababab;
	line-height: 20px;
	padding-top: 5px;
}

#case .list ul li a .hits {
	position: relative;
	z-index: 2;
	margin: 0 auto;
	width: 230px;
	height: 40px;
	border-top: 1px solid #f5f5f5;
	color: #999;
	line-height: 40px;
}

#case .list ul li a .hits .look {
	display: inline-block;
	padding: 0 0 0 25px;
	background-position: -659px 13px;
	cursor: pointer;
	zoom: 1;
}

#case .list ul li a:hover .shade em.rotation {
	-webkit-transform: rotate(360deg);
	animation: rotation 1s linear infinite;
	-moz-animation: rotation 1s linear infinite;
	-webkit-animation: rotation 1s linear infinite;
	-o-animation: rotation 1s linear infinite;
}


#case .list ul li.redborder {
	border-color: #f60;
}

#adv {
	width: 100%;
	min-width: 1170px;
	padding: 40px 0;
}

#adv .wrap {
	overflow: visible
}

#adv .list ul {
	padding-top: 60px;
}

#adv .list ul li {
	float: left;
	width: 214px;
	display: inline-block;
	vertical-align: top;
	letter-spacing: 0px;
	margin-right: 25px;
}

#adv .list ul li.last {
	margin-right: 0;
}

#adv .list ul li .list_con {
	height: 350px;
	border: 1px solid #eaeaea;
	position: relative;
	padding: 70px 20px 0px;
}

#adv .list ul li .list_con h4 {
	font-size: 16px;
	font-weight: bold;
	margin-bottom: 20px;
	text-align: center;
}

#adv .list ul li .list_con .adv_bg {
	width: 90px;
	height: 90px;
	position: absolute;
	left: 50%;
	top: -45px;
	margin-left: -45px;
	display: block
}

#adv .list ul li .list_con .adv_1 {
	background-position: 0 0
}

#adv .list ul li .list_con .adv_2 {
	background-position: -90px 0
}

#adv .list ul li .list_con .adv_3 {
	background-position: -180px 0
}

#adv .list ul li .list_con .adv_4 {
	background-position: -270px 0
}

#adv .list ul li .list_con .adv_5 {
	background-position: -360px 0
}

#adv .list ul li .list_con .desc {
	font-size: 12px;
	line-height: 24px;
	font-size: 14px
}

#adv .list ul li p {
	display: block;
	margin: 15px auto 0
}

#adv .list ul li p em {
	width: 30px;
	height: 30px;
	display: block;
	margin: 0px auto;
	background-position: -270px -100px
}

#adv .list ul li a:hover .list_con {
	box-shadow: 0 5px 20px rgba(0,0,0,0.2);
	transform: translateY(-10px);
	-webkit-transform: translateY(-10px);
}

#adv .list ul li a:hover .desc {
	-mask-image: none;
	-webkit-mask-image: none;
	-moz-mask-image: none;
}


#about {
    width: 100%;
    min-width: 1170px;
    padding: 30px 0;
    height: 415px;
    background: #f5f5f5;
    background: url("/Content/images/index/about_bg.jpg") no-repeat center top #163e59;
}

#about .b_title h2 {
	background: #efefef
}

#about .aboutcon {
	clear: both;
	overflow: hidden;
	margin: auto;
	width: 1170px;
}

#about .aboutcon .info {
	width: 860px;
  height: 300px;
  background: #FFF;
}

#about .aboutcon .info p.text {
	padding: 30px 40px;
	background: #FFF;
	font-style: normal;
	line-height: 30px;
	font-size: 14px
}

#footer {
    width: 100%;
    min-width: 1170px;
    background: #000;
    padding: 25px 0 18px;
    text-align: center;
    color: #bbb;
    line-height: 24px;
    overflow: hidden;
    text-transform: uppercase;
    position: absolute;
    /*top: 100%;*/
    z-index: -1;
    /*bottom: 0;*/
}

#footer i {
    padding: 0 5px;
    color: #666
}

#footer a {
    color: #bbb
}

#footer a:hover {
    color: #f60
}

#footer img {
    vertical-align: top;
}

#footer .key {
    color: #000;
    line-height: 12px;
}

#footer .key a {
    color: #000;
}

/*grid*/
.grid-container {
    width: 100%;
    max-width: 1200px;
}
.row:before, .row:after {
    content: "";
    display: block;
    height: 0;
    width: 0;
    visibility: hidden;
    clear: both;
}
[class*='col-'] {
    float: left;
    min-height: 1px;
    width: 8.33%;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -webkit-box-sizing: border-box;
}
.col-1 { width: 8.33%; }
.col-2 { width: 16.66%; }
.col-3 { width: 25%; }
.col-4 { width: 33.33%; }
.col-5 { width: 41.66%; }
.col-6 { width: 50%; }
.col-7 { width: 58.33%; }
.col-8 { width: 66.66%; }
.col-9 { width: 75%; }
.col-10 { width: 83.33%; }
.col-11 { width: 91.66%; }
.col-12 { width: 100%; }
