*{ margin: 0;padding: 0;}
body {}

body{color:#333;font-size:14px;font-family:'Microsoft YaHei',SimHei,SimYou,SimSun,Arial;-webkit-text-size-adjust:none; overflow-x:hidden;}
a{color: #333;text-decoration: none;}
a:hover{color: #333;text-decoration: none;}
li{list-style: none;}

.fl{float: left;}
.fr{float: right;}
.w1200{width: 1200px;}
.ho{height: auto;overflow: hidden;}
.cl{clear: both;}
.mr{margin: 0 auto;}
.wot{overflow: hidden;white-space: nowrap;text-overflow: ellipsis;}

input[name="color"]::-webkit-input-placeholder{
	color: #000;
}
input[name="color"]:-moz-placeholder {
	color: #000;
} 
input[name="color"]::-moz-placeholder{ 
color: #000;}
input[name="color"]:-ms-input-placeholder{
color: #000; 
}



.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12, .col-mg-1, .col-mg-2, .col-mg-3, .col-mg-4, .col-mg-5, .col-mg-6, .col-mg-7, .col-mg-8, .col-mg-9, .col-mg-10, .col-mg-11, .col-mg-12{transition: 0.5s;}
.carousel-indicators .active {height: 40px;width: 40px;border-radius: 50%;}
.carousel-indicators li {height: 40px;width: 40px;border-radius: 50%;}
/* 头部 */


.fixed_top{position: fixed;top:0;z-index: 99;width: 100%;}


.tops{background: #f4f4f4;color: #fff;font-size: 14px;width: 100%;z-index: 100;}
.tops span{color: #666;display: block;line-height: 45px;}


.tops .share-buttons {display: block;line-height: 45px;margin-bottom: 0px;}
.tops .share-buttons li{float: left;margin:0 5px;}

.s-b {min-height: 0;}

.headers{transition: 0.5s;background: #fff;width: 100%;}
.headers .header_bg{background: #2a2a2a;position: fixed;left: 0;right: 0;top: 38px;bottom: 0;opacity: 0;z-index: -1;height:94px;transition: 0.5s;}

.headers .logo img{display: block;max-width: 100%;margin-top:10px;margin-bottom: 10px;}
.headers .tels{margin-top:37px;margin-bottom: 10px;}
.headers .tels span{display: block;font-size: 14px;color: #333333;}
.headers .tels b{font-size: 26px;font-family: Impact;color: #d71312;}
.headers .tels .l{width: 38px;float: right;padding-top:10px;margin-right: 10px;}
.headers .tels .r{width: 171px;float: right;}



.bannerzy img{display: block; width: 100%;}




#g_nav .swiper-slide {width:auto;}
.channel_nav_box{ border-bottom:1px solid #dbdbdb;}
.channel_nav_box .nav_box_wrap{  display: flex;justify-content: space-between;align-items: center;}
.channel_nav_box{ position: relative; z-index:2; background-color: #fff;}
.channel_nav_box .channel_nav{}
.channel_nav_box .channel_nav a{font-size: .875rem; color: #3d3d3d; display: inline-block; margin: 0 1rem;	padding: 1.2rem 0; position: relative;}
.channel_nav_box .channel_nav a:after{ position: absolute; content: ''; left: 0; bottom: 0; border-bottom:2px solid #0067bf; width: 0;transition: width .3s ease-in-out;}
.channel_nav_box .channel_nav a.on,.channel_nav_box .channel_nav a:hover{ color: #0067bf;}
.channel_nav_box .channel_nav a.on:after{ width:100%;}
#g_nav_arrow .arrow-left {background: url("../Images/arrow_left.png") no-repeat center;position: absolute; position: absolute;background-size: 60%;left: 0;top: 0;bottom: 0;margin: auto;width: 9px;height: 18px;z-index: 10;}
#g_nav_arrow .arrow-left:focus{outline: none;}
#g_nav_arrow .arrow-right {background: url("../Images/arrow_right.png") no-repeat center;background-size: 60%;position: absolute;right: 0;top: 0; bottom:0;margin: auto;width: 9px;height: 18px;z-index: 10;}
#g_nav_arrow .arrow-right:focus{outline: none;}

.location{ line-height:3; color: #888888; line-height: 65px;}
.location a{ color: #888888;}
.location a:hover{ color: #0067bf;}

.align-items-center{line-height: 65px;}









.navsbg{background: #0657b2;width: 100%;height: auto;z-index: 999;}
.nav > li{text-align: center;margin:0 10px;}
.nav > li > a{color: #fff;position: relative;text-transform : uppercase;font-size: 14px;padding:0 36px;}
.nav > li > a:after{
    content: '';
    position: absolute;
    left: 10px;
    right: 10px;
    bottom: 11px;
    background: #c40d23;
    height: 2px;
    border-radius: 2px;
    transform: rotateY(90deg);
    transform-origin: center;
    transition: all 300ms ease;
    }
.nav > li > a:hover, .nav > li > a:focus{background: #2b2a2f;}
.nav > li > a:hover:after{transform: rotateY(0);}
.fixed_top .nav > li > a{color: #fff;position: relative;font-weight: 200;}
.fixed_top .nav > li > a:hover,.fixed_top .nav > li > a:focus{color: #fff}



.hot{background: #fbfbfb;width: 100%;border-top:1px solid #eeeeee;border-bottom:1px solid #eeeeee;}

.hot .hotl {color: #fff;font-size: 14px;}
.hot .hotl i {color: #06519f;float: left;display: block;font-size: 32px;}
.hot .hotl span{color: #999;float: left;display: block;padding-top: 15px;}
.hot .hotl li{color: #999;float: left;padding-top: 15px;}
.hot .hotl li a{color: #999;}




.ss{height:45px; width: 100%;margin-top:8px;}

.sou_left{float:left; width:60%;height:30px; text-align:left;line-height:30px;outline: none;font-size: 14px;text-indent: 10px;background: none;border:1px solid #ccc;}


.ss_pic{ float:left;width: 60px;height: 30px;background: #0657b2;border:none;outline: none;color: #fff;}
/* 多参 */
.bit-t{font-size: 34px;font-weight: bold;color: #3f3f3f;margin:50px auto;text-align: center;height: 80px;}
.bit-t span{display: inline-block;height: 100%;border-bottom: 4px dashed #ffc000;margin:0 auto;position: relative;z-index: 9;width: 350px;text-align: center;}
.bit-t-s{position: relative;font-family: Impact;font-size: 60px;margin: 0 auto; z-index: 8;color: rgba(153, 153, 153, 0.2);margin:0 auto;display: inline-block;bottom: 64px;text-transform : uppercase;line-height: 
	95px;}



.bit-t i{font-style: normal;}
/* 首页 */
.main{height: auto;padding:30px 0; background: #f4f5f6;}
.product-bg{width: 100%;height: auto;overflow: hidden;background: url('../Image/product-bg.png') repeat-y center center;}
.product-fenlei li{margin-top: 5px;margin-bottom: 5px;}

.product-fenlei li span{text-align: left;position: relative;height: 40px;background: #0657b2;display: block;line-height: 40px;padding-left: 10px;}

.product-fenlei li a{color: #fff;font-size: 14px;text-decoration: none;}
.product-fenlei li:hover span {background: #ffc71c;}
.product-fenlei li:hover a {color: #000;}
.product-c{padding-bottom: 40px;height: auto;overflow: hidden;}
.product-c li{margin:20px auto;transition: 0.2s;-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;}
.product-c li a{display: block;width: 100%;height: 100%;transition: 0.2s;float: left;background: #fff;}
.product-c li a:hover{box-shadow: 0 15px 30px rgba(0, 0, 0, 0.1); 	-webkit-transform: translate3d(0, -6px, 0);    transform: translate3d(0, -6px, 0);}
.product-c li img{display: block;width: 100%;}
.product-c li span{float: left;display: block;width: 100%;}
.product-c li i{float: left;display: block;width: 100%;height: 48px;line-height: 48px;background: #0657b2;font-style: normal;color: #fff;text-align: center;}

.product-c li:hover {}
.product-c li:hover i{background: #fdd047;color: #000;}
.youshi-bg{width: 100%;height: auto;overflow: hidden;background: url('../Image/youshi-bg.png') repeat-y center center;padding-bottom: 30px;}
.youshi-c img{display: block;width: 100%;}
.youshi-c-t{font-size: 36px;font-weight: bold;color: #303030;font-weight: lighter;line-height: 45px;margin:20px 0;}
.youshi-c-s{width: 55px;height: 4px;margin-bottom: 30px;background: #d4d4d4;}
.youshi-c-c li{line-height: 35px;-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;padding-left:30px;position: relative;font-size: 14px;}

.youshi-c-c li:last-child{margin-bottom: 30px;}
.youshi-c-c li:before{content: "\e600";color: #000;font-family: "iconfont" !important;font-size: 16px;
    font-style: normal;-webkit-font-smoothing: antialiased;position: absolute;left: 0px;}
.about-bg{width: 100%;height: auto;overflow: hidden;background: url('../Image/product-bg.png') repeat-y center center;padding-bottom: 30px;}
.about-cl{margin:20px auto;}
.about-cl img{display: block;width: 100%;}
.about-cr{margin:20px auto;}
.about-cr-t{font-size:24px;color: #282828;font-weight: bold; }
.about-cr-t span{font-size:14px;color: #666666;display: block;text-transform : uppercase;font-weight: lighter;}
.about-cr-c{margin: 20px 0;font-size: 16px;}
.about-cr-c1{font-size: 16px;color: #666;line-height: 30px;padding-bottom: 20px;}
.about-cr-c1 a{color: #f9bd0f;}
.about-cr-c2 {text-align: center;}
.about-cr-c2 li {display: inline-block;width:22%;}
.about-cr-c2 li img{display: block;margin:10px auto;}
.about-cr-c2 li span{text-align: center;}
.case-bg{width: 100%;height: auto;overflow: hidden;background: url('../Image/youshi-bg.png') repeat-y center center;padding-bottom: 30px;}





#wrap_03{margin:2% auto;}
._03_wrap_tit{line-height: 25px;text-indent: 20px;font-size: 22px;color: #000;position: relative;}
._03_wrap_tit:before{width: 5px;height: 100%;background: #bb0202;content: '';position: absolute;left: 0;top:0;}
._03_wrap_more{text-align: right; color: #ababab;font-size: 14px;transition: all .4s;position: absolute;right: 0;top:0;}
._03_wrap_more:hover{color: #bb0202;}
._03_fengcai{margin-top: 2%;}
._03_fengcai h4{line-height: 40px;text-align: center;font-size: 14px;color: #333;position: relative;}
._03_fengcai h4:after{width: 100%;height: 1px;content: '';position: absolute;left: 0;bottom:0;background: #e5e5e5;z-index: 1;}
._03_fengcai h4:before{width: 0;height: 1px;content: '';position: absolute;left: 50%;bottom:0;background: #e5e5e5;z-index: 2;transition: all .4s;}
._03_fengcai a:hover h4:before{width: 100%;background: #bb0202;left: 0;}









.rvc{max-width:1140px;position:relative;margin:auto;margin-top:30px}
.rvc .rvc-wrapper{margin:auto;overflow:hidden}
.rvc .rvc-wrapper ul{overflow:hidden;position:relative}

.rvc .rvc-wrapper ul li{float:left;border:1px solid #cccccc;}
.rvc .rvc-wrapper ul li a{display:block;width:100%;height:auto;text-decoration:none}
.rvc .rvc-wrapper ul li a .img-wrapper{display:-webkit-box;display:-ms-flexbox;display:-webkit-flex;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;-webkit-justify-content:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;-webkit-align-items:center;align-items:center;width: 100%;}
.rvc .rvc-wrapper ul li a .img-wrapper img{display: block;width: 100%;}
.rvc .rvc-wrapper ul li a h2{margin-top:10px;text-align:center}
.rvc .rvc-wrapper ul li a p{height: 35px;line-height: 35px;text-align: center;margin-bottom: 0px;}
.rvc-prv,.rvc-next{position:absolute;height:100%;top:0;display:-webkit-box;display:-ms-flexbox;display:-webkit-flex;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;-webkit-justify-content:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;-webkit-align-items:center;align-items:center}
.rvc-prv{left:0}
.rvc-next{right:0}
.news-bg{width: 100%;height: auto;overflow: hidden;background: url('../Image/product-bg.png') repeat-y center center;padding-bottom: 30px;}
.news-cl{margin-bottom: 40px;}
.news-cl .img-wrapper img{display: block;width: 100%;margin-bottom: 20px;}
.news-cl .content-wrapper .c1{font-size: 18px;font-weight: bold;color: #333;margin-bottom: 10px}
.news-cl .content-wrapper .c2{font-size: 14px;color: #333;margin: 10px 0;line-height: 32px;}
.news-cr .news-cr-1{-webkit-box-sizing: border-box;-moz-box-sizing: border-box;box-sizing: border-box;padding:50px 0;text-align: center;margin-bottom: 40px;border-right: 1px solid #ccc;}
.news-cr .news-cr-1 .news-cr-11{font-size: 24px;font-weight: bold;color: #333}
.news-cr .news-cr-1 .news-cr-12{font-size: 18px;color: #999}
.news-cr .news-cr-2 .news-cr-21{font-size: 18px;font-weight: bold;color: #333}
.news-cr .news-cr-2 .news-cr-22{font-size: 14px;color: #333;margin:10px 0;line-height: 32px;}


.footer-bg{width: 100%;height: auto;overflow: hidden;background: #0657b2;padding-bottom: 30px;}
.footer-cl {margin-top: 45px;}

.footer-cl li{float: left;font-size: 14px;color: #fff;text-transform : uppercase;}
.footer-cl li a:after{content: "/";color: #999;font-size: 14px;position: relative;left:6px;}
.footer-cl li a{padding:0 8px;color: #fff;}


.footer-cl2{padding-top: 40px;}

.footer-content{color: #fff;}


.footer-cr {margin-top: 45px;line-height: 65px;padding-left:0; padding-right: 0}
.footer-cr .f-ts{color: #fff;font-size: 14px;line-height: 22px;padding-bottom: 10px;}
.footer-cr .f-tc{color: #f9cb3d;font-size: 20px;font-weight: bold;line-height: 25px;}
.footer-cr .f-ad{margin-top: 15px;}
.footer-cr .f-ad li{font-size: 14px;color: #fff;line-height: 31px;}
.footer-cr .f-it{-webkit-box-sizing: border-box;-moz-box-sizing: border-box;box-sizing: border-box;}
.footer-cr .f-it img{display: block;width: 100%;}
.f-it span{color: #fff;display: block;text-align: center;width: 100%;}
.end-bg{background: #2f2f2f;}
.end-content{-webkit-box-sizing: border-box;-moz-box-sizing: border-box;box-sizing: border-box;padding:20px 0;}
.end-content {color:rgba(255,255,255,.5);font-size: 14px;}
.end-content a{color:rgba(255,255,255,.5);font-size: 14px;}
/* 左侧 */

#pro_title {width: 100%;background: rgb(6, 87, 178);float: left;color: #fff;margin-bottom: 0px!important;}
#sidebar{padding-left:0;padding-right:0;}

.pro_t1{text-align: center;font-size: 24px;font-weight: bold;padding-top: 35px;}
.pro_t2{text-align: center;text-transform : uppercase;padding-bottom: 35px;}



#pro_list{float: left;width: 100%;border:2px solid rgb(6, 87, 178);-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;margin-bottom: 0px!important;padding:10px 0; background: #fff;}
#pro_list li{ height:45px; line-height:45px;border-bottom: 1px solid #e9e9e9; font-size: 16px; transition: 0.3s;width: 90%;margin:1% 5%;}
#pro_list li a{ color: #1b1b1b;display: block;width: 100%;height: 100%;font-size:14px;text-indent: 30px;transition: 0.3s;}
#pro_list li:hover{}
#pro_list li:hover a{background-color: #0959b7;color: #fff;border-radius: 23px;}
#pro_list1 li{ height:45px; line-height:45px; background: #1b3266; text-align: center; transition: 0.3s; padding: 0 !important; margin-bottom: 2%;}
#pro_list1 li a{ color: #fff;display: block;width: 100%;height: 100%;}
#pro_list1 li:hover{ background: #fea803;}
#pro_list1 li:hover a{ color: #fff;}


.type_s{height: auto;overflow: hidden; background: #232323;-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;}


.type_so{height: auto;overflow: hidden; background: #232323;line-height: 4.5rem;color: #fff;font-weight: bold;font-size: 1.7rem;-webkit-box-sizing: border-box;-moz-box-sizing: border-box;box-sizing: border-box;}

.type_so a{color: #fff;display: block;height: 100%;}
.type_so a:hover{outline: none;background: none;color: #fff;}
.type_so a:focus{color: #fff;}
.type_s li{width: 100%;float: left;line-height: 4.5rem;padding:0 10px;border-bottom: 2px solid #0a60b9;}
.type_s li a{color: #fff;font-weight: bold;font-size: 1.7rem;display: block;width: 100%;height: 100%;}
.type_st{-webkit-transition: -webkit-transform .2s;	transition: transform .2s;	-webkit-transform: translate3d(0,100%,0);	transform: translate3d(0,100%,0);	visibility: hidden; height: 0; overflow: hidden;}
.type_st.show{visibility: visible;-webkit-transform: translate3d(0,0,0);transform: translate3d(0,0,0); height: auto;}
.type_so .fa-angle-right{transition: all .2s;}
.type_so.show .fa-angle-right{ transform: rotate(90deg);display: block;}
.fa-angle-right{display: inline!important;line-height: 4.5rem!important;}
/* 内页 */
#content_zy{ line-height: 30px; background: #fff;}
#content_zy img{ max-width: 100%;}

.pro{height: auto;overflow: hidden;}


.pro li{ overflow:hidden; text-align:center;white-space:nowrap; margin-bottom: 20px; transition:all 0.3s linear 0s;border:1px solid #f1f0f0;padding: 5px; border-bottom:10px solid #f1f0f0; }
.pro li .li-img{ width:100%;background: #fff;position: relative; overflow: hidden;border:1px solid #efefef;}
.pro li p{ line-height: 45px; text-overflow: ellipsis; white-space: nowrap; overflow: hidden;margin-bottom: 0!important;background: #0657b2;color: #fff;}
.pro li:hover{}
.pro li:hover p{background: #ffc000;} 
.product_left img{display: block;margin:0 auto;max-width: 100%;}
.pro_name1{ color:#4a4a4a; font-size:24px;text-align: center;line-height: 65px;}


.pro .artimg img{display: block;width: 100%;}
.pro .tent {line-height: 45px;text-overflow: ellipsis;white-space: nowrap;overflow: hidden;
    margin-bottom: 0!important;    background: #0657b2;    color: #fff;}
.pro .tent:hover  {background: #ffc000;}






.news_two_img{display: block;}
.news_two_txt{display: block;}

.news .news_two_box{display: block;width: 100%;height: auto;float: left;
    border: 1px solid transparent;
    position: relative;
    background: #f7f7f7;
    transition: all .6s cubic-bezier(.215, .61, .355, 1) 0s;margin:30px auto;padding:20px;}
.news  .news_two_img{padding-left:0;}
.news .news_two_box img{display: block;width: 100%;}
.i_buttontext{width: 20%;margin:0 auto;border-radius: 30px;height: 30px;line-height: 30px!important;border:1px solid #ccc;text-align: center;font-style: normal;}
.news_two_box span{display: block;width: 100%;
    font-size: 17px;
    font-weight: bold;
    color: #717171;
    margin-bottom: 20px;
    transition: all .3s ease-out 0s;}
.news-time{font-size: 14px!important;font-weight: lighter!important;;}
.news_two_txt i{display: block;width: 100%;color: #A2A2A2;line-height: 24px;display: block;
    overflow: hidden;transition: all .3s ease-out 0s;font-style: normal;}
.ser_but i{height: 35px;line-height: 35px;transition: all 0.3s;}
.news .news_two_box:hover{    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.1);
    -webkit-transform: translate3d(0, -6px, 0);
    transform: translate3d(0, -6px, 0);}

.news-info {width: 100%;background: #fff;margin-bottom: 40px;}
.news-info-1{white-space: normal;line-height: 40px;font-size: 30px;text-align: center;padding:40px 0 20px 0;}
.news-info-2{white-space: normal;line-height: 40px;font-size: 14px;text-align: center;margin:40px 0;background: #f3f3f3;}
.news-info-3{font-size: 17px;line-height: 32px;margin-bottom: 40px;}
.news-info-3 img{max-width: 100%;height: auto!important;}
.news-info-4{height: auto;overflow: hidden;}
.news-info-4 li{display: block;float: left;width: 100%;line-height: 35px;border:1px solid #f3f3f3; border-radius: 17px;text-indent: 10px;margin:10px 0;transition: 0.5s ease-out}
.news-info-4 li:hover{ background: #cf0000; }
.news-info-4 li:hover a{color: #fff;}
.news-info-4 li:hover {color: #fff;}





    


/* 新闻中心 */
.news_1nr{width:100%; margin:0 auto;}
.news_1nr ul li{margin:0 0 45px 0; position:relative; padding:9px 16px 0 0; border:1px solid #c4c4c4; width:100%;}
.news_1nr ul li span{width:10%; height:120px; overflow:hidden; float:left; border-bottom:3px solid #06519f; color:#ffffff; text-align:center; background:#0963c1; position:absolute; top:-1px; left:8px;transition: all 0.4s;}
.news_1nr ul li span h1{font-size:30px; font-family:Impact; line-height:42px; padding:20px 0 10px 0; display:block;margin:0 auto;}
.news_1nr ul li a{width:100%; height:100px;display:block; font-size:15px;}
.news_1nr ul li div{width:86%; float:right;height: 75px;overflow: hidden;color: #000}
.news_1nr ul li div p{line-height:24px; font-size:13px;overflow: hidden;}
.news_1nr ul li:hover{background:#f2f2f2;}
.news_1nr ul li:hover span{background:none; border-bottom:0px; color:#06519f;transition: all 0.4s;}
#fwzc3_box .box{text-align: center;}
#fwzc3_box .box .t1{margin:20px auto;color:#1c1717;vertical-align:top;font-size:40px;line-height:50px}
#fwzc3_box .box .t2{margin:30px auto;color:#494949;text-align:center;font-size:22px;line-height:30px}
#fwzc3_box .box .t2 span{color:#db3021;font-weight:700;font-size:29px}

#fwzc3_box .box .t3{color:#898989;text-align:center;font-size:14px;padding-top:10px;padding-bottom: 30px;}
#fwzc3_box .box ul{margin:80px 0;height:68px;text-align:center}
#fwzc3_box .box ul li{display:inline-block;margin:0 10px;padding:0 10px;height:66px;border:1px solid #c3c1c1;color:#5e5f61;font-size:22px;line-height:68px}
.usinfo{margin-bottom: 40px;color:#717171;}
.usinfo li{float: left;color: #000;font-size: 14px;  padding:0 20px;}


.contact-1{border:1px solid #e1e1e1;padding:20px 30px;margin-left:-1px;margin-top: 30px;background: #f6f6f6;margin-bottom: 30px;}
.contact-1-1{line-height: 35px;color: #000;font-size: 14px;}
.contact-1-1 i{margin-right: 20px;}




.ads{padding:10px 0;width:100%;background:#0d4da3;color:#fff;}
.big-text2{z-index:3;margin:0 auto;color:#fff;text-align:center;text-transform:uppercase;font-weight:700;font-size:48px;}
.big-text2 i{padding:5px 30px;background: #ff6800;font-style: normal;}
.big-text2 span{padding:0 20px;vertical-align:bottom;font-size:73px;line-height: 73px;}
.index_title{height: 70px; line-height: 70px; background: #eeeeee; width: 100%;-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;padding:0 5%;}
.index_title .left{position: relative;color: #0a0a0a;font-size: 17px;font-weight: bold;float: left;}
.index_title .left:before{content:"";display:block;width: 6px;height: 31px; background: #e97e12;position: absolute;top:25%;left:-20%;}
.index_title .right{line-height: 70px;float: right;}
.index_title .right a{font-size:14px;color: #0a0a0a;}
.index_title .right i{color: #0a0a0a;}



.page{width:99%; height: 30px; line-height: 30px;text-align: center; margin: 12px auto;font-size: 12px; clear:both;-moz-border-radius:3px;-khtml-border-radius:3px;-webkit-border-radius:3px;border-radius:3px;border: 1px solid #d2d4d6;}
.page a{display: inline-block;height: 20px;line-height: 20px;border: 1px solid #d2d4d6;padding: 0 2px;background: #FFF;}
.page a:hover{background:#404040;color:#fff;border:none;height:20px;line-height:20px;padding:1px 3px;}
.page span.current {padding:3px 6px 3px 6px;height:18px;line-height:18px;background:#404040;color:#fff;}


@media (min-width: 768px)
{   .navbar-nav {margin: 0;text-align: center;}
    .navbar-nav > li {display: inline-block;float: none;}
    .navbar-nav > li > a {padding-top: 0;padding-bottom: 0;display: block;line-height: 60px;}


}


@media (max-width: 1200px)
{
	.product-content{width: 100%;}
	.youshi-content{width: 100%;}
	.about-content{width: 100%;}
}
@media (max-width: 768px)
{
}