@charset "utf-8";

:hover{
    -webkit-transition:all 0.5s ease;
    -moz-transition:all 0.5s ease;
    -o-transition:all 0.5s ease;
    transition:all 0.5s ease;
}

/*图片放大公用类*/
.picfd img{
    -webkit-transition:0.5s ease;
    -moz-transition:0.5s ease;
    -o-transition:0.5s ease;
    -ms-transition:0.5s ease;
}
.picfd:hover img{
    transform:scale(1.1);
    -webkit-transform:scale(1.1);
    -moz-transform:scale(1.1);
    -o-transform:scale(1.1);
    -ms-transform:scale(1.1);
}

img{ max-width:100%; }

/* 头部 */
.qheader{ width:100%; background-color:#333; position:fixed; top:0px; left:0px; z-index:9999; }
.qheader_nr{ width:1200px; height:120px; position:relative; }
.qlogo{ position:absolute; top:20px; left:0px; }
.qtel{ color:#fff; line-height:20px; position:absolute; top:20px; right:0px; }
.qtel span.style1{ margin-right:10px; }
.qtel span.style2{ margin:0 10px; }
.qnav{ position:absolute; top:40px; right:0px; }
.qnav .ul{ height:80px; position:relative; z-index:2000; }
.qnav .ul>li{ height:80px; float:left;}
.qnav .ul>li:first-child{ margin-left:0px; }
.qnav .ul>li>a{ font-size:16px; color:#fff; height:78px; line-height:78px; text-align:center; padding:0 20px; border-bottom:2px solid #333; display:block;}
.qnav .ul>li>a.xz{ color:#8ebd1f; border-bottom:2px solid #8ebd1f; }
.qnav .xl{ width:100%; background-color:#f2f2f2; position:absolute;top:80px;right:0px; display:none;}
.qnav .xl ol {
  background: #f2f2f2;
  padding-top: 20px;
  padding-bottom: 20px;
}
.qnav .xl ol li{
  width:29.33%;
  padding:0 2%;
  margin-bottom: 20px;
}
.qnav .xl ol a{
  display: block;
  height: 40px;
  line-height: 40px;
  font-size: 16px;
  color: #979797;
  overflow: hidden;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
.qnav .xl ol a em {
  display: inline-block;
  width: 40px;
  height: 40px;
  margin-right: 20px;
  background: #b8b8b8;
  /*background: #8ebd1f;*/
  border-radius: 4px;
  text-align: center;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
.qnav .xl ol a em img { vertical-align:middle; }
.qnav .xl ol a:hover{
  color: #8ebd1f;
}
.qnav .xl ol a:hover em{
  background: #8ebd1f;
}
.qnav .xl2{ width:534px; }
.qnav .xl2 ol li{
  width:42%;
  padding:0 4%;
}

/* BANNER */
.qbanner{ width:100%; height:700px; margin-top:120px; position:relative; }
.qbanner .flexslider{ position:relative;height:700px;}
.qbanner .slides{ position:relative;z-index:1;}
.qbanner .slides li{height:700px;}
.qbanner .slides li a{height:700px; display:block;}

.qbanner .flex-control-nav{ width:100%; height:11px; text-align:center; position:absolute;bottom:30px;left:0px;z-index:2;}
.qbanner .flex-control-nav li{display:inline-block;width:11px;height:11px;margin:0 10px; *display:inline;zoom:1;}
.qbanner .flex-control-nav a{display:inline-block;width:11px;height:11px; background: url(../images/pic9.png) no-repeat;overflow:hidden; cursor:pointer;}
.qbanner .flex-control-nav .flex-active{ background: url(../images/pic10.png) no-repeat;}
/*
.qbanner .flex-direction-nav{position:absolute;z-index:3;width:100%;top:50%;margin-top:-35px;}
.qbanner .flex-direction-nav li a{display:block;width:38px;height:71px;overflow:hidden;cursor:pointer;position:absolute;}
.qbanner .flex-direction-nav li a.flex-prev{left:30px;background:url(../images/pic126.png) no-repeat;}
.qbanner .flex-direction-nav li a.flex-next{right:30px;background:url(../images/pic127.png)  no-repeat;}*/

/* 首页 */
.qmain{ width:100%; }
.qmain h2{ width:1200px; text-align:center; }
.qmain h2 p{ font-size:30px; width:1200px; line-height:100%; }
.qmain h2 .fbt{ font-size:18px;color:#9f9f9f; width:1200px; line-height:100%; margin-top:20px;}
.qmain h2 p img{ margin:0 24px; position:relative; top:-8px; }
.qmain h2 span{ font-family:"Arial"; font-size:14px; color:#ed7523; width:1200px; line-height:100%; margin-top:34px; display:block; }
.qmain h2 span a{ color:#ed7523; border-bottom:1px solid #ed7523; }
.qmain h2 em{ font-size:18px; font-weight:bold; color:#8d8d8d; width:1200px; line-height:100%; margin-top:36px; display:block; }

.yxk .titlethree{}
.yxk .titlethree1{}
.yxk .titlethree1 a{ color:#cdcdcd; }
.yxk .titlethree1.xz a{ color:#8ebd1f; }
.yxk .titlethree_nr{ width:100%; }
.yxk .titlethree_nr1{ width:100%; display:none; }

.qmain1{ width:100%; background-color:#f3f3f3; }
.qmain1_1{width:100%; background-color:#f3f3f3;
    -webkit-box-shadow:0 4px 3px rgba(23, 23, 23, .1);
    -moz-box-shadow:0 4px 3px rgba(23, 23, 23, .1);
    box-shadow:0 4px 3px rgba(23, 23, 23, .1);
}
.qmain1_1 ul{ width:1200px;margin:0 auto; }
.qmain1_1 ul li{ width:25%; height:100px;margin:30px auto; background:url(../images/pic11.png) no-repeat left center; }
.qmain1_1 ul li:first-child{ background:none; }
.qmain1_1 ul li a{ width:100%; display:block; }
.qmain1_1 ul li .title{width:100%; text-align:center; }
.qmain1_1 ul li .title .bt{ font-size:22px; color:#2c2c2c; width:100%; line-height:22px; margin-top:30px; overflow:hidden; text-overflow:ellipsis; white-space:nowrap; }
.qmain1_1 ul li .title .sz{ font-size:30px; font-weight:bold; color:#ed7523; width:100%; line-height:30px; margin-top:12px; overflow:hidden; text-overflow:ellipsis; white-space:nowrap; }
.qmain1_2{ width:100%; padding:50px 0 50px; }
.qmain1_2_nr{ width:1220px; margin-top:20px; overflow:hidden; }
.qmain1_2_nr ul{ width:1200px; box-shadow: 0 1px 10px #888;background-color:#fff;
  border-top-left-radius:5px;
  border-bottom-left-radius:5px;
  border-top-right-radius:5px;
  border-bottom-right-radius:5px;
  -moz-border-radius-topleft:5px;
  -moz-border-radius-bottomleft:5px;
  -moz-border-radius-topright:5px;
  -moz-border-radius-bottomright:5px;
  -webkit-border-top-left-radius:5px;
  -webkit-border-bottom-left-radius:5px;
  -webkit-border-top-right-radius:5px;
  -webkit-border-bottom-right-radius:5px; 
  display:block; 
  margin:10px; 
}
.qmain1_2_nr ul li{ width:600px; text-align:left; margin:0; }
.qmain1_2_nr ul li .pic{ width:314px; height:220px; position: absolute;}
.qmain1_2_nr ul li .picr{margin-left:286px;}
.qmain1_2_nr ul li .nrr{margin-left:300px;}
.qmain1_2_nr ul li .nr{ width:245px; height:180px;padding-top:40px;padding-left:40px;
    -webkit-transition: all 0.7s ease 0s;
    -moz-transition: all 0.7s ease 0s;
    -o-transition: all 0.7s ease 0s;
    transition: all 0.7s ease 0s;
}
.qmain1_2_nr ul li .bt{ font-size:20px; font-weight:bold; color:#272727; width:100%; line-height:20px; padding-bottom:22px; background:url(../images/pic22.png) no-repeat left bottom; overflow:hidden; text-overflow:ellipsis; white-space:nowrap; }
.qmain1_2_nr ul li .xq{ font-size:14px; color:#3f3f3f; width:100%; line-height:24px; margin-top:12px; overflow:hidden; }
.qmain1_2_nr ul li:hover .title1 img{
    -webkit-transform:rotate(180deg);
    -moz-transform:rotate(180deg);
    -o-transform:rotate(180deg);
}
.qmain1_2_nr ul li:hover .title2{ color:#ed7523; }

.qmain2{ width:100%; padding:50px 0; }
.qmain2_nr{ width:1200px;margin:70px auto 0; }
.qmain2_nr ul{ width:100%; }
.qmain2_nr ul li{ width:33.33%; }
.qmain2_nr ul li .nr{ padding:0 23px; }
.qmain2_nr ul li .nrk{ width:100%; position:relative;
    -webkit-box-shadow:0 4px 6px rgba(16, 40, 0, .1);
    -moz-box-shadow:0 4px 6px rgba(16, 40, 0, .1);
    box-shadow:0 4px 6px rgba(16, 40, 0, .1);
}
.qmain2_nr ul li .nrk a{ width:100%; display:block; }
.qmain2_nr ul li .nrk .pic{ width:100%; overflow:hidden; }
.qmain2_nr ul li .nrk .pic img{ width:100%; }
.qmain2_nr ul li .nrk .title{ height:82px; text-align:center; padding:0 10px 30px; background:url(../images/pic24.png) repeat; position:absolute; right:17px; bottom:0px; left:17px; overflow:hidden;
    -webkit-transition:all 0s ease;
    -moz-transition:all 0s ease;
    -o-transition:all 0s ease;
    transition:all 0s ease;
}
.qmain2_nr ul li .nrk .title1{ font-size:26px; font-weight:bold; color:#0f0f0f; line-height:100%; padding:30px 0; background:url(../images/pic25.png) no-repeat center bottom; }
.qmain2_nr ul li .nrk .title2{ font-size:20px; color:#0f0f0f; height:60px; line-height:30px; margin-top:22px; overflow:hidden; }
.qmain2_nr ul li .nrk .title3{ font-size:14px; color:#ed7523; margin-top:20px; }
.qmain2_nr ul li .nrk .title3 span{ color:#ed7523; width:168px; height:42px; line-height:42px; text-align:center; padding:14px; background:url(../images/pic26.png) no-repeat; display:inline-block; *display:inline; *zoom:1; }
.qmain2_nr ul li .nrk .title3 span:hover{ color:#fff; background:url(../images/pic26h.png) no-repeat; }

.qmain3{ width:100%; padding:50px 0 0; background-color:#f3f3f3; }
.qmain3_1{ padding:0 67px; }
.qmain3_1 ul{ width:100%; }
.qmain3_1 ul li{ width:33.33%; }
.qmain3_1 ul li .nr{ padding:0 17px; }
.qmain3_1 ul li .nrk{ width:100%; padding:34px 0 31px; border-bottom:1px solid #aaa; position:relative; }
.qmain3_1 ul li .nrk .pic{ width:100%; overflow:hidden; }
.qmain3_1 ul li .nrk .pic img{ width:100%; }
.qmain3_1 ul li .nrk .title{ font-size:18px; color:#fff; line-height:24px; padding:12px 10px; background:url(../images/pic28.png) repeat; position:absolute; right:0px; bottom:31px; left:0px; }
.qmain3_1 ul li .nrk .title span.style1{ font-size:24px; }
.qmain3_1 ul li .nrk .title span.style2{ font-family:"Arial"; font-weight:bold; }
.qmain3_1 ul li .nrk .bofang{ width:88px; height:88px; position:absolute; top:31%; left:50%; margin-left:-44px; }
.qmain3_2{ width:1220px; padding-bottom:10px; overflow:hidden; }
.qmain3_2 ul{ width:1232px; margin-left:10px;/*margin-top:-18px;*/ }
.qmain3_2 ul li{ width:274px; margin:48px 34px 0 0; background-color:#f5f5f5;
    -webkit-box-shadow:0 4px 3px rgba(23, 23, 23, .1);
    -moz-box-shadow:0 4px 3px rgba(23, 23, 23, .1);
    box-shadow:0 4px 3px rgba(23, 23, 23, .1);
}
.qmain3_2 ul li .pic{ width:274px; height:274px; overflow:hidden; }
.qmain3_2 ul li .pic img{ width:274px; height:274px; }
.qmain3_2 ul li .title{ width:254px; height:66px; text-align:center; padding:20px 10px; }
.qmain3_2 ul li .title1{ font-size:18px; color:#0f0f0f; width:100%; line-height:100%; overflow:hidden; text-overflow:ellipsis; white-space:nowrap; }
.qmain3_2 ul li .title1 a{ color:#0f0f0f; }
.qmain3_2 ul li .title1 a span{ color:#ed7523; }
.qmain3_2 ul li .title2{ color:#6f6f6f; width:100%; height:36px; line-height:18px; margin-top:12px; overflow:hidden; }
.qmain3_2 ul li:hover{ 
  background-color:#ed7523;
}
.qmain3_2 ul li:hover  .title1 a{ color:#fff; }
.qmain3_2 ul li:hover  .title1 a span{ color:#fff; }
.qmain3_2 ul li:hover  .title2{ color:#fff;}

.qmain4{ width:100%; padding:100px 0; }
.qmain4_nr{ width:1200px; overflow:hidden; }
.qmain4_nr ul{ width:1232px; }
.qmain4_nr ul li{ width:274px; height:274px; margin:40px 34px 0 0; position:relative;
    -webkit-transition:all 0s ease;
    -moz-transition:all 0s ease;
    -o-transition:all 0s ease;
    transition:all 0s ease;
}
.qmain4_nr ul li a{ width:274px; height:274px; display:block; }
.qmain4_nr ul li .pic{ width:274px; height:274px; overflow:hidden;
    -webkit-transition:all 0s ease;
    -moz-transition:all 0s ease;
    -o-transition:all 0s ease;
    transition:all 0s ease;
}
.qmain4_nr ul li .pic img{ width:274px; height:274px; }
.qmain4_nr ul li .title{ color:#0f0f0f; width:242px; height:49px; line-height:49px; padding:0 16px; background:url(../images/pic32.png) repeat; position:absolute; bottom:0px; left:0px; overflow:hidden; text-overflow:ellipsis; white-space:nowrap;
    -webkit-transition:all 0s ease;
    -moz-transition:all 0s ease;
    -o-transition:all 0s ease;
    transition:all 0s ease;
}
.qmain4_nr ul li .title span.style1{ font-size:18px; }
.qmain4_nr ul li .jieshao{ color:#0f0f0f; width:242px; height:274px; text-align:center; padding:0 16px; background:url(../images/pic33.png) repeat; position:absolute; bottom:0px; left:0px; display:none;
    -webkit-transition:all 0s ease;
    -moz-transition:all 0s ease;
    -o-transition:all 0s ease;
    transition:all 0s ease;
}
.qmain4_nr ul li .jieshao1{ font-size:18px; width:100%; line-height:100%; padding-top:50px; }
.qmain4_nr ul li .jieshao2{ width:100%; height:54px; line-height:18px; margin-top:10px; padding-bottom:2px; background:url(../images/pic34.png) no-repeat center bottom; overflow:hidden; }
.qmain4_nr ul li .jieshao3{ width:100%; height:54px; line-height:18px; margin-top:18px; padding-bottom:2px; overflow:hidden; }
.qmain4_nr ul li .jieshao4{ font-family:"Arial"; font-size:12px; font-weight:bold; color:#fff; width:100%; line-height:100%; }
.qmain4_nr ul li .jieshao4 span{ border-bottom:1px solid #fff; }

.qmain5{ width:100%; padding:100px 0; background-color:#f3f3f3; }
.qmain5_nr{ margin-top:70px; padding:0 52px; }
.qmain5_nr ul{ width:100%; }
.qmain5_nr ul li{ width:25%; }
.qmain5_nr ul li .nr{ padding:0 32px; }
.qmain5_nr ul li .nrk{ width:100%; position:relative; }
.qmain5_nr ul li .nrk .pic{ width:100%; overflow:hidden; }
.qmain5_nr ul li .nrk .pic img{ width:100%; }
.qmain5_nr ul li .nrk .title{ font-size:24px; font-weight:bold; color:#fff; line-height:52px; padding:0 20px; overflow:hidden; text-overflow:ellipsis; white-space:nowrap; position:absolute; right:0px; bottom:0px; left:0px; }

.qmain6{ width:100%; padding:100px 0; }
.qmain6_nr{ width:1200px; overflow:hidden; }
.qmain6_nr ul{ width:1335px; margin-top:-65px; }
.qmain6_nr ul li{ width:310px; margin:100px 135px 0 0; }
.qmain6_nr ul li .title1{ font-size:18px; color:#0f0f0f; width:100%; line-height:100%; padding-bottom:20px; background:url(../images/pic36.png) no-repeat left bottom; }
.qmain6_nr ul li .title1 a{ color:#0f0f0f; }
.qmain6_nr ul li .title2{ font-size:15px; color:#5e5e5e; width:100%; height:72px; line-height:24px; margin-top:26px; overflow:hidden; }
.qmain6_nr ul li .title3{ font-family:"Arial"; font-size:14px; color:#0f0f0f; width:100%; height:16px; line-height:100%; margin-top:15px; }
.qmain6_nr ul li .title4{ font-family:"Arial"; font-size:12px; color:#ed7523; width:100%; height:16px; line-height:100%; margin-top:15px; display:none; }
.qmain6_nr ul li .title4 a{ color:#ed7523; border-bottom:1px solid #9fcb3e; }
.qmain6_nr ul li:hover .title1{ color:#ed7523; background:url(../images/pic36h.png) no-repeat left bottom; }
.qmain6_nr ul li:hover .title1 a{ color:#ed7523; }
.qmain6_nr ul li:hover .title2{ color:#0f0f0f; }
.qmain6_nr ul li:hover .title3{ display:none; }
.qmain6_nr ul li:hover .title4{ display:block; }

.qmain7{ width:100%; padding:50px 0; background-color:#f3f3f3; }
.qmain7_nr{ width:1220px; /*margin-top:30px;*/ overflow:hidden; }
.qmain7_nr ul{ width:1236px;margin-left:10px; margin-bottom:10px;}
.qmain7_nr ul li{ width:166px; height:166px; margin:40px 40px 0 0; /*overflow:hidden; */
  border-top-left-radius:166px;
  border-bottom-left-radius:166px;
  border-top-right-radius:166px;
  border-bottom-right-radius:166px;
  -moz-border-radius-topleft:166px;
  -moz-border-radius-bottomleft:166px;
  -moz-border-radius-topright:166px;
  -moz-border-radius-bottomright:166px;
  -webkit-border-top-left-radius:166px;
  -webkit-border-bottom-left-radius:166px;
  -webkit-border-top-right-radius:166px;
  -webkit-border-bottom-right-radius:166px;
  box-shadow: 0 1px 10px #888;
}
.qmain7_nr ul li img{ width:166px; height:166px; 
  display:block; 
  border-top-left-radius:166px;
  border-bottom-left-radius:166px;
  border-top-right-radius:166px;
  border-bottom-right-radius:166px;
  -moz-border-radius-topleft:166px;
  -moz-border-radius-bottomleft:166px;
  -moz-border-radius-topright:166px;
  -moz-border-radius-bottomright:166px;
  -webkit-border-top-left-radius:166px;
  -webkit-border-bottom-left-radius:166px;
  -webkit-border-top-right-radius:166px;
  -webkit-border-bottom-right-radius:166px;
}

.qmain8{ width:100%; padding:100px 0; }
.qmain8_nr{ width:1200px; margin-top:70px; overflow:hidden; }
.qmain8_nr ul{ width:1200px; }
.qmain8_nr ul li{ width:600px; height:410px; overflow:hidden; }
.qmain8_nr ul li img{ width:600px; height:410px; }

.qmain9{ width:100%; padding:100px 0; background-color:#f3f3f3; }
.qmain9_nr{ width:1200px; margin-top:70px; }
.qmain9_nr1{ width:600px; height:410px; overflow:hidden; }
.qmain9_nr1 img{ width:600px; height:410px; }
.qmain9_nr2{ width:466px; height:280px; margin-top:43px; padding:20px 66px; background-color:#fff; border:2px solid #ed7523; border-left:0px; }
.qmain9_nr2 ul{ width:466px; height:280px; line-height:70px; overflow:hidden; }
.qmain9_nr2 ul li{ font-size:18px; width:425px; padding-left:41px; background:url(../images/pic46.png) no-repeat left center; overflow:hidden; text-overflow:ellipsis; white-space:nowrap; }
.qmain9_nr2 ul li a{ color:#0f0f0f; }
.qmain9_nr2 ul li a:hover{ color:#ed7523; }

.qmain10{ width:100%; padding:100px 0; }
.qmain10_nr{ width:1200px; margin-top:40px; overflow:hidden; }
.qmain10_nr ul{ width:1224px; }
.qmain10_nr ul li{ width:280px; height:132px; margin:30px 26px 0 0; position:relative; }
.qmain10_nr ul li a{ width:280px; height:132px; display:block; }
.qmain10_nr ul li .pic{ width:280px; height:132px; overflow:hidden; }
.qmain10_nr ul li .pic img{ width:280px; height:132px; }
.qmain10_nr ul li .title{ width:260px; height:132px; text-align:center; padding:0 10px; background:url(../images/pic48.png) repeat; position:absolute; top:0px; left:0px; }
.qmain10_nr ul li .title1{ font-size:20px; color:#0f0f0f; width:100%; line-height:100%; padding:32px 0 16px; background:url(../images/pic49.png) no-repeat center bottom; }
.qmain10_nr ul li .title2{ font-size:20px; color:#fff; width:100%; margin-top:10px; }
.qmain10_nr ul li .title2 span{ color:#fff; width:80px; height:26px; line-height:26px; text-align:center; background-color:#ed7523; display:inline-block; *display:inline; *zoom:1; }
.qmain10_nr ul li:hover .title{/* background:none;*/ background:url(../images/pic48h.png) repeat; }
.qmain10_nr ul li:hover .title2 span{ color:#333; background-color:#fff; }

.qmain11{ width:100%; padding:100px 0; }
.qmain11_nr{ width:1108px; height:548px; margin-top:70px; padding:35px 46px; }
.qmain11_nrk{ width:592px; height:548px; padding:0 258px; background:url(../images/pic51.png) repeat; }
.qmain11_nrk ul{ width:592px; height:320px; line-height:64px; padding-top:106px; overflow:hidden; }
.qmain11_nrk ul li{ font-size:18px; width:532px; padding-left:60px; background:url(../images/pic46.png) no-repeat left center; overflow:hidden; text-overflow:ellipsis; white-space:nowrap; }
.qmain11_nrk ul li a{ color:#0f0f0f; }
.qmain11_nrk ul li a:hover{ color:#ed7523; }
.qmain11_nrk ul li span.style1{ color:#8db835; }
.qmain11_nrk .ljzx{ font-size:18px; color:#ed7523; width:592px; text-align:center; margin-top:22px; }
.qmain11_nrk .ljzx a{ color:#ed7523; width:168px; height:42px; line-height:42px; text-align:center; padding:14px; background:url(../images/pic26.png) no-repeat; display:inline-block; *display:inline; *zoom:1; }
.qmain11_nrk .ljzx a:hover{ color:#fff; background:url(../images/pic26h.png) no-repeat; }

.qmain12{ width:100%; padding:100px 0; }
.qmain12_1{ margin-top:60px; padding:0 67px; }
.qmain12_1 ul{ width:100%; }
.qmain12_1 ul li{ width:33.33%; }
.qmain12_1 ul li .nr{ padding:0 17px; }
.qmain12_1 ul li .nrk{ width:100%; position:relative; }
.qmain12_1 ul li .nrk .pic{ width:100%; overflow:hidden; }
.qmain12_1 ul li .nrk .pic img{ width:100%; }
.qmain12_1 ul li .nrk .title{ font-size:18px; color:#fff; line-height:24px; padding:12px 10px; background:url(../images/pic28.png) repeat; position:absolute; right:0px; bottom:0px; left:0px; }
.qmain12_1 ul li .nrk .title span.style1{ font-size:24px; }
.qmain12_1 ul li .nrk .title span.style2{ font-family:"Arial"; font-weight:bold; }
.qmain12_1 ul li .nrk .bofang{ width:88px; height:88px; position:absolute; top:26%; left:50%; margin-left:-44px; }

.qmain13{ width:100%; padding:100px 0; background-color:#f3f3f3; }
.qmain13_nr{ width:1200px; margin-top:70px; background:url(../images/pic58.png) no-repeat center 47px; overflow:hidden; }
.qmain13_nr ul{ width:1220px; }
.qmain13_nr ul li{ font-size:18px; width:224px; text-align:center; margin-right:20px; }
.qmain13_nr ul li .title1{ width:100%; }
.qmain13_nr ul li .title1 span{ color:#353535; width:35px; height:36px; line-height:100%; padding-top:12px; background:url(../images/pic57.png) no-repeat; display:inline-block; *display:inline; *zoom:1; }
.qmain13_nr ul li .title2{ width:100%; margin-top:42px; }
.qmain13_nr ul li .title2 .img1{ display:inline-block; }
.qmain13_nr ul li .title2 .img2{ display:none; }
.qmain13_nr ul li .title3{ color:#727272; width:100%; line-height:100%; margin-top:16px; }
/*.qmain13_nr ul li:hover .title1 span{ color:#deedbd; background:url(../images/pic57h.png) no-repeat; }
.qmain13_nr ul li:hover .title2 .img1{ display:none; }
.qmain13_nr ul li:hover .title2 .img2{ display:inline-block; }
.qmain13_nr ul li:hover .title3{ color:#ed7523; }*/
.qmain13_nr ul li.xz .title1 span{ color:#deedbd; background:url(../images/pic57h.png) no-repeat; }
.qmain13_nr ul li.xz .title2 .img1{ display:none; }
.qmain13_nr ul li.xz .title2 .img2{ display:inline-block; }
.qmain13_nr ul li.xz .title3{ color:#ed7523; }

.qmain14{ width:100%; padding:100px 0; }
.qmain14_nr{ width:1200px; height:502px; margin-top:70px; position:relative; }
.qmain14_nr .pic{ font-size:30px; font-weight:bold; color:#fff; width:211px; height:211px; line-height:211px; text-align:center; position:absolute; top:148px; left:494px; }
.qmain14_nr .title{ font-size:22px; position:absolute; }
.qmain14_nr .title.style1{ top:1px; right:737px; }
.qmain14_nr .title.style2{ top:74px; right:801px; }
.qmain14_nr .title.style3{ top:168px; right:837px; }
.qmain14_nr .title.style4{ top:268px; right:836px; }
.qmain14_nr .title.style5{ top:360px; right:806px; }
.qmain14_nr .title.style6{ top:431px; right:747px; }
.qmain14_nr .title.style7{ top:1px; left:737px; }
.qmain14_nr .title.style8{ top:74px; left:801px; }
.qmain14_nr .title.style9{ top:168px; left:837px; }
.qmain14_nr .title.style10{ top:268px; left:836px; }
.qmain14_nr .title.style11{ top:360px; left:806px; }
.qmain14_nr .title.style12{ top:431px; left:747px; }
.qmain14_nr .title p{ color:#fff; width:70px; height:70px; line-height:70px; text-align:center; background:url(../images/pic62.png) no-repeat center; }
.qmain14_nr .title span{ color:#000; line-height:70px; margin:0 30px; }
.qmain14_nr .title:hover p{ background:url(../images/pic62h.png) no-repeat center; }
.qmain14_nr .title:hover span{ color:#ed7523; }

.qmain15{ width:100%; padding:100px 0; background-color:#f3f3f3; }
.qmain15_nr{ width:1200px; margin-top:0px; }
.qmain15_nr ul{ width:1200px; }
.qmain15_nr ul li{ width:1200px; height:410px; margin-top:60px; padding:109px 0 49px; border-top:2px dashed #818181; }
.qmain15_nr ul li:first-child{ margin-top:10px; border-top:0px; }
.qmain15_nr ul li .title{ width:1080px; height:410px; padding:0 60px; background-color:#fff;
    -webkit-box-shadow:0 4px 6px rgba(16, 40, 0, .1);
    -moz-box-shadow:0 4px 6px rgba(16, 40, 0, .1);
    box-shadow:0 4px 6px rgba(16, 40, 0, .1);
}
.qmain15_nr ul li .pic{ width:392px; height:480px; margin-top:-49px; padding:12px; border:2px solid #ed7523; }
.qmain15_nr ul li .pic1{ width:392px; height:480px; overflow:hidden; }
.qmain15_nr ul li .pic1 img{ width:392px; height:480px; }
.qmain15_nr ul li .jieshao{ width:600px; height:410px; }
.qmain15_nr ul li .jieshao1{ width:100%; margin-top:36px; padding-bottom:22px; background:url(../images/pic60.png) no-repeat left bottom; }
.qmain15_nr ul li .jieshao1 p{ font-family:"Arial"; font-size:18px; font-weight:bold; color:#ed7523; width:100%; line-height:100%; }
.qmain15_nr ul li .jieshao1 a{ color:#ed7523; }
.qmain15_nr ul li .jieshao1 span{ font-size:16px; width:100%; line-height:100%; margin-top:16px; display:block; }
.qmain15_nr ul li .jieshao2{ font-size:16px; color:#3d3d3d; width:100%; height:64px; line-height:32px; margin-top:10px; overflow:hidden; }
.qmain15_nr ul li .jieshao3{ font-size:16px; color:#5e5e5e; width:100%; height:192px; line-height:32px; overflow:hidden; }
.qmain15_nr ul li .title:hover{
    -webkit-box-shadow:0 4px 6px rgba(16, 40, 0, .1);
    -moz-box-shadow:0 4px 6px rgba(16, 40, 0, .1);
    box-shadow:0 4px 6px rgba(16, 40, 0, .1);
}
.qmain15_nr ul li.odd .pic{ float:right; }
.qmain15_nr ul li.odd .jieshao{ float:left; }
.qmain15_nr ul li.odd .jieshao1{ text-align:right; background:url(../images/pic60.png) no-repeat right bottom; }
.qmain15_nr ul li.odd .jieshao2{ text-align:right; }

.qmain16{ width:100%; padding:100px 0; }
.qmain16_nr{ width:100%; margin-top:0px; }
.qmain16_nr1{ width:48%; }
.qmain16_nr1 img{ width:100%; }
.qmain16_nr2{ width:52%; margin-top:0px; overflow:hidden; }
.qmain16_nr2 ul{ padding:0 50px 0 10px; }
.qmain16_nr2 ul li{ width:50%; text-align:center; margin-top:40px; }
.qmain16_nr2 ul li .title{ padding-right:60px; }
.qmain16_nr2 ul li .title1{ width:100%; height:94px; }
.qmain16_nr2 ul li .title1 img{ width:100px; height:94px;
    -webkit-transition: all 0.7s ease 0s;
    -moz-transition: all 0.7s ease 0s;
    -o-transition: all 0.7s ease 0s;
    transition: all 0.7s ease 0s;
}
.qmain16_nr2 ul li .title2{ font-size:20px; font-weight:bold; color:#5d5d5d; width:100%; line-height:100%; margin-top:26px; overflow:hidden; text-overflow:ellipsis; white-space:nowrap; }
.qmain16_nr2 ul li .title3{ font-size:16px; color:#0f0f0f; width:100%; height:120px; line-height:30px; margin-top:12px; overflow:hidden; }
.qmain16_nr2 ul li:hover .title1 img{
    -webkit-transform:rotate(180deg);
    -moz-transform:rotate(180deg);
    -o-transform:rotate(180deg);
}
.qmain16_nr2 ul li:hover .title2{ color:#ed7523; }

.qmain17{ width:100%; padding:100px 0; }
.qmain17_nr{ width:1200px; margin-top:0px; }
.qmain17_nr ul{ width:1134px; padding:0 33px; }
.qmain17_nr ul li{ width:242px; margin:36px 68px 0; background-color:#fff;
    -webkit-box-shadow:0 6px 13px rgba(5, 11, 93, .14);
    -moz-box-shadow:0 6px 13px rgba(5, 11, 93, .14);
    box-shadow:0 6px 13px rgba(5, 11, 93, .14);
}
.qmain17_nr ul li .pic{ color:#5e5e5e; width:242px; height:154px; text-align:center; background:url(../images/pic64.png) no-repeat center bottom; }
.qmain17_nr ul li .pic p{ font-size:24px; font-weight:bold; width:242px; line-height:100%; padding:36px 0 21px; background:url(../images/pic66.png) no-repeat center bottom; }
.qmain17_nr ul li .pic span{ font-family:"Arial"; font-size:18px; font-weight:bold; width:242px; line-height:100%; margin-top:24px; display:block; }
.qmain17_nr ul li .title{ width:242px;/* height:266px;*/ }
.qmain17_nr ul li .title1{ font-size:18px; color:#909090; width:216px; padding:0 13px; }
.qmain17_nr ul li .title1 p{ color:#909090; width:216px; height:66px; line-height:66px; margin:0px; border-top:1px solid #c0bbb7; }
.qmain17_nr ul li .title1 p a{ color:#909090; }
.qmain17_nr ul li .title1 p:first-child{ border-top:0px; }
/*.qmain17_nr ul li:hover .pic{ color:#fff; background:url(../images/pic65.png) no-repeat center bottom; }*/
/*.qmain17_nr ul li:hover .pic p{ background:url(../images/pic66h.png) no-repeat center bottom; }*/
/*.qmain17_nr ul li:hover .title1 p{ color:#0f0f0f; }*/
/*.qmain17_nr ul li:hover .title1 p a{ color:#0f0f0f; }*/
.qmain17_nr ul li.xz .pic{ color:#fff; background:url(../images/pic65.png) no-repeat center bottom; }
.qmain17_nr ul li.xz .pic p{ background:url(../images/pic66h.png) no-repeat center bottom; }
.qmain17_nr ul li.xz .title1 p{ color:#0f0f0f; }
.qmain17_nr ul li.xz .title1 p a{ color:#0f0f0f; }

.qmain18{ width:100%; padding:100px 0; }
.qmain18_nr{ margin-top:70px; padding:0 116px; }
.qmain18_nr ul{ width:100%; }
.qmain18_nr ul li{ width:33.33%; }
.qmain18_nr ul li .nr{ padding:0 38px; }
.qmain18_nr ul li .nrk{ width:100%; position:relative; }
.qmain18_nr ul li .nrk a{ width:100%; display:block; }
.qmain18_nr ul li .nrk .pic{ width:100%; overflow:hidden; }
.qmain18_nr ul li .nrk .pic img{ width:100%; }
.qmain18_nr ul li .nrk .title{ height:92px; text-align:center; padding:0 10px 40px; background:url(../images/pic24.png) repeat; position:absolute; right:20px; bottom:0px; left:20px; overflow:hidden;
    -webkit-transition:all 0s ease;
    -moz-transition:all 0s ease;
    -o-transition:all 0s ease;
    transition:all 0s ease;
}
.qmain18_nr ul li .nrk .title1{ font-size:30px; font-weight:bold; color:#0f0f0f; line-height:100%; padding:34px 0 38px; background:url(../images/pic25.png) no-repeat center bottom; }
.qmain18_nr ul li .nrk .title2{ font-size:18px; color:#0f0f0f; height:64px; line-height:32px; margin-top:26px; overflow:hidden; }
.qmain18_nr ul li .nrk .title3{ font-size:18px; color:#ed7523; margin-top:30px; }
.qmain18_nr ul li .nrk .title3 span{ color:#ed7523; width:168px; height:42px; line-height:42px; text-align:center; padding:14px; background:url(../images/pic26.png) no-repeat; display:inline-block; *display:inline; *zoom:1; }
.qmain18_nr ul li .nrk .title3 span:hover{ color:#fff; background:url(../images/pic26h.png) no-repeat; }

.qmain19{ width:100%; padding:100px 0; background-color:#f3f3f3; }
.qmain19_nr{ width:1200px; margin-top:34px; position:relative; }

.qmain19_nr .slideTxtBox{ width:1200px;  }
.qmain19_nr .slideTxtBox .hd{ width:206px; padding-top:54px; position:relative; }
.qmain19_nr .slideTxtBox .hd .jieshao{ font-family:"Arial"; font-size:36px; font-weight:bold; color:#ed7523; width:206px; line-height:100%; text-align:right; position:absolute; top:0px; right:0px; }
.qmain19_nr .slideTxtBox .hd ul{ width:206px; }
.qmain19_nr .slideTxtBox .hd ul li{ font-size:18px; color:#9d9d9d; width:206px; height:78px; line-height:78px; text-align:right; }
.qmain19_nr .slideTxtBox .hd ul li a{ color:#9d9d9d; }
.qmain19_nr .slideTxtBox .hd ul li.on{ font-weight:bold; color:#ed7523; }
.qmain19_nr .slideTxtBox .hd ul li.on a{ font-weight:bold; color:#ed7523; }
.qmain19_nr .slideTxtBox .bd ul{ width:952px; margin-right:10px; }
.qmain19_nr .slideTxtBox .bd li{ width:952px; height:498px; overflow:hidden; }
.qmain19_nr .slideTxtBox .bd li img{ width:952px; height:498px; }

/* 下面是前/后按钮代码，如果不需要删除即可 */
/*.qmain19_nr .slideTxtBox .arrow{  position:absolute; right:10px; top:0; }
.qmain19_nr .slideTxtBox .arrow a{ display:block;  width:5px; height:9px; float:right; margin-right:5px; margin-top:10px;  overflow:hidden;
	 cursor:pointer; background:url("../images/arrow.png") 0 0 no-repeat; }
.qmain19_nr .slideTxtBox .arrow .next{ background-position:0 -50px;  }
.qmain19_nr .slideTxtBox .arrow .prevStop{ background-position:-60px 0; }
.qmain19_nr .slideTxtBox .arrow .nextStop{ background-position:-60px -50px; }*/

/*.qmain19_nr .ttitle{ width:206px; padding-top:54px; position:relative; }
.qmain19_nr .ttitle1{ font-size:18px; color:#9d9d9d; width:206px; height:78px; line-height:78px; text-align:right; }
.qmain19_nr .ttitle1 a{ color:#9d9d9d; }
.qmain19_nr .ttitle1:hover a{ font-weight:bold; color:#ed7523; }
.qmain19_nr .ttitle1.xz a{ font-weight:bold; color:#ed7523; }
.qmain19_nr .ttitle .jieshao{ font-family:"Arial"; font-size:36px; font-weight:bold; color:#ed7523; width:206px; line-height:100%; text-align:right; position:absolute; top:0px; right:0px; }
.qmain19_nr .ttitle_nr { width:952px; margin-right:10px; }
.qmain19_nr .ttitle_nr1{ width:952px; height:498px; overflow:hidden; display:none; }
.qmain19_nr .ttitle_nr1 img{ width:952px; height:498px; }
.qmain19_nr .tanniu{ width:12px; position:absolute; top:0px; right:-12px; }
.qmain19_nr .tanniu1{ width:12px; height:12px; line-height:12px; text-align:center; margin-bottom:10px; }
.qmain19_nr .tanniu1 a{ width:12px; height:12px; background:url(../images/pic70.png) no-repeat; display:block; }
.qmain19_nr .tanniu1:hover a{ background:url(../images/pic70h.png) no-repeat; }
.qmain19_nr .tanniu1.xz a{ background:url(../images/pic70h.png) no-repeat; }*/

.qmain20{ width:100%; padding:100px 0; }
.qmain20_nr{ width:1200px; margin-top:30px; overflow:hidden; }
.qmain20_nr ul{ width:1240px; }
.qmain20_nr ul li{ width:580px; margin:40px 40px 0 0; }
.qmain20_nr ul li .jieshao{ font-size:24px; font-weight:bold; color:#fff; width:580px; height:54px; line-height:54px; text-align:center; background-color:#0f0f0f; }
.qmain20_nr ul li .jieshao.xz{ background-color:#ed7523; }
.qmain20_nr ul li .title{ width:580px; text-align:center; }
.qmain20_nr ul li .title1{ width:290px; }
.qmain20_nr ul li .title1 a{ font-size:18px; font-weight:bold; color:#0f0f0f; width:290px; height:54px; line-height:54px; text-align:center; background-color:#d2d2d2; display:block; }
.qmain20_nr ul li .title1.xz a{ color:#ed7523; background-color:#fff; }
.qmain20_nr ul li .title_nr{ width:580px; margin-top:0px; }
.qmain20_nr ul li .title_nr1{ width:580px; height:870px; display:none; }
.qmain20_nr ul li .title_nr1 .nr{ width:470px; height:66px; padding:10px 55px; border-bottom:1px dashed #cfcfcf; }
.qmain20_nr ul li .title_nr1 .nr1{ width:110px; height:66px; overflow:hidden; }
.qmain20_nr ul li .title_nr1 .nr1 img{ width:110px; height:66px; }
.qmain20_nr ul li .title_nr1 .nr2{ font-size:16px; width:310px; height:66px; }
.qmain20_nr ul li .title_nr1 .nr2 p{ font-weight:bold; color:#3d3d3d; width:100%; margin-top:6px; overflow:hidden; text-overflow:ellipsis; white-space:nowrap; }
.qmain20_nr ul li .title_nr1 .nr2 p a{ color:#3d3d3d; }
.qmain20_nr ul li .title_nr1 .nr2 span{ font-family:"Arial"; color:#909090; width:100%; margin-top:10px; display:block; overflow:hidden; text-overflow:ellipsis; white-space:nowrap; }
.qmain20_nr ul li .title_nr1 .nr:hover{ background-color:#f3f3f3; border-bottom:1px dashed #f3f3f3; }
.qmain20_nr ul li .title_nr1 .nr:hover .nr2 p{ color:#9bc844; }
.qmain20_nr ul li .title_nr1 .nr:hover .nr2 p a{ color:#9bc844; }
.qmain20_nr ul li .title_nr1 .nr:hover .nr2 span{ color:#898989; }

.qmain21{ width:100%; margin-top:138px; padding:174px 0 60px; position:relative; }
.qmain21_nr{ width:1200px; }
.qmain21_nr1{ font-size:36px; font-weight:bold; color:#ededed; width:282px; height:282px; line-height:282px; text-align:center; background:url(../images/pic73.png) no-repeat; position:absolute; top:-138px; left:50%; margin-left:-141px; }
.qmain21_nr2{ font-size:16px; color:#343434; width:930px; height:84px; line-height:28px; padding:94px 135px; background:url(../images/pic74.png) no-repeat; overflow:hidden; }

.qmain22{ width:100%; padding:100px 0 58px; background-color:#f3f3f3; }
.qmain22_nr{ width:1200px; height:621px; margin-top:70px; padding:10px 0 42px; background:url(../images/pic78.png) no-repeat center top; }
.qmain22_nrk{ width:837px; height:556px; }

.qmain23{ width:100%; padding:100px 0; background-color:#f3f3f3; }
.qmain23_nr{ width:1040px; padding:20px 76px 46px; border:4px solid #ed7523; position:relative; }
.qmain23_nrk{ width:1040px; margin-top:36px; }
.qmain23_nrk1{ font-size:22px; color:#fff; width:104px; line-height:34px; text-align:center; background-color:#ed7523; }
.qmain23_nrk2{ font-size:16px; color:#595959; width:906px; line-height:24px; }
.qmain23_nrk3{ font-size:16px; color:#595959; width:906px; line-height:34px; }
.qmain23_nrk3 ul{ width:906px; }
.qmain23_nrk3 ul li{ width:882px; padding-left:24px; background:url(../images/pic90.png) no-repeat left center; }
.qmain23_nrk3 ul li a{ color:#595959; }
.qmain23_nr .jiao{ position:absolute; top:-23px; right:116px; }

.qmain24{ width:100%; padding:100px 0; }
.qmain24_nr{ width:1200px; margin-top:70px; }

.mod-02 .title{ padding:0 8.33%; }

.mod-02 .title .tabs-tit {
  padding-right: 7px;
  padding-bottom: 46px;
  padding-left: 7px;
  text-align: center;
  width:23.6%;
}

.mod-02 .title .tabs-tit .img-bg {
  height: 57px;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  cursor: pointer;
  position: relative;
}

.mod-02 .title .tabs-tit .img-bg .name {
  line-height: 57px;
  background: rgba(0,0,0,0.53);
  font-size: 18px;
  color: #fff;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}

.mod-02 .title .tabs-tit.selected {
  background: url("../images/pic98.jpg") center top repeat-y;
}

.mod-02 .title .tabs-tit.selected .img-bg .name {
  background: rgba(132,197,53,0.9);
}

.mod-02 .content img {
  display: block;
  margin-right: auto;
  margin-left: auto;
  max-width: 100%;
}

.qmain25{ width:100%; padding:100px 0; background-color:#f3f3f3; }
.qmain25_nr{ width:1200px; margin-top:37px; }
.qmain25_nr ul{ width:1233px; }
.qmain25_nr ul li{ width:378px; margin:33px 33px 0 0;
    -webkit-box-shadow:0 4px 6px rgba(16, 40, 0, .1);
    -moz-box-shadow:0 4px 6px rgba(16, 40, 0, .1);
    box-shadow:0 4px 6px rgba(16, 40, 0, .1);
}
.qmain25_nr ul li .pic{ width:378px; height:258px; overflow:hidden; }
.qmain25_nr ul li .pic img{ width:378px; height:258px; }
.qmain25_nr ul li .title{ width:338px; height:168px; padding:0 20px; background-color:#fff; }
.qmain25_nr ul li .title1{ font-size:18px; font-weight:bold; color:#0f0f0f; width:338px; line-height:100%; padding-top:20px; overflow:hidden; text-overflow:ellipsis; white-space:nowrap; }
.qmain25_nr ul li .title2{ font-size:16px; color:#0f0f0f; width:338px; height:96px; line-height:24px; margin-top:16px; overflow:hidden; }
.qmain25_nr ul li:hover{
    -webkit-box-shadow:0 3px 6px rgba(4, 0, 0, .2);
    -moz-box-shadow:0 3px 6px rgba(4, 0, 0, .2);
    box-shadow:0 3px 6px rgba(4, 0, 0, .2);
}
.qmain25_nr ul li:hover .title{ background-color:#ed7523; }
.qmain25_nr ul li:hover .title1{ color:#fff; }
.qmain25_nr ul li:hover .title2{ color:#fff; }

.qmain26{ width:100%; padding:100px 0; }
.qmain26_nr{ width:1200px; margin-top:40px; overflow:hidden; }

.mod-04{ width:1230px; }

.mod-04>div{
  width:380px;
  margin: 30px 30px 0 0;
}

.mod-04>div.style1{
  width:585px;
}

.mod-04>div .box {
  height: 125px;
  padding-top: 25px;
  padding-right: 25px;
  padding-left: 25px;
  position: relative;
  overflow: hidden;
  background: #f3f3f3 url("../images/pic98.png") right top repeat-y;
}

.mod-04>div .box2 {
  height: 182px;
}

.mod-04>div .box3 {
  background: #fff url("../images/pic98.png") right top repeat-y;
}

.mod-04>div .box.bg1 {
  background: #f3f3f3;
}

.mod-04>div .box.bg2 {
  background: #eee;
}

.mod-04>div .box.bg3 {
  background: #f8f8f8;
}
.mod-04 .box .bgg{
  width: 100%;
  height: 100%;
  position: absolute;
  top: -100%;
  left: 0;
  z-index: 2;
}
.mod-04 .box .bgg i{
  display: block;
  width: 100%;
  height: 100%;
  background: #ed7523;
  /*opacity: 0.84;*/
  /*-moz-opacity: 0.84;*/
  /*filter: alpha(opacity=84);*/
  position: absolute;
  left: 0;
  top: 0;
  z-index: -1;
}
.mod-04>div .box .title {
  margin-bottom: 19px;
  font-size: 24px;
  color: #333;
  font-weight: bold;
  position: relative;
  z-index: 3;
  -webkit-transition: all 0.6s ease 0s;
  -moz-transition: all 0.6s ease 0s;
  -o-transition: all 0.6s ease 0s;
  transition: all 0.6s ease 0s;
}

.mod-04>div .box .title a {
  color: #333;
  -webkit-transition: all 0.6s ease 0s;
  -moz-transition: all 0.6s ease 0s;
  -o-transition: all 0.6s ease 0s;
  transition: all 0.6s ease 0s;
}

.mod-04>div .box .content {
  line-height: 24px;
  font-size: 16px;
  color: #929292;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  position: relative;
  z-index: 3;
  -webkit-transition: all 0.6s ease 0s;
  -moz-transition: all 0.6s ease 0s;
  -o-transition: all 0.6s ease 0s;
  transition: all 0.6s ease 0s;
}

.mod-04>div .box .more {
  font-family: Arial;
  font-size: 14px;
  color: #fff;
  border-bottom: 1px solid #c7e4a2;
  position: absolute;
  bottom: 20px;
  left: 25px;
  z-index: 3;
  display: none;
}

.mod-04>div .box .number {
  position: absolute;
  right: 0;
  bottom: 0;
  z-index: 2222;
}

.mod-04>div .box .name {
  font-family: Arial;
  font-size: 14px;
  color: #929292;
  text-transform: uppercase;
  position: absolute;
  right: 25px;
  bottom: 10px;
  z-index: 3;
  -webkit-transition: all 0.6s ease 0s;
  -moz-transition: all 0.6s ease 0s;
  -o-transition: all 0.6s ease 0s;
  transition: all 0.6s ease 0s;
}

.mod-04>div .box:hover .title {
  color: #fff;
}

.mod-04>div .box:hover .title a {
  color: #fff;
}

.mod-04>div .box:hover .content {
  color: #fff;
}

.mod-04>div .box:hover .more {
  display: block;
}

.mod-04>div:hover .box .name {
  color: #fff;
}
.mod-04>div .box:hover span.bgg{
  left: 0;
}

.qmain27{ width:100%; padding:100px 0 0; }
.qmain27_nr{ width:1000px; margin-top:70px; padding:72px 100px 46px; background-color:#fff; }
.qmain27_nr1{ width:1000px; }
.qmain27_nr1 ul{ font-size:16px; width:1000px; }
.qmain27_nr1 ul li{ width:294px; margin-left:59px; }
.qmain27_nr1 ul li:first-child{ margin-left:0px; }
.qmain27_nr1 ul li p{ color:#0f0f0f; width:94px; line-height:38px; }
.qmain27_nr1 ul li span{ width:200px; }
.qmain27_nr1 ul li span .wbk1{ color:#898989; width:168px; height:36px; line-height:36px; padding:0 15px; background-color:#f3f3f3; border:1px solid #f3f3f3; }
.qmain27_nr1 ul li span .wbk1::-webkit-input-placeholder { /* WebKit browsers */
color: #898989;
}
.qmain27_nr1 ul li span .wbk1:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
color: #898989;
}
.qmain27_nr1 ul li span .wbk1::-moz-placeholder { /* Mozilla Firefox 19+ */
color: #898989;
}
.qmain27_nr1 ul li span .wbk1:-ms-input-placeholder { /* Internet Explorer 10+ */
color: #898989;
}
.qmain27_nr1 ul li span .wbk2{ color:#ff0000; width:168px; height:36px; line-height:36px; padding:0 15px; background-color:#fff; border:1px solid #ff0000; }
.qmain27_nr1 ul li span .wbk2::-webkit-input-placeholder { /* WebKit browsers */
color: #ff0000;
}
.qmain27_nr1 ul li span .wbk2:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
color: #ff0000;
}
.qmain27_nr1 ul li span .wbk2::-moz-placeholder { /* Mozilla Firefox 19+ */
color: #ff0000;
}
.qmain27_nr1 ul li span .wbk2:-ms-input-placeholder { /* Internet Explorer 10+ */
color: #ff0000;
}
.qmain27_nr2{ width:1000px; margin-top:50px; }
.qmain27_nr2 ul{ font-size:16px; width:1000px; }
.qmain27_nr2 ul li{ width:400px; margin-left:200px; }
.qmain27_nr2 ul li:first-child{ margin-left:0px; }
.qmain27_nr2 ul li p{ color:#0f0f0f; width:94px; line-height:38px; }
.qmain27_nr2 ul li span{ width:306px; }
.qmain27_nr2 ul li span .wbk1{ color:#898989; width:274px; height:36px; line-height:36px; padding:0 15px; background-color:#f3f3f3; border:1px solid #f3f3f3; }
.qmain27_nr2 ul li span .wbk1::-webkit-input-placeholder { /* WebKit browsers */
color: #898989;
}
.qmain27_nr2 ul li span .wbk1:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
color: #898989;
}
.qmain27_nr2 ul li span .wbk1::-moz-placeholder { /* Mozilla Firefox 19+ */
color: #898989;
}
.qmain27_nr2 ul li span .wbk1:-ms-input-placeholder { /* Internet Explorer 10+ */
color: #898989;
}
.qmain27_nr2 ul li span .wbk2{ color:#ff0000; width:274px; height:36px; line-height:36px; padding:0 15px; background-color:#fff; border:1px solid #ff0000; }
.qmain27_nr2 ul li span .wbk2::-webkit-input-placeholder { /* WebKit browsers */
color: #ff0000;
}
.qmain27_nr2 ul li span .wbk2:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
color: #ff0000;
}
.qmain27_nr2 ul li span .wbk2::-moz-placeholder { /* Mozilla Firefox 19+ */
color: #ff0000;
}
.qmain27_nr2 ul li span .wbk2:-ms-input-placeholder { /* Internet Explorer 10+ */
color: #ff0000;
}
.qmain27_nr3{ width:1000px; text-align:right; margin-top:40px; }
.qmain27_nr3 .btn1{ font-size:22px; color:#ed7523; width:164px; height:48px; line-height:46px; text-align:center; background-color:#fff; border:1px solid #ed7523; }
.qmain27_nr3 .btn1:hover,.qmain27_nr3 .btn1.xz{ color:#fff; background-color:#ed7523; }

.qmain28{ width:100%; padding:100px 0; background-color:#f3f3f3; }
.qmain28_nr{ width:1200px; margin-top:30px; overflow:hidden; }
.qmain28_nr ul{ width:1225px; }
.qmain28_nr ul li{ width:218px; margin:40px 27px 0 0; }
.qmain28_nr ul li .pic{ width:218px; height:124px; overflow:hidden; }
.qmain28_nr ul li .pic img{ width:218px; height:124px; }
.qmain28_nr ul li .title{ width:218px; }
.qmain28_nr ul li .title1{ font-size:18px; font-weight:bold; color:#000; width:218px; margin-top:16px; overflow:hidden; text-overflow:ellipsis; white-space:nowrap; }
.qmain28_nr ul li .title1 a{ color:#000; }
.qmain28_nr ul li .title2{ font-size:16px; color:#8fc31f; width:218px; line-height:100%; margin-top:10px; }
.qmain28_nr ul li .title2 span.style1{ font-family:"Arial"; font-size:24px; color:#333; }

.qmain29{ width:100%; padding:100px 0 0; }
.qmain29_nr{ padding:0 30px; }
.qmain29_nr ul{ width:100%; }
.qmain29_nr ul li{ width:33.33%; margin-top:25px; }
.qmain29_nr ul li .nr{ padding:0 20px; }
.qmain29_nr ul li .nr1{ width:100%; height:100%; overflow:hidden; }
.qmain29_nr ul li .nr1 img{ width:100%; height:100%; }
.qmain29_nr ul li .nr2{ font-size:26px; font-weight:bold; color:#4d4d4d; width:100%; height:72px; line-height:36px; margin-top:18px; overflow:hidden; }
.qmain29_nr ul li .nr3{ font-size:18px; color:#8fc31f; width:100%; line-height:100%; margin-top:30px; padding-bottom:38px; border-bottom:1px solid #e5e5e5; }
.qmain29_nr ul li .nr3 img{ margin-left:10px; position:relative; top:2px; }

.qmain30{ width:100%; padding:100px 0; }
.qmain30_nr{ margin-top:70px; padding:0 50px; }
.qmain30_nr .left-main {
  width: 24.98%;
}

.qmain30_nr .right-main {
  width: 75.02%;
}

.qmain30_nr .w-01 {
  width: 33.235%;
}

.qmain30_nr .w-02 {
  width: 66.645%;
}

.qmain30_nr .box {
  position: relative;
  -webkit-transition:all 0s ease;
  -moz-transition:all 0s ease;
  -o-transition:all 0s ease;
  transition:all 0s ease;
}

.y_guodu {
  -webkit-transition: all 0.7s ease 0s;
  -moz-transition: all 0.7s ease 0s;
  -o-transition: all 0.7s ease 0s;
  transition: all 0.7s ease 0s;
}

.qmain30_nr .box img {
  display: block;
  width: 100%;
}

.qmain30_nr .box:hover img {
  -webkit-transform: scale(1.2);
  -moz-transform: scale(1.2);
  -o-transform: scale(1.2);
}

.qmain30_nr .box .title {
  position: absolute;
  left: 15px;
  bottom: 10px;
  color: #ffffff;
  font-size: 30px;
  font-weight: bold;
}

.qmain30_nr .box .title span {
  display: block;
  font-size: 16px;
  color: #7e7e7e;
  font-weight: normal;
}

.qmain31{ width:100%; padding:100px 0; }
.qmain31_nr{ width:1200px; margin-top:30px; }
.qmain31_nr .left-s, .qmain31_nr .txt-warp {
  padding-left: 0;
  padding-right: 0;
}

.qmain31_nr .left-s {
  width: 50%;
  background: #f1f1f1;
}

.qmain31_nr .left-s .icon-group {
  margin-top: 10px;
}

.qmain31_nr .left-s .icon-group .a-icon {
  width: 33.33%;
  text-align: center;
  margin: 25px 0;
}

.qmain31_nr .left-s .icon-group .a-icon a {
  display: inline-block;
}

.qmain31_nr .left-s .icon-group .a-icon a .icon {
  width: 53px;
  height: 53px;
  position: relative;
  display: block;
  margin: 0 auto;
}

.qmain31_nr .left-s .icon-group .a-icon a .icon img {
  position: absolute;
  top: 0;
  left: 0;
}

.qmain31_nr .left-s .icon-group .a-icon a .icon img.img-h {
  display: none;
}

.qmain31_nr .left-s .icon-group .a-icon a .title {
  height: 40px;
  line-height: 40px;
  font-family: Arial;
  font-size: 18px;
  color: #272727;
  text-transform: uppercase;
}

.qmain31_nr .left-s .icon-group .a-icon a:hover .icon img.img-h, .qmain31_nr .left-s .icon-group .a-icon a:focus .icon img.img-h, .qmain31_nr .left-s .icon-group .a-icon a.current .icon img.img-h {
  display: block;
}

.qmain31_nr .left-s .icon-group .a-icon a:hover .icon img.img-d, .qmain31_nr .left-s .icon-group .a-icon a:focus .icon img.img-d, .qmain31_nr .left-s .icon-group .a-icon a.current .icon img.img-d {
  display: none;
}

.qmain31_nr .left-s .icon-group .a-icon a:hover .title, .qmain31_nr .left-s .icon-group .a-icon a:focus .title, .qmain31_nr .left-s .icon-group .a-icon a.current .title {
  color: #84c535;
}

.qmain31_nr .left-s .info {
  padding: 30px 0;
}

.qmain31_nr .left-s .info > div {
  display: none;
  color: #989898;
  font-size: 18px;
  text-align: center;
  line-height: 1.6;
}

.qmain31_nr .txt-warp {
  width: 50%;
  background: #333333;
  color: #babbbc;
  font-size: 14px;
  line-height: 24px;
}

.qmain31_nr .txt-warp > div {
  display: none;
  padding: 30px;
}

.qmain31_nr .txt-warp .box {
  margin-bottom: 20px;
}

.qmain31_nr .txt-warp .title {
  font-size: 18px;
  color: #84c535;
  font-weight: bold;
  margin-bottom: 10px;
}

.qmain32{ width:100%; padding:100px 0 60px; }
.qmain32_nr{ width:1200px; margin-top:30px; }
.qmain32_nr .con_title {
  padding: 5% 0 7.5%;
}

.qmain32_nr .con_title .b {
  color: #e4e4e4;
}

.qmain32_nr .txt-s {
  font-size: 14px;
  line-height: 24px;
  color: #d4d4d4;
}

.qmain32_nr .txt-s.left-cont {
  width: 33.33%;
  text-align: right;
}

.qmain32_nr .txt-s.right-cont {
  width: 33.33%;
  text-align: left;
}

.qmain32_nr .light-wrap {
  width: 33.33%;
}

.qmain32_nr .txt-s .txt-box {
  padding: 0 15px;
  margin-bottom: 40px;
}

.qmain32_nr .txt-s .txt-box.on {
  color: #7c7c7c;
}

.qmain32_nr .txt-s .txt-box.on .title {
  color: #84c535;
}

.qmain32_nr .txt-s .title {
  font-size: 18px;
  color: #9e9e9e;
  font-family: Arial;
  margin-bottom: 10px;
}

.qmain32_nr .light-wrap img {
  display: block;
}

.qmain32_nr .light-wrap .light {
  width: 292px;
  height: 449px;
  background: url("../images/pic115.png") no-repeat top center;
  margin: 0 auto 15px auto;
  position: relative;
}

.qmain32_nr .light-wrap .ligth-on {
  background: url("../images/pic114.png") no-repeat top center;
  position: absolute;
  width: 292px;
  height: 449px;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
}

.qmain32_nr .light-wrap .cont {
  background: url("../images/pic116.png") repeat;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 9;
}

.qmain32_nr .light-wrap .left-nav, .qmain32_nr .light-wrap .right-nav {
  height: 369px;
  width: 140px;
}

.qmain32_nr .light-wrap .left-nav {
  padding-left: 4px;
  float: left;
}

.qmain32_nr .light-wrap .right-nav {
  padding-right: 4px;
  float: right;
}
.qmain32_nr .light-wrap .btm-nav {
  width: 138px;
  margin: 0 auto;
}
.qmain32_nr .light-wrap .btm-nav a {
  display: block;
  text-align: center;
  color: #ffffff;
  font-size: 12px;
  height: 26px;
  line-height: 20px;
  text-transform: uppercase;
}

.qmain32_nr .light-wrap .a-s {
  font-size: 14px;
  color: #ffffff;
  display: block;
  box-sizing: border-box;
  font-weight: bold;
  -webkit-transition:all 0s ease;
  -moz-transition:all 0s ease;
  -o-transition:all 0s ease;
  transition:all 0s ease;
}

.qmain32_nr .light-wrap .a-s.p-1 {
  padding-left: 32px;
  padding-top: 63px;
}

.qmain32_nr .light-wrap .a-s.p-2 {
  padding-left: 46px;
  padding-top: 46px;
}

.qmain32_nr .light-wrap .a-s.p-3 {
  padding-left: 38px;
  padding-top: 46px;
  width: 85px;
  margin-left: 52px;
}

.qmain32_nr .light-wrap .a-s.p-4 {
  padding-left: 24px;
  padding-top: 63px;
}

.qmain32_nr .light-wrap .a-s.p-5 {
  padding-left: 50px;
  padding-top: 46px;
}

.qmain32_nr .light-wrap .a-s.p-6 {
  padding-left: 12px;
  padding-top: 46px;
}

.qmain32_nr .light-wrap .a-s.a-1 {
  height: 122px;
}

.qmain32_nr .light-wrap .a-s.a-2 {
  height: 131px;
}

.qmain32_nr .light-wrap .a-s.a-3 {
  height: 115px;
  width: 85px;
}

.qmain32_nr .light-wrap .a-s:hover,.qmain32_nr .light-wrap .a-s.current {
  background: url("../images/pic115.png") no-repeat top left;
}

.qmain32_nr .light-wrap .a-s:hover.p-1,.qmain32_nr .light-wrap .a-s.p-1.current {
  background-position: -5px 0;
}

.qmain32_nr .light-wrap .a-s:hover.p-2,.qmain32_nr .light-wrap .a-s.p-2.current {
  background-position: -4px -122px;
}

.qmain32_nr .light-wrap .a-s:hover.p-3,.qmain32_nr .light-wrap .a-s.p-3.current {
  background-position: -57px -253px;
}

.qmain32_nr .light-wrap .a-s:hover.p-4,.qmain32_nr .light-wrap .a-s.p-4.current {
  background-position: -148px 0;
}

.qmain32_nr .light-wrap .a-s:hover.p-5,.qmain32_nr .light-wrap .a-s.p-5.current {
  background-position: -148px -122px;
}

.qmain32_nr .light-wrap .a-s:hover.p-6,.qmain32_nr .light-wrap .a-s.p-6.current {
  background-position: -148px -253px;
}

.qmain32_nr .light-wrap .light-btm img {
  margin: 0 auto;
}

@media (max-width: 991px) {
  .qmain32_nr {
    margin-bottom: 5%;
  }

  .qmain32_nr .txt-s .txt-box .t-cont {
    display: none;
  }

  .qmain32_nr .txt-s.left-cont,
  .qmain32_nr .txt-s.right-cont {
    float: left;
    text-align: left;
  }
}

@media (max-width: 767px) {
  .qmain32_nr .txt-s.left-cont,
  .qmain32_nr .txt-s.right-cont {
    float: none;
    text-align: left;
  }

  .qmain32_nr .light-wrap {
    margin-bottom: 25px;
  }

  .qmain32_nr .txt-s .txt-box .t-cont {
    display: block;
  }

  .course-system .left-s .icon-group .a-icon {
    text-align: center;
    margin: 15px 0 10px 0;
  }
}

.qmain33{ width:100%;/* padding:100px 0;*/ }
.qmain33_nr{/* margin-top:70px;*/ padding:0 50px; }
.qmain33_nr .box-w {
  width: 50%;
  position: relative;
  padding-left: 0;
  padding-right: 0;
}

.qmain33_nr .box-w2 {
  width: 100%;
}

.qmain33_nr .box-w .pic {
  overflow: hidden;
}

.qmain33_nr .box-w .pic img {
  display: block;
  width: 100%;
  max-width: 100%;
  transition: all .7s;
}

.qmain33_nr .box-w .pic:hover img {
  transform: scale(1.1);
}

.qmain33_nr .box-w .title {
  position: absolute;
  left: 15px;
  bottom: 10px;
  color: #ffffff;
  font-size: 30px;
  font-weight: bold;
}

.qmain33_nr .box-w .title span {
  display: block;
  font-size: 16px;
  color: #7e7e7e;
  font-weight: normal;
}

@media (max-width: 1440px) {
  .qmain33_nr .box-w .title {
    font-size: 20px;
  }

  .qmain33_nr .box-w .title span {
    font-size: 14px;
  }
}

.qmain34{ width:100%; padding:100px 0; background-color:#f3f3f3; }
.qmain34_nr{ width:1200px; height:540px; margin-top:70px; position:relative; }
.qmain34_nrk{ position:absolute; }
.qmain34_nrk.style1{ width:266px; height:265px; top:0px; left:0px; overflow:hidden; }
.qmain34_nrk.style2{ width:427px; height:265px; top:0px; left:276px; overflow:hidden; }
.qmain34_nrk.style3{ width:474px; height:265px; top:275px; left:0px; overflow:hidden; }
.qmain34_nrk.style4{ width:219px; height:265px; top:275px; left:484px; overflow:hidden; }
.qmain34_nrk.style5{ width:233px; height:540px; top:0px; left:713px; overflow:hidden; }
.qmain34_nrk.style6{ width:244px; height:265px; top:0px; left:956px; overflow:hidden; }
.qmain34_nrk.style7{ width:244px; height:265px; top:275px; left:956px; overflow:hidden; }
.qmain34_nrk .pic{ width:100%; height:100%; overflow:hidden;
    -webkit-transition:all 0s ease;
    -moz-transition:all 0s ease;
    -o-transition:all 0s ease;
    transition:all 0s ease;
}
.qmain34_nrk .pic img{ width:100%; height:100%; }
.qmain34_nrk .title{ font-size:18px; font-weight:bold; color:#fff; height:30px; line-height:100%; padding:80px 10px 0; background:url(../images/pic129.png) repeat; position:absolute; top:auto; right:0px; bottom:0px; left:0px; overflow:hidden; text-overflow:ellipsis; white-space:nowrap;
    -webkit-transition:all 0s ease;
    -moz-transition:all 0s ease;
    -o-transition:all 0s ease;
    transition:all 0s ease;
}
.qmain34_nrk .title span.style1{ font-size:18px; }
.qmain34_nrk .jieshao{ color:#0f0f0f; height:100%; padding:0 20px; background:url(../images/pic33.png) repeat; position:absolute; top:auto; right:0px; bottom:0px; left:0px; display:none;
    -webkit-transition:all 0s ease;
    -moz-transition:all 0s ease;
    -o-transition:all 0s ease;
    transition:all 0s ease;
}
.qmain34_nrk .jieshao1{ font-size:18px; font-weight:bold; color:#fff; width:100%; line-height:100%; padding:30px 0 2px; overflow:hidden; text-overflow:ellipsis; white-space:nowrap; }
.qmain34_nrk .jieshao2{ font-size:16px; color:#fff; width:100%; height:182px; line-height:26px; margin-top:12px; overflow:hidden; }

.qmain35{ width:100%; padding:100px 0; }
.qmain35_nr{ width:1200px; margin-top:70px; background:url(../images/pic130.png) no-repeat center; }
.qmain35_nr ul{ width:1200px; }
.qmain35_nr ul li{ font-size:20px; color:#fff; width:306px; height:78px; line-height:78px; text-align:center; margin-left:-8px; overflow:hidden; text-overflow:ellipsis; white-space:nowrap; }
.qmain35_nr ul li a{ color:#fff; }
.qmain35_nr ul li:first-child{ margin-left:0px; }

.qmain36{ width:100%; padding:100px 0; background-color:#f3f3f3; }
.qmain36_nr{ width:1200px; margin-top:70px; }
.qmain36_nr ul{ width:1200px; }
.qmain36_nr ul>li{ width:1200px; margin-top:40px; padding-top:40px; border-top:2px solid #dadada; }
.qmain36_nr ul>li:first-child{ margin-top:0px; padding-top:0px; border-top:0px; }
.qmain36_nr ul>li .nr1{ width:1160px; padding:20px; background-color:#fff;
    -webkit-box-shadow:0 4px 6px rgba(16, 40, 0, .1);
    -moz-box-shadow:0 4px 6px rgba(16, 40, 0, .1);
    box-shadow:0 4px 6px rgba(16, 40, 0, .1);
}
.qmain36_nr ul>li .nr1 .pic{ width:318px; height:346px; overflow:hidden; }
.qmain36_nr ul>li .nr1 .pic img{ width:318px; height:346px; }
.qmain36_nr ul>li .nr1 .title{ width:752px; padding:0 54px 0 36px; }
.qmain36_nr ul>li .nr1 .title1{ width:752px; margin-top:66px; }
.qmain36_nr ul>li .nr1 .title1 span{ font-size:30px; color:#fff; width:200px; height:52px; line-height:52px; text-align:center; background-color:#8ebd1f; display:inline-block; }
.qmain36_nr ul>li .nr1 .title1 a{ font-size:30px; color:#fff; width:200px; height:52px; line-height:52px; text-align:center; background-color:#8ebd1f; display:inline-block; }
.qmain36_nr ul>li .nr1 .title2{ font-size:18px; width:752px; line-height:50px; margin-top:26px; }
.qmain36_nr ul>li .nr1 .title2 span.style1{ font-size:20px; font-weight:bold; color:#8ebd1f; }
.qmain36_nr ul>li.odd .nr1 .pic{ float:right; }
.qmain36_nr ul>li.odd .nr1 .title{ padding:0 80px 0 10px; }
.qmain36_nr ul>li .nr2{ font-size:26px; width:1200px; line-height:100%; margin-top:22px; }
.qmain36_nr ul>li .nr3{ width:1200px; overflow:hidden; }
.qmain36_nr ul>li .nr3 ol{ width:1218px; }
.qmain36_nr ul>li .nr3 ol li{ width:388px; height:230px; margin:20px 18px 0 0; overflow:hidden; }
.qmain36_nr ul>li .nr3 ol li img{ width:388px; height:230px; }

.qmain37{ width:100%; padding:100px 0; }
.qmain37_nr{ width:1200px; margin-top:70px; }
.qmain37_nr .title{}
.qmain37_nr .title1{ padding:0 5px; display:inline-block; *display:inline; *zoom:1; }
.qmain37_nr .title1 a{ font-size:16px; color:#4d4d4d; width:134px; max-width:100%; height:44px; line-height:44px; border-top:1px solid #f1f1f1; border-bottom:1px solid #f1f1f1; display:block; overflow:hidden; }
.qmain37_nr .title1:hover a{ color:#8fc31f; border-top:1px solid #84c535; border-bottom:1px solid #84c535; }
.qmain37_nr .title1.xz a{ color:#8fc31f; border-top:1px solid #84c535; border-bottom:1px solid #84c535; }
.qmain37_nr .title_nr { width:100%; }
.qmain37_nr .title_nr1{ width:100%; display:none; }
.qmain37_nr .title_nr1 ul{ width:100%; margin-top:-20px; }
.qmain37_nr .title_nr1 ul li{ font-size:14px; margin-top:30px; padding:30px 0 0 36px; background:url(../images/pic135.png) no-repeat left 30px; border-top:1px solid #f4f4f4; }
.qmain37_nr .title_nr1 ul li:first-child{ border-top:0px; }
.qmain37_nr .title_nr1 ul li .wen{ color:#8fc31f; width:100%; line-height:20px; margin-top:-4px; }
.qmain37_nr .title_nr1 ul li .da{ color:#3e3a39; line-height:24px; margin-top:26px; padding:12px 16px 16px; background-color:#f4f4f4; border:1px solid #eeeeef; }
.qmain37_nr .title_nr1 ul li .da span.style1{ color:#8fc31f; }

.qmain38{ width:100%; margin-top:120px; padding:72px 0 88px; background-color:#f3f3f3; }
.qmain38_nr{ width:952px; padding:0 140px 0 108px; }
.qmain38_nr .pic{ width:428px; height:442px; }
.qmain38_nr .pic img{ width:428px; height:442px; }
.qmain38_nr .title{ width:424px; text-align:center; }
.qmain38_nr .title1{ font-size:24px; font-weight:bold; color:#96c72e; width:424px; line-height:100%; margin-top:30px; }
.qmain38_nr .title2{ font-size:16px; font-weight:bold; width:424px; line-height:100%; margin-top:22px; }
.qmain38_nr .title3{ width:424px; margin-top:60px; }
.qmain38_nr .title3 ul{ width:424px; }
.qmain38_nr .title3 ul li{ width:141px; }
.qmain38_nr .title3 ul li p{ font-size:24px; font-weight:bold; width:99px; height:99px; line-height:99px; text-align:center; background-color:#96c72e; border-radius:50%; }
.qmain38_nr .title3 ul li p.style1{ font-family:"Arial"; font-size:52px; }
.qmain38_nr .title3 ul li span{ width:141px; height:48px; line-height:24px; margin-top:12px; display:block; overflow:hidden; }
.qmain38_nr .title4{ color:#000; width:424px; line-height:100%; margin-top:74px; padding-top:12px; border-top:1px solid #e0e1e3; }

.qmain39{ width:100%; padding:0px; }
.qmain39_nr{ width:1200px; margin-top:70px; }
.qmain39_nr .picScroll-left{ width:1200px; position:relative; }
.qmain39_nr .picScroll-left .hd{ }
.qmain39_nr .picScroll-left .hd .prev,.qmain39_nr .picScroll-left .hd .next{ display:block;  width:55px; height:108px; overflow:hidden; cursor:pointer; position:absolute; top:50%; margin-top:-54px; z-index:20; }
.qmain39_nr .picScroll-left .hd .prev{ background: url(../images/pic139.png) no-repeat; left:0px; }
/*.qmain39_nr .picScroll-left .hd .prev:hover{ background: url(../images/pic9h.png) no-repeat; }*/
.qmain39_nr .picScroll-left .hd .next{ background: url(../images/pic140.png) no-repeat; right:0px; }
/*.qmain39_nr .picScroll-left .hd .next:hover{ background: url(../images/pic10h.png) no-repeat; }*/
/*.qmain39_nr .picScroll-left .hd .prevStop{ background-position:-60px 0; }
.qmain39_nr .picScroll-left .hd .nextStop{ background-position:-60px -50px; }*/
/*.qmain39_nr .picScroll-left .hd ul{ width:454px; text-align:center; overflow:hidden; zoom:1; position:absolute; left:0px; bottom:0px; }
.qmain39_nr .picScroll-left .hd ul li{ width:40px; height:6px; overflow:hidden; margin:0 5px; text-indent:-999px; cursor:pointer; background: url(../images/bg63.png) no-repeat; display:inline-block; *display:inline; *zoom:1; }
.qmain39_nr .picScroll-left .hd ul li.on{ background: url(../images/bg64.png) no-repeat; }*/
.qmain39_nr .picScroll-left .bd{ width:896px; padding:0 152px; overflow:hidden; }
.qmain39_nr .picScroll-left .bd ul{ zoom:1; }
.qmain39_nr .picScroll-left .bd ul li{ width:289px; height:419px; margin-right:318px; overflow:hidden; }
.qmain39_nr .picScroll-left .bd ul li img{ width:289px; height:419px; }

.qmain40{ width:100%; padding:100px 0 0; }
.qmain40_nr{ margin-top:-20px; padding:0 40px; }
.qmain40_nrk{ margin-top:20px; padding:0 10px; }

.qmain40_nr .one {
  width: 100%;
  position: relative;
  overflow: hidden;
}

.qmain40_nr .ps {
  width: 50%;
  /*padding-right: 13px;*/
}

.qmain40_nr .ps .pic {
  width: 100%;
}

.qmain40_nr .ps .pic img {
  width: 100%;
  height: 100%;
}

.qmain40_nr .ps .tit {
  top: 0px;
  background: url("../images/pic144.png");
  width: 100%;
  height: 100%;
  /*padding: 10px 0px 0px 30px;*/
  display: none;
}

.qmain40_nr .ps .tit h3 {
  color: #fff;
  font-size: 30px;
  font-weight: bold;
  line-height: 50px;
  margin-top: 40px;
  margin-left: 50px;
}

.qmain40_nr .ps .tit .more {
  background: url("../images/pic145.png") no-repeat left bottom;
  position: absolute;
  bottom: 38px;
  left: 50px;
}

.qmain40_nr .ps .tit .more a {
  background: url("../images/pic147.png") no-repeat right center;
  padding-right: 23px;
  font-size: 14px;
  color: #fff;
  text-decoration: none;
}

.qmain40_nr .songy2 {
  width: 48%;
}

.qmain40_nr .songy {
  width: 52%;
}

.qmain40_nr .songy .pss {
  width: 33.33%;
  /*padding-left: 10px;
  padding-right: 10px;*/
}

.qmain40_nr .songy .pss .pic {
  width: 100%;
}

.qmain40_nr .songy .pss .pic img {
  width: 100%;
  height: 100%;
}

.qmain40_nr .songy .pss .tit {
  top: 0px;
  background: url("../images/pic146.png");
  width: 100%;
  height: 100%;
  /*padding: 0px 0px 0px 20px;*/
  display: none;
}

.qmain40_nr .songy .pss .tit h3 {
  color: #fff;
  font-size: 18px;
  font-weight: bold;
  line-height: 31px;
  margin-top: 24px;
  margin-left: 20px;
}

.qmain40_nr .songy .pss .tit .more {
  background: url("../images/pic145.png") no-repeat left bottom;
  position: absolute;
  left: 20px;
  bottom: 28px;
}

.qmain40_nr .songy .pss .tit .more a {
  background: url("../images/pic147.png") no-repeat right center;
  padding-right: 23px;
  font-size: 14px;
  color: #fff;
  text-decoration: none;
}

.qmain41{ width:100%; padding:100px 0; }
.qmain41_nr{ width:1040px; margin-top:20px; padding:14px 80px 40px; background-color:#f3f3f3; border-top:4px solid #ed7523; }
.qmain41_nrk{ width:1040px; margin-top:36px; }
.qmain41_nrk1{ font-size:22px; color:#fff; width:104px; line-height:34px; text-align:center; background-color:#ed7523; }
.qmain41_nrk2{ font-size:16px; color:#595959; width:906px; line-height:24px; }
.qmain41_nrk3{ font-size:16px; color:#595959; width:906px; line-height:34px; margin-top:-10px; }
.qmain41_nrk3 ul{ width:906px; }
.qmain41_nrk3 ul li{ width:429px; padding-left:24px; background:url(../images/pic90.png) no-repeat left center; }
.qmain41_nrk3 ul li a{ color:#595959; }

.qmain42{ font-size:18px; color:#9c9c9c; width:100%; line-height:70px; padding:0px; background-color:#f7f7f7; position:absolute; }
.qmain42_nr{ width:1200px; margin-top:0px; }
.qmain42_nr a{ color:#9c9c9c; }
.qmain42_nr a:hover,.qmain42_nr a.xz{ color:#98c739; }
.qmain42_nr span{ margin:0 40px; }

.qmain43{ width:100%; padding:80px 0 0; }
.qmain43_nr{ width:1200px; overflow:hidden; }
.qmain43_nr h2{ padding:60px 0; }
.qmain43_nr ul{ width:1220px; margin-top:-30px; }
.qmain43_nr ul li{ width:285px; margin:30px 20px 0 0; }
.qmain43_nr ul li .pic{ width:285px; height:171px; overflow:hidden; }
.qmain43_nr ul li .pic img{ width:285px; height:171px; }
.qmain43_nr ul li .title{ width:100%; line-height:58px; border-bottom:1px solid #d2d2d2; overflow: hidden; text-overflow: ellipsis; white-space:nowrap; }
.qmain43_nr ul li .title p{ font-size:18px; font-weight:bold; color:#000; margin:0px; display:inline-block; *display:inline; *zoom:1; }
.qmain43_nr ul li .title p a{ color:#000; }
.qmain43_nr ul li:hover .title p a{ color:#84c535; }
.qmain43_nr ul li .title span{ font-family:"Arial"; font-size:14px; color:#b3b3b3; margin-left:10px; }
.mdbox{ position:relative; }
.maodian{ position:absolute; top:-180px; }
.xf{ width:100%; position:fixed; top:120px; left:0px; z-index:1000; }

.qmain44{ width:100%; padding:100px 0; }
.qmain44_nr{ padding:0 38px; }
.qmain44_nrk{ width:20%; margin-top:30px; }
.qmain44_nrkk{ padding:0 12px; position:relative; }
.qmain44_nrkk .pic{ width:100%; overflow:hidden; }
.qmain44_nrkk .pic img{ width:100%; }
.qmain44_nrkk .title{ font-size:18px; font-weight:bold; color:#fff; height:28px; line-height:100%; padding:113px 10px 0; background:url(../images/pic150.png) repeat-x; position:absolute; left:12px; right:12px; bottom:0px; overflow: hidden; text-overflow: ellipsis; white-space:nowrap; }

.qmain45{ width:100%; padding:28px 0 12px; background-color:#fafafa; position: relative; z-index: 9; }
.qmain45_nr{ width:1200px; overflow:hidden; }
.qmain45_nr ul li {
  font-size: 16px;
  line-height: 32px;
  padding: 19px 0 0 104px;
  position: relative;
}

.qmain45_nr ul li span.span1 {
  color: #000;
  left: 0;
  cursor: pointer;
  position: absolute;
  font-weight: bold;
}

.qmain45_nr ul li span.span1 .mg1 {
  display: none;
}

.qmain45_nr ul li span.span2 {
  border-bottom: 1px solid #dbdbdb;
  padding-bottom: 19px;
  /*background: #f7f7f7;*/
}
.qmain45_nr ul li.ling span.span2{
  border-bottom: 0;
}
.qmain45_nr ul li span.span2 a {
  display: inline-block;
  color: #919191;
  margin-right: 32px;
}

.qmain45_nr ul li span.span2 a:hover, .qmain45_nr ul li span.span2 a.xz {
  color: #84c535;
}

.qmain46{ width:100%; padding:30px 0 0px; }
.qmain46_nr{ width:1200px; overflow:hidden; }
.qmain46_nr ul{ width:1212px; }
.qmain46_nr ul li{ width:392px; margin:30px 12px 0 0; }
.qmain46_nr ul li .pic{ width:392px; height:240px; overflow:hidden; }
.qmain46_nr ul li .pic img{ width:392px; height:240px; }
.qmain46_nr ul li .title{ width:392px; }
.qmain46_nr ul li a.a1 {
  /*margin: 0 -15px 27px;*/
  line-height: 32px;
}

/*.qmain46_nr ul li a.a1 img.mg1 {
  width: 100%;
}*/

.qmain46_nr ul li a.a1 b.b1 {
  font-size: 18px;
  color: #000;
  margin-top: 22px;
}

.qmain46_nr ul li a.a1 span.span1 {
  font-size: 14px;
  line-height: 16px;
  color: #ccc;
  text-transform: uppercase;
  font-family: "Arial";
  margin-bottom: 7px;
}

.qmain46_nr ul li a.a1 span.span2 {
  font-size: 16px;
  color: #8fc31f;
}

.qmain46_nr ul li a.a1 b.b2 {
  font-size: 16px;
  color: #000;
}

.qmain46_nr ul li a.a1 span.span3 {
  font-size: 12px;
  color: #ccc;
  line-height: 18px;
  margin-top: 20px;
}

.qmain46_nr ul li a.a1 span.span3 img {
  margin-right: 7px;
  margin-left: 20px;
  vertical-align: middle;
}

.qmain46_nr ul li a.a1 span.span3 img:first-child {
  margin-left: 0;
}

.qmain46_nr ul li a.a1:hover b.b1 {
  color: #8fc31f;
}

.qmain46_nr ul li a.a1:hover img.mg1 {
  -webkit-transform: scale(1.2);
  -moz-transform: scale(1.2);
  -o-transform: scale(1.2);
}

.qmain47{ width:100%; padding:15px 0; background-color:#666; }
.qmain47_nr{ width:1200px; }
.qmain47_nr a {
  display: inline-block;
  line-height: 40px;
  padding-left: 45px;
  margin-right: 43px;
  background: url("../images/pic160.png") left center no-repeat;
  font-size: 18px;
  color: #cdcdcd;
}

.qmain47_nr a:first-child {
  padding-left:0px;
  background:none;
}

.qmain47_nr a:hover,
.qmain47_nr .xz {
  color: #8ebd1f;
}

.qmain48{ width:100%; padding:100px 0 0px; }
.qmain48_nr{ font-size:16px; color:#959595; width:1200px; line-height:30px; margin:62px auto -8px; }

.qmain49{ width:100%; padding:100px 0; }
.qmain49_nr{ font-size:16px; color:#959595; width:1200px; line-height:30px; margin:62px auto -8px; }
.qmain49_nr a{color:#959595; }
.qmain49_nr span.style1{ font-size:24px; font-weight:bold; color:#84c535; }
.qmain49_nr span.style2{ color:#232323; }
.qmain49.odd{ background-color:#f3f3f3; }

.qmain50{ width:100%; padding:100px 0; background-color:#f3f3f3; }
.qmain50_nr{ font-size:16px; color:#898989; width:1200px; line-height:30px; margin:62px auto -8px; }
.qmain50_nr a{ font-size:16px; color:#898989; line-height:30px; }

.qmain51{ width:100%; padding:100px 0; }
.qmain51_nr{ width:1200px; }
.qmain51_nr1{ font-size:16px; width:1200px; line-height:30px; text-align:center; margin:62px auto -8px; }
.qmain51_nr2{ width:1200px; overflow:hidden; }
.qmain51_nr2 ul{ width:1240px; }
.qmain51_nr2 ul li{ width:270px; margin:50px 40px 0 0; }
.qmain51_nr2 ul li .pic{ width:270px; height:285px; overflow:hidden; }
.qmain51_nr2 ul li .pic img{ width:270px; height:285px; }
.qmain51_nr2 ul li .title{ font-size:16px; width:270px; }
.qmain51_nr2 ul li .title1{ color:#333; width:270px; height:60px; line-height:30px; margin-top:18px; overflow:hidden; }
.qmain51_nr2 ul li .title1 a{ color:#333; }
.qmain51_nr2 ul li .title2{ color:#959595; width:270px; line-height:30px; margin-top:30px; }

.qmain52{ width:100%; padding:100px 0 0; }
.qmain52_nr{ font-size:16px; width:1200px; line-height:33px; margin:62px auto -9px; }
.qmain52_nr a{ font-size:16px; color:#0f0f0f; }
.qmain52_nr span.style1{ font-size:20px; }

.qmain53{ width:100%; padding:100px 0; }
.qmain53_nr{ width:1200px; }
.qmain53_nr1{ font-size:30px; font-weight:bold; color:#ed7523; width:1200px; line-height:100%; }
.qmain53_nr2{ font-size:16px; color:#5e5e5e; width:1200px; line-height:30px; margin-top:20px; }
.qmain53_nr3{ width:1200px; margin-top:64px; }
.qmain53_nr3_nr{ font-size:16px; width:504px; height:254px; margin-left:32px; padding:0 40px; background-color:#f3f3f3; border-top:4px solid #ed7523; }
.qmain53_nr3_nr:first-child{ margin-left:0px; }
.qmain53_nr3_nr1{ font-size:22px; font-weight:bold; color:#ed7523; width:504px; line-height:100%; margin-top:26px; }
.qmain53_nr3_nr2{ width:504px; line-height:44px; margin-top:12px; }
.qmain53_nr3_nr3{ width:504px; line-height:44px; margin-top:12px; }
.qmain53_nr3_nr3 ul{ width:504px; }
.qmain53_nr3_nr3 ul li{ width:480px; padding-left:24px; background:url(../images/pic90.png) no-repeat left center; }
.qmain53_nr3_nr3 ul li a{ color:#595959; }

.qmain54{ width:100%; margin-top:120px; padding:38px 0 100px; }
.qmain54_nr{ width:1200px; }
.qmain54_nr_l{ width:790px; }
.qmain54_nr_l1{ font-size:16px; width:760px; padding:8px 15px; background-color:#0f0f0f; }
.qmain54_nr_l1 a{ color:#0f0f0f; height:29px; line-height:29px; text-align:center; margin:4px 4px 4px 5px; padding:0 20px; background-color:#f3f3f3; border-radius:15px; display:inline-block; *display:inline; *zoom:1; }
.qmain54_nr_l1 a:hover,.qmain54_nr_l1 a.xz{ color:#fff; background-color:#ed7523; }
.qmain54_nr_l2{ width:790px; }
.qmain54_nr_l2 ul{ width:790px; margin-top:-8px; }
.qmain54_nr_l2 ul li{ width:790px; padding:30px 0; border-bottom:1px solid #d5d5d5; }
.qmain54_nr_l2 ul li .pic{ width:322px; height:200px; overflow:hidden; }
.qmain54_nr_l2 ul li .pic img{ width:322px; height:200px; }
.qmain54_nr_l2 ul li .title{ width:448px; margin-top:-7px; }
.qmain54_nr_l2 ul li .title1{ font-size:18px; color:#0f0f0f; width:100%; height:60px; line-height:30px; overflow:hidden; }
.qmain54_nr_l2 ul li .title1 a{ color:#0f0f0f; }
.qmain54_nr_l2 ul li .title2{ color:#999; width:100%; height:100px; line-height:25px; margin-top:22px; overflow:hidden; }
.qmain54_nr_l2 ul li .title3{ font-size:12px; color:#8fc31f; width:100%; line-height:100%; margin-top:13px; }
.qmain54_nr_l2 ul li .title1:hover{ font-weight:bold; color:#ed7523; }
.qmain54_nr_l2 ul li .title1:hover a{ font-weight:bold; color:#ed7523; }
.qmain54_nr_l3{ width:100%; padding-bottom:18px; border-bottom:1px solid #e1e1e1; }
.qmain54_nr_l3_1{ font-size:24px; font-weight:bold; color:#333; width:100%; line-height:100%; }
.qmain54_nr_l3_2{ font-size:14px; color:#333; width:100%; margin-top:10px; }
.qmain54_nr_l3_2 .div1{ font-family:"Arial"; }
.qmain54_nr_l3_2 .div2{}
.qmain54_nr_l3_2 .div2 span{ margin-left:20px; }
.qmain54_nr_l3_2 .div2 span .img1{ display:inline-block; }
.qmain54_nr_l3_2 .div2 span .img2{ display:none; }
.qmain54_nr_l3_2 .div2 span:hover{}
.qmain54_nr_l3_2 .div2 span:hover .img1,.qmain54_nr_l3_2 .div2 span.xz .img1{ display:none; }
.qmain54_nr_l3_2 .div2 span:hover .img2,.qmain54_nr_l3_2 .div2 span.xz .img2{ display:inline-block; }

.qmain54_nr_l4{ font-size:14px; color:#333; width:100%; line-height:25px; margin-top:10px; }
.qmain54_nr_l4 a{ font-size:14px; color:#333;}
.qmain54_nr_l4 img{ max-width:100%; }
.qmain54_nr_l4 span.style1{ text-align:center; display:block; }
.qmain54_nr_l4 span.style1 em{ font-style:normal; line-height:50px; display:block; }
.qmain54_nr_l4 span.style2{ font-weight:bold; display:block; }

.qmain54_nr_l5{ width:100%; margin-top:30px; }
.qmain54_nr_l5 .div1{ font-size:16px; }
.qmain54_nr_l5 .div1 a{ color:#333; width:115px; height:29px; line-height:29px; text-align:center; margin-right:10px; background-color:#84c535; border-radius:15px; display:inline-block; *display:inline; *zoom:1; }
.qmain54_nr_l5 .div1 a:hover,.qmain54_nr_l5 .div1 a.xz{ color:#8fc31f; background-color:#333; }
.qmain54_nr_l5 .div2{}
.qmain54_nr_l5 .div2 a{ margin-left:8px; display:inline-block; *display:inline; *zoom:1; }

.qmain54_nr_l6{ font-size:16px; color:#333; width:100%; line-height:30px; margin-top:36px; padding-top:10px; border-top:1px solid #e1e1e1; }
.qmain54_nr_l6 span{ width:100%; display:block; overflow: hidden; text-overflow: ellipsis; white-space:nowrap; }
.qmain54_nr_l6 span a{ color:#333; }
.qmain54_nr_l6 span a:hover{ color:#84c535; }

.qmain54_nr_r{ width:346px; }
.qmain54_nr_r1{ width:346px; }
.qmain54_nr_r1 .pic{ width:346px; position:relative; }
.qmain54_nr_r1 .pic p{ width:346px; height:317px; overflow:hidden; }
.qmain54_nr_r1 .pic p img{ width:346px; height:317px; }
.qmain54_nr_r1 .pic span{ font-size:24px; font-weight:bold; color:#fff; width:346px; display:block; position:absolute; bottom:0px; left:0px; }
.qmain54_nr_r1 .pic span a{ color:#fff; width:346px; height:47px; line-height:47px; text-align:center; background:url(../images/pic165.png) repeat; display:block; }
.qmain54_nr_r .title{ width:306px; padding:24px 20px 9px; background-color:#f3f3f3; }
.qmain54_nr_r .title1{ font-size:18px; font-weight:bold; color:#333; width:100%; line-height:100%; }
.qmain54_nr_r .title2{ font-size:16px; color:#333; width:100%; line-height:100%; margin-top:14px; }
.qmain54_nr_r .title3{ font-size:16px; color:#84c535; width:100%; line-height:100%; margin-top:16px; }
.qmain54_nr_r .title4{ font-size:18px; color:#ed7523; width:100%; text-align:center; margin-top:24px; padding-top:7px; border-top:1px solid #cacaca; }
.qmain54_nr_r .title4 a{ color:#ed7523; width:158px; height:70px; line-height:70px; text-align:center; background:url(../images/pic166.png) no-repeat; display:inline-block; *display:inline; *zoom:1; }
.qmain54_nr_r .title4 a:hover{ color:#fff; background:url(../images/pic167.png) no-repeat; }
.qmain54_nr_r2{ width:346px; margin-top:40px; }
.qmain54_nr_r2 h3{ font-size:24px; color:#000; width:346px; line-height:100%; padding-bottom:10px; border-bottom:1px solid #d5d5d5; }
.qmain54_nr_r2 ul{ width:346px; margin-top:-10px; }
.qmain54_nr_r2 ul li{ width:346px; margin-top:30px; }
.qmain54_nr_r2 ul li .nr{}
.qmain54_nr_r2 ul li .nrk{ width:100%; position:relative; }
.qmain54_nr_r2 ul li .nrk a{ width:100%; display:block; }
.qmain54_nr_r2 ul li .nrk .pic{ width:100%; overflow:hidden; }
.qmain54_nr_r2 ul li .nrk .pic img{ width:100%; }
.qmain54_nr_r2 ul li .nrk .title{ width:296px; text-align:center; padding:0 10px 14px; background:url(../images/pic24.png) repeat; position:absolute; right:15px; bottom:0px; left:15px; overflow:hidden;
    -webkit-transition:all 0s ease;
    -moz-transition:all 0s ease;
    -o-transition:all 0s ease;
    transition:all 0s ease;
}
.qmain54_nr_r2 ul li .nrk .title1{ font-size:22px; font-weight:bold; color:#0f0f0f; line-height:100%; padding:30px 0 26px; background:url(../images/pic25.png) no-repeat center bottom; }
.qmain54_nr_r2 ul li .nrk .title2{ font-size:18px; color:#0f0f0f; height:60px; line-height:30px; margin-top:20px; overflow:hidden; }
.qmain54_nr_r2 ul li .nrk .title3{ font-size:14px; color:#ed7523; margin-top:0px; }
.qmain54_nr_r2 ul li .nrk .title3 span{ color:#ed7523; width:168px; height:42px; line-height:42px; text-align:center; padding:14px; background:url(../images/pic26.png) no-repeat; display:inline-block; *display:inline; *zoom:1; }
.qmain54_nr_r2 ul li .nrk .title3 span:hover{ color:#fff; background:url(../images/pic26h.png) no-repeat; }

.qmain55{ width:100%; padding:100px 0; }
.qmain55_nr{ width:1200px; }
.qmain55_nr1{ width:1200px; text-align:center; padding-bottom:60px; }
.qmain55_nr2{ font-size:16px; color:#6d6d6d; width:1200px; line-height:33px; text-align:center; margin:42px 0 -9px; }

.qmain56{ width:100%; padding:0px; }
.qmain56_nr{}
.qmain56_nr .titletwo{ padding:70px 0; }
.qmain56_nr .titletwo1{ padding:0 58px; display:inline-block; *display:inline; *zoom:1; }
.qmain56_nr .titletwo1 a{ display:block; overflow:hidden; }
.qmain56_nr .titletwo1 p{}
.qmain56_nr .titletwo1 p img.img1{ display:inline-block; }
.qmain56_nr .titletwo1 p img.img2{ display:none; }
.qmain56_nr .titletwo1 span{ font-size:18px; color:#bebdc2; line-height:100%; margin-top:10px; display:block; }
.qmain56_nr .titletwo1 em{ font-size:12px; font-style:normal; color:#dedee0; line-height:100%; margin-top:10px; display:block; }
.qmain56_nr .titletwo1:hover a{}
.qmain56_nr .titletwo1:hover p img.img1{ display:none; }
.qmain56_nr .titletwo1:hover p img.img2{ display:inline-block; }
.qmain56_nr .titletwo1:hover span{ color:#8fc320; }
.qmain56_nr .titletwo1:hover em{ color:#ddedbc; }
.qmain56_nr .titletwo1.xz a{}
.qmain56_nr .titletwo1.xz p img.img1{ display:none; }
.qmain56_nr .titletwo1.xz p img.img2{ display:inline-block; }
.qmain56_nr .titletwo1.xz span{ color:#8fc320; }
.qmain56_nr .titletwo1.xz em{ color:#ddedbc; }
.qmain56_nr .titletwo_nr { width:100%; height:537px; position:relative; }
.qmain56_nr .titletwo_nr1{ padding:0 50px; position:absolute; top:0px; right:0px; left:0px; visibility:hidden; }
.qmain56_nr .titletwo_nr1 .flexslider{ position:relative;height:537px;}
.qmain56_nr .titletwo_nr1 .slides{ position:relative;z-index:1;}
.qmain56_nr .titletwo_nr1 .slides li{height:537px;}
.qmain56_nr .titletwo_nr1 .slides li a{height:537px; display:block;}

/*.qmain56_nr .titletwo_nr1 .flex-control-nav{ width:100%; height:11px; text-align:center; position:absolute;bottom:30px;left:0px;z-index:2;}
.qmain56_nr .titletwo_nr1 .flex-control-nav li{display:inline-block;width:11px;height:11px;margin:0 10px; *display:inline;zoom:1;}
.qmain56_nr .titletwo_nr1 .flex-control-nav a{display:inline-block;width:11px;height:11px; background: url(../images/pic9.png) no-repeat;overflow:hidden; cursor:pointer;}
.qmain56_nr .titletwo_nr1 .flex-control-nav .flex-active{ background: url(../images/pic10.png) no-repeat;}*/

.qmain56_nr .titletwo_nr1 .flex-direction-nav{position:absolute;z-index:3;width:100%;top:50%;margin-top:-35px;}
.qmain56_nr .titletwo_nr1 .flex-direction-nav li a{display:block;width:55px;height:108px;overflow:hidden;cursor:pointer;position:absolute;}
.qmain56_nr .titletwo_nr1 .flex-direction-nav li a.flex-prev{left:34px;background:url(../images/pic178.png) no-repeat;}
.qmain56_nr .titletwo_nr1 .flex-direction-nav li a.flex-next{right:34px;background:url(../images/pic179.png)  no-repeat;}

.qmain57{ width:100%; padding:100px 0; }
.qmain57_nr{ width:1200px; margin-top:70px; }
.qmain57_nr1{ width:1200px; background-color:#fbfbfb; }
.qmain57_nr1 .pic{ width:600px; height:355px; overflow:hidden; }
.qmain57_nr1 .pic img{ width:600px; height:355px; }

.qmain57_nr1 .pic:hover img { -webkit-transform: scale(1.2); -moz-transform: scale(1.2); -o-transform: scale(1.2); }

.qmain57_nr1 .title{ width:600px; height:355px; display:table; }
.qmain57_nr1 .title_nr{ display:table-cell; vertical-align:middle; }
.qmain57_nr1 .title_nr1{ width:100%; background:url(../images/pic182.png) no-repeat center bottom; }
.qmain57_nr1 .title_nr1{ width:100%; padding-bottom:28px; }
.qmain57_nr1 .title_nr1 p{ font-size:24px; font-weight:bold; color:#333; width:100%; line-height:100%; margin:0px; overflow: hidden; text-overflow: ellipsis; white-space:nowrap; }
.qmain57_nr1 .title_nr1 span{ font-family:"Arial"; font-size:12px; color:#b7b7b7; width:100%; line-height:100%; margin-top:10px; display:block; overflow: hidden; text-overflow: ellipsis; white-space:nowrap; }
.qmain57_nr1 .title_nr2{ font-size:18px; font-weight:bold; color:#8fc31f; width:100%; margin-top:24px; overflow: hidden; text-overflow: ellipsis; white-space:nowrap; }
.qmain57_nr1 .title_nr3{ font-size:14px; color:#333; width:100%; height:120px; line-height:24px; margin-top:29px; overflow:hidden; }

.qmain58{ width:100%; padding:100px 0; background-color:#f3f3f3; }
.qmain58_nr{ width:1200px; margin-top:70px; }
.qmain58_nr ul{ width:1200px; background:url(../images/pic192.png) repeat-y center; margin-top:-3px; }
.qmain58_nr ul li{ width:1200px; margin-top:8px; }
.qmain58_nr ul li:first-child{ margin-top:0px; }
.qmain58_nr ul li .pic{ width:1200px; text-align:center; position:relative; }
.qmain58_nr ul li .pic1 a{ font-size:20px; color:#0f0f0f; width:78px; height:78px; line-height:78px; text-align:center; padding:3px 8px 9px 4px; background:url(../images/pic193.png) no-repeat; display:inline-block; *display:inline; *zoom:1; }
.qmain58_nr ul li .pic1 a.xz{ color:#fff; width:100px; height:100px; line-height:100px; text-align:center; padding:3px 8px 9px 4px; background:url(../images/pic193h.png) no-repeat; }
.qmain58_nr ul li .pic1 a.first{ background:url(../images/pic200.png) no-repeat; }
.qmain58_nr ul li .pic1 a.first.xz{ background:url(../images/pic200h.png) no-repeat; }
.qmain58_nr ul li .pic1 a.last{ background:url(../images/pic199.png) no-repeat; }
.qmain58_nr ul li .pic1 a.last.xz{ background:url(../images/pic193h.png) no-repeat; }
.qmain58_nr ul li .pic2{ font-size:18px; color:#fff; width:207px; height:85px; line-height:85px; text-align:right; padding:0px 59px 0px 10px; background:url(../images/pic194.png) no-repeat; position:absolute; top:3px; left:278px; }
.qmain58_nr ul li.odd .pic2{ text-align:left; padding:0px 10px 0px 59px; background:url(../images/pic195.png) no-repeat; left:650px; }
.qmain58_nr ul li .title{ width:1200px; margin-top:-10px; display:none; }
.qmain58_nr ul li .title_nr{ width:1200px; background:url(../images/pic196.png) no-repeat center; }
.qmain58_nr ul li .title_nrk{ width:486px; padding:30px; background-color:#fff; border-radius:20px; position:relative;
  -webkit-box-shadow:0 3px 4px rgba(0, 0, 0, .3);
  -moz-box-shadow:0 3px 4px rgba(0, 0, 0, .3);
  box-shadow:0 3px 4px rgba(0, 0, 0, .3);
}
.qmain58_nr ul li .title_nrk1{ font-size:18px; font-weight:bold; color:#8ebd1f; width:100%; line-height:100%; }
.qmain58_nr ul li .title_nrk1 span.style1{ margin-right:18px; }
.qmain58_nr ul li .title_nrk2{ font-size:16px; color:#6f6f6f; width:100%; line-height:24px; margin:5px 0 -5px; }
.qmain58_nr ul li .title_nrk3{ position:absolute; right:-38px; top:50%; margin-top:-20px; }
.qmain58_nr ul li .title_nrk3 img{ width:39px; height:40px; }
.qmain58_nr ul li .title_nrk3 img.img1{ display:block; }
.qmain58_nr ul li .title_nrk3 img.img2{ display:none; }
.qmain58_nr ul li .title_nr.odd .title_nrk{ float:right; }
.qmain58_nr ul li .title_nr.odd .title_nrk3{ left:-38px; }
.qmain58_nr ul li .title_nr.odd .title_nrk3 img.img1{ display:none; }
.qmain58_nr ul li .title_nr.odd .title_nrk3 img.img2{ display:block; }

.qmain59{ width:100%; padding:100px 0 0; }
.qmain59_nr{ width:1200px; margin-top:30px; overflow:hidden; }
.qmain59_nr ul{ width:1236px; }
.qmain59_nr ul li{ width:376px; margin:40px 36px 0 0; }
.qmain59_nr ul li .pic{ width:376px; height:210px; overflow:hidden; position:relative;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
.qmain59_nr ul li .pic img{ width:376px; height:210px; }
.qmain59_nr ul li .pic p{ width:376px; height:210px; }
.qmain59_nr ul li .pic span{ width:376px; height:210px; position:absolute; top:0px; left:0px; display:none; }
.qmain59_nr ul li .title{ font-size:24px; color:#0f0f0f; width:376px; line-height:100%; margin-top:20px; }
.qmain59_nr ul li .title a{ color:#0f0f0f; }

.qmain60{ width:100%; padding:100px 0; }
.qmain60_nr{ width:1200px; margin-top:34px; overflow:hidden; }
.qmain60_nr ul{ width:1248px; }
.qmain60_nr ul li{ width:339px; margin:36px 48px 0 0; padding-left:29px; background:url(../images/pic183.png) no-repeat left top; }
.qmain60_nr ul li .title1{ font-size:16px; font-weight:bold; color:#8fc31f; width:339px; line-height:100%; }
.qmain60_nr ul li .title1 span.style1{ font-family:"Arial"; margin-left:10px; }
.qmain60_nr ul li .title2{ color:#333; width:339px; height:66px; line-height:22px; margin-top:12px; overflow:hidden; }
.qmain60_nr ul li .title3{ width:339px; height:339px; margin-top:24px; overflow:hidden; }
.qmain60_nr ul li .title3 img{ width:339px; height:339px; }

.qmain61{ width:100%; padding:100px 0 0; }
.qmain61_nr{ width:1200px; margin-top:70px; overflow:hidden; }

.mod-23{
  width: 880px;
  height: 390px;
  padding-top: 210px;
  background: url("../images/pic201.png") center 112px no-repeat;
  position: relative;
  font-size: 16px;
  text-align: center;
}
.mod-23 .text-1{
  width: 324px;
  height: 168px;
  line-height: 28px;
  color: #707070;
  overflow: hidden;
}
.mod-23 .text-2{
  width: 480px;
  height: 58px;
  margin-top: 5px;
  line-height: 24px;
  color: #fff;
}
.mod-23 .label-con{
  width: 162px;
  line-height: 24px;
  color: #707070;
  position: absolute;
}
.mod-23 .label-con .name{
  font-size: 18px;
  font-weight: bold;
}
.mod-23 .label-con.lab-1{
  top: 344px;
  left: 0;
}
.mod-23 .label-con.lab-2{
  top: 140px;
  left: 30px;
}
.mod-23 .label-con.lab-3{
  width: 250px;
  top: 0;
  left: 50%;
  margin-left: -125px;
}
.mod-23 .label-con.lab-4{
  top: 140px;
  right: 55px;
}
.mod-23 .label-con.lab-5{
  top: 344px;
  right: 0;
}

.mod-24{
  width: 672px;
  padding-top: 20px;
  /*padding-bottom: 10px;*/
  line-height: 30px;
  font-size: 18px;
  color: #333;
  text-align: center;
}

/* 招聘 */
.zp_main1{ padding:96px 0 70px; background-color:#f1eff2; }
.zp_main1_nr{ width:1200px; }
.zp_main1_1{ font-family:"Arial"; font-size:108px; color:#e9e7ec; line-height:100%; }
.zp_main1_2{ font-size:18px; font-weight:bold; color:#84c535; line-height:100%; margin-top:-64px; }
.zp_main1_3{ font-size:14px; color:#333; line-height:24px; margin-top:12px; }
.zp_main1_4{ width:1215px; margin-top:30px; }
.zp_main1_4_nr{ width:228px; margin:30px 15px 0 0; }
.zp_main1_4_nrk{ height:178px; padding:30px 20px; }
.zp_main1_4_nrk.style1{ background-color:#84c535; }
.zp_main1_4_nrk.style2{ background-color:#efd191; }
.zp_main1_4_nrk.style3{ background-color:#959ccd; }
.zp_main1_4_nrk.style4{ background:#dad8db url(../images/pic162.png) no-repeat right center; }
.zp_main1_4_nrk.style5{ background-color:#aedee2; }
.zp_main1_4_nrk1{ font-size:18px; color:#333; width:100%; height:50px; line-height:100%; }
.zp_main1_4_nrk2{ font-size:14px; color:#fff; width:100%; height:128px; line-height:24px; overflow:hidden; overflow-y:auto; }

.zp_main2{ padding-bottom:34px; }
.zp_main2_nr{ width:1200px; }
.zp_main2 .title{ padding:70px 0; }
.zp_main2 .title1{ padding:0 58px; display:inline-block; *display:inline; *zoom:1; }
.zp_main2 .title1 a{ display:block; overflow:hidden; }
.zp_main2 .title1 p{}
.zp_main2 .title1 p img.img1{ display:inline-block; }
.zp_main2 .title1 p img.img2{ display:none; }
.zp_main2 .title1 span{ font-size:18px; color:#bebdc2; line-height:100%; margin-top:10px; display:block; }
.zp_main2 .title1 em{ font-size:12px; font-style:normal; color:#dedee0; line-height:100%; margin-top:10px; display:block; }
.zp_main2 .title1:hover a{}
.zp_main2 .title1:hover p img.img1{ display:none; }
.zp_main2 .title1:hover p img.img2{ display:inline-block; }
.zp_main2 .title1:hover span{ color:#8fc320; }
.zp_main2 .title1:hover em{ color:#ddedbc; }
.zp_main2 .title1.xz a{}
.zp_main2 .title1.xz p img.img1{ display:none; }
.zp_main2 .title1.xz p img.img2{ display:inline-block; }
.zp_main2 .title1.xz span{ color:#8fc320; }
.zp_main2 .title1.xz em{ color:#ddedbc; }
.zp_main2 .title_nr { width:100%; }
.zp_main2 .title_nr1{ width:100%; display:none; }
.zp_main2 .title_nr1 .shaixuan{ font-size:14px; color:#5e5e5e; width:100%; line-height:41px; padding:30px 40px 22px; background-color:#f1eff1; border-radius:10px; }
.zp_main2 .title_nr1 .shaixuan span{ width:20%; }
.zp_main2 .title_nr1 .shaixuan span a{ color:#5e5e5e; }
.zp_main2 .title_nr1 .shaixuan span a:hover,.zp_main2 .title_nr1 .shaixuan span a.xz{ color:#84c535; }
.zp_main2 .title_nr1 .zhiwei{ width:100%; margin-top:44px; padding-bottom:32px; border-bottom:1px solid #ccc; }
.zp_main2 .title_nr1 .zhiwei1{ font-size:18px; font-weight:bold; color:#84c535; line-height:100%; }
.zp_main2 .title_nr1 .zhiwei2{ font-size:14px; color:#5e5e5e; }
.zp_main2 .title_nr1 .zhiwei2 span{ color:#c7c7c7; margin:0 18px; }
.zp_main2 .title_nr1 .zhiwei2 a{ color:#5e5e5e; }
.zp_main2 .title_nr1 .zhiwei2 a:hover{ color:#84c535; }
.zp_main2 .title_nr1 .zhiweixq{ font-size:14px; color:#989898; width:100%; line-height:30px; margin:6px 0 -8px; padding-bottom:30px; }
.zp_main2 .title_nr1 .zhiweixq span.style1{ font-weight:bold; color:#5e5e5e; margin:12px 0; display:block; }

/* 底部 */
.footer{ background:#333 url(../images/pic83.png) no-repeat center; }
.footer_t{ width:1200px; overflow:hidden; }
.footer_tl{ width:400px; padding-top:108px; }
.footer_tl1{ width:100%; }
.footer_tl2{ color:#fff; width:100%; line-height:34px; margin-top:24px; }
.footer_tl2 ul{ width:100%; }
.footer_tl2 ul li{ width:100%; }
/*.footer_tl2 ul li img{ margin-right:10px; position:relative; top:5px; }*/
.footer_tc{ width:430px; text-align:center; padding-top:180px; }
.footer_tc1{ font-size:30px; color:#fff; width:100%; line-height:100%; }
.footer_tc2{ font-size:18px; color:#84c535; width:100%; line-height:100%; margin-top:52px; }
.footer_tc3{ font-family:"Arial"; font-size:16px; color:#fff; width:100%; line-height:100%; margin-top:22px; }
.footer_tr{ width:370px; text-align:right; padding-top:125px; }
.footer_tr .ones {}
.footer_tr .ones ul {}
.footer_tr .ones ul li {
  width: 100px;
  margin-left: 20px;
}

.footer_tr .ones ul li p {
  width: 100px;
  height: 100px;
}

.footer_tr .ones ul li p img {
  width: 100px;
  height: 100px;
}

.footer_tr .ones ul li span {
  color: #fff;
  width: 100px;
  line-height: 100%;
  text-align: center;
  margin-top: 24px;
  display: block;
}

.footer_tr .twos {
  line-height: 34px;
  margin-top: 16px;
}

.footer_tr .twos b {
  color: #fff;
  font-size: 12px;
  font-family: Arial;
  font-weight: bold;
}

.footer_tr .twos a {
  width: 38px;
  height: 38px;
  display: table-cell;
  border: 1px solid #fff;
  border-radius: 50%;
  text-align: center;
  float: left;
  margin-left: 10px;
  vertical-align: middle;
}

.footer_tr .twos img { vertical-align: middle; }

.footer_tr .tresss {
  color: #fff;
  margin-top: 38px;
  margin-right: -10px;
}

.footer_tr .tresss a {
  color: #fff;
  font-size: 14px;
  margin-left: 10px;
  margin-right: 10px;
}
.footer_b{ color:#858585; width:1200px; line-height:38px; text-align:center; padding:70px 0 22px; }
.footer_b a{ color:#858585; margin:0 5px; }

/* 弹窗1 */
.zx1{ position:fixed; top:0px; left:0px; width:100%; height:100%; background:url(../images/pic38.png) repeat; z-index:20000; display:none; }
.tcdiv1{ width:900px; height:520px; margin-left:-450px; position:fixed; top:0px; left:50%; display:none; z-index:999999; }
.tcdiv1_nr{ width:900px; height:520px; border-radius:20px;
    -webkit-box-shadow:0 6px 6px rgba(25, 25, 25, .3);
    -moz-box-shadow:0 6px 6px rgba(25, 25, 25, .3);
    box-shadow:0 6px 6px rgba(25, 25, 25, .3);
}
.tcdiv1_nr *{ width:900px; height:520px; }
.tcdiv1 .gb1{ width:22px; height:22px; position:absolute; top:6px; right:6px; }

/* 弹窗2 */
.zx2{ position:fixed; top:0px; left:0px; width:100%; height:100%;/* background:url(../images/pic38.png) repeat;*/ z-index:20000; display:none; }
.tcdiv2{ width:520px; margin-left:-260px; position:fixed; top:0px; left:50%; display:none; z-index:999999; }
.tcdiv2_nr{ width:518px; padding:58px 0 20px; background-color:#fff; border:1px solid #d2d2d2; border-radius:10px; }
.tcdiv2_nr1{ font-size:13px; width:518px; line-height:100%; text-align:center; }
.tcdiv2_nr1 a{ color:#ed7523; }
.tcdiv2_nr2{ font-size:12px; width:468px; text-align:right; margin-top:6px; padding-right:50px; }
.tcdiv2_nr2 a{ color:#0f0f0f; width:48px; height:28px; line-height:28px; text-align:center; border:1px solid #3e7ef8; border-radius:2px; display:inline-block; *display:inline; *zoom:1; }
.tcdiv2 .gb2{ width:8px; height:8px; position:absolute; top:10px; right:10px; }

/* 弹窗3 */
.zx3{ position:fixed; top:0px; left:0px; width:100%; height:100%; background:url(../images/pic187.png) repeat; z-index:20000; display:none; }
.tcdiv3{ width:1200px; margin-left:-600px; position:fixed; top:0px; left:50%; display:none; z-index:999999; }
.tcdiv3_nr{ width:1028px; height:498px; padding:66px 86px; background-color:#fff; border-radius:20px; }
.tcdiv3_nr .flexslider{ position:relative;height:498px;}
.tcdiv3_nr .slides{ position:relative;z-index:1;}
.tcdiv3_nr .slides li{height:498px;}
.tcdiv3_nr .slides li a{height:498px; display:block;}

.tcdiv3_nr .flex-control-nav{ width:100%; height:11px; text-align:center; position:absolute;bottom:30px;left:0px;z-index:2;}
.tcdiv3_nr .flex-control-nav li{display:inline-block;width:11px;height:11px;margin:0 5px; *display:inline;zoom:1;}
.tcdiv3_nr .flex-control-nav a{display:inline-block;width:11px;height:11px; background: url(../images/pic9.png) no-repeat;overflow:hidden; cursor:pointer;}
.tcdiv3_nr .flex-control-nav .flex-active{ background: url(../images/pic10.png) no-repeat;}

.tcdiv3_nr .flex-direction-nav{position:absolute;z-index:3;width:100%;top:50%;margin-top:-40px;}
.tcdiv3_nr .flex-direction-nav li a{display:block;width:80px;height:80px;overflow:hidden;cursor:pointer;position:absolute;}
.tcdiv3_nr .flex-direction-nav li a.flex-prev{left:30px;background:url(../images/pic190.png) no-repeat;}
.tcdiv3_nr .flex-direction-nav li a.flex-prev:hover{background:url(../images/pic190h.png) no-repeat;}
.tcdiv3_nr .flex-direction-nav li a.flex-next{right:30px;background:url(../images/pic191.png)  no-repeat;}
.tcdiv3_nr .flex-direction-nav li a.flex-next:hover{background:url(../images/pic191h.png) no-repeat;}

.tcdiv3 .gb3{ width:24px; height:24px; position:absolute; top:20px; right:20px; }

/* 分页 */
.z-page {
  text-align: center;
  margin-top: 70px;
}

.z-page a {
  display: inline-block;
  width: 25px;
  height: 25px;
  line-height: 25px;
  text-align: center;
  background: #ededed;
  border-radius: 12.5px;
  color: #999999;
  font-size: 16px;
  margin: 0 4px;
}
.z-page a:first-child,.z-page a:last-child{
  height: 25px;
  line-height: 22px;
  position: relative;
  top: -2px;
}
.z-page a:hover, .z-page a.current {
  background: #8fc31f;
  color: #000000;
}

/* 内页BANNER */
.qy_qbanner{ width:100%; height:580px; margin-top:120px; }
.qy_qbanner a{ width:100%; height:580px; display:block; }
.qy_qbanner_nr{ width:1200px; height:580px; position:relative; }
.qy_qbanner_nr1{ position:absolute; right:0px; bottom:100px; }
.qy_qbanner_nr2{ position:absolute; top:96px; left:0px; }
.qy_qbanner_nr3{ font-size:16px; width:846px; height:56px; background:url(../images/pic151.png) no-repeat; position:absolute; top:262px; left:177px; }
.qy_qbanner_nr3 .wbk1{ color:#909090; width:654px; height:56px; line-height:56px; padding:0 30px; background:none; border:0px; }
.qy_qbanner_nr3 .wbk1::-webkit-input-placeholder { /* WebKit browsers */
color: #909090;
}
.qy_qbanner_nr3 .wbk1:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
color: #909090;
}
.qy_qbanner_nr3 .wbk1::-moz-placeholder { /* Mozilla Firefox 19+ */
color: #909090;
}
.qy_qbanner_nr3 .wbk1:-ms-input-placeholder { /* Internet Explorer 10+ */
color: #909090;
}
.qy_qbanner_nr3 .btn1{ color:#0f0f0f; width:132px; height:56px; line-height:56px; text-align:left; padding-left:48px; background:url(../images/pic152.png) no-repeat 20px center; border:0px; }
.qy_qbanner_nr4{ width:1200px; position:absolute; top:197px; left:0px; }
.qy_qbanner_nr4 .mod-09 {
  width:326px;
  overflow:hidden;
}

.qy_qbanner_nr4 .mod-09 img {
  display: block;
  width: 100%;
  margin-right: auto;
  margin-left: auto;
}

.qy_qbanner_nr4 .mod-10 {
  width:496px;
  margin:0 26px;
  text-transform: uppercase;
}

.qy_qbanner_nr4 .mod-10 .c-1 {
  line-height: 20px;
  margin-bottom: 10px;
  font-size: 18px;
  color: #000;
  font-weight: bold;
}

.qy_qbanner_nr4 .mod-10 .c-2 {
  line-height: 16px;
  margin-bottom: 10px;
  font-family: Arial;
  font-size: 14px;
  color: #878787;
}

.qy_qbanner_nr4 .mod-10 .c-3 {
  line-height: 30px;
  color: #79797a;
}

.qy_qbanner_nr4 .mod-10 .c-4 {
  font-size: 16px;
  color: #000;
  margin-top:15px;
}

.qy_qbanner_nr4 .mod-11 {
  width:326px;
}

.qy_qbanner_nr4 .mod-11>div {
  height: 60px;
  line-height: 60px;
  overflow: hidden;
  margin-bottom: 2px;
  padding: 0 20px;
}

.qy_qbanner_nr4 .mod-11>div.bg1 {
  background: rgba(0,0,0,0.5);
  font-size: 14px;
  color: #fff;
}

.qy_qbanner_nr4 .mod-11>div.bg2 {
  background: rgba(0,0,0,0.3);
  font-size: 14px;
  color: #fff;
}

.qy_qbanner_nr4 .mod-11>div.bg3 {
  background: rgba(0,0,0,0.15);
  font-size: 16px;
  color: #8fc31f;
}

/* 内页BANNER2 */
.qy_qbanner2{ width:100%; height:698px; margin-top:120px; }
.qy_qbanner2 a{ width:100%; height:698px; display:block; }

/* 内页BANNER3 */
.qy_qbanner3{ width:100%; height:680px; margin-top:120px; }
.qy_qbanner3 a{ width:100%; height:680px; display:block; }

/* 专业详情BANNER */
.zyxq_qbanner{ width:100%; height:580px; margin-top:120px; }
.zyxq_qbanner_nr{ width:1200px; }
.zyxq_qbanner_nrk{ width:1014px; height:405px; margin:0 86px 0 100px; padding-top:88px; background:url(../images/pic76.png) no-repeat right bottom; }
.zyxq_qbanner_nrk{ width:1014px; }
.zyxq_qbanner_nrk .jieshao{ font-size:48px; color:#fff; width:1014px; height:89px; text-align:center; }
.zyxq_qbanner_nrk .jieshao span{ height:89px; line-height:89px; padding:0 30px; background-color:#ed7523; display:inline-block; *display:inline; *zoom:1; }
.zyxq_qbanner_nrk .title{ width:81px; text-align:center; margin-top:-44px; }
.zyxq_qbanner_nrk .title1{ width:81px; margin-top:36px; }
.zyxq_qbanner_nrk .title1 a{ font-size:20px; color:#000; width:41px; height:58px; line-height:28px; text-align:center; padding:8px 20px; background-color:#fff; display:block; }
.zyxq_qbanner_nrk .title1.xz a{ color:#fff; background-color:#ed7523; }
.zyxq_qbanner_nrk .title_nr{ width:933px; margin-top:84px; }
.zyxq_qbanner_nrk .title_nr1{ width:933px; display:none; }
.zyxq_qbanner_nrk .title_nr1 .nr{ font-size:16px; width:757px; height:180px; line-height:36px; padding:4px 88px; background:url(../images/pic77.png) no-repeat 88px top; overflow:hidden; }

/* 老师详情BANNER */
.lsxq_qbanner{ width:100%; height:540px; margin-top:120px; }
.lsxq_qbanner_nr{ width:1200px; padding-top:74px; }
.lsxq_qbanner_nr .img{ width:300px; }
.lsxq_qbanner_nr .img img{
    max-width: 100%;
}
.lsxq_qbanner_nr .text-1{
    width:400px;
    line-height: 24px;
    font-size: 14px;
    color: #333;
    padding-left:15px;
    padding-right:15px;
}
.lsxq_qbanner_nr .text-1 .ssy1{
    font-size: 24px;
    font-weight: bold;
    color: #84c535;
}
.lsxq_qbanner_nr .text-1 .ssy2{
    font-size: 16px;
    color: #84c535;
}
.lsxq_qbanner_nr .text-1 .ssy3{
    font-size: 16px;
    font-weight: bold;
}
.lsxq_qbanner_nr .text-2{
    float: right;
    width: 316px;
    margin-top: 50px;
}
.lsxq_qbanner_nr .text-2 .box{
    float: left;
    width: 139px;
    height: 154px;
    margin-left: 17px;
    border: 1px solid #d4d4d4;
    position: relative;
}
.lsxq_qbanner_nr .text-2 .box .con{
    width: 107px;
    height: 144px;
    padding-top: 12px;
    padding-right: 17px;
    padding-left: 17px;
    line-height: 24px;
    background: #e3e3e3;
    font-size: 14px;
    color: #333;
    position: absolute;
    right: 6px;
    bottom: 6px;
}
.lsxq_qbanner_nr .color-999{ color:#999; }
.lsxq_qbanner_nr .ssy4{ font-family:"Arial"; font-size:36px; font-weight:bold; }


.ckgd{ width:100%; text-align:center; margin-top:86px; }
.ckgd a{ font-size:22px; color:#ed7523; width:168px; height:42px; line-height:42px; text-align:center; padding:14px; background:url(../images/pic26.png) no-repeat; display:inline-block; *display:inline; *zoom:1; }
.ckgd a:hover{ color:#fff; background:url(../images/pic26h.png) no-repeat; }