﻿@charset "utf-8";
/*body{background-color: #252525}
*{margin:0px;padding:0px;font-family:"微软雅黑";font-size:12px; text-decoration:none;list-style-type:none;}
img{border:0px;}*/


/*开始*/
.flash4{width: 752px;height: 380px;margin:0px auto;position:relative;}
.flash4 ul li{width:120px;height:380px;border-left:0px solid #000;position:relative;overflow:hidden;float:left;}
.flash4 ul li .gtitle{font-size:14px;color:#FFFFFF;width:105px;height: 36px;position:absolute;line-height: 36px;margin-top: 35px;background: rgba(50,102,204,0.5);border-radius: 20px;opacity:1; text-align:center; margin-left:6px;}
.flash4 ul li .imgTop img{opacity:1;height:340px;}
.flash4 ul li .imgTop img.tm{opacity:1;}

.flash4 ul li .imgCon{width:338px;height:405px;}
.flash4 ul li .imgCen{width:338px;height:50px;background:rgba(0,0,0,0.5);color:#fff;font-size:20px;line-height:50px;position:absolute;left:0px;bottom:45px;text-indent:20px;display:none;}
.flash4 ul li .imgBot{width:338px;height:45px;background:#222;}
.flash4 ul li .imgBot p.bt_1{width:80px;line-height:45px;font-size:16px;color:#fff;text-indent:20px;float:left;}
.flash4 ul li .imgBot p.bt_2{width:158px;height:45px;line-height:45px;float:left;display:none;}
.flash4 ul li .imgBot p.bt_2 span{font-size:14px;color:#fff;padding-right:30px;background:url(/Content/images/part2_icon.png)no-repeat left center;padding-left:10px;}

.flash4 ul li.first{width:338px;}
.flash4 ul li.fast{position:absolute;right:0px;bottom:0px;}


.col-md-3{width:125px;background:#FFFFFF; border-radius:5px;
		float:left;
    text-align: center;
    background: #fff;
    margin: 10px 25px;
    box-shadow: 0 0 5px #ababab;
    padding-bottom:0px;
    border-radius: 10px;
    color: #cad0de;
    transform: scale(1);
    transition: all 0.5s ease 0s;}


.demo{
			padding: 0;
		   /* background: linear-gradient(to right, #f3d08e , #afeb86);*/
		}
.demo1{
height: 330px;
padding: 0;
overflow:hidden;}
		.pricingTable{
		    text-align: center;
		    background: #fff;
		    margin: 0 -15px;
		    box-shadow: 0 0 5px #eee;
		    padding-bottom: 10px;
		    border-radius: 10px;
		    color: #cad0de;
		    transform: scale(1);
		    transition: all 0.5s ease 0s;
		}

		.pricingTable:hover{
		    transform: scale(1.05);
		    z-index: 1;
		}

		.pricingTable .pricingTable-header{
		    padding: 10px 0;
		  /*  background: #f5f6f9;*/
		    border-radius: 10px 10px 50% 50%;
		    transition: all 0.5s ease 0s;
		}

		.pricingTable:hover .pricingTable-header{
		    background:#f4f4f4;
		}

		.pricingTable .pricingTable-header i{
		    font-size: 50px;
		    color: #858c9a;
		    margin-bottom: 10px;
		    transition: all 0.5s ease 0s;
		}

		.pricingTable .price-value{
		    font-size: 35px;
		    color: #ff9624;
		    transition: all 0.5s ease 0s;
		}

		.pricingTable .month{
		    display: block;
		    font-size: 14px;
		    color: #cad0de;
		}

		.pricingTable:hover .pricingTable-header i,
		.pricingTable:hover .price-value,
		.pricingTable:hover .month{
		    color: #fff;
		}

		.pricingTable .heading{
		    font-size:14px;
		    color: #666;
		    margin:0px;
		    text-transform: uppercase;
		}

		.pricingTable .pricing-content ul{
		    list-style: none;
		    padding: 0;
		    margin-bottom: 30px;
		}

		.pricingTable .pricing-content ul li{
		    line-height: 30px;
		    color: #a7a8aa;
		}

		.pricingTable .pricingTable-signup a{
		    display: inline-block;
		    font-size: 15px;
		    color: #fff;
		    padding: 10px 35px;
		    border-radius: 20px;
		    background: #ffa442;
		    text-transform: uppercase;
		    transition: all 0.3s ease 0s;
		}

		.pricingTable .pricingTable-signup a:hover{
		    box-shadow: 0 0 10px #ffa442;
		}

		.pricingTable.blue .price-value,
		.pricingTable.blue .heading{
		    color: #666;
		}

		.pricingTable.blue:hover .pricingTable-header,
		.pricingTable.blue .pricingTable-signup a{
		    background: #f4f4f4;
		}

		.pricingTable.blue .pricingTable-signup a:hover{
		    box-shadow: 0 0 10px #4b64ff;
		}

		.pricingTable.red .price-value,
		.pricingTable.red .heading{
		    color: #ff4b4b;
		}

		.pricingTable.red:hover .pricingTable-header,
		.pricingTable.red .pricingTable-signup a{
		    background: #ff4b4b;
		}

		.pricingTable.red .pricingTable-signup a:hover{
		    box-shadow: 0 0 10px #ff4b4b;
		}

		.pricingTable.green .price-value,
		.pricingTable.green .heading{

		}

		.pricingTable.green:hover .pricingTable-header,
		.pricingTable.green .pricingTable-signup a{
		    /*background: #40c952;*/
		}

		.pricingTable.green .pricingTable-signup a:hover{
		    box-shadow: 0 0 10px #40c952;
		}

		.pricingTable.blue:hover .price-value,
		.pricingTable.red:hover .price-value,
		.pricingTable.green:hover .price-value{
		    color: #fff;
		}

		@media screen and (max-width: 990px){
		    .pricingTable{ margin: 0 0 20px 0; }
		}




*{margin:0;padding:0;box-sizing:border-box;list-style:none}
body{font-family:"Microsoft Yahei";min-width:1000px}
a{outline:0;text-decoration:none}
strong{font-weight:400}
.strong{font-weight:700}
::selection{background:#1EACDF;color:#fff}
img{border:0}
::-moz-selection{background:#1EACDF;color:#fff}
::-webkit-selection{background:#1EACDF;color:#fff}
.autoWidth{margin:0 auto;min-width:1000px;max-width:1200px}
.auto{margin:0 auto;min-width:1000px;max-width:1200px}
@media screen and (max-width:1233px){.auto{padding-left:10px}
}
.clearfix:after,.clearfix:before{display:table;line-height:0;content:""}
.clearfix:after{clear:both}
.clear-float{clear:both}



/*.footer{background-color:#009fd9;font-family:"Microsoft Yahei"}*/
.footer-floor1{width:100%;padding:36px 0 60px}
.footer-list{width:69%;height:100%;float:left}
.footer-list ul{float:left;margin-right:13%}
.footer-list .flist-4{margin-right:0}
.footer-list li{line-height:32px}
.footer-list li a{color:#b6e2f2;font-size:12px;text-decoration:none}
.footer-list li a:hover{text-decoration:underline;color:#fff}
.footer-list .flist-title{font-size:16px;color:#fff;margin-bottom:15px}
.footer-floor2{width:100%;border-top:1px solid #4cc3ed;padding:20px 0;text-align:center}
.footer-floor2 p{text-align:center;color:#b6e2f2;font-size:12px;line-height:30px}
.footer-floor2 p span{font-family:PingFangSC-Light,'helvetica neue','hiragino sans gb',tahoma,'microsoft yahei ui','microsoft yahei',simsun,sans-serif}
.footer-floor2 a{color:#b6e2f2}
.footer-floor2 a:hover{color:#a8d0e0;text-decoration:underline}
.foot-link{margin:0 15px;text-decoration:none;color:#b6e2f2}
.foot-link:hover{text-decoration:underline}
.footer-right{width:300px;float:right}
.telephone{width:100%;height:32px;line-height:32px;color:#fff}
.telephone span{display:inline-block;width:32px;height:32px;float:left;background:url(/Content/images/phone_32px.png);margin-left:16%}
.telephone .tel-number{font-size:18px;font-weight:400;text-align:right}
.official-plat{width:100%;height:100%;margin-top:20px;position:relative}
.official-plat ul{float:right;margin-top:7px}
.official-plat ul li span{display:inline-block;width:32px;height:32px;background:url(/Content/images/plat_icon.png) no-repeat 0 0;line-height:32px;float:left;margin-right:12px}
.official-plat ul li .weibo-logo{background:url(/Content/images/plat_icon.png) no-repeat -32px 0}
.official-plat ul li .qq-logo{background:url(/Content/images/plat_icon.png) no-repeat -64px 0}
.official-plat ul li{height:45px}
.official-plat ul a{display:inline-block;height:32px;width:100%;line-height:32px;color:#fff;text-decoration:none;font-size:12px}
.official-plat>p{display:inline-block;width:132px;height:132px;border:1px solid #ddd;background-color:#fff}
.official-plat .weixin{position:absolute;top:0;left:10px;background-image:url(/Content/images/plat_qrcode.png);background-repeat:no-repeat;background-position:0 0}
.official-plat .weibo{position:absolute;top:0;left:10px;background-image:url(/Content/images/plat_qrcode.png);background-repeat:no-repeat;background-position:-132px 0;display:none}
#wx-corner{border:10px solid transparent;border-left:10px solid #fff;position:absolute;top:12px;right:-20px;z-index:10}
#wb-corner{border:10px solid transparent;border-left:10px solid #fff;position:absolute;top:58px;right:-20px;z-index:10}
.five-superiority{width:100%;border-bottom:1px solid #27aede;padding:10px 0 20px}
.five-superiority-list li{float:left;width:20%;height:36px;text-align:center;border-left:1px solid #27aede}
.five-superiority-list li:first-child{border-left:none}
.five-superiority-list li a{display:inline-block;position:relative;width:100%;height:36px;line-height:36px;background:no-repeat 2% center;text-indent:2em;color:#fff;font-size:16px}
.five-superiority-list li a:hover{color:#bfe7f5}
.five-superiority-list li a.superiority-text{text-indent:4em}
.superiority-icon{position:absolute;width:40px;height:40px;left:10%;background-repeat:no-repeat;background-image:url(/Content/images/footer_youshi.png)}
.compensate_ico .superiority-icon{background-position:0 0}
.compensate_ico:hover .superiority-icon{background-position:0 -50px}
.retreat_ico .superiority-icon{background-position:0 -100px}
.retreat_ico:hover .superiority-icon{background-position:0 -150px}
.technology_ico .superiority-icon{background-position:0 -200px}
.technology_ico:hover .superiority-icon{background-position:0 -250px}
.prepare_ico .superiority-icon{background-position:0 -300px}
.prepare_ico:hover .superiority-icon{background-position:0 -350px}
.service_ico .superiority-icon{background-position:0 -400px}
.service_ico:hover .superiority-icon{background-position:0 -450px}
.marquee-box{overflow:hidden;width:100%;position:absolute;left:0;top:0}
.marquee{width:8000%;height:60px}
.wave-list-box{float:left;margin-left: -25px;}
.wave-list-box ul{float:left;height:60px;overflow:hidden;zoom:1}
.wave-list-box ul li{height:60px;width:100%;float:left;line-height:30px;list-style:none}
.wave-box{position:relative;height:60px;}




.w3_tab_img_left {
    padding: 0;
	width: 32%;
    float: left;
    margin-right: 1.666%;
    margin-bottom: 1.666%;
	position: relative;
}
.left65 {
    padding: 0;
	/*width: 33.3333%;*/
    float: left;
	width: 65.666%;
    margin-right: 1.666%;
    margin-bottom: 2%;
	position: relative;
}
.pright0 {
    margin-right: 0;
}

.agile-gallery-info {
    padding: 1em;
    background: #ffffff;
      -webkit-box-shadow:-1px 1px 2px #d0d0d0;
      -moz-box-shadow: -1px 1px 2px #d0d0d0;
      box-shadow: -1px 1px 2px #d0d0d0;
  
}

.agile-gallery-info h5 {
    color: #000000;
    font-size: 1em;
    text-transform: uppercase;
    font-weight: 600;
    letter-spacing: 4px;
    margin: 0;
}

.agile-gallery-info p {
    color: #999999;
    font-size: .9em;
    line-height: 1.8em;
    margin: .5em 0 0 0;
    height: 0px;
    overflow: hidden;
	webkit-transition: all 0.5s linear 0s;
    -moz-transition: all 0.5s linear 0s;
    -ms-transition: all 0.5s linear 0s;
    -o-transition: all 0.5s linear 0s;
    transition: all 0.5s linear 0s;
}

.agile-gallery-info {
    transition: 0.5s all;
    -webkit-transition: 0.5s all;
    -o-transition: 0.5s all;
    -moz-transition: 0.5s all;
    -ms-transition: 0.5s all;
	position: absolute;
	bottom:0;
	display:block;
	width:100%;
	transition: all 0.3s cubic-bezier(0.37, 0.75, 0.61, 1.05) 0s;
}

.w3_tab_img_left:hover .agile-gallery-info {
    color: #FFFFFF;
	webkit-transition: all 0.5s linear 0s;
    -moz-transition: all 0.5s linear 0s;
    -ms-transition: all 0.5s linear 0s;
    -o-transition: all 0.5s linear 0s;
    transition: all 0.5s linear 0s;
}

.w3_tab_img_left:hover .agile-gallery-info p {
	display:block;
	height:55px;
	webkit-transition: all 0.3s linear 0s;
    -moz-transition: all 0.3s linear 0s;
    -ms-transition: all 0.3s linear 0s;
    -o-transition: all 0.3s linear 0s;
    transition: all 0.3s linear 0s;
}
.gallery-w3layouts {
  margin-top: 50px;
  width: 1200px;
  margin:0 auto;
}
.w3_tab_img_left img{
	-webkit-transition: all 0.5s linear 0s;
    -moz-transition: all 0.5s linear 0s;
    -ms-transition: all 0.5s linear 0s;
    -o-transition: all 0.5s linear 0s;
    transition: all 0.5s linear 0s;
}
.w3_tab_img_left:hover img{
	transform: scale(1.1);
	webkit-transition: all 0.5s linear 0s;
    -moz-transition: all 0.5s linear 0s;
    -ms-transition: all 0.5s linear 0s;
    -o-transition: all 0.5s linear 0s;
    transition: all 0.5s linear 0s;
}

/*-- //gallery --*/
/*-- testimonial --*/
.blog-w3layouts {
  background: url(/Content/images/blog.jpg) no-repeat center;
  min-height: 400px;
  margin:3em 0 0;
}
h5.blog-w3ls {
  padding: 12px 12px;
  font-size: 21px;
  border-radius: 7px;
  background: -webkit-linear-gradient(-90deg,#ffffff,#10bcf8);
  background: -o-linear-gradient(-90deg,#ffffff,#10bcf8);
  background: -moz-linear-gradient(-90deg,#ffffff,#10bcf8);
  background: rgba(8, 8, 8, 0.65);
 -webkit-box-shadow: 0px 2px 3px #ccc;
  -moz-box-shadow: 0px 2px 3px #ccc;
  box-shadow: 0px 1px 0px #3498db;
  color: #fff;
}
.testimonial-top p {
  margin: 2em auto;
  letter-spacing: 0.5px;
}
h6.blg {
  color: #fff;
  padding: 0;
  float:left;
  font-size: 1em;
}
.entry-meta {
  margin: 2em 0 2em;
}
.testimonial-top h5 span{
font-weight:300;
}
.callbacks_nav {
  position: absolute;
  -webkit-tap-highlight-color: rgba(0,0,0,0);
  top:55%;
  left: 40px;
  opacity: 0.7;
  z-index: 3;
  text-indent: -9999px;
  overflow: hidden;
  text-decoration: none;
  height: 34px;
  width: 34px;
  background: url(/Content/images/left.png) no-repeat 0px 0px;
}
.callbacks_nav.next {
  background: url(/Content/images/right.png) no-repeat 0px 0px;
  top: 86%;
  left: 92%;
}
.callbacks_nav.prev {
  background: url(/Content/images/left.png) no-repeat 0px 0px;
  top: 86%;
  left: 87%;
}
.blog1-w3ls-top {
  float: right;
  width: 56%;
}
.blog-text {
  background: rgba(0, 0, 0, 0.42);
  padding: 4.8em 4em;
  border-top: none;
  border-radius: 0px 0px 4px 4px;
  -o-border-radius: 0px 0px 4px 4px;
  -webkit-border-radius: 0px 0px 4px 4px;
  -moz-border-radius: 0px 0px 4px 4px;
}
.widget-side ul {
  padding: 0;
}
h6.blg span,.icons span {
  font-size: 1.3em;
  margin: 0 0.3em;
  color: #1da1f2;
}
.entry-meta p {
  color: #fff;
  margin: 2.3em 0;
}
.icons a{
  color: #fff;
}
h6.blg span.fa.fa-clock-o {
  margin: 0 0.3em 0 0em;
}
.blog-text a:hover,.blog-text a h3.h-t:hover,.widget-side ul li a:hover{
color:#fff;
text-decoration:none;
}
.icons{
  float: right;
}
.icons.icons1{
  float: left;
}
.icons span {
  color: #1da1f2;
}
span.text-blog {
  color: #fff;
}
.imghvr-shutter-in-out-diag-2{overflow:hidden;}
.section-w3ls agileits-gallery{ background-color:#f5f5f5;}
/*-- //testimonial --*/
/*--contact --*/

.clearfloat:after{display:block;clear:both;content:"";visibility:hidden;height:0} 
.clearfloat{zoom:1} 


.ng_news{margin: 0 auto;width: 1200px; margin-top: 25px;}
.ng_news .newdiv{float: left;position: relative;width: 475px;}
.ng_news .newdiv .tabtitle{border-bottom: #62c462 2px solid;color: #000;font-size: 18px;line-height: 24px;
height: 36px;width: 100px;margin-left: 24px;float: left; text-align:center;}
.ng_news .newdiv .tabmore{color: #666;font-size: 12px;line-height:36px;height: 36px;width: 80px;margin-left: 24px; float:right;}
.ng_news .newdiv .tabdiv{border-bottom:#e5e5e5 1px solid;height: 36px;}
.ng_news .newdiv .ngnew{float:left; width:100%; margin-top:10px;}
.ng_news .newdiv .ngnewimg{width:160px; height:120px; float:left;}
.ng_news .newdiv .ngnew img{width:160px; height:120px; float:left;}
.ng_news .newdiv .ngnewcontent{width:300px; height:109px; float:left; padding-left:12px;}
.ng_news .newdiv .ngnew a{ color:#666;}
.ng_news .newdiv .ngnew span{ display:block;}
.ng_news .newdiv .ngnew span.sp1{ font-size:18px;font-family: NOVECENTOWIDE,"微软雅黑";letter-spacing: -1px; line-height:24px; padding-bottom:5px;}
.ng_news .newdiv .ngnew span.sp2{ font-size:18px;font-family: NOVECENTOWIDE,"微软雅黑";letter-spacing: -1px; padding-bottom:10px; line-height:24px;}
.ng_news .newdiv .ngnew span.sp3{ font-size:12px;}
.ng_news .newdiv .tabdiv{}

/*ban-pro*/
.ban-pro{width:100%;height:152px;background:url("/Content/images/ban-1.jpg") no-repeat center center;background-position:0px 0px;}
.ban-pro h3{
    font-size: 25px;color: #009fd9;position:absolute;right:24px; padding-top: 87px;font-weight: 500;letter-spacing: -1px;}
/*子导航*/
.w1200 { width: 80%; margin: 0 auto;min-width:1024px;position:relative; }
.w1200 .fs24{ font-size:24px;color: #009fd9; font-weight:lighter;}
.subnav{height:65px;background:#009fd9;font-size: 14px; margin-top:-10px; }
    .subnav .snav {
        position: relative;
        width: 100%;
        margin:auto;
        left: 0;
    }
.subnav .snav li{float:left; padding-right: 30px;}
    .subnav .snav a {
        /*display: block;*/
        color: #FFFFFF;
        font-size: 13.5px;
        /*height: 65px;*/
        line-height: 65px;
        cursor: pointer;
    }
.subnav .menuline{position:absolute;bottom:-69px;left:0;background:#64b813;height:4px;width:60px;z-index: 2;}

/*map-menu*/
.map-menu{width:100%;height:45px;padding-top:12px; background:#FFFFFF;position:relative;}
.map-menu .menu-con{position:absolute;right:24px;}
.map-menu .menu-con i{width:20px;height:10px;background:url("/Content/images/menu-1.png") no-repeat left center;display:inline-block;}
.map-menu .menu-con a{font-size:13.5px;color:#5b5b5b; padding:0px 10px 0px 12px;background:url("/Content/images/menu-2.png") no-repeat left center;display:inline-block;}
.map-menu .menu-con span{font-size:13.5px;color:#009fd9; padding-left:13px;background:url("/Content/images/menu-2.png") no-repeat left center;}
.group-survey-1{width:100%;background:#f4f5f6;}

.survey-1{width:624px;margin-right:20px;float:left;}
.survey-1 h1{font-size:24px;color:#323232;padding:25px 0px 0px 0px;+padding:10px 0px 5px 0px;}
.survey-1 em{font-size:48px;color:#5bc0de;font-family:'MONTSERRAT',"微软雅黑";display:inline-block;margin-top:0px;letter-spacing:4px;font-weight:500;float:left;margin-right:10px; font-style:inherit;}
.survey-1 h3{font-size:19px;color:#009fd9;display:inline-block;font-weight:500;+line-height:48px;}

.survey-1 h4{font-size:14px;color:#333333; text-align:justify;text-justify:distribute;padding:15px 0px 40px 0px; text-indent:28px;line-height:28px;}
.survey-1 h5{font-size:16px;color:#323232;padding-bottom:15px;}
.survey-1 p{font-size:14px;color:#777777;text-indent:28px; line-height:28px;}

.survey-h6{margin: 25px 0 25px 0; height: 70px;}
.survey-h6 h6{float:left;margin-right:50px;font-size:14px;color:#777777;}
.survey-h6 h6>em{font-size:48px;color:#009fd9;letter-spacing:-2px;font-family: "微软雅黑","Microsoft YaHei",sans-serif; font-weight:500;float:none !important;+line-height:36px;font-style: inherit;}
.survey-h6 .fs36{ font-size:36px;color: #009fd9;}

.survey-ban{min-width:360px;float:right;padding-right:24px;overflow:hidden;position:relative;z-index:10;width:360px;}
/*.survey-ban img{width:430px;height:358px;}*/
.survey-pics{width:100%;height:100%;position:relative;}
.survey-pics li{width:430px;height:458px;float:left;}

.survey-left{width:624px;min-height: 460px;padding-top:20px;float:left;}
.survey-left h3{font-size:19px;color:#323232;padding:15px 0px;border-top:2px #f4f5f6 solid;margin-top:5px;}
.survey-left h4{font-size:14px;color:#333333;}
.survey_h3{border:none !important;}
.survey-left .survey-editor>h5{font-size:16px;color:#68b92e;padding:5px 0px; }
.survey-left p{font-size:14px;color:#777777;text-align:justify;text-justify:distribute; padding-bottom:10px;text-indent:28px;line-height:28px;}
.survey-left .survey-2-left{width:360px;height:280px;float:left;}
.survey-left .survey-2-right{width:360px;height:280px;float:right;}
.survey-img-1{width:730px;height:320px;}
.survey-img-2{width:360px;height:200px;}
.survey-left .survey-hidden h5{font-size:16px;color:#68b92e;padding:15px 0px 6px 0px; }
.survey-2{padding-top:15px;}
.survey-hidden{display:block;}
input.more{display: none;width: 100%;height: 54px;border:none; background: #f4f5f6 url(/Content/images/btn_more_on.png) no-repeat center center;margin-top:13px;cursor: pointer;-webkit-transition: background 400ms;transition: background 400ms;}
input.more:hover{background:#68b92e url("/Content/images/btn_more.png") no-repeat center center}

.group-survey-2{width:100%;height:auto;background:#FFF; float:left; padding-bottom: 60px;}


.survey-right{min-width:360px;right:20px; float:right;}
.survey-right-1{width:350px;height:213px;background:#f4f5f6;padding:35px 40px 0px 40px;}
.survey-right-1 a{font-size:14px;color:#323232; width:160px;height:40px;text-align:center;padding-top:160px;background:url("/Content/images/group/survey-5.png") no-repeat center top;}
.survey-right-1 .survey-a-1{float:left;}
.survey-right-1 .survey-a-2{float:right;}
.survey-right-2{padding:250px 0px 100px 36px;width:360px;background:url("/Content/images/qqdt.jpg") no-repeat center center; color:#0033FF}
.survey-right-2 p{font-size:18px;color:#009fd9;opacity:0.9;filter:Alpha(opcaity=90);padding-bottom:30px;}
.survey-right-2 p em{font-size:60px;color:#009fd9;font-weight:500; position:relative;z-index:10;float:left;margin-right:15px;letter-spacing:-2px;+line-height:43px; font-style:inherit;}


.ts-survey-1{float:left;background:#68b92e url("/Content/images/hotline.jpg") no-repeat; padding-left:320px; padding-top:50px; height:390px; width: 100%;}
.ts-survey-1 h1{font-size:18px;color:#323232;padding:25px 0px 0px 0px;+padding:10px 0px 5px 0px; color:#FFFFFF}
.ts-survey-1 h3{color: #ffffff;font-weight: 500;}

.ts-survey-1 h4{font-size:14px;color:#333333;padding:15px 0px 40px 0px;}
.ts-survey-1 h5{font-size:16px;color:#323232;padding-bottom:15px;}
.ts-survey-1 p{font-size:12.5px;color:#777777;}

.group-survey-3 {
	width: 100%;
	height: auto;
	background: #f4f5f6;
	float: left;
	padding-top: 30px;
}
.survey-3 {
	width:100%;
	margin-right: 20px;
	float: left;
}

	.survey-3 h1 {
		font-size: 24px;
		color: #323232;
		padding: 25px 0px 0px 0px;
		padding:10px 0px 5px 0px;
	}

	.survey-3 em {
		font-size: 48px;
		color: #5bc0de;
		font-family: 'MONTSERRAT',"微软雅黑";
		display: inline-block;
		margin-top: 0px;
		letter-spacing: 4px;
		font-weight: 500;
		float: left;
		margin-right: 10px;
		font-style: inherit;
	}

	.survey-3 h3 {
		font-size: 19px;
		/*color: #009fd9;*/
		display: inline-block;
		font-weight: 500;
		line-height:48px;
	}

	.survey-3 h4 {
		font-size: 14px;
		color: #333333;
		text-align: justify;
		text-justify: distribute;
		padding: 15px 0px 40px 0px;
		text-indent: 28px;
		line-height: 28px;
	}

	.survey-3 h5 {
		font-size: 16px;
		color: #323232;
		padding-bottom: 15px;
	}

	.survey-3 p {
		font-size: 14px;
		color: #777777;
		text-indent: 28px;
		line-height: 28px;
	}





/*留言*/
.elegant-aero {
margin-left:auto;
margin-right:auto;
max-width: 500px;
background: #D2E9FF;
padding: 20px 20px 20px 20px;
font: 12px Arial, Helvetica, sans-serif;
color: #666;
border-radius: 15px;
}
.elegant-aero h1 {
font: 24px "Trebuchet MS", Arial, Helvetica, sans-serif;
padding: 10px 10px 10px 20px;
display: block;
background: #C0E1FF;
border-bottom: 1px solid #B8DDFF;
margin: -20px -20px 15px;
border-radius: 15px 15px 0px 0px;
}
.elegant-aero h1>span {
display: block;
font-size: 11px;
}
.elegant-aero label>span {
float: left;
margin-top: 10px;
color: #5E5E5E;
}
.elegant-aero label {
display: block;
margin: 0px 0px 5px;
}
.elegant-aero label>span {
float: left;
width: 30%;
text-align: right;
padding-right: 15px;
margin-top: 10px;
font-weight: bold;
}
.elegant-aero input[type="text"], .elegant-aero input[type="email"], .elegant-aero textarea, .elegant-aero select {
color: #888;
width: 65%;
padding: 0px 0px 0px 5px;
border: 1px solid #C5E2FF;
background: #FBFBFB;
outline: 0;
-webkit-box-shadow:inset 0px 1px 6px #ECF3F5;
box-shadow: inset 0px 1px 6px #ECF3F5;
font: 200 12px/25px Arial, Helvetica, sans-serif;
height: 30px;
line-height:15px;
margin: 2px 6px 16px 0px;
}
.elegant-aero textarea{
height:100px;
padding: 5px 0px 0px 5px;
width: 65%;
}
.elegant-aero select {
background: #fbfbfb url('down-arrow.png') no-repeat right;
background: #fbfbfb url('down-arrow.png') no-repeat right;
appearance:none;
-webkit-appearance:none;
-moz-appearance: none;
text-indent: 0.01px;
text-overflow: '';
width: 65%;
}
.elegant-aero .button{
padding: 10px 30px 10px 30px;
background: #66C1E4;
border: none;
color: #FFF;
box-shadow: 1px 1px 1px #4C6E91;
-webkit-box-shadow: 1px 1px 1px #4C6E91;
-moz-box-shadow: 1px 1px 1px #4C6E91;
text-shadow: 1px 1px 1px #5079A3;
}
.elegant-aero .button:hover{
background: #3EB1DD;
}

/*css digg style pagination*/
div.digg{padding:3px;margin:3px;/*text-align:center*/ font-size:12px}
div.digg a{border:#d2e9ff 1px solid;padding:2px 5px;margin:2px;color:#777;text-decoration:none}
div.digg a:hover{border:#009fd9 1px solid;color:#000;}
div.digg a:active{border:#009fd9 1px solid;color:#000;}
div.digg span.current{border:solid 1px #46ccfd;padding:2px 5px;font-weight:bold;margin:2px;color:#fff;background-color:#46ccfd;}
div.digg span.disabled{border:#eee 1px solid;padding:2px 5px;margin:2px;color:#ddd;}     


/*企业介绍*/
.container-div { width: 1200px; margin: 0 auto;/*background-color: #f0eff5;*/}
.container-left { width: 419px; float: left; padding-bottom: 30px; }
.container-right { width: 780px; float: right; padding: 38px 38px 0 0; overflow: hidden; }
.container-right img { max-width: 700px; }

.leftmenu { padding-top: 28px; }
.leftmenu li { height: 37px; line-height: 37px; margin-bottom: 15px; text-align: right; }
.leftmenu li a { display: inline-block; color: #666; font-size: 13px; padding-right: 40px; padding-left: 10px; font-weight: bold; -webkit-transition: all .5s; transition: all .5s; }
.leftmenu .current a, .leftmenu li a:hover { background: #d7d7e2; color: #303860; }
.shiguan-div > div { display: none; }

.instock { width: 379px; height: 140px; overflow: hidden; background: #bfc1cf; padding: 40px 40px 0 0; }
.instock.title { height: 80px; padding: 60px 40px 0 0; }
.instock p { color: #797d9b; font-size: 12px; text-align: right; }
.instock p strong { display: block; font-size: 20px; }
.instock h5 { font-family: "dincond-medium-webfont"; font-size: 68px; color: #303860; text-align: right; line-height: 60px; letter-spacing: -3px; }
.container-div .integrity-info { padding-left: 40px; width: 339px; }
.container-div .integrity-info p { text-align: left; color: #303860; font-size: 14px; line-height: 28px; }

.data-box { width: 220px; height: 230px; float: right; margin-top: 40px; }
.data-box h4 { background: url(/Content/images/about-menu.png) no-repeat; width: 169px; height: 64px; line-height: 64px; color: #fff; text-align: center; font-size: 20px; float: right; margin-bottom: 5px; }
.data-box dl { float: right; width: 220px; }
.data-box dd { display: inline-block; padding: 0 35px 0 10px;background: #d7d7e2; margin-top: 2px; text-align: right; color: #666666; float: right;     border-radius: 22px 0 0 22px;height:43px; line-height:43px;}
.data-box dd strong { color: #303860; font-size: 30px; font-family: "dincond-medium-webfont"; letter-spacing: -3px; display: inline-block; padding-right: 8px; font-weight: normal; }

.since { overflow: hidden; margin-bottom: 20px; }
.since h5 { font-size: 20px; color: #303960; font-weight: bold; }
.since .en { color: #ff9900; font-size: 68px; font-family: "dincond-medium-webfont"; letter-spacing: -3px; line-height: 60px; float: left; }
.since span, .since em { float: left; font-size: 20px; line-height: 26px; color: #7a7a7a; margin-left: 8px; padding-top: 5px; }
.about-div p { margin-bottom: 15px; }
.about-div p strong { color: #1c2c71; }

/*管理团队*/
.team-list li { padding: 30px; background: #fff; margin-bottom: 10px; }
.team-list li h3 { color: #6c7188; font-size: 18px; margin-bottom: 15px; font-weight:bold;}
a.btn-ajax { display: block; width: 79px; height: 79px; background: url(../img/about/icon-ajax.png) no-repeat; margin: 40px auto 40px; }

.teamtype a { display: block; width: 379px; height: 140px; padding: 40px 40px 0 0; text-align: right; position: relative; -webkit-transition: background .3s; transition: background .3s; margin-top: 2px; }
.teamtype a.current, .teamtype a:hover { background: #bfc1cf; }
.teamtype a i { display: block; color: #84879d; font-style: normal; font-size: 24px; font-family: "opensans-regular-webfont"; line-height: 26px; margin-bottom: 3px; }
.teamtype a span { display: block; color: #303860; font-size: 20px; font-weight: bold; }
.teamtype a b { display: block; width: 18px; height: 21px; background: url(/Content/images/team-dir.png) no-repeat; position: absolute; top: 50%; margin-top: -10px; right: -18px; visibility: hidden; opacity: 0; -webkit-transition: all .3s; transition: all .3s; }
.teamtype .current b, .teamtype a:hover b { visibility: visible; opacity: 1; }

 /*荣誉*/
.ngry-list {
    margin: 0;
    padding: 0;
    list-style-type: none;
}
.ngry-list ul{
	margin:25px 0 25px 0;
	display: inline-block;
	}
.ngry-list ul li{
	position: relative;
    float: left;
    margin:0 0 25px 25px;
    background: #fff;
    -webkit-transition: all .2s linear;
    transition: all .2s linear;
	width: 210px;
    height: 360px;
}
.ngry-list ul li:hover {
    z-index: 2;
    -webkit-box-shadow: 0 15px 30px rgba(0,0,0,0.1);
    box-shadow: 0 15px 30px rgba(0,0,0,0.1);
    -webkit-transform: translate3d(0, -2px, 0);
    transform: translate3d(0, -2px, 0);
}
.ngry-list ul li .ngry-item:first-child, .ngry-item-first {
    margin-left: 0;
}
.ngry-list ul li .ngry-item .figure-img{
	line-height:24px;
}
.ngry-list ul li img {
    width: 210px;
    height: 310px;
}
.ngry-list ul li img:hover {
    width: 420px;
    height: 620px;
	position:absolute;
	-webkit-transition: all .2s linear;
    transition: all .2s linear;
}
.ngry-list ul li p{
	padding:10px; text-align:center; font-size:14px;
}   