@charset "utf-8";

/*
	--------------------------
	间距清除
	--------------------------
*/

body,
div,
span,
h1,
h2,
h3,
h4,
h5,
h6,
p,
em,
img,
strong,
b,
small,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
sub,
sup,
tt,
var,
del,
dfn,
ins,
kbd,
q,
s,
samp,
strike,
applet,
object,
iframe,
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,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
mark,
audio,
video,
input,
textarea,
select {
	margin: 0;
	padding: 0;
}

ol,
ul {
	list-style: none;
}

* {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	outline: 0;
}

/*
	--------------------------
	A标签 配置
	--------------------------
*/
a {
	text-decoration: none;
	outline: none;
	color: #000;
}

/* a:hover {
	color: #000;
} */

img {
	border: 0;
	/*max-width: 100%;*/
}

a:focus {
	outline: none;
}

/*
	--------------------------
	Body 配置
	--------------------------
*/
html {
	overflow-x: hidden;
	-webkit-text-size-adjust: none;
}
/* 
@font-face {
	font-family: 'FZLTHK';
	src: url('../YYDS/FZLTHK.eot');
	src: local('☺'),
		url('../YYDS/FZLTHK.eot?#iefix') format('embedded-opentype'),
		url('../YYDS/FZLTHK.woff') format('woff'),
		url('../YYDS/FZLTHK.ttf') format('truetype'),
		url('../YYDS/FZLTHK.otf') format('opentype'),
		url('../YYDS/FZLTHK.dfont') format('dfont'),
		url('../YYDS/FZLTHK.svg#FZLTHK') format('svg');

}
 */
@font-face {
	font-family: 'Alimama_ShuHeiTi_Bold';
	src: url('../fonts/Alimama_ShuHeiTi_Bold.eot');
	src: local('☺'),
		url('../fonts/Alimama_ShuHeiTi_Bold.eot?#iefix') format('embedded-opentype'),
		url('../fonts/Alimama_ShuHeiTi_Bold.woff') format('woff'),
		url('../fonts/Alimama_ShuHeiTi_Bold.ttf') format('truetype'),
		url('../fonts/Alimama_ShuHeiTi_Bold.otf') format('opentype'),
		url('../fonts/Alimama_ShuHeiTi_Bold.dfont') format('dfont'),
		url('../fonts/Alimama_ShuHeiTi_Bold.svg#Alimama_ShuHeiTi_Bold') format('svg');
}


body {
	-webkit-font-smoothing: antialiased;
	font-family: 'FZLTHK';
	background: #fff;
	font-size: 14px;
	color: #000;
	margin-left: auto;
	margin-right: auto;
	overflow: hidden;
}

body { font-family: 'PingFang SC', 'Microsoft YaHei', 'Microsoft YaHei UI', 'SimSun', 'SimHei', 'Arial'; }

/*
	--------------------------
	表单控件设置
	--------------------------
*/

table {
	border-collapse: collapse;
	width: 100%;
}

.alma { font-family: "Alimama_ShuHeiTi_Bold";}
input[type='reset'],
input[type='button'],
input[type='submit'],
input[type='radio'] {
	cursor: pointer;
	outline: none;
	-webkit-appearance: none;
}

input[type='checkbox'],
input[type='radio'] {
	position: relative;
	vertical-align: middle;
	margin-top: -2px;
	margin-bottom: 1px;
	margin-left: 5px;
	margin-right: 5px;
	-webkit-appearance: none;
}
textarea,
input[type='email'],
input[type='date'],
input[type='password'],
input[type='text'] {
	padding: 0px;
	color: #666;
	font-size: 12px;
	outline: none;
	font-family: "微软雅黑";
	-webkit-appearance: none;
}


/*
	--------------------------
	快捷方式
	--------------------------
*/
.f-l {
	float: left;
}

.f-r {
	float: right;
}

.clearfix {
	clear: both;
}

/*.clearfix:after {*/
/*	clear: both;*/
/*	height: 0;*/
/*	content: "";*/
/*	line-height: 0;*/
/*	font-size: 0;*/
/*	display: block;*/
/*}*/


/*手机导航*/
/**mobile nav**/
.nav_box {width: 100%;height: 100%;position: fixed;left: auto;top: 0;bottom: 0;right: -100%;overflow: auto;z-index: 99999999;background: #405fa5;transition: all .8s;-o-transition: all .8s;-moz-transition: all .8s;-ms-transition: all .8s;-webkit-transition: all .8s;}
.nav_box.cur {right: 0;transition: all .8s;-o-transition: all .8s;-moz-transition: all .8s;-ms-transition: all .8s;-webkit-transition: all .8s;}
.nav_box .box {/*background: #212222;*/width: 100%;height: 100%;position: relative;z-index: 2;}
.nav_box .nav-title {height: 57px;position: relative;border-bottom: 1px solid rgba(255, 255, 255, 0.06);}
.nav_box .nav-title .navclose {width: 22px;height: 22px;display: block;font-size: 0;line-height: 41px;position: absolute;right: 15px;top: 50%;z-index: 2;transform: translateY(-50%);}
.nav_box .nav-title .navclose img {width: 100%;}
.nav_box .nav-title h1 {text-align: left;width: 86px;margin-left: 15px;line-height: 0;padding-top: 11px;}
.nav_box .nav-title h1 img {width: 100%;}
.nav_box .navlist {width: 100%;}
.nav_box .navlist ul {
    border-top: 1px solid rgba(158,158,158,.5);

}
.nav_box .navlist ul>li { float: left;width: 100%;font-size: 16px;line-height: 60px;border-bottom: 1px solid rgba(158,158,158,.5);padding: 0 20px;text-transform: capitalize;}
.nav_box .navlist ul>li>a {display: block;color: #fff;position: relative;}
.nav_box .navlist ul>li>a:before {
    position: absolute;
    content: "";
    top: 50%;
    transform: translateY(-50%);
    right: 0;
    width: 8px;
    height: 14px;
    background: url(../images/enenaneee.png)no-repeat center center/cover;
}
/*.nav_box .navlist ul>li>a:after {*/
/*    position: absolute;*/
/*    content: "";*/
/*    top: 50%;*/
/*    transform: translateY(-50%);*/
/*    left: 0;*/
/*    width: 20px;*/
/*    height: 20px;*/
/*    background: url(../images/enenanewee.png)no-repeat center center/cover;*/
/*}*/
.nav_box .navlist ul>li>a.sub:before {content: "";position: absolute;right: 0;top: 50%;transform: translateY(-50%);width: 8px;height: 14px;background: url(../images/enenaneee.png) no-repeat center center / cover;}
.nav_box .navlist ul>li .navlist2 {padding: 10px 0;} 
.nav_box .navlist ul>li .navlist2 a {display: block;width: 100%;color: #fff;font-size: 14px;line-height: 34px;}

@media(max-width:1100px) { 
	.navmo { padding: 0 3%; }
	.navmo .avmocn { padding: 0 20px; }
	.navmo .moup { display: none; }
	.navmo.fixed-head { padding: 0; top: 0; border-radius: 0; }
	.navmo.fixed-head .avmocn { border-radius: 0; padding: 0 3%; }
	.navmo.fixed-headA { padding: 0; top: 0; border-radius: 0; }
	.navmo.fixed-headA .avmocn { border-radius: 0; padding: 0 3%; }
	.navmo .logo a { /*width: 90px; */width: 200px; padding: 10px 0; }
	.navmo .moub { display: none; }
	.header .navR { position: absolute; right:20px; top:50%; transform:translateY(-50%); }
	.navBtn {
		height: 24px;
		float: left;
		right: 0;
		width: 40px;
		position: absolute;
		top: 50%;
		transform: translateY(-50%);
	}
	.menu-i {
        height: 2px;
        right: 0;
        position: absolute;
        font-style: normal;
        background-color: #fff;
        display: block;
        transition: all 0.5s;
    }
	.fixed-head .menu-i { background: #333; }
    .menu-i-1 {
        width: 35px;
        top: 0;
    }
    .menu-i-2 {
        width: 35px;
        top: 10px;
    }.menu-i-3 {
        width: 35px;
        top: 20px;
    }
    .mobile-menu {
        width: 50px;
        height: 50px;
        position: relative;
        display: block;
        background: none;
        border: none;
    }
    .mobile-menu-on {
        z-index: 1001;
    }
    .mobile-menu-on .menu-i-1 {
        transform: translateY(10px) rotate(45deg);
        background-color: #fff;
    }
    .mobile-menu-on .menu-i-2 {
        opacity: 0;
    }
    .mobile-menu-on .menu-i-3 {
        transform: translateY(-10px) rotate(-45deg);
        background-color: #fff;
    }

	.fixed-head .mobile-menu-on .menu-i-1,
	.fixed-head .mobile-menu-on .menu-i-3 { background: #333333; }

    .header.headerBg .menu-i,.header.headerBg .mobile-menu-on .menu-i-1,.header.headerBg .mobile-menu-on .menu-i-2 { background: #000; }
	.nav_box { display: block!important; top: 0; width: 75%; right:-100%; height: 100vh;  }
    .nav_box { background: rgba(61,61,61,.95); backdrop-filter: blur(5px); }
    .bgGreen { background: #fff; }
    .nav_box .navlist {
        padding-top: 25px;
    }
    .nav_box .navlist .yunann {
        padding: 0 20px;
    }
    .nav_box .navlist .yunann .yuyanq  {
        float: left;
        display: inline-block;
    }
    .nav_box .navlist .yunann .zmaoe  { 
        padding: 0 13px 0 26px;
        line-height: 1;
        transition: all .5s;
        color: #fff;
        cursor: pointer;
    }
    .nav_box .navlist .yunann .zmaoe::before {
        position: absolute;
        content: "";
        width: 20px;
        height: 20px;
        top: 50%;
        transform: translateY(-50%);
        left: 0;
        background: url(../images/zmaoea1.png) no-repeat center center / cover;
        transition: all .5s;
    }
    .nav_box .navlist .yunann .zmaoe::after {
        position: absolute;
        content: "";
        width: 8px;
        height: 6px;
        top: 50%;
        transform: translateY(-50%);
        right: 0;
        background: url(../images/zmaoeb1.png) no-repeat center center / cover;
        transition: all .5s;
    }
    
    .nav_box .navlist .yunann .nanns {
        position: absolute;
        top: 23px;
        width: 100px;
        background: #fff;
        z-index: 2;
        padding: 5px 15px;
        display: none;
    }
    
    .nav_box .navlist .yunann .nanns .nea a {
        display: block;
        color: #333;
        line-height: 30px;
        
        font-size: 14px;
    }
    
     .nav_box .navlist .yuyanq:hover .nanns {
         display: block;
     }
     
    .nav_box .navlist .yunann .guanbiee {
        width:22px;
        height: 22px;
        position: absolute;
        right:0;
        top: 50%;
        transform: translateY(-50%);
        background: url(../images/gaiiosui.png)no-repeat center center/cover;
    }
    
    .nav_box .navlist ul>li { line-height: 50px; }
    .navSear { margin-top: 30px; padding: 0 15px;}
    .navSear .search { padding-top: 20px; border-top:1px solid rgba(255,255,255,0.3); }
    .navSear .search .subsearch { z-index: 9;}
    .navSear .search .subsearch .subsearcha { border-radius: 3px;position: relative; padding-left: 30px; height: 30px;}
    .navSear .search .subsearch .subsearcha .inp {width: 90%;height: 30px;border: 0; font-size: 14px;color: #fff; padding-left: 0px; background: none; } 
    .navSear .search .subsearch .subsearcha .sub { opacity: 0.7; border: none;outline: none;position: absolute;left: 0px;top: 50%;height: 26px;background: url(../images/searchxa.png) no-repeat left center;font-size: 0;width: 26px;transform: translateY(-50%);}
    .navSear .search:hover .subsearch {display: block;}
    .navSear .search .subsearch .subsearcha .inp:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
        color: rgba(255,255,255,0.7); 
    }
    .navSear .search .subsearch .subsearcha .inp::-moz-placeholder { /* Mozilla Firefox 19+ */
        color: rgba(255,255,255,0.7);
    }
    .navSear .search .subsearch .subsearcha .inp:-ms-input-placeholder
     {
        color: rgba(255,255,255,0.7);
    } 
    .navSear .search .subsearch .subsearcha .inp::-webkit-input-placeholder {
        color: rgba(255,255,255,0.7);
    }
    /*.nav_box .navlist ul>li { border-bottom:1px solid rgba(255,255,255,0.3); }*/
    .nav_box .navlist ul>li .navlist2 { position: absolute; width:300px; left:-102%; transition: all 0.6s; display: block;  background: #0079c3; top:0; width: 100%; height: 99.9vh; z-index: 10000; display:block; background: rgba(61,61,61,.9);} 
    .nav_box .navlist ul>li .navlist2 a,.nav_box .navlist ul>li .secondNav .navlist3 a,.nav_box .navlist ul>li .fourthNav .navlist4 a { padding: 0 15px; line-height: 50px; font-size: 16px; color:rgba(255,255,255,0.8); }
    .nav_box .navlist ul>li.cur .navlist2{ left:0%; }
    .nav_box .navlist ul>li .backNav { padding: 0 15px; }
    .nav_box .navlist ul>li .backNav span { display: block; padding: 5px 0 5px 25px; border-top: 1px solid rgba(255,255,255,0); background: url(../images/back.png) no-repeat left center; font-size: 18px;color:#fff; border-bottom:1px solid rgba(255,255,255,0.3); margin-bottom: 10px; }
    .nav_box .navlist ul>li a.cur { font-weight: bold; color:#fff!important;  }
}




.mb { display:none; }
@media(max-width: 1100px){
	/*.pc { display:none; }*/
	/*.mb { display:block; }*/
}

.relative { position: relative; }
.mainMd { position: absolute; left:0; top: -72px; width: 1px; height: 1px; opacity: 0; }

@media(max-width:  1100px){
	.mainMd { top: -68px; }
}
.fl { float: left; }
.fr { float: right; }
.flNone { float: none!important; }
.relative { position: relative; }
.bgWhite { background: #fff; }
.borderRadius12 { border-radius:12px; overflow: hidden; }
.container { width: 84%; margin: auto; }
@media(max-width: 1600px){
	.container { width: 88%; margin: auto; }
}
@media(max-width: 1100px){
	.container { width: 92%; }
}


/*字体*/
.marginT5 { margin-top:5px; }
.marginT6 { margin-top:6px; }
.marginT8 { margin-top:8px; }
.marginT10 { margin-top:10px; }
.marginT15 { margin-top:15px; }
.marginT20 { margin-top:20px; }
.marginT30 { margin-top:30px; }
.marginT40 { margin-top:40px; }
.marginT50 { margin-top:50px; }
.marginT60 { margin-top:60px; }
.marginT70 { margin-top:70px; }
.marginT80 { margin-top:80px; }
.marginT90 { margin-top:90px; }
.marginT100 { margin-top:100px; }
.lh12 { line-height:1.2!important; }
.lh13 { line-height:1.3!important; }
.lh14 { line-height:1.4!important; }
.lh15 { line-height:1.5!important; }
.lh16 { line-height:1.6!important; }
.lh17 { line-height:1.7!important; }
.lh18 { line-height:1.8!important; }
.lh19 { line-height:1.9!important; }
.font55 { font-size:55px; line-height: 1.2; }
.font50 { font-size:50px; line-height: 1.2; }
.font72 { font-size:72px; line-height: 1.2; }
.font70 { font-size:70px; line-height: 1.2; }
.font40 { font-size:40px; line-height: 1.2; }
.font42 { font-size:42px; line-height: 1.2; }
.font46 { font-size:46px; line-height: 1.2; }
.font44 { font-size:44px; line-height: 1.2; }
.font76 { font-size:76px; line-height: 1.2; }
.font26 { font-size:26px; line-height: 1.2; }
.font28 { font-size:28px; line-height: 1.2; }
.font38 { font-size:38px; line-height: 1.2; }
.font36 { font-size:36px; line-height: 1.2; }
.font24 { font-size:24px; line-height: 1.2; }
.font32 { font-size:32px; line-height: 1.2; }
.font30 { font-size:30px; line-height: 1.2; }
.font23 { font-size:23px; line-height: 1.2; }
.font22 { font-size:22px; line-height: 1.2;    font-style: normal; }
.font21 { font-size:21px; line-height: 1.2; }
.font20 { font-size:20px; line-height: 1.2; }
.font18 { font-size:18px; line-height: 1.6; }
.font16 { font-size:16px; line-height: 1.6; }
.font15 { font-size:15px; line-height: 1.6; }
.font14 { font-size:14px; line-height: 1.6; }
.font13 { font-size:13px; line-height: 1.6; }
.font12 { font-size:12px; line-height: 1.6; }
.font60 { font-size:60px; line-height: 1.2; }
.font54 { font-size:54px; line-height: 1.2; }
.font52 { font-size:52px; line-height: 1.2; }
.font66 { font-size:66px; line-height: 1.2; }
.font120 { font-size:120px; line-height: 1.2; }
.bold { font-weight:bold; }
.borderRadius6 { border-radius: 6px; overflow: hidden; }
.borderRadius5 { border-radius: 5px; overflow: hidden; }
.borderRadius10 { border-radius: 10px; overflow: hidden; }
.borderRadius20 { border-radius: 20px; overflow: hidden; }
.borderRadius30 { border-radius: 30px; overflow: hidden; }
.borderRadius40 { border-radius: 40px; overflow: hidden; }
@media(max-width:1900px){
	.marginT10 { margin-top:10px; }
	.marginT20 { margin-top:20px; }
	.marginT30 { margin-top:1.6vw; }
	.marginT40 { margin-top:2.2vw; }
	.marginT50 { margin-top:2.7vw; }
	.marginT60 { margin-top:3.4vw; }
	.marginT70 { margin-top:3.7vw; }
	.marginT80 { margin-top:4.3vw; }
	.marginT90 { margin-top:5vw; }
	.marginT100 { margin-top:5.4vw; }
	.font55 { font-size: 2.8vw; }
	.font50 { font-size: 2.5vw; }
	.font40 { font-size: 2vw; }
	.font38 { font-size: 1.9vw; }
	.font36 { font-size: 1.8vw; }
	.font42 { font-size: 2.1vw; }
	.font46 { font-size:2.3vw; }
	.font44 { font-size: 2.2vw; }
	.font72 { font-size: 3.6vw; }
	.font70 { font-size: 3.5vw; }
	.font76 { font-size: 3.8vw; }
	.font32 { font-size: 1.6vw; }
	.font30 { font-size: 1.6vw; }
	.font24 { font-size: 1.2vw; }
	.font26 { font-size: 1.3vw; }
	.font28 { font-size: 1.4vw; }
	.font23 { font-size: 22px; }
	.font22 { font-size: 21px; }
	.font21 { font-size: 20px; }
	.font20 { font-size: 19px; }
	.font18 { font-size: 17px; }
	.font60 { font-size: 3.2vw; }
	.font54 { font-size: 3vw; }
	.font52 { font-size: 2.7vw; }
	.font66 { font-size: 3.4vw; }
	.font120 { font-size: 6.4vw; }
	.borderRadius20 { border-radius: 1.1vw; }
	.borderRadius30 { border-radius: 1.6vw; }
	.borderRadius40 { border-radius: 2.2vw; }
}
@media(max-width:1700px){
	.font21 { font-size: 19px; }
	.font23 { font-size: 21px; }
	.font22 { font-size: 20px; }
	.font20 { font-size: 18px; }
}
@media(max-width:1500px){
	.font21 { font-size: 18px; }
	.font23 { font-size: 20px; }
	.font22 { font-size: 19px; }
	.font18 { font-size: 16px; }
	.font20 { font-size: 17px; }
	.lh18 { line-height:1.6!important; }
	
	.font55 { font-size:28px; }
    .font50 { font-size:28px; }
    .font72 { font-size:28px; }
    .font70 { font-size:28px; }
    .font40 { font-size:24px; }
    .font42 { font-size:24px; }
    .font46 { font-size:30px; }
    .font44 { font-size:24px; }
    .font76 { font-size:28px; }
    .font26 { font-size:20px; }
    .font28 { font-size:20px; }
    .font38 { font-size:20px; }
    .font36 { font-size:24px; }
    .font24 { font-size:20px; }
    .font32 { font-size:24px; }
    .font30 { font-size:26px; }
    .font23 { font-size:18px; }
    .font22 { font-size:18px; }
    .font21 { font-size:18px; }
    .font20 { font-size:18px; }
    .font18 { font-size:16px; }
    .font16 { font-size:14px; }
    .font15 { font-size:13px; }
    .font14 { font-size:14px; }
    .font13 { font-size:13px; }
    .font12 { font-size:12px; }
    .font60 { font-size:28px; }
    .font54 { font-size:28px; }
    .font52 { font-size:28px; }
    .font66 { font-size:28px; }
    .font120 { font-size:28px; }
    
    .nybanner  .font60,
    .index-banner .font60{ font-size:38px; }
    
    .index-diyi .manwoieo .diyil .szgme ul li .font38 {
        font-size: 27px;
    }
    
    .jsfw-dier .swiper-slide .li .mea span { font-size:34px; }
	.fuwulingyui .wowpe .ngymrnr .dwnzme .btee .eb  { font-size: 24px; }

	.index-diyi .diyil .font30 { font-size: 23px; }
}

@media(max-width:1100px){
	.marginT10 { margin-top:10px; }
	.marginT20 { margin-top:12px; }
	.marginT30 { margin-top:15px; }
	.marginT40 { margin-top:20px; }
	.marginT50 { margin-top:25px; }
	.marginT60 { margin-top:30px; }
	.marginT70 { margin-top:30px; }
	.marginT80 { margin-top:30px; }
	.marginT90 { margin-top:30px; }
	.marginT100 { margin-top:40px; }
	.font55 { font-size: 24px; }
	.font50 { font-size: 22px; }
	.font76 { font-size: 30px; }
	.font32 { font-size: 18px; }
	.font30 { font-size: 18px; }
	.font24 { font-size: 18px; }
	.font26 { font-size: 18px; }
	.font28 { font-size: 20px; }
	.font16 { font-size: 14px; }
	.font15 { font-size: 14px; }
	.font21 { font-size: 16px; }
	.font20 { font-size: 15px; }
	.font23 { font-size: 17px; }
	.font22 { font-size: 17px; }
	.font18 { font-size: 15px; }
	.font40 { font-size: 22px; }
	.font42 { font-size: 24px; }
	.font46 { font-size:24px; }
	.font44 { font-size: 24px; }
	.font72 { font-size: 28px; }
	.font70 { font-size: 26px; }
	.font38 { font-size: 22px; }
	.font36 { font-size: 22px; }
	.font60 { font-size: 24px; }
	.font54 { font-size: 24px; }
	.font52 { font-size: 24px; }
	.font66 { font-size: 28px; }
	.font120 { font-size: 30px; }
	.marginT90 { margin-top: 30px; }
	.borderRadius20 { border-radius: 10px; }
	.borderRadius30 { border-radius: 15px; }
	.borderRadius40 { border-radius: 20px; }
	
	.nybanner  .font60,
	.index-banner .font60{ font-size:26px; }
	 .jsfw-dier .swiper-slide .li .mea span { font-size:24px; }
	 .fuwulingyui .wowpe .ngymrnr .dwnzme .btee .eb  { font-size: 22px; }
	 .index-diyi .diyil .font30 { font-size: 18px; }
}
@media(max-width: 600px){
	.font28 { font-size: 18px; }
	.marginT60 { margin-top:20px; }
	.font66 { font-size: 24px; }
	.font54 { font-size: 20px; }
	.font52 { font-size: 22px; }
}
.alignC { text-align:center; }
.alignL { text-align:left; }
.alignR { text-align:right; }
.colorWhite { color:#fff; }
.colorRed { color:#0079c3; }
.color3e { color: #3e3a39; }
.colorhuan { color: #d3531c; }
.colorea { color: #ea5514; }
.color44{color: rgba(0, 45, 130, 1)}
.color1 { color:#111; }
.color2 { color:#222; }
.color3 { color:#333; }
.color33 { color:rgba(0, 121, 195, 1); }
.color4 { color:#444; }
.color5 { color:#555; }
.color6 { color:#666; }
.color7 { color:#777; }
.color8 { color:#888; }
.color9 { color:#999; }
.color0 { color:#000; }
.colorA { color:#aaa; }
.colorB { color:#bbb; }
.colorC { color:#ccc; }
.colorD { color:#ddd; }
.color00 { color: #006ebc; }
.color2f { color: #2f3336; }
.textTra { text-transform:uppercase; }
.opa1 { opacity: 0.1; }
.opa2 { opacity: 0.2; }
.opa3 { opacity: 0.3; }
.opa4 { opacity: 0.4; }
.opa5 { opacity: 0.5; }
.opa6 { opacity: 0.6; }
.opa7 { opacity: 0.7; }
.opa8 { opacity: 0.8; }
.opa9 { opacity: 0.9; }
.colorBlue { color:#5500C8; }
.weight100 { font-weight: 100; }
.weight200 { font-weight: 200; }
.weight300 { font-weight: 300; }
.weight400 { font-weight: 400; }
.weight500 { font-weight: 500; }
.weight600 { font-weight: 600; }
.weight700 { font-weight: 700; }
.weight800 { font-weight: 800; }
.weight900 { font-weight: 900; }

a,img { vertical-align:top; }
i { font-style: normal; }
.colorBlue { color:#1D2088; }
.mainMore { position: relative; height: 60px; display:inline-block; transition:all 0.5s; border: 1px solid rgba(255, 255, 255, 0.3); padding: 16px 70px 16px 30px; border-radius: 50px; font-size: 16px; }
.mainMore i,.mainMore:after { transition:all 0.5s; position: absolute; top:50%; transform:translateY(-50%); width: 46px; height: 46px; right: 6px; border-radius: 50%; overflow: hidden;  }
.mainMore i { background: url(../images/mainmore1.svg) no-repeat center; z-index: 2; }
.mainMore:after { content:'';  box-sizing:border-box; border: 23px solid #fff; }
.mainMore:hover { background: #1D2088; color:#fff; }
.mainMore:hover:after { border-width: 3px; }
.mainMore:hover i { background: url(../images/mainmore2.svg) no-repeat center; }


.mainMoreA { border-color: rgba(29, 32, 136, 0.3); }
.mainMoreA i { background: url(../images/mainmore2.svg) no-repeat center; z-index: 2; }
.mainMoreA:after { border-color: #1D2088; }
.mainMoreA:hover i { background: url(../images/mainmore2.svg) no-repeat center; }
.mainMore:hover:after { border-width: 3px; border-color:#fff; }




@media(max-width: 1500px){
	.mainMore { padding: 12px 60px 12px 20px; height: 52px; }
	.mainMore i,.mainMore:after { width: 40px; height: 40px; right: 5px; }
	.mainMore:after { border-width: 20px; }
	.mainMore:hover:after { border-width: 2px; }
}
@media(max-width: 1100px){

}
@media(max-width: 600px){
	.mainMore { padding: 10px 56px 10px 20px; height: 48px; }
	.mainMore i,.mainMore:after { width: 38px; height: 38px; right: 4px; }
	.mainMore:after { border-width: 19px; }
	.mainMore:hover:after { border-width: 2px; }

}

.mainPre { position: relative; }
.mainAbs { position: absolute; top:50%; transform:translateY(-50%); }
@media(max-width: 1100px){
	.mainAbs { position: relative; top:auto; transform:translateY(0); }
}


.btn10{ height: 52px; overflow:hidden; line-height: 50px; border-radius: 7px;font-size: 18px; display: inline-block; padding: 0 20px; border:1px solid #fff; position:relative; color: #666;  -webkit-transition: all .6s;transition: all .6s;}
.btn10:hover{ color:#fff; border-color:#ea5514;}
.btn10 .bgsqr1{content: '';width: 0;height: 0;-webkit-transform: rotate(450deg); transform: rotate(450deg);border-style: solid;border-width: 0; border-top-color:transparent;border-right-color:transparent;border-bottom-color:transparent; border-left-color:#ea5514;position: absolute;top: 0;left: 0; -webkit-transition: all 0.6s; transition: all 0.6s;}
.btn10 .bgsqr2{content: '';width: 0;height: 0;-webkit-transform: rotate(450deg);transform: rotate(450deg);border-style: solid;border-width: 0; border-top-color:transparent;border-left-color:transparent;border-bottom-color:transparent;border-right-color:#ea5514; position: absolute;bottom: 0; right: 0;-webkit-transition: all 0.6s; transition: all 0.6s;}
.btn10:hover .bgsqr1{ border-width:198px 0 0 198px;}
.btn10:hover .bgsqr2{ border-width:0 198px 198px 0;}
.btn10 .btn-inner { position:relative; z-index:1; line-height: 49px; height: 52px; transition: all .5s; border-radius: 5px;font-size: 18px;}
.btn10 .btn-inner:hover{color: #fff}
.btn10 .btn-inner span { display: inline-block; width: 20px; height: 13px; transition: all .5s; background: url(../images/jt.png)no-repeat center center/cover; vertical-align: middle; margin-top: -2px; margin-left: 10px; }


.fanlanse { border-color: #cccccc;  }
.fanlanse .btn-inner { color: #333; }
.fanlanse:hover { border-color: #ea5514; }
.fanlanse:hover .btn-inner { color: #fff; }
.fanlanse .bgsqr1 { border-left-color:#ea5514; }
.fanlanse .bgsqr2 { border-right-color:#ea5514; }

.fanlanse .btn-inner span { background: url(../images/nextz.svg)no-repeat center center/cover; }
.fanlanse:hover .btn-inner span { background: url(../images/more.png)no-repeat center center/cover; }


.koasnme { border-color: #0079c3;  }
.koasnme .btn-inner { color: #0079c3; }
.koasnme:hover { border-color: #ea5514; }
.koasnme:hover .btn-inner { color: #fff; }
.koasnme .bgsqr1 { border-left-color:#ea5514; }
.koasnme .bgsqr2 { border-right-color:#ea5514; }

.koasnme .btn-inner span { background: url(../images/moreae.png)no-repeat center center/cover; }
.koasnme:hover .btn-inner span { background: url(../images/more.png)no-repeat center center/cover; }


/*@media(max-width:1100px) {*/
/*	.btn10 { padding: 0 10px; }*/
/*	.btn10 { height: 45px; line-height: 45px; }*/
/*	.btn10 .btn-inner { line-height: 43px; height: 45px; }*/
/*	.btn10 .btn-inner span { margin-left: 15px; }*/
/*}*/

/**viveo视频弹窗**/
/*视频弹窗*/
.fixVideo { display: none; position: fixed; top:0; left:0;background: rgba(0,0,0,.5);width: 100%;height: 100%;z-index: 1000; }
.fixVideoA {width: 100%;height: 100%;position: relative; }
.fixVideoB { position: absolute;width: 80%; max-width: 80%; border-radius: 10px; overflow: hidden; height: auto; position: absolute;left: 50%;top: 50%; transform: translate(-50%, -50%); }
.fixVideoB .close { position: absolute; right:10px; top:10px;height: 40px;width: 40px;cursor: pointer; text-align: center;line-height: 40px; font-size: 30px;  z-index: 10000;background: #fff; color:#999; border-radius:50%;}
.fixVideoB .close:hover { color:#fff; background: #0274bc; }
.fixVideo.videoSp .fixVideoB { max-width: 500px; }













.mainSix { cursor: pointer; width: 56px;height: 56px; position: relative; }
.mainSix svg { width: 56px; height: 56px; position: absolute; left:0; top:0;  }
.mainSix .t { transition:all 0.8s; width: 100%; line-height: 56px; text-align:center; position: relative; z-index: 5; }
.st3 {
	fill: rgba(255,255,255,0);
	stroke: #acadad;
	stroke-width: 20;
	stroke-dasharray: 50000;
	stroke-dashoffset: 50000;
	animation: path2 5s ease 1 forwards; cursor: pointer; transform:all 0.5s;
}
/*.mainSix2 .st3 {stroke: #ffffff; fill: #ffffff; transition: all .5s; }*/
@keyframes path2 {
	0% { stroke-dashoffset: 50000; }
	100% { stroke-dashoffset:0; }
}
.st4 { fill: rgba(0,0,0,0); }
.mainSix:hover .t,.mainSix.cur .t { color:#0079c3; }
.mainSix:hover .st4,.mainSix.cur .st4 {
	/*fill: #0079c3;*/
	stroke: #0079c3;
	stroke-width: 20;
	stroke-dasharray: 50000;
	stroke-dashoffset: 50000;
	animation: path3 6s ease 1 forwards; cursor: pointer; 
}

@keyframes path3 {
	0% { stroke-dashoffset: 50000; }
	100% { stroke-dashoffset:0; }
}


.prntgo { width: 57px !important; height: 57px !important; margin-top: 0 !important; } 
.prntgo .mainSix { width: 57px !important; height: 57px !important; }
.prntgo:after { opacity: 0; }
.prevz:before { position: absolute; top: 50%; left: 50%; transform: translate(-50%,-50%); width: 8px; height: 13px; z-index: 1; content: ""; transition: all .5s; background: url(../images/prevz.png)no-repeat center center/cover; }
.nextz:before { position: absolute; top: 50%; left: 50%; transform: translate(-50%,-50%); width: 8px; height: 13px; z-index: 1; content: ""; transition: all .5s; background: url(../images/nextz.png)no-repeat center center/cover; }
.prntgo:hover .mainSix2 .st3 { stroke: #0079c3; fill: #0079c3; }

.prevz:hover:before { background: url(../images/preva.png)no-repeat center center/cover; }
.nextz:hover:before { background: url(../images/more.png)no-repeat center center/cover; }



.index-dinean .bingga {
    /*background-size: 110% 110% !important;*/
    transition: all 1s;
}



.active .index-dinean .bingga {
    /*background-size: 100% 100% !important;*/
}


@media(max-width:1100px) {
    .page .mainSix svg,
    .page .mainSix{
        width: 46px;
        height: 46px;
    }
    .page .mainSix .t {
        line-height: 46px;
    }
    
    .prntgo:hover .mainSix2 .st3 { stroke: #acadad; fill: rgba(255,255,255,0); }
    
    .prevz:hover:before { background: url(../images/prevz.png)no-repeat center center/cover; }
    .nextz:hover:before { background: url(../images/nextz.png)no-repeat center center/cover; }

}

.kelasi {
    background: rgba(61,61,61,0);
    
}
.kelasi .navlist ul>li>a {
    opacity: 0;
}
.kelasi .navlist ul>li{
    border-bottom: 1px solid rgba(158,158,158,0);
}















