body,html{
    padding: 0;
    margin: 0;
    font-family: 'Noto Sans SC','Arial';
    font-size: 15px;
    width: 100%;
    height: 100%;
}

input,button,select,textarea{
    font-family: 'Noto Sans SC','Arial';
}

dl,dt,dd,ul,li,ol,h1,h2,h3,p{
    padding: 0;
    margin: 0;
}

ul,li,ol{
    list-style: none;
}

text{
    vertical-align: top;
}

img{
    vertical-align: top !important;
    display: inline-block;
}

.clear{
    clear: both;
}

a{
    color: #666;
    text-decoration: none;
}

a:hover{
    color: #1467b3 !important;
}
.wrap{white-space: pre-wrap; overflow-wrap: break-word;}
.center{
    position: relative; 
    top: 50%; 
    -webkit-transform: translateY(-50%); 
    -moz-transform: translateY(-50%); 
    -ms-transform: translateY(-50%); 
    -o-transform: translateY(-50%); 
    transform: translateY(-50%);
}

/*div{
    transition: all .4s ease;
}
*/
/* .menu-dw{
    position: fixed !important;
    top: 0 !important;
    left: 0 !important;
    background: #fff;
    box-shadow: 0 5px 5px rgba(0,0,0,.1);
} */

.menu-dw::after{
    width: 50%;
    height: 90px;
    position: absolute;
    right: 0;
    top: 0;
    background: #1467b3;
    content: '';
    display: block;
    z-index: 1;
}

.menu-box{
    width: 100%;
    height: 90px;
    position: absolute;
    top: 60px;
    left: 0;
    z-index: 99;
}


.menu{
    z-index: 2;
    width: 90%;
    max-width: 1500px;
    display: flex;
    margin: 0 auto;
    height: 90px;
    background: #1467b3;
    position: relative;
}

.logo{
    width: 24%;
    background: #fff;
    height: 90px;
    position: relative;
    z-index: 2;
}

.logo img{
    max-width: 100%;
    position: relative; 
    top: 50%; 
    -webkit-transform: translateY(-50%); 
    -moz-transform: translateY(-50%); 
    -ms-transform: translateY(-50%); 
    -o-transform: translateY(-50%); 
    transform: translateY(-50%);
}

.nav{
    /*overflow: hidden;
    padding-left: 1.3vw;*/
	width: 65%;
	text-align: center;
}

.menu .nav{
	background-color: #1467b3;
}
.menu .nav a{
    color: #fff;
    line-height: 90px;
    padding: 0 1.3vw;
	font-size: 17px;
	cursor: pointer;
}

.menu .nav a:hover{
    color: #fff !important;
    text-decoration: none;
}

.menu .nav .layui-nav-child{
	top: 90px;
	min-width:auto;
	padding: 5px 0;
	left: auto;
}
.menu .nav .layui-nav-child a{
	line-height: 30px;
	padding: 0.2vw 20px;
	text-align: center;
}

.menu .nav .layui-this:after,.menu .nav .layui-nav-bar{
	background-color: #21c3e8;
}
.menu .layui-nav .layui-nav-item a{
	color: #fff;
}
.menu .layui-nav .layui-nav-item a:hover{
	color: #21c3e8 !important;
}
.menu .layui-nav .layui-nav-item dd a{
	color: #000;
	font-size: 15px;
	text-align: left;
}
.menu .layui-nav .layui-nav-item dd a:hover{
	background-color: #000;
	color: #fff !important;
}
.menu .nav-r .search-dl{
	left:-115px;
}

.nav-r{
	position: absolute !important;
	right: 0;
	text-align: center;
	margin: 0 1.8vw;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
}

.nav-r .layui-nav{
	background-color: #1467b3;
}

.nav-r .layui-nav .layui-nav-more{
	display: none;
}

.nav-r .layui-nav .layui-nav-item a{
	padding: 10px;
	display: contents;
}

.nav-r .nav-r-icon{
	height: 30px;
	width: 30px;
	line-height: 30px;
	display:inline-block;
	padding: 0.3vw;
	margin-left: 0.1vw;

}

.nav-r .nav-r-icon img{
	width: 30px;
	height: 30px;
	transition: transform 0.4s ease;
}
.nav-r .nav-r-icon img:hover{
	transform: scale(1.3);
}
.nav-r .nav-r-icon i{
	color: #fff;
	font-size: 30px;
}
.nav-r .nav-r-icon .tel-i{
	color: #3d773e;
}
.nav-r .nav-r-icon i:hover{
	color: #777 !important;
	text-decoration: none;
}
.nav-r .layui-nav-child{
	/*top: auto;
	left: auto;
	right: 0;*/
	left: -50%;
}

.nav-r .layui-nav-item .layui-nav-child a{
	line-height: 22px;
	text-align: center;
	display: flex;
}

.nav-r .close-icon{
	display: none;
}

.nav-r .header-search-box{
	display: none;
	position: absolute;
	left: 0;
	line-height: 36px;
	padding: 5px 0;
	box-shadow: 0 2px 4px rgba(0,0,0,.12);
	border: 1px solid #eee;
	background-color: #fff;
	z-index: 100;
	border-radius: 2px;
	white-space: nowrap;
	width: 200px;
	height: 36px;
}

.tel-i:hover svg g polyline {
	stroke: #777;
}

.tel{
    padding: 0 1.5vw;
    font-size: 22px;
    color: #fff;
    line-height: 90px;
    position: relative;
    text-indent: 35px;
}

.tel img{
    width: 25px;
    height: 25px;
    position: absolute !important;
    margin-right: 1.2vw;
    left: 1.5vw;
    margin-top: -12.5px;
    top: 50%; 
    -webkit-transform: translateY(-0%) !important; 
    -moz-transform: translateY(-0%) !important; 
    -ms-transform: translateY(-0%) !important; 
    -o-transform: translateY(-0%) !important; 
    transform: translateY(-0%) !important;
}

.lang{
    position: absolute !important;
    right: 0;
    width: 37px;
    height: 37px;
    text-align: center;
    line-height: 37px;
    border:solid 2px #fff;
    border-radius: 50%;
    margin: 0 1.8vw;
    top: 50%;
    -webkit-transform: translateY(-50%); 
    -moz-transform: translateY(-50%); 
    -ms-transform: translateY(-50%); 
    -o-transform: translateY(-50%); 
    transform: translateY(-50%);
}

.lang a{
    color:#fff;
}

.lang a:hover{
    color: #fff !important;
    text-decoration: underline;
}

.bottom{
    width: 100%;
    height: auto;
    padding-top: 80px;
    background: #f4f4f4;
    position: relative;
    z-index: 2;
	color: #636363;
}

.bottom-top{
    width: 100%;
    height: auto;
    max-width: 1500px;
    margin: 0 auto;
    overflow: hidden;
    padding-bottom: 80px;
    display: flex
}


.bottom-lft{
    width: 33%;
    height: auto;
    color: #fff;
	padding-left: 40px;
	border-right: 1px solid #cfcfcf;
}
.bottom-lft:first-child{
	padding-left: 0
}

.bottom-lft p{
	color: #636363;
	width: 80%;
}

.bottom-lft h2{
    padding-top: 16px;
	color: #686868;
	height: 49px;
}

.bottom-lft ul {
    position: relative;
    box-sizing: border-box;
    padding: 20px 100px 0 0;
}

.bottom-lft ul li{
    width: 100%;
    height: auto;
    padding: 5px 0;
    color: #636363;
    font-size: 14px;
}

.bottom-lft ul img{
    width: 122px;
    height: 122px;
    position: absolute;
    right: 0;
    top: 30px;
}

.bottom-nav{
	width: 33%;
    padding-left: 1.7vw;
	display: flex;
}

.bottom-nav span{
    display: block;
    font-size: 17px;
    color: #fff;
    padding-bottom: 20px;
    width: 100%;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    *white-space: nowrap;
}

.bottom-nav a{
    font-size: 14px;
    color: #636363;
    display: block;
    padding-bottom: 16px;
}
.bottom-nav .foot-nav{width: 30%;padding: 17px;}
.bottom-nav .qrcode{
	display: flex;
	margin-left: 20px;
	width: 135px;
	color: #000;
	height: 217px;
	flex-direction: column;
	align-items: center;
	justify-content: flex-end;
}
.bottom-nav .qrcode img{
	width: 135px;
	height: 135px;
}
.bottom-nav .qrcode .qr-title{
	margin-top: 10px;
	color: #636363;
	font: 14px Helvetica Neue,Helvetica,PingFang SC,Tahoma,Arial,sans-serif;
}

.bottom-bot{
    width: 100%;
    height: 75px;
    line-height: 75px;
    border-top: solid rgba(255,255,255,0.2) 1px;
	background: #ffffff;
	color: #636363;
}

.bot-cent{
    width: 90%;
    max-width: 1500px;
    margin: 0 auto;
    font-size: 14px;
    color: #636363;
    line-height: 75px;
}

.bot-cent a{
    color: #636363;
}

.bot-cent a.icp{

}
.bot-cent .right-a
{
	float: right;
	margin: 0 5px;
}

@media only screen and (min-width:1920px){
	/* .menu .nav a{
	    padding: 0 0.9vw;
	} */
	
}


@media only screen and (max-width:1520px){
    .ic-cent{
        padding-right: 950px !important;
    }

    .ic-cent-rht{
        width: 950px !important;
        overflow: hidden;
    }

    .ic-cent-rht .ic-cent-rht-bg{
        float: right;
    }

    .bottom-nav{
        padding-left: 4vw !important;
    }
}

@media only screen and (max-width:1400px){
    .menu .nav a{
        padding: 0 1vw !important;
    }

    .ic-cent{
        padding-right: 850px !important;
    }

    .ic-cent-rht{
        width: 850px !important;
        overflow: hidden;
    }

    .ic-cent-rht .ic-cent-rht-bg{
        float: right;
    }

    .bottom-nav{
        padding-left: 3vw !important;
    }
}

@media only screen and (max-width:1300px){

    .bottom-nav{
        padding-left: 2.5vw !important;
    }
}

@media only screen and (max-width:1280px){
    .menu .nav a{
        padding: 0 1vw !important;
    }

    .logo{
        width: 18% !important;
    }

    .ic-cent{
        padding-right: 750px !important;
    }

    .ic-cent-rht{
        width: 750px !important;
        overflow: hidden;
    }

    .ic-cent-rht .ic-cent-rht-bg{
        float: right;
    }

    .bottom-nav{
        padding-left: 2vw !important;
    }
}

@media only screen and (max-width:1150px){
    .menu .nav a{
        padding: 0 0.8vw !important;
    }

    .logo{
        width: 16% !important;
    }

    .ic-cent{
        padding-right: 650px !important;
    }

    .ic-cent-rht{
        width: 650px !important;
        overflow: hidden;
    }

    .ic-cent-rht .ic-cent-rht-bg{
        float: right;
    }
    
}

.head-box{
    display: none;
}

.top-btn{
    width: 44px;
    height: 44px;
    background: #1467b3;
    border-radius: 5px;
    position: fixed;
    right: 5%;
    bottom: 10%;
    z-index: 99;
    text-align: center;
    line-height: 44px;
    font-size: 14px;
    color: #fff;
    cursor: pointer;
    display: none;
}

.top-btn:hover{
    transition: all .4s ease;
    background: rgba(20,103,179,.8);
}

.top-dw{
    display: block;
}

.lang-ls dd:hover{
	background-color:#f6f6f6;color:#000
}

.header-search-inner{width: 242px;display: block;}
.header-search-content{overflow: hidden;height: 100%;display: -webkit-box;display: -ms-flexbox;display: flex;-webkit-box-align: center;-ms-flex-align: center;align-items: center;-webkit-transition: all .2s;transition: all .2s;}
.header-search-inner input{text-align:center;width:100%;height: 40px;border: 1px solid #fff;outline: none;font-size: 14px;line-height: 20px;color: #252b3a;-webkit-transition: all .3s;transition: all .3s;z-index: 1;background-color: #FFFFFF !important;color: #333333 !important;}
.header-search-inner input::-webkit-input-placeholder,
.header-search-inner input::-moz-placeholder,
.header-search-inner input:-ms-input-placeholder,
.header-search-inner input:-moz-placeholder {color: #666666;}

video::-webkit-media-controls{
	/*display:none !important;*/
}

.prism-big-play-btn {
	position: absolute;
	transform: translate(-50%, -50%);
	left: 72%;
	top: 50%;
	width: 64px;
	height: 64px;
	background: url("../images/play.png") no-repeat;
	background-size: contain;
	cursor: pointer;
}
.prism-big-play-btn .outter {
	border: 7px solid rgba(255, 255, 255, 0.51);
	width: 64px;
	height: 64px;
	border-radius: 100%;
	position: absolute;
	box-sizing: border-box;
	top: 0;
	left: 0;
}
.prism-big-play-btn .outter:hover {
	content: "";
	width: 80px;
	height: 80px;
	position: absolute;
	left: 50%;
	top: 50%;
	margin-left: -40px;
	margin-top: -40px;
	border-radius: 50%;
	animation: warn 1s ease-out 0s infinite;
}
@keyframes warn {
	0% {
	// transform: scale表示缩放，值表示倍数，可以指定X/Y轴
	transform: scale(0.5);
		opacity: 1;
	}
	30% {
		opacity: 1;
	}
	100% {
		transform: scale(1.4);
		opacity: 0;
	}
}