﻿/*公共样式--开始*/

* {
	box-sizing: border-box;
	margin:0; 
	padding:0; 
	list-style:none;
	text-decoration: none;
}

html,
body {
	min-height: 100%;
}

body {
	font-family: "Microsoft YaHei";
	font-size: 14px;
	color: #333;
	background-size:100%;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	font-weight: normal;
}

ul,
ol {
	list-style: none;
}

span {
	display: block;
}

img {
	border: none;
	vertical-align: middle;
	display: block;
}

a {
	text-decoration: none;
	color: #232323;
	display: block;
}

input,
textarea {
	outline: none;
	border: none;
}

textarea {
	resize: none;
	overflow: auto;
}

.clearfix {
	clear: both
}

.container {
	width: 1200px;
	margin: auto
}
@media screen and (max-width: 768px) {
	.container{
	width:100%;
	padding:0 10px;
	}
}


/*公共样式--结束*/

/*------------手机站导航开始----------*/

.sp_header {
	height: 50px;
	overflow: hidden;
	background: #fff;
	position: fixed;
	z-index: 10;
	width: 100%;
}

.sp_logo {
	padding: 10px;
	float: left;
	height: 50px
}

.sp_logo img {
	margin: auto;
	max-height: 30px;
}

.sp_nav {
	width: 50px;
	float: right;
	position: relative;
	cursor: pointer;
	height: 30px;
	margin-top: 15px
}

.sp_nav span {
	display: block;
	background: #29458b;
	width: 30px;
	height: 2px;
	position: absolute;
	left: 10px;
	transition: all ease 0.35s
}

.sp_nav span:nth-of-type(1) {
	top: 0px
}

.sp_nav span:nth-of-type(2) {
	top: 10px
}

.sp_nav span:nth-of-type(3) {
	top: 20px
}

.sp_nav_se span:nth-of-type(1) {
	top: 10px;
	transform: rotate(45deg)
}

.sp_nav_se span:nth-of-type(2) {
	width: 0
}

.sp_nav_se span:nth-of-type(3) {
	top: 10px;
	transform: rotate(-45deg)
}

.sjj_nav {
	position: fixed;
	z-index:10000;
	background: #eee;
	width: 100%;
	/*height: calc(100% - 104px);*/
	font-size: 14px;
	line-height: 40px;
	top: -100%;
	left: 0;
	overflow: auto;
	overflow-x: hidden;
	transition: top ease 0.35s;
}

.nav_show {
	top: 50px
}

.sjj_nav>ul>li:first-child {
	overflow: hidden;
	border-top: 0
}

.sjj_nav>ul>li:first-child>a {
	float: left;
	width: calc(100% - 70px)
}

.sjj_nav>ul>li:first-child .language {
	float: right;
	width: 70px;
	overflow: hidden;
	line-height: 30px;
	margin-top: 5px
}

.sjj_nav>ul>li:first-child .language a {
	width: 35px;
	float: left;
	border-left: 1px #ddd solid;
	text-align: center;
	color: #999;
}

.sjj_nav ul li i {
	position: absolute;
	top: 5px;
	right: 0px;
	border-left: 1px #ddd solid;
	height: 30px;
	padding: 0px 7px 0 7px;
}

.sjj_nav ul li i svg {
	transform: rotate(-90deg);
	transition: all ease 0.35s
}

.sjj_nav ul li .sjj_nav_i_se svg {
	transform: rotate(0deg)
}

.sjj_nav ul li {
	border-top: 1px #ddd solid;
	margin-left: 20px;
	position: relative;
	line-height: 40px;
	font-size: 14px
}

.sjj_nav>ul>li:last-child {
	border-bottom: 1px #ddd solid;
}

.sjj_nav ul li ul {
	display: none
}

.sjj_nav ul li a {
	color: #666;
	width: 80%
}

.sjj_nav ul li ul li a {
	color: #999;
	display: block;
	text-align: left;
}

.sjj_nav ul li i svg {
	width: 20px;
	height: 20px;
	fill: #555;
}

.sjj_nav ul li .sjj_nav_i_se svg {
	fill: #c9141e
}

.sjj_nav ul li ul li>ul {
	margin-left: 10px
}


.sjdnav{
	display: none;
}
@media screen and (max-width: 768px){
	.sjdnav{
		display: block;
		height:50px;
	}
}

/*-------------手机站导航结束----------*/

/*-------------电脑端导航开始*/
.pcdnav{
	position: relative;
}
@media screen and (max-width: 768px){
	.pcdnav{
		display: none;
	}
}

/*pc端logo*/
.header {
	padding: 10px 0 0 0;
}

@media screen and (max-width:768px) {
	.header{
	display: none;
	}
}

.header .position {
	position: relative;
}

.header .logo{
	padding:0 0 10px 0;
}

.header .logo img{
	width:250px;
}

.header .search {
	height: 40px;
	width: 350px;
	position: absolute;
	right: 10px;
	top: 50%;
	margin-top: -20px;
	background: #cacaca;
	border-radius: 4px;
}

.header .search input {
	float: left;
	color: #fff;
	-webkit-text-fill-color: #fff;
	height: 40px;
	border: 0;
	background: none;
}

.header .search input:first-child {
	width: calc(100% - 50px);
	padding-left: 10px
}

.header .search input:last-child {
	background: url(../img/search_btn.png) no-repeat center center;
	opacity: 0.6;
	-webkit-opacity: 0.6;
	width: 40px;
	cursor: pointer;
}

.header .search input:last-child:hover {
	opacity: 1;
	-webkit-opacity: 1;
}

.lag {
	display: none;
	height: 30px;
	position: absolute;
	right: 0;
	top: 50%;
	margin-top: -15px;
	font-size: 0;
}

.lag a {
	display: inline-block;
	*display: inline;
	*zoom: 1;
	padding: 4px 10px;
	border: #6D4738 1px solid;
	font-size: 14px;
}

.lag a:first-child {
	background: #6D4738;
	color: #fff
}


/*导航样式*/
@media screen and (max-width:768px) {
	.header_wrap{
	display: none;
	}
}
.header_wrap .navbar{;}

.header_wrap#djpt .navbar{
	background: #af0800;
}

.header_wrap .navbar .menu{
	position:relative;
	height:44px;
	border-bottom:2px solid #29458b;
	padding-left:1%
}

.header_wrap .navbar .menu > li{
	line-height: 44px;
	width:11%;
	float:left;
}

.header_wrap .navbar .menu > li a{
	font-size: 16px;
	font-weight: bold;
	width:100%;
	text-align: center;
	line-height: 44px;
	height:44px;
	padding:0 10px;
}

.header_wrap .navbar .menu > li a:hover{
	border-bottom:2px solid #c2c2c2;
	color:#29458b;
	width:100%
}

.header_wrap#djpt .navbar .menu > li a:hover{
	color:#af0800;
}

.header_wrap .navbar .menu > li .one{
	border-top:1px solid #e1e1e1;
	background:#fff; 
	position:absolute;
	width:100%;
	display:none;
	z-index: 999;
	left:0 ;
	opacity:.8;
}

.header_wrap#djpt .navbar .menu > li .one{ 
	background:#af0800;
}

.header_wrap .navbar .menu > li .one li{
	display: inline-block;
}

.header_wrap .navbar .menu > li .one li a:hover {
	background:#fff
}

.header_wrap .navbar .menu > li .one .two {
	border-top:#e9e9e9 solid 1px;
	background:#fff;
	left:0;
	position:absolute;
	width:100%;
	display:none;
	z-index: 9999;
}

/*.pos{position:relative}*/
.menu li ul.hdwq { 
	left:150px;
}

/*左右切换按钮*/
.top01 .lubo_btn {
	position: absolute;
	width: 100%;
	top: 50%;
	margin-top: -20px;
}
	 
.top01 .left_btn,.right_btn {
	width: 30px;
	background: #000;
	opacity: 0.8;
	filter: alpha(opacity=80);
	cursor: pointer;
	color: #fff;
	font-size: 30px;
	text-align: center;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}
	 
.top01 .left_btn {
	float: left;
}
	 
.top01 .right_btn {
	float: right;
}

.top02_c ul li {
    width: 125px;
    display: inline-block;
    *display: inline;
    *zoom: 1;
    vertical-align: top;
    font-size: 16px;
    border-top: 2px solid transparent;
}

#n1{
	width:854px
}
#n2{
	width:758px
}
#n3{
	width:662px
}
#n4{
	width:566px
}
#n5{
	width:470px
}
#n6{
	width:374px
}
#n7{
	width:278px
}

#hxjz{
	float: left;
}
.about{
	float: left;
	width:50%;
	margin-bottom:20px;
}
@media screen and (max-width: 768px){
	.about{
		float: none;
		width:100%;
		padding-right:0;
	}
}

.about h2{
	background:#29458b url(../img/gsjj_01.png) no-repeat 10px center;
	color:#fff;
	height:40px;
	padding-left:50px;
	line-height: 40px;
}

.about .cont{
	width:100%;
	margin-top:10px;
}

.about .cont img{
	width:100%;
}

.about .cont .right{
position: relative;
word-wrap: break-word;
}

.about .cont .right p{
	margin-top:10px;
	overflow: hidden;
	width:100%;
	line-height:22px;
	
}

.about .cont .right a{
	color:#29458b;
	text-align: right;
}

/*tab切换*/
.tab {
	width: 48%;
	float:right;
	padding-left:5px;
}
@media screen and (max-width: 768px){
	.tab{
		width:100%;
		float:none;
		padding-left:0px;
		padding-top:15px;
	}
}

.tab-hd {
	overflow: hidden;
	zoom: 1;
}

.tab-hd li {
	float: left;
	width: 33.3%;
	height:40px;
	line-height: 40px;
	text-align: center;
	cursor: pointer;
	font-size:16px;
	background:#e3e3e3
}

.tab-hd li.active {
	background:#3c62c1;;
	color:#fff
}

.tab-bd li {
	display: none;
	padding: 20px;
	border-top: 0 none;
}

.tab-bd li.thisclass {
	display: list-item;
}

.top_inf{
	position: relative;
	margin-bottom: 10px;
}

.top_inf h2 a{
	width:80%;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

.top_inf span{
	position: absolute;
	right:0;
	top:0;
	height:58px;
	line-height: 28px;
}

.ntxt{
	font-size:12px;
	overflow:hidden; 
	text-overflow:ellipsis;
	display:-webkit-box; 
	-webkit-box-orient:vertical;
	-webkit-line-clamp:2; 
}

hr{
	margin:10px 0
}

.tab-bd li dd{
	position: relative;
	height:30px;
	
}

.tab-bd li dd a{
	width:80%;
	line-height: 30px;
	font-size: 16px;
	display: inline-block;
	white-space: nowrap; 
	overflow: hidden;
	text-overflow:ellipsis;
}

.tab-bd li dd span{
	position:absolute;
	right:0;
	top:0;
	line-height: 30px;
}

#jtyw{
	float: left;
	width:33.3%;
	padding-right:20px
}
@media screen and (max-width: 768px){
	#jtyw{
		float: none;
		width:100%;
		padding-right:0
	}
}

#jtyw h2{
	background:#29458b url(../img/gsjj_02.png) no-repeat 10px center;
	color:#fff;
	height:40px;
	padding-left:50px;
	line-height: 40px;
}

#zsyz{
	float: left;
	width:33.3%;
	padding-right:10px
}
@media screen and (max-width: 768px){
	#zsyz{
		float: none;
		width:100%;
		padding-right:0
	}
}

#zsyz h2{
	background:#29458b url(../img/gsjj_03.png) no-repeat 10px center;
	color:#fff;
	height:40px;
	padding-left:50px;
	line-height: 40px;
}

.topcum ul{
	padding:20px 0
}

.topcum ul .first{
	position: relative;
	height:72px
}

.topcum ul .first img{
	position: absolute;
	left:0;
	top:0;
	height:72px
}

.topcum h3{
	line-height: 24px;
}

.topcum p{
	line-height: 20px;
}

.topcum ul .first .top_inf{
	margin-left:100px
}

.topcum ul li{
	position: relative;
}

.topcum ul li span{
	position: absolute;
	right:0;
	top:0;
	height:58px;
	line-height: 28px;
}

.topcum ul li a{
	line-height: 30px;
	font-size: 16px;
	width:80%;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

#zygs{
	float: right;
	width:33.3%;
	padding-left:10px
}
@media screen and (max-width: 768px){
	#zygs{
		float: none;
		width:100%;
		padding-left:0
	}
}

#zygs h2{
	background:#29458b url(../img/gsjj_05.png) no-repeat 10px center;
	color:#fff;
	height:40px;
	padding-left:50px;
	line-height: 40px;
}

.zygs dl{
	padding:20px 0
}

/*项目展示*/
.cloud-product-box {
	background: #f4f4f4;
	margin-bottom:20px
}
@media screen and (max-width: 768px){
	.cloud-product-box{
		display: none;
	}
}

.cloud-product-box h3{
	text-align: center;
	font-size:30px;
	line-height: 80px;
	padding-top: 30px;
}

.cloud-product-wrapper {
	margin: 0 auto;
}

.cloud-product {
	position: relative;
	z-index: 9;
	padding: 20px 0 50px
}

.cloud-product-title {
	height: 32px;
	text-align: center;
	line-height: 32px;
	font-size: 32px;
	color: #333
}

.color-blue {
	color: #009fd9
}

.cloud-product-explain {
	margin-top: 26px;
	margin-bottom: 82px;
	height: 16px;
	line-height: 16px;
	text-align: center;
	font-size: 16px;
	color: #999
}

.cloud-product-ul {
	width: 100%
}

.cloud-product-ul li {
	position: relative;
	margin-left: 12px;
	width: 212px;
	height: 340px;
	float: left;
	background: #fff
}

.cloud-product-ul li:first-child {
	margin-left: 0
}

.cloud-product-single-top {
	width: 100%;
	height: 60px;
	line-height: 60px;
	text-align: center;
	background-color: #f2f2f2
}

.cloud-product-name {
	font-size: 18px;
	color: #333;
	font-weight: 700
}

.cloud-product-single-bottom {
	width: 100%;
	height: 340px
}

.empty-space {
	width: 100%;
	height: 99px;
	padding: 26px 0 0 0;
}

.single-bottom-item {
	height: 340px;
	width: 100%
}

.single-bottom-item:first-child {
	border-right: 1px solid #eee
}

.bg-product-pic {
	width: 100%;
	height: 82px
}

.server-header-01 {
	background: url(../img/product_header_icon_01.png) center no-repeat
}

.server-header-02 {
	background: url(../img/product_header_icon_02.png) center no-repeat
}

.server-header-03 {
	background: url(../img/product_header_icon_03.png) center no-repeat
}

.server-header-04 {
	background: url(../img/product_header_icon_04.png) center no-repeat
}

.server-header-05 {
	background: url(../img/product_header_icon_05.png) center no-repeat
}

.server-header-active-01 {
	background: url(../img/product_header_active_icon_01.png) center no-repeat
}

.server-header-active-02 {
	background: url(../img/product_header_active_icon_02.png) center no-repeat
}

.server-header-active-03 {
	background: url(../img/product_header_active_icon_03.png) center no-repeat
}

.server-header-active-04 {
	background: url(../img/product_header_active_icon_04.png) center no-repeat
}

.server-header-active-05 {
	background: url(../img/product_header_active_icon_05.png) center no-repeat
}

.product-introduce-title {
	margin-bottom: 14px;
	height: 22px;
	line-height: 22px;
	font-size: 22px;
	text-align: center
}

.product-introduce-title.normal-weight {
	font-weight: 400
}

.product-introduce-content {
	margin: 0 auto 26px;
	width: 180px;
	line-height: 14px;
	font-size: 14px;
	text-align: center;
	color: #999
}

.product-introduce-list {
	margin: 0 auto;
	padding-top: 28px;
	width: 84%;
	border: 1px solid #f1f1f1;
	border-left: none;
	border-right: none
}

.introduce-list-small {
	margin-bottom: 18px;
	line-height: 14px;
	font-size: 14px;
	color: #999;
	text-align: center
}

.product-introduce-price {
	margin: 48px auto 0;
	font-size: 14px;
	text-align: center;
	color: #333
}

.price-blue {
	color: #0af;
	font-size: 38px
}

.normal-inner {
	transition: all .5s;
	-moz-transition: all .5s;
	-webkit-transition: all .5s;
	-o-transition: all .5s
}

.active-inner {
	position: relative;
	display: none;
	height: 100%;
	-moz-opacity: 0;
	-khtml-opacity: 0;
	opacity: 0;
	transition: all .5s;
	-moz-transition: all .5s;
	-webkit-transition: all .5s;
	-o-transition: all .5s
}

.introduce-link {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
}

.active-inner-01 {
	background: #29458b;
}

.active-inner-02 {
	background: #29458b;
}

.active-inner-03 {
	background: #29458b;
}

.active-inner-04 {
	background: #29458b;
}

.active-inner-05 {
	background: #29458b;
}

.cloud-product-ul li.active .active-inner {
	display: block;
	-moz-opacity: 1;
	-khtml-opacity: 1;
	opacity: 1
}

.cloud-product-ul li.active .normal-inner {
	display: none;
	-moz-opacity: 0;
	-khtml-opacity: 0;
	opacity: 0
}

.cloud-product-ul li {
	-webkit-box-shadow: 1px 1px 12px rgba(0, 0, 0, .08);
	-moz-box-shadow: 1px 1px 12px rgba(0, 0, 0, .08);
	box-shadow: 1px 1px 12px rgba(0, 0, 0, .08);
	-webkit-transition: width .15s linear;
	-o-transition: width .15s linear;
	-moz-transition: width .15s linear;
	transition: width .15s linear
}

.cloud-product-ul li.active {
	z-index: 9;
	width: 304px;
	-webkit-box-shadow: 0 4px 20px rgba(0, 0, 0, .2);
	-moz-box-shadow: 0 4px 20px rgba(0, 0, 0, .2);
	box-shadow: 0 4px 20px rgba(0, 0, 0, .2)
}

.active .product-introduce-content {
	color: #eff6ff
}

.active-product-introduce-title {
	color: #fff
}

.active .product-introduce-list {
	padding: 22px 0;
	border-color: #3f9ff9
}

.introduce-list-large {
	margin: 0 auto;
	width: 228px;
	line-height: 22px;
	color: #ddebff;
	font-size: 14px;
	border:5px solid #fff
}

.introduce-list-large2 {
	margin: 0 auto;
	width: 178px;
	line-height: 22px;
	color: #ddebff;
	font-size: 14px;
	border:5px solid #fff
}

.introduce-list-large img{
	width:100%;
}

.introduce-list-large2 img{
	width:100%;
}

.active .product-introduce-price {
	margin-top: 32px;
	color: #fefeff
}

.product-introduce-price .price-white {
	display: inline-block;
	font-size: 36px;
	height: 36px;
	line-height: 36px;
	color: #fff;
}

.buy-link-btn {
	display: block;
	margin: 30px auto 0;
	width: 90%;
	height: 40px;
	line-height: 40px;
	background-color: #ff9600;
	color: #fff;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
	text-align: center;

}

.buy-link-btn:hover {
	background-color: #f80
}

/*手机端展示样式*/
.xmzs{
	display: none;
}
@media screen and (max-width: 768px){
	.xmzs{
		display: block;
	}
}

.xmzs li{
	background:#29458b ;
	position: relative;
	height: 0;
    padding-bottom: 30%;
    overflow: hidden;
    margin-bottom:10px;
}

.xmzs li .left {
	color:#fff;
	padding-right:50%;
	text-align: center;
	
}

.xmzs li .left h3{
	padding-top:10px;
	font-size:16px;
	height:31px;
	overflow:hidden;
}

.xmzs li .left p{
	font-size:14px;
	overflow:hidden;
	text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}

.xmzs li .left span{
	margin-top:10px;
}

.xmzs li img{
	position: absolute;
	bottom:0;
	right:0;
	width:50%;
}




.pcdnav .search {
	height: 40px;
	width: 160px;
	position: absolute;
	right: 0;
	top: 50%;
	margin-top: -20px;
	background: #29458b;
	border-radius: 4px;
}
@media screen and (max-width: 768px){
	.pcdnav .search{
		display: none;
	}
}

.pcdnav .search input {
	float: left;
	color: #fff;
	-webkit-text-fill-color: #fff;
	height: 40px;
	border: 0;
	background: none;
}

.pcdnav .search input:first-child {
	width: calc(100% - 50px);
	padding-left: 10px
}

.pcdnav .search input:last-child {
	background: url(../img/search_btn.png) no-repeat center center;
	opacity: 0.6;
	-webkit-opacity: 0.6;
	width: 40px;
	cursor: pointer;
}

.pcdnav .search input:last-child:hover {
	opacity: 1;
	-webkit-opacity: 1;
}

.intcon{
	margin: 30px 0;
}
.subnav{
	width:150px;
	float:left
}

.subnav h3{
	height:50px;
	width:100%;
	background: #51a1d6;
	line-height: 50px;
	text-align: center;
	font-size: 24px;
}

.subnav li {
	height:50px;
	line-height: 50px;
	text-align: center;
	background: #e9e9e9;
	border-bottom:1px solid #e2e2e2
}

/*------------PAGINATION------------*/
.pagination {display: inline-block;padding-left: 0;margin:40px 0;border-radius: 4px}
.pagination .cur {background-color: #eee;}
.pagination>dd {display: inline;background-color: #ddd;}
.pagination>dd>a,
.pagination>dd>span {position: relative;float: left;padding: 6px 12px;margin-left: -1px;line-height: 1.42857143;color: #337ab7;text-decoration: none;background-color: #fff;border: 1px solid #ddd}

.imgs a{
	float:left;
	width:33.3%;
}

.yqlj{
	font-size:20px;
	margin-bottom:5px;
	line-height: 40px;
	position: relative;
	padding-left:10px
}

.yqlj span{
	position: absolute;
	top:0;
	left:0;
	height:40px;
	width:4px;
	background: #29458b;
	
}

.ano{
	float: right;
	width:48%
}
@media screen and (max-width: 768px){
	.ano{
		float: none;
		width:100%;
	}
}

.yqlj a{
	float:right;
	font-size:14px;
	margin-right:10px;
}

.link li{
	width:25%;
	float: left;
	padding:5px 10px 25px 10px;	
}
@media screen and (max-width: 768px){
	.link li{
		width:50%;
	}
}

.link li a{
	text-align: center;
	line-height: 60px;
	background: #e9e9e9;
	padding:0 10px;
	color:#fff
}

.link li:nth-child(1) a{
	background: #85679b;
}
.link li:nth-child(2) a{
	background: #eea800;
}
.link li:nth-child(3) a{
	background: #0069ad;
}
.link li:nth-child(4) a{
	background: #399562;
}
.link li:nth-child(5) a{
	background: #2d2d58;
}
.link li:nth-child(6) a{
	background: #d3b586;
}

.link li:nth-child(7) a{
	background: #eea800;
}
.link li:nth-child(8) a{
	background: #85679b;
}
.link li:nth-child(9) a{
	background: #399562;
}
.footer{
	margin-top:10px
}






/*内页开始*******************/

.subbanner {
	width:100%;
	height:100%;
	overflow: hidden;
	margin:10px 0 30px 0;
}

.subbanner img{
	width:1200px;
	margin:auto;
}

@media screen and (max-width: 768px){
	.subbanner img{
		width: 100%;
	}
}

.subnav2{
	width:250px;
	float: left;
	margin-right:30px;
}
@media screen and (max-width: 768px){
	.subnav2{
		display: none;
	}
}

.subnav2 h2{
	height:80px;
	background:#29458b;
	color:#fff;
	font-size:28px;
	font-weight: bold;
	line-height: 80px;
	text-align: center;
}

/*折叠菜单*/
.list {
	width: 250px;
	border-left:#29458b 10px solid;
	border-right: 1px solid #e6e6e6;
	background-color: #fafafa
}

.list ul li {
	border-bottom: 1px solid #e6e6e6;
}

.list ul li.active a{
	color:#29458b;
}

.list ul li a {
	padding-left: 10px;
	color: #535353;
	font-size: 16px;
	display: block;
	font-weight: bold;
	height: 60px;
	line-height: 60px;
	position: relative;
}

.list ul li .inactive {
	background: url(../img/off.png) no-repeat 204px center;
}

.list ul li .inactives {
	background: url(../img/on.png) no-repeat 204px center;
}

.list ul li .inactives2 {
	background: url(../img/on.png) no-repeat 204px center;
	color:#29458b;
}
.list ul li ul {
	display: none;
	padding-left: 50px;
	background-color: #fff;
}

.list ul li ul li {
	border-left: 0;
	border-right: 0;
	border-color: #e6e6e6;
}

.list ul li ul li:last-child{
	border-bottom:0;
}

.list ul li ul li ul {
	display: none;
}

.list ul li ul li a {
	padding-left:20px;
	border-left:1px dotted #e6e6e6
}

.list ul li ul li ul li {
	background-color: #d6e6f1;
	border-color: #6196bb;
}

.last {
	background-color: #d6e6f1;
	border-color: #6196bb;
}

.list ul li ul li ul li a {
	color: #316a91;
	padding-left: 30px;
}


.r_main{
	float: left;
	width:920px
}
@media screen and (max-width: 768px){
	.r_main{
		width: 100%;
	}
}

.breadcrumb span,.breadcrumb a{
	display: inline;
}

.r_main h3{
	margin:20px 0;
	height:50px;
	line-height: 50px;
	font-size:24px;
	border-bottom:1px solid #29458b
}

	/*------------PAGINATION------------*/
.pagination {display: inline-block;padding-left: 0;margin:40px 0;border-radius: 4px}
.pagination .cur {background-color: #eee;}
.pagination>li {display: inline;background-color: #ddd;}
.pagination>li>a,
.pagination>li>span {position: relative;float: left;padding: 6px 12px;margin-left: -1px;line-height: 1.42857143;color: #337ab7;text-decoration: none;background-color: #fff;border: 1px solid #ddd}


.r_cont{
	padding:0 10px;
	font-size:16px;
	line-height:30px;
	position:relative;
}

.n_lists ul li{
	position: relative;
	padding-bottom:20px;
	margin-bottom:20px;
	border-bottom:1px dotted #e6e6e6;
} 

.n_lists ul li .n_img{
	position: absolute;
	top:0;
	left:0;
	width:150px;
	height:100px;
}
@media screen and (max-width: 768px){
	.n_lists ul li .n_img{
		display: none;
	}
}

.n_img img{
	width:100%;
	height:100%;
}

.nw_l{
	padding-left:170px;
	width:100%
}
@media screen and (max-width: 768px){
	.nw_l{
		padding-left:0;
	}
}

.nw_l h4{
	font-size:18px;
	font-weight: bold;
	margin-bottom:10px;
}

.nw_l span{
	padding-top:10px;
}

.sheet .thr span{
	display: initial;
	vertical-align:top;   
}

.sheet .thr input{
	border:1px solid #e6e6e6;
	width:400px;
	height:30px;
	margin-bottom:20px;
	padding:5px;
}
@media screen and (max-width: 768px){
	.sheet .thr input{
		width:100%;
	}
}

.sheet .thr textarea{
	border:1px solid #e6e6e6;
	width:400px;
	margin-bottom:10px;
	padding:5px;
}
@media screen and (max-width: 768px){
	.sheet .thr textarea{
		width:100%;
	}
}

.sheet .btn{
	margin:10px 0 0 160px;
}
@media screen and (max-width: 768px){
	.sheet .btn{
		margin:10px 0 
	}
}

.sheet .btn input{
	border:1px solid #e6e6e6;
	width:50px;
	padding:5px;
	margin:0 10px;
}

.sheet .btn #tj{
	background: #29458b;
	color:#fff
}

.map img{
	width:100%
}

.qs_l{
	position: relative;
	border-bottom: 1px dotted #e6e6e6;
}

.qs_l span{
	position: absolute;
	right:0;
	top:0;
}

.qs_l a i{
	font-style: normal;
}

@media screen and (max-width: 768px){
	.qs_l a{
		width: 70%;
		overflow: hidden;
		text-overflow:ellipsis;
		white-space:nowrap
	}
}

.qs_l a,.qs_l span{
	line-height: 30px;
}

.c_items li{
	width:33.3%;
	float: left;
	padding:5px;
	margin-bottom: 10px;
}
@media screen and (max-width: 768px){
	.c_items li{
		width: 50%;
	}
}

.c_items li a{
	width: 100%;
	height: 202px
}
@media screen and (max-width: 768px){
	.c_items li a{
		height: auto
	}
}

.c_items li a img{
	width:100%;
	height:100%;
	border:1px solid #e6e6e6;
	padding:10px;
}

.c_items li p{
	margin-top:10px;
	text-align: center;
}

.bodywrap{
	background: #fff;
	padding:0 0 30px 0
}

.bodywrap .tips{
	border-bottom: 1px solid #E6E6E6;
}

.bodywrap .tips span{
	line-height: 40px;
}

.subpages{
	margin: 30px 0 0 0 ;
}

.newsInfo h3{
	text-align: center;
	font-size:20px
}

.source{
	margin:20px 0;
	text-align: center;
}
.source span{
	display: inline;
}

.source span a{
	display: inline;
}

input[name=Submit]{
	height:30px;
	background:#29458b;
	color:#fff;
	padding:0 10px;
}

.content{
	font-size:16px;
	line-height:30px;
}


.show{
	background: #f4f4f4;
	padding:20px 0;
	margin:20px 0;
}

.show h2{
	margin:10px 0
}

.show h2 img{
	width:200px;
	margin:auto
}

@media screen and (max-width: 768px){
.show h2 img{
	width:40%;
	margin:auto
}

}

.show ul{
	margin:0 0 10px 0
}

.show ul li{
	width:25%;
	float:left;
}
@media screen and (max-width: 768px){
	.show ul li{
		width:50%;
	}
}

.show ul li{
	transition: all 0.6s;
}

.show ul li:hover{
	transform: scale(1.1);
}

.show ul li a{
	margin:10px;
	background: #fff;
}

.show ul li a img{
	width:100%;
}

.show ul li a:hover{
	background:#29458b;
}

.show ul li a:hover .text p{
	color:#fff
}

.show ul li a:hover .text h5{
	color:#fff
}

.text{
	padding:10px;
}

.text h5{
	font-size:20px;
}
@media screen and (max-width: 768px){
	.text h5{
		font-size:16px;
		overflow:hidden;
		text-overflow:ellipsis;
		white-space:nowrap;
	}
	.text p{
		font-size:14px;
		display:-webkit-box;
	-webkit-line-clamp:3;
	-webkit-box-orient:vertical;
	overflow:hidden;
	}

}

.text p{
	

}

.show a img{
	margin:auto;
}

@media screen and (max-width: 768px){
.show a img{
	width:40%;
	margin:auto
}

}

.thnav{
	position: relative;
}

.inner{
	display: none;
	position: absolute;
	right:0;
	top:50%;
	margin-top:-7px;
}
@media screen and (max-width: 768px){
	.inner{
		display: block;
	}
}

.lists a{
	cursor: pointer;
	width:14px;
	height:14px;
}

.lists a img{
	width:100%
}

.member{
	display: none;
	width: 150px;
	background: #fff;
	box-shadow: 0 6px 12px rgba(0,0,0,.175);
	position: absolute;
	right:16px;
	top:16px;
	z-index: 10000;
}

.member ul{
	width:84%;
	margin:0px 8%;
}

.member ul li{
	line-height: 25px;
	font-size: 12px;
}

.member ul li a{
	text-align: center;
	line-height: 36px;
}
.left {
	width: 920px;
	float: left;
	padding: 0 10px 0 0
}

@media screen and (max-width: 768px) {
	.left {
		width: 100%;
		float: none;
		padding: 0
	}
}
.right {
	width: 270px;
	float: right;
}

@media screen and (max-width: 768px) {
	.right {
		display: none;
	}
}

.right .search {
	height: 40px;
	width: 100%;
	margin-top: 13px;
	border: #909090 1px solid;
}

.right .search input {
	float: left;
	height: 40px;
	border: 0;
	background: none;
}

.right .search input:first-child {
	width: calc(100% - 40px);
	padding-left: 10px
}

.right .search input:last-child {
	background: url(../img/search_btn.png) no-repeat center center;
	opacity: 0.6;
	-webkit-opacity: 0.6;
	width: 40px;
	cursor: pointer;
}

.right .search input:last-child:hover {
	opacity: 1;
	-webkit-opacity: 1;
}

.links a {
	margin: 5px 0;
}

.links a img {
	opacity: 0.8;
}

.links a:hover img {
	opacity: 1;
}
#wrap{
	width:50%;
	float:left;
	margin-bottom:10px
}
@media screen and (max-width: 768px){
	#wrap{
		width: 100%;
		float: none;
	}
}

.hiSlider-item > a img{
	width:100%;
	
}

.hiSlider-pages,
.hiSlider-title {
	position: absolute;
	z-index: 3
}

.hiSlider-btn-prev,
.hiSlider-btn-next {
	position: absolute;
	z-index: 5;
	top: 50%;
	height: 30px;
	width: 30px;
	background: url(../img/hislider-arrow.png) no-repeat;
	margin-top: -15px;
	text-indent: -200px;
	overflow: hidden;
	opacity: .6;
	filter: alpha(opacity:60)
}

.hiSlider-btn-prev {
	left: 10px
}

.hiSlider-btn-next {
	right: 10px;
	background-position: -30px 0
}

.hiSlider-btn-prev:hover,
.hiSlider-btn-next:hover {
	opacity: 1;
	filter: alpha(opacity:100)
}

.hiSlider-title {
	bottom: 0;
	width: 100%;
	padding: 6px 0;
	color: #fff;
	text-indent: 10px;
	background: rgba(0, 0, 0, .6);
	z-index: 2;
	font: 14px/2 "Microsoft YaHei", Arial, Tahoma
}

.hiSlider-pages {
	bottom: 10px;
	right: 10px;
	text-align: right
}

.hiSlider-pages a {
	height: 12px;
	width: 12px;
	margin: 0 6px;
	display: inline-block;
	overflow: hidden;
	text-indent: -100px;
	font-size: 0;
	border-radius: 50%;
	background: #ddd
}

.hiSlider-pages a.active {
	background: #5472BF
}

.stitle{
	border-bottom:2px solid #3c62c1;
	height:40px;
	line-height: 40px;
	margin-bottom:10px;
	position:relative;
}


.stitle h2{
position:absolute;
top:0;
left:0;
width:100px;
font-weight:bold;
height:40px;
border-bottom:2px solid #c2c2c2;
text-align:center;

}
.stitle a{
position:absolute;
right:0;
top:0;
}


.hidden {
	overflow: hidden;
}

.strength{
}

.strengthMain {
	overflow: hidden;
}

.strengthMain li {
	width: 50%;
	float:left;
	overflow: hidden;
	margin-bottom:1%;
}

@media screen and (max-width: 768px){
	.strengthMain li{
		float:left;
		width: 100%;
		margin:0 !important;
		padding:10px
	}
}

@media screen and (min-width: 769px){
.strengthMain li:nth-child(odd) {
	padding-right:.5%
}

.strengthMain li:nth-child(even) {
	padding-left:.5%
}
}
.strengthMain li a{
	overflow: hidden;
	position:relative;
	height:100%;
}

.strengthMain li .imgst {
	height: 200px;
	width: 49%;
	overflow: hidden;
	float:left;
}

.strengthMain li .imgst img {
	width: 100%;
	height: 100%;
	transition: all .5s;
}

.strengthMain li:nth-child(3) .imgst {
	float: right;
}

.strengthMain li:nth-child(4) .imgst {
	float: right;
}

.strengthMain li .font{
	background: #bee5ff;
	float:right;
	width:49%;
	height:200px;
	position:relative
}

.strengthMain li .font .cent{
	position:absolute;
	top:50%;
	left:50%;
	width:80%;
	transform:translate(-50%,-50%)
}

.strengthMain li:nth-child(3) .font{
	float:left
}

.strengthMain li:nth-child(4) .font{
	float:left
}

.strengthMain li .font h3 {
	font-size: 24px;
	font-weight: normal;
	line-height:24px;
	height:100%;
	margin-bottom:24px;
}

.strengthMain li .imgst:hover img {
	transform: scale(1.1, 1.1);
}

.strengthMain li .font:hover {
	background: #1853AD;
	color: #fff
}

.strengthMain li .font1 img{
    opacity:1;
	width:60%;
	margin:auto
}

.twos li{
height:200px;
}

.twos li a{
width:100px;
color:#fff;
line-height:30px;
margin:auto;
text-align:center;

}
.strengthMain li a span {
	width: 30px;
	height: 30px;
	background: url(../img/arrow-1.png) no-repeat;
	background-size: 100% 100%;
	margin-left:auto
}

.strengthMain li:hover a .font span {
	background: url(../img/arrow-2.png) no-repeat;
	background-size: 100% 100%;
}

.strengthMain li a .font:hover span {
	background: url(../img/arrow-2.png) no-repeat;
	background-size: 100% 100%;
}

.strengthMain li .font1 p{
text-align:center;
font-weight:bold;
font-size:20px;
margin:20px 0;
}

.strengthMain li .font1{
padding-top:30px;
border:1px solid #e2e2e2;
height:inherit

}

@media screen and (max-width: 768px){


	.strengthMain.two li{
		margin-bottom:10px;
	}
}
@media screen and (min-width: 769px){
.hiSlider img{
	height:304px
}
}

#mainpro{
	width:24%;
}

.strengthMain li p{
	line-height:24px;
}

@media screen and (max-width: 768px){

	#mainpro{
		width:100%;
	}
	
}


.header_wrap .navbar .container .menu > li:nth-child(2) ul{
padding-left:12%
}
.header_wrap .navbar .container .menu > li:nth-child(3) ul{
padding-left:23%
}
.header_wrap .navbar .container .menu > li:nth-child(4) ul{
padding-left:34%
}
.header_wrap .navbar .container .menu > li:nth-child(5) ul{
padding-left:45%
}
.header_wrap .navbar .container .menu > li:nth-child(6) ul{
padding-left:56%
}
.header_wrap .navbar .container .menu > li:nth-child(7) ul{
padding-left:67%
}
.header_wrap .navbar .container .menu > li:nth-child(8) ul{
padding-left:78%
}
.header_wrap .navbar .container .menu > li:nth-child(9) ul{
text-align:right;
padding-right:1%
}

@media screen and (max-width: 768px){

	.pcmap{
		display:none
	}
	
	div.sjdframe{
		display:block
	}
	
}
.sjdframe {
	display:none
}

.sjdframe img{
	width:100%
}




.MP4{
	width:720px;
	height:400px;
}

@media screen and (max-width: 768px) {
	.MP4{
		width:100%;
		height:250px;
	}
}
.r_cont table{
table-layout:fixed
}