@charset "utf-8";
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: 1230px;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],
[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,
menu{display:block;}
pre,code,kbd,samp{font-family:monospace, monospace;font-size:1em;}
audio,video,canvas{display:inline-block;}
template,[hidden]{display: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: #3388e2;}
ul {margin: 0;list-style: none;padding: 0;}

.udede-footer-fix{
	
	display: none;
}
#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: #3388e2;
    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: #3388e2;

    color: #fff;

}

.btn-1 input.focus:hover{

    background: #444;

}

.btn-1 input:hover{

    background: #ccc;

}


.udede-footer-fix {position: fixed;bottom: 0;left: 0;width: 100%;background-color: #3388e2;z-index: 10;}
.udede-footer-fix li {float: left;width: 25%;}
.udede-footer-fix li a {display: block;text-align: center;color: #fff;padding: 0.4rem 0;font-size: 0.6rem;line-height: 1;}
.udede-footer-fix li i {display: block;height: 1rem;background: no-repeat center;background-size: contain;margin-bottom: 0.25rem;}
.udede-footer-fix li i.i1 {background-image: url(../images/f_01.png);}
.udede-footer-fix li i.i2 {background-image: url(../images/f_02.png);}
.udede-footer-fix li i.i3 {background-image: url(../images/f_03.png);}
.udede-footer-fix li i.i4 {background-image: url(../images/f_04.png);}


@font-face {font-family: "iconfont";
    src: url('../fonts/iconfont.eot'); 
    src: url('../font/iconfont.eot') format('embedded-opentype'), 
    url('../fonts/6090d0941c0d41a8985bfff043638b3a.woff') format('woff'),
    url('../fonts/iconfont.ttf') format('truetype'), 
    url('') format('svg'); 
}

.iconfont {
    font-family:"iconfont" !important;
    font-style:normal;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.icon-home:before { content: "\e626"; }

.icon-tel:before { content: "\e686"; }

.icon-right:before { content: "\e601"; }

.icon-close:before { content: "\e606"; }

.icon-left:before { content: "\e623"; }

.icon-down:before { content: "\e649"; }

.icon-time:before { content: "\e628"; }

.icon-bad:before { content: "\e638"; }

.icon-good:before { content: "\e63d"; }

.icon-add:before { content: "\e73e"; }

.icon-up:before { content: "\e73f"; }


.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;}

.img-cover {overflow: hidden;}
.img-cover span {display: block;width: 100%;background: no-repeat center / cover;-webkit-transition: all 0.5s;transition: all 0.5s;}

.container {padding: 0 15px;width: 1200px;margin: 0 auto;}

.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:#3388e2;color:#fff;height:56px;width:247px;padding:9px 0 6px;float:left;}
.kefu .kefu-main{background:#3388e2;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;}

.header {background-color: #fff;}
.header .topbar {line-height: 40px;background-color: #3388e2;color: #fff;}
.header .topbar .tel {float: right;}
.header .topbar .tel strong {font-size: 18px;color: #f6f705;}
.header .topbar .tel i {color: #aad1fb;font-size: 32px;margin-right: 5px;vertical-align: top;display: inline-block;}
.header .logo {float: left;font-size: 0;height: 90px;line-height: 90px;text-align: left;padding: 15px 0;}
.header .nav {float: right;}
.header .nav>li {margin-left: 10px;float: left;}
.header .nav li>a {display: block;font-size: 16px;line-height: 120px;padding: 0 16px;position: relative;}
.header .nav li>a:after {position: absolute;left: 50%;bottom: 0;width: 0;height: 3px;background-color: #3388e2;-webkit-transition: all 0.5s;transition: all 0.5s;content: '';}
.header .nav li .arr {float: right;height: 40px;width: 40px;position: relative;display: none;}
.header .nav li .arr:after {content: '';border-top: 2px solid #ccc;border-left: 2px solid #ccc;-webkit-box-sizing: content-box;box-sizing: content-box;display: block;width: 8px;height: 8px;margin: auto;position: absolute;top: 0;bottom: 0;-webkit-transform: rotate(135deg);transform: rotate(135deg);right: 15px;}
.header .nav li.dropdown {position: relative;}
.header .nav .dropdown-box {position: absolute;left: 0;min-width: 100%;top: 100%;display: none;z-index: 10;text-align: center;background-color: rgba(51, 136, 226, 0.8);}
.header .nav .dropdown-box p {margin: 0;}
.header .nav .dropdown-box a {white-space: nowrap;overflow: hidden;text-overflow: ellipsis;padding: 0 10px;font-size: 14px;display: block;border-bottom: 1px solid rgba(0, 0, 0, 0.1);line-height: 30px;color: #fff;}
.header .nav .dropdown-box a:hover {background-color: rgba(0, 0, 0, 0.2);}
.header .nav li.current-menu-item>a,.header .nav li.open>a,.header .nav>li>a:hover {color: #3388e2;font-weight: bold;}
.header .nav li.open>a:after,.header .nav li>a:hover:after {width: 100%;left: 0;}
.header .nav li.open .dropdown-box {display: block;}
.menu-btn {display: none;padding: 6px 0;float: right;margin-left: 15px;}
.menu-btn:before,.menu-btn:after,.menu-btn span {display: block;height: 2px;background-color: #ea3516;content: '';}
.menu-btn:before {width: 24px;}
.menu-btn:after {width: 18px;margin-left: 6px;}
.menu-btn span {width: 12px;margin: 6px 0 6px 12px;}

.banner .swiper-slide {background: no-repeat center / cover;height: 500px;}
.banner .swiper-slide img {display: block;width: 100%;height: auto;}
.banner .swiper-pagination {bottom: 80px;}
.banner .swiper-pagination-bullet {width: 30px;border-radius: 5px;height: 3px;}

.section {padding: 70px 0;}
.section-title {text-align: center;margin-bottom: 40px;font-size: 32px;}
.section-title span {color: #3388e2;}
.section-title p {margin: 5px 0 0;color: #666;font-size: 16px;}
.section-title .y {margin-top: 20px;}
.section-title .l {display: inline-block;vertical-align: middle;position: relative;padding: 0 20px;}
.section-title .l:before,.section-title .l:after {position: absolute;top: 50%;width: 158px;height: 2px;background: #c6c6c6;content: '';margin-top: -1px;}
.section-title .l:before {right: 100%;}
.section-title .l:after {left: 100%;}

.udede-link {padding: 20px 0;}
.udede-link h4 {border-bottom: 1px solid #ddd;margin: 0;font-size: 18px;color: #3388e2;padding-bottom: 15px;}
.udede-link h4 small {text-transform: uppercase;font-size: 16px;font-weight: normal;color: #999;}
.udede-link ul {margin-left: -20px;}
.udede-link li {float: left;margin-left: 20px;margin-top: 20px;}

.in-bzbj {padding: 14px 14px 14px 0;background-color: rgba(0, 0, 0, 0.18);margin-top: -70px;position: relative;z-index: 2;}
.in-bzbj li {float: left;width: 25%;}
.in-bzbj li a {margin-left: 14px;display: block;background-color: rgba(58, 172, 222, 0.7);color: #e7ff00;overflow: hidden;border-bottom: 3px solid #299fd2;padding: 15px 20px;-webkit-box-shadow: 0 3px 5px #aaa;box-shadow: 0 3px 5px #aaa;}
.in-bzbj li .img-center {float: left;border: 4px solid #58bfec;background-color: #fff;border-radius: 50%;width: 74px;height: 74px;line-height: 74px;}
.in-bzbj li .text {line-height: 82px;font-size: 24px;margin-left: 102px;}

.in-fw {margin-left: -20px;}
.in-fw li {float: left;width: 25%;}
.in-fw li .wrap {margin: 0 0 0 20px;background-color: #f2f2f2;padding: 15px 15px 25px 15px;-webkit-transition: all 0.5s;transition: all 0.5s;}
.in-fw li .img-center {height: 110px;line-height: 110px;}
.in-fw li .text {font-size: 0;height: 151px;overflow: hidden;}
.in-fw li h4 {margin: 5px 0 10px;text-align: center;font-size: 24px;color: #4e4e4e;font-weight: normal;}
.in-fw li p {display: inline-block;vertical-align: middle;width: 50%;margin: 0;}
.in-fw li p a {display: block;font-size: 14px;position: relative;line-height: 34px;white-space: nowrap;overflow: hidden;text-overflow: ellipsis;padding: 0 0 0 20px;}
.in-fw li p a:before {content: "";width: 4px;height: 4px;background: #787878;position: absolute;left: 10px;top: 50%;margin-top: -2px;}
.in-fw li .more {display: block;margin: 15px auto 0;text-align: center;width: 154px;
    line-height: 36px;background-color: #3388e2;color: #fff;border-radius: 40px;-webkit-transition: all 0.5s;transition: all 0.5s;}
.in-fw li .wrap:hover {background-color: #e5e5e5;}
.in-fw li .more:hover {background-color: #fff;color: #3388e2;}

.in-lc {display: -webkit-box;display: -ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;text-align:center;padding:25px 0 0;}
.in-lc li{width:140px;color:#838383;font-size:16px;line-height:26px;position:relative;}
.in-lc li:before{background-size:100% 100%;width:180px;height:35px;background-image:url(../images/icon_xian1.png);background-repeat:no-repeat;content:"";position:absolute;right:100%;margin-right:-25px;top:-25px;}
.in-lc li .img-center {position:relative;z-index:1;padding:0 0 8px;overflow:hidden;height: 110px;line-height: 110px;}
.in-lc li .img-center:before {content:"";position:absolute;bottom:0;left:50%;margin-left:-6px;width:0;height:0;border-left:6px solid transparent;border-right:6px solid transparent;border-top:9px solid #34b8c3;}
.in-lc li h4 {color:#34b8c3;font-size:20px;display:block;overflow:hidden;padding:15px 0 8px;margin: 0;}
.in-lc li p {margin: 0;}
.in-lc li:nth-child(odd):before{top:100px;}
.in-lc li:nth-child(1):before{display:none;}
.in-lc li:nth-child(2) .img-center:before {border-top-color:#f6ab1c;}
.in-lc li:nth-child(2) h4 {color:#f6ab1c;}
.in-lc li:nth-child(3):before{background-image:url(../images/icon_xian2.png);}
.in-lc li:nth-child(3) .img-center:before {border-top-color:#3aacde;}
.in-lc li:nth-child(3) h4 {color:#3aacde;}
.in-lc li:nth-child(4):before{background-image:url(../images/icon_xian3.png);}
.in-lc li:nth-child(4) .img-center:before {border-top-color:#f05b3d;}
.in-lc li:nth-child(4) h4 {color:#f05b3d;}
.in-lc li:nth-child(5):before{background-image:url(../images/icon_xian4.png);}
.in-lc li:nth-child(5) .img-center:before {border-top-color:#74be41;}
.in-lc li:nth-child(5) h4 {color:#74be41;}
.in-lc-link {margin: 30px 0 0 -6px;}
.in-lc-link li {float: left;width: 16.66666%;}
.in-lc-link li a {display: block;margin: 6px 0 0 6px;border: 1px solid #ccc;padding: 10px;text-align: center;transition: all 0.5s;}
.in-lc-link li a:hover {background-color: #3388e2;border-color: #3388e2;color: #fff;}

.in-xcy {background: url(../images/bj_hengt.jpg) no-repeat center / cover;color: #fff;padding: 40px 0;}
.in-xcy .container {position: relative;}
.in-xcy .m {position: absolute;left: 15px;bottom: -60px;}
.in-xcy .tit {text-align: center;padding-left: 70px;float: left;width: 850px;font-size: 24px;}
.in-xcy .tit strong {display: block;font-size: 32px;margin-bottom: 10px;}
.in-xcy .tel {float: right;text-align: center;}
.in-xcy .tel span {font-size: 32px;line-height: 50px;display: block;font-family: Impact;}
.in-xcy .tel span i {display: inline-block;vertical-align: top;font-size: 50px;margin-right: 10px;}
.in-xcy .tel a {display: block;width: 120px;line-height: 44px;font-size: 20px;background-color: #fff;color: #3388e2;margin: 10px auto 0;-webkit-transition: all 0.5s;transition: all 0.5s;}
.in-xcy .tel a:hover {opacity: 0.6;}

.bg1 {background: url(../images/bj_inliy.jpg) no-repeat center bottom;}

.in-hc {margin-bottom: 50px;}
.in-hc li {float: left;width: 50%;}
.in-hc li .wrap {background-color: #e5e5e5;overflow: hidden;padding: 20px;}
.in-hc li .img-center {float: left;width: 250px;height: 280px;line-height: 280px;}
.in-hc li .text {padding: 30px 10% 0 10px;float: right;width: 234px;}
.in-hc li .text h4 {margin: 0 0 20px;font-size: 32px;font-weight: normal;}
.in-hc li .text p {margin: 0;font-size: 18px;line-height: 1.8;}
.in-hc li:first-child .wrap {background-color: #e49c11;color: #fff;}
.in-hc li:first-child .img-center {float: right;}
.in-hc li:first-child .text {float: left;padding-left: 10%;padding-right: 10px;}

.in-vs dl {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
}
.in-vs dl dt img {
    width: 95px;
    height: auto;
}
.in-vs dl dt span {
    width: 51px;
    height: 62px;
    background: url(../images/icon_invstit.png) no-repeat;
    background-size: 100% 100%;
    display: block;
    overflow: hidden;
    text-align: center;
    font-size: 18px;
    color: #5a5a5a;
    font-weight: bold;
    padding: 18px 30px;
    line-height: 27px;
}
.in-vs dl dd {
    width: 40%;
    margin: 0;
}
.in-vs dl dd .bt {
    background: #e5e5e5;
    font-size: 26px;
    padding: 18px 0;
    padding-left: 60px;
    font-weight: bold;
    border-radius: 0 30px 30px 0;
}
.in-vs dl dd .box {
    border: 1px solid #e4e4e4;
    border-radius: 20px;
    font-size: 18px;
    line-height: 30px;
    margin-right: 12px;
    padding: 10px 30px 10px 70px;
    position: relative;
    color: #5a5a5a;
}
.in-vs dl dd .box:before {
    display: block;
    position: absolute;
    left: -13px;
    width: 13px;
    height: 14px;
    background: url(../images/icon_invstip.png) no-repeat;
    content: "";
    top: 50%;
    margin-top: -7px;
    z-index: 5;
}
.in-vs dl dd .box .iconfont {
    position: absolute;
    left: 22px;
    top: 50%;
    line-height: 30px;
    margin-top: -15px;
    color: #e81021;
    content: "";
    font-size: 28px;
}
.in-vs dl dd .box .iconfont:before {
    content: "\e638";
}
.in-vs dl dd:first-of-type .bt {
    background: #f6ab1c;
    color: #fff;
    padding-right: 60px;
    text-align: right;
    border-radius: 30px 0 0 30px;
}
.in-vs dl dd:first-of-type .box {
    margin-right: 0;
    margin-left: 12px;
    padding: 10px 70px 10px 30px;
}
.in-vs dl dd:first-of-type .box:before {
    left: auto;
    right: -13px;
    -webkit-transform: rotateY(180deg);
            transform: rotateY(180deg);
}
.in-vs dl dd:first-of-type .box .iconfont {
    left: auto;
    right: 22px;
    color: #44c62f;
    -webkit-transform: scaleX(-1);
            transform: scaleX(-1);
}
.in-vs dl dd:first-of-type .box .iconfont:before {
    content: "\e63d";
}
.in-vs .td {
    margin-top: 25px;
}

.bg2 {background: url(../images/bj_inmap.jpg) no-repeat center bottom;}

.in-faw {position: relative;}
.in-faw .tit {float: left;width: 400px;text-align: center;}
.in-faw .tit h4 {margin: 0;background: url(../images/icon_titfw.png) center top no-repeat;font-size: 50px;font-weight: normal;padding-top: 38px;}
.in-faw .tit p {background-color: #f8ab32;margin: 20px 0 30px;padding: 15px 0;font-size: 22px;border-radius: 100px;color: #fff;}
.in-faw .pic {float: right;width: 790px;}
.in-faw .tel {position: absolute;right: 0;bottom: 0;font-size: 28px;text-align: right;}
.in-faw .tel p {margin: 10px 0 0;color: #f8ab32;}
.in-faw .tel strong {color: #3388e2;}

.form-group {margin-bottom: 20px;}
.form-label {line-height: 42px;display: block;float: left;width: 110px;text-align: right;}
.form-label span {color: #f8ab32;}
.form-content {margin-left: 110px;}
.form-control {line-height: 20px;font-size: 14px;border: 1px solid #efefef;padding: 10px 15px;width: 100%;display: inline-block;vertical-align: top;-webkit-box-sizing: border-box;box-sizing: border-box;}
.form-content.yzm .form-control {width: 100px;}
.form-content.yzm .img {height: 42px;width: auto;}
select.form-control {height: 1.7rem;}
.form-submit {padding: 10px 20px;color: #fff;background-color: #f8ab32;border: 0;cursor: pointer;border-radius: 0.15rem;font-size: 14px;}
.form-button {padding: 10px 20px;color: #fff;background-color: #767676;border: 0;cursor: pointer;border-radius: 0.15rem;font-size: 14px;}

.bg3 {background: url(../images/bj_inwdhelp.jpg) no-repeat center / cover;color: #fff;}

.in-ly {float: left;width: 660px;}
.in-ly .tit {font-size: 28px;font-weight: bold;margin-bottom: 10px;}
.in-ly .desc {font-size: 20px;margin-bottom: 20px;}
.in-ly .form-label {font-size: 16px;}
.in-ly .form-submit {width: 270px;font-size: 16px;}

#marquee {height: 258px;overflow: hidden;}

.in-xw {float: right;width: 460px;}
.in-xw .tit {font-size: 28px;font-weight: bold;margin: 10px 0;text-align: center;}
.in-xw .box {padding: 20px;background-color: #fff;}
.in-xw li a {display: block;padding: 8px 0;}
.in-xw li h4 {margin: 0;font-weight: normal;font-size: 16px;line-height: 20px;overflow: hidden;text-overflow: ellipsis;white-space: nowrap;}
.in-xw li h4:before {display: inline-block;vertical-align: top;width: 20px;content: '问';font-size: 12px;text-align: center;color: #fff;background-color: #3388e2;margin-right: 10px;}
.in-xw li p {margin: 10px 0 0;color: #999;height: 40px;overflow: hidden;position: relative;padding-left: 30px;}
.in-xw li p:before {position: absolute;content: '答';left: 0;top: 0;width: 20px;font-size: 12px;text-align: center;color: #333;background-color: #e6e6e6;line-height: 20px;}

.footer {border-top: 1px solid #ddd;padding-top: 40px;}
.footer-copy {padding: 20px 0;margin-top: 30px;text-align: center;background-color: #f8f8f8;color: #666;}
.footer-logo {float: left;}
.footer-nav {float: left;}
.footer-nav>ul>li {margin: 0 0 0 70px;float: left;}
.footer-nav>ul>li>a {display:block;font-size: 16px;padding-bottom: 5px;}
.footer-nav>ul ul li {margin: 15px 0 0;}
.footer-info {float: right;width: 450px;}
.footer-info .img-center {float: left;height: 140px;line-height: 140px;width: 140px;}
.footer-info .text {margin-left: 155px;}
.footer-info .text p {margin: 0;padding: 7px 0;}

.in-case {position: relative;padding: 0 50px;}
.in-case .swiper-slide .img-center {height: 240px;line-height: 240px;}

.banner-sub {height: 500px;background: no-repeat center / cover;}

.position {padding: 20px 0;background-color: #3388e2;color: #fff;}
.position a {color: #fff;}
.position i {margin-right: 10px;}

.zx {
    border-left: 1px solid #d1d1d1;
    border-top: 1px solid #d1d1d1;
}
.zx li {
    float: left;
    width: 20%;
    text-align: center;
}
.zx li .box {
    padding: 30px 10px 40px 10px;
    border-bottom: 1px solid #d1d1d1;
    border-right: 1px solid #d1d1d1;
    display: block;
    overflow: hidden;
    position: relative;
}
.zx li img {
    max-width: 100%;
    height: auto;
}
.zx li em {
    display: block;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    padding: 10px 0 0 0;
    font-size: 16px;
    font-style: normal;
}
.zx li .fd {
    position: absolute;
    left: 0px;
    right: 0px;
    top: 0px;
    bottom: 0px;
    background: #3388e2;
    color: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    opacity: 0;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}
.zx li .fd span {
    display: block;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    font-size: 18px;
    font-weight: bold;
    padding: 0 0 10px 0;
    margin-bottom: 50px;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}
.zx li .fd a {
    display: block;
    overflow: hidden;
    width: 116px;
    margin: 15px auto 0 auto;
    border: 1px solid #fff;
    border-radius: 50px;
    padding: 5px 0;
    text-align: center;
    color: #fff;
}
.zx li .fd a:hover {
    background: #fff;
    color: #3388e2;
}
.zx li:hover .fd {
    opacity: 1;
}
.zx li:hover .fd span {
    margin-bottom: 0;
}

.zx-1 {border: 0;margin: -20px 0 0 -20px;}
.zx-1 li {width: 25%;}
.zx-1 li .box {border: 0;background-color: #fff;margin: 20px 0 0 20px;}

.zx-2 {border: 0;margin: -20px 0 0 -20px;}
.zx-2 li {width: 33.333333%;}
.zx-2 li .box {border: 1px solid #d1d1d1;background-color: #fff;margin: 20px 0 0 20px;}

.ct2 {padding: 50px 0;}
.ct2-sd {float: left;width: 258px;}
.ct2-mn {float: right;width: 912px;}

.panel-sd {margin-bottom: 20px;background-color: #f6f6f6;}
.panel-sd:last-child {margin-bottom: 0;}
.panel-sd .tit {text-align: center;color: #fff;font-size: 20px;background-color: #3388e2;padding: 15px 0;}
.panel-sd .tit span {display: block;text-transform: uppercase;font-size: 14px;color: #b5d9ff;}

.lanmu li {border-bottom: 1px dotted #ddd;}
.lanmu li:last-child {border-bottom: 0;}
.lanmu li>a {display: block;line-height: 44px;padding: 0 0 0 25px;}
.lanmu li .arr {float: right;height: 45px;width: 40px;position: relative;cursor: pointer;}
.lanmu li .arr:after {content: '';border-top: 2px solid #ccc;border-left: 2px solid #ccc;-webkit-box-sizing: content-box;box-sizing: content-box;display: block;width: 8px;height: 8px;margin: auto;position: absolute;top: 0;bottom: 0;-webkit-transform: rotate(135deg);transform: rotate(135deg);right: 15px;}
.lanmu-box {display: none;}
.lanmu-box p {margin: 0;border-top: 1px dotted #ddd;padding-left: 15px;}
.lanmu-box p a {padding: 0 25px;display: block;line-height: 40px;}
.lanmu-box p a.on{ color: #3388e2; }
.lanmu li>a:hover,.lanmu li.active>a {color: #3388e2;font-weight: bold;}
.lanmu li.open .lanmu-box {display: block;}
.lanmu li.open .arr:after {-webkit-transform: rotate(225deg);transform: rotate(225deg);}

.contact-sd {padding: 10px 20px;}
.contact-sd p {padding: 10px 0;margin: 0;}

.list-1 li a {display: block;white-space: nowrap;overflow: hidden;text-overflow: ellipsis;padding: 0 0 0 11px;line-height: 30px;position: relative;}
.list-1 li a:before {position: absolute;left: 0;top: 50%;width: 4px;height: 4px;background: #999999;content: "";margin-top: -2px;}
.panel-sd .list-1 {padding: 15px 20px;}

.list-2 {margin: -20px 0 0 -20px;}
.list-2 li {float: left;width: 33.333333%;}
.list-2 li a {display: block;margin: 20px 0 0 20px;border: 1px solid #ccc;-webkit-transition: all 0.5s;transition: all 0.5s;}
.list-2 li .img-center {overflow: hidden;background-color: #f9f9f9;}
.list-2 li .img-center img {-webkit-transition: all 0.5s;transition: all 0.5s;}
.list-2 li .text {padding: 0 15px;line-height: 60px;white-space: nowrap;overflow: hidden;text-overflow: ellipsis;background-color: #daebfe;color: #666;text-align: center;}
.list-2 li a:hover {-webkit-box-shadow: 0 0 15px #ccc;box-shadow: 0 0 15px #ccc;}
.list-2 li a:hover .img-center img {-webkit-transform: scale(1.1);transform: scale(1.1);}

.pages {margin: 20px 0 0;text-align: center;font-size: 0;}
.pages a {display: inline-block;font-size: 14px;line-height: 35px;padding: 0 14px;margin: 5px;background-color: #f5f5f5;border-radius: 3px;-webkit-transition: all 0.5s;transition: all 0.5s;}
.pages a:hover,.pages a.active {background-color: #3388e2;color: #fff;}

.list-4 li {margin-bottom: 10px;}
.list-4 li a {display: block;overflow: hidden;padding: 20px;background-color: #f5f5f5;}
.list-4 li .more {float: right;line-height: 36px;width: 90px;text-align: center;background-color: #3388e2;color: #fff;margin-top: 20px;}
.list-4 li .date {float: left;width: 76px;background-color: #fff;text-align: center;padding: 14px 0;}
.list-4 li .date strong {display: block;font-family: Impact;font-size: 24px;line-height: 1;margin-bottom: 5px;}
.list-4 li .text {margin: 0 110px 0 95px;}
.list-4 li .text h4 {margin: 0;white-space: nowrap;overflow: hidden;text-overflow: ellipsis;font-size: 16px;}
.list-4 li .text p {margin: 5px 0 0;line-height: 1.8;height: 50px;overflow: hidden;color: #666;text-align: justify;}

.bg4 {background: url(../images/bj_main.jpg) repeat-x center 0 / 100% auto;}

.mn-box {background: url(../images/bj_mainr.png) repeat-x center bottom #fff;-webkit-box-shadow: 0 0 20px #ccc;box-shadow: 0 0 20px #ccc;padding: 35px 50px 80px 50px;}

.content-title {margin-bottom: 20px;text-align: center;}
.content-title h1 {font-size: 24px;margin: 0;}
.content-title p {margin: 15px 0 0;font-size: 12px;color: #999;border-top: 1px dashed #ddd;padding-top: 15px;}
.content-title p span {padding: 0 10px;display: inline-block;}
.content-body {line-height: 1.8;}
.content-body img {max-width: 100% !important;height: auto !important;}
.content-exp {padding: 10px 15px;font-size: 12px;background-color: #f5f5f5;margin-top: 20px;border-radius: 5px;}
.content-exp li {line-height: 2;white-space: nowrap;overflow: hidden;text-overflow: ellipsis;}

.udede-showcase {margin: 0 auto 20px;}
.udede-showcase-info {margin-left: 430px;}
.udede-showcase-info h1 {font-size: 20px;margin: 0;border-bottom: 1px dashed #ddd;padding-bottom: 15px;}
.udede-showcase-info p {margin: 15px 0 0;color: #666;line-height: 1.8;}
.udede-showcase-info .tel {margin-top: 15px;}
.udede-showcase-info .tel a {color: #fff;display: inline-block;width: 70px;border-radius: 5px;background-color: #3388e2;}

.cp-content-tit {border-bottom: 2px solid #3388e2;font-size: 0;margin-bottom: 20px;}
.cp-content-tit span {display: inline-block;color: #fff;background-color: #3388e2;font-size: 14px;padding: 0 15px;border-radius: 3px 3px 0 0;line-height: 32px;}

.pc-slide{float:left;width:400px;}
.view .swiper-slide .imgauto{width:100%;height:300px;line-height:300px;}
.view .swiper-container{width:100%;}
.preview{width:100%;margin-top:10px;position:relative;}
.preview .swiper-container{margin:0 30px;}
.preview .swiper-slide .imgauto{height:80px;border:1px solid #ddd;text-align:center;cursor:pointer;position:relative;}
.preview .swiper-slide .imgauto img{max-width:100%;max-height:100%;position:absolute;left:50%;top:50%;transform:translate(-50%,-50%);-webkit-transform:translate(-50%,-50%);-moz-transform:translate(-50%,-50%);-ms-transform:translate(-50%,-50%);-o-transform:translate(-50%,-50%);}
.preview .arrow-left{background:url(../images/feel3.png) no-repeat left top;position:absolute;left:0;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:0;top:50%;margin-top:-9px;width:9px;height:18px;z-index:10;}
.preview img{padding:1px;}
.preview .active-nav .imgauto{border:1px solid #3388e2;}
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;}




@media screen and (max-width: 767px) {
    body {min-width: 320px;padding-top: 50px;}
    .container {width: auto;}
 #message .m-content .m-message{
    width:90%;
    padding:20px;
  }

    .kefu {display: none;}

    .header {padding: 10px 0;position: fixed;z-index: 10;width: 100%;top: 0;left: 0;-webkit-box-shadow: 0 0 10px #ddd;box-shadow: 0 0 10px #ddd;}
    .header .topbar,.header .text,.header .tel {display: none;}
    .header .logo {height: 30px;line-height: 30px;float: none;padding: 0;}
    .header .nav {margin: 10px -15px -10px;display: none;float: none;}
    .header .nav li {display: block;margin: 0;border-top: 1px solid #eee;float: none;}
    .header .nav li a {line-height: 40px;padding: 0 15px;color: #333;}
    .header .nav li .arr {display: block;position: relative;z-index: 1;}
    .header .nav li.active a, .header .nav li.open a, .header .nav li a:hover {background-color: transparent;color: #3388e2}
    .header .nav li.open .arr:after {border-color: #3388e2;-webkit-transform: rotate(225deg);transform: rotate(225deg);}
    .header .nav .dropdown-box {position: static;background-color: #f5f5f5;min-width: auto;text-align: left;}
    .header .nav .dropdown-box a {color: #333 !important;border-top: 1px dotted #ddd;padding: 0 15px;line-height: 40px;background-color: transparent !important;border-bottom: 0;}
    .menu-btn {display: block;}

    .banner .swiper-slide {height: 150px;}
    .banner .swiper-pagination {bottom: 10px;}
    .banner .swiper-button-next, .banner .swiper-button-prev {display: none;}

    .in-bzbj {margin-top: 20px;margin-left: -10px;padding: 0;background-color: transparent;}
    .in-bzbj li {width: 50%;}
    .in-bzbj li a {margin: 10px 0 0 10px;padding: 15px;}
    .in-bzbj li .img-center {float: none;margin: 0 auto;width: 60px;height: 60px;line-height: 60px;}
    .in-bzbj li .text {margin: 10px 0 0;text-align: center;line-height: 1.4;font-size: 16px;}

    .section {padding: 30px 0;}
    .section-title {margin-bottom: 20px;font-size: 20px;}
    .section-title p {font-size: 12px;}
    .section-title .y {margin-top: 10px;}

    .in-fw {margin-top: -20px;}
    .in-fw li {width: 100%;}
    .in-fw li .wrap {margin-top: 20px;}
    .in-fw li .img-center {height: 70px;line-height: 70px;}
    .in-fw li h4 {font-size: 18px;}
    .in-fw li .more {margin-top: 5px;}

    .in-lc {display: block;font-size: 0;margin-top: -20px;padding-top: 0;}
    .in-lc li {width: 33.333333%;display: inline-block;vertical-align: top;margin-top: 20px;}
    .in-lc li .img-center {height: 50px;line-height: 50px;}
    .in-lc li h4 {font-size: 14px;line-height: 1.5;padding: 10px 0 5px;}
    .in-lc li p {font-size: 12px;line-height: 1.5;}
    .in-lc li:before {display: none;}

    .in-xcy {padding: 30px 0;}
    .in-xcy .tit {float: none;width: auto;padding: 0;font-size: 12px;}
    .in-xcy .tit strong {font-size: 14px;margin-bottom: 5px;}
    .in-xcy .tel {float: none;margin-top: 20px;}
    .in-xcy .tel span {font-size: 24px;line-height: 40px;}
    .in-xcy .tel span i {font-size: 40px;}
    .in-xcy .tel a {font-size: 16px;line-height: 34px;width: 100px;}
    .in-xcy .m {height: 100px;width: auto;bottom: -40px;}

    .bg1 {background-size: 100% auto;}

    .in-hc {margin-bottom: 30px;}
    .in-hc li {width: 100%;}
    .in-hc li .wrap {padding: 15px;}
    .in-hc li .text {padding: 0 !important;display: inline-block;float: none !important;vertical-align: middle;width: 70%;}
    .in-hc li .text h4 {margin-bottom: 10px;font-size: 20px;}
    .in-hc li .text p {font-size: 14px;}
    .in-hc li .img-center {display: inline-block;vertical-align: middle;width: 30%;height: auto;line-height: normal;}

    .in-vs dl,.in-vs .td {margin: 0;}
    .in-vs dl dt {display: none;}
    .in-vs dl dd {width: 50%;}
    .in-vs dl dd .bt {padding: 10px 0 !important;text-align: center !important;border-radius: 0 !important;font-size: 16px;}
    .in-vs dl dd .box:before {display: none;}
    .in-vs dl dd .box {border: 0;border-radius: 0;margin: 0 !important;font-size: 12px;line-height: 1.8;padding: 10px 10px 10px 38px;}
    .in-vs dl dd:first-of-type .box {padding: 10px 38px 10px 10px;}
    .in-vs dl dd .box .iconfont {font-size: 20px;left: 10px;}
    .in-vs dl dd:first-of-type .box .iconfont {right: 10px;}
    .in-vs .td {border: 1px solid #eee;border-top: 0;position: relative;}
    .in-vs .td:before {content: "";position: absolute;left: 50%;top: 0;bottom: 0;width: 1px;background: #eee;-webkit-transform: translateX(-50%);transform: translateX(-50%);}

    .in-faw .tit {float: none;width: auto;}
    .in-faw .tit h4 {font-size: 24px;padding-top: 15px;background-size: auto 40px;}
    .in-faw .tit p {font-size: 16px;margin: 10px 0 15px 0;padding: 5px 15px;display: inline-block;}
    .in-faw .tit .img-center {display: none;}
    .in-faw .pic {float: none;width: auto;}
    .in-faw .tel {font-size: 16px;}
    .in-faw .tel p {margin-top: 5px;}

    .form-group {margin-bottom: 10px;}
    .form-label {line-height: 34px;width: 85px;}
    .form-content {margin-left: 85px;}
    .form-control {padding: 6px 10px;}
    .hlbd .form-group {width: 100%;}
    .form-content.yzm .form-control {width: 80px;}
    .form-content.yzm .img {height: 34px;width: 90px;}

    .in-ly {float: none;width: auto;}
    .in-ly .tit {text-align: center;font-size: 20px;}
    .in-ly .desc {font-size: 14px;text-align: center;}
    .in-ly .form-label {font-size: 14px;}
    .in-ly .form-submit {width: 100%;}
    .in-xw {float: none;width: auto;margin-top: 30px;}
    .in-xw .pic {height: 90px;}
    .in-xw .tit {font-size: 20px;}

    .footer {padding-top: 30px;}
    .footer-logo,.footer-nav {display: none;}
    .footer-copy {margin-top: 20px;font-size: 12px;padding: 15px 0;}
    .footer-info {float: none;width: auto;}
    .footer-info .img-center {width: 96px;line-height: 96px;height: 96px;}
    .footer-info .text {margin-left: 105px;font-size: 12px;}
    .footer-info .text p {line-height: 20px;padding: 2px 0;}

    .in-case {padding: 0 30px;}
    .in-case .swiper-slide .img-center {height: 180px;line-height: 180px;}
    .in-case .swiper-button-next, .in-case .swiper-button-prev {background-size: contain;width: 20px;}
    .in-case .swiper-button-next {right: 0;}
    .in-case .swiper-button-prev {left: 0;}

    .banner-sub {height: 130px;}

    .position {padding: 10px 0;font-size: 12px;}
    .position i {margin-right: 5px;}

    .zx li {width: 50%;}
    .zx li img {height: 50px;width: auto;max-width: none;}
    .zx li .box {padding: 20px 10px 30px 10px;}
    .zx li .fd {display: none;}
    .zx li em {font-size: 14px;padding-top: 5px;}

    .zx-1,.zx-2 {margin: -10px 0 0 -10px;}
    .zx-1 li .box,.zx-2 li .box {margin: 10px 0 0 10px;}

    .zx-2 li {width: 100%;}

    .pages {margin-top: 15px;}
    .pages a {font-size: 12px;line-height: 30px;padding: 0 12px;}

    .ct2 {padding: 30px 0;}
    .ct2-sd {display: none;}
    .ct2-mn {float: none;width: auto;}

    .list-2 {margin: -10px 0 0 -10px;}
    .list-2 li {width: 50%;}
    .list-2 li a {margin: 10px 0 0 10px;}
    .list-2 li .img-center {height: 200px;line-height: 200px;}
    .list-2 li .text {font-size: 12px;line-height: 40px;}

    .list-4 li a {padding: 10px;}
    .list-4 li .more {display: none;}
    .list-4 li .date {font-size: 12px;width: 60px;padding: 10px 0;}
    .list-4 li .date strong {font-size: 18px;}
    .list-4 li .text {margin: 0 0 0 70px;}
    .list-4 li .text h4 {font-size: 14px;}
    .list-4 li .text p {font-size: 12px;height: 42px;margin-top: 2px;}

    .mn-box {padding: 15px 15px 30px;background-size: 100% auto;}

    .content-title {margin-bottom: 15px;}
    .content-title h1 {font-size: 20px;}
    .content-title p {margin-top: 10px;padding-top: 10px;}
    .content-title p span {padding: 0 5px;}
    .content-exp {margin-top: 15px;}

    .pc-slide {float: none;width: auto;}
    .udede-showcase-info {margin: 20px 0 0;}
    .udede-showcase-info h1 {padding-bottom: 10px;}
    .udede-showcase-info p {margin-top: 10px;}

    .in-lc-link li {width: 50%;}
   
    .udede-footer-fix {display: block;}
}
            .pagination p{
                margin:0;
                cursor:pointer
            }
            .pagination{
                height:40px; text-align:center;
                padding:20px 0px;
            }
            .pagination a{
                display:inline-block;
                margin-right:10px;
                padding:2px 12px;
                height:24px;
                border:1px #cccccc solid;
                background:#fff;
                text-decoration:none;
                color:#808080;
                font-size:12px;
                line-height:24px;
            }
            .pagination a:hover{
                color:#3388e2;
                background: white;
                border:1px #3388e2 solid;
            }
            .pagination a.cur{
                border:none;
                background:#3388e2;
                color:#fff;
            }
            .pagination p{
                display:inline-block;
                padding:2px 12px;
                font-size:12px;
                height:24px;
                line-height:24px;
                color:#bbb;
                border:1px #ccc solid;
                background:#fcfcfc;
                margin-right:8px;
            }
            .pagination p.pageRemark{
                border-style:none;
                background:none;
                margin-right:0px;
                padding:4px 0px;
                color:#666;
            }
            .pagination p.pageRemark b{
                color:red;
            }
            .pagination p.pageEllipsis{
                border-style:none;
                background:none;
                padding:4px 0px;
                color:#808080;
            }
            .dates li {font-size: 14px;margin:20px 0}
            .dates li span{float:right}