@charset "utf-8";
/* CSS Document */
body,h1,h2,h3,h4,h5,h6,p,ul,ol,li,form,img,dl,dt,dd,table,th,td,blockquote,fieldset,div,strong,label,em{margin:0;padding:0;border:0;}
ul,ol,li{list-style:none;}
input,button{margin:0;font-size:12px;vertical-align:middle;}
body{font-size:12px;font-family:微软雅黑;/*  text-align:center; */margin:0 auto;background:#FFFFFF;color: #626262; }
table{border-collapse:collapse;border-spacing:0;}
.imgBg{background-repeat:no-repeat;background-position:center top;background-size:cover;}
.ellipsis{overflow:hidden;text-overflow:ellipsis;white-space:nowrap;}
line-clamp(@lines, @line-height: 1.3em) {
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: @lines; // number of lines to show
overflow: hidden;
    line-height: @line-height;
    max-height: @line-height * @lines;
}

.clearfix:before, .clearfix:after {content:"";display:table;}
.clearfix:after {clear:both;}
.clearfix {zoom:1;}
.clear{clear:both;height:0;overflow:hidden;}
.clearfloat{height:0;font-size:1px;clear:both;line-height:0;}
.h35{height:35px;width:100%;}
.fl{float:left;}
.fr{float:right;}
.black *{color:#000 !important;}
.black li{margin-left:85px;}
.marl26{margin-left: 26px;}
.marr26{margin-right: 26px;}

#container{ width:80%;max-width: 1920px;margin:0 auto; padding-bottom:20px; background:#fff;}
a{color:#333;text-decoration:none;}
a:hover{color:#07a75f;}

.main{ width:94%;max-width: 1440px; margin:0 auto; overflow:hidden;}
.concent_pc{ width:94%;max-width: 1460px; margin:0 auto; overflow:hidden;}
.concent{width: 100%;background: #ffffff;padding-top: 40px;padding-bottom: 40px;}
.ctbg{background: #f7f7f7;}

.triangle_up
{
    height:0px; width:0px;
    border-bottom:20px solid #089d55;
    border-left:20px solid transparent;
    border-right:20px solid transparent;
}
.triangle_down
{
    height:0px; width:0px;
    border-top:20px solid #089d55;
    border-left:20px solid transparent;
    border-right:20px solid transparent;
}
.roundedCorner{
    width:15px;
    height:15px;
    background-color:#d1d1d1;
    border-radius:15px;
}

/** menu **/
.bor_b{border-bottom:1px #e4e4e4 solid;}
.top{ height:80px;width: 100%; background:#ffffff/*url("bg_black_77.png") repeat*/; position: fixed;top: 0;z-index: 9999; }
.top .logo{ float:left;margin-left: 3%; }
.top .menu{  width: 800px;left: 50%;position: absolute;z-index: 1;top: 30px;margin-left: -400px;}
.top .menu ul{margin-left: 70px;}
/*.top .menu>ul>li:hover{height: 95px;}*/
.top .menu ul li{float:left;line-height: 34px;height: 34px;margin-right: 45px;}
.top .menu ul li .mu a{ float:left;font-size:16px; color:#000; text-transform:uppercase;position: relative;text-align: left;border-bottom:3px solid #ffffff;padding-bottom: 12px;
    -webkit-transition: color .5s ease .1s;
    transition: color .5s ease-out .1s,border-bottom-color .5s ease-out .1s; }
.top .menu ul li .mu a i{position: absolute;width: 100%;height: 3px;background: #10874d;left: -80px;bottom: 0;opacity: 1;transform:translateX(80px); }
.top .menu ul li .mu a:hover, .top .menu ul li .mu a.current{ /*padding-bottom:26px; background:#b42517;*/ border-bottom:3px solid #008dd7; color:#008dd7!important;padding-bottom: 13px;}
/*.top .menu ul li .mu a:hover i, .top .menu ul li .mu a.current i{opacity: 1;transform:translateX(80px);}*/
.top .menu ul li ul{position: absolute;background: #ffffff;top: 44px;z-index: 9999;display: none;}
.top .menu ul li ul li{float:left;line-height: 36px;height: 36px;}
.top .menu ul li ul .sub_m a{margin-left: 30px;font-size: 16px;color: #000000;}
.top .menu ul li ul .sub_m a:hover,.top .menu ul li ul .sub_m a.current{color: #b42517;text-decoration: underline;}

.pc_web_name {
    width: 350px;
    height: 100%;
    float: right;
    background: url(header_icon.jpg) right center no-repeat;
    text-align: right;
}
.pc_web_name .top_rt_tit{
    padding-top: 32px;
    padding-right: 140px;
    font-size: 14px;
    color: #000;
    font-weight: bold;
}
.header2_right {
    height: 26px;
    line-height: 26px;
    font-size: 13px;
    position: absolute;
    right: 3%;
    top: 36px;
}

.header_search{width:18px;height:18px;position:relative;}
.search_icon{width:18px;height:18px;background:url(search_icon.png) no-repeat;cursor:pointer;z-index:20;position:relative;}
.header_search .man{position:absolute;right:0;top:-14px;width:0;height:46px;z-index:10;overflow:hidden;}
.header_search .text{width:195px;height:45px;line-height:45px;padding: 6px;color:#444;float:left;border:none;border-left:1px solid #e4e4e4;box-sizing: border-box;}
.header_search .btn{width:18px;height:18px;background:url(search_icon.png) no-repeat;float:right;border:none;margin-top:15px;cursor:pointer;}
.header_search .hide{float:left;margin-top:18px;cursor:pointer;transition:all 2s ease;}
.header_search .hide img{width: 14px;}
.header_search .hide:hover{transform:rotate(720deg);-ms-transform:rotate(720deg);-moz-transform:rotate(720deg);-webkit-transform:rotate(720deg);-o-transform:rotate(720deg);}
/*.line1{width:1px;height:18px;background:#c5c5c5;font-size:0;margin:0 15px;}
.header_country{position:relative;color:#6e6e6e;}
.header_country .on{color:#6e6e6e;cursor:pointer;}
.header_country ul{width:100%;padding:6px 30px 6px 15px;background:#fff;position:absolute;top:40px;right:-30px;z-index:500;display:none;}
.header_country ul li{padding:13px 0 13px 15px;text-align:center;}
.header_country ul li a{font-size:14px;color:#666;line-height:13px;padding-left:0;}
.header_country ul li:hover a{color:#69a9dc;}
.header_country ul li a img{margin:2px 10px 0 0;float:none;width:20px;margin:2px auto;}
.header_country .on img{margin-right:10px;}
.header_country .on .arrow{width:8px;height:5px;background:url(arrow1.png) no-repeat;}*/

/*.bg_menu_sub{background: #ffffff;height: 48px;width: 100%;position: absolute;top: 120px;z-index: 99;display: none;}*/
.banner{width: 100%;margin-top: 0px;}
/*.banner div{display: none; }*/
.banner .pcimg img{width: 100%;max-height:447px; }
.banner .phoneimg img{width: 100%;max-height:420px; }

.sub_menu{width: 100%;border-bottom: 1px #e4e4e4 solid;height: 36px;position: relative;background: #ffffff;padding-left: 3%;}
.sub_menu .mu{line-height: 36px;height: 36px;text-align: left;font-size: 15px;color: #000000;}
.sub_menu .mu>a{font-size: 15px;color: #000000;display: block;width:160px;border-right: 1px #e4e4e4 solid;text-align: center;float: left;}
.sub_menu .mu>a:nth-child(1){border-left: 1px #e4e4e4 solid;}
.sub_menu .mu>a:hover, .sub_menu .mu>a.hover{font-size: 15px;color: #ffffff;background: #008dd7;border: none;}
.sub_menu .sub_me_tl{width: 100%;height: 5px;background: #09a55c;position: absolute;left: -50%;margin-left:-410px;opacity:0;}
.sub_menu .sub_me_tit{float: left;font-size: 22px;color: #000000;position: absolute;background: url("dot_sub_mu.jpg") left center no-repeat;padding-left: 56px;line-height: 69px;height: 69px;opacity:0;}
.sub_menu .mur{font-size: 13px;color: #999999;position: absolute;right: 3%;top:5px;background: url("dot_more_h.jpg") left center no-repeat;padding-left: 20px;}
.sub_menu .mur a{font-size: 13px;color: #008dd7;}
.menu_sub {float: left;margin-left: 35px;}
.menu_sub a{border-radius: 16px;background: #eeeeee;display: inline-block;padding: 10px 24px;color: #172435;margin-left: 14px;}
.menu_sub a:hover, .menu_sub a.hover{background: #008dd7;color: #ffffff;}


.rt_tit{height:40px; line-height:40px;font-size:28px;color:#008dd7;}
.rt_tit span{font-size:18px;font-weight:normal;font-style:normal;color:#000;}
.rt_tit span a{color:#b2011d; text-decoration:underline;}
.tit_en{height:40px; line-height:30px;font-size:24px;color:#008dd7;text-transform:uppercase;margin-bottom:30px;position: relative;}
.tit_en i{position: absolute;left: 0;bottom: 0;width: 33px;height: 2px;background: #cfd6da;}
.tit_en span{color:#000000;}
.tit_cn{height:40px; line-height:40px;font-size:32px;color:#000000;margin-bottom:14px;}
.tit_cn span{font-size:22px;color:#000;}
.tit_cn span.c{font-size:18px;color:#000;}
.rt_tit_cy{height:75px; line-height:75px;font-size:30px;color:#ffffff;background: #09a55c;padding: 1px 21px 1px 1px;margin-top: -102px;}
.rt_tit_cy i{height:100%; line-height:75px;background: url("dot_cy.png") center center no-repeat #ffffff;width: 59px;float: left;margin-right: 21px;}
.rt_tit_cy:hover{color: #ffffff;}

/** 走进金田 **/
.ab_csrzc{margin-top: 7px;}
.ab_csrzc li{float: left;}
.ab_csrzc .zc{margin-left: 38px;width: 677px;padding-top: 12px;}
.ab_csrzc .zc .tit{margin-top: 35px;margin-bottom: 24px;font-size: 26px;color: #000000;}
.ab_csrzc .zc .not{color: #494949;font-size: 15px;line-height: 32px;margin-bottom: 28px;}
.ab_csrzc .zc .more a{font-size: 15px;color: #000000;text-decoration: underline;}
.ab_lc{width: 100%;background:url('pd_ab3.jpg') bottom center no-repeat #ffffff;height: 769px;}

/**  about **/
.banner_about{background:url(banner_about.jpg) top center no-repeat;height:342px;width:100%;}
.rt_tit_ab{background:url(bg_rt_ab.jpg) right center no-repeat; padding-right:182px;height:40px; line-height:40px;font-size:40px;font-weight:bold;color:#b2011d;font-style:italic;margin-top:45px; margin-bottom:30px;}

.list {border-bottom:2px #e4e4e4 solid;padding-top:26px; padding-bottom:16px;}
.list .new_tit a{font-size:22px;font-weight:bold;color:#000; line-height:32px;height:32px;}
.list .dt{font-size:17px;color:#737373;}
.list .cot, .list .cot a{color:#4e4e4e;font-size:18px; line-height:28px;}
.msg-box .msg-tit{text-align: center;font-size: 25px;color:#ad291c;font-weight: bold;padding-bottom:10px; }
.msg-box .msg-xx{text-align: center;font-size: 14px;color:#959595;margin-bottom: 40px;}

.wz, .wz div, .wz li, .wz td, .wz p, .wz th{line-height:34px;font-size:16px;color:#333333;}
.wz p{margin-bottom:11px;}
.wz .im{margin-bottom:35px;}
.por{position: relative;}
.bt_back, .bt_back_li{background: url("btn_back.png") left center no-repeat;cursor: pointer;float: right;margin-top: -72px;position: relative;width: 46px;height: 46px;}
.bt_back a, .bt_back_li a, .bt_back_new a{font-size: 20px;color: #585858;width: 100%;height: 100%;position: absolute;}
.bt_back_new{background: url("btn_back.png") left center no-repeat;padding-left: 22px;font-size: 20px;color: #585858;cursor: pointer;position: absolute;right: 2%;z-index: 999;}


/*分页*/
.pager{padding-top: 18px;text-align: center;margin: 0 auto;min-height: 60px;}
/*.pager span{float: left;margin-bottom: 11px;}*/
.pager a:hover{color: #ffffff !important;}
.pg_num_current,.pg_num,.pg_next,.pg_end,.pg_home,.pg_prev{color: white;text-align: center;margin-right: 5px;padding:7px 0px;}
.pg_num a,.pg_home a,.pg_next a,.pg_end a,.pg_prev a,.pg_num_current a{padding:7px 10px;background-color:#e8e8e8;color: black}
.pg_num_current a{background-color: #008dd7;color: white}
.pg_num a:hover,.pg_home a:hover,.pg_next a:hover,.pg_end a:hover,.pg_prev a:hover,.pg_num_current a:hover{cursor: pointer;background-color: #008dd7;color: white}
.pg_home_dis,.pg_prev_dis,.pg_end_dis,.pg_next_dis{background-color: #008dd7;color: white;text-align: center;margin-right: 5px;padding:7px 10px;}

.paging{display: none;}

/** footer **/
.footer{background:#28282a;width:100%;min-height:290px;}
.footer .main{background:url(ft_tel.jpg) left 45px no-repeat;padding-top:80px;}
.footer .main .ft_lw{width:81%;border-right: 1px #414142 solid;}
.footer .main .ft_rw{width:15%;}
.footer .main .ft_lt{margin-bottom:11px;font-size: 18px;color: #ffffff;line-height: 34px;height: 34px;}
.footer .main .ft_lt a{font-size: 18px;color: #ffffff;line-height: 34px;}
.footer .main .ft_lt span{font-family: "宋体";font-size: 18px;font-weight: bold;color: #ffffff;}
.footer .main .ft_mu li{float: left;width: 20%;}
.footer .main .ft_mu_sub{ background:url(dot_x.gif) left center no-repeat; line-height:24px;height:26px;padding-left:6px;}
.ft_mu_sub a{font-size:15px;color:#949494; line-height:28px;}
.footer .main .ft_rw{font-size: 14px;color: #ffffff;line-height: 24px;}
.footer .main .ft_tel{font-size: 30px;color: #ffffff;font-weight: bold;margin-bottom: 4px;}
.footer .main .ft_wx{font-size: 16px;color: #ffffff;margin-top: 11px;}
.footer .main .ft_bm{padding-top:15px;height: 60px;}
.footer .main .ft_link select{margin-bottom:11px;width: 100%;height: 36px;line-height: 36px;}
.footer .main .ft_bl, .footer .main .ft_bl a{height:34px; line-height:34px;font-size:13px;color:#8f8f8f;}
.footer .main .ft_bl a:hover, .ft_mu_sub a:hover, .ft_mu a:hover{color: #ffffff !important;}
.footer .main .ft_brt{float:right;height:34px; line-height:34px;}
.footer .main .ft_brt, .footer .main .ft_brt a{color: #767677;font-size: 13px;}
.ft_brt span{color: #767677; text-decoration: underline;}
.footer .shart{margin-top: 5px;}
.footer .shart .to{padding-left:35px;background:url(img-23.png) no-repeat 7px center;font-size:14px;color:#fff;float:left;margin-right:1px;}
.footer .shart .bdsharebuttonbox{float:left;}
.footer .shart .bdsharebuttonbox a{width:25px;height:22px;display:block;float:left;margin:0px;padding:0px;margin-right:11px;}
.footer .shart .bdsharebuttonbox a.bds_qzone{background:url(img-24.png) no-repeat center center;}
.footer .shart .bdsharebuttonbox a.bds_tsina{background:url(img-25.png) no-repeat center;}
.footer .shart .bdsharebuttonbox a.bds_weixin{background:url(img-26.png) no-repeat center;}
.footer .shart .bdsharebuttonbox a.bds_renren{background:url(img-27.png) no-repeat center;}
.footer .shart .bdsharebuttonbox a.bds_more{background:url(img-28.png) no-repeat center;}


.side_service{height: 191px;width: 50px;background: #ae271a;border-top-left-radius: 6px;border-bottom-left-radius: 6px;position: fixed;right: 0;top: 50%;margin-top: -99px;z-index: 999;padding: 14px 0;}
.side_service>a{background: url("service_icon.png") no-repeat;width: 50px;height: 57px;cursor: pointer;position: relative;display: block;}
.side_service .service_tel{background-position: 13px 17px;}
.side_service .service_kefu{background-position: 13px -41px;}
.side_service .service_qq{background-position: 13px -101px;}
.side_service .service_tel:hover{background-position: -31px 17px;}
.side_service .service_kefu:hover{background-position: -31px -41px;}
.side_service .service_qq:hover{background-position: -31px -101px;}
.service_kefu .service_pull{width: 158px;height: 129px;position: absolute;right: 100%;background: #ae271a;border-top-left-radius: 10px;border-bottom-left-radius: 10px;display: none;top: -35px;}
.service_kefu p{text-align: center;color: #e9e9e9;font-size: 15px;margin-top: 28px;}
.service_kefu h1{display: block;width: 110px;height: 30px;margin: 15px auto 0;line-height: 30px;border: 1px solid #fff;color: #fff;font-size: 14px;text-align: center;border-radius: 3px;}
.service_qq .service_pull{width: 281px;height: 159px;background: #ae271a;position: absolute;right: 100%;border-top-left-radius: 10px;border-bottom-left-radius: 10px;top: -105px;display: none;}
.sqr{float: left;text-align: center;width: 108px;margin: 14px 15px 0;color: #fff;font-size: 14px;}
.sqr p{text-align: center;margin: 0px;padding:0px;color: #fff;font-size: 14px;}
.sqr img{width: 108px;height: 108px;display: block;color: #fff;margin-bottom: 7px;}
.service_qq i{width: 1px;height: 130px;background: #c2271a;float: left;margin-top: 14px;}

@media only screen and (min-width: 1220px) {
    .top{width: 100%;}
}
@media only screen and (max-width: 1220px) {
    .bt_back_new{position: absolute;right: 5%;z-index: 999;}
    .bt_back, .bt_back_li{margin-right: 1.8rem;}
    .main{width: 94%;margin: auto;}
}

#m_header, #m_footer, .w_hide,.banner .phoneimg{display: none;}
@media only screen and (max-width: 1024px) {
    #header, #h_footer, .m_hide,.banner .pcimg{display: none;}
    .main {
        max-width: 960px;
    }
    #m_header, #m_footer, .w_hide,.banner .phoneimg{display:block;width:100%;}
    .concent{padding-bottom: 3rem;padding-top: 2rem;}
    .banner{margin-top: 0px;height: auto;}
    .rt_tit{height:3.2rem; line-height:3.2rem;font-size:2.2rem;font-weight:bold;color:#000000;margin-top:5px; margin-bottom:0px;}
    .tit_en{font-size: 2.2rem;height: 3.2rem;line-height: 3.2rem;}
    .tit_cn{font-size: 2.0rem;height: 3.2rem;line-height: 3.2rem;}
    .tit_cn span, .tit_cn span.c{font-size: 1.6rem;}


    .m_submu{width: 100%;margin: 0;border-bottom: 1px #e4e4e4 solid;height: 3.6rem;position: relative;background: #ffffff;}
    .m_submu .am-slider-b3 {margin: 0 30px;box-shadow:none;}
    .m_submu .am-direction-nav{display: block;}
    .m_submu .am-slides a{width: 100%;font-size: 1.6rem;color: #000000;display: block;border-right: 1px #e4e4e4 solid;text-align: center;line-height: 3.6rem;height: 3.6rem;}
    .m_submu .am-slides li:nth-child(1){border-left: 1px #e4e4e4 solid;}
    .m_submu .am-slides a:hover, .m_p_submu .am-slides a.hover{font-size: 15px;color: #ffffff;background: #008dd7;border: none;}

    .m_new_mus{position: relative;width: 100%;height: 3.4rem;overflow: hidden;}
    .m_new_mus > figure {position: relative;float: left;margin: 0px;}
    .m_new_mus .am-slider-b3 {margin: 0 30px;box-shadow:none;}
    .m_new_mus .am-slides a{width: 95%;float: left;border-radius: 16px;background: #eeeeee;margin-left: 5%;display: inline-block;height: 3.4rem;line-height: 3.4rem;text-align: center;}
    .m_new_mus .am-slides a:hover, .m_new_mus .am-slides a.hover{background: #008dd7;color: #ffffff;}
    .m_new_mus .am-prev, .m_submu .am-prev{background: url("menu_l.png") center center no-repeat #ffffff !important;}
    .m_new_mus .am-next, .m_submu .am-next{background: url("menu_r.png") center center no-repeat #ffffff !important;}
    .m_new_mus .am-direction-nav li a:before, .m_submu .am-direction-nav li a:before{display: none;}
  
.m_submu{width: 100%;border-bottom: 1px #e4e4e4 solid;position: relative;}
.swipe {
    overflow: hidden;
    visibility: hidden;
    position: relative;
}
.swipe-wrap {
    overflow: hidden;
    position: relative;
}
.swipe-wrap > figure {
    float: left;
    position: relative;
    margin: 0px;
}
#slider {height:36px; overflow: hidden; position: relative; z-index:999;width:86%;left:7%;border-left: 1px #e4e4e4 solid;}
#slider .swipe-wrap > figure a{font-size: 15px;color: #000000;display: block;width:33%;border-right: 1px #e4e4e4 solid;text-align: center;float: left;height:36px;line-height: 36px;margin: 0px;padding: 0px;}
#slider .swipe-wrap > figure a:hover, #slider .swipe-wrap > figure a.hover{font-size: 15px;color: #ffffff;background: #008dd7;border: none;}
.m_submu .m_submu_prev, .m_submu .m_submu_next{position:absolute;top:50%;width: 12px;height:16px;margin-top: -8px;}
.m_submu .m_submu_prev img, .m_submu .m_submu_next img{margin: 0px;vertical-align: top;}
.m_submu .m_submu_prev{left:5px;}
.m_submu .m_submu_next{right:5px;}

figure {
    margin: 0;/* 对齐，四周宽度都为0，在轮播的时候，以整张图片进行移动 */
}
  
    .m_foot{font-size: 1.8rem;color: #ffffff;text-align: center;padding-top: 35px;}
    .m_foot .ft_lt{font-size: 1.8rem;color: #ffffff;}
    .m_foot .ft_lt .ft_tel{font-size: 3rem;color: #ffffff;}
    .m_foot .emil{font-size: 1.6rem;color: #ffffff;}
    .m_foot .not{font-size: 1.6rem;color: #bdbdbd;border-top: 1px #3e3e40 solid;padding-top: 11px;margin-top: 11px;}
    .m_foot .bc{font-size: 1.6rem;color: #7e7e7f;}
    .m_foot .bc a{font-size: 1.6rem;color: #606061;}
    .m_foot .bc .bdsharebuttonbox {position: absolute;}
    .m_foot .bc .bdsharebuttonbox a{width:25px;height:22px;display:block;margin-right:11px;float: left;}
    .m_foot .bc .bdsharebuttonbox a.bds_qzone{background:url(img-24.png) no-repeat center center;}
    .m_foot .bc .bdsharebuttonbox a.bds_tsina{background:url(img-25.png) no-repeat center;}
    .m_foot .bc .bdsharebuttonbox a.bds_weixin{background:url(img-26.png) no-repeat center;}
    .m_foot .bc .bdsharebuttonbox a.bds_renren{background:url(img-27.png) no-repeat center;}
    .m_foot .bc .bdsharebuttonbox a.bds_more{background:url(img-28.png) no-repeat center;}
}
