/**************************************/
/*************[公用start]**************/
/**************************************/

body,div,p,span,ul,li,h1,h2,h3,h4,h5,h6,a,input,textarea,select,dl,dd,table,tr,td{
	margin:0;
	padding: 0;
}


body{
	font-family:"Arial","Microsoft Yahei";
	font-size: 14px;  /*主要内容区字号大小，每次制作前更新！！！ */
	color:#333;
	background-color: #f5f5f5;
	line-height: 1.2;


}

input,textarea,select{
	outline: none;
	font-family:"Arial","Microsoft Yahei";
	color:#333;
	font-size: 14px;
}





textarea{
	resize: none;
}


ul li{
	list-style-type: none;
}
	
h1,h2,h3,h4,h5,h6{
	font-weight: normal;
}

i{
	font-style: normal;
}


div.clear{
	clear: both;
	height: 0;
	width: 0;
}

.clearfix{zoom:1}    
.clearfix:after{
      content:"";
      display:block;
      height:0;
   clear:both;
   visibility:hidden;
 }

a{
	text-decoration: none;
	color:inherit;
	cursor: pointer;
}

img{
	border:0;
/*	width: 100%;*/
	max-width: 100%;
}


div.wp{
	width: 1200px; /*主要内容区尺寸大小，每次制作前更新！！！ */
	margin:0 auto;
}

.fl{
	float: left;
}

.fr{
	float: right;
}

.tran{
	transition: all .3s ease-out 0s;
}

*{
	/*【块级元素】不受边框、margin、padding影响类名，需要时添加*/
	-webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
            box-sizing: border-box;
}


/*图片中心放大代码区域*/

.img-box{/*图片盒子类名*/
	width: 300px!important;/*图片盒子宽度，‘重要’是为防止图片添加尺寸不正确而修正，需注意图片比例*/
	height: 200px!important;/*图片盒子高度，‘重要’是为防止图片添加尺寸不正确而修正，需注意图片比例*/
	overflow: hidden;
}

.img-box>img{
	transition: .3s;
	transition: all 0.6s cubic-bezier(0.215, 0.61, 0.355, 1) 0s; /* ueco 时间曲线*/
	width: 100%;
	max-width: 100%;
}

.img-box:hover img{
	/*图片中心放大代码*/
	  -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1);
}


/*图片中心放大代码区域*/





/**************************************/
/************[公用over]****************/
/**************************************/




/*header-start*/
/**************************************************************/

#header{
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	z-index: 50000;
	height: 105px;
	background-image: url(../images/baidi.png);
}


.logo{
	margin-left: 11px;
	margin-top: 10px;
}
.header-right{
	margin-top: 17px;
	margin-right: 17px;
}
.sihong a{
	float: right;
	font-size: 0;
	margin-left: 32px;
}
.nav{
	margin-top: 10px;
}
.nav li{
	float: left;
	margin-left: 5px;
	position: relative;
	height: 42px;
}
.nav li:hover .xiala{
	visibility: visible;
	opacity: 1;
}

.xiala{
	position: absolute;
	left: 0;
	z-index: 80000;
	width: 211px;
	opacity: 0;
	    top: 42px;
    padding: 4px 0 0;
	visibility: hidden;
	transition: .3s;
	background-image: url(../images/baidi.png);
}
.xiala a{
	display: block;
	height: 30px;
	line-height: 30px;    padding-left: 15px;
	transition: .3s;
}

.xiala a:hover{
background-color: #d31200;
	color:#fff;

}
.nav li:first-child{
	margin-left: 0;
}

.nav li>a{
	font-size:14px;
	color:#333; 
	display: block;
	padding: 5px 15px;
	border-radius: 5px;
}

.nav li.active>a,.nav li:hover>a{
	background-color: #d31200;
	color:#fff;
}


/**************************************************************/
/*header-over*/





/*main-start*/
/**************************************************************/

#main{
	
}

.fafa .slides>li{
	height: 618px;
	background-repeat: no-repeat;
	background-position: center ;
	-webkit-background-size: cover;
	background-size: cover;
}


.fafa .flex-control-nav{
	display: block;
}

.main-1{
	padding: 35px 0 10px;
	background-color: #fff;
}
.title-11{
	padding-bottom: 13px;
	border-bottom: 1px solid #cdcdcd;
}
.title-11 h1{
	float: left;
	font-size: 24px;
	margin-left: 10px;
	color:#333;
}

.title-11 h1 span{
	color:#999;
	font-size: 18px;
	padding-left: 3px;
}
.title-11 .fr{
	margin-top: 12px;
	font-size: 12px;
}

.title-11 .fr:hover{
	color:#c31516;
}


.product-wp{
	padding: 80px;
}
/*.product-list{
	position: static;
}*/
.product-list .item h1{
	font-size: 18px;
	color:#c31516;
	text-align: center;
	padding: 16px 0 10px;
}
.product-list .item h2{
	font-size: 14px;
	color:#999;
	text-align: center;
}

.product-list .owl-prev{
	position: absolute;
	width: 18px;
	height: 34px;
	background-image: url(../images/left2.png);
	cursor: pointer;
	top: 37%;
	
	left: -40px;
	font-size: 0;
}

.product-list .owl-next{
	position: absolute;
	width: 18px;
	height: 34px;
	background-image: url(../images/right2.png);
	font-size: 0;
	cursor: pointer;
	top:37%;
	
	right: -40px;
}


.pro-pic{
	width: 122px;
	height: 122px;
	background-repeat: no-repeat;
	background-position: center ;
	transition: .3s;
	margin:0 auto;
}


.pro-pic1{background-image: url(../images/pro1.png);}
.pro-pic2{background-image: url(../images/pro2.png);}
.pro-pic3{background-image: url(../images/pro3.png);}
.pro-pic4{background-image: url(../images/pro4.png);}
.pro-pic5{background-image: url(../images/pro5.png);}
.pro-pic6{background-image: url(../images/pro6.png);}
.pro-pic7{background-image: url(../images/pro7.png);}

.product-list .item:hover .pro-pic1{background-image: url(../images/pro1h.png);}
.product-list .item:hover .pro-pic2{background-image: url(../images/pro2h.png);}
.product-list .item:hover .pro-pic3{background-image: url(../images/pro3h.png);}
.product-list .item:hover .pro-pic4{background-image: url(../images/pro4h.png);}
.product-list .item:hover .pro-pic5{background-image: url(../images/pro5h.png);}
.product-list .item:hover .pro-pic6{background-image: url(../images/pro6h.png);}
.product-list .item:hover .pro-pic7{background-image: url(../images/pro7h.png);}



.xinwen{
	padding: 38px 0;
	background-color: #f5f5f5;
}


.xinwen-left{
	width: 850px;
	background-color: #fff;
	padding: 20px;
}

.xinwen-right{
	padding: 20px;
	width: 330px;
	background-color: #fff;
}






.title-22 h1{
	float: left;
	font-size: 18px;
	color:#333;
}

.title-22 a.fr{
	margin-top: 4px;
	font-size: 12px;
}

.title-22 a.fr:hover{
	color:#c31516;
}


.xinwen-list li{

	width: 48.8%;
	background-color: #f5f5f5;
	margin-top: 20px;
}
.xinwen-list li:first-child,
.xinwen-list li:first-child+li{
	/*margin-top: 0;*/
}
.xinwen-pic{
	width: 176px;
	position: relative;
	margin-right: 12px;
	overflow: hidden;
}
.xinwen-pic i{
	position: absolute;
	left: 0;
	bottom: 0;
	width: 96px;
	height: 25px;
	line-height: 25px;
	text-align: center;
	color:#fff;
	font-size: 12px;
	background-color: #c31516;
	z-index: 6000;
}
.xinwen-pic img{
	display: block;
	width: 100%!important;
	transition: .3s;
	height: 116px!important;
}

.xinwen-pic:hover img{
	-webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1);
}
.xinwen-con{
	padding-top: 24px;
	padding-right: 18px;
}

.xinwen-list li:hover .xinwen-con p{
	color:#c31516;
}
.xinwen-con p{
	font-size: 14px;
	height: 44px;
	overflow: hidden;
	color:#333;
	line-height: 1.6;

}

.xinwen-con h2{
	font-size: 12px;
	color:#999;
	margin-top: 7px;
}

.gonggao-list{
	margin-top: 20px;
}


.gonggao-pic{
	overflow: hidden;
}

.gonggao-pic img{
	display: block;
	width: 100%!important;
	transition: .3s;
}

.gonggao-pic:hover img{
	-webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1);
}

.gonggao-list .item p{
	font-size: 12px;
	color:#333;
	margin-top: 20px;
	line-height: 2;
	height: 72px;
	overflow: hidden;
}

.more{
	padding: 14px 0; 
}
.more img{
	vertical-align: middle;
	margin-top: -3px;
	margin-left: 5px;
	width: auto!important;
	display: inline!important;
}
.more a{
	font-size: 12px;
	color:#333;
}

.more a:hover{
	color:#c31516;

}

.gonggao-list .owl-prev{
	position: absolute;
	right: 30px;
	top: -41px;
	width: 31px;
	height: 22px;
	background-repeat: no-repeat;
	background-position: center ;
	background-image: url(../images/left.jpg);
	font-size: 0;
}

.gonggao-list .owl-next{
	position: absolute;
	right: 0px;
	top: -41px;
	width: 31px;
	font-size: 0;
	height: 22px;
	background-repeat: no-repeat;
	background-position: center ;
	background-image: url(../images/right.jpg);
}



.jishu-left{
	width: 850px;

}
.jishu-left .title-11{
	border-bottom: 0;
}
.jishu-right{

	width: 311px;

}
.jishu-a
{margin-top: 16px;overflow: hidden;}
.jishu-a img{
	display: block;
	width: 100%!important;
	height: 88px!important;
	transition: .3s;
}

.jishu-a:hover img{
	-webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1);
}

.jishu-a:first-child{
	margin-top: 0;
}

.jishu{
	padding: 35px 0 70px;
	background-color: #fff;

}




.jishu-pic{
	overflow: hidden;
}

.jishu-pic img{
	display: block;
	width: 100%!important;
	transition: .3s;
	height: 159px!important;
}

.jishu-pic:hover img{
	-webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1);
}

.jishu-list{
	margin-top: 9px;
}
.jishu-list h1{
	font-size: 16px;
	color:#333;text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
	padding: 20px 0 20px;
}

.jishu-list  .item:hover h1{
	color:#c31516;

}
.cai{
	display: inline-block;
	font-size: 12px;
	color:#fff;
	padding: 7px 12px;
}
.cai1{
	background-color:#2ac180;
}

.cai2{
	background-color:#f44358;
}
.cai3{
	background-color:#2ea2de;
}
/**************************************************************/
/*main-over*/





/*footer-start*/
/**************************************************************/

#footer{
	background-color: #182428;
	color:#fff;
}


.footer-1{
	padding: 30px 0 40px;

}

.foo-ul li{
	float: left;
	margin-left: 42px;
}

.footer-1 h2{
	font-weight: bold;
	font-size: 16px;
}

.foo-ul li:first-child{
	margin-left: 0;
}

.foo-ul li h1{
	font-size: 14px;
	padding: 20px 0 8px;
	font-weight: bold;
}
.foo-ul li dd{
	margin-top: 12px;
}
.foo-ul li dd>a{
	font-size: 14px;
	color:#aaaaaa;
	transition: .3s;
}
.foo-ul li dd>a:hover{
	color:#fff;
}
.foo-ul li.lastli {
	float: right;
}
.lastli h3{
	font-size: 14px;
	color:#fff;
	margin-top: 8px;
}

.p1{
	font-size: 35px;
	font-family: "Arial";
	padding: 5px 0;

}

.p2{
	font-size: 14px;
	color:#aaaaaa;
}
.zixun-a {
	margin-top: 20px;
}
.zixun-a a{
	display: block;
	height: 34px;
	line-height: 34px;
	border:1px solid #fff;
	border-radius: 5px;
	text-align: center;
	font-size: 16px;
	color:#fff;
}


/* Bounce To Right */
.hvr-bounce-to-right {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
  position: relative;
  -webkit-transition-property: color;
  transition-property: color;
  -webkit-transition-duration: 0.5s;
  transition-duration: 0.5s;
}
.hvr-bounce-to-right:before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #fff;
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transform-origin: 0 50%;
  transform-origin: 0 50%;
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transition-duration: 0.5s;
  transition-duration: 0.5s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}
.hvr-bounce-to-right:hover {
  color: #333;
}
.hvr-bounce-to-right:hover:before{
  -webkit-transform: scaleX(1);
  transform: scaleX(1);
  -webkit-transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
  transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
}









.footer-2{
	padding: 30px 0;
	border-top: 1px solid #747a7c;
}

.logo_22 {
	line-height: 1.5;
	font-size: 14px;
	color:#aaaaaa;

}
.logo_22 img{
	margin-right: 16px;
	margin-top: -3px;
}

.foo2-fr{
	font-size: 14px;
	color:#aaaaaa;
	margin-top: 17px;
}
.foo2-fr a{
	transition: .3s;
}
.foo2-fr a:hover{
	color:#fff;
}
/**************************************************************/
/*footer-over*/



/*img*/


.banner-2{
	height: 347px;
	background-repeat:no-repeat;
	background-position: center ;
	-webkit-background-size: cover;
	background-size: cover;
}

.banner-2-2{
		display: none;
	}
.banner-2-2 img{
	display: block;
	width: 100%;
}

.erji{
	padding: 30px 0
}



.erji-div{
	position: relative;
	padding-left: 214px;
}

.menu{
	position: absolute;
	left: 0;
	top: 0;
	width: 180px;
}
.menu-pic img{
	display: block;
	width: 100%;
}
.menu-title{
	height: 110px;
	line-height: 110px;
	text-align: center;
	font-size: 24px;
	color:#fff;
	font-weight: bold;
	background-color:#c61000; 
}

.menu-ul li{
	border-top: 1px solid #f6f6f6;
}
.menu-ul li:first-child{
	border-top: 0;
}
.menu-ul li>a{
	/*height: 44px;*/
	line-height: 1.6;
	background-color: #fff;
	font-size: 14px;
	color:#353535;
	display: block;
	/*transition: .3s;*/
	padding: 15px 27px;
	/*padding-left: 30px;*/
	background-image: url(../images/menu1.png);
	background-repeat: no-repeat;
	background-position: 95% center;
}

.menu-ul li.active>a,
.menu-ul li:hover>a{
	background-image: url(../images/menu1h.png);
	background-color:#c61000; 
	color:#fff;
}

.erji-content{
	min-height: 600px;
	padding-top: 20px;
}
.erji-title{
	border-bottom: 3px solid #eeeeee;

}
.erji-title h1{
	float: left;
	padding:8px 10px;
	border-bottom: 3px solid #c31516;
	font-size: 28px;
	position: relative;
	bottom: -3px;
	color:#c31516;
}

.mianbaoxie{
	font-size: 14px;
	color:#999;
	margin-top: 20px;
	width: 300px;
	text-align: right;
}


.mianbaoxie a:hover{
	color:#c31516;

}
.img-list ul
{margin-left: -2%;}
.img-list li{
	float: left;
	width: 31.33333%;
	margin-left: 2%;
	margin-top: 45px;
}

.img-list li h1{
	font-size: 14px;
	color:#353535;
	text-align: center;
	margin-top:22px; 
}
.img-list li:hover h1{
		color:#c31516;
}


.dianzu-pic{
	overflow: hidden;
	position: relative;
	padding-bottom: 63.64%;

}

.dianzu-pic img{
	position: absolute;
	left: 0;
	top: 0;
	display: block;
	width: 100%!important;
	height: 100%;
	transition: .3s;

}

.dianzu-pic:hover img{
	-webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1);
}


.bt-page {
    text-align: center;
  
    padding: 80px 0 40px;
    /* padding-left: 45px; */
}


.bt-page * {
    display: inline-block;
    margin-left: 2px;
}

.bt-page div {
    width: 48px;
    height: 46px;
  	line-height: 46px;
    border: 1px solid #ddd;
    text-align: center;
    cursor: pointer;
	background-color: #fff;
    color: #000;
    font-size: 14px;
      border-radius: 5px;
}
.bt-page div:hover{
	 background-color: #cccccc;
    color: #fff;
}
.ccc {
    width: 48px;
    height: 46px;
    line-height: 46px;
    border: 1px solid #ddd;
    text-align: center;
    cursor: pointer;
    background-color: #fff;
    color: #000;
    font-size: 14px;
    border-radius: 5px;
}

span.ccc-active {
    background-color: #cd151c;
    color: #fff;
    border-color: #cd151c;
}

.ccc:hover {
    background-color: #cd151c;
    color: #fff;
        border-color: #cd151c;
}


.dangjian-list {
	padding-top: 15px;
}

.dangjian-list li{
	position: relative;
	padding-right: 243px;
	margin-top: 22px;
}


.dang-pic{
	position: absolute;
	width: 228px;
	right: 0;
	top: 0;
	border-radius: 15px;
	overflow: hidden;
}

.dang-pic img{
	display: block;
	width: 100%!important;
	height: 169px!important;
	transition: .3s;
}


/*.dang-pic:hover img{
	-webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1);
}*/

.dang-baibai{
	height: 169px;
	background-color: #fff;
	border-radius: 15px;
	padding: 50px 36px 0;

}
.dang-baibai:hover>h1{
	color:#cd151c;
}
.dang-date{
	width: 80px;
	margin-right: 45px;
}

.dang-date h1{
	font-size: 30px;
	color:#999;
}
.dang-date h2{
	font-size: 14px;
	color:#999;
	padding: 7px 0 13px;
	border-bottom: 1px solid #666666;
	text-align: right;
}


.dang-baibai>h1{
	font-size: 16px;
	color:#191919;
	padding-top: 5px;
	    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}
.dang-baibai p{
	font-size: 12px;
	margin-top: 15px;
	color:#999;
	    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}



.contact{
	padding:75px 0; 
	background-color: #f5f5f5;
}
.contact-div{
	background-color: #fff;

}

.map{
	width: 600px;
	margin-right: 65px;
}
.map img{
	display: block;
	width: 100%;
}

.map-con h1{
	font-size: 36px;
	color:#c31516;
	padding: 75px 0 20px;
}

.map-con p{
	font-size: 16px;
	color:#666;
	line-height: 2.2;
}







/**************************************/
/********[特殊css样式要求区域]**********/
/**************************************/


#header-2{
	display: none;
	height: 75px;
	/*border-bottom:0px solid #035cac;*/
	    box-shadow: 0 4px 8px -3px #000;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 5000000000;
	background-color: #fff;
  
}
.nav-2{
	display: none;
	background-color: #fff;
	position: relative;
	z-index:130000;
	
}

.nav-2 li{

	border-top: 1px dashed #ccc;
}
.nav-2 li:first-child{
	border-top: 0;
}
.nav-2 li>a{
	
	padding: 10px;
	display: block;
	font-size: 14px;
	width: 100%;
	color:#333;

}
/*.downla-2 {
	padding: 5px 0 10px;
	display: none;
}
.downla-2 dd{
	padding-left: 30px;
}
.downla-2 dd a{
	font-size: 14px;
	display: inline-block;
	padding: 3px 0; 
	width: auto;
}*/
/*.nav-2 li a:hover{
	color:#1a0d07;
}*/
.logo-2{
	font-size: 0;
	width: 220px;
	margin-left: 15px;
	margin-top: 5px;
}
.logo-2 a{
	display: inline-block;
	width: 100%;
	height: 67px;
	line-height: 67px;
}

.logo-2 img{
		
		vertical-align: middle;
	}

.menu2{
	height: 100%;
	line-height: 75px;
	margin-right: 15px;

}
.menu2 li{
	display: inline-block;
	cursor:pointer ;
	margin-left: 10px;
}
.menu2 li img{
	vertical-align: middle;
}

.chenggao{
		display: none;
		height: 75px;
	}


#nav-2-heidi{
	position: fixed;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	z-index: 120000;
	background-image: url(../images/heidi.png);
	display: none;
	
}

.banner-x{
	display: none;
}
.fxfx .flex-control-nav{
	display: block;
	bottom: 10px;
}

.fxfx .flex-control-nav li{
	margin:0 5px;
}

.fxfx .flex-control-paging li a{
	width: 14px;
	height: 14px;
	background-image: url(../images/arrow-b2.png);
}


.fxfx .flex-control-paging li a.flex-active{
	background-image: url(../images/arrow-b-h2.png);

}


/**************************************/
/********[特殊css样式要求区域]**********/
/**************************************/


.about{
	padding:40px 20px;
	background-color: #fff;
	min-height:600px;
}

.video{ 
	width:600px;
	height:370px;
	margin:0 auto;
 }
/********20180104**********/
.liebiao-list{
	background-color: #fff;
	padding: 20px;
}



.liebiao-list li{
	padding: 43px 0;
	border-top: 1px solid #efefef;
}
.liebiao-list li:first-child{
	border-top: 0;
}
.data{
	text-align: center;
	width:82px;
	padding-right: 15px;
	height: 52px;
	border-right: 1px dashed #eee;
	margin-right: 22px;
}

.data h1{
	font-size: 44px;
	color:#666666;
	height: 35px;
	line-height: 35px;
	transition: .3s;

}
.data h2{
	font-size: 14px;
	color:#666666;
	margin-top: 3px;
	transition: .3s;
}

.liebiao-list li:hover .data  h1 {
	color:#c61000;
}
.liebiao-list li:hover .data  h2 {
	color:#c61000;
}

.liebiao-list li:hover .data-con  h1 a{
	color:#c61000;
}

.data-con h1{
	font-size: 16px;
	color:#707070;
	margin-bottom: 10px;
	    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}
.data-con  h1 a{
	color:#707070;
	transition: .3s;
}


.data-con p{
	font-size: 14px;
	color:#acacac;
	    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}


/**************************************/
/********[css样式修改区域，需注明日期、作者]**********/
/**************************************/




/*日期：2016-01-01；      修改者：L。*/



/*日期：2016-01-01；      修改结尾！*/


.cd-container {
  /* this class is used to give a max-width to the element it is applied to, and center it horizontally when it reaches that max-width */
  width: 90%;
  max-width: 1170px;
  margin: 0 auto;
}
.cd-container::after {
  /* clearfix */
  content: '';
  display: table;
  clear: both;
}

/* -------------------------------- 

Main components 

-------------------------------- */

#cd-timeline {
  position: relative;
  padding: 2em 0;
  margin-top: 2em;
  margin-bottom: 2em;
}
#cd-timeline::before {
  /* this is the vertical line */
  content: '';
  position: absolute;
  top: 0;
  left: 18px;
  height: 100%;
  width: 4px;
  background: #fff;
}
@media only screen and (min-width: 1170px) {
  #cd-timeline {
    margin-top: 3em;
    margin-bottom: 3em;
  }
  #cd-timeline::before {
    left: 50%;
    margin-left: -2px;
  }
}

.cd-timeline-block {
  position: relative;
  margin: 2em 0;
}
.cd-timeline-block:after {
  content: "";
  display: table;
  clear: both;
}
.cd-timeline-block:first-child {
  margin-top: 0;
}
.cd-timeline-block:last-child {
  margin-bottom: 0;
}
@media only screen and (min-width: 1170px) {
  .cd-timeline-block {
    margin: 4em 0;
  }
  .cd-timeline-block:first-child {
    margin-top: 0;
  }
  .cd-timeline-block:last-child {
    margin-bottom: 0;
  }
}

.cd-timeline-img {
  position: absolute;
  top: 0;
  left: 0;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  box-shadow: 0 0 0 4px white, inset 0 2px 0 rgba(0, 0, 0, 0.08), 0 3px 0 4px rgba(0, 0, 0, 0.05);
}
.cd-timeline-img img {
  display: block;
  width: 24px;
  height: 24px;
  position: relative;
  left: 50%;
  top: 50%;
  margin-left: -12px;
  margin-top: -12px;
}
.cd-timeline-img.cd-picture {
  background: #75ce66;
}
.cd-timeline-img.cd-movie {
  background: #c03b44;
}
.cd-timeline-img.cd-location {
  background: #f0ca45;
}
@media only screen and (min-width: 1170px) {
  .cd-timeline-img {
    width: 60px;
    height: 60px;
    left: 50%;
    margin-left: -30px;
    /* Force Hardware Acceleration in WebKit */
    -webkit-transform: translateZ(0);
    -webkit-backface-visibility: hidden;
  }
  .cssanimations .cd-timeline-img.is-hidden {
    visibility: hidden;
  }
  .cssanimations .cd-timeline-img.bounce-in {
    visibility: visible;
    -webkit-animation: cd-bounce-1 0.6s;
    -moz-animation: cd-bounce-1 0.6s;
    animation: cd-bounce-1 0.6s;
  }
}

.cd-timeline-content {
  position: relative;
  margin-left: 60px;
  background: #fff;
  border-radius: 0.25em;
  padding: 1em;
  /*box-shadow: 0 3px 0 #d7e4ed;*/
}
.cd-timeline-content:after {
  content: "";
  display: table;
  clear: both;
}
.cd-timeline-content h2 {
  color: #303e49;
}
.cd-timeline-content p, .cd-timeline-content .cd-read-more, .cd-timeline-content .cd-date {
  font-size: 13px;
  font-size: 0.8125rem;
}
.cd-timeline-content .cd-read-more, .cd-timeline-content .cd-date {
  display: inline-block;
}
.cd-timeline-content p {
  margin: 1em 0;
  line-height: 1.6;
}
.cd-timeline-content .cd-read-more {
  float: right;
  padding: .8em 1em;
  background: #acb7c0;
  color: white;
  border-radius: 0.25em;
}
.no-touch .cd-timeline-content .cd-read-more:hover {
  background-color: #bac4cb;  
}
a.cd-read-more:hover{text-decoration:none; background-color: #424242;  }
.cd-timeline-content .cd-date {
  float: left;
  padding: .8em 0;
  opacity: .7;
}
.cd-timeline-content::before {
  content: '';
  position: absolute;
  top: 16px;
  right: 100%;
  height: 0;
  width: 0;
  border: 7px solid transparent;
  border-right: 7px solid white;
}
@media only screen and (min-width: 768px) {
  .cd-timeline-content h2 {
    font-size: 20px;
    font-size: 1.25rem;
  }
  .cd-timeline-content p {
    font-size: 16px;
    font-size: 1rem;
  }
  .cd-timeline-content .cd-read-more, .cd-timeline-content .cd-date {
    font-size: 14px;
    font-size: 0.875rem;
  }
}
@media only screen and (min-width: 1170px) {
  .cd-timeline-content {
    margin-left: 0;
    padding: 1.6em;
    width: 45%;
  }
  .cd-timeline-content::before {
    top: 24px;
    left: 100%;
    border-color: transparent;
    border-left-color: #f4f4f4;
  }
  .cd-timeline-content .cd-read-more {
    float: left;
  }
  .cd-timeline-content .cd-date {
    position: absolute;
    width: 100%;
    left: 122%;
    top: 6px;
    font-size: 16px;
    font-size: 1rem;
  }
  .cd-timeline-block:nth-child(even) .cd-timeline-content {
    float: right;
  }
  .cd-timeline-block:nth-child(even) .cd-timeline-content::before {
    top: 24px;
    left: auto;
    right: 100%;
    border-color: transparent;
    border-right-color: #f4f4f4;
  }
  .cd-timeline-block:nth-child(even) .cd-timeline-content .cd-read-more {
    float: right;
  }
  .cd-timeline-block:nth-child(even) .cd-timeline-content .cd-date {
    left: auto;
    right: 122%;
    text-align: right;
  }
  .cssanimations .cd-timeline-content.is-hidden {
    visibility: hidden;
  }
  .cssanimations .cd-timeline-content.bounce-in {
    visibility: visible;
    -webkit-animation: cd-bounce-2 0.6s;
    -moz-animation: cd-bounce-2 0.6s;
    animation: cd-bounce-2 0.6s;
  }
}

@media only screen and (min-width: 1170px) {
  /* inverse bounce effect on even content blocks */
  .cssanimations .cd-timeline-block:nth-child(even) .cd-timeline-content.bounce-in {
    -webkit-animation: cd-bounce-2-inverse 0.6s;
    -moz-animation: cd-bounce-2-inverse 0.6s;
    animation: cd-bounce-2-inverse 0.6s;
  }
}









/**************************************/
/********[css样式修改区域，需注明日期、作者]**********/
/**************************************/
.rencai-top{
	padding: 55px 0;
}
.rencai-top .wp{
	position: relative;
	padding-left: 420px;

}
.rencai-top h1{
	position: absolute;
	left: 0;
	width: 400px;
	font-size: 30px;
	color:#666;
	height: 36px;
	top: 50%;
	margin-top: -18px;
	line-height: 36px;
}

.rencai-top p{
	font-size: 16px;
	color:#666;
	line-height: 2;
}

.rencai-table{
	padding: 40px 0 70px;
	
	background-color: #fafafa;

}
.rencai-table .wp{
	padding-bottom: 70px;
}

.rencai-table .bt-page{
	margin-bottom: 0;
}



.table-1 table{
	width: 100%;
	border-collapse: collapse;
	text-align: center;
}

.table-1 table th{
	font-weight: normal;
	background-color: #c61000;
	color:#fff;
	font-size: 16px;
	height: 55px;
}

tr.trtr
{cursor: pointer;}
.table-1 table tr.trtr td{
	height: 55px;
	border-bottom: 1px solid #fff;
}


.table-1 table td>span.xxxaaa{
	display: inline-block;
	width: 60px;
	height: 60px;
	background-repeat: no-repeat;
	background-position: center ;
	background-image: url(../images/jia.png);
	cursor: pointer;
}
.table-1 table td>span.xxxaaa.cur{
	background-image: url(../images/jian.png);

}


.job-wenzi{
	background-color: #fff;
	text-align: left;
	padding: 30px 60px;
	padding-bottom: 60px;
	line-height: 2;
	color:#666;
}
.job-wenzi strong{
	font-size: 14px;
}
.job-wenzi p{
	font-size: 14px;
}
.job-wenzi p{
	line-height: 2.3;
}
.job-wenzi a.a1a1a1{
	display: inline-block;
	padding: 7px 45px;
	background-color: #c61000;
	color:#fff;
	font-size: 14px;
	margin-top: 30px;

}


.job-wenzi{
	display: none;
}
.apply-top{
	margin-top: 50px;
}

.apply-bottom{
	margin-top: 25px;
}
.apply-div{
	width: 32%;
	margin-left: 2%;
	position: relative;

}

.apply-div2{
	position: relative;
}
.apply-div2 i{
	font-size: 0;
	line-height: normal;
	position: absolute;
	right: 12px;
	top: 10px;
}

.apply-div i{
	font-size: 0;
	line-height: normal;
	position: absolute;
	right: 12px;
	top: 10px;
}

.apply-div:first-child{
	margin-left: 0;
}

.apply-div input[type='text']{
	width: 100%;
	height: 50px;
	line-height: 50px;
	border:1px solid #d5d5d5;
	padding: 0	50px 0 12px;
	font-size: 16px;
}
.apply-div-select{
	width: auto;
	margin-right: 15px;
}
.apply-div select{
	width: 200px;
	padding: 0	10px;
	height: 35px;
	line-height: 35px;
	border:1px solid #d5d5d5;
	font-size: 16px;
}
.apply-div2 textarea{
	width: 100%;
	height:170px;
	border:1px solid #d5d5d5;
	font-size: 16px;
	padding: 18px 12px;
	padding-right:50px;
	color:#666;
}
.apply-bottom2{
	margin-top: 25px;
	position: relative;
}

.apply-bottom2 .fl{
	position: 	relative;	
}
input[type="file"]{
	cursor: pointer	;	
}
.apply-bottom2 span{
	display: inline-block;
	width: 140px;
	height: 35px;
	line-height: 35px;
	background-color: #939393;
	color:#fff;
	font-size: 16px;
	margin-right: 10px;
	cursor: pointer	;	
	text-align: center;
}
.apply-bottom2 input[type="file"]{
	position: absolute;
	left: 0;
	top: 0;
	height: 100%;
	opacity: 0;
	filter:alpha(opacity=0);
	cursor: pointer;
	width: 140px;
	height: 35px;
	line-height: 35px;
}

.apply-quren{
	margin-top: 25px;
	text-align: center;
}

.apply-quren input[type="button"]{
	border:0;
	width: 238px;
	height: 51px;
	line-height: 51px;
	border:0;
	background-color: #c61000;
	border-radius: 3px;
	cursor: pointer;
	font-size: 16px;
	color:#fff;
}




.phtix{
	position: absolute;
	left: 0;
	bottom:25px;
	right: 0;
	height: 50px;
	line-height: 50px;
	font-size: 14px;
	color:#333;
	text-align: center;

}




.tan-box{
	position: fixed;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	z-index: 90000;
	display: none;
}

.tan-hei{
	position: absolute;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	background-image: url(../images/heidi.png);
}


.tan-bai{
	position: absolute;
	width: 70%;
	left: 15%;
	top: 15%;
	height: 70%;
	background-color: #fff;
	border-radius: 10px;
	padding: 50px 20px;
	
}


.foo-phone_1{
	display: none;
	    font-size: 14px;
    color: #666;
    line-height: 2;
}





.close-33 {
    position: absolute;
    right: 20px;
    top: 14px;
    width: 31px;
    height: 29px;
    cursor: pointer;
    background-image: url(../images/close.jpg);
    background-repeat: no-repeat;
    background-position: center;
}







.rencai-phonelist{
	display: none;
}

.rencai-phonelist li{
	padding: 15px 25px;
	font-size: 16px;
	line-height: 2;
	background-color: #fff;
	margin-top: 20px;
}
.rencai-phonelist li:first-child{
	margin-top: 0
}
.rencai-phonelist li.liliou{
	background-color: #c61000;
	color:#fff;
}

 .job15 {
	margin-top: 15px;

 }
 .job15 a{
	display: inline-block;
	padding: 4px 31px;
	color:#fff;
	background-color: #c61000;
	font-size: 14px;
	border-radius: 8px;
}

.rencai-phonelist li.liliou .job15 a{
	background-color: #fff;
	color:#ec6941;
}



div.article{
	width: 100%;
	padding: 0	15px;
	margin:80px auto;
}

div.article>h1{
	text-align: center;
	font-size: 26px;
	color:#0064ac;
}

div.article-tishi{
	text-align: center;
	margin:25px auto 20px;
}


#fenxiang-anniu{
	display: inline-block;
	vertical-align: top;
}

div.article-con{
	padding: 40px 0 120px;
	position: relative;
	border-top: 1px dashed #c9c7c7;
	border-bottom: 1px dashed #c9c7c7;
	line-height: 2.2;
}
div.article-con>img{
	display: block;
	margin:20px auto;
	max-width: 100%;
}
div.article-con>p{
	text-indent: 2em;
}
div.article-con>h1{
	font-size: 14px;
	text-align: center;
	margin:10px 0;
}
div.article-con>a{
	position: absolute;
	right: 8px;
	bottom: 50px;
	width: 102px;
	height: 31px;
	line-height: 31px;
	text-align: center;
	color:#fff;
	background-color: #f37728;
	border-radius: 3px;
}

div.article-page{
	height: 87px;
	line-height: 87px;
	padding-bottom: 20px;

}

div.article-page>a:hover{
	color:#0064ac;
}

a.article-page-pre{
	float: left;
}
a.article-page-next{
	float: right;
}

.video{ 
	width:600px;
	height:450px;
	margin:0 auto;
 }
/*********响应式设置-start****************/


@media only screen and (max-width: 1200px){
	div.article{
		width: 90%;
		margin: 8% auto;
		padding-left:0;
		padding-right: 0; 
	}


}
@media only screen and (max-width: 800px){
	div.article-page{
		height: auto;
		line-height: normal;

	}
	a.article-page-pre{
		float: none;
		display: block;
		margin:10px 0;
	}
	a.article-page-next{
		float: none;
		display: block;
			margin:10px 0;
	}

	div.article>h1
	{font-size: 18px;}

	div.article-con{
		    padding: 20px 0 100px;
	}
}


@media only screen and (max-width: 600px){
	.video{
		width:360px;
		height:300px;
	}

	}











	.bbb{
		background-color: #fff;
	}



.shang-li{
	position: relative;
	padding-left: 221px;
	background-color: #fff;
	/*height: 309px;*/
	padding-bottom: 50px;
	margin-top: 30px;

}
.shang-li:first-child{
	margin-top: 0;
}
.shang-ju{
	position: absolute;
	left: 0;
	top: 0;
	height: 100%;
	background-color: #f0572c;
	width: 221px;
	padding-top: 61px;
}

.shang-ju img{
	display: block;
	margin:0 auto;
}

.shang-ju h1{
	text-align: center;
	color:#fff;
	font-size: 18px;
	color:#fff;
	margin-top: 19px;

}


.shang-more{
	text-align: center;
	margin-top: 39px;
}
.shang-more a{
	font-size: 14px;
	color:#fff;
}


.shang-list1{
	padding-top: 23px;
}
.shang-list1 li{
	float: left;
	width: 296px;
	margin-left: 23px;
}
.shang-pic {
	overflow: hidden;
}
.shang-pic img{
	display: block;
	width: 100%;
	transition: .3s;
}

.shang-pic:hover  img{
	-webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1);
}

.shang-list1 li h1{
	font-size: 14px;
	line-height: 28px;
	color:#333;
	text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
	margin-top: 20px;
}

.shang-list1 li h1 a.fr{
	width: 96px;
	height: 28px;
	line-height: 28px;
	border-radius: 3px;
	background-color: #e33a06;
	color:#fff;
	font-size: 12px;
	font-weight: bold;
	text-align: center;
	margin-left: 8px;
}

.hvr-shrink {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: transform;
  transition-property: transform;
}
.hvr-shrink:hover, .hvr-shrink:focus, .hvr-shrink:active {
  -webkit-transform: scale(0.9);
  transform: scale(0.9);
}
.shang-list2
{background-color: 	#fff;padding: 	15px;}
.shang-list2 ul{
	margin-left: -2%;
}
.shang-list2 li{
	float: left;
	width: 31.3333333%;
	margin-left: 2%;
	margin-bottom: 	25px;
}

.shang-list2 li h1{
	font-size: 14px;
	line-height: 28px;
	color:#333;
	text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
	margin-top: 20px;
}

.shang-list2 li h1 a.fr{
	width: 96px;
	height: 28px;
	line-height: 28px;
	border-radius: 3px;
	background-color: #e33a06;
	color:#fff;
	font-size: 12px;
	font-weight: bold;
	text-align: center;
	margin-left: 8px;
}


#fooer{
	position: fixed;
	right: 0;
	top: 50%;
	margin-top: -75px;
	z-index: 8000;
	width: 150px;
}

#fooer img{
	display: block;
	width: 100%;
}