html,body,div,span,applet,object,iframe,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,big,cite,code,del,dfn,img,ins,kbd,q,s,samp,small,strike,strong,sub,sup,tt,var,b,u,i,dl,dt,dd,ol,nav ul,nav li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td,article,aside,canvas,details,embed,figure,figcaption,footer,header,hgroup,menu,nav,output,ruby,section,summary,time,mark,audio,video{margin:0;padding:0;border:0;font-size:100%;font:inherit;vertical-align:baseline;}
article, aside, details, figcaption, figure,footer, header, hgroup, menu, nav, section {display: block;}
ol,ul{list-style:none;margin:0;padding:0;
    display: flex;
    flex-direction: row;
    justify-content: space-evenly;}
/* li{float: left;} */
blockquote,q{quotes:none;}
blockquote:before,blockquote:after,q:before,q:after{content:'';content:none;}
table{border-collapse:collapse;border-spacing:0;}
/* start editing from here */
a{text-decoration:none;}
.txt-rt{text-align:right;}/* text align right */
.txt-lt{text-align:left;}/* text align left */
.txt-center{text-align:center;}/* text align center */
.float-rt{float:right;}/* float right */
.float-lt{float:left;}/* float left */
.clear{clear:both;}/* clear float */
.pos-relative{position:relative;}/* Position Relative */
.pos-absolute{position:absolute;}/* Position Absolute */
.vertical-base{	vertical-align:baseline;}/* vertical align baseline */
.vertical-top{	vertical-align:top;}/* vertical align top */
.underline{	padding-bottom:5px;	border-bottom: 1px solid #eee; margin:0 0 20px 0;}/* Add 5px bottom padding and a underline */
nav.vertical ul li{	display:block;}/* vertical menu */
nav.horizontal ul li{	display: inline-block;}/* horizontal menu */
img{max-width:100%;}
/*end reset*/
/*--header start here--*/
html{
  font-family: 'Montserrat', sans-serif;
   font-size: 100%;
   background-color: #fff;
}
body{
    background-color: unset;
}
header{
    width: 100%;
    height: 350px;
    position: relative;
    z-index: 999;
    background-color: #1b1b1d;
}
header::after{
    content: "";
    background-image: url(../images/main/test-4.jpg); 
	background-size:cover;
    /* opacity: 0.5; */
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: -1;
}
.header{
    width: 65%;
    height: 100%;
    margin: 0 auto;
    /* border: 1px solid; */
}
.header-tab{
    width: 100%;
    height: 100px;
}
.logo{
    width: 40%;
    height: 100px;
    background: url(../images/main/Logo-white.png) no-repeat center center;
    background-size: 80%;
    float: left;
}
.infotitle{
     color: #fff;   
     width: 50%;
     padding: 85px 60px;
}
.welcome{
    font-size: 30px;
}
nav ul {
    list-style: none;
    padding-left: 0;
    margin-top: 0;
    margin-bottom: 0;
  }
  
  h1 {
    width: 500px;
    margin: 100px auto 20px;
    color: #f0f0f0;
    text-align: center;
  }
  
  .tabList {
    float: right;
    margin-top:32px;
    padding-right: 50px;
    display: flex;
    justify-content: flex-end;
  }
  .tabList a {
    display: block;
    padding: 0 16px;
    line-height: inherit;
    cursor: pointer;
    color: #fff;
    font-size: 16px;
    text-decoration: none;
  }
  .nav__menu {
    line-height: 45px;
    font-weight: 700;
    text-transform: uppercase;
  }
  .nav__menu-item {
    display: inline-block;
    position: relative;
  }
  .nav__menu-item:hover {
    background-color: #035072;
  }
  .nav__menu-item:hover .nav__submenu {
    display: block;
  }
  .nav__submenu {
    font-weight: 300;
    text-transform: none;
    display: none;
    position: absolute;
    width: 220px;
    background-color: #035072;
  }
  .nav__submenu-item{
      display: block;
  }
  .nav__submenu-item:hover {
    background: rgba(0, 0, 0, 0.1);
  }
.seccon{
    position: relative;
    width: 1200px;
    margin: 0 auto;
    /* min-height: 678px; */
    background-color: #fff;
    margin-bottom: 30px;
}
.contentdata h4{
    font-size: 18px;
    font-weight: bold;
    height: 50px;
    line-height: 50px;
}
.contentdata li{
    width: 21%;
    text-align: left;
    padding: 50px 20px;
    border: 1px solid #ccc;
    float: left;
}
.contentdata img{
    width: 80px;
    height: 80px;
    border-radius: 50%;
    border: 1px solid #ccc;
}
.contentdata .ptitle{
    color: #1b1b1d;
    font-weight: bold;
    height: 60px;
    margin-top: 10px;
}
.contentdata .pcontent{
    color: #999;
    height: 80px;
    font-size: 16px;
}
.contentdata .pgo{
    color: #60a7e5;
}
.table-striped > tbody > tr:nth-child(even) > td, .table-striped > tbody > tr:nth-child(even) > th {
    background-color: #ffffff;
}
.pagination-info,.page-list{
    color: #fff;
}
.sel article {
    background-color: #fff;
}
.clearbox{
    clear: both;
}



















footer{
    height: 100px;
    width: 100%;
    background-color: #000;
}
.w1210 {
	width: 1210px;
	margin: 0 auto;
}

.register {
	padding: 50px 0 45px;
	background: url(../images/register_bg.png) no-repeat center center #e8373d;
}

.register .title {
	padding-bottom: 5px;
	font-size: 26px;
	font-weight: normal;
	text-align: center;
    color: #fff;
}


.register .desc {
	padding-bottom: 20px;
	margin: 0 auto;
	font-size: 14px;
	color: #fff;
	text-align: center;
}

.register .btn {
	display: block;
	width: 128px;
	height: 36px;
	padding: 0;
	margin: 0 auto;
	font-size: 16px;
	line-height: 36px;
	color: #fff;
	background: transparent;
	border: 1px solid #fff;
	border-radius: 0;
	transition: all .2s;
	text-align: center;
	cursor: pointer;
	vertical-align: middle;
}

.register .btn:hover {
	background: rgba(255, 255, 255, .1);
}


/*å°¾éƒ¨*/

.site-footer {
	font-size: 14px;
	line-height: 1.8;
    background: #000;
    /* position: fixed;
    bottom: 0; */
    width: 100%;
}

/* .site-footer a:hover {
	color: #ff7300 !important;
} */

.site-footer .footer-article {
	padding: 10px 0 5px;
	overflow: hidden;
	border-bottom: 1px solid #4b5054;
}

.site-footer .col-article {
	float: left;
	width: 270px;
	/* margin-right: 130px; */
}

.site-footer .col-article dt {
	margin-bottom: 15px;
	font-size: 16px;
	font-weight: normal;
	color: #d7d8d9;
}

.site-footer .col-article dd {
	width: 220px;
	margin: 0;
	overflow: hidden;
	border-right: 1px solid #4b5054;
}

.site-footer .col-article dd a {
	float: left;
	width: 100%;
	margin: 0 0 6px;
	font-size: 12px;
	color: #9b9ea0;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
}

.site-footer .col-article.col-article-spe {
	width: 195px;
}

.site-footer .col-article.col-article-spe dd {
	width: auto;
	border: 0;
}

.site-footer .col-article.col-article-spe dd p {
	height: 36px;
	padding-top: 6px;
	font: 20px/36px Arial;
	color: #9b9ea0;
}

.site-footer .col-article.col-article-spe dd i {
	float: left;
	margin-right: 10px;
	font-size: 32px;
}

/* .site-footer .col-article.col-article-spe dd i.orange {
	color: #ff7300;
} */

.site-footer .col-article.col-article-spe dd i.blue {
	color: #2da6f6;
}

.site-footer .col-code {
	float: left;
	width: 120px;
	text-align: center;
	color: #9b9ea0;
}

.site-footer .col-code img {
	width: 90px;
	height: 90px;
	margin-top: 5px;
}

.footer-links {
	position: relative;
	z-index: 1;
	width: 1140px;
	padding: 10px 0 10px 60px;
	margin: 0 auto;
	font-size: 12px;
	line-height: 24px;
	border-bottom: 1px solid #4b5054;
}

.footer-links span {
	position: absolute;
	left: 0;
}

.footer-links a {
	padding: 0 5px;
	margin: 0 10px;
	color: #73777a;
}

.footer-info .info-text {
	padding-bottom: 10px;
	font-size: 12px;
	text-align: center;
	color: #9b9ea0;
}

.footer-info .info-text .nav-bottom {
	padding: 20px 0 5px;
	font-size: 14px;
	/* color: #ccc; */
	text-align: center;
}

.footer-info .info-text .nav-bottom a {
	padding: 0 8px;
	color: #9b9ea0;
}

.footer-info .info-text .copyright {
	padding-top: 5px;
}

.footer-info .info-text em {
	padding: 0 8px;
}