@charset "utf-8";
*{margin: auto; padding: 0;}
body{  }
blockquote,
body,
button,
dd,
dl,
dt,
fieldset,
form,
h1,
h2,
h3,
h4,
h5,
h6,
hr,
input,
legend,
li,
ol,
p,
pre,
td,
textarea,
th,
ul {
  margin: 0;
  padding: 0;
}
img {
  border: 0;
}
ul,
ol {
  list-style: none;
}

body,
button,
input,
select,
textarea {
  font: 14px/1.5 "\5FAE\8F6F\96C5\9ED1", "arial";
  color: #333;
  font-size: 14px;
}

a {
  color: inherit;
  color: expression(this.parentNode.currentStyle.color);
  text-decoration: none;
}

a:focus, a:active, a:hover {
  outline: 0;
}

h1 {
  font-size: 36px;
}

h2 {
  font-size: 22px;
}

h3 {
  font-size: 20px;
}

h4 {
  font-size: 18px;
}

/********* 主页栏目 *****************/
    .index_title{text-align:center;margin-top: 100px;}
    .lnav{background: #3f8df5;
    width: 100px;
    display: inline-block;
    transform: skew(35deg);
    height: 40px;
    //background-image: linear-gradient(45deg, #2adffa 0%, #034dfa 100%);
    background-image: linear-gradient(45deg, #b2e9f1 0%, #6389e3 100%);
border-top-right-radius: 10px;
    border-bottom-left-radius: 10px;
    border-top-left-radius: 10px;
    float: left;}
    .rnav{background: #3f8df5;
    width: 100px;
    display: inline-block;
    transform: skew(-35deg);
    height: 40px;
    //background-image: linear-gradient(90deg, #034dfa 0%, #2adffa 100%);
    background-image: linear-gradient(90deg, #6389e3 0%, #b2e9f1 100%);
border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
    border-top-left-radius: 10px;
    float: right;
    }
    .navtext{margin-top: -20px;transition-duration: .3s;
    display: table;
    border-left: #3f8df5 4px solid;
    heigth: 20px;
    padding-left: 20px;
    border-right: #3f8df5 4px solid;
    padding-right: 20px;
    border-height: 10px;
    line-height: 28px;
    border-top-right-radius: 10px;
    border-top-left-radius: 10px;
        background: linear-gradient(to right, #ff9191, #3f8df5);
    -webkit-background-clip: text;
    color: transparent;
    }
    .ntblock{
display: inline-block;
    padding: 0px 60px 10px;
    text-align: center;
    font-size: 28px;
    color: #3f8df5;
    margin-top: 18px;
    float: none;
    border-bottom: #3f8df5 dotted 2px;
    width: 72%;
    height: 10px;}
    .navtext:hover{line-height: 30px;transition-duration: .3s;color:#db3c3c;
    border-left: #db3c3c 4px solid;border-right: #db3c3c 4px solid;}

.ntblock:has(.navtext:hover){
  border-bottom: #db3c3c solid 2px;
}
.index_title:has(.navtext:hover) .lnav{
  background-image: linear-gradient(45deg, #e7a9a9 0%, #d11212 100%);
}
.index_title:has(.navtext:hover) .rnav{
  background-image: linear-gradient(90deg, #d11212 0%, #e7a9a9 100%);
}
@media(max-width:1366px) {
.ntblock{width:65%;}
	}
