@charset "utf-8";

/*全局控制*/
body{width:100%;margin:0;padding:0;font-family:"微软雅黑"; color:#565656;-webkit-text-size-adjust:none;}
html,body,div,dl,dt,dd,ol,ul,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td,p{margin:0;padding:0;}
img{max-width:100%;width: 100%;height:auto;display: block;border:0;vertical-align:center;}ul,li{list-style:none;}
.tc{text-align:center;}.tl{text-align:left;}.tr{text-align:right;}
.fl{float:left;}.fr{float:right;}.cl{clear:both;}.fb{font-weight:bold;}
.op{opacity: 0}
.flex{display:flex;}
.wrap{flex-wrap: wrap;}
a{text-decoration:none;color:#000;cursor: pointer;}
input[type="text"]:focus,input[type="password"]:focus,textarea:focus{outline:none;}
button{cursor: pointer;border:0;}


.box{width:1200px;margin:auto;}

.MsoNormal{
	line-height: 61px;
}
/*顶部*/

.web_top{background: #efefef;height: 50px;line-height: 50px;font-size: 14px;}
.web_top div span{display: inline-block;width:16px;margin-right: 10px}
.web_top a{display: inline-block;padding:0 10px;font-size: 14px;color: #565656}



/*头部*/
.head{width:100%;height:120px;background: #fff;}
.head_l{height:100%;}
.head_l img{width:auto;}
.logo_zi{color: #000;line-height: 120px;font-size: 24px;margin-left: 30px}


.head_r{height: 150px;width:250px;margin-top:23px}
.tel_zi{margin:0 10px;text-align: right;}
.tel_zi>p{font-size: 14px;}
.tel_zi>div div{font-size: 24px;font-weight: bold;float: right;}
.tel_zi span{width: 44px;display: inline-block;float: left;margin-right: 20px;position: relative;top: 10px}


	/*导航*/
.nav{width:100%;height:70px;background:#003a8e;position: relative;z-index:999;}
.nav ul{width: 1200px;height:70px;justify-content: space-between;position: absolute;top: 0}
.nav ul>li {width:130px;height:100%;display: inline-block;line-height: 70px}
.nav ul>li:hover{background: #f15600}
.nav ul>li>a{color:#fff;font-size: 18px}
.nav ul>.active{background: #f15600}


.nav2{width:100%;height:70px;background:#28589f;position: relative;z-index:999;}
.nav2 ul{width: 1200px;height:70px;justify-content: space-between;position: absolute;top: 0}
.nav2 ul>li {width:130px;height:100%;display: inline-block;line-height: 70px}
.nav2 ul>li>a{color:#fff;font-size: 18px}





/*banner*/
.banner{}
.banner .bd ul li{}

.slideBox{position: relative;z-index: 500px}
.slideBox .hd ul{display: block;}
.slideBox .hd{position: absolute;z-index: 700;width:500px;height: 12px;bottom:30px;left:0;right: 0;margin:auto;}
.slideBox .hd li{display: inline-block;width: 12px;height: 12px;border-radius: 10px;background: #fff;margin:0 6px;}
.slideBox .hd .on{background: #f15600;transition: all .1s}
.slideBox .hd .on{width:120px;}


/*首页*/
.idx_pro{padding-top: 80px;padding-bottom: 30px}
.idx_title{margin:auto;margin-bottom: 50px;width:709px;height: 131px;background: url(../images/bg.png);}
.idx_title>div{position: relative;top: -10px}
.idx_title>div>p:nth-child(1){font-size: 36px;text-transform: uppercase;color: #565656;}
.idx_title>div>p:nth-child(2){color: #f15600;font-size: 48px;margin-top: -5px}

.idx_pro_list{justify-content: space-around;}
.idx_pro_list>div{width:380px;margin-bottom: 30px;/*margin-right: 30px*/}
/*.idx_pro_list>div:nth-child(3n){margin-right: 0}*/
.idx_pro_list>div>div{width:380px;height: 250px;overflow: hidden;}
.idx_pro_list>div>p{font-size: 16px;height:80px;line-height: 80px;text-align: center;color: #000;border:1px solid #c9c9c9;border-top:0;}
.idx_pro_list>div:hover{box-shadow: 0 0 10px #c9c9c9}
.idx_pro_list>div>div img{transition: all .6s}
.idx_pro_list>div:hover div img{transform: scale(1.2)}

.idx_anli_list>div{width:290px;margin-bottom: 30px;margin-right: 10px}
.idx_anli_list>div:nth-child(4n){margin-right: 0}
.idx_anli_list>div>div{width:290px;height: 290px;overflow: hidden;}
.idx_anli_list>div>p{font-size: 16px;line-height:200%;text-align: center;color: #000;border-top:0;}
.idx_anli_list>div:hover{box-shadow: 0 0 10px #c9c9c9}
.idx_anli_list>div>div img{transition: all .6s}
.idx_anli_list>div:hover div img{transform: scale(1.2)}








.more{display: block;width:300px;height: 80px;margin:50px auto;border-radius: 40px;background: #f15600;line-height: 80px;color: #fff;font-size: 24px}


.idx_fa{background: #efefef;padding-top: 80px;padding-bottom: 30px}
.idx_fa_list{justify-content: space-around;}
.idx_fa_list>div{width:562px;border:1px solid #c9c9c9;border-top:0;}
.idx_fa_list>div:hover{box-shadow: 0 0 10px #c9c9c9}
.idx_fa_title{color:#fff;padding-top: 57px;width:562px;height: 163px;background: url(../images/bg2.png);}
.idx_fa_img{margin-left:50px}
.idx_fa_img img{width:auto;}
.idx_fa_jianjie{margin-right: 36px;width:340px;}
.idx_fa_jianjie span{font-size: 20px;font-weight: bold;}
.idx_fa_jianjie p{font-size: 18px;line-height: 180%;margin-top: 10px}     

.idx_fa_con{padding-bottom: 10px;background: #fff;padding-top: 30px}
.idx_fa_con_con{width:490px;height: 50px;margin:0 auto 30px auto;}
.idx_fa_con_img{position: relative;width:435px;height: 220px;margin:auto;overflow: hidden;}
.idx_fa a{display: block;width:197px;height: 52px;line-height: 52px;color: #fff;font-size: 18px;
	text-align: center;margin: 10px auto;background: #003a8e;
}

.idx_al{padding-top: 80px;padding-bottom: 30px}
.idx_al_list{justify-content: space-between;}
.idx_al_list>div{overflow: hidden;width:24%;}
.idx_al_list>div>div{width:290px;height: 290px;overflow: hidden;}
.idx_al_list>div>p{margin-top: 23px;text-align: center;font-size: 20px}
.idx_al_list>div>div img{transition: all .6s}
.idx_al_list>div:hover div img{transform: scale(1.2)}



.idx_news{background: #efefef;padding-top: 80px;padding-bottom: 30px}
.idx_news_first{width:560px;}
.idx_news_img{width:560px;height: 290px;overflow: hidden;}
.idx_news_con{width:520px;height: 135px;overflow: hidden;padding:0 20px;color: #333333;border:1px solid #c9c9c9;border-top:0;}
.idx_news_con span{font-size: 20px;font-weight: bold;display: inline-block;margin:23px 0;}
.idx_news_con p{font-size: 14px;text-indent: 2em}


.idx_news_list_z{width:620px;height: 440px}
.idx_news_list_type{width:100%;height: 50px;border-bottom: 1px solid #dddddd}
.idx_news_list_type span{color: #333;display: inline-block;width:160px;height: 50px;text-align: center;line-height: 50px;}
.idx_news_list_type .active{background: #003a8e;color: #fff}
.idx_news_list_type a{display: inline-block;line-height: 50px}

.idx_news_list ul{margin-top: 12px}
.idx_news_list ul li{list-style:disc;list-style-position: inside;text-indent: 1em;color: #333;line-height: 180%}
.idx_news_list ul li a{color: #333}
.idx_news_list ul li a span{display: inline-block;float: right;}


.dt_list{display: none}
.idx_new1{display: block;}

/*底部*/
.f_logo{width: 261px}

.foot{background: #003a8e;height: 180px}
.bot{width:600px;margin-left:56px}
.ewm{width:150px;margin:20px 54px 0 0;}
.ewm img{display: inline-block;width:110px;}
.ewm p{color: #fff;font-size: 16px}


/*about*/
.about{margin-top: 80px}
.about_type{margin-bottom: 50px}
.about_type a{width: 300px;height: 50px;border:1px solid #565656;margin:10px 25px;display: inline-block;text-align: center;line-height: 50px;font-size: 20px}
.about_type a:hover{background: #f15600;color:#fff;border-color:#fff}
.about_type .active{background: #f15600;color:#fff;border-color:#f15600}

.con_con{margin:0 0 50px 0;}

.page{margin:10px auto;}
.page a{display: inline-block;width:40px;height: 40px;border:1px solid #565656;text-align: center;line-height: 40px;margin:10px 5px;}
.page a:hover{background: #f15600;color:#fff;border-color:#f15600}


/*pro*/

.pro_title{font-size: 26px;color: #333;}
.pro_img{margin:40px auto;width: 400px;}
.pro_img img{width: auto;display: inline-block;}

.pro_show_xq{line-height: 60px;background: #28589f;color: #fff;text-indent: 2em;font-size: 18px;font-weight: bold;}
.pro_show_con{margin:20px 0;}
.pro_show_con img{display: inline-block;width: auto}

.fanye a{height: 40px;display: block;width:600px;margin:10px auto;line-height: 40px;text-indent: 5em;border:1px solid #565656;font-size: 16px}
.fanye a:hover{background: #f15600;color:#fff;border-color:#f15600}

/*news*/

.news_list_first_img{width:290px;height: 150px;overflow: hidden;}
.news_list_first_con{width:858px;}
.news_list_first_con span{font-size: 18px;color: #333;font-weight: bold;display: block;margin:10px 0;}
.news_list_first_con p{font-size: 16px;color: #666;font-size: 16px;line-height: 220%}

.news_list{line-height: 50px;display: block;height: 50px;font-size: 14px;border-bottom: 1px dashed #565656;color:#333;}
.news_list span{display: inline-block;float: right;}
.news_list .dian{width:5px;height: 5px;background: #565656;display: inline-block;margin-right: 5px;float: none;border-radius: 5px;position: relative;top: -2px}

.news_show_title p{font-size: 26px;color: #333;font-weight: bold;}
.news_show_title span{display: inline-block;float: right;font-size: 14px;margin:30px 125px 20px 0;}
.news_show_con{margin:20px 0;}
.news_show_con img{display: inline-block;width: auto}






