@charset "utf-8";
/* CSS Document */
/*2019.7.22 */
.fl{ float: left;}
.fr{float: right;}
.pos{
	position: relative;
}

.container{
	width:1230px;
	padding: 0;
	margin: 0 auto;
}
.wc-topp{
	height:38px;
	background: #3c3c3c;
	text-align: right;
}
.wc-topp a{
	color: #fff;
	text-decoration: none;
	line-height: 38px;
	display: inline-block;
	border-left: 1px solid #FFF;
	padding: 0 10px;
	
}
.wc-topp .bor{
	border-right: 1px solid #fff;
	
}
.wc-top{
	height:184px;
	background: #b22a1b;
	
	
}
.lg-top{
	height: 128px;
}
.logo{
	width: 486px;
	height: 118px;
}
.logo img{
	width: 486px;
	height: 118px;
}

.search{
	background: url(/_upload/tpl/09/8d/2445/template2445/images/search.png) no-repeat left top;
	width: 216px;
	height: 55px;
	margin-top: 50px;
	
}
.search .inp-text{
	background: none;
	border: none;
	width: 170px;
	line-height: 44px;
	color: #666;
	font-size: 14px;
	padding-left: 5px;
}
.search .inp-but{
	background: none;
	border: none;
	cursor: pointer;
	height: 50px;
	width: 40px;
	
}




/*top end*/
.wc-menu{
	
	
	height: 54px;
	
	
}


.wc-menu ul{
	/*转化为table 并且，宽度百分百，*/
	display: table;
	width: 100%;   
	border:1px solid #bd4a3d;
	border-bottom: none;
	
	
}
.wc-menu ul li{
	/*margin: 15px 0;*/
	line-height:55px;	  
	position: relative;	
	/*居中并且转为table-cell*/
	text-align: center;   
	display: table-cell;
	border-right: 1px solid #bd4a3d;
	/*float: left;*/
	
}
.wc-menu ul li:last-child{
	border-right: none;
}
.wc-menu ul li.last a{
	
	background: none;
}
.wc-menu ul li a{
	font-size: 16px;
	color: #fff;

	line-height:55px;	 
	display: block;
	text-transform: uppercase;
	
   transition: all .2s;
 
	text-decoration: none;

}

.wc-menu ul li a:hover,.wc-menu ul li a.active{
	background: #f28125 ;
	
}


.wc-menu ul li .ernav{
	position: absolute;
	left: 0px;
	top: 54px;
	background: #c17822;
	width: 120%;
	z-index: 2;
	display: none;
	
}
.wc-menu ul li .ernav ul{
	border: none;
}
.wc-menu ul li .ernav ul li{
	text-align: center;
	float: none;
	display: block;    /*二级下拉有影响，需要转化为块状*/            
	border-bottom: 1px solid #ccc;
	background: none;
	line-height: 30px;
	border-right: none;
	
}

.wc-menu ul li .ernav ul li:last-child{
        border-bottom:0;
}
.wc-menu ul li .ernav ul li a{
	line-height: inherit;
	font-size: 14px;
	text-align: center;
	background: none;
	box-shadow: none;
	border-radius: 0;
	color: #fff;
	margin: 0;
	display: block;
	padding: 7px 5px;
}
.wc-menu ul li .ernav ul li a:hover{
	background: #da8d32;
	color: #fff;
}

/*menu End*/
.index-con{
	padding-top:25px;
	padding-bottom: 10px;
	min-height: 810px;
}

.banner{
}
.banner .slideBox{
	
}

.banner .bd{
	text-align: center;

}
.banner .bd ul li img{
    max-width:100%;
min-width:1170px;
}

.banner .hd{
	position: absolute;
	right: 0px;
	top: -50px;
	z-index: 1;
	
}
.banner .hd ul li{
	width: 18px;
	height: 18px;
	cursor: pointer;
	float: left;
	margin: 0 4px;
	border-radius: 4px;
	border: 2px solid #FFF;
}
.banner .hd ul li.on{
	background: #db5b23;
	border: 2px solid #db5b23;
}
.banner .ban-text{
	/*background: url(/_upload/tpl/09/8d/2445/template2445/images/btbg.png) repeat-y left top;*/

        background-color: rgba(61, 61, 61, 0.8);
	width: 65%;
	/*height: 100px;*/
	position: absolute;
	left: 0px;
	bottom:0px;

	
}
.banner .ban-text ul{
    padding-left: 21%;
}
.banner .ban-text ul li {
    padding: 0 30px;
    float: left;
    /*margin: 0 20px;*/
    line-height: 90px;
    border-right: 1px solid rgba(255, 255, 255, 0.2);
}
.banner .ban-text ul li:last-child{
     border-right:none;
}
.banner .ban-text ul li a{
	font-size: 28px;
	/*display: block;*/
	padding-top: 30px;
	color: #fff;
	text-decoration: none;
}
.banner .ban-text ul li span{
	font-size: 18px;
	color: #fff;
	display: block;
	margin-top: 10px;
	
}

/*banner end*/
.newbg{
	background: url(/_upload/tpl/09/8d/2445/template2445/images/nbg.jpg) no-repeat center bottom;
	min-height: 986px;
}
.new{
	/*background: url(/_upload/tpl/09/8d/2445/template2445/images/n1bg.jpg) repeat left top;*/
	min-height: 485px;
	padding-top: 40px;
	
}
.activey{
	padding-top: 50px;
}

.new-top{
	min-height: 50px;
	/*border-bottom: 1px solid #db5b23;*/
	background: url(/_upload/tpl/09/8d/2445/template2445/images/red.png) no-repeat right bottom;
	
}
.new-top h4{
	font-size: 32px;
	font-weight: bold;
	color: #af2e20;
}
.new-top span.new-en{
	font-size: 20px;
	color: #333;
	font-weight: bold;
	font-family: 'TRADEGOTHICLTCOM';
	letter-spacing: 3px;
	padding-left: 17px;
	display: block;
	padding-top: 10px;
}
.new-top h4 a{
	font-size: 16px;
	color: #3162b3;
	font-weight: normal;
	padding-left: 10px;
}


.new-con{
	padding-top: 30px;
	
}
.new-con ul li{
	float: left;
	width: 270px;
	margin-right: 50px;
}
.new-con ul li:last-child{
	margin-right: 0;
}
.new-con ul li a{
	display: block;
	text-decoration: none;
	
}
.new-con ul li a:hover p{
	color: #db5b23;
}
.new-con ul li a img{
	width:270px;
	margin:10px 0;
	height:173px ;
}
.new-con ul li a p{
	font-size: 16px	;
	color: #333;
	line-height: 25px;
	
}
.new-con ul li a span{
	font-size: 14px	;
	color: #777;
	display: block;
	margin: 10px 0;
	line-height: 21px;
}



.new-con ul li i{
	display: block;
	font-style: normal;
	color: #e39939;
	font-size: 14px;
}



.notice{
	background: #eee9dd;
	min-height: 265px;
	padding-top: 55px;
}
.notice-con{
	padding-top: 50px;
}
.notice-con ul li{
	width: 270px;
	border-bottom: 1px solid #797772;
	float: left;
	margin-right: 48px;
	padding-bottom: 30px;
}
.notice-con ul li:last-child{
 margin-right: 0;
}
.notice-con ul li .li-date{
	width: 50px;
	height: 60px;
	text-align: center;
	background: #db5b23;
	color: #fff;
}
.notice-con ul li .li-date p{
	color: #fff;
	font-size: 18px;
	font-weight: bold;
	padding-top: 8px;
}
.notice-con ul li .li-date span{
	display: block;
	color: #fff;
	font-size: 14px;
	padding-top: 2px;
}
.notice-con ul li .li-tt{
	width: 202px;
}
.notice-con ul li .li-tt a{
	 font-size: 16px;
	 color: #333;
	 display: block;
	 line-height: 25px;
}







.quick{
	background: url(/_upload/tpl/09/8d/2445/template2445/images/qbg.jpg) no-repeat center center;
	background-size: cover;
	min-height: 240px;
	padding-top: 30px;
}
.qtop{
	background: none;
}
.qtop h4{
	color: #fff;
}
.qtop span{
	color: #fff;
	opacity: 0.6;
}

.link-ul{
	background: url(/_upload/tpl/09/8d/2445/template2445/images/linkbg.png) repeat left top;
	height:150px ;
	border: 1px solid #bd6668;
	border-bottom: none;
	margin-top: 22px;
}
.link-ul ul li{
	float: left;
	width:152px ;
	 height: 150px;
	border-right: 1px solid #bd6668;
	text-align: center;
}
.link-ul ul li:last-child{
	border-right: none;
}
.link-ul ul li a{
	text-decoration: none;
}
.link-ul ul li a img{
	padding-top: 26px;
	display: inline-block;
	
}
.link-ul ul li a span{
	display: block;
	color: #fff;
	padding-top: 17px;
	font-size: 16px;
	
}

.link-ul ul li:hover img{
        animation: 1s ease-in-out 0s normal none 1 running doudong1;
        
 }
 
@keyframes doudong1 {
    0% {
        transform: rotateY(0deg);
    }

    50% {
        transform: rotateY(90deg);
    }

    100% {
        transform: rotateY(0deg);
    }
}





.quicky-img{
	background: #eee9dd;
	min-height: 200px;
	padding: 50px 0;
}
.qu-ul ul li{
	float: left;
	position: relative;
	width: 280px;
	height:184px;
	
	margin-right: 35px;
}
.qu-ul ul li:last-child{
	margin-right: 0;
}
.qu-ul ul li img{
	width: 280px;
	height: 185px;
}

.qu-ul ul li .qu-tt{
	position: absolute;
	left: 0px;
	bottom: 0px;
	background: url(/_upload/tpl/09/8d/2445/template2445/images/red2.png) repeat left top;
	width: 100%;
	height: 50px;
}
.qu-ul ul li .qu-tt a{
	font-size: 20px;
	color: #fff;
	display: block;
	padding-left: 22px;
	text-decoration: none;
	padding-top: 5px;
}
.qu-ul ul li .qu-tt a i{
	padding-left: 19px;
	font-size: 14px;
	color: #cab250;
	display: block;
	text-transform: uppercase;
	font-style: normal;
		font-family: 'TRADEGOTHICLTCOM';
	letter-spacing: 3px;
}



/**/
.wc-foot{
	background:#333 ;

 
   padding-top: 35px;
    min-height: 275px;
    }
.wc-foot p{
	font-size: 14px;
	color: #999;
	line-height: 21px;
}
.wc-foot p a{
	font-size: 14px;
	color: #999;
	line-height: 21px;
}
.wc-left{
	width:586px ;
}
.wc-mid{
	width:516px;
}
.wc-right{
	width:120px;
}
.wc-left h4{
	font-size: 16px;
	color: #fff;
	margin-bottom: 10px;
	font-weight: normal;
}
.you-ul ul li{
	float: left;
}
.you-ul ul li a{
	color: #fff;
	text-decoration: none;
	padding: 0 20px;
	background: url(/_upload/tpl/09/8d/2445/template2445/images/fa.png) no-repeat right center;
}
.you-ul ul li:first-child a{
	padding-left: 0;
}
.you-ul ul li:last-child a{
	background: none;
}
.you-ul{
	padding-bottom: 30px;
}
.wc-mid h4{
	font-size: 16px;
	color: #fff;
	margin-bottom: 10px;
	font-weight: normal;
}
.wc-mid p{
	font-size: 14px;
	color: #fff;
	line-height: 25px;
}
.wc-mid p a{
	color: #fff;
}

.wc-right a{
	display: block;
	background: #ce3e3a;
	color: #fff;
	height: 42px;
	line-height: 42px;
	text-align: center;
	text-decoration: none;
}
.wc-right a img{
	padding-right: 5px;
}
.wc-right a:hover{
	background: #c02824;
	transition: all 1.5s;
}
.wc-right p{
	display: block;
	margin-top: 10px;
}



@media screen and (max-width: 1366px) {
    .banner .ban-text ul{  
        padding-left: 0%;
    }
}



/*.wc-copyEnd*/
