
body {
    font-size: 12px;
    color: #333333;
    font-family: "Microsoft YaHei";
}

div, form, img, ul, ol, li, dl, dt, dd, p, tr, td, body, strong, span, pre, input {
    margin: 0;
    padding: 0;
    border: 0;
    background-repeat: no-repeat;
}

body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, form, input, p, th, td {
    margin: 0;
    padding: 0;
}


.header-top {
    width: 100%;
    height: 143px;
    background: #fff;
    overflow: hidden;
}

.container {
    width: 1200px!important;
    height: auto;
    margin: 0 auto;
    position: relative;
	background:white;
}

.header-bsci {
    width: 100%;
    height: 33px;
    line-height: 33px;
    border-bottom: 1px solid #7fa9cd;
}

.top {
    height: 33px;
}
.top span>a {
    color: #666666;
    padding: 0 7px;
}
.inner{
    padding: 0;
    width: 1200px;
	margin: 0 auto;
}
.fr {
    float: right;
}

.logo-r p span {
    font-size: 20px;
    color: red !important;
    font-weight: bold;
    display: block;
}

.header-top .logo {
    float: left;
    margin-top: 15px;
	margin-bottom:3px;
	width:300px;
	height:80px;
}
.header-top .logo a {
	height:46px;
}
.header_biaoyu
{
	margin-top:12px;float:left;padding-left:13px;width:412px;
}
.search-top
{
  float:right;
  margin: 0;
    padding: 0;
    border: 0;
    background-repeat: no-repeat;
}
.search-top input
{
    width: 314px;
    border: 2px solid #33a8f5;
    background: #fff;
    float: left;
    height: 33px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    border-radius: 30px 0px 0px 30px;
    text-indent: 1em;
    font-size: 14px;
}
.search-top .button {
    width: 45px;
    border: none;
    background: #33a8f5;
    float: right;
    height: 33px;
    padding: 0px;
    border-radius: 0 30px 30px 0px;
}
.search-top .button img {
    margin-left: 10px;
    margin-top: 7px;
}
.header-top .logo-r {
    float: right;
}

.header-top .logo-r p {
    color: #33a8f5;;
    margin-top: 22px;
    background: url(../images/call.jpg) no-repeat left center;
    padding-left: 58px;
    line-height: 60px;
}
.header-top .logo-r p span{
	color:#33a8f5;;
	font-size:28px;
}

/*nav  */
.nav {
	width:100%;
    height: 46px;
    width: 100%;
    background: url(../images/nav_bg.jpg) repeat center;
	margin: 0 auto;
	margin-bottom:0px;
}

.menu, .menu ul {
    list-style: none;
    padding: 0;
    margin: 0;
}
.menu {
	width:1200px;
    height: 46px;
	margin: 0 auto;
}
.menu li {
	text-align:center;
    background: -moz-linear-gradient(#292929, #252525);
    background: -ms-linear-gradient(#292929, #252525);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #292929), color-stop(100%, #252525));
    background: -webkit-linear-gradient(#292929, #252525);
    background: -o-linear-gradient(#292929, #252525);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#292929', endColorstr='#252525');
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#292929', endColorstr='#252525')";
    background: linear-gradient(#0d9cfa, #1095ec);

    border-bottom: 1px solid #1095ec;
    border-top: 1px solid #1095ec;
    width: 131px;
}
.menu > li {
    display: block;
    float: left;
    position: relative;
	background: url(../images/nav_li.png) repeat center;
	
}
.menu > li ul {
   width:160px;
}
.menu > li > ul>li {
   width:160px;
}
.menu > li:first-child {
    border-radius: 5px 0 0;
}
.menu a {
    border-left: 2px solid rgba(0, 0, 0, 0);
    color: white;
    display: block;
    font-family: 'Lucida Console';
    font-size: 16px;
    line-height: 40px;
    padding: 0 3px;
    text-decoration: none;
    text-transform: uppercase;
}

/* onhover styles */
.menu li:hover {
    background-color: #33a8f5;
    background: -moz-linear-gradient(#33a8f5, #33a8f5);
    background: -ms-linear-gradient(#0876be, #33a8f5);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #0876be), color-stop(100%, #33a8f5));
    background: -webkit-linear-gradient(#0876be, #33a8f5);
    background: -o-linear-gradient(#0876be, #33a8f5);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#0876be', endColorstr='#33a8f5');
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#0876be', endColorstr='#33a8f5')";
    background: linear-gradient(#0876be, #33a8f5);
    border-bottom: 2px solid #33a8f5;
    border-top: 2px solid #33a8f5;
}
.menu li:hover > a {
    border-radius: 5px 0 0 0;
    border-left: 0px solid #C4302B;
    color: #cbc8c8;
}

/* submenu styles */
.submenu {
	z-index:9999;	
    left: 0;
    max-height: 0;
    position: absolute;
    top: 100%;
    z-index: 9999;

    -webkit-perspective: 400px;
    -moz-perspective: 400px;
    -ms-perspective: 400px;
    -o-perspective: 400px;
    perspective: 400px;
}
.submenu li {
    opacity: 0;
	z-index:9999;
    -webkit-transform: rotateY(90deg);
    -moz-transform: rotateY(90deg);
    -ms-transform: rotateY(90deg);
    -o-transform: rotateY(90deg);
    transform: rotateY(90deg);

    -webkit-transition: opacity .4s, -webkit-transform .5s;
    -moz-transition: opacity .4s, -moz-transform .5s;
    -ms-transition: opacity .4s, -ms-transform .5s;
    -o-transition: opacity .4s, -o-transform .5s;
    transition: opacity .4s, transform .5s;
}
.menu .submenu li:hover a {
    border-left: 1px solid #454545;
    border-radius: 0;
    color: #ffffff;
}
.menu > li:hover .submenu, .menu > li:focus .submenu {
    max-height: 2000px;
    z-index: 10;
}
.menu > li:hover .submenu li, .menu > li:focus .submenu li {
    opacity: 1;

    -webkit-transform: none;
    -moz-transform: none;
    -ms-transform: none;
    -o-transform: none;
    transform: none;
}

/* CSS3 delays for transition effects */
.menu li:hover .submenu li:nth-child(1) {
    -webkit-transition-delay: 0s;
    -moz-transition-delay: 0s;
    -ms-transition-delay: 0s;
    -o-transition-delay: 0s;
    transition-delay: 0s;
}
.menu li:hover .submenu li:nth-child(2) {
    -webkit-transition-delay: 50ms;
    -moz-transition-delay: 50ms;
    -ms-transition-delay: 50ms;
    -o-transition-delay: 50ms;
    transition-delay: 50ms;
}
.menu li:hover .submenu li:nth-child(3) {
    -webkit-transition-delay: 100ms;
    -moz-transition-delay: 100ms;
    -ms-transition-delay: 100ms;
    -o-transition-delay: 100ms;
    transition-delay: 100ms;
}
.menu li:hover .submenu li:nth-child(4) {
    -webkit-transition-delay: 150ms;
    -moz-transition-delay: 150ms;
    -ms-transition-delay: 150ms;
    -o-transition-delay: 150ms;
    transition-delay: 150ms;
}
.menu li:hover .submenu li:nth-child(5) {
    -webkit-transition-delay: 200ms;
    -moz-transition-delay: 200ms;
    -ms-transition-delay: 200ms;
    -o-transition-delay: 200ms;
    transition-delay: 200ms;
}
.menu li:hover .submenu li:nth-child(6) {
    -webkit-transition-delay: 250ms;
    -moz-transition-delay: 250ms;
    -ms-transition-delay: 250ms;
    -o-transition-delay: 250ms;
    transition-delay: 250ms;
}
.menu li:hover .submenu li:nth-child(7) {
    -webkit-transition-delay: 300ms;
    -moz-transition-delay: 300ms;
    -ms-transition-delay: 300ms;
    -o-transition-delay: 300ms;
    transition-delay: 300ms;
}
.menu li:hover .submenu li:nth-child(8) {
    -webkit-transition-delay: 350ms;
    -moz-transition-delay: 350ms;
    -ms-transition-delay: 350ms;
    -o-transition-delay: 350ms;
    transition-delay: 350ms;
}

.submenu li:nth-child(1) {
    -webkit-transition-delay: 350ms;
    -moz-transition-delay: 350ms;
    -ms-transition-delay: 350ms;
    -o-transition-delay: 350ms;
    transition-delay: 350ms;
}
.submenu li:nth-child(2) {
    -webkit-transition-delay: 300ms;
    -moz-transition-delay: 300ms;
    -ms-transition-delay: 300ms;
    -o-transition-delay: 300ms;
    transition-delay: 300ms;
}
.submenu li:nth-child(3) {
    -webkit-transition-delay: 250ms;
    -moz-transition-delay: 250ms;
    -ms-transition-delay: 250ms;
    -o-transition-delay: 250ms;
    transition-delay: 250ms;
}
.submenu li:nth-child(4) {
    -webkit-transition-delay: 200ms;
    -moz-transition-delay: 200ms;
    -ms-transition-delay: 200ms;
    -o-transition-delay: 200ms;
    transition-delay: 200ms;
}
.submenu li:nth-child(5) {
    -webkit-transition-delay: 150ms;
    -moz-transition-delay: 150ms;
    -ms-transition-delay: 150ms;
    -o-transition-delay: 150ms;
    transition-delay: 150ms;
}
.submenu li:nth-child(6) {
    -webkit-transition-delay: 100ms;
    -moz-transition-delay: 100ms;
    -ms-transition-delay: 100ms;
    -o-transition-delay: 100ms;
    transition-delay: 100ms;
}
.submenu li:nth-child(7) {
    -webkit-transition-delay: 50ms;
    -moz-transition-delay: 50ms;
    -ms-transition-delay: 50ms;
    -o-transition-delay: 50ms;
    transition-delay: 50ms;
}
.submenu li:nth-child(8) {
    -webkit-transition-delay: 0s;
    -moz-transition-delay: 0s;
    -ms-transition-delay: 0s;
    -o-transition-delay: 0s;
    transition-delay: 0s;
}

/*nav 二级菜单 end */


/* 动态数字必要布局样式css */

.clearfix::after {
    clear: both;
    content: ".";
    display: block;
    height: 0;
    visibility: hidden;
}

.clearfix {
}


.product-number-info {
    background: url(../images/station-bg.jpg);
    position: relative;
}

.product-number-info .product-number-inner {
    width: 1200px;
    margin: 0 auto;
}

.product-number-info ul {
    padding: 5px 0;
}

.q {
    zoom: 1; }

.product-number-info li {
    float: left;
    width: 198px;
    height: 90px;
    border-left: 1px solid #66c7fd;
    color: #fff;
    padding-top: 1px;
}

.product-number-info li:first-child {
    border: none;
}

.product-number-info li b {
    font-weight: 400;
	width:198px;
    font-size: 36px;
    line-height: 1;
    display: block;
    position: relative;
    margin: 5px 0 5px;
}

.product-number-info li p {
	display:block;
	height:30px;
	float:right;
    font-size: 14px;
	margin-right:8px;
}
.product-number-info li p img {
	margin-right:6px;
}

.product-number-info li b i {
    font-style: normal;
	margin-right:9px;
}

.product-number-info li b sup {
    position: absolute;
    font-size: 20px;
    top: -3px;
}

.product-number-info li.li-2 b, .product-number-info li.li-2 p {
    padding-left: 10px;
}

.product-number-info li b em {
    font-style: normal;
    font-size: 28px;
    font-weight: 100;
    padding-left: 2px;
    position: relative;
    top: -4px;
}

.product-number-info li.li-3 b, .product-number-info li.li-3 p {
    padding-left:10px;
}

.product-number-info li.li-4 b, .product-number-info li.li-4 p {
    padding-left: 10px;
}

.product-number-info li.li-5 {
    text-align: right;
}


/*input*/
.searchh_right {
	margin-top:9px;
    float: right;
    width: 362px;
}


.searchh_right p {
    font-size: 14px;
    color: white;
    text-align: center;
    margin-top: 13px;
    margin-bottom: 5px;
}




.sech_input input {
    width: 314px;
    border: none;
    background: #fff;
    float: left;
    height: 33px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    border-radius: 30px 0px 0px 30px;
    text-indent: 1em;
    font-size: 14px;
}

.sech_input .button {
    width: 45px;
    border: none;
    background: #33a8f5;
    float: right;
    height: 33px;
    padding: 0px;
    border-radius: 0 30px 30px 0px;
}

.sech_input .button  img {
    margin-left: 10px;
    margin-top: 7px;
}
/*  index_input end*/


/*about*/

.last {
  margin-right: 0 !important;
}
.tHide {
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}

.relative {
  position: relative;
}

img {
  border: 0;
}
.pic {
  position: relative;
  overflow: hidden;
}
.pic:after {
  content: "";
  display: block;
}


.sytit-wrap {
  text-align: center;
}
.sytit-wrap p {
  line-height: 40px;
  font-size: 13px;
  color: #333;
}
.sytit {
  background: url(../images/sybg1.png) no-repeat center;
  margin-top: 30px;
}
.sytit .sytitwrap {
  position: relative;
  top: -15px;
}
.sytit h3 {
  font-family: "黑体";
  font-size: 30px;
  color: #000;
  font-weight: 600;
}
.sytit b {
  font-family: "HelveticaInserat";
  font-size: 14px;
  color: #7c7c7c;
  font-weight: 100;
}
.sypro
{
	background: url(../images/bg_group.jpg) no-repeat center;
}
.syprocon
{
	 border: 0 px solid #33a8f5;
	 margin-bottom:6px;
	 
}
.sypro .syprocon ul li {
  width: 375px;
  height: 500px;
  position: relative;
  float: left;
  margin: 36px 12px 16px 10px;
}
.sypro .syprocon ul li .syprotxt {
  text-align: center;
  position: absolute;
  top: 0;
}
.sypro .syprocon ul li .syprotxt h3 {
  font-size: 22px;
  color: #333;
  transition: 0.3s;
}
.sypro .syprocon ul li .syprotxt span {
  width: 56px;
  height: 2px;
  background: #33a8f5;;
  display: inline-block;
}
.sypro .syprocon ul li .syprotxt p {
  line-height: 30px !important;
  margin: 20px 0;
  color:black;
  font-size:15px;

}
.sypro .syprocon ul li .pic {
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 260px;
}
.sypro .syprocon ul li .pic img {
width:376px;height:260px;
}
.sypro .syprocon ul li:hover img {
	  transition: 1.3s;
  transform: scale(1.6);
}
.sypro .syprocon ul li:hover h3 {
  color: #d80808;
}
.sypro .syprocon ul li:nth-child(2) .syprotxt {
  bottom: 0;
  top: auto;
}
.sypro .syprocon ul li:nth-child(2) .pic {
  top: 0;
}
/*首页关于我们*/
.syabout {
  max-width: 1920px;
  height: 456px;
  background: #eee;
}
.syabout .syaredbg {
  width: 91.71%;
  height: 428px;
  background: #33a8f5;
  float: right;
  margin-top: 26px;
  position: relative;
}
.syabout .syaredbg .syawhitebg {
  width: 100%;
  height: 92.29%;
  background: #fff;
  position: relative;
  left: -10%;
  top: -20px;
}
.syabout .syaredbg .syawhitebg .syaleft {
  border: 10px solid #33a8f5;
  width: 44.162%;
  height: 75.7%;
  margin: 40px 0 0 50px;
}
.syabout .syaredbg .syawhitebg .syaleft .pic {
  width: 90.523%;
  margin: -35px 0 0 24px;
}
.syabout .syaredbg .syawhitebg .syaleft .pic:after {
  padding-bottom: 75%;
}
.syabout .syaredbg .syawhitebg .syaright {
  width: 46.382%;
  margin: 50px 25px 0 0;
}
.syabout .syaredbg .syawhitebg .syaright h3 {
  font-family: "FuturistCondensed";
  font-size: 34px;
  color: #333;
}
.syabout .syaredbg .syawhitebg .syaright b {
  font-size: 22px;
  color: #333;
  display: block;
}
.syabout .syaredbg .syawhitebg .syaright span {
  width: 51px;
  height: 2px;
  background: #33a8f5;
  display: inline-block;
}
.syabout .syaredbg .syawhitebg .syaright p {
  color: #8c8c8c;
  line-height: 25px;
  margin: 5px 0 0;
  height: 125px;
  overflow: hidden;
}
.syabout .syaredbg .syawhitebg .syaright a {
  display: inline-block;
  width: 134px;
  height: 34px;
  border: 1px solid #33a8f5;
  line-height: 34px;
  text-align: center;
  color: #33a8f5;
  margin: 25px 0 0;
  transition: 0.3s;
}
.syabout .syaredbg .syawhitebg .syaright a:hover {
  background: #d80808;
  color: #fff;
}

/*about end*/

/*客户案例*/
#caseSlider{
	OVERFLOW: hidden;margin:0 auto; WIDTH: 1200px; COLOR: #ffffff; HEIGHT: 226px;
}
#caseSlider1 {width:100%;}
#caseSlider1 img {border: 1px solid gray;margin-left:3px;}
#caseSlider1 img:hover {transform: scale(1.3);transition: 1.8s;}
/*客户案例end*/

/*验厂辅导*/
.ato-list1 .prev img
{

	 width: 40px;
    height: 40px;
  
    margin-top:-276px;
	margin-left:-36px;
	float:left;
}
.ato-list1 .next img
{

	 width: 40px;
    height: 40px;
    margin-right:7px;
    margin-top:-276px;
	float:right;
}


.ato-content-title1 {
    color: #393b40;
    padding: 20px 0 10px;
    text-align: center;
    font-size: 30px;
    letter-spacing: 1.09px;
}
.ato-content1 {
    width: 1200px;
    margin: 0 auto;
    padding-top: 10px;
}

.ato-list1 ul {
    height: 470px !important;
}

.ato-list1 ul li {
	margin-top:30px;
    width: 276px;
    height: 306px;
    float: left;
    margin-left: 18px;
    margin-right: 0;
    text-align: center;
    background-color: #fff;
    -webkit-transition: height 300ms;
    -moz-transition: height 300ms;
    -ms-transition: height 300ms;
    -o-transition: height 300ms;
    transition: height 300ms;
    position: relative;
    box-shadow: 1px 0px 8px rgba(0,0,0,0.12);
    top: 10px;
    left: -10px;
}

.ato-list1 ul li:before {
    content: '';
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    box-shadow: 0 0px 2px rgba(0,0,0,0.24);
}

.ato-list1 ul li div {
    width: 270px;
    margin: 0px 0 1px 0;
    text-align: center;

}

.ato-list1 ul li div img {
    height: auto;
    border: none;
    display: block;
    margin: 0 auto;

	
}

.ato-list1 ul li h3 {
    font-size: 16px;
    color: black;
    margin-top:8px;
    font-weight: normal;
    margin-bottom: 7px;
}

.ato-list1 ul li p {
    margin: 0;
    text-align: left;
    font-size: 13px;
    color: #8e8e8e;
    line-height: 20px;
    padding: 0 8px 2px 8px;
	height:82px;
	overflow:hidden;
}

.ato-more1 {
    width: 157px;
    height: 36px;
    text-align: center;
    display: none;
    display: inline-block;
    border: 1px solid #7D7D7D;
    line-height: 34px;
    color: #666;
    font-size: 13px;
    text-decoration: none;
    position: absolute;
    bottom: 16px;
    left: 55px;
	background-color: #108cee;
}
.ato-more1  {color:white;}
.ato-more1  p {height:80px;line-height:26px;}
.ato-more1:hover {
    background-color: red;
    border-color: #108CEE;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    color: #FFF;
}

.ato-list-fl1 {
    float: left;
}

.ato-title1 {
    width: 266px;
    margin-top: 130px;
    padding-right: 20px;
}

.ato-title1 h2 {
    font-size: 24px;
    line-height: 33px;
    color: #333;
    padding: 0;
    margin: 0;
    font-weight: inherit;
}

.ato-title1 p {
    margin-top: 10px;
    font-size: 14px;
    color: #666;
    line-height: 26px;
}


.ato-list-fl1 a img {
    width: 22px;
    height: 22px;
    display: block;
    border: none;
    margin: 0 auto;
    margin-top: 12px;
}

.ato-list1 {
    float: left;
    width: 1210px;
    height: 430px;
}

.ato-list1 ul li:hover {
    top: -5px;
    box-shadow: 0 10px 12px rgba(0,0,0,0.12);
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    -ms-transition: all 0.2s;
    -o-transition: all 0.2s;
    transition: all 0.2s
}

.ato-conten1 .prev:hover .ato-ope {
    opacity: 0;
}

.ato-ope11 {
    opacity: 0;
}

.ato-conten1 .prev:hover .ato-ope1 {
    opacity: 1;
    position: absolute;
    top: 0;
    left: 11px;
}

.ato-conten1 .prev:hover .ato-ope {
    opacity: 0;
}

.ato-ope11 {
    opacity: 0;
}

.ato-conten1 .prev:hover .ato-ope1 {
    opacity: 1;
    position: absolute;
    top: 0;
    left: 11px;
}

.ato-conten1 .next:hover .ato-ope {
    opacity: 0;
}

.ato-ope11 {
    opacity: 0;
}

.ato-conten1 .next:hover .ato-ope1 {
    opacity: 1;
    position: absolute;
    top: 0;
    left: 11px;
}

.ato-conten1 .next:hover .ato-ope {
    opacity: 0;
}

.ato-ope11 {
    opacity: 0;
}

.ato-conten1 .next:hover .ato-ope1 {
    opacity: 1;
    position: absolute;
    top: 0;
    right: 11px;
}

.ato-list-fl1 a:hover {
    background: #108cee;
    border: 1px solid #108cee;
}

/*验厂辅导 end*/



/*认证咨询*/

.ato-content-title {
    color: #393b40;
    padding: 20px 0 10px;
    text-align: center;
    font-size: 30px;
    letter-spacing: 1.09px;
}
.ato-content {
    width: 1200px;
    margin: 0 auto;
    padding-top: 10px;
}

.ato-list ul {
    height: 470px !important;
}
.ato-list .prev img {
    width: 40px;
    height: 40px;
    margin-top: -276px;
    margin-left: -36px;
    float: left;
}
.ato-list .next img {
    width: 40px;
    height: 40px;
    margin-right: -10px;
    margin-top: -276px;
    float: right;
}
.ato-list ul li {
	margin-top:30px;
    width: 270px;
    height: 350px;
    float: left;
    margin-left: 26px;
    margin-right: 0;
    text-align: center;
    background-color: #fff;
    -webkit-transition: height 300ms;
    -moz-transition: height 300ms;
    -ms-transition: height 300ms;
    -o-transition: height 300ms;
    transition: height 300ms;
    position: relative;
    box-shadow: 1px 0px 8px rgba(0,0,0,0.12);
    top: 10px;
    left: -10px;
}

.ato-list ul li:before {
    content: '';
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    box-shadow: 0 0px 2px rgba(0,0,0,0.24);
}

.ato-list ul li div {
    width: 270px;
    margin: 30px 0 25px 0;
    text-align: center;
}

.ato-list ul li div img {
    width: 38%;
    height: auto;
    border: none;
    display: block;
    margin: 0 auto;
}

.ato-list ul li h3 {
    font-size: 14px;
    color: #244e6f;
    font-weight: normal;
    margin-bottom: 10px;
}

.ato-list ul li p {
    margin: 0;
    text-align: left;
    font-size: 13px;
    color: #8e8e8e;
    line-height: 20px;
    padding: 0 8px 2px 8px;
	height:140px;
	overflow:hidden;
}

.ato-more {
    width: 157px;
    height: 36px;
    text-align: center;
    display: none;
    display: inline-block;
    border: 1px solid #7D7D7D;
    line-height: 34px;
    color: #666;
    font-size: 13px;
    text-decoration: none;
    position: absolute;
    bottom: 30px;
    left: 55px;
}

.ato-more:hover {
    background-color: #108cee;
    border-color: #108CEE;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    color: #FFF;
}

.ato-list-fl {
    float: right;
	width:270px;
	height:350px; 
	margin-top:40px;
	background:url(../images/rzzx_bg.jpg)  no-repeat center;

}

.ato-title {
    width: 266px;
    margin-top: 130px;
    padding-right: 10px;
	padding-left:10px;
}

.ato-title h2 {
    font-size: 24px;
    line-height: 33px;
    color: #333;
    padding: 0;
    margin: 0;
    font-weight: inherit;
}

.ato-title p {
    margin-top: 10px;
    font-size: 16px;
    color: #333;
    line-height: 26px;
}

.ato-list-fl a {
    width: 50px;
    height: 50px;
    position: relative;
    margin-top: 54px;
    margin-right: 10px;
    float: left;
    border: 1px solid #ABABAB;
    display: block;
    background: #f2f2f2;
    overflow: hidden;
}

.ato-list-fl a img {
    width: 22px;
    height: 22px;
    display: block;
    border: none;
    margin: 0 auto;
    margin-top: 12px;
}

.ato-list {
    float: left;
    width: 910px;
    height: 430px;
}

.ato-list ul li:hover {
    top: -5px;
    box-shadow: 0 10px 12px rgba(0,0,0,0.12);
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    -ms-transition: all 0.2s;
    -o-transition: all 0.2s;
    transition: all 0.2s
}

.ato-conten .prev:hover .ato-ope {
    opacity: 0;
}

.ato-ope1 {
    opacity: 0;
}

.ato-conten .prev:hover .ato-ope1 {
    opacity: 1;
    position: absolute;
    top: 0;
    left: 11px;
}

.ato-conten .prev:hover .ato-ope {
    opacity: 0;
}

.ato-ope1 {
    opacity: 0;
}

.ato-conten .prev:hover .ato-ope1 {
    opacity: 1;
    position: absolute;
    top: 0;
    left: 11px;
}

.ato-conten .next:hover .ato-ope {
    opacity: 0;
}

.ato-ope1 {
    opacity: 0;
}

.ato-conten .next:hover .ato-ope1 {
    opacity: 1;
    position: absolute;
    top: 0;
    left: 11px;
}

.ato-conten .next:hover .ato-ope {
    opacity: 0;
}

.ato-ope1 {
    opacity: 0;
}

.ato-conten .next:hover .ato-ope1 {
    opacity: 1;
    position: absolute;
    top: 0;
    right: 11px;
}

.ato-list-fl a:hover {
    background: #108cee;
    border: 1px solid #108cee;
}
/*认证咨询 end */

/*team开始*/
.teams{background:url(../images/dy_pic11.jpg);}
.teams .teachers{margin:0 auto;width:1200px;height:338px;}
.teams .teachers p.PP{width:510px;height:50px;font-size:16px;color:#333;text-align:center;position:absolute;top:60px; left:300px;}
#four_flash{position:relative;width:1200px;height:338px; margin:0 auto;}
#four_flash .flashBg{width:1200px;height:368px; margin:0 auto;position:relative;overflow:hidden;}
#four_flash .flashBg ul.mobile{width:2000%;height:332px; position:absolute;top:0; left:0;}
#four_flash .flashBg ul.mobile li{border:0px solid #2E324B;float:left;width:350px;height:316px;margin-left:3px;padding-top:0px;color:#6C6E85;}
#four_flash .flashBg ul.mobile li:hover{border:0px solid #343851; color:blue;}
#four_flash .flashBg ul.mobile li img{display:block; margin:0 auto;border:3px solid gray; max-height:260px;}
#four_flash .flashBg ul.mobile li img:hover{transform: scale(1.2);transition: 2s;}
#four_flash .flashBg ul.mobile li dd{font-size:18px;width:100%;line-height:50px;text-align:center;border-bottom:0px solid #6C6E85;/*background-color: #009fd9;*/}
#four_flash .flashBg ul.mobile li> p {width:265px;margin-top:6px;margin-left:15px;height:40px;background-color:}
#four_flash .flashBg ul.mobile li a{color: black;font-size:14px;text-align:center;}
#four_flash .flashBg ul.mobile li a:hover{color: #ed6f39;;}
/*#four_flash .flashBg ul.mobile li a:hover{background:url(../images/jiantou2.png);}*/
#four_flash .but_left{width:30px;height:50px;position:absolute; top:130px; left:-30px;}
#four_flash .but_right{width:30px;height:50px; position:absolute; top:130px; right:-32px;}
#four_flash .but_left:hover{background:url(../images/qianxleft1.png) no-repeat;}
#four_flash .but_right:hover{background:url(../images/qianxr1.png) no-repeat;}
/*team end*/

/* 留言咨询 */
.clear { zoom: 1; clear: both; }
.clear:after { content: ""; clear: both; height: 0; line-height: 0; display: block; visibility: hidden; }
.fl1 { float: left; display: inline; }
.fr1 { float: right; display: inline; }
article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary { display: block; }

input[type="radio"], input[type="checkbox"] {
   
    margin: 0 auto !important;
    line-height: normal;
}

.wrap_mar { width: 1200px; margin: auto; }
.wantConsult { margin-top: 30px; }
.wantConsult .zxTitle { height: 68px; border-top: 2px solid #333333; }
.wantConsult .zxTitle .p1 { font-size: 22px; line-height: 68px; color: #333; }
.wantConsult .zxTitle .p2 .i14 { margin-top: 25px; }
.wantConsult .zxTitle .p2 .i15 { margin-top: 31px; }
.wantConsult .zxTitle .p2 span { margin: 30px 6px 0; font-size: 19px; font-style: italic; color: #333333; }
.wantConsult_btm { height: 450px; overflow: hidden; margin-bottom: 30px; }
.wantConsult_btm_left { width: 246px; padding-left: 35px; height: 450px; background: url('../images/sixpage1_21.png') no-repeat; }
.wantConsult_btm_left .sixPage { font-size: 24px; font-weight: bold; color: #fff; margin: 30px 0 20px; }
.wantConsult_btm_left ul li { height: 36px; line-height: 36px; font-size: 18px; color: #fff; }
.wantConsult_btm_left ul li i { background: url('../images/xuhao.png') no-repeat; margin: 10px 7px 0 0; }
.wantConsult_btm_left ul li .i16 { width: 20px; height: 22px; background-position: -1px -1px; }
.wantConsult_btm_left ul li .i17 { width: 21px; height: 22px; background-position: 0px -43px; }
.wantConsult_btm_left ul li .i18 { width: 21px; height: 22px; background-position: 0px -85px; }
.wantConsult_btm_left ul li .i19 { width: 21px; height: 22px; background-position: 0px -127px; }
.wantConsult_btm_left ul li .i20 { width: 21px; height: 22px; background-position: 0px -169px; }
.wantConsult_btm_left ul li .i21 { width: 21px; height: 22px; background-position: 0px -211px; }
.wantConsult_btm_left ul li font { font-size: 12px; }
.wantConsult_btm_left .chanQuan { font-size: 16px; color: #fff; margin-top: 30px; line-height: 24px; }
.wantConsult_btm_right { width: 919px; height: 450px;float:right; background: url('../images/sixpage2.png') no-repeat; }
.wantConsult_btm_right .form { width: 510px; margin-left: 40px; }
.wantConsult_btm_right .form textarea { padding: 15px 20px; width: 470px; height: 80px; line-height: 20px; font-size: 14px; color: #aeaeae; border-radius: 5px; margin-top: 40px; background: #f3f2f1; outline: none; }
.wantConsult_btm_right .form .input_p { height: 40px; background: #f3f2f1; width: 490px; padding-left: 20px; border-radius: 5px; margin-top: 20px; }
.wantConsult_btm_right .form .input_p .span1 { display: inline-block; width: 54px; height: 16px; line-height: 16px; border-right: 1px solid #d8d8d8; font-size: 16px; color: #404040; margin-top: 12px; text-align: text-justify; }
.wantConsult_btm_right .input_p .txt { width: 270px; padding-left: 10px; border: none; background: #f3f2f1; height: 38px; line-height: 38px; outline: none; font-size: 14px; color: #aeaeae; }
.wantConsult_btm_right .form textarea:focus { color: #666; }
.wantConsult_btm_right .input_p .txt:focus { color: #666; }
.input_p font { font-size: 14px; color: #666; margin-top: 12px; margin-right: 18px; margin-bottom:18px }
.radio_box { display: inline-block; position: relative; margin-left: 10px; }
.radio_box label { width: 16px; height: 16px; position: absolute; top: -1px; left: 0px; border: 1px solid #878787; border-radius: 50%; background: #fff; cursor: pointer; }
.radio_box input { margin-right: 4px; margin-top: 1px; }
.radio_box input:checked + label { border: 1px solid #ec2020; }
.radio_box input:checked + label:after { content: ''; width: 10px; height: 10px; position: absolute; top: 3px; left: 2px; background: #ec2020; border-radius: 50%; }
.check_box em { margin: 0 0 0 5px; }
.input_p .span2 { display: block; width: 135px; height: 40px; border: none; border-left: 1px solid #d3d3d3; background: #ebebeb; color: #f22f2f; font-size: 15px; text-align: center; line-height: 40px; cursor: pointer; outline: none; }
.sub_ziXun { margin-top: 30px; height: 50px; text-align: center; }
.sub_ziXun input { width: 200px; height: 50px; font-size: 18px; color: #fff; background: #f43d3d; border-radius: 5px; border: none; outline: none; }
.select_yixiang { width: 310px; height: 330px; background: rgba(255,255,255,.8); margin: 40px 40px 0 0; border-radius: 5px; position: relative; }
.ninTitle { height: 45px; line-height: 45px; font-size: 15px; font-weight: bold; color: #666; padding-left: 18px; background: #f7f7f7; margin-bottom: 15px; border-radius: 5px 5px 0 0; }
.ninTitle em { color: #f02c2c; }
.select_yixiang li { height: 32px; line-height: 32px; font-size: 13px; color: #666666; background: url('../images/dian_81.png') no-repeat left center; margin-left: 18px; padding-left: 12px; cursor: pointer; overflow: hidden; }
.select_yixiang li:hover { text-decoration: underline; }
.select_yixiang .jiao { position: absolute; left: -8px; top: 19px; width: 8px; height: 12px; background: url('../images/jiao.png') no-repeat; }
.select_yixiang li a { color: #666666; }
/*留言咨询*/


.btn-default-warning:hover {
    border-color: rgb(249, 136, 24);
    color: rgb(255, 255, 255);
    background-color: rgb(0, 36, 248);
}
a:hover {
    color: rgb(249, 136, 24);
    text-decoration: none;
}
.bx-controls-direction a .icon {
    margin-top: 20px;
    margin-left: 5px;
}

.icon-prev {
    background-position: -240px 0px;
    width: 30px;
    height: 51px;
}
.icon-next {
    background-position: -240px 0px;
    width: 30px;
    height: 51px;
}
.icon-next {
    background-position: -270px 0px;
}
.bx-controls-direction .bx-next {
    left: auto;
    right: -80px;
}
.bx-controls-direction a {
    left: -80px;
    top: 50%;
    width: 40px;
    height: 90px;
    margin-top: -45px;
    display: block;
    position: absolute;
    opacity: 0.4;
}
.bx-controls-direction a .icon {
    margin-top: 20px;
    margin-left: 5px;
}


.news {
    height: auto;
    overflow: hidden;
    margin: 10px 0px;
    margin-bottom: 5px;
}
.news img:hover
{
	transform: scale(1.1);transition: 1.8s;
}
.bsci_title h1 {
    text-align: center;
    font-size: 38px;
    color: #333333;
    line-height: 40px;
}
.bsci_title {
    height: auto;
    overflow: hidden;
	padding-top:8px;
	padding-bottom:8px;
	/*background: linear-gradient(to bottom,  #a8cbec 0%,#8bbeed 15%,#6baeec 75%,#5e9fdb 100%);*/
}
.bsci_title p {
    text-align: center;
    font-size: 18px;
    font-family: "Microsoft YaHei";
    color: #666666;
}
.news .news_line {
    float: left;
    width: 580px;
    margin-top: 25px;
	margin-right:25px;
}

.news .news_line_r {
    float: right;
    width: 580px;
    margin-top: 25px;
}

.news-ul {
    height: auto;
    overflow: hidden;
}
.news-ul li {
    height: 47px;
    line-height: 47px;
    border-bottom: 1px dashed #c9c9c9;
}
.news-ul li a {
    font-size: 14px;
    color: #666666;
}

.news-ul li a span {
    float:right;
}
/*图片轮播*/
.friend{height:413px;margin:0 auto;overflow:hidden;width:1260px;}
.mr_frbox{height:407px;padding:16px 0px 0px;}
.mr_frBtnL{cursor:pointer;display:inline;float:left;height:46px;margin:160px -8px 0 0;width:28px;}
.mr_frUl{float:left;height:202px;width:1047px;margin-left:10px;z-index:3}
.mr_frBtnR{float:right;margin-top:160px;cursor:pointer;width:28px;height:46px;}
.mr_frUl ul li{display:inline;float:left;/*height:389px;*/width:300px;overflow:hidden;position:relative;}
.mr_frUl ul li a img{/*display:block;*/width:100%;}
.mr_zhe{width:300px;position:absolute;top:0;background:rgba(0,0,255, 0.08) none repeat scroll 0 0 !important;/*实现FF背景透明，文字不透明*/filter:Alpha(opacity=80);background:#4ea4b5;left:0;right:0;border:1px solid white;}
.mr_zhe_i h1{text-align:center;font-size:182px;height:138px;line-height:138px;margin-top:72px;margin-bottom:64px;font-weight:bold;color:#fff;}
.mr_zhe_p{margin-bottom:120px;}
.mr_zhe_p h3{font-size:14px;font-weight:bold;color:#fff;line-height:22px;text-align:center;}
.mr_zhe_p h3 span{text-align:center;display:block;margin:0 auto;width:260px;font-size:20px;border-bottom:1px solid #f4f4f4;margin-bottom:10px;}
.mr_zhe_hover{bottom:-596px;height:400px;width:300px;background:rgba(41, 183,178, 0.58) none repeat scroll 0 0 !important;filter:Alpha(opacity=80);background:#0a0a0a;}
.mr_zhe_hover h1{text-align:left;height:40px;line-height:40px;margin:0px 0;color:#fff;}


/*footer*/

.footer{background-color:#009fd9;font-family:"Microsoft Yahei"}
.footer-floor1{width:100%;padding:36px 0 60px;width:1200px; margin: 0 auto;padding-bottom:20px;}
.footer-list{width:63%;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:380px;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(../images/phone_32px.png);margin-left:16%}
.telephone .tel-number{font-size:18px;font-weight:400;text-align:right;margin-top:8px;}
.official-plat{width:100%;height:100%;margin-top:20px;position:relative}
.official-plat ul{float:right;margin-top:27px}
.official-plat ul li span{display:inline-block;width:32px;height:32px;background:url(../images/plat_icon.png) no-repeat 0 0;line-height:32px;float:left;margin-right:12px}
.official-plat ul li .weibo-logo{background:url(../images/plat_icon.png) no-repeat -32px 0}
.official-plat ul li .qq-logo{background:url(../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(../images/plat_qrcode.png);background-repeat:no-repeat;background-position:0 0}
.official-plat .weibo{position:absolute;top:0;left:10px;background-image:url(../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(../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}
.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;background:#fff}
/*footer end*/

/*客服*/
.yb_conct{position:fixed;z-index:9999999;top:200px;right:-127px;cursor:pointer;transition:all .3s ease;}
.yb_bar ul li{width:180px;height:53px;font:16px/53px 'Microsoft YaHei';color:#fff;text-indent:54px;margin-bottom:3px;border-radius:3px;transition:all .5s ease;overflow:hidden;}
.yb_bar .yb_top{background:#ff4a00 url(../images/fixCont.png) no-repeat 0 0;}
.yb_bar .yb_phone{background:#ff4a00 url(../images/fixCont.png) no-repeat 0 -57px;}
.yb_bar .yb_QQ{text-indent:0;background:#ff4a00 url(../images/fixCont.png) no-repeat 0 -113px;}
.yb_bar .yb_ercode{background:#ff4a00 url(../images/fixCont.png) no-repeat 0 -169px;}
.hd_qr{padding:0 29px 25px 29px;}
.yb_QQ a{display:block;text-indent:54px;width:100%;height:100%;color:#fff;}
/*客服 end*/

/* common web */
.headline {
    width: 100%;
    height: 46px;
    margin-bottom: 6px;
	margin-top:3px;
}
.location{
    line-height: 46px;
    color: #666;
    width: 1200px;
    margin: 0 auto;
	background: #0774cf;
}
.location span {
	margin-left:18px;
    font-size: 15px;
    background: url(../images/locate.png) no-repeat left center;
    padding-left: 20px;
	color:white;
}
.location span a {color:white;font-size:15px;}
.container_left {
    float: left;
    width: 260px;
}
.container_left .left_title {
    width: 100%;
    height: 46px;
    line-height: 46px;
    text-align: center;
    color: #6a9edc;
    vertical-align: middle;
    background-color: #33a8f5;
    color: #fff;
    -moz-border-radius: 5px 5px 0 0;
    -webkit-border-radius: 5px 5px 0 0;
    border-radius: 5px 5px 0 0;
}
.container_left .list{height:100%;}
.container_left .list ul {
    border: 1px solid #ddd;
    border-top: none;
    float: left;
    -moz-border-radius: 0 0 3px 3px;
    -webkit-border-radius: 0 0 3px 3px;
    border-radius: 0 0 3px 3px;
}
.container_left .list ul li {
    line-height: 40px;
    border-bottom: dashed 1px #dadada;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    width: 260px;
    display: inline-block;
    background: url(../images/ny_tb.png) no-repeat 10px 18px;
    float: left;
	text-align:center;
}
.container_left .list ul li a {text-align:center;}
.container_right {
    float: right;
    width: 920px;
}
.container_right img
{
	width:100%;
}
.left-contact {
    margin-top: 15px;
    background: #efefef;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    padding: 15px 10px;
    text-align: center;
}
/*common web end*/