﻿
@font-face {
  font-family: "OpenSans-Semibold";
  src: url("./font/OpenSans-Semibold.ttf") format("truetype")
}
@font-face {
  font-family: "CenturyGothic";
  src: url("./font/CenturyGothic.TTF") format("truetype")
}


@charset "utf-8";
*{font-family: '微软雅黑'}
.wrap{width:1000px; margin:0 auto;}
.wrap2{width:1100px; margin:0 auto;}
.fl{float: left;}
.fr{float: right;}
.trans3 { transition: all 0.3s; -moz-transition: all 0.3s; -webkit-transition: all 0.3s; -o-transition: all 0.3s; }
.trans5 { transition: all 0.5s; -moz-transition: all 0.5s; -webkit-transition: all 0.5s; -o-transition: all 0.5s; -ms-transition: all 0.5s; }
.trans7 { transition: all 0.7s; -moz-transition: all 0.7s; -webkit-transition: all 0.7s; -o-transition: all 0.7s; }
.trans1 { transition: all 0.7s; -moz-transition: all 0.7s; -webkit-transition: all 0.7s; -o-transition: all 0.7s; }
.text-left{text-align: left;}
.text-right{text-align: right;}
.text-center{text-align: center;}
.text-over{text-overflow: ellipsis; overflow: hidden; white-space: nowrap;}
.over{overflow: hidden;}
.relative{position: relative;z-index: 1;}
.absolute{position: absolute;z-index: 1;}
.middle{vertical-align: top;}
.middle2{vertical-align: middle;}
.fixed{position: fixed;z-index: 1;}
.inline{display: inline;}
.block{display: block;}
.middle-span{height: 100%;vertical-align: middle;display: inline-block;}
.inline-block{display: inline-block;}
.hide{display: none;}
.max-w100{max-width: 100%;}
.max-h100{max-height: 100%;}
.trans{-webkit-transition:all 300ms ease 0s; -moz-transition:all 300ms ease 0s; -ms-transition:all 300ms ease 0s; -o-transition:all 300ms ease 0s; transition:all 300ms ease 0s;}
.w1200{width: 1200px;margin:0 auto;}
.c1{clear: both;}
.scc{font-family: 'character';}
.arial{font-family: 'Arial';}
.din{font-family: 'din';}
.f18{font-size: 18px;}
.fz{font-size: 0;}
.border-box{-webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box;}

@keyframes a{
	from{left: -20px;}
	to{left: 252px;}
}

@-moz-keyframes a{
	from{left: -20px;}
	to{left: 252px;}
}

@-webkit-keyframes a{
	from{left: -20px;}
	to{left: 252px;}
}

@-o-keyframes a{
	from{left: -20px;}
	to{left: 252px;}
}
/*.wow{ visibility:hidden; _visibility:visible; }*/

body{min-width: 1200px;}
#header{width:100%;height: 95px;}
#header .logo{margin-top: 12px;}
#header .open{margin: 18px 0 0;text-align: right;}
#header .phone,
#header .lang{display: inline-block;vertical-align: top;}
#header .phone{background: url(../images/phone.png) no-repeat left center;padding-left: 25px;margin-right: 30px;color:#333333;font-size: 14px;font-family: 'OpenSans-Semibold';height: 23px;line-height: 23px;display: inline-block;vertical-align: top;}
#header .nav .contact .one{padding-right:0;}
#header .nav .home .one{padding-left:0;background: transparent;}
#header .nav li{display: inline-block;vertical-align: top; position: relative;}
#header .nav li .one{padding:0 36px;background: url(../images/square.jpg) no-repeat left center;display: block;font-size: 16px;font-family: '微软雅黑';color:#666666; line-height: 54px;}
#header .nav.en li .one{padding:0 16px;}
#header .nav li .on{color:#007ebc;}
#header .nav li .one:hover{color:#007ebc;}
#header .nav li .two{position: absolute; width: 845px;/* width: 870px;*/ top: 100%; background: #f4f4f4; padding: 0 54px 0 54px; z-index: 10; left: 0px; height: 0; overflow: hidden; border-top-color: #ccc; border-top-style: solid; border-top-width: 0;}
#header .nav li .two.on{z-index: 100;}
#header .nav li .two .left{width: 225px; border-right: 1px solid #dcdcdc; position: relative; margin-top: 40px; margin-bottom: 36px;}
#header .nav li .two .left::before{position: absolute; right: 0; top: 50%; border-right: 10px solid #dcdcdc; border-bottom: 6px solid transparent; border-top: 6px solid transparent; content: ''; margin-top: -6px;}
#header .nav li .two .left::after{position: absolute; right: -1px; top: 50%; border-right: 10px solid #f4f4f4; border-bottom: 6px solid transparent; border-top: 6px solid transparent; content: ''; margin-top: -6px;}
#header .nav li .two .left .item{line-height: 50px; border-bottom: 3px solid rgba(0,0,0,0); width: 168px; display: block; color: #333; font-size: 16px; white-space: nowrap; text-overflow: ellipsis; overflow: hidden;}
#header .nav li .two .left .item:hover{color: #0f76b9; border-bottom: 3px solid #0f76b9;}
#header .nav li .two .left .item.on{color: #0f76b9; border-bottom: 3px solid #0f76b9;}
#header .nav li .two .right{position: relative; /*width: 456px;*//* height: 290px;*/ margin-top: 40px; margin-bottom: 36px;}
#header .nav li .two .right .img{position: absolute; left: 100%; top: 0; opacity: 0; margin-left: 54px; visibility: hidden; width: 456px; height: 290px;}
#header .nav li .two .right .img.on{z-index: 10; opacity: 1; visibility: visible;}
#header .nav li .two .right .img.on >img{width: 456px; height: 290px;}

#header .nav li .two.pro_w{width: 1200px;}
#header .nav li .two.pro_w .right .bar{display: none;}
#header .nav li .two.pro_w .right .bar.on{display: block;}
#header .nav li .two.pro_w .right .bar .bri_bar .img{position: absolute; left: 100%; top: 0; opacity: 0; margin-left: 54px; visibility: hidden;}
#header .nav li .two.pro_w .right .bar .bri_bar .img.on{z-index: 10; opacity: 1; visibility: visible;}
#header .nav li .two.pro_w .right .bar .bri_bar .img .bri_box{width: 640px; height: 223px; border-bottom: 1px solid #e0e0e0;}
#header .nav li .two.pro_w .right.en .bar .bri_bar .img .bri_box{width: 580px;}
#header .nav li .two.pro_w .right .bar .bri_bar .img .bri_box .photo{width: 307px; height: 195px; margin-right: 34.4px; margin-bottom: 19.2px;}
#header .nav li .two.pro_w .right .bar .bri_bar .img .bri_box .photo >img{width: 307px; height: 195px;}
#header .nav li .two.pro_w .right .bar .bri_bar .img .bri_box .bri{width: 270px; color: #333; font-size: 14px; line-height: 24px; font-family: '微软雅黑' !important;}
#header .nav li .two.pro_w .right.en .bar .bri_bar .img .bri_box .bri{width: 230px;}
#header .nav li .two.pro_w .right .bar .bri_bar .img .cate_more{display: block; width: 120px; line-height: 40px; text-align: center; color: #0f76b9; margin-top: 27px; border: 1px solid #0f76b9;}
#header .nav li .two.pro_w .right .bar .cate_box{margin-left: 40px; display: block; width: 180px;}
#header .nav li .two.pro_w .right.en .bar .cate_box{width: 200px;}
#header .nav li .two.pro_w .right .bar .cate_box .cate{display: block; margin-bottom: 20px; color: #0f76b9; font-size: 12px;}
#header .nav li .two.pro_w .right .bar .cate_box .cate:hover{font-weight: bold;}
#header .nav li .two.pro_w .right .bar .cate_box .cate.on{font-weight: bold;}

/*广告图*/
#banner{max-width:1920px; width:100%; height:600px; overflow:hidden; margin:0 auto; position:relative; z-index:9;}
#banner img{display:block; position: relative; left: 50%; top: 0; margin-left: -960px}
#banner_in{width:100%; height:400px; overflow:hidden;}
/*#banner_in div{position:absolute; left:50%; top:0; margin-left:-960px; width:100%; height:400px;}*/
#banner_in img{position:relative; top:0; left:50%; margin-left:-960px;}
#banner .prev{width: 48px; height: 48px; background: url('/images/left_b.png') no-repeat; z-index: 100; position: absolute; top: 50%; margin-top: -24px; left: 1%; border-radius: 50%; cursor: pointer;}
#banner .next{width: 48px; height: 48px; background: url('/images/right_b.png') no-repeat; z-index: 100; position: absolute; top: 50%; margin-top: -24px; right: 1%; border-radius: 50%; cursor: pointer;}
/*首页*/
#main .public{padding-top: 59px;}
#main .public .en,
#main .public .cn{text-align: center;}
#main .public .cn{color:#444444;font-size: 30px;font-family: '微软雅黑';}
#main .public .en{width: 240px;margin:0 auto;position: relative;margin-top: 8px;color:#bbbbbb;font-size: 14px;font-family: 'OpenSans';}
#main .public .en:before,
#main .public .en:after{content: "";position: absolute;margin:auto;top: 0;bottom: 0;background: #e0e0e0;height: 1px;width: 60px;}
#main .public .en:before{left: 0;}
#main .public .en:after{right: 0;}
#main .index_advantage ul li .img{position: relative; height: 214.5px;}
#main .index_advantage ul li .img img{vertical-align: middle}
#main .index_advantage ul li .img .bg{position: absolute; left: 0; top: 0; width: 100%; height: 100%; z-index: -1; background: url('/images/bg_3.png'); display: none;}
#main .index_advantage ul li:hover .img .bg{display: block;}
/*#main .index_advantage ul li:hover .img img{transform: scale(1.1);-webkit-transform: scale(1.1);-moz-transform: scale(1.1);-o-transform: scale(1.1);}*/
#main .index_advantage ul li:hover .img img{width: 192.5px; height: 214.5px;}
/*#main .index_advantage ul li .img::after{width: 60px; height: 100%; background: linear-gradient(85deg,rgba(255,255,255,.9) 25%, rgba(255,255,255,.6) 90%); transform: skew(24deg); position: absolute; left: -40px; top: 0; z-index: 100; content: '';}*/
#main ul li:hover .img::after{animation: a .5s; -webkit-animation: a .5s; -moz-animation: a .5s; -o-animation: a .5s; -ms-animation: a .5s;}
/*首页-产品*/
#main .index_product{margin-top: 34px;height: 570px;margin-bottom: 60px;font-size: 0;}
#main .index_product ul {display: inline-block;vertical-align: top;}
#main .index_product .one,
#main .index_product .two{margin-right: 18px;}
#main .index_product ul li{position: relative;}
#main .index_product ul li a{position: relative;height: 100%;display: block;}
#main .index_product ul .pro1{width: 285px;height: 200px;margin-bottom: 20px;overflow: hidden;}
#main .index_product ul .pro2{width: 285px;height: 350px;overflow: hidden;}
#main .index_product ul .pro3{width: 285px;height: 350px;margin-bottom: 20px;overflow: hidden;}
#main .index_product ul .pro4{width: 285px;height: 200px;overflow: hidden;}
#main .index_product ul .pro5{width: 590px;height: 165px;margin-bottom: 20px;overflow: hidden;}
#main .index_product ul .pro6{display: inline-block;vertical-align: top;width: 285px;height: 165px;overflow: hidden;}
#main .index_product ul .pro7{margin-left: 20px;display: inline-block;vertical-align: top;width: 285px;height: 165px;overflow: hidden;}
#main .index_product ul .pro8{margin-top: 20px;width: 592px;height: 200px;overflow: hidden;}
#main .index_product ul li .bg{position: absolute; left: 0; top: 0; width: 100%; height: 100%; z-index: 10; background: url('/images/bg_3.png'); display: none;}
#main .index_product ul li:hover .bg{display: block;}

/*#main .index_product ul li a:after{width: 100%;height: 0;overflow: hidden;content:"";position: absolute;top: 0;right: 0;bottom: 0;left: 0;background: rgba(0,126,188,.35); display: none;}
#main .index_product ul li:hover a::after{height: 100%; display: block;}
#main .index_product ul li:hover a >img{transform: translateX(-20px) scale(1.1); -webkit-transform: translateX(-20px) scale(1.1); -moz-transform: translateX(-20px) scale(1.1); -o-transform: translateX(-20px) scale(1.1); -ms-transform: translateX(-20px) scale(1.1);}*/

#main .index_product ul li .shadow{height: 24;overflow: hidden;z-index:11;position: absolute;right: 0;background: url(../images/white.jpg) no-repeat center bottom;bottom: 47%;left: 0;margin:auto;text-align: center;color:#ffffff;font-size: 18px;font-family: '微软雅黑'; opacity: 1; padding-bottom: 10px;}
/*首页-方案*/
.index_solution{width: 100%;padding-bottom: 59px;background: #f3f3f3;border-top: 1px solid #e8e8e8;border-bottom: 1px solid #e8e8e8;}
.index_solution .circle{margin-top: 50px;margin-bottom: 50px;font-size: 0;}
.index_solution .circle li{position: relative;cursor: pointer;/*padding-left:15px;margin-left: 15px;border-left:1px solid #dedede;*/display: inline-block;vertical-align: top;width: 300px;}
.index_solution .circle li:after{content:''; width:1px; height:100%; background:#dedede; position:absolute; left:0; top:0; z-index:2;}
.index_solution .circle li:nth-child(1){/*padding-left: 10px;*/margin-left: 0;border-left:none;}
.index_solution .circle li:nth-child(1):after{background:none;}
.index_solution .circle .one{/*padding-left: 10px;margin-left: 0;*/border-left:none;}
.index_solution .circle li .img{display: inline-block;vertical-align: top;width: 54px;height: 54px; margin:0 15px; border:1px solid #d5d5d5;border-radius: 50%;text-align: center;margin-right: 8px;}
.index_solution .circle li .pic1{background: url(../images/solution_1.png) no-repeat center center;}
.index_solution .circle li .pic2{background: url(../images/solution_2.png) no-repeat center center;}
.index_solution .circle li .pic3{background: url(../images/solution_3.png) no-repeat center center;}
.index_solution .circle li .pic4{background: url(../images/solution_4.png) no-repeat center center;}
.index_solution .circle li .title{width:214px;padding:10px 0;display: inline-block;vertical-align: top;color:#555555;font-size: 16px;font-family: '微软雅黑';}
.index_solution .circle li .title span{color:#828282;font-size: 12px;font-family: 'OpenSans';}
.index_solution .box{height: 340px;}
.index_solution .box .img{width: 498px;height: 340px;}
.index_solution .box .img img{width: 498px;height: 340px;}
.index_solution .box .msg{width: 650px;}
.index_solution .box .msg .title{margin:19px 0;color:#007ebc;font-size: 16px;font-family: 'OpenSans';}
.index_solution .box .msg .title span{font-weight: bold;color:#007ebc;font-size: 18px;font-family: '微软雅黑';}
.index_solution .box .msg .desc{margin-bottom: 28px;color:#828282;font-size: 14px;font-family: '微软雅黑';line-height: 24px;}
.index_solution .box .msg .more{display: block;width: 123px;height: 36px;line-height: 36px;border:1px solid #218ec4;color:#007ebc;font-size: 14px;font-family: '微软雅黑';text-align: center;}
.index_solution .circle li:hover .img{border:1px solid #007ebc;}
.index_solution .circle li:hover .title,
.index_solution .circle li:hover .title span{color:#007ebc;}
.index_solution .circle .on .img{border:1px solid #007ebc;}
.index_solution .circle .on .title,
.index_solution .circle .on .title span{color:#007ebc;}
.index_solution .circle .box1:hover .pic1{background: url(../images/solution_1_blue.png) no-repeat center center;}
.index_solution .circle .box2:hover .pic2{background: url(../images/solution_2_blue.png) no-repeat center center;}
.index_solution .circle .box3:hover .pic3{background: url(../images/solution_3_blue.png) no-repeat center center;}
.index_solution .circle .box4:hover .pic4{background: url(../images/solution_4_blue.png) no-repeat center center;}
.index_solution .circle .on .pic1{background: url(../images/solution_1_blue.png) no-repeat center center;}
.index_solution .circle .on .pic2{background: url(../images/solution_2_blue.png) no-repeat center center;}
.index_solution .circle .on .pic3{background: url(../images/solution_3_blue.png) no-repeat center center;}
.index_solution .circle .on .pic4{background: url(../images/solution_4_blue.png) no-repeat center center;}
/*首页-优势*/
.index_advantage{margin-bottom: 60px;}
.index_advantage ul {padding-top: 30px;font-size: 0;margin:0 -10px;}
.index_advantage ul a{display: block;height: 100%;}
.index_advantage ul li{text-align: center;margin:0 10px;width: 285px;display: inline-block;vertical-align: top;}
.index_advantage ul li .tit{margin-top: 20px;margin-bottom: 10px;text-align: center;color:#555555;font-size: 18px;font-family: '微软雅黑';padding-top: 17px;background:url(../images/blue.jpg) no-repeat center top;}
.index_advantage ul li:hover .tit{color:#007ebc;}
.index_advantage ul li .intro{width: 225px;margin:0 auto;line-height: 24px;text-align: center;color:#828282;font-size: 14px;font-family: '微软雅黑';}
/*首页-新闻*/
.index_info{width: 100%;border-top:1px solid #e7e7e7;background: #f3f3f3;padding-top: 44px;padding-bottom: 60px;}
.index_info .about_us{width: 542px;display: inline-block;vertical-align: top;}
.index_info .new_box{display: inline-block;vertical-align: top;margin-left: 45px;}
.index_info .about_us .about{margin-bottom: 20px;color:#828282;font-family: 'OpenSans';font-size: 18px;background: url(../images/blue_about.jpg) no-repeat left center;padding-left: 19px;}
.index_info .about_us .about span{font-size: 24px;font-family: '微软雅黑';color:#333333;font-weight: bold;}
.index_info .about_us .img{width: 542px;height: 294px;display: table-cell;vertical-align: middle;text-align: center;}
.index_info .about_us .desc{margin:28px 0;font-size: 15px;line-height: 30px;font-family: '微软雅黑';color:#828282;}
.index_info .about_us .more{display: block;width: 133px;height: 33px;margin:0 auto;line-height: 33px;font-size: 14px;font-family: '微软雅黑';color:#007ebc;border:1px solid #007ebc;text-align: center;}
.index_info .category li{position: relative;color:#555555;font-family: '微软雅黑';font-size: 24px;display: inline-block;vertical-align: top;padding:0 20px; cursor: pointer;}
.index_info .category .same:after{content:"";position: absolute;top:2px;bottom: 0;margin:auto;left: 0;width: 2px;height: 23px;background: #999999;}
.index_info .category .on{color:#007ebc;}
.index_info .new_list li{padding:29px 39px;width: 518px;margin-top: 20px;border:1px solid #e6e6e6;}
.index_info .new_list li .date{padding-bottom: 18px;border-right:1px solid #dfdfdf;padding-right: 30px;margin-right: 30px;display: inline-block;vertical-align: top;}
.index_info .new_list li .date .day{color:#999999;font-family: 'CenturyGothic';font-size: 42px;}
.index_info .new_list li .date .big{color:#999999;font-family: 'OpenSans';font-size: 12px;}
.index_info .new_list li .msg{width: 394px;display: inline-block;vertical-align: top;}
.index_info .new_list li .tit{display: block;margin-bottom: 18px;color:#828282;font-size: 18px;font-family: '微软雅黑';}
.index_info .new_list li .desc{color:#999999;font-size: 13px;line-height: 20px;font-family: '微软雅黑'; overflow: hidden;}
.index_info .new_list li:hover{background: #fff;border-color:#fff;}
.index_info .new_list li:hover .date *{color:#007ebc;}
.index_info .new_list li:hover .tit{color:#3b3b3b;}
/*单页公共*/
#main.other{background: url(../images/xie.jpg) repeat-y center top;}
#main.other .public_title{position: relative;left: 0;right: 0;margin:0 auto;padding-top: 59px;text-align: center;color:#007ebc;font-size: 24px;font-family: '微软雅黑';font-weight: bold;}
/*#main.other .public_title:before,
#main.other .public_title:after{content:"";width: 84px;height: 21px;position: absolute;top: 7px;bottom: 0;margin:0 auto;}
#main.other .public_title:before{left: 0;background: url(../images/tit_left.png) no-repeat center center;}
#main.other .public_title:after{right: 0;background: url(../images/tit_right.png) no-repeat center center;}*/
#main.other .public_title:before,
#main.other .public_title:after{content:"";width: 84px;height: 21px;display: inline-block; vertical-align: middle; margin: 0 10px;}
#main.other .public_title:before{left: 0;background: url(../images/tit_left.png) no-repeat center center;}
#main.other .public_title:after{right: 0;background: url(../images/tit_right.png) no-repeat center center;}
#main.other .de_content{font-size: 14px; color: #333; line-height: 24px; padding: 30px 0 ;}
#main.other .info_title{font-size: 24px; color: #000; text-align: center; padding-top: 30px;}

/*服务*/
#main .blue{width: 100%;height: 99px;text-align: center;background: #007ebc;}
#main .blue .same{display: inline-block;vertical-align: top;}
#main .blue .button{margin-top: 20px;}
#main .blue .button a{padding-top: 45px;padding-bottom: 13px;display: block;color:#f2f2f2;font-family: '微软雅黑';font-size: 16px;}
#main .blue .download a{background: url(../images/download.png) no-repeat center top;}
#main .blue .support a{background: url(../images/support.png) no-repeat center top;}
#main .blue .feedback a{background: url(../images/feedback.png) no-repeat center top;}
#main .blue .video a{background: url(../images/video.png) no-repeat center top;}
#main .blue .button .on,
#main .blue .button a:hover{color:#f8f605;}
#main .blue .download a:hover,
#main .blue .download .on{background: url(../images/download_yellow.png) no-repeat center top;}
#main .blue .feedback a:hover,
#main .blue .feedback .on{background: url(../images/feedback_yellow.png) no-repeat center top;}
#main .blue .support a:hover,
#main .blue .support .on{background: url(../images/support_yellow.png) no-repeat center top;}
#main .blue .video a:hover,
#main .blue .video .on{background: url(../images/video_yellow.png) no-repeat center top;}
#main .blue .long{margin:0 50px;margin-top: 49px;width: 55px;height: 1px;background: #61add2;}
.support{padding-bottom: 98px;}
.support .box{border:1px solid #ededed;border-bottom: none;margin-top: 28px;}
.support .box .top li{width: 299px;text-align: center;color:#333333;font-size: 16px;font-family: '微软雅黑';height:54px;line-height: 54px;border-right:1px solid transparent;background: rgba(237,237,237,.5);}
.support .box .frame li{width: 299px;height: 48px;color:#666666;font-size: 14px;font-family: '微软雅黑';border-right:1px solid #ededed;border-bottom:1px solid #ededed;line-height: 48px;text-align: center;}
.support .box.en .frame li{font-size: 12px;}
.support .box .top .way,
.support .box .frame .last{font-family: 'OpenSans';width: 297px;}
.support .box .frame .last{border-right:1px solid #ededed;}
.support .video_list {font-size: 0;margin:0 -15px;margin-top: 26px;margin-bottom: 35px;}
.support .video_list li{width: 380px;margin:0 15px 15px 15px;display: inline-block;vertical-align: top;}
.support .video_list li .title{text-align: center;height: 47px;line-height: 47px;font-family: '微软雅黑';color:#828282;font-size: 16px;}
.support .video_list a{display: block;position: relative;height: 100%;}
.support .video_list a:after{content:"";height: 0;overflow: hidden;position: absolute;top: 0;bottom: 0;right: 0;left: 0;background: #000000 url(../images/video_ico.png) no-repeat center center;opacity: .7;}
.support .video_list li:hover a:after{height: 225px;transition: all 0.5s; -moz-transition: all 0.5s; -webkit-transition: all 0.5s; -o-transition: all 0.5s; }
.support .video_list .video_bg{background: rgba(0,0,0,.6); width: 0; height: 0;overflow: hidden; left: 0; top: -0px; margin: 0;}
.support .video_list .video_bg .video_btn{width: 100%; height: 100%; display: block;}
.support .video_list .video_bg .video_box{position: absolute; z-index: 100; top: 20%; left: 50%; padding: 1px;}
.support .feedback{margin-top: 28px;font-size: 0;}
.support .feedback .form_input.phcolor{color: #999;}
.support .feedback .form_area.phcolor{color: #999;}
.support .feedback .text{display: inline-block;vertical-align: top;}
.support .feedback .center{margin:0 30px;}
.support .feedback .contents{margin:30px 0;}
.support .feedback .contents .form_area{width: 1178px;background: #fff;border-color:#ebebeb;height: 273px;padding-top: 20px;padding-left: 20px;}
.support .feedback .text .form_input{width: 358px;height: 43px;line-height: 43px;padding-left: 20px;border-color:#ebebeb;background: #fff;}
.support .feedback .row{width: 140px;margin:0 auto;}
.support .feedback .form_gory_button{width: 140px;height: 45px;line-height: 45px;text-align: center;color:#ffffff;font-family: '微软雅黑';font-size: 16px;background: #0073ab;border-radius: 5px;}
.support .download_list{margin-top: 29px;}
.support .download_list ul{margin:0 -15px;}
.support .download_list ul li{margin:0 15px;margin-bottom: 30px;font-size: 0;padding:48px 29px;border:1px solid #e2e2e2;display: inline-block;vertical-align: top;}
.support .download_list ul li a{display: block;height: 100%;}
.support .download_list ul li .img,
.support .download_list ul li .msg{display: inline-block;vertical-align: top;}
.support .download_list ul li .msg{width: 210px;margin-left: 28px;}
.support .download_list ul li .msg .tit{margin-bottom: 10px;color:#444444;font-size: 18px;font-family: '微软雅黑';}
.support .download_list ul li .msg .intro{color:#828282;font-size: 14px;line-height: 22px;font-family: '微软雅黑';}
.support .download_box{margin:0 -10px;margin-top: 29px;}
.support .download_box li a{display: block;height: 100%;}
.support .download_box li{width: 285px;margin:0 10px;margin-bottom: 15px;display: inline-block;vertical-align: top;}
.support .download_box li .img{width: 285px;height: 180px;display: inline-block;vertical-align: middle;text-align: center;}
.support .download_box li .tit{height: 45px;line-height: 45px;text-align: center;color:#828282;font-size: 16px;font-family: '微软雅黑';}
.support .download_detail{margin:0 -17px;margin-top: 29px;}
.support .download_detail li{display: inline-block;vertical-align: top;margin:0 17px;padding:33px 30px;margin-bottom: 30px;width: 520px;border:1px solid #ebebeb;}
.support .download_detail li .tit{color:#777777;font-size: 16px;font-family: '微软雅黑';}
.support .download_detail li .day{line-height: 24px;margin-right: 11px;color:#828282;font-size: 14px;font-family: '微软雅黑';}
.support .download_detail li .down{display: block;background: url(../images/xia.png) no-repeat center center;width: 26px;height: 24px;}
.support .download_box li:hover .tit,
.support .download_list ul li:hover .msg .tit,
.support .download_detail li:hover .tit{color:#007ebc;}
/*关于我们*/
#main .about_blue{background: url(../images/article.jpg) no-repeat center center;}
#main .about_blue .introduce a{background: url(../images/introduce.png) no-repeat center top;}
#main .about_blue .expand a{background: url(../images/expand.png) no-repeat center top;}
#main .about_blue .honor a{background: url(../images/honor.png) no-repeat center top;}
#main .about_blue .partner a{background: url(../images/partner.png) no-repeat center top;}
#main .about_blue .img_0 a{background: url(../images/introduce.png) no-repeat center top;}
#main .about_blue .img_1 a{background: url(../images/expand.png) no-repeat center top;}
#main .about_blue .img_2 a{background: url(../images/honor.png) no-repeat center top;}
#main .about_blue .img_3 a{background: url(../images/partner.png) no-repeat center top;}
#main .about_blue .introduce .on,
#main .about_blue .introduce a:hover{background: url(../images/introduce_yellow.png) no-repeat center top;}
#main .about_blue .expand .on,
#main .about_blue .expand a:hover{background: url(../images/expand_yellow.png) no-repeat center top;}
#main .about_blue .honor .on,
#main .about_blue .honor a:hover{background: url(../images/honor_yellow.png) no-repeat center top;}
#main .about_blue .partner .on,
#main .about_blue .partner a:hover{background: url(../images/partner_yellow.png) no-repeat center top;}
#main.article .culture{width: 100%;padding-bottom: 50px;background: rgba(0,125,187,.1);border-top:1px solid #ceefff;}
#main.article .culture .public_title{margin-bottom: 28px;}
/*荣誉资质*/
#main .honor_box{padding-bottom: 80px;}
#main .honor_list{margin:0 -10px;padding-top: 10px;margin-bottom: 50px;}
#main .honor_list li{margin:0 10px;margin-bottom: 10px;}
#main .honor_list li .img{width: 283px;height: 193px;display: table-cell;vertical-align: middle;text-align: center;border:1px solid #e2e2e2;}
#main .honor_list li .tit{height: 55px;line-height: 55px;text-align: center;color:#747474;font-size: 16px;font-family: '微软雅黑';}
/*发展历程*/
#main .expand{padding-bottom: 109px;}
#main .expand_box{position: relative;}
#main .expand_box .line{position: absolute; left: 50%; border-left: 1px solid #d2d2d2; z-index: 1;height: 100px; top: 0; margin-left: -1px;}
#main .expand_box .con{width: 1200px;margin:0 auto;margin-top: 30px; position: relative;}
#main .expand_box .con li{width: 570px; display: inline-block; vertical-align: middle;}
#main .expand_box .con li:first-child{margin-right: 52px;}
#main .expand_box .con .year{top:14px;color:#666666;font-size: 18px;font-family: 'OpenSans';}
#main .expand_box .con .year.fl{text-align: right;}
#main .expand_box .con .font{width: 550px;padding:15px 0;padding-left: 20px;border:1px solid #e3e3e3;;z-index: 1;}
#main .expand_box .con .square{position: absolute;width: 9px;height: 9px;left: 50%; top: 50%; margin-top: -4.5px;margin-left: -4.5px;background: url(../images/expand_square.png) no-repeat;z-index: 10}
#main .expand_box .con .font.left,#main .expand_box .con .font.right{position: relative;}
#main .expand_box .con .font.left::before{background: transparent;width: 0;height: 0;border-top: 4px solid transparent;border-bottom: 4px solid transparent;margin-top: -3px;position: absolute;z-index: 1;top: 50%;content: '';border-left: 6px solid #e3e3e3;right:-7px; transition: all .5s ease 0s; -webkit-transition: all .5s ease 0s; -o-transition: all .5s ease 0s; -ms-transition: all .5s ease 0s; -moz-transition: all .5s ease 0s;}
#main .expand_box .con .font.left::after{background: transparent;width: 0;height: 0;border-top: 4px solid transparent;border-bottom: 4px solid transparent;margin-top: -3px;position: absolute;z-index: 1;top: 50%;content: '';border-left: 6px solid #fff;right:-6px; transition: all .5s ease 0s; -webkit-transition: all .5s ease 0s; -o-transition: all .5s ease 0s; -ms-transition: all .5s ease 0s; -moz-transition: all .5s ease 0s;}
#main .expand_box .con .font.right::before{background: transparent;width: 0;height: 0;border-top: 4px solid transparent;border-bottom: 4px solid transparent;margin-top: -3px;position: absolute;z-index: 1;top: 50%;content: '';border-right: 6px solid #e3e3e3;left:-7px; transition: all .5s ease 0s; -webkit-transition: all .5s ease 0s; -o-transition: all .5s ease 0s; -ms-transition: all .5s ease 0s; -moz-transition: all .5s ease 0s;}
#main .expand_box .con .font.right::after{background: transparent;width: 0;height: 0;border-top: 4px solid transparent;border-bottom: 4px solid transparent;margin-top: -3px;position: absolute;z-index: 1;top: 50%;content: '';border-right: 6px solid #fff;left:-6px; transition: all .5s ease 0s; -webkit-transition: all .5s ease 0s; -o-transition: all .5s ease 0s; -ms-transition: all .5s ease 0s; -moz-transition: all .5s ease 0s;}
#main .expand_box .con:hover .font.left::after{border-left: 6px solid #007ebc;right:-6px;transition: all 0.5s; -moz-transition: all 0.5s; -webkit-transition: all 0.5s; -o-transition: all 0.5s;}
#main .expand_box .con:hover .font.right::after{border-right: 6px solid #007ebc;right:-6px;transition: all 0.5s; -moz-transition: all 0.5s; -webkit-transition: all 0.5s; -o-transition: all 0.5s;}
#main .expand_box .con .font div{color:#828282;font-family: '微软雅黑';font-size: 14px;background: url(../images/box.png) no-repeat left center;padding-left: 12px;}
#main .expand_box .con:hover .font{background: #007ebc;border:1px solid #007ebc;}
#main .expand_box .con:hover .font ._li{background: url(../images/white_s.png) no-repeat left center;color:#ffffff;}

/*#main .expand_box .box{font-size: 0;}
#main .expand_box .box .left{display: inline-block; width: 550px; padding: 15px 0 15px 20px;}
#main .expand_box .box .left.word{border: 1px solid #e3e3e3; position: relative;}
#main .expand_box .box .left.word::before{position: absolute; }
#main .expand_box .box .right{display: inline-block; width: 570px; padding: 15px 0 15px 20px;}
*/
/*人才资源*/
#main .talent_blue .idea a{background: url(../images/idea.png) no-repeat center top;}
#main .talent_blue .idea a:hover,
#main .talent_blue .idea .on{background: url(../images/idea_yellow.png) no-repeat center top;}
#main .talent_blue .place a{background: url(../images/place.png) no-repeat center top;}
#main .talent_blue .place a:hover,
#main .talent_blue .place .on{background: url(../images/place_yellow.png) no-repeat center top;}
.talent{padding-bottom: 135px;}
.talent .title{font-size: 32px; color: #4f352f; text-align: center; padding-top: 40px;}
.talent .title_2{text-transform: uppercase; letter-spacing: 13px; font-size: 12px; color: #b9967d; text-align: center; padding-top: 12px; }
.talent .box{padding-top: 54px;}
.talent .box .item{background: #007ebc;height: 60px;}
.talent .box .item .middle{line-height: 60px;color: #ffffff; font-size: 16px;font-family: '微软雅黑'; }
.talent .box .item.item_2{background: none; color: #333333;}
.talent .box .item.item_2.item_3{background: rgba(228,230,231,.3);}
.talent .box .item .name{padding-left: 30px; width: 228px;}
.talent .box .item .work{padding-left: 15px; width: 208px;}
.talent .box .item .people{padding-left: 13px; width: 188px;}
.talent .box .item .place{padding-left: 10px; width: 210px;}
.talent .box .item .salary{padding-left: 14px; width: 224px;}
.talent .box .item .jia{background: url('/images/jia.png') no-repeat center center; width: 20px; height: 20px; margin: 20px 18px 0 0; cursor: pointer;}
.talent .box .item .jia.jian{background: url('/images/jian.png');}
.talent .box .box_2{background: rgba(255,255,255,.3); overflow:hidden;}
.talent .box .box_2 .middle{color:#333333;font-size: 14px;font-family: '微软雅黑';}
.talent .box .content.content_2{border-top:1px solid #e8e8e8;}
.talent .box .box_2 .content{background: #fff;font-size: 16px; color: #333; line-height: 22px; margin-left: 30px; display: none;}
.talent .box .box_2 .content .require{margin:30px 0;font-size: 14px; color: #666666; font-family: '微软雅黑';font-weight: bold;}
.talent .box .box_2 .content .con{font-size: 14px; color: #666666; font-family: '微软雅黑';line-height: 22px;}
.talent .box .box_2 .content .white{padding-top: 62px; padding-bottom: 39px;}
.talent .box .box_2 .content .white .btn{display: block; width: 134px; height: 40px; line-height: 40px;border-radius: 4px; margin: 0 auto; text-align: center; font-size: 16px; color: #fff; background: url('/images/email.png') #007ebc no-repeat 22px center;}
.talent .box .box_2 .content .white .btn .apply{color:#ffffff;padding-left: 26px;}
/*info*/
#main.info_list .public_title{margin-bottom: 28px;}
#main .info_blue .cate0 a{background: url(../images/cate0.png) no-repeat center top;}
#main .info_blue .cate1 a{background: url(../images/cate1.png) no-repeat center top;}
#main .info_blue .cate2 a{background: url(../images/cate2.png) no-repeat center top;}
#main .info_blue .cate3 a{background: url(../images/cate3.png) no-repeat center top;}
#main .info_blue .cate0 .on,
#main .info_blue .cate0 a:hover{background: url(../images/cate0_yellow.png) no-repeat center top;}
#main .info_blue .cate1 .on,
#main .info_blue .cate1 a:hover{background: url(../images/cate1_yellow.png) no-repeat center top;}
#main .info_blue .cate2 .on,
#main .info_blue .cate2 a:hover{background: url(../images/cate2_yellow.png) no-repeat center top;}
#main .info_blue .cate3 .on,
#main .info_blue .cate3 a:hover{background: url(../images/cate3_yellow.png) no-repeat center top;}
.info_list{width:100%; padding-bottom: 98px;}
.info_list .item{width:100%; height:230px; z-index:100;}
.info_list .item .date{width:14.83%; padding:25px 0 0 1%; left:0; top:0; z-index:101;}
.info_list .item .date span{line-height:36px;}
.info_list .item .date .md{font-size:36px; color:#666666;}
.info_list .item .date .y{font-size:14px; color:#999;}
.info_list .item .date i{font-size:14px; color:#999;}
.info_list .item .info{width:52.16%; height:100%; left:15.82%; top:0; z-index:101; border-left:1px solid #dddddd;}
.info_list .item .info:before{content:''; height:0%; position:absolute; margin-left:-1px; border-left:1px solid #3879c2; transition: all 0.6s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;}
.info_list .item .info .title{width:100%; margin-left:5.5%; line-height:64px; overflow:hidden;}
.info_list .item .info .title a{color:#333333; text-decoration:none; font-size:18px;}
.info_list .item .info .brief{width:100%; margin-left:5.5%; color:#666666; line-height:30px;}
.info_list .item .info .inner_date{margin-left:5.5%; line-height:16px; color:#999; display:none;}
.info_list .item .img{width:18.33%; right:2%; top:0; z-index:101;}
.info_list .item:hover .date .md{color:#3879c2;}
.info_list .item:hover .date i{margin-left:5%;}
.info_list .item:hover .info .title a{color:#3879c2;}
.info_list .item:hover .info:before{height:70%;}
.info_list .item:hover .title, .info_list .item:hover .brief{margin-left:6.5%;}
.info_list .item:hover .img{right:3%;}
/*联系*/
#main.contact{padding-bottom: 100px;}
#main.contact .public_title{margin-top: 0;margin-bottom: 30px;}
#main.contact .button {margin-bottom: 50px;}
#main.contact .button li{margin:0 73px;width: 180px;text-align: center;}
#main.contact .button .address{margin-left: 18px;}
#main.contact .button .email{margin-right: 18px;}
#main.contact .button li .img{width: 70px;height: 70px;}
#main.contact .button li .desc{color:#333333;font-size: 18px;font-family: '微软雅黑';margin-top: 13px;}
#main.contact .button li .desc span{display: block;color:#828282;font-size: 14px;font-family: 'OpenSans';margin-top:6px;}
#main.contact .button li .address span{font-family: '微软雅黑';}
.contact .box_table{border:1px solid #ededed;border-bottom: none;}
.contact .box_table .top li{width: 299px;text-align: center;color:#333333;font-size: 16px;font-family: '微软雅黑';height:54px;line-height: 54px;border-right:1px solid transparent;background: rgba(237,237,237,.5);}
.contact .box_table .frame li{width: 299px;height: 48px;color:#666666;font-size: 14px;font-family: '微软雅黑';border-right:1px solid #ededed;border-bottom:1px solid #ededed;line-height: 48px;text-align: center;}
.contact .box_table.en .frame li{font-size: 12px;}
.contact .box_table .top .way,
.contact .box_table .frame .last{font-family: 'OpenSans';width: 297px;}
.contact .box_table .frame .last{border-right:1px solid #ededed;}
/*方案及产品*/
.plan_pro .solu_ico a{background: url(../images/plan.png) no-repeat center top;}
.plan_pro .solu_ico a:hover,
.plan_pro .solu_ico .on{background: url(../images/plan_yellow.png) no-repeat center top;}
.plan_pro .pro_ico a{background: url(../images/pro_ico.png) no-repeat center top;}
.plan_pro .pro_ico a:hover,
.plan_pro .pro_ico .on{background: url(../images/pro_ico_yellow.png) no-repeat center top;}
.solution .category{text-align: center;margin-top: 30px;margin-bottom: 45px;height: 45px;border-top:1px solid #ededed;border-bottom: 1px solid #ededed;}
.solution .category .cate{display: inline-block;vertical-align: top;line-height: 45px;padding:0 37px;background: url(../images/square.jpg) no-repeat left center; font-size: 16px; color: #828282;}
.solution .category .cate a{color:#828282;font-size: 16px;font-family: '微软雅黑';}
.solution .category .cate em{display: inline-block;vertical-align: middle;width: 5px;height: 3px;background: url(../images/down.png) no-repeat center center;}
/*.solution .category .one{background: transparent;}*/
.solution .category .cate:nth-child(1){background: transparent;}
.solution .category .onCate a{color:#007ebc;}
.solution .category .onCate em{background: url(../images/down_blue.png) no-repeat center center;}
.bigCate{padding-bottom: 50px;}
.bigCate ul {padding-bottom:50px;padding-top: 50px;}
.bigCate .double{border-top: 1px solid #d0f0ff;background: rgba(0,126,188,.1);border-bottom: 1px solid #d0f0ff;}
.bigCate ul .message{width: 640px;}
.bigCate ul .message .cate{margin:20px 0 16px 0;color:#333333;font-size: 22px;font-family: '微软雅黑';}
.bigCate ul .message .desc{color:#828282;font-size: 14px;line-height: 24px;font-family: '微软雅黑';}
.bigCate ul .message .more{display: block;margin:18px 0 30px 0;width: 113px;height: 31px;line-height: 31px;border:1px solid #218ec4;color:#007ebc;font-size: 14px;font-family: '微软雅黑';text-align: center;}
.bigCate ul .message .small_list{font-size: 0;margin:0 -10px;}
.bigCate ul .message .small_list .img{margin:0 10px;width: 198px;height: 133px;text-align: center;border:1px solid #ededed;background: #fff;display: inline-block;vertical-align: top;}
.bigCate ul .message .small_list .img img{vertical-align: middle; width: 113px; height: 103px;}
.bigCate ul .message .small_list .img span{display: inline-block;vertical-align: middle;height: 100%;}
.product_list{padding-bottom: 100px;}
.product_list ul{font-size: 0;margin:0 -10px;margin-top: 20px;margin-bottom: 25px;}



.product_list ul li .tit{height: 0px;line-height: 0px;text-align: center;color:#828282;font-family: 'OpenSans';}
.solution .list li{height: 320px;border-top:1px solid #d8d8d8;padding-top:40px;}
/*.solution .list .one{padding-top: 0;border-top:none;}*/
.solution .list li:nth-child(1){padding-top: 0;border-top:none;}
.solution .list li .box{width: 468px;height: 278px;}
.solution .list li .box a{display: block;}
.solution .list li .box{width: 468px;height: 278px;text-align: center;}
.solution .list li .box img{width: 468px;height: 278px;vertical-align: middle;}
.solution .list li .box span{display: inline-block;height: 100%;vertical-align: middle;}
.solution .list li .desc{width: 690px;}
.solution .list li .desc .cn{height: 70px;line-height: 70px;display: block;color:#666666;font-size: 24px;font-family: '微软雅黑';}
.solution .list li .desc .cn span{font-size: 18px;font-family: 'Open Sans';}
.solution .list li .desc .intro{margin-top: 5px;height: 189px;overflow: hidden;line-height: 30px;display: block;color:#828282;font-size: 14px;font-family: '微软雅黑';}

/*turn page*/
#turn_page{text-align:center; height:44px; line-height:40px;}
#turn_page .page_button{text-align: center;border:none;background:#ebebeb;  margin:0 3px; height: 40px;display: inline-block;vertical-align: top;min-width: 40px;}
#turn_page .page_button img{vertical-align: middle;margin-top: 16px;}
#turn_page .page_item{border:none;background:#ebebeb;  height: 40px;color:#666666;font-size: 14px;font-family: 'Calibri';display: inline-block;vertical-align: top;min-width: 40px; margin:0 3px;}
#turn_page .page_item_current{border:none;background:#007ebc;  height: 40px;display: inline-block;vertical-align: top;min-width: 40px; margin:0 3px; color:#ffffff;font-size: 14px;font-family: 'Calibri';}
/*底部*/
#footer{width:100%;background: #4d4d4d;padding-top: 48px;}
#footer .top{min-height: 240px;}
#footer .foot_nav {border-right:1px solid #5f5f5f;padding-right: 48px;}
#footer .foot_nav li{margin:0 34px;display: inline-block;vertical-align: top;}
#footer .foot_nav .frist{margin-left: 0px;}
#footer .foot_nav li .one{display: block;color:#ffffff;font-family: '微软雅黑';font-size: 18px;}
#footer .foot_nav li .two{margin-top: 30px;}
#footer .foot_nav li .two a{margin-bottom: 15px;display: block;color:#b6b6b6;font-family: '微软雅黑';font-size: 14px;}
#footer .foot_nav li .two a:hover{text-decoration: underline;}
#footer .two_code{width: 230px;font-size: 0;}
#footer .two_code .img{width: 120px;height: 120px;display: inline-block;vertical-align: top;}
#footer .two_code .title{display: inline-block;line-height: 24px;vertical-align: top;margin-top: 40px;margin-left: 10px;width: 100px;font-family: '微软雅黑';color:#ffffff;font-size: 16px;}
#footer .friend{height: 54px;border-bottom: 1px solid #5f5f5f;border-top: 1px solid #5f5f5f;}
#footer .friend .link,
#footer .friend .url{line-height: 54px;display: inline-block;vertical-align: top;}
#footer .friend .link{color:#ffffff;font-size: 16px;font-family: '微软雅黑';}
#footer .friend .url a{display: inline-block;vertical-align: top;margin-left: 58px;color:#ffffff;font-size: 14px;font-family: '微软雅黑';}
#footer .friend .url .one{margin-left: 30px;}
#footer .copy{font-size: 14px;color:#b6b6b6;font-family: '微软雅黑';text-align: center;}

/*------------------英文版时改的样式----------------------------*/
#footer .foot_nav.en{padding-right: 6px;}
#footer .foot_nav.en li{margin: 0 13px;}
#footer .foot_nav.en li a{width: 125px;}   
#footer .foot_nav.en li .one{font-size: 16px; height: 42px; overflow: hidden;}
#footer .two_code.en{text-align: center;;}
#footer .two_code.en .title{display: block; margin: 30px 0 0 0; width: 100%;}
.index_info .category.en li{position: relative;color:#555555;font-family: '微软雅黑';font-size: 16px;display: inline-block;vertical-align: top;padding:0 20px; cursor: pointer;}
.index_info .category.en .on{color:#007ebc;}

/*-----------------产品详情页-------------------*/
.other.two .pro_title{font-size: 26px; padding-top: 40px; color: #333; text-align: center; letter-spacing: 2px; font-weight: bold;}
.other.two .top_msg{margin-top: 65px;}
.other.two .top_msg .photo_box{float: left;}
.other.two .top_msg .big_img{float: left;width: 558px;height: 558px;margin-right: 20px;text-align: center;border: 1px solid #e4e4e4;}
.other.two .top_msg .small_img{float: left;width: 150px;}
.other.two .top_msg .small_img .up{height: 510px;overflow: hidden;}
.other.two .top_msg .small_img .item{width: 148px;height: 148px;border: 1px solid #e4e4e4;text-align: center;margin-bottom: 20px;}
.other.two .top_msg .small_img .item img{width: 148px;height: 148px;}
.other.two .top_msg .small_img .down{width: 148px;height: 48px;border: 1px solid #e4e4e4;}
.other.two .top_msg .small_img .down .left_btn{float: left;width: 73px;height: 48px;border-right: 1px solid #e4e4e4;background: url(/images/goods_left_btn.png) no-repeat center center;cursor: pointer;}
.other.two .top_msg .small_img .down .right_btn{float: left;width: 74px;height: 48px;background: url(/images/goods_right_btn.png) no-repeat center center;cursor: pointer;}
.other.two .top_msg .small_img .down .left_btn:hover{background-image: url(/images/goods_left_btn_on.png);}
.other.two .top_msg .small_img .down .right_btn:hover{background-image: url(/images/goods_right_btn_on.png);}
.other.two .top_msg .goods_msg{float: right;width: 325px;}
.other.two .top_msg .goods_msg .msg_title{margin-bottom: 25px;font-size: 18px;font-weight: bold;}
.other.two .top_msg .goods_msg .msg_detail{margin-bottom: 35px;font-size: 14px;color: #666666;line-height: 24px;}
.other.two .des_msg .title{height: 69px;border-top: 1px solid #ececec;border-bottom: 2px solid #0e6dcd;}
.other.two .des_msg .title .item{float: left;width: 140px;height: 50px;line-height: 50px;font-size: 18px;text-align: center;margin-top: 19px;cursor: pointer;}
.other.two .des_msg .title .item.on{background: #0e6dcd;color: white;}
.other.two .des_msg .description .item{display: none;min-height: 300px;margin: 10px 0;}
.other.two .des_msg .description .item.on{display: block;}

.other.two .top_msg{margin-top: 45px;}
.other.two .top_msg .photo_box{float: left;}
.other.two .top_msg .big_img{float: left;width: 558px;height: 558px;margin-right: 20px;text-align: center;border: 1px solid #e4e4e4;}
.other.two .top_msg .big_img img{width: 558px;height: 558px;}
.other.two .top_msg .small_img{float: left;width: 150px;}
.other.two .top_msg .small_img .up{height: 510px;overflow: hidden;}
.other.two .top_msg .small_img .down{width: 148px;height: 48px;border: 1px solid #e4e4e4;}
.other.two .top_msg .small_img .down .left_btn{float: left;width: 73px;height: 48px;border-right: 1px solid #e4e4e4;background: url(/images/goods_left_btn.png) no-repeat center center;cursor: pointer;}
.other.two .top_msg .small_img .down .right_btn{float: left;width: 74px;height: 48px;background: url(/images/goods_right_btn.png) no-repeat center center;cursor: pointer;}
.other.two .top_msg .small_img .down .left_btn:hover{background-image: url(/images/goods_left_btn_on.png);}
.other.two .top_msg .small_img .down .right_btn:hover{background-image: url(/images/goods_right_btn_on.png);}
.other.two .top_msg .goods_msg{float: right;width: 325px;}
.other.two .top_msg .goods_msg .msg_title{margin-bottom: 25px;font-size: 18px;font-weight: bold;}
.other.two .top_msg .goods_msg .msg_detail{margin-bottom: 35px;font-size: 14px;color: #666666;line-height: 24px;}
.other.two .top_msg .goods_msg .buy{width: 300px;height: 60px;line-height: 60px;background-color: #0070e2;background-image: url(/images/goods_cart.png);background-repeat: no-repeat;background-position: 100px center;text-align: center;border-radius: 4px;}
.other.two .top_msg .goods_msg .buy a{display:inline-block;width: 85%;padding-left: 15%;font-size: 20px;color: white;}
.other.two .des_msg{width: 100%;margin-top: 75px;margin-bottom: 60px;}
.other.two .des_msg .title{height: 69px;border-top: 1px solid #ececec;border-bottom: 2px solid #0e6dcd;}
.other.two .des_msg .title .item{float: left;width: 140px;height: 50px;line-height: 50px;font-size: 18px;text-align: center;margin-top: 19px;cursor: pointer;}
.other.two .des_msg .title .item.on{background: #0e6dcd;color: white;}
.other.two .des_msg .description .item{display: none;min-height: 300px;margin: 10px 0;}
.other.two .des_msg .description .item.on{display: block;}
.other.two .top_msg .small_img_2{display: none;}

#page{padding: 35px 0 35px;border-top: 1px solid #e9e9e9;}
#page .prev{margin-bottom: 20px;font-size: 14px;color: #3879c2;}
#page .next{font-size: 14px;color: #3879c2;}
#page .prev a,#page .next a{font-size: 14px;color: #666666;}

.share_box{text-align: left;margin: 25px auto;}
.share_box .share{text-align: center;display: inline-block;vertical-align: middle;margin: 0 3px;}
.share_box .name{display: inline-block;vertical-align: middle;margin: 0 3px;}

.photo img{display: inline-block;vertical-align: middle;max-width: 100%;max-height: 100%;}
