
 @charset "utf-8";
/* CSS Document */
*
{
	margin:0px;
	padding:0px;
	font-family:Microsoft YaHei;
}


body
{
	background-color:#fff;
	font-family:Microsof Yahei,PingFang SC,Hiragino Sans GB,Arial,Helvetica Neue,Helvetica,sans-serif;
}

.logo
{
	width:1200px;
	height:100px;
	margin:0 auto;
	background-color:#FFFFFF;
}

.logo_left
{
  
	float:left;

}
.logo_right
{
	float:right;
	font-family:Arial;
	font-size:18px;
	line-height:100px;
}
.logo_right img
{
	vertical-align:middle;
	margin-right:2px;
}
.tel{
	height:18px;
	color:#ce000c;
	font-family:arial;

}

.nav
{
	background-color:#dd1f33;
	height:50px;
	width:auto;
	
}

.navct{
	width:1200px;
	height:50px;
	margin:0 auto;	
}

.nav_title a{
	display:block;
	width:200px;
	height:50px;
	color:#fff;
	text-decoration: none;
}
.nav_title a:hover,.indexon {
	background-color:#ce000c;
}
.nav_title a:active{
	background-color:#ce000c;
}
.nav_title{
	position:relative;
	width:200px;
	max-height:50px;
	text-decoration:none;
	text-align:center;
	color:#fff;
	line-height:50px;
	float:left;
	font-size:18px;
	font-family:Microsoft YaHei;
	overflow:hidden;
	transition:1s;
	
}
.nav_title:hover .navin{
     cursor:pointer;
     display: block;
     
 }
 .navin{
     position:fixed;
     z-index: 999;
     background: white;
     display: none;
	 list-style:none;
 }


.navin li a{
	color:#333333;	
	border-bottom: 1px solid #dcdcdc;
}

.navin a:hover{
	color:#ce000c;
	background-color:#fff;
}

/*banner*/
.flexslider {
        margin: 0px auto;
        position: relative;
        width: 100%;
        height: 410px;
   		overflow: hidden;
        zoom: 1;
    }
  .slides {
	width:1920px;
	position:absolute;
	left:50%;
	margin-left: -960px;
		}
    .flexslider .slides li {
        width: 1920px;
        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: 410px;
        display: block;
		float:left;
    }

.news{
	width:1200px;
	height:140px;
	margin:0 auto;
	margin-top:50px;
}

.news_left{
	width:540px;
	float:left;
}
.news_left h4{
	font-size:20px;
	color:#333333;
	font-family:Microsoft YaHei;
	margin-bottom:36px;
}
.news_left p{
	font-size:16px;
	color:#666666;
	line-height:26px;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 3;
	overflow: hidden;
}
.indexp{
	width:540px;
	height:80px;
	overflow:hidden;
}
.news_right{
	float:left;
	margin-left:70px;
	width:420px;
}


.nav_tab{
	list-style:none;
	border-bottom:2px solid #dedfe2;
    overflow: hidden;

}


.nav_tab li{
	
	font-weight:bold;
	cursor: pointer;
	float:left;
	display:inline-block;
	margin: 0px 25px 20px 0;
    color: #666666;
    font-size: 20px;
    width: 80px;
}


.morestyle{
	display:inline-block;
	float:right;
	width:60px;
	background:url(../images/more_icon.png) no-repeat right;
    color:#0585ea;
	font-size:16px;
	text-decoration: none;
	
}

.morestyle2{
	position:absolute; bottom:16px;
	display:inline-block;
	margin-left:20px;
	margin-top:20px;
	width:60px;
	background:url(../images/more_icon.png) no-repeat right;
    color:#0585ea;
	font-size:16px;
	text-decoration: none;
	
}

.xian{
	height:2px;
	width:55px;
	background:#ec3434;
	margin-top:-2px;
	position: relative;
}
.isShow{
	display:block!important;
}
.isHidden{
	display:none!important;
}
.tab_box{
	margin-top:27px;
	
}
.tab_box a{
	text-decoration: none;
	color: #666666;
	font-size:16px;
	
}

.tab_box a p i{
	float:left;
	font-style:normal;
	margin-right:20px;
	color:#999999;
	
}
.tab_box p{
	margin-bottom:8px;
	width: 420px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.secode{
	float:right;
	width:110px;
	
}

.wx{
	font-size:14px;
	width:110px;
	text-align:center;
	color:#666;
}


.solution{
	width:1200px;
	height:500px;
	margin:0 auto;
	margin-top:50px;
}

.solutiontitle{
	position:relative;
	width:100%;
	height:24px;
	line-height:24px;
	color:#000000;
	font-size:24px;
	font-weight:normal;
}

.solutiontitle li{
	position:absolute;
	display:inline-block;
	left:0;
	user-select: none;
	width:4px;
	height:24px;
	background-color:#ec3434;
}
.solutiontitle span{
	margin-left:12px;
	position:absolute;
	left:0;
}
.sola{
	width:278px;
	height:446px;
	margin-top:30px;
	float:left;
	margin-right:28px;
	
}
.solaright{
	margin-right:-12px;
}
.sola img{
	margin:0px;
	padding:0px;
	float:left;
}
.bian{
	position:relative;
	float:left;
	margin-top:0px;
	width:100%;
	height:356px;
	border:2px solid #dcdcdc;
}
.bian p{
	font-size:30px;
	color:#333333;
	font-weight:bold;
    float:left;
	margin:10px 5px 10px 20px;
	
}
.pic{
	
	display:block;
	float:left;
	margin-top:20px!important;
}
.clearBoth{
	clear:both;
}
.titleo{
	font-size:16px;
	color:#333333;
	margin-left:20px;
}
.titlet{
	list-style:none;
	font-size:14px;
	font-family:arial;
	color:#999999;
	margin-left:20px;
	margin-top:22px;
	margin-bottom:20px;
}
.bian ul li{
	
	list-style:none;
	margin-left:20px;
	margin-right:18px;
	font-size:16px;
	color:#666666;
	line-height:32px;
}

.bannersz{
	width:100%;
	height:220px;
	color:#ffffff;
	margin-top:80px;
	text-align:center;
	background:url(../images/bannersz.png) no-repeat center;
	
	
	
}
.bannersz p{
	
	top:48px;
	font-size:30px;
	font-weight:bold;
    padding-top:34px;
	line-height:56px;
	
}
.bannersz span{
	font-size:24px;

	
}
.bannersz li{
	display:block;
	user-select: none;
	width:4px;
	height:28px;
	background-color:#ec3434;
	margin:0 auto;
	margin-top:26px;
}
.app{
	height:270px;
	width:1200px;
	margin:0 auto;
	margin-top:60px;
	margin-bottom:60px;
}

.app span{
	
	width:100%;
	color:#000000;
	font-size:24px;
	font-weight:normal;
}

.app li{
	display:inline-block;
	user-select: none;
	position:relative;
	top:3px;
	width:4px;
	height:24px;
	background-color:#ec3434;
}
.app p{
	font-size:16px;
	color:#666666;
}
.picb{
	float:left;
	margin-right:24px;
	margin-top:30px;
}
.picc{
	margin-right:-24px;
}

.map{
	width:1200px;
	height:480px;
	margin:0 auto;
	background:url(../images/map.png)
}
.mapct{
	width:400px;
	height:340px;
	position:relative;
	top:70px;
	left:730px;
	font-size:24px;
	color:#000000;
}
.location{
	font-size:16px;
	color:#666666;
	font-weight:bold;
	margin-right:20px;
	margin-left:10px;
	line-height:16px;
}
.maptel{
	font-size:14px;
	color:#666666;
	line-height:14px;
}

.maptel2{
	font-size:14px;
	color:#666666;
	line-height:14px;
	
}

.area1{
	margin-top:40px;
	margin-bottom:14px;
}

.area3,.area2,.area4,.area5,.area6,.area7{
	margin-top:10px;
	margin-bottom:14px;
}


.area1 li{
	display:inline-block;
	width:38px;
	height:20px;
    background-color:#f48a8c;
	position:relative;
	top:4px;
}

.area2 li{
	display:inline-block;
	width:38px;
	height:20px;
    background-color:#f4b85e;
	position:relative;
	top:4px;
}

.area3 li{
	display:inline-block;
	width:38px;
	height:20px;
    background-color:#abd266;
	position:relative;
	top:4px;
}
.area4 li{
	display:inline-block;
	width:38px;
	height:20px;
    background-color:#3ab6d6;
	position:relative;
	top:4px;
}
.area5 li{
	display:inline-block;
	width:38px;
	height:20px;
    background-color:#80d1e5;
	position:relative;
	top:4px;
}
.area6 li{
	display:inline-block;
	width:38px;
	height:20px;
    background-color:#5ebd6d;
	position:relative;
	top:4px;
}
.area7 li{
	display:inline-block;
	width:38px;
	height:20px;
    background-color:#9ea3d2;
	position:relative;
	top:4px;
}
.textindent{
	padding-left:132px;
}

.partner{
	width:100%;
	height:400px;
	background-color:#e5e5e5;
	margin-top:80px;
}
.pct{
	width:1200px;
	height:100%;
	margin:0 auto;
	background:url(../images/partner.png) center no-repeat;
}
.pct li{
	display:inline-block;
	user-select: none;
	position:relative;
	top:3px;
	width:4px;
	height:24px;
	background-color:#ec3434;
	margin-top:46px;
}

.pct span{
	
	width:100%;
	color:#000000;
	font-size:24px;
	font-weight:normal;
	margin-top:46px;
}

.foot{
	width:100%;
	height:160px;
	background-color:#343030;
	color:#666666;
}
.local{
	float:left;
	margin-top:30px;
	margin-left:32px;
	font-size:14px;
	line-height: 24px;
}
.local img{
	position:relative;
	left:-34px;
	top:30px;
}

.ct{
	float:left;
	margin-top:30px;
	margin-left:160px;
	font-size:14px;
	line-height: 24px;
}
.ct img{
	position:relative;
	left:-38px;
	top:30px;
}

.telft{
	float:left;
	margin-top:30px;
	margin-left:160px;
	font-size:16px;
	line-height: 24px;
	
}
.telft p{
	font-family:arial;
}

.telft img{
	position:relative;
	left:-38px;
	top:30px;
}

.footct{
	width:1200px;
	margin:0 auto;
}
.fl{
	width:100%;
	height:50px;
	background-color:#343030;
	color:#666666;
	text-align:center;
	font-size:12px;
	line-height:50px;
	border-top:1px solid #2c2929;
}
.float_ct{
	position:fixed;bottom:100px;right:0;
	bottom:20px;
	height:254px;
	z-index:666;
}
.float_ct a:hover{
	background-color:#dd1f33;
	color:#fff;
	text-shadow:none;
	opacity:1;

}

.float_ct ul{
	list-style:none;
}

.float_ct li a{
	display:block;
	font-family:"Microsoft Yahei";
	color:#fff;
	font-size:14px;
	height:50px;
	line-height:50px;
	overflow:hidden;
	background-color:#000;
	opacity:0.8;
	border-radius:6px;
	margin-bottom:1px;
	text-decoration: none;
}
.float_ct li a img{
     float:left;
	margin:12px 12px 14px 14px;
	border:0px;
}
.float_ct1{
     position:relative;
	right:-122px;
     width:50px;
 }
 .float_ct2{
     position: relative;
      left:122px;
 }
.float_ct2 a{
	width:130px;
}
.float_ct3 a{
	padding:0 10px 0 0;
}
 .float_ct3{
     position: relative;
      left:122px;
 }

.float_ct4{
     position:relative;
	right:-122px;
     width:50px;
 }.float_ct5{
     position:relative;
	right:-122px;
     width:50px;
 }

 .float_btwx{
     position: fixed;
     right:60px;
     bottom: 16px;
     display: none;
 }
 .float_ct5:hover .float_btwx{
     display: block;
 }

/*解决方案页面CSS*/

.solubanner{
	height:280px;
	margin:0 auto;
	background:url(../images/solution1.png) no-repeat center;
}
.solubanner2{
	height:280px;
	margin:0 auto;
	background:url(../images/solution2.png) no-repeat center;
}
.solubanner3{
	height:280px;
	margin:0 auto;
	background:url(../images/solution3.png) no-repeat center;
}
.solubanner4{
	height:280px;
	margin:0 auto;
	background:url(../images/solution4.png) no-repeat center;
}
.soluc{
	width:1200px;
	margin:0 auto;
	color:#ffffff;
}
.soluc h1{
	font-size:40px;
	margin-left:80px;
	font-weight:normal;
	padding-top:40px;
}
.soluc p{
	font-size:14px;
	width:620px;
	margin-top:20px;
	margin-left:80px;
	line-height:28px;
}
.btns a{
	display:inline-block;
	width:136px;
	height:36px;
	line-height:36px;
	background-color:#00c1de;
	color:#ffffff;
	border:none;
	margin-top:30px;
	margin-left:80px;
	text-align:center;
	cursor: pointer;
	text-decoration:none;
}
.btns a:hover{
	background-color:#00d2f2;
}
.intro{
	height:920px;;
	margin:0 auto;
}
.introdas{
    height:760px;
	margin:0 auto;
}
.introszjg{
	height:1160px;
}
.intro4{
	height:820px;
}
.introszjg span{
	color:#000000;
	text-indent:-32px!important;
}
.introszjg img{
	padding-top:30px!important;
}

.intro h1{
	font-size:30px;
	font-weight:normal;
	color:#000000;
	text-align:center;
	margin-top:70px;
	margin-bottom:50px;
}
.introdas h1{
	font-size:30px;
	font-weight:normal;
	color:#000000;
	text-align:center;
	margin-top:70px;
	margin-bottom:50px;
}
.intro p{
	font-size:16px;
	color:#666666;
	width:1200px;
	margin:0 auto;
	line-height:30px;
	text-indent:32px;
}

.introdas p{
	font-size:16px;
	color:#666666;
	width:1200px;
	margin:0 auto;
	line-height:30px;
	text-indent:32px;
} 
.intro h2{
	
	width:120px;
	height:30px;
	background:url(../images/btn1.png) no-repeat center;
	text-align:center;
	font-size:16px;
	line-height:30px;
	color:#ffffff;
	margin:0 auto;
	margin-top:60px;
}
.intro img{
    display:block;
	margin: 0 auto;
	margin-top:30px;
}
.introdas img{
    display:block;
	margin: 0 auto;
	margin-top:30px;
}

.introg{
	height:640px;
	width:100%;
	background-color:#dbeef4;
    padding-top:60px;
}
.introg2{
	width:100%;
	background-color:#dbeef4;
    padding-top:60px;
	height:940px;	
}
.tdct{
	width:1200px;
	margin:0 auto;
	margin-top:75px;
}
.tdct_left{
	float:left;
}
.tdct_right{
	float:right;
	margin-right:-10px;
}
.gntd{
	width:590px;
	height:120px;
	margin-bottom:40px;
    
}
.gntd img{
	float:left;
	
}
.gnnd{
	float:left;
	width:410px;
	margin-left:30px;
	margin-top:6px;
}
.gnnd h3{
	font-size:18px;
	color:#333333;
	font-weight:normal;
}
.gnnd p{
	font-size:14px;
	color:#3d4e54;
	margin-top:22px;
	line-height:24px;
}

.introg h2{
	
	width:120px;
	height:30px;
	background:url(../images/btn1.png) no-repeat center;
	text-align:center;
	font-size:16px;
	line-height:30px;
	color:#ffffff;
	margin:0 auto;
}
.introg2 h2{
	
	width:120px;
	height:30px;
	background:url(../images/btn1.png) no-repeat center;
	text-align:center;
	font-size:16px;
	line-height:30px;
	color:#ffffff;
	margin:0 auto;
}
.gxct h2{
	width:120px;
	height:30px;
	background:url(../images/btn1.png) no-repeat center;
	text-align:center;
	font-size:16px;
	line-height:30px;
	color:#ffffff;
	margin:0 auto;
	margin-bottom:40px!important;

	
}
.introg img{
	 display:block;
	margin: 0 auto;
	margin-top:30px;
}
.introh{
	height:500px;
}
.introh h2{
	
	width:150px;
	height:30px;
	background:url(../images/btn2.png) no-repeat center;
	text-align:center;
	font-size:16px;
	line-height:30px;
	color:#ffffff;
	margin:0 auto;
	margin-top:60px;
}
.hyzsdz{
	height:1420px;
	width:1200px;
	margin:0 auto;
}

.hyzsdz h2{
	
	width:150px;
	height:30px;
	background:url(../images/btn2.png) no-repeat center;
	text-align:center;
	font-size:16px;
	line-height:30px;
	color:#ffffff;
	margin:0 auto;
	margin-top:60px;
}

.hypic{
	margin-top:60px;
	height:240px;
}
.hypic span{
	width:380px;
	height:260px;
	float:left;
	margin-right:30px;
	border:1px solid #e1e1e1;
}
.hypic h5{
	text-align:center;
	font-size:24px;
	color:#333333;
	font-weight:normal;
	margin-top:8px;
}
.picright{
	margin-right:-30px!important;
}
.introh img{
	display:block;
	margin:0 auto;
	margin-top:30px;
}
.introi{
	height:640px;
	background-color:#e6f3ea;
	padding-top:60px;
}
.introi h2{
	display:block;
	width:150px;
	height:30px;
	background:url(../images/btn2.png) no-repeat center;
	text-align:center;
	font-size:16px;
	line-height:30px;
	color:#ffffff;
	margin:0 auto;
	
}
.introi img{
	display:block;
	margin:0 auto;
	margin-top:30px;
	
}
.gxct{
	margin-top:100px;
}
.gxct span{
	color:#000000;
}
.gxct h1{
	font-size:30px;
	font-weight:normal;
	color:#000000;
	text-align:center;
	margin-bottom:40px;
}
.gxct p{
	font-size:16px;
	color:#666666;
	width:880px;
	margin:0 auto;
	text-indent:32px;
	line-height:30px;
}
.longte{
	width:1200px!important;
	margin:0 auto;
}
.case{
	height:340px;
	width:1200px;
	margin:0 auto;
	margin-top:60px;
	margin-bottom:60px;
}
.case h2{
	display:inline-block;
	font-size:20px;
	color:#333333;
	font-weight:normal;
}
.casect{
	height:114px;
	width:590px;
	margin-top:30px;
	float:left;
	margin-right:30px;
	margin-bottom:7px;
}
.casectf{
	margin-right:-30px;
}
.casect img{
	float:left;
}
.cct{
	float:left;
	margin-left:26px;
}
.cct h3{
	font-size:16px;
	color:#333333;
	font-weight:normal;
	margin-top:10px;
}
.cct p{
	font-size:14px;
	color:#999999;
	margin-top:20px;
	width:338px;
	line-height:22px;
}

.showct{
	width:1200px;
	margin:0 auto;
	margin-top:50px;
}
.showleft{
	width:282px;
	float:left;
}
.showleft h2{
	font-size:24px;
	color:#dd1f33;
	font-weight:bold;
	margin-bottom:24px;
}
.showleft ul li{
	list-style:none;
	display:block;
	height:50px;
	line-height:50px;
	font-size:16px;
	color:#666666;
	border-bottom: 1px solid #e5e5e5;
	text-indent:30px;
}
.showleft li:hover{
	background-color:#f2f2f2;
	border-left:4px solid #ec3434;
	text-indent:26px;
}
.deface{
	background-color:#f2f2f2;
	border-left:4px solid #ec3434;
	text-indent:26px!important;
	
}
.showleft ul{
	border-top: 1px solid #e5e5e5;
	
}

.showleft a{
	text-decoration:none;
}
.showright{
	width:894px;
	float:right;
	margin-bottom:80px;
	
}
.showbanner{
	width:894px;
	height:280px;
	
	background:url(../images/earth.png) no-repeat;
	background-color:#688fb6;
}
.showcct{
	background:url(../images/hrbn.png) no-repeat;
	background-color:#688fb6;
}
.newspic{
	background:url(../images/newspic.png) no-repeat;
	background-color:#688fb6;
}
.ooo{
	
	height:70px;
	margin:0 auto;
}
.showbanner h3{
	font-size:30px;
	font-weight:normal;
	color:#ffffff;
	position:relative;
	top:50px;
	left:550px;
	width:260px;
}
.showbanner p{
	font-size:22px;
	color:#8ea9c6;
	position:relative;
	top:55px;
	left:550px;
	width:240px;
}
.showright h2{
	font-size:30px;
	text-align:center;
	color:#000000;
	font-weight:normal;
}
.showright h2 img{
	position:relative;
	top:-10px;
	left:8px;
}

.showtitle li{
	float:left;
	width:4px;
	height:24px;
	background-color:#ec3434;
	list-style:none;
}
.showtitle h4{
	float:left;
	font-size:24px;
	color:#333333;
	line-height:24px;
	font-weight:normal;
	text-indent:10px;
}
.showtitle span{
	font-size:18px;
	line-height:18px;
	font-weight:24px;
	color:#333333;
	margin-left:10px;
}
.showtitle{
	margin-top:56px;
	margin-bottom:100px;
}
.caselist ul{
	float:left;
	list-style:none;
	font-size:16px;
	color:#666666;
	line-height:44px;
	width:282px;
}
.caselist li{
	border-bottom:1px solid #dddddd;
}
.caselist{
	margin-top:40px;
}

.dastitle{
	margin-top:60px;
}
.service_bn{
	width:1200px;
	height:280px;
	margin:0 auto;
	margin-top:50px;
	margin-bottom:80px;
	background:url(../images/bn_service.png) no-repeat ;
	background-color:#688fb6;
}
.service_bn h3{
	text-indent:770px;
	font-size:30px;
	font-weight:normal;
	color:#ffffff;
	padding-top:42px;
}
.service_bn p{
	text-indent:770px;
	font-size:22px;
	color:#8ea9c6;
	margin-top:6px;
}
.servict h2{
	margin:0 auto;
	font-size:30px;
	line-height:30px;
	color:#000000;
	font-weight:normal;
	text-align:center;
}
.ser_ct{
	width:1200px;
	height:400px;
	margin:0 auto;
	margin-top:60px;
	
}
.ser_ct h4{
	font-size:18px;
	color:#333333;
	font-weight:normal;
}
.ser_ct p{
	font-size:14px;
	line-height:24px;
	color:#666666;
	font-weight:normal;
	margin-top:14px;
}
.ser_ctleft{
	width:588px;
	float:left;
}
.ser_ctright{
	width:588px;
	float:right;
}
.sc1{
	width:580px;
	height:200px;
	margin-bottom:10px;
}

.sc1 img{
	float:left;
}
.scpic{
	width:410px;
	height:200px;
	margin-left:30px;
	float:left;
}
.serctpic{
	width:1200px;
	height:256px;
	margin:0 auto;
	background:url(../images/serco.png) no-repeat center;
	margin-top:80px;
	margin-bottom:130px;
}
.dic{
	margin-top:60px;
	margin-bottom:80px;
}
.showot{
	height:1000px;
}
.hrrt h2{
	text-align:left;
	margin-top:60px;
}
.hrrt h4{
	margin-top:40px;
	font-size:18px;
	color:#333333;
	font-weight:normal;
	margin-bottom:10px;
}
.hrrt ol li{
	font-size:14px;
	color:#666666;
	font-weight:normal;
	line-height:32px;
	text-indent:4px;
	margin-left:18px;
}
.usct{
	background:url(../images/uspic.png) no-repeat ;
	background-color:#688fb6;
}
.evepic{
	background:url(../images/events.png) no-repeat ;
	background-color:#688fb6;
}
.hispic{
	background:url(../images/historypic.png) no-repeat ;
	background-color:#688fb6;
}

.cttel{
	background:url(../images/cttel.png) no-repeat ;
	background-color:#688fb6;
}
/*.showright h4{
	font-size:14px;
	font-weight:normal;
	color:#999999;
	text-align:center;
}*/
.introp p{
	font-size:16px;
	line-height:32px;
	color:#666666;
	margin-top:36px;
	text-indent:28px;
}
.newsbtn{
	width:280px;
	height:34px;
	margin:0 auto;
    margin-top:50px;
	margin-bottom:30px;
}
.newsbtn ul li{
    list-style:none;
	display:block;
	float:left;
	width:86px;
	height:34px;
	text-align:center;
	font-size:16px;
	line-height:34px;
	border:1px solid #ccc;
	
}
.middletd{
	border-left:none;
	border-right:none;
	border-left:1px solid #ffffff!important;
	border-right:1px solid #ffffff!important;
}
.defaultbtn{
	color:#ffffff;
	background-color:#ec3434;
	border:1px solid #ec3434!important;
}
.gx{
	width:380px;
	height:260px;
	background:#ffffff;
	box-shadow: 0px 8px 30px #e1e1e1;
	
	 /* For IE 8 */
    filter: progid:DXImageTransform.Microsoft.Shadow(Color='#e1e1e1',Strength=12, Direction=180 ); 
}
.bt li:hover{
	color:#ec3434;
	cursor:pointer;
}
.newsct{
	width:894px;
	height:140px;
	border-top:1px solid #e6e6e6;
	overflow:hidden;
}
.newsct:hover{
	background-color:#f2f2f2;
}
.date{
	width:88px;
	height:88px;
	background-color:#F2F2F2;
	float:left;
	margin-top:26px;
}
.date h3{
	font-size:34px;
	color:#EC3434;
	font-weight:bold;
	margin-left:10px;
}
.date p{
	font-size:13px;
	color:#666666;
	margin-left:10px;
}
.newscctv{
	width:750px;
	float:left;
	margin-left:24px;
	font-size:14px;
	font-weight:normal;
	line-height:28px;
	color:#666666;
	
}
.newscctv h2{
	font-size:16px;
	color:#333333;
	font-weight:bold;
	text-align:left;
	margin-top:36px;
	
}
.newscctv p{
	margin-top:12px;
	font-size:12px;
	color:#666666;
	line-height:24px;
	height:48px;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
}
.viewmore{
	width:894px;
	height:50px;
	background:url(../images/viewmore.png) no-repeat center;
	background-color:#e6e6e6;
}
.viewmore:hover{
	background:url(../images/viewmorew.png) no-repeat center;
	background-color:#ec3434;
}
.detailt{
	width:894px;
	height:100px;
	border:1px solid #e6e6e6;
	border-bottom:1px dashed #e6e6e6;
}
.detailt h2{
	font-size:24px;
	font-weight:bold;
	line-height:22px;
	color:#333333;
	text-align:center;
	margin-top:28px;
}
.detailt p{
	 font-size:14px;
	 font-weight:normal;
	 color:#999999;
	 text-align:center;
	 margin-top:12px;
}
.detailct{
	width:100%;
	border:1px solid #e6e6e6;
	border-top:none;
	padding-bottom:50px;
}
.detailpic{
	width:480px;
	height:360px;
	margin:0 auto;
	padding-top:40px;
}
.detailpic img{
	width:480px;
	height:320px;
	
}

.detailct p{
	font-size:14px;
	font-weight:normal;
	line-height:28px;
	color:#666666;
	width:750px;
	margin:0 auto;
	margin-top:10px;
	text-indent:28px;
	
}
.detailpic p{
	width:480px;
	font-size:14px;
	font-weight:bold;
	color:#333333;
	text-align:center;
	margin-top:10px;
}
.back{
	font-size:12px;
	font-weight:bold;
	line-height:34px;
	color:#ffffff;
	width:86px;
	height:34px;
	background-color:#EC3434;
	text-align:center;
	float:right;
	margin-top:34px;
	margin-bottom:-20px;
	text-decoration:none;
}
.showright a:hover{
	background-color:#d92121;
}
.contactshow{
	width:894px;
	height:620px;
}
.mapshow{
	width:520px;
	height:432px;
	margin:0 auto;
	margin-top:50px;
	background:url(../images/ctmap.png) no-repeat center;
}
.contactshow h3{
	font-size:16px;
	color:#666666;
	font-weight:bold;
}
.contactshow p{
	font-size:14px;
	color:#666666;
	font-weight:normal;
	line-height:28px;
}
.leftmapt{
	float:left;
	
	margin-left:180px;
}
.leftmapt p{
	line-height:32px;
}
.rightmapt{
	float:right;
	margin-top: 30px;
	margin-right:120px;
	
}
.rightmapt h3{
	display:inline-block;
	margin-left:10px;
}

.rightmapt p{
	display:inline-block;
	margin-left:20px;
}
.area2 h3{
	display:inline-block;
	margin-left:10px;
	
}
.area2 p{
	display:inline-block;
	margin-left:20px;
}
.indext p{
	text-indent:117px;
}

 .switchBtn{
     cursor: pointer;
 }
 .link-block{
     display: none;
 }
.bankpic{
	width:600px!important;
	height:530px!important;
	margin:0 auto;
	margin-top:20px;
}

.articleContent{
	margin-top:20px;
    line-height: 1.6rem;
    font-weight: normal!important;
}
.jianjieTitle{
	text-align:left;
	margin-top:60px;
	font-size:32px;
	color:#000;
	font-weight:normal;
}
.publishTitle{
	font-size:14px;
	margin-top:6px;
	color:#999999!important;

}
.resorce{
	margin-right:10px;
	
}
.showleft a{
	display:block;
	height:50px;
	color:#666666;
}
.showleft a:hover{
	display:block;
	height:50px;
	color:#666666;
}
.showleft a:active{
	background-color:#f2f2f2;
}
.detailn{
	position:relative;
	width:754px;
	margin:0px 70px 70px 70px;	
	padding-top:50px;
}
.detailn p{
	font-size:14px;
	font-weight:normal;
	line-height:28px;
	color:#666666;
	
}
.detailn span{
	font-size:14px;
	font-weight:normal;
	line-height:28px;
	color:#666666;
	
}
.detailn{
	font-size:16px;
	font-weight:normal;
	line-height:28px;
	color:#666666;
	text-indent:28px;
	
}
.detailn img{
	width:700px;
	margin:0 auto;
	padding-left:0px;
	padding-top:30px;
}