@charset "utf-8";
/* 
    Created on : 2019-5-28, 9:12:30
    Author     : ChunLai
    Note       : 新改版页面公共样式【非首页】
*/
*{margin:0;padding:0;text-decoration: none;-webkit-box-sizing: border-box;-moz-box-sizing: border-box;box-sizing: border-box}
html,body {font-size:14px;font-family: "microsoft yahei", arial, tahoma, "\5b8b\4f53", sans-serif;color:#000;}
ul,ol,li,dl{list-style: none;}
a,a:visited,a:active,a:hover,a:focus {text-decoration:none!important;outline:none;color: #000;}
img {display: block;border:none;margin:0 auto;max-width:100%;}
.cl_container{width: 1200px;margin: 0 auto;}
.container_1200{width: 1200px;height: 100%;margin: 0 auto;}
.pr{position: relative;}
.pb{padding-bottom: 30px;}
.pd_20{padding: 20px 0;}
.df{display: flex;}

.nav_blank{height: 76px;width: 100%;}
/* ===================== 栏目页面Banner--Style ========================= */
.banner_txt{position: absolute;top: 0;bottom: 0;left: 0;right: 0;margin: auto;width: 300px;height: 180px;display: flex;flex-direction: column;justify-content: space-around;align-items: center;}
.banner_txt span,.banner_txt h1{display: block;color: #fff;}
.banner_txt .banner_txt_1{font-size: 40px;font-weight: bold;letter-spacing: 3px;color: #fff;}
.banner_txt .banner_txt_2{width: 70px;height: 3px;background-color: #fff;}
.banner_txt .banner_txt_3{font-size: 26px;letter-spacing: 3px;}

/* ===================== Header--Style ========================= */
/*header*/
.slogon{width: 100%;height: 36px;line-height: 35px;color:#666;background-color: #eee;border-bottom: 1px solid #ddd;font-size: 14px;overflow: hidden;}
.feiyu{width: 1200px;margin: 0 auto;}
.feiyu_map{float: right;}
.feiyu_map a,.feiyu_map a:hover,.feiyu_map a:active{text-decoration: none;color: #666;}

.feiyu_logo{width: 1200px;padding: 20px 0;margin: 0 auto;overflow: hidden;}
.logo{float: left;display: block;width: 174px;height: 60px;background: url(../images/index_icon.png) no-repeat;background-position: -60px 0;margin-left: 30px;}
.logo a {display: block;width: 100%;height: 100%;text-indent: -99999em;}
.youshi{float: left;margin-left: 20px;}
.youshi strong{font-size: 24px;}
.youshi span{font-size: 20px;}
.head_tel{float: right;display: flex;align-items: center;}
.phone_icon{display: block;width: 60px;height: 60px;background: url(../images/index_icon.png) no-repeat;background-position: 0 0;}
.phone_num{padding: 0 30px 0 20px;}
.phone_num em{font-size: 16px;font-style: normal;}
.phone_num i{font-size: 24px;font-weight: bold;color: #fb6e04;font-style: normal;}

/*navgation*/
.head_nav{width: 100%;background-color: #f38f44;height:40px;line-height: 40px;}
nav {
   width: 1200px;
   margin: 0 auto;
   background-color: #f38f44;
   z-index:60;
   position: relative;
}
.menu {
   display:flex;
   height:100%;
   padding-left: 30px;
}
.menu li {
   width:100px;
   font-size:18px;
   text-align:center;
   letter-spacing: 3px;
   margin-right:20px;
   cursor:pointer;
   position: relative;
}
.menu a{color: #fff;}
.page_index{background-color: #f1b78c;}
.page_index a{color: #333;}
.menu li:hover {
   background-color: #f1b78c;
}
.menu li:hover a{
   color:#333;
}
/*二级螺旋子菜单*/
.submenu {
   left: 0;
   position: absolute;
   top: 100%;
   z-index: 0;
}
.submenu li {
   background-color: #f1b78c;
   opacity: 0;
   -webkit-transform: rotateY(90deg);
   -moz-transform: rotateY(90deg);
   -ms-transform: rotateY(90deg);
   -o-transform: rotateY(90deg);
   transform: rotateY(90deg);
   -webkit-transition: opacity .4s, -webkit-transform .5s;
   -moz-transition: opacity .4s, -moz-transform .5s;
   -ms-transition: opacity .4s, -ms-transform .5s;
   -o-transition: opacity .4s, -o-transform .5s;
   transition: opacity .4s, transform .5s;  
}
.submenu li a{color: #fff !important;}
.menu .submenu li:hover a {
   color: #000 !important;
}
.menu > li:hover .submenu, .menu > li:focus .submenu {
   max-height: 2000px;
   z-index: 10;
}
.menu > li:hover .submenu li, .menu > li:focus .submenu li {
   opacity: 1;
   -webkit-transform: none;
   -moz-transform: none;
   -ms-transform: none;
   -o-transform: none;
   transform: none;
}
.menu li:hover .submenu li:nth-child(1) {
   -webkit-transition-delay: 0s;
   -moz-transition-delay: 0s;
   -ms-transition-delay: 0s;
   -o-transition-delay: 0s;
   transition-delay: 0s;
}
.menu li:hover .submenu li:nth-child(2) {
   -webkit-transition-delay: 50ms;
   -moz-transition-delay: 50ms;
   -ms-transition-delay: 50ms;
   -o-transition-delay: 50ms;
   transition-delay: 50ms;
}
.menu li:hover .submenu li:nth-child(3) {
   -webkit-transition-delay: 100ms;
   -moz-transition-delay: 100ms;
   -ms-transition-delay: 100ms;
   -o-transition-delay: 100ms;
   transition-delay: 100ms;
}
.menu li:hover .submenu li:nth-child(4) {
   -webkit-transition-delay: 150ms;
   -moz-transition-delay: 150ms;
   -ms-transition-delay: 150ms;
   -o-transition-delay: 150ms;
   transition-delay: 150ms;
}
.submenu li:nth-child(1) {
   -webkit-transition-delay: 350ms;
   -moz-transition-delay: 350ms;
   -ms-transition-delay: 350ms;
   -o-transition-delay: 350ms;
   transition-delay: 350ms;
}
.submenu li:nth-child(2) {
   -webkit-transition-delay: 300ms;
   -moz-transition-delay: 300ms;
   -ms-transition-delay: 300ms;
   -o-transition-delay: 300ms;
   transition-delay: 300ms;
}
.submenu li:nth-child(3) {
   -webkit-transition-delay: 250ms;
   -moz-transition-delay: 250ms;
   -ms-transition-delay: 250ms;
   -o-transition-delay: 250ms;
   transition-delay: 250ms;
}
.submenu li:nth-child(4) {
   -webkit-transition-delay: 200ms;
   -moz-transition-delay: 200ms;
   -ms-transition-delay: 200ms;
   -o-transition-delay: 200ms;
   transition-delay: 200ms;
}

/* ===================== Footer--Style ========================= */
footer{background-color: #ff7a0e;color: #fff;height: 200px;}
.foot_nav{display: flex;align-items: center;margin-bottom: 20px;}
.foot_nav li{margin-right: 20px;}
.foot_nav li a{color: #fff;}
.foot_nav li a:hover{color: #000;}
.md_foot{display: flex;justify-content: space-around;align-items: center;height: 200px;}
.md_foot img{display: block;width: 160px;}
.foot_p{line-height: 2;}

/* ===================== Others--Style ========================= */
/*面包屑导航*/
.bread_nav{display: flex;justify-content: flex-end;color: #666;}
.bread_nav a{margin: 0 5px;color: #666;}
.bread_nav a:hover{color: #ff6a00;}

.bread {
    color: #009ce3;
    position: absolute;
    top: 26px;
    right: 0;
    padding-left: 14px;
    background: url(../images/waaaaa_03.png) no-repeat left center;
    font-size: 12px;
    font-family: "宋体";
}
.bread a {
    display: inline-block;
    color: #009ce3;
}
.bread a:hover {
    color: #bb0039;
}
/*左侧信息列表*/
.sub_common_title {
   width: 100%;
   height: 49px;
   border-bottom: 2px solid #ddd;
   position: relative;
}
.sub_common_title h2 {
   width: 114px;
   height: 49px;
   line-height: 39px;
   padding-bottom: 10px;
   background: url(../images/00145200_48.jpg) no-repeat center top;
   font-size: 24px;
   color: #3c3c3c;
   border-bottom: 2px solid #ff6a00;
   text-align: center;
   font-weight: normal;
   position: absolute;
   left: 0;
   top: 0;
   z-index: 1;
   overflow: hidden;
   white-space: nowrap;
   -ms-text-overflow: ellipsis;
   text-overflow: ellipsis;
}
.syl_list {
   padding-bottom: 7px;
   padding-top: 8px;
   color: #2e2e2e;
   background-color: #fff;
   margin-bottom: 30px;
}
.syl_list ul li {
   width: 100%;
   height: 35px;
   line-height: 35px;
   font-size: 12px;
   font-family: "宋体";
   border-bottom: 1px dashed #353535;
}
.syl_list ul li a {
   color: #444343;
   display: block;
   overflow: hidden;
   white-space: nowrap;
   -ms-text-overflow: ellipsis;
   text-overflow: ellipsis;
}
.syl_list ul li a:hover {
    color: #ff6a00;
}
.sub_links {
   margin-bottom: 13px;
}
.contact_title h2 {
   color: #ff79a1;
   font-size: 24px;
}
.contact_title span {
   display: block;
   font-size: 28px;
   font-family: "Impact";
   color: #82cee8;
   overflow: hidden;
   white-space: nowrap;
   -ms-text-overflow: ellipsis;
   text-overflow: ellipsis;
}
.sub_content_list {
    padding-bottom: 15px;
    line-height: 28px;
    padding-top: 0;
    color: #707070;
    margin-top: 7px;
    background-color: #fff;
}
/*左侧信息列表END*/

/*友情链接*/.links_box{display: flex;align-items: center;width: 1000px;margin:30px auto;}.links_box strong,.links_box a{display: block;margin-right: 20px;}.links_box strong {height: 39px;line-height: 39px;text-align: center;font-size: 16px;color: #3c3c3c;padding-left: 91px;background: url(../images/00145200_88.jpg) no-repeat left center;font-weight: normal;margin-right: 12px;}.links_box a{color: #5d5d5d;font-size: 12px;}.links_box a:hover{color: #fb6e04;}

.laiyuan{color:#999;}

/*百度站内搜*/
#baidu_sou{
    display: flex;
    align-items: center;
    justify-content: center;
    width: 330px;
    height: 40px;   
    background-color: #eeffe6;
    margin: 20px auto 0;
}
#bdcsMain{
    width: 248px;
    height: 30px;
    text-indent: 10px;
    border: 1px solid #c9eeb7;   
    background-color: #fff;       
    margin-right: -1px;    
    line-height: 30px;      
    font-size: 14px;
}
#btnPost{
    display: inline-block;
    width: 70px;
    height: 30px;
    text-align: center;
    border: 1px solid #82e059;
    float: left;
    cursor: pointer;        
    line-height: 28px;
    color: #ffffff;
    font-size: 14px;
    background-color: #82e059;
}

/*手机端二维码*/
.yd_img_a{position: relative;}
.yd_img_a:hover .yd_img{display: block;}
.yd_img{display: none;position: absolute;bottom: -100px;left: -20px;}