
.ht{
    width: 100%;
    float: left;
    height: 20px;
    /* background:url(../images/i-tit.png) no-repeat left center; */
    line-height: 20px;
    color: #203188;
    font-size: 20px;
    margin-top: 35px;
    margin-bottom: 35px;
    position: relative;
}
.claer{clear: both;}
.ht .txt{
    background: #fff;
    position: relative;
    z-index: 9;
    padding-right: 10px;
    /* padding-left: 15px; */
    float: left;
    height: 20px;
    line-height: 20px;
    /* margin-left: 4px; */
}
.ht .line{
    border-bottom:1px solid #ededed;
    width: 100%;
    position: absolute;
    top:10px; 
}
.h1 {
    clear: both;
    width: 100%;
    float: left;
    text-align: center;
}

.h1 .p1 {
    font-size: 28px;
    color: #333;
    line-height: 28px;
    height: 28px;
    background: url(../images/bg-h1.png) no-repeat bottom center;
    padding-bottom: 30px;
}
.h2{
    margin-top:20px;
    clear: both;
    float: left;
}
.h1 .p2 {
    font-size: 18px;
    color: #545454;
    margin: 20px 0;
}
.h2 .s1{
    font-size: 20px;
    color:#226ad6;
    clear: both;
    display: block;
}
.h2 .s2{
    font-size: 12px;
    color:#c7c7c7;
    display: block;
    clear: both;
}
.search_bar{
    width:100%;
    height:60px;
    background:#fff;
    line-height:60px;
    float:left;
    border-bottom: 1px solid #eaeaea;
}
.search_bar b{
    color:#333;
}
.search_bar a{
    color:#1e1e1e;
    padding-right:5px;
    transition: color 0.5s;
}
.search_bar a:hover{
    color:#226ad6;
    transform: scale(1.5);
}
.search_bar .kws{
    float:left;
    width:660px;
    overflow:hidden;
    white-space:nowrap;
    text-overflow:ellipsis;
}
.search_bar .frm{
    margin-top:14px;
    background:#fff;
    float:right;
    width:338px;
    height:32px;
    line-height:32px;
    background:#eee;    
    position: relative;
}
.search_bar .frm input{
    border:none;
    background:transparent;
    width:500px;
    float:left;
    height:32px;
    color:#333;
    line-height:32px;
    padding-left:20px;
}
.search_bar .frm img{
    position: absolute;
    right: 0;
    top: 0;
}
.pcate{
    position: absolute;
    right: 0;
    top:20px;
}
.pcate a{
    color: #212121;
    display: inline-block;
    height: 30px;
    margin:0 20px;        
    line-height: 30px;
}
.pcate a:hover{
    border-bottom: 2px solid #226ad6;
}
.pro-box{
    width: 100%;
    float: left;
    padding:40px 0;
    margin-bottom:40px;
}

.pro-box ul.pul{
    width: 1230px;
    margin-left: -30px;
    float: left;
    overflow: hidden;
}

.pro-box ul li{
    width:380px;
    margin-left: 30px;
    float: left;
    height: 390px;
    margin-bottom: 30px;
    position: relative;
    overflow: hidden;
    background:#fff;
}
.pro-box ul li .img{
    width:100%;
    height: 270px;    
    float: left;
    transition: 0.5s ease all;
}
.pro-box ul li .img img{
    width: 100%;
    height: 100%;
}
.pro-box ul li .img:hover{
    transform: scale(1.05);
}
.pro-box ul li .con{
    width: 100%;
    height: 110px;
    line-height: 2;
    text-align: center;
    margin-top: 20px;
    float: left;
}
.pro-box ul li .cover{
    width: 100%;
    position: absolute;
    top:0;
    left: -100%;
    height: 270px;
    text-align: center;
    background:rgba(34,106,214,.75);
    color:#fff;    
    transition: 0.5s ease all;
}
.pro-box ul li .cover .p1{
    margin-top:130px;
    font-size: 14px;
}
.pro-box ul li .cover .p2{
    font-size: 12px;
}

.pro-box ul li .con .p1{
    height: 20px;
    margin-top:10px;
    line-height: 20px;
    font-size: 14px;
    color:#272727;
    white-space: nowrap;
    overflow: hidden;
    width: 100%;
    text-align: center;
    text-overflow: ellipsis;
}
.pro-box ul li .con .p2{
    font-size: 12px;
    color: #8e8e8e;
}
.pro-box ul li:hover .cover{
    left:0;
} 

.rmore{
    width: 100%;
    clear: both;
    text-align: center;
    float: left;
}

.rmore a{
    display: inline-block;
    height: 34px;
    width: 158px;
    border:1px solid #a4a4a4;
    line-height: 34px;
    text-align: center;
    padding:0 20px;
    color: #3e3e3e;
    transition: 0.2s;
    border-radius: 17px;
}

.rmore a:hover{
    color:#226ad6;
    border-color:#226ad6;
    transform: scale(1.05);
}

.ysbox {
    width: 100%;
    float: left;
    clear: both;
    padding: 40px 0;
    background:#226ad6;
    text-align: center;
}

.ysbox .items {
    width: 100%;
    height: 85px;
    float: left;
    display: table;
}

.ysbox .item {
    display: table-cell;
    position: relative;
    overflow: hidden;
    cursor: pointer;
    width: 33.333%;
    text-align: center;
    transition: all 0.5s ease;
    color:#fff;
    border-right:1px solid #4385e5;
}
.ysbox .item:last-child{
    border-right: none;
}
.ysbox .item:hover {
    transform: scale(1.05);
}

.ysbox .item .img {
    text-align: center;
}

.ysbox .item img {
    bottom: 0;
    left: 0;
}

.ysbox .item .p1 {
    font-size: 48px;
    padding: 10px 0;
    text-align: center;
}
.ysbox .item .p1 .n{
    display: inline-block;
    height: 64px;
    line-height: 64px;
    position: relative;
}
.ysbox .item .p1 .ps{
    font-size: 18px;
    position: absolute;
    top:-10px;
    right: -20px;
    display: inline-block;
}

.ysbox .item .p2 {
    font-size: 12px;
    height: 12px;
    line-height: 12px;
    padding-bottom: 20px;
}

.about-box {
    width: 100%;
    float: left;
    padding: 0 0;
    background-repeat: no-repeat;
}


.about-box .img {
    width: 232px;
    height: 350px;
    float: left;
    overflow: hidden;
    position: relative;
}

.about-box .con {
    float: left;
    width: 290px;
    height: 320px;    
    margin-top:24px;
    margin-left:50px;
}

.about-box #about-right {
    left: 47px;
}



.about-box .con .p1 {
    font-size: 18px;
    height: 28px;
    line-height: 28px;
    color: #2c2c2c;
    clear: both;
    width: 100%;
    float: left;
}

.about-box .con .p2 {
    clear: both;
    width: 100%;
    float: left;
    font-size: 11px;
    color: #bfbfbf;
    line-height: 2;
}

.about-box .con .p3 {
    margin-top: 20px;
    clear: both;
    width: 100%;
    float: left;
    color: #282828;
    font-size: 12px;
    line-height: 2;
    margin-bottom: 20px;
}

.about-box .con .p4 a {
    display: inline-block;
    height: 36px;
    width: 160px;
    border: 1px solid #c8c8c8;
    line-height: 36px;
    text-align: center;
    padding: 0 20px;
    color: #787878;
    transition: 0.2s;
}

.about-box .con .p4 a:hover {
    transform: scale(1.05);
}
.about-box .fr{
    width: 600px;
}
.about-box .fr .img{
    width: 189px;
    height: 350px;
    margin-left: 38px;
    margin-right: 38px;
    float: left;
}
.about-box .ns{
    width: 320px;
    height: 320px;
    float: left;
}
.about-box .ns .ls{
    font-size: 12px;
    color:#2a2a2a;
    width: 100%;
    margin:30px 0;
    background:url(../images/dot.png) no-repeat left center;
    padding-left: 15px;
}
.about-box .ns .ls .dd{
    color:#b4b4b4;
}
.gycate{
    margin: 30px 0 10px;
    float: left;
    /* width: 1302px; */
    /* margin-left: -22px; */
    white-space: nowrap;
    /* margin-bottom: -20px; */
    width:100%;
}
.gycate li{width: 150px;float:left;text-align: center;font-size: 16px;margin-left:25px; padding:5px; -webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box; border:1px solid #ccc; border-radius:50%}
.gycate li:nth-child(1){ margin-left:0;}
.gycate li a{
background:#eee; display:block; height:138px; border-radius:50%;

    transition: 0.2s;
}
.gycate li a i{ font-size:40px; margin-top:30px; margin-bottom:15px;}
.gycate li:hover  a{
background:#203188; color:#fff;
}
.gycate li:hover {border:1px solid #201388; box-shadow:0 0 5px #201388}
.news-left{
    width: 860px;
    float: left;
}
.news-right{
    width: 322px;
    float: right;
}
.news-box {
    width: 420px;
    float: left;
    margin-top: 20px;
    overflow: hidden;
}
.news-box .news-tit{
    width: 100%;
    float: left;
    line-height: 40px;
    position: relative;
    height: 40px;
    font-size: 16px;
    color: #203188;
    /* background: url(../images/i-tit.png) no-repeat left center; */
    /* margin-bottom: 17px; */
    border: 1px solid #ececec;
    border-bottom: 0;
    border-radius: 5px 5px 0 0;

	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box
 
}
.news-right .news-tit{
    height: 40px;
    line-height: 40px;
    background:#203188;
    /* width: 322px; */
}
.news-box .news-tit span{
    display: block;
    height:20px;
}
.news-box .news-tit .s1{
    font-size: 20px;
    color:#203188;
    float: left;
    margin-left: 15px;
}
.news-right .news-tit .s1{
    font-size: 20px;
    color:#fff;
}
.news-box .news-tit .s3{
    font-size:12px;
    color:#424242;
    float: right;
    margin-right: 10px;
}
.news-right .news-tit .s3 a{
    color:#fff;
    /* padding-right: 10px; */
}
.news-box ul {
    width: 100%;

    padding:20px 10px;
    background: #f8f8f8;
    border:1px solid #f0f0f0;
    float: left;
		-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box
}
.news-right ul {
    /* width: 286px; */
    padding:20px 10px;
    height: auto;
    background: #fff;
    border:1px solid #f0f0f0;
    float: left;
    /* margin-top:-17px; */
}

.news-box  ul li {
    float: left;
    width: 380px;
    margin-left:10px;
    transition: 0.5s;
    height: 30px;
    background:url(../images/dot.png) no-repeat left center;
    padding-left:20px;
}
.news-right  ul li {
    float: left;
    width: 260px;
    margin-left:10px;
    transition: 0.5s;
    height: 30px;
    padding-left:20px;
}

.news-box ul li .dd {
    float: left;
    display: inline-block;
    font-size: 12px;
    color:#b4b4b4;
    line-height: 30px;
    height: 30px;
    padding-left:15px;
}
.news-box ul li:hover {
    transform: scale(1.05);
}
.news-box ul .img{
    padding-top:10px;
    float: left;
}
.news-box ul li .tt {
    float: left;
    line-height: 30px;
    height: 30px;
    display: inline-block;
    font-size: 12px;
    color: #2a2a2a;
    width: 300px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    transition: color 0.5s;
}
.news-left .ads{
    width: 100%;
    float: left;
    margin-top:26px;
    margin-bottom: -30px;
}
.news-right ul.hylist{
    /* background:url(../images/bg-hy.png) no-repeat right; */
}
.news-right ul li .tt {
    width: 200px;
}
#rightwz{ width:100%;}
.dasai {margin-top:20px;width:100%;height: 210px;/* overflow:hidden; */border: 1px solid #f0f0f0;/* display: flex; *//* display: -webkit-flex; *//* justify-content: center; *//* align-items: center; *//* position: relative; */}
.dasai img{ display:block; transition:.5s;-moz-transition:.5s; -webkit-transition:.5s;}
.dasai a{
	display:block;
	width: 50%;
	height:105px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	display: flex;
	display: -webkit-flex;
	justify-content: center;
	align-items: center;
	position:relative;
	float: left;
	}
.dasai a h5{text-align:center;width: 100%;line-height: 10px;}
.dasai a h5 img{width:50px;margin: auto;}
.dasai a:nth-child(1){ border-bottom:1px solid #f0f0f0;}
.dasai a:nth-child(2){ border-bottom:1px solid #f0f0f0; border-left:1px solid #f0f0f0}
.dasai a:nth-child(4){ border-left:1px solid #f0f0f0;}
.dasai a .ewm{width:0;height:0;top: 50%;left: 50%;border: 1px solid #eee;/* margin-left: -52.5px; */}
.dasai a:hover .ewm{display:block;position:absolute;height: 105px;width: 105px;top: 0;left: 50%;margin-left: -52.5px;max-width: 212px;z-index: 999;}
.dasai a:nth-child(4):hover .ewm{width:210px;height:210px;left: -110px;top: -106px;}



		.picMarquee-left{width:100%;overflow:hidden;position:relative;/* border: 1px solid #f8f8f8; */background: #f8f8f8;margin-top: 20px;border: 1px solid #f0f0f0;-webkit-box-sizing: border-box;-moz-box-sizing: border-box;box-sizing: border-box;}
		.picMarquee-left .hd{overflow:hidden;height:40px;background:#fff;padding:0 10px;line-height:40px;font-size: 20px;color: #203188;}
		.picMarquee-left .hd .prev,.picMarquee-left .hd .next{ display:block;  width:5px; height:9px; float:right; margin-right:5px; margin-top:10px;  overflow:hidden;
			 cursor:pointer; background:url("../images/arrow.png") no-repeat;}
		.picMarquee-left .hd .next{ background-position:0 -50px;  }
		.picMarquee-left .hd .s3{    font-size: 12px;  color: #424242;  float: right;}

		.picMarquee-left .bd{padding: 15px 0;}
		.picMarquee-left .bd ul{ overflow:hidden; zoom:1; }
		.picMarquee-left .bd ul li{ margin:0 8px; float:left; _display:inline; overflow:hidden; text-align:center;  width:180px; }
		.picMarquee-left .bd ul li .pic{text-align:center;height:110px;overflow:hidden; width:100%}
		.picMarquee-left .bd ul li .pic img{width: 100%;height:auto;display:block;/* padding:2px; *//* border:1px solid #ccc; */min-height: 110px;}
		.picMarquee-left .bd ul li .pic a:hover img{/* border-color:#999; */}
		.picMarquee-left .bd ul li .title{ line-height:30px; text-align:center;   }
		
			.picMarquee-left2{width:100%;overflow:hidden;position:relative;/* border: 1px solid #f8f8f8; */background: #f8f8f8;margin-top: 20px;border: 1px solid #f0f0f0;-webkit-box-sizing: border-box;-moz-box-sizing: border-box;box-sizing: border-box;}
		.picMarquee-left2 .hd{overflow:hidden;height:40px;background:#fff;padding:0 10px;line-height:40px;font-size: 20px;color: #203188;}
		.picMarquee-left2 .hd .prev,.picMarquee-left .hd .next{ display:block;  width:5px; height:9px; float:right; margin-right:5px; margin-top:10px;  overflow:hidden;
			 cursor:pointer; background:url("../images/arrow.png") no-repeat;}
		.picMarquee-left2 .hd .next{ background-position:0 -50px;  }
		.picMarquee-left2 .hd .s3{    font-size: 12px;  color: #424242;  float: right;}

		.picMarquee-left2 .bd{padding: 15px 0;}
		.picMarquee-left2 .bd ul{ overflow:hidden; zoom:1; }
		.picMarquee-left2 .bd ul li{ margin:0 8px; float:left; _display:inline; overflow:hidden; text-align:center;  width:230px; }
		.picMarquee-left2 .bd ul li .pic{text-align:center;height:140px;overflow:hidden; width:100%}
		.picMarquee-left2 .bd ul li .pic img{width: 100%;height:auto;display:block;/* padding:2px; *//* border:1px solid #ccc; */min-height: 145px;}
		.picMarquee-left2 .bd ul li .pic a:hover img{/* border-color:#999; */}
		.picMarquee-left2 .bd ul li .title{ line-height:30px; text-align:center;   }	
		
		
#hyfc{ margin-top:20px;}
#hyfc .bd ul li{width: 18%; margin: 0 1%;}
#hyfc .bd ul li .pic{ height:140px;}
#hyfc .bd ul li .pic img{min-height:140px;}
@media(max-width:640px){
	.gycate li{width:33.333333%;border-radius:0;padding: 0;margin-left: 0;}
	.gycate li a{ border-radius:0; font-size:14px; height:100px;}
	.gycate li a i{ margin-top:20px; margin-bottom:10px; font-size:30px;}
	.gycate li:nth-child(4),.gycate li:nth-child(5),.gycate li:nth-child(6),.gycate li:nth-child(7){ width:25%;}
	.news-left, .news-box, .news-right,.fcates .lx{ width:100%;}
	.fcates .lms{ display:none;}
	.news-box ul li{
	width:100%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	margin: 0;
	}
	.news-box ul li .dd{ display:none;}
	.news-box ul li .tt{ width:100%}
}