@charset "utf-8";
html{color: #000;overflow-x: hidden;height: 100%;-webkit-tap-highlight-color: transparent;}
body {font-family: "Arial","Microsoft YaHei","黑体","宋体",sans-serif;color: #000;-webkit-text-size-adjust: none;}
*{-webkit-box-sizing: border-box;-moz-box-sizing: border-box;box-sizing: border-box;}
body,ul,ol,dl,dd,h1,h2,h3,h4,h5,h6,figure,form,fieldset,legend,input,textarea,button,p,blockquote,th,td,pre,xmp{margin:0;padding:0}
body,input,textarea,button,select,pre,xmp,tt,code,kbd,samp{line-height: 1.5rem;font-family: "Arial","Microsoft YaHei","黑体","宋体",sans-serif}
h1,h2,h3,h4,h5,h6,small,big,input,textarea,button,select{font-size:100%;-webkit-margin-before:0em;margin-block-start:0em;-webkit-margin-after: 0em;margin-block-end: 0em;}
h1,h2,h3,h4,h5,h6{font-family:"Arial","Microsoft YaHei","黑体","宋体",sans-serif}
h1,h2,h3,h4,h5,h6,b,strong{font-weight:normal}
address,cite,dfn,rem,i,optgroup,var{font-style:normal}
table{border-collapse:collapse;border-spacing:0;text-align:left}
caption,th{text-align:inherit}
ul,ol,menu{list-style:none}
fieldset,img{border:0}
img,object,input,textarea,button,select{vertical-align:middle}
article,aside,footer,header,section,nav,figure,figcaption,hgroup,details,menu{display:block}
audio,canvas,video{display:inline-block;*display:inline;*zoom:1}
blockquote:before,blockquote:after,q:before,q:after{content:"\0020"}
textarea{overflow:auto;resize:vertical}
input,textarea,button,select,a{outline:0 none;border: none;}
button::-moz-focus-inner,input::-moz-focus-inner{padding:0;border:0}
mark{background-color:transparent}
a,ins,s,u,del{text-decoration:none}@
sup,sub{vertical-align:baseline}
hr {height: .02rem;margin: .1rem 0;border: medium none;border-top: .02rem solid #cacaca;}
a {color: #000;text-decoration: none;}
a:hover{color: #E53935;}
img {max-width: 100%;vertical-align:middle;}
/*placeholder*/
input::-webkit-input-placeholder, textarea::-webkit-input-placeholder{
    color: #999;@
}
input:-moz-placeholder, textarea:-moz-placeholder{
    color: #999;
}
input::-moz-placeholder, textarea::-moz-placeholder{
    color: #999;
}
input:-ms-input-placeholder, textarea:-ms-input-placeholder{
    color: #999;
}
input[type="button"], input[type="submit"], input[type="reset"] {
  -webkit-appearance: none;
}
textarea {  
  -webkit-appearance: none;
}  
*{
    -webkit-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    transition: all 0.4s ease;
}
.clear{
    content: "";
    display: block;
    clear: both;
}
.container{
  width: 1140px;
  height: 100%;
  margin: 0 auto;
  -webkit-head-sizing: border-head;
     -moz-head-sizing: border-head;
          head-sizing: border-head;
  behavior: url(css/PIE.htc);
}
.top-header{
  background-color: #F1F1F1;
}
.top-header .top-header-table .top-link-left,
.top-header .top-header-table .top-text-right{
  float: left;
  width: 50%;
  height: 50px;
  line-height: 50px;
}
.top-header .top-header-table .top-link-left img{
  height: auto;
  margin-right: 15px;
  max-height: 30px;
}
.top-header .top-text-right{
  text-align: right;
}
.top-header a,
.top-header p{
  color: #666;
  font-size: 14px;
  display: inline-block;
}
.top-header a:hover{
  opacity: .8;
}
.nav{
  padding: 15px 0;
  background: #fff;
  -webkit-box-shadow: rgba(0, 0, 0, 0.1) 0px 0px 10px -1px;
     -moz-box-shadow: rgba(0, 0, 0, 0.1) 0px 0px 10px -1px;
          box-shadow: rgba(0, 0, 0, 0.1) 0px 0px 10px -1px;
}
.nav .container{
  width: 1140px;
}
.nav .container::after{
  display: block;
  clear: both;
  content: "";
}
.nav .nav-logo,
.nav .nav-item{
  float: left;
  height: 44px;
  line-height: 44px;
}
.nav .nav-logo img{
  height: 44px;
}
.nav .nav-item{
  padding-left: 100px;
}
.nav .nav-item .nav-list{
  float: left;
  padding: 0 30px;
}
.nav .nav-item .nav-list a{
  font-weight: bold;
}
.nav .nav-tel{
  float: right;
  height: 44px;
  line-height: 44px;
}
.nav .nav-tel p{
  font-size: 18px;
  position: relative;
  padding-left: 30px;
  color: #666;
}
.nav .nav-tel p i{
  display: block;
  position: absolute;
  top: 50%;
  margin-top: -12px;
  left: 0;
  width: 24px;
  height: 24px;
  background: url(../img/tel.png);
  -moz-background-size: contain;
       -webkit-background-size: contain;
            -o-background-size: contain;
          background-size: contain;
}
.nav .nav-tel p span{
  color: #FF534D;
  font-weight: bold;
  padding: 0 10px;
}
.banner{
  cursor: pointer;
  text-align: center;
}
.banner img{
  max-width: inherit;
  width: 100%;
}
.banner .banner-text{
  width: 1140px;
  margin: 0 auto;
  text-align: center;
}
.banner .banner-text img{
  margin: 170px 0 170px;
}
.banner .banner-text ul{
  text-align: center;
  width: 100%;
  height: 38px;
}
.banner .banner-text ul li{
  width: 170px;
  height: 38px;
  line-height: 38px;
  background: #F20400;
  -moz-border-radius: 38px;
       -webkit-border-radius: 38px;
          border-radius: 38px;
  display: inline-block;
  -webkit-box-shadow: 1px 1px 3px #111;
     -moz-box-shadow: 1px 1px 3px #111;
          box-shadow: 1px 1px 3px #111;
  margin: 0 18px;
}
.banner .banner-text ul li a{
  color: #ebebeb;
  display: block;
}
.gjxx-head{
  padding-top: 50px;
  padding-bottom: 30px;
  text-align: center;
}
.gjxx-head .gjxx-title{
  position: relative;
}
.gjxx-head .gjxx-title:before,
.gjxx-head .gjxx-title:after{
  content: '';
  display: block;
  position: absolute;
  right: 50%;
  margin-right: 370px;
  top: 50%;
  margin-top: -3px;
  width: 600px;
  height: 6px;
  background: url(../img/ico.png);
  -webkit-background-size: contain;
     -moz-background-size: contain;
       -o-background-size: contain;
          background-size: contain;
}
.gjxx-head .gjxx-title:after{
  left: 50%;
  margin-left: 370px;
  -moz-transform:rotate(-180deg); 
  -webkit-transform:rotate(-180deg);
}
.gjxx-head .gjxx-title p{
  display: block;
  font-size: 54px;
  height: 65px;
  line-height: 65px;
  font-weight: bold;
}
.gjxx-head .gjxx-title span{
  position: relative;
  font-size: 35px;
  height: 52px;
  line-height: 48px;
  text-transform: uppercase;
}
.gjxx-head .gjxx-title span:after{
  right: 30px;
  left: auto;
}


.gjxx1 .gjxx-body .gjxx-name{
  height: 58px;
  line-height: 58px;
  text-align: center;
}
.gjxx1 .gjxx-body .gjxx-name p{
  font-size: 35px;
  display: inline-block;
  background-color: #F8EFD9;
  padding: 0 50px;
  -webkit-border-radius: 58px;
     -moz-border-radius: 58px;
          border-radius: 58px;
}
.gjxx1 .gjxx-body .gjxx-item{
  margin-top: 100px;
}
.gjxx1 .gjxx-body .gjxx-item:after{
  content: '';
  clear: both;
  display: block;
}
.gjxx1 .gjxx-body .gjxx-item .gjxx-list{
  float: left;
  width: 33.33%;
  background-color: #FCEBB5;
  padding: 30px 0 0;
  -webkit-transition: all 0s ease;
  -o-transition: all 0s ease;
  -moz-transition: all 0s ease;
  transition: all 0s ease;
  position: relative;
}
.gjxx1 .gjxx-body .gjxx-item .gjxx-list .gjxx-title{
  line-height: 50px;
  font-size: 36px;
  border-bottom: 1px solid #231F17;
  padding: 24px 0;
  text-align: center;
  font-weight: bold;
  letter-spacing: 1px;
  margin: 0 10px;
}
.gjxx1 .gjxx-body .gjxx-item .gjxx-list .gjxx-title i{
  color: #C20408;
}
.gjxx1 .gjxx-body .gjxx-item .gjxx-list .gjxx-desc{
  padding-top: 23px;
  line-height: 50px;
  padding-left: 50px;
  height: 252px;
}
.gjxx1 .gjxx-body .gjxx-item .gjxx-list .gjxx-desc span{
  display: block;
  font-size: 31px;
  position: relative;
  padding-left: 30px;
}
.gjxx1 .gjxx-body .gjxx-item .gjxx-list .gjxx-desc span:before{
  content: '';
  display: block;
  position: absolute;
  top: 17px;
  left: 0;
  width: 16px;
  height: 16px;
  background-color: #C20408;
  -webkit-border-radius: 100%;
     -moz-border-radius: 100%;
          border-radius: 100%;
}
.gjxx1 .gjxx-body .gjxx-item .gjxx-list.act{
  background-color: #ECD39B;
  border-top: 45px solid #ECD39B;
  margin-top: -45px;
  z-index: 99;
}
.gjxx1 .gjxx-body .gjxx-item .gjxx-list.act .gjxx-btn{
  background-color: #DBBD77;
}
.gjxx1 .gjxx-body .gjxx-item .gjxx-list.act .gjxx-btn:before,
.gjxx1 .gjxx-body .gjxx-item .gjxx-list.act .gjxx-btn:after{
  border-bottom-color: #DBBD77;
}
.gjxx1 .gjxx-body .gjxx-item .gjxx-list .gjxx-btn{
  background-color: #F1DCA3;
  height: 96px;
  text-align: center;
  position: relative;
  -webkit-transition: all 0s ease;
  -o-transition: all 0s ease;
  -moz-transition: all 0s ease;
  transition: all 0s ease;
}
.gjxx1 .gjxx-body .gjxx-item .gjxx-list .gjxx-btn a{
  margin-top: 20px;
  display: inline-block;
  background-color: #fff;
  width: 217px;
  height: 56px;
  line-height: 56px;
  font-size: 28px;
  text-align: center;
  -webkit-border-radius: 56px;
     -moz-border-radius: 56px;
          border-radius: 56px;
  font-weight: bold;
}
.gjxx1 .gjxx-body .gjxx-item .gjxx-list .gjxx-btn:before,
.gjxx1 .gjxx-body .gjxx-item .gjxx-list .gjxx-btn:after{
  content: '';
  position: absolute;
  left: -43px;
  bottom: 0;
  border-right: 43px solid transparent;
  border-bottom: 96px solid #F1DCA3;
  border-left: 43px solid transparent;
}
.gjxx1 .gjxx-body .gjxx-item .gjxx-list .gjxx-btn:after{
  left: auto;
  right: -43px;
}

.gjxx2 .gjxx-body{
  background: url(../img/bg1.jpg) center no-repeat;
  -webkit-background-size: cover;
     -moz-background-size: cover;
       -o-background-size: cover;
          background-size: cover;
}
.gjxx2 .gjxx-body .gjxx-item .gjxx-list{
  border-top: 1px dashed #5D595A;
}
.gjxx2 .gjxx-body .gjxx-item .gjxx-list:first-child{
  border-top: none;
}
.gjxx2 .gjxx-body .gjxx-item .gjxx-list .gjxx-box{
  color: #fff;
  line-height: 44px;
  margin-left: 146px;
  position: relative;
  font-size: 30px;
  padding: 24px 0 24px 220px;
}
.gjxx2 .gjxx-body .gjxx-item .gjxx-list .gjxx-box span{
  position: absolute;
  top: 50%;
  margin-top: -25px;
  left: 0;
  width: 182px;
  height: 50px;
  line-height: 50px;
  background-color: #B70500;
  -webkit-border-radius: 5px;
     -moz-border-radius: 5px;
          border-radius: 5px;
  font-weight: bold;
  padding-left: 50px;
}
.gjxx2 .gjxx-body .gjxx-item .gjxx-list .gjxx-box span:before{
  content: '';
  display: block;
  position: absolute;
  top: 6px;
  left: 5px;
  width: 38px;
  height: 38px;
}
.gjxx2 .gjxx-body .gjxx-item .gjxx-list .gjxx-box span:after{
  content: '';
  position: absolute;
  top: 50%;
  margin-top: -8px;
  right: -16px;
  border: 8px solid transparent;
  border-left: 8px solid #B70500;
}
.gjxx2 .gjxx-body .gjxx-item .gjxx-list:nth-of-type(1) .gjxx-box span:before{
  background: url(../img/ico3.png);
}
.gjxx2 .gjxx-body .gjxx-item .gjxx-list:nth-of-type(2) .gjxx-box span:before{
  background: url(../img/ico4.png);
}
.gjxx2 .gjxx-body .gjxx-item .gjxx-list:nth-of-type(3) .gjxx-box span:before{
  background: url(../img/ico5.png);
}
.gjxx2 .gjxx-body .gjxx-item .gjxx-list:nth-of-type(4) .gjxx-box span:before{
  background: url(../img/ico6.png);
}
.gjxx2 .gjxx-body .gjxx-item .gjxx-list .gjxx-box p{
  letter-spacing: 4px;
  position: relative;
  padding-left: 20px;
}
.gjxx2 .gjxx-body .gjxx-item .gjxx-list .gjxx-box p:before{
  content: '';
  position: absolute;
  top: 18.5px;
  left: 0;
  width: 7px;
  height: 7px;
  -webkit-border-radius: 100%;
     -moz-border-radius: 100%;
          border-radius: 100%;
  background-color: #fff;
}
.gjxx2 .gjxx-body .gjxx-item .gjxx-list .gjxx-box p i{
  display: inline-block;
  width: 28px;
  height: 28px;
  background: url(../img/ico2.png) no-repeat;
}
.gjxx2 .gjxx-body .gjxx-item .gjxx-list .gjxx-box p i.k{
  background: url(../img/ico1.png) no-repeat;
}
.gjxx2 .gjxx-body .gjxx-item .gjxx-list .gjxx-box p.j{
  color: #EDD49B;
  font-weight: bold;
}
.gjxx2 .gjxx-body .gjxx-item .gjxx-list .gjxx-box p.j:before{
  display: none;
}


.gjxx3{
  background: url(../img/bg2.jpg) center no-repeat;
  -webkit-background-size: cover;
     -moz-background-size: cover;
       -o-background-size: cover;
          background-size: cover;
  padding-bottom: 97px;
}
.gjxx3 .gjxx-body .gjxx-item{
  padding-top: 98px;
}
.gjxx3 .gjxx-body .gjxx-item .gjxx-list{
  position: relative;
  background-color: #fff;
  -webkit-border-radius: 20px;
     -moz-border-radius: 20px;
          border-radius: 20px;
  -webkit-box-shadow: 0 0 30px #C0B1B2;
     -moz-box-shadow: 0 0 30px #C0B1B2;
          box-shadow: 0 0 30px #C0B1B2;
  padding: 35px 18px 30px;
}
.gjxx3 .gjxx-body .gjxx-item .gjxx-list:after{
  content: '';
  display: block;
  clear: both;
}
.gjxx3 .gjxx-body .gjxx-item .gjxx-list .gjxx-sm{
  width: 282px;
  height: 62px;
  line-height: 62px;
  text-align: center;
  position: absolute;
  top: -30px;
  left: 50%;
  margin-left: -141px;
}
.gjxx3 .gjxx-body .gjxx-item .gjxx-list .gjxx-sm:before,
.gjxx3 .gjxx-body .gjxx-item .gjxx-list .gjxx-sm:after{
  content: '';
  display: block;
  position: absolute;
  top: -30px;
  left: -30px;
  border: 30px solid transparent;
  border-bottom: 30px solid #720000;
  z-index: 1;
}
.gjxx3 .gjxx-body .gjxx-item .gjxx-list .gjxx-sm:after{
  right: -30px;
}
.gjxx3 .gjxx-body .gjxx-item .gjxx-list .gjxx-sm p{
  background-color: #B70500;
  -webkit-border-radius: 0 0 15px 15px;
     -moz-border-radius: 0 0 15px 15px;
          border-radius: 0 0 15px 15px;
  font-size: 30px;
  font-weight: bold;
  color: #fff;
  z-index: 2;
  position: relative;
}
.gjxx3 .gjxx-body .gjxx-item .gjxx-list .gjxx-box{
  float: left;
}
.gjxx3 .gjxx-body .gjxx-item .gjxx-list .gjxx-box.gjxx-left{
  width: 777px;
}
.gjxx3 .gjxx-body .gjxx-item .gjxx-list .gjxx-box.gjxx-kfr{
  float: right;
  width: 300px;
}
.gjxx3 .gjxx-body .gjxx-item .gjxx-list .gjxx-box .kc-name{
  margin-top: 6px;
  height: 50px;
  line-height: 50px;
  color: #B70500;
  font-size: 28px;
  font-weight: bold;
  position: relative;
  padding-left: 34px;
}
.gjxx3 .gjxx-body .gjxx-item .gjxx-list .gjxx-box .kc-name:before{
  content: '';
  position: absolute;
  top: 12px;
  left: 0;
  width: 26px;
  height: 26px;
}
.gjxx3 .gjxx-body .gjxx-item .gjxx-list .gjxx-box.gjxx-left .kc-name:before{
  background: url(../img/ico7.png) no-repeat;
  -webkit-background-size: contain;
     -moz-background-size: contain;
       -o-background-size: contain;
          background-size: contain;
}
.gjxx3 .gjxx-body .gjxx-item .gjxx-list .gjxx-box.gjxx-left .kc-name:nth-of-type(2):before{
  background: url(../img/ico8.png) no-repeat;
  -webkit-background-size: contain;
     -moz-background-size: contain;
       -o-background-size: contain;
          background-size: contain;
}
.gjxx3 .gjxx-body .gjxx-item .gjxx-list .gjxx-box.gjxx-kfr .kc-name:before{
  background: url(../img/ico9.png) no-repeat;
  -webkit-background-size: contain;
     -moz-background-size: contain;
       -o-background-size: contain;
          background-size: contain;
}
.gjxx3 .gjxx-body .gjxx-item .gjxx-list .gjxx-box .gjxx-bg{
  background-color: #FEF9EB;
  padding: 10px 10px;
}
.gjxx3 .gjxx-body .gjxx-item .gjxx-list .gjxx-left .gjxx-desc{
  line-height: 35px;
  font-size: 24px;
  letter-spacing: .5px;
}
.gjxx3 .gjxx-body .gjxx-item .gjxx-list .gjxx-left .gjxx-desc i{
  color: #B70500;
}
.gjxx3 .gjxx-body .gjxx-item .gjxx-list .gjxx-left .gjxx-school ul:after{
  content: '';
  display: block;
  clear: both;
}
.gjxx3 .gjxx-body .gjxx-item .gjxx-list .gjxx-left .gjxx-school ul li{
  float: left;
  width: 33.33%;
}
.gjxx3 .gjxx-body .gjxx-item .gjxx-list .gjxx-left .gjxx-school ul li .school-body{
  display: block;
  margin: 7px 6px;
  height: 58px;
  padding: 9px 7px;
  border: 1px solid #D56B64;
  background-color: #fff;
  position: relative;
  padding-left: 60px;
  position: relative;
}

.gjxx3 .gjxx-body .gjxx-item .gjxx-list .gjxx-left .gjxx-school ul li .school-body:hover{
    -webkit-box-shadow: 0px 14px 20px 0px rgb(183 5 0 / 24%);
    -moz-box-shadow: 0px 14px 20px 0px rgba(8, 120, 38, 0.24);
    box-shadow: 0px 14px 20px 0px rgb(183 5 0 / 24%);
}
.gjxx3 .gjxx-body .gjxx-item .gjxx-list .gjxx-left .gjxx-school ul li .school-body.top{
  position: relative;
  margin-top: 24px;
}
.gjxx3 .gjxx-body .gjxx-item .gjxx-list .gjxx-left .gjxx-school ul li .school-body.top>p{
  position: absolute;
  top: -24px;
  left: 50%;
  margin-left: -60px;
  width: 120px;
  text-align: center;
  height: 24px; 
  line-height: 24px;
  background-color: #B70500;
  color: #fff;
}
.gjxx3 .gjxx-body .gjxx-item .gjxx-list .gjxx-left .gjxx-school ul li .school-body a{
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
.gjxx3 .gjxx-body .gjxx-item .gjxx-list .gjxx-left .gjxx-school ul li .school-body .school-img{
  position: absolute;
  top: 50%;
  margin-top: -22.5px;
  left: 7px;
  width: 44px;
  height: 44px;
}
.gjxx3 .gjxx-body .gjxx-item .gjxx-list .gjxx-left .gjxx-school ul li .school-name{
  display: table-cell;
  vertical-align: middle;
  height: 40px;
    line-height: 20px;
}
.gjxx3 .gjxx-body .gjxx-item .gjxx-list .gjxx-left .gjxx-school ul li .school-name span{
    font-weight: bold;
    font-size: 15px;
}
.gjxx3 .gjxx-body .gjxx-item .gjxx-list .gjxx-left .gjxx-school ul li .school-name.sm span{
  font-size: 13px;
}
.gjxx3 .gjxx-body .gjxx-item .gjxx-list .gjxx-kfr li{
  padding: 0 6px ;
}
.gjxx3 .gjxx-body .gjxx-item .gjxx-list .gjxx-kfr li:hover{
  background-image: -webkit-gradient( linear, left bottom, left top, from(#FEF9EB), to(#FCEBB5));
  background-image: -webkit-linear-gradient( bottom, #FEF9EB, #FCEBB5);
  background-image: -moz-linear-gradient( bottom, #FEF9EB, #FCEBB5);
  background-image: -o-linear-gradient( bottom, #FEF9EB, #FCEBB5);
  background-image: linear-gradient( 0deg, #FEF9EB, #FCEBB5); 
}
.gjxx3 .gjxx-body .gjxx-item .gjxx-list .gjxx-kfr li:first-child{
  padding-top: 15px;
}
.gjxx3 .gjxx-body .gjxx-item .gjxx-list .gjxx-kfr li:last-child{
  border-top: none;
  padding-bottom: 15px;
}
.gjxx3 .gjxx-body .gjxx-item .gjxx-list .gjxx-box.gjxx-kfr .gjxx-bg{
  padding: 0;
}
.gjxx3 .gjxx-body .gjxx-item .gjxx-list .gjxx-kfr .kfr-img{
  position: relative;
  padding-top: 11px;
  padding-left: 55px;
  border-top: 1px dotted #98958D;
}
.gjxx3 .gjxx-body .gjxx-item .gjxx-list .gjxx-kfr li:first-child .kfr-img{
  border-top: transparent;
}
.gjxx3 .gjxx-body .gjxx-item .gjxx-list .gjxx-kfr .kfr-img>a{
  position: absolute;
  top: 50%;
  margin-top: -25px;
  left: 0;
  width: 50px;
  height: 50px;
}
.gjxx3 .gjxx-body .gjxx-item .gjxx-list .gjxx-kfr .kfr-img p{
  padding-top: 8px;
  line-height: 24px;
  overflow: hidden;
}
.gjxx3 .gjxx-body .gjxx-item .gjxx-list .gjxx-kfr .kfr-img p a{
  font-weight: bold;
  color: #000;
}
.gjxx3 .gjxx-body .gjxx-item .gjxx-list .gjxx-kfr .kfr-img span{
  line-height: 20px;
  font-size: 15px;
  color: #B70500;
  font-weight: bold;
  position: relative;
  padding-left: 20px;
}
.gjxx3 .gjxx-body .gjxx-item .gjxx-list .gjxx-kfr .kfr-img span:before{
  content: '';
  position: absolute;
  top: 50%;
  margin-top: -8px;
  left: 0;
  width: 16px;
  height: 16px;
  background: url(../img/ico10.png) no-repeat;
  -webkit-background-size: contain;
     -moz-background-size: contain;
       -o-background-size: contain;
          background-size: contain;
}
.gjxx3 .gjxx-body .gjxx-item .gjxx-list .gjxx-kfr .kfr-btn{
  margin-top: 2px;
  line-height: 23px;
  padding-bottom: 10px;
}
.gjxx3 .gjxx-body .gjxx-item .gjxx-list .gjxx-kfr .kfr-btn:after{
  content: '';
  display: block;
  clear: both;
}
.gjxx3 .gjxx-body .gjxx-item .gjxx-list .gjxx-kfr .kfr-btn p{
  float: left;
  color: #7F7F7F;
}
.gjxx3 .gjxx-body .gjxx-item .gjxx-list .gjxx-kfr .kfr-btn a{
  float: right;
  border: 1px solid #95928A;
  color: #95928A;
  text-align: center;
  height: 23px;
  line-height: 21px;
  padding: 0 10px;
  -webkit-border-radius: 5px;
     -moz-border-radius: 5px;
          border-radius: 5px;
}
.gjxx3 .gjxx-body .gjxx-item .gjxx-list .gjxx-kfr .kfr-btn a:hover{
  background-color: #B70500;
  color: #fff;
  border-color: transparent;
}
.gjxx3 .gjxx-body .gjxx-item.i1 .gjxx-list .gjxx-box.gjxx-kfr .gjxx-bg{
  height: 596px;
}
.gjxx3 .gjxx-body .gjxx-item.i2 .gjxx-list .gjxx-box.gjxx-kfr .gjxx-bg{
  height: 273px;
}
.gjxx3 .gjxx-body .gjxx-item.i3 .gjxx-list .gjxx-box .gjxx-bg.gjxx-school{
  height: 364px;
}
.gjxx3 .gjxx-body .gjxx-item.i4 .gjxx-list .gjxx-box.gjxx-kfr .gjxx-bg{
  height: 345px;
}
.gjxx3 .gjxx-body .gjxx-item.i5 .gjxx-list .gjxx-box.gjxx-kfr .gjxx-bg{
  height: 290px;
}
.gjxx3 .gjxx-body .gjxx-item.i6 .gjxx-list .gjxx-box.gjxx-kfr .gjxx-bg{
  height: 238px;
}
.gjxx3 .gjxx-body .gjxx-item.i7 .gjxx-list .gjxx-box.gjxx-kfr .gjxx-bg{
  height: 310px;
}
.gjxx3 .gjxx-body .gjxx-item.i8 .gjxx-list .gjxx-box.gjxx-kfr .gjxx-bg{
  height: 345px;
}



.gjxx4 .gjxx-bg4{
  background: url(../img/bg3.jpg) center center no-repeat;
  -webkit-background-size: contain;
     -moz-background-size: contain;
       -o-background-size: contain;
          background-size: contain;
}
.gjxx4 .gjxx-body .gjxx-item:after{
  content: '';
  display: block;
  clear: both;
}
.gjxx4 .gjxx-body .gjxx-item .gjxx-list{
  margin: 36px 0 0;
  padding: 24px;
  background-color: #B70500;
  color: #FDEAB6;
  width: 760px;
  height: 182px;
  padding: 24px 20px 24px 30px;
  float: left;
  position: relative;
}
.gjxx4 .gjxx-body .gjxx-item .gjxx-list:hover{
  -webkit-transform: scale(1.05);
     -moz-transform: scale(1.05);
      -ms-transform: scale(1.05);
       -o-transform: scale(1.05);
          transform: scale(1.05);
  -webkit-box-shadow: 0 10px 15px rgb(0 0 0 / 30%);
  -moz-box-shadow: 0 10px 15px rgb(0 0 0 / 30%);
       box-shadow: 0 10px 15px rgb(0 0 0 / 30%);

}
.gjxx4 .gjxx-body .gjxx-item .gjxx-list:before{
  content: '';
  display: block;
  position: absolute;
  top: 0;
  right: -70px;
  border-left: 70px solid transparent;
  border-bottom: 182px solid #B70500;
  border-right: 70px solid transparent;
}
.gjxx4 .gjxx-body .gjxx-item .gjxx-list.l2:before,
.gjxx4 .gjxx-body .gjxx-item .gjxx-list.l4:before{
  right: auto;
  left: -70px;
  border-bottom: 182px solid #FDEAB6;
}
.gjxx4 .gjxx-body .gjxx-item .gjxx-list .gjxx-box{
  position: relative;
  padding-left: 187px;
}
.gjxx4 .gjxx-body .gjxx-item .gjxx-list .gjxx-box:before{
  content: '';
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 162px;
  height: 110px;
}
.gjxx4 .gjxx-body .gjxx-item .gjxx-list .gjxx-box:after{
  content: '';
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  width: 40px;
  height: 34px;
}
.gjxx4 .gjxx-body .gjxx-item .gjxx-list.l1 .gjxx-box:after,
.gjxx4 .gjxx-body .gjxx-item .gjxx-list.l3 .gjxx-box:after{
  background: url(../img/ico15.png) no-repeat;
  -webkit-background-size: contain;
     -moz-background-size: contain;
       -o-background-size: contain;
          background-size: contain;
}
.gjxx4 .gjxx-body .gjxx-item .gjxx-list.l2 .gjxx-box:after,
.gjxx4 .gjxx-body .gjxx-item .gjxx-list.l4 .gjxx-box:after{
  background: url(../img/ico16.png) no-repeat;
  -webkit-background-size: contain;
     -moz-background-size: contain;
       -o-background-size: contain;
          background-size: contain;
}
.gjxx4 .gjxx-body .gjxx-item .gjxx-list.l1 .gjxx-box:before{
  background: url(../img/ico11.png) no-repeat;
  -webkit-background-size: contain;
     -moz-background-size: contain;
       -o-background-size: contain;
          background-size: contain;
}
.gjxx4 .gjxx-body .gjxx-item .gjxx-list.l2 .gjxx-box:before{
  background: url(../img/ico12.png) no-repeat;
  -webkit-background-size: contain;
     -moz-background-size: contain;
       -o-background-size: contain;
          background-size: contain;
}
.gjxx4 .gjxx-body .gjxx-item .gjxx-list.l3 .gjxx-box:before{
  background: url(../img/ico13.png) no-repeat;
  -webkit-background-size: contain;
     -moz-background-size: contain;
       -o-background-size: contain;
          background-size: contain;
}
.gjxx4 .gjxx-body .gjxx-item .gjxx-list.l4 .gjxx-box:before{
  background: url(../img/ico14.png) no-repeat;
  -webkit-background-size: contain;
     -moz-background-size: contain;
       -o-background-size: contain;
          background-size: contain;
}
.gjxx4 .gjxx-body .gjxx-item .gjxx-list.l2,
.gjxx4 .gjxx-body .gjxx-item .gjxx-list.l4{
  background-color: #FDEAB6;
  color: #000;
  float: right;
}
.gjxx4 .gjxx-body .gjxx-item .gjxx-list .gjxx-box p{
  font-size: 30px;
  color: #fff;
  font-weight: bold;
  line-height: 58px;
}
.gjxx4 .gjxx-body .gjxx-item .gjxx-list.l2 .gjxx-box p,
.gjxx4 .gjxx-body .gjxx-item .gjxx-list.l4 .gjxx-box p{
  color: #B70500;
}
.gjxx4 .gjxx-body .gjxx-item .gjxx-list .gjxx-box span{
  font-size: 28px;
  line-height: 38px;
}
.gjxx5 .gjxx-body{
  background-color: #FEF7E2;
  padding: 20px;
}
.gjxx5 .gjxx-body .gjxx-item{
  position: relative;
}
.gjxx5 .gjxx-body .gjxx-item b{
  content: '';
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  height: 1px;
  background-color: #868378;
}
.gjxx5 .gjxx-body .gjxx-item i{
  content: '';
  display: block;
  clear: both;
  position: absolute;
  top: 0;
  left: 50%;
  width: 1px;
  height: 100%;
  background-color: #868378;
}
.gjxx5 .gjxx-body .gjxx-item:after{
  content: '';
  display: block;
  clear: both;
}
.gjxx5 .gjxx-body .gjxx-item .gjxx-list{
  width: 50%;
  float: left;
}
.gjxx5 .gjxx-body .gjxx-item .gjxx-list:hover{
  -webkit-transform: scale(1.05);
     -moz-transform: scale(1.05);
      -ms-transform: scale(1.05);
       -o-transform: scale(1.05);
          transform: scale(1.05);
}
.gjxx5 .gjxx-body .gjxx-item .gjxx-list.l1 .gjxx-box{
  padding: 10px 20px 36px 0;
}
.gjxx5 .gjxx-body .gjxx-item .gjxx-list.l2 .gjxx-box{
  padding: 10px 20px 36px 36px;
}
.gjxx5 .gjxx-body .gjxx-item .gjxx-list.l3 .gjxx-box{
  padding: 36px 20px 10px 0;
}
.gjxx5 .gjxx-body .gjxx-item .gjxx-list.l4 .gjxx-box{
  padding: 36px 20px 10px 36px;
}
.gjxx5 .gjxx-body .gjxx-item .gjxx-list .gjxx-box .gjxx-name{
  height: 60px;
  position: relative;
  padding-left: 70px;
}
.gjxx5 .gjxx-body .gjxx-item .gjxx-list .gjxx-box .gjxx-name:before{
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 60px;
  height: 60px;
}
.gjxx5 .gjxx-body .gjxx-item .gjxx-list.l1 .gjxx-box .gjxx-name:before{
  background: url(../img/ico17.png) no-repeat;
  -webkit-background-size: contain;
     -moz-background-size: contain;
       -o-background-size: contain;
          background-size: contain;
}
.gjxx5 .gjxx-body .gjxx-item .gjxx-list.l2 .gjxx-box .gjxx-name:before{
  background: url(../img/ico18.png) no-repeat;
  -webkit-background-size: contain;
     -moz-background-size: contain;
       -o-background-size: contain;
          background-size: contain;
}
.gjxx5 .gjxx-body .gjxx-item .gjxx-list.l3 .gjxx-box .gjxx-name:before{
  background: url(../img/ico19.png) no-repeat;
  -webkit-background-size: contain;
     -moz-background-size: contain;
       -o-background-size: contain;
          background-size: contain;
}
.gjxx5 .gjxx-body .gjxx-item .gjxx-list.l4 .gjxx-box .gjxx-name:before{
  background: url(../img/ico20.png) no-repeat;
  -webkit-background-size: contain;
     -moz-background-size: contain;
       -o-background-size: contain;
          background-size: contain;
}
.gjxx5 .gjxx-body .gjxx-item .gjxx-list .gjxx-box .gjxx-name span{
  display: inline-block;
  height: 47px;
  line-height: 47px;
  background-color: #B70500;
  color: #fff;
  font-size: 30px;
  font-weight: bold;
  -webkit-border-radius: 47px;
     -moz-border-radius: 47px;
          border-radius: 47px;
  padding: 0 20px;
  position: relative;
  margin-top: 6px;
}
.gjxx5 .gjxx-body .gjxx-item .gjxx-list .gjxx-box .gjxx-name span:before{
  content: '';
  width: 100%;
  border: 3px solid #B70500;
  height: 100%;
  position: absolute;
  top: 0;
  right: -10px;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-border-radius: 47px;
     -moz-border-radius: 47px;
          border-radius: 47px;
}
.gjxx5 .gjxx-body .gjxx-item .gjxx-list .gjxx-box p{
  margin-top: 22px;
  line-height: 42px;
  font-size: 28px;
  position: relative;
  padding-left: 28px;
  font-weight: bold;
}
.gjxx5 .gjxx-body .gjxx-item .gjxx-list .gjxx-box p:before{
  content: '';
  position: absolute;
  top: 15px;
  left: 0;
  width: 12px;
  height: 12px;
  background-color: #C20408;
  -webkit-border-radius: 100%;
     -moz-border-radius: 100%;
          border-radius: 100%;
}
.gjxx5 .gjxx-more{
  margin-top: 58px;
  text-align: center;
}
.gjxx5 .gjxx-more a{
  display: inline-block;
  background-color: #FFE9B5;
  border: 1px solid #C12723;
  height: 78px;
  line-height: 78px;
  color: #fff;
  font-size: 36px;
  font-weight: bold;
  padding: 0 20px;
  -moz-border-radius: 8px;
       -webkit-border-radius: 8px;
          border-radius: 8px;
  -webkit-transition: all .1s linear;
  -moz-transition: all .1s linear;
  -o-transition: all .1s linear;
  transition: all .1s linear;
  color: #C12723;
}
.gjxx5 .gjxx-more a:first-child{
  margin-right: 122px;
  background-color: #C12723;
  color: #fff;
  border-color: transparent;
}
.gjxx5 .gjxx-more a:hover{
  -webkit-box-shadow: 0 10px 15px rgb(0 0 0 / 30%);
  -moz-box-shadow: 0 10px 15px rgb(0 0 0 / 30%);
       box-shadow: 0 10px 15px rgb(0 0 0 / 30%);
}




.gjxx6 .gjxx-table {
    background: url(../img/bg4.jpg) center center no-repeat;
    -webkit-background-size: cover;
       -moz-background-size: cover;
         -o-background-size: cover;
            background-size: cover;
}
.gjxx6 .gjxx-table .gjxx-item{
  padding-top: 40px;
  width: 1140px;
  margin: 0 auto;
}
.gjxx6 .gjxx-table .gjxx-item:after{
  content: '';
  display: block;
  clear: both;
}
.gjxx6 .gjxx-table .gjxx-item .gjxx-list{
  padding: 10px;
  position: relative;
  float: left;
  width: 50%;
}
.has-error .help-block{
  position: absolute;
  top: -30px;
  left: 25px;
  color: #fff;
  font-size: 16px;
  height: 40px;
  line-height: 40px;
}
.gjxx6 .gjxx-table .gjxx-item .gjxx-list .gjxx-input{
  width: 100%;
  height: 68px;
  line-height: 68px;
  border: 1px solid #292639;
  color: rgba(41,41,41, .68);
  padding: 0 15px;
  font-size: 24px;
  letter-spacing: 3px;
  background-color: #fff;
}
input::-webkit-input-placeholder,
select,
option{
  color: rgba(41,41,41, .68);
}

.gjxx6 .gjxx-btn{
  margin-top: 40px;
  height: 104px;
  line-height: 104px;
  background-color: #FDEAB6;
  text-align: center;
}
.gjxx6 .gjxx-btn .gjxx-more-a{
  display: inline-block;
  height: 68px;
  line-height: 66px;
  color: #fff;
  background-color: #B70500;
  padding: 0 50px;
  font-size: 34px;
  font-weight: bold;
  -webkit-border-radius: 10px;
     -moz-border-radius: 10px;
          border-radius: 10px;
  border: 2px solid #fff;
  cursor: pointer;
}
.gjxx6 .gjxx-btn .gjxx-more-a:hover{
  opacity: .8;
  background-color: #fff;
  border-color: #B90B05;
  color: #B70500;
}







.foot-copy{
  margin-top: 30px;
  text-align: center;
  line-height: 30px;
  padding: 20px 0;
  margin-bottom: -15px;
}
.foot-copy p,
.foot-copy a{
  color: #ccc !important;
  font-size: 12px;
}
.foot-copy a:hover{
  opacity: .8;
}