﻿.ch-item {
	width: 100%;
	height: 100%;
	border-radius: 50%;
	position: relative;
	cursor: default;
	box-shadow: 
		inset 0 0 0 16px rgba(255,255,255,0.6),
		0 1px 2px rgba(0,0,0,0.1);
		
	-webkit-transition: all 0.4s ease-in-out;
	-moz-transition: all 0.4s ease-in-out;
	-o-transition: all 0.4s ease-in-out;
	-ms-transition: all 0.4s ease-in-out;
	transition: all 0.4s ease-in-out;
}

.ch-img-1 { 
	background-image: url(../images/1.png);
}

.ch-img-2 { 
	background-image: url(../images/2.png);
}

.ch-img-3 { 
	background-image: url(../images/3.png);
}
.ch-img-4 { 
	background-image: url(../images/4.png);
}

.ch-img-5 { 
	background-image: url(../images/5.png);
}

.ch-img-6 { 
	background-image: url(../images/6.png);
}

.ch-info {
	position: absolute;
	background: rgba(63,147,147, 0.8);
	width: inherit;
	height: inherit;
	border-radius: 50%;
	opacity: 0;
	
	-webkit-transition: all 0.4s ease-in-out;
	-moz-transition: all 0.4s ease-in-out;
	-o-transition: all 0.4s ease-in-out;
	-ms-transition: all 0.4s ease-in-out;
	transition: all 0.4s ease-in-out;
	
	-webkit-transform: scale(0);
	-moz-transform: scale(0);
	-o-transform: scale(0);
	-ms-transform: scale(0);
	transform: scale(0);
	
	-webkit-backface-visibility: hidden;

}

.ch-info h3 {
	color: #fff;
	text-transform: uppercase;
	letter-spacing: 2px;
	font-size: 22px;
	margin: 0 30px;
	padding: 45px 0 0 0;
	height: 140px;
	font-family: 'Open Sans', Arial, sans-serif;
	text-shadow: 
		0 0 1px #fff, 
		0 1px 2px rgba(0,0,0,0.3);
}

.ch-info p {
	color: #fff;
	padding: 10px 5px;
	font-style: italic;
	margin: 0 30px;
	font-size: 12px;
	border-top: 1px solid rgba(255,255,255,0.5);
	opacity: 0;
	-webkit-transition: all 1s ease-in-out 0.4s;
	-moz-transition: all 1s ease-in-out 0.4s;
	-o-transition: all 1s ease-in-out 0.4s;
	-ms-transition: all 1s ease-in-out 0.4s;
	transition: all 1s ease-in-out 0.4s;
}

.ch-info p a {
	display: block;
	color: #fff;
	color: rgba(255,255,255,0.7);
	font-style: normal;
	font-weight: 700;
	text-transform: uppercase;
	font-size: 9px;
	letter-spacing: 1px;
	padding-top: 4px;
	font-family: 'Open Sans', Arial, sans-serif;
}

.ch-info p a:hover {
	color: #fff222;
	color: rgba(255,242,34, 0.8);
}

.ch-item:hover {
	box-shadow: 
		inset 0 0 0 1px rgba(255,255,255,0.1),
		0 1px 2px rgba(0,0,0,0.1);
}
.ch-item:hover .ch-info {
	-webkit-transform: scale(1);
	-moz-transform: scale(1);
	-o-transform: scale(1);
	-ms-transform: scale(1);
	transform: scale(1);
	opacity: 1;
}

.ch-item:hover .ch-info p {
	opacity: 1;
}
.yqlj {
	border: 1px solid #ccc;
}
.yqlj ul{	
    padding: 10px;
	display: inline-block;
	margin-bottom:0px;
}
.yqlj ul li{
	float:left;
	padding-right:10px;
}
.yqlj ul li a{
	font-size:16px;
	color:#999;
}


#focus_Box {
	position: relative;
	width: 1160px;
	height: 500px;
	margin: 20px auto;
}

#focus_Box ul {
	position: relative;
	width: 1160px;
	height: 500px
}

#focus_Box li {
	z-index: 0;
	position: absolute;
	width: 0px;
	background: #787878;
	height: 0px;
	top: 146px;
	cursor: pointer;
	left: 377px;
	border-radius: 4px;
	box-shadow: 1px 1px 12px rgba(200, 200, 200, 1)
}

#focus_Box li img {
	width: 100%;
	background: url(../images/loading.gif) no-repeat center 50%;
	height: 100%;
	vertical-align: top
}

#focus_Box .prev,#focus_Box .next {
	display: block;
	z-index: 100;
	overflow: hidden;
	cursor: pointer;
	position: absolute;
	width: 52px;
	height: 52px;
	top: 191px;
}

#focus_Box .prev {
	background: url(../images/btn.png) left bottom no-repeat;
	left: 0px
}

#focus_Box .next {
	background: url(../images/btn.png) right bottom no-repeat;
	right: 0px
}

#focus_Box .prev:hover {
	background-position: left top;
}

#focus_Box .next:hover {
	background-position: right top;
}

#focus_Box a.imgs-scroll-btn {
	display: block;
	position: absolute;
	z-index: 110;
	top: 7px;
	right: 15px;
	width: 51px;
	height: 23px;
	overflow: hidden;
	background: url(../images/share-btn.png) no-repeat;
	text-indent: -999px;
}

/* marqueeleft */
.marqueeleft {
	height: 550px;
	width: 1200px;
	overflow: hidden;
	margin: 40px auto;
}

.marqueeleft ul {
	float: left;
}

.marqueeleft li {
	float: left;
	margin: 0 5px;
	display: inline;
	width: 140px;
	height: 520px;
	overflow: hidden;
}



.demo { padding: 2em 0; background: #fff; }
a:hover, a:focus { outline: none; text-decoration: none; }
.tab .nav-tabs { border-bottom: none; position: relative; }
.tab .nav-tabs li { margin-right: 60px; z-index: 1; }
.tab .nav-tabs li:after { content: ""; width: 100%; border: 1px solid #ccc6c6; position: absolute; top: 50%; right: -60%; z-index: -1; }
.tab .nav-tabs li:last-child:after { border: none; }
.tab .nav-tabs li a { display: block; padding: 15px 20px; background: #fff; font-size: 15px; font-weight: 600; color: #956cae; text-transform: uppercase; border-radius: 0; margin-right: 0; border: 2px solid #956cae; position: relative; overflow: hidden; z-index: 1; transition: all 0.3s ease 0s; }
.tab .nav-tabs li.active a, .tab .nav-tabs li a:hover { color: #fff; border: 2px solid #956cae; }
.tab .nav-tabs li a:after { content: ""; display: block; width: 100%; height: 0; position: absolute; top: 0; left: 0; z-index: -1; transition: all 0.3s ease 0s; }
.tab .nav-tabs li.active a:after, .tab .nav-tabs li a:hover:after { height: 100%; background: #956cae; }
.tab .tab-content { padding: 20px 10px; margin-top: 0; font-size: 14px; color: #999; line-height: 26px; }
.tab .tab-content h3 { font-size: 24px; margin-top: 0; }

@media only screen and (max-width: 767px) {
.tab .nav-tabs li { margin: 0 25px 0 0; }
}

@media only screen and (max-width: 479px) {
.tab .nav-tabs li { width: 100%; text-align: center; margin: 0 0 10px 0; }
.tab .nav-tabs li:after { width: 0; height: 100%; top: auto; bottom: -60%; right: 50%; }
}

.flexslider {
	margin: 0px auto 20px;
	position: relative;
	width: 100%;
	height: 100%;
	overflow: hidden;
	zoom: 1;
}

.flexslider .slides li {
	width: 100%;
	height: 100%;
}

.flex-direction-nav a {
	width: 70px;
	height: 70px;
	line-height: 99em;
	overflow: hidden;
	margin: -35px 0 0;
	display: block;
	background: url(../images/ad_ctr.png) no-repeat;
	position: absolute;
	top: 50%;
	z-index: 10;
	cursor: pointer;
	opacity: 0;
	filter: alpha(opacity = 0);
	-webkit-transition: all .3s ease;
	border-radius: 35px;
}

.flex-direction-nav .flex-next {
	background-position: 0 -70px;
	right: 0;
}

.flex-direction-nav .flex-prev {
	left: 0;
}

.flexslider:hover .flex-next {
	opacity: 0.8;
	filter: alpha(opacity = 25);
}

.flexslider:hover .flex-prev {
	opacity: 0.8;
	filter: alpha(opacity = 25);
}

.flexslider:hover .flex-next:hover,.flexslider:hover .flex-prev:hover {
	opacity: 1;
	filter: alpha(opacity = 50);
}

.flex-control-nav {
	width: 100%;
	position: absolute;
	bottom: 10px;
	text-align: center;
}

.flex-control-nav li {
	margin: 0 2px;
	display: inline-block;
	zoom: 1;
	*display: inline;
}

.flex-control-paging li a {
	background: url(../images/dot.png) no-repeat 0 -16px;
	display: block;
	height: 16px;
	overflow: hidden;
	text-indent: -99em;
	width: 16px;
	cursor: pointer;
}

.flex-control-paging li a.flex-active,.flex-control-paging li.active a {
	background-position: 0 0;
}

.flexslider .slides a img {
	width: 100%;
	height: 100%;
	display: block;
}

.about dl {
	display: block;
	width: 190px;
	height: 160px;
	overflow: hidden;
	float: left;
	margin: 8px 12px 8px 0px;
	cursor: pointer;
}

.about dl:nth-child(6n+0){margin-right:0px;}

.about dl dd {
	display: block;
	width: 185px;
	height: 30px;
	text-align: center;
	line-height: 30px;
	color: #000000;
}

#pageflip {RIGHT: 0px; FLOAT: right; POSITION: relative; TOP: 0px}
#pageflip IMG {Z-INDEX: 99999; RIGHT: 0px; WIDTH: 80px; POSITION: absolute; TOP: 0px; HEIGHT: 80px; ms-interpolation-mode: bicubic}
#pageflip .msg_block {RIGHT: 0px; BACKGROUND: url(../images/subscribe.png) no-repeat right top; OVERFLOW: hidden; WIDTH: 80px; POSITION: absolute; TOP: 0px; HEIGHT: 80px}


#demo1 ui li dl{height: 160px;overflow:hidden}


.new01 {
    width: 100%;
}

.w {
    width: 1200px;
    margin: 0 auto;
    overflow: hidden;
}

.new01 ul {
    margin-top: 30px;
    background: url(../images/l_07.png) center 10px no-repeat;
}

.new01 ul li {
    position: relative;
    height: 170px;
}
.new01 ul li .d1 {
    width: 600px;
    padding-right: 40px;
    box-sizing: border-box;
}
.fl {
    float: left;
}
.new01 ul li .d1 h1 {
    width: 100%;
    text-align: right;
    line-height: 38px;
    padding-bottom: 15px;
        margin-bottom: 0;
}
.new01 ul li .d1 h1 a {
    color: #575757;
    font-size: 18px;
    font-weight: bold;
}
.new01 ul li .d1 p {
    width: 415px;
    text-align: right;
    float: right;
    line-height: 24px;
    color: #999999;
    font-size: 14px;
}
.new01 ul li .d1 p a {
    color: #ccc;
}
.new01 ul li .d2 {
    width: 500px;
    padding-top: 10px;
    line-height: 38px;
}
.new01 ul li .d2 span {
    color: #999999;
    font-size: 30px;
    font-weight: bold;
}
.new01 .d5 {
    width: 150px;
    height: 45px;
    background: #666666;
    color: #fff;
    line-height: 45px;
    text-align: center;
    margin: 60px auto;
}
.new01 .d5 a {
    color: #fff;
}

.wrap {
    width: 1200px;
    margin: 0 auto;
    overflow: hidden;
}
.guide-nav {
    padding-left: 24px;
    color: #888;
    height: 45px;
    line-height: 45px;
    background: url(../images/icohome.jpg) no-repeat 0px 15px;
    border-bottom: 1px solid #eaeaea;
}
.guide-nav a {
    color: #888;
}

.caselist {
	width: 1200px;
    margin-top: 48px;
    padding-bottom: 20px;
    margin: 30px auto auto;

}

.caselist ul li {
    border: 1px #dddddd solid;
    height: 215px;
    padding-left: 22px;
    padding-top: 23px;
    padding-right: 32px;
    margin-bottom: 30px;
}

.caselist ul li .casetp {
    width: 300px;
    float: left;
}

.caselist ul li .casetp img { width: 300px; height: 165px; }

.caselist ul li .casejsone {
    width: 800px;
    float: right;
}

.casejsone .toptitleone {
    margin: 10px 0;
}

.casejsone .toptitleone a {
    color: #000;
    font-size: 20px;
}

.casejsone p {
    font-size: 12px;
    color: #797979;
    line-height: 24px;
    margin-bottom: 10px;
}


.casejsone a.seemoreone {
    border: 1px #aeaeae solid;
    padding-bottom: 5px;
    padding-top: 5px;
    padding-left: 30px;
    padding-right: 38px;
   color: #555;
    font-size: 14px;
}

.pageone {
    text-align: right;
    margin: 0px auto;
    padding-top: 10px;
}

#pages{
	    justify-content: center;
    display: flex;
}

#pages li{
	float: left;
}

#pages li{
    display: inline-block;
    line-height: 30px;
    padding: 0 8px;
    text-align: center;
    background: #fff;
    border: 1px solid #e4e4e4;
    border-radius: 14px;
    font-size: 14px;
    min-width: 22px;
    margin: 0 2px;
    color: #666;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
}
#pages li a{
color: #666;
}



#pages .thisclass {
    display: inline-block;
    line-height: 30px;
    padding: 0 8px;
    text-align: center;
    border-radius: 14px;
    font-size: 14px;
    min-width: 22px;
    color: #fff;
    background: #f05050;
    border: 1px solid #f05050;
}

#pages li:hover {
    color: #fff;
    background: #f05050;
    border: 1px solid #f05050;
}


.box {
    width: 100%;
}

.casecontent {
    width: 1200px;
    margin: 30px auto auto;
    padding-bottom: 54px;
    position: relative;
}

.detail_le {
    width: 910px;
    float: left;
    background: #fff;
    padding: 20px;
    border: 1px solid #e0e0e0;
}

.detail_le h1 {
    text-align: center;
    color: #222;
    padding-bottom: 22px;
    font-weight: normal;
    font: bold 32px/36px Microsoft YaHei;
}

.artInfo {
    text-align: center;
}

.artInfo .pubTime {
    background-position: -384px -32px;
}
.artInfo span {
    margin-right: 25px;
    padding-left: 25px;
    font-size: 14px;
    color: #888;
}

.artInfo .source {
    background-position: -384px -65px;
}

.artInfo .author {
    background-position: -383px -101px;
}

.article_summary {
    position: relative;
    padding: 20px 90px;
    border: 1px solid #F1F1F1;
    margin-top: 30px;
}

.article_summary .quotation {
    position: absolute;
    top: -10px;
    left: 40px;
    width: 30px;
    height: 18px;
    background: #fff url(../images/quotation.png) no-repeat 6px 0px;
    padding: 0px 6px;
}

.article_summary .summary {
    font-size: 14px;
    line-height: 26px;
}

.article_content {
    font-size: 15px;
    line-height: 26px;
    padding-top: 25px;
    color: #555;
    word-wrap: break-word;
    overflow: hidden;
    text-align: justify;
}

.article_content p, .article_content div {
    margin-bottom: 15px;
}

.detail_le .prevbox {
    margin: 50px 0 0;
    border-top: 1px solid #eee;
}

.detail_le .prevbox .prev {
    width: 350px;
    float: left;
}

.detail_le .prevbox span {
    color: #929292;
}

.detail_le .prevbox p {
    margin: 5px 0 0;
}

.detail_le .prevbox p a{
    cursor: pointer;
    color: #555;
}

.detail_le .prevbox .next {
    width: 350px;
    float: right;
    text-align: right;
}

.newright {
    width: 270px;
    float: right;
}

#rightnav {
    top: 0;
}

.cont {
    width: 270px;
    border: 1px solid #ddd;
}

.publicTitle {
    height: 50px;
    line-height: 50px;
    overflow: hidden;
    background: #fff;
    border-bottom: 1px solid #ddd;
}

.publicTitle dt {
    height: 50px;
    line-height: 50px;
    overflow: hidden;
    font-size: 18px;
    text-align: center;
    color: #323232;
}

.cont ul li{ padding:5px 0px 5px 10px; color: #323232;}
.cont ul li a{ color: #323232; font-size: 15px; }