body {
    margin: 0;
    padding: 0;
    font-family: "Microsoft YaHei",微软雅黑,"Microsoft JhengHei",华文细黑,STHeiti,MingLiu;
	font-size:14px;
	color:#202020;
	background:url(/skin/syzxwy/gz.jpg);
}
ul{
	padding:0;
}
li {
    list-style: none;
}
a{
	color:#202020;
}
a:hover{
	color:#ee000d;
}
a:hover,
a:visited,
a {
    text-decoration: none;
}
.mt{
	margin-top:40px!important;
}
.clear{
	width:100%;
	overflow:hidden;
	clear:both;
}
img{
	max-width:100%;
	height:auto;
	border:none;
}
h1,h2,h3,h4,h5,h6{
	font-size:14px;
	font-weight:normal;
	margin:0;
}
/*header area*/
.container.lxwm_about{
    overflow: hidden;
}
.top-header {
    position: fixed;
    width: 100%;
    left: 0;
    right: 0;
    z-index: 99999;
	min-height:70px;
	overflow:hidden;
	background-color:#fff;
}
.header-blank {
    width: 100%;
    height: 70px;
    background: transparent;
    overflow:hidden;
}
.header-logo{
	float:left;
	z-index:9999999;
}
.top-header img.logo {
    margin-top:10px;
    transition: all .5s ease 0s;
    -webkit-transition: all .5s ease 0s;
    -moz-transition: all .5s ease 0s;
    -o-transition: all .5s ease 0s;
    -ms-transition: all .5s ease 0s;
}
.nav_zone{
	width:auto;
}
.navbar-default {
    background-color: transparent;
    border-color: transparent;
    transition: all .5s ease 0s;
    -webkit-transition: all .5s ease 0s;
    -moz-transition: all .5s ease 0s;
    -o-transition: all .5s ease 0s;
    -ms-transition: all .5s ease 0s;
}
.nav-bar {
    /*margin-top: 19px;*/
}
.navbar-toggle span {
    color: #fff;
}
ul.nav {
    padding: 0;
}
.navbar-default .navbar-nav>li>a {
    font-size: 19px;
    color: #000;
    text-transform: uppercase;
    transition: all .7s ease 0s;
    -webkit-transition: all .7s ease 0s;
    -moz-transition: all .7s ease 0s;
    -o-transition: all .7s ease 0s;
    -ms-transition: all .7s ease 0s;
    padding:0 15px;
}
.navbar-default .navbar-nav>li:hover {
    color: #b6d9ee;
	background:url() bottom center no-repeat;
	transition: none;
    -webkit-transition: none;
    -moz-transition: none;
    -o-transition: none;
    -ms-transition: none;
}
.navbar-default .navbar-nav>li:hover>a{
	color: #b6d9ee;
}
.navbar-default .navbar-toggle .icon-bar {
    background-color: #000;
}
.navbar-default .navbar-nav li.active a{
	transition: none;
    -webkit-transition: none;
    -moz-transition: none;
    -o-transition: none;
    -ms-transition: none;
}
.navbar-default .navbar-toggle {
    border-color: #fff;
    margin-top: 4px;
}

/*slider area*/

.slider-row {
    margin: 0;
    padding: 0;
}
.slider-wrapper {
    margin: 0;
    padding: 0 !important;
    background: #000 !important;
}

.carousel-control {
    width: 5%;
}
.carousel-inner {
    /*定义幻灯片容器背景*/
}
.item {
    position: relative;
}
.carousel-caption {
    position: absolute;
    width:100%;
	height:100%;
	left:0;
	top:0;
	text-align:center;
}
@-webkit-keyframes imageAnimation { 
	0% {
	    opacity: 0;
	    -webkit-animation-timing-function: ease-in;
	}
	8% {
	    opacity: 1;
	    -webkit-transform: scale(1.05);
	    -webkit-animation-timing-function: ease-out;
	}
	17% {
	    opacity: 1;
	    -webkit-transform: scale(1.1);
	}
	22% {
		opacity: 0;
		-webkit-transform: scale(1.1) translateY(-20%);
	}
	25% {
	    opacity: 0;
	    -webkit-transform: scale(1.1) translateY(-100%);
	}
	100% { opacity: 0 }
}
@-moz-keyframes imageAnimation { 
	0% {
	    opacity: 0;
	    -moz-animation-timing-function: ease-in;
	}
	8% {
	    opacity: 1;
	    -moz-transform: scale(1.05);
	    -moz-animation-timing-function: ease-out;
	}
	17% {
	    opacity: 1;
	    -moz-transform: scale(1.1);
	}
	22% {
		opacity: 0;
		-webkit-transform: scale(1.1) translateY(-20%);
	}
	25% {
	    opacity: 0;
	    -moz-transform: scale(1.1) translateY(-100%);
	}
	100% { opacity: 0 }
}
@-o-keyframes imageAnimation { 
	0% {
	    opacity: 0;
	    -o-animation-timing-function: ease-in;
	}
	8% {
	    opacity: 1;
	    -o-transform: scale(1.05);
	    -o-animation-timing-function: ease-out;
	}
	17% {
	    opacity: 1;
	    -o-transform: scale(1.1);
	}
	22% {
		opacity: 0;
		-webkit-transform: scale(1.1) translateY(-20%);
	}
	25% {
	    opacity: 0;
	    -o-transform: scale(1.1) translateY(-100%);
	}
	100% { opacity: 0 }
}
@-ms-keyframes imageAnimation { 
	0% {
	    opacity: 0;
	    -ms-animation-timing-function: ease-in;
	}
	8% {
	    opacity: 1;
	    -ms-transform: scale(1.05);
	    -ms-animation-timing-function: ease-out;
	}
	17% {
	    opacity: 1;
	    -ms-transform: scale(1.1);
	}
	22% {
		opacity: 0;
		-webkit-transform: scale(1.1) translateY(-20%);
	}
	25% {
	    opacity: 0;
	    -ms-transform: scale(1.1) translateY(-100%);
	}
	100% { opacity: 0 }
}
@keyframes imageAnimation { 
	0% {
	    opacity: 0;
	    animation-timing-function: ease-in;
	}
	8% {
	    opacity: 1;
	    transform: scale(1.05);
	    animation-timing-function: ease-out;
	}
	17% {
	    opacity: 1;
	    transform: scale(1.1);
	}
	22% {
		opacity: 0;
		-webkit-transform: scale(1.1) translateY(-20%);
	}
	25% {
	    opacity: 0;
	    -transform: scale(1.1) translateY(-100%);
	}
	100% { opacity: 0 }
}
.carousel-inner .item span img{
    width: 100%;
    display: block;
	-webkit-backface-visibility: hidden;
    -webkit-animation: imageAnimation 36s linear infinite 0s;
    -moz-animation: imageAnimation 36s linear infinite 0s;
    -o-animation: imageAnimation 36s linear infinite 0s;
    -ms-animation: imageAnimation 36s linear infinite 0s;
    animation: imageAnimation 36s linear infinite 0s;
}
#pic0_1 img,#pic0_2 img,#pic0_3 img,#pic0_4 img,#pic0_5 img{
	max-width:100%;
	height:auto;
}
#pic0_1{
	display:block;
	margin:5% 0 0 10%;
}
#pic0_2{
	position:absolute;
	width:38%;
	left:10%;
	bottom:15%;
}
#pic0_3{
	position:absolute;
	width:15%;
	left:20%;
	bottom:10%;
}
#pic0_4{
	position:absolute;
	width:15%;
	float:left;
	left:35%;
	bottom:10%;
}
#pic0_5{
	position:absolute;
	width:30%;
	right:10%;
	bottom:10%;
	text-align:right;
}


#pic1{
	margin:30% auto 0 auto;
	max-width:100%;
}
#pic2{
	position:absolute;
	left:0;
	top:34%;
	max-width:100%;
}
#pic3{
	margin:10% auto 0 auto;
	max-width:100%;
}
.carousel-control .glyphicon-chevron-left,
.carousel-control .icon-prev {
    width:35px;
	height:69px;

	font-size:0px;
	line-height:0px;
	text-indent:-999em;
    color: transparent;
}
.carousel-control .glyphicon-chevron-right,
.carousel-control .icon-next {
    width:35px;
	height:69px;	font-size:0px;
	line-height:0px;
	text-indent:-999em;
    color: transparent;
}
.carousel-inner {
    position: relative;
}
.carousel-fade .carousel-inner .item {
    opacity: 0;
    transition-property: opacity;
}
.carousel-fade .carousel-inner .active {
    opacity: 1;
}
.carousel-fade .carousel-inner .active.left,
.carousel-fade .carousel-inner .active.right {
    left: 0;
    opacity: 0;
    z-index: 1;
}
.carousel-fade .carousel-inner .next.left,
.carousel-fade .carousel-inner .prev.right {
    opacity: 1;
}
.carousel-fade .carousel-control {
    z-index: 2;
    opacity: 1;
    background-image: linear-gradient(to right, rgba(0, 0, 0, .0001) 0, rgba(0, 0, 0, 0) 100%);
}
@media all and (transform-3d),
(-webkit-transform-3d) {
    .carousel-fade .carousel-inner > .item.next,
    .carousel-fade .carousel-inner > .item.active.right {
        opacity: 0;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
    .carousel-fade .carousel-inner > .item.prev,
    .carousel-fade .carousel-inner > .item.active.left {
        opacity: 0;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
    .carousel-fade .carousel-inner > .item.next.left,
    .carousel-fade .carousel-inner > .item.prev.right,
    .carousel-fade .carousel-inner > .item.active {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

/* just for demo purpose */

html,
body,
.carousel,
.carousel-inner,
.carousel-inner .item {
    height: 100%;
}


/*  自定义CSS样式开始----*/
.main{
	width:100%;
	max-width:1200px;
	overflow:hidden;
	margin:0px auto;
}
.zone1{
	width:100%;
	height:260px;
	overflow:hidden;
	background:url(../images/zone1.jpg) center center no-repeat;
}
.zone1 h2{
	text-align:center;
	display:block;
	margin-top:35px;
	font-size:26px;
}
.zone1 h3{
	text-transform:uppercase;
	text-align:center;
	display:block;
	margin-top:5px;
	font-size:16px;
	color:#656565;
}
ul.zone1_list{
	width:1260px;
	overflow:hidden;
	margin-top:5%;
}
ul.zone1_list li{
	float:left;
	width:260px;
	overflow:hidden;
	margin-right:40px;
	text-align:center;
}
ul.zone1_list li img{
	width:258px;
	height:auto;
	border:1px solid #E5CCC7;
}
ul.zone1_list li h4{
	display:block;
	margin-top:15px;
	color:#fff;
	font-size:14px;
}
ul.zone1_list li h4 a{
	font-size:14px;
	color:#fff;
}

.line{
	width:100%;
	overflow:hidden;
	display:block;
	height:20px;
	background:url(/skin/syzxwy/line.png) center center no-repeat;
}
#fwfw{
	background:url(/skin/syzxwy/fwfw.png) left center no-repeat;
}
#alzs{
	background:url(/skin/syzxwy/cgal.png) left center no-repeat;
}
#gywm{
	background:url(/skin/syzxwy/gywm.png) left center no-repeat;
	padding-left:70px!important;
}
#xwdt{
	background:url(/skin/syzxwy/news.png) left center no-repeat;
	padding-left:80px!important;
}

ul.fuwulist{
	width:1270px;
	overflow:hidden;
}
ul.fuwulist li{
	width:205px;
	float:left;
	overflow:hidden;
	margin-top:30px;
	margin-right:37px;
	
}
ul.fuwulist li span{
	width:83px;
	height:83px;
	display:block;
	margin:0px auto;
	overflow:hidden;
	border:1px solid #595959;
	-moz-border-radius: 50%;      /* Gecko browsers */
    -webkit-border-radius: 50%;   /* Webkit browsers */
    border-radius:50%;            /* W3C syntax */
}
ul.fuwulist li .txt{
	width:auto;
	overflow:hidden;
	padding:8px;
	margin-top:13px;
}
ul.fuwulist li .txt h3{
	text-align:center;
	display:block;
	font-weight:bold;
	font-size:16px;
	color:#2f2e2e;
}
ul.fuwulist li .txt p{
	font-size:12px;
	color:#6c6c6c;
	line-height:20px;
	margin-top:10px;
}
ul.fuwulist li .txt .fuwu_btn{
	width:67px;
	height:24px;
	display:block;
	margin:10px auto 0 auto;
	text-align:center;
	line-height:24px;
	border:1px solid #b8b8b8;
	color:#6c6c6c;
	font-size:12px;
}
ul.fuwulist li:hover .txt{
	background-color:#d6d6d6;
	transition:0.6s;
}
ul.fuwulist li .txt .fuwu_btn:hover{
	background-color:#b8b8b8;
	color:#fff;
	transition:0.6s;
}
#fuwu1{
	background:url(../images/ico1.png) center center no-repeat;
}
ul.fuwulist li:hover #fuwu1{
	background:url(../images/ico1_on.png) center center no-repeat #595959;
	transition:0.6s;
}
#fuwu2{
	background:url(../images/ico2.png) center center no-repeat;
}
ul.fuwulist li:hover #fuwu2{
	background:url(../images/ico2_on.png) center center no-repeat #595959;
	transition:0.6s;
}
#fuwu3{
	background:url(../images/ico3.png) center center no-repeat;
}
ul.fuwulist li:hover #fuwu3{
	background:url(../images/ico3_on.png) center center no-repeat #595959;
	transition:0.6s;
}
#fuwu4{
	background:url(../images/ico4.png) center center no-repeat;
}
ul.fuwulist li:hover #fuwu4{
	background:url(../images/ico4_on.png) center center no-repeat #595959;
	transition:0.6s;
}
#fuwu5{
	background:url(../images/ico5.png) center center no-repeat;
}
ul.fuwulist li:hover #fuwu5{
	background:url(../images/ico5_on.png) center center no-repeat #595959;
	transition:0.6s;
}
#fuwu6{
	background:url(../images/ico6.png) center center no-repeat;
}
ul.fuwulist li:hover #fuwu6{
	background:url(../images/ico6_on.png) center center no-repeat #595959;
	transition:0.6s;
}
#fuwu7{
	background:url(../images/ico7.png) center center no-repeat;
}
ul.fuwulist li:hover #fuwu7{
	background:url(../images/ico7_on.png) center center no-repeat #595959;
	transition:0.6s;
}
#fuwu8{
	background:url(../images/ico8.png) center center no-repeat;
}
ul.fuwulist li:hover #fuwu8{
	background:url(../images/ico8_on.png) center center no-repeat #595959;
	transition:0.6s;
}
#fuwu9{
	background:url(../images/ico9.png) center center no-repeat;
}
ul.fuwulist li:hover #fuwu9{
	background:url(../images/ico9_on.png) center center no-repeat #595959;
	transition:0.6s;
}
#fuwu10{
	background:url(../images/ico10.png) center center no-repeat;
}
ul.fuwulist li:hover #fuwu10{
	background:url(../images/ico10_on.png) center center no-repeat #595959;
	transition:0.6s;
}
.index_ad{
	width:100%;
	overflow:hidden;
}
.ad{
	width:1200px;
	margin:0px auto;
	overflow:hidden;
	text-align:center;
	margin-top: 5%;
}
.ad strong{
	font-size:24px;
	color:#fff;
	font-weight:normal;
	margin-top:10px;
	display:block;
}
.ad p{
	font-size:24px;
	color:#fff;
	margin-top:10px;
	display:block;
}
.ada{
	width:1200px;
	margin:0px auto;
	overflow:hidden;
	text-align:center;
}
.ada strong{
	font-size:48px;
	color:#fff;
	font-weight:normal;
	margin-top:85px;
	display:block;
}
.ada p{
	font-size:24px;
	color:#fff;
	margin-top:10px;
	display:block;
}
#index_ad1{
	height:304px;
	background:url(/skin/syzxwy/ad1.jpg) center center no-repeat;
	margin-top:10px;
}
#index_ad11{
	height:304px;
	background:url(/skin/syzxwy/ad11.jpg) center center no-repeat;
	margin-top:10px;
}
#index_ad2{
	height:305px;
	background:url(/skin/syzxwy/ad2.jpg) center center no-repeat;
	margin-top:40px;
}
#index_ad3{
	height:305px;
	background:url(/skin/syzxwy/ad3.jpg) center center no-repeat;
	margin-top:20px;
}
#index_ad4{
	height:305px;
	background:url(/skin/syzxwy/ad4.jpg) center center no-repeat;
	margin-top:40px;
}
#index_ad5{
	height:487px;
	background:url(/skin/syzxwy/ad5.jpg) center center no-repeat;
}
.index_ad5_txt{
	text-align:left;
	float:left;
	margin-top:100px;
	font-size:18px;
	color:#fff;
	line-height:40px;
}
.index_ad5_txt em{
	font-size:24px;
	font-style:normal;
	color:#ff3334;
}
ul.anli_fenlei{
	max-width:602px;
	height:35px;
	overflow:hidden;
	margin:35px auto 30px auto;
	border:2px solid #000;
	border-right:none;
	padding:0;
}
ul.anli_fenlei li{
	width:50%;
	border-right:2px solid #000;
	float:left;
	text-align:center;
}
ul.anli_fenlei li a{
	line-height:32px;
	color:#6c6c6c;
	font-size: 18px;
}
ul.anli_fenlei li:hover{
	background-color:#b6d9ee;
	transition:0.6s;
}
ul.anli_fenlei li:hover a{
	color:#fff;
}
.about_txt{
	color:#6c6c6c;
	line-height:25px;
	overflow:hidden;
}
ul.about_pic{
	width:1250px;
	overflow:hidden;
	margin-top:40px;
	padding:0;
}
ul.about_pic li{
	float:left;
	margin-right:40px;
	padding-bottom:5px;
}
ul.about_pic li img{
	width:266px;
	height:auto;
	border:1px solid #fff;
	-moz-box-shadow:0px 0px 5px #999; 
	-webkit-box-shadow:0px 0px 5px #999;
	box-shadow:0px 0px 5px #999;
}
#news_zone{
	width:1260px;
	overflow:hidden;
	margin-top:35px;
	margin-left: 76px;
}
dl.toutiao{
	width:576px;
	float:left;
	margin-right:45px;
}
dl.toutiao dt{
	width:262px;
	padding:5px;
	float:left;
}
dl.toutiao dt img{
	width:262px;
	height:auto;
	border:1px solid #fff;
	-moz-box-shadow:0px 0px 5px #999; 
	-webkit-box-shadow:0px 0px 5px #999;
	box-shadow:0px 0px 5px #999;	
}
dl.toutiao dt:hover img{
	border:1px solid #EE000D;
	-moz-box-shadow:0px 0px 5px #EE000D; 
	-webkit-box-shadow:0px 0px 5px #EE000D;
	box-shadow:0px 0px 5px #EE000D;	
	transition:0.6s;
}
dl.toutiao dd{
	width:295px;
	float:right;
	overflow:hidden;
}
dl.toutiao dd h2{
	display:block;
	font-weight:normal;
	margin-top:10px;
}
dl.toutiao dd h2 a{
	font-size:18px;
	color:#3c3c3c;
}
dl.toutiao dd:hover h2 a{
	color:#EE000D;
	transition:0.6s;
}
dl.toutiao dd .time{
	width:78px;
	height:21px;
	display:block;
	margin-top:10px;
	border:1px solid #c1c1c1;
	font-size:12px;
	color:#6c6c6c;
	text-align:center;
}
dl.toutiao dd .line{
	width:100%;
	height:2px;
	display:block;
	margin-top:10px;
	background:url(../images/line.jpg) repeat-x;
}
dl.toutiao dd .info{
	overflow:hidden;
	margin-top:10px;
	font-size:12px;
	color:#6c6c6c;
	line-height:23px;
}
dl.newslist{
	width:576px;
	padding:15px;
	float:left;
	margin-right:45px;
	border:2px solid #c1c1c1;
	overflow:hidden;
	
}
dl.newslist dd{
	float:left;
	width:390px;
	overflow: hidden;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
}
dl.newslist:hover{
	border-color:#b6d9ee;
	transition:0.6s;
}
dl.newslist dd h2{
	display:block;
	font-weight:550;
	margin-top:10px;
}
dl.newslist dd h2 a{
	font-size:18px;
	color:#3c3c3c;
}
dl.newslist dd:hover h2 a{
	color:#b6d9ee;
	transition:0.6s;
}
dl.newslist dd .info{
	overflow:hidden;
	margin-top:10px;
	font-size:15px;
	color:#6c6c6c;
	line-height:23px;
}
dl.newslist dt{
	width:108px;
	height:88px;
	float:right;
	border-left:2px solid #c1c1c1;
	padding-left:20px;
}
dl.newslist dt .yuefen{
	display:block;
	font-size:30px;
	color:#6c6c6c;
	font-weight:normal;
	margin-top:10px;
}
dl.newslist dt .nianfen{
	display:block;
	color:#6c6c6c;
	font-size:14px;
	font-weight:normal;
	overflow:hidden;
}
.index_xw_li a {color: #000} 
#index_dl{border: 2px solid #000000;}
#index_dl:hover{border: 2px solid #fff; color: #fff;}
#index_dd a:hover{color: #fff;}
#index_dd:hover a{color: #fff;}

#news_btn{width:100px;height:35px;display:block;margin:15px auto 0 auto;line-height:35px;text-align:center;color:#6c6c6c;clear:both;border:1px solid #c1c1c1;}
#news_btn:hover{
	background-color:#b6d9ee;
	border-color:#b6d9ee;
	color:#fff;
	transition:0.6s;
}
ul.huoban_list{
	width:auto;
	overflow:hidden;
	margin-top:30px;
	padding:0;
}
ul.huoban_list li{
	float:left;
	width:16.66666666666%;
	text-align:center;
	    margin-bottom: 10px;
}
ul.huoban_list li img{
	width:100%;
	height:auto;
	filter:Gray;
	
	-moz-opacity:0.7;
	-khtml-opacity: 0.7;
	opacity: 0.7;
	border:1px solid #c1c1c1;
	border-right:none;
}
ul.huoban_list li:last-child img{
	border-right:1px solid #c1c1c1;
}
ul.huoban_list li:hover img{
	filter:Color;
	-webkit-filter: grayscale(0);
	filter:alpha(opacity=100);
	-moz-opacity:1;
	-khtml-opacity: 1;
	opacity: 1;
	transition:0.6s;
}
ul.huoban_list li h3{
	display:block;
	margin-top:10px;
	font-size:12px;
	color:#6c6c6c;
}
#ad_new{ background:url(../images/ad_new.png) no-repeat center center; height:305px;margin-top:30px;}
.index_kehu{
	width:100%;
	overflow:hidden;
	margin-top:30px;
}
.index_kehu ul{

}
.index_kehu ul li{
	min-height:110px;
	text-align:center;
	overflow:hidden;
	float:left;
	color:#fff;
	padding:20px 0;
}
.index_kehu ul li .shu{
	font-size:34px;
}
.index_kehu ul li .shu span{
	font-family:impact;
	font-weight:400;
	font-size:36px;
}
.index_kehu ul li .diqu{
	font-size:18px;
	margin-top:10px;
}
#kehu1{
	width:29.7395833333%;
	background:url(../images/kehu1.jpg) repeat-y;
}
#kehu2{
	width:19.5833333333%;
	background:url(../images/kehu2.jpg) repeat-y;
}
#kehu3{
	width:10.5208333333%;
	background:url(../images/kehu3.jpg) repeat-y;
}
#kehu4{
	width:10.0520833333%;
	background:url(../images/kehu4.jpg) repeat-y;
}
#kehu5{
	width:10.0520833333%;
	background:url(../images/kehu5.jpg) repeat-y;
}
#kehu6{
	width:10%;
	background:url(../images/kehu6.jpg) repeat-y;
}
#kehu7{
	width:10.0520833333%;
	background:url(../images/kehu7.jpg) repeat-y;
}
.index_contact{
	width:100%;
	height:414px;
	overflow:hidden;
	background:url(../images/contact_bg.jpg) center center no-repeat;
}
.index_contact dl{
	float:left;
	overflow:hidden;
	margin-top:105px;
}
.index_contact dl dt{
	display:block;
	margin-bottom:20px;
	font-size:24px;
	color:#fff;
	font-weight:normal;
}
.index_contact dl dd h2{font-size:18px; margin-bottom:20px}
.index_contact dl dd{
	font-size:14px;
	color:#fff;
	line-height:30px;
}
.index_contact dl dd a{
	color:#fff;
}
.index_contact dl dd.qq{
	padding-left:25px;
	background:url(../images/qq.png) left center no-repeat;
}
.index_contact dl dd.phone{
	padding-left:25px;
	background:url(../images/phone.png) left center no-repeat;
}
#c1{
	width:330px;
	float:left;
}
#c2{
	width:285px;
	float:left;
	margin-left:160px;
}
#c3{
	width:285px;
	float:right;
	overflow:hidden;
}
.liuyan_l{
	width:405px;
	float:left;
	overflow:hidden;
	background:url(../images/liuyan_left.png) left 20px no-repeat;
}
.liuyan_l_r{
	width:235px;
	float:right;
	overflow:hidden;
}
.liuyan_l_r h2{
	font-size:20px;
	color:#353535;
	display:block;
}
.liuyan_l_r h3{
	font-size:12px;
	color:#6c6c6c;
	display:block;
	margin-top:10px;
}
.liuyan_l_r .line{
	height:16px;
	background:url(../images/line.png) left center no-repeat;
	display:block;
}
.liuyan_l_txt{
	font-size:12px;
	color:#353535;
	line-height:25px;
}
.liuyan_r{
	width:730px;
	float:right;
	overflow:hidden;
}
.index_biaodan{

}
.index_biaodan p{
	overflow:hidden;
	margin-bottom:25px;
}
.index_biaodan span{

}
.index_biaodan .fl{
	float:left;
}
.index_biaodan .fr{
	float:right;
}
.index_biaodan i{
	float:left;
	margin-right:5px;
}
#i1{
	width:38px;
	height:38px;
	background:url(../images/i1.jpg) center center no-repeat #383C45;
}
#i2{
	width:38px;
	height:38px;
	background:url(../images/i2.jpg) center center no-repeat #383C45;
}
#i3{
	width:38px;
	height:38px;
	background:url(../images/i3.jpg) center center no-repeat #383C45;
}
#i4{
	width:38px;
	height:38px;
	background:url(../images/i4.jpg) center center no-repeat #383C45;
}
#i5{
	width:38px;
	height:76px;
	background:url(../images/i5.jpg) center center no-repeat #383C45;
}
.index_biaodan .itext{
	width:305px;
	height:38px;
	float:left;
	border:none;
	background-color:#d3d3d3;
	line-height:38px;
	text-indent:10px;
	font-size:12px;
	color:#6c6c6c;
	outline:none;
}
.index_biaodan #content{
	width:684px;
	height:76px;
	float:right;
	padding:5px;
	overflow:hidden;
	border:none;
	background-color:#d3d3d3;
	font-size:12px;
	color:#6c6c6c;
	outline:none;
}
.index_biaodan #submit{
	width:88px;
	height:33px;
	display:block;
	background:url(../images/liuyan_btn.png) center center no-repeat #EE000D;
	border:none;
	outline:none;
	cursor:pointer;
	font-size:0;
	line-height:0;
	text-indent:-9999em;
}

.footer_zone{
	width:100%;
	overflow:hidden;
	background-color:#2F2F2F;
	margin-top:50px;

}
footer{
	width:1200px;
	margin:0px auto;
	overflow:hidden;
}
.footer_l{
	width:auto;
	float:left;
	overflow:hidden;
}
.footer_l img{
	float:left;
	max-width:120px;
	height:auto;
	margin-right:48px;
}
.footer_m{
	width:315px;
	float:left;
	margin-left:100px;
	overflow:hidden;
}
ul.footer_ico{
	width:auto;
	overflow:Hidden;
}
ul.footer_ico li{
	float:left;
	width:102px;
	height:80px;
}
ul.footer_ico #wyly{
	background:url(../images/ico11.png) center 16px no-repeat #000;
}
ul.footer_ico #wyly:hover{
	background:url(../images/ico11_on.png) center 16px no-repeat #b6d9ee;
}
ul.footer_ico #qyqq{
	background:url(../images/ico12.png) center 16px no-repeat #000;
	border-left:1px solid #2d2d2d;
	border-right:1px solid #2d2d2d;
}
ul.footer_ico #qyqq:hover{
	background:url(../images/ico12_on.png) center 16px no-repeat #b6d9ee;
}
ul.footer_ico #qywb{
	background:url(../images/ico13.png) center 16px no-repeat #000;
}
ul.footer_ico #qywb:hover{
	background:url(../images/ico13_on.png) center 16px no-repeat #b6d9ee;
}
ul.footer_ico li:hover{
	transition:0.6s;
}
ul.footer_ico li a{
	display:block;
	width:100%;
	height:100%;
	text-align:center;
	overflow:hidden;
}
ul.footer_ico li a span{
	font-size:12px;
	color:#8e8e8e;
	margin-top:55px;
	display:block;
}
ul.footer_ico li:hover a span{
	color:#fff;
}
.footer_m p{
	font-size:12px;
	color:#fff;
	margin-top:10px;
	overflow:hidden;
	clear:both;
}
.footer_m strong{
	display:block;
	margin-top:5px;
	font-size:18px;
	color:#fff;
	font-family:Impact;
	font-weight:normal;
}
.footer_r{
	width:auto;
	overflow:hidden;
	float:right;
}
.footer_r ul{
	width:auto;
	overflow:hidden;
}
.footer_r ul li{
	line-height:25px;
	padding-left:20px;
	color:#fff;
	font-size:12px;
}
#r1{
	background:url(../images/sico1.png) left center no-repeat;
}
#r2{
	background:url(../images/sico2.png) left center no-repeat;
}
#r3{
	background:url(../images/sico3.png) left center no-repeat;
}
#r4{
	background:url(../images/sico4.png) left center no-repeat;
}
#r5{
	background:url(../images/sico5.png) left center no-repeat;
}

.copy_zone{
	width:100%;
	overflow:hidden;
	background:center 40px repeat-x #2F2F2F;
	text-align:center;
	padding:20px 0 0px 0;
}
.copy{
	width:auto;
	display:inline-block;
	*display:inline;
	*zoom:1;
	background-color:#2f2f2f;
	font-size:14px;
	color:#fff;
	line-height:43px;
	/* height:40px; */
	/* overflow:hidden; */
}
.copy a{color:#fff}
.link{
	width:auto;
	max-width:1200px;
	overflow:hidden;
	margin:0px auto;
	text-align:left;
}
.link h2{
	float:left;
	color:#686868;
	line-height:25px;
}
.link a{
    color: #868686;
    padding: 0;
	line-height:25px;
}





.ny_banner{
	width:100%;
	height:310px;
	overflow:Hidden;
}
.ny_banner img{
	display:none;
}
.banner img{
    width: 100%;
    display: block;
}
.page{
	width:auto;
	overflow:hidden;
	margin-top:10px;
	text-align:center;
	margin-right: 60px;
}
.page a{
	display:inline-block;
	*display:inline;
	*zoom:1;
	margin:0 10px;
	width:104px;
	height:38px;
	font-size:0;
	line-height:0;
	text-indent:-9999em;
}
#shangye{
	background:url(/skin/img/scroll_l.png) no-repeat;
}
#shangye:hover{
	background:url(/skin/img/scroll_l_hover.png) no-repeat;
	transition:0.6s;
}
#xiaye{
	background:url(/skin/img/scroll_r.png) no-repeat;
}
#xiaye:hover{
	background:url(/skin/img/scroll_r_hover.png) no-repeat;
	transition:0.6s;
}
/*-----------内页服务列表---------*/
ul.ny_fuwulist{
	width:1300px;
	overflow:hidden;
	position:relative;
}
ul.ny_fuwulist li{
	width:560px;
	float:left;
	overflow:hidden;
	margin-top:3em;
	margin-right:85px;
	
}
ul.ny_fuwulist li span{
	width:83px;
	height:83px;
	display:inline-block;
	*display:inline;
	*zoom:1;
	overflow:hidden;
	border:1px solid #595959;
	-moz-border-radius: 50%;      /* Gecko browsers */
    -webkit-border-radius: 50%;   /* Webkit browsers */
    border-radius:50%;            /* W3C syntax */
	float:left;
}
ul.ny_fuwulist li h3{
	display:inline-block;
	*display:inline;
	*zoom:1;
	font-weight:bold;
	font-size:16px;
	color:#2f2e2e;
	float:left;
	line-height:83px;
	margin-left:15px;
}
ul.ny_fuwulist li .txt{
	width:100%;
	overflow:hidden;
	padding:8px;
	margin-top:10px;
}
ul.ny_fuwulist li .txt p{
	font-size:14px;
	color:#6c6c6c;
	line-height:25px;
	margin-top:10px;
}
ul.ny_fuwulist li:hover .txt{
	background-color:#d6d6d6;
	transition:0.6s;
}
ul.ny_fuwulist li .txt .fuwu_btn:hover{
	background-color:#b8b8b8;
	color:#fff;
	transition:0.6s;
}

ul.ny_fuwulist li:hover #fuwu1{
	background:url(../images/ico1_on.png) center center no-repeat #595959;
	transition:0.6s;
}

ul.ny_fuwulist li:hover #fuwu2{
	background:url(../images/ico2_on.png) center center no-repeat #595959;
	transition:0.6s;
}

ul.ny_fuwulist li:hover #fuwu3{
	background:url(../images/ico3_on.png) center center no-repeat #595959;
	transition:0.6s;
}

ul.ny_fuwulist li:hover #fuwu4{
	background:url(../images/ico4_on.png) center center no-repeat #595959;
	transition:0.6s;
}

ul.ny_fuwulist li:hover #fuwu5{
	background:url(../images/ico5_on.png) center center no-repeat #595959;
	transition:0.6s;
}

ul.ny_fuwulist li:hover #fuwu6{
	background:url(../images/ico6_on.png) center center no-repeat #595959;
	transition:0.6s;
}

ul.ny_fuwulist li:hover #fuwu7{
	background:url(../images/ico7_on.png) center center no-repeat #595959;
	transition:0.6s;
}

ul.ny_fuwulist li:hover #fuwu8{
	background:url(../images/ico8_on.png) center center no-repeat #595959;
	transition:0.6s;
}

ul.ny_fuwulist li:hover #fuwu9{
	background:url(../images/ico9_on.png) center center no-repeat #595959;
	transition:0.6s;
}

ul.ny_fuwulist li:hover #fuwu10{
	background:url(../images/ico10_on.png) center center no-repeat #595959;
	transition:0.6s;
}
ul.ny_fuwulist hr{
	width:100%;
	height:2px;
	border-top:1px dashed #a7a7a7;
	position:absolute;
	left:0;
}
ul.ny_fuwulist #hr1{
	top:200px;
}
ul.ny_fuwulist #hr2{
	top:410px;
}
ul.ny_fuwulist #hr3{
	top:620px;
}
ul.ny_fuwulist #hr4{
	top:830px;
}
.service_pic{
	margin-top:60px;
	overflow:hidden;
}
#service_pic1{
	float:left;
}
#service_pic2{
	float:right;
}
.article_btn{
	width:100%;
	text-align:center;
	overflow:hidden;
}

.article_btn a{
	width:35px;
	height:35px;
	border:1.5px solid #c1c1c1;
	overflow:hidden;
	display:inline-block;
	*display:inline;
	*zoom:1;
	-moz-border-radius: 30px;      /* Gecko browsers */
    -webkit-border-radius: 30px;   /* Webkit browsers */
    border-radius:30px;            /* W3C syntax */
	margin:0 3px;
}
.article_btn a i{
	font-size:14px;
	color:#666;
	line-height:35px;	
}
.article_btn a:hover{
	background-color:#6c6c6c;
	transition:0.8s;
}
.article_btn a:hover i{
	color:#fff;
}
.article_pic{
	margin-top:30px;
	text-align:center;
}
.article_pic img{
	max-width:100%;
	height:auto;
}
.article_title{
	font-size:28px;
	color:#2d257b;
	font-weight:normal;
	background:url(/skin/syzxwy/line.png) bottom center no-repeat;
	text-align:center;
	overflow:hidden;
	display:block;
	margin-top:20px;
	padding-bottom:20px;
}
.article_body{
	margin-top:20px;
	line-height:30px;
	color:#6c6c6c;
}

/*-----------锚点偏移---------*/
#a2,#a3,#a4,#a5,#a6{
	padding-top:85px!important;
	margin-top:-85px!important;
}
/*-----------内页案例-----------------*/
ul.ny_caselist{
	overflow:hidden;
}
ul.ny_caselist li{
	width:25%;
	overflow:hidden;
	text-align:center;
	float:left;
	padding: 10px;
}
ul.ny_caselist li img{
	width:100%;
	height:auto;
}
ul.ny_caselist li h3{
	height:45px;
	line-height:45px;
	background-color:#fff;
	margin:0;
}
ul.ny_caselist li h3 a{
	font-size:14px;
	font-weight:normal;
	color:#6c6c6c;
}
ul.ny_caselist li:hover h3{
	background-color:#b6d9ee;
	transition:0.6s;
}
ul.ny_caselist li:hover h3 a{
	color:#fff;
}
ul.case_list {
	width:100%;
	overflow:hidden;
	margin:0;
}
ul.case_list li{
	width:25%;
	text-align:center;
	overflow:hidden;
	float:left;
    padding: 10px;
}
ul.case_list li img{
	width:100%;
	height:auto;
	/*
	transition:0.6s;
	*/
}
ul.case_list li:hover img{
	/*
	transform:scale(1.5);
	transition:0.6s;
	*/
}
ul.case_list li h3{
	height:45px;
	line-height:45px;
	background-color:#f1f3f7;
	margin:0;
	border: 1px #d8d8d8 solid;
}
ul.case_list li h3 a{
	font-size:14px;
	font-weight:normal;
	color:#6c6c6c;
}
ul.case_list li:hover h3{
	background-color:#009149;
	transition:0.6s;
	border:none
}
ul.case_list li:hover h3 a{
	color:#fff;
}
/******************************响应式代码********************************/
@media only screen and (min-width: 1400px) and (max-width: 1600px){
	.container{
		width:70%;
	}
	.main{
		width:70%;
	}
	ul.zone1_list{
		width:auto;
		margin-top:5%;
	}
	ul.zone1_list li{
		width:23%;
		margin:0 1%;
	}
	ul.fuwulist{
		width:auto;
	}
	ul.fuwulist li{
		width:18%;
		margin-right:1%;
		margin-left:1%;
	}
	ul.about_pic{
		width:auto;
	}
	ul.about_pic li{
		width:23%;
		margin:0 1%;
	}
	#news_zone{
		width:auto;
	}
	dl.toutiao{
		width:48%;
		margin:0 1%;
	}
	dl.toutiao dt{
		width:25%;
	}
	dl.toutiao dd{
		width:70%;
	}
	dl.toutiao dd .info{
		display:none;
	}
	dl.newslist{
		width:48%;
		margin:1em 1%;
		height:auto;
	}
	dl.newslist dd{
		width:70%;
	}
	dl.newslist dt{
		width:30%;
		padding:0;
		text-align:center;
	}
	#c1,#c2,#c3{
		width:30%;
		margin-left:1.5%;
		margin-right:1.5%;
	}
	.liuyan_l{
		width:25%;
		background:none;
	}
	.liuyan_l_r{
		margin:0;
	}
	.liuyan_r{
		width:70%;
	}
	.index_biaodan p span{
		width:48%;
		margin:0 1%;
	}
	.index_biaodan p span i{
		margin-right:0;
	}
	#i1,#i2,#i3,#i4{
		width:10%;
		float:left;
	}
	#i5{
		margin-left:1%;
		width:5%;
		margin-right:0;
	}
	.index_biaodan .itext{
		width:90%;
		float:right;
	}
	.index_biaodan #content{
		margin-right:1%;
		width:93%;
		padding:0;
		float:left;
	}
	footer{
		width:70%;
	}
	.footer_l{
		width:30%;
	}
	.footer_l img{
		width:48%;
		height:auto;
		margin:0 1%;
	}
	.footer_m{
		width:32%;
		margin:0 2%;
	}
	.footer_r{
		width:30%;
	}
	ul.footer_ico li{
		width:32%;
	}
}
@media only screen and (max-width : 1440px){
	#s1_txt1{
		height:80%;
		width:auto;
	}
	#s1_txt3{
		height:60%;
		width:auto;
	}

}
@media only screen and (max-width : 1366px){
	ul.zone1_list{
		width:auto;
		margin-top:4%;
	}
	#pic0_1{
		max-width:50%;
	}
	#pic0_5{
		max-width:30%;
	}
}
@media only screen and (max-width : 1024px){
    .navbar-default .navbar-nav>li>a {
        font-size: 16px;
    }
	.top-header img.logo{
		margin-top:25px;
	}
	.main{
		width:auto;
	}
	ul.zone1_list{
		width:auto;
	}
	ul.zone1_list li{
		width:22%;
		margin:0 1.5%;
	}
	ul.fuwulist{
		width:auto;
	}
	ul.fuwulist li{
		width:18%;
		margin:2em 1% 0 1%;
	}
	.ad{
		width:auto;
	}
	.ad strong{
		font-size:2.6em;
	}
	.about_txt{
		padding:0 2%;
	}
	ul.about_pic{
		width:auto;
	}
	ul.about_pic li{
		width:23%;
		margin:0 1%;
	}
	#news_zone{
		width:auto;
	}
	dl.toutiao{
		width:100%;
		float:none;
		clear:both;
	}
	dl.toutiao dt{
		width:29%;
		margin-left:1%;
	}
	dl.toutiao dd{
		width:69%;
		margin-right:1%;
	}
	dl.newslist{
		width:46%;
		height:auto;
		padding:1%;
		margin:1em 1% 0 1%;
	}
	dl.newslist dd{
		width:70%;
	}
	dl.newslist dt{
		width:30%;
		padding:0;
		text-align:center;
	}
	dl.newslist dt .yuefen{
		text-align:center;
	}
	.index_ad5_txt{
		margin-left:2%;
	}
	#c1{
		width:33%;
		margin-left:2%;
	}
	#c2{
		width:30%;
		margin-left:2%;
	}
	#c3{
		width:31%;
	}
	.liuyan_l{
		width:24%;
		background:none;
		margin-left:1%;
	}
	.liuyan_l_r{
		float:none;
		width:auto;
	}
	.liuyan_r{
		width:74%;
		margin-right:1%;
	}
	.footer_zone{
		padding-top:40px;
	}
	footer{
		width:auto;
	}
	.footer_l{
		width:30%;
		margin-left:1%;
	}
	.footer_l img{
		width:48%;
		height:auto;
		margin:0 1%;
	}
	.footer_m{
		width:30%;
		margin-left:1%;
	}
	ul.footer_ico li{
		width:32%;
	}
	.footer_r{
		width:30%;
		margin-right:1%;
	}
	ul.ny_fuwulist{
		width:auto;
	}
	ul.ny_fuwulist li{
		width:46%;
		margin:2em 2%;
		border-bottom:1px dashed #a7a7a7;
	}
	hr{
		display:none;
	}
	.service_pic{
		width:auto;
	}
	.service_pic img{
		width:46%;
		height:auto;
		margin:0 2%;
	}
	ul.ny_caselist{
		width:auto;
	}
	ul.ny_caselist li{
		width:31.3333333%;
		margin:30px 1%;
	}
	.article_body{
		padding:0 1%;
	}
	.article_body img{
		max-width:100%;
		height:auto;
	}
	.link{
		padding:0 1.5%;
	}
}
@media only screen and (max-width : 768px){
    #pic0_2{
        bottom: 5%;
    }
	.copy_zone{
		padding: 0px 0px 40px 0px;
	}
	.copy_zone>div{
	    display: none;
	}
	.copy{
		height: 120px;
		/* line-height: 20px; */
	}
	.page{
		margin-right: 0px;
	}
	#news_zone{
		margin-left: 0px;
	}
    .navbar-default .navbar-nav>li>a {
        font-size: 16px;
		padding:10px 10px!important;
    }
	.top-header img.logo{
		/*margin-top:28px;*/
	}
	.zone1{
		height:auto;
		padding:3em 0;
	}
	ul.zone1_list{
		margin:0 auto;
	}
	#index_ad1,#index_ad2,#index_ad3,#index_ad4,#index_ad5,#index_ad11{
		width:auto;
		height:auto;
		padding:4em 0;
		overflow:hidden;
		background-size:cover;
	}
	#index_ad1 strong,#index_ad2  strong,#index_ad3  strong,#index_ad4  strong{
		margin:0;
	}
	#index_ad1 p,#index_ad2  p,#index_ad3 p,#index_ad4  p{
		font-size:1em;
		line-height:2em;
	}
	.index_ad5_txt{
		margin-top:0;
	}
	dl.newslist dd{
		width:auto;
		float:none;
	}
	dl.newslist dt{
		display:none;
	}
	.liuyan_l{
		display:none;
	}
	.liuyan_r{
		float:none;
		width:auto;
		padding:0 1%;
	}
	.footer_m{
		margin-left:4%;
	}
}
/* XS Portrait */
@media screen and (max-width: 767px){
.ny_banner .mobileimg {
    display: block;
}
.ny_banner .img111 {
    display: none;
}}
@media only screen and (max-width : 414px){

    .navbar-default .navbar-toggle {
        border-color: #fff;
        right: 1%;
    }
	 .navbar-default .navbar-nav>li{
		border-bottom:1px solid #ddd;
	 }
    .navbar-default .navbar-nav>li>a {
        font-size: 14px;
        text-align: left;
    }
	.navbar-default .navbar-nav>li>a.active{
		background:none;
	}
	.col-xs-2{
		width:60%;
	}
    .carousel-control .glyphicon-chevron-right,
    .carousel-control .icon-next {
            width:18px;
			height:35px;
			margin-right:1%;
    }
    .carousel-control .glyphicon-chevron-left,
    .carousel-control .icon-prev {
            width:18px;
			height:35px;
			margin-left:1%;
    }	
	#pic3{
		max-width:60%;
		margin:7% auto 0 auto;
	}
	.zone1{
		height:auto;
		background-size:cover;
		padding-bottom:1em;
	}
	ul.zone1_list{
		margin-top:15px;
	}
	ul.zone1_list li{
		width:47%;
		margin:1em 1.5% 0 1.5%;
	}
	.index_title{
		margin-top:1.5em;
	}
	.index_title h3{
		padding:0 1%;
		line-height:25px;
	}
	ul.fuwulist li{
		width:48%;
		margin:1.5em 1% 0 1%;
	}
	.ad strong{
		font-size:1.8em;
	}
	.ad p{
		font-size:0.5em;
	}
	#index_ad1,#index_ad2,#index_ad3,#index_ad4,#index_ad5,#index_ad11{
		padding:2em 2% 2em 2%;
	}
	ul.anli_fenlei{
		width:auto;
	}
	ul.about_pic li{
		width:48%;
		margin:1em 1%;
	}
	dl.toutiao dt{
		width:auto;
		float:none;
	}
	dl.toutiao dt img{
		width:100%;
		height:auto;
	}
	dl.toutiao dd{
		width:auto;
		float:none;
		margin-top:1em;
		padding:0 1.5%;
	}
	dl.newslist{
		width:auto;
		float:none;
	}
	ul.huoban_list{
		margin:0;
	}
	ul.huoban_list li{
		width:33.333333333%;
		margin-top:1em;
	}
	.index_kehu{
		display:none;
	}
	#index_ad5{
		margin-top:2em;
	}
	.index_ad5_txt{
		font-size:1em;
	}
	.index_contact{
		height:auto;
		background-size:cover;
	}
	#c1,#c2,#c3{
		width:auto;
		float:none;
		padding:0 1%;
		margin-top:2em;
	}
	
	.index_contact dl dt{font-size: 16px;}
	.index_contact dl dd h2{font-size: 14px;}
	.index_contact dl dd{font-size: 12px; line-height: 24px;}
	.index_biaodan .fl,.index_biaodan .fr{
		float:none;
	}
	.index_biaodan p{
		margin:0;
	}
	.index_biaodan i{
		margin-bottom:15px;
		margin-right:0;
		
	}
	#i1,#i2,#i3,#i4,#i5{
		width:15%;
	}
	.index_biaodan .itext{
		margin-bottom:15px;
		width:83%;
		float:right;
	}
	.index_biaodan #content{
		width:83%;
		float:right;
	}
	.footer_zone{
		padding-top:1em;
	}
	.footer_l,.footer_m,.footer_r{
		width:auto;
		float:none;
		margin-top:1.5em;
	}
	.footer_l{
		text-align:center;
	}
	.footer_l img{
		display:inline-block;
		*display:inline;
		*zoom:1;
		float:none;
	}
	.footer_m{
		margin-left:3%;
	}
	.footer_r{
		margin-left:3%;
	}
	ul.ny_fuwulist li{
		width:auto;
		float:none;
	}
	ul.ny_caselist li{
		width:48%;
		margin:1em 1%;
	}
	ul.case_list li{
		width:50%;
	}
}	
.di{    color: #2f2f2f;    margin: 0;}
@media only screen and (max-width : 414px){
.di{ display:none}
.sybanner{height:300px;}
#pic0_1{max-width:80%} #pic0_2{width:80%} #pic2{max-width:200%} #pic3{max-width:100%}}
.foot_nav{ width:25%;float:left;background-color: #fafafa;text-align:center;} 
.foot_nav:hover,.foot_nav:focus{background-color: #e4e4e4;}
.foot_nav a{color:#898989;display:block;}
.foot_nav a:hover,.foot_nav a:focus{text-decoration:none;}
.foot_nav span{display:block; padding:3px 0px 0px 0px;}
.webshare{width: 230px; padding: 5px;}
.ewebshare{width: 200px; padding: 5px;}
.sj {height:50px;    min-height:50px;position: static}

@media screen and (min-width: 768px){
.footer_nav {
    display: none;
}

}
.banner{width:100%;height:auto;margin-bottom:20px;padding:0px;}
.topPadding{height:0px;width:100%;background:#fff;position:relative;}

/*内页横幅图片*/
.bannerImg{width:100%;overflow:hidden;background-repeat: no-repeat;background-position: center center;background-size: cover;-webkit-background-size: cover;-moz-background-size: cover;-o-background-size: cover;}
.bannerImg img{max-width: 100%;height:auto;}
 .mobileimg{display:none}

@media screen and (max-width: 767px) 
{header{background-color: #5d0503;}
    #rightBox{float:left;}
	.navbar{min-height:65px;}
	.navbar-default .navbar-collapse, .navbar-default .navbar-form{}
	.navbar-toggle{border:0px;margin-top:19px;margin-bottom:10px;}
	.navbar-default .navbar-toggle:hover,
	.navbar-default .navbar-toggle:focus {}
	.navbar-default .navbar-toggle .icon-bar{}
	.navbar-default .navbar-nav{margin-top: 0px;margin-bottom: 0px;    margin: 0;}
	.navbar-default .navbar-nav > li {    border-bottom: 1px solid #ddd;}
	.navbar-default .navbar-nav > li:last-child{border: none;}
	.navbar-default .navbar-nav > li > a{color: #000;}
	.navbar-default .navbar-nav .open .dropdown-menu > li > a{color: #fff;}
	.navbar-default .navbar-nav > li > a:hover,
	.navbar-default .navbar-nav > li > a:focus,
	.navbar-default .navbar-nav > .active > a, 
	.navbar-default .navbar-nav > .active > a:hover, 
	.navbar-default .navbar-nav > .active > a:focus,
	.navbar-default .navbar-nav > .open > a, 
	.navbar-default .navbar-nav > .open > a:hover, 
	.navbar-default .navbar-nav > .open > a:focus,
	.navbar-default .navbar-nav .open .dropdown-menu > li > a:hover{background:url(); color: #000;}
	#navbar{border-color: #e7e7e7;background:url();    margin-right: -15px;
    margin-left: -15px;}
	.navbar .dropdown-menu li a{line-height:30px;display:block;}
	.navbar .dropdown-menu li a:hover{background:url();}
	.navbar .dropdown-menu li ul li a{color:#fff;padding-left:40px}
	.navbar .dropdown-menu li ul li ul li a{color:#fff;padding-left:60px}
	.navbar .dropdown-menu a span{display:inline;}

	.logo{text-align:center}
	.logo img{max-width:700px}
	footer{ margin-bottom:50px;padding-top:0px;}
    footer .row > div{display:none;}
    footer #footerSearch{display:block}
    footer #footerSearch input{width:75%;}
    footer #footerSearch .footerTitle{display:none}
    footer #footerSearch .collectBox{display:none}
    footer .copyright{margin-top:25px;padding:20px;}

	#app_menudown{ display:block; }
	#cmsFloatPanel{display:none;}
	.slider__arrows-item {display:none;}

    .mobile{margin:0px;padding:0px;}
    
    .indexNavigationGroup{display:block;}
    
    .positionBar .title{display:none;} .positionBar{background:#eee;}
    .positionBar span{margin:0px;float:left;padding-left:10px;}
    .positionBar span a{font-size:12px;color:#333;line-height:40px;text-decoration: none;}
    .positionBar span a:hover{color:#000}
    .positionBar .moreMenu{width:100%;}
    .navigationBox{right:0px;width:100%;}  
    .welcomeBox{display:none;}
 
    .languageBox{width:100%;text-align:center}
    .languageBox a{border:0;display:inline-block;float:none}
    .topContactBox{display:none}  

    .titleBar{border-left:3px solid #333;height:35px;line-height:35px;background:#f9f9f9}
    .titleBar h5{background-image:none;padding-left:4px;margin:0px 0px 0px 5px;font-weight:bold;font-size:16px;background:none;line-height:35px;}
    .titleBar span{display:none}

    .newsList li .time{display:none}
    .newsList li .tit{margin-right:0;}
    .detailTitle{margin-left:0}
    .aboutBoxBg{background-repeat:repeat-y;margin-bottom:30px}
    .aboutBox section img{width:100%}
    .aboutBox{width:100%;overflow:hidden; margin:40px 0px 0px 0px;}


    .newsBox .imgNewsBox{overflow:hidden;margin-top:20px;margin-bottom:15px;margin-left:-15px;margin-right:-15px}
 

    .banner .mobileimg{display:block}
    .banner .img{display:none}
}
ul.anli li{
	width:25%;
	border:2px solid #b6d9ee;
	float:left;
	text-align:center;
}
ul.anli li a{
	font-size: 16px;
	line-height:35px;
	color:#6c6c6c;
}
ul.anli li:hover{
	background-color:#b6d9ee;
	transition:0.6s;
	/* border: 2px solid #fff; */
}
ul.anli li:hover a{
	color:#fff;
}
.anli{max-width:600px; margin:auto}
.img-1 {
	overflow:hidden;
}
.img-1 img {
	transition:all .4s;
	-moz-transition:all .4s;
	-webkit-transition:all .4s;
}
.img-1 img:hover {
	transform:scale(1.2);
}
.news_box1,.news_box2,.news_box3,.news_box4{width:49%; float: left;vertical-align:text-top;border: #d4d4d4 1px solid; margin-bottom: 20px;}
.news_box h2{display:inline-block}
.news_box span{float:right;color: #525252;}
.news_box li{line-height: 32px; margin:0 20px 0 33px;list-style-type: disc; color: #b1b1b1;}
.news_box1{background: rgba(241, 243, 247, 0.45); margin-right:2%}
.news_box2{background:rgba(242, 243, 242, 0.55);}
.news_box3{background:rgba(242, 243, 242, 0.55); margin-right:2%}
.news_box4{background:rgba(241, 243, 247, 0.45);}
.news_T h1{font-size:20px;padding:10px;border-bottom: 1px #bb9393 solid;color: #2d257b;letter-spacing: 3px;font-weight: 600;}
.news_T h1 a{font-size:16px;float:right}
.news_box ul{margin:10px 0}
@media screen and (max-width: 900px){
	.news_box1,.news_box2,.news_box3,.news_box4{width:100%; margin:10px 0}
}
@media screen and (max-width:460px){
	.news_box span{display:none}
}
ul.zizhi li{width:33%}
.mt{    background: #fff;}
@keyframes fadeInLeft {
  from {
    opacity: 0;
    transform: translate3d(-100%, 0, 0);
  }

  to {
    opacity: 1;
    transform: none;
  }
}

/*添加动画*/
{
    animation-duration: 1s;
    animation-fill-mode: both;
    animation-name: fadeInLeft;
}
.zgs{ margin: 120px 0 100px;padding-bottom: 25px;}
.zgs h1{font-size:23px;color: #698596;font-weight: 600;}
.zgs p{font-size:17px; padding: 10px 0;color: #333; font-weight: 600; letter-spacing: 1px;}
.zgs li{display:inline-block;border-left: 2px #333 solid; padding-left: 10px; position: absolute;}
.z_1{left: 67.1%;margin-top:0px;padding:20px 0 0}
.z_2{left: 58.2%;margin-top:-80px;}
.z_7{left:50.3%;margin-top:-80px}
.z_6{left:48.3%;margin-top:0px;padding:20px 0 0}
.z_3{left:40.3%;margin-top:-80px}
.z_4{left:32%;margin-top:0px;padding:20px 0 0}
.z_5{left:25%;margin-top:-80px}
.zz1{left: 67.1%;}
.zz2{left: 58.2%;}
.zz7{left:50.3%;}
.zz6{left:48.3%;}
.zz3{left:40.3%;}
.zz4{left:32%;}
.zz5{left:25%;}
.zz{text-align:right;height:5px;background:#333;width:90%; margin: auto;}
.zz b{font-size:45px; margin-top: -34px; margin-left: -8px;position: absolute;color:#333}
@media screen and (max-width:1400px){
	.zz5{left:15%;}
	.z_5{left:15%}
}@media screen and (max-width:1100px){
.z_1{left: 67.1%;margin-top:-80px}
.z_2{left: 57.2%;margin-top:0px;padding:20px 0 0}
.z_3{left:33%;margin-top:-80px}
.z_4{left:15%;margin-top:0px;padding:20px 0 0}
.z_5{left:5%;margin-top:-80px}
.zz1{left: 67.1%;}
.zz2{left: 57.2%;}
.zz3{left:33%;}
.zz4{left:15%;}
.zz5{left:5%;}
}
.footer-l{width:80%;display:inline-block}
@media screen and (max-width:900px){
	.zz{display:none}
	.zgs li{position: static;display: block; margin: 0;}
	.zgs ul{margin-left:10%}
	.zgs { margin: 40px 0;}
	.footer-l{width:100%;    padding-bottom: 60px;}
	.copy_zone img{display:none}
	ul.ny_caselist li h3 {
    height: 50px;
    line-height: 14px;
    padding: 10px 5px;}
}
