.chanpin_con{ padding:50px 0 50px 0}
.chanpin_con .s_width{ }
.chanpin_con ul{margin:0;display: flex;justify-content:space-between; flex-wrap: wrap}
.chanpin_con li{width:32%; margin: 0 0 25px 0; position:relative; cursor:pointer;}
.chanpin_con li:nth-child(3n){ margin: 0 0 25px 0; }
.chanpin_con .pro_pic img{ width:100%; transition:0.4s ease; -moz-transition:0.4s ease; -webkit-transition:0.4s ease; }
.chanpin_con li:hover div img{ transform:scale(1.1,1.1); -moz-transform:scale(1.1,1.1); -webkit-transform:scale(1.1,1.1);}
.chanpin_con .pro_pic{ width:100%; position:relative; overflow:hidden;box-shadow: 0 0 25px rgba(0,0,0,0.05);}
.chanpin_con .pro_text{ width:78%;margin:0 auto; position: relative;margin-top:-24px;height:60px;line-height: 60px; background: #393986; text-align: center；padding:0 10px 0 10px;white-space: nowrap;text-overflow:ellipsis;overflow: hidden;}
.chanpin_con .pro_text p{color:#fff; font-size:20px;line-height:60px; }








/*news*/
.news{padding:0px 0 65px 0;background: #fff;}
.news .s_width{}

.news_con{ display:flex; flex-wrap:wrap;justify-content:space-between;padding:50px 0 0 0}
.news_con li{width:49%; margin: 0 0 20px 0;padding:18px 20px 18px 38px; display:flex;justify-content:space-between; align-items: center; position:relative;box-shadow: 0 0 25px rgba(0,0,0,0.05); background: url(../images/diandian.jpg) no-repeat left top;}

.news_con li .nn_l{width:30%}
.news_con li .nn_l img{width:100%}
.news_con li .nn_r{ width:65%;height:;}


.news_con li .title{ font-size: 18px;line-height:42px;color:#2e2e2e;}
.news_con li .title a{ color:#2e2e2e}
.news_con li .title a:hover{ color:#e30d0d}
.news_con li .n_date{text-align: left; line-height:28px; color:#999;	font-size: 15px;margin:0 0 20px 0;padding:0 0 0 25px;text-transform: uppercase;background: url("../images/zhong.jpg") no-repeat left center;}
.news_con li .text{text-align: left; line-height:28px;	color:#717171;	font-size: 15px;}
.news_con li .text2{text-align: left; line-height:28px;	color:#717171;	font-size: 15px; display: none;}


.se_logo{padding:}
.se_contact{position: absolute;left:0;top:0;width:550px;background:rgba(0,0,0,0.7);height:960px;z-index: 3;padding:25px 55px 0 55px;}
.se_title{margin: 55px auto}
.se_title div.niu{font-size:40px;font-weight:bold;line-height:45px;color:#fff;}
.se_title div.niu span{font-weight:normal; color:#f1591e;}
.se_title p{font-size:17px;line-height:45px;color:#fff}
.se_title i{ display: block;width:70px;height:2px;background: #f1591e}





.g-btn2 {
	position:fixed; z-index: 999;
	right:28px;
	bottom:24px;
	width:81px;
	height:81px;
	border-radius:50%;
	background-color:#f1591e;
	box-shadow:0 0 0 8px rgba(241,89,30,.3);
	transition:.3s;
}
.g-btn2 span {
	position:absolute;
	top:50%;
	left:50%;
	font-size:18px;
	color:#fff;
	line-height:22px;
	-webkit-transform:translate(-50%,-50%);
	-moz-transform:translate(-50%,-50%);
	-o-transform:translate(-50%,-50%);
	-ms-transform:translate(-50%,-50%);
	transform:translate(-50%,-50%);
}
.g-btn2:hover {
	background-color:#cc1b03;
}
.g-btn2:after {
	content:"";
	width:100%;
	height:100%;
	display:block;
	border-radius:50%;
	position:absolute;
	left:0;
	top:0;
	opacity:0;
	filter:alpha(opacity=0);
	-webkit-animation:prop 1.2s linear infinite;
	-o-animation:prop 1.2s linear infinite;
	animation:prop 1.2s linear infinite;
}
@-webkit-keyframes prop {
	from {
	box-shadow:0 0 0 0 rgba(241,89,30,.6);
	opacity:1;
	filter:alpha(opacity=50);
}
to {
	box-shadow:0 0 0 25px rgba(241,89,30,.6);
	opacity:0;
	filter:alpha(opacity=0);
}
}




.item_title{height:241px; display: flex;justify-content:space-between;flex-direction:column; text-align: center; position: absolute;z-index: 2;width:100%;top:50%;margin-top:-120px;}
.item_title div{font-size: 60px;color:#f47d21; padding:25px 0 0 0;}
.se_aa_title div{ background: url(../images/aaa2.png) no-repeat center top;}
.se_fac_title div{ background: url(../images/fac.png) no-repeat center top;}

.se_pro_title{height:150px; display: flex;justify-content:space-between;flex-direction:column; text-align: center; position: absolute;z-index: 2;width:100%;top:50%;margin-top:-95px;}
.se_pro_title div{ background: url(../images/cppp2.png) no-repeat center top;color:#fff;}
.se_ca_title div{ background: url(../images/ca.png) no-repeat center top;}
.se_nn_title div{ background: url(../images/nnn2.png) no-repeat center top;}
.item_title div strong{color:#fff;}
.item_title p{font-size: 17px;color:#fff;}
.item_title span{display: block;width:52px;height:2px;background:#f47d21;margin: 20px auto 8px auto}




.p_cage{display: flex;justify-content:space-between;align-items:center; padding: 0 0 35px 0;position: relative;}
.p_cage ul{width:55%;margin:0 auto;display: flex;justify-content:space-between;}
.p_cage li{width:calc(100%/4);display: flex; text-align: center}
.p_cage li a{width:90%;margin:0 auto; line-height:50px;font-size:18px; color: #333; display: block;transition: 0.3s;position: relative; border: 2px solid rgba(226,52,23,0.1)}
.p_cage li a:hover{background: #393986;border: 2px solid #393986;color: #fff;}
.p_cage .on a{background: #1b1a77; color: #fff }


.p_cage2{display: flex;justify-content:space-between;align-items:center;  position: absolute;width:100%;bottom:90px; z-index: 999}
.p_cage2 ul{width:55%;margin:0 auto;display: flex;justify-content:space-between;}
.p_cage2 li{width:calc(100%/4);display: flex; text-align: center}
.p_cage2 li a{width:90%;margin:0 auto; line-height:50px;font-size:18px; color: #fff; display: block;transition: 0.3s;position: relative; border: 1px solid rgba(255,255,255,0.4)}
.p_cage2 li a:hover{background: #eb6631;border: 1px solid #eb6631;color: #fff;}
.p_cage2 .on a{background: #eb6631; border: 1px solid #eb6631; color: #fff }


.se_ff_title{ text-align: center;padding:55px 0 35px 0}
.se_ff_title div strong{color:#393986;}
.se_ff_title div{font-size: 60px;color:#de4e16; padding:25px 0 0 0;}
.se_ff_title span{display: block;width:52px;height:2px;background:#f47d21;margin: 20px auto 8px auto}
.se_ff_title p{font-size: 17px;color:#333; line-height: 55px }



.ppro_pic{width:55%;position:absolute;right:5px;bottom:25px; z-index: 5;text-align: center}



/*product*/
.product{padding:60px 0 0 0}
.pro_cage_da{padding:15px 0 15px 0;overflow: hidden;}
.pro_cage_da .s_width{ overflow: hidden;}
.pro_cage{display: flex;}
.inde_pro_list{width: 100%;}
.pro_cage li{ float:left;width:178px;margin:0 25px 0 0; text-align:center;}
.pro_cage li .pro_cage_pic{width:178px;border:8px solid rgba(255,255,255,1);border-radius:100%;overflow:hidden;transition:0.4s ease; -moz-transition:0.4s ease; -webkit-transition:0.4s ease;}
.pro_cage li:hover .pro_cage_pic{border:8px solid rgba(33,139,198,1);}
.pro_cage li .pro_cage_pic img{width:100%;transition:0.4s ease; -moz-transition:0.4s ease; -webkit-transition:0.4s ease;}
.pro_cage li:hover .pro_cage_pic img{ transform:scale(1.1,1.1); -moz-transform:scale(1.1,1.1); -webkit-transform:scale(1.1,1.1);}
.pro_cage li a{display:block;width:100%;color:#191919;font-size:17px;line-height:70px;text-align:center;}
.pro_cage li a:hover{font-weight:bold;}
.pro_cage_li li{ float:left;width:128px;margin:0 12px 0 0; text-align:center; cursor: pointer;}
.pro_cage_li li .pro_cage_pic{width:128px;border:5px solid #21b6d8;border-radius:100%;overflow:hidden;transition:0.4s ease; -moz-transition:0.4s ease; -webkit-transition:0.4s ease;}
.pro_cage_li li .pro_cage_pic img{width:100%;transition:0.4s ease; -moz-transition:0.4s ease; -webkit-transition:0.4s ease;}
.pro_cage_li li:hover .pro_cage_pic img{ transform:scale(1.1,1.1); -moz-transform:scale(1.1,1.1); -webkit-transform:scale(1.1,1.1);}
.pro_cage_li li a{display:block;width:100%;color:#333;font-size:17px;line-height:70px;text-align:center; text-decoration: none}
.pro_cage_li li a:hover{font-weight:bold;}



.title_flex{ margin-bottom: 55px; text-align: center}
.title_flex .title_flex_t{}
.title_flex .title_flex_t div{font-size:48px;color:#3f3f3f;}
.title_flex .title_flex_t p{font-size:16px;color:#787878;}
.title_flex .title_flex_t i{ display: block;width:54px;height: 1px; background: #9b9ba0;margin: 15px 0}
.title_flex .title_flex_t div strong{ color:#f12929;}
.title_flex .title_flex_t div span{ display: block;font-size: 24px;color:#cdcdcd; text-transform: uppercase}
/*video*/

.ppro_pic img{width:100%; max-width:748px;}
.scroll-icon{display: flex;align-items: center;justify-content: center;height: 45px;width: 23px;margin:15px auto 0 auto;border-radius: 2em;border:#ff8120 solid 2px;transition: .4s;}
.scroll-icon::after {
    content: '';
    width: 5px;
    height: 5px;
    background-color: #ff8120;
    border-radius: 50%;
    -webkit-animation: scroll-icon 2.2s infinite cubic-bezier(0.65, 0.05, 0.36, 1);
    animation: scroll-icon 2.2s infinite cubic-bezier(0.65, 0.05, 0.36, 1);
}
@keyframes scroll-icon{0% {
    -webkit-transform:translateY(-12px);
            transform: translateY(-12px);
    opacity: 0;
  }
  30%, 70% {
    opacity: 1;
  }
  100% {
    -webkit-transform: translateY(12px);
            transform: translateY(12px);
    opacity: 0;
  };
}
.nn_banner .video_yuan_l{width:400px;height:400px;background:rgba(248,36,36,0.6); position: absolute;z-index:5;bottom:-31%;left:-10%;border-radius:400px;}
.nn_banner .s_width{z-index: 4; position:relative;}
.nn_banner_li{width:500px; display: flex;justify-content:flex-start;margin:15px auto}
.nn_banner_li li{width:45%;margin:0 10px 0 0;border:1px solid rgba(255,255,255,0.1);line-height: 55px;text-align: center;transition:0.3s;}
.nn_banner_li li a{ display: block; color:#fff;transition:0.3s;font-size:16px;}
.nn_banner_li li a:hover{background:#e22929;text-decoration: none;}
.nn_banner_li li:hover{border:1px solid #e22929;}
.nn_banner_li li.on{border:1px solid #e22929;background:#e22929;}





.se_case_xx{display: none;}






.se_p_s{ text-align: center; background:url(../images/bg_c.jpg) no-repeat center center;padding:80px 0;}
.se_p_s div{background: url("../images/pp.png") no-repeat center top;padding:65px 0 0 0}
.se_p_s div strong{ display: block;font-size:48px; color: #fff}
.se_p_t{ display: flex;justify-content: space-between;background: #f1f1f1; align-items: center}
.se_p_t_l{ width:15%; background: #f1f1f1 url(../images/bianb.png) no-repeat right center; display: flex;align-items: center;font-size: 30px; color:#333; justify-content: space-around;padding:30px;}
.se_p_t_r{ width:85%;padding:30px 60px; color: #333;font-size: 16px; line-height: 30px; }
.se_xiangqing_r{ width:100%; background:#f7f7f7; margin:30px 0 0 0; padding:30px 0 90px 0}
.se_xiangqing_r h3{ font-size:48px; color:#333; text-align:center; line-height:125px; margin:0 0 30px 0;}
.se_xiangqing_r .s_width{display: flex;justify-content: space-between;flex-wrap: wrap}
.se_xiangqing_r li{ width:24%; background:#fff;}
.se_xiangqing_r .se_xiangguan_pic{}
.se_xiangqing_r .se_xiangguan_pic img{ width:100%;}
.se_xiangqing_r h4{ font-size:15px; color:#444; text-align:center; line-height:45px; background:#fff; font-weight:normal; overflow: hidden;white-space: nowrap;text-overflow:ellipsis;margin:0 0 0 0}

.se_contact_bg{width:100%;height:980px;position: relative;overflow: hidden;}
.se_contact_bg .s_width{position:relative;z-index: 3;padding:90px 0 0 0}
.se_contact_p{padding:35px 0 0 0; line-height: 35px; color: #fff}
.se_contact_p p{font-size: 18px; line-height: 60px; padding:0 0 0 45px;}
.se_contact_p p strong{font-size: 36px; background-image: linear-gradient(#ff765b,#eb201b);-webkit-background-clip:text;color: transparent;font-family: impact;}
.se_contact_p .p1 {background:url("../images/cont-dz.png") -8px center no-repeat;}
.se_contact_p .p2 {background:url("../images/cont-dh.png") -10px center no-repeat;}
.se_contact_p .p3 {background:url("../images/cont-kf.png") -8px center no-repeat;}
.se_contact_p .btnt{width:205px;height:65px;margin-top:25px;background-color:#fc6546; background-image: linear-gradient(#ff765b,#eb201b); border-radius:50px;display:block;font-size:26px;font-weight:700;text-align:center;color:#fff;text-shadow:0 0 8px #e24627;box-shadow:0 30px 30px rgba(252,101,70,.3)}




.lixi_contact{ padding:80px 0 10px 0;display:flex;justify-content:space-between;}
.lixi_contact li{ width:430px; float:left; margin:0 30px 0px 0;-webkit-box-shadow: 0 0 15px rgba(0,0,0,0.05);  box-shadow: 0 0 15px rgba(0,0,0,0.05); background:rgba(255,255,255,0.3); height:260px; padding:50px 0 0 0}
.lixi_contact li:nth-child(3){ margin:0 0 0 0}
.lixi_contact p{ line-height:30px; color:#333; font-size:18px;  text-align:center}
.lixi_contact strong{ line-height:46px; font-size:26px; display:block; text-align:center;color:#24a6d8}
.lixi_contact img{ width:62px; display:block; margin:0 auto 10px auto}


.se_pro_text_li{padding:15px 0; line-height: 45px;}
.se_pro_text_li li{padding:0 0 0 40px; color: #777; font-size:17px;}
.se_pro_text_li li.se_pro_text_li_a{background: url(../images/t_li_a.png) no-repeat left center;}
.se_pro_text_li li.se_pro_text_li_b{background: url(../images/t_li_b.png) no-repeat left center;}
.se_pro_text_li li.se_pro_text_li_c{background: url(../images/t_li_c.png) no-repeat left center;}
.se_pro_text_li li.se_pro_text_li_d{background: url(../images/t_li_d.png) no-repeat left center;}
.se_pro_text_li li.se_pro_text_li_e{background: url(../images/t_li_e.png) no-repeat left center;}
.se_pro_pic_text{border:1px solid #f3f3f3; padding:40px 50px;display:flex;justify-content:space-between;}
.se_pro_pic_text .se_pro_pic{width:50%;border:1px solid #e8e8e8;}
.se_pro_pic_text .se_pro_pic img{width:100%;}
.se_pro_pic_text .se_pro_text{width:35%;text-align:left;}
.se_pro_pic_text .se_pro_text h1{ text-align: left;font-size: 26px;line-height:95px;font-weight: bold; color:#555}
.se_pro_pic_text .se_pro_text .se_date{ text-align:left;font-size:15px;line-height:33px;color:#777;  margin:10px 0; border-top: 1px solid rgba(0,0,0,0.1); border-bottom: 1px solid rgba(0,0,0,0.1);padding:25px 0}
.se_pro_pic_text .se_pro_text .join_back{}
.se_pro_pic_text .se_pro_text .join_back a{ display: block;width:194px;height:51px;line-height: 51px;margin:65px 0 0 0; font-size: 16px;background-color: #15338d;	color: #fff;padding: 14px 20px 14px 25px;}
.se_pro_pic_text .se_pro_text .join_back a span {
	font-size: 18px;
	padding-right: 40px;
	display:block;
	background: url("../images/more2.png") no-repeat right center;
	line-height: 1.2;
	-webkit-transition: 0.3s;
	-o-transition: 0.3s;
	transition: 0.3s;
}
.se_pro_pic_text .se_pro_text .join_back a:hover {
	background-color: #15338d;
	color: #fff;
}
.se_pro_pic_text .se_pro_text .join_back a:hover span {
	background: url("../images/more3.png") no-repeat right center;
}
.se_tel{padding:25px 0; border-top:1px solid rgba(0,0,0,0.1); border-bottom:1px solid rgba(0,0,0,0.1);margin:20px 0;line-height: 32px;font-size: 15px;color:#777}

.info_content p span{flex-wrap:wrap;}
.se_bg_pic{width:50%; position: relative}
.se_bg_pic img{width:100%;}






.se_news_n{padding:0 0 0 0; line-height: 35px; font-size: 16px; color:#666}
.se_news_n_list ul{ display:flex;justify-content:space-between; flex-wrap: wrap}
.se_news_n_list li{ width:31%;margin-bottom:45px; border-bottom: 1px solid #f1f1f1; padding:0 0 25px 0 ; transition:all 0.3s ease 0s; -webkit-transition:all 0.3s ease 0s; background: #fff}
.se_news_n_list li a{ display: block;width:100%;display:flex;flex-direction:column;justify-content:space-between;}
.se_news_n_list li a:hover{ color:#0229cc; text-decoration: none}
.se_news_n_pic{ position:relative; overflow:hidden; }
.se_news_n_pic img{ width:100%; transition:0.4s ease; -moz-transition:0.4s ease; -webkit-transition:0.4s ease; }
.se_news_n_list li:hover img{ transform:scale(1.1,1.1); -moz-transform:scale(1.1,1.1); -webkit-transform:scale(1.1,1.1);}
.se_news_n_t{ display: flex;justify-content: space-between;flex-direction: column;padding: 0 15px;}
.se_news_n_t div{ line-height:28px; color:#333; padding:30px 0 10px 0; font-size:22px; font-weight: bold;word-break:keep-all;  white-space:nowrap;  overflow:hidden;  text-overflow:ellipsis;}
.se_news_n_t span{ display:block; line-height:28px; color:#888; padding:5px 0 5px 35px; font-size:15px;text-transform:uppercase; background:url(../images/zhong.png) no-repeat left center;background-size:18px;}
.se_news_n_list li:hover .se_news_n_t div{color:#393986;}




.se_news{padding:0 0 65px 0; line-height: 35px; font-size: 16px; color:#666}
.se_newslist ul{ display:flex;justify-content:space-between; flex-wrap: wrap}
.se_newslist li{ width:100%;margin-bottom:45px; border-bottom: 1px solid #f1f1f1; padding:0 0 45px 0 ; transition:all 0.3s ease 0s; -webkit-transition:all 0.3s ease 0s;}
.se_newslist li a{ display: block;width:100%;display:flex;flex-direction:row;justify-content:space-between;}
.se_newslist li a:hover{ color:#0229cc; text-decoration: none}
.se_newslist_l{ width:25%; position:relative; overflow:hidden; }
.se_newslist_l img{ width:100%; transition:0.4s ease; -moz-transition:0.4s ease; -webkit-transition:0.4s ease; }
.se_newslist li:hover img{ transform:scale(1.1,1.1); -moz-transform:scale(1.1,1.1); -webkit-transform:scale(1.1,1.1);}
.se_newslist_r{ width: 70%; position: relative; margin:0 20px 0 0;display: flex;justify-content: space-between;flex-direction: column}
.se_newslist_r div{ line-height:28px; color:#333; padding:10px 0 10px 0; font-size:22px; font-weight: bold}
.se_newslist_r p{ line-height:28px; color:#888; padding:10px 0 10px 0; font-size:15px;}
.se_newslist_r span{ display:block; line-height:28px; color:#888; padding:5px 0 5px 35px; font-size:15px;text-transform:uppercase; background:url(../images/zhong.png) no-repeat left center;background-size:18px;}
.se_newslist li:hover .se_newslist_r div{color:#393986;}
.se_newslist_r i{display: block;width:140px;border-radius:50px; background: #dbdbdb;line-height: 40px; color: #666;font-style: normal; text-align: center;font-size: 15px; transition: all 0.3s;}
.se_newslist li:hover .se_newslist_r i{background: #393986; color: #fff;}





.se_qikan{padding:0 0 65px 0;}
.se_qikanlist ul{display: flex;justify-content:flex-start; flex-wrap: wrap; width:100%}
.se_qikanlist li{width:21%;margin: 0 5% 40px 0}
.se_qikanlist li:nth-child(4n){ margin: 0 0 40px 0}
.se_qikanlist_pic{width:100%;border: 4px solid rgba(0,0,0,0.05);overflow: hidden;}
.se_qikanlist_pic img{width:100%;transition:0.4s ease; -moz-transition:0.4s ease; -webkit-transition:0.4s ease;}
.se_qikanlist li:hover .se_qikanlist_pic img{width:100%;transform:scale(1.1,1.1); -moz-transform:scale(1.1,1.1); -webkit-transform:scale(1.1,1.1);}
.se_qikanlist_text{width:100%; font-size: 24px; color:#333; padding:30px 0 0 0;transition: all 0.3s; }
.se_qikanlist_text p{font-size: 15px;color:#888;line-height: 30px; margin-bottom: 35px;}
.se_qikanlist_text span{ display: block; background: #f8f8f8; font-size: 14px;color:#888888;line-height: 45px; padding: 0 15px;transition: all 0.3s;}
.se_qikanlist li:hover .se_qikanlist_text{color:#f74414}
.se_qikanlist li:hover .se_qikanlist_text span{background: #f74414; color:#fff;}
.se_qikanlist_text div{font-weight: bold;}



.page_box{border-bottom: 1px solid #f1f1f1; line-height: 65px;}
.page_box .s_width{display:flex; justify-content:space-between;}
.cage_a{display: flex;justify-content: space-between;}
.cage_a li{position: relative;display: flex;align-items: center;padding:0 35px;}
.cage_a li a{ text-align: center; display: block; line-height:125px; font-size:18px; font-weight: bold; color: #333; }
.cage_a li:before{ content:'';width: 0;height:4px;background:#f74414;position: absolute;bottom:-1px;left:50%;transition: all 0.6s;}
.cage_a li:hover:before{ width: 5rem; margin-left: -2.5rem;}
.cage_a li:hover a{ color:#f74414;}
.cage_a li.on{color:#f74414;}
.cage_a li.on:before{width: 5rem; margin-left: -2.5rem;}




/*lishi*/
.se_history{background: url(../images/tu_01.jpg) no-repeat center center; background-size: cover;padding:95px 0 550px 0}
.se_history .s_width{display:flex; justify-content:space-between;}
.se_history .left{	width: 43.3%;}
.se_history .left h2{  color:#333; font-weight: bold;margin-bottom: 45px;}
.se_history .left h2 span{color:#f74414; }
.se_history .left p{font-size: 18px; color:#666; line-height: 40px;}
.se_history .right{width: 50%;}

.se_history_xinlai{}
.se_history_xinlai #wrap { overflow: hidden;-webkit-box-sizing: border-box;-moz-box-sizing: border-box;box-sizing: border-box;}
.se_history_xinlai section { display: flex;justify-content: space-around;align-items: center}
.se_history_xinlai .xinlai_num .jumbo {font-size: 80px; color: #15338d; font-family: trump_gothic_east; line-height:150px; display:inline-block;}
.se_history_xinlai #wrap .xinlai_num_li{ font-size:15px; color:#fff; text-align: left;}
.se_history_xinlai #wrap .xinlai_numd{ background:none;}
.se_history_xinlai .xinlai_num #wrap .xinlai_num_li span{ padding:0 0 0 10px; font-size:34px; color:#15338d; font-weight: bold}
.se_history_xinlai .xinlai_num #wrap .xinlai_num_li p{ font-size:18px; color:#666; text-align:left; }
.se_history_xinlai section .xinlai_line{width:1px;height:300px;background:rgba(0,0,0,0.2)}

.pro02BoxBot{padding:75px 0 0 0}
.pro02BoxBotNav{ margin:0 auto; width: 80%;border-bottom: 2px solid #282f89; overflow: hidden;}
.pro02BotNav{  width: 100%; display: flex;justify-content: space-between;align-items: center}
.pro02BotNav li{ width:calc(100%/3); text-align:center; font-size:18px;padding:25px 0;color:#212020; border-top: 1px solid rgba(0,0,0,0.1); border-right: 1px solid rgba(0,0,0,0.1); position:relative; cursor:pointer; transition:all 0.3s ease 0s; -webkit-transition:all 0.3s ease 0s; display: flex;align-items: center;flex-direction: column}
.pro02BotNav li.active{ background:#282f89; color:#ffffff;}
.pro02BotNav li:hover{ background:#282f89; color:#ffffff;}
.pro02BotNav li strong,.pro02BotNav li span{display: block; line-height: 40px;width:100%；}
.pro02BotNav li strong{ font-size: 22px;}

.pro02BoxBotCon{ font-size:16px; color:#5a5a5a; line-height:24px;}
.pro02BoxBotCon .swiper-slide{ color:#5a5a5a;}
.pro02BoxBotConText{ width: 80%; margin: 0 auto; display: flex;justify-content: space-between}
.pro02BoxBotConText .left{width: 25%; text-align: center;padding:45px 0 0 0}
.pro02BoxBotConText .left img{width: 52%;}
.pro02BoxBotConText .left p{ font-size:24px;color:#666;text-align: center;margin-top:40px;}
.pro02BoxBotConText .right{width: 70%;border-left: 1px solid #e3e3e3;}
.pro02BoxBotConText .right>ul>li{padding: 60px 0 60px 100px; position: relative;border-bottom: 1px solid #e3e3e3;}
.pro02BoxBotConText .right ul li:last-child{ border-bottom: 0 solid #e3e3e3;}
.pro02BoxBotConText .right>ul>li:before{ content: '';    width: 77px;    height: 20px;    background: url(../images/tu_05.png) no-repeat;    background-size: cover;    position: absolute;    left: -10px;    top: 75px;}
.pro02BoxBotConText .right>ul>li>h2{font-family: Met-Bold;    font-size:50px;    color: #ee0000;}
.pro02BoxBotConText .right>ul>li ul li{margin-top: 15px; }
.pro02BoxBotConText .right>ul>li ul li .month { font-size: 20px; font-weight: bold; color: #333; }
.pro02BoxBotConText .right>ul>li ul li .month img{ width:38%;margin-right:5px; margin-bottom:5px;}
.pro02BoxBotConText .right>ul>li ul li .month2 img{ width:60%;margin-right:5px;}
.pro02BoxBotConText .right>ul>li ul li .month span { font-size:17px; line-height:34px; color: #7d7d7d;padding:0 0 0 20px; font-weight:normal; }


.font_44 h2{font-size: 44px;font-weight: bold;}
.font_44 h2 span{color:#f74414;padding:0 0 0 15px; }
.font_33 h3{font-size: 33px;font-weight: bold;}
.font_24 h4{font-size: 24px;font-weight: bold;}
.culture{padding:75px 0 55px 0}
.culture h2{ color:#333; padding:0 0 15px 0}
.culture p{ font-size:17px;line-height:40px;color:#5d5d5d}
.culture em{ display: block;font-style: normal; font-size:19px;line-height:65px;color:#5d5d5d}
.culture i{ display: block;width:70px;height:2px;background: #f1591e}

/*wenhua*/
.culture_li{display: flex;justify-content: space-between}
.culture_li li{ position: relative; width:50%; display: flex;align-items: center;}
.culture_li li img{ position:relative; width:100%; z-index: 1}
.culture_li li div{position: absolute;width:60%;left:50%;margin-left:-30%;display: flex;justify-content: space-between; flex-direction: column; z-index: 2}
.culture_li li div h3{font-size: 33px;color:#fff;line-height:75px ;padding:0 0 0 66px;}
.culture_li li:nth-child(1) div h3{ background: url(../images/ww_a.png) no-repeat left center;}
.culture_li li:nth-child(2) div h3{ background: url(../images/ww_b.png) no-repeat left center;}
.culture_li li div p{font-size: 22px;color:#fff;line-height: }

.culture_t{background: #f7f7f9;padding:150px 0}
.culture_t .s_width{ display: flex;justify-content:space-around;}
.culture_t .s_width li{ }
.culture_t .s_width li h4{ color:#192330;line-height: 65px; padding:0 0 0 65px;margin: 0}
.culture_t .s_width li:nth-child(1) h4{ background: url(../images/ww_c.png) no-repeat left center;}
.culture_t .s_width li:nth-child(3) h4{ background: url(../images/ww_d.png) no-repeat left center;}
.culture_t .s_width li:nth-child(5) h4{ background: url(../images/ww_e.png) no-repeat left center;}
.culture_t .s_width li:nth-child(7) h4{ background: url(../images/ww_f.png) no-repeat left center;}
.culture_t .s_width div{width:1px;height:95px;background:rgba(0,0,0,0.1)}
.culture_t .s_width li p{ color:#555;font-size: 20px;}


.team{padding:93px 0 100px 0; background: url(../images/teambg.jpg) no-repeat center top;}
.team h2{ margin-bottom: 45px;}
.se_team{ padding:21px 0;  overflow:hidden;}
.se_team ul{display:flex; justify-content: space-between;flex-wrap:wrap;}
.se_team li{ width:32%;margin: 0 0 1% 0; position:relative;overflow:hidden; cursor:pointer;}
.se_team .pro_pic img{ width:100%; transition:0.4s ease; -moz-transition:0.4s ease; -webkit-transition:0.4s ease; }
.se_team li:hover div img{ transform:scale(1.1,1.1); -moz-transform:scale(1.1,1.1); -webkit-transform:scale(1.1,1.1);}
.se_team .pro_pic{ width:100%;margin:0 auto; position:relative; overflow:hidden;}
.se_team .pro_text{ color:#232323;text-align:center; font-size:18px;line-height:55px; display: none;}
.se_team ul a{display:block;color:#f55319;text-align:center;line-height:35px;width:120px;border:1px solid #f55319;margin:0 auto;font-size:15px; }

/*zizhi*/
.huise{background: #f4f4f4;padding:0 0 50px 0}
.huise2{background: #f7f7f7; }
.honor{padding-top:75px; }
.honor h2{ color:#333; margin-bottom: 10px; }
.honor h2 p{color:#606060;font-size: 18px; line-height: 65px;font-weight: normal;}

.se_case{ padding:25px 0 0 0; overflow:hidden;}
.se_case ul{display:flex;flex:row;justify-content:flex-start;flex-wrap:wrap;padding:0 0 25px 0;}
.se_case li{ width:23%;height:auto; margin: 0 2% 15px 0;position:relative;overflow:hidden;background:#fff;cursor:pointer;padding:10px 0 0 0}
.se_case li:nth-child(4n){margin: 0 0 15px 0;}
.se_case .pro_pic img{ width:100%; transition:0.4s ease; -moz-transition:0.4s ease; -webkit-transition:0.4s ease; }
.se_case li:hover div img{ transform:scale(1.1,1.1); -moz-transform:scale(1.1,1.1); -webkit-transform:scale(1.1,1.1);}
.se_case .pro_pic{ width:100%;margin:0 auto 0 auto; position:relative; overflow:hidden;padding:0 0 10px 0}
.se_case .pro_pic div{ width:100%; position:relative; overflow:hidden; z-index: 1}
.se_case .pro_pic div.pro_hui{ width:100%;position: absolute;bottom:0;background:url(../images/hui.png) repeat-x left top;height:189px;z-index: 2}
.se_case .pro_text{ color:#232323;text-align:center; font-size:16px;line-height:30px;padding:30px 10px 30px 10px;white-space: nowrap;text-overflow:ellipsis;overflow: hidden;}
.se_case ul a{display:block;color:#f55319;text-align:center;line-height:35px;width:120px;border:1px solid #f55319;margin:0 auto;font-size:15px; }


.video_con{padding:25px 0 55px 0}
.video_con video{width:100%;height:auto;object-fit:cover;}


.map{height:760px;width:100%;}
.map iframe{width:100%;height:760px;  border: 0}


.se_contact_li{margin-bottom:45px; display: flex;justify-content:space-between; flex-wrap:wrap;}
.se_contact_li li{width:26%;position: relative; }
.se_contact_li li strong{ display: block; font-size:20px; color:#333;line-height:60px; font-weight: bold;border-bottom:1px solid rgba(0,0,0,0.1);margin-bottom: 20px;}
.se_contact_li li span{ display: block; font-size:16px; color:#555;line-height:40px; font-weight: bold}
.se_contact_li li p{ font-size: 16px; color:#777;line-height:40px;}
.se_contact_li li:nth-child(3) p{ font-size: 16px; color:#777;line-height:30px;}



.se_contact_t{margin: 55px auto}
.se_contact_t div.niu{font-size:40px;font-weight:bold;line-height:45px;color:#393986;}
.se_contact_t div.niu span{font-weight:normal; color:#f1591e;}
.se_contact_t p{font-size:17px;line-height:45px;color:#5d5d5d}
.se_contact_t i{ display: block;width:70px;height:2px;background: #f1591e}

.peiyang{background:url(../images/rena.jpg) no-repeat center top;padding:95px 0}
.peiyang .culture{padding:30px 0 75px 0}
.peiyang .culture h2{ color:#fff; }
.peiyang .s_width{display: flex; justify-content: space-between;}
.pei_text{width:40%;}
.pei_text p{ line-height: 34px;color:#ffffff;font-size: 16px;}
.pei_pic{width:50%;}
.pei_pic img {width:100%;}

.fuli{ padding:0 0 85px 0 }
.fuli .culture{padding:85px 0 55px 0}
.fuli p{line-height: 35px;padding:45px 0 0 0}
.fuli_list{ display: flex;justify-content: space-between;flex-wrap: wrap;border-top: 1px solid rgba(0,0,0,0.1);border-left: 1px solid rgba(0,0,0,0.1)}
.fuli_list li{ width:25%; padding:25px 45px; text-align: center; display: flex;align-items: center; justify-content: flex-start; flex-direction: column;border-right: 1px solid rgba(0,0,0,0.1);border-bottom: 1px solid rgba(0,0,0,0.1)}
.fuli_list li span{  display: block;font-size: 23px; color: #444;line-height: 50px;}
.fuli_list li p{line-height: 30px;padding:0 0 0 0;font-size: 16px; color:#999}


.gangwei{ padding:0 0 55px 0}
.gangwei .culture{padding:85px 0 55px 0}
.gangwei ul{}
.gangwei li{ border: 1px solid rgba(0,0,0,0.1);padding:25px 45px;margin:0 0 25px 0}
.gangwei li div.ren_title{border-bottom:1px solid rgba(0,0,0,0.1);display: flex; justify-content:flex-start;margin: 0 0 10px 0;line-height: 62px; }
.gangwei li div.ren_title em{display:block;width:33%;font-style: normal; font-size: 24px;color:#333;font-weight: bold}
.gangwei li div.ren_title i{display:block;width:33%;font-style: normal; font-size: 14px; color:#777}
.gangwei li p{display: flex; justify-content:flex-start;flex-wrap:wrap; font-size: 16px;line-height: 32px; color:#888}
.gangwei li div.zhize{display:block; font-style: normal; border-top:1px solid rgba(0,0,0,0.1);margin:10px 0 0 0;font-size: 16px;line-height: 32px; color:#888;padding:10px 0 0 0}
.gangwei li p span{display:block;width:33%; }


.lixi_contact{ padding:10px 0 10px 0;display:flex;justify-content:space-between;}
.lixi_contact li{ width:30%;  margin:0 30px 0px 0; height:320px; padding:50px 0 0 0}
.lixi_contact li:nth-child(3){ margin:0 0 0 0}
.lixi_contact p{ line-height:30px; color:#333; font-size:18px;  text-align:center;padding:15px 0 0 0}
.lixi_contact li:nth-child(1) p{ text-align:left; padding:15px 0 0 25px}
.lixi_contact strong{ line-height:46px; font-size:30px; color:#333; display:block; text-align:center}
.lixi_contact div{width:140px;height:110px;margin: 0 auto;padding:15px 0 0 0;}
.lixi_contact img{ width:62px; display:block; margin:0 auto 10px auto}


.kehu,.shouhou{ padding:0 0 0 0 }
.kehu p,.shouhou p{ font-size:17px;line-height:35px;color:#5d5d5d;padding:35px 0 0 0}
.kehu_list{ display: flex;justify-content: space-between;background: url(../images/kehubg.jpg) no-repeat center top;padding:175px 0}
.kehu_list li{ width:calc(100%/3);border-right:1px solid rgba(255,255,255,0.3);  padding:65px 145px; text-align: center; display: flex;align-items: center; justify-content: flex-start; flex-direction: column;}
.kehu_list li div{width:112px;height:112px;margin: 0 auto;border:1px solid rgba(255,255,255,0.5);display: flex;align-items: center;justify-content: center;border-radius:80px;}
.kehu_list li span{  display: block;font-size: 30px; color: #fff;line-height:110px;}
.kehu_list li p{line-height: 30px;padding:0 0 0 0;font-size: 16px; color:#fff;text-align: left;}


.shouhou_list{ display: flex;justify-content: space-between;padding:0 0 75px 0}
.shouhou_list li{ width:30%;display: flex;justify-content: flex-start; flex-direction: column;}
.shouhou_list li div{margin: 0 0 15px 0}
.shouhou_list li div img{width:100%}
.shouhou_list li span{  display: block;font-size: 24px; color: #15338d; font-weight:bold; line-height: 55px;}
.shouhou_list li p{line-height: 32px;padding:0 0 0 0;font-size: 17px; color:#343434;text-align: left;}


.shouhou_pic{}
.shouhou_pic li{display: flex;justify-content: space-between;}
.shouhou_pic li div{ width:50%; background: #15338d; display: flex;align-items: center; flex-wrap: wrap}
.shouhou_pic li div div{ width:70%; margin: 0 auto;display: flex; }
.shouhou_pic li strong{  display: block; width:100%;font-size: 24px; color: #fff; font-weight:bold; line-height: 55px;}
.shouhou_pic li span{  display: block; width:50px;height:2px; background: #fff;margin: 25px 0}
.shouhou_pic li p{line-height: 32px;padding:0 0 0 0;font-size: 17px; color:#fff;text-align: left;}
.shouhou_pic li:nth-child(2) div{  background: #eaeff3}
.shouhou_pic li:nth-child(2) strong{  display: block;font-size: 24px; color: #333; font-weight:bold; line-height: 55px;}
.shouhou_pic li:nth-child(2) p{line-height: 34px;padding:0 0 0 0;font-size: 17px; color:#333;text-align: left;}
.shouhou_pic li:nth-child(2) span{ background: #333;}
.shouhou_pic li div img{width:100%}


.chengnuo{ padding:0 0 75px 0 }
.chengnuo_list{ display: flex;justify-content: space-between;padding:0 0 50px 0}
.chengnuo_list li{ width:31%;display: flex;justify-content: flex-start; flex-direction: column; background:#fff; box-shadow: 0 0 15px rgba(0,0,0,0.05);padding:30px 55px }

.chengnuo_list li span{  display: block;font-size: 24px; color: #393986; font-weight:bold; line-height: 55px;}
.chengnuo_list li i{  display: block;width:50px;height:2px; background: #393986;margin: 15px 0}
.chengnuo_list li p{line-height: 32px;padding:0 0 0 0;font-size: 16px; color:#343434;text-align: left;}

.chengnuo_pic{display: flex;justify-content: space-between;}
.chengnuo_pic li{width:48%;box-shadow: 0 0 15px rgba(0,0,0,0.05);padding:30px 55px;background: #fff;}
.chengnuo_pic li div{   display: flex; flex-wrap: wrap}
.chengnuo_pic li strong{  display: block; width:100%;font-size: 24px; color: #15338d; font-weight:bold; line-height: 55px;}
.chengnuo_pic li span{  display: block; width:50px;height:2px; background: #15338d;margin: 25px 0}
.chengnuo_pic li p{line-height: 32px;padding:0 0 0 0;font-size: 16px; color:#343434;text-align: left;}


.gongsi_li{ display: flex;justify-content: space-between;margin: 45px 0 0 0}
.gongsi_li li{ width:30%; display: flex;justify-content: space-between; align-items: center; background: #fff;line-height: 75px; padding:0 15px; font-size: 20px; color:#666}
.gongsi_li li:after{content:'';width:31px;height:31px; display:block; background: url("../images/sanjiao.png") no-repeat center center; border: 1px solid #ddd}


.guanli{height:546px;background: url(../images/guanlibg.jpg) no-repeat center top;display: flex;align-items: center;}
.guanli .s_width{justify-content:space-between}
.guanli .s_width div h3{font-size: 36px;color:#ffffff;font-weight: bold}
.guanli .s_width div p{font-size: 16px;color:#ffffff;}



.zhiliang{padding:75px 0}
.zhiliang h3{font-size: 36px;color:#15338d;font-weight: bold; margin: 0 0 55px 0}

.zhiliang_li{ display: flex;justify-content: space-between;padding:0 0 45px 0}
.zhiliang_li li{ width:32%;display: flex;justify-content: flex-start; flex-direction: column;background: #fff;padding:0 0 25px 0}
.zhiliang_li li div{margin: 0 0 15px 0}
.zhiliang_li li div img{width:100%}
.zhiliang_li li span{  display: block;font-size: 24px; color: #242424; line-height: 65px;padding:0 35px;}
.zhiliang_li li p{line-height: 30px;padding:0 0 0 0;font-size: 16px; color:#888;text-align: left;padding:0 35px;}


.zhiliang_pic{display: flex;justify-content: space-between;background: #052ca3; }
.zhiliang_pic div{ width:50%; display: flex;align-items: center; flex-wrap: wrap}
.zhiliang_pic div p{ padding:0 8%;font-size: 16px;color:#fff;line-height:32px;}
.zhiliang_pic div img{width:100%}

.jianyan{padding:75px 0 0 0}
.jianyan h3{font-size: 36px;color:#15338d;font-weight: bold; margin: 0 0 55px 0}
.jianyan_pic{ background: url(../images/jianc.jpg) no-repeat center top; height:689px; display: flex;align-items: center; color:#fff}
.jianyan_pic h4{ font-size: 20px; line-height: 65px; font-weight: bold}
.jianyan_pic p{ font-size: 16px; line-height: 32px;width:40% }


/*shuzi*/
.xinlai{padding:0 0; position: relative;z-index: 2;}
.xinlai_num #wrap { overflow: hidden;-webkit-box-sizing: border-box;-moz-box-sizing: border-box;box-sizing: border-box;}
.xinlai_num section { display: flex;justify-content: space-between;align-items: center}
.xinlai_num .jumbo {font-size: 70px; color: #052ca3; font-family: trump_gothic_east;display:inline-block;line-height: 70px;}
.xinlai_num #wrap .xinlai_num_li{ font-size:15px; color:#fff; padding:0 0 0 0; text-align: center}
.xinlai_num #wrap .xinlai_numd{ background:none;}
.xinlai_num #wrap .xinlai_num_li span{ font-size:17px; color:#052ca3;padding:0 0 0 10px;font-weight:bold;}
.xinlai_num #wrap .xinlai_num_li p{ font-size:17px; color:#5b5b5b; text-align:center; line-height: 45px; }
.xin_l{width:1px;height:95px;background: rgba(0,0,0,0.2)}
.xinlai_numaa{display: flex;justify-content: center}

/*chanpin*/
.se_chanpin_con{ padding:0 0 71px 0;  overflow:hidden;}
.se_chanpin_con ul{display:flex;flex:row;justify-content:flex-start;flex-wrap:wrap;}
.se_chanpin_con li{padding:0;width:32%;height:auto; margin: 0 2% 2% 0;position:relative;overflow:hidden;cursor:pointer;}
.se_chanpin_con li:nth-child(3n){margin: 0 0 2% 0;}
.se_chanpin_con .pro_pic{position: relative;}
.se_chanpin_con .pro_pic img{ width:100%; transition:0.4s ease; -moz-transition:0.4s ease; -webkit-transition:0.4s ease; }
.se_chanpin_con .pro_pic div{position: absolute;bottom:0;left:0}
.se_chanpin_con li:hover div img{ transform:scale(1.1,1.1); -moz-transform:scale(1.1,1.1); -webkit-transform:scale(1.1,1.1);}
.se_chanpin_con .pro_pic{ width:100%; position:relative; overflow:hidden;border: 1px solid #f1f1f1;border-bottom: 0 solid #f1f1f1; }
.se_chanpin_con .pro_text{  background: #f1f1f1;}
.se_chanpin_con .pro_text p{color:#2c2c2c;margin:0 25px; padding:0 40px 0 0; background: url("../images/chengjia.png") no-repeat right 1px center; font-size:17px;line-height:80px; white-space: nowrap;text-overflow:ellipsis;overflow: hidden;}
.se_chanpin_con .pro_text span{ display: block;width:128px;margin:0 auto;color:#fff;text-align:center;font-size:16px;line-height:40px;background:#e51313;z-index: 1}


/*about*/
.se_aboutus{ display:flex;justify-content: space-between;flex-direction: column;padding:0 0 60px 0}
.about_l{ padding:0 0 135px 7.5%;position: relative;display:flex;justify-content: space-between;}
.about_l .about_pic{width:50%;}
.about_l .about_pic img{width:100%;}
.about_l .s_width3{width: 50%;}
.about_l .s_width3 p{ width:95%;  font-size: 16px; color:#2f2f2f;line-height: 33px; text-indent:2rem;}




/*shuzi*/
.about_r{width: 100%; position: relative;}
.about_r img{width:100%;}
.about_r .a_bg{top: 0;height: 100%;width: 100%;background: rgba(0,0,0,0.5) url(../images/banner_bg.png) repeat; z-index: 2;position: absolute}

.xinlai_about{position: absolute;z-index: 3; width:85%;left:50%;top:50%;margin:-50px 0 0 -42.5%;}
.xinlai_about .xinlai_num .jumbo {color: #fff; }
.xinlai_about .xinlai_num #wrap .xinlai_num_li{ color:#fff; }
.xinlai_about .xinlai_num #wrap .xinlai_num_li span{ color:#fff;}
.xinlai_about .xinlai_num #wrap .xinlai_num_li p{ color:#fff;}
.xinlai_about .xin_l{width:1px;height:95px;background: rgba(255,255,255,0.5)}

.yan{padding:25px 0 0 0}
.yan img{width:100%;}

.se_yan{ padding:21px 0 0 0;  overflow:hidden;}
.se_yan ul{display:flex;flex:row;justify-content:flex-start;flex-wrap:wrap;}
.se_yan li{ padding:20px; border:1px solid rgba(0,0,0,0.05); width:32.5%;height:auto; margin: 0 1.2% 0 0; position:relative;overflow:hidden;background:#fff;}
.se_yan li:nth-child(3n){margin: 0 0 0 0;}
.se_yan .pro_pic img{ width:100%; transition:0.4s ease; -moz-transition:0.4s ease; -webkit-transition:0.4s ease; }
.se_yan li:hover div img{ transform:scale(1.1,1.1); -moz-transform:scale(1.1,1.1); -webkit-transform:scale(1.1,1.1);}
.se_yan .pro_pic{ width:100%;margin:0 auto; position:relative; overflow:hidden;}

.se_banner{width:100%;position: relative;overflow: hidden;}
.se_banner img{width:100%;}


.se_honnor{ padding:0 0 21px 0;  overflow:hidden;}
.se_honnor ul{display:flex;flex:row;justify-content:flex-start;flex-wrap:wrap;}
.se_honnor li{padding:25px 25px 15px 25px;width:32.5%;height:auto; margin: 0 1.2% 2% 0;border:1px solid #f3f3f3;position:relative;overflow:hidden;background:#fff;cursor:pointer;}
.se_honnor li:nth-child(3n){margin: 0 0 2% 0;}
.se_honnor .pro_pic img{ width:100%; transition:0.4s ease; -moz-transition:0.4s ease; -webkit-transition:0.4s ease; }
.se_honnor li:hover div img{ transform:scale(1.1,1.1); -moz-transform:scale(1.1,1.1); -webkit-transform:scale(1.1,1.1);}
.se_honnor .pro_pic{ width:100%;margin:0 auto; position:relative; overflow:hidden;}
.se_honnor .pro_text{ padding:8px 0 0 0;color:#232323;text-align:center; font-size:18px;line-height:55px;padding:0 10px 0 10px;white-space: nowrap;text-overflow:ellipsis;overflow: hidden;}
.se_honnor ul a{display:block;color:#f55319;text-align:center;line-height:35px;width:120px;border:1px solid #f55319;margin:0 auto;font-size:15px; }
.more_m {
	color: #008cd2;
	font-size: 16px;
	padding-right: 15px;
	position: relative;
	-webkit-transition: background-color 0.3s;
	-o-transition: background-color 0.3s;
	transition: background-color 0.3s;
	-webkit-border-radius: 8px;
	border-radius: 8px;
	width:200px;  margin: 0 auto;
	border: 1px solid #ccc; display: block;
	color: #666666;
}
.more_m a {
	font-size: 16px;
	padding: 0 40px; display: block;
	display: block;margin:15px 0;
	background: url("../images/more3.png") no-repeat 125px 3px;
	-webkit-transition: 0.3s;
	-o-transition: 0.3s;
	transition: 0.3s;
}
.more_m:hover {
	background-color: #393986;
	color: #fff;border: 1px solid #393986;
}
.more_m:hover a {
	background: url("../images/more2.png") no-repeat 125px 3px;color: #fff;
}


#weizhi{position: absolute;bottom:290px;}

.guding{ background:#15338d; height:120px; position:relative; width:100%;z-index:99}
.guding_title{ font-size:24px; color:#444; margin-bottom:30px;text-indent:0;padding:0 0 0 45px;background:url(../images/banicon.png) no-repeat left center; }

.prod_nav{width:70%; position: absolute ; left:50%; margin-left:-35%; bottom:0; }
.prod_nav li{ width:calc(100%/4);text-align:center;  line-height:120px; float:left; display: block; color:#444;}
.prod_nav li.cu_active{ color:#fff; background: #333;}
.prod_nav li a{ color:#fff; font-size:20px; display:block}
.prod_nav li a:hover{ color:#fff; background: #333;}
.prod_nav li.cu_active a{ color:#fff; font-weight:bold}

.se_title{padding:65px 0 0 0}
.flex_title{text-align:center;width:585px;margin:0 auto;}
.flex_title div{font-size:30px;color:#4c4c4c}
.flex_title p{font-size:48px;color:#414141;line-height:70px;}
.flex_title p a{color:#414141;}
.flex_title p strong{color:#028e9b}
.flex_title span{display:block;height:1px;padding:10px 0 0 0}
.flex_title i{display:block;line-height:30px;font-size:16px;color:#676767;font-style:normal;}
.item_title2{display:flex;flex-direction:column;align-items:center;justify-content:space-between;height:121px;}
.item_title2 div{color:#145fc5;font-size:38px;font-weight:bold;}
.item_title2 div span{color:#232323}
.item_title2 p{color:#505050;font-size:17px;}
.er_title{width:610px;margin:55px auto 20px auto;}
.er_title div{font-size: 42px;color: #262626;text-align: center;line-height:90px;}
.er_title div span{font-size: 47px;color: #d42828;font-weight: normal;font-family:Impact; text-transform: uppercase;padding:0 0 0 25px;}
.er_title i{display: block;width:81px;height:4px;margin: 0 auto;background: #ef0c12}
.er_title p{font-size: 16px;color: #6c6c6c; line-height: 55px;text-align: center;}
.se_espcms_page{font-size:15px; margin-bottom:30px; border:1px solid #f3f3f3; padding:30px 30px; display:flex;flex-direction:row;justify-content:space-between;}
.se_espcms_page li{width:50%;}
.se_espcms_page li a{color:#666;font-size:15px;}
.se_espcms_page li a:hover{color:#1264d4;text-decoration:none;}
.se_espcms_book{padding:30px 0}
.se_espcms_book h1{ line-height:70px; text-align: center;}
.se_espcms_book .se_date{ font-size:15px; line-height:38px; text-align:center;}
.se_espcms_book .se_date span{padding:0 20px 0 0;}
.th_news_con{overflow: hidden; font-size:15px; line-height:31px; color:#666;text-indent:0; margin-bottom:30px; border:1px solid #eee; padding:30px 50px;}
.th_pro_con {padding:30px 0}
.th_pro_con table{border: 1px solid #ddd;border-collapse: collapse;font-size: 14px;color: #666; margin-bottom: 35px; width:70%}	
.th_pro_con table.biaoge{ width:100%}	
.th_pro_con th, .th_pro_con td{border: 1px solid #ddd;line-height: 40px;border-collapse: collapse;padding:0 10px	}
.th_pro_con td.danwei{border: 1px solid #ddd;line-height: 40px;border-collapse: collapse;text-align:center;	}
.th_pro_con .firstRow{background: #efefef;color: #666;}
.th_pro_con .yongtu{ font-weight:bold;font-size:17px;}

.w_1080{width: 1100px; margin: 0 auto}

.info_content{ font-size:16px; line-height:32px; color:#666;padding:25px 0 0 0 ;}
.info_content img{ max-width:100%;margin:10px 0;}
.info_liuyan{position: relative;height:645px;}
.se_liuyan_pic{ width:217px; position: absolute;z-index: 2}
.se_liuyan_con{ width:90%; position:absolute; right:0;top:41px; padding:35px 5% 0 15%; box-sizing:border-box; height:566px; border:1px solid #dddddd ; box-shadow: 0px 1px 4px rgba(250, 233, 221, 0.3), 0px 0px 20px rgba(223, 54, 42, 0.1) inset; z-index:1}
.second_img div{margin:0 0 20px 0;}
.info_content strong{ display: block;font-size:24px; color:#eb6631; margin:30px 0;text-indent:0;padding:0 0 0 45px;background:url(../images/banicon.png) no-repeat left center; }
.info_content a{font-size: 22px; color:#f1591e; font-weight: bold}


@media only screen and (max-width:1860px){ 
}


@media only screen and (max-width:1780px){ 
	.red_pic{width:60%}
	.red_pic img{width:100%}
	.red_l{width:37%}
	.red_l ul{ margin: 25px 0 145px 0;}
	.s_width{width:94%}
	.about_l{padding:0 0 100px 3%}
	.about_l .s_width3 p{ line-height: 34px;}
	.shouhou_pic li div div{width:83%;}
}
@media only screen and (max-width:1720px){ 
	.about_l .s_width3 p{ line-height: 30px;}
}
@media only screen and (max-width:1600px){ 
	.cage_a li{padding:0 15px}
	.se_pro_pic_text{padding:20px}
	.se_pro_pic_text .se_pro_text{width:45%}
	.cage_a li a{font-size: 17px;}
	.logo div strong{font-size: 18px;}
	.kehu_list li{padding: 65px 55px}
	.shouhou_pic li p{font-size: 16px;line-height: 28px;}
	.shouhou_pic li:nth-child(2) p{font-size: 16px;line-height: 28px;}
	.shouhou_pic li span{margin: 10px 0}
	.shouhou_pic li strong{ font-size: 20px; line-height: 40px;}
	.shouhou_pic li:nth-child(2) strong{ font-size: 20px; line-height: 40px;}
	.about_l .s_width3 p{ line-height:29px;font-size: 15px;}
	
	
	
}
@media only screen and (max-width:1500px){ 
	.cage_a li{padding:0 10px}
	.se_pro_pic_text .se_pro_text h1{line-height:50px;}
	.se_pro_pic_text .se_pro_text .join_back a{margin: 25px 0 0 0;}
	.header .menu li a{font-size: 15px;}

	
}
@media only screen and (max-width:1470px){ 
	.youshi2{height:762px}
	.tab-nav a.current h3{ font-size: 20px;}
	.se_case_xx{ display: block; padding:21px 0;  overflow:hidden;}
	.se_case_xx ul{display:flex;flex:row;justify-content:space-between;flex-wrap:wrap;width:96%;margin:0 auto;}
	.se_case_xx li{padding:25px 25px 15px 25px;width:47%;height:auto; margin-bottom:2%;border:1px solid #f3f3f3;position:relative;overflow:hidden;background:#fff;cursor:pointer;}
	.se_case_xx .pro_pic img{ width:100%; transition:0.4s ease; -moz-transition:0.4s ease; -webkit-transition:0.4s ease; }
	.se_case_xx li:hover div img{ transform:scale(1.1,1.1); -moz-transform:scale(1.1,1.1); -webkit-transform:scale(1.1,1.1);}
	.se_case_xx .pro_pic{ width:100%;margin:0 auto; position:relative; overflow:hidden;}
	.se_case_xx .pro_text{ padding:8px 0 0 0;color:#232323;text-align:center; font-size:18px;line-height:55px;}
	.se_case_xx ul a{display:block;color:#f55319;text-align:center;line-height:35px;width:120px;border:1px solid #f55319;margin:0 auto;font-size:15px; }
	.lixi_contact li{width:33%}
	.lixi_contact p{ font-size:16px;}
	.se_honnor .pro_text{  font-size:16px;line-height:45px}
	.se_chanpin_con .pro_text p{  font-size:16px;}
	.about_l .about_pic{width:40%;}
	.about_l .s_width3{width: 60%;}

}
@media only screen and (max-width:1380px){ 
	.logo div strong{font-size: 15px;}
	.shouhou_pic li p{font-size: 15px;line-height: 24px;}
	.shouhou_pic li:nth-child(2) p{font-size: 15px;line-height: 24px;}
}