﻿@charset "utf-8";
/* CSS Document */
*{ margin:0px; padding:0px; }

a { text-decoration:none;  outline:none; transition:all 0.2s; } 
a:hover{ text-decoration:none; }

img{ border:0;}
table{ margin:auto;}
input[type="text"]:focus,input[type="password"]:focus,textarea:focus{outline:none;}
/*定义新型浏览器特性*/
::-webkit-scrollbar{width:0px;height:10px}
::-webkit-scrollbar-button:vertical{display:none}
::-webkit-scrollbar-track:vertical{background-color:black}
::-webkit-scrollbar-track-piece{background:#fff}
::-webkit-scrollbar-thumb:vertical{background-color:#fff;}
::-webkit-scrollbar-thumb:vertical:hover{background-color:#fff}
::-webkit-scrollbar-corner:vertical{background-color:#fff}
::-webkit-scrollbar-resizer:vertical{background-color:#fff;}


.clear{ width:100%; height:0; font-size:0; line-height:0; clear:both;}
.ce_img{ display:none;}



/*  js  */
.contact{ width:1200px; height:auto; overflow:hidden; margin:50px auto; }
.opus{ width:1200px;height: auto; position:relative; overflow:hidden;  }
.opus .swiper-container {  width: 100%; height: 100%; overflow:hidden; margin:auto;}
.opus .swiper-slide {-webkit-transition: transform 1.0s;-moz-transition: transform 1.0s;-ms-transition: transform 1.0s;-o-transition: transform 1.0s;-webkit-transform: scale(1.0);transform: scale(1.0);}
.opus .swiper-slide-active,.swiper-slide-duplicate-active {-webkit-transform: scale(1.0);transform: scale(1.0); z-index:99;}
.opus .swiper-slide.swiper-slide-active .opus_1_bg{ background-color:rgba(0,0,0,0);}

.opus:hover .opus-prev{ opacity:1;-webkit-transition: all 0.4s ease-in-out;}
.opus:hover .opus-next{ opacity:1;-webkit-transition: all 0.4s ease-in-out;}
 
.opus-prev { position:absolute; left:30px; top:80%; z-index:1100; cursor:pointer; font-size:30px; color:#fff; font-weight:bold;  font-family:"宋体"; width:40px; text-align: center; height:40px; line-height:40px; border:1px solid #fff;border-radius:100%; opacity:1;}
.opus-prev:hover{ background-color:#FF6600;-webkit-transition: all 0.4s ease-in-out;}
.opus-next {position: absolute; top:68%; left:30px; z-index:1100; cursor:pointer; font-size:30px; color:#fff; font-weight:bold; font-family:"宋体"; width:40px; text-align: center; height:40px; line-height:40px; border:1px solid #fff; border-radius:100%;opacity:1;}
.opus-next:hover{background-color:#FF6600;-webkit-transition: all 0.4s ease-in-out;}
 
.opus_con{ width:960px; height:auto; position:relative;}
.opus_1{ width:960px; height:auto;}
.opus_1_bg{ width:100%; height:98%; background-color:rgba(0,0,0,0.6); position:absolute; top:0;}
.opus_1 img{ width:100%; height:auto;}
.opus_2{ width:960px; font-size:24px; color:#333333; height:65px; line-height:65px; text-align: center; background-color:#fff; position:relative; z-index:1;}

