@font-face {
  font-family: 'iconfont';  /* Project id 497016 */
  src: url('//at.alicdn.com/t/font_497016_61ys13u3uh4.woff2?t=1632805500837') format('woff2'),
       url('//at.alicdn.com/t/font_497016_61ys13u3uh4.woff?t=1632805500837') format('woff'),
       url('//at.alicdn.com/t/font_497016_61ys13u3uh4.ttf?t=1632805500837') format('truetype');
}
@charset "utf-8";
* {
    margin: 0px;
    padding: 0px;
    border: none;
    list-style: none;
    background-repeat: no-repeat;
    font-style: normal;

}

div,
dl,
dt,
dd,
form,
h1,
h2,
h3,
h4,
h5,
h6,
img,
ol,
ul,
li,
table,
th,
td,
p,
span,
a {
    border: 0;
}

h2 {
    font-size: 16px;
    font-weight: normal;
}

img,
input {
    vertical-align: middle;
    font-family: "微软雅黑", Microsoft YaHei, Arial;
}

html {
    　　overflow-x: hidden;
    　　overflow-y: hidden;

}

html, body {
    height: 100%;
}

body {
    margin: 0px auto;

    color: #333333;
    line-height: 1;
    font-family: "微软雅黑", Microsoft YaHei;
    font-size: 14px;


}

body::-webkit-scrollbar {
    width: 0 !important;
    display: none;
}

body {
    -ms-overflow-style: none;
}

body {
    overflow: -moz-scrollbars-none;
}

a img {
    border: 0px none;
}

select,
input,
img,
textarea {
    vertical-align: middle;
    font-size: 12px;
}

a {
    cursor: pointer;
    color: #191919;
    text-decoration: none;
}

a:hover {
    text-decoration: none;
}

.orange {
    color: #FFB400;
    font-weight: normal;
}

.cle {
    clear: both;
}

.hs {
    color: #FFC;
}

.fleft {
    float: left;
}

.fright {
    float: right;
}

.img100 img {
    width: 100%;
}

table {
    border-collapse: collapse;
}

input,
textarea {
    outline: none;
}

textarea {
    resize: none;
    overflow: auto;
}

textarea {
    resize: none;
    overflow: auto;
    background: none;
    font-family: "微软雅黑", Microsoft YaHei, Arial;
}

input,
select {
    vertical-align: middle;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

a {
    text-decoration: none;
}

em {
    font-style: normal;
}

*:focus {
    outline: none;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

input[type="text"] {
    -webkit-appearance: none;
    background: none;
}

input[type="submit"] {
    -webkit-appearance: none;
}

input[type="checkbox"] {
    border: 1px solid #ccc;
    border-radius: 0;
}

input[type="password"] {
    -webkit-appearance: none;
    background: none;
}

input[type="tel"] {
    -webkit-appearance: none;
    background: none;
}

input[type="tel"] {
    -webkit-appearance: none;
    background: none;
}

b {
    font-weight: normal;
}


/*清除浮动*/

.clearfix:before,
.clearfix:after {
    content: "";
    display: table;
}

.clearfix:after {
    clear: both;
}

.clearfix {
    *zoom: 1;
}

.pt80 {
    padding-top: 80px;
}

.mt30 {
    margin-top: 30px;
}

button {
    cursor: pointer;
}

.minh700 {
    min-height: 700px;
}

.gd {
    -webkit-transition: all 0.225s;
    -moz-transition: all 0.225s;
    -o-transition: all 0.225s;
    transition: all 0.225s;
}

.test {
    position: fixed;
    left: 0;
    top: 0;
    height: 125px;
    width: 100%;
    background-color: #333333;
    z-index: 6;
}


/*内页样式*/
.main-inside {
    width: 1790px;
    margin: 0 auto;
    overflow: hidden;
    padding-top: 150px;

}

.inside-left {
    overflow: hidden;
    width: 1130px;
    margin: 0 auto;
}

.inside-left-tit {
    display: block;
    overflow: hidden;
    height: 90px;
    width: 100%;
    font-size: 40px;
    font-weight: bold;

    background-image: url("../img/intitbg.png");
    background-repeat: no-repeat;
    background-position: left top;

    padding-left: 40px;
    padding-top: 48px;
}

.inside-left-content {
    float: left;
    overflow: hidden;
    width: 100%;
}

.inside-left-content .qhnr {
    overflow: hidden;
		transition: all 1s;
}

.inside-left-content h2 span {
    color: #999;
    font-size: 18px;
    font-weight: bold;
    margin-right: 88px;
    cursor: pointer;
}

.inside-left-content h2 span.hover {
    font-size: 20px;
    color: #0040A9;
    position: relative;
    height: 40px;
    display: inline-block;

}

.inside-left-content h2 span.hover:after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 27px;
    height: 4px;
    background-color: #0040A9;


}

.inside-list {
    float: left;
    overflow: hidden;
    width: 100%;
    font-size: 16px;
    padding-top: 6px;
    min-height: 476px;

}

.inside-list li {
    line-height: 20px;
    float: left;
    overflow: hidden;
    margin-top: 28px;
    display: block;
}

.inside-list li a {
    color: #222;
}


.inside-list dt {
    float: left;
    width: 800px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    margin-right: 20px;

}
.inside-list dt:hover{
	text-decoration: underline;
}
.inside-list dt:hover a{
	color: #CD121B;
}
.inside-list dd {
    float: left;
    width: 120px;
}

.inside-list li dd.zt {
    color: #CD121B;
}

.inside-list span {
    float: left;
    width: 62px;
}

/**/
.inside_page {
    margin: 0 auto;
    clear: both;
    overflow: hidden;
    width: auto;
    padding: 40px 0 70px 0;
}

.inside_page .cur {
    display: inline-block;
    float: left;
    overflow: hidden;
    width: 34px;
    height: 34px;
    line-height: 36px;
    text-align: center;
    background-color: #0040A9;
    color: #FFF;
}

.inside_page .nodot {
    border: none !important;
}

.inside_page a {
    display: inline-block;
    float: left;
    overflow: hidden;
    width: 34px;
    height: 34px;
    margin: 0 6px;
    line-height: 34px;
    text-align: center;
    border-radius: 8px;
    border: 1px solid #222;
    background-color: #FFF;

    color: #333;
}

.inside_page a:hover {
    display: inline-block;
    overflow: hidden;
    width: 34px;
    height: 34px;
    margin: 0 6px;
    line-height: 34px;
    text-decoration: none;
    border: 1px solid #E50012;
    background-color: #E50012;
    color: #FFF;
}

.inside_page span {
    display: inline-block;
    float: left;
    overflow: hidden;
    width: 34px;
    height: 34px;
    margin: 0 6px;
    line-height: 34px;
    text-align: center;
    border-radius: 8px;
    border: 1px solid #222;
    background-color: #FFF;
    text-align: center;
    color: #333;
    font-size: 14px;
    cursor: pointer;
}

.inside-page-rignt {
    float: left;
    border: 1px solid #222;
    border-radius: 6px;
    margin-left: 20px;
}

.inside_page dd.topage {
    display: inline-block;
    line-height: 34px;
    border: none;
    font-size: 14px;
    width: auto;
    color: #333;
    background: none !important;
    vertical-align: top

}

.inside_page dd.topage input {
    width: 51px;
    height: 32px;
    line-height: 32px;
    text-align: center;
    vertical-align: top;
    outline: none;
}


.confirmpage {
    display: inline-block;
    width: 70px !important;
    text-align: center;
    color: #333;
    border-left: 1px solid #333;
}

.confirmpage button {
    display: inline-block;
    width: 70px;
    background: none;
    height: 34px;
    font-weight: bold;
    color: #333;
    border: none;
    outline: none;
}


.inside-right {
    float: right;
    overflow: hidden;
    width: 544px;
		position: relative;
		right: -544px;
		transition: all 1s;
}

.inside-right img {
    width: 100%;
    height: 822px;
}


.inside-content {
    margin: 0 auto;

    /* width: 1824px; */
    width: calc(100% - 100px);
    overflow: hidden;
    padding: 70px 50px 20px;
}

.inside-content .position {
    float: left;
    color: #222;
    line-height: 48px;
}

.inside-content .position a {
    color: #222;

}

.inside-content .position span {
    color: #222;
    margin: 0 12px;

}


.inside-content .back {
    float: right;
    width: 160px;
    display: block;
    height: 48px;
    line-height: 48px;
    background-color: #EAEBF0;
    text-align: center;
    font-size: 14px;
    text-align: center;
}

.inside-content .back img {
    display: inline-block;
}

.inside-content .content-bg {
    float: left;
    overflow: hidden;

    margin: 0 auto;
    /* width: 1824px; */
    width: 100%;
    margin-top: 12px;
    margin-bottom: 30px;
    background-color: #F2F3F4;
    background-image: url("../img/incbg02.png");
    background-repeat: repeat;


}

.inside-content .content {
    margin: 0 auto;
    /* width: 1824px; */
    width: 100%;
    background-image: url("../img/incbg01.png");
    background-repeat: no-repeat;
    background-position: right top;
    min-height: 400px;
}

.inside-content .content .tit {
    margin: 0 auto;
    display: block;
    overflow: hidden;
    /* width: 1744px; */
    width: 100%;
    font-size: 24px;
    font-weight: bold;
    color: #0045A8;
    text-align: center;
    padding: 34px 0;
}

.inside-content .content .time {
    margin: 0 auto;
    display: flex;
    justify-content: center;
    overflow: hidden;
    /* width: 1744px; */
    width: 100%;
    text-align: center;
    padding: 10px 0;
    color: #666;
    border-top: 1px solid #D0D1D7;
    border-bottom: 1px solid #D0D1D7;
}
.inside-content .content .time b{
    margin: 0 5px;
}
.inside-content .content .time span {
    margin: 0 20px;
}

.inside-content .content .detail {
    margin: 30px auto;
    display: block;
    /* width: 1744px; */
    width: calc(100% - 100px);
    max-width: 1000px;
    padding: 30px 50px;
    overflow: hidden;
    font-size: 16px;
    line-height: 24px;
    background-color: #fff;
}
.inside-content .content .detail img{
    width: 100%;
}

.inside-contact {
    margin: 0 auto;
    width: 100%;
    height: 100%;
}

.inside-contact-left-bg {

    float: left;
    width: 62%;
    height: 100%;
    background-image: url("../img/inclbg01-blue.png");
    background-repeat: repeat;
    position: relative;
    overflow-y: scroll;
}

.inside-contact-left-bg::-webkit-scrollbar {
    width: 0 !important;
    display: none;
}

.inside-contact-left-bg {
    -ms-overflow-style: none;
}

.inside-contact-left-bg {
    overflow: -moz-scrollbars-none;
}

.inside-contact-left {

    position: absolute;
    width: 80%;
    left: 10%;
    top: 10%;
    height: 85%;
    background-image: url("../img/inclbg02.png");
    background-repeat: no-repeat;
    background-position: bottom center;
    /* overflow-y: scroll; */

}

.inside-contact-left::-webkit-scrollbar {
    width: 0 !important;
    display: none;
}

.inside-contact-left {
    -ms-overflow-style: none;
}

.inside-contact-left {
    overflow: -moz-scrollbars-none;
}


.inside-contact-left .inc-ltit {
    float: left;
    display: block;

}

.inside-contact-left .inc-ltit dt {
    font-size: 60px;
    color: #f5f5f5;
    line-height: 68px;
    padding-bottom: 30px;


}

.inside-contact-left .inc-ltit dd {
    border-bottom: 1px solid #4471b3;
    padding-bottom: 21px;
    /* padding-top: 36px; */
    font-size: 24px;
    color: #f5f5f5;
}

.inc-map {
    float: left;
    width: 100%;
    margin-top: 30px;
    margin-bottom: 30px;
    height: 426px;
}


.inside-contact-right {
    float: right;
    width: 38%;
    overflow: hidden;
    min-height: 100%;
}

.inside-contact-right-box {
    width: 80%;
    float: right;
}

.inc-rtit {

    font-size: 36px;
    font-weight: bold;
    border-bottom: 1px solid #D2D4DB;
    padding-bottom: 32px;
    padding-top: 190px;
}

.inc-rnr {
    font-size: 16px;
    padding-top: 60px;
    line-height: 26px;
}

.inc-rtit02 {

    font-size: 28px;
    font-weight: bold;

    padding-bottom: 24px;
    padding-top: 100px;
}

.inc-rnr02 {
    font-size: 16px;
    padding-top: 20px;
    line-height: 26px;
    display: block;
}
.inc-rnr02 .iconfont{
	display: flex;
	justify-content: center;
	align-items: center;
	font-size: 30px;
	padding: 10px;
	height: 30px;
	width: 30px;
	border: 1px solid #000000;
	border-radius: 100%;
}
.inc-rnr02 a:hover > .iconfont{
	color: #fff;
	background-color: #090E11;
}
.inc-rnr02 img {
}

.inc-rnr02 a {
    display: inline-block;
    position: relative;
    width: 64px;
    margin-right: 20px;
}

.inc-rnr02 a span {
    float: left;
    opacity: 0;
    width: 0;
    overflow: hidden;
    display: inline-block;
    height: 0;
    position: absolute;
    left: 0;
    bottom: 0;
    transition: all 0.6s;
}


.inc-rnr02 a:hover span {
    transition: all 0.6s;
    opacity: 1;
    position: absolute;
    left: 0;
    border-radius: 8px;
    -moz-box-shadow: 3px 5px 16px #969696;
    -webkit-box-shadow: 3px 5px 16px #969696;
    box-shadow: 3px 5px 16px #969696;
    margin-left: -88px;
    bottom: 84px;
    z-index: 60;
    width: 240px;
    min-height: 60px;
    height: auto;
    line-height: 36px;
    background-color: #fff;
    color: #333;

}

.inc-rnr02 a:hover span.code {
    height: 240px;

}

.inc-rnr02 a:hover span dd {
    margin: 12px;
}

.inc-rnr02 a:hover span dt {
    margin: 12px;
    width: 216px;
    height: 216px;
}

.inc-rnr02 a:hover span dt img {
    width: 216px;
    height: 216px;
}

.inc-rbottom {
    font-size: 16px;
    padding-top: 100px;
    line-height: 26px;
    color: #a5a5a5;
}
/* #con_one_2,#con_one_3{opacity: 0;} */
@media only screen and (min-width: 1000px) and (max-width: 1600px){
	.main-inside{
		width: 100%;
		padding-top: 7%;
	}
	.inside-left{
		width: 65%;
		padding-left: 3%;
	}
	.inside-right{
		width: 30%;
		margin-right: 2%;
	}
	.inside-list li{
		width: 100%;
	}
	.inside-list dt{
		width: 70%;
	}
	.inside-list dd{
		width: 10%;
	}
	.inside-list span{
		width: 5%;
	}
	.inc-rtit{
		padding-top: 22%;
	}
	.inside-contact-left .inc-ltit dt{
		font-size: 40px;
		line-height: 40px;
		padding-bottom:10px
	}
	.inside-contact-left .inc-ltit dd{
		padding: 10px 0;
	}
	.inside-contact-left .inc-ltit{
		height: 19%;
	}
	.inc-map{
		margin-top:3%;
		height: 65%;
	}
}