    body,
    h1,
    h2,
    h3,
    h4,
    h5,
    h6,
    hr,
    p,
    blockquote,
    dl,
    dt,
    dd,
    ul,
    ol,
    li,
    pre,
    form,
    fieldset,
    legend,
    button,
    input,
    textarea,
    th,
    td {
    	margin: 0;
    	padding: 0;
    	font-family: 'Microsoft Yahei', 'Helvetica Neue', Helvetica, 'Lucida Grande', Arial, 'Hiragino Sans GB', 'WenQuanYi Micro Hei', STHeiti, SimSun, sans-serif;
    }
    
    body {
    	min-width: 1024px;
    }
    
    h1,
    h2,
    h3,
    h4,
    h5,
    h6 {
    	font-size: 100%;
    	font-weight: normal;
    }
    
    a {
    	color: #05163f;
    	text-decoration: none;
    	cursor: pointer
    }
    
    a:hover {
    	text-decoration: none;
    }
    
    img {
    	max-width: 100%;
    	height: auto;
    	vertical-align: top;
    	-ms-interpolation-mode: bicubic;
    	border: 0;
    	vertical-align: middle;
    }
    
    i,
    em {
    	font-style: normal;
    }
    
    li {
    	list-style: none;
    }
    
    button,
    input,
    select,
    textarea {
    	font-size: 100%;
    	border: none;
    	outline: none;
    }
    
    .wrap {
    	width: 100%;
    	max-width: 1300px;
    	margin: 0 auto;
    }
    
    .clearfix:after {
    	content: " ";
    	display: block;
    	height: 0px;
    	visibility: hidden;
    	clear: both;
    }
    
    .clearfix {
    	zoom: 1;
    }
    
    .l {
    	float: left;
    }
    
    .r {
    	float: right;
    }
    /* 首页 */
    
    .head {
    	width: 100%;
    	max-width: 1300px;
    	margin: 0 auto;
    }
    
    .head .logo {
    	float: left;
    	width: 23%;
    	margin-top: 40px
    }
    
    .head .logo img {
    	width: 100%;
    }
    
    .head .head-r {
    	float: left;
    	width: 67%;
    	margin-left: 9%;
    	border-left: 1px solid #f0f3fa;
    }
    
    .head .head-r .top {
    	padding: 18px 0 0 4%;
    }
    
    .head .head-r .top ul {
    	float: left;
    }
    
    .head .head-r .top li {
    	float: left;
    	margin-right: 30px;
    }
    
    .head .head-r .top li a {
    	border: 1px solid #e6e9f0;
    	display: block;
    	padding: 12px 54px;
    	box-sizing: border-box;
    	border-radius: 30px;
    	font-size: 18px;
    	color: #05163f;
    	font-weight: bold;
    	-moz-box-shadow: 2px 0 15px rgba(21, 53, 129, 0.2) inset;
    	-webkit-box-shadow: 2px 0 15px rgba(21, 53, 129, 0.2) inset;
    	box-shadow: 2px 0 15px rgba(21, 53, 129, 0.2) inset;
    }
    
    .head .head-r .top .dh-sj {
    	float: left;
    	margin-top: 7px;
    }
    
    .head .head-r .top li.active a {
    	color: #e61e37;
    	border: 1px solid #fbebed;
    	-moz-box-shadow: 2px 0 15px rgba(230, 30, 55, 0.2) inset;
    	-webkit-box-shadow: 2px 0 15px rgba(230, 30, 55, 0.2) inset;
    	box-shadow: 2px 0 15px rgba(230, 30, 55, 0.2) inset;
    }
    
    .head .ul-bot {
    	margin-top: 18px;
    	border-top: 1px solid #f0f3fa;
    }
    
    .head .ul-bot li {
    	float: left;
    	width: 16.333%;
    	text-align: center;
    	outline: 0;
    	position: relative;
    }
    
    .head .ul-bot li:before,
    .head .ul-bot li:after {
    	content: '';
    	width: 100%;
    	height: 2px;
    	z-index: -1;
    	background: #e61e37;
    	position: absolute;
    	-webkit-transform: scale3d(0, 1, 1);
    	transform: scale3d(0, 1, 1);
    	-webkit-transition: -webkit-transform .5s;
    	transition: transform .5s;
    }
    
    .head .ul-bot li:hover:before,
    .head .ul-bot li:hover:after {
    	-webkit-transform: scale3d(1, 1, 1);
    	transform: scale3d(1, 1, 1)
    }
    
    .head .ul-bot li:before {
    	right: 0;
    	top: 0;
    	-webkit-transform-origin: 100% 50%;
    	transform-origin: 100% 50%;
    }
    
    .head .ul-bot li:after {
    	left: 0;
    	bottom: 0;
    	-webkit-transform-origin: 0 50%;
    	transform-origin: 0 50%;
    }
    
    .head .ul-bot li a {
    	font-size: 18px;
    	color: #05163f;
    	font-weight: bold;
    	display: block;
    	padding: 18px 0;
    	position: relative;
    	-webkit-transition: color .5s;
    	transition: color .5s;
    }
    
    .head .ul-bot .active a {
    	color: #e61e37;
    }
    
    .head .ul-bot li:hover a {
    	color: #e61e37;
    }
    
    .head .ul-bot li a:before,
    .head .ul-bot li a:after {
    	position: absolute;
    	color: #fff;
    	opacity: 0;
    	-webkit-transition: -webkit-transform .5s, opacity .5s;
    	transition: transform .5s, opacity .5s;
    }
    
    .head .ul-bot li a:before {
    	content: attr(data-letters-l);
    	left: 0;
    	-webkit-transform: translate3d(-5px, 0, 0);
    	transform: translate3d(-5px, 0, 0);
    }
    
    .head .ul-bot li a:after {
    	content: attr(data-letters-r);
    	right: 0;
    	-webkit-transform: translate3d(5px, 0, 0);
    	transform: translate3d(5px, 0, 0);
    }
    
    .head .ul-bot li:hover a:before,
    .head .ul-bot li:hover a:after {
    	opacity: 0;
    	-webkit-transform: translate3d(0, 0, 0);
    	transform: translate3d(0, 0, 0)
    }
    
    .head .head-r .top li:hover a {
    	color: #e61e37;
    	-moz-box-shadow: 2px 0 15px rgba(230, 30, 55, 0.2) inset;
    	-webkit-box-shadow: 2px 0 15px rgba(230, 30, 55, 0.2) inset;
    	box-shadow: 2px 0 15px rgba(230, 30, 55, 0.2) inset;
    	border: 1px solid #fbebed;
    }
    
    .slick-dots li button {
    	transition: all 0.8s ease-in-out;
    }
    
    .slick {
    	position: relative;
    }
    
    .slick .two img {
    	display: block;
    	width: 100%;
    	z-index: 1;
    	position: relative;
    }
    
    .slick img {
    	position: absolute;
    	left: 0;
    	top: 0;
    	width: 100%;
    }
    
    .slick.slick-slider img {
    	position: relative;
    }
    
    .slick .slick-prev,
    .slick .slick-next {
    	background: none;
    }
    
    .index-pro {
    	margin: 30px auto;
    }
    
    .index-pro ul {
    	width: 99%;
    	overflow: hidden
    }
    
    .index-pro ul li {
    	float: left;
    	background: url(../images/index_cp_bg.png) no-repeat;
    	background-size: 100% 100%;
    	width: 19%;
    	margin-left: 1%;
    	padding: 25px 1.5% 25px 2%;
    	box-sizing: border-box;
    }
    
    .index-pro ul li strong a {
    	font-size: 26px;
    	color: #05163f;
    	display: block;
    	margin-bottom: 20px;
    }
    
    .index-pro ul li p {
    	font-size: 16px;
    	color: #555f7d;
    	line-height: 28px;
    	padding-right: 25px;
    	text-align: justify;
    	margin-bottom: 25px;
    }
    
    .index-pro li .box a {
    	float: left;
    	display: block;
    	width: 50%;
    }
    
    .index-pro li .box a img {
    	width: 100%;
    	transition: all 0.6s;
    }
    
    .index-pro li .box span {
    	display: block;
    	float: right;
    	width: 45%;
    	margin-top: 20px
    }
    
    .index-pro li .box span img {
    	width: 100%;
    }
    
    .index-pro ul li:hover strong a {
    	color: #e61e37;
    	transition: all 0.6s;
    }
    
    .index-pro ul li:hover .box a img {
    	margin-left: -15px;
    	transition: all 0.6s;
    }
    
    .index-pro-list {
    	background: #f0f3fa;
    	padding: 70px 0;
    }
    
    .index-pro-list .pic,
    .index-solution .pic,
    .index-new .pic {
    	text-align: center;
    	display: block;
    	margin: 0 auto;
    }
    
    .index-pro-list h1,
    .index-solution h2,
    .index-new h2 {
    	font-size: 38px;
    	color: #05163f;
    	text-align: center;
    	font-weight: bold;
    	margin-top: -63px
    }
    
    .index-pro-list h1 img,
    .index-solution h2 img,
    .index-new h2 img {
    	display: inline-block;
    	width: 30px;
    	height: 30px;
    	margin-top: -10px
    }
    
    .index-pro-list .tit,
    .index-solution .tit,
    .index-new .tit {
    	text-align: center;
    	font-size: 18px;
    	color: #555f7d;
    	margin-top: 20px;
    }
    
    .index-pro-list .tit a {
    	font-size: 18px;
    	color: #555f7d;
    }
    
    .index-pro-list .tit a:hover {
    	color: #e61e37;
    }
    
    .index-pro-list ul {
    	overflow: hidden;
    	margin-left: -2.5%;
    }
    
    .index-pro-list li {
    	float: left;
    	width: 22.5%;
    	margin-left: 2.5%;
    	margin-top: 35px;
    	margin-bottom: 40px
    }
    
    .index-pro-list li .pro-img {
    	box-sizing: border-box;
    	-moz-box-shadow: 2px 0 35px rgba(21, 53, 129, 0.2) inset;
    	-webkit-box-shadow: 2px 0 35px rgba(21, 53, 129, 0.2) inset;
    	box-shadow: 2px 0 35px rgba(21, 53, 129, 0.2) inset;
    	background: #3498db;
    	border-bottom-right-radius: 20px;
    	position: relative;
    	z-index: 5;
    	overflow: hidden;
    	padding-top: 69%;
    }
    
    .index-pro-list li .pro-img:before {
    	position: absolute;
    	top: 0;
    	left: 0;
    	width: 100%;
    	height: 100%;
    	background: rgba(255, 255, 255, .5);
    	content: '';
    	-webkit-transition: -webkit-transform .6s;
    	transition: transform .6s;
    	-webkit-transform: scale3d(1.9, 1.4, 1) rotate3d(0, 0, 1, 45deg) translate3d(0, -100%, 0);
    	transform: scale3d(1.9, 1.4, 1) rotate3d(0, 0, 1, 45deg) translate3d(0, -100%, 0);
    }
    
    .index-pro-list li .pro-img img {
    	opacity: .95;
    	-webkit-transition: opacity .35s, -webkit-transform .35s;
    	transition: opacity .35s, transform .35s;
    	-webkit-transform: scale3d(1.05, 1.05, 1);
    	transform: scale3d(1.05, 1.05, 1);
    }
    
    .index-pro-list li .pro-img:hover img {
    	opacity: .99;
    	-webkit-transform: scale3d(1, 1, 1);
    	transform: scale3d(1, 1, 1)
    }
    
    .index-pro-list li:hover .pro-img:before {
    	-webkit-transform: scale3d(1.9, 1.4, 1) rotate3d(0, 0, 1, 45deg) translate3d(0, 100%, 0);
    	transform: scale3d(1.9, 1.4, 1) rotate3d(0, 0, 1, 45deg) translate3d(0, 100%, 0)
    }
    
    .index-pro-list li .pro-img img {
    	display: block;
    	width: 100%;
    	margin: 0 auto;
    	position: absolute;
    	top: 0;
    	left: 0;
    }
    
    .index-pro-list li h3 {
    	background: #2e59b7;
    	text-align: center;
    	margin-top: -20px
    }
    
    .index-pro-list li h3 a {
    	color: #fff;
    	font-size: 20px;
    	font-weight: bold;
    	padding: 38px 0 18px;
    	display: block;
    	transition: all 0.6s;
    }
    
    .index-pro-list li:hover h3 {
    	background: #ff7300;
    	transition: all 0.6s;
    }
    
    .index-pro-list li:hover h3 a {
    	color: #fff;
    	transition: all 0.6s;
    }
    
    .index-pro-list li .box {
    	background: url(../images/products_bot.png) no-repeat;
    	width: 101.5%;
    	background-size: 100% 100%;
    	margin-left: -2px;
    	padding: 15px 0 25px 30px;
    	box-sizing: border-box;
    }
    
    .index-pro-list .box p {
    	margin-top: 10px;
    	font-size: 16px;
    	color: #4b556e;
    }
    
    .index-pro-list .box p img {
    	width: 18px;
    	vertical-align: middle;
    	margin-top: -3px;
    	margin-right: 5px;
    }
    
    .index-pro-list .box p span {
    	font-size: 16px;
    	color: #e61e37;
    }
    
    .index-solution {
    	padding: 70px 45px 50px 55px;
    }
    
    .index-solution ul {
    	margin-left: -3%;
    	box-sizing: border-box;
    	margin-top: 40px;
    }
    
    .index-solution ul li {
    	float: left;
    	width: 30.333%;
    	margin-left: 3%;
    	position: relative;
    }
    
    .index-solution .box {
    	padding: 25px 40px 45px 0;
    	box-sizing: border-box;
    	position: relative;
    	background: url(../images/index_case_bg.png) no-repeat right top;
    }
    
    .index-solution .box a {
    	display: block;
    	overflow: hidden;
    	position: relative;
    	padding-top: 62%;
    }
    
    .index-solution .box img {
    	width: 100%;
    	transition: all 0.6s ease;
    	position: absolute;
    	top: 0;
    	left: 0;
    }
    
    .index-solution ul li .box:hover img {
    	transform: scale(1.1, 1.1);
    	-ms-transform: scale(1.1, 1.1);
    	-moz-transform: scale(1.1, 1.1);
    	-webkit-transform: scale(1.1, 1.1);
    	-o-transform: scale(1.1, 1.1);
    	-moz-transition: all .6s ease;
    	-ms-transition: all .6s ease;
    	-o-transition: all .6s ease;
    	-webkit-transition: all .6s ease;
    	transition: all .6s ease;
    }
    
    .index-solution .box-bot {
    	margin-top: 30px;
    }
    
    .index-solution .box-bot h3 {
    	margin-bottom: 20px;
    	width: 90%;
    }
    
    .index-solution .box-bot h3 a {
    	font-size: 26px;
    	color: #05163f;
    	font-weight: bold;
    	display: block;
    	overflow: hidden;
    	text-overflow: ellipsis;
    	white-space: nowrap
    }
    
    .index-solution li:hover a {
    	color: #ff7300;
    }
    
    .index-solution .box-bot p {
    	font-size: 18px;
    	color: #4b556e;
    	margin-top: 10px;
    }
    
    .index-solution .box-bot p img {
    	width: 22px;
    	vertical-align: middle;
    	margin-top: -5px;
    	margin-right: 5px;
    }
    
    .index-solution .box-bot p span {
    	color: #e61e37;
    	font-size: 18px;
    }
    
    .index-solution ul li .more {
    	position: absolute;
    	right: 10px;
    	bottom: 5px
    }
    
    .index-material {
    	background: url(../images/meat_bg.jpg);
    	background-size: 100% 100%;
    	padding: 20px;
    	box-sizing: border-box;
    }
    
    .index-material .neb {
    	background: #fff;
    	border-radius: 15px;
    	padding: 75px 95px;
    	box-sizing: border-box;
    }
    
    .index-material .neb .neb-l {
    	float: left;
    	width: 25%;
    }
    
    .index-material .neb .neb-l strong {
    	display: block;
    	font-size: 38px;
    	color: #05163f;
    	font-weight: bold
    }
    
    .index-material .neb .neb-l strong span {
    	font-size: 38px;
    	color: #ff7300;
    	font-weight: bold;
    }
    
    .index-material .neb .neb-l p {
    	font-size: 22px;
    	color: #4b556e;
    	line-height: 40px;
    	margin-top: 20px
    }
    
    .index-material .neb .neb-head ul {
    	float: left;
    	width: 70%;
    	margin-left: 5%;
    	margin-top: -25px
    }
    
    .index-material .neb .neb-head li {
    	float: left;
    	width: 23%;
    	position: relative;
    	margin: 0 1%;
    }
    
    .index-material .neb .neb-head li img {
    	width: 100%;

    }
    
    .index-material .neb .neb-head li a {
    	display: block;
    	text-align: center;
    	color: #05163f;
    	font-size: 18px;
    }
    
    .index-material .neb .neb-head li h3 {
    	margin-top: 20px;
      font-weight: bold;
    }
    
    .index-material .neb .neb-head li:hover a {
    	color: #ff7300;
    }
    
    .index-material select,
    .banner .box select {
    	box-sizing: border-box;
    	border: 1px solid #7882a0;
    	border-radius: 10px;
    	padding: 15px 20px;
    	font-size: 16px;
    	color: #4b556e;
    	width: 100%;
    }
    
    .index-material form {
    	margin-top: 60px !important;
    	overflow: hidden;
    }
    
    .index-material form ul {
    	margin-left: -1%;
    	overflow: hidden;
    	width: 90%;
    	float: left
    }
    
    .index-material form li,
    .banner .box form li {
    	width: 22%;
    	float: left;
    	margin-left: 2%;
    }
    
    .index-material form li input,
    .banner .box form li input {
    	border: 1px solid #7882a0;
    	border-radius: 10px;
    	padding: 15px 20px;
    	font-size: 16px;
    	color: #4b556e;
    	width: 88%;
    	-webkit-appearance: none;
    }
    
    .index-material form li.last input,
    .banner .box form li.last input {
    	background: url(../images/xing.png) no-repeat 10px 15px;
    }
    
    .index-material form .btn,
    .banner .box form .btn {
    	font-size: 16px;
    	color: #fff;
    	border-radius: 10px;
    	margin-left: -2%;
    	padding: 16px 0;
    	border: 0;
    	outline: none;
    	float: right;
    	width: 12%;
    	cursor: pointer;
    	background: #8d224e;
    	background: -webkit-linear-gradient(left, #8d224e, #1b2057);
    	background: -o-linear-gradient(right, #8d224e, #1b2057);
    	background: -moz-linear-gradient(right, #8d224e, #1b2057);
    	background: linear-gradient(to right, #8d224e, #1b2057);
    }
    
    .index-material form .btn:hover {
    	background: -webkit-linear-gradient(left, #1b2057, #8d224e);
    	background: -o-linear-gradient(right, #1b2057, #8d224e);
    	background: -moz-linear-gradient(right, #1b2057, #8d224e);
    	background: linear-gradient(to right, #1b2057, #8d224e);
    }
    
    .index-material form li select {
    	background: #fff;
    	-webkit-appearance: none;
    	background: url(../images/xia.png) no-repeat 94%;
    	background-size: 12px 12px;
    }
    
    #city li {
    	padding-left: 5px;
    	float: none;
    }
    
    .index-new {
    	padding-top: 70px;
    }
    
    .index-new-list {
    	border: 1px solid #05163f;
    	margin-top: 40px;
    }
    
    .index-new-list .list {
    	display: none
    }
    
    .index-new-list .tab {
    	overflow: hidden;
    }
    
    .index-new-list .tab li {
    	float: left;
    	text-align: center;
    	cursor: pointer;
    	width: 50%;
    	padding: 15px 0;
    	font-size: 26px;
    }
    
    .index-new-list .tab li a {
    	color: #fff;
    	display: block;
    }
    
    .index-new-list .on {
    	display: block;
    }
    
    .index-new-list .tab {
    	background: #ff7300;
    	color: #fff;
    }
    
    .index-new-list .tab li:first-child {
    	border-top-right-radius: 15px;
    }
    
    .index-new-list .tab li:last-child {
    	border-top-left-radius: 15px;
    }
    
    .index-new-list .tab li.cur {
    	background: #fff;
    	font-weight: bold
    }
    
    .index-new-list .tab li.cur a {
    	color: #05163f;
    }
    
    .index-new-list .list {
    	padding: 35px;
    }
    
    .index-new-list .list ul {
    	overflow: hidden;
    	margin-left: -3%
    }
    
    .index-new-list .list li {
    	width: 47%;
    	float: left;
    	font-size: 16px;
    	color: #4b556e;
    	padding: 20px 0;
    	border-bottom: 1px dashed #ebf0f8;
    	margin-left: 3%;
    }
    
    .index-new-list .list li a {
    	font-size: 16px;
    	color: #4b556e;
    	width: 70%;
    	overflow: hidden;
    	text-overflow: ellipsis;
    	white-space: nowrap;
    	display: block;
    	float: left;
    	position: relative;
    	padding-left: 30px;
    	transition: all 0.6s ease;
    }
    
    .index-new-list .list li a:hover {
    	color: #e61e37;
    	margin-left: -15px;
    	transition: all 0.6s ease;
    }
    
    .index-new-list .list li a:before {
    	background: url(../images/new_zs.png) no-repeat;
    	content: "";
    	display: inline-block;
    	width: 24px;
    	height: 24px;
    	position: absolute;
    	left: 0;
    	top: 2px;
    }
    
    .index-new-list .list li span {
    	float: right;
    }
    
    .index-new-list .list li.zd-li {
    	padding: 15px 0;
    }
    
    .index-new-list .list li.zd-li a {
    	font-weight: bold;
    	font-size: 18px;
    	color: #05163f;
    	width: 98%;
    	box-sizing: border-box;
    	padding-right: 3%;
    	height: 26px;
    	line-height: 26px;
    	padding-left: 40px;
    }
    
    .index-new-list .list li.zd-li a:before {
    	background: url(../images/tj.png) no-repeat;
    	background-size: 100% 100%;
    	content: "";
    	display: inline-block;
    	width: 26px;
    	height: 26px;
    	position: absolute;
    	left: 0;
    	top: -2px;
    }
    
    .index-new-list .list li.zd-li a:after {
    	background: url(../images/tj_r.png) no-repeat;
    	background-size: 100% 100%;
    	content: "";
    	display: inline-block;
    	width: 38px;
    	height: 24px;
    	position: absolute;
    	right: 0;
    	top: 0;
    }
    
    .index-sl {
    	background: url(../images/foot_bg.jpg) no-repeat;
    	background-size: cover;
    	margin-top: 70px;
    	padding: 100px 0;
    	box-sizing: border-box;
    }
    
    .index-sl .wrap {
    	max-width: 855px;
    	transform: translateX(-25%);
    }
    
    .index-sl .pic {
    	text-align: center;
    	display: block;
    	margin: 0 auto;
    }
    
    .index-sl h2 {
    	font-size: 38px;
    	color: #fff;
    	text-align: center;
    	font-weight: bold;
    	margin-top: -63px;
    }
    
    .index-sl h2 a {
    	color: #05163f;
    }
    
    .index-sl h2 img {
    	display: inline-block;
    	width: 30px;
    	height: 30px;
    	margin-top: -10px;
    }
    
    .index-sl .tit {
    	text-align: center;
    	font-size: 18px;
    	color: #fff;
    	margin-top: 20px;
    }
    
    .index-sl ul {
    	overflow: hidden;
    	background: url(../images/kj_bg.png) no-repeat;
    	padding: 50px 105px;
    	box-sizing: border-box;
    	margin-top: 40px;
    }
    
    .index-sl li {
    	float: left;
    	text-align: center;
    	width: 25%;
    	cursor: pointer;
    }
    
    .index-sl li a {
    	display: inline-block;
    	position: relative;
    	-webkit-transition: -webkit-transform ease-out .1s, background .2s;
    	-moz-transition: -moz-transform ease-out .1s, background .2s;
    	transition: transform ease-out .1s, background .2s;
    	border-radius: 50%;
    }
    
    .index-sl li a:after {
    	pointer-events: none;
    	position: absolute;
    	width: 100%;
    	height: 100%;
    	border-radius: 50%;
    	content: '';
    	-webkit-box-sizing: content-box;
    	-moz-box-sizing: content-box;
    	box-sizing: content-box;
    	top: 0;
    	left: 0;
    	padding: 0;
    	z-index: -1;
    	opacity: 0;
    	-webkit-transform: scale(.9);
    	-moz-transform: scale(.9);
    	-ms-transform: scale(.9);
    	transform: scale(.9);
    	border-radius: 50%;
    }
    
    .index-sl li:hover a {
    	-webkit-transform: scale(.93);
    	-moz-transform: scale(.93);
    	-ms-transform: scale(.93);
    	transform: scale(.93);
    	border-radius: 50%;
    }
    
    .index-sl li:hover a:after {
    	-webkit-animation: sonarEffect 1.3s ease-out 75ms;
    	-moz-animation: sonarEffect 1.3s ease-out 75ms;
    	animation: sonarEffect 1.3s ease-out 75ms
    }
    
    @-webkit-keyframes sonarEffect {
    	0% {
    		opacity: .3
    	}
    	40% {
    		opacity: .5;
    		box-shadow: 0 0 0 2px rgba(255, 255, 255, .1), 0 0 10px 10px #3851bc, 0 0 0 10px rgba(255, 255, 255, .5)
    	}
    	100% {
    		box-shadow: 0 0 0 2px rgba(255, 255, 255, .1), 0 0 10px 10px #3851bc, 0 0 0 10px rgba(255, 255, 255, .5);
    		-webkit-transform: scale(1.5);
    		opacity: 0
    	}
    }
    
    @-moz-keyframes sonarEffect {
    	0% {
    		opacity: .3
    	}
    	40% {
    		opacity: .5;
    		box-shadow: 0 0 0 2px rgba(255, 255, 255, .1), 0 0 10px 10px #3851bc, 0 0 0 10px rgba(255, 255, 255, .5)
    	}
    	100% {
    		box-shadow: 0 0 0 2px rgba(255, 255, 255, .1), 0 0 10px 10px #3851bc, 0 0 0 10px rgba(255, 255, 255, .5);
    		-moz-transform: scale(1.5);
    		opacity: 0
    	}
    }
    
    @keyframes sonarEffect {
    	0% {
    		opacity: .3
    	}
    	40% {
    		opacity: .5;
    		box-shadow: 0 0 0 2px rgba(255, 255, 255, .1), 0 0 10px 10px #3851bc, 0 0 0 10px rgba(255, 255, 255, .5)
    	}
    	100% {
    		box-shadow: 0 0 0 2px rgba(255, 255, 255, .1), 0 0 10px 10px #3851bc, 0 0 0 10px rgba(255, 255, 255, .5);
    		transform: scale(1.5);
    		opacity: 0
    	}
    }
    
    .index-sl li img {
    	max-width: 74px;
    	width: 100%
    }
    
    .index-sl li p {
    	font-size: 20px;
    	color: #051741;
    	margin-top: 20px;
    	margin-bottom: 5px;
    }
    
    .index-sl li p strong {
    	font-size: 30px;
    	color: #ff7300;
    	font-family: Impact Regular;
    }
    
    .index-sl li span {
    	font-size: 20px;
    	color: #4b556e;
    }
    
    .foot {
    	background: #2446a0;
    	font-size: 14px;
    	color: #fff;
    	padding: 20px 0;
    }
    
    .foot a {
    	color: #fff;
    }
    
    .foot p {
    	float: left;
    }
    
    .foot p a {
    	margin: 0 20px;
    }
    
    .foot ul {
    	float: right;
    	overflow: hidden;
    }
    
    .foot ul li {
    	float: left;
    	margin-right: 20px
    }
    
    .foot-bottom {
    	background: #fff
    }
    
    .foot-bottom p {
    	font-size: 14px;
    	color: #051741;
    	font-weight: bold;
    	max-width: 1300px;
    	margin: 0 auto;
    	padding: 20px 0;
    }
    
    .foot-bottom p a {
    	color: #4b556e;
    	font-size: 14px;
    	font-weight: normal;
    	margin: 0 5px;
    }
    /* 首页end*/
    /* 新闻内页 */
    
    .nav {
    	background: #f0f3fa;
    	padding: 15px 0;
    	border-bottom: 1px solid #d3dcf0;
    }
    
    .nav-new {
    	background: #fff;
    	border-top: #f0f3fa 1px solid;
    	border-bottom: #f0f3fa 1px solid;
    }
    
    .nav p a {
    	font-size: 14px;
    	color: #4b556e;
    }
    
    .nav p a:hover {
    	color: #e61e37;
    }
    
    .nav p,
    .nav p span {
    	font-size: 14px;
    	color: #4b556e;
    }
    
    .new-cont h1 {
    	font-size: 32px;
    	color: #05163f;
    	font-weight: bold;
    	max-width: 1300px;
    	margin: 40px auto 0;
    }
    
    .new-cont .date {
    	font-size: 14px;
    	color: #788291;
    	margin: 25px auto 30px;
    	display: block;
    	max-width: 1300px
    }
    
    .line {
    	box-shadow: 0 -4px 20px #d7ddf1;
    	height: 30px;
    	background: #f0f3fa;
    }
    
    .news-beijing {
    	background: #f0f3fa;
    	padding-bottom: 60px;
    	position: relative;
    	z-index: 2;
    }
    
    .new-l {
    	float: left;
    	width: 71%;
    }
    
    .new-cont-l p {
    	font-size: 16px;
    	color: #555f7d;
    	line-height: 2em;
    	text-indent: 2em;
    	text-align: justify;
    	margin: 15px auto;
    }
    
    .new-cont-l .wz-csb {
    	text-align: center;
    }
    
    .new-cont-l .wz-csb a {
    	border-radius: 50px;
    	padding: 12px 30px 12px 75px;
    	display: inline-block;
    	position: relative;
    	background: #6b86cf;
    	color: #fff;
    }
    
    .new-cont-l .wz-csb a:before {
    	position: absolute;
    	left: 5px;
    	top: 50%;
    	transform: translateY(-50%);
    	background: url(../mimages/mtp.png) no-repeat;
    	background-size: 100% 100%;
    	width: 55px;
    	height: 55px;
    	content: "";
    	display: block;
    }
    
    .new-cont-l .wz-csb a:after {
    	content: "";
    	display: block;
    	background: #c4c8f2;
    	width: 100%;
    	border-radius: 40px;
    	position: absolute;
    	bottom: -5px;
    	left: 0;
    	z-index: -1;
    	height: 60px;
    }
    
    .new-cont-l .wz-csb2 {
    	text-align: center;
    	margin: 24px auto;
    }
    
    .new-cont-l .wz-csb2 a {
    	border-radius: 15px;
    	font-size: 18px;
    	color: #263560;
    	position: relative;
    	background: #ffa6b4;
    	padding: 14px 7px;
    }
    
    .new-cont-l .wz-csb2 a:before {
    	position: absolute;
    	left: -10px;
    	top: 50%;
    	transform: translateY(-50%);
    	background: url(../mimages/wz_icon2.png) no-repeat;
    	background-size: 100% 100%;
    	width: 37px;
    	height: 45px;
    	content: "";
    	display: block;
    }
    
    .new-cont-l .wz-csb2 a span {
    	font-size: 18px;
    	color: #263560;
    	border: 1px solid #fff;
    	padding: 12px 20px 12px 30px;
    	border-radius: 7px;
    }
    
    .new-cont-l .wz-csb3 {
    	text-align: center;
    	margin: 24px auto;
    }
    
    .new-cont-l .wz-csb3 a {
    	border: 1px solid #751212;
    	padding: 10px 72px 10px 24px;
    	font-size: 18px;
    	color: #003333;
    	border-radius: 6px;
    	position: relative;
    	background: #fff;
    }
    
    .new-cont-l .wz-csb3 a:before {
    	content: "";
    	display: block;
    	width: 102%;
    	background: #fa2346;
    	background-size: 100% 100%;
    	border: 1px solid #751212;
    	height: 52px;
    	position: absolute;
    	left: -2%;
    	z-index: -2;
    	border-radius: 20px 0 10px 10px;
    }
    
    .new-cont-l .wz-csb3 a:after {
    	position: absolute;
    	right: 18px;
    	top: 50%;
    	transform: translateY(-50%);
    	width: 30px;
    	height: 30px;
    	background: url(../mimages/wz_icon3.png) no-repeat;
    	background-size: 100% 100%;
    	content: "";
    	display: block;
    }
    
    .new-cont-l .wz-csb3 a span {
    	font-size: 18px;
    	color: #003333;
    }
    
    .new-cont-l .video-cs {
    	background: url(../images/videocs_bg.jpg) no-repeat;
    	background-size: 100% 100%;
    	width: 100%;
    	padding: 5px 60px 50px;
    	box-sizing: border-box;
    }
    
    .new-cont-l .video-cs h3 {
    	font-size: 26px;
    	margin-bottom: 30px;
    	color: #fff;
    	font-weight: bold;
    	margin: 25px 0 25px;
    	text-align: center;
    }
    
    .new-l #phone {
    	display: none;
    }
    
    .new-cont-l .video-cs h3:before {
    	width: 82px;
    	height: 21px;
    	content: "";
    	display: inline-block;
    	background: url(../images/icb1.png) no-repeat;
    	position: static;
    	margin-right: 15px;
    }
    
    .new-cont-l .video-cs h3:after {
    	width: 82px;
    	height: 21px;
    	content: "";
    	display: inline-block;
    	background: url(../images/icb2.png) no-repeat;
    	position: static;
    	margin-left: 15px;
    }
    
    .new-cont-l .video-cs table {
    	margin: 0 auto;
    	border: 12px solid #fff;
    	width: 100%;
    	box-shadow: 0 0 30px rgba(44, 80, 179, 0.2);
    }
    
    .new-cont-l .video-cs table tbody {
    	background: #fff;
    }
    
    .new-cont-l .video-cs table td {
    	padding: 14px 10px;
    }
    
    .new-cont-l .video-cs table td p {
    	margin: 0;
    	text-align: center;
    	text-indent: 0;
    }
    
    .new-cont-l .video-cs a {
    	padding: 25px 10px 65px;
    	border-radius: 20px;
    	color: #6b86cf;
    	height: 100%;
    	text-decoration: underline;
    	text-align: left;
    	line-height: 2em;
    	background: #ebf0ff;
    	position: relative;
    }
    
    .new-cont-l .video-cs a:after {
    	background: url(../images/vd_cs.png) no-repeat;
    	width: 52px;
    	height: 52px;
    	content: "";
    	display: block;
    	position: absolute;
    	left: 50%;
    	margin-left: -26px;
    	bottom: 10px;
    }
    
    .new-cont-l .new-cs table {
    	text-align: center;
    }
    
    .new-cont-l .new-cs a {
    	padding: 0;
    	border-radius: 5px;
    	line-height: 1.5em;
    	background: none;
    }
    
    .new-cont-l .new-cs a:after {
    	display: none;
    }
    
    .new-cont-l .p-bottom {
    	margin-bottom: -15px;
    	font-size: 22px;
    	text-indent: 1.45em;
    	margin-top: 30px;
    }
    
    .swiper-lb {
    	position: relative;
    	max-width: 800px;
    	margin: 50px auto 55px;
    }
    
    .swiper-lb:before {
    	width: 100%;
    	height: 124px;
    	background: url(../images/swiper_lb_bg.png) no-repeat;
    	background-size: cover;
    	display: block;
    	content: "";
    	position: absolute;
    	top: -15px;
    	left: 0;
    }
    
    .swiper-lb .pic {
    	margin: 0 auto 40px;
    	display: block;
    	text-align: center;
    }
    
    .swiper-lb ul {
    	overflow: hidden;
    	margin-left: -3%;
    }
    
    .swiper-lb li {
    	float: left;
    	color: #162989;
    	font-size: 24px;
    	padding: 15px 7%;
    	border-radius: 30px;
    	margin-left: 3%;
    	border: 1px solid #172a8a;
    	margin-bottom: 30px;
    	cursor: pointer;
    }
    
    .swiper-lb li:hover {
    	color: #fff;
    	background: -webkit-linear-gradient(left, #4255b5, #172a8a);
    	background: -o-linear-gradient(right, #4255b5, #172a8a);
    	background: -moz-linear-gradient(right, #4255b5, #172a8a);
    	background: linear-gradient(to right, #4255b5, #172a8a);
    	border: none;
    	position: relative;
    }
    
    .swiper-lb li.cur {
    	color: #fff;
    	background: -webkit-linear-gradient(left, #4255b5, #172a8a);
    	background: -o-linear-gradient(right, #4255b5, #172a8a);
    	background: -moz-linear-gradient(right, #4255b5, #172a8a);
    	background: linear-gradient(to right, #4255b5, #172a8a);
    	border: none;
    	position: relative;
    }
    
    .swiper-lb li.cur:after {
    	background: url(../images/sjfh.png) no-repeat;
    	background-size: cover;
    	width: 23px;
    	height: 11px;
    	position: absolute;
    	bottom: -11px;
    	left: 50%;
    	margin-left: -11px;
    	display: block;
    	content: "";
    }
    
    .swiper-lb li:hover:after {
    	background: url(../images/sjfh.png) no-repeat;
    	background-size: cover;
    	width: 23px;
    	height: 11px;
    	position: absolute;
    	bottom: -11px;
    	left: 50%;
    	margin-left: -11px;
    	display: block;
    	content: "";
    }
    
    .swiper-lb .list {
    	position: relative;
    }
    
    .swiper-lb .list:after {
    	background: url(../images/la_b.png) no-repeat;
    	background-size: cover;
    	width: 97%;
    	height: 22px;
    	display: block;
    	content: "";
    	position: absolute;
    	bottom: -22px;
    	left: 1.5%;
    }
    
    .swiper-lb .list img {
    	margin: 0 auto;
    	display: block;
    	border-radius: 30px;
    }
    
    .swiper-lb .list .box {
    	position: absolute;
    	background: url(../images/l_bg.png) no-repeat;
    	background-size: cover;
    	width: 100%;
    	bottom: 0;
    	left: 0;
    	padding: 25px 40px;
    	border-radius: 30px;
    	box-sizing: border-box;
    }
    
    .swiper-lb .list .box strong {
    	font-size: 30px;
    	color: #fff;
    	font-weight: bold;
    	display: block;
    	margin-bottom: 20px;
    }
    
    .swiper-lb .list .box p {
    	font-size: 22px;
    	color: #cbd2f4;
    	text-indent: 0;
    	margin: 0 auto;
    	line-height: 1;
    }
    
    .new-cont-l p em {
    	font-size: 20px;
    	color: #05163f;
    	font-weight: bold;
    }
    
    .new-cont-l p.icon-one {
    	background-image: url(../images/icon-newzs-one.png);
    	background-repeat: no-repeat;
    	background-size: 26px;
    	background-position: left 5px;
    	text-indent: 3em;
    }
    
    .new-cont-l p.icon-two {
    	background: url(../images/icon-newzs-two.png) no-repeat left 5px;
    	background-size: 26px;
    	text-indent: 3em;
    }
    
    .new-cont-l p.icon-three {
    	background: url(../images/icon-newzs-three.png) no-repeat left 5px;
    	background-size: 26px;
    	text-indent: 3em;
    }
    
    .new-cont-l p.icon-four {
    	background: url(../images/icon-newzs-fore.png) no-repeat left 5px;
    	background-size: 26px;
    	text-indent: 3em;
    }
    
    .new-cont-l p.icon-five {
    	background: url(../images/icon-newzs-five.png) no-repeat left 3px;
    	background-size: 30px;
    	text-indent: 3em;
    }
    
    .new-cont-l p.icon-six {
    	background: url(../images/icon-newzs-six.png) no-repeat left 3px;
    	background-size: 30px;
    	text-indent: 3em;
    }
    
    .new-cont-l .new-bgys {
    	background: #e6ecfa;
    	border: 1px dashed #b1c3ee;
    	margin-top: 15px;
    	margin-bottom: 15px;
    	padding: 0 30px;
    	box-sizing: border-box;
    	overflow: hidden;
    }
    
    .new-cont-l .new-bgys p.dj {
    	overflow: hidden;
    	padding-right: 45px;
    }
    
    .new-cont-l .new-bgys p.dj a {
    	float: right;
    	position: relative;
    	background: url(../mimages/bgys_c.png) no-repeat;
    	background-size: 100% 100%;
    	font-size: 18px;
    	padding: 8px 40px;
    	color: #fff;
    }
    
    .content_video {
    	text-align: center;
    }
    
    .content_video video {
    	max-width: 750px;
    	width: auto;
    	display: block;
    	margin: 0 auto;
    	width: 100%;
    }
    
    .content_video p {
    	font-size: 16px;
    	background: #8d224e;
    	background: -webkit-linear-gradient(left, #8d224e, #1b2057);
    	background: -o-linear-gradient(right, #8d224e, #1b2057);
    	background: -moz-linear-gradient(right, #8d224e, #1b2057);
    	background: linear-gradient(to right, #8d224e, #1b2057);
    	color: #fff;
    	padding: 10px 60px;
    	margin: 15px auto;
    	display: inline-block;
    	border-radius: 30px;
    	text-indent: 0
    }
    
    .new-cont-l p img {
    	max-width: 100%;
    	height: auto;
    	margin: 0 auto;
    	text-align: center;
    	display: block
    }
    
    .new-cont-l h3,
    .answer-ny h3 {
    	font-size: 26px;
    	color: #05163f;
    	font-weight: bold;
    	position: relative;
    	margin-top: 32px;
    }
    
    .new-cont-l h3:before {
    	display: inline-block;
    	background: url(../images/h_three.png) no-repeat center 0;
    	vertical-align: middle;
    	width: 38px;
    	height: 38px;
    	content: "";
    	background-size: cover;
    }
    
    .new-cont-l p a {
    	color: #e61e37;
    	font-size: 16px;
    	display: inline-block;
    	text-indent: 0;
    	padding: 0 4px;
    }
    
    .new-cont-l p a.cpxqzx {
    	display: inline-block;
    	background: #fa2346;
    	color: #fff;
    	border-top-left-radius: 15px;
    	border-bottom-right-radius: 15px;
    	padding: 0 10px;
    	margin-left: 5px;
    	margin-right: 5px;
    }
    
    .new-cont-l p .span_zixun,
    .answer-jd p .span_zixun {
    	font-size: 18px;
    	color: #fff !important;
    	background: url(../images/a_icon.png) no-repeat;
    	background-size: cover;
    	width: 174px;
    	height: 48px;
    	line-height: 48px;
    	text-align: center;
    	margin: 0 10px;
    	display: inline-block;
    	cursor: pointer;
    	text-indent: 2.5em;
    }
    
    .new-cont-l em {
    	font-size: 20px;
    	color: #e61e37;
    	font-weight: bold;
    }
    
    .prevnext {
    	background: #fff;
    	margin: 35px auto;
    	border: 1px solid #d1ddf9;
    	box-sizing: border-box;
    	-moz-box-shadow: 2px 0 35px rgba(21, 53, 129, 0.2) inset;
    	-webkit-box-shadow: 2px 0 35px rgba(21, 53, 129, 0.2) inset;
    	box-shadow: 2px 0 35px rgba(21, 53, 129, 0.2) inset;
    	border-radius: 10px;
    }
    
    .prevnext .prev {
    	border-bottom: 1px solid #f0f3fa;
    }
    
    .prevnext .box {
    	padding: 30px;
    	overflow: hidden;
    }
    
    .prevnext .box img {
    	float: left;
    	width: 36px;
    	vertical-align: middle;
    	margin-top: -10px;
    }
    
    .prevnext .box .cont {
    	float: left;
    	overflow: hidden;
    	margin-left: 3%;
    	margin-top: -5px;
    }
    
    .prevnext .cont b,
    .prevnext .cont a {
    	font-size: 16px;
    	font-weight: normal;
    	color: #555f7d;
    }
    
    .prevnext .cont .time {
    	font-size: 14px;
    	color: #788291;
    	margin-top: 10px;
    	display: block;
    }
    /* 新闻内页end*/
    /* 留言板 */
    
    .message {
    	background: url(../images/lyb.jpg) no-repeat;
    	position: relative;
    	height: 613px;
    	border-radius: 30px;
    	margin: 40px 0 15px;
    	background-size: cover
    }
    
    .message .pos {
    	position: absolute;
    	top: 50px;
    	width: 60%;
    	left: 37%;
    }
    
    .message .pos strong {
    	display: block;
    	font-size: 26px;
    	color: #fff;
    	font-weight: bold;
    }
    
    .message .pos p {
    	font-size: 16px;
    	color: #fff;
    	margin: 15px auto 25px;
    }
    
    .message .pos .ul {
    	overflow: hidden;
    	margin-left: -5%;
    }
    
    .message .pos .ul li {
    	background: #8d224e;
    	color: #fff;
    	background: -webkit-linear-gradient(left, #8d224e, #1b2057);
    	background: -o-linear-gradient(right, #8d224e, #1b2057);
    	background: -moz-linear-gradient(right, #8d224e, #1b2057);
    	background: linear-gradient(to right, #8d224e, #1b2057);
    	border-top-left-radius: 30px;
    	border-bottom-left-radius: 30px;
    	border-top-right-radius: 30px;
    	position: relative;
    	box-sizing: border-box;
    	margin-left: 5%;
    	float: left;
    	text-align: center;
    	font-size: 20px;
    	padding: 8px 20px;
    }
    
    .message .pos .ul li:before {
    	width: 30px;
    	height: 46px;
    	content: "";
    	display: block;
    	background: rgba(30, 32, 87, 0.4);
    	position: absolute;
    	top: 0;
    	right: -10px;
    	border-top-right-radius: 20px;
    }
    
    .message .pos .ul li:after {
    	width: 40px;
    	height: 46px;
    	content: "";
    	display: block;
    	background: rgba(30, 32, 87, 0.3);
    	position: absolute;
    	top: 0;
    	right: -20px;
    	border-top-right-radius: 20px;
    }
    
    .message form ul {
    	overflow: hidden;
    	margin: 30px 0 20px -3%;
    }
    
    .message form li {
    	float: left;
    	width: 45%;
    	margin-left: 3%;
    }
    
    .message input {
    	border: 1px solid #ccc;
    	padding: 15px 0;
    	font-size: 16px;
    	color: #0e183b;
    	padding-left: 40px;
    	box-sizing: border-box;
    	border-radius: 10px;
    	width: 100%;
    }
    
    input::-webkit-input-placeholder,
    textarea::-webkit-input-placeholder {
    	color: #0e183b;
    }
    
    .message input.text-user {
    	background: url(../images/pic_one.png) no-repeat 3% center #fff;
    	background-size: 25px 25px;
    }
    
    .message input.text-tel {
    	background: url(../images/pic_two.png) no-repeat 3% center #fff;
    	background-size: 25px 25px;
    }
    
    .message textarea {
    	width: 96%;
    	height: 120px;
    	border: 1px solid #ccc;
    	font-size: 16px;
    	line-height: 32px;
    	box-sizing: border-box;
    	padding: 18px 40px;
    	background: url(../images/pic_three.png) no-repeat 1.5% 22px #fff;
    	background-size: 25px 25px;
    	border-radius: 15px;
    }
    
    .message .submit input {
    	text-align: center;
    	background: #ba2f81;
    	background: -webkit-linear-gradient(left, #ba2f81, #2748de);
    	background: -o-linear-gradient(left, #ba2f81, #2748de);
    	background: -moz-linear-gradient(left, #ba2f81, #2748de);
    	background: linear-gradient(left, #ba2f81, #2748de);
    	color: #fff;
    	border-radius: 50px;
    	padding-left: 0;
    	border: 8px solid #27427b;
    	position: absolute;
    	bottom: -25px;
    	width: 55%;
    	left: 20%;
    	font-size: 26px;
    	cursor: pointer;
    }
    
    .message .submit:after {
    	background: url(../images/sub_jt.png) no-repeat;
    	width: 46px;
    	height: 46px;
    	background-size: cover;
    	position: absolute;
    	transform: translate(50%);
    	left: 65%;
    	bottom: -10px;
    	display: block;
    	content: "";
    }
    /* 留言板 */
    /* 相关文章 */
    
    .xg-wz {
    	margin-top: 60px
    }
    
    .xg-wz h4 {
    	font-size: 26px;
    	color: #05163f;
    	text-align: center;
    	font-weight: bold;
    }
    
    .xg-wz h4:before {
    	content: "";
    	display: inline-block;
    	background: url(../images/ic1.png) no-repeat;
    	width: 82px;
    	height: 21px;
    	vertical-align: middle;
    	margin-right: 20px;
    }
    
    .xg-wz h4:after {
    	content: "";
    	display: inline-block;
    	background: url(../images/ic2.png) no-repeat;
    	width: 82px;
    	height: 21px;
    	vertical-align: middle;
    	margin-left: 20px;
    }
    
    .xg-wz ul {
    	margin-left: -5%;
    	margin-top: 15px;
    	padding: 0 20px 20px;
    	box-sizing: border-box;
    }
    
    .xg-wz li {
    	width: 95%;
    	border-bottom: 1px solid #d1ddf9;
    	padding: 15px 0;
    	margin-left: 5%
    }
    
    .xg-wz li .dj {
    	font-size: 22px;
    	color: #05163f;
    	position: relative;
    	padding-left: 30px;
    	overflow: hidden;
    	text-overflow: ellipsis;
    	white-space: nowrap;
    	display: block;
    }
    
    .xg-wz li .dj:before {
    	background: url(../images/xr_sjx.png) no-repeat;
    	content: "";
    	display: inline-block;
    	width: 24px;
    	height: 24px;
    	position: absolute;
    	left: 0;
    	top: 2px;
    }
    
    .xg-wz li.active .box,
    .xg-wz li.active .box-two {
    	display: block
    }
    
    .xg-wz li .box a {
    	display: block;
    	color: #4b556e;
    	font-size: 16px;
    	margin-top: 15px;
    	line-height: 28px;
    	box-sizing: border-box;
    	max-height: 190px;
    }
    
    .xg-wz li .box ul {
    	overflow: hidden;
    	padding: 0;
    	margin-top: 5px;
    	padding-left: 30px;
    	margin-left: -6%;
    }
    
    .xg-wz li .box li {
    	width: 30%;
    	float: left;
    	margin-left: 3%;
    	border-bottom: none;
    	padding: 0;
    }
    
    .xg-wz li .box li img {
    	object-fit: cover;
    	max-height: 180px;
    	width: 100%;
    }
    
    .xg-wz li .box-two {
    	overflow: hidden;
    	margin-top: 15px;
    }
    
    .xg-wz li .box-two .pic {
    	float: left;
    	width: 20.5%;
    }
    
    .xg-wz li .box-two .pic img {
    	object-fit: cover;
    	max-height: 116px;
    	width: 100%;
    }
    
    .xg-wz li .box-two .r {
    	width: 76%;
    	float: left;
    	margin-left: 2%;
    }
    
    .xg-wz li .box-two .ms {
    	position: relative;
    	display: block;
    	font-size: 22px;
    	color: #4b556e;
    	line-height: 32px;
    	overflow: hidden;
    	margin-top: 10px;
    	height: 60px;
    }
    
    .xg-wz li .box-two .shijian {
    	display: block;
    	margin-top: 15px;
    }
    
    .xg-wz li .box-two .shijian p {
    	color: #4b556e;
    	font-size: 16px;
    	float: left;
    }
    
    .xg-wz li:hover .box-two .ms {
    	color: #e61e37;
    }
    
    .xg-wz li .box-two .shijian a {
    	float: right;
    	color: #6b86cf;
    	font-size: 18px;
    	display: block;
    	width: 98px;
    	height: 36px;
    	line-height: 36px;
    	border-radius: 6px;
    	border: 1px dashed;
    	margin-top: -10px;
    	position: relative;
    	padding-left: 20px;
    	box-sizing: border-box;
    	transition: all .6s ease;
    }
    
    .xg-wz li .box-two .shijian a:after {
    	width: 18px;
    	height: 14px;
    	background: url(../images/xg_jt.png) no-repeat;
    	background-size: 100% 100%;
    	content: "";
    	display: block;
    	position: absolute;
    	right: 15px;
    	top: 50%;
    	margin-top: -7px;
    }
    
    .xg-wz li:hover .box-two .shijian a {
    	margin-right: 20px;
    	transition: all .6s ease;
    }
    
    .xg-wz li .bot-tom {
    	margin-top: 20px;
    }
    
    .xg-wz li .bot-tom p {
    	font-size: 16px;
    	color: #4b556e;
    }
    
    .xg-wz li .bot-tom p span {
    	float: right;
    }
    /* 相关文章end*/
    /* 底部介绍 */
    
    .manufacturer {
    	margin-top: 40px;
    	background: url(../images/bottom_bg.png) no-repeat;
    	width: 100%;
    	background-size: cover;
    	text-align: center;
    	padding: 40px 35px;
    	box-sizing: border-box;
    }
    
    .manufacturer strong {
    	color: #fff;
    	font-size: 26px;
    	text-align: center;
    	display: block;
    	margin-bottom: 0.0833rem;
    }
    
    .manufacturer .text {
    	color: #fff;
    	font-size: 16px;
    	position: relative;
    	margin: 20px auto 30px;
    	display: inline-block;
    }
    
    .manufacturer .bot-bg {
    	background: #fff;
    	border-radius: 10px;
    	padding: 25px;
    }
    
    .manufacturer .bot-bg ul {
    	overflow: hidden;
    	border-bottom: 1px dashed #c8d0e6;
    	padding-bottom: 25px;
    }
    
    .manufacturer .bot-bg li {
    	float: left;
    	width: 25%;
    }
    
    .manufacturer .bot-bg li img {
    	max-width: 168px;
    	width: 100%;
    }
    
    .manufacturer .bot-bg .bottom {
    	overflow: hidden;
    	padding-top: 25px;
    }
    
    .manufacturer .bot-bg .bottom .swt {
    	float: left;
    	width: 50%;
    	text-align: center;
    }
    
    .manufacturer .bot-bg .bottom .b-r {
    	float: left;
    	width: 50%;
    	text-align: center;
    	margin-top: 25px;
    }
    
    .bot-bg .bottom .b-r {
    	overflow: hidden;
    }
    
    .bot-bg .bottom .b-r .ewm {
    	float: left;
    	max-width: 85px;
    }
    
    .bot-bg .bottom .b-r .ewm-dh {
    	float: left;
    	overflow: hidden;
    }
    
    .bot-bg .bottom .b-r .ewm-dh p {
    	text-align: left;
    	margin-left: 10px;
    }
    
    .bot-bg .bottom .ewm-dh .one {
    	font-size: 14px;
    	color: #4b556e;
    }
    
    .bot-bg .bottom .ewm-dh .two {
    	font-size: 14px;
    	color: #4b556e;
    	margin-top: 5px;
    }
    
    .bot-bg .bottom .ewm-dh .two span {
    	font-size: 22px;
    	color: #e61e37;
    }
    
    .ques-l .bot-bg .bottom .ewm-dh .one {
    	margin-bottom: 0;
    }
    
    .ques-l .bot-bg .bottom .b-r .ewm-dh p {
    	margin-top: 0
    }
    /* 底部介绍end*/
    /* 新闻内页右边 */
    
    .new-r {
    	float: right;
    	width: 20%;
    	margin-top: -70px
    }
    
    .new-r .r-head {
    	position: relative;
    }
    
    .new-r .r-head .head {
    	background: #05163f;
    	padding: 30px 20px 50px;
    	box-sizing: border-box;
    	position: relative;
    }
    
    .new-r .r-head p {
    	color: #fff;
    	font-size: 14px;
    	text-align: justify;
    	line-height: 28px;
    }
    
    .new-r .r-head .head:before {
    	background: url(../images/r_head_zs.png) no-repeat;
    	width: 14px;
    	height: 41px;
    	display: block;
    	position: absolute;
    	top: 0;
    	left: -14px;
    	content: "";
    }
    
    .new-r .r-head .dh {
    	overflow: hidden;
    	margin-top: 25px;
    }
    
    .new-r .r-head .dh img {
    	float: left;
    	margin-right: 10px
    }
    
    .new-r .r-head .dh .ewm {
    	overflow: hidden;
    }
    
    .new-r .r-head .dh .ewm p {
    	font-size: 14px;
    	color: #fff;
    }
    
    .new-r .r-head .dh .ewm a {
    	font-size: 22px;
    	color: #ffaa00;
    	font-weight: bold;
    }
    
    .new-r .r-head .dh .ewm span {
    	font-size: 22px;
    	color: #ffaa00;
    	font-weight: bold;
    }
    
    .new-r .r-head-kf {
    	position: absolute;
    	bottom: -80px;
    	width: 110%;
    	max-width: 270px;
    	left: -1px;
    }
    
    .new-r .r-head-kf span {
    	font-size: 20px;
    	color: #fff;
    	position: absolute;
    	bottom: 45px;
    	left: 12%;
    }
    
    .new-r .r-head-kf:hover span {
    	color: #ffd580;
    }
    
    .xg-cp {
    	margin-top: 110px
    }
    
    .news-chanpin ul {
    	background: #fff
    }
    
    .xg-cp h4 {
    	color: #fff;
    	font-size: 20px;
    	padding: 14px 0;
    	line-height: 50px;
    	background: url(../images/zs.png) no-repeat center;
    	background-size: 220px 50px;
    	text-align: center;
    	height: 50px;
    	margin: 0 auto -40px;
    	position: relative;
    }
    
    .xg-cp h4 a {
    	color: #fff;
    	font-size: 20px;
    	padding: 14px 0;
    	line-height: 50px
    }
    
    .xg-cp ul {
    	background: #f0f3fa;
    	margin: 0 auto;
    	border: 1px solid #ced4e0;
    	padding: 45px 20px 0;
    	box-sizing: border-box;
    }
    
    .xg-cp ul li {
    	margin-bottom: 5px
    }
    
    .xg-cp ul a {
    	display: block;
    	color: #e61e37;
    	font-size: 16px;
    }
    
    .xg-cp ul li h5 {
    	text-align: center;
    	line-height: 3;
    	font-size: 16px;
    	overflow: hidden;
    	text-overflow: ellipsis;
    	white-space: nowrap;
    }
    
    .xg-cp ul li h5 a {
    	color: #555f7d;
    }
    
    .xg-cp ul li:hover h5 a {
    	color: #e61e37;
    }
    
    .xg-sp .li-box {
    	background: #f0f3fa;
    	margin: 0 auto;
    	border: 1px solid #ced4e0;
    	padding: 45px 20px 0;
    	box-sizing: border-box;
    }
    
    .xg-sp .li-box a {
    	position: relative;
    }
    
    .xg-sp .li-box a .video-play-icon {
    	height: 36px;
    	width: 36px;
    	z-index: 50;
    	position: absolute;
    	top: 50%;
    	left: 50%;
    	margin-top: -18px;
    	margin-left: -18px;
    	border-radius: 50%;
    	background: #fff;
    	opacity: .8;
    }
    
    .xg-sp .li-box a .video-play-icon:after {
    	border-width: 7px 0 7px 12px;
    	margin-left: -5px;
    	margin-top: -7px;
    	content: "";
    	position: absolute;
    	width: 0;
    	height: 0;
    	left: 50%;
    	top: 50%;
    	border-style: solid;
    	border-color: transparent transparent transparent #2f426d;
    }
    
    .xg-sp .li-box h5 {
    	text-align: center;
    	line-height: 3;
    	font-size: 16px;
    	overflow: hidden;
    	text-overflow: ellipsis;
    	white-space: nowrap;
    }
    
    .footer {
    	background: #182133;
    	padding: 20px 0;
    	text-align: center;
    	margin-top: 60px;
    }
    
    .footer p {
    	color: #fff;
    	font-size: 14px;
    }
    
    .footer p a {
    	color: #fff;
    }
    
    .news-chanpin ul {
    	background: #fff;
    }
    /* 新闻内页右边end*/
    /* 产品详情 */
    
    .pro-cont .pro-head-bg {
    	background: #f0f3fa;
    }
    
    .pro-cont .pro-head {
    	overflow: hidden;
    	padding-bottom: 50px;
    	position: relative;
    	margin: 0 auto;
    	max-width: 1920px;
    }
    
    .pro-head .pro-head-l {
    	float: left;
    	max-width: 770px;
    	width: 42%;
    	margin-top: 14px;
    	position: absolute;
    	left: 8%;
    }
    
    .pro-head .pro-head-l .img {
    	width: 93%;
    	max-width: 770px;
    }
    
    .pro-head .pro-head-l ul {
    	overflow: hidden;
    	width: 85%;
    	margin-top: 20px;
    }
    
    .pro-head .pro-head-l li {
    	float: left;
    	width: 33.333%;
    	text-align: center;
    	font-size: 16px;
    	color: #788291;
    }
    
    .pro-head .pro-head-l li span {
    	color: #fff;
    	font-size: 16px;
    	box-sizing: border-box;
    	margin-right: 5px;
    	width: 39px;
    	display: inline-block;
    	text-align: center;
    	background: url(../images/sp_bg.png) no-repeat;
    	background-size: 39px 32px;
    	line-height: 32px;
    	padding-left: 8px;
    }
    
    .pro-head .pro-head-r {
    	float: right;
    	background: #cacaca;
    	background: -webkit-linear-gradient(#cacaca 20%, #232323);
    	background: -o-linear-gradient(#cacaca 20%, #232323);
    	background: -moz-linear-gradient(#cacaca 20%, #232323);
    	background: linear-gradient(#cacaca 20%, #232323);
    	max-width: 1100px;
    	width: 58%;
    	padding: 55px 16% 50px 7%;
    	box-sizing: border-box;
    	border-bottom-left-radius: 50px;
    }
    
    .pro-head-r h1 {
    	font-size: 36px;
    	color: #05163f;
    	font-weight: bold;
    	margin-top: 10px;
    }
    
    .pro-head-r h1:before {
    	background: url(../images/fire.png) no-repeat;
    	display: inline-block;
    	content: "";
    	width: 29px;
    	height: 34px;
    	vertical-align: middle;
    	margin-top: -10px;
    	margin-right: 10px;
    	background-size: cover;
    }
    
    .pro-head-r .tit {
    	font-size: 16px;
    	color: #465174;
    	margin-top: 10px;
    	margin-bottom: 30px
    }
    
    .pro-head-r .tit span {
    	font-size: 16px;
    	color: #e61e37;
    	font-weight: bold
    }
    
    .pro-head-r .pro-sc {
    	background: #f0f3fa;
    	border-radius: 10px;
    	overflow: hidden;
    	padding: 20px 0;
    }
    
    .pro-head-r .pro-sc li {
    	text-align: center;
    	width: 50%;
    	float: left
    }
    
    .pro-head-r .pro-sc li img {
    	width: 48px;
    }
    
    .pro-head-r .pro-sc li span {
    	display: block;
    	font-size: 16px;
    	color: #2b3040;
    	margin: 15px auto 5px;
    }
    
    .pro-head-r .pro-sc li p {
    	font-size: 16px;
    	color: #e61e37;
    	font-weight: bold
    }
    
    .pro-head-r .pro-sc li.first {
    	border-right: 1px solid #dbe0ed;
    	margin-left: -1px
    }
    
    .pro-sc-dt {
    	overflow: hidden;
    	background: #3b4e80;
    	padding: 10px;
    	border-radius: 10px;
    	position: relative;
    	margin-bottom: 20px;
    }
    
    .pro-sc-dt:before {
    	width: 351px;
    	height: 18px;
    	background: url(../images/bc.png) no-repeat;
    	display: block;
    	position: absolute;
    	right: 5px;
    	top: 0;
    	content: "";
    }
    
    .pro-sc-dt:after {
    	width: 351px;
    	height: 18px;
    	background: url(../images/bc_bot.png) no-repeat;
    	display: block;
    	position: absolute;
    	right: 5px;
    	bottom: 0;
    	content: "";
    }
    
    .pro-sc-dt .fl {
    	float: left;
    	border-radius: 10px;
    	background: #f0f3fa;
    	box-sizing: border-box;
    	width: 100%;
    }
    
    .pro-sc-dt .fl .bott {
    	border-bottom: 1px dashed #d7e4ff;
    }
    
    .pro-sc-dt .fl p {
    	padding: 20px 0 20px 10px;
    }
    
    .pro-sc-dt .fl img {
    	width: 36px;
    	vertical-align: middle;
    	margin-top: -3px;
    	margin-right: 5px;
    }
    
    .pro-sc-dt .fl .one {
    	font-size: 16px;
    	color: #2b3040;
    }
    
    .pro-sc-dt .fl .two {
    	font-size: 16px;
    	color: #e61e37;
    	font-weight: bold;
    }
    
    .pro-sc-dt .fr {
    	float: left;
    	width: 52%;
    	margin-left: 3%;
    	margin-top: 10px;
    }
    
    .pro-sc-dt .fr p {
    	color: #d2e1ff;
    	font-size: 14px;
    }
    
    .pro-sc-dt .fr ul {
    	overflow: hidden;
    	margin-top: 10px;
    }
    
    .pro-sc-dt .fr li {
    	float: left;
    	text-align: center;
    	width: 31.33%;
    	margin-right: 2%;
    }
    
    .pro-sc-dt .fr li img {
    	width: 112px;
    	/* height: 74px; */
    	display: block;
    	border-radius: 5px;
    }
    
    .pro-sc-dt .fr li span {
    	color: #d2e1ff;
    	font-size: 14px;
    	display: block;
    	margin-top: 10px;
    }
    
    .pro-sc-dt .fr .pro-head-r .pro-js {
    	margin-top: 15px
    }
    
    .pro-head-r .pro-js p {
    	font-size: 14px;
    	color: #f0f3fa;
    	border-bottom: 1px dashed #27335c;
    	padding: 15px 0;
    }
    
    .pro-head-r .pro-js p a {
    	color: #fff;
    }
    
    .pro-head-r .bottom {
    	overflow: hidden;
    	padding-top: 25px;
    }
    
    .pro-head-r .bottom .swt {
    	float: left;
    	text-align: center;
    	position: relative;
    	width: 46%;
    	max-width: 304px;
    }
    
    .pro-head-r .bottom .swt .hide {
    	display: none;
    }
    
    .pro-head-r .bottom .swt:hover .hide {
    	display: block;
    }
    
    .pro-head-r .bottom .swt:hover .show {
    	display: none;
    }
    
    .pro-head-r .bottom .swt span {
    	font-size: 20px;
    	color: #fff;
    	display: block;
    	position: absolute;
    	top: 50%;
    	margin-top: -12px;
    	left: 50%;
    	margin-left: -15px;
    }
    
    .pro-head-r .bottom .b-r {
    	float: left;
    	width: 50%;
    	text-align: center;
    	margin-top: 25px;
    	padding-left: 40px;
    	box-sizing: border-box;
    }
    
    .pro-head-r .bottom .b-r {
    	overflow: hidden;
    }
    
    .pro-head-r .bottom .b-r .ewm {
    	float: left;
    	max-width: 85px;
    }
    
    .pro-head-r .bottom .b-r .ewm img {
    	display: block;
    	border-radius: 5px;
    }
    
    .pro-head-r .bottom .b-r .ewm-dh {
    	float: left;
    	overflow: hidden;
    }
    
    .pro-head-r .bottom .b-r .ewm-dh p {
    	text-align: left;
    	margin-left: 10px;
    	margin-top: 8px;
    }
    
    .pro-head-r .bottom .ewm-dh .one {
    	font-size: 14px;
    	color: #fff;
    }
    
    .pro-head-r .bottom .ewm-dh .two {
    	font-size: 14px;
    	color: #fff;
    }
    
    .pro-head-r .bottom .ewm-dh .two span {
    	font-size: 22px;
    	color: #e61e37;
    	font-weight: bold;
    }
    
    .pro-nav {
    	margin: 50px auto 30px;
    }
    
    .pro-nav ul {
    	overflow: hidden;
    	border: 1px solid #e8ebf1;
    	padding: 15px 0;
    	box-sizing: border-box;
    	border-radius: 50px;
    	box-sizing: border-box;
    	-moz-box-shadow: 2px 0 20px rgba(21, 53, 129, 0.2) inset;
    	-webkit-box-shadow: 2px 0 20px rgba(21, 53, 129, 0.2) inset;
    	box-shadow: 2px 0 20px rgba(21, 53, 129, 0.2) inset;
    }
    
    .pro-nav ul li {
    	float: left;
    	text-align: center;
    	width: 20%
    }
    
    .pro-nav li a {
    	color: #2b3040;
    	font-size: 18px;
    	border-right: 1px solid #edeff4;
    	display: block;
    }
    
    .pro-nav li:hover a {
    	color: #e61e37;
    }
    
    .pro-nav li.over {
    	border-right: none;
    }
    
    .pro-cont .new-r {
    	margin-top: 0
    }
    
    .pro-cont .xg-cp {
    	margin-top: 25px;
    }
    
    .pro-cont h3 {
    	text-align: center !important;
    	width: 100%;
    	padding-left: 0;
    	margin: 30px 0 20px;
    }
    
    .pro-cont h3:before {
    	width: 82px;
    	height: 21px;
    	content: "";
    	display: inline-block;
    	background: url(../images/ic1.png) no-repeat;
    	position: static;
    	margin-right: 15px;
    }
    
    .pro-cont h3:after {
    	width: 82px;
    	height: 21px;
    	content: "";
    	display: inline-block;
    	background: url(../images/ic2.png) no-repeat;
    	position: static;
    	margin-left: 15px;
    }
    
    .advantage {
    	margin-top: 30px
    }
    
    .advantage li {
    	position: relative;
    	margin-bottom: 15px;
    }
    
    .advantage li strong {
    	color: #fff;
    	font-size: 15px;
    	padding: 7px 20px 7px 0;
    	font-weight: normal;
    	border-radius: 30px;
    	position: relative;
    	padding-left: 40px;
    	background: #84c9b7;
    }
    
    .advantage li strong span {
    	font-size: 18px;
    	width: 40px;
    	height: 40px;
    	display: inline-block;
    	box-sizing: border-box;
    	border-radius: 50%;
    	border: 1px solid #e8ebf1;
    	background: #fff;
    	text-align: center;
    	line-height: 40px;
    	margin-left: -1px;
    	margin-right: 15px;
    	font-weight: bold;
    	position: absolute;
    	top: -7px;
    	left: -5px;
    	color: #333;
    }
    
    .advantage li:first-child strong {
    	background: #84c9b7;
    }
    
    .advantage li:nth-child(2) strong {
    	background: #f25a29;
    }
    
    .advantage li:nth-child(3) strong {
    	background: #27aae2;
    }
    
    .advantage li:nth-child(4) strong {
    	background: #8ec63f;
    }
    
    .advantage li:nth-child(5) strong {
    	background: #697db4;
    }
    
    .advantage li:nth-child(6) strong {
    	background: #84c9b7;
    }
    
    .advantage li:nth-child(7) strong {
    	background: #f25a29;
    }
    
    .advantage li:nth-child(8) strong {
    	background: #27aae2;
    }
    
    .advantage li:nth-child(9) strong {
    	background: #8ec63f;
    }
    
    .advantage li:nth-child(10) strong {
    	background: #697db4;
    }
    
    .advantage li:first-child strong span {
    	background: #fff;
    	color: #84c9b7;
    	border: 1px solid #84c9b7;
    }
    
    .advantage li:nth-child(2) strong span {
    	background: #fff;
    	color: #f25a29;
    	border: 1px solid #f25a29;
    }
    
    .advantage li:nth-child(3) strong span {
    	background: #fff;
    	color: #27aae2;
    	border: 1px solid #27aae2;
    }
    
    .advantage li:nth-child(4) strong span {
    	background: #fff;
    	color: #8ec63f;
    	border: 1px solid #8ec63f;
    }
    
    .advantage li:nth-child(5) strong span {
    	background: #fff;
    	color: #697db4;
    	border: 1px solid #697db4;
    }
    
    .advantage li:nth-child(6) strong span {
    	background: #fff;
    	color: #84c9b7;
    	border: 1px solid #84c9b7;
    }
    
    .advantage li:nth-child(7) strong span {
    	background: #fff;
    	color: #f25a29;
    	border: 1px solid #f25a29;
    }
    
    .advantage li:nth-child(8) strong span {
    	background: #fff;
    	color: #27aae2;
    	border: 1px solid #27aae2;
    }
    
    .advantage li:nth-child(9) strong span {
    	background: #fff;
    	color: #8ec63f;
    	border: 1px solid #8ec63f;
    }
    
    .advantage li:nth-child(10) strong span {
    	background: #fff;
    	color: #697db4;
    	border: 1px solid #697db4;
    }
    
    .dg-cs table {
    	width: 100%
    }
    
    .dg-cs h3 {
    	font-size: 26px;
    	color: #05163f;
    	font-weight: bold;
    }
    
    .dg-cs p {
    	font-size: 16px;
    	color: #555f7d;
    	line-height: 2em;
    	margin-top: 15px;
    	margin-bottom: 15px;
    }
    
    .dg-cs tr {
    	padding: 5px 10px;
    	box-sizing: border-box;
    }
    
    .dg-cs tr td {
    	padding: 15px 0;
    	box-sizing: border-box;
    }
    
    .dg-cs .one-color {
    	background: #8b224d;
    	background: -webkit-linear-gradient(left, #8b224d, #1b2057);
    	background: -o-linear-gradient(right, #8b224d, #1b2057);
    	background: -moz-linear-gradient(right, #8b224d, #1b2057);
    	background: linear-gradient(to right, #8b224d, #1b2057);
    	color: #fff;
    }
    
    .more-list {
    	position: relative;
    	overflow: hidden;
    }
    
    .more-list .cs-two {
    	max-width: 1300px;
    	margin: 0 auto;
    	width: 100%;
    	position: relative;
    	z-index: 10;
    	overflow: hidden;
    }
    
    .more-list .cs-two h3 {
    	font-size: 26px;
    	margin-bottom: 30px;
    	color: #05163f;
    	font-weight: bold;
    }
    
    .more-list .cs-two .list p {
    	font-size: 16px;
    	color: #555f7d;
    	line-height: 2em;
    	margin-top: 15px;
    	margin-bottom: 15px;
    	margin-left: 5%;
    }
    
    .cs-two-bg {
    	background: #fff;
    	overflow: hidden;
    	position: relative;
    }
    
    .more-list .cs-two .list {
    	width: 100%;
    	padding-bottom: 50px;
    	padding-top: 50px;
    	box-sizing: border-box;
    	margin: 0 auto;
    	border: 1px solid #c2cdef;
    }
    
    .more-list .fl {
    	position: relative;
    }
    
    .more-list .fl .cs-kf {
    	position: relative;
    	z-index: 10;
    	cursor: pointer;
    	display: none;
    }
    
    .more-list .fl .cs-kf img {
    	margin-left: -10%;
    	margin-top: 15px;
    }
    
    .more-list .fl .cs-kf span {
    	font-size: 20px;
    	color: #fff;
    	display: block;
    	margin-left: 15%;
    	margin-top: 10px
    }
    
    .more-list .fl ul {
    	margin-bottom: 25px;
    	overflow: hidden;
    	margin-left: -2%;
    }
    
    .more-list .fl ul li {
    	color: #465174;
    	font-size: 16px;
    	padding: 15px 30px;
    	box-sizing: border-box;
    	cursor: pointer;
    	margin-bottom: 25px;
    	border-radius: 30px;
    	display: inline-block;
    	margin-left: 2%;
    	background: #e0e8ff;
    }
    
    .more-list .fl ul li.cur {
    	box-shadow: 0 8px 13px rgba(151, 30, 98, 0.3);
    	background: url(../images/x_bg.png) repeat;
    	padding: 19px 4px;
    }
    
    .more-list .fl ul li.cur span {
    	background: #e0e8ff;
    	padding: 15px 30px;
    	border-radius: 30px;
    }
    
    .more-list table {
    	margin: 0 auto;
    	width: 95%;
    }
    
    .more-list table td {
    	font-size: 14px;
    	padding: 15px 5px;
    	box-sizing: border-box;
    	word-break: break-all;
    }
    
    .cs-two-bg .list .cs-tb {
    	background: url("../images/ys_bg.png") no-repeat;
    	padding: 30px 0;
    	margin-bottom: 40px;
    	border-top-left-radius: 15px;
    	border-top-right-radius: 15px;
    	position: relative;
    }
    
    .cs-two-bg .list .cs-tb:before {
    	background: url(../images/cs_kf.png) no-repeat;
    	background-size: cover;
    	width: 160px;
    	height: 120px;
    	content: "";
    	display: block;
    	position: absolute;
    	top: -35px;
    }
    
    .cs-two-bg .list .cs-tb strong {
    	font-size: 26px;
    	color: #fff;
    	padding-left: 55px;
    	display: block;
    	display: none;
    }
    
    .cs-two-bg .list .cs-tb span {
    	font-size: 16px;
    	color: #fff;
    	display: block;
    	padding-left: 255px;
    }
    
    .cs-two-bg .list .cs-tb a {
    	font-size: 18px;
    	color: #2b3451;
    	background: #e8eeff;
    	padding: 10px 25px;
    	border-radius: 35px;
    	margin-left: 15px;
    	border: 3px solid rgba(0, 0, 0, 0.1);
    }
    /*haowenjing*/
    
    .cs-two-bg .cs-tb {
    	background: url("../images/ys_bg.png") no-repeat;
    	padding: 30px 0;
    	border-top-left-radius: 15px;
    	border-top-right-radius: 15px;
    	position: relative;
    }
    
    .cs-two-bg .cs-tb:before {
    	background: url(../images/cs_kf.png) no-repeat;
    	background-size: cover;
    	width: 160px;
    	height: 120px;
    	content: "";
    	display: block;
    	position: absolute;
    	top: -35px;
    }
    
    .cs-two-bg .cs-tb strong {
    	font-size: 26px;
    	color: #fff;
    	padding-left: 55px;
    	display: block;
    	display: none;
    }
    
    .cs-two-bg .cs-tb span {
    	font-size: 16px;
    	color: #fff;
    	display: block;
    	padding-left: 228px;
    	/* margin-top: 14px; */
    }
    
    .cs-two-bg .cs-tb a {
    	font-size: 18px;
    	color: #2b3451;
    	background: #e8eeff;
    	padding: 10px 25px;
    	border-radius: 35px;
    	border: 3px solid rgba(0, 0, 0, 0.1);
    	display: inline-block;
    }
    /*haowenjing*/
    
    .dn {
    	display: none;
    }
    
    .new-cont-l table td {
    	box-sizing: border-box;
    	word-break: break-all;
    	padding: 10px 0;
    	min-width: 68px;
    }
    
    .pro-xg-wz {
    	margin-top: 0;
    	border: 1px solid #f0f3fa;
    }
    
    .pro-xg-wz .xg_tit {
    	overflow: hidden;
    	background: #f0f3fa;
    }
    
    .pro-xg-wz .xg_tit h4 {
    	color: #05163f;
    	font-weight: bold;
    	font-size: 20px;
    	float: left;
    	padding: 10px 20px;
    	background: #fff;
    	border-top-right-radius: 15px;
    }
    
    .pro-xg-wz .xg_tit h4 a {
    	color: #05163f;
    	font-weight: bold;
    	font-size: 20px;
    	float: left;
    	padding: 10px 0;
    	background: #fff;
    	border-top-right-radius: 15px;
    	padding-right: 10px
    }
    
    .pro-xg-wz .xg_tit h4:before,
    .pro-xg-wz .xg_tit h4:after {
    	display: none
    }
    
    .pro-xg-wz .xg_tit span {
    	float: right;
    	padding: 10px 0;
    }
    
    .pro-xg-wz .xg_tit span a {
    	font-size: 16px;
    	color: #4b556e;
    	display: block;
    	margin-top: 3px;
    	padding-right: 20px;
    }
    
    .xg-al {
    	margin: 70px auto 40px;
    }
    
    .xg-al h4 {
    	text-align: center;
    	width: 100%;
    	margin: 20px 0;
    	font-weight: bold;
    	font-size: 26px;
    	color: #05163f;
    }
    
    .xg-al h4 a {
    	font-weight: bold;
    	font-size: 26px;
    	color: #05163f;
    }
    
    .xg-al h4:before {
    	width: 82px;
    	height: 21px;
    	content: "";
    	display: inline-block;
    	background: url(../images/ic1.png) no-repeat;
    	position: static;
    	margin-right: 15px;
    }
    
    .xg-al h4:after {
    	width: 82px;
    	height: 21px;
    	content: "";
    	display: inline-block;
    	background: url(../images/ic2.png) no-repeat;
    	position: static;
    	margin-left: 15px;
    }
    
    .xg-al ul {
    	overflow: hidden;
    	margin-left: 0%;
    }
    
    .xg-al li {
    	overflow: hidden;
    	float: left;
    	width: 25%;
    	margin-left: 2%;
    	margin-bottom: 30px;
    }
    
    .xg-al li .al-img {
    	width: 50%;
    	float: left;
    	margin-right: 3%;
    }
    
    .xg-al li .al-img img {
    	width: 100%;
    	border-radius: 10px
    }
    
    .xg-al li .al-r {
    	width: 45%;
    	float: left;
    }
    
    .xg-al li .al-r h5 {
    	margin-bottom: 30px
    }
    
    .xg-al li .al-r h5 a {
    	font-size: 18px;
    	color: #2b3040;
    	font-weight: bold;
    	line-height: 32px;
    }
    
    .xg-al li .al-r p {
    	font-size: 16px;
    	color: #555f7d;
    	margin-top: 10px;
    }
    
    .xg-al li .al-r p span {
    	color: #e61e37;
    }
    
    .xg-al li .al-r img {
    	width: 24px;
    	vertical-align: middle;
    	margin-top: -3px;
    	margin-right: 10px
    }
    
    .more-tj {
    	margin-top: 30px;
    }
    
    .more-tj h4 {
    	color: #fff;
    	font-size: 20px;
    	padding: 14px 0;
    	line-height: 50px;
    	background: url(../images/zs.png) no-repeat center;
    	background-size: 220px 50px;
    	text-align: center;
    	height: 50px;
    	margin: 0 auto -40px;
    	position: relative;
    }
    
    .more-tj h4 a {
    	color: #fff;
    	font-size: 20px;
    	padding: 14px 0;
    	line-height: 50px;
    }
    
    .more-tj ul {
    	background: #f0f3fa;
    	border: 1px solid #ced4e0;
    	padding: 50px 20px 10px;
    	margin: 0 auto;
    }
    
    .more-tj li {
    	background: #fff;
    	border: 1px solid #e8ebf1;
    	-moz-box-shadow: 2px 0 15px rgba(21, 53, 129, 0.2) inset;
    	-webkit-box-shadow: 2px 0 15px rgba(21, 53, 129, 0.2) inset;
    	box-shadow: 2px 0 15px rgba(21, 53, 129, 0.2) inset;
    	padding: 15px 0;
    	text-align: center;
    	border-radius: 10px;
    	margin-bottom: 15px;
    }
    
    .more-tj li a {
    	font-size: 16px;
    	color: #555f7d;
    }
    
    .more-tj li:hover {
    	-moz-box-shadow: 2px 0 15px rgba(230, 30, 55, 0.2) inset;
    	-webkit-box-shadow: 2px 0 15px rgba(230, 30, 55, 0.2) inset;
    	box-shadow: 2px 0 15px rgba(230, 30, 55, 0.2) inset;
    }
    
    .more-tj li:hover a {
    	color: #e61e37;
    }
    /* 产品详情end*/
    /* 产品中心 */
    
    .banner {
    	width: 100%;
    	position: relative;
    	overflow: hidden;
    }
    
    .banner .img {
    	width: 100%;
    }
    
    .pro-list {
    	padding: 90px 0 50px;
    	position: relative;
    }
    
    .pro-list-bg {
    	background: #f0f3fa;
    }
    
    .pro-list-zero:before {
    	position: absolute;
    	top: 40px;
    	left: -40px;
    	display: block;
    	background: url(../images/zero.png) no-repeat;
    	width: 77px;
    	height: 104px;
    	content: "";
    }
    
    .pro-list .list-two:after,
    .pro-list .list-four:after,
    .pro-list .list-six:after {
    	position: absolute;
    	top: -50px;
    	left: -40px;
    	display: block;
    	background: url(../images/zero.png) no-repeat;
    	width: 77px;
    	height: 104px;
    	content: "";
    }
    
    .pro-list .list-l {
    	border-top-right-radius: 25px;
    	float: left;
    	width: 23%;
    	margin-right: 4%;
    	padding: 85px 30px 0;
    	box-sizing: border-box;
    	position: relative;
    	height: 582px;
    }
    
    .pro-list .list-one {
    	background: url(../images/pro_bg01.jpg) no-repeat;
    	background-size: cover;
    }
    
    .pro-list .list-one:before {
    	position: absolute;
    	top: -50px;
    	display: block;
    	background: url(../images/num_one.png) no-repeat;
    	width: 54px;
    	height: 101px;
    	content: "";
    }
    
    .pro-list .list-two {
    	background: url(../images/pro_bg02.jpg) no-repeat;
    	background-size: cover;
    }
    
    .pro-list .list-two:before {
    	position: absolute;
    	top: -50px;
    	display: block;
    	background: url(../images/num_two.png) no-repeat;
    	width: 72px;
    	height: 101px;
    	content: "";
    }
    
    .pro-list .list-three {
    	background: url(../images/pro_bg03.jpg) no-repeat;
    	background-size: cover;
    }
    
    .pro-list .list-three:before {
    	position: absolute;
    	top: -50px;
    	display: block;
    	background: url(../images/num_three.png) no-repeat;
    	width: 75px;
    	height: 101px;
    	content: "";
    }
    
    .pro-list .list-four {
    	background: url(../images/pro_bg04.jpg) no-repeat;
    	background-size: cover;
    }
    
    .pro-list .list-four:before {
    	position: absolute;
    	top: -50px;
    	display: block;
    	background: url(../images/num_four.png) no-repeat;
    	width: 81px;
    	height: 101px;
    	content: "";
    }
    
    .pro-list .list-five {
    	background: url(../images/pro_bg05.jpg) no-repeat;
    	background-size: cover;
    }
    
    .pro-list .list-five:before {
    	position: absolute;
    	top: -50px;
    	display: block;
    	background: url(../images/num_five.png) no-repeat;
    	width: 77px;
    	height: 101px;
    	content: "";
    }
    
    .pro-list .list-six {
    	background: url(../images/pro_bg06.jpg) no-repeat;
    	background-size: cover;
    }
    
    .pro-list .list-six:before {
    	position: absolute;
    	top: -50px;
    	display: block;
    	background: url(../images/num_six.png) no-repeat;
    	width: 76px;
    	height: 101px;
    	content: "";
    }
    
    .pro-list .list-l h2 {
    	margin-bottom: 40px;
    	display: inline-block;
    }
    
    .pro-list .list-l h2 a {
    	font-size: 32px;
    	color: #fff;
    	font-weight: bold;
    }
    
    .pro-list .list-l .tedian {
    	background: url(../images/tb.png) no-repeat;
    	width: 67px;
    	height: 28px;
    	background-size: cover;
    	line-height: 30px;
    	font-size: 16px;
    	display: inline-block;
    	color: #fff;
    	text-align: center;
    	margin-left: 15px;
    	padding-left: 5px;
    	box-sizing: border-box;
    }
    
    .pro-list .list-l p {
    	font-size: 16px;
    	color: #fff;
    	line-height: 30px;
    }
    
    .pro-list .list-l .more {
    	margin-top: 40px;
    }
    
    .pro-list .list-l .more a {
    	font-size: 16px;
    	color: #fff;
    	border: 1px solid #05163f;
    	padding: 14px 32px;
    	box-sizing: border-box;
    	display: inline-block
    }
    
    .pro-list .list-l .more:hover a {
    	background: #05163f
    }
    
    .pro-list .list-l .more img {
    	vertical-align: middle;
    	margin-top: -3px;
    	margin-left: 5px
    }
    
    .pro-list ul {
    	float: left;
    	width: 77%;
    	margin-left: -4%;
    	margin-top: -35px
    }
    
    .pro-list ul li {
    	float: left;
    	width: 29.333%;
    	margin-left: 4%;
    	margin-top: 40px;
    	position: relative;
    }
    
    .pro-list ul li .pic {
    	display: block;
    	position: relative;
    	padding-top: 75%;
    }
    
    .pro-list li .pic img {
    	display: block;
    	width: 100%;
    	border-bottom-left-radius: 20px;
    	position: absolute;
    	top: 0;
    	left: 0;
    }
    
    .pro-list li .pro-name {
    	background: #05163f;
    	overflow: hidden;
    	padding: 25px 0 5px 20px;
    	margin-top: -20px;
    }
    
    .pro-list li .pro-name:before {
    	display: block;
    	background: url(../images/dian.png) no-repeat;
    	background-size: cover;
    	content: "";
    	width: 34px;
    	height: 34px;
    	position: absolute;
    	left: 10px;
    	bottom: 7px;
    }
    
    .pro-list .pro-name h3 {
    	float: left;
    	line-height: 38px;
    	width: 70%
    }
    
    .pro-list .pro-name h3 a {
    	color: #fff;
    	font-weight: bold;
    	font-size: 16px;
    	display: block;
    	overflow: hidden;
    	text-overflow: ellipsis;
    	white-space: nowrap;
    }
    
    .pro-list ul li:hover h3 a {
    	color: #e61e37;
    }
    
    .pro-list .pro-name .look {
    	float: right;
    	margin-right: 20px;
    }
    /* 产品中心 */
    /* 产品列表 */
    
    .list-pro {
    	background: #05163f;
    	padding: 35px 0;
    }
    
    .list-pro li {
    	float: left;
    	width: 16.666%;
    	text-align: center;
    	position: relative;
    }
    
    .list-pro li img {
    	display: block;
    	margin: 0 auto;
    }
    
    .list-pro li .name {
    	font-size: 18px;
    	color: #fff;
    	font-weight: bold;
    	margin-top: 25px;
    	display: block
    }
    
    .list-pro li:hover .name {
    	color: #e61e37;
    }
    
    .list-pro li.active:after {
    	border-width: 25px 25px 0;
    	border-style: solid;
    	border-color: #05163f transparent transparent;
    	position: absolute;
    	bottom: -60px;
    	left: 50%;
    	transform: translate(-50%, 0);
    	content: "";
    	display: block;
    }
    
    .list-pro li.active a {
    	color: #e61e37;
    }
    
    .list-pro li .name:before {
    	content: "";
    	display: inline-block;
    	background: url(../images/fy.png) no-repeat;
    	width: 46px;
    	height: 18px;
    	vertical-align: middle;
    	margin-right: 10px;
    	background-size: cover;
    }
    
    .list-pro li .name:after {
    	content: "";
    	display: inline-block;
    	background: url(../images/fr.png) no-repeat;
    	width: 46px;
    	height: 18px;
    	vertical-align: middle;
    	margin-left: 10px;
    	background-size: cover;
    }
    
    .list-pro-cl {
    	margin: 50px auto;
    }
    
    .list-pro-cl ul {
    	margin-left: -3%;
    	margin-top: -35px
    }
    
    .list-pro-cl ul li {
    	float: left;
    	width: 22%;
    	margin-left: 3%;
    	margin-top: 35px;
    	position: relative;
    }
    
    .list-pro-cl li .pic img {
    	display: block;
    	width: 100%;
    	border-bottom-left-radius: 20px;
    	transition: all .6s ease;
    }
    
    .list-pro-cl li .pic:hover img {
    	transform: scale(1.1, 1.1);
    	-ms-transform: scale(1.1, 1.1);
    	-moz-transform: scale(1.1, 1.1);
    	-webkit-transform: scale(1.1, 1.1);
    	-o-transform: scale(1.1, 1.1);
    	-moz-transition: all .6s ease;
    	-ms-transition: all .6s ease;
    	-o-transition: all .6s ease;
    	-webkit-transition: all .6s ease;
    	transition: all .6s ease;
    }
    
    .list-pro-cl li .pro-name {
    	background: #2446a0;
    	overflow: hidden;
    	padding: 25px 0 5px 30px;
    	margin-top: -20px;
    }
    
    .list-pro-cl li .pro-name:before {
    	display: block;
    	background: url(../images/dian.png) no-repeat;
    	background-size: cover;
    	content: "";
    	width: 34px;
    	height: 34px;
    	position: absolute;
    	left: 10px;
    	bottom: 7px;
    }
    
    .list-pro-cl .pro-name h3 {
    	float: left;
    	line-height: 38px;
    	width: 75%;
    }
    
    .list-pro-cl .pro-name h3 a {
    	color: #fff;
    	font-weight: bold;
    	font-size: 18px;
    	width: 100%;
    	display: block;
    	overflow: hidden;
    	text-overflow: ellipsis;
    	white-space: nowrap
    }
    
    .list-pro-cl ul li:hover h3 a {
    	color: #fff;
    }
    
    .list-pro-cl .pro-name .look {
    	float: right;
    	margin-right: 20px;
    }
    
    .list-pro-cl ul li .pic {
    	text-align: center;
    	display: block;
    	margin: 0 auto;
    	overflow: hidden;
    	position: relative;
    	padding-top: 75%;
    }
    
    .list-pro-cl ul li .pic img {
    	position: absolute;
    	left: 0;
    	top: 0;
    	width: 100%;
    	height: auto;
    	display: block;
    }
    
    .list-pro-cl h2 {
    	font-size: 38px;
    	color: #05163f;
    	text-align: center;
    	font-weight: bold;
    	margin-top: -50px;
    }
    
    .list-pro-cl h2 img {
    	display: inline-block;
    	margin-left: -35px;
    	width: 30px;
    	height: 30px;
    	margin-top: -10px;
    }
    
    .list-pro-cl .tit {
    	text-align: center;
    	font-size: 18px;
    	color: #555f7d;
    	margin-top: 20px;
    	margin-bottom: 40px;
    }
    /* 产品列表end*/
    /* 视频列表 */
    
    .list-video-cl ul {
    	margin-left: -3%;
    }
    
    .list-video-cl ul li {
    	float: left;
    	width: 30.333%;
    	margin-left: 3%;
    	margin-top: 40px;
    	position: relative;
    }
    
    .list-video-cl ul li .video-time {
    	position: absolute;
    	right: 0;
    	top: 0;
    	background: rgba(38, 57, 88, 0.8);
    	height: 20px;
    	padding: 5px 12px;
    	color: #fff;
    	font-size: 14px;
    }
    
    .list-ptop ul li .pic {
    	position: relative;
    	overflow: hidden;
    	padding-top: 56.5%;
    }
    
    .list-ptop ul li .pic img {
    	width: 100%;
    	position: absolute;
    	left: 0;
    	top: 0;
    	display: block;
    }
    /* 视频列表end*/
    /* 视频中心 */
    
    .banner .box {
    	position: absolute;
    	left: 16%;
    	top: 80px;
    	width: 100%;
    	max-width: 1300px
    }
    
    .banner .box strong {
    	margin-top: -45px;
    	margin-bottom: 20px;
    	padding-left: 25px;
    	display: block;
    	font-size: 38px;
    	font-weight: bold;
    	color: #fff;
    }
    
    .banner .box strong img {
    	margin-right: 10px;
    }
    
    .banner .box p {
    	font-size: 18px;
    	color: #7ea8e5;
    	line-height: 32px;
    	font-family: "regular"
    }
    
    .new-lb {
    	margin-top: 40px;
    }
    
    .new-lb a {
    	font-size: 18px;
    	color: #fff;
    	padding: 10px 40px;
    	border: 1px solid #fff;
    	margin-right: 15px;
    }
    
    .new-lb a:hover {
    	border: 1px solid #05163f;
    	background: #05163f
    }
    
    .new-lb a.hover {
    	background: #e61e37;
    	border: 1px solid #e61e37;
    }
    
    .list-video-cl .list-video-bt {
    	overflow: hidden;
    	margin-bottom: 20px;
    }
    
    .list-video-bt .left {
    	float: left;
    	overflow: hidden;
    	width: 80%;
    }
    
    .list-video-bt .left .tb {
    	float: left;
    }
    
    .list-video-bt .left .xq {
    	float: left;
    	margin-left: 40px;
    	margin-top: 15px;
    }
    
    .list-video-bt .left .xq .box {
    	position: relative;
    	overflow: hidden;
    }
    
    .list-video-bt .left .xq h2 {
    	text-align: left;
    	margin-top: 0;
    	display: block;
    	float: left;
    }
    
    .list-video-bt .left .xq span {
    	display: block;
    	float: left;
    	background: #8d224e;
    	background: -webkit-linear-gradient(left, #8d224e, #1b2057);
    	background: -o-linear-gradient(right, #8d224e, #1b2057);
    	background: -moz-linear-gradient(right, #8d224e, #1b2057);
    	background: linear-gradient(to right, #8d224e, #1b2057);
    	color: #fff;
    	text-align: center;
    	padding: 5px 15px;
    	border-radius: 5px;
    	margin-top: 10px;
    	margin-left: 10px;
    	box-sizing: border-box;
    	position: relative;
    }
    
    .list-video-bt .left .xq span:before {
    	width: 0;
    	height: 0;
    	border-right: 10px solid #8d224e;
    	border-top: 7px solid transparent;
    	border-bottom: 7px solid transparent;
    	position: absolute;
    	content: "";
    	display: block;
    	left: -10px;
    	top: 8px;
    }
    
    .list-video-bt .left .xq p {
    	font-size: 16px;
    	color: #4b556e;
    	margin-top: 10px;
    }
    
    .list-video-cl .list-video-bt .right {
    	float: right;
    	margin-top: 40px;
    	box-sizing: border-box;
    }
    
    .list-video-cl .list-video-bt .right a {
    	font-size: 16px;
    	color: #4b556e;
    	padding: 10px 30px;
    	border: 1px solid #4b556e;
    	border-radius: 30px;
    	display: block;
    	box-sizing: border-box;
    }
    
    .list-video-cl .list-video-bt .right a img {
    	vertical-align: middle;
    	margin-top: -3px;
    	margin-left: 10px
    }
    /* 视频中心end*/
    /* 视频内页 */
    
    .video-head {
    	padding: 30px 0 60px;
    	background: #adbbe1;
    	background: -webkit-linear-gradient(#adbbe1, #0d173a);
    	background: -o-linear-gradient(#adbbe1, #0d173a);
    	background: -moz-linear-gradient(#adbbe1, #0d173a);
    	background: linear-gradient(#adbbe1, #0d173a);
    	margin-bottom: 35px;
    }
    
    .video-head .left {
    	width: 71%;
    	float: left;
    }
    
    .video-head h1 {
    	font-size: 34px;
    	color: #05163f;
    	font-weight: bold
    }
    
    .video-head h1:before {
    	background: url(../images/fire.png) no-repeat;
    	display: inline-block;
    	content: "";
    	width: 29px;
    	height: 34px;
    	vertical-align: middle;
    	margin-top: -10px;
    	margin-right: 10px;
    	background-size: cover;
    }
    
    .video-head .left .rideo {
    	font-size: 16px;
    	color: #465174;
    	background: rgba(176, 186, 217, 0.7);
    	display: inline-block;
    	padding: 5px 15px;
    	box-sizing: border-box;
    	margin: 15px auto 20px;
    	border-radius: 5px
    }
    
    .video-head .left .rideo img {
    	vertical-align: middle;
    	margin-top: -3px;
    	margin-right: 5px
    }
    
    .video-head .left .rideo span {
    	color: #e61e37;
    	font-size: 16px;
    }
    
    .video-head .left video {
    	width: 100%;
    }
    
    .video-head .left .container {
    	overflow: hidden;
    	margin-top: 20px
    }
    
    .video-head .left .container p {
    	float: left;
    	font-size: 14px;
    	color: #7aa3cc;
    	margin-right: 30px;
    }
    
    .video-head .left .container p span {
    	font-size: 14px;
    	color: #cce5ff;
    }
    
    .video-head .left .container p img {
    	vertical-align: middle;
    	margin-top: -3px;
    	margin-right: 15px;
    }
    
    .video-head .right {
    	float: right;
    	width: 22%;
    	padding-bottom: 50px;
    }
    
    .video-head .right .tou {
    	padding-bottom: 60px;
    	background-color: #f0f3fa
    }
    
    .video-head .right ul {
    	position: relative;
    	padding: 10px;
    	background-color: #f0f3fa;
    	overflow: hidden;
    	height: 290px;
    	overflow-y: scroll;
    }
    
    .video-head .right ul::-webkit-scrollbar {
    	width: 10px;
    	height: 1px;
    }
    
    .video-head .right ul::-webkit-scrollbar-thumb {
    	border-radius: 5px;
    	box-shadow: inset 0 0 1px #f3f3f3;
    	background: #828ba4;
    }
    
    .video-head .right ul::-webkit-scrollbar-track {
    	box-shadow: inset 0 0 2px #ccc;
    	border-radius: 0;
    	background: #4b556e;
    }
    
    .video-head .right ul li {
    	width: 100%;
    	padding: 0 0 15px;
    	overflow: hidden;
    	vertical-align: top;
    	cursor: pointer;
    }
    
    .video-head .right li .li-left {
    	display: block;
    	float: left;
    	margin-right: 4%;
    	width: 42%;
    	position: relative;
    }
    
    .video-head .right li .li-left img {
    	display: block;
    	width: 100%;
    }
    
    .video-head .right li .li-left .time {
    	position: absolute;
    	right: 0;
    	bottom: 0;
    	background: none repeat scroll 0 0 rgba(75, 85, 110, 0.8);
    	height: 20px;
    	line-height: 20px;
    	color: #fff;
    	font-size: 12px
    }
    
    .video-head .right li .li-left .time span {
    	cursor: pointer;
    	padding: 0 5px;
    }
    
    .video-head .right li .con-right {
    	color: #666;
    	float: left;
    	position: relative;
    	width: 54%;
    	font-size: 12px;
    }
    
    .video-head .right li .con-right h3 {
    	line-height: 18px;
    	font-size: 15px;
    	height: 40px;
    	overflow: hidden;
    }
    
    .video-head .right li .con-right h3 a {
    	color: #555f7d;
    	font-size: 14px;
    	display: block;
    	display: -webkit-box;
    	-webkit-box-orient: vertical;
    	-webkit-line-clamp: 2;
    	overflow: hidden;
    }
    
    .video-head .right .con-right h3 a:hover {
    	color: #df1515;
    }
    
    .video-head .right .con-right p {
    	display: inline-block;
    	vertical-align: middle;
    	width: 20px;
    	height: 16px;
    	margin-right: 5px;
    	cursor: pointer;
    	background: url(../images/playIco.png) no-repeat;
    	padding-left: 25px
    }
    
    .video-head .right .r-head {
    	position: relative;
    	float: right;
    	width: 94.25%;
    }
    
    .video-head .right .r-head .head {
    	background: #05163f;
    	padding: 30px 20px 50px;
    	margin-top: -40px;
    	box-sizing: border-box;
    	position: relative;
    }
    
    .video-head .right .r-head p {
    	color: #fff;
    	font-size: 14px;
    	text-align: justify;
    	line-height: 28px;
    }
    
    .video-head .right .r-head .head:before {
    	background: url(../images/r_head_zs.png) no-repeat;
    	width: 14px;
    	height: 41px;
    	display: block;
    	position: absolute;
    	top: 0;
    	left: -14px;
    	content: "";
    }
    
    .video-head .right .r-head .dh {
    	overflow: hidden;
    	margin-top: 25px;
    }
    
    .video-head .right .r-head .dh img {
    	float: left;
    	margin-right: 10px
    }
    
    .video-head .right .r-head .dh .ewm {
    	overflow: hidden;
    }
    
    .video-head .right .r-head .dh .ewm p {
    	font-size: 16px;
    	color: #fff;
    }
    
    .video-head .right .r-head .dh .ewm a {
    	font-size: 26px;
    	color: #ffaa00;
    	font-weight: bold;
    }
    
    .video-head .right .r-head .dh .ewm span {
    	font-size: 26px;
    	color: #ffaa00;
    	font-weight: bold;
    }
    
    .video-head .right .r-head-kf {
    	position: absolute;
    	bottom: -80px;
    	width: 110%;
    	max-width: 270px
    }
    
    .video-head .right .r-head-kf span {
    	font-size: 20px;
    	color: #fff;
    	position: absolute;
    	bottom: 45px;
    	left: 12%;
    }
    
    .video-head .right .r-head-kf:hover span {
    	color: #ffd580;
    }
    
    .hot-video {
    	background: #fff;
    	margin: 60px auto 0;
    }
    
    .hot-video h4 {
    	text-align: center;
    	width: 100%;
    	margin: 20px auto 10px;
    	font-weight: bold;
    	font-size: 26px;
    	color: #05163f;
    }
    
    .hot-video h4 a {
    	font-weight: bold;
    	font-size: 26px;
    	color: #05163f;
    }
    
    .hot-video h4:before {
    	width: 82px;
    	height: 21px;
    	content: "";
    	display: inline-block;
    	background: url(../images/ic1.png) no-repeat;
    	position: static;
    	margin-right: 15px;
    }
    
    .hot-video h4:after {
    	width: 82px;
    	height: 21px;
    	content: "";
    	display: inline-block;
    	background: url(../images/ic2.png) no-repeat;
    	position: static;
    	margin-left: 15px;
    }
    
    .hot-video ul li {
    	border-bottom: 1px dotted #ccc;
    	padding-bottom: 20px;
    	padding-top: 20px;
    }
    
    .hot-video ul li .play-nums {
    	color: #788291;
    }
    
    .hot-video .item-dh {
    	overflow: hidden;
    }
    
    .hot-video .item-dh .leftpic {
    	position: relative;
    	margin-right: 15px;
    	float: left;
    	max-width: 240px;
    }
    
    .hot-video .item-dh .leftpic a {
    	display: block;
    	width: 100%;
    	height: 100%;
    }
    
    .hot-video .item-dh .leftpic a img {
    	display: block;
    	width: 100%;
    	height: 100%;
    	border-radius: 15px;
    }
    
    .hot-video .item-dh .leftpic a span {
    	color: #fff;
    	width: 28px;
    	height: 28px;
    	font-weight: normal !important;
    	text-indent: 6px;
    	border-radius: 2px;
    	background: url(../images/numb.png) no-repeat;
    	background-size: 100% 100%;
    	position: absolute;
    	left: 10px;
    	top: 10px;
    	font-size: 18px;
    }
    
    .hot-video .item-dh .right-txt {
    	float: left;
    }
    
    .hot-video .item-dh a {
    	font-size: 20px;
    	color: #4b556e;
    	font-weight: bold;
    	overflow: hidden;
    	white-space: nowrap;
    	text-overflow: ellipsis;
    	display: block
    }
    
    .hot-video .right-txt .play-rank-nums {
    	font-size: 16px;
    	color: #788291;
    	display: block;
    	margin: 20px auto;
    }
    
    .hot-video .right-txt .play-rank-nums img {
    	width: 18px;
    	margin-right: 10px;
    	vertical-align: middle;
    	margin-top: -8px;
    }
    
    .hot-video .text-overflow a {
    	font-size: 16px;
    	color: #788291;
    }
    
    .hot-video .text-overflow a img {
    	vertical-align: middle;
    	margin-top: -3px;
    	margin-left: 5px
    }
    
    .hot-video .item-hid {
    	overflow: hidden
    }
    
    .hot-video .item-hid p {
    	overflow: hidden;
    	white-space: nowrap;
    	text-overflow: ellipsis;
    	display: block;
    	width: 70%;
    	float: left;
    }
    
    .hot-video .item-hid a {
    	font-size: 16px;
    	color: #4b556e;
    	margin-left: 5px
    }
    
    .hot-video .item-hid .num {
    	color: #fff;
    	display: inline-block;
    	width: 28px;
    	height: 28px;
    	text-indent: 0.0833rem;
    	border-radius: 2px;
    	background: url(../images/numb.png) no-repeat;
    	background-size: 100% 100%;
    	font-size: 18px;
    	text-indent: 7px
    }
    
    .hot-video .item-hid .play-nums {
    	color: #788291;
    	float: right;
    	font-size: 16px;
    }
    
    .hot-video .item-hid .play-nums img {
    	width: 18px;
    	margin-right: 10px;
    	vertical-align: middle;
    	margin-top: -8px;
    }
    /* 视频内页end*/
    /* 解决方案 */
    
    .banner .box form {
    	margin-top: 35px
    }
    
    .banner .box form ul {
    	margin-left: -1%;
    	overflow: hidden;
    	width: 85%;
    	float: left
    }
    
    .banner .box form .btn {
    	margin-left: 0;
    	padding: 0;
    	float: left;
    	line-height: 48px;
    	height: 48px;
    }
    
    .banner .box form li {
    	background: #fff;
    	border-radius: 10px;
    	width: 23.5%;
    	margin-left: 1%;
    }
    
    .banner .box select,
    .banner .box form li input {
    	font-size: 14px;
    	border: none;
    	width: auto;
    	height: 48px;
    	padding: 0 20px;
    }
    
    .banner .box select {
    	width: 100%;
    	line-height: 42px;
    	-webkit-appearance: none；
    }
    
    .banner .box form li input {
    	width: 80%;
    }
    
    .list-pro-cl li .box-m {
    	box-sizing: border-box;
    	-moz-box-shadow: 2px 0 35px rgba(21, 53, 129, 0.2) inset;
    	-webkit-box-shadow: 2px 0 35px rgba(21, 53, 129, 0.2) inset;
    	box-shadow: 2px 0 35px rgba(21, 53, 129, 0.2) inset;
    	background: #fff;
    	overflow: hidden;
    	padding: 20px 20px 10px 30px;
    	box-sizing: border-box;
    }
    
    .list-pro-cl li .box-m .m-l {
    	float: left;
    	width: 85%;
    }
    
    .list-pro-cl li .box-m .m-l p {
    	font-size: 14px;
    	color: #4b556e;
    	margin-bottom: 10px;
    	overflow: hidden;
    	text-overflow: ellipsis;
    	white-space: nowrap
    }
    
    .list-pro-cl li .box-m .m-l p img {
    	width: 18px;
    	vertical-align: middle;
    	margin-top: -3px;
    	margin-right: 10px;
    }
    
    .list-pro-cl li .box-m .m-l p span {
    	font-size: 14px;
    	color: #e61e37;
    }
    
    .list-pro-cl li .box-m .m-r {
    	float: right;
    }
    
    .list-pro-cl li .box-m .m-r img {
    	vertical-align: middle;
    	margin-top: 5px
    }
    
    .list-pro-cl .list-video-bt {
    	overflow: hidden;
    	margin-bottom: 20px;
    }
    
    .list-pro-cl .list-video-bt .right {
    	float: right;
    	margin-top: 40px;
    	box-sizing: border-box;
    	position: relative;
    	transition: all 0.6s ease;
    }
    
    .list-pro-cl .list-video-bt .right a {
    	font-size: 16px;
    	color: #4b556e;
    	padding: 10px 30px;
    	border: 1px solid #4b556e;
    	border-radius: 30px;
    	display: block;
    	box-sizing: border-box;
    }
    
    .list-pro-cl .list-video-bt .right:hover {
    	background: rgba(21, 53, 129, 0.2);
    	border-radius: 30px;
    	transition: all 0.6s ease;
    }
    
    .list-pro-cl .list-video-bt .right a img {
    	vertical-align: middle;
    	margin-top: -3px;
    	margin-left: 10px
    }
    /* 解决方案end*/
    /* 案例列表 */
    
    .page-list {
    	margin-top: 60px;
    	box-sizing: border-box;
    	position: relative;
    }
    
    .page-list .pages {
    	float: left;
    	-moz-box-shadow: 2px 0 35px rgba(21, 53, 129, 0.2) inset;
    	-webkit-box-shadow: 2px 0 35px rgba(21, 53, 129, 0.2) inset;
    	box-shadow: 2px 0 35px rgba(21, 53, 129, 0.2) inset;
    	background: #fff;
    	border-radius: 50px;
    	padding: 0 10px;
    	box-sizing: border-box;
    }
    
    .page-list li {
    	float: left;
    	font-size: 16px;
    	color: #051741;
    	width: 50px;
    	text-align: center;
    	position: relative;
    	cursor: pointer;
    	box-sizing: border-box;
    }
    
    .page-list li.disabled {
    	margin-top: 15px;
    }
    
    .page-list li a {
    	display: block;
    	padding: 20px 0;
    }
    
    .page-list li.active span {
    	color: #fff;
    	position: relative;
    	z-index: 2;
    	margin-top: 10px;
    	display: block;
    }
    
    .page-list li.active:before {
    	content: "";
    	display: block;
    	position: absolute;
    	top: -10px;
    	background-image: url(../images/pages_bg.png);
    	background-repeat: no-repeat;
    	width: 50px;
    	height: 68px;
    	background-size: cover;
    }
    
    .page-list .learnmore {
    	float: right;
    	margin-top: 10px;
    }
    
    .page-list .learnmore img {
    	vertical-align: middle;
    	margin-right: 10px;
    	margin-top: -3px
    }
    /* 案例列表end*/
    /* 物料内页 */
    
    .material {
    	margin-top: 40px;
    }
    
    .material .mate-head {
    	background: url(../images/mate_bg.jpg) no-repeat;
    	padding: 35px 0;
    	background-size: cover;
    	border-radius: 15px;
    }
    
    .material .mate-cont {
    	margin-top: 30px
    }
    
    .material .mate-head h1 {
    	font-size: 32px;
    	color: #fff;
    	text-align: center;
    	margin-top: 0
    }
    
    .material .mate-head .lb {
    	overflow: hidden;
    	background: #dbe6ff;
    	padding: 10px 25px;
    	border-radius: 10px;
    	width: 85%;
    	margin: 20px auto 0;
    }
    
    .material .mate-head .lb .left {
    	float: left;
    }
    
    .material .mate-head .lb .left img {
    	width: 38px;
    	vertical-align: middle;
    	margin-top: -3px;
    	margin-right: 10px;
    }
    
    .material .mate-head .lb p {
    	font-size: 16px;
    	color: #05163f;
    	display: inline-block;
    	line-height: 35px;
    }
    
    .material .mate-head .lb .right {
    	float: right;
    	cursor: pointer;
    }
    
    .material .mate-head .lb .right span {
    	border-radius: 30px;
    	font-size: 16px;
    	color: #05163f;
    	display: inline-block;
    	padding: 7px 13px;
    	box-sizing: border-box;
    	background: #b6c7f0;
    }
    
    .material .mate-head .lb .right img {
    	width: 17px;
    	vertical-align: middle;
    	margin-top: -3px;
    	margin-left: 5px;
    }
    
    .material .mate-head .bottom {
    	overflow: hidden;
    	padding-top: 25px;
    }
    
    .material .mate-head .bottom .swt {
    	float: left;
    	width: 50%;
    	text-align: center;
    }
    
    .material .mate-head .bottom .b-r {
    	float: left;
    	width: 50%;
    	text-align: center;
    	margin-top: 25px;
    }
    
    .mate-head .bottom .b-r {
    	overflow: hidden;
    }
    
    .mate-head .bottom .b-r .ewm {
    	float: left;
    	max-width: 85px;
    }
    
    .mate-head .bottom .b-r .ewm-dh {
    	float: left;
    	overflow: hidden;
    	margin-top: 5px;
    }
    
    .mate-head .bottom .b-r .ewm-dh p {
    	text-align: left;
    	margin-left: 10px;
    }
    
    .mate-head .bottom .ewm-dh .one {
    	font-size: 14px;
    	color: #fff;
    }
    
    .mate-head .bottom .ewm-dh .two {
    	font-size: 14px;
    	color: #fff;
    	font-weight: bold;
    }
    
    .mate-head .bottom .ewm-dh .two span {
    	font-size: 22px;
    	color: #ffaa00;
    }
    
    .mate-cont h3 {
    	font-size: 26px;
    	color: #05163f;
    	font-weight: bold;
    	position: relative;
    	padding-left: 50px;
    	text-align: left !important;
    }
    
    .mate-cont h3:before {
    	position: absolute;
    	left: 0;
    	bottom: 5px;
    	display: inline-block;
    	background: url(../images/h_three.png) no-repeat;
    	width: 37px;
    	height: 21px;
    	content: "";
    }
    
    .mate-cont h3:after {
    	display: none;
    	margin-top: 30px
    }
    
    .more-al {
    	margin-top: 60px
    }
    
    .more-al h4 {
    	font-size: 26px;
    	color: #05163f;
    	text-align: center;
    	font-weight: bold;
    }
    
    .more-al h4:before {
    	content: "";
    	display: inline-block;
    	background: url(../images/ic1.png) no-repeat;
    	width: 82px;
    	height: 21px;
    	vertical-align: middle;
    	margin-right: 20px;
    }
    
    .more-al h4:after {
    	content: "";
    	display: inline-block;
    	background: url(../images/ic2.png) no-repeat;
    	width: 82px;
    	height: 21px;
    	vertical-align: middle;
    	margin-left: 20px;
    }
    
    .more-al ul {
    	margin-left: -3%;
    }
    
    .more-al ul li {
    	float: left;
    	width: 47%;
    	margin-left: 3%;
    	margin-top: 35px;
    	position: relative;
    }
    
    .more-al li .pic img {
    	display: block;
    	width: 100%;
    	border-bottom-left-radius: 20px;
    }
    
    .more-al li .pro-name {
    	background: #05163f;
    	overflow: hidden;
    	padding: 25px 0 5px 30px;
    	margin-top: -20px;
    }
    
    .more-al li .pro-name:before {
    	display: block;
    	background: url(../images/dian.png) no-repeat;
    	background-size: cover;
    	content: "";
    	width: 34px;
    	height: 34px;
    	position: absolute;
    	left: 10px;
    	bottom: 7px;
    }
    
    .more-al .pro-name h5 {
    	float: left;
    	line-height: 38px;
    }
    
    .more-al .pro-name h5 a {
    	color: #fff;
    	font-weight: bold;
    	font-size: 18px;
    }
    
    .more-al .pro-name .look {
    	float: right;
    	margin-right: 20px;
    }
    /* 物料内页end*/
    /* 案例内页 */
    
    .case-head {
    	padding: 30px 0 60px;
    	background: #adbbe1;
    	background: -webkit-linear-gradient(#adbbe1, #0d173a);
    	background: -o-linear-gradient(#adbbe1, #0d173a);
    	background: -moz-linear-gradient(#adbbe1, #0d173a);
    	background: linear-gradient(#adbbe1, #0d173a);
    	margin-bottom: 35px;
    }
    
    .case-head .case-head-l {
    	float: left;
    	width: 63%;
    }
    
    .case-head h1 {
    	font-size: 34px;
    	color: #05163f;
    	font-weight: bold
    }
    
    .case-head h1:before {
    	background: url(../images/fire.png) no-repeat;
    	display: inline-block;
    	content: "";
    	width: 29px;
    	height: 34px;
    	vertical-align: middle;
    	margin-top: -10px;
    	margin-right: 10px;
    	background-size: cover;
    }
    
    .case-head .tit {
    	font-size: 16px;
    	color: #465174;
    	display: inline-block;
    	padding: 5px 15px;
    	box-sizing: border-box;
    	margin: 5px auto 15px;
    	border-radius: 5px
    }
    
    .case-head .tit span {
    	color: #e61e37;
    	font-size: 16px;
    	font-weight: bold;
    }
    
    .case-head .case-head-l .img {
    	width: 100%;
    	max-width: 830px;
    }
    
    .case-head .case-head-l ul {
    	overflow: hidden;
    	width: 85%;
    	margin-top: 20px;
    }
    
    .case-head .case-head-l li {
    	float: left;
    	width: 33.333%;
    	text-align: center;
    	font-size: 16px;
    	color: #cce5ff;
    }
    
    .case-head .case-head-l li span {
    	color: #fff;
    	font-size: 16px;
    	box-sizing: border-box;
    	margin-right: 5px;
    	width: 39px;
    	display: inline-block;
    	text-align: center;
    	background: url(../images/sp_bg.png) no-repeat;
    	background-size: 39px 32px;
    	line-height: 32px;
    	padding-left: 8px;
    }
    
    .case-head-r {
    	float: left;
    	background: #fff;
    	padding: 40px 30px 60px 30px;
    	box-sizing: border-box;
    	width: 37%;
    	margin-top: -15px;
    	border-bottom-right-radius: 20px;
    	border-top-right-radius: 20px;
    	position: relative;
    }
    
    .case-head-r:before {
    	background: url(../images/case_zs.png) no-repeat;
    	width: 30px;
    	height: 16px;
    	border: 30px;
    	position: absolute;
    	top: 0;
    	left: -30px;
    	display: block;
    	content: "";
    }
    
    .case-head-r strong {
    	text-align: center;
    	display: block;
    	font-size: 26px;
    	color: #4b556e;
    	font-weight: bold;
    	margin-bottom: 25px;
    }
    
    .case-head-r strong:before {
    	width: 82px;
    	height: 21px;
    	content: "";
    	display: inline-block;
    	background: url(../images/ic3.png) no-repeat;
    	position: static;
    	margin-right: 15px;
    }
    
    .case-head-r strong:after {
    	width: 82px;
    	height: 21px;
    	content: "";
    	display: inline-block;
    	background: url(../images/ic4.png) no-repeat;
    	position: static;
    	margin-left: 15px;
    }
    
    .case-head-r p {
    	font-size: 16px;
    	color: #2b3040;
    	border: 1px solid #d7e3fa;
    	-moz-box-shadow: 2px 0 20px rgba(21, 53, 129, 0.2) inset;
    	-webkit-box-shadow: 2px 0 20px rgba(21, 53, 129, 0.2) inset;
    	box-shadow: 2px 0 20px rgba(21, 53, 129, 0.2) inset;
    	margin-bottom: 20px;
    	padding: 8px 15px;
    	box-sizing: border-box;
    }
    
    .case-head-r p span {
    	font-size: 16px;
    	color: #e61e37;
    	font-weight: bold;
    }
    
    .case-head-r p img {
    	width: 48px;
    	margin-right: 10px;
    	vertical-align: middle;
    }
    
    .case-head-r .last {
    	border: 1px solid #d7e3fa;
    	-moz-box-shadow: 2px 0 20px rgba(21, 53, 129, 0.2) inset;
    	-webkit-box-shadow: 2px 0 20px rgba(21, 53, 129, 0.2) inset;
    	box-shadow: 2px 0 20px rgba(21, 53, 129, 0.2) inset;
    	padding: 8px 15px;
    	box-sizing: border-box;
    }
    
    .case-head-r .last p {
    	margin-bottom: 0;
    	font-size: 16px;
    	color: #2b3040;
    	float: left;
    	border: none;
    	-moz-box-shadow: none;
    	-webkit-box-shadow: none;
    	box-shadow: none;
    }
    
    .case-head-r .last p span {
    	font-size: 24px
    }
    
    .case-head-r .last img {
    	float: left;
    	width: 48px;
    }
    
    .case-head-r .bottom {
    	text-align: center;
    	margin-top: 30px;
    }
    
    .casepage_pz h2 {
    	color: #05163f;
    	font-size: 32px;
    	text-align: center;
    	margin-bottom: 10px;
    }
    
    .casepage_pz .text {
    	font-size: 16px;
    	color: #555f7d;
    	text-align: center;
    }
    
    .casepage_pz ul {
    	margin-left: -2%;
    }
    
    .casepage_pz ul li {
    	float: left;
    	width: 23%;
    	margin-left: 2%;
    	margin-top: 30px;
    	position: relative;
    }
    
    .casepage_pz li .pic img {
    	display: block;
    	width: 100%;
    	border-bottom-left-radius: 20px;
    }
    
    .casepage_pz li .pro-name {
    	background: #05163f;
    	overflow: hidden;
    	padding: 25px 0 5px 30px;
    	margin-top: -20px;
    }
    
    .casepage_pz li .pro-name:before {
    	display: block;
    	background: url(../images/dian.png) no-repeat;
    	background-size: cover;
    	content: "";
    	width: 34px;
    	height: 34px;
    	position: absolute;
    	left: 10px;
    	bottom: 7px;
    }
    
    .casepage_pz .pro-name h3 {
    	float: left;
    	line-height: 38px;
    	width: 70%;
    }
    
    .casepage_pz .pro-name h3 a {
    	color: #fff;
    	font-weight: bold;
    	font-size: 18px;
    	width: 100%;
    	display: block;
    	overflow: hidden;
    	text-overflow: ellipsis;
    	white-space: nowrap;
    }
    
    .casepage_pz ul li:hover h3 a {
    	color: #e61e37;
    }
    
    .casepage_pz .pro-name .look {
    	float: right;
    	margin-right: 20px;
    }
    
    .casepage_lc {
    	background: #f0f3fa;
    	padding: 50px 0;
    	margin: 50px auto;
    }
    
    .casepage_lc .l,
    .casepage_ys .l {
    	float: left;
    	width: 50%;
    }
    
    .casepage_lc .l h2,
    .casepage_ys .r h2 {
    	font-size: 32px;
    	color: #05163f;
    	margin-bottom: 30px;
    	margin-top: 15px;
    }
    
    .casepage_lc .l p,
    .casepage_ys .r p {
    	font-size: 16px;
    	color: #555f7d;
    	margin-bottom: 15px;
    	line-height: 30px;
    }
    
    .casepage_lc p strong,
    .casepage_ys p strong {
    	width: 20px;
    	height: 20px;
    	line-height: 20px;
    	display: inline-block;
    	background: #ed2225;
    	border-radius: 50%;
    	color: #fff;
    	font-weight: 500;
    	text-align: center;
    	margin: 2px 8px 0 0;
    }
    
    .casepage_lc .r,
    .casepage_ys .r {
    	float: right;
    	width: 50%;
    }
    
    .casepage_lc .r video {
    	max-width: 600px;
    	width: 100%;
    }
    
    .casepage_ys .r img {
    	max-width: 600px;
    	width: 100%;
    }
    
    .casepage_xc {
    	width: 100%;
    	margin: 0 auto;
    	overflow: hidden;
    }
    
    .casepage_xc h2,
    .casepage_xg h2,
    .casepage_gdnr h2,
    .case_six h2 {
    	font-weight: 500;
    	font-size: 32px;
    	margin-bottom: 15px;
    	text-align: center;
    	color: #05163f;
    	margin-top: 50px;
    }
    
    .casepage_xc p,
    .casepage_xg p,
    .case_six .text {
    	text-align: center;
    	margin-bottom: 30px;
    	font-size: 16px;
    	color: #555f7d;
    	line-height: 30px;
    }
    
    .casepage_xc ul {
    	overflow: hidden;
    	margin-left: -2%
    }
    
    .casepage_xc li {
    	float: left;
    	width: 31.333%;
    	margin-left: 2%;
    }
    
    .casepage_gdnr p {
    	text-indent: 2em;
    	margin-bottom: 30px;
    	font-size: 16px;
    	color: #555f7d;
    	line-height: 1.8em
    }
    
    .case_five {
    	background: #f0f3fa;
    	padding: 30px 0 50px;
    	margin-top: 50px;
    }
    
    .case_five a {
    	float: left;
    	display: block;
    	width: 250px;
    	margin-right: 25px;
    }
    
    .case_five a img {
    	width: 100%;
    }
    
    .case_five .khfk {
    	overflow: hidden;
    }
    
    .case_five .khfk h2 {
    	font-size: 32px;
    	color: #05163f;
    	margin-top: 30px;
    	margin-bottom: 10px;
    }
    
    .case_five .khfk p {
    	font-size: 16px;
    	color: #555f7d;
    	line-height: 30px;
    }
    
    .case_six ul {
    	margin-left: -3%;
    }
    
    .case_six ul li {
    	float: left;
    	width: 30.333%;
    	margin-left: 3%;
    	position: relative;
    }
    
    .case_six ul li .video-time {
    	position: absolute;
    	right: 0;
    	top: 0;
    	background: #263958;
    	height: 20px;
    	padding: 5px 12px;
    	color: #fff;
    	font-size: 14px;
    }
    
    .case_six .pic {
    	text-align: center;
    	display: block;
    	margin: 0 auto;
    }
    
    .case_six .pic img {
    	display: block;
    	width: 100%;
    	border-bottom-left-radius: 20px;
    }
    
    .case_six li .pro-name {
    	background: #05163f;
    	overflow: hidden;
    	padding: 25px 0 5px 30px;
    	margin-top: -20px;
    }
    
    .case_six li .pro-name:before {
    	display: block;
    	background: url(../images/dian.png) no-repeat;
    	background-size: cover;
    	content: "";
    	width: 34px;
    	height: 34px;
    	position: absolute;
    	left: 10px;
    	bottom: 7px;
    }
    
    .case_six .pro-name h3 {
    	float: left;
    	line-height: 38px;
    }
    
    .case_six .pro-name h3 a {
    	color: #fff;
    	font-weight: bold;
    	font-size: 18px;
    }
    
    .case_six ul li:hover h3 a {
    	color: #e61e37;
    }
    
    .case_six li .box-m {
    	box-sizing: border-box;
    	-moz-box-shadow: 2px 0 35px rgba(21, 53, 129, 0.2) inset;
    	-webkit-box-shadow: 2px 0 35px rgba(21, 53, 129, 0.2) inset;
    	box-shadow: 2px 0 35px rgba(21, 53, 129, 0.2) inset;
    	background: #fff;
    	overflow: hidden;
    	padding: 20px 20px 10px 30px;
    	box-sizing: border-box;
    }
    
    .case_six li .box-m .m-l {
    	float: left;
    }
    
    .case_six li .box-m .m-l p {
    	font-size: 14px;
    	color: #4b556e;
    	margin-bottom: 10px;
    }
    
    .case_six li .box-m .m-l p img {
    	width: 18px;
    	vertical-align: middle;
    	margin-top: -3px;
    	margin-right: 10px;
    }
    
    .case_six li .box-m .m-l p span {
    	font-size: 14px;
    	color: #e61e37;
    }
    
    .case_six li .box-m .m-r {
    	float: right;
    }
    
    .case_six li .box-m .m-r img {
    	vertical-align: middle;
    	margin-top: 5px
    }
    
    .case_six li.six-list {
    	padding: 46px 40px;
    	background: #f0f3fa;
    	box-sizing: border-box;
    	height: 441px;
    }
    
    .case_six li.six-list strong {
    	display: block;
    	margin-bottom: 20px;
    }
    
    .case_six li.six-list strong a {
    	font-size: 26px;
    	color: #05163f;
    	font-weight: 500;
    }
    
    .case_six li.six-list p {
    	padding: 18px 0;
    	border-bottom: 2px dashed #e4eaf5;
    	overflow: hidden;
    	text-overflow: ellipsis;
    	white-space: nowrap;
    }
    
    .case_six li.six-list p a {
    	font-size: 16px;
    	color: #4b556e;
    	background: url(../images/xg_zs.png) no-repeat 0 1px;
    	padding-left: 25px;
    	background-size: 24px 24px
    }
    
    .message-two {
    	background: url(../images/lyb2.jpg) no-repeat;
    	margin-top: 50px;
    	margin-bottom: 100px;
    }
    
    .message-two .submit:after {
    	background: url(../images/sub_jt.png) no-repeat;
    	width: 46px;
    	height: 46px;
    	background-size: cover;
    	position: absolute;
    	transform: translate(50%);
    	left: 65%;
    	bottom: -10px;
    	display: block;
    	content: "";
    }
    /* 案例内页end*/
    /* 有问必答 */
    
    .questions {
    	background: #f0f3fa;
    	padding-top: 40px;
    	padding-bottom: 60px;
    }
    
    .questions .ques-l {
    	width: 72%;
    	float: left;
    }
    
    .ques-l .tou p {
    	float: left;
    	font-size: 32px;
    	color: #05163f;
    }
    
    .ques-l .tou p img {
    	vertical-align: middle;
    	margin-top: -5px;
    	margin-right: 10px;
    }
    
    .ques-l .tou a {
    	float: right;
    	padding: 10px 30px;
    	box-sizing: border-box;
    	font-size: 16px;
    	color: #4b556e;
    	display: block;
    	border: 1px solid #4b556e;
    	border-radius: 30px;
    	transition: all 0.6s ease;
    }
    
    .ques-l .tou a:hover {
    	background: #fbebed;
    	border-radius: 30px;
    	transition: all 0.6s ease;
    }
    
    .ques-l .tou a img {
    	margin-left: 10px;
    	vertical-align: middle;
    	margin-top: -3px
    }
    
    .ques-l .one {
    	margin-bottom: 60px
    }
    
    .ques-l .one li {
    	background: #fff;
    	padding: 30px 35px 40px;
    	box-sizing: border-box;
    	border-radius: 15px;
    	margin-top: 40px;
    	-moz-box-shadow: 2px 0 15px rgba(21, 53, 129, 0.2);
    	-webkit-box-shadow: 2px 0 15px rgba(21, 53, 129, 0.2);
    	box-shadow: 2px 0 15px rgba(21, 53, 129, 0.2);
    }
    
    .answer-tw .text {
    	color: #788291;
    	font-size: 18px
    }
    
    .answer-tw .text img {
    	width: 128px;
    	vertical-align: middle;
    	margin-right: 15px;
    }
    
    .answer-tw .text a {
    	color: #788291;
    	font-size: 18px
    }
    
    .answer-tw .wt {
    	background: #f0f3fa;
    	padding: 35px 30px 20px;
    	border-radius: 15px;
    	border: 1px dashed #a0b0c7;
    	margin-top: -20px;
    }
    
    .answer-tw .wt a {
    	font-size: 18px;
    	color: #111f3f;
    	font-weight: bold;
    }
    
    .answer-tw .wt a span {
    	color: #fa2346;
    }
    
    .answer-tw .wt p {
    	font-size: 14px;
    	color: #4b556e;
    	margin-top: 20px;
    	display: block;
    }
    
    .answer-jd {
    	margin-top: 30px;
    }
    
    .answer-jd .text {
    	text-align: right;
    	font-size: 18px;
    	color: #788291;
    }
    
    .answer-jd .text span {
    	color: #fa2346;
    	font-size: 18px;
    }
    
    .answer-jd .text img {
    	vertical-align: middle;
    	margin-left: 20px;
    	width: 128px
    }
    
    .answer-jd .jd {
    	background: #f0f3fa;
    	padding: 35px 30px 20px;
    	border-radius: 10px;
    	border: 1px dashed #a0b0c7;
    	margin-top: -25px;
    	font-size: 16px;
    	color: #4b556e;
    	line-height: 30px;
    	text-align: justify;
    }
    
    .answer-jd .jd p {
    	/* font-size: 16px;
        color: #4b556e;
        line-height: 30px;
        text-align: justify; */
    	font-size: 16px;
    	color: #555f7d;
    	line-height: 2em;
    	text-indent: 2em;
    	text-align: justify;
    	margin: 15px auto;
    }
    
    table {
    	word-break: break-all;
    }
    
    table.border-none {
    	border-spacing: 0;
    }
    
    .answer-jd td {
    	padding: 8px
    }
    
    .answer-jd #phone {
    	display: none;
    }
    
    .answer-jd .jd p .wdmore {
    	font-size: 18px;
    	color: #fa2346;
    	display: block;
    	text-align: right;
    	margin-top: 15px;
    }
    
    .questions .two {
    	background: #fff;
    	padding: 30px 35px 40px;
    	box-sizing: border-box;
    	border-radius: 15px;
    	margin-top: 40px;
    	-moz-box-shadow: 2px 0 15px rgba(21, 53, 129, 0.2);
    	-webkit-box-shadow: 2px 0 15px rgba(21, 53, 129, 0.2);
    	box-shadow: 2px 0 15px rgba(21, 53, 129, 0.2);
    }
    
    .questions .two li {
    	padding: 20px 0;
    	border-bottom: 2px dashed #ebf0f8;
    	overflow: hidden;
    	box-sizing: border-box;
    }
    
    .questions .two li a {
    	font-size: 16px;
    	color: #4b556e;
    	float: left;
    	width: 78%;
    	line-height: 1.8em;
    }
    
    .questions .two li a:before {
    	background: url(../images/xw.png) no-repeat;
    	width: 22px;
    	height: 21px;
    	display: inline-block;
    	content: "";
    	vertical-align: middle;
    	margin-right: 10px;
    }
    
    .questions .two li a:after {
    	background: url(../images/jiejue.png) no-repeat;
    	width: 82px;
    	height: 28px;
    	display: inline-block;
    	content: "";
    	vertical-align: middle;
    	margin-left: 10px;
    }
    
    .more-new .two li a:before {
    	background: none;
    	width: 0;
    	margin-right: 0;
    }
    
    .more-new .two li a:after {
    	background: none;
    	width: 0;
    }
    
    .questions .two li span {
    	display: block;
    	float: right;
    	font-size: 14px;
    	color: #4b556e;
    	line-height: 1.8em;
    }
    
    .footer-wd {
    	margin-top: 0
    }
    
    .ques-r {
    	float: right;
    	width: 20%;
    }
    
    .ques-r strong {
    	background: url(../images/zs.png) no-repeat center;
    	background-size: 220px 50px;
    	text-align: center;
    	height: 50px;
    	margin: 0 auto -25px;
    	position: relative;
    	display: block;
    	font-size: 20px;
    	color: #fff;
    	font-weight: bold;
    	line-height: 50px;
    }
    
    .ques-r .tiwen {
    	background: #05163f;
    	padding: 40px 10px 15px;
    	box-sizing: border-box;
    	box-sizing: border-box;
    	-moz-box-shadow: 2px 0 35px rgba(21, 53, 129, 0.5);
    	-webkit-box-shadow: 2px 0 35px rgba(21, 53, 129, 0.5);
    	box-shadow: 0px 0 20px rgba(21, 53, 129, 0.5);
    }
    
    .ques-r .tiwen select {
    	width: 100%;
    	border-radius: 10px;
    	padding: 15px 10px;
    	box-sizing: border-box;
    	font-size: 14px;
    	color: #4b556e;
    }
    
    .ques-r .tiwen textarea {
    	width: 100%;
    	height: 120px;
    	padding: 15px 10px;
    	box-sizing: border-box;
    	border-radius: 10px;
    	margin-top: 10px;
    	font-size: 14px;
    	color: #4b556e;
    }
    
    .ques-r .tiwen input {
    	width: 100%;
    	border-radius: 10px;
    	margin-top: 10px;
    	padding: 15px 10px;
    	box-sizing: border-box;
    	font-size: 14px;
    	color: #4b556e;
    }
    
    .ques-r .tiwen input.btn {
    	font-size: 14px;
    	width: 60%;
    	padding: 10px 0;
    	margin-left: 20%;
    	color: #fff;
    	border-radius: 50px;
    	margin-top: 20px;
    	cursor: pointer;
    	background: #8d224e;
    	background: -webkit-linear-gradient(left, #8d224e, #244698);
    	background: -o-linear-gradient(right, #8d224e, #244698);
    	background: -moz-linear-gradient(right, #8d224e, #244698);
    	background: linear-gradient(to right, #8d224e, #244698);
    }
    
    .ques-r .tu-hb {
    	width: 100%;
    }
    
    .ques-r .tu-hb img {
    	width: 100%;
    	display: block
    }
    
    .ques-r .r-head {
    	position: relative;
    	width: 100%;
    }
    
    .ques-r .r-head .head {
    	background: #05163f;
    	padding: 30px 20px 50px;
    	box-sizing: border-box;
    	position: relative;
    	-moz-box-shadow: 2px 0 35px rgba(21, 53, 129, 0.5);
    	-webkit-box-shadow: 2px 0 35px rgba(21, 53, 129, 0.5);
    	box-shadow: 0px 0 20px rgba(21, 53, 129, 0.5);
    }
    
    .ques-r .r-head p {
    	color: #fff;
    	font-size: 14px;
    	text-align: justify;
    	line-height: 28px;
    }
    
    .ques-r .r-head .dh {
    	overflow: hidden;
    	margin-top: 25px;
    }
    
    .ques-r .r-head .dh img {
    	float: left;
    	margin-right: 10px
    }
    
    .ques-r .r-head .dh .ewm {
    	overflow: hidden;
    }
    
    .ques-r .r-head .dh .ewm p {
    	font-size: 14px;
    	color: #fff;
    }
    
    .ques-r .r-head .dh .ewm a {
    	font-size: 22px;
    	color: #ffaa00;
    	font-weight: bold;
    }
    
    .ques-r .r-head .dh .ewm span {
    	font-size: 22px;
    	color: #ffaa00;
    	font-weight: bold;
    }
    
    .ques-r .r-head-kf {
    	position: absolute;
    	bottom: -85px;
    	width: 110%;
    	left: -1px;
    	max-width: 270px
    }
    
    .ques-r .r-head-kf a span {
    	font-size: 20px;
    	color: #fff;
    	position: absolute;
    	bottom: 45px;
    	left: 12%;
    }
    
    .ques-r .r-head-kf:hover a span {
    	color: #ffd580;
    }
    /* 有问必答end*/
    /* 全部问答 */
    
    .questions .all-questions {
    	width: 100%;
    	float: none;
    }
    
    .questions .all-questions .one {
    	margin-bottom: 0;
    }
    /* 全部问答end*/
    /* 更多问答 */
    
    .ques-l .head h1 {
    	font-size: 32px;
    	color: #05163f;
    	font-weight: bold;
    	display: inline-block;
    }
    
    .ques-l .head h1 a {
    	font-size: 32px;
    	color: #e61e37;
    	font-weight: bold;
    	margin: 0 10px;
    }
    
    .ques-l .head span {
    	display: inline-block;
    	font-size: 32px;
    	color: #05163f;
    	font-weight: bold;
    }
    /* 更多问答end*/
    /* 更多相关新闻 */
    
    .more-new {
    	background: #fff;
    }
    
    .more-new .pages {
    	margin-left: 13.5%;
    }
    
    .more-new-r {
    	float: right;
    	width: 23%;
    	max-width: 300px
    }
    
    .more-new-r .pos {
    	position: relative;
    }
    
    .more-new .two {
    	box-shadow: none;
    	padding: 0;
    	margin-top: 20px;
    }
    
    .more-new-r .answer-banner {
    	position: relative;
    }
    
    .more-new-r .answer-banner img {
    	width: 100%;
    	display: block;
    }
    
    .more-new-r .answer-banner:after {
    	display: block;
    	background: url(../images/anse_ban_bg.png) no-repeat;
    	width: 100%;
    	height: 85px;
    	content: "";
    	position: absolute;
    	bottom: 0;
    	left: 0;
    	z-index: 5;
    	display: none;
    }
    
    .more-new-r .tuijian {
    	box-sizing: border-box;
    	-moz-box-shadow: 2px 0 35px rgba(21, 53, 129, 0.2) inset;
    	-webkit-box-shadow: 2px 0 35px rgba(21, 53, 129, 0.2) inset;
    	box-shadow: 2px 0 35px rgba(21, 53, 129, 0.2) inset;
    }
    
    .more-new-r .gdxg {
    	text-align: center;
    	font-size: 18px;
    	display: block;
    	font-weight: bold;
    	color: #fff;
    	position: relative;
    	z-index: 10;
    	height: 40px;
    	line-height: 40px;
    	margin-top: -40px;
    	background: rgba(21, 53, 129, 0.5);
    }
    
    .more-new-r .pos:hover .gdxg {
    	animation: bounce 1000ms both;
    }
    
    .more-new-r .box-m {
    	padding: 30px 20px 10px 30px;
    	box-sizing: border-box;
    	position: relative;
    	border-bottom: 2px dashed #ebf0f8;
    }
    
    .more-new-r .box-m p {
    	font-size: 14px;
    	color: #4b556e;
    	margin-bottom: 10px;
    }
    
    .more-new-r .box-m p img {
    	width: 18px;
    	vertical-align: middle;
    	margin-top: -3px;
    	margin-right: 10px;
    }
    
    .more-new-r .box-m p span {
    	font-size: 14px;
    	color: #e61e37;
    }
    
    .more-new-r .kf a {
    	font-size: 20px;
    	color: #05163f;
    	font-weight: bold;
    	padding: 15px 0;
    	text-align: center;
    	display: block;
    }
    
    .more-new-r .kf a img {
    	margin-right: 10px
    }
    
    .more-new .fixed {
    	position: fixed;
    	top: 0;
    	left: 50%;
    	margin-left: 18.4%;
    }
    /* 更多相关新闻end*/
    /* 问答内页 */
    
    .answer-ny p {
    	margin-bottom: 20px
    }
    
    .answer-ny h3,
    .answer-ny em {
    	font-weight: bold;
    }
    
    .answer-ny h3 {
    	margin-top: 0;
    	margin-bottom: 32px;
    }
    
    .answer-ny h3:before {
    	display: inline-block;
    	background: url(../images/h_three.png) no-repeat center 0;
    	vertical-align: middle;
    	width: 38px;
    	height: 38px;
    	content: "";
    	background-size: cover;
    }
    
    .answer-ny .content_video p {
    	color: #fff;
    }
    
    .answer-ny .jd {
    	border-radius: 25px;
    	margin-bottom: 40px;
    	margin-top: -45px;
    }
    
    .answer-ny .jd p img {
    	display: block;
    	margin: 0 auto;
    }
    
    .answer-ny-xg {
    	margin-top: 60px;
    }
    
    .answer-ny-xg .xg_tit {
    	overflow: hidden;
    	background: #f0f3fa;
    	border-top: 1px solid #f0f3fa;
    }
    
    .answer-ny-xg .xg_tit h4 {
    	color: #05163f;
    	font-weight: bold;
    	font-size: 20px;
    	float: left;
    	padding: 10px 20px;
    	background: #fff;
    	border-top-right-radius: 15px;
    }
    
    .answer-ny-xg .xg_tit h4:before,
    .answer-ny-xg .xg_tit h4:after {
    	display: none
    }
    
    .answer-ny-xg .xg_tit span {
    	float: right;
    	padding: 10px 0;
    }
    
    .answer-ny-xg .xg_tit span a {
    	font-size: 16px;
    	color: #4b556e;
    	display: block;
    	margin-top: 3px;
    	padding-right: 20px;
    }
    
    .answer-ny-xg ul {
    	background: #fff;
    	padding: 30px 35px 40px;
    	box-sizing: border-box;
    	border-bottom: 1px solid #f0f3fa;
    }
    
    .answer-ny-xg ul li {
    	padding: 20px 0;
    	border-bottom: 2px dashed #ebf0f8;
    	overflow: hidden;
    	box-sizing: border-box;
    }
    
    .answer-ny-xg ul li a {
    	font-size: 16px;
    	color: #4b556e;
    	float: left;
    	line-height: 1.8em;
    	width: 78%;
    }
    
    .answer-ny-xg ul li a:before {
    	background: url(../images/xw.png) no-repeat;
    	width: 22px;
    	height: 21px;
    	display: inline-block;
    	content: "";
    	vertical-align: middle;
    	margin-right: 10px;
    }
    
    .answer-ny-xg ul li a:after {
    	background: url(../images/jiejue.png) no-repeat;
    	width: 82px;
    	height: 28px;
    	display: inline-block;
    	content: "";
    	vertical-align: middle;
    	margin-left: 10px;
    }
    
    .answer-ny-xg ul li span {
    	display: block;
    	float: right;
    	font-size: 14px;
    	color: #4b556e;
    	line-height: 1.8em;
    }
    /* 问答内页end*/
    /* 联系我们 */
    
    .banner .contact-ul {
    	overflow: hidden;
    	margin: 30px auto 25px;
    }
    
    .banner .contact-ul li {
    	float: left;
    	overflow: hidden;
    	background: url(../images/xian.png) no-repeat;
    	background-size: 100% 100%;
    	padding: 20px 45px 15px 55px;
    	box-sizing: border-box;
    	margin-right: 50px;
    }
    
    .banner .contact-ul li img {
    	overflow: hidden;
    	float: left;
    	margin-right: 35px;
    }
    
    .banner .contact-ul li .right {
    	float: left;
    	/* margin-top: 15px; */
    }
    
    .banner .contact-ul li .cursor {
    	
    	margin-top: 15px;
    }
    
    .banner .contact-ul li .right .fw {
    	font-size: 24px;
    	color: #fff;
    	font-weight: bold;
    	margin-bottom: 5px;
    }
    
    .banner .contact-ul li .right .dh {
    	font-size: 16px;
    	color: #fff;
    
    }
    
    .banner .contact-ul li .right .rx {
    	font-size: 16px;
    	color: #fff;
    }
    
    
    .banner .box .bot {
    	background: -webkit-linear-gradient(left, #06163f, transparent);
    	background: -o-linear-gradient(right, #06163f, transparent);
    	background: -moz-linear-gradient(right, #06163f, transparent);
    	background: linear-gradient(to right, #06163f, transparent);
    	width: 50%;
    	padding: 10px 30px;
    	border-radius: 30px;
    }
    
    .banner .box .bot img {
    	vertical-align: middle;
    	margin-right: 10px;
    }
    
    .banner .box .bot span {
    	font-size: 16px;
    	color: #fff;
    }
    
    .contact-one {
    	margin-top: 60px;
    }
    
    .contact-one .pic,
    .contact-map .pic {
    	text-align: center;
    	display: block;
    	margin: 0 auto;
    }
    
    .contact-one h2,
    .contact-map h2 {
    	font-size: 38px;
    	color: #05163f;
    	text-align: center;
    	font-weight: bold;
    	margin-top: -63px;
    }
    
    .contact-one h2 img,
    .contact-map h2 img {
    	display: inline-block;
    	margin-left: -35px;
    	width: 30px;
    	height: 30px;
    	margin-top: -10px;
    }
    
    .contact-one .tit,
    .contact-map .tit {
    	text-align: center;
    	font-size: 18px;
    	color: #555f7d;
    	margin-top: 20px;
    	margin-bottom: 40px;
    }
    
    .contact-one ul {
    	overflow: hidden;
    	margin-left: -2%;
    }
    
    .contact-one li {
    	float: left;
    	width: 23%;
    	margin-left: 2%;
    	border: 1px solid #f0f3fa;
    	border-radius: 10px;
    	margin-bottom: 30px;
    	text-align: center;
    	box-sizing: border-box;
    	padding: 30px 0;
    }
    
    .contact-one li img {
    	width: 58px;
    }
    
    .contact-one li span {
    	font-size: 18px;
    	color: #4b556e;
    	font-weight: bold;
    	display: block;
    	margin-top: 20px;
    }
    
    .message-three {
    	background: url(../images/lyb2.jpg) no-repeat;
    	margin-bottom: 100px;
    }
    
    .contact-bottom {
    	position: relative;
    	margin-top: 90px;
    }
    
    .contact-box {
    	position: absolute;
    	width: 325px;
    	top: -50px;
    	z-index: 10;
    	background: #1f3171;
    	color: #fff;
    	padding: 40px;
    	box-sizing: border-box;
    }
    
    .contact-box strong {
    	display: block;
    	font-size: 20px;
    	font-weight: bold;
    	margin-bottom: 30px;
    }
    
    .contact-box .j-s {
    	font-size: 14px;
    	line-height: 24px;
    	text-align: justify;
    	padding-bottom: 40px;
    }
    
    .contact-box .box {
    	padding-top: 35px;
    	border-top: 1px solid #5573d7;
    }
    
    .contact-box .box p {
    	font-size: 16px;
    	margin-bottom: 10px
    }
    
    .contact-box .box p span {
    	font-size: 20px;
    }
    
    .contact-box .box .zx-zx {
    	background: #ba2f81;
    	border-radius: 5px;
    	box-shadow: 1px 5px 15px #14204a;
    	cursor: pointer;
    	background: -webkit-linear-gradient(left, #ff7300, #ff7300);
    	background: -o-linear-gradient(left, #ba2f81, #2748de);
    	background: -moz-linear-gradient(left, #ba2f81, #2748de);
    	background: linear-gradient(left, #ba2f81, #2748de);
    	width: 100%;
    	display: block;
    	padding: 10px 0;
    	text-align: center;
    	font-size: 20px;
    }
    
    .contact-box .box .zx-zx img {
    	vertical-align: middle;
    	margin-top: -3px;
    	margin-left: 10px;
    }
    
    #allmap {
    	height: 560px
    }
    
    #allmap .BMap_Marker {
    	width: 40px !important;
    	height: 40px !important;
    	position: relative;
    	cursor: default
    }
    
    #allmap .BMap_noprint.BMap_Marker:before {
    	content: "";
    	position: absolute;
    	width: 100%;
    	height: 100%;
    	-webkit-animation: 1s infinite alternate scale3;
    	-o-animation: 1s infinite alternate scale3;
    	animation: 1s infinite alternate scale3;
    	border-radius: 50%;
    	transform-origin: center;
    	left: 0;
    	top: 0;
    	background-color: rgba(255, 255, 255, .2)
    }
    
    @-webkit-keyframes scale3 {
    	0% {
    		-webkit-transform: scale(1);
    		transform: scale(1)
    	}
    	100% {
    		-webkit-transform: scale(1.8);
    		transform: scale(1.8)
    	}
    }
    
    @keyframes scale3 {
    	0% {
    		-webkit-transform: scale(1);
    		transform: scale(1)
    	}
    	100% {
    		-webkit-transform: scale(1.8);
    		transform: scale(1.8)
    	}
    }
    /* 联系我们end*/
    /* 关于我们 */
    
    .about {
    	margin-top: 60px;
    }
    
    .about .pic,
    .about-two .pic,
    .about-list .pic,
    .about-bottom .pic {
    	text-align: center;
    	display: block;
    	margin: 0 auto;
    }
    
    .about h1,
    .about-two h2,
    .about-bottom h2 {
    	font-size: 38px;
    	color: #05163f;
    	text-align: center;
    	font-weight: bold;
    	margin-top: -63px;
    }
    
    .about h1 img,
    .about-two h2 img,
    .about-list h2 img,
    .about-bottom h2 img {
    	display: inline-block;
    	margin-left: -35px;
    	width: 30px;
    	height: 30px;
    	margin-top: -10px;
    }
    
    .about .tit,
    .about-two .tit,
    .about-bottom .tit {
    	text-align: left;
    	text-indent: 2em;
    	text-align: justify;
    	line-height: 28px;
    	font-size: 16px;
    	color: #555f7d;
    	margin-top: 20px;
    	margin-bottom: 40px;
    }
    
    .about-one {
    	position: relative;
    }
    
    .about-one .fl {
    	float: left;
    	width: 39%;
    	margin-top: 20px;
    }
    
    .about-one .fl strong {
    	border-left: 4px solid #030c79;
    	padding-left: 20px;
    	box-sizing: border-box;
    	line-height: 35px;
    	display: block;
    	font-size: 22px;
    	color: #4b556e;
    	font-weight: bold;
    }
    
    .about-one .fl p {
    	font-size: 30px;
    	color: #030c79;
    	font-weight: bold;
    	margin: 15px auto 10px;
    	padding-left: 20px;
    	box-sizing: border-box;
    }
    
    .about-one .fl span {
    	font-size: 16px;
    	color: #737c99;
    	line-height: 30px;
    	padding-left: 20px;
    	box-sizing: border-box;
    	display: block;
    }
    
    .about-one .fr {
    	float: right;
    	width: 53%;
    }
    
    .about-one .fr img {
    	width: 100%;
    }
    
    .about-one ul {
    	position: absolute;
    	bottom: -70px;
    	left: 0;
    	background: #fff;
    	border-radius: 5px;
    	box-shadow: 2px 0 20px rgba(21, 53, 129, 0.2);
    }
    
    .about-one ul li {
    	float: left;
    	text-align: center;
    	padding: 60px 70px;
    	box-sizing: border-box;
    	border-radius: 15px;
    }
    
    .about-one ul li img {
    	width: 53px;
    }
    
    .about-one ul li p {
    	font-size: 16px;
    	color: #788291;
    }
    
    .about-two {
    	margin-top: 130px;
    }
    
    .about-two ul {
    	overflow: hidden;
    	margin-left: -2%;
      padding-top: 30px;
    	padding-bottom: 70px
    }
    
    .about-two li {
    	float: left;
    	position: relative;
    	width: 31.3333%;
    	margin-left: 2%;
    	box-shadow: 2px 0 20px rgba(21, 53, 129, 0.2);
    }
    
    .about-two li:before {
    	width: 92%;
    	height: 30px;
    	content: "";
    	display: block;
    	background: #d6dff9;
    	position: absolute;
    	bottom: -20px;
    	z-index: -2;
    	border-bottom-right-radius: 15px;
    	border-bottom-left-radius: 15px;
    	left: 50%;
    	transform: translate(-50%, 0);
    	box-shadow: 0px 4px 20px rgba(40, 55, 85, 0.2);
    }
    
    .about-two li:after {
    	width: 96%;
    	height: 30px;
    	content: "";
    	display: block;
    	background: #aab9e8;
    	position: absolute;
    	bottom: -10px;
    	z-index: -1;
    	border-bottom-right-radius: 15px;
    	border-bottom-left-radius: 15px;
    	left: 50%;
    	transform: translate(-50%, 0)
    }
    
    .about-two li .img {
    	width: 100%;
    }
    
    .about-two li h3 {
    	font-size: 16px;
    	color: #05163f;
    	text-align: center;
    	padding: 15px 0;
    	background: #fff
    }
    
    .about-two li h3 img {
    	width: 28px;
    	vertical-align: middle;
    	margin-top: -5px;
    	margin-right: 10px;
    }
    
    .about-list {
    	background: url(../images/mobfourbox_bg.jpg) no-repeat;
    	padding: 60px 0;
    	background-size: cover;
    }
    
    .about-list h2 {
    	font-size: 38px;
    	color: #cddcff;
    	text-align: center;
    	font-weight: bold;
    	margin-top: -50px;
    }
    
    .about-list .tit {
    	text-align: left;
    	text-indent: 2em;
    	text-align: justify;
    	line-height: 28px;
    	font-size: 16px;
    	color: #cddcff;
    	margin-top: 20px;
    	margin-bottom: 40px;
    }
    
    .mobfourbox .mobfourboxfl {
    	float: left;
    	width: 25%;
    }
    
    .mobfourbox .mobfourboxfr {
    	float: right;
    	width: 25%;
    }
    
    .mobfourbox .mobfourboxmid {
    	float: left;
    	width: 47%;
    	margin-left: 1.5%;
    	max-width: 610px;
    }
    
    .mobfourtxt {
    	clear: both;
    	width: 100%;
    	position: relative;
    }
    
    .mobfourtxt img {
    	width: 100%;
    }
    
    .mobfourtxt p {
    	position: absolute;
    	bottom: 0;
    	left: 0;
    	font-size: 24px;
    	font-weight: bold;
    	padding: 70px 0 15px;
    	background: url(../images/anse_ban_bg.png) repeat center;
    	color: #fff;
    	text-align: center;
    	width: 100%;
    }
    
    .mobfourbox li {
    	background-color: #eee;
    	margin-bottom: 20px;
    	border-radius: 10px;
    	position: relative;
    }
    
    .mobfourbox .one li.active:after {
    	width: 0;
    	height: 0;
    	border: 10px solid transparent;
    	border-left-color: #ebf2ff;
    	position: absolute;
    	right: -20px;
    	top: 50%;
    	margin-top: -10px;
    	content: '';
    }
    
    .mobfourbox .two li.active:before {
    	width: 0;
    	height: 0;
    	border: 10px solid transparent;
    	border-right-color: #ebf2ff;
    	position: absolute;
    	left: -20px;
    	top: 50%;
    	margin-top: -10px;
    	content: '';
    }
    
    .mobfourbox li img {
    	width: 100%;
    	display: block;
    	border-radius: 10px;
    	max-width: 320px;
    }
    
    .about-bottom {
    	margin-top: 80px
    }
    
    .about-bottom .img {
    	width: 100%;
    }
    
    .about-bottom .img img {
    	width: 100%;
    }
    /* 关于我们end*/
    /* 404 */
    
    .four-img {
    	width: 100%;
    	position: relative;
    }
    
    .four-img img {
    	width: 100%;
    }
    
    .four-img .box {
    	position: absolute;
    	text-align: center;
    	bottom: 100px;
    	left: 50%;
    	transform: translate(-50%, 0);
    }
    
    .four-img .box .sorry {
    	font-size: 24px;
    	color: #fff;
    	margin-bottom: 30px
    }
    
    .four-img .box .lj {
    	font-size: 16px;
    	color: #fff;
    }
    
    .four-img .box .lj a {
    	font-size: 16px;
    	color: #fff;
    	margin-left: 10px
    }
    
    .four-img .return {
    	text-align: center;
    	background: #ba2f81;
    	background: -webkit-linear-gradient(left, #ba2f81, #2748de);
    	background: -o-linear-gradient(left, #ba2f81, #2748de);
    	background: -moz-linear-gradient(left, #ba2f81, #2748de);
    	background: linear-gradient(left, #ba2f81, #2748de);
    	color: #fff;
    	border-radius: 50px;
    	padding: 10px 0;
    	margin: 0 auto;
    	border: 6px solid #111e43;
    	box-shadow: 0px 0px 10px #4b556e;
    	width: 70%;
    	margin-top: 35px;
    	font-size: 26px;
    	position: relative;
    }
    
    .four-img .return:after {
    	background: url(../images/sub_jt.png) no-repeat;
    	width: 46px;
    	height: 46px;
    	background-size: cover;
    	position: absolute;
    	right: 2%;
    	bottom: 5px;
    	display: block;
    	content: "";
    }
    
    .four-img .return a {
    	color: #fff;
    }
    /* 404end*/
    /* 新闻列表 */
    
    .news-list {
    	background: #f0f3fa;
    	overflow: hidden;
    	padding-top: 60px;
    }
    
    .news-list .news-items {
    	position: relative;
    }
    
    .news-list .news-items:after {
    	content: '';
    	position: absolute;
    	top: 0;
    	left: 13.2%;
    	height: 100%;
    	width: 1px;
    	background: #bcbcbc;
    	z-index: 3;
    	;
    }
    
    .news-list .news-items .item {
    	height: 205px;
    	margin-bottom: 25px;
    }
    
    .news-list .news-items .item-l {
    	width: 20%;
    	float: left;
    	position: relative;
    	height: 100%;
    }
    
    .news-list .news-items .item-r {
    	width: 80%;
    	float: left;
    	height: 100%;
    	background: #fff;
    	position: relative;
    }
    
    .news-list .news-items .item-r:after {
    	content: '';
    	position: absolute;
    	top: 0;
    	right: 0;
    	background: #fff;
    	height: 100%;
    	width: 0;
    	transition: all .5s ease;
    	-webkit-transition: all .5s ease;
    }
    
    .news-list .news-items .item-l .time {
    	width: 65%;
    	float: left;
    	font-family: 'Arial';
    	line-height: 1;
    	text-align: right;
    	position: absolute;
    	height: 64px;
    	top: 50%;
    	margin-top: -32px;
    	color: #05163f;
    	z-index: 5;
    }
    
    .news-list .news-items .item-l .time .d {
    	font-size: 16px;
    	margin-bottom: 3px;
    	margin-right: 20px;
    }
    
    .news-list .news-items .item-l .time .t {
    	font-size: 52px;
    	margin-bottom: 3px;
    	margin-right: 20px;
    }
    
    .news-list .news-items .item-l .time .m {
    	font-size: 16px;
    	margin-right: 20px;
    }
    
    .news-list .news-items .item-l .time:after {
    	content: '';
    	position: absolute;
    	width: 46px;
    	height: 1px;
    	background: #bcbcbc;
    	top: 50%;
    	right: -48px;
    }
    
    .news-list .item-r .tit {
    	font-size: 24px;
    	color: #05163f;
    	margin-bottom: 25px;
    }
    
    .news-list .item-r .see-number {
    	color: #788291;
    	font-size: 14px;
    	margin-right: 40px;
    }
    
    .news-list .item-r .see-number img {
    	margin-right: 10px;
    	vertical-align: middle;
    	margin-top: -3px
    }
    
    .news-list .item-r .list-tool {
    	margin-bottom: 15px;
    }
    
    .news-list .item-r .s {
    	font-size: 16px;
    	color: #4b556e;
    	height: 58px;
    	overflow: hidden;
    	line-height: 28px;
    }
    
    .news-list .item-r .box-l {
    	width: 100%;
    	float: left;
    	padding: 30px 40px;
    	box-sizing: border-box;
    }
    
    .news-list .item-r .img {
    	float: right;
    	width: 24%;
    }
    
    .news-list .item:hover {
    	background: #fff;
    }
    
    .news-list .item:hover .item-l:after {
    	content: '';
    	position: absolute;
    	top: 0;
    	right: 88px;
    	width: 492px;
    	height: 206px;
    	background: #05163f;
    	transition: all .5s ease;
    	-webkit-transition: all .5s ease;
    }
    
    .news-list .item:hover .item-l .time {
    	color: #fff;
    }
    
    .news-list .item:hover .item-l .time:before {
    	content: '';
    	position: absolute;
    	border-top: 15px solid transparent;
    	border-bottom: 15px solid transparent;
    	border-left: 15px solid #05163f;
    	right: -15px;
    	top: 50%;
    	margin-top: -15px;
    	z-index: 3;
    }
    
    .news-list .item:hover .item-l .time:after {
    	background: #05163f;
    	transition: all .5s ease;
    	-webkit-transition: all .5s ease;
    }
    
    .news-list .item:hover .tit .el {
    	color: #e61e37;
    }
    
    .news-list .item:hover .item-r:after {
    	width: 330px;
    	right: -330px;
    }
    
    .news-list .pages {
    	margin-left: 30%;
    	margin-bottom: 60px;
    }
    
    .t-page {
    	display: none;
    	position: absolute;
    	left: 0;
    	width: 100%;
    	bottom: 40px;
    	padding: 40px 30px 10px;
    	box-sizing: border-box;
    	border: 1px solid #8c9bc3;
    	border-radius: 10px;
    	background-color: #FFF;
    	z-index: 10;
    	box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.1);
    	-webkit-box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.1);
    	-moz-box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.1);
    }
    
    .t-page .ul-page {
    	display: none;
    }
    
    .t-page .ul-page.show {
    	display: block;
    }
    
    .t-page .close {
    	position: absolute;
    	right: 0;
    	top: 5px;
    	width: 30px;
    	height: 30px;
    	line-height: 30px;
    	color: #333;
    	cursor: pointer;
    }
    
    .t-page .ico {
    	content: '';
    	display: block;
    	position: absolute;
    	bottom: -12px;
    	left: 50%;
    	margin-left: -12px;
    	width: 0;
    	height: 0;
    	border-width: 12px 12px 0;
    	border-style: solid;
    	border-color: #8c9bc3 transparent transparent;
    }
    
    .t-page .ico em {
    	content: '';
    	display: block;
    	position: absolute;
    	bottom: 1px;
    	left: -12px;
    	width: 0;
    	height: 0;
    	border-width: 12px 12px 0;
    	border-style: solid;
    	border-color: #fff transparent transparent;
    }
    
    .page-close {
    	position: absolute;
    	right: 15px;
    	top: 15px;
    	cursor: pointer;
    }
    
    .ul-page {
    	clear: both;
    	overflow: hidden;
    	position: relative;
    	line-height: 36px;
    	width: 100%;
    	padding: 0 40px;
    	box-sizing: border-box;
    	background: url(../images/page-fc.png) repeat-x top 7px center;
    }
    
    .ul-page li {
    	float: left;
    	color: #666;
    	width: 10%;
    	margin-bottom: 10px;
    }
    
    .ul-page li a {
    	display: block;
    	text-align: center;
    }
    
    .ul-page li:hover,
    .ul-page li.on {
    	color: #FFF;
    	height: 68px;
    	background: url(../images/pages_bg.png) no-repeat top center;
    }
    
    .ul-page li:hover a,
    .ul-page li.on a {
    	color: #FFF;
    }
    
    .ul-tab-page {
    	overflow: hidden;
    	margin-top: 20px;
    }
    
    .ul-tab-page li {
    	float: left;
    	width: 17%;
    	text-align: center;
    	margin: 0 1.5% 15px 1.5%;
    }
    
    .ul-tab-page li {
    	display: block;
    	font-size: 16px;
    	color: #05163f;
    	padding: 0 12px;
    	line-height: 36px;
    	border-radius: 4px;
    	border: 1px solid #8c9bc3;
    	background-color: #FFF;
    }
    
    .ul-tab-page li:hover,
    .ul-tab-page li.on {
    	background-color: #8c9bc3;
    }
    /* 新闻列表end*/
    /* 新闻中心 */
    
    .new-zeno {
    	background: #fff;
    	position: relative;
    	margin-bottom: 40px;
    	border-radius: 20px;
    }
    
    .new-zeno:before {
    	background: url(../images/zone_bg.jpg) no-repeat;
    	background-size: 100% 100%;
    	width: 100%;
    	height: 179px;
    	position: absolute;
    	top: 0;
    	left: 0;
    	content: "";
    	display: block;
    }
    
    .new-zeno .top {
    	padding-top: 44px;
    }
    
    .new-zeno .top strong {
    	font-size: 30px;
    	color: #f0f3fa;
    	position: relative;
    	display: block;
    	width: 260px;
    	height: 82px;
    	line-height: 62px;
    	text-align: center;
    	background: #040404;
    	background: -webkit-linear-gradient(left, #040404, #040404);
    	background: -o-linear-gradient(right, #752150, #3b2055);
    	background: -moz-linear-gradient(right, #752150, #3b2055);
    	background: linear-gradient(to right, #ff7300, #ff7300);
    	border-radius: 0 15px 15px 15px;
    	margin-left: 32px;
    	float: left;
    }
    .new-zeno .top strong>a{
    	float: right;
    color: #fff;
    font-size: 25px;
    margin-right: 10px;
    }
    .new-zeno .top strong:after {
    	position: absolute;
    	bottom: 15px;
    	content: "";
    	display: block;
    	width: 130px;
    	height: 6px;
    	background: url(../images/s.png) no-repeat;
    	background-size: 100% 100%;
    	left: 50%;
    	margin-left: -65px;
    }
    
    .new-zeno .top ul {
    	float: right;
    	position: relative;
    	z-index: 10;
    	margin-right: 30px;
    }
    
    .new-zeno .top li {
    	font-size: 18px;
    	color: #cad7f6;
    	float: left;
    	position: relative;
    	margin-left: 80px;
    }
    
    .new-zeno .top li:before {
    	position: absolute;
    	left: -30px;
    	top: 3px;
    	width: 22px;
    	height: 18px;
    	background: url(../images/lx.png) no-repeat;
    	background-size: 100% 100%;
    	content: "";
    	display: block;
    }
    
    .new-zeno .center {
    	padding: 60px 30px 0;
    }
    
    .new-zeno .center ul {
    	margin-left: -2%;
    }
    
    .new-zeno .center li {
    	float: left;
    	width: 31.333%;
    	margin-left: 2%;
    	position: relative;
    }
    
    .new-zeno .center li .pic {
    	display: block;
    	padding-top: 67%;
    	position: relative;
    	overflow: hidden;
    	margin-left: 25px;
    	max-width: 364px;
    	border-radius: 15px;
    	box-shadow: 0 3px 20px rgba(32, 49, 99, 0.3);
    	background: #3498db;
    }
    
    .new-zeno .center li .pic:before {
    	position: absolute;
    	top: 0;
    	left: 0;
    	width: 100%;
    	height: 100%;
    	background: rgba(255, 255, 255, .5);
    	content: '';
    	-webkit-transition: -webkit-transform .6s;
    	transition: transform .6s;
    	-webkit-transform: scale3d(1.9, 1.4, 1) rotate3d(0, 0, 1, 45deg) translate3d(0, -100%, 0);
    	transform: scale3d(1.9, 1.4, 1) rotate3d(0, 0, 1, 45deg) translate3d(0, -100%, 0);
    }
    
    .new-zeno .center li .pic img {
    	position: absolute;
    	left: 0;
    	top: 0;
    	border-radius: 15px;
    	width: 100%;
    	height: auto;
    	box-shadow: 0 3px 20px rgba(32, 49, 99, 0.3);
    	opacity: .95;
    	-webkit-transition: opacity .35s, -webkit-transform .35s;
    	transition: opacity .35s, transform .35s;
    	-webkit-transform: scale3d(1.05, 1.05, 1);
    	transform: scale3d(1.05, 1.05, 1);
    }
    
    .new-zeno .center li .pic:hover img {
    	opacity: .4;
    	-webkit-transform: scale3d(1, 1, 1);
    	transform: scale3d(1, 1, 1)
    }
    
    .new-zeno .center li:hover .pic:before {
    	-webkit-transform: scale3d(1.9, 1.4, 1) rotate3d(0, 0, 1, 45deg) translate3d(0, 100%, 0);
    	transform: scale3d(1.9, 1.4, 1) rotate3d(0, 0, 1, 45deg) translate3d(0, 100%, 0)
    }
    
    .new-zeno .center li .box {
    	background: #f4f7ff;
    	box-shadow: 0 3px 20px rgba(32, 49, 99, 0.3);
    	border-radius: 15px;
    	padding-top: 48%;
    	margin-top: -48%;
    	max-width: 364px;
    	padding-bottom: 20px;
    }
    
    .new-zeno .center li .box span {
    	display: block;
    	width: 86px;
    	height: 48px;
    	text-align: center;
    	line-height: 48px;
    	background: #e61e37;
    	color: #fff;
    	border-radius: 0 23px 23px 25px;
    	position: absolute;
    	bottom: 25%;
    	z-index: 9999;
    }
    
    .new-zeno .center li .box a {
    	display: block;
    	padding: 20px 30px 0;
    	font-size: 18px;
    	color: #05163f;
    	display: -webkit-box;
    	-webkit-box-orient: vertical;
    	-webkit-line-clamp: 2;
    	overflow: hidden;
    	height: 55px;
    	line-height: 1.6em;
    }
    
    .new-zeno .bottom {
    	margin-left: -4%;
    	padding: 0 30px;
    	margin-top: 40px;
    	padding-bottom: 30px;
    }
    
    .new-zeno .bottom ul {
    	float: left;
    	width: 43%;
    	margin-left: 4%;
    	position: relative;
    	padding-left: 3%;
    }
    
    .new-zeno .bottom ul:before {
    	/*background: url(../images/ul2_bg.png) no-repeat;*/
    	background-size: 100% 100%;
    	width: 34px;
    	height: 206px;
    	content: "";
    	display: block;
    	position: absolute;
    	left: 0;
    	top: 18px;
    }
    
    .new-zeno .bottom li {
    	box-shadow: 0 5px 20px rgba(42, 93, 171, 0.15);
    	border-radius: 30px 0 0 6px;
    	height: 66px;
    	line-height: 66px;
    	margin-bottom: 20px;
    	padding: 0 35px;
    	white-space: nowrap;
    	overflow: hidden;
    	text-overflow: ellipsis;
    }
    
    .new-zeno .bottom li a {
    	font-size: 18px;
    	color: #374864;
    }
    
    .news-center {
    	padding-top: 50px;
    	background: #f0f3fa;
    	padding-bottom: 40px;
    }
    
    .news-center .news-one-head {
    	position: relative;
    }
    
    .news-center .news-one-head .tit {
    	position: absolute;
    	top: 50px;
    	left: 30px;
    	color: #fff;
    	width: 96%;
    	text-align: justify;
    }
    
    .news-center .news-one-head .tit strong a {
    	font-size: 30px;
    	font-weight: bold;
    	color: #fff
    }
    
    .news-center .news-one-head .tit p {
    	font-size: 18px;
    	margin-top: 20px;
    	margin-bottom: 25px;
    }
    
    .news-center .news-one-head.tit img {
    	width: 38px;
    	margin-top: 0.1667rem;
    }
    
    .news-one-box {
    	padding: 15px 20px;
    }
    
    .news-one {
    	background: #fff;
    	border-top-left-radius: 25px;
    	border-top-right-radius: 25px;
    }
    
    .new-one-l .slick-prev,
    .new-one-l .slick-next {
    	display: none !important;
    }
    
    .new-one-l {
    	float: left;
    	width: 43%;
    	background: #f0f3fa;
    	max-height: 546px;
    	overflow: hidden;
    }
    
    .new-one-l .slick-slide a {
    	display: block;
    	position: relative;
    	padding-top: 61%;
    	overflow: hidden;
    }
    
    .new-one-l .slick-slide img {
    	position: absolute;
    	top: 0;
    	left: 0;
    	height: auto;
    }
    
    .new-one-l .slick-dots {
    	bottom: 240px;
    	left: 80%;
    	text-align: left;
    	max-height: 546px;
    	overflow: hidden;
    }
    
    .new-one-r {
    	float: right;
    	width: 55%
    }
    
    .new-one-l .slick-dots li button {
    	height: 10px;
    	width: 10px;
    }
    
    .new-one-l .slick-dots .slick-active button {
    	width: 30px;
    }
    
    .new-one-l .news-p {
    	padding: 30px 25px 20px;
    	box-sizing: border-box;
    }
    
    .new-one-l .news-p a {
    	position: static;
    	padding-top: 0;
    }
    
    .new-one-l .time img {
    	width: 15px;
    	margin-right: 10px;
    	vertical-align: middle;
    	margin-top: -3px;
    	display: inline-block;
    	position: static;
    }
    
    .new-one-l .time {
    	font-size: 14px;
    	color: #788291;
    }
    .xwrig{
    	float: right;
    font-size: 25px!important;
    margin-top: 11px;
    }
    .new-one-l .news-p h3 {
    	margin-top: 15px;
    	margin-bottom: 15px;
    	height: 54px;
    	overflow: hidden;
    }
    
    .new-one-l .news-p h3 a {
    	font-size: 20px;
    	color: #05163f;
    	font-weight: bold
    }
    
    .new-one-l .news-p .zy {
    	font-size: 16px;
    	color: #4b556e;
    	line-height: 30px;
    }
    
    .new-one-r li {
    	background: #f0f3fa;
    	padding: 30px 25px 45px;
    	margin-bottom: 20px;
    	box-sizing: border-box;
    }
    
    .new-one-r .time img {
    	width: 15px;
    	margin-right: 10px;
    	vertical-align: middle;
    	margin-top: -3px;
    	display: inline-block;
    }
    
    .new-one-r .time {
    	font-size: 14px;
    	color: #788291;
    }
    
    .new-one-r h3 {
    	margin-top: 15px;
    	margin-bottom: 12px;
    	width: 100%;
    }
    
    .new-one-r h3 a {
    	font-size: 20px;
    	color: #05163f;
    	font-weight: bold;
    	display: block;
    	overflow: hidden;
    	text-overflow: ellipsis;
    	white-space: nowrap
    }
    
    .new-one-r .zy a {
    	font-size: 16px;
    	color: #4b556e;
    }
    
    .new-one-r li:hover h3 a {
    	color: #e61e37;
    }
    
    .news-two {
    	background: #fff;
    	margin-top: 40px;
    	border-top-left-radius: 25px;
    	border-top-right-radius: 25px;
    }
    
    .one-list ul {
    	padding: 0 10px;
    	box-sizing: border-box;
    }
    
    .news-two ul {
    	padding: 15px 20px;
    	margin-top: 40px;
    	box-sizing: border-box;
    }
    .gsxw10{
    	background: none!important;
    	width: 940px!important;
    }
    
    .gsxw10:after{
    	background: none!important
    }
    .news-two li,
    .one-list li {
    	width: 32%;
    	box-sizing: border-box;
    	display: inline-block;
    	vertical-align: top;
    	margin-bottom: 1%;
    	margin-left: 0.8%;
    	zoom: 1;
    }
    
    .one-list li {
    	margin-bottom: 2%;
    }
    
    .news-two li .box,
    .one-list li .box {
    	display: block;
    	line-height: 1.5;
    	transition: all .3s ease-out;
    	height: 100%;
    	box-sizing: border-box;
    	box-shadow: 1px 1px 30px #eee;
    }
    
    .news-two li:hover .box,
    .one-list li:hover .box {
    	box-shadow: 4px 4px 20px 5px rgba(0, 0, 0, 0.13);
    	transform: translate(0, -3px);
    }
    
    .news-two li .box .know,
    .one-list li .box .know {
    	background: #f0f3fa;
    	padding: 40px 35px;
    	box-sizing: border-box;
    }
    
    .news-two li .box .time,
    .one-list li .box .time {
    	font-size: 14px;
    	color: #788291
    }
    
    .news-two li .box .time img,
    .one-list li .box .time img {
    	width: 15px
    }
    
    .news-two li .know h3 a,
    .one-list li .know h3 a {
    	font-size: 20px;
    	color: #05163f;
    	margin: 30px auto;
    	display: block;
    	font-weight: bold;
    	height: 60px;
    	overflow: hidden;
    }
    
    .news-two li .know .more a,
    .one-list li .know .more a {
    	font-size: 16px;
    	color: #4b556e;
    }
    
    .news-two li:hover h3 a,
    .one-list li:hover h3 a {
    	color: #ff7300;
    }
    /* 新闻中心end*/
    /* 服务支持 */
    
    .service-one {
    	padding-top: 70px;
    }
    
    .service-one ul {
    	overflow: hidden;
    	margin-left: -3%
    }
    
    .service-one li {
    	float: left;
    	width: 17%;
    	margin-left: 3%;
    	text-align: center;
    }
    
    .service-one li.two {
    	cursor: pointer;
    }
    
    .service-one li .box {
    	box-sizing: border-box;
    	-moz-box-shadow: 2px 0 70px rgba(194, 205, 239) inset;
    	-webkit-box-shadow: 2px 0 70px rgba(194, 205, 239) inset;
    	box-shadow: 2px 0 70px rgba(194, 205, 239) inset;
    	padding: 88px 25px 44px;
    	border-radius: 20px;
    	margin-top: -80px;
    	transition: all 0.6s ease;
    }
    
    .service-one li:hover .box {
    	transition: all 0.6s ease;
    	-moz-box-shadow: 2px 0 15px rgba(230, 30, 55, 0.2) inset;
    	-webkit-box-shadow: 2px 0 15px rgba(230, 30, 55, 0.2) inset;
    	box-shadow: 2px 0 15px rgba(230, 30, 55, 0.2) inset;
    }
    
    .service-one li .box strong,
    .service-one li .box a {
    	font-weight: bold;
    	display: block;
    	font-size: 22px;
    	color: #05163f;
    	margin: 20px auto 10px;
    }
    
    .service-one li:hover .box strong,
    .service-one li:hover .box a {
    	color: #e61e37;
    	transition: all 0.6s ease;
    }
    
    .service-one li .box p {
    	font-size: 16px;
    	color: #788291;
    }
    
    .service-two,
    .service-four {
    	margin-top: 70px
    }
    
    .service-two .pic,
    .service-four .pic,
    .service-five .pic {
    	text-align: center;
    	display: block;
    	margin: 0 auto;
    }
    
    .service-two h2,
    .service-four h2,
    .service-five h2 {
    	font-size: 38px;
    	color: #05163f;
    	text-align: center;
    	font-weight: bold;
    	margin-top: -50px;
    }
    
    .service-two h2 img,
    .service-four h2 img,
    .service-five h2 img {
    	display: inline-block;
    	margin-left: -35px;
    	width: 30px;
    	height: 30px;
    	margin-top: -10px;
    }
    
    .service-two .tit,
    .service-four .tit,
    .service-five .tit {
    	text-align: center;
    	line-height: 28px;
    	font-size: 16px;
    	color: #555f7d;
    	width: 73%;
    	margin: 20px auto 40px;
    }
    
    .service-two ul {
    	overflow: hidden;
    	margin-left: -3%;
    }
    
    .service-two li {
    	float: left;
    	position: relative;
    	width: 30.3333%;
    	margin-left: 3%;
    }
    
    .service-two li:after {
    	background: url(../images/ser_tm.png) no-repeat;
    	width: 100%;
    	height: 160px;
    	content: "";
    	display: block;
    	position: absolute;
    	bottom: 0;
    	background-size: cover;
    }
    
    .service-two li .box {
    	position: absolute;
    	bottom: 0;
    	padding: 0 20px 20px;
    	box-sizing: border-box;
    	z-index: 10
    }
    
    .service-two li .pic {
    	width: 100%
    }
    
    .service-two li .box img {
    	margin-bottom: 20px;
    	transition: all 0.6s ease;
    }
    
    .service-two li:hover .box img {
    	margin-bottom: 40px;
    	transition: all 0.6s ease;
    }
    
    .service-two li .box p {
    	color: #fff;
    	font-size: 16px;
    	line-height: 30px;
    }
    
    .service-three {
    	margin-top: 70px;
    	padding: 70px 0 75px;
    }
    
    .service-three {
    	background: url(../images/mobfourbox_bg.jpg) no-repeat;
    	background-size: cover;
    }
    
    .service-three .pic {
    	text-align: center;
    	display: block;
    	margin: 0 auto;
    }
    
    .service-three h2 {
    	font-size: 38px;
    	color: #cddcff;
    	text-align: center;
    	font-weight: bold;
    	margin-top: -50px;
    }
    
    .service-three h2 img {
    	display: inline-block;
    	margin-left: -35px;
    	width: 30px;
    	height: 30px;
    	margin-top: -10px;
    }
    
    .service-three .three {
    	overflow: hidden;
    	margin-top: 50px
    }
    
    .service-three .three-l {
    	float: left;
    	width: 30.3333%;
    	margin-right: 1%;
    	margin-top: 20px
    }
    
    .service-three .three-l li,
    .service-three .three-r li {
    	overflow: hidden;
    	margin-bottom: 60px;
    }
    
    .service-three .three-l li img,
    .service-three .three-r li img {
    	float: left;
    	display: block;
    }
    
    .service-three .three-l li p,
    .service-three .three-r li p {
    	float: left;
    	width: 70%;
    	color: #97afe6;
    	padding-left: 20px;
    	box-sizing: border-box;
    	line-height: 30px;
    	margin-top: 15px;
    }
    
    .service-three .ystu {
    	float: left;
    	width: 35.3333%;
    	margin-right: 2%;
    }
    
    .service-three .three-r {
    	float: right;
    	width: 30.3333%;
    	margin-top: 20px
    }
    
    .service-four ul {
    	overflow: hidden;
    	margin-left: -2.5%;
    }
    
    .service-four li {
    	float: left;
    	width: 30.5%;
    	margin-left: 2.5%;
    	overflow: hidden;
    }
    
    .service-four li img {
    	width: 100%;
    	transition: all 0.6s ease;
    }
    
    .service-four li:hover img {
    	transform: scale(1.1, 1.1);
    	-ms-transform: scale(1.1, 1.1);
    	-moz-transform: scale(1.1, 1.1);
    	-webkit-transform: scale(1.1, 1.1);
    	-o-transform: scale(1.1, 1.1);
    	-moz-transition: all .6s ease;
    	-ms-transition: all .6s ease;
    	-o-transition: all .6s ease;
    	-webkit-transition: all .6s ease;
    	transition: all .6s ease;
    }
    
    .service-five {
    	background: #f0f3fa;
    	margin-top: 70px;
    	padding: 70px 0 80px;
    }
    
    .service-five .u-top {
    	overflow: hidden;
    }
    
    .service-five ul li {
    	background: #fff;
    	padding: 25px 45px;
    	box-sizing: border-box;
    	border-radius: 15px;
    	box-shadow: 2px 5px 20px #adbce9
    }
    
    .service-five .u-top {
    	margin-left: -12%;
    	padding: 20px 0;
    	box-sizing: border-box;
    }
    
    .service-five .u-top li {
    	position: relative;
    	float: left;
    	text-align: center;
    	width: 13%;
    	margin-left: 12%
    }
    
    .service-five .u-top .one:after {
    	position: absolute;
    	background: url(../images/s_one.png) no-repeat;
    	content: "";
    	display: block;
    	width: 182px;
    	height: 50px;
    	right: -182px;
    	top: 50%;
    	margin-top: -25px;
    }
    
    .service-five .u-top .two:after {
    	position: absolute;
    	background: url(../images/s_two.png) no-repeat;
    	content: "";
    	display: block;
    	width: 182px;
    	height: 50px;
    	right: -182px;
    	top: 50%;
    	margin-top: -25px;
    }
    
    .service-five .u-top .three:after {
    	position: absolute;
    	background: url(../images/s_three.png) no-repeat;
    	content: "";
    	display: block;
    	width: 182px;
    	height: 50px;
    	right: -182px;
    	top: 50%;
    	margin-top: -25px;
    }
    
    .service-five .u-top li.zuihou:after {
    	background: none
    }
    
    .service-five .u-bottom li.last:after {
    	background: url(../images/s_four.png) no-repeat;
    	content: "";
    	display: block;
    	width: 126px;
    	height: 190px;
    	position: absolute;
    	right: -126px;
    	top: -100px;
    }
    
    .service-five .u-bottom .five:after {
    	position: absolute;
    	background: url(../images/s_five.png) no-repeat;
    	content: "";
    	display: block;
    	width: 182px;
    	height: 50px;
    	right: -182px;
    	top: 50%;
    	margin-top: -25px;
    }
    
    .service-five .u-bottom .six:after {
    	position: absolute;
    	background: url(../images/s_five.png) no-repeat;
    	content: "";
    	display: block;
    	width: 182px;
    	height: 50px;
    	right: -182px;
    	top: 50%;
    	margin-top: -25px;
    }
    
    .service-five li img {
    	width: 80px;
    }
    
    .service-five li p {
    	font-size: 16px;
    	color: #788291;
    	margin-top: 30px;
    }
    
    .service-five .u-bottom {
    	margin-top: 80px
    }
    
    .service-five .u-bottom li {
    	position: relative;
    	float: left;
    	text-align: center;
    	width: 15%;
    	margin-left: 13.5%;
    }
    /* 服务支持end*/
    /* 右侧固定 */
    
    .fixed-right {
      top:500px
    	height: 377px;
    	position: fixed;
    	right: 20px;
    	bottom: 200px;
    	z-index: 9999;
    }
    
    .fixed-right li {
    	position: relative;
    	text-align: center;
    	border-bottom: 1px solid #fff;
    	background: #c2cdef;
    	box-sizing: border-box;
    }
    
    .fixed-right li:hover {
    	background: #fff;
    	border-bottom: 1px solid #121a3b;
    }
    
    .fixed-right li a {
    	font-size: 14px;
    	color: #05163f;
    	display: block;
    	padding: 15px;
    	box-sizing: border-box;
    }
    
    .fixed-right li .xsrx {
    	display: block;
    	font-size: 14px;
    	color: #05163f;
    	margin-top: 4px;
    }
    
    .fixed-right li:hover a {
    	border: 1px solid #c2cdef;
    	padding: 14px;
    }
    
    .fixed-right li a img {
    	display: block;
    	margin: 0 auto 5px;
    }
    
    .fixed-right .up {
    	text-align: center;
    	background: #c2cdef;
    	box-sizing: border-box;
    	padding: 15px;
    	margin-top: 10px;
    	cursor: pointer;
    }
    
    .fixed-right .up p {
    	font-size: 14px;
    	color: #05163f;
    	margin-top: 5px
    }
    
    .fixed-right li.hover {
    	position: relative;
    	padding: 15px 0;
    }
    
    .fixed-right li .box {
    	display: none;
    	overflow: hidden;
    	position: absolute;
    	top: 0;
    	right: 0;
    	background: #fff;
    	width: 300px;
    	height: 97px;
    	text-align: left;
    	border: 1px solid #c2cdef;
    	border-radius: 5px;
    	padding: 10px;
    	box-sizing: border-box;
    }
    
    .fixed-right li .box img {
    	display: block;
    	float: left;
    	width: 75px;
    }
    
    .fixed-right li .box .right {
    	float: left;
    	margin-left: 10px;
    	margin-top: 5px;
    }
    
    .fixed-right li .box .right p {
    	font-size: 18px;
    	color: #05163f;
    	margin-top: 10px;
    }
    
    .fixed-right li .box .right p span {
    	color: #e61e37;
    }
    
    .fixed-right li .box .right strong {
    	font-size: 18px;
    	color: #e61e37;
    	display: block;
    	margin-top: 5px;
    }
    /* 右侧固定end*/
    
    @media screen and (max-width: 1600px) {
    	.head .logo {
    		margin-top: 30px
    	}
    	.head .head-r .top {
    		padding: 10px 0 0 4%;
    	}
    	.head .ul-bot {
    		margin-top: 10px;
    		/* padding: 10px 0; */
    	}
    	.head .head-r .top li a {
    		padding: 10px 54px;
    	}
    	.index-material .neb {
    		padding: 75px 2%;
    	}
    	.index-material form ul {
    		width: 88%;
    	}
    	.index-pro ul li p {
    		font-size: 14px;
    	}
    	.index-pro-list h1,
    	.index-solution h2,
    	.index-new h2 {
    		font-size: 34px;
    	}
    	.index-pro-list .tit,
    	.index-solution .tit,
    	.index-new .tit,
    	.index-pro-list .tit a {
    		font-size: 16px;
    	}
    	.index-pro-list li h3 a {
    		padding: 30px 0 10px;
    		font-size: 18px;
    	}
    	.index-solution .box-bot h3 a {
    		font-size: 24px;
    	}
    	.index-material .neb .neb-l strong,
    	.index-material .neb .neb-l strong span,
    	.index-sl h2,
    	.banner .box strong {
    		font-size: 34px
    	}
    	.index-material .neb .neb-l p,
    	.index-solution .box-bot p span,
    	.index-solution .box-bot p,
    	.banner .box p {
    		font-size: 16px;
    	}
    	.index-new-list .tab li {
    		font-size: 24px;
    	}
    	.index-new-list .list {
    		padding: 25px;
    	}
    	.index-sl {
    		padding: 40px 0;
    	}
    	.index-solution .box-bot p img {
    		font-size: 18px;
    		margin-top: -3px;
    	}
    	.banner .box {
    		top: 60px;
    		left: 9%;
    	}
    	.about-one .fl p {
    		font-size: 26px;
    	}
    	.banner .contact-ul {
    		margin: 15px auto;
    	}
    	.pro-head-r .bottom .swt {
    		width: 43%;
    	}
    	.pro-head-r .bottom .b-r {
    		width: 55%;
    	}
    	.content_video p {
    		padding: 5px 60px;
    	}
    	.xg-al li .al-r img {
    		width: 16px;
    	}
    	.xg-al li .al-r p {
    		font-size: 14px;
    	}
    	.pro-head-r h1 {
    		font-size: 32px;
    	}
    	.more-new .fixed {
    		margin-left: 22.4%;
    	}
    	.pro-cont .pro-head {
    		padding-bottom: 30px;
    	}
    	.pro-head .pro-head-r {
    		padding: 30px 10% 30px 7%;
    	}
    	.pro-head-r .tit {
    		margin-bottom: 15px;
    	}
    	.pro-sc-dt {
    		margin-bottom: 0
    	}
    	.new-zeno .center li .box span {
    		bottom: 26%;
    	}
    	.pro-head-r .bottom .swt span {
    		font-size: 16px;
    	}
    }
    
    @media screen and (max-width: 1440px) {
    	.head .logo {
    		margin-top: 25px;
    	}
    	.index-sl {
    		padding: 60px 0;
    	}
    	.banner .contact-ul li {
    		padding: 10px 45px 10px 30px;
    	}
    	.banner .box form {
    		margin-top: 20px;
    	}
    	.pro-head-r .bottom .b-r {
    		padding-left: 5%;
    		margin-top: 15px;
    	}
    	.pro-head-r .bottom .swt {
    		width: 35%;
    	}
    	.pro-head-r .bottom .b-r .ewm {
    		max-width: 50px;
    	}
    	.pro-head-r .bottom .b-r .ewm-dh,
    	.pro-head-r .bottom .b-r .ewm-dh p {
    		margin-top: 0;
    	}
    	.pro-sc-dt .fl img {
    		width: 28px;
    	}
    	.pro-sc-dt .fl p {
    		padding: 15px 0 15px 10px;
    	}
    	.pro-sc-dt .fl .one,
    	.pro-sc-dt .fl .two {
    		font-size: 14px;
    	}
    	.more-new .fixed {
    		margin-left: 25%;
    	}
    }
    
    @media screen and (max-width: 1366px) {
    	.index-pro ul li p {
    		font-size: 12px;
    	}
    	.banner .box {
    		top: 35px;
    	}
    	.banner .contact-ul {
    		margin: 0px auto 8px;
    	}
    	.banner .box .bot {
    		padding: 7px 30px;
    	}
    }
    
    @media screen and (max-width: 1280px) {
    	.head .logo {
    		margin-top: 35px;
    	}
    	.new-r {
    		width: 25%;
    	}
    	.head {
    		max-width: 1024px;
    	}
    	.head .head-r {
    		margin-left: 5%;
    	}
    	.head .head-r .top li a {
    		padding: 10px 30px;
    	}
    	.head .head-r .top ul {
    		width: 75%;
    	}
    	.head .head-r .top li {
    		margin-right: 15px;
    	}
    	.head .head-r .top .dh-sj {
    		width: 25%;
    	}
    	.index-material .neb .neb-l strong,
    	.index-material .neb .neb-l strong span,
    	.index-sl h2,
    	.banner .box strong {
    		font-size: 26px;
    	}
    	.index-material .neb .neb-l p,
    	.index-solution .box-bot p span,
    	.index-solution .box-bot p,
    	.banner .box p {
    		font-size: 14px;
    		line-height: 28px;
    	}
    	.index-material form ul {
    		width: 85%;
    	}
    	.index-material form .btn {
    		width: 15%;
    	}
    	.wrap,
    	.new-cont h1,
    	.new-cont .date {
    		max-width: 1024px;
    	}
    	.about-one ul li {
    		padding: 30px 35px;
    	}
    	.answer-tw .text img,
    	.answer-jd .text img {
    		width: 85px;
    	}
    	.ques-r .r-head p {
    		font-size: 12px;
    		line-height: 22px;
    	}
    	.ques-r .r-head .dh img {
    		width: 60px;
    	}
    	.ques-r .r-head .dh .ewm p {
    		font-size: 12px;
    	}
    	.ques-r .r-head .dh .ewm span {
    		font-size: 16px;
    	}
    	.ques-r .r-head-kf {
    		bottom: -60px
    	}
    	.ques-r strong,
    	.xg-cp h4 {
    		background-size: 175px 40px;
    	}
    	.service-one li .box strong {
    		font-size: 18px;
    		margin: 5px auto;
    	}
    	.service-one li .box p {
    		font-size: 12px;
    	}
    	.service-one {
    		padding-top: 45px;
    	}
    	.service-one li img {
    		width: 75%;
    	}
    	.service-three .three-l li,
    	.service-three .three-r li {
    		margin-bottom: 20px;
    	}
    	.service-three .three-l,
    	.service-three .three-r {
    		margin-top: 0
    	}
    	.service-five ul li {
    		padding: 25px 0;
    	}
    	.service-five li p {
    		margin-top: 15px;
    	}
    	.banner .contact-ul {
    		margin: 5px auto;
    	}
    	.message .pos {
    		width: 67%;
    		left: 33%;
    	}
    	.message .submit:after {
    		left: 63%;
    		bottom: -14px;
    	}
    	.pro-list .list-l h2 a {
    		font-size: 24px;
    	}
    	.pro-list .list-l .tedian {
    		margin-left: 0
    	}
    	.pro-list .list-l {
    		height: 488px;
    	}
    	.pro-list .list-l p {
    		font-size: 14px;
    		line-height: 28px;
    	}
    	.pro-list .list-l .more a {
    		padding: 10px 25px;
    	}
    	.pro-list .list-l .more {
    		margin-top: 20px;
    	}
    	.pro-list .list-l h2 {
    		margin-bottom: 20px
    	}
    	.pro-head-r .bottom .b-r {
    		width: 65%;
    	}
    	.message {
    		background-size: 100%;
    		height: 480px;
    	}
    	.message .pos p {
    		font-size: 14px;
    		margin: 5px auto 15px;
    	}
    	.message .pos .ul li {
    		font-size: 16px;
    	}
    	.message form ul {
    		margin: 15px 0 15px -3%;
    	}
    	.message input {
    		padding: 10px 0 10px 40px;
    	}
    	.message textarea {
    		height: 85px;
    		padding: 5px 40px;
    		background: url(../images/pic_three.png) no-repeat 2% 10px #fff;
    		background-size: 25px 25px;
    	}
    	.xg-al li .al-r h5 {
    		margin-bottom: 10px;
    	}
    	.xg-al li .al-r p {
    		font-size: 12px;
    	}
    	.list-pro li .name {
    		font-size: 16px;
    	}
    	.list-pro li .name:before,
    	.list-pro li .name:after {
    		width: 40px;
    	}
    	.banner .box form ul {
    		width: 75%;
    	}
    	.list-pro-cl .pro-name h3 {
    		width: 70%;
    	}
    	.casepage_lc .r,
    	.casepage_ys .r {
    		width: 46%;
    	}
    	.case_six li.six-list {
    		padding: 24px 40px;
    	}
    	.case_six li.six-list strong {
    		margin-bottom: 0
    	}
    	.pro-head .pro-head-r {
    		padding: 15px 4% 20px 6%;
    		box-sizing: border-box
    	}
    	.case-head-r .last p {
    		padding: 8px 0 8px 12px;
    		font-size: 14px;
    	}
    	.case-head-r .last p span {
    		font-size: 20px;
    	}
    	.news-list .news-items .item-l .time .t {
    		font-size: 36px;
    	}
    	.news-list .item:hover .item-l:after {
    		right: 69px;
    	}
    	.news-list .pages {
    		margin-left: 17%
    	}
    	.case-head-r {
    		padding: 20px 30px 25px 30px;
    	}
    	.video-head .right .r-head .dh .ewm p {
    		font-size: 12px
    	}
    	.video-head .right .r-head .dh .ewm span {
    		font-size: 18px;
    	}
    	.video-head .right .r-head .head {
    		padding: 30px 20px 20px;
    	}
    	.new-r .r-head-kf {
    		width: 100%;
    	}
    	.banner .box .pic {
    		width: 30%;
    	}
    	.new-lb {
    		margin-top: 15px;
    	}
    	.new-lb a {
    		font-size: 16px;
    		padding: 5px 30px;
    	}
    	.new-zeno .center li .box span {
    		width: 65px;
    		height: 32px;
    		line-height: 32px;
    	}
    	.new-zeno .center li .box span {
    		bottom: 31%;
    	}
    }
    
    @media screen and (max-width: 1024px) {
    	.index-sl .wrap {
    		max-width: 1024px;
    		transform: none;
    	}
    	.index-sl ul {
    		background-size: cover;
    	}
    	.index-material form li input,
    	.banner .box form li input {
    		width: 75%;
    	}
    	.index-material form .btn {
    		width: 18%;
    	}
    	.index-material .neb .neb-head li a {
    		font-size: 14px;
    	}
    	.index-material .neb .neb-head li h3 {
    		margin-top: -35px;
    	}
    	.ques-r .r-head .dh img {
    		width: 55px;
    	}
    	.banner .box {
    		top: 25px;
    	}
    	.banner .box .pic {
    		width: 25%;
    	}
    	.banner .box strong {
    		margin-bottom: 10px;
    	}
    	.banner .contact-ul li img {
    		width: 85px;
    		margin-right: 15px;
    	}
    	.banner .contact-ul li .right .fw {
    		font-size: 20px;
    		margin-bottom: 0;
    	}
    	.index-material select,
    	.banner .box select,
    	.index-material form li input,
    	.banner .box form li input {
    		padding: 10px 20px;
    	}
    	.index-material form .btn,
    	.banner .box form .btn {
    		padding: 10px 60px;
    	}
    	.banner .box .bot img {
    		width: 20px
    	}
    	.service-one li .box {
    		padding: 88px 20px 44px;
    	}
    	.pro-list-zero:before,
    	.pro-list .list-two:after,
    	.pro-list .list-four:after,
    	.pro-list .list-six:after {
    		left: 0;
    		z-index: 9
    	}
    	.pro-list .list-one:before,
    	.pro-list .list-two:before,
    	.pro-list .list-three:before,
    	.pro-list .list-four:before,
    	.pro-list .list-five:before,
    	.pro-list .list-six:before {
    		left: 75px;
    	}
    	.banner .box form ul {
    		width: 65%;
    	}
    	.pro-head-r h1 {
    		font-size: 28px;
    	}
    	.pro-head .pro-head-r {
    		padding: 55px 1% 50px 5%;
    	}
    }
    /* animate */
    
    @-webkit-keyframes bounce {
    	from,
    	20%,
    	53%,
    	80%,
    	to {
    		-webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    		animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    		-webkit-transform: translate3d(0, 0, 0);
    		transform: translate3d(0, 0, 0);
    	}
    	40%,
    	43% {
    		-webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    		animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    		-webkit-transform: translate3d(0, -30px, 0);
    		transform: translate3d(0, -30px, 0);
    	}
    	70% {
    		-webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    		animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    		-webkit-transform: translate3d(0, -15px, 0);
    		transform: translate3d(0, -15px, 0);
    	}
    	90% {
    		-webkit-transform: translate3d(0, -4px, 0);
    		transform: translate3d(0, -4px, 0);
    	}
    }
    
    @keyframes bounce {
    	from,
    	20%,
    	53%,
    	80%,
    	to {
    		-webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    		animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    		-webkit-transform: translate3d(0, 0, 0);
    		transform: translate3d(0, 0, 0);
    	}
    	40%,
    	43% {
    		-webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    		animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    		-webkit-transform: translate3d(0, -30px, 0);
    		transform: translate3d(0, -30px, 0);
    	}
    	70% {
    		-webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    		animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    		-webkit-transform: translate3d(0, -15px, 0);
    		transform: translate3d(0, -15px, 0);
    	}
    	90% {
    		-webkit-transform: translate3d(0, -4px, 0);
    		transform: translate3d(0, -4px, 0);
    	}
    }
    
    .bounce {
    	-webkit-animation-name: bounce;
    	animation-name: bounce;
    	-webkit-transform-origin: center bottom;
    	transform-origin: center bottom;
    }
    
    @-webkit-keyframes flash {
    	from,
    	50%,
    	to {
    		opacity: 1;
    	}
    	25%,
    	75% {
    		opacity: 0;
    	}
    }
    
    @keyframes flash {
    	from,
    	50%,
    	to {
    		opacity: 1;
    	}
    	25%,
    	75% {
    		opacity: 0;
    	}
    }
    
    .flash {
    	-webkit-animation-name: flash;
    	animation-name: flash;
    }
    /* originally authored by Nick Pettit - https://github.com/nickpettit/glide */
    
    @-webkit-keyframes pulse {
    	from {
    		-webkit-transform: scale3d(1, 1, 1);
    		transform: scale3d(1, 1, 1);
    	}
    	50% {
    		-webkit-transform: scale3d(1.05, 1.05, 1.05);
    		transform: scale3d(1.05, 1.05, 1.05);
    	}
    	to {
    		-webkit-transform: scale3d(1, 1, 1);
    		transform: scale3d(1, 1, 1);
    	}
    }
    
    @keyframes pulse {
    	from {
    		-webkit-transform: scale3d(1, 1, 1);
    		transform: scale3d(1, 1, 1);
    	}
    	50% {
    		-webkit-transform: scale3d(1.05, 1.05, 1.05);
    		transform: scale3d(1.05, 1.05, 1.05);
    	}
    	to {
    		-webkit-transform: scale3d(1, 1, 1);
    		transform: scale3d(1, 1, 1);
    	}
    }
    
    .pulse {
    	-webkit-animation-name: pulse;
    	animation-name: pulse;
    }
    
    @-webkit-keyframes rubberBand {
    	from {
    		-webkit-transform: scale3d(1, 1, 1);
    		transform: scale3d(1, 1, 1);
    	}
    	30% {
    		-webkit-transform: scale3d(1.25, 0.75, 1);
    		transform: scale3d(1.25, 0.75, 1);
    	}
    	40% {
    		-webkit-transform: scale3d(0.75, 1.25, 1);
    		transform: scale3d(0.75, 1.25, 1);
    	}
    	50% {
    		-webkit-transform: scale3d(1.15, 0.85, 1);
    		transform: scale3d(1.15, 0.85, 1);
    	}
    	65% {
    		-webkit-transform: scale3d(0.95, 1.05, 1);
    		transform: scale3d(0.95, 1.05, 1);
    	}
    	75% {
    		-webkit-transform: scale3d(1.05, 0.95, 1);
    		transform: scale3d(1.05, 0.95, 1);
    	}
    	to {
    		-webkit-transform: scale3d(1, 1, 1);
    		transform: scale3d(1, 1, 1);
    	}
    }
    
    @keyframes rubberBand {
    	from {
    		-webkit-transform: scale3d(1, 1, 1);
    		transform: scale3d(1, 1, 1);
    	}
    	30% {
    		-webkit-transform: scale3d(1.25, 0.75, 1);
    		transform: scale3d(1.25, 0.75, 1);
    	}
    	40% {
    		-webkit-transform: scale3d(0.75, 1.25, 1);
    		transform: scale3d(0.75, 1.25, 1);
    	}
    	50% {
    		-webkit-transform: scale3d(1.15, 0.85, 1);
    		transform: scale3d(1.15, 0.85, 1);
    	}
    	65% {
    		-webkit-transform: scale3d(0.95, 1.05, 1);
    		transform: scale3d(0.95, 1.05, 1);
    	}
    	75% {
    		-webkit-transform: scale3d(1.05, 0.95, 1);
    		transform: scale3d(1.05, 0.95, 1);
    	}
    	to {
    		-webkit-transform: scale3d(1, 1, 1);
    		transform: scale3d(1, 1, 1);
    	}
    }
    
    .rubberBand {
    	-webkit-animation-name: rubberBand;
    	animation-name: rubberBand;
    }
    
    @-webkit-keyframes shake {
    	from,
    	to {
    		-webkit-transform: translate3d(0, 0, 0);
    		transform: translate3d(0, 0, 0);
    	}
    	10%,
    	30%,
    	50%,
    	70%,
    	90% {
    		-webkit-transform: translate3d(-10px, 0, 0);
    		transform: translate3d(-10px, 0, 0);
    	}
    	20%,
    	40%,
    	60%,
    	80% {
    		-webkit-transform: translate3d(10px, 0, 0);
    		transform: translate3d(10px, 0, 0);
    	}
    }
    
    @keyframes shake {
    	from,
    	to {
    		-webkit-transform: translate3d(0, 0, 0);
    		transform: translate3d(0, 0, 0);
    	}
    	10%,
    	30%,
    	50%,
    	70%,
    	90% {
    		-webkit-transform: translate3d(-10px, 0, 0);
    		transform: translate3d(-10px, 0, 0);
    	}
    	20%,
    	40%,
    	60%,
    	80% {
    		-webkit-transform: translate3d(10px, 0, 0);
    		transform: translate3d(10px, 0, 0);
    	}
    }
    
    .shake {
    	-webkit-animation-name: shake;
    	animation-name: shake;
    }
    
    @-webkit-keyframes headShake {
    	0% {
    		-webkit-transform: translateX(0);
    		transform: translateX(0);
    	}
    	6.5% {
    		-webkit-transform: translateX(-6px) rotateY(-9deg);
    		transform: translateX(-6px) rotateY(-9deg);
    	}
    	18.5% {
    		-webkit-transform: translateX(5px) rotateY(7deg);
    		transform: translateX(5px) rotateY(7deg);
    	}
    	31.5% {
    		-webkit-transform: translateX(-3px) rotateY(-5deg);
    		transform: translateX(-3px) rotateY(-5deg);
    	}
    	43.5% {
    		-webkit-transform: translateX(2px) rotateY(3deg);
    		transform: translateX(2px) rotateY(3deg);
    	}
    	50% {
    		-webkit-transform: translateX(0);
    		transform: translateX(0);
    	}
    }
    
    @keyframes headShake {
    	0% {
    		-webkit-transform: translateX(0);
    		transform: translateX(0);
    	}
    	6.5% {
    		-webkit-transform: translateX(-6px) rotateY(-9deg);
    		transform: translateX(-6px) rotateY(-9deg);
    	}
    	18.5% {
    		-webkit-transform: translateX(5px) rotateY(7deg);
    		transform: translateX(5px) rotateY(7deg);
    	}
    	31.5% {
    		-webkit-transform: translateX(-3px) rotateY(-5deg);
    		transform: translateX(-3px) rotateY(-5deg);
    	}
    	43.5% {
    		-webkit-transform: translateX(2px) rotateY(3deg);
    		transform: translateX(2px) rotateY(3deg);
    	}
    	50% {
    		-webkit-transform: translateX(0);
    		transform: translateX(0);
    	}
    }
    
    .headShake {
    	-webkit-animation-timing-function: ease-in-out;
    	animation-timing-function: ease-in-out;
    	-webkit-animation-name: headShake;
    	animation-name: headShake;
    }
    
    @-webkit-keyframes swing {
    	20% {
    		-webkit-transform: rotate3d(0, 0, 1, 15deg);
    		transform: rotate3d(0, 0, 1, 15deg);
    	}
    	40% {
    		-webkit-transform: rotate3d(0, 0, 1, -10deg);
    		transform: rotate3d(0, 0, 1, -10deg);
    	}
    	60% {
    		-webkit-transform: rotate3d(0, 0, 1, 5deg);
    		transform: rotate3d(0, 0, 1, 5deg);
    	}
    	80% {
    		-webkit-transform: rotate3d(0, 0, 1, -5deg);
    		transform: rotate3d(0, 0, 1, -5deg);
    	}
    	to {
    		-webkit-transform: rotate3d(0, 0, 1, 0deg);
    		transform: rotate3d(0, 0, 1, 0deg);
    	}
    }
    
    @keyframes swing {
    	20% {
    		-webkit-transform: rotate3d(0, 0, 1, 15deg);
    		transform: rotate3d(0, 0, 1, 15deg);
    	}
    	40% {
    		-webkit-transform: rotate3d(0, 0, 1, -10deg);
    		transform: rotate3d(0, 0, 1, -10deg);
    	}
    	60% {
    		-webkit-transform: rotate3d(0, 0, 1, 5deg);
    		transform: rotate3d(0, 0, 1, 5deg);
    	}
    	80% {
    		-webkit-transform: rotate3d(0, 0, 1, -5deg);
    		transform: rotate3d(0, 0, 1, -5deg);
    	}
    	to {
    		-webkit-transform: rotate3d(0, 0, 1, 0deg);
    		transform: rotate3d(0, 0, 1, 0deg);
    	}
    }
    
    .swing {
    	-webkit-transform-origin: top center;
    	transform-origin: top center;
    	-webkit-animation-name: swing;
    	animation-name: swing;
    }
    
    @-webkit-keyframes tada {
    	from {
    		-webkit-transform: scale3d(1, 1, 1);
    		transform: scale3d(1, 1, 1);
    	}
    	10%,
    	20% {
    		-webkit-transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
    		transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
    	}
    	30%,
    	50%,
    	70%,
    	90% {
    		-webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
    		transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
    	}
    	40%,
    	60%,
    	80% {
    		-webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
    		transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
    	}
    	to {
    		-webkit-transform: scale3d(1, 1, 1);
    		transform: scale3d(1, 1, 1);
    	}
    }
    
    @keyframes tada {
    	from {
    		-webkit-transform: scale3d(1, 1, 1);
    		transform: scale3d(1, 1, 1);
    	}
    	10%,
    	20% {
    		-webkit-transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
    		transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
    	}
    	30%,
    	50%,
    	70%,
    	90% {
    		-webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
    		transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
    	}
    	40%,
    	60%,
    	80% {
    		-webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
    		transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
    	}
    	to {
    		-webkit-transform: scale3d(1, 1, 1);
    		transform: scale3d(1, 1, 1);
    	}
    }
    
    .tada {
    	-webkit-animation-name: tada;
    	animation-name: tada;
    }
    
    @-webkit-keyframes wobble {
    	from {
    		-webkit-transform: translate3d(0, 0, 0);
    		transform: translate3d(0, 0, 0);
    	}
    	15% {
    		-webkit-transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
    		transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
    	}
    	30% {
    		-webkit-transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
    		transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
    	}
    	45% {
    		-webkit-transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
    		transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
    	}
    	60% {
    		-webkit-transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
    		transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
    	}
    	75% {
    		-webkit-transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
    		transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
    	}
    	to {
    		-webkit-transform: translate3d(0, 0, 0);
    		transform: translate3d(0, 0, 0);
    	}
    }
    
    @keyframes wobble {
    	from {
    		-webkit-transform: translate3d(0, 0, 0);
    		transform: translate3d(0, 0, 0);
    	}
    	15% {
    		-webkit-transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
    		transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
    	}
    	30% {
    		-webkit-transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
    		transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
    	}
    	45% {
    		-webkit-transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
    		transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
    	}
    	60% {
    		-webkit-transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
    		transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
    	}
    	75% {
    		-webkit-transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
    		transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
    	}
    	to {
    		-webkit-transform: translate3d(0, 0, 0);
    		transform: translate3d(0, 0, 0);
    	}
    }
    
    .wobble {
    	-webkit-animation-name: wobble;
    	animation-name: wobble;
    }
    
    @-webkit-keyframes jello {
    	from,
    	11.1%,
    	to {
    		-webkit-transform: translate3d(0, 0, 0);
    		transform: translate3d(0, 0, 0);
    	}
    	22.2% {
    		-webkit-transform: skewX(-12.5deg) skewY(-12.5deg);
    		transform: skewX(-12.5deg) skewY(-12.5deg);
    	}
    	33.3% {
    		-webkit-transform: skewX(6.25deg) skewY(6.25deg);
    		transform: skewX(6.25deg) skewY(6.25deg);
    	}
    	44.4% {
    		-webkit-transform: skewX(-3.125deg) skewY(-3.125deg);
    		transform: skewX(-3.125deg) skewY(-3.125deg);
    	}
    	55.5% {
    		-webkit-transform: skewX(1.5625deg) skewY(1.5625deg);
    		transform: skewX(1.5625deg) skewY(1.5625deg);
    	}
    	66.6% {
    		-webkit-transform: skewX(-0.78125deg) skewY(-0.78125deg);
    		transform: skewX(-0.78125deg) skewY(-0.78125deg);
    	}
    	77.7% {
    		-webkit-transform: skewX(0.390625deg) skewY(0.390625deg);
    		transform: skewX(0.390625deg) skewY(0.390625deg);
    	}
    	88.8% {
    		-webkit-transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
    		transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
    	}
    }
    
    @keyframes jello {
    	from,
    	11.1%,
    	to {
    		-webkit-transform: translate3d(0, 0, 0);
    		transform: translate3d(0, 0, 0);
    	}
    	22.2% {
    		-webkit-transform: skewX(-12.5deg) skewY(-12.5deg);
    		transform: skewX(-12.5deg) skewY(-12.5deg);
    	}
    	33.3% {
    		-webkit-transform: skewX(6.25deg) skewY(6.25deg);
    		transform: skewX(6.25deg) skewY(6.25deg);
    	}
    	44.4% {
    		-webkit-transform: skewX(-3.125deg) skewY(-3.125deg);
    		transform: skewX(-3.125deg) skewY(-3.125deg);
    	}
    	55.5% {
    		-webkit-transform: skewX(1.5625deg) skewY(1.5625deg);
    		transform: skewX(1.5625deg) skewY(1.5625deg);
    	}
    	66.6% {
    		-webkit-transform: skewX(-0.78125deg) skewY(-0.78125deg);
    		transform: skewX(-0.78125deg) skewY(-0.78125deg);
    	}
    	77.7% {
    		-webkit-transform: skewX(0.390625deg) skewY(0.390625deg);
    		transform: skewX(0.390625deg) skewY(0.390625deg);
    	}
    	88.8% {
    		-webkit-transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
    		transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
    	}
    }
    
    .jello {
    	-webkit-animation-name: jello;
    	animation-name: jello;
    	-webkit-transform-origin: center;
    	transform-origin: center;
    }
    
    @-webkit-keyframes heartBeat {
    	0% {
    		-webkit-transform: scale(1);
    		transform: scale(1);
    	}
    	14% {
    		-webkit-transform: scale(1.3);
    		transform: scale(1.3);
    	}
    	28% {
    		-webkit-transform: scale(1);
    		transform: scale(1);
    	}
    	42% {
    		-webkit-transform: scale(1.3);
    		transform: scale(1.3);
    	}
    	70% {
    		-webkit-transform: scale(1);
    		transform: scale(1);
    	}
    }
    
    @keyframes heartBeat {
    	0% {
    		-webkit-transform: scale(1);
    		transform: scale(1);
    	}
    	14% {
    		-webkit-transform: scale(1.3);
    		transform: scale(1.3);
    	}
    	28% {
    		-webkit-transform: scale(1);
    		transform: scale(1);
    	}
    	42% {
    		-webkit-transform: scale(1.3);
    		transform: scale(1.3);
    	}
    	70% {
    		-webkit-transform: scale(1);
    		transform: scale(1);
    	}
    }
    
    .heartBeat {
    	-webkit-animation-name: heartBeat;
    	animation-name: heartBeat;
    	-webkit-animation-duration: 1.3s;
    	animation-duration: 1.3s;
    	-webkit-animation-timing-function: ease-in-out;
    	animation-timing-function: ease-in-out;
    }
    
    @-webkit-keyframes bounceIn {
    	from,
    	20%,
    	40%,
    	60%,
    	80%,
    	to {
    		-webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    		animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    	}
    	0% {
    		opacity: 0;
    		-webkit-transform: scale3d(0.3, 0.3, 0.3);
    		transform: scale3d(0.3, 0.3, 0.3);
    	}
    	20% {
    		-webkit-transform: scale3d(1.1, 1.1, 1.1);
    		transform: scale3d(1.1, 1.1, 1.1);
    	}
    	40% {
    		-webkit-transform: scale3d(0.9, 0.9, 0.9);
    		transform: scale3d(0.9, 0.9, 0.9);
    	}
    	60% {
    		opacity: 1;
    		-webkit-transform: scale3d(1.03, 1.03, 1.03);
    		transform: scale3d(1.03, 1.03, 1.03);
    	}
    	80% {
    		-webkit-transform: scale3d(0.97, 0.97, 0.97);
    		transform: scale3d(0.97, 0.97, 0.97);
    	}
    	to {
    		opacity: 1;
    		-webkit-transform: scale3d(1, 1, 1);
    		transform: scale3d(1, 1, 1);
    	}
    }
    
    @keyframes bounceIn {
    	from,
    	20%,
    	40%,
    	60%,
    	80%,
    	to {
    		-webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    		animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    	}
    	0% {
    		opacity: 0;
    		-webkit-transform: scale3d(0.3, 0.3, 0.3);
    		transform: scale3d(0.3, 0.3, 0.3);
    	}
    	20% {
    		-webkit-transform: scale3d(1.1, 1.1, 1.1);
    		transform: scale3d(1.1, 1.1, 1.1);
    	}
    	40% {
    		-webkit-transform: scale3d(0.9, 0.9, 0.9);
    		transform: scale3d(0.9, 0.9, 0.9);
    	}
    	60% {
    		opacity: 1;
    		-webkit-transform: scale3d(1.03, 1.03, 1.03);
    		transform: scale3d(1.03, 1.03, 1.03);
    	}
    	80% {
    		-webkit-transform: scale3d(0.97, 0.97, 0.97);
    		transform: scale3d(0.97, 0.97, 0.97);
    	}
    	to {
    		opacity: 1;
    		-webkit-transform: scale3d(1, 1, 1);
    		transform: scale3d(1, 1, 1);
    	}
    }
    
    .bounceIn {
    	-webkit-animation-duration: 0.75s;
    	animation-duration: 0.75s;
    	-webkit-animation-name: bounceIn;
    	animation-name: bounceIn;
    }
    
    @-webkit-keyframes bounceInDown {
    	from,
    	60%,
    	75%,
    	90%,
    	to {
    		-webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    		animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    	}
    	0% {
    		opacity: 0;
    		-webkit-transform: translate3d(0, -3000px, 0);
    		transform: translate3d(0, -3000px, 0);
    	}
    	60% {
    		opacity: 1;
    		-webkit-transform: translate3d(0, 25px, 0);
    		transform: translate3d(0, 25px, 0);
    	}
    	75% {
    		-webkit-transform: translate3d(0, -10px, 0);
    		transform: translate3d(0, -10px, 0);
    	}
    	90% {
    		-webkit-transform: translate3d(0, 5px, 0);
    		transform: translate3d(0, 5px, 0);
    	}
    	to {
    		-webkit-transform: translate3d(0, 0, 0);
    		transform: translate3d(0, 0, 0);
    	}
    }
    
    @keyframes bounceInDown {
    	from,
    	60%,
    	75%,
    	90%,
    	to {
    		-webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    		animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    	}
    	0% {
    		opacity: 0;
    		-webkit-transform: translate3d(0, -3000px, 0);
    		transform: translate3d(0, -3000px, 0);
    	}
    	60% {
    		opacity: 1;
    		-webkit-transform: translate3d(0, 25px, 0);
    		transform: translate3d(0, 25px, 0);
    	}
    	75% {
    		-webkit-transform: translate3d(0, -10px, 0);
    		transform: translate3d(0, -10px, 0);
    	}
    	90% {
    		-webkit-transform: translate3d(0, 5px, 0);
    		transform: translate3d(0, 5px, 0);
    	}
    	to {
    		-webkit-transform: translate3d(0, 0, 0);
    		transform: translate3d(0, 0, 0);
    	}
    }
    
    .bounceInDown {
    	-webkit-animation-name: bounceInDown;
    	animation-name: bounceInDown;
    }
    
    @-webkit-keyframes bounceInLeft {
    	from,
    	60%,
    	75%,
    	90%,
    	to {
    		-webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    		animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    	}
    	0% {
    		opacity: 0;
    		-webkit-transform: translate3d(-3000px, 0, 0);
    		transform: translate3d(-3000px, 0, 0);
    	}
    	60% {
    		opacity: 1;
    		-webkit-transform: translate3d(25px, 0, 0);
    		transform: translate3d(25px, 0, 0);
    	}
    	75% {
    		-webkit-transform: translate3d(-10px, 0, 0);
    		transform: translate3d(-10px, 0, 0);
    	}
    	90% {
    		-webkit-transform: translate3d(5px, 0, 0);
    		transform: translate3d(5px, 0, 0);
    	}
    	to {
    		-webkit-transform: translate3d(0, 0, 0);
    		transform: translate3d(0, 0, 0);
    	}
    }
    
    @keyframes bounceInLeft {
    	from,
    	60%,
    	75%,
    	90%,
    	to {
    		-webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    		animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    	}
    	0% {
    		opacity: 0;
    		-webkit-transform: translate3d(-3000px, 0, 0);
    		transform: translate3d(-3000px, 0, 0);
    	}
    	60% {
    		opacity: 1;
    		-webkit-transform: translate3d(25px, 0, 0);
    		transform: translate3d(25px, 0, 0);
    	}
    	75% {
    		-webkit-transform: translate3d(-10px, 0, 0);
    		transform: translate3d(-10px, 0, 0);
    	}
    	90% {
    		-webkit-transform: translate3d(5px, 0, 0);
    		transform: translate3d(5px, 0, 0);
    	}
    	to {
    		-webkit-transform: translate3d(0, 0, 0);
    		transform: translate3d(0, 0, 0);
    	}
    }
    
    .bounceInLeft {
    	-webkit-animation-name: bounceInLeft;
    	animation-name: bounceInLeft;
    }
    
    @-webkit-keyframes bounceInRight {
    	from,
    	60%,
    	75%,
    	90%,
    	to {
    		-webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    		animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    	}
    	from {
    		opacity: 0;
    		-webkit-transform: translate3d(3000px, 0, 0);
    		transform: translate3d(3000px, 0, 0);
    	}
    	60% {
    		opacity: 1;
    		-webkit-transform: translate3d(-25px, 0, 0);
    		transform: translate3d(-25px, 0, 0);
    	}
    	75% {
    		-webkit-transform: translate3d(10px, 0, 0);
    		transform: translate3d(10px, 0, 0);
    	}
    	90% {
    		-webkit-transform: translate3d(-5px, 0, 0);
    		transform: translate3d(-5px, 0, 0);
    	}
    	to {
    		-webkit-transform: translate3d(0, 0, 0);
    		transform: translate3d(0, 0, 0);
    	}
    }
    
    @keyframes bounceInRight {
    	from,
    	60%,
    	75%,
    	90%,
    	to {
    		-webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    		animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    	}
    	from {
    		opacity: 0;
    		-webkit-transform: translate3d(3000px, 0, 0);
    		transform: translate3d(3000px, 0, 0);
    	}
    	60% {
    		opacity: 1;
    		-webkit-transform: translate3d(-25px, 0, 0);
    		transform: translate3d(-25px, 0, 0);
    	}
    	75% {
    		-webkit-transform: translate3d(10px, 0, 0);
    		transform: translate3d(10px, 0, 0);
    	}
    	90% {
    		-webkit-transform: translate3d(-5px, 0, 0);
    		transform: translate3d(-5px, 0, 0);
    	}
    	to {
    		-webkit-transform: translate3d(0, 0, 0);
    		transform: translate3d(0, 0, 0);
    	}
    }
    
    .bounceInRight {
    	-webkit-animation-name: bounceInRight;
    	animation-name: bounceInRight;
    }
    
    @-webkit-keyframes bounceInUp {
    	from,
    	60%,
    	75%,
    	90%,
    	to {
    		-webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    		animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    	}
    	from {
    		opacity: 0;
    		-webkit-transform: translate3d(0, 3000px, 0);
    		transform: translate3d(0, 3000px, 0);
    	}
    	60% {
    		opacity: 1;
    		-webkit-transform: translate3d(0, -20px, 0);
    		transform: translate3d(0, -20px, 0);
    	}
    	75% {
    		-webkit-transform: translate3d(0, 10px, 0);
    		transform: translate3d(0, 10px, 0);
    	}
    	90% {
    		-webkit-transform: translate3d(0, -5px, 0);
    		transform: translate3d(0, -5px, 0);
    	}
    	to {
    		-webkit-transform: translate3d(0, 0, 0);
    		transform: translate3d(0, 0, 0);
    	}
    }
    
    @keyframes bounceInUp {
    	from,
    	60%,
    	75%,
    	90%,
    	to {
    		-webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    		animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    	}
    	from {
    		opacity: 0;
    		-webkit-transform: translate3d(0, 3000px, 0);
    		transform: translate3d(0, 3000px, 0);
    	}
    	60% {
    		opacity: 1;
    		-webkit-transform: translate3d(0, -20px, 0);
    		transform: translate3d(0, -20px, 0);
    	}
    	75% {
    		-webkit-transform: translate3d(0, 10px, 0);
    		transform: translate3d(0, 10px, 0);
    	}
    	90% {
    		-webkit-transform: translate3d(0, -5px, 0);
    		transform: translate3d(0, -5px, 0);
    	}
    	to {
    		-webkit-transform: translate3d(0, 0, 0);
    		transform: translate3d(0, 0, 0);
    	}
    }
    
    .bounceInUp {
    	-webkit-animation-name: bounceInUp;
    	animation-name: bounceInUp;
    }
    
    @-webkit-keyframes bounceOut {
    	20% {
    		-webkit-transform: scale3d(0.9, 0.9, 0.9);
    		transform: scale3d(0.9, 0.9, 0.9);
    	}
    	50%,
    	55% {
    		opacity: 1;
    		-webkit-transform: scale3d(1.1, 1.1, 1.1);
    		transform: scale3d(1.1, 1.1, 1.1);
    	}
    	to {
    		opacity: 0;
    		-webkit-transform: scale3d(0.3, 0.3, 0.3);
    		transform: scale3d(0.3, 0.3, 0.3);
    	}
    }
    
    @keyframes bounceOut {
    	20% {
    		-webkit-transform: scale3d(0.9, 0.9, 0.9);
    		transform: scale3d(0.9, 0.9, 0.9);
    	}
    	50%,
    	55% {
    		opacity: 1;
    		-webkit-transform: scale3d(1.1, 1.1, 1.1);
    		transform: scale3d(1.1, 1.1, 1.1);
    	}
    	to {
    		opacity: 0;
    		-webkit-transform: scale3d(0.3, 0.3, 0.3);
    		transform: scale3d(0.3, 0.3, 0.3);
    	}
    }
    
    .bounceOut {
    	-webkit-animation-duration: 0.75s;
    	animation-duration: 0.75s;
    	-webkit-animation-name: bounceOut;
    	animation-name: bounceOut;
    }
    
    @-webkit-keyframes bounceOutDown {
    	20% {
    		-webkit-transform: translate3d(0, 10px, 0);
    		transform: translate3d(0, 10px, 0);
    	}
    	40%,
    	45% {
    		opacity: 1;
    		-webkit-transform: translate3d(0, -20px, 0);
    		transform: translate3d(0, -20px, 0);
    	}
    	to {
    		opacity: 0;
    		-webkit-transform: translate3d(0, 2000px, 0);
    		transform: translate3d(0, 2000px, 0);
    	}
    }
    
    @keyframes bounceOutDown {
    	20% {
    		-webkit-transform: translate3d(0, 10px, 0);
    		transform: translate3d(0, 10px, 0);
    	}
    	40%,
    	45% {
    		opacity: 1;
    		-webkit-transform: translate3d(0, -20px, 0);
    		transform: translate3d(0, -20px, 0);
    	}
    	to {
    		opacity: 0;
    		-webkit-transform: translate3d(0, 2000px, 0);
    		transform: translate3d(0, 2000px, 0);
    	}
    }
    
    .bounceOutDown {
    	-webkit-animation-name: bounceOutDown;
    	animation-name: bounceOutDown;
    }
    
    @-webkit-keyframes bounceOutLeft {
    	20% {
    		opacity: 1;
    		-webkit-transform: translate3d(20px, 0, 0);
    		transform: translate3d(20px, 0, 0);
    	}
    	to {
    		opacity: 0;
    		-webkit-transform: translate3d(-2000px, 0, 0);
    		transform: translate3d(-2000px, 0, 0);
    	}
    }
    
    @keyframes bounceOutLeft {
    	20% {
    		opacity: 1;
    		-webkit-transform: translate3d(20px, 0, 0);
    		transform: translate3d(20px, 0, 0);
    	}
    	to {
    		opacity: 0;
    		-webkit-transform: translate3d(-2000px, 0, 0);
    		transform: translate3d(-2000px, 0, 0);
    	}
    }
    
    .bounceOutLeft {
    	-webkit-animation-name: bounceOutLeft;
    	animation-name: bounceOutLeft;
    }
    
    @-webkit-keyframes bounceOutRight {
    	20% {
    		opacity: 1;
    		-webkit-transform: translate3d(-20px, 0, 0);
    		transform: translate3d(-20px, 0, 0);
    	}
    	to {
    		opacity: 0;
    		-webkit-transform: translate3d(2000px, 0, 0);
    		transform: translate3d(2000px, 0, 0);
    	}
    }
    
    @keyframes bounceOutRight {
    	20% {
    		opacity: 1;
    		-webkit-transform: translate3d(-20px, 0, 0);
    		transform: translate3d(-20px, 0, 0);
    	}
    	to {
    		opacity: 0;
    		-webkit-transform: translate3d(2000px, 0, 0);
    		transform: translate3d(2000px, 0, 0);
    	}
    }
    
    .bounceOutRight {
    	-webkit-animation-name: bounceOutRight;
    	animation-name: bounceOutRight;
    }
    
    @-webkit-keyframes bounceOutUp {
    	20% {
    		-webkit-transform: translate3d(0, -10px, 0);
    		transform: translate3d(0, -10px, 0);
    	}
    	40%,
    	45% {
    		opacity: 1;
    		-webkit-transform: translate3d(0, 20px, 0);
    		transform: translate3d(0, 20px, 0);
    	}
    	to {
    		opacity: 0;
    		-webkit-transform: translate3d(0, -2000px, 0);
    		transform: translate3d(0, -2000px, 0);
    	}
    }
    
    @keyframes bounceOutUp {
    	20% {
    		-webkit-transform: translate3d(0, -10px, 0);
    		transform: translate3d(0, -10px, 0);
    	}
    	40%,
    	45% {
    		opacity: 1;
    		-webkit-transform: translate3d(0, 20px, 0);
    		transform: translate3d(0, 20px, 0);
    	}
    	to {
    		opacity: 0;
    		-webkit-transform: translate3d(0, -2000px, 0);
    		transform: translate3d(0, -2000px, 0);
    	}
    }
    
    .bounceOutUp {
    	-webkit-animation-name: bounceOutUp;
    	animation-name: bounceOutUp;
    }
    
    @-webkit-keyframes fadeIn {
    	from {
    		opacity: 0;
    	}
    	to {
    		opacity: 1;
    	}
    }
    
    @keyframes fadeIn {
    	from {
    		opacity: 0;
    	}
    	to {
    		opacity: 1;
    	}
    }
    
    .fadeIn {
    	-webkit-animation-name: fadeIn;
    	animation-name: fadeIn;
    }
    
    @-webkit-keyframes fadeInDown {
    	from {
    		opacity: 0;
    		-webkit-transform: translate3d(0, -100%, 0);
    		transform: translate3d(0, -100%, 0);
    	}
    	to {
    		opacity: 1;
    		-webkit-transform: translate3d(0, 0, 0);
    		transform: translate3d(0, 0, 0);
    	}
    }
    
    @keyframes fadeInDown {
    	from {
    		opacity: 0;
    		-webkit-transform: translate3d(0, -100%, 0);
    		transform: translate3d(0, -100%, 0);
    	}
    	to {
    		opacity: 1;
    		-webkit-transform: translate3d(0, 0, 0);
    		transform: translate3d(0, 0, 0);
    	}
    }
    
    .fadeInDown {
    	-webkit-animation-name: fadeInDown;
    	animation-name: fadeInDown;
    }
    
    @-webkit-keyframes fadeInDownBig {
    	from {
    		opacity: 0;
    		-webkit-transform: translate3d(0, -2000px, 0);
    		transform: translate3d(0, -2000px, 0);
    	}
    	to {
    		opacity: 1;
    		-webkit-transform: translate3d(0, 0, 0);
    		transform: translate3d(0, 0, 0);
    	}
    }
    
    @keyframes fadeInDownBig {
    	from {
    		opacity: 0;
    		-webkit-transform: translate3d(0, -2000px, 0);
    		transform: translate3d(0, -2000px, 0);
    	}
    	to {
    		opacity: 1;
    		-webkit-transform: translate3d(0, 0, 0);
    		transform: translate3d(0, 0, 0);
    	}
    }
    
    .fadeInDownBig {
    	-webkit-animation-name: fadeInDownBig;
    	animation-name: fadeInDownBig;
    }
    
    @-webkit-keyframes fadeInLeft {
    	from {
    		opacity: 0;
    		-webkit-transform: translate3d(-100%, 0, 0);
    		transform: translate3d(-100%, 0, 0);
    	}
    	to {
    		opacity: 1;
    		-webkit-transform: translate3d(0, 0, 0);
    		transform: translate3d(0, 0, 0);
    	}
    }
    
    @keyframes fadeInLeft {
    	from {
    		opacity: 0;
    		-webkit-transform: translate3d(-100%, 0, 0);
    		transform: translate3d(-100%, 0, 0);
    	}
    	to {
    		opacity: 1;
    		-webkit-transform: translate3d(0, 0, 0);
    		transform: translate3d(0, 0, 0);
    	}
    }
    
    .fadeInLeft {
    	-webkit-animation-name: fadeInLeft;
    	animation-name: fadeInLeft;
    }
    
    @-webkit-keyframes fadeInLeftBig {
    	from {
    		opacity: 0;
    		-webkit-transform: translate3d(-2000px, 0, 0);
    		transform: translate3d(-2000px, 0, 0);
    	}
    	to {
    		opacity: 1;
    		-webkit-transform: translate3d(0, 0, 0);
    		transform: translate3d(0, 0, 0);
    	}
    }
    
    @keyframes fadeInLeftBig {
    	from {
    		opacity: 0;
    		-webkit-transform: translate3d(-2000px, 0, 0);
    		transform: translate3d(-2000px, 0, 0);
    	}
    	to {
    		opacity: 1;
    		-webkit-transform: translate3d(0, 0, 0);
    		transform: translate3d(0, 0, 0);
    	}
    }
    
    .fadeInLeftBig {
    	-webkit-animation-name: fadeInLeftBig;
    	animation-name: fadeInLeftBig;
    }
    
    @-webkit-keyframes fadeInRight {
    	from {
    		opacity: 0;
    		-webkit-transform: translate3d(100%, 0, 0);
    		transform: translate3d(100%, 0, 0);
    	}
    	to {
    		opacity: 1;
    		-webkit-transform: translate3d(0, 0, 0);
    		transform: translate3d(0, 0, 0);
    	}
    }
    
    @keyframes fadeInRight {
    	from {
    		opacity: 0;
    		-webkit-transform: translate3d(100%, 0, 0);
    		transform: translate3d(100%, 0, 0);
    	}
    	to {
    		opacity: 1;
    		-webkit-transform: translate3d(0, 0, 0);
    		transform: translate3d(0, 0, 0);
    	}
    }
    
    .fadeInRight {
    	-webkit-animation-name: fadeInRight;
    	animation-name: fadeInRight;
    }
    
    @-webkit-keyframes fadeInRightBig {
    	from {
    		opacity: 0;
    		-webkit-transform: translate3d(2000px, 0, 0);
    		transform: translate3d(2000px, 0, 0);
    	}
    	to {
    		opacity: 1;
    		-webkit-transform: translate3d(0, 0, 0);
    		transform: translate3d(0, 0, 0);
    	}
    }
    
    @keyframes fadeInRightBig {
    	from {
    		opacity: 0;
    		-webkit-transform: translate3d(2000px, 0, 0);
    		transform: translate3d(2000px, 0, 0);
    	}
    	to {
    		opacity: 1;
    		-webkit-transform: translate3d(0, 0, 0);
    		transform: translate3d(0, 0, 0);
    	}
    }
    
    .fadeInRightBig {
    	-webkit-animation-name: fadeInRightBig;
    	animation-name: fadeInRightBig;
    }
    
    @-webkit-keyframes fadeInUp {
    	from {
    		opacity: 0;
    		-webkit-transform: translate3d(0, 100%, 0);
    		transform: translate3d(0, 100%, 0);
    	}
    	to {
    		opacity: 1;
    		-webkit-transform: translate3d(0, 0, 0);
    		transform: translate3d(0, 0, 0);
    	}
    }
    
    @keyframes fadeInUp {
    	from {
    		opacity: 0;
    		-webkit-transform: translate3d(0, 100%, 0);
    		transform: translate3d(0, 100%, 0);
    	}
    	to {
    		opacity: 1;
    		-webkit-transform: translate3d(0, 0, 0);
    		transform: translate3d(0, 0, 0);
    	}
    }
    
    .fadeInUp {
    	-webkit-animation-name: fadeInUp;
    	animation-name: fadeInUp;
    }
    
    @-webkit-keyframes fadeInUpBig {
    	from {
    		opacity: 0;
    		-webkit-transform: translate3d(0, 2000px, 0);
    		transform: translate3d(0, 2000px, 0);
    	}
    	to {
    		opacity: 1;
    		-webkit-transform: translate3d(0, 0, 0);
    		transform: translate3d(0, 0, 0);
    	}
    }
    
    @keyframes fadeInUpBig {
    	from {
    		opacity: 0;
    		-webkit-transform: translate3d(0, 2000px, 0);
    		transform: translate3d(0, 2000px, 0);
    	}
    	to {
    		opacity: 1;
    		-webkit-transform: translate3d(0, 0, 0);
    		transform: translate3d(0, 0, 0);
    	}
    }
    
    .fadeInUpBig {
    	-webkit-animation-name: fadeInUpBig;
    	animation-name: fadeInUpBig;
    }
    
    @-webkit-keyframes fadeOut {
    	from {
    		opacity: 1;
    	}
    	to {
    		opacity: 0;
    	}
    }
    
    @keyframes fadeOut {
    	from {
    		opacity: 1;
    	}
    	to {
    		opacity: 0;
    	}
    }
    
    .fadeOut {
    	-webkit-animation-name: fadeOut;
    	animation-name: fadeOut;
    }
    
    @-webkit-keyframes fadeOutDown {
    	from {
    		opacity: 1;
    	}
    	to {
    		opacity: 0;
    		-webkit-transform: translate3d(0, 100%, 0);
    		transform: translate3d(0, 100%, 0);
    	}
    }
    
    @keyframes fadeOutDown {
    	from {
    		opacity: 1;
    	}
    	to {
    		opacity: 0;
    		-webkit-transform: translate3d(0, 100%, 0);
    		transform: translate3d(0, 100%, 0);
    	}
    }
    
    .fadeOutDown {
    	-webkit-animation-name: fadeOutDown;
    	animation-name: fadeOutDown;
    }
    
    @-webkit-keyframes fadeOutDownBig {
    	from {
    		opacity: 1;
    	}
    	to {
    		opacity: 0;
    		-webkit-transform: translate3d(0, 2000px, 0);
    		transform: translate3d(0, 2000px, 0);
    	}
    }
    
    @keyframes fadeOutDownBig {
    	from {
    		opacity: 1;
    	}
    	to {
    		opacity: 0;
    		-webkit-transform: translate3d(0, 2000px, 0);
    		transform: translate3d(0, 2000px, 0);
    	}
    }
    
    .fadeOutDownBig {
    	-webkit-animation-name: fadeOutDownBig;
    	animation-name: fadeOutDownBig;
    }
    
    @-webkit-keyframes fadeOutLeft {
    	from {
    		opacity: 1;
    	}
    	to {
    		opacity: 0;
    		-webkit-transform: translate3d(-100%, 0, 0);
    		transform: translate3d(-100%, 0, 0);
    	}
    }
    
    @keyframes fadeOutLeft {
    	from {
    		opacity: 1;
    	}
    	to {
    		opacity: 0;
    		-webkit-transform: translate3d(-100%, 0, 0);
    		transform: translate3d(-100%, 0, 0);
    	}
    }
    
    .fadeOutLeft {
    	-webkit-animation-name: fadeOutLeft;
    	animation-name: fadeOutLeft;
    }
    
    @-webkit-keyframes fadeOutLeftBig {
    	from {
    		opacity: 1;
    	}
    	to {
    		opacity: 0;
    		-webkit-transform: translate3d(-2000px, 0, 0);
    		transform: translate3d(-2000px, 0, 0);
    	}
    }
    
    @keyframes fadeOutLeftBig {
    	from {
    		opacity: 1;
    	}
    	to {
    		opacity: 0;
    		-webkit-transform: translate3d(-2000px, 0, 0);
    		transform: translate3d(-2000px, 0, 0);
    	}
    }
    
    .fadeOutLeftBig {
    	-webkit-animation-name: fadeOutLeftBig;
    	animation-name: fadeOutLeftBig;
    }
    
    @-webkit-keyframes fadeOutRight {
    	from {
    		opacity: 1;
    	}
    	to {
    		opacity: 0;
    		-webkit-transform: translate3d(100%, 0, 0);
    		transform: translate3d(100%, 0, 0);
    	}
    }
    
    @keyframes fadeOutRight {
    	from {
    		opacity: 1;
    	}
    	to {
    		opacity: 0;
    		-webkit-transform: translate3d(100%, 0, 0);
    		transform: translate3d(100%, 0, 0);
    	}
    }
    
    .fadeOutRight {
    	-webkit-animation-name: fadeOutRight;
    	animation-name: fadeOutRight;
    }
    
    @-webkit-keyframes fadeOutRightBig {
    	from {
    		opacity: 1;
    	}
    	to {
    		opacity: 0;
    		-webkit-transform: translate3d(2000px, 0, 0);
    		transform: translate3d(2000px, 0, 0);
    	}
    }
    
    @keyframes fadeOutRightBig {
    	from {
    		opacity: 1;
    	}
    	to {
    		opacity: 0;
    		-webkit-transform: translate3d(2000px, 0, 0);
    		transform: translate3d(2000px, 0, 0);
    	}
    }
    
    .fadeOutRightBig {
    	-webkit-animation-name: fadeOutRightBig;
    	animation-name: fadeOutRightBig;
    }
    
    @-webkit-keyframes fadeOutUp {
    	from {
    		opacity: 1;
    	}
    	to {
    		opacity: 0;
    		-webkit-transform: translate3d(0, -100%, 0);
    		transform: translate3d(0, -100%, 0);
    	}
    }
    
    @keyframes fadeOutUp {
    	from {
    		opacity: 1;
    	}
    	to {
    		opacity: 0;
    		-webkit-transform: translate3d(0, -100%, 0);
    		transform: translate3d(0, -100%, 0);
    	}
    }
    
    .fadeOutUp {
    	-webkit-animation-name: fadeOutUp;
    	animation-name: fadeOutUp;
    }
    
    @-webkit-keyframes fadeOutUpBig {
    	from {
    		opacity: 1;
    	}
    	to {
    		opacity: 0;
    		-webkit-transform: translate3d(0, -2000px, 0);
    		transform: translate3d(0, -2000px, 0);
    	}
    }
    
    @keyframes fadeOutUpBig {
    	from {
    		opacity: 1;
    	}
    	to {
    		opacity: 0;
    		-webkit-transform: translate3d(0, -2000px, 0);
    		transform: translate3d(0, -2000px, 0);
    	}
    }
    
    .fadeOutUpBig {
    	-webkit-animation-name: fadeOutUpBig;
    	animation-name: fadeOutUpBig;
    }
    
    @-webkit-keyframes flip {
    	from {
    		-webkit-transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 0) rotate3d(0, 1, 0, -360deg);
    		transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 0) rotate3d(0, 1, 0, -360deg);
    		-webkit-animation-timing-function: ease-out;
    		animation-timing-function: ease-out;
    	}
    	40% {
    		-webkit-transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
    		transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
    		-webkit-animation-timing-function: ease-out;
    		animation-timing-function: ease-out;
    	}
    	50% {
    		-webkit-transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
    		transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
    		-webkit-animation-timing-function: ease-in;
    		animation-timing-function: ease-in;
    	}
    	80% {
    		-webkit-transform: perspective(400px) scale3d(0.95, 0.95, 0.95) translate3d(0, 0, 0) rotate3d(0, 1, 0, 0deg);
    		transform: perspective(400px) scale3d(0.95, 0.95, 0.95) translate3d(0, 0, 0) rotate3d(0, 1, 0, 0deg);
    		-webkit-animation-timing-function: ease-in;
    		animation-timing-function: ease-in;
    	}
    	to {
    		-webkit-transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 0) rotate3d(0, 1, 0, 0deg);
    		transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 0) rotate3d(0, 1, 0, 0deg);
    		-webkit-animation-timing-function: ease-in;
    		animation-timing-function: ease-in;
    	}
    }
    
    @keyframes flip {
    	from {
    		-webkit-transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 0) rotate3d(0, 1, 0, -360deg);
    		transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 0) rotate3d(0, 1, 0, -360deg);
    		-webkit-animation-timing-function: ease-out;
    		animation-timing-function: ease-out;
    	}
    	40% {
    		-webkit-transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
    		transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
    		-webkit-animation-timing-function: ease-out;
    		animation-timing-function: ease-out;
    	}
    	50% {
    		-webkit-transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
    		transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
    		-webkit-animation-timing-function: ease-in;
    		animation-timing-function: ease-in;
    	}
    	80% {
    		-webkit-transform: perspective(400px) scale3d(0.95, 0.95, 0.95) translate3d(0, 0, 0) rotate3d(0, 1, 0, 0deg);
    		transform: perspective(400px) scale3d(0.95, 0.95, 0.95) translate3d(0, 0, 0) rotate3d(0, 1, 0, 0deg);
    		-webkit-animation-timing-function: ease-in;
    		animation-timing-function: ease-in;
    	}
    	to {
    		-webkit-transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 0) rotate3d(0, 1, 0, 0deg);
    		transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 0) rotate3d(0, 1, 0, 0deg);
    		-webkit-animation-timing-function: ease-in;
    		animation-timing-function: ease-in;
    	}
    }
    
    .animated.flip {
    	-webkit-backface-visibility: visible;
    	backface-visibility: visible;
    	-webkit-animation-name: flip;
    	animation-name: flip;
    }
    
    @-webkit-keyframes flipInX {
    	from {
    		-webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    		transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    		-webkit-animation-timing-function: ease-in;
    		animation-timing-function: ease-in;
    		opacity: 0;
    	}
    	40% {
    		-webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    		transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    		-webkit-animation-timing-function: ease-in;
    		animation-timing-function: ease-in;
    	}
    	60% {
    		-webkit-transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    		transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    		opacity: 1;
    	}
    	80% {
    		-webkit-transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
    		transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
    	}
    	to {
    		-webkit-transform: perspective(400px);
    		transform: perspective(400px);
    	}
    }
    
    @keyframes flipInX {
    	from {
    		-webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    		transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    		-webkit-animation-timing-function: ease-in;
    		animation-timing-function: ease-in;
    		opacity: 0;
    	}
    	40% {
    		-webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    		transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    		-webkit-animation-timing-function: ease-in;
    		animation-timing-function: ease-in;
    	}
    	60% {
    		-webkit-transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    		transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    		opacity: 1;
    	}
    	80% {
    		-webkit-transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
    		transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
    	}
    	to {
    		-webkit-transform: perspective(400px);
    		transform: perspective(400px);
    	}
    }
    
    .flipInX {
    	-webkit-backface-visibility: visible !important;
    	backface-visibility: visible !important;
    	-webkit-animation-name: flipInX;
    	animation-name: flipInX;
    }
    
    @-webkit-keyframes flipInY {
    	from {
    		-webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    		transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    		-webkit-animation-timing-function: ease-in;
    		animation-timing-function: ease-in;
    		opacity: 0;
    	}
    	40% {
    		-webkit-transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    		transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    		-webkit-animation-timing-function: ease-in;
    		animation-timing-function: ease-in;
    	}
    	60% {
    		-webkit-transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    		transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    		opacity: 1;
    	}
    	80% {
    		-webkit-transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
    		transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
    	}
    	to {
    		-webkit-transform: perspective(400px);
    		transform: perspective(400px);
    	}
    }
    
    @keyframes flipInY {
    	from {
    		-webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    		transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    		-webkit-animation-timing-function: ease-in;
    		animation-timing-function: ease-in;
    		opacity: 0;
    	}
    	40% {
    		-webkit-transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    		transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    		-webkit-animation-timing-function: ease-in;
    		animation-timing-function: ease-in;
    	}
    	60% {
    		-webkit-transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    		transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    		opacity: 1;
    	}
    	80% {
    		-webkit-transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
    		transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
    	}
    	to {
    		-webkit-transform: perspective(400px);
    		transform: perspective(400px);
    	}
    }
    
    .flipInY {
    	-webkit-backface-visibility: visible !important;
    	backface-visibility: visible !important;
    	-webkit-animation-name: flipInY;
    	animation-name: flipInY;
    }
    
    @-webkit-keyframes flipOutX {
    	from {
    		-webkit-transform: perspective(400px);
    		transform: perspective(400px);
    	}
    	30% {
    		-webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    		transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    		opacity: 1;
    	}
    	to {
    		-webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    		transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    		opacity: 0;
    	}
    }
    
    @keyframes flipOutX {
    	from {
    		-webkit-transform: perspective(400px);
    		transform: perspective(400px);
    	}
    	30% {
    		-webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    		transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    		opacity: 1;
    	}
    	to {
    		-webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    		transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    		opacity: 0;
    	}
    }
    
    .flipOutX {
    	-webkit-animation-duration: 0.75s;
    	animation-duration: 0.75s;
    	-webkit-animation-name: flipOutX;
    	animation-name: flipOutX;
    	-webkit-backface-visibility: visible !important;
    	backface-visibility: visible !important;
    }
    
    @-webkit-keyframes flipOutY {
    	from {
    		-webkit-transform: perspective(400px);
    		transform: perspective(400px);
    	}
    	30% {
    		-webkit-transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
    		transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
    		opacity: 1;
    	}
    	to {
    		-webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    		transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    		opacity: 0;
    	}
    }
    
    @keyframes flipOutY {
    	from {
    		-webkit-transform: perspective(400px);
    		transform: perspective(400px);
    	}
    	30% {
    		-webkit-transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
    		transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
    		opacity: 1;
    	}
    	to {
    		-webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    		transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    		opacity: 0;
    	}
    }
    
    .flipOutY {
    	-webkit-animation-duration: 0.75s;
    	animation-duration: 0.75s;
    	-webkit-backface-visibility: visible !important;
    	backface-visibility: visible !important;
    	-webkit-animation-name: flipOutY;
    	animation-name: flipOutY;
    }
    
    @-webkit-keyframes lightSpeedIn {
    	from {
    		-webkit-transform: translate3d(100%, 0, 0) skewX(-30deg);
    		transform: translate3d(100%, 0, 0) skewX(-30deg);
    		opacity: 0;
    	}
    	60% {
    		-webkit-transform: skewX(20deg);
    		transform: skewX(20deg);
    		opacity: 1;
    	}
    	80% {
    		-webkit-transform: skewX(-5deg);
    		transform: skewX(-5deg);
    	}
    	to {
    		-webkit-transform: translate3d(0, 0, 0);
    		transform: translate3d(0, 0, 0);
    	}
    }
    
    @keyframes lightSpeedIn {
    	from {
    		-webkit-transform: translate3d(100%, 0, 0) skewX(-30deg);
    		transform: translate3d(100%, 0, 0) skewX(-30deg);
    		opacity: 0;
    	}
    	60% {
    		-webkit-transform: skewX(20deg);
    		transform: skewX(20deg);
    		opacity: 1;
    	}
    	80% {
    		-webkit-transform: skewX(-5deg);
    		transform: skewX(-5deg);
    	}
    	to {
    		-webkit-transform: translate3d(0, 0, 0);
    		transform: translate3d(0, 0, 0);
    	}
    }
    
    .lightSpeedIn {
    	-webkit-animation-name: lightSpeedIn;
    	animation-name: lightSpeedIn;
    	-webkit-animation-timing-function: ease-out;
    	animation-timing-function: ease-out;
    }
    
    @-webkit-keyframes lightSpeedOut {
    	from {
    		opacity: 1;
    	}
    	to {
    		-webkit-transform: translate3d(100%, 0, 0) skewX(30deg);
    		transform: translate3d(100%, 0, 0) skewX(30deg);
    		opacity: 0;
    	}
    }
    
    @keyframes lightSpeedOut {
    	from {
    		opacity: 1;
    	}
    	to {
    		-webkit-transform: translate3d(100%, 0, 0) skewX(30deg);
    		transform: translate3d(100%, 0, 0) skewX(30deg);
    		opacity: 0;
    	}
    }
    
    .lightSpeedOut {
    	-webkit-animation-name: lightSpeedOut;
    	animation-name: lightSpeedOut;
    	-webkit-animation-timing-function: ease-in;
    	animation-timing-function: ease-in;
    }
    
    @-webkit-keyframes rotateIn {
    	from {
    		-webkit-transform-origin: center;
    		transform-origin: center;
    		-webkit-transform: rotate3d(0, 0, 1, -200deg);
    		transform: rotate3d(0, 0, 1, -200deg);
    		opacity: 0;
    	}
    	to {
    		-webkit-transform-origin: center;
    		transform-origin: center;
    		-webkit-transform: translate3d(0, 0, 0);
    		transform: translate3d(0, 0, 0);
    		opacity: 1;
    	}
    }
    
    @keyframes rotateIn {
    	from {
    		-webkit-transform-origin: center;
    		transform-origin: center;
    		-webkit-transform: rotate3d(0, 0, 1, -200deg);
    		transform: rotate3d(0, 0, 1, -200deg);
    		opacity: 0;
    	}
    	to {
    		-webkit-transform-origin: center;
    		transform-origin: center;
    		-webkit-transform: translate3d(0, 0, 0);
    		transform: translate3d(0, 0, 0);
    		opacity: 1;
    	}
    }
    
    .rotateIn {
    	-webkit-animation-name: rotateIn;
    	animation-name: rotateIn;
    }
    
    @-webkit-keyframes rotateInDownLeft {
    	from {
    		-webkit-transform-origin: left bottom;
    		transform-origin: left bottom;
    		-webkit-transform: rotate3d(0, 0, 1, -45deg);
    		transform: rotate3d(0, 0, 1, -45deg);
    		opacity: 0;
    	}
    	to {
    		-webkit-transform-origin: left bottom;
    		transform-origin: left bottom;
    		-webkit-transform: translate3d(0, 0, 0);
    		transform: translate3d(0, 0, 0);
    		opacity: 1;
    	}
    }
    
    @keyframes rotateInDownLeft {
    	from {
    		-webkit-transform-origin: left bottom;
    		transform-origin: left bottom;
    		-webkit-transform: rotate3d(0, 0, 1, -45deg);
    		transform: rotate3d(0, 0, 1, -45deg);
    		opacity: 0;
    	}
    	to {
    		-webkit-transform-origin: left bottom;
    		transform-origin: left bottom;
    		-webkit-transform: translate3d(0, 0, 0);
    		transform: translate3d(0, 0, 0);
    		opacity: 1;
    	}
    }
    
    .rotateInDownLeft {
    	-webkit-animation-name: rotateInDownLeft;
    	animation-name: rotateInDownLeft;
    }
    
    @-webkit-keyframes rotateInDownRight {
    	from {
    		-webkit-transform-origin: right bottom;
    		transform-origin: right bottom;
    		-webkit-transform: rotate3d(0, 0, 1, 45deg);
    		transform: rotate3d(0, 0, 1, 45deg);
    		opacity: 0;
    	}
    	to {
    		-webkit-transform-origin: right bottom;
    		transform-origin: right bottom;
    		-webkit-transform: translate3d(0, 0, 0);
    		transform: translate3d(0, 0, 0);
    		opacity: 1;
    	}
    }
    
    @keyframes rotateInDownRight {
    	from {
    		-webkit-transform-origin: right bottom;
    		transform-origin: right bottom;
    		-webkit-transform: rotate3d(0, 0, 1, 45deg);
    		transform: rotate3d(0, 0, 1, 45deg);
    		opacity: 0;
    	}
    	to {
    		-webkit-transform-origin: right bottom;
    		transform-origin: right bottom;
    		-webkit-transform: translate3d(0, 0, 0);
    		transform: translate3d(0, 0, 0);
    		opacity: 1;
    	}
    }
    
    .rotateInDownRight {
    	-webkit-animation-name: rotateInDownRight;
    	animation-name: rotateInDownRight;
    }
    
    @-webkit-keyframes rotateInUpLeft {
    	from {
    		-webkit-transform-origin: left bottom;
    		transform-origin: left bottom;
    		-webkit-transform: rotate3d(0, 0, 1, 45deg);
    		transform: rotate3d(0, 0, 1, 45deg);
    		opacity: 0;
    	}
    	to {
    		-webkit-transform-origin: left bottom;
    		transform-origin: left bottom;
    		-webkit-transform: translate3d(0, 0, 0);
    		transform: translate3d(0, 0, 0);
    		opacity: 1;
    	}
    }
    
    @keyframes rotateInUpLeft {
    	from {
    		-webkit-transform-origin: left bottom;
    		transform-origin: left bottom;
    		-webkit-transform: rotate3d(0, 0, 1, 45deg);
    		transform: rotate3d(0, 0, 1, 45deg);
    		opacity: 0;
    	}
    	to {
    		-webkit-transform-origin: left bottom;
    		transform-origin: left bottom;
    		-webkit-transform: translate3d(0, 0, 0);
    		transform: translate3d(0, 0, 0);
    		opacity: 1;
    	}
    }
    
    .rotateInUpLeft {
    	-webkit-animation-name: rotateInUpLeft;
    	animation-name: rotateInUpLeft;
    }
    
    @-webkit-keyframes rotateInUpRight {
    	from {
    		-webkit-transform-origin: right bottom;
    		transform-origin: right bottom;
    		-webkit-transform: rotate3d(0, 0, 1, -90deg);
    		transform: rotate3d(0, 0, 1, -90deg);
    		opacity: 0;
    	}
    	to {
    		-webkit-transform-origin: right bottom;
    		transform-origin: right bottom;
    		-webkit-transform: translate3d(0, 0, 0);
    		transform: translate3d(0, 0, 0);
    		opacity: 1;
    	}
    }
    
    @keyframes rotateInUpRight {
    	from {
    		-webkit-transform-origin: right bottom;
    		transform-origin: right bottom;
    		-webkit-transform: rotate3d(0, 0, 1, -90deg);
    		transform: rotate3d(0, 0, 1, -90deg);
    		opacity: 0;
    	}
    	to {
    		-webkit-transform-origin: right bottom;
    		transform-origin: right bottom;
    		-webkit-transform: translate3d(0, 0, 0);
    		transform: translate3d(0, 0, 0);
    		opacity: 1;
    	}
    }
    
    .rotateInUpRight {
    	-webkit-animation-name: rotateInUpRight;
    	animation-name: rotateInUpRight;
    }
    
    @-webkit-keyframes rotateOut {
    	from {
    		-webkit-transform-origin: center;
    		transform-origin: center;
    		opacity: 1;
    	}
    	to {
    		-webkit-transform-origin: center;
    		transform-origin: center;
    		-webkit-transform: rotate3d(0, 0, 1, 200deg);
    		transform: rotate3d(0, 0, 1, 200deg);
    		opacity: 0;
    	}
    }
    
    @keyframes rotateOut {
    	from {
    		-webkit-transform-origin: center;
    		transform-origin: center;
    		opacity: 1;
    	}
    	to {
    		-webkit-transform-origin: center;
    		transform-origin: center;
    		-webkit-transform: rotate3d(0, 0, 1, 200deg);
    		transform: rotate3d(0, 0, 1, 200deg);
    		opacity: 0;
    	}
    }
    
    .rotateOut {
    	-webkit-animation-name: rotateOut;
    	animation-name: rotateOut;
    }
    
    @-webkit-keyframes rotateOutDownLeft {
    	from {
    		-webkit-transform-origin: left bottom;
    		transform-origin: left bottom;
    		opacity: 1;
    	}
    	to {
    		-webkit-transform-origin: left bottom;
    		transform-origin: left bottom;
    		-webkit-transform: rotate3d(0, 0, 1, 45deg);
    		transform: rotate3d(0, 0, 1, 45deg);
    		opacity: 0;
    	}
    }
    
    @keyframes rotateOutDownLeft {
    	from {
    		-webkit-transform-origin: left bottom;
    		transform-origin: left bottom;
    		opacity: 1;
    	}
    	to {
    		-webkit-transform-origin: left bottom;
    		transform-origin: left bottom;
    		-webkit-transform: rotate3d(0, 0, 1, 45deg);
    		transform: rotate3d(0, 0, 1, 45deg);
    		opacity: 0;
    	}
    }
    
    .rotateOutDownLeft {
    	-webkit-animation-name: rotateOutDownLeft;
    	animation-name: rotateOutDownLeft;
    }
    
    @-webkit-keyframes rotateOutDownRight {
    	from {
    		-webkit-transform-origin: right bottom;
    		transform-origin: right bottom;
    		opacity: 1;
    	}
    	to {
    		-webkit-transform-origin: right bottom;
    		transform-origin: right bottom;
    		-webkit-transform: rotate3d(0, 0, 1, -45deg);
    		transform: rotate3d(0, 0, 1, -45deg);
    		opacity: 0;
    	}
    }
    
    @keyframes rotateOutDownRight {
    	from {
    		-webkit-transform-origin: right bottom;
    		transform-origin: right bottom;
    		opacity: 1;
    	}
    	to {
    		-webkit-transform-origin: right bottom;
    		transform-origin: right bottom;
    		-webkit-transform: rotate3d(0, 0, 1, -45deg);
    		transform: rotate3d(0, 0, 1, -45deg);
    		opacity: 0;
    	}
    }
    
    .rotateOutDownRight {
    	-webkit-animation-name: rotateOutDownRight;
    	animation-name: rotateOutDownRight;
    }
    
    @-webkit-keyframes rotateOutUpLeft {
    	from {
    		-webkit-transform-origin: left bottom;
    		transform-origin: left bottom;
    		opacity: 1;
    	}
    	to {
    		-webkit-transform-origin: left bottom;
    		transform-origin: left bottom;
    		-webkit-transform: rotate3d(0, 0, 1, -45deg);
    		transform: rotate3d(0, 0, 1, -45deg);
    		opacity: 0;
    	}
    }
    
    @keyframes rotateOutUpLeft {
    	from {
    		-webkit-transform-origin: left bottom;
    		transform-origin: left bottom;
    		opacity: 1;
    	}
    	to {
    		-webkit-transform-origin: left bottom;
    		transform-origin: left bottom;
    		-webkit-transform: rotate3d(0, 0, 1, -45deg);
    		transform: rotate3d(0, 0, 1, -45deg);
    		opacity: 0;
    	}
    }
    
    .rotateOutUpLeft {
    	-webkit-animation-name: rotateOutUpLeft;
    	animation-name: rotateOutUpLeft;
    }
    
    @-webkit-keyframes rotateOutUpRight {
    	from {
    		-webkit-transform-origin: right bottom;
    		transform-origin: right bottom;
    		opacity: 1;
    	}
    	to {
    		-webkit-transform-origin: right bottom;
    		transform-origin: right bottom;
    		-webkit-transform: rotate3d(0, 0, 1, 90deg);
    		transform: rotate3d(0, 0, 1, 90deg);
    		opacity: 0;
    	}
    }
    
    @keyframes rotateOutUpRight {
    	from {
    		-webkit-transform-origin: right bottom;
    		transform-origin: right bottom;
    		opacity: 1;
    	}
    	to {
    		-webkit-transform-origin: right bottom;
    		transform-origin: right bottom;
    		-webkit-transform: rotate3d(0, 0, 1, 90deg);
    		transform: rotate3d(0, 0, 1, 90deg);
    		opacity: 0;
    	}
    }
    
    .rotateOutUpRight {
    	-webkit-animation-name: rotateOutUpRight;
    	animation-name: rotateOutUpRight;
    }
    
    @-webkit-keyframes hinge {
    	0% {
    		-webkit-transform-origin: top left;
    		transform-origin: top left;
    		-webkit-animation-timing-function: ease-in-out;
    		animation-timing-function: ease-in-out;
    	}
    	20%,
    	60% {
    		-webkit-transform: rotate3d(0, 0, 1, 80deg);
    		transform: rotate3d(0, 0, 1, 80deg);
    		-webkit-transform-origin: top left;
    		transform-origin: top left;
    		-webkit-animation-timing-function: ease-in-out;
    		animation-timing-function: ease-in-out;
    	}
    	40%,
    	80% {
    		-webkit-transform: rotate3d(0, 0, 1, 60deg);
    		transform: rotate3d(0, 0, 1, 60deg);
    		-webkit-transform-origin: top left;
    		transform-origin: top left;
    		-webkit-animation-timing-function: ease-in-out;
    		animation-timing-function: ease-in-out;
    		opacity: 1;
    	}
    	to {
    		-webkit-transform: translate3d(0, 700px, 0);
    		transform: translate3d(0, 700px, 0);
    		opacity: 0;
    	}
    }
    
    @keyframes hinge {
    	0% {
    		-webkit-transform-origin: top left;
    		transform-origin: top left;
    		-webkit-animation-timing-function: ease-in-out;
    		animation-timing-function: ease-in-out;
    	}
    	20%,
    	60% {
    		-webkit-transform: rotate3d(0, 0, 1, 80deg);
    		transform: rotate3d(0, 0, 1, 80deg);
    		-webkit-transform-origin: top left;
    		transform-origin: top left;
    		-webkit-animation-timing-function: ease-in-out;
    		animation-timing-function: ease-in-out;
    	}
    	40%,
    	80% {
    		-webkit-transform: rotate3d(0, 0, 1, 60deg);
    		transform: rotate3d(0, 0, 1, 60deg);
    		-webkit-transform-origin: top left;
    		transform-origin: top left;
    		-webkit-animation-timing-function: ease-in-out;
    		animation-timing-function: ease-in-out;
    		opacity: 1;
    	}
    	to {
    		-webkit-transform: translate3d(0, 700px, 0);
    		transform: translate3d(0, 700px, 0);
    		opacity: 0;
    	}
    }
    
    .hinge {
    	-webkit-animation-duration: 2s;
    	animation-duration: 2s;
    	-webkit-animation-name: hinge;
    	animation-name: hinge;
    }
    
    @-webkit-keyframes jackInTheBox {
    	from {
    		opacity: 0;
    		-webkit-transform: scale(0.1) rotate(30deg);
    		transform: scale(0.1) rotate(30deg);
    		-webkit-transform-origin: center bottom;
    		transform-origin: center bottom;
    	}
    	50% {
    		-webkit-transform: rotate(-10deg);
    		transform: rotate(-10deg);
    	}
    	70% {
    		-webkit-transform: rotate(3deg);
    		transform: rotate(3deg);
    	}
    	to {
    		opacity: 1;
    		-webkit-transform: scale(1);
    		transform: scale(1);
    	}
    }
    
    @keyframes jackInTheBox {
    	from {
    		opacity: 0;
    		-webkit-transform: scale(0.1) rotate(30deg);
    		transform: scale(0.1) rotate(30deg);
    		-webkit-transform-origin: center bottom;
    		transform-origin: center bottom;
    	}
    	50% {
    		-webkit-transform: rotate(-10deg);
    		transform: rotate(-10deg);
    	}
    	70% {
    		-webkit-transform: rotate(3deg);
    		transform: rotate(3deg);
    	}
    	to {
    		opacity: 1;
    		-webkit-transform: scale(1);
    		transform: scale(1);
    	}
    }
    
    .jackInTheBox {
    	-webkit-animation-name: jackInTheBox;
    	animation-name: jackInTheBox;
    }
    
    @-webkit-keyframes rollIn {
    	from {
    		opacity: 0;
    		-webkit-transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
    		transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
    	}
    	to {
    		opacity: 1;
    		-webkit-transform: translate3d(0, 0, 0);
    		transform: translate3d(0, 0, 0);
    	}
    }
    
    @keyframes rollIn {
    	from {
    		opacity: 0;
    		-webkit-transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
    		transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
    	}
    	to {
    		opacity: 1;
    		-webkit-transform: translate3d(0, 0, 0);
    		transform: translate3d(0, 0, 0);
    	}
    }
    
    .rollIn {
    	-webkit-animation-name: rollIn;
    	animation-name: rollIn;
    }
    
    @-webkit-keyframes rollOut {
    	from {
    		opacity: 1;
    	}
    	to {
    		opacity: 0;
    		-webkit-transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
    		transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
    	}
    }
    
    @keyframes rollOut {
    	from {
    		opacity: 1;
    	}
    	to {
    		opacity: 0;
    		-webkit-transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
    		transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
    	}
    }
    
    .rollOut {
    	-webkit-animation-name: rollOut;
    	animation-name: rollOut;
    }
    
    @-webkit-keyframes zoomIn {
    	from {
    		opacity: 0;
    		-webkit-transform: scale3d(0.3, 0.3, 0.3);
    		transform: scale3d(0.3, 0.3, 0.3);
    	}
    	50% {
    		opacity: 1;
    	}
    }
    
    @keyframes zoomIn {
    	from {
    		opacity: 0;
    		-webkit-transform: scale3d(0.3, 0.3, 0.3);
    		transform: scale3d(0.3, 0.3, 0.3);
    	}
    	50% {
    		opacity: 1;
    	}
    }
    
    .zoomIn {
    	-webkit-animation-name: zoomIn;
    	animation-name: zoomIn;
    }
    
    @-webkit-keyframes zoomInDown {
    	from {
    		opacity: 0;
    		-webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
    		transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
    		-webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    		animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    	}
    	60% {
    		opacity: 1;
    		-webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    		transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    		-webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    		animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    	}
    }
    
    @keyframes zoomInDown {
    	from {
    		opacity: 0;
    		-webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
    		transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
    		-webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    		animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    	}
    	60% {
    		opacity: 1;
    		-webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    		transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    		-webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    		animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    	}
    }
    
    .zoomInDown {
    	-webkit-animation-name: zoomInDown;
    	animation-name: zoomInDown;
    }
    
    @-webkit-keyframes zoomInLeft {
    	from {
    		opacity: 0;
    		-webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
    		transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
    		-webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    		animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    	}
    	60% {
    		opacity: 1;
    		-webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
    		transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
    		-webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    		animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    	}
    }
    
    @keyframes zoomInLeft {
    	from {
    		opacity: 0;
    		-webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
    		transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
    		-webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    		animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    	}
    	60% {
    		opacity: 1;
    		-webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
    		transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
    		-webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    		animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    	}
    }
    
    .zoomInLeft {
    	-webkit-animation-name: zoomInLeft;
    	animation-name: zoomInLeft;
    }
    
    @-webkit-keyframes zoomInRight {
    	from {
    		opacity: 0;
    		-webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
    		transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
    		-webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    		animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    	}
    	60% {
    		opacity: 1;
    		-webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
    		transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
    		-webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    		animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    	}
    }
    
    @keyframes zoomInRight {
    	from {
    		opacity: 0;
    		-webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
    		transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
    		-webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    		animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    	}
    	60% {
    		opacity: 1;
    		-webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
    		transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
    		-webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    		animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    	}
    }
    
    .zoomInRight {
    	-webkit-animation-name: zoomInRight;
    	animation-name: zoomInRight;
    }
    
    @-webkit-keyframes zoomInUp {
    	from {
    		opacity: 0;
    		-webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
    		transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
    		-webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    		animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    	}
    	60% {
    		opacity: 1;
    		-webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    		transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    		-webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    		animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    	}
    }
    
    @keyframes zoomInUp {
    	from {
    		opacity: 0;
    		-webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
    		transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
    		-webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    		animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    	}
    	60% {
    		opacity: 1;
    		-webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    		transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    		-webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    		animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    	}
    }
    
    .zoomInUp {
    	-webkit-animation-name: zoomInUp;
    	animation-name: zoomInUp;
    }
    
    @-webkit-keyframes zoomOut {
    	from {
    		opacity: 1;
    	}
    	50% {
    		opacity: 0;
    		-webkit-transform: scale3d(0.3, 0.3, 0.3);
    		transform: scale3d(0.3, 0.3, 0.3);
    	}
    	to {
    		opacity: 0;
    	}
    }
    
    @keyframes zoomOut {
    	from {
    		opacity: 1;
    	}
    	50% {
    		opacity: 0;
    		-webkit-transform: scale3d(0.3, 0.3, 0.3);
    		transform: scale3d(0.3, 0.3, 0.3);
    	}
    	to {
    		opacity: 0;
    	}
    }
    
    .zoomOut {
    	-webkit-animation-name: zoomOut;
    	animation-name: zoomOut;
    }
    
    @-webkit-keyframes zoomOutDown {
    	40% {
    		opacity: 1;
    		-webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    		transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    		-webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    		animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    	}
    	to {
    		opacity: 0;
    		-webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
    		transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
    		-webkit-transform-origin: center bottom;
    		transform-origin: center bottom;
    		-webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    		animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    	}
    }
    
    @keyframes zoomOutDown {
    	40% {
    		opacity: 1;
    		-webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    		transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    		-webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    		animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    	}
    	to {
    		opacity: 0;
    		-webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
    		transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
    		-webkit-transform-origin: center bottom;
    		transform-origin: center bottom;
    		-webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    		animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    	}
    }
    
    .zoomOutDown {
    	-webkit-animation-name: zoomOutDown;
    	animation-name: zoomOutDown;
    }
    
    @-webkit-keyframes zoomOutLeft {
    	40% {
    		opacity: 1;
    		-webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
    		transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
    	}
    	to {
    		opacity: 0;
    		-webkit-transform: scale(0.1) translate3d(-2000px, 0, 0);
    		transform: scale(0.1) translate3d(-2000px, 0, 0);
    		-webkit-transform-origin: left center;
    		transform-origin: left center;
    	}
    }
    
    @keyframes zoomOutLeft {
    	40% {
    		opacity: 1;
    		-webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
    		transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
    	}
    	to {
    		opacity: 0;
    		-webkit-transform: scale(0.1) translate3d(-2000px, 0, 0);
    		transform: scale(0.1) translate3d(-2000px, 0, 0);
    		-webkit-transform-origin: left center;
    		transform-origin: left center;
    	}
    }
    
    .zoomOutLeft {
    	-webkit-animation-name: zoomOutLeft;
    	animation-name: zoomOutLeft;
    }
    
    @-webkit-keyframes zoomOutRight {
    	40% {
    		opacity: 1;
    		-webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
    		transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
    	}
    	to {
    		opacity: 0;
    		-webkit-transform: scale(0.1) translate3d(2000px, 0, 0);
    		transform: scale(0.1) translate3d(2000px, 0, 0);
    		-webkit-transform-origin: right center;
    		transform-origin: right center;
    	}
    }
    
    @keyframes zoomOutRight {
    	40% {
    		opacity: 1;
    		-webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
    		transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
    	}
    	to {
    		opacity: 0;
    		-webkit-transform: scale(0.1) translate3d(2000px, 0, 0);
    		transform: scale(0.1) translate3d(2000px, 0, 0);
    		-webkit-transform-origin: right center;
    		transform-origin: right center;
    	}
    }
    
    .zoomOutRight {
    	-webkit-animation-name: zoomOutRight;
    	animation-name: zoomOutRight;
    }
    
    @-webkit-keyframes zoomOutUp {
    	40% {
    		opacity: 1;
    		-webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    		transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    		-webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    		animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    	}
    	to {
    		opacity: 0;
    		-webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
    		transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
    		-webkit-transform-origin: center bottom;
    		transform-origin: center bottom;
    		-webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    		animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    	}
    }
    
    @keyframes zoomOutUp {
    	40% {
    		opacity: 1;
    		-webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    		transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    		-webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    		animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    	}
    	to {
    		opacity: 0;
    		-webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
    		transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
    		-webkit-transform-origin: center bottom;
    		transform-origin: center bottom;
    		-webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    		animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    	}
    }
    
    .zoomOutUp {
    	-webkit-animation-name: zoomOutUp;
    	animation-name: zoomOutUp;
    }
    
    @-webkit-keyframes slideInDown {
    	from {
    		-webkit-transform: translate3d(0, -100%, 0);
    		transform: translate3d(0, -100%, 0);
    		visibility: visible;
    	}
    	to {
    		-webkit-transform: translate3d(0, 0, 0);
    		transform: translate3d(0, 0, 0);
    	}
    }
    
    @keyframes slideInDown {
    	from {
    		-webkit-transform: translate3d(0, -100%, 0);
    		transform: translate3d(0, -100%, 0);
    		visibility: visible;
    	}
    	to {
    		-webkit-transform: translate3d(0, 0, 0);
    		transform: translate3d(0, 0, 0);
    	}
    }
    
    .slideInDown {
    	-webkit-animation-name: slideInDown;
    	animation-name: slideInDown;
    }
    
    @-webkit-keyframes slideInLeft {
    	from {
    		-webkit-transform: translate3d(-100%, 0, 0);
    		transform: translate3d(-100%, 0, 0);
    		visibility: visible;
    	}
    	to {
    		-webkit-transform: translate3d(0, 0, 0);
    		transform: translate3d(0, 0, 0);
    	}
    }
    
    @keyframes slideInLeft {
    	from {
    		-webkit-transform: translate3d(-100%, 0, 0);
    		transform: translate3d(-100%, 0, 0);
    		visibility: visible;
    	}
    	to {
    		-webkit-transform: translate3d(0, 0, 0);
    		transform: translate3d(0, 0, 0);
    	}
    }
    
    .slideInLeft {
    	-webkit-animation-name: slideInLeft;
    	animation-name: slideInLeft;
    }
    
    @-webkit-keyframes slideInRight {
    	from {
    		-webkit-transform: translate3d(100%, 0, 0);
    		transform: translate3d(100%, 0, 0);
    		visibility: visible;
    	}
    	to {
    		-webkit-transform: translate3d(0, 0, 0);
    		transform: translate3d(0, 0, 0);
    	}
    }
    
    @keyframes slideInRight {
    	from {
    		-webkit-transform: translate3d(100%, 0, 0);
    		transform: translate3d(100%, 0, 0);
    		visibility: visible;
    	}
    	to {
    		-webkit-transform: translate3d(0, 0, 0);
    		transform: translate3d(0, 0, 0);
    	}
    }
    
    .slideInRight {
    	-webkit-animation-name: slideInRight;
    	animation-name: slideInRight;
    }
    
    @-webkit-keyframes slideInUp {
    	from {
    		-webkit-transform: translate3d(0, 100%, 0);
    		transform: translate3d(0, 100%, 0);
    		visibility: visible;
    	}
    	to {
    		-webkit-transform: translate3d(0, 0, 0);
    		transform: translate3d(0, 0, 0);
    	}
    }
    
    @keyframes slideInUp {
    	from {
    		-webkit-transform: translate3d(0, 100%, 0);
    		transform: translate3d(0, 100%, 0);
    		visibility: visible;
    	}
    	to {
    		-webkit-transform: translate3d(0, 0, 0);
    		transform: translate3d(0, 0, 0);
    	}
    }
    
    .slideInUp {
    	-webkit-animation-name: slideInUp;
    	animation-name: slideInUp;
    }
    
    @-webkit-keyframes slideOutDown {
    	from {
    		-webkit-transform: translate3d(0, 0, 0);
    		transform: translate3d(0, 0, 0);
    	}
    	to {
    		visibility: hidden;
    		-webkit-transform: translate3d(0, 100%, 0);
    		transform: translate3d(0, 100%, 0);
    	}
    }
    
    @keyframes slideOutDown {
    	from {
    		-webkit-transform: translate3d(0, 0, 0);
    		transform: translate3d(0, 0, 0);
    	}
    	to {
    		visibility: hidden;
    		-webkit-transform: translate3d(0, 100%, 0);
    		transform: translate3d(0, 100%, 0);
    	}
    }
    
    .slideOutDown {
    	-webkit-animation-name: slideOutDown;
    	animation-name: slideOutDown;
    }
    
    @-webkit-keyframes slideOutLeft {
    	from {
    		-webkit-transform: translate3d(0, 0, 0);
    		transform: translate3d(0, 0, 0);
    	}
    	to {
    		visibility: hidden;
    		-webkit-transform: translate3d(-100%, 0, 0);
    		transform: translate3d(-100%, 0, 0);
    	}
    }
    
    @keyframes slideOutLeft {
    	from {
    		-webkit-transform: translate3d(0, 0, 0);
    		transform: translate3d(0, 0, 0);
    	}
    	to {
    		visibility: hidden;
    		-webkit-transform: translate3d(-100%, 0, 0);
    		transform: translate3d(-100%, 0, 0);
    	}
    }
    
    .slideOutLeft {
    	-webkit-animation-name: slideOutLeft;
    	animation-name: slideOutLeft;
    }
    
    @-webkit-keyframes slideOutRight {
    	from {
    		-webkit-transform: translate3d(0, 0, 0);
    		transform: translate3d(0, 0, 0);
    	}
    	to {
    		visibility: hidden;
    		-webkit-transform: translate3d(100%, 0, 0);
    		transform: translate3d(100%, 0, 0);
    	}
    }
    
    @keyframes slideOutRight {
    	from {
    		-webkit-transform: translate3d(0, 0, 0);
    		transform: translate3d(0, 0, 0);
    	}
    	to {
    		visibility: hidden;
    		-webkit-transform: translate3d(100%, 0, 0);
    		transform: translate3d(100%, 0, 0);
    	}
    }
    
    .slideOutRight {
    	-webkit-animation-name: slideOutRight;
    	animation-name: slideOutRight;
    }
    
    @-webkit-keyframes slideOutUp {
    	from {
    		-webkit-transform: translate3d(0, 0, 0);
    		transform: translate3d(0, 0, 0);
    	}
    	to {
    		visibility: hidden;
    		-webkit-transform: translate3d(0, -100%, 0);
    		transform: translate3d(0, -100%, 0);
    	}
    }
    
    @keyframes slideOutUp {
    	from {
    		-webkit-transform: translate3d(0, 0, 0);
    		transform: translate3d(0, 0, 0);
    	}
    	to {
    		visibility: hidden;
    		-webkit-transform: translate3d(0, -100%, 0);
    		transform: translate3d(0, -100%, 0);
    	}
    }
    
    .slideOutUp {
    	-webkit-animation-name: slideOutUp;
    	animation-name: slideOutUp;
    }
    
    .animated {
    	-webkit-animation-duration: 1s;
    	animation-duration: 1s;
    	-webkit-animation-fill-mode: both;
    	animation-fill-mode: both;
    }
    
    .animated.infinite {
    	-webkit-animation-iteration-count: infinite;
    	animation-iteration-count: infinite;
    }
    
    .animated.delay-1s {
    	-webkit-animation-delay: 1s;
    	animation-delay: 1s;
    }
    
    .animated.delay-2s {
    	-webkit-animation-delay: 2s;
    	animation-delay: 2s;
    }
    
    .animated.delay-3s {
    	-webkit-animation-delay: 3s;
    	animation-delay: 3s;
    }
    
    .animated.delay-4s {
    	-webkit-animation-delay: 4s;
    	animation-delay: 4s;
    }
    
    .animated.delay-5s {
    	-webkit-animation-delay: 5s;
    	animation-delay: 5s;
    }
    
    .animated.fast {
    	-webkit-animation-duration: 800ms;
    	animation-duration: 800ms;
    }
    
    .animated.faster {
    	-webkit-animation-duration: 500ms;
    	animation-duration: 500ms;
    }
    
    .animated.slow {
    	-webkit-animation-duration: 2s;
    	animation-duration: 2s;
    }
    
    .animated.slower {
    	-webkit-animation-duration: 3s;
    	animation-duration: 3s;
    }
    
    @media (print),
    (prefers-reduced-motion) {
    	.animated {
    		-webkit-animation: unset !important;
    		animation: unset !important;
    		-webkit-transition: none !important;
    		transition: none !important;
    	}
    }
    /* 产品内容生产线里添加的样式 */
    
    .dxh-cs li {
    	background: #f6f6f6;
    	border-radius: 15px;
    	-webkit-border-radius: 15px;
    	-moz-border-radius: 15px;
    	-ms-border-radius: 15px;
    	-o-border-radius: 15px;
    	margin-bottom: 15px;
    	position: relative;
    }
    
    .dxh-cs li:before {
    	background: #50b1c5;
    	width: 30px;
    	height: 56px;
    	content: "";
    	display: block;
    	position: absolute;
    	left: 0;
    	top: 0;
    	border-radius: 15px 0 0 15px;
    	-webkit-border-radius: 15px 0 0 15px;
    	-moz-border-radius: 15px 0 0 15px;
    	-ms-border-radius: 15px 0 0 15px;
    	-o-border-radius: 15px 0 0 15px;
    }
    
    .dxh-cs li.one:before {
    	background: #50b1c5;
    }
    
    .dxh-cs li.two:before {
    	background: #699fd7;
    }
    
    .dxh-cs li.three:before {
    	background: #51b0d9;
    }
    
    .dxh-cs .tb-bg {
    	background: #9dd4e1;
    	overflow: hidden;
    	height: 50px;
    	padding: 3px 0 3px 30px;
    	border-radius: 15px;
    	-webkit-border-radius: 15px;
    	-moz-border-radius: 15px;
    	-ms-border-radius: 15px;
    	-o-border-radius: 15px;
    }
    
    .dxh-cs li.one .tb-bg {
    	background: #9dd4e1;
    }
    
    .dxh-cs li.two .tb-bg {
    	background: #9dbae1;
    }
    
    .dxh-cs li.three .tb-bg {
    	background: #8bcfec;
    }
    
    .dxh-cs .tb-l {
    	float: left;
    	width: 80px;
    	text-align: center;
    	line-height: 52px;
    	font-size: 32px;
    	color: #fff;
    	font-family: 'Impact';
    }
    
    .dxh-cs .tb-r {
    	margin: 0 50px 0 80px;
    	overflow: hidden;
    	background: #fff;
    	border-radius: 0 15px 15px 0;
    	-webkit-border-radius: 0 15px 15px 0;
    	-moz-border-radius: 0 15px 15px 0;
    	-ms-border-radius: 0 15px 15px 0;
    	-o-border-radius: 0 15px 15px 0;
    	position: relative;
    	padding-right: 15px;
    }
    
    .dxh-cs .tb-r:before {
    	position: absolute;
    	left: 0;
    	top: 3px;
    	width: 0;
    	height: 0;
    	border-top: 22px solid transparent;
    	border-bottom: 22px solid transparent;
    	border-left: 22px solid #9dd4e1;
    	content: "";
    	display: block;
    }
    
    .dxh-cs li.two .tb-r:before {
    	border-left: 22px solid #9dbae1;
    }
    
    .dxh-cs li.three .tb-r:before {
    	border-left: 22px solid #8bcfec;
    }
    
    .dxh-cs .tb-r p {
    	float: left;
    	margin: 0;
    	line-height: 50px;
    	width: 50%;
    	text-align: center;
    	font-size: 18px;
    	font-weight: bold;
    	color: #636363;
    	white-space: nowrap;
    	overflow: hidden;
    	text-overflow: ellipsis;
    }
    
    .dxh-cs .tb-r .r-rgt {
    	float: right;
    }
    
    .dxh-cs .tb-r .r-rgt span {
    	display: inline-block;
    	border: 1px dashed #50b1c5;
    	width: 146px;
    	height: 40px;
    	line-height: 40px;
    	text-align: center;
    	margin-top: 4px;
    	margin-right: 15px;
    	border-radius: 8px;
    	position: relative;
    	cursor: pointer;
    }
    
    .dxh-cs .tb-r .r-rgt span.active,
    .dxh-cs .tb-r .r-rgt span:hover {
    	background: -webkit-linear-gradient(left, #fca713, #ff8b24);
    	background: -o-linear-gradient(right, #fca713, #ff8b24);
    	background: -moz-linear-gradient(right, #fca713, #ff8b24);
    	background: linear-gradient(to right, #fca713, #ff8b24);
    	border: 1px dashed transparent;
    }
    
    .dxh-cs .tb-r .r-rgt span:before {
    	position: absolute;
    	width: 138px;
    	height: 32px;
    	border: 1px dashed #fff;
    	content: "";
    	display: block;
    	background: transparent;
    	left: 3px;
    	top: 3px;
    	border-radius: 8px;
    	-webkit-border-radius: 8px;
    	-moz-border-radius: 8px;
    	-ms-border-radius: 8px;
    	-o-border-radius: 8px;
    }
    
    .dxh-cs .icon {
    	float: right;
    	display: block;
    	width: 24px;
    	height: 25px;
    	background: url(../images/down_xx.png) no-repeat;
    	background-size: 100% 100%;
    	margin-top: -35px;
    	margin-right: 15px;
    	cursor: pointer;
    }
    
    .dxh-cs li.active .icon {
    	background: url(../images/up_xs.png) no-repeat;
    }
    
    .tab-box {
    	padding: 40px 10px;
    	text-align: center;
    	display: none;
    }
    
    .tab-box img {
    	max-width: 100%;
    	display: block;
    	margin: 0 auto;
    }
    
    .dxh-cs li.active .tab-box {
    	display: block;
    }
    
    .cs-list {
    	display: none;
    }
    
    .cs-list p {
    	font-size: 16px;
    	color: #465174;
    	font-weight: bold;
    	margin: -40px 50px 0;
    }
    
    .cs-list.on {
    	display: block;
    }
    
    .new-cont-l .hq-bj {
    	text-indent: 0;
    	text-align: center;
    }
    
    .new-cont-l .hq-bj a {
    	font-size: 18px;
    	color: #fff;
    	padding: 0;
    	display: inline-block;
    	border-radius: 30px;
    	padding: 10px 80px 10px 40px;
    	background: #180f7e;
    	background: -webkit-linear-gradient(left, #180f7e, #e32751);
    	background: -o-linear-gradient(right, #180f7e, #e32751);
    	background: -moz-linear-gradient(right, #180f7e, #e32751);
    	background: linear-gradient(to right, #180f7e, #e32751);
    	border: 3px solid #fff;
    	box-shadow: 0 3px 9px rgba(26, 15, 125, 0.52);
    	position: relative;
    }
    
    .new-cont-l .hq-bj a:after {
    	position: absolute;
    	background: url(../images/sx.png) no-repeat;
    	width: 28px;
    	height: 34px;
    	background-size: 100% 100%;
    	content: "";
    	display: block;
    	right: 30px;
    	top: 10px;
    }
    
    .yx-cp {
    	text-align: center;
    }
    
    .new-cont-l .yx-cp p {
    	display: inline-block;
    	text-indent: 0;
    	position: relative;
    }
    
    .new-cont-l .yx-cp p:before {
    	position: absolute;
    	width: 150px;
    	height: 20px;
    	background: url(../images/ys_lbg.png) no-repeat;
    	background-size: 100% 100%;
    	content: "";
    	display: block;
    	left: -150px;
    	top: 12px;
    }
    
    .new-cont-l .yx-cp p:after {
    	position: absolute;
    	width: 150px;
    	height: 20px;
    	background: url(../images/ys_rbg.png) no-repeat;
    	background-size: 100% 100%;
    	content: "";
    	display: block;
    	right: -150px;
    	top: 12px;
    }
    
    .yx-cp p span {
    	display: inline-block;
    	font-size: 18px;
    	color: #333;
    	font-weight: bold;
    	border: 2px solid #751212;
    	padding: 5px 50px;
    	border-radius: 6px;
    	-webkit-border-radius: 6px;
    	-moz-border-radius: 6px;
    	-ms-border-radius: 6px;
    	-o-border-radius: 6px;
    	position: relative;
    	background: #fff;
    }
    
    .yx-cp p span:before {
    	content: "";
    	display: block;
    	width: 100%;
    	background: #fa2346;
    	background-size: 100% 100%;
    	border: 1px solid #751212;
    	height: 50px;
    	position: absolute;
    	left: -10px;
    	top: 0;
    	z-index: -2;
    	border-radius: 20px 0 10px 10px;
    }
    
    .pj-box {
    	background: #f2f5ff;
    	border-radius: 10px;
    	-webkit-border-radius: 10px;
    	-moz-border-radius: 10px;
    	-ms-border-radius: 10px;
    	-o-border-radius: 10px;
    	position: relative;
    	margin-top: 65px;
    }
    
    .pj-box .pic {
    	width: 260px;
    	height: 172px;
    	box-shadow: 5px 5px 18px rgba(68, 76, 104, 0.35);
    	border-radius: 30px;
    	-webkit-border-radius: 30px;
    	-moz-border-radius: 30px;
    	-ms-border-radius: 30px;
    	-o-border-radius: 30px;
    	cursor: pointer;
    }
    
    .pj-box .pic:after {
    	position: absolute;
    }
    
    .pj-box .pic img {
    	width: 100%;
    	border-radius: 30px;
    	-webkit-border-radius: 30px;
    	-moz-border-radius: 30px;
    	-ms-border-radius: 30px;
    	-o-border-radius: 30px;
    }
    
    .pj-one {
    	margin-left: 60px;
    	padding: 35px 30px 20px 230px;
    }
    
    .pj-one .pic {
    	position: absolute;
    	left: -60px;
    	top: -25px;
    	z-index: 10;
    }
    
    .pj-one .pic:before {
    	background: url(../images/faj.png) no-repeat;
    	width: 78px;
    	height: 46px;
    	background-size: 100% 100%;
    	content: "";
    	display: block;
    	position: absolute;
    	right: 0;
    	top: 0;
    	border-radius: 23px 30px 0 23px;
    	-webkit-border-radius: 23px 30px 0 23px;
    	-moz-border-radius: 23px 30px 0 23px;
    	-ms-border-radius: 23px 30px 0 23px;
    	-o-border-radius: 23px 30px 0 23px;
    	cursor: pointer;
    }
    
    .pj-one .pj-xq strong {
    	font-size: 18px;
    	background: #699fd7;
    	color: #fff;
    	display: inline-block;
    	padding: 13px 100px 13px 230px;
    	position: absolute;
    	left: 0;
    	top: -25px;
    	border-radius: 26px;
    	-webkit-border-radius: 26px;
    	-moz-border-radius: 26px;
    	-ms-border-radius: 26px;
    	-o-border-radius: 26px;
    }
    
    .pj-one .pj-xq strong:after {
    	width: 42px;
    	height: 44px;
    	background: url(../images/dz.png) no-repeat;
    	background-size: 100% 100%;
    	content: "";
    	display: block;
    	position: absolute;
    	right: 40px;
    	top: 5px;
    }
    
    .pj-box .pj-xq p {
    	font-size: 14px !important;
    	text-indent: 0;
    	text-align: left;
    }
    
    .pj-one .pj-xq p strong,
    .pj-two .pj-xq p strong {
    	position: static !important;
    	color: #05163f;
    	padding: 0;
    	background: none;
    	display: inline;
    }
    
    .pj-one .pj-xq p strong:after,
    .pj-two .pj-xq p strong:before {
    	background: none;
    }
    
    .pj-two {
    	margin-right: 60px;
    	padding: 35px 230px 15px 30px;
    }
    
    .pj-two .pic {
    	position: absolute;
    	right: -60px;
    	top: -25px;
    	z-index: 10;
    }
    
    .pj-two .pic:before {
    	background: url(../images/faj.png) no-repeat;
    	width: 78px;
    	height: 46px;
    	background-size: 100% 100%;
    	content: "";
    	display: block;
    	position: absolute;
    	left: 0;
    	top: 0;
    	border-radius: 35px 23px 30px 0;
    	-webkit-border-radius: 35px 23px 30px 0;
    	-moz-border-radius: 35px 23px 30px 0;
    	-ms-border-radius: 35px 23px 30px 0;
    	-o-border-radius: 35px 23px 30px 0;
    	cursor: pointer;
    }
    
    .pj-two .pj-xq strong {
    	font-size: 18px;
    	background: #699fd7;
    	color: #fff;
    	display: inline-block;
    	padding: 13px 230px 13px 100px;
    	position: absolute;
    	right: 0;
    	top: -25px;
    	border-radius: 26px;
    	-webkit-border-radius: 26px;
    	-moz-border-radius: 26px;
    	-ms-border-radius: 26px;
    	-o-border-radius: 26px;
    }
    
    .pj-two .pj-xq strong:before {
    	width: 42px;
    	height: 44px;
    	background: url(../images/dzf.png) no-repeat;
    	background-size: 100% 100%;
    	content: "";
    	display: block;
    	position: absolute;
    	left: 40px;
    	top: 5px;
    }
    
    .gw-case {
    	background: #f2f5ff;
    	border-radius: 20px;
    	-webkit-border-radius: 20px;
    	-moz-border-radius: 20px;
    	-ms-border-radius: 20px;
    	-o-border-radius: 20px;
    	border: 1px dashed #6090cc;
    	position: relative;
    	z-index: 1;
    	margin: 30px auto;
    }
    
    .gw-case .tb {
    	overflow: hidden;
    	background: #fff;
    	margin: 0 23px;
    	border-radius: 0 0 32px 32px;
    	-webkit-border-radius: 0 0 32px 32px;
    	-moz-border-radius: 0 0 32px 32px;
    	-ms-border-radius: 0 0 32px 32px;
    	-o-border-radius: 0 0 32px 32px;
    	padding: 15px 25px;
    	line-height: 2.5em;
    	box-shadow: 0 3px 9px rgba(26, 15, 125, 0.52);
    }
    
    .gw-case .tb img {
    	float: left;
    }
    
    .gw-case .tb span {
    	font-size: 14px;
    	color: #3f475f;
    	float: left;
    	text-indent: 20px;
    }
    
    .gw-case .gw-al {
    	overflow: hidden;
    	padding: 30px 35px;
    	margin-left: -5.8%;
    }
    
    .gw-case .gw-al .al-l {
    	width: 44.2%;
    	text-align: center;
    	float: left;
    	margin-left: 5.8%;
    }
    
    .gw-case .gw-al .box {
    	background: #699fd7;
    	border-radius: 26px;
    	-webkit-border-radius: 26px;
    	-moz-border-radius: 26px;
    	-ms-border-radius: 26px;
    	-o-border-radius: 26px;
    }
    
    .gw-case .gw-al .box strong {
    	font-size: 18px;
    	color: #fff;
    	line-height: 3.2em
    }
    
    .gw-case .gw-al .box strong img {
    	margin-right: 8px;
    	margin-top: -5px;
    	display: inline-block;
    }
    
    .gw-case .gw-al .box .pic {
    	background: #fff;
    	border-radius: 40px 40px 26px 26px;
    	-webkit-border-radius: 40px 40px 26px 26px;
    	-moz-border-radius: 40px 40px 26px 26px;
    	-ms-border-radius: 40px 40px 26px 26px;
    	-o-border-radius: 40px 40px 26px 26px;
    	position: relative;
    }
    
    .gw-case .gw-al .box .pic:before {
    	background: url(../images/faj.png) no-repeat;
    	width: 78px;
    	height: 46px;
    	background-size: 100% 100%;
    	content: "";
    	display: block;
    	position: absolute;
    	right: 0;
    	top: 0;
    	border-radius: 23px 30px 0 23px;
    	-webkit-border-radius: 23px 30px 0 23px;
    	-moz-border-radius: 23px 30px 0 23px;
    	-ms-border-radius: 23px 30px 0 23px;
    	-o-border-radius: 23px 30px 0 23px;
    	cursor: pointer;
    }
    
    .gw-case .gw-al .box .pic img {
    	border-radius: 30px;
    	-webkit-border-radius: 30px;
    	-moz-border-radius: 30px;
    	-ms-border-radius: 30px;
    	-o-border-radius: 30px;
    	width: 100%;
    	box-shadow: 5px 2px 18px rgba(68, 76, 104, 0.35);
    	cursor: pointer;
    }
    
    .gw-case .gw-al .box .pic p {
    	padding: 23px;
    	text-align: left;
    	text-indent: 0;
    	margin: 0;
    	font-size: 14px;
    	color: #3f475f;
    }
    
    .gw-case .gw-al .box .pic p strong {
    	color: #05163f !important;
    	line-height: auto;
    }
    
    .gw-case .gw-al .wz-csb {
    	text-align: center;
    }
    
    .gw-case .gw-al .wz-csb a {
    	padding: 8px 50px 8px 80px;
    }
    
    .gw-case .gw-al .wz-csb a:before {
    	background: url(../images/mtp.png) no-repeat;
    	background-size: 100% 100%;
    	width: 45px;
    	height: 45px;
    }
    
    .gw-case .gw-al .wz-csb a:after {
    	height: 44px;
    }
    
    .dialog-bg {
    	display: none;
    	position: fixed;
    	top: 0;
    	bottom: 0;
    	left: 0;
    	right: 0;
    	background: rgba(0, 0, 0, 0.8);
    	z-index: 500;
    }
    
    .dialog-bg .img-box {
    	position: absolute;
    	left: 50%;
    	top: 50%;
    	transform: translate(-50%, -50%);
    	-webkit-transform: translate(-50%, -50%);
    	-moz-transform: translate(-50%, -50%);
    	-ms-transform: translate(-50%, -50%);
    	-o-transform: translate(-50%, -50%);
    }
    
    .dialog-bg .img-box img {
    	width: 100%;
    	height: 100%;
    }
    /* 产品内容生产线里添加的样式 end*/
    
    .model-panel:before,
    .wrap:before,
    .container:before,
    .wrapper:before,
    .header:before,
    .header>ul:before,
    .video-panel dl:before,
    .video-panel dl dt:before,
    .video-panel dl dd:before,
    .model-02 .img-panel:before,
    .model-02 .img-panel .lf-img:before,
    .model-02 .img-panel .rt-panel:before,
    .model-02 .img-panel .lf-img span:before,
    .model-02 .img-panel .lf-img a:before,
    .model-02 .img-panel .rt-panel span:before,
    .model-02 .img-panel .rt-panel a:before,
    .swiper-production:before,
    .swiper-production .swiper-slide .slide-content:before,
    .swiper-production .other-font.swiper-slide .ys-font:before,
    .swiper-production .other-font.swiper-slide .ys-font .p-wrap:before,
    .model-04 .rt-list .num-list:before,
    .model-04 .rt-list .num-list li dl:before,
    .model-04 .rt-list .num-list li dl dd:before,
    .model-05 .model-content:before,
    .friend-panel .friend-title:before,
    .friend-link:before,
    .footer:before,
    .model-panel:after,
    .wrap:after,
    .container:after,
    .wrapper:after,
    .header:after,
    .header>ul:after,
    .video-panel dl:after,
    .video-panel dl dt:after,
    .video-panel dl dd:after,
    .model-02 .img-panel:after,
    .model-02 .img-panel .lf-img:after,
    .model-02 .img-panel .rt-panel:after,
    .model-02 .img-panel .lf-img span:after,
    .model-02 .img-panel .lf-img a:after,
    .model-02 .img-panel .rt-panel span:after,
    .model-02 .img-panel .rt-panel a:after,
    .swiper-production:after,
    .swiper-production .swiper-slide .slide-content:after,
    .swiper-production .other-font.swiper-slide .ys-font:after,
    .swiper-production .other-font.swiper-slide .ys-font .p-wrap:after,
    .model-04 .rt-list .num-list:after,
    .model-04 .rt-list .num-list li dl:after,
    .model-04 .rt-list .num-list li dl dd:after,
    .model-05 .model-content:after,
    .friend-panel .friend-title:after,
    .friend-link:after,
    .footer:after {
    	content: "";
    	display: table;
    }
    
    .header {
    	min-width: 1000px;
    	width: 100%;
    	padding: 0px 0;
    	z-index: 1020;
    	-webkit-animation: fadeInDownMove .4s linear;
    	animation: fadeInDownMove .4s linear;
    }
    
    .header>a {
    	float: left;
    	margin-left: 200px;
    	width: 260px;
    	overflow: hidden;
    	position: relative;
    	z-index: 2;
    	display: block;
    	font-size: 0;
    }
    
    .header>a img {
    	display: inline-block;
    	height: 70px;
    }
    
    .header i {
    	display: block;
    	left: 0;
    	top: 0;
    	width: 100%;
    	height: 100px;
    	position: absolute;
    	background: url("../images/333.jpg") left top repeat-x;
    	opacity: 0.6;
    	filter: alpha(opacity=60);
    }
    
    .header>ul {
    	width: 60%;
    	height: 100px;
    	padding: 0px 0%;
      padding-right: 70px;
    	position: relative;
    	z-index: 2;
    	float: right;
    }
    
    .header>ul li {
    	width: 14%;
    	height: 48px;
    	font-size: 0;
    	text-align: center;
    	float: left;
    }
    
    .header>ul li a {
    	font-size: 16px;
    	font-weight: bold;
    	color: #fff;
    	vertical-align: middle;
    	height: 48px;
    	line-height: 110px;
    	display: inline-block;
    }
    
    .is-screen {
    	height: 100vh;
    }
    
    .video-panel {
    	background: url("../images/video_bg.jpg") center center no-repeat;
    	-webkit-background-size: cover;
    	background-size: cover;
    	overflow: hidden;
    }
    
    .video-panel .header {
 /*   	position: fixed;   */
    	/*top: 0;*/
    }
    /*.video-panel .video {display:block;position:absolute;left:0;top:0;right:0;bottom:0;z-index:1;}*/
    
    .video-panel .video video {
    	min-height: 100%;
    	min-width: 100%;
    }
    
    .video-panel dl {
    	position: absolute;
    	z-index: 2;
    	width: 100%;
    	padding: 20% 0 0 20%;
    	height: 100%;
    	left: 0;
    	top: 0;
    	box-sizing: border-box;
    }
    
    .video-panel dl dt {
    	height: 96px;
    	font-size: 0;
    }
    
    .video-panel dl dt strong {
    	vertical-align: middle;
    	display: inline-block;
    	height: 96px;
    	line-height: 96px;
    	font-size: 80px;
    	color: #fff;
    	font-weight: normal;
    }
    
    .video-panel dl dt i {
    	display: inline-block;
    	width: 14px;
    	height: 14px;
    	position: relative;
    	top: 8px;
    	margin: 0 20px;
    	border-radius: 100%;
    	background: #fff;
    }
    
    .video-panel dl dd {
    	margin-top: 20px;
    	width: 100%;
    }
    
    .video-panel dl dd p {
    	font-size: 26px;
    	height: 32px;
    	line-height: 32px;
    	color: #fff;
    }