@charset "UTF-8";
/* CSS Document */
/*
-----------------------------首页样式start-----------------------------
*/



/*头部开始*/
.top {
    position: absolute;
    left: 0px;
    top: 0px;
    z-index: 98;
    width: 100%;
    overflow: visible !important;
	min-width: 1280px;
}

.topTopList dd {
    float: left;
    padding-right: 30px;
}

.topTopList dt {
    color: #333333;
    font-size: 14px;
}

.topTopList dd a {
    display: block;
    color: #333333;
    font-size: 14px;
}

.topTopList dd a:hover {
    color: #89211b;
}
.topCon {
    overflow: hidden;
    position: relative;
    height: 100px;
}

.topnav {
    overflow: hidden;
}

.logo {
	float: left;
    display: inline;
    overflow: hidden;
    position: relative;
    margin-left: 6.25%;
    z-index: 55555;
	margin-top: 23px;
}

.logo img {
    display: block;
    height: 46px;
}

.nav {
    position: relative;
}

.topCont{
	margin-right: 6.25%;
}

.nav_dl {
    position: relative;
    height: 50px;
    padding: 10px 0px;
}

.nav_dl dd {
    float: left;
    display: inline;
    position: relative;
    padding: 20px 35px;
}
.nav_dl dd a{
    position: relative;
}
.nav_dl dd a:after{
    display: block;
    content: '';
    position: absolute;
    bottom: -30px;
    left: 0;
    width: 0;
    height: 3px;
    background: #93222e;
    visibility: hidden;
    opacity: 0;
    transition: .3s linear;
}
.nav_dl dd:hover a:after {
    visibility: visible;
    opacity: 1;
    width: 100%;
}
.nav_dl dd.hover a:after{
    visibility: visible;
    opacity: 1;
    width: 100%;
}
.nav_a {
    display: block;
    height: 30px;
    font-size: 18px;
    color: #FFFFFF !important;
    line-height: 30px;
    -webkit-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
	text-transform: uppercase;
}

.navbtn {
    padding-top: 30px;
}

.navbtn a {
    color: #fff;
    font-size: 14px;
    text-align: center;
    background: #fdb52a;
    padding: 10px 22px;
    border-radius: 25px;
}
.navBg {
    width: 0px;
    overflow: hidden;
    height: 3px;
    background: #93222e;
    position: absolute;
    left: 0px;
    bottom: -20px;
}

.topLink {
    position: relative;
    padding: 30px 20px;
}

a.topLink_a {
    display: block;
    -webkit-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
    height: 20px;
    padding-left: 20px;
    float: left;
    line-height: 20px;
    color: #fff;
    position: relative;
}

a.topLink_a:hover {
    color: #89211b;
}

.topoa a {
    display: block;
    width: 92px;
    height: 110px;
    background: #fff url(../images/oa.png) no-repeat center center;
}
.menuB{
    height: 100px;
    width: 30px;
    text-align: center;
    display: block;
	position: relative;
	z-index: 99;
}
.menuB img{
    padding-top: 33px;
}
.menuB span{
    color: #fff;
    font-size: 12px;
    display: block;
    padding-top: 10px;
}

.menuBCol {
	z-index: 110;
    position: absolute;
	right: 117px;
	top: 0;
    width: 52px;
    height: 95px;
    border: 1px solid #fff;
    border-top: none;
    overflow: hidden;
    color: #333333;
    background: #93222e url(../images/innerPage/menucol.png) no-repeat center bottom 17px;
    transition: color .35s ease-out, border-color .35s ease-out, background .35s ease-out;
}


@keyframes color {
	50% {
		color: #fff
	}
}

@keyframes color-hover {
	50% {
		color: #fff
	}
}
.cnbt {
    width: 30px;
    display: block;
    height: 30px;
    overflow: hidden;
    font-size: 14px;
    color: #fff !important;
    line-height: 30px;
    -webkit-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
    text-align: center;
}
.cnbt1{
    position: relative;
    
}
.cnbt1:after{
    position: absolute;
    display: block;
    content: '';
    width: 1px;
    height: 15px;
    background: #d5dae3;
    right: 0px;
    top: 50%;
    margin-top: -7px;
}
/*语言*/
.language{
    padding: 30px 44px 30px 33px;
}
    /*banner效果*/
    .preload {
	position: fixed;
	left: 0;
	top: 0;
	right: 0;
	height: 100%;
	z-index: 1000;
	background: #fff;
	-webkit-transition: background-color .5s;
	transition: background-color .5s;
	-webkit-transform-origin: 50% 42%;
	-ms-transform-origin: 50% 42%;
	transform-origin: 50% 42%
    }

    .preload.is-loaded {
        background: 0 0
    }

    .preload.is-animate-out {
        -webkit-transform: scale(5);
        -ms-transform: scale(5);
        transform: scale(5);
        opacity: 0;
        -webkit-transition: opacity 1s,-webkit-transform 1s;
        transition: opacity 1s,-webkit-transform 1s;
        transition: transform 1s,opacity 1s;
        transition: transform 1s,opacity 1s,-webkit-transform 1s
    }

    .preload.is-paused .preload__progress {
        -webkit-transform: scale(0);
        -ms-transform: scale(0);
        transform: scale(0)
    }

    .preload.is-paused .preload__progress-inner {
        -webkit-animation: none;
        animation: none
    }

    .preload.is-clean {
        background: 0 0;
        z-index: -1;
        -webkit-transition: none;
        transition: none
    }

    .preload.is-clean .preload__bg {
        display: none
    }

    .preload.is-clean .preload__progress {
        background: rgba(0,0,0,.5);
        top: 50%
    }

    .preload.is-clean .preload__progress-inner {
        background: #35373b
    }

    .preload.is-clean-paused .preload__progress-inner {
        -webkit-animation: none;
        animation: none
    }

    .preload__bg {
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%
    }

    .preload__progress {
        position: absolute;
        top: 50%;
        left: 50%;
        width: 200px;
        margin:-1px 0 0 -100px;
        height: 1px;
        background: #93222e;
        -webkit-transition: .3s;
        transition: .3s
    }
    .preload__progress.hide{
        left: 0;
        width: 100%;
    }

.preload__progress-inner {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: #fff;
	-webkit-animation: preloadLine 1.6s both infinite;
	animation: preloadLine 1.6s both infinite;
}

@-webkit-keyframes preloadLine {
	2% {
		-webkit-transform-origin: 100% 50%;
		transform-origin: 100% 50%;
		-webkit-transform: scaleX(1);
		transform: scaleX(1)
	}

	48% {
		-webkit-transform-origin: 100% 50%;
		transform-origin: 100% 50%;
		-webkit-transform: scaleX(0);
		transform: scaleX(0)
	}

	52% {
		-webkit-transform-origin: 0 50%;
		transform-origin: 0 50%;
		-webkit-transform: scaleX(0);
		transform: scaleX(0)
	}

	98% {
		-webkit-transform-origin: 0 50%;
		transform-origin: 0 50%;
		-webkit-transform: scaleX(1);
		transform: scaleX(1)
	}
}

@keyframes preloadLine {
	2% {
		-webkit-transform-origin: 100% 50%;
		transform-origin: 100% 50%;
		-webkit-transform: scaleX(1);
		transform: scaleX(1)
	}

	48% {
		-webkit-transform-origin: 100% 50%;
		transform-origin: 100% 50%;
		-webkit-transform: scaleX(0);
		transform: scaleX(0)
	}

	52% {
		-webkit-transform-origin: 0 50%;
		transform-origin: 0 50%;
		-webkit-transform: scaleX(0);
		transform: scaleX(0)
	}

	98% {
		-webkit-transform-origin: 0 50%;
		transform-origin: 0 50%;
		-webkit-transform: scaleX(1);
		transform: scaleX(1)
	}
}

.load-bg{
	height: 100%;
	width: 100%;
	position: fixed;
	top: 0;
	left: 0;
	overflow: hidden;
	z-index:999;
}
.load-bg .top{
	height: 50%;
	width: 100%;
	background-color: rgba(255, 255, 255, 0.7);
	position: absolute;
	top: 0;
	left: 0;
}
.load-bg .top i{
	display: block;
	width: 200px;
	height: 1px;
	background-color: #93222e;
	position: absolute;
	bottom: 0;
	left:50%;
	margin-left: -100px;
	-webkit-transition: .5s;
	transition: .5s;
}
.load-bg .top i.on{
	left:0%;
	margin-left: 0px;
	width:100%;
}
.load-bg .bot{
	bottom: 0;
	left: 0;
	position: absolute;
	width: 100%;
	height:50%;
	background-color: rgba(255, 255, 255, 0.7);
}
    .box4Tab .qq{
        width: 45px;
        height: 45px;
        visibility: hidden;
        opacity: 0
        display: block;
        position: absolute;
        top: 50%;
        margin-top: -25px;
        left: 50%;
        margin-left: -25px;
    } 
    .box4Tab li.active .qq:after{
            display: block;
            content: '';
            position: absolute;
            width: 100%;
            height: 100%;
            top: 25%;
            margin-top: -19%;
            left: 32%;
            margin-left: -26%;
            background: rgba(215, 21, 25, 0.7);
            border-radius: 50%;
            animation: sideBt1 infinite 2s;
            transition: 0.8s ease-out;
            visibility: visible;
            opacity: 1;
            z-index: 1;
    }
@keyframes sideBt1{
	0%{
		opacity: 0;
		transform: scale(0);
	}
	50%{
		opacity: 1;
		transform: scale(0);
	}
	100%{
		opacity: 0;
		transform: scale(1.8);
	}
}
/*头部结束*/
/*menu开始*/
.logoBox {
    height: 100px;
    position: relative;
    border-bottom: 1px solid #f5f5f5;
    z-index: 5555;
}
.logoC {
    display: block;
    overflow: hidden;
    position: absolute;
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -28px;
    margin-top: -28px;
    z-index: 55555;
}

.logoC img {
    display: block;
    height: 56px;
}
.scrollObj{position: relative;}
.header{position: relative;}
.header .nav-btn {
	position: fixed;
	right: 30px;
	top: 30px;
	width: 60px;
	height: 60px;
	cursor: pointer;
	-webkit-transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s;
	z-index: 1000;
}
.header .nav-btn:after{
	width: 60px;
	height: 60px;
	box-sizing: border-box;
	content: '';
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	pointer-events: none;
	border: 1px solid rgba(255,255,255,0.5);
	border-radius: 50%;
	-webkit-animation-duration: 1.5s;
	animation-duration: 1.5s;
	-webkit-animation-name: intervalHamburgerBorder;
	animation-name: intervalHamburgerBorder;
	-webkit-animation-iteration-count: infinite;
	animation-iteration-count: infinite;
}
@-webkit-keyframes intervalHamburgerBorder {
	0% {
		opacity: 1;
		-webkit-transform: scale(1);
		transform: scale(1);
	}
	100% {
		opacity: 0;
		-webkit-transform: scale(1.6);
		transform: scale(1.6);
	}
}

@keyframes intervalHamburgerBorder {
	0% {
		opacity: 1;
		-webkit-transform: scale(1);
		transform: scale(1);
	}
	100% {
		opacity: 0;
		-webkit-transform: scale(1.6);
		transform: scale(1.6);
	}
}
.nav-yuan{width: 61px; height: 61px; border: 1px solid #ffffff; border-radius: 50%; position: relative; transform: scale(0.7);}
.nav-yuan2{width: 24px; height: 24px; background: #ffffff; border-radius: 50%; position: absolute; left: 18px; top: 18px;}
.header .nav-btn .box {
	width: 26px;
	margin: 23px auto 0;
	height: 15px;
	display: block;
	position: relative;
}
.header .nav-btn .line {
	display: block;
	width: 26px;
	height: 2px;
	background-color: #e8e8e8;
	position: absolute;
	right: 0;
	top: 7px;
}
.header .nav-btn .line-top {
	top: 1px;
	width: 18px;
	-webkit-transform-origin: left top 0;
	-ms-transform-origin: left top 0;
	transform-origin: left top 0;
}
.header .nav-btn .line-bot {
	top: auto;
	bottom: 0;
	width: 18px;
	-webkit-transform-origin: left bottom 0;
	-ms-transform-origin: left bottom 0;
	transform-origin: left bottom 0;
}
.header .nav-wrap {
	position: fixed;
	width: 100%;
	height: 100%;
	right: 0;
	top: 0;
	z-index: 999;
}
.header .nav-wrap .bg {
	display: block;
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	background: #fff;
	background-size: 100% 100%;
}
#nav-canvas{position: relative; z-index: 9;}
.header .nav-wrap .nav-bot-bg {
    width: 100%;
    height: 345px;
    display: block;
    background: url(/img/nav_bot_bg.png) center center repeat-x;
    position: absolute;
    left: 0;
    bottom: -20px;
    z-index: 10;
}

.header .nav-wrap .nav-bot-bg1 {
    width: 100%;
    height: 334px;
    display: block;
    background: url(../images/nav_bot_bg1.png) right center no-repeat;
    position: absolute;
    right: -20px;
    bottom: -20px;
    z-index: 11;
    background-size: 100%;
    
}
.header .nav-wrap .logo-sec {
	display: block;
	width: 78px;
	height: 85px;
	position: absolute;
	top: 36px;
	left: 42px;
	z-index: 2;
}
.header .nav-wrap .list {
	width: 78%;
	position: absolute;
	height: 386px;
	top: 50%;
	margin-top: -193px;
	left: 11%;
	z-index: 9;
}
.header .nav-wrap .list ul {
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
}
.header .nav-wrap .list li {
	width: 14%;
	float: left;
}
.header .nav-wrap .list .click-href{
	text-align: center;
	display: block;
	padding: 0px 35px 0;
	height: 600px;
	color: #fff;
	-webkit-transform: translateZ(0px);
	transform: translateZ(0px);
	-webkit-transition: -webkit-transform 0.3s ease 0s;
	transition: transform 0.3s ease 0s;
	filter: blur(1px); -webkit-filter: blur(1px); -moz-filter: blur(1px); -ms-filter: blur(1px);
	background: url(../images/hnav_line.png) center 265px no-repeat;
}
.header .nav-wrap .list ul li.active .click-href{
    background: url(../images/nav_line.png) center 265px no-repeat;
}
.header .nav-wrap .list .click-href:hover {
	margin: -5px;
	text-decoration: none;
	color: #f8b62e;
	filter: blur(0px); -webkit-filter: blur(0px); -moz-filter: blur(0px); -ms-filter: blur(0px);
}
.header .nav-wrap .list li.active .click-href{
	margin: -5px;
	text-decoration: none;
	color: #f8b62e;
	filter: blur(0px); -webkit-filter: blur(0px); -moz-filter: blur(0px); -ms-filter: blur(0px);
}
.header .nav-wrap .list .click-href:hover .en-name {
	text-decoration: none;
}
.header .nav-wrap .list .box {
	display: block;
}
.header .nav-wrap .list .en-name {
	letter-spacing: 5px;
	display: block;
	line-height: 45px;
	font-size: 15px;
	color: #ffffff;
	text-transform: uppercase;
	font-family: "times new roman";
}
.header .nav-wrap .list .cn-name {
	display: block;
	line-height: 26px;
	font-size: 22px;
	color: #8e6c4f;
	letter-spacing: 5px;
	margin: 5px 0 15px 0;
	font-family: "é»‘ä½“";
}
.header .nav-wrap .list ul li.active .em {
	display: block;
	line-height: 26px;
	font-size: 18px;
	color: #333333;
	font-style: normal;
    margin-bottom: 30px;
}
.header .nav-wrap .list ul li .em{
    color: #c1c1c1;
    font-size: 18px;
    margin-bottom: 30px;
}
.header .nav-wrap .list a{
    display: block;
}
.header .nav-wrap .list ul li.active .i{
    display: block;
    color: #666666;
    font-size: 14px;
    font-style: normal;
    height: 30px;
    line-height: 30px;
}
.header .nav-wrap .list ul li .i{
    color: #d1d1d1;
    font-size: 14px;
    height: 30px;
    line-height: 30px;
}
.header .nav-wrap .list ul li .ejtext a{
    color: #666666;
    font-size: 14px;
}
.header .nav-wrap .list .line {
	display: block;
	height: 1px;
	background-color: #fff;
	margin-top: 16px;
	opacity: 0;
	filter: Alpha(opacity=0);
}
.header .nav-wrap .list .intr {
	display: block;
	line-height: 26px;
	color: #c6c6c8;
	margin-top: 9px;
	opacity: 0;
	filter: Alpha(opacity=0);
	font-family: arial;
}
.header .nav-wrap .list li.active .click-href span{
    color: #e60014;
    font-size: 18px;
    margin-bottom: 10px;
}
.header .nav-wrap .list li .click-href span{
    color: #999999;
    font-size: 18px;
     margin-bottom: 10px;
}
.menvClos .layui-layer-close2{
    position: absolute;
    right: 0 !important;
    top: 0 !important;
    width: 60px !important;
    height: 60px !important;
    margin-left: 0 !important;
    z-index: 5555 !important;
    background: url(../images/close.png)no-repeat center center !important;
}
.item.inactive{transition: all 2s; filter: blur(20px); -webkit-filter: blur(20px); -moz-filter: blur(20px); -ms-filter: blur(20px); opacity: 0; margin-left: -500px;}
.mm-bg1{width: 1920px; height: 1262px; position: relative; left: 50%; margin-left: -960px; top: 0; z-index: 1;}
.mm-pic1{width: 738px; height: 793px; position: absolute; left: 50%; margin-left: -90px; top: 156px; z-index: 2; transition-delay: 1s!important;}
.item{filter: blur(0px); -webkit-filter: blur(0px); -moz-filter: blur(0px); -ms-filter: blur(0px); opacity: 1; transition: all 2s;}

#mm-inside{font: 12px/1.5 "å¾®è½¯é›…é»‘",Arial,sans-serif;  background: url(/img/mm_bg.jpg) center top no-repeat #000000; height: 3830px;}
.mm-main{width: 1200px; height: 1406px; margin: -350px auto 0; position: relative;}
.mm-text1{position: absolute; left: 50%; margin-left: -600px; top: 0; z-index: 3;}
.mm-text2{position: absolute; left: 50%; margin-left: 306px; top: 46px; z-index: 3;}
.mm-pic5{position: absolute; left: 50%; margin-left: -603px; top: 187px; z-index: 3;}
.mm-pic2{position: absolute; left: 50%; margin-left: -600px; top: 257px; z-index: 4;}
.mm-text3{position: absolute; left: 50%; margin-left: 113px; top: 419px; z-index: 4;}
.mm-pic3{position: absolute; left: 50%; margin-left: -252px; top: 646px; z-index: 5;}
.mm-pic4{position: absolute; left: 50%; margin-left: 103px; top: 845px; z-index: 4;}
.mm-text4{position: absolute; left: 50%; margin-left: -390px; top: 1206px; z-index: 4;}
.mm-panel{width: 100%; height: 434px; position: relative; top: 234px;}
.mm-pic6{position: absolute; left: 50%; margin-left: -600px; top: 0;}
.mm-text7{position: absolute; left: 50%; margin-left: -508px; top: 139px; z-index: 1;}
.mm-inside-cp{width: 1700px; height: 510px; position: relative; left: 50%; margin-left: -850px; top: 450px; z-index: 4;}
.mm-bg2{position: absolute; left: 0; top: 0; z-index: 4;}
.mm-text5{position: absolute; left: 250px; top: 120px; z-index: 4;}
.mm-text6{position: absolute; right: 250px; top: 136px; z-index: 4;}
.mm-list{width: 1200px; position: absolute; left: 250px; bottom: 30px; z-index: 5;}
.mm-link{color: #ffffff; font-family: arial; font-size: 14px; float: left;}
.mm-link a{color: #ffffff; font-family: arial; font-size: 14px;}
.mm-cp-p{color: #ffffff; float: right;}

#yy-inside{font: 12px/1.5 "å¾®è½¯é›…é»‘",Arial,sans-serif;  background: url(/img/yy_bg.jpg) center top no-repeat #000000; height: 3830px;}
.yy-panel1{width: 100%; height: 991px; position: relative;}
.yy-bg1{position: absolute; left: 50%; margin-left: -960px; top: 0; z-index: 1;}
.yy-pic1{position: absolute; left: 50%; margin-left: -380px; top: 100px; z-index: 2; transition-delay: 1s!important;}
.yy-text1{position: absolute; left: 50%; margin-left: 50px; bottom: 170px; z-index: 2; transition-delay: 1s!important;}
.yy-panel2{width: 100%; height: 570px; position: relative; top: 70px;}
.yy-pic3{position: absolute; left: 50%; margin-left: -600px; top: 0; z-index: 1;}
.yy-pic2{position: absolute; left: 50%; margin-left: -498px; top: 88px; z-index: 2;}
.yy-text2{position: absolute; left: 50%; margin-left: 515px; top: 0; z-index: 1;}
.yy-text3{position: absolute; left: 50%; margin-left: 320px; bottom: 0; z-index: 1;}
.yy-panel3{width: 274px; height: 665px; position: relative; left: 50%; margin-left: -137px; top: 150px;}
.yy-panel4{width: 100%; height: 523px; position: relative; top: 300px;}
.yy-bg2{position: absolute; left: 50%; margin-left: -960px; bottom: 0; z-index: 1;}
.yy-pic5{position: absolute; left: 50%; margin-left: -203px; bottom: 119px; z-index: 2;}
.yy-inside-cp{width: 1700px; height: 510px; position: relative; left: 50%; margin-left: -850px; top: 440px; z-index: 4;}

#jh-inside{font: 12px/1.5 "å¾®è½¯é›…é»‘",Arial,sans-serif;  background: url(/img/jh_bg.jpg) center top no-repeat #000000; height: 3830px;}
.jh-panel1{width: 100%; height: 954px; position: relative;}
.jh-bg1{position: absolute; left: 50%; margin-left: -877px; top: 0;}
.jh-pic1{position: absolute; left: 50%; margin-left: -890px; top: 0; z-index: 2; transition-delay: 1s!important;}
.jh-panel2{width: 492px; height: 350px; position: relative; left: 50%; margin-left: -246px; top: 0;}
.jh-panel3{width: 100%; height: 549px; position: relative; top: 200px;}
.jh-pic3{position: absolute; left: 50%; margin-left: -429px; top: 187px;}
.jh-pic2{position: absolute; left: 50%; margin-left: -600px; top: 0; z-index: 2;}
.jh-text2{position: absolute; left: 50%; margin-left: 110px; top: 26px;}
.jh-pic4{position: absolute; left: 50%; margin-left: 102px; bottom: 14px;}
.jh-panel4{width: 100%; height: 1151px; position: relative; top: 200px;}
.jh-pic5{position: absolute; left: 50%; margin-left: -600px; top: 0;}
.jh-pic6{position: absolute; left: 50%; margin-left: -445px; top: 203px;}
.jh-pic7{position: absolute; left: 50%; margin-left: -400px; top: 519px;}
.jh-pic8{position: absolute; left: 50%; margin-left: -375px; top: 835px;}

.jh-inside-cp{width: 1700px; height: 510px; position: relative; left: 50%; margin-left: -850px; top: 200px; z-index: 4;}

/* 导航 start */
.menuBox {
	overflow: hidden;
	position: fixed;
	z-index: 99;
	width: 100%;
	height: 100%;
	top: 0;
	right: -100%;
	background: #fff;
	margin-left: 290px;
	transition: all 0.8s ease;
	-webkit-transition: all 0.8s ease;
}
.menuBox .menuColCtn{
	position: relative;
}

.menuBox.active {
	right: 0;
	width: 75%;
}

.menuDl {
	padding-left: 138px;
}

.menuDl dd {
	position: relative;
	z-index: 10;
}

.menuDl dd:after {
	display: block;
	content: '';
	clear: both;
	overflow: hidden;
}

.menuDl dd .yj {
	height: 100px;
	line-height: 100px;
	float: left;
	margin-right: 230px;
}

.menuDl dd .yj a {
	font-size: 48px;
	font-weight: bold;
	color: #333333;
	text-transform: capitalize;
	padding-left: 50px;
	position: relative;
	transition: all 0.3s linear;
	-webkit-transition: all 0.3s linear;
}

.menuDl dd .yj a:hover {
	color: #93222e;
}

.menuDl dd.hover .yj a {
	color: #93222e;
}

.menuDl dd .yj a span {
	font-size: 14px;
	color: #666666;
	font-weight: lighter;
	position: absolute;
	left: 0;
	top: -30px;
}

.menuDl dd .ej {
	position: absolute;
	width: 800px;
	right: 0;
	overflow: hidden;
	padding-top: 25px;
	visibility: hidden;
	opacity: 0;
	transition: all 0.3s linear;
	-webkit-transition: all 0.3s linear;
}
.menuDl dd.hover{
	z-index: 11;
}
.menuDl dd:hover{
	z-index: 11;
}
.menuDl dd.hover .ej {
	visibility: visible;
	opacity: 1;
}

.menuDl dd:hover .ej {
	visibility: visible;
	opacity: 1;
}

.menuDl dd .ej .ejBox {
	float: left;
	display: inline;
	margin-right: 50px;
}

.menuDl dd .ej .ejBox:last-child {
	margin-right: 50px;
}

.menuDl dd .ej .ejBox a {
	font-size: 24px;
	color: #050505;
	display: block;
	line-height: 55px;
	transition: all 0.3s linear;
	-webkit-transition: all 0.3s linear;
	position: relative;
}

.menuDl dd .ej .ejBox a:before {
	width: 0;
	height: 1px;
	background: #93222e;
	display: block;
	content: '';
	position: absolute;
	bottom: 0;
	left: 0;
	visibility: hidden;
	opacity: 0;
	transition: all 0.3s linear;
	-webkit-transition: all 0.3s linear;
}

.menuDl dd .ej .ejBox.hover a:before {
	width: 100%;
	visibility: visible;
	opacity: 1;
}

.menuDl dd .ej .ejBox.hover a {
	color: #93222e;
}

.menuDl dd .ej .ejBox a:hover:before {
	width: 100%;
	visibility: visible;
	opacity: 1;
}

.menuDl dd .ej .ejBox a:hover {
	color: #93222e;
}

.menuBoxL span {
	font-size: 70px;
	font-weight: bold;
	color: #fff;
	text-transform: uppercase;
	text-stroke: 1px #333;
	-webkit-text-stroke: 1px #333;
	transition: all 0.3s linear;
	-wevkit-transition: all 0.3s linear;
	position: absolute;
	z-index: 1;
	top: 42%;
	left: -78px;
}

.menuBg {
	position: fixed;
	z-index: 98;
	height: 100%;
	width: 100%;
	left: 0;
	top: 0;
	display: none;
}

.menuBg.active {
	display: block;
}
.menuBox:before {
    width: 517px;
    height: 600px;
    display: block;
    content: '';
    background: url(../images/menuIcnBg.png) no-repeat center center;
    background-size: contain;
    position: absolute;
    top: 50%;
    right: 230px;
    margin-top: -300px;
}


/* 导航 end */

/* 弹出加载层 start */
.windowView {
	position: fixed;
	top: 50%;
	left: 50%;
	width: 1200px;
	margin-left: -600px;
	margin-top: -400px;
	height: 800px;
	background: #fff;
	transform: translateY(100%);
	opacity: 0;
	visibility: hidden;
	transition: all .8s cubic-bezier(.77, 0, .175, 1) 0s;
	z-index: 999;
}

.windowView.on {
	transform: translateY(0);
	opacity: 1;
	visibility: visible;
}

.contentView {
	overflow: hidden;
	height: 95%;
	box-sizing: border-box;
	padding: 50px;
}

.windowView.on .contentView {
	overflow-y: auto;
}

.viewClose {
	position: absolute;
	width: 60px;
	height: 60px;
	top: 0;
	right: -60px;
	background: var(--themeColor);
	opacity: 0;
	transition: 0.8s;
	z-index: 9;
	background: #93222e url(../images/closeIcn.png) no-repeat center center;
	cursor: pointer;
}

.windowView.on .viewClose {
	opacity: 1;
}

.maskBg {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	opacity: 0;
	visibility: hidden;
	z-index: 100;
	background-color: rgba(0, 0, 0, .5);
	transition: all 0.5s;
	font-family: "myIcn" !important;
	font-size: 1rem;
	font-style: normal;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	color: #fff;
}

.maskBg.show {
	opacity: 1;
	visibility: visible;
}

#viewCon {
	padding: 50px;
	background: #fff;
}

.contentView .title {
	font-size: 30px;
	color: #444444;
	line-height: 32px;
	margin-bottom: 40px;
}

.contentView .time {
	font-size: 14px;
	color: #787980;
	padding-bottom: 32px;
	margin-bottom: 60px;
	border-bottom: 1px solid #e6e6e6;
}

.contentView .time span {
	margin-right: 84px;
}

.newsText {
	font-size: 14px;
	color: #666666;
	line-height: 25px;
}

/* 弹出加载层 end */


/*menu结束*/
/*indexBanner开始*/
.indexBanner {
    overflow: hidden;
    height: 920px;
    width: 100%;
    position: relative;
    background: #014783;
}

.indexBanner .myslide {
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    position: relative;
    height: 920px;
    transform-origin: center center 0;
    transition: transform 1.2s ease, opacity .8s ease, visibility .8s ease;
    transform: perspective(600px) rotateX(5deg) rotateY(-5deg) scale(.9);
    opacity: 0;
    visibility: hidden;
}
.indexBanner .myslide.slick-active{
    transform: perspective(600px) rotateX(0deg) rotateY(0deg) scale(1);
	opacity: 1;
	filter:alpha(opacity=100);
	visibility: visible;
}
.indexBanner .slick-dots {
    position: absolute;
	left: 50%;
    bottom: 70px;
    text-align: center;
    transform: translateX(-50%);
}

.indexBanner .slick-dots li {
    width: 21px;
    height: 25px;
    line-height: 9999px;
    text-align: center;
    background: url(../images/banner/slickPage.png);
    color: #ffffff;
    margin: 0 7px;
    cursor: pointer;
    float: left;
    position: relative;
}

.indexBanner .slick-dots li.slick-active {
    background: url(../images/banner/slickPagea.png);
}

.indexBanner .con1 {
    position: absolute;
	width: 70.3125%;
    top: 50%;
    left: 50%;
	transform: translate(-50%, -50%);
}
.indexBanner .con1 .pic1 {
   position: relative;
   height: 460px;
}
.indexBanner .con1 .pic1 .ImgL {
    position: absolute;
	left: 0;
	top: 0;
}
.indexBanner .con1 .pic1 .ImgL img.img1{margin-bottom: 32px;}
.indexBanner .con1 .pic1 .ImgL img{
	height: 45px;
	margin-bottom: 25px;
}
.indexBanner .con1 .pic1 .ImgL .indexBimg3{
	position: relative;
}
.indexBanner .con1 .pic1 .ImgL .indexBimg3::before{
	display: block;
	content: '';
	width: 60px;
	height: 6px;
	background: #93222e;
	position: absolute;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
}
.indexBanner .con1 .pic1 .ImgR {
    position: absolute;
	right: 0;
	bottom: 0;
}

.indexBanner .con1 .pic1 .ImgR img{
	height: 32px;
}
.indexBanner .slick-dots li span {
    position: absolute;
    right: 25px;
    top: -5px;
    width: 20px;
    color: #fff;
    font-weight: bold;
    font-size: 14px;
    visibility: hidden;
    opacity: 0;
    transform: scale(0);
    -webkit-transform: scale(0);
    transition: all 500ms;
    -webkit-transition: all 500ms;
}
/*内页banner结束*/
/*第一通栏start*/
.column1{
    overflow: hidden;
}
.column2Right{
    width: 638px;
	height: 607px;
	position: absolute;
	top: 200px;
    right: 405px;
	z-index: 5;
	background-size: 100% 100%;
	transform: scale(1);
    background: url(../images/rbg.png)no-repeat center center;
    background-size: contain;
}
.column2Right span{
	width: 100%;
	height: 100%;
	display: block;
	position: absolute;
	top: 0px;
    left: 0px;
}
.column2Right span.one{
	background: url(../images/xrbg.png) no-repeat center;
	background-size: 100% 100%;
	-webkit-animation: inlinerbg 1.2s infinite linear;
    animation: column2Right 1.2s infinite linear;

}
.column2Right span.two{
	background: url(../images/xrbg.png) no-repeat center;
	background-size: 100% 100%;
	-webkit-animation: inlinerbgo 1.2s infinite linear;
    animation: column2Right 1.2s infinite linear;
}
@-webkit-keyframes column2Right {
  0% {
    -webkit-transform:translate(5px,-9px);
        transform: translate(5px,-9px);
  }
  50% {
    -webkit-transform: translate(0,0);
            transform: translate(0,0);
  }
  100%{
  	-webkit-transform:translate(5px,-9px);
        transform: translate(5px,-9px);
  }
}

@keyframes column2Right {
  0% {
    -webkit-transform:translate(5px,-9px);
        transform: translate(5px,-9px);
  }
  50% {
    -webkit-transform: translate(0,0);
            transform: translate(0,0);
  }
  100%{
  	-webkit-transform:translate(5px,-9px);
        transform: translate(5px,-9px);
  }
}
@-webkit-keyframes column2Right {
  0% {
    -webkit-transform:translate(-5px,9px);
        transform:translate(-5px,9px);
  }
  50% {
    -webkit-transform: translate(0,0);
				transform: translate(0,0);
  }
  100%{
  	-webkit-transform:translate(-5px,9px);
        transform: translate(-5px,9px);
  }
}

@keyframes column2Right {
  0% {
    -webkit-transform:translate(-5px,9px);
        transform: translate(-5px,9px);
  }
  50% {
    -webkit-transform: translate(0,0);
            transform: translate(0,0);
  }
  100%{
  	-webkit-transform:translate(-5px,9px);
        transform: translate(-5px,9px);
  }
}
.roudList{
    overflow: hidden;
    
}
.roudList dd .rudw{
    width: 105px;
    height: 105px;
    border: 1px solid #fff;
    border-radius: 100%;
    position: relative;
    position: relative;
    cursor: pointer;
    
}
.roudList dd .rudn{
    width: 85px;
    height: 85px;
    border: 1px dotted #fff;
    border-radius: 100%;
    position: absolute;
    top: 50%;
    margin-top: -43px;
    left: 50%;
    margin-left: -43px;
    text-align: center;
    position: relative;
}
.roudList dd:hover .rudw{
    background: #c02a34;
    border: none;
    border: 1px solid #c02a34;
}
.roudList dd:hover em{
    opacity: 0;
}
.roudList dd.hover .rudw{
    background: #c02a34;
    border: none;
    border: 1px solid #c02a34;
}
.roudList dd:hover .rudn{
    background: #a41e25;
    border: none;
}
.roudList dd.hover .rudn{
    background: #a41e25;
    border: none;
}
.roudList dd .rudn img {
    transition: all .5s linear;
    -webkit-transition: all .5s linear;
    transform: rotateY(0deg);
    -webkit-transform: rotateY(0deg);
    ;
    -webkit-transform: rotateY(0deg);
}
.roudList dd:hover .rudn img{ transform: rotateY(180deg);-webkit-transform: rotateY(180deg);}
.roudList .dd1{
    position: absolute;
    left: 50%;
    margin-left: -52px;
    top: -40px;
}
.roudList .dd2{
    position: absolute;
    right: -60px;
    top: 50%;
    margin-top: -135px;
}
.roudList .dd3{
    position: absolute;
    bottom: 22px;
    right: 102px;
    /* top: 10px; */
}
.roudList .dd4{
    position: absolute;
    bottom: 13px;
    left: 88px;
}
.roudList .dd5{
    position: absolute;
    top: 170px;
}
.roudList dd em{
    color: #fff;
    font-size: 16px;
    display: block;
    font-style: normal;
   padding: 0 20px;
    position: relative;
    -webkit-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
}
.roudList dd em:after{
    display: block;
    position: absolute;
    content: '';
    right: 0;
    top: 50%;
    width: 9px;
    height: 9px;
    background: #a41e25;
    border-radius: 100%;
    margin-top: -4px; 
}
.roudList .dd1 em{
     position: relative;
     top:-140px;
    
}
.roudList .dd2 em{
    left: 120px;
    top: -65px;
    
}
.roudList .dd2 em:after{
    left: 0;
}
.roudList .dd3 em{
    left: 120px;
    top: -65px;
    
}
.roudList .dd3 em:after{
    left: 0;
}
.roudList .dd4 em{
    left: -195px;
    top: -65px;
    
}
.roudList .dd5 em{
    left: -185px;
    top: -60px;
}
.roudList dd em{
	width: 138px;
    overflow: hidden;
    display: block;
    height: 23px;
}
.column2Right .text{
    width: 332px;
    height: 222px;
    overflow: hidden;
    position: absolute;
    left: 50%;
    margin-left: -145px;
    top: 50%;
    margin-top: -89px;
}
.column2Right .text .title{
    text-align: center;
    color: #fff;
    font-size: 16px;
    font-weight: bold;
    margin-bottom: 20px;
}
.column2Right .text .textC{
    height: 90px;
    line-height: 30px;
    color: #fff;
    font-size: 14px;
    text-align: center;
    margin-bottom: 40px;
}
/*第一通栏end*/
/*第二通栏start*/
.cloumn2{}
/*第二通栏end*/
/*
*第三通栏start fpx 2018
*/
.cloumn3Bg {
    overflow: hidden;
    width: 100%;
    position: relative;
    background: #014783;
}

.cloumn3Bg .swiper-slide {
    background-repeat: no-repeat;
    background-position: center center;
    position: relative;
    z-index: 2;
	overflow: hidden;
}
.cloumn3Bg .swiper-slide.swiper-slide-active{
    z-index: 9;
}
.cloumn3Bg .cloumn3BgC{
    background-repeat: no-repeat;
    background-position: center center;
    position: relative;
    height: 100vh;
}
.column3{
    position: relative;
    
}
.aboutCulture{
    position: relative;
    width: 100%;
    height: 100%;
}
.aboutCulture .slideBox{
    
}
.col3Title{
    text-align: center;
    margin-bottom: 95px;
}
.col3Title .col3Cn{
    font-size: 36px;
    font-weight: bold;
    color: #fff;
    height: 60px;
    line-height: 60px;
}
.col3Title .col3En{
    font-size: 36px;
    font-weight: bold;
    color: #fff;
}
.col3List{
    overflow: hidden;
}
.col3List dd{
    float: left;
    display: inline;
    width: 12.5%;
    margin-bottom: 50px;
}
.col3List dd .con{
    margin-right: 23px;
    overflow: hidden;
}
.col3List dd .con .pic{
    position: relative;
}
.col3List dd .con .pic:after{
    content: '';
    display: block;
    padding-top: 103.8462%;
}
.col3List dd .con .pic img{
    position: absolute;
    width: 100%;
    height: 100%;
    display: block;
    top: 0;
    left: 0;
}
.subsidiary{
    width: 50%;
    background: url(../images/col23.png) top left repeat;
    padding: 44px 55px;
    box-sizing: border-box;
}
.subsidiaryTitle .title{
    height: 52px;
    line-height: 52px;
    font-size: 36px;
    color: #fff;
    font-weight: bold;
}
.subsidiaryTitle .text{
    font-size: 36px;
    color: #fff;
    font-weight: bold;
    margin-bottom: 42px;
}
.company dd{
    overflow: hidden;
}
.company dd .xh{
    overflow: hidden;
    text-align: center;
    font-size: 20px;
    color: #fff;
    width: 48px;
    height: 48px;
    line-height: 50px;
    border: 1px solid #fff;
    border-radius: 50px;
    margin-right: 25px;
}
.company dd .companyIntro{
    overflow: hidden;
    
}
.company dd .companyIntro .titleCn{
    font-size: 20px;
    color: #fff;
    line-height: 38px;
    height: 38px;
    overflow:hidden; 
}
.company dd .companyIntro .titleEn{
    font-size: 12px;
    color: #fff;
}
.subsidiaryPic{
    overflow: hidden;
    width: 50%;
}
.subsidiaryPic .pic{
    position: relative;
    width: 100%;
}
.subsidiaryPic .pic:after{
    display: block;
    content: '';
    padding-top: 86.6667%;
}
.subsidiaryPic .pic img{
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    display: block;
}
.shade1{
    position: absolute;
    width: 300px;
    height: 325px;
    right: 0;
    top: 0;
    z-index: 5;
    background: rgba(0,0,0,.15);
}
.shade2{
    position: absolute;
    width: 300px;
    height: 195px;
    left: 0;
    bottom: 0;
    z-index: 5;
    background: rgba(0,0,0,.1);
}
.contactBox{
    width: 50%;
    padding: 40px 52px 115px;
    background: url(../images/col23.png) top left repeat;
    overflow: hidden;
    box-sizing: border-box;
}
.contactTitle{
    margin-bottom: 59px;
}
.contactTitle .title{
    height: 75px;
    line-height: 75px;
    font-size: 36px;
    color: #fff;
    font-weight: bold;
}
.contactTitle .text{
    font-size: 36px;
    color: #fff;
    font-weight: bold;
}
.lxWay{
    height: 50px;
    padding-left: 80px;
    background: url(../images/icon6.png) left center no-repeat;
    margin-bottom: 28px;
}
.lxWay span{
    display: block;
    font-size: 14px;
    font-weight: bold;
    color: #fff;
    /*margin-bottom: 5px;*/
}
.lxWay .tel{
    font-size: 30px;
    color: #fff;
    font-weight: bold;
}
.telway{
    display: block;
    line-height: 35px;
    height: 35px;
    color: #fff;
    font-size: 16px;
}
.mapPic{
    width: 50%;
    position: relative;
    overflow: hidden;
}
.mapPic:after{
    display: block;
    content: '';
    padding-top: 86.66667%;
}
.mapPic img{
    position: absolute;
    width: 100%;
    height: 100%;
    display: block;
    top: 0;
    left: 0;
}
/*线条*/

.box4Tab{
	position: absolute !important;
	bottom:10%;
	height: 120px;
	width: 80.4683%;
	overflow: hidden;
	z-index: 99;
    left: 120px;
}
.box4Tab .box4T{
    position: absolute;
	top: 78px;
    /* bottom: 0; */
    /* left: 0; */
    width: 100%;
}
.box4Tab .box4T span{
    color: #fff;
    font-size: 18px;
}
.box4Tab:after{
    display: block;
    content: '';
    width: 100%;
    height: 1px;
    position: absolute;
    top: 50%;
    left: 0px;
    background: #7a7374;
    z-index: 0
}
.box4Tab:before{
    display: block;
    content: '';
    width: 8px;
    height: 8px;
    position: absolute;
    left: 0px;
    top:50%;
    margin-top: -4px;
    background: #fff;
    z-index: 3;
    border-radius: 100%;
}
.box4Tab .swiper-wrapper{
    z-index: 9;
    padding-left: 0 !important;
}
.box4Tab .swiper-slide{
	float: left;
	width: 30%;
	transition: 0.6s ease;
	position: relative;
	height: 100%;
	/* display: inline-block; */
	text-align:  center;
    height: 90px;
    
}
.box4Tab .swiper-slide:before{
    width: 0;
    visibility: hidden;
    opacity: 0;
    -webkit-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
}
.box4Tab .swiper-slide-active:before{
    width: 32px;
    height: 32px;
    display: block;
    content: '';
    position: absolute;
    visibility: visible;
    opacity: 1;
    background: #a41e25;
    border-radius: 100%;
    left: 50%;
    top: 50%;
    margin-top: -16px;
    margin-left: -16px;
    z-index: 1;
	box-shadow: 0 0 0px 6px rgba(164, 30, 37, .2);
}
.box4Tab .swiper-slide:after{
    display: block;
    content: '';
    position: absolute;
    width: 8px;
    height: 8px;
    background: #fff;
    border-radius: 100%;
    left: 50%;
    top: 50%;
    margin-top: -4px;
    margin-left: -4px;
    z-index: 1
}
.aboutCulture .box4-bt{
	height: 65px;
	width: 57px;
	position: absolute;
	bottom: 13%;
	right: 10.3125%;
	cursor: pointer;
	transition: 0.6s ease-out;
	z-index: 55;
	height: 65px;
	width: 57px;
	background: url(../images/col3btnBg.png) no-repeat center center;
}
.aboutCulture .box4-btNext{
	right: 6.25%;
}

.aboutCulture .box4-bt:hover{
	background: url(../images/col3btnBga.png) no-repeat center center;
}
.box4-bt .box4-prev{
	display: block;
	width: 57px;
	height: 65px;
	background-image: url(../images/c3prev.png);
	background-position: center center;
	background-repeat: no-repeat;
}
.box4-bt .box4-next{
	display: block;
	width: 57px;
	height: 65px;
	background-image: url(../images/c3next.png);
	background-position: center center;
	background-repeat: no-repeat;
}
.cloumn3Bgtext{
    position: absolute;
    left: 6.25%;
    bottom: 300px;
}
.cloumn3Bgtext .title{
	font-family: "medium";
   color: #fff;
   font-size: 24px;
   line-height: 64px;
   height: 64px;
   width: 800px;
   overflow: hidden;
}
.cloumn3Bgtext .textC{
    color: #fff;
	font-size: 18px;
	width: 800px;
	height: 56px;
	line-height: 28px;
	overflow: hidden;
	margin-bottom: 80px;
}
/*第三通栏end*/
/*第四通栏start*/
.cloumn3{
    overflow: hidden;
    position: relative;
    z-index: 5;
}
.column4{
	position: relative;
	overflow: hidden;
	height: 100%;
}
/* .column4:before{
	width: 60px;
	height: 69px;
	background: url(../images/col2btn.png);
	display: block;
	content: '';
	position: absolute;
	left: 6.25%;
	bottom: 22%;
	z-index: 10;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
}
 */
.column4List{
    position: absolute;
    top: 0;
    right: 0;
    height: 100%;
    width: 80%;
    overflow:hidden;
    z-index: 3;
}
.column4List .dd .conpic{
    text-align: center;
}
.column4List .dd .conpic .img{
	width: 89px;
	height: 103px;
	background: url(../images/col2Imgbg.png) no-repeat center center;
	background-size: cover;
	margin: 0 auto;
	text-align: center;
}
.column4List .dd .conpic .img img{
	display: inline-block;
	margin-top: 32px;
}
.column4List .dd{
    width: 25%;
    float: left;
    display: inline;
    height: 100%;
    position: relative;
    cursor: pointer;
    overflow: hidden;
}
.column4List .dd span {
    padding: 36px 30px 0;
	font-family: "medium";
    color: #ffffff;
    font-size: 24px;
    display: block;
    text-align: center;
    line-height: 32px;
    height: 64px;
    overflow: hidden;
    text-transform: capitalize;
    margin: 0 auto;
}
.column4List .dd.odd{
    background: rgba(0, 0, 0, 0.5);
}
.column4List .dd.even{
    background: rgba(0, 0, 0, 0.4);
}
.column4List .dd .pic {
    width: 100%;
    overflow: hidden;
    position: relative;
    margin-right: 20px;
    z-index: 0;
}
.column4List .dd .pic:before {
    display: block;
    content: '';
    padding-top: 122.9166%;
}
.column4List .dd .pic img {
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0px;
    top: 0px;
}
.column4List .dd .textC{
    width: 100%;
    height: 0;
    background: #fff;
    position: absolute;
    top: 0;
    left: 0;
    visibility: hidden;
    opacity: 0;
    -webkit-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
}

.column4List .dd.hover .textC{
    height: 100%;
    display: block;
    visibility: visible;
    opacity: 1;
}
.column4List .dd.hover .textC .textBox{
    height: 100%;
    display: block;
    visibility: visible;
    opacity: 1;
	position: relative;
}
.column4List .dd .textBox:before{
	background: url(../images/sjc4bg.png) no-repeat center center;
	background-size: contain;
	display: block;
	content: '';
	width: 100%;
	height: 100%;
	top: -24%;
	right: 0;
	z-index: 1;
	position: absolute;
}
.column4List .dd .textBox{
    padding: 0 30px;
    height: 0;
    visibility: hidden;
    opacity: 0;
	position: relative;
}
.column4List .dd .textBox .title{
	height: 100px;
	overflow: hidden;
	position: relative;
	margin-bottom: 37px;
	z-index: 2;
}

.column4List .dd .textBox .title::after{
	display: block;
	content: '';
	width: 45px;
	height: 1px;
	background-color: #dddddd;
	position: absolute;
	left: 0;
	bottom: 0;
}
.column4List .dd .textBox .title i{
    display: block;
    font-style: normal;
    color: #000000;
    font-size: 20px;
	font-weight: bold;
}

.column4List .dd .textBox .title em{
    display: block;
    color: #666666;
    font-size: 16px;
    font-style: normal;
    padding-bottom: 35px;
    position: relative;
    margin-bottom: 35px;
}
.column4List .dd .textBox .title em:after{
    display: block;
    content: '';
    position: absolute;
    bottom: 0;
    width: 50px;
    height: 1px;
    background: #999999;
    
}

.column4List .dd .textBox .textCC{
	color: #666666;
	font-size: 16px;
	overflow: hidden;
	line-height: 32px;
	height: 160px;
	position: relative;
	z-index: 2;
}
.column4-scroll{
	position: absolute;
}

.column4-scroll .bd{ 
	overflow: hidden;
	height: 100%;
}
.column4-scroll .slick-list{ 
	overflow: visible; 
	height: 100%;
}
.column4-scroll .slick-track{
	height: 100%;
}

.textBox a.textBoxBtn{
    display: block;
    width: 148px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    color: #999999;
    font-size: 18px;
    border: 1px solid #dddddd;
    -webkit-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
	z-index: 2;
	position: relative;
	margin-bottom: 33px;
}
.textBox a.textBoxBtn:hover{
    color: #a41e25;
    border: 1px solid #a41e25;
}
.column4 .col4btn{
	position: absolute;
	left: 6.25%;
	bottom: 22%;
	width: 60px;
	height: 69px;
}
.col4btn::after{
	background: rgba(255,255,255,0.3);
	height: 20px;
	width: 1px;
	position: absolute;
	left: 50%;
	top: 50%;
	z-index: 11;
	display: block;
	/* padding-top: 10px; */
	transform: translate(-50%,-50%);
	content: '';
}
.col4btn .prev{ 
	display:block; 
	width: 12px; 
	height: 20px; 
	cursor: pointer; 
	background:url(../images/c4prev.png) no-repeat center center; 
	position: absolute; 
	left: 5px;
	top: 50%;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	z-index: 11;
	margin-right: 4px;
	transition: all 300ms;
	-webkit-transition: all 300ms;
}
.col4btn .next{
	display:block; 
	width: 12px;
	height: 20px; 
	cursor: pointer; 
	background:url(../images/c4next.png) no-repeat center center; 
	position: absolute; 
	right:5px; 
	top: 50%;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	z-index: 11; 
	margin-left: 4px;
	transition: all 300ms;
	-webkit-transition: all 300ms;
}
.col4btn .prev:hover {
	background:url(../images/c4preva.png) no-repeat center center; 
}
.col4btn .next:hover {
	background:url(../images/c4nexta.png) no-repeat center center; 
}
/*第四通栏end*/
/*底部开始*/
.footer{
	background: url(../images/footerBg.jpg) no-repeat center center;
	padding: 50px 6.25%;
	box-sizing: border-box;
	-web-kit-box-sizing: border-box;
}
.footer1{
	height: 72px;
	margin-bottom: 10px;
}
.footer1 .fot1L{
	padding-top: 34px;
}
.footer1 .fot1L img{
	height: 38px;
}

.fot1R dd{
	display: inline;
	float: left;
	line-height: 72px;
	height: 72px;
	vertical-align: middle;
}
.fot1R dd a{
	font-size: 18px;
	color: #dedede;
	padding: 0 60px;
	border-right: 2px solid #c7c7c7;
	text-transform: uppercase;
}
.fot1R dd:last-child a{
	border: none;
	padding-right: 0;
}
.fot1R dd:hover a{
	color: #FFFFFF;
}
.fppter2{
	height: 66px;
}
.fot2L,
.fot2L a{
	font-size: 16px;
	color: #c7c7c7;
	line-height: 66px;
}

.fot2R,
.fot2R a{
	font-size: 16px;
	color: #999999;
	line-height: 66px;
}
.fot2L a:hover,
.fot2R a:hover{
	color: #FFFFFF;
}
/*底部结束*/
/*
-----------------------------首页样式end-----------------------------
*/
/*
-----------------------------频道页start-----------------------------
*/
/*
-----------------------------频道页end-----------------------------
*/
/*fullPage的样式start*/

#fullPage2 {
    transition: all 1s cubic-bezier(0.6, 0, 0, 0.6) !important;
    transition-delay: 0.2s !important;
}

.section {
    position: relative;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.slide {
    float: left;
}

.slide,
.slidesContainer {
    height: 100%;
    display: block;
}

.slides {
    height: 100%;
    overflow: hidden;
    position: relative;
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}

.section.fp-table,
.slide.fp-table {
    display: table;
    width: 100%;
    position: relative;
    overflow: hidden;
}

.fp-tableCell {
    display: table-cell;
    vertical-align: middle;
    width: 100%;
}

.slidesContainer {
    float: left;
    position: relative;
}

.animHide {
    opacity: 0;
}
/*滚屏的点点*/
.floRight {
    width: 2px;
    height: 300px;
    position: fixed;
    top: 50%;
    right: 37px;
    transform: translateY(-50%);
    /* margin-top: -80px\9; */
    /* background: url(../images/secbg.png)no-repeat center center; */
}
.pageNum {
    padding-top: 50px;
    color: #fff;
    transition: 0.4s ease;
    position: relative;
    height: 20px;
}
#fp-nav li {
    font-size: 0;
    position: relative;
    /* margin: 5px auto; */
    width: 2px;
    height: 100px;
}
#fp-nav li span {
    display: block;
	height: 100px;
	line-height: 100px;
	width: 38px;
	color: #93222e;
	font-size: 14px;
	text-align: center;
	transform: translateX(-6px);
	opacity: 0;
	filter: alpha(opacity=0);
	visibility: hidden;
	transition: 0.4s ease;
	position: absolute;
	right: 0;
	top: 0;
	padding: 0 10px;
	text-transform: capitalize;
}
#fp-nav li.active span{
	transform: translateX(0px);
	opacity: 1;
	filter: alpha(opacity=100);
	visibility: visible;
}
#fp-nav li:after {
    content: '';
	display: block;
	width: 2px;
	height: 100px;
	background: #b9b9b9;
	position: absolute;
	top: 50%;
	left: 50%;
	/* margin-left: -6px; */
	/* margin-top: -9px; */
	transform: translate(-50%,-50%);
	transition: 0.4s ease;
	z-index: -1;
}
/* #fp-nav .li2:after{
	left: -19px;
	top: 35px;
}
#fp-nav .li3:after{
     left: 6px;
     top: 50px;

} */

.floRight #fp-nav li a {
    width: 2px;
    display: block;
    height: 100px;
    position: absolute;
    z-index: 15px;
	background: #FFFFFF;
}
.floRight #fp-nav li.active a {
	background: #a41e25;
}

/* #fp-nav .li2 a{
  left: -24px;
  top: 22px;
}
#fp-nav .li3 a{
    left: -4px;
    top: 40px;
}
#fp-nav .li4 a{
    top: 35%;
} */
#fp-nav .li.active:before{
    content: '';
    display: block;
    width: 2px;
    height: 100px;
    position: absolute;
    background: #a41e25;
    z-index: 12;
    
}
/* #fp-nav .li2.active:before{
    content: '';
    display: block;
    width: 11px;
    height: 11px;
    position: absolute;
    background: #a41e25;
    z-index: 12;
	left: -27px;
	top: 23px;
    
}
#fp-nav .li3.active:before{
    content: '';
    display: block;
    width: 11px;
    height: 11px;
    position: absolute;
    background: #a41e25;
    z-index: 12;
    left: -2px;
    top: 38px;
} */


.floRight #fp-nav li.active:after{
   background: #a41e25;
}
.contentBox{
    position: relative;
    width: 1400px;
    margin: 0 auto;
}
/*分享*/
.indShare{
	position: absolute;
    right: 120px;
	bottom: 70px;
	z-index: 999;
}
.indShare ul{
}
.indShare ul li{
	float: left;
	padding: 0 10px;
	position: relative;
}
.indShare ul li a{
	display: block;
	height: 16px;
	width: 20px;
}
.indShare ul li.ico1 a{
	background: url(../images/share1.png) center center no-repeat;
}
.indShare ul li.ico2 a{
	background: url(../images/share2.png) center center no-repeat;
}
.indShare ul li.ico3 a{
	background: url(../images/share3.png) center center no-repeat;
}
.shareCode{
	width: 120px;
	height: 120px;
	background: #fff;
	position: absolute;
	top: -160px;
	left: 50%;
	margin-left: -60px;
	opacity: 0;
	filter:alpha(opacity=0);
	visibility: hidden;
	transition: 0.3s ease;
    padding: 7px;
}
.shareCode i{
	position: absolute;
	background: url(../images/shareIco1.png) center center no-repeat;
	height: 7px;
	width: 12px;
	left: 50%;
	margin-left: -6px;
	bottom: -7px;
}
.shareCode img{
	width: 100%;
	height: 100%;
	position: relative;
	z-index: 99999;
}
.indShare ul li a:hover~.shareCode{
	opacity: 1;
	filter:alpha(opacity=100);
	visibility: visible;
	top: -140px;
}
.indRecord{
	position: fixed;
	bottom: 15px;
	right: 25px;
	z-index: 999;
	text-align: right;
	color: #dedede;
	font-size:13px;
	line-height: 26px;
}
.indRecord a{
color: #dedede;
}
.indRecord a:hover{
	color: #fff;
}
/*下向箭头的跳动*/
.bnco {
    background: url(../images/bnco.png) no-repeat center center;
    width: 20px;
    height: 30px;
    position: absolute;
    bottom: 70px;
    left: 50%;
    margin-left: -10px;
    -webkit-animation: arrowDown 1s infinite linear;
    cursor: pointer;
    z-index: 99999;
}
/*向下的箭头跳动*/
@-webkit-keyframes arrowDown {
    0% {
        -webkit-transform: translate(0,0);
    }
    25%{
        -webkit-transform: translate(0,6px);
    }
    50% {
        -webkit-transform: translate(0,0);
    }
    75%{
        -webkit-transform: translate(0, -6px);
    }
    100% {
        -webkit-transform: translate(0,0);
    }
}
.col1BgBox{
    position: absolute !important;
    width: 105%;
    height: 105%;
    left: -2.5% !important;
    top: -2.5% !important;
}
.col1Bg{
    width: 100%;
    height: 100%;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    position: absolute;
    left: 0;
    top: 0;
    position: relative;
}
/* .col1Bg:after{
    content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background: #000;
    opacity: 0.2;
    filter:alpha(opacity=20);
} */
.clutext{
    position: absolute;
    left: 6.25%;
    top: 200px;
    z-index: 2;
    width: 17%;
}
.clutitle span{
    color: #fff;
    font-size: 36px;
	font-weight: bold;
    display: block;
    position: relative;
    padding-bottom: 32px;
    margin-bottom: 53px;
	text-transform: uppercase;
}
.clutitle span:after{
    display: block;
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 30px;
    height: 4px;
    background: #93222e;
}
.clutitle em{
    color: #fff;
    font-size: 30px;
    font-style: normal;
    margin-bottom: 90px;
    display: block;
}
.clutextC .title{
    color: #FFF;
    font-size: 26px;  
    margin-bottom: 30px;
}
.clutext .textCCs{
	font-size: 18px;
	color: #fff;
	line-height: 28px;
	height: 140px;
	overflow: hidden;
}
.clutextC .textCC
{
    color: #fff;
    font-size: 14px;
    line-height: 35px;
}
.indexbtn{
    width: 140px;
    height: 40px;
    line-height: 40px;
    background: #a41e25;
    text-align: center;
    color: #fff;
	font-size: 14px;
    display: block;
	text-transform: uppercase;
}
/*内页框架开始*/
/*内页外结构开始*/

/*内页外结构结束*/
/*当前位置开始*/
.ejdh {
    position: relative;
    background: #fafafa;
    border-bottom: 1px solid #e6e6e6;
}

.ejdhbox {
    height: 60px;
    line-height: 60px;
}

.ejdhwz {
    position: relative;
}

.ejdhwz a {
    color: #666666;
    font-size: 14px;
    padding: 0 15px;
    display: block;
    float: left;
    display: inline;
    background: url(../images/licn.png)no-repeat left center;
}

.ejdhwz a:hover {
    color: #e70014;
    background: url(../images/hlicn.png)no-repeat left center;
}

.ejdhwz a.hover {
    color: #e70014;
    background: url(../images/hlicn.png)no-repeat left center;
}

.ejdhwz em {
    display: block;
    float: left;
    margin-top: 24px;
    margin-right: 15px;
}

.loclist li {
    float: left;
    display: inline;
    text-align: center;
    position: relative;
    margin-right: 45px;
}

.loclist li a {
    color: #666666;
    font-size: 14px;
    font-weight: bold;
}
.loclist li:after{
    display: block;
    content: '';
    position: absolute;
    width: 0px;
    height: 2px;
    background: #e60014;
    bottom: 0px;
    left: 0px;
    -webkit-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
}
.loclist li:hover:after {
    display: block;
    content: '';
    position: absolute;
    width: 100%;
    height: 2px;
    background: #e60014;
    bottom: 0px;
    left: 0;
    
}

.loclist li.hover:after {
    display: block;
    content: '';
    position: absolute;
    width: 100%;
    height: 2px;
    background: #e60014;
    bottom: 0px;
    left: 0;
}

.loclist li:hover a {
    color: #e60014;
}

.loclist li.hover a {
    color: #e60014;
}

.loclist .mySlide {
    float: left;
    display: inline;
    width: 75px;
    text-align: center;
    position: relative;
    margin-right: 35px;
}

.loclist .mySlide a {
    color: #666666;
    font-size: 14px;
    font-weight: bold;
}

.loclist .mySlide:hover:after {
    display: block;
    content: '';
    position: absolute;
    width: 60px;
    height: 2px;
    background: #7fcf7a;
    bottom: 0px;
    left: 8px;
}

.loclist .mySlide.hover:after {
    display: block;
    content: '';
    position: absolute;
    width: 60px;
    height: 2px;
    background: #7fcf7a;
    bottom: 0px;
    left: 8px;
}

.loclist .mySlide:hover a {
    color: #264db5;
}

.loclist .mySlide.hover a {
    color: #264db5;
}

.locCon {
    position: relative;
}

.locnext .next {
    display: block;
    width: 10px;
    height: 20px;
    background: url(../images/locnext.png) no-repeat center center;
    position: absolute;
    top: 20px;
    right: 10px;
    cursor: pointer;
}
/*当前位置结束*/
/*页码开始*/
.page{padding:30px 0;text-align: center;clear: both;font-size: 14px;}
.page a{display: inline-block;overflow: hidden;padding:6px 12px;color:#393939;border-radius:3px;background: #fafafa; margin: 0 3px; border:1px solid #e4e4e4;}
.page span{display: inline-block; padding: 6px 2px; position: relative; top: -15px;}
.page a:hover{background: #a41e25;color: #fff; border-color: #a41e25;}
.page a.hover{background: #a41e25;color: #fff; border-color: #a41e25;}
.page input{display: inline-block;vertical-align: middle;height: 22px;border: 1px solid #e6e6e6;position: relative; top: -2px;}
.page input.pageDetail{width: 30px; height: 30px; text-align: center; border-radius: 3px; color: #999999; position: relative; top: -13px;}
.page label{color:#393939;position: relative;top: -11px;}
.page input.page_bnt{border: none; width: 30px; height: 25px; cursor: pointer; background: none; color: #999999; position: relative; top: -13px;}
.page em{
    margin-bottom: -27px;
    width: 13px;
    height: 13px;
    font-style: normal;
    position: relative;
    top: -10px;
}
.page a div{
	width: 11px;
    height: 19px;
	background-position: center center;
	background-repeat: no-repeat;
}
.page a.firstPage div{background-image: url(../images/page/firstPage.png)}
.page a.prevPage div{background-image: url(../images/page/prevPage.png)}
.page a.nextPage div{background-image: url(../images/page/nextPage.png)}
.page a.lastPage div{background-image: url(../images/page/lastPage.png)}

.page a.firstPage:hover div{background-image: url(../images/page/firstPageh.png)}
.page a.prevPage:hover div{background-image: url(../images/page/prevPageh.png)}
.page a.nextPage:hover div{background-image: url(../images/page/nextPageh.png)}
.page a.lastPage:hover div{background-image: url(../images/page/lastPageh.png)}

.page a.firstPage.disabled{background:#E2E2E2;}
.page a.prevPage.disabled{background:#E2E2E2;}
.page a.nextPage.disabled{background:#E2E2E2;}
.page a.lastPage.disabled{background:#E2E2E2;}

.page a.firstPage.disabled div{background-image: url(../images/page/firstPage.png)}
.page a.prevPage.disabled div{background-image: url(../images/page/prevPage.png)}
.page a.nextPage.disabled div{background-image: url(../images/page/nextPage.png)}
.page a.lastPage.disabled div{background-image: url(../images/page/lastPage.png)}
.subPageC{min-height: 600px;}
/*页码结束*/
/*内页框架结束*/

/* subPage */
.subPage{
	position: relative;
	z-index: 2;
	
}
.pageLeft{
	width: 240px;
	display: none;
	margin-right: 30px;
}
.subMenuTit{
	font-size: 18px;
	color: #fff;
	line-height: 75px;
	height: 75px;
	background: #3b60b5 url(../images/jt1.png) right 20px center no-repeat;
	padding: 0 40px;
}
.subMenu{
	padding: 10px 20px;
	background: #fff;
	box-shadow: 6px 6px 0px rgba(0,0,0,.03);
}
.subMenu dd{
	line-height: 50px;
	padding: 0 20px;
}
.subMenu dd+dd{
	border-top: 1px solid #eee;
}
.subMenu a{
	display: block;
	color: #555;
	font-size: 16px;
	
}
.subMenu a:hover{
	color: #cf261f;
}
.subMenu dd.hover a{
	color: #cf261f;
	background: url(../images/jt2_h.png) right center no-repeat;
}
.subTitle{
	height: 45px;
	display: none;
	border-bottom: 1px #e6e6e6 solid;
}
.subTitle1{
	font-size: 22px;
	line-height: 45px;
	border-bottom: 3px #cf261f solid;
	color: #333;
	position: relative;
	font-weight: bold;
	margin-top: -2px;
}
.subTitle .location{
	height: auto;
}
.subTitle .location a{
	line-height: 40px;
	height: 40px;
}
.textImg1{
	overflow: hidden;
	padding:0;
	border: none;
}
.textImg1 dd{
	border: none;
}
.textImg1 dd+dd{
	border-top: 1px solid #e6e6e6;
}
.subPage .textImg1 p{
	height: 90px;
	text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}
/*subPage */

/*内页banner2*/
/* .subBanner2 {
    width: 100%;
    padding-top: 26.041666%;
    position: relative;
}

.subBanner2 a {
    position: absolute;
    left: 0px;
    top: 0px;
    display: block;
    width: 100%;
    height: 100%;
    text-align: center;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}

.subBannerText {
   text-align: left;
    height: 100%;
    position: relative;
    
}
.subBannerText .text{
    position: absolute;
    bottom: 70px;
}
.subBannerText span {
    display: block;
    color: #fff;
    font-size: 36px;
    position: relative;
    padding-bottom: 30px;
    margin-bottom: 20px;
    
}
.subBannerText span:after{
    display: block;
    content: '';
    position: absolute;
    width: 50px;
    height: 3px;
    background: #ffffff;
    bottom: 0;
}
.subBannerText em {
    display: block;
    height: 48px;
    line-height: 48px;
    color: #ffffff;
    font-size: 30px;
    font-style: normal;
} */

.bannerLine {
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    z-index: 2;
    background: url(../images/lineShadow.png) repeat;
    opacity: 0.1;
}

/*.loclist .slick-track{ float: right;}*/

.submenubox {
    width: 60%;
    height: 61px;
    overflow: hidden;
    position: relative;
    padding: 0 25px;
}

.submenubox .next {
    display: block;
    width: 10px;
    height: 20px;
    background: url(../images/locnext.png) no-repeat center center;
    position: absolute;
    right: 0;
    top: 50%;
    margin-top: -10px;
    cursor: pointer;
}

/*当前位置*/
.locationBox{
	clear:both;
	width: 100%;
	height: 80px;
	background: #fff;
	box-shadow:0 3px 5px #dcdcdc;
	position: 0;
}
/*内页导航*/
.localNav{overflow: hidden;position: absolute;left: 50%;top: 0;transform: translateX(-50%);}
.localNav a{
	display: inline;
	float: left;
	line-height: 80px;
	height:80px;
	color: #333333;
	font-size: 30px;
	font-family: medium;
	padding:0 66px;
	text-align: center;
	transition: width 300ms;
	-webkit-transition: width 300ms;
}
.localNav a.hover{color: #FFFFFF;background-color: #93222e;}
.localNav a:hover{color: #FFFFFF;background-color: #93222e;}
/**
 * 新闻上下页
 * @author 杨朝杰
 * @return
 */
.moreBt3{width:100%; height:30px; text-align:center;}
.moreBt3 button{width:30px; height:30px; display:inline-block; border:1px solid #e6e6e6; -webkit-transition:0.3s; -moz-transition:0.3s; transition:0.3s; outline:none; cursor:pointer;}
.moreBt3 .works_prev{background:#fff url(../images/works_arr.png) no-repeat -11px -10px;}
.moreBt3 .works_prev:hover{background:#d61f19 url(../images/works_arr.png) no-repeat -63px -10px;}
.moreBt3 .works_next{background:#fff url(../images/works_arr.png) no-repeat -63px -60px;}
.moreBt3 .works_next:hover{background:#d61f19 url(../images/works_arr.png) no-repeat -11px -60px;}
.works_prev, .works_next,{border-radius:2px; vertical-align:middle;}

.articleB_box{
	clear:both;
	height:30px;
	overflow:hidden;
	background:#f8f9fb;
	color:#666;
	font-size:14px;
	line-height:30px;
	}
.articleB_box i{color:#cf261f}
.pageUp{
	clear:both;
	overflow:hidden;
	line-height:35px;
	font-size:16px;
	padding:20px 0;
}

.pageBoxC2{
	padding:20px 40px;
	overflow: hidden;
	background: #fff;
}

.titleBox{ width:1200px; text-align:center; margin:0 auto; overflow:hidden;padding:10px 0;}
.titleBox h1{ font-size:22px; color:#333; line-height:20px;float:left; font-weight:normal;}
.titleBox h1 em{ font-size:16px; color:#888; padding:0 0 0 10px;}
.titleBox span{ font-size:14px; color:#666; float:right; line-height:20px;}
.titleBox span a{
	background: #bebebe;
    border-radius: 35px;
    padding: 5px 20px;
    font-size: 12px;
    color: #ffffff;
    display: inline-block;
	}
.titleBox span a:hover{ color:#fff; background:#d61f19}

/************************* 首页 end **************************/

/*
* 招聘
*/
.join_dl{overflow: hidden;}
.join_dl dt{
    height: 60px;
    overflow: hidden;
    line-height: 60px;
    padding-bottom: 10px;
}
.join_dl dt .joinTit{
    font-size: 16px;
    color:#333;
    overflow: hidden;
    font-weight: bold;
}
.join_dl dt .joinTit span{
    float: left;
    width: 23%;
}
.join_dl dd{overflow: hidden;margin-bottom: 20px;padding-bottom: 2px;}
a.joinTit{display: block;height:60px;overflow: hidden;line-height:60px;font-size:16px;color:#666;padding: 0px 30px;background: #f5f5f5; border-radius:3px;}
.joinTit span{float: left; width:23%}
.join_dl dd.hover .joinTit{background: #4b9ddc;-webkit-box-shadow: none;box-shadow: none;}
.join_dl dd.hover .joinTit span{color:#ffffff;}
.joinTit em{display: block;width:30px;height:60px;overflow: hidden;float: right;background: url(../images/jia.png) no-repeat center center;}
.join_dl dd.hover .joinTit em{background: url(../images/jian.png) no-repeat center center;}
.joinDeta{overflow: hidden;padding: 10px 30px;position: relative;font-size: 14px;color:#888;line-height:26px;display: none;}
a.goJoin{display: block;width: 140px;height: 40px;overflow: hidden;background: #da0100;font-size: 16px;color:#fff;text-align: center;line-height: 40px;position: absolute;left: 20px;bottom:0px;}



/* menu start */
.sjmenuBox{
	width: 100%;
	position: fixed;
	height: 100%;
	top: 0;
	right: 0;
	display: none;
	z-index: 20000;
	transition: all 0.4s linear;
	-wevkit-transition: all 0.4s linear;
}
.sjmenuBox .table{
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
}
.sjmenuBox .table.animated{
	-webkit-animation-duration: 500ms;
	animation-duration: 500ms;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
}
.sjmenuBox.show{
	display: block;
}
.menuClose{
	width: 40px;
	height: 40px;
	display: block;
	position: absolute;
	right: 36px;
	top: 28px;
	z-index: 9;
	cursor: pointer;
}
.menuClose a{
	width: 40px;
	height: 40px;
	display: block;
	background: url(../images/sjMenuclose.png) no-repeat center center;
}
.menuConDl dd{
	margin-bottom: 60px;
	position: relative;
}
.menuConDl dd:after{
	background: #999999;
	width: 0;
	height: 1px;
	display: block;
	content: '';
	position: absolute;
	bottom: 6px;
	left: 0;
	transition: all 0.3s linear;
	-webkit-transition: all 0.3s linear;
	
}
.menuConDl dd.hover:after{
	width: 100%;
}
.menuConDl dd .yj{
	float: left;
	margin-right: 11.8055%;
	height: 60px;
	line-height: 60px;
}
.menuConDl dd .yj span{
	font-size: 16px;
	color: #999999;
	margin-right: 15px;
}
.menuConDl dd .yj a{
	font-size: 58px;
	font-weight: bold;
	color: transparent;
	text-transform: uppercase;
	text-stroke: 1px #a1a1a1;
	-webkit-text-stroke: 1px #a1a1a1;
	transition: all 0.3s linear;
	-wevkit-transition: all 0.3s linear;
	position: relative;
	z-index: 1;
}
.menuConDl dd .yj a:hover{
	color: #a41e25;
	text-stroke: 1px #a41e25;
	-webkit-text-stroke: 1px #a41e25;
}
.menuConDl dd.hover .yj a{
	color: #a41e25;
	text-stroke: 1px #a41e25;
	-webkit-text-stroke: 1px #a41e25;
}
.menuConDl dd .ej{
	float: left;
	visibility: hidden;
	opacity: 0;
	transition: all 0.3s linear;
	-webkit-transition: all 0.3s linear;
}
.menuConDl dd.hover .ej{
	visibility: visible;
	opacity: 1;
}
.menuConDl dd .ej span{
	display: block;
	float: left;
	margin-right: 75px;
	margin-top: 14px;
	width: 60px;
	height: 30px;
	background: url(../images/menuicn.png) no-repeat center center;
	background-size: cover;
}
.menuConDl dd .ejBox{
	float: left;
	display: inline;
	margin-right: 38px;
	height: 60px;
	line-height: 60px;
	position: relative;
}
.menuConDl dd .ejBox:last-child{
	margin-right: 0;
}
.menuConDl dd .ejBox a{
	color: #333333;
	font-size: 18px;
	text-transform: capitalize;
}
.menuConDl dd .ejBox a:hover{
	color: #a41e25;
}
.menuConDl dd .ejBox.hover a{
	color: #a41e25;
}
.menuConDl dd .ejBox .sj{
	position: absolute;
	top: 58px;
	left: 0;
	z-index: 1;
	width: 140%;
	visibility: hidden;
	transition: all 0.3s linear;
	-webkit-transition: all 0.3s linear;
}
.menuConDl dd .ejBox .sj a{
	font-size: 16px;
	display: block;
}
.menuConDl dd .ejBox .sj a:hover{
	color: #a41e25;
}
.menuConDl dd .ejBox:hover .sj{
	visibility: visible;
}
.menuConDl dd .ejBox .sj .sjBox{
	line-height: 40px;
	height: 40px;
}
/* menu end */


/* 设计院 start */
/* 悬浮 start */
/* 悬浮 end */
/* ========== 外层框架 end ========== */
/* ========== 内页框架 start ========== */
/* 当前位置 start */
/* .locationBox .nav{padding: 80px 0;}
.locationBox .nav a.hover{color: #a41e25;}
.locationBox .nav a{font-size: 16px; color: #333333;line-height: 52px;height: 52px;float: left;display: inline-block;margin-right: 40px;border-bottom: 1px solid #d1d1d1;}
.locationBox .nav a span{padding-left: 160px;font-size: 24px;padding-right: 5px;} */
/* 当前位置 end */
/* 页码 start */
/*页码开始*/
.pageBg{background: url(../images/pagebg.png)no-repeat center center; background-size: contain;}
.pageBg .text{font-size: 72px; color:#666; line-height: 217px; height: 217px; text-align: center;margin-bottom: 58px;}
.pageBut{display: block; width: 70px; height: 70px;background: url(../images/next.png)no-repeat center center; border: 1px solid #BFBFBF; border-radius: 50%; margin: 0 auto; margin-bottom: 94px;}
/*页码结束*/
/* 页码 end */
/* suBanner start */

.subBannerBox{
	width:100% ;
	padding-top: 46.3541%; 
	position: relative;
	overflow: hidden; 
}

.subBanner{
	width: 100%;
	height: 100%;
	background-position: center center; 
	background-repeat: no-repeat; 
	background-size: cover; 
	position: absolute;
	left: 0;
	top: 0;
}
.subBannerVideo{
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
}


/* 内页banner黑色透明蒙版 */
/* 
.subBanner::after{
	display: block;
	content: '';
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,0.4);
	position: absolute;
	left: 0;
	top: 0;
} */
.subBannerText{
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
}
.subbanner-text{
	width: 1680px;
	height: 100%;
	position: relative;
	margin: 0 auto;
}
.subbanner-text .title{
	position: absolute;
	/* transition: all 0.45s cubic-bezier(0.250, 0.460, 0.450, 0.940);
	-webkit-transition: all 0.45s cubic-bezier(0.250, 0.460, 0.450, 0.940); */
}
.subbanner-text .title img{
	transition: all 0.45s cubic-bezier(0.250, 0.460, 0.450, 0.940);
	-webkit-transition: all 0.45s cubic-bezier(0.250, 0.460, 0.450, 0.940);
}
.subbanner-text .text{
	position: absolute;
}
.subbanner-text .text img{
	transition: all 0.45s cubic-bezier(0.250, 0.460, 0.450, 0.940);
	-webkit-transition: all 0.45s cubic-bezier(0.250, 0.460, 0.450, 0.940);
}
.subbanner-text .tile{
	color: #93222e;
	font-size: 72px;
	font-weight: bold;
	height: 150px;
	line-height: 150px;
	
	text-transform: uppercase;
}
.subbanner-text .text{
	
}
/* .subbanner-text .text::after{
	display: block;
	content: '';
	width: 60px;
	height: 6px;
	background-color: #FFFFFF;
	position: absolute;
	left: -90px;
	top: 24px;
	bottom: ;
} */
.subbanner-text .title img:hover{
	transform:translateZ(160px) translateY(-30px);
	-webkit-transform:translateZ(160px) translateY(-30px);
}

.subbanner-text .text img:hover{
	transform:translateZ(160px) translateY(30px);
	-webkit-transform:translateZ(160px) translateY(30px);
}
.subbanner-chakan{ position: absolute; left:11.875%; bottom:17.4922%; z-index: 2;  width: 50px; height: 50px;}
.subbanner-chakan a{display: block; width: 50px; height: 50px; background: url(../images/xiagenduo.png)no-repeat center center; position: absolute;top: 5px; padding: 5px; box-sizing: border-box; transition: all 300ms;-webkit-transition: all 300ms; border-radius: 50%; }
.subbanner-chakan a:hover{background-color: rgba(255, 255, 255, 0.5);}

/* suBanner end */
/* ========== 内页框架 end ========== */
/* 设计院 end */