@charset "UTF-8";

.first-banner {
    width: 100%;
    height: 680px;
    overflow: hidden;
}
.swiper-container {
    width: 100%;
    height: 100%;
}
.swiper-slide {
    background-size: cover;
    -webkit-background-size: cover;
    position: relative;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: 50%;
}

.swiper-button-next, .swiper-button-prev {
    width: 30px;
    height: 22px;
   }
   
.swiper-pagination-bullet-active {
    background: #00b38a;
}   
.first-banner .mask-item {
    position: absolute;
    width: 100%;
    height: 100%;
    background: #1A426E;
    opacity: 0.65;
}

.first-banner .play {
    display: block;
    margin: 35px auto 0;
    padding: 0;
    width: 38px;
    height: 38px;
    background: url("../img/icon_play.png") no-repeat center;
    cursor: pointer;
    border: none;
}


.notice{
    position: relative;
}
.wrp_notice_box {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    z-index: 10;
}

.inner.wrp {
    width: 1200px;
    margin-left: auto;
    margin-right: auto;
}
.banner .inner.wrp {
    height: 100%;
}
.notices_box {
    
    padding: 0 20px;
    position: relative;
    line-height: 35px;
    background: 0;
    height: 35px;
    vertical-align: middle;
}


.notices_box .icon_speaker {
    float: left;
    line-height: 35px;
    font-size: 20px;
}

.notices_box ul {
    overflow: hidden;
}
.notices_box li {
    float: left;
    margin-left: 12px;
    margin-right: 12px;
    padding-left: 14px;
    background: 0;
}

.notices_box li.extra {
    position: absolute;
    right: 0;
    padding-right: 15px;
}

.notices_box a {
    color: #222;
}



.wrp_notice_box .notices_box {
    border: 0;
    z-index: 11;
}


.wrp_notice_box .bg {
    position: absolute;
    left: 0;
    bottom: 0;
    filter: alpha(opacity = 80);
    -moz-opacity: .8;
    -khtml-opacity: .8;
    opacity: .8;
    width: 100%;
    height: 35px;
    background-color: #fff;
}



.sovleway-details .banner-title {
	 top: 25%;
	 
    /**padding-top: 71px;**/
    
    position: absolute;
    width: 100%;
    text-align: center;
    color: #fff;
}
.sovleway-details .banner-icon {
    width: 100%;
    font-size: 0;
}
.sovleway-details .banner-icon img {
    height: 70px;
}
.sovleway-details .banner-mainTitle {
    padding: 17px 0 19px 0;
    text-shadow: 0 0 8px #353535;
    font-size: 42px;
    font-weight: 400;
}

.sovleway-details .banner-subTitle {
    font-size: 14px;
    width: 684px;
    color: #fff;
    margin: auto;
    text-shadow: 0 0 8px #353535;
}
.sovleway-details .banner-enter{
   padding: 17px 0 19px 0;
}
.sovleway-details .banner-enter .btn{
    padding: 0 20px;
    height: 46px;
    min-width: 140px;
    line-height: 46px;
    font-size: 16px;
    text-align: center;
    color: #ffffff;
}




.solution .solution-title {
    padding: 50px 0 40px;
}

.solution .solution-hot-title {
    font-size: 32px;
    color: #1a1a1a;
    text-align: center;
}

.solution .solution-line {
    width: 164px;
    height: 4px;
    background-color: #00b38a;
    display: block;
    margin: 0 auto;
    margin-top: 20px;
}
.solution .solution-hot {
    width: 1200px;
    margin: 0 auto;
}


.solution .hot-li {
    border: 1px solid #dfdfdf;
    float: left;
    margin-right: 2%;
    text-align: center;
    overflow: hidden;
    position: relative;
    border-radius: 5%;
    width: 22%;
    height: 360px;
    margin-bottom: 20px;
}
.solution .hot-li:hover {
    border: 1px solid #00b38a;
    }
.solution .hot-li:nth-child(4n+0){
	border-bottom: 4px solid #ffc848;
}
.solution .hot-li:nth-child(4n+1){
	border-bottom: 4px solid #00b38a;
}
.solution .hot-li:nth-child(4n+2){
	border-bottom: 4px solid #f95453;
}
.solution .hot-li:nth-child(4n+3){
	border-bottom: 4px solid #62c3fb;
}  
.solution .hot-item {
    padding: 100px 25px;
}

.solution .hot-item-icon {
    font-size: 0;
}

.solution .hot-item-icon img {
    width: 64px;
    height: 64px;
}

.solution .hot-item-title {
    color: #1a1a1a;
    padding-top: 30px;
    padding-bottom: 13px;
    font-size: 18px;
}

.solution .hot-item-tips {
    color: #808080;
    font-size: 14px;
    line-height: 1.5;
}

.solution .hotDetail {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}



.solveway {
    width: 1200px;
    margin: 0 auto;
    text-align: center;
}

.solveway .solveway-list-content {
    font-size: 0;
    padding-bottom: 23px;
}

.solveway .solveway-title:before {

    position: absolute;
    content: '';
    height: 18px;
    width: 4px;
    top: 3px;
    left: -14px;
    background: #00b38a;
    display: block;
    
}

.solveway .solveway-item {
    float: left;
    width: 48%;
    height: 80px;
    margin: 7px 0;
    border: 1px solid #DFDFDF;
    overflow: hidden;
    position: relative;
    margin-right: 1%;
    border-radius: 5px;
    
}
.solveway .solveway-item:nth-child(4n+0){
	border-left: 4px solid #ffc848;
}
.solveway .solveway-item:nth-child(4n+1){
	border-left: 4px solid #00b38a;
}
.solveway .solveway-item:nth-child(4n+2){
	border-left: 4px solid #f95453;
}
.solveway .solveway-item:nth-child(4n+3){
	border-left: 4px solid #62c3fb;
} 


.solveway .solveway-item-left, .solveway .solveway-item-left-hover {
    text-align: center;
    font-size: 0;
    padding: 20px 15px 20px 14px;
    float: left;
}

.solveway .solveway-item-left img, .solveway-item-left-hover img {
    width: 40px;
    height: 40px;
}

.solveway .solveway-item-right {
    padding-top: 14px;
    padding-right: 15px;
}
.solveway .solveway-new-mark {
    padding: 2px 2px 1px 6px;
    color: #fff;
    font-size: 12px;
    background: url(http://www.yishiyihua.com/resources/manager/images/tuoma_icon_new_bg.png) center no-repeat;
    display: inline-block;
}
.solveway .solveway-item-title {
    color: #1a1a1a;
    font-size: 18px;
}
.solveway .solveway-item-title span {
    display: inline-block;
    vertical-align: middle;
}
.solveway .solveway-item-tips {
    color: #808080;
    font-size: 12px;
    line-height: 1.5;
}


.solveway .solvewayDetail {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}


.solveway .solveway-title {
    text-align: left;
    margin-bottom: 7px;
    position: relative;
    margin-left: 14px;
    font-size: 16px;
    color: #1a1a1a;
}
.solution-banner {
    margin: 0 auto;
    width: 1200px;
    font-size: 0;
    overflow: hidden;
}

.solution-banner img {
    width: 100%;
}



.center_banner {
    width: 100%;
    padding-top: 120px;
    padding-bottom: 110px;
    margin-top: 50px;
}
.center_banner p{
	color: #fff;
	font-size: 24px;
	text-align: center;
}
.center_banner p:nth-child(1){
	font-size: 36px;
	font-weight: 500;
}
.center_banner p:nth-child(2){
	font-size: 50px;
	height: 40px;
	line-height: 40px;
}



.medium {
    padding: 80px 0 156px;
    width: 100%;
}

.medium_title {
    line-height: 60px;
    height: 60px;
    text-align: center;
    font-size: 36px;
    color: #fff;
    font-weight: 400;
}

.medium .slide-main {
    height: 312px;
    position: relative;
    margin: 0 auto;
    background-color: #fff;
}
.medium .slide a {
    display: block;
    width: 100%;
    height: 312px;
    cursor: pointer;
     color: #666;
}
.medium .slide a:link, .medium .slide a:visited {
    color: #666;
}

.medium .slide .obj-a {
    position: absolute;
    z-index: 9;
    left: 0;
    width: 312px;
    display: block;
    cursor: pointer;
    height: 312px;
    overflow: hidden;
}

.medium .slide .obj-a img {
    margin: 90px auto;
    width: 312px;
    display: block;
}
.medium .slide .obj-b {
    position: absolute;
    cursor: pointer;
    z-index: 9;
    left: 332px;
    width: 628px;
    top: 0px;
    height: 312px;
    overflow: hidden;
}


.medium .slide .obj-b h4 {
    line-height: 24px;
    font-size: 18px;
    color: #333;
    font-weight: 400;
    position: relative;
    z-index: 4;
    margin: 44px 50px 40px 0;
}

.medium .slide .obj-b h4 {
    line-height: 24px;
    font-size: 18px;
    color: #333;
    font-weight: 400;
    position: relative;
    z-index: 4;
    margin: 44px 50px 40px 0;
}


.video-trigger{width: 100px;height: 100px;background-color: #000;color: #fff;cursor: pointer;}
video{position: absolute;top: 0;left:0;z-index: -100;display: none;background: #000;opacity: 0;outline: none;}
.video-close{background-color: #fff;display: none;position: absolute;top: 20px;right: 20px;z-index: 200;cursor: pointer; width: 25px;height: 25px; line-height: 25px; 
	text-align: center; font-size: 24px; border-radius: 50%;font-family: "Times New Roman";}
.video-close:hover{box-shadow: 0 0 5px #fff; animation: fontSizeBig .3s ease-in 0s 1 normal forwards;}
.video-play{width: 100px; height: 100px;border-radius: 50%;background: rgba(255,255,255,.1);position: absolute;top: 50%;left: 50%; margin-top: -50px;margin-left: -50px;
 display: none;  z-index: 200;}
.video-play:after{display: block;content: '';border-style:solid; border-width: 25px 0 25px 30px;border-color: transparent transparent transparent #E7E7E7;position: absolute;top: 50%;left:50%;
margin-top: -25px;margin-left: -10px;border-radius: 2px;}



/*动画：关闭按钮*/
@keyframes fontSizeBig{
	from {font-size: 24px;}
	to {font-size: 36px;width: 50px;height: 50px;line-height: 50px;}
}
@-moz-keyframes fontSizeBig{
	from {font-size: 24px;}
	to {font-size: 36px;width: 50px;height: 50px;line-height: 50px;}
}
@-webkit-keyframes fontSizeBig{
	from {font-size: 24px;}
	to {font-size: 36px;width: 50px;height: 50px;line-height: 50px;}
}
@-o-keyframes fontSizeBig{
	from {font-size: 24px;}
	to {font-size: 36px;width: 50px;height: 50px;line-height: 50px;}
}