@charset "utf-8";

	*{ margin: 0 auto; font-family:"微软雅黑";}
	div,p,span{ overflow:hidden;}
	ul,ol{list-style:none; padding:0px;}
	a{ text-decoration:none; color:#000;}
	img{ max-width:100%;}
	
	/*头部样式*/
	.max{ max-width:1100px;}
	.header{ margin:24px auto; display:flex; align-items:center;}
	.logo{ float:left; max-height:80px; text-align:left; margin:auto 0px;}
	.logo img{ float:left;}
	.logo p{display:none;}
	
	.tel{ float:right; text-align:right; margin:auto 0px auto auto;}
	.tel img{ float:left; margin-right:15px;}
	.tel span{ text-align:right; float:left; font-size:26px; font-family:impact;}

	/*导航样式*/
	nav{ width:100%; background:#0e6fda; float:left;}
	.nav{ padding-left:0px; max-width:1100px;}
	.nav a img{ float:left; height:100%; width:100%; object-fit:cover;}
	.nav>a:first-child{border-right:1px solid #a2dbfe; box-sizing:border-box; float:left; max-width:60px; height:61px;}
	.nav>li{ position:relative; border-right:1px solid #a2dbfe; width:calc((100% - 61px) / 8); float:left;box-sizing:border-box; max-height:60px;}
	.nav>li>a{ font-size:16px; text-align:center; float:left; width:100%;line-height:60px; color:#fff;}
	.nav>li:hover:after{ content:""; background:#ffc231; height:3px; left:0px; width:100%; position:absolute; bottom:0px; z-index:2;}
	.nav>li ol{ background:#0e6fda; width:100%; position:absolute; top:100%; overflow:hidden;}
	.nav>li ol li{ float:left; width:100%; line-height:0px; text-align:center; color:#fff;}
	.nav>li ol li a{ color:#fff; font-size:12px; float:left; width:100%;}
	.nav>li:hover ol{ z-index:5; padding:5%; box-sizing:border-box;}
	.nav>li:hover ol li{ line-height:28px; transition:all ease 0.5s;}
	.nav>li ol li a:hover{background:#ffa200;}
	#dh{ display:none; float:right; width:20%;}
	.dh{text-align:center;max-width:64px; background:none; border:1px solid #999; font-size:36px; max-height:64px; width:100%; height:150px;}
	
	/*幻灯片样式*/
	.banner{ max-width:100%; position:relative;}
	.banner ul{ position:absolute; z-index:-1; left:0px; top:0px;}
	.banner ul li{ float:left; max-width:100%; overflow:hidden;}
	.banner ul li img{ height:460px; object-fit:cover;}
	.banner:hover ol{ opacity:1;}
	.banner ol{ list-style:none;  padding-left:48%;opacity:0; width:100%; position:absolute; bottom:2%; transition:all 0.5s;-webkit-transition:all 0.5s;}
	.banner ol li{ margin:0 5px; cursor:pointer; border-radius:50%; height:5px; width:5px; float:left; border:2px solid #3574db; opacity:0.8;}
	.banner ol li:hover{border:2px solid #3574db; opacity:1;}
	
	.lef_rig{ display:none;}
	.lef_rig span:first-child{ opacity:0.5; cursor:pointer; top:35%; position:absolute; height:53px; z-index:2; background:url(../images/left_right.png); width:50px; left:1%; }
	.lef_rig span:nth-child(2){ cursor:pointer;opacity:0.5; top:35%; position:absolute; height:53px; z-index:2; background:url(../images/left_right.png) bottom; width:50px; right:1%; }
	.lef_rig span:hover{ opacity:0.8; }
	.lef_rig span+span:hover{ opacity:0.8; }
	#dot{ background:#3574db; border:2px solid #3574db; opacity:1;}

	.search{ margin:33px auto;}
	.search input[type=text]{ border:0px;line-height:60px; background:#014d97; width:30%; padding:0px 2%; box-sizing:border-box; float:left; color:#fff;}
	.search input[type=submit]{ border:0px; width:6%; line-height:60px; background:#f1b11a; background-image:url(../images/02.jpg); float:left; background-repeat:no-repeat; background-position:center; padding:0px; cursor:pointer;}
	.search input[type=submit]:hover{ box-shadow:0 0 50px #fff inset; box-sizing:border-box;line-height:60px;}
	.search .notice{ background:#0e6fda; width:64%; line-height:62px; height:60px; padding-left:4%; box-sizing:border-box;}
	.notice span:first-child{ line-height:60px; padding-left:40px; background:url(../images/03.jpg) center left no-repeat; float:left; color:#fff; font-weight:bold;}
	.notice marquee{ width:75%; margin-left:5%; color:#a8acb6; float:left; font-size:14px;}
	
	.about{ background:url(../images/04.jpg) no-repeat; background-position:calc(1100px + (100% - 1100px) / 2 + 75px) 30%; overflow:visible;}
	.about .max{ overflow:visible;}
	.about .max div:nth-of-type(1){ width:40%; float:left; margin-top:25px;}
	.about .max div:nth-of-type(1) img{ width:100%; float:left;}
	.about .max div:nth-of-type(2){ width:60%; float:left; position:relative; overflow:visible;}
	.often{ width:100%; float:left; padding-left:10%; background:url(../images/01.png) no-repeat 6% center;}
	.often p:first-child{ font-size:40px; color:#0a2966; font-family:Arial, Helvetica, sans-serif;}
	.often p:nth-child(2){ font-size:20px; color:#0a2966;}
	.about .max div:nth-of-type(2) span:nth-of-type(2){padding:20px 6%; box-sizing:border-box; width:100%;background:#f6f6f6; float:left; line-height:30px; font-size:14px; color:#333; position:absolute;top:120%; z-index:1; left:0px; }
	.about .max div:nth-of-type(2) a{ line-height:38px; margin-top:20px; float:left;width:158px; text-align:center; color:#0a2966; border:1px solid #cbced7;}
	
	.about .max div:nth-of-type(2) a:hover{ background:#0e6fda; color:#fff; border:1px solid #0e6fda}
	
	.case{ 
		background:url(../images/06.jpg) no-repeat top left; 
		background-size:100% 100%; 
		padding-top:100px; 
		padding-bottom:40px; 
		display:block; 
		width:100%; 
		border-top:4px solid;
		border-image: -webkit-linear-gradient(left , #f2c039 , #f2c039 50%, #fff 60% , #fff)1 10 1; /* 控制边框颜色渐变 */
		border-image: -moz-linear-gradient(left , #f2c039 , #f2c039 50%, #fff 60% , #fff)1 10 1; 
		border-image: linear-gradient(left , #f2c039 , #f2c039 50%, #fff 60% , #fff)1 10 1; 
	}
	.case .often{padding-left:2%; background-position:0% center;margin-bottom:40px; float:none; box-sizing:border-box;}
	.case .often span{ float:left; width:50%;}
	.case .often span:nth-of-type(2){ float:left; text-align:right; width:50%;}
	.case .often p{ color:#fff;}
	.case .often a{ color:#fff; line-height:71px; font-size:20px;}
	.often a:hover{ color:#f00 !important;}
	
	.case_b{ background:#0e6fda; float:left; width:100%; border-top:1px solid #fff; border-bottom:1px solid #fff; overflow:visible;}
	.case_b .max{position:relative; overflow:visible;height:422px;}
	.case_b ul{ position:relative;box-sizing:border-box; width:100%; float:left;}
	.case_b li{ position:absolute;max-width:367px; box-sizing:border-box; width:100%; float:left; border-right:1px solid #fff;}
	.case_b li:hover{ background:#f1b11a;}
	.case_b li span{ float:left; width:100%;}
	.case_b li img{ float:left; height:275px; width:100%; object-fit:cover;}
	.case_b li p{ float:left; width:100%; color:#fff; padding:0 4%; box-sizing:border-box;}
	.case_b li p:nth-of-type(1){ margin-top:25px; font-size:20px;}
	.case_b li p:nth-of-type(2){ line-height:24px; font-size:13px; height:96px;}
	.case_b .max div{height:422px; border-left:1px solid #fff; border-right:1px solid #fff;}
	.case_up p{ position:absolute; top:0px;color:#fff; width:auto !important; height:50px; margin:auto; font-size:50px; bottom:0px; font-family:"宋体"; z-index:3; cursor:pointer;}
	.case_up p:first-child{left:-70px;}
	.case_up p:nth-child(2){ right:-70px;}
	
	
	/*手机页面隐藏内容*/
	.cellphone_about{ display:none;}
	.cellphone_reason{ display:none;}
	.cellphone_case{ display:none;}	
	.cellphone_honor{ display:none;}
	.cellphone_news{ display:none;}
	.cellphone_url{ display:none;}
	.cellphone_footer{ display:none;}
	.cellphone_page_l{ display:none;}
	.cellphone_page_address{ display:none;}
	.cellphone_pro{ display:none;}
	
	
	.pro{ background:url(../images/07.jpg) center no-repeat; padding:55px 0px;}
	.pro_l{ width:25%; float:left; border:1px solid #ddd; box-sizing:border-box; padding:25px; background:#fff;}
	.pro_class{ background:url(../images/08.jpg) left center no-repeat; padding:21px 0px 21px 50px; border-bottom:1px solid #ddd;}
	.pro_class p:nth-of-type(1){ font-size:18px; color:#4c556f;}
	.pro_class p:nth-of-type(2){ font-size:11px; color:#4c556f;}
	.pro_l ul{margin-top:10px;}
	.pro_l li{ background:url(../images/02.png) 8px center no-repeat; padding-left:28px; }
	.pro_l li a{font-size:14px; color:#4c4c4c; display:block; padding:15px 0px; width:100%;}
	.pro_l li:hover a{ color:#0e6fda; font-weight:bold;}
	
	.pro_r{ width:74%; float:right;}
	.pro_r li{ max-width:calc(100% / 3 - 28px); float: left; padding:8px; margin-left:28px; margin-bottom:30px; box-sizing:border-box; background:#f6f6f6;}
	.pro_r li:hover{background:#ffc231; transition:all ease 0.5s;}
	.pro_r li:hover span{ color:#fff !important; border-color:#fff !important;}
	.pro_r li span{ display:block;width:100%; text-align:center;}
	.pro_r li .picture img{ height:173px; width:100%; object-fit:cover; display:block;}
	.pro_r li .title{ font-size:20px; color:#444; margin-top:15px;}
	.pro_r li .more{ width:128px; display:block; float:none; line-height:34px; height:34px; border:1px solid #e3e3e3; margin:20px auto;}
	
	.news .often{ padding:0px; box-sizing:border-box; background:url(../images/03.png); margin-bottom:40px;}
	.news .often span:first-child{ background:#fff; background-image:url(../images/01.png);background-position: left center; background-repeat:no-repeat; padding-left:20px; padding-right:30px; box-sizing:border-box; max-width:50%; float:left;}
	.news .often span:first-child p:nth-of-type(2){ text-align:center;}
	.news .often span:nth-child(2){ text-align:right; margin-right:2%; max-width:50%; line-height:71px; float:right;}
	.news .often span:nth-child(2) a{ color:#0a2966; font-size:20px; font-family:Arial, Helvetica, sans-serif;}
	
	.news ul li{ width:calc(100% / 3 - 24px); float:left; margin-right:20px; margin-left:10px; padding:2%; box-sizing:border-box; margin-bottom:2%;}
	.news ul li:last-child{ margin-right:0px;}
	.news ul li time{ color:#2e2e2e; font-size:16px; line-height:30px; border-bottom:1px solid #9fa0a2; display:block; width:100%; margin-right:0px;}
	.news ul li .title{ font-size:18px; line-height:30px; color:#2e2e2e; margin:13px auto;}
	.news ul li .content{ font-size:12px; line-height:20px; color:#444;}
	.news ul li span{ border:1px solid #e1e1e1; line-height:34px; width:118px; float:left; text-align:center; color:#2e2e2e; font-size:12px; margin:15px auto;}
	.news ul li:hover{ box-shadow:0px 0px 8px #ccc; box-sizing:border-box;}
	.news ul li span:hover{ background:#0e6fda; color:#fff;}
	.news ul li p:nth-of-type(1):hover{ color:#f00;}
	
	
	.map{ background:url(../images/09.jpg) no-repeat bottom center; margin-top:50px;}
	.contact{ background:#0e6fda;width:240px;float:left;padding:17px 0px;display:flex;flex-wrap:wrap; box-sizing:border-box; border-top:4px solid #f1b11a;}
	.contact p{ float:left; width:100%; color:#fff; text-align:center;}
	.contact p:first-child{ font-size:28px; color:#fff; text-transform:uppercase;}
	.contact p:nth-child(2){ font-size:20px; color:#fff; text-transform:uppercase; margin-bottom:17px;}
	.contact p:nth-of-type(n+3){ padding:15px; font-size:20px; border-bottom:#3a4664 solid 1px; color:#b5c8f7;}
	.contact p:nth-of-type(5){ line-height:30px; font-size:14px; border-bottom:0px; text-align:left; padding-left:57px; padding-right:20px;}
	.contact div{ margin-top:13px; width:132px; height:132px; margin-bottom:18px;}
	
	.url{ margin:40px auto; font-size:14px;}
	.url .often{ padding-left:2%; background-position:left center; width:auto; margin-right:5%;}
	.url a{ color:#333; margin: 0 10px 10px 0px; display:inline-block; line-height:24px;}
	
	.footer_nav{ background:#0056aa; line-height:70px;}
	.fnav_l{ max-width:75%; float:left; width:100%; text-align:center;}
	.fnav_l a{ color:#fff; width:calc(100% / 9); float:left; font-size:15px;}
	.fnav_r{float:right; max-width:25%; text-align:right; width:100%;}
	.fnav_r a{ color:#fff;}
	.fnav_l a:hover{ background:#0e6fda;}
	
	.footer{ padding:36px 0; background:#0e6fda;}
	.footer_l{ color:#fff; max-width:70%; width:100%; float:left;}
	.footer_l p{ display:inline-block; padding-right:20px; font-size:14px; line-height:45px;}
	.footer_r{ max-width:30%; float:right;}
	.footer_r a{ float:left;margin-right:6px;}

	
	/*新闻页面*/
	.page{margin:2% auto; overflow:hidden;}
	.page_list{ float:left; width:100%; text-align:center;}
	.page_list a:first-child{ display:none;}
	.page_list a{ color:#333;}
	
	.page .pro{ padding:0px;}
	.pro_l{ float:left; max-width:240px; width:100%;}
	.page_l div:first-child{background:#aa8973; font-size:28px; color:#fff; text-align:center; line-height:75px;}
	.page_l div:nth-child(2){ padding:5%; background:#fbf5ea;}
	.page_l div:nth-child(2) p{ font-size:14px; line-height:24px; color:#333;}
	
	.page_r{ float:right; width:calc(100% - 280px);}
	.page_address{ 
		border-bottom:1px solid; 
		border-image:-webkit-linear-gradient(left , #4f5e86 , #4f5e86 25% , #ddd 26% , #ddd)1 10 1;
		border-image:linear-gradient(left , #4f5e86 , #4f5e86 25% , #ddd 26% , #ddd)1 10 1;
		color:#515357; line-height:35px;
	}
	.page_address div{ font-size:14px; float:left;}
	.page_address a{color:#666; font-size:14px;}
	.page_address a:hover{color:#000;}
	
	
	.page_news_list{ max-width:100%; width:100%;}
	
	.cellphone_news_list{ display: block; float:left;}
	.cellphone_news_list li{padding:20px 0px; border-bottom:solid 1px #ddd; float:left; width:100%; padding-bottom:10px;}
	.cellphone_news_list li .picture{ max-width:200px; width:100%; float:left;}
	.cellphone_news_list li .picture img{ height:150px; object-fit:cover;float:left;}
	.cellphone_news_list li .content{max-width:calc(100% - 220px); float:right;}
	.cellphone_news_list li .content p:first-child{ font-size:20px; margin:10px 0px; color:#333; white-space:pre; text-overflow:ellipsis;}
	.cellphone_news_list li .content p:nth-of-type(2){ font-size:14px; color:#666; line-height:25px; max-height:75px;}
	.cellphone_news_list li .content time{ color:#999; line-height:30px; font-size:14px;}
	
	
	.page_list{ margin:3% 0px;}
	.page_list a:hover{ color:#f00;}
	
	.pro_list{ max-width:100%; width:100%; margin:20px 0px; float:left;}
	.pro_list ul{ width:100%; float:left; padding:3px; box-sizing:border-box;}
	.pro_list li{ width:calc(100% / 3 - 15px); float:left; margin-bottom:12px; margin-right:20px; border:1px solid #d9d9d9; box-sizing:border-box;}
	.pro_list li:nth-child(3n){margin-right:0px;}
	.pro_list li span{ width:100%; text-align:center; float:left; padding:5px; box-sizing: border-box; }
	.pro_list li span img{ max-width:100%; display:block;height:165px;object-fit:cover;}
	.pro_list li p{float:left; width:100%;text-align:center;font-size:14px; text-overflow:ellipsis; white-space:pre; color:#333; line-height:40px;}
	.pro_list li:hover{ box-shadow:0px 0px 2px #0e6fda;}
	
	.page_odd{ padding:2%; border-bottom:1px dashed #ccc;}
	.page_odd .title{ width:100%; text-align:center; line-height:30px; font-size:20px; color:#343434;}
	.page_odd time{ width:100%; text-align:center; font-size:12px; display:block; line-height:24px; margin-bottom:20px; color:#999;}
	.page_odd .img{ text-align:center; margin-bottom:1%; max-height:300px;}
	.page_odd .content p{ text-align:left; line-height:30px; color:#333; font-size:14px;}
	.page_up{ margin-top:3%;}
	.page_up span{ float:left; width:100%; color:#1d1d1d; font-size:12px; line-height:28px;}
	.page_up span a{ color:#1d1d1d;}
	.page_up div{ display:block; width:100%; text-align:center;}
	.page_up div a{ display:inline-block; color:#fff; border-radius:5px; font-size:14px; background:#f76f0c; width:138px; line-height:39px;}
	.honor{ max-width:100%; width:100%;}
	.honor .pro_list li span img{ height:209px;}
	.honor .pro_list li{ border:0px;}
	
	
	.post,.money{margin:2% 0px;}
	.post span{ color:#666; float:left; margin:1% 0px;}
	.post font{ color:#000; font-weight:bold; font-size:43px;}
	.money{ color:#666;}
	.money font{ color:#ff9900; font-size:24px;}
	.recruit_contont{ display:flex; flex-wrap:wrap;}
	.recruit_contont span{ float:left; width:calc(100% / 3); line-height:30px; color:#333;}
	.recruit_contont span font{ color:#666;}
	.recruit_contont span:nth-last-child(-n+2){ margin:0px;}
	.describe{ width:100%; color:#333; line-height:45px; background:#f3f3f3; border-left:3px solid #65beba; padding-left:2%; box-sizing:border-box; margin:42px 0px 30px 	0px; }
	.post_text{ color:#999;}
	
	.page_recruit form span{ display:inline-block; float:left; color:#333; margin:2% auto; width:50%;}
	.page_recruit form input[type=text]{ width: 75%;box-sizing:border-box;}
	.page_recruit form select{ color:#666;}
	.page_recruit form div{ width:100%; margin:2% auto; color:#333;}
	.page_recruit form div textarea{ max-width:100%; width:100%; height:300px; resize:none; box-sizing:border-box;}
	.page_recruit form div:last-child{ display:block; text-align:center;}
	.page_recruit form input[type=submit]{ width:140px; line-height:40px; height:40px; background:#1c2d5b; color:#fff; border:0px;}
	.page_recruit form input[type=reset]{ color:#000; width:140px; line-height:40px; height:40px; background:#ccc; border:0px;}
	
	.join_list li{ border-bottom:1px dashed #ccc; margin:1% 0px; overflow:hidden; padding-bottom:5px;}
	.join_list li a{ color:#666; float:left; width:75%; text-overflow:ellipsis; white-space:pre;}
	.join_list li time{ float:right; color:#666;}
	
	.share{ text-align:center; display:flex; margin-bottom:20px;}
	.bshare-custom span{ float:right !important;}
	

	/*返回顶部*/
	.top{ width:45px; height:45px; line-height:50px;background:url(../images/d7.gif) no-repeat; background-position: bottom left; color:#fff; position:fixed; text-align:center; bottom:15%; cursor:pointer;font-weight:bold; font-size:30px; right:1%;}
	.fdma{ width:45px; height:45px;right:1%;background:url(../images/d7.gif) no-repeat;background-position: top left; bottom:calc(15% + 45px);cursor:pointer; position:fixed;}
	.fdma img{ position:fixed;right:calc(1% + 45px);bottom:calc(15% + 45px); width:0px;}
	.fdma:hover img{ transition:all ease 0.5s; width:150px;}
	
	.sj_footer{ display:none; width:100%; background:#ffa415; position:fixed; bottom:0px;}
	.sj_footer a{ width:33%; float:left; text-align:center; line-height:40px; font-size:14px;}
	.sj_footer span{color:#fff; font-family:"微软雅黑";}
	.sj_footer img{ max-height:18px; transform:translateY(20%); margin-right:2%;}

	
	@font-face{
		font-family:"ygyxsziti2.0";
		src:url(../font/ygyxsziti2.0.ttf);
	}	
	
	
	
input::-webkit-input-placeholder{
            color:#fff;
        }
        input::-moz-placeholder{   /* Mozilla Firefox 19+ */
            color:#fff;
        }
        input:-moz-placeholder{    /* Mozilla Firefox 4 to 18 */
            color:#fff;
        }
        input:-ms-input-placeholder{  /* Internet Explorer 10-11 */ 
            color:#fff;
        }	
	