@font-face{
	font-family: 'Noto';
	src:url("../fonts/NotoSansTC-regular.otf");
	font-weight:normal;
}
html{
    min-height:100vh;
    font-family:'Noto';
}
body{
	background:#fff;
	position:relative;
	margin:0;
	padding:0;
}
.clear{
	clear:both;
}
.iconfont{
	padding-right:4px;
}
center{
	clear:both;
}
.white{
	background:#fff;
}
.container-width{
	display: block;
	width:1174px;
	margin:0 auto;
	padding:20px 0;
}
ul,p{
	margin:0;
  	padding:0;
}
li{
	list-style: none;
}
a{
	text-decoration: none;
}
img{
    max-width:100%;
}
.back{
    cursor:pointer;
}
.overhi{
	overflow:hidden;
}
.left{
	float: left;
}
.right{
	float:right;
}
.w30{
	width:30%;
}
.w40{
	width:40%;
}
.w45{
	width:45%;
}
.w50{
	width:50%;
}
.w55{
	width:55%;
}
.w60{
	width:60%;
}
.w70{
	width:70%;
}
.w80{
	width:80%;
}
.w100{
	width:100%;
}
.w50 img{
	max-width:95%;
}
.aligncenter{
	text-align: center;
}
.alignright{
	text-align: right;
}

.mobile-show{
	display: none;
}
.container{
	width:1440px;
	margin:0 auto;
	overflow:hidden;
}

.classname{
	padding:140px 0 140px 24px;
	font-size:48px;
	color:rgba(13, 54, 92, 1);
	position:relative;
}
.classname::after{
	content: '';
	position:absolute;
	width:8px;
	height:70px;
	left:0;
	top:50%;
	margin-top:-35px;
	background:rgba(247, 123, 69, 1);
}
.view-more{
	text-align: center;
}
.view-more a{
	display: inline-block;
	width:208px;
	line-height: 64px;
	font-size:24px;
	background:rgba(247, 123, 69, 1);
	color:#fff;
	margin-top:80px;
}
.orcolor{
	color:#F48000;
}
.mt50{
	margin-top:50px;
}

.header{
    margin:20px 0;
}
.header .nav{
    margin:0 0 0 40px;
    float: left;
}
.header .chooselang,
.header .drop{
    display: none;
}
.header ul li{
    display: inline-block;
    line-height:42px;
    margin:0 10px 0 0;
}
.header ul li.active{

}
.header ul li.active > a{
	background:#41BCA0;
	border-radius:20px;
	color:#fff;
}
.header ul li a{
    font-family: 'Noto';
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    color:#000;
    padding:4px 16px;
}
.header .logo{
    float: left;
}
.header .buttons{
    /**overflow: hidden;**/
    text-align: right;
}
.header .buttons li{
    display: inline-block;
    margin-right:0;
}
.header .buttons a{
    width:26px;
    height:42px;
    display: block;
}
.header .buttons a.search{
    background:url(../images/search.svg) center center no-repeat;
    background-size:26px;
}
.header .buttons a.language{
    background:url(../images/language.svg) center center no-repeat;
    background-size:26px;
}
.header .buttons a.mine{
    background:url(../images/mine.svg) center center no-repeat;
    background-size:24px;
}

.center-title{
    text-align: center;
    line-height:60px;
    background:url(../images/title_bg.svg) center center no-repeat;
    position:relative;
}
.center-title::before{
    content: '';
    position: absolute;
    left:0;
    top:50%;
    margin-top:-0.5px;
    width:calc((100% - 300px) / 2);
    height:1px;
    background:url(../images/line.svg) left center repeat-x;
}
.center-title::after{
    content: '';
    position: absolute;
    right:0;
    top:50%;
    margin-top:-0.5px;
    width:calc((100% - 300px) / 2);
    height:1px;
    background:url(../images/line.svg) right center repeat-x;
}
.left-title{
    line-height:60px;
    position:relative;
    margin-top:50px;
}
.left-title h2{
    display: inline-block;
    background:url(../images/title-bg-2.png) center center repeat-x;
    text-align: center;
    padding:0 20px;
    margin:30px;
    color:#47BA9F;
    position: relative;
    
      white-space:nowrap!important;
}
.left-title h2::before{
    content: '';
    position:absolute;
    left:-36px;
    top:4px;
    width:53px;
    height:53px;
    background:url(../images/title-bg-1.png) center center repeat-x;
}
.left-title h2::after{
    content: '';
    position:absolute;
    right:-36px;
    top:4px;
    width:53px;
    height:53px;
    background:url(../images/title-bg-3.png) center center repeat-x;
}
.left-title::after{
    content: '';
    position: absolute;
    right:0;
    top:50%;
    margin-top:-0.5px;
    width:90%;
    height:1px;
    background:url(../images/line.svg) right center repeat-x;
    z-index:-1;
}
/*.source-2 .left-title h2{
    background:url(../images/title_bg_long.svg) left center no-repeat;
}

.left-title.longtitle h2{
    background:url(../images/title_bg_long.svg) left center no-repeat;
}*/
/*.shorttitle.left-title h2{
    background:url(../images/title_bg.svg) left center no-repeat;
}

.left-title.longtitle::after,
.source-2 .left-title::after{
    width:calc(100% - 400px);
}
.shorttitle.left-title::after{
    width:calc(100% - 300px);
}
.source-2 .left-title h2{
    background:url(../images/title_bg_long.svg) left center no-repeat;
}

.left-title.longtitle h2{
    background:url(../images/title_bg_long.svg) left center no-repeat;
}
.shorttitle.left-title h2{
    background:url(../images/title_bg.svg) left center no-repeat;
}*/

.top-title p{
    font-size:16px;
    color:#000!important;
}
.top-title b{
    font-size:36px;
    color:#000!important;
}


.pages{
    float: right;
    text-align: right;
    margin-bottom:70px;
}
.centerpages{
    width:280px;
    margin:90px auto;
    float: none;
    overflow: hidden;
}
.pages li{
    display: inline-block;
    float: left;
    color:#8C8C8C;
    line-height:28px;
    margin-left:8px;
}
.pages li a{
    display: block;
    width:28px;
    height:28px;
    border-radius:2px;
    text-align: center;
    color:#8C8C8C;
}
.pages li.active a{
    background:#F0F0F0;
    color:#000;
}
.pages li.next,
.pages li.prev{
    background:#fff;
    color:#fff;
}
.pages li.prev{
    background:url(../images/prev.png) center center no-repeat;
}
.pages li.next{
    background:url(../images/prev.png) center center no-repeat;
    transform:rotate(180deg);
}
.pages li.prev a{
    color:#fff;
}
.pages li.next a{
    color:#fff;
}
.showmore{
    margin:20px 15px;
    background:#F6F6F6;
    color:#727272;
    line-height: 45px;
    text-align: center;
}


.footer{
    background:#41BCA0;
    text-align:left;
    padding-top:40px;
}
.footer *{
    color:#fff;
}
.footer .contact{
    width:400px;
}
.footer .guide{
    width:400px;
}
.footer .webguide{
    width:600px;
}
.footer b{
    display: block;
    font-size:28px;
    text-align:left;
    margin-bottom:14px;
}
.footer .contact p{
    display: block;
    text-align:left;
}
.footer .guide li{
    display: inline-block;
    width:33.3%;
    float: left;
    text-align: left;
}
.footer .webguide li{
    float: left;
    margin-bottom:20px;
    width:33.3%;
}
.footer .webguide li a,
.footer .webguide li a img{
    display: block;
}
.footer .webguide li img{
    width:90%;
}
.footer .bottom{
    margin-top:50px;
    padding:15px 0;
    border-top:1px solid #fff;
    overflow: hidden;
}

@media screen and (max-width:1700px){
	.container{
		width:1400px;
		margin:0 auto;
	}
}

@media screen and (max-width:1500px){
	.container{
		width:1300px;
	}
}
@media screen and (max-width:1400px){
	.container{
		width:1200px;
	}
}
@media screen and (max-width:960px){
	.container{
		width:100%;
	}
	.mobile-show{
		display: block;
	}
    .header .logo{
        margin:0 0 0 20px;
    }
    .header .nav{
        margin:0;
    }
    .slidenav,
    .header .nav ul{
        display: none;
        position:fixed;
        top:0;
        bottom:0;
        left:0;
        right:0;
        padding:30px 0;
        z-index:99;
        background:#fff;
    }
    .slidenav li.active a,
    .header .nav ul li.active a{
        margin:0 0 0 36px;
        border-radius:0;
    }
    .slidenav li,
    .header .nav ul li{
        width:100%;
    }
    .slidenav li a,
    .header .nav ul li a{
        margin:0 0 0 20px;
    }
    .header .buttons{
        padding-right:60px;
    }
    .header .buttons ul li a{
        padding:0 10px;
    }
    .header .buttons .slidenav li a{
        width:calc(100% - 20px);
        text-align: left;
    }
    .header .chooselang{
        position:fixed;
        z-index:9999;
        padding:40px 0;
    }
    .header .chooselang .menu{
        top:20px;
    }
    .drop .name,
    .header .chooselang .name{
        background:#F6F6F6;
        line-height:60px;
        height:60px;
    }

    .header .withdrop{
        position: relative;
    }
    .header .withdrop::after{
        position: absolute;
        content:'';
        right:15px;
        top:50%;
        width:20px;
        height:20px;
        margin-top:-10px;
        background:url(../images/withdrop.svg) right center no-repeat;
        background-size:14px;
    }
    .header .withdrop .drop{
        display: none;
        position:fixed;
        top:0;
        bottom:0;
        left:0;
        right:0;
        padding:30px 0;
        z-index:99;
        background:#fff;
    }
    .header .withdrop.on .drop{
        display: block;
        padding-top:50px;
    }
    .header .withdrop .drop .name{
        position: relative;
    }
    .header .withdrop .drop .name::after{
        position: absolute;
        content:'';
        right:0;
        top:50%;
        width:20px;
        height:20px;
        margin-top:-10px;
        background:url(../images/withdrop.svg) right center no-repeat;
        background-size:14px;
        transform:rotate(180deg);
    }

    .header .menu{
        height: 40px;
        width: 40px;
        position: absolute;
        transition: all 0.5s cubic-bezier(0.7, 0, 0.3, 1) 0s;
        -webkit-transition: all 0.5s cubic-bezier(0.7, 0, 0.3, 1) 0s;
        -ms-transition: all 0.5s cubic-bezier(0.7, 0, 0.3, 1) 0s;
        cursor: pointer;
        z-index: 9999;
        display: block;
        left: auto;
        right:15px;
        top: 0;
    }
    .header .menu a {
        background-color: #333;
        display: block;margin: 0 auto;
        height: 2px;
        margin-top: -1px;
        position: relative;
        top: 50%;
        transition: all 0.3s cubic-bezier(0.7, 0, 0.3, 1) 0s;
        -webkit-transition: all 0.3s cubic-bezier(0.7, 0, 0.3, 1) 0s;
        -ms-transition: all 0.3s cubic-bezier(0.7, 0, 0.3, 1) 0s;
        width: 24px;
        border-radius: 2px;
    }
    .header .menu a:after{
        width:24px;
    }
    .header .menu a:before{
        width:24px;
    }
    .header .menu a:after,
    .header .menu a:before {
        background-color: #333;
        content: "";
        display: block;
        height: 2px;
        left: 0;
        position: absolute;
        transition: all 0.3s cubic-bezier(0.7, 0, 0.3, 1) 0s;
        -webkit-transition: all 0.3s cubic-bezier(0.7, 0, 0.3, 1) 0s;
        -ms-transition: all 0.3s cubic-bezier(0.7, 0, 0.3, 1) 0s;
    }

    .header .menu a:after {
        top: 10px;
    }

    .header .menu a:before {
        top: -10px;
    }
    .selected .menu {
        transform: rotate(90deg);
    }

    .selected .menu a:after,
    .selected .menu a:before {
        top: 0;
    }

    .selected .menu a:before {
        transform: translateY(0px) rotate(-45deg);
        -webkit-transform: translateY(0px) rotate(-45deg);
        -ms-transform: translateY(0px) rotate(-45deg);
        background: #333;
        width: 100%;
    }

    .selected .menu a:after {
        transform: translateY(0px) rotate(45deg);
        -webkit-transform: translateY(0px) rotate(45deg);
        -ms-transform: translateY(0px) rotate(45deg);
        background: #333;
        width: 100%;
    }

    .selected .menu a {
        background-color: transparent !important;
    }



    .top-title p{
        font-size:12px;
    }
    .top-title b{
        font-size:32px;
    }
    .left-title{
        margin:0;
       white-space:nowrap!important;
       white-space: nowrap;
    }


    .centerpages{
        
    }
    .showmore{
        margin:20px 15px;
        background:#F6F6F6;
        color:#727272;
        line-height: 45px;
        text-align: center;
    }
    .footer-space{
        height:90px;
    }
    .footer-bar{
        position:fixed;
        bottom:0;
        left:0;
        right:0;
    }
    .footer-bar ul{
        position:relative;
        display: flex;
        justify-content: space-between;
        margin:0;
        height:70px;
        background:#FFFFFF;
        box-shadow: 0px -4px 10px rgba(0, 0, 0, 0.09);
    }
    .footer-bar ul li{
        width:20%;
    }
    .footer-bar ul li.member-login{
        margin-top:-15px;
    }
    .footer-bar ul li i{
        display: block;
        height:80px;
        opacity:.4;
    }
    .footer-bar ul li i.bar-1{
        background:url(../images/bar-1.png) center center no-repeat;
    }
    .footer-bar ul li i.bar-2{
        background:url(../images/bar-2.png) center center no-repeat;
    }
    .footer-bar ul li i.bar-3{
        background:url(../images/bar-login.png) center center no-repeat;
        background-size:80px;
        opacity:1;
    }
    .footer-bar ul li i.bar-4{
        background:url(../images/bar-3.png) center center no-repeat;
    }
    .footer-bar ul li i.bar-5{
        background:url(../images/bar-4.png) center center no-repeat;
    }
    .footer-bar ul li i.active{
        opacity:1;
    }
    .footer{
        padding:40px 20px;
    }
    .footer .guide{
        width:100%;
        margin:30px 0;
    }
    .footer .contact p{
        line-height:1.8;
    }
    .footer b{
        font-size:24px;
        font-weight:normal;
        margin:10px 0;
    }
    .footer .webguide{
        width:100%;
    }
    .footer .bottom{
        margin:30px 0  0 0;
    }
}

