
/* 全局样式 */
* {
    margin: 0;
    padding: 0;
    font-family: 微软雅黑;
    color: #333;
    list-style: none;
    text-decoration: none;
}

img{border: none;}

.container{
    margin: 0 auto;
    width: 1200px;
}

.container_top{
    margin: 0 auto;
    width: 1200px;
    overflow: hidden;
}
a{
    text-decoration: none;
    color: inherit;
    transition: all 0.3s;
    -o-transition: all 0.3s;
    -mos-transition: all 0.3s;
    -webkit-transition: all 0.3s;
    font-size: 14px;
}

li:hover{
    transition: all 0.3s;
    -o-transition: all 0.3s;
    -mos-transition: all 0.3s;
    -webkit-transition: all 0.3s;
}
.gradient{
    transition: all 0.3s;
    -o-transition: all 0.3s;
    -mos-transition: all 0.3s;
    -webkit-transition: all 0.3s;
}
.gradient:hover{
   transition: all 0.3s;
    -o-transition: all 0.3s;
    -mos-transition: all 0.3s;
    -webkit-transition: all 0.3s; 
}
.clear{clear: both}


.toper{ height: 36px; background: #f6f6f6;}
.toper .toper_l{ float: left; line-height: 36px; color: #666; font-size: 14px;}
.toper .toper_l span{ font-size: 14px; color: #093994; font-weight: bold;}
.toper_r{ line-height: 36px; float: right;}
.toper_r p{ float: left; padding-right: 3px; margin-top: 7px;}
.toper_r p a{ display: block; height: 22px; width: 50px; float: left; text-align: center;  color: #666; line-height: 22px;}
.toper_r p a.on{ background: #093994; color: #fff;}
.toper_r ul{ float: left; height: 22px;}
.toper_r ul a{ display: block; float: left; padding: 0 20px;  color: #666; height: 16px; border-right: 1px solid #eee;}



/* 网站导航 */
.top{ height: 105px; background: url(../image/guanhua_pc_13.jpg) no-repeat center;}
.top .logo{ width: 230px; height: 90px; float: left; display: block;}
.top .logo a{ display: block; float: left; margin-right: 18px;}
.top .logo img{ margin-top: 30px; float: left; margin-right: 10px;}
.top .logo div{ float: left; overflow: hidden; padding-left: 16px;}
.nav_r{ width: 970px; float: right; position: relative; height: 105px;}
.nav_r dl{ float: right;  font-size: 14px; color: #666; margin-top: 10px; background: url(../image/guanhua_17.png) no-repeat left center;text-indent: 24px;}
.nav_r dl span{ font-size: 24px; color: 333;font-weight: bold; font-family: "Poppins";}
.top ul#nav{ width: 970px; height: 54px; position: absolute; bottom: 0; right: 0;}
.nav{ height:34px; line-height:34px; position:relative; z-index:1;}
.nav .nLi{ float:left;  position:relative; display:inline; background: url(/templates/ghjx/images/guangkun_pc_3.png)no-repeat right center; width: 138px;}
.nav .nLi p{ float:left;font-size: 15px;}
.nav .nLi p a{ display:block; font-size:15px; line-height: 54px;  padding-left: 44px; color:#fff;}
.nav .nLi p a span{ display:block; font-size: 12px; color: #999;}
.nav .sub{ display:none; width:150px; left:2px; top:54px; position:absolute; line-height:26px; background: #fff;overflow: hidden; }
.nav .sub li{ zoom:1; width: 150px;}
.nav .sub a{ display:block;line-height: 36px;  text-align: center; overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap}
.nav .sub a:hover{ background:#fff; color:#333;  }
.nav li.on p a{color:#fff;}
.nav li.on::after{ content: "";position: absolute; display: block; height: 3px; width: 40px; background: #fff;bottom: 0; left: 44px;}


.nav .on p a span{ color:#e0002c;}
.top_a{ float: right; margin-top: 36px;} 
.top_a a{ display: block; float: left; margin: 0 10px; position: relative;}
.top_a a.top_wx img.top_wx_hover{ position: absolute; top: 54px; left: 0; z-index: 999; display: none; height: 100px; width: 100px; }
.top_a a.top_wx:hover img.top_wx_hover { display: block; }
.top_a a.top_lang{ height: 40px; width: 40px; display: block; background: #e0002c; line-height: 40px; text-align: center; color: #fff; font-size: 16px; margin-top: -10px;}


/* ---------------------------------------------------------------首页样式--------------------------------------------------------------- */

/* 轮播图 */
.fullSlide {
    width: 100%;
    position: relative;
    height: 600px;
    background: #000;
}

.fullSlide .bd {
    margin: 0 auto;
    position: relative;
    z-index: 0;
    overflow: hidden;
}

.fullSlide .bd ul {
    width: 100% !important;
}

.fullSlide .bd li {
    width: 100% !important;
    height: 600px;
    overflow: hidden;
    text-align: center;
    line-height: 600px;
}

.fullSlide .bd li >a {
    display: block;
    height: 600px;
}

.fullSlide .hd {
    width: 100%;
    position: absolute;
    z-index: 1;
    bottom: 10px;
    left: 0;
    height: 30px;
    line-height: 30px;
}

.fullSlide .hd ul {
    text-align: center;
    height: 20px;
    width: 90px; 

    margin: 0 auto;
    border-radius: 15px;

}

.fullSlide .hd ul li {
    cursor: pointer;
    display: inline-block;
    *display: inline;
    zoom: 1;
    height: 10px;
    width: 10px;
    border-radius: 50%;
    margin: 3px;
    overflow: hidden;
    background: none;
    border: 2px solid #fff;
    line-height: 9999px;

}

.fullSlide .hd ul .on {
    background: #fff;
    border: 2px solid #fff;
}

.fullSlide .prev,.fullSlide .next {
    display: block; position: absolute; height: 60px; width: 60px; border-radius: 50%;  cursor: pointer;
    
}

.fullSlide .next {
    left: auto;
    right: 15%;
    bottom: 240px;
    background: rgba(0,0,0,0.3) url(/templates/ghjx/images/zuoyou.png) no-repeat center;
}


.fullSlide .prev {
    left: auto;
    left: 15%;
    bottom: 240px;
    background: rgba(0,0,0,0.3) url(/templates/ghjx/images/zuoyou1.png) no-repeat center;
}




/* 在线留言 */
.index_liuyan_main{ height: 176px; background: url(/templates/ghjx/images/sida_pc_10.jpg) no-repeat center;}
.index_liuyan_main h4{ font-size: 24px; font-weight: bold; color: #333; line-height: 2; padding-top: 30px;}
.index_liuyan_main h4 span{  margin-left: 10px; font-size: 18px; font-weight: bold; color: #093994}
.index_liuyan_main h4 em{ font-style: normal; font-size: 14px; color: #666;float: right; line-height: 2; font-weight: normal; }
.index_liuyan_main input[type="text"]{width: 302px; height: 48px; border: 1px solid #dedede; text-indent: 10px; margin-right: 10px; float: left;}
.index_liuyan_main input[type="submit"]{ float: right; width: 256px;height: 50px; border: none; background: #093994; cursor: pointer; color: #fff; font-size: 18px;}


/* 底部 */
footer{  height: 378px; background: #222; position: relative;}
footer dl{ overflow:hidden; float: left; margin-right:30px; height: 274px; border-right: 1px solid rgba(255,255,255,0.08); padding-right: 50px;}
footer dl dt{ padding-top: 40px; font-size: 18px; color: #fff; line-height: 2.4;}
footer dl dd{ line-height: 30px;}
footer dl dd a{ font-size: 14px; color: #999;}
footer dl:last-child{ border: none;}
footer dl p{ color: #999; line-height: 30px; font-size: 14px; }

.copy_right{  width:100%; overflow: hidden;border-top: 1px solid rgba(255,255,255,0.08); padding-top: 20px;}
.copy_right p{ width: 120px;  font-size: 18px;  float: left; line-height: 24px; color: #fff;}
.copy_right div{ float: left; width: 1080px;}
.copy_right div a{  color: #999; display: block; padding: 0 10px; float: left; line-height: 24px;}



/* 冠华公告 */
.index_gg_main{ height: 90px; padding: 15px 0; border-bottom: 1px solid #eee;}
.index_gg_main .gg_l{ float: left; width: 112px; text-align: center; border-right: 1px solid #eee; margin-right: 20px;}
.index_gg_main .gg_l img{ margin-top: 10px;}
.index_gg_main .gg_l p{ text-align: center; line-height: 42px; font-size: 18px; color: #333;}
.index_gg_main ul{ float: left; width: 706px; margin-top: 10px;}
.index_gg_main ul li{width: 48.5%; float: left; line-height: 30px; font-size: 14px;}
.index_gg_main ul li::before{ content: "·"; font-size: 16px; color: #666; margin-right: 6px; line-height: 30px; float: left;}
.index_gg_main ul li a{ float: left; line-height: 30px; color: #666;}
.index_gg_main ul li a:hover{color: #093994;}
.index_gg_main .gg_r{ width: 350px; float: right; margin-top: 10px; height: 54px;overflow: hidden; border-radius: 27px; background: #eee; position: relative;}
.index_gg_main .gg_r input[type="text"]{ line-height: 54px;text-indent: 10px; color: #666; font-size:15px; border: none; width: 100%; background: #eee;}
.index_gg_main .gg_r input[type="submit"]{ width: 96px; height: 54px;  cursor: pointer; position: absolute; right: 0;  top: 0; border: none; background: #093994; color: #fff; font-size: 16px;}




/* 关于冠华机械 */
.index_about_main{ padding: 70px 0; overflow: hidden;}
.index_about_main .index_about_l{ float: left; width: 536px;}
.index_about_main .index_about_l h3{font-size: 32px; font-weight: normal; color: #333; line-height: 2; padding-top: 20px;}
.index_about_main .index_about_l h3 span{ font-weight: bold; color: #093994}
.index_about_main .index_about_l p{ font-size: 24px; line-height: 2;  color: #333;}
.index_about_main .index_about_l .index_about_a a{ display: block; text-align: justify; line-height: 30px; font-size: 14px; color: #666;}

.index_about_main .index_about_l ul{ overflow: hidden; margin-top: 34px;}
.index_about_main .index_about_l ul a{ float: left; width: 78px; text-align: center; display: block; margin-right: 60px;}
.index_about_main .index_about_l ul a:last-child{ margin-right: 0;}
.index_about_main .index_about_l ul a img{ height: 77px;  width: 77px; display: block;transition: all 0.3s;}
.index_about_main .index_about_l ul a em{ font-style: normal; line-height: 42px; text-align: center; display: block; color: #666;}
.index_about_main .index_about_l ul a:hover em{ color: #093994}

.index_about_main .index_about_l ul a:hover img{transform: rotateY(180deg);-ms-transform: rotateY(180deg);-moz-transform: rotateY(180deg);-webkit-transform: rotateY(180deg);-o-transform: rotateY(180deg);}
.index_about_main .index_about_r{ width: 600px; float: right; height: 342px; overflow: hidden; position: relative; margin-top: 20px;}

.index_about_main .index_about_r img.about_2{  width: 100%;transition: all .4s;}
.index_about_main .index_about_r:hover img.about_2{transform: scale(1.1); transition: all .4s;}
.index_about_main .index_about_r .about_1{ position: absolute; left: 20px; top: 20px; display: block; z-index: 999;}


/* 产品展示 */
.index_pro_main{ background: url(../image/guanhua_pc_2.jpg) no-repeat center; overflow: hidden;}
.index_title_1{ padding-top: 50px; text-align: center; }
.index_title_1 h3{ font-size: 32px; font-weight: normal; line-height: 2;}
.index_title_1 h3 span{ font-size: 32px; font-weight: bold; color: #093994}
.index_title_1 em{ width: 810px; text-align: center; margin: 0 auto; font-size: 14px; font-style: normal; color: #666; line-height: 24px;}

.index_pro_col{display: table; margin: 0 auto; margin-top: 10px;}
.index_pro_col li{ height: 64px;  width: 232px;text-align: center; margin: 0 4px; background: #fff; float: left;}
.index_pro_col li a{ display: block; font-size: 16px;   line-height: 64px;}
.index_pro_col li:hover a{ background: #093994; color: #fff;}

.picMarquee-left{ width:95%; padding: 0 20px; margin-top: 20px; padding-bottom: 70px;}
.picMarquee-left .bd{}
.picMarquee-left .bd li{ float: left; margin-right: 20px; background: #fff; width: 20%; padding-bottom: 20px;} 
.picMarquee-left .bd li .pic{ width: 100%; height: 234px; overflow: hidden; }
.picMarquee-left .bd li .pic img{  width: 100%; }
.picMarquee-left .bd li p{ font-size: 16px; line-height: 3; text-align: center; padding-top: 10px}
.picMarquee-left .bd li em{ width: 90%; height: 42px; border: 1px solid #eee; text-align: center; line-height: 42px; font-size: 14px; color: #666; display: block; font-style: normal; margin: 0 auto; margin-top: 14px; transition: all 0.3s;}
.picMarquee-left .bd li:hover em{ background: #093994; color: #fff; border: none;}


/* 冠华实力 */
.index_sl_main{overflow: hidden; padding: 90px 0; background: url(../image/guanhua_pc_4.jpg) no-repeat center;}
.index_sl_main .index_sl_l{  float: left;  width: 330px;}
.index_sl_main .index_sl_l i{ font-size: 30px; font-weight: bold;  color: #fff; font-family: "Poppins"; line-height: 1.4; font-style: normal; text-transform: uppercase;}
.index_sl_main .index_sl_l h3{ font-size: 36px; font-weight: bold; color: #fff; height: 76px; background: url(/templates/ghjx/images/guanhua_18.png)no-repeat left bottom; line-height: 1.1;}
.index_sl_main .index_sl_l p{ font-size: 18px; color: #fff; line-height: 4;}
.index_sl_main .index_sl_l span{ font-size: 14px; line-height: 30px; color: #fff; margin-bottom: 20px; display: block;}
.index_sl_main .index_sl_l em{font-style: normal; display: block; height: 44px; width: 224px; line-height: 44px; background: url(../image/guanhua_8.png)no-repeat 16px center; color: #fff; text-indent: 50px; border: 2px solid #fff; font-size: 18px; font-family: "Poppins"; color: #fff; font-weight: bold;}

.index_sl_r{ width: 814px; float: right;}
.index_sl_r a{ display: block;}
.index_sl_r li{ width: 317px; height: 160px; padding: 30px 40px; float: left; background: rgba(255,255,255,0.17); margin-right: 20px; margin-bottom: 20px; }
.index_sl_r li:nth-child(2n){ margin-right: 0;}
.index_sl_r li:nth-child(3),.index_sl_r li:nth-child(4){ margin-bottom: 0;}
.index_sl_r li:hover{ background: #093994;}
.index_sl_r li p{ line-height: 2; font-size: 18px; color: #fff; position: relative; text-indent: 36px; margin-bottom: 5px;}
.index_sl_r li span{ line-height: 30px;  color:#fff; text-align: justify; font-size: 14px; display: block;}
.index_sl_r li:nth-child(1) p{ background: url(../image/guanhua_9.png) no-repeat left center;}
.index_sl_r li:nth-child(2) p{ background: url(../image/guanhua_10.png) no-repeat left center;}
.index_sl_r li:nth-child(3) p{ background: url(../image/guanhua_11.png) no-repeat left center;}
.index_sl_r li:nth-child(4) p{ background: url(../image/guanhua_12.png) no-repeat left center;}



/* 冠华荣誉 */
.index_honor_main{ padding: 60px 0;}
.index_title_2{ overflow: hidden; margin-bottom: 20px;}
.index_title_2 p { text-align: center; font-size: 36px; font-weight: bold; color: #333; line-height: 1.8;}
.index_title_2 span{ width: 80%; display: block; margin: 0 auto; line-height: 24px; color: #666; font-size: 14px; text-align: center;}

.picScroll-left{ width: 100%; position: relative; overflow: hidden;}
.picScroll-left .bd{ height: 220px;}
.picScroll-left .bd li {width: 284px; float: left; margin-right: 21px;}
.picScroll-left .bd li .pic{ height:220px;width: 284px;overflow: hidden;float: left; }
.picScroll-left .bd li .pic img{ width: 100%;}
.picScroll-left .hd a{ height: 60px; width: 30px; background: rgba(0,0,0,0.2); display: block;position: absolute; z-index: 9999; cursor: pointer; text-align: center;} 
.picScroll-left .hd a img{ margin-top: 20px;}
.picScroll-left .hd a.next{ right: 0; top: 75px; }
.picScroll-left .hd a.prev{ left: 0; top: 75px;}
.index_honor_main a.ry_more{ display: block; height: 44px; width: 120px; margin: 0 auto; margin-top: 20px; border: 2px solid #dedede; text-align: center; line-height: 44px;}


/* 全方位生产 */
.index_sc_main{ padding: 60px 0; background: url(../image/guanhua_pc_9.jpg)no-repeat center;}
.index_sc_main .slideTxtBox{ height: 340px;background: #fff;}
.index_sc_main .slideTxtBox .hd ul{ display: table; margin: 0 auto; padding-top: 30px;}
.index_sc_main .slideTxtBox .hd ul li{ float: left; margin: 0 3px; float: left; height: 42px; width: 165px; border-radius: 21px;background: #eee; text-align: center; line-height: 42px; cursor: pointer;}
.index_sc_main .slideTxtBox .hd ul li.on{ background: #093994; color: #fff;}
.index_sc_main .slideTxtBox .hd ul img{ float: left; padding: 0 5px; margin-top: 10px;}
.index_sc_main .slideTxtBox .bd{ padding: 0 30px; margin-top: 20px;}
.index_sc_main .slideTxtBox .bd li{ float: left; margin-right: 22px;}
.index_sc_main .slideTxtBox .bd li:nth-child(3){ margin-right: 0;}



/* 新闻资讯 */ 
.index_xw_main{  padding: 70px 0; overflow: hidden; } 
.index_news_left{ float: left; width: 340px; float: left;} 
.index_news_left span{ font-size: 60px; color: #f1f1f1; font-family:"Impact"; text-transform: uppercase; margin-top: 30px; display: block;}
.index_news_left p{ font-size: 36px; color: #222; line-height: 2; margin-top: -90px; font-weight: bold;}
.index_news_left em{ font-size: 14px; color: #666; font-style: normal; margin-top: -10px; display: block;}
.index_news_left dl{ font-size: 18px; line-height: 4; margin-top: 20px;}
.index_news_left i{color: #666; display: block; margin-top: 10px; font-style: normal ;overflow: hidden; height: auto; font-size: 14px; line-height: 24px;}
.index_news_left a{ height: 44px; width: 200px; border: 2px solid #eee; font-size: 16px; text-align: center; display: block; line-height: 44px; margin-top: 20px; color: #666}
.index_news_right{ float: right; width: 800px;}
.index_news_right li{ padding: 15px 0; border-bottom: 1px dashed #dedede;  overflow: hidden;}
.index_news_right li .pic{ height: 122px ;width: 186px; overflow: hidden; float: left;}
.index_news_right li .pic img{ width: 100%;}
.index_news_right li em{ display: block; padding: 20px;font-style: normal; height: 80px; float: left; font-size: 16px; color: #999; text-align: right; padding-top: 30px;}
.index_news_right li em i{ display: block; font-size: 30px; font-style: normal; color: #999}
.index_news_right li dl dt{ font-size: 18px; line-height: 2;padding-top: 16px;}
.index_news_right li dl dd{font-size: 14px; line-height: 24px; color: #666}
.index_news_right li:last-child{ border: none;}

/* 服务客户 */
.hezuo_main{ padding: 50px 0; overflow: hidden;}
.hezuo_main ul{ margin-top: 20px;}
.hezuo_main ul li{ float: left; margin-right: 12px;margin-bottom: 12px; border: 1px solid #eee; background: #fff; width: 188px; height: 125px;}
.hezuo_main ul li img{ width: 100%;}
.hezuo_main ul li:nth-child(6n){margin-right: 0;}
.hezuo_main a{ display: block; text-align: center; line-height: 3; font-size: 18px;color: #666}




/* ---------------------------------------------------------------------------内页样式--------------------------------------------------------------------------- */
.inside_banner_about{ height: 360px; background: url(../image/inside_banner_about.jpg) no-repeat center;  position: relative;}
.inside_banner_pro{ height: 360px; background: url(../image/inside_banner_pro.jpg) no-repeat center;  position: relative;}
.inside_banner_fuwu{ height: 360px; background: url(../image/inside_banner_fuwu.jpg) no-repeat center;  position: relative;}
.inside_banner_news{ height: 360px; background: url(../image/inside_banner_news.jpg) no-repeat center;  position: relative;}
.inside_banner_jobs{ height: 360px; background: url(/templates/ghjx/images/inside_banner_jobs.jpg) no-repeat center;  position: relative;}
.inside_banner_contact{ height: 360px; background: url(../image/inside_banner_contact.jpg) no-repeat center; position: relative;} 
.inside_banner_jmeng{ height: 360px; background: url(/templates/ghjx/images/inside_banner_jmeng.jpg) no-repeat center;  position: relative;}
.inside_banner_yingy{height: 360px; background: url(/templates/ghjx/images/inside_banner_yingy.jpg) no-repeat center;  position: relative;}
.inside_banner_sl{height: 360px; background: url(../image/inside_banner_sl.jpg) no-repeat center;  position: relative;}



.page_nav{padding:20px 0;overflow:hidden}
.page_nav p{font-size:14px;color:#999;margin-bottom:22px}
.page_nav p i{display:inline-block;margin-right:6px}
.page_nav p b{font-weight:400}
.page_nav p a{color:#999}
.page_nav ul{ width: 75%; float: left;}
.page_nav .location{ width: 25%; float: right;  color: #999; text-align: right; line-height: 46px;}
.page_nav .location img{ margin-right: 8px;}
.page_nav .location a{ color: #999; }
.page_nav .location a:hover{ color: #093994;}
.page_nav ul li{float:left;width:14%;text-align:center;line-height:46px;font-size:15px;position:relative;margin-bottom:10px;}
.page_nav ul li a{display:block;border:1px solid #e8e8e8;border-bottom:5px solid #e8e8e8; display: block; height: 46px; line-height: 46px;}
.page_nav ul li a:after{content:"";height:5px;width:0;position:absolute;bottom:0;left:1px;background:#ca6665;transition:all .3s ease 0s;-moz-transition:all .3s ease 0s;-ms-transition:all .3s ease 0s;-o-transition:all .3s ease 0s}
.page_nav ul li a:hover,.page_nav ul li.active a{background:#093994;color:#333;color:#fff}
.page_nav ul li a:hover:after,.page_nav ul li.active a:after{width:calc(100% - 2px)}

.about_body{ width: 100%; text-align: justify; padding: 10px 0 30px 0; overflow: hidden;}
.about_body p{line-height: 2; color: #666; margin-bottom: 6px; color: #666}

/* 联系我们 */
#dituContent{ width: 854px; border: 1px solid #e8e8e8; height: 418px; margin-bottom: 30px; float:left;}
#dituContent b{ font-weight: bold; line-height: 24px;}
.contact_fs_main{ height: 418px; width: 300px; background: #fff; border: 1px solid #e8e8e8; border-left: none; float: left; padding-left: 23px;}

.contact_fs_main h3{display: block;font-size: 18px; margin-top: 48px; line-height: 56px; margin-bottom: 10px; position: relative; font-weight: normal;}
.contact_fs_main h3::after{ content: ""; display: block; height: 5px;  width: 32px; background: #093994; position: absolute; left:0; bottom: 0; }
.contact_fs_main p{ line-height: 24px;  color: #666;  font-size: 14px;}



/* 新闻资讯列表页 */
.news_first_inside{ height: 200px; padding-bottom: 16px; border-bottom: 1px solid #eee; margin-bottom: 16px;}
.news_first_inside a.news_first_img{ display: block; width: 284px; height: 200px; overflow: hidden; float: left; }
.news_first_inside a.news_first_img img{ width: 100%; height: auto;transition:all 0.4s;}
.news_first_inside:hover a.news_first_img img{transform: scale(1.1); transition: all .4s; }
.news_first_inside:hover a{ color: #093994}
.news_first_inside .news_first_right{ width: 884px; float: right; height: 200px;}
.news_first_inside .news_first_right p a{ font-size: 18px; line-height: 64px;}
.news_first_inside .news_first_right .date_cunt{ height: 30px;}
.news_first_inside .news_first_right .date_cunt li{ display: inline-block; float: left; margin-right: 20px; color: #999; padding-left: 20px;}
.news_first_inside .news_first_right .date_cunt li.date{ background: url(/templates/ghjx/images/tl_index_20.png) no-repeat left;}
.news_first_inside .news_first_right .date_cunt li.cunt{ background: url(/templates/ghjx/images/tl_index_21.png) no-repeat left;}
.news_first_inside .news_first_right span{ display:block; line-height: 1.5; color: #666; text-align: justify; font-size: 14px;}
.news_first_inside .news_first_right i{ font-style: normal; display: block; margin-top: 20px; color: #999;}

.inside_news_list{ width: 1300px;}
.inside_news_list li{ float: left; width: 588px; height: 142px; margin-right: 22px; margin-bottom: 16px; border-bottom: 1px solid #eee;}
.inside_news_list li:hover{  background: #fafafa;}
.inside_news_list li:hover a{ color: #093994}
.inside_news_list li .news_left{ float: left; width: 104px; margin-top: 38px; background: url(/templates/ghjx/images/hw_top_26.png) no-repeat right center; text-align: center; font-size: 42px; color: #333; line-height: 32px;}
.inside_news_list li .news_left span{ font-size: 14px; color: #666;}
.inside_news_list li .news_right{ width: 434px; padding: 28px 24px 0 24px; float: left; }
.inside_news_list li .news_right a{ font-size: 18px; line-height: 32px;}
.inside_news_list li .news_right p{ font-size: 14px; line-height: 26px; color: #666;}



/* 校园风采 */
.kehu_list{ width: 1250px; overflow: hidden;}
.kehu_list li{  width: 188px; float: left; border: 1px solid #eee; margin-right: 12px; margin-bottom: 12px; background: #fff; height: 125px;} 
.kehu_list li img{ width: 100%;}


.case_list{ width: 1250px; overflow: hidden;}
.case_list li{  width: 286px; float: left; border: 1px solid #eee; margin-right: 16px; margin-bottom: 16px; } 
.case_list li .img{ width: 266px;  margin: 0 auto; overflow: hidden; margin-top: 10px; height: 206px;}
.case_list li .img img{ width: 100%; transition: all .4s;}
.case_list li:hover .img img{  transform: scale(1.1); transition: all .4s;}
.case_list li:hover{ border: 1px solid #093994}
.case_list li:hover div{ color: #093994; }
.gallery-title{ height: 86px; line-height: 42px; text-align: center;  font-size: 16px;}




/* 相册效果 */
.Gallery { width: 100%; height: 100%; position: fixed; left: 0; top: 0; background: rgba(0,0,0,.9); opacity: 0; z-index: 999999; transition: all .3s ease; -moz-transition: all .3s ease; -webkit-transition: all .3s ease; }
.Gallery.show { opacity: 1; }
.g-bottom, .g-left, .g-right, .g-top { z-index: 99; display: block; -webkit-appearance: none; transition: all .3s ease; -moz-transition: all .3s ease; -webkit-transition: all .3s ease; }
.g-top { position: absolute; top: 0; left: 0; width: 100%; background: rgba(0, 0, 0, 0.7); height: 45px; text-align: center; line-height: 45px; color: #fff; z-index: 120; }
.g-left.none, .g-right.none { opacity: .3; cursor: not-allowed; }
.g-bottom { position: absolute; bottom: 0; left: 0; width: 100%; background: rgba(0, 0, 0, 0.7); height: 45px; text-align: center; line-height: 45px; color: #fff; z-index: 120; }
.g-left { position: absolute; top: 43%; left: 0; height: 14%; background: rgba(0, 0, 0, 0.5); width: 55px; cursor: pointer; }
.g-right { position: absolute; top: 43%; right: 0; height: 14%; background: rgba(0, 0, 0, 0.5); width: 55px; cursor: pointer; }
.Gallery img { max-height: 87%; max-width: 99%; }
.Gallery.Gallery-none img { max-height: 100%; max-width: 99%; }
.Gallery-wrap { width: 100%; height: 100%; position: relative; transform: translate3d(0, 0, 0); -moz-transform: translate3d(0, 0, 0); -webkit-transform: translate3d(0, 0, 0); }
.g-left:after { content: ''; width: 20px; height: 2px; background: #fff; position: absolute; left: 16px; top: 50%; margin-top: -1px; }
.g-left:before { content: ''; width: 10px; height: 10px; border: 2px solid #fff; transform: rotate(45deg); -moz-transform: rotate(45deg); -webkit-transform: rotate(45deg); border-top: none; border-right: none; display: block; position: absolute; left: 16px; top: 50%; margin-top: -6px; }
.g-right:after { content: ''; width: 20px; height: 2px; background: #fff; position: absolute; right: 16px; top: 50%; margin-top: -1px; }
.g-right:before { content: ''; width: 10px; height: 10px; border: 2px solid #fff; transform: rotate(45deg); -moz-transform: rotate(45deg); -webkit-transform: rotate(45deg); border-left: none; border-bottom: none; display: block; position: absolute; right: 16px; top: 50%; margin-top: -6px; }
.g-list { width: 100%; height: 100%; text-align: center; vertical-align: middle; position: absolute; left: 0; top: 0; }
.g-list span { display: inline-block; vertical-align: middle; height: 100%; }
.g-list img { vertical-align: middle; cursor: -webkit-grab; cursor: grab; transition: all .4s ease; -moz-transition: all .4s ease; -webkit-transition: all .4s ease; }
.Gallery-wrap.grab .g-list img { cursor: -webkit-grabbing; cursor: grabbing; }
.g-top .g-count { width: auto; height: 100%; position: absolute; left: 0; top: 0; padding: 0 18px; }
.g-top button { height: 45px; width: 45px; border: none; position: absolute; right: 0; top: 0; opacity: .8; background: 0 0; -webkit-tap-highlight-color: transparent; }
.g-top span { display: block; width: 100%; height: 100%; line-height: 45px; color: #fff; }
.g-close { cursor: pointer; }
.g-close:after { content: ''; width: 24px; height: 2px; background: #fff; display: block; transform: rotate(45deg); -moz-transform: rotate(45deg); -webkit-transform: rotate(45deg); position: absolute; left: 8px; top: 21px; }
.g-close:before { content: ''; width: 24px; height: 2px; background: #fff; display: block; transform: rotate(-45deg); -moz-transform: rotate(-45deg); -webkit-transform: rotate(-45deg); position: absolute; left: 8px; top: 21px; }
.g-top button:hover { opacity: 1; }
.loading { width: 100%; height: 100%; background: #111111; position: absolute; left: 0; top: 0; z-index: 1000; }
.loading s { display: block; width: 30px; height: 30px; background: #0ad1a9; border-radius: 50%; position: absolute; left: 50%; top: 50%; margin-top: -15px; margin-left: -15px; -moz-animation: load 1.5s linear infinite; -webkit-animation: load 1.5s linear infinite; }
.loading p { text-align: center; font-size: 12px; position: relative; top: 50%; margin-top: 25px; }

.inside_page_body{ width: 1300px;}
.pro_list{ width: 1200px; margin-bottom: 20px; overflow: hidden;}



ul.pro_list{ overflow:hidden; zoom:1;  }
ul.pro_list li{ width: 1198px; height: 403px; border: 1px solid #eee; padding-top: 36px; margin-bottom: 15px}
ul.pro_list li .team_pic{ margin-left: 36px; height: 363px; width: 275px; border-radius:10px; overflow: hidden; display: block;  float: left; margin-right: 46px;}
ul.pro_list li .team_pic img{transition: all .4s; width: 100%}
ul.pro_list li .team_pic img:hover{transform: scale(1.1); transition: all .4s;}
ul.pro_list li .team_biref{ width: 355px; float: left;}
ul.pro_list li .team_biref h2{font-size: 24px; line-height: 45px; margin-bottom: 10px;}
ul.pro_list li .team_biref h2 span{font-size: 14px; color: #093994;margin-left: 10px; display: inline;}
ul.pro_list li .team_biref span{font-size: 16px;color: #093994;line-height: 32px; display: block; margin-top: 20px;}
ul.pro_list li .team_biref p{ line-height: 30px; color: #666; background: url(/templates/ghjx/images/alice_index_8.jpg) no-repeat 0 14px; padding-left: 10px;}
ul.pro_list li .team_biref em{ line-height: 30px; color: #666; padding-right: 20px; display: block;}
ul.pro_list li .team_img{ float: left;}


.jybz_text{ width: 266px; margin:5px auto 10px; text-align: center;}
.jybz_text p{ font-size: 18px; line-height: 45px; position: relative; margin-bottom: 10px;}
.jybz_text p::after{ content: "";position: absolute; bottom: 0;width: 30px; height: 5px; background:#093994;left: 44%; }
.jybz_text span{ font-size: 14px; color: #666; line-height: 24px;}




p.inside_con_title{ font-size: 30px; color: #fff;  padding-top: 270px; line-height: 54px;}
.location,.inside_banner .location a{ color: #fff; font-size: 14px;}
.location a:hover{ color: #093994}
.inside_con{ height: 72px; line-height: 72px; margin-bottom: 42px; border-bottom: 1px solid #eee;}
.inside_con ul li{ float: left; position: relative; margin: 12px 6px 0 6px;}
.inside_con ul li::before{content: "";position: absolute; height: 15px; width: 1px; background: #dedede; left:-6px; top: 18px;}
.inside_con ul li a{ display: block; height: 48px; line-height: 48px;padding: 0 30px; font-size: 15px; color: #454545}
.inside_con ul li.active a{background: #093994; color: #fff;}
.inside_con ul li.active a:hover{background: #093994; color: #fff; }
.inside_con ul li.active::before{content: ""; display: none}
.inside_con ul li.active:hover::before{content: ""; display: none}
.inside_con ul li:hover{background: #ddd; color: #fff;}
.inside_con ul li:hover a{ color: #093994;}

.inside_body{ min-height: 300px; padding-bottom: 60px; overflow: hidden;}
.inside_body p{line-height: 30px; margin-bottom: 10px; color: #666;}

.inside_news_con{ overflow: hidden;}




/* 新闻详情页 */

.news_detail_left{width: 854px; float: left;}
.news_detail_left h1{ font-size: 30px;font-weight: bold; line-height: 3}
.news_detail_right{ width: 290px; float: right; }
.news_detail_right .prev_next{ width: 234px; border: 8px solid #f1f1f1; float: right; padding: 0 20px; overflow: hidden;}
.news_detail_right .news_prev{ border-bottom: 1px solid #eee;}
.news_detail_right .prev_next div{ padding-bottom: 20px;}
.news_detail_right div p{ line-height: 36px; font-size: 18px; font-weight: bold; margin-top: 20px;}
.news_detail_right div span{ display: block; line-height: 24px; color: #999; font-size: 14px;}
.news_detail_right .prev_next div a{ display: block; line-height: 24px; font-size: 15px; text-align:justify;}
.news_detail_right .prev_next div a:hover{ color: #ea5721}
.news_detail_right .news_back{ margin-top: 10px;}
.news_detail_right .news_back a{ display: block; height: 45px; line-height: 45px;  background: #eee; color: #333;  width: 100%; text-align: center;}
.news_detail_right .news_back a:hover{ background: #ea5721; color: #fff;}

.index_guige{ width: 842px;height: 330px; overflow: auto;}

.date_cunt{ height: 30px;}
.date_cunt li{ display: inline-block; float: left; margin-right: 20px; color: #999; padding-left: 20px;}
.date_cunt li.date{ background: url(/templates/ghjx/images/tl_index_20.png) no-repeat left;}
.date_cunt li.cunt{ background: url(/templates/ghjx/images/tl_index_21.png) no-repeat left;}


#map {
    width: 854px;
    border: 1px solid #e8e8e8;
    height: 418px;
    margin-bottom: 30px;
    float: left;
}


.ny_liuyan{width:100%; height: auto; overflow: hidden;  margin-bottom:40px;}
.ny_liuyan h2{font-size: 14px; color: #666; text-align: center; line-height: 24px; font-weight: normal; margin-bottom: 16px;width: 80%; margin: 0 auto; margin-bottom: 20px;}
.ny_liuyan h2 span{ font-weight: bold; color: #093994}
.ny_liuyan h4{font-size: 14px; color: #333; text-align: center; line-height: 40px; margin-bottom:10px; font-weight: normal;}
.ny_liuyan input[type="text"]{width:286px; height: 43px; border: 1px solid #ddd; float: left; background: none; font-size: 14px; color: #333; margin-right: 16px; margin-bottom:20px; text-indent: 10px;}
.in_city{margin-right: 0!important}
.ny_liuyan textarea{width:100%; height: 70px; border: 1px solid #ddd;  background: none; font-size: 14px; color: #333; resize: none; text-indent: 10px;}
.ny_liuyan .button{width:139px; height: 42px; background: #093994; border-radius: 5px; text-align: center; line-height: 42px; border: 0px; color:#fff; margin:20px auto; display:block; font-size: 14px;}
#feedback_form{ }


.top_lan{ width: 100px; height: 36px;border: 1px solid #093994; border-radius: 21px;  float: right; margin-top: 32px; overflow: hidden;}
.top_lan a{ display: block; float: left;line-height: 36px; text-align: center; font-size: 14px;}
.top_lan .lan_2{ width: 50%; background: #fff; color: #093994; }
.top_lan .lan_1{ width: 50%; background: #093994; color: #fff; }




.index_title_4{ padding-top: 20px; overflow: hidden; margin-bottom: 20px;}
.index_title_4 p{ font-size: 30px; text-align: center;}
.index_title_4 span{font-size: 15px; color: #888;display: block; text-align: center; line-height: 1.8;}

.ny_liuyan{width:100%; height: auto; overflow: hidden;  margin-bottom:40px;}
.ny_liuyan h2{font-size: 14px; color: #666; text-align: center; line-height: 24px; font-weight: normal; margin-bottom: 16px;width: 80%; margin: 0 auto; margin-bottom: 20px;}
.ny_liuyan h2 span{ font-weight: bold; color: #093994}
.ny_liuyan h4{font-size: 14px; color: #333; text-align: center; line-height: 40px; margin-bottom:10px; font-weight: normal;}
.ny_liuyan input[type="text"]{width:286px; height: 43px; border: 1px solid #ddd; float: left; background: none; font-size: 14px; color: #333; margin-right: 16px; margin-bottom:20px; text-indent: 10px;}
.in_city{margin-right: 0!important}
.ny_liuyan textarea{width:100%; height: 70px; border: 1px solid #ddd;  background: none; font-size: 14px; color: #333; resize: none; text-indent: 10px;}
.ny_liuyan .button{width:139px; height: 42px; background: #093994; border-radius: 5px; text-align: center; line-height: 42px; border: 0px; color:#fff; margin:20px auto; display:block; font-size: 14px;}

.picScroll-tj{ width:1200px;  overflow:hidden; position:relative;  }
.picScroll-tj .hd{ overflow:hidden; height: 44px; margin-bottom: 30px;  margin: 20px auto 60px auto; width: 110px; }
.picScroll-tj .hd .prev,.picScroll-tj .hd .next{ width: 42px; height: 42px; display: block; float: left; margin:0 5px; cursor: pointer;}
.picScroll-tj .hd .prev{ background: url(../image/xinbo_18.png) no-repeat center; }
.picScroll-tj .hd .next{ background: url(../image/xinbo_19.png) no-repeat center; }
.picScroll-tj .hd .prev:hover{ background:#093994 url(../image/hw_top_28.png) no-repeat center; }
.picScroll-tj .hd .next:hover{ background:#093994 url(../image/hw_top_29.png) no-repeat center; }
.picScroll-tj .hd .prevStop{ background-position:-60px 0; }
.picScroll-tj .hd .nextStop{ background-position:-60px -50px; }
.picScroll-tj .hd ul{ overflow:hidden; zoom:1; margin-top:10px; zoom:1; }
.picScroll-tj .hd ul li{ float:left;  width:9px; height:9px; overflow:hidden; margin-right:5px; text-indent:-999px; cursor:pointer; }
.picScroll-tj .hd ul li.on{ background-position:0 0; }
.picScroll-tj .bd{  }
.picScroll-tj .bd ul{ overflow:hidden; zoom:1; }
.picScroll-tj .bd ul li{overflow:hidden; text-align:center; width: 286px; height: 235px; float: left; margin-right: 16px; border: 1px solid #eee;background: #f5f5f5; transition: all .4s;}
.picScroll-tj .bd ul li:hover{ background: #093994; border: 1px solid #093994;}
.picScroll-tj .bd ul li:hover .title{ color: #fff}
.picScroll-tj .bd ul li .pic{ width: 100%; height: 190px; overflow: hidden;}
.picScroll-tj .bd ul li .pic img{  width: 100%; transition: all .4s;}
.picScroll-tj .bd ul li:hover .pic img{ transform: scale(1.1); transition: all .4s;}
.picScroll-tj .bd ul li .pic a:hover img{ border-color:#999;  }
.picScroll-tj .bd ul li .title{ line-height:45px; font-size: 16px;}



.ny_pro_show{width:100%; height: auto; overflow: hidden; margin-top: 55px;}
.ny_pro_top{width:100%; height: auto; overflow: hidden}
.ny_pro_tleft{width:523px; height: auto; float: left}
.ny_pro_tleft .slideBox{ width:100%; height:auto; overflow:hidden; position:relative; border:1px solid #eee;  }
.ny_pro_tleft .slideBox .hd{ height:15px; overflow:hidden; position:absolute; right:10px; bottom:15px; z-index:1; }
.ny_pro_tleft .slideBox .hd ul{ overflow:hidden; zoom:1; float:left;  }
.ny_pro_tleft .slideBox .hd ul li{ float:left; margin-right:10px;  width:12px; height:12px; line-height:14px; text-align:center; background:#c9c9c9; cursor:pointer; border-radius: 50%;}
.ny_pro_tleft .slideBox .hd ul li.on{ background:#093994 ; color:#fff; }
.ny_pro_tleft .slideBox .bd{ position:relative; height:100%; z-index:0;   }
.ny_pro_tleft .slideBox .bd ul{width:100%; height: 100%; overflow: hidden}
.ny_pro_tleft .slideBox .bd li{width:100%; height: 100%; }
.ny_pro_tleft .slideBox .bd img{ width:100%; height:100%; display:block;  }
.ny_pro_tright{width:630px; height: auto; float: right}
.ny_pro_tright h3{ font-size: 36px; width:100%; color: #191919; height: 50px; line-height: 50px; margin-top: 10px; text-overflow:ellipsis; overflow:hidden; white-space:nowrap}
.ny_pro_p{color: 666; text-align: justify; font-size: 14px; color: #666; line-height: 24px; margin: 20px 0; padding: 10px 15px; background: #f7f7f7;}
.ny_pro_p p{width:100%; height: 35px;  color: #000000; line-height: 35px; font-size: 15px; text-overflow: ellipsis; overflow: hidden; white-space: nowrap}
.ny_pro_a{width:100%; height: auto; overflow: hidden; margin: 35px 0 25px}
.ny_pro_a a{width:160px; height: 48px; background: #959595; display: block; overflow: hidden; line-height: 48px; font-size: 18px; color: #fff; float: left; margin-right: 18px; }
.ny_pro_a a:hover { background: #313131;}
.ny_pro_a a i{font-size: 28px; margin-right: 10px; float: left; margin-left:56px;}
.ny_pro_dh{width:100%; height:80px;}
.ny_pro_ddh{float: left; height: 80px; background: url(../image/pro_tel.png) no-repeat left top; padding-left: 58px;}
.ny_pro_ddh p{ font-size: 14px; color: #313131;}
.ny_pro_ddh span{ font-size: 30px; color: #093994 ; font-family: "Impact"}
.ny_pro_24{width:100%; height: 30px; line-height: 30px; overflow: hidden}
.ny_pro_24 p{font-size: 14px; color: #313131; background: url(/templates/ghjx/images/dh.png) no-repeat left center; float: left; padding-left: 20px; margin-right: 30px;}

.ny_pro_bottom{width:100%; display: block; overflow: hidden; margin-top: 65px; margin-bottom:60px;}
.ny_pro_bleft{width:869px; height: auto; overflow: hidden; float: left; border: 1px solid #eee;}
.ny_pro_bright{width:300px; height: auto; float: right}
.ny_probt_case{width:100%; height:368px; margin-top: 30px; }
.ny_probt_case h1,.ny_proshow_num h1{ font-size: 30px; color: #313131; font-weight: bold; text-align: center; margin-bottom: 24px;}
.ny_probt_case li{width:275px; height:244px; float: left; margin-right:22px; margin-bottom: 20px; }
.ny_probt_case li img{width:100%; height: 203px;}
.ny_probt_case li:hover img{ transform:scale3d(1.1,1.1,1); }
.nyprocase-div{ width:275px; height: 203px; overflow: hidden; }
.nyprocase-div img{ transition:.6s; }
.ny_probt_case li:hover .ny_probt_xx h3{ color:#093994 ; }
.ny_probt_case li .ny_probt_xx{width:100%; height: 40px; border: 1px solid #dcdcdc; padding:0 15px;}
.ny_probt_xx h3{width: 100%; height: 40px;  line-height: 40px; font-size: 14px; color: #313131; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; text-align:center}
.ny_probt_xx p{ font-size: 13px; color: #313131; width: 100%; height: 25px; line-height:25px; overflow: hidden}
.ny_probt_case li:nth-child(3n){margin-right: 0px;}
.ny_proinput .ny_pro_ft{ margin-bottom: 16px;}
.ny_proinput .ny_pro_ft span{color: #093994 ;}
.ny_proinput ul{width:94%; height: auto; display: block; overflow: hidden; margin-top: 38px; margin: 0 auto; }
.ny_proinput ul li{width:100%; height: auto; margin-bottom: 12px; overflow: hidden }
.ny_proinput ul li div{ width: 49%; float: left; overflow: hidden; height: 42px; border: 1px solid #dedede;}
.ny_proinput ul li div input{width:100%; height: 100%; border: 0px;text-indent: 10px;}
.li_dh{float: right!important}
.ny_proinput ul li textarea{width:99.7%; height: 88px; border: 1px solid #dedede; resize: none}
.liji_su{width:423px; height:46px; background: #093994 ; font-size: 16px; color: #ffffff; border: 0px; margin: 10px auto; display: block}
.ny_proinput{overflow:hidden; margin-bottom:20px;}
.sideMenu{width:100%; height: auto;  }
.sideMenu h3{ height:50px; line-height:50px; border-bottom:1px solid #e3e3e3;  background: url(/templates/ghjx/images/jian.png) no-repeat 268px center;font-size: 15px; color: #191919; cursor:pointer; padding: 0px 22px 0 30px; overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap}
.sideMenu h3:first-child{ border-top: 1px solid #e3e3e3;}
.sideMenu h3.on {background: #093994  url(/templates/ghjx/images/h_jian.png) no-repeat 268px center; color: #fff; border-bottom: 0px;}
.sideMenu h3 em{ float:right; display:block; width:40px; height:32px;   background:url(/templates/ghjx/encss/images/icoAdd.png) 16px 12px no-repeat; cursor:pointer; }
.sideMenu h3.on em{ background-position:16px -57px; }
.sideMenu ul{ padding:29px 32px; color:#999; display:none;  background: #eeeeee;}
.sideMenu ul li a{font-size: 15px; color: #313131}
.sideMenu ul li {width:100%; height: 32px; line-height: 32px; background: url(/templates/ghjx/images/dian.png) no-repeat left center; padding-left:15px; overflow: hidden; text-overflow: ellipsis; overflow: hidden; white-space: nowrap}

.ny_probt{width:94%; height:54px;margin: 0 auto; margin-top: 20px;}
.ny_probt li{width:50%; height:54px; background:#eeeeee; color:#313131; font-size:18px; float:left; text-align:center; line-height:54px; cursor: pointer; }
.ny_probt li:last-child{margin-right:0px;}
.ny_probt li:hover{background:#093994 ; color:#fff}
.ny_probt li:hover a{color:#fff}
.ny_probt li.on{background:#093994 ;}
.ny_probt li.on a{ color:#fff}
.ny_probt li a{width:100%; height:100%; display:block; overflow:hidden; font-size: 18px;}

.ny_proshow_num{width:100%; height:auto; overflow:hidden; margin-top: 60px; font-size:16px; color:#666; line-height:26px;}
.ny_proshow_info{width:100%; height:auto; overflow:hidden;  margin-top: 30px;}

.fangan_show{ margin-top:20px;}
.ny_proshow_num table,.ny_proshow_num table tr,.ny_proshow_num table td{border:1px solid #eee;}
.ny_proshow_num p strong{ font-size: 18px;color: #333; font-weight: bold; line-height: 48px; text-align: justify;}
.ny_proshow_num p{ width: 94%; margin: 0 auto; color: #666; text-align: justify;}


.pro_list2{ width: 100%; overflow: hidden;}
.pro_list2 li{  width: 383px; float: left; border: 2px solid #eee; margin-right: 19px; margin-bottom: 20px; overflow: hidden;} 
.pro_list2 li .img{ width: 100%;  margin: 0 auto; overflow: hidden; height:245px; overflow: hidden; border-bottom: 1px solid #eee;}
.pro_list2 li .img img{ width: 100%;transition:all 0.4s;}
.pro_list2 li .hezuo{ height: 118px;}
.pro_list2 li:hover .img img{transform:scale(1.05); transition:all 0.4s;}
.pro_list2 li:hover{ border: 2px solid #093994}
.pro_list2 li:hover div{ color: #f57a14}
.pro_list2 li:hover h2{ color: #093994;}
.pro_list2 li:nth-child(3n){margin-right: 0;}


.pro_icon{ padding: 0 30px; margin-top: 24px;}
.pro_icon a{display: block;height: 36px; line-height: 36px; width: 120px; border-radius: 18px; text-indent: 40px; float:left;}
.pro_icon a:first-child{ background: #f3f3f3 url(/templates/ghjx/images/yuanda_index_2.png) no-repeat 20px 11px; margin-right: 15px;}
.pro_icon a:first-child:hover{ background: #093994 url(/templates/ghjx/images/yuanda_index_1.png) no-repeat 20px 11px; color: #fff;}
.pro_icon a:nth-child(2){ background: #f3f3f3 url(/templates/ghjx/images/yuanda_index_3.png) no-repeat 20px 11px; }
.pro_icon a:nth-child(2):hover{background: #093994 url(/templates/ghjx/images/yuanda_index_4.png) no-repeat 20px 11px; color: #fff}

.pro_icon_ny { width: 256px; height: 36px; margin: 0 auto;}
.pro_icon_ny p{display: block;height: 36px; line-height: 36px !important; width: 120px; border-radius: 18px; text-indent: 40px; float:left;}
.pro_icon_ny p:first-child{ background: #f3f3f3 url(/templates/ghjx/images/yuanda_index_2.png) no-repeat 20px 11px; margin-right: 15px;}
.pro_icon_ny p:first-child:hover{ background: #093994 url(/templates/ghjx/images/yuanda_index_1.png) no-repeat 20px 11px; color: #fff;}
.pro_icon_ny p:nth-child(2){ background: #f3f3f3 url(/templates/ghjx/images/yuanda_index_3.png) no-repeat 20px 11px; margin-right: 0;}
.pro_icon_ny p:nth-child(2):hover{background: #093994 url(/templates/ghjx/images/yuanda_index_4.png) no-repeat 20px 11px; color: #fff}

.pro_title_ny h2{font-size: 16px;  color: #333;  text-align: center; font-weight: normal; line-height: 56px; font-weight: bold;}
.pro_title_ny span{ width: 90%; display: block; margin: 0 auto; line-height: 24px; color: #666; text-align: center; margin-bottom: 10px;}


.zilei_kc{ width: 1200px; margin: 0 auto; margin-top: -20px; margin-bottom: 10px; overflow: hidden;}
.zilei_kc li{ height: 32px; line-height: 32px;  padding: 0 15px; float: left;  border: 1px solid #dedede; margin-right: 10px; margin-bottom: 10px;}
.zilei_kc li a{ display: block;  font-size: 14px; color: #333;}
.zilei_kc li.active{ background: #093994; border: 1px solid #093994}
.zilei_kc li.active a{ color: #fff;}


.copyright{height: 56px; position: absolute; bottom: 0; width: 1200px; border-top: 1px solid rgba(255,255,255,0.05)}
.copyright a{ color: #ccc; font-size: 12px;}
.copyright p {
    color: #ccc;
    font-size: 12px;
    line-height: 56px;
}

.copyright ul {
    float: right;
    width: 495px;
}

.copyright ul li,.copyright ul li span {
    float: left;
    color: #fff;
    line-height: 56px;
    font-size: 12px;
}

.copyright p {
    display: inline;
}

.copyright ul li a {
    float: right;
    margin-top: 16px;
}

.copyright ul li a.weiling {
    width: 121px;
    height: 18px;
    background: url(../image/vl.png) no-repeat;
    margin-right: 20px;
}

.copyright ul li a.weiling:hover {
    width: 121px;
    height: 18px;
    background: url(../image/vl_hover.png) no-repeat;
}

.copyright ul li a.wangshang {
    width: 107px;
    height: 18px;
    background: url(../image/ws.png) no-repeat;
}

.copyright ul li a.wangshang:hover {
    width: 107px;
    height: 18px;
    background: url(../image/ws_hover.png) no-repeat;
}