@charset "utf-8";
body, html{font-size:14px;color:#333; background:#fff;min-width:1400px;font-family:"Microsoft YaHei",Tahoma, Helvetica, Arial, sans-serif;/*text-transform:capitalize;*/word-wrap:break-word;}
a{color:#333;}a:hover{color:#000;text-decoration:none;}
.ax-img img{ max-width:100%;display:inline-block;padding:4px;background-color:#fff;border:1px solid #ddd;border-radius:4px;}
.ax-container{padding-right:5px;padding-left:5px;margin-right:auto;margin-left:auto;}
.ax-container:after{content:"";clear:both;display:block;}
.ax-container{width:1200px;}

.ax-container_p5{padding-right:5%;padding-left:5%;margin-right:auto;margin-left:auto;}
.ax-container-fluid{margin-right:auto;margin-left:auto;}
.ax-row{padding-right:0px !important; padding-left:0px !important;}
@font-face{
	font-family:'Conv_DINCondensedC';
	src:url('../fonts/DINCondensedC.otf');
	src:local('☺'),
		url('../fonts/DINCondensedC.eot?#iefix') format('embedded-opentype'),
		url('../fonts/DINCondensedC.woff') format('woff'),
		url('../fonts/DINCondensedC.ttf') format('truetype'),
		url('../fonts/DINCondensedC.svg#defineName') format('svg');
	font-weight:normal;
	font-style:normal;
}
.DINCondensedC{font-family:'Conv_DINCondensedC';}
.col-lg-2dot5{position:relative;min-height:1px;padding-right:15px;padding-left:15px;}
	.col-lg-2dot5{float:left;}
	.col-lg-pull-2dot5{right:20%;}
	.col-lg-push-2dot5{left:20%;}
	.col-lg-offset-2dot5{margin-left:20%;}
	.col-lg-2dot5{width:100%;}
/* 小屏幕（平板，小于等于 768px） */
@media (min-width:767px) {
	.col-lg-2dot5{width:50%;}
}
/* 中等屏幕（桌面显示器，小于等于 992px） */
@media (min-width:991px) {
	.col-lg-2dot5{width:33.33333333%;}
}
/* 大屏幕（大桌面显示器，小于等于 1200px） */
@media (min-width:1199px) {
	.col-lg-2dot5{width:25%;}
}
/* 大屏幕（大桌面显示器，小于等于 1440px） */
@media (min-width:1439px) {
	.col-lg-2dot5{width:20%;}
}
/* 大桌面显示器，小于等于 1920px */
@media (min-width:1919px){
	.col-lg-2dot5{width:20%;}
}

.ax-transverse:before{
	content:'';display:inline-block;width:0;height:1px;background-color:rgba(255,255,255,.7);vertical-align:middle;margin-right:0;
	transition:all .3s ease 0s;
    -webkit-transition:all .3s ease 0s;
    -moz-transition:all .3s ease 0s;
}
.ax-transverse:hover:before{width:30px;margin-right:10px;}


/*pc端导航*/
.ax-head{background-color:white;border-bottom:#e5e5e5 solid 1px;box-shadow:0px 1px 10px #e5e5e5;}.ax-nav{}.ax-logo img{max-width:100%;}.ax-menu>ul.ax-container{width:auto;float:right;}
.ax-menu li{float:left;/*width:12.5%;*/}
.ax-menu li a{ display:inline-block;width:100%;text-align:center;text-transform:capitalize;}
.ax-menu li a.ax-menu-one{ height:60px; line-height:60px;padding:0 15px;}
.ax-menu li a.ax-menu-one:hover, .ax-menu li.sfhover a.ax-menu-one{color:#b30942;text-decoration:underline;}
.ax-menu li a.ax-menu-one b{font-weight:normal; position:relative;text-transform:uppercase;}
.ax-menu li a.ax-menu-one span{ position:relative;}
dl.dropdown-menu{margin:0;border-top-left-radius:0;border-top-right-radius:0; border:0; text-align:center; z-index:9;}
dl.dropdown-menu dt a, dl.dropdown-menu dd a{ display:block;line-height:40px; border-top:1px solid #e50211; color:#fff; height:40px; overflow:hidden;}
dl.dropdown-menu dt a:hover, dl.dropdown-menu dd a:hover{ background-color:#d10000;}
.dropdown-menu { background-color:rgba(209,0,0,0.9);  filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#E5d10000,endColorstr=#E5d10000); padding:0; min-width:100%;}
.dropdown-submenu{position:relative;}
.dropdown-submenu > .dropdown-menu{top:0;left:150%;margin-top:-6px;margin-left:-1px;-webkit-border-radius:0 6px 6px 6px;-moz-border-radius:0 6px 6px;border-radius:0 6px 6px 6px;}
.dropdown-submenu:hover > .dropdown-menu{display:block;}
.dropdown-submenu > a{ position:relative;}
.dropdown-submenu > a:after{position:absolute;display:block;content:" ";float:right;width:0;height:0;border-color:transparent;border-style:solid;border-width:5px 0 5px 5px;border-left-color:#ccc; right:10px; top:15px;}
.dropdown-submenu:hover > a:after{border-left-color:#fff;}
.dropdown-submenu.pull-left{float:none;}
.dropdown-submenu.pull-left > .dropdown-menu{left:-100%;margin-left:10px;-webkit-border-radius:6px 0 6px 6px;-moz-border-radius:6px 0 6px 6px;border-radius:6px 0 6px 6px;}
.ax-dropdown-menu p{text-align:center;}


/*pc端走马灯*/
.slideBox{overflow:hidden;position:relative;}
.slideBox .hd{overflow:hidden;position:absolute;right:20%;bottom:9%; z-index:1;}
.slideBox .hd ul{overflow:hidden;zoom:1;float:left;}
.slideBox .hd ul li{display:inline-block; cursor:pointer; margin:10px; width:10px; height:10px; line-height:10px; text-align:center; background-color:rgba(215,0,3,0.6); border:1px solid #B50003; color:#fff; text-indent:-12em;overflow:hidden;border-radius:10px;cursor:pointer;
	transition:all .7s;
	-moz-transition:all .7s;	/* Firefox 4 */
	-webkit-transition:all .7s;	/* Safari 和 Chrome */
	-o-transition:all .7s;	/* Opera */
}
.slideBox .hd ul li.on{background-color:rgba(215,0,3,1);width:100px;}
.slideBox .bd{position:relative;z-index:0;}
.slideBox .bd li{zoom:1;}
.slideBox .bd li a ins{display:block;width:100%;height:0;padding-bottom:27%;overflow:hidden;background-position:center center;background-repeat:no-repeat;-webkit-background-size:cover;-moz-background-size:cover;background-size:cover;}
.slideBox .bd li a ins:after{content:"";clear:both;display:block;}
.slideBox .bd li a img{display:none;}

/* 下面是前/后按钮代码，如果不需要删除即可 */
.slideBox .prev, .slideBox .next{position:absolute;left:3%;top:50%;margin-top:-25px;display:block;width:32px;height:40px;background:url(images/slider-arrow.png) -110px 5px no-repeat;filter:alpha(opacity=50);opacity:0.5;}
.slideBox .next{left:auto;right:3%;background-position:8px 5px;}
.slideBox .prev:hover, .slideBox .next:hover{filter:alpha(opacity=100);opacity:1;}
.slideBox .prevStop{display:none;}
.slideBox .nextStop{display:none;}


/*pc端小样式*/
.qimg{width:auto\9;height:auto;max-width:100%;vertical-align:middle;border:0;-ms-interpolation-mode:bicubic}
.ax-bb1sc{border-bottom:1px solid #ccc;margin-bottom:20px;}
.ax-ti0{text-indent:0 !important;}
.ax-ffss{font-family:'SimSun';font-size:xx-large;}
.ax-bgc_f1{background-color:#f1f1f1;}.ax-bgc_f4{background-color:#f4f4f4;}.ax-bgc_f5{background-color:#f5f5f5;}.ax-bgc_eb{background-color:#ebebeb;}.ax-bgc_e{background-color:#eee;}.ax-bgc_d{background-color:#ddd;}.ax-bgc_fb2{background-color:#ffbb22;}.ax-bgc_f70{background-color:#ff7700;}.ax-bgc_0bf{background-color:#00bbff;}
.ax-c_f{color:white;}.ax-c_c4{color:#c4c4c4;}.ax-c_9{color:#999;}.ax-c_f00{color:#f00;}.ax-c_f70{color:#ff7700;}.ax-c_0af{color:#0af;}
.ax-fw_100{font-weight:100;}
.ax-pt_20{padding-top:20px;}.ax-pt_40{padding-top:40px;}.ax-pt_60{padding-top:60px;}.ax-pt_80{padding-top:80px;}
.ax-pb_20{padding-bottom:20px;}.ax-pb_40{padding-bottom:40px;}.ax-pb_60{padding-bottom:60px;}.ax-pb_80{padding-bottom:80px;}
.ax-mt_20{margin-top:20px;}.ax-mt_40{margin-top:40px;}.ax-mt_60{margin-top:60px;}.ax-mt_80{margin-top:80px;}
.ax-mb_20{margin-bottom:20px;}.ax-mb_40{margin-bottom:40px;}.ax-mb_60{margin-bottom:60px;}.ax-mb_80{margin-bottom:80px;}
.ax-ttc{text-transform:capitalize;}
.ax-lh2{line-height:2;}.ax-lh2_5{line-height:2.5;}.ax-lh3{line-height:3;}
.ax-box_f70{display:inline-block;padding:15px 60px;background-color:#ff7700;color:white;border-radius:3px;line-height:1;}.ax-box_f70:hover{color:#f3f3f3;}
.ax-thumbnail img, .ax-thumbnail canvas{ padding:4px;background-color:#fff;border:1px solid #ddd;border-radius:4px;}

/* 非重合区域 start */
.ax-top{ background-color:#f7f7f7; border-bottom:1px solid #e5e5e5; /*background-image:url(../images/neiye_01.jpg); background-position:center; height:7px;*/}
.ax-top ul{ height:30px; line-height:30px; color:#434343;}
.ax-top ul li a{ color:#434343;text-transform:capitalize;}

div.search{ float:right; margin-top:35px;}
div.search .form-group, div.search .form-group .input-group{width:100%;}
.form-control_{ width:90% !important; height:40px;background-color:#e50211; border:none; border-bottom:1px solid #ed4e59; color:#fff;}
input.form-control_::-webkit-input-placeholder{color:#ed4e59;}
.input-group-addon{ width:10% !important; height:40px; background:url(../images/search.png) center no-repeat;background-size:26px 26px; border:none; border-bottom:1px solid #ed4e59;}
.input-group-addon:hover{background-color:#e50211;border-bottom-color:#ed4e59;}

.onlineService{padding:36px 0;}
.onlineService li{padding:0px 20px;overflow:hidden;}
.onlineService li p, .onlineService li h1{text-align:center;}
.onlineService li h1{margin-top:10px;}
.s_s_size{font-size:48px;font-weight:lighter;color:#05bfc6;text-align:center;}

.ax-in-title{font-size:10px;text-align:center;}
.ax-in-title p{font-size:2.4rem;letter-spacing:3px;padding:5px 20px 10px;font-weight:lighter;text-transform:uppercase;}
.ax-in-title p:before, .ax-in-title p:after{content:"";clear:both;display:block;}
.ax-in-title p:after{border-bottom:3px solid #d91636;width:60px;margin:auto;height:13px;}

.slideTxtBox{background-color:white;border:1px solid #ddd;box-shadow:0 12px 28px#e6e8ed;}
.slideTxtBox .hd{background-color:#fcfcfc;}
.slideTxtBox .hd ul{margin-top:-2px;text-transform:capitalize;}
.slideTxtBox .hd ul li{float:none;display:table-cell;width:1%;}
.slideTxtBox .hd ul li a{border:1px solid #ddd;border-right:none;padding:6px 0;display:block;text-align:center;}
.slideTxtBox .hd ul li:first-child a{border-left:none;}
.slideTxtBox .hd ul li a:hover{background-color:#eee;}
.slideTxtBox .hd ul li.on{color:#d91636;border-top:1px solid #d91636;}
.slideTxtBox .hd ul li.on a{background-color:white;border-bottom:none;}
.slideTxtBox .bd ul{zoom:1;padding:10px;display:table;width:100%;}
.slideTxtBox .bd ul li:first-child{padding-right:0px !important;padding-left:0px !important;}
.slideTxtBox .bd ul li ins.ax-bgimg{padding-bottom:50%;}
.slideTxtBox .bd ul li .slideTxtBox_txt{padding:10px 0 10px 20px;font-size:16px;color:#666;line-height:2;height:300px;overflow:hidden;}.slideTxtBox .bd ul li .slideTxtBox_txt p{padding-bottom:10px;}

.ArticleBox .hd{text-align:center;margin-bottom:20px;}
.ArticleBox .hd ul{display:inline-block;}
.ArticleBox .hd ul li{float:left;padding:0 12px;border-left:1px solid #000;}
.ArticleBox .hd ul li:first-child{border-left:none;}
.ArticleBox .hd ul li.on a, .ArticleBox .hd ul li a:hover{color:#d91636;}
.ArticleBox .bd ul:after, .ArticleBox .bd ul li .Article_specific:after{content:"";clear:both;display:block;}
.ArticleBox .bd ul li{padding-right:0px !important;padding-left:0px !important;}
.ArticleBox .bd ul li .Article_content{padding:14px 0 14px 7%;border:1px solid #f2f2f2;background-color:#fcfcfc;text-overflow:ellipsis;overflow:hidden;/*white-space:nowrap;*/min-height:273px;}
.ArticleBox .bd ul li .Article_content h4{color:#05bfc6;margin-bottom:8px;font-size:16px;font-weight:normal;}
.ArticleBox .bd ul li .Article_content p{color:#666;line-height:2;padding-left:20px;}
.ArticleBox .bd ul li .Article_content p:before{content:"";clear:both;display:block;width:3px;height:3px;border-radius:3px;background-color:#05bfc6;position:relative;top:16px;left:-15px;}
.ArticleBox .bd ul li .Article_specific{border-top:1px solid #f2f2f2;}
.ArticleBox .bd ul li .Article_specific a{display:inline-block;width:25%;float:left;}
.ArticleBox .bd ul li .Article_specific a ins.ax-bgimg{padding-bottom:60%;border-right:1px solid #f2f2f2;border-bottom:1px solid #f2f2f2;background-size:contain;}

.Service_advantage li article{text-align:center;padding:30px 20px;background-color:#fff;box-shadow:0 12px 28px #e6e8ed;min-height:330px;}
.Service_advantage li article img.s_ad_li_img{width:128px;height:128px;margin-bottom:2em;display:none;}
.Service_advantage li article h4{font-size:32px;font-weight:lighter;margin:0 0 1.6rem 0;}
.Service_advantage li article p{font-size:13px;color:#666;line-height:2;min-height:26px;}

.Quality_grade li section{box-shadow:0 12px 28px #e6e8ed;margin-bottom:72px;}
.Quality_grade li section h4{background-color:#05bfc6;color:white;padding:8px 0;text-align:center;font-weight:normal;}
.Quality_grade li section article{padding:20px 0;margin:0 20px;border-bottom:1px solid #eeeeee;min-height:230px;}
.Quality_grade li section article h5{font-weight:normal;font-size:16px;color:#05bfc6;margin:1rem 0;}
.Quality_grade li section article p{font-size:13px;color:#666;line-height:2;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;min-height:26px;}

.translation_service li section{box-shadow:0 12px 28px #e6e8ed;margin-bottom:72px;background-color:#fff;}
.translation_service li section ins.ax-bgimg{padding-bottom:60%;}
.translation_service li section h4{font-size:16px;color:#05bfc6;font-weight:normal; margin:2em 0 1.6rem 0;text-align:center;}
.translation_service li section article{padding:20px;color:#666;min-height:395px;}
.translation_service li section article hr{margin:1.6rem 0;}
.onestopservice_block{}
.onestopservice_block p{color:#666;line-height:2;padding-left:20px;}
.onestopservice_block p:before{content:"";clear:both;display:block;width:3px;height:3px;border-radius:3px;background-color:#05bfc6;position:relative;top:16px;left:-15px;}
.translation_service li section div a.t_s_libtn{background-color:#05bfc6;border-width:0;margin:0 10px;}
.translation_service li section div a.t_s_libtn:hover{box-shadow:0 0 25px #e6e8ed;}
.ax-in-tel{display:inline-block;color:#d91636;font-size:18px;text-align:left;}
.ax-in-tel i{margin-right:10px;border:2px solid #d91636;border-radius:50%;padding:5px;top:-5px;}
.ax-in-tel span{display:inline-block;line-height:1;font-weight:bold;}
.ax-in-tel span p{color:#c2c2c2;font-size:12px;font-weight:normal;}

.news_preview{margin-top:8px;padding:10px 0;border-top:1px dashed #e4e4e4;}
.newsBox{overflow:hidden;position:relative;}
.newsBox .hd{overflow:hidden;position:absolute;right:20%;bottom:0; z-index:1;}
.newsBox .hd ul{overflow:hidden;zoom:1;float:left;}
.newsBox .hd ul li{display:inline-block; cursor:pointer; margin:10px 5px; width:12px; height:12px; line-height:10px; text-align:center; background-color:rgba(255,255,255,0.9); text-indent:-12em;overflow:hidden;cursor:pointer;
	transition:all .7s;
	-moz-transition:all .7s;	/* Firefox 4 */
	-webkit-transition:all .7s;	/* Safari 和 Chrome */
	-o-transition:all .7s;	/* Opera */
}
.newsBox .hd ul li.on{background-color:rgba(215,0,3,1);width:15px;}
.newsBox .bd{position:relative;z-index:0;}
.newsBox .bd li{zoom:1;}
.newsBox .bd li a ins{display:block;width:100%;height:0;padding-bottom:70%;overflow:hidden;background-position:center center;background-repeat:no-repeat;-webkit-background-size:cover;-moz-background-size:cover;background-size:cover;}
.newsBox .bd li a ins:after{content:"";clear:both;display:block;}
.newsBox .bd li a ins span{display:block;background-color:rgba(0,0,0,0.7);padding:7px 20px;color:white;position:absolute;width:100%;bottom:0; overflow:hidden;white-space:nowrap;text-overflow:ellipsis;-o-text-overflow:ellipsis;-ms-text-overflow:ellipsis;}
.newsBox .bd li a img{display:none;}

.list_box a{display:block;margin:0 20px;padding:12px 0;border-bottom:1px dashed #e4e4e4;overflow:hidden;white-space:nowrap;text-overflow:ellipsis;-o-text-overflow:ellipsis;-ms-text-overflow:ellipsis;}
.list_box a i{color:#d91636;margin-right:8px;font-size:16px;}
.list_box a article{display:inline-block;width:80%;color:#666;overflow:hidden;white-space:nowrap;text-overflow:ellipsis;-o-text-overflow:ellipsis;-ms-text-overflow:ellipsis;vertical-align:-4px;}
.list_box a span{float:right;color:#bbb;}

.ax-in-alb li{border:1px solid #fff;}
.ax-in-alb li ins{padding-bottom:70%;}

.ax-piclist{background-color:#eee;}
.ax-piclist li.piclist-5{width:20%;float:left;}
.ax-piclist li.piclist-5 a{display:block;margin:0px 3px 7px 0;}
.ax-piclist li.piclist-5 a ins.ax-bgimg{padding-bottom:50%;}


/*pc端滑动效果*/
.picScroll-left{position:relative; margin:auto;}.picScroll-left .hd{display:none;}
.picScroll-left .hd ins{display:block;width:48%;background-color:#297ddd;color:#fff;text-align:center;border-radius:3px;}
.picScroll-left .hd ins:hover{background-color:#999;}
.picScroll-left .hd ins i{font-size:36px;}
.picScroll-left .hd .prev, .picScroll-left .hd .next{cursor:pointer;}
.picScroll-left .hd ul, .picScroll-left .hd span.pageState{display:none;}
.picScroll-left .hd ul li{}.picScroll-left .hd ul li.on{}
.picScroll-left .bd .tempWrap{}
.picScroll-left .bd ul{overflow:hidden;zoom:1;}
.picScroll-left .bd ul li{float:left;_display:inline;overflow:hidden;}
.picScroll-left .bd ul li article{display:block;margin-left:10px;margin-right:10px;}
.picScroll-left .bd ul li article ins.ax-bgimg{padding-bottom:150%;}
.picScroll-left .bd ul li article em, .picScroll-left .bd ul li article p, .picScroll-left .bd ul li article span{display:block;text-align:center;}
.picScroll-left .bd ul li article em{padding:20px 0 10px;font-weight:normal;}
.picScroll-left .bd ul li article p{padding-bottom:20px;color:#5d544e;}


/*---------------------------------------------------------------------------*/
.bdsharebuttonbox{ display:inline-block;}
/*---------------------------------------------------------------------------*/

/*新闻list*/
.list_news li{clear:both;}
.list_news li a{display:block;padding:15px 10px 15px 10px;border-bottom:1px dashed #ddd;}
.list_news li:before{content:"";}
.list_news li:after{content:"";display:inline-block;height:2px;width:3%;background-color:#ec3c42;position:relative;bottom:25px;
	transition:width 2s;
	-moz-transition:width 2s; /* Firefox 4 */
	-webkit-transition:width 2s; /* Safari and Chrome */
	-o-transition:width 2s; /* Opera */
}
.list_news li:hover:after{width:100%;
	transition:width 2s;
	-moz-transition:width 2s; /* Firefox 4 */
	-webkit-transition:width 2s; /* Safari and Chrome */
	-o-transition:width 2s; /* Opera */
}
.newslist li{ border-bottom:1px solid #d9d9d9; margin-top:10px;}
.newslist-img, .newslist-img img{ width:200px; height:137px;}
.newslist-img{ float:left; margin-right:8px;}
.newslist a:hover .newslist-img img{ background-color:#cc414c;}
.newslist-tta{ overflow:hidden;}
.ax-content h3.newslist-title{ font-size:24px; font-weight:normal; height:auto;/* white-space:nowrap;*/ margin-bottom:0;}
.ax-content h3.newslist-title:before{background-color:rgba(0, 0, 0, .7);}
.newslist-time{ float:left; height:auto; padding:0; margin:7px 25px 0 15px; background:url(../images/newdate_bg.jpg) center left no-repeat;border:0;}
.newslist-time b{ display:block; height:25px; line-height:25px; padding:0 20px 5px; color:#fff; font-weight:normal;background-color:#ec3c42;font-size:77%;}
.newslist-time span{ display:block; text-align:center; color:#b6b6b6; font-size:50px; border:1px solid #ddd;border-radius:4px 4px 0 0;}
.newslist-pic{float:left; height:auto; margin-right:7px;width:127px;}
.newslist-abstract{ text-indent:2em; height:45px; color:#666; line-height:1.2;font-size:18px;margin-top:10px;}
/*产品list*/
.ax-list_pro li{ margin-bottom:40px;}
.ax-list_pro a{ border:4px solid #cfd2d9;}
.ax-list_pro a:hover{ border-color:#ec3c42; -webkit-transform:translate3d(0, -2px, 0);transform:translate:;(0, -2px, 0);}
.ax-list_pro a img{
	-moz-transition:.5s ease-in;
	-webkit-transition:.5s ease-in;
	-o-transition:.5s ease-in;
	-ms-transition:.5s ease-in;
	transition:.5s ease-in;
}
.ax-list_pro a:hover img{
	transform:scale(1.3,1.3);
	-moz-transform:scale(1.3,1.3);
	-webkit-transform:scale(1.3,1.3);
	-o-transform:scale(1.3,1.3);
}
.ax-list_pro .t1{ position:relative;}
.ax-list_pro .t1 ins{/*padding-bottom:75%;*/background-position:top;}
.ax-list_pro .t1 p{ /*position:absolute;*/ bottom:0; font-size:9px\9; width:100%; text-transform:uppercase; background-color:rgba(0,0,0,0.5);text-indent:0;padding:8px 0;line-height:1.5;margin-bottom:0;color:#fff;text-align:center;}

.ax-content article a:hover{text-decoration:underline;}
.pshow{ width:100%; overflow:hidden;}
.pshow .ulimg, .pshow .list-none{float:left; width:50%;}
.pshow .ulimg{ margin:10px 0; max-height:370px; text-align:center;}
.pshow .ulimg img{ max-width:100%; max-height:370px;}
.list-none{ overflow:hidden; margin:10px 0px;}
.list-none li{margin-left:5%;padding-left:0.5em; border-bottom:1px dashed #ccc;position:relative;}
.list-none li:after{content:"";display:block;clear:both;}
.list-none li:nth-child(2n-1){background-color:#f5f5f5;}
.list-none li h3{ color:#666;padding:10px 0;margin-bottom:0;font-family:Arial, "microsoft yahei"; position:relative;padding-left:12px;font-size:1.8rem;}
.list-none li h3:before{content:"";position:absolute;left:2px;top:8px;bottom:8px;border-left:3px solid #e4393c;}
.list-none li span:nth-child(1){position:absolute;}
.list-none li span:nth-child(2){display:inline-block;text-indent:2.5em;}
.list-none li p{text-indent:2.5em;margin-bottom:0;}
.proTxtBox .hd{background:#f7f7f7;border-bottom:1px solid #ec3c42;position:relative;}
.proTxtBox .hd:after{content:"";display:block;clear:both;}
.proTxtBox .hd ul{float:left;/*position:absolute;left:20px;top:-1px;*/}
.proTxtBox .hd ul li{cursor:pointer;float:left;padding:3px 27px;}
.proTxtBox .hd ul li.on{background:#ec3c42;color:white;}
.proTxtBox .bd ul{zoom:1;}
#content_text{padding:55px 15px 30px;}
/*风采list*/
.ax-list li{ margin-bottom:40px;}
.ax-list a{ border:4px solid #cfd2d9;}
.ax-list a:hover{ border-color:#ec3c42; -webkit-transform:translate3d(0, -2px, 0);transform:translate:;(0, -2px, 0);}
.ax-list a img{
	-moz-transition:.5s ease-in;
	-webkit-transition:.5s ease-in;
	-o-transition:.5s ease-in;
	-ms-transition:.5s ease-in;
	transition:.5s ease-in;}
.ax-list a:hover img{
	transform:scale(1.3,1.3);
	-moz-transform:scale(1.3,1.3);
	-webkit-transform:scale(1.3,1.3);
	-o-transform:scale(1.3,1.3);
}
.ax-list .t1{ position:relative;}
.ax-list .t1 ins{padding-bottom:75%;background-position:top;}
.ax-list .t1 p{ position:absolute; bottom:0; font-size:9px\9; width:100%; text-transform:uppercase; background-color:rgba(0,0,0,0.5);text-indent:0;padding:8px 0;line-height:1.5;margin-bottom:0;color:#fff;text-align:center;}
.ax-list a .t2{ background-color:#fff;}
.ax-list a:hover .t2{ background-color:#ec3c42;}
.ax-list a .t2 h3, .ax-list a .t2 span{ padding-right:10px;}
.ax-list a:hover .t2 h3, .ax-list a:hover .t2 span{ color:#fff;}
.ax-list .t2{ text-align:right; padding-left:20%;}
.ax-list .t2 h3{ border-bottom:1px solid #ddd; font-size:18px; line-height:34px;}
.ax-list h3, .ax-list h4{ font-weight:normal;}
.ax-list .t2 span{ font-size:16px; line-height:28px; font-style:italic; color:#aaa;}
.ax-list .t2 h4{ line-height:2; color:#aaa; display:block; height:20px;}
.ax-list a:hover .t2 h4{ color:#666;}

/*相册*/
.picFocus{zoom:1;}
.picFocus:after, .picFocus-left:after{content:"";display:block;clear:both;}
.picFocus .bd{display:block;}
.picFocus .bd .tempWrap{}
.picFocus .bd dl dd{display:table;}
.picFocus .bd dl dd ins{display:table-cell;vertical-align:middle;height:480px;}
.picFocus .bd img{max-height:480px;display:block;margin:auto;}
.picFocus .hd{}
.picFocus-left{}
.picFocus-left .left_hd{position:relative;}
.picFocus-left .left_hd a, .picFocus-left .left_hd a{display:inline-block;position:absolute;z-index:1;width:20px;height:50px;top:10px;}
.picFocus-left .left_hd a.prev{left:-20px;}
.picFocus-left .left_hd a.next{right:-20px;}
.picFocus-left .left_hd a i{font-size:50px;}
.picFocus-left .left_hd ul, .picFocus-left .left_hd .pageState{display:none;}
.picFocus-left .left_hd ul li{float:left;}
.picFocus-left .left_bd .tempWrap{}
.picFocus-left .left_bd ul.picList li article{margin-left:5px;margin-right:5px;display:block;cursor:pointer;}
.picFocus-left .left_bd ul.picList li article ins{padding-bottom:60%;}
.picFocus-left .left_bd ul.picList li.on article{border-color:#297ddd;}


/*联络*/
.ax-contact{background-color:#f6f6f6;padding:90px 45px 80px;}

/*left侧边right*/
.left-body{color:#5d5d5a;text-transform:capitalize;}
.ax-left-width{font-size:16px;}
.ax-left-top-pa{/* position:absolute;*/ top:-100px; z-index:7;}
.ax-left-top{border:1px solid #d6d8d7;}
.ax-left-top-title{overflow:hidden;}
.ax-left-top-title strong, .ax-left-top-title span{ display:block; color:#666;}.ax-left-top-title span{color:rgba(147,147,147,0.5);font-size:70px;margin-top:-25px;margin-left:-6px;text-transform:capitalize;display:none;}
.ax-left-top-title strong{font-weight:normal;cursor:pointer;padding:14px 30px;}
.ax-left-top-menu a{border-top:1px solid #d6d8d7;}
.ax-left-top-content{background-color:#f5f5f5;border:1px solid #dcdfde;border-bottom:none;}
.ax-left-top-content strong, .ax-left-top-content span{ color:#666;}.ax-left-top-content span{font-size:18px;margin-top:0;}
.ax-left-pro_content{background-color:#297ddd;border-radius:3px 3px 0 0;}
.ax-left-pro_content strong{color:white;}
.ax-left-pro_content span{color:rgba(60, 167, 251, 0.5);}
.ax-left-top dd img{ max-width:100%;}
.ax-left-top dd a{ display:block; position:relative; z-index:7;overflow:hidden;}
.ax-left-top dd a span{display:block;z-index:9;padding:14px 30px;}
.ax-left-top dd a:hover span, .ax-left-top dd a.on span{color:#ec3c42;background-color:#f5f5f5 !important;}
.ax-left-top dd a.menu_two{line-height:30px;margin:10px 0;}
.ax-left-top dd a.menu_two span{font-size:16px;background-color:#e2e2e2;}
.ax-left-top dd.ax-left-pro_menu a span{padding:4% 0 4% 10%;text-align:left;}
.ax-left-top dd.ax-left-pro_menu a.menu_two{}
.ax-left-top dd.ax-left-pro_menu a.menu_two span{padding:3% 0 3% 10%;}
.ax-left-top dd.ax-left-pro_menu a.menu_three{margin:5px 0;}
.ax-left-top dd.ax-left-pro_menu a.menu_three span{padding:2% 0 2% 10%;font-size:14px;background-color:#d2d2d2;}
.ax-left-top dd a.on span{border-right:4px solid #ec3c42;}
.ax-left-content{ display:block; border:1px solid #f2f2f2; border-top:none; overflow:hidden; padding:10px; white-space:break-word;font-size:16px;}
.ax-left-content p{ display:inline-block;}


/*内页公共区域*/
.body-title{padding-top:30px;margin-bottom:40px;}
.left-title{padding-right:15px;padding-left:15px;}
.img-title{display:none;color:rgba(0,0,0,0.9);font-size:70px;margin-top:-25px;margin-left:-6px;text-transform:capitalize;font-weight:700;width:auto;height:90px;overflow:hidden;}
.explain-title{display:inline-block;margin-left:10px;text-transform:capitalize;}
.explain-title h2{font-size:30px;font-weight:normal;}
.explain-title p{text-transform:uppercase;}
.right-body{border:1px solid #dcdfde;padding:30px;line-height:30px;font-size:14px;overflow:hidden;}
.ax-title{position:absolute;top:-30px;right:40px;font-size:16px;color:#464345;line-height:30px;text-transform:capitalize;}
.ax-title a{ color:#888;padding-right:10px;}
.ax-title a:hover{ color:#333; text-decoration:underline;}
.ax-title_x{line-height:51px;}.ax-title_x a{color:#666;}
.ax-title_xg{ display:inline-block; float:left; padding-left:20px;padding-right:10px; font-size:22px; color:#ec3c42; }
.ax-title_xg:after{content:"";display:block;border-bottom:3px solid #ec3c42;margin-top:-1px;width:140%;margin-left:-20%;}
.ax-title_xg i{margin-right:20px;top:7px;}
.ax-title_xg i:before{font-size:30px;}
.ax-xiangguan article a{ display:block; border-bottom:1px dashed #ccc; padding:5px 10px;}
.ax-xiangguan article a:hover{ border-bottom-style:solid;}
.ax-tag span{float:right;}
.ax-content-title{margin-bottom:20px;padding-bottom:14px;color:#ec3c42;border-bottom:1px dashed #949294;position:relative;}
.ax-content-title h3{font-weight:normal;text-transform:capitalize;}

.ax-content{ margin:0 15px; /*line-height:2; word-break:break-all;*/font-size:18px;text-align:justify;}
.ax-content img{ max-width:100%;display:inline-block;}
.ax-content p{text-indent:2em;margin-bottom:5px;}
.ax-content p img:nth-child(1){margin-left:-2em;}
.ax-content .t_1{border-bottom:1px solid #ccc;}
.ax-content h3{font-weight:normal;margin-bottom:20px;}
.ax-content table{margin:10px auto 20px;}
.ax-content table tbody{}
.ax-content table tr.firstRow{background-color:#f7f7f7;border-top:2px solid #bbb;}
.ax-content table tr th, .ax-content table tr td{border:1px solid #ddd;padding:8px 10px;}
.ax-content table tr th{font-weight:bold;}
.ax-content table tr td{}

/*pc端底部样式*/
.ax-links a{ padding:5px 10px; border:1px dashed #ccc; margin:5px 10px; line-height:37px; text-shadow:1px 1px 0 #fff;}.ax-links a:hover{ background-color:#ccc;}

.ax-footmenu{border-top:2px solid #d91636;}.ax-footmenu a{}.ax-footmenu a:hover{}
.ax-footmenu ul{border-bottom:1px solid #ccc;text-align:center;}
.ax-footmenu ul dl{display:inline-block;}
.ax-footmenu dt a{display:inline-block;padding-bottom:10px;margin-bottom:15px;font-weight:normal;}
.ax-footmenuleft{padding-right:5%;margin-bottom:5%;}
.ax-footTel{text-align:left;}
.ax-footTel .ax-in-tel i{top:-11px;}
.ax-footTel .ax-in-tel span{font-size:24px;}
.ax-footmenuleft dd{line-height:2;}
.ax-footmenuright{width:10%;min-width:90px;height:auto;margin:0 26px;vertical-align:top;color:#666;padding-top:20px;text-align:left;text-transform:capitalize;}
.ax-footmenuright dt{font-size:16px;margin:0 0 6px 0;padding:0 0 8px 0;color:#000;border-bottom:1px dashed #999;font-weight:normal;}
.ax-footmenuright dd a{display:inline-block;width:100%; color:#919399;height:25px;line-height:25px;}

.ax-qrcode{padding-right:30px;}
.ax-qrcode span{display:inline-block;margin-right:20px;text-align:center;}
.ax-qrcode span img{width:110px;}
.ax-qrcode span p{color:#999;}

.ax-copyright{ border-bottom:none !important;}
.ax-copyright li{ padding:10px 0px;}
.ax-copyright li ins{ display:inline-block; margin-right:30px; color:#c0c0c0;}
.ax-copyright p{ padding:10px 0px; color:#919399;}
.ax-copyright li p a{ color:#ccc;}
.ax-copyright li p a:hover{ color:#888; transition:all .5s; -moz-transition:all .5s; /* Firefox 4 */ -webkit-transition:all .5s; /* Safari 和 Chrome */ -o-transition:all .5s; /* Opera */ -moz-box-shadow:0 5px 10px rgba(0,0,0,0.5);-webkit-box-shadow:0 5px 10px rgba(0,0,0,0.5);box-shadow:0 5px 10px rgba(0,0,0,0.5);}
.ax-copyright li ins img{vertical-align:baseline;}
.ax-footer{ background-color:#0f141a; color:#919399; line-height:2;}
.ax-footer a{ color:#919399;}

/* 非重合区域 end */
@media screen and (min-width:450px){
	.ax-beijing{background:url(../images/contact-bg.jpg) center bottom no-repeat;}
	.ax-beijing{padding:20px 30px 430px 10px;}
}
.ax-contact-beijing{position:relative;}
.ax-contact-beijing:after{content:"";display:none;width:525px;height:595px; background:url(../images/contactus-bg.png) right bottom no-repeat;position:absolute;top:90px;right:0;}
p.t_tools1{ margin:auto; font-size:14px;padding-top:20px; clear:both; text-transform:capitalize; text-align:center;}p.t_tools1 span{font-family:Georgia;}p.t_tools1 a{ color:#000;}

#ax-list a .video_item:before{content:"";display:block;position:absolute;width:100%;padding-bottom:80%;background-color:rgba(0, 0, 0, 0.3); background-image:url(../images/play.png);background-position:center;background-repeat:no-repeat; background-size:30%;}
#ax-list a:hover .video_item:before{background-image:url(../images/play_h.png);}
#ax-list a .video_item img.video_img{position:absolute;z-index:7;background-color:transparent; width:100%;height:100%;}
#content_text iframe.Vqqcom, #content_text iframe.Vyoukucom{width:100%;min-height:598px;}

/*分页按钮*/
#flip{ color:#666;}
#flip .digg4{ font-family:'microsoft yahei'\5FAE\8F6F\96C5\9ED1,'simsun'b8b\4f53,arial;}
#flip .digg4 span,#flip .digg4 a{ border:1px solid #ddd; padding:2px 5px 2px 5px; color:#aaa; margin:2px; text-decoration:none;}
#flip .digg4 strong{ border:1px solid #ddd; padding:2px 5px 2px 5px; color:#8d022f; margin:2px; text-decoration:none;}

/*上下篇*/
.met_page{ text-align:left;}
.met_page strong{margin-right:15px;}

.prolist_page{ width:300px; height:300px; margin:10px;}
.prolist_page a{ height:298px; line-height:298px; display:block; margin:auto; text-shadow:1px 1px #ec421c; border:1px dashed #000;}
.prolist img{ margin:auto; max-height:298px; max-width:298px;}

/*分页*/
.pages{padding:10px; text-align:center;}
.pages a, .pages span{margin:0 5px;}
/*翻页*/
#flip{ margin:15px 0;}
/*在线留言*/
#messagelist{ padding:15px;}
#messagelist .metlist{ margin-bottom:10px; border:6px solid #dedede; padding:5px;}
#about #messagelist dl.metlist{ width:685px; height:auto; margin-bottom:10px;}
#messagelist .metlist dt{ background:url(../images/message.gif) no-repeat left center; border-bottom:1px dotted #dedede; padding:4px 0px 4px 20px; margin-bottom:5px;}
#messagelist .metlist dt.title { height:30px; line-height:30px; width:660px; padding-top:4px;}
#messagelist .metlist dt span.name{ color:#2c7199; font-size:12px;}
#messagelist .metlist dt span.time{ padding-left:8px; color:#999; font-size:12px;}
#messagelist .metlist dt span.tt{ float:right; padding-right:5px;}
#messagelist .metlist dd.info span.tt{ display:none; clear:both;}
#messagelist .metlist dd.info span.text{ display:block; line-height:1.5; padding:8px 5px;}
#about #messagelist .metlist dd.info, #about #messagelist .metlist dd.reinfo{ width:685px; height:auto; background:none;}
#messagelist .metlist dd.reinfo span.tt{ background:url(../images/admin.gif) no-repeat left 3px; display:block; border-bottom:1px dotted #dedede; padding:2px 0px 2px 20px; margin:0px 0px 5px;color:#2c7199;}
#messagelist .metlist dd.reinfo span.text{ display:block; line-height:1.5; padding:8px 5px;}
#messagelist .ctitle{ margin:10px 0px 10px; padding:5px 20px; background:url(../images/dt-7.gif) no-repeat left center; *background-position:left 17px; font-size:14px; border-bottom:1px dotted #ccc; text-align:left;}
#messagelist table{ margin:0px auto;}
#messagetable{ padding:15px;}
#messagetable table{ margin:0px auto;}
/*在线反馈*/
#feedback{ padding:15px;}
#feedback table{ margin:0px auto;}

/*翻页样式*/
.metpager_1{ text-align:center;}
.metpager_2{ text-align:center;}
.metpager_3{ text-align:center;}

.digg4{ padding:3px; margin:3px; text-align:center; font-family:Verdana, Arial, Helvetica, sans-serif; font-size:12px; }
.digg4 a,.digg4 span.miy{ margin:2px; text-decoration:none;}
.digg4 .disabledfy{ font-family:Tahoma, Verdana;}

.metpager_4 a,.metpager_4 span.miy{ border:1px solid #aaaadd; padding:2px 5px 2px 5px; color:#009;}
.metpager_4 a:hover { border:1px solid #009; color:#000;}
.metpager_4 a:active {border:1px solid #009; color:#000;}
.metpager_4 span.current { border:1px solid #009; background-color:#009; padding:2px 5px 2px 5px; margin:2px; color:#FFFFFF; text-decoration:none;}
.metpager_4 span.disabled { border:1px solid #eee; padding:2px 5px 2px 5px; margin:2px; color:#ddd;}

.metpager_5 a,.metpager_5 span.miy{ border:1px solid #ccdbe4; padding:2px 8px 2px 8px; color:#0061de; }
.metpager_5 a:hover { border:1px solid #2b55af; color:#fff; background-color:#3666d4;}
.metpager_5 a:active {border:1px solid #009; color:#000;}
.metpager_5 span.current { padding:2px 8px 2px 8px; margin:2px; color:#000; text-decoration:none;}
.metpager_5 span.disabled { border:1px solid #ccdbe4; padding:2px 8px 2px 8px; margin:2px; color:#ddd;}

.metpager_6{ color:#ff6500; }
.metpager_6 a,.metpager_6 span.miy{ border:1px solid  #ff9600; padding:2px 7px 2px 7px; background-position:50% bottom; color:#ff6500; background-image:url(../images/page/page6.jpg);}
.metpager_6 a:hover { border:1px solid #ff9600; color:#ff6500; background-color:#ffc794;}
.metpager_6 a:active {border:1px solid #ff9600; color:#ff6500; background-color:#ffc794;}
.metpager_6 span.current {border:1px solid #ff6500; padding:2px 7px 2px 7px; margin:2px; color:#ff6500; background-color:#ffbe94; text-decoration:none;}
.metpager_6 span.disabled { border:1px solid #ffe3c6; padding:2px 7px 2px 7px; margin:2px; color:#ffe3c6;}

.metpager_7 a,.metpager_7 span.miy{ border:1px solid  #2c2c2c; padding:2px 5px 2px 5px; background:url(../images/page/page7.gif) #2c2c2c; color:#fff;}
.metpager_7 a:hover { border:1px solid #aad83e; color:#fff;background:url(../images/page/page7_2.gif) #aad83e;}
.metpager_7 a:active { border:1px solid #aad83e; color:#fff;background:url(../images/page/page7_2.gif) #aad83e;}
.metpager_7 span.current {border:1px solid #aad83e; padding:2px 5px 2px 5px; margin:2px; color:#fff;background:url(../images/page/page7_2.gif) #aad83e; text-decoration:none;}
.metpager_7 span.disabled { border:1px solid #f3f3f3; padding:2px 5px 2px 5px; margin:2px; color:#ccc;}

.metpager_8 a,.metpager_8 span.miy{ border:1px solid #ddd; padding:2px 5px 2px 5px; color:#aaa;}
.metpager_8 a:hover { border:1px solid #a0a0a0; }
.metpager_8 a:hover { border:1px solid #a0a0a0; }
.metpager_8 span.current {border:1px solid #e0e0e0; padding:2px 5px 2px 5px; margin:2px; color:#aaa; background-color:#f0f0f0; text-decoration:none;}
.metpager_8 span.disabled { border:1px solid #f3f3f3; padding:2px 5px 2px 5px; margin:2px; color:#ccc;}

.metpager_9 a,.metpager_9 span.miy{ border:1px solid #ddd; padding:2px 5px 2px 5px; color:#88af3f; } 
.metpager_9 a:hover { border:1px solid #85bd1e; color:#638425; background-color:#f1ffd6; } 
.metpager_9 a:hover { border:1px solid #85bd1e; color:#638425; background-color:#f1ffd6; } 
.metpager_9 span.current {border:1px solid #b2e05d; padding:2px 5px 2px 5px; margin:2px; color:#fff; background-color:#b2e05d; text-decoration:none;} 
.metpager_9 span.disabled { border:1px solid #f3f3f3; padding:2px 5px 2px 5px; margin:2px; color:#ccc;} 

