html{-ms-text-size-adjust:100%;-webkit-text-size-adjust:100%;line-height:1.15;-webkit-tap-highlight-color: rgba(0,0,0,0);}
body{margin:0;font-family: "Microsoft Yahei",PingFangSC-Regular,"Helvetica Neue",Helvetica,Arial,"Hiragino Sans GB","Heiti SC","WenQuanYi Micro Hei",sans-serif;line-height: 1.42857143;font-size: 14px;min-width: 1200px;background: #fff;color: #333;}
h1{font-size:2em;margin:.67em 0;}
figure{margin:1em 40px;}
hr{-webkit-box-sizing:content-box;box-sizing:content-box;height:0;overflow:visible;}
a{-webkit-text-decoration-skip:objects;background-color:transparent;}
abbr[title]{border-bottom:none;-webkit-text-decoration:underline dotted;text-decoration:underline dotted;}
b,strong{font-weight:bolder;}
dfn{font-style:italic;}
mark{background-color:#ff0;color:#000;}
small{font-size:80%;}
sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline;}
sub{bottom:-.25em;}
sup{top:-.5em;}
audio:not([controls]){display:none;height:0;}
img{border-style:none;}
svg:not(:root){overflow:hidden;}
button,input,optgroup,select,textarea{line-height:1.42857143;margin:0;outline: none;}
body, button, input, select, textarea {text-rendering: optimizeLegibility;-webkit-font-smoothing: antialiased;-moz-osx-font-smoothing: grayscale;-moz-font-feature-settings: "liga","kern";}
button,input{overflow:visible;}
button,select{text-transform:none;}
button,html [type=button],/* 1 */
[type=reset],[type=submit]{-webkit-appearance:button;}
button::-moz-focus-inner,[type=button]::-moz-focus-inner,[type=reset]::-moz-focus-inner,[type=submit]::-moz-focus-inner{border-style:none;padding:0;}
button:-moz-focusring,[type=button]:-moz-focusring,[type=reset]:-moz-focusring,[type=submit]:-moz-focusring{outline:1px dotted ButtonText;}
fieldset{padding:.35em .75em .625em;}
legend{-webkit-box-sizing:border-box;box-sizing:border-box;color:inherit;display:table;max-width:100%;padding:0;white-space:normal;}
progress{display:inline-block;vertical-align:baseline;}
textarea{overflow:auto;}
[type=checkbox],[type=radio]{-webkit-box-sizing:border-box;box-sizing:border-box;padding:0;}
[type=number]::-webkit-inner-spin-button,[type=number]::-webkit-outer-spin-button{height:auto;}
[type=search]{-webkit-appearance:textfield;outline-offset:-2px;}
[type=search]::-webkit-search-cancel-button,[type=search]::-webkit-search-decoration{-webkit-appearance:none;}
::-webkit-file-upload-button{-webkit-appearance:button;font:inherit;}
summary{display:list-item;}
article,aside,footer,header,nav,section,figcaption,figure,main,details,/* 1 */
menu{display:block;}
pre,code,kbd,samp{font-family:monospace, monospace;font-size:1em;}
audio,video,canvas{display:inline-block;}
template,[hidden]{display:none;}
input{ padding-top:0; padding-bottom:0; border:none;}
.clearfix{zoom:1;}
.clearfix:before,.clearfix:after{display:table;line-height:0;content:"";}
.clearfix:after{clear:both;}
a {color: #333;text-decoration: none;}
a:hover {color: #dd0000;}
ul {margin: 0;list-style: none;padding: 0;}
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, textarea, p, blockquote, th, td {
    margin: 0;
    padding: 0;
}
address, caption, cite, code, dfn, em, th, var {
    font-style: normal;
    font-weight: normal;
}
img { max-width: 100%; height: auto; vertical-align: top; -ms-interpolation-mode: bicubic; border: 0 ;}
.fl{float: left;display: inline;}
.fr{float: right;display: inline;}

.m-txt1{
	overflow: hidden;
	margin-top: 5px;
	margin: 0;
	/*padding-left: 38px;*/
}
.m-txt1 .tit{
	font-size: 16px;
	padding-bottom: 9px;
	margin-bottom: 9px;
	border-bottom: 1px dotted #a9a9a9;
	font-weight: 600;
}
.m-txt1 .txt{
	/*margin-right: 100px;*/
}
.m-txt1 .txt p{
	line-height: 28px;
	margin-bottom: 10px;
	font-size: 14px;
	color: #2f2f2f;
}

.m-txt1 .btn{
	display: block;
	width: 98px;
	height: 32px;
	line-height: 32px;
	padding-left: 15px;
	background-color: #258C44;
	color: #fff;
	border-radius: 5px;
}
.m-txt1 .btn:hover{
	background-color: #444;
}
.m-txt1 .btn span{
	display: block;
	padding-left: 15px;
	background-repeat: no-repeat;
	background-position: left center;
	background-image: url(../images/btn-r.png);
}


#message {
	position: fixed;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	z-index: 1000;
	transform: scale(0);
	transition: .3s;
}
.messagebg {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,.6);
	z-index: 1001;
}
#message .m-content {
	margin-top: 10%;
}
#message .m-content .m-message{
	background: #fff;
	width: 580px;
    background: #fff;
    padding: 50px;	
    margin: 0 auto;
    position: relative;
    z-index: 1002;
    box-shadow: 1px 1px 50px rgba(0,0,0,.3);
}



.m-message{

    width: 494px;

    margin: 48px auto 0;

}

.m-message label{

    margin-bottom: 15px;

    display: block;

    font-size: 14px;

}

.m-message label em{

    display: block;

    float: right;

    color: red;

    height: 32px;

    line-height: 32px;

}

.m-message label span{

    width: 70px;

    height: 34px;

    line-height: 34px;

    color: #2F2F2F;

    float: left;

    font-weight: bold;

    text-align: right;

    margin-right: 30px;

    display: inline-block;

}



.m-message label input.inp,.m-message label textarea,.m-message label.code input{

    width: 73%;

    overflow: hidden;

    height: 32px;

    line-height: 32px;

    border: #cccccc 1px solid;

    border-radius: 3px;

    padding:0 14px;

    box-sizing: border-box;

    color: #555;

    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);

          box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);

  -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;

       -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;

          transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;

}

.m-message label input:focus,.m-message label textarea:focus{

    border-color: #66afe9;

  outline: 0;

  -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(247, 150, 0, .6);

          box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(247, 150, 0, .6);

}

.m-message label textarea{

    height: 72px;

    line-height: 24px;

    padding:10px 14px;

}

.m-message label.code{

    line-height: 34px;

}

.m-message label.code input{

    width: 30%;

    float: left;

    margin-right: 30px;

}

.m-message label.code .pic {

    display: inline-block;

    vertical-align: top;

    width: 80px;

    height: 32px;

}

.m-message label.code img{

    display: block;

    width: 100%;

    height: 100%;

}

.btn {
    display: block;
    /*width: 90px;*/
    /*height: 32px;*/
    line-height: 32px;
    padding-left: 15px;
    background-color: #dd0000;
    color: #fff;
    margin-top:10px;
}
.btn:hover{
	background-color: #444;
	color: white;
}

.btn span {
    display: block;
    padding-left: 15px;
    background-repeat: no-repeat;
    background-position: left center;
    background-image: url(../images/btn-r.png);
}


.btn-1 input{

    width: 52px;

    height: 32px;

    line-height: 32px;

    background: #e8e8e8;

    border: none;

    color: #333;

    margin-right: 22px;

    cursor: pointer;

    transition: 0.3s;

}

.btn-1{

    padding-left: 100px;

}

.btn-1 input.focus{

    background: #dd0000;

    color: #fff;

}

.btn-1 input.focus:hover{

    background: #444;

}

.btn-1 input:hover{

    background: #ccc;

}

/*客服*/
.kf {
    width: 208px;
    position: fixed;
    /* right: 20px; */
    right: -208px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    z-index: 999;
}
.kt-top {
    height: 40px;
    line-height: 40px;
    background: url("../images/kefu.png") 12px center no-repeat #258C44;
	-o-background-size: auto 20px;
	-ms-background-size: auto 20px;
	-moz-background-size: auto 20px;
	-webkit-background-size: auto 20px;
	background-size: auto 20px;
    padding-left: 46px;
    font-size: 14px;
    color: #fff;
}
.kt-top span:hover{
      transform: rotate(90deg);
}
.kt-top span {
    width: 18px;
    height: 16px;
    float: right;
    position: relative;
    margin: 10px 10px 0px 0px;
    cursor: pointer;
    transition: 0.5s;
    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    -ms-transition: 0.5s;
    -o-transition: 0.5s;
}
.kt-top span b {
    width: 100%;
    height: 2px;
    background: #fff;
    display: block;
    position: absolute;
    top: 50%;
    left: 0;
}
.kt-top span b:first-child {
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
}
.kt-top span b:last-child {
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
}
.kf .con {
    overflow: hidden;
    background: #fff;
}
.kf .qq li {
    height: 36px;
    line-height: 36px;
    border-bottom: #f5f5f5 solid 1px;
    padding-left: 16px;
}
.kf .qq li a {
    height: 36px !important;
    color: #666;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    text-decoration: initial;
    display: block;
}
.kf .qq li a img{
    padding-right: 6px;
}
.kf .con h5{
    height: 26px;
    line-height: 26px;
    margin-top: 12px;
    background: url('../images/lianxi.png') 16px center no-repeat;
    padding-left: 45px;
    color: #666;
    font-size: 14px;
    margin-bottom: 0;
}
.kf .contact {
    margin-top: 1px;
}
.kf .contact p{
    height: 26px;
    line-height: 26px;
    color: #666;
    font-size: 14px;
    padding-left: 22px;
    margin: 0;
}
.kf .contact p:nth-child(2n){
    padding-left: 32px;
}
.kf .con h5.qr-icon{
    background: url('../images/erweima.png') 16px center no-repeat;
}
.kf .con .qr{
    margin-top: 10px;
    padding-left: 40px;
}
.kf .con .qr img{
    width: 110px;
    height: 110px;
}
.kf .backTop{
    width: 100%;
    height: 40px;
    margin-top: 10px;
    background: url('../images/huidaodingbu.png') center center no-repeat #258C44;
    background-size: 18px auto;
    cursor: pointer;
}
.kf-side{
    padding: 18px 10px 10px;
    background: #258C44;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    left: -34px;
    cursor: pointer;
}
.kf-side b{
    display: block;
    color: #fff;
    line-height: 18px;
    font-size: 14px;
    font-weight: normal;
}
.kf-side span.arrow{
    width: 12px;
    height: 12px;
    background: url('../images/jt-1.png') no-repeat;
	-o-background-size: auto 12px;
	-ms-background-size: auto 12px;
	-moz-background-size: auto 12px;
	-webkit-background-size: auto 12px;
	background-size: auto 12px;
    display: block;
    margin-top: 10px;
}
.kf-side span.on{
    background: url('../images/jt-2.png') no-repeat;
    -o-background-size: auto 12px;
    -ms-background-size: auto 12px;
    -moz-background-size: auto 12px;
    -webkit-background-size: auto 12px;
    background-size: auto 12px;
}


.container {width: 1200px;margin: 0 auto;}
.container1 {width: 1440px;margin: 0 auto;}

.img-center {text-align: center;font-size: 0;}
.img-center img {display: inline-block;width: auto;height: auto;max-width: 100%;max-height: 100%;vertical-align: middle;}

.dropdown {position: relative;}
.dropdown-box {position: absolute;left: 0;top: 100%;z-index: 10;width: 100%;display: none;overflow: hidden;}
.dropdown-box li {border-top: 1px solid #fff;text-align: center;}
.dropdown-box li a {display: block;line-height: 40px;color: #333;}
.dropdown.open .dropdown-box {display: block;}

.kefu{position:fixed;right:-170px;top:50%;z-index:900;}
.kefu li a{text-decoration:none;}
.kefu li{margin-top:1px;clear:both;height:71px;position:relative;}
.kefu li i{background:url(../images/fx.png) no-repeat;display:block;width:30px;height:27px;margin:0 auto;text-align:center;}
.kefu li p{height:20px;font-size:14px;line-height:20px;overflow:hidden;text-align:center;color:#fff;margin: 0;}
.kefu .kefu-qq i{background-position:4px 5px;}
.kefu .kefu-tel i{background-position:0 -21px;}
.kefu .kefu-liuyan i{background-position:4px -53px;}
.kefu .kefu-weixin i{background-position:-34px 4px;}
.kefu .kefu-weibo i{background-position:-30px -22px;}
.kefu .kefu-ftop{display:none;}
.kefu .kefu-ftop i{width:33px;height:35px;background-position:-27px -51px;}
.kefu .kefu-left{float:left;width:77px;height:47px;position:relative;}
.kefu .kefu-tel-right{font-size:16px;color:#fff;float:left;height:24px;line-height:22px;padding:0 15px;border-left:1px solid #fff;margin-top:14px;}
.kefu .kefu-right{width:20px;}
.kefu .kefu-tel-main{background:#dd0000;color:#fff;height:56px;width:247px;padding:9px 0 6px;float:left;}
.kefu .kefu-main{background:#dd0000;width:97px;height:56px;position:relative;padding:9px 0 6px;float:left;}
.kefu .kefu-weixin-pic{position:absolute;left:-130px;top:-24px;display:none;z-index:333;}
.kefu-weixin-pic img{width:115px;height:115px;}

.yunu-header {padding: 0px 0; position: absolute;z-index: 1000; left: 0; right: 0; margin: auto; border-bottom: 1px solid #fff;}
.yunu-header #logo{padding:10px 0;}
.yunu-header .logo {float: left;padding: 20px 30px 20px 0;}
.yunu-header .logo img {display: block;height: auto;width: auto;}
.yunu-header .text {float: left;font-size: 30px;margin: 20px 0 0 0;color: #dd0000;line-height: 1;padding-left: 30px;}
.yunu-header .text strong {display: block;font-size: 28px;color: #333;margin-bottom: 5px;}
.yunu-header .tel {float: right;background: url(../images/tel.png) no-repeat 0 center;padding-left: 65px;margin-top: 20px;}
.yunu-header .tel strong {display: block;font-size: 28px;line-height: 1;margin-top: 5px;}

.yunu-header .seach_btn{cursor: pointer;background: url(../images/search-ico.png) no-repeat center;width:30px;height:30px;padding:45px 0;position: relative;}
.yunu-header .seach_btn .search{background:#dd0000;position: absolute;top:100px;right:0;overflow: hidden;height: 40px;width: 250px;-webkit-box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.5);box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.5);border-radius: 20px;margin: 0px 0px 0px -146px;display: none;}
.yunu-header .seach_btn .search .search_txt{width: 180px;float: left;text-indent: 12px;padding: 11px 0;background: #fff;font-size: 15px;color: #222;}
.yunu-header .seach_btn .search .search_btn{width: 60px;float: left;height: 40px;line-height: 40px;background: #dd0000 url(../images/search-ico.png) 50% 50% no-repeat;background-size: 24px auto;}
.yunu-header .seach_btn:hover .search{display: block;}

.top{height: 36px;line-height: 36px;color: #666; border-bottom: 1px solid #e2e2e2; background: #eeeeee;}
.top a{padding: 5px 8px; color: #666;}
.top .fr{ position:relative;}
.top .fr img{position:relative; top:3px; margin-right: 4px; }

.yunu-nav {float: left;}
.yunu-nav ul {padding-left: 2px;}
.yunu-nav li {float: left;position: relative;margin-left: -2px;}
.yunu-nav li.xian:hover:after,.yunu-nav li.active:after,.yunu-nav li.open:after {position: absolute;width: 50%;height: 3px;content: "";text-align: center;left: 0;right: 0;top: 119px;background: #ee1c23;margin: 0 auto;}
.yunu-nav li a {display: block;font-size: 20px;font-weight: bold;text-align: center;padding: 0 30px;color: #fff;line-height: 120px;position: relative;}
/* .yunu-nav li a:hover,.yunu-nav li.active a,.yunu-nav li.open a {background-color: #db181a;color: #fff;} */
.yunu-nav .dropdown-box {padding-left: 0;}
.yunu-nav .dropdown-box li {background: none;float: none;padding: 0;margin: 0;}
.yunu-nav .dropdown-box li:before {display: none;}
.yunu-nav .dropdown-box li a {color: #fff;padding: 6px 2px;line-height: 2;font-size: 14px;font-weight: normal;background-color: rgba(255,255,255,0.9); color: #333;}
.yunu-nav .dropdown-box li a:hover {color: #333;background: #fff;}

.yunu-slideBox {height: auto;position: relative;overflow: hidden;}
.yunu-slideBox .hd {position: absolute;bottom: 20px;font-size: 0;left: 0;width: 100%;text-align: center;z-index: 2;}
.yunu-slideBox .hd li {display: inline-block;width: 10px;height: 5px;margin: 0 5px;background-color: rgba(255,255,255,0.5);cursor: pointer;}
.yunu-slideBox .hd li.on {background-color: #fff;}
.yunu-slideBox .bd,.yunu-slideBox .bd ul,.yunu-slideBox .bd li {width: 100% !important;height: 100% !important;}
.yunu-slideBox .bd li {background: no-repeat center;}
.yunu-slideBox .bd li a {display: block;width: 100%;height: 100%;}
.yunu-slideBox .bd li img {display: block; width: 100%;height: auto;}


.yunu-sou {padding: 20px 0;border-bottom: 1px solid #d9d9d9;}
.yunu-sou .hot {float: left;padding: 8px 0;}
.yunu-sou .hot a {margin-right: 10px;}
.yunu-sou .hform {float: right;border-left: 1px solid #d9d9d9;border-right: 1px solid #d9d9d9;}
.yunu-sou .hform input {float: left;font-size: 14px;border: 0;padding: 8px 10px;line-height: 20px;background: no-repeat 0 0;width: 210px;}
.yunu-sou .hform button {border: 0;border-bottom: 1px solid transparent;padding: 0;float: left;cursor: pointer;outline: none;width: 49px;height: 36px;background: url(../images/ss.gif) no-repeat center;}

.yunu-sou-inner {background-color: #F2F2F2;}
.yunu-sou-inner .yunu-sou {border-bottom: 0;}
.yunu-sou-inner .hot {padding: 6px 0;}
.yunu-sou-inner .hform {background-color: #fff;border-radius: 20px;overflow: hidden;border: 0;}
.yunu-sou-inner .hform input {width: 240px;background: none;padding: 6px 15px;}
.yunu-sou-inner .hform button {background: url(../images/VISkins-p1.png) no-repeat -258px -936px;width: 30px;height: 30px;}

.section {padding: 75px 0;}
.section-title {margin-bottom: 40px;text-align: center;font-size: 40px;}
.section-title strong {color: #dd0000;}
.section-title p {margin: 0;font-size: 0;}
.section-title span {display: inline-block;vertical-align: middle;position: relative;font-size: 20px;padding: 0 20px;}
.section-title span:before,.section-title span:after {position: absolute;top: 50%;content: '';width: 40px;height: 2px;background-color: #dd0000;margin-top: -1px;}
.section-title span:before {right: 100%;}
.section-title span:after {left: 100%;}
.section-title-1 {margin-bottom: 30px;font-size: 32px;}
.section-title-1 strong {font-weight: normal;}
.section-title-1 p {margin-top: 5px;}
.section-title-1 p span {border-color: #dd0000;background-color: #dd0000;color: #fff;}

.section-title-1 {margin-bottom: 30px;font-size: 32px;}
.section-title-1 strong {font-weight: normal;}
.section-title-1 p {margin-top: 5px;}
.section-title-1 p span {border-color: #dd0000;background-color: #dd0000;color: #fff;}


.bg1 {background: url(../images/jqbg.jpg) repeat-x center bottom;}
.bg2 {background: url(../images/fwbg.jpg) no-repeat center;}
.bg3 {background: url(../images/tdbg.jpg) no-repeat center bottom;}
.bg4 {background: url(../images/casebg.jpg) no-repeat center;}
.bg4 .section-title {color: #fff;}
.bg4 .section-title p span {color: #333;}
.bg5 {background: url(../images/lcbg.jpg) no-repeat center;}
.bg6 {background: url(../images/newbg.jpg) no-repeat center bottom;}
.bg7 {background: url(../images/abtbg.jpg) no-repeat center 0;}

.in-td {width: 570px;margin-bottom: -35px;}
.in-td li {margin-bottom: 35px;padding-left: 66px;background: no-repeat 0 5px;}
.in-td li h4 {margin: 0 0 0 20px;font-size: 26px;}
.in-td li h5 {font-weight: normal;background: url(../images/tdico.png) no-repeat 0 0;line-height: 30px;color: #fff;padding-top: 7px;margin: 0;font-size: 20px;padding-left: 20px;}
.in-td li p {margin: 5px 0 0;font-size: 16px;color: #666;padding-left: 20px;}
.in-td li.i1 {background-image: url(../images/01.png);}
.in-td li.i2 {background-image: url(../images/02.png);}
.in-td li.i3 {background-image: url(../images/03.png);}
.in-td li.i4 {background-image: url(../images/04.png);}
.in-td li.i5 {background-image: url(../images/05.png);}
.in-td-tel {position: absolute;right: 260px;bottom: 30px;text-align: right;}
.in-td-tel strong {color: #01923f;font-size: 30px;}
.in-td-tel strong span {display: block;color: #fff;line-height: 48px;}
.in-td-tel p {font-size: 26px;font-family: Impact;margin: 11px 65px 0 0;}

.in-fuwu {margin-left: -68px;}
.in-fuwu li {float: left;width: 25%;}
.in-fuwu li a {display: block;margin-left: 68px;}
.in-fuwu li .icon {text-align: center;background: url(../images/fwico.png) no-repeat center;padding-top: 80px;height: 168px;font-size: 30px;position: relative;z-index: 1;transition: all 0.5s;}
.in-fuwu li .icon strong {display: block;padding:20px;}
.in-fuwu li .text {background-color: #dd0000;color: #fff;padding: 144px 20px 20px;margin-top: -124px;}
.in-fuwu li .text p {text-align: center;font-size: 16px;height: 66px;margin: 0 0 20px;}
.in-fuwu li .img-center {overflow: hidden;}
.in-fuwu li .img-center img {transition: all 0.5s;}
.in-fuwu li a:hover .icon {color: #fff;background-image: url(../images/fwicocur.png);}
.in-fuwu li a:hover .img-center img {transform: scale(1.1);}

/*ggMain_03*/

.ggMain_03 {

	background: url(../images/ggbg_03.jpg) no-repeat center;

	height: 188px;

}

.ggMain_03 .container {

	position: relative;

}

.ggMain_03 p {

	font-size: 14px;

	color: #dde4e6;

	padding-top: 50px;

	padding-bottom: 10px;

}

.ggMain_03 h5 {

	font-size: 20px;

	color: #f9f9f9;

	margin-bottom: 8px;

}

.ggMain_03 h5 em {

	font-size: 30px;

	color: #40a8ff;

	font-weight: bold;

	margin-right: 5px;

}

.ggMain_03 span {

	display: block;

	font-size: 14px;

	color: #f9f9f9;

	margin-top: 5px;

}

.ggMain_03 dl {

	top: 50px;

	right: 0;

	position: absolute;

	padding-left: 45px;

	background: url(../images/phone2.png) no-repeat left center;

	color: #fff;

}

.ggMain_03 dd {

	font-size: 22px;

	font-family: "Arial";

}

.ggMain_03 a {

	display: block;

	background: url(../images/zxbg3.png) no-repeat center;

	width: 124px;

	height: 41px;

	line-height: 41px;

	text-align: center;

	font-size: 14px;

	color: #333;

	padding-left: 51px;

	position: absolute;

	top: 102px;

	right: 0;

	text-decoration: none;

}

/*pro*/
.pro .section-title{text-align:left;padding-top:60px;margin-bottom:20px;}
.pro .section-title .tit-cn{font-size:46px;color:#fff;font-weight:bold;}
.pro .section-title .tit-en{font-size:24px;color:#fff;}
.pro .section-title p{font-size:26px;color:#fff;}
.pro {
	overflow: hidden;
	background: url(../images/pro-bg.png) no-repeat center top;
	margin: 0 auto;
}
.pro .leftpro {
	float: left;
	width: 31%;
}

.pro .leftpro .active{ background:#0b7bb3;color:#fff;}
.pro .leftpro h4{line-height:38px;text-align:center;float:left;height:38px;width:143px; border:1px solid #0b7bb3;font-size:14px;color:#333333;font-weight:lighter;cursor:pointer;}
.pro .leftpro h3 img{width: 100%;}
.pro .leftpro h3 b {
	font-size: 36px;
    color: #fff;
    display: block;
    padding-left: 58px;
    padding-top: 16px;
    font-weight: normal;
	line-height: 1.15;
}
.pro .leftpro h3 em {
	display: block;
    font-size: 20px;
    color: #fff;
    padding-left: 100px;
}
.pro .leftpro .menu {
	padding-top: 15px;
	padding-bottom:20px;
	height: auto;
}
.pro .leftpro .menu li {
	position: relative;
	width: 76%;
	margin-right: 20%;
	padding:1%;
	border: 1px solid #fff;
	margin-bottom: 20px;
}
.pro .leftpro .menu li >a {
	display: block;
	height: 55px;
	line-height: 55px;
	font-size: 24px;
	color: #343434;
	text-decoration: none;
	background:#fff;
	text-align:center;
}
.pro .leftpro .menu li >a span{
    padding-right: 15px;
}
.pro .leftpro .menu li:hover a{
    background:#dd0000;
    color: #fff;
}
.pro .leftpro .menu li:hover :before{
    position: absolute;
    width: 200%;
    height: 1px;
    content: "";
    right: 100%;
    top: 50%;
    background: #dd0000;
}
.pro .leftpro .menu li.cur>a {
	background: url(../images/pro02.png) no-repeat 170px center;
	background-color: #dd0000;
}
.pro .leftpro .menu .nmenu {
	overflow: hidden;
	width: 100%;
	margin-top: 15px;
	display: none;
	max-height: 200px;
}
.pro .leftpro .menu .nmenu a {
	display: block;
	font-size: 14px;
	color: #333;
	line-height: 40px;
	border-bottom: 1px solid #eee;
	padding-left: 15px;
}
.pro .leftpro .menu .nmenu a:hover {
	color: #f07f1b;
	text-decoration: none
}
.pro .leftpro .phone {
	overflow: hidden;
	padding: 25px 0;
	padding-left: 65px;
	width: 225px;
	background: url(../images/pro_phone.png) no-repeat 15px center;
	background-color: #363636;
}
.pro .leftpro .phone p {
	font-size: 18px;
	color: #fff;
}
.pro .leftpro .phone em {
	display: block;
	font-size: 28px;
	color: #fff;
}
.pro .rightpro {
	overflow: hidden;
	width: 64%;
	float: left;
}
.pro .rightpro .hd{
	background: url(/Public/Home/images/pro_bg1.png) repeat-x center top;
    display: block;
}
.pro .rightpro .hd a {
    float: right;
    color: #dd0000;
    text-transform: uppercase;
    font-weight: bold;
    line-height: 36px;
}

.pro .rightpro .hd a.on {
    float: left;
    cursor: pointer;
    height: 42px;
    line-height: 36px;
    width: 120px;
    text-align: center;
    font-size: 18px;
    background: url(/Public/Home/images/pro_bg2.png) no-repeat center top;
    color: #fff;
}
.pro .rightpro .list {
	overflow: hidden;
	
}
.pro .rightpro li {
	position: relative;
	overflow: hidden;
	float: left;
	width: 33%;
    height: auto;
	margin-right: 0.5%;
	margin-bottom: 4.5%;
}
.pro .rightpro li:nth-child(3n){
	margin-right:0;
}
.pro .rightpro li:nth-child(4){
	margin-bottom: 0;
}
.pro .rightpro li:nth-child(5){
	margin-bottom: 0;
}
.pro .rightpro li:nth-child(6){
	margin-bottom: 0;
}
.pro .rightpro li .pro-tit{
	margin-top: 20px;    
}
.pro .rightpro li .pro-tit .tit {
    font-size:22px;
    color:#fff;
    padding: 10px;
	text-align:center;
	background:#de1a37;
}
.pro .rightpro li .m {
    height: auto;
    line-height: auto;
	overflow: hidden;
}
.pro .rightpro li img {
	display: inline-block;
    transition: .5s;
}
.pro .rightpro li p {margin: 0;padding: 0 15px;text-align: center;line-height: 45px;font-size: 16px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;background-color: #e0e0e0;}
.pro .rightpro li a:hover p {background-color: #dd0000;color: #fff;}
.pro .rightpro li a {
	display: block;
	text-decoration: none;
	border:1px solid #999;
	padding:10px;
}
.pro .rightpro li .pro-tit:hover .tit{
	background:#999;
}
.pro .rightpro li .m:hover img {
    transform: scale(1.08);

}
.pro .rightpro li:hover .ca_hidden{
	display:block;
}

.ca * {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.ca {
    position: relative;
}
.ca_hidden {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
	left:0;
	right:0;
    display:none;
}
.ca_hi {
    width: 100%;
    height: 100%;
}
.pro .rightpro li .ca_hi .m{
    width: 100%;
    height: 100%;
}
.pro .rightpro li .ca_hi .m img{
    width: 100%;
    height: 100%;
}
.ca_hi div.tit {
    font-size: 26px;
    color: #fff;
    padding: 50px 0px 0 60px;
	height:auto!important;
	position: absolute;

}
.ca_hi div.tit .tit-hx{
	line-height: 2;
    border-top: 1px solid #fff;
    border-bottom: 1px solid #fff;
}
.ca_hi div.des {
    font-size: 14px;
    color: #fff !important;
    padding: 20px 40px;
	height:auto!important;
	text-align:center;
}
.ca_hi div.more {
	width:46px;
	height:20px;
	margin:160px 0 0 40px;
    background:url(../images/pro-more.png) no-repeat center center;
}
.midline{
    display: inline-block;
    width: 1px;
    margin-left: -1px;
    height: 100%;
    vertical-align: middle;
}


/*联系我们*/
.contactbox{ height: 200px; background: url(../images/contactbg.jpg) no-repeat;  text-align: center;color: #fff;}
.contactbox span{ font-size: 62px;height: 64px; line-height: 62px; padding-top: 15px; margin-bottom:5px; display: block; overflow: hidden;  font-weight: normal; background: url(../images/phone.png) bottom center no-repeat;}
.contactbox p{margin: 0;}
.contactbox p.contacttel{ font-size: 26px; font-weight: bold; margin: 5px 0; overflow: hidden; margin-bottom: 10px;}
.msg_box{ overflow: hidden; }
.msg_box a{ display: block;margin-top: 7px; }


.score_number .mumping_mun{display:flex;flex-wrap:wrap;justify-content:space-between;width:100%;background:#dd0000;padding:10px 20px;margin-top:30px;position:relative;}
.score_number .mumping_mun:before{position:absolute;content:"";width:100%;height:100%;right:70px;bottom:0;background:#dd0000;}
.score_number .mumping_mun:after{position:absolute;content:"";width:50px;height:30px;left:-80px;bottom:-22px;background:url(../images/triangle.png)center no-repeat;}
.score_number .mumping_mun li{position:relative;}
.score_number .mumping_mun li .count-title{font-size:44px;color:#fff;font-family:"Helvetica";font-weight:bold;margin:5px 0;}
.score_number .mumping_mun li h6{font-size:14px;color:#fff;}

.carousel-container {background: url(../images/rybg.png) no-repeat center bottom;}
.carousel-container .container {position:relative;height:412px;}
#carousel {height:345px;position:relative;}
.carousel-image {border:0;display:block;}
.carousel-feature img{width:259px; height:345px; display:block;background: url(../images/ryspanbg.png) no-repeat center bottom;padding-bottom: 36px;}
.carousel-feature .carousel-caption {position:absolute; bottom:0;width:100%;background-color:#fff; text-align:center;}
.carousel-feature .carousel-caption p {margin:0;padding:5px; font-weight:bold;font:14px/38px "Microsoft Yahei";color:#333;}
.carousel-container .prev {position: absolute;top: 36%;z-index: 9;left: 0; background: url(../images/ryleft.png) no-repeat;display: inline-block;height: 54px;width: 27px;}
.carousel-container .next {position: absolute;top: 36%;z-index: 9;right: 0;background: url(../images/ryright.png) no-repeat; display: inline-block;height: 54px; width: 27px;}
.carousel-container .carousel-feature {position: relative;}


.about .section-title{text-align:left;padding-top:80px;}
.about .section-title .tit-cn{font-size:46px;color:#fff;font-weight:bold;}
.about .section-title .tit-en{font-size:24px;color:#fff;}
.about .section-title p{font-size:26px;color:#fff;}
.about{background: url(../images/about-bg.jpg) no-repeat center;}
.in-about {margin: 0;}
.in-about dt {float: left;overflow: hidden;width: 50%;}
.in-about dt img {-webkit-transition: all 0.5s;transition: all 0.5s;}
.in-about dt:hover img {-webkit-transform: scale(1.1);transform: scale(1.1);}
.in-about dd {float:right;width: 50%;}
.in-about dd .text{padding: 0px 0px 0 30px;}
.in-about dd .text .tit{color:#d60404;font-size:32px;font-weight:bold;}
.in-about dd .text .des{color:#1b1b1d;font-size:22px;}
.in-about dd .text p{color:#1b1b1d;font-size:18px;margin: 30px 0 0; text-align: justify; line-height: 1.8;}
.in-about dd .text .hx{background-color: #d60404;  width: 50px; height:6px; margin-top: 15px;}

.in-about .in-about-b ul .box{position: relative;width:140px;height:100px;margin:30px auto;border:1px solid #dadada;}
.in-about .in-about-b ul li{width:25%;float:left;text-align:center;position: relative;}
.in-about .in-about-b ul li .icon{display: inline-block;padding-top:10px;position: relative;}
.in-about .in-about-b ul li .title{	font-size:18px;	color:#1b1b1d;}

.about-b .ab-list{position: relative;padding:30px 0 60px;float:right;width:64%;}
.in-desc-total {margin: 0px auto;text-align: center;}
.in-desc-total li {float: left;width:25%;}
.in-desc-total li .num {line-height: 1.4;position: relative;}
.in-desc-total li .num strong { font-size: 50px; color: #dd0000; font-family: "Impact";}
.in-desc-total li .unit {position: absolute;font-size: 18px;color: #dd0000;width: 30px;line-height: 30px;display: inline-block;vertical-align: top;text-align: center;margin-left: 10px;top: 30px;}
.in-desc-total li .jia {position: absolute;font-size: 36px;color: #dd0000;width: 30px;line-height: 30px;display: inline-block;vertical-align: top;text-align: center;margin-left: 10px;top: 0px;}
.in-desc-total li p {font-size: 18px;margin: 10px 0 0;}
.in-desc-total li span {display: block;font-size: 20px;color: #646464;}

.about-b .ab-tel{background: url(../images/ab-tel.png) no-repeat 0 center; padding-left: 65px; margin: 20px 0 0 20px;float:left;width:24%;}
.about-b .ab-tel strong {display: block;font-size: 28px;line-height: 1;margin-top: 5px;color:#fff;}

.yunu-link {padding: 20px 0;}
.yunu-link h4 {border-bottom: 1px solid #ddd;margin: 0;font-size: 18px;color: #dd0000;padding-bottom: 15px;}
.yunu-link h4 small {text-transform: uppercase;font-size: 16px;font-weight: normal;color: #999;}
.yunu-link ul {margin-left: -20px;}
.yunu-link li {float: left;margin-left: 20px;margin-top: 20px;}


.yunu-banner {height: 300px;background: no-repeat center;}
.yunu-banner a {display: block;width: 100%;height: 100%;}

.yunu-curmbs {padding: 15px 0;border-bottom: 1px dashed #dcdcdc;border-top: 1px dashed #dcdcdc;margin: 20px 0;}
.yunu-curmbs span {padding-left: 10px;border-left: 10px solid #dd0000;}
.yunu-curmbs em {font-style: normal;padding: 0 5px;color: #999;}

.ct2-sd {float: left;width: 240px;}
.ct2-mn {float: right;width: 930px;}

.panel-sd-hd {background-color: #dd0000;color: #fff;padding-bottom: 5px;}
.panel-sd-hd h4 {text-align: center;border-bottom: 1px solid #fff;margin: 0;font-size: 24px;padding: 20px 0;}
.panel-sd-bd {border: 1px solid #ececeb;padding: 5px 10px;border-top: 0;}

.panel-sd .pro_top .active{ background:#0b7bb3;color:#fff;}
.panel-sd .pro_top h3{line-height:38px;text-align:center;float:left;height:38px;width:118px; border:1px solid #0b7bb3;font-size:14px;color:#333333;font-weight:lighter;cursor:pointer;}


.yunu-column h3 {margin: 0 0 2px;font-weight: normal;background: url(../images/p14-icon5.png) no-repeat right center #ddd;padding: 0 40px 0 20px;}
.yunu-column h3 a {display: block;line-height: 50px;font-size: 16px;color: #333;}
.yunu-column h3.on,.yunu-column h3:hover {background: url(../images/p14-icon2.png) no-repeat right center #dd0000;}
.yunu-column h3.on a,.yunu-column h3:hover a {color: #fff;}
.yunu-column li {line-height: 50px;border-bottom: 1px solid #fff;}
.yunu-column li a {display: block;padding: 0 40px;background-color: #ECECEC;}
.yunu-column .sub>a {position: relative;}
.yunu-column .sub>a:after {content: '';width: 8px;height: 8px;border: 2px solid #b8b8b8;border-style: solid solid none none;position: absolute;top: 50%;right: 32px;margin-top: -4px;-webkit-transform: rotate(45deg);transform: rotate(45deg);}
.yunu-column .sub.open>a:after {border-color: #dd0000;}
.yunu-column .sub-box {border-left: 1px solid #ECECEC;border-right: 1px solid #ECECEC;display: none;}
.yunu-column .sub.open .sub-box {display: block;}
.yunu-column .sub-box p {margin: 0;border-bottom: 1px solid #ECECEC;}
.yunu-column .sub-box a {background-color: transparent;padding-left: 60px;}

.yunu-contact-z1 {height: 140px;background: url(../images/contact-z1.jpg) no-repeat;margin-bottom: 20px;}
.yunu-contact-z1 p {margin: 0;font-size: 20px;line-height: 30px;background: url(../images/contact-z1_tel.png) no-repeat 74px 44px;padding: 37px 0 0 95px;}
.yunu-contact-z1 span {line-height: 30px;font-size: 18px;padding-left: 73px;}
.yunu-contact-z2 {background-color: #dd0000;text-align: center;color: #fff;padding: 20px;margin-bottom: 20px;}
.yunu-contact-z2 p {margin: 0;}
.yunu-contact-z2 p img {vertical-align: middle;margin-right: 5px;}
.yunu-contact-z2 span {display: block;font-size: 28px;font-weight: bold;margin-top: 10px;line-height: 1;}

.yunu-pages {text-align: center;margin: 30px 0;}
.yunu-pages a {display: inline-block;margin: 0 3px;border: 1px solid #ddd;padding: 4px 12px;border-radius: 10px;background: #fff;}
.yunu-pages a.cur {background-color: #dd0000;border-color: #dd0000;color: #fff;}
.pagination a.cur{ border: none;background: #dd0000;color: #fff;}

.yunu-title-1 {border-bottom: 1px solid #ececeb;height: 44px;margin-bottom: 15px;font-size: 24px;}
.yunu-title-1 span {display: inline-block;padding-bottom: 10px;border-bottom: 1px solid #01923f;}

.toutiao {margin: 0 0 20px;padding-bottom: 20px;border-bottom: 1px dashed #ddd;}
.toutiao dt {float: left;width: 60px;line-height: 30px;background-color: #dd0000;color: #fff;text-align: center;font-size: 16px;}
.toutiao dd {margin-left: 80px;overflow: hidden;}
.toutiao dd h4 {margin: 0;line-height: 30px;font-weight: normal;font-size: 18px;}
.toutiao dd p {color: #666;line-height: 1.8;margin: 10px 0;}
.toutiao dd .more {float: right;color: #dd0000;background: url(../images/p14-icon21.png) no-repeat 0 center;padding-left: 20px;}

.list-2 {margin: 0 0 0 -20px;}
.list-2 li {float: left;width: 33.333333%;}
.list-2 li a {display: block;margin: 0 0 20px 20px;border: 1px solid #ddd;}
.list-2 li a:hover {border-color: #dd0000;color: #dd0000;}
.list-2 li .m {height: 221px;line-height: 221px;}
.list-2 li .text {padding: 5px 20px;text-align: center;background: #ececeb;}
.list-2 li h4 {margin: 0;font-size: 18px;line-height: 45px;height: 45px;overflow: hidden;font-weight: normal;}
.list-2 li p {margin-top: 0;height: 40px;overflow: hidden;color: #666;}

.list-5 li {margin-bottom: 15px;}
.list-5 li a {display: block;border: 1px solid #ddd;padding: 15px;overflow: hidden;}
.list-5 li .m {float: left;width: 250px;}
.list-5 li .m img {display: block;width: 100%;height: auto;}
.list-5 li .text {margin-left: 270px;}
.list-5 li .text h4 {margin: 0;line-height: 40px;overflow: hidden;text-overflow: ellipsis;white-space: nowrap;font-size: 18px;}
.list-5 li .text h4 span {float: right;font-size: 12px;color: #999;font-weight: normal;}
.list-5 li .text p {color: #797979;}
.list-5 li .text .more {float: right;padding: 6px 12px;color: #fff;background-color: #B6B6B6;}
.list-5 li a:hover {border-color: #dd0000;}
.list-5 li a:hover .text h4 {color: #dd0000;}
.list-5 li a:hover .text .more {background-color: #dd0000;}

.yunu-menu-inner {text-align: center;margin-bottom: 20px;}
.yunu-menu-inner a {float: left;width: 16.666666666%;}
.yunu-menu-inner span {display: block;margin-left: 1px;background-color: #f4f4f4;color: #333;font-size: 18px;line-height: 55px;}
.yunu-menu-inner a:hover span,.yunu-menu-inner a.active span {background: url(../images/p16-icon6.png) no-repeat center bottom #dd0000;color: #fff;}

.yunu-menu-innerjiaq {text-align: center;margin-bottom: 20px;}
.yunu-menu-innerjiaq a {float: left;width: 25%;}
.yunu-menu-innerjiaq span {display: block;margin-left: 1px;background-color: #f4f4f4;color: #333;font-size: 18px;line-height: 55px;}
.yunu-menu-innerjiaq a:hover span,.yunu-menu-innerjiaq a.active span {background: url(../images/p16-icon6.png) no-repeat center bottom #dd0000;color: #fff;}

.yunu-menu-innerbaiy {text-align: center;margin-bottom: 20px;}
.yunu-menu-innerbaiy a {float: left;width: 33.333%;}
.yunu-menu-innerbaiy span {display: block;margin-left: 1px;background-color: #f4f4f4;color: #333;font-size: 18px;line-height: 55px;}
.yunu-menu-innerbaiy a:hover span,.yunu-menu-innerbaiy a.active span {background: url(../images/p16-icon6.png) no-repeat center bottom #dd0000;color: #fff;}

.yunu-message {background: url(../images/r1-orderform-1-bg.jpg) no-repeat center bottom #fff;border: 1px solid #ddd;padding: 50px 200px;margin-bottom: 30px;}
.form-group {margin-bottom: 15px;}
.form-label {float: left;line-height: 34px;width: 120px;text-align: right;}
.form-label span {color: #d82634;}
.form-content {margin-left: 130px;}
.form-control {line-height: 20px;font-size: 14px;border: 1px solid #ddd;padding: 6px 12px;width: 600px;display: inline-block;vertical-align: top;font-family: "Microsoft Yahei",PingFangSC-Regular,"Helvetica Neue",Helvetica,Arial,"Hiragino Sans GB","Heiti SC","WenQuanYi Micro Hei",sans-serif;}
select.form-control {height: 34px;}
.form-submit {padding: 6px 22px;color: #fff;background-color: #dd0000;border: 0;cursor: pointer;font-size: 16px;border-radius: 3px;}
.form-button {padding: 6px 22px;color: #fff;background-color: #767676;border: 0;cursor: pointer;font-size: 16px;border-radius: 3px;}

.list-4 {margin: 0 0 -20px -20px;}
.list-4 li {float: left;width: 25%;}
.list-4 li a {display: block;margin: 0 0 20px 20px;border: 1px solid #ececeb;}
.list-4 li a:hover {border-color: #dd0000;}
.list-4 li .m {padding: 10px;height: 198px;line-height: 198px;}
.list-4 li .text {padding: 5px 20px;background-color: #F0F0F0;}
.list-4 li .text h4 {margin: 0;font-size: 14px;line-height: 45px;height: 45px;overflow: hidden;font-weight: normal;text-align: center;}

.lxkf {margin: 0;overflow: hidden;}
.lxkf dt {float: left;}
.lxkf dt img {display: block;}
.lxkf dd {margin-left: 260px;}
.lxkf dd h4 {margin: 0 0 15px;padding: 25px 0 10px;display: inline-block;border-bottom: 5px solid #dd0000;font-size: 24px;color: #dd0000;}
.lxkf dd h4 span {color: #999;font-size: 16px;margin-left: 10px;}
.lxkf dd p {margin: 0;line-height: 2;}

.yunu-contact-text {float: left;width: 430px;margin: 0;background-color: #f2f2f2;}
.yunu-contact-text dt {font-size: 26px;text-align: center;background-color: #dd0000;color: #fff;line-height: 100px;}
.yunu-contact-text dd {padding: 30px 0 30px 100px;line-height: 30px;border-bottom: 1px solid #ddd;margin: 0;background: no-repeat 30px center;}
.yunu-contact-text dd.i1 {background-image: url(../images/l1.png)}
.yunu-contact-text dd.i2 {background-image: url(../images/l2.png)}
.yunu-contact-text dd.i3 {background-image: url(../images/l3.png)}
.yunu-contact-map {margin-left: 430px;}

.yunu-infocontent {margin-bottom: 30px;}

.yunu-infocontent-title {margin-bottom: 20px;text-align: center;}
.yunu-infocontent-title h1 {margin: 0;font-size: 24px;}
.yunu-infocontent-title p {margin: 10px 0 0;font-size: 12px;color: #999;}
.yunu-infocontent-title p span {padding: 0 5px;}
.yunu-infocontent-desc {margin-bottom: 20px;border: 1px solid #ddd;padding: 20px;}
.yunu-infocontent-body {line-height: 2;margin-bottom: 20px;}
.yunu-infocontent-body img {max-width: 100% !important;height: auto !important;width: auto !important;}

.yunu-infocontent-epx {margin-bottom: 20px;}
.yunu-infocontent-epx li {line-height: 32px;margin-bottom: 5px;}
.yunu-infocontent-epx li span {display: inline-block;background-color: #A2A2A2;color: #fff;padding: 0 15px;margin-right: 10px;}
.yunu-infocontent-epx li em {float: right;font-style: normal;}

.yunu-infocontent-return {border-top: 1px solid #333;line-height: 32px;}
.yunu-infocontent-return a {margin-right: 10px;}
.yunu-infocontent-return .more {margin: 0;float: right;background-color: #333;color: #fff;padding: 0 10px;}

.yunu-infocontent-rem {margin-bottom: 20px;}
.yunu-infocontent-rem h4 {margin: 0;font-size: 24px;line-height: 55px;}
.yunu-infocontent-rem li {border-top: 1px dashed #dbdbdb;overflow: hidden;text-overflow: ellipsis;white-space: nowrap;line-height: 46px;}
.yunu-infocontent-rem li span {float: right;}

.about-1 {line-height: 1.8;text-align: justify;}
.about-1 p {margin-top: 0;}

.about-2 dl {margin: 0;float: left;width: 33.333333%;background-color: #f8f8f8;}
.about-2 dt {height: 267px;line-height: 267px;}
.about-2 dd {margin: 0;height: 187px;padding: 40px 30px;position: relative;}
.about-2 dd:after {position: absolute;left: 30px;bottom: 40px;content: '';width: 40px;height: 2px;background-color: #dd0000;}
.about-2 dd h4 {font-weight: normal;color: #dd0000;margin: 0;font-size: 22px;}
.about-2 dd p {line-height: 1.8;}
.about-2 dd small {display: block;line-height: 1.8;color: #999;font-size: 14px;}


.gsjj dt {float: left;width: 886px;}
.gsjj dd {margin-left: 886px;border: 2px solid #dd0000;border-left: 0;margin-top: 45px;padding: 45px 0 45px 64px;}
.gsjj dd small {display: block;font: 20px "Times New Roman", Times, serif;text-transform: uppercase;}
.gsjj dd strong {display: block;font: bold 50px "Times New Roman", Times, serif;text-transform: uppercase;}
.gsjj dd h4 {margin: 5px 0 0;color: #dd0000;font-size: 36px;}
.gsjj dd h5 {margin: 0;font-size: 26px;font-weight: normal;}
.gsjj-text {margin: 30px 0 0;}
.gsjj-text dt {font-size: 24px;}
.gsjj-text dt strong {display: block;font-size: 36px;}
.gsjj-text dt strong span {float: right;font-weight: normal;color: #dd0000;font-family: "Times New Roman", Times, serif;}
.gsjj-text dd {margin: 20px 0 0;color: #666;line-height: 1.8;}
.gsjj-text dd p{font-size:16px;text-indent:2em}


.list-1 {margin-left: -30px;}
.list-1 li {float: left;width: 25%;}
.list-1 li a {display: block;margin: 0 0 30px 30px;border: 1px solid #ddd;position: relative;}
.list-1 li a:hover {border-color: #dd0000;}
.list-1 li .m {height: 207px;line-height: 207px;}
.list-1 li .text {position: absolute;bottom: 0;left: 0;background: rgba(0,0,0,0.5);width: 100%;color: #fff;}
.list-1 li .text h4 {margin: 0;font-size: 16px;padding: 12px 20px 0;overflow: hidden;text-overflow: ellipsis;white-space: nowrap;}
.list-1 li .text p {margin: 0;padding: 0 20px 12px;overflow: hidden;text-overflow: ellipsis;white-space: nowrap;}
.list-1 li .m.img-center img{margin-top:-46px;}

.yunu-showcase {margin-bottom: 40px;}
.yunu-showcase-info {float: right;width: 430px;}
.yunu-showcase-info h1 {margin: 0 0 15px;font-size: 24px;line-height: 40px;overflow: hidden;text-overflow: ellipsis;white-space: nowrap;}
.yunu-showcase-info p {margin: 0;color: #666;height: 168px;font-size: 16px;}
.yunu-showcase-info .tel {border-top: 2px solid #e6e6e6;margin-top: 15px;padding: 15px 0 15px;background: url(../images/pc-xc-icon2.png) no-repeat 10px center;padding-left: 70px;line-height: 28px;font-size: 18px;}
.yunu-showcase-info .tel a {float: right;line-height: 42px;padding: 0 15px;background-color: #dd0000;color: #fff;margin:0;}
.yunu-showcase-info .tel span{font-size:30px;color:#dd0000;font-weight: bold;font-family: '宋体';}
.yunu-showcase-info .desc{background: #dd0000; color: #fff; padding: 10px 20px;font-size:16px;display:inline-block;margin-bottom:15px;}
.yunu-showcase-info .hx{background:#dd0000;height:1px;width:100%;margin: 10px 0;}

.pc-slide{width:480px;float:left;}
.view{border:1px solid #ddd;}
.view .swiper-slide .imgauto{width:100%;height:350px;line-height:350px;}
.view .swiper-container{width:100%;}
.preview{width:100%;margin-top:10px;position:relative;}
.preview .swiper-container{width:80%;margin:0 10%;}
.preview .swiper-slide{width:30.33%;padding:5px;}
.preview .swiper-slide .imgauto{width:100%;height:85px;line-height:82px;border:1px solid #ddd;text-align:center;}
.preview .swiper-slide .imgauto img{display:inline-block;vertical-align:middle;max-width:100%;max-height:100%;}
.preview .slide6{width:82px;}
.preview .arrow-left{background:url(../images/feel3.png) no-repeat left top;position:absolute;left:10px;top:50%;margin-top:-9px;width:9px;height:18px;z-index:10;}
.preview .arrow-right{background:url(../images/feel4.png) no-repeat left bottom;position:absolute;right:10px;top:50%;margin-top:-9px;width:9px;height:18px;z-index:10;}
.preview .active-nav .imgauto{border:1px solid #dd0000;}

div.zoomDiv{z-index:999;position:absolute;top:0;left:0;background:#ffffff;border:1px solid #ddd;display:none;text-align:center;overflow:hidden;font-size: 0;}
div.zoomMask{position:absolute;background:url(../images/mask.png) repeat scroll 0 0 transparent;cursor:move;z-index:1;}

.prd-1 {padding:20px 50px;clear:both;line-height:25px;background-color:#eeeeee;margin-bottom:30px;}
.prd-1 strong {font-size: 16px;}

.prd-2-cn{height:750px;background:url(../images/cnbg.jpg) no-repeat center top;overflow:hidden;}
.prd-2-cn ul{position:relative;height: 100%;}
.prd-2-cn li{width:238px;overflow:hidden;position:absolute;}
.prd-2-cn li h3{font-size:20px;color:#fff;font-weight:400;padding-left:96px;height:38px;line-height:28px;margin-bottom:10px;margin-top:0;}
.prd-2-cn li p{line-height:28px;color:#666;font-size:16px;padding-left:30px;margin:0;}
.prd-2-cn li p b{font-weight:400;color:#0038a5;}
.prd-2-cn .li_1{left:10px;top:48px;}
.prd-2-cn .li_2{right:45px;top:48px;}
.prd-2-cn .li_3{left:10px;top:278px;}
.prd-2-cn .li_4{right:32px;top:278px;}
.prd-2-cn .li_5{left:5px;top:506px;}
.prd-2-cn .li_6{right:45px;top:506px;}
.prd-2-cn .li_7{top:609px;left:436px;}

.prd-2-snkq{height:750px;background:url(../images/snkq.jpg) no-repeat center top;overflow:hidden;}
.prd-2-snkq ul{position:relative;height: 100%;}
.prd-2-snkq li{width:238px;overflow:hidden;position:absolute;}
.prd-2-snkq li h3{font-size:20px;color:#fff;font-weight:400;padding-left:96px;height:38px;line-height:28px;margin-bottom:10px;margin-top:0;}
.prd-2-snkq li p{line-height:28px;color:#666;font-size:16px;padding-left:30px;margin:0;}
.prd-2-snkq li p b{font-weight:400;color:#0038a5;}
.prd-2-snkq .li_1{left:10px;top:48px;}
.prd-2-snkq .li_2{right:45px;top:48px;}
.prd-2-snkq .li_3{left:10px;top:278px;}
.prd-2-snkq .li_4{right:32px;top:278px;}
.prd-2-snkq .li_5{left:5px;top:506px;}
.prd-2-snkq .li_6{right:45px;top:506px;}
.prd-2-snkq .li_7{top:609px;left:436px;}


.prd-2-cj{height:750px;background:url(../images/cj.jpg) no-repeat center top;overflow:hidden;}
.prd-2-cj ul{position:relative;height: 100%;}
.prd-2-cj li{width:238px;overflow:hidden;position:absolute;}
.prd-2-cj li h3{font-size:20px;color:#fff;font-weight:400;padding-left:96px;height:38px;line-height:28px;margin-bottom:10px;margin-top:0;}
.prd-2-cj li p{line-height:28px;color:#666;font-size:16px;padding-left:30px;margin:0;}
.prd-2-cj li p b{font-weight:400;color:#0038a5;}
.prd-2-cj .li_1{left:10px;top:48px;}
.prd-2-cj .li_2{right:45px;top:48px;}
.prd-2-cj .li_3{left:10px;top:278px;}
.prd-2-cj .li_4{right:32px;top:278px;}
.prd-2-cj .li_5{left:5px;top:506px;}
.prd-2-cj .li_6{right:45px;top:506px;}
.prd-2-cj .li_7{top:609px;left:436px;}

.prd-2{height:750px;background:url(../images/1f34001c871a418f9d4e9974e7b229ec_2.jpg) no-repeat center top;overflow:hidden;}
.prd-2 ul{position:relative;height: 100%;}
.prd-2 li{width:238px;overflow:hidden;position:absolute;}
.prd-2 li h3{font-size:20px;color:#fff;font-weight:400;padding-left:96px;height:38px;line-height:28px;margin-bottom:10px;margin-top:0;}
.prd-2 li p{line-height:28px;color:#666;font-size:16px;padding-left:30px;margin:0;}
.prd-2 li p b{font-weight:400;color:#0038a5;}
.prd-2 .li_1{left:10px;top:48px;}
.prd-2 .li_2{right:45px;top:48px;}
.prd-2 .li_3{left:10px;top:278px;}
.prd-2 .li_4{right:32px;top:278px;}
.prd-2 .li_5{left:5px;top:506px;}
.prd-2 .li_6{right:45px;top:506px;}
.prd-2 .li_7{top:609px;left:436px;}

.prd-3 {margin-bottom: 30px;}
.prd-3 ul{text-align:justify;margin-left:-14px;margin-bottom:30px;}
.prd-3 li{width:188px;background-color:#eee;height:220px;float:left;margin-left:14px;margin-bottom:10px;border-radius:7px;}
.prd-3 li h5{background-color:#dd0000;height:40px;font-size:20px;color:#fff;text-align:center;line-height:30px;padding-top:10px;border-top-left-radius:7px;border-top-right-radius:7px;margin:0;}
.prd-3 li p{font-size:14px;color:#333;line-height:30px;padding:10px;margin:0;}

.prd-4 {margin-left: -20px;margin-bottom: 10px;}
.prd-4 li {float: left;width: 33.333333%;}
.prd-4 li a {display: block;margin: 0 0 20px 20px;}
.prd-4 li .img-center {height: 260px;line-height: 260px;}
.prd-4 li p {background-color: #f2f2f2;margin: 0;text-align: center;line-height: 50px;overflow: hidden;text-overflow:ellipsis;white-space: nowrap;}
.prd-4 li a:hover p {background-color: #dd0000;color: #fff;}

.prd-5 {margin-bottom: 30px;}
.prd-5 dl {margin: 0;background-color: #f7f7f7;}
.prd-5 dt {float: left;width: 600px;}
.prd-5 dd {margin-left: 600px;padding: 50px 50px 0;}
.prd-5 dd h4 {margin: 0;color: #dd0000;font-size: 20px;}
.prd-5 dd p {margin: 20px 0;line-height: 1.8;text-align: justify;}
.prd-5 dl:nth-of-type(even) dt {float: right;}
.prd-5 dl:nth-of-type(even) dd {margin: 0 600px 0 0;}

.prd-6 {margin: -20px 0 30px -20px;}
.prd-6 li {float: left;width: 25%;}
.prd-6 li .wrap {margin: 20px 0 0 20px;}
.prd-6 li h4 {text-align: center;color: #dd0000;font-size: 22px;margin: 15px 0;}
.prd-6 li p {margin: 0;text-align: center;}

.prd-7 {
    overflow: hidden;
    margin-bottom: 30px;
    margin-top: -20px;
 }

.prd-7 a {
    display: block;
    width: 100px;
    height: 140px;
    text-align: center;
    float: left;
    margin: 0 70px;
    padding-top: 40px;
}

.prd-7 a i {
    display: inline-block;
    width: 101px;
    height: 101px;
    margin: 0px;
}

.prd-7 a i.ic1:hover {
    background:url(../images/9e18191810154de991614a535a835e89_44.png?ver=14) no-repeat;
}

.prd-7 i.ic1 {
    background:url(../images/9e18191810154de991614a535a835e89_48.png?ver=27) no-repeat;
}

.prd-7 a i.ic2:hover {
    background:url(../images/9e18191810154de991614a535a835e89_50.png?ver=26) no-repeat;
}

.prd-7 i.ic2 {
    background:url(../images/9e18191810154de991614a535a835e89_52.png?ver=25) no-repeat;
}

.prd-7 a i.ic3:hover {
    background:url(../images/9e18191810154de991614a535a835e89_54.png?ver=24) no-repeat;
}

.prd-7 i.ic3 {
    background:url(../images/9e18191810154de991614a535a835e89_56.png?ver=23) no-repeat;
}

.prd-7 a i.ic4:hover {
    background:url(../images/9e18191810154de991614a535a835e89_58.png?ver=22) no-repeat;
}

.prd-7 i.ic4 {
    background:url(../images/9e18191810154de991614a535a835e89_60.png?ver=21) no-repeat;
}

.prd-7 a i.ic5:hover {
    background:url(../images/9e18191810154de991614a535a835e89_62.png?ver=20) no-repeat;
}

.prd-7 i.ic5 {
    background:url(../images/9e18191810154de991614a535a835e89_96.png?ver=3) no-repeat;
}

.prd-7 a i.ic6:hover {
    background:url(../images/9e18191810154de991614a535a835e89_66.png?ver=18) no-repeat;
}

.prd-7 i.ic6 {
    background:url(../images/9e18191810154de991614a535a835e89_68.png?ver=17) no-repeat;
}

.prd-7 a i.ic7:hover {
    background:url(../images/9e18191810154de991614a535a835e89_70.png?ver=16) no-repeat;
}

.prd-7 i.ic7 {
    background:url(../images/9e18191810154de991614a535a835e89_72.png?ver=15) no-repeat;
}

.prd-7 a i.ic8:hover {
    background:url(../images/9e18191810154de991614a535a835e89_76.png?ver=34) no-repeat;
}

.prd-7 i.ic8 {
    background:url(../images/9e18191810154de991614a535a835e89_78.png?ver=35) no-repeat;
}

.prd-7 a i.ic9:hover {
    background:url(../images/9e18191810154de991614a535a835e89_98.png?ver=5) no-repeat;
}

.prd-7 i.ic9 {
    background:url(../images/9e18191810154de991614a535a835e89_100.png?ver=4) no-repeat;
}

.prd-7 a i.ic10:hover {
    background:url(../images/9e18191810154de991614a535a835e89_84.png?ver=38) no-repeat;
}

.prd-7 i.ic10 {
    background:url(../images/9e18191810154de991614a535a835e89_86.png?ver=39) no-repeat;
}

.prd-7 h5 {
    color: #666;
    font-size: 18px;
    line-height: 20px;
    margin-top: 10px;
}

.prd-7 a:hover h5 {
    color: #987fde;
}

.why{ width: 100%; overflow: hidden; background: url("../images/whybj_03.gif") repeat; padding-bottom: 148px;}
.why_tit{ overflow: hidden; text-align: center; padding: 60px 10px;}
.why_tit img{display: block; max-width: 100%; margin: 0 auto;}
.why_box{ overflow: hidden; max-width: 1100px; margin: 0 auto; padding: 0 10px;}
.why_box dl{ float: left; width: 25%; overflow: hidden; background: url("../images/whyx_07.gif") no-repeat right;}
.why_box dl#wsm4{ background: none;}
.why_box dl dt{ font-size: 16px; color: #fff; line-height: 35px; padding-top: 155px; text-align: center;}
.why_box dl#wsm1 dt{ background: url("../images/why1.png") no-repeat top center;}
.why_box dl#wsm2 dt{ background: url("../images/why2.png") no-repeat top center;}
.why_box dl#wsm3 dt{ background: url("../images/why3.png") no-repeat top center;}
.why_box dl#wsm4 dt{ background: url("../images/why4.png") no-repeat top center;}
.why_box dl dt span{ display: block; font-size: 22px;}
.why_box dl dd{ font-size: 14px; color: #fff; width: 120px; height: 27px; text-align: center; margin: 20px auto;}
.why_box dl dd a{ display: block; color: #fff;  line-height: 25px; border: 2px solid #fff;  border-radius: 15px;}
.why_box dl dd a:hover{ border: 2px solid #ff8e20; color: #ff8e20;}


.top-tit {margin:50px 0 50px;}
.top-tit .tit-cn{font-size:36px;color:#1c1b1b;line-height: 1.5;font-weight:bold;}
.top-tit .tit-en{font-size: 26px;line-height: 1; font-family: "Microsoft YaHei"; color: #1c1b1b; text-transform: uppercase;}



.link_bj{width:100%; margin: 0 auto; min-height:70px; overflow: hidden; }
.link{ height:auto; overflow: hidden;font-family:"Microsoft Yahei";  margin:0 auto;}
.link p i{color: #fff; font-size: 14px; float: right;}
.link p{font-size: 16px;overflow: hidden; padding:20px 0; color:#acacac;position: relative;
    z-index: 1;opacity: 0.5;}
.link p a{ color: #333; font-size: 14px;padding:0 10px; text-align: left;}

.foot{ padding: 58px 80px; background: #565656;}
.footNav{/* margin-top: 70px; */}
.fn-item{float: left; padding-left: 70px;}
.fn-list{font-size: 14px; line-height: 30px; color: #cccccc; margin-top: 30px;}
.fn-text{font-size: 18px;line-height: 26px;color: #fff;font-weight: bold;}
.fn-text a {position: relative;}
.fn-text a:after{content: ''; position: absolute; bottom: -15px; left: 0; width: 100%; height: 1px; background: #dd0000;}
.wb-left{ float: left;}
.wb-right{float: right;}
.wb-link span{margin: 0 10px;}
.wb-link{margin-right: 30px;}
.foot .fn-text a{color:#fff;}
.foot a{transition: 0.36s;color: #fff;}
.foot a:hover{color: #cccccc;}
.wsc-bottom{ margin-top: 48px; border-top: 1px solid rgba(85,85,85,0.5); height: 28px;line-height: 28px; padding: 25px 0; color: #808080;}
.wb-a span{ margin: 0 20px; color: rgba(255, 255, 255, 0.2);}
.lxwm.fn-list li{width: 45px;height: 45px;display: inline-block;margin-top: 20px;}
.lxwm.fn-list li:nth-child(1) {background:url(../images/foot1.png) no-repeat left;}
.lxwm.fn-list li:nth-child(2) {background:url(../images/foot2.png) no-repeat left;}


.fn-code img{ width: 150px;}
.fn-item .fn-list li{padding: 5px 0px 0px 0;}
.fn-logo{width: 300px;float: left;border-right: 1px solid #b2b2b2;}
.fn-code{width: 150px;float: right;text-align:center;}
.fn-code .fn-list{margin-top:0;}
.fn-code .ewm{background: #fff;font-size: 14px; line-height: 30px;color: #cccccc;}
.fn-code .ewm .img{line-height: 0;}
.fn-code .ewm .tit{color:#444444;font-size: 16px;padding-bottom: 10px;}
.foot .logo {margin: 0;}
.foot .logo img {display: block;height: 165px;width: auto;}
.foot .text {position: relative;height: 25px;font-size: 18px;margin: 10px 0 10px 0;color: #fff;line-height: 25px;padding-left: 50px; background: url(../images/tel-1.png) no-repeat left center;}
.foot .text strong {display: block;font-size: 26px;color: #294294;margin: 10px 0;line-height: 30px;}
.foot .text.add{font-size: 16px;padding-left: 30px;background: url(../images/add-1.png) no-repeat left center;}
.foot .tel{color: #dd0000;font-size: 34px;font-family: "Impact";padding-left: 40px;}
.foot .text:after{content: ''; position: absolute; bottom: -5px; left: 0; width: 80%; height: 1px; background: #b2b2b2;}
.fn-contact { width: 400px; float: left;margin-top: 20px;}

.copyright {background: #1f1f1f;line-height: 40px; font-size: 14px; color: #fff; padding: 10px 0 10px 0;text-align:center;}
.copyright a {font-size: 14px;color: #666;padding: 0 0px 0 40px; transition-duration: 0.4s; -webkit-transition-duration: 0.4s; -moz-transition-duration: 0.4s; -ms-transition-duration: 0.4s; -o-transition-duration: 0.4s;}
.copyright a:hover { color: #666;}

.pro_bj{padding:20px 0 140px;background: url(../images/case-bg.jpg) no-repeat center;}
.pro_bj .section-title{text-align:left;padding:80px 0 40px;}
.pro_bj .section-title .tit-t{float:left;}
.pro_bj .section-title p{float:right;font-size:24px;color:#989898;margin: 28px 40px 0 0px;text-align:left;}
.pro_bj .section-title .tit-cn{font-size:46px;color:#474747;font-weight:bold;}
.pro_bj .section-title .tit-en{font-size:20px;color:#474747;text-transform: uppercase;}
.pro_bj .section-title .more{float: right;margin-top: 20px;}
.cp_nr{width:1440px;height: auto; position: relative; margin-top: 27px;}
.cp_nr .m_pro{overflow: hidden;}
.cp_nr .jt{width: 75px; height: 75px;position: absolute;top:50%;margin-top: -37px;}
.cp_nr .cp_prev{left:-78px; background: url(../images/cp_lefts.png) no-repeat;}
.cp_nr .cp_next{right:-78px;background: url(../images/cp_rights.png) no-repeat;}
.cp_nr li{width: 460px;float: left; margin-right: 30px;position: relative;}
.cp_nr li a{ text-decoration: none; }
.cp_nr li img{width: 460px; height: 570px; display: block;box-sizing: border-box;}
/* .cp_nr li span{background:#fff; display: block; height:80px; line-height: 80px;text-align: center; font-size: 16px; color: #666; border-bottom: 3px solid #c7c7c7;position: relative; }
.cp_nr li span:after{width: 34px; height: 34px; z-index: 1; content: "";position: absolute;bottom: -18px;left:50%;margin-left: -17px; background: url(../images/cpico.png) no-repeat;}
 */
.cp_nr li .text{position: absolute;bottom: 0;left: 0;right: 0;}
.cp_nr li .text .tit{color:#fff;font-size:24px;padding:20px;background-color: rgba(71 ,71 ,71 ,0.7);}
.cp_nr li .text .tit span{background: url(../images/jian-al.png) no-repeat;background-size: contain;padding-left:40px;}
.cp_nr li .text p{font-size:16px;color:#222222;line-height: 2;}
.cp_nr li .text p.des1{margin-top:20px;}
.cp_nr li .text p.des3{margin-top:20px;}
/*.cp_nr li:nth-child(4n){margin-right: 0;}*/

.cp_nr li:hover{transform: translateY(-3px);transition: all 0.5s linear;-webkit-transition: all 0.5s linear;-moz-transition: all 0.5s linear;-o-transition: all 0.5s linear;}
/* .cp_nr li:hover span{ background:#026cc4;border-bottom: 3px solid #026cc4;  color: #fff;transition: all 0.5s linear;-webkit-transition: all 0.5s linear;-moz-transition: all 0.5s linear;-o-transition: all 0.5s linear;}
.cp_nr li:hover span:after{background: url(../images/cpicocur.png) no-repeat;} */
.cp_nr li:hover .text .tit{background: rgba( 214, 4, 4 ,0.7);}

.oil{margin-bottom: 100px;}
.oil .section-title{text-align:left;padding-top:110px;}
.oil .section-title .tit-cn{font-size:46px;color:#474747;font-weight:bold;}
.oil .section-title .tit-en{font-size:20px;color:#474747;text-transform: uppercase;}
.oil .section-title p{font-size:26px;color:#474747;}
.oil_nav{height: 100px;text-align: center; overflow: hidden;}
.oil_nav li{ display:inline-block;width: 24.85%; margin-right: 0.2%;height: 70px;line-height:70px;text-align: center;}
.oil_nav li:last-child{margin-right: 0;}
.oil_nav li a{display: block;font-size: 22px; color: #343434; line-height: 70px;border: 1px solid #cdcdcd;}
.oil_nav li img{ display: block;width:90px;height:84px;margin: 0 auto;}
.oil_nav li i{display: block;font:12px/20px "Arial"; color:#656565;text-transform: uppercase;}
.oil_nav li a:hover , .oil_nav .cur a{ background: #d60404; color:#fff;text-decoration: none;}
.oil_nav .nobg{background:none;}
.oil_nr{overflow: hidden;}
.oil_c{overflow: hidden;}
.oil_c p{width: 646px;  overflow: hidden;}
.oil_c p img{width: 644px; height: 426px;border:1px solid #e8e8e8;}
.oil_c p span{ display: block; margin-top:17px; width: 614px; height: 39px; line-height: 38px;background: #343434; font-size: 16px;font-weight: bold; color: #fff;padding-left: 30px;}
.oil_c ul{overflow: hidden;}
.oil_c li{ float: left;margin-right:2%;width: 32%; position: relative; overflow: hidden;background: url(../images/oil-bg.png) no-repeat;}
.oil_c li .m{height:580px;line-height:580px;}
.oil_c li .oil_t{font-size:24px;color:#ffffff;position: absolute;top: 60px;left: 50px;}
.oil_c li .oil_more{font-size:20px;color:#ffffff;position: absolute;bottom: 60px;left: 50px;}
.oil_c li .oil_hx{width:40px;height:3px;background:#d60404;position: absolute;bottom: 50px;left: 50px;}
.oil_c .nomar{margin-right: 0;}

.ys{background: url(../images/ys-bg.jpg) no-repeat center;padding: 70px 80px;}
.ys .section-title-ys{text-align: center;}
.ys .section-title-ys .tit-t span{font-size:52px;color:#fff;font-weight: bold;position: relative;}
.ys .section-title-ys p{font-size:32px;color:#fff;margin-top: 10px;}
.ys .section-title-ys span:after {position: absolute;top: 110%;left:0;right:0;content: '';width: 100%;height: 1px;background-color: rgba(255 ,255 ,255 ,0.6);}
.ys .ys-content{margin-top: 50px;}
.ys .ys-content .item{height: 230px;margin-bottom: 15px;}
.ys .ys-content .ys-l{float: left;width: 50%;background: #fff;height: 230px;}
.ys .ys-content .item2 .ys-l{background: none;}
.ys .ys-content .ys-l .text{padding:60px 0 0 110px;}
.ys .ys-content .ys-l .tit{font-size: 38px;line-height: 36px;padding-left:15px;font-weight: bold;color: #1b1b1b;border-left: 10px solid #dd0000;}
.ys .ys-content .ys-l .desc{color:#1b1b1b;font-size: 22px;padding: 10px 0 0px;}
.ys .ys-content .ys-r{float: right;width: 50%;height: 230px;}
.ys .ys-content .ys-l img{width: 100%;height: 100%}
.ys .ys-content .ys-r img{width: 100%;height: 100%}
.ys .ys-content .item2 .ys-r{background: #fff;}
.ys .ys-content .item2 .ys-r .text{padding:60px 0 0 110px;}
.ys .ys-content .item2 .ys-r .tit{font-size: 38px;line-height: 36px;padding-left:15px;font-weight: bold;color: #1b1b1b;border-left: 10px solid #dd0000;}
.ys .ys-content .item2 .ys-r .desc{color:#1b1b1b;font-size: 22px;padding: 10px 0 0px;}

.video{background: url(../images/video-bg.jpg) no-repeat center;padding: 110px 0px;}
.video .video-t .video-l{float: left;width: 62%;background: url(../images/v-bg.jpg) no-repeat center;height: 390px;}
.video .section-title-v{text-align:left;padding:60px 0 50px 60px;}
.video .section-title-v .tit-cn{font-size:46px;color:#d60404;font-weight:bold;}
.video .section-title-v .tit-en{font-size:20px;color:#d60404;text-transform: uppercase;}
.video .section-title-v p{font-size:26px;color:#474747;}
.video .video-l .ico{margin: 0 0 15px 60px;}
.video .video-l .ico .li{font-size: 24px;color: #d60404;width: 120px;height: 50px;line-height:50px;border: 1px solid #d60404;float: left;margin-right: 15px;padding-left: 60px;background: url(../images/v-1.png) no-repeat 15px 5px;}
.video .video-l .ico .li.l2{background: url(../images/v-2.png) no-repeat 15px 5px;}
.video .video-l .ico .li.l3{background: url(../images/v-3.png) no-repeat 15px 5px;}
.video .video-l .ico .li.l4{background: url(../images/v-4.png) no-repeat 15px 5px;}
.video .video-t .cover{ position: absolute;  left: 0; bottom: 0; width: 100%;  height: 100%; transition: 0.36s;}
.video .video-t .cover .play-icon { width: 120px; height: 120px; position: absolute; left: 0; right: 0; top: 0; bottom: 0;  margin: auto;  background: url(../images/video-btn.png) no-repeat center center;}
.video .video-r{float: right; width: 34%;position: relative;}
.video .video-r .img{line-height: 0;}
.video .video-r img{width: 100%;height: 390px;}
.video .video-b{margin-top: 45px;}
.video .video-b .video-l{float: left;width: 62%;height: 390px;}
.video .video-b .item{float: left;width: 47.5%;margin-right: 5%;position: relative;}
.video .video-b .item:nth-child(2){margin-right: 0;}
.video .video-b .item img{width: 100%;height: 390px;}
.video .video-b .cover{ position: absolute;  left: 0; bottom: 0; width: 100%;  height: 100%; transition: 0.36s;}
.video .video-b .cover .play-icon { width: 120px; height: 120px; position: absolute; left: 0; right: 0; top: 0; bottom: 0;  margin: auto;  background: url(../images/video-btn.png) no-repeat center center;}

.video .video-item{position: relative;}
.video .video-item .img{line-height: 0;}
.video .video-item img{width: 100%;height: 390px;}
.video .video-item:nth-child(1){float: left;width: 62%;background: url(../images/v-bg.jpg) no-repeat center;height: 390px;}
.video .video-item:nth-child(2){float: right;width: 34%;}
.video .video-item:nth-child(3){float: left;width: 29.5%;margin-right: 3%;margin-top: 45px;}
.video .video-item:nth-child(4){float: left;width: 29.5%;margin-top: 45px;}
.video .video-item:nth-child(5){float: right;width: 34%;margin-top: 45px;}
.video .video-item:nth-child(1) .ico{margin: 0 0 15px 60px;}
.video .video-item:nth-child(1) .ico .li{font-size: 24px;color: #d60404;width: 120px;height: 50px;line-height:50px;border: 1px solid #d60404;float: left;margin-right: 15px;padding-left: 60px;background: url(../images/v-1.png) no-repeat 15px 5px;}
.video .video-item:nth-child(1) .ico .li.l2{background: url(../images/v-2.png) no-repeat 15px 5px;}
.video .video-item:nth-child(1) .ico .li.l3{background: url(../images/v-3.png) no-repeat 15px 5px;}
.video .video-item:nth-child(1) .ico .li.l4{background: url(../images/v-4.png) no-repeat 15px 5px;}
.video .video-item .cover{ position: absolute;  left: 0; bottom: 0; width: 100%;  height: 100%; transition: 0.36s;}
.video .video-item .cover .play-icon { width: 120px; height: 120px; position: absolute; left: 0; right: 0; top: 0; bottom: 0;  margin: auto;  background: url(../images/video-btn.png) no-repeat center center;}

.index-message{background: url(../images/message-bg.jpg) no-repeat center;padding: 140px 0 130px;}
.index-message .index-message-c .button{border: none; width: 135px;  height: 50px;  color: #fff; background-color: #d60404; display: inline-block; font-size: 18px;font-weight: normal;text-align: center;cursor: pointer;}
.index-message .index-message-c{ font-size: 0;}
.index-message .index-message-c .input{ margin-right: 5px;  width: 330px;  height: 50px;  padding-left: 20px; color: #9d9d9d; font-size: 14px;}

.video-icon .video-icon-content{margin-top: -100px;}
.video-icon .video-icon-content li{float: left;width:25%;height: 302px;position: relative;text-align: center;}
.video-icon .video-icon-content li .text{border: 1px solid #eeeeee;height: 300px;background: #fff;}
.video-icon .video-icon-content li .img{ display: inline-block; margin-top: 50px; line-height: 0;  position: relative; width:50px;  height:50px; background: url(../images/video-1.png) no-repeat center;}
.video-icon .video-icon-content li:nth-child(2) .img{background: url(../images/video-2.png) no-repeat center;}
.video-icon .video-icon-content li:nth-child(3) .img{background: url(../images/video-3.png) no-repeat center;}
.video-icon .video-icon-content li:nth-child(4) .img{background: url(../images/video-4.png) no-repeat center;}
.video-icon .video-icon-content li .tit{font-size: 32px;color: #222222;font-weight: bold;margin: 10px 0;}
.video-icon .video-icon-content li .desc{font-size: 18px;color: #fff;}
.video-icon .video-icon-content li .hx{width: 40px;height: 4px;background: #dc0000;margin: 80px auto 0;}
.video-icon .video-icon-content li .ca_hidden{background: url(../images/v-bg.png) no-repeat center;height: 370px;top: -68px;}
.video-icon .video-icon-content li .text-h .img{ display: inline-block; margin-top: 50px; line-height: 0;  position: relative; width:50px;  height:50px; background: url(../images/video-1.png) no-repeat center;}
.video-icon .video-icon-content li .text-h .tit{font-size: 32px;color: #fff;font-weight: bold;margin: 10px 0;}
.video-icon .video-icon-content li .text-h .desc{font-size: 18px;color: #fff;line-height: 2; padding: 20px 30px;}
.video-icon .video-icon-content li .text-h .hx{width: 40px;height: 4px;background: #fff;margin: 20px auto 0;}
.video-icon .video-icon-content li:hover .ca_hidden{display: block;}
.video-icon .video-icon-content li:hover .text-h .img{background: url(../images/video-1h.png) no-repeat center;}
.video-icon .video-icon-content li:nth-child(2) .text-h .img{background: url(../images/video-2h.png) no-repeat center;}
.video-icon .video-icon-content li:nth-child(3) .text-h .img{background: url(../images/video-3h.png) no-repeat center;}
.video-icon .video-icon-content li:nth-child(4) .text-h .img{background: url(../images/video-4h.png) no-repeat center;}

.xcys{background: url(../images/xcys-bg.png) no-repeat center;margin-top: 70px;padding: 80px 0 110px;}
.xcys .tit{font-size: 46px;color: #222222;font-weight: bold;}
.xcys .desc{font-size: 20px;color: #333333;width: 600px;padding: 40px 0;line-height: 2;}

.rmsp{background: #fafafa;padding-bottom: 60px;}
.rmsp .title{text-align: center;padding: 80px 0 60px;}
.rmsp .title .tit{font-size: 48px;color: #222222;font-weight: bold;}
.rmsp .title .desc{font-size: 20px;color: #333333;line-height: 2;}
.rmsp .content ul li{float: left;width: 32%;margin-right: 2%;margin-bottom: 50px;}
.rmsp .content ul li:nth-child(3n){margin-right: 0;}
.rmsp .content ul li .img{position: relative;}
.rmsp .content ul li img{width: 100%;height: 420px;}
.rmsp .content ul li .cover{ position: absolute;  left: 0; bottom: 0; width: 100%;  height: 100%; transition: 0.36s;}
.rmsp .content ul li .cover .play-icon { width: 120px; height: 120px; position: absolute; left: 0; right: 0; top: 0; bottom: 0;  margin: auto;  background: url(../images/video-btn.png) no-repeat center center;}
.rmsp .content ul li .tit{height: 60px;line-height:60px;text-align:center;font-size: 20px;color: #fff;background: #434343;}
.rmsp .content ul li:hover .tit{background: #ff0000;}
.rmsp .rmsp-more{font-size: 18px;color: #444444;border: 1px solid #aaaaaa;width: 170px;height: 48px;line-height:48px;margin: 10px auto;text-align: center;}

.jdsp{background: #f5f5f5;padding-bottom: 100px;}
.jdsp .title{text-align: center;padding: 80px 0 60px;}
.jdsp .title .tit{font-size: 48px;color: #222222;font-weight: bold;}
.jdsp .title .desc{font-size: 20px;color: #333333;line-height: 2;}
.jdsp .content ul li{float: left;width: 49%;margin-right: 2%;margin-bottom: 50px;}
.jdsp .content ul li:nth-child(2n){margin-right: 0;}
.jdsp .content ul li .item{padding: 20px;background: #fff;}
.jdsp .content ul li .img{position: relative;}
.jdsp .content ul li img{width: 100%;height: 430px;}
.jdsp .content ul li .cover{ position: absolute;  left: 0; bottom: 0; width: 100%;  height: 100%; transition: 0.36s;}
.jdsp .content ul li .cover .play-icon { width: 120px; height: 120px; position: absolute; left: 0; right: 0; top: 0; bottom: 0;  margin: auto;  background: url(../images/video-btn.png) no-repeat center center;}
.jdsp .content ul li .tit{font-size: 36px;color: #222222;font-weight: bold;padding: 20px 0;}
.jdsp .content ul li .desc{color: #666666;font-size: 18px;padding-bottom: 20px;}

.jyms{padding-bottom: 100px;}
.jyms .title{text-align: center;padding: 80px 0 60px;}
.jyms .title .tit{font-size: 48px;color: #222222;font-weight: bold;}
.jyms .title .tit span{color: #ff0000;}
.jyms .title .desc{font-size: 20px;color: #333333;line-height: 2;}
.jyms .jyms-t{height: 580px;margin-bottom: 40px;}
.jyms .jyms-t .jyms-l{float: left; width: 43%;position: relative;}
.jyms .text{position: absolute;top: 0;bottom: 0;left: 0;right: 0;}
.jyms .text .tit{margin: 80px 0 0 65px;padding-left: 50px;border-left: 3px solid #fff;}
.jyms .text .tit-cn{font-size: 48px;line-height:48px;color: #fff;font-weight: bold;}
.jyms .text .tit-en{font-size: 20px;line-height:20px;color: #cccccc;text-transform: uppercase;padding-top: 20px;}
.jyms .text .desc{font-size: 24px;color: #fff;padding: 80px 80px 0 115px;line-height: 2;}
.jyms .jyms-t .jyms-r{float: right; width: 56%;position: relative;}
.jyms .jyms-c{height: 450px;margin-bottom: 40px;}
.jyms .jyms-c .jyms-l{float: left; width: 43%;position: relative;}
.jyms .jyms-c .jyms-r{float: right; width: 56%;position: relative;}
.jyms .jyms-b{height: 580px;margin-bottom: 40px;}
.jyms .jyms-b .jyms-l{float: left; width: 56%;position: relative;}
.jyms .jyms-b .jyms-r{float: right; width: 43%;position: relative;}


.cpys{padding-bottom: 100px;background: url(../images/cpys-bg.png) no-repeat center;}
.cpys .title{text-align: center;padding: 80px 0 60px;}
.cpys .title .tit{font-size: 48px;color: #222222;font-weight: bold;}
.cpys .title .tit span{color: #ff0000;}
.cpys .title .desc{font-size: 20px;color: #333333;line-height: 2;padding: 10px;}
.cpys .cpys-t{height: 600px;margin-bottom: 90px;}
.cpys .cpys-t .cpys-l{float: left; width: 50%;position: relative;background: #fff;}
.cpys .cpys-t .item{padding: 60px;box-shadow:0px 6px 25px rgb(0 0 0 / 8%);height: 480px;}
.cpys .text .tit{font-size: 36px;line-height:36px;color: #222;font-weight: bold;position: relative;padding-left: 100px;}
.cpys .text .tit span{font-size: 72px; font-family: "Impact"; color: #ff0000;position: absolute;left: 0;}
.cpys .text .tit span:before{position: absolute;width: 9px;height: 9px;content: "";left: 80px;right: 0;top: 26px;background: #ff0000;}
.cpys .text .tit span:after{position: absolute;width: 80px;height: 20px;content: "";left: 0;right: 0;top: 36px;background: #fff;}
.cpys .text .desc{font-size: 20px;color: #333333;padding: 40px 25px 0 0px;line-height: 2;}
.cpys .text .more{background: url(../images/jiantou-ys.png) no-repeat; background-size: contain;padding-left: 40px;height:30px;margin-top:15px;}
.cpys .cpys-t .cpys-r{float: right; width: 50%;position: relative;}
.cpys .cpys-c{height: 300px;margin-bottom: 90px;}
.cpys .cpys-c .cpys-l{float: left; width: 50%;position: relative;}
.cpys .cpys-c .cpys-r{float: right; width: 50%;position: relative;background: #fff;}
.cpys .cpys-c .item{padding: 60px;box-shadow:0px 6px 25px rgb(0 0 0 / 8%);height: 180px;}
.cpys .cpys-b{height: 600px;margin-bottom: 90px;}
.cpys .cpys-b .cpys-l{float: left; width: 50%;position: relative;}
.cpys .cpys-b .cpys-r{float: right; width: 50%;position: relative;background: #fff;}
.cpys .cpys-b .item{padding: 60px;box-shadow:0px 6px 25px rgb(0 0 0 / 8%);height: 480px;}
.cpys .xian{font-size: 10px; font-family: "Microsoft YaHei"; color: #222;line-height: 9;text-align: right; -moz-transform: matrix( -1,0,0,0.46081614743308,0,0);  -webkit-transform: matrix( -1,0,0,0.46081614743308,0,0);-ms-transform: matrix( -1,0,0,0.46081614743308,0,0);overflow: hidden;}
.cpys .cpys-b .xian{line-height: 8;}
.cpys .cpys-b .text .desc{line-height:1.5}

.subnav{background: url(../images/company-bg.png) no-repeat center;}
.subnav .subnav-content{margin-top: -35px;}
.subnav .subnav-content li{float: left;width:33.333333%;position: relative;text-align: center;}
.subnav .subnav-content li .tit{border: 1px solid #eeeeee;height: 70px;line-height:70px;background: #fff;font-size: 24px;color: #222222;}
.subnav .subnav-content li:hover .tit{border: 1px solid #ef0707;background: #ef0707;color: #fff;}

.ab.subnav .subnav-content li{width:25%;}

.zxly{background: #f8f8f8;padding-bottom: 80px;}
.zxly .title{text-align: center;padding: 80px 0 60px;}
.zxly .title .tit{font-size: 48px;color: #222222;font-weight: bold;}
.zxly .zxly-c{ font-size: 0;}
.zxly .zxly-c .item{margin-right: 6.6666%;  width: 20%;float: left;}
.zxly .zxly-c .item:nth-child(4){margin-right: 0}
.zxly .zxly-c .input{border: 1px solid #e5e5e5;background: #f8f8f8; margin-right: 5px;  width: 100%;  height: 50px;  padding-left: 20px; color: #666666; font-size: 16px;}
.zxly .zxly-c .input.input-1{background: #f8f8f8 url(../images/input-1.png) no-repeat right}
.zxly .zxly-c .input.input-2{background: #f8f8f8 url(../images/input-2.png) no-repeat right}
.zxly .zxly-c .input.input-3{background: #f8f8f8 url(../images/input-3.png) no-repeat right}
.zxly .zxly-c .input.input-4{background: #f8f8f8 url(../images/input-4.png) no-repeat right}
.zxly .zxly-c .form-c textarea{background: #f8f8f8;height: 200px;line-height: 20px;font-size: 16px;color:#666666;border: 1px solid #e5e5e5;padding: 15px 20px;width: 100%;display: inline-block;vertical-align: top;margin-top: 50px;font-family: "Microsoft Yahei";}
.zxly .zxly-c .sub{margin-top:60px;text-align: center;}
.zxly .zxly-c .button{border: none; width: 240px;  height: 50px;  color: #fff; background-color: #848484; display: inline-block; font-size: 16px;font-weight: normal;text-align: center;cursor: pointer;}
.zxly .zxly-c .button.reset{background: #ef0707;}

.map .title{padding: 80px 0 60px;}
.map .title .tit{font-size: 36px;color: #333333;font-weight: bold;background: url(../images/map-t.png) no-repeat left center;padding-left: 60px;}
.map .title .tit span{font-size: 24px;color: #333333;font-weight: normal;}
.map .map-centent .img{border: 1px solid #e5e5e5; padding: 20px; text-align: center;}

.lxfs .title .tit{font-size: 36px;color: #333333;font-weight: bold;padding: 40px 0 0px;text-align: center;}
.lxfs .list{margin: 40px auto;}
.lxfs .list li{float:left;width:30%;font-size: 24px;color: #333333;height: auto;line-height:auto;background: url(../images/map-1.png) no-repeat left top;}
.lxfs .list li:nth-child(2){width:33%;background: url(../images/map-2.png) no-repeat left top;}
.lxfs .list li:nth-child(3){width:37%;background: url(../images/map-3.png) no-repeat left top;}
.lxfs .list li .li{padding-left: 70px;}
.lxfs .list li:nth-child(2) .tit{float:left;}
.lxfs .list li:nth-child(2) .img{float:left;}

.che{padding-bottom: 100px;}
.che .title{padding: 80px 0 60px;}
.che .title .tit{font-size: 36px;color: #333333;font-weight: bold;background: url(../images/map-t.png) no-repeat left center;padding-left: 60px;}
.che .title .tit span{font-size: 24px;color: #333333;font-weight: normal;}
.che .list{float: left;width: 32%;}
.che .img{float: left;width: 68%;margin-top: -260px;}
.che .che-centent{margin-top: 100px;}
.che .list li{color: #333333;font-size: 30px;position: relative;margin: 20px 0;}
.che .list li .li{padding-left: 100px;}
.che .list li span{font-size: 18px;color: #333333;}
.che .list li:after {position: absolute;width: 80px;height: 25px;content: "";text-align: center;left: 0;right: 0;top: 50%;background: #7ecef4;margin-top: -12px;}
.che .list li:nth-child(2):after {position: absolute;width: 80px;height: 25px;content: "";text-align: center;left: 0;right: 0;top: 50%;background: #994f8c;margin-top: -12px;}
.che .list li:nth-child(3):after {position: absolute;width: 80px;height: 25px;content: "";text-align: center;left: 0;right: 0;top: 50%;background: #f6a3b7;margin-top: -12px;}
.che .list li:nth-child(4):after {position: absolute;width: 80px;height: 25px;content: "";text-align: center;left: 0;right: 0;top: 50%;background: #f0c840;margin-top: -12px;}
.che .list li:nth-child(5):after {position: absolute;width: 80px;height: 25px;content: "";text-align: center;left: 0;right: 0;top: 50%;background: #b3d465;margin-top: -12px;}
.che .list li:nth-child(6):after {position: absolute;width: 80px;height: 25px;content: "";text-align: center;left: 0;right: 0;top: 50%;background: #0068b7;margin-top: -12px;}

.company{background: url(../images/company-bg.png) no-repeat center;padding: 100px 0;}
.company .text{float: left;width: 58%;position: relative;}
.company .title{padding-left: 90px;}
.company .title-d{color: #222222;font-size: 70px;font-weight: bold;}
.company .title-x{color: #222222;font-size: 34px;line-height: 2;}
.company .desc{font-size: 20px;color: #444444;line-height: 2;margin-top: 50px;}
.company span{font-size: 172px; font-family: "SimHei"; color: #ef0707;}
.company span.s1{position: absolute;left: -90px;top: -20px;}
.company span.s2{position: absolute;right: -150px;top: 80px;}
.company .img{width: 42%; float: right;margin-top: 40px;}
.company .text .more a{margin-top:15px;padding: 10px 20px;background: #dd0000;border-radius: 30px;display: inline-block;}
.company .text .more a span{background: url(../images/jian-al.png) no-repeat; background-size: contain;color:#fff;font-size:14px;padding-left: 20px;height:30px;}

.culture{background: url(../images/culture-bg.png) no-repeat top;padding: 130px 0 100px;}
.culture .title{text-align: center;}
.culture .title .tit{font-size: 48px;color: #fff;font-weight: bold;}
.culture .title .tit-en{font-size: 20px;color: #cccccc;text-transform: uppercase;}
.culture .content{padding: 100px 0;}
.culture .cul-l{float: left;width: 50%;}
.culture .cul-r{float: left;width: 50%;}
.culture .cul-b .cul-l .img1{float: left;width: 50%;text-align: left;}
.culture .cul-b .cul-l .img2{float: right;width: 50%;text-align: right;}
.culture .cul-r .text{padding-left: 50px;}
.culture .cul-r .text .tit{font-size: 46px;color: #ef0707;}
.culture .cul-r .text p{font-size: 20px;color: #fff;line-height: 2;}
.culture .cul-t .cul-r .text .tit{padding: 80px 0 40px;}
.culture .cul-b{margin-top: 25px;}
.culture .cul-b .cul-r .text .tit{padding: 10px 0 30px;}

.culture .cul-v{position: relative;margin-top: 20px;}
.culture .cul-v .tit{font-size: 36px;color: #fff;position: absolute;top: 150px;left: 0;right: 0;text-align: center;}
.culture .cul-v .play-btn{position: absolute; top: 250px; left: 0; right: 0;text-align: center;}

.qyfc{padding-bottom: 100px;}
.qyfc .title{text-align: center;padding: 0px 0 50px;}
.qyfc .title .tit{font-size: 48px;color: #222;font-weight: bold;}
.qyfc .title .tit-en{font-size: 20px;color: #666666;text-transform: uppercase;}
.qyfc .qyfc-c .qyfc-l{float:left;width:50%;}
.qyfc .qyfc-c .qyfc-l .text{position: relative;}
.qyfc .qyfc-c .qyfc-l .m{height:460px;line-height: 460px;overflow: hidden;}
.qyfc .qyfc-c .qyfc-l .tit{font-size:24px;color:#fff;background-color: rgba( 0, 0, 0,0.6 );padding:20px;text-align: center;position: absolute;left: 0;right: 0;bottom:0;}
.qyfc .qyfc-c .qyfc-l .icon{position: absolute;bottom: 50%;left: 50%;margin-left: -30px;margin-bottom: -30px;line-height:0;background: url(../images/cpico1.png) no-repeat 0 0;width: 60px;height:60px;}
.qyfc .qyfc-c .qyfc-r{float:right;width:49%;}
.qyfc .qyfc-c .qyfc-r .text{float:left;width:49%;margin-right: 2%;margin-bottom: 20px;position: relative;}
.qyfc .qyfc-c .qyfc-r .text:nth-child(2n){margin-right: 0;}
.qyfc .qyfc-c .qyfc-r .m{height:220px;line-height: 220px;overflow: hidden;}
.qyfc .qyfc-c .qyfc-r .tit{font-size:16px;color:#fff;background-color: rgba( 0, 0, 0,0.6 );padding:10px 0;text-align: center;position: absolute;left: 0;right: 0;bottom:0;}
.qyfc .qyfc-c .qyfc-r .icon{position: absolute;bottom: 50%;left: 50%;margin-left: -20px;margin-bottom: -20px;line-height:0;background: url(../images/cpico.png) no-repeat 0 0;width: 40px;height:40px;}
.qyfc .qyfc-m{text-align:center;}
.qyfc .qyfc-more{display: inline-block;padding: 15px 20px;background: #666666;border-radius: 5px;margin:50px 0 60px 0;}
.qyfc .more { font-size: 24px; color: #fff; font-weight:bold; background: url(../images/pro-more.png) no-repeat center right; display: inline-block;padding-right:70px;}
.qyfc .more:hover {-webkit-animation: shake 1.5s linear;animation: shake 1.5s linear;}

.qyfc .qyfc-c .qyfc-l:hover .icon{background: url(../images/cpicocur1.png) no-repeat 0 0;}
.qyfc .qyfc-c .qyfc-r .text:hover .icon{background: url(../images/cpicocur.png) no-repeat 0 0;}

.honor{padding: 100px 0;background: url(../images/honor.png) no-repeat center;}
.honor .title{text-align: center;padding: 0px 0 50px;}
.honor .title .tit{font-size: 48px;color: #222;font-weight: bold;}
.honor .title .tit-en{font-size: 20px;color: #666666;text-transform: uppercase;}
.honor .honor-c .text{background: url(../images/honor-bg.png) no-repeat bottom;padding: 50px 0 50px 30px;}
.honor .honor-c .text .hx{background-color: #fff;width: 80px;height: 3px;}
.honor .honor-c .text .date{font-size: 24px;color: #fff;padding: 30px 0;}
.honor .honor-c .text .tit{font-size: 24px;color: #fff;}
.honor .honor-c .text .more{margin-top:40px;}
.honor .honor-c .text .more span{font-size: 14px;color: #fff;padding-right: 50px;background: url(../images/honor-more.png) no-repeat right;}
.honor .honor-c .text:hover{background: url(../images/honor-bgh.png) no-repeat bottom;}

.hadt{padding: 100px 0;}
.hadt .title{text-align: center;padding: 0px 0 50px;}
.hadt .title .tit{font-size: 48px;color: #222;font-weight: bold;}
.hadt .title .desc{font-size: 20px;color: #444444;line-height: 2;}
.hadt .hadt-c .hadt-l{float:left;width:50%;}
.hadt .hadt-c .hadt-l .text{position: relative;}
.hadt .hadt-c .hadt-l .m{height:460px;line-height: 460px;overflow: hidden;}
.hadt .hadt-c .hadt-l .item{padding: 60px 20px;position: absolute;bottom: 0;left: 0;right: 0;}
.hadt .hadt-c .hadt-l .tit{font-size:24px;color:#fff;font-weight: bold;}
.hadt .hadt-c .hadt-l .date{font-size: 18px;color: #fff;padding-bottom: 20px;}
.hadt .hadt-c .hadt-r{float:right;width:49%;}
.hadt .hadt-c .hadt-r .text{float:left;width:49%;margin-right: 2%;margin-bottom: 20px;position: relative;}
.hadt .hadt-c .hadt-r .text:nth-child(2n){margin-right: 0;}
.hadt .hadt-c .hadt-r .m{height:220px;line-height: 220px;overflow: hidden;}
.hadt .hadt-c .hadt-r .item{padding: 60px 20px;position: absolute;top: 0;bottom: 0;left: 0;right: 0;}
.hadt .hadt-c .hadt-r .tit{font-size:18px;font-weight:bold;color:#fff;}
.hadt .hadt-c .hadt-r .date{font-size: 18px;color: #fff;padding-bottom: 20px;}
.hadt .hadt-c .swiper-button-prev{left: 20px;background: url(../images/xw-l.png) no-repeat center;}
.hadt .hadt-c .swiper-button-next{right: 20px;background: url(../images/xw-r.png) no-repeat center;}

.hyxw{padding: 100px 0;background: #f6f6f6;}
.hyxw .title{text-align: center;padding: 0px 0 50px;}
.hyxw .title .tit{font-size: 48px;color: #222;font-weight: bold;}
.hyxw .title .tit-en{font-size: 20px;color: #666666;text-transform: uppercase;}
.hyxw .hyxw-c .item{float: left;width: 49%;margin-right: 2%;}
.hyxw .hyxw-c .item:nth-child(2){margin-right: 0;}
.hyxw .hyxw-c .item .m{height:360px;line-height: 360px;overflow: hidden;position: relative;}
.hyxw .hyxw-c .item .m span{position: absolute; width: 135px; height: 40px; line-height: 40px; font-size:14px; color:#fff; background: rgba( 0, 0, 0,0.8 ); bottom: 0;right: 0;border-radius:0 60px 60px 0;}
.hyxw .hyxw-c .item .text{padding: 60px 30px 50px;background: #fff;}
.hyxw .hyxw-c .item .tit{font-size:30px;color:#222222;font-weight: bold;}
.hyxw .hyxw-c .item .desc{font-size: 20px;color: #666666;padding: 40px 0;}
.hyxw .hyxw-c .item .date .time{font-size: 18px;color: #999999;}
.hyxw .hyxw-c .item .date .more{float:right;font-size: 14px;color: #999999;background: url(../images/more-news.png) no-repeat right;padding-right: 40px;}
.hyxw .hyxw-c .item:hover .tit{color: #ef0707;}

.cpzx{padding: 100px 0;}
.cpzx .title{text-align: center;padding: 0px 0 50px;}
.cpzx .title .tit{font-size: 48px;color: #222;font-weight: bold;}
.cpzx .title .tit-en{font-size: 20px;color: #666666;text-transform: uppercase;}
.cpzx .cpzx-c .item{float: left;width: 32%;margin-right: 2%;}
.cpzx .cpzx-c .item:nth-child(3){margin-right: 0;}
.cpzx .cpzx-c .item .m{height:260px;line-height: 260px;overflow: hidden;}
.cpzx .cpzx-c .item .text{padding: 30px;background: #f6f6f6;}
.cpzx .cpzx-c .item .tit{font-size:24px;color:#222222;font-weight: bold;}
.cpzx .cpzx-c .item .desc{font-size: 20px;color: #666666;padding: 40px 0;}
.cpzx .cpzx-c .item .date .time{font-size: 14px;color: #999999;}
.cpzx .cpzx-c .item .date .more{float:right;font-size: 14px;color: #999999;background: url(../images/more-news.png) no-repeat right;padding-right: 40px;}
.cpzx .cpzx-c .item:hover .tit{color: #ef0707;}

.gsxw{padding: 60px 0 30px;background: url(../images/gsxw-bg.png) no-repeat center;}
.gsxw .title{text-align: center;padding: 0px 0 20px;}
.gsxw .title .tit{font-size: 48px;color: #fff;font-weight: bold;}
.gsxw .title .tit-en{font-size: 20px;color: #ccc;text-transform: uppercase;}
.gsxw .gsxw-c .swiper-slide .item{padding: 0 30px;}
.gsxw .gsxw-c .item .m{height:260px;line-height: 260px;overflow: hidden;}
.gsxw .gsxw-c .item .text{padding: 30px;}
.gsxw .gsxw-c .item .tit{font-size:28px;color:#fff;font-weight: bold;}
.gsxw .gsxw-c .item .desc{font-size: 20px;color: #fff;padding: 40px 0;}
.gsxw .gsxw-c .item .date .time{font-size: 14px;color: #999999;}
.gsxw .gsxw-c .item .date .more{float:right;font-size: 14px;color: #999999;background: url(../images/more-news.png) no-repeat right;padding-right: 40px;}
.gsxw .gsxw-c .item:hover .text{background: rgba( 220, 0, 0,0.8 )}
.gsxw .gsxw-c .swiper-slide-next .item:before {position: absolute;width: 1px;height: 60%;content: "";text-align: center;left: 0;top: 20%;background-color: rgba( 255, 255, 255,0.2 );}
.gsxw .gsxw-c .swiper-slide-next .item:after {position: absolute;width: 1px;height: 60%;content: "";text-align: center;right: 0;top: 20%;background-color: rgba( 255, 255, 255,0.2 );}
.gsxw .gsxw-c .swiper-button-prev{left: 0;background: url(../images/xw-l.png) no-repeat center;}
.gsxw .gsxw-c .swiper-button-next{right: 0;background: url(../images/xw-r.png) no-repeat center;}

.cpzx{background: #fff;}
.cpzx .cpzx-l{float: left;width: 22%;}
.cpzx .cpzx-l .menu li { position: relative; padding:1%; border: 1px solid #fff; margin-bottom: 20px;}
.cpzx .cpzx-l .menu li >a { display: block; height: 70px; line-height: 70px; font-size: 26px; color: #343434; text-decoration: none; background:#fff;text-align:center;}
.cpzx .cpzx-l .menu li >a span{ padding-right: 15px;}
.cpzx .cpzx-l .menu li:hover a{ background:#dd0000; color: #fff;}
.cpzx .cpzx-r{float: right;width: 75%;}
.cpzx .cpzx-r .list{margin: 0 0 0 -20px}
.cpzx .cpzx-r .list li{float: left;width: 33.333333%;}
.cpzx .cpzx-r .list li a{display: block;margin: 0 0 40px 20px;border: 1px solid #d60405;position: relative;}
.cpzx .cpzx-r .list li .m {height: 280px;line-height: 280px;}
.cpzx .cpzx-r .list li a .pro-tit{background-color: rgba( 214, 4, 5,0.8 );height:60px;line-height:60px;text-align: center;}
.cpzx .cpzx-r .list li a .pro-tit .tit{font-size: 20px;color: #fff;}
.cpzx .cpzx-r .list li .tit-h{display: none;position: absolute;left: 0; right: 0; top: 0; bottom: 60px;background: rgba( 0, 0, 0,0.5 )}
.cpzx .cpzx-r .list li .tit-h .tit-h-t{position: absolute;left: 0; right: 0; top: 50%;margin-top:-10px;font-size: 20px;color: #fff;text-align: center;}
.cpzx .cpzx-r .list li:hover .tit-h{display: block;}
.cpzx .cpzx-r .list li .tit-h .tit-h-t:before{position: absolute;width: 20px;height: 1px;content: "";text-align: center;left: 0;right:0;top: -5px;background-color: #fff;margin: 0 auto;}
.cpzx .cpzx-r .list li .tit-h .tit-h-t:after{position: absolute;width: 20px;height: 1px;content: "";text-align: center;left: 0;right:0;bottom: -5px;background-color: #fff;margin: 0 auto;}

.rxcp{padding: 100px 0 60px;}
.rxcp .title{text-align: center;padding: 0px 0 20px;}
.rxcp .title .tit{font-size: 48px;color: #222;font-weight: bold;}
.rxcp .title .tit-en{font-size: 20px;color: #666666;text-transform: uppercase;}
.rxcp .content{padding: 80px 0;}
.rxcp .content .item{float: left;width: 32%;margin-right: 2%;}
.rxcp .content .item:nth-child(3){margin-right: 0;}
.rxcp .content .item .text{padding: 40px 30px;background: #e5e5e5;}
.rxcp .content .item .text .tit{font-size: 24px;color: #222222;}
.rxcp .content .item .text .xing{font-size: 24px;color: #222222;}
.rxcp .content .item .text .img{height: 360px;line-height: 360px;margin: 30px 0;background: #fff;}
.rxcp .content .item .text .sub{margin-top:60px;text-align: center;}
.rxcp .content .item .text .button{border: 1px solid #222222; width: 120px;  height: 36px;  color: #222222; display: inline-block; font-size: 16px;font-weight: normal;text-align: center;cursor: pointer;}
.rxcp .rxcp-more{font-size: 18px;color: #444444;border: 1px solid #aaaaaa;width: 170px;height: 48px;line-height:48px;margin: 10px auto;text-align: center;}
.rxcp .content .item:hover .text{background: #d60405;}
.rxcp .content .item:hover .tit{color: #fff;}
.rxcp .content .item:hover .xing{color: #fff;}
.rxcp .content .item:hover .button{border: 1px solid #fff;color: #fff;background: #d60405;}

.cpyyal{padding: 100px 0;background: #e5e5e5;}
.cpyyal .title{text-align: center;padding: 0px 0 20px;}
.cpyyal .title .tit{font-size: 48px;color: #222;font-weight: bold;}
.cpyyal .title .tit-en{font-size: 20px;color: #666666;text-transform: uppercase;}
.cpyyal .content{padding-top: 80px;}
.cpyyal .content .item{border-radius: 10px;float: left;width: 24%;margin-right: 1.333333%;height: 390px;position: relative;background: url(../images/cpyyal-1.png) no-repeat center;}
.cpyyal .content .item .text{padding: 50px 40px 0;}
.cpyyal .content .item .text .tit{font-size: 36px;color: #fff;font-weight: bold;margin-bottom: 40px;}
.cpyyal .content .item .text p{font-size: 20px;color: #fff;line-height: 1.8;}
.cpyyal .content .item:nth-child(2){background: #fff;}
.cpyyal .content .item:nth-child(2) .text .tit{color: #000002;}
.cpyyal .content .item:nth-child(2) .text p{color: #000002;}
.cpyyal .content .item:nth-child(3){background: url(../images/cpyyal-3.png) no-repeat center;}
.cpyyal .content .item:nth-child(4){background: url(../images/cpyyal-4.png) no-repeat center;margin-right: 0;}

.zxcp{padding: 100px 0;}
.zxcp .title{text-align: center;padding: 0px 0 20px;}
.zxcp .title .tit{font-size: 48px;color: #222;font-weight: bold;}
.zxcp .title .tit-en{font-size: 20px;color: #666666;text-transform: uppercase;}
.zxcp .content{padding-top: 80px;}
.zxcp .content .item{ float: left;height:580px;margin-right:2%;width: 32%; position: relative; overflow: hidden;background: url(../images/oil-bg.png) no-repeat;}
.zxcp .content .item:nth-child(3){margin-right: 0;}
.zxcp .content .item .text{padding: 60px 50px;}
.zxcp .content .item .tit{font-size:24px;color:#ffffff;}
.zxcp .content .item .m{padding: 40px 0;height: 290px;line-height: 290px;}
.zxcp .content .item .more{font-size:20px;color:#ffffff;margin-bottom: 5px;}
.zxcp .content .item .hx{width:40px;height:3px;background:#d60404;}

.cpxl{padding: 100px 0 0;background: url(../images/cpxl-bg.png) no-repeat center top;}
.cpxl .title{padding: 0px 0 20px;}
.cpxl .title .tit{font-size: 48px;color: #222;font-weight: bold;}
.cpxl .title .tit-en{font-size: 20px;color: #666666;text-transform: uppercase;}
.cpxl .title .desc{font-size: 20px;color: #fff;margin-top: 270px;padding-right: 60px;}
.cpxl .content .cpxl-l{float: left;width: 34%;}
.cpxl .content .cpxl-r{float: left;width: 65%;height: 500px;position: relative;margin: 100px 0 50px;}
.cpxl .swiper-slide-active .content .cpxl-r{box-shadow: 0px 6px 25px rgb(0 0 0 / 8%);}
.cpxl .content .cpxl-r .img{text-align: center;position: absolute;left: 0;right: 0;top: -120px;bottom: 0;}
.cpxl .swiper-button-next, .cpxl .swiper-button-prev{width: 62px;height: 62px;bottom: 0;top: 150px;}
.cpxl .swiper-button-prev{background:url(../images/pre.png) no-repeat center;left: 0px;}
.cpxl .swiper-button-next{background:url(../images/next.png) no-repeat center;left: 80px;}

.news{padding: 100px 0;}
.news .content{position: relative;}
.news .news-l{float: left;width: 16%;}
.news .news-l .infor .cn{font-size: 46px;font-weight: bold;color: #343434;}
.news .news-l .infor .en{font-size: 20px;color: #989898;}
.news .news-l .page_box{margin-top: 90px;}
.news .news-l .page_box li a{font-size: 20px;color: #555555;margin-bottom: 20px;display: block;}
.news .news-l .page_box li.on a{color: #dd0000;}
.news .news-r{float: right;width: 84%;}
.news .news-r .picList li{float: left;}
.news .news-r .picList li a{border: 1px solid #dadada;width: 360px;margin-right: 60px;display: block;}
.news .news-r .picList li .text{padding: 20px;}
.news .news-r .picList li .pic{height: 240px;line-height: 240px;overflow: hidden;}
.news .news-r .picList li .title{font-size: 18px;color: #2a2a2a;padding: 20px 0;line-height: 2;}
.news .news-r .picList li .date{font-size: 14px;color: #6e6e6e;}
.news .news-r .picList li .desc{font-size: 13px;color: #979797;padding-bottom: 20px;line-height: 2;}
.news .news-r .hd{position: absolute;top: 360px;left: 0;}
.news .news-r .hd span{font-size: 24px;color: #848484;letter-spacing: 20px;}
.news .news-r .hd span span{font-size: 54px;color: #dd0000;}
.news .news-r .hd .pn{margin-bottom: 20px;}
.news .news-r .hd .prev{float:left;width: 10px;height: 20px;display: block;background:url(../images/news-l.png) no-repeat center;}
.news .news-r .hd .next{float:right;width: 10px;height: 20px;display: block;background:url(../images/news-r.png) no-repeat center;margin-right: 20px;}
.news .news-r .picList li .more{background:url(../images/news-j.png) no-repeat center right;height: 21px;}
.news .news-r .picList li:hover .text{background:#f5f5f5;}
.news .news-r .picList li:hover .text .title{color: #dd0000;}
.news .news-r .picList li:hover .more{background:url(../images/news-jh.png) no-repeat center right;}

.ny-header {padding: 0px 0;margin: auto;background:#dd0000;}
.ny-header #logo{padding:10px 0;}
.ny-header .logo {float: left;padding: 13px 30px 13px 0;}
.ny-header .logo img {display: block;height: 60px;width: auto;}
.ny-header .text {float: left;font-size: 30px;margin: 20px 0 0 0;color: #dd0000;line-height: 1;padding-left: 30px;}
.ny-header .text strong {display: block;font-size: 28px;color: #333;margin-bottom: 5px;}
.ny-header .tel {float: right;background: url(../images/tel.png) no-repeat 0 center;padding-left: 65px;margin-top: 20px;}
.ny-header .tel strong {display: block;font-size: 28px;line-height: 1;margin-top: 5px;}

.ny-header .seach_btn{background: url(../images/search-ico.png) no-repeat center;width:30px;height:30px;margin:45px 0;}


.ny-nav {float: right;}
.ny-nav ul {padding-left: 2px;}
.ny-nav li {float: left;position: relative;margin-left: -2px;}
.ny-nav li.xian:hover:after,.ny-nav li.active:after,.ny-nav li.open:after {position: absolute;width: 50%;height: 3px;content: "";text-align: center;left: 0;right: 0;top: 83px;background: #fff;margin: 0 auto;}
.ny-nav li a {display: block;font-size: 16px;text-align: center;padding: 0 30px;color: #fff;line-height: 86px;position: relative;font-family: PingFang SC,Hiragino Sans GB,Heiti SC;}
/* .ny-nav li a:hover,.ny-nav li.active a,.ny-nav li.open a {background-color: #db181a;color: #fff;} */
.ny-nav .dropdown-box {padding-left: 0;}
.ny-nav .dropdown-box li {background: none;float: none;padding: 0;margin: 0;}
.ny-nav .dropdown-box li:before {display: none;}
.ny-nav .dropdown-box li a {color: #fff;padding: 6px 2px;line-height: 2;font-size: 14px;font-weight: normal;background-color: rgba(255,255,255,0.9); color: #333;}
.ny-nav .dropdown-box li a:hover {color: #333;background: #fff;}


.questions-det .pd-main {margin-top: 60px;overflow: hidden; position: relative; padding-bottom: 60px;}
.questions-det .pd-box { position: relative;}
.questions-det-tit { font-weight: normal; color: #222222;  font-size: 30px;  line-height: 40px;}
.questions-det .questions-det-ev { margin-top: 25px; height: 40px; border-bottom: 1px solid #e6e6e6; line-height: 40px; padding-bottom: 20px;}
.questions-date { font-size: 14px; line-height: 26px; color: #555; margin-right: 40px;}
.questions-date span {color: #999999; margin-right: 6px;}
.questions-det .pdEdit-main { margin-top: 40px;}
.wsc-edit {font-size: 14px; line-height: 26px; color: #555;}
.wsc-edit img { max-width: 100%; display: block; padding: 5px 0; margin: auto;}
.technical-det-text img { display: block;  margin: auto;  padding: 10px 0; max-width: 100%;}
.wsc-detlink-mian { margin-top: 37px; background: #f6f6f6; height: 90px; width: 100%;}
.wsc-detlink-cont{ padding: 0 30px;}
.vd-main .wsc-detlink-cont,.picdet-main .wsc-detlink-cont{ padding: 0;}
.dl-mian { font-size: 16px;}
.dl-prev { transition: 0.36s; height: 90px; text-overflow: ellipsis; overflow: hidden; white-space: nowrap; line-height: 26px; color: #999999; width: 50%; box-sizing: border-box; background:  url("../images/news-pagePrev_03.png") no-repeat left center; padding: 32px 0 32px 45px; position: relative; float: left;}
.dl-next { width: 50%; box-sizing: border-box;  height: 90px;  line-height: 26px; text-align: right; transition: 0.36s; background: url("../images/news-pageNext_03.png") no-repeat right center; padding: 32px 45px 32px 0; color: #999; position: relative; float: right;}
.dl-mian a{ display: block;  height: 26px; text-overflow: ellipsis;  overflow: hidden; white-space: nowrap;  position: absolute;  width: 100%;  box-sizing: border-box;}
.dl-prev a{ left: 0; padding-left: 45px;}
.dl-prev:hover a,.dl-next:hover a{ color: #ff0000;}
.dl-prev:hover{ background-image: url(../images/news-pagePrev_03h.png);}
.dl-next:hover{ background-image: url(../images/news-pageNext_03h.png);}
.dl-next a{ right: 0;  padding-right: 45px;}

.pro-detail .pc-slide{width: 48%;}
.pro-detail .yunu-showcase-info{width: 48%;}
.pro-detail  .wzzw{border: 1px solid #ccc;border-bottom: none;}
.pro-detail  .wzzw div{border-bottom: 1px solid #ccc;line-height: 40px;font-size: 16px;}
.pro-detail  .wzzw div b{padding: 5px 30px;border-right: 1px solid #ccc;}
.pro-detail  .wzzw div span{padding-left: 40px;}