.logo{
	float: left;
	padding-top: 24px;
}
.header{
	background:url("../images/headerbg.jpg") left 15% top no-repeat;
	-webkit-background-size: cover;
	background-size: cover;
}
.header_center{
	width: 92%;
	margin:0 auto;
}
.nav{
	float: right;
	padding-right: 17%;
}
.nav li{
	display: inline-block;
	vertical-align: top;
	*display: inline;
	*zoom:1;
	width: 135px;
	text-align: center;
	line-height: 80px;
}
.nav li a{
	display: block;
	color: #b7c1f8;
}
.initem1{
	padding:76px 0;
	display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: space-between;
    justify-content: space-between;
}
.initem1left{
	display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    width: 41.6%;
}
.initem1right{
	width: 67.5%;
	padding-left: 3%;
}
.initemname{
	position: absolute;
	left:15px;
	top:25px;
}
.initemname p{
	font-size: 18px;
	color: #fff;
	-webkit-text-shadow:1px 1px 1px #777;
	-ms-text-shadow:1px 1px 1px #777;
	text-shadow:1px 1px 1px #777;
}
.initemname span{
	font-size: 14px;
	text-transform:uppercase;
	color: #fff;
}
.init1l_p{
	position: relative;
}
.initem1{
	display: -webkit-box; /* 老版本语法: Safari, iOS, Android browser, older WebKit browsers. */
	display: -moz-box; /* 老版本语法: Firefox (buggy) */
	display:box;
	display: -ms-flexbox; /* 混合版本语法: IE 10 */
	display: -webkit-flex; /* 新版本语法: Chrome 21+ */
	display: flex;
	-webkit-flex-wrap: nowrap;
	flex-wrap: nowrap;
	-webkit-justify-content: space-between;
	justify-content: space-between;
}
.flexslider{position:relative;height:699px;overflow:hidden;background:url(../images/loading.gif) 50% no-repeat;}
.slides{position:relative;z-index:1;}
.slides li{height:699px;}
.flex-control-nav{position:absolute;bottom:10px;z-index:2;width:100%;text-align:center;}
.flex-control-nav li{display:inline-block;width:14px;height:14px;margin:0 5px;*display:inline;zoom:1;}
.flex-control-nav a{display:inline-block;width:14px;height:14px;line-height:40px;overflow:hidden;background:url(../images/dot.png) right 0 no-repeat;cursor:pointer;}
.flex-control-nav .flex-active{background-position:0 0;}

.flex-direction-nav{position:absolute;z-index:3;width:100%;top:45%;}
.flex-direction-nav li a{display:block;width:50px;height:50px;overflow:hidden;cursor:pointer;position:absolute;}
.flex-direction-nav li a.flex-prev{left:40px;background:url(../images/prev.png) center center no-repeat;}
.flex-direction-nav li a.flex-next{right:40px;background:url(../images/next.png) center center no-repeat;}

.initem2{
	background: #f7f7f7;
	padding:83px 0;
}
.initem2_top{
	padding:0 15px 40px;
}
.initem2_top_left{
	font-size: 14px;
	color: #999;
	float: left;
	text-transform:uppercase;
}
.initem2_top_left b{
	font-size: 18px;
	color: #000;
	font-weight: bold;
}
.initem2_top_left p{
	color: #333;
	padding-top: 8px;
}
.initem2_top_right{
	float:right;
}
.initem2_top_right a{
	color: #333;
	font-size: 18px;
	padding:0 10px;
	line-height: 28px;
	-webkit-border-radius: 2em;
	-moz-border-radius: 2em;
	-ms-border-radius: 2em;
	-o-border-radius: 2em;
	border-radius: 2em;
	display: inline-block;
	*display: inline;
	*zoom:1;
	
	text-align: center;	
}
.initem2_top_right a:hover{
	background: #ea5408;
	color: #fff;
}
.initem2_pro ul li{
	padding:0;
	width: 33.33%;
	float: left;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.initem2_pro ul li figcaption{
	padding: 20px 10px 0;
}
.initem2_pro ul li figcaption p{
	color: #000;
}
.initem2_pro ul li figcaption span{
	color: #666;
}

.paopage ul li{
	margin-bottom: 20px;
	border:1px solid #fff;
}
.paopage ul li:hover{
	border:1px solid #ea5408;
}
.paopage ul li figcaption{
    padding: 10px 10px 15px 10px;
    position: relative;
}
.paopage ul li figcaption:after{
	content: "";
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 0;
    left: 0;
    transition: all .4s;
    background: #ea5408;
    z-index: -1;
}
.paopage ul li:hover figcaption:after{
	height: 63px;
}
.paopage ul li:hover figcaption p{
	color: #fff;
}
.paopage ul li:hover figcaption span{
	color: #fff;
}
.initem3{
	padding:80px 0 50px;
}
.inabout{
	background: #182880;
}
.inabimg{
	width: 780px;
	float: left;
}
.inabinfo{
	float: right;
	width: 390px;
	padding:4%;
}
.inabinfo_t{
	text-transform:uppercase;
	color: #fff;
	font-size: 14px;
	border-bottom: 1px solid #8c94c0;
	padding-bottom: 13px;
}
.inabinfo_t b{
	color: #fff;
	font-size: 24px;
}
.inabinfo_t p{
	color: #fff;
	padding-top: 10px;
	font-size: 14px;
}
.inabinfo_b p{
	color: #fff;
	font-size: 14px;
	line-height: 2;
	margin:30px 0;
	text-indent: 2em;
	overflow : hidden;
 text-overflow: ellipsis;
 display: -webkit-box;
 -webkit-line-clamp: 4;
 -webkit-box-orient: vertical; 
}
.inabinfo_b a{
	display: block;
	font-size: 14px;
	color: #182880;
	width: 125px;
	line-height: 30px;
	text-align: center;
	background: #fff;
	-webkit-border-radius: 2em;
	-moz-border-radius: 2em;
	-ms-border-radius: 2em;
	-o-border-radius: 2em;
	border-radius: 2em;
}
.inabinfo_b a:hover{
	background: #182880;
	color: #fff;
	border:1px solid #fff;
}
.innewslist{
	padding-top: 40px;
}
.innewslist ul li{
	width: 33.33%;
	padding:0 15px;
	float: left;
	--webkit-transition: ease-in-out .4s;
	-o-transition: ease-in-out .4s;
	transition: ease-in-out .4s;
}
.innewslist ul li:first-child{
	/*padding-left: 0;*/
}
.innews_tit{
	padding:90px 0 47px;
	border-bottom: 1px solid #ebebeb;
}
.innewslist ul li a{
	display: block;
}
.innewslist ul li span{
	color: #666;
	font-size: 24px;
}
.innewslist ul li h3{
	color: #666;
	font-weight: bold;
	padding:22px 0 22px;
	font-size: 16px;
}
.innewslist ul li p{
	color: #666;
	font-size: 13px;
	line-height: 2;
	overflow : hidden;
 text-overflow: ellipsis;
 display: -webkit-box;
 -webkit-line-clamp: 3;
 -webkit-box-orient: vertical; 
}
.innewslist ul li img{
	display: block;
	padding-top: 30px;
}
.innewslist ul li:hover{
	padding:0 25px;
}
.footer article{
	padding:100px 0 66px;
	background:url("../images/footbg.jpg") center top no-repeat;
}
.footit1{
	width: 195px;
	float: left;
	position: relative;
}
.footit1:after{
	content: "";
	width: 1px;
	height: 145px;
	background: #3c4a83;
	position: absolute;
	right:0;
	top:0;
}
.footit1 a,.footit1 p{
	display: block;
	font-size: 14px;
	line-height: 2.4;
	line-height: 33px;
	color: #a8b1e3;
}
.footit1 a:hover{
	font-size: 15px;
	color: #fff;
}
.footit2{
	float: left;
	text-align: center;
	width: 290px;
}
.footit3{
	width: 390px;
	padding:0 30px 0 90px;
}
.footit4{
	width: auto;
	padding-left: 15px;
	display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
}
.footit4:after{
	width:0;
}
.footit4 input{
	width: 228px;
	border:1px solid #a8b1e3;
	background: none;
	line-height: 50px;
	-webkit-border-radius: 2em;
	-moz-border-radius: 2em;
	-ms-border-radius: 2em;
	-o-border-radius: 2em;
	border-radius: 2em;
	text-align: center;
	font-size: 14px;
	color: #a8b1e3;
	padding:0 15px;
	margin-bottom: 40px;
}
.footit4 button{
	background: #ea5408;
	width: 228px;
	line-height: 50px;
	text-align: center;
	color: #fff;
	-webkit-border-radius: 2em;
	-moz-border-radius: 2em;
	-ms-border-radius: 2em;
	-o-border-radius: 2em;
	border-radius: 2em;
	cursor: pointer;
	display: block;
}

.brand{
	color: #999;
	font-size: 14px;
	line-height: 3;
	padding:5px 0 20px;
}
.brand span{
	color: #a46345;
}
.aboutinfo{
	background: #f5f5f5;
}
.about_left{
	width: 50%;
	float: left;
	padding:3% 2% 3% 3%;
}
.about_right{
	float: right;
	width: 50%;
	padding-top:9%;
}
.aboutl_tit{
	padding-bottom: 13px;
}
.aboutl_tit h3{
	color: #000;
	font-size: 24px;
}
.aboutl_tit p{
	color: #666;
	font-size: 16px;
}
.aboutl_area{
	color: #333;
	font-size: 14px;
	line-height: 2;
}
.sidepage{
	padding-bottom: 30px;
}
.inprotit{
	text-align: center;
	padding-bottom: 20px;
}
.inprotit h3{
	color: #333;
	font-size: 30px;
    padding: 10px 0 30px 0;
}
.inprotit a{
	color: #999;
	font-size: 13px;
	display: inline-block;
	vertical-align: top;
	*display: inline;
	*zoom:1;
	padding:10px 20px;
	position: relative;
}
.inprotit a:after{
	content: "";
	width: 1px;
	height: 11px;
	background: #ccc;
	position: absolute;
	right:0;
	top:14px;
}
.inprotit a:hover{
	color: #ea5408;
}
.netime{
	float: left;
	width: 97px;
	text-align: center;
	position: relative;
}
.netime h3{
	color: #333;
	font-size: 36px;
	font-weight: bold;
	-webkit-transition: ease-in-out .4s;
	-o-transition: ease-in-out .4s;
	transition: ease-in-out .4s;
}
.netime p{
	color: #999;
	font-size: 14px;
}
.netime:after{
	content: "";
	width: 1px;
	height: 33px;
	background: #ccc;
	position: absolute;
	right:3px;
	top:19px;
}
.neright{
	float: right;
	width: 1072px;
	padding-left: 15px;
}
.neright h3{
	color: #333;
	font-size: 15px;
	padding-bottom: 7px;
	-webkit-transition: ease-in-out .4s;
	-o-transition: ease-in-out .4s;
	transition: ease-in-out .4s;
}
.neright p{
	color: #999;
	font-size: 12px;
	line-height: 2;
}
.newslist ul li{
	padding:40px 0;
	border-bottom: 1px dotted #d1d2d3;
}
.newslist ul li:hover .neright h3{
	padding-left: 20px;
	color: #ea5408;
}
.newslist ul li:hover .netime h3{
	margin-top: -10px;
	color: #ea5408;
	padding-bottom: 10px;
}
.newsilinfo_tit{
	text-align: center;
}
.newsilinfo_tit h3{
	font-size: 20px;
    color: #333;
    line-height: 1.5;
    padding-bottom: 20px;
}
.newsilinfo_tit p{
	font-size: 13px;
    color: #999;
    line-height: 4;
    margin: 0;
}
.newsilinfo_area{
	font-size: 14px;
	color: #333;
	padding-bottom: 50px;
	line-height: 2.2;
	padding-top: 10px;
}
.newsil_prev{
	border-top: 1px solid #e6e6e6;
	padding:20px 0;
	border-bottom: 1px solid #e6e6e6;
}
.newsil_prev_l{
	width: 50%;
	float: left;
}
.newsil_prev_l a{
	display: block;
	color: #999;
	line-height: 2;
	font-size: 12px;
}
.newsil_prev_r{
	float: left;
	width: 50%;
}
.newspage{
	padding-bottom: 60px;
}
.share{
	float: left;
	padding:0 15px;
	border-right: 1px solid #999;
}
.back{
	float: left;
	line-height: 48px;
	padding:0 15px;
}
.newsil_prev_l span{
	padding-right: 45px;
}
.share span{
	line-height: 48px;
	display: inline-block;
	vertical-align: top;
	*display: inline;
	*zoom:1;
	width: 65px;
}
.share .bdsharebuttonbox{
	display: inline-block;
	vertical-align: top;
	*display: inline;
	*zoom:1;
}
.c_message input{
    padding: 10px;
    width: 49%;
    font-size: 14px;
    transition: all .35s ease-in;
    border-bottom: 1px solid #ccc;
}
.c_message input:nth-child(2){
	float: right;
}
.c_message{
	width: 1000px;
	margin:0 auto;
}
.c_message textarea{
	width: 100%;
    resize: none;
    padding: 0 10px;
    margin-top: 20px;
    font-size: 14px;
    border-bottom: 1px solid #ccc;
}
.c_message a{
	display: block;
    color: #999;
    font-size: 16px;
    text-align: center;
    padding: 20px 0;
}
.c_contact {
    margin: 40px 0 40px 0;
}
.c_contact_left{
	float:left;
	padding-left: 370px;
}
.c_contact_right{
	float:left;
}
.c_contact span {
    display: block;
    text-align: left;
    color: #666;
    font-size: 16px;
    line-height: 36px;
}
.ewm{
	float:left;
	width:120px;
	padding-left:20px;
}
.ewm p{
	line-height:2;
	font-size:1.4rem;
	text-align:center;
}
.inprotit p{
	color: #666;
	font-size: 16px;
}
.name_block{
    height: 33px;
}
.info_title{
    display: block;
    float: left;
    font-size: 13px;
    line-height: 33px;
    color: #666666;
    margin-right: 10px;
}
.pro_type{
    font-size: 13px;
    color: #999999;
    line-height: 33px;
    display: block;
    float: left;
}
.pro_name{
    font-size: 20px;
    color: #333333;
    line-height: 33px;
    display: block;
    float: left;
}
.col-md-6{
	float: left;
    width: 50%;
}
.share2 a{
    border: 1px solid #a46345;
    display: block;
    line-height: 37px;
    font-size: 13px;
    text-align: center;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
    border-radius: 5px;
    
    display: inline-block;
    vertical-align: top;
    *display: inline;
    *zoom:1;
    margin-left: 10px;
}
.share2 .col-md-5{
	width: 230px;
	background: #a46345;
	color: #fff;
}
.share2 .col-md-3{
	width: 138px;
	line-height: 37px;
	color: #a46345;
}
.share2 a:hover{
	background: #a46345;
	color: #fff;
}
.pro_intro h1{
    margin: 0;
    font-weight: normal;
    font-size: 1.4rem;
    color: #000000;
    line-height: 3;
    margin-bottom: 11px;
}
.intro_content{
    text-align: center;
    background-color: #fafafa;
    font-size: 13px;
    color: #000;
    line-height: 33px;
    padding: 30px;
    min-height: 100px;
}
.pro_back{
	text-align: center;
    margin: 20px 0 60px 0;
}
.pro_info{
	padding-top: 50px;
}
.bdsharebuttonbox a.bds_qzone{
	width: 34px;
	height: 34px;
	background:url("../images/zone.png") left top no-repeat;
	-webkit-background-size: cover;
	background-size: cover;
}
.bdsharebuttonbox a.bds_tsina{
	width: 34px;
	height: 34px;
	background:url("../images/sina.png") left top no-repeat;
	-webkit-background-size: cover;
	background-size: cover;
}
.bdsharebuttonbox a.bds_weixin{
	width: 34px;
	height: 34px;
	background:url("../images/we.png") left top no-repeat;
	-webkit-background-size: cover;
	background-size: cover;
}
.bdsharebuttonbox a.bds_sqq{
	width: 34px;
	height: 34px;
	background:url("../images/qq.png") left top no-repeat;
	-webkit-background-size: cover;
	background-size: cover;
}
.bdsharebuttonbox a.bds_more{
	display: none;
}
.bdsharebuttonbox a{
	margin: 6px 16px 6px 0!important;
}
.share1 span{
	line-height: 48px;
}
.page {
	margin-top: 10px;
	padding: 14px 0 15px;
	text-align: center;
}
.page a {
	border: 1px solid #CCCCCC;
	margin-right: 5px;
	padding: 4px 7px;
}
.page span {
	border: 1px solid #CCCCCC;
	margin-right: 5px;
	padding: 4px 7px;
}
.page span.current {
	background: #5280e0;
	border: 1px solid #5280e0;
	color: #FFFFFF;
	font-weight: bolder;
}

/*-prolist修改-*/
.pro_list{
	display:-webkit-flex;
	display:flex;
	
}
.pro_list article{
	margin-right:30px;
}
.pro_list article li{
	width:260px;
	background:#EA5408;
	
	font-size:16px;
	border-bottom:1px dashed #ccc;
}
.pro_list article li a{
color:#fff;
display:block;
	padding:15px 30px;
}
.pro_list article li.sub{
	background:#182880;
}
.pro_list article li dd{
	padding:10px 20px;
	border-bottom:1px dotted #ccc;
}
.pro_list article li.sub a{
	color:#fff;
}
.pro_list article li dl{
	display:none;
	
}
.pro_list article li.sub dl{

	background:#f0f0f0;
}
.pro_list article li.sub dl dd a{
	color:#666;
	padding:10px;
}
.pro_list article li:hover{
	background:#182880;
}
.pro_list article li:hover a{
	color:#fff;
}
.pro_list article li dl dd:hover{
	background:rgba(24,40,128,.5);
}
.pro_list article li dl dd:hover a{
	color:#fff;
}