﻿
*{ padding:0px; margin:0; font-family: "微软雅黑";}
.floatleft {
	float:left;
}
.floatright {
	float:right;
}
.alignleft {
	float:left;
	margin-right:15px;
	margin-bottom: 15px;
}
.alignright {
	float:right;
	margin-left:15px;
	margin-bottom: 15px;
}
.aligncenter {
	display:block;
	margin:0 auto 15px;
}
a:focus {
	outline:0px solid;
}
.slider-area img{ width:100%; display:block;}
.fix {
	overflow:hidden;
}
p {
	margin:0 0 15px;
    color: #444; font-family: "微软雅黑";
}
h1, h2, h3, h4, h5, h6 {
   font-family: "微软雅黑";
   margin: 0 0 15px;
   color: #444;
  line-height: normal;
}
 a {
	transition: all 0.3s ease 0s;
	text-decoration:none;
}
a:hover {
  color: #633179;
  text-decoration: none;
}
a:active, a:hover {
  outline: 0 none;
}
ul{
list-style: outside none none;
margin: 0;
padding: 0;
}
#scrollUp {
  background: #000 none repeat scroll 0 0;
  border: 1px solid #fff;
  border-radius: 2px;
  bottom: 15px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);
  color: #fff;
  font-size: 28px;
  height: 45px;
  line-height: 40px;
  opacity: 0.6;
  right: 15px;
  text-align: center;
  transition: all 0.3s ease 0s;
  width: 45px;
}
#scrollUp:hover {
    background: #5c3778;
    opacity: 1;
    border: 1px solid #5c3778;
}
.clear{
	clear:both;
}
input, select, textarea, input[type="text"], input[type="date"], input[type="url"], input[type="email"], input[type="password"], input[type="tel"], button, button[type="submit"] {
  -moz-appearance: none;
  box-shadow: none !important;
}
body {
  background: #fff none repeat scroll 0 0;
  color: #444;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 14px;
  text-align: left;
  overflow-x: hidden;
  line-height: 22px;
}
div#preloader { position: fixed; left: 0; top: 0; z-index: 99999; width: 100%; height: 100%; overflow: visible; background: #fff url('../images/preloader.gif') no-repeat center center; }

::-moz-selection {
    background: #633179;
    text-shadow: none;
}
::selection {
    background: #633179;
    text-shadow: none;
}
.browserupgrade {
    margin: 0.2em 0;
    background: #ccc;
    color: #000;
    padding: 0.2em 0;
}
/*----------------------------------------*/
/*  2.  Header Area 
/*----------------------------------------*/
header {
  display: block;
  position: relative;
  width: 100%;
}

.header-area{left: 0;
margin: 0 auto;
max-width: 100%;
position: fixed !important; background:#633179; opacity:0.9;
right: 0;
top: 0;
z-index: 101;
}
.header-area2{left: 0;
margin: 0 auto;
max-width: 100%;
position: fixed !important; background:#633179; opacity:1;
right: 0;
top: 0;
z-index: 101;
}

.logo {
  padding: 0;
  display: block;
}
.logo a {
  display: inline-block;
 /* padding: 11px 0;*/padding-top: 30px;
    padding-left: 10px;
}
/*---------------------
  2.1. Mega-menu 
-----------------------*/
.navbar {
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  line-height:50px; margin-top:10px;
  position: static;
}

.navbar .navbar-collapse {
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -moz-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.navbar .navbar-nav {
  margin: 0 -15px;
}

.navbar .navbar-nav .nav-item {
/*  margin-left: 15px;
*/  margin-right: 15px;margin-left: 22px;
}

.navbar .navbar-nav .nav-item.active .nav-link:after {
  width: 100%;   
}

.navbar .navbar-nav .nav-item .nav-link {
  font-weight: 400;
  font-family: "微软雅黑";
  line-height: 1;
  font-size:16px; 
  color:#fff;
  padding: 7px 0;
  position: relative;
}
.navbar .navbar-nav .nav-item .nav-link:hover{color:#c79cda;}
.navbar .navbar-nav .nav-item .nav-link:after {
  content: '';
  width: 0;
  height: 2px;
  background: #fff;  
  display: block;
  position: absolute;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.navbar .navbar-nav .nav-item .nav-link:hover:after {
  width: 100%; 
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  transition: all 0.3s ease;
}


.li-part{margin: 0;padding: 0;display: none;position: absolute;width:100%; background:#383546; left:0; height:200px; color:#fff;}
.li-part i{content: '';position: absolute;top:-8px;left:185px;width: 0;height: 0;border-left: 8px solid rgba(255, 255, 255, 0);border-right: 8px solid rgba(255, 255, 255, 0);border-bottom: 8px solid #383546;}	
.li-part-box{ padding:15px; overflow:hidden;}
.li-part-left{ width:175px; margin-left:25px; display:inline-block;  float:left;}
.li-part-right{ width:700px; height:175px; border-left:2px #fff solid;  padding-left:30px;  display:inline-block; float:left;}
.li-part-right  li{ width:840px; float:left; /*margin-bottom:10px;*/line-height: 45px;}
.li-part-right .on{ font-size:18px; font-weight:500; cursor:pointer;  float:left; } 
.li-part-right .off{ font-size:18px; font-weight:500; cursor:pointer;  float:left;}
.navbar .navbar-nav .nav-item:hover .li-part{ display:block;}
/*---------------------
  2.2. Stick menu 
-----------------------*/
.stick .mainmenu ul#nav > li > a {
  height: 60px;
  padding: 19px 15px;
}
.header-area.stick {

}
.stick .header-search {
  height: 60px;
  line-height: 60px;
}
.stick .logo {
  height: 20px;
}
.stick .logo a {
/*  padding: 4px;
*/}
.stick span.search-button i,.stick .header-search input{
    color:#fff;
}
.header-search {
  float: right; margin-top:10px;
  height:50px;
  line-height: 50px;
  margin-left: 15px;
  margin-right:0px;
  transition: all 0.2s linear 0s;
}
span.search-button{
    position: absolute; 
}
.header-search input {
  background:#dfdfdf; none repeat scroll 0 0;
  border:0; opacity:0.3;
  border-radius:5px;
  box-shadow: none;
  box-sizing: border-box;
  color: #333;
  cursor: pointer;
  font-size: 14px;
  height: 50px;
  line-height: normal;
  margin: 0;
  position: relative;
  transition: all 0.2s linear 0s;
  width:50px;
  z-index: 1;
}

span.search-button i .s-f{
  margin-right: 5px;
}
.header-search input:focus {
  cursor: text;
  padding-left:55px;
  width:250px;
    z-index: 1;

}
span.search-button:focus{ position: absolute;z-index: 8;}
/*------------new----------*/
.search{float: right; margin-top:10px;
  height:50px;
  line-height: 50px;
  margin-left: 15px;
  margin-right:0px;
  transition: all 0.2s linear 0s;}
.search:hover a i{opacity: .25;color: #82649a;transition: .5s;-moz-transition: .5s;-webkit-transition: .5s;-o-transition: .5s}
.search:hover a:hover i{opacity: 1;transition: .5s;-moz-transition: .5s;-webkit-transition: .5s;-o-transition: .5s}
.search:hover .search-box{transition: .25s;-moz-transition: .25s;-webkit-transition: .25s;-o-transition: .25s;visibility: visible;opacity: 1;transform: translateY(0);-webkit-transform: translateY(0);-moz-transform: translateY(0);-ms-transform: translateY(0);-o-transform: translateY(0)}
.search-box{height: 50px;position: absolute;top: 80px;right: 0;transition: .5s;-moz-transition: .5s;-webkit-transition: .5s;-o-transition: .5s;visibility: hidden;opacity: 0;transform: translateY(20px);-webkit-transform: translateY(20px);-moz-transform: translateY(20px);-ms-transform: translateY(20px);-o-transform: translateY(20px);transition: .5s;-ms-transition: .5s;-moz-transition: .5s;-webkit-transition: .5s;-o-transition: .5s}
.search-box input.text{display: block;border: none;color: #fff;outline: 0;width: 250px;height: 50px;padding: 0 15px;background: #82649a;line-height: 50px;transition: .25s;-moz-transition: .25s;-webkit-transition: .25s;-o-transition: .25s}
.search-box input.text:hover{background: #82649a;transition: .25s;-moz-transition: .25s;-webkit-transition: .25s;-o-transition: .25s}
.search-box input.submit{display: none}
.search-box i{position: absolute;right: 15px;top: 13px;color: #fff;cursor: pointer}
.font-size-15 {font-size: 15px;}

#home h2{ font-size:40px; color:#361950;}
#home p{ font-size:22px; color:#c0c0c0; font-family:Arial, Helvetica, sans-serif; text-transform:uppercase; }
#home span {
    background: #dfe2e9 none repeat scroll 0 0;
    display: block;
    height: 2px;
    margin: 20px auto 0;
    overflow: hidden;
    width:250px;
}
#home h4{ color:#c0c0c0; font-size:16px; line-height:1.5; margin-top:20px;}
.h-about{ background:url(../images/home_03.jpg)no-repeat center 0px; margin:40px 0;
	-webkit-background-size:cover;
	background-size:cover;
	-moz-background-size:cover; 
	position: relative; }
.about-w3text {
    text-align: center;
    padding:12em 0 5em 0;
}
.about-w3text h1 { font-size:40px; color:#fff; margin:0;}
.about-w3text h2{ font-family:Arial, Helvetica, sans-serif; font-size:22px; color:#FFFFFF; text-transform:uppercase;}


.h-about2{  background:url(../images/home_05.jpg)no-repeat center 0px; margin:40px 0;
	-webkit-background-size:cover;
	background-size:cover;
	-moz-background-size:cover; 
	position: relative; }
.about-w3text2{
    text-align: center;
    padding:12em 0 28em 0;
}
.about-w3text2 h1 { font-size:40px; color:#fff; }
.about-w3text2 h2{ font-size:50px; color:#fff;}
.about-w3text2 p{ font-size:14px; color:#fff; text-transform:uppercase;}
.about-w3text2  span{ background: #fff none repeat scroll 0 0;
    display: block;
    height:3px;
    margin: 0 auto ; position:relative; left:12%; top:-36px;
    overflow: hidden;
    width:100px;}
	.about-w3text2  em{ background: #fff none repeat scroll 0 0;
    display: block;
    height:3px;
    margin: 0 auto ; position:relative; right:12%; top:-40px;
    overflow: hidden;
    width:100px;}
.b-link-fade{
position: relative;
display: inline-block;  height:541px;
vertical-align: top;
margin-bottom: 5px;

}
.b-link-fade .b-wrapper{z-index:1; }
.b-link-fade .b-top-line{z-index:0}
.b-link-fade .b-wrapper, .b-link-fade .b-top-line{
position:absolute;
width:100%;
height:100%;
top:0;
left:0;
text-align:center;
color:#fff; 
visibility:hidden; /* lt-ie9 */
}

.b-link-fade .b-wrapper, .b-link-fade .b-top-line{
transition:all 0.6s ease;
-moz-transition:all 0.6s ease;
-ms-transition:all 0.6s ease;
-o-transition:all 0.6s ease;
-webkit-transition:all 0.6s ease;
overflow: hidden;
opacity:0;
}
.b-link-fade:hover .b-wrapper, .b-link-fade:hover .b-top-line{
	 background:url(../images/cp-bg_08.jpg) no-repeat;  width:459px; left:-50px;  
	 height:521px;   opacity:1; display:block; visibility:visible; /* lt-ie9 */ 
}

.b-link-fade img{ position:relative; width:350px; height:280px; overflow:hidden;}
.pro-t{ width:290px; padding:20px; margin:0 auto; height:200px; border-bottom:8px #cac1d7 solid; position:relative; bottom:30px; overflow:hidden;  background:#fff;}
.pro-t h3{ font-size:22px; padding-top:20px;}
.pro-t h5{ font-size:16px; color:#666; padding-top:10px;}
.pro-t em {
    background: #dfe2e9 none repeat scroll 0 0;
    display: block;
    height: 5px;
    margin: 20px auto 0;
    overflow: hidden;
    width:50px;
}
.b-wrapper-box{ padding:50px 0 0 0; overflow:hidden; text-align:center;}
.b-wrapper-box h3{ color:#fff; font-size:24px; font-weight:bold;}
.b-wrapper-box h5{ color:#fff; font-size:14px; padding-top:20px;}
.b-wrapper-box em {
    background: #dfe2e9 none repeat scroll 0 0;
    display: block;
    height: 5px;
    margin: 20px auto 0;
    overflow: hidden;
    width:50px;
}
.b-wrapper-btn{ width:390px; margin:0 auto; overflow:hidden;}
.b-wrapper-btn .btn{ padding:0 10px; font-family:"微软雅黑"; border:1px #fff solid;font-weight:bold; text-align:center; line-height:40px; margin:15px; float:left; font-size:14px;width:180px;}
.b-wrapper-box .btn-d{ position:relative; width:180px; overflow:hidden; margin-top:50px;}

.b-wrapper-btn1{ width:390px; margin:0 auto; overflow:hidden;}
.b-wrapper-btn1 .btn1{ padding:0 10px; font-family:"微软雅黑"; border:1px #fff solid;font-weight:bold; text-align:center; line-height:40px; margin:10px; float:left; font-size:14px;width:220px;}
.b-wrapper-box .btn-d{ position:relative; width:180px; overflow:hidden; margin-top:50px;}

.carousel {   margin: 0; position:relative;}
.carousel-inner{ width:1100px; margin:0 auto; position:relative; overflow:visible;}
.carousel-inner li{ text-align:center;}
.carousel[data-shift="1"] .carousel-inner > .item {
  -webkit-transition: all .5s ease-in-out;
  transition: all .5s ease-in-out;
}

.more-btn{ width:380px; text-decoration:none; font-family:"微软雅黑"; color:#fff; height:76px; text-align:center; line-height:76px; font-size:24px; background:#784b8c; border-radius:5px; margin: 0 auto;}
input.more-btn[type="submit"]{ margin: 0 auto;display: block;}
.carousel .carousel-inner > .item.row {
  margin: 0 ;
}
.carousel a{ text-decoration:none;}
.carousel .carousel-control.left {
  left: -30px; width:32px; height:59px; background:url(../images/l_08.png) no-repeat; top:200px;
}

.carousel .carousel-control.right {
  right: -30px; width:32px; height:59px; background:url(../images/r_10.png) no-repeat; top:200px;
}

 .carousel-inner > .item.next {left: 33.333333333333336%; transform: none;}
 .carousel-inner > .item.active {left: 0;}
 .carousel-inner > .item.active.left {left: -33.333333333333336%; transform: none;}
 .carousel-inner > .item.next.left {left: 0;}
 .carousel-inner > .item.active.right {left: 33.333333333333336%; transform: none;}
 .carousel-inner > .item.prev.right {left: 0;}
 .carousel-inner > .item.prev {left: -33.333333333333336%; transform: none;}
.carousel-inner h1{ color:#837492; font-size:24px; margin-top:15px;}
/*视频滚动 */


.zy-Slide{
    font-size: 12px;
    position:relative;
    width:1100px;
    height:292px;
    margin:80px auto 0;
}
.zy-Slide ul{
    position:relative;
    width:1000px;
    height:292px;
    margin:0;
    padding:0;
}
.zy-Slide li{
    position:absolute;
    list-style:none;
    background:#000;
    width:0;
    height:0;
    top:146px;
    left:377px;
    z-index:0;
    cursor:pointer;
    border-radius:3px;
    margin:0;
    padding:0;
}
.zy-Slide li img{
    width:100%;
    height:100%;
    vertical-align:middle;
}
.zy-Slide section:nth-child(1), .zy-Slide section:nth-child(2){ position: absolute; top: 50%; width:59px; height: 40px; margin-top: -20px; cursor: pointer; line-height: 40px; padding-left: 12px; padding-right: 12px; }
.zy-Slide section:nth-child(1){
    left:-60px;
}
.zy-Slide section:nth-child(2){
    right:-60px;  
}

.zs-Slide{height:402px;}
.zs-Slide ul{height:402px;}
/*首页新闻 */

 .blocks
        {
            margin: auto;
            max-width:95%;
            padding: 0; font-family:"微软雅黑"; 
        }
        
        .blocks li
        {
            cursor: default;
            float: left;
            list-style: none;
			border-bottom:1px #dfe2e9 solid;
            position: relative;
            -webkit-transition: .3s cubic-bezier(.3,0,0,1.3);
            transition: .3s cubic-bezier(.3,0,0,1.3);
            width:580px;
			height:140px;
        }
         .blocks li h1{ color:#b7b7b7; font-weight:normal; float:left; border-bottom:3px #dfe2e9 solid; width:130px; height:141px; text-align:center; padding-top:22px;}
		  .blocks li .r{ width:420px; float:right;}
		   .blocks li .r-bt{ width:420px; float:left; color:#333; font-size:24px; padding-top:25px;}
		    .blocks li .r-jj{ width:420px; float:left; color:#999; font-size:16px; padding-top:8px;}
			.blocks li .r-info{width:420px; float:left; padding-top:10px;}
			.blocks li .r-info-time{ float:left; font-size:12px; font-family:Arial, Helvetica, sans-serif; color:#999; background:url(../images/icon_19.jpg) left center no-repeat; padding-left:20px;}
			.blocks li .r-info-more{ float:right; color:#633179;}
        .blocks li:hover
        {
            -webkit-transform: scale(.7);
            -ms-transform: scale(.7);
            transform: scale(.7);
            z-index:1;
        }
        
       .blocks  .popup
        {
            background-color:#fff;
            height:130px; 
            opacity: 0;
            position: absolute;
            top: 0;
			left:15%;
			padding:10px;
		    width:450px; 
            border-radius:2px;
         
        }
        
       .blocks  .popup .n-show
        {
            font-weight: normal;
            left: 0; position:absolute;   
        }
 .blocks .popup .col-md-3{ margin-left:15px;}
		 .blocks .popup .n-show .show-r{ width:280px; float:left; padding-left:20px;}
		 .blocks .popup .n-show .show-r-bt{ font-size:16px; color:#633179; width:280px; float:left; padding-top:10px;}
		 .blocks .popup .n-show .show-r-d{ width:280px; float:left; padding-top:15px;}
		 .blocks  .popup .n-show .show-r-time{ float:left;  color:#999; font-family:Arial, Helvetica, sans-serif; background:url(../images/icon_19.jpg) left center no-repeat; padding-left:20px; display:block; font-size:8px; background-size:14px ;}
		  .blocks .popup .n-show .show-r-btn{ width:82px; height:24px; font-size:12px; text-align:center; line-height:24px; background:#633179; color:#fff; float:right; border-radius:2px; display:block;}
      
	   .blocks  .popup .n-show img{ width:100%; display:block;}
        .blocks li:hover .popup
        {
            opacity: 1;
            -webkit-transform: scale(2);
            -ms-transform: scale(2);
            transform: scale(2);
            box-shadow: 0 0 10px 2px rgba(0,0,0,.4);
        }


/*首页服务 */
.h-sever{ background:#f1eff2; overflow:hidden; padding:80px 0;}
.h-sever-box{ width:980px; margin:0 auto; overflow:hidden; padding-top:50px; }
.h-sever-box .item,.h-sever-box .item1{ width:300px; background:#fff; margin-left:20px;  overflow:hidden;  position:relative; z-index:101;
-webkit-box-shadow: 0 1px 5px 0 rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 1px 5px 0 rgba(0, 0, 0, 0.1);
  box-shadow: 0 1px 5px 0 rgba(0, 0, 0, 0.1);}

.h-sever-box .item:hover{ border:1px #c79cda solid;}
.h-sever-box .item1 img.colored {
	top: 0;
	display: none;
	/* background-color:#f5f5f5; */
}

.h-sever-box .item1:hover img.colored{display:block;}
.h-sever-box .item1:hover img{display:none;}
/*首页底部导航 */
.d-nav{background:#3d3b3d; overflow:hidden; color:#b1b1b1; padding:50px 0; font-family:"微软雅黑";}
.d-nav-l{ width:260px; float:left; }
.d-nav-l ul li{ float:left; display: inline; width:260px; margin-bottom:20px;}
.d-nav-l .tel{ background: url(../images/d_27.png) left center no-repeat; padding-left:30px; font-size:16px;}
.d-nav-l .address{font-size:16px; width:19px; height:22px;  padding-left:25px; overflow:hidden; background:url(../images/d_30.png) 0 0 no-repeat; font-size:16px; }
.d-nav-l .wx{ width:176px; height:50px; border:1px #fff solid; border-radius:25px; line-height:15px; font-size:12px;padding:0 20px; position:relative; cursor:pointer;}
.d-nav-l .wx .wx-left{width: 100px;margin-left: 4px;margin-top: 4px;float: left;font-size: 14px;position: relative;line-height: 20px;}
.d-nav-l .wx .wx-left span{position: absolute;right: -22px;top: 4px;display: block;}
.d-nav-l .wx .wx-show { display:none; background:#212121; border-radius:15px; position:absolute; bottom:-10px; padding:25px 25px 10px 25px; left:-5px;}
.d-nav-l .wx .wx-show h1{ color:#fff; font-size:16px; margin:0; padding:5px 0;}
.d-nav-l .wx:hover .wx-show{ display:block;}
.d-nav .item{ float:left; margin-left:45px; font-family:"微软雅黑";}
.d-nav .item dt{ font-size:16px; color:#fff;}
.d-nav .item dl{background: #b1b1b1 none repeat scroll 0 0;
    display: block;
    height: 1px;
	margin-bottom:10px; margin-top:15px;
    overflow: hidden;
    width:90px;}
.d-nav .item dd a{ font-size:14px; line-height:30px; color:#b1b1b1;}
.d-nav .item dd a:hover{color:#c79cda;}
.bottom{ background:#2d2b2d; overflow:hidden; padding:15px 0; color:#abaaab;}

/*关于我们 */
.history {
	width:100%;
	position:relative; 
	background:#f4f3f4;
}

.history .h2{ font-size:40px; color:#361950;}
.history .x{ font-size:22px; color:#c0c0c0; font-family:Arial, Helvetica, sans-serif; text-transform:uppercase; }
.history h6{ font-size:28px; color:#633179; font-weight:600;}
.history h4{ font-size:24px; color:#666; }
.about-txt p{ font-family:"微软雅黑";}
.start-history {
	width:1200px;
	height:2687px;
	margin:100px auto;
	text-align:center;
	background:url("../images/aboutbg.jpg") no-repeat top center;
	display:block
}
.history-img {
	height:2687px;
	width:175px;
	overflow:hidden;
	float:left;
	margin-left:38px;
	margin-right:0px;
}
.history_left {
	width:480px;
	height:2687px;
	float:left;
	 text-align:right;
	clear:left;
	position:relative;
	overflow:hidden
}
.history_right {
	width:480px;
	height:2687px; 
	text-align:left;
	float:right;
	position:relative;
	overflow:hidden
}
.history_R {
	width:480px;
	margin-left:500px
}
.history_L {
	width:480px;
	float:right;
	margin-right:500px
}
.history_r_2005 {
	margin-top:0px
}


.year2006 {
	margin-top:240px
}
.year2008 {
	margin-top:156px
}

.year2010 {
	margin-top:116px
}

.year2011 {
	margin-top:130px
}

.year2012 {
	margin-top:125px
}

.year2013 {
	margin-top:85px
}
.year2014 {
	margin-top:135px
}
.year2015 {
	margin-top:75px
}
.year2016 {
	margin-top:125px
}
.year2017 {
	margin-top:75px
}

.about-qy{ width:968px; margin:0 auto; padding:50px 0;}
.about-qy ul li{ width:471px; float:left; margin-left:29px; margin-top:10px;}

.about-history{ background:#f4f3f4; overflow:hidden; margin-top:30px; padding:30px 0; }
.wthree_banner_info_left{ margin:30px 0;}
.wthree_banner_info_left_grid_left h3 ,.wthree_banner_info_left_grid1{
	transition: .5s ease-in;
	-webkit-transition: .5s ease-in;
	-moz-transition: .5s ease-in;
	-o-transition: .5s ease-in;
	-ms-transition: .5s ease-in;
}
.wthree_banner_info_left:hover .wthree_banner_info_left_grid1{
   -webkit-transform: rotatey(180deg);
	-moz-transform: rotatey(180deg);
	-o-transform: rotatey(180deg);
	-ms-transform: rotatey(180deg);
    transform: rotatey(180deg);
}
.wthree_banner_info_left_grid_left h3 {
    font-size:28px;
    color: #333;
    font-weight: 600;
    text-decoration: none; margin:0;
}
.wthree_banner_info_left_grid_left h5{ font-family:Arial, Helvetica, sans-serif; font-size:16px; text-transform: uppercase; margin-top:5px; color:#999;}
.wthree_banner_info_left_grid_left h6{ color:#666; font-size:22px; font-weight:normal}

.wthree_banner_info_left:hover .wthree_banner_info_left_grid_left h3 {
	color:#633179;
}

.brand a{
	display: block;
	float: left;
	margin: 20px;
	width: 283px;
	height:402px;
	text-align: center;
	position: relative;
}
.brand img{
	width: 283px;
	height:402px;
}


.w3labout-img2 .div1{
  position: relative;
}

.w3labout-img2 .div1 img {
  transition: .1s transform;
  transform: translateZ(0);
  /* hack */
}

.w3labout-img2 .div1:hover {
  z-index: 1;
}

.w3labout-img2 .div1:hover img {
  transform: scale(1.2, 1.2);
  transition: .3s transform;
}


.b-link-fade2{
position: relative;
display: inline-block;  height:541px;
vertical-align: top;
margin-bottom: 5px;

}
.b-link-fade2 .b-wrapper{z-index:1; }
.b-link-fade2 .b-top-line{z-index:0}
.b-link-fade2 .b-wrapper, .b-link-fade .b-top-line{
position:absolute;
width:100%;
height:100%;
top:0;
left:0;
text-align:center;
color:#fff; 
visibility:hidden; /* lt-ie9 */
}

.b-link-fade2 .b-wrapper, .b-link-fade2 .b-top-line{
transition:all 0.6s ease;
-moz-transition:all 0.6s ease;
-ms-transition:all 0.6s ease;
-o-transition:all 0.6s ease;
-webkit-transition:all 0.6s ease;
overflow: hidden;
opacity:0;
}
.b-link-fade2:hover .b-wrapper, .b-link-fade2:hover .b-top-line{
	   opacity:1;
visibility:visible; /* lt-ie9 */
}
.b-link-fade2 img{ position:relative; width:285px; height:404px; overflow:hidden;}

/*联系 */
.form-l{ width:600px; float:left;}
.contact-right-w3l input[type="text"]:nth-child(1), .contact-right-w3l input[type="email"] {
    margin-right: 2%;
}
.contact-right-w3l input[type="text"], .contact-right-w3l input[type="email"] {
    font-size: 1em;
    outline: none;
    padding: 1.5em 1em;
    width: 48.5%;
    border: 1px solid #eceff2;
    margin-bottom: 1em;
    color: #000;
    letter-spacing: 1px; border-radius:4px; background:#f8fafc;
}
.contact-right-w3l .gsname{
	font-size: 1em;
    outline: none;
    padding: 1.5em 1em;
    width:100%;
    border: 1px solid #eceff2; border-radius:4px; background:#f8fafc;
    margin-bottom: 1em;
    color: #000;
    letter-spacing: 1px;
	}
	.contact-right-w3l textarea {
    width:98%;
    padding: 0.7em;  margin-left: 2%;  border-radius:4px; background:#f8fafc;
    outline: none;
    resize: none;
    height: 226px;
    border: none;
    font-size: 1em;
    border: 1px solid #eceff2;
    color: #000;
    letter-spacing: 1px;
}

/*产品 */
.pro{ position:relative; top:140px; padding-bottom:140px;}
#pro h2{ font-size:55px; color:#361950; font-weight:bold;}
#pro h4{ font-size:18px; color:#837492;}
#pro a{ color:#005aff; font-size:20px; font-weight:bold; font-family:"微软雅黑"; margin-left:30px; }
.pro-s{ overflow:hidden;}
.pro-s h3{ color:#361950; font-weight:600; font-size:46px;}
.pro-s h4{ color:#837492; font-size:22px; padding-bottom:50px;}
#pro h1{ color:#361950; font-size:40px; font-weight:600;}
.prosd{ background: #f0f1f1;top: 10px;padding-bottom: 70px;}
.prosd .container{ background: #fff;padding-bottom: 50px;margin-top: 180px;}
.prosd .container:before{ background: none;}
.prosd img{ margin-bottom: 30px;margin-top: 20px;}
.prosd h2{ font-size: 30px;margin-bottom: 35px;color: #333333;}
.prosd h4{ font-size: 20px;width: 100%;color: #666666;}
.prosd h3{ font-size: 24px;border-bottom: 2px solid #dfe2e9;line-height: 61px;text-align: left;display: inline-block;float: left;color: #666666;}
.prosd h4:before,.prosd h3:before{ clear: both;}
.prosd-new{}
.prosd-new .img-responsive img{ margin-bottom: 30px;margin-top: 0px;}
.prosd-new .img-video{width: 879px;background: #f0f1f1;margin: 0 auto; margin-bottom:30px;padding: 30px 0;}
.prosd-new h4.text-left{ display: block;width: 879px;margin: 0 auto;text-indent: 36px;margin-bottom: 50px;line-height: 30px;}
/*新闻*/
.news-nav{ padding:70px 0 50px 0; overflow:hidden; font-family:"Microsoft YaHei UI"; width:1200px; float:left;}
.news-nav ul li a{ float:left; margin-right:84px; line-height:40px; font-size:24px; color:#b2b2b2; }
.news-nav ul li a:hover{ color:#b198bc;}
.news-nav ul li a.active{ float:left; color:#333; border-bottom:2px #6c6c6c solid; }
.default-news {
  position: relative;
   margin-bottom: 50px; border-bottom:1px #e6e6e6 solid; height:240px;
}
.default-news:hover {
  box-shadow: 0 2px 30px 0 rgba(0, 0, 0, 0.15);
   border-bottom:0;
}
.default-news  img{ width:320px; height:240px; float:left; border:15px #f6f4f7 solid;}
.default-news:hover img{ width:320px; height:240px; border:0;}
.default-news .ct{ width:190px; float:left; padding-top:80px; font-size:32px; color:#b2b2b2; text-align:center; line-height:36px;}
.default-news .ct2{ width:120px; float:left; padding-top:80px; font-size:32px; color:#b2b2b2; text-align:center; line-height:36px;}
.default-news .txt{ width:480px; float:left;}
.default-news .txt-bt a{ width:480px; float:left; padding-top:70px; font-size:24px; color:#333;}
.default-news .txt-info{ width:480px; float:left; font-size:16px; color:#999; line-height:28px; padding-top:15px;}
.default-news .r-m{ width:100px; float:right;  margin-right:60px;}
.default-news .r-m-data{width:100px; padding-top:70px; float:left; }
.default-news .r-m-data span{ width:100px; font-size:22px; color:#999; font-family:Arial, Helvetica, sans-serif; float:left;}
.default-news .r-m-data em{font-family:Arial, Helvetica, sans-serif; font-size:16px; color:#999; font-style:normal; float:left;}
.default-news .r-btn a{ margin-top:35px; display:block; line-height:30px; color:#633179; float:left;}
.default-news:hover .r-btn a{ background:#633179; color:#fff; border-radius:4px; padding:0 10px;}
.cd-pagination {
  width: 90%;
  max-width: 868px;
  margin: 2em auto 4em;
  text-align: center;
}
.cd-pagination li {
  /* hide numbers on small devices */
  margin: 0 .2em;
}
.cd-pagination li {
    display: inline-block;
}
.cd-pagination li.button {
  /* make sure prev next buttons are visible */
  display: inline-block; color:#633179;
}

.cd-pagination a, .cd-pagination span {
  display: inline-block;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  /* use padding and font-size to change buttons size */
  padding: .3em 1.2em;
  font-size: 1.6rem;
}
.cd-pagination a { color:#999;
  border: 1px solid #e6e6e6;
  border-radius: 0.25em;
}
.no-touch .cd-pagination a:hover { color:#633179;
  background-color: #fff; border:1px #c9b7d0 solid;
}
.cd-pagination a:active {
  /* click effect */
  -webkit-transform: scale(0.9);
  -moz-transform: scale(0.9);
  -ms-transform: scale(0.9);
  -o-transform: scale(0.9);
  transform: scale(0.9);
}
.cd-pagination a.disabled {
  /* button disabled */
  color: rgba(46, 64, 87, 0.4);
  pointer-events: none;
}

.cd-pagination .current {
  /* selected number */
  background-color: #633179;
  border-color: #633179;
  color: #ffffff;
  pointer-events: none;
}

#detail{ background:#f0f1f1; overflow:hidden; padding:35px 0;}
.detail{ background:#fff; padding:45px; overflow:hidden; position:relative;}
.b-top {width: 100%;height: 39px;line-height: 39px;position: relative;z-index: 90;text-align: center;}
.b-top a{ color:#666;}
.b-top a:hover{ color:#633179;}
.b-top .n-t-l{ position: absolute; left: 10px;  background:url(../images/n-t-l.png) no-repeat 0 0;  display: inline-block; background-size: 100% auto;}
.b-top .n-t-r{  position: absolute;top: 0;right:10px;  background:url(../images/icon_03.png) no-repeat 0 0;  display: inline-block; background-size: 100% auto;}
.b-top span {font-size:1.5rem;  color:#0c132d; font-weight:bold;}
.detail-box{ width:880px; margin:0 auto; overflow:hidden; padding-bottom:30px;}
.detail-box h1{ font-size:30px; font-weight:600; padding-top:50px;}
.detail-box .icon{width:880px; text-align:center;  float:left; font-family:Arial, Helvetica, sans-serif; color:#999; font-size:16px;}
.detail-box .icon span{ background:url(../images/detail_03.jpg) left center no-repeat; padding-left:25px; margin-right:30px;}
.detail-box .icon em{ font-style:normal; background:url(../images/detail_05.jpg) no-repeat left center; padding-left:25px;}
.detail-box .show{width:880px; float:left; padding-top:50px; font-size:20px; color:#666; line-height:38px;}
.detail-box .show p{ padding:10px 0; overflow:hidden; color:#666;}
.xgxw-bt{ font-size:28px; color:#666; border-bottom:1px #e6e6e6 solid; overflow:hidden; padding-bottom:20px; margin-bottom:40px;}

/*研究*/
.yj{ width:1246px; margin:0 auto; overflow:hidden;}
.yj-box{width:1246px; float:left; padding:90px 0;}
.yj-box-t{ width:400px; padding-top:150px;}
.yj-box-t h3{ font-family:Arial, Helvetica, sans-serif; color:#999; font-size:24px; }
.yj-box-t h1{ font-size:24px; color:#333; padding:10px 0; font-weight:600; }
.yj-box-t h2{ font-size:22px; color:#666; line-height:30px; padding-top:20px;}
.yj-box-t span{background: #dfe2e9 none repeat scroll 0 0;
    display: block;
    height: 3px;
    overflow: hidden;
    width: 280px;}
.yj-box-v{ width:816px; height:536px; background:url(../images/yj_04.jpg) no-repeat;  position:relative;}
.yj-box-v .vod{ width:690px; position:relative; top:72px; left:62px;}
.yj-box-v .vod-c{ position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 1;}
.yj-box-v .vod-c img{ position:relative;}
.yj-box-v .icons.videoplaybtn {
    width:70px;
    height:70px;
    position: absolute;
    z-index: 5;
    left:48%;
    top:160px;
	background:url(../images/vod_04.png) no-repeat ;
}

.join-bg1{ width:100%; background:url(../images/jion_02.jpg) no-repeat; height:795px; background-size: cover; background-position: center center;
    position: relative;}
.join-bg1 h1{ font-size:52px; color:#837492; font-weight:600; position:relative;}
.join-bg1 span{ background: #837492 none repeat scroll 0 0;
    display: block;
    height: 3px;
    margin: 0 auto;
    position: relative;
    left: 12%;
    top: -46px;
    overflow: hidden;
    width: 30px;}	
.join-bg1 em {
    background: #837492 none repeat scroll 0 0;
    display: block;
    height: 3px;
    margin: 0 auto;
    position: relative;
    right: 12%;
    top: -50px;
    overflow: hidden;
    width: 30px;
}
	.home-content { position: absolute; left:35%; top:50%;}
	.home-content h1{ font-size:40px; color:#361950; font-weight:600;}
	.home-content2{position: absolute; top:30%;}
	.home-content2-jiao1{ width:123px; float:left; height:123px; background:url(../images/jiao_03.png) no-repeat;}
	.home-content2-jiao2{ width:123px; float:right; height:123px; background:url(../images/jiao_07.png) no-repeat;}
	.join-show{ width:50%; float:left; height:116px; cursor:pointer;}
	.join-show  h1{ font-size:36px; color:#361950; font-weight:600px;}
	.join-show  h2{ font-size:25px; color:#837492;}

#join{ padding:100px 0 0 0;}
#join h1{ font-size:52px; color:#837492; font-weight:600; position:relative;}
#join span{ background: #837492 none repeat scroll 0 0;
    display: block;
    height: 3px;
    margin: 0 auto;
    position: relative;
    left: 12%;
    top: -46px;
    overflow: hidden;
    width: 30px;}	
#join em {
    background: #837492 none repeat scroll 0 0;
    display: block;
    height: 3px;
    margin: 0 auto;
    position: relative;
    right: 12%;
    top: -50px;
    overflow: hidden;
    width: 30px;
}
.join-bg2{ width:100%; background:url(../images/zq_06.jpg) no-repeat; height:939px; background-size: cover; background-position: center center;
    position: relative;}
	
	
.modal-dialog{ width:970px; z-index:300;}
.modal-dialog-box{ padding:30px; overflow:hidden;}
.modal-dialog-box h1{ color:#361950; font-size:46px; font-weight:600;}
.modal-dialog-box h2{ color:#837492; font-size:24px;}
.modal-dialog-box h3{ color:#361950; padding-top:20px; font-size:28px;}
.modal-dialog-box p{color:#837492; font-size:16px; line-height:36px;}
.modal-dialog-box strong{font-size:46px; font-weight:600; font-family:Arial, Helvetica, sans-serif;}
.modal-content {
    -webkit-box-shadow: 0 5px 15px rgba(54,25,80,0.5);
    box-shadow: 0 5px 15px rgba(54,25,80,0.5);
}
.about-banner {
    background: url(../images/about_01.jpg) no-repeat 0px 0px;
    min-height:800px;  
	background-position: center center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}
.about-txt{ width:380px; float:left; padding-top:250px;}
.caption-heading {
  color: #fff;
  font-family: "微软雅黑";
  font-weight: 600;
  font-size:40px;
  -webkit-animation-delay: 1s;
  -moz-animation-delay: 1s;
  -o-animation-delay: 1s;
  animation-delay: 1s; margin:0;
}
.caption-heading2{
  color: #FFFFFF;
  font-family: Arial, Helvetica, sans-serif; text-transform:uppercase;
  font-size:22px;
  -webkit-animation-delay: 1.5s;
  -moz-animation-delay: 1.5s;
  -o-animation-delay: 1.5s;
  animation-delay: 1.5s;
}

.caption-text {
  font-size: 16px;
  margin-top: 30px;
  visibility: hidden;
  -webkit-animation-delay: 2.5s; line-height:2;
  -moz-animation-delay:  2.5s;
  -o-animation-delay:  2.5s; color:#FFFFFF;
  animation-delay:  2.5s;
}
.caption-span{ background: #FFFFFF none repeat scroll 0 0;
    display: block;
    height: 2px;
    margin-top: 20px; 
    width: 160px;
	 -webkit-animation-delay: 2s;
  -moz-animation-delay: 2s;
  -o-animation-delay: 2s;
  animation-delay: 2s;
	}

.about-pic{ width:720px; float:right; padding-top:180px;}
.about-pic .div1{ float:left; width:720px;}
.about-pic .div2{ width:350px; float:left; margin-left:20px; margin-top:20px;}

.about-pic > div {
  position: relative;
  float: left;
}

.about-pic > div > img {
  transition: .1s transform;
  transform: translateZ(0);
  /* hack */
}

.about-pic > div:hover {
  z-index: 1;
}

.about-pic > div:hover > img {
  transform: scale(1.2, 1.2);
  transition: .3s transform;
}

/*下载*/
.down{ padding:106px 0; overflow:hidden;}
.down .item img{	
display: block; margin:0 auto;
	
/* background-color:#fafafa; */
}
.down .item a{ height:156px; display:block;}
.down .item img.colored {
	top: 0;
	display: none;
	/* background-color:#f5f5f5; */
}
.down .item  h1{ color:#333; font-size:28px; font-weight:bold; padding-top:20px;}
.down .item  h2{ font-size:14px; color:#105fff;}
.down .item { text-align:center;}
.down .item:hover img.colored{display:block;}
.down .item:hover img{display:none;}


.pro-banner{
	 background: url(../images/cp_01.jpg) no-repeat bottom center;
    background-size: cover; 
    position: relative;
	}
.pro-banner-home{
    overflow: hidden;
    padding-top:288px;
    padding-bottom:288px;
}
.pro-banner h1{ color:#fff; font-size:48px;}
.pro-banner h2{ color:#fff; font-size:22px; text-transform:uppercase;}
.pro-banner span{background: #dad8e3 none repeat scroll 0 0;
    display: block;
    height: 2px;
    margin: 20px auto;
    overflow: hidden;
    width:550px;}
.pro-banner p{ color:#fff; font-size:20px; line-height:1.5; font-family: "微软雅黑";}


.yj-banner{
	 background: url(../images/yj_01.jpg) no-repeat bottom center;
    background-size: cover; 
    position: relative;
	}
.yj-banner-home{
    overflow: hidden;
    padding-top:288px;
    padding-bottom:288px;
}
.yj-banner h1{ color:#fff; font-size:48px;}
.yj-banner h2{ color:#fff; font-size:22px; text-transform:uppercase;}
.yj-banner span{background: #dad8e3 none repeat scroll 0 0;
    display: block;
    height: 2px;
    margin: 20px auto;
    overflow: hidden;
    width:550px;}
.yj-banner p{ color:#fff; font-size:20px; line-height:1.5; font-family: "微软雅黑";}

.news-banner{
	 background: url(../images/news_01.jpg) no-repeat bottom center;
    background-size: cover; 
    position: relative;
	}
.news-banner-home{
    overflow: hidden;
    padding-top:288px;
    padding-bottom:288px;
}
.news-banner h1{ color:#fff; font-size:48px;}
.news-banner h2{ color:#fff; font-size:22px; text-transform:uppercase;}
.news-banner span{background: #dad8e3 none repeat scroll 0 0;
    display: block;
    height: 2px;
    margin: 20px auto;
    overflow: hidden;
    width:550px;}
.news-banner p{ color:#fff; font-size:18px; line-height:1.5; font-family: "微软雅黑";}

.down-banner{
	 background: url(../images/news_01.jpg) no-repeat bottom center;
    background-size: cover; 
    position: relative;
	}
.down-banner-home{
    overflow: hidden;
    padding-top:322px;
    padding-bottom:255px;
}
.down-banner h1{ color:#fff; font-size:48px;}
.down-banner h2{ color:#fff; font-size:22px; text-transform:uppercase;}
.down-banner span{background: #dad8e3 none repeat scroll 0 0;
    display: block;
    height: 2px;
    margin: 20px auto;
    overflow: hidden;
    width:550px;}
.down-banner p{ color:#fff; font-size:20px; line-height:1.5;}



.lx-banner{
	 background: url(../images/contact_01.jpg) no-repeat bottom center;
    background-size: cover; 
    position: relative;
	}
.lx-banner-home{
    overflow: hidden;
    padding-top:288px;
    padding-bottom:288px;
}
.yw-banner-home{background: url(../images/business.png) no-repeat bottom center;background-size: cover; }
.lx-banner h1,.yw-banner-home h1{ color:#fff; font-size:48px;}
.lx-banner h2,.yw-banner-home h2{ color:#fff; font-size:22px; text-transform:uppercase;}
.lx-banner span,.yw-banner-home span{background: #dad8e3 none repeat scroll 0 0;
    display: block;
    height: 2px;
    margin: 20px auto;
    overflow: hidden;
    width:550px;}
.lx-banner p,.yw-banner-home p{ color:#fff; font-size:20px; line-height:1.5; font-family: "微软雅黑";}


.jion-banner{
	 background: url(../images/jion_01.jpg) no-repeat bottom center;
    background-size: cover; 
    position: relative;
	}
.jion-banner-home{
    overflow: hidden;
    padding-top:288px;
    padding-bottom:288px;
}
.jion-banner h1{ color:#fff; font-size:48px;}
.jion-banner h2{ color:#fff; font-size:22px; text-transform:uppercase;}
.jion-banner span{background: #dad8e3 none repeat scroll 0 0;
    display: block;
    height: 2px;
    margin: 20px auto;
    overflow: hidden;
    width:550px;}
.jion-banner p{ color:#fff; font-size:20px; line-height:1.5;}

.jion-bg img{ width:100%; display:block;}

.boxw3-agile{
    overflow: hidden;
    position: relative;
}
.w3labout-img img.img-responsive {
	-webkit-transition:.5s all;
	-moz-transition:.5s all; 
	transition:.5s all;
}
.boxw3-agile:hover img{
	-moz-transform: scale(1.5);
	-o-transform: scale(1.5);
	-webkit-transform: scale(1.5);
	transform: scale(1.5);
}
.w3labout-img .col-md-3{ position: relative;
    min-height: 1px;
    padding-right: 10px;
    padding-left: 10px;}
.about-w3text p{ font-size:16px; color:#fff; line-height:1.5; font-family:"微软雅黑";}	

.w3-header-top-right-text p {  float: right; color:#fff; padding-top:25px;  line-height:18px; margin-right:15px;}
.w3-header-top-right-text p span{ background:url(../images/login_03.png) no-repeat 0 0; padding-left:20px; display: inline-block;}
.w3-header-top-right-text p em{background:url(../images/r-d_09.png) no-repeat right center; padding-right:15px; display: inline-block; font-style:normal;}
.w3-header-top-right-text p em:hover{background:url(../images/r-d_091.png) no-repeat right center; padding-right:15px; display: inline-block; color:#c79cda;}
.w3-header-top-right-text p span:hover{background:url(../images/login_031.png) no-repeat 0 0; padding-left:20px; display: inline-block; color:#c79cda;}
.modal{ top: 20%;}

.agentRow .row,.agentRow .form-group{ margin: 0px;}
.agentRow .form-group{ margin-bottom: 1rem;}
.agentRow .form-group .control-label{ padding-right: 0.5rem;}
.agentRow  .control-req{color: #6c4080}
.d-nav{ width: 100%;}

.img-zp{ background: url('../images/photo_03.png');width: 350px;height: 186px;}
.upcarImg{ width: 70px;height: 30px;}
.upcarImg .webuploader-pick{ padding: 5px 10px;font-size: 12px;}
.upcarImg .webuploader-pick{ background: #00b7ee;}
.upcarImg .uploader-list{ clear: both;width: 100%}
.upcarImg .uploader-list .file-item{ float: left;width: 100px;}
#home .busnote p,.busnote p,#home .busnote h4{ color: #444;font-size: 13px;}
 #home .busnote h4{ font-weight: bold;font-size: 14px;}
.field-validation-error{color: #ff0000}
.selcity select.form-control{width: 25%;float: left;padding: 0;margin-right: 1rem;}
.selcity select.form-control:first-child{ width: 20%;}
.selcity select.form-control:last-child{ width: 30%;}
